From 6878b90cf57d68d18fb7b13abb7b8a511328a7b5 Mon Sep 17 00:00:00 2001 From: fbgrigolo Date: Wed, 24 Aug 2022 17:56:22 -0300 Subject: [PATCH] Aulas sobre Webpack e Babel --- FantasticAnimals/index.html | 2 +- FantasticAnimals/main.js | 282 + .../node_modules/.bin/browserslist | 1 + .../node_modules/.bin/browserslist-lint | 1 + FantasticAnimals/node_modules/.bin/envinfo | 1 + .../node_modules/.bin/import-local-fixture | 1 + FantasticAnimals/node_modules/.bin/jsesc | 1 + FantasticAnimals/node_modules/.bin/json5 | 1 + FantasticAnimals/node_modules/.bin/parser | 1 + .../node_modules/.bin/regjsparser | 1 + FantasticAnimals/node_modules/.bin/resolve | 1 + FantasticAnimals/node_modules/.bin/semver | 1 + FantasticAnimals/node_modules/.bin/terser | 1 + FantasticAnimals/node_modules/.bin/webpack | 1 + .../node_modules/.bin/webpack-cli | 1 + .../node_modules/.package-lock.json | 5843 ++- .../@ampproject/remapping/LICENSE | 202 + .../@ampproject/remapping/README.md | 218 + .../@ampproject/remapping/dist/remapping.mjs | 204 + .../remapping/dist/remapping.mjs.map | 1 + .../remapping/dist/remapping.umd.js | 209 + .../remapping/dist/remapping.umd.js.map | 1 + .../dist/types/build-source-map-tree.d.ts | 14 + .../remapping/dist/types/remapping.d.ts | 19 + .../remapping/dist/types/source-map-tree.d.ts | 48 + .../remapping/dist/types/source-map.d.ts | 17 + .../remapping/dist/types/types.d.ts | 14 + .../@jridgewell/gen-mapping/LICENSE | 19 + .../@jridgewell/gen-mapping/README.md | 128 + .../gen-mapping/dist/gen-mapping.mjs | 167 + .../gen-mapping/dist/gen-mapping.mjs.map | 1 + .../gen-mapping/dist/gen-mapping.umd.js | 174 + .../gen-mapping/dist/gen-mapping.umd.js.map | 1 + .../gen-mapping/dist/types/gen-mapping.d.ts | 70 + .../dist/types/sourcemap-segment.d.ts | 12 + .../gen-mapping/dist/types/types.d.ts | 35 + .../@jridgewell/gen-mapping/package.json | 72 + .../@ampproject/remapping/package.json | 63 + .../node_modules/@babel/code-frame/LICENSE | 22 + .../node_modules/@babel/code-frame/README.md | 19 + .../@babel/code-frame/lib/index.js | 163 + .../@babel/code-frame/package.json | 30 + .../node_modules/@babel/compat-data/LICENSE | 22 + .../node_modules/@babel/compat-data/README.md | 19 + .../@babel/compat-data/corejs2-built-ins.js | 1 + .../compat-data/corejs3-shipped-proposals.js | 1 + .../compat-data/data/corejs2-built-ins.json | 1789 + .../data/corejs3-shipped-proposals.json | 5 + .../compat-data/data/native-modules.json | 18 + .../compat-data/data/overlapping-plugins.json | 22 + .../compat-data/data/plugin-bugfixes.json | 157 + .../@babel/compat-data/data/plugins.json | 478 + .../@babel/compat-data/native-modules.js | 1 + .../@babel/compat-data/overlapping-plugins.js | 1 + .../@babel/compat-data/package.json | 40 + .../@babel/compat-data/plugin-bugfixes.js | 1 + .../@babel/compat-data/plugins.js | 1 + .../node_modules/@babel/core/LICENSE | 22 + .../node_modules/@babel/core/README.md | 19 + .../node_modules/@babel/core/cjs-proxy.cjs | 29 + .../@babel/core/lib/config/cache-contexts.js | 1 + .../@babel/core/lib/config/caching.js | 326 + .../@babel/core/lib/config/config-chain.js | 566 + .../core/lib/config/config-descriptors.js | 231 + .../core/lib/config/files/configuration.js | 360 + .../lib/config/files/import-meta-resolve.js | 43 + .../@babel/core/lib/config/files/import.cjs | 5 + .../core/lib/config/files/index-browser.js | 69 + .../@babel/core/lib/config/files/index.js | 87 + .../core/lib/config/files/module-types.js | 121 + .../@babel/core/lib/config/files/package.js | 77 + .../@babel/core/lib/config/files/plugins.js | 275 + .../@babel/core/lib/config/files/types.js | 1 + .../@babel/core/lib/config/files/utils.js | 46 + .../@babel/core/lib/config/full.js | 380 + .../core/lib/config/helpers/config-api.js | 109 + .../core/lib/config/helpers/deep-array.js | 26 + .../core/lib/config/helpers/environment.js | 12 + .../@babel/core/lib/config/index.js | 83 + .../@babel/core/lib/config/item.js | 77 + .../@babel/core/lib/config/partial.js | 198 + .../core/lib/config/pattern-to-regex.js | 46 + .../@babel/core/lib/config/plugin.js | 35 + .../@babel/core/lib/config/printer.js | 140 + .../lib/config/resolve-targets-browser.js | 47 + .../@babel/core/lib/config/resolve-targets.js | 73 + .../@babel/core/lib/config/util.js | 33 + .../config/validation/option-assertions.js | 354 + .../core/lib/config/validation/options.js | 213 + .../core/lib/config/validation/plugins.js | 73 + .../core/lib/config/validation/removed.js | 67 + .../@babel/core/lib/gensync-utils/async.js | 114 + .../@babel/core/lib/gensync-utils/fs.js | 41 + .../core/lib/gensync-utils/functional.js | 35 + .../node_modules/@babel/core/lib/index.js | 268 + .../node_modules/@babel/core/lib/parse.js | 54 + .../@babel/core/lib/parser/index.js | 97 + .../lib/parser/util/missing-plugin-helper.js | 325 + .../core/lib/tools/build-external-helpers.js | 166 + .../@babel/core/lib/transform-ast.js | 55 + .../@babel/core/lib/transform-file-browser.js | 28 + .../@babel/core/lib/transform-file.js | 42 + .../node_modules/@babel/core/lib/transform.js | 54 + .../lib/transformation/block-hoist-plugin.js | 95 + .../core/lib/transformation/file/file.js | 255 + .../core/lib/transformation/file/generate.js | 96 + .../core/lib/transformation/file/merge-map.js | 45 + .../@babel/core/lib/transformation/index.js | 129 + .../core/lib/transformation/normalize-file.js | 169 + .../core/lib/transformation/normalize-opts.js | 64 + .../core/lib/transformation/plugin-pass.js | 55 + .../lib/transformation/util/clone-deep.js | 41 + .../core/lib/vendor/import-meta-resolve.js | 3557 ++ .../node_modules/@babel/core/package.json | 80 + .../core/src/config/files/index-browser.ts | 109 + .../@babel/core/src/config/files/index.ts | 30 + .../src/config/resolve-targets-browser.ts | 40 + .../@babel/core/src/config/resolve-targets.ts | 56 + .../@babel/core/src/transform-file-browser.ts | 31 + .../@babel/core/src/transform-file.ts | 41 + .../node_modules/@babel/generator/LICENSE | 22 + .../node_modules/@babel/generator/README.md | 19 + .../@babel/generator/lib/buffer.js | 364 + .../@babel/generator/lib/generators/base.js | 96 + .../generator/lib/generators/classes.js | 215 + .../generator/lib/generators/expressions.js | 352 + .../@babel/generator/lib/generators/flow.js | 795 + .../@babel/generator/lib/generators/index.js | 148 + .../@babel/generator/lib/generators/jsx.js | 145 + .../generator/lib/generators/methods.js | 156 + .../generator/lib/generators/modules.js | 245 + .../generator/lib/generators/statements.js | 340 + .../lib/generators/template-literals.js | 33 + .../@babel/generator/lib/generators/types.js | 276 + .../generator/lib/generators/typescript.js | 833 + .../@babel/generator/lib/index.js | 97 + .../@babel/generator/lib/node/index.js | 99 + .../@babel/generator/lib/node/parentheses.js | 346 + .../@babel/generator/lib/node/whitespace.js | 174 + .../@babel/generator/lib/printer.js | 614 + .../@babel/generator/lib/source-map.js | 62 + .../@babel/generator/package.json | 37 + .../@babel/helper-annotate-as-pure/LICENSE | 22 + .../@babel/helper-annotate-as-pure/README.md | 19 + .../helper-annotate-as-pure/lib/index.js | 27 + .../helper-annotate-as-pure/package.json | 24 + .../LICENSE | 22 + .../README.md | 19 + .../lib/index.js | 47 + .../package.json | 25 + .../@babel/helper-compilation-targets/LICENSE | 22 + .../helper-compilation-targets/README.md | 19 + .../helper-compilation-targets/lib/debug.js | 33 + .../lib/filter-items.js | 88 + .../helper-compilation-targets/lib/index.js | 250 + .../helper-compilation-targets/lib/options.js | 21 + .../helper-compilation-targets/lib/pretty.js | 47 + .../helper-compilation-targets/lib/targets.js | 27 + .../helper-compilation-targets/lib/types.js | 0 .../helper-compilation-targets/lib/utils.js | 72 + .../helper-compilation-targets/package.json | 42 + .../LICENSE | 22 + .../README.md | 19 + .../lib/decorators.js | 174 + .../lib/features.js | 151 + .../lib/fields.js | 930 + .../lib/index.js | 236 + .../lib/misc.js | 129 + .../lib/typescript.js | 12 + .../package.json | 42 + .../LICENSE | 22 + .../README.md | 19 + .../lib/features.js | 31 + .../lib/index.js | 106 + .../lib/util.js | 70 + .../package.json | 35 + .../helper-define-polyfill-provider/LICENSE | 22 + .../helper-define-polyfill-provider/README.md | 15 + .../esm/index.browser.mjs | 826 + .../esm/index.browser.mjs.map | 1 + .../esm/index.node.mjs | 885 + .../esm/index.node.mjs.map | 1 + .../lib/browser/dependencies.js | 23 + .../lib/debug-utils.js | 19 + .../lib/define-provider.js | 9 + .../lib/imports-cache.js | 117 + .../lib/index.js | 313 + .../lib/meta-resolver.js | 59 + .../lib/node/dependencies.js | 85 + .../lib/normalize-options.js | 81 + .../lib/types.js | 3 + .../lib/utils.js | 197 + .../lib/visitors/entry.js | 31 + .../lib/visitors/index.js | 14 + .../lib/visitors/usage.js | 101 + .../package.json | 59 + .../@babel/helper-environment-visitor/LICENSE | 22 + .../helper-environment-visitor/README.md | 19 + .../helper-environment-visitor/lib/index.js | 59 + .../helper-environment-visitor/package.json | 29 + .../LICENSE | 22 + .../README.md | 19 + .../lib/index.js | 92 + .../package.json | 27 + .../@babel/helper-function-name/LICENSE | 22 + .../@babel/helper-function-name/README.md | 19 + .../@babel/helper-function-name/lib/index.js | 199 + .../@babel/helper-function-name/package.json | 25 + .../@babel/helper-hoist-variables/LICENSE | 22 + .../@babel/helper-hoist-variables/README.md | 19 + .../helper-hoist-variables/lib/index.js | 58 + .../helper-hoist-variables/package.json | 28 + .../LICENSE | 22 + .../README.md | 19 + .../lib/index.js | 453 + .../lib/index.js.map | 1 + .../package.json | 27 + .../@babel/helper-module-imports/LICENSE | 22 + .../@babel/helper-module-imports/README.md | 19 + .../lib/import-builder.js | 164 + .../lib/import-injector.js | 280 + .../@babel/helper-module-imports/lib/index.js | 41 + .../helper-module-imports/lib/is-module.js | 18 + .../@babel/helper-module-imports/package.json | 28 + .../@babel/helper-module-transforms/LICENSE | 22 + .../@babel/helper-module-transforms/README.md | 19 + .../lib/get-module-name.js | 54 + .../helper-module-transforms/lib/index.js | 424 + .../lib/normalize-and-load-metadata.js | 401 + .../lib/rewrite-live-references.js | 412 + .../lib/rewrite-this.js | 30 + .../helper-module-transforms/package.json | 31 + .../helper-optimise-call-expression/LICENSE | 22 + .../helper-optimise-call-expression/README.md | 19 + .../lib/index.js | 36 + .../package.json | 28 + .../@babel/helper-plugin-utils/LICENSE | 22 + .../@babel/helper-plugin-utils/README.md | 19 + .../@babel/helper-plugin-utils/lib/index.js | 95 + .../@babel/helper-plugin-utils/package.json | 21 + .../helper-remap-async-to-generator/LICENSE | 22 + .../helper-remap-async-to-generator/README.md | 19 + .../lib/index.js | 78 + .../package.json | 34 + .../@babel/helper-replace-supers/LICENSE | 22 + .../@babel/helper-replace-supers/README.md | 19 + .../@babel/helper-replace-supers/lib/index.js | 276 + .../@babel/helper-replace-supers/package.json | 28 + .../@babel/helper-simple-access/LICENSE | 22 + .../@babel/helper-simple-access/README.md | 19 + .../@babel/helper-simple-access/lib/index.js | 100 + .../@babel/helper-simple-access/package.json | 27 + .../LICENSE | 22 + .../README.md | 19 + .../lib/index.js | 38 + .../package.json | 30 + .../helper-split-export-declaration/LICENSE | 22 + .../helper-split-export-declaration/README.md | 19 + .../lib/index.js | 63 + .../package.json | 24 + .../@babel/helper-string-parser/LICENSE | 22 + .../@babel/helper-string-parser/README.md | 19 + .../@babel/helper-string-parser/lib/index.js | 328 + .../@babel/helper-string-parser/package.json | 28 + .../helper-validator-identifier/LICENSE | 22 + .../helper-validator-identifier/README.md | 19 + .../lib/identifier.js | 84 + .../helper-validator-identifier/lib/index.js | 57 + .../lib/keyword.js | 38 + .../helper-validator-identifier/package.json | 28 + .../scripts/generate-identifier-regex.js | 75 + .../@babel/helper-validator-option/LICENSE | 22 + .../@babel/helper-validator-option/README.md | 19 + .../lib/find-suggestion.js | 45 + .../helper-validator-option/lib/index.js | 21 + .../helper-validator-option/lib/validator.js | 58 + .../helper-validator-option/package.json | 24 + .../@babel/helper-wrap-function/LICENSE | 22 + .../@babel/helper-wrap-function/README.md | 19 + .../@babel/helper-wrap-function/lib/index.js | 134 + .../@babel/helper-wrap-function/package.json | 27 + .../node_modules/@babel/helpers/LICENSE | 22 + .../node_modules/@babel/helpers/README.md | 19 + .../@babel/helpers/lib/helpers-generated.js | 29 + .../@babel/helpers/lib/helpers.js | 1961 + .../@babel/helpers/lib/helpers/applyDecs.js | 530 + .../helpers/lib/helpers/asyncIterator.js | 81 + .../@babel/helpers/lib/helpers/jsx.js | 53 + .../helpers/lib/helpers/objectSpread2.js | 46 + .../helpers/lib/helpers/regeneratorRuntime.js | 587 + .../@babel/helpers/lib/helpers/typeof.js | 22 + .../@babel/helpers/lib/helpers/wrapRegExp.js | 73 + .../node_modules/@babel/helpers/lib/index.js | 290 + .../node_modules/@babel/helpers/package.json | 33 + .../helpers/scripts/generate-helpers.js | 64 + .../scripts/generate-regenerator-runtime.js | 64 + .../@babel/helpers/scripts/package.json | 1 + .../node_modules/@babel/highlight/LICENSE | 22 + .../node_modules/@babel/highlight/README.md | 19 + .../@babel/highlight/lib/index.js | 116 + .../node_modules/ansi-styles/index.js | 165 + .../node_modules/ansi-styles/license | 9 + .../node_modules/ansi-styles/package.json | 56 + .../node_modules/ansi-styles/readme.md | 147 + .../highlight/node_modules/chalk/index.js | 228 + .../node_modules/chalk/index.js.flow | 93 + .../highlight/node_modules/chalk/license | 9 + .../highlight/node_modules/chalk/package.json | 71 + .../highlight/node_modules/chalk/readme.md | 314 + .../highlight/node_modules/chalk/templates.js | 128 + .../node_modules/chalk/types/index.d.ts | 97 + .../node_modules/color-convert/CHANGELOG.md | 54 + .../node_modules/color-convert/LICENSE | 21 + .../node_modules/color-convert/README.md | 68 + .../node_modules/color-convert/conversions.js | 868 + .../node_modules/color-convert/index.js | 78 + .../node_modules/color-convert/package.json | 46 + .../node_modules/color-convert/route.js | 97 + .../node_modules/color-name/.eslintrc.json | 43 + .../node_modules/color-name/.npmignore | 107 + .../highlight/node_modules/color-name/LICENSE | 8 + .../node_modules/color-name/README.md | 11 + .../node_modules/color-name/index.js | 152 + .../node_modules/color-name/package.json | 25 + .../highlight/node_modules/color-name/test.js | 7 + .../escape-string-regexp/index.js | 11 + .../node_modules/escape-string-regexp/license | 21 + .../escape-string-regexp/package.json | 41 + .../escape-string-regexp/readme.md | 27 + .../highlight/node_modules/has-flag/index.js | 8 + .../highlight/node_modules/has-flag/license | 9 + .../node_modules/has-flag/package.json | 44 + .../highlight/node_modules/has-flag/readme.md | 70 + .../node_modules/supports-color/browser.js | 5 + .../node_modules/supports-color/index.js | 131 + .../node_modules/supports-color/license | 9 + .../node_modules/supports-color/package.json | 53 + .../node_modules/supports-color/readme.md | 66 + .../@babel/highlight/package.json | 30 + .../node_modules/@babel/parser/CHANGELOG.md | 1073 + .../node_modules/@babel/parser/LICENSE | 19 + .../node_modules/@babel/parser/README.md | 19 + .../@babel/parser/bin/babel-parser.js | 15 + .../node_modules/@babel/parser/index.cjs | 5 + .../node_modules/@babel/parser/lib/index.js | 16800 +++++++++ .../@babel/parser/lib/index.js.map | 1 + .../node_modules/@babel/parser/package.json | 46 + .../@babel/parser/typings/babel-parser.d.ts | 214 + .../LICENSE | 22 + .../README.md | 19 + .../lib/index.js | 53 + .../lib/index.js.map | 1 + .../package.json | 41 + .../LICENSE | 22 + .../README.md | 19 + .../lib/index.js | 75 + .../lib/index.js.map | 1 + .../package.json | 42 + .../LICENSE | 22 + .../README.md | 19 + .../lib/for-await.js | 86 + .../lib/index.js | 104 + .../package.json | 39 + .../plugin-proposal-class-properties/LICENSE | 22 + .../README.md | 19 + .../lib/index.js | 27 + .../package.json | 35 + .../LICENSE | 22 + .../README.md | 19 + .../lib/index.js | 77 + .../package.json | 42 + .../plugin-proposal-dynamic-import/LICENSE | 22 + .../plugin-proposal-dynamic-import/README.md | 19 + .../lib/index.js | 49 + .../package.json | 34 + .../LICENSE | 22 + .../README.md | 19 + .../lib/index.js | 57 + .../package.json | 35 + .../plugin-proposal-json-strings/LICENSE | 22 + .../plugin-proposal-json-strings/README.md | 19 + .../plugin-proposal-json-strings/lib/index.js | 40 + .../plugin-proposal-json-strings/package.json | 35 + .../LICENSE | 22 + .../README.md | 19 + .../lib/index.js | 68 + .../package.json | 37 + .../LICENSE | 22 + .../README.md | 19 + .../lib/index.js | 59 + .../package.json | 35 + .../plugin-proposal-numeric-separator/LICENSE | 22 + .../README.md | 19 + .../lib/index.js | 38 + .../package.json | 37 + .../LICENSE | 22 + .../README.md | 19 + .../lib/index.js | 2324 ++ .../lib/index.js.map | 1 + .../package.json | 39 + .../LICENSE | 22 + .../README.md | 19 + .../lib/index.js | 30 + .../package.json | 35 + .../plugin-proposal-optional-chaining/LICENSE | 22 + .../README.md | 19 + .../lib/index.js | 254 + .../lib/index.js.map | 1 + .../package.json | 38 + .../plugin-proposal-private-methods/LICENSE | 22 + .../plugin-proposal-private-methods/README.md | 19 + .../lib/index.js | 27 + .../package.json | 35 + .../LICENSE | 22 + .../README.md | 19 + .../lib/index.js | 147 + .../package.json | 37 + .../LICENSE | 22 + .../README.md | 19 + .../lib/index.js | 31 + .../package.json | 41 + .../plugin-syntax-async-generators/LICENSE | 22 + .../plugin-syntax-async-generators/README.md | 19 + .../lib/index.js | 22 + .../package.json | 23 + .../plugin-syntax-class-properties/LICENSE | 22 + .../plugin-syntax-class-properties/README.md | 19 + .../lib/index.js | 22 + .../package.json | 28 + .../plugin-syntax-class-static-block/LICENSE | 22 + .../README.md | 19 + .../lib/index.js | 22 + .../package.json | 32 + .../plugin-syntax-dynamic-import/LICENSE | 22 + .../plugin-syntax-dynamic-import/README.md | 19 + .../plugin-syntax-dynamic-import/lib/index.js | 22 + .../plugin-syntax-dynamic-import/package.json | 23 + .../LICENSE | 22 + .../README.md | 19 + .../lib/index.js | 22 + .../package.json | 24 + .../plugin-syntax-import-assertions/LICENSE | 22 + .../plugin-syntax-import-assertions/README.md | 19 + .../lib/index.js | 22 + .../package.json | 32 + .../src/index.ts | 13 + .../@babel/plugin-syntax-json-strings/LICENSE | 22 + .../plugin-syntax-json-strings/README.md | 19 + .../plugin-syntax-json-strings/lib/index.js | 22 + .../plugin-syntax-json-strings/package.json | 23 + .../LICENSE | 22 + .../README.md | 19 + .../lib/index.js | 22 + .../package.json | 28 + .../LICENSE | 22 + .../README.md | 19 + .../lib/index.js | 22 + .../package.json | 23 + .../plugin-syntax-numeric-separator/LICENSE | 22 + .../plugin-syntax-numeric-separator/README.md | 19 + .../lib/index.js | 22 + .../package.json | 28 + .../plugin-syntax-object-rest-spread/LICENSE | 22 + .../README.md | 19 + .../lib/index.js | 22 + .../package.json | 23 + .../LICENSE | 22 + .../README.md | 19 + .../lib/index.js | 22 + .../package.json | 23 + .../plugin-syntax-optional-chaining/LICENSE | 22 + .../plugin-syntax-optional-chaining/README.md | 19 + .../lib/index.js | 22 + .../package.json | 23 + .../LICENSE | 22 + .../README.md | 19 + .../lib/index.js | 22 + .../package.json | 32 + .../plugin-syntax-top-level-await/LICENSE | 22 + .../plugin-syntax-top-level-await/README.md | 19 + .../lib/index.js | 22 + .../package.json | 32 + .../plugin-transform-arrow-functions/LICENSE | 22 + .../README.md | 19 + .../lib/index.js | 31 + .../package.json | 36 + .../LICENSE | 22 + .../README.md | 19 + .../lib/index.js | 64 + .../package.json | 36 + .../LICENSE | 22 + .../README.md | 19 + .../lib/index.js | 54 + .../package.json | 34 + .../plugin-transform-block-scoping/LICENSE | 22 + .../plugin-transform-block-scoping/README.md | 19 + .../lib/index.js | 763 + .../plugin-transform-block-scoping/lib/tdz.js | 97 + .../package.json | 35 + .../@babel/plugin-transform-classes/LICENSE | 22 + .../@babel/plugin-transform-classes/README.md | 19 + .../plugin-transform-classes/lib/index.js | 88 + .../lib/inline-createSuper-helpers.js | 72 + .../lib/transformClass.js | 628 + .../node_modules/globals/globals.json | 1563 + .../node_modules/globals/index.js | 2 + .../node_modules/globals/license | 9 + .../node_modules/globals/package.json | 41 + .../node_modules/globals/readme.md | 41 + .../plugin-transform-classes/package.json | 42 + .../LICENSE | 22 + .../README.md | 19 + .../lib/index.js | 174 + .../package.json | 34 + .../plugin-transform-destructuring/LICENSE | 22 + .../plugin-transform-destructuring/README.md | 19 + .../lib/index.js | 618 + .../lib/index.js.map | 1 + .../package.json | 35 + .../plugin-transform-dotall-regex/LICENSE | 22 + .../plugin-transform-dotall-regex/README.md | 19 + .../lib/index.js | 20 + .../package.json | 40 + .../plugin-transform-duplicate-keys/LICENSE | 22 + .../plugin-transform-duplicate-keys/README.md | 19 + .../lib/index.js | 74 + .../package.json | 34 + .../LICENSE | 22 + .../README.md | 19 + .../lib/index.js | 29 + .../package.json | 35 + .../@babel/plugin-transform-for-of/LICENSE | 22 + .../@babel/plugin-transform-for-of/README.md | 19 + .../plugin-transform-for-of/lib/index.js | 225 + .../lib/no-helper-implementation.js | 175 + .../plugin-transform-for-of/package.json | 34 + .../plugin-transform-function-name/LICENSE | 22 + .../plugin-transform-function-name/README.md | 19 + .../lib/index.js | 43 + .../package.json | 36 + .../@babel/plugin-transform-literals/LICENSE | 22 + .../plugin-transform-literals/README.md | 19 + .../plugin-transform-literals/lib/index.js | 35 + .../plugin-transform-literals/package.json | 34 + .../LICENSE | 22 + .../README.md | 19 + .../lib/index.js | 34 + .../package.json | 34 + .../plugin-transform-modules-amd/LICENSE | 22 + .../plugin-transform-modules-amd/README.md | 19 + .../plugin-transform-modules-amd/lib/index.js | 170 + .../plugin-transform-modules-amd/package.json | 37 + .../plugin-transform-modules-commonjs/LICENSE | 22 + .../README.md | 19 + .../lib/index.js | 222 + .../package.json | 40 + .../plugin-transform-modules-systemjs/LICENSE | 22 + .../README.md | 19 + .../lib/index.js | 475 + .../package.json | 39 + .../plugin-transform-modules-umd/LICENSE | 22 + .../plugin-transform-modules-umd/README.md | 19 + .../plugin-transform-modules-umd/lib/index.js | 182 + .../plugin-transform-modules-umd/package.json | 36 + .../LICENSE | 22 + .../README.md | 19 + .../lib/index.js | 30 + .../package.json | 40 + .../plugin-transform-new-target/LICENSE | 22 + .../plugin-transform-new-target/README.md | 19 + .../plugin-transform-new-target/lib/index.js | 88 + .../plugin-transform-new-target/package.json | 36 + .../plugin-transform-object-super/LICENSE | 22 + .../plugin-transform-object-super/README.md | 19 + .../lib/index.js | 50 + .../package.json | 35 + .../plugin-transform-parameters/LICENSE | 22 + .../plugin-transform-parameters/README.md | 19 + .../plugin-transform-parameters/lib/index.js | 49 + .../plugin-transform-parameters/lib/params.js | 152 + .../plugin-transform-parameters/lib/rest.js | 338 + .../lib/shadow-utils.js | 77 + .../plugin-transform-parameters/package.json | 34 + .../LICENSE | 22 + .../README.md | 19 + .../lib/index.js | 33 + .../package.json | 34 + .../plugin-transform-regenerator/LICENSE | 22 + .../plugin-transform-regenerator/README.md | 19 + .../plugin-transform-regenerator/lib/index.js | 48 + .../plugin-transform-regenerator/package.json | 32 + .../plugin-transform-reserved-words/LICENSE | 22 + .../plugin-transform-reserved-words/README.md | 19 + .../lib/index.js | 27 + .../package.json | 34 + .../@babel/plugin-transform-runtime/LICENSE | 22 + .../@babel/plugin-transform-runtime/README.md | 19 + .../lib/get-runtime-path/browser.js | 16 + .../lib/get-runtime-path/index.js | 44 + .../plugin-transform-runtime/lib/helpers.js | 14 + .../plugin-transform-runtime/lib/index.js | 216 + .../plugin-transform-runtime/package.json | 50 + .../src/get-runtime-path/browser.ts | 15 + .../src/get-runtime-path/index.ts | 42 + .../LICENSE | 22 + .../README.md | 19 + .../lib/index.js | 61 + .../package.json | 34 + .../@babel/plugin-transform-spread/LICENSE | 22 + .../@babel/plugin-transform-spread/README.md | 19 + .../plugin-transform-spread/lib/index.js | 179 + .../plugin-transform-spread/package.json | 35 + .../plugin-transform-sticky-regex/LICENSE | 22 + .../plugin-transform-sticky-regex/README.md | 19 + .../lib/index.js | 29 + .../package.json | 34 + .../LICENSE | 22 + .../README.md | 19 + .../lib/index.js | 132 + .../package.json | 34 + .../plugin-transform-typeof-symbol/LICENSE | 22 + .../plugin-transform-typeof-symbol/README.md | 19 + .../lib/index.js | 76 + .../package.json | 37 + .../plugin-transform-unicode-escapes/LICENSE | 22 + .../README.md | 19 + .../lib/index.js | 145 + .../package.json | 34 + .../plugin-transform-unicode-regex/LICENSE | 22 + .../plugin-transform-unicode-regex/README.md | 19 + .../lib/index.js | 20 + .../package.json | 35 + .../node_modules/@babel/preset-env/LICENSE | 22 + .../node_modules/@babel/preset-env/README.md | 19 + .../preset-env/data/built-in-modules.js | 3 + .../preset-env/data/built-in-modules.json.js | 3 + .../@babel/preset-env/data/built-ins.js | 4 + .../@babel/preset-env/data/built-ins.json.js | 4 + .../@babel/preset-env/data/core-js-compat.js | 1 + .../preset-env/data/corejs2-built-ins.js | 3 + .../preset-env/data/corejs2-built-ins.json.js | 3 + .../@babel/preset-env/data/package.json | 1 + .../@babel/preset-env/data/plugins.js | 3 + .../@babel/preset-env/data/plugins.json.js | 3 + .../preset-env/data/shipped-proposals.js | 2 + .../preset-env/data/unreleased-labels.js | 3 + .../preset-env/lib/available-plugins.js | 226 + .../@babel/preset-env/lib/debug.js | 33 + .../@babel/preset-env/lib/filter-items.js | 36 + .../lib/get-option-specific-excludes.js | 13 + .../@babel/preset-env/lib/index.js | 364 + .../preset-env/lib/module-transformations.js | 15 + .../preset-env/lib/normalize-options.js | 148 + .../@babel/preset-env/lib/options.js | 40 + .../preset-env/lib/plugins-compat-data.js | 29 + .../lib/polyfills/babel-polyfill.js | 75 + .../preset-env/lib/polyfills/regenerator.js | 54 + .../@babel/preset-env/lib/polyfills/utils.js | 40 + .../preset-env/lib/shipped-proposals.js | 29 + .../@babel/preset-env/lib/targets-parser.js | 19 + .../@babel/preset-env/package.json | 108 + .../@babel/preset-modules/LICENSE | 21 + .../@babel/preset-modules/README.md | 171 + .../@babel/preset-modules/lib/index.js | 27 + .../transform-async-arrows-in-class/index.js | 45 + .../index.js | 36 + .../transform-edge-function-name/index.js | 42 + .../lib/plugins/transform-jsx-spread/index.js | 115 + .../transform-safari-block-shadowing/index.js | 47 + .../transform-safari-for-shadowing/index.js | 42 + .../index.js | 75 + .../@babel/preset-modules/package.json | 106 + .../@babel/preset-modules/src/index.js | 30 + .../transform-async-arrows-in-class/index.js | 35 + .../index.js | 29 + .../transform-edge-function-name/index.js | 31 + .../src/plugins/transform-jsx-spread/index.js | 111 + .../transform-safari-block-shadowing/index.js | 39 + .../transform-safari-for-shadowing/index.js | 38 + .../index.js | 88 + .../node_modules/@babel/runtime/LICENSE | 22 + .../node_modules/@babel/runtime/README.md | 19 + .../@babel/runtime/helpers/AsyncGenerator.js | 98 + .../@babel/runtime/helpers/AwaitValue.js | 5 + .../helpers/applyDecoratedDescriptor.js | 30 + .../@babel/runtime/helpers/applyDecs.js | 284 + .../runtime/helpers/arrayLikeToArray.js | 11 + .../@babel/runtime/helpers/arrayWithHoles.js | 5 + .../runtime/helpers/arrayWithoutHoles.js | 7 + .../runtime/helpers/assertThisInitialized.js | 9 + .../runtime/helpers/asyncGeneratorDelegate.js | 56 + .../@babel/runtime/helpers/asyncIterator.js | 50 + .../runtime/helpers/asyncToGenerator.js | 37 + .../runtime/helpers/awaitAsyncGenerator.js | 7 + .../helpers/checkPrivateRedeclaration.js | 7 + .../classApplyDescriptorDestructureSet.js | 22 + .../helpers/classApplyDescriptorGet.js | 9 + .../helpers/classApplyDescriptorSet.js | 13 + .../@babel/runtime/helpers/classCallCheck.js | 7 + .../helpers/classCheckPrivateStaticAccess.js | 7 + .../classCheckPrivateStaticFieldDescriptor.js | 7 + .../helpers/classExtractFieldDescriptor.js | 9 + .../runtime/helpers/classNameTDZError.js | 5 + .../classPrivateFieldDestructureSet.js | 10 + .../runtime/helpers/classPrivateFieldGet.js | 10 + .../helpers/classPrivateFieldInitSpec.js | 8 + .../helpers/classPrivateFieldLooseBase.js | 9 + .../helpers/classPrivateFieldLooseKey.js | 7 + .../runtime/helpers/classPrivateFieldSet.js | 11 + .../runtime/helpers/classPrivateMethodGet.js | 9 + .../helpers/classPrivateMethodInitSpec.js | 8 + .../runtime/helpers/classPrivateMethodSet.js | 5 + .../classStaticPrivateFieldDestructureSet.js | 13 + .../helpers/classStaticPrivateFieldSpecGet.js | 13 + .../helpers/classStaticPrivateFieldSpecSet.js | 14 + .../helpers/classStaticPrivateMethodGet.js | 8 + .../helpers/classStaticPrivateMethodSet.js | 5 + .../@babel/runtime/helpers/construct.js | 22 + .../@babel/runtime/helpers/createClass.js | 20 + .../helpers/createForOfIteratorHelper.js | 60 + .../helpers/createForOfIteratorHelperLoose.js | 24 + .../@babel/runtime/helpers/createSuper.js | 24 + .../@babel/runtime/helpers/decorate.js | 400 + .../@babel/runtime/helpers/defaults.js | 16 + .../helpers/defineEnumerableProperties.js | 24 + .../@babel/runtime/helpers/defineProperty.js | 16 + .../runtime/helpers/esm/AsyncGenerator.js | 95 + .../@babel/runtime/helpers/esm/AwaitValue.js | 3 + .../helpers/esm/applyDecoratedDescriptor.js | 28 + .../@babel/runtime/helpers/esm/applyDecs.js | 282 + .../runtime/helpers/esm/arrayLikeToArray.js | 9 + .../runtime/helpers/esm/arrayWithHoles.js | 3 + .../runtime/helpers/esm/arrayWithoutHoles.js | 4 + .../helpers/esm/assertThisInitialized.js | 7 + .../helpers/esm/asyncGeneratorDelegate.js | 54 + .../runtime/helpers/esm/asyncIterator.js | 48 + .../runtime/helpers/esm/asyncToGenerator.js | 35 + .../helpers/esm/awaitAsyncGenerator.js | 4 + .../helpers/esm/checkPrivateRedeclaration.js | 5 + .../esm/classApplyDescriptorDestructureSet.js | 20 + .../helpers/esm/classApplyDescriptorGet.js | 7 + .../helpers/esm/classApplyDescriptorSet.js | 11 + .../runtime/helpers/esm/classCallCheck.js | 5 + .../esm/classCheckPrivateStaticAccess.js | 5 + .../classCheckPrivateStaticFieldDescriptor.js | 5 + .../esm/classExtractFieldDescriptor.js | 7 + .../runtime/helpers/esm/classNameTDZError.js | 3 + .../esm/classPrivateFieldDestructureSet.js | 6 + .../helpers/esm/classPrivateFieldGet.js | 6 + .../helpers/esm/classPrivateFieldInitSpec.js | 5 + .../helpers/esm/classPrivateFieldLooseBase.js | 7 + .../helpers/esm/classPrivateFieldLooseKey.js | 4 + .../helpers/esm/classPrivateFieldSet.js | 7 + .../helpers/esm/classPrivateMethodGet.js | 7 + .../helpers/esm/classPrivateMethodInitSpec.js | 5 + .../helpers/esm/classPrivateMethodSet.js | 3 + .../classStaticPrivateFieldDestructureSet.js | 8 + .../esm/classStaticPrivateFieldSpecGet.js | 8 + .../esm/classStaticPrivateFieldSpecSet.js | 9 + .../esm/classStaticPrivateMethodGet.js | 5 + .../esm/classStaticPrivateMethodSet.js | 3 + .../@babel/runtime/helpers/esm/construct.js | 18 + .../@babel/runtime/helpers/esm/createClass.js | 18 + .../helpers/esm/createForOfIteratorHelper.js | 57 + .../esm/createForOfIteratorHelperLoose.js | 21 + .../@babel/runtime/helpers/esm/createSuper.js | 19 + .../@babel/runtime/helpers/esm/decorate.js | 396 + .../@babel/runtime/helpers/esm/defaults.js | 14 + .../helpers/esm/defineEnumerableProperties.js | 22 + .../runtime/helpers/esm/defineProperty.js | 14 + .../@babel/runtime/helpers/esm/extends.js | 16 + .../@babel/runtime/helpers/esm/get.js | 20 + .../runtime/helpers/esm/getPrototypeOf.js | 6 + .../@babel/runtime/helpers/esm/identity.js | 3 + .../@babel/runtime/helpers/esm/inherits.js | 18 + .../runtime/helpers/esm/inheritsLoose.js | 6 + .../helpers/esm/initializerDefineProperty.js | 9 + .../helpers/esm/initializerWarningHelper.js | 3 + .../@babel/runtime/helpers/esm/instanceof.js | 7 + .../helpers/esm/interopRequireDefault.js | 5 + .../helpers/esm/interopRequireWildcard.js | 51 + .../runtime/helpers/esm/isNativeFunction.js | 3 + .../helpers/esm/isNativeReflectConstruct.js | 12 + .../runtime/helpers/esm/iterableToArray.js | 3 + .../helpers/esm/iterableToArrayLimit.js | 29 + .../helpers/esm/iterableToArrayLimitLoose.js | 14 + .../@babel/runtime/helpers/esm/jsx.js | 26 + .../runtime/helpers/esm/maybeArrayLike.js | 9 + .../runtime/helpers/esm/newArrowCheck.js | 5 + .../runtime/helpers/esm/nonIterableRest.js | 3 + .../runtime/helpers/esm/nonIterableSpread.js | 3 + .../helpers/esm/objectDestructuringEmpty.js | 3 + .../runtime/helpers/esm/objectSpread.js | 19 + .../runtime/helpers/esm/objectSpread2.js | 27 + .../helpers/esm/objectWithoutProperties.js | 19 + .../esm/objectWithoutPropertiesLoose.js | 14 + .../@babel/runtime/helpers/esm/package.json | 3 + .../helpers/esm/possibleConstructorReturn.js | 11 + .../runtime/helpers/esm/readOnlyError.js | 3 + .../runtime/helpers/esm/regeneratorRuntime.js | 352 + .../@babel/runtime/helpers/esm/set.js | 51 + .../runtime/helpers/esm/setPrototypeOf.js | 7 + .../helpers/esm/skipFirstGeneratorNext.js | 7 + .../runtime/helpers/esm/slicedToArray.js | 7 + .../runtime/helpers/esm/slicedToArrayLoose.js | 7 + .../runtime/helpers/esm/superPropBase.js | 9 + .../helpers/esm/taggedTemplateLiteral.js | 11 + .../helpers/esm/taggedTemplateLiteralLoose.js | 8 + .../@babel/runtime/helpers/esm/tdz.js | 3 + .../@babel/runtime/helpers/esm/temporalRef.js | 5 + .../runtime/helpers/esm/temporalUndefined.js | 1 + .../@babel/runtime/helpers/esm/toArray.js | 7 + .../runtime/helpers/esm/toConsumableArray.js | 7 + .../@babel/runtime/helpers/esm/toPrimitive.js | 13 + .../runtime/helpers/esm/toPropertyKey.js | 6 + .../@babel/runtime/helpers/esm/typeof.js | 9 + .../helpers/esm/unsupportedIterableToArray.js | 9 + .../runtime/helpers/esm/wrapAsyncGenerator.js | 6 + .../runtime/helpers/esm/wrapNativeSuper.js | 37 + .../@babel/runtime/helpers/esm/wrapRegExp.js | 50 + .../runtime/helpers/esm/writeOnlyError.js | 3 + .../@babel/runtime/helpers/extends.js | 18 + .../@babel/runtime/helpers/get.js | 23 + .../@babel/runtime/helpers/getPrototypeOf.js | 8 + .../@babel/runtime/helpers/identity.js | 5 + .../@babel/runtime/helpers/inherits.js | 21 + .../@babel/runtime/helpers/inheritsLoose.js | 9 + .../helpers/initializerDefineProperty.js | 11 + .../helpers/initializerWarningHelper.js | 5 + .../@babel/runtime/helpers/instanceof.js | 9 + .../runtime/helpers/interopRequireDefault.js | 7 + .../runtime/helpers/interopRequireWildcard.js | 53 + .../runtime/helpers/isNativeFunction.js | 5 + .../helpers/isNativeReflectConstruct.js | 14 + .../@babel/runtime/helpers/iterableToArray.js | 5 + .../runtime/helpers/iterableToArrayLimit.js | 31 + .../helpers/iterableToArrayLimitLoose.js | 16 + .../@babel/runtime/helpers/jsx.js | 29 + .../@babel/runtime/helpers/maybeArrayLike.js | 12 + .../@babel/runtime/helpers/newArrowCheck.js | 7 + .../@babel/runtime/helpers/nonIterableRest.js | 5 + .../runtime/helpers/nonIterableSpread.js | 5 + .../helpers/objectDestructuringEmpty.js | 5 + .../@babel/runtime/helpers/objectSpread.js | 22 + .../@babel/runtime/helpers/objectSpread2.js | 29 + .../helpers/objectWithoutProperties.js | 22 + .../helpers/objectWithoutPropertiesLoose.js | 16 + .../helpers/possibleConstructorReturn.js | 15 + .../@babel/runtime/helpers/readOnlyError.js | 5 + .../runtime/helpers/regeneratorRuntime.js | 354 + .../@babel/runtime/helpers/set.js | 54 + .../@babel/runtime/helpers/setPrototypeOf.js | 9 + .../runtime/helpers/skipFirstGeneratorNext.js | 9 + .../@babel/runtime/helpers/slicedToArray.js | 13 + .../runtime/helpers/slicedToArrayLoose.js | 13 + .../@babel/runtime/helpers/superPropBase.js | 12 + .../runtime/helpers/taggedTemplateLiteral.js | 13 + .../helpers/taggedTemplateLiteralLoose.js | 10 + .../@babel/runtime/helpers/tdz.js | 5 + .../@babel/runtime/helpers/temporalRef.js | 9 + .../runtime/helpers/temporalUndefined.js | 3 + .../@babel/runtime/helpers/toArray.js | 13 + .../runtime/helpers/toConsumableArray.js | 13 + .../@babel/runtime/helpers/toPrimitive.js | 16 + .../@babel/runtime/helpers/toPropertyKey.js | 10 + .../@babel/runtime/helpers/typeof.js | 11 + .../helpers/unsupportedIterableToArray.js | 12 + .../runtime/helpers/wrapAsyncGenerator.js | 9 + .../@babel/runtime/helpers/wrapNativeSuper.js | 42 + .../@babel/runtime/helpers/wrapRegExp.js | 55 + .../@babel/runtime/helpers/writeOnlyError.js | 5 + .../node_modules/@babel/runtime/package.json | 876 + .../@babel/runtime/regenerator/index.js | 15 + .../node_modules/@babel/template/LICENSE | 22 + .../node_modules/@babel/template/README.md | 19 + .../@babel/template/lib/builder.js | 81 + .../@babel/template/lib/formatters.js | 71 + .../node_modules/@babel/template/lib/index.js | 32 + .../@babel/template/lib/literal.js | 80 + .../@babel/template/lib/options.js | 83 + .../node_modules/@babel/template/lib/parse.js | 188 + .../@babel/template/lib/populate.js | 135 + .../@babel/template/lib/string.js | 22 + .../node_modules/@babel/template/package.json | 27 + .../node_modules/@babel/traverse/LICENSE | 22 + .../node_modules/@babel/traverse/README.md | 19 + .../node_modules/@babel/traverse/lib/cache.js | 26 + .../@babel/traverse/lib/context.js | 139 + .../node_modules/@babel/traverse/lib/hub.js | 23 + .../node_modules/@babel/traverse/lib/index.js | 111 + .../@babel/traverse/lib/path/ancestry.js | 180 + .../@babel/traverse/lib/path/comments.js | 42 + .../@babel/traverse/lib/path/context.js | 270 + .../@babel/traverse/lib/path/conversion.js | 539 + .../@babel/traverse/lib/path/evaluation.js | 414 + .../@babel/traverse/lib/path/family.js | 407 + .../traverse/lib/path/generated/asserts.js | 5 + .../traverse/lib/path/generated/validators.js | 0 .../@babel/traverse/lib/path/index.js | 259 + .../traverse/lib/path/inference/index.js | 180 + .../lib/path/inference/inferer-reference.js | 182 + .../traverse/lib/path/inference/inferers.js | 248 + .../traverse/lib/path/inference/util.js | 32 + .../@babel/traverse/lib/path/introspection.js | 466 + .../@babel/traverse/lib/path/lib/hoister.js | 206 + .../traverse/lib/path/lib/removal-hooks.js | 41 + .../lib/path/lib/virtual-types-validator.js | 183 + .../traverse/lib/path/lib/virtual-types.js | 42 + .../@babel/traverse/lib/path/modification.js | 269 + .../@babel/traverse/lib/path/removal.js | 73 + .../@babel/traverse/lib/path/replacement.js | 259 + .../@babel/traverse/lib/scope/binding.js | 75 + .../@babel/traverse/lib/scope/index.js | 1067 + .../@babel/traverse/lib/scope/lib/renamer.js | 129 + .../@babel/traverse/lib/traverse-node.js | 30 + .../node_modules/@babel/traverse/lib/types.js | 3 + .../@babel/traverse/lib/visitors.js | 246 + .../node_modules/globals/globals.json | 1563 + .../traverse/node_modules/globals/index.js | 2 + .../traverse/node_modules/globals/license | 9 + .../node_modules/globals/package.json | 41 + .../traverse/node_modules/globals/readme.md | 41 + .../node_modules/@babel/traverse/package.json | 37 + .../traverse/scripts/generators/asserts.js | 25 + .../traverse/scripts/generators/validators.js | 27 + .../@babel/traverse/scripts/package.json | 1 + .../node_modules/@babel/types/LICENSE | 22 + .../node_modules/@babel/types/README.md | 19 + .../@babel/types/lib/asserts/assertNode.js | 17 + .../types/lib/asserts/generated/index.js | 1522 + .../types/lib/ast-types/generated/index.js | 0 .../lib/builders/flow/createFlowUnionType.js | 20 + .../flow/createTypeAnnotationBasedOnTypeof.js | 41 + .../types/lib/builders/generated/index.js | 2227 ++ .../types/lib/builders/generated/uppercase.js | 1519 + .../types/lib/builders/react/buildChildren.js | 29 + .../builders/typescript/createTSUnionType.js | 25 + .../@babel/types/lib/builders/validateNode.js | 20 + .../@babel/types/lib/clone/clone.js | 12 + .../@babel/types/lib/clone/cloneDeep.js | 12 + .../types/lib/clone/cloneDeepWithoutLoc.js | 12 + .../@babel/types/lib/clone/cloneNode.js | 120 + .../@babel/types/lib/clone/cloneWithoutLoc.js | 12 + .../@babel/types/lib/comments/addComment.js | 15 + .../@babel/types/lib/comments/addComments.js | 23 + .../lib/comments/inheritInnerComments.js | 12 + .../lib/comments/inheritLeadingComments.js | 12 + .../lib/comments/inheritTrailingComments.js | 12 + .../types/lib/comments/inheritsComments.js | 19 + .../types/lib/comments/removeComments.js | 16 + .../types/lib/constants/generated/index.js | 107 + .../@babel/types/lib/constants/index.js | 49 + .../types/lib/converters/ensureBlock.js | 14 + .../converters/gatherSequenceExpressions.js | 75 + .../lib/converters/toBindingIdentifierName.js | 14 + .../@babel/types/lib/converters/toBlock.js | 34 + .../types/lib/converters/toComputedKey.js | 15 + .../types/lib/converters/toExpression.js | 33 + .../types/lib/converters/toIdentifier.js | 30 + .../@babel/types/lib/converters/toKeyAlias.js | 46 + .../lib/converters/toSequenceExpression.js | 21 + .../types/lib/converters/toStatement.js | 47 + .../types/lib/converters/valueToNode.js | 99 + .../@babel/types/lib/definitions/core.js | 1714 + .../types/lib/definitions/experimental.js | 133 + .../@babel/types/lib/definitions/flow.js | 486 + .../@babel/types/lib/definitions/index.js | 103 + .../@babel/types/lib/definitions/jsx.js | 157 + .../@babel/types/lib/definitions/misc.js | 32 + .../types/lib/definitions/placeholders.js | 33 + .../types/lib/definitions/typescript.js | 495 + .../@babel/types/lib/definitions/utils.js | 343 + .../@babel/types/lib/index-legacy.d.ts | 2732 ++ .../node_modules/@babel/types/lib/index.d.ts | 3220 ++ .../node_modules/@babel/types/lib/index.js | 647 + .../@babel/types/lib/index.js.flow | 2586 ++ .../modifications/appendToMemberExpression.js | 15 + .../flow/removeTypeDuplicates.js | 78 + .../types/lib/modifications/inherits.js | 33 + .../prependToMemberExpression.js | 19 + .../lib/modifications/removeProperties.js | 29 + .../lib/modifications/removePropertiesDeep.js | 15 + .../typescript/removeTypeDuplicates.js | 78 + .../lib/retrievers/getBindingIdentifiers.js | 105 + .../retrievers/getOuterBindingIdentifiers.js | 15 + .../@babel/types/lib/traverse/traverse.js | 55 + .../@babel/types/lib/traverse/traverseFast.js | 28 + .../@babel/types/lib/utils/inherit.js | 12 + .../react/cleanJSXElementLiteralChild.js | 47 + .../@babel/types/lib/utils/shallowEqual.js | 18 + .../validators/buildMatchMemberExpression.js | 13 + .../types/lib/validators/generated/index.js | 4827 +++ .../@babel/types/lib/validators/is.js | 33 + .../@babel/types/lib/validators/isBinding.js | 31 + .../types/lib/validators/isBlockScoped.js | 14 + .../types/lib/validators/isImmutable.js | 24 + .../@babel/types/lib/validators/isLet.js | 14 + .../@babel/types/lib/validators/isNode.js | 12 + .../types/lib/validators/isNodesEquivalent.js | 70 + .../types/lib/validators/isPlaceholderType.js | 21 + .../types/lib/validators/isReferenced.js | 128 + .../@babel/types/lib/validators/isScope.js | 20 + .../lib/validators/isSpecifierDefault.js | 14 + .../@babel/types/lib/validators/isType.js | 24 + .../lib/validators/isValidES3Identifier.js | 14 + .../types/lib/validators/isValidIdentifier.js | 20 + .../@babel/types/lib/validators/isVar.js | 16 + .../types/lib/validators/matchesPattern.js | 42 + .../types/lib/validators/react/isCompatTag.js | 10 + .../lib/validators/react/isReactComponent.js | 12 + .../@babel/types/lib/validators/validate.js | 32 + .../node_modules/@babel/types/package.json | 41 + .../types/scripts/generators/asserts.js | 50 + .../types/scripts/generators/ast-types.js | 196 + .../types/scripts/generators/builders.js | 192 + .../types/scripts/generators/constants.js | 15 + .../@babel/types/scripts/generators/docs.js | 283 + .../@babel/types/scripts/generators/flow.js | 260 + .../scripts/generators/typescript-legacy.js | 369 + .../types/scripts/generators/validators.js | 87 + .../@babel/types/scripts/package.json | 1 + .../types/scripts/utils/formatBuilderName.js | 8 + .../@babel/types/scripts/utils/lowerFirst.js | 3 + .../types/scripts/utils/stringifyValidator.js | 69 + .../types/scripts/utils/toFunctionName.js | 4 + .../@discoveryjs/json-ext/LICENSE | 21 + .../@discoveryjs/json-ext/README.md | 256 + .../@discoveryjs/json-ext/dist/json-ext.js | 791 + .../json-ext/dist/json-ext.min.js | 1 + .../@discoveryjs/json-ext/dist/version.js | 1 + .../@discoveryjs/json-ext/index.d.ts | 31 + .../@discoveryjs/json-ext/package.json | 56 + .../@discoveryjs/json-ext/src/index.js | 6 + .../json-ext/src/parse-chunked.js | 384 + .../json-ext/src/stringify-info.js | 231 + .../json-ext/src/stringify-stream-browser.js | 3 + .../json-ext/src/stringify-stream.js | 408 + .../json-ext/src/text-decoder-browser.js | 1 + .../@discoveryjs/json-ext/src/text-decoder.js | 1 + .../@discoveryjs/json-ext/src/utils.js | 149 + .../@discoveryjs/json-ext/src/version.js | 1 + .../@jridgewell/gen-mapping/LICENSE | 19 + .../@jridgewell/gen-mapping/README.md | 227 + .../gen-mapping/dist/gen-mapping.mjs | 230 + .../gen-mapping/dist/gen-mapping.mjs.map | 1 + .../gen-mapping/dist/gen-mapping.umd.js | 236 + .../gen-mapping/dist/gen-mapping.umd.js.map | 1 + .../gen-mapping/dist/types/gen-mapping.d.ts | 90 + .../dist/types/sourcemap-segment.d.ts | 12 + .../gen-mapping/dist/types/types.d.ts | 35 + .../@jridgewell/gen-mapping/package.json | 78 + .../gen-mapping/src/gen-mapping.ts | 458 + .../gen-mapping/src/sourcemap-segment.ts | 16 + .../@jridgewell/gen-mapping/src/types.ts | 43 + .../@jridgewell/resolve-uri/LICENSE | 19 + .../@jridgewell/resolve-uri/README.md | 40 + .../resolve-uri/dist/resolve-uri.mjs | 242 + .../resolve-uri/dist/resolve-uri.mjs.map | 1 + .../resolve-uri/dist/resolve-uri.umd.js | 250 + .../resolve-uri/dist/resolve-uri.umd.js.map | 1 + .../resolve-uri/dist/types/resolve-uri.d.ts | 4 + .../@jridgewell/resolve-uri/package.json | 69 + .../@jridgewell/set-array/LICENSE | 19 + .../@jridgewell/set-array/README.md | 37 + .../@jridgewell/set-array/dist/set-array.mjs | 48 + .../set-array/dist/set-array.mjs.map | 1 + .../set-array/dist/set-array.umd.js | 58 + .../set-array/dist/set-array.umd.js.map | 1 + .../set-array/dist/types/set-array.d.ts | 26 + .../@jridgewell/set-array/package.json | 66 + .../@jridgewell/set-array/src/set-array.ts | 55 + .../@jridgewell/source-map/LICENSE | 19 + .../@jridgewell/source-map/README.md | 82 + .../source-map/dist/source-map.mjs | 928 + .../source-map/dist/source-map.mjs.map | 1 + .../source-map/dist/source-map.umd.js | 939 + .../source-map/dist/source-map.umd.js.map | 1 + .../source-map/dist/types/source-map.d.ts | 25 + .../@jridgewell/source-map/package.json | 67 + .../@jridgewell/sourcemap-codec/LICENSE | 21 + .../@jridgewell/sourcemap-codec/README.md | 200 + .../sourcemap-codec/dist/sourcemap-codec.mjs | 164 + .../dist/sourcemap-codec.mjs.map | 1 + .../dist/sourcemap-codec.umd.js | 175 + .../dist/sourcemap-codec.umd.js.map | 1 + .../dist/types/sourcemap-codec.d.ts | 6 + .../@jridgewell/sourcemap-codec/package.json | 75 + .../sourcemap-codec/src/sourcemap-codec.ts | 198 + .../@jridgewell/trace-mapping/LICENSE | 19 + .../@jridgewell/trace-mapping/README.md | 252 + .../trace-mapping/dist/trace-mapping.mjs | 511 + .../trace-mapping/dist/trace-mapping.mjs.map | 1 + .../trace-mapping/dist/trace-mapping.umd.js | 525 + .../dist/trace-mapping.umd.js.map | 1 + .../trace-mapping/dist/types/any-map.d.ts | 8 + .../dist/types/binary-search.d.ts | 32 + .../trace-mapping/dist/types/by-source.d.ts | 7 + .../trace-mapping/dist/types/resolve.d.ts | 1 + .../trace-mapping/dist/types/sort.d.ts | 2 + .../dist/types/sourcemap-segment.d.ts | 16 + .../dist/types/strip-filename.d.ts | 4 + .../dist/types/trace-mapping.d.ts | 74 + .../trace-mapping/dist/types/types.d.ts | 85 + .../@jridgewell/trace-mapping/package.json | 75 + .../node_modules/@types/eslint-scope/LICENSE | 21 + .../@types/eslint-scope/README.md | 85 + .../@types/eslint-scope/index.d.ts | 65 + .../@types/eslint-scope/package.json | 28 + .../node_modules/@types/eslint/LICENSE | 21 + .../node_modules/@types/eslint/README.md | 16 + .../node_modules/@types/eslint/helpers.d.ts | 3 + .../node_modules/@types/eslint/index.d.ts | 1005 + .../node_modules/@types/eslint/package.json | 65 + .../@types/eslint/rules/best-practices.d.ts | 931 + .../@types/eslint/rules/deprecated.d.ts | 267 + .../@types/eslint/rules/ecmascript-6.d.ts | 502 + .../@types/eslint/rules/index.d.ts | 21 + .../@types/eslint/rules/node-commonjs.d.ts | 133 + .../@types/eslint/rules/possible-errors.d.ts | 484 + .../@types/eslint/rules/strict-mode.d.ts | 11 + .../@types/eslint/rules/stylistic-issues.d.ts | 1893 + .../@types/eslint/rules/variables.d.ts | 187 + .../@types/eslint/use-at-your-own-risk.d.ts | 8 + .../node_modules/@types/estree/LICENSE | 21 + .../node_modules/@types/estree/README.md | 16 + .../node_modules/@types/estree/flow.d.ts | 174 + .../node_modules/@types/estree/index.d.ts | 595 + .../node_modules/@types/estree/package.json | 25 + .../node_modules/@types/json-schema/LICENSE | 21 + .../node_modules/@types/json-schema/README.md | 16 + .../@types/json-schema/index.d.ts | 758 + .../@types/json-schema/package.json | 40 + .../node_modules/@types/node/LICENSE | 21 + .../node_modules/@types/node/README.md | 16 + .../node_modules/@types/node/assert.d.ts | 911 + .../@types/node/assert/strict.d.ts | 8 + .../node_modules/@types/node/async_hooks.d.ts | 501 + .../node_modules/@types/node/buffer.d.ts | 2238 ++ .../@types/node/child_process.d.ts | 1369 + .../node_modules/@types/node/cluster.d.ts | 410 + .../node_modules/@types/node/console.d.ts | 412 + .../node_modules/@types/node/constants.d.ts | 18 + .../node_modules/@types/node/crypto.d.ts | 3961 ++ .../node_modules/@types/node/dgram.d.ts | 545 + .../@types/node/diagnostics_channel.d.ts | 153 + .../node_modules/@types/node/dns.d.ts | 659 + .../@types/node/dns/promises.d.ts | 370 + .../node_modules/@types/node/domain.d.ts | 170 + .../node_modules/@types/node/events.d.ts | 641 + .../node_modules/@types/node/fs.d.ts | 3872 ++ .../node_modules/@types/node/fs/promises.d.ts | 1120 + .../node_modules/@types/node/globals.d.ts | 294 + .../@types/node/globals.global.d.ts | 1 + .../node_modules/@types/node/http.d.ts | 1471 + .../node_modules/@types/node/http2.d.ts | 2106 ++ .../node_modules/@types/node/https.d.ts | 401 + .../node_modules/@types/node/index.d.ts | 132 + .../node_modules/@types/node/inspector.d.ts | 2741 ++ .../node_modules/@types/node/module.d.ts | 114 + .../node_modules/@types/node/net.d.ts | 838 + .../node_modules/@types/node/os.d.ts | 456 + .../node_modules/@types/node/package.json | 225 + .../node_modules/@types/node/path.d.ts | 191 + .../node_modules/@types/node/perf_hooks.d.ts | 610 + .../node_modules/@types/node/process.d.ts | 1482 + .../node_modules/@types/node/punycode.d.ts | 117 + .../node_modules/@types/node/querystring.d.ts | 131 + .../node_modules/@types/node/readline.d.ts | 653 + .../@types/node/readline/promises.d.ts | 143 + .../node_modules/@types/node/repl.d.ts | 424 + .../node_modules/@types/node/stream.d.ts | 1339 + .../@types/node/stream/consumers.d.ts | 24 + .../@types/node/stream/promises.d.ts | 42 + .../node_modules/@types/node/stream/web.d.ts | 330 + .../@types/node/string_decoder.d.ts | 67 + .../node_modules/@types/node/test.d.ts | 190 + .../node_modules/@types/node/timers.d.ts | 94 + .../@types/node/timers/promises.d.ts | 68 + .../node_modules/@types/node/tls.d.ts | 1028 + .../@types/node/trace_events.d.ts | 171 + .../node_modules/@types/node/tty.d.ts | 206 + .../node_modules/@types/node/url.d.ts | 897 + .../node_modules/@types/node/util.d.ts | 1792 + .../node_modules/@types/node/v8.d.ts | 396 + .../node_modules/@types/node/vm.d.ts | 509 + .../node_modules/@types/node/wasi.d.ts | 158 + .../@types/node/worker_threads.d.ts | 646 + .../node_modules/@types/node/zlib.d.ts | 517 + .../node_modules/@webassemblyjs/ast/LICENSE | 21 + .../node_modules/@webassemblyjs/ast/README.md | 167 + .../@webassemblyjs/ast/esm/clone.js | 3 + .../@webassemblyjs/ast/esm/definitions.js | 668 + .../@webassemblyjs/ast/esm/index.js | 7 + .../@webassemblyjs/ast/esm/node-helpers.js | 84 + .../@webassemblyjs/ast/esm/node-path.js | 137 + .../@webassemblyjs/ast/esm/nodes.js | 925 + .../@webassemblyjs/ast/esm/signatures.js | 199 + .../ast-module-to-module-context/index.js | 378 + .../denormalize-type-references/index.js | 76 + .../wast-identifier-to-index/index.js | 216 + .../@webassemblyjs/ast/esm/traverse.js | 96 + .../@webassemblyjs/ast/esm/types/basic.js | 0 .../@webassemblyjs/ast/esm/types/nodes.js | 0 .../@webassemblyjs/ast/esm/types/traverse.js | 0 .../@webassemblyjs/ast/esm/utils.js | 265 + .../@webassemblyjs/ast/lib/clone.js | 10 + .../@webassemblyjs/ast/lib/definitions.js | 668 + .../@webassemblyjs/ast/lib/index.js | 127 + .../@webassemblyjs/ast/lib/node-helpers.js | 107 + .../@webassemblyjs/ast/lib/node-path.js | 144 + .../@webassemblyjs/ast/lib/nodes.js | 1144 + .../@webassemblyjs/ast/lib/signatures.js | 207 + .../ast-module-to-module-context/index.js | 389 + .../denormalize-type-references/index.js | 83 + .../wast-identifier-to-index/index.js | 225 + .../@webassemblyjs/ast/lib/traverse.js | 105 + .../@webassemblyjs/ast/lib/types/basic.js | 0 .../@webassemblyjs/ast/lib/types/nodes.js | 0 .../@webassemblyjs/ast/lib/types/traverse.js | 0 .../@webassemblyjs/ast/lib/utils.js | 306 + .../@webassemblyjs/ast/package.json | 32 + .../ast/scripts/generateNodeUtils.js | 219 + .../ast/scripts/generateTypeDefinitions.js | 47 + .../@webassemblyjs/ast/scripts/util.js | 38 + .../floating-point-hex-parser/LICENSE | 21 + .../floating-point-hex-parser/README.md | 34 + .../floating-point-hex-parser/esm/index.js | 42 + .../floating-point-hex-parser/lib/index.js | 49 + .../floating-point-hex-parser/package.json | 24 + .../@webassemblyjs/helper-api-error/LICENSE | 21 + .../helper-api-error/esm/index.js | 47 + .../helper-api-error/lib/index.js | 62 + .../helper-api-error/package.json | 18 + .../@webassemblyjs/helper-buffer/LICENSE | 21 + .../helper-buffer/esm/compare.js | 65 + .../@webassemblyjs/helper-buffer/esm/index.js | 67 + .../helper-buffer/lib/compare.js | 73 + .../@webassemblyjs/helper-buffer/lib/index.js | 78 + .../@webassemblyjs/helper-buffer/package.json | 24 + .../@webassemblyjs/helper-numbers/LICENSE | 21 + .../helper-numbers/esm/index.js | 91 + .../helper-numbers/lib/index.js | 116 + .../helper-numbers/package.json | 25 + .../helper-numbers/src/index.js | 105 + .../helper-wasm-bytecode/LICENSE | 21 + .../helper-wasm-bytecode/esm/index.js | 391 + .../helper-wasm-bytecode/esm/section.js | 31 + .../helper-wasm-bytecode/lib/index.js | 406 + .../helper-wasm-bytecode/lib/section.js | 38 + .../helper-wasm-bytecode/package.json | 20 + .../helper-wasm-section/LICENSE | 21 + .../helper-wasm-section/esm/create.js | 107 + .../helper-wasm-section/esm/index.js | 3 + .../helper-wasm-section/esm/remove.js | 36 + .../helper-wasm-section/esm/resize.js | 78 + .../helper-wasm-section/lib/create.js | 121 + .../helper-wasm-section/lib/index.js | 35 + .../helper-wasm-section/lib/remove.js | 45 + .../helper-wasm-section/lib/resize.js | 90 + .../helper-wasm-section/package.json | 29 + .../@webassemblyjs/ieee754/LICENSE | 21 + .../@webassemblyjs/ieee754/esm/index.js | 33 + .../@webassemblyjs/ieee754/lib/index.js | 52 + .../@webassemblyjs/ieee754/package.json | 23 + .../@webassemblyjs/ieee754/src/index.js | 47 + .../@webassemblyjs/leb128/LICENSE.txt | 194 + .../@webassemblyjs/leb128/esm/bits.js | 145 + .../@webassemblyjs/leb128/esm/bufs.js | 218 + .../@webassemblyjs/leb128/esm/index.js | 34 + .../@webassemblyjs/leb128/esm/leb.js | 316 + .../@webassemblyjs/leb128/lib/bits.js | 156 + .../@webassemblyjs/leb128/lib/bufs.js | 236 + .../@webassemblyjs/leb128/lib/index.js | 59 + .../@webassemblyjs/leb128/lib/leb.js | 332 + .../@webassemblyjs/leb128/package.json | 23 + .../node_modules/@webassemblyjs/utf8/LICENSE | 21 + .../@webassemblyjs/utf8/esm/decoder.js | 95 + .../@webassemblyjs/utf8/esm/encoder.js | 46 + .../@webassemblyjs/utf8/esm/index.js | 2 + .../@webassemblyjs/utf8/lib/decoder.js | 102 + .../@webassemblyjs/utf8/lib/encoder.js | 53 + .../@webassemblyjs/utf8/lib/index.js | 21 + .../@webassemblyjs/utf8/package.json | 20 + .../@webassemblyjs/utf8/src/decoder.js | 86 + .../@webassemblyjs/utf8/src/encoder.js | 44 + .../@webassemblyjs/utf8/src/index.js | 4 + .../@webassemblyjs/utf8/test/index.js | 13 + .../@webassemblyjs/wasm-edit/LICENSE | 21 + .../@webassemblyjs/wasm-edit/README.md | 86 + .../@webassemblyjs/wasm-edit/esm/apply.js | 299 + .../@webassemblyjs/wasm-edit/esm/index.js | 114 + .../@webassemblyjs/wasm-edit/lib/apply.js | 311 + .../@webassemblyjs/wasm-edit/lib/index.js | 133 + .../@webassemblyjs/wasm-edit/package.json | 33 + .../@webassemblyjs/wasm-gen/LICENSE | 21 + .../wasm-gen/esm/encoder/index.js | 301 + .../@webassemblyjs/wasm-gen/esm/index.js | 51 + .../wasm-gen/lib/encoder/index.js | 357 + .../@webassemblyjs/wasm-gen/lib/index.js | 64 + .../@webassemblyjs/wasm-gen/package.json | 27 + .../@webassemblyjs/wasm-opt/LICENSE | 21 + .../@webassemblyjs/wasm-opt/esm/index.js | 41 + .../@webassemblyjs/wasm-opt/esm/leb128.js | 47 + .../@webassemblyjs/wasm-opt/lib/index.js | 50 + .../@webassemblyjs/wasm-opt/lib/leb128.js | 56 + .../@webassemblyjs/wasm-opt/package.json | 26 + .../@webassemblyjs/wasm-parser/LICENSE | 21 + .../@webassemblyjs/wasm-parser/README.md | 28 + .../@webassemblyjs/wasm-parser/esm/decoder.js | 1776 + .../@webassemblyjs/wasm-parser/esm/index.js | 247 + .../wasm-parser/esm/types/decoder.js | 0 .../@webassemblyjs/wasm-parser/lib/decoder.js | 1792 + .../@webassemblyjs/wasm-parser/lib/index.js | 257 + .../wasm-parser/lib/types/decoder.js | 0 .../@webassemblyjs/wasm-parser/package.json | 44 + .../@webassemblyjs/wast-printer/LICENSE | 21 + .../@webassemblyjs/wast-printer/README.md | 17 + .../@webassemblyjs/wast-printer/esm/index.js | 904 + .../@webassemblyjs/wast-printer/lib/index.js | 915 + .../@webassemblyjs/wast-printer/package.json | 36 + .../@webpack-cli/configtest/LICENSE | 20 + .../@webpack-cli/configtest/README.md | 27 + .../@webpack-cli/configtest/lib/index.d.ts | 5 + .../@webpack-cli/configtest/lib/index.js | 55 + .../@webpack-cli/configtest/package.json | 24 + .../node_modules/@webpack-cli/info/LICENSE | 20 + .../node_modules/@webpack-cli/info/README.md | 50 + .../@webpack-cli/info/lib/index.d.ts | 5 + .../@webpack-cli/info/lib/index.js | 84 + .../@webpack-cli/info/package.json | 29 + .../node_modules/@webpack-cli/serve/LICENSE | 20 + .../node_modules/@webpack-cli/serve/README.md | 30 + .../@webpack-cli/serve/lib/index.d.ts | 5 + .../@webpack-cli/serve/lib/index.js | 282 + .../@webpack-cli/serve/package.json | 29 + .../node_modules/@xtuc/ieee754/LICENSE | 28 + .../node_modules/@xtuc/ieee754/README.md | 51 + .../node_modules/@xtuc/ieee754/dist/.gitkeep | 0 .../@xtuc/ieee754/dist/index.cjs.js | 96 + .../node_modules/@xtuc/ieee754/index.js | 84 + .../node_modules/@xtuc/ieee754/package.json | 42 + .../node_modules/@xtuc/long/LICENSE | 202 + .../node_modules/@xtuc/long/README.md | 257 + .../node_modules/@xtuc/long/dist/long.js | 2 + .../node_modules/@xtuc/long/dist/long.js.map | 1 + .../node_modules/@xtuc/long/index.d.ts | 429 + .../node_modules/@xtuc/long/index.js | 1 + .../node_modules/@xtuc/long/package.json | 36 + .../node_modules/@xtuc/long/src/long.js | 1405 + .../acorn-import-assertions/README.md | 15 + .../acorn-import-assertions/lib/index.js | 287 + .../acorn-import-assertions/lib/index.mjs | 242 + .../acorn-import-assertions/package.json | 49 + .../acorn-import-assertions/src/index.js | 242 + .../node_modules/ajv-keywords/LICENSE | 21 + .../node_modules/ajv-keywords/README.md | 836 + .../ajv-keywords/ajv-keywords.d.ts | 7 + .../node_modules/ajv-keywords/index.js | 35 + .../ajv-keywords/keywords/_formatLimit.js | 101 + .../ajv-keywords/keywords/_util.js | 15 + .../ajv-keywords/keywords/allRequired.js | 18 + .../ajv-keywords/keywords/anyRequired.js | 24 + .../ajv-keywords/keywords/deepProperties.js | 54 + .../ajv-keywords/keywords/deepRequired.js | 57 + .../keywords/dot/_formatLimit.jst | 116 + .../keywords/dot/patternRequired.jst | 33 + .../ajv-keywords/keywords/dot/switch.jst | 71 + .../ajv-keywords/keywords/dotjs/README.md | 3 + .../keywords/dotjs/_formatLimit.js | 178 + .../keywords/dotjs/patternRequired.js | 58 + .../ajv-keywords/keywords/dotjs/switch.js | 129 + .../ajv-keywords/keywords/dynamicDefaults.js | 72 + .../ajv-keywords/keywords/formatMaximum.js | 3 + .../ajv-keywords/keywords/formatMinimum.js | 3 + .../ajv-keywords/keywords/index.js | 22 + .../ajv-keywords/keywords/instanceof.js | 58 + .../ajv-keywords/keywords/oneRequired.js | 24 + .../ajv-keywords/keywords/patternRequired.js | 21 + .../ajv-keywords/keywords/prohibited.js | 24 + .../ajv-keywords/keywords/range.js | 36 + .../ajv-keywords/keywords/regexp.js | 36 + .../ajv-keywords/keywords/select.js | 79 + .../ajv-keywords/keywords/switch.js | 38 + .../ajv-keywords/keywords/transform.js | 80 + .../ajv-keywords/keywords/typeof.js | 32 + .../keywords/uniqueItemProperties.js | 59 + .../node_modules/ajv-keywords/package.json | 53 + .../node_modules/babel-loader/CHANGELOG.md | 169 + .../node_modules/babel-loader/LICENSE | 22 + .../node_modules/babel-loader/README.md | 400 + .../node_modules/babel-loader/lib/Error.js | 36 + .../node_modules/babel-loader/lib/cache.js | 218 + .../node_modules/babel-loader/lib/index.js | 246 + .../babel-loader/lib/injectCaller.js | 46 + .../node_modules/babel-loader/lib/schema.json | 28 + .../babel-loader/lib/transform.js | 59 + .../node_modules/schema-utils/CHANGELOG.md | 286 + .../node_modules/schema-utils/LICENSE | 20 + .../node_modules/schema-utils/README.md | 276 + .../declarations/ValidationError.d.ts | 88 + .../schema-utils/declarations/index.d.ts | 2 + .../declarations/keywords/absolutePath.d.ts | 12 + .../schema-utils/declarations/util/Range.d.ts | 82 + .../schema-utils/declarations/util/hints.d.ts | 6 + .../schema-utils/declarations/validate.d.ts | 43 + .../schema-utils/dist/ValidationError.js | 1261 + .../node_modules/schema-utils/dist/index.js | 5 + .../dist/keywords/absolutePath.js | 93 + .../schema-utils/dist/util/Range.js | 163 + .../schema-utils/dist/util/hints.js | 105 + .../schema-utils/dist/validate.js | 162 + .../node_modules/schema-utils/package.json | 76 + .../node_modules/babel-loader/package.json | 124 + .../babel-plugin-dynamic-import-node/.babelrc | 9 + .../.eslintignore | 2 + .../.eslintrc | 5 + .../.travis.yml | 38 + .../CHANGELOG.md | 64 + .../babel-plugin-dynamic-import-node/LICENSE | 21 + .../README.md | 63 + .../lib/index.js | 37 + .../lib/utils.js | 63 + .../package.json | 71 + .../babel-plugin-dynamic-import-node/utils.js | 6 + .../babel-plugin-polyfill-corejs2/LICENSE | 22 + .../babel-plugin-polyfill-corejs2/README.md | 28 + .../esm/index.mjs | 416 + .../esm/index.mjs.map | 1 + .../lib/add-platform-specific-polyfills.js | 24 + .../lib/built-in-definitions.js | 231 + .../lib/helpers.js | 34 + .../lib/index.js | 170 + .../package.json | 43 + .../babel-plugin-polyfill-corejs3/LICENSE | 22 + .../babel-plugin-polyfill-corejs3/README.md | 28 + .../core-js-compat/README.md | 4 + .../core-js-compat/data.js | 1 + .../core-js-compat/entries.js | 1 + .../get-modules-list-for-target-version.js | 1 + .../esm/index.mjs | 715 + .../esm/index.mjs.map | 1 + .../lib/built-in-definitions.js | 412 + .../lib/index.js | 301 + .../lib/shipped-proposals.js | 9 + .../lib/utils.js | 55 + .../package.json | 47 + .../babel-plugin-polyfill-regenerator/LICENSE | 22 + .../README.md | 28 + .../esm/index.mjs | 48 + .../esm/index.mjs.map | 1 + .../lib/index.js | 55 + .../package.json | 39 + .../node_modules/big.js/CHANGELOG.md | 146 + FantasticAnimals/node_modules/big.js/LICENCE | 23 + .../node_modules/big.js/README.md | 201 + FantasticAnimals/node_modules/big.js/big.js | 941 + .../node_modules/big.js/big.min.js | 2 + FantasticAnimals/node_modules/big.js/big.mjs | 924 + .../node_modules/big.js/package.json | 50 + .../node_modules/browserslist/LICENSE | 20 + .../node_modules/browserslist/README.md | 66 + .../node_modules/browserslist/browser.js | 50 + .../node_modules/browserslist/cli.js | 151 + .../node_modules/browserslist/error.d.ts | 7 + .../node_modules/browserslist/error.js | 12 + .../node_modules/browserslist/index.d.ts | 198 + .../node_modules/browserslist/index.js | 1189 + .../node_modules/browserslist/node.js | 407 + .../node_modules/browserslist/package.json | 40 + .../node_modules/browserslist/parse.js | 78 + .../node_modules/buffer-from/LICENSE | 21 + .../node_modules/buffer-from/index.js | 72 + .../node_modules/buffer-from/package.json | 19 + .../node_modules/buffer-from/readme.md | 69 + .../node_modules/call-bind/.eslintignore | 1 + .../node_modules/call-bind/.eslintrc | 17 + .../call-bind/.github/FUNDING.yml | 12 + .../node_modules/call-bind/.nycrc | 13 + .../node_modules/call-bind/CHANGELOG.md | 42 + .../node_modules/call-bind/LICENSE | 21 + .../node_modules/call-bind/README.md | 2 + .../node_modules/call-bind/callBound.js | 15 + .../node_modules/call-bind/index.js | 47 + .../node_modules/call-bind/package.json | 80 + .../node_modules/call-bind/test/callBound.js | 55 + .../node_modules/call-bind/test/index.js | 66 + .../node_modules/caniuse-lite/LICENSE | 395 + .../node_modules/caniuse-lite/README.md | 92 + .../node_modules/caniuse-lite/data/agents.js | 1 + .../caniuse-lite/data/browserVersions.js | 1 + .../caniuse-lite/data/browsers.js | 1 + .../caniuse-lite/data/features.js | 1 + .../caniuse-lite/data/features/aac.js | 1 + .../data/features/abortcontroller.js | 1 + .../caniuse-lite/data/features/ac3-ec3.js | 1 + .../data/features/accelerometer.js | 1 + .../data/features/addeventlistener.js | 1 + .../data/features/alternate-stylesheet.js | 1 + .../data/features/ambient-light.js | 1 + .../caniuse-lite/data/features/apng.js | 1 + .../data/features/array-find-index.js | 1 + .../caniuse-lite/data/features/array-find.js | 1 + .../caniuse-lite/data/features/array-flat.js | 1 + .../data/features/array-includes.js | 1 + .../data/features/arrow-functions.js | 1 + .../caniuse-lite/data/features/asmjs.js | 1 + .../data/features/async-clipboard.js | 1 + .../data/features/async-functions.js | 1 + .../caniuse-lite/data/features/atob-btoa.js | 1 + .../caniuse-lite/data/features/audio-api.js | 1 + .../caniuse-lite/data/features/audio.js | 1 + .../caniuse-lite/data/features/audiotracks.js | 1 + .../caniuse-lite/data/features/autofocus.js | 1 + .../caniuse-lite/data/features/auxclick.js | 1 + .../caniuse-lite/data/features/av1.js | 1 + .../caniuse-lite/data/features/avif.js | 1 + .../data/features/background-attachment.js | 1 + .../data/features/background-clip-text.js | 1 + .../data/features/background-img-opts.js | 1 + .../data/features/background-position-x-y.js | 1 + .../features/background-repeat-round-space.js | 1 + .../data/features/background-sync.js | 1 + .../data/features/battery-status.js | 1 + .../caniuse-lite/data/features/beacon.js | 1 + .../data/features/beforeafterprint.js | 1 + .../caniuse-lite/data/features/bigint.js | 1 + .../caniuse-lite/data/features/blobbuilder.js | 1 + .../caniuse-lite/data/features/bloburls.js | 1 + .../data/features/border-image.js | 1 + .../data/features/border-radius.js | 1 + .../data/features/broadcastchannel.js | 1 + .../caniuse-lite/data/features/brotli.js | 1 + .../caniuse-lite/data/features/calc.js | 1 + .../data/features/canvas-blending.js | 1 + .../caniuse-lite/data/features/canvas-text.js | 1 + .../caniuse-lite/data/features/canvas.js | 1 + .../caniuse-lite/data/features/ch-unit.js | 1 + .../data/features/chacha20-poly1305.js | 1 + .../data/features/channel-messaging.js | 1 + .../data/features/childnode-remove.js | 1 + .../caniuse-lite/data/features/classlist.js | 1 + .../client-hints-dpr-width-viewport.js | 1 + .../caniuse-lite/data/features/clipboard.js | 1 + .../caniuse-lite/data/features/colr-v1.js | 1 + .../caniuse-lite/data/features/colr.js | 1 + .../data/features/comparedocumentposition.js | 1 + .../data/features/console-basic.js | 1 + .../data/features/console-time.js | 1 + .../caniuse-lite/data/features/const.js | 1 + .../data/features/constraint-validation.js | 1 + .../data/features/contenteditable.js | 1 + .../data/features/contentsecuritypolicy.js | 1 + .../data/features/contentsecuritypolicy2.js | 1 + .../data/features/cookie-store-api.js | 1 + .../caniuse-lite/data/features/cors.js | 1 + .../data/features/createimagebitmap.js | 1 + .../data/features/credential-management.js | 1 + .../data/features/cryptography.js | 1 + .../caniuse-lite/data/features/css-all.js | 1 + .../data/features/css-animation.js | 1 + .../data/features/css-any-link.js | 1 + .../data/features/css-appearance.js | 1 + .../data/features/css-at-counter-style.js | 1 + .../data/features/css-autofill.js | 1 + .../data/features/css-backdrop-filter.js | 1 + .../data/features/css-background-offsets.js | 1 + .../data/features/css-backgroundblendmode.js | 1 + .../data/features/css-boxdecorationbreak.js | 1 + .../data/features/css-boxshadow.js | 1 + .../caniuse-lite/data/features/css-canvas.js | 1 + .../data/features/css-caret-color.js | 1 + .../data/features/css-cascade-layers.js | 1 + .../data/features/css-case-insensitive.js | 1 + .../data/features/css-clip-path.js | 1 + .../data/features/css-color-adjust.js | 1 + .../data/features/css-color-function.js | 1 + .../data/features/css-conic-gradients.js | 1 + .../data/features/css-container-queries.js | 1 + .../features/css-container-query-units.js | 1 + .../data/features/css-containment.js | 1 + .../data/features/css-content-visibility.js | 1 + .../data/features/css-counters.js | 1 + .../data/features/css-crisp-edges.js | 1 + .../data/features/css-cross-fade.js | 1 + .../data/features/css-default-pseudo.js | 1 + .../data/features/css-descendant-gtgt.js | 1 + .../data/features/css-deviceadaptation.js | 1 + .../data/features/css-dir-pseudo.js | 1 + .../data/features/css-display-contents.js | 1 + .../data/features/css-element-function.js | 1 + .../data/features/css-env-function.js | 1 + .../data/features/css-exclusions.js | 1 + .../data/features/css-featurequeries.js | 1 + .../data/features/css-file-selector-button.js | 1 + .../data/features/css-filter-function.js | 1 + .../caniuse-lite/data/features/css-filters.js | 1 + .../data/features/css-first-letter.js | 1 + .../data/features/css-first-line.js | 1 + .../caniuse-lite/data/features/css-fixed.js | 1 + .../data/features/css-focus-visible.js | 1 + .../data/features/css-focus-within.js | 1 + .../data/features/css-font-palette.js | 1 + .../features/css-font-rendering-controls.js | 1 + .../data/features/css-font-stretch.js | 1 + .../data/features/css-gencontent.js | 1 + .../data/features/css-gradients.js | 1 + .../data/features/css-grid-animation.js | 1 + .../caniuse-lite/data/features/css-grid.js | 1 + .../data/features/css-hanging-punctuation.js | 1 + .../caniuse-lite/data/features/css-has.js | 1 + .../data/features/css-hyphenate.js | 1 + .../caniuse-lite/data/features/css-hyphens.js | 1 + .../data/features/css-image-orientation.js | 1 + .../data/features/css-image-set.js | 1 + .../data/features/css-in-out-of-range.js | 1 + .../data/features/css-indeterminate-pseudo.js | 1 + .../data/features/css-initial-letter.js | 1 + .../data/features/css-initial-value.js | 1 + .../caniuse-lite/data/features/css-lch-lab.js | 1 + .../data/features/css-letter-spacing.js | 1 + .../data/features/css-line-clamp.js | 1 + .../data/features/css-logical-props.js | 1 + .../data/features/css-marker-pseudo.js | 1 + .../caniuse-lite/data/features/css-masks.js | 1 + .../data/features/css-matches-pseudo.js | 1 + .../data/features/css-math-functions.js | 1 + .../data/features/css-media-interaction.js | 1 + .../data/features/css-media-range-syntax.js | 1 + .../data/features/css-media-resolution.js | 1 + .../data/features/css-media-scripting.js | 1 + .../data/features/css-mediaqueries.js | 1 + .../data/features/css-mixblendmode.js | 1 + .../data/features/css-motion-paths.js | 1 + .../data/features/css-namespaces.js | 1 + .../caniuse-lite/data/features/css-nesting.js | 1 + .../data/features/css-not-sel-list.js | 1 + .../data/features/css-nth-child-of.js | 1 + .../caniuse-lite/data/features/css-opacity.js | 1 + .../data/features/css-optional-pseudo.js | 1 + .../data/features/css-overflow-anchor.js | 1 + .../data/features/css-overflow-overlay.js | 1 + .../data/features/css-overflow.js | 1 + .../data/features/css-overscroll-behavior.js | 1 + .../data/features/css-page-break.js | 1 + .../data/features/css-paged-media.js | 1 + .../data/features/css-paint-api.js | 1 + .../data/features/css-placeholder-shown.js | 1 + .../data/features/css-placeholder.js | 1 + .../data/features/css-print-color-adjust.js | 1 + .../data/features/css-read-only-write.js | 1 + .../data/features/css-rebeccapurple.js | 1 + .../data/features/css-reflections.js | 1 + .../caniuse-lite/data/features/css-regions.js | 1 + .../data/features/css-repeating-gradients.js | 1 + .../caniuse-lite/data/features/css-resize.js | 1 + .../data/features/css-revert-value.js | 1 + .../data/features/css-rrggbbaa.js | 1 + .../data/features/css-scroll-behavior.js | 1 + .../data/features/css-scroll-timeline.js | 1 + .../data/features/css-scrollbar.js | 1 + .../caniuse-lite/data/features/css-sel2.js | 1 + .../caniuse-lite/data/features/css-sel3.js | 1 + .../data/features/css-selection.js | 1 + .../caniuse-lite/data/features/css-shapes.js | 1 + .../data/features/css-snappoints.js | 1 + .../caniuse-lite/data/features/css-sticky.js | 1 + .../caniuse-lite/data/features/css-subgrid.js | 1 + .../data/features/css-supports-api.js | 1 + .../caniuse-lite/data/features/css-table.js | 1 + .../data/features/css-text-align-last.js | 1 + .../data/features/css-text-indent.js | 1 + .../data/features/css-text-justify.js | 1 + .../data/features/css-text-orientation.js | 1 + .../data/features/css-text-spacing.js | 1 + .../data/features/css-textshadow.js | 1 + .../data/features/css-touch-action-2.js | 1 + .../data/features/css-touch-action.js | 1 + .../data/features/css-transitions.js | 1 + .../data/features/css-unicode-bidi.js | 1 + .../data/features/css-unset-value.js | 1 + .../data/features/css-variables.js | 1 + .../data/features/css-when-else.js | 1 + .../data/features/css-widows-orphans.js | 1 + .../data/features/css-width-stretch.js | 1 + .../data/features/css-writing-mode.js | 1 + .../caniuse-lite/data/features/css-zoom.js | 1 + .../caniuse-lite/data/features/css3-attr.js | 1 + .../data/features/css3-boxsizing.js | 1 + .../caniuse-lite/data/features/css3-colors.js | 1 + .../data/features/css3-cursors-grab.js | 1 + .../data/features/css3-cursors-newer.js | 1 + .../data/features/css3-cursors.js | 1 + .../data/features/css3-tabsize.js | 1 + .../data/features/currentcolor.js | 1 + .../data/features/custom-elements.js | 1 + .../data/features/custom-elementsv1.js | 1 + .../caniuse-lite/data/features/customevent.js | 1 + .../caniuse-lite/data/features/datalist.js | 1 + .../caniuse-lite/data/features/dataset.js | 1 + .../caniuse-lite/data/features/datauri.js | 1 + .../data/features/date-tolocaledatestring.js | 1 + .../data/features/declarative-shadow-dom.js | 1 + .../caniuse-lite/data/features/decorators.js | 1 + .../caniuse-lite/data/features/details.js | 1 + .../data/features/deviceorientation.js | 1 + .../data/features/devicepixelratio.js | 1 + .../caniuse-lite/data/features/dialog.js | 1 + .../data/features/dispatchevent.js | 1 + .../caniuse-lite/data/features/dnssec.js | 1 + .../data/features/do-not-track.js | 1 + .../data/features/document-currentscript.js | 1 + .../data/features/document-evaluate-xpath.js | 1 + .../data/features/document-execcommand.js | 1 + .../data/features/document-policy.js | 1 + .../features/document-scrollingelement.js | 1 + .../data/features/documenthead.js | 1 + .../data/features/dom-manip-convenience.js | 1 + .../caniuse-lite/data/features/dom-range.js | 1 + .../data/features/domcontentloaded.js | 1 + .../features/domfocusin-domfocusout-events.js | 1 + .../caniuse-lite/data/features/dommatrix.js | 1 + .../caniuse-lite/data/features/download.js | 1 + .../caniuse-lite/data/features/dragndrop.js | 1 + .../data/features/element-closest.js | 1 + .../data/features/element-from-point.js | 1 + .../data/features/element-scroll-methods.js | 1 + .../caniuse-lite/data/features/eme.js | 1 + .../caniuse-lite/data/features/eot.js | 1 + .../caniuse-lite/data/features/es5.js | 1 + .../caniuse-lite/data/features/es6-class.js | 1 + .../data/features/es6-generators.js | 1 + .../features/es6-module-dynamic-import.js | 1 + .../caniuse-lite/data/features/es6-module.js | 1 + .../caniuse-lite/data/features/es6-number.js | 1 + .../data/features/es6-string-includes.js | 1 + .../caniuse-lite/data/features/es6.js | 1 + .../caniuse-lite/data/features/eventsource.js | 1 + .../data/features/extended-system-fonts.js | 1 + .../data/features/feature-policy.js | 1 + .../caniuse-lite/data/features/fetch.js | 1 + .../data/features/fieldset-disabled.js | 1 + .../caniuse-lite/data/features/fileapi.js | 1 + .../caniuse-lite/data/features/filereader.js | 1 + .../data/features/filereadersync.js | 1 + .../caniuse-lite/data/features/filesystem.js | 1 + .../caniuse-lite/data/features/flac.js | 1 + .../caniuse-lite/data/features/flexbox-gap.js | 1 + .../caniuse-lite/data/features/flexbox.js | 1 + .../caniuse-lite/data/features/flow-root.js | 1 + .../data/features/focusin-focusout-events.js | 1 + .../features/focusoptions-preventscroll.js | 1 + .../data/features/font-family-system-ui.js | 1 + .../data/features/font-feature.js | 1 + .../data/features/font-kerning.js | 1 + .../data/features/font-loading.js | 1 + .../data/features/font-metrics-overrides.js | 1 + .../data/features/font-size-adjust.js | 1 + .../caniuse-lite/data/features/font-smooth.js | 1 + .../data/features/font-unicode-range.js | 1 + .../data/features/font-variant-alternates.js | 1 + .../data/features/font-variant-numeric.js | 1 + .../caniuse-lite/data/features/fontface.js | 1 + .../data/features/form-attribute.js | 1 + .../data/features/form-submit-attributes.js | 1 + .../data/features/form-validation.js | 1 + .../caniuse-lite/data/features/forms.js | 1 + .../caniuse-lite/data/features/fullscreen.js | 1 + .../caniuse-lite/data/features/gamepad.js | 1 + .../caniuse-lite/data/features/geolocation.js | 1 + .../data/features/getboundingclientrect.js | 1 + .../data/features/getcomputedstyle.js | 1 + .../data/features/getelementsbyclassname.js | 1 + .../data/features/getrandomvalues.js | 1 + .../caniuse-lite/data/features/gyroscope.js | 1 + .../data/features/hardwareconcurrency.js | 1 + .../caniuse-lite/data/features/hashchange.js | 1 + .../caniuse-lite/data/features/heif.js | 1 + .../caniuse-lite/data/features/hevc.js | 1 + .../caniuse-lite/data/features/hidden.js | 1 + .../data/features/high-resolution-time.js | 1 + .../caniuse-lite/data/features/history.js | 1 + .../data/features/html-media-capture.js | 1 + .../data/features/html5semantic.js | 1 + .../data/features/http-live-streaming.js | 1 + .../caniuse-lite/data/features/http2.js | 1 + .../caniuse-lite/data/features/http3.js | 1 + .../data/features/iframe-sandbox.js | 1 + .../data/features/iframe-seamless.js | 1 + .../data/features/iframe-srcdoc.js | 1 + .../data/features/imagecapture.js | 1 + .../caniuse-lite/data/features/ime.js | 1 + .../img-naturalwidth-naturalheight.js | 1 + .../caniuse-lite/data/features/import-maps.js | 1 + .../caniuse-lite/data/features/imports.js | 1 + .../data/features/indeterminate-checkbox.js | 1 + .../caniuse-lite/data/features/indexeddb.js | 1 + .../caniuse-lite/data/features/indexeddb2.js | 1 + .../data/features/inline-block.js | 1 + .../caniuse-lite/data/features/innertext.js | 1 + .../data/features/input-autocomplete-onoff.js | 1 + .../caniuse-lite/data/features/input-color.js | 1 + .../data/features/input-datetime.js | 1 + .../data/features/input-email-tel-url.js | 1 + .../caniuse-lite/data/features/input-event.js | 1 + .../data/features/input-file-accept.js | 1 + .../data/features/input-file-directory.js | 1 + .../data/features/input-file-multiple.js | 1 + .../data/features/input-inputmode.js | 1 + .../data/features/input-minlength.js | 1 + .../data/features/input-number.js | 1 + .../data/features/input-pattern.js | 1 + .../data/features/input-placeholder.js | 1 + .../caniuse-lite/data/features/input-range.js | 1 + .../data/features/input-search.js | 1 + .../data/features/input-selection.js | 1 + .../data/features/insert-adjacent.js | 1 + .../data/features/insertadjacenthtml.js | 1 + .../data/features/internationalization.js | 1 + .../data/features/intersectionobserver-v2.js | 1 + .../data/features/intersectionobserver.js | 1 + .../data/features/intl-pluralrules.js | 1 + .../data/features/intrinsic-width.js | 1 + .../caniuse-lite/data/features/jpeg2000.js | 1 + .../caniuse-lite/data/features/jpegxl.js | 1 + .../caniuse-lite/data/features/jpegxr.js | 1 + .../data/features/js-regexp-lookbehind.js | 1 + .../caniuse-lite/data/features/json.js | 1 + .../features/justify-content-space-evenly.js | 1 + .../data/features/kerning-pairs-ligatures.js | 1 + .../data/features/keyboardevent-charcode.js | 1 + .../data/features/keyboardevent-code.js | 1 + .../keyboardevent-getmodifierstate.js | 1 + .../data/features/keyboardevent-key.js | 1 + .../data/features/keyboardevent-location.js | 1 + .../data/features/keyboardevent-which.js | 1 + .../caniuse-lite/data/features/lazyload.js | 1 + .../caniuse-lite/data/features/let.js | 1 + .../data/features/link-icon-png.js | 1 + .../data/features/link-icon-svg.js | 1 + .../data/features/link-rel-dns-prefetch.js | 1 + .../data/features/link-rel-modulepreload.js | 1 + .../data/features/link-rel-preconnect.js | 1 + .../data/features/link-rel-prefetch.js | 1 + .../data/features/link-rel-preload.js | 1 + .../data/features/link-rel-prerender.js | 1 + .../data/features/loading-lazy-attr.js | 1 + .../data/features/localecompare.js | 1 + .../data/features/magnetometer.js | 1 + .../data/features/matchesselector.js | 1 + .../caniuse-lite/data/features/matchmedia.js | 1 + .../caniuse-lite/data/features/mathml.js | 1 + .../caniuse-lite/data/features/maxlength.js | 1 + .../data/features/media-attribute.js | 1 + .../data/features/media-fragments.js | 1 + .../data/features/media-session-api.js | 1 + .../data/features/mediacapture-fromelement.js | 1 + .../data/features/mediarecorder.js | 1 + .../caniuse-lite/data/features/mediasource.js | 1 + .../caniuse-lite/data/features/menu.js | 1 + .../data/features/meta-theme-color.js | 1 + .../caniuse-lite/data/features/meter.js | 1 + .../caniuse-lite/data/features/midi.js | 1 + .../caniuse-lite/data/features/minmaxwh.js | 1 + .../caniuse-lite/data/features/mp3.js | 1 + .../caniuse-lite/data/features/mpeg-dash.js | 1 + .../caniuse-lite/data/features/mpeg4.js | 1 + .../data/features/multibackgrounds.js | 1 + .../caniuse-lite/data/features/multicolumn.js | 1 + .../data/features/mutation-events.js | 1 + .../data/features/mutationobserver.js | 1 + .../data/features/namevalue-storage.js | 1 + .../data/features/native-filesystem-api.js | 1 + .../caniuse-lite/data/features/nav-timing.js | 1 + .../data/features/navigator-language.js | 1 + .../caniuse-lite/data/features/netinfo.js | 1 + .../data/features/notifications.js | 1 + .../data/features/object-entries.js | 1 + .../caniuse-lite/data/features/object-fit.js | 1 + .../data/features/object-observe.js | 1 + .../data/features/object-values.js | 1 + .../caniuse-lite/data/features/objectrtc.js | 1 + .../data/features/offline-apps.js | 1 + .../data/features/offscreencanvas.js | 1 + .../caniuse-lite/data/features/ogg-vorbis.js | 1 + .../caniuse-lite/data/features/ogv.js | 1 + .../caniuse-lite/data/features/ol-reversed.js | 1 + .../data/features/once-event-listener.js | 1 + .../data/features/online-status.js | 1 + .../caniuse-lite/data/features/opus.js | 1 + .../data/features/orientation-sensor.js | 1 + .../caniuse-lite/data/features/outline.js | 1 + .../data/features/pad-start-end.js | 1 + .../data/features/page-transition-events.js | 1 + .../data/features/pagevisibility.js | 1 + .../data/features/passive-event-listener.js | 1 + .../data/features/passwordrules.js | 1 + .../caniuse-lite/data/features/path2d.js | 1 + .../data/features/payment-request.js | 1 + .../caniuse-lite/data/features/pdf-viewer.js | 1 + .../data/features/permissions-api.js | 1 + .../data/features/permissions-policy.js | 1 + .../data/features/picture-in-picture.js | 1 + .../caniuse-lite/data/features/picture.js | 1 + .../caniuse-lite/data/features/ping.js | 1 + .../caniuse-lite/data/features/png-alpha.js | 1 + .../data/features/pointer-events.js | 1 + .../caniuse-lite/data/features/pointer.js | 1 + .../caniuse-lite/data/features/pointerlock.js | 1 + .../caniuse-lite/data/features/portals.js | 1 + .../data/features/prefers-color-scheme.js | 1 + .../data/features/prefers-reduced-motion.js | 1 + .../data/features/private-class-fields.js | 1 + .../features/private-methods-and-accessors.js | 1 + .../caniuse-lite/data/features/progress.js | 1 + .../data/features/promise-finally.js | 1 + .../caniuse-lite/data/features/promises.js | 1 + .../caniuse-lite/data/features/proximity.js | 1 + .../caniuse-lite/data/features/proxy.js | 1 + .../data/features/public-class-fields.js | 1 + .../data/features/publickeypinning.js | 1 + .../caniuse-lite/data/features/push-api.js | 1 + .../data/features/queryselector.js | 1 + .../data/features/readonly-attr.js | 1 + .../data/features/referrer-policy.js | 1 + .../data/features/registerprotocolhandler.js | 1 + .../data/features/rel-noopener.js | 1 + .../data/features/rel-noreferrer.js | 1 + .../caniuse-lite/data/features/rellist.js | 1 + .../caniuse-lite/data/features/rem.js | 1 + .../data/features/requestanimationframe.js | 1 + .../data/features/requestidlecallback.js | 1 + .../data/features/resizeobserver.js | 1 + .../data/features/resource-timing.js | 1 + .../data/features/rest-parameters.js | 1 + .../data/features/rtcpeerconnection.js | 1 + .../caniuse-lite/data/features/ruby.js | 1 + .../caniuse-lite/data/features/run-in.js | 1 + .../features/same-site-cookie-attribute.js | 1 + .../data/features/screen-orientation.js | 1 + .../data/features/script-async.js | 1 + .../data/features/script-defer.js | 1 + .../data/features/scrollintoview.js | 1 + .../data/features/scrollintoviewifneeded.js | 1 + .../caniuse-lite/data/features/sdch.js | 1 + .../data/features/selection-api.js | 1 + .../data/features/server-timing.js | 1 + .../data/features/serviceworkers.js | 1 + .../data/features/setimmediate.js | 1 + .../caniuse-lite/data/features/sha-2.js | 1 + .../caniuse-lite/data/features/shadowdom.js | 1 + .../caniuse-lite/data/features/shadowdomv1.js | 1 + .../data/features/sharedarraybuffer.js | 1 + .../data/features/sharedworkers.js | 1 + .../caniuse-lite/data/features/sni.js | 1 + .../caniuse-lite/data/features/spdy.js | 1 + .../data/features/speech-recognition.js | 1 + .../data/features/speech-synthesis.js | 1 + .../data/features/spellcheck-attribute.js | 1 + .../caniuse-lite/data/features/sql-storage.js | 1 + .../caniuse-lite/data/features/srcset.js | 1 + .../caniuse-lite/data/features/stream.js | 1 + .../caniuse-lite/data/features/streams.js | 1 + .../data/features/stricttransportsecurity.js | 1 + .../data/features/style-scoped.js | 1 + .../data/features/subresource-integrity.js | 1 + .../caniuse-lite/data/features/svg-css.js | 1 + .../caniuse-lite/data/features/svg-filters.js | 1 + .../caniuse-lite/data/features/svg-fonts.js | 1 + .../data/features/svg-fragment.js | 1 + .../caniuse-lite/data/features/svg-html.js | 1 + .../caniuse-lite/data/features/svg-html5.js | 1 + .../caniuse-lite/data/features/svg-img.js | 1 + .../caniuse-lite/data/features/svg-smil.js | 1 + .../caniuse-lite/data/features/svg.js | 1 + .../caniuse-lite/data/features/sxg.js | 1 + .../data/features/tabindex-attr.js | 1 + .../data/features/template-literals.js | 1 + .../caniuse-lite/data/features/template.js | 1 + .../caniuse-lite/data/features/temporal.js | 1 + .../caniuse-lite/data/features/testfeat.js | 1 + .../data/features/text-decoration.js | 1 + .../data/features/text-emphasis.js | 1 + .../data/features/text-overflow.js | 1 + .../data/features/text-size-adjust.js | 1 + .../caniuse-lite/data/features/text-stroke.js | 1 + .../data/features/text-underline-offset.js | 1 + .../caniuse-lite/data/features/textcontent.js | 1 + .../caniuse-lite/data/features/textencoder.js | 1 + .../caniuse-lite/data/features/tls1-1.js | 1 + .../caniuse-lite/data/features/tls1-2.js | 1 + .../caniuse-lite/data/features/tls1-3.js | 1 + .../data/features/token-binding.js | 1 + .../caniuse-lite/data/features/touch.js | 1 + .../data/features/transforms2d.js | 1 + .../data/features/transforms3d.js | 1 + .../data/features/trusted-types.js | 1 + .../caniuse-lite/data/features/ttf.js | 1 + .../caniuse-lite/data/features/typedarrays.js | 1 + .../caniuse-lite/data/features/u2f.js | 1 + .../data/features/unhandledrejection.js | 1 + .../data/features/upgradeinsecurerequests.js | 1 + .../features/url-scroll-to-text-fragment.js | 1 + .../caniuse-lite/data/features/url.js | 1 + .../data/features/urlsearchparams.js | 1 + .../caniuse-lite/data/features/use-strict.js | 1 + .../data/features/user-select-none.js | 1 + .../caniuse-lite/data/features/user-timing.js | 1 + .../data/features/variable-fonts.js | 1 + .../data/features/vector-effect.js | 1 + .../caniuse-lite/data/features/vibration.js | 1 + .../caniuse-lite/data/features/video.js | 1 + .../caniuse-lite/data/features/videotracks.js | 1 + .../data/features/viewport-unit-variants.js | 1 + .../data/features/viewport-units.js | 1 + .../caniuse-lite/data/features/wai-aria.js | 1 + .../caniuse-lite/data/features/wake-lock.js | 1 + .../caniuse-lite/data/features/wasm.js | 1 + .../caniuse-lite/data/features/wav.js | 1 + .../caniuse-lite/data/features/wbr-element.js | 1 + .../data/features/web-animation.js | 1 + .../data/features/web-app-manifest.js | 1 + .../data/features/web-bluetooth.js | 1 + .../caniuse-lite/data/features/web-serial.js | 1 + .../caniuse-lite/data/features/web-share.js | 1 + .../caniuse-lite/data/features/webauthn.js | 1 + .../caniuse-lite/data/features/webgl.js | 1 + .../caniuse-lite/data/features/webgl2.js | 1 + .../caniuse-lite/data/features/webgpu.js | 1 + .../caniuse-lite/data/features/webhid.js | 1 + .../data/features/webkit-user-drag.js | 1 + .../caniuse-lite/data/features/webm.js | 1 + .../caniuse-lite/data/features/webnfc.js | 1 + .../caniuse-lite/data/features/webp.js | 1 + .../caniuse-lite/data/features/websockets.js | 1 + .../data/features/webtransport.js | 1 + .../caniuse-lite/data/features/webusb.js | 1 + .../caniuse-lite/data/features/webvr.js | 1 + .../caniuse-lite/data/features/webvtt.js | 1 + .../caniuse-lite/data/features/webworkers.js | 1 + .../caniuse-lite/data/features/webxr.js | 1 + .../caniuse-lite/data/features/will-change.js | 1 + .../caniuse-lite/data/features/woff.js | 1 + .../caniuse-lite/data/features/woff2.js | 1 + .../caniuse-lite/data/features/word-break.js | 1 + .../caniuse-lite/data/features/wordwrap.js | 1 + .../data/features/x-doc-messaging.js | 1 + .../data/features/x-frame-options.js | 1 + .../caniuse-lite/data/features/xhr2.js | 1 + .../caniuse-lite/data/features/xhtml.js | 1 + .../caniuse-lite/data/features/xhtmlsmil.js | 1 + .../data/features/xml-serializer.js | 1 + .../caniuse-lite/data/regions/AD.js | 1 + .../caniuse-lite/data/regions/AE.js | 1 + .../caniuse-lite/data/regions/AF.js | 1 + .../caniuse-lite/data/regions/AG.js | 1 + .../caniuse-lite/data/regions/AI.js | 1 + .../caniuse-lite/data/regions/AL.js | 1 + .../caniuse-lite/data/regions/AM.js | 1 + .../caniuse-lite/data/regions/AO.js | 1 + .../caniuse-lite/data/regions/AR.js | 1 + .../caniuse-lite/data/regions/AS.js | 1 + .../caniuse-lite/data/regions/AT.js | 1 + .../caniuse-lite/data/regions/AU.js | 1 + .../caniuse-lite/data/regions/AW.js | 1 + .../caniuse-lite/data/regions/AX.js | 1 + .../caniuse-lite/data/regions/AZ.js | 1 + .../caniuse-lite/data/regions/BA.js | 1 + .../caniuse-lite/data/regions/BB.js | 1 + .../caniuse-lite/data/regions/BD.js | 1 + .../caniuse-lite/data/regions/BE.js | 1 + .../caniuse-lite/data/regions/BF.js | 1 + .../caniuse-lite/data/regions/BG.js | 1 + .../caniuse-lite/data/regions/BH.js | 1 + .../caniuse-lite/data/regions/BI.js | 1 + .../caniuse-lite/data/regions/BJ.js | 1 + .../caniuse-lite/data/regions/BM.js | 1 + .../caniuse-lite/data/regions/BN.js | 1 + .../caniuse-lite/data/regions/BO.js | 1 + .../caniuse-lite/data/regions/BR.js | 1 + .../caniuse-lite/data/regions/BS.js | 1 + .../caniuse-lite/data/regions/BT.js | 1 + .../caniuse-lite/data/regions/BW.js | 1 + .../caniuse-lite/data/regions/BY.js | 1 + .../caniuse-lite/data/regions/BZ.js | 1 + .../caniuse-lite/data/regions/CA.js | 1 + .../caniuse-lite/data/regions/CD.js | 1 + .../caniuse-lite/data/regions/CF.js | 1 + .../caniuse-lite/data/regions/CG.js | 1 + .../caniuse-lite/data/regions/CH.js | 1 + .../caniuse-lite/data/regions/CI.js | 1 + .../caniuse-lite/data/regions/CK.js | 1 + .../caniuse-lite/data/regions/CL.js | 1 + .../caniuse-lite/data/regions/CM.js | 1 + .../caniuse-lite/data/regions/CN.js | 1 + .../caniuse-lite/data/regions/CO.js | 1 + .../caniuse-lite/data/regions/CR.js | 1 + .../caniuse-lite/data/regions/CU.js | 1 + .../caniuse-lite/data/regions/CV.js | 1 + .../caniuse-lite/data/regions/CX.js | 1 + .../caniuse-lite/data/regions/CY.js | 1 + .../caniuse-lite/data/regions/CZ.js | 1 + .../caniuse-lite/data/regions/DE.js | 1 + .../caniuse-lite/data/regions/DJ.js | 1 + .../caniuse-lite/data/regions/DK.js | 1 + .../caniuse-lite/data/regions/DM.js | 1 + .../caniuse-lite/data/regions/DO.js | 1 + .../caniuse-lite/data/regions/DZ.js | 1 + .../caniuse-lite/data/regions/EC.js | 1 + .../caniuse-lite/data/regions/EE.js | 1 + .../caniuse-lite/data/regions/EG.js | 1 + .../caniuse-lite/data/regions/ER.js | 1 + .../caniuse-lite/data/regions/ES.js | 1 + .../caniuse-lite/data/regions/ET.js | 1 + .../caniuse-lite/data/regions/FI.js | 1 + .../caniuse-lite/data/regions/FJ.js | 1 + .../caniuse-lite/data/regions/FK.js | 1 + .../caniuse-lite/data/regions/FM.js | 1 + .../caniuse-lite/data/regions/FO.js | 1 + .../caniuse-lite/data/regions/FR.js | 1 + .../caniuse-lite/data/regions/GA.js | 1 + .../caniuse-lite/data/regions/GB.js | 1 + .../caniuse-lite/data/regions/GD.js | 1 + .../caniuse-lite/data/regions/GE.js | 1 + .../caniuse-lite/data/regions/GF.js | 1 + .../caniuse-lite/data/regions/GG.js | 1 + .../caniuse-lite/data/regions/GH.js | 1 + .../caniuse-lite/data/regions/GI.js | 1 + .../caniuse-lite/data/regions/GL.js | 1 + .../caniuse-lite/data/regions/GM.js | 1 + .../caniuse-lite/data/regions/GN.js | 1 + .../caniuse-lite/data/regions/GP.js | 1 + .../caniuse-lite/data/regions/GQ.js | 1 + .../caniuse-lite/data/regions/GR.js | 1 + .../caniuse-lite/data/regions/GT.js | 1 + .../caniuse-lite/data/regions/GU.js | 1 + .../caniuse-lite/data/regions/GW.js | 1 + .../caniuse-lite/data/regions/GY.js | 1 + .../caniuse-lite/data/regions/HK.js | 1 + .../caniuse-lite/data/regions/HN.js | 1 + .../caniuse-lite/data/regions/HR.js | 1 + .../caniuse-lite/data/regions/HT.js | 1 + .../caniuse-lite/data/regions/HU.js | 1 + .../caniuse-lite/data/regions/ID.js | 1 + .../caniuse-lite/data/regions/IE.js | 1 + .../caniuse-lite/data/regions/IL.js | 1 + .../caniuse-lite/data/regions/IM.js | 1 + .../caniuse-lite/data/regions/IN.js | 1 + .../caniuse-lite/data/regions/IQ.js | 1 + .../caniuse-lite/data/regions/IR.js | 1 + .../caniuse-lite/data/regions/IS.js | 1 + .../caniuse-lite/data/regions/IT.js | 1 + .../caniuse-lite/data/regions/JE.js | 1 + .../caniuse-lite/data/regions/JM.js | 1 + .../caniuse-lite/data/regions/JO.js | 1 + .../caniuse-lite/data/regions/JP.js | 1 + .../caniuse-lite/data/regions/KE.js | 1 + .../caniuse-lite/data/regions/KG.js | 1 + .../caniuse-lite/data/regions/KH.js | 1 + .../caniuse-lite/data/regions/KI.js | 1 + .../caniuse-lite/data/regions/KM.js | 1 + .../caniuse-lite/data/regions/KN.js | 1 + .../caniuse-lite/data/regions/KP.js | 1 + .../caniuse-lite/data/regions/KR.js | 1 + .../caniuse-lite/data/regions/KW.js | 1 + .../caniuse-lite/data/regions/KY.js | 1 + .../caniuse-lite/data/regions/KZ.js | 1 + .../caniuse-lite/data/regions/LA.js | 1 + .../caniuse-lite/data/regions/LB.js | 1 + .../caniuse-lite/data/regions/LC.js | 1 + .../caniuse-lite/data/regions/LI.js | 1 + .../caniuse-lite/data/regions/LK.js | 1 + .../caniuse-lite/data/regions/LR.js | 1 + .../caniuse-lite/data/regions/LS.js | 1 + .../caniuse-lite/data/regions/LT.js | 1 + .../caniuse-lite/data/regions/LU.js | 1 + .../caniuse-lite/data/regions/LV.js | 1 + .../caniuse-lite/data/regions/LY.js | 1 + .../caniuse-lite/data/regions/MA.js | 1 + .../caniuse-lite/data/regions/MC.js | 1 + .../caniuse-lite/data/regions/MD.js | 1 + .../caniuse-lite/data/regions/ME.js | 1 + .../caniuse-lite/data/regions/MG.js | 1 + .../caniuse-lite/data/regions/MH.js | 1 + .../caniuse-lite/data/regions/MK.js | 1 + .../caniuse-lite/data/regions/ML.js | 1 + .../caniuse-lite/data/regions/MM.js | 1 + .../caniuse-lite/data/regions/MN.js | 1 + .../caniuse-lite/data/regions/MO.js | 1 + .../caniuse-lite/data/regions/MP.js | 1 + .../caniuse-lite/data/regions/MQ.js | 1 + .../caniuse-lite/data/regions/MR.js | 1 + .../caniuse-lite/data/regions/MS.js | 1 + .../caniuse-lite/data/regions/MT.js | 1 + .../caniuse-lite/data/regions/MU.js | 1 + .../caniuse-lite/data/regions/MV.js | 1 + .../caniuse-lite/data/regions/MW.js | 1 + .../caniuse-lite/data/regions/MX.js | 1 + .../caniuse-lite/data/regions/MY.js | 1 + .../caniuse-lite/data/regions/MZ.js | 1 + .../caniuse-lite/data/regions/NA.js | 1 + .../caniuse-lite/data/regions/NC.js | 1 + .../caniuse-lite/data/regions/NE.js | 1 + .../caniuse-lite/data/regions/NF.js | 1 + .../caniuse-lite/data/regions/NG.js | 1 + .../caniuse-lite/data/regions/NI.js | 1 + .../caniuse-lite/data/regions/NL.js | 1 + .../caniuse-lite/data/regions/NO.js | 1 + .../caniuse-lite/data/regions/NP.js | 1 + .../caniuse-lite/data/regions/NR.js | 1 + .../caniuse-lite/data/regions/NU.js | 1 + .../caniuse-lite/data/regions/NZ.js | 1 + .../caniuse-lite/data/regions/OM.js | 1 + .../caniuse-lite/data/regions/PA.js | 1 + .../caniuse-lite/data/regions/PE.js | 1 + .../caniuse-lite/data/regions/PF.js | 1 + .../caniuse-lite/data/regions/PG.js | 1 + .../caniuse-lite/data/regions/PH.js | 1 + .../caniuse-lite/data/regions/PK.js | 1 + .../caniuse-lite/data/regions/PL.js | 1 + .../caniuse-lite/data/regions/PM.js | 1 + .../caniuse-lite/data/regions/PN.js | 1 + .../caniuse-lite/data/regions/PR.js | 1 + .../caniuse-lite/data/regions/PS.js | 1 + .../caniuse-lite/data/regions/PT.js | 1 + .../caniuse-lite/data/regions/PW.js | 1 + .../caniuse-lite/data/regions/PY.js | 1 + .../caniuse-lite/data/regions/QA.js | 1 + .../caniuse-lite/data/regions/RE.js | 1 + .../caniuse-lite/data/regions/RO.js | 1 + .../caniuse-lite/data/regions/RS.js | 1 + .../caniuse-lite/data/regions/RU.js | 1 + .../caniuse-lite/data/regions/RW.js | 1 + .../caniuse-lite/data/regions/SA.js | 1 + .../caniuse-lite/data/regions/SB.js | 1 + .../caniuse-lite/data/regions/SC.js | 1 + .../caniuse-lite/data/regions/SD.js | 1 + .../caniuse-lite/data/regions/SE.js | 1 + .../caniuse-lite/data/regions/SG.js | 1 + .../caniuse-lite/data/regions/SH.js | 1 + .../caniuse-lite/data/regions/SI.js | 1 + .../caniuse-lite/data/regions/SK.js | 1 + .../caniuse-lite/data/regions/SL.js | 1 + .../caniuse-lite/data/regions/SM.js | 1 + .../caniuse-lite/data/regions/SN.js | 1 + .../caniuse-lite/data/regions/SO.js | 1 + .../caniuse-lite/data/regions/SR.js | 1 + .../caniuse-lite/data/regions/ST.js | 1 + .../caniuse-lite/data/regions/SV.js | 1 + .../caniuse-lite/data/regions/SY.js | 1 + .../caniuse-lite/data/regions/SZ.js | 1 + .../caniuse-lite/data/regions/TC.js | 1 + .../caniuse-lite/data/regions/TD.js | 1 + .../caniuse-lite/data/regions/TG.js | 1 + .../caniuse-lite/data/regions/TH.js | 1 + .../caniuse-lite/data/regions/TJ.js | 1 + .../caniuse-lite/data/regions/TK.js | 1 + .../caniuse-lite/data/regions/TL.js | 1 + .../caniuse-lite/data/regions/TM.js | 1 + .../caniuse-lite/data/regions/TN.js | 1 + .../caniuse-lite/data/regions/TO.js | 1 + .../caniuse-lite/data/regions/TR.js | 1 + .../caniuse-lite/data/regions/TT.js | 1 + .../caniuse-lite/data/regions/TV.js | 1 + .../caniuse-lite/data/regions/TW.js | 1 + .../caniuse-lite/data/regions/TZ.js | 1 + .../caniuse-lite/data/regions/UA.js | 1 + .../caniuse-lite/data/regions/UG.js | 1 + .../caniuse-lite/data/regions/US.js | 1 + .../caniuse-lite/data/regions/UY.js | 1 + .../caniuse-lite/data/regions/UZ.js | 1 + .../caniuse-lite/data/regions/VA.js | 1 + .../caniuse-lite/data/regions/VC.js | 1 + .../caniuse-lite/data/regions/VE.js | 1 + .../caniuse-lite/data/regions/VG.js | 1 + .../caniuse-lite/data/regions/VI.js | 1 + .../caniuse-lite/data/regions/VN.js | 1 + .../caniuse-lite/data/regions/VU.js | 1 + .../caniuse-lite/data/regions/WF.js | 1 + .../caniuse-lite/data/regions/WS.js | 1 + .../caniuse-lite/data/regions/YE.js | 1 + .../caniuse-lite/data/regions/YT.js | 1 + .../caniuse-lite/data/regions/ZA.js | 1 + .../caniuse-lite/data/regions/ZM.js | 1 + .../caniuse-lite/data/regions/ZW.js | 1 + .../caniuse-lite/data/regions/alt-af.js | 1 + .../caniuse-lite/data/regions/alt-an.js | 1 + .../caniuse-lite/data/regions/alt-as.js | 1 + .../caniuse-lite/data/regions/alt-eu.js | 1 + .../caniuse-lite/data/regions/alt-na.js | 1 + .../caniuse-lite/data/regions/alt-oc.js | 1 + .../caniuse-lite/data/regions/alt-sa.js | 1 + .../caniuse-lite/data/regions/alt-ww.js | 1 + .../caniuse-lite/dist/lib/statuses.js | 9 + .../caniuse-lite/dist/lib/supported.js | 9 + .../caniuse-lite/dist/unpacker/agents.js | 47 + .../dist/unpacker/browserVersions.js | 1 + .../caniuse-lite/dist/unpacker/browsers.js | 1 + .../caniuse-lite/dist/unpacker/feature.js | 48 + .../caniuse-lite/dist/unpacker/features.js | 6 + .../caniuse-lite/dist/unpacker/index.js | 4 + .../caniuse-lite/dist/unpacker/region.js | 22 + .../node_modules/caniuse-lite/package.json | 34 + .../chrome-trace-event/CHANGES.md | 26 + .../chrome-trace-event/LICENSE.txt | 23 + .../node_modules/chrome-trace-event/README.md | 31 + .../chrome-trace-event/dist/trace-event.d.ts | 52 + .../chrome-trace-event/dist/trace-event.js | 170 + .../dist/trace-event.js.map | 1 + .../chrome-trace-event/package.json | 38 + .../node_modules/clone-deep/LICENSE | 21 + .../node_modules/clone-deep/README.md | 106 + .../node_modules/clone-deep/index.js | 49 + .../node_modules/clone-deep/package.json | 81 + .../node_modules/colorette/LICENSE.md | 7 + .../node_modules/colorette/README.md | 134 + .../node_modules/colorette/index.cjs | 218 + .../node_modules/colorette/index.d.ts | 93 + .../node_modules/colorette/index.js | 150 + .../node_modules/colorette/package.json | 39 + .../node_modules/commander/CHANGELOG.md | 419 + .../node_modules/commander/LICENSE | 22 + .../node_modules/commander/Readme.md | 428 + .../node_modules/commander/index.js | 1224 + .../node_modules/commander/package.json | 38 + .../node_modules/commander/typings/index.d.ts | 310 + .../node_modules/commondir/LICENSE | 24 + .../node_modules/commondir/example/dir.js | 3 + .../node_modules/commondir/index.js | 29 + .../node_modules/commondir/package.json | 34 + .../node_modules/commondir/readme.markdown | 48 + .../node_modules/commondir/test/dirs.js | 55 + .../node_modules/convert-source-map/LICENSE | 23 + .../node_modules/convert-source-map/README.md | 120 + .../node_modules/convert-source-map/index.js | 136 + .../node_modules/safe-buffer/LICENSE | 21 + .../node_modules/safe-buffer/README.md | 584 + .../node_modules/safe-buffer/index.d.ts | 187 + .../node_modules/safe-buffer/index.js | 62 + .../node_modules/safe-buffer/package.json | 37 + .../convert-source-map/package.json | 44 + .../node_modules/core-js-compat/LICENSE | 19 + .../node_modules/core-js-compat/README.md | 122 + .../node_modules/core-js-compat/compat.js | 87 + .../node_modules/core-js-compat/data.json | 4627 +++ .../node_modules/core-js-compat/entries.json | 16591 +++++++++ .../node_modules/core-js-compat/external.json | 17 + .../get-modules-list-for-target-version.js | 18 + .../node_modules/core-js-compat/helpers.js | 42 + .../node_modules/core-js-compat/index.js | 14 + .../core-js-compat/modules-by-versions.json | 452 + .../node_modules/core-js-compat/modules.json | 410 + .../core-js-compat/node_modules/.bin/semver | 1 + .../node_modules/semver/CHANGELOG.md | 74 + .../node_modules/semver/LICENSE | 15 + .../node_modules/semver/README.md | 499 + .../node_modules/semver/bin/semver.js | 173 + .../node_modules/semver/classes/comparator.js | 139 + .../node_modules/semver/classes/index.js | 5 + .../node_modules/semver/classes/range.js | 448 + .../node_modules/semver/classes/semver.js | 290 + .../node_modules/semver/functions/clean.js | 6 + .../node_modules/semver/functions/cmp.js | 48 + .../node_modules/semver/functions/coerce.js | 51 + .../semver/functions/compare-build.js | 7 + .../semver/functions/compare-loose.js | 3 + .../node_modules/semver/functions/compare.js | 5 + .../node_modules/semver/functions/diff.js | 25 + .../node_modules/semver/functions/eq.js | 3 + .../node_modules/semver/functions/gt.js | 3 + .../node_modules/semver/functions/gte.js | 3 + .../node_modules/semver/functions/inc.js | 15 + .../node_modules/semver/functions/lt.js | 3 + .../node_modules/semver/functions/lte.js | 3 + .../node_modules/semver/functions/major.js | 3 + .../node_modules/semver/functions/minor.js | 3 + .../node_modules/semver/functions/neq.js | 3 + .../node_modules/semver/functions/parse.js | 37 + .../node_modules/semver/functions/patch.js | 3 + .../semver/functions/prerelease.js | 6 + .../node_modules/semver/functions/rcompare.js | 3 + .../node_modules/semver/functions/rsort.js | 3 + .../semver/functions/satisfies.js | 10 + .../node_modules/semver/functions/sort.js | 3 + .../node_modules/semver/functions/valid.js | 6 + .../node_modules/semver/index.js | 64 + .../node_modules/semver/internal/constants.js | 17 + .../node_modules/semver/internal/debug.js | 9 + .../semver/internal/identifiers.js | 23 + .../node_modules/semver/internal/re.js | 179 + .../node_modules/semver/package.json | 34 + .../node_modules/semver/range.bnf | 16 + .../node_modules/semver/ranges/gtr.js | 4 + .../node_modules/semver/ranges/intersects.js | 7 + .../node_modules/semver/ranges/ltr.js | 4 + .../semver/ranges/max-satisfying.js | 25 + .../semver/ranges/min-satisfying.js | 24 + .../node_modules/semver/ranges/min-version.js | 57 + .../node_modules/semver/ranges/outside.js | 80 + .../semver/ranges/to-comparators.js | 8 + .../node_modules/semver/ranges/valid.js | 11 + .../node_modules/core-js-compat/package.json | 20 + .../core-js-compat/targets-parser.js | 84 + .../define-properties/.editorconfig | 13 + .../node_modules/define-properties/.eslintrc | 19 + .../define-properties/.github/FUNDING.yml | 12 + .../node_modules/define-properties/.nycrc | 9 + .../define-properties/CHANGELOG.md | 63 + .../node_modules/define-properties/LICENSE | 21 + .../node_modules/define-properties/README.md | 84 + .../node_modules/define-properties/index.js | 47 + .../define-properties/package.json | 66 + .../electron-to-chromium/CHANGELOG.md | 14 + .../node_modules/electron-to-chromium/LICENSE | 5 + .../electron-to-chromium/README.md | 186 + .../electron-to-chromium/chromium-versions.js | 49 + .../chromium-versions.json | 1 + .../full-chromium-versions.js | 2091 ++ .../full-chromium-versions.json | 1 + .../electron-to-chromium/full-versions.js | 1543 + .../electron-to-chromium/full-versions.json | 1 + .../electron-to-chromium/index.js | 36 + .../electron-to-chromium/package.json | 42 + .../electron-to-chromium/versions.js | 99 + .../electron-to-chromium/versions.json | 1 + .../node_modules/emojis-list/CHANGELOG.md | 85 + .../node_modules/emojis-list/LICENSE.md | 9 + .../node_modules/emojis-list/README.md | 36 + .../node_modules/emojis-list/index.js | 3077 ++ .../node_modules/emojis-list/package.json | 45 + .../node_modules/enhanced-resolve/LICENSE | 20 + .../node_modules/enhanced-resolve/README.md | 168 + .../enhanced-resolve/lib/AliasFieldPlugin.js | 101 + .../enhanced-resolve/lib/AliasPlugin.js | 131 + .../enhanced-resolve/lib/AppendPlugin.js | 47 + .../lib/CachedInputFileSystem.js | 477 + .../lib/CloneBasenamePlugin.js | 45 + .../enhanced-resolve/lib/ConditionalPlugin.js | 59 + .../lib/DescriptionFilePlugin.js | 96 + .../lib/DescriptionFileUtils.js | 170 + .../lib/DirectoryExistsPlugin.js | 63 + .../lib/ExportsFieldPlugin.js | 149 + .../lib/ExtensionAliasPlugin.js | 68 + .../enhanced-resolve/lib/FileExistsPlugin.js | 58 + .../lib/ImportsFieldPlugin.js | 178 + .../lib/JoinRequestPartPlugin.js | 64 + .../enhanced-resolve/lib/JoinRequestPlugin.js | 41 + .../enhanced-resolve/lib/LogInfoPlugin.js | 50 + .../enhanced-resolve/lib/MainFieldPlugin.js | 81 + .../ModulesInHierachicDirectoriesPlugin.js | 9 + .../ModulesInHierarchicalDirectoriesPlugin.js | 80 + .../lib/ModulesInRootPlugin.js | 47 + .../enhanced-resolve/lib/NextPlugin.js | 33 + .../enhanced-resolve/lib/ParsePlugin.js | 74 + .../enhanced-resolve/lib/PnpPlugin.js | 103 + .../enhanced-resolve/lib/Resolver.js | 500 + .../enhanced-resolve/lib/ResolverFactory.js | 684 + .../lib/RestrictionsPlugin.js | 65 + .../enhanced-resolve/lib/ResultPlugin.js | 42 + .../enhanced-resolve/lib/RootsPlugin.js | 62 + .../lib/SelfReferencePlugin.js | 80 + .../enhanced-resolve/lib/SymlinkPlugin.js | 88 + .../lib/SyncAsyncFileSystemDecorator.js | 95 + .../enhanced-resolve/lib/TryNextPlugin.js | 41 + .../enhanced-resolve/lib/UnsafeCachePlugin.js | 99 + .../enhanced-resolve/lib/UseFilePlugin.js | 49 + .../lib/createInnerContext.js | 37 + .../enhanced-resolve/lib/forEachBail.js | 25 + .../enhanced-resolve/lib/getInnerRequest.js | 27 + .../enhanced-resolve/lib/getPaths.js | 37 + .../enhanced-resolve/lib/index.js | 131 + .../enhanced-resolve/lib/util/entrypoints.js | 667 + .../enhanced-resolve/lib/util/identifier.js | 26 + .../enhanced-resolve/lib/util/path.js | 223 + .../lib/util/process-browser.js | 16 + .../enhanced-resolve/package.json | 70 + .../node_modules/enhanced-resolve/types.d.ts | 519 + FantasticAnimals/node_modules/envinfo/LICENSE | 21 + .../node_modules/envinfo/README.md | 285 + .../node_modules/envinfo/dist/cli.js | 2 + .../node_modules/envinfo/dist/envinfo.js | 1 + .../node_modules/envinfo/package.json | 96 + .../node_modules/es-module-lexer/LICENSE | 10 + .../node_modules/es-module-lexer/README.md | 251 + .../es-module-lexer/dist/lexer.asm.js | 1 + .../es-module-lexer/dist/lexer.cjs | 1 + .../es-module-lexer/dist/lexer.js | 2 + .../node_modules/es-module-lexer/lexer.js | 899 + .../node_modules/es-module-lexer/package.json | 53 + .../es-module-lexer/types/lexer.d.ts | 86 + .../node_modules/escalade/dist/index.js | 22 + .../node_modules/escalade/dist/index.mjs | 22 + .../node_modules/escalade/index.d.ts | 3 + .../node_modules/escalade/license | 9 + .../node_modules/escalade/package.json | 61 + .../node_modules/escalade/readme.md | 211 + .../node_modules/escalade/sync/index.d.ts | 2 + .../node_modules/escalade/sync/index.js | 18 + .../node_modules/escalade/sync/index.mjs | 18 + .../node_modules/events/.airtap.yml | 15 + .../node_modules/events/.github/FUNDING.yml | 12 + .../node_modules/events/.travis.yml | 18 + .../node_modules/events/History.md | 118 + FantasticAnimals/node_modules/events/LICENSE | 22 + .../node_modules/events/Readme.md | 50 + .../node_modules/events/events.js | 497 + .../node_modules/events/package.json | 37 + .../node_modules/events/security.md | 10 + .../events/tests/add-listeners.js | 111 + .../events/tests/check-listener-leaks.js | 101 + .../node_modules/events/tests/common.js | 104 + .../node_modules/events/tests/errors.js | 13 + .../node_modules/events/tests/events-list.js | 28 + .../node_modules/events/tests/events-once.js | 234 + .../node_modules/events/tests/index.js | 64 + .../events/tests/legacy-compat.js | 16 + .../events/tests/listener-count.js | 37 + .../events/tests/listeners-side-effects.js | 56 + .../node_modules/events/tests/listeners.js | 168 + .../events/tests/max-listeners.js | 47 + .../node_modules/events/tests/method-names.js | 35 + .../events/tests/modify-in-emit.js | 90 + .../node_modules/events/tests/num-args.js | 60 + .../node_modules/events/tests/once.js | 83 + .../node_modules/events/tests/prepend.js | 31 + .../events/tests/remove-all-listeners.js | 133 + .../events/tests/remove-listeners.js | 212 + .../tests/set-max-listeners-side-effects.js | 31 + .../events/tests/special-event-names.js | 45 + .../node_modules/events/tests/subclass.js | 66 + .../node_modules/events/tests/symbols.js | 25 + .../fastest-levenshtein/.eslintrc.json | 30 + .../fastest-levenshtein/.prettierrc | 4 + .../fastest-levenshtein/.travis.yml | 21 + .../fastest-levenshtein/LICENSE.md | 21 + .../fastest-levenshtein/README.md | 57 + .../node_modules/fastest-levenshtein/bench.js | 96 + .../fastest-levenshtein/esm/mod.d.ts | 4 + .../fastest-levenshtein/esm/mod.d.ts.map | 1 + .../fastest-levenshtein/esm/mod.js | 138 + .../node_modules/fastest-levenshtein/mod.d.ts | 3 + .../node_modules/fastest-levenshtein/mod.js | 142 + .../fastest-levenshtein/package.json | 72 + .../node_modules/fastest-levenshtein/test.js | 55 + .../node_modules/fastest-levenshtein/test.ts | 67 + .../node_modules/find-cache-dir/index.js | 67 + .../node_modules/find-cache-dir/license | 9 + .../node_modules/find-cache-dir/package.json | 44 + .../node_modules/find-cache-dir/readme.md | 123 + .../node_modules/function-bind/.editorconfig | 20 + .../node_modules/function-bind/.eslintrc | 15 + .../node_modules/function-bind/.jscs.json | 176 + .../node_modules/function-bind/.npmignore | 22 + .../node_modules/function-bind/.travis.yml | 168 + .../node_modules/function-bind/LICENSE | 20 + .../node_modules/function-bind/README.md | 48 + .../function-bind/implementation.js | 52 + .../node_modules/function-bind/index.js | 5 + .../node_modules/function-bind/package.json | 63 + .../node_modules/function-bind/test/.eslintrc | 9 + .../node_modules/function-bind/test/index.js | 252 + FantasticAnimals/node_modules/gensync/LICENSE | 7 + .../node_modules/gensync/README.md | 196 + .../node_modules/gensync/index.js | 373 + .../node_modules/gensync/index.js.flow | 32 + .../node_modules/gensync/package.json | 37 + .../node_modules/gensync/test/.babelrc | 5 + .../node_modules/gensync/test/index.test.js | 489 + .../node_modules/get-intrinsic/.eslintrc | 37 + .../get-intrinsic/.github/FUNDING.yml | 12 + .../node_modules/get-intrinsic/.nycrc | 9 + .../node_modules/get-intrinsic/CHANGELOG.md | 91 + .../node_modules/get-intrinsic/LICENSE | 21 + .../node_modules/get-intrinsic/README.md | 71 + .../node_modules/get-intrinsic/index.js | 334 + .../node_modules/get-intrinsic/package.json | 88 + .../get-intrinsic/test/GetIntrinsic.js | 274 + .../node_modules/glob-to-regexp/.travis.yml | 4 + .../node_modules/glob-to-regexp/README.md | 75 + .../node_modules/glob-to-regexp/index.js | 130 + .../node_modules/glob-to-regexp/package.json | 23 + .../node_modules/glob-to-regexp/test.js | 235 + .../node_modules/graceful-fs/LICENSE | 15 + .../node_modules/graceful-fs/README.md | 143 + .../node_modules/graceful-fs/clone.js | 23 + .../node_modules/graceful-fs/graceful-fs.js | 448 + .../graceful-fs/legacy-streams.js | 118 + .../node_modules/graceful-fs/package.json | 50 + .../node_modules/graceful-fs/polyfills.js | 355 + .../has-property-descriptors/.eslintrc | 13 + .../.github/FUNDING.yml | 12 + .../has-property-descriptors/.nycrc | 9 + .../has-property-descriptors/CHANGELOG.md | 16 + .../has-property-descriptors/LICENSE | 21 + .../has-property-descriptors/README.md | 43 + .../has-property-descriptors/index.js | 33 + .../has-property-descriptors/package.json | 70 + .../has-property-descriptors/test/index.js | 57 + .../node_modules/has-symbols/.eslintrc | 11 + .../has-symbols/.github/FUNDING.yml | 12 + .../node_modules/has-symbols/.nycrc | 9 + .../node_modules/has-symbols/CHANGELOG.md | 75 + .../node_modules/has-symbols/LICENSE | 21 + .../node_modules/has-symbols/README.md | 46 + .../node_modules/has-symbols/index.js | 13 + .../node_modules/has-symbols/package.json | 101 + .../node_modules/has-symbols/shams.js | 42 + .../node_modules/has-symbols/test/index.js | 22 + .../has-symbols/test/shams/core-js.js | 28 + .../test/shams/get-own-property-symbols.js | 28 + .../node_modules/has-symbols/test/tests.js | 56 + FantasticAnimals/node_modules/has/LICENSE-MIT | 22 + FantasticAnimals/node_modules/has/README.md | 18 + .../node_modules/has/package.json | 48 + .../node_modules/has/src/index.js | 5 + .../node_modules/has/test/index.js | 10 + .../node_modules/import-local/fixtures/cli.js | 7 + .../node_modules/import-local/index.js | 24 + .../node_modules/import-local/license | 9 + .../node_modules/import-local/package.json | 52 + .../node_modules/import-local/readme.md | 37 + .../node_modules/interpret/CHANGELOG | 115 + .../node_modules/interpret/LICENSE | 22 + .../node_modules/interpret/README.md | 229 + .../node_modules/interpret/index.js | 211 + .../node_modules/interpret/mjs-stub.js | 1 + .../node_modules/interpret/package.json | 75 + .../node_modules/is-core-module/.eslintrc | 18 + .../node_modules/is-core-module/.nycrc | 9 + .../node_modules/is-core-module/CHANGELOG.md | 143 + .../node_modules/is-core-module/LICENSE | 20 + .../node_modules/is-core-module/README.md | 40 + .../node_modules/is-core-module/core.json | 153 + .../node_modules/is-core-module/index.js | 69 + .../node_modules/is-core-module/package.json | 65 + .../node_modules/is-core-module/test/index.js | 133 + .../node_modules/is-plain-object/LICENSE | 21 + .../node_modules/is-plain-object/README.md | 104 + .../node_modules/is-plain-object/index.d.ts | 5 + .../node_modules/is-plain-object/index.js | 37 + .../node_modules/is-plain-object/package.json | 79 + .../node_modules/isobject/LICENSE | 21 + .../node_modules/isobject/README.md | 122 + .../node_modules/isobject/index.d.ts | 5 + .../node_modules/isobject/index.js | 12 + .../node_modules/isobject/package.json | 74 + .../node_modules/jest-worker/LICENSE | 21 + .../node_modules/jest-worker/README.md | 247 + .../node_modules/jest-worker/build/Farm.d.ts | 29 + .../node_modules/jest-worker/build/Farm.js | 206 + .../jest-worker/build/FifoQueue.d.ts | 18 + .../jest-worker/build/FifoQueue.js | 171 + .../jest-worker/build/PriorityQueue.d.ts | 41 + .../jest-worker/build/PriorityQueue.js | 188 + .../jest-worker/build/WorkerPool.d.ts | 13 + .../jest-worker/build/WorkerPool.js | 49 + .../build/base/BaseWorkerPool.d.ts | 21 + .../jest-worker/build/base/BaseWorkerPool.js | 201 + .../node_modules/jest-worker/build/index.d.ts | 49 + .../node_modules/jest-worker/build/index.js | 223 + .../node_modules/jest-worker/build/types.d.ts | 143 + .../node_modules/jest-worker/build/types.js | 39 + .../build/workers/ChildProcessWorker.d.ts | 51 + .../build/workers/ChildProcessWorker.js | 333 + .../build/workers/NodeThreadsWorker.d.ts | 34 + .../build/workers/NodeThreadsWorker.js | 344 + .../build/workers/messageParent.d.ts | 8 + .../build/workers/messageParent.js | 38 + .../build/workers/processChild.d.ts | 7 + .../jest-worker/build/workers/processChild.js | 148 + .../build/workers/threadChild.d.ts | 7 + .../jest-worker/build/workers/threadChild.js | 159 + .../node_modules/supports-color/browser.js | 24 + .../node_modules/supports-color/index.js | 152 + .../node_modules/supports-color/license | 9 + .../node_modules/supports-color/package.json | 58 + .../node_modules/supports-color/readme.md | 77 + .../node_modules/jest-worker/package.json | 38 + .../node_modules/js-tokens/CHANGELOG.md | 151 + .../node_modules/js-tokens/LICENSE | 21 + .../node_modules/js-tokens/README.md | 240 + .../node_modules/js-tokens/index.js | 23 + .../node_modules/js-tokens/package.json | 30 + .../node_modules/jsesc/LICENSE-MIT.txt | 20 + FantasticAnimals/node_modules/jsesc/README.md | 421 + FantasticAnimals/node_modules/jsesc/bin/jsesc | 148 + FantasticAnimals/node_modules/jsesc/jsesc.js | 329 + .../node_modules/jsesc/man/jsesc.1 | 94 + .../node_modules/jsesc/package.json | 54 + .../CHANGELOG.md | 50 + .../json-parse-even-better-errors/LICENSE.md | 25 + .../json-parse-even-better-errors/README.md | 96 + .../json-parse-even-better-errors/index.js | 121 + .../package.json | 33 + .../node_modules/json5/LICENSE.md | 23 + FantasticAnimals/node_modules/json5/README.md | 234 + .../node_modules/json5/dist/index.js | 1710 + .../node_modules/json5/dist/index.min.js | 1 + .../node_modules/json5/dist/index.min.mjs | 1 + .../node_modules/json5/dist/index.mjs | 1399 + .../node_modules/json5/lib/cli.js | 152 + .../node_modules/json5/lib/index.d.ts | 4 + .../node_modules/json5/lib/index.js | 9 + .../node_modules/json5/lib/parse.d.ts | 15 + .../node_modules/json5/lib/parse.js | 1087 + .../node_modules/json5/lib/register.js | 13 + .../node_modules/json5/lib/require.js | 4 + .../node_modules/json5/lib/stringify.d.ts | 89 + .../node_modules/json5/lib/stringify.js | 261 + .../node_modules/json5/lib/unicode.d.ts | 3 + .../node_modules/json5/lib/unicode.js | 4 + .../node_modules/json5/lib/util.d.ts | 5 + .../node_modules/json5/lib/util.js | 35 + .../node_modules/json5/package.json | 69 + .../node_modules/kind-of/CHANGELOG.md | 160 + FantasticAnimals/node_modules/kind-of/LICENSE | 21 + .../node_modules/kind-of/README.md | 367 + .../node_modules/kind-of/index.js | 129 + .../node_modules/kind-of/package.json | 88 + .../node_modules/loader-runner/LICENSE | 21 + .../node_modules/loader-runner/README.md | 53 + .../loader-runner/lib/LoaderLoadingError.js | 11 + .../loader-runner/lib/LoaderRunner.js | 416 + .../loader-runner/lib/loadLoader.js | 54 + .../node_modules/loader-runner/package.json | 45 + .../node_modules/loader-utils/LICENSE | 20 + .../node_modules/loader-utils/README.md | 275 + .../loader-utils/lib/getCurrentRequest.js | 16 + .../loader-utils/lib/getHashDigest.js | 91 + .../loader-utils/lib/getOptions.js | 20 + .../loader-utils/lib/getRemainingRequest.js | 16 + .../loader-utils/lib/hash/BatchedHash.js | 64 + .../node_modules/loader-utils/lib/hash/md4.js | 20 + .../loader-utils/lib/hash/wasm-hash.js | 208 + .../node_modules/loader-utils/lib/index.js | 23 + .../loader-utils/lib/interpolateName.js | 151 + .../loader-utils/lib/isUrlRequest.js | 31 + .../loader-utils/lib/parseQuery.js | 69 + .../loader-utils/lib/parseString.js | 23 + .../loader-utils/lib/stringifyRequest.js | 51 + .../loader-utils/lib/urlToRequest.js | 60 + .../node_modules/loader-utils/package.json | 39 + .../node_modules/lodash.debounce/LICENSE | 47 + .../node_modules/lodash.debounce/README.md | 18 + .../node_modules/lodash.debounce/index.js | 377 + .../node_modules/lodash.debounce/package.json | 17 + .../node_modules/make-dir/index.d.ts | 66 + .../node_modules/make-dir/index.js | 156 + .../node_modules/make-dir/license | 9 + .../node_modules/make-dir/package.json | 59 + .../node_modules/make-dir/readme.md | 125 + .../node_modules/merge-stream/LICENSE | 21 + .../node_modules/merge-stream/README.md | 78 + .../node_modules/merge-stream/index.js | 41 + .../node_modules/merge-stream/package.json | 19 + .../node_modules/mime-db/HISTORY.md | 507 + FantasticAnimals/node_modules/mime-db/LICENSE | 23 + .../node_modules/mime-db/README.md | 100 + FantasticAnimals/node_modules/mime-db/db.json | 8519 +++++ .../node_modules/mime-db/index.js | 12 + .../node_modules/mime-db/package.json | 60 + .../node_modules/mime-types/HISTORY.md | 397 + .../node_modules/mime-types/LICENSE | 23 + .../node_modules/mime-types/README.md | 113 + .../node_modules/mime-types/index.js | 188 + .../node_modules/mime-types/package.json | 44 + .../node_modules/neo-async/LICENSE | 22 + .../node_modules/neo-async/README.md | 273 + .../node_modules/neo-async/all.js | 3 + .../node_modules/neo-async/allLimit.js | 3 + .../node_modules/neo-async/allSeries.js | 3 + .../node_modules/neo-async/angelFall.js | 3 + .../node_modules/neo-async/any.js | 3 + .../node_modules/neo-async/anyLimit.js | 3 + .../node_modules/neo-async/anySeries.js | 3 + .../node_modules/neo-async/apply.js | 3 + .../node_modules/neo-async/applyEach.js | 3 + .../node_modules/neo-async/applyEachSeries.js | 3 + .../node_modules/neo-async/async.js | 9184 +++++ .../node_modules/neo-async/async.min.js | 80 + .../node_modules/neo-async/asyncify.js | 3 + .../node_modules/neo-async/auto.js | 3 + .../node_modules/neo-async/autoInject.js | 3 + .../node_modules/neo-async/cargo.js | 3 + .../node_modules/neo-async/compose.js | 3 + .../node_modules/neo-async/concat.js | 3 + .../node_modules/neo-async/concatLimit.js | 3 + .../node_modules/neo-async/concatSeries.js | 3 + .../node_modules/neo-async/constant.js | 3 + .../node_modules/neo-async/createLogger.js | 3 + .../node_modules/neo-async/detect.js | 3 + .../node_modules/neo-async/detectLimit.js | 3 + .../node_modules/neo-async/detectSeries.js | 3 + .../node_modules/neo-async/dir.js | 3 + .../node_modules/neo-async/doDuring.js | 3 + .../node_modules/neo-async/doUntil.js | 3 + .../node_modules/neo-async/doWhilst.js | 3 + .../node_modules/neo-async/during.js | 3 + .../node_modules/neo-async/each.js | 3 + .../node_modules/neo-async/eachLimit.js | 3 + .../node_modules/neo-async/eachOf.js | 3 + .../node_modules/neo-async/eachOfLimit.js | 3 + .../node_modules/neo-async/eachOfSeries.js | 3 + .../node_modules/neo-async/eachSeries.js | 3 + .../node_modules/neo-async/ensureAsync.js | 3 + .../node_modules/neo-async/every.js | 3 + .../node_modules/neo-async/everyLimit.js | 3 + .../node_modules/neo-async/everySeries.js | 3 + .../node_modules/neo-async/fast.js | 3 + .../node_modules/neo-async/filter.js | 3 + .../node_modules/neo-async/filterLimit.js | 3 + .../node_modules/neo-async/filterSeries.js | 3 + .../node_modules/neo-async/find.js | 3 + .../node_modules/neo-async/findLimit.js | 3 + .../node_modules/neo-async/findSeries.js | 3 + .../node_modules/neo-async/foldl.js | 3 + .../node_modules/neo-async/foldr.js | 3 + .../node_modules/neo-async/forEach.js | 3 + .../node_modules/neo-async/forEachLimit.js | 3 + .../node_modules/neo-async/forEachOf.js | 3 + .../node_modules/neo-async/forEachOfLimit.js | 3 + .../node_modules/neo-async/forEachOfSeries.js | 3 + .../node_modules/neo-async/forEachSeries.js | 3 + .../node_modules/neo-async/forever.js | 3 + .../node_modules/neo-async/groupBy.js | 3 + .../node_modules/neo-async/groupByLimit.js | 3 + .../node_modules/neo-async/groupBySeries.js | 3 + .../node_modules/neo-async/inject.js | 3 + .../node_modules/neo-async/iterator.js | 3 + .../node_modules/neo-async/log.js | 3 + .../node_modules/neo-async/map.js | 3 + .../node_modules/neo-async/mapLimit.js | 3 + .../node_modules/neo-async/mapSeries.js | 3 + .../node_modules/neo-async/mapValues.js | 3 + .../node_modules/neo-async/mapValuesLimit.js | 3 + .../node_modules/neo-async/mapValuesSeries.js | 3 + .../node_modules/neo-async/memoize.js | 3 + .../node_modules/neo-async/nextTick.js | 3 + .../node_modules/neo-async/omit.js | 3 + .../node_modules/neo-async/omitLimit.js | 3 + .../node_modules/neo-async/omitSeries.js | 3 + .../node_modules/neo-async/package.json | 57 + .../node_modules/neo-async/parallel.js | 3 + .../node_modules/neo-async/parallelLimit.js | 3 + .../node_modules/neo-async/pick.js | 3 + .../node_modules/neo-async/pickLimit.js | 3 + .../node_modules/neo-async/pickSeries.js | 3 + .../node_modules/neo-async/priorityQueue.js | 3 + .../node_modules/neo-async/queue.js | 3 + .../node_modules/neo-async/race.js | 3 + .../node_modules/neo-async/reduce.js | 3 + .../node_modules/neo-async/reduceRight.js | 3 + .../node_modules/neo-async/reflect.js | 3 + .../node_modules/neo-async/reflectAll.js | 3 + .../node_modules/neo-async/reject.js | 3 + .../node_modules/neo-async/rejectLimit.js | 3 + .../node_modules/neo-async/rejectSeries.js | 3 + .../node_modules/neo-async/retry.js | 3 + .../node_modules/neo-async/retryable.js | 3 + .../node_modules/neo-async/safe.js | 3 + .../node_modules/neo-async/select.js | 3 + .../node_modules/neo-async/selectLimit.js | 3 + .../node_modules/neo-async/selectSeries.js | 3 + .../node_modules/neo-async/seq.js | 3 + .../node_modules/neo-async/series.js | 3 + .../node_modules/neo-async/setImmediate.js | 3 + .../node_modules/neo-async/some.js | 3 + .../node_modules/neo-async/someLimit.js | 3 + .../node_modules/neo-async/someSeries.js | 3 + .../node_modules/neo-async/sortBy.js | 3 + .../node_modules/neo-async/sortByLimit.js | 3 + .../node_modules/neo-async/sortBySeries.js | 3 + .../node_modules/neo-async/timeout.js | 3 + .../node_modules/neo-async/times.js | 3 + .../node_modules/neo-async/timesLimit.js | 3 + .../node_modules/neo-async/timesSeries.js | 3 + .../node_modules/neo-async/transform.js | 3 + .../node_modules/neo-async/transformLimit.js | 3 + .../node_modules/neo-async/transformSeries.js | 3 + .../node_modules/neo-async/tryEach.js | 3 + .../node_modules/neo-async/unmemoize.js | 3 + .../node_modules/neo-async/until.js | 3 + .../node_modules/neo-async/waterfall.js | 3 + .../node_modules/neo-async/whilst.js | 3 + .../node_modules/neo-async/wrapSync.js | 3 + .../node_modules/node-releases/LICENSE | 21 + .../node_modules/node-releases/README.md | 31 + .../node-releases/data/processed/envs.json | 1 + .../release-schedule/release-schedule.json | 1 + .../node_modules/node-releases/package.json | 18 + .../node_modules/object-keys/.editorconfig | 13 + .../node_modules/object-keys/.eslintrc | 17 + .../node_modules/object-keys/.travis.yml | 277 + .../node_modules/object-keys/CHANGELOG.md | 232 + .../node_modules/object-keys/LICENSE | 21 + .../node_modules/object-keys/README.md | 76 + .../object-keys/implementation.js | 122 + .../node_modules/object-keys/index.js | 32 + .../node_modules/object-keys/isArguments.js | 17 + .../node_modules/object-keys/package.json | 88 + .../node_modules/object-keys/test/index.js | 5 + .../node_modules/object.assign/.editorconfig | 20 + .../node_modules/object.assign/.eslintrc | 28 + .../object.assign/.github/FUNDING.yml | 12 + .../node_modules/object.assign/.nycrc | 9 + .../node_modules/object.assign/CHANGELOG.md | 225 + .../node_modules/object.assign/LICENSE | 21 + .../node_modules/object.assign/README.md | 136 + .../node_modules/object.assign/auto.js | 3 + .../object.assign/dist/browser.js | 944 + .../node_modules/object.assign/hasSymbols.js | 43 + .../object.assign/implementation.js | 46 + .../node_modules/object.assign/index.js | 22 + .../node_modules/object.assign/package.json | 96 + .../node_modules/object.assign/polyfill.js | 55 + .../node_modules/object.assign/shim.js | 14 + .../node_modules/object.assign/test.html | 18458 ++++++++++ .../object.assign/test/implementation.js | 19 + .../node_modules/object.assign/test/index.js | 17 + .../node_modules/object.assign/test/native.js | 49 + .../object.assign/test/ses-compat.js | 12 + .../object.assign/test/shimmed.js | 52 + .../node_modules/object.assign/test/tests.js | 232 + .../node_modules/p-try/index.d.ts | 39 + FantasticAnimals/node_modules/p-try/index.js | 9 + FantasticAnimals/node_modules/p-try/license | 9 + .../node_modules/p-try/package.json | 42 + FantasticAnimals/node_modules/p-try/readme.md | 58 + .../node_modules/path-parse/LICENSE | 21 + .../node_modules/path-parse/README.md | 42 + .../node_modules/path-parse/index.js | 75 + .../node_modules/path-parse/package.json | 33 + .../node_modules/picocolors/LICENSE | 15 + .../node_modules/picocolors/README.md | 21 + .../node_modules/picocolors/package.json | 25 + .../picocolors/picocolors.browser.js | 4 + .../node_modules/picocolors/picocolors.d.ts | 5 + .../node_modules/picocolors/picocolors.js | 58 + .../node_modules/picocolors/types.ts | 30 + .../node_modules/pkg-dir/index.d.ts | 44 + .../node_modules/pkg-dir/index.js | 17 + FantasticAnimals/node_modules/pkg-dir/license | 9 + .../pkg-dir/node_modules/find-up/index.d.ts | 137 + .../pkg-dir/node_modules/find-up/index.js | 89 + .../pkg-dir/node_modules/find-up/license | 9 + .../pkg-dir/node_modules/find-up/package.json | 53 + .../pkg-dir/node_modules/find-up/readme.md | 156 + .../node_modules/locate-path/index.d.ts | 83 + .../pkg-dir/node_modules/locate-path/index.js | 65 + .../pkg-dir/node_modules/locate-path/license | 9 + .../node_modules/locate-path/package.json | 45 + .../node_modules/locate-path/readme.md | 122 + .../pkg-dir/node_modules/p-limit/index.d.ts | 38 + .../pkg-dir/node_modules/p-limit/index.js | 57 + .../pkg-dir/node_modules/p-limit/license | 9 + .../pkg-dir/node_modules/p-limit/package.json | 52 + .../pkg-dir/node_modules/p-limit/readme.md | 101 + .../pkg-dir/node_modules/p-locate/index.d.ts | 64 + .../pkg-dir/node_modules/p-locate/index.js | 52 + .../pkg-dir/node_modules/p-locate/license | 9 + .../node_modules/p-locate/package.json | 53 + .../pkg-dir/node_modules/p-locate/readme.md | 90 + .../node_modules/pkg-dir/package.json | 56 + .../node_modules/pkg-dir/readme.md | 66 + .../node_modules/randombytes/.travis.yml | 15 + .../node_modules/randombytes/.zuul.yml | 1 + .../node_modules/randombytes/LICENSE | 21 + .../node_modules/randombytes/README.md | 14 + .../node_modules/randombytes/browser.js | 50 + .../node_modules/randombytes/index.js | 1 + .../node_modules/randombytes/package.json | 36 + .../node_modules/randombytes/test.js | 81 + FantasticAnimals/node_modules/rechoir/LICENSE | 24 + .../node_modules/rechoir/README.md | 83 + .../node_modules/rechoir/index.js | 67 + .../node_modules/rechoir/lib/extension.js | 44 + .../node_modules/rechoir/lib/normalize.js | 13 + .../node_modules/rechoir/lib/register.js | 15 + .../node_modules/rechoir/package.json | 46 + .../Binary_Property/ASCII.js | 3 + .../Binary_Property/ASCII_Hex_Digit.js | 3 + .../Binary_Property/Alphabetic.js | 14 + .../Binary_Property/Any.js | 3 + .../Binary_Property/Assigned.js | 15 + .../Binary_Property/Bidi_Control.js | 3 + .../Binary_Property/Bidi_Mirrored.js | 4 + .../Binary_Property/Case_Ignorable.js | 8 + .../Binary_Property/Cased.js | 5 + .../Changes_When_Casefolded.js | 4 + .../Changes_When_Casemapped.js | 5 + .../Changes_When_Lowercased.js | 4 + .../Changes_When_NFKC_Casefolded.js | 7 + .../Changes_When_Titlecased.js | 4 + .../Changes_When_Uppercased.js | 4 + .../Binary_Property/Dash.js | 3 + .../Default_Ignorable_Code_Point.js | 3 + .../Binary_Property/Deprecated.js | 3 + .../Binary_Property/Diacritic.js | 5 + .../Binary_Property/Emoji.js | 4 + .../Binary_Property/Emoji_Component.js | 3 + .../Binary_Property/Emoji_Modifier.js | 3 + .../Binary_Property/Emoji_Modifier_Base.js | 3 + .../Binary_Property/Emoji_Presentation.js | 4 + .../Binary_Property/Extended_Pictographic.js | 3 + .../Binary_Property/Extender.js | 3 + .../Binary_Property/Grapheme_Base.js | 17 + .../Binary_Property/Grapheme_Extend.js | 7 + .../Binary_Property/Hex_Digit.js | 3 + .../Binary_Property/IDS_Binary_Operator.js | 3 + .../Binary_Property/IDS_Trinary_Operator.js | 3 + .../Binary_Property/ID_Continue.js | 15 + .../Binary_Property/ID_Start.js | 13 + .../Binary_Property/Ideographic.js | 3 + .../Binary_Property/Join_Control.js | 3 + .../Logical_Order_Exception.js | 3 + .../Binary_Property/Lowercase.js | 5 + .../Binary_Property/Math.js | 4 + .../Noncharacter_Code_Point.js | 3 + .../Binary_Property/Pattern_Syntax.js | 3 + .../Binary_Property/Pattern_White_Space.js | 3 + .../Binary_Property/Quotation_Mark.js | 3 + .../Binary_Property/Radical.js | 3 + .../Binary_Property/Regional_Indicator.js | 3 + .../Binary_Property/Sentence_Terminal.js | 3 + .../Binary_Property/Soft_Dotted.js | 3 + .../Binary_Property/Terminal_Punctuation.js | 4 + .../Binary_Property/Unified_Ideograph.js | 3 + .../Binary_Property/Uppercase.js | 4 + .../Binary_Property/Variation_Selector.js | 3 + .../Binary_Property/White_Space.js | 3 + .../Binary_Property/XID_Continue.js | 15 + .../Binary_Property/XID_Start.js | 13 + .../General_Category/Cased_Letter.js | 5 + .../General_Category/Close_Punctuation.js | 3 + .../General_Category/Connector_Punctuation.js | 3 + .../General_Category/Control.js | 3 + .../General_Category/Currency_Symbol.js | 3 + .../General_Category/Dash_Punctuation.js | 3 + .../General_Category/Decimal_Number.js | 4 + .../General_Category/Enclosing_Mark.js | 3 + .../General_Category/Final_Punctuation.js | 3 + .../General_Category/Format.js | 3 + .../General_Category/Initial_Punctuation.js | 3 + .../General_Category/Letter.js | 13 + .../General_Category/Letter_Number.js | 3 + .../General_Category/Line_Separator.js | 3 + .../General_Category/Lowercase_Letter.js | 5 + .../General_Category/Mark.js | 7 + .../General_Category/Math_Symbol.js | 3 + .../General_Category/Modifier_Letter.js | 3 + .../General_Category/Modifier_Symbol.js | 3 + .../General_Category/Nonspacing_Mark.js | 7 + .../General_Category/Number.js | 5 + .../General_Category/Open_Punctuation.js | 3 + .../General_Category/Other.js | 12 + .../General_Category/Other_Letter.js | 10 + .../General_Category/Other_Number.js | 4 + .../General_Category/Other_Punctuation.js | 5 + .../General_Category/Other_Symbol.js | 5 + .../General_Category/Paragraph_Separator.js | 3 + .../General_Category/Private_Use.js | 3 + .../General_Category/Punctuation.js | 5 + .../General_Category/Separator.js | 3 + .../General_Category/Space_Separator.js | 3 + .../General_Category/Spacing_Mark.js | 5 + .../General_Category/Surrogate.js | 3 + .../General_Category/Symbol.js | 6 + .../General_Category/Titlecase_Letter.js | 3 + .../General_Category/Unassigned.js | 11 + .../General_Category/Uppercase_Letter.js | 4 + .../LICENSE-MIT.txt | 20 + .../Property_of_Strings/Basic_Emoji.js | 4 + .../Emoji_Keycap_Sequence.js | 4 + .../Property_of_Strings/RGI_Emoji.js | 4 + .../RGI_Emoji_Flag_Sequence.js | 4 + .../RGI_Emoji_Modifier_Sequence.js | 4 + .../RGI_Emoji_Tag_Sequence.js | 4 + .../RGI_Emoji_ZWJ_Sequence.js | 4 + .../regenerate-unicode-properties/README.md | 70 + .../Script/Adlam.js | 3 + .../Script/Ahom.js | 3 + .../Script/Anatolian_Hieroglyphs.js | 3 + .../Script/Arabic.js | 3 + .../Script/Armenian.js | 3 + .../Script/Avestan.js | 3 + .../Script/Balinese.js | 3 + .../Script/Bamum.js | 3 + .../Script/Bassa_Vah.js | 3 + .../Script/Batak.js | 3 + .../Script/Bengali.js | 3 + .../Script/Bhaiksuki.js | 3 + .../Script/Bopomofo.js | 3 + .../Script/Brahmi.js | 3 + .../Script/Braille.js | 3 + .../Script/Buginese.js | 3 + .../Script/Buhid.js | 3 + .../Script/Canadian_Aboriginal.js | 3 + .../Script/Carian.js | 3 + .../Script/Caucasian_Albanian.js | 3 + .../Script/Chakma.js | 3 + .../Script/Cham.js | 3 + .../Script/Cherokee.js | 3 + .../Script/Chorasmian.js | 3 + .../Script/Common.js | 5 + .../Script/Coptic.js | 3 + .../Script/Cuneiform.js | 3 + .../Script/Cypriot.js | 3 + .../Script/Cypro_Minoan.js | 3 + .../Script/Cyrillic.js | 3 + .../Script/Deseret.js | 3 + .../Script/Devanagari.js | 3 + .../Script/Dives_Akuru.js | 3 + .../Script/Dogra.js | 3 + .../Script/Duployan.js | 3 + .../Script/Egyptian_Hieroglyphs.js | 3 + .../Script/Elbasan.js | 3 + .../Script/Elymaic.js | 3 + .../Script/Ethiopic.js | 3 + .../Script/Georgian.js | 3 + .../Script/Glagolitic.js | 3 + .../Script/Gothic.js | 3 + .../Script/Grantha.js | 3 + .../Script/Greek.js | 3 + .../Script/Gujarati.js | 3 + .../Script/Gunjala_Gondi.js | 3 + .../Script/Gurmukhi.js | 3 + .../Script/Han.js | 3 + .../Script/Hangul.js | 3 + .../Script/Hanifi_Rohingya.js | 3 + .../Script/Hanunoo.js | 3 + .../Script/Hatran.js | 3 + .../Script/Hebrew.js | 3 + .../Script/Hiragana.js | 3 + .../Script/Imperial_Aramaic.js | 3 + .../Script/Inherited.js | 3 + .../Script/Inscriptional_Pahlavi.js | 3 + .../Script/Inscriptional_Parthian.js | 3 + .../Script/Javanese.js | 3 + .../Script/Kaithi.js | 3 + .../Script/Kannada.js | 3 + .../Script/Katakana.js | 3 + .../Script/Kayah_Li.js | 3 + .../Script/Kharoshthi.js | 3 + .../Script/Khitan_Small_Script.js | 3 + .../Script/Khmer.js | 3 + .../Script/Khojki.js | 3 + .../Script/Khudawadi.js | 3 + .../Script/Lao.js | 3 + .../Script/Latin.js | 3 + .../Script/Lepcha.js | 3 + .../Script/Limbu.js | 3 + .../Script/Linear_A.js | 3 + .../Script/Linear_B.js | 3 + .../Script/Lisu.js | 3 + .../Script/Lycian.js | 3 + .../Script/Lydian.js | 3 + .../Script/Mahajani.js | 3 + .../Script/Makasar.js | 3 + .../Script/Malayalam.js | 3 + .../Script/Mandaic.js | 3 + .../Script/Manichaean.js | 3 + .../Script/Marchen.js | 3 + .../Script/Masaram_Gondi.js | 3 + .../Script/Medefaidrin.js | 3 + .../Script/Meetei_Mayek.js | 3 + .../Script/Mende_Kikakui.js | 3 + .../Script/Meroitic_Cursive.js | 3 + .../Script/Meroitic_Hieroglyphs.js | 3 + .../Script/Miao.js | 3 + .../Script/Modi.js | 3 + .../Script/Mongolian.js | 3 + .../Script/Mro.js | 3 + .../Script/Multani.js | 3 + .../Script/Myanmar.js | 3 + .../Script/Nabataean.js | 3 + .../Script/Nandinagari.js | 3 + .../Script/New_Tai_Lue.js | 3 + .../Script/Newa.js | 3 + .../Script/Nko.js | 3 + .../Script/Nushu.js | 3 + .../Script/Nyiakeng_Puachue_Hmong.js | 3 + .../Script/Ogham.js | 3 + .../Script/Ol_Chiki.js | 3 + .../Script/Old_Hungarian.js | 3 + .../Script/Old_Italic.js | 3 + .../Script/Old_North_Arabian.js | 3 + .../Script/Old_Permic.js | 3 + .../Script/Old_Persian.js | 3 + .../Script/Old_Sogdian.js | 3 + .../Script/Old_South_Arabian.js | 3 + .../Script/Old_Turkic.js | 3 + .../Script/Old_Uyghur.js | 3 + .../Script/Oriya.js | 3 + .../Script/Osage.js | 3 + .../Script/Osmanya.js | 3 + .../Script/Pahawh_Hmong.js | 3 + .../Script/Palmyrene.js | 3 + .../Script/Pau_Cin_Hau.js | 3 + .../Script/Phags_Pa.js | 3 + .../Script/Phoenician.js | 3 + .../Script/Psalter_Pahlavi.js | 3 + .../Script/Rejang.js | 3 + .../Script/Runic.js | 3 + .../Script/Samaritan.js | 3 + .../Script/Saurashtra.js | 3 + .../Script/Sharada.js | 3 + .../Script/Shavian.js | 3 + .../Script/Siddham.js | 3 + .../Script/SignWriting.js | 3 + .../Script/Sinhala.js | 3 + .../Script/Sogdian.js | 3 + .../Script/Sora_Sompeng.js | 3 + .../Script/Soyombo.js | 3 + .../Script/Sundanese.js | 3 + .../Script/Syloti_Nagri.js | 3 + .../Script/Syriac.js | 3 + .../Script/Tagalog.js | 3 + .../Script/Tagbanwa.js | 3 + .../Script/Tai_Le.js | 3 + .../Script/Tai_Tham.js | 3 + .../Script/Tai_Viet.js | 3 + .../Script/Takri.js | 3 + .../Script/Tamil.js | 3 + .../Script/Tangsa.js | 3 + .../Script/Tangut.js | 3 + .../Script/Telugu.js | 3 + .../Script/Thaana.js | 3 + .../Script/Thai.js | 3 + .../Script/Tibetan.js | 3 + .../Script/Tifinagh.js | 3 + .../Script/Tirhuta.js | 3 + .../Script/Toto.js | 3 + .../Script/Ugaritic.js | 3 + .../Script/Vai.js | 3 + .../Script/Vithkuqi.js | 3 + .../Script/Wancho.js | 3 + .../Script/Warang_Citi.js | 3 + .../Script/Yezidi.js | 3 + .../Script/Yi.js | 3 + .../Script/Zanabazar_Square.js | 3 + .../Script_Extensions/Adlam.js | 3 + .../Script_Extensions/Ahom.js | 3 + .../Anatolian_Hieroglyphs.js | 3 + .../Script_Extensions/Arabic.js | 3 + .../Script_Extensions/Armenian.js | 3 + .../Script_Extensions/Avestan.js | 3 + .../Script_Extensions/Balinese.js | 3 + .../Script_Extensions/Bamum.js | 3 + .../Script_Extensions/Bassa_Vah.js | 3 + .../Script_Extensions/Batak.js | 3 + .../Script_Extensions/Bengali.js | 3 + .../Script_Extensions/Bhaiksuki.js | 3 + .../Script_Extensions/Bopomofo.js | 3 + .../Script_Extensions/Brahmi.js | 3 + .../Script_Extensions/Braille.js | 3 + .../Script_Extensions/Buginese.js | 3 + .../Script_Extensions/Buhid.js | 3 + .../Script_Extensions/Canadian_Aboriginal.js | 3 + .../Script_Extensions/Carian.js | 3 + .../Script_Extensions/Caucasian_Albanian.js | 3 + .../Script_Extensions/Chakma.js | 3 + .../Script_Extensions/Cham.js | 3 + .../Script_Extensions/Cherokee.js | 3 + .../Script_Extensions/Chorasmian.js | 3 + .../Script_Extensions/Common.js | 5 + .../Script_Extensions/Coptic.js | 3 + .../Script_Extensions/Cuneiform.js | 3 + .../Script_Extensions/Cypriot.js | 3 + .../Script_Extensions/Cypro_Minoan.js | 3 + .../Script_Extensions/Cyrillic.js | 3 + .../Script_Extensions/Deseret.js | 3 + .../Script_Extensions/Devanagari.js | 3 + .../Script_Extensions/Dives_Akuru.js | 3 + .../Script_Extensions/Dogra.js | 3 + .../Script_Extensions/Duployan.js | 3 + .../Script_Extensions/Egyptian_Hieroglyphs.js | 3 + .../Script_Extensions/Elbasan.js | 3 + .../Script_Extensions/Elymaic.js | 3 + .../Script_Extensions/Ethiopic.js | 3 + .../Script_Extensions/Georgian.js | 3 + .../Script_Extensions/Glagolitic.js | 3 + .../Script_Extensions/Gothic.js | 3 + .../Script_Extensions/Grantha.js | 3 + .../Script_Extensions/Greek.js | 3 + .../Script_Extensions/Gujarati.js | 3 + .../Script_Extensions/Gunjala_Gondi.js | 3 + .../Script_Extensions/Gurmukhi.js | 3 + .../Script_Extensions/Han.js | 3 + .../Script_Extensions/Hangul.js | 3 + .../Script_Extensions/Hanifi_Rohingya.js | 3 + .../Script_Extensions/Hanunoo.js | 3 + .../Script_Extensions/Hatran.js | 3 + .../Script_Extensions/Hebrew.js | 3 + .../Script_Extensions/Hiragana.js | 3 + .../Script_Extensions/Imperial_Aramaic.js | 3 + .../Script_Extensions/Inherited.js | 3 + .../Inscriptional_Pahlavi.js | 3 + .../Inscriptional_Parthian.js | 3 + .../Script_Extensions/Javanese.js | 3 + .../Script_Extensions/Kaithi.js | 3 + .../Script_Extensions/Kannada.js | 3 + .../Script_Extensions/Katakana.js | 3 + .../Script_Extensions/Kayah_Li.js | 3 + .../Script_Extensions/Kharoshthi.js | 3 + .../Script_Extensions/Khitan_Small_Script.js | 3 + .../Script_Extensions/Khmer.js | 3 + .../Script_Extensions/Khojki.js | 3 + .../Script_Extensions/Khudawadi.js | 3 + .../Script_Extensions/Lao.js | 3 + .../Script_Extensions/Latin.js | 3 + .../Script_Extensions/Lepcha.js | 3 + .../Script_Extensions/Limbu.js | 3 + .../Script_Extensions/Linear_A.js | 3 + .../Script_Extensions/Linear_B.js | 3 + .../Script_Extensions/Lisu.js | 3 + .../Script_Extensions/Lycian.js | 3 + .../Script_Extensions/Lydian.js | 3 + .../Script_Extensions/Mahajani.js | 3 + .../Script_Extensions/Makasar.js | 3 + .../Script_Extensions/Malayalam.js | 3 + .../Script_Extensions/Mandaic.js | 3 + .../Script_Extensions/Manichaean.js | 3 + .../Script_Extensions/Marchen.js | 3 + .../Script_Extensions/Masaram_Gondi.js | 3 + .../Script_Extensions/Medefaidrin.js | 3 + .../Script_Extensions/Meetei_Mayek.js | 3 + .../Script_Extensions/Mende_Kikakui.js | 3 + .../Script_Extensions/Meroitic_Cursive.js | 3 + .../Script_Extensions/Meroitic_Hieroglyphs.js | 3 + .../Script_Extensions/Miao.js | 3 + .../Script_Extensions/Modi.js | 3 + .../Script_Extensions/Mongolian.js | 3 + .../Script_Extensions/Mro.js | 3 + .../Script_Extensions/Multani.js | 3 + .../Script_Extensions/Myanmar.js | 3 + .../Script_Extensions/Nabataean.js | 3 + .../Script_Extensions/Nandinagari.js | 3 + .../Script_Extensions/New_Tai_Lue.js | 3 + .../Script_Extensions/Newa.js | 3 + .../Script_Extensions/Nko.js | 3 + .../Script_Extensions/Nushu.js | 3 + .../Nyiakeng_Puachue_Hmong.js | 3 + .../Script_Extensions/Ogham.js | 3 + .../Script_Extensions/Ol_Chiki.js | 3 + .../Script_Extensions/Old_Hungarian.js | 3 + .../Script_Extensions/Old_Italic.js | 3 + .../Script_Extensions/Old_North_Arabian.js | 3 + .../Script_Extensions/Old_Permic.js | 3 + .../Script_Extensions/Old_Persian.js | 3 + .../Script_Extensions/Old_Sogdian.js | 3 + .../Script_Extensions/Old_South_Arabian.js | 3 + .../Script_Extensions/Old_Turkic.js | 3 + .../Script_Extensions/Old_Uyghur.js | 3 + .../Script_Extensions/Oriya.js | 3 + .../Script_Extensions/Osage.js | 3 + .../Script_Extensions/Osmanya.js | 3 + .../Script_Extensions/Pahawh_Hmong.js | 3 + .../Script_Extensions/Palmyrene.js | 3 + .../Script_Extensions/Pau_Cin_Hau.js | 3 + .../Script_Extensions/Phags_Pa.js | 3 + .../Script_Extensions/Phoenician.js | 3 + .../Script_Extensions/Psalter_Pahlavi.js | 3 + .../Script_Extensions/Rejang.js | 3 + .../Script_Extensions/Runic.js | 3 + .../Script_Extensions/Samaritan.js | 3 + .../Script_Extensions/Saurashtra.js | 3 + .../Script_Extensions/Sharada.js | 3 + .../Script_Extensions/Shavian.js | 3 + .../Script_Extensions/Siddham.js | 3 + .../Script_Extensions/SignWriting.js | 3 + .../Script_Extensions/Sinhala.js | 3 + .../Script_Extensions/Sogdian.js | 3 + .../Script_Extensions/Sora_Sompeng.js | 3 + .../Script_Extensions/Soyombo.js | 3 + .../Script_Extensions/Sundanese.js | 3 + .../Script_Extensions/Syloti_Nagri.js | 3 + .../Script_Extensions/Syriac.js | 3 + .../Script_Extensions/Tagalog.js | 3 + .../Script_Extensions/Tagbanwa.js | 3 + .../Script_Extensions/Tai_Le.js | 3 + .../Script_Extensions/Tai_Tham.js | 3 + .../Script_Extensions/Tai_Viet.js | 3 + .../Script_Extensions/Takri.js | 3 + .../Script_Extensions/Tamil.js | 3 + .../Script_Extensions/Tangsa.js | 3 + .../Script_Extensions/Tangut.js | 3 + .../Script_Extensions/Telugu.js | 3 + .../Script_Extensions/Thaana.js | 3 + .../Script_Extensions/Thai.js | 3 + .../Script_Extensions/Tibetan.js | 3 + .../Script_Extensions/Tifinagh.js | 3 + .../Script_Extensions/Tirhuta.js | 3 + .../Script_Extensions/Toto.js | 3 + .../Script_Extensions/Ugaritic.js | 3 + .../Script_Extensions/Vai.js | 3 + .../Script_Extensions/Vithkuqi.js | 3 + .../Script_Extensions/Wancho.js | 3 + .../Script_Extensions/Warang_Citi.js | 3 + .../Script_Extensions/Yezidi.js | 3 + .../Script_Extensions/Yi.js | 3 + .../Script_Extensions/Zanabazar_Square.js | 3 + .../regenerate-unicode-properties/index.js | 432 + .../package.json | 49 + .../unicode-version.js | 1 + .../node_modules/regenerate/LICENSE-MIT.txt | 20 + .../node_modules/regenerate/README.md | 338 + .../node_modules/regenerate/package.json | 38 + .../node_modules/regenerate/regenerate.js | 1209 + .../node_modules/regenerator-runtime/LICENSE | 21 + .../regenerator-runtime/README.md | 31 + .../regenerator-runtime/package.json | 19 + .../node_modules/regenerator-runtime/path.js | 11 + .../regenerator-runtime/runtime.js | 754 + .../regenerator-transform/LICENSE | 21 + .../regenerator-transform/README.md | 46 + .../regenerator-transform/lib/emit.js | 999 + .../regenerator-transform/lib/hoist.js | 138 + .../regenerator-transform/lib/index.js | 29 + .../regenerator-transform/lib/leap.js | 178 + .../regenerator-transform/lib/meta.js | 113 + .../lib/replaceShorthandObjectMethod.js | 81 + .../regenerator-transform/lib/util.js | 56 + .../regenerator-transform/lib/visit.js | 328 + .../regenerator-transform/package.json | 43 + .../regenerator-transform/src/emit.js | 1301 + .../regenerator-transform/src/hoist.js | 161 + .../regenerator-transform/src/index.js | 27 + .../regenerator-transform/src/leap.js | 179 + .../regenerator-transform/src/meta.js | 110 + .../src/replaceShorthandObjectMethod.js | 82 + .../regenerator-transform/src/util.js | 45 + .../regenerator-transform/src/visit.js | 369 + .../node_modules/regexpu-core/LICENSE-MIT.txt | 20 + .../node_modules/regexpu-core/README.md | 204 + .../data/character-class-escape-sets.js | 105 + .../regexpu-core/data/iu-mappings.js | 656 + .../node_modules/regexpu-core/package.json | 67 + .../regexpu-core/rewrite-pattern.js | 730 + .../node_modules/regjsgen/LICENSE-MIT.txt | 22 + .../node_modules/regjsgen/README.md | 41 + .../node_modules/regjsgen/package.json | 40 + .../node_modules/regjsgen/regjsgen.js | 416 + .../node_modules/regjsparser/LICENSE.BSD | 21 + .../node_modules/regjsparser/README.md | 47 + .../node_modules/regjsparser/bin/parser | 63 + .../regjsparser/node_modules/.bin/jsesc | 1 + .../node_modules/jsesc/LICENSE-MIT.txt | 20 + .../regjsparser/node_modules/jsesc/README.md | 375 + .../regjsparser/node_modules/jsesc/bin/jsesc | 138 + .../regjsparser/node_modules/jsesc/jsesc.js | 265 + .../node_modules/jsesc/man/jsesc.1 | 90 + .../node_modules/jsesc/package.json | 55 + .../node_modules/regjsparser/package.json | 37 + .../node_modules/regjsparser/parser.d.ts | 162 + .../node_modules/regjsparser/parser.js | 1574 + .../node_modules/resolve-cwd/index.d.ts | 48 + .../node_modules/resolve-cwd/index.js | 5 + .../node_modules/resolve-cwd/license | 9 + .../node_modules/resolve-from/index.d.ts | 31 + .../node_modules/resolve-from/index.js | 47 + .../node_modules/resolve-from/license | 9 + .../node_modules/resolve-from/package.json | 36 + .../node_modules/resolve-from/readme.md | 72 + .../node_modules/resolve-cwd/package.json | 43 + .../node_modules/resolve-cwd/readme.md | 58 + .../node_modules/resolve/.editorconfig | 37 + .../node_modules/resolve/.eslintrc | 65 + .../node_modules/resolve/.github/FUNDING.yml | 12 + FantasticAnimals/node_modules/resolve/LICENSE | 21 + .../node_modules/resolve/SECURITY.md | 3 + .../node_modules/resolve/async.js | 3 + .../node_modules/resolve/bin/resolve | 50 + .../node_modules/resolve/example/async.js | 5 + .../node_modules/resolve/example/sync.js | 3 + .../node_modules/resolve/index.js | 6 + .../node_modules/resolve/lib/async.js | 329 + .../node_modules/resolve/lib/caller.js | 8 + .../node_modules/resolve/lib/core.js | 52 + .../node_modules/resolve/lib/core.json | 153 + .../node_modules/resolve/lib/homedir.js | 24 + .../node_modules/resolve/lib/is-core.js | 5 + .../resolve/lib/node-modules-paths.js | 42 + .../resolve/lib/normalize-options.js | 10 + .../node_modules/resolve/lib/sync.js | 208 + .../node_modules/resolve/package.json | 71 + .../node_modules/resolve/readme.markdown | 301 + FantasticAnimals/node_modules/resolve/sync.js | 3 + .../node_modules/resolve/test/core.js | 88 + .../node_modules/resolve/test/dotdot.js | 29 + .../resolve/test/dotdot/abc/index.js | 2 + .../node_modules/resolve/test/dotdot/index.js | 1 + .../resolve/test/faulty_basedir.js | 29 + .../node_modules/resolve/test/filter.js | 34 + .../node_modules/resolve/test/filter_sync.js | 33 + .../node_modules/resolve/test/home_paths.js | 127 + .../resolve/test/home_paths_sync.js | 114 + .../node_modules/resolve/test/mock.js | 315 + .../node_modules/resolve/test/mock_sync.js | 214 + .../node_modules/resolve/test/module_dir.js | 56 + .../test/module_dir/xmodules/aaa/index.js | 1 + .../test/module_dir/ymodules/aaa/index.js | 1 + .../test/module_dir/zmodules/bbb/main.js | 1 + .../test/module_dir/zmodules/bbb/package.json | 3 + .../resolve/test/node-modules-paths.js | 143 + .../node_modules/resolve/test/node_path.js | 70 + .../resolve/test/node_path/x/aaa/index.js | 1 + .../resolve/test/node_path/x/ccc/index.js | 1 + .../resolve/test/node_path/y/bbb/index.js | 1 + .../resolve/test/node_path/y/ccc/index.js | 1 + .../node_modules/resolve/test/nonstring.js | 9 + .../node_modules/resolve/test/pathfilter.js | 75 + .../resolve/test/pathfilter/deep_ref/main.js | 0 .../node_modules/resolve/test/precedence.js | 23 + .../resolve/test/precedence/aaa.js | 1 + .../resolve/test/precedence/aaa/index.js | 1 + .../resolve/test/precedence/aaa/main.js | 1 + .../resolve/test/precedence/bbb.js | 1 + .../resolve/test/precedence/bbb/main.js | 1 + .../node_modules/resolve/test/resolver.js | 595 + .../resolve/test/resolver/baz/doom.js | 0 .../resolve/test/resolver/baz/package.json | 4 + .../resolve/test/resolver/baz/quux.js | 1 + .../resolve/test/resolver/browser_field/a.js | 0 .../resolve/test/resolver/browser_field/b.js | 0 .../test/resolver/browser_field/package.json | 5 + .../resolve/test/resolver/cup.coffee | 1 + .../resolve/test/resolver/dot_main/index.js | 1 + .../test/resolver/dot_main/package.json | 3 + .../test/resolver/dot_slash_main/index.js | 1 + .../test/resolver/dot_slash_main/package.json | 3 + .../resolve/test/resolver/false_main/index.js | 0 .../test/resolver/false_main/package.json | 4 + .../node_modules/resolve/test/resolver/foo.js | 1 + .../test/resolver/incorrect_main/index.js | 2 + .../test/resolver/incorrect_main/package.json | 3 + .../test/resolver/invalid_main/package.json | 7 + .../resolver/malformed_package_json/index.js | 0 .../malformed_package_json/package.json | 1 + .../resolve/test/resolver/mug.coffee | 0 .../node_modules/resolve/test/resolver/mug.js | 0 .../test/resolver/multirepo/lerna.json | 6 + .../test/resolver/multirepo/package.json | 20 + .../multirepo/packages/package-a/index.js | 35 + .../multirepo/packages/package-a/package.json | 14 + .../multirepo/packages/package-b/index.js | 0 .../multirepo/packages/package-b/package.json | 14 + .../resolver/nested_symlinks/mylib/async.js | 26 + .../nested_symlinks/mylib/package.json | 15 + .../resolver/nested_symlinks/mylib/sync.js | 12 + .../test/resolver/other_path/lib/other-lib.js | 0 .../resolve/test/resolver/other_path/root.js | 0 .../resolve/test/resolver/quux/foo/index.js | 1 + .../resolve/test/resolver/same_names/foo.js | 1 + .../test/resolver/same_names/foo/index.js | 1 + .../resolver/symlinked/_/node_modules/foo.js | 0 .../symlinked/_/symlink_target/.gitkeep | 0 .../test/resolver/symlinked/package/bar.js | 1 + .../resolver/symlinked/package/package.json | 3 + .../test/resolver/without_basedir/main.js | 5 + .../resolve/test/resolver_sync.js | 726 + .../resolve/test/shadowed_core.js | 54 + .../shadowed_core/node_modules/util/index.js | 0 .../node_modules/resolve/test/subdirs.js | 13 + .../node_modules/resolve/test/symlinks.js | 176 + .../node_modules/safe-buffer/LICENSE | 21 + .../node_modules/safe-buffer/README.md | 584 + .../node_modules/safe-buffer/index.d.ts | 187 + .../node_modules/safe-buffer/index.js | 65 + .../node_modules/safe-buffer/package.json | 51 + .../node_modules/schema-utils/LICENSE | 20 + .../node_modules/schema-utils/README.md | 290 + .../declarations/ValidationError.d.ts | 74 + .../schema-utils/declarations/index.d.ts | 3 + .../declarations/keywords/absolutePath.d.ts | 10 + .../schema-utils/declarations/util/Range.d.ts | 79 + .../schema-utils/declarations/util/hints.d.ts | 3 + .../schema-utils/declarations/validate.d.ts | 37 + .../schema-utils/dist/ValidationError.js | 1271 + .../node_modules/schema-utils/dist/index.js | 11 + .../dist/keywords/absolutePath.js | 93 + .../schema-utils/dist/util/Range.js | 163 + .../schema-utils/dist/util/hints.js | 105 + .../schema-utils/dist/validate.js | 163 + .../node_modules/schema-utils/package.json | 78 + .../node_modules/semver/CHANGELOG.md | 70 + FantasticAnimals/node_modules/semver/LICENSE | 15 + .../node_modules/semver/README.md | 443 + .../node_modules/semver/bin/semver.js | 174 + .../node_modules/semver/package.json | 28 + .../node_modules/semver/range.bnf | 16 + .../node_modules/semver/semver.js | 1596 + .../node_modules/serialize-javascript/LICENSE | 27 + .../serialize-javascript/README.md | 142 + .../serialize-javascript/index.js | 268 + .../serialize-javascript/package.json | 36 + .../node_modules/shallow-clone/LICENSE | 21 + .../node_modules/shallow-clone/README.md | 153 + .../node_modules/shallow-clone/index.js | 83 + .../node_modules/shallow-clone/package.json | 64 + .../source-map-support/LICENSE.md | 21 + .../node_modules/source-map-support/README.md | 284 + .../browser-source-map-support.js | 114 + .../source-map-support/package.json | 31 + .../register-hook-require.js | 1 + .../source-map-support/register.js | 1 + .../source-map-support/source-map-support.js | 625 + .../node_modules/source-map/CHANGELOG.md | 301 + .../node_modules/source-map/LICENSE | 28 + .../node_modules/source-map/README.md | 742 + .../source-map/dist/source-map.debug.js | 3234 ++ .../source-map/dist/source-map.js | 3233 ++ .../source-map/dist/source-map.min.js | 2 + .../source-map/dist/source-map.min.js.map | 1 + .../node_modules/source-map/lib/array-set.js | 121 + .../node_modules/source-map/lib/base64-vlq.js | 140 + .../node_modules/source-map/lib/base64.js | 67 + .../source-map/lib/binary-search.js | 111 + .../source-map/lib/mapping-list.js | 79 + .../node_modules/source-map/lib/quick-sort.js | 114 + .../source-map/lib/source-map-consumer.js | 1145 + .../source-map/lib/source-map-generator.js | 425 + .../source-map/lib/source-node.js | 413 + .../node_modules/source-map/lib/util.js | 488 + .../node_modules/source-map/package.json | 73 + .../node_modules/source-map/source-map.d.ts | 98 + .../node_modules/source-map/source-map.js | 8 + .../supports-preserve-symlinks-flag/.eslintrc | 14 + .../.github/FUNDING.yml | 12 + .../supports-preserve-symlinks-flag/.nycrc | 9 + .../CHANGELOG.md | 22 + .../supports-preserve-symlinks-flag/LICENSE | 21 + .../supports-preserve-symlinks-flag/README.md | 42 + .../browser.js | 3 + .../supports-preserve-symlinks-flag/index.js | 9 + .../package.json | 70 + .../test/index.js | 29 + FantasticAnimals/node_modules/tapable/LICENSE | 21 + .../node_modules/tapable/README.md | 296 + .../tapable/lib/AsyncParallelBailHook.js | 85 + .../tapable/lib/AsyncParallelHook.js | 37 + .../tapable/lib/AsyncSeriesBailHook.js | 42 + .../tapable/lib/AsyncSeriesHook.js | 37 + .../tapable/lib/AsyncSeriesLoopHook.js | 37 + .../tapable/lib/AsyncSeriesWaterfallHook.js | 47 + .../node_modules/tapable/lib/Hook.js | 175 + .../tapable/lib/HookCodeFactory.js | 468 + .../node_modules/tapable/lib/HookMap.js | 61 + .../node_modules/tapable/lib/MultiHook.js | 54 + .../node_modules/tapable/lib/SyncBailHook.js | 51 + .../node_modules/tapable/lib/SyncHook.js | 46 + .../node_modules/tapable/lib/SyncLoopHook.js | 46 + .../tapable/lib/SyncWaterfallHook.js | 57 + .../node_modules/tapable/lib/index.js | 19 + .../node_modules/tapable/lib/util-browser.js | 16 + .../node_modules/tapable/package.json | 44 + .../node_modules/tapable/tapable.d.ts | 116 + .../terser-webpack-plugin/LICENSE | 20 + .../terser-webpack-plugin/README.md | 934 + .../terser-webpack-plugin/dist/index.js | 799 + .../terser-webpack-plugin/dist/minify.js | 50 + .../terser-webpack-plugin/dist/options.json | 164 + .../terser-webpack-plugin/dist/utils.js | 709 + .../terser-webpack-plugin/package.json | 114 + .../terser-webpack-plugin/types/index.d.ts | 329 + .../terser-webpack-plugin/types/minify.d.ts | 17 + .../terser-webpack-plugin/types/utils.d.ts | 101 + .../node_modules/terser/CHANGELOG.md | 520 + FantasticAnimals/node_modules/terser/LICENSE | 29 + .../node_modules/terser/PATRONS.md | 15 + .../node_modules/terser/README.md | 1374 + .../node_modules/terser/bin/package.json | 10 + .../node_modules/terser/bin/terser | 21 + .../node_modules/terser/bin/terser.mjs | 21 + .../node_modules/terser/bin/uglifyjs | 10 + .../node_modules/terser/dist/.gitkeep | 0 .../node_modules/terser/dist/bundle.min.js | 30209 ++++++++++++++++ .../node_modules/terser/dist/package.json | 10 + .../node_modules/terser/lib/ast.js | 3216 ++ .../node_modules/terser/lib/cli.js | 481 + .../terser/lib/compress/common.js | 344 + .../terser/lib/compress/compressor-flags.js | 63 + .../lib/compress/drop-side-effect-free.js | 359 + .../terser/lib/compress/evaluate.js | 462 + .../node_modules/terser/lib/compress/index.js | 4153 +++ .../terser/lib/compress/inference.js | 968 + .../terser/lib/compress/inline.js | 642 + .../terser/lib/compress/native-objects.js | 184 + .../terser/lib/compress/reduce-vars.js | 680 + .../terser/lib/compress/tighten-body.js | 1461 + .../node_modules/terser/lib/equivalent-to.js | 287 + .../node_modules/terser/lib/minify.js | 368 + .../node_modules/terser/lib/mozilla-ast.js | 1785 + .../node_modules/terser/lib/output.js | 2372 ++ .../node_modules/terser/lib/parse.js | 3389 ++ .../node_modules/terser/lib/propmangle.js | 376 + .../node_modules/terser/lib/scope.js | 1042 + .../node_modules/terser/lib/size.js | 494 + .../node_modules/terser/lib/sourcemap.js | 148 + .../node_modules/terser/lib/transform.js | 323 + .../terser/lib/utils/first_in_statement.js | 50 + .../node_modules/terser/lib/utils/index.js | 310 + FantasticAnimals/node_modules/terser/main.js | 27 + .../node_modules/terser/package.json | 154 + .../node_modules/terser/tools/domprops.js | 7786 ++++ .../node_modules/terser/tools/exit.cjs | 7 + .../node_modules/terser/tools/props.html | 55 + .../node_modules/terser/tools/terser.d.ts | 210 + .../node_modules/to-fast-properties/index.js | 27 + .../node_modules/to-fast-properties/license | 10 + .../to-fast-properties/package.json | 35 + .../node_modules/to-fast-properties/readme.md | 37 + .../LICENSE-MIT.txt | 20 + .../README.md | 58 + .../index.js | 60 + .../package.json | 34 + .../LICENSE-MIT.txt | 20 + .../README.md | 69 + .../index.js | 16 + .../package.json | 39 + .../LICENSE-MIT.txt | 20 + .../README.md | 72 + .../data/mappings.js | 730 + .../index.js | 19 + .../package.json | 39 + .../LICENSE-MIT.txt | 20 + .../README.md | 60 + .../index.js | 57 + .../package.json | 41 + .../update-browserslist-db/LICENSE | 20 + .../update-browserslist-db/README.md | 23 + .../check-npm-version.js | 16 + .../update-browserslist-db/cli.js | 42 + .../update-browserslist-db/index.d.ts | 6 + .../update-browserslist-db/index.js | 301 + .../update-browserslist-db/package.json | 38 + .../node_modules/watchpack/LICENSE | 20 + .../node_modules/watchpack/README.md | 149 + .../watchpack/lib/DirectoryWatcher.js | 786 + .../watchpack/lib/LinkResolver.js | 107 + .../watchpack/lib/getWatcherManager.js | 52 + .../node_modules/watchpack/lib/reducePlan.js | 138 + .../watchpack/lib/watchEventSource.js | 335 + .../node_modules/watchpack/lib/watchpack.js | 383 + .../node_modules/watchpack/package.json | 49 + .../node_modules/webpack-cli/LICENSE | 20 + .../node_modules/webpack-cli/README.md | 147 + .../node_modules/webpack-cli/bin/cli.js | 17 + .../webpack-cli/lib/bootstrap.d.ts | 1 + .../node_modules/webpack-cli/lib/bootstrap.js | 16 + .../node_modules/webpack-cli/lib/index.d.ts | 1 + .../node_modules/webpack-cli/lib/index.js | 22 + .../webpack-cli/lib/plugins/CLIPlugin.d.ts | 13 + .../webpack-cli/lib/plugins/CLIPlugin.js | 99 + .../node_modules/webpack-cli/lib/types.d.ts | 227 + .../node_modules/webpack-cli/lib/types.js | 2 + .../lib/utils/dynamic-import-loader.d.ts | 1 + .../lib/utils/dynamic-import-loader.js | 13 + .../webpack-cli/lib/webpack-cli.d.ts | 1 + .../webpack-cli/lib/webpack-cli.js | 1905 + .../node_modules/commander/CHANGELOG.md | 440 + .../node_modules/commander/LICENSE | 22 + .../node_modules/commander/Readme.md | 917 + .../node_modules/commander/esm.mjs | 4 + .../node_modules/commander/index.js | 2217 ++ .../commander/package-support.json | 16 + .../node_modules/commander/package.json | 68 + .../node_modules/commander/typings/index.d.ts | 627 + .../node_modules/webpack-cli/package.json | 68 + .../node_modules/webpack-merge/CHANGELOG.md | 426 + .../node_modules/webpack-merge/LICENSE | 20 + .../node_modules/webpack-merge/README.md | 314 + .../webpack-merge/dist/index.d.ts | 15 + .../node_modules/webpack-merge/dist/index.js | 263 + .../webpack-merge/dist/index.js.map | 1 + .../webpack-merge/dist/join-arrays.d.ts | 6 + .../webpack-merge/dist/join-arrays.js | 70 + .../webpack-merge/dist/join-arrays.js.map | 1 + .../webpack-merge/dist/merge-with.d.ts | 2 + .../webpack-merge/dist/merge-with.js | 38 + .../webpack-merge/dist/merge-with.js.map | 1 + .../webpack-merge/dist/types.d.ts | 14 + .../node_modules/webpack-merge/dist/types.js | 12 + .../webpack-merge/dist/types.js.map | 1 + .../webpack-merge/dist/unique.d.ts | 2 + .../node_modules/webpack-merge/dist/unique.js | 41 + .../webpack-merge/dist/unique.js.map | 1 + .../webpack-merge/dist/utils.d.ts | 5 + .../node_modules/webpack-merge/dist/utils.js | 24 + .../webpack-merge/dist/utils.js.map | 1 + .../node_modules/webpack-merge/package.json | 58 + .../node_modules/webpack-sources/LICENSE | 21 + .../node_modules/webpack-sources/README.md | 228 + .../webpack-sources/lib/CachedSource.js | 274 + .../webpack-sources/lib/CompatSource.js | 66 + .../webpack-sources/lib/ConcatSource.js | 319 + .../webpack-sources/lib/OriginalSource.js | 135 + .../webpack-sources/lib/PrefixSource.js | 114 + .../webpack-sources/lib/RawSource.js | 81 + .../webpack-sources/lib/ReplaceSource.js | 467 + .../webpack-sources/lib/SizeOnlySource.js | 42 + .../webpack-sources/lib/Source.js | 38 + .../webpack-sources/lib/SourceMapSource.js | 247 + .../lib/helpers/createMappingsSerializer.js | 206 + .../lib/helpers/getFromStreamChunks.js | 129 + .../lib/helpers/getGeneratedSourceInfo.js | 33 + .../webpack-sources/lib/helpers/getName.js | 14 + .../webpack-sources/lib/helpers/getSource.js | 17 + .../lib/helpers/readMappings.js | 116 + .../lib/helpers/splitIntoLines.js | 21 + .../lib/helpers/splitIntoPotentialTokens.js | 41 + .../lib/helpers/streamAndGetSourceAndMap.js | 102 + .../lib/helpers/streamChunks.js | 36 + .../streamChunksOfCombinedSourceMap.js | 329 + .../lib/helpers/streamChunksOfRawSource.js | 34 + .../lib/helpers/streamChunksOfSourceMap.js | 412 + .../node_modules/webpack-sources/lib/index.js | 30 + .../node_modules/webpack-sources/package.json | 58 + FantasticAnimals/node_modules/webpack/LICENSE | 20 + .../node_modules/webpack/README.md | 718 + .../node_modules/webpack/SECURITY.md | 9 + .../node_modules/webpack/bin/webpack.js | 163 + .../node_modules/webpack/hot/dev-server.js | 61 + .../node_modules/webpack/hot/emitter.js | 2 + .../webpack/hot/lazy-compilation-node.js | 40 + .../webpack/hot/lazy-compilation-web.js | 74 + .../webpack/hot/log-apply-result.js | 44 + .../node_modules/webpack/hot/log.js | 59 + .../webpack/hot/only-dev-server.js | 102 + .../node_modules/webpack/hot/poll.js | 37 + .../node_modules/webpack/hot/signal.js | 62 + .../node_modules/webpack/lib/APIPlugin.js | 253 + .../webpack/lib/AbstractMethodError.js | 49 + .../webpack/lib/AsyncDependenciesBlock.js | 106 + .../lib/AsyncDependencyToInitialChunkError.js | 31 + .../webpack/lib/AutomaticPrefetchPlugin.js | 65 + .../node_modules/webpack/lib/BannerPlugin.js | 125 + .../node_modules/webpack/lib/Cache.js | 161 + .../node_modules/webpack/lib/CacheFacade.js | 345 + .../lib/CaseSensitiveModulesWarning.js | 71 + .../node_modules/webpack/lib/Chunk.js | 820 + .../node_modules/webpack/lib/ChunkGraph.js | 1814 + .../node_modules/webpack/lib/ChunkGroup.js | 584 + .../webpack/lib/ChunkRenderError.js | 31 + .../node_modules/webpack/lib/ChunkTemplate.js | 138 + .../node_modules/webpack/lib/CleanPlugin.js | 420 + .../webpack/lib/CodeGenerationError.js | 29 + .../webpack/lib/CodeGenerationResults.js | 155 + .../webpack/lib/CommentCompilationWarning.js | 33 + .../webpack/lib/CompatibilityPlugin.js | 152 + .../node_modules/webpack/lib/Compilation.js | 5298 +++ .../node_modules/webpack/lib/Compiler.js | 1230 + .../webpack/lib/ConcatenationScope.js | 159 + .../webpack/lib/ConcurrentCompilationError.js | 18 + .../webpack/lib/ConditionalInitFragment.js | 112 + .../node_modules/webpack/lib/ConstPlugin.js | 497 + .../webpack/lib/ContextExclusionPlugin.js | 32 + .../node_modules/webpack/lib/ContextModule.js | 1170 + .../webpack/lib/ContextModuleFactory.js | 433 + .../webpack/lib/ContextReplacementPlugin.js | 157 + .../node_modules/webpack/lib/DefinePlugin.js | 601 + .../webpack/lib/DelegatedModule.js | 239 + .../lib/DelegatedModuleFactoryPlugin.js | 91 + .../webpack/lib/DelegatedPlugin.js | 43 + .../webpack/lib/DependenciesBlock.js | 107 + .../node_modules/webpack/lib/Dependency.js | 355 + .../webpack/lib/DependencyTemplate.js | 57 + .../webpack/lib/DependencyTemplates.js | 67 + .../webpack/lib/DllEntryPlugin.js | 55 + .../node_modules/webpack/lib/DllModule.js | 157 + .../webpack/lib/DllModuleFactory.js | 37 + .../node_modules/webpack/lib/DllPlugin.js | 68 + .../webpack/lib/DllReferencePlugin.js | 162 + .../webpack/lib/DynamicEntryPlugin.js | 79 + .../webpack/lib/EntryOptionPlugin.js | 93 + .../node_modules/webpack/lib/EntryPlugin.js | 67 + .../node_modules/webpack/lib/Entrypoint.js | 101 + .../webpack/lib/EnvironmentPlugin.js | 63 + .../node_modules/webpack/lib/ErrorHelpers.js | 61 + .../webpack/lib/EvalDevToolModulePlugin.js | 117 + .../webpack/lib/EvalSourceMapDevToolPlugin.js | 206 + .../node_modules/webpack/lib/ExportsInfo.js | 1523 + .../webpack/lib/ExportsInfoApiPlugin.js | 71 + .../webpack/lib/ExternalModule.js | 758 + .../lib/ExternalModuleFactoryPlugin.js | 254 + .../webpack/lib/ExternalsPlugin.js | 37 + .../webpack/lib/FileSystemInfo.js | 3588 ++ .../webpack/lib/FlagAllModulesAsUsedPlugin.js | 55 + .../lib/FlagDependencyExportsPlugin.js | 417 + .../webpack/lib/FlagDependencyUsagePlugin.js | 347 + .../lib/FlagEntryExportAsUsedPlugin.js | 53 + .../node_modules/webpack/lib/Generator.js | 149 + .../node_modules/webpack/lib/GraphHelpers.js | 37 + .../webpack/lib/HarmonyLinkingError.js | 16 + .../webpack/lib/HookWebpackError.js | 93 + .../webpack/lib/HotModuleReplacementPlugin.js | 778 + .../webpack/lib/HotUpdateChunk.js | 19 + .../webpack/lib/IgnoreErrorModuleFactory.js | 39 + .../node_modules/webpack/lib/IgnorePlugin.js | 83 + .../webpack/lib/IgnoreWarningsPlugin.js | 39 + .../node_modules/webpack/lib/InitFragment.js | 161 + .../lib/InvalidDependenciesModuleWarning.js | 44 + .../webpack/lib/JavascriptMetaInfoPlugin.js | 68 + .../webpack/lib/LibManifestPlugin.js | 115 + .../webpack/lib/LibraryTemplatePlugin.js | 48 + .../webpack/lib/LoaderOptionsPlugin.js | 71 + .../webpack/lib/LoaderTargetPlugin.js | 37 + .../node_modules/webpack/lib/MainTemplate.js | 329 + .../node_modules/webpack/lib/Module.js | 1094 + .../webpack/lib/ModuleBuildError.js | 77 + .../webpack/lib/ModuleDependencyError.js | 40 + .../webpack/lib/ModuleDependencyWarning.js | 45 + .../node_modules/webpack/lib/ModuleError.js | 61 + .../node_modules/webpack/lib/ModuleFactory.js | 50 + .../webpack/lib/ModuleFilenameHelpers.js | 277 + .../node_modules/webpack/lib/ModuleGraph.js | 856 + .../webpack/lib/ModuleGraphConnection.js | 191 + .../webpack/lib/ModuleHashingError.js | 29 + .../webpack/lib/ModuleInfoHeaderPlugin.js | 255 + .../webpack/lib/ModuleNotFoundError.js | 86 + .../webpack/lib/ModuleParseError.js | 109 + .../node_modules/webpack/lib/ModuleProfile.js | 107 + .../webpack/lib/ModuleRestoreError.js | 42 + .../webpack/lib/ModuleStoreError.js | 42 + .../webpack/lib/ModuleTemplate.js | 142 + .../node_modules/webpack/lib/ModuleWarning.js | 61 + .../node_modules/webpack/lib/MultiCompiler.js | 582 + .../node_modules/webpack/lib/MultiStats.js | 166 + .../node_modules/webpack/lib/MultiWatching.js | 77 + .../webpack/lib/NoEmitOnErrorsPlugin.js | 28 + .../node_modules/webpack/lib/NoModeWarning.js | 22 + .../webpack/lib/NodeStuffInWebError.js | 34 + .../webpack/lib/NodeStuffPlugin.js | 186 + .../node_modules/webpack/lib/NormalModule.js | 1412 + .../webpack/lib/NormalModuleFactory.js | 1118 + .../lib/NormalModuleReplacementPlugin.js | 71 + .../node_modules/webpack/lib/NullFactory.js | 23 + .../webpack/lib/OptimizationStages.js | 10 + .../node_modules/webpack/lib/OptionsApply.js | 11 + .../node_modules/webpack/lib/Parser.js | 38 + .../webpack/lib/PrefetchPlugin.js | 50 + .../webpack/lib/ProgressPlugin.js | 613 + .../node_modules/webpack/lib/ProvidePlugin.js | 101 + .../node_modules/webpack/lib/RawModule.js | 152 + .../webpack/lib/RecordIdsPlugin.js | 238 + .../webpack/lib/RequestShortener.js | 34 + .../webpack/lib/RequireJsStuffPlugin.js | 77 + .../webpack/lib/ResolverFactory.js | 151 + .../webpack/lib/RuntimeGlobals.js | 381 + .../node_modules/webpack/lib/RuntimeModule.js | 213 + .../node_modules/webpack/lib/RuntimePlugin.js | 469 + .../webpack/lib/RuntimeTemplate.js | 1041 + .../webpack/lib/SelfModuleFactory.js | 21 + .../webpack/lib/SingleEntryPlugin.js | 8 + .../webpack/lib/SizeFormatHelpers.js | 27 + .../SourceMapDevToolModuleOptionsPlugin.js | 57 + .../webpack/lib/SourceMapDevToolPlugin.js | 560 + .../node_modules/webpack/lib/Stats.js | 84 + .../node_modules/webpack/lib/Template.js | 419 + .../webpack/lib/TemplatedPathPlugin.js | 346 + .../webpack/lib/UnhandledSchemeError.js | 33 + .../webpack/lib/UnsupportedFeatureWarning.js | 32 + .../webpack/lib/UseStrictPlugin.js | 56 + .../lib/WarnCaseSensitiveModulesPlugin.js | 53 + .../webpack/lib/WarnDeprecatedOptionPlugin.js | 54 + .../webpack/lib/WarnNoModeSetPlugin.js | 25 + .../webpack/lib/WatchIgnorePlugin.js | 132 + .../node_modules/webpack/lib/Watching.js | 479 + .../node_modules/webpack/lib/WebpackError.js | 61 + .../webpack/lib/WebpackIsIncludedPlugin.js | 85 + .../webpack/lib/WebpackOptionsApply.js | 700 + .../webpack/lib/WebpackOptionsDefaulter.js | 19 + .../webpack/lib/asset/AssetGenerator.js | 491 + .../webpack/lib/asset/AssetModulesPlugin.js | 223 + .../webpack/lib/asset/AssetParser.js | 57 + .../webpack/lib/asset/AssetSourceGenerator.js | 96 + .../webpack/lib/asset/AssetSourceParser.js | 32 + .../webpack/lib/asset/RawDataUrlModule.js | 148 + .../AwaitDependenciesInitFragment.js | 69 + .../async-modules/InferAsyncModulesPlugin.js | 55 + .../webpack/lib/buildChunkGraph.js | 1401 + .../lib/cache/AddBuildDependenciesPlugin.js | 33 + .../lib/cache/AddManagedPathsPlugin.js | 35 + .../webpack/lib/cache/IdleFileCachePlugin.js | 227 + .../webpack/lib/cache/MemoryCachePlugin.js | 57 + .../lib/cache/MemoryWithGcCachePlugin.js | 129 + .../lib/cache/PackFileCacheStrategy.js | 1430 + .../webpack/lib/cache/ResolverCachePlugin.js | 354 + .../webpack/lib/cache/getLazyHashedEtag.js | 81 + .../webpack/lib/cache/mergeEtags.js | 74 + .../node_modules/webpack/lib/cli.js | 655 + .../lib/config/browserslistTargetHandler.js | 333 + .../webpack/lib/config/defaults.js | 1325 + .../webpack/lib/config/normalization.js | 529 + .../node_modules/webpack/lib/config/target.js | 348 + .../lib/container/ContainerEntryDependency.js | 47 + .../lib/container/ContainerEntryModule.js | 283 + .../container/ContainerEntryModuleFactory.js | 27 + .../container/ContainerExposedDependency.js | 52 + .../webpack/lib/container/ContainerPlugin.js | 105 + .../lib/container/ContainerReferencePlugin.js | 142 + .../lib/container/FallbackDependency.js | 51 + .../lib/container/FallbackItemDependency.js | 30 + .../webpack/lib/container/FallbackModule.js | 173 + .../lib/container/FallbackModuleFactory.js | 27 + .../lib/container/ModuleFederationPlugin.js | 94 + .../webpack/lib/container/RemoteModule.js | 171 + .../lib/container/RemoteRuntimeModule.js | 129 + .../container/RemoteToExternalDependency.js | 30 + .../webpack/lib/container/options.js | 91 + .../webpack/lib/css/CssExportsGenerator.js | 139 + .../webpack/lib/css/CssGenerator.js | 109 + .../lib/css/CssLoadingRuntimeModule.js | 442 + .../webpack/lib/css/CssModulesPlugin.js | 462 + .../node_modules/webpack/lib/css/CssParser.js | 618 + .../webpack/lib/css/walkCssTokens.js | 659 + .../webpack/lib/debug/ProfilingPlugin.js | 454 + .../lib/dependencies/AMDDefineDependency.js | 221 + .../AMDDefineDependencyParserPlugin.js | 354 + .../webpack/lib/dependencies/AMDPlugin.js | 216 + .../dependencies/AMDRequireArrayDependency.js | 99 + .../AMDRequireContextDependency.js | 53 + .../AMDRequireDependenciesBlock.js | 22 + ...AMDRequireDependenciesBlockParserPlugin.js | 279 + .../lib/dependencies/AMDRequireDependency.js | 174 + .../dependencies/AMDRequireItemDependency.js | 35 + .../lib/dependencies/AMDRuntimeModules.js | 48 + .../lib/dependencies/CachedConstDependency.js | 106 + .../dependencies/CommonJsDependencyHelpers.js | 49 + .../CommonJsExportRequireDependency.js | 374 + .../dependencies/CommonJsExportsDependency.js | 160 + .../CommonJsExportsParserPlugin.js | 335 + .../CommonJsFullRequireDependency.js | 136 + .../CommonJsImportsParserPlugin.js | 669 + .../lib/dependencies/CommonJsPlugin.js | 280 + .../CommonJsRequireContextDependency.js | 55 + .../dependencies/CommonJsRequireDependency.js | 35 + .../CommonJsSelfReferenceDependency.js | 141 + .../lib/dependencies/ConstDependency.js | 108 + .../lib/dependencies/ContextDependency.js | 160 + .../dependencies/ContextDependencyHelpers.js | 245 + .../ContextDependencyTemplateAsId.js | 61 + .../ContextDependencyTemplateAsRequireCall.js | 59 + .../dependencies/ContextElementDependency.js | 93 + .../dependencies/CreateScriptUrlDependency.js | 66 + .../dependencies/CriticalDependencyWarning.js | 25 + .../lib/dependencies/CssExportDependency.js | 85 + .../lib/dependencies/CssImportDependency.js | 75 + .../CssLocalIdentifierDependency.js | 119 + .../CssSelfLocalIdentifierDependency.js | 101 + .../lib/dependencies/CssUrlDependency.js | 132 + .../dependencies/DelegatedSourceDependency.js | 30 + .../lib/dependencies/DllEntryDependency.js | 47 + .../lib/dependencies/DynamicExports.js | 69 + .../lib/dependencies/EntryDependency.js | 30 + .../lib/dependencies/ExportsInfoDependency.js | 143 + .../dependencies/HarmonyAcceptDependency.js | 134 + .../HarmonyAcceptImportDependency.js | 37 + .../HarmonyCompatibilityDependency.js | 91 + .../HarmonyDetectionParserPlugin.js | 97 + ...rmonyEvaluatedImportSpecifierDependency.js | 127 + .../HarmonyExportDependencyParserPlugin.js | 185 + .../HarmonyExportExpressionDependency.js | 190 + .../HarmonyExportHeaderDependency.js | 65 + ...armonyExportImportedSpecifierDependency.js | 1271 + .../dependencies/HarmonyExportInitFragment.js | 168 + .../HarmonyExportSpecifierDependency.js | 111 + .../lib/dependencies/HarmonyExports.js | 40 + .../dependencies/HarmonyImportDependency.js | 359 + .../HarmonyImportDependencyParserPlugin.js | 340 + .../HarmonyImportSideEffectDependency.js | 80 + .../HarmonyImportSpecifierDependency.js | 345 + .../lib/dependencies/HarmonyModulesPlugin.js | 131 + .../HarmonyTopLevelThisParserPlugin.js | 27 + .../dependencies/ImportContextDependency.js | 52 + .../lib/dependencies/ImportDependency.js | 101 + .../lib/dependencies/ImportEagerDependency.js | 69 + .../ImportMetaContextDependency.js | 35 + ...ImportMetaContextDependencyParserPlugin.js | 252 + .../dependencies/ImportMetaContextPlugin.js | 59 + .../ImportMetaHotAcceptDependency.js | 35 + .../ImportMetaHotDeclineDependency.js | 36 + .../lib/dependencies/ImportMetaPlugin.js | 203 + .../lib/dependencies/ImportParserPlugin.js | 273 + .../webpack/lib/dependencies/ImportPlugin.js | 82 + .../lib/dependencies/ImportWeakDependency.js | 67 + .../lib/dependencies/JsonExportsDependency.js | 99 + .../lib/dependencies/LoaderDependency.js | 40 + .../dependencies/LoaderImportDependency.js | 41 + .../webpack/lib/dependencies/LoaderPlugin.js | 261 + .../webpack/lib/dependencies/LocalModule.js | 44 + .../lib/dependencies/LocalModuleDependency.js | 69 + .../lib/dependencies/LocalModulesHelpers.js | 50 + .../dependencies/ModuleDecoratorDependency.js | 129 + .../lib/dependencies/ModuleDependency.js | 91 + .../ModuleDependencyTemplateAsId.js | 34 + .../ModuleDependencyTemplateAsRequireId.js | 38 + .../dependencies/ModuleHotAcceptDependency.js | 35 + .../ModuleHotDeclineDependency.js | 36 + .../lib/dependencies/NullDependency.js | 40 + .../lib/dependencies/PrefetchDependency.js | 24 + .../lib/dependencies/ProvidedDependency.js | 145 + .../dependencies/PureExpressionDependency.js | 128 + .../dependencies/RequireContextDependency.js | 31 + .../RequireContextDependencyParserPlugin.js | 58 + .../lib/dependencies/RequireContextPlugin.js | 150 + .../RequireEnsureDependenciesBlock.js | 22 + ...uireEnsureDependenciesBlockParserPlugin.js | 121 + .../dependencies/RequireEnsureDependency.js | 101 + .../RequireEnsureItemDependency.js | 33 + .../lib/dependencies/RequireEnsurePlugin.js | 66 + .../dependencies/RequireHeaderDependency.js | 57 + .../dependencies/RequireIncludeDependency.js | 74 + .../RequireIncludeDependencyParserPlugin.js | 77 + .../lib/dependencies/RequireIncludePlugin.js | 42 + .../RequireResolveContextDependency.js | 50 + .../dependencies/RequireResolveDependency.js | 52 + .../RequireResolveHeaderDependency.js | 63 + .../RuntimeRequirementsDependency.js | 77 + .../dependencies/StaticExportsDependency.js | 66 + .../webpack/lib/dependencies/SystemPlugin.js | 140 + .../lib/dependencies/SystemRuntimeModule.js | 35 + .../webpack/lib/dependencies/URLDependency.js | 158 + .../webpack/lib/dependencies/URLPlugin.js | 135 + .../lib/dependencies/UnsupportedDependency.js | 69 + .../WebAssemblyExportImportedDependency.js | 79 + .../WebAssemblyImportDependency.js | 100 + .../WebpackIsIncludedDependency.js | 80 + .../lib/dependencies/WorkerDependency.js | 89 + .../webpack/lib/dependencies/WorkerPlugin.js | 416 + .../lib/dependencies/getFunctionExpression.js | 55 + .../lib/dependencies/processExportInfo.js | 65 + .../lib/electron/ElectronTargetPlugin.js | 68 + .../webpack/lib/errors/BuildCycleError.js | 27 + .../esm/ExportWebpackRequireRuntimeModule.js | 29 + .../lib/esm/ModuleChunkFormatPlugin.js | 202 + .../lib/esm/ModuleChunkLoadingPlugin.js | 78 + .../esm/ModuleChunkLoadingRuntimeModule.js | 242 + .../webpack/lib/formatLocation.js | 68 + .../lib/hmr/HotModuleReplacement.runtime.js | 409 + .../hmr/HotModuleReplacementRuntimeModule.js | 42 + .../JavascriptHotModuleReplacement.runtime.js | 463 + .../webpack/lib/hmr/LazyCompilationPlugin.js | 418 + .../webpack/lib/hmr/lazyCompilationBackend.js | 143 + .../lib/ids/ChunkModuleIdRangePlugin.js | 80 + .../lib/ids/DeterministicChunkIdsPlugin.js | 70 + .../lib/ids/DeterministicModuleIdsPlugin.js | 93 + .../webpack/lib/ids/HashedModuleIdsPlugin.js | 77 + .../node_modules/webpack/lib/ids/IdHelpers.js | 477 + .../webpack/lib/ids/NamedChunkIdsPlugin.js | 81 + .../webpack/lib/ids/NamedModuleIdsPlugin.js | 58 + .../webpack/lib/ids/NaturalChunkIdsPlugin.js | 33 + .../webpack/lib/ids/NaturalModuleIdsPlugin.js | 39 + .../lib/ids/OccurrenceChunkIdsPlugin.js | 80 + .../lib/ids/OccurrenceModuleIdsPlugin.js | 159 + .../webpack/lib/ids/SyncModuleIdsPlugin.js | 140 + .../node_modules/webpack/lib/index.js | 583 + .../ArrayPushCallbackChunkFormatPlugin.js | 154 + .../javascript/BasicEvaluatedExpression.js | 483 + .../webpack/lib/javascript/ChunkHelpers.js | 33 + .../javascript/CommonJsChunkFormatPlugin.js | 172 + .../javascript/EnableChunkLoadingPlugin.js | 118 + .../lib/javascript/JavascriptGenerator.js | 225 + .../lib/javascript/JavascriptModulesPlugin.js | 1370 + .../lib/javascript/JavascriptParser.js | 3828 ++ .../lib/javascript/JavascriptParserHelpers.js | 107 + .../webpack/lib/javascript/StartupHelpers.js | 132 + .../node_modules/webpack/lib/json/JsonData.js | 49 + .../webpack/lib/json/JsonGenerator.js | 191 + .../webpack/lib/json/JsonModulesPlugin.js | 50 + .../webpack/lib/json/JsonParser.js | 55 + .../lib/library/AbstractLibraryPlugin.js | 297 + .../webpack/lib/library/AmdLibraryPlugin.js | 162 + .../lib/library/AssignLibraryPlugin.js | 375 + .../lib/library/EnableLibraryPlugin.js | 248 + .../library/ExportPropertyLibraryPlugin.js | 113 + .../webpack/lib/library/JsonpLibraryPlugin.js | 88 + .../lib/library/ModuleLibraryPlugin.js | 104 + .../lib/library/SystemLibraryPlugin.js | 233 + .../webpack/lib/library/UmdLibraryPlugin.js | 326 + .../webpack/lib/logging/Logger.js | 163 + .../lib/logging/createConsoleLogger.js | 228 + .../webpack/lib/logging/runtime.js | 46 + .../webpack/lib/logging/truncateArgs.js | 82 + .../lib/node/CommonJsChunkLoadingPlugin.js | 105 + .../webpack/lib/node/NodeEnvironmentPlugin.js | 60 + .../webpack/lib/node/NodeSourcePlugin.js | 19 + .../webpack/lib/node/NodeTargetPlugin.js | 81 + .../webpack/lib/node/NodeTemplatePlugin.js | 33 + .../webpack/lib/node/NodeWatchFileSystem.js | 194 + .../node/ReadFileChunkLoadingRuntimeModule.js | 291 + .../node/ReadFileCompileAsyncWasmPlugin.js | 107 + .../lib/node/ReadFileCompileWasmPlugin.js | 93 + .../node/RequireChunkLoadingRuntimeModule.js | 238 + .../webpack/lib/node/nodeConsole.js | 143 + .../lib/optimize/AggressiveMergingPlugin.js | 92 + .../lib/optimize/AggressiveSplittingPlugin.js | 329 + .../lib/optimize/ConcatenatedModule.js | 1903 + .../optimize/EnsureChunkConditionsPlugin.js | 85 + .../lib/optimize/FlagIncludedChunksPlugin.js | 118 + .../webpack/lib/optimize/InnerGraph.js | 346 + .../webpack/lib/optimize/InnerGraphPlugin.js | 368 + .../lib/optimize/LimitChunkCountPlugin.js | 256 + .../lib/optimize/MangleExportsPlugin.js | 177 + .../optimize/MergeDuplicateChunksPlugin.js | 115 + .../lib/optimize/MinChunkSizePlugin.js | 113 + .../webpack/lib/optimize/MinMaxSizeWarning.js | 30 + .../lib/optimize/ModuleConcatenationPlugin.js | 885 + .../lib/optimize/RealContentHashPlugin.js | 408 + .../lib/optimize/RemoveEmptyChunksPlugin.js | 57 + .../lib/optimize/RemoveParentModulesPlugin.js | 121 + .../lib/optimize/RuntimeChunkPlugin.js | 44 + .../lib/optimize/SideEffectsFlagPlugin.js | 337 + .../webpack/lib/optimize/SplitChunksPlugin.js | 1723 + .../performance/AssetsOverSizeLimitWarning.js | 32 + .../EntrypointsOverSizeLimitWarning.js | 35 + .../lib/performance/NoAsyncChunksWarning.js | 20 + .../lib/performance/SizeLimitsPlugin.js | 165 + .../ChunkPrefetchFunctionRuntimeModule.js | 44 + .../prefetch/ChunkPrefetchPreloadPlugin.js | 95 + .../ChunkPrefetchStartupRuntimeModule.js | 52 + .../ChunkPrefetchTriggerRuntimeModule.js | 49 + .../ChunkPreloadTriggerRuntimeModule.js | 43 + .../lib/rules/BasicEffectRulePlugin.js | 39 + .../lib/rules/BasicMatcherRulePlugin.js | 47 + .../lib/rules/ObjectMatcherRulePlugin.js | 47 + .../webpack/lib/rules/RuleSetCompiler.js | 379 + .../webpack/lib/rules/UseEffectRulePlugin.js | 194 + .../lib/runtime/AsyncModuleRuntimeModule.js | 130 + .../runtime/AutoPublicPathRuntimeModule.js | 69 + .../lib/runtime/BaseUriRuntimeModule.js | 31 + .../lib/runtime/ChunkNameRuntimeModule.js | 27 + .../CompatGetDefaultExportRuntimeModule.js | 37 + .../lib/runtime/CompatRuntimeModule.js | 78 + .../CreateFakeNamespaceObjectRuntimeModule.js | 66 + .../lib/runtime/CreateScriptRuntimeModule.js | 36 + .../runtime/CreateScriptUrlRuntimeModule.js | 36 + .../DefinePropertyGettersRuntimeModule.js | 39 + .../lib/runtime/EnsureChunkRuntimeModule.js | 54 + .../runtime/GetChunkFilenameRuntimeModule.js | 282 + .../lib/runtime/GetFullHashRuntimeModule.js | 29 + .../runtime/GetMainFilenameRuntimeModule.js | 44 + .../GetTrustedTypesPolicyRuntimeModule.js | 76 + .../lib/runtime/GlobalRuntimeModule.js | 47 + .../runtime/HasOwnPropertyRuntimeModule.js | 32 + .../lib/runtime/HelperRuntimeModule.js | 18 + .../lib/runtime/LoadScriptRuntimeModule.js | 160 + .../MakeNamespaceObjectRuntimeModule.js | 36 + .../webpack/lib/runtime/NonceRuntimeModule.js | 24 + .../runtime/OnChunksLoadedRuntimeModule.js | 76 + .../lib/runtime/PublicPathRuntimeModule.js | 30 + .../lib/runtime/RelativeUrlRuntimeModule.js | 41 + .../lib/runtime/RuntimeIdRuntimeModule.js | 28 + .../runtime/StartupChunkDependenciesPlugin.js | 74 + .../StartupChunkDependenciesRuntimeModule.js | 67 + .../runtime/StartupEntrypointRuntimeModule.js | 50 + .../lib/runtime/SystemContextRuntimeModule.js | 25 + .../webpack/lib/schemes/DataUriPlugin.js | 56 + .../webpack/lib/schemes/FileUriPlugin.js | 49 + .../webpack/lib/schemes/HttpUriPlugin.js | 1118 + .../lib/serialization/ArraySerializer.js | 22 + .../lib/serialization/BinaryMiddleware.js | 950 + .../lib/serialization/DateObjectSerializer.js | 16 + .../serialization/ErrorObjectSerializer.js | 27 + .../lib/serialization/FileMiddleware.js | 665 + .../lib/serialization/MapObjectSerializer.js | 31 + .../NullPrototypeObjectSerializer.js | 33 + .../lib/serialization/ObjectMiddleware.js | 734 + .../serialization/PlainObjectSerializer.js | 80 + .../serialization/RegExpObjectSerializer.js | 17 + .../webpack/lib/serialization/Serializer.js | 46 + .../lib/serialization/SerializerMiddleware.js | 153 + .../lib/serialization/SetObjectSerializer.js | 24 + .../lib/serialization/SingleItemMiddleware.js | 34 + .../webpack/lib/serialization/types.js | 13 + .../ConsumeSharedFallbackDependency.js | 30 + .../lib/sharing/ConsumeSharedModule.js | 251 + .../lib/sharing/ConsumeSharedPlugin.js | 319 + .../lib/sharing/ConsumeSharedRuntimeModule.js | 360 + .../lib/sharing/ProvideForSharedDependency.js | 34 + .../lib/sharing/ProvideSharedDependency.js | 63 + .../lib/sharing/ProvideSharedModule.js | 184 + .../lib/sharing/ProvideSharedModuleFactory.js | 35 + .../lib/sharing/ProvideSharedPlugin.js | 236 + .../webpack/lib/sharing/SharePlugin.js | 92 + .../webpack/lib/sharing/ShareRuntimeModule.js | 141 + .../lib/sharing/resolveMatchedConfigs.js | 91 + .../node_modules/webpack/lib/sharing/utils.js | 90 + .../lib/stats/DefaultStatsFactoryPlugin.js | 2398 ++ .../lib/stats/DefaultStatsPresetPlugin.js | 326 + .../lib/stats/DefaultStatsPrinterPlugin.js | 1380 + .../webpack/lib/stats/StatsFactory.js | 292 + .../webpack/lib/stats/StatsPrinter.js | 249 + .../webpack/lib/util/ArrayHelpers.js | 44 + .../webpack/lib/util/ArrayQueue.js | 111 + .../webpack/lib/util/AsyncQueue.js | 373 + .../node_modules/webpack/lib/util/Hash.js | 35 + .../webpack/lib/util/IterableHelpers.js | 46 + .../webpack/lib/util/LazyBucketSortedSet.js | 236 + .../node_modules/webpack/lib/util/LazySet.js | 208 + .../webpack/lib/util/MapHelpers.js | 22 + .../lib/util/ParallelismFactorCalculator.js | 59 + .../node_modules/webpack/lib/util/Queue.js | 51 + .../webpack/lib/util/Semaphore.js | 54 + .../webpack/lib/util/SetHelpers.js | 94 + .../webpack/lib/util/SortableSet.js | 160 + .../webpack/lib/util/StackedCacheMap.js | 110 + .../webpack/lib/util/StackedMap.js | 166 + .../webpack/lib/util/StringXor.js | 55 + .../webpack/lib/util/TupleQueue.js | 61 + .../node_modules/webpack/lib/util/TupleSet.js | 150 + .../webpack/lib/util/URLAbsoluteSpecifier.js | 87 + .../webpack/lib/util/WeakTupleMap.js | 171 + .../webpack/lib/util/binarySearchBounds.js | 86 + .../webpack/lib/util/cleverMerge.js | 568 + .../webpack/lib/util/comparators.js | 459 + .../webpack/lib/util/compileBooleanMatcher.js | 206 + .../lib/util/create-schema-validation.js | 28 + .../webpack/lib/util/createHash.js | 171 + .../webpack/lib/util/deprecation.js | 264 + .../webpack/lib/util/deterministicGrouping.js | 508 + .../webpack/lib/util/extractUrlAndGlobal.js | 18 + .../webpack/lib/util/findGraphRoots.js | 229 + .../node_modules/webpack/lib/util/fs.js | 337 + .../webpack/lib/util/hash/BatchedHash.js | 68 + .../node_modules/webpack/lib/util/hash/md4.js | 20 + .../webpack/lib/util/hash/wasm-hash.js | 163 + .../webpack/lib/util/hash/xxhash64.js | 20 + .../webpack/lib/util/identifier.js | 377 + .../webpack/lib/util/internalSerializables.js | 213 + .../webpack/lib/util/makeSerializable.js | 30 + .../node_modules/webpack/lib/util/memoize.js | 32 + .../webpack/lib/util/nonNumericOnlyHash.js | 22 + .../webpack/lib/util/numberHash.js | 45 + .../webpack/lib/util/objectToMap.js | 15 + .../webpack/lib/util/processAsyncTree.js | 62 + .../webpack/lib/util/propertyAccess.js | 78 + .../lib/util/registerExternalSerializer.js | 337 + .../node_modules/webpack/lib/util/runtime.js | 623 + .../node_modules/webpack/lib/util/semver.js | 484 + .../webpack/lib/util/serialization.js | 128 + .../webpack/lib/util/smartGrouping.js | 206 + .../node_modules/webpack/lib/util/source.js | 61 + .../webpack/lib/validateSchema.js | 175 + .../AsyncWasmLoadingRuntimeModule.js | 78 + .../wasm-async/AsyncWebAssemblyGenerator.js | 53 + .../AsyncWebAssemblyJavascriptGenerator.js | 194 + .../AsyncWebAssemblyModulesPlugin.js | 198 + .../lib/wasm-async/AsyncWebAssemblyParser.js | 75 + .../UnsupportedWebAssemblyFeatureError.js | 16 + .../WasmChunkLoadingRuntimeModule.js | 372 + .../wasm-sync/WasmFinalizeExportsPlugin.js | 82 + .../lib/wasm-sync/WebAssemblyGenerator.js | 501 + .../WebAssemblyInInitialChunkError.js | 106 + .../WebAssemblyJavascriptGenerator.js | 216 + .../lib/wasm-sync/WebAssemblyModulesPlugin.js | 142 + .../lib/wasm-sync/WebAssemblyParser.js | 192 + .../webpack/lib/wasm-sync/WebAssemblyUtils.js | 65 + .../lib/wasm/EnableWasmLoadingPlugin.js | 118 + .../lib/web/FetchCompileAsyncWasmPlugin.js | 62 + .../webpack/lib/web/FetchCompileWasmPlugin.js | 71 + .../lib/web/JsonpChunkLoadingPlugin.js | 91 + .../lib/web/JsonpChunkLoadingRuntimeModule.js | 453 + .../webpack/lib/web/JsonpTemplatePlugin.js | 38 + .../node_modules/webpack/lib/webpack.js | 171 + .../ImportScriptsChunkLoadingPlugin.js | 94 + .../ImportScriptsChunkLoadingRuntimeModule.js | 238 + .../lib/webworker/WebWorkerTemplatePlugin.js | 25 + .../node_modules/webpack/module.d.ts | 215 + .../node_modules/eslint-scope/CHANGELOG.md | 70 + .../webpack/node_modules/eslint-scope/LICENSE | 22 + .../node_modules/eslint-scope/README.md | 54 + .../eslint-scope/lib/definition.js | 86 + .../node_modules/eslint-scope/lib/index.js | 165 + .../eslint-scope/lib/pattern-visitor.js | 152 + .../eslint-scope/lib/reference.js | 167 + .../eslint-scope/lib/referencer.js | 629 + .../eslint-scope/lib/scope-manager.js | 247 + .../node_modules/eslint-scope/lib/scope.js | 748 + .../node_modules/eslint-scope/lib/variable.js | 88 + .../node_modules/eslint-scope/package.json | 48 + .../webpack/node_modules/estraverse/.jshintrc | 16 + .../node_modules/estraverse/LICENSE.BSD | 19 + .../webpack/node_modules/estraverse/README.md | 153 + .../node_modules/estraverse/estraverse.js | 782 + .../node_modules/estraverse/gulpfile.js | 70 + .../node_modules/estraverse/package.json | 40 + .../node_modules/webpack/package.json | 243 + .../webpack/schemas/WebpackOptions.check.d.ts | 7 + .../webpack/schemas/WebpackOptions.check.js | 6 + .../webpack/schemas/WebpackOptions.json | 5381 +++ .../webpack/schemas/_container.json | 155 + .../webpack/schemas/_sharing.json | 118 + .../schemas/plugins/BannerPlugin.check.d.ts | 7 + .../schemas/plugins/BannerPlugin.check.js | 6 + .../webpack/schemas/plugins/BannerPlugin.json | 107 + .../schemas/plugins/DllPlugin.check.d.ts | 7 + .../schemas/plugins/DllPlugin.check.js | 6 + .../webpack/schemas/plugins/DllPlugin.json | 36 + .../plugins/DllReferencePlugin.check.d.ts | 7 + .../plugins/DllReferencePlugin.check.js | 6 + .../schemas/plugins/DllReferencePlugin.json | 206 + .../plugins/HashedModuleIdsPlugin.check.d.ts | 7 + .../plugins/HashedModuleIdsPlugin.check.js | 6 + .../plugins/HashedModuleIdsPlugin.json | 44 + .../schemas/plugins/IgnorePlugin.check.d.ts | 7 + .../schemas/plugins/IgnorePlugin.check.js | 6 + .../webpack/schemas/plugins/IgnorePlugin.json | 34 + .../JsonModulesPluginParser.check.d.ts | 7 + .../plugins/JsonModulesPluginParser.check.js | 6 + .../plugins/JsonModulesPluginParser.json | 12 + .../plugins/LoaderOptionsPlugin.check.d.ts | 7 + .../plugins/LoaderOptionsPlugin.check.js | 6 + .../schemas/plugins/LoaderOptionsPlugin.json | 27 + .../schemas/plugins/ProgressPlugin.check.d.ts | 7 + .../schemas/plugins/ProgressPlugin.check.js | 6 + .../schemas/plugins/ProgressPlugin.json | 65 + .../plugins/SourceMapDevToolPlugin.check.d.ts | 7 + .../plugins/SourceMapDevToolPlugin.check.js | 6 + .../plugins/SourceMapDevToolPlugin.json | 143 + .../plugins/WatchIgnorePlugin.check.d.ts | 7 + .../plugins/WatchIgnorePlugin.check.js | 6 + .../schemas/plugins/WatchIgnorePlugin.json | 25 + .../asset/AssetGeneratorOptions.check.d.ts | 7 + .../asset/AssetGeneratorOptions.check.js | 6 + .../plugins/asset/AssetGeneratorOptions.json | 3 + .../AssetInlineGeneratorOptions.check.d.ts | 7 + .../AssetInlineGeneratorOptions.check.js | 6 + .../asset/AssetInlineGeneratorOptions.json | 3 + .../asset/AssetParserOptions.check.d.ts | 7 + .../plugins/asset/AssetParserOptions.check.js | 6 + .../plugins/asset/AssetParserOptions.json | 3 + .../AssetResourceGeneratorOptions.check.d.ts | 7 + .../AssetResourceGeneratorOptions.check.js | 6 + .../asset/AssetResourceGeneratorOptions.json | 3 + .../container/ContainerPlugin.check.d.ts | 7 + .../container/ContainerPlugin.check.js | 6 + .../plugins/container/ContainerPlugin.json | 286 + .../ContainerReferencePlugin.check.d.ts | 7 + .../ContainerReferencePlugin.check.js | 6 + .../container/ContainerReferencePlugin.json | 128 + .../container/ExternalsType.check.d.ts | 7 + .../plugins/container/ExternalsType.check.js | 6 + .../plugins/container/ExternalsType.json | 3 + .../ModuleFederationPlugin.check.d.ts | 7 + .../container/ModuleFederationPlugin.check.js | 6 + .../container/ModuleFederationPlugin.json | 513 + .../css/CssGeneratorOptions.check.d.ts | 7 + .../plugins/css/CssGeneratorOptions.check.js | 6 + .../plugins/css/CssGeneratorOptions.json | 3 + .../plugins/css/CssParserOptions.check.d.ts | 7 + .../plugins/css/CssParserOptions.check.js | 6 + .../schemas/plugins/css/CssParserOptions.json | 3 + .../plugins/debug/ProfilingPlugin.check.d.ts | 7 + .../plugins/debug/ProfilingPlugin.check.js | 6 + .../plugins/debug/ProfilingPlugin.json | 12 + .../ids/OccurrenceChunkIdsPlugin.check.d.ts | 7 + .../ids/OccurrenceChunkIdsPlugin.check.js | 6 + .../plugins/ids/OccurrenceChunkIdsPlugin.json | 11 + .../ids/OccurrenceModuleIdsPlugin.check.d.ts | 7 + .../ids/OccurrenceModuleIdsPlugin.check.js | 6 + .../ids/OccurrenceModuleIdsPlugin.json | 11 + .../AggressiveSplittingPlugin.check.d.ts | 7 + .../AggressiveSplittingPlugin.check.js | 6 + .../optimize/AggressiveSplittingPlugin.json | 23 + .../optimize/LimitChunkCountPlugin.check.d.ts | 7 + .../optimize/LimitChunkCountPlugin.check.js | 6 + .../optimize/LimitChunkCountPlugin.json | 21 + .../optimize/MinChunkSizePlugin.check.d.ts | 7 + .../optimize/MinChunkSizePlugin.check.js | 6 + .../plugins/optimize/MinChunkSizePlugin.json | 20 + .../plugins/schemes/HttpUriPlugin.check.d.ts | 7 + .../plugins/schemes/HttpUriPlugin.check.js | 6 + .../plugins/schemes/HttpUriPlugin.json | 74 + .../sharing/ConsumeSharedPlugin.check.d.ts | 7 + .../sharing/ConsumeSharedPlugin.check.js | 6 + .../plugins/sharing/ConsumeSharedPlugin.json | 120 + .../sharing/ProvideSharedPlugin.check.d.ts | 7 + .../sharing/ProvideSharedPlugin.check.js | 6 + .../plugins/sharing/ProvideSharedPlugin.json | 94 + .../plugins/sharing/SharePlugin.check.d.ts | 7 + .../plugins/sharing/SharePlugin.check.js | 6 + .../schemas/plugins/sharing/SharePlugin.json | 133 + .../node_modules/webpack/types.d.ts | 13189 +++++++ .../node_modules/wildcard/.travis.yml | 9 + .../node_modules/wildcard/README.md | 99 + .../node_modules/wildcard/docs.json | 9 + .../node_modules/wildcard/examples/arrays.js | 10 + .../node_modules/wildcard/examples/objects.js | 10 + .../node_modules/wildcard/examples/strings.js | 7 + .../node_modules/wildcard/index.js | 114 + .../node_modules/wildcard/package.json | 53 + .../node_modules/wildcard/test/all.js | 3 + .../node_modules/wildcard/test/arrays.js | 33 + .../node_modules/wildcard/test/objects.js | 106 + .../node_modules/wildcard/test/strings.js | 46 + .../node_modules/wildcard/yarn.lock | 228 + FantasticAnimals/package-lock.json | 10092 ++++-- FantasticAnimals/package.json | 31 +- FantasticAnimals/webpack.config.js | 24 + 4498 files changed, 605223 insertions(+), 3472 deletions(-) create mode 100644 FantasticAnimals/main.js create mode 120000 FantasticAnimals/node_modules/.bin/browserslist create mode 120000 FantasticAnimals/node_modules/.bin/browserslist-lint create mode 120000 FantasticAnimals/node_modules/.bin/envinfo create mode 120000 FantasticAnimals/node_modules/.bin/import-local-fixture create mode 120000 FantasticAnimals/node_modules/.bin/jsesc create mode 120000 FantasticAnimals/node_modules/.bin/json5 create mode 120000 FantasticAnimals/node_modules/.bin/parser create mode 120000 FantasticAnimals/node_modules/.bin/regjsparser create mode 120000 FantasticAnimals/node_modules/.bin/resolve create mode 120000 FantasticAnimals/node_modules/.bin/semver create mode 120000 FantasticAnimals/node_modules/.bin/terser create mode 120000 FantasticAnimals/node_modules/.bin/webpack create mode 120000 FantasticAnimals/node_modules/.bin/webpack-cli create mode 100644 FantasticAnimals/node_modules/@ampproject/remapping/LICENSE create mode 100644 FantasticAnimals/node_modules/@ampproject/remapping/README.md create mode 100644 FantasticAnimals/node_modules/@ampproject/remapping/dist/remapping.mjs create mode 100644 FantasticAnimals/node_modules/@ampproject/remapping/dist/remapping.mjs.map create mode 100644 FantasticAnimals/node_modules/@ampproject/remapping/dist/remapping.umd.js create mode 100644 FantasticAnimals/node_modules/@ampproject/remapping/dist/remapping.umd.js.map create mode 100644 FantasticAnimals/node_modules/@ampproject/remapping/dist/types/build-source-map-tree.d.ts create mode 100644 FantasticAnimals/node_modules/@ampproject/remapping/dist/types/remapping.d.ts create mode 100644 FantasticAnimals/node_modules/@ampproject/remapping/dist/types/source-map-tree.d.ts create mode 100644 FantasticAnimals/node_modules/@ampproject/remapping/dist/types/source-map.d.ts create mode 100644 FantasticAnimals/node_modules/@ampproject/remapping/dist/types/types.d.ts create mode 100644 FantasticAnimals/node_modules/@ampproject/remapping/node_modules/@jridgewell/gen-mapping/LICENSE create mode 100644 FantasticAnimals/node_modules/@ampproject/remapping/node_modules/@jridgewell/gen-mapping/README.md create mode 100644 FantasticAnimals/node_modules/@ampproject/remapping/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs create mode 100644 FantasticAnimals/node_modules/@ampproject/remapping/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs.map create mode 100644 FantasticAnimals/node_modules/@ampproject/remapping/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js create mode 100644 FantasticAnimals/node_modules/@ampproject/remapping/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js.map create mode 100644 FantasticAnimals/node_modules/@ampproject/remapping/node_modules/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts create mode 100644 FantasticAnimals/node_modules/@ampproject/remapping/node_modules/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts create mode 100644 FantasticAnimals/node_modules/@ampproject/remapping/node_modules/@jridgewell/gen-mapping/dist/types/types.d.ts create mode 100644 FantasticAnimals/node_modules/@ampproject/remapping/node_modules/@jridgewell/gen-mapping/package.json create mode 100644 FantasticAnimals/node_modules/@ampproject/remapping/package.json create mode 100644 FantasticAnimals/node_modules/@babel/code-frame/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/code-frame/README.md create mode 100644 FantasticAnimals/node_modules/@babel/code-frame/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/code-frame/package.json create mode 100644 FantasticAnimals/node_modules/@babel/compat-data/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/compat-data/README.md create mode 100644 FantasticAnimals/node_modules/@babel/compat-data/corejs2-built-ins.js create mode 100644 FantasticAnimals/node_modules/@babel/compat-data/corejs3-shipped-proposals.js create mode 100644 FantasticAnimals/node_modules/@babel/compat-data/data/corejs2-built-ins.json create mode 100644 FantasticAnimals/node_modules/@babel/compat-data/data/corejs3-shipped-proposals.json create mode 100644 FantasticAnimals/node_modules/@babel/compat-data/data/native-modules.json create mode 100644 FantasticAnimals/node_modules/@babel/compat-data/data/overlapping-plugins.json create mode 100644 FantasticAnimals/node_modules/@babel/compat-data/data/plugin-bugfixes.json create mode 100644 FantasticAnimals/node_modules/@babel/compat-data/data/plugins.json create mode 100644 FantasticAnimals/node_modules/@babel/compat-data/native-modules.js create mode 100644 FantasticAnimals/node_modules/@babel/compat-data/overlapping-plugins.js create mode 100644 FantasticAnimals/node_modules/@babel/compat-data/package.json create mode 100644 FantasticAnimals/node_modules/@babel/compat-data/plugin-bugfixes.js create mode 100644 FantasticAnimals/node_modules/@babel/compat-data/plugins.js create mode 100644 FantasticAnimals/node_modules/@babel/core/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/core/README.md create mode 100644 FantasticAnimals/node_modules/@babel/core/cjs-proxy.cjs create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/config/cache-contexts.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/config/caching.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/config/config-chain.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/config/config-descriptors.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/config/files/configuration.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/config/files/import-meta-resolve.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/config/files/import.cjs create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/config/files/index-browser.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/config/files/index.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/config/files/module-types.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/config/files/package.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/config/files/plugins.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/config/files/types.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/config/files/utils.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/config/full.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/config/helpers/config-api.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/config/helpers/deep-array.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/config/helpers/environment.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/config/index.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/config/item.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/config/partial.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/config/pattern-to-regex.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/config/plugin.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/config/printer.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/config/resolve-targets-browser.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/config/resolve-targets.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/config/util.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/config/validation/option-assertions.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/config/validation/options.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/config/validation/plugins.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/config/validation/removed.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/gensync-utils/async.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/gensync-utils/fs.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/gensync-utils/functional.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/parse.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/parser/index.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/parser/util/missing-plugin-helper.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/tools/build-external-helpers.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/transform-ast.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/transform-file-browser.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/transform-file.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/transform.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/transformation/block-hoist-plugin.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/transformation/file/file.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/transformation/file/generate.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/transformation/file/merge-map.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/transformation/index.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/transformation/normalize-file.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/transformation/normalize-opts.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/transformation/plugin-pass.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/transformation/util/clone-deep.js create mode 100644 FantasticAnimals/node_modules/@babel/core/lib/vendor/import-meta-resolve.js create mode 100644 FantasticAnimals/node_modules/@babel/core/package.json create mode 100644 FantasticAnimals/node_modules/@babel/core/src/config/files/index-browser.ts create mode 100644 FantasticAnimals/node_modules/@babel/core/src/config/files/index.ts create mode 100644 FantasticAnimals/node_modules/@babel/core/src/config/resolve-targets-browser.ts create mode 100644 FantasticAnimals/node_modules/@babel/core/src/config/resolve-targets.ts create mode 100644 FantasticAnimals/node_modules/@babel/core/src/transform-file-browser.ts create mode 100644 FantasticAnimals/node_modules/@babel/core/src/transform-file.ts create mode 100644 FantasticAnimals/node_modules/@babel/generator/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/generator/README.md create mode 100644 FantasticAnimals/node_modules/@babel/generator/lib/buffer.js create mode 100644 FantasticAnimals/node_modules/@babel/generator/lib/generators/base.js create mode 100644 FantasticAnimals/node_modules/@babel/generator/lib/generators/classes.js create mode 100644 FantasticAnimals/node_modules/@babel/generator/lib/generators/expressions.js create mode 100644 FantasticAnimals/node_modules/@babel/generator/lib/generators/flow.js create mode 100644 FantasticAnimals/node_modules/@babel/generator/lib/generators/index.js create mode 100644 FantasticAnimals/node_modules/@babel/generator/lib/generators/jsx.js create mode 100644 FantasticAnimals/node_modules/@babel/generator/lib/generators/methods.js create mode 100644 FantasticAnimals/node_modules/@babel/generator/lib/generators/modules.js create mode 100644 FantasticAnimals/node_modules/@babel/generator/lib/generators/statements.js create mode 100644 FantasticAnimals/node_modules/@babel/generator/lib/generators/template-literals.js create mode 100644 FantasticAnimals/node_modules/@babel/generator/lib/generators/types.js create mode 100644 FantasticAnimals/node_modules/@babel/generator/lib/generators/typescript.js create mode 100644 FantasticAnimals/node_modules/@babel/generator/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/generator/lib/node/index.js create mode 100644 FantasticAnimals/node_modules/@babel/generator/lib/node/parentheses.js create mode 100644 FantasticAnimals/node_modules/@babel/generator/lib/node/whitespace.js create mode 100644 FantasticAnimals/node_modules/@babel/generator/lib/printer.js create mode 100644 FantasticAnimals/node_modules/@babel/generator/lib/source-map.js create mode 100644 FantasticAnimals/node_modules/@babel/generator/package.json create mode 100644 FantasticAnimals/node_modules/@babel/helper-annotate-as-pure/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/helper-annotate-as-pure/README.md create mode 100644 FantasticAnimals/node_modules/@babel/helper-annotate-as-pure/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-annotate-as-pure/package.json create mode 100644 FantasticAnimals/node_modules/@babel/helper-builder-binary-assignment-operator-visitor/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/helper-builder-binary-assignment-operator-visitor/README.md create mode 100644 FantasticAnimals/node_modules/@babel/helper-builder-binary-assignment-operator-visitor/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-builder-binary-assignment-operator-visitor/package.json create mode 100644 FantasticAnimals/node_modules/@babel/helper-compilation-targets/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/helper-compilation-targets/README.md create mode 100644 FantasticAnimals/node_modules/@babel/helper-compilation-targets/lib/debug.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-compilation-targets/lib/filter-items.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-compilation-targets/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-compilation-targets/lib/options.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-compilation-targets/lib/pretty.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-compilation-targets/lib/targets.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-compilation-targets/lib/types.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-compilation-targets/lib/utils.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-compilation-targets/package.json create mode 100644 FantasticAnimals/node_modules/@babel/helper-create-class-features-plugin/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/helper-create-class-features-plugin/README.md create mode 100644 FantasticAnimals/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-create-class-features-plugin/lib/features.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-create-class-features-plugin/lib/fields.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-create-class-features-plugin/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-create-class-features-plugin/lib/misc.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-create-class-features-plugin/package.json create mode 100644 FantasticAnimals/node_modules/@babel/helper-create-regexp-features-plugin/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/helper-create-regexp-features-plugin/README.md create mode 100644 FantasticAnimals/node_modules/@babel/helper-create-regexp-features-plugin/lib/features.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-create-regexp-features-plugin/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-create-regexp-features-plugin/lib/util.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-create-regexp-features-plugin/package.json create mode 100644 FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/README.md create mode 100644 FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/esm/index.browser.mjs create mode 100644 FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/esm/index.browser.mjs.map create mode 100644 FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/esm/index.node.mjs create mode 100644 FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/esm/index.node.mjs.map create mode 100644 FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/browser/dependencies.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/debug-utils.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/define-provider.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/imports-cache.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/meta-resolver.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/node/dependencies.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/normalize-options.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/types.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/utils.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/visitors/entry.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/visitors/index.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/visitors/usage.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/package.json create mode 100644 FantasticAnimals/node_modules/@babel/helper-environment-visitor/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/helper-environment-visitor/README.md create mode 100644 FantasticAnimals/node_modules/@babel/helper-environment-visitor/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-environment-visitor/package.json create mode 100644 FantasticAnimals/node_modules/@babel/helper-explode-assignable-expression/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/helper-explode-assignable-expression/README.md create mode 100644 FantasticAnimals/node_modules/@babel/helper-explode-assignable-expression/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-explode-assignable-expression/package.json create mode 100644 FantasticAnimals/node_modules/@babel/helper-function-name/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/helper-function-name/README.md create mode 100644 FantasticAnimals/node_modules/@babel/helper-function-name/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-function-name/package.json create mode 100644 FantasticAnimals/node_modules/@babel/helper-hoist-variables/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/helper-hoist-variables/README.md create mode 100644 FantasticAnimals/node_modules/@babel/helper-hoist-variables/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-hoist-variables/package.json create mode 100644 FantasticAnimals/node_modules/@babel/helper-member-expression-to-functions/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/helper-member-expression-to-functions/README.md create mode 100644 FantasticAnimals/node_modules/@babel/helper-member-expression-to-functions/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-member-expression-to-functions/lib/index.js.map create mode 100644 FantasticAnimals/node_modules/@babel/helper-member-expression-to-functions/package.json create mode 100644 FantasticAnimals/node_modules/@babel/helper-module-imports/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/helper-module-imports/README.md create mode 100644 FantasticAnimals/node_modules/@babel/helper-module-imports/lib/import-builder.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-module-imports/lib/import-injector.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-module-imports/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-module-imports/lib/is-module.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-module-imports/package.json create mode 100644 FantasticAnimals/node_modules/@babel/helper-module-transforms/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/helper-module-transforms/README.md create mode 100644 FantasticAnimals/node_modules/@babel/helper-module-transforms/lib/get-module-name.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-module-transforms/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-module-transforms/lib/normalize-and-load-metadata.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-module-transforms/lib/rewrite-live-references.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-module-transforms/lib/rewrite-this.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-module-transforms/package.json create mode 100644 FantasticAnimals/node_modules/@babel/helper-optimise-call-expression/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/helper-optimise-call-expression/README.md create mode 100644 FantasticAnimals/node_modules/@babel/helper-optimise-call-expression/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-optimise-call-expression/package.json create mode 100644 FantasticAnimals/node_modules/@babel/helper-plugin-utils/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/helper-plugin-utils/README.md create mode 100644 FantasticAnimals/node_modules/@babel/helper-plugin-utils/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-plugin-utils/package.json create mode 100644 FantasticAnimals/node_modules/@babel/helper-remap-async-to-generator/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/helper-remap-async-to-generator/README.md create mode 100644 FantasticAnimals/node_modules/@babel/helper-remap-async-to-generator/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-remap-async-to-generator/package.json create mode 100644 FantasticAnimals/node_modules/@babel/helper-replace-supers/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/helper-replace-supers/README.md create mode 100644 FantasticAnimals/node_modules/@babel/helper-replace-supers/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-replace-supers/package.json create mode 100644 FantasticAnimals/node_modules/@babel/helper-simple-access/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/helper-simple-access/README.md create mode 100644 FantasticAnimals/node_modules/@babel/helper-simple-access/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-simple-access/package.json create mode 100644 FantasticAnimals/node_modules/@babel/helper-skip-transparent-expression-wrappers/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/helper-skip-transparent-expression-wrappers/README.md create mode 100644 FantasticAnimals/node_modules/@babel/helper-skip-transparent-expression-wrappers/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-skip-transparent-expression-wrappers/package.json create mode 100644 FantasticAnimals/node_modules/@babel/helper-split-export-declaration/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/helper-split-export-declaration/README.md create mode 100644 FantasticAnimals/node_modules/@babel/helper-split-export-declaration/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-split-export-declaration/package.json create mode 100644 FantasticAnimals/node_modules/@babel/helper-string-parser/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/helper-string-parser/README.md create mode 100644 FantasticAnimals/node_modules/@babel/helper-string-parser/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-string-parser/package.json create mode 100644 FantasticAnimals/node_modules/@babel/helper-validator-identifier/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/helper-validator-identifier/README.md create mode 100644 FantasticAnimals/node_modules/@babel/helper-validator-identifier/lib/identifier.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-validator-identifier/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-validator-identifier/lib/keyword.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-validator-identifier/package.json create mode 100644 FantasticAnimals/node_modules/@babel/helper-validator-identifier/scripts/generate-identifier-regex.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-validator-option/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/helper-validator-option/README.md create mode 100644 FantasticAnimals/node_modules/@babel/helper-validator-option/lib/find-suggestion.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-validator-option/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-validator-option/lib/validator.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-validator-option/package.json create mode 100644 FantasticAnimals/node_modules/@babel/helper-wrap-function/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/helper-wrap-function/README.md create mode 100644 FantasticAnimals/node_modules/@babel/helper-wrap-function/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/helper-wrap-function/package.json create mode 100644 FantasticAnimals/node_modules/@babel/helpers/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/helpers/README.md create mode 100644 FantasticAnimals/node_modules/@babel/helpers/lib/helpers-generated.js create mode 100644 FantasticAnimals/node_modules/@babel/helpers/lib/helpers.js create mode 100644 FantasticAnimals/node_modules/@babel/helpers/lib/helpers/applyDecs.js create mode 100644 FantasticAnimals/node_modules/@babel/helpers/lib/helpers/asyncIterator.js create mode 100644 FantasticAnimals/node_modules/@babel/helpers/lib/helpers/jsx.js create mode 100644 FantasticAnimals/node_modules/@babel/helpers/lib/helpers/objectSpread2.js create mode 100644 FantasticAnimals/node_modules/@babel/helpers/lib/helpers/regeneratorRuntime.js create mode 100644 FantasticAnimals/node_modules/@babel/helpers/lib/helpers/typeof.js create mode 100644 FantasticAnimals/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js create mode 100644 FantasticAnimals/node_modules/@babel/helpers/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/helpers/package.json create mode 100644 FantasticAnimals/node_modules/@babel/helpers/scripts/generate-helpers.js create mode 100644 FantasticAnimals/node_modules/@babel/helpers/scripts/generate-regenerator-runtime.js create mode 100644 FantasticAnimals/node_modules/@babel/helpers/scripts/package.json create mode 100644 FantasticAnimals/node_modules/@babel/highlight/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/highlight/README.md create mode 100644 FantasticAnimals/node_modules/@babel/highlight/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/highlight/node_modules/ansi-styles/index.js create mode 100644 FantasticAnimals/node_modules/@babel/highlight/node_modules/ansi-styles/license create mode 100644 FantasticAnimals/node_modules/@babel/highlight/node_modules/ansi-styles/package.json create mode 100644 FantasticAnimals/node_modules/@babel/highlight/node_modules/ansi-styles/readme.md create mode 100644 FantasticAnimals/node_modules/@babel/highlight/node_modules/chalk/index.js create mode 100644 FantasticAnimals/node_modules/@babel/highlight/node_modules/chalk/index.js.flow create mode 100644 FantasticAnimals/node_modules/@babel/highlight/node_modules/chalk/license create mode 100644 FantasticAnimals/node_modules/@babel/highlight/node_modules/chalk/package.json create mode 100644 FantasticAnimals/node_modules/@babel/highlight/node_modules/chalk/readme.md create mode 100644 FantasticAnimals/node_modules/@babel/highlight/node_modules/chalk/templates.js create mode 100644 FantasticAnimals/node_modules/@babel/highlight/node_modules/chalk/types/index.d.ts create mode 100644 FantasticAnimals/node_modules/@babel/highlight/node_modules/color-convert/CHANGELOG.md create mode 100644 FantasticAnimals/node_modules/@babel/highlight/node_modules/color-convert/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/highlight/node_modules/color-convert/README.md create mode 100644 FantasticAnimals/node_modules/@babel/highlight/node_modules/color-convert/conversions.js create mode 100644 FantasticAnimals/node_modules/@babel/highlight/node_modules/color-convert/index.js create mode 100644 FantasticAnimals/node_modules/@babel/highlight/node_modules/color-convert/package.json create mode 100644 FantasticAnimals/node_modules/@babel/highlight/node_modules/color-convert/route.js create mode 100644 FantasticAnimals/node_modules/@babel/highlight/node_modules/color-name/.eslintrc.json create mode 100644 FantasticAnimals/node_modules/@babel/highlight/node_modules/color-name/.npmignore create mode 100644 FantasticAnimals/node_modules/@babel/highlight/node_modules/color-name/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/highlight/node_modules/color-name/README.md create mode 100644 FantasticAnimals/node_modules/@babel/highlight/node_modules/color-name/index.js create mode 100644 FantasticAnimals/node_modules/@babel/highlight/node_modules/color-name/package.json create mode 100644 FantasticAnimals/node_modules/@babel/highlight/node_modules/color-name/test.js create mode 100644 FantasticAnimals/node_modules/@babel/highlight/node_modules/escape-string-regexp/index.js create mode 100644 FantasticAnimals/node_modules/@babel/highlight/node_modules/escape-string-regexp/license create mode 100644 FantasticAnimals/node_modules/@babel/highlight/node_modules/escape-string-regexp/package.json create mode 100644 FantasticAnimals/node_modules/@babel/highlight/node_modules/escape-string-regexp/readme.md create mode 100644 FantasticAnimals/node_modules/@babel/highlight/node_modules/has-flag/index.js create mode 100644 FantasticAnimals/node_modules/@babel/highlight/node_modules/has-flag/license create mode 100644 FantasticAnimals/node_modules/@babel/highlight/node_modules/has-flag/package.json create mode 100644 FantasticAnimals/node_modules/@babel/highlight/node_modules/has-flag/readme.md create mode 100644 FantasticAnimals/node_modules/@babel/highlight/node_modules/supports-color/browser.js create mode 100644 FantasticAnimals/node_modules/@babel/highlight/node_modules/supports-color/index.js create mode 100644 FantasticAnimals/node_modules/@babel/highlight/node_modules/supports-color/license create mode 100644 FantasticAnimals/node_modules/@babel/highlight/node_modules/supports-color/package.json create mode 100644 FantasticAnimals/node_modules/@babel/highlight/node_modules/supports-color/readme.md create mode 100644 FantasticAnimals/node_modules/@babel/highlight/package.json create mode 100644 FantasticAnimals/node_modules/@babel/parser/CHANGELOG.md create mode 100644 FantasticAnimals/node_modules/@babel/parser/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/parser/README.md create mode 100755 FantasticAnimals/node_modules/@babel/parser/bin/babel-parser.js create mode 100644 FantasticAnimals/node_modules/@babel/parser/index.cjs create mode 100644 FantasticAnimals/node_modules/@babel/parser/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/parser/lib/index.js.map create mode 100644 FantasticAnimals/node_modules/@babel/parser/package.json create mode 100644 FantasticAnimals/node_modules/@babel/parser/typings/babel-parser.d.ts create mode 100644 FantasticAnimals/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/lib/index.js.map create mode 100644 FantasticAnimals/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/lib/index.js.map create mode 100644 FantasticAnimals/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-async-generator-functions/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-async-generator-functions/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-async-generator-functions/lib/for-await.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-async-generator-functions/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-async-generator-functions/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-class-properties/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-class-properties/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-class-properties/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-class-properties/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-class-static-block/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-class-static-block/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-class-static-block/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-class-static-block/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-dynamic-import/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-dynamic-import/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-dynamic-import/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-dynamic-import/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-export-namespace-from/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-export-namespace-from/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-export-namespace-from/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-export-namespace-from/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-json-strings/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-json-strings/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-json-strings/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-json-strings/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-logical-assignment-operators/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-logical-assignment-operators/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-logical-assignment-operators/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-logical-assignment-operators/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-nullish-coalescing-operator/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-nullish-coalescing-operator/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-nullish-coalescing-operator/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-nullish-coalescing-operator/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-numeric-separator/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-numeric-separator/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-numeric-separator/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-numeric-separator/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-object-rest-spread/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-object-rest-spread/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-object-rest-spread/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-object-rest-spread/lib/index.js.map create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-object-rest-spread/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-optional-catch-binding/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-optional-catch-binding/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-optional-catch-binding/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-optional-catch-binding/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-optional-chaining/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-optional-chaining/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-optional-chaining/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-optional-chaining/lib/index.js.map create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-optional-chaining/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-private-methods/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-private-methods/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-private-methods/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-private-methods/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-private-property-in-object/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-private-property-in-object/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-private-property-in-object/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-private-property-in-object/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-unicode-property-regex/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-unicode-property-regex/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-unicode-property-regex/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-proposal-unicode-property-regex/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-async-generators/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-async-generators/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-async-generators/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-async-generators/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-class-properties/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-class-properties/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-class-properties/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-class-properties/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-class-static-block/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-class-static-block/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-class-static-block/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-class-static-block/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-dynamic-import/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-dynamic-import/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-dynamic-import/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-dynamic-import/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-export-namespace-from/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-export-namespace-from/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-export-namespace-from/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-export-namespace-from/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-import-assertions/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-import-assertions/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-import-assertions/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-import-assertions/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-import-assertions/src/index.ts create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-json-strings/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-json-strings/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-json-strings/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-json-strings/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-logical-assignment-operators/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-logical-assignment-operators/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-logical-assignment-operators/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-logical-assignment-operators/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-numeric-separator/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-numeric-separator/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-numeric-separator/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-numeric-separator/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-object-rest-spread/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-object-rest-spread/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-object-rest-spread/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-object-rest-spread/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-optional-catch-binding/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-optional-catch-binding/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-optional-catch-binding/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-optional-catch-binding/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-optional-chaining/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-optional-chaining/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-optional-chaining/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-optional-chaining/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-private-property-in-object/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-private-property-in-object/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-private-property-in-object/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-private-property-in-object/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-top-level-await/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-top-level-await/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-top-level-await/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-syntax-top-level-await/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-arrow-functions/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-arrow-functions/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-arrow-functions/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-arrow-functions/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-async-to-generator/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-async-to-generator/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-async-to-generator/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-async-to-generator/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-block-scoped-functions/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-block-scoped-functions/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-block-scoped-functions/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-block-scoped-functions/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-block-scoping/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-block-scoping/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-block-scoping/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-block-scoping/lib/tdz.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-block-scoping/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-classes/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-classes/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-classes/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-classes/lib/inline-createSuper-helpers.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-classes/lib/transformClass.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-classes/node_modules/globals/globals.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-classes/node_modules/globals/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-classes/node_modules/globals/license create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-classes/node_modules/globals/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-classes/node_modules/globals/readme.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-classes/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-computed-properties/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-computed-properties/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-computed-properties/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-computed-properties/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-destructuring/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-destructuring/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-destructuring/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-destructuring/lib/index.js.map create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-destructuring/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-dotall-regex/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-dotall-regex/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-dotall-regex/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-dotall-regex/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-duplicate-keys/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-duplicate-keys/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-duplicate-keys/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-duplicate-keys/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-exponentiation-operator/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-exponentiation-operator/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-exponentiation-operator/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-exponentiation-operator/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-for-of/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-for-of/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-for-of/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-for-of/lib/no-helper-implementation.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-for-of/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-function-name/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-function-name/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-function-name/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-function-name/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-literals/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-literals/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-literals/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-literals/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-member-expression-literals/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-member-expression-literals/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-member-expression-literals/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-member-expression-literals/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-modules-amd/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-modules-amd/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-modules-amd/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-modules-amd/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-modules-commonjs/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-modules-commonjs/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-modules-commonjs/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-modules-commonjs/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-modules-systemjs/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-modules-systemjs/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-modules-systemjs/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-modules-systemjs/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-modules-umd/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-modules-umd/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-modules-umd/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-modules-umd/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-named-capturing-groups-regex/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-named-capturing-groups-regex/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-named-capturing-groups-regex/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-named-capturing-groups-regex/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-new-target/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-new-target/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-new-target/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-new-target/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-object-super/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-object-super/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-object-super/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-object-super/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-parameters/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-parameters/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-parameters/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-parameters/lib/params.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-parameters/lib/rest.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-parameters/lib/shadow-utils.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-parameters/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-property-literals/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-property-literals/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-property-literals/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-property-literals/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-regenerator/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-regenerator/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-regenerator/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-regenerator/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-reserved-words/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-reserved-words/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-reserved-words/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-reserved-words/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-runtime/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-runtime/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-runtime/lib/get-runtime-path/browser.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-runtime/lib/get-runtime-path/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-runtime/lib/helpers.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-runtime/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-runtime/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-runtime/src/get-runtime-path/browser.ts create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-runtime/src/get-runtime-path/index.ts create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-shorthand-properties/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-shorthand-properties/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-shorthand-properties/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-shorthand-properties/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-spread/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-spread/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-spread/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-spread/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-sticky-regex/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-sticky-regex/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-sticky-regex/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-sticky-regex/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-template-literals/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-template-literals/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-template-literals/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-template-literals/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-typeof-symbol/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-typeof-symbol/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-typeof-symbol/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-typeof-symbol/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-unicode-escapes/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-unicode-escapes/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-unicode-escapes/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-unicode-escapes/package.json create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-unicode-regex/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-unicode-regex/README.md create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-unicode-regex/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/plugin-transform-unicode-regex/package.json create mode 100644 FantasticAnimals/node_modules/@babel/preset-env/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/preset-env/README.md create mode 100644 FantasticAnimals/node_modules/@babel/preset-env/data/built-in-modules.js create mode 100644 FantasticAnimals/node_modules/@babel/preset-env/data/built-in-modules.json.js create mode 100644 FantasticAnimals/node_modules/@babel/preset-env/data/built-ins.js create mode 100644 FantasticAnimals/node_modules/@babel/preset-env/data/built-ins.json.js create mode 100644 FantasticAnimals/node_modules/@babel/preset-env/data/core-js-compat.js create mode 100644 FantasticAnimals/node_modules/@babel/preset-env/data/corejs2-built-ins.js create mode 100644 FantasticAnimals/node_modules/@babel/preset-env/data/corejs2-built-ins.json.js create mode 100644 FantasticAnimals/node_modules/@babel/preset-env/data/package.json create mode 100644 FantasticAnimals/node_modules/@babel/preset-env/data/plugins.js create mode 100644 FantasticAnimals/node_modules/@babel/preset-env/data/plugins.json.js create mode 100644 FantasticAnimals/node_modules/@babel/preset-env/data/shipped-proposals.js create mode 100644 FantasticAnimals/node_modules/@babel/preset-env/data/unreleased-labels.js create mode 100644 FantasticAnimals/node_modules/@babel/preset-env/lib/available-plugins.js create mode 100644 FantasticAnimals/node_modules/@babel/preset-env/lib/debug.js create mode 100644 FantasticAnimals/node_modules/@babel/preset-env/lib/filter-items.js create mode 100644 FantasticAnimals/node_modules/@babel/preset-env/lib/get-option-specific-excludes.js create mode 100644 FantasticAnimals/node_modules/@babel/preset-env/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/preset-env/lib/module-transformations.js create mode 100644 FantasticAnimals/node_modules/@babel/preset-env/lib/normalize-options.js create mode 100644 FantasticAnimals/node_modules/@babel/preset-env/lib/options.js create mode 100644 FantasticAnimals/node_modules/@babel/preset-env/lib/plugins-compat-data.js create mode 100644 FantasticAnimals/node_modules/@babel/preset-env/lib/polyfills/babel-polyfill.js create mode 100644 FantasticAnimals/node_modules/@babel/preset-env/lib/polyfills/regenerator.js create mode 100644 FantasticAnimals/node_modules/@babel/preset-env/lib/polyfills/utils.js create mode 100644 FantasticAnimals/node_modules/@babel/preset-env/lib/shipped-proposals.js create mode 100644 FantasticAnimals/node_modules/@babel/preset-env/lib/targets-parser.js create mode 100644 FantasticAnimals/node_modules/@babel/preset-env/package.json create mode 100644 FantasticAnimals/node_modules/@babel/preset-modules/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/preset-modules/README.md create mode 100644 FantasticAnimals/node_modules/@babel/preset-modules/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/preset-modules/lib/plugins/transform-async-arrows-in-class/index.js create mode 100644 FantasticAnimals/node_modules/@babel/preset-modules/lib/plugins/transform-edge-default-parameters/index.js create mode 100644 FantasticAnimals/node_modules/@babel/preset-modules/lib/plugins/transform-edge-function-name/index.js create mode 100644 FantasticAnimals/node_modules/@babel/preset-modules/lib/plugins/transform-jsx-spread/index.js create mode 100644 FantasticAnimals/node_modules/@babel/preset-modules/lib/plugins/transform-safari-block-shadowing/index.js create mode 100644 FantasticAnimals/node_modules/@babel/preset-modules/lib/plugins/transform-safari-for-shadowing/index.js create mode 100644 FantasticAnimals/node_modules/@babel/preset-modules/lib/plugins/transform-tagged-template-caching/index.js create mode 100644 FantasticAnimals/node_modules/@babel/preset-modules/package.json create mode 100644 FantasticAnimals/node_modules/@babel/preset-modules/src/index.js create mode 100644 FantasticAnimals/node_modules/@babel/preset-modules/src/plugins/transform-async-arrows-in-class/index.js create mode 100644 FantasticAnimals/node_modules/@babel/preset-modules/src/plugins/transform-edge-default-parameters/index.js create mode 100644 FantasticAnimals/node_modules/@babel/preset-modules/src/plugins/transform-edge-function-name/index.js create mode 100644 FantasticAnimals/node_modules/@babel/preset-modules/src/plugins/transform-jsx-spread/index.js create mode 100644 FantasticAnimals/node_modules/@babel/preset-modules/src/plugins/transform-safari-block-shadowing/index.js create mode 100644 FantasticAnimals/node_modules/@babel/preset-modules/src/plugins/transform-safari-for-shadowing/index.js create mode 100644 FantasticAnimals/node_modules/@babel/preset-modules/src/plugins/transform-tagged-template-caching/index.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/runtime/README.md create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/AsyncGenerator.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/AwaitValue.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/applyDecoratedDescriptor.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/applyDecs.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/arrayLikeToArray.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/arrayWithHoles.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/assertThisInitialized.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/asyncGeneratorDelegate.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/asyncIterator.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/asyncToGenerator.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/awaitAsyncGenerator.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/checkPrivateRedeclaration.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/classApplyDescriptorDestructureSet.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/classCallCheck.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/classCheckPrivateStaticAccess.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/classCheckPrivateStaticFieldDescriptor.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/classNameTDZError.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/classPrivateFieldDestructureSet.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/classPrivateFieldInitSpec.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/classPrivateFieldLooseBase.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/classPrivateFieldLooseKey.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/classPrivateMethodGet.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/classPrivateMethodInitSpec.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/classPrivateMethodSet.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/classStaticPrivateFieldDestructureSet.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecGet.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecSet.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/classStaticPrivateMethodGet.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/classStaticPrivateMethodSet.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/construct.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/createClass.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/createForOfIteratorHelper.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/createForOfIteratorHelperLoose.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/createSuper.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/decorate.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/defaults.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/defineEnumerableProperties.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/defineProperty.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/AsyncGenerator.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/AwaitValue.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/applyDecoratedDescriptor.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/applyDecs.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/asyncGeneratorDelegate.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/asyncIterator.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/awaitAsyncGenerator.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/checkPrivateRedeclaration.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorDestructureSet.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorGet.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorSet.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/classCallCheck.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticAccess.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticFieldDescriptor.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/classExtractFieldDescriptor.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/classNameTDZError.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/classPrivateFieldDestructureSet.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/classPrivateFieldGet.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/classPrivateFieldInitSpec.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseBase.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseKey.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/classPrivateMethodGet.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/classPrivateMethodInitSpec.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/classPrivateMethodSet.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldDestructureSet.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecGet.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecSet.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodGet.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodSet.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/construct.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/createClass.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelper.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelperLoose.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/createSuper.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/decorate.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/defaults.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/defineEnumerableProperties.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/defineProperty.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/extends.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/get.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/identity.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/inherits.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/initializerDefineProperty.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/initializerWarningHelper.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/instanceof.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/interopRequireDefault.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/interopRequireWildcard.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/isNativeFunction.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/iterableToArray.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimitLoose.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/jsx.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/maybeArrayLike.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/newArrowCheck.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/objectDestructuringEmpty.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/objectSpread.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/objectSpread2.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/package.json create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/readOnlyError.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/set.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/skipFirstGeneratorNext.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/slicedToArray.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/slicedToArrayLoose.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/superPropBase.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteral.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteralLoose.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/tdz.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/temporalRef.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/temporalUndefined.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/toArray.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/toPrimitive.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/typeof.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/wrapAsyncGenerator.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/wrapRegExp.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/esm/writeOnlyError.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/extends.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/get.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/getPrototypeOf.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/identity.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/inherits.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/inheritsLoose.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/initializerDefineProperty.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/initializerWarningHelper.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/instanceof.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/interopRequireDefault.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/interopRequireWildcard.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/isNativeFunction.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/isNativeReflectConstruct.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/iterableToArray.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/iterableToArrayLimit.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/iterableToArrayLimitLoose.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/jsx.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/maybeArrayLike.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/newArrowCheck.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/nonIterableRest.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/nonIterableSpread.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/objectDestructuringEmpty.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/objectSpread.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/objectSpread2.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/objectWithoutProperties.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/possibleConstructorReturn.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/readOnlyError.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/regeneratorRuntime.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/set.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/setPrototypeOf.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/skipFirstGeneratorNext.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/slicedToArray.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/slicedToArrayLoose.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/superPropBase.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/taggedTemplateLiteral.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/taggedTemplateLiteralLoose.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/tdz.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/temporalRef.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/temporalUndefined.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/toArray.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/toConsumableArray.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/toPrimitive.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/toPropertyKey.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/typeof.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/wrapNativeSuper.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/wrapRegExp.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/helpers/writeOnlyError.js create mode 100644 FantasticAnimals/node_modules/@babel/runtime/package.json create mode 100644 FantasticAnimals/node_modules/@babel/runtime/regenerator/index.js create mode 100644 FantasticAnimals/node_modules/@babel/template/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/template/README.md create mode 100644 FantasticAnimals/node_modules/@babel/template/lib/builder.js create mode 100644 FantasticAnimals/node_modules/@babel/template/lib/formatters.js create mode 100644 FantasticAnimals/node_modules/@babel/template/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/template/lib/literal.js create mode 100644 FantasticAnimals/node_modules/@babel/template/lib/options.js create mode 100644 FantasticAnimals/node_modules/@babel/template/lib/parse.js create mode 100644 FantasticAnimals/node_modules/@babel/template/lib/populate.js create mode 100644 FantasticAnimals/node_modules/@babel/template/lib/string.js create mode 100644 FantasticAnimals/node_modules/@babel/template/package.json create mode 100644 FantasticAnimals/node_modules/@babel/traverse/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/traverse/README.md create mode 100644 FantasticAnimals/node_modules/@babel/traverse/lib/cache.js create mode 100644 FantasticAnimals/node_modules/@babel/traverse/lib/context.js create mode 100644 FantasticAnimals/node_modules/@babel/traverse/lib/hub.js create mode 100644 FantasticAnimals/node_modules/@babel/traverse/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/traverse/lib/path/ancestry.js create mode 100644 FantasticAnimals/node_modules/@babel/traverse/lib/path/comments.js create mode 100644 FantasticAnimals/node_modules/@babel/traverse/lib/path/context.js create mode 100644 FantasticAnimals/node_modules/@babel/traverse/lib/path/conversion.js create mode 100644 FantasticAnimals/node_modules/@babel/traverse/lib/path/evaluation.js create mode 100644 FantasticAnimals/node_modules/@babel/traverse/lib/path/family.js create mode 100644 FantasticAnimals/node_modules/@babel/traverse/lib/path/generated/asserts.js create mode 100644 FantasticAnimals/node_modules/@babel/traverse/lib/path/generated/validators.js create mode 100644 FantasticAnimals/node_modules/@babel/traverse/lib/path/index.js create mode 100644 FantasticAnimals/node_modules/@babel/traverse/lib/path/inference/index.js create mode 100644 FantasticAnimals/node_modules/@babel/traverse/lib/path/inference/inferer-reference.js create mode 100644 FantasticAnimals/node_modules/@babel/traverse/lib/path/inference/inferers.js create mode 100644 FantasticAnimals/node_modules/@babel/traverse/lib/path/inference/util.js create mode 100644 FantasticAnimals/node_modules/@babel/traverse/lib/path/introspection.js create mode 100644 FantasticAnimals/node_modules/@babel/traverse/lib/path/lib/hoister.js create mode 100644 FantasticAnimals/node_modules/@babel/traverse/lib/path/lib/removal-hooks.js create mode 100644 FantasticAnimals/node_modules/@babel/traverse/lib/path/lib/virtual-types-validator.js create mode 100644 FantasticAnimals/node_modules/@babel/traverse/lib/path/lib/virtual-types.js create mode 100644 FantasticAnimals/node_modules/@babel/traverse/lib/path/modification.js create mode 100644 FantasticAnimals/node_modules/@babel/traverse/lib/path/removal.js create mode 100644 FantasticAnimals/node_modules/@babel/traverse/lib/path/replacement.js create mode 100644 FantasticAnimals/node_modules/@babel/traverse/lib/scope/binding.js create mode 100644 FantasticAnimals/node_modules/@babel/traverse/lib/scope/index.js create mode 100644 FantasticAnimals/node_modules/@babel/traverse/lib/scope/lib/renamer.js create mode 100644 FantasticAnimals/node_modules/@babel/traverse/lib/traverse-node.js create mode 100644 FantasticAnimals/node_modules/@babel/traverse/lib/types.js create mode 100644 FantasticAnimals/node_modules/@babel/traverse/lib/visitors.js create mode 100644 FantasticAnimals/node_modules/@babel/traverse/node_modules/globals/globals.json create mode 100644 FantasticAnimals/node_modules/@babel/traverse/node_modules/globals/index.js create mode 100644 FantasticAnimals/node_modules/@babel/traverse/node_modules/globals/license create mode 100644 FantasticAnimals/node_modules/@babel/traverse/node_modules/globals/package.json create mode 100644 FantasticAnimals/node_modules/@babel/traverse/node_modules/globals/readme.md create mode 100644 FantasticAnimals/node_modules/@babel/traverse/package.json create mode 100644 FantasticAnimals/node_modules/@babel/traverse/scripts/generators/asserts.js create mode 100644 FantasticAnimals/node_modules/@babel/traverse/scripts/generators/validators.js create mode 100644 FantasticAnimals/node_modules/@babel/traverse/scripts/package.json create mode 100644 FantasticAnimals/node_modules/@babel/types/LICENSE create mode 100644 FantasticAnimals/node_modules/@babel/types/README.md create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/asserts/assertNode.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/asserts/generated/index.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/ast-types/generated/index.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/builders/generated/index.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/builders/generated/uppercase.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/builders/react/buildChildren.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/builders/validateNode.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/clone/clone.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/clone/cloneDeep.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/clone/cloneNode.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/comments/addComment.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/comments/addComments.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/comments/inheritInnerComments.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/comments/inheritLeadingComments.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/comments/inheritTrailingComments.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/comments/inheritsComments.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/comments/removeComments.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/constants/generated/index.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/constants/index.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/converters/ensureBlock.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/converters/toBlock.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/converters/toComputedKey.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/converters/toExpression.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/converters/toIdentifier.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/converters/toKeyAlias.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/converters/toSequenceExpression.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/converters/toStatement.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/converters/valueToNode.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/definitions/core.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/definitions/experimental.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/definitions/flow.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/definitions/index.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/definitions/jsx.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/definitions/misc.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/definitions/placeholders.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/definitions/typescript.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/definitions/utils.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/index-legacy.d.ts create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/index.d.ts create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/index.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/index.js.flow create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/modifications/inherits.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/modifications/removeProperties.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/traverse/traverse.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/traverse/traverseFast.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/utils/inherit.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/utils/shallowEqual.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/validators/generated/index.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/validators/is.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/validators/isBinding.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/validators/isBlockScoped.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/validators/isImmutable.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/validators/isLet.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/validators/isNode.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/validators/isNodesEquivalent.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/validators/isPlaceholderType.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/validators/isReferenced.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/validators/isScope.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/validators/isSpecifierDefault.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/validators/isType.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/validators/isValidES3Identifier.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/validators/isValidIdentifier.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/validators/isVar.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/validators/matchesPattern.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/validators/react/isCompatTag.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/validators/react/isReactComponent.js create mode 100644 FantasticAnimals/node_modules/@babel/types/lib/validators/validate.js create mode 100644 FantasticAnimals/node_modules/@babel/types/package.json create mode 100644 FantasticAnimals/node_modules/@babel/types/scripts/generators/asserts.js create mode 100644 FantasticAnimals/node_modules/@babel/types/scripts/generators/ast-types.js create mode 100644 FantasticAnimals/node_modules/@babel/types/scripts/generators/builders.js create mode 100644 FantasticAnimals/node_modules/@babel/types/scripts/generators/constants.js create mode 100644 FantasticAnimals/node_modules/@babel/types/scripts/generators/docs.js create mode 100644 FantasticAnimals/node_modules/@babel/types/scripts/generators/flow.js create mode 100644 FantasticAnimals/node_modules/@babel/types/scripts/generators/typescript-legacy.js create mode 100644 FantasticAnimals/node_modules/@babel/types/scripts/generators/validators.js create mode 100644 FantasticAnimals/node_modules/@babel/types/scripts/package.json create mode 100644 FantasticAnimals/node_modules/@babel/types/scripts/utils/formatBuilderName.js create mode 100644 FantasticAnimals/node_modules/@babel/types/scripts/utils/lowerFirst.js create mode 100644 FantasticAnimals/node_modules/@babel/types/scripts/utils/stringifyValidator.js create mode 100644 FantasticAnimals/node_modules/@babel/types/scripts/utils/toFunctionName.js create mode 100644 FantasticAnimals/node_modules/@discoveryjs/json-ext/LICENSE create mode 100644 FantasticAnimals/node_modules/@discoveryjs/json-ext/README.md create mode 100644 FantasticAnimals/node_modules/@discoveryjs/json-ext/dist/json-ext.js create mode 100644 FantasticAnimals/node_modules/@discoveryjs/json-ext/dist/json-ext.min.js create mode 100644 FantasticAnimals/node_modules/@discoveryjs/json-ext/dist/version.js create mode 100644 FantasticAnimals/node_modules/@discoveryjs/json-ext/index.d.ts create mode 100644 FantasticAnimals/node_modules/@discoveryjs/json-ext/package.json create mode 100644 FantasticAnimals/node_modules/@discoveryjs/json-ext/src/index.js create mode 100644 FantasticAnimals/node_modules/@discoveryjs/json-ext/src/parse-chunked.js create mode 100644 FantasticAnimals/node_modules/@discoveryjs/json-ext/src/stringify-info.js create mode 100644 FantasticAnimals/node_modules/@discoveryjs/json-ext/src/stringify-stream-browser.js create mode 100644 FantasticAnimals/node_modules/@discoveryjs/json-ext/src/stringify-stream.js create mode 100644 FantasticAnimals/node_modules/@discoveryjs/json-ext/src/text-decoder-browser.js create mode 100644 FantasticAnimals/node_modules/@discoveryjs/json-ext/src/text-decoder.js create mode 100644 FantasticAnimals/node_modules/@discoveryjs/json-ext/src/utils.js create mode 100644 FantasticAnimals/node_modules/@discoveryjs/json-ext/src/version.js create mode 100644 FantasticAnimals/node_modules/@jridgewell/gen-mapping/LICENSE create mode 100644 FantasticAnimals/node_modules/@jridgewell/gen-mapping/README.md create mode 100644 FantasticAnimals/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs create mode 100644 FantasticAnimals/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs.map create mode 100644 FantasticAnimals/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js create mode 100644 FantasticAnimals/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js.map create mode 100644 FantasticAnimals/node_modules/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts create mode 100644 FantasticAnimals/node_modules/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts create mode 100644 FantasticAnimals/node_modules/@jridgewell/gen-mapping/dist/types/types.d.ts create mode 100644 FantasticAnimals/node_modules/@jridgewell/gen-mapping/package.json create mode 100644 FantasticAnimals/node_modules/@jridgewell/gen-mapping/src/gen-mapping.ts create mode 100644 FantasticAnimals/node_modules/@jridgewell/gen-mapping/src/sourcemap-segment.ts create mode 100644 FantasticAnimals/node_modules/@jridgewell/gen-mapping/src/types.ts create mode 100644 FantasticAnimals/node_modules/@jridgewell/resolve-uri/LICENSE create mode 100644 FantasticAnimals/node_modules/@jridgewell/resolve-uri/README.md create mode 100644 FantasticAnimals/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs create mode 100644 FantasticAnimals/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map create mode 100644 FantasticAnimals/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js create mode 100644 FantasticAnimals/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js.map create mode 100644 FantasticAnimals/node_modules/@jridgewell/resolve-uri/dist/types/resolve-uri.d.ts create mode 100644 FantasticAnimals/node_modules/@jridgewell/resolve-uri/package.json create mode 100644 FantasticAnimals/node_modules/@jridgewell/set-array/LICENSE create mode 100644 FantasticAnimals/node_modules/@jridgewell/set-array/README.md create mode 100644 FantasticAnimals/node_modules/@jridgewell/set-array/dist/set-array.mjs create mode 100644 FantasticAnimals/node_modules/@jridgewell/set-array/dist/set-array.mjs.map create mode 100644 FantasticAnimals/node_modules/@jridgewell/set-array/dist/set-array.umd.js create mode 100644 FantasticAnimals/node_modules/@jridgewell/set-array/dist/set-array.umd.js.map create mode 100644 FantasticAnimals/node_modules/@jridgewell/set-array/dist/types/set-array.d.ts create mode 100644 FantasticAnimals/node_modules/@jridgewell/set-array/package.json create mode 100644 FantasticAnimals/node_modules/@jridgewell/set-array/src/set-array.ts create mode 100644 FantasticAnimals/node_modules/@jridgewell/source-map/LICENSE create mode 100644 FantasticAnimals/node_modules/@jridgewell/source-map/README.md create mode 100644 FantasticAnimals/node_modules/@jridgewell/source-map/dist/source-map.mjs create mode 100644 FantasticAnimals/node_modules/@jridgewell/source-map/dist/source-map.mjs.map create mode 100644 FantasticAnimals/node_modules/@jridgewell/source-map/dist/source-map.umd.js create mode 100644 FantasticAnimals/node_modules/@jridgewell/source-map/dist/source-map.umd.js.map create mode 100644 FantasticAnimals/node_modules/@jridgewell/source-map/dist/types/source-map.d.ts create mode 100644 FantasticAnimals/node_modules/@jridgewell/source-map/package.json create mode 100644 FantasticAnimals/node_modules/@jridgewell/sourcemap-codec/LICENSE create mode 100644 FantasticAnimals/node_modules/@jridgewell/sourcemap-codec/README.md create mode 100644 FantasticAnimals/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs create mode 100644 FantasticAnimals/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map create mode 100644 FantasticAnimals/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js create mode 100644 FantasticAnimals/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map create mode 100644 FantasticAnimals/node_modules/@jridgewell/sourcemap-codec/dist/types/sourcemap-codec.d.ts create mode 100644 FantasticAnimals/node_modules/@jridgewell/sourcemap-codec/package.json create mode 100644 FantasticAnimals/node_modules/@jridgewell/sourcemap-codec/src/sourcemap-codec.ts create mode 100644 FantasticAnimals/node_modules/@jridgewell/trace-mapping/LICENSE create mode 100644 FantasticAnimals/node_modules/@jridgewell/trace-mapping/README.md create mode 100644 FantasticAnimals/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs create mode 100644 FantasticAnimals/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map create mode 100644 FantasticAnimals/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js create mode 100644 FantasticAnimals/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map create mode 100644 FantasticAnimals/node_modules/@jridgewell/trace-mapping/dist/types/any-map.d.ts create mode 100644 FantasticAnimals/node_modules/@jridgewell/trace-mapping/dist/types/binary-search.d.ts create mode 100644 FantasticAnimals/node_modules/@jridgewell/trace-mapping/dist/types/by-source.d.ts create mode 100644 FantasticAnimals/node_modules/@jridgewell/trace-mapping/dist/types/resolve.d.ts create mode 100644 FantasticAnimals/node_modules/@jridgewell/trace-mapping/dist/types/sort.d.ts create mode 100644 FantasticAnimals/node_modules/@jridgewell/trace-mapping/dist/types/sourcemap-segment.d.ts create mode 100644 FantasticAnimals/node_modules/@jridgewell/trace-mapping/dist/types/strip-filename.d.ts create mode 100644 FantasticAnimals/node_modules/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts create mode 100644 FantasticAnimals/node_modules/@jridgewell/trace-mapping/dist/types/types.d.ts create mode 100644 FantasticAnimals/node_modules/@jridgewell/trace-mapping/package.json create mode 100755 FantasticAnimals/node_modules/@types/eslint-scope/LICENSE create mode 100755 FantasticAnimals/node_modules/@types/eslint-scope/README.md create mode 100755 FantasticAnimals/node_modules/@types/eslint-scope/index.d.ts create mode 100755 FantasticAnimals/node_modules/@types/eslint-scope/package.json create mode 100755 FantasticAnimals/node_modules/@types/eslint/LICENSE create mode 100755 FantasticAnimals/node_modules/@types/eslint/README.md create mode 100755 FantasticAnimals/node_modules/@types/eslint/helpers.d.ts create mode 100755 FantasticAnimals/node_modules/@types/eslint/index.d.ts create mode 100755 FantasticAnimals/node_modules/@types/eslint/package.json create mode 100755 FantasticAnimals/node_modules/@types/eslint/rules/best-practices.d.ts create mode 100755 FantasticAnimals/node_modules/@types/eslint/rules/deprecated.d.ts create mode 100755 FantasticAnimals/node_modules/@types/eslint/rules/ecmascript-6.d.ts create mode 100755 FantasticAnimals/node_modules/@types/eslint/rules/index.d.ts create mode 100755 FantasticAnimals/node_modules/@types/eslint/rules/node-commonjs.d.ts create mode 100755 FantasticAnimals/node_modules/@types/eslint/rules/possible-errors.d.ts create mode 100755 FantasticAnimals/node_modules/@types/eslint/rules/strict-mode.d.ts create mode 100755 FantasticAnimals/node_modules/@types/eslint/rules/stylistic-issues.d.ts create mode 100755 FantasticAnimals/node_modules/@types/eslint/rules/variables.d.ts create mode 100755 FantasticAnimals/node_modules/@types/eslint/use-at-your-own-risk.d.ts create mode 100755 FantasticAnimals/node_modules/@types/estree/LICENSE create mode 100755 FantasticAnimals/node_modules/@types/estree/README.md create mode 100755 FantasticAnimals/node_modules/@types/estree/flow.d.ts create mode 100755 FantasticAnimals/node_modules/@types/estree/index.d.ts create mode 100755 FantasticAnimals/node_modules/@types/estree/package.json create mode 100755 FantasticAnimals/node_modules/@types/json-schema/LICENSE create mode 100755 FantasticAnimals/node_modules/@types/json-schema/README.md create mode 100755 FantasticAnimals/node_modules/@types/json-schema/index.d.ts create mode 100755 FantasticAnimals/node_modules/@types/json-schema/package.json create mode 100755 FantasticAnimals/node_modules/@types/node/LICENSE create mode 100755 FantasticAnimals/node_modules/@types/node/README.md create mode 100755 FantasticAnimals/node_modules/@types/node/assert.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/assert/strict.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/async_hooks.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/buffer.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/child_process.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/cluster.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/console.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/constants.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/crypto.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/dgram.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/diagnostics_channel.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/dns.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/dns/promises.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/domain.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/events.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/fs.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/fs/promises.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/globals.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/globals.global.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/http.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/http2.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/https.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/index.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/inspector.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/module.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/net.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/os.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/package.json create mode 100755 FantasticAnimals/node_modules/@types/node/path.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/perf_hooks.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/process.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/punycode.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/querystring.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/readline.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/readline/promises.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/repl.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/stream.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/stream/consumers.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/stream/promises.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/stream/web.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/string_decoder.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/test.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/timers.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/timers/promises.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/tls.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/trace_events.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/tty.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/url.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/util.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/v8.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/vm.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/wasi.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/worker_threads.d.ts create mode 100755 FantasticAnimals/node_modules/@types/node/zlib.d.ts create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/ast/LICENSE create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/ast/README.md create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/ast/esm/clone.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/ast/esm/definitions.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/ast/esm/index.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/ast/esm/node-helpers.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/ast/esm/node-path.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/ast/esm/nodes.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/ast/esm/signatures.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/ast/esm/transform/ast-module-to-module-context/index.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/ast/esm/transform/denormalize-type-references/index.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/ast/esm/transform/wast-identifier-to-index/index.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/ast/esm/traverse.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/ast/esm/types/basic.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/ast/esm/types/nodes.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/ast/esm/types/traverse.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/ast/esm/utils.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/ast/lib/clone.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/ast/lib/definitions.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/ast/lib/index.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/ast/lib/node-helpers.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/ast/lib/node-path.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/ast/lib/nodes.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/ast/lib/signatures.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/ast/lib/transform/ast-module-to-module-context/index.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/ast/lib/transform/denormalize-type-references/index.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/ast/lib/transform/wast-identifier-to-index/index.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/ast/lib/traverse.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/ast/lib/types/basic.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/ast/lib/types/nodes.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/ast/lib/types/traverse.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/ast/lib/utils.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/ast/package.json create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/ast/scripts/generateNodeUtils.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/ast/scripts/generateTypeDefinitions.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/ast/scripts/util.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/floating-point-hex-parser/LICENSE create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/floating-point-hex-parser/README.md create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/floating-point-hex-parser/esm/index.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/floating-point-hex-parser/lib/index.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/floating-point-hex-parser/package.json create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/helper-api-error/LICENSE create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/helper-api-error/esm/index.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/helper-api-error/lib/index.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/helper-api-error/package.json create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/helper-buffer/LICENSE create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/helper-buffer/esm/compare.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/helper-buffer/esm/index.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/helper-buffer/lib/compare.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/helper-buffer/lib/index.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/helper-buffer/package.json create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/helper-numbers/LICENSE create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/helper-numbers/esm/index.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/helper-numbers/lib/index.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/helper-numbers/package.json create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/helper-numbers/src/index.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/helper-wasm-bytecode/LICENSE create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/helper-wasm-bytecode/esm/index.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/helper-wasm-bytecode/esm/section.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/helper-wasm-bytecode/lib/index.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/helper-wasm-bytecode/lib/section.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/helper-wasm-bytecode/package.json create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/helper-wasm-section/LICENSE create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/helper-wasm-section/esm/create.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/helper-wasm-section/esm/index.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/helper-wasm-section/esm/remove.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/helper-wasm-section/esm/resize.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/helper-wasm-section/lib/create.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/helper-wasm-section/lib/index.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/helper-wasm-section/lib/remove.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/helper-wasm-section/lib/resize.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/helper-wasm-section/package.json create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/ieee754/LICENSE create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/ieee754/esm/index.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/ieee754/lib/index.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/ieee754/package.json create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/ieee754/src/index.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/leb128/LICENSE.txt create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/leb128/esm/bits.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/leb128/esm/bufs.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/leb128/esm/index.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/leb128/esm/leb.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/leb128/lib/bits.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/leb128/lib/bufs.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/leb128/lib/index.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/leb128/lib/leb.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/leb128/package.json create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/utf8/LICENSE create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/utf8/esm/decoder.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/utf8/esm/encoder.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/utf8/esm/index.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/utf8/lib/decoder.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/utf8/lib/encoder.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/utf8/lib/index.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/utf8/package.json create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/utf8/src/decoder.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/utf8/src/encoder.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/utf8/src/index.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/utf8/test/index.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/wasm-edit/LICENSE create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/wasm-edit/README.md create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/wasm-edit/esm/apply.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/wasm-edit/esm/index.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/wasm-edit/lib/apply.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/wasm-edit/lib/index.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/wasm-edit/package.json create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/wasm-gen/LICENSE create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/wasm-gen/esm/encoder/index.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/wasm-gen/esm/index.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/wasm-gen/lib/encoder/index.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/wasm-gen/lib/index.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/wasm-gen/package.json create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/wasm-opt/LICENSE create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/wasm-opt/esm/index.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/wasm-opt/esm/leb128.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/wasm-opt/lib/index.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/wasm-opt/lib/leb128.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/wasm-opt/package.json create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/wasm-parser/LICENSE create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/wasm-parser/README.md create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/wasm-parser/esm/decoder.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/wasm-parser/esm/index.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/wasm-parser/esm/types/decoder.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/wasm-parser/lib/decoder.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/wasm-parser/lib/index.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/wasm-parser/lib/types/decoder.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/wasm-parser/package.json create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/wast-printer/LICENSE create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/wast-printer/README.md create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/wast-printer/esm/index.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/wast-printer/lib/index.js create mode 100644 FantasticAnimals/node_modules/@webassemblyjs/wast-printer/package.json create mode 100644 FantasticAnimals/node_modules/@webpack-cli/configtest/LICENSE create mode 100644 FantasticAnimals/node_modules/@webpack-cli/configtest/README.md create mode 100644 FantasticAnimals/node_modules/@webpack-cli/configtest/lib/index.d.ts create mode 100644 FantasticAnimals/node_modules/@webpack-cli/configtest/lib/index.js create mode 100644 FantasticAnimals/node_modules/@webpack-cli/configtest/package.json create mode 100644 FantasticAnimals/node_modules/@webpack-cli/info/LICENSE create mode 100644 FantasticAnimals/node_modules/@webpack-cli/info/README.md create mode 100644 FantasticAnimals/node_modules/@webpack-cli/info/lib/index.d.ts create mode 100644 FantasticAnimals/node_modules/@webpack-cli/info/lib/index.js create mode 100644 FantasticAnimals/node_modules/@webpack-cli/info/package.json create mode 100644 FantasticAnimals/node_modules/@webpack-cli/serve/LICENSE create mode 100644 FantasticAnimals/node_modules/@webpack-cli/serve/README.md create mode 100644 FantasticAnimals/node_modules/@webpack-cli/serve/lib/index.d.ts create mode 100644 FantasticAnimals/node_modules/@webpack-cli/serve/lib/index.js create mode 100644 FantasticAnimals/node_modules/@webpack-cli/serve/package.json create mode 100644 FantasticAnimals/node_modules/@xtuc/ieee754/LICENSE create mode 100644 FantasticAnimals/node_modules/@xtuc/ieee754/README.md create mode 100644 FantasticAnimals/node_modules/@xtuc/ieee754/dist/.gitkeep create mode 100644 FantasticAnimals/node_modules/@xtuc/ieee754/dist/index.cjs.js create mode 100644 FantasticAnimals/node_modules/@xtuc/ieee754/index.js create mode 100644 FantasticAnimals/node_modules/@xtuc/ieee754/package.json create mode 100644 FantasticAnimals/node_modules/@xtuc/long/LICENSE create mode 100644 FantasticAnimals/node_modules/@xtuc/long/README.md create mode 100644 FantasticAnimals/node_modules/@xtuc/long/dist/long.js create mode 100644 FantasticAnimals/node_modules/@xtuc/long/dist/long.js.map create mode 100644 FantasticAnimals/node_modules/@xtuc/long/index.d.ts create mode 100644 FantasticAnimals/node_modules/@xtuc/long/index.js create mode 100644 FantasticAnimals/node_modules/@xtuc/long/package.json create mode 100644 FantasticAnimals/node_modules/@xtuc/long/src/long.js create mode 100644 FantasticAnimals/node_modules/acorn-import-assertions/README.md create mode 100644 FantasticAnimals/node_modules/acorn-import-assertions/lib/index.js create mode 100644 FantasticAnimals/node_modules/acorn-import-assertions/lib/index.mjs create mode 100644 FantasticAnimals/node_modules/acorn-import-assertions/package.json create mode 100644 FantasticAnimals/node_modules/acorn-import-assertions/src/index.js create mode 100644 FantasticAnimals/node_modules/ajv-keywords/LICENSE create mode 100644 FantasticAnimals/node_modules/ajv-keywords/README.md create mode 100644 FantasticAnimals/node_modules/ajv-keywords/ajv-keywords.d.ts create mode 100644 FantasticAnimals/node_modules/ajv-keywords/index.js create mode 100644 FantasticAnimals/node_modules/ajv-keywords/keywords/_formatLimit.js create mode 100644 FantasticAnimals/node_modules/ajv-keywords/keywords/_util.js create mode 100644 FantasticAnimals/node_modules/ajv-keywords/keywords/allRequired.js create mode 100644 FantasticAnimals/node_modules/ajv-keywords/keywords/anyRequired.js create mode 100644 FantasticAnimals/node_modules/ajv-keywords/keywords/deepProperties.js create mode 100644 FantasticAnimals/node_modules/ajv-keywords/keywords/deepRequired.js create mode 100644 FantasticAnimals/node_modules/ajv-keywords/keywords/dot/_formatLimit.jst create mode 100644 FantasticAnimals/node_modules/ajv-keywords/keywords/dot/patternRequired.jst create mode 100644 FantasticAnimals/node_modules/ajv-keywords/keywords/dot/switch.jst create mode 100644 FantasticAnimals/node_modules/ajv-keywords/keywords/dotjs/README.md create mode 100644 FantasticAnimals/node_modules/ajv-keywords/keywords/dotjs/_formatLimit.js create mode 100644 FantasticAnimals/node_modules/ajv-keywords/keywords/dotjs/patternRequired.js create mode 100644 FantasticAnimals/node_modules/ajv-keywords/keywords/dotjs/switch.js create mode 100644 FantasticAnimals/node_modules/ajv-keywords/keywords/dynamicDefaults.js create mode 100644 FantasticAnimals/node_modules/ajv-keywords/keywords/formatMaximum.js create mode 100644 FantasticAnimals/node_modules/ajv-keywords/keywords/formatMinimum.js create mode 100644 FantasticAnimals/node_modules/ajv-keywords/keywords/index.js create mode 100644 FantasticAnimals/node_modules/ajv-keywords/keywords/instanceof.js create mode 100644 FantasticAnimals/node_modules/ajv-keywords/keywords/oneRequired.js create mode 100644 FantasticAnimals/node_modules/ajv-keywords/keywords/patternRequired.js create mode 100644 FantasticAnimals/node_modules/ajv-keywords/keywords/prohibited.js create mode 100644 FantasticAnimals/node_modules/ajv-keywords/keywords/range.js create mode 100644 FantasticAnimals/node_modules/ajv-keywords/keywords/regexp.js create mode 100644 FantasticAnimals/node_modules/ajv-keywords/keywords/select.js create mode 100644 FantasticAnimals/node_modules/ajv-keywords/keywords/switch.js create mode 100644 FantasticAnimals/node_modules/ajv-keywords/keywords/transform.js create mode 100644 FantasticAnimals/node_modules/ajv-keywords/keywords/typeof.js create mode 100644 FantasticAnimals/node_modules/ajv-keywords/keywords/uniqueItemProperties.js create mode 100644 FantasticAnimals/node_modules/ajv-keywords/package.json create mode 100644 FantasticAnimals/node_modules/babel-loader/CHANGELOG.md create mode 100644 FantasticAnimals/node_modules/babel-loader/LICENSE create mode 100644 FantasticAnimals/node_modules/babel-loader/README.md create mode 100644 FantasticAnimals/node_modules/babel-loader/lib/Error.js create mode 100644 FantasticAnimals/node_modules/babel-loader/lib/cache.js create mode 100644 FantasticAnimals/node_modules/babel-loader/lib/index.js create mode 100644 FantasticAnimals/node_modules/babel-loader/lib/injectCaller.js create mode 100644 FantasticAnimals/node_modules/babel-loader/lib/schema.json create mode 100644 FantasticAnimals/node_modules/babel-loader/lib/transform.js create mode 100644 FantasticAnimals/node_modules/babel-loader/node_modules/schema-utils/CHANGELOG.md create mode 100644 FantasticAnimals/node_modules/babel-loader/node_modules/schema-utils/LICENSE create mode 100644 FantasticAnimals/node_modules/babel-loader/node_modules/schema-utils/README.md create mode 100644 FantasticAnimals/node_modules/babel-loader/node_modules/schema-utils/declarations/ValidationError.d.ts create mode 100644 FantasticAnimals/node_modules/babel-loader/node_modules/schema-utils/declarations/index.d.ts create mode 100644 FantasticAnimals/node_modules/babel-loader/node_modules/schema-utils/declarations/keywords/absolutePath.d.ts create mode 100644 FantasticAnimals/node_modules/babel-loader/node_modules/schema-utils/declarations/util/Range.d.ts create mode 100644 FantasticAnimals/node_modules/babel-loader/node_modules/schema-utils/declarations/util/hints.d.ts create mode 100644 FantasticAnimals/node_modules/babel-loader/node_modules/schema-utils/declarations/validate.d.ts create mode 100644 FantasticAnimals/node_modules/babel-loader/node_modules/schema-utils/dist/ValidationError.js create mode 100644 FantasticAnimals/node_modules/babel-loader/node_modules/schema-utils/dist/index.js create mode 100644 FantasticAnimals/node_modules/babel-loader/node_modules/schema-utils/dist/keywords/absolutePath.js create mode 100644 FantasticAnimals/node_modules/babel-loader/node_modules/schema-utils/dist/util/Range.js create mode 100644 FantasticAnimals/node_modules/babel-loader/node_modules/schema-utils/dist/util/hints.js create mode 100644 FantasticAnimals/node_modules/babel-loader/node_modules/schema-utils/dist/validate.js create mode 100644 FantasticAnimals/node_modules/babel-loader/node_modules/schema-utils/package.json create mode 100644 FantasticAnimals/node_modules/babel-loader/package.json create mode 100644 FantasticAnimals/node_modules/babel-plugin-dynamic-import-node/.babelrc create mode 100644 FantasticAnimals/node_modules/babel-plugin-dynamic-import-node/.eslintignore create mode 100644 FantasticAnimals/node_modules/babel-plugin-dynamic-import-node/.eslintrc create mode 100644 FantasticAnimals/node_modules/babel-plugin-dynamic-import-node/.travis.yml create mode 100644 FantasticAnimals/node_modules/babel-plugin-dynamic-import-node/CHANGELOG.md create mode 100644 FantasticAnimals/node_modules/babel-plugin-dynamic-import-node/LICENSE create mode 100644 FantasticAnimals/node_modules/babel-plugin-dynamic-import-node/README.md create mode 100644 FantasticAnimals/node_modules/babel-plugin-dynamic-import-node/lib/index.js create mode 100644 FantasticAnimals/node_modules/babel-plugin-dynamic-import-node/lib/utils.js create mode 100644 FantasticAnimals/node_modules/babel-plugin-dynamic-import-node/package.json create mode 100644 FantasticAnimals/node_modules/babel-plugin-dynamic-import-node/utils.js create mode 100644 FantasticAnimals/node_modules/babel-plugin-polyfill-corejs2/LICENSE create mode 100644 FantasticAnimals/node_modules/babel-plugin-polyfill-corejs2/README.md create mode 100644 FantasticAnimals/node_modules/babel-plugin-polyfill-corejs2/esm/index.mjs create mode 100644 FantasticAnimals/node_modules/babel-plugin-polyfill-corejs2/esm/index.mjs.map create mode 100644 FantasticAnimals/node_modules/babel-plugin-polyfill-corejs2/lib/add-platform-specific-polyfills.js create mode 100644 FantasticAnimals/node_modules/babel-plugin-polyfill-corejs2/lib/built-in-definitions.js create mode 100644 FantasticAnimals/node_modules/babel-plugin-polyfill-corejs2/lib/helpers.js create mode 100644 FantasticAnimals/node_modules/babel-plugin-polyfill-corejs2/lib/index.js create mode 100644 FantasticAnimals/node_modules/babel-plugin-polyfill-corejs2/package.json create mode 100644 FantasticAnimals/node_modules/babel-plugin-polyfill-corejs3/LICENSE create mode 100644 FantasticAnimals/node_modules/babel-plugin-polyfill-corejs3/README.md create mode 100644 FantasticAnimals/node_modules/babel-plugin-polyfill-corejs3/core-js-compat/README.md create mode 100644 FantasticAnimals/node_modules/babel-plugin-polyfill-corejs3/core-js-compat/data.js create mode 100644 FantasticAnimals/node_modules/babel-plugin-polyfill-corejs3/core-js-compat/entries.js create mode 100644 FantasticAnimals/node_modules/babel-plugin-polyfill-corejs3/core-js-compat/get-modules-list-for-target-version.js create mode 100644 FantasticAnimals/node_modules/babel-plugin-polyfill-corejs3/esm/index.mjs create mode 100644 FantasticAnimals/node_modules/babel-plugin-polyfill-corejs3/esm/index.mjs.map create mode 100644 FantasticAnimals/node_modules/babel-plugin-polyfill-corejs3/lib/built-in-definitions.js create mode 100644 FantasticAnimals/node_modules/babel-plugin-polyfill-corejs3/lib/index.js create mode 100644 FantasticAnimals/node_modules/babel-plugin-polyfill-corejs3/lib/shipped-proposals.js create mode 100644 FantasticAnimals/node_modules/babel-plugin-polyfill-corejs3/lib/utils.js create mode 100644 FantasticAnimals/node_modules/babel-plugin-polyfill-corejs3/package.json create mode 100644 FantasticAnimals/node_modules/babel-plugin-polyfill-regenerator/LICENSE create mode 100644 FantasticAnimals/node_modules/babel-plugin-polyfill-regenerator/README.md create mode 100644 FantasticAnimals/node_modules/babel-plugin-polyfill-regenerator/esm/index.mjs create mode 100644 FantasticAnimals/node_modules/babel-plugin-polyfill-regenerator/esm/index.mjs.map create mode 100644 FantasticAnimals/node_modules/babel-plugin-polyfill-regenerator/lib/index.js create mode 100644 FantasticAnimals/node_modules/babel-plugin-polyfill-regenerator/package.json create mode 100644 FantasticAnimals/node_modules/big.js/CHANGELOG.md create mode 100644 FantasticAnimals/node_modules/big.js/LICENCE create mode 100644 FantasticAnimals/node_modules/big.js/README.md create mode 100644 FantasticAnimals/node_modules/big.js/big.js create mode 100644 FantasticAnimals/node_modules/big.js/big.min.js create mode 100644 FantasticAnimals/node_modules/big.js/big.mjs create mode 100644 FantasticAnimals/node_modules/big.js/package.json create mode 100644 FantasticAnimals/node_modules/browserslist/LICENSE create mode 100644 FantasticAnimals/node_modules/browserslist/README.md create mode 100644 FantasticAnimals/node_modules/browserslist/browser.js create mode 100755 FantasticAnimals/node_modules/browserslist/cli.js create mode 100644 FantasticAnimals/node_modules/browserslist/error.d.ts create mode 100644 FantasticAnimals/node_modules/browserslist/error.js create mode 100644 FantasticAnimals/node_modules/browserslist/index.d.ts create mode 100644 FantasticAnimals/node_modules/browserslist/index.js create mode 100644 FantasticAnimals/node_modules/browserslist/node.js create mode 100644 FantasticAnimals/node_modules/browserslist/package.json create mode 100644 FantasticAnimals/node_modules/browserslist/parse.js create mode 100644 FantasticAnimals/node_modules/buffer-from/LICENSE create mode 100644 FantasticAnimals/node_modules/buffer-from/index.js create mode 100644 FantasticAnimals/node_modules/buffer-from/package.json create mode 100644 FantasticAnimals/node_modules/buffer-from/readme.md create mode 100644 FantasticAnimals/node_modules/call-bind/.eslintignore create mode 100644 FantasticAnimals/node_modules/call-bind/.eslintrc create mode 100644 FantasticAnimals/node_modules/call-bind/.github/FUNDING.yml create mode 100644 FantasticAnimals/node_modules/call-bind/.nycrc create mode 100644 FantasticAnimals/node_modules/call-bind/CHANGELOG.md create mode 100644 FantasticAnimals/node_modules/call-bind/LICENSE create mode 100644 FantasticAnimals/node_modules/call-bind/README.md create mode 100644 FantasticAnimals/node_modules/call-bind/callBound.js create mode 100644 FantasticAnimals/node_modules/call-bind/index.js create mode 100644 FantasticAnimals/node_modules/call-bind/package.json create mode 100644 FantasticAnimals/node_modules/call-bind/test/callBound.js create mode 100644 FantasticAnimals/node_modules/call-bind/test/index.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/LICENSE create mode 100644 FantasticAnimals/node_modules/caniuse-lite/README.md create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/agents.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/browserVersions.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/browsers.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/aac.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/abortcontroller.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/ac3-ec3.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/accelerometer.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/addeventlistener.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/alternate-stylesheet.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/ambient-light.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/apng.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/array-find-index.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/array-find.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/array-flat.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/array-includes.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/arrow-functions.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/asmjs.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/async-clipboard.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/async-functions.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/atob-btoa.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/audio-api.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/audio.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/audiotracks.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/autofocus.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/auxclick.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/av1.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/avif.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/background-attachment.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/background-clip-text.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/background-img-opts.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/background-position-x-y.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/background-repeat-round-space.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/background-sync.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/battery-status.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/beacon.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/beforeafterprint.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/bigint.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/blobbuilder.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/bloburls.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/border-image.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/border-radius.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/broadcastchannel.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/brotli.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/calc.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/canvas-blending.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/canvas-text.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/canvas.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/ch-unit.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/chacha20-poly1305.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/channel-messaging.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/childnode-remove.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/classlist.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/clipboard.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/colr-v1.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/colr.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/comparedocumentposition.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/console-basic.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/console-time.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/const.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/constraint-validation.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/contenteditable.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/cookie-store-api.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/cors.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/createimagebitmap.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/credential-management.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/cryptography.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-all.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-animation.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-any-link.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-appearance.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-at-counter-style.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-autofill.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-backdrop-filter.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-background-offsets.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-boxshadow.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-canvas.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-caret-color.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-cascade-layers.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-case-insensitive.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-clip-path.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-color-adjust.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-color-function.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-conic-gradients.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-container-queries.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-container-query-units.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-containment.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-content-visibility.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-counters.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-crisp-edges.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-cross-fade.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-default-pseudo.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-deviceadaptation.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-dir-pseudo.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-display-contents.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-element-function.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-env-function.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-exclusions.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-featurequeries.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-file-selector-button.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-filter-function.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-filters.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-first-letter.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-first-line.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-fixed.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-focus-visible.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-focus-within.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-font-palette.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-font-stretch.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-gencontent.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-gradients.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-grid-animation.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-grid.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-has.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-hyphenate.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-hyphens.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-image-orientation.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-image-set.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-in-out-of-range.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-initial-letter.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-initial-value.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-lch-lab.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-letter-spacing.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-line-clamp.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-logical-props.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-marker-pseudo.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-masks.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-matches-pseudo.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-math-functions.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-media-interaction.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-media-range-syntax.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-media-resolution.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-media-scripting.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-mediaqueries.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-mixblendmode.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-motion-paths.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-namespaces.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-nesting.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-not-sel-list.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-nth-child-of.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-opacity.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-optional-pseudo.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-overflow-anchor.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-overflow-overlay.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-overflow.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-page-break.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-paged-media.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-paint-api.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-placeholder-shown.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-placeholder.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-print-color-adjust.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-read-only-write.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-rebeccapurple.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-reflections.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-regions.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-repeating-gradients.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-resize.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-revert-value.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-rrggbbaa.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-scroll-behavior.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-scroll-timeline.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-scrollbar.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-sel2.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-sel3.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-selection.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-shapes.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-snappoints.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-sticky.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-subgrid.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-supports-api.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-table.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-text-align-last.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-text-indent.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-text-justify.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-text-orientation.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-text-spacing.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-textshadow.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-touch-action-2.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-touch-action.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-transitions.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-unicode-bidi.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-unset-value.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-variables.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-when-else.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-widows-orphans.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-width-stretch.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-writing-mode.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css-zoom.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css3-attr.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css3-boxsizing.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css3-colors.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css3-cursors-grab.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css3-cursors-newer.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css3-cursors.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/css3-tabsize.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/currentcolor.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/custom-elements.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/custom-elementsv1.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/customevent.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/datalist.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/dataset.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/datauri.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/decorators.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/details.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/deviceorientation.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/devicepixelratio.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/dialog.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/dispatchevent.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/dnssec.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/do-not-track.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/document-currentscript.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/document-execcommand.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/document-policy.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/document-scrollingelement.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/documenthead.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/dom-manip-convenience.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/dom-range.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/domcontentloaded.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/domfocusin-domfocusout-events.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/dommatrix.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/download.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/dragndrop.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/element-closest.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/element-from-point.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/element-scroll-methods.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/eme.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/eot.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/es5.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/es6-class.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/es6-generators.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/es6-module.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/es6-number.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/es6-string-includes.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/es6.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/eventsource.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/extended-system-fonts.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/feature-policy.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/fetch.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/fieldset-disabled.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/fileapi.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/filereader.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/filereadersync.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/filesystem.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/flac.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/flexbox-gap.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/flexbox.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/flow-root.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/focusin-focusout-events.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/focusoptions-preventscroll.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/font-family-system-ui.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/font-feature.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/font-kerning.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/font-loading.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/font-metrics-overrides.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/font-size-adjust.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/font-smooth.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/font-unicode-range.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/font-variant-alternates.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/font-variant-numeric.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/fontface.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/form-attribute.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/form-submit-attributes.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/form-validation.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/forms.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/fullscreen.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/gamepad.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/geolocation.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/getboundingclientrect.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/getcomputedstyle.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/getelementsbyclassname.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/getrandomvalues.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/gyroscope.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/hardwareconcurrency.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/hashchange.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/heif.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/hevc.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/hidden.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/high-resolution-time.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/history.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/html-media-capture.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/html5semantic.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/http-live-streaming.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/http2.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/http3.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/iframe-sandbox.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/iframe-seamless.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/iframe-srcdoc.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/imagecapture.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/ime.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/import-maps.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/imports.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/indexeddb.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/indexeddb2.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/inline-block.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/innertext.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/input-color.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/input-datetime.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/input-email-tel-url.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/input-event.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/input-file-accept.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/input-file-directory.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/input-file-multiple.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/input-inputmode.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/input-minlength.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/input-number.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/input-pattern.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/input-placeholder.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/input-range.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/input-search.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/input-selection.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/insert-adjacent.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/insertadjacenthtml.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/internationalization.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/intersectionobserver.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/intl-pluralrules.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/intrinsic-width.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/jpeg2000.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/jpegxl.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/jpegxr.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/json.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/keyboardevent-code.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/keyboardevent-key.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/keyboardevent-location.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/keyboardevent-which.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/lazyload.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/let.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/link-icon-png.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/link-icon-svg.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/link-rel-preconnect.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/link-rel-prefetch.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/link-rel-preload.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/link-rel-prerender.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/loading-lazy-attr.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/localecompare.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/magnetometer.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/matchesselector.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/matchmedia.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/mathml.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/maxlength.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/media-attribute.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/media-fragments.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/media-session-api.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/mediarecorder.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/mediasource.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/menu.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/meta-theme-color.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/meter.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/midi.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/minmaxwh.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/mp3.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/mpeg-dash.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/mpeg4.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/multibackgrounds.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/multicolumn.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/mutation-events.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/mutationobserver.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/namevalue-storage.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/native-filesystem-api.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/nav-timing.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/navigator-language.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/netinfo.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/notifications.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/object-entries.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/object-fit.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/object-observe.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/object-values.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/objectrtc.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/offline-apps.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/offscreencanvas.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/ogg-vorbis.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/ogv.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/ol-reversed.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/once-event-listener.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/online-status.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/opus.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/orientation-sensor.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/outline.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/pad-start-end.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/page-transition-events.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/pagevisibility.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/passive-event-listener.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/passwordrules.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/path2d.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/payment-request.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/pdf-viewer.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/permissions-api.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/permissions-policy.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/picture-in-picture.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/picture.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/ping.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/png-alpha.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/pointer-events.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/pointer.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/pointerlock.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/portals.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/prefers-color-scheme.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/private-class-fields.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/private-methods-and-accessors.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/progress.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/promise-finally.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/promises.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/proximity.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/proxy.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/public-class-fields.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/publickeypinning.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/push-api.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/queryselector.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/readonly-attr.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/referrer-policy.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/registerprotocolhandler.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/rel-noopener.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/rel-noreferrer.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/rellist.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/rem.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/requestanimationframe.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/requestidlecallback.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/resizeobserver.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/resource-timing.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/rest-parameters.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/rtcpeerconnection.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/ruby.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/run-in.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/screen-orientation.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/script-async.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/script-defer.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/scrollintoview.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/sdch.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/selection-api.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/server-timing.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/serviceworkers.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/setimmediate.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/sha-2.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/shadowdom.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/shadowdomv1.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/sharedarraybuffer.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/sharedworkers.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/sni.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/spdy.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/speech-recognition.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/speech-synthesis.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/spellcheck-attribute.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/sql-storage.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/srcset.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/stream.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/streams.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/stricttransportsecurity.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/style-scoped.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/subresource-integrity.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/svg-css.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/svg-filters.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/svg-fonts.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/svg-fragment.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/svg-html.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/svg-html5.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/svg-img.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/svg-smil.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/svg.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/sxg.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/tabindex-attr.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/template-literals.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/template.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/temporal.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/testfeat.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/text-decoration.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/text-emphasis.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/text-overflow.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/text-size-adjust.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/text-stroke.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/text-underline-offset.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/textcontent.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/textencoder.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/tls1-1.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/tls1-2.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/tls1-3.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/token-binding.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/touch.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/transforms2d.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/transforms3d.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/trusted-types.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/ttf.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/typedarrays.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/u2f.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/unhandledrejection.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/url.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/urlsearchparams.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/use-strict.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/user-select-none.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/user-timing.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/variable-fonts.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/vector-effect.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/vibration.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/video.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/videotracks.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/viewport-unit-variants.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/viewport-units.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/wai-aria.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/wake-lock.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/wasm.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/wav.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/wbr-element.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/web-animation.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/web-app-manifest.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/web-bluetooth.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/web-serial.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/web-share.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/webauthn.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/webgl.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/webgl2.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/webgpu.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/webhid.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/webkit-user-drag.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/webm.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/webnfc.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/webp.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/websockets.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/webtransport.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/webusb.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/webvr.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/webvtt.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/webworkers.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/webxr.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/will-change.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/woff.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/woff2.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/word-break.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/wordwrap.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/x-doc-messaging.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/x-frame-options.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/xhr2.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/xhtml.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/xhtmlsmil.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/features/xml-serializer.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/AD.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/AE.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/AF.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/AG.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/AI.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/AL.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/AM.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/AO.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/AR.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/AS.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/AT.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/AU.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/AW.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/AX.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/AZ.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/BA.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/BB.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/BD.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/BE.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/BF.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/BG.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/BH.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/BI.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/BJ.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/BM.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/BN.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/BO.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/BR.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/BS.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/BT.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/BW.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/BY.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/BZ.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/CA.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/CD.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/CF.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/CG.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/CH.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/CI.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/CK.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/CL.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/CM.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/CN.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/CO.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/CR.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/CU.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/CV.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/CX.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/CY.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/CZ.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/DE.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/DJ.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/DK.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/DM.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/DO.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/DZ.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/EC.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/EE.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/EG.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/ER.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/ES.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/ET.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/FI.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/FJ.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/FK.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/FM.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/FO.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/FR.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/GA.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/GB.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/GD.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/GE.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/GF.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/GG.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/GH.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/GI.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/GL.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/GM.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/GN.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/GP.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/GQ.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/GR.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/GT.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/GU.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/GW.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/GY.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/HK.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/HN.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/HR.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/HT.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/HU.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/ID.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/IE.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/IL.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/IM.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/IN.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/IQ.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/IR.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/IS.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/IT.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/JE.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/JM.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/JO.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/JP.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/KE.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/KG.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/KH.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/KI.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/KM.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/KN.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/KP.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/KR.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/KW.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/KY.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/KZ.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/LA.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/LB.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/LC.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/LI.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/LK.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/LR.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/LS.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/LT.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/LU.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/LV.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/LY.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/MA.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/MC.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/MD.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/ME.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/MG.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/MH.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/MK.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/ML.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/MM.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/MN.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/MO.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/MP.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/MQ.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/MR.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/MS.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/MT.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/MU.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/MV.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/MW.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/MX.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/MY.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/MZ.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/NA.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/NC.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/NE.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/NF.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/NG.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/NI.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/NL.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/NO.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/NP.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/NR.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/NU.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/NZ.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/OM.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/PA.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/PE.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/PF.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/PG.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/PH.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/PK.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/PL.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/PM.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/PN.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/PR.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/PS.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/PT.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/PW.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/PY.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/QA.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/RE.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/RO.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/RS.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/RU.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/RW.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/SA.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/SB.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/SC.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/SD.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/SE.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/SG.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/SH.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/SI.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/SK.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/SL.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/SM.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/SN.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/SO.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/SR.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/ST.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/SV.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/SY.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/SZ.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/TC.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/TD.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/TG.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/TH.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/TJ.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/TK.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/TL.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/TM.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/TN.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/TO.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/TR.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/TT.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/TV.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/TW.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/TZ.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/UA.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/UG.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/US.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/UY.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/UZ.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/VA.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/VC.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/VE.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/VG.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/VI.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/VN.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/VU.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/WF.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/WS.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/YE.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/YT.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/ZA.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/ZM.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/ZW.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/alt-af.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/alt-an.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/alt-as.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/alt-eu.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/alt-na.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/alt-oc.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/alt-sa.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/data/regions/alt-ww.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/dist/lib/statuses.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/dist/lib/supported.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/dist/unpacker/agents.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/dist/unpacker/browserVersions.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/dist/unpacker/browsers.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/dist/unpacker/feature.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/dist/unpacker/features.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/dist/unpacker/index.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/dist/unpacker/region.js create mode 100644 FantasticAnimals/node_modules/caniuse-lite/package.json create mode 100644 FantasticAnimals/node_modules/chrome-trace-event/CHANGES.md create mode 100644 FantasticAnimals/node_modules/chrome-trace-event/LICENSE.txt create mode 100644 FantasticAnimals/node_modules/chrome-trace-event/README.md create mode 100644 FantasticAnimals/node_modules/chrome-trace-event/dist/trace-event.d.ts create mode 100644 FantasticAnimals/node_modules/chrome-trace-event/dist/trace-event.js create mode 100644 FantasticAnimals/node_modules/chrome-trace-event/dist/trace-event.js.map create mode 100644 FantasticAnimals/node_modules/chrome-trace-event/package.json create mode 100644 FantasticAnimals/node_modules/clone-deep/LICENSE create mode 100644 FantasticAnimals/node_modules/clone-deep/README.md create mode 100644 FantasticAnimals/node_modules/clone-deep/index.js create mode 100644 FantasticAnimals/node_modules/clone-deep/package.json create mode 100644 FantasticAnimals/node_modules/colorette/LICENSE.md create mode 100644 FantasticAnimals/node_modules/colorette/README.md create mode 100644 FantasticAnimals/node_modules/colorette/index.cjs create mode 100644 FantasticAnimals/node_modules/colorette/index.d.ts create mode 100644 FantasticAnimals/node_modules/colorette/index.js create mode 100644 FantasticAnimals/node_modules/colorette/package.json create mode 100644 FantasticAnimals/node_modules/commander/CHANGELOG.md create mode 100644 FantasticAnimals/node_modules/commander/LICENSE create mode 100644 FantasticAnimals/node_modules/commander/Readme.md create mode 100644 FantasticAnimals/node_modules/commander/index.js create mode 100644 FantasticAnimals/node_modules/commander/package.json create mode 100644 FantasticAnimals/node_modules/commander/typings/index.d.ts create mode 100644 FantasticAnimals/node_modules/commondir/LICENSE create mode 100644 FantasticAnimals/node_modules/commondir/example/dir.js create mode 100644 FantasticAnimals/node_modules/commondir/index.js create mode 100644 FantasticAnimals/node_modules/commondir/package.json create mode 100644 FantasticAnimals/node_modules/commondir/readme.markdown create mode 100644 FantasticAnimals/node_modules/commondir/test/dirs.js create mode 100644 FantasticAnimals/node_modules/convert-source-map/LICENSE create mode 100644 FantasticAnimals/node_modules/convert-source-map/README.md create mode 100644 FantasticAnimals/node_modules/convert-source-map/index.js create mode 100644 FantasticAnimals/node_modules/convert-source-map/node_modules/safe-buffer/LICENSE create mode 100644 FantasticAnimals/node_modules/convert-source-map/node_modules/safe-buffer/README.md create mode 100644 FantasticAnimals/node_modules/convert-source-map/node_modules/safe-buffer/index.d.ts create mode 100644 FantasticAnimals/node_modules/convert-source-map/node_modules/safe-buffer/index.js create mode 100644 FantasticAnimals/node_modules/convert-source-map/node_modules/safe-buffer/package.json create mode 100644 FantasticAnimals/node_modules/convert-source-map/package.json create mode 100644 FantasticAnimals/node_modules/core-js-compat/LICENSE create mode 100644 FantasticAnimals/node_modules/core-js-compat/README.md create mode 100644 FantasticAnimals/node_modules/core-js-compat/compat.js create mode 100644 FantasticAnimals/node_modules/core-js-compat/data.json create mode 100644 FantasticAnimals/node_modules/core-js-compat/entries.json create mode 100644 FantasticAnimals/node_modules/core-js-compat/external.json create mode 100644 FantasticAnimals/node_modules/core-js-compat/get-modules-list-for-target-version.js create mode 100644 FantasticAnimals/node_modules/core-js-compat/helpers.js create mode 100644 FantasticAnimals/node_modules/core-js-compat/index.js create mode 100644 FantasticAnimals/node_modules/core-js-compat/modules-by-versions.json create mode 100644 FantasticAnimals/node_modules/core-js-compat/modules.json create mode 120000 FantasticAnimals/node_modules/core-js-compat/node_modules/.bin/semver create mode 100644 FantasticAnimals/node_modules/core-js-compat/node_modules/semver/CHANGELOG.md create mode 100644 FantasticAnimals/node_modules/core-js-compat/node_modules/semver/LICENSE create mode 100644 FantasticAnimals/node_modules/core-js-compat/node_modules/semver/README.md create mode 100755 FantasticAnimals/node_modules/core-js-compat/node_modules/semver/bin/semver.js create mode 100644 FantasticAnimals/node_modules/core-js-compat/node_modules/semver/classes/comparator.js create mode 100644 FantasticAnimals/node_modules/core-js-compat/node_modules/semver/classes/index.js create mode 100644 FantasticAnimals/node_modules/core-js-compat/node_modules/semver/classes/range.js create mode 100644 FantasticAnimals/node_modules/core-js-compat/node_modules/semver/classes/semver.js create mode 100644 FantasticAnimals/node_modules/core-js-compat/node_modules/semver/functions/clean.js create mode 100644 FantasticAnimals/node_modules/core-js-compat/node_modules/semver/functions/cmp.js create mode 100644 FantasticAnimals/node_modules/core-js-compat/node_modules/semver/functions/coerce.js create mode 100644 FantasticAnimals/node_modules/core-js-compat/node_modules/semver/functions/compare-build.js create mode 100644 FantasticAnimals/node_modules/core-js-compat/node_modules/semver/functions/compare-loose.js create mode 100644 FantasticAnimals/node_modules/core-js-compat/node_modules/semver/functions/compare.js create mode 100644 FantasticAnimals/node_modules/core-js-compat/node_modules/semver/functions/diff.js create mode 100644 FantasticAnimals/node_modules/core-js-compat/node_modules/semver/functions/eq.js create mode 100644 FantasticAnimals/node_modules/core-js-compat/node_modules/semver/functions/gt.js create mode 100644 FantasticAnimals/node_modules/core-js-compat/node_modules/semver/functions/gte.js create mode 100644 FantasticAnimals/node_modules/core-js-compat/node_modules/semver/functions/inc.js create mode 100644 FantasticAnimals/node_modules/core-js-compat/node_modules/semver/functions/lt.js create mode 100644 FantasticAnimals/node_modules/core-js-compat/node_modules/semver/functions/lte.js create mode 100644 FantasticAnimals/node_modules/core-js-compat/node_modules/semver/functions/major.js create mode 100644 FantasticAnimals/node_modules/core-js-compat/node_modules/semver/functions/minor.js create mode 100644 FantasticAnimals/node_modules/core-js-compat/node_modules/semver/functions/neq.js create mode 100644 FantasticAnimals/node_modules/core-js-compat/node_modules/semver/functions/parse.js create mode 100644 FantasticAnimals/node_modules/core-js-compat/node_modules/semver/functions/patch.js create mode 100644 FantasticAnimals/node_modules/core-js-compat/node_modules/semver/functions/prerelease.js create mode 100644 FantasticAnimals/node_modules/core-js-compat/node_modules/semver/functions/rcompare.js create mode 100644 FantasticAnimals/node_modules/core-js-compat/node_modules/semver/functions/rsort.js create mode 100644 FantasticAnimals/node_modules/core-js-compat/node_modules/semver/functions/satisfies.js create mode 100644 FantasticAnimals/node_modules/core-js-compat/node_modules/semver/functions/sort.js create mode 100644 FantasticAnimals/node_modules/core-js-compat/node_modules/semver/functions/valid.js create mode 100644 FantasticAnimals/node_modules/core-js-compat/node_modules/semver/index.js create mode 100644 FantasticAnimals/node_modules/core-js-compat/node_modules/semver/internal/constants.js create mode 100644 FantasticAnimals/node_modules/core-js-compat/node_modules/semver/internal/debug.js create mode 100644 FantasticAnimals/node_modules/core-js-compat/node_modules/semver/internal/identifiers.js create mode 100644 FantasticAnimals/node_modules/core-js-compat/node_modules/semver/internal/re.js create mode 100644 FantasticAnimals/node_modules/core-js-compat/node_modules/semver/package.json create mode 100644 FantasticAnimals/node_modules/core-js-compat/node_modules/semver/range.bnf create mode 100644 FantasticAnimals/node_modules/core-js-compat/node_modules/semver/ranges/gtr.js create mode 100644 FantasticAnimals/node_modules/core-js-compat/node_modules/semver/ranges/intersects.js create mode 100644 FantasticAnimals/node_modules/core-js-compat/node_modules/semver/ranges/ltr.js create mode 100644 FantasticAnimals/node_modules/core-js-compat/node_modules/semver/ranges/max-satisfying.js create mode 100644 FantasticAnimals/node_modules/core-js-compat/node_modules/semver/ranges/min-satisfying.js create mode 100644 FantasticAnimals/node_modules/core-js-compat/node_modules/semver/ranges/min-version.js create mode 100644 FantasticAnimals/node_modules/core-js-compat/node_modules/semver/ranges/outside.js create mode 100644 FantasticAnimals/node_modules/core-js-compat/node_modules/semver/ranges/to-comparators.js create mode 100644 FantasticAnimals/node_modules/core-js-compat/node_modules/semver/ranges/valid.js create mode 100644 FantasticAnimals/node_modules/core-js-compat/package.json create mode 100644 FantasticAnimals/node_modules/core-js-compat/targets-parser.js create mode 100644 FantasticAnimals/node_modules/define-properties/.editorconfig create mode 100644 FantasticAnimals/node_modules/define-properties/.eslintrc create mode 100644 FantasticAnimals/node_modules/define-properties/.github/FUNDING.yml create mode 100644 FantasticAnimals/node_modules/define-properties/.nycrc create mode 100644 FantasticAnimals/node_modules/define-properties/CHANGELOG.md create mode 100644 FantasticAnimals/node_modules/define-properties/LICENSE create mode 100644 FantasticAnimals/node_modules/define-properties/README.md create mode 100644 FantasticAnimals/node_modules/define-properties/index.js create mode 100644 FantasticAnimals/node_modules/define-properties/package.json create mode 100644 FantasticAnimals/node_modules/electron-to-chromium/CHANGELOG.md create mode 100644 FantasticAnimals/node_modules/electron-to-chromium/LICENSE create mode 100644 FantasticAnimals/node_modules/electron-to-chromium/README.md create mode 100644 FantasticAnimals/node_modules/electron-to-chromium/chromium-versions.js create mode 100644 FantasticAnimals/node_modules/electron-to-chromium/chromium-versions.json create mode 100644 FantasticAnimals/node_modules/electron-to-chromium/full-chromium-versions.js create mode 100644 FantasticAnimals/node_modules/electron-to-chromium/full-chromium-versions.json create mode 100644 FantasticAnimals/node_modules/electron-to-chromium/full-versions.js create mode 100644 FantasticAnimals/node_modules/electron-to-chromium/full-versions.json create mode 100644 FantasticAnimals/node_modules/electron-to-chromium/index.js create mode 100644 FantasticAnimals/node_modules/electron-to-chromium/package.json create mode 100644 FantasticAnimals/node_modules/electron-to-chromium/versions.js create mode 100644 FantasticAnimals/node_modules/electron-to-chromium/versions.json create mode 100644 FantasticAnimals/node_modules/emojis-list/CHANGELOG.md create mode 100755 FantasticAnimals/node_modules/emojis-list/LICENSE.md create mode 100755 FantasticAnimals/node_modules/emojis-list/README.md create mode 100644 FantasticAnimals/node_modules/emojis-list/index.js create mode 100644 FantasticAnimals/node_modules/emojis-list/package.json create mode 100644 FantasticAnimals/node_modules/enhanced-resolve/LICENSE create mode 100644 FantasticAnimals/node_modules/enhanced-resolve/README.md create mode 100644 FantasticAnimals/node_modules/enhanced-resolve/lib/AliasFieldPlugin.js create mode 100644 FantasticAnimals/node_modules/enhanced-resolve/lib/AliasPlugin.js create mode 100644 FantasticAnimals/node_modules/enhanced-resolve/lib/AppendPlugin.js create mode 100644 FantasticAnimals/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js create mode 100644 FantasticAnimals/node_modules/enhanced-resolve/lib/CloneBasenamePlugin.js create mode 100644 FantasticAnimals/node_modules/enhanced-resolve/lib/ConditionalPlugin.js create mode 100644 FantasticAnimals/node_modules/enhanced-resolve/lib/DescriptionFilePlugin.js create mode 100644 FantasticAnimals/node_modules/enhanced-resolve/lib/DescriptionFileUtils.js create mode 100644 FantasticAnimals/node_modules/enhanced-resolve/lib/DirectoryExistsPlugin.js create mode 100644 FantasticAnimals/node_modules/enhanced-resolve/lib/ExportsFieldPlugin.js create mode 100644 FantasticAnimals/node_modules/enhanced-resolve/lib/ExtensionAliasPlugin.js create mode 100644 FantasticAnimals/node_modules/enhanced-resolve/lib/FileExistsPlugin.js create mode 100644 FantasticAnimals/node_modules/enhanced-resolve/lib/ImportsFieldPlugin.js create mode 100644 FantasticAnimals/node_modules/enhanced-resolve/lib/JoinRequestPartPlugin.js create mode 100644 FantasticAnimals/node_modules/enhanced-resolve/lib/JoinRequestPlugin.js create mode 100644 FantasticAnimals/node_modules/enhanced-resolve/lib/LogInfoPlugin.js create mode 100644 FantasticAnimals/node_modules/enhanced-resolve/lib/MainFieldPlugin.js create mode 100644 FantasticAnimals/node_modules/enhanced-resolve/lib/ModulesInHierachicDirectoriesPlugin.js create mode 100644 FantasticAnimals/node_modules/enhanced-resolve/lib/ModulesInHierarchicalDirectoriesPlugin.js create mode 100644 FantasticAnimals/node_modules/enhanced-resolve/lib/ModulesInRootPlugin.js create mode 100644 FantasticAnimals/node_modules/enhanced-resolve/lib/NextPlugin.js create mode 100644 FantasticAnimals/node_modules/enhanced-resolve/lib/ParsePlugin.js create mode 100644 FantasticAnimals/node_modules/enhanced-resolve/lib/PnpPlugin.js create mode 100644 FantasticAnimals/node_modules/enhanced-resolve/lib/Resolver.js create mode 100644 FantasticAnimals/node_modules/enhanced-resolve/lib/ResolverFactory.js create mode 100644 FantasticAnimals/node_modules/enhanced-resolve/lib/RestrictionsPlugin.js create mode 100644 FantasticAnimals/node_modules/enhanced-resolve/lib/ResultPlugin.js create mode 100644 FantasticAnimals/node_modules/enhanced-resolve/lib/RootsPlugin.js create mode 100644 FantasticAnimals/node_modules/enhanced-resolve/lib/SelfReferencePlugin.js create mode 100644 FantasticAnimals/node_modules/enhanced-resolve/lib/SymlinkPlugin.js create mode 100644 FantasticAnimals/node_modules/enhanced-resolve/lib/SyncAsyncFileSystemDecorator.js create mode 100644 FantasticAnimals/node_modules/enhanced-resolve/lib/TryNextPlugin.js create mode 100644 FantasticAnimals/node_modules/enhanced-resolve/lib/UnsafeCachePlugin.js create mode 100644 FantasticAnimals/node_modules/enhanced-resolve/lib/UseFilePlugin.js create mode 100644 FantasticAnimals/node_modules/enhanced-resolve/lib/createInnerContext.js create mode 100644 FantasticAnimals/node_modules/enhanced-resolve/lib/forEachBail.js create mode 100644 FantasticAnimals/node_modules/enhanced-resolve/lib/getInnerRequest.js create mode 100644 FantasticAnimals/node_modules/enhanced-resolve/lib/getPaths.js create mode 100644 FantasticAnimals/node_modules/enhanced-resolve/lib/index.js create mode 100644 FantasticAnimals/node_modules/enhanced-resolve/lib/util/entrypoints.js create mode 100644 FantasticAnimals/node_modules/enhanced-resolve/lib/util/identifier.js create mode 100644 FantasticAnimals/node_modules/enhanced-resolve/lib/util/path.js create mode 100644 FantasticAnimals/node_modules/enhanced-resolve/lib/util/process-browser.js create mode 100644 FantasticAnimals/node_modules/enhanced-resolve/package.json create mode 100644 FantasticAnimals/node_modules/enhanced-resolve/types.d.ts create mode 100644 FantasticAnimals/node_modules/envinfo/LICENSE create mode 100644 FantasticAnimals/node_modules/envinfo/README.md create mode 100755 FantasticAnimals/node_modules/envinfo/dist/cli.js create mode 100644 FantasticAnimals/node_modules/envinfo/dist/envinfo.js create mode 100644 FantasticAnimals/node_modules/envinfo/package.json create mode 100644 FantasticAnimals/node_modules/es-module-lexer/LICENSE create mode 100644 FantasticAnimals/node_modules/es-module-lexer/README.md create mode 100644 FantasticAnimals/node_modules/es-module-lexer/dist/lexer.asm.js create mode 100644 FantasticAnimals/node_modules/es-module-lexer/dist/lexer.cjs create mode 100644 FantasticAnimals/node_modules/es-module-lexer/dist/lexer.js create mode 100644 FantasticAnimals/node_modules/es-module-lexer/lexer.js create mode 100644 FantasticAnimals/node_modules/es-module-lexer/package.json create mode 100644 FantasticAnimals/node_modules/es-module-lexer/types/lexer.d.ts create mode 100644 FantasticAnimals/node_modules/escalade/dist/index.js create mode 100644 FantasticAnimals/node_modules/escalade/dist/index.mjs create mode 100644 FantasticAnimals/node_modules/escalade/index.d.ts create mode 100644 FantasticAnimals/node_modules/escalade/license create mode 100644 FantasticAnimals/node_modules/escalade/package.json create mode 100644 FantasticAnimals/node_modules/escalade/readme.md create mode 100644 FantasticAnimals/node_modules/escalade/sync/index.d.ts create mode 100644 FantasticAnimals/node_modules/escalade/sync/index.js create mode 100644 FantasticAnimals/node_modules/escalade/sync/index.mjs create mode 100644 FantasticAnimals/node_modules/events/.airtap.yml create mode 100644 FantasticAnimals/node_modules/events/.github/FUNDING.yml create mode 100644 FantasticAnimals/node_modules/events/.travis.yml create mode 100644 FantasticAnimals/node_modules/events/History.md create mode 100644 FantasticAnimals/node_modules/events/LICENSE create mode 100644 FantasticAnimals/node_modules/events/Readme.md create mode 100644 FantasticAnimals/node_modules/events/events.js create mode 100644 FantasticAnimals/node_modules/events/package.json create mode 100644 FantasticAnimals/node_modules/events/security.md create mode 100644 FantasticAnimals/node_modules/events/tests/add-listeners.js create mode 100644 FantasticAnimals/node_modules/events/tests/check-listener-leaks.js create mode 100644 FantasticAnimals/node_modules/events/tests/common.js create mode 100644 FantasticAnimals/node_modules/events/tests/errors.js create mode 100644 FantasticAnimals/node_modules/events/tests/events-list.js create mode 100644 FantasticAnimals/node_modules/events/tests/events-once.js create mode 100644 FantasticAnimals/node_modules/events/tests/index.js create mode 100644 FantasticAnimals/node_modules/events/tests/legacy-compat.js create mode 100644 FantasticAnimals/node_modules/events/tests/listener-count.js create mode 100644 FantasticAnimals/node_modules/events/tests/listeners-side-effects.js create mode 100644 FantasticAnimals/node_modules/events/tests/listeners.js create mode 100644 FantasticAnimals/node_modules/events/tests/max-listeners.js create mode 100644 FantasticAnimals/node_modules/events/tests/method-names.js create mode 100644 FantasticAnimals/node_modules/events/tests/modify-in-emit.js create mode 100644 FantasticAnimals/node_modules/events/tests/num-args.js create mode 100644 FantasticAnimals/node_modules/events/tests/once.js create mode 100644 FantasticAnimals/node_modules/events/tests/prepend.js create mode 100644 FantasticAnimals/node_modules/events/tests/remove-all-listeners.js create mode 100644 FantasticAnimals/node_modules/events/tests/remove-listeners.js create mode 100644 FantasticAnimals/node_modules/events/tests/set-max-listeners-side-effects.js create mode 100644 FantasticAnimals/node_modules/events/tests/special-event-names.js create mode 100644 FantasticAnimals/node_modules/events/tests/subclass.js create mode 100644 FantasticAnimals/node_modules/events/tests/symbols.js create mode 100644 FantasticAnimals/node_modules/fastest-levenshtein/.eslintrc.json create mode 100644 FantasticAnimals/node_modules/fastest-levenshtein/.prettierrc create mode 100644 FantasticAnimals/node_modules/fastest-levenshtein/.travis.yml create mode 100644 FantasticAnimals/node_modules/fastest-levenshtein/LICENSE.md create mode 100644 FantasticAnimals/node_modules/fastest-levenshtein/README.md create mode 100644 FantasticAnimals/node_modules/fastest-levenshtein/bench.js create mode 100644 FantasticAnimals/node_modules/fastest-levenshtein/esm/mod.d.ts create mode 100644 FantasticAnimals/node_modules/fastest-levenshtein/esm/mod.d.ts.map create mode 100644 FantasticAnimals/node_modules/fastest-levenshtein/esm/mod.js create mode 100644 FantasticAnimals/node_modules/fastest-levenshtein/mod.d.ts create mode 100644 FantasticAnimals/node_modules/fastest-levenshtein/mod.js create mode 100644 FantasticAnimals/node_modules/fastest-levenshtein/package.json create mode 100644 FantasticAnimals/node_modules/fastest-levenshtein/test.js create mode 100644 FantasticAnimals/node_modules/fastest-levenshtein/test.ts create mode 100644 FantasticAnimals/node_modules/find-cache-dir/index.js create mode 100644 FantasticAnimals/node_modules/find-cache-dir/license create mode 100644 FantasticAnimals/node_modules/find-cache-dir/package.json create mode 100644 FantasticAnimals/node_modules/find-cache-dir/readme.md create mode 100644 FantasticAnimals/node_modules/function-bind/.editorconfig create mode 100644 FantasticAnimals/node_modules/function-bind/.eslintrc create mode 100644 FantasticAnimals/node_modules/function-bind/.jscs.json create mode 100644 FantasticAnimals/node_modules/function-bind/.npmignore create mode 100644 FantasticAnimals/node_modules/function-bind/.travis.yml create mode 100644 FantasticAnimals/node_modules/function-bind/LICENSE create mode 100644 FantasticAnimals/node_modules/function-bind/README.md create mode 100644 FantasticAnimals/node_modules/function-bind/implementation.js create mode 100644 FantasticAnimals/node_modules/function-bind/index.js create mode 100644 FantasticAnimals/node_modules/function-bind/package.json create mode 100644 FantasticAnimals/node_modules/function-bind/test/.eslintrc create mode 100644 FantasticAnimals/node_modules/function-bind/test/index.js create mode 100644 FantasticAnimals/node_modules/gensync/LICENSE create mode 100644 FantasticAnimals/node_modules/gensync/README.md create mode 100644 FantasticAnimals/node_modules/gensync/index.js create mode 100644 FantasticAnimals/node_modules/gensync/index.js.flow create mode 100644 FantasticAnimals/node_modules/gensync/package.json create mode 100644 FantasticAnimals/node_modules/gensync/test/.babelrc create mode 100644 FantasticAnimals/node_modules/gensync/test/index.test.js create mode 100644 FantasticAnimals/node_modules/get-intrinsic/.eslintrc create mode 100644 FantasticAnimals/node_modules/get-intrinsic/.github/FUNDING.yml create mode 100644 FantasticAnimals/node_modules/get-intrinsic/.nycrc create mode 100644 FantasticAnimals/node_modules/get-intrinsic/CHANGELOG.md create mode 100644 FantasticAnimals/node_modules/get-intrinsic/LICENSE create mode 100644 FantasticAnimals/node_modules/get-intrinsic/README.md create mode 100644 FantasticAnimals/node_modules/get-intrinsic/index.js create mode 100644 FantasticAnimals/node_modules/get-intrinsic/package.json create mode 100644 FantasticAnimals/node_modules/get-intrinsic/test/GetIntrinsic.js create mode 100644 FantasticAnimals/node_modules/glob-to-regexp/.travis.yml create mode 100644 FantasticAnimals/node_modules/glob-to-regexp/README.md create mode 100644 FantasticAnimals/node_modules/glob-to-regexp/index.js create mode 100644 FantasticAnimals/node_modules/glob-to-regexp/package.json create mode 100644 FantasticAnimals/node_modules/glob-to-regexp/test.js create mode 100644 FantasticAnimals/node_modules/graceful-fs/LICENSE create mode 100644 FantasticAnimals/node_modules/graceful-fs/README.md create mode 100644 FantasticAnimals/node_modules/graceful-fs/clone.js create mode 100644 FantasticAnimals/node_modules/graceful-fs/graceful-fs.js create mode 100644 FantasticAnimals/node_modules/graceful-fs/legacy-streams.js create mode 100644 FantasticAnimals/node_modules/graceful-fs/package.json create mode 100644 FantasticAnimals/node_modules/graceful-fs/polyfills.js create mode 100644 FantasticAnimals/node_modules/has-property-descriptors/.eslintrc create mode 100644 FantasticAnimals/node_modules/has-property-descriptors/.github/FUNDING.yml create mode 100644 FantasticAnimals/node_modules/has-property-descriptors/.nycrc create mode 100644 FantasticAnimals/node_modules/has-property-descriptors/CHANGELOG.md create mode 100644 FantasticAnimals/node_modules/has-property-descriptors/LICENSE create mode 100644 FantasticAnimals/node_modules/has-property-descriptors/README.md create mode 100644 FantasticAnimals/node_modules/has-property-descriptors/index.js create mode 100644 FantasticAnimals/node_modules/has-property-descriptors/package.json create mode 100644 FantasticAnimals/node_modules/has-property-descriptors/test/index.js create mode 100644 FantasticAnimals/node_modules/has-symbols/.eslintrc create mode 100644 FantasticAnimals/node_modules/has-symbols/.github/FUNDING.yml create mode 100644 FantasticAnimals/node_modules/has-symbols/.nycrc create mode 100644 FantasticAnimals/node_modules/has-symbols/CHANGELOG.md create mode 100644 FantasticAnimals/node_modules/has-symbols/LICENSE create mode 100644 FantasticAnimals/node_modules/has-symbols/README.md create mode 100644 FantasticAnimals/node_modules/has-symbols/index.js create mode 100644 FantasticAnimals/node_modules/has-symbols/package.json create mode 100644 FantasticAnimals/node_modules/has-symbols/shams.js create mode 100644 FantasticAnimals/node_modules/has-symbols/test/index.js create mode 100644 FantasticAnimals/node_modules/has-symbols/test/shams/core-js.js create mode 100644 FantasticAnimals/node_modules/has-symbols/test/shams/get-own-property-symbols.js create mode 100644 FantasticAnimals/node_modules/has-symbols/test/tests.js create mode 100644 FantasticAnimals/node_modules/has/LICENSE-MIT create mode 100644 FantasticAnimals/node_modules/has/README.md create mode 100644 FantasticAnimals/node_modules/has/package.json create mode 100644 FantasticAnimals/node_modules/has/src/index.js create mode 100644 FantasticAnimals/node_modules/has/test/index.js create mode 100755 FantasticAnimals/node_modules/import-local/fixtures/cli.js create mode 100644 FantasticAnimals/node_modules/import-local/index.js create mode 100644 FantasticAnimals/node_modules/import-local/license create mode 100644 FantasticAnimals/node_modules/import-local/package.json create mode 100644 FantasticAnimals/node_modules/import-local/readme.md create mode 100644 FantasticAnimals/node_modules/interpret/CHANGELOG create mode 100644 FantasticAnimals/node_modules/interpret/LICENSE create mode 100644 FantasticAnimals/node_modules/interpret/README.md create mode 100644 FantasticAnimals/node_modules/interpret/index.js create mode 100644 FantasticAnimals/node_modules/interpret/mjs-stub.js create mode 100644 FantasticAnimals/node_modules/interpret/package.json create mode 100644 FantasticAnimals/node_modules/is-core-module/.eslintrc create mode 100644 FantasticAnimals/node_modules/is-core-module/.nycrc create mode 100644 FantasticAnimals/node_modules/is-core-module/CHANGELOG.md create mode 100644 FantasticAnimals/node_modules/is-core-module/LICENSE create mode 100644 FantasticAnimals/node_modules/is-core-module/README.md create mode 100644 FantasticAnimals/node_modules/is-core-module/core.json create mode 100644 FantasticAnimals/node_modules/is-core-module/index.js create mode 100644 FantasticAnimals/node_modules/is-core-module/package.json create mode 100644 FantasticAnimals/node_modules/is-core-module/test/index.js create mode 100644 FantasticAnimals/node_modules/is-plain-object/LICENSE create mode 100644 FantasticAnimals/node_modules/is-plain-object/README.md create mode 100644 FantasticAnimals/node_modules/is-plain-object/index.d.ts create mode 100644 FantasticAnimals/node_modules/is-plain-object/index.js create mode 100644 FantasticAnimals/node_modules/is-plain-object/package.json create mode 100644 FantasticAnimals/node_modules/isobject/LICENSE create mode 100644 FantasticAnimals/node_modules/isobject/README.md create mode 100644 FantasticAnimals/node_modules/isobject/index.d.ts create mode 100644 FantasticAnimals/node_modules/isobject/index.js create mode 100644 FantasticAnimals/node_modules/isobject/package.json create mode 100644 FantasticAnimals/node_modules/jest-worker/LICENSE create mode 100644 FantasticAnimals/node_modules/jest-worker/README.md create mode 100644 FantasticAnimals/node_modules/jest-worker/build/Farm.d.ts create mode 100644 FantasticAnimals/node_modules/jest-worker/build/Farm.js create mode 100644 FantasticAnimals/node_modules/jest-worker/build/FifoQueue.d.ts create mode 100644 FantasticAnimals/node_modules/jest-worker/build/FifoQueue.js create mode 100644 FantasticAnimals/node_modules/jest-worker/build/PriorityQueue.d.ts create mode 100644 FantasticAnimals/node_modules/jest-worker/build/PriorityQueue.js create mode 100644 FantasticAnimals/node_modules/jest-worker/build/WorkerPool.d.ts create mode 100644 FantasticAnimals/node_modules/jest-worker/build/WorkerPool.js create mode 100644 FantasticAnimals/node_modules/jest-worker/build/base/BaseWorkerPool.d.ts create mode 100644 FantasticAnimals/node_modules/jest-worker/build/base/BaseWorkerPool.js create mode 100644 FantasticAnimals/node_modules/jest-worker/build/index.d.ts create mode 100644 FantasticAnimals/node_modules/jest-worker/build/index.js create mode 100644 FantasticAnimals/node_modules/jest-worker/build/types.d.ts create mode 100644 FantasticAnimals/node_modules/jest-worker/build/types.js create mode 100644 FantasticAnimals/node_modules/jest-worker/build/workers/ChildProcessWorker.d.ts create mode 100644 FantasticAnimals/node_modules/jest-worker/build/workers/ChildProcessWorker.js create mode 100644 FantasticAnimals/node_modules/jest-worker/build/workers/NodeThreadsWorker.d.ts create mode 100644 FantasticAnimals/node_modules/jest-worker/build/workers/NodeThreadsWorker.js create mode 100644 FantasticAnimals/node_modules/jest-worker/build/workers/messageParent.d.ts create mode 100644 FantasticAnimals/node_modules/jest-worker/build/workers/messageParent.js create mode 100644 FantasticAnimals/node_modules/jest-worker/build/workers/processChild.d.ts create mode 100644 FantasticAnimals/node_modules/jest-worker/build/workers/processChild.js create mode 100644 FantasticAnimals/node_modules/jest-worker/build/workers/threadChild.d.ts create mode 100644 FantasticAnimals/node_modules/jest-worker/build/workers/threadChild.js create mode 100644 FantasticAnimals/node_modules/jest-worker/node_modules/supports-color/browser.js create mode 100644 FantasticAnimals/node_modules/jest-worker/node_modules/supports-color/index.js create mode 100644 FantasticAnimals/node_modules/jest-worker/node_modules/supports-color/license create mode 100644 FantasticAnimals/node_modules/jest-worker/node_modules/supports-color/package.json create mode 100644 FantasticAnimals/node_modules/jest-worker/node_modules/supports-color/readme.md create mode 100644 FantasticAnimals/node_modules/jest-worker/package.json create mode 100644 FantasticAnimals/node_modules/js-tokens/CHANGELOG.md create mode 100644 FantasticAnimals/node_modules/js-tokens/LICENSE create mode 100644 FantasticAnimals/node_modules/js-tokens/README.md create mode 100644 FantasticAnimals/node_modules/js-tokens/index.js create mode 100644 FantasticAnimals/node_modules/js-tokens/package.json create mode 100644 FantasticAnimals/node_modules/jsesc/LICENSE-MIT.txt create mode 100644 FantasticAnimals/node_modules/jsesc/README.md create mode 100755 FantasticAnimals/node_modules/jsesc/bin/jsesc create mode 100644 FantasticAnimals/node_modules/jsesc/jsesc.js create mode 100644 FantasticAnimals/node_modules/jsesc/man/jsesc.1 create mode 100644 FantasticAnimals/node_modules/jsesc/package.json create mode 100644 FantasticAnimals/node_modules/json-parse-even-better-errors/CHANGELOG.md create mode 100644 FantasticAnimals/node_modules/json-parse-even-better-errors/LICENSE.md create mode 100644 FantasticAnimals/node_modules/json-parse-even-better-errors/README.md create mode 100644 FantasticAnimals/node_modules/json-parse-even-better-errors/index.js create mode 100644 FantasticAnimals/node_modules/json-parse-even-better-errors/package.json create mode 100644 FantasticAnimals/node_modules/json5/LICENSE.md create mode 100644 FantasticAnimals/node_modules/json5/README.md create mode 100644 FantasticAnimals/node_modules/json5/dist/index.js create mode 100644 FantasticAnimals/node_modules/json5/dist/index.min.js create mode 100644 FantasticAnimals/node_modules/json5/dist/index.min.mjs create mode 100644 FantasticAnimals/node_modules/json5/dist/index.mjs create mode 100755 FantasticAnimals/node_modules/json5/lib/cli.js create mode 100644 FantasticAnimals/node_modules/json5/lib/index.d.ts create mode 100644 FantasticAnimals/node_modules/json5/lib/index.js create mode 100644 FantasticAnimals/node_modules/json5/lib/parse.d.ts create mode 100644 FantasticAnimals/node_modules/json5/lib/parse.js create mode 100644 FantasticAnimals/node_modules/json5/lib/register.js create mode 100644 FantasticAnimals/node_modules/json5/lib/require.js create mode 100644 FantasticAnimals/node_modules/json5/lib/stringify.d.ts create mode 100644 FantasticAnimals/node_modules/json5/lib/stringify.js create mode 100644 FantasticAnimals/node_modules/json5/lib/unicode.d.ts create mode 100644 FantasticAnimals/node_modules/json5/lib/unicode.js create mode 100644 FantasticAnimals/node_modules/json5/lib/util.d.ts create mode 100644 FantasticAnimals/node_modules/json5/lib/util.js create mode 100644 FantasticAnimals/node_modules/json5/package.json create mode 100644 FantasticAnimals/node_modules/kind-of/CHANGELOG.md create mode 100644 FantasticAnimals/node_modules/kind-of/LICENSE create mode 100644 FantasticAnimals/node_modules/kind-of/README.md create mode 100644 FantasticAnimals/node_modules/kind-of/index.js create mode 100644 FantasticAnimals/node_modules/kind-of/package.json create mode 100644 FantasticAnimals/node_modules/loader-runner/LICENSE create mode 100644 FantasticAnimals/node_modules/loader-runner/README.md create mode 100644 FantasticAnimals/node_modules/loader-runner/lib/LoaderLoadingError.js create mode 100644 FantasticAnimals/node_modules/loader-runner/lib/LoaderRunner.js create mode 100644 FantasticAnimals/node_modules/loader-runner/lib/loadLoader.js create mode 100644 FantasticAnimals/node_modules/loader-runner/package.json create mode 100644 FantasticAnimals/node_modules/loader-utils/LICENSE create mode 100644 FantasticAnimals/node_modules/loader-utils/README.md create mode 100644 FantasticAnimals/node_modules/loader-utils/lib/getCurrentRequest.js create mode 100644 FantasticAnimals/node_modules/loader-utils/lib/getHashDigest.js create mode 100644 FantasticAnimals/node_modules/loader-utils/lib/getOptions.js create mode 100644 FantasticAnimals/node_modules/loader-utils/lib/getRemainingRequest.js create mode 100644 FantasticAnimals/node_modules/loader-utils/lib/hash/BatchedHash.js create mode 100644 FantasticAnimals/node_modules/loader-utils/lib/hash/md4.js create mode 100644 FantasticAnimals/node_modules/loader-utils/lib/hash/wasm-hash.js create mode 100644 FantasticAnimals/node_modules/loader-utils/lib/index.js create mode 100644 FantasticAnimals/node_modules/loader-utils/lib/interpolateName.js create mode 100644 FantasticAnimals/node_modules/loader-utils/lib/isUrlRequest.js create mode 100644 FantasticAnimals/node_modules/loader-utils/lib/parseQuery.js create mode 100644 FantasticAnimals/node_modules/loader-utils/lib/parseString.js create mode 100644 FantasticAnimals/node_modules/loader-utils/lib/stringifyRequest.js create mode 100644 FantasticAnimals/node_modules/loader-utils/lib/urlToRequest.js create mode 100644 FantasticAnimals/node_modules/loader-utils/package.json create mode 100644 FantasticAnimals/node_modules/lodash.debounce/LICENSE create mode 100644 FantasticAnimals/node_modules/lodash.debounce/README.md create mode 100644 FantasticAnimals/node_modules/lodash.debounce/index.js create mode 100644 FantasticAnimals/node_modules/lodash.debounce/package.json create mode 100644 FantasticAnimals/node_modules/make-dir/index.d.ts create mode 100644 FantasticAnimals/node_modules/make-dir/index.js create mode 100644 FantasticAnimals/node_modules/make-dir/license create mode 100644 FantasticAnimals/node_modules/make-dir/package.json create mode 100644 FantasticAnimals/node_modules/make-dir/readme.md create mode 100644 FantasticAnimals/node_modules/merge-stream/LICENSE create mode 100644 FantasticAnimals/node_modules/merge-stream/README.md create mode 100644 FantasticAnimals/node_modules/merge-stream/index.js create mode 100644 FantasticAnimals/node_modules/merge-stream/package.json create mode 100644 FantasticAnimals/node_modules/mime-db/HISTORY.md create mode 100644 FantasticAnimals/node_modules/mime-db/LICENSE create mode 100644 FantasticAnimals/node_modules/mime-db/README.md create mode 100644 FantasticAnimals/node_modules/mime-db/db.json create mode 100644 FantasticAnimals/node_modules/mime-db/index.js create mode 100644 FantasticAnimals/node_modules/mime-db/package.json create mode 100644 FantasticAnimals/node_modules/mime-types/HISTORY.md create mode 100644 FantasticAnimals/node_modules/mime-types/LICENSE create mode 100644 FantasticAnimals/node_modules/mime-types/README.md create mode 100644 FantasticAnimals/node_modules/mime-types/index.js create mode 100644 FantasticAnimals/node_modules/mime-types/package.json create mode 100644 FantasticAnimals/node_modules/neo-async/LICENSE create mode 100644 FantasticAnimals/node_modules/neo-async/README.md create mode 100644 FantasticAnimals/node_modules/neo-async/all.js create mode 100644 FantasticAnimals/node_modules/neo-async/allLimit.js create mode 100644 FantasticAnimals/node_modules/neo-async/allSeries.js create mode 100644 FantasticAnimals/node_modules/neo-async/angelFall.js create mode 100644 FantasticAnimals/node_modules/neo-async/any.js create mode 100644 FantasticAnimals/node_modules/neo-async/anyLimit.js create mode 100644 FantasticAnimals/node_modules/neo-async/anySeries.js create mode 100644 FantasticAnimals/node_modules/neo-async/apply.js create mode 100644 FantasticAnimals/node_modules/neo-async/applyEach.js create mode 100644 FantasticAnimals/node_modules/neo-async/applyEachSeries.js create mode 100644 FantasticAnimals/node_modules/neo-async/async.js create mode 100644 FantasticAnimals/node_modules/neo-async/async.min.js create mode 100644 FantasticAnimals/node_modules/neo-async/asyncify.js create mode 100644 FantasticAnimals/node_modules/neo-async/auto.js create mode 100644 FantasticAnimals/node_modules/neo-async/autoInject.js create mode 100644 FantasticAnimals/node_modules/neo-async/cargo.js create mode 100644 FantasticAnimals/node_modules/neo-async/compose.js create mode 100644 FantasticAnimals/node_modules/neo-async/concat.js create mode 100644 FantasticAnimals/node_modules/neo-async/concatLimit.js create mode 100644 FantasticAnimals/node_modules/neo-async/concatSeries.js create mode 100644 FantasticAnimals/node_modules/neo-async/constant.js create mode 100644 FantasticAnimals/node_modules/neo-async/createLogger.js create mode 100644 FantasticAnimals/node_modules/neo-async/detect.js create mode 100644 FantasticAnimals/node_modules/neo-async/detectLimit.js create mode 100644 FantasticAnimals/node_modules/neo-async/detectSeries.js create mode 100644 FantasticAnimals/node_modules/neo-async/dir.js create mode 100644 FantasticAnimals/node_modules/neo-async/doDuring.js create mode 100644 FantasticAnimals/node_modules/neo-async/doUntil.js create mode 100644 FantasticAnimals/node_modules/neo-async/doWhilst.js create mode 100644 FantasticAnimals/node_modules/neo-async/during.js create mode 100644 FantasticAnimals/node_modules/neo-async/each.js create mode 100644 FantasticAnimals/node_modules/neo-async/eachLimit.js create mode 100644 FantasticAnimals/node_modules/neo-async/eachOf.js create mode 100644 FantasticAnimals/node_modules/neo-async/eachOfLimit.js create mode 100644 FantasticAnimals/node_modules/neo-async/eachOfSeries.js create mode 100644 FantasticAnimals/node_modules/neo-async/eachSeries.js create mode 100644 FantasticAnimals/node_modules/neo-async/ensureAsync.js create mode 100644 FantasticAnimals/node_modules/neo-async/every.js create mode 100644 FantasticAnimals/node_modules/neo-async/everyLimit.js create mode 100644 FantasticAnimals/node_modules/neo-async/everySeries.js create mode 100644 FantasticAnimals/node_modules/neo-async/fast.js create mode 100644 FantasticAnimals/node_modules/neo-async/filter.js create mode 100644 FantasticAnimals/node_modules/neo-async/filterLimit.js create mode 100644 FantasticAnimals/node_modules/neo-async/filterSeries.js create mode 100644 FantasticAnimals/node_modules/neo-async/find.js create mode 100644 FantasticAnimals/node_modules/neo-async/findLimit.js create mode 100644 FantasticAnimals/node_modules/neo-async/findSeries.js create mode 100644 FantasticAnimals/node_modules/neo-async/foldl.js create mode 100644 FantasticAnimals/node_modules/neo-async/foldr.js create mode 100644 FantasticAnimals/node_modules/neo-async/forEach.js create mode 100644 FantasticAnimals/node_modules/neo-async/forEachLimit.js create mode 100644 FantasticAnimals/node_modules/neo-async/forEachOf.js create mode 100644 FantasticAnimals/node_modules/neo-async/forEachOfLimit.js create mode 100644 FantasticAnimals/node_modules/neo-async/forEachOfSeries.js create mode 100644 FantasticAnimals/node_modules/neo-async/forEachSeries.js create mode 100644 FantasticAnimals/node_modules/neo-async/forever.js create mode 100644 FantasticAnimals/node_modules/neo-async/groupBy.js create mode 100644 FantasticAnimals/node_modules/neo-async/groupByLimit.js create mode 100644 FantasticAnimals/node_modules/neo-async/groupBySeries.js create mode 100644 FantasticAnimals/node_modules/neo-async/inject.js create mode 100644 FantasticAnimals/node_modules/neo-async/iterator.js create mode 100644 FantasticAnimals/node_modules/neo-async/log.js create mode 100644 FantasticAnimals/node_modules/neo-async/map.js create mode 100644 FantasticAnimals/node_modules/neo-async/mapLimit.js create mode 100644 FantasticAnimals/node_modules/neo-async/mapSeries.js create mode 100644 FantasticAnimals/node_modules/neo-async/mapValues.js create mode 100644 FantasticAnimals/node_modules/neo-async/mapValuesLimit.js create mode 100644 FantasticAnimals/node_modules/neo-async/mapValuesSeries.js create mode 100644 FantasticAnimals/node_modules/neo-async/memoize.js create mode 100644 FantasticAnimals/node_modules/neo-async/nextTick.js create mode 100644 FantasticAnimals/node_modules/neo-async/omit.js create mode 100644 FantasticAnimals/node_modules/neo-async/omitLimit.js create mode 100644 FantasticAnimals/node_modules/neo-async/omitSeries.js create mode 100644 FantasticAnimals/node_modules/neo-async/package.json create mode 100644 FantasticAnimals/node_modules/neo-async/parallel.js create mode 100644 FantasticAnimals/node_modules/neo-async/parallelLimit.js create mode 100644 FantasticAnimals/node_modules/neo-async/pick.js create mode 100644 FantasticAnimals/node_modules/neo-async/pickLimit.js create mode 100644 FantasticAnimals/node_modules/neo-async/pickSeries.js create mode 100644 FantasticAnimals/node_modules/neo-async/priorityQueue.js create mode 100644 FantasticAnimals/node_modules/neo-async/queue.js create mode 100644 FantasticAnimals/node_modules/neo-async/race.js create mode 100644 FantasticAnimals/node_modules/neo-async/reduce.js create mode 100644 FantasticAnimals/node_modules/neo-async/reduceRight.js create mode 100644 FantasticAnimals/node_modules/neo-async/reflect.js create mode 100644 FantasticAnimals/node_modules/neo-async/reflectAll.js create mode 100644 FantasticAnimals/node_modules/neo-async/reject.js create mode 100644 FantasticAnimals/node_modules/neo-async/rejectLimit.js create mode 100644 FantasticAnimals/node_modules/neo-async/rejectSeries.js create mode 100644 FantasticAnimals/node_modules/neo-async/retry.js create mode 100644 FantasticAnimals/node_modules/neo-async/retryable.js create mode 100644 FantasticAnimals/node_modules/neo-async/safe.js create mode 100644 FantasticAnimals/node_modules/neo-async/select.js create mode 100644 FantasticAnimals/node_modules/neo-async/selectLimit.js create mode 100644 FantasticAnimals/node_modules/neo-async/selectSeries.js create mode 100644 FantasticAnimals/node_modules/neo-async/seq.js create mode 100644 FantasticAnimals/node_modules/neo-async/series.js create mode 100644 FantasticAnimals/node_modules/neo-async/setImmediate.js create mode 100644 FantasticAnimals/node_modules/neo-async/some.js create mode 100644 FantasticAnimals/node_modules/neo-async/someLimit.js create mode 100644 FantasticAnimals/node_modules/neo-async/someSeries.js create mode 100644 FantasticAnimals/node_modules/neo-async/sortBy.js create mode 100644 FantasticAnimals/node_modules/neo-async/sortByLimit.js create mode 100644 FantasticAnimals/node_modules/neo-async/sortBySeries.js create mode 100644 FantasticAnimals/node_modules/neo-async/timeout.js create mode 100644 FantasticAnimals/node_modules/neo-async/times.js create mode 100644 FantasticAnimals/node_modules/neo-async/timesLimit.js create mode 100644 FantasticAnimals/node_modules/neo-async/timesSeries.js create mode 100644 FantasticAnimals/node_modules/neo-async/transform.js create mode 100644 FantasticAnimals/node_modules/neo-async/transformLimit.js create mode 100644 FantasticAnimals/node_modules/neo-async/transformSeries.js create mode 100644 FantasticAnimals/node_modules/neo-async/tryEach.js create mode 100644 FantasticAnimals/node_modules/neo-async/unmemoize.js create mode 100644 FantasticAnimals/node_modules/neo-async/until.js create mode 100644 FantasticAnimals/node_modules/neo-async/waterfall.js create mode 100644 FantasticAnimals/node_modules/neo-async/whilst.js create mode 100644 FantasticAnimals/node_modules/neo-async/wrapSync.js create mode 100644 FantasticAnimals/node_modules/node-releases/LICENSE create mode 100644 FantasticAnimals/node_modules/node-releases/README.md create mode 100644 FantasticAnimals/node_modules/node-releases/data/processed/envs.json create mode 100644 FantasticAnimals/node_modules/node-releases/data/release-schedule/release-schedule.json create mode 100644 FantasticAnimals/node_modules/node-releases/package.json create mode 100644 FantasticAnimals/node_modules/object-keys/.editorconfig create mode 100644 FantasticAnimals/node_modules/object-keys/.eslintrc create mode 100644 FantasticAnimals/node_modules/object-keys/.travis.yml create mode 100644 FantasticAnimals/node_modules/object-keys/CHANGELOG.md create mode 100644 FantasticAnimals/node_modules/object-keys/LICENSE create mode 100644 FantasticAnimals/node_modules/object-keys/README.md create mode 100644 FantasticAnimals/node_modules/object-keys/implementation.js create mode 100644 FantasticAnimals/node_modules/object-keys/index.js create mode 100644 FantasticAnimals/node_modules/object-keys/isArguments.js create mode 100644 FantasticAnimals/node_modules/object-keys/package.json create mode 100644 FantasticAnimals/node_modules/object-keys/test/index.js create mode 100644 FantasticAnimals/node_modules/object.assign/.editorconfig create mode 100644 FantasticAnimals/node_modules/object.assign/.eslintrc create mode 100644 FantasticAnimals/node_modules/object.assign/.github/FUNDING.yml create mode 100644 FantasticAnimals/node_modules/object.assign/.nycrc create mode 100644 FantasticAnimals/node_modules/object.assign/CHANGELOG.md create mode 100644 FantasticAnimals/node_modules/object.assign/LICENSE create mode 100644 FantasticAnimals/node_modules/object.assign/README.md create mode 100644 FantasticAnimals/node_modules/object.assign/auto.js create mode 100644 FantasticAnimals/node_modules/object.assign/dist/browser.js create mode 100644 FantasticAnimals/node_modules/object.assign/hasSymbols.js create mode 100644 FantasticAnimals/node_modules/object.assign/implementation.js create mode 100644 FantasticAnimals/node_modules/object.assign/index.js create mode 100644 FantasticAnimals/node_modules/object.assign/package.json create mode 100644 FantasticAnimals/node_modules/object.assign/polyfill.js create mode 100644 FantasticAnimals/node_modules/object.assign/shim.js create mode 100644 FantasticAnimals/node_modules/object.assign/test.html create mode 100644 FantasticAnimals/node_modules/object.assign/test/implementation.js create mode 100644 FantasticAnimals/node_modules/object.assign/test/index.js create mode 100644 FantasticAnimals/node_modules/object.assign/test/native.js create mode 100644 FantasticAnimals/node_modules/object.assign/test/ses-compat.js create mode 100644 FantasticAnimals/node_modules/object.assign/test/shimmed.js create mode 100644 FantasticAnimals/node_modules/object.assign/test/tests.js create mode 100644 FantasticAnimals/node_modules/p-try/index.d.ts create mode 100644 FantasticAnimals/node_modules/p-try/index.js create mode 100644 FantasticAnimals/node_modules/p-try/license create mode 100644 FantasticAnimals/node_modules/p-try/package.json create mode 100644 FantasticAnimals/node_modules/p-try/readme.md create mode 100644 FantasticAnimals/node_modules/path-parse/LICENSE create mode 100644 FantasticAnimals/node_modules/path-parse/README.md create mode 100644 FantasticAnimals/node_modules/path-parse/index.js create mode 100644 FantasticAnimals/node_modules/path-parse/package.json create mode 100644 FantasticAnimals/node_modules/picocolors/LICENSE create mode 100644 FantasticAnimals/node_modules/picocolors/README.md create mode 100644 FantasticAnimals/node_modules/picocolors/package.json create mode 100644 FantasticAnimals/node_modules/picocolors/picocolors.browser.js create mode 100644 FantasticAnimals/node_modules/picocolors/picocolors.d.ts create mode 100644 FantasticAnimals/node_modules/picocolors/picocolors.js create mode 100644 FantasticAnimals/node_modules/picocolors/types.ts create mode 100644 FantasticAnimals/node_modules/pkg-dir/index.d.ts create mode 100644 FantasticAnimals/node_modules/pkg-dir/index.js create mode 100644 FantasticAnimals/node_modules/pkg-dir/license create mode 100644 FantasticAnimals/node_modules/pkg-dir/node_modules/find-up/index.d.ts create mode 100644 FantasticAnimals/node_modules/pkg-dir/node_modules/find-up/index.js create mode 100644 FantasticAnimals/node_modules/pkg-dir/node_modules/find-up/license create mode 100644 FantasticAnimals/node_modules/pkg-dir/node_modules/find-up/package.json create mode 100644 FantasticAnimals/node_modules/pkg-dir/node_modules/find-up/readme.md create mode 100644 FantasticAnimals/node_modules/pkg-dir/node_modules/locate-path/index.d.ts create mode 100644 FantasticAnimals/node_modules/pkg-dir/node_modules/locate-path/index.js create mode 100644 FantasticAnimals/node_modules/pkg-dir/node_modules/locate-path/license create mode 100644 FantasticAnimals/node_modules/pkg-dir/node_modules/locate-path/package.json create mode 100644 FantasticAnimals/node_modules/pkg-dir/node_modules/locate-path/readme.md create mode 100644 FantasticAnimals/node_modules/pkg-dir/node_modules/p-limit/index.d.ts create mode 100644 FantasticAnimals/node_modules/pkg-dir/node_modules/p-limit/index.js create mode 100644 FantasticAnimals/node_modules/pkg-dir/node_modules/p-limit/license create mode 100644 FantasticAnimals/node_modules/pkg-dir/node_modules/p-limit/package.json create mode 100644 FantasticAnimals/node_modules/pkg-dir/node_modules/p-limit/readme.md create mode 100644 FantasticAnimals/node_modules/pkg-dir/node_modules/p-locate/index.d.ts create mode 100644 FantasticAnimals/node_modules/pkg-dir/node_modules/p-locate/index.js create mode 100644 FantasticAnimals/node_modules/pkg-dir/node_modules/p-locate/license create mode 100644 FantasticAnimals/node_modules/pkg-dir/node_modules/p-locate/package.json create mode 100644 FantasticAnimals/node_modules/pkg-dir/node_modules/p-locate/readme.md create mode 100644 FantasticAnimals/node_modules/pkg-dir/package.json create mode 100644 FantasticAnimals/node_modules/pkg-dir/readme.md create mode 100644 FantasticAnimals/node_modules/randombytes/.travis.yml create mode 100644 FantasticAnimals/node_modules/randombytes/.zuul.yml create mode 100644 FantasticAnimals/node_modules/randombytes/LICENSE create mode 100644 FantasticAnimals/node_modules/randombytes/README.md create mode 100644 FantasticAnimals/node_modules/randombytes/browser.js create mode 100644 FantasticAnimals/node_modules/randombytes/index.js create mode 100644 FantasticAnimals/node_modules/randombytes/package.json create mode 100644 FantasticAnimals/node_modules/randombytes/test.js create mode 100644 FantasticAnimals/node_modules/rechoir/LICENSE create mode 100644 FantasticAnimals/node_modules/rechoir/README.md create mode 100644 FantasticAnimals/node_modules/rechoir/index.js create mode 100644 FantasticAnimals/node_modules/rechoir/lib/extension.js create mode 100644 FantasticAnimals/node_modules/rechoir/lib/normalize.js create mode 100644 FantasticAnimals/node_modules/rechoir/lib/register.js create mode 100644 FantasticAnimals/node_modules/rechoir/package.json create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/ASCII.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/ASCII_Hex_Digit.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/Alphabetic.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/Any.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/Assigned.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/Bidi_Control.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/Bidi_Mirrored.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/Case_Ignorable.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/Cased.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/Changes_When_Casefolded.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/Changes_When_Casemapped.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/Changes_When_Lowercased.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/Changes_When_NFKC_Casefolded.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/Changes_When_Titlecased.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/Changes_When_Uppercased.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/Dash.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/Default_Ignorable_Code_Point.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/Deprecated.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/Diacritic.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/Emoji.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/Emoji_Component.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/Emoji_Modifier.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/Emoji_Modifier_Base.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/Emoji_Presentation.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/Extended_Pictographic.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/Extender.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/Grapheme_Base.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/Grapheme_Extend.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/Hex_Digit.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/IDS_Binary_Operator.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/IDS_Trinary_Operator.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/ID_Continue.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/ID_Start.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/Ideographic.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/Join_Control.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/Logical_Order_Exception.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/Lowercase.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/Math.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/Noncharacter_Code_Point.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/Pattern_Syntax.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/Pattern_White_Space.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/Quotation_Mark.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/Radical.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/Regional_Indicator.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/Sentence_Terminal.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/Soft_Dotted.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/Terminal_Punctuation.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/Unified_Ideograph.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/Uppercase.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/Variation_Selector.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/White_Space.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/XID_Continue.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Binary_Property/XID_Start.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/General_Category/Cased_Letter.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/General_Category/Close_Punctuation.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/General_Category/Connector_Punctuation.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/General_Category/Control.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/General_Category/Currency_Symbol.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/General_Category/Dash_Punctuation.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/General_Category/Decimal_Number.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/General_Category/Enclosing_Mark.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/General_Category/Final_Punctuation.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/General_Category/Format.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/General_Category/Initial_Punctuation.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/General_Category/Letter.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/General_Category/Letter_Number.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/General_Category/Line_Separator.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/General_Category/Lowercase_Letter.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/General_Category/Mark.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/General_Category/Math_Symbol.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/General_Category/Modifier_Letter.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/General_Category/Modifier_Symbol.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/General_Category/Nonspacing_Mark.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/General_Category/Number.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/General_Category/Open_Punctuation.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/General_Category/Other.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/General_Category/Other_Letter.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/General_Category/Other_Number.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/General_Category/Other_Punctuation.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/General_Category/Other_Symbol.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/General_Category/Paragraph_Separator.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/General_Category/Private_Use.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/General_Category/Punctuation.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/General_Category/Separator.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/General_Category/Space_Separator.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/General_Category/Spacing_Mark.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/General_Category/Surrogate.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/General_Category/Symbol.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/General_Category/Titlecase_Letter.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/General_Category/Unassigned.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/General_Category/Uppercase_Letter.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/LICENSE-MIT.txt create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Property_of_Strings/Basic_Emoji.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Property_of_Strings/Emoji_Keycap_Sequence.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Property_of_Strings/RGI_Emoji.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Property_of_Strings/RGI_Emoji_Flag_Sequence.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Property_of_Strings/RGI_Emoji_Modifier_Sequence.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Property_of_Strings/RGI_Emoji_Tag_Sequence.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Property_of_Strings/RGI_Emoji_ZWJ_Sequence.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/README.md create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Adlam.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Ahom.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Anatolian_Hieroglyphs.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Arabic.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Armenian.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Avestan.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Balinese.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Bamum.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Bassa_Vah.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Batak.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Bengali.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Bhaiksuki.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Bopomofo.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Brahmi.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Braille.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Buginese.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Buhid.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Canadian_Aboriginal.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Carian.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Caucasian_Albanian.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Chakma.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Cham.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Cherokee.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Chorasmian.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Common.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Coptic.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Cuneiform.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Cypriot.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Cypro_Minoan.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Cyrillic.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Deseret.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Devanagari.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Dives_Akuru.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Dogra.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Duployan.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Egyptian_Hieroglyphs.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Elbasan.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Elymaic.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Ethiopic.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Georgian.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Glagolitic.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Gothic.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Grantha.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Greek.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Gujarati.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Gunjala_Gondi.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Gurmukhi.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Han.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Hangul.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Hanifi_Rohingya.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Hanunoo.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Hatran.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Hebrew.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Hiragana.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Imperial_Aramaic.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Inherited.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Inscriptional_Pahlavi.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Inscriptional_Parthian.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Javanese.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Kaithi.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Kannada.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Katakana.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Kayah_Li.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Kharoshthi.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Khitan_Small_Script.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Khmer.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Khojki.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Khudawadi.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Lao.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Latin.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Lepcha.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Limbu.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Linear_A.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Linear_B.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Lisu.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Lycian.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Lydian.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Mahajani.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Makasar.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Malayalam.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Mandaic.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Manichaean.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Marchen.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Masaram_Gondi.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Medefaidrin.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Meetei_Mayek.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Mende_Kikakui.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Meroitic_Cursive.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Meroitic_Hieroglyphs.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Miao.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Modi.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Mongolian.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Mro.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Multani.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Myanmar.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Nabataean.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Nandinagari.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/New_Tai_Lue.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Newa.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Nko.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Nushu.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Nyiakeng_Puachue_Hmong.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Ogham.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Ol_Chiki.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Old_Hungarian.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Old_Italic.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Old_North_Arabian.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Old_Permic.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Old_Persian.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Old_Sogdian.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Old_South_Arabian.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Old_Turkic.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Old_Uyghur.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Oriya.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Osage.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Osmanya.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Pahawh_Hmong.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Palmyrene.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Pau_Cin_Hau.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Phags_Pa.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Phoenician.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Psalter_Pahlavi.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Rejang.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Runic.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Samaritan.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Saurashtra.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Sharada.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Shavian.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Siddham.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/SignWriting.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Sinhala.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Sogdian.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Sora_Sompeng.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Soyombo.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Sundanese.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Syloti_Nagri.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Syriac.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Tagalog.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Tagbanwa.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Tai_Le.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Tai_Tham.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Tai_Viet.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Takri.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Tamil.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Tangsa.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Tangut.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Telugu.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Thaana.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Thai.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Tibetan.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Tifinagh.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Tirhuta.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Toto.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Ugaritic.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Vai.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Vithkuqi.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Wancho.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Warang_Citi.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Yezidi.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Yi.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script/Zanabazar_Square.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Adlam.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Ahom.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Anatolian_Hieroglyphs.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Arabic.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Armenian.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Avestan.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Balinese.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Bamum.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Bassa_Vah.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Batak.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Bengali.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Bhaiksuki.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Bopomofo.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Brahmi.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Braille.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Buginese.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Buhid.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Canadian_Aboriginal.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Carian.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Caucasian_Albanian.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Chakma.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Cham.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Cherokee.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Chorasmian.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Common.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Coptic.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Cuneiform.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Cypriot.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Cypro_Minoan.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Cyrillic.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Deseret.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Devanagari.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Dives_Akuru.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Dogra.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Duployan.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Egyptian_Hieroglyphs.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Elbasan.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Elymaic.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Ethiopic.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Georgian.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Glagolitic.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Gothic.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Grantha.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Greek.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Gujarati.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Gunjala_Gondi.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Gurmukhi.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Han.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Hangul.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Hanifi_Rohingya.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Hanunoo.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Hatran.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Hebrew.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Hiragana.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Imperial_Aramaic.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Inherited.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Inscriptional_Pahlavi.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Inscriptional_Parthian.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Javanese.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Kaithi.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Kannada.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Katakana.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Kayah_Li.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Kharoshthi.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Khitan_Small_Script.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Khmer.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Khojki.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Khudawadi.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Lao.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Latin.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Lepcha.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Limbu.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Linear_A.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Linear_B.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Lisu.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Lycian.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Lydian.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Mahajani.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Makasar.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Malayalam.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Mandaic.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Manichaean.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Marchen.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Masaram_Gondi.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Medefaidrin.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Meetei_Mayek.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Mende_Kikakui.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Meroitic_Cursive.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Meroitic_Hieroglyphs.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Miao.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Modi.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Mongolian.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Mro.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Multani.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Myanmar.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Nabataean.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Nandinagari.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/New_Tai_Lue.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Newa.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Nko.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Nushu.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Nyiakeng_Puachue_Hmong.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Ogham.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Ol_Chiki.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Old_Hungarian.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Old_Italic.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Old_North_Arabian.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Old_Permic.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Old_Persian.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Old_Sogdian.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Old_South_Arabian.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Old_Turkic.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Old_Uyghur.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Oriya.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Osage.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Osmanya.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Pahawh_Hmong.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Palmyrene.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Pau_Cin_Hau.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Phags_Pa.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Phoenician.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Psalter_Pahlavi.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Rejang.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Runic.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Samaritan.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Saurashtra.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Sharada.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Shavian.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Siddham.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/SignWriting.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Sinhala.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Sogdian.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Sora_Sompeng.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Soyombo.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Sundanese.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Syloti_Nagri.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Syriac.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Tagalog.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Tagbanwa.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Tai_Le.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Tai_Tham.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Tai_Viet.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Takri.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Tamil.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Tangsa.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Tangut.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Telugu.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Thaana.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Thai.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Tibetan.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Tifinagh.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Tirhuta.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Toto.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Ugaritic.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Vai.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Vithkuqi.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Wancho.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Warang_Citi.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Yezidi.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Yi.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/Script_Extensions/Zanabazar_Square.js create mode 100755 FantasticAnimals/node_modules/regenerate-unicode-properties/index.js create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/package.json create mode 100644 FantasticAnimals/node_modules/regenerate-unicode-properties/unicode-version.js create mode 100644 FantasticAnimals/node_modules/regenerate/LICENSE-MIT.txt create mode 100644 FantasticAnimals/node_modules/regenerate/README.md create mode 100644 FantasticAnimals/node_modules/regenerate/package.json create mode 100644 FantasticAnimals/node_modules/regenerate/regenerate.js create mode 100644 FantasticAnimals/node_modules/regenerator-runtime/LICENSE create mode 100644 FantasticAnimals/node_modules/regenerator-runtime/README.md create mode 100644 FantasticAnimals/node_modules/regenerator-runtime/package.json create mode 100644 FantasticAnimals/node_modules/regenerator-runtime/path.js create mode 100644 FantasticAnimals/node_modules/regenerator-runtime/runtime.js create mode 100644 FantasticAnimals/node_modules/regenerator-transform/LICENSE create mode 100644 FantasticAnimals/node_modules/regenerator-transform/README.md create mode 100644 FantasticAnimals/node_modules/regenerator-transform/lib/emit.js create mode 100644 FantasticAnimals/node_modules/regenerator-transform/lib/hoist.js create mode 100644 FantasticAnimals/node_modules/regenerator-transform/lib/index.js create mode 100644 FantasticAnimals/node_modules/regenerator-transform/lib/leap.js create mode 100644 FantasticAnimals/node_modules/regenerator-transform/lib/meta.js create mode 100644 FantasticAnimals/node_modules/regenerator-transform/lib/replaceShorthandObjectMethod.js create mode 100644 FantasticAnimals/node_modules/regenerator-transform/lib/util.js create mode 100644 FantasticAnimals/node_modules/regenerator-transform/lib/visit.js create mode 100644 FantasticAnimals/node_modules/regenerator-transform/package.json create mode 100644 FantasticAnimals/node_modules/regenerator-transform/src/emit.js create mode 100644 FantasticAnimals/node_modules/regenerator-transform/src/hoist.js create mode 100644 FantasticAnimals/node_modules/regenerator-transform/src/index.js create mode 100644 FantasticAnimals/node_modules/regenerator-transform/src/leap.js create mode 100644 FantasticAnimals/node_modules/regenerator-transform/src/meta.js create mode 100644 FantasticAnimals/node_modules/regenerator-transform/src/replaceShorthandObjectMethod.js create mode 100644 FantasticAnimals/node_modules/regenerator-transform/src/util.js create mode 100644 FantasticAnimals/node_modules/regenerator-transform/src/visit.js create mode 100644 FantasticAnimals/node_modules/regexpu-core/LICENSE-MIT.txt create mode 100644 FantasticAnimals/node_modules/regexpu-core/README.md create mode 100644 FantasticAnimals/node_modules/regexpu-core/data/character-class-escape-sets.js create mode 100644 FantasticAnimals/node_modules/regexpu-core/data/iu-mappings.js create mode 100644 FantasticAnimals/node_modules/regexpu-core/package.json create mode 100644 FantasticAnimals/node_modules/regexpu-core/rewrite-pattern.js create mode 100644 FantasticAnimals/node_modules/regjsgen/LICENSE-MIT.txt create mode 100644 FantasticAnimals/node_modules/regjsgen/README.md create mode 100644 FantasticAnimals/node_modules/regjsgen/package.json create mode 100644 FantasticAnimals/node_modules/regjsgen/regjsgen.js create mode 100644 FantasticAnimals/node_modules/regjsparser/LICENSE.BSD create mode 100644 FantasticAnimals/node_modules/regjsparser/README.md create mode 100755 FantasticAnimals/node_modules/regjsparser/bin/parser create mode 120000 FantasticAnimals/node_modules/regjsparser/node_modules/.bin/jsesc create mode 100644 FantasticAnimals/node_modules/regjsparser/node_modules/jsesc/LICENSE-MIT.txt create mode 100644 FantasticAnimals/node_modules/regjsparser/node_modules/jsesc/README.md create mode 100755 FantasticAnimals/node_modules/regjsparser/node_modules/jsesc/bin/jsesc create mode 100644 FantasticAnimals/node_modules/regjsparser/node_modules/jsesc/jsesc.js create mode 100644 FantasticAnimals/node_modules/regjsparser/node_modules/jsesc/man/jsesc.1 create mode 100644 FantasticAnimals/node_modules/regjsparser/node_modules/jsesc/package.json create mode 100644 FantasticAnimals/node_modules/regjsparser/package.json create mode 100644 FantasticAnimals/node_modules/regjsparser/parser.d.ts create mode 100644 FantasticAnimals/node_modules/regjsparser/parser.js create mode 100644 FantasticAnimals/node_modules/resolve-cwd/index.d.ts create mode 100644 FantasticAnimals/node_modules/resolve-cwd/index.js create mode 100644 FantasticAnimals/node_modules/resolve-cwd/license create mode 100644 FantasticAnimals/node_modules/resolve-cwd/node_modules/resolve-from/index.d.ts create mode 100644 FantasticAnimals/node_modules/resolve-cwd/node_modules/resolve-from/index.js create mode 100644 FantasticAnimals/node_modules/resolve-cwd/node_modules/resolve-from/license create mode 100644 FantasticAnimals/node_modules/resolve-cwd/node_modules/resolve-from/package.json create mode 100644 FantasticAnimals/node_modules/resolve-cwd/node_modules/resolve-from/readme.md create mode 100644 FantasticAnimals/node_modules/resolve-cwd/package.json create mode 100644 FantasticAnimals/node_modules/resolve-cwd/readme.md create mode 100644 FantasticAnimals/node_modules/resolve/.editorconfig create mode 100644 FantasticAnimals/node_modules/resolve/.eslintrc create mode 100644 FantasticAnimals/node_modules/resolve/.github/FUNDING.yml create mode 100644 FantasticAnimals/node_modules/resolve/LICENSE create mode 100644 FantasticAnimals/node_modules/resolve/SECURITY.md create mode 100644 FantasticAnimals/node_modules/resolve/async.js create mode 100755 FantasticAnimals/node_modules/resolve/bin/resolve create mode 100644 FantasticAnimals/node_modules/resolve/example/async.js create mode 100644 FantasticAnimals/node_modules/resolve/example/sync.js create mode 100644 FantasticAnimals/node_modules/resolve/index.js create mode 100644 FantasticAnimals/node_modules/resolve/lib/async.js create mode 100644 FantasticAnimals/node_modules/resolve/lib/caller.js create mode 100644 FantasticAnimals/node_modules/resolve/lib/core.js create mode 100644 FantasticAnimals/node_modules/resolve/lib/core.json create mode 100644 FantasticAnimals/node_modules/resolve/lib/homedir.js create mode 100644 FantasticAnimals/node_modules/resolve/lib/is-core.js create mode 100644 FantasticAnimals/node_modules/resolve/lib/node-modules-paths.js create mode 100644 FantasticAnimals/node_modules/resolve/lib/normalize-options.js create mode 100644 FantasticAnimals/node_modules/resolve/lib/sync.js create mode 100644 FantasticAnimals/node_modules/resolve/package.json create mode 100644 FantasticAnimals/node_modules/resolve/readme.markdown create mode 100644 FantasticAnimals/node_modules/resolve/sync.js create mode 100644 FantasticAnimals/node_modules/resolve/test/core.js create mode 100644 FantasticAnimals/node_modules/resolve/test/dotdot.js create mode 100644 FantasticAnimals/node_modules/resolve/test/dotdot/abc/index.js create mode 100644 FantasticAnimals/node_modules/resolve/test/dotdot/index.js create mode 100644 FantasticAnimals/node_modules/resolve/test/faulty_basedir.js create mode 100644 FantasticAnimals/node_modules/resolve/test/filter.js create mode 100644 FantasticAnimals/node_modules/resolve/test/filter_sync.js create mode 100644 FantasticAnimals/node_modules/resolve/test/home_paths.js create mode 100644 FantasticAnimals/node_modules/resolve/test/home_paths_sync.js create mode 100644 FantasticAnimals/node_modules/resolve/test/mock.js create mode 100644 FantasticAnimals/node_modules/resolve/test/mock_sync.js create mode 100644 FantasticAnimals/node_modules/resolve/test/module_dir.js create mode 100644 FantasticAnimals/node_modules/resolve/test/module_dir/xmodules/aaa/index.js create mode 100644 FantasticAnimals/node_modules/resolve/test/module_dir/ymodules/aaa/index.js create mode 100644 FantasticAnimals/node_modules/resolve/test/module_dir/zmodules/bbb/main.js create mode 100644 FantasticAnimals/node_modules/resolve/test/module_dir/zmodules/bbb/package.json create mode 100644 FantasticAnimals/node_modules/resolve/test/node-modules-paths.js create mode 100644 FantasticAnimals/node_modules/resolve/test/node_path.js create mode 100644 FantasticAnimals/node_modules/resolve/test/node_path/x/aaa/index.js create mode 100644 FantasticAnimals/node_modules/resolve/test/node_path/x/ccc/index.js create mode 100644 FantasticAnimals/node_modules/resolve/test/node_path/y/bbb/index.js create mode 100644 FantasticAnimals/node_modules/resolve/test/node_path/y/ccc/index.js create mode 100644 FantasticAnimals/node_modules/resolve/test/nonstring.js create mode 100644 FantasticAnimals/node_modules/resolve/test/pathfilter.js create mode 100644 FantasticAnimals/node_modules/resolve/test/pathfilter/deep_ref/main.js create mode 100644 FantasticAnimals/node_modules/resolve/test/precedence.js create mode 100644 FantasticAnimals/node_modules/resolve/test/precedence/aaa.js create mode 100644 FantasticAnimals/node_modules/resolve/test/precedence/aaa/index.js create mode 100644 FantasticAnimals/node_modules/resolve/test/precedence/aaa/main.js create mode 100644 FantasticAnimals/node_modules/resolve/test/precedence/bbb.js create mode 100644 FantasticAnimals/node_modules/resolve/test/precedence/bbb/main.js create mode 100644 FantasticAnimals/node_modules/resolve/test/resolver.js create mode 100644 FantasticAnimals/node_modules/resolve/test/resolver/baz/doom.js create mode 100644 FantasticAnimals/node_modules/resolve/test/resolver/baz/package.json create mode 100644 FantasticAnimals/node_modules/resolve/test/resolver/baz/quux.js create mode 100644 FantasticAnimals/node_modules/resolve/test/resolver/browser_field/a.js create mode 100644 FantasticAnimals/node_modules/resolve/test/resolver/browser_field/b.js create mode 100644 FantasticAnimals/node_modules/resolve/test/resolver/browser_field/package.json create mode 100644 FantasticAnimals/node_modules/resolve/test/resolver/cup.coffee create mode 100644 FantasticAnimals/node_modules/resolve/test/resolver/dot_main/index.js create mode 100644 FantasticAnimals/node_modules/resolve/test/resolver/dot_main/package.json create mode 100644 FantasticAnimals/node_modules/resolve/test/resolver/dot_slash_main/index.js create mode 100644 FantasticAnimals/node_modules/resolve/test/resolver/dot_slash_main/package.json create mode 100644 FantasticAnimals/node_modules/resolve/test/resolver/false_main/index.js create mode 100644 FantasticAnimals/node_modules/resolve/test/resolver/false_main/package.json create mode 100644 FantasticAnimals/node_modules/resolve/test/resolver/foo.js create mode 100644 FantasticAnimals/node_modules/resolve/test/resolver/incorrect_main/index.js create mode 100644 FantasticAnimals/node_modules/resolve/test/resolver/incorrect_main/package.json create mode 100644 FantasticAnimals/node_modules/resolve/test/resolver/invalid_main/package.json create mode 100644 FantasticAnimals/node_modules/resolve/test/resolver/malformed_package_json/index.js create mode 100644 FantasticAnimals/node_modules/resolve/test/resolver/malformed_package_json/package.json create mode 100644 FantasticAnimals/node_modules/resolve/test/resolver/mug.coffee create mode 100644 FantasticAnimals/node_modules/resolve/test/resolver/mug.js create mode 100644 FantasticAnimals/node_modules/resolve/test/resolver/multirepo/lerna.json create mode 100644 FantasticAnimals/node_modules/resolve/test/resolver/multirepo/package.json create mode 100644 FantasticAnimals/node_modules/resolve/test/resolver/multirepo/packages/package-a/index.js create mode 100644 FantasticAnimals/node_modules/resolve/test/resolver/multirepo/packages/package-a/package.json create mode 100644 FantasticAnimals/node_modules/resolve/test/resolver/multirepo/packages/package-b/index.js create mode 100644 FantasticAnimals/node_modules/resolve/test/resolver/multirepo/packages/package-b/package.json create mode 100644 FantasticAnimals/node_modules/resolve/test/resolver/nested_symlinks/mylib/async.js create mode 100644 FantasticAnimals/node_modules/resolve/test/resolver/nested_symlinks/mylib/package.json create mode 100644 FantasticAnimals/node_modules/resolve/test/resolver/nested_symlinks/mylib/sync.js create mode 100644 FantasticAnimals/node_modules/resolve/test/resolver/other_path/lib/other-lib.js create mode 100644 FantasticAnimals/node_modules/resolve/test/resolver/other_path/root.js create mode 100644 FantasticAnimals/node_modules/resolve/test/resolver/quux/foo/index.js create mode 100644 FantasticAnimals/node_modules/resolve/test/resolver/same_names/foo.js create mode 100644 FantasticAnimals/node_modules/resolve/test/resolver/same_names/foo/index.js create mode 100644 FantasticAnimals/node_modules/resolve/test/resolver/symlinked/_/node_modules/foo.js create mode 100644 FantasticAnimals/node_modules/resolve/test/resolver/symlinked/_/symlink_target/.gitkeep create mode 100644 FantasticAnimals/node_modules/resolve/test/resolver/symlinked/package/bar.js create mode 100644 FantasticAnimals/node_modules/resolve/test/resolver/symlinked/package/package.json create mode 100644 FantasticAnimals/node_modules/resolve/test/resolver/without_basedir/main.js create mode 100644 FantasticAnimals/node_modules/resolve/test/resolver_sync.js create mode 100644 FantasticAnimals/node_modules/resolve/test/shadowed_core.js create mode 100644 FantasticAnimals/node_modules/resolve/test/shadowed_core/node_modules/util/index.js create mode 100644 FantasticAnimals/node_modules/resolve/test/subdirs.js create mode 100644 FantasticAnimals/node_modules/resolve/test/symlinks.js create mode 100644 FantasticAnimals/node_modules/safe-buffer/LICENSE create mode 100644 FantasticAnimals/node_modules/safe-buffer/README.md create mode 100644 FantasticAnimals/node_modules/safe-buffer/index.d.ts create mode 100644 FantasticAnimals/node_modules/safe-buffer/index.js create mode 100644 FantasticAnimals/node_modules/safe-buffer/package.json create mode 100644 FantasticAnimals/node_modules/schema-utils/LICENSE create mode 100644 FantasticAnimals/node_modules/schema-utils/README.md create mode 100644 FantasticAnimals/node_modules/schema-utils/declarations/ValidationError.d.ts create mode 100644 FantasticAnimals/node_modules/schema-utils/declarations/index.d.ts create mode 100644 FantasticAnimals/node_modules/schema-utils/declarations/keywords/absolutePath.d.ts create mode 100644 FantasticAnimals/node_modules/schema-utils/declarations/util/Range.d.ts create mode 100644 FantasticAnimals/node_modules/schema-utils/declarations/util/hints.d.ts create mode 100644 FantasticAnimals/node_modules/schema-utils/declarations/validate.d.ts create mode 100644 FantasticAnimals/node_modules/schema-utils/dist/ValidationError.js create mode 100644 FantasticAnimals/node_modules/schema-utils/dist/index.js create mode 100644 FantasticAnimals/node_modules/schema-utils/dist/keywords/absolutePath.js create mode 100644 FantasticAnimals/node_modules/schema-utils/dist/util/Range.js create mode 100644 FantasticAnimals/node_modules/schema-utils/dist/util/hints.js create mode 100644 FantasticAnimals/node_modules/schema-utils/dist/validate.js create mode 100644 FantasticAnimals/node_modules/schema-utils/package.json create mode 100644 FantasticAnimals/node_modules/semver/CHANGELOG.md create mode 100644 FantasticAnimals/node_modules/semver/LICENSE create mode 100644 FantasticAnimals/node_modules/semver/README.md create mode 100755 FantasticAnimals/node_modules/semver/bin/semver.js create mode 100644 FantasticAnimals/node_modules/semver/package.json create mode 100644 FantasticAnimals/node_modules/semver/range.bnf create mode 100644 FantasticAnimals/node_modules/semver/semver.js create mode 100644 FantasticAnimals/node_modules/serialize-javascript/LICENSE create mode 100644 FantasticAnimals/node_modules/serialize-javascript/README.md create mode 100644 FantasticAnimals/node_modules/serialize-javascript/index.js create mode 100644 FantasticAnimals/node_modules/serialize-javascript/package.json create mode 100644 FantasticAnimals/node_modules/shallow-clone/LICENSE create mode 100644 FantasticAnimals/node_modules/shallow-clone/README.md create mode 100644 FantasticAnimals/node_modules/shallow-clone/index.js create mode 100644 FantasticAnimals/node_modules/shallow-clone/package.json create mode 100644 FantasticAnimals/node_modules/source-map-support/LICENSE.md create mode 100644 FantasticAnimals/node_modules/source-map-support/README.md create mode 100644 FantasticAnimals/node_modules/source-map-support/browser-source-map-support.js create mode 100644 FantasticAnimals/node_modules/source-map-support/package.json create mode 100644 FantasticAnimals/node_modules/source-map-support/register-hook-require.js create mode 100644 FantasticAnimals/node_modules/source-map-support/register.js create mode 100644 FantasticAnimals/node_modules/source-map-support/source-map-support.js create mode 100644 FantasticAnimals/node_modules/source-map/CHANGELOG.md create mode 100644 FantasticAnimals/node_modules/source-map/LICENSE create mode 100644 FantasticAnimals/node_modules/source-map/README.md create mode 100644 FantasticAnimals/node_modules/source-map/dist/source-map.debug.js create mode 100644 FantasticAnimals/node_modules/source-map/dist/source-map.js create mode 100644 FantasticAnimals/node_modules/source-map/dist/source-map.min.js create mode 100644 FantasticAnimals/node_modules/source-map/dist/source-map.min.js.map create mode 100644 FantasticAnimals/node_modules/source-map/lib/array-set.js create mode 100644 FantasticAnimals/node_modules/source-map/lib/base64-vlq.js create mode 100644 FantasticAnimals/node_modules/source-map/lib/base64.js create mode 100644 FantasticAnimals/node_modules/source-map/lib/binary-search.js create mode 100644 FantasticAnimals/node_modules/source-map/lib/mapping-list.js create mode 100644 FantasticAnimals/node_modules/source-map/lib/quick-sort.js create mode 100644 FantasticAnimals/node_modules/source-map/lib/source-map-consumer.js create mode 100644 FantasticAnimals/node_modules/source-map/lib/source-map-generator.js create mode 100644 FantasticAnimals/node_modules/source-map/lib/source-node.js create mode 100644 FantasticAnimals/node_modules/source-map/lib/util.js create mode 100644 FantasticAnimals/node_modules/source-map/package.json create mode 100644 FantasticAnimals/node_modules/source-map/source-map.d.ts create mode 100644 FantasticAnimals/node_modules/source-map/source-map.js create mode 100644 FantasticAnimals/node_modules/supports-preserve-symlinks-flag/.eslintrc create mode 100644 FantasticAnimals/node_modules/supports-preserve-symlinks-flag/.github/FUNDING.yml create mode 100644 FantasticAnimals/node_modules/supports-preserve-symlinks-flag/.nycrc create mode 100644 FantasticAnimals/node_modules/supports-preserve-symlinks-flag/CHANGELOG.md create mode 100644 FantasticAnimals/node_modules/supports-preserve-symlinks-flag/LICENSE create mode 100644 FantasticAnimals/node_modules/supports-preserve-symlinks-flag/README.md create mode 100644 FantasticAnimals/node_modules/supports-preserve-symlinks-flag/browser.js create mode 100644 FantasticAnimals/node_modules/supports-preserve-symlinks-flag/index.js create mode 100644 FantasticAnimals/node_modules/supports-preserve-symlinks-flag/package.json create mode 100644 FantasticAnimals/node_modules/supports-preserve-symlinks-flag/test/index.js create mode 100644 FantasticAnimals/node_modules/tapable/LICENSE create mode 100644 FantasticAnimals/node_modules/tapable/README.md create mode 100644 FantasticAnimals/node_modules/tapable/lib/AsyncParallelBailHook.js create mode 100644 FantasticAnimals/node_modules/tapable/lib/AsyncParallelHook.js create mode 100644 FantasticAnimals/node_modules/tapable/lib/AsyncSeriesBailHook.js create mode 100644 FantasticAnimals/node_modules/tapable/lib/AsyncSeriesHook.js create mode 100644 FantasticAnimals/node_modules/tapable/lib/AsyncSeriesLoopHook.js create mode 100644 FantasticAnimals/node_modules/tapable/lib/AsyncSeriesWaterfallHook.js create mode 100644 FantasticAnimals/node_modules/tapable/lib/Hook.js create mode 100644 FantasticAnimals/node_modules/tapable/lib/HookCodeFactory.js create mode 100644 FantasticAnimals/node_modules/tapable/lib/HookMap.js create mode 100644 FantasticAnimals/node_modules/tapable/lib/MultiHook.js create mode 100644 FantasticAnimals/node_modules/tapable/lib/SyncBailHook.js create mode 100644 FantasticAnimals/node_modules/tapable/lib/SyncHook.js create mode 100644 FantasticAnimals/node_modules/tapable/lib/SyncLoopHook.js create mode 100644 FantasticAnimals/node_modules/tapable/lib/SyncWaterfallHook.js create mode 100644 FantasticAnimals/node_modules/tapable/lib/index.js create mode 100644 FantasticAnimals/node_modules/tapable/lib/util-browser.js create mode 100644 FantasticAnimals/node_modules/tapable/package.json create mode 100644 FantasticAnimals/node_modules/tapable/tapable.d.ts create mode 100644 FantasticAnimals/node_modules/terser-webpack-plugin/LICENSE create mode 100644 FantasticAnimals/node_modules/terser-webpack-plugin/README.md create mode 100644 FantasticAnimals/node_modules/terser-webpack-plugin/dist/index.js create mode 100644 FantasticAnimals/node_modules/terser-webpack-plugin/dist/minify.js create mode 100644 FantasticAnimals/node_modules/terser-webpack-plugin/dist/options.json create mode 100644 FantasticAnimals/node_modules/terser-webpack-plugin/dist/utils.js create mode 100644 FantasticAnimals/node_modules/terser-webpack-plugin/package.json create mode 100644 FantasticAnimals/node_modules/terser-webpack-plugin/types/index.d.ts create mode 100644 FantasticAnimals/node_modules/terser-webpack-plugin/types/minify.d.ts create mode 100644 FantasticAnimals/node_modules/terser-webpack-plugin/types/utils.d.ts create mode 100644 FantasticAnimals/node_modules/terser/CHANGELOG.md create mode 100644 FantasticAnimals/node_modules/terser/LICENSE create mode 100644 FantasticAnimals/node_modules/terser/PATRONS.md create mode 100644 FantasticAnimals/node_modules/terser/README.md create mode 100644 FantasticAnimals/node_modules/terser/bin/package.json create mode 100755 FantasticAnimals/node_modules/terser/bin/terser create mode 100755 FantasticAnimals/node_modules/terser/bin/terser.mjs create mode 100755 FantasticAnimals/node_modules/terser/bin/uglifyjs create mode 100644 FantasticAnimals/node_modules/terser/dist/.gitkeep create mode 100644 FantasticAnimals/node_modules/terser/dist/bundle.min.js create mode 100644 FantasticAnimals/node_modules/terser/dist/package.json create mode 100644 FantasticAnimals/node_modules/terser/lib/ast.js create mode 100644 FantasticAnimals/node_modules/terser/lib/cli.js create mode 100644 FantasticAnimals/node_modules/terser/lib/compress/common.js create mode 100644 FantasticAnimals/node_modules/terser/lib/compress/compressor-flags.js create mode 100644 FantasticAnimals/node_modules/terser/lib/compress/drop-side-effect-free.js create mode 100644 FantasticAnimals/node_modules/terser/lib/compress/evaluate.js create mode 100644 FantasticAnimals/node_modules/terser/lib/compress/index.js create mode 100644 FantasticAnimals/node_modules/terser/lib/compress/inference.js create mode 100644 FantasticAnimals/node_modules/terser/lib/compress/inline.js create mode 100644 FantasticAnimals/node_modules/terser/lib/compress/native-objects.js create mode 100644 FantasticAnimals/node_modules/terser/lib/compress/reduce-vars.js create mode 100644 FantasticAnimals/node_modules/terser/lib/compress/tighten-body.js create mode 100644 FantasticAnimals/node_modules/terser/lib/equivalent-to.js create mode 100644 FantasticAnimals/node_modules/terser/lib/minify.js create mode 100644 FantasticAnimals/node_modules/terser/lib/mozilla-ast.js create mode 100644 FantasticAnimals/node_modules/terser/lib/output.js create mode 100644 FantasticAnimals/node_modules/terser/lib/parse.js create mode 100644 FantasticAnimals/node_modules/terser/lib/propmangle.js create mode 100644 FantasticAnimals/node_modules/terser/lib/scope.js create mode 100644 FantasticAnimals/node_modules/terser/lib/size.js create mode 100644 FantasticAnimals/node_modules/terser/lib/sourcemap.js create mode 100644 FantasticAnimals/node_modules/terser/lib/transform.js create mode 100644 FantasticAnimals/node_modules/terser/lib/utils/first_in_statement.js create mode 100644 FantasticAnimals/node_modules/terser/lib/utils/index.js create mode 100644 FantasticAnimals/node_modules/terser/main.js create mode 100644 FantasticAnimals/node_modules/terser/package.json create mode 100644 FantasticAnimals/node_modules/terser/tools/domprops.js create mode 100644 FantasticAnimals/node_modules/terser/tools/exit.cjs create mode 100644 FantasticAnimals/node_modules/terser/tools/props.html create mode 100644 FantasticAnimals/node_modules/terser/tools/terser.d.ts create mode 100644 FantasticAnimals/node_modules/to-fast-properties/index.js create mode 100644 FantasticAnimals/node_modules/to-fast-properties/license create mode 100644 FantasticAnimals/node_modules/to-fast-properties/package.json create mode 100644 FantasticAnimals/node_modules/to-fast-properties/readme.md create mode 100644 FantasticAnimals/node_modules/unicode-canonical-property-names-ecmascript/LICENSE-MIT.txt create mode 100644 FantasticAnimals/node_modules/unicode-canonical-property-names-ecmascript/README.md create mode 100755 FantasticAnimals/node_modules/unicode-canonical-property-names-ecmascript/index.js create mode 100644 FantasticAnimals/node_modules/unicode-canonical-property-names-ecmascript/package.json create mode 100644 FantasticAnimals/node_modules/unicode-match-property-ecmascript/LICENSE-MIT.txt create mode 100644 FantasticAnimals/node_modules/unicode-match-property-ecmascript/README.md create mode 100755 FantasticAnimals/node_modules/unicode-match-property-ecmascript/index.js create mode 100644 FantasticAnimals/node_modules/unicode-match-property-ecmascript/package.json create mode 100644 FantasticAnimals/node_modules/unicode-match-property-value-ecmascript/LICENSE-MIT.txt create mode 100644 FantasticAnimals/node_modules/unicode-match-property-value-ecmascript/README.md create mode 100644 FantasticAnimals/node_modules/unicode-match-property-value-ecmascript/data/mappings.js create mode 100755 FantasticAnimals/node_modules/unicode-match-property-value-ecmascript/index.js create mode 100644 FantasticAnimals/node_modules/unicode-match-property-value-ecmascript/package.json create mode 100644 FantasticAnimals/node_modules/unicode-property-aliases-ecmascript/LICENSE-MIT.txt create mode 100644 FantasticAnimals/node_modules/unicode-property-aliases-ecmascript/README.md create mode 100755 FantasticAnimals/node_modules/unicode-property-aliases-ecmascript/index.js create mode 100644 FantasticAnimals/node_modules/unicode-property-aliases-ecmascript/package.json create mode 100644 FantasticAnimals/node_modules/update-browserslist-db/LICENSE create mode 100644 FantasticAnimals/node_modules/update-browserslist-db/README.md create mode 100644 FantasticAnimals/node_modules/update-browserslist-db/check-npm-version.js create mode 100755 FantasticAnimals/node_modules/update-browserslist-db/cli.js create mode 100644 FantasticAnimals/node_modules/update-browserslist-db/index.d.ts create mode 100644 FantasticAnimals/node_modules/update-browserslist-db/index.js create mode 100644 FantasticAnimals/node_modules/update-browserslist-db/package.json create mode 100644 FantasticAnimals/node_modules/watchpack/LICENSE create mode 100644 FantasticAnimals/node_modules/watchpack/README.md create mode 100644 FantasticAnimals/node_modules/watchpack/lib/DirectoryWatcher.js create mode 100644 FantasticAnimals/node_modules/watchpack/lib/LinkResolver.js create mode 100644 FantasticAnimals/node_modules/watchpack/lib/getWatcherManager.js create mode 100644 FantasticAnimals/node_modules/watchpack/lib/reducePlan.js create mode 100644 FantasticAnimals/node_modules/watchpack/lib/watchEventSource.js create mode 100644 FantasticAnimals/node_modules/watchpack/lib/watchpack.js create mode 100644 FantasticAnimals/node_modules/watchpack/package.json create mode 100644 FantasticAnimals/node_modules/webpack-cli/LICENSE create mode 100644 FantasticAnimals/node_modules/webpack-cli/README.md create mode 100755 FantasticAnimals/node_modules/webpack-cli/bin/cli.js create mode 100644 FantasticAnimals/node_modules/webpack-cli/lib/bootstrap.d.ts create mode 100644 FantasticAnimals/node_modules/webpack-cli/lib/bootstrap.js create mode 100644 FantasticAnimals/node_modules/webpack-cli/lib/index.d.ts create mode 100644 FantasticAnimals/node_modules/webpack-cli/lib/index.js create mode 100644 FantasticAnimals/node_modules/webpack-cli/lib/plugins/CLIPlugin.d.ts create mode 100644 FantasticAnimals/node_modules/webpack-cli/lib/plugins/CLIPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack-cli/lib/types.d.ts create mode 100644 FantasticAnimals/node_modules/webpack-cli/lib/types.js create mode 100644 FantasticAnimals/node_modules/webpack-cli/lib/utils/dynamic-import-loader.d.ts create mode 100644 FantasticAnimals/node_modules/webpack-cli/lib/utils/dynamic-import-loader.js create mode 100644 FantasticAnimals/node_modules/webpack-cli/lib/webpack-cli.d.ts create mode 100644 FantasticAnimals/node_modules/webpack-cli/lib/webpack-cli.js create mode 100644 FantasticAnimals/node_modules/webpack-cli/node_modules/commander/CHANGELOG.md create mode 100644 FantasticAnimals/node_modules/webpack-cli/node_modules/commander/LICENSE create mode 100644 FantasticAnimals/node_modules/webpack-cli/node_modules/commander/Readme.md create mode 100644 FantasticAnimals/node_modules/webpack-cli/node_modules/commander/esm.mjs create mode 100644 FantasticAnimals/node_modules/webpack-cli/node_modules/commander/index.js create mode 100644 FantasticAnimals/node_modules/webpack-cli/node_modules/commander/package-support.json create mode 100644 FantasticAnimals/node_modules/webpack-cli/node_modules/commander/package.json create mode 100644 FantasticAnimals/node_modules/webpack-cli/node_modules/commander/typings/index.d.ts create mode 100644 FantasticAnimals/node_modules/webpack-cli/package.json create mode 100644 FantasticAnimals/node_modules/webpack-merge/CHANGELOG.md create mode 100644 FantasticAnimals/node_modules/webpack-merge/LICENSE create mode 100644 FantasticAnimals/node_modules/webpack-merge/README.md create mode 100644 FantasticAnimals/node_modules/webpack-merge/dist/index.d.ts create mode 100644 FantasticAnimals/node_modules/webpack-merge/dist/index.js create mode 100644 FantasticAnimals/node_modules/webpack-merge/dist/index.js.map create mode 100644 FantasticAnimals/node_modules/webpack-merge/dist/join-arrays.d.ts create mode 100644 FantasticAnimals/node_modules/webpack-merge/dist/join-arrays.js create mode 100644 FantasticAnimals/node_modules/webpack-merge/dist/join-arrays.js.map create mode 100644 FantasticAnimals/node_modules/webpack-merge/dist/merge-with.d.ts create mode 100644 FantasticAnimals/node_modules/webpack-merge/dist/merge-with.js create mode 100644 FantasticAnimals/node_modules/webpack-merge/dist/merge-with.js.map create mode 100644 FantasticAnimals/node_modules/webpack-merge/dist/types.d.ts create mode 100644 FantasticAnimals/node_modules/webpack-merge/dist/types.js create mode 100644 FantasticAnimals/node_modules/webpack-merge/dist/types.js.map create mode 100644 FantasticAnimals/node_modules/webpack-merge/dist/unique.d.ts create mode 100644 FantasticAnimals/node_modules/webpack-merge/dist/unique.js create mode 100644 FantasticAnimals/node_modules/webpack-merge/dist/unique.js.map create mode 100644 FantasticAnimals/node_modules/webpack-merge/dist/utils.d.ts create mode 100644 FantasticAnimals/node_modules/webpack-merge/dist/utils.js create mode 100644 FantasticAnimals/node_modules/webpack-merge/dist/utils.js.map create mode 100644 FantasticAnimals/node_modules/webpack-merge/package.json create mode 100644 FantasticAnimals/node_modules/webpack-sources/LICENSE create mode 100644 FantasticAnimals/node_modules/webpack-sources/README.md create mode 100644 FantasticAnimals/node_modules/webpack-sources/lib/CachedSource.js create mode 100644 FantasticAnimals/node_modules/webpack-sources/lib/CompatSource.js create mode 100644 FantasticAnimals/node_modules/webpack-sources/lib/ConcatSource.js create mode 100644 FantasticAnimals/node_modules/webpack-sources/lib/OriginalSource.js create mode 100644 FantasticAnimals/node_modules/webpack-sources/lib/PrefixSource.js create mode 100644 FantasticAnimals/node_modules/webpack-sources/lib/RawSource.js create mode 100644 FantasticAnimals/node_modules/webpack-sources/lib/ReplaceSource.js create mode 100644 FantasticAnimals/node_modules/webpack-sources/lib/SizeOnlySource.js create mode 100644 FantasticAnimals/node_modules/webpack-sources/lib/Source.js create mode 100644 FantasticAnimals/node_modules/webpack-sources/lib/SourceMapSource.js create mode 100644 FantasticAnimals/node_modules/webpack-sources/lib/helpers/createMappingsSerializer.js create mode 100644 FantasticAnimals/node_modules/webpack-sources/lib/helpers/getFromStreamChunks.js create mode 100644 FantasticAnimals/node_modules/webpack-sources/lib/helpers/getGeneratedSourceInfo.js create mode 100644 FantasticAnimals/node_modules/webpack-sources/lib/helpers/getName.js create mode 100644 FantasticAnimals/node_modules/webpack-sources/lib/helpers/getSource.js create mode 100644 FantasticAnimals/node_modules/webpack-sources/lib/helpers/readMappings.js create mode 100644 FantasticAnimals/node_modules/webpack-sources/lib/helpers/splitIntoLines.js create mode 100644 FantasticAnimals/node_modules/webpack-sources/lib/helpers/splitIntoPotentialTokens.js create mode 100644 FantasticAnimals/node_modules/webpack-sources/lib/helpers/streamAndGetSourceAndMap.js create mode 100644 FantasticAnimals/node_modules/webpack-sources/lib/helpers/streamChunks.js create mode 100644 FantasticAnimals/node_modules/webpack-sources/lib/helpers/streamChunksOfCombinedSourceMap.js create mode 100644 FantasticAnimals/node_modules/webpack-sources/lib/helpers/streamChunksOfRawSource.js create mode 100644 FantasticAnimals/node_modules/webpack-sources/lib/helpers/streamChunksOfSourceMap.js create mode 100644 FantasticAnimals/node_modules/webpack-sources/lib/index.js create mode 100644 FantasticAnimals/node_modules/webpack-sources/package.json create mode 100644 FantasticAnimals/node_modules/webpack/LICENSE create mode 100644 FantasticAnimals/node_modules/webpack/README.md create mode 100644 FantasticAnimals/node_modules/webpack/SECURITY.md create mode 100755 FantasticAnimals/node_modules/webpack/bin/webpack.js create mode 100644 FantasticAnimals/node_modules/webpack/hot/dev-server.js create mode 100644 FantasticAnimals/node_modules/webpack/hot/emitter.js create mode 100644 FantasticAnimals/node_modules/webpack/hot/lazy-compilation-node.js create mode 100644 FantasticAnimals/node_modules/webpack/hot/lazy-compilation-web.js create mode 100644 FantasticAnimals/node_modules/webpack/hot/log-apply-result.js create mode 100644 FantasticAnimals/node_modules/webpack/hot/log.js create mode 100644 FantasticAnimals/node_modules/webpack/hot/only-dev-server.js create mode 100644 FantasticAnimals/node_modules/webpack/hot/poll.js create mode 100644 FantasticAnimals/node_modules/webpack/hot/signal.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/APIPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/AbstractMethodError.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/AsyncDependenciesBlock.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/AsyncDependencyToInitialChunkError.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/AutomaticPrefetchPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/BannerPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/Cache.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/CacheFacade.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/CaseSensitiveModulesWarning.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/Chunk.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ChunkGraph.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ChunkGroup.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ChunkRenderError.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ChunkTemplate.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/CleanPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/CodeGenerationError.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/CodeGenerationResults.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/CommentCompilationWarning.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/CompatibilityPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/Compilation.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/Compiler.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ConcatenationScope.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ConcurrentCompilationError.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ConditionalInitFragment.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ConstPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ContextExclusionPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ContextModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ContextModuleFactory.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ContextReplacementPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/DefinePlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/DelegatedModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/DelegatedModuleFactoryPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/DelegatedPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/DependenciesBlock.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/Dependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/DependencyTemplate.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/DependencyTemplates.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/DllEntryPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/DllModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/DllModuleFactory.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/DllPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/DllReferencePlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/DynamicEntryPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/EntryOptionPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/EntryPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/Entrypoint.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/EnvironmentPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ErrorHelpers.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/EvalDevToolModulePlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/EvalSourceMapDevToolPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ExportsInfo.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ExportsInfoApiPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ExternalModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ExternalModuleFactoryPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ExternalsPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/FileSystemInfo.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/FlagAllModulesAsUsedPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/FlagDependencyExportsPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/FlagDependencyUsagePlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/FlagEntryExportAsUsedPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/Generator.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/GraphHelpers.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/HarmonyLinkingError.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/HookWebpackError.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/HotModuleReplacementPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/HotUpdateChunk.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/IgnoreErrorModuleFactory.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/IgnorePlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/IgnoreWarningsPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/InitFragment.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/InvalidDependenciesModuleWarning.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/JavascriptMetaInfoPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/LibManifestPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/LibraryTemplatePlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/LoaderOptionsPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/LoaderTargetPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/MainTemplate.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/Module.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ModuleBuildError.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ModuleDependencyError.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ModuleDependencyWarning.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ModuleError.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ModuleFactory.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ModuleFilenameHelpers.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ModuleGraph.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ModuleGraphConnection.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ModuleHashingError.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ModuleInfoHeaderPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ModuleNotFoundError.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ModuleParseError.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ModuleProfile.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ModuleRestoreError.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ModuleStoreError.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ModuleTemplate.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ModuleWarning.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/MultiCompiler.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/MultiStats.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/MultiWatching.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/NoEmitOnErrorsPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/NoModeWarning.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/NodeStuffInWebError.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/NodeStuffPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/NormalModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/NormalModuleFactory.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/NormalModuleReplacementPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/NullFactory.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/OptimizationStages.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/OptionsApply.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/Parser.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/PrefetchPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ProgressPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ProvidePlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/RawModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/RecordIdsPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/RequestShortener.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/RequireJsStuffPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ResolverFactory.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/RuntimeGlobals.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/RuntimeModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/RuntimePlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/RuntimeTemplate.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/SelfModuleFactory.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/SingleEntryPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/SizeFormatHelpers.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/SourceMapDevToolModuleOptionsPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/SourceMapDevToolPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/Stats.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/Template.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/TemplatedPathPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/UnhandledSchemeError.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/UnsupportedFeatureWarning.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/UseStrictPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/WarnCaseSensitiveModulesPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/WarnDeprecatedOptionPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/WarnNoModeSetPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/WatchIgnorePlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/Watching.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/WebpackError.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/WebpackIsIncludedPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/WebpackOptionsApply.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/WebpackOptionsDefaulter.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/asset/AssetGenerator.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/asset/AssetModulesPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/asset/AssetParser.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/asset/AssetSourceGenerator.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/asset/AssetSourceParser.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/asset/RawDataUrlModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/async-modules/AwaitDependenciesInitFragment.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/async-modules/InferAsyncModulesPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/buildChunkGraph.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/cache/AddBuildDependenciesPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/cache/AddManagedPathsPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/cache/IdleFileCachePlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/cache/MemoryCachePlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/cache/MemoryWithGcCachePlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/cache/PackFileCacheStrategy.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/cache/ResolverCachePlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/cache/getLazyHashedEtag.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/cache/mergeEtags.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/cli.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/config/browserslistTargetHandler.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/config/defaults.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/config/normalization.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/config/target.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/container/ContainerEntryDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/container/ContainerEntryModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/container/ContainerEntryModuleFactory.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/container/ContainerExposedDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/container/ContainerPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/container/ContainerReferencePlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/container/FallbackDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/container/FallbackItemDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/container/FallbackModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/container/FallbackModuleFactory.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/container/ModuleFederationPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/container/RemoteModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/container/RemoteRuntimeModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/container/RemoteToExternalDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/container/options.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/css/CssExportsGenerator.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/css/CssGenerator.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/css/CssLoadingRuntimeModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/css/CssModulesPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/css/CssParser.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/css/walkCssTokens.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/debug/ProfilingPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/AMDDefineDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/AMDDefineDependencyParserPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/AMDPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/AMDRequireArrayDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/AMDRequireContextDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/AMDRequireDependenciesBlock.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/AMDRequireDependenciesBlockParserPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/AMDRequireDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/AMDRequireItemDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/AMDRuntimeModules.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/CachedConstDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/CommonJsDependencyHelpers.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/CommonJsExportRequireDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/CommonJsExportsDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/CommonJsExportsParserPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/CommonJsFullRequireDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/CommonJsImportsParserPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/CommonJsPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/CommonJsRequireContextDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/CommonJsRequireDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/CommonJsSelfReferenceDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/ConstDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/ContextDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/ContextDependencyHelpers.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/ContextDependencyTemplateAsId.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/ContextDependencyTemplateAsRequireCall.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/ContextElementDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/CreateScriptUrlDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/CriticalDependencyWarning.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/CssExportDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/CssImportDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/CssLocalIdentifierDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/CssSelfLocalIdentifierDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/CssUrlDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/DelegatedSourceDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/DllEntryDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/DynamicExports.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/EntryDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/ExportsInfoDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/HarmonyAcceptDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/HarmonyAcceptImportDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/HarmonyCompatibilityDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/HarmonyDetectionParserPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/HarmonyEvaluatedImportSpecifierDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/HarmonyExportDependencyParserPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/HarmonyExportExpressionDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/HarmonyExportHeaderDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/HarmonyExportImportedSpecifierDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/HarmonyExportInitFragment.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/HarmonyExportSpecifierDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/HarmonyExports.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/HarmonyImportDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/HarmonyImportDependencyParserPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/HarmonyImportSideEffectDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/HarmonyImportSpecifierDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/HarmonyModulesPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/HarmonyTopLevelThisParserPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/ImportContextDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/ImportDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/ImportEagerDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/ImportMetaContextDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/ImportMetaContextDependencyParserPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/ImportMetaContextPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/ImportMetaHotAcceptDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/ImportMetaHotDeclineDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/ImportMetaPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/ImportParserPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/ImportPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/ImportWeakDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/JsonExportsDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/LoaderDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/LoaderImportDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/LoaderPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/LocalModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/LocalModuleDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/LocalModulesHelpers.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/ModuleDecoratorDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/ModuleDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/ModuleDependencyTemplateAsId.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/ModuleDependencyTemplateAsRequireId.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/ModuleHotAcceptDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/ModuleHotDeclineDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/NullDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/PrefetchDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/ProvidedDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/PureExpressionDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/RequireContextDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/RequireContextDependencyParserPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/RequireContextPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/RequireEnsureDependenciesBlock.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/RequireEnsureDependenciesBlockParserPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/RequireEnsureDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/RequireEnsureItemDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/RequireEnsurePlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/RequireHeaderDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/RequireIncludeDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/RequireIncludeDependencyParserPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/RequireIncludePlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/RequireResolveContextDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/RequireResolveDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/RequireResolveHeaderDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/RuntimeRequirementsDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/StaticExportsDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/SystemPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/SystemRuntimeModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/URLDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/URLPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/UnsupportedDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/WebAssemblyExportImportedDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/WebAssemblyImportDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/WebpackIsIncludedDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/WorkerDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/WorkerPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/getFunctionExpression.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/dependencies/processExportInfo.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/electron/ElectronTargetPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/errors/BuildCycleError.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/esm/ExportWebpackRequireRuntimeModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/esm/ModuleChunkFormatPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/esm/ModuleChunkLoadingPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/esm/ModuleChunkLoadingRuntimeModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/formatLocation.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/hmr/HotModuleReplacement.runtime.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/hmr/HotModuleReplacementRuntimeModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/hmr/JavascriptHotModuleReplacement.runtime.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/hmr/LazyCompilationPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/hmr/lazyCompilationBackend.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ids/ChunkModuleIdRangePlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ids/DeterministicChunkIdsPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ids/DeterministicModuleIdsPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ids/HashedModuleIdsPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ids/IdHelpers.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ids/NamedChunkIdsPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ids/NamedModuleIdsPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ids/NaturalChunkIdsPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ids/NaturalModuleIdsPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ids/OccurrenceChunkIdsPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ids/OccurrenceModuleIdsPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/ids/SyncModuleIdsPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/index.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/javascript/ArrayPushCallbackChunkFormatPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/javascript/BasicEvaluatedExpression.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/javascript/ChunkHelpers.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/javascript/CommonJsChunkFormatPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/javascript/EnableChunkLoadingPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/javascript/JavascriptGenerator.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/javascript/JavascriptModulesPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/javascript/JavascriptParser.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/javascript/JavascriptParserHelpers.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/javascript/StartupHelpers.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/json/JsonData.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/json/JsonGenerator.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/json/JsonModulesPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/json/JsonParser.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/library/AbstractLibraryPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/library/AmdLibraryPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/library/AssignLibraryPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/library/EnableLibraryPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/library/ExportPropertyLibraryPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/library/JsonpLibraryPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/library/ModuleLibraryPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/library/SystemLibraryPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/library/UmdLibraryPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/logging/Logger.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/logging/createConsoleLogger.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/logging/runtime.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/logging/truncateArgs.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/node/CommonJsChunkLoadingPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/node/NodeEnvironmentPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/node/NodeSourcePlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/node/NodeTargetPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/node/NodeTemplatePlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/node/NodeWatchFileSystem.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/node/ReadFileChunkLoadingRuntimeModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/node/ReadFileCompileAsyncWasmPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/node/ReadFileCompileWasmPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/node/RequireChunkLoadingRuntimeModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/node/nodeConsole.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/optimize/AggressiveMergingPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/optimize/AggressiveSplittingPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/optimize/ConcatenatedModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/optimize/EnsureChunkConditionsPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/optimize/FlagIncludedChunksPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/optimize/InnerGraph.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/optimize/InnerGraphPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/optimize/LimitChunkCountPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/optimize/MangleExportsPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/optimize/MergeDuplicateChunksPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/optimize/MinChunkSizePlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/optimize/MinMaxSizeWarning.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/optimize/ModuleConcatenationPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/optimize/RealContentHashPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/optimize/RemoveEmptyChunksPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/optimize/RemoveParentModulesPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/optimize/RuntimeChunkPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/optimize/SideEffectsFlagPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/optimize/SplitChunksPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/performance/AssetsOverSizeLimitWarning.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/performance/EntrypointsOverSizeLimitWarning.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/performance/NoAsyncChunksWarning.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/performance/SizeLimitsPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/prefetch/ChunkPrefetchFunctionRuntimeModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/prefetch/ChunkPrefetchPreloadPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/prefetch/ChunkPrefetchStartupRuntimeModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/prefetch/ChunkPrefetchTriggerRuntimeModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/prefetch/ChunkPreloadTriggerRuntimeModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/rules/BasicEffectRulePlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/rules/BasicMatcherRulePlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/rules/ObjectMatcherRulePlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/rules/RuleSetCompiler.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/rules/UseEffectRulePlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/runtime/AsyncModuleRuntimeModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/runtime/AutoPublicPathRuntimeModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/runtime/BaseUriRuntimeModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/runtime/ChunkNameRuntimeModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/runtime/CompatGetDefaultExportRuntimeModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/runtime/CompatRuntimeModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/runtime/CreateFakeNamespaceObjectRuntimeModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/runtime/CreateScriptRuntimeModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/runtime/CreateScriptUrlRuntimeModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/runtime/DefinePropertyGettersRuntimeModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/runtime/EnsureChunkRuntimeModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/runtime/GetChunkFilenameRuntimeModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/runtime/GetFullHashRuntimeModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/runtime/GetMainFilenameRuntimeModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/runtime/GetTrustedTypesPolicyRuntimeModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/runtime/GlobalRuntimeModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/runtime/HasOwnPropertyRuntimeModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/runtime/HelperRuntimeModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/runtime/LoadScriptRuntimeModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/runtime/MakeNamespaceObjectRuntimeModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/runtime/NonceRuntimeModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/runtime/OnChunksLoadedRuntimeModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/runtime/PublicPathRuntimeModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/runtime/RelativeUrlRuntimeModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/runtime/RuntimeIdRuntimeModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/runtime/StartupChunkDependenciesPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/runtime/StartupChunkDependenciesRuntimeModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/runtime/StartupEntrypointRuntimeModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/runtime/SystemContextRuntimeModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/schemes/DataUriPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/schemes/FileUriPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/schemes/HttpUriPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/serialization/ArraySerializer.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/serialization/BinaryMiddleware.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/serialization/DateObjectSerializer.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/serialization/ErrorObjectSerializer.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/serialization/FileMiddleware.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/serialization/MapObjectSerializer.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/serialization/NullPrototypeObjectSerializer.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/serialization/ObjectMiddleware.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/serialization/PlainObjectSerializer.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/serialization/RegExpObjectSerializer.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/serialization/Serializer.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/serialization/SerializerMiddleware.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/serialization/SetObjectSerializer.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/serialization/SingleItemMiddleware.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/serialization/types.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/sharing/ConsumeSharedFallbackDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/sharing/ConsumeSharedModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/sharing/ConsumeSharedPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/sharing/ConsumeSharedRuntimeModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/sharing/ProvideForSharedDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/sharing/ProvideSharedDependency.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/sharing/ProvideSharedModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/sharing/ProvideSharedModuleFactory.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/sharing/ProvideSharedPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/sharing/SharePlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/sharing/ShareRuntimeModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/sharing/resolveMatchedConfigs.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/sharing/utils.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/stats/DefaultStatsFactoryPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/stats/DefaultStatsPresetPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/stats/DefaultStatsPrinterPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/stats/StatsFactory.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/stats/StatsPrinter.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/ArrayHelpers.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/ArrayQueue.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/AsyncQueue.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/Hash.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/IterableHelpers.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/LazyBucketSortedSet.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/LazySet.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/MapHelpers.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/ParallelismFactorCalculator.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/Queue.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/Semaphore.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/SetHelpers.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/SortableSet.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/StackedCacheMap.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/StackedMap.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/StringXor.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/TupleQueue.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/TupleSet.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/URLAbsoluteSpecifier.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/WeakTupleMap.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/binarySearchBounds.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/cleverMerge.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/comparators.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/compileBooleanMatcher.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/create-schema-validation.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/createHash.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/deprecation.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/deterministicGrouping.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/extractUrlAndGlobal.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/findGraphRoots.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/fs.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/hash/BatchedHash.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/hash/md4.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/hash/wasm-hash.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/hash/xxhash64.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/identifier.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/internalSerializables.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/makeSerializable.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/memoize.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/nonNumericOnlyHash.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/numberHash.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/objectToMap.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/processAsyncTree.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/propertyAccess.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/registerExternalSerializer.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/runtime.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/semver.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/serialization.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/smartGrouping.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/util/source.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/validateSchema.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/wasm-async/AsyncWasmLoadingRuntimeModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/wasm-async/AsyncWebAssemblyGenerator.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/wasm-async/AsyncWebAssemblyJavascriptGenerator.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/wasm-async/AsyncWebAssemblyModulesPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/wasm-async/AsyncWebAssemblyParser.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/wasm-sync/UnsupportedWebAssemblyFeatureError.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/wasm-sync/WasmChunkLoadingRuntimeModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/wasm-sync/WasmFinalizeExportsPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/wasm-sync/WebAssemblyGenerator.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/wasm-sync/WebAssemblyInInitialChunkError.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/wasm-sync/WebAssemblyJavascriptGenerator.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/wasm-sync/WebAssemblyModulesPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/wasm-sync/WebAssemblyParser.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/wasm-sync/WebAssemblyUtils.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/wasm/EnableWasmLoadingPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/web/FetchCompileAsyncWasmPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/web/FetchCompileWasmPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/web/JsonpChunkLoadingPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/web/JsonpChunkLoadingRuntimeModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/web/JsonpTemplatePlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/webpack.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/webworker/ImportScriptsChunkLoadingPlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/webworker/ImportScriptsChunkLoadingRuntimeModule.js create mode 100644 FantasticAnimals/node_modules/webpack/lib/webworker/WebWorkerTemplatePlugin.js create mode 100644 FantasticAnimals/node_modules/webpack/module.d.ts create mode 100644 FantasticAnimals/node_modules/webpack/node_modules/eslint-scope/CHANGELOG.md create mode 100644 FantasticAnimals/node_modules/webpack/node_modules/eslint-scope/LICENSE create mode 100644 FantasticAnimals/node_modules/webpack/node_modules/eslint-scope/README.md create mode 100644 FantasticAnimals/node_modules/webpack/node_modules/eslint-scope/lib/definition.js create mode 100644 FantasticAnimals/node_modules/webpack/node_modules/eslint-scope/lib/index.js create mode 100644 FantasticAnimals/node_modules/webpack/node_modules/eslint-scope/lib/pattern-visitor.js create mode 100644 FantasticAnimals/node_modules/webpack/node_modules/eslint-scope/lib/reference.js create mode 100644 FantasticAnimals/node_modules/webpack/node_modules/eslint-scope/lib/referencer.js create mode 100644 FantasticAnimals/node_modules/webpack/node_modules/eslint-scope/lib/scope-manager.js create mode 100644 FantasticAnimals/node_modules/webpack/node_modules/eslint-scope/lib/scope.js create mode 100644 FantasticAnimals/node_modules/webpack/node_modules/eslint-scope/lib/variable.js create mode 100644 FantasticAnimals/node_modules/webpack/node_modules/eslint-scope/package.json create mode 100644 FantasticAnimals/node_modules/webpack/node_modules/estraverse/.jshintrc create mode 100644 FantasticAnimals/node_modules/webpack/node_modules/estraverse/LICENSE.BSD create mode 100644 FantasticAnimals/node_modules/webpack/node_modules/estraverse/README.md create mode 100644 FantasticAnimals/node_modules/webpack/node_modules/estraverse/estraverse.js create mode 100644 FantasticAnimals/node_modules/webpack/node_modules/estraverse/gulpfile.js create mode 100644 FantasticAnimals/node_modules/webpack/node_modules/estraverse/package.json create mode 100644 FantasticAnimals/node_modules/webpack/package.json create mode 100644 FantasticAnimals/node_modules/webpack/schemas/WebpackOptions.check.d.ts create mode 100644 FantasticAnimals/node_modules/webpack/schemas/WebpackOptions.check.js create mode 100644 FantasticAnimals/node_modules/webpack/schemas/WebpackOptions.json create mode 100644 FantasticAnimals/node_modules/webpack/schemas/_container.json create mode 100644 FantasticAnimals/node_modules/webpack/schemas/_sharing.json create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/BannerPlugin.check.d.ts create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/BannerPlugin.check.js create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/BannerPlugin.json create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/DllPlugin.check.d.ts create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/DllPlugin.check.js create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/DllPlugin.json create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/DllReferencePlugin.check.d.ts create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/DllReferencePlugin.check.js create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/DllReferencePlugin.json create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/HashedModuleIdsPlugin.check.d.ts create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/HashedModuleIdsPlugin.check.js create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/HashedModuleIdsPlugin.json create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/IgnorePlugin.check.d.ts create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/IgnorePlugin.check.js create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/IgnorePlugin.json create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/JsonModulesPluginParser.check.d.ts create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/JsonModulesPluginParser.check.js create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/JsonModulesPluginParser.json create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/LoaderOptionsPlugin.check.d.ts create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/LoaderOptionsPlugin.check.js create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/LoaderOptionsPlugin.json create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/ProgressPlugin.check.d.ts create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/ProgressPlugin.check.js create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/ProgressPlugin.json create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/SourceMapDevToolPlugin.check.d.ts create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/SourceMapDevToolPlugin.check.js create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/SourceMapDevToolPlugin.json create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/WatchIgnorePlugin.check.d.ts create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/WatchIgnorePlugin.check.js create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/WatchIgnorePlugin.json create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/asset/AssetGeneratorOptions.check.d.ts create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/asset/AssetGeneratorOptions.check.js create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/asset/AssetGeneratorOptions.json create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/asset/AssetInlineGeneratorOptions.check.d.ts create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/asset/AssetInlineGeneratorOptions.check.js create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/asset/AssetInlineGeneratorOptions.json create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/asset/AssetParserOptions.check.d.ts create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/asset/AssetParserOptions.check.js create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/asset/AssetParserOptions.json create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/asset/AssetResourceGeneratorOptions.check.d.ts create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/asset/AssetResourceGeneratorOptions.check.js create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/asset/AssetResourceGeneratorOptions.json create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/container/ContainerPlugin.check.d.ts create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/container/ContainerPlugin.check.js create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/container/ContainerPlugin.json create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/container/ContainerReferencePlugin.check.d.ts create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/container/ContainerReferencePlugin.check.js create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/container/ContainerReferencePlugin.json create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/container/ExternalsType.check.d.ts create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/container/ExternalsType.check.js create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/container/ExternalsType.json create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/container/ModuleFederationPlugin.check.d.ts create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/container/ModuleFederationPlugin.check.js create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/container/ModuleFederationPlugin.json create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/css/CssGeneratorOptions.check.d.ts create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/css/CssGeneratorOptions.check.js create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/css/CssGeneratorOptions.json create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/css/CssParserOptions.check.d.ts create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/css/CssParserOptions.check.js create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/css/CssParserOptions.json create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/debug/ProfilingPlugin.check.d.ts create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/debug/ProfilingPlugin.check.js create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/debug/ProfilingPlugin.json create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/ids/OccurrenceChunkIdsPlugin.check.d.ts create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/ids/OccurrenceChunkIdsPlugin.check.js create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/ids/OccurrenceChunkIdsPlugin.json create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/ids/OccurrenceModuleIdsPlugin.check.d.ts create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/ids/OccurrenceModuleIdsPlugin.check.js create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/ids/OccurrenceModuleIdsPlugin.json create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/optimize/AggressiveSplittingPlugin.check.d.ts create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/optimize/AggressiveSplittingPlugin.check.js create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/optimize/AggressiveSplittingPlugin.json create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/optimize/LimitChunkCountPlugin.check.d.ts create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/optimize/LimitChunkCountPlugin.check.js create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/optimize/LimitChunkCountPlugin.json create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/optimize/MinChunkSizePlugin.check.d.ts create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/optimize/MinChunkSizePlugin.check.js create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/optimize/MinChunkSizePlugin.json create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/schemes/HttpUriPlugin.check.d.ts create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/schemes/HttpUriPlugin.check.js create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/schemes/HttpUriPlugin.json create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/sharing/ConsumeSharedPlugin.check.d.ts create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/sharing/ConsumeSharedPlugin.check.js create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/sharing/ConsumeSharedPlugin.json create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/sharing/ProvideSharedPlugin.check.d.ts create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/sharing/ProvideSharedPlugin.check.js create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/sharing/ProvideSharedPlugin.json create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/sharing/SharePlugin.check.d.ts create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/sharing/SharePlugin.check.js create mode 100644 FantasticAnimals/node_modules/webpack/schemas/plugins/sharing/SharePlugin.json create mode 100644 FantasticAnimals/node_modules/webpack/types.d.ts create mode 100755 FantasticAnimals/node_modules/wildcard/.travis.yml create mode 100755 FantasticAnimals/node_modules/wildcard/README.md create mode 100755 FantasticAnimals/node_modules/wildcard/docs.json create mode 100755 FantasticAnimals/node_modules/wildcard/examples/arrays.js create mode 100755 FantasticAnimals/node_modules/wildcard/examples/objects.js create mode 100755 FantasticAnimals/node_modules/wildcard/examples/strings.js create mode 100755 FantasticAnimals/node_modules/wildcard/index.js create mode 100755 FantasticAnimals/node_modules/wildcard/package.json create mode 100755 FantasticAnimals/node_modules/wildcard/test/all.js create mode 100755 FantasticAnimals/node_modules/wildcard/test/arrays.js create mode 100755 FantasticAnimals/node_modules/wildcard/test/objects.js create mode 100755 FantasticAnimals/node_modules/wildcard/test/strings.js create mode 100755 FantasticAnimals/node_modules/wildcard/yarn.lock create mode 100644 FantasticAnimals/webpack.config.js diff --git a/FantasticAnimals/index.html b/FantasticAnimals/index.html index 3484220..668a43e 100644 --- a/FantasticAnimals/index.html +++ b/FantasticAnimals/index.html @@ -159,7 +159,7 @@

Contato

- + diff --git a/FantasticAnimals/main.js b/FantasticAnimals/main.js new file mode 100644 index 0000000..3957993 --- /dev/null +++ b/FantasticAnimals/main.js @@ -0,0 +1,282 @@ +/* + * ATTENTION: The "eval" devtool has been used (maybe by default in mode: "development"). + * This devtool is neither made for production nor for readable output files. + * It uses "eval()" calls to create a separate source file in the browser devtools. + * If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/) + * or disable the default devtool with "devtool: false". + * If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/). + */ +/******/ (() => { // webpackBootstrap +/******/ var __webpack_modules__ = ({ + +/***/ "./js/import.js": +/*!**********************!*\ + !*** ./js/import.js ***! + \**********************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { + +"use strict"; +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _modules_scroll_suave_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./modules/scroll-suave.js */ \"./js/modules/scroll-suave.js\");\n/* harmony import */ var _modules_scroll_animacao_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./modules/scroll-animacao.js */ \"./js/modules/scroll-animacao.js\");\n/* harmony import */ var _modules_accordion_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./modules/accordion.js */ \"./js/modules/accordion.js\");\n/* harmony import */ var _modules_tabnav_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./modules/tabnav.js */ \"./js/modules/tabnav.js\");\n/* harmony import */ var _modules_modal_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./modules/modal.js */ \"./js/modules/modal.js\");\n/* harmony import */ var _modules_tooltip_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./modules/tooltip.js */ \"./js/modules/tooltip.js\");\n/* harmony import */ var _modules_dropdown_menu_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./modules/dropdown-menu.js */ \"./js/modules/dropdown-menu.js\");\n/* harmony import */ var _modules_menu_mobile_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./modules/menu-mobile.js */ \"./js/modules/menu-mobile.js\");\n/* harmony import */ var _modules_funcionamento_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./modules/funcionamento.js */ \"./js/modules/funcionamento.js\");\n/* harmony import */ var _modules_fetch_animais_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./modules/fetch-animais.js */ \"./js/modules/fetch-animais.js\");\n/* harmony import */ var _modules_fetch_bitcoin_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./modules/fetch-bitcoin.js */ \"./js/modules/fetch-bitcoin.js\");\n\n\n\n\n\n\n\n\n\n\n\n(0,_modules_scroll_suave_js__WEBPACK_IMPORTED_MODULE_0__[\"default\"])();\n(0,_modules_scroll_animacao_js__WEBPACK_IMPORTED_MODULE_1__[\"default\"])();\n(0,_modules_accordion_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])();\n(0,_modules_tabnav_js__WEBPACK_IMPORTED_MODULE_3__[\"default\"])();\n(0,_modules_modal_js__WEBPACK_IMPORTED_MODULE_4__[\"default\"])();\n(0,_modules_tooltip_js__WEBPACK_IMPORTED_MODULE_5__[\"default\"])();\n(0,_modules_dropdown_menu_js__WEBPACK_IMPORTED_MODULE_6__[\"default\"])();\n(0,_modules_menu_mobile_js__WEBPACK_IMPORTED_MODULE_7__[\"default\"])();\n(0,_modules_funcionamento_js__WEBPACK_IMPORTED_MODULE_8__[\"default\"])();\n(0,_modules_fetch_animais_js__WEBPACK_IMPORTED_MODULE_9__[\"default\"])();\n(0,_modules_fetch_bitcoin_js__WEBPACK_IMPORTED_MODULE_10__[\"default\"])();\n\n//# sourceURL=webpack://fantasticanimals/./js/import.js?"); + +/***/ }), + +/***/ "./js/modules/accordion.js": +/*!*********************************!*\ + !*** ./js/modules/accordion.js ***! + \*********************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { + +"use strict"; +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ initAccordion)\n/* harmony export */ });\n// Navegação em Accordion nas perguntas e respostas\nfunction initAccordion() {\n var accordionList = document.querySelectorAll('[data-js=\"accordion\"] dt');\n var activeClass = \"ativo\";\n\n function activeAccordion() {\n this.classList.toggle(activeClass);\n this.nextElementSibling.classList.toggle(activeClass);\n }\n\n if (accordionList.length) {\n accordionList[0].classList.add(activeClass);\n accordionList[0].nextElementSibling.classList.add(activeClass);\n accordionList.forEach(function (item) {\n item.addEventListener(\"click\", activeAccordion);\n });\n }\n}\n\n//# sourceURL=webpack://fantasticanimals/./js/modules/accordion.js?"); + +/***/ }), + +/***/ "./js/modules/anima-numeros.js": +/*!*************************************!*\ + !*** ./js/modules/anima-numeros.js ***! + \*************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { + +"use strict"; +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ initAnimaNumeros)\n/* harmony export */ });\nfunction initAnimaNumeros() {\n function animaNumeros() {\n var numeros = document.querySelectorAll(\"[data-numero]\");\n numeros.forEach(function (numero) {\n var total = +numero.innerText;\n var incremento = Math.floor(total / 100);\n var start = 0;\n var timer = setInterval(function () {\n start += incremento;\n numero.innerText = start;\n\n if (start > total) {\n numero.innerText = total;\n clearInterval(timer);\n }\n }, 25 * Math.random());\n });\n }\n\n function handleMutation(mutation) {\n if (mutation[0].target.classList.contains(\"ativo\")) {\n observer.disconnect();\n animaNumeros();\n }\n }\n\n var observerTarget = document.querySelector(\".numeros\");\n var observer = new MutationObserver(handleMutation);\n observer.observe(observerTarget, {\n attributes: true\n });\n}\n\n//# sourceURL=webpack://fantasticanimals/./js/modules/anima-numeros.js?"); + +/***/ }), + +/***/ "./js/modules/dropdown-menu.js": +/*!*************************************!*\ + !*** ./js/modules/dropdown-menu.js ***! + \*************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { + +"use strict"; +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ initDropdownMenu)\n/* harmony export */ });\n/* harmony import */ var _outsideclick_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./outsideclick.js */ \"./js/modules/outsideclick.js\");\n\nfunction initDropdownMenu() {\n var dropdownMenus = document.querySelectorAll(\"[data-dropdown]\");\n dropdownMenus.forEach(function (menu) {\n [\"touchstart\", \"click\"].forEach(function (userEvent) {\n menu.addEventListener(userEvent, handleClick);\n });\n });\n\n function handleClick(event) {\n var _this = this;\n\n event.preventDefault();\n this.classList.toggle(\"active\");\n (0,_outsideclick_js__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(this, [\"touchstart\", \"click\"], function () {\n _this.classList.remove(\"active\");\n });\n }\n}\n\n//# sourceURL=webpack://fantasticanimals/./js/modules/dropdown-menu.js?"); + +/***/ }), + +/***/ "./js/modules/fetch-animais.js": +/*!*************************************!*\ + !*** ./js/modules/fetch-animais.js ***! + \*************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { + +"use strict"; +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ initFetchAnimais)\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/asyncToGenerator */ \"./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js\");\n/* harmony import */ var _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/regenerator */ \"./node_modules/@babel/runtime/regenerator/index.js\");\n/* harmony import */ var _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var _anima_numeros_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./anima-numeros.js */ \"./js/modules/anima-numeros.js\");\n\n\n\nfunction initFetchAnimais() {\n function createAnimal(animal) {\n var div = document.createElement('div');\n div.classList.add('numero-animal');\n div.innerHTML = \"

\".concat(animal.specie, \"

\").concat(animal.total, \"\");\n return div;\n }\n\n function fetchAnimais(_x) {\n return _fetchAnimais.apply(this, arguments);\n }\n\n function _fetchAnimais() {\n _fetchAnimais = (0,_babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_0__[\"default\"])( /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().mark(function _callee(url) {\n var animaisResponse, animaisJSON, numerosGrid;\n return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().wrap(function _callee$(_context) {\n while (1) {\n switch (_context.prev = _context.next) {\n case 0:\n _context.prev = 0;\n _context.next = 3;\n return fetch(url);\n\n case 3:\n animaisResponse = _context.sent;\n _context.next = 6;\n return animaisResponse.json();\n\n case 6:\n animaisJSON = _context.sent;\n numerosGrid = document.querySelector('.numeros-grid');\n animaisJSON.forEach(function (animal) {\n var divAnimal = createAnimal(animal);\n numerosGrid.appendChild(divAnimal);\n });\n (0,_anima_numeros_js__WEBPACK_IMPORTED_MODULE_2__[\"default\"])();\n _context.next = 15;\n break;\n\n case 12:\n _context.prev = 12;\n _context.t0 = _context[\"catch\"](0);\n console.log(_context.t0);\n\n case 15:\n case \"end\":\n return _context.stop();\n }\n }\n }, _callee, null, [[0, 12]]);\n }));\n return _fetchAnimais.apply(this, arguments);\n }\n\n fetchAnimais('./js/animaisapi.json');\n}\n\n//# sourceURL=webpack://fantasticanimals/./js/modules/fetch-animais.js?"); + +/***/ }), + +/***/ "./js/modules/fetch-bitcoin.js": +/*!*************************************!*\ + !*** ./js/modules/fetch-bitcoin.js ***! + \*************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { + +"use strict"; +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ initFetchBitcoin)\n/* harmony export */ });\nfunction initFetchBitcoin() {\n fetch('https://blockchain.info/ticker').then(function (response) {\n return response.json();\n }).then(function (bitcoin) {\n var btcPreco = document.querySelector('.btc-preco');\n btcPreco.innerText = (100 / bitcoin.BRL.sell).toFixed(6);\n })[\"catch\"](function (erro) {\n return console.log(Error(erro));\n });\n} // https://blockchain.info/ticker\n\n//# sourceURL=webpack://fantasticanimals/./js/modules/fetch-bitcoin.js?"); + +/***/ }), + +/***/ "./js/modules/funcionamento.js": +/*!*************************************!*\ + !*** ./js/modules/funcionamento.js ***! + \*************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { + +"use strict"; +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ initFuncionamento)\n/* harmony export */ });\n// Navegação em Accordion nas perguntas e respostas\nfunction initFuncionamento() {\n var funcionamento = document.querySelector(\"[data-semana]\");\n var diasSemana = funcionamento.dataset.semana.split(\",\").map(Number);\n var horarioSemana = funcionamento.dataset.horario.split(\",\").map(Number);\n var dataAgora = new Date();\n var diaAgora = dataAgora.getDay();\n var horarioAgora = dataAgora.getHours();\n var semanaAberto = diasSemana.indexOf(diaAgora) !== -1;\n var horarioAberto = horarioAgora >= horarioSemana[0] && horarioAgora < horarioSemana[1];\n\n if (semanaAberto && horarioAberto) {\n funcionamento.classList.add(\"aberto\");\n }\n}\n\n//# sourceURL=webpack://fantasticanimals/./js/modules/funcionamento.js?"); + +/***/ }), + +/***/ "./js/modules/menu-mobile.js": +/*!***********************************!*\ + !*** ./js/modules/menu-mobile.js ***! + \***********************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { + +"use strict"; +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ initMenuMobile)\n/* harmony export */ });\n/* harmony import */ var _outsideclick_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./outsideclick.js */ \"./js/modules/outsideclick.js\");\n\nfunction initMenuMobile() {\n var menuButton = document.querySelector('[data-menu=\"button\"]');\n var menuList = document.querySelector('[data-menu=\"list\"]');\n var eventos = [\"click\", \"touchstart\"];\n\n function openMenu() {\n menuList.classList.toggle(\"active\");\n menuButton.classList.toggle(\"active\");\n (0,_outsideclick_js__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(menuList, eventos, function () {\n menuList.classList.remove(\"active\");\n menuButton.classList.remove(\"active\");\n });\n }\n\n if (menuButton) {\n eventos.forEach(function (userEvent) {\n return menuButton.addEventListener(userEvent, openMenu);\n });\n }\n}\n\n//# sourceURL=webpack://fantasticanimals/./js/modules/menu-mobile.js?"); + +/***/ }), + +/***/ "./js/modules/modal.js": +/*!*****************************!*\ + !*** ./js/modules/modal.js ***! + \*****************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { + +"use strict"; +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ initModal)\n/* harmony export */ });\nfunction initModal() {\n var botaoAbrir = document.querySelector(\"[data-modal='abrir'\");\n var botaoFechar = document.querySelector(\"[data-modal='fechar'\");\n var containerModal = document.querySelector(\"[data-modal='container'\");\n\n function toggleModal(event) {\n event.preventDefault();\n containerModal.classList.toggle(\"ativo\");\n }\n\n function cliqueForaModal(event) {\n if (event.target === this) {\n toggleModal(event);\n }\n }\n\n if (botaoAbrir && botaoFechar && containerModal) {\n botaoAbrir.addEventListener(\"click\", toggleModal);\n botaoFechar.addEventListener(\"click\", toggleModal);\n containerModal.addEventListener(\"click\", cliqueForaModal);\n }\n}\n\n//# sourceURL=webpack://fantasticanimals/./js/modules/modal.js?"); + +/***/ }), + +/***/ "./js/modules/outsideclick.js": +/*!************************************!*\ + !*** ./js/modules/outsideclick.js ***! + \************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { + +"use strict"; +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ outsideClick)\n/* harmony export */ });\nfunction outsideClick(element, events, callback) {\n var html = document.documentElement;\n var outside = \"data-outside\";\n\n function handleOutsideClick(event) {\n if (!element.contains(event.target)) {\n element.removeAttribute(outside);\n events.forEach(function (userEvent) {\n html.removeEventListener(userEvent, handleOutsideClick);\n });\n callback();\n }\n }\n\n if (!element.hasAttribute(outside)) {\n events.forEach(function (userEvent) {\n setTimeout(function () {\n return html.addEventListener(userEvent, handleOutsideClick);\n });\n });\n element.setAttribute(outside, '');\n }\n}\n\n//# sourceURL=webpack://fantasticanimals/./js/modules/outsideclick.js?"); + +/***/ }), + +/***/ "./js/modules/scroll-animacao.js": +/*!***************************************!*\ + !*** ./js/modules/scroll-animacao.js ***! + \***************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { + +"use strict"; +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ initAnimacaoScroll)\n/* harmony export */ });\n// Anima as sections durante o scroll da página\nfunction initAnimacaoScroll() {\n var sections = document.querySelectorAll('[data-js=\"scroll\"]');\n var windowMetade = window.innerHeight * 0.6;\n\n function animaScroll() {\n sections.forEach(function (section) {\n var sectionTop = section.getBoundingClientRect().top;\n var isSectionVisible = sectionTop - windowMetade < 0;\n\n if (isSectionVisible) {\n section.classList.add(\"ativo\");\n } else if (section.classList.contains('ativo')) {\n section.classList.remove('ativo');\n }\n });\n }\n\n if (sections.length) {\n window.addEventListener(\"scroll\", animaScroll);\n animaScroll();\n }\n}\n\n//# sourceURL=webpack://fantasticanimals/./js/modules/scroll-animacao.js?"); + +/***/ }), + +/***/ "./js/modules/scroll-suave.js": +/*!************************************!*\ + !*** ./js/modules/scroll-suave.js ***! + \************************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { + +"use strict"; +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ initScrollSuave)\n/* harmony export */ });\n// Scroll suave\nfunction initScrollSuave() {\n var linksInternos = document.querySelectorAll('[data-js=\"menu\"] a[href^=\"#\"]');\n linksInternos.forEach(function (link) {\n link.addEventListener(\"click\", scrollToSection);\n });\n\n function scrollToSection(event) {\n event.preventDefault();\n var href = event.currentTarget.getAttribute(\"href\");\n var section = document.querySelector(href);\n section.scrollIntoView({\n behavior: \"smooth\",\n block: \"start\"\n });\n }\n}\n\n//# sourceURL=webpack://fantasticanimals/./js/modules/scroll-suave.js?"); + +/***/ }), + +/***/ "./js/modules/tabnav.js": +/*!******************************!*\ + !*** ./js/modules/tabnav.js ***! + \******************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { + +"use strict"; +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ initTabNav)\n/* harmony export */ });\n// Navegação em Tab nas fotos dos animais\nfunction initTabNav() {\n var tabMenu = document.querySelectorAll(\"[data-js='tabmenu'] li\");\n var tabContent = document.querySelectorAll('[data-js=\"tabcontent\"] section');\n\n function activeTab(index) {\n tabContent.forEach(function (section) {\n section.classList.remove(\"ativo\", tabContent[index].dataset.anime);\n });\n console.log();\n tabContent[index].classList.add(\"ativo\", tabContent[index].dataset.anime);\n }\n\n if (tabMenu.length && tabContent.length) {\n tabContent[0].classList.add(\"ativo\");\n tabMenu.forEach(function (itemMenu, index) {\n itemMenu.addEventListener(\"click\", function () {\n activeTab(index);\n });\n });\n }\n}\ninitTabNav();\n\n//# sourceURL=webpack://fantasticanimals/./js/modules/tabnav.js?"); + +/***/ }), + +/***/ "./js/modules/tooltip.js": +/*!*******************************!*\ + !*** ./js/modules/tooltip.js ***! + \*******************************/ +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { + +"use strict"; +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ initTooltip)\n/* harmony export */ });\nfunction initTooltip() {\n var tooltips = document.querySelectorAll(\"[data-tooltip]\");\n var onMouseMove = {\n handleEvent: function handleEvent(event) {\n this.tooltipBox.style.top = \"\".concat(event.pageY + 20, \"px\");\n this.tooltipBox.style.left = \"\".concat(event.pageX + 20, \"px\");\n }\n };\n var onMouseLeave = {\n handleEvent: function handleEvent() {\n this.tooltipBox.remove();\n this.element.removeEventListener(\"mouseleave\", onMouseLeave);\n this.element.removeEventListener(\"mousemove\", onMouseMove);\n }\n };\n tooltips.forEach(function (item) {\n item.addEventListener(\"mouseover\", onMouseOver);\n });\n\n function onMouseOver() {\n var tooltipBox = criarTooltipBox(this);\n onMouseMove.tooltipBox = tooltipBox;\n this.addEventListener(\"mousemove\", onMouseMove);\n onMouseLeave.tooltipBox = tooltipBox;\n onMouseLeave.element = this;\n this.addEventListener(\"mouseleave\", onMouseLeave);\n }\n\n function criarTooltipBox(element) {\n var tooltipBox = document.createElement(\"div\");\n var text = element.getAttribute(\"aria-label\");\n tooltipBox.classList.add(\"tooltip\");\n tooltipBox.innerText = text;\n document.body.appendChild(tooltipBox);\n return tooltipBox;\n }\n}\n\n//# sourceURL=webpack://fantasticanimals/./js/modules/tooltip.js?"); + +/***/ }), + +/***/ "./node_modules/@babel/runtime/helpers/regeneratorRuntime.js": +/*!*******************************************************************!*\ + !*** ./node_modules/@babel/runtime/helpers/regeneratorRuntime.js ***! + \*******************************************************************/ +/***/ ((module, __unused_webpack_exports, __webpack_require__) => { + +eval("var _typeof = (__webpack_require__(/*! ./typeof.js */ \"./node_modules/@babel/runtime/helpers/typeof.js\")[\"default\"]);\n\nfunction _regeneratorRuntime() {\n \"use strict\";\n /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */\n\n module.exports = _regeneratorRuntime = function _regeneratorRuntime() {\n return exports;\n }, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;\n var exports = {},\n Op = Object.prototype,\n hasOwn = Op.hasOwnProperty,\n $Symbol = \"function\" == typeof Symbol ? Symbol : {},\n iteratorSymbol = $Symbol.iterator || \"@@iterator\",\n asyncIteratorSymbol = $Symbol.asyncIterator || \"@@asyncIterator\",\n toStringTagSymbol = $Symbol.toStringTag || \"@@toStringTag\";\n\n function define(obj, key, value) {\n return Object.defineProperty(obj, key, {\n value: value,\n enumerable: !0,\n configurable: !0,\n writable: !0\n }), obj[key];\n }\n\n try {\n define({}, \"\");\n } catch (err) {\n define = function define(obj, key, value) {\n return obj[key] = value;\n };\n }\n\n function wrap(innerFn, outerFn, self, tryLocsList) {\n var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator,\n generator = Object.create(protoGenerator.prototype),\n context = new Context(tryLocsList || []);\n return generator._invoke = function (innerFn, self, context) {\n var state = \"suspendedStart\";\n return function (method, arg) {\n if (\"executing\" === state) throw new Error(\"Generator is already running\");\n\n if (\"completed\" === state) {\n if (\"throw\" === method) throw arg;\n return doneResult();\n }\n\n for (context.method = method, context.arg = arg;;) {\n var delegate = context.delegate;\n\n if (delegate) {\n var delegateResult = maybeInvokeDelegate(delegate, context);\n\n if (delegateResult) {\n if (delegateResult === ContinueSentinel) continue;\n return delegateResult;\n }\n }\n\n if (\"next\" === context.method) context.sent = context._sent = context.arg;else if (\"throw\" === context.method) {\n if (\"suspendedStart\" === state) throw state = \"completed\", context.arg;\n context.dispatchException(context.arg);\n } else \"return\" === context.method && context.abrupt(\"return\", context.arg);\n state = \"executing\";\n var record = tryCatch(innerFn, self, context);\n\n if (\"normal\" === record.type) {\n if (state = context.done ? \"completed\" : \"suspendedYield\", record.arg === ContinueSentinel) continue;\n return {\n value: record.arg,\n done: context.done\n };\n }\n\n \"throw\" === record.type && (state = \"completed\", context.method = \"throw\", context.arg = record.arg);\n }\n };\n }(innerFn, self, context), generator;\n }\n\n function tryCatch(fn, obj, arg) {\n try {\n return {\n type: \"normal\",\n arg: fn.call(obj, arg)\n };\n } catch (err) {\n return {\n type: \"throw\",\n arg: err\n };\n }\n }\n\n exports.wrap = wrap;\n var ContinueSentinel = {};\n\n function Generator() {}\n\n function GeneratorFunction() {}\n\n function GeneratorFunctionPrototype() {}\n\n var IteratorPrototype = {};\n define(IteratorPrototype, iteratorSymbol, function () {\n return this;\n });\n var getProto = Object.getPrototypeOf,\n NativeIteratorPrototype = getProto && getProto(getProto(values([])));\n NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype);\n var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype);\n\n function defineIteratorMethods(prototype) {\n [\"next\", \"throw\", \"return\"].forEach(function (method) {\n define(prototype, method, function (arg) {\n return this._invoke(method, arg);\n });\n });\n }\n\n function AsyncIterator(generator, PromiseImpl) {\n function invoke(method, arg, resolve, reject) {\n var record = tryCatch(generator[method], generator, arg);\n\n if (\"throw\" !== record.type) {\n var result = record.arg,\n value = result.value;\n return value && \"object\" == _typeof(value) && hasOwn.call(value, \"__await\") ? PromiseImpl.resolve(value.__await).then(function (value) {\n invoke(\"next\", value, resolve, reject);\n }, function (err) {\n invoke(\"throw\", err, resolve, reject);\n }) : PromiseImpl.resolve(value).then(function (unwrapped) {\n result.value = unwrapped, resolve(result);\n }, function (error) {\n return invoke(\"throw\", error, resolve, reject);\n });\n }\n\n reject(record.arg);\n }\n\n var previousPromise;\n\n this._invoke = function (method, arg) {\n function callInvokeWithMethodAndArg() {\n return new PromiseImpl(function (resolve, reject) {\n invoke(method, arg, resolve, reject);\n });\n }\n\n return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();\n };\n }\n\n function maybeInvokeDelegate(delegate, context) {\n var method = delegate.iterator[context.method];\n\n if (undefined === method) {\n if (context.delegate = null, \"throw\" === context.method) {\n if (delegate.iterator[\"return\"] && (context.method = \"return\", context.arg = undefined, maybeInvokeDelegate(delegate, context), \"throw\" === context.method)) return ContinueSentinel;\n context.method = \"throw\", context.arg = new TypeError(\"The iterator does not provide a 'throw' method\");\n }\n\n return ContinueSentinel;\n }\n\n var record = tryCatch(method, delegate.iterator, context.arg);\n if (\"throw\" === record.type) return context.method = \"throw\", context.arg = record.arg, context.delegate = null, ContinueSentinel;\n var info = record.arg;\n return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, \"return\" !== context.method && (context.method = \"next\", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = \"throw\", context.arg = new TypeError(\"iterator result is not an object\"), context.delegate = null, ContinueSentinel);\n }\n\n function pushTryEntry(locs) {\n var entry = {\n tryLoc: locs[0]\n };\n 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry);\n }\n\n function resetTryEntry(entry) {\n var record = entry.completion || {};\n record.type = \"normal\", delete record.arg, entry.completion = record;\n }\n\n function Context(tryLocsList) {\n this.tryEntries = [{\n tryLoc: \"root\"\n }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0);\n }\n\n function values(iterable) {\n if (iterable) {\n var iteratorMethod = iterable[iteratorSymbol];\n if (iteratorMethod) return iteratorMethod.call(iterable);\n if (\"function\" == typeof iterable.next) return iterable;\n\n if (!isNaN(iterable.length)) {\n var i = -1,\n next = function next() {\n for (; ++i < iterable.length;) {\n if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next;\n }\n\n return next.value = undefined, next.done = !0, next;\n };\n\n return next.next = next;\n }\n }\n\n return {\n next: doneResult\n };\n }\n\n function doneResult() {\n return {\n value: undefined,\n done: !0\n };\n }\n\n return GeneratorFunction.prototype = GeneratorFunctionPrototype, define(Gp, \"constructor\", GeneratorFunctionPrototype), define(GeneratorFunctionPrototype, \"constructor\", GeneratorFunction), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, \"GeneratorFunction\"), exports.isGeneratorFunction = function (genFun) {\n var ctor = \"function\" == typeof genFun && genFun.constructor;\n return !!ctor && (ctor === GeneratorFunction || \"GeneratorFunction\" === (ctor.displayName || ctor.name));\n }, exports.mark = function (genFun) {\n return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, \"GeneratorFunction\")), genFun.prototype = Object.create(Gp), genFun;\n }, exports.awrap = function (arg) {\n return {\n __await: arg\n };\n }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () {\n return this;\n }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) {\n void 0 === PromiseImpl && (PromiseImpl = Promise);\n var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl);\n return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) {\n return result.done ? result.value : iter.next();\n });\n }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, \"Generator\"), define(Gp, iteratorSymbol, function () {\n return this;\n }), define(Gp, \"toString\", function () {\n return \"[object Generator]\";\n }), exports.keys = function (object) {\n var keys = [];\n\n for (var key in object) {\n keys.push(key);\n }\n\n return keys.reverse(), function next() {\n for (; keys.length;) {\n var key = keys.pop();\n if (key in object) return next.value = key, next.done = !1, next;\n }\n\n return next.done = !0, next;\n };\n }, exports.values = values, Context.prototype = {\n constructor: Context,\n reset: function reset(skipTempReset) {\n if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = \"next\", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) {\n \"t\" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined);\n }\n },\n stop: function stop() {\n this.done = !0;\n var rootRecord = this.tryEntries[0].completion;\n if (\"throw\" === rootRecord.type) throw rootRecord.arg;\n return this.rval;\n },\n dispatchException: function dispatchException(exception) {\n if (this.done) throw exception;\n var context = this;\n\n function handle(loc, caught) {\n return record.type = \"throw\", record.arg = exception, context.next = loc, caught && (context.method = \"next\", context.arg = undefined), !!caught;\n }\n\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i],\n record = entry.completion;\n if (\"root\" === entry.tryLoc) return handle(\"end\");\n\n if (entry.tryLoc <= this.prev) {\n var hasCatch = hasOwn.call(entry, \"catchLoc\"),\n hasFinally = hasOwn.call(entry, \"finallyLoc\");\n\n if (hasCatch && hasFinally) {\n if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0);\n if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc);\n } else if (hasCatch) {\n if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0);\n } else {\n if (!hasFinally) throw new Error(\"try statement without catch or finally\");\n if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc);\n }\n }\n }\n },\n abrupt: function abrupt(type, arg) {\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n\n if (entry.tryLoc <= this.prev && hasOwn.call(entry, \"finallyLoc\") && this.prev < entry.finallyLoc) {\n var finallyEntry = entry;\n break;\n }\n }\n\n finallyEntry && (\"break\" === type || \"continue\" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null);\n var record = finallyEntry ? finallyEntry.completion : {};\n return record.type = type, record.arg = arg, finallyEntry ? (this.method = \"next\", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record);\n },\n complete: function complete(record, afterLoc) {\n if (\"throw\" === record.type) throw record.arg;\n return \"break\" === record.type || \"continue\" === record.type ? this.next = record.arg : \"return\" === record.type ? (this.rval = this.arg = record.arg, this.method = \"return\", this.next = \"end\") : \"normal\" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel;\n },\n finish: function finish(finallyLoc) {\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel;\n }\n },\n \"catch\": function _catch(tryLoc) {\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n\n if (entry.tryLoc === tryLoc) {\n var record = entry.completion;\n\n if (\"throw\" === record.type) {\n var thrown = record.arg;\n resetTryEntry(entry);\n }\n\n return thrown;\n }\n }\n\n throw new Error(\"illegal catch attempt\");\n },\n delegateYield: function delegateYield(iterable, resultName, nextLoc) {\n return this.delegate = {\n iterator: values(iterable),\n resultName: resultName,\n nextLoc: nextLoc\n }, \"next\" === this.method && (this.arg = undefined), ContinueSentinel;\n }\n }, exports;\n}\n\nmodule.exports = _regeneratorRuntime, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;\n\n//# sourceURL=webpack://fantasticanimals/./node_modules/@babel/runtime/helpers/regeneratorRuntime.js?"); + +/***/ }), + +/***/ "./node_modules/@babel/runtime/helpers/typeof.js": +/*!*******************************************************!*\ + !*** ./node_modules/@babel/runtime/helpers/typeof.js ***! + \*******************************************************/ +/***/ ((module) => { + +eval("function _typeof(obj) {\n \"@babel/helpers - typeof\";\n\n return (module.exports = _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (obj) {\n return typeof obj;\n } : function (obj) {\n return obj && \"function\" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj;\n }, module.exports.__esModule = true, module.exports[\"default\"] = module.exports), _typeof(obj);\n}\n\nmodule.exports = _typeof, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;\n\n//# sourceURL=webpack://fantasticanimals/./node_modules/@babel/runtime/helpers/typeof.js?"); + +/***/ }), + +/***/ "./node_modules/@babel/runtime/regenerator/index.js": +/*!**********************************************************!*\ + !*** ./node_modules/@babel/runtime/regenerator/index.js ***! + \**********************************************************/ +/***/ ((module, __unused_webpack_exports, __webpack_require__) => { + +eval("// TODO(Babel 8): Remove this file.\n\nvar runtime = __webpack_require__(/*! ../helpers/regeneratorRuntime */ \"./node_modules/@babel/runtime/helpers/regeneratorRuntime.js\")();\nmodule.exports = runtime;\n\n// Copied from https://github.com/facebook/regenerator/blob/main/packages/runtime/runtime.js#L736=\ntry {\n regeneratorRuntime = runtime;\n} catch (accidentalStrictMode) {\n if (typeof globalThis === \"object\") {\n globalThis.regeneratorRuntime = runtime;\n } else {\n Function(\"r\", \"regeneratorRuntime = r\")(runtime);\n }\n}\n\n\n//# sourceURL=webpack://fantasticanimals/./node_modules/@babel/runtime/regenerator/index.js?"); + +/***/ }), + +/***/ "./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js": +/*!*********************************************************************!*\ + !*** ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js ***! + \*********************************************************************/ +/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => { + +"use strict"; +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ _asyncToGenerator)\n/* harmony export */ });\nfunction asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {\n try {\n var info = gen[key](arg);\n var value = info.value;\n } catch (error) {\n reject(error);\n return;\n }\n\n if (info.done) {\n resolve(value);\n } else {\n Promise.resolve(value).then(_next, _throw);\n }\n}\n\nfunction _asyncToGenerator(fn) {\n return function () {\n var self = this,\n args = arguments;\n return new Promise(function (resolve, reject) {\n var gen = fn.apply(self, args);\n\n function _next(value) {\n asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"next\", value);\n }\n\n function _throw(err) {\n asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"throw\", err);\n }\n\n _next(undefined);\n });\n };\n}\n\n//# sourceURL=webpack://fantasticanimals/./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js?"); + +/***/ }) + +/******/ }); +/************************************************************************/ +/******/ // The module cache +/******/ var __webpack_module_cache__ = {}; +/******/ +/******/ // The require function +/******/ function __webpack_require__(moduleId) { +/******/ // Check if module is in cache +/******/ var cachedModule = __webpack_module_cache__[moduleId]; +/******/ if (cachedModule !== undefined) { +/******/ return cachedModule.exports; +/******/ } +/******/ // Create a new module (and put it into the cache) +/******/ var module = __webpack_module_cache__[moduleId] = { +/******/ // no module.id needed +/******/ // no module.loaded needed +/******/ exports: {} +/******/ }; +/******/ +/******/ // Execute the module function +/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__); +/******/ +/******/ // Return the exports of the module +/******/ return module.exports; +/******/ } +/******/ +/************************************************************************/ +/******/ /* webpack/runtime/compat get default export */ +/******/ (() => { +/******/ // getDefaultExport function for compatibility with non-harmony modules +/******/ __webpack_require__.n = (module) => { +/******/ var getter = module && module.__esModule ? +/******/ () => (module['default']) : +/******/ () => (module); +/******/ __webpack_require__.d(getter, { a: getter }); +/******/ return getter; +/******/ }; +/******/ })(); +/******/ +/******/ /* webpack/runtime/define property getters */ +/******/ (() => { +/******/ // define getter functions for harmony exports +/******/ __webpack_require__.d = (exports, definition) => { +/******/ for(var key in definition) { +/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) { +/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] }); +/******/ } +/******/ } +/******/ }; +/******/ })(); +/******/ +/******/ /* webpack/runtime/hasOwnProperty shorthand */ +/******/ (() => { +/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop)) +/******/ })(); +/******/ +/******/ /* webpack/runtime/make namespace object */ +/******/ (() => { +/******/ // define __esModule on exports +/******/ __webpack_require__.r = (exports) => { +/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { +/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); +/******/ } +/******/ Object.defineProperty(exports, '__esModule', { value: true }); +/******/ }; +/******/ })(); +/******/ +/************************************************************************/ +/******/ +/******/ // startup +/******/ // Load entry module and return exports +/******/ // This entry module can't be inlined because the eval devtool is used. +/******/ var __webpack_exports__ = __webpack_require__("./js/import.js"); +/******/ +/******/ })() +; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/.bin/browserslist b/FantasticAnimals/node_modules/.bin/browserslist new file mode 120000 index 0000000..3cd991b --- /dev/null +++ b/FantasticAnimals/node_modules/.bin/browserslist @@ -0,0 +1 @@ +../browserslist/cli.js \ No newline at end of file diff --git a/FantasticAnimals/node_modules/.bin/browserslist-lint b/FantasticAnimals/node_modules/.bin/browserslist-lint new file mode 120000 index 0000000..b11e16f --- /dev/null +++ b/FantasticAnimals/node_modules/.bin/browserslist-lint @@ -0,0 +1 @@ +../update-browserslist-db/cli.js \ No newline at end of file diff --git a/FantasticAnimals/node_modules/.bin/envinfo b/FantasticAnimals/node_modules/.bin/envinfo new file mode 120000 index 0000000..36d837a --- /dev/null +++ b/FantasticAnimals/node_modules/.bin/envinfo @@ -0,0 +1 @@ +../envinfo/dist/cli.js \ No newline at end of file diff --git a/FantasticAnimals/node_modules/.bin/import-local-fixture b/FantasticAnimals/node_modules/.bin/import-local-fixture new file mode 120000 index 0000000..ff4b104 --- /dev/null +++ b/FantasticAnimals/node_modules/.bin/import-local-fixture @@ -0,0 +1 @@ +../import-local/fixtures/cli.js \ No newline at end of file diff --git a/FantasticAnimals/node_modules/.bin/jsesc b/FantasticAnimals/node_modules/.bin/jsesc new file mode 120000 index 0000000..7237604 --- /dev/null +++ b/FantasticAnimals/node_modules/.bin/jsesc @@ -0,0 +1 @@ +../jsesc/bin/jsesc \ No newline at end of file diff --git a/FantasticAnimals/node_modules/.bin/json5 b/FantasticAnimals/node_modules/.bin/json5 new file mode 120000 index 0000000..217f379 --- /dev/null +++ b/FantasticAnimals/node_modules/.bin/json5 @@ -0,0 +1 @@ +../json5/lib/cli.js \ No newline at end of file diff --git a/FantasticAnimals/node_modules/.bin/parser b/FantasticAnimals/node_modules/.bin/parser new file mode 120000 index 0000000..ce7bf97 --- /dev/null +++ b/FantasticAnimals/node_modules/.bin/parser @@ -0,0 +1 @@ +../@babel/parser/bin/babel-parser.js \ No newline at end of file diff --git a/FantasticAnimals/node_modules/.bin/regjsparser b/FantasticAnimals/node_modules/.bin/regjsparser new file mode 120000 index 0000000..91cec77 --- /dev/null +++ b/FantasticAnimals/node_modules/.bin/regjsparser @@ -0,0 +1 @@ +../regjsparser/bin/parser \ No newline at end of file diff --git a/FantasticAnimals/node_modules/.bin/resolve b/FantasticAnimals/node_modules/.bin/resolve new file mode 120000 index 0000000..b6afda6 --- /dev/null +++ b/FantasticAnimals/node_modules/.bin/resolve @@ -0,0 +1 @@ +../resolve/bin/resolve \ No newline at end of file diff --git a/FantasticAnimals/node_modules/.bin/semver b/FantasticAnimals/node_modules/.bin/semver new file mode 120000 index 0000000..5aaadf4 --- /dev/null +++ b/FantasticAnimals/node_modules/.bin/semver @@ -0,0 +1 @@ +../semver/bin/semver.js \ No newline at end of file diff --git a/FantasticAnimals/node_modules/.bin/terser b/FantasticAnimals/node_modules/.bin/terser new file mode 120000 index 0000000..0792ff4 --- /dev/null +++ b/FantasticAnimals/node_modules/.bin/terser @@ -0,0 +1 @@ +../terser/bin/terser \ No newline at end of file diff --git a/FantasticAnimals/node_modules/.bin/webpack b/FantasticAnimals/node_modules/.bin/webpack new file mode 120000 index 0000000..d462c1d --- /dev/null +++ b/FantasticAnimals/node_modules/.bin/webpack @@ -0,0 +1 @@ +../webpack/bin/webpack.js \ No newline at end of file diff --git a/FantasticAnimals/node_modules/.bin/webpack-cli b/FantasticAnimals/node_modules/.bin/webpack-cli new file mode 120000 index 0000000..2511f70 --- /dev/null +++ b/FantasticAnimals/node_modules/.bin/webpack-cli @@ -0,0 +1 @@ +../webpack-cli/bin/cli.js \ No newline at end of file diff --git a/FantasticAnimals/node_modules/.package-lock.json b/FantasticAnimals/node_modules/.package-lock.json index 4b18e69..491ae02 100644 --- a/FantasticAnimals/node_modules/.package-lock.json +++ b/FantasticAnimals/node_modules/.package-lock.json @@ -1,1269 +1,4578 @@ { - "name": "fantasticanimals", - "version": "1.0.0", - "lockfileVersion": 2, - "requires": true, - "packages": { - "node_modules/@eslint/eslintrc": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.0.tgz", - "integrity": "sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==", - "dev": true, - "dependencies": { - "ajv": "^6.12.4", - "debug": "^4.3.2", - "espree": "^9.3.2", - "globals": "^13.15.0", - "ignore": "^5.2.0", - "import-fresh": "^3.2.1", - "js-yaml": "^4.1.0", - "minimatch": "^3.1.2", - "strip-json-comments": "^3.1.1" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - } - }, - "node_modules/@humanwhocodes/config-array": { - "version": "0.10.4", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.10.4.tgz", - "integrity": "sha512-mXAIHxZT3Vcpg83opl1wGlVZ9xydbfZO3r5YfRSH6Gpp2J/PfdBP0wbDa2sO6/qRbcalpoevVyW6A/fI6LfeMw==", - "dev": true, - "dependencies": { - "@humanwhocodes/object-schema": "^1.2.1", - "debug": "^4.1.1", - "minimatch": "^3.0.4" - }, - "engines": { - "node": ">=10.10.0" - } - }, - "node_modules/@humanwhocodes/gitignore-to-minimatch": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz", - "integrity": "sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==", - "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/nzakas" - } - }, - "node_modules/@humanwhocodes/object-schema": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", - "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==", - "dev": true - }, - "node_modules/@nodelib/fs.scandir": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", - "dev": true, - "dependencies": { - "@nodelib/fs.stat": "2.0.5", - "run-parallel": "^1.1.9" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nodelib/fs.stat": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", - "dev": true, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nodelib/fs.walk": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", - "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", - "dev": true, - "dependencies": { - "@nodelib/fs.scandir": "2.1.5", - "fastq": "^1.6.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/acorn": { - "version": "8.8.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.0.tgz", - "integrity": "sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==", - "dev": true, - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/acorn-jsx": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", - "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", - "dev": true, - "peerDependencies": { - "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" - } - }, - "node_modules/ajv": { - "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", - "dev": true, - "dependencies": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/argparse": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", - "dev": true - }, - "node_modules/array-union": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", - "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/balanced-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", - "dev": true - }, - "node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dev": true, - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", - "dev": true, - "dependencies": { - "fill-range": "^7.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/callsites": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "node_modules/concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", - "dev": true - }, - "node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", - "dev": true, - "dependencies": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dev": true, - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/deep-is": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", - "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", - "dev": true - }, - "node_modules/dir-glob": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", - "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", - "dev": true, - "dependencies": { - "path-type": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/doctrine": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", - "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", - "dev": true, - "dependencies": { - "esutils": "^2.0.2" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/escape-string-regexp": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/eslint": { - "version": "8.22.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.22.0.tgz", - "integrity": "sha512-ci4t0sz6vSRKdmkOGmprBo6fmI4PrphDFMy5JEq/fNS0gQkJM3rLmrqcp8ipMcdobH3KtUP40KniAE9W19S4wA==", - "dev": true, - "dependencies": { - "@eslint/eslintrc": "^1.3.0", - "@humanwhocodes/config-array": "^0.10.4", - "@humanwhocodes/gitignore-to-minimatch": "^1.0.2", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.3.2", - "doctrine": "^3.0.0", - "escape-string-regexp": "^4.0.0", - "eslint-scope": "^7.1.1", - "eslint-utils": "^3.0.0", - "eslint-visitor-keys": "^3.3.0", - "espree": "^9.3.3", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "fast-deep-equal": "^3.1.3", - "file-entry-cache": "^6.0.1", - "find-up": "^5.0.0", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^6.0.1", - "globals": "^13.15.0", - "globby": "^11.1.0", - "grapheme-splitter": "^1.0.4", - "ignore": "^5.2.0", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^4.1.0", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash.merge": "^4.6.2", - "minimatch": "^3.1.2", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "regexpp": "^3.2.0", - "strip-ansi": "^6.0.1", - "strip-json-comments": "^3.1.0", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "bin": { - "eslint": "bin/eslint.js" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/eslint-scope": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz", - "integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==", - "dev": true, - "dependencies": { - "esrecurse": "^4.3.0", - "estraverse": "^5.2.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - } - }, - "node_modules/eslint-utils": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz", - "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==", - "dev": true, - "dependencies": { - "eslint-visitor-keys": "^2.0.0" - }, - "engines": { - "node": "^10.0.0 || ^12.0.0 || >= 14.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/mysticatea" - }, - "peerDependencies": { - "eslint": ">=5" - } - }, - "node_modules/eslint-utils/node_modules/eslint-visitor-keys": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", - "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", - "dev": true, - "engines": { - "node": ">=10" - } - }, - "node_modules/eslint-visitor-keys": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz", - "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==", - "dev": true, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - } - }, - "node_modules/espree": { - "version": "9.3.3", - "resolved": "https://registry.npmjs.org/espree/-/espree-9.3.3.tgz", - "integrity": "sha512-ORs1Rt/uQTqUKjDdGCyrtYxbazf5umATSf/K4qxjmZHORR6HJk+2s/2Pqe+Kk49HHINC/xNIrGfgh8sZcll0ng==", - "dev": true, - "dependencies": { - "acorn": "^8.8.0", - "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^3.3.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/esquery": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz", - "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==", - "dev": true, - "dependencies": { - "estraverse": "^5.1.0" - }, - "engines": { - "node": ">=0.10" - } - }, - "node_modules/esrecurse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", - "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", - "dev": true, - "dependencies": { - "estraverse": "^5.2.0" - }, - "engines": { - "node": ">=4.0" - } - }, - "node_modules/estraverse": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", - "dev": true, - "engines": { - "node": ">=4.0" - } - }, - "node_modules/esutils": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", - "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", - "dev": true - }, - "node_modules/fast-glob": { - "version": "3.2.11", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz", - "integrity": "sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==", - "dev": true, - "dependencies": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.4" - }, - "engines": { - "node": ">=8.6.0" - } - }, - "node_modules/fast-glob/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", - "dev": true - }, - "node_modules/fast-levenshtein": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", - "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", - "dev": true - }, - "node_modules/fastq": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz", - "integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==", - "dev": true, - "dependencies": { - "reusify": "^1.0.4" - } - }, - "node_modules/file-entry-cache": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", - "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", - "dev": true, - "dependencies": { - "flat-cache": "^3.0.4" - }, - "engines": { - "node": "^10.12.0 || >=12.0.0" - } - }, - "node_modules/fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", - "dev": true, - "dependencies": { - "to-regex-range": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/find-up": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", - "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", - "dev": true, - "dependencies": { - "locate-path": "^6.0.0", - "path-exists": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/flat-cache": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", - "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", - "dev": true, - "dependencies": { - "flatted": "^3.1.0", - "rimraf": "^3.0.2" - }, - "engines": { - "node": "^10.12.0 || >=12.0.0" - } - }, - "node_modules/flatted": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz", - "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==", - "dev": true - }, - "node_modules/fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", - "dev": true - }, - "node_modules/functional-red-black-tree": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", - "integrity": "sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==", - "dev": true - }, - "node_modules/glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "dev": true, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/glob-parent": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", - "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", - "dev": true, - "dependencies": { - "is-glob": "^4.0.3" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/globals": { - "version": "13.17.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.17.0.tgz", - "integrity": "sha512-1C+6nQRb1GwGMKm2dH/E7enFAMxGTmGI7/dEdhy/DNelv85w9B72t3uc5frtMNXIbzrarJJ/lTCjcaZwbLJmyw==", - "dev": true, - "dependencies": { - "type-fest": "^0.20.2" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/globby": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", - "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", - "dev": true, - "dependencies": { - "array-union": "^2.1.0", - "dir-glob": "^3.0.1", - "fast-glob": "^3.2.9", - "ignore": "^5.2.0", - "merge2": "^1.4.1", - "slash": "^3.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/grapheme-splitter": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz", - "integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==", - "dev": true - }, - "node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/ignore": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz", - "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==", - "dev": true, - "engines": { - "node": ">= 4" - } - }, - "node_modules/import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", - "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", - "dev": true, - "dependencies": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", - "dev": true, - "engines": { - "node": ">=0.8.19" - } - }, - "node_modules/inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", - "dev": true, - "dependencies": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "node_modules/inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", - "dev": true - }, - "node_modules/is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-glob": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", - "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", - "dev": true, - "dependencies": { - "is-extglob": "^2.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "dev": true, - "engines": { - "node": ">=0.12.0" - } - }, - "node_modules/isexe": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", - "dev": true - }, - "node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", - "dev": true, - "dependencies": { - "argparse": "^2.0.1" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, - "node_modules/json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", - "dev": true - }, - "node_modules/json-stable-stringify-without-jsonify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", - "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", - "dev": true - }, - "node_modules/levn": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", - "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", - "dev": true, - "dependencies": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/locate-path": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", - "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", - "dev": true, - "dependencies": { - "p-locate": "^5.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/lodash.merge": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", - "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", - "dev": true - }, - "node_modules/merge2": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", - "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", - "dev": true, - "engines": { - "node": ">= 8" - } - }, - "node_modules/micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", - "dev": true, - "dependencies": { - "braces": "^3.0.2", - "picomatch": "^2.3.1" - }, - "engines": { - "node": ">=8.6" - } - }, - "node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true - }, - "node_modules/natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", - "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", - "dev": true - }, - "node_modules/once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", - "dev": true, - "dependencies": { - "wrappy": "1" - } - }, - "node_modules/optionator": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", - "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", - "dev": true, - "dependencies": { - "deep-is": "^0.1.3", - "fast-levenshtein": "^2.0.6", - "levn": "^0.4.1", - "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.3" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/p-limit": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", - "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", - "dev": true, - "dependencies": { - "yocto-queue": "^0.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/p-locate": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", - "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", - "dev": true, - "dependencies": { - "p-limit": "^3.0.2" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/parent-module": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", - "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", - "dev": true, - "dependencies": { - "callsites": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/path-key": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/path-type": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", - "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "dev": true, - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/prelude-ls": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", - "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", - "dev": true, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/punycode": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", - "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/queue-microtask": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", - "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/regexpp": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz", - "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==", - "dev": true, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/mysticatea" - } - }, - "node_modules/resolve-from": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/reusify": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", - "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", - "dev": true, - "engines": { - "iojs": ">=1.0.0", - "node": ">=0.10.0" - } - }, - "node_modules/rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "dev": true, - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/run-parallel": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", - "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "dependencies": { - "queue-microtask": "^1.2.2" - } - }, - "node_modules/shebang-command": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", - "dev": true, - "dependencies": { - "shebang-regex": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/shebang-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/slash": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", - "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", - "dev": true, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/text-table": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", - "dev": true - }, - "node_modules/to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "dev": true, - "dependencies": { - "is-number": "^7.0.0" - }, - "engines": { - "node": ">=8.0" - } - }, - "node_modules/type-check": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", - "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", - "dev": true, - "dependencies": { - "prelude-ls": "^1.2.1" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/uri-js": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", - "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", - "dev": true, - "dependencies": { - "punycode": "^2.1.0" - } - }, - "node_modules/v8-compile-cache": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz", - "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==", - "dev": true - }, - "node_modules/which": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", - "dev": true, - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "node-which": "bin/node-which" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/word-wrap": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", - "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", - "dev": true - }, - "node_modules/yocto-queue": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", - "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - } - } + "name": "fantasticanimals", + "version": "1.0.0", + "lockfileVersion": 2, + "requires": true, + "packages": { + "node_modules/@ampproject/remapping": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz", + "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==", + "dev": true, + "dependencies": { + "@jridgewell/gen-mapping": "^0.1.0", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@ampproject/remapping/node_modules/@jridgewell/gen-mapping": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz", + "integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==", + "dev": true, + "dependencies": { + "@jridgewell/set-array": "^1.0.0", + "@jridgewell/sourcemap-codec": "^1.4.10" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/code-frame": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz", + "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==", + "dev": true, + "dependencies": { + "@babel/highlight": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/compat-data": { + "version": "7.18.13", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.18.13.tgz", + "integrity": "sha512-5yUzC5LqyTFp2HLmDoxGQelcdYgSpP9xsnMWBphAscOdFrHSAVbLNzWiy32sVNDqJRDiJK6klfDnAgu6PAGSHw==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core": { + "version": "7.18.13", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.18.13.tgz", + "integrity": "sha512-ZisbOvRRusFktksHSG6pjj1CSvkPkcZq/KHD45LAkVP/oiHJkNBZWfpvlLmX8OtHDG8IuzsFlVRWo08w7Qxn0A==", + "dev": true, + "dependencies": { + "@ampproject/remapping": "^2.1.0", + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.18.13", + "@babel/helper-compilation-targets": "^7.18.9", + "@babel/helper-module-transforms": "^7.18.9", + "@babel/helpers": "^7.18.9", + "@babel/parser": "^7.18.13", + "@babel/template": "^7.18.10", + "@babel/traverse": "^7.18.13", + "@babel/types": "^7.18.13", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.2.1", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/babel" + } + }, + "node_modules/@babel/generator": { + "version": "7.18.13", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.13.tgz", + "integrity": "sha512-CkPg8ySSPuHTYPJYo7IRALdqyjM9HCbt/3uOBEFbzyGVP6Mn8bwFPB0jX6982JVNBlYzM1nnPkfjuXSOPtQeEQ==", + "dev": true, + "dependencies": { + "@babel/types": "^7.18.13", + "@jridgewell/gen-mapping": "^0.3.2", + "jsesc": "^2.5.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-annotate-as-pure": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz", + "integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==", + "dev": true, + "dependencies": { + "@babel/types": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.18.9.tgz", + "integrity": "sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw==", + "dev": true, + "dependencies": { + "@babel/helper-explode-assignable-expression": "^7.18.6", + "@babel/types": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-compilation-targets": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.9.tgz", + "integrity": "sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.18.8", + "@babel/helper-validator-option": "^7.18.6", + "browserslist": "^4.20.2", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-create-class-features-plugin": { + "version": "7.18.13", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.18.13.tgz", + "integrity": "sha512-hDvXp+QYxSRL+23mpAlSGxHMDyIGChm0/AwTfTAAK5Ufe40nCsyNdaYCGuK91phn/fVu9kqayImRDkvNAgdrsA==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-function-name": "^7.18.9", + "@babel/helper-member-expression-to-functions": "^7.18.9", + "@babel/helper-optimise-call-expression": "^7.18.6", + "@babel/helper-replace-supers": "^7.18.9", + "@babel/helper-split-export-declaration": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-create-regexp-features-plugin": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.18.6.tgz", + "integrity": "sha512-7LcpH1wnQLGrI+4v+nPp+zUvIkF9x0ddv1Hkdue10tg3gmRnLy97DXh4STiOf1qeIInyD69Qv5kKSZzKD8B/7A==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "regexpu-core": "^5.1.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-define-polyfill-provider": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.2.tgz", + "integrity": "sha512-r9QJJ+uDWrd+94BSPcP6/de67ygLtvVy6cK4luE6MOuDsZIdoaPBnfSpbO/+LTifjPckbKXRuI9BB/Z2/y3iTg==", + "dev": true, + "dependencies": { + "@babel/helper-compilation-targets": "^7.17.7", + "@babel/helper-plugin-utils": "^7.16.7", + "debug": "^4.1.1", + "lodash.debounce": "^4.0.8", + "resolve": "^1.14.2", + "semver": "^6.1.2" + }, + "peerDependencies": { + "@babel/core": "^7.4.0-0" + } + }, + "node_modules/@babel/helper-environment-visitor": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz", + "integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-explode-assignable-expression": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz", + "integrity": "sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==", + "dev": true, + "dependencies": { + "@babel/types": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-function-name": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.18.9.tgz", + "integrity": "sha512-fJgWlZt7nxGksJS9a0XdSaI4XvpExnNIgRP+rVefWh5U7BL8pPuir6SJUmFKRfjWQ51OtWSzwOxhaH/EBWWc0A==", + "dev": true, + "dependencies": { + "@babel/template": "^7.18.6", + "@babel/types": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-hoist-variables": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz", + "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==", + "dev": true, + "dependencies": { + "@babel/types": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-member-expression-to-functions": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.18.9.tgz", + "integrity": "sha512-RxifAh2ZoVU67PyKIO4AMi1wTenGfMR/O/ae0CCRqwgBAt5v7xjdtRw7UoSbsreKrQn5t7r89eruK/9JjYHuDg==", + "dev": true, + "dependencies": { + "@babel/types": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-imports": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz", + "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==", + "dev": true, + "dependencies": { + "@babel/types": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-transforms": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.18.9.tgz", + "integrity": "sha512-KYNqY0ICwfv19b31XzvmI/mfcylOzbLtowkw+mfvGPAQ3kfCnMLYbED3YecL5tPd8nAYFQFAd6JHp2LxZk/J1g==", + "dev": true, + "dependencies": { + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-simple-access": "^7.18.6", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/helper-validator-identifier": "^7.18.6", + "@babel/template": "^7.18.6", + "@babel/traverse": "^7.18.9", + "@babel/types": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-optimise-call-expression": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz", + "integrity": "sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==", + "dev": true, + "dependencies": { + "@babel/types": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-plugin-utils": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.9.tgz", + "integrity": "sha512-aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-remap-async-to-generator": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz", + "integrity": "sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-wrap-function": "^7.18.9", + "@babel/types": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-replace-supers": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.18.9.tgz", + "integrity": "sha512-dNsWibVI4lNT6HiuOIBr1oyxo40HvIVmbwPUm3XZ7wMh4k2WxrxTqZwSqw/eEmXDS9np0ey5M2bz9tBmO9c+YQ==", + "dev": true, + "dependencies": { + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-member-expression-to-functions": "^7.18.9", + "@babel/helper-optimise-call-expression": "^7.18.6", + "@babel/traverse": "^7.18.9", + "@babel/types": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-simple-access": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.18.6.tgz", + "integrity": "sha512-iNpIgTgyAvDQpDj76POqg+YEt8fPxx3yaNBg3S30dxNKm2SWfYhD0TGrK/Eu9wHpUW63VQU894TsTg+GLbUa1g==", + "dev": true, + "dependencies": { + "@babel/types": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-skip-transparent-expression-wrappers": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.18.9.tgz", + "integrity": "sha512-imytd2gHi3cJPsybLRbmFrF7u5BIEuI2cNheyKi3/iOBC63kNn3q8Crn2xVuESli0aM4KYsyEqKyS7lFL8YVtw==", + "dev": true, + "dependencies": { + "@babel/types": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-split-export-declaration": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz", + "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==", + "dev": true, + "dependencies": { + "@babel/types": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-string-parser": { + "version": "7.18.10", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz", + "integrity": "sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-identifier": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz", + "integrity": "sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-option": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz", + "integrity": "sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-wrap-function": { + "version": "7.18.11", + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.18.11.tgz", + "integrity": "sha512-oBUlbv+rjZLh2Ks9SKi4aL7eKaAXBWleHzU89mP0G6BMUlRxSckk9tSIkgDGydhgFxHuGSlBQZfnaD47oBEB7w==", + "dev": true, + "dependencies": { + "@babel/helper-function-name": "^7.18.9", + "@babel/template": "^7.18.10", + "@babel/traverse": "^7.18.11", + "@babel/types": "^7.18.10" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helpers": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.18.9.tgz", + "integrity": "sha512-Jf5a+rbrLoR4eNdUmnFu8cN5eNJT6qdTdOg5IHIzq87WwyRw9PwguLFOWYgktN/60IP4fgDUawJvs7PjQIzELQ==", + "dev": true, + "dependencies": { + "@babel/template": "^7.18.6", + "@babel/traverse": "^7.18.9", + "@babel/types": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/highlight": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz", + "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==", + "dev": true, + "dependencies": { + "@babel/helper-validator-identifier": "^7.18.6", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/highlight/node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/highlight/node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/highlight/node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/@babel/highlight/node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "dev": true + }, + "node_modules/@babel/highlight/node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "dev": true, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/@babel/highlight/node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/highlight/node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/parser": { + "version": "7.18.13", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.18.13.tgz", + "integrity": "sha512-dgXcIfMuQ0kgzLB2b9tRZs7TTFFaGM2AbtA4fJgUUYukzGH4jwsS7hzQHEGs67jdehpm22vkgKwvbU+aEflgwg==", + "dev": true, + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz", + "integrity": "sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.18.9.tgz", + "integrity": "sha512-AHrP9jadvH7qlOj6PINbgSuphjQUAK7AOT7DPjBo9EHoLhQTnnK5u45e1Hd4DbSQEO9nqPWtQ89r+XEOWFScKg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.18.9", + "@babel/plugin-proposal-optional-chaining": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.13.0" + } + }, + "node_modules/@babel/plugin-proposal-async-generator-functions": { + "version": "7.18.10", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.18.10.tgz", + "integrity": "sha512-1mFuY2TOsR1hxbjCo4QL+qlIjV07p4H4EUYw2J/WCqsvFV6V9X9z9YhXbWndc/4fw+hYGlDT7egYxliMp5O6Ew==", + "dev": true, + "dependencies": { + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-plugin-utils": "^7.18.9", + "@babel/helper-remap-async-to-generator": "^7.18.9", + "@babel/plugin-syntax-async-generators": "^7.8.4" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-class-properties": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz", + "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==", + "dev": true, + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-class-static-block": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.18.6.tgz", + "integrity": "sha512-+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw==", + "dev": true, + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-class-static-block": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.12.0" + } + }, + "node_modules/@babel/plugin-proposal-dynamic-import": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz", + "integrity": "sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-dynamic-import": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-export-namespace-from": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.9.tgz", + "integrity": "sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.9", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-json-strings": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz", + "integrity": "sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-json-strings": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-logical-assignment-operators": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.18.9.tgz", + "integrity": "sha512-128YbMpjCrP35IOExw2Fq+x55LMP42DzhOhX2aNNIdI9avSWl2PI0yuBWarr3RYpZBSPtabfadkH2yeRiMD61Q==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.9", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz", + "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-numeric-separator": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz", + "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-numeric-separator": "^7.10.4" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-object-rest-spread": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.18.9.tgz", + "integrity": "sha512-kDDHQ5rflIeY5xl69CEqGEZ0KY369ehsCIEbTGb4siHG5BE9sga/T0r0OUwyZNLMmZE79E1kbsqAjwFCW4ds6Q==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.18.8", + "@babel/helper-compilation-targets": "^7.18.9", + "@babel/helper-plugin-utils": "^7.18.9", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-transform-parameters": "^7.18.8" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-optional-catch-binding": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz", + "integrity": "sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-optional-chaining": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.18.9.tgz", + "integrity": "sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.18.9", + "@babel/plugin-syntax-optional-chaining": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-private-methods": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz", + "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==", + "dev": true, + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-private-property-in-object": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.18.6.tgz", + "integrity": "sha512-9Rysx7FOctvT5ouj5JODjAFAkgGoudQuLPamZb0v1TGLpapdNaftzifU8NTWQm0IRjqoYypdrSmyWgkocDQ8Dw==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-create-class-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-private-property-in-object": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-unicode-property-regex": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz", + "integrity": "sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-async-generators": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", + "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-class-properties": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", + "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.12.13" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-class-static-block": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", + "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-dynamic-import": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", + "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-export-namespace-from": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", + "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.3" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-import-assertions": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.18.6.tgz", + "integrity": "sha512-/DU3RXad9+bZwrgWJQKbr39gYbJpLJHezqEzRzi/BHRlJ9zsQb4CK2CA/5apllXNomwA1qHwzvHl+AdEmC5krQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-json-strings": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", + "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-logical-assignment-operators": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", + "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", + "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-numeric-separator": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", + "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-object-rest-spread": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", + "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-optional-catch-binding": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", + "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-optional-chaining": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", + "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-private-property-in-object": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", + "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-top-level-await": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", + "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-arrow-functions": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.18.6.tgz", + "integrity": "sha512-9S9X9RUefzrsHZmKMbDXxweEH+YlE8JJEuat9FdvW9Qh1cw7W64jELCtWNkPBPX5En45uy28KGvA/AySqUh8CQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-async-to-generator": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.18.6.tgz", + "integrity": "sha512-ARE5wZLKnTgPW7/1ftQmSi1CmkqqHo2DNmtztFhvgtOWSDfq0Cq9/9L+KnZNYSNrydBekhW3rwShduf59RoXag==", + "dev": true, + "dependencies": { + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/helper-remap-async-to-generator": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-block-scoped-functions": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.18.6.tgz", + "integrity": "sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-block-scoping": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.18.9.tgz", + "integrity": "sha512-5sDIJRV1KtQVEbt/EIBwGy4T01uYIo4KRB3VUqzkhrAIOGx7AoctL9+Ux88btY0zXdDyPJ9mW+bg+v+XEkGmtw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-classes": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.18.9.tgz", + "integrity": "sha512-EkRQxsxoytpTlKJmSPYrsOMjCILacAjtSVkd4gChEe2kXjFCun3yohhW5I7plXJhCemM0gKsaGMcO8tinvCA5g==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-function-name": "^7.18.9", + "@babel/helper-optimise-call-expression": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.9", + "@babel/helper-replace-supers": "^7.18.9", + "@babel/helper-split-export-declaration": "^7.18.6", + "globals": "^11.1.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-classes/node_modules/globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/plugin-transform-computed-properties": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.18.9.tgz", + "integrity": "sha512-+i0ZU1bCDymKakLxn5srGHrsAPRELC2WIbzwjLhHW9SIE1cPYkLCL0NlnXMZaM1vhfgA2+M7hySk42VBvrkBRw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-destructuring": { + "version": "7.18.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.18.13.tgz", + "integrity": "sha512-TodpQ29XekIsex2A+YJPj5ax2plkGa8YYY6mFjCohk/IG9IY42Rtuj1FuDeemfg2ipxIFLzPeA83SIBnlhSIow==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-dotall-regex": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.18.6.tgz", + "integrity": "sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-duplicate-keys": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.18.9.tgz", + "integrity": "sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-exponentiation-operator": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.18.6.tgz", + "integrity": "sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==", + "dev": true, + "dependencies": { + "@babel/helper-builder-binary-assignment-operator-visitor": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-for-of": { + "version": "7.18.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.18.8.tgz", + "integrity": "sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-function-name": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.18.9.tgz", + "integrity": "sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==", + "dev": true, + "dependencies": { + "@babel/helper-compilation-targets": "^7.18.9", + "@babel/helper-function-name": "^7.18.9", + "@babel/helper-plugin-utils": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-literals": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.18.9.tgz", + "integrity": "sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-member-expression-literals": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.18.6.tgz", + "integrity": "sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-amd": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.18.6.tgz", + "integrity": "sha512-Pra5aXsmTsOnjM3IajS8rTaLCy++nGM4v3YR4esk5PCsyg9z8NA5oQLwxzMUtDBd8F+UmVza3VxoAaWCbzH1rg==", + "dev": true, + "dependencies": { + "@babel/helper-module-transforms": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6", + "babel-plugin-dynamic-import-node": "^2.3.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-commonjs": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.6.tgz", + "integrity": "sha512-Qfv2ZOWikpvmedXQJDSbxNqy7Xr/j2Y8/KfijM0iJyKkBTmWuvCA1yeH1yDM7NJhBW/2aXxeucLj6i80/LAJ/Q==", + "dev": true, + "dependencies": { + "@babel/helper-module-transforms": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/helper-simple-access": "^7.18.6", + "babel-plugin-dynamic-import-node": "^2.3.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-systemjs": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.18.9.tgz", + "integrity": "sha512-zY/VSIbbqtoRoJKo2cDTewL364jSlZGvn0LKOf9ntbfxOvjfmyrdtEEOAdswOswhZEb8UH3jDkCKHd1sPgsS0A==", + "dev": true, + "dependencies": { + "@babel/helper-hoist-variables": "^7.18.6", + "@babel/helper-module-transforms": "^7.18.9", + "@babel/helper-plugin-utils": "^7.18.9", + "@babel/helper-validator-identifier": "^7.18.6", + "babel-plugin-dynamic-import-node": "^2.3.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-umd": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.18.6.tgz", + "integrity": "sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==", + "dev": true, + "dependencies": { + "@babel/helper-module-transforms": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.18.6.tgz", + "integrity": "sha512-UmEOGF8XgaIqD74bC8g7iV3RYj8lMf0Bw7NJzvnS9qQhM4mg+1WHKotUIdjxgD2RGrgFLZZPCFPFj3P/kVDYhg==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-transform-new-target": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.18.6.tgz", + "integrity": "sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-object-super": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.18.6.tgz", + "integrity": "sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/helper-replace-supers": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-parameters": { + "version": "7.18.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.18.8.tgz", + "integrity": "sha512-ivfbE3X2Ss+Fj8nnXvKJS6sjRG4gzwPMsP+taZC+ZzEGjAYlvENixmt1sZ5Ca6tWls+BlKSGKPJ6OOXvXCbkFg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-property-literals": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.18.6.tgz", + "integrity": "sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-regenerator": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.18.6.tgz", + "integrity": "sha512-poqRI2+qiSdeldcz4wTSTXBRryoq3Gc70ye7m7UD5Ww0nE29IXqMl6r7Nd15WBgRd74vloEMlShtH6CKxVzfmQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6", + "regenerator-transform": "^0.15.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-reserved-words": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.18.6.tgz", + "integrity": "sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-runtime": { + "version": "7.18.10", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.18.10.tgz", + "integrity": "sha512-q5mMeYAdfEbpBAgzl7tBre/la3LeCxmDO1+wMXRdPWbcoMjR3GiXlCLk7JBZVVye0bqTGNMbt0yYVXX1B1jEWQ==", + "dev": true, + "dependencies": { + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.9", + "babel-plugin-polyfill-corejs2": "^0.3.2", + "babel-plugin-polyfill-corejs3": "^0.5.3", + "babel-plugin-polyfill-regenerator": "^0.4.0", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-shorthand-properties": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.18.6.tgz", + "integrity": "sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-spread": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.18.9.tgz", + "integrity": "sha512-39Q814wyoOPtIB/qGopNIL9xDChOE1pNU0ZY5dO0owhiVt/5kFm4li+/bBtwc7QotG0u5EPzqhZdjMtmqBqyQA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-sticky-regex": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.18.6.tgz", + "integrity": "sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-template-literals": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.9.tgz", + "integrity": "sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-typeof-symbol": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.18.9.tgz", + "integrity": "sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-unicode-escapes": { + "version": "7.18.10", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.10.tgz", + "integrity": "sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-unicode-regex": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.18.6.tgz", + "integrity": "sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/preset-env": { + "version": "7.18.10", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.18.10.tgz", + "integrity": "sha512-wVxs1yjFdW3Z/XkNfXKoblxoHgbtUF7/l3PvvP4m02Qz9TZ6uZGxRVYjSQeR87oQmHco9zWitW5J82DJ7sCjvA==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.18.8", + "@babel/helper-compilation-targets": "^7.18.9", + "@babel/helper-plugin-utils": "^7.18.9", + "@babel/helper-validator-option": "^7.18.6", + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.18.6", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.18.9", + "@babel/plugin-proposal-async-generator-functions": "^7.18.10", + "@babel/plugin-proposal-class-properties": "^7.18.6", + "@babel/plugin-proposal-class-static-block": "^7.18.6", + "@babel/plugin-proposal-dynamic-import": "^7.18.6", + "@babel/plugin-proposal-export-namespace-from": "^7.18.9", + "@babel/plugin-proposal-json-strings": "^7.18.6", + "@babel/plugin-proposal-logical-assignment-operators": "^7.18.9", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", + "@babel/plugin-proposal-numeric-separator": "^7.18.6", + "@babel/plugin-proposal-object-rest-spread": "^7.18.9", + "@babel/plugin-proposal-optional-catch-binding": "^7.18.6", + "@babel/plugin-proposal-optional-chaining": "^7.18.9", + "@babel/plugin-proposal-private-methods": "^7.18.6", + "@babel/plugin-proposal-private-property-in-object": "^7.18.6", + "@babel/plugin-proposal-unicode-property-regex": "^7.18.6", + "@babel/plugin-syntax-async-generators": "^7.8.4", + "@babel/plugin-syntax-class-properties": "^7.12.13", + "@babel/plugin-syntax-class-static-block": "^7.14.5", + "@babel/plugin-syntax-dynamic-import": "^7.8.3", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3", + "@babel/plugin-syntax-import-assertions": "^7.18.6", + "@babel/plugin-syntax-json-strings": "^7.8.3", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", + "@babel/plugin-syntax-numeric-separator": "^7.10.4", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", + "@babel/plugin-syntax-optional-chaining": "^7.8.3", + "@babel/plugin-syntax-private-property-in-object": "^7.14.5", + "@babel/plugin-syntax-top-level-await": "^7.14.5", + "@babel/plugin-transform-arrow-functions": "^7.18.6", + "@babel/plugin-transform-async-to-generator": "^7.18.6", + "@babel/plugin-transform-block-scoped-functions": "^7.18.6", + "@babel/plugin-transform-block-scoping": "^7.18.9", + "@babel/plugin-transform-classes": "^7.18.9", + "@babel/plugin-transform-computed-properties": "^7.18.9", + "@babel/plugin-transform-destructuring": "^7.18.9", + "@babel/plugin-transform-dotall-regex": "^7.18.6", + "@babel/plugin-transform-duplicate-keys": "^7.18.9", + "@babel/plugin-transform-exponentiation-operator": "^7.18.6", + "@babel/plugin-transform-for-of": "^7.18.8", + "@babel/plugin-transform-function-name": "^7.18.9", + "@babel/plugin-transform-literals": "^7.18.9", + "@babel/plugin-transform-member-expression-literals": "^7.18.6", + "@babel/plugin-transform-modules-amd": "^7.18.6", + "@babel/plugin-transform-modules-commonjs": "^7.18.6", + "@babel/plugin-transform-modules-systemjs": "^7.18.9", + "@babel/plugin-transform-modules-umd": "^7.18.6", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.18.6", + "@babel/plugin-transform-new-target": "^7.18.6", + "@babel/plugin-transform-object-super": "^7.18.6", + "@babel/plugin-transform-parameters": "^7.18.8", + "@babel/plugin-transform-property-literals": "^7.18.6", + "@babel/plugin-transform-regenerator": "^7.18.6", + "@babel/plugin-transform-reserved-words": "^7.18.6", + "@babel/plugin-transform-shorthand-properties": "^7.18.6", + "@babel/plugin-transform-spread": "^7.18.9", + "@babel/plugin-transform-sticky-regex": "^7.18.6", + "@babel/plugin-transform-template-literals": "^7.18.9", + "@babel/plugin-transform-typeof-symbol": "^7.18.9", + "@babel/plugin-transform-unicode-escapes": "^7.18.10", + "@babel/plugin-transform-unicode-regex": "^7.18.6", + "@babel/preset-modules": "^0.1.5", + "@babel/types": "^7.18.10", + "babel-plugin-polyfill-corejs2": "^0.3.2", + "babel-plugin-polyfill-corejs3": "^0.5.3", + "babel-plugin-polyfill-regenerator": "^0.4.0", + "core-js-compat": "^3.22.1", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/preset-modules": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.5.tgz", + "integrity": "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.0.0", + "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", + "@babel/plugin-transform-dotall-regex": "^7.4.4", + "@babel/types": "^7.4.4", + "esutils": "^2.0.2" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/runtime": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.18.9.tgz", + "integrity": "sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw==", + "dev": true, + "dependencies": { + "regenerator-runtime": "^0.13.4" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/template": { + "version": "7.18.10", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.18.10.tgz", + "integrity": "sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.18.6", + "@babel/parser": "^7.18.10", + "@babel/types": "^7.18.10" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/traverse": { + "version": "7.18.13", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.13.tgz", + "integrity": "sha512-N6kt9X1jRMLPxxxPYWi7tgvJRH/rtoU+dbKAPDM44RFHiMH8igdsaSBgFeskhSl/kLWLDUvIh1RXCrTmg0/zvA==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.18.13", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-function-name": "^7.18.9", + "@babel/helper-hoist-variables": "^7.18.6", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/parser": "^7.18.13", + "@babel/types": "^7.18.13", + "debug": "^4.1.0", + "globals": "^11.1.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/traverse/node_modules/globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/types": { + "version": "7.18.13", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.13.tgz", + "integrity": "sha512-ePqfTihzW0W6XAU+aMw2ykilisStJfDnsejDCXRchCcMJ4O0+8DhPXf2YUbZ6wjBlsEmZwLK/sPweWtu8hcJYQ==", + "dev": true, + "dependencies": { + "@babel/helper-string-parser": "^7.18.10", + "@babel/helper-validator-identifier": "^7.18.6", + "to-fast-properties": "^2.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@discoveryjs/json-ext": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz", + "integrity": "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==", + "dev": true, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/@eslint/eslintrc": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.0.tgz", + "integrity": "sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==", + "dev": true, + "dependencies": { + "ajv": "^6.12.4", + "debug": "^4.3.2", + "espree": "^9.3.2", + "globals": "^13.15.0", + "ignore": "^5.2.0", + "import-fresh": "^3.2.1", + "js-yaml": "^4.1.0", + "minimatch": "^3.1.2", + "strip-json-comments": "^3.1.1" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } + }, + "node_modules/@humanwhocodes/config-array": { + "version": "0.10.4", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.10.4.tgz", + "integrity": "sha512-mXAIHxZT3Vcpg83opl1wGlVZ9xydbfZO3r5YfRSH6Gpp2J/PfdBP0wbDa2sO6/qRbcalpoevVyW6A/fI6LfeMw==", + "dev": true, + "dependencies": { + "@humanwhocodes/object-schema": "^1.2.1", + "debug": "^4.1.1", + "minimatch": "^3.0.4" + }, + "engines": { + "node": ">=10.10.0" + } + }, + "node_modules/@humanwhocodes/gitignore-to-minimatch": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz", + "integrity": "sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==", + "dev": true, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/nzakas" + } + }, + "node_modules/@humanwhocodes/object-schema": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", + "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==", + "dev": true + }, + "node_modules/@jridgewell/gen-mapping": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", + "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", + "dev": true, + "dependencies": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/resolve-uri": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz", + "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==", + "dev": true, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/set-array": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", + "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", + "dev": true, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/source-map": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.2.tgz", + "integrity": "sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==", + "dev": true, + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.0", + "@jridgewell/trace-mapping": "^0.3.9" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.4.14", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", + "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==", + "dev": true + }, + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.15", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.15.tgz", + "integrity": "sha512-oWZNOULl+UbhsgB51uuZzglikfIKSUBO/M9W2OfEjn7cmqoAiCgmv9lyACTUacZwBz0ITnJ2NqjU8Tx0DHL88g==", + "dev": true, + "dependencies": { + "@jridgewell/resolve-uri": "^3.0.3", + "@jridgewell/sourcemap-codec": "^1.4.10" + } + }, + "node_modules/@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "dev": true, + "dependencies": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "dev": true, + "dependencies": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@types/eslint": { + "version": "8.4.6", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.4.6.tgz", + "integrity": "sha512-/fqTbjxyFUaYNO7VcW5g+4npmqVACz1bB7RTHYuLj+PRjw9hrCwrUXVQFpChUS0JsyEFvMZ7U/PfmvWgxJhI9g==", + "dev": true, + "dependencies": { + "@types/estree": "*", + "@types/json-schema": "*" + } + }, + "node_modules/@types/eslint-scope": { + "version": "3.7.4", + "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.4.tgz", + "integrity": "sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==", + "dev": true, + "dependencies": { + "@types/eslint": "*", + "@types/estree": "*" + } + }, + "node_modules/@types/estree": { + "version": "0.0.51", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.51.tgz", + "integrity": "sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==", + "dev": true + }, + "node_modules/@types/json-schema": { + "version": "7.0.11", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz", + "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==", + "dev": true + }, + "node_modules/@types/node": { + "version": "18.7.13", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.7.13.tgz", + "integrity": "sha512-46yIhxSe5xEaJZXWdIBP7GU4HDTG8/eo0qd9atdiL+lFpA03y8KS+lkTN834TWJj5767GbWv4n/P6efyTFt1Dw==", + "dev": true + }, + "node_modules/@webassemblyjs/ast": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz", + "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==", + "dev": true, + "dependencies": { + "@webassemblyjs/helper-numbers": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1" + } + }, + "node_modules/@webassemblyjs/floating-point-hex-parser": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz", + "integrity": "sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ==", + "dev": true + }, + "node_modules/@webassemblyjs/helper-api-error": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz", + "integrity": "sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg==", + "dev": true + }, + "node_modules/@webassemblyjs/helper-buffer": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz", + "integrity": "sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA==", + "dev": true + }, + "node_modules/@webassemblyjs/helper-numbers": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz", + "integrity": "sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==", + "dev": true, + "dependencies": { + "@webassemblyjs/floating-point-hex-parser": "1.11.1", + "@webassemblyjs/helper-api-error": "1.11.1", + "@xtuc/long": "4.2.2" + } + }, + "node_modules/@webassemblyjs/helper-wasm-bytecode": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz", + "integrity": "sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q==", + "dev": true + }, + "node_modules/@webassemblyjs/helper-wasm-section": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz", + "integrity": "sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==", + "dev": true, + "dependencies": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-buffer": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1", + "@webassemblyjs/wasm-gen": "1.11.1" + } + }, + "node_modules/@webassemblyjs/ieee754": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz", + "integrity": "sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==", + "dev": true, + "dependencies": { + "@xtuc/ieee754": "^1.2.0" + } + }, + "node_modules/@webassemblyjs/leb128": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.1.tgz", + "integrity": "sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==", + "dev": true, + "dependencies": { + "@xtuc/long": "4.2.2" + } + }, + "node_modules/@webassemblyjs/utf8": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.1.tgz", + "integrity": "sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ==", + "dev": true + }, + "node_modules/@webassemblyjs/wasm-edit": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz", + "integrity": "sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA==", + "dev": true, + "dependencies": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-buffer": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1", + "@webassemblyjs/helper-wasm-section": "1.11.1", + "@webassemblyjs/wasm-gen": "1.11.1", + "@webassemblyjs/wasm-opt": "1.11.1", + "@webassemblyjs/wasm-parser": "1.11.1", + "@webassemblyjs/wast-printer": "1.11.1" + } + }, + "node_modules/@webassemblyjs/wasm-gen": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz", + "integrity": "sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==", + "dev": true, + "dependencies": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1", + "@webassemblyjs/ieee754": "1.11.1", + "@webassemblyjs/leb128": "1.11.1", + "@webassemblyjs/utf8": "1.11.1" + } + }, + "node_modules/@webassemblyjs/wasm-opt": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz", + "integrity": "sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==", + "dev": true, + "dependencies": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-buffer": "1.11.1", + "@webassemblyjs/wasm-gen": "1.11.1", + "@webassemblyjs/wasm-parser": "1.11.1" + } + }, + "node_modules/@webassemblyjs/wasm-parser": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz", + "integrity": "sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==", + "dev": true, + "dependencies": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-api-error": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1", + "@webassemblyjs/ieee754": "1.11.1", + "@webassemblyjs/leb128": "1.11.1", + "@webassemblyjs/utf8": "1.11.1" + } + }, + "node_modules/@webassemblyjs/wast-printer": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz", + "integrity": "sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==", + "dev": true, + "dependencies": { + "@webassemblyjs/ast": "1.11.1", + "@xtuc/long": "4.2.2" + } + }, + "node_modules/@webpack-cli/configtest": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@webpack-cli/configtest/-/configtest-1.2.0.tgz", + "integrity": "sha512-4FB8Tj6xyVkyqjj1OaTqCjXYULB9FMkqQ8yGrZjRDrYh0nOE+7Lhs45WioWQQMV+ceFlE368Ukhe6xdvJM9Egg==", + "dev": true, + "peerDependencies": { + "webpack": "4.x.x || 5.x.x", + "webpack-cli": "4.x.x" + } + }, + "node_modules/@webpack-cli/info": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@webpack-cli/info/-/info-1.5.0.tgz", + "integrity": "sha512-e8tSXZpw2hPl2uMJY6fsMswaok5FdlGNRTktvFk2sD8RjH0hE2+XistawJx1vmKteh4NmGmNUrp+Tb2w+udPcQ==", + "dev": true, + "dependencies": { + "envinfo": "^7.7.3" + }, + "peerDependencies": { + "webpack-cli": "4.x.x" + } + }, + "node_modules/@webpack-cli/serve": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/@webpack-cli/serve/-/serve-1.7.0.tgz", + "integrity": "sha512-oxnCNGj88fL+xzV+dacXs44HcDwf1ovs3AuEzvP7mqXw7fQntqIhQ1BRmynh4qEKQSSSRSWVyXRjmTbZIX9V2Q==", + "dev": true, + "peerDependencies": { + "webpack-cli": "4.x.x" + }, + "peerDependenciesMeta": { + "webpack-dev-server": { + "optional": true + } + } + }, + "node_modules/@xtuc/ieee754": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", + "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", + "dev": true + }, + "node_modules/@xtuc/long": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", + "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", + "dev": true + }, + "node_modules/acorn": { + "version": "8.8.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.0.tgz", + "integrity": "sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==", + "dev": true, + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/acorn-import-assertions": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz", + "integrity": "sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==", + "dev": true, + "peerDependencies": { + "acorn": "^8" + } + }, + "node_modules/acorn-jsx": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", + "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", + "dev": true, + "peerDependencies": { + "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" + } + }, + "node_modules/ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/ajv-keywords": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "dev": true, + "peerDependencies": { + "ajv": "^6.9.1" + } + }, + "node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true + }, + "node_modules/array-union": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/babel-loader": { + "version": "8.2.5", + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.2.5.tgz", + "integrity": "sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==", + "dev": true, + "dependencies": { + "find-cache-dir": "^3.3.1", + "loader-utils": "^2.0.0", + "make-dir": "^3.1.0", + "schema-utils": "^2.6.5" + }, + "engines": { + "node": ">= 8.9" + }, + "peerDependencies": { + "@babel/core": "^7.0.0", + "webpack": ">=2" + } + }, + "node_modules/babel-loader/node_modules/schema-utils": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", + "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", + "dev": true, + "dependencies": { + "@types/json-schema": "^7.0.5", + "ajv": "^6.12.4", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 8.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/babel-plugin-dynamic-import-node": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz", + "integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==", + "dev": true, + "dependencies": { + "object.assign": "^4.1.0" + } + }, + "node_modules/babel-plugin-polyfill-corejs2": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.2.tgz", + "integrity": "sha512-LPnodUl3lS0/4wN3Rb+m+UK8s7lj2jcLRrjho4gLw+OJs+I4bvGXshINesY5xx/apM+biTnQ9reDI8yj+0M5+Q==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.17.7", + "@babel/helper-define-polyfill-provider": "^0.3.2", + "semver": "^6.1.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/babel-plugin-polyfill-corejs3": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.3.tgz", + "integrity": "sha512-zKsXDh0XjnrUEW0mxIHLfjBfnXSMr5Q/goMe/fxpQnLm07mcOZiIZHBNWCMx60HmdvjxfXcalac0tfFg0wqxyw==", + "dev": true, + "dependencies": { + "@babel/helper-define-polyfill-provider": "^0.3.2", + "core-js-compat": "^3.21.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/babel-plugin-polyfill-regenerator": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.0.tgz", + "integrity": "sha512-RW1cnryiADFeHmfLS+WW/G431p1PsW5qdRdz0SDRi7TKcUgc7Oh/uXkT7MZ/+tGsT1BkczEAmD5XjUyJ5SWDTw==", + "dev": true, + "dependencies": { + "@babel/helper-define-polyfill-provider": "^0.3.2" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dev": true + }, + "node_modules/big.js": { + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", + "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", + "dev": true, + "engines": { + "node": "*" + } + }, + "node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dev": true, + "dependencies": { + "fill-range": "^7.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/browserslist": { + "version": "4.21.3", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.3.tgz", + "integrity": "sha512-898rgRXLAyRkM1GryrrBHGkqA5hlpkV5MhtZwg9QXeiyLUYs2k00Un05aX5l2/yJIOObYKOpS2JNo8nJDE7fWQ==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + } + ], + "dependencies": { + "caniuse-lite": "^1.0.30001370", + "electron-to-chromium": "^1.4.202", + "node-releases": "^2.0.6", + "update-browserslist-db": "^1.0.5" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + } + }, + "node_modules/buffer-from": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", + "dev": true + }, + "node_modules/call-bind": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", + "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", + "dev": true, + "dependencies": { + "function-bind": "^1.1.1", + "get-intrinsic": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/caniuse-lite": { + "version": "1.0.30001382", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001382.tgz", + "integrity": "sha512-2rtJwDmSZ716Pxm1wCtbPvHtbDWAreTPxXbkc5RkKglow3Ig/4GNGazDI9/BVnXbG/wnv6r3B5FEbkfg9OcTGg==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + } + ] + }, + "node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/chrome-trace-event": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz", + "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==", + "dev": true, + "engines": { + "node": ">=6.0" + } + }, + "node_modules/clone-deep": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", + "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", + "dev": true, + "dependencies": { + "is-plain-object": "^2.0.4", + "kind-of": "^6.0.2", + "shallow-clone": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/colorette": { + "version": "2.0.19", + "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.19.tgz", + "integrity": "sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ==", + "dev": true + }, + "node_modules/commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true + }, + "node_modules/commondir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", + "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==", + "dev": true + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", + "dev": true + }, + "node_modules/convert-source-map": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz", + "integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==", + "dev": true, + "dependencies": { + "safe-buffer": "~5.1.1" + } + }, + "node_modules/convert-source-map/node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "node_modules/core-js-compat": { + "version": "3.25.0", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.25.0.tgz", + "integrity": "sha512-extKQM0g8/3GjFx9US12FAgx8KJawB7RCQ5y8ipYLbmfzEzmFRWdDjIlxDx82g7ygcNG85qMVUSRyABouELdow==", + "dev": true, + "dependencies": { + "browserslist": "^4.21.3", + "semver": "7.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/core-js" + } + }, + "node_modules/core-js-compat/node_modules/semver": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz", + "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "dev": true, + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dev": true, + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/deep-is": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", + "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", + "dev": true + }, + "node_modules/define-properties": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.4.tgz", + "integrity": "sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==", + "dev": true, + "dependencies": { + "has-property-descriptors": "^1.0.0", + "object-keys": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/dir-glob": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", + "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", + "dev": true, + "dependencies": { + "path-type": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/doctrine": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", + "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", + "dev": true, + "dependencies": { + "esutils": "^2.0.2" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/electron-to-chromium": { + "version": "1.4.228", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.228.tgz", + "integrity": "sha512-XfDHCvou7CsDMlFwb0WZ1tWmW48e7Sn7VBRyPfZsZZila9esRsJl1trO+OqDNV97GggFSt0ISbWslKXfQkG//g==", + "dev": true + }, + "node_modules/emojis-list": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", + "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==", + "dev": true, + "engines": { + "node": ">= 4" + } + }, + "node_modules/enhanced-resolve": { + "version": "5.10.0", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.10.0.tgz", + "integrity": "sha512-T0yTFjdpldGY8PmuXXR0PyQ1ufZpEGiHVrp7zHKB7jdR4qlmZHhONVM5AQOAWXuF/w3dnHbEQVrNptJgt7F+cQ==", + "dev": true, + "dependencies": { + "graceful-fs": "^4.2.4", + "tapable": "^2.2.0" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/envinfo": { + "version": "7.8.1", + "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.8.1.tgz", + "integrity": "sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw==", + "dev": true, + "bin": { + "envinfo": "dist/cli.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/es-module-lexer": { + "version": "0.9.3", + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.9.3.tgz", + "integrity": "sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==", + "dev": true + }, + "node_modules/escalade": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", + "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint": { + "version": "8.22.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.22.0.tgz", + "integrity": "sha512-ci4t0sz6vSRKdmkOGmprBo6fmI4PrphDFMy5JEq/fNS0gQkJM3rLmrqcp8ipMcdobH3KtUP40KniAE9W19S4wA==", + "dev": true, + "dependencies": { + "@eslint/eslintrc": "^1.3.0", + "@humanwhocodes/config-array": "^0.10.4", + "@humanwhocodes/gitignore-to-minimatch": "^1.0.2", + "ajv": "^6.10.0", + "chalk": "^4.0.0", + "cross-spawn": "^7.0.2", + "debug": "^4.3.2", + "doctrine": "^3.0.0", + "escape-string-regexp": "^4.0.0", + "eslint-scope": "^7.1.1", + "eslint-utils": "^3.0.0", + "eslint-visitor-keys": "^3.3.0", + "espree": "^9.3.3", + "esquery": "^1.4.0", + "esutils": "^2.0.2", + "fast-deep-equal": "^3.1.3", + "file-entry-cache": "^6.0.1", + "find-up": "^5.0.0", + "functional-red-black-tree": "^1.0.1", + "glob-parent": "^6.0.1", + "globals": "^13.15.0", + "globby": "^11.1.0", + "grapheme-splitter": "^1.0.4", + "ignore": "^5.2.0", + "import-fresh": "^3.0.0", + "imurmurhash": "^0.1.4", + "is-glob": "^4.0.0", + "js-yaml": "^4.1.0", + "json-stable-stringify-without-jsonify": "^1.0.1", + "levn": "^0.4.1", + "lodash.merge": "^4.6.2", + "minimatch": "^3.1.2", + "natural-compare": "^1.4.0", + "optionator": "^0.9.1", + "regexpp": "^3.2.0", + "strip-ansi": "^6.0.1", + "strip-json-comments": "^3.1.0", + "text-table": "^0.2.0", + "v8-compile-cache": "^2.0.3" + }, + "bin": { + "eslint": "bin/eslint.js" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/eslint-scope": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz", + "integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==", + "dev": true, + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^5.2.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } + }, + "node_modules/eslint-utils": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz", + "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==", + "dev": true, + "dependencies": { + "eslint-visitor-keys": "^2.0.0" + }, + "engines": { + "node": "^10.0.0 || ^12.0.0 || >= 14.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/mysticatea" + }, + "peerDependencies": { + "eslint": ">=5" + } + }, + "node_modules/eslint-utils/node_modules/eslint-visitor-keys": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", + "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/eslint-visitor-keys": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz", + "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==", + "dev": true, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } + }, + "node_modules/espree": { + "version": "9.3.3", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.3.3.tgz", + "integrity": "sha512-ORs1Rt/uQTqUKjDdGCyrtYxbazf5umATSf/K4qxjmZHORR6HJk+2s/2Pqe+Kk49HHINC/xNIrGfgh8sZcll0ng==", + "dev": true, + "dependencies": { + "acorn": "^8.8.0", + "acorn-jsx": "^5.3.2", + "eslint-visitor-keys": "^3.3.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/esquery": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz", + "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==", + "dev": true, + "dependencies": { + "estraverse": "^5.1.0" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/esrecurse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "dev": true, + "dependencies": { + "estraverse": "^5.2.0" + }, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "dev": true, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/events": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", + "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", + "dev": true, + "engines": { + "node": ">=0.8.x" + } + }, + "node_modules/fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "dev": true + }, + "node_modules/fast-glob": { + "version": "3.2.11", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz", + "integrity": "sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==", + "dev": true, + "dependencies": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + }, + "engines": { + "node": ">=8.6.0" + } + }, + "node_modules/fast-glob/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "dev": true + }, + "node_modules/fast-levenshtein": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", + "dev": true + }, + "node_modules/fastest-levenshtein": { + "version": "1.0.16", + "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz", + "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==", + "dev": true, + "engines": { + "node": ">= 4.9.1" + } + }, + "node_modules/fastq": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz", + "integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==", + "dev": true, + "dependencies": { + "reusify": "^1.0.4" + } + }, + "node_modules/file-entry-cache": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", + "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", + "dev": true, + "dependencies": { + "flat-cache": "^3.0.4" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + } + }, + "node_modules/fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "dev": true, + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/find-cache-dir": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz", + "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", + "dev": true, + "dependencies": { + "commondir": "^1.0.1", + "make-dir": "^3.0.2", + "pkg-dir": "^4.1.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/avajs/find-cache-dir?sponsor=1" + } + }, + "node_modules/find-up": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", + "dev": true, + "dependencies": { + "locate-path": "^6.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/flat-cache": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", + "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", + "dev": true, + "dependencies": { + "flatted": "^3.1.0", + "rimraf": "^3.0.2" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + } + }, + "node_modules/flatted": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz", + "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==", + "dev": true + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", + "dev": true + }, + "node_modules/function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true + }, + "node_modules/functional-red-black-tree": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", + "integrity": "sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==", + "dev": true + }, + "node_modules/gensync": { + "version": "1.0.0-beta.2", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/get-intrinsic": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.2.tgz", + "integrity": "sha512-Jfm3OyCxHh9DJyc28qGk+JmfkpO41A4XkneDSujN9MDXrm4oDKdHvndhZ2dN94+ERNfkYJWDclW6k2L/ZGHjXA==", + "dev": true, + "dependencies": { + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/glob-parent": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.3" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/glob-to-regexp": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", + "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", + "dev": true + }, + "node_modules/globals": { + "version": "13.17.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.17.0.tgz", + "integrity": "sha512-1C+6nQRb1GwGMKm2dH/E7enFAMxGTmGI7/dEdhy/DNelv85w9B72t3uc5frtMNXIbzrarJJ/lTCjcaZwbLJmyw==", + "dev": true, + "dependencies": { + "type-fest": "^0.20.2" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/globby": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", + "dev": true, + "dependencies": { + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.2.9", + "ignore": "^5.2.0", + "merge2": "^1.4.1", + "slash": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.10", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", + "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==", + "dev": true + }, + "node_modules/grapheme-splitter": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz", + "integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==", + "dev": true + }, + "node_modules/has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dev": true, + "dependencies": { + "function-bind": "^1.1.1" + }, + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/has-property-descriptors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz", + "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==", + "dev": true, + "dependencies": { + "get-intrinsic": "^1.1.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-symbols": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/ignore": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz", + "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==", + "dev": true, + "engines": { + "node": ">= 4" + } + }, + "node_modules/import-fresh": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "dev": true, + "dependencies": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/import-local": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz", + "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==", + "dev": true, + "dependencies": { + "pkg-dir": "^4.2.0", + "resolve-cwd": "^3.0.0" + }, + "bin": { + "import-local-fixture": "fixtures/cli.js" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", + "dev": true, + "engines": { + "node": ">=0.8.19" + } + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "dev": true, + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "dev": true + }, + "node_modules/interpret": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/interpret/-/interpret-2.2.0.tgz", + "integrity": "sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==", + "dev": true, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/is-core-module": { + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.10.0.tgz", + "integrity": "sha512-Erxj2n/LDAZ7H8WNJXd9tw38GYM3dv8rk8Zcs+jJuxYTW7sozH+SS8NtrSjVL1/vpLvWi1hxy96IzjJ3EHTJJg==", + "dev": true, + "dependencies": { + "has": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dev": true, + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true, + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "dev": true, + "dependencies": { + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", + "dev": true + }, + "node_modules/isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/jest-worker": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", + "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", + "dev": true, + "dependencies": { + "@types/node": "*", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/jest-worker/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" + } + }, + "node_modules/js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "dev": true + }, + "node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dev": true, + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/jsesc": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", + "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", + "dev": true, + "bin": { + "jsesc": "bin/jsesc" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", + "dev": true + }, + "node_modules/json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "dev": true + }, + "node_modules/json-stable-stringify-without-jsonify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", + "dev": true + }, + "node_modules/json5": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", + "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==", + "dev": true, + "bin": { + "json5": "lib/cli.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/levn": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", + "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", + "dev": true, + "dependencies": { + "prelude-ls": "^1.2.1", + "type-check": "~0.4.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/loader-runner": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", + "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", + "dev": true, + "engines": { + "node": ">=6.11.5" + } + }, + "node_modules/loader-utils": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.2.tgz", + "integrity": "sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A==", + "dev": true, + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + }, + "engines": { + "node": ">=8.9.0" + } + }, + "node_modules/locate-path": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", + "dev": true, + "dependencies": { + "p-locate": "^5.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/lodash.debounce": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", + "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", + "dev": true + }, + "node_modules/lodash.merge": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", + "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", + "dev": true + }, + "node_modules/make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "dev": true, + "dependencies": { + "semver": "^6.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/merge-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", + "dev": true + }, + "node_modules/merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/micromatch": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "dev": true, + "dependencies": { + "braces": "^3.0.2", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "dev": true, + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + }, + "node_modules/natural-compare": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", + "dev": true + }, + "node_modules/neo-async": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", + "dev": true + }, + "node_modules/node-releases": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.6.tgz", + "integrity": "sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg==", + "dev": true + }, + "node_modules/object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "dev": true, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/object.assign": { + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz", + "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "has-symbols": "^1.0.3", + "object-keys": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "dev": true, + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/optionator": { + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", + "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", + "dev": true, + "dependencies": { + "deep-is": "^0.1.3", + "fast-levenshtein": "^2.0.6", + "levn": "^0.4.1", + "prelude-ls": "^1.2.1", + "type-check": "^0.4.0", + "word-wrap": "^1.2.3" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "dev": true, + "dependencies": { + "yocto-queue": "^0.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-locate": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", + "dev": true, + "dependencies": { + "p-limit": "^3.0.2" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/parent-module": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "dev": true, + "dependencies": { + "callsites": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "dev": true + }, + "node_modules/path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", + "dev": true + }, + "node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true, + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "dev": true, + "dependencies": { + "find-up": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/pkg-dir/node_modules/find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "dev": true, + "dependencies": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/pkg-dir/node_modules/locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "dev": true, + "dependencies": { + "p-locate": "^4.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/pkg-dir/node_modules/p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "dev": true, + "dependencies": { + "p-try": "^2.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/pkg-dir/node_modules/p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "dev": true, + "dependencies": { + "p-limit": "^2.2.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/prelude-ls": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", + "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", + "dev": true, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/punycode": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/queue-microtask": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/randombytes": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", + "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", + "dev": true, + "dependencies": { + "safe-buffer": "^5.1.0" + } + }, + "node_modules/rechoir": { + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.7.1.tgz", + "integrity": "sha512-/njmZ8s1wVeR6pjTZ+0nCnv8SpZNRMT2D1RLOJQESlYFDBvwpTA4KWJpZ+sBJ4+vhjILRcK7JIFdGCdxEAAitg==", + "dev": true, + "dependencies": { + "resolve": "^1.9.0" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/regenerate": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", + "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", + "dev": true + }, + "node_modules/regenerate-unicode-properties": { + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.0.1.tgz", + "integrity": "sha512-vn5DU6yg6h8hP/2OkQo3K7uVILvY4iu0oI4t3HFa81UPkhGJwkRwM10JEc3upjdhHjs/k8GJY1sRBhk5sr69Bw==", + "dev": true, + "dependencies": { + "regenerate": "^1.4.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/regenerator-runtime": { + "version": "0.13.9", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz", + "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==", + "dev": true + }, + "node_modules/regenerator-transform": { + "version": "0.15.0", + "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.0.tgz", + "integrity": "sha512-LsrGtPmbYg19bcPHwdtmXwbW+TqNvtY4riE3P83foeHRroMbH6/2ddFBfab3t7kbzc7v7p4wbkIecHImqt0QNg==", + "dev": true, + "dependencies": { + "@babel/runtime": "^7.8.4" + } + }, + "node_modules/regexpp": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz", + "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==", + "dev": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/mysticatea" + } + }, + "node_modules/regexpu-core": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.1.0.tgz", + "integrity": "sha512-bb6hk+xWd2PEOkj5It46A16zFMs2mv86Iwpdu94la4S3sJ7C973h2dHpYKwIBGaWSO7cIRJ+UX0IeMaWcO4qwA==", + "dev": true, + "dependencies": { + "regenerate": "^1.4.2", + "regenerate-unicode-properties": "^10.0.1", + "regjsgen": "^0.6.0", + "regjsparser": "^0.8.2", + "unicode-match-property-ecmascript": "^2.0.0", + "unicode-match-property-value-ecmascript": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/regjsgen": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.6.0.tgz", + "integrity": "sha512-ozE883Uigtqj3bx7OhL1KNbCzGyW2NQZPl6Hs09WTvCuZD5sTI4JY58bkbQWa/Y9hxIsvJ3M8Nbf7j54IqeZbA==", + "dev": true + }, + "node_modules/regjsparser": { + "version": "0.8.4", + "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.8.4.tgz", + "integrity": "sha512-J3LABycON/VNEu3abOviqGHuB/LOtOQj8SKmfP9anY5GfAVw/SPjwzSjxGjbZXIxbGfqTHtJw58C2Li/WkStmA==", + "dev": true, + "dependencies": { + "jsesc": "~0.5.0" + }, + "bin": { + "regjsparser": "bin/parser" + } + }, + "node_modules/regjsparser/node_modules/jsesc": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", + "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", + "dev": true, + "bin": { + "jsesc": "bin/jsesc" + } + }, + "node_modules/resolve": { + "version": "1.22.1", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz", + "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==", + "dev": true, + "dependencies": { + "is-core-module": "^2.9.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/resolve-cwd": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", + "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", + "dev": true, + "dependencies": { + "resolve-from": "^5.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/resolve-cwd/node_modules/resolve-from": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "dev": true, + "engines": { + "iojs": ">=1.0.0", + "node": ">=0.10.0" + } + }, + "node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "dev": true, + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "dependencies": { + "queue-microtask": "^1.2.2" + } + }, + "node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "dev": true, + "dependencies": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/serialize-javascript": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.0.tgz", + "integrity": "sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==", + "dev": true, + "dependencies": { + "randombytes": "^2.1.0" + } + }, + "node_modules/shallow-clone": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", + "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", + "dev": true, + "dependencies": { + "kind-of": "^6.0.2" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dev": true, + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map-support": { + "version": "0.5.21", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", + "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", + "dev": true, + "dependencies": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-json-comments": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", + "dev": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/tapable": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", + "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/terser": { + "version": "5.15.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.15.0.tgz", + "integrity": "sha512-L1BJiXVmheAQQy+as0oF3Pwtlo4s3Wi1X2zNZ2NxOB4wx9bdS9Vk67XQENLFdLYGCK/Z2di53mTj/hBafR+dTA==", + "dev": true, + "dependencies": { + "@jridgewell/source-map": "^0.3.2", + "acorn": "^8.5.0", + "commander": "^2.20.0", + "source-map-support": "~0.5.20" + }, + "bin": { + "terser": "bin/terser" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/terser-webpack-plugin": { + "version": "5.3.5", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.5.tgz", + "integrity": "sha512-AOEDLDxD2zylUGf/wxHxklEkOe2/r+seuyOWujejFrIxHf11brA1/dWQNIgXa1c6/Wkxgu7zvv0JhOWfc2ELEA==", + "dev": true, + "dependencies": { + "@jridgewell/trace-mapping": "^0.3.14", + "jest-worker": "^27.4.5", + "schema-utils": "^3.1.1", + "serialize-javascript": "^6.0.0", + "terser": "^5.14.1" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.1.0" + }, + "peerDependenciesMeta": { + "@swc/core": { + "optional": true + }, + "esbuild": { + "optional": true + }, + "uglify-js": { + "optional": true + } + } + }, + "node_modules/text-table": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", + "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", + "dev": true + }, + "node_modules/to-fast-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/type-check": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", + "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", + "dev": true, + "dependencies": { + "prelude-ls": "^1.2.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/unicode-canonical-property-names-ecmascript": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", + "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/unicode-match-property-ecmascript": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", + "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", + "dev": true, + "dependencies": { + "unicode-canonical-property-names-ecmascript": "^2.0.0", + "unicode-property-aliases-ecmascript": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/unicode-match-property-value-ecmascript": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.0.0.tgz", + "integrity": "sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/unicode-property-aliases-ecmascript": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz", + "integrity": "sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/update-browserslist-db": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.5.tgz", + "integrity": "sha512-dteFFpCyvuDdr9S/ff1ISkKt/9YZxKjI9WlRR99c180GaztJtRa/fn18FdxGVKVsnPY7/a/FDN68mcvUmP4U7Q==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + } + ], + "dependencies": { + "escalade": "^3.1.1", + "picocolors": "^1.0.0" + }, + "bin": { + "browserslist-lint": "cli.js" + }, + "peerDependencies": { + "browserslist": ">= 4.21.0" + } + }, + "node_modules/uri-js": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "dev": true, + "dependencies": { + "punycode": "^2.1.0" + } + }, + "node_modules/v8-compile-cache": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz", + "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==", + "dev": true + }, + "node_modules/watchpack": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.0.tgz", + "integrity": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==", + "dev": true, + "dependencies": { + "glob-to-regexp": "^0.4.1", + "graceful-fs": "^4.1.2" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/webpack": { + "version": "5.74.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.74.0.tgz", + "integrity": "sha512-A2InDwnhhGN4LYctJj6M1JEaGL7Luj6LOmyBHjcI8529cm5p6VXiTIW2sn6ffvEAKmveLzvu4jrihwXtPojlAA==", + "dev": true, + "dependencies": { + "@types/eslint-scope": "^3.7.3", + "@types/estree": "^0.0.51", + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/wasm-edit": "1.11.1", + "@webassemblyjs/wasm-parser": "1.11.1", + "acorn": "^8.7.1", + "acorn-import-assertions": "^1.7.6", + "browserslist": "^4.14.5", + "chrome-trace-event": "^1.0.2", + "enhanced-resolve": "^5.10.0", + "es-module-lexer": "^0.9.0", + "eslint-scope": "5.1.1", + "events": "^3.2.0", + "glob-to-regexp": "^0.4.1", + "graceful-fs": "^4.2.9", + "json-parse-even-better-errors": "^2.3.1", + "loader-runner": "^4.2.0", + "mime-types": "^2.1.27", + "neo-async": "^2.6.2", + "schema-utils": "^3.1.0", + "tapable": "^2.1.1", + "terser-webpack-plugin": "^5.1.3", + "watchpack": "^2.4.0", + "webpack-sources": "^3.2.3" + }, + "bin": { + "webpack": "bin/webpack.js" + }, + "engines": { + "node": ">=10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependenciesMeta": { + "webpack-cli": { + "optional": true + } + } + }, + "node_modules/webpack-cli": { + "version": "4.10.0", + "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-4.10.0.tgz", + "integrity": "sha512-NLhDfH/h4O6UOy+0LSso42xvYypClINuMNBVVzX4vX98TmTaTUxwRbXdhucbFMd2qLaCTcLq/PdYrvi8onw90w==", + "dev": true, + "dependencies": { + "@discoveryjs/json-ext": "^0.5.0", + "@webpack-cli/configtest": "^1.2.0", + "@webpack-cli/info": "^1.5.0", + "@webpack-cli/serve": "^1.7.0", + "colorette": "^2.0.14", + "commander": "^7.0.0", + "cross-spawn": "^7.0.3", + "fastest-levenshtein": "^1.0.12", + "import-local": "^3.0.2", + "interpret": "^2.2.0", + "rechoir": "^0.7.0", + "webpack-merge": "^5.7.3" + }, + "bin": { + "webpack-cli": "bin/cli.js" + }, + "engines": { + "node": ">=10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "4.x.x || 5.x.x" + }, + "peerDependenciesMeta": { + "@webpack-cli/generators": { + "optional": true + }, + "@webpack-cli/migrate": { + "optional": true + }, + "webpack-bundle-analyzer": { + "optional": true + }, + "webpack-dev-server": { + "optional": true + } + } + }, + "node_modules/webpack-cli/node_modules/commander": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", + "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", + "dev": true, + "engines": { + "node": ">= 10" + } + }, + "node_modules/webpack-merge": { + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.8.0.tgz", + "integrity": "sha512-/SaI7xY0831XwP6kzuwhKWVKDP9t1QY1h65lAFLbZqMPIuYcD9QAW4u9STIbU9kaJbPBB/geU/gLr1wDjOhQ+Q==", + "dev": true, + "dependencies": { + "clone-deep": "^4.0.1", + "wildcard": "^2.0.0" + }, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/webpack-sources": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", + "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", + "dev": true, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/webpack/node_modules/eslint-scope": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", + "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", + "dev": true, + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^4.1.1" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/webpack/node_modules/estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "dev": true, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/wildcard": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.0.tgz", + "integrity": "sha512-JcKqAHLPxcdb9KM49dufGXn2x3ssnfjbcaQdLlfZsL9rH9wgDQjUtDxbo8NE0F6SFvydeu1VhZe7hZuHsB2/pw==", + "dev": true + }, + "node_modules/word-wrap": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", + "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", + "dev": true + }, + "node_modules/yocto-queue": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + } + } } diff --git a/FantasticAnimals/node_modules/@ampproject/remapping/LICENSE b/FantasticAnimals/node_modules/@ampproject/remapping/LICENSE new file mode 100644 index 0000000..f367dfb --- /dev/null +++ b/FantasticAnimals/node_modules/@ampproject/remapping/LICENSE @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2019 Google LLC + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/FantasticAnimals/node_modules/@ampproject/remapping/README.md b/FantasticAnimals/node_modules/@ampproject/remapping/README.md new file mode 100644 index 0000000..1463c9f --- /dev/null +++ b/FantasticAnimals/node_modules/@ampproject/remapping/README.md @@ -0,0 +1,218 @@ +# @ampproject/remapping + +> Remap sequential sourcemaps through transformations to point at the original source code + +Remapping allows you to take the sourcemaps generated through transforming your code and "remap" +them to the original source locations. Think "my minified code, transformed with babel and bundled +with webpack", all pointing to the correct location in your original source code. + +With remapping, none of your source code transformations need to be aware of the input's sourcemap, +they only need to generate an output sourcemap. This greatly simplifies building custom +transformations (think a find-and-replace). + +## Installation + +```sh +npm install @ampproject/remapping +``` + +## Usage + +```typescript +function remapping( + map: SourceMap | SourceMap[], + loader: (file: string, ctx: LoaderContext) => (SourceMap | null | undefined), + options?: { excludeContent: boolean, decodedMappings: boolean } +): SourceMap; + +// LoaderContext gives the loader the importing sourcemap, tree depth, the ability to override the +// "source" location (where child sources are resolved relative to, or the location of original +// source), and the ability to override the "content" of an original source for inclusion in the +// output sourcemap. +type LoaderContext = { + readonly importer: string; + readonly depth: number; + source: string; + content: string | null | undefined; +} +``` + +`remapping` takes the final output sourcemap, and a `loader` function. For every source file pointer +in the sourcemap, the `loader` will be called with the resolved path. If the path itself represents +a transformed file (it has a sourcmap associated with it), then the `loader` should return that +sourcemap. If not, the path will be treated as an original, untransformed source code. + +```js +// Babel transformed "helloworld.js" into "transformed.js" +const transformedMap = JSON.stringify({ + file: 'transformed.js', + // 1st column of 2nd line of output file translates into the 1st source + // file, line 3, column 2 + mappings: ';CAEE', + sources: ['helloworld.js'], + version: 3, +}); + +// Uglify minified "transformed.js" into "transformed.min.js" +const minifiedTransformedMap = JSON.stringify({ + file: 'transformed.min.js', + // 0th column of 1st line of output file translates into the 1st source + // file, line 2, column 1. + mappings: 'AACC', + names: [], + sources: ['transformed.js'], + version: 3, +}); + +const remapped = remapping( + minifiedTransformedMap, + (file, ctx) => { + + // The "transformed.js" file is an transformed file. + if (file === 'transformed.js') { + // The root importer is empty. + console.assert(ctx.importer === ''); + // The depth in the sourcemap tree we're currently loading. + // The root `minifiedTransformedMap` is depth 0, and its source children are depth 1, etc. + console.assert(ctx.depth === 1); + + return transformedMap; + } + + // Loader will be called to load transformedMap's source file pointers as well. + console.assert(file === 'helloworld.js'); + // `transformed.js`'s sourcemap points into `helloworld.js`. + console.assert(ctx.importer === 'transformed.js'); + // This is a source child of `transformed`, which is a source child of `minifiedTransformedMap`. + console.assert(ctx.depth === 2); + return null; + } +); + +console.log(remapped); +// { +// file: 'transpiled.min.js', +// mappings: 'AAEE', +// sources: ['helloworld.js'], +// version: 3, +// }; +``` + +In this example, `loader` will be called twice: + +1. `"transformed.js"`, the first source file pointer in the `minifiedTransformedMap`. We return the + associated sourcemap for it (its a transformed file, after all) so that sourcemap locations can + be traced through it into the source files it represents. +2. `"helloworld.js"`, our original, unmodified source code. This file does not have a sourcemap, so + we return `null`. + +The `remapped` sourcemap now points from `transformed.min.js` into locations in `helloworld.js`. If +you were to read the `mappings`, it says "0th column of the first line output line points to the 1st +column of the 2nd line of the file `helloworld.js`". + +### Multiple transformations of a file + +As a convenience, if you have multiple single-source transformations of a file, you may pass an +array of sourcemap files in the order of most-recent transformation sourcemap first. Note that this +changes the `importer` and `depth` of each call to our loader. So our above example could have been +written as: + +```js +const remapped = remapping( + [minifiedTransformedMap, transformedMap], + () => null +); + +console.log(remapped); +// { +// file: 'transpiled.min.js', +// mappings: 'AAEE', +// sources: ['helloworld.js'], +// version: 3, +// }; +``` + +### Advanced control of the loading graph + +#### `source` + +The `source` property can overridden to any value to change the location of the current load. Eg, +for an original source file, it allows us to change the location to the original source regardless +of what the sourcemap source entry says. And for transformed files, it allows us to change the +relative resolving location for child sources of the loaded sourcemap. + +```js +const remapped = remapping( + minifiedTransformedMap, + (file, ctx) => { + + if (file === 'transformed.js') { + // We pretend the transformed.js file actually exists in the 'src/' directory. When the nested + // source files are loaded, they will now be relative to `src/`. + ctx.source = 'src/transformed.js'; + return transformedMap; + } + + console.assert(file === 'src/helloworld.js'); + // We could futher change the source of this original file, eg, to be inside a nested directory + // itself. This will be reflected in the remapped sourcemap. + ctx.source = 'src/nested/transformed.js'; + return null; + } +); + +console.log(remapped); +// { +// …, +// sources: ['src/nested/helloworld.js'], +// }; +``` + + +#### `content` + +The `content` property can be overridden when we encounter an original source file. Eg, this allows +you to manually provide the source content of the original file regardless of whether the +`sourcesContent` field is present in the parent sourcemap. It can also be set to `null` to remove +the source content. + +```js +const remapped = remapping( + minifiedTransformedMap, + (file, ctx) => { + + if (file === 'transformed.js') { + // transformedMap does not include a `sourcesContent` field, so usually the remapped sourcemap + // would not include any `sourcesContent` values. + return transformedMap; + } + + console.assert(file === 'helloworld.js'); + // We can read the file to provide the source content. + ctx.content = fs.readFileSync(file, 'utf8'); + return null; + } +); + +console.log(remapped); +// { +// …, +// sourcesContent: [ +// 'console.log("Hello world!")', +// ], +// }; +``` + +### Options + +#### excludeContent + +By default, `excludeContent` is `false`. Passing `{ excludeContent: true }` will exclude the +`sourcesContent` field from the returned sourcemap. This is mainly useful when you want to reduce +the size out the sourcemap. + +#### decodedMappings + +By default, `decodedMappings` is `false`. Passing `{ decodedMappings: true }` will leave the +`mappings` field in a [decoded state](https://github.com/rich-harris/sourcemap-codec) instead of +encoding into a VLQ string. diff --git a/FantasticAnimals/node_modules/@ampproject/remapping/dist/remapping.mjs b/FantasticAnimals/node_modules/@ampproject/remapping/dist/remapping.mjs new file mode 100644 index 0000000..c6e66b7 --- /dev/null +++ b/FantasticAnimals/node_modules/@ampproject/remapping/dist/remapping.mjs @@ -0,0 +1,204 @@ +import { decodedMappings, traceSegment, TraceMap } from '@jridgewell/trace-mapping'; +import { GenMapping, addSegment, setSourceContent, decodedMap, encodedMap } from '@jridgewell/gen-mapping'; + +const SOURCELESS_MAPPING = { + source: null, + column: null, + line: null, + name: null, + content: null, +}; +const EMPTY_SOURCES = []; +function Source(map, sources, source, content) { + return { + map, + sources, + source, + content, + }; +} +/** + * MapSource represents a single sourcemap, with the ability to trace mappings into its child nodes + * (which may themselves be SourceMapTrees). + */ +function MapSource(map, sources) { + return Source(map, sources, '', null); +} +/** + * A "leaf" node in the sourcemap tree, representing an original, unmodified source file. Recursive + * segment tracing ends at the `OriginalSource`. + */ +function OriginalSource(source, content) { + return Source(null, EMPTY_SOURCES, source, content); +} +/** + * traceMappings is only called on the root level SourceMapTree, and begins the process of + * resolving each mapping in terms of the original source files. + */ +function traceMappings(tree) { + const gen = new GenMapping({ file: tree.map.file }); + const { sources: rootSources, map } = tree; + const rootNames = map.names; + const rootMappings = decodedMappings(map); + for (let i = 0; i < rootMappings.length; i++) { + const segments = rootMappings[i]; + let lastSource = null; + let lastSourceLine = null; + let lastSourceColumn = null; + for (let j = 0; j < segments.length; j++) { + const segment = segments[j]; + const genCol = segment[0]; + let traced = SOURCELESS_MAPPING; + // 1-length segments only move the current generated column, there's no source information + // to gather from it. + if (segment.length !== 1) { + const source = rootSources[segment[1]]; + traced = originalPositionFor(source, segment[2], segment[3], segment.length === 5 ? rootNames[segment[4]] : ''); + // If the trace is invalid, then the trace ran into a sourcemap that doesn't contain a + // respective segment into an original source. + if (traced == null) + continue; + } + // So we traced a segment down into its original source file. Now push a + // new segment pointing to this location. + const { column, line, name, content, source } = traced; + if (line === lastSourceLine && column === lastSourceColumn && source === lastSource) { + continue; + } + lastSourceLine = line; + lastSourceColumn = column; + lastSource = source; + // Sigh, TypeScript can't figure out source/line/column are either all null, or all non-null... + addSegment(gen, i, genCol, source, line, column, name); + if (content != null) + setSourceContent(gen, source, content); + } + } + return gen; +} +/** + * originalPositionFor is only called on children SourceMapTrees. It recurses down into its own + * child SourceMapTrees, until we find the original source map. + */ +function originalPositionFor(source, line, column, name) { + if (!source.map) { + return { column, line, name, source: source.source, content: source.content }; + } + const segment = traceSegment(source.map, line, column); + // If we couldn't find a segment, then this doesn't exist in the sourcemap. + if (segment == null) + return null; + // 1-length segments only move the current generated column, there's no source information + // to gather from it. + if (segment.length === 1) + return SOURCELESS_MAPPING; + return originalPositionFor(source.sources[segment[1]], segment[2], segment[3], segment.length === 5 ? source.map.names[segment[4]] : name); +} + +function asArray(value) { + if (Array.isArray(value)) + return value; + return [value]; +} +/** + * Recursively builds a tree structure out of sourcemap files, with each node + * being either an `OriginalSource` "leaf" or a `SourceMapTree` composed of + * `OriginalSource`s and `SourceMapTree`s. + * + * Every sourcemap is composed of a collection of source files and mappings + * into locations of those source files. When we generate a `SourceMapTree` for + * the sourcemap, we attempt to load each source file's own sourcemap. If it + * does not have an associated sourcemap, it is considered an original, + * unmodified source file. + */ +function buildSourceMapTree(input, loader) { + const maps = asArray(input).map((m) => new TraceMap(m, '')); + const map = maps.pop(); + for (let i = 0; i < maps.length; i++) { + if (maps[i].sources.length > 1) { + throw new Error(`Transformation map ${i} must have exactly one source file.\n` + + 'Did you specify these with the most recent transformation maps first?'); + } + } + let tree = build(map, loader, '', 0); + for (let i = maps.length - 1; i >= 0; i--) { + tree = MapSource(maps[i], [tree]); + } + return tree; +} +function build(map, loader, importer, importerDepth) { + const { resolvedSources, sourcesContent } = map; + const depth = importerDepth + 1; + const children = resolvedSources.map((sourceFile, i) => { + // The loading context gives the loader more information about why this file is being loaded + // (eg, from which importer). It also allows the loader to override the location of the loaded + // sourcemap/original source, or to override the content in the sourcesContent field if it's + // an unmodified source file. + const ctx = { + importer, + depth, + source: sourceFile || '', + content: undefined, + }; + // Use the provided loader callback to retrieve the file's sourcemap. + // TODO: We should eventually support async loading of sourcemap files. + const sourceMap = loader(ctx.source, ctx); + const { source, content } = ctx; + // If there is a sourcemap, then we need to recurse into it to load its source files. + if (sourceMap) + return build(new TraceMap(sourceMap, source), loader, source, depth); + // Else, it's an an unmodified source file. + // The contents of this unmodified source file can be overridden via the loader context, + // allowing it to be explicitly null or a string. If it remains undefined, we fall back to + // the importing sourcemap's `sourcesContent` field. + const sourceContent = content !== undefined ? content : sourcesContent ? sourcesContent[i] : null; + return OriginalSource(source, sourceContent); + }); + return MapSource(map, children); +} + +/** + * A SourceMap v3 compatible sourcemap, which only includes fields that were + * provided to it. + */ +class SourceMap { + constructor(map, options) { + const out = options.decodedMappings ? decodedMap(map) : encodedMap(map); + this.version = out.version; // SourceMap spec says this should be first. + this.file = out.file; + this.mappings = out.mappings; + this.names = out.names; + this.sourceRoot = out.sourceRoot; + this.sources = out.sources; + if (!options.excludeContent) { + this.sourcesContent = out.sourcesContent; + } + } + toString() { + return JSON.stringify(this); + } +} + +/** + * Traces through all the mappings in the root sourcemap, through the sources + * (and their sourcemaps), all the way back to the original source location. + * + * `loader` will be called every time we encounter a source file. If it returns + * a sourcemap, we will recurse into that sourcemap to continue the trace. If + * it returns a falsey value, that source file is treated as an original, + * unmodified source file. + * + * Pass `excludeContent` to exclude any self-containing source file content + * from the output sourcemap. + * + * Pass `decodedMappings` to receive a SourceMap with decoded (instead of + * VLQ encoded) mappings. + */ +function remapping(input, loader, options) { + const opts = typeof options === 'object' ? options : { excludeContent: !!options, decodedMappings: false }; + const tree = buildSourceMapTree(input, loader); + return new SourceMap(traceMappings(tree), opts); +} + +export { remapping as default }; +//# sourceMappingURL=remapping.mjs.map diff --git a/FantasticAnimals/node_modules/@ampproject/remapping/dist/remapping.mjs.map b/FantasticAnimals/node_modules/@ampproject/remapping/dist/remapping.mjs.map new file mode 100644 index 0000000..54066bb --- /dev/null +++ b/FantasticAnimals/node_modules/@ampproject/remapping/dist/remapping.mjs.map @@ -0,0 +1 @@ +{"version":3,"file":"remapping.mjs","sources":["../../src/source-map-tree.ts","../../src/build-source-map-tree.ts","../../src/source-map.ts","../../src/remapping.ts"],"sourcesContent":[null,null,null,null],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@ampproject/remapping/dist/remapping.umd.js b/FantasticAnimals/node_modules/@ampproject/remapping/dist/remapping.umd.js new file mode 100644 index 0000000..593c61d --- /dev/null +++ b/FantasticAnimals/node_modules/@ampproject/remapping/dist/remapping.umd.js @@ -0,0 +1,209 @@ +(function (global, factory) { + typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('@jridgewell/trace-mapping'), require('@jridgewell/gen-mapping')) : + typeof define === 'function' && define.amd ? define(['@jridgewell/trace-mapping', '@jridgewell/gen-mapping'], factory) : + (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.remapping = factory(global.traceMapping, global.genMapping)); +})(this, (function (traceMapping, genMapping) { 'use strict'; + + const SOURCELESS_MAPPING = { + source: null, + column: null, + line: null, + name: null, + content: null, + }; + const EMPTY_SOURCES = []; + function Source(map, sources, source, content) { + return { + map, + sources, + source, + content, + }; + } + /** + * MapSource represents a single sourcemap, with the ability to trace mappings into its child nodes + * (which may themselves be SourceMapTrees). + */ + function MapSource(map, sources) { + return Source(map, sources, '', null); + } + /** + * A "leaf" node in the sourcemap tree, representing an original, unmodified source file. Recursive + * segment tracing ends at the `OriginalSource`. + */ + function OriginalSource(source, content) { + return Source(null, EMPTY_SOURCES, source, content); + } + /** + * traceMappings is only called on the root level SourceMapTree, and begins the process of + * resolving each mapping in terms of the original source files. + */ + function traceMappings(tree) { + const gen = new genMapping.GenMapping({ file: tree.map.file }); + const { sources: rootSources, map } = tree; + const rootNames = map.names; + const rootMappings = traceMapping.decodedMappings(map); + for (let i = 0; i < rootMappings.length; i++) { + const segments = rootMappings[i]; + let lastSource = null; + let lastSourceLine = null; + let lastSourceColumn = null; + for (let j = 0; j < segments.length; j++) { + const segment = segments[j]; + const genCol = segment[0]; + let traced = SOURCELESS_MAPPING; + // 1-length segments only move the current generated column, there's no source information + // to gather from it. + if (segment.length !== 1) { + const source = rootSources[segment[1]]; + traced = originalPositionFor(source, segment[2], segment[3], segment.length === 5 ? rootNames[segment[4]] : ''); + // If the trace is invalid, then the trace ran into a sourcemap that doesn't contain a + // respective segment into an original source. + if (traced == null) + continue; + } + // So we traced a segment down into its original source file. Now push a + // new segment pointing to this location. + const { column, line, name, content, source } = traced; + if (line === lastSourceLine && column === lastSourceColumn && source === lastSource) { + continue; + } + lastSourceLine = line; + lastSourceColumn = column; + lastSource = source; + // Sigh, TypeScript can't figure out source/line/column are either all null, or all non-null... + genMapping.addSegment(gen, i, genCol, source, line, column, name); + if (content != null) + genMapping.setSourceContent(gen, source, content); + } + } + return gen; + } + /** + * originalPositionFor is only called on children SourceMapTrees. It recurses down into its own + * child SourceMapTrees, until we find the original source map. + */ + function originalPositionFor(source, line, column, name) { + if (!source.map) { + return { column, line, name, source: source.source, content: source.content }; + } + const segment = traceMapping.traceSegment(source.map, line, column); + // If we couldn't find a segment, then this doesn't exist in the sourcemap. + if (segment == null) + return null; + // 1-length segments only move the current generated column, there's no source information + // to gather from it. + if (segment.length === 1) + return SOURCELESS_MAPPING; + return originalPositionFor(source.sources[segment[1]], segment[2], segment[3], segment.length === 5 ? source.map.names[segment[4]] : name); + } + + function asArray(value) { + if (Array.isArray(value)) + return value; + return [value]; + } + /** + * Recursively builds a tree structure out of sourcemap files, with each node + * being either an `OriginalSource` "leaf" or a `SourceMapTree` composed of + * `OriginalSource`s and `SourceMapTree`s. + * + * Every sourcemap is composed of a collection of source files and mappings + * into locations of those source files. When we generate a `SourceMapTree` for + * the sourcemap, we attempt to load each source file's own sourcemap. If it + * does not have an associated sourcemap, it is considered an original, + * unmodified source file. + */ + function buildSourceMapTree(input, loader) { + const maps = asArray(input).map((m) => new traceMapping.TraceMap(m, '')); + const map = maps.pop(); + for (let i = 0; i < maps.length; i++) { + if (maps[i].sources.length > 1) { + throw new Error(`Transformation map ${i} must have exactly one source file.\n` + + 'Did you specify these with the most recent transformation maps first?'); + } + } + let tree = build(map, loader, '', 0); + for (let i = maps.length - 1; i >= 0; i--) { + tree = MapSource(maps[i], [tree]); + } + return tree; + } + function build(map, loader, importer, importerDepth) { + const { resolvedSources, sourcesContent } = map; + const depth = importerDepth + 1; + const children = resolvedSources.map((sourceFile, i) => { + // The loading context gives the loader more information about why this file is being loaded + // (eg, from which importer). It also allows the loader to override the location of the loaded + // sourcemap/original source, or to override the content in the sourcesContent field if it's + // an unmodified source file. + const ctx = { + importer, + depth, + source: sourceFile || '', + content: undefined, + }; + // Use the provided loader callback to retrieve the file's sourcemap. + // TODO: We should eventually support async loading of sourcemap files. + const sourceMap = loader(ctx.source, ctx); + const { source, content } = ctx; + // If there is a sourcemap, then we need to recurse into it to load its source files. + if (sourceMap) + return build(new traceMapping.TraceMap(sourceMap, source), loader, source, depth); + // Else, it's an an unmodified source file. + // The contents of this unmodified source file can be overridden via the loader context, + // allowing it to be explicitly null or a string. If it remains undefined, we fall back to + // the importing sourcemap's `sourcesContent` field. + const sourceContent = content !== undefined ? content : sourcesContent ? sourcesContent[i] : null; + return OriginalSource(source, sourceContent); + }); + return MapSource(map, children); + } + + /** + * A SourceMap v3 compatible sourcemap, which only includes fields that were + * provided to it. + */ + class SourceMap { + constructor(map, options) { + const out = options.decodedMappings ? genMapping.decodedMap(map) : genMapping.encodedMap(map); + this.version = out.version; // SourceMap spec says this should be first. + this.file = out.file; + this.mappings = out.mappings; + this.names = out.names; + this.sourceRoot = out.sourceRoot; + this.sources = out.sources; + if (!options.excludeContent) { + this.sourcesContent = out.sourcesContent; + } + } + toString() { + return JSON.stringify(this); + } + } + + /** + * Traces through all the mappings in the root sourcemap, through the sources + * (and their sourcemaps), all the way back to the original source location. + * + * `loader` will be called every time we encounter a source file. If it returns + * a sourcemap, we will recurse into that sourcemap to continue the trace. If + * it returns a falsey value, that source file is treated as an original, + * unmodified source file. + * + * Pass `excludeContent` to exclude any self-containing source file content + * from the output sourcemap. + * + * Pass `decodedMappings` to receive a SourceMap with decoded (instead of + * VLQ encoded) mappings. + */ + function remapping(input, loader, options) { + const opts = typeof options === 'object' ? options : { excludeContent: !!options, decodedMappings: false }; + const tree = buildSourceMapTree(input, loader); + return new SourceMap(traceMappings(tree), opts); + } + + return remapping; + +})); +//# sourceMappingURL=remapping.umd.js.map diff --git a/FantasticAnimals/node_modules/@ampproject/remapping/dist/remapping.umd.js.map b/FantasticAnimals/node_modules/@ampproject/remapping/dist/remapping.umd.js.map new file mode 100644 index 0000000..726f2bc --- /dev/null +++ b/FantasticAnimals/node_modules/@ampproject/remapping/dist/remapping.umd.js.map @@ -0,0 +1 @@ +{"version":3,"file":"remapping.umd.js","sources":["../../src/source-map-tree.ts","../../src/build-source-map-tree.ts","../../src/source-map.ts","../../src/remapping.ts"],"sourcesContent":[null,null,null,null],"names":["GenMapping","decodedMappings","addSegment","setSourceContent","traceSegment","TraceMap","decodedMap","encodedMap"],"mappings":"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"} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@ampproject/remapping/dist/types/build-source-map-tree.d.ts b/FantasticAnimals/node_modules/@ampproject/remapping/dist/types/build-source-map-tree.d.ts new file mode 100644 index 0000000..f87fcea --- /dev/null +++ b/FantasticAnimals/node_modules/@ampproject/remapping/dist/types/build-source-map-tree.d.ts @@ -0,0 +1,14 @@ +import type { MapSource as MapSourceType } from './source-map-tree'; +import type { SourceMapInput, SourceMapLoader } from './types'; +/** + * Recursively builds a tree structure out of sourcemap files, with each node + * being either an `OriginalSource` "leaf" or a `SourceMapTree` composed of + * `OriginalSource`s and `SourceMapTree`s. + * + * Every sourcemap is composed of a collection of source files and mappings + * into locations of those source files. When we generate a `SourceMapTree` for + * the sourcemap, we attempt to load each source file's own sourcemap. If it + * does not have an associated sourcemap, it is considered an original, + * unmodified source file. + */ +export default function buildSourceMapTree(input: SourceMapInput | SourceMapInput[], loader: SourceMapLoader): MapSourceType; diff --git a/FantasticAnimals/node_modules/@ampproject/remapping/dist/types/remapping.d.ts b/FantasticAnimals/node_modules/@ampproject/remapping/dist/types/remapping.d.ts new file mode 100644 index 0000000..0b58ea9 --- /dev/null +++ b/FantasticAnimals/node_modules/@ampproject/remapping/dist/types/remapping.d.ts @@ -0,0 +1,19 @@ +import SourceMap from './source-map'; +import type { SourceMapInput, SourceMapLoader, Options } from './types'; +export type { SourceMapSegment, EncodedSourceMap, EncodedSourceMap as RawSourceMap, DecodedSourceMap, SourceMapInput, SourceMapLoader, LoaderContext, Options, } from './types'; +/** + * Traces through all the mappings in the root sourcemap, through the sources + * (and their sourcemaps), all the way back to the original source location. + * + * `loader` will be called every time we encounter a source file. If it returns + * a sourcemap, we will recurse into that sourcemap to continue the trace. If + * it returns a falsey value, that source file is treated as an original, + * unmodified source file. + * + * Pass `excludeContent` to exclude any self-containing source file content + * from the output sourcemap. + * + * Pass `decodedMappings` to receive a SourceMap with decoded (instead of + * VLQ encoded) mappings. + */ +export default function remapping(input: SourceMapInput | SourceMapInput[], loader: SourceMapLoader, options?: boolean | Options): SourceMap; diff --git a/FantasticAnimals/node_modules/@ampproject/remapping/dist/types/source-map-tree.d.ts b/FantasticAnimals/node_modules/@ampproject/remapping/dist/types/source-map-tree.d.ts new file mode 100644 index 0000000..3b6b1bf --- /dev/null +++ b/FantasticAnimals/node_modules/@ampproject/remapping/dist/types/source-map-tree.d.ts @@ -0,0 +1,48 @@ +import { GenMapping } from '@jridgewell/gen-mapping'; +import type { TraceMap } from '@jridgewell/trace-mapping'; +export declare type SourceMapSegmentObject = { + column: number; + line: number; + name: string; + source: string; + content: string | null; +} | { + column: null; + line: null; + name: null; + source: null; + content: null; +}; +export declare type OriginalSource = { + map: TraceMap; + sources: Sources[]; + source: string; + content: string | null; +}; +export declare type MapSource = { + map: TraceMap; + sources: Sources[]; + source: string; + content: string | null; +}; +export declare type Sources = OriginalSource | MapSource; +/** + * MapSource represents a single sourcemap, with the ability to trace mappings into its child nodes + * (which may themselves be SourceMapTrees). + */ +export declare function MapSource(map: TraceMap, sources: Sources[]): MapSource; +/** + * A "leaf" node in the sourcemap tree, representing an original, unmodified source file. Recursive + * segment tracing ends at the `OriginalSource`. + */ +export declare function OriginalSource(source: string, content: string | null): OriginalSource; +/** + * traceMappings is only called on the root level SourceMapTree, and begins the process of + * resolving each mapping in terms of the original source files. + */ +export declare function traceMappings(tree: MapSource): GenMapping; +/** + * originalPositionFor is only called on children SourceMapTrees. It recurses down into its own + * child SourceMapTrees, until we find the original source map. + */ +export declare function originalPositionFor(source: Sources, line: number, column: number, name: string): SourceMapSegmentObject | null; diff --git a/FantasticAnimals/node_modules/@ampproject/remapping/dist/types/source-map.d.ts b/FantasticAnimals/node_modules/@ampproject/remapping/dist/types/source-map.d.ts new file mode 100644 index 0000000..ef999b7 --- /dev/null +++ b/FantasticAnimals/node_modules/@ampproject/remapping/dist/types/source-map.d.ts @@ -0,0 +1,17 @@ +import type { GenMapping } from '@jridgewell/gen-mapping'; +import type { DecodedSourceMap, EncodedSourceMap, Options } from './types'; +/** + * A SourceMap v3 compatible sourcemap, which only includes fields that were + * provided to it. + */ +export default class SourceMap { + file?: string | null; + mappings: EncodedSourceMap['mappings'] | DecodedSourceMap['mappings']; + sourceRoot?: string; + names: string[]; + sources: (string | null)[]; + sourcesContent?: (string | null)[]; + version: 3; + constructor(map: GenMapping, options: Options); + toString(): string; +} diff --git a/FantasticAnimals/node_modules/@ampproject/remapping/dist/types/types.d.ts b/FantasticAnimals/node_modules/@ampproject/remapping/dist/types/types.d.ts new file mode 100644 index 0000000..730a963 --- /dev/null +++ b/FantasticAnimals/node_modules/@ampproject/remapping/dist/types/types.d.ts @@ -0,0 +1,14 @@ +import type { SourceMapInput } from '@jridgewell/trace-mapping'; +export type { SourceMapSegment, DecodedSourceMap, EncodedSourceMap, } from '@jridgewell/trace-mapping'; +export type { SourceMapInput }; +export declare type LoaderContext = { + readonly importer: string; + readonly depth: number; + source: string; + content: string | null | undefined; +}; +export declare type SourceMapLoader = (file: string, ctx: LoaderContext) => SourceMapInput | null | undefined | void; +export declare type Options = { + excludeContent?: boolean; + decodedMappings?: boolean; +}; diff --git a/FantasticAnimals/node_modules/@ampproject/remapping/node_modules/@jridgewell/gen-mapping/LICENSE b/FantasticAnimals/node_modules/@ampproject/remapping/node_modules/@jridgewell/gen-mapping/LICENSE new file mode 100644 index 0000000..352f071 --- /dev/null +++ b/FantasticAnimals/node_modules/@ampproject/remapping/node_modules/@jridgewell/gen-mapping/LICENSE @@ -0,0 +1,19 @@ +Copyright 2022 Justin Ridgewell + +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/FantasticAnimals/node_modules/@ampproject/remapping/node_modules/@jridgewell/gen-mapping/README.md b/FantasticAnimals/node_modules/@ampproject/remapping/node_modules/@jridgewell/gen-mapping/README.md new file mode 100644 index 0000000..c9f09b3 --- /dev/null +++ b/FantasticAnimals/node_modules/@ampproject/remapping/node_modules/@jridgewell/gen-mapping/README.md @@ -0,0 +1,128 @@ +# @jridgewell/gen-mapping + +> Generate source maps + +`gen-mapping` allows you to generate a source map during transpilation or minification. +With a source map, you're able to trace the original location in the source file, either in Chrome's +DevTools or using a library like [`@jridgewell/trace-mapping`][trace-mapping]. + +You may already be familiar with the [`source-map`][source-map] package's `SourceMapGenerator`. This +provides the same `addMapping` and `setSourceContent` API. + +## Installation + +```sh +npm install @jridgewell/gen-mapping +``` + +## Usage + +```typescript +import { GenMapping, addMapping, setSourceContent, encodedMap } from '@jridgewell/gen-mapping'; + +const map = new GenMapping({ + file: 'output.js', + sourceRoot: 'https://example.com/', +}); + +setSourceContent(map, 'input.js', `function foo() {}`); + +addMapping(map, { + // Lines start at line 1, columns at column 0. + generated: { line: 1, column: 0 }, + source: 'input.js', + original: { line: 1, column: 0 }, +}); + +addMapping(map, { + generated: { line: 1, column: 9 }, + source: 'input.js', + original: { line: 1, column: 9 }, + name: 'foo', +}); + +assert.deepEqual(encodedMap(map), { + version: 3, + file: 'output.js', + names: ['foo'], + sourceRoot: 'https://example.com/', + sources: ['input.js'], + sourcesContent: ['function foo() {}'], + mappings: 'AAAA,SAASA', +}); +``` + +## Benchmarks + +``` +node v18.0.0 + +amp.js.map +gen-mapping: addSegment x 462 ops/sec ±1.53% (91 runs sampled) +gen-mapping: addMapping x 471 ops/sec ±0.77% (93 runs sampled) +source-map-js: addMapping x 178 ops/sec ±1.14% (84 runs sampled) +source-map-0.6.1: addMapping x 178 ops/sec ±1.21% (84 runs sampled) +source-map-0.8.0: addMapping x 177 ops/sec ±1.21% (83 runs sampled) +Fastest is gen-mapping: addMapping,gen-mapping: addSegment + +gen-mapping: decoded output x 157,499,812 ops/sec ±0.25% (100 runs sampled) +gen-mapping: encoded output x 625 ops/sec ±1.95% (88 runs sampled) +source-map-js: encoded output x 162 ops/sec ±0.37% (84 runs sampled) +source-map-0.6.1: encoded output x 161 ops/sec ±0.51% (84 runs sampled) +source-map-0.8.0: encoded output x 191 ops/sec ±0.12% (90 runs sampled) +Fastest is gen-mapping: decoded output + +*** + +babel.min.js.map +gen-mapping: addSegment x 35.38 ops/sec ±4.48% (48 runs sampled) +gen-mapping: addMapping x 29.93 ops/sec ±5.03% (55 runs sampled) +source-map-js: addMapping x 22.19 ops/sec ±3.39% (41 runs sampled) +source-map-0.6.1: addMapping x 22.57 ops/sec ±2.90% (41 runs sampled) +source-map-0.8.0: addMapping x 22.73 ops/sec ±2.84% (41 runs sampled) +Fastest is gen-mapping: addSegment + +gen-mapping: decoded output x 157,767,591 ops/sec ±0.10% (99 runs sampled) +gen-mapping: encoded output x 97.06 ops/sec ±1.69% (73 runs sampled) +source-map-js: encoded output x 17.51 ops/sec ±2.27% (37 runs sampled) +source-map-0.6.1: encoded output x 17.40 ops/sec ±4.61% (35 runs sampled) +source-map-0.8.0: encoded output x 17.83 ops/sec ±4.85% (36 runs sampled) +Fastest is gen-mapping: decoded output + +*** + +preact.js.map +gen-mapping: addSegment x 13,516 ops/sec ±0.27% (98 runs sampled) +gen-mapping: addMapping x 12,117 ops/sec ±0.25% (97 runs sampled) +source-map-js: addMapping x 4,285 ops/sec ±1.53% (98 runs sampled) +source-map-0.6.1: addMapping x 4,482 ops/sec ±0.20% (100 runs sampled) +source-map-0.8.0: addMapping x 4,482 ops/sec ±0.28% (99 runs sampled) +Fastest is gen-mapping: addSegment + +gen-mapping: decoded output x 157,769,691 ops/sec ±0.06% (92 runs sampled) +gen-mapping: encoded output x 18,610 ops/sec ±1.03% (93 runs sampled) +source-map-js: encoded output x 5,397 ops/sec ±0.38% (97 runs sampled) +source-map-0.6.1: encoded output x 5,422 ops/sec ±0.16% (100 runs sampled) +source-map-0.8.0: encoded output x 5,595 ops/sec ±0.11% (100 runs sampled) +Fastest is gen-mapping: decoded output + +*** + +react.js.map +gen-mapping: addSegment x 5,058 ops/sec ±0.27% (100 runs sampled) +gen-mapping: addMapping x 4,352 ops/sec ±0.13% (97 runs sampled) +source-map-js: addMapping x 1,569 ops/sec ±0.19% (99 runs sampled) +source-map-0.6.1: addMapping x 1,550 ops/sec ±0.31% (97 runs sampled) +source-map-0.8.0: addMapping x 1,560 ops/sec ±0.18% (99 runs sampled) +Fastest is gen-mapping: addSegment + +gen-mapping: decoded output x 157,479,701 ops/sec ±0.14% (99 runs sampled) +gen-mapping: encoded output x 6,392 ops/sec ±1.03% (94 runs sampled) +source-map-js: encoded output x 2,213 ops/sec ±0.36% (99 runs sampled) +source-map-0.6.1: encoded output x 2,238 ops/sec ±0.23% (100 runs sampled) +source-map-0.8.0: encoded output x 2,304 ops/sec ±0.20% (100 runs sampled) +Fastest is gen-mapping: decoded output +``` + +[source-map]: https://www.npmjs.com/package/source-map +[trace-mapping]: https://github.com/jridgewell/trace-mapping diff --git a/FantasticAnimals/node_modules/@ampproject/remapping/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs b/FantasticAnimals/node_modules/@ampproject/remapping/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs new file mode 100644 index 0000000..31f9c5c --- /dev/null +++ b/FantasticAnimals/node_modules/@ampproject/remapping/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs @@ -0,0 +1,167 @@ +import { SetArray, put } from '@jridgewell/set-array'; +import { encode } from '@jridgewell/sourcemap-codec'; + +/** + * A low-level API to associate a generated position with an original source position. Line and + * column here are 0-based, unlike `addMapping`. + */ +let addSegment; +/** + * A high-level API to associate a generated position with an original source position. Line is + * 1-based, but column is 0-based, due to legacy behavior in `source-map` library. + */ +let addMapping; +/** + * Adds/removes the content of the source file to the source map. + */ +let setSourceContent; +/** + * Returns a sourcemap object (with decoded mappings) suitable for passing to a library that expects + * a sourcemap, or to JSON.stringify. + */ +let decodedMap; +/** + * Returns a sourcemap object (with encoded mappings) suitable for passing to a library that expects + * a sourcemap, or to JSON.stringify. + */ +let encodedMap; +/** + * Returns an array of high-level mapping objects for every recorded segment, which could then be + * passed to the `source-map` library. + */ +let allMappings; +/** + * Provides the state to generate a sourcemap. + */ +class GenMapping { + constructor({ file, sourceRoot } = {}) { + this._names = new SetArray(); + this._sources = new SetArray(); + this._sourcesContent = []; + this._mappings = []; + this.file = file; + this.sourceRoot = sourceRoot; + } +} +(() => { + addSegment = (map, genLine, genColumn, source, sourceLine, sourceColumn, name) => { + const { _mappings: mappings, _sources: sources, _sourcesContent: sourcesContent, _names: names, } = map; + const line = getLine(mappings, genLine); + if (source == null) { + const seg = [genColumn]; + const index = getColumnIndex(line, genColumn, seg); + return insert(line, index, seg); + } + const sourcesIndex = put(sources, source); + const seg = name + ? [genColumn, sourcesIndex, sourceLine, sourceColumn, put(names, name)] + : [genColumn, sourcesIndex, sourceLine, sourceColumn]; + const index = getColumnIndex(line, genColumn, seg); + if (sourcesIndex === sourcesContent.length) + sourcesContent[sourcesIndex] = null; + insert(line, index, seg); + }; + addMapping = (map, mapping) => { + const { generated, source, original, name } = mapping; + return addSegment(map, generated.line - 1, generated.column, source, original == null ? undefined : original.line - 1, original === null || original === void 0 ? void 0 : original.column, name); + }; + setSourceContent = (map, source, content) => { + const { _sources: sources, _sourcesContent: sourcesContent } = map; + sourcesContent[put(sources, source)] = content; + }; + decodedMap = (map) => { + const { file, sourceRoot, _mappings: mappings, _sources: sources, _sourcesContent: sourcesContent, _names: names, } = map; + return { + version: 3, + file, + names: names.array, + sourceRoot: sourceRoot || undefined, + sources: sources.array, + sourcesContent, + mappings, + }; + }; + encodedMap = (map) => { + const decoded = decodedMap(map); + return Object.assign(Object.assign({}, decoded), { mappings: encode(decoded.mappings) }); + }; + allMappings = (map) => { + const out = []; + const { _mappings: mappings, _sources: sources, _names: names } = map; + for (let i = 0; i < mappings.length; i++) { + const line = mappings[i]; + for (let j = 0; j < line.length; j++) { + const seg = line[j]; + const generated = { line: i + 1, column: seg[0] }; + let source = undefined; + let original = undefined; + let name = undefined; + if (seg.length !== 1) { + source = sources.array[seg[1]]; + original = { line: seg[2] + 1, column: seg[3] }; + if (seg.length === 5) + name = names.array[seg[4]]; + } + out.push({ generated, source, original, name }); + } + } + return out; + }; +})(); +function getLine(mappings, index) { + for (let i = mappings.length; i <= index; i++) { + mappings[i] = []; + } + return mappings[index]; +} +function getColumnIndex(line, column, seg) { + let index = line.length; + for (let i = index - 1; i >= 0; i--, index--) { + const current = line[i]; + const col = current[0]; + if (col > column) + continue; + if (col < column) + break; + const cmp = compare(current, seg); + if (cmp === 0) + return index; + if (cmp < 0) + break; + } + return index; +} +function compare(a, b) { + let cmp = compareNum(a.length, b.length); + if (cmp !== 0) + return cmp; + // We've already checked genColumn + if (a.length === 1) + return 0; + cmp = compareNum(a[1], b[1]); + if (cmp !== 0) + return cmp; + cmp = compareNum(a[2], b[2]); + if (cmp !== 0) + return cmp; + cmp = compareNum(a[3], b[3]); + if (cmp !== 0) + return cmp; + if (a.length === 4) + return 0; + return compareNum(a[4], b[4]); +} +function compareNum(a, b) { + return a - b; +} +function insert(array, index, value) { + if (index === -1) + return; + for (let i = array.length; i > index; i--) { + array[i] = array[i - 1]; + } + array[index] = value; +} + +export { GenMapping, addMapping, addSegment, allMappings, decodedMap, encodedMap, setSourceContent }; +//# sourceMappingURL=gen-mapping.mjs.map diff --git a/FantasticAnimals/node_modules/@ampproject/remapping/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs.map b/FantasticAnimals/node_modules/@ampproject/remapping/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs.map new file mode 100644 index 0000000..ed462b5 --- /dev/null +++ b/FantasticAnimals/node_modules/@ampproject/remapping/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs.map @@ -0,0 +1 @@ +{"version":3,"file":"gen-mapping.mjs","sources":["../../src/gen-mapping.ts"],"sourcesContent":["import { SetArray, put } from '@jridgewell/set-array';\nimport { encode } from '@jridgewell/sourcemap-codec';\n\nimport type { SourceMapSegment } from './sourcemap-segment';\nimport type { DecodedSourceMap, EncodedSourceMap, Pos, Mapping } from './types';\n\nexport type { DecodedSourceMap, EncodedSourceMap, Mapping };\n\nexport type Options = {\n file?: string | null;\n sourceRoot?: string | null;\n};\n\n/**\n * A low-level API to associate a generated position with an original source position. Line and\n * column here are 0-based, unlike `addMapping`.\n */\nexport let addSegment: {\n (\n map: GenMapping,\n genLine: number,\n genColumn: number,\n source?: null,\n sourceLine?: null,\n sourceColumn?: null,\n name?: null,\n ): void;\n (\n map: GenMapping,\n genLine: number,\n genColumn: number,\n source: string,\n sourceLine: number,\n sourceColumn: number,\n name?: null,\n ): void;\n (\n map: GenMapping,\n genLine: number,\n genColumn: number,\n source: string,\n sourceLine: number,\n sourceColumn: number,\n name: string,\n ): void;\n};\n\n/**\n * A high-level API to associate a generated position with an original source position. Line is\n * 1-based, but column is 0-based, due to legacy behavior in `source-map` library.\n */\nexport let addMapping: {\n (\n map: GenMapping,\n mapping: {\n generated: Pos;\n source?: null;\n original?: null;\n name?: null;\n },\n ): void;\n (\n map: GenMapping,\n mapping: {\n generated: Pos;\n source: string;\n original: Pos;\n name?: null;\n },\n ): void;\n (\n map: GenMapping,\n mapping: {\n generated: Pos;\n source: string;\n original: Pos;\n name: string;\n },\n ): void;\n};\n\n/**\n * Adds/removes the content of the source file to the source map.\n */\nexport let setSourceContent: (map: GenMapping, source: string, content: string | null) => void;\n\n/**\n * Returns a sourcemap object (with decoded mappings) suitable for passing to a library that expects\n * a sourcemap, or to JSON.stringify.\n */\nexport let decodedMap: (map: GenMapping) => DecodedSourceMap;\n\n/**\n * Returns a sourcemap object (with encoded mappings) suitable for passing to a library that expects\n * a sourcemap, or to JSON.stringify.\n */\nexport let encodedMap: (map: GenMapping) => EncodedSourceMap;\n\n/**\n * Returns an array of high-level mapping objects for every recorded segment, which could then be\n * passed to the `source-map` library.\n */\nexport let allMappings: (map: GenMapping) => Mapping[];\n\n/**\n * Provides the state to generate a sourcemap.\n */\nexport class GenMapping {\n private _names = new SetArray();\n private _sources = new SetArray();\n private _sourcesContent: (string | null)[] = [];\n private _mappings: SourceMapSegment[][] = [];\n declare file: string | null | undefined;\n declare sourceRoot: string | null | undefined;\n\n constructor({ file, sourceRoot }: Options = {}) {\n this.file = file;\n this.sourceRoot = sourceRoot;\n }\n\n static {\n addSegment = (map, genLine, genColumn, source, sourceLine, sourceColumn, name) => {\n const {\n _mappings: mappings,\n _sources: sources,\n _sourcesContent: sourcesContent,\n _names: names,\n } = map;\n\n const line = getLine(mappings, genLine);\n if (source == null) {\n const seg: SourceMapSegment = [genColumn];\n const index = getColumnIndex(line, genColumn, seg);\n return insert(line, index, seg);\n }\n\n // Sigh, TypeScript can't figure out sourceLine and sourceColumn aren't nullish if source\n // isn't nullish.\n assert(sourceLine);\n assert(sourceColumn);\n const sourcesIndex = put(sources, source);\n const seg: SourceMapSegment = name\n ? [genColumn, sourcesIndex, sourceLine, sourceColumn, put(names, name)]\n : [genColumn, sourcesIndex, sourceLine, sourceColumn];\n\n const index = getColumnIndex(line, genColumn, seg);\n if (sourcesIndex === sourcesContent.length) sourcesContent[sourcesIndex] = null;\n insert(line, index, seg);\n };\n\n addMapping = (map, mapping) => {\n const { generated, source, original, name } = mapping;\n return (addSegment as any)(\n map,\n generated.line - 1,\n generated.column,\n source,\n original == null ? undefined : original.line - 1,\n original?.column,\n name,\n );\n };\n\n setSourceContent = (map, source, content) => {\n const { _sources: sources, _sourcesContent: sourcesContent } = map;\n sourcesContent[put(sources, source)] = content;\n };\n\n decodedMap = (map) => {\n const {\n file,\n sourceRoot,\n _mappings: mappings,\n _sources: sources,\n _sourcesContent: sourcesContent,\n _names: names,\n } = map;\n\n return {\n version: 3,\n file,\n names: names.array,\n sourceRoot: sourceRoot || undefined,\n sources: sources.array,\n sourcesContent,\n mappings,\n };\n };\n\n encodedMap = (map) => {\n const decoded = decodedMap(map);\n return {\n ...decoded,\n mappings: encode(decoded.mappings as SourceMapSegment[][]),\n };\n };\n\n allMappings = (map) => {\n const out: Mapping[] = [];\n const { _mappings: mappings, _sources: sources, _names: names } = map;\n\n for (let i = 0; i < mappings.length; i++) {\n const line = mappings[i];\n for (let j = 0; j < line.length; j++) {\n const seg = line[j];\n\n const generated = { line: i + 1, column: seg[0] };\n let source: string | undefined = undefined;\n let original: Pos | undefined = undefined;\n let name: string | undefined = undefined;\n\n if (seg.length !== 1) {\n source = sources.array[seg[1]];\n original = { line: seg[2] + 1, column: seg[3] };\n\n if (seg.length === 5) name = names.array[seg[4]];\n }\n\n out.push({ generated, source, original, name } as Mapping);\n }\n }\n\n return out;\n };\n }\n}\n\nfunction assert(_val: unknown): asserts _val is T {\n // noop.\n}\n\nfunction getLine(mappings: SourceMapSegment[][], index: number): SourceMapSegment[] {\n for (let i = mappings.length; i <= index; i++) {\n mappings[i] = [];\n }\n return mappings[index];\n}\n\nfunction getColumnIndex(line: SourceMapSegment[], column: number, seg: SourceMapSegment): number {\n let index = line.length;\n for (let i = index - 1; i >= 0; i--, index--) {\n const current = line[i];\n const col = current[0];\n if (col > column) continue;\n if (col < column) break;\n\n const cmp = compare(current, seg);\n if (cmp === 0) return index;\n if (cmp < 0) break;\n }\n return index;\n}\n\nfunction compare(a: SourceMapSegment, b: SourceMapSegment): number {\n let cmp = compareNum(a.length, b.length);\n if (cmp !== 0) return cmp;\n\n // We've already checked genColumn\n if (a.length === 1) return 0;\n\n cmp = compareNum(a[1], b[1]!);\n if (cmp !== 0) return cmp;\n cmp = compareNum(a[2], b[2]!);\n if (cmp !== 0) return cmp;\n cmp = compareNum(a[3], b[3]!);\n if (cmp !== 0) return cmp;\n\n if (a.length === 4) return 0;\n return compareNum(a[4], b[4]!);\n}\n\nfunction compareNum(a: number, b: number): number {\n return a - b;\n}\n\nfunction insert(array: T[], index: number, value: T) {\n if (index === -1) return;\n for (let i = array.length; i > index; i--) {\n array[i] = array[i - 1];\n }\n array[index] = value;\n}\n"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@ampproject/remapping/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js b/FantasticAnimals/node_modules/@ampproject/remapping/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js new file mode 100644 index 0000000..46ecab7 --- /dev/null +++ b/FantasticAnimals/node_modules/@ampproject/remapping/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js @@ -0,0 +1,174 @@ +(function (global, factory) { + typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@jridgewell/set-array'), require('@jridgewell/sourcemap-codec')) : + typeof define === 'function' && define.amd ? define(['exports', '@jridgewell/set-array', '@jridgewell/sourcemap-codec'], factory) : + (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.genMapping = {}, global.setArray, global.sourcemapCodec)); +})(this, (function (exports, setArray, sourcemapCodec) { 'use strict'; + + /** + * A low-level API to associate a generated position with an original source position. Line and + * column here are 0-based, unlike `addMapping`. + */ + exports.addSegment = void 0; + /** + * A high-level API to associate a generated position with an original source position. Line is + * 1-based, but column is 0-based, due to legacy behavior in `source-map` library. + */ + exports.addMapping = void 0; + /** + * Adds/removes the content of the source file to the source map. + */ + exports.setSourceContent = void 0; + /** + * Returns a sourcemap object (with decoded mappings) suitable for passing to a library that expects + * a sourcemap, or to JSON.stringify. + */ + exports.decodedMap = void 0; + /** + * Returns a sourcemap object (with encoded mappings) suitable for passing to a library that expects + * a sourcemap, or to JSON.stringify. + */ + exports.encodedMap = void 0; + /** + * Returns an array of high-level mapping objects for every recorded segment, which could then be + * passed to the `source-map` library. + */ + exports.allMappings = void 0; + /** + * Provides the state to generate a sourcemap. + */ + class GenMapping { + constructor({ file, sourceRoot } = {}) { + this._names = new setArray.SetArray(); + this._sources = new setArray.SetArray(); + this._sourcesContent = []; + this._mappings = []; + this.file = file; + this.sourceRoot = sourceRoot; + } + } + (() => { + exports.addSegment = (map, genLine, genColumn, source, sourceLine, sourceColumn, name) => { + const { _mappings: mappings, _sources: sources, _sourcesContent: sourcesContent, _names: names, } = map; + const line = getLine(mappings, genLine); + if (source == null) { + const seg = [genColumn]; + const index = getColumnIndex(line, genColumn, seg); + return insert(line, index, seg); + } + const sourcesIndex = setArray.put(sources, source); + const seg = name + ? [genColumn, sourcesIndex, sourceLine, sourceColumn, setArray.put(names, name)] + : [genColumn, sourcesIndex, sourceLine, sourceColumn]; + const index = getColumnIndex(line, genColumn, seg); + if (sourcesIndex === sourcesContent.length) + sourcesContent[sourcesIndex] = null; + insert(line, index, seg); + }; + exports.addMapping = (map, mapping) => { + const { generated, source, original, name } = mapping; + return exports.addSegment(map, generated.line - 1, generated.column, source, original == null ? undefined : original.line - 1, original === null || original === void 0 ? void 0 : original.column, name); + }; + exports.setSourceContent = (map, source, content) => { + const { _sources: sources, _sourcesContent: sourcesContent } = map; + sourcesContent[setArray.put(sources, source)] = content; + }; + exports.decodedMap = (map) => { + const { file, sourceRoot, _mappings: mappings, _sources: sources, _sourcesContent: sourcesContent, _names: names, } = map; + return { + version: 3, + file, + names: names.array, + sourceRoot: sourceRoot || undefined, + sources: sources.array, + sourcesContent, + mappings, + }; + }; + exports.encodedMap = (map) => { + const decoded = exports.decodedMap(map); + return Object.assign(Object.assign({}, decoded), { mappings: sourcemapCodec.encode(decoded.mappings) }); + }; + exports.allMappings = (map) => { + const out = []; + const { _mappings: mappings, _sources: sources, _names: names } = map; + for (let i = 0; i < mappings.length; i++) { + const line = mappings[i]; + for (let j = 0; j < line.length; j++) { + const seg = line[j]; + const generated = { line: i + 1, column: seg[0] }; + let source = undefined; + let original = undefined; + let name = undefined; + if (seg.length !== 1) { + source = sources.array[seg[1]]; + original = { line: seg[2] + 1, column: seg[3] }; + if (seg.length === 5) + name = names.array[seg[4]]; + } + out.push({ generated, source, original, name }); + } + } + return out; + }; + })(); + function getLine(mappings, index) { + for (let i = mappings.length; i <= index; i++) { + mappings[i] = []; + } + return mappings[index]; + } + function getColumnIndex(line, column, seg) { + let index = line.length; + for (let i = index - 1; i >= 0; i--, index--) { + const current = line[i]; + const col = current[0]; + if (col > column) + continue; + if (col < column) + break; + const cmp = compare(current, seg); + if (cmp === 0) + return index; + if (cmp < 0) + break; + } + return index; + } + function compare(a, b) { + let cmp = compareNum(a.length, b.length); + if (cmp !== 0) + return cmp; + // We've already checked genColumn + if (a.length === 1) + return 0; + cmp = compareNum(a[1], b[1]); + if (cmp !== 0) + return cmp; + cmp = compareNum(a[2], b[2]); + if (cmp !== 0) + return cmp; + cmp = compareNum(a[3], b[3]); + if (cmp !== 0) + return cmp; + if (a.length === 4) + return 0; + return compareNum(a[4], b[4]); + } + function compareNum(a, b) { + return a - b; + } + function insert(array, index, value) { + if (index === -1) + return; + for (let i = array.length; i > index; i--) { + array[i] = array[i - 1]; + } + array[index] = value; + } + + exports.GenMapping = GenMapping; + + Object.defineProperty(exports, '__esModule', { value: true }); + +})); +//# sourceMappingURL=gen-mapping.umd.js.map diff --git a/FantasticAnimals/node_modules/@ampproject/remapping/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js.map b/FantasticAnimals/node_modules/@ampproject/remapping/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js.map new file mode 100644 index 0000000..1af9755 --- /dev/null +++ b/FantasticAnimals/node_modules/@ampproject/remapping/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js.map @@ -0,0 +1 @@ +{"version":3,"file":"gen-mapping.umd.js","sources":["../../src/gen-mapping.ts"],"sourcesContent":["import { SetArray, put } from '@jridgewell/set-array';\nimport { encode } from '@jridgewell/sourcemap-codec';\n\nimport type { SourceMapSegment } from './sourcemap-segment';\nimport type { DecodedSourceMap, EncodedSourceMap, Pos, Mapping } from './types';\n\nexport type { DecodedSourceMap, EncodedSourceMap, Mapping };\n\nexport type Options = {\n file?: string | null;\n sourceRoot?: string | null;\n};\n\n/**\n * A low-level API to associate a generated position with an original source position. Line and\n * column here are 0-based, unlike `addMapping`.\n */\nexport let addSegment: {\n (\n map: GenMapping,\n genLine: number,\n genColumn: number,\n source?: null,\n sourceLine?: null,\n sourceColumn?: null,\n name?: null,\n ): void;\n (\n map: GenMapping,\n genLine: number,\n genColumn: number,\n source: string,\n sourceLine: number,\n sourceColumn: number,\n name?: null,\n ): void;\n (\n map: GenMapping,\n genLine: number,\n genColumn: number,\n source: string,\n sourceLine: number,\n sourceColumn: number,\n name: string,\n ): void;\n};\n\n/**\n * A high-level API to associate a generated position with an original source position. Line is\n * 1-based, but column is 0-based, due to legacy behavior in `source-map` library.\n */\nexport let addMapping: {\n (\n map: GenMapping,\n mapping: {\n generated: Pos;\n source?: null;\n original?: null;\n name?: null;\n },\n ): void;\n (\n map: GenMapping,\n mapping: {\n generated: Pos;\n source: string;\n original: Pos;\n name?: null;\n },\n ): void;\n (\n map: GenMapping,\n mapping: {\n generated: Pos;\n source: string;\n original: Pos;\n name: string;\n },\n ): void;\n};\n\n/**\n * Adds/removes the content of the source file to the source map.\n */\nexport let setSourceContent: (map: GenMapping, source: string, content: string | null) => void;\n\n/**\n * Returns a sourcemap object (with decoded mappings) suitable for passing to a library that expects\n * a sourcemap, or to JSON.stringify.\n */\nexport let decodedMap: (map: GenMapping) => DecodedSourceMap;\n\n/**\n * Returns a sourcemap object (with encoded mappings) suitable for passing to a library that expects\n * a sourcemap, or to JSON.stringify.\n */\nexport let encodedMap: (map: GenMapping) => EncodedSourceMap;\n\n/**\n * Returns an array of high-level mapping objects for every recorded segment, which could then be\n * passed to the `source-map` library.\n */\nexport let allMappings: (map: GenMapping) => Mapping[];\n\n/**\n * Provides the state to generate a sourcemap.\n */\nexport class GenMapping {\n private _names = new SetArray();\n private _sources = new SetArray();\n private _sourcesContent: (string | null)[] = [];\n private _mappings: SourceMapSegment[][] = [];\n declare file: string | null | undefined;\n declare sourceRoot: string | null | undefined;\n\n constructor({ file, sourceRoot }: Options = {}) {\n this.file = file;\n this.sourceRoot = sourceRoot;\n }\n\n static {\n addSegment = (map, genLine, genColumn, source, sourceLine, sourceColumn, name) => {\n const {\n _mappings: mappings,\n _sources: sources,\n _sourcesContent: sourcesContent,\n _names: names,\n } = map;\n\n const line = getLine(mappings, genLine);\n if (source == null) {\n const seg: SourceMapSegment = [genColumn];\n const index = getColumnIndex(line, genColumn, seg);\n return insert(line, index, seg);\n }\n\n // Sigh, TypeScript can't figure out sourceLine and sourceColumn aren't nullish if source\n // isn't nullish.\n assert(sourceLine);\n assert(sourceColumn);\n const sourcesIndex = put(sources, source);\n const seg: SourceMapSegment = name\n ? [genColumn, sourcesIndex, sourceLine, sourceColumn, put(names, name)]\n : [genColumn, sourcesIndex, sourceLine, sourceColumn];\n\n const index = getColumnIndex(line, genColumn, seg);\n if (sourcesIndex === sourcesContent.length) sourcesContent[sourcesIndex] = null;\n insert(line, index, seg);\n };\n\n addMapping = (map, mapping) => {\n const { generated, source, original, name } = mapping;\n return (addSegment as any)(\n map,\n generated.line - 1,\n generated.column,\n source,\n original == null ? undefined : original.line - 1,\n original?.column,\n name,\n );\n };\n\n setSourceContent = (map, source, content) => {\n const { _sources: sources, _sourcesContent: sourcesContent } = map;\n sourcesContent[put(sources, source)] = content;\n };\n\n decodedMap = (map) => {\n const {\n file,\n sourceRoot,\n _mappings: mappings,\n _sources: sources,\n _sourcesContent: sourcesContent,\n _names: names,\n } = map;\n\n return {\n version: 3,\n file,\n names: names.array,\n sourceRoot: sourceRoot || undefined,\n sources: sources.array,\n sourcesContent,\n mappings,\n };\n };\n\n encodedMap = (map) => {\n const decoded = decodedMap(map);\n return {\n ...decoded,\n mappings: encode(decoded.mappings as SourceMapSegment[][]),\n };\n };\n\n allMappings = (map) => {\n const out: Mapping[] = [];\n const { _mappings: mappings, _sources: sources, _names: names } = map;\n\n for (let i = 0; i < mappings.length; i++) {\n const line = mappings[i];\n for (let j = 0; j < line.length; j++) {\n const seg = line[j];\n\n const generated = { line: i + 1, column: seg[0] };\n let source: string | undefined = undefined;\n let original: Pos | undefined = undefined;\n let name: string | undefined = undefined;\n\n if (seg.length !== 1) {\n source = sources.array[seg[1]];\n original = { line: seg[2] + 1, column: seg[3] };\n\n if (seg.length === 5) name = names.array[seg[4]];\n }\n\n out.push({ generated, source, original, name } as Mapping);\n }\n }\n\n return out;\n };\n }\n}\n\nfunction assert(_val: unknown): asserts _val is T {\n // noop.\n}\n\nfunction getLine(mappings: SourceMapSegment[][], index: number): SourceMapSegment[] {\n for (let i = mappings.length; i <= index; i++) {\n mappings[i] = [];\n }\n return mappings[index];\n}\n\nfunction getColumnIndex(line: SourceMapSegment[], column: number, seg: SourceMapSegment): number {\n let index = line.length;\n for (let i = index - 1; i >= 0; i--, index--) {\n const current = line[i];\n const col = current[0];\n if (col > column) continue;\n if (col < column) break;\n\n const cmp = compare(current, seg);\n if (cmp === 0) return index;\n if (cmp < 0) break;\n }\n return index;\n}\n\nfunction compare(a: SourceMapSegment, b: SourceMapSegment): number {\n let cmp = compareNum(a.length, b.length);\n if (cmp !== 0) return cmp;\n\n // We've already checked genColumn\n if (a.length === 1) return 0;\n\n cmp = compareNum(a[1], b[1]!);\n if (cmp !== 0) return cmp;\n cmp = compareNum(a[2], b[2]!);\n if (cmp !== 0) return cmp;\n cmp = compareNum(a[3], b[3]!);\n if (cmp !== 0) return cmp;\n\n if (a.length === 4) return 0;\n return compareNum(a[4], b[4]!);\n}\n\nfunction compareNum(a: number, b: number): number {\n return a - b;\n}\n\nfunction insert(array: T[], index: number, value: T) {\n if (index === -1) return;\n for (let i = array.length; i > index; i--) {\n array[i] = array[i - 1];\n }\n array[index] = value;\n}\n"],"names":["addSegment","addMapping","setSourceContent","decodedMap","encodedMap","allMappings","SetArray","put","encode"],"mappings":"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"} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@ampproject/remapping/node_modules/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts b/FantasticAnimals/node_modules/@ampproject/remapping/node_modules/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts new file mode 100644 index 0000000..22ca105 --- /dev/null +++ b/FantasticAnimals/node_modules/@ampproject/remapping/node_modules/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts @@ -0,0 +1,70 @@ +import type { DecodedSourceMap, EncodedSourceMap, Pos, Mapping } from './types'; +export type { DecodedSourceMap, EncodedSourceMap, Mapping }; +export declare type Options = { + file?: string | null; + sourceRoot?: string | null; +}; +/** + * A low-level API to associate a generated position with an original source position. Line and + * column here are 0-based, unlike `addMapping`. + */ +export declare let addSegment: { + (map: GenMapping, genLine: number, genColumn: number, source?: null, sourceLine?: null, sourceColumn?: null, name?: null): void; + (map: GenMapping, genLine: number, genColumn: number, source: string, sourceLine: number, sourceColumn: number, name?: null): void; + (map: GenMapping, genLine: number, genColumn: number, source: string, sourceLine: number, sourceColumn: number, name: string): void; +}; +/** + * A high-level API to associate a generated position with an original source position. Line is + * 1-based, but column is 0-based, due to legacy behavior in `source-map` library. + */ +export declare let addMapping: { + (map: GenMapping, mapping: { + generated: Pos; + source?: null; + original?: null; + name?: null; + }): void; + (map: GenMapping, mapping: { + generated: Pos; + source: string; + original: Pos; + name?: null; + }): void; + (map: GenMapping, mapping: { + generated: Pos; + source: string; + original: Pos; + name: string; + }): void; +}; +/** + * Adds/removes the content of the source file to the source map. + */ +export declare let setSourceContent: (map: GenMapping, source: string, content: string | null) => void; +/** + * Returns a sourcemap object (with decoded mappings) suitable for passing to a library that expects + * a sourcemap, or to JSON.stringify. + */ +export declare let decodedMap: (map: GenMapping) => DecodedSourceMap; +/** + * Returns a sourcemap object (with encoded mappings) suitable for passing to a library that expects + * a sourcemap, or to JSON.stringify. + */ +export declare let encodedMap: (map: GenMapping) => EncodedSourceMap; +/** + * Returns an array of high-level mapping objects for every recorded segment, which could then be + * passed to the `source-map` library. + */ +export declare let allMappings: (map: GenMapping) => Mapping[]; +/** + * Provides the state to generate a sourcemap. + */ +export declare class GenMapping { + private _names; + private _sources; + private _sourcesContent; + private _mappings; + file: string | null | undefined; + sourceRoot: string | null | undefined; + constructor({ file, sourceRoot }?: Options); +} diff --git a/FantasticAnimals/node_modules/@ampproject/remapping/node_modules/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts b/FantasticAnimals/node_modules/@ampproject/remapping/node_modules/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts new file mode 100644 index 0000000..e187ba9 --- /dev/null +++ b/FantasticAnimals/node_modules/@ampproject/remapping/node_modules/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts @@ -0,0 +1,12 @@ +declare type GeneratedColumn = number; +declare type SourcesIndex = number; +declare type SourceLine = number; +declare type SourceColumn = number; +declare type NamesIndex = number; +export declare type SourceMapSegment = [GeneratedColumn] | [GeneratedColumn, SourcesIndex, SourceLine, SourceColumn] | [GeneratedColumn, SourcesIndex, SourceLine, SourceColumn, NamesIndex]; +export declare const COLUMN = 0; +export declare const SOURCES_INDEX = 1; +export declare const SOURCE_LINE = 2; +export declare const SOURCE_COLUMN = 3; +export declare const NAMES_INDEX = 4; +export {}; diff --git a/FantasticAnimals/node_modules/@ampproject/remapping/node_modules/@jridgewell/gen-mapping/dist/types/types.d.ts b/FantasticAnimals/node_modules/@ampproject/remapping/node_modules/@jridgewell/gen-mapping/dist/types/types.d.ts new file mode 100644 index 0000000..b309c81 --- /dev/null +++ b/FantasticAnimals/node_modules/@ampproject/remapping/node_modules/@jridgewell/gen-mapping/dist/types/types.d.ts @@ -0,0 +1,35 @@ +import type { SourceMapSegment } from './sourcemap-segment'; +export interface SourceMapV3 { + file?: string | null; + names: readonly string[]; + sourceRoot?: string; + sources: readonly (string | null)[]; + sourcesContent?: readonly (string | null)[]; + version: 3; +} +export interface EncodedSourceMap extends SourceMapV3 { + mappings: string; +} +export interface DecodedSourceMap extends SourceMapV3 { + mappings: readonly SourceMapSegment[][]; +} +export interface Pos { + line: number; + column: number; +} +export declare type Mapping = { + generated: Pos; + source: undefined; + original: undefined; + name: undefined; +} | { + generated: Pos; + source: string; + original: Pos; + name: string; +} | { + generated: Pos; + source: string; + original: Pos; + name: undefined; +}; diff --git a/FantasticAnimals/node_modules/@ampproject/remapping/node_modules/@jridgewell/gen-mapping/package.json b/FantasticAnimals/node_modules/@ampproject/remapping/node_modules/@jridgewell/gen-mapping/package.json new file mode 100644 index 0000000..e614b61 --- /dev/null +++ b/FantasticAnimals/node_modules/@ampproject/remapping/node_modules/@jridgewell/gen-mapping/package.json @@ -0,0 +1,72 @@ +{ + "name": "@jridgewell/gen-mapping", + "version": "0.1.1", + "description": "Generate source maps", + "keywords": [ + "source", + "map" + ], + "author": "Justin Ridgewell ", + "license": "MIT", + "repository": "https://github.com/jridgewell/gen-mapping", + "main": "dist/gen-mapping.umd.js", + "module": "dist/gen-mapping.mjs", + "typings": "dist/types/gen-mapping.d.ts", + "exports": { + ".": { + "browser": "./dist/gen-mapping.umd.js", + "require": "./dist/gen-mapping.umd.js", + "import": "./dist/gen-mapping.mjs" + }, + "./package.json": "./package.json" + }, + "files": [ + "dist" + ], + "engines": { + "node": ">=6.0.0" + }, + "scripts": { + "benchmark": "run-s build:rollup benchmark:*", + "benchmark:install": "cd benchmark && npm install", + "benchmark:only": "node benchmark/index.mjs", + "prebuild": "rm -rf dist", + "build": "run-s -n build:*", + "build:rollup": "rollup -c rollup.config.js", + "build:ts": "tsc --project tsconfig.build.json", + "lint": "run-s -n lint:*", + "lint:prettier": "npm run test:lint:prettier -- --write", + "lint:ts": "npm run test:lint:ts -- --fix", + "pretest": "run-s build:rollup", + "test": "run-s -n test:lint test:coverage", + "test:debug": "mocha --inspect-brk", + "test:lint": "run-s -n test:lint:*", + "test:lint:prettier": "prettier --check '{src,test}/**/*.ts'", + "test:lint:ts": "eslint '{src,test}/**/*.ts'", + "test:only": "mocha", + "test:coverage": "c8 mocha", + "test:watch": "run-p 'build:rollup -- --watch' 'test:only -- --watch'", + "prepublishOnly": "npm run preversion", + "preversion": "run-s test build" + }, + "devDependencies": { + "@rollup/plugin-typescript": "8.3.2", + "@types/mocha": "9.1.1", + "@types/node": "17.0.29", + "@typescript-eslint/eslint-plugin": "5.21.0", + "@typescript-eslint/parser": "5.21.0", + "benchmark": "2.1.4", + "c8": "7.11.2", + "eslint": "8.14.0", + "eslint-config-prettier": "8.5.0", + "mocha": "9.2.2", + "npm-run-all": "4.1.5", + "prettier": "2.6.2", + "rollup": "2.70.2", + "typescript": "4.6.3" + }, + "dependencies": { + "@jridgewell/set-array": "^1.0.0", + "@jridgewell/sourcemap-codec": "^1.4.10" + } +} diff --git a/FantasticAnimals/node_modules/@ampproject/remapping/package.json b/FantasticAnimals/node_modules/@ampproject/remapping/package.json new file mode 100644 index 0000000..bf97a85 --- /dev/null +++ b/FantasticAnimals/node_modules/@ampproject/remapping/package.json @@ -0,0 +1,63 @@ +{ + "name": "@ampproject/remapping", + "version": "2.2.0", + "description": "Remap sequential sourcemaps through transformations to point at the original source code", + "keywords": [ + "source", + "map", + "remap" + ], + "main": "dist/remapping.umd.js", + "module": "dist/remapping.mjs", + "typings": "dist/types/remapping.d.ts", + "files": [ + "dist" + ], + "author": "Justin Ridgewell ", + "repository": { + "type": "git", + "url": "git+https://github.com/ampproject/remapping.git" + }, + "license": "Apache-2.0", + "engines": { + "node": ">=6.0.0" + }, + "scripts": { + "build": "run-s -n build:*", + "build:rollup": "rollup -c rollup.config.js", + "build:ts": "tsc --project tsconfig.build.json", + "lint": "run-s -n lint:*", + "lint:prettier": "npm run test:lint:prettier -- --write", + "lint:ts": "npm run test:lint:ts -- --fix", + "prebuild": "rm -rf dist", + "prepublishOnly": "npm run preversion", + "preversion": "run-s test build", + "test": "run-s -n test:lint test:only", + "test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand", + "test:lint": "run-s -n test:lint:*", + "test:lint:prettier": "prettier --check '{src,test}/**/*.ts'", + "test:lint:ts": "eslint '{src,test}/**/*.ts'", + "test:only": "jest --coverage", + "test:watch": "jest --coverage --watch" + }, + "devDependencies": { + "@rollup/plugin-typescript": "8.3.2", + "@types/jest": "27.4.1", + "@typescript-eslint/eslint-plugin": "5.20.0", + "@typescript-eslint/parser": "5.20.0", + "eslint": "8.14.0", + "eslint-config-prettier": "8.5.0", + "jest": "27.5.1", + "jest-config": "27.5.1", + "npm-run-all": "4.1.5", + "prettier": "2.6.2", + "rollup": "2.70.2", + "ts-jest": "27.1.4", + "tslib": "2.4.0", + "typescript": "4.6.3" + }, + "dependencies": { + "@jridgewell/gen-mapping": "^0.1.0", + "@jridgewell/trace-mapping": "^0.3.9" + } +} diff --git a/FantasticAnimals/node_modules/@babel/code-frame/LICENSE b/FantasticAnimals/node_modules/@babel/code-frame/LICENSE new file mode 100644 index 0000000..f31575e --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/code-frame/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +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/FantasticAnimals/node_modules/@babel/code-frame/README.md b/FantasticAnimals/node_modules/@babel/code-frame/README.md new file mode 100644 index 0000000..08cacb0 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/code-frame/README.md @@ -0,0 +1,19 @@ +# @babel/code-frame + +> Generate errors that contain a code frame that point to source locations. + +See our website [@babel/code-frame](https://babeljs.io/docs/en/babel-code-frame) for more information. + +## Install + +Using npm: + +```sh +npm install --save-dev @babel/code-frame +``` + +or using yarn: + +```sh +yarn add @babel/code-frame --dev +``` diff --git a/FantasticAnimals/node_modules/@babel/code-frame/lib/index.js b/FantasticAnimals/node_modules/@babel/code-frame/lib/index.js new file mode 100644 index 0000000..cba3f83 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/code-frame/lib/index.js @@ -0,0 +1,163 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.codeFrameColumns = codeFrameColumns; +exports.default = _default; + +var _highlight = require("@babel/highlight"); + +let deprecationWarningShown = false; + +function getDefs(chalk) { + return { + gutter: chalk.grey, + marker: chalk.red.bold, + message: chalk.red.bold + }; +} + +const NEWLINE = /\r\n|[\n\r\u2028\u2029]/; + +function getMarkerLines(loc, source, opts) { + const startLoc = Object.assign({ + column: 0, + line: -1 + }, loc.start); + const endLoc = Object.assign({}, startLoc, loc.end); + const { + linesAbove = 2, + linesBelow = 3 + } = opts || {}; + const startLine = startLoc.line; + const startColumn = startLoc.column; + const endLine = endLoc.line; + const endColumn = endLoc.column; + let start = Math.max(startLine - (linesAbove + 1), 0); + let end = Math.min(source.length, endLine + linesBelow); + + if (startLine === -1) { + start = 0; + } + + if (endLine === -1) { + end = source.length; + } + + const lineDiff = endLine - startLine; + const markerLines = {}; + + if (lineDiff) { + for (let i = 0; i <= lineDiff; i++) { + const lineNumber = i + startLine; + + if (!startColumn) { + markerLines[lineNumber] = true; + } else if (i === 0) { + const sourceLength = source[lineNumber - 1].length; + markerLines[lineNumber] = [startColumn, sourceLength - startColumn + 1]; + } else if (i === lineDiff) { + markerLines[lineNumber] = [0, endColumn]; + } else { + const sourceLength = source[lineNumber - i].length; + markerLines[lineNumber] = [0, sourceLength]; + } + } + } else { + if (startColumn === endColumn) { + if (startColumn) { + markerLines[startLine] = [startColumn, 0]; + } else { + markerLines[startLine] = true; + } + } else { + markerLines[startLine] = [startColumn, endColumn - startColumn]; + } + } + + return { + start, + end, + markerLines + }; +} + +function codeFrameColumns(rawLines, loc, opts = {}) { + const highlighted = (opts.highlightCode || opts.forceColor) && (0, _highlight.shouldHighlight)(opts); + const chalk = (0, _highlight.getChalk)(opts); + const defs = getDefs(chalk); + + const maybeHighlight = (chalkFn, string) => { + return highlighted ? chalkFn(string) : string; + }; + + const lines = rawLines.split(NEWLINE); + const { + start, + end, + markerLines + } = getMarkerLines(loc, lines, opts); + const hasColumns = loc.start && typeof loc.start.column === "number"; + const numberMaxWidth = String(end).length; + const highlightedLines = highlighted ? (0, _highlight.default)(rawLines, opts) : rawLines; + let frame = highlightedLines.split(NEWLINE, end).slice(start, end).map((line, index) => { + const number = start + 1 + index; + const paddedNumber = ` ${number}`.slice(-numberMaxWidth); + const gutter = ` ${paddedNumber} |`; + const hasMarker = markerLines[number]; + const lastMarkerLine = !markerLines[number + 1]; + + if (hasMarker) { + let markerLine = ""; + + if (Array.isArray(hasMarker)) { + const markerSpacing = line.slice(0, Math.max(hasMarker[0] - 1, 0)).replace(/[^\t]/g, " "); + const numberOfMarkers = hasMarker[1] || 1; + markerLine = ["\n ", maybeHighlight(defs.gutter, gutter.replace(/\d/g, " ")), " ", markerSpacing, maybeHighlight(defs.marker, "^").repeat(numberOfMarkers)].join(""); + + if (lastMarkerLine && opts.message) { + markerLine += " " + maybeHighlight(defs.message, opts.message); + } + } + + return [maybeHighlight(defs.marker, ">"), maybeHighlight(defs.gutter, gutter), line.length > 0 ? ` ${line}` : "", markerLine].join(""); + } else { + return ` ${maybeHighlight(defs.gutter, gutter)}${line.length > 0 ? ` ${line}` : ""}`; + } + }).join("\n"); + + if (opts.message && !hasColumns) { + frame = `${" ".repeat(numberMaxWidth + 1)}${opts.message}\n${frame}`; + } + + if (highlighted) { + return chalk.reset(frame); + } else { + return frame; + } +} + +function _default(rawLines, lineNumber, colNumber, opts = {}) { + if (!deprecationWarningShown) { + deprecationWarningShown = true; + const message = "Passing lineNumber and colNumber is deprecated to @babel/code-frame. Please use `codeFrameColumns`."; + + if (process.emitWarning) { + process.emitWarning(message, "DeprecationWarning"); + } else { + const deprecationError = new Error(message); + deprecationError.name = "DeprecationWarning"; + console.warn(new Error(message)); + } + } + + colNumber = Math.max(colNumber, 0); + const location = { + start: { + column: colNumber, + line: lineNumber + } + }; + return codeFrameColumns(rawLines, location, opts); +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/code-frame/package.json b/FantasticAnimals/node_modules/@babel/code-frame/package.json new file mode 100644 index 0000000..18d8db1 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/code-frame/package.json @@ -0,0 +1,30 @@ +{ + "name": "@babel/code-frame", + "version": "7.18.6", + "description": "Generate errors that contain a code frame that point to source locations.", + "author": "The Babel Team (https://babel.dev/team)", + "homepage": "https://babel.dev/docs/en/next/babel-code-frame", + "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen", + "license": "MIT", + "publishConfig": { + "access": "public" + }, + "repository": { + "type": "git", + "url": "https://github.com/babel/babel.git", + "directory": "packages/babel-code-frame" + }, + "main": "./lib/index.js", + "dependencies": { + "@babel/highlight": "^7.18.6" + }, + "devDependencies": { + "@types/chalk": "^2.0.0", + "chalk": "^2.0.0", + "strip-ansi": "^4.0.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "type": "commonjs" +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/compat-data/LICENSE b/FantasticAnimals/node_modules/@babel/compat-data/LICENSE new file mode 100644 index 0000000..f31575e --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/compat-data/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +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/FantasticAnimals/node_modules/@babel/compat-data/README.md b/FantasticAnimals/node_modules/@babel/compat-data/README.md new file mode 100644 index 0000000..9f3abde --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/compat-data/README.md @@ -0,0 +1,19 @@ +# @babel/compat-data + +> + +See our website [@babel/compat-data](https://babeljs.io/docs/en/babel-compat-data) for more information. + +## Install + +Using npm: + +```sh +npm install --save @babel/compat-data +``` + +or using yarn: + +```sh +yarn add @babel/compat-data +``` diff --git a/FantasticAnimals/node_modules/@babel/compat-data/corejs2-built-ins.js b/FantasticAnimals/node_modules/@babel/compat-data/corejs2-built-ins.js new file mode 100644 index 0000000..68ce97f --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/compat-data/corejs2-built-ins.js @@ -0,0 +1 @@ +module.exports = require("./data/corejs2-built-ins.json"); diff --git a/FantasticAnimals/node_modules/@babel/compat-data/corejs3-shipped-proposals.js b/FantasticAnimals/node_modules/@babel/compat-data/corejs3-shipped-proposals.js new file mode 100644 index 0000000..6a85b4d --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/compat-data/corejs3-shipped-proposals.js @@ -0,0 +1 @@ +module.exports = require("./data/corejs3-shipped-proposals.json"); diff --git a/FantasticAnimals/node_modules/@babel/compat-data/data/corejs2-built-ins.json b/FantasticAnimals/node_modules/@babel/compat-data/data/corejs2-built-ins.json new file mode 100644 index 0000000..b9e4cfe --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/compat-data/data/corejs2-built-ins.json @@ -0,0 +1,1789 @@ +{ + "es6.array.copy-within": { + "chrome": "45", + "opera": "32", + "edge": "12", + "firefox": "32", + "safari": "9", + "node": "4", + "ios": "9", + "samsung": "5", + "rhino": "1.7.13", + "electron": "0.31" + }, + "es6.array.every": { + "chrome": "5", + "opera": "10.10", + "edge": "12", + "firefox": "2", + "safari": "3.1", + "node": "0.4", + "ie": "9", + "android": "4", + "ios": "6", + "phantom": "1.9", + "samsung": "1", + "rhino": "1.7.13", + "electron": "0.20" + }, + "es6.array.fill": { + "chrome": "45", + "opera": "32", + "edge": "12", + "firefox": "31", + "safari": "7.1", + "node": "4", + "ios": "8", + "samsung": "5", + "rhino": "1.7.13", + "electron": "0.31" + }, + "es6.array.filter": { + "chrome": "51", + "opera": "38", + "edge": "13", + "firefox": "48", + "safari": "10", + "node": "6.5", + "ios": "10", + "samsung": "5", + "electron": "1.2" + }, + "es6.array.find": { + "chrome": "45", + "opera": "32", + "edge": "12", + "firefox": "25", + "safari": "7.1", + "node": "4", + "ios": "8", + "samsung": "5", + "rhino": "1.7.13", + "electron": "0.31" + }, + "es6.array.find-index": { + "chrome": "45", + "opera": "32", + "edge": "12", + "firefox": "25", + "safari": "7.1", + "node": "4", + "ios": "8", + "samsung": "5", + "rhino": "1.7.13", + "electron": "0.31" + }, + "es7.array.flat-map": { + "chrome": "69", + "opera": "56", + "edge": "79", + "firefox": "62", + "safari": "12", + "node": "11", + "ios": "12", + "samsung": "10", + "electron": "4.0" + }, + "es6.array.for-each": { + "chrome": "5", + "opera": "10.10", + "edge": "12", + "firefox": "2", + "safari": "3.1", + "node": "0.4", + "ie": "9", + "android": "4", + "ios": "6", + "phantom": "1.9", + "samsung": "1", + "rhino": "1.7.13", + "electron": "0.20" + }, + "es6.array.from": { + "chrome": "51", + "opera": "38", + "edge": "15", + "firefox": "36", + "safari": "10", + "node": "6.5", + "ios": "10", + "samsung": "5", + "electron": "1.2" + }, + "es7.array.includes": { + "chrome": "47", + "opera": "34", + "edge": "14", + "firefox": "102", + "safari": "10", + "node": "6", + "ios": "10", + "samsung": "5", + "electron": "0.36" + }, + "es6.array.index-of": { + "chrome": "5", + "opera": "10.10", + "edge": "12", + "firefox": "2", + "safari": "3.1", + "node": "0.4", + "ie": "9", + "android": "4", + "ios": "6", + "phantom": "1.9", + "samsung": "1", + "rhino": "1.7.13", + "electron": "0.20" + }, + "es6.array.is-array": { + "chrome": "5", + "opera": "10.50", + "edge": "12", + "firefox": "4", + "safari": "4", + "node": "0.4", + "ie": "9", + "android": "4", + "ios": "6", + "phantom": "1.9", + "samsung": "1", + "rhino": "1.7.13", + "electron": "0.20" + }, + "es6.array.iterator": { + "chrome": "66", + "opera": "53", + "edge": "12", + "firefox": "60", + "safari": "9", + "node": "10", + "ios": "9", + "samsung": "9", + "rhino": "1.7.13", + "electron": "3.0" + }, + "es6.array.last-index-of": { + "chrome": "5", + "opera": "10.10", + "edge": "12", + "firefox": "2", + "safari": "3.1", + "node": "0.4", + "ie": "9", + "android": "4", + "ios": "6", + "phantom": "1.9", + "samsung": "1", + "rhino": "1.7.13", + "electron": "0.20" + }, + "es6.array.map": { + "chrome": "51", + "opera": "38", + "edge": "13", + "firefox": "48", + "safari": "10", + "node": "6.5", + "ios": "10", + "samsung": "5", + "electron": "1.2" + }, + "es6.array.of": { + "chrome": "45", + "opera": "32", + "edge": "12", + "firefox": "25", + "safari": "9", + "node": "4", + "ios": "9", + "samsung": "5", + "rhino": "1.7.13", + "electron": "0.31" + }, + "es6.array.reduce": { + "chrome": "5", + "opera": "10.50", + "edge": "12", + "firefox": "3", + "safari": "4", + "node": "0.4", + "ie": "9", + "android": "4", + "ios": "6", + "phantom": "1.9", + "samsung": "1", + "rhino": "1.7.13", + "electron": "0.20" + }, + "es6.array.reduce-right": { + "chrome": "5", + "opera": "10.50", + "edge": "12", + "firefox": "3", + "safari": "4", + "node": "0.4", + "ie": "9", + "android": "4", + "ios": "6", + "phantom": "1.9", + "samsung": "1", + "rhino": "1.7.13", + "electron": "0.20" + }, + "es6.array.slice": { + "chrome": "51", + "opera": "38", + "edge": "13", + "firefox": "48", + "safari": "10", + "node": "6.5", + "ios": "10", + "samsung": "5", + "electron": "1.2" + }, + "es6.array.some": { + "chrome": "5", + "opera": "10.10", + "edge": "12", + "firefox": "2", + "safari": "3.1", + "node": "0.4", + "ie": "9", + "android": "4", + "ios": "6", + "phantom": "1.9", + "samsung": "1", + "rhino": "1.7.13", + "electron": "0.20" + }, + "es6.array.sort": { + "chrome": "63", + "opera": "50", + "edge": "12", + "firefox": "5", + "safari": "12", + "node": "10", + "ie": "9", + "ios": "12", + "samsung": "8", + "rhino": "1.7.13", + "electron": "3.0" + }, + "es6.array.species": { + "chrome": "51", + "opera": "38", + "edge": "13", + "firefox": "48", + "safari": "10", + "node": "6.5", + "ios": "10", + "samsung": "5", + "electron": "1.2" + }, + "es6.date.now": { + "chrome": "5", + "opera": "10.50", + "edge": "12", + "firefox": "2", + "safari": "4", + "node": "0.4", + "ie": "9", + "android": "4", + "ios": "6", + "phantom": "1.9", + "samsung": "1", + "rhino": "1.7.13", + "electron": "0.20" + }, + "es6.date.to-iso-string": { + "chrome": "5", + "opera": "10.50", + "edge": "12", + "firefox": "3.5", + "safari": "4", + "node": "0.4", + "ie": "9", + "android": "4", + "ios": "6", + "phantom": "1.9", + "samsung": "1", + "rhino": "1.7.13", + "electron": "0.20" + }, + "es6.date.to-json": { + "chrome": "5", + "opera": "12.10", + "edge": "12", + "firefox": "4", + "safari": "10", + "node": "0.4", + "ie": "9", + "android": "4", + "ios": "10", + "samsung": "1", + "rhino": "1.7.13", + "electron": "0.20" + }, + "es6.date.to-primitive": { + "chrome": "47", + "opera": "34", + "edge": "15", + "firefox": "44", + "safari": "10", + "node": "6", + "ios": "10", + "samsung": "5", + "electron": "0.36" + }, + "es6.date.to-string": { + "chrome": "5", + "opera": "10.50", + "edge": "12", + "firefox": "2", + "safari": "3.1", + "node": "0.4", + "ie": "10", + "android": "4", + "ios": "6", + "phantom": "1.9", + "samsung": "1", + "rhino": "1.7.13", + "electron": "0.20" + }, + "es6.function.bind": { + "chrome": "7", + "opera": "12", + "edge": "12", + "firefox": "4", + "safari": "5.1", + "node": "0.4", + "ie": "9", + "android": "4", + "ios": "6", + "phantom": "1.9", + "samsung": "1", + "rhino": "1.7.13", + "electron": "0.20" + }, + "es6.function.has-instance": { + "chrome": "51", + "opera": "38", + "edge": "15", + "firefox": "50", + "safari": "10", + "node": "6.5", + "ios": "10", + "samsung": "5", + "electron": "1.2" + }, + "es6.function.name": { + "chrome": "5", + "opera": "10.50", + "edge": "14", + "firefox": "2", + "safari": "4", + "node": "0.4", + "android": "4", + "ios": "6", + "phantom": "1.9", + "samsung": "1", + "rhino": "1.7.13", + "electron": "0.20" + }, + "es6.map": { + "chrome": "51", + "opera": "38", + "edge": "15", + "firefox": "53", + "safari": "10", + "node": "6.5", + "ios": "10", + "samsung": "5", + "electron": "1.2" + }, + "es6.math.acosh": { + "chrome": "38", + "opera": "25", + "edge": "12", + "firefox": "25", + "safari": "7.1", + "node": "0.12", + "ios": "8", + "samsung": "3", + "rhino": "1.7.13", + "electron": "0.20" + }, + "es6.math.asinh": { + "chrome": "38", + "opera": "25", + "edge": "12", + "firefox": "25", + "safari": "7.1", + "node": "0.12", + "ios": "8", + "samsung": "3", + "rhino": "1.7.13", + "electron": "0.20" + }, + "es6.math.atanh": { + "chrome": "38", + "opera": "25", + "edge": "12", + "firefox": "25", + "safari": "7.1", + "node": "0.12", + "ios": "8", + "samsung": "3", + "rhino": "1.7.13", + "electron": "0.20" + }, + "es6.math.cbrt": { + "chrome": "38", + "opera": "25", + "edge": "12", + "firefox": "25", + "safari": "7.1", + "node": "0.12", + "ios": "8", + "samsung": "3", + "rhino": "1.7.13", + "electron": "0.20" + }, + "es6.math.clz32": { + "chrome": "38", + "opera": "25", + "edge": "12", + "firefox": "31", + "safari": "9", + "node": "0.12", + "ios": "9", + "samsung": "3", + "rhino": "1.7.13", + "electron": "0.20" + }, + "es6.math.cosh": { + "chrome": "38", + "opera": "25", + "edge": "12", + "firefox": "25", + "safari": "7.1", + "node": "0.12", + "ios": "8", + "samsung": "3", + "rhino": "1.7.13", + "electron": "0.20" + }, + "es6.math.expm1": { + "chrome": "38", + "opera": "25", + "edge": "12", + "firefox": "25", + "safari": "7.1", + "node": "0.12", + "ios": "8", + "samsung": "3", + "rhino": "1.7.13", + "electron": "0.20" + }, + "es6.math.fround": { + "chrome": "38", + "opera": "25", + "edge": "12", + "firefox": "26", + "safari": "7.1", + "node": "0.12", + "ios": "8", + "samsung": "3", + "rhino": "1.7.13", + "electron": "0.20" + }, + "es6.math.hypot": { + "chrome": "38", + "opera": "25", + "edge": "12", + "firefox": "27", + "safari": "7.1", + "node": "0.12", + "ios": "8", + "samsung": "3", + "rhino": "1.7.13", + "electron": "0.20" + }, + "es6.math.imul": { + "chrome": "30", + "opera": "17", + "edge": "12", + "firefox": "23", + "safari": "7", + "node": "0.12", + "android": "4.4", + "ios": "7", + "samsung": "2", + "rhino": "1.7.13", + "electron": "0.20" + }, + "es6.math.log1p": { + "chrome": "38", + "opera": "25", + "edge": "12", + "firefox": "25", + "safari": "7.1", + "node": "0.12", + "ios": "8", + "samsung": "3", + "rhino": "1.7.13", + "electron": "0.20" + }, + "es6.math.log10": { + "chrome": "38", + "opera": "25", + "edge": "12", + "firefox": "25", + "safari": "7.1", + "node": "0.12", + "ios": "8", + "samsung": "3", + "rhino": "1.7.13", + "electron": "0.20" + }, + "es6.math.log2": { + "chrome": "38", + "opera": "25", + "edge": "12", + "firefox": "25", + "safari": "7.1", + "node": "0.12", + "ios": "8", + "samsung": "3", + "rhino": "1.7.13", + "electron": "0.20" + }, + "es6.math.sign": { + "chrome": "38", + "opera": "25", + "edge": "12", + "firefox": "25", + "safari": "9", + "node": "0.12", + "ios": "9", + "samsung": "3", + "rhino": "1.7.13", + "electron": "0.20" + }, + "es6.math.sinh": { + "chrome": "38", + "opera": "25", + "edge": "12", + "firefox": "25", + "safari": "7.1", + "node": "0.12", + "ios": "8", + "samsung": "3", + "rhino": "1.7.13", + "electron": "0.20" + }, + "es6.math.tanh": { + "chrome": "38", + "opera": "25", + "edge": "12", + "firefox": "25", + "safari": "7.1", + "node": "0.12", + "ios": "8", + "samsung": "3", + "rhino": "1.7.13", + "electron": "0.20" + }, + "es6.math.trunc": { + "chrome": "38", + "opera": "25", + "edge": "12", + "firefox": "25", + "safari": "7.1", + "node": "0.12", + "ios": "8", + "samsung": "3", + "rhino": "1.7.13", + "electron": "0.20" + }, + "es6.number.constructor": { + "chrome": "41", + "opera": "28", + "edge": "12", + "firefox": "36", + "safari": "9", + "node": "4", + "ios": "9", + "samsung": "3.4", + "rhino": "1.7.13", + "electron": "0.21" + }, + "es6.number.epsilon": { + "chrome": "34", + "opera": "21", + "edge": "12", + "firefox": "25", + "safari": "9", + "node": "0.12", + "ios": "9", + "samsung": "2", + "rhino": "1.7.14", + "electron": "0.20" + }, + "es6.number.is-finite": { + "chrome": "19", + "opera": "15", + "edge": "12", + "firefox": "16", + "safari": "9", + "node": "0.8", + "android": "4.1", + "ios": "9", + "samsung": "1.5", + "rhino": "1.7.13", + "electron": "0.20" + }, + "es6.number.is-integer": { + "chrome": "34", + "opera": "21", + "edge": "12", + "firefox": "16", + "safari": "9", + "node": "0.12", + "ios": "9", + "samsung": "2", + "rhino": "1.7.13", + "electron": "0.20" + }, + "es6.number.is-nan": { + "chrome": "19", + "opera": "15", + "edge": "12", + "firefox": "15", + "safari": "9", + "node": "0.8", + "android": "4.1", + "ios": "9", + "samsung": "1.5", + "rhino": "1.7.13", + "electron": "0.20" + }, + "es6.number.is-safe-integer": { + "chrome": "34", + "opera": "21", + "edge": "12", + "firefox": "32", + "safari": "9", + "node": "0.12", + "ios": "9", + "samsung": "2", + "rhino": "1.7.13", + "electron": "0.20" + }, + "es6.number.max-safe-integer": { + "chrome": "34", + "opera": "21", + "edge": "12", + "firefox": "31", + "safari": "9", + "node": "0.12", + "ios": "9", + "samsung": "2", + "rhino": "1.7.13", + "electron": "0.20" + }, + "es6.number.min-safe-integer": { + "chrome": "34", + "opera": "21", + "edge": "12", + "firefox": "31", + "safari": "9", + "node": "0.12", + "ios": "9", + "samsung": "2", + "rhino": "1.7.13", + "electron": "0.20" + }, + "es6.number.parse-float": { + "chrome": "34", + "opera": "21", + "edge": "12", + "firefox": "25", + "safari": "9", + "node": "0.12", + "ios": "9", + "samsung": "2", + "rhino": "1.7.14", + "electron": "0.20" + }, + "es6.number.parse-int": { + "chrome": "34", + "opera": "21", + "edge": "12", + "firefox": "25", + "safari": "9", + "node": "0.12", + "ios": "9", + "samsung": "2", + "rhino": "1.7.14", + "electron": "0.20" + }, + "es6.object.assign": { + "chrome": "49", + "opera": "36", + "edge": "13", + "firefox": "36", + "safari": "10", + "node": "6", + "ios": "10", + "samsung": "5", + "electron": "0.37" + }, + "es6.object.create": { + "chrome": "5", + "opera": "12", + "edge": "12", + "firefox": "4", + "safari": "4", + "node": "0.4", + "ie": "9", + "android": "4", + "ios": "6", + "phantom": "1.9", + "samsung": "1", + "rhino": "1.7.13", + "electron": "0.20" + }, + "es7.object.define-getter": { + "chrome": "62", + "opera": "49", + "edge": "16", + "firefox": "48", + "safari": "9", + "node": "8.10", + "ios": "9", + "samsung": "8", + "electron": "3.0" + }, + "es7.object.define-setter": { + "chrome": "62", + "opera": "49", + "edge": "16", + "firefox": "48", + "safari": "9", + "node": "8.10", + "ios": "9", + "samsung": "8", + "electron": "3.0" + }, + "es6.object.define-property": { + "chrome": "5", + "opera": "12", + "edge": "12", + "firefox": "4", + "safari": "5.1", + "node": "0.4", + "ie": "9", + "android": "4", + "ios": "6", + "phantom": "1.9", + "samsung": "1", + "rhino": "1.7.13", + "electron": "0.20" + }, + "es6.object.define-properties": { + "chrome": "5", + "opera": "12", + "edge": "12", + "firefox": "4", + "safari": "4", + "node": "0.4", + "ie": "9", + "android": "4", + "ios": "6", + "phantom": "1.9", + "samsung": "1", + "rhino": "1.7.13", + "electron": "0.20" + }, + "es7.object.entries": { + "chrome": "54", + "opera": "41", + "edge": "14", + "firefox": "47", + "safari": "10.1", + "node": "7", + "ios": "10.3", + "samsung": "6", + "rhino": "1.7.14", + "electron": "1.4" + }, + "es6.object.freeze": { + "chrome": "44", + "opera": "31", + "edge": "12", + "firefox": "35", + "safari": "9", + "node": "4", + "ios": "9", + "samsung": "4", + "rhino": "1.7.13", + "electron": "0.30" + }, + "es6.object.get-own-property-descriptor": { + "chrome": "44", + "opera": "31", + "edge": "12", + "firefox": "35", + "safari": "9", + "node": "4", + "ios": "9", + "samsung": "4", + "rhino": "1.7.13", + "electron": "0.30" + }, + "es7.object.get-own-property-descriptors": { + "chrome": "54", + "opera": "41", + "edge": "15", + "firefox": "50", + "safari": "10.1", + "node": "7", + "ios": "10.3", + "samsung": "6", + "electron": "1.4" + }, + "es6.object.get-own-property-names": { + "chrome": "40", + "opera": "27", + "edge": "12", + "firefox": "33", + "safari": "9", + "node": "4", + "ios": "9", + "samsung": "3.4", + "rhino": "1.7.13", + "electron": "0.21" + }, + "es6.object.get-prototype-of": { + "chrome": "44", + "opera": "31", + "edge": "12", + "firefox": "35", + "safari": "9", + "node": "4", + "ios": "9", + "samsung": "4", + "rhino": "1.7.13", + "electron": "0.30" + }, + "es7.object.lookup-getter": { + "chrome": "62", + "opera": "49", + "edge": "79", + "firefox": "36", + "safari": "9", + "node": "8.10", + "ios": "9", + "samsung": "8", + "electron": "3.0" + }, + "es7.object.lookup-setter": { + "chrome": "62", + "opera": "49", + "edge": "79", + "firefox": "36", + "safari": "9", + "node": "8.10", + "ios": "9", + "samsung": "8", + "electron": "3.0" + }, + "es6.object.prevent-extensions": { + "chrome": "44", + "opera": "31", + "edge": "12", + "firefox": "35", + "safari": "9", + "node": "4", + "ios": "9", + "samsung": "4", + "rhino": "1.7.13", + "electron": "0.30" + }, + "es6.object.to-string": { + "chrome": "57", + "opera": "44", + "edge": "15", + "firefox": "51", + "safari": "10", + "node": "8", + "ios": "10", + "samsung": "7", + "electron": "1.7" + }, + "es6.object.is": { + "chrome": "19", + "opera": "15", + "edge": "12", + "firefox": "22", + "safari": "9", + "node": "0.8", + "android": "4.1", + "ios": "9", + "samsung": "1.5", + "rhino": "1.7.13", + "electron": "0.20" + }, + "es6.object.is-frozen": { + "chrome": "44", + "opera": "31", + "edge": "12", + "firefox": "35", + "safari": "9", + "node": "4", + "ios": "9", + "samsung": "4", + "rhino": "1.7.13", + "electron": "0.30" + }, + "es6.object.is-sealed": { + "chrome": "44", + "opera": "31", + "edge": "12", + "firefox": "35", + "safari": "9", + "node": "4", + "ios": "9", + "samsung": "4", + "rhino": "1.7.13", + "electron": "0.30" + }, + "es6.object.is-extensible": { + "chrome": "44", + "opera": "31", + "edge": "12", + "firefox": "35", + "safari": "9", + "node": "4", + "ios": "9", + "samsung": "4", + "rhino": "1.7.13", + "electron": "0.30" + }, + "es6.object.keys": { + "chrome": "40", + "opera": "27", + "edge": "12", + "firefox": "35", + "safari": "9", + "node": "4", + "ios": "9", + "samsung": "3.4", + "rhino": "1.7.13", + "electron": "0.21" + }, + "es6.object.seal": { + "chrome": "44", + "opera": "31", + "edge": "12", + "firefox": "35", + "safari": "9", + "node": "4", + "ios": "9", + "samsung": "4", + "rhino": "1.7.13", + "electron": "0.30" + }, + "es6.object.set-prototype-of": { + "chrome": "34", + "opera": "21", + "edge": "12", + "firefox": "31", + "safari": "9", + "node": "0.12", + "ie": "11", + "ios": "9", + "samsung": "2", + "rhino": "1.7.13", + "electron": "0.20" + }, + "es7.object.values": { + "chrome": "54", + "opera": "41", + "edge": "14", + "firefox": "47", + "safari": "10.1", + "node": "7", + "ios": "10.3", + "samsung": "6", + "rhino": "1.7.14", + "electron": "1.4" + }, + "es6.promise": { + "chrome": "51", + "opera": "38", + "edge": "14", + "firefox": "45", + "safari": "10", + "node": "6.5", + "ios": "10", + "samsung": "5", + "electron": "1.2" + }, + "es7.promise.finally": { + "chrome": "63", + "opera": "50", + "edge": "18", + "firefox": "58", + "safari": "11.1", + "node": "10", + "ios": "11.3", + "samsung": "8", + "electron": "3.0" + }, + "es6.reflect.apply": { + "chrome": "49", + "opera": "36", + "edge": "12", + "firefox": "42", + "safari": "10", + "node": "6", + "ios": "10", + "samsung": "5", + "electron": "0.37" + }, + "es6.reflect.construct": { + "chrome": "49", + "opera": "36", + "edge": "13", + "firefox": "49", + "safari": "10", + "node": "6", + "ios": "10", + "samsung": "5", + "electron": "0.37" + }, + "es6.reflect.define-property": { + "chrome": "49", + "opera": "36", + "edge": "13", + "firefox": "42", + "safari": "10", + "node": "6", + "ios": "10", + "samsung": "5", + "electron": "0.37" + }, + "es6.reflect.delete-property": { + "chrome": "49", + "opera": "36", + "edge": "12", + "firefox": "42", + "safari": "10", + "node": "6", + "ios": "10", + "samsung": "5", + "electron": "0.37" + }, + "es6.reflect.get": { + "chrome": "49", + "opera": "36", + "edge": "12", + "firefox": "42", + "safari": "10", + "node": "6", + "ios": "10", + "samsung": "5", + "electron": "0.37" + }, + "es6.reflect.get-own-property-descriptor": { + "chrome": "49", + "opera": "36", + "edge": "12", + "firefox": "42", + "safari": "10", + "node": "6", + "ios": "10", + "samsung": "5", + "electron": "0.37" + }, + "es6.reflect.get-prototype-of": { + "chrome": "49", + "opera": "36", + "edge": "12", + "firefox": "42", + "safari": "10", + "node": "6", + "ios": "10", + "samsung": "5", + "electron": "0.37" + }, + "es6.reflect.has": { + "chrome": "49", + "opera": "36", + "edge": "12", + "firefox": "42", + "safari": "10", + "node": "6", + "ios": "10", + "samsung": "5", + "electron": "0.37" + }, + "es6.reflect.is-extensible": { + "chrome": "49", + "opera": "36", + "edge": "12", + "firefox": "42", + "safari": "10", + "node": "6", + "ios": "10", + "samsung": "5", + "electron": "0.37" + }, + "es6.reflect.own-keys": { + "chrome": "49", + "opera": "36", + "edge": "12", + "firefox": "42", + "safari": "10", + "node": "6", + "ios": "10", + "samsung": "5", + "electron": "0.37" + }, + "es6.reflect.prevent-extensions": { + "chrome": "49", + "opera": "36", + "edge": "12", + "firefox": "42", + "safari": "10", + "node": "6", + "ios": "10", + "samsung": "5", + "electron": "0.37" + }, + "es6.reflect.set": { + "chrome": "49", + "opera": "36", + "edge": "12", + "firefox": "42", + "safari": "10", + "node": "6", + "ios": "10", + "samsung": "5", + "electron": "0.37" + }, + "es6.reflect.set-prototype-of": { + "chrome": "49", + "opera": "36", + "edge": "12", + "firefox": "42", + "safari": "10", + "node": "6", + "ios": "10", + "samsung": "5", + "electron": "0.37" + }, + "es6.regexp.constructor": { + "chrome": "50", + "opera": "37", + "edge": "79", + "firefox": "40", + "safari": "10", + "node": "6", + "ios": "10", + "samsung": "5", + "electron": "1.1" + }, + "es6.regexp.flags": { + "chrome": "49", + "opera": "36", + "edge": "79", + "firefox": "37", + "safari": "9", + "node": "6", + "ios": "9", + "samsung": "5", + "electron": "0.37" + }, + "es6.regexp.match": { + "chrome": "50", + "opera": "37", + "edge": "79", + "firefox": "49", + "safari": "10", + "node": "6", + "ios": "10", + "samsung": "5", + "rhino": "1.7.13", + "electron": "1.1" + }, + "es6.regexp.replace": { + "chrome": "50", + "opera": "37", + "edge": "79", + "firefox": "49", + "safari": "10", + "node": "6", + "ios": "10", + "samsung": "5", + "electron": "1.1" + }, + "es6.regexp.split": { + "chrome": "50", + "opera": "37", + "edge": "79", + "firefox": "49", + "safari": "10", + "node": "6", + "ios": "10", + "samsung": "5", + "electron": "1.1" + }, + "es6.regexp.search": { + "chrome": "50", + "opera": "37", + "edge": "79", + "firefox": "49", + "safari": "10", + "node": "6", + "ios": "10", + "samsung": "5", + "rhino": "1.7.13", + "electron": "1.1" + }, + "es6.regexp.to-string": { + "chrome": "50", + "opera": "37", + "edge": "79", + "firefox": "39", + "safari": "10", + "node": "6", + "ios": "10", + "samsung": "5", + "electron": "1.1" + }, + "es6.set": { + "chrome": "51", + "opera": "38", + "edge": "15", + "firefox": "53", + "safari": "10", + "node": "6.5", + "ios": "10", + "samsung": "5", + "electron": "1.2" + }, + "es6.symbol": { + "chrome": "51", + "opera": "38", + "edge": "79", + "firefox": "51", + "safari": "10", + "node": "6.5", + "ios": "10", + "samsung": "5", + "electron": "1.2" + }, + "es7.symbol.async-iterator": { + "chrome": "63", + "opera": "50", + "edge": "79", + "firefox": "57", + "safari": "12", + "node": "10", + "ios": "12", + "samsung": "8", + "electron": "3.0" + }, + "es6.string.anchor": { + "chrome": "5", + "opera": "15", + "edge": "12", + "firefox": "17", + "safari": "6", + "node": "0.4", + "android": "4", + "ios": "7", + "phantom": "1.9", + "samsung": "1", + "rhino": "1.7.14", + "electron": "0.20" + }, + "es6.string.big": { + "chrome": "5", + "opera": "15", + "edge": "12", + "firefox": "17", + "safari": "6", + "node": "0.4", + "android": "4", + "ios": "7", + "phantom": "1.9", + "samsung": "1", + "rhino": "1.7.14", + "electron": "0.20" + }, + "es6.string.blink": { + "chrome": "5", + "opera": "15", + "edge": "12", + "firefox": "17", + "safari": "6", + "node": "0.4", + "android": "4", + "ios": "7", + "phantom": "1.9", + "samsung": "1", + "rhino": "1.7.14", + "electron": "0.20" + }, + "es6.string.bold": { + "chrome": "5", + "opera": "15", + "edge": "12", + "firefox": "17", + "safari": "6", + "node": "0.4", + "android": "4", + "ios": "7", + "phantom": "1.9", + "samsung": "1", + "rhino": "1.7.14", + "electron": "0.20" + }, + "es6.string.code-point-at": { + "chrome": "41", + "opera": "28", + "edge": "12", + "firefox": "29", + "safari": "9", + "node": "4", + "ios": "9", + "samsung": "3.4", + "rhino": "1.7.13", + "electron": "0.21" + }, + "es6.string.ends-with": { + "chrome": "41", + "opera": "28", + "edge": "12", + "firefox": "29", + "safari": "9", + "node": "4", + "ios": "9", + "samsung": "3.4", + "rhino": "1.7.13", + "electron": "0.21" + }, + "es6.string.fixed": { + "chrome": "5", + "opera": "15", + "edge": "12", + "firefox": "17", + "safari": "6", + "node": "0.4", + "android": "4", + "ios": "7", + "phantom": "1.9", + "samsung": "1", + "rhino": "1.7.14", + "electron": "0.20" + }, + "es6.string.fontcolor": { + "chrome": "5", + "opera": "15", + "edge": "12", + "firefox": "17", + "safari": "6", + "node": "0.4", + "android": "4", + "ios": "7", + "phantom": "1.9", + "samsung": "1", + "rhino": "1.7.14", + "electron": "0.20" + }, + "es6.string.fontsize": { + "chrome": "5", + "opera": "15", + "edge": "12", + "firefox": "17", + "safari": "6", + "node": "0.4", + "android": "4", + "ios": "7", + "phantom": "1.9", + "samsung": "1", + "rhino": "1.7.14", + "electron": "0.20" + }, + "es6.string.from-code-point": { + "chrome": "41", + "opera": "28", + "edge": "12", + "firefox": "29", + "safari": "9", + "node": "4", + "ios": "9", + "samsung": "3.4", + "rhino": "1.7.13", + "electron": "0.21" + }, + "es6.string.includes": { + "chrome": "41", + "opera": "28", + "edge": "12", + "firefox": "40", + "safari": "9", + "node": "4", + "ios": "9", + "samsung": "3.4", + "rhino": "1.7.13", + "electron": "0.21" + }, + "es6.string.italics": { + "chrome": "5", + "opera": "15", + "edge": "12", + "firefox": "17", + "safari": "6", + "node": "0.4", + "android": "4", + "ios": "7", + "phantom": "1.9", + "samsung": "1", + "rhino": "1.7.14", + "electron": "0.20" + }, + "es6.string.iterator": { + "chrome": "38", + "opera": "25", + "edge": "12", + "firefox": "36", + "safari": "9", + "node": "0.12", + "ios": "9", + "samsung": "3", + "rhino": "1.7.13", + "electron": "0.20" + }, + "es6.string.link": { + "chrome": "5", + "opera": "15", + "edge": "12", + "firefox": "17", + "safari": "6", + "node": "0.4", + "android": "4", + "ios": "7", + "phantom": "1.9", + "samsung": "1", + "rhino": "1.7.14", + "electron": "0.20" + }, + "es7.string.pad-start": { + "chrome": "57", + "opera": "44", + "edge": "15", + "firefox": "48", + "safari": "10", + "node": "8", + "ios": "10", + "samsung": "7", + "rhino": "1.7.13", + "electron": "1.7" + }, + "es7.string.pad-end": { + "chrome": "57", + "opera": "44", + "edge": "15", + "firefox": "48", + "safari": "10", + "node": "8", + "ios": "10", + "samsung": "7", + "rhino": "1.7.13", + "electron": "1.7" + }, + "es6.string.raw": { + "chrome": "41", + "opera": "28", + "edge": "12", + "firefox": "34", + "safari": "9", + "node": "4", + "ios": "9", + "samsung": "3.4", + "rhino": "1.7.14", + "electron": "0.21" + }, + "es6.string.repeat": { + "chrome": "41", + "opera": "28", + "edge": "12", + "firefox": "24", + "safari": "9", + "node": "4", + "ios": "9", + "samsung": "3.4", + "rhino": "1.7.13", + "electron": "0.21" + }, + "es6.string.small": { + "chrome": "5", + "opera": "15", + "edge": "12", + "firefox": "17", + "safari": "6", + "node": "0.4", + "android": "4", + "ios": "7", + "phantom": "1.9", + "samsung": "1", + "rhino": "1.7.14", + "electron": "0.20" + }, + "es6.string.starts-with": { + "chrome": "41", + "opera": "28", + "edge": "12", + "firefox": "29", + "safari": "9", + "node": "4", + "ios": "9", + "samsung": "3.4", + "rhino": "1.7.13", + "electron": "0.21" + }, + "es6.string.strike": { + "chrome": "5", + "opera": "15", + "edge": "12", + "firefox": "17", + "safari": "6", + "node": "0.4", + "android": "4", + "ios": "7", + "phantom": "1.9", + "samsung": "1", + "rhino": "1.7.14", + "electron": "0.20" + }, + "es6.string.sub": { + "chrome": "5", + "opera": "15", + "edge": "12", + "firefox": "17", + "safari": "6", + "node": "0.4", + "android": "4", + "ios": "7", + "phantom": "1.9", + "samsung": "1", + "rhino": "1.7.14", + "electron": "0.20" + }, + "es6.string.sup": { + "chrome": "5", + "opera": "15", + "edge": "12", + "firefox": "17", + "safari": "6", + "node": "0.4", + "android": "4", + "ios": "7", + "phantom": "1.9", + "samsung": "1", + "rhino": "1.7.14", + "electron": "0.20" + }, + "es6.string.trim": { + "chrome": "5", + "opera": "10.50", + "edge": "12", + "firefox": "3.5", + "safari": "4", + "node": "0.4", + "ie": "9", + "android": "4", + "ios": "6", + "phantom": "1.9", + "samsung": "1", + "rhino": "1.7.13", + "electron": "0.20" + }, + "es7.string.trim-left": { + "chrome": "66", + "opera": "53", + "edge": "79", + "firefox": "61", + "safari": "12", + "node": "10", + "ios": "12", + "samsung": "9", + "rhino": "1.7.13", + "electron": "3.0" + }, + "es7.string.trim-right": { + "chrome": "66", + "opera": "53", + "edge": "79", + "firefox": "61", + "safari": "12", + "node": "10", + "ios": "12", + "samsung": "9", + "rhino": "1.7.13", + "electron": "3.0" + }, + "es6.typed.array-buffer": { + "chrome": "51", + "opera": "38", + "edge": "13", + "firefox": "48", + "safari": "10", + "node": "6.5", + "ios": "10", + "samsung": "5", + "electron": "1.2" + }, + "es6.typed.data-view": { + "chrome": "5", + "opera": "12", + "edge": "12", + "firefox": "15", + "safari": "5.1", + "node": "0.4", + "ie": "10", + "android": "4", + "ios": "6", + "phantom": "1.9", + "samsung": "1", + "rhino": "1.7.13", + "electron": "0.20" + }, + "es6.typed.int8-array": { + "chrome": "51", + "opera": "38", + "edge": "13", + "firefox": "48", + "safari": "10", + "node": "6.5", + "ios": "10", + "samsung": "5", + "electron": "1.2" + }, + "es6.typed.uint8-array": { + "chrome": "51", + "opera": "38", + "edge": "13", + "firefox": "48", + "safari": "10", + "node": "6.5", + "ios": "10", + "samsung": "5", + "electron": "1.2" + }, + "es6.typed.uint8-clamped-array": { + "chrome": "51", + "opera": "38", + "edge": "13", + "firefox": "48", + "safari": "10", + "node": "6.5", + "ios": "10", + "samsung": "5", + "electron": "1.2" + }, + "es6.typed.int16-array": { + "chrome": "51", + "opera": "38", + "edge": "13", + "firefox": "48", + "safari": "10", + "node": "6.5", + "ios": "10", + "samsung": "5", + "electron": "1.2" + }, + "es6.typed.uint16-array": { + "chrome": "51", + "opera": "38", + "edge": "13", + "firefox": "48", + "safari": "10", + "node": "6.5", + "ios": "10", + "samsung": "5", + "electron": "1.2" + }, + "es6.typed.int32-array": { + "chrome": "51", + "opera": "38", + "edge": "13", + "firefox": "48", + "safari": "10", + "node": "6.5", + "ios": "10", + "samsung": "5", + "electron": "1.2" + }, + "es6.typed.uint32-array": { + "chrome": "51", + "opera": "38", + "edge": "13", + "firefox": "48", + "safari": "10", + "node": "6.5", + "ios": "10", + "samsung": "5", + "electron": "1.2" + }, + "es6.typed.float32-array": { + "chrome": "51", + "opera": "38", + "edge": "13", + "firefox": "48", + "safari": "10", + "node": "6.5", + "ios": "10", + "samsung": "5", + "electron": "1.2" + }, + "es6.typed.float64-array": { + "chrome": "51", + "opera": "38", + "edge": "13", + "firefox": "48", + "safari": "10", + "node": "6.5", + "ios": "10", + "samsung": "5", + "electron": "1.2" + }, + "es6.weak-map": { + "chrome": "51", + "opera": "38", + "edge": "15", + "firefox": "53", + "safari": "9", + "node": "6.5", + "ios": "9", + "samsung": "5", + "electron": "1.2" + }, + "es6.weak-set": { + "chrome": "51", + "opera": "38", + "edge": "15", + "firefox": "53", + "safari": "9", + "node": "6.5", + "ios": "9", + "samsung": "5", + "electron": "1.2" + } +} diff --git a/FantasticAnimals/node_modules/@babel/compat-data/data/corejs3-shipped-proposals.json b/FantasticAnimals/node_modules/@babel/compat-data/data/corejs3-shipped-proposals.json new file mode 100644 index 0000000..7ce01ed --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/compat-data/data/corejs3-shipped-proposals.json @@ -0,0 +1,5 @@ +[ + "esnext.global-this", + "esnext.promise.all-settled", + "esnext.string.match-all" +] diff --git a/FantasticAnimals/node_modules/@babel/compat-data/data/native-modules.json b/FantasticAnimals/node_modules/@babel/compat-data/data/native-modules.json new file mode 100644 index 0000000..bf63499 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/compat-data/data/native-modules.json @@ -0,0 +1,18 @@ +{ + "es6.module": { + "chrome": "61", + "and_chr": "61", + "edge": "16", + "firefox": "60", + "and_ff": "60", + "node": "13.2.0", + "opera": "48", + "op_mob": "48", + "safari": "10.1", + "ios": "10.3", + "samsung": "8.2", + "android": "61", + "electron": "2.0", + "ios_saf": "10.3" + } +} diff --git a/FantasticAnimals/node_modules/@babel/compat-data/data/overlapping-plugins.json b/FantasticAnimals/node_modules/@babel/compat-data/data/overlapping-plugins.json new file mode 100644 index 0000000..6ad09e4 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/compat-data/data/overlapping-plugins.json @@ -0,0 +1,22 @@ +{ + "transform-async-to-generator": [ + "bugfix/transform-async-arrows-in-class" + ], + "transform-parameters": [ + "bugfix/transform-edge-default-parameters", + "bugfix/transform-safari-id-destructuring-collision-in-function-expression" + ], + "transform-function-name": [ + "bugfix/transform-edge-function-name" + ], + "transform-block-scoping": [ + "bugfix/transform-safari-block-shadowing", + "bugfix/transform-safari-for-shadowing" + ], + "transform-template-literals": [ + "bugfix/transform-tagged-template-caching" + ], + "proposal-optional-chaining": [ + "bugfix/transform-v8-spread-parameters-in-optional-chaining" + ] +} diff --git a/FantasticAnimals/node_modules/@babel/compat-data/data/plugin-bugfixes.json b/FantasticAnimals/node_modules/@babel/compat-data/data/plugin-bugfixes.json new file mode 100644 index 0000000..a16d707 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/compat-data/data/plugin-bugfixes.json @@ -0,0 +1,157 @@ +{ + "bugfix/transform-async-arrows-in-class": { + "chrome": "55", + "opera": "42", + "edge": "15", + "firefox": "52", + "safari": "11", + "node": "7.6", + "ios": "11", + "samsung": "6", + "electron": "1.6" + }, + "bugfix/transform-edge-default-parameters": { + "chrome": "49", + "opera": "36", + "edge": "18", + "firefox": "52", + "safari": "10", + "node": "6", + "ios": "10", + "samsung": "5", + "electron": "0.37" + }, + "bugfix/transform-edge-function-name": { + "chrome": "51", + "opera": "38", + "edge": "79", + "firefox": "53", + "safari": "10", + "node": "6.5", + "ios": "10", + "samsung": "5", + "electron": "1.2" + }, + "bugfix/transform-safari-block-shadowing": { + "chrome": "49", + "opera": "36", + "edge": "12", + "firefox": "44", + "safari": "11", + "node": "6", + "ie": "11", + "ios": "11", + "samsung": "5", + "electron": "0.37" + }, + "bugfix/transform-safari-for-shadowing": { + "chrome": "49", + "opera": "36", + "edge": "12", + "firefox": "4", + "safari": "11", + "node": "6", + "ie": "11", + "ios": "11", + "samsung": "5", + "rhino": "1.7.13", + "electron": "0.37" + }, + "bugfix/transform-safari-id-destructuring-collision-in-function-expression": { + "chrome": "49", + "opera": "36", + "edge": "14", + "firefox": "2", + "node": "6", + "samsung": "5", + "electron": "0.37" + }, + "bugfix/transform-tagged-template-caching": { + "chrome": "41", + "opera": "28", + "edge": "12", + "firefox": "34", + "safari": "13", + "node": "4", + "ios": "13", + "samsung": "3.4", + "rhino": "1.7.14", + "electron": "0.21" + }, + "bugfix/transform-v8-spread-parameters-in-optional-chaining": { + "chrome": "91", + "opera": "77", + "edge": "91", + "firefox": "74", + "safari": "13.1", + "node": "16.9", + "ios": "13.4", + "electron": "13.0" + }, + "proposal-optional-chaining": { + "chrome": "80", + "opera": "67", + "edge": "80", + "firefox": "74", + "safari": "13.1", + "node": "14", + "ios": "13.4", + "samsung": "13", + "electron": "8.0" + }, + "transform-parameters": { + "chrome": "49", + "opera": "36", + "edge": "15", + "firefox": "53", + "safari": "10", + "node": "6", + "ios": "10", + "samsung": "5", + "electron": "0.37" + }, + "transform-async-to-generator": { + "chrome": "55", + "opera": "42", + "edge": "15", + "firefox": "52", + "safari": "10.1", + "node": "7.6", + "ios": "10.3", + "samsung": "6", + "electron": "1.6" + }, + "transform-template-literals": { + "chrome": "41", + "opera": "28", + "edge": "13", + "firefox": "34", + "safari": "9", + "node": "4", + "ios": "9", + "samsung": "3.4", + "electron": "0.21" + }, + "transform-function-name": { + "chrome": "51", + "opera": "38", + "edge": "14", + "firefox": "53", + "safari": "10", + "node": "6.5", + "ios": "10", + "samsung": "5", + "electron": "1.2" + }, + "transform-block-scoping": { + "chrome": "49", + "opera": "36", + "edge": "14", + "firefox": "51", + "safari": "10", + "node": "6", + "ios": "10", + "samsung": "5", + "electron": "0.37" + } +} diff --git a/FantasticAnimals/node_modules/@babel/compat-data/data/plugins.json b/FantasticAnimals/node_modules/@babel/compat-data/data/plugins.json new file mode 100644 index 0000000..96c64ca --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/compat-data/data/plugins.json @@ -0,0 +1,478 @@ +{ + "proposal-class-static-block": { + "chrome": "94", + "opera": "80", + "edge": "94", + "firefox": "93", + "node": "16.11", + "electron": "15.0" + }, + "proposal-private-property-in-object": { + "chrome": "91", + "opera": "77", + "edge": "91", + "firefox": "90", + "safari": "15", + "node": "16.9", + "ios": "15", + "electron": "13.0" + }, + "proposal-class-properties": { + "chrome": "74", + "opera": "62", + "edge": "79", + "firefox": "90", + "safari": "14.1", + "node": "12", + "ios": "15", + "samsung": "11", + "electron": "6.0" + }, + "proposal-private-methods": { + "chrome": "84", + "opera": "70", + "edge": "84", + "firefox": "90", + "safari": "15", + "node": "14.6", + "ios": "15", + "samsung": "14", + "electron": "10.0" + }, + "proposal-numeric-separator": { + "chrome": "75", + "opera": "62", + "edge": "79", + "firefox": "70", + "safari": "13", + "node": "12.5", + "ios": "13", + "samsung": "11", + "rhino": "1.7.14", + "electron": "6.0" + }, + "proposal-logical-assignment-operators": { + "chrome": "85", + "opera": "71", + "edge": "85", + "firefox": "79", + "safari": "14", + "node": "15", + "ios": "14", + "samsung": "14", + "electron": "10.0" + }, + "proposal-nullish-coalescing-operator": { + "chrome": "80", + "opera": "67", + "edge": "80", + "firefox": "72", + "safari": "13.1", + "node": "14", + "ios": "13.4", + "samsung": "13", + "electron": "8.0" + }, + "proposal-optional-chaining": { + "chrome": "91", + "opera": "77", + "edge": "91", + "firefox": "74", + "safari": "13.1", + "node": "16.9", + "ios": "13.4", + "electron": "13.0" + }, + "proposal-json-strings": { + "chrome": "66", + "opera": "53", + "edge": "79", + "firefox": "62", + "safari": "12", + "node": "10", + "ios": "12", + "samsung": "9", + "rhino": "1.7.14", + "electron": "3.0" + }, + "proposal-optional-catch-binding": { + "chrome": "66", + "opera": "53", + "edge": "79", + "firefox": "58", + "safari": "11.1", + "node": "10", + "ios": "11.3", + "samsung": "9", + "electron": "3.0" + }, + "transform-parameters": { + "chrome": "49", + "opera": "36", + "edge": "18", + "firefox": "53", + "node": "6", + "samsung": "5", + "electron": "0.37" + }, + "proposal-async-generator-functions": { + "chrome": "63", + "opera": "50", + "edge": "79", + "firefox": "57", + "safari": "12", + "node": "10", + "ios": "12", + "samsung": "8", + "electron": "3.0" + }, + "proposal-object-rest-spread": { + "chrome": "60", + "opera": "47", + "edge": "79", + "firefox": "55", + "safari": "11.1", + "node": "8.3", + "ios": "11.3", + "samsung": "8", + "electron": "2.0" + }, + "transform-dotall-regex": { + "chrome": "62", + "opera": "49", + "edge": "79", + "firefox": "78", + "safari": "11.1", + "node": "8.10", + "ios": "11.3", + "samsung": "8", + "electron": "3.0" + }, + "proposal-unicode-property-regex": { + "chrome": "64", + "opera": "51", + "edge": "79", + "firefox": "78", + "safari": "11.1", + "node": "10", + "ios": "11.3", + "samsung": "9", + "electron": "3.0" + }, + "transform-named-capturing-groups-regex": { + "chrome": "64", + "opera": "51", + "edge": "79", + "firefox": "78", + "safari": "11.1", + "node": "10", + "ios": "11.3", + "samsung": "9", + "electron": "3.0" + }, + "transform-async-to-generator": { + "chrome": "55", + "opera": "42", + "edge": "15", + "firefox": "52", + "safari": "11", + "node": "7.6", + "ios": "11", + "samsung": "6", + "electron": "1.6" + }, + "transform-exponentiation-operator": { + "chrome": "52", + "opera": "39", + "edge": "14", + "firefox": "52", + "safari": "10.1", + "node": "7", + "ios": "10.3", + "samsung": "6", + "rhino": "1.7.14", + "electron": "1.3" + }, + "transform-template-literals": { + "chrome": "41", + "opera": "28", + "edge": "13", + "firefox": "34", + "safari": "13", + "node": "4", + "ios": "13", + "samsung": "3.4", + "electron": "0.21" + }, + "transform-literals": { + "chrome": "44", + "opera": "31", + "edge": "12", + "firefox": "53", + "safari": "9", + "node": "4", + "ios": "9", + "samsung": "4", + "electron": "0.30" + }, + "transform-function-name": { + "chrome": "51", + "opera": "38", + "edge": "79", + "firefox": "53", + "safari": "10", + "node": "6.5", + "ios": "10", + "samsung": "5", + "electron": "1.2" + }, + "transform-arrow-functions": { + "chrome": "47", + "opera": "34", + "edge": "13", + "firefox": "43", + "safari": "10", + "node": "6", + "ios": "10", + "samsung": "5", + "rhino": "1.7.13", + "electron": "0.36" + }, + "transform-block-scoped-functions": { + "chrome": "41", + "opera": "28", + "edge": "12", + "firefox": "46", + "safari": "10", + "node": "4", + "ie": "11", + "ios": "10", + "samsung": "3.4", + "electron": "0.21" + }, + "transform-classes": { + "chrome": "46", + "opera": "33", + "edge": "13", + "firefox": "45", + "safari": "10", + "node": "5", + "ios": "10", + "samsung": "5", + "electron": "0.36" + }, + "transform-object-super": { + "chrome": "46", + "opera": "33", + "edge": "13", + "firefox": "45", + "safari": "10", + "node": "5", + "ios": "10", + "samsung": "5", + "electron": "0.36" + }, + "transform-shorthand-properties": { + "chrome": "43", + "opera": "30", + "edge": "12", + "firefox": "33", + "safari": "9", + "node": "4", + "ios": "9", + "samsung": "4", + "rhino": "1.7.14", + "electron": "0.27" + }, + "transform-duplicate-keys": { + "chrome": "42", + "opera": "29", + "edge": "12", + "firefox": "34", + "safari": "9", + "node": "4", + "ios": "9", + "samsung": "3.4", + "electron": "0.25" + }, + "transform-computed-properties": { + "chrome": "44", + "opera": "31", + "edge": "12", + "firefox": "34", + "safari": "7.1", + "node": "4", + "ios": "8", + "samsung": "4", + "electron": "0.30" + }, + "transform-for-of": { + "chrome": "51", + "opera": "38", + "edge": "15", + "firefox": "53", + "safari": "10", + "node": "6.5", + "ios": "10", + "samsung": "5", + "electron": "1.2" + }, + "transform-sticky-regex": { + "chrome": "49", + "opera": "36", + "edge": "13", + "firefox": "3", + "safari": "10", + "node": "6", + "ios": "10", + "samsung": "5", + "electron": "0.37" + }, + "transform-unicode-escapes": { + "chrome": "44", + "opera": "31", + "edge": "12", + "firefox": "53", + "safari": "9", + "node": "4", + "ios": "9", + "samsung": "4", + "electron": "0.30" + }, + "transform-unicode-regex": { + "chrome": "50", + "opera": "37", + "edge": "13", + "firefox": "46", + "safari": "12", + "node": "6", + "ios": "12", + "samsung": "5", + "electron": "1.1" + }, + "transform-spread": { + "chrome": "46", + "opera": "33", + "edge": "13", + "firefox": "45", + "safari": "10", + "node": "5", + "ios": "10", + "samsung": "5", + "electron": "0.36" + }, + "transform-destructuring": { + "chrome": "51", + "opera": "38", + "edge": "15", + "firefox": "53", + "safari": "10", + "node": "6.5", + "ios": "10", + "samsung": "5", + "electron": "1.2" + }, + "transform-block-scoping": { + "chrome": "49", + "opera": "36", + "edge": "14", + "firefox": "51", + "safari": "11", + "node": "6", + "ios": "11", + "samsung": "5", + "electron": "0.37" + }, + "transform-typeof-symbol": { + "chrome": "38", + "opera": "25", + "edge": "12", + "firefox": "36", + "safari": "9", + "node": "0.12", + "ios": "9", + "samsung": "3", + "rhino": "1.7.13", + "electron": "0.20" + }, + "transform-new-target": { + "chrome": "46", + "opera": "33", + "edge": "14", + "firefox": "41", + "safari": "10", + "node": "5", + "ios": "10", + "samsung": "5", + "electron": "0.36" + }, + "transform-regenerator": { + "chrome": "50", + "opera": "37", + "edge": "13", + "firefox": "53", + "safari": "10", + "node": "6", + "ios": "10", + "samsung": "5", + "electron": "1.1" + }, + "transform-member-expression-literals": { + "chrome": "7", + "opera": "12", + "edge": "12", + "firefox": "2", + "safari": "5.1", + "node": "0.4", + "ie": "9", + "android": "4", + "ios": "6", + "phantom": "1.9", + "samsung": "1", + "rhino": "1.7.13", + "electron": "0.20" + }, + "transform-property-literals": { + "chrome": "7", + "opera": "12", + "edge": "12", + "firefox": "2", + "safari": "5.1", + "node": "0.4", + "ie": "9", + "android": "4", + "ios": "6", + "phantom": "1.9", + "samsung": "1", + "rhino": "1.7.13", + "electron": "0.20" + }, + "transform-reserved-words": { + "chrome": "13", + "opera": "10.50", + "edge": "12", + "firefox": "2", + "safari": "3.1", + "node": "0.6", + "ie": "9", + "android": "4.4", + "ios": "6", + "phantom": "1.9", + "samsung": "1", + "rhino": "1.7.13", + "electron": "0.20" + }, + "proposal-export-namespace-from": { + "chrome": "72", + "and_chr": "72", + "edge": "79", + "firefox": "80", + "and_ff": "80", + "node": "13.2", + "opera": "60", + "op_mob": "51", + "samsung": "11.0", + "android": "72", + "electron": "5.0" + } +} diff --git a/FantasticAnimals/node_modules/@babel/compat-data/native-modules.js b/FantasticAnimals/node_modules/@babel/compat-data/native-modules.js new file mode 100644 index 0000000..8e97da4 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/compat-data/native-modules.js @@ -0,0 +1 @@ +module.exports = require("./data/native-modules.json"); diff --git a/FantasticAnimals/node_modules/@babel/compat-data/overlapping-plugins.js b/FantasticAnimals/node_modules/@babel/compat-data/overlapping-plugins.js new file mode 100644 index 0000000..88242e4 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/compat-data/overlapping-plugins.js @@ -0,0 +1 @@ +module.exports = require("./data/overlapping-plugins.json"); diff --git a/FantasticAnimals/node_modules/@babel/compat-data/package.json b/FantasticAnimals/node_modules/@babel/compat-data/package.json new file mode 100644 index 0000000..fe697b9 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/compat-data/package.json @@ -0,0 +1,40 @@ +{ + "name": "@babel/compat-data", + "version": "7.18.13", + "author": "The Babel Team (https://babel.dev/team)", + "license": "MIT", + "description": "", + "repository": { + "type": "git", + "url": "https://github.com/babel/babel.git", + "directory": "packages/babel-compat-data" + }, + "publishConfig": { + "access": "public" + }, + "exports": { + "./plugins": "./plugins.js", + "./native-modules": "./native-modules.js", + "./corejs2-built-ins": "./corejs2-built-ins.js", + "./corejs3-shipped-proposals": "./corejs3-shipped-proposals.js", + "./overlapping-plugins": "./overlapping-plugins.js", + "./plugin-bugfixes": "./plugin-bugfixes.js" + }, + "scripts": { + "build-data": "./scripts/download-compat-table.sh && node ./scripts/build-data.js && node ./scripts/build-modules-support.js && node ./scripts/build-bugfixes-targets.js" + }, + "keywords": [ + "babel", + "compat-table", + "compat-data" + ], + "devDependencies": { + "@mdn/browser-compat-data": "^4.0.10", + "core-js-compat": "^3.22.1", + "electron-to-chromium": "^1.4.113" + }, + "engines": { + "node": ">=6.9.0" + }, + "type": "commonjs" +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/compat-data/plugin-bugfixes.js b/FantasticAnimals/node_modules/@babel/compat-data/plugin-bugfixes.js new file mode 100644 index 0000000..f390181 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/compat-data/plugin-bugfixes.js @@ -0,0 +1 @@ +module.exports = require("./data/plugin-bugfixes.json"); diff --git a/FantasticAnimals/node_modules/@babel/compat-data/plugins.js b/FantasticAnimals/node_modules/@babel/compat-data/plugins.js new file mode 100644 index 0000000..42646ed --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/compat-data/plugins.js @@ -0,0 +1 @@ +module.exports = require("./data/plugins.json"); diff --git a/FantasticAnimals/node_modules/@babel/core/LICENSE b/FantasticAnimals/node_modules/@babel/core/LICENSE new file mode 100644 index 0000000..f31575e --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +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/FantasticAnimals/node_modules/@babel/core/README.md b/FantasticAnimals/node_modules/@babel/core/README.md new file mode 100644 index 0000000..9b3a950 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/README.md @@ -0,0 +1,19 @@ +# @babel/core + +> Babel compiler core. + +See our website [@babel/core](https://babeljs.io/docs/en/babel-core) for more information or the [issues](https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20core%22+is%3Aopen) associated with this package. + +## Install + +Using npm: + +```sh +npm install --save-dev @babel/core +``` + +or using yarn: + +```sh +yarn add @babel/core --dev +``` diff --git a/FantasticAnimals/node_modules/@babel/core/cjs-proxy.cjs b/FantasticAnimals/node_modules/@babel/core/cjs-proxy.cjs new file mode 100644 index 0000000..4bf8b5c --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/cjs-proxy.cjs @@ -0,0 +1,29 @@ +"use strict"; + +const babelP = import("./lib/index.js"); + +const functionNames = [ + "createConfigItem", + "loadPartialConfig", + "loadOptions", + "transform", + "transformFile", + "transformFromAst", + "parse", +]; + +for (const name of functionNames) { + exports[`${name}Sync`] = function () { + throw new Error( + `"${name}Sync" is not supported when loading @babel/core using require()` + ); + }; + exports[name] = function (...args) { + babelP.then(babel => { + babel[name](...args); + }); + }; + exports[`${name}Async`] = function (...args) { + return babelP.then(babel => babel[`${name}Async`](...args)); + }; +} diff --git a/FantasticAnimals/node_modules/@babel/core/lib/config/cache-contexts.js b/FantasticAnimals/node_modules/@babel/core/lib/config/cache-contexts.js new file mode 100644 index 0000000..d28d24c --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/config/cache-contexts.js @@ -0,0 +1 @@ +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/config/caching.js b/FantasticAnimals/node_modules/@babel/core/lib/config/caching.js new file mode 100644 index 0000000..515fad0 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/config/caching.js @@ -0,0 +1,326 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.assertSimpleType = assertSimpleType; +exports.makeStrongCache = makeStrongCache; +exports.makeStrongCacheSync = makeStrongCacheSync; +exports.makeWeakCache = makeWeakCache; +exports.makeWeakCacheSync = makeWeakCacheSync; + +function _gensync() { + const data = require("gensync"); + + _gensync = function () { + return data; + }; + + return data; +} + +var _async = require("../gensync-utils/async"); + +var _util = require("./util"); + +const synchronize = gen => { + return _gensync()(gen).sync; +}; + +function* genTrue() { + return true; +} + +function makeWeakCache(handler) { + return makeCachedFunction(WeakMap, handler); +} + +function makeWeakCacheSync(handler) { + return synchronize(makeWeakCache(handler)); +} + +function makeStrongCache(handler) { + return makeCachedFunction(Map, handler); +} + +function makeStrongCacheSync(handler) { + return synchronize(makeStrongCache(handler)); +} + +function makeCachedFunction(CallCache, handler) { + const callCacheSync = new CallCache(); + const callCacheAsync = new CallCache(); + const futureCache = new CallCache(); + return function* cachedFunction(arg, data) { + const asyncContext = yield* (0, _async.isAsync)(); + const callCache = asyncContext ? callCacheAsync : callCacheSync; + const cached = yield* getCachedValueOrWait(asyncContext, callCache, futureCache, arg, data); + if (cached.valid) return cached.value; + const cache = new CacheConfigurator(data); + const handlerResult = handler(arg, cache); + let finishLock; + let value; + + if ((0, _util.isIterableIterator)(handlerResult)) { + value = yield* (0, _async.onFirstPause)(handlerResult, () => { + finishLock = setupAsyncLocks(cache, futureCache, arg); + }); + } else { + value = handlerResult; + } + + updateFunctionCache(callCache, cache, arg, value); + + if (finishLock) { + futureCache.delete(arg); + finishLock.release(value); + } + + return value; + }; +} + +function* getCachedValue(cache, arg, data) { + const cachedValue = cache.get(arg); + + if (cachedValue) { + for (const { + value, + valid + } of cachedValue) { + if (yield* valid(data)) return { + valid: true, + value + }; + } + } + + return { + valid: false, + value: null + }; +} + +function* getCachedValueOrWait(asyncContext, callCache, futureCache, arg, data) { + const cached = yield* getCachedValue(callCache, arg, data); + + if (cached.valid) { + return cached; + } + + if (asyncContext) { + const cached = yield* getCachedValue(futureCache, arg, data); + + if (cached.valid) { + const value = yield* (0, _async.waitFor)(cached.value.promise); + return { + valid: true, + value + }; + } + } + + return { + valid: false, + value: null + }; +} + +function setupAsyncLocks(config, futureCache, arg) { + const finishLock = new Lock(); + updateFunctionCache(futureCache, config, arg, finishLock); + return finishLock; +} + +function updateFunctionCache(cache, config, arg, value) { + if (!config.configured()) config.forever(); + let cachedValue = cache.get(arg); + config.deactivate(); + + switch (config.mode()) { + case "forever": + cachedValue = [{ + value, + valid: genTrue + }]; + cache.set(arg, cachedValue); + break; + + case "invalidate": + cachedValue = [{ + value, + valid: config.validator() + }]; + cache.set(arg, cachedValue); + break; + + case "valid": + if (cachedValue) { + cachedValue.push({ + value, + valid: config.validator() + }); + } else { + cachedValue = [{ + value, + valid: config.validator() + }]; + cache.set(arg, cachedValue); + } + + } +} + +class CacheConfigurator { + constructor(data) { + this._active = true; + this._never = false; + this._forever = false; + this._invalidate = false; + this._configured = false; + this._pairs = []; + this._data = void 0; + this._data = data; + } + + simple() { + return makeSimpleConfigurator(this); + } + + mode() { + if (this._never) return "never"; + if (this._forever) return "forever"; + if (this._invalidate) return "invalidate"; + return "valid"; + } + + forever() { + if (!this._active) { + throw new Error("Cannot change caching after evaluation has completed."); + } + + if (this._never) { + throw new Error("Caching has already been configured with .never()"); + } + + this._forever = true; + this._configured = true; + } + + never() { + if (!this._active) { + throw new Error("Cannot change caching after evaluation has completed."); + } + + if (this._forever) { + throw new Error("Caching has already been configured with .forever()"); + } + + this._never = true; + this._configured = true; + } + + using(handler) { + if (!this._active) { + throw new Error("Cannot change caching after evaluation has completed."); + } + + if (this._never || this._forever) { + throw new Error("Caching has already been configured with .never or .forever()"); + } + + this._configured = true; + const key = handler(this._data); + const fn = (0, _async.maybeAsync)(handler, `You appear to be using an async cache handler, but Babel has been called synchronously`); + + if ((0, _async.isThenable)(key)) { + return key.then(key => { + this._pairs.push([key, fn]); + + return key; + }); + } + + this._pairs.push([key, fn]); + + return key; + } + + invalidate(handler) { + this._invalidate = true; + return this.using(handler); + } + + validator() { + const pairs = this._pairs; + return function* (data) { + for (const [key, fn] of pairs) { + if (key !== (yield* fn(data))) return false; + } + + return true; + }; + } + + deactivate() { + this._active = false; + } + + configured() { + return this._configured; + } + +} + +function makeSimpleConfigurator(cache) { + function cacheFn(val) { + if (typeof val === "boolean") { + if (val) cache.forever();else cache.never(); + return; + } + + return cache.using(() => assertSimpleType(val())); + } + + cacheFn.forever = () => cache.forever(); + + cacheFn.never = () => cache.never(); + + cacheFn.using = cb => cache.using(() => assertSimpleType(cb())); + + cacheFn.invalidate = cb => cache.invalidate(() => assertSimpleType(cb())); + + return cacheFn; +} + +function assertSimpleType(value) { + if ((0, _async.isThenable)(value)) { + throw new Error(`You appear to be using an async cache handler, ` + `which your current version of Babel does not support. ` + `We may add support for this in the future, ` + `but if you're on the most recent version of @babel/core and still ` + `seeing this error, then you'll need to synchronously handle your caching logic.`); + } + + if (value != null && typeof value !== "string" && typeof value !== "boolean" && typeof value !== "number") { + throw new Error("Cache keys must be either string, boolean, number, null, or undefined."); + } + + return value; +} + +class Lock { + constructor() { + this.released = false; + this.promise = void 0; + this._resolve = void 0; + this.promise = new Promise(resolve => { + this._resolve = resolve; + }); + } + + release(value) { + this.released = true; + + this._resolve(value); + } + +} + +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/config/config-chain.js b/FantasticAnimals/node_modules/@babel/core/lib/config/config-chain.js new file mode 100644 index 0000000..dce70e1 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/config/config-chain.js @@ -0,0 +1,566 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.buildPresetChain = buildPresetChain; +exports.buildPresetChainWalker = void 0; +exports.buildRootChain = buildRootChain; + +function _path() { + const data = require("path"); + + _path = function () { + return data; + }; + + return data; +} + +function _debug() { + const data = require("debug"); + + _debug = function () { + return data; + }; + + return data; +} + +var _options = require("./validation/options"); + +var _patternToRegex = require("./pattern-to-regex"); + +var _printer = require("./printer"); + +var _files = require("./files"); + +var _caching = require("./caching"); + +var _configDescriptors = require("./config-descriptors"); + +const debug = _debug()("babel:config:config-chain"); + +function* buildPresetChain(arg, context) { + const chain = yield* buildPresetChainWalker(arg, context); + if (!chain) return null; + return { + plugins: dedupDescriptors(chain.plugins), + presets: dedupDescriptors(chain.presets), + options: chain.options.map(o => normalizeOptions(o)), + files: new Set() + }; +} + +const buildPresetChainWalker = makeChainWalker({ + root: preset => loadPresetDescriptors(preset), + env: (preset, envName) => loadPresetEnvDescriptors(preset)(envName), + overrides: (preset, index) => loadPresetOverridesDescriptors(preset)(index), + overridesEnv: (preset, index, envName) => loadPresetOverridesEnvDescriptors(preset)(index)(envName), + createLogger: () => () => {} +}); +exports.buildPresetChainWalker = buildPresetChainWalker; +const loadPresetDescriptors = (0, _caching.makeWeakCacheSync)(preset => buildRootDescriptors(preset, preset.alias, _configDescriptors.createUncachedDescriptors)); +const loadPresetEnvDescriptors = (0, _caching.makeWeakCacheSync)(preset => (0, _caching.makeStrongCacheSync)(envName => buildEnvDescriptors(preset, preset.alias, _configDescriptors.createUncachedDescriptors, envName))); +const loadPresetOverridesDescriptors = (0, _caching.makeWeakCacheSync)(preset => (0, _caching.makeStrongCacheSync)(index => buildOverrideDescriptors(preset, preset.alias, _configDescriptors.createUncachedDescriptors, index))); +const loadPresetOverridesEnvDescriptors = (0, _caching.makeWeakCacheSync)(preset => (0, _caching.makeStrongCacheSync)(index => (0, _caching.makeStrongCacheSync)(envName => buildOverrideEnvDescriptors(preset, preset.alias, _configDescriptors.createUncachedDescriptors, index, envName)))); + +function* buildRootChain(opts, context) { + let configReport, babelRcReport; + const programmaticLogger = new _printer.ConfigPrinter(); + const programmaticChain = yield* loadProgrammaticChain({ + options: opts, + dirname: context.cwd + }, context, undefined, programmaticLogger); + if (!programmaticChain) return null; + const programmaticReport = yield* programmaticLogger.output(); + let configFile; + + if (typeof opts.configFile === "string") { + configFile = yield* (0, _files.loadConfig)(opts.configFile, context.cwd, context.envName, context.caller); + } else if (opts.configFile !== false) { + configFile = yield* (0, _files.findRootConfig)(context.root, context.envName, context.caller); + } + + let { + babelrc, + babelrcRoots + } = opts; + let babelrcRootsDirectory = context.cwd; + const configFileChain = emptyChain(); + const configFileLogger = new _printer.ConfigPrinter(); + + if (configFile) { + const validatedFile = validateConfigFile(configFile); + const result = yield* loadFileChain(validatedFile, context, undefined, configFileLogger); + if (!result) return null; + configReport = yield* configFileLogger.output(); + + if (babelrc === undefined) { + babelrc = validatedFile.options.babelrc; + } + + if (babelrcRoots === undefined) { + babelrcRootsDirectory = validatedFile.dirname; + babelrcRoots = validatedFile.options.babelrcRoots; + } + + mergeChain(configFileChain, result); + } + + let ignoreFile, babelrcFile; + let isIgnored = false; + const fileChain = emptyChain(); + + if ((babelrc === true || babelrc === undefined) && typeof context.filename === "string") { + const pkgData = yield* (0, _files.findPackageData)(context.filename); + + if (pkgData && babelrcLoadEnabled(context, pkgData, babelrcRoots, babelrcRootsDirectory)) { + ({ + ignore: ignoreFile, + config: babelrcFile + } = yield* (0, _files.findRelativeConfig)(pkgData, context.envName, context.caller)); + + if (ignoreFile) { + fileChain.files.add(ignoreFile.filepath); + } + + if (ignoreFile && shouldIgnore(context, ignoreFile.ignore, null, ignoreFile.dirname)) { + isIgnored = true; + } + + if (babelrcFile && !isIgnored) { + const validatedFile = validateBabelrcFile(babelrcFile); + const babelrcLogger = new _printer.ConfigPrinter(); + const result = yield* loadFileChain(validatedFile, context, undefined, babelrcLogger); + + if (!result) { + isIgnored = true; + } else { + babelRcReport = yield* babelrcLogger.output(); + mergeChain(fileChain, result); + } + } + + if (babelrcFile && isIgnored) { + fileChain.files.add(babelrcFile.filepath); + } + } + } + + if (context.showConfig) { + console.log(`Babel configs on "${context.filename}" (ascending priority):\n` + [configReport, babelRcReport, programmaticReport].filter(x => !!x).join("\n\n") + "\n-----End Babel configs-----"); + } + + const chain = mergeChain(mergeChain(mergeChain(emptyChain(), configFileChain), fileChain), programmaticChain); + return { + plugins: isIgnored ? [] : dedupDescriptors(chain.plugins), + presets: isIgnored ? [] : dedupDescriptors(chain.presets), + options: isIgnored ? [] : chain.options.map(o => normalizeOptions(o)), + fileHandling: isIgnored ? "ignored" : "transpile", + ignore: ignoreFile || undefined, + babelrc: babelrcFile || undefined, + config: configFile || undefined, + files: chain.files + }; +} + +function babelrcLoadEnabled(context, pkgData, babelrcRoots, babelrcRootsDirectory) { + if (typeof babelrcRoots === "boolean") return babelrcRoots; + const absoluteRoot = context.root; + + if (babelrcRoots === undefined) { + return pkgData.directories.indexOf(absoluteRoot) !== -1; + } + + let babelrcPatterns = babelrcRoots; + + if (!Array.isArray(babelrcPatterns)) { + babelrcPatterns = [babelrcPatterns]; + } + + babelrcPatterns = babelrcPatterns.map(pat => { + return typeof pat === "string" ? _path().resolve(babelrcRootsDirectory, pat) : pat; + }); + + if (babelrcPatterns.length === 1 && babelrcPatterns[0] === absoluteRoot) { + return pkgData.directories.indexOf(absoluteRoot) !== -1; + } + + return babelrcPatterns.some(pat => { + if (typeof pat === "string") { + pat = (0, _patternToRegex.default)(pat, babelrcRootsDirectory); + } + + return pkgData.directories.some(directory => { + return matchPattern(pat, babelrcRootsDirectory, directory, context); + }); + }); +} + +const validateConfigFile = (0, _caching.makeWeakCacheSync)(file => ({ + filepath: file.filepath, + dirname: file.dirname, + options: (0, _options.validate)("configfile", file.options) +})); +const validateBabelrcFile = (0, _caching.makeWeakCacheSync)(file => ({ + filepath: file.filepath, + dirname: file.dirname, + options: (0, _options.validate)("babelrcfile", file.options) +})); +const validateExtendFile = (0, _caching.makeWeakCacheSync)(file => ({ + filepath: file.filepath, + dirname: file.dirname, + options: (0, _options.validate)("extendsfile", file.options) +})); +const loadProgrammaticChain = makeChainWalker({ + root: input => buildRootDescriptors(input, "base", _configDescriptors.createCachedDescriptors), + env: (input, envName) => buildEnvDescriptors(input, "base", _configDescriptors.createCachedDescriptors, envName), + overrides: (input, index) => buildOverrideDescriptors(input, "base", _configDescriptors.createCachedDescriptors, index), + overridesEnv: (input, index, envName) => buildOverrideEnvDescriptors(input, "base", _configDescriptors.createCachedDescriptors, index, envName), + createLogger: (input, context, baseLogger) => buildProgrammaticLogger(input, context, baseLogger) +}); +const loadFileChainWalker = makeChainWalker({ + root: file => loadFileDescriptors(file), + env: (file, envName) => loadFileEnvDescriptors(file)(envName), + overrides: (file, index) => loadFileOverridesDescriptors(file)(index), + overridesEnv: (file, index, envName) => loadFileOverridesEnvDescriptors(file)(index)(envName), + createLogger: (file, context, baseLogger) => buildFileLogger(file.filepath, context, baseLogger) +}); + +function* loadFileChain(input, context, files, baseLogger) { + const chain = yield* loadFileChainWalker(input, context, files, baseLogger); + + if (chain) { + chain.files.add(input.filepath); + } + + return chain; +} + +const loadFileDescriptors = (0, _caching.makeWeakCacheSync)(file => buildRootDescriptors(file, file.filepath, _configDescriptors.createUncachedDescriptors)); +const loadFileEnvDescriptors = (0, _caching.makeWeakCacheSync)(file => (0, _caching.makeStrongCacheSync)(envName => buildEnvDescriptors(file, file.filepath, _configDescriptors.createUncachedDescriptors, envName))); +const loadFileOverridesDescriptors = (0, _caching.makeWeakCacheSync)(file => (0, _caching.makeStrongCacheSync)(index => buildOverrideDescriptors(file, file.filepath, _configDescriptors.createUncachedDescriptors, index))); +const loadFileOverridesEnvDescriptors = (0, _caching.makeWeakCacheSync)(file => (0, _caching.makeStrongCacheSync)(index => (0, _caching.makeStrongCacheSync)(envName => buildOverrideEnvDescriptors(file, file.filepath, _configDescriptors.createUncachedDescriptors, index, envName)))); + +function buildFileLogger(filepath, context, baseLogger) { + if (!baseLogger) { + return () => {}; + } + + return baseLogger.configure(context.showConfig, _printer.ChainFormatter.Config, { + filepath + }); +} + +function buildRootDescriptors({ + dirname, + options +}, alias, descriptors) { + return descriptors(dirname, options, alias); +} + +function buildProgrammaticLogger(_, context, baseLogger) { + var _context$caller; + + if (!baseLogger) { + return () => {}; + } + + return baseLogger.configure(context.showConfig, _printer.ChainFormatter.Programmatic, { + callerName: (_context$caller = context.caller) == null ? void 0 : _context$caller.name + }); +} + +function buildEnvDescriptors({ + dirname, + options +}, alias, descriptors, envName) { + const opts = options.env && options.env[envName]; + return opts ? descriptors(dirname, opts, `${alias}.env["${envName}"]`) : null; +} + +function buildOverrideDescriptors({ + dirname, + options +}, alias, descriptors, index) { + const opts = options.overrides && options.overrides[index]; + if (!opts) throw new Error("Assertion failure - missing override"); + return descriptors(dirname, opts, `${alias}.overrides[${index}]`); +} + +function buildOverrideEnvDescriptors({ + dirname, + options +}, alias, descriptors, index, envName) { + const override = options.overrides && options.overrides[index]; + if (!override) throw new Error("Assertion failure - missing override"); + const opts = override.env && override.env[envName]; + return opts ? descriptors(dirname, opts, `${alias}.overrides[${index}].env["${envName}"]`) : null; +} + +function makeChainWalker({ + root, + env, + overrides, + overridesEnv, + createLogger +}) { + return function* (input, context, files = new Set(), baseLogger) { + const { + dirname + } = input; + const flattenedConfigs = []; + const rootOpts = root(input); + + if (configIsApplicable(rootOpts, dirname, context)) { + flattenedConfigs.push({ + config: rootOpts, + envName: undefined, + index: undefined + }); + const envOpts = env(input, context.envName); + + if (envOpts && configIsApplicable(envOpts, dirname, context)) { + flattenedConfigs.push({ + config: envOpts, + envName: context.envName, + index: undefined + }); + } + + (rootOpts.options.overrides || []).forEach((_, index) => { + const overrideOps = overrides(input, index); + + if (configIsApplicable(overrideOps, dirname, context)) { + flattenedConfigs.push({ + config: overrideOps, + index, + envName: undefined + }); + const overrideEnvOpts = overridesEnv(input, index, context.envName); + + if (overrideEnvOpts && configIsApplicable(overrideEnvOpts, dirname, context)) { + flattenedConfigs.push({ + config: overrideEnvOpts, + index, + envName: context.envName + }); + } + } + }); + } + + if (flattenedConfigs.some(({ + config: { + options: { + ignore, + only + } + } + }) => shouldIgnore(context, ignore, only, dirname))) { + return null; + } + + const chain = emptyChain(); + const logger = createLogger(input, context, baseLogger); + + for (const { + config, + index, + envName + } of flattenedConfigs) { + if (!(yield* mergeExtendsChain(chain, config.options, dirname, context, files, baseLogger))) { + return null; + } + + logger(config, index, envName); + yield* mergeChainOpts(chain, config); + } + + return chain; + }; +} + +function* mergeExtendsChain(chain, opts, dirname, context, files, baseLogger) { + if (opts.extends === undefined) return true; + const file = yield* (0, _files.loadConfig)(opts.extends, dirname, context.envName, context.caller); + + if (files.has(file)) { + throw new Error(`Configuration cycle detected loading ${file.filepath}.\n` + `File already loaded following the config chain:\n` + Array.from(files, file => ` - ${file.filepath}`).join("\n")); + } + + files.add(file); + const fileChain = yield* loadFileChain(validateExtendFile(file), context, files, baseLogger); + files.delete(file); + if (!fileChain) return false; + mergeChain(chain, fileChain); + return true; +} + +function mergeChain(target, source) { + target.options.push(...source.options); + target.plugins.push(...source.plugins); + target.presets.push(...source.presets); + + for (const file of source.files) { + target.files.add(file); + } + + return target; +} + +function* mergeChainOpts(target, { + options, + plugins, + presets +}) { + target.options.push(options); + target.plugins.push(...(yield* plugins())); + target.presets.push(...(yield* presets())); + return target; +} + +function emptyChain() { + return { + options: [], + presets: [], + plugins: [], + files: new Set() + }; +} + +function normalizeOptions(opts) { + const options = Object.assign({}, opts); + delete options.extends; + delete options.env; + delete options.overrides; + delete options.plugins; + delete options.presets; + delete options.passPerPreset; + delete options.ignore; + delete options.only; + delete options.test; + delete options.include; + delete options.exclude; + + if (Object.prototype.hasOwnProperty.call(options, "sourceMap")) { + options.sourceMaps = options.sourceMap; + delete options.sourceMap; + } + + return options; +} + +function dedupDescriptors(items) { + const map = new Map(); + const descriptors = []; + + for (const item of items) { + if (typeof item.value === "function") { + const fnKey = item.value; + let nameMap = map.get(fnKey); + + if (!nameMap) { + nameMap = new Map(); + map.set(fnKey, nameMap); + } + + let desc = nameMap.get(item.name); + + if (!desc) { + desc = { + value: item + }; + descriptors.push(desc); + if (!item.ownPass) nameMap.set(item.name, desc); + } else { + desc.value = item; + } + } else { + descriptors.push({ + value: item + }); + } + } + + return descriptors.reduce((acc, desc) => { + acc.push(desc.value); + return acc; + }, []); +} + +function configIsApplicable({ + options +}, dirname, context) { + return (options.test === undefined || configFieldIsApplicable(context, options.test, dirname)) && (options.include === undefined || configFieldIsApplicable(context, options.include, dirname)) && (options.exclude === undefined || !configFieldIsApplicable(context, options.exclude, dirname)); +} + +function configFieldIsApplicable(context, test, dirname) { + const patterns = Array.isArray(test) ? test : [test]; + return matchesPatterns(context, patterns, dirname); +} + +function ignoreListReplacer(_key, value) { + if (value instanceof RegExp) { + return String(value); + } + + return value; +} + +function shouldIgnore(context, ignore, only, dirname) { + if (ignore && matchesPatterns(context, ignore, dirname)) { + var _context$filename; + + const message = `No config is applied to "${(_context$filename = context.filename) != null ? _context$filename : "(unknown)"}" because it matches one of \`ignore: ${JSON.stringify(ignore, ignoreListReplacer)}\` from "${dirname}"`; + debug(message); + + if (context.showConfig) { + console.log(message); + } + + return true; + } + + if (only && !matchesPatterns(context, only, dirname)) { + var _context$filename2; + + const message = `No config is applied to "${(_context$filename2 = context.filename) != null ? _context$filename2 : "(unknown)"}" because it fails to match one of \`only: ${JSON.stringify(only, ignoreListReplacer)}\` from "${dirname}"`; + debug(message); + + if (context.showConfig) { + console.log(message); + } + + return true; + } + + return false; +} + +function matchesPatterns(context, patterns, dirname) { + return patterns.some(pattern => matchPattern(pattern, dirname, context.filename, context)); +} + +function matchPattern(pattern, dirname, pathToTest, context) { + if (typeof pattern === "function") { + return !!pattern(pathToTest, { + dirname, + envName: context.envName, + caller: context.caller + }); + } + + if (typeof pathToTest !== "string") { + throw new Error(`Configuration contains string/RegExp pattern, but no filename was passed to Babel`); + } + + if (typeof pattern === "string") { + pattern = (0, _patternToRegex.default)(pattern, dirname); + } + + return pattern.test(pathToTest); +} + +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/config/config-descriptors.js b/FantasticAnimals/node_modules/@babel/core/lib/config/config-descriptors.js new file mode 100644 index 0000000..990c68c --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/config/config-descriptors.js @@ -0,0 +1,231 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.createCachedDescriptors = createCachedDescriptors; +exports.createDescriptor = createDescriptor; +exports.createUncachedDescriptors = createUncachedDescriptors; + +function _gensync() { + const data = require("gensync"); + + _gensync = function () { + return data; + }; + + return data; +} + +var _functional = require("../gensync-utils/functional"); + +var _files = require("./files"); + +var _item = require("./item"); + +var _caching = require("./caching"); + +var _resolveTargets = require("./resolve-targets"); + +function isEqualDescriptor(a, b) { + return a.name === b.name && a.value === b.value && a.options === b.options && a.dirname === b.dirname && a.alias === b.alias && a.ownPass === b.ownPass && (a.file && a.file.request) === (b.file && b.file.request) && (a.file && a.file.resolved) === (b.file && b.file.resolved); +} + +function* handlerOf(value) { + return value; +} + +function optionsWithResolvedBrowserslistConfigFile(options, dirname) { + if (typeof options.browserslistConfigFile === "string") { + options.browserslistConfigFile = (0, _resolveTargets.resolveBrowserslistConfigFile)(options.browserslistConfigFile, dirname); + } + + return options; +} + +function createCachedDescriptors(dirname, options, alias) { + const { + plugins, + presets, + passPerPreset + } = options; + return { + options: optionsWithResolvedBrowserslistConfigFile(options, dirname), + plugins: plugins ? () => createCachedPluginDescriptors(plugins, dirname)(alias) : () => handlerOf([]), + presets: presets ? () => createCachedPresetDescriptors(presets, dirname)(alias)(!!passPerPreset) : () => handlerOf([]) + }; +} + +function createUncachedDescriptors(dirname, options, alias) { + return { + options: optionsWithResolvedBrowserslistConfigFile(options, dirname), + plugins: (0, _functional.once)(() => createPluginDescriptors(options.plugins || [], dirname, alias)), + presets: (0, _functional.once)(() => createPresetDescriptors(options.presets || [], dirname, alias, !!options.passPerPreset)) + }; +} + +const PRESET_DESCRIPTOR_CACHE = new WeakMap(); +const createCachedPresetDescriptors = (0, _caching.makeWeakCacheSync)((items, cache) => { + const dirname = cache.using(dir => dir); + return (0, _caching.makeStrongCacheSync)(alias => (0, _caching.makeStrongCache)(function* (passPerPreset) { + const descriptors = yield* createPresetDescriptors(items, dirname, alias, passPerPreset); + return descriptors.map(desc => loadCachedDescriptor(PRESET_DESCRIPTOR_CACHE, desc)); + })); +}); +const PLUGIN_DESCRIPTOR_CACHE = new WeakMap(); +const createCachedPluginDescriptors = (0, _caching.makeWeakCacheSync)((items, cache) => { + const dirname = cache.using(dir => dir); + return (0, _caching.makeStrongCache)(function* (alias) { + const descriptors = yield* createPluginDescriptors(items, dirname, alias); + return descriptors.map(desc => loadCachedDescriptor(PLUGIN_DESCRIPTOR_CACHE, desc)); + }); +}); +const DEFAULT_OPTIONS = {}; + +function loadCachedDescriptor(cache, desc) { + const { + value, + options = DEFAULT_OPTIONS + } = desc; + if (options === false) return desc; + let cacheByOptions = cache.get(value); + + if (!cacheByOptions) { + cacheByOptions = new WeakMap(); + cache.set(value, cacheByOptions); + } + + let possibilities = cacheByOptions.get(options); + + if (!possibilities) { + possibilities = []; + cacheByOptions.set(options, possibilities); + } + + if (possibilities.indexOf(desc) === -1) { + const matches = possibilities.filter(possibility => isEqualDescriptor(possibility, desc)); + + if (matches.length > 0) { + return matches[0]; + } + + possibilities.push(desc); + } + + return desc; +} + +function* createPresetDescriptors(items, dirname, alias, passPerPreset) { + return yield* createDescriptors("preset", items, dirname, alias, passPerPreset); +} + +function* createPluginDescriptors(items, dirname, alias) { + return yield* createDescriptors("plugin", items, dirname, alias); +} + +function* createDescriptors(type, items, dirname, alias, ownPass) { + const descriptors = yield* _gensync().all(items.map((item, index) => createDescriptor(item, dirname, { + type, + alias: `${alias}$${index}`, + ownPass: !!ownPass + }))); + assertNoDuplicates(descriptors); + return descriptors; +} + +function* createDescriptor(pair, dirname, { + type, + alias, + ownPass +}) { + const desc = (0, _item.getItemDescriptor)(pair); + + if (desc) { + return desc; + } + + let name; + let options; + let value = pair; + + if (Array.isArray(value)) { + if (value.length === 3) { + [value, options, name] = value; + } else { + [value, options] = value; + } + } + + let file = undefined; + let filepath = null; + + if (typeof value === "string") { + if (typeof type !== "string") { + throw new Error("To resolve a string-based item, the type of item must be given"); + } + + const resolver = type === "plugin" ? _files.loadPlugin : _files.loadPreset; + const request = value; + ({ + filepath, + value + } = yield* resolver(value, dirname)); + file = { + request, + resolved: filepath + }; + } + + if (!value) { + throw new Error(`Unexpected falsy value: ${String(value)}`); + } + + if (typeof value === "object" && value.__esModule) { + if (value.default) { + value = value.default; + } else { + throw new Error("Must export a default export when using ES6 modules."); + } + } + + if (typeof value !== "object" && typeof value !== "function") { + throw new Error(`Unsupported format: ${typeof value}. Expected an object or a function.`); + } + + if (filepath !== null && typeof value === "object" && value) { + throw new Error(`Plugin/Preset files are not allowed to export objects, only functions. In ${filepath}`); + } + + return { + name, + alias: filepath || alias, + value, + options, + dirname, + ownPass, + file + }; +} + +function assertNoDuplicates(items) { + const map = new Map(); + + for (const item of items) { + if (typeof item.value !== "function") continue; + let nameMap = map.get(item.value); + + if (!nameMap) { + nameMap = new Set(); + map.set(item.value, nameMap); + } + + if (nameMap.has(item.name)) { + const conflicts = items.filter(i => i.value === item.value); + throw new Error([`Duplicate plugin/preset detected.`, `If you'd like to use two separate instances of a plugin,`, `they need separate names, e.g.`, ``, ` plugins: [`, ` ['some-plugin', {}],`, ` ['some-plugin', {}, 'some unique name'],`, ` ]`, ``, `Duplicates detected are:`, `${JSON.stringify(conflicts, null, 2)}`].join("\n")); + } + + nameMap.add(item.name); + } +} + +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/config/files/configuration.js b/FantasticAnimals/node_modules/@babel/core/lib/config/files/configuration.js new file mode 100644 index 0000000..6a4ad78 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/config/files/configuration.js @@ -0,0 +1,360 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.ROOT_CONFIG_FILENAMES = void 0; +exports.findConfigUpwards = findConfigUpwards; +exports.findRelativeConfig = findRelativeConfig; +exports.findRootConfig = findRootConfig; +exports.loadConfig = loadConfig; +exports.resolveShowConfigPath = resolveShowConfigPath; + +function _debug() { + const data = require("debug"); + + _debug = function () { + return data; + }; + + return data; +} + +function _fs() { + const data = require("fs"); + + _fs = function () { + return data; + }; + + return data; +} + +function _path() { + const data = require("path"); + + _path = function () { + return data; + }; + + return data; +} + +function _json() { + const data = require("json5"); + + _json = function () { + return data; + }; + + return data; +} + +function _gensync() { + const data = require("gensync"); + + _gensync = function () { + return data; + }; + + return data; +} + +var _caching = require("../caching"); + +var _configApi = require("../helpers/config-api"); + +var _utils = require("./utils"); + +var _moduleTypes = require("./module-types"); + +var _patternToRegex = require("../pattern-to-regex"); + +var fs = require("../../gensync-utils/fs"); + +function _module() { + const data = require("module"); + + _module = function () { + return data; + }; + + return data; +} + +const debug = _debug()("babel:config:loading:files:configuration"); + +const ROOT_CONFIG_FILENAMES = ["babel.config.js", "babel.config.cjs", "babel.config.mjs", "babel.config.json"]; +exports.ROOT_CONFIG_FILENAMES = ROOT_CONFIG_FILENAMES; +const RELATIVE_CONFIG_FILENAMES = [".babelrc", ".babelrc.js", ".babelrc.cjs", ".babelrc.mjs", ".babelrc.json"]; +const BABELIGNORE_FILENAME = ".babelignore"; + +function findConfigUpwards(rootDir) { + let dirname = rootDir; + + for (;;) { + for (const filename of ROOT_CONFIG_FILENAMES) { + if (_fs().existsSync(_path().join(dirname, filename))) { + return dirname; + } + } + + const nextDir = _path().dirname(dirname); + + if (dirname === nextDir) break; + dirname = nextDir; + } + + return null; +} + +function* findRelativeConfig(packageData, envName, caller) { + let config = null; + let ignore = null; + + const dirname = _path().dirname(packageData.filepath); + + for (const loc of packageData.directories) { + if (!config) { + var _packageData$pkg; + + config = yield* loadOneConfig(RELATIVE_CONFIG_FILENAMES, loc, envName, caller, ((_packageData$pkg = packageData.pkg) == null ? void 0 : _packageData$pkg.dirname) === loc ? packageToBabelConfig(packageData.pkg) : null); + } + + if (!ignore) { + const ignoreLoc = _path().join(loc, BABELIGNORE_FILENAME); + + ignore = yield* readIgnoreConfig(ignoreLoc); + + if (ignore) { + debug("Found ignore %o from %o.", ignore.filepath, dirname); + } + } + } + + return { + config, + ignore + }; +} + +function findRootConfig(dirname, envName, caller) { + return loadOneConfig(ROOT_CONFIG_FILENAMES, dirname, envName, caller); +} + +function* loadOneConfig(names, dirname, envName, caller, previousConfig = null) { + const configs = yield* _gensync().all(names.map(filename => readConfig(_path().join(dirname, filename), envName, caller))); + const config = configs.reduce((previousConfig, config) => { + if (config && previousConfig) { + throw new Error(`Multiple configuration files found. Please remove one:\n` + ` - ${_path().basename(previousConfig.filepath)}\n` + ` - ${config.filepath}\n` + `from ${dirname}`); + } + + return config || previousConfig; + }, previousConfig); + + if (config) { + debug("Found configuration %o from %o.", config.filepath, dirname); + } + + return config; +} + +function* loadConfig(name, dirname, envName, caller) { + const filepath = (((v, w) => (v = v.split("."), w = w.split("."), +v[0] > +w[0] || v[0] == w[0] && +v[1] >= +w[1]))(process.versions.node, "8.9") ? require.resolve : (r, { + paths: [b] + }, M = require("module")) => { + let f = M._findPath(r, M._nodeModulePaths(b).concat(b)); + + if (f) return f; + f = new Error(`Cannot resolve module '${r}'`); + f.code = "MODULE_NOT_FOUND"; + throw f; + })(name, { + paths: [dirname] + }); + const conf = yield* readConfig(filepath, envName, caller); + + if (!conf) { + throw new Error(`Config file ${filepath} contains no configuration data`); + } + + debug("Loaded config %o from %o.", name, dirname); + return conf; +} + +function readConfig(filepath, envName, caller) { + const ext = _path().extname(filepath); + + return ext === ".js" || ext === ".cjs" || ext === ".mjs" ? readConfigJS(filepath, { + envName, + caller + }) : readConfigJSON5(filepath); +} + +const LOADING_CONFIGS = new Set(); +const readConfigJS = (0, _caching.makeStrongCache)(function* readConfigJS(filepath, cache) { + if (!_fs().existsSync(filepath)) { + cache.never(); + return null; + } + + if (LOADING_CONFIGS.has(filepath)) { + cache.never(); + debug("Auto-ignoring usage of config %o.", filepath); + return { + filepath, + dirname: _path().dirname(filepath), + options: {} + }; + } + + let options; + + try { + LOADING_CONFIGS.add(filepath); + options = yield* (0, _moduleTypes.default)(filepath, "You appear to be using a native ECMAScript module configuration " + "file, which is only supported when running Babel asynchronously."); + } catch (err) { + err.message = `${filepath}: Error while loading config - ${err.message}`; + throw err; + } finally { + LOADING_CONFIGS.delete(filepath); + } + + let assertCache = false; + + if (typeof options === "function") { + yield* []; + options = options((0, _configApi.makeConfigAPI)(cache)); + assertCache = true; + } + + if (!options || typeof options !== "object" || Array.isArray(options)) { + throw new Error(`${filepath}: Configuration should be an exported JavaScript object.`); + } + + if (typeof options.then === "function") { + throw new Error(`You appear to be using an async configuration, ` + `which your current version of Babel does not support. ` + `We may add support for this in the future, ` + `but if you're on the most recent version of @babel/core and still ` + `seeing this error, then you'll need to synchronously return your config.`); + } + + if (assertCache && !cache.configured()) throwConfigError(); + return { + filepath, + dirname: _path().dirname(filepath), + options + }; +}); +const packageToBabelConfig = (0, _caching.makeWeakCacheSync)(file => { + const babel = file.options["babel"]; + if (typeof babel === "undefined") return null; + + if (typeof babel !== "object" || Array.isArray(babel) || babel === null) { + throw new Error(`${file.filepath}: .babel property must be an object`); + } + + return { + filepath: file.filepath, + dirname: file.dirname, + options: babel + }; +}); +const readConfigJSON5 = (0, _utils.makeStaticFileCache)((filepath, content) => { + let options; + + try { + options = _json().parse(content); + } catch (err) { + err.message = `${filepath}: Error while parsing config - ${err.message}`; + throw err; + } + + if (!options) throw new Error(`${filepath}: No config detected`); + + if (typeof options !== "object") { + throw new Error(`${filepath}: Config returned typeof ${typeof options}`); + } + + if (Array.isArray(options)) { + throw new Error(`${filepath}: Expected config object but found array`); + } + + delete options["$schema"]; + return { + filepath, + dirname: _path().dirname(filepath), + options + }; +}); +const readIgnoreConfig = (0, _utils.makeStaticFileCache)((filepath, content) => { + const ignoreDir = _path().dirname(filepath); + + const ignorePatterns = content.split("\n").map(line => line.replace(/#(.*?)$/, "").trim()).filter(line => !!line); + + for (const pattern of ignorePatterns) { + if (pattern[0] === "!") { + throw new Error(`Negation of file paths is not supported.`); + } + } + + return { + filepath, + dirname: _path().dirname(filepath), + ignore: ignorePatterns.map(pattern => (0, _patternToRegex.default)(pattern, ignoreDir)) + }; +}); + +function* resolveShowConfigPath(dirname) { + const targetPath = process.env.BABEL_SHOW_CONFIG_FOR; + + if (targetPath != null) { + const absolutePath = _path().resolve(dirname, targetPath); + + const stats = yield* fs.stat(absolutePath); + + if (!stats.isFile()) { + throw new Error(`${absolutePath}: BABEL_SHOW_CONFIG_FOR must refer to a regular file, directories are not supported.`); + } + + return absolutePath; + } + + return null; +} + +function throwConfigError() { + throw new Error(`\ +Caching was left unconfigured. Babel's plugins, presets, and .babelrc.js files can be configured +for various types of caching, using the first param of their handler functions: + +module.exports = function(api) { + // The API exposes the following: + + // Cache the returned value forever and don't call this function again. + api.cache(true); + + // Don't cache at all. Not recommended because it will be very slow. + api.cache(false); + + // Cached based on the value of some function. If this function returns a value different from + // a previously-encountered value, the plugins will re-evaluate. + var env = api.cache(() => process.env.NODE_ENV); + + // If testing for a specific env, we recommend specifics to avoid instantiating a plugin for + // any possible NODE_ENV value that might come up during plugin execution. + var isProd = api.cache(() => process.env.NODE_ENV === "production"); + + // .cache(fn) will perform a linear search though instances to find the matching plugin based + // based on previous instantiated plugins. If you want to recreate the plugin and discard the + // previous instance whenever something changes, you may use: + var isProd = api.cache.invalidate(() => process.env.NODE_ENV === "production"); + + // Note, we also expose the following more-verbose versions of the above examples: + api.cache.forever(); // api.cache(true) + api.cache.never(); // api.cache(false) + api.cache.using(fn); // api.cache(fn) + + // Return the value that will be cached. + return { }; +};`); +} + +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/config/files/import-meta-resolve.js b/FantasticAnimals/node_modules/@babel/core/lib/config/files/import-meta-resolve.js new file mode 100644 index 0000000..abb231e --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/config/files/import-meta-resolve.js @@ -0,0 +1,43 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = resolve; + +function _module() { + const data = require("module"); + + _module = function () { + return data; + }; + + return data; +} + +var _importMetaResolve = require("../../vendor/import-meta-resolve"); + +function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } } + +function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; } + +let import_; + +try { + import_ = require("./import.cjs"); +} catch (_unused) {} + +const importMetaResolveP = import_ && process.execArgv.includes("--experimental-import-meta-resolve") ? import_("data:text/javascript,export default import.meta.resolve").then(m => m.default || _importMetaResolve.resolve, () => _importMetaResolve.resolve) : Promise.resolve(_importMetaResolve.resolve); + +function resolve(_x, _x2) { + return _resolve.apply(this, arguments); +} + +function _resolve() { + _resolve = _asyncToGenerator(function* (specifier, parent) { + return (yield importMetaResolveP)(specifier, parent); + }); + return _resolve.apply(this, arguments); +} + +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/config/files/import.cjs b/FantasticAnimals/node_modules/@babel/core/lib/config/files/import.cjs new file mode 100644 index 0000000..cabb767 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/config/files/import.cjs @@ -0,0 +1,5 @@ +module.exports = function import_(filepath) { + return import(filepath); +}; + +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/config/files/index-browser.js b/FantasticAnimals/node_modules/@babel/core/lib/config/files/index-browser.js new file mode 100644 index 0000000..023adbe --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/config/files/index-browser.js @@ -0,0 +1,69 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.ROOT_CONFIG_FILENAMES = void 0; +exports.findConfigUpwards = findConfigUpwards; +exports.findPackageData = findPackageData; +exports.findRelativeConfig = findRelativeConfig; +exports.findRootConfig = findRootConfig; +exports.loadConfig = loadConfig; +exports.loadPlugin = loadPlugin; +exports.loadPreset = loadPreset; +exports.resolvePlugin = resolvePlugin; +exports.resolvePreset = resolvePreset; +exports.resolveShowConfigPath = resolveShowConfigPath; + +function findConfigUpwards(rootDir) { + return null; +} + +function* findPackageData(filepath) { + return { + filepath, + directories: [], + pkg: null, + isPackage: false + }; +} + +function* findRelativeConfig(pkgData, envName, caller) { + return { + config: null, + ignore: null + }; +} + +function* findRootConfig(dirname, envName, caller) { + return null; +} + +function* loadConfig(name, dirname, envName, caller) { + throw new Error(`Cannot load ${name} relative to ${dirname} in a browser`); +} + +function* resolveShowConfigPath(dirname) { + return null; +} + +const ROOT_CONFIG_FILENAMES = []; +exports.ROOT_CONFIG_FILENAMES = ROOT_CONFIG_FILENAMES; + +function resolvePlugin(name, dirname) { + return null; +} + +function resolvePreset(name, dirname) { + return null; +} + +function loadPlugin(name, dirname) { + throw new Error(`Cannot load plugin ${name} relative to ${dirname} in a browser`); +} + +function loadPreset(name, dirname) { + throw new Error(`Cannot load preset ${name} relative to ${dirname} in a browser`); +} + +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/config/files/index.js b/FantasticAnimals/node_modules/@babel/core/lib/config/files/index.js new file mode 100644 index 0000000..cc93307 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/config/files/index.js @@ -0,0 +1,87 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +Object.defineProperty(exports, "ROOT_CONFIG_FILENAMES", { + enumerable: true, + get: function () { + return _configuration.ROOT_CONFIG_FILENAMES; + } +}); +Object.defineProperty(exports, "findConfigUpwards", { + enumerable: true, + get: function () { + return _configuration.findConfigUpwards; + } +}); +Object.defineProperty(exports, "findPackageData", { + enumerable: true, + get: function () { + return _package.findPackageData; + } +}); +Object.defineProperty(exports, "findRelativeConfig", { + enumerable: true, + get: function () { + return _configuration.findRelativeConfig; + } +}); +Object.defineProperty(exports, "findRootConfig", { + enumerable: true, + get: function () { + return _configuration.findRootConfig; + } +}); +Object.defineProperty(exports, "loadConfig", { + enumerable: true, + get: function () { + return _configuration.loadConfig; + } +}); +Object.defineProperty(exports, "loadPlugin", { + enumerable: true, + get: function () { + return plugins.loadPlugin; + } +}); +Object.defineProperty(exports, "loadPreset", { + enumerable: true, + get: function () { + return plugins.loadPreset; + } +}); +exports.resolvePreset = exports.resolvePlugin = void 0; +Object.defineProperty(exports, "resolveShowConfigPath", { + enumerable: true, + get: function () { + return _configuration.resolveShowConfigPath; + } +}); + +var _package = require("./package"); + +var _configuration = require("./configuration"); + +var plugins = require("./plugins"); + +function _gensync() { + const data = require("gensync"); + + _gensync = function () { + return data; + }; + + return data; +} + +({}); + +const resolvePlugin = _gensync()(plugins.resolvePlugin).sync; + +exports.resolvePlugin = resolvePlugin; + +const resolvePreset = _gensync()(plugins.resolvePreset).sync; + +exports.resolvePreset = resolvePreset; +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/config/files/module-types.js b/FantasticAnimals/node_modules/@babel/core/lib/config/files/module-types.js new file mode 100644 index 0000000..fd2a3f6 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/config/files/module-types.js @@ -0,0 +1,121 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = loadCjsOrMjsDefault; +exports.supportsESM = void 0; + +var _async = require("../../gensync-utils/async"); + +function _path() { + const data = require("path"); + + _path = function () { + return data; + }; + + return data; +} + +function _url() { + const data = require("url"); + + _url = function () { + return data; + }; + + return data; +} + +function _module() { + const data = require("module"); + + _module = function () { + return data; + }; + + return data; +} + +function _semver() { + const data = require("semver"); + + _semver = function () { + return data; + }; + + return data; +} + +function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } } + +function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; } + +let import_; + +try { + import_ = require("./import.cjs"); +} catch (_unused) {} + +const supportsESM = _semver().satisfies(process.versions.node, "^12.17 || >=13.2"); + +exports.supportsESM = supportsESM; + +function* loadCjsOrMjsDefault(filepath, asyncError, fallbackToTranspiledModule = false) { + switch (guessJSModuleType(filepath)) { + case "cjs": + return loadCjsDefault(filepath, fallbackToTranspiledModule); + + case "unknown": + try { + return loadCjsDefault(filepath, fallbackToTranspiledModule); + } catch (e) { + if (e.code !== "ERR_REQUIRE_ESM") throw e; + } + + case "mjs": + if (yield* (0, _async.isAsync)()) { + return yield* (0, _async.waitFor)(loadMjsDefault(filepath)); + } + + throw new Error(asyncError); + } +} + +function guessJSModuleType(filename) { + switch (_path().extname(filename)) { + case ".cjs": + return "cjs"; + + case ".mjs": + return "mjs"; + + default: + return "unknown"; + } +} + +function loadCjsDefault(filepath, fallbackToTranspiledModule) { + const module = require(filepath); + + return module != null && module.__esModule ? module.default || (fallbackToTranspiledModule ? module : undefined) : module; +} + +function loadMjsDefault(_x) { + return _loadMjsDefault.apply(this, arguments); +} + +function _loadMjsDefault() { + _loadMjsDefault = _asyncToGenerator(function* (filepath) { + if (!import_) { + throw new Error("Internal error: Native ECMAScript modules aren't supported" + " by this platform.\n"); + } + + const module = yield import_((0, _url().pathToFileURL)(filepath)); + return module.default; + }); + return _loadMjsDefault.apply(this, arguments); +} + +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/config/files/package.js b/FantasticAnimals/node_modules/@babel/core/lib/config/files/package.js new file mode 100644 index 0000000..c6b7f47 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/config/files/package.js @@ -0,0 +1,77 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.findPackageData = findPackageData; + +function _path() { + const data = require("path"); + + _path = function () { + return data; + }; + + return data; +} + +var _utils = require("./utils"); + +const PACKAGE_FILENAME = "package.json"; + +function* findPackageData(filepath) { + let pkg = null; + const directories = []; + let isPackage = true; + + let dirname = _path().dirname(filepath); + + while (!pkg && _path().basename(dirname) !== "node_modules") { + directories.push(dirname); + pkg = yield* readConfigPackage(_path().join(dirname, PACKAGE_FILENAME)); + + const nextLoc = _path().dirname(dirname); + + if (dirname === nextLoc) { + isPackage = false; + break; + } + + dirname = nextLoc; + } + + return { + filepath, + directories, + pkg, + isPackage + }; +} + +const readConfigPackage = (0, _utils.makeStaticFileCache)((filepath, content) => { + let options; + + try { + options = JSON.parse(content); + } catch (err) { + err.message = `${filepath}: Error while parsing JSON - ${err.message}`; + throw err; + } + + if (!options) throw new Error(`${filepath}: No config detected`); + + if (typeof options !== "object") { + throw new Error(`${filepath}: Config returned typeof ${typeof options}`); + } + + if (Array.isArray(options)) { + throw new Error(`${filepath}: Expected config object but found array`); + } + + return { + filepath, + dirname: _path().dirname(filepath), + options + }; +}); +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/config/files/plugins.js b/FantasticAnimals/node_modules/@babel/core/lib/config/files/plugins.js new file mode 100644 index 0000000..8cfa436 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/config/files/plugins.js @@ -0,0 +1,275 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.loadPlugin = loadPlugin; +exports.loadPreset = loadPreset; +exports.resolvePlugin = resolvePlugin; +exports.resolvePreset = resolvePreset; + +function _debug() { + const data = require("debug"); + + _debug = function () { + return data; + }; + + return data; +} + +function _path() { + const data = require("path"); + + _path = function () { + return data; + }; + + return data; +} + +function _gensync() { + const data = require("gensync"); + + _gensync = function () { + return data; + }; + + return data; +} + +var _async = require("../../gensync-utils/async"); + +var _moduleTypes = require("./module-types"); + +function _url() { + const data = require("url"); + + _url = function () { + return data; + }; + + return data; +} + +var _importMetaResolve = require("./import-meta-resolve"); + +function _module() { + const data = require("module"); + + _module = function () { + return data; + }; + + return data; +} + +function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } } + +function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; } + +const debug = _debug()("babel:config:loading:files:plugins"); + +const EXACT_RE = /^module:/; +const BABEL_PLUGIN_PREFIX_RE = /^(?!@|module:|[^/]+\/|babel-plugin-)/; +const BABEL_PRESET_PREFIX_RE = /^(?!@|module:|[^/]+\/|babel-preset-)/; +const BABEL_PLUGIN_ORG_RE = /^(@babel\/)(?!plugin-|[^/]+\/)/; +const BABEL_PRESET_ORG_RE = /^(@babel\/)(?!preset-|[^/]+\/)/; +const OTHER_PLUGIN_ORG_RE = /^(@(?!babel\/)[^/]+\/)(?![^/]*babel-plugin(?:-|\/|$)|[^/]+\/)/; +const OTHER_PRESET_ORG_RE = /^(@(?!babel\/)[^/]+\/)(?![^/]*babel-preset(?:-|\/|$)|[^/]+\/)/; +const OTHER_ORG_DEFAULT_RE = /^(@(?!babel$)[^/]+)$/; + +function* resolvePlugin(name, dirname) { + return yield* resolveStandardizedName("plugin", name, dirname); +} + +function* resolvePreset(name, dirname) { + return yield* resolveStandardizedName("preset", name, dirname); +} + +function* loadPlugin(name, dirname) { + const filepath = yield* resolvePlugin(name, dirname); + const value = yield* requireModule("plugin", filepath); + debug("Loaded plugin %o from %o.", name, dirname); + return { + filepath, + value + }; +} + +function* loadPreset(name, dirname) { + const filepath = yield* resolvePreset(name, dirname); + const value = yield* requireModule("preset", filepath); + debug("Loaded preset %o from %o.", name, dirname); + return { + filepath, + value + }; +} + +function standardizeName(type, name) { + if (_path().isAbsolute(name)) return name; + const isPreset = type === "preset"; + return name.replace(isPreset ? BABEL_PRESET_PREFIX_RE : BABEL_PLUGIN_PREFIX_RE, `babel-${type}-`).replace(isPreset ? BABEL_PRESET_ORG_RE : BABEL_PLUGIN_ORG_RE, `$1${type}-`).replace(isPreset ? OTHER_PRESET_ORG_RE : OTHER_PLUGIN_ORG_RE, `$1babel-${type}-`).replace(OTHER_ORG_DEFAULT_RE, `$1/babel-${type}`).replace(EXACT_RE, ""); +} + +function* resolveAlternativesHelper(type, name) { + const standardizedName = standardizeName(type, name); + const { + error, + value + } = yield standardizedName; + if (!error) return value; + if (error.code !== "MODULE_NOT_FOUND") throw error; + + if (standardizedName !== name && !(yield name).error) { + error.message += `\n- If you want to resolve "${name}", use "module:${name}"`; + } + + if (!(yield standardizeName(type, "@babel/" + name)).error) { + error.message += `\n- Did you mean "@babel/${name}"?`; + } + + const oppositeType = type === "preset" ? "plugin" : "preset"; + + if (!(yield standardizeName(oppositeType, name)).error) { + error.message += `\n- Did you accidentally pass a ${oppositeType} as a ${type}?`; + } + + throw error; +} + +function tryRequireResolve(id, { + paths: [dirname] +}) { + try { + return { + error: null, + value: (((v, w) => (v = v.split("."), w = w.split("."), +v[0] > +w[0] || v[0] == w[0] && +v[1] >= +w[1]))(process.versions.node, "8.9") ? require.resolve : (r, { + paths: [b] + }, M = require("module")) => { + let f = M._findPath(r, M._nodeModulePaths(b).concat(b)); + + if (f) return f; + f = new Error(`Cannot resolve module '${r}'`); + f.code = "MODULE_NOT_FOUND"; + throw f; + })(id, { + paths: [dirname] + }) + }; + } catch (error) { + return { + error, + value: null + }; + } +} + +function tryImportMetaResolve(_x, _x2) { + return _tryImportMetaResolve.apply(this, arguments); +} + +function _tryImportMetaResolve() { + _tryImportMetaResolve = _asyncToGenerator(function* (id, options) { + try { + return { + error: null, + value: yield (0, _importMetaResolve.default)(id, options) + }; + } catch (error) { + return { + error, + value: null + }; + } + }); + return _tryImportMetaResolve.apply(this, arguments); +} + +function resolveStandardizedNameForRequire(type, name, dirname) { + const it = resolveAlternativesHelper(type, name); + let res = it.next(); + + while (!res.done) { + res = it.next(tryRequireResolve(res.value, { + paths: [dirname] + })); + } + + return res.value; +} + +function resolveStandardizedNameForImport(_x3, _x4, _x5) { + return _resolveStandardizedNameForImport.apply(this, arguments); +} + +function _resolveStandardizedNameForImport() { + _resolveStandardizedNameForImport = _asyncToGenerator(function* (type, name, dirname) { + const parentUrl = (0, _url().pathToFileURL)(_path().join(dirname, "./babel-virtual-resolve-base.js")).href; + const it = resolveAlternativesHelper(type, name); + let res = it.next(); + + while (!res.done) { + res = it.next(yield tryImportMetaResolve(res.value, parentUrl)); + } + + return (0, _url().fileURLToPath)(res.value); + }); + return _resolveStandardizedNameForImport.apply(this, arguments); +} + +const resolveStandardizedName = _gensync()({ + sync(type, name, dirname = process.cwd()) { + return resolveStandardizedNameForRequire(type, name, dirname); + }, + + async(type, name, dirname = process.cwd()) { + return _asyncToGenerator(function* () { + if (!_moduleTypes.supportsESM) { + return resolveStandardizedNameForRequire(type, name, dirname); + } + + try { + return yield resolveStandardizedNameForImport(type, name, dirname); + } catch (e) { + try { + return resolveStandardizedNameForRequire(type, name, dirname); + } catch (e2) { + if (e.type === "MODULE_NOT_FOUND") throw e; + if (e2.type === "MODULE_NOT_FOUND") throw e2; + throw e; + } + } + })(); + } + +}); + +{ + var LOADING_MODULES = new Set(); +} + +function* requireModule(type, name) { + { + if (!(yield* (0, _async.isAsync)()) && LOADING_MODULES.has(name)) { + throw new Error(`Reentrant ${type} detected trying to load "${name}". This module is not ignored ` + "and is trying to load itself while compiling itself, leading to a dependency cycle. " + 'We recommend adding it to your "ignore" list in your babelrc, or to a .babelignore.'); + } + } + + try { + { + LOADING_MODULES.add(name); + } + return yield* (0, _moduleTypes.default)(name, `You appear to be using a native ECMAScript module ${type}, ` + "which is only supported when running Babel asynchronously.", true); + } catch (err) { + err.message = `[BABEL]: ${err.message} (While processing: ${name})`; + throw err; + } finally { + { + LOADING_MODULES.delete(name); + } + } +} + +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/config/files/types.js b/FantasticAnimals/node_modules/@babel/core/lib/config/files/types.js new file mode 100644 index 0000000..d28d24c --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/config/files/types.js @@ -0,0 +1 @@ +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/config/files/utils.js b/FantasticAnimals/node_modules/@babel/core/lib/config/files/utils.js new file mode 100644 index 0000000..84dbe02 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/config/files/utils.js @@ -0,0 +1,46 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.makeStaticFileCache = makeStaticFileCache; + +var _caching = require("../caching"); + +var fs = require("../../gensync-utils/fs"); + +function _fs2() { + const data = require("fs"); + + _fs2 = function () { + return data; + }; + + return data; +} + +function makeStaticFileCache(fn) { + return (0, _caching.makeStrongCache)(function* (filepath, cache) { + const cached = cache.invalidate(() => fileMtime(filepath)); + + if (cached === null) { + return null; + } + + return fn(filepath, yield* fs.readFile(filepath, "utf8")); + }); +} + +function fileMtime(filepath) { + if (!_fs2().existsSync(filepath)) return null; + + try { + return +_fs2().statSync(filepath).mtime; + } catch (e) { + if (e.code !== "ENOENT" && e.code !== "ENOTDIR") throw e; + } + + return null; +} + +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/config/full.js b/FantasticAnimals/node_modules/@babel/core/lib/config/full.js new file mode 100644 index 0000000..cab5fd6 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/config/full.js @@ -0,0 +1,380 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = void 0; + +function _gensync() { + const data = require("gensync"); + + _gensync = function () { + return data; + }; + + return data; +} + +var _async = require("../gensync-utils/async"); + +var _util = require("./util"); + +var context = require("../index"); + +var _plugin = require("./plugin"); + +var _item = require("./item"); + +var _configChain = require("./config-chain"); + +var _deepArray = require("./helpers/deep-array"); + +function _traverse() { + const data = require("@babel/traverse"); + + _traverse = function () { + return data; + }; + + return data; +} + +var _caching = require("./caching"); + +var _options = require("./validation/options"); + +var _plugins = require("./validation/plugins"); + +var _configApi = require("./helpers/config-api"); + +var _partial = require("./partial"); + +var Context = require("./cache-contexts"); + +var _default = _gensync()(function* loadFullConfig(inputOpts) { + var _opts$assumptions; + + const result = yield* (0, _partial.default)(inputOpts); + + if (!result) { + return null; + } + + const { + options, + context, + fileHandling + } = result; + + if (fileHandling === "ignored") { + return null; + } + + const optionDefaults = {}; + const { + plugins, + presets + } = options; + + if (!plugins || !presets) { + throw new Error("Assertion failure - plugins and presets exist"); + } + + const presetContext = Object.assign({}, context, { + targets: options.targets + }); + + const toDescriptor = item => { + const desc = (0, _item.getItemDescriptor)(item); + + if (!desc) { + throw new Error("Assertion failure - must be config item"); + } + + return desc; + }; + + const presetsDescriptors = presets.map(toDescriptor); + const initialPluginsDescriptors = plugins.map(toDescriptor); + const pluginDescriptorsByPass = [[]]; + const passes = []; + const externalDependencies = []; + const ignored = yield* enhanceError(context, function* recursePresetDescriptors(rawPresets, pluginDescriptorsPass) { + const presets = []; + + for (let i = 0; i < rawPresets.length; i++) { + const descriptor = rawPresets[i]; + + if (descriptor.options !== false) { + try { + var preset = yield* loadPresetDescriptor(descriptor, presetContext); + } catch (e) { + if (e.code === "BABEL_UNKNOWN_OPTION") { + (0, _options.checkNoUnwrappedItemOptionPairs)(rawPresets, i, "preset", e); + } + + throw e; + } + + externalDependencies.push(preset.externalDependencies); + + if (descriptor.ownPass) { + presets.push({ + preset: preset.chain, + pass: [] + }); + } else { + presets.unshift({ + preset: preset.chain, + pass: pluginDescriptorsPass + }); + } + } + } + + if (presets.length > 0) { + pluginDescriptorsByPass.splice(1, 0, ...presets.map(o => o.pass).filter(p => p !== pluginDescriptorsPass)); + + for (const { + preset, + pass + } of presets) { + if (!preset) return true; + pass.push(...preset.plugins); + const ignored = yield* recursePresetDescriptors(preset.presets, pass); + if (ignored) return true; + preset.options.forEach(opts => { + (0, _util.mergeOptions)(optionDefaults, opts); + }); + } + } + })(presetsDescriptors, pluginDescriptorsByPass[0]); + if (ignored) return null; + const opts = optionDefaults; + (0, _util.mergeOptions)(opts, options); + const pluginContext = Object.assign({}, presetContext, { + assumptions: (_opts$assumptions = opts.assumptions) != null ? _opts$assumptions : {} + }); + yield* enhanceError(context, function* loadPluginDescriptors() { + pluginDescriptorsByPass[0].unshift(...initialPluginsDescriptors); + + for (const descs of pluginDescriptorsByPass) { + const pass = []; + passes.push(pass); + + for (let i = 0; i < descs.length; i++) { + const descriptor = descs[i]; + + if (descriptor.options !== false) { + try { + var plugin = yield* loadPluginDescriptor(descriptor, pluginContext); + } catch (e) { + if (e.code === "BABEL_UNKNOWN_PLUGIN_PROPERTY") { + (0, _options.checkNoUnwrappedItemOptionPairs)(descs, i, "plugin", e); + } + + throw e; + } + + pass.push(plugin); + externalDependencies.push(plugin.externalDependencies); + } + } + } + })(); + opts.plugins = passes[0]; + opts.presets = passes.slice(1).filter(plugins => plugins.length > 0).map(plugins => ({ + plugins + })); + opts.passPerPreset = opts.presets.length > 0; + return { + options: opts, + passes: passes, + externalDependencies: (0, _deepArray.finalize)(externalDependencies) + }; +}); + +exports.default = _default; + +function enhanceError(context, fn) { + return function* (arg1, arg2) { + try { + return yield* fn(arg1, arg2); + } catch (e) { + if (!/^\[BABEL\]/.test(e.message)) { + e.message = `[BABEL] ${context.filename || "unknown"}: ${e.message}`; + } + + throw e; + } + }; +} + +const makeDescriptorLoader = apiFactory => (0, _caching.makeWeakCache)(function* ({ + value, + options, + dirname, + alias +}, cache) { + if (options === false) throw new Error("Assertion failure"); + options = options || {}; + const externalDependencies = []; + let item = value; + + if (typeof value === "function") { + const factory = (0, _async.maybeAsync)(value, `You appear to be using an async plugin/preset, but Babel has been called synchronously`); + const api = Object.assign({}, context, apiFactory(cache, externalDependencies)); + + try { + item = yield* factory(api, options, dirname); + } catch (e) { + if (alias) { + e.message += ` (While processing: ${JSON.stringify(alias)})`; + } + + throw e; + } + } + + if (!item || typeof item !== "object") { + throw new Error("Plugin/Preset did not return an object."); + } + + if ((0, _async.isThenable)(item)) { + yield* []; + throw new Error(`You appear to be using a promise as a plugin, ` + `which your current version of Babel does not support. ` + `If you're using a published plugin, ` + `you may need to upgrade your @babel/core version. ` + `As an alternative, you can prefix the promise with "await". ` + `(While processing: ${JSON.stringify(alias)})`); + } + + if (externalDependencies.length > 0 && (!cache.configured() || cache.mode() === "forever")) { + let error = `A plugin/preset has external untracked dependencies ` + `(${externalDependencies[0]}), but the cache `; + + if (!cache.configured()) { + error += `has not been configured to be invalidated when the external dependencies change. `; + } else { + error += ` has been configured to never be invalidated. `; + } + + error += `Plugins/presets should configure their cache to be invalidated when the external ` + `dependencies change, for example using \`api.cache.invalidate(() => ` + `statSync(filepath).mtimeMs)\` or \`api.cache.never()\`\n` + `(While processing: ${JSON.stringify(alias)})`; + throw new Error(error); + } + + return { + value: item, + options, + dirname, + alias, + externalDependencies: (0, _deepArray.finalize)(externalDependencies) + }; +}); + +const pluginDescriptorLoader = makeDescriptorLoader(_configApi.makePluginAPI); +const presetDescriptorLoader = makeDescriptorLoader(_configApi.makePresetAPI); + +function* loadPluginDescriptor(descriptor, context) { + if (descriptor.value instanceof _plugin.default) { + if (descriptor.options) { + throw new Error("Passed options to an existing Plugin instance will not work."); + } + + return descriptor.value; + } + + return yield* instantiatePlugin(yield* pluginDescriptorLoader(descriptor, context), context); +} + +const instantiatePlugin = (0, _caching.makeWeakCache)(function* ({ + value, + options, + dirname, + alias, + externalDependencies +}, cache) { + const pluginObj = (0, _plugins.validatePluginObject)(value); + const plugin = Object.assign({}, pluginObj); + + if (plugin.visitor) { + plugin.visitor = _traverse().default.explode(Object.assign({}, plugin.visitor)); + } + + if (plugin.inherits) { + const inheritsDescriptor = { + name: undefined, + alias: `${alias}$inherits`, + value: plugin.inherits, + options, + dirname + }; + const inherits = yield* (0, _async.forwardAsync)(loadPluginDescriptor, run => { + return cache.invalidate(data => run(inheritsDescriptor, data)); + }); + plugin.pre = chain(inherits.pre, plugin.pre); + plugin.post = chain(inherits.post, plugin.post); + plugin.manipulateOptions = chain(inherits.manipulateOptions, plugin.manipulateOptions); + plugin.visitor = _traverse().default.visitors.merge([inherits.visitor || {}, plugin.visitor || {}]); + + if (inherits.externalDependencies.length > 0) { + if (externalDependencies.length === 0) { + externalDependencies = inherits.externalDependencies; + } else { + externalDependencies = (0, _deepArray.finalize)([externalDependencies, inherits.externalDependencies]); + } + } + } + + return new _plugin.default(plugin, options, alias, externalDependencies); +}); + +const validateIfOptionNeedsFilename = (options, descriptor) => { + if (options.test || options.include || options.exclude) { + const formattedPresetName = descriptor.name ? `"${descriptor.name}"` : "/* your preset */"; + throw new Error([`Preset ${formattedPresetName} requires a filename to be set when babel is called directly,`, `\`\`\``, `babel.transformSync(code, { filename: 'file.ts', presets: [${formattedPresetName}] });`, `\`\`\``, `See https://babeljs.io/docs/en/options#filename for more information.`].join("\n")); + } +}; + +const validatePreset = (preset, context, descriptor) => { + if (!context.filename) { + const { + options + } = preset; + validateIfOptionNeedsFilename(options, descriptor); + + if (options.overrides) { + options.overrides.forEach(overrideOptions => validateIfOptionNeedsFilename(overrideOptions, descriptor)); + } + } +}; + +function* loadPresetDescriptor(descriptor, context) { + const preset = instantiatePreset(yield* presetDescriptorLoader(descriptor, context)); + validatePreset(preset, context, descriptor); + return { + chain: yield* (0, _configChain.buildPresetChain)(preset, context), + externalDependencies: preset.externalDependencies + }; +} + +const instantiatePreset = (0, _caching.makeWeakCacheSync)(({ + value, + dirname, + alias, + externalDependencies +}) => { + return { + options: (0, _options.validate)("preset", value), + alias, + dirname, + externalDependencies + }; +}); + +function chain(a, b) { + const fns = [a, b].filter(Boolean); + if (fns.length <= 1) return fns[0]; + return function (...args) { + for (const fn of fns) { + fn.apply(this, args); + } + }; +} + +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/config/helpers/config-api.js b/FantasticAnimals/node_modules/@babel/core/lib/config/helpers/config-api.js new file mode 100644 index 0000000..5fafead --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/config/helpers/config-api.js @@ -0,0 +1,109 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.makeConfigAPI = makeConfigAPI; +exports.makePluginAPI = makePluginAPI; +exports.makePresetAPI = makePresetAPI; + +function _semver() { + const data = require("semver"); + + _semver = function () { + return data; + }; + + return data; +} + +var _ = require("../../"); + +var _caching = require("../caching"); + +var Context = require("../cache-contexts"); + +function makeConfigAPI(cache) { + const env = value => cache.using(data => { + if (typeof value === "undefined") return data.envName; + + if (typeof value === "function") { + return (0, _caching.assertSimpleType)(value(data.envName)); + } + + return (Array.isArray(value) ? value : [value]).some(entry => { + if (typeof entry !== "string") { + throw new Error("Unexpected non-string value"); + } + + return entry === data.envName; + }); + }); + + const caller = cb => cache.using(data => (0, _caching.assertSimpleType)(cb(data.caller))); + + return { + version: _.version, + cache: cache.simple(), + env, + async: () => false, + caller, + assertVersion + }; +} + +function makePresetAPI(cache, externalDependencies) { + const targets = () => JSON.parse(cache.using(data => JSON.stringify(data.targets))); + + const addExternalDependency = ref => { + externalDependencies.push(ref); + }; + + return Object.assign({}, makeConfigAPI(cache), { + targets, + addExternalDependency + }); +} + +function makePluginAPI(cache, externalDependencies) { + const assumption = name => cache.using(data => data.assumptions[name]); + + return Object.assign({}, makePresetAPI(cache, externalDependencies), { + assumption + }); +} + +function assertVersion(range) { + if (typeof range === "number") { + if (!Number.isInteger(range)) { + throw new Error("Expected string or integer value."); + } + + range = `^${range}.0.0-0`; + } + + if (typeof range !== "string") { + throw new Error("Expected string or integer value."); + } + + if (_semver().satisfies(_.version, range)) return; + const limit = Error.stackTraceLimit; + + if (typeof limit === "number" && limit < 25) { + Error.stackTraceLimit = 25; + } + + const err = new Error(`Requires Babel "${range}", but was loaded with "${_.version}". ` + `If you are sure you have a compatible version of @babel/core, ` + `it is likely that something in your build process is loading the ` + `wrong version. Inspect the stack trace of this error to look for ` + `the first entry that doesn't mention "@babel/core" or "babel-core" ` + `to see what is calling Babel.`); + + if (typeof limit === "number") { + Error.stackTraceLimit = limit; + } + + throw Object.assign(err, { + code: "BABEL_VERSION_UNSUPPORTED", + version: _.version, + range + }); +} + +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/config/helpers/deep-array.js b/FantasticAnimals/node_modules/@babel/core/lib/config/helpers/deep-array.js new file mode 100644 index 0000000..4aa198c --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/config/helpers/deep-array.js @@ -0,0 +1,26 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.finalize = finalize; +exports.flattenToSet = flattenToSet; + +function finalize(deepArr) { + return Object.freeze(deepArr); +} + +function flattenToSet(arr) { + const result = new Set(); + const stack = [arr]; + + while (stack.length > 0) { + for (const el of stack.pop()) { + if (Array.isArray(el)) stack.push(el);else result.add(el); + } + } + + return result; +} + +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/config/helpers/environment.js b/FantasticAnimals/node_modules/@babel/core/lib/config/helpers/environment.js new file mode 100644 index 0000000..75910a7 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/config/helpers/environment.js @@ -0,0 +1,12 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.getEnv = getEnv; + +function getEnv(defaultValue = "development") { + return process.env.BABEL_ENV || process.env.NODE_ENV || defaultValue; +} + +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/config/index.js b/FantasticAnimals/node_modules/@babel/core/lib/config/index.js new file mode 100644 index 0000000..116d3f0 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/config/index.js @@ -0,0 +1,83 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.createConfigItem = createConfigItem; +exports.createConfigItemSync = exports.createConfigItemAsync = void 0; +Object.defineProperty(exports, "default", { + enumerable: true, + get: function () { + return _full.default; + } +}); +exports.loadPartialConfigSync = exports.loadPartialConfigAsync = exports.loadPartialConfig = exports.loadOptionsSync = exports.loadOptionsAsync = exports.loadOptions = void 0; + +function _gensync() { + const data = require("gensync"); + + _gensync = function () { + return data; + }; + + return data; +} + +var _full = require("./full"); + +var _partial = require("./partial"); + +var _item = require("./item"); + +const loadOptionsRunner = _gensync()(function* (opts) { + var _config$options; + + const config = yield* (0, _full.default)(opts); + return (_config$options = config == null ? void 0 : config.options) != null ? _config$options : null; +}); + +const createConfigItemRunner = _gensync()(_item.createConfigItem); + +const maybeErrback = runner => (argOrCallback, maybeCallback) => { + let arg; + let callback; + + if (maybeCallback === undefined && typeof argOrCallback === "function") { + callback = argOrCallback; + arg = undefined; + } else { + callback = maybeCallback; + arg = argOrCallback; + } + + return callback ? runner.errback(arg, callback) : runner.sync(arg); +}; + +const loadPartialConfig = maybeErrback(_partial.loadPartialConfig); +exports.loadPartialConfig = loadPartialConfig; +const loadPartialConfigSync = _partial.loadPartialConfig.sync; +exports.loadPartialConfigSync = loadPartialConfigSync; +const loadPartialConfigAsync = _partial.loadPartialConfig.async; +exports.loadPartialConfigAsync = loadPartialConfigAsync; +const loadOptions = maybeErrback(loadOptionsRunner); +exports.loadOptions = loadOptions; +const loadOptionsSync = loadOptionsRunner.sync; +exports.loadOptionsSync = loadOptionsSync; +const loadOptionsAsync = loadOptionsRunner.async; +exports.loadOptionsAsync = loadOptionsAsync; +const createConfigItemSync = createConfigItemRunner.sync; +exports.createConfigItemSync = createConfigItemSync; +const createConfigItemAsync = createConfigItemRunner.async; +exports.createConfigItemAsync = createConfigItemAsync; + +function createConfigItem(target, options, callback) { + if (callback !== undefined) { + return createConfigItemRunner.errback(target, options, callback); + } else if (typeof options === "function") { + return createConfigItemRunner.errback(target, undefined, callback); + } else { + return createConfigItemRunner.sync(target, options); + } +} + +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/config/item.js b/FantasticAnimals/node_modules/@babel/core/lib/config/item.js new file mode 100644 index 0000000..f0a185e --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/config/item.js @@ -0,0 +1,77 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.createConfigItem = createConfigItem; +exports.createItemFromDescriptor = createItemFromDescriptor; +exports.getItemDescriptor = getItemDescriptor; + +function _path() { + const data = require("path"); + + _path = function () { + return data; + }; + + return data; +} + +var _configDescriptors = require("./config-descriptors"); + +function createItemFromDescriptor(desc) { + return new ConfigItem(desc); +} + +function* createConfigItem(value, { + dirname = ".", + type +} = {}) { + const descriptor = yield* (0, _configDescriptors.createDescriptor)(value, _path().resolve(dirname), { + type, + alias: "programmatic item" + }); + return createItemFromDescriptor(descriptor); +} + +function getItemDescriptor(item) { + if (item != null && item[CONFIG_ITEM_BRAND]) { + return item._descriptor; + } + + return undefined; +} + +const CONFIG_ITEM_BRAND = Symbol.for("@babel/core@7 - ConfigItem"); + +class ConfigItem { + constructor(descriptor) { + this._descriptor = void 0; + this[CONFIG_ITEM_BRAND] = true; + this.value = void 0; + this.options = void 0; + this.dirname = void 0; + this.name = void 0; + this.file = void 0; + this._descriptor = descriptor; + Object.defineProperty(this, "_descriptor", { + enumerable: false + }); + Object.defineProperty(this, CONFIG_ITEM_BRAND, { + enumerable: false + }); + this.value = this._descriptor.value; + this.options = this._descriptor.options; + this.dirname = this._descriptor.dirname; + this.name = this._descriptor.name; + this.file = this._descriptor.file ? { + request: this._descriptor.file.request, + resolved: this._descriptor.file.resolved + } : undefined; + Object.freeze(this); + } + +} + +Object.freeze(ConfigItem.prototype); +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/config/partial.js b/FantasticAnimals/node_modules/@babel/core/lib/config/partial.js new file mode 100644 index 0000000..2269da2 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/config/partial.js @@ -0,0 +1,198 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = loadPrivatePartialConfig; +exports.loadPartialConfig = void 0; + +function _path() { + const data = require("path"); + + _path = function () { + return data; + }; + + return data; +} + +function _gensync() { + const data = require("gensync"); + + _gensync = function () { + return data; + }; + + return data; +} + +var _plugin = require("./plugin"); + +var _util = require("./util"); + +var _item = require("./item"); + +var _configChain = require("./config-chain"); + +var _environment = require("./helpers/environment"); + +var _options = require("./validation/options"); + +var _files = require("./files"); + +var _resolveTargets = require("./resolve-targets"); + +const _excluded = ["showIgnoredFiles"]; + +function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; } + +function resolveRootMode(rootDir, rootMode) { + switch (rootMode) { + case "root": + return rootDir; + + case "upward-optional": + { + const upwardRootDir = (0, _files.findConfigUpwards)(rootDir); + return upwardRootDir === null ? rootDir : upwardRootDir; + } + + case "upward": + { + const upwardRootDir = (0, _files.findConfigUpwards)(rootDir); + if (upwardRootDir !== null) return upwardRootDir; + throw Object.assign(new Error(`Babel was run with rootMode:"upward" but a root could not ` + `be found when searching upward from "${rootDir}".\n` + `One of the following config files must be in the directory tree: ` + `"${_files.ROOT_CONFIG_FILENAMES.join(", ")}".`), { + code: "BABEL_ROOT_NOT_FOUND", + dirname: rootDir + }); + } + + default: + throw new Error(`Assertion failure - unknown rootMode value.`); + } +} + +function* loadPrivatePartialConfig(inputOpts) { + if (inputOpts != null && (typeof inputOpts !== "object" || Array.isArray(inputOpts))) { + throw new Error("Babel options must be an object, null, or undefined"); + } + + const args = inputOpts ? (0, _options.validate)("arguments", inputOpts) : {}; + const { + envName = (0, _environment.getEnv)(), + cwd = ".", + root: rootDir = ".", + rootMode = "root", + caller, + cloneInputAst = true + } = args; + + const absoluteCwd = _path().resolve(cwd); + + const absoluteRootDir = resolveRootMode(_path().resolve(absoluteCwd, rootDir), rootMode); + const filename = typeof args.filename === "string" ? _path().resolve(cwd, args.filename) : undefined; + const showConfigPath = yield* (0, _files.resolveShowConfigPath)(absoluteCwd); + const context = { + filename, + cwd: absoluteCwd, + root: absoluteRootDir, + envName, + caller, + showConfig: showConfigPath === filename + }; + const configChain = yield* (0, _configChain.buildRootChain)(args, context); + if (!configChain) return null; + const merged = { + assumptions: {} + }; + configChain.options.forEach(opts => { + (0, _util.mergeOptions)(merged, opts); + }); + const options = Object.assign({}, merged, { + targets: (0, _resolveTargets.resolveTargets)(merged, absoluteRootDir), + cloneInputAst, + babelrc: false, + configFile: false, + browserslistConfigFile: false, + passPerPreset: false, + envName: context.envName, + cwd: context.cwd, + root: context.root, + rootMode: "root", + filename: typeof context.filename === "string" ? context.filename : undefined, + plugins: configChain.plugins.map(descriptor => (0, _item.createItemFromDescriptor)(descriptor)), + presets: configChain.presets.map(descriptor => (0, _item.createItemFromDescriptor)(descriptor)) + }); + return { + options, + context, + fileHandling: configChain.fileHandling, + ignore: configChain.ignore, + babelrc: configChain.babelrc, + config: configChain.config, + files: configChain.files + }; +} + +const loadPartialConfig = _gensync()(function* (opts) { + let showIgnoredFiles = false; + + if (typeof opts === "object" && opts !== null && !Array.isArray(opts)) { + var _opts = opts; + ({ + showIgnoredFiles + } = _opts); + opts = _objectWithoutPropertiesLoose(_opts, _excluded); + _opts; + } + + const result = yield* loadPrivatePartialConfig(opts); + if (!result) return null; + const { + options, + babelrc, + ignore, + config, + fileHandling, + files + } = result; + + if (fileHandling === "ignored" && !showIgnoredFiles) { + return null; + } + + (options.plugins || []).forEach(item => { + if (item.value instanceof _plugin.default) { + throw new Error("Passing cached plugin instances is not supported in " + "babel.loadPartialConfig()"); + } + }); + return new PartialConfig(options, babelrc ? babelrc.filepath : undefined, ignore ? ignore.filepath : undefined, config ? config.filepath : undefined, fileHandling, files); +}); + +exports.loadPartialConfig = loadPartialConfig; + +class PartialConfig { + constructor(options, babelrc, ignore, config, fileHandling, files) { + this.options = void 0; + this.babelrc = void 0; + this.babelignore = void 0; + this.config = void 0; + this.fileHandling = void 0; + this.files = void 0; + this.options = options; + this.babelignore = ignore; + this.babelrc = babelrc; + this.config = config; + this.fileHandling = fileHandling; + this.files = files; + Object.freeze(this); + } + + hasFilesystemConfig() { + return this.babelrc !== undefined || this.config !== undefined; + } + +} + +Object.freeze(PartialConfig.prototype); +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/config/pattern-to-regex.js b/FantasticAnimals/node_modules/@babel/core/lib/config/pattern-to-regex.js new file mode 100644 index 0000000..f24d955 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/config/pattern-to-regex.js @@ -0,0 +1,46 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = pathToPattern; + +function _path() { + const data = require("path"); + + _path = function () { + return data; + }; + + return data; +} + +const sep = `\\${_path().sep}`; +const endSep = `(?:${sep}|$)`; +const substitution = `[^${sep}]+`; +const starPat = `(?:${substitution}${sep})`; +const starPatLast = `(?:${substitution}${endSep})`; +const starStarPat = `${starPat}*?`; +const starStarPatLast = `${starPat}*?${starPatLast}?`; + +function escapeRegExp(string) { + return string.replace(/[|\\{}()[\]^$+*?.]/g, "\\$&"); +} + +function pathToPattern(pattern, dirname) { + const parts = _path().resolve(dirname, pattern).split(_path().sep); + + return new RegExp(["^", ...parts.map((part, i) => { + const last = i === parts.length - 1; + if (part === "**") return last ? starStarPatLast : starStarPat; + if (part === "*") return last ? starPatLast : starPat; + + if (part.indexOf("*.") === 0) { + return substitution + escapeRegExp(part.slice(1)) + (last ? endSep : sep); + } + + return escapeRegExp(part) + (last ? endSep : sep); + })].join("")); +} + +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/config/plugin.js b/FantasticAnimals/node_modules/@babel/core/lib/config/plugin.js new file mode 100644 index 0000000..e0f2d34 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/config/plugin.js @@ -0,0 +1,35 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = void 0; + +var _deepArray = require("./helpers/deep-array"); + +class Plugin { + constructor(plugin, options, key, externalDependencies = (0, _deepArray.finalize)([])) { + this.key = void 0; + this.manipulateOptions = void 0; + this.post = void 0; + this.pre = void 0; + this.visitor = void 0; + this.parserOverride = void 0; + this.generatorOverride = void 0; + this.options = void 0; + this.externalDependencies = void 0; + this.key = plugin.name || key; + this.manipulateOptions = plugin.manipulateOptions; + this.post = plugin.post; + this.pre = plugin.pre; + this.visitor = plugin.visitor || {}; + this.parserOverride = plugin.parserOverride; + this.generatorOverride = plugin.generatorOverride; + this.options = options; + this.externalDependencies = externalDependencies; + } + +} + +exports.default = Plugin; +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/config/printer.js b/FantasticAnimals/node_modules/@babel/core/lib/config/printer.js new file mode 100644 index 0000000..51d7c1b --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/config/printer.js @@ -0,0 +1,140 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.ConfigPrinter = exports.ChainFormatter = void 0; + +function _gensync() { + const data = require("gensync"); + + _gensync = function () { + return data; + }; + + return data; +} + +const ChainFormatter = { + Programmatic: 0, + Config: 1 +}; +exports.ChainFormatter = ChainFormatter; +const Formatter = { + title(type, callerName, filepath) { + let title = ""; + + if (type === ChainFormatter.Programmatic) { + title = "programmatic options"; + + if (callerName) { + title += " from " + callerName; + } + } else { + title = "config " + filepath; + } + + return title; + }, + + loc(index, envName) { + let loc = ""; + + if (index != null) { + loc += `.overrides[${index}]`; + } + + if (envName != null) { + loc += `.env["${envName}"]`; + } + + return loc; + }, + + *optionsAndDescriptors(opt) { + const content = Object.assign({}, opt.options); + delete content.overrides; + delete content.env; + const pluginDescriptors = [...(yield* opt.plugins())]; + + if (pluginDescriptors.length) { + content.plugins = pluginDescriptors.map(d => descriptorToConfig(d)); + } + + const presetDescriptors = [...(yield* opt.presets())]; + + if (presetDescriptors.length) { + content.presets = [...presetDescriptors].map(d => descriptorToConfig(d)); + } + + return JSON.stringify(content, undefined, 2); + } + +}; + +function descriptorToConfig(d) { + var _d$file; + + let name = (_d$file = d.file) == null ? void 0 : _d$file.request; + + if (name == null) { + if (typeof d.value === "object") { + name = d.value; + } else if (typeof d.value === "function") { + name = `[Function: ${d.value.toString().slice(0, 50)} ... ]`; + } + } + + if (name == null) { + name = "[Unknown]"; + } + + if (d.options === undefined) { + return name; + } else if (d.name == null) { + return [name, d.options]; + } else { + return [name, d.options, d.name]; + } +} + +class ConfigPrinter { + constructor() { + this._stack = []; + } + + configure(enabled, type, { + callerName, + filepath + }) { + if (!enabled) return () => {}; + return (content, index, envName) => { + this._stack.push({ + type, + callerName, + filepath, + content, + index, + envName + }); + }; + } + + static *format(config) { + let title = Formatter.title(config.type, config.callerName, config.filepath); + const loc = Formatter.loc(config.index, config.envName); + if (loc) title += ` ${loc}`; + const content = yield* Formatter.optionsAndDescriptors(config.content); + return `${title}\n${content}`; + } + + *output() { + if (this._stack.length === 0) return ""; + const configs = yield* _gensync().all(this._stack.map(s => ConfigPrinter.format(s))); + return configs.join("\n\n"); + } + +} + +exports.ConfigPrinter = ConfigPrinter; +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/config/resolve-targets-browser.js b/FantasticAnimals/node_modules/@babel/core/lib/config/resolve-targets-browser.js new file mode 100644 index 0000000..1fd3f9e --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/config/resolve-targets-browser.js @@ -0,0 +1,47 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.resolveBrowserslistConfigFile = resolveBrowserslistConfigFile; +exports.resolveTargets = resolveTargets; + +function _helperCompilationTargets() { + const data = require("@babel/helper-compilation-targets"); + + _helperCompilationTargets = function () { + return data; + }; + + return data; +} + +function resolveBrowserslistConfigFile(browserslistConfigFile, configFilePath) { + return undefined; +} + +function resolveTargets(options, root) { + const optTargets = options.targets; + let targets; + + if (typeof optTargets === "string" || Array.isArray(optTargets)) { + targets = { + browsers: optTargets + }; + } else if (optTargets) { + if ("esmodules" in optTargets) { + targets = Object.assign({}, optTargets, { + esmodules: "intersect" + }); + } else { + targets = optTargets; + } + } + + return (0, _helperCompilationTargets().default)(targets, { + ignoreBrowserslistConfig: true, + browserslistEnv: options.browserslistEnv + }); +} + +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/config/resolve-targets.js b/FantasticAnimals/node_modules/@babel/core/lib/config/resolve-targets.js new file mode 100644 index 0000000..585d86b --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/config/resolve-targets.js @@ -0,0 +1,73 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.resolveBrowserslistConfigFile = resolveBrowserslistConfigFile; +exports.resolveTargets = resolveTargets; + +function _path() { + const data = require("path"); + + _path = function () { + return data; + }; + + return data; +} + +function _helperCompilationTargets() { + const data = require("@babel/helper-compilation-targets"); + + _helperCompilationTargets = function () { + return data; + }; + + return data; +} + +({}); + +function resolveBrowserslistConfigFile(browserslistConfigFile, configFileDir) { + return _path().resolve(configFileDir, browserslistConfigFile); +} + +function resolveTargets(options, root) { + const optTargets = options.targets; + let targets; + + if (typeof optTargets === "string" || Array.isArray(optTargets)) { + targets = { + browsers: optTargets + }; + } else if (optTargets) { + if ("esmodules" in optTargets) { + targets = Object.assign({}, optTargets, { + esmodules: "intersect" + }); + } else { + targets = optTargets; + } + } + + const { + browserslistConfigFile + } = options; + let configFile; + let ignoreBrowserslistConfig = false; + + if (typeof browserslistConfigFile === "string") { + configFile = browserslistConfigFile; + } else { + ignoreBrowserslistConfig = browserslistConfigFile === false; + } + + return (0, _helperCompilationTargets().default)(targets, { + ignoreBrowserslistConfig, + configFile, + configPath: root, + browserslistEnv: options.browserslistEnv + }); +} + +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/config/util.js b/FantasticAnimals/node_modules/@babel/core/lib/config/util.js new file mode 100644 index 0000000..98b5870 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/config/util.js @@ -0,0 +1,33 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.isIterableIterator = isIterableIterator; +exports.mergeOptions = mergeOptions; + +function mergeOptions(target, source) { + for (const k of Object.keys(source)) { + if ((k === "parserOpts" || k === "generatorOpts" || k === "assumptions") && source[k]) { + const parserOpts = source[k]; + const targetObj = target[k] || (target[k] = {}); + mergeDefaultFields(targetObj, parserOpts); + } else { + const val = source[k]; + if (val !== undefined) target[k] = val; + } + } +} + +function mergeDefaultFields(target, source) { + for (const k of Object.keys(source)) { + const val = source[k]; + if (val !== undefined) target[k] = val; + } +} + +function isIterableIterator(value) { + return !!value && typeof value.next === "function" && typeof value[Symbol.iterator] === "function"; +} + +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/config/validation/option-assertions.js b/FantasticAnimals/node_modules/@babel/core/lib/config/validation/option-assertions.js new file mode 100644 index 0000000..8761d29 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/config/validation/option-assertions.js @@ -0,0 +1,354 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.access = access; +exports.assertArray = assertArray; +exports.assertAssumptions = assertAssumptions; +exports.assertBabelrcSearch = assertBabelrcSearch; +exports.assertBoolean = assertBoolean; +exports.assertCallerMetadata = assertCallerMetadata; +exports.assertCompact = assertCompact; +exports.assertConfigApplicableTest = assertConfigApplicableTest; +exports.assertConfigFileSearch = assertConfigFileSearch; +exports.assertFunction = assertFunction; +exports.assertIgnoreList = assertIgnoreList; +exports.assertInputSourceMap = assertInputSourceMap; +exports.assertObject = assertObject; +exports.assertPluginList = assertPluginList; +exports.assertRootMode = assertRootMode; +exports.assertSourceMaps = assertSourceMaps; +exports.assertSourceType = assertSourceType; +exports.assertString = assertString; +exports.assertTargets = assertTargets; +exports.msg = msg; + +function _helperCompilationTargets() { + const data = require("@babel/helper-compilation-targets"); + + _helperCompilationTargets = function () { + return data; + }; + + return data; +} + +var _options = require("./options"); + +function msg(loc) { + switch (loc.type) { + case "root": + return ``; + + case "env": + return `${msg(loc.parent)}.env["${loc.name}"]`; + + case "overrides": + return `${msg(loc.parent)}.overrides[${loc.index}]`; + + case "option": + return `${msg(loc.parent)}.${loc.name}`; + + case "access": + return `${msg(loc.parent)}[${JSON.stringify(loc.name)}]`; + + default: + throw new Error(`Assertion failure: Unknown type ${loc.type}`); + } +} + +function access(loc, name) { + return { + type: "access", + name, + parent: loc + }; +} + +function assertRootMode(loc, value) { + if (value !== undefined && value !== "root" && value !== "upward" && value !== "upward-optional") { + throw new Error(`${msg(loc)} must be a "root", "upward", "upward-optional" or undefined`); + } + + return value; +} + +function assertSourceMaps(loc, value) { + if (value !== undefined && typeof value !== "boolean" && value !== "inline" && value !== "both") { + throw new Error(`${msg(loc)} must be a boolean, "inline", "both", or undefined`); + } + + return value; +} + +function assertCompact(loc, value) { + if (value !== undefined && typeof value !== "boolean" && value !== "auto") { + throw new Error(`${msg(loc)} must be a boolean, "auto", or undefined`); + } + + return value; +} + +function assertSourceType(loc, value) { + if (value !== undefined && value !== "module" && value !== "script" && value !== "unambiguous") { + throw new Error(`${msg(loc)} must be "module", "script", "unambiguous", or undefined`); + } + + return value; +} + +function assertCallerMetadata(loc, value) { + const obj = assertObject(loc, value); + + if (obj) { + if (typeof obj.name !== "string") { + throw new Error(`${msg(loc)} set but does not contain "name" property string`); + } + + for (const prop of Object.keys(obj)) { + const propLoc = access(loc, prop); + const value = obj[prop]; + + if (value != null && typeof value !== "boolean" && typeof value !== "string" && typeof value !== "number") { + throw new Error(`${msg(propLoc)} must be null, undefined, a boolean, a string, or a number.`); + } + } + } + + return value; +} + +function assertInputSourceMap(loc, value) { + if (value !== undefined && typeof value !== "boolean" && (typeof value !== "object" || !value)) { + throw new Error(`${msg(loc)} must be a boolean, object, or undefined`); + } + + return value; +} + +function assertString(loc, value) { + if (value !== undefined && typeof value !== "string") { + throw new Error(`${msg(loc)} must be a string, or undefined`); + } + + return value; +} + +function assertFunction(loc, value) { + if (value !== undefined && typeof value !== "function") { + throw new Error(`${msg(loc)} must be a function, or undefined`); + } + + return value; +} + +function assertBoolean(loc, value) { + if (value !== undefined && typeof value !== "boolean") { + throw new Error(`${msg(loc)} must be a boolean, or undefined`); + } + + return value; +} + +function assertObject(loc, value) { + if (value !== undefined && (typeof value !== "object" || Array.isArray(value) || !value)) { + throw new Error(`${msg(loc)} must be an object, or undefined`); + } + + return value; +} + +function assertArray(loc, value) { + if (value != null && !Array.isArray(value)) { + throw new Error(`${msg(loc)} must be an array, or undefined`); + } + + return value; +} + +function assertIgnoreList(loc, value) { + const arr = assertArray(loc, value); + + if (arr) { + arr.forEach((item, i) => assertIgnoreItem(access(loc, i), item)); + } + + return arr; +} + +function assertIgnoreItem(loc, value) { + if (typeof value !== "string" && typeof value !== "function" && !(value instanceof RegExp)) { + throw new Error(`${msg(loc)} must be an array of string/Function/RegExp values, or undefined`); + } + + return value; +} + +function assertConfigApplicableTest(loc, value) { + if (value === undefined) return value; + + if (Array.isArray(value)) { + value.forEach((item, i) => { + if (!checkValidTest(item)) { + throw new Error(`${msg(access(loc, i))} must be a string/Function/RegExp.`); + } + }); + } else if (!checkValidTest(value)) { + throw new Error(`${msg(loc)} must be a string/Function/RegExp, or an array of those`); + } + + return value; +} + +function checkValidTest(value) { + return typeof value === "string" || typeof value === "function" || value instanceof RegExp; +} + +function assertConfigFileSearch(loc, value) { + if (value !== undefined && typeof value !== "boolean" && typeof value !== "string") { + throw new Error(`${msg(loc)} must be a undefined, a boolean, a string, ` + `got ${JSON.stringify(value)}`); + } + + return value; +} + +function assertBabelrcSearch(loc, value) { + if (value === undefined || typeof value === "boolean") return value; + + if (Array.isArray(value)) { + value.forEach((item, i) => { + if (!checkValidTest(item)) { + throw new Error(`${msg(access(loc, i))} must be a string/Function/RegExp.`); + } + }); + } else if (!checkValidTest(value)) { + throw new Error(`${msg(loc)} must be a undefined, a boolean, a string/Function/RegExp ` + `or an array of those, got ${JSON.stringify(value)}`); + } + + return value; +} + +function assertPluginList(loc, value) { + const arr = assertArray(loc, value); + + if (arr) { + arr.forEach((item, i) => assertPluginItem(access(loc, i), item)); + } + + return arr; +} + +function assertPluginItem(loc, value) { + if (Array.isArray(value)) { + if (value.length === 0) { + throw new Error(`${msg(loc)} must include an object`); + } + + if (value.length > 3) { + throw new Error(`${msg(loc)} may only be a two-tuple or three-tuple`); + } + + assertPluginTarget(access(loc, 0), value[0]); + + if (value.length > 1) { + const opts = value[1]; + + if (opts !== undefined && opts !== false && (typeof opts !== "object" || Array.isArray(opts) || opts === null)) { + throw new Error(`${msg(access(loc, 1))} must be an object, false, or undefined`); + } + } + + if (value.length === 3) { + const name = value[2]; + + if (name !== undefined && typeof name !== "string") { + throw new Error(`${msg(access(loc, 2))} must be a string, or undefined`); + } + } + } else { + assertPluginTarget(loc, value); + } + + return value; +} + +function assertPluginTarget(loc, value) { + if ((typeof value !== "object" || !value) && typeof value !== "string" && typeof value !== "function") { + throw new Error(`${msg(loc)} must be a string, object, function`); + } + + return value; +} + +function assertTargets(loc, value) { + if ((0, _helperCompilationTargets().isBrowsersQueryValid)(value)) return value; + + if (typeof value !== "object" || !value || Array.isArray(value)) { + throw new Error(`${msg(loc)} must be a string, an array of strings or an object`); + } + + const browsersLoc = access(loc, "browsers"); + const esmodulesLoc = access(loc, "esmodules"); + assertBrowsersList(browsersLoc, value.browsers); + assertBoolean(esmodulesLoc, value.esmodules); + + for (const key of Object.keys(value)) { + const val = value[key]; + const subLoc = access(loc, key); + if (key === "esmodules") assertBoolean(subLoc, val);else if (key === "browsers") assertBrowsersList(subLoc, val);else if (!Object.hasOwnProperty.call(_helperCompilationTargets().TargetNames, key)) { + const validTargets = Object.keys(_helperCompilationTargets().TargetNames).join(", "); + throw new Error(`${msg(subLoc)} is not a valid target. Supported targets are ${validTargets}`); + } else assertBrowserVersion(subLoc, val); + } + + return value; +} + +function assertBrowsersList(loc, value) { + if (value !== undefined && !(0, _helperCompilationTargets().isBrowsersQueryValid)(value)) { + throw new Error(`${msg(loc)} must be undefined, a string or an array of strings`); + } +} + +function assertBrowserVersion(loc, value) { + if (typeof value === "number" && Math.round(value) === value) return; + if (typeof value === "string") return; + throw new Error(`${msg(loc)} must be a string or an integer number`); +} + +function assertAssumptions(loc, value) { + if (value === undefined) return; + + if (typeof value !== "object" || value === null) { + throw new Error(`${msg(loc)} must be an object or undefined.`); + } + + let root = loc; + + do { + root = root.parent; + } while (root.type !== "root"); + + const inPreset = root.source === "preset"; + + for (const name of Object.keys(value)) { + const subLoc = access(loc, name); + + if (!_options.assumptionsNames.has(name)) { + throw new Error(`${msg(subLoc)} is not a supported assumption.`); + } + + if (typeof value[name] !== "boolean") { + throw new Error(`${msg(subLoc)} must be a boolean.`); + } + + if (inPreset && value[name] === false) { + throw new Error(`${msg(subLoc)} cannot be set to 'false' inside presets.`); + } + } + + return value; +} + +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/config/validation/options.js b/FantasticAnimals/node_modules/@babel/core/lib/config/validation/options.js new file mode 100644 index 0000000..7aa1582 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/config/validation/options.js @@ -0,0 +1,213 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.assumptionsNames = void 0; +exports.checkNoUnwrappedItemOptionPairs = checkNoUnwrappedItemOptionPairs; +exports.validate = validate; + +var _plugin = require("../plugin"); + +var _removed = require("./removed"); + +var _optionAssertions = require("./option-assertions"); + +const ROOT_VALIDATORS = { + cwd: _optionAssertions.assertString, + root: _optionAssertions.assertString, + rootMode: _optionAssertions.assertRootMode, + configFile: _optionAssertions.assertConfigFileSearch, + caller: _optionAssertions.assertCallerMetadata, + filename: _optionAssertions.assertString, + filenameRelative: _optionAssertions.assertString, + code: _optionAssertions.assertBoolean, + ast: _optionAssertions.assertBoolean, + cloneInputAst: _optionAssertions.assertBoolean, + envName: _optionAssertions.assertString +}; +const BABELRC_VALIDATORS = { + babelrc: _optionAssertions.assertBoolean, + babelrcRoots: _optionAssertions.assertBabelrcSearch +}; +const NONPRESET_VALIDATORS = { + extends: _optionAssertions.assertString, + ignore: _optionAssertions.assertIgnoreList, + only: _optionAssertions.assertIgnoreList, + targets: _optionAssertions.assertTargets, + browserslistConfigFile: _optionAssertions.assertConfigFileSearch, + browserslistEnv: _optionAssertions.assertString +}; +const COMMON_VALIDATORS = { + inputSourceMap: _optionAssertions.assertInputSourceMap, + presets: _optionAssertions.assertPluginList, + plugins: _optionAssertions.assertPluginList, + passPerPreset: _optionAssertions.assertBoolean, + assumptions: _optionAssertions.assertAssumptions, + env: assertEnvSet, + overrides: assertOverridesList, + test: _optionAssertions.assertConfigApplicableTest, + include: _optionAssertions.assertConfigApplicableTest, + exclude: _optionAssertions.assertConfigApplicableTest, + retainLines: _optionAssertions.assertBoolean, + comments: _optionAssertions.assertBoolean, + shouldPrintComment: _optionAssertions.assertFunction, + compact: _optionAssertions.assertCompact, + minified: _optionAssertions.assertBoolean, + auxiliaryCommentBefore: _optionAssertions.assertString, + auxiliaryCommentAfter: _optionAssertions.assertString, + sourceType: _optionAssertions.assertSourceType, + wrapPluginVisitorMethod: _optionAssertions.assertFunction, + highlightCode: _optionAssertions.assertBoolean, + sourceMaps: _optionAssertions.assertSourceMaps, + sourceMap: _optionAssertions.assertSourceMaps, + sourceFileName: _optionAssertions.assertString, + sourceRoot: _optionAssertions.assertString, + parserOpts: _optionAssertions.assertObject, + generatorOpts: _optionAssertions.assertObject +}; +{ + Object.assign(COMMON_VALIDATORS, { + getModuleId: _optionAssertions.assertFunction, + moduleRoot: _optionAssertions.assertString, + moduleIds: _optionAssertions.assertBoolean, + moduleId: _optionAssertions.assertString + }); +} +const knownAssumptions = ["arrayLikeIsIterable", "constantReexports", "constantSuper", "enumerableModuleMeta", "ignoreFunctionLength", "ignoreToPrimitiveHint", "iterableIsArray", "mutableTemplateObject", "noClassCalls", "noDocumentAll", "noIncompleteNsImportDetection", "noNewArrows", "objectRestNoSymbols", "privateFieldsAsProperties", "pureGetters", "setClassMethods", "setComputedProperties", "setPublicClassFields", "setSpreadProperties", "skipForOfIteratorClosing", "superIsCallableConstructor"]; +const assumptionsNames = new Set(knownAssumptions); +exports.assumptionsNames = assumptionsNames; + +function getSource(loc) { + return loc.type === "root" ? loc.source : getSource(loc.parent); +} + +function validate(type, opts) { + return validateNested({ + type: "root", + source: type + }, opts); +} + +function validateNested(loc, opts) { + const type = getSource(loc); + assertNoDuplicateSourcemap(opts); + Object.keys(opts).forEach(key => { + const optLoc = { + type: "option", + name: key, + parent: loc + }; + + if (type === "preset" && NONPRESET_VALIDATORS[key]) { + throw new Error(`${(0, _optionAssertions.msg)(optLoc)} is not allowed in preset options`); + } + + if (type !== "arguments" && ROOT_VALIDATORS[key]) { + throw new Error(`${(0, _optionAssertions.msg)(optLoc)} is only allowed in root programmatic options`); + } + + if (type !== "arguments" && type !== "configfile" && BABELRC_VALIDATORS[key]) { + if (type === "babelrcfile" || type === "extendsfile") { + throw new Error(`${(0, _optionAssertions.msg)(optLoc)} is not allowed in .babelrc or "extends"ed files, only in root programmatic options, ` + `or babel.config.js/config file options`); + } + + throw new Error(`${(0, _optionAssertions.msg)(optLoc)} is only allowed in root programmatic options, or babel.config.js/config file options`); + } + + const validator = COMMON_VALIDATORS[key] || NONPRESET_VALIDATORS[key] || BABELRC_VALIDATORS[key] || ROOT_VALIDATORS[key] || throwUnknownError; + validator(optLoc, opts[key]); + }); + return opts; +} + +function throwUnknownError(loc) { + const key = loc.name; + + if (_removed.default[key]) { + const { + message, + version = 5 + } = _removed.default[key]; + throw new Error(`Using removed Babel ${version} option: ${(0, _optionAssertions.msg)(loc)} - ${message}`); + } else { + const unknownOptErr = new Error(`Unknown option: ${(0, _optionAssertions.msg)(loc)}. Check out https://babeljs.io/docs/en/babel-core/#options for more information about options.`); + unknownOptErr.code = "BABEL_UNKNOWN_OPTION"; + throw unknownOptErr; + } +} + +function has(obj, key) { + return Object.prototype.hasOwnProperty.call(obj, key); +} + +function assertNoDuplicateSourcemap(opts) { + if (has(opts, "sourceMap") && has(opts, "sourceMaps")) { + throw new Error(".sourceMap is an alias for .sourceMaps, cannot use both"); + } +} + +function assertEnvSet(loc, value) { + if (loc.parent.type === "env") { + throw new Error(`${(0, _optionAssertions.msg)(loc)} is not allowed inside of another .env block`); + } + + const parent = loc.parent; + const obj = (0, _optionAssertions.assertObject)(loc, value); + + if (obj) { + for (const envName of Object.keys(obj)) { + const env = (0, _optionAssertions.assertObject)((0, _optionAssertions.access)(loc, envName), obj[envName]); + if (!env) continue; + const envLoc = { + type: "env", + name: envName, + parent + }; + validateNested(envLoc, env); + } + } + + return obj; +} + +function assertOverridesList(loc, value) { + if (loc.parent.type === "env") { + throw new Error(`${(0, _optionAssertions.msg)(loc)} is not allowed inside an .env block`); + } + + if (loc.parent.type === "overrides") { + throw new Error(`${(0, _optionAssertions.msg)(loc)} is not allowed inside an .overrides block`); + } + + const parent = loc.parent; + const arr = (0, _optionAssertions.assertArray)(loc, value); + + if (arr) { + for (const [index, item] of arr.entries()) { + const objLoc = (0, _optionAssertions.access)(loc, index); + const env = (0, _optionAssertions.assertObject)(objLoc, item); + if (!env) throw new Error(`${(0, _optionAssertions.msg)(objLoc)} must be an object`); + const overridesLoc = { + type: "overrides", + index, + parent + }; + validateNested(overridesLoc, env); + } + } + + return arr; +} + +function checkNoUnwrappedItemOptionPairs(items, index, type, e) { + if (index === 0) return; + const lastItem = items[index - 1]; + const thisItem = items[index]; + + if (lastItem.file && lastItem.options === undefined && typeof thisItem.value === "object") { + e.message += `\n- Maybe you meant to use\n` + `"${type}s": [\n ["${lastItem.file.request}", ${JSON.stringify(thisItem.value, undefined, 2)}]\n]\n` + `To be a valid ${type}, its name and options should be wrapped in a pair of brackets`; + } +} + +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/config/validation/plugins.js b/FantasticAnimals/node_modules/@babel/core/lib/config/validation/plugins.js new file mode 100644 index 0000000..32c05c2 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/config/validation/plugins.js @@ -0,0 +1,73 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.validatePluginObject = validatePluginObject; + +var _optionAssertions = require("./option-assertions"); + +const VALIDATORS = { + name: _optionAssertions.assertString, + manipulateOptions: _optionAssertions.assertFunction, + pre: _optionAssertions.assertFunction, + post: _optionAssertions.assertFunction, + inherits: _optionAssertions.assertFunction, + visitor: assertVisitorMap, + parserOverride: _optionAssertions.assertFunction, + generatorOverride: _optionAssertions.assertFunction +}; + +function assertVisitorMap(loc, value) { + const obj = (0, _optionAssertions.assertObject)(loc, value); + + if (obj) { + Object.keys(obj).forEach(prop => assertVisitorHandler(prop, obj[prop])); + + if (obj.enter || obj.exit) { + throw new Error(`${(0, _optionAssertions.msg)(loc)} cannot contain catch-all "enter" or "exit" handlers. Please target individual nodes.`); + } + } + + return obj; +} + +function assertVisitorHandler(key, value) { + if (value && typeof value === "object") { + Object.keys(value).forEach(handler => { + if (handler !== "enter" && handler !== "exit") { + throw new Error(`.visitor["${key}"] may only have .enter and/or .exit handlers.`); + } + }); + } else if (typeof value !== "function") { + throw new Error(`.visitor["${key}"] must be a function`); + } + + return value; +} + +function validatePluginObject(obj) { + const rootPath = { + type: "root", + source: "plugin" + }; + Object.keys(obj).forEach(key => { + const validator = VALIDATORS[key]; + + if (validator) { + const optLoc = { + type: "option", + name: key, + parent: rootPath + }; + validator(optLoc, obj[key]); + } else { + const invalidPluginPropertyError = new Error(`.${key} is not a valid Plugin property`); + invalidPluginPropertyError.code = "BABEL_UNKNOWN_PLUGIN_PROPERTY"; + throw invalidPluginPropertyError; + } + }); + return obj; +} + +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/config/validation/removed.js b/FantasticAnimals/node_modules/@babel/core/lib/config/validation/removed.js new file mode 100644 index 0000000..2419f2b --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/config/validation/removed.js @@ -0,0 +1,67 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = void 0; +var _default = { + auxiliaryComment: { + message: "Use `auxiliaryCommentBefore` or `auxiliaryCommentAfter`" + }, + blacklist: { + message: "Put the specific transforms you want in the `plugins` option" + }, + breakConfig: { + message: "This is not a necessary option in Babel 6" + }, + experimental: { + message: "Put the specific transforms you want in the `plugins` option" + }, + externalHelpers: { + message: "Use the `external-helpers` plugin instead. " + "Check out http://babeljs.io/docs/plugins/external-helpers/" + }, + extra: { + message: "" + }, + jsxPragma: { + message: "use the `pragma` option in the `react-jsx` plugin. " + "Check out http://babeljs.io/docs/plugins/transform-react-jsx/" + }, + loose: { + message: "Specify the `loose` option for the relevant plugin you are using " + "or use a preset that sets the option." + }, + metadataUsedHelpers: { + message: "Not required anymore as this is enabled by default" + }, + modules: { + message: "Use the corresponding module transform plugin in the `plugins` option. " + "Check out http://babeljs.io/docs/plugins/#modules" + }, + nonStandard: { + message: "Use the `react-jsx` and `flow-strip-types` plugins to support JSX and Flow. " + "Also check out the react preset http://babeljs.io/docs/plugins/preset-react/" + }, + optional: { + message: "Put the specific transforms you want in the `plugins` option" + }, + sourceMapName: { + message: "The `sourceMapName` option has been removed because it makes more sense for the " + "tooling that calls Babel to assign `map.file` themselves." + }, + stage: { + message: "Check out the corresponding stage-x presets http://babeljs.io/docs/plugins/#presets" + }, + whitelist: { + message: "Put the specific transforms you want in the `plugins` option" + }, + resolveModuleSource: { + version: 6, + message: "Use `babel-plugin-module-resolver@3`'s 'resolvePath' options" + }, + metadata: { + version: 6, + message: "Generated plugin metadata is always included in the output result" + }, + sourceMapTarget: { + version: 6, + message: "The `sourceMapTarget` option has been removed because it makes more sense for the tooling " + "that calls Babel to assign `map.file` themselves." + } +}; +exports.default = _default; +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/gensync-utils/async.js b/FantasticAnimals/node_modules/@babel/core/lib/gensync-utils/async.js new file mode 100644 index 0000000..7ce88d8 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/gensync-utils/async.js @@ -0,0 +1,114 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.forwardAsync = forwardAsync; +exports.isAsync = void 0; +exports.isThenable = isThenable; +exports.maybeAsync = maybeAsync; +exports.waitFor = exports.onFirstPause = void 0; + +function _gensync() { + const data = require("gensync"); + + _gensync = function () { + return data; + }; + + return data; +} + +function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } } + +function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; } + +const runGenerator = _gensync()(function* (item) { + return yield* item; +}); + +const isAsync = _gensync()({ + sync: () => false, + errback: cb => cb(null, true) +}); + +exports.isAsync = isAsync; + +function maybeAsync(fn, message) { + return _gensync()({ + sync(...args) { + const result = fn.apply(this, args); + if (isThenable(result)) throw new Error(message); + return result; + }, + + async(...args) { + return Promise.resolve(fn.apply(this, args)); + } + + }); +} + +const withKind = _gensync()({ + sync: cb => cb("sync"), + async: function () { + var _ref = _asyncToGenerator(function* (cb) { + return cb("async"); + }); + + return function async(_x) { + return _ref.apply(this, arguments); + }; + }() +}); + +function forwardAsync(action, cb) { + const g = _gensync()(action); + + return withKind(kind => { + const adapted = g[kind]; + return cb(adapted); + }); +} + +const onFirstPause = _gensync()({ + name: "onFirstPause", + arity: 2, + sync: function (item) { + return runGenerator.sync(item); + }, + errback: function (item, firstPause, cb) { + let completed = false; + runGenerator.errback(item, (err, value) => { + completed = true; + cb(err, value); + }); + + if (!completed) { + firstPause(); + } + } +}); + +exports.onFirstPause = onFirstPause; + +const waitFor = _gensync()({ + sync: x => x, + async: function () { + var _ref2 = _asyncToGenerator(function* (x) { + return x; + }); + + return function async(_x2) { + return _ref2.apply(this, arguments); + }; + }() +}); + +exports.waitFor = waitFor; + +function isThenable(val) { + return !!val && (typeof val === "object" || typeof val === "function") && !!val.then && typeof val.then === "function"; +} + +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/gensync-utils/fs.js b/FantasticAnimals/node_modules/@babel/core/lib/gensync-utils/fs.js new file mode 100644 index 0000000..1d393c8 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/gensync-utils/fs.js @@ -0,0 +1,41 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.stat = exports.readFile = void 0; + +function _fs() { + const data = require("fs"); + + _fs = function () { + return data; + }; + + return data; +} + +function _gensync() { + const data = require("gensync"); + + _gensync = function () { + return data; + }; + + return data; +} + +const readFile = _gensync()({ + sync: _fs().readFileSync, + errback: _fs().readFile +}); + +exports.readFile = readFile; + +const stat = _gensync()({ + sync: _fs().statSync, + errback: _fs().stat +}); + +exports.stat = stat; +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/gensync-utils/functional.js b/FantasticAnimals/node_modules/@babel/core/lib/gensync-utils/functional.js new file mode 100644 index 0000000..73893e0 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/gensync-utils/functional.js @@ -0,0 +1,35 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.once = once; + +var _async = require("./async"); + +function once(fn) { + let result; + let resultP; + return function* () { + if (result) return result; + if (!(yield* (0, _async.isAsync)())) return result = yield* fn(); + if (resultP) return yield* (0, _async.waitFor)(resultP); + let resolve, reject; + resultP = new Promise((res, rej) => { + resolve = res; + reject = rej; + }); + + try { + result = yield* fn(); + resultP = null; + resolve(result); + return result; + } catch (error) { + reject(error); + throw error; + } + }; +} + +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/index.js b/FantasticAnimals/node_modules/@babel/core/lib/index.js new file mode 100644 index 0000000..a98b8c7 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/index.js @@ -0,0 +1,268 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.DEFAULT_EXTENSIONS = void 0; +Object.defineProperty(exports, "File", { + enumerable: true, + get: function () { + return _file.default; + } +}); +exports.OptionManager = void 0; +exports.Plugin = Plugin; +Object.defineProperty(exports, "buildExternalHelpers", { + enumerable: true, + get: function () { + return _buildExternalHelpers.default; + } +}); +Object.defineProperty(exports, "createConfigItem", { + enumerable: true, + get: function () { + return _config.createConfigItem; + } +}); +Object.defineProperty(exports, "createConfigItemAsync", { + enumerable: true, + get: function () { + return _config.createConfigItemAsync; + } +}); +Object.defineProperty(exports, "createConfigItemSync", { + enumerable: true, + get: function () { + return _config.createConfigItemSync; + } +}); +Object.defineProperty(exports, "getEnv", { + enumerable: true, + get: function () { + return _environment.getEnv; + } +}); +Object.defineProperty(exports, "loadOptions", { + enumerable: true, + get: function () { + return _config.loadOptions; + } +}); +Object.defineProperty(exports, "loadOptionsAsync", { + enumerable: true, + get: function () { + return _config.loadOptionsAsync; + } +}); +Object.defineProperty(exports, "loadOptionsSync", { + enumerable: true, + get: function () { + return _config.loadOptionsSync; + } +}); +Object.defineProperty(exports, "loadPartialConfig", { + enumerable: true, + get: function () { + return _config.loadPartialConfig; + } +}); +Object.defineProperty(exports, "loadPartialConfigAsync", { + enumerable: true, + get: function () { + return _config.loadPartialConfigAsync; + } +}); +Object.defineProperty(exports, "loadPartialConfigSync", { + enumerable: true, + get: function () { + return _config.loadPartialConfigSync; + } +}); +Object.defineProperty(exports, "parse", { + enumerable: true, + get: function () { + return _parse.parse; + } +}); +Object.defineProperty(exports, "parseAsync", { + enumerable: true, + get: function () { + return _parse.parseAsync; + } +}); +Object.defineProperty(exports, "parseSync", { + enumerable: true, + get: function () { + return _parse.parseSync; + } +}); +Object.defineProperty(exports, "resolvePlugin", { + enumerable: true, + get: function () { + return _files.resolvePlugin; + } +}); +Object.defineProperty(exports, "resolvePreset", { + enumerable: true, + get: function () { + return _files.resolvePreset; + } +}); +Object.defineProperty((0, exports), "template", { + enumerable: true, + get: function () { + return _template().default; + } +}); +Object.defineProperty((0, exports), "tokTypes", { + enumerable: true, + get: function () { + return _parser().tokTypes; + } +}); +Object.defineProperty(exports, "transform", { + enumerable: true, + get: function () { + return _transform.transform; + } +}); +Object.defineProperty(exports, "transformAsync", { + enumerable: true, + get: function () { + return _transform.transformAsync; + } +}); +Object.defineProperty(exports, "transformFile", { + enumerable: true, + get: function () { + return _transformFile.transformFile; + } +}); +Object.defineProperty(exports, "transformFileAsync", { + enumerable: true, + get: function () { + return _transformFile.transformFileAsync; + } +}); +Object.defineProperty(exports, "transformFileSync", { + enumerable: true, + get: function () { + return _transformFile.transformFileSync; + } +}); +Object.defineProperty(exports, "transformFromAst", { + enumerable: true, + get: function () { + return _transformAst.transformFromAst; + } +}); +Object.defineProperty(exports, "transformFromAstAsync", { + enumerable: true, + get: function () { + return _transformAst.transformFromAstAsync; + } +}); +Object.defineProperty(exports, "transformFromAstSync", { + enumerable: true, + get: function () { + return _transformAst.transformFromAstSync; + } +}); +Object.defineProperty(exports, "transformSync", { + enumerable: true, + get: function () { + return _transform.transformSync; + } +}); +Object.defineProperty((0, exports), "traverse", { + enumerable: true, + get: function () { + return _traverse().default; + } +}); +exports.version = exports.types = void 0; + +var _file = require("./transformation/file/file"); + +var _buildExternalHelpers = require("./tools/build-external-helpers"); + +var _files = require("./config/files"); + +var _environment = require("./config/helpers/environment"); + +function _types() { + const data = require("@babel/types"); + + _types = function () { + return data; + }; + + return data; +} + +Object.defineProperty((0, exports), "types", { + enumerable: true, + get: function () { + return _types(); + } +}); + +function _parser() { + const data = require("@babel/parser"); + + _parser = function () { + return data; + }; + + return data; +} + +function _traverse() { + const data = require("@babel/traverse"); + + _traverse = function () { + return data; + }; + + return data; +} + +function _template() { + const data = require("@babel/template"); + + _template = function () { + return data; + }; + + return data; +} + +var _config = require("./config"); + +var _transform = require("./transform"); + +var _transformFile = require("./transform-file"); + +var _transformAst = require("./transform-ast"); + +var _parse = require("./parse"); + +const version = "7.18.13"; +exports.version = version; +const DEFAULT_EXTENSIONS = Object.freeze([".js", ".jsx", ".es6", ".es", ".mjs", ".cjs"]); +exports.DEFAULT_EXTENSIONS = DEFAULT_EXTENSIONS; + +class OptionManager { + init(opts) { + return (0, _config.loadOptionsSync)(opts); + } + +} + +exports.OptionManager = OptionManager; + +function Plugin(alias) { + throw new Error(`The (${alias}) Babel 5 plugin is being run with an unsupported Babel version.`); +} + +0 && (exports.types = exports.traverse = exports.tokTypes = exports.template = 0); \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/parse.js b/FantasticAnimals/node_modules/@babel/core/lib/parse.js new file mode 100644 index 0000000..feb8515 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/parse.js @@ -0,0 +1,54 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.parseSync = exports.parseAsync = exports.parse = void 0; + +function _gensync() { + const data = require("gensync"); + + _gensync = function () { + return data; + }; + + return data; +} + +var _config = require("./config"); + +var _parser = require("./parser"); + +var _normalizeOpts = require("./transformation/normalize-opts"); + +const parseRunner = _gensync()(function* parse(code, opts) { + const config = yield* (0, _config.default)(opts); + + if (config === null) { + return null; + } + + return yield* (0, _parser.default)(config.passes, (0, _normalizeOpts.default)(config), code); +}); + +const parse = function parse(code, opts, callback) { + if (typeof opts === "function") { + callback = opts; + opts = undefined; + } + + if (callback === undefined) { + { + return parseRunner.sync(code, opts); + } + } + + parseRunner.errback(code, opts, callback); +}; + +exports.parse = parse; +const parseSync = parseRunner.sync; +exports.parseSync = parseSync; +const parseAsync = parseRunner.async; +exports.parseAsync = parseAsync; +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/parser/index.js b/FantasticAnimals/node_modules/@babel/core/lib/parser/index.js new file mode 100644 index 0000000..29fca4a --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/parser/index.js @@ -0,0 +1,97 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = parser; + +function _parser() { + const data = require("@babel/parser"); + + _parser = function () { + return data; + }; + + return data; +} + +function _codeFrame() { + const data = require("@babel/code-frame"); + + _codeFrame = function () { + return data; + }; + + return data; +} + +var _missingPluginHelper = require("./util/missing-plugin-helper"); + +function* parser(pluginPasses, { + parserOpts, + highlightCode = true, + filename = "unknown" +}, code) { + try { + const results = []; + + for (const plugins of pluginPasses) { + for (const plugin of plugins) { + const { + parserOverride + } = plugin; + + if (parserOverride) { + const ast = parserOverride(code, parserOpts, _parser().parse); + if (ast !== undefined) results.push(ast); + } + } + } + + if (results.length === 0) { + return (0, _parser().parse)(code, parserOpts); + } else if (results.length === 1) { + yield* []; + + if (typeof results[0].then === "function") { + throw new Error(`You appear to be using an async parser plugin, ` + `which your current version of Babel does not support. ` + `If you're using a published plugin, you may need to upgrade ` + `your @babel/core version.`); + } + + return results[0]; + } + + throw new Error("More than one plugin attempted to override parsing."); + } catch (err) { + if (err.code === "BABEL_PARSER_SOURCETYPE_MODULE_REQUIRED") { + err.message += "\nConsider renaming the file to '.mjs', or setting sourceType:module " + "or sourceType:unambiguous in your Babel config for this file."; + } + + const { + loc, + missingPlugin + } = err; + + if (loc) { + const codeFrame = (0, _codeFrame().codeFrameColumns)(code, { + start: { + line: loc.line, + column: loc.column + 1 + } + }, { + highlightCode + }); + + if (missingPlugin) { + err.message = `${filename}: ` + (0, _missingPluginHelper.default)(missingPlugin[0], loc, codeFrame); + } else { + err.message = `${filename}: ${err.message}\n\n` + codeFrame; + } + + err.code = "BABEL_PARSE_ERROR"; + } + + throw err; + } +} + +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/parser/util/missing-plugin-helper.js b/FantasticAnimals/node_modules/@babel/core/lib/parser/util/missing-plugin-helper.js new file mode 100644 index 0000000..740ff22 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/parser/util/missing-plugin-helper.js @@ -0,0 +1,325 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = generateMissingPluginMessage; +const pluginNameMap = { + asyncDoExpressions: { + syntax: { + name: "@babel/plugin-syntax-async-do-expressions", + url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-async-do-expressions" + } + }, + classProperties: { + syntax: { + name: "@babel/plugin-syntax-class-properties", + url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-class-properties" + }, + transform: { + name: "@babel/plugin-proposal-class-properties", + url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-proposal-class-properties" + } + }, + classPrivateProperties: { + syntax: { + name: "@babel/plugin-syntax-class-properties", + url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-class-properties" + }, + transform: { + name: "@babel/plugin-proposal-class-properties", + url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-proposal-class-properties" + } + }, + classPrivateMethods: { + syntax: { + name: "@babel/plugin-syntax-class-properties", + url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-class-properties" + }, + transform: { + name: "@babel/plugin-proposal-private-methods", + url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-proposal-private-methods" + } + }, + classStaticBlock: { + syntax: { + name: "@babel/plugin-syntax-class-static-block", + url: "https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-syntax-class-static-block" + }, + transform: { + name: "@babel/plugin-proposal-class-static-block", + url: "https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-class-static-block" + } + }, + decimal: { + syntax: { + name: "@babel/plugin-syntax-decimal", + url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-decimal" + } + }, + decorators: { + syntax: { + name: "@babel/plugin-syntax-decorators", + url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-decorators" + }, + transform: { + name: "@babel/plugin-proposal-decorators", + url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-proposal-decorators" + } + }, + doExpressions: { + syntax: { + name: "@babel/plugin-syntax-do-expressions", + url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-do-expressions" + }, + transform: { + name: "@babel/plugin-proposal-do-expressions", + url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-proposal-do-expressions" + } + }, + dynamicImport: { + syntax: { + name: "@babel/plugin-syntax-dynamic-import", + url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-dynamic-import" + } + }, + exportDefaultFrom: { + syntax: { + name: "@babel/plugin-syntax-export-default-from", + url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-export-default-from" + }, + transform: { + name: "@babel/plugin-proposal-export-default-from", + url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-proposal-export-default-from" + } + }, + exportNamespaceFrom: { + syntax: { + name: "@babel/plugin-syntax-export-namespace-from", + url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-export-namespace-from" + }, + transform: { + name: "@babel/plugin-proposal-export-namespace-from", + url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-proposal-export-namespace-from" + } + }, + flow: { + syntax: { + name: "@babel/plugin-syntax-flow", + url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-flow" + }, + transform: { + name: "@babel/preset-flow", + url: "https://github.com/babel/babel/tree/main/packages/babel-preset-flow" + } + }, + functionBind: { + syntax: { + name: "@babel/plugin-syntax-function-bind", + url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-function-bind" + }, + transform: { + name: "@babel/plugin-proposal-function-bind", + url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-proposal-function-bind" + } + }, + functionSent: { + syntax: { + name: "@babel/plugin-syntax-function-sent", + url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-function-sent" + }, + transform: { + name: "@babel/plugin-proposal-function-sent", + url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-proposal-function-sent" + } + }, + importMeta: { + syntax: { + name: "@babel/plugin-syntax-import-meta", + url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-import-meta" + } + }, + jsx: { + syntax: { + name: "@babel/plugin-syntax-jsx", + url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-jsx" + }, + transform: { + name: "@babel/preset-react", + url: "https://github.com/babel/babel/tree/main/packages/babel-preset-react" + } + }, + importAssertions: { + syntax: { + name: "@babel/plugin-syntax-import-assertions", + url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-import-assertions" + } + }, + moduleStringNames: { + syntax: { + name: "@babel/plugin-syntax-module-string-names", + url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-module-string-names" + } + }, + numericSeparator: { + syntax: { + name: "@babel/plugin-syntax-numeric-separator", + url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-numeric-separator" + }, + transform: { + name: "@babel/plugin-proposal-numeric-separator", + url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-proposal-numeric-separator" + } + }, + optionalChaining: { + syntax: { + name: "@babel/plugin-syntax-optional-chaining", + url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-optional-chaining" + }, + transform: { + name: "@babel/plugin-proposal-optional-chaining", + url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-proposal-optional-chaining" + } + }, + pipelineOperator: { + syntax: { + name: "@babel/plugin-syntax-pipeline-operator", + url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-pipeline-operator" + }, + transform: { + name: "@babel/plugin-proposal-pipeline-operator", + url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-proposal-pipeline-operator" + } + }, + privateIn: { + syntax: { + name: "@babel/plugin-syntax-private-property-in-object", + url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-private-property-in-object" + }, + transform: { + name: "@babel/plugin-proposal-private-property-in-object", + url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-proposal-private-property-in-object" + } + }, + recordAndTuple: { + syntax: { + name: "@babel/plugin-syntax-record-and-tuple", + url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-record-and-tuple" + } + }, + regexpUnicodeSets: { + syntax: { + name: "@babel/plugin-syntax-unicode-sets-regex", + url: "https://github.com/babel/babel/blob/main/packages/babel-plugin-syntax-unicode-sets-regex/README.md" + }, + transform: { + name: "@babel/plugin-proposal-unicode-sets-regex", + url: "https://github.com/babel/babel/blob/main/packages/babel-plugin-proposalunicode-sets-regex/README.md" + } + }, + throwExpressions: { + syntax: { + name: "@babel/plugin-syntax-throw-expressions", + url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-throw-expressions" + }, + transform: { + name: "@babel/plugin-proposal-throw-expressions", + url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-proposal-throw-expressions" + } + }, + typescript: { + syntax: { + name: "@babel/plugin-syntax-typescript", + url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-typescript" + }, + transform: { + name: "@babel/preset-typescript", + url: "https://github.com/babel/babel/tree/main/packages/babel-preset-typescript" + } + }, + asyncGenerators: { + syntax: { + name: "@babel/plugin-syntax-async-generators", + url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-async-generators" + }, + transform: { + name: "@babel/plugin-proposal-async-generator-functions", + url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-proposal-async-generator-functions" + } + }, + logicalAssignment: { + syntax: { + name: "@babel/plugin-syntax-logical-assignment-operators", + url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-logical-assignment-operators" + }, + transform: { + name: "@babel/plugin-proposal-logical-assignment-operators", + url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-proposal-logical-assignment-operators" + } + }, + nullishCoalescingOperator: { + syntax: { + name: "@babel/plugin-syntax-nullish-coalescing-operator", + url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-nullish-coalescing-operator" + }, + transform: { + name: "@babel/plugin-proposal-nullish-coalescing-operator", + url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-transform-nullish-coalescing-opearator" + } + }, + objectRestSpread: { + syntax: { + name: "@babel/plugin-syntax-object-rest-spread", + url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-object-rest-spread" + }, + transform: { + name: "@babel/plugin-proposal-object-rest-spread", + url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-proposal-object-rest-spread" + } + }, + optionalCatchBinding: { + syntax: { + name: "@babel/plugin-syntax-optional-catch-binding", + url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-optional-catch-binding" + }, + transform: { + name: "@babel/plugin-proposal-optional-catch-binding", + url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-proposal-optional-catch-binding" + } + } +}; +pluginNameMap.privateIn.syntax = pluginNameMap.privateIn.transform; + +const getNameURLCombination = ({ + name, + url +}) => `${name} (${url})`; + +function generateMissingPluginMessage(missingPluginName, loc, codeFrame) { + let helpMessage = `Support for the experimental syntax '${missingPluginName}' isn't currently enabled ` + `(${loc.line}:${loc.column + 1}):\n\n` + codeFrame; + const pluginInfo = pluginNameMap[missingPluginName]; + + if (pluginInfo) { + const { + syntax: syntaxPlugin, + transform: transformPlugin + } = pluginInfo; + + if (syntaxPlugin) { + const syntaxPluginInfo = getNameURLCombination(syntaxPlugin); + + if (transformPlugin) { + const transformPluginInfo = getNameURLCombination(transformPlugin); + const sectionType = transformPlugin.name.startsWith("@babel/plugin") ? "plugins" : "presets"; + helpMessage += `\n\nAdd ${transformPluginInfo} to the '${sectionType}' section of your Babel config to enable transformation. +If you want to leave it as-is, add ${syntaxPluginInfo} to the 'plugins' section to enable parsing.`; + } else { + helpMessage += `\n\nAdd ${syntaxPluginInfo} to the 'plugins' section of your Babel config ` + `to enable parsing.`; + } + } + } + + return helpMessage; +} + +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/tools/build-external-helpers.js b/FantasticAnimals/node_modules/@babel/core/lib/tools/build-external-helpers.js new file mode 100644 index 0000000..cdd7214 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/tools/build-external-helpers.js @@ -0,0 +1,166 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = _default; + +function helpers() { + const data = require("@babel/helpers"); + + helpers = function () { + return data; + }; + + return data; +} + +function _generator() { + const data = require("@babel/generator"); + + _generator = function () { + return data; + }; + + return data; +} + +function _template() { + const data = require("@babel/template"); + + _template = function () { + return data; + }; + + return data; +} + +function _t() { + const data = require("@babel/types"); + + _t = function () { + return data; + }; + + return data; +} + +var _file = require("../transformation/file/file"); + +const { + arrayExpression, + assignmentExpression, + binaryExpression, + blockStatement, + callExpression, + cloneNode, + conditionalExpression, + exportNamedDeclaration, + exportSpecifier, + expressionStatement, + functionExpression, + identifier, + memberExpression, + objectExpression, + program, + stringLiteral, + unaryExpression, + variableDeclaration, + variableDeclarator +} = _t(); + +const buildUmdWrapper = replacements => _template().default.statement` + (function (root, factory) { + if (typeof define === "function" && define.amd) { + define(AMD_ARGUMENTS, factory); + } else if (typeof exports === "object") { + factory(COMMON_ARGUMENTS); + } else { + factory(BROWSER_ARGUMENTS); + } + })(UMD_ROOT, function (FACTORY_PARAMETERS) { + FACTORY_BODY + }); + `(replacements); + +function buildGlobal(allowlist) { + const namespace = identifier("babelHelpers"); + const body = []; + const container = functionExpression(null, [identifier("global")], blockStatement(body)); + const tree = program([expressionStatement(callExpression(container, [conditionalExpression(binaryExpression("===", unaryExpression("typeof", identifier("global")), stringLiteral("undefined")), identifier("self"), identifier("global"))]))]); + body.push(variableDeclaration("var", [variableDeclarator(namespace, assignmentExpression("=", memberExpression(identifier("global"), namespace), objectExpression([])))])); + buildHelpers(body, namespace, allowlist); + return tree; +} + +function buildModule(allowlist) { + const body = []; + const refs = buildHelpers(body, null, allowlist); + body.unshift(exportNamedDeclaration(null, Object.keys(refs).map(name => { + return exportSpecifier(cloneNode(refs[name]), identifier(name)); + }))); + return program(body, [], "module"); +} + +function buildUmd(allowlist) { + const namespace = identifier("babelHelpers"); + const body = []; + body.push(variableDeclaration("var", [variableDeclarator(namespace, identifier("global"))])); + buildHelpers(body, namespace, allowlist); + return program([buildUmdWrapper({ + FACTORY_PARAMETERS: identifier("global"), + BROWSER_ARGUMENTS: assignmentExpression("=", memberExpression(identifier("root"), namespace), objectExpression([])), + COMMON_ARGUMENTS: identifier("exports"), + AMD_ARGUMENTS: arrayExpression([stringLiteral("exports")]), + FACTORY_BODY: body, + UMD_ROOT: identifier("this") + })]); +} + +function buildVar(allowlist) { + const namespace = identifier("babelHelpers"); + const body = []; + body.push(variableDeclaration("var", [variableDeclarator(namespace, objectExpression([]))])); + const tree = program(body); + buildHelpers(body, namespace, allowlist); + body.push(expressionStatement(namespace)); + return tree; +} + +function buildHelpers(body, namespace, allowlist) { + const getHelperReference = name => { + return namespace ? memberExpression(namespace, identifier(name)) : identifier(`_${name}`); + }; + + const refs = {}; + helpers().list.forEach(function (name) { + if (allowlist && allowlist.indexOf(name) < 0) return; + const ref = refs[name] = getHelperReference(name); + helpers().ensure(name, _file.default); + const { + nodes + } = helpers().get(name, getHelperReference, ref); + body.push(...nodes); + }); + return refs; +} + +function _default(allowlist, outputType = "global") { + let tree; + const build = { + global: buildGlobal, + module: buildModule, + umd: buildUmd, + var: buildVar + }[outputType]; + + if (build) { + tree = build(allowlist); + } else { + throw new Error(`Unsupported output type ${outputType}`); + } + + return (0, _generator().default)(tree).code; +} + +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/transform-ast.js b/FantasticAnimals/node_modules/@babel/core/lib/transform-ast.js new file mode 100644 index 0000000..bc88af4 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/transform-ast.js @@ -0,0 +1,55 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.transformFromAstSync = exports.transformFromAstAsync = exports.transformFromAst = void 0; + +function _gensync() { + const data = require("gensync"); + + _gensync = function () { + return data; + }; + + return data; +} + +var _config = require("./config"); + +var _transformation = require("./transformation"); + +const transformFromAstRunner = _gensync()(function* (ast, code, opts) { + const config = yield* (0, _config.default)(opts); + if (config === null) return null; + if (!ast) throw new Error("No AST given"); + return yield* (0, _transformation.run)(config, code, ast); +}); + +const transformFromAst = function transformFromAst(ast, code, optsOrCallback, maybeCallback) { + let opts; + let callback; + + if (typeof optsOrCallback === "function") { + callback = optsOrCallback; + opts = undefined; + } else { + opts = optsOrCallback; + callback = maybeCallback; + } + + if (callback === undefined) { + { + return transformFromAstRunner.sync(ast, code, opts); + } + } + + transformFromAstRunner.errback(ast, code, opts, callback); +}; + +exports.transformFromAst = transformFromAst; +const transformFromAstSync = transformFromAstRunner.sync; +exports.transformFromAstSync = transformFromAstSync; +const transformFromAstAsync = transformFromAstRunner.async; +exports.transformFromAstAsync = transformFromAstAsync; +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/transform-file-browser.js b/FantasticAnimals/node_modules/@babel/core/lib/transform-file-browser.js new file mode 100644 index 0000000..5912b5c --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/transform-file-browser.js @@ -0,0 +1,28 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.transformFile = void 0; +exports.transformFileAsync = transformFileAsync; +exports.transformFileSync = transformFileSync; + +const transformFile = function transformFile(filename, opts, callback) { + if (typeof opts === "function") { + callback = opts; + } + + callback(new Error("Transforming files is not supported in browsers"), null); +}; + +exports.transformFile = transformFile; + +function transformFileSync() { + throw new Error("Transforming files is not supported in browsers"); +} + +function transformFileAsync() { + return Promise.reject(new Error("Transforming files is not supported in browsers")); +} + +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/transform-file.js b/FantasticAnimals/node_modules/@babel/core/lib/transform-file.js new file mode 100644 index 0000000..ab99202 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/transform-file.js @@ -0,0 +1,42 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.transformFileSync = exports.transformFileAsync = exports.transformFile = void 0; + +function _gensync() { + const data = require("gensync"); + + _gensync = function () { + return data; + }; + + return data; +} + +var _config = require("./config"); + +var _transformation = require("./transformation"); + +var fs = require("./gensync-utils/fs"); + +({}); + +const transformFileRunner = _gensync()(function* (filename, opts) { + const options = Object.assign({}, opts, { + filename + }); + const config = yield* (0, _config.default)(options); + if (config === null) return null; + const code = yield* fs.readFile(filename, "utf8"); + return yield* (0, _transformation.run)(config, code); +}); + +const transformFile = transformFileRunner.errback; +exports.transformFile = transformFile; +const transformFileSync = transformFileRunner.sync; +exports.transformFileSync = transformFileSync; +const transformFileAsync = transformFileRunner.async; +exports.transformFileAsync = transformFileAsync; +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/transform.js b/FantasticAnimals/node_modules/@babel/core/lib/transform.js new file mode 100644 index 0000000..7cc33b3 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/transform.js @@ -0,0 +1,54 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.transformSync = exports.transformAsync = exports.transform = void 0; + +function _gensync() { + const data = require("gensync"); + + _gensync = function () { + return data; + }; + + return data; +} + +var _config = require("./config"); + +var _transformation = require("./transformation"); + +const transformRunner = _gensync()(function* transform(code, opts) { + const config = yield* (0, _config.default)(opts); + if (config === null) return null; + return yield* (0, _transformation.run)(config, code); +}); + +const transform = function transform(code, optsOrCallback, maybeCallback) { + let opts; + let callback; + + if (typeof optsOrCallback === "function") { + callback = optsOrCallback; + opts = undefined; + } else { + opts = optsOrCallback; + callback = maybeCallback; + } + + if (callback === undefined) { + { + return transformRunner.sync(code, opts); + } + } + + transformRunner.errback(code, opts, callback); +}; + +exports.transform = transform; +const transformSync = transformRunner.sync; +exports.transformSync = transformSync; +const transformAsync = transformRunner.async; +exports.transformAsync = transformAsync; +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/transformation/block-hoist-plugin.js b/FantasticAnimals/node_modules/@babel/core/lib/transformation/block-hoist-plugin.js new file mode 100644 index 0000000..cc20fe4 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/transformation/block-hoist-plugin.js @@ -0,0 +1,95 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = loadBlockHoistPlugin; + +function _traverse() { + const data = require("@babel/traverse"); + + _traverse = function () { + return data; + }; + + return data; +} + +var _plugin = require("../config/plugin"); + +let LOADED_PLUGIN; + +function loadBlockHoistPlugin() { + if (!LOADED_PLUGIN) { + LOADED_PLUGIN = new _plugin.default(Object.assign({}, blockHoistPlugin, { + visitor: _traverse().default.explode(blockHoistPlugin.visitor) + }), {}); + } + + return LOADED_PLUGIN; +} + +function priority(bodyNode) { + const priority = bodyNode == null ? void 0 : bodyNode._blockHoist; + if (priority == null) return 1; + if (priority === true) return 2; + return priority; +} + +function stableSort(body) { + const buckets = Object.create(null); + + for (let i = 0; i < body.length; i++) { + const n = body[i]; + const p = priority(n); + const bucket = buckets[p] || (buckets[p] = []); + bucket.push(n); + } + + const keys = Object.keys(buckets).map(k => +k).sort((a, b) => b - a); + let index = 0; + + for (const key of keys) { + const bucket = buckets[key]; + + for (const n of bucket) { + body[index++] = n; + } + } + + return body; +} + +const blockHoistPlugin = { + name: "internal.blockHoist", + visitor: { + Block: { + exit({ + node + }) { + const { + body + } = node; + let max = Math.pow(2, 30) - 1; + let hasChange = false; + + for (let i = 0; i < body.length; i++) { + const n = body[i]; + const p = priority(n); + + if (p > max) { + hasChange = true; + break; + } + + max = p; + } + + if (!hasChange) return; + node.body = stableSort(body.slice()); + } + + } + } +}; +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/transformation/file/file.js b/FantasticAnimals/node_modules/@babel/core/lib/transformation/file/file.js new file mode 100644 index 0000000..22ee007 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/transformation/file/file.js @@ -0,0 +1,255 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = void 0; + +function helpers() { + const data = require("@babel/helpers"); + + helpers = function () { + return data; + }; + + return data; +} + +function _traverse() { + const data = require("@babel/traverse"); + + _traverse = function () { + return data; + }; + + return data; +} + +function _codeFrame() { + const data = require("@babel/code-frame"); + + _codeFrame = function () { + return data; + }; + + return data; +} + +function _t() { + const data = require("@babel/types"); + + _t = function () { + return data; + }; + + return data; +} + +function _helperModuleTransforms() { + const data = require("@babel/helper-module-transforms"); + + _helperModuleTransforms = function () { + return data; + }; + + return data; +} + +function _semver() { + const data = require("semver"); + + _semver = function () { + return data; + }; + + return data; +} + +const { + cloneNode, + interpreterDirective +} = _t(); + +const errorVisitor = { + enter(path, state) { + const loc = path.node.loc; + + if (loc) { + state.loc = loc; + path.stop(); + } + } + +}; + +class File { + constructor(options, { + code, + ast, + inputMap + }) { + this._map = new Map(); + this.opts = void 0; + this.declarations = {}; + this.path = void 0; + this.ast = void 0; + this.scope = void 0; + this.metadata = {}; + this.code = ""; + this.inputMap = void 0; + this.hub = { + file: this, + getCode: () => this.code, + getScope: () => this.scope, + addHelper: this.addHelper.bind(this), + buildError: this.buildCodeFrameError.bind(this) + }; + this.opts = options; + this.code = code; + this.ast = ast; + this.inputMap = inputMap; + this.path = _traverse().NodePath.get({ + hub: this.hub, + parentPath: null, + parent: this.ast, + container: this.ast, + key: "program" + }).setContext(); + this.scope = this.path.scope; + } + + get shebang() { + const { + interpreter + } = this.path.node; + return interpreter ? interpreter.value : ""; + } + + set shebang(value) { + if (value) { + this.path.get("interpreter").replaceWith(interpreterDirective(value)); + } else { + this.path.get("interpreter").remove(); + } + } + + set(key, val) { + if (key === "helpersNamespace") { + throw new Error("Babel 7.0.0-beta.56 has dropped support for the 'helpersNamespace' utility." + "If you are using @babel/plugin-external-helpers you will need to use a newer " + "version than the one you currently have installed. " + "If you have your own implementation, you'll want to explore using 'helperGenerator' " + "alongside 'file.availableHelper()'."); + } + + this._map.set(key, val); + } + + get(key) { + return this._map.get(key); + } + + has(key) { + return this._map.has(key); + } + + getModuleName() { + return (0, _helperModuleTransforms().getModuleName)(this.opts, this.opts); + } + + addImport() { + throw new Error("This API has been removed. If you're looking for this " + "functionality in Babel 7, you should import the " + "'@babel/helper-module-imports' module and use the functions exposed " + " from that module, such as 'addNamed' or 'addDefault'."); + } + + availableHelper(name, versionRange) { + let minVersion; + + try { + minVersion = helpers().minVersion(name); + } catch (err) { + if (err.code !== "BABEL_HELPER_UNKNOWN") throw err; + return false; + } + + if (typeof versionRange !== "string") return true; + if (_semver().valid(versionRange)) versionRange = `^${versionRange}`; + return !_semver().intersects(`<${minVersion}`, versionRange) && !_semver().intersects(`>=8.0.0`, versionRange); + } + + addHelper(name) { + const declar = this.declarations[name]; + if (declar) return cloneNode(declar); + const generator = this.get("helperGenerator"); + + if (generator) { + const res = generator(name); + if (res) return res; + } + + helpers().ensure(name, File); + const uid = this.declarations[name] = this.scope.generateUidIdentifier(name); + const dependencies = {}; + + for (const dep of helpers().getDependencies(name)) { + dependencies[dep] = this.addHelper(dep); + } + + const { + nodes, + globals + } = helpers().get(name, dep => dependencies[dep], uid, Object.keys(this.scope.getAllBindings())); + globals.forEach(name => { + if (this.path.scope.hasBinding(name, true)) { + this.path.scope.rename(name); + } + }); + nodes.forEach(node => { + node._compact = true; + }); + this.path.unshiftContainer("body", nodes); + this.path.get("body").forEach(path => { + if (nodes.indexOf(path.node) === -1) return; + if (path.isVariableDeclaration()) this.scope.registerDeclaration(path); + }); + return uid; + } + + addTemplateObject() { + throw new Error("This function has been moved into the template literal transform itself."); + } + + buildCodeFrameError(node, msg, _Error = SyntaxError) { + let loc = node && (node.loc || node._loc); + + if (!loc && node) { + const state = { + loc: null + }; + (0, _traverse().default)(node, errorVisitor, this.scope, state); + loc = state.loc; + let txt = "This is an error on an internal node. Probably an internal error."; + if (loc) txt += " Location has been estimated."; + msg += ` (${txt})`; + } + + if (loc) { + const { + highlightCode = true + } = this.opts; + msg += "\n" + (0, _codeFrame().codeFrameColumns)(this.code, { + start: { + line: loc.start.line, + column: loc.start.column + 1 + }, + end: loc.end && loc.start.line === loc.end.line ? { + line: loc.end.line, + column: loc.end.column + 1 + } : undefined + }, { + highlightCode + }); + } + + return new _Error(msg); + } + +} + +exports.default = File; +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/transformation/file/generate.js b/FantasticAnimals/node_modules/@babel/core/lib/transformation/file/generate.js new file mode 100644 index 0000000..9e30d97 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/transformation/file/generate.js @@ -0,0 +1,96 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = generateCode; + +function _convertSourceMap() { + const data = require("convert-source-map"); + + _convertSourceMap = function () { + return data; + }; + + return data; +} + +function _generator() { + const data = require("@babel/generator"); + + _generator = function () { + return data; + }; + + return data; +} + +var _mergeMap = require("./merge-map"); + +function generateCode(pluginPasses, file) { + const { + opts, + ast, + code, + inputMap + } = file; + const { + generatorOpts + } = opts; + const results = []; + + for (const plugins of pluginPasses) { + for (const plugin of plugins) { + const { + generatorOverride + } = plugin; + + if (generatorOverride) { + const result = generatorOverride(ast, generatorOpts, code, _generator().default); + if (result !== undefined) results.push(result); + } + } + } + + let result; + + if (results.length === 0) { + result = (0, _generator().default)(ast, generatorOpts, code); + } else if (results.length === 1) { + result = results[0]; + + if (typeof result.then === "function") { + throw new Error(`You appear to be using an async codegen plugin, ` + `which your current version of Babel does not support. ` + `If you're using a published plugin, ` + `you may need to upgrade your @babel/core version.`); + } + } else { + throw new Error("More than one plugin attempted to override codegen."); + } + + let { + code: outputCode, + decodedMap: outputMap = result.map + } = result; + + if (outputMap) { + if (inputMap) { + outputMap = (0, _mergeMap.default)(inputMap.toObject(), outputMap, generatorOpts.sourceFileName); + } else { + outputMap = result.map; + } + } + + if (opts.sourceMaps === "inline" || opts.sourceMaps === "both") { + outputCode += "\n" + _convertSourceMap().fromObject(outputMap).toComment(); + } + + if (opts.sourceMaps === "inline") { + outputMap = null; + } + + return { + outputCode, + outputMap + }; +} + +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/transformation/file/merge-map.js b/FantasticAnimals/node_modules/@babel/core/lib/transformation/file/merge-map.js new file mode 100644 index 0000000..9a03119 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/transformation/file/merge-map.js @@ -0,0 +1,45 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = mergeSourceMap; + +function _remapping() { + const data = require("@ampproject/remapping"); + + _remapping = function () { + return data; + }; + + return data; +} + +function mergeSourceMap(inputMap, map, sourceFileName) { + const source = sourceFileName.replace(/\\/g, "/"); + let found = false; + + const result = _remapping()(rootless(map), (s, ctx) => { + if (s === source && !found) { + found = true; + ctx.source = ""; + return rootless(inputMap); + } + + return null; + }); + + if (typeof inputMap.sourceRoot === "string") { + result.sourceRoot = inputMap.sourceRoot; + } + + return Object.assign({}, result); +} + +function rootless(map) { + return Object.assign({}, map, { + sourceRoot: null + }); +} + +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/transformation/index.js b/FantasticAnimals/node_modules/@babel/core/lib/transformation/index.js new file mode 100644 index 0000000..1b78101 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/transformation/index.js @@ -0,0 +1,129 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.run = run; + +function _traverse() { + const data = require("@babel/traverse"); + + _traverse = function () { + return data; + }; + + return data; +} + +var _pluginPass = require("./plugin-pass"); + +var _blockHoistPlugin = require("./block-hoist-plugin"); + +var _normalizeOpts = require("./normalize-opts"); + +var _normalizeFile = require("./normalize-file"); + +var _generate = require("./file/generate"); + +var _deepArray = require("../config/helpers/deep-array"); + +function* run(config, code, ast) { + const file = yield* (0, _normalizeFile.default)(config.passes, (0, _normalizeOpts.default)(config), code, ast); + const opts = file.opts; + + try { + yield* transformFile(file, config.passes); + } catch (e) { + var _opts$filename; + + e.message = `${(_opts$filename = opts.filename) != null ? _opts$filename : "unknown"}: ${e.message}`; + + if (!e.code) { + e.code = "BABEL_TRANSFORM_ERROR"; + } + + throw e; + } + + let outputCode, outputMap; + + try { + if (opts.code !== false) { + ({ + outputCode, + outputMap + } = (0, _generate.default)(config.passes, file)); + } + } catch (e) { + var _opts$filename2; + + e.message = `${(_opts$filename2 = opts.filename) != null ? _opts$filename2 : "unknown"}: ${e.message}`; + + if (!e.code) { + e.code = "BABEL_GENERATE_ERROR"; + } + + throw e; + } + + return { + metadata: file.metadata, + options: opts, + ast: opts.ast === true ? file.ast : null, + code: outputCode === undefined ? null : outputCode, + map: outputMap === undefined ? null : outputMap, + sourceType: file.ast.program.sourceType, + externalDependencies: (0, _deepArray.flattenToSet)(config.externalDependencies) + }; +} + +function* transformFile(file, pluginPasses) { + for (const pluginPairs of pluginPasses) { + const passPairs = []; + const passes = []; + const visitors = []; + + for (const plugin of pluginPairs.concat([(0, _blockHoistPlugin.default)()])) { + const pass = new _pluginPass.default(file, plugin.key, plugin.options); + passPairs.push([plugin, pass]); + passes.push(pass); + visitors.push(plugin.visitor); + } + + for (const [plugin, pass] of passPairs) { + const fn = plugin.pre; + + if (fn) { + const result = fn.call(pass, file); + yield* []; + + if (isThenable(result)) { + throw new Error(`You appear to be using an plugin with an async .pre, ` + `which your current version of Babel does not support. ` + `If you're using a published plugin, you may need to upgrade ` + `your @babel/core version.`); + } + } + } + + const visitor = _traverse().default.visitors.merge(visitors, passes, file.opts.wrapPluginVisitorMethod); + + (0, _traverse().default)(file.ast, visitor, file.scope); + + for (const [plugin, pass] of passPairs) { + const fn = plugin.post; + + if (fn) { + const result = fn.call(pass, file); + yield* []; + + if (isThenable(result)) { + throw new Error(`You appear to be using an plugin with an async .post, ` + `which your current version of Babel does not support. ` + `If you're using a published plugin, you may need to upgrade ` + `your @babel/core version.`); + } + } + } + } +} + +function isThenable(val) { + return !!val && (typeof val === "object" || typeof val === "function") && !!val.then && typeof val.then === "function"; +} + +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/transformation/normalize-file.js b/FantasticAnimals/node_modules/@babel/core/lib/transformation/normalize-file.js new file mode 100644 index 0000000..0dba12d --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/transformation/normalize-file.js @@ -0,0 +1,169 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = normalizeFile; + +function _fs() { + const data = require("fs"); + + _fs = function () { + return data; + }; + + return data; +} + +function _path() { + const data = require("path"); + + _path = function () { + return data; + }; + + return data; +} + +function _debug() { + const data = require("debug"); + + _debug = function () { + return data; + }; + + return data; +} + +function _t() { + const data = require("@babel/types"); + + _t = function () { + return data; + }; + + return data; +} + +function _convertSourceMap() { + const data = require("convert-source-map"); + + _convertSourceMap = function () { + return data; + }; + + return data; +} + +var _file = require("./file/file"); + +var _parser = require("../parser"); + +var _cloneDeep = require("./util/clone-deep"); + +const { + file, + traverseFast +} = _t(); + +const debug = _debug()("babel:transform:file"); + +const LARGE_INPUT_SOURCEMAP_THRESHOLD = 3000000; + +function* normalizeFile(pluginPasses, options, code, ast) { + code = `${code || ""}`; + + if (ast) { + if (ast.type === "Program") { + ast = file(ast, [], []); + } else if (ast.type !== "File") { + throw new Error("AST root must be a Program or File node"); + } + + if (options.cloneInputAst) { + ast = (0, _cloneDeep.default)(ast); + } + } else { + ast = yield* (0, _parser.default)(pluginPasses, options, code); + } + + let inputMap = null; + + if (options.inputSourceMap !== false) { + if (typeof options.inputSourceMap === "object") { + inputMap = _convertSourceMap().fromObject(options.inputSourceMap); + } + + if (!inputMap) { + const lastComment = extractComments(INLINE_SOURCEMAP_REGEX, ast); + + if (lastComment) { + try { + inputMap = _convertSourceMap().fromComment(lastComment); + } catch (err) { + debug("discarding unknown inline input sourcemap", err); + } + } + } + + if (!inputMap) { + const lastComment = extractComments(EXTERNAL_SOURCEMAP_REGEX, ast); + + if (typeof options.filename === "string" && lastComment) { + try { + const match = EXTERNAL_SOURCEMAP_REGEX.exec(lastComment); + + const inputMapContent = _fs().readFileSync(_path().resolve(_path().dirname(options.filename), match[1])); + + if (inputMapContent.length > LARGE_INPUT_SOURCEMAP_THRESHOLD) { + debug("skip merging input map > 1 MB"); + } else { + inputMap = _convertSourceMap().fromJSON(inputMapContent); + } + } catch (err) { + debug("discarding unknown file input sourcemap", err); + } + } else if (lastComment) { + debug("discarding un-loadable file input sourcemap"); + } + } + } + + return new _file.default(options, { + code, + ast: ast, + inputMap + }); +} + +const INLINE_SOURCEMAP_REGEX = /^[@#]\s+sourceMappingURL=data:(?:application|text)\/json;(?:charset[:=]\S+?;)?base64,(?:.*)$/; +const EXTERNAL_SOURCEMAP_REGEX = /^[@#][ \t]+sourceMappingURL=([^\s'"`]+)[ \t]*$/; + +function extractCommentsFromList(regex, comments, lastComment) { + if (comments) { + comments = comments.filter(({ + value + }) => { + if (regex.test(value)) { + lastComment = value; + return false; + } + + return true; + }); + } + + return [comments, lastComment]; +} + +function extractComments(regex, ast) { + let lastComment = null; + traverseFast(ast, node => { + [node.leadingComments, lastComment] = extractCommentsFromList(regex, node.leadingComments, lastComment); + [node.innerComments, lastComment] = extractCommentsFromList(regex, node.innerComments, lastComment); + [node.trailingComments, lastComment] = extractCommentsFromList(regex, node.trailingComments, lastComment); + }); + return lastComment; +} + +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/transformation/normalize-opts.js b/FantasticAnimals/node_modules/@babel/core/lib/transformation/normalize-opts.js new file mode 100644 index 0000000..7773d63 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/transformation/normalize-opts.js @@ -0,0 +1,64 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = normalizeOptions; + +function _path() { + const data = require("path"); + + _path = function () { + return data; + }; + + return data; +} + +function normalizeOptions(config) { + const { + filename, + cwd, + filenameRelative = typeof filename === "string" ? _path().relative(cwd, filename) : "unknown", + sourceType = "module", + inputSourceMap, + sourceMaps = !!inputSourceMap, + sourceRoot = config.options.moduleRoot, + sourceFileName = _path().basename(filenameRelative), + comments = true, + compact = "auto" + } = config.options; + const opts = config.options; + const options = Object.assign({}, opts, { + parserOpts: Object.assign({ + sourceType: _path().extname(filenameRelative) === ".mjs" ? "module" : sourceType, + sourceFileName: filename, + plugins: [] + }, opts.parserOpts), + generatorOpts: Object.assign({ + filename, + auxiliaryCommentBefore: opts.auxiliaryCommentBefore, + auxiliaryCommentAfter: opts.auxiliaryCommentAfter, + retainLines: opts.retainLines, + comments, + shouldPrintComment: opts.shouldPrintComment, + compact, + minified: opts.minified, + sourceMaps, + sourceRoot, + sourceFileName + }, opts.generatorOpts) + }); + + for (const plugins of config.passes) { + for (const plugin of plugins) { + if (plugin.manipulateOptions) { + plugin.manipulateOptions(options, options.parserOpts); + } + } + } + + return options; +} + +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/transformation/plugin-pass.js b/FantasticAnimals/node_modules/@babel/core/lib/transformation/plugin-pass.js new file mode 100644 index 0000000..87cfc7f --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/transformation/plugin-pass.js @@ -0,0 +1,55 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = void 0; + +class PluginPass { + constructor(file, key, options) { + this._map = new Map(); + this.key = void 0; + this.file = void 0; + this.opts = void 0; + this.cwd = void 0; + this.filename = void 0; + this.key = key; + this.file = file; + this.opts = options || {}; + this.cwd = file.opts.cwd; + this.filename = file.opts.filename; + } + + set(key, val) { + this._map.set(key, val); + } + + get(key) { + return this._map.get(key); + } + + availableHelper(name, versionRange) { + return this.file.availableHelper(name, versionRange); + } + + addHelper(name) { + return this.file.addHelper(name); + } + + addImport() { + return this.file.addImport(); + } + + buildCodeFrameError(node, msg, _Error) { + return this.file.buildCodeFrameError(node, msg, _Error); + } + +} + +exports.default = PluginPass; +{ + PluginPass.prototype.getModuleName = function getModuleName() { + return this.file.getModuleName(); + }; +} +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/transformation/util/clone-deep.js b/FantasticAnimals/node_modules/@babel/core/lib/transformation/util/clone-deep.js new file mode 100644 index 0000000..d32505d --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/transformation/util/clone-deep.js @@ -0,0 +1,41 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = _default; + +function deepClone(value, cache) { + if (value !== null) { + if (cache.has(value)) return cache.get(value); + let cloned; + + if (Array.isArray(value)) { + cloned = new Array(value.length); + + for (let i = 0; i < value.length; i++) { + cloned[i] = typeof value[i] !== "object" ? value[i] : deepClone(value[i], cache); + } + } else { + cloned = {}; + const keys = Object.keys(value); + + for (let i = 0; i < keys.length; i++) { + const key = keys[i]; + cloned[key] = typeof value[key] !== "object" ? value[key] : deepClone(value[key], cache); + } + } + + cache.set(value, cloned); + return cloned; + } + + return value; +} + +function _default(value) { + if (typeof value !== "object") return value; + return deepClone(value, new Map()); +} + +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/lib/vendor/import-meta-resolve.js b/FantasticAnimals/node_modules/@babel/core/lib/vendor/import-meta-resolve.js new file mode 100644 index 0000000..274596b --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/lib/vendor/import-meta-resolve.js @@ -0,0 +1,3557 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.moduleResolve = moduleResolve; +exports.resolve = resolve; + +function _url() { + const data = require("url"); + + _url = function () { + return data; + }; + + return data; +} + +function _fs() { + const data = _interopRequireWildcard(require("fs"), true); + + _fs = function () { + return data; + }; + + return data; +} + +function _path() { + const data = require("path"); + + _path = function () { + return data; + }; + + return data; +} + +function _assert() { + const data = require("assert"); + + _assert = function () { + return data; + }; + + return data; +} + +function _util() { + const data = require("util"); + + _util = function () { + return data; + }; + + return data; +} + +function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); } + +function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } + +function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } } + +function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; } + +var re$3 = { + exports: {} +}; +const SEMVER_SPEC_VERSION = '2.0.0'; +const MAX_LENGTH$2 = 256; +const MAX_SAFE_INTEGER$1 = Number.MAX_SAFE_INTEGER || 9007199254740991; +const MAX_SAFE_COMPONENT_LENGTH = 16; +var constants = { + SEMVER_SPEC_VERSION, + MAX_LENGTH: MAX_LENGTH$2, + MAX_SAFE_INTEGER: MAX_SAFE_INTEGER$1, + MAX_SAFE_COMPONENT_LENGTH +}; +const debug$1 = typeof process === 'object' && process.env && process.env.NODE_DEBUG && /\bsemver\b/i.test(process.env.NODE_DEBUG) ? (...args) => console.error('SEMVER', ...args) : () => {}; +var debug_1 = debug$1; + +(function (module, exports) { + const { + MAX_SAFE_COMPONENT_LENGTH + } = constants; + const debug = debug_1; + exports = module.exports = {}; + const re = exports.re = []; + const src = exports.src = []; + const t = exports.t = {}; + let R = 0; + + const createToken = (name, value, isGlobal) => { + const index = R++; + debug(name, index, value); + t[name] = index; + src[index] = value; + re[index] = new RegExp(value, isGlobal ? 'g' : undefined); + }; + + createToken('NUMERICIDENTIFIER', '0|[1-9]\\d*'); + createToken('NUMERICIDENTIFIERLOOSE', '[0-9]+'); + createToken('NONNUMERICIDENTIFIER', '\\d*[a-zA-Z-][a-zA-Z0-9-]*'); + createToken('MAINVERSION', `(${src[t.NUMERICIDENTIFIER]})\\.` + `(${src[t.NUMERICIDENTIFIER]})\\.` + `(${src[t.NUMERICIDENTIFIER]})`); + createToken('MAINVERSIONLOOSE', `(${src[t.NUMERICIDENTIFIERLOOSE]})\\.` + `(${src[t.NUMERICIDENTIFIERLOOSE]})\\.` + `(${src[t.NUMERICIDENTIFIERLOOSE]})`); + createToken('PRERELEASEIDENTIFIER', `(?:${src[t.NUMERICIDENTIFIER]}|${src[t.NONNUMERICIDENTIFIER]})`); + createToken('PRERELEASEIDENTIFIERLOOSE', `(?:${src[t.NUMERICIDENTIFIERLOOSE]}|${src[t.NONNUMERICIDENTIFIER]})`); + createToken('PRERELEASE', `(?:-(${src[t.PRERELEASEIDENTIFIER]}(?:\\.${src[t.PRERELEASEIDENTIFIER]})*))`); + createToken('PRERELEASELOOSE', `(?:-?(${src[t.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${src[t.PRERELEASEIDENTIFIERLOOSE]})*))`); + createToken('BUILDIDENTIFIER', '[0-9A-Za-z-]+'); + createToken('BUILD', `(?:\\+(${src[t.BUILDIDENTIFIER]}(?:\\.${src[t.BUILDIDENTIFIER]})*))`); + createToken('FULLPLAIN', `v?${src[t.MAINVERSION]}${src[t.PRERELEASE]}?${src[t.BUILD]}?`); + createToken('FULL', `^${src[t.FULLPLAIN]}$`); + createToken('LOOSEPLAIN', `[v=\\s]*${src[t.MAINVERSIONLOOSE]}${src[t.PRERELEASELOOSE]}?${src[t.BUILD]}?`); + createToken('LOOSE', `^${src[t.LOOSEPLAIN]}$`); + createToken('GTLT', '((?:<|>)?=?)'); + createToken('XRANGEIDENTIFIERLOOSE', `${src[t.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`); + createToken('XRANGEIDENTIFIER', `${src[t.NUMERICIDENTIFIER]}|x|X|\\*`); + createToken('XRANGEPLAIN', `[v=\\s]*(${src[t.XRANGEIDENTIFIER]})` + `(?:\\.(${src[t.XRANGEIDENTIFIER]})` + `(?:\\.(${src[t.XRANGEIDENTIFIER]})` + `(?:${src[t.PRERELEASE]})?${src[t.BUILD]}?` + `)?)?`); + createToken('XRANGEPLAINLOOSE', `[v=\\s]*(${src[t.XRANGEIDENTIFIERLOOSE]})` + `(?:\\.(${src[t.XRANGEIDENTIFIERLOOSE]})` + `(?:\\.(${src[t.XRANGEIDENTIFIERLOOSE]})` + `(?:${src[t.PRERELEASELOOSE]})?${src[t.BUILD]}?` + `)?)?`); + createToken('XRANGE', `^${src[t.GTLT]}\\s*${src[t.XRANGEPLAIN]}$`); + createToken('XRANGELOOSE', `^${src[t.GTLT]}\\s*${src[t.XRANGEPLAINLOOSE]}$`); + createToken('COERCE', `${'(^|[^\\d])' + '(\\d{1,'}${MAX_SAFE_COMPONENT_LENGTH}})` + `(?:\\.(\\d{1,${MAX_SAFE_COMPONENT_LENGTH}}))?` + `(?:\\.(\\d{1,${MAX_SAFE_COMPONENT_LENGTH}}))?` + `(?:$|[^\\d])`); + createToken('COERCERTL', src[t.COERCE], true); + createToken('LONETILDE', '(?:~>?)'); + createToken('TILDETRIM', `(\\s*)${src[t.LONETILDE]}\\s+`, true); + exports.tildeTrimReplace = '$1~'; + createToken('TILDE', `^${src[t.LONETILDE]}${src[t.XRANGEPLAIN]}$`); + createToken('TILDELOOSE', `^${src[t.LONETILDE]}${src[t.XRANGEPLAINLOOSE]}$`); + createToken('LONECARET', '(?:\\^)'); + createToken('CARETTRIM', `(\\s*)${src[t.LONECARET]}\\s+`, true); + exports.caretTrimReplace = '$1^'; + createToken('CARET', `^${src[t.LONECARET]}${src[t.XRANGEPLAIN]}$`); + createToken('CARETLOOSE', `^${src[t.LONECARET]}${src[t.XRANGEPLAINLOOSE]}$`); + createToken('COMPARATORLOOSE', `^${src[t.GTLT]}\\s*(${src[t.LOOSEPLAIN]})$|^$`); + createToken('COMPARATOR', `^${src[t.GTLT]}\\s*(${src[t.FULLPLAIN]})$|^$`); + createToken('COMPARATORTRIM', `(\\s*)${src[t.GTLT]}\\s*(${src[t.LOOSEPLAIN]}|${src[t.XRANGEPLAIN]})`, true); + exports.comparatorTrimReplace = '$1$2$3'; + createToken('HYPHENRANGE', `^\\s*(${src[t.XRANGEPLAIN]})` + `\\s+-\\s+` + `(${src[t.XRANGEPLAIN]})` + `\\s*$`); + createToken('HYPHENRANGELOOSE', `^\\s*(${src[t.XRANGEPLAINLOOSE]})` + `\\s+-\\s+` + `(${src[t.XRANGEPLAINLOOSE]})` + `\\s*$`); + createToken('STAR', '(<|>)?=?\\s*\\*'); + createToken('GTE0', '^\\s*>=\\s*0\\.0\\.0\\s*$'); + createToken('GTE0PRE', '^\\s*>=\\s*0\\.0\\.0-0\\s*$'); +})(re$3, re$3.exports); + +const opts = ['includePrerelease', 'loose', 'rtl']; + +const parseOptions$2 = options => !options ? {} : typeof options !== 'object' ? { + loose: true +} : opts.filter(k => options[k]).reduce((o, k) => { + o[k] = true; + return o; +}, {}); + +var parseOptions_1 = parseOptions$2; +const numeric = /^[0-9]+$/; + +const compareIdentifiers$1 = (a, b) => { + const anum = numeric.test(a); + const bnum = numeric.test(b); + + if (anum && bnum) { + a = +a; + b = +b; + } + + return a === b ? 0 : anum && !bnum ? -1 : bnum && !anum ? 1 : a < b ? -1 : 1; +}; + +const rcompareIdentifiers = (a, b) => compareIdentifiers$1(b, a); + +var identifiers = { + compareIdentifiers: compareIdentifiers$1, + rcompareIdentifiers +}; +const debug = debug_1; +const { + MAX_LENGTH: MAX_LENGTH$1, + MAX_SAFE_INTEGER +} = constants; +const { + re: re$2, + t: t$2 +} = re$3.exports; +const parseOptions$1 = parseOptions_1; +const { + compareIdentifiers +} = identifiers; + +class SemVer$c { + constructor(version, options) { + options = parseOptions$1(options); + + if (version instanceof SemVer$c) { + if (version.loose === !!options.loose && version.includePrerelease === !!options.includePrerelease) { + return version; + } else { + version = version.version; + } + } else if (typeof version !== 'string') { + throw new TypeError(`Invalid Version: ${version}`); + } + + if (version.length > MAX_LENGTH$1) { + throw new TypeError(`version is longer than ${MAX_LENGTH$1} characters`); + } + + debug('SemVer', version, options); + this.options = options; + this.loose = !!options.loose; + this.includePrerelease = !!options.includePrerelease; + const m = version.trim().match(options.loose ? re$2[t$2.LOOSE] : re$2[t$2.FULL]); + + if (!m) { + throw new TypeError(`Invalid Version: ${version}`); + } + + this.raw = version; + this.major = +m[1]; + this.minor = +m[2]; + this.patch = +m[3]; + + if (this.major > MAX_SAFE_INTEGER || this.major < 0) { + throw new TypeError('Invalid major version'); + } + + if (this.minor > MAX_SAFE_INTEGER || this.minor < 0) { + throw new TypeError('Invalid minor version'); + } + + if (this.patch > MAX_SAFE_INTEGER || this.patch < 0) { + throw new TypeError('Invalid patch version'); + } + + if (!m[4]) { + this.prerelease = []; + } else { + this.prerelease = m[4].split('.').map(id => { + if (/^[0-9]+$/.test(id)) { + const num = +id; + + if (num >= 0 && num < MAX_SAFE_INTEGER) { + return num; + } + } + + return id; + }); + } + + this.build = m[5] ? m[5].split('.') : []; + this.format(); + } + + format() { + this.version = `${this.major}.${this.minor}.${this.patch}`; + + if (this.prerelease.length) { + this.version += `-${this.prerelease.join('.')}`; + } + + return this.version; + } + + toString() { + return this.version; + } + + compare(other) { + debug('SemVer.compare', this.version, this.options, other); + + if (!(other instanceof SemVer$c)) { + if (typeof other === 'string' && other === this.version) { + return 0; + } + + other = new SemVer$c(other, this.options); + } + + if (other.version === this.version) { + return 0; + } + + return this.compareMain(other) || this.comparePre(other); + } + + compareMain(other) { + if (!(other instanceof SemVer$c)) { + other = new SemVer$c(other, this.options); + } + + return compareIdentifiers(this.major, other.major) || compareIdentifiers(this.minor, other.minor) || compareIdentifiers(this.patch, other.patch); + } + + comparePre(other) { + if (!(other instanceof SemVer$c)) { + other = new SemVer$c(other, this.options); + } + + if (this.prerelease.length && !other.prerelease.length) { + return -1; + } else if (!this.prerelease.length && other.prerelease.length) { + return 1; + } else if (!this.prerelease.length && !other.prerelease.length) { + return 0; + } + + let i = 0; + + do { + const a = this.prerelease[i]; + const b = other.prerelease[i]; + debug('prerelease compare', i, a, b); + + if (a === undefined && b === undefined) { + return 0; + } else if (b === undefined) { + return 1; + } else if (a === undefined) { + return -1; + } else if (a === b) { + continue; + } else { + return compareIdentifiers(a, b); + } + } while (++i); + } + + compareBuild(other) { + if (!(other instanceof SemVer$c)) { + other = new SemVer$c(other, this.options); + } + + let i = 0; + + do { + const a = this.build[i]; + const b = other.build[i]; + debug('prerelease compare', i, a, b); + + if (a === undefined && b === undefined) { + return 0; + } else if (b === undefined) { + return 1; + } else if (a === undefined) { + return -1; + } else if (a === b) { + continue; + } else { + return compareIdentifiers(a, b); + } + } while (++i); + } + + inc(release, identifier) { + switch (release) { + case 'premajor': + this.prerelease.length = 0; + this.patch = 0; + this.minor = 0; + this.major++; + this.inc('pre', identifier); + break; + + case 'preminor': + this.prerelease.length = 0; + this.patch = 0; + this.minor++; + this.inc('pre', identifier); + break; + + case 'prepatch': + this.prerelease.length = 0; + this.inc('patch', identifier); + this.inc('pre', identifier); + break; + + case 'prerelease': + if (this.prerelease.length === 0) { + this.inc('patch', identifier); + } + + this.inc('pre', identifier); + break; + + case 'major': + if (this.minor !== 0 || this.patch !== 0 || this.prerelease.length === 0) { + this.major++; + } + + this.minor = 0; + this.patch = 0; + this.prerelease = []; + break; + + case 'minor': + if (this.patch !== 0 || this.prerelease.length === 0) { + this.minor++; + } + + this.patch = 0; + this.prerelease = []; + break; + + case 'patch': + if (this.prerelease.length === 0) { + this.patch++; + } + + this.prerelease = []; + break; + + case 'pre': + if (this.prerelease.length === 0) { + this.prerelease = [0]; + } else { + let i = this.prerelease.length; + + while (--i >= 0) { + if (typeof this.prerelease[i] === 'number') { + this.prerelease[i]++; + i = -2; + } + } + + if (i === -1) { + this.prerelease.push(0); + } + } + + if (identifier) { + if (compareIdentifiers(this.prerelease[0], identifier) === 0) { + if (isNaN(this.prerelease[1])) { + this.prerelease = [identifier, 0]; + } + } else { + this.prerelease = [identifier, 0]; + } + } + + break; + + default: + throw new Error(`invalid increment argument: ${release}`); + } + + this.format(); + this.raw = this.version; + return this; + } + +} + +var semver$2 = SemVer$c; +const { + MAX_LENGTH +} = constants; +const { + re: re$1, + t: t$1 +} = re$3.exports; +const SemVer$b = semver$2; +const parseOptions = parseOptions_1; + +const parse$5 = (version, options) => { + options = parseOptions(options); + + if (version instanceof SemVer$b) { + return version; + } + + if (typeof version !== 'string') { + return null; + } + + if (version.length > MAX_LENGTH) { + return null; + } + + const r = options.loose ? re$1[t$1.LOOSE] : re$1[t$1.FULL]; + + if (!r.test(version)) { + return null; + } + + try { + return new SemVer$b(version, options); + } catch (er) { + return null; + } +}; + +var parse_1 = parse$5; +const parse$4 = parse_1; + +const valid$1 = (version, options) => { + const v = parse$4(version, options); + return v ? v.version : null; +}; + +var valid_1 = valid$1; +const parse$3 = parse_1; + +const clean = (version, options) => { + const s = parse$3(version.trim().replace(/^[=v]+/, ''), options); + return s ? s.version : null; +}; + +var clean_1 = clean; +const SemVer$a = semver$2; + +const inc = (version, release, options, identifier) => { + if (typeof options === 'string') { + identifier = options; + options = undefined; + } + + try { + return new SemVer$a(version instanceof SemVer$a ? version.version : version, options).inc(release, identifier).version; + } catch (er) { + return null; + } +}; + +var inc_1 = inc; +const SemVer$9 = semver$2; + +const compare$a = (a, b, loose) => new SemVer$9(a, loose).compare(new SemVer$9(b, loose)); + +var compare_1 = compare$a; +const compare$9 = compare_1; + +const eq$2 = (a, b, loose) => compare$9(a, b, loose) === 0; + +var eq_1 = eq$2; +const parse$2 = parse_1; +const eq$1 = eq_1; + +const diff = (version1, version2) => { + if (eq$1(version1, version2)) { + return null; + } else { + const v1 = parse$2(version1); + const v2 = parse$2(version2); + const hasPre = v1.prerelease.length || v2.prerelease.length; + const prefix = hasPre ? 'pre' : ''; + const defaultResult = hasPre ? 'prerelease' : ''; + + for (const key in v1) { + if (key === 'major' || key === 'minor' || key === 'patch') { + if (v1[key] !== v2[key]) { + return prefix + key; + } + } + } + + return defaultResult; + } +}; + +var diff_1 = diff; +const SemVer$8 = semver$2; + +const major = (a, loose) => new SemVer$8(a, loose).major; + +var major_1 = major; +const SemVer$7 = semver$2; + +const minor = (a, loose) => new SemVer$7(a, loose).minor; + +var minor_1 = minor; +const SemVer$6 = semver$2; + +const patch = (a, loose) => new SemVer$6(a, loose).patch; + +var patch_1 = patch; +const parse$1 = parse_1; + +const prerelease = (version, options) => { + const parsed = parse$1(version, options); + return parsed && parsed.prerelease.length ? parsed.prerelease : null; +}; + +var prerelease_1 = prerelease; +const compare$8 = compare_1; + +const rcompare = (a, b, loose) => compare$8(b, a, loose); + +var rcompare_1 = rcompare; +const compare$7 = compare_1; + +const compareLoose = (a, b) => compare$7(a, b, true); + +var compareLoose_1 = compareLoose; +const SemVer$5 = semver$2; + +const compareBuild$2 = (a, b, loose) => { + const versionA = new SemVer$5(a, loose); + const versionB = new SemVer$5(b, loose); + return versionA.compare(versionB) || versionA.compareBuild(versionB); +}; + +var compareBuild_1 = compareBuild$2; +const compareBuild$1 = compareBuild_1; + +const sort = (list, loose) => list.sort((a, b) => compareBuild$1(a, b, loose)); + +var sort_1 = sort; +const compareBuild = compareBuild_1; + +const rsort = (list, loose) => list.sort((a, b) => compareBuild(b, a, loose)); + +var rsort_1 = rsort; +const compare$6 = compare_1; + +const gt$3 = (a, b, loose) => compare$6(a, b, loose) > 0; + +var gt_1 = gt$3; +const compare$5 = compare_1; + +const lt$2 = (a, b, loose) => compare$5(a, b, loose) < 0; + +var lt_1 = lt$2; +const compare$4 = compare_1; + +const neq$1 = (a, b, loose) => compare$4(a, b, loose) !== 0; + +var neq_1 = neq$1; +const compare$3 = compare_1; + +const gte$2 = (a, b, loose) => compare$3(a, b, loose) >= 0; + +var gte_1 = gte$2; +const compare$2 = compare_1; + +const lte$2 = (a, b, loose) => compare$2(a, b, loose) <= 0; + +var lte_1 = lte$2; +const eq = eq_1; +const neq = neq_1; +const gt$2 = gt_1; +const gte$1 = gte_1; +const lt$1 = lt_1; +const lte$1 = lte_1; + +const cmp = (a, op, b, loose) => { + switch (op) { + case '===': + if (typeof a === 'object') { + a = a.version; + } + + if (typeof b === 'object') { + b = b.version; + } + + return a === b; + + case '!==': + if (typeof a === 'object') { + a = a.version; + } + + if (typeof b === 'object') { + b = b.version; + } + + return a !== b; + + case '': + case '=': + case '==': + return eq(a, b, loose); + + case '!=': + return neq(a, b, loose); + + case '>': + return gt$2(a, b, loose); + + case '>=': + return gte$1(a, b, loose); + + case '<': + return lt$1(a, b, loose); + + case '<=': + return lte$1(a, b, loose); + + default: + throw new TypeError(`Invalid operator: ${op}`); + } +}; + +var cmp_1 = cmp; +const SemVer$4 = semver$2; +const parse = parse_1; +const { + re, + t +} = re$3.exports; + +const coerce = (version, options) => { + if (version instanceof SemVer$4) { + return version; + } + + if (typeof version === 'number') { + version = String(version); + } + + if (typeof version !== 'string') { + return null; + } + + options = options || {}; + let match = null; + + if (!options.rtl) { + match = version.match(re[t.COERCE]); + } else { + let next; + + while ((next = re[t.COERCERTL].exec(version)) && (!match || match.index + match[0].length !== version.length)) { + if (!match || next.index + next[0].length !== match.index + match[0].length) { + match = next; + } + + re[t.COERCERTL].lastIndex = next.index + next[1].length + next[2].length; + } + + re[t.COERCERTL].lastIndex = -1; + } + + if (match === null) { + return null; + } + + return parse(`${match[2]}.${match[3] || '0'}.${match[4] || '0'}`, options); +}; + +var coerce_1 = coerce; +var iterator; +var hasRequiredIterator; + +function requireIterator() { + if (hasRequiredIterator) return iterator; + hasRequiredIterator = 1; + + iterator = function (Yallist) { + Yallist.prototype[Symbol.iterator] = function* () { + for (let walker = this.head; walker; walker = walker.next) { + yield walker.value; + } + }; + }; + + return iterator; +} + +var yallist; +var hasRequiredYallist; + +function requireYallist() { + if (hasRequiredYallist) return yallist; + hasRequiredYallist = 1; + yallist = Yallist; + Yallist.Node = Node; + Yallist.create = Yallist; + + function Yallist(list) { + var self = this; + + if (!(self instanceof Yallist)) { + self = new Yallist(); + } + + self.tail = null; + self.head = null; + self.length = 0; + + if (list && typeof list.forEach === 'function') { + list.forEach(function (item) { + self.push(item); + }); + } else if (arguments.length > 0) { + for (var i = 0, l = arguments.length; i < l; i++) { + self.push(arguments[i]); + } + } + + return self; + } + + Yallist.prototype.removeNode = function (node) { + if (node.list !== this) { + throw new Error('removing node which does not belong to this list'); + } + + var next = node.next; + var prev = node.prev; + + if (next) { + next.prev = prev; + } + + if (prev) { + prev.next = next; + } + + if (node === this.head) { + this.head = next; + } + + if (node === this.tail) { + this.tail = prev; + } + + node.list.length--; + node.next = null; + node.prev = null; + node.list = null; + return next; + }; + + Yallist.prototype.unshiftNode = function (node) { + if (node === this.head) { + return; + } + + if (node.list) { + node.list.removeNode(node); + } + + var head = this.head; + node.list = this; + node.next = head; + + if (head) { + head.prev = node; + } + + this.head = node; + + if (!this.tail) { + this.tail = node; + } + + this.length++; + }; + + Yallist.prototype.pushNode = function (node) { + if (node === this.tail) { + return; + } + + if (node.list) { + node.list.removeNode(node); + } + + var tail = this.tail; + node.list = this; + node.prev = tail; + + if (tail) { + tail.next = node; + } + + this.tail = node; + + if (!this.head) { + this.head = node; + } + + this.length++; + }; + + Yallist.prototype.push = function () { + for (var i = 0, l = arguments.length; i < l; i++) { + push(this, arguments[i]); + } + + return this.length; + }; + + Yallist.prototype.unshift = function () { + for (var i = 0, l = arguments.length; i < l; i++) { + unshift(this, arguments[i]); + } + + return this.length; + }; + + Yallist.prototype.pop = function () { + if (!this.tail) { + return undefined; + } + + var res = this.tail.value; + this.tail = this.tail.prev; + + if (this.tail) { + this.tail.next = null; + } else { + this.head = null; + } + + this.length--; + return res; + }; + + Yallist.prototype.shift = function () { + if (!this.head) { + return undefined; + } + + var res = this.head.value; + this.head = this.head.next; + + if (this.head) { + this.head.prev = null; + } else { + this.tail = null; + } + + this.length--; + return res; + }; + + Yallist.prototype.forEach = function (fn, thisp) { + thisp = thisp || this; + + for (var walker = this.head, i = 0; walker !== null; i++) { + fn.call(thisp, walker.value, i, this); + walker = walker.next; + } + }; + + Yallist.prototype.forEachReverse = function (fn, thisp) { + thisp = thisp || this; + + for (var walker = this.tail, i = this.length - 1; walker !== null; i--) { + fn.call(thisp, walker.value, i, this); + walker = walker.prev; + } + }; + + Yallist.prototype.get = function (n) { + for (var i = 0, walker = this.head; walker !== null && i < n; i++) { + walker = walker.next; + } + + if (i === n && walker !== null) { + return walker.value; + } + }; + + Yallist.prototype.getReverse = function (n) { + for (var i = 0, walker = this.tail; walker !== null && i < n; i++) { + walker = walker.prev; + } + + if (i === n && walker !== null) { + return walker.value; + } + }; + + Yallist.prototype.map = function (fn, thisp) { + thisp = thisp || this; + var res = new Yallist(); + + for (var walker = this.head; walker !== null;) { + res.push(fn.call(thisp, walker.value, this)); + walker = walker.next; + } + + return res; + }; + + Yallist.prototype.mapReverse = function (fn, thisp) { + thisp = thisp || this; + var res = new Yallist(); + + for (var walker = this.tail; walker !== null;) { + res.push(fn.call(thisp, walker.value, this)); + walker = walker.prev; + } + + return res; + }; + + Yallist.prototype.reduce = function (fn, initial) { + var acc; + var walker = this.head; + + if (arguments.length > 1) { + acc = initial; + } else if (this.head) { + walker = this.head.next; + acc = this.head.value; + } else { + throw new TypeError('Reduce of empty list with no initial value'); + } + + for (var i = 0; walker !== null; i++) { + acc = fn(acc, walker.value, i); + walker = walker.next; + } + + return acc; + }; + + Yallist.prototype.reduceReverse = function (fn, initial) { + var acc; + var walker = this.tail; + + if (arguments.length > 1) { + acc = initial; + } else if (this.tail) { + walker = this.tail.prev; + acc = this.tail.value; + } else { + throw new TypeError('Reduce of empty list with no initial value'); + } + + for (var i = this.length - 1; walker !== null; i--) { + acc = fn(acc, walker.value, i); + walker = walker.prev; + } + + return acc; + }; + + Yallist.prototype.toArray = function () { + var arr = new Array(this.length); + + for (var i = 0, walker = this.head; walker !== null; i++) { + arr[i] = walker.value; + walker = walker.next; + } + + return arr; + }; + + Yallist.prototype.toArrayReverse = function () { + var arr = new Array(this.length); + + for (var i = 0, walker = this.tail; walker !== null; i++) { + arr[i] = walker.value; + walker = walker.prev; + } + + return arr; + }; + + Yallist.prototype.slice = function (from, to) { + to = to || this.length; + + if (to < 0) { + to += this.length; + } + + from = from || 0; + + if (from < 0) { + from += this.length; + } + + var ret = new Yallist(); + + if (to < from || to < 0) { + return ret; + } + + if (from < 0) { + from = 0; + } + + if (to > this.length) { + to = this.length; + } + + for (var i = 0, walker = this.head; walker !== null && i < from; i++) { + walker = walker.next; + } + + for (; walker !== null && i < to; i++, walker = walker.next) { + ret.push(walker.value); + } + + return ret; + }; + + Yallist.prototype.sliceReverse = function (from, to) { + to = to || this.length; + + if (to < 0) { + to += this.length; + } + + from = from || 0; + + if (from < 0) { + from += this.length; + } + + var ret = new Yallist(); + + if (to < from || to < 0) { + return ret; + } + + if (from < 0) { + from = 0; + } + + if (to > this.length) { + to = this.length; + } + + for (var i = this.length, walker = this.tail; walker !== null && i > to; i--) { + walker = walker.prev; + } + + for (; walker !== null && i > from; i--, walker = walker.prev) { + ret.push(walker.value); + } + + return ret; + }; + + Yallist.prototype.splice = function (start, deleteCount, ...nodes) { + if (start > this.length) { + start = this.length - 1; + } + + if (start < 0) { + start = this.length + start; + } + + for (var i = 0, walker = this.head; walker !== null && i < start; i++) { + walker = walker.next; + } + + var ret = []; + + for (var i = 0; walker && i < deleteCount; i++) { + ret.push(walker.value); + walker = this.removeNode(walker); + } + + if (walker === null) { + walker = this.tail; + } + + if (walker !== this.head && walker !== this.tail) { + walker = walker.prev; + } + + for (var i = 0; i < nodes.length; i++) { + walker = insert(this, walker, nodes[i]); + } + + return ret; + }; + + Yallist.prototype.reverse = function () { + var head = this.head; + var tail = this.tail; + + for (var walker = head; walker !== null; walker = walker.prev) { + var p = walker.prev; + walker.prev = walker.next; + walker.next = p; + } + + this.head = tail; + this.tail = head; + return this; + }; + + function insert(self, node, value) { + var inserted = node === self.head ? new Node(value, null, node, self) : new Node(value, node, node.next, self); + + if (inserted.next === null) { + self.tail = inserted; + } + + if (inserted.prev === null) { + self.head = inserted; + } + + self.length++; + return inserted; + } + + function push(self, item) { + self.tail = new Node(item, self.tail, null, self); + + if (!self.head) { + self.head = self.tail; + } + + self.length++; + } + + function unshift(self, item) { + self.head = new Node(item, null, self.head, self); + + if (!self.tail) { + self.tail = self.head; + } + + self.length++; + } + + function Node(value, prev, next, list) { + if (!(this instanceof Node)) { + return new Node(value, prev, next, list); + } + + this.list = list; + this.value = value; + + if (prev) { + prev.next = this; + this.prev = prev; + } else { + this.prev = null; + } + + if (next) { + next.prev = this; + this.next = next; + } else { + this.next = null; + } + } + + try { + requireIterator()(Yallist); + } catch (er) {} + + return yallist; +} + +var lruCache; +var hasRequiredLruCache; + +function requireLruCache() { + if (hasRequiredLruCache) return lruCache; + hasRequiredLruCache = 1; + const Yallist = requireYallist(); + const MAX = Symbol('max'); + const LENGTH = Symbol('length'); + const LENGTH_CALCULATOR = Symbol('lengthCalculator'); + const ALLOW_STALE = Symbol('allowStale'); + const MAX_AGE = Symbol('maxAge'); + const DISPOSE = Symbol('dispose'); + const NO_DISPOSE_ON_SET = Symbol('noDisposeOnSet'); + const LRU_LIST = Symbol('lruList'); + const CACHE = Symbol('cache'); + const UPDATE_AGE_ON_GET = Symbol('updateAgeOnGet'); + + const naiveLength = () => 1; + + class LRUCache { + constructor(options) { + if (typeof options === 'number') options = { + max: options + }; + if (!options) options = {}; + if (options.max && (typeof options.max !== 'number' || options.max < 0)) throw new TypeError('max must be a non-negative number'); + this[MAX] = options.max || Infinity; + const lc = options.length || naiveLength; + this[LENGTH_CALCULATOR] = typeof lc !== 'function' ? naiveLength : lc; + this[ALLOW_STALE] = options.stale || false; + if (options.maxAge && typeof options.maxAge !== 'number') throw new TypeError('maxAge must be a number'); + this[MAX_AGE] = options.maxAge || 0; + this[DISPOSE] = options.dispose; + this[NO_DISPOSE_ON_SET] = options.noDisposeOnSet || false; + this[UPDATE_AGE_ON_GET] = options.updateAgeOnGet || false; + this.reset(); + } + + set max(mL) { + if (typeof mL !== 'number' || mL < 0) throw new TypeError('max must be a non-negative number'); + this[MAX] = mL || Infinity; + trim(this); + } + + get max() { + return this[MAX]; + } + + set allowStale(allowStale) { + this[ALLOW_STALE] = !!allowStale; + } + + get allowStale() { + return this[ALLOW_STALE]; + } + + set maxAge(mA) { + if (typeof mA !== 'number') throw new TypeError('maxAge must be a non-negative number'); + this[MAX_AGE] = mA; + trim(this); + } + + get maxAge() { + return this[MAX_AGE]; + } + + set lengthCalculator(lC) { + if (typeof lC !== 'function') lC = naiveLength; + + if (lC !== this[LENGTH_CALCULATOR]) { + this[LENGTH_CALCULATOR] = lC; + this[LENGTH] = 0; + this[LRU_LIST].forEach(hit => { + hit.length = this[LENGTH_CALCULATOR](hit.value, hit.key); + this[LENGTH] += hit.length; + }); + } + + trim(this); + } + + get lengthCalculator() { + return this[LENGTH_CALCULATOR]; + } + + get length() { + return this[LENGTH]; + } + + get itemCount() { + return this[LRU_LIST].length; + } + + rforEach(fn, thisp) { + thisp = thisp || this; + + for (let walker = this[LRU_LIST].tail; walker !== null;) { + const prev = walker.prev; + forEachStep(this, fn, walker, thisp); + walker = prev; + } + } + + forEach(fn, thisp) { + thisp = thisp || this; + + for (let walker = this[LRU_LIST].head; walker !== null;) { + const next = walker.next; + forEachStep(this, fn, walker, thisp); + walker = next; + } + } + + keys() { + return this[LRU_LIST].toArray().map(k => k.key); + } + + values() { + return this[LRU_LIST].toArray().map(k => k.value); + } + + reset() { + if (this[DISPOSE] && this[LRU_LIST] && this[LRU_LIST].length) { + this[LRU_LIST].forEach(hit => this[DISPOSE](hit.key, hit.value)); + } + + this[CACHE] = new Map(); + this[LRU_LIST] = new Yallist(); + this[LENGTH] = 0; + } + + dump() { + return this[LRU_LIST].map(hit => isStale(this, hit) ? false : { + k: hit.key, + v: hit.value, + e: hit.now + (hit.maxAge || 0) + }).toArray().filter(h => h); + } + + dumpLru() { + return this[LRU_LIST]; + } + + set(key, value, maxAge) { + maxAge = maxAge || this[MAX_AGE]; + if (maxAge && typeof maxAge !== 'number') throw new TypeError('maxAge must be a number'); + const now = maxAge ? Date.now() : 0; + const len = this[LENGTH_CALCULATOR](value, key); + + if (this[CACHE].has(key)) { + if (len > this[MAX]) { + del(this, this[CACHE].get(key)); + return false; + } + + const node = this[CACHE].get(key); + const item = node.value; + + if (this[DISPOSE]) { + if (!this[NO_DISPOSE_ON_SET]) this[DISPOSE](key, item.value); + } + + item.now = now; + item.maxAge = maxAge; + item.value = value; + this[LENGTH] += len - item.length; + item.length = len; + this.get(key); + trim(this); + return true; + } + + const hit = new Entry(key, value, len, now, maxAge); + + if (hit.length > this[MAX]) { + if (this[DISPOSE]) this[DISPOSE](key, value); + return false; + } + + this[LENGTH] += hit.length; + this[LRU_LIST].unshift(hit); + this[CACHE].set(key, this[LRU_LIST].head); + trim(this); + return true; + } + + has(key) { + if (!this[CACHE].has(key)) return false; + const hit = this[CACHE].get(key).value; + return !isStale(this, hit); + } + + get(key) { + return get(this, key, true); + } + + peek(key) { + return get(this, key, false); + } + + pop() { + const node = this[LRU_LIST].tail; + if (!node) return null; + del(this, node); + return node.value; + } + + del(key) { + del(this, this[CACHE].get(key)); + } + + load(arr) { + this.reset(); + const now = Date.now(); + + for (let l = arr.length - 1; l >= 0; l--) { + const hit = arr[l]; + const expiresAt = hit.e || 0; + if (expiresAt === 0) this.set(hit.k, hit.v);else { + const maxAge = expiresAt - now; + + if (maxAge > 0) { + this.set(hit.k, hit.v, maxAge); + } + } + } + } + + prune() { + this[CACHE].forEach((value, key) => get(this, key, false)); + } + + } + + const get = (self, key, doUse) => { + const node = self[CACHE].get(key); + + if (node) { + const hit = node.value; + + if (isStale(self, hit)) { + del(self, node); + if (!self[ALLOW_STALE]) return undefined; + } else { + if (doUse) { + if (self[UPDATE_AGE_ON_GET]) node.value.now = Date.now(); + self[LRU_LIST].unshiftNode(node); + } + } + + return hit.value; + } + }; + + const isStale = (self, hit) => { + if (!hit || !hit.maxAge && !self[MAX_AGE]) return false; + const diff = Date.now() - hit.now; + return hit.maxAge ? diff > hit.maxAge : self[MAX_AGE] && diff > self[MAX_AGE]; + }; + + const trim = self => { + if (self[LENGTH] > self[MAX]) { + for (let walker = self[LRU_LIST].tail; self[LENGTH] > self[MAX] && walker !== null;) { + const prev = walker.prev; + del(self, walker); + walker = prev; + } + } + }; + + const del = (self, node) => { + if (node) { + const hit = node.value; + if (self[DISPOSE]) self[DISPOSE](hit.key, hit.value); + self[LENGTH] -= hit.length; + self[CACHE].delete(hit.key); + self[LRU_LIST].removeNode(node); + } + }; + + class Entry { + constructor(key, value, length, now, maxAge) { + this.key = key; + this.value = value; + this.length = length; + this.now = now; + this.maxAge = maxAge || 0; + } + + } + + const forEachStep = (self, fn, node, thisp) => { + let hit = node.value; + + if (isStale(self, hit)) { + del(self, node); + if (!self[ALLOW_STALE]) hit = undefined; + } + + if (hit) fn.call(thisp, hit.value, hit.key, self); + }; + + lruCache = LRUCache; + return lruCache; +} + +var range; +var hasRequiredRange; + +function requireRange() { + if (hasRequiredRange) return range; + hasRequiredRange = 1; + + class Range { + constructor(range, options) { + options = parseOptions(options); + + if (range instanceof Range) { + if (range.loose === !!options.loose && range.includePrerelease === !!options.includePrerelease) { + return range; + } else { + return new Range(range.raw, options); + } + } + + if (range instanceof Comparator) { + this.raw = range.value; + this.set = [[range]]; + this.format(); + return this; + } + + this.options = options; + this.loose = !!options.loose; + this.includePrerelease = !!options.includePrerelease; + this.raw = range; + this.set = range.split('||').map(r => this.parseRange(r.trim())).filter(c => c.length); + + if (!this.set.length) { + throw new TypeError(`Invalid SemVer Range: ${range}`); + } + + if (this.set.length > 1) { + const first = this.set[0]; + this.set = this.set.filter(c => !isNullSet(c[0])); + + if (this.set.length === 0) { + this.set = [first]; + } else if (this.set.length > 1) { + for (const c of this.set) { + if (c.length === 1 && isAny(c[0])) { + this.set = [c]; + break; + } + } + } + } + + this.format(); + } + + format() { + this.range = this.set.map(comps => { + return comps.join(' ').trim(); + }).join('||').trim(); + return this.range; + } + + toString() { + return this.range; + } + + parseRange(range) { + range = range.trim(); + const memoOpts = Object.keys(this.options).join(','); + const memoKey = `parseRange:${memoOpts}:${range}`; + const cached = cache.get(memoKey); + + if (cached) { + return cached; + } + + const loose = this.options.loose; + const hr = loose ? re[t.HYPHENRANGELOOSE] : re[t.HYPHENRANGE]; + range = range.replace(hr, hyphenReplace(this.options.includePrerelease)); + debug('hyphen replace', range); + range = range.replace(re[t.COMPARATORTRIM], comparatorTrimReplace); + debug('comparator trim', range); + range = range.replace(re[t.TILDETRIM], tildeTrimReplace); + range = range.replace(re[t.CARETTRIM], caretTrimReplace); + range = range.split(/\s+/).join(' '); + let rangeList = range.split(' ').map(comp => parseComparator(comp, this.options)).join(' ').split(/\s+/).map(comp => replaceGTE0(comp, this.options)); + + if (loose) { + rangeList = rangeList.filter(comp => { + debug('loose invalid filter', comp, this.options); + return !!comp.match(re[t.COMPARATORLOOSE]); + }); + } + + debug('range list', rangeList); + const rangeMap = new Map(); + const comparators = rangeList.map(comp => new Comparator(comp, this.options)); + + for (const comp of comparators) { + if (isNullSet(comp)) { + return [comp]; + } + + rangeMap.set(comp.value, comp); + } + + if (rangeMap.size > 1 && rangeMap.has('')) { + rangeMap.delete(''); + } + + const result = [...rangeMap.values()]; + cache.set(memoKey, result); + return result; + } + + intersects(range, options) { + if (!(range instanceof Range)) { + throw new TypeError('a Range is required'); + } + + return this.set.some(thisComparators => { + return isSatisfiable(thisComparators, options) && range.set.some(rangeComparators => { + return isSatisfiable(rangeComparators, options) && thisComparators.every(thisComparator => { + return rangeComparators.every(rangeComparator => { + return thisComparator.intersects(rangeComparator, options); + }); + }); + }); + }); + } + + test(version) { + if (!version) { + return false; + } + + if (typeof version === 'string') { + try { + version = new SemVer(version, this.options); + } catch (er) { + return false; + } + } + + for (let i = 0; i < this.set.length; i++) { + if (testSet(this.set[i], version, this.options)) { + return true; + } + } + + return false; + } + + } + + range = Range; + const LRU = requireLruCache(); + const cache = new LRU({ + max: 1000 + }); + const parseOptions = parseOptions_1; + const Comparator = requireComparator(); + const debug = debug_1; + const SemVer = semver$2; + const { + re, + t, + comparatorTrimReplace, + tildeTrimReplace, + caretTrimReplace + } = re$3.exports; + + const isNullSet = c => c.value === '<0.0.0-0'; + + const isAny = c => c.value === ''; + + const isSatisfiable = (comparators, options) => { + let result = true; + const remainingComparators = comparators.slice(); + let testComparator = remainingComparators.pop(); + + while (result && remainingComparators.length) { + result = remainingComparators.every(otherComparator => { + return testComparator.intersects(otherComparator, options); + }); + testComparator = remainingComparators.pop(); + } + + return result; + }; + + const parseComparator = (comp, options) => { + debug('comp', comp, options); + comp = replaceCarets(comp, options); + debug('caret', comp); + comp = replaceTildes(comp, options); + debug('tildes', comp); + comp = replaceXRanges(comp, options); + debug('xrange', comp); + comp = replaceStars(comp, options); + debug('stars', comp); + return comp; + }; + + const isX = id => !id || id.toLowerCase() === 'x' || id === '*'; + + const replaceTildes = (comp, options) => comp.trim().split(/\s+/).map(c => { + return replaceTilde(c, options); + }).join(' '); + + const replaceTilde = (comp, options) => { + const r = options.loose ? re[t.TILDELOOSE] : re[t.TILDE]; + return comp.replace(r, (_, M, m, p, pr) => { + debug('tilde', comp, _, M, m, p, pr); + let ret; + + if (isX(M)) { + ret = ''; + } else if (isX(m)) { + ret = `>=${M}.0.0 <${+M + 1}.0.0-0`; + } else if (isX(p)) { + ret = `>=${M}.${m}.0 <${M}.${+m + 1}.0-0`; + } else if (pr) { + debug('replaceTilde pr', pr); + ret = `>=${M}.${m}.${p}-${pr} <${M}.${+m + 1}.0-0`; + } else { + ret = `>=${M}.${m}.${p} <${M}.${+m + 1}.0-0`; + } + + debug('tilde return', ret); + return ret; + }); + }; + + const replaceCarets = (comp, options) => comp.trim().split(/\s+/).map(c => { + return replaceCaret(c, options); + }).join(' '); + + const replaceCaret = (comp, options) => { + debug('caret', comp, options); + const r = options.loose ? re[t.CARETLOOSE] : re[t.CARET]; + const z = options.includePrerelease ? '-0' : ''; + return comp.replace(r, (_, M, m, p, pr) => { + debug('caret', comp, _, M, m, p, pr); + let ret; + + if (isX(M)) { + ret = ''; + } else if (isX(m)) { + ret = `>=${M}.0.0${z} <${+M + 1}.0.0-0`; + } else if (isX(p)) { + if (M === '0') { + ret = `>=${M}.${m}.0${z} <${M}.${+m + 1}.0-0`; + } else { + ret = `>=${M}.${m}.0${z} <${+M + 1}.0.0-0`; + } + } else if (pr) { + debug('replaceCaret pr', pr); + + if (M === '0') { + if (m === '0') { + ret = `>=${M}.${m}.${p}-${pr} <${M}.${m}.${+p + 1}-0`; + } else { + ret = `>=${M}.${m}.${p}-${pr} <${M}.${+m + 1}.0-0`; + } + } else { + ret = `>=${M}.${m}.${p}-${pr} <${+M + 1}.0.0-0`; + } + } else { + debug('no pr'); + + if (M === '0') { + if (m === '0') { + ret = `>=${M}.${m}.${p}${z} <${M}.${m}.${+p + 1}-0`; + } else { + ret = `>=${M}.${m}.${p}${z} <${M}.${+m + 1}.0-0`; + } + } else { + ret = `>=${M}.${m}.${p} <${+M + 1}.0.0-0`; + } + } + + debug('caret return', ret); + return ret; + }); + }; + + const replaceXRanges = (comp, options) => { + debug('replaceXRanges', comp, options); + return comp.split(/\s+/).map(c => { + return replaceXRange(c, options); + }).join(' '); + }; + + const replaceXRange = (comp, options) => { + comp = comp.trim(); + const r = options.loose ? re[t.XRANGELOOSE] : re[t.XRANGE]; + return comp.replace(r, (ret, gtlt, M, m, p, pr) => { + debug('xRange', comp, ret, gtlt, M, m, p, pr); + const xM = isX(M); + const xm = xM || isX(m); + const xp = xm || isX(p); + const anyX = xp; + + if (gtlt === '=' && anyX) { + gtlt = ''; + } + + pr = options.includePrerelease ? '-0' : ''; + + if (xM) { + if (gtlt === '>' || gtlt === '<') { + ret = '<0.0.0-0'; + } else { + ret = '*'; + } + } else if (gtlt && anyX) { + if (xm) { + m = 0; + } + + p = 0; + + if (gtlt === '>') { + gtlt = '>='; + + if (xm) { + M = +M + 1; + m = 0; + p = 0; + } else { + m = +m + 1; + p = 0; + } + } else if (gtlt === '<=') { + gtlt = '<'; + + if (xm) { + M = +M + 1; + } else { + m = +m + 1; + } + } + + if (gtlt === '<') { + pr = '-0'; + } + + ret = `${gtlt + M}.${m}.${p}${pr}`; + } else if (xm) { + ret = `>=${M}.0.0${pr} <${+M + 1}.0.0-0`; + } else if (xp) { + ret = `>=${M}.${m}.0${pr} <${M}.${+m + 1}.0-0`; + } + + debug('xRange return', ret); + return ret; + }); + }; + + const replaceStars = (comp, options) => { + debug('replaceStars', comp, options); + return comp.trim().replace(re[t.STAR], ''); + }; + + const replaceGTE0 = (comp, options) => { + debug('replaceGTE0', comp, options); + return comp.trim().replace(re[options.includePrerelease ? t.GTE0PRE : t.GTE0], ''); + }; + + const hyphenReplace = incPr => ($0, from, fM, fm, fp, fpr, fb, to, tM, tm, tp, tpr, tb) => { + if (isX(fM)) { + from = ''; + } else if (isX(fm)) { + from = `>=${fM}.0.0${incPr ? '-0' : ''}`; + } else if (isX(fp)) { + from = `>=${fM}.${fm}.0${incPr ? '-0' : ''}`; + } else if (fpr) { + from = `>=${from}`; + } else { + from = `>=${from}${incPr ? '-0' : ''}`; + } + + if (isX(tM)) { + to = ''; + } else if (isX(tm)) { + to = `<${+tM + 1}.0.0-0`; + } else if (isX(tp)) { + to = `<${tM}.${+tm + 1}.0-0`; + } else if (tpr) { + to = `<=${tM}.${tm}.${tp}-${tpr}`; + } else if (incPr) { + to = `<${tM}.${tm}.${+tp + 1}-0`; + } else { + to = `<=${to}`; + } + + return `${from} ${to}`.trim(); + }; + + const testSet = (set, version, options) => { + for (let i = 0; i < set.length; i++) { + if (!set[i].test(version)) { + return false; + } + } + + if (version.prerelease.length && !options.includePrerelease) { + for (let i = 0; i < set.length; i++) { + debug(set[i].semver); + + if (set[i].semver === Comparator.ANY) { + continue; + } + + if (set[i].semver.prerelease.length > 0) { + const allowed = set[i].semver; + + if (allowed.major === version.major && allowed.minor === version.minor && allowed.patch === version.patch) { + return true; + } + } + } + + return false; + } + + return true; + }; + + return range; +} + +var comparator; +var hasRequiredComparator; + +function requireComparator() { + if (hasRequiredComparator) return comparator; + hasRequiredComparator = 1; + const ANY = Symbol('SemVer ANY'); + + class Comparator { + static get ANY() { + return ANY; + } + + constructor(comp, options) { + options = parseOptions(options); + + if (comp instanceof Comparator) { + if (comp.loose === !!options.loose) { + return comp; + } else { + comp = comp.value; + } + } + + debug('comparator', comp, options); + this.options = options; + this.loose = !!options.loose; + this.parse(comp); + + if (this.semver === ANY) { + this.value = ''; + } else { + this.value = this.operator + this.semver.version; + } + + debug('comp', this); + } + + parse(comp) { + const r = this.options.loose ? re[t.COMPARATORLOOSE] : re[t.COMPARATOR]; + const m = comp.match(r); + + if (!m) { + throw new TypeError(`Invalid comparator: ${comp}`); + } + + this.operator = m[1] !== undefined ? m[1] : ''; + + if (this.operator === '=') { + this.operator = ''; + } + + if (!m[2]) { + this.semver = ANY; + } else { + this.semver = new SemVer(m[2], this.options.loose); + } + } + + toString() { + return this.value; + } + + test(version) { + debug('Comparator.test', version, this.options.loose); + + if (this.semver === ANY || version === ANY) { + return true; + } + + if (typeof version === 'string') { + try { + version = new SemVer(version, this.options); + } catch (er) { + return false; + } + } + + return cmp(version, this.operator, this.semver, this.options); + } + + intersects(comp, options) { + if (!(comp instanceof Comparator)) { + throw new TypeError('a Comparator is required'); + } + + if (!options || typeof options !== 'object') { + options = { + loose: !!options, + includePrerelease: false + }; + } + + if (this.operator === '') { + if (this.value === '') { + return true; + } + + return new Range(comp.value, options).test(this.value); + } else if (comp.operator === '') { + if (comp.value === '') { + return true; + } + + return new Range(this.value, options).test(comp.semver); + } + + const sameDirectionIncreasing = (this.operator === '>=' || this.operator === '>') && (comp.operator === '>=' || comp.operator === '>'); + const sameDirectionDecreasing = (this.operator === '<=' || this.operator === '<') && (comp.operator === '<=' || comp.operator === '<'); + const sameSemVer = this.semver.version === comp.semver.version; + const differentDirectionsInclusive = (this.operator === '>=' || this.operator === '<=') && (comp.operator === '>=' || comp.operator === '<='); + const oppositeDirectionsLessThan = cmp(this.semver, '<', comp.semver, options) && (this.operator === '>=' || this.operator === '>') && (comp.operator === '<=' || comp.operator === '<'); + const oppositeDirectionsGreaterThan = cmp(this.semver, '>', comp.semver, options) && (this.operator === '<=' || this.operator === '<') && (comp.operator === '>=' || comp.operator === '>'); + return sameDirectionIncreasing || sameDirectionDecreasing || sameSemVer && differentDirectionsInclusive || oppositeDirectionsLessThan || oppositeDirectionsGreaterThan; + } + + } + + comparator = Comparator; + const parseOptions = parseOptions_1; + const { + re, + t + } = re$3.exports; + const cmp = cmp_1; + const debug = debug_1; + const SemVer = semver$2; + const Range = requireRange(); + return comparator; +} + +const Range$8 = requireRange(); + +const satisfies$3 = (version, range, options) => { + try { + range = new Range$8(range, options); + } catch (er) { + return false; + } + + return range.test(version); +}; + +var satisfies_1 = satisfies$3; +const Range$7 = requireRange(); + +const toComparators = (range, options) => new Range$7(range, options).set.map(comp => comp.map(c => c.value).join(' ').trim().split(' ')); + +var toComparators_1 = toComparators; +const SemVer$3 = semver$2; +const Range$6 = requireRange(); + +const maxSatisfying = (versions, range, options) => { + let max = null; + let maxSV = null; + let rangeObj = null; + + try { + rangeObj = new Range$6(range, options); + } catch (er) { + return null; + } + + versions.forEach(v => { + if (rangeObj.test(v)) { + if (!max || maxSV.compare(v) === -1) { + max = v; + maxSV = new SemVer$3(max, options); + } + } + }); + return max; +}; + +var maxSatisfying_1 = maxSatisfying; +const SemVer$2 = semver$2; +const Range$5 = requireRange(); + +const minSatisfying = (versions, range, options) => { + let min = null; + let minSV = null; + let rangeObj = null; + + try { + rangeObj = new Range$5(range, options); + } catch (er) { + return null; + } + + versions.forEach(v => { + if (rangeObj.test(v)) { + if (!min || minSV.compare(v) === 1) { + min = v; + minSV = new SemVer$2(min, options); + } + } + }); + return min; +}; + +var minSatisfying_1 = minSatisfying; +const SemVer$1 = semver$2; +const Range$4 = requireRange(); +const gt$1 = gt_1; + +const minVersion = (range, loose) => { + range = new Range$4(range, loose); + let minver = new SemVer$1('0.0.0'); + + if (range.test(minver)) { + return minver; + } + + minver = new SemVer$1('0.0.0-0'); + + if (range.test(minver)) { + return minver; + } + + minver = null; + + for (let i = 0; i < range.set.length; ++i) { + const comparators = range.set[i]; + let setMin = null; + comparators.forEach(comparator => { + const compver = new SemVer$1(comparator.semver.version); + + switch (comparator.operator) { + case '>': + if (compver.prerelease.length === 0) { + compver.patch++; + } else { + compver.prerelease.push(0); + } + + compver.raw = compver.format(); + + case '': + case '>=': + if (!setMin || gt$1(compver, setMin)) { + setMin = compver; + } + + break; + + case '<': + case '<=': + break; + + default: + throw new Error(`Unexpected operation: ${comparator.operator}`); + } + }); + + if (setMin && (!minver || gt$1(minver, setMin))) { + minver = setMin; + } + } + + if (minver && range.test(minver)) { + return minver; + } + + return null; +}; + +var minVersion_1 = minVersion; +const Range$3 = requireRange(); + +const validRange = (range, options) => { + try { + return new Range$3(range, options).range || '*'; + } catch (er) { + return null; + } +}; + +var valid = validRange; +const SemVer = semver$2; +const Comparator$1 = requireComparator(); +const { + ANY: ANY$1 +} = Comparator$1; +const Range$2 = requireRange(); +const satisfies$2 = satisfies_1; +const gt = gt_1; +const lt = lt_1; +const lte = lte_1; +const gte = gte_1; + +const outside$2 = (version, range, hilo, options) => { + version = new SemVer(version, options); + range = new Range$2(range, options); + let gtfn, ltefn, ltfn, comp, ecomp; + + switch (hilo) { + case '>': + gtfn = gt; + ltefn = lte; + ltfn = lt; + comp = '>'; + ecomp = '>='; + break; + + case '<': + gtfn = lt; + ltefn = gte; + ltfn = gt; + comp = '<'; + ecomp = '<='; + break; + + default: + throw new TypeError('Must provide a hilo val of "<" or ">"'); + } + + if (satisfies$2(version, range, options)) { + return false; + } + + for (let i = 0; i < range.set.length; ++i) { + const comparators = range.set[i]; + let high = null; + let low = null; + comparators.forEach(comparator => { + if (comparator.semver === ANY$1) { + comparator = new Comparator$1('>=0.0.0'); + } + + high = high || comparator; + low = low || comparator; + + if (gtfn(comparator.semver, high.semver, options)) { + high = comparator; + } else if (ltfn(comparator.semver, low.semver, options)) { + low = comparator; + } + }); + + if (high.operator === comp || high.operator === ecomp) { + return false; + } + + if ((!low.operator || low.operator === comp) && ltefn(version, low.semver)) { + return false; + } else if (low.operator === ecomp && ltfn(version, low.semver)) { + return false; + } + } + + return true; +}; + +var outside_1 = outside$2; +const outside$1 = outside_1; + +const gtr = (version, range, options) => outside$1(version, range, '>', options); + +var gtr_1 = gtr; +const outside = outside_1; + +const ltr = (version, range, options) => outside(version, range, '<', options); + +var ltr_1 = ltr; +const Range$1 = requireRange(); + +const intersects = (r1, r2, options) => { + r1 = new Range$1(r1, options); + r2 = new Range$1(r2, options); + return r1.intersects(r2); +}; + +var intersects_1 = intersects; +const satisfies$1 = satisfies_1; +const compare$1 = compare_1; + +var simplify = (versions, range, options) => { + const set = []; + let first = null; + let prev = null; + const v = versions.sort((a, b) => compare$1(a, b, options)); + + for (const version of v) { + const included = satisfies$1(version, range, options); + + if (included) { + prev = version; + + if (!first) { + first = version; + } + } else { + if (prev) { + set.push([first, prev]); + } + + prev = null; + first = null; + } + } + + if (first) { + set.push([first, null]); + } + + const ranges = []; + + for (const [min, max] of set) { + if (min === max) { + ranges.push(min); + } else if (!max && min === v[0]) { + ranges.push('*'); + } else if (!max) { + ranges.push(`>=${min}`); + } else if (min === v[0]) { + ranges.push(`<=${max}`); + } else { + ranges.push(`${min} - ${max}`); + } + } + + const simplified = ranges.join(' || '); + const original = typeof range.raw === 'string' ? range.raw : String(range); + return simplified.length < original.length ? simplified : range; +}; + +const Range = requireRange(); +const Comparator = requireComparator(); +const { + ANY +} = Comparator; +const satisfies = satisfies_1; +const compare = compare_1; + +const subset = (sub, dom, options = {}) => { + if (sub === dom) { + return true; + } + + sub = new Range(sub, options); + dom = new Range(dom, options); + let sawNonNull = false; + + OUTER: for (const simpleSub of sub.set) { + for (const simpleDom of dom.set) { + const isSub = simpleSubset(simpleSub, simpleDom, options); + sawNonNull = sawNonNull || isSub !== null; + + if (isSub) { + continue OUTER; + } + } + + if (sawNonNull) { + return false; + } + } + + return true; +}; + +const simpleSubset = (sub, dom, options) => { + if (sub === dom) { + return true; + } + + if (sub.length === 1 && sub[0].semver === ANY) { + if (dom.length === 1 && dom[0].semver === ANY) { + return true; + } else if (options.includePrerelease) { + sub = [new Comparator('>=0.0.0-0')]; + } else { + sub = [new Comparator('>=0.0.0')]; + } + } + + if (dom.length === 1 && dom[0].semver === ANY) { + if (options.includePrerelease) { + return true; + } else { + dom = [new Comparator('>=0.0.0')]; + } + } + + const eqSet = new Set(); + let gt, lt; + + for (const c of sub) { + if (c.operator === '>' || c.operator === '>=') { + gt = higherGT(gt, c, options); + } else if (c.operator === '<' || c.operator === '<=') { + lt = lowerLT(lt, c, options); + } else { + eqSet.add(c.semver); + } + } + + if (eqSet.size > 1) { + return null; + } + + let gtltComp; + + if (gt && lt) { + gtltComp = compare(gt.semver, lt.semver, options); + + if (gtltComp > 0) { + return null; + } else if (gtltComp === 0 && (gt.operator !== '>=' || lt.operator !== '<=')) { + return null; + } + } + + for (const eq of eqSet) { + if (gt && !satisfies(eq, String(gt), options)) { + return null; + } + + if (lt && !satisfies(eq, String(lt), options)) { + return null; + } + + for (const c of dom) { + if (!satisfies(eq, String(c), options)) { + return false; + } + } + + return true; + } + + let higher, lower; + let hasDomLT, hasDomGT; + let needDomLTPre = lt && !options.includePrerelease && lt.semver.prerelease.length ? lt.semver : false; + let needDomGTPre = gt && !options.includePrerelease && gt.semver.prerelease.length ? gt.semver : false; + + if (needDomLTPre && needDomLTPre.prerelease.length === 1 && lt.operator === '<' && needDomLTPre.prerelease[0] === 0) { + needDomLTPre = false; + } + + for (const c of dom) { + hasDomGT = hasDomGT || c.operator === '>' || c.operator === '>='; + hasDomLT = hasDomLT || c.operator === '<' || c.operator === '<='; + + if (gt) { + if (needDomGTPre) { + if (c.semver.prerelease && c.semver.prerelease.length && c.semver.major === needDomGTPre.major && c.semver.minor === needDomGTPre.minor && c.semver.patch === needDomGTPre.patch) { + needDomGTPre = false; + } + } + + if (c.operator === '>' || c.operator === '>=') { + higher = higherGT(gt, c, options); + + if (higher === c && higher !== gt) { + return false; + } + } else if (gt.operator === '>=' && !satisfies(gt.semver, String(c), options)) { + return false; + } + } + + if (lt) { + if (needDomLTPre) { + if (c.semver.prerelease && c.semver.prerelease.length && c.semver.major === needDomLTPre.major && c.semver.minor === needDomLTPre.minor && c.semver.patch === needDomLTPre.patch) { + needDomLTPre = false; + } + } + + if (c.operator === '<' || c.operator === '<=') { + lower = lowerLT(lt, c, options); + + if (lower === c && lower !== lt) { + return false; + } + } else if (lt.operator === '<=' && !satisfies(lt.semver, String(c), options)) { + return false; + } + } + + if (!c.operator && (lt || gt) && gtltComp !== 0) { + return false; + } + } + + if (gt && hasDomLT && !lt && gtltComp !== 0) { + return false; + } + + if (lt && hasDomGT && !gt && gtltComp !== 0) { + return false; + } + + if (needDomGTPre || needDomLTPre) { + return false; + } + + return true; +}; + +const higherGT = (a, b, options) => { + if (!a) { + return b; + } + + const comp = compare(a.semver, b.semver, options); + return comp > 0 ? a : comp < 0 ? b : b.operator === '>' && a.operator === '>=' ? b : a; +}; + +const lowerLT = (a, b, options) => { + if (!a) { + return b; + } + + const comp = compare(a.semver, b.semver, options); + return comp < 0 ? a : comp > 0 ? b : b.operator === '<' && a.operator === '<=' ? b : a; +}; + +var subset_1 = subset; +const internalRe = re$3.exports; +var semver$1 = { + re: internalRe.re, + src: internalRe.src, + tokens: internalRe.t, + SEMVER_SPEC_VERSION: constants.SEMVER_SPEC_VERSION, + SemVer: semver$2, + compareIdentifiers: identifiers.compareIdentifiers, + rcompareIdentifiers: identifiers.rcompareIdentifiers, + parse: parse_1, + valid: valid_1, + clean: clean_1, + inc: inc_1, + diff: diff_1, + major: major_1, + minor: minor_1, + patch: patch_1, + prerelease: prerelease_1, + compare: compare_1, + rcompare: rcompare_1, + compareLoose: compareLoose_1, + compareBuild: compareBuild_1, + sort: sort_1, + rsort: rsort_1, + gt: gt_1, + lt: lt_1, + eq: eq_1, + neq: neq_1, + gte: gte_1, + lte: lte_1, + cmp: cmp_1, + coerce: coerce_1, + Comparator: requireComparator(), + Range: requireRange(), + satisfies: satisfies_1, + toComparators: toComparators_1, + maxSatisfying: maxSatisfying_1, + minSatisfying: minSatisfying_1, + minVersion: minVersion_1, + validRange: valid, + outside: outside_1, + gtr: gtr_1, + ltr: ltr_1, + intersects: intersects_1, + simplifyRange: simplify, + subset: subset_1 +}; +var semver = semver$1; + +var builtins = function ({ + version = process.version, + experimental = false +} = {}) { + var coreModules = ['assert', 'buffer', 'child_process', 'cluster', 'console', 'constants', 'crypto', 'dgram', 'dns', 'domain', 'events', 'fs', 'http', 'https', 'module', 'net', 'os', 'path', 'punycode', 'querystring', 'readline', 'repl', 'stream', 'string_decoder', 'sys', 'timers', 'tls', 'tty', 'url', 'util', 'vm', 'zlib']; + if (semver.lt(version, '6.0.0')) coreModules.push('freelist'); + if (semver.gte(version, '1.0.0')) coreModules.push('v8'); + if (semver.gte(version, '1.1.0')) coreModules.push('process'); + if (semver.gte(version, '8.0.0')) coreModules.push('inspector'); + if (semver.gte(version, '8.1.0')) coreModules.push('async_hooks'); + if (semver.gte(version, '8.4.0')) coreModules.push('http2'); + if (semver.gte(version, '8.5.0')) coreModules.push('perf_hooks'); + if (semver.gte(version, '10.0.0')) coreModules.push('trace_events'); + + if (semver.gte(version, '10.5.0') && (experimental || semver.gte(version, '12.0.0'))) { + coreModules.push('worker_threads'); + } + + if (semver.gte(version, '12.16.0') && experimental) { + coreModules.push('wasi'); + } + + return coreModules; +}; + +const reader = { + read +}; + +function read(jsonPath) { + return find(_path().dirname(jsonPath)); +} + +function find(dir) { + try { + const string = _fs().default.readFileSync(_path().toNamespacedPath(_path().join(dir, 'package.json')), 'utf8'); + + return { + string + }; + } catch (error) { + if (error.code === 'ENOENT') { + const parent = _path().dirname(dir); + + if (dir !== parent) return find(parent); + return { + string: undefined + }; + } + + throw error; + } +} + +const isWindows = process.platform === 'win32'; +const own$1 = {}.hasOwnProperty; +const codes = {}; +const messages = new Map(); +const nodeInternalPrefix = '__node_internal_'; +let userStackTraceLimit; +codes.ERR_INVALID_MODULE_SPECIFIER = createError('ERR_INVALID_MODULE_SPECIFIER', (request, reason, base = undefined) => { + return `Invalid module "${request}" ${reason}${base ? ` imported from ${base}` : ''}`; +}, TypeError); +codes.ERR_INVALID_PACKAGE_CONFIG = createError('ERR_INVALID_PACKAGE_CONFIG', (path, base, message) => { + return `Invalid package config ${path}${base ? ` while importing ${base}` : ''}${message ? `. ${message}` : ''}`; +}, Error); +codes.ERR_INVALID_PACKAGE_TARGET = createError('ERR_INVALID_PACKAGE_TARGET', (pkgPath, key, target, isImport = false, base = undefined) => { + const relError = typeof target === 'string' && !isImport && target.length > 0 && !target.startsWith('./'); + + if (key === '.') { + _assert()(isImport === false); + + return `Invalid "exports" main target ${JSON.stringify(target)} defined ` + `in the package config ${pkgPath}package.json${base ? ` imported from ${base}` : ''}${relError ? '; targets must start with "./"' : ''}`; + } + + return `Invalid "${isImport ? 'imports' : 'exports'}" target ${JSON.stringify(target)} defined for '${key}' in the package config ${pkgPath}package.json${base ? ` imported from ${base}` : ''}${relError ? '; targets must start with "./"' : ''}`; +}, Error); +codes.ERR_MODULE_NOT_FOUND = createError('ERR_MODULE_NOT_FOUND', (path, base, type = 'package') => { + return `Cannot find ${type} '${path}' imported from ${base}`; +}, Error); +codes.ERR_PACKAGE_IMPORT_NOT_DEFINED = createError('ERR_PACKAGE_IMPORT_NOT_DEFINED', (specifier, packagePath, base) => { + return `Package import specifier "${specifier}" is not defined${packagePath ? ` in package ${packagePath}package.json` : ''} imported from ${base}`; +}, TypeError); +codes.ERR_PACKAGE_PATH_NOT_EXPORTED = createError('ERR_PACKAGE_PATH_NOT_EXPORTED', (pkgPath, subpath, base = undefined) => { + if (subpath === '.') return `No "exports" main defined in ${pkgPath}package.json${base ? ` imported from ${base}` : ''}`; + return `Package subpath '${subpath}' is not defined by "exports" in ${pkgPath}package.json${base ? ` imported from ${base}` : ''}`; +}, Error); +codes.ERR_UNSUPPORTED_DIR_IMPORT = createError('ERR_UNSUPPORTED_DIR_IMPORT', "Directory import '%s' is not supported " + 'resolving ES modules imported from %s', Error); +codes.ERR_UNKNOWN_FILE_EXTENSION = createError('ERR_UNKNOWN_FILE_EXTENSION', 'Unknown file extension "%s" for %s', TypeError); +codes.ERR_INVALID_ARG_VALUE = createError('ERR_INVALID_ARG_VALUE', (name, value, reason = 'is invalid') => { + let inspected = (0, _util().inspect)(value); + + if (inspected.length > 128) { + inspected = `${inspected.slice(0, 128)}...`; + } + + const type = name.includes('.') ? 'property' : 'argument'; + return `The ${type} '${name}' ${reason}. Received ${inspected}`; +}, TypeError); +codes.ERR_UNSUPPORTED_ESM_URL_SCHEME = createError('ERR_UNSUPPORTED_ESM_URL_SCHEME', url => { + let message = 'Only file and data URLs are supported by the default ESM loader'; + + if (isWindows && url.protocol.length === 2) { + message += '. On Windows, absolute paths must be valid file:// URLs'; + } + + message += `. Received protocol '${url.protocol}'`; + return message; +}, Error); + +function createError(sym, value, def) { + messages.set(sym, value); + return makeNodeErrorWithCode(def, sym); +} + +function makeNodeErrorWithCode(Base, key) { + return NodeError; + + function NodeError(...args) { + const limit = Error.stackTraceLimit; + if (isErrorStackTraceLimitWritable()) Error.stackTraceLimit = 0; + const error = new Base(); + if (isErrorStackTraceLimitWritable()) Error.stackTraceLimit = limit; + const message = getMessage(key, args, error); + Object.defineProperty(error, 'message', { + value: message, + enumerable: false, + writable: true, + configurable: true + }); + Object.defineProperty(error, 'toString', { + value() { + return `${this.name} [${key}]: ${this.message}`; + }, + + enumerable: false, + writable: true, + configurable: true + }); + addCodeToName(error, Base.name, key); + error.code = key; + return error; + } +} + +const addCodeToName = hideStackFrames(function (error, name, code) { + error = captureLargerStackTrace(error); + error.name = `${name} [${code}]`; + error.stack; + + if (name === 'SystemError') { + Object.defineProperty(error, 'name', { + value: name, + enumerable: false, + writable: true, + configurable: true + }); + } else { + delete error.name; + } +}); + +function isErrorStackTraceLimitWritable() { + const desc = Object.getOwnPropertyDescriptor(Error, 'stackTraceLimit'); + + if (desc === undefined) { + return Object.isExtensible(Error); + } + + return own$1.call(desc, 'writable') ? desc.writable : desc.set !== undefined; +} + +function hideStackFrames(fn) { + const hidden = nodeInternalPrefix + fn.name; + Object.defineProperty(fn, 'name', { + value: hidden + }); + return fn; +} + +const captureLargerStackTrace = hideStackFrames(function (error) { + const stackTraceLimitIsWritable = isErrorStackTraceLimitWritable(); + + if (stackTraceLimitIsWritable) { + userStackTraceLimit = Error.stackTraceLimit; + Error.stackTraceLimit = Number.POSITIVE_INFINITY; + } + + Error.captureStackTrace(error); + if (stackTraceLimitIsWritable) Error.stackTraceLimit = userStackTraceLimit; + return error; +}); + +function getMessage(key, args, self) { + const message = messages.get(key); + + if (typeof message === 'function') { + _assert()(message.length <= args.length, `Code: ${key}; The provided arguments length (${args.length}) does not ` + `match the required ones (${message.length}).`); + + return Reflect.apply(message, self, args); + } + + const expectedLength = (message.match(/%[dfijoOs]/g) || []).length; + + _assert()(expectedLength === args.length, `Code: ${key}; The provided arguments length (${args.length}) does not ` + `match the required ones (${expectedLength}).`); + + if (args.length === 0) return message; + args.unshift(message); + return Reflect.apply(_util().format, null, args); +} + +const { + ERR_UNKNOWN_FILE_EXTENSION +} = codes; +const extensionFormatMap = { + __proto__: null, + '.cjs': 'commonjs', + '.js': 'module', + '.mjs': 'module' +}; + +function defaultGetFormat(url) { + if (url.startsWith('node:')) { + return { + format: 'builtin' + }; + } + + const parsed = new (_url().URL)(url); + + if (parsed.protocol === 'data:') { + const { + 1: mime + } = /^([^/]+\/[^;,]+)[^,]*?(;base64)?,/.exec(parsed.pathname) || [null, null]; + const format = mime === 'text/javascript' ? 'module' : null; + return { + format + }; + } + + if (parsed.protocol === 'file:') { + const ext = _path().extname(parsed.pathname); + + let format; + + if (ext === '.js') { + format = getPackageType(parsed.href) === 'module' ? 'module' : 'commonjs'; + } else { + format = extensionFormatMap[ext]; + } + + if (!format) { + throw new ERR_UNKNOWN_FILE_EXTENSION(ext, (0, _url().fileURLToPath)(url)); + } + + return { + format: format || null + }; + } + + return { + format: null + }; +} + +const listOfBuiltins = builtins(); +const { + ERR_INVALID_MODULE_SPECIFIER, + ERR_INVALID_PACKAGE_CONFIG, + ERR_INVALID_PACKAGE_TARGET, + ERR_MODULE_NOT_FOUND, + ERR_PACKAGE_IMPORT_NOT_DEFINED, + ERR_PACKAGE_PATH_NOT_EXPORTED, + ERR_UNSUPPORTED_DIR_IMPORT, + ERR_UNSUPPORTED_ESM_URL_SCHEME, + ERR_INVALID_ARG_VALUE +} = codes; +const own = {}.hasOwnProperty; +const DEFAULT_CONDITIONS = Object.freeze(['node', 'import']); +const DEFAULT_CONDITIONS_SET = new Set(DEFAULT_CONDITIONS); +const invalidSegmentRegEx = /(^|\\|\/)(\.\.?|node_modules)(\\|\/|$)/; +const patternRegEx = /\*/g; +const encodedSepRegEx = /%2f|%2c/i; +const emittedPackageWarnings = new Set(); +const packageJsonCache = new Map(); + +function emitFolderMapDeprecation(match, pjsonUrl, isExports, base) { + const pjsonPath = (0, _url().fileURLToPath)(pjsonUrl); + if (emittedPackageWarnings.has(pjsonPath + '|' + match)) return; + emittedPackageWarnings.add(pjsonPath + '|' + match); + process.emitWarning(`Use of deprecated folder mapping "${match}" in the ${isExports ? '"exports"' : '"imports"'} field module resolution of the package at ${pjsonPath}${base ? ` imported from ${(0, _url().fileURLToPath)(base)}` : ''}.\n` + `Update this package.json to use a subpath pattern like "${match}*".`, 'DeprecationWarning', 'DEP0148'); +} + +function emitLegacyIndexDeprecation(url, packageJsonUrl, base, main) { + const { + format + } = defaultGetFormat(url.href); + if (format !== 'module') return; + const path = (0, _url().fileURLToPath)(url.href); + const pkgPath = (0, _url().fileURLToPath)(new (_url().URL)('.', packageJsonUrl)); + const basePath = (0, _url().fileURLToPath)(base); + if (main) process.emitWarning(`Package ${pkgPath} has a "main" field set to ${JSON.stringify(main)}, ` + `excluding the full filename and extension to the resolved file at "${path.slice(pkgPath.length)}", imported from ${basePath}.\n Automatic extension resolution of the "main" field is` + 'deprecated for ES modules.', 'DeprecationWarning', 'DEP0151');else process.emitWarning(`No "main" or "exports" field defined in the package.json for ${pkgPath} resolving the main entry point "${path.slice(pkgPath.length)}", imported from ${basePath}.\nDefault "index" lookups for the main are deprecated for ES modules.`, 'DeprecationWarning', 'DEP0151'); +} + +function getConditionsSet(conditions) { + if (conditions !== undefined && conditions !== DEFAULT_CONDITIONS) { + if (!Array.isArray(conditions)) { + throw new ERR_INVALID_ARG_VALUE('conditions', conditions, 'expected an array'); + } + + return new Set(conditions); + } + + return DEFAULT_CONDITIONS_SET; +} + +function tryStatSync(path) { + try { + return (0, _fs().statSync)(path); + } catch (_unused) { + return new (_fs().Stats)(); + } +} + +function getPackageConfig(path, specifier, base) { + const existing = packageJsonCache.get(path); + + if (existing !== undefined) { + return existing; + } + + const source = reader.read(path).string; + + if (source === undefined) { + const packageConfig = { + pjsonPath: path, + exists: false, + main: undefined, + name: undefined, + type: 'none', + exports: undefined, + imports: undefined + }; + packageJsonCache.set(path, packageConfig); + return packageConfig; + } + + let packageJson; + + try { + packageJson = JSON.parse(source); + } catch (error) { + throw new ERR_INVALID_PACKAGE_CONFIG(path, (base ? `"${specifier}" from ` : '') + (0, _url().fileURLToPath)(base || specifier), error.message); + } + + const { + exports, + imports, + main, + name, + type + } = packageJson; + const packageConfig = { + pjsonPath: path, + exists: true, + main: typeof main === 'string' ? main : undefined, + name: typeof name === 'string' ? name : undefined, + type: type === 'module' || type === 'commonjs' ? type : 'none', + exports, + imports: imports && typeof imports === 'object' ? imports : undefined + }; + packageJsonCache.set(path, packageConfig); + return packageConfig; +} + +function getPackageScopeConfig(resolved) { + let packageJsonUrl = new (_url().URL)('./package.json', resolved); + + while (true) { + const packageJsonPath = packageJsonUrl.pathname; + if (packageJsonPath.endsWith('node_modules/package.json')) break; + const packageConfig = getPackageConfig((0, _url().fileURLToPath)(packageJsonUrl), resolved); + if (packageConfig.exists) return packageConfig; + const lastPackageJsonUrl = packageJsonUrl; + packageJsonUrl = new (_url().URL)('../package.json', packageJsonUrl); + if (packageJsonUrl.pathname === lastPackageJsonUrl.pathname) break; + } + + const packageJsonPath = (0, _url().fileURLToPath)(packageJsonUrl); + const packageConfig = { + pjsonPath: packageJsonPath, + exists: false, + main: undefined, + name: undefined, + type: 'none', + exports: undefined, + imports: undefined + }; + packageJsonCache.set(packageJsonPath, packageConfig); + return packageConfig; +} + +function fileExists(url) { + return tryStatSync((0, _url().fileURLToPath)(url)).isFile(); +} + +function legacyMainResolve(packageJsonUrl, packageConfig, base) { + let guess; + + if (packageConfig.main !== undefined) { + guess = new (_url().URL)(`./${packageConfig.main}`, packageJsonUrl); + if (fileExists(guess)) return guess; + const tries = [`./${packageConfig.main}.js`, `./${packageConfig.main}.json`, `./${packageConfig.main}.node`, `./${packageConfig.main}/index.js`, `./${packageConfig.main}/index.json`, `./${packageConfig.main}/index.node`]; + let i = -1; + + while (++i < tries.length) { + guess = new (_url().URL)(tries[i], packageJsonUrl); + if (fileExists(guess)) break; + guess = undefined; + } + + if (guess) { + emitLegacyIndexDeprecation(guess, packageJsonUrl, base, packageConfig.main); + return guess; + } + } + + const tries = ['./index.js', './index.json', './index.node']; + let i = -1; + + while (++i < tries.length) { + guess = new (_url().URL)(tries[i], packageJsonUrl); + if (fileExists(guess)) break; + guess = undefined; + } + + if (guess) { + emitLegacyIndexDeprecation(guess, packageJsonUrl, base, packageConfig.main); + return guess; + } + + throw new ERR_MODULE_NOT_FOUND((0, _url().fileURLToPath)(new (_url().URL)('.', packageJsonUrl)), (0, _url().fileURLToPath)(base)); +} + +function finalizeResolution(resolved, base) { + if (encodedSepRegEx.test(resolved.pathname)) throw new ERR_INVALID_MODULE_SPECIFIER(resolved.pathname, 'must not include encoded "/" or "\\" characters', (0, _url().fileURLToPath)(base)); + const path = (0, _url().fileURLToPath)(resolved); + const stats = tryStatSync(path.endsWith('/') ? path.slice(-1) : path); + + if (stats.isDirectory()) { + const error = new ERR_UNSUPPORTED_DIR_IMPORT(path, (0, _url().fileURLToPath)(base)); + error.url = String(resolved); + throw error; + } + + if (!stats.isFile()) { + throw new ERR_MODULE_NOT_FOUND(path || resolved.pathname, base && (0, _url().fileURLToPath)(base), 'module'); + } + + return resolved; +} + +function throwImportNotDefined(specifier, packageJsonUrl, base) { + throw new ERR_PACKAGE_IMPORT_NOT_DEFINED(specifier, packageJsonUrl && (0, _url().fileURLToPath)(new (_url().URL)('.', packageJsonUrl)), (0, _url().fileURLToPath)(base)); +} + +function throwExportsNotFound(subpath, packageJsonUrl, base) { + throw new ERR_PACKAGE_PATH_NOT_EXPORTED((0, _url().fileURLToPath)(new (_url().URL)('.', packageJsonUrl)), subpath, base && (0, _url().fileURLToPath)(base)); +} + +function throwInvalidSubpath(subpath, packageJsonUrl, internal, base) { + const reason = `request is not a valid subpath for the "${internal ? 'imports' : 'exports'}" resolution of ${(0, _url().fileURLToPath)(packageJsonUrl)}`; + throw new ERR_INVALID_MODULE_SPECIFIER(subpath, reason, base && (0, _url().fileURLToPath)(base)); +} + +function throwInvalidPackageTarget(subpath, target, packageJsonUrl, internal, base) { + target = typeof target === 'object' && target !== null ? JSON.stringify(target, null, '') : `${target}`; + throw new ERR_INVALID_PACKAGE_TARGET((0, _url().fileURLToPath)(new (_url().URL)('.', packageJsonUrl)), subpath, target, internal, base && (0, _url().fileURLToPath)(base)); +} + +function resolvePackageTargetString(target, subpath, match, packageJsonUrl, base, pattern, internal, conditions) { + if (subpath !== '' && !pattern && target[target.length - 1] !== '/') throwInvalidPackageTarget(match, target, packageJsonUrl, internal, base); + + if (!target.startsWith('./')) { + if (internal && !target.startsWith('../') && !target.startsWith('/')) { + let isURL = false; + + try { + new (_url().URL)(target); + isURL = true; + } catch (_unused2) {} + + if (!isURL) { + const exportTarget = pattern ? target.replace(patternRegEx, subpath) : target + subpath; + return packageResolve(exportTarget, packageJsonUrl, conditions); + } + } + + throwInvalidPackageTarget(match, target, packageJsonUrl, internal, base); + } + + if (invalidSegmentRegEx.test(target.slice(2))) throwInvalidPackageTarget(match, target, packageJsonUrl, internal, base); + const resolved = new (_url().URL)(target, packageJsonUrl); + const resolvedPath = resolved.pathname; + const packagePath = new (_url().URL)('.', packageJsonUrl).pathname; + if (!resolvedPath.startsWith(packagePath)) throwInvalidPackageTarget(match, target, packageJsonUrl, internal, base); + if (subpath === '') return resolved; + if (invalidSegmentRegEx.test(subpath)) throwInvalidSubpath(match + subpath, packageJsonUrl, internal, base); + if (pattern) return new (_url().URL)(resolved.href.replace(patternRegEx, subpath)); + return new (_url().URL)(subpath, resolved); +} + +function isArrayIndex(key) { + const keyNumber = Number(key); + if (`${keyNumber}` !== key) return false; + return keyNumber >= 0 && keyNumber < 0xffffffff; +} + +function resolvePackageTarget(packageJsonUrl, target, subpath, packageSubpath, base, pattern, internal, conditions) { + if (typeof target === 'string') { + return resolvePackageTargetString(target, subpath, packageSubpath, packageJsonUrl, base, pattern, internal, conditions); + } + + if (Array.isArray(target)) { + const targetList = target; + if (targetList.length === 0) return null; + let lastException; + let i = -1; + + while (++i < targetList.length) { + const targetItem = targetList[i]; + let resolved; + + try { + resolved = resolvePackageTarget(packageJsonUrl, targetItem, subpath, packageSubpath, base, pattern, internal, conditions); + } catch (error) { + lastException = error; + if (error.code === 'ERR_INVALID_PACKAGE_TARGET') continue; + throw error; + } + + if (resolved === undefined) continue; + + if (resolved === null) { + lastException = null; + continue; + } + + return resolved; + } + + if (lastException === undefined || lastException === null) { + return lastException; + } + + throw lastException; + } + + if (typeof target === 'object' && target !== null) { + const keys = Object.getOwnPropertyNames(target); + let i = -1; + + while (++i < keys.length) { + const key = keys[i]; + + if (isArrayIndex(key)) { + throw new ERR_INVALID_PACKAGE_CONFIG((0, _url().fileURLToPath)(packageJsonUrl), base, '"exports" cannot contain numeric property keys.'); + } + } + + i = -1; + + while (++i < keys.length) { + const key = keys[i]; + + if (key === 'default' || conditions && conditions.has(key)) { + const conditionalTarget = target[key]; + const resolved = resolvePackageTarget(packageJsonUrl, conditionalTarget, subpath, packageSubpath, base, pattern, internal, conditions); + if (resolved === undefined) continue; + return resolved; + } + } + + return undefined; + } + + if (target === null) { + return null; + } + + throwInvalidPackageTarget(packageSubpath, target, packageJsonUrl, internal, base); +} + +function isConditionalExportsMainSugar(exports, packageJsonUrl, base) { + if (typeof exports === 'string' || Array.isArray(exports)) return true; + if (typeof exports !== 'object' || exports === null) return false; + const keys = Object.getOwnPropertyNames(exports); + let isConditionalSugar = false; + let i = 0; + let j = -1; + + while (++j < keys.length) { + const key = keys[j]; + const curIsConditionalSugar = key === '' || key[0] !== '.'; + + if (i++ === 0) { + isConditionalSugar = curIsConditionalSugar; + } else if (isConditionalSugar !== curIsConditionalSugar) { + throw new ERR_INVALID_PACKAGE_CONFIG((0, _url().fileURLToPath)(packageJsonUrl), base, '"exports" cannot contain some keys starting with \'.\' and some not.' + ' The exports object must either be an object of package subpath keys' + ' or an object of main entry condition name keys only.'); + } + } + + return isConditionalSugar; +} + +function packageExportsResolve(packageJsonUrl, packageSubpath, packageConfig, base, conditions) { + let exports = packageConfig.exports; + if (isConditionalExportsMainSugar(exports, packageJsonUrl, base)) exports = { + '.': exports + }; + + if (own.call(exports, packageSubpath)) { + const target = exports[packageSubpath]; + const resolved = resolvePackageTarget(packageJsonUrl, target, '', packageSubpath, base, false, false, conditions); + if (resolved === null || resolved === undefined) throwExportsNotFound(packageSubpath, packageJsonUrl, base); + return { + resolved, + exact: true + }; + } + + let bestMatch = ''; + const keys = Object.getOwnPropertyNames(exports); + let i = -1; + + while (++i < keys.length) { + const key = keys[i]; + + if (key[key.length - 1] === '*' && packageSubpath.startsWith(key.slice(0, -1)) && packageSubpath.length >= key.length && key.length > bestMatch.length) { + bestMatch = key; + } else if (key[key.length - 1] === '/' && packageSubpath.startsWith(key) && key.length > bestMatch.length) { + bestMatch = key; + } + } + + if (bestMatch) { + const target = exports[bestMatch]; + const pattern = bestMatch[bestMatch.length - 1] === '*'; + const subpath = packageSubpath.slice(bestMatch.length - (pattern ? 1 : 0)); + const resolved = resolvePackageTarget(packageJsonUrl, target, subpath, bestMatch, base, pattern, false, conditions); + if (resolved === null || resolved === undefined) throwExportsNotFound(packageSubpath, packageJsonUrl, base); + if (!pattern) emitFolderMapDeprecation(bestMatch, packageJsonUrl, true, base); + return { + resolved, + exact: pattern + }; + } + + throwExportsNotFound(packageSubpath, packageJsonUrl, base); +} + +function packageImportsResolve(name, base, conditions) { + if (name === '#' || name.startsWith('#/')) { + const reason = 'is not a valid internal imports specifier name'; + throw new ERR_INVALID_MODULE_SPECIFIER(name, reason, (0, _url().fileURLToPath)(base)); + } + + let packageJsonUrl; + const packageConfig = getPackageScopeConfig(base); + + if (packageConfig.exists) { + packageJsonUrl = (0, _url().pathToFileURL)(packageConfig.pjsonPath); + const imports = packageConfig.imports; + + if (imports) { + if (own.call(imports, name)) { + const resolved = resolvePackageTarget(packageJsonUrl, imports[name], '', name, base, false, true, conditions); + if (resolved !== null) return { + resolved, + exact: true + }; + } else { + let bestMatch = ''; + const keys = Object.getOwnPropertyNames(imports); + let i = -1; + + while (++i < keys.length) { + const key = keys[i]; + + if (key[key.length - 1] === '*' && name.startsWith(key.slice(0, -1)) && name.length >= key.length && key.length > bestMatch.length) { + bestMatch = key; + } else if (key[key.length - 1] === '/' && name.startsWith(key) && key.length > bestMatch.length) { + bestMatch = key; + } + } + + if (bestMatch) { + const target = imports[bestMatch]; + const pattern = bestMatch[bestMatch.length - 1] === '*'; + const subpath = name.slice(bestMatch.length - (pattern ? 1 : 0)); + const resolved = resolvePackageTarget(packageJsonUrl, target, subpath, bestMatch, base, pattern, true, conditions); + + if (resolved !== null) { + if (!pattern) emitFolderMapDeprecation(bestMatch, packageJsonUrl, false, base); + return { + resolved, + exact: pattern + }; + } + } + } + } + } + + throwImportNotDefined(name, packageJsonUrl, base); +} + +function getPackageType(url) { + const packageConfig = getPackageScopeConfig(url); + return packageConfig.type; +} + +function parsePackageName(specifier, base) { + let separatorIndex = specifier.indexOf('/'); + let validPackageName = true; + let isScoped = false; + + if (specifier[0] === '@') { + isScoped = true; + + if (separatorIndex === -1 || specifier.length === 0) { + validPackageName = false; + } else { + separatorIndex = specifier.indexOf('/', separatorIndex + 1); + } + } + + const packageName = separatorIndex === -1 ? specifier : specifier.slice(0, separatorIndex); + let i = -1; + + while (++i < packageName.length) { + if (packageName[i] === '%' || packageName[i] === '\\') { + validPackageName = false; + break; + } + } + + if (!validPackageName) { + throw new ERR_INVALID_MODULE_SPECIFIER(specifier, 'is not a valid package name', (0, _url().fileURLToPath)(base)); + } + + const packageSubpath = '.' + (separatorIndex === -1 ? '' : specifier.slice(separatorIndex)); + return { + packageName, + packageSubpath, + isScoped + }; +} + +function packageResolve(specifier, base, conditions) { + const { + packageName, + packageSubpath, + isScoped + } = parsePackageName(specifier, base); + const packageConfig = getPackageScopeConfig(base); + + if (packageConfig.exists) { + const packageJsonUrl = (0, _url().pathToFileURL)(packageConfig.pjsonPath); + + if (packageConfig.name === packageName && packageConfig.exports !== undefined && packageConfig.exports !== null) { + return packageExportsResolve(packageJsonUrl, packageSubpath, packageConfig, base, conditions).resolved; + } + } + + let packageJsonUrl = new (_url().URL)('./node_modules/' + packageName + '/package.json', base); + let packageJsonPath = (0, _url().fileURLToPath)(packageJsonUrl); + let lastPath; + + do { + const stat = tryStatSync(packageJsonPath.slice(0, -13)); + + if (!stat.isDirectory()) { + lastPath = packageJsonPath; + packageJsonUrl = new (_url().URL)((isScoped ? '../../../../node_modules/' : '../../../node_modules/') + packageName + '/package.json', packageJsonUrl); + packageJsonPath = (0, _url().fileURLToPath)(packageJsonUrl); + continue; + } + + const packageConfig = getPackageConfig(packageJsonPath, specifier, base); + if (packageConfig.exports !== undefined && packageConfig.exports !== null) return packageExportsResolve(packageJsonUrl, packageSubpath, packageConfig, base, conditions).resolved; + if (packageSubpath === '.') return legacyMainResolve(packageJsonUrl, packageConfig, base); + return new (_url().URL)(packageSubpath, packageJsonUrl); + } while (packageJsonPath.length !== lastPath.length); + + throw new ERR_MODULE_NOT_FOUND(packageName, (0, _url().fileURLToPath)(base)); +} + +function isRelativeSpecifier(specifier) { + if (specifier[0] === '.') { + if (specifier.length === 1 || specifier[1] === '/') return true; + + if (specifier[1] === '.' && (specifier.length === 2 || specifier[2] === '/')) { + return true; + } + } + + return false; +} + +function shouldBeTreatedAsRelativeOrAbsolutePath(specifier) { + if (specifier === '') return false; + if (specifier[0] === '/') return true; + return isRelativeSpecifier(specifier); +} + +function moduleResolve(specifier, base, conditions) { + let resolved; + + if (shouldBeTreatedAsRelativeOrAbsolutePath(specifier)) { + resolved = new (_url().URL)(specifier, base); + } else if (specifier[0] === '#') { + ({ + resolved + } = packageImportsResolve(specifier, base, conditions)); + } else { + try { + resolved = new (_url().URL)(specifier); + } catch (_unused3) { + resolved = packageResolve(specifier, base, conditions); + } + } + + return finalizeResolution(resolved, base); +} + +function defaultResolve(specifier, context = {}) { + const { + parentURL + } = context; + let parsed; + + try { + parsed = new (_url().URL)(specifier); + + if (parsed.protocol === 'data:') { + return { + url: specifier + }; + } + } catch (_unused4) {} + + if (parsed && parsed.protocol === 'node:') return { + url: specifier + }; + if (parsed && parsed.protocol !== 'file:' && parsed.protocol !== 'data:') throw new ERR_UNSUPPORTED_ESM_URL_SCHEME(parsed); + + if (listOfBuiltins.includes(specifier)) { + return { + url: 'node:' + specifier + }; + } + + if (parentURL.startsWith('data:')) { + new (_url().URL)(specifier, parentURL); + } + + const conditions = getConditionsSet(context.conditions); + let url = moduleResolve(specifier, new (_url().URL)(parentURL), conditions); + const urlPath = (0, _url().fileURLToPath)(url); + const real = (0, _fs().realpathSync)(urlPath); + const old = url; + url = (0, _url().pathToFileURL)(real + (urlPath.endsWith(_path().sep) ? '/' : '')); + url.search = old.search; + url.hash = old.hash; + return { + url: `${url}` + }; +} + +function resolve(_x, _x2) { + return _resolve.apply(this, arguments); +} + +function _resolve() { + _resolve = _asyncToGenerator(function* (specifier, parent) { + if (!parent) { + throw new Error('Please pass `parent`: `import-meta-resolve` cannot ponyfill that'); + } + + try { + return defaultResolve(specifier, { + parentURL: parent + }).url; + } catch (error) { + return error.code === 'ERR_UNSUPPORTED_DIR_IMPORT' ? error.url : Promise.reject(error); + } + }); + return _resolve.apply(this, arguments); +} + +0 && 0; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/package.json b/FantasticAnimals/node_modules/@babel/core/package.json new file mode 100644 index 0000000..9622693 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/package.json @@ -0,0 +1,80 @@ +{ + "name": "@babel/core", + "version": "7.18.13", + "description": "Babel compiler core.", + "main": "./lib/index.js", + "author": "The Babel Team (https://babel.dev/team)", + "license": "MIT", + "publishConfig": { + "access": "public" + }, + "repository": { + "type": "git", + "url": "https://github.com/babel/babel.git", + "directory": "packages/babel-core" + }, + "homepage": "https://babel.dev/docs/en/next/babel-core", + "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20core%22+is%3Aopen", + "keywords": [ + "6to5", + "babel", + "classes", + "const", + "es6", + "harmony", + "let", + "modules", + "transpile", + "transpiler", + "var", + "babel-core", + "compiler" + ], + "engines": { + "node": ">=6.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/babel" + }, + "browser": { + "./lib/config/files/index.js": "./lib/config/files/index-browser.js", + "./lib/config/resolve-targets.js": "./lib/config/resolve-targets-browser.js", + "./lib/transform-file.js": "./lib/transform-file-browser.js", + "./src/config/files/index.ts": "./src/config/files/index-browser.ts", + "./src/config/resolve-targets.ts": "./src/config/resolve-targets-browser.ts", + "./src/transform-file.ts": "./src/transform-file-browser.ts" + }, + "dependencies": { + "@ampproject/remapping": "^2.1.0", + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.18.13", + "@babel/helper-compilation-targets": "^7.18.9", + "@babel/helper-module-transforms": "^7.18.9", + "@babel/helpers": "^7.18.9", + "@babel/parser": "^7.18.13", + "@babel/template": "^7.18.10", + "@babel/traverse": "^7.18.13", + "@babel/types": "^7.18.13", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.2.1", + "semver": "^6.3.0" + }, + "devDependencies": { + "@babel/helper-transform-fixture-test-runner": "^7.18.10", + "@babel/plugin-syntax-flow": "^7.18.6", + "@babel/plugin-transform-flow-strip-types": "^7.18.9", + "@babel/plugin-transform-modules-commonjs": "^7.18.6", + "@babel/preset-env": "^7.18.10", + "@jridgewell/trace-mapping": "^0.3.8", + "@types/convert-source-map": "^1.5.1", + "@types/debug": "^4.1.0", + "@types/gensync": "^1.0.0", + "@types/resolve": "^1.3.2", + "@types/semver": "^5.4.0", + "rimraf": "^3.0.0" + }, + "type": "commonjs" +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/core/src/config/files/index-browser.ts b/FantasticAnimals/node_modules/@babel/core/src/config/files/index-browser.ts new file mode 100644 index 0000000..08f91f6 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/src/config/files/index-browser.ts @@ -0,0 +1,109 @@ +import type { Handler } from "gensync"; + +import type { + ConfigFile, + IgnoreFile, + RelativeConfig, + FilePackageData, +} from "./types"; + +import type { CallerMetadata } from "../validation/options"; + +export type { ConfigFile, IgnoreFile, RelativeConfig, FilePackageData }; + +export function findConfigUpwards( + // eslint-disable-next-line @typescript-eslint/no-unused-vars + rootDir: string, +): string | null { + return null; +} + +// eslint-disable-next-line require-yield +export function* findPackageData(filepath: string): Handler { + return { + filepath, + directories: [], + pkg: null, + isPackage: false, + }; +} + +// eslint-disable-next-line require-yield +export function* findRelativeConfig( + // eslint-disable-next-line @typescript-eslint/no-unused-vars + pkgData: FilePackageData, + // eslint-disable-next-line @typescript-eslint/no-unused-vars + envName: string, + // eslint-disable-next-line @typescript-eslint/no-unused-vars + caller: CallerMetadata | undefined, +): Handler { + return { config: null, ignore: null }; +} + +// eslint-disable-next-line require-yield +export function* findRootConfig( + // eslint-disable-next-line @typescript-eslint/no-unused-vars + dirname: string, + // eslint-disable-next-line @typescript-eslint/no-unused-vars + envName: string, + // eslint-disable-next-line @typescript-eslint/no-unused-vars + caller: CallerMetadata | undefined, +): Handler { + return null; +} + +// eslint-disable-next-line require-yield +export function* loadConfig( + name: string, + dirname: string, + // eslint-disable-next-line @typescript-eslint/no-unused-vars + envName: string, + // eslint-disable-next-line @typescript-eslint/no-unused-vars + caller: CallerMetadata | undefined, +): Handler { + throw new Error(`Cannot load ${name} relative to ${dirname} in a browser`); +} + +// eslint-disable-next-line require-yield +export function* resolveShowConfigPath( + // eslint-disable-next-line @typescript-eslint/no-unused-vars + dirname: string, +): Handler { + return null; +} + +export const ROOT_CONFIG_FILENAMES: string[] = []; + +// eslint-disable-next-line @typescript-eslint/no-unused-vars +export function resolvePlugin(name: string, dirname: string): string | null { + return null; +} + +// eslint-disable-next-line @typescript-eslint/no-unused-vars +export function resolvePreset(name: string, dirname: string): string | null { + return null; +} + +export function loadPlugin( + name: string, + dirname: string, +): Handler<{ + filepath: string; + value: unknown; +}> { + throw new Error( + `Cannot load plugin ${name} relative to ${dirname} in a browser`, + ); +} + +export function loadPreset( + name: string, + dirname: string, +): Handler<{ + filepath: string; + value: unknown; +}> { + throw new Error( + `Cannot load preset ${name} relative to ${dirname} in a browser`, + ); +} diff --git a/FantasticAnimals/node_modules/@babel/core/src/config/files/index.ts b/FantasticAnimals/node_modules/@babel/core/src/config/files/index.ts new file mode 100644 index 0000000..31e8560 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/src/config/files/index.ts @@ -0,0 +1,30 @@ +type indexBrowserType = typeof import("./index-browser"); +type indexType = typeof import("./index"); + +// Kind of gross, but essentially asserting that the exports of this module are the same as the +// exports of index-browser, since this file may be replaced at bundle time with index-browser. +({} as any as indexBrowserType as indexType); + +export { findPackageData } from "./package"; + +export { + findConfigUpwards, + findRelativeConfig, + findRootConfig, + loadConfig, + resolveShowConfigPath, + ROOT_CONFIG_FILENAMES, +} from "./configuration"; +export type { + ConfigFile, + IgnoreFile, + RelativeConfig, + FilePackageData, +} from "./types"; +export { loadPlugin, loadPreset } from "./plugins"; + +import gensync from "gensync"; +import * as plugins from "./plugins"; + +export const resolvePlugin = gensync(plugins.resolvePlugin).sync; +export const resolvePreset = gensync(plugins.resolvePreset).sync; diff --git a/FantasticAnimals/node_modules/@babel/core/src/config/resolve-targets-browser.ts b/FantasticAnimals/node_modules/@babel/core/src/config/resolve-targets-browser.ts new file mode 100644 index 0000000..60745dd --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/src/config/resolve-targets-browser.ts @@ -0,0 +1,40 @@ +import type { ValidatedOptions } from "./validation/options"; +import getTargets, { + type InputTargets, +} from "@babel/helper-compilation-targets"; + +import type { Targets } from "@babel/helper-compilation-targets"; + +export function resolveBrowserslistConfigFile( + // eslint-disable-next-line @typescript-eslint/no-unused-vars + browserslistConfigFile: string, + // eslint-disable-next-line @typescript-eslint/no-unused-vars + configFilePath: string, +): string | void { + return undefined; +} + +export function resolveTargets( + options: ValidatedOptions, + // eslint-disable-next-line @typescript-eslint/no-unused-vars + root: string, +): Targets { + const optTargets = options.targets; + let targets: InputTargets; + + if (typeof optTargets === "string" || Array.isArray(optTargets)) { + targets = { browsers: optTargets }; + } else if (optTargets) { + if ("esmodules" in optTargets) { + targets = { ...optTargets, esmodules: "intersect" }; + } else { + // https://github.com/microsoft/TypeScript/issues/17002 + targets = optTargets as InputTargets; + } + } + + return getTargets(targets, { + ignoreBrowserslistConfig: true, + browserslistEnv: options.browserslistEnv, + }); +} diff --git a/FantasticAnimals/node_modules/@babel/core/src/config/resolve-targets.ts b/FantasticAnimals/node_modules/@babel/core/src/config/resolve-targets.ts new file mode 100644 index 0000000..a7d9a79 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/src/config/resolve-targets.ts @@ -0,0 +1,56 @@ +type browserType = typeof import("./resolve-targets-browser"); +type nodeType = typeof import("./resolve-targets"); + +// Kind of gross, but essentially asserting that the exports of this module are the same as the +// exports of index-browser, since this file may be replaced at bundle time with index-browser. +({} as any as browserType as nodeType); + +import type { ValidatedOptions } from "./validation/options"; +import path from "path"; +import getTargets, { + type InputTargets, +} from "@babel/helper-compilation-targets"; + +import type { Targets } from "@babel/helper-compilation-targets"; + +export function resolveBrowserslistConfigFile( + browserslistConfigFile: string, + configFileDir: string, +): string | undefined { + return path.resolve(configFileDir, browserslistConfigFile); +} + +export function resolveTargets( + options: ValidatedOptions, + root: string, +): Targets { + const optTargets = options.targets; + let targets: InputTargets; + + if (typeof optTargets === "string" || Array.isArray(optTargets)) { + targets = { browsers: optTargets }; + } else if (optTargets) { + if ("esmodules" in optTargets) { + targets = { ...optTargets, esmodules: "intersect" }; + } else { + // https://github.com/microsoft/TypeScript/issues/17002 + targets = optTargets as InputTargets; + } + } + + const { browserslistConfigFile } = options; + let configFile; + let ignoreBrowserslistConfig = false; + if (typeof browserslistConfigFile === "string") { + configFile = browserslistConfigFile; + } else { + ignoreBrowserslistConfig = browserslistConfigFile === false; + } + + return getTargets(targets, { + ignoreBrowserslistConfig, + configFile, + configPath: root, + browserslistEnv: options.browserslistEnv, + }); +} diff --git a/FantasticAnimals/node_modules/@babel/core/src/transform-file-browser.ts b/FantasticAnimals/node_modules/@babel/core/src/transform-file-browser.ts new file mode 100644 index 0000000..f316cb4 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/src/transform-file-browser.ts @@ -0,0 +1,31 @@ +// duplicated from transform-file so we do not have to import anything here +type TransformFile = { + (filename: string, callback: (error: Error, file: null) => void): void; + ( + filename: string, + opts: any, + callback: (error: Error, file: null) => void, + ): void; +}; + +export const transformFile: TransformFile = function transformFile( + filename, + opts, + callback?: (error: Error, file: null) => void, +) { + if (typeof opts === "function") { + callback = opts; + } + + callback(new Error("Transforming files is not supported in browsers"), null); +}; + +export function transformFileSync(): never { + throw new Error("Transforming files is not supported in browsers"); +} + +export function transformFileAsync() { + return Promise.reject( + new Error("Transforming files is not supported in browsers"), + ); +} diff --git a/FantasticAnimals/node_modules/@babel/core/src/transform-file.ts b/FantasticAnimals/node_modules/@babel/core/src/transform-file.ts new file mode 100644 index 0000000..5701cf2 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/core/src/transform-file.ts @@ -0,0 +1,41 @@ +import gensync, { type Handler } from "gensync"; + +import loadConfig from "./config"; +import type { InputOptions, ResolvedConfig } from "./config"; +import { run } from "./transformation"; +import type { FileResult, FileResultCallback } from "./transformation"; +import * as fs from "./gensync-utils/fs"; + +type transformFileBrowserType = typeof import("./transform-file-browser"); +type transformFileType = typeof import("./transform-file"); + +// Kind of gross, but essentially asserting that the exports of this module are the same as the +// exports of transform-file-browser, since this file may be replaced at bundle time with +// transform-file-browser. +({} as any as transformFileBrowserType as transformFileType); + +type TransformFile = { + (filename: string, callback: FileResultCallback): void; + ( + filename: string, + opts: InputOptions | undefined | null, + callback: FileResultCallback, + ): void; +}; + +const transformFileRunner = gensync(function* ( + filename: string, + opts?: InputOptions, +): Handler { + const options = { ...opts, filename }; + + const config: ResolvedConfig | null = yield* loadConfig(options); + if (config === null) return null; + + const code = yield* fs.readFile(filename, "utf8"); + return yield* run(config, code); +}); + +export const transformFile = transformFileRunner.errback as TransformFile; +export const transformFileSync = transformFileRunner.sync; +export const transformFileAsync = transformFileRunner.async; diff --git a/FantasticAnimals/node_modules/@babel/generator/LICENSE b/FantasticAnimals/node_modules/@babel/generator/LICENSE new file mode 100644 index 0000000..f31575e --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/generator/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +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/FantasticAnimals/node_modules/@babel/generator/README.md b/FantasticAnimals/node_modules/@babel/generator/README.md new file mode 100644 index 0000000..b760238 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/generator/README.md @@ -0,0 +1,19 @@ +# @babel/generator + +> Turns an AST into code. + +See our website [@babel/generator](https://babeljs.io/docs/en/babel-generator) for more information or the [issues](https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20generator%22+is%3Aopen) associated with this package. + +## Install + +Using npm: + +```sh +npm install --save-dev @babel/generator +``` + +or using yarn: + +```sh +yarn add @babel/generator --dev +``` diff --git a/FantasticAnimals/node_modules/@babel/generator/lib/buffer.js b/FantasticAnimals/node_modules/@babel/generator/lib/buffer.js new file mode 100644 index 0000000..d9a230b --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/generator/lib/buffer.js @@ -0,0 +1,364 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = void 0; + +function SourcePos() { + return { + identifierName: undefined, + line: undefined, + column: undefined, + filename: undefined + }; +} + +class Buffer { + constructor(map) { + this._map = null; + this._buf = ""; + this._str = ""; + this._appendCount = 0; + this._last = 0; + this._queue = []; + this._queueCursor = 0; + this._position = { + line: 1, + column: 0 + }; + this._sourcePosition = SourcePos(); + this._disallowedPop = { + identifierName: undefined, + line: undefined, + column: undefined, + filename: undefined, + objectReusable: true + }; + this._map = map; + + this._allocQueue(); + } + + _allocQueue() { + const queue = this._queue; + + for (let i = 0; i < 16; i++) { + queue.push({ + char: 0, + repeat: 1, + line: undefined, + column: undefined, + identifierName: undefined, + filename: "" + }); + } + } + + _pushQueue(char, repeat, line, column, identifierName, filename) { + const cursor = this._queueCursor; + + if (cursor === this._queue.length) { + this._allocQueue(); + } + + const item = this._queue[cursor]; + item.char = char; + item.repeat = repeat; + item.line = line; + item.column = column; + item.identifierName = identifierName; + item.filename = filename; + this._queueCursor++; + } + + _popQueue() { + if (this._queueCursor === 0) { + throw new Error("Cannot pop from empty queue"); + } + + return this._queue[--this._queueCursor]; + } + + get() { + this._flush(); + + const map = this._map; + const result = { + code: (this._buf + this._str).trimRight(), + decodedMap: map == null ? void 0 : map.getDecoded(), + + get map() { + const resultMap = map ? map.get() : null; + result.map = resultMap; + return resultMap; + }, + + set map(value) { + Object.defineProperty(result, "map", { + value, + writable: true + }); + }, + + get rawMappings() { + const mappings = map == null ? void 0 : map.getRawMappings(); + result.rawMappings = mappings; + return mappings; + }, + + set rawMappings(value) { + Object.defineProperty(result, "rawMappings", { + value, + writable: true + }); + } + + }; + return result; + } + + append(str, maybeNewline) { + this._flush(); + + this._append(str, this._sourcePosition, maybeNewline); + } + + appendChar(char) { + this._flush(); + + this._appendChar(char, 1, this._sourcePosition); + } + + queue(char) { + if (char === 10) { + while (this._queueCursor !== 0) { + const char = this._queue[this._queueCursor - 1].char; + + if (char !== 32 && char !== 9) { + break; + } + + this._queueCursor--; + } + } + + const sourcePosition = this._sourcePosition; + + this._pushQueue(char, 1, sourcePosition.line, sourcePosition.column, sourcePosition.identifierName, sourcePosition.filename); + } + + queueIndentation(char, repeat) { + this._pushQueue(char, repeat, undefined, undefined, undefined, undefined); + } + + _flush() { + const queueCursor = this._queueCursor; + const queue = this._queue; + + for (let i = 0; i < queueCursor; i++) { + const item = queue[i]; + + this._appendChar(item.char, item.repeat, item); + } + + this._queueCursor = 0; + } + + _appendChar(char, repeat, sourcePos) { + this._last = char; + this._str += repeat > 1 ? String.fromCharCode(char).repeat(repeat) : String.fromCharCode(char); + + if (char !== 10) { + this._mark(sourcePos.line, sourcePos.column, sourcePos.identifierName, sourcePos.filename); + + this._position.column += repeat; + } else { + this._position.line++; + this._position.column = 0; + } + } + + _append(str, sourcePos, maybeNewline) { + const len = str.length; + this._last = str.charCodeAt(len - 1); + + if (++this._appendCount > 4096) { + +this._str; + this._buf += this._str; + this._str = str; + this._appendCount = 0; + } else { + this._str += str; + } + + if (!maybeNewline && !this._map) { + this._position.column += len; + return; + } + + const { + column, + identifierName, + filename + } = sourcePos; + let line = sourcePos.line; + let i = str.indexOf("\n"); + let last = 0; + + if (i !== 0) { + this._mark(line, column, identifierName, filename); + } + + while (i !== -1) { + this._position.line++; + this._position.column = 0; + last = i + 1; + + if (last < str.length) { + this._mark(++line, 0, identifierName, filename); + } + + i = str.indexOf("\n", last); + } + + this._position.column += str.length - last; + } + + _mark(line, column, identifierName, filename) { + var _this$_map; + + (_this$_map = this._map) == null ? void 0 : _this$_map.mark(this._position, line, column, identifierName, filename); + } + + removeTrailingNewline() { + const queueCursor = this._queueCursor; + + if (queueCursor !== 0 && this._queue[queueCursor - 1].char === 10) { + this._queueCursor--; + } + } + + removeLastSemicolon() { + const queueCursor = this._queueCursor; + + if (queueCursor !== 0 && this._queue[queueCursor - 1].char === 59) { + this._queueCursor--; + } + } + + getLastChar() { + const queueCursor = this._queueCursor; + return queueCursor !== 0 ? this._queue[queueCursor - 1].char : this._last; + } + + endsWithCharAndNewline() { + const queue = this._queue; + const queueCursor = this._queueCursor; + + if (queueCursor !== 0) { + const lastCp = queue[queueCursor - 1].char; + if (lastCp !== 10) return; + + if (queueCursor > 1) { + return queue[queueCursor - 2].char; + } else { + return this._last; + } + } + } + + hasContent() { + return this._queueCursor !== 0 || !!this._last; + } + + exactSource(loc, cb) { + if (!this._map) return cb(); + this.source("start", loc); + cb(); + this.source("end", loc); + + this._disallowPop("start", loc); + } + + source(prop, loc) { + if (!loc) return; + + this._normalizePosition(prop, loc, this._sourcePosition); + } + + withSource(prop, loc, cb) { + if (!this._map) return cb(); + const originalLine = this._sourcePosition.line; + const originalColumn = this._sourcePosition.column; + const originalFilename = this._sourcePosition.filename; + const originalIdentifierName = this._sourcePosition.identifierName; + this.source(prop, loc); + cb(); + + if (this._disallowedPop.objectReusable || this._disallowedPop.line !== originalLine || this._disallowedPop.column !== originalColumn || this._disallowedPop.filename !== originalFilename) { + this._sourcePosition.line = originalLine; + this._sourcePosition.column = originalColumn; + this._sourcePosition.filename = originalFilename; + this._sourcePosition.identifierName = originalIdentifierName; + this._disallowedPop.objectReusable = true; + } + } + + _disallowPop(prop, loc) { + if (!loc) return; + const disallowedPop = this._disallowedPop; + + this._normalizePosition(prop, loc, disallowedPop); + + disallowedPop.objectReusable = false; + } + + _normalizePosition(prop, loc, targetObj) { + const pos = loc[prop]; + targetObj.identifierName = prop === "start" && loc.identifierName || undefined; + + if (pos) { + targetObj.line = pos.line; + targetObj.column = pos.column; + targetObj.filename = loc.filename; + } else { + targetObj.line = null; + targetObj.column = null; + targetObj.filename = null; + } + } + + getCurrentColumn() { + const queue = this._queue; + let lastIndex = -1; + let len = 0; + + for (let i = 0; i < this._queueCursor; i++) { + const item = queue[i]; + + if (item.char === 10) { + lastIndex = i; + len += item.repeat; + } + } + + return lastIndex === -1 ? this._position.column + len : len - 1 - lastIndex; + } + + getCurrentLine() { + let count = 0; + const queue = this._queue; + + for (let i = 0; i < this._queueCursor; i++) { + if (queue[i].char === 10) { + count++; + } + } + + return this._position.line + count; + } + +} + +exports.default = Buffer; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/generator/lib/generators/base.js b/FantasticAnimals/node_modules/@babel/generator/lib/generators/base.js new file mode 100644 index 0000000..21fef78 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/generator/lib/generators/base.js @@ -0,0 +1,96 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.BlockStatement = BlockStatement; +exports.Directive = Directive; +exports.DirectiveLiteral = DirectiveLiteral; +exports.File = File; +exports.InterpreterDirective = InterpreterDirective; +exports.Placeholder = Placeholder; +exports.Program = Program; + +function File(node) { + if (node.program) { + this.print(node.program.interpreter, node); + } + + this.print(node.program, node); +} + +function Program(node) { + this.printInnerComments(node, false); + this.printSequence(node.directives, node); + if (node.directives && node.directives.length) this.newline(); + this.printSequence(node.body, node); +} + +function BlockStatement(node) { + var _node$directives; + + this.tokenChar(123); + this.printInnerComments(node); + const hasDirectives = (_node$directives = node.directives) == null ? void 0 : _node$directives.length; + + if (node.body.length || hasDirectives) { + this.newline(); + this.printSequence(node.directives, node, { + indent: true + }); + if (hasDirectives) this.newline(); + this.printSequence(node.body, node, { + indent: true + }); + this.removeTrailingNewline(); + this.source("end", node.loc); + if (!this.endsWith(10)) this.newline(); + this.rightBrace(); + } else { + this.source("end", node.loc); + this.tokenChar(125); + } +} + +function Directive(node) { + this.print(node.value, node); + this.semicolon(); +} + +const unescapedSingleQuoteRE = /(?:^|[^\\])(?:\\\\)*'/; +const unescapedDoubleQuoteRE = /(?:^|[^\\])(?:\\\\)*"/; + +function DirectiveLiteral(node) { + const raw = this.getPossibleRaw(node); + + if (!this.format.minified && raw !== undefined) { + this.token(raw); + return; + } + + const { + value + } = node; + + if (!unescapedDoubleQuoteRE.test(value)) { + this.token(`"${value}"`); + } else if (!unescapedSingleQuoteRE.test(value)) { + this.token(`'${value}'`); + } else { + throw new Error("Malformed AST: it is not possible to print a directive containing" + " both unescaped single and double quotes."); + } +} + +function InterpreterDirective(node) { + this.token(`#!${node.value}\n`, true); +} + +function Placeholder(node) { + this.token("%%"); + this.print(node.name); + this.token("%%"); + + if (node.expectedNode === "Statement") { + this.semicolon(); + } +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/generator/lib/generators/classes.js b/FantasticAnimals/node_modules/@babel/generator/lib/generators/classes.js new file mode 100644 index 0000000..a95b137 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/generator/lib/generators/classes.js @@ -0,0 +1,215 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.ClassAccessorProperty = ClassAccessorProperty; +exports.ClassBody = ClassBody; +exports.ClassExpression = exports.ClassDeclaration = ClassDeclaration; +exports.ClassMethod = ClassMethod; +exports.ClassPrivateMethod = ClassPrivateMethod; +exports.ClassPrivateProperty = ClassPrivateProperty; +exports.ClassProperty = ClassProperty; +exports.StaticBlock = StaticBlock; +exports._classMethodHead = _classMethodHead; + +var _t = require("@babel/types"); + +const { + isExportDefaultDeclaration, + isExportNamedDeclaration +} = _t; + +function ClassDeclaration(node, parent) { + { + if (!this.format.decoratorsBeforeExport || !isExportDefaultDeclaration(parent) && !isExportNamedDeclaration(parent)) { + this.printJoin(node.decorators, node); + } + } + + if (node.declare) { + this.word("declare"); + this.space(); + } + + if (node.abstract) { + this.word("abstract"); + this.space(); + } + + this.word("class"); + this.printInnerComments(node); + + if (node.id) { + this.space(); + this.print(node.id, node); + } + + this.print(node.typeParameters, node); + + if (node.superClass) { + this.space(); + this.word("extends"); + this.space(); + this.print(node.superClass, node); + this.print(node.superTypeParameters, node); + } + + if (node.implements) { + this.space(); + this.word("implements"); + this.space(); + this.printList(node.implements, node); + } + + this.space(); + this.print(node.body, node); +} + +function ClassBody(node) { + this.tokenChar(123); + this.printInnerComments(node); + + if (node.body.length === 0) { + this.tokenChar(125); + } else { + this.newline(); + this.indent(); + this.printSequence(node.body, node); + this.dedent(); + if (!this.endsWith(10)) this.newline(); + this.rightBrace(); + } +} + +function ClassProperty(node) { + this.printJoin(node.decorators, node); + this.source("end", node.key.loc); + this.tsPrintClassMemberModifiers(node); + + if (node.computed) { + this.tokenChar(91); + this.print(node.key, node); + this.tokenChar(93); + } else { + this._variance(node); + + this.print(node.key, node); + } + + if (node.optional) { + this.tokenChar(63); + } + + if (node.definite) { + this.tokenChar(33); + } + + this.print(node.typeAnnotation, node); + + if (node.value) { + this.space(); + this.tokenChar(61); + this.space(); + this.print(node.value, node); + } + + this.semicolon(); +} + +function ClassAccessorProperty(node) { + this.printJoin(node.decorators, node); + this.source("end", node.key.loc); + this.tsPrintClassMemberModifiers(node); + this.word("accessor"); + this.printInnerComments(node); + this.space(); + + if (node.computed) { + this.tokenChar(91); + this.print(node.key, node); + this.tokenChar(93); + } else { + this._variance(node); + + this.print(node.key, node); + } + + if (node.optional) { + this.tokenChar(63); + } + + if (node.definite) { + this.tokenChar(33); + } + + this.print(node.typeAnnotation, node); + + if (node.value) { + this.space(); + this.tokenChar(61); + this.space(); + this.print(node.value, node); + } + + this.semicolon(); +} + +function ClassPrivateProperty(node) { + this.printJoin(node.decorators, node); + + if (node.static) { + this.word("static"); + this.space(); + } + + this.print(node.key, node); + this.print(node.typeAnnotation, node); + + if (node.value) { + this.space(); + this.tokenChar(61); + this.space(); + this.print(node.value, node); + } + + this.semicolon(); +} + +function ClassMethod(node) { + this._classMethodHead(node); + + this.space(); + this.print(node.body, node); +} + +function ClassPrivateMethod(node) { + this._classMethodHead(node); + + this.space(); + this.print(node.body, node); +} + +function _classMethodHead(node) { + this.printJoin(node.decorators, node); + this.source("end", node.key.loc); + this.tsPrintClassMemberModifiers(node); + + this._methodHead(node); +} + +function StaticBlock(node) { + this.word("static"); + this.space(); + this.tokenChar(123); + + if (node.body.length === 0) { + this.tokenChar(125); + } else { + this.newline(); + this.printSequence(node.body, node, { + indent: true + }); + this.rightBrace(); + } +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/generator/lib/generators/expressions.js b/FantasticAnimals/node_modules/@babel/generator/lib/generators/expressions.js new file mode 100644 index 0000000..10125d1 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/generator/lib/generators/expressions.js @@ -0,0 +1,352 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.LogicalExpression = exports.BinaryExpression = exports.AssignmentExpression = AssignmentExpression; +exports.AssignmentPattern = AssignmentPattern; +exports.AwaitExpression = AwaitExpression; +exports.BindExpression = BindExpression; +exports.CallExpression = CallExpression; +exports.ConditionalExpression = ConditionalExpression; +exports.Decorator = Decorator; +exports.DoExpression = DoExpression; +exports.EmptyStatement = EmptyStatement; +exports.ExpressionStatement = ExpressionStatement; +exports.Import = Import; +exports.MemberExpression = MemberExpression; +exports.MetaProperty = MetaProperty; +exports.ModuleExpression = ModuleExpression; +exports.NewExpression = NewExpression; +exports.OptionalCallExpression = OptionalCallExpression; +exports.OptionalMemberExpression = OptionalMemberExpression; +exports.ParenthesizedExpression = ParenthesizedExpression; +exports.PrivateName = PrivateName; +exports.SequenceExpression = SequenceExpression; +exports.Super = Super; +exports.ThisExpression = ThisExpression; +exports.UnaryExpression = UnaryExpression; +exports.UpdateExpression = UpdateExpression; +exports.V8IntrinsicIdentifier = V8IntrinsicIdentifier; +exports.YieldExpression = YieldExpression; + +var _t = require("@babel/types"); + +var n = require("../node"); + +const { + isCallExpression, + isLiteral, + isMemberExpression, + isNewExpression +} = _t; + +function UnaryExpression(node) { + if (node.operator === "void" || node.operator === "delete" || node.operator === "typeof" || node.operator === "throw") { + this.word(node.operator); + this.space(); + } else { + this.token(node.operator); + } + + this.print(node.argument, node); +} + +function DoExpression(node) { + if (node.async) { + this.word("async"); + this.space(); + } + + this.word("do"); + this.space(); + this.print(node.body, node); +} + +function ParenthesizedExpression(node) { + this.tokenChar(40); + this.print(node.expression, node); + this.tokenChar(41); +} + +function UpdateExpression(node) { + if (node.prefix) { + this.token(node.operator); + this.print(node.argument, node); + } else { + this.printTerminatorless(node.argument, node, true); + this.token(node.operator); + } +} + +function ConditionalExpression(node) { + this.print(node.test, node); + this.space(); + this.tokenChar(63); + this.space(); + this.print(node.consequent, node); + this.space(); + this.tokenChar(58); + this.space(); + this.print(node.alternate, node); +} + +function NewExpression(node, parent) { + this.word("new"); + this.space(); + this.print(node.callee, node); + + if (this.format.minified && node.arguments.length === 0 && !node.optional && !isCallExpression(parent, { + callee: node + }) && !isMemberExpression(parent) && !isNewExpression(parent)) { + return; + } + + this.print(node.typeArguments, node); + this.print(node.typeParameters, node); + + if (node.optional) { + this.token("?."); + } + + this.tokenChar(40); + this.printList(node.arguments, node); + this.tokenChar(41); +} + +function SequenceExpression(node) { + this.printList(node.expressions, node); +} + +function ThisExpression() { + this.word("this"); +} + +function Super() { + this.word("super"); +} + +function isDecoratorMemberExpression(node) { + switch (node.type) { + case "Identifier": + return true; + + case "MemberExpression": + return !node.computed && node.property.type === "Identifier" && isDecoratorMemberExpression(node.object); + + default: + return false; + } +} + +function shouldParenthesizeDecoratorExpression(node) { + if (node.type === "CallExpression") { + node = node.callee; + } + + if (node.type === "ParenthesizedExpression") { + return false; + } + + return !isDecoratorMemberExpression(node); +} + +function Decorator(node) { + this.tokenChar(64); + const { + expression + } = node; + + if (shouldParenthesizeDecoratorExpression(expression)) { + this.tokenChar(40); + this.print(expression, node); + this.tokenChar(41); + } else { + this.print(expression, node); + } + + this.newline(); +} + +function OptionalMemberExpression(node) { + this.print(node.object, node); + + if (!node.computed && isMemberExpression(node.property)) { + throw new TypeError("Got a MemberExpression for MemberExpression property"); + } + + let computed = node.computed; + + if (isLiteral(node.property) && typeof node.property.value === "number") { + computed = true; + } + + if (node.optional) { + this.token("?."); + } + + if (computed) { + this.tokenChar(91); + this.print(node.property, node); + this.tokenChar(93); + } else { + if (!node.optional) { + this.tokenChar(46); + } + + this.print(node.property, node); + } +} + +function OptionalCallExpression(node) { + this.print(node.callee, node); + this.print(node.typeArguments, node); + this.print(node.typeParameters, node); + + if (node.optional) { + this.token("?."); + } + + this.tokenChar(40); + this.printList(node.arguments, node); + this.tokenChar(41); +} + +function CallExpression(node) { + this.print(node.callee, node); + this.print(node.typeArguments, node); + this.print(node.typeParameters, node); + this.tokenChar(40); + this.printList(node.arguments, node); + this.tokenChar(41); +} + +function Import() { + this.word("import"); +} + +function AwaitExpression(node) { + this.word("await"); + + if (node.argument) { + this.space(); + this.printTerminatorless(node.argument, node, false); + } +} + +function YieldExpression(node) { + this.word("yield"); + + if (node.delegate) { + this.tokenChar(42); + } + + if (node.argument) { + this.space(); + this.printTerminatorless(node.argument, node, false); + } +} + +function EmptyStatement() { + this.semicolon(true); +} + +function ExpressionStatement(node) { + this.print(node.expression, node); + this.semicolon(); +} + +function AssignmentPattern(node) { + this.print(node.left, node); + if (node.left.optional) this.tokenChar(63); + this.print(node.left.typeAnnotation, node); + this.space(); + this.tokenChar(61); + this.space(); + this.print(node.right, node); +} + +function AssignmentExpression(node, parent) { + const parens = this.inForStatementInitCounter && node.operator === "in" && !n.needsParens(node, parent); + + if (parens) { + this.tokenChar(40); + } + + this.print(node.left, node); + this.space(); + + if (node.operator === "in" || node.operator === "instanceof") { + this.word(node.operator); + } else { + this.token(node.operator); + } + + this.space(); + this.print(node.right, node); + + if (parens) { + this.tokenChar(41); + } +} + +function BindExpression(node) { + this.print(node.object, node); + this.token("::"); + this.print(node.callee, node); +} + +function MemberExpression(node) { + this.print(node.object, node); + + if (!node.computed && isMemberExpression(node.property)) { + throw new TypeError("Got a MemberExpression for MemberExpression property"); + } + + let computed = node.computed; + + if (isLiteral(node.property) && typeof node.property.value === "number") { + computed = true; + } + + if (computed) { + this.tokenChar(91); + this.print(node.property, node); + this.tokenChar(93); + } else { + this.tokenChar(46); + this.print(node.property, node); + } +} + +function MetaProperty(node) { + this.print(node.meta, node); + this.tokenChar(46); + this.print(node.property, node); +} + +function PrivateName(node) { + this.tokenChar(35); + this.print(node.id, node); +} + +function V8IntrinsicIdentifier(node) { + this.tokenChar(37); + this.word(node.name); +} + +function ModuleExpression(node) { + this.word("module"); + this.space(); + this.tokenChar(123); + + if (node.body.body.length === 0) { + this.tokenChar(125); + } else { + this.newline(); + this.printSequence(node.body.body, node, { + indent: true + }); + this.rightBrace(); + } +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/generator/lib/generators/flow.js b/FantasticAnimals/node_modules/@babel/generator/lib/generators/flow.js new file mode 100644 index 0000000..ffdb1d0 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/generator/lib/generators/flow.js @@ -0,0 +1,795 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.AnyTypeAnnotation = AnyTypeAnnotation; +exports.ArrayTypeAnnotation = ArrayTypeAnnotation; +exports.BooleanLiteralTypeAnnotation = BooleanLiteralTypeAnnotation; +exports.BooleanTypeAnnotation = BooleanTypeAnnotation; +exports.DeclareClass = DeclareClass; +exports.DeclareExportAllDeclaration = DeclareExportAllDeclaration; +exports.DeclareExportDeclaration = DeclareExportDeclaration; +exports.DeclareFunction = DeclareFunction; +exports.DeclareInterface = DeclareInterface; +exports.DeclareModule = DeclareModule; +exports.DeclareModuleExports = DeclareModuleExports; +exports.DeclareOpaqueType = DeclareOpaqueType; +exports.DeclareTypeAlias = DeclareTypeAlias; +exports.DeclareVariable = DeclareVariable; +exports.DeclaredPredicate = DeclaredPredicate; +exports.EmptyTypeAnnotation = EmptyTypeAnnotation; +exports.EnumBooleanBody = EnumBooleanBody; +exports.EnumBooleanMember = EnumBooleanMember; +exports.EnumDeclaration = EnumDeclaration; +exports.EnumDefaultedMember = EnumDefaultedMember; +exports.EnumNumberBody = EnumNumberBody; +exports.EnumNumberMember = EnumNumberMember; +exports.EnumStringBody = EnumStringBody; +exports.EnumStringMember = EnumStringMember; +exports.EnumSymbolBody = EnumSymbolBody; +exports.ExistsTypeAnnotation = ExistsTypeAnnotation; +exports.FunctionTypeAnnotation = FunctionTypeAnnotation; +exports.FunctionTypeParam = FunctionTypeParam; +exports.IndexedAccessType = IndexedAccessType; +exports.InferredPredicate = InferredPredicate; +exports.InterfaceDeclaration = InterfaceDeclaration; +exports.GenericTypeAnnotation = exports.ClassImplements = exports.InterfaceExtends = InterfaceExtends; +exports.InterfaceTypeAnnotation = InterfaceTypeAnnotation; +exports.IntersectionTypeAnnotation = IntersectionTypeAnnotation; +exports.MixedTypeAnnotation = MixedTypeAnnotation; +exports.NullLiteralTypeAnnotation = NullLiteralTypeAnnotation; +exports.NullableTypeAnnotation = NullableTypeAnnotation; +Object.defineProperty(exports, "NumberLiteralTypeAnnotation", { + enumerable: true, + get: function () { + return _types2.NumericLiteral; + } +}); +exports.NumberTypeAnnotation = NumberTypeAnnotation; +exports.ObjectTypeAnnotation = ObjectTypeAnnotation; +exports.ObjectTypeCallProperty = ObjectTypeCallProperty; +exports.ObjectTypeIndexer = ObjectTypeIndexer; +exports.ObjectTypeInternalSlot = ObjectTypeInternalSlot; +exports.ObjectTypeProperty = ObjectTypeProperty; +exports.ObjectTypeSpreadProperty = ObjectTypeSpreadProperty; +exports.OpaqueType = OpaqueType; +exports.OptionalIndexedAccessType = OptionalIndexedAccessType; +exports.QualifiedTypeIdentifier = QualifiedTypeIdentifier; +Object.defineProperty(exports, "StringLiteralTypeAnnotation", { + enumerable: true, + get: function () { + return _types2.StringLiteral; + } +}); +exports.StringTypeAnnotation = StringTypeAnnotation; +exports.SymbolTypeAnnotation = SymbolTypeAnnotation; +exports.ThisTypeAnnotation = ThisTypeAnnotation; +exports.TupleTypeAnnotation = TupleTypeAnnotation; +exports.TypeAlias = TypeAlias; +exports.TypeAnnotation = TypeAnnotation; +exports.TypeCastExpression = TypeCastExpression; +exports.TypeParameter = TypeParameter; +exports.TypeParameterDeclaration = exports.TypeParameterInstantiation = TypeParameterInstantiation; +exports.TypeofTypeAnnotation = TypeofTypeAnnotation; +exports.UnionTypeAnnotation = UnionTypeAnnotation; +exports.Variance = Variance; +exports.VoidTypeAnnotation = VoidTypeAnnotation; +exports._interfaceish = _interfaceish; +exports._variance = _variance; + +var _t = require("@babel/types"); + +var _modules = require("./modules"); + +var _types2 = require("./types"); + +const { + isDeclareExportDeclaration, + isStatement +} = _t; + +function AnyTypeAnnotation() { + this.word("any"); +} + +function ArrayTypeAnnotation(node) { + this.print(node.elementType, node, true); + this.tokenChar(91); + this.tokenChar(93); +} + +function BooleanTypeAnnotation() { + this.word("boolean"); +} + +function BooleanLiteralTypeAnnotation(node) { + this.word(node.value ? "true" : "false"); +} + +function NullLiteralTypeAnnotation() { + this.word("null"); +} + +function DeclareClass(node, parent) { + if (!isDeclareExportDeclaration(parent)) { + this.word("declare"); + this.space(); + } + + this.word("class"); + this.space(); + + this._interfaceish(node); +} + +function DeclareFunction(node, parent) { + if (!isDeclareExportDeclaration(parent)) { + this.word("declare"); + this.space(); + } + + this.word("function"); + this.space(); + this.print(node.id, node); + this.print(node.id.typeAnnotation.typeAnnotation, node); + + if (node.predicate) { + this.space(); + this.print(node.predicate, node); + } + + this.semicolon(); +} + +function InferredPredicate() { + this.tokenChar(37); + this.word("checks"); +} + +function DeclaredPredicate(node) { + this.tokenChar(37); + this.word("checks"); + this.tokenChar(40); + this.print(node.value, node); + this.tokenChar(41); +} + +function DeclareInterface(node) { + this.word("declare"); + this.space(); + this.InterfaceDeclaration(node); +} + +function DeclareModule(node) { + this.word("declare"); + this.space(); + this.word("module"); + this.space(); + this.print(node.id, node); + this.space(); + this.print(node.body, node); +} + +function DeclareModuleExports(node) { + this.word("declare"); + this.space(); + this.word("module"); + this.tokenChar(46); + this.word("exports"); + this.print(node.typeAnnotation, node); +} + +function DeclareTypeAlias(node) { + this.word("declare"); + this.space(); + this.TypeAlias(node); +} + +function DeclareOpaqueType(node, parent) { + if (!isDeclareExportDeclaration(parent)) { + this.word("declare"); + this.space(); + } + + this.OpaqueType(node); +} + +function DeclareVariable(node, parent) { + if (!isDeclareExportDeclaration(parent)) { + this.word("declare"); + this.space(); + } + + this.word("var"); + this.space(); + this.print(node.id, node); + this.print(node.id.typeAnnotation, node); + this.semicolon(); +} + +function DeclareExportDeclaration(node) { + this.word("declare"); + this.space(); + this.word("export"); + this.space(); + + if (node.default) { + this.word("default"); + this.space(); + } + + FlowExportDeclaration.call(this, node); +} + +function DeclareExportAllDeclaration(node) { + this.word("declare"); + this.space(); + + _modules.ExportAllDeclaration.call(this, node); +} + +function EnumDeclaration(node) { + const { + id, + body + } = node; + this.word("enum"); + this.space(); + this.print(id, node); + this.print(body, node); +} + +function enumExplicitType(context, name, hasExplicitType) { + if (hasExplicitType) { + context.space(); + context.word("of"); + context.space(); + context.word(name); + } + + context.space(); +} + +function enumBody(context, node) { + const { + members + } = node; + context.token("{"); + context.indent(); + context.newline(); + + for (const member of members) { + context.print(member, node); + context.newline(); + } + + if (node.hasUnknownMembers) { + context.token("..."); + context.newline(); + } + + context.dedent(); + context.token("}"); +} + +function EnumBooleanBody(node) { + const { + explicitType + } = node; + enumExplicitType(this, "boolean", explicitType); + enumBody(this, node); +} + +function EnumNumberBody(node) { + const { + explicitType + } = node; + enumExplicitType(this, "number", explicitType); + enumBody(this, node); +} + +function EnumStringBody(node) { + const { + explicitType + } = node; + enumExplicitType(this, "string", explicitType); + enumBody(this, node); +} + +function EnumSymbolBody(node) { + enumExplicitType(this, "symbol", true); + enumBody(this, node); +} + +function EnumDefaultedMember(node) { + const { + id + } = node; + this.print(id, node); + this.tokenChar(44); +} + +function enumInitializedMember(context, node) { + const { + id, + init + } = node; + context.print(id, node); + context.space(); + context.token("="); + context.space(); + context.print(init, node); + context.token(","); +} + +function EnumBooleanMember(node) { + enumInitializedMember(this, node); +} + +function EnumNumberMember(node) { + enumInitializedMember(this, node); +} + +function EnumStringMember(node) { + enumInitializedMember(this, node); +} + +function FlowExportDeclaration(node) { + if (node.declaration) { + const declar = node.declaration; + this.print(declar, node); + if (!isStatement(declar)) this.semicolon(); + } else { + this.tokenChar(123); + + if (node.specifiers.length) { + this.space(); + this.printList(node.specifiers, node); + this.space(); + } + + this.tokenChar(125); + + if (node.source) { + this.space(); + this.word("from"); + this.space(); + this.print(node.source, node); + } + + this.semicolon(); + } +} + +function ExistsTypeAnnotation() { + this.tokenChar(42); +} + +function FunctionTypeAnnotation(node, parent) { + this.print(node.typeParameters, node); + this.tokenChar(40); + + if (node.this) { + this.word("this"); + this.tokenChar(58); + this.space(); + this.print(node.this.typeAnnotation, node); + + if (node.params.length || node.rest) { + this.tokenChar(44); + this.space(); + } + } + + this.printList(node.params, node); + + if (node.rest) { + if (node.params.length) { + this.tokenChar(44); + this.space(); + } + + this.token("..."); + this.print(node.rest, node); + } + + this.tokenChar(41); + + if (parent && (parent.type === "ObjectTypeCallProperty" || parent.type === "DeclareFunction" || parent.type === "ObjectTypeProperty" && parent.method)) { + this.tokenChar(58); + } else { + this.space(); + this.token("=>"); + } + + this.space(); + this.print(node.returnType, node); +} + +function FunctionTypeParam(node) { + this.print(node.name, node); + if (node.optional) this.tokenChar(63); + + if (node.name) { + this.tokenChar(58); + this.space(); + } + + this.print(node.typeAnnotation, node); +} + +function InterfaceExtends(node) { + this.print(node.id, node); + this.print(node.typeParameters, node, true); +} + +function _interfaceish(node) { + var _node$extends; + + this.print(node.id, node); + this.print(node.typeParameters, node); + + if ((_node$extends = node.extends) != null && _node$extends.length) { + this.space(); + this.word("extends"); + this.space(); + this.printList(node.extends, node); + } + + if (node.mixins && node.mixins.length) { + this.space(); + this.word("mixins"); + this.space(); + this.printList(node.mixins, node); + } + + if (node.implements && node.implements.length) { + this.space(); + this.word("implements"); + this.space(); + this.printList(node.implements, node); + } + + this.space(); + this.print(node.body, node); +} + +function _variance(node) { + if (node.variance) { + if (node.variance.kind === "plus") { + this.tokenChar(43); + } else if (node.variance.kind === "minus") { + this.tokenChar(45); + } + } +} + +function InterfaceDeclaration(node) { + this.word("interface"); + this.space(); + + this._interfaceish(node); +} + +function andSeparator() { + this.space(); + this.tokenChar(38); + this.space(); +} + +function InterfaceTypeAnnotation(node) { + this.word("interface"); + + if (node.extends && node.extends.length) { + this.space(); + this.word("extends"); + this.space(); + this.printList(node.extends, node); + } + + this.space(); + this.print(node.body, node); +} + +function IntersectionTypeAnnotation(node) { + this.printJoin(node.types, node, { + separator: andSeparator + }); +} + +function MixedTypeAnnotation() { + this.word("mixed"); +} + +function EmptyTypeAnnotation() { + this.word("empty"); +} + +function NullableTypeAnnotation(node) { + this.tokenChar(63); + this.print(node.typeAnnotation, node); +} + +function NumberTypeAnnotation() { + this.word("number"); +} + +function StringTypeAnnotation() { + this.word("string"); +} + +function ThisTypeAnnotation() { + this.word("this"); +} + +function TupleTypeAnnotation(node) { + this.tokenChar(91); + this.printList(node.types, node); + this.tokenChar(93); +} + +function TypeofTypeAnnotation(node) { + this.word("typeof"); + this.space(); + this.print(node.argument, node); +} + +function TypeAlias(node) { + this.word("type"); + this.space(); + this.print(node.id, node); + this.print(node.typeParameters, node); + this.space(); + this.tokenChar(61); + this.space(); + this.print(node.right, node); + this.semicolon(); +} + +function TypeAnnotation(node) { + this.tokenChar(58); + this.space(); + if (node.optional) this.tokenChar(63); + this.print(node.typeAnnotation, node); +} + +function TypeParameterInstantiation(node) { + this.tokenChar(60); + this.printList(node.params, node, {}); + this.tokenChar(62); +} + +function TypeParameter(node) { + this._variance(node); + + this.word(node.name); + + if (node.bound) { + this.print(node.bound, node); + } + + if (node.default) { + this.space(); + this.tokenChar(61); + this.space(); + this.print(node.default, node); + } +} + +function OpaqueType(node) { + this.word("opaque"); + this.space(); + this.word("type"); + this.space(); + this.print(node.id, node); + this.print(node.typeParameters, node); + + if (node.supertype) { + this.tokenChar(58); + this.space(); + this.print(node.supertype, node); + } + + if (node.impltype) { + this.space(); + this.tokenChar(61); + this.space(); + this.print(node.impltype, node); + } + + this.semicolon(); +} + +function ObjectTypeAnnotation(node) { + if (node.exact) { + this.token("{|"); + } else { + this.tokenChar(123); + } + + const props = [...node.properties, ...(node.callProperties || []), ...(node.indexers || []), ...(node.internalSlots || [])]; + + if (props.length) { + this.space(); + this.printJoin(props, node, { + addNewlines(leading) { + if (leading && !props[0]) return 1; + }, + + indent: true, + statement: true, + iterator: () => { + if (props.length !== 1 || node.inexact) { + this.tokenChar(44); + this.space(); + } + } + }); + this.space(); + } + + if (node.inexact) { + this.indent(); + this.token("..."); + + if (props.length) { + this.newline(); + } + + this.dedent(); + } + + if (node.exact) { + this.token("|}"); + } else { + this.tokenChar(125); + } +} + +function ObjectTypeInternalSlot(node) { + if (node.static) { + this.word("static"); + this.space(); + } + + this.tokenChar(91); + this.tokenChar(91); + this.print(node.id, node); + this.tokenChar(93); + this.tokenChar(93); + if (node.optional) this.tokenChar(63); + + if (!node.method) { + this.tokenChar(58); + this.space(); + } + + this.print(node.value, node); +} + +function ObjectTypeCallProperty(node) { + if (node.static) { + this.word("static"); + this.space(); + } + + this.print(node.value, node); +} + +function ObjectTypeIndexer(node) { + if (node.static) { + this.word("static"); + this.space(); + } + + this._variance(node); + + this.tokenChar(91); + + if (node.id) { + this.print(node.id, node); + this.tokenChar(58); + this.space(); + } + + this.print(node.key, node); + this.tokenChar(93); + this.tokenChar(58); + this.space(); + this.print(node.value, node); +} + +function ObjectTypeProperty(node) { + if (node.proto) { + this.word("proto"); + this.space(); + } + + if (node.static) { + this.word("static"); + this.space(); + } + + if (node.kind === "get" || node.kind === "set") { + this.word(node.kind); + this.space(); + } + + this._variance(node); + + this.print(node.key, node); + if (node.optional) this.tokenChar(63); + + if (!node.method) { + this.tokenChar(58); + this.space(); + } + + this.print(node.value, node); +} + +function ObjectTypeSpreadProperty(node) { + this.token("..."); + this.print(node.argument, node); +} + +function QualifiedTypeIdentifier(node) { + this.print(node.qualification, node); + this.tokenChar(46); + this.print(node.id, node); +} + +function SymbolTypeAnnotation() { + this.word("symbol"); +} + +function orSeparator() { + this.space(); + this.tokenChar(124); + this.space(); +} + +function UnionTypeAnnotation(node) { + this.printJoin(node.types, node, { + separator: orSeparator + }); +} + +function TypeCastExpression(node) { + this.tokenChar(40); + this.print(node.expression, node); + this.print(node.typeAnnotation, node); + this.tokenChar(41); +} + +function Variance(node) { + if (node.kind === "plus") { + this.tokenChar(43); + } else { + this.tokenChar(45); + } +} + +function VoidTypeAnnotation() { + this.word("void"); +} + +function IndexedAccessType(node) { + this.print(node.objectType, node, true); + this.tokenChar(91); + this.print(node.indexType, node); + this.tokenChar(93); +} + +function OptionalIndexedAccessType(node) { + this.print(node.objectType, node); + + if (node.optional) { + this.token("?."); + } + + this.tokenChar(91); + this.print(node.indexType, node); + this.tokenChar(93); +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/generator/lib/generators/index.js b/FantasticAnimals/node_modules/@babel/generator/lib/generators/index.js new file mode 100644 index 0000000..8820db0 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/generator/lib/generators/index.js @@ -0,0 +1,148 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); + +var _templateLiterals = require("./template-literals"); + +Object.keys(_templateLiterals).forEach(function (key) { + if (key === "default" || key === "__esModule") return; + if (key in exports && exports[key] === _templateLiterals[key]) return; + Object.defineProperty(exports, key, { + enumerable: true, + get: function () { + return _templateLiterals[key]; + } + }); +}); + +var _expressions = require("./expressions"); + +Object.keys(_expressions).forEach(function (key) { + if (key === "default" || key === "__esModule") return; + if (key in exports && exports[key] === _expressions[key]) return; + Object.defineProperty(exports, key, { + enumerable: true, + get: function () { + return _expressions[key]; + } + }); +}); + +var _statements = require("./statements"); + +Object.keys(_statements).forEach(function (key) { + if (key === "default" || key === "__esModule") return; + if (key in exports && exports[key] === _statements[key]) return; + Object.defineProperty(exports, key, { + enumerable: true, + get: function () { + return _statements[key]; + } + }); +}); + +var _classes = require("./classes"); + +Object.keys(_classes).forEach(function (key) { + if (key === "default" || key === "__esModule") return; + if (key in exports && exports[key] === _classes[key]) return; + Object.defineProperty(exports, key, { + enumerable: true, + get: function () { + return _classes[key]; + } + }); +}); + +var _methods = require("./methods"); + +Object.keys(_methods).forEach(function (key) { + if (key === "default" || key === "__esModule") return; + if (key in exports && exports[key] === _methods[key]) return; + Object.defineProperty(exports, key, { + enumerable: true, + get: function () { + return _methods[key]; + } + }); +}); + +var _modules = require("./modules"); + +Object.keys(_modules).forEach(function (key) { + if (key === "default" || key === "__esModule") return; + if (key in exports && exports[key] === _modules[key]) return; + Object.defineProperty(exports, key, { + enumerable: true, + get: function () { + return _modules[key]; + } + }); +}); + +var _types = require("./types"); + +Object.keys(_types).forEach(function (key) { + if (key === "default" || key === "__esModule") return; + if (key in exports && exports[key] === _types[key]) return; + Object.defineProperty(exports, key, { + enumerable: true, + get: function () { + return _types[key]; + } + }); +}); + +var _flow = require("./flow"); + +Object.keys(_flow).forEach(function (key) { + if (key === "default" || key === "__esModule") return; + if (key in exports && exports[key] === _flow[key]) return; + Object.defineProperty(exports, key, { + enumerable: true, + get: function () { + return _flow[key]; + } + }); +}); + +var _base = require("./base"); + +Object.keys(_base).forEach(function (key) { + if (key === "default" || key === "__esModule") return; + if (key in exports && exports[key] === _base[key]) return; + Object.defineProperty(exports, key, { + enumerable: true, + get: function () { + return _base[key]; + } + }); +}); + +var _jsx = require("./jsx"); + +Object.keys(_jsx).forEach(function (key) { + if (key === "default" || key === "__esModule") return; + if (key in exports && exports[key] === _jsx[key]) return; + Object.defineProperty(exports, key, { + enumerable: true, + get: function () { + return _jsx[key]; + } + }); +}); + +var _typescript = require("./typescript"); + +Object.keys(_typescript).forEach(function (key) { + if (key === "default" || key === "__esModule") return; + if (key in exports && exports[key] === _typescript[key]) return; + Object.defineProperty(exports, key, { + enumerable: true, + get: function () { + return _typescript[key]; + } + }); +}); \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/generator/lib/generators/jsx.js b/FantasticAnimals/node_modules/@babel/generator/lib/generators/jsx.js new file mode 100644 index 0000000..c7932f8 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/generator/lib/generators/jsx.js @@ -0,0 +1,145 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.JSXAttribute = JSXAttribute; +exports.JSXClosingElement = JSXClosingElement; +exports.JSXClosingFragment = JSXClosingFragment; +exports.JSXElement = JSXElement; +exports.JSXEmptyExpression = JSXEmptyExpression; +exports.JSXExpressionContainer = JSXExpressionContainer; +exports.JSXFragment = JSXFragment; +exports.JSXIdentifier = JSXIdentifier; +exports.JSXMemberExpression = JSXMemberExpression; +exports.JSXNamespacedName = JSXNamespacedName; +exports.JSXOpeningElement = JSXOpeningElement; +exports.JSXOpeningFragment = JSXOpeningFragment; +exports.JSXSpreadAttribute = JSXSpreadAttribute; +exports.JSXSpreadChild = JSXSpreadChild; +exports.JSXText = JSXText; + +function JSXAttribute(node) { + this.print(node.name, node); + + if (node.value) { + this.tokenChar(61); + this.print(node.value, node); + } +} + +function JSXIdentifier(node) { + this.word(node.name); +} + +function JSXNamespacedName(node) { + this.print(node.namespace, node); + this.tokenChar(58); + this.print(node.name, node); +} + +function JSXMemberExpression(node) { + this.print(node.object, node); + this.tokenChar(46); + this.print(node.property, node); +} + +function JSXSpreadAttribute(node) { + this.tokenChar(123); + this.token("..."); + this.print(node.argument, node); + this.tokenChar(125); +} + +function JSXExpressionContainer(node) { + this.tokenChar(123); + this.print(node.expression, node); + this.tokenChar(125); +} + +function JSXSpreadChild(node) { + this.tokenChar(123); + this.token("..."); + this.print(node.expression, node); + this.tokenChar(125); +} + +function JSXText(node) { + const raw = this.getPossibleRaw(node); + + if (raw !== undefined) { + this.token(raw, true); + } else { + this.token(node.value, true); + } +} + +function JSXElement(node) { + const open = node.openingElement; + this.print(open, node); + if (open.selfClosing) return; + this.indent(); + + for (const child of node.children) { + this.print(child, node); + } + + this.dedent(); + this.print(node.closingElement, node); +} + +function spaceSeparator() { + this.space(); +} + +function JSXOpeningElement(node) { + this.tokenChar(60); + this.print(node.name, node); + this.print(node.typeParameters, node); + + if (node.attributes.length > 0) { + this.space(); + this.printJoin(node.attributes, node, { + separator: spaceSeparator + }); + } + + if (node.selfClosing) { + this.space(); + this.token("/>"); + } else { + this.tokenChar(62); + } +} + +function JSXClosingElement(node) { + this.token(""); + this.space(); + this.print(node.body, node); +} + +function hasTypesOrComments(node, param) { + var _param$leadingComment, _param$trailingCommen; + + return !!(node.typeParameters || node.returnType || node.predicate || param.typeAnnotation || param.optional || (_param$leadingComment = param.leadingComments) != null && _param$leadingComment.length || (_param$trailingCommen = param.trailingComments) != null && _param$trailingCommen.length); +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/generator/lib/generators/modules.js b/FantasticAnimals/node_modules/@babel/generator/lib/generators/modules.js new file mode 100644 index 0000000..a61d421 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/generator/lib/generators/modules.js @@ -0,0 +1,245 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.ExportAllDeclaration = ExportAllDeclaration; +exports.ExportDefaultDeclaration = ExportDefaultDeclaration; +exports.ExportDefaultSpecifier = ExportDefaultSpecifier; +exports.ExportNamedDeclaration = ExportNamedDeclaration; +exports.ExportNamespaceSpecifier = ExportNamespaceSpecifier; +exports.ExportSpecifier = ExportSpecifier; +exports.ImportAttribute = ImportAttribute; +exports.ImportDeclaration = ImportDeclaration; +exports.ImportDefaultSpecifier = ImportDefaultSpecifier; +exports.ImportNamespaceSpecifier = ImportNamespaceSpecifier; +exports.ImportSpecifier = ImportSpecifier; + +var _t = require("@babel/types"); + +const { + isClassDeclaration, + isExportDefaultSpecifier, + isExportNamespaceSpecifier, + isImportDefaultSpecifier, + isImportNamespaceSpecifier, + isStatement +} = _t; + +function ImportSpecifier(node) { + if (node.importKind === "type" || node.importKind === "typeof") { + this.word(node.importKind); + this.space(); + } + + this.print(node.imported, node); + + if (node.local && node.local.name !== node.imported.name) { + this.space(); + this.word("as"); + this.space(); + this.print(node.local, node); + } +} + +function ImportDefaultSpecifier(node) { + this.print(node.local, node); +} + +function ExportDefaultSpecifier(node) { + this.print(node.exported, node); +} + +function ExportSpecifier(node) { + if (node.exportKind === "type") { + this.word("type"); + this.space(); + } + + this.print(node.local, node); + + if (node.exported && node.local.name !== node.exported.name) { + this.space(); + this.word("as"); + this.space(); + this.print(node.exported, node); + } +} + +function ExportNamespaceSpecifier(node) { + this.tokenChar(42); + this.space(); + this.word("as"); + this.space(); + this.print(node.exported, node); +} + +function ExportAllDeclaration(node) { + this.word("export"); + this.space(); + + if (node.exportKind === "type") { + this.word("type"); + this.space(); + } + + this.tokenChar(42); + this.space(); + this.word("from"); + this.space(); + this.print(node.source, node); + this.printAssertions(node); + this.semicolon(); +} + +function ExportNamedDeclaration(node) { + { + if (this.format.decoratorsBeforeExport && isClassDeclaration(node.declaration)) { + this.printJoin(node.declaration.decorators, node); + } + } + this.word("export"); + this.space(); + + if (node.declaration) { + const declar = node.declaration; + this.print(declar, node); + if (!isStatement(declar)) this.semicolon(); + } else { + if (node.exportKind === "type") { + this.word("type"); + this.space(); + } + + const specifiers = node.specifiers.slice(0); + let hasSpecial = false; + + for (;;) { + const first = specifiers[0]; + + if (isExportDefaultSpecifier(first) || isExportNamespaceSpecifier(first)) { + hasSpecial = true; + this.print(specifiers.shift(), node); + + if (specifiers.length) { + this.tokenChar(44); + this.space(); + } + } else { + break; + } + } + + if (specifiers.length || !specifiers.length && !hasSpecial) { + this.tokenChar(123); + + if (specifiers.length) { + this.space(); + this.printList(specifiers, node); + this.space(); + } + + this.tokenChar(125); + } + + if (node.source) { + this.space(); + this.word("from"); + this.space(); + this.print(node.source, node); + this.printAssertions(node); + } + + this.semicolon(); + } +} + +function ExportDefaultDeclaration(node) { + { + if (this.format.decoratorsBeforeExport && isClassDeclaration(node.declaration)) { + this.printJoin(node.declaration.decorators, node); + } + } + this.word("export"); + this.space(); + this.word("default"); + this.space(); + const declar = node.declaration; + this.print(declar, node); + if (!isStatement(declar)) this.semicolon(); +} + +function ImportDeclaration(node) { + this.word("import"); + this.space(); + const isTypeKind = node.importKind === "type" || node.importKind === "typeof"; + + if (isTypeKind) { + this.word(node.importKind); + this.space(); + } + + const specifiers = node.specifiers.slice(0); + const hasSpecifiers = !!specifiers.length; + + while (hasSpecifiers) { + const first = specifiers[0]; + + if (isImportDefaultSpecifier(first) || isImportNamespaceSpecifier(first)) { + this.print(specifiers.shift(), node); + + if (specifiers.length) { + this.tokenChar(44); + this.space(); + } + } else { + break; + } + } + + if (specifiers.length) { + this.tokenChar(123); + this.space(); + this.printList(specifiers, node); + this.space(); + this.tokenChar(125); + } else if (isTypeKind && !hasSpecifiers) { + this.tokenChar(123); + this.tokenChar(125); + } + + if (hasSpecifiers || isTypeKind) { + this.space(); + this.word("from"); + this.space(); + } + + this.print(node.source, node); + this.printAssertions(node); + { + var _node$attributes; + + if ((_node$attributes = node.attributes) != null && _node$attributes.length) { + this.space(); + this.word("with"); + this.space(); + this.printList(node.attributes, node); + } + } + this.semicolon(); +} + +function ImportAttribute(node) { + this.print(node.key); + this.tokenChar(58); + this.space(); + this.print(node.value); +} + +function ImportNamespaceSpecifier(node) { + this.tokenChar(42); + this.space(); + this.word("as"); + this.space(); + this.print(node.local, node); +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/generator/lib/generators/statements.js b/FantasticAnimals/node_modules/@babel/generator/lib/generators/statements.js new file mode 100644 index 0000000..33de998 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/generator/lib/generators/statements.js @@ -0,0 +1,340 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.BreakStatement = BreakStatement; +exports.CatchClause = CatchClause; +exports.ContinueStatement = ContinueStatement; +exports.DebuggerStatement = DebuggerStatement; +exports.DoWhileStatement = DoWhileStatement; +exports.ForOfStatement = exports.ForInStatement = void 0; +exports.ForStatement = ForStatement; +exports.IfStatement = IfStatement; +exports.LabeledStatement = LabeledStatement; +exports.ReturnStatement = ReturnStatement; +exports.SwitchCase = SwitchCase; +exports.SwitchStatement = SwitchStatement; +exports.ThrowStatement = ThrowStatement; +exports.TryStatement = TryStatement; +exports.VariableDeclaration = VariableDeclaration; +exports.VariableDeclarator = VariableDeclarator; +exports.WhileStatement = WhileStatement; +exports.WithStatement = WithStatement; + +var _t = require("@babel/types"); + +const { + isFor, + isForStatement, + isIfStatement, + isStatement +} = _t; + +function WithStatement(node) { + this.word("with"); + this.space(); + this.tokenChar(40); + this.print(node.object, node); + this.tokenChar(41); + this.printBlock(node); +} + +function IfStatement(node) { + this.word("if"); + this.space(); + this.tokenChar(40); + this.print(node.test, node); + this.tokenChar(41); + this.space(); + const needsBlock = node.alternate && isIfStatement(getLastStatement(node.consequent)); + + if (needsBlock) { + this.tokenChar(123); + this.newline(); + this.indent(); + } + + this.printAndIndentOnComments(node.consequent, node); + + if (needsBlock) { + this.dedent(); + this.newline(); + this.tokenChar(125); + } + + if (node.alternate) { + if (this.endsWith(125)) this.space(); + this.word("else"); + this.space(); + this.printAndIndentOnComments(node.alternate, node); + } +} + +function getLastStatement(statement) { + const { + body + } = statement; + + if (isStatement(body) === false) { + return statement; + } + + return getLastStatement(body); +} + +function ForStatement(node) { + this.word("for"); + this.space(); + this.tokenChar(40); + this.inForStatementInitCounter++; + this.print(node.init, node); + this.inForStatementInitCounter--; + this.tokenChar(59); + + if (node.test) { + this.space(); + this.print(node.test, node); + } + + this.tokenChar(59); + + if (node.update) { + this.space(); + this.print(node.update, node); + } + + this.tokenChar(41); + this.printBlock(node); +} + +function WhileStatement(node) { + this.word("while"); + this.space(); + this.tokenChar(40); + this.print(node.test, node); + this.tokenChar(41); + this.printBlock(node); +} + +function ForXStatement(node) { + this.word("for"); + this.space(); + const isForOf = node.type === "ForOfStatement"; + + if (isForOf && node.await) { + this.word("await"); + this.space(); + } + + this.tokenChar(40); + this.print(node.left, node); + this.space(); + this.word(isForOf ? "of" : "in"); + this.space(); + this.print(node.right, node); + this.tokenChar(41); + this.printBlock(node); +} + +const ForInStatement = ForXStatement; +exports.ForInStatement = ForInStatement; +const ForOfStatement = ForXStatement; +exports.ForOfStatement = ForOfStatement; + +function DoWhileStatement(node) { + this.word("do"); + this.space(); + this.print(node.body, node); + this.space(); + this.word("while"); + this.space(); + this.tokenChar(40); + this.print(node.test, node); + this.tokenChar(41); + this.semicolon(); +} + +function printStatementAfterKeyword(printer, node, parent, isLabel) { + if (node) { + printer.space(); + printer.printTerminatorless(node, parent, isLabel); + } + + printer.semicolon(); +} + +function BreakStatement(node) { + this.word("break"); + printStatementAfterKeyword(this, node.label, node, true); +} + +function ContinueStatement(node) { + this.word("continue"); + printStatementAfterKeyword(this, node.label, node, true); +} + +function ReturnStatement(node) { + this.word("return"); + printStatementAfterKeyword(this, node.argument, node, false); +} + +function ThrowStatement(node) { + this.word("throw"); + printStatementAfterKeyword(this, node.argument, node, false); +} + +function LabeledStatement(node) { + this.print(node.label, node); + this.tokenChar(58); + this.space(); + this.print(node.body, node); +} + +function TryStatement(node) { + this.word("try"); + this.space(); + this.print(node.block, node); + this.space(); + + if (node.handlers) { + this.print(node.handlers[0], node); + } else { + this.print(node.handler, node); + } + + if (node.finalizer) { + this.space(); + this.word("finally"); + this.space(); + this.print(node.finalizer, node); + } +} + +function CatchClause(node) { + this.word("catch"); + this.space(); + + if (node.param) { + this.tokenChar(40); + this.print(node.param, node); + this.print(node.param.typeAnnotation, node); + this.tokenChar(41); + this.space(); + } + + this.print(node.body, node); +} + +function SwitchStatement(node) { + this.word("switch"); + this.space(); + this.tokenChar(40); + this.print(node.discriminant, node); + this.tokenChar(41); + this.space(); + this.tokenChar(123); + this.printSequence(node.cases, node, { + indent: true, + + addNewlines(leading, cas) { + if (!leading && node.cases[node.cases.length - 1] === cas) return -1; + } + + }); + this.tokenChar(125); +} + +function SwitchCase(node) { + if (node.test) { + this.word("case"); + this.space(); + this.print(node.test, node); + this.tokenChar(58); + } else { + this.word("default"); + this.tokenChar(58); + } + + if (node.consequent.length) { + this.newline(); + this.printSequence(node.consequent, node, { + indent: true + }); + } +} + +function DebuggerStatement() { + this.word("debugger"); + this.semicolon(); +} + +function variableDeclarationIndent() { + this.tokenChar(44); + this.newline(); + + if (this.endsWith(10)) { + for (let i = 0; i < 4; i++) this.space(true); + } +} + +function constDeclarationIndent() { + this.tokenChar(44); + this.newline(); + + if (this.endsWith(10)) { + for (let i = 0; i < 6; i++) this.space(true); + } +} + +function VariableDeclaration(node, parent) { + if (node.declare) { + this.word("declare"); + this.space(); + } + + this.word(node.kind); + this.space(); + let hasInits = false; + + if (!isFor(parent)) { + for (const declar of node.declarations) { + if (declar.init) { + hasInits = true; + } + } + } + + let separator; + + if (hasInits) { + separator = node.kind === "const" ? constDeclarationIndent : variableDeclarationIndent; + } + + this.printList(node.declarations, node, { + separator + }); + + if (isFor(parent)) { + if (isForStatement(parent)) { + if (parent.init === node) return; + } else { + if (parent.left === node) return; + } + } + + this.semicolon(); +} + +function VariableDeclarator(node) { + this.print(node.id, node); + if (node.definite) this.tokenChar(33); + this.print(node.id.typeAnnotation, node); + + if (node.init) { + this.space(); + this.tokenChar(61); + this.space(); + this.print(node.init, node); + } +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/generator/lib/generators/template-literals.js b/FantasticAnimals/node_modules/@babel/generator/lib/generators/template-literals.js new file mode 100644 index 0000000..21c17df --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/generator/lib/generators/template-literals.js @@ -0,0 +1,33 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.TaggedTemplateExpression = TaggedTemplateExpression; +exports.TemplateElement = TemplateElement; +exports.TemplateLiteral = TemplateLiteral; + +function TaggedTemplateExpression(node) { + this.print(node.tag, node); + this.print(node.typeParameters, node); + this.print(node.quasi, node); +} + +function TemplateElement(node, parent) { + const isFirst = parent.quasis[0] === node; + const isLast = parent.quasis[parent.quasis.length - 1] === node; + const value = (isFirst ? "`" : "}") + node.value.raw + (isLast ? "`" : "${"); + this.token(value, true); +} + +function TemplateLiteral(node) { + const quasis = node.quasis; + + for (let i = 0; i < quasis.length; i++) { + this.print(quasis[i], node); + + if (i + 1 < quasis.length) { + this.print(node.expressions[i], node); + } + } +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/generator/lib/generators/types.js b/FantasticAnimals/node_modules/@babel/generator/lib/generators/types.js new file mode 100644 index 0000000..b955f93 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/generator/lib/generators/types.js @@ -0,0 +1,276 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.ArgumentPlaceholder = ArgumentPlaceholder; +exports.ArrayPattern = exports.ArrayExpression = ArrayExpression; +exports.BigIntLiteral = BigIntLiteral; +exports.BooleanLiteral = BooleanLiteral; +exports.DecimalLiteral = DecimalLiteral; +exports.Identifier = Identifier; +exports.NullLiteral = NullLiteral; +exports.NumericLiteral = NumericLiteral; +exports.ObjectPattern = exports.ObjectExpression = ObjectExpression; +exports.ObjectMethod = ObjectMethod; +exports.ObjectProperty = ObjectProperty; +exports.PipelineBareFunction = PipelineBareFunction; +exports.PipelinePrimaryTopicReference = PipelinePrimaryTopicReference; +exports.PipelineTopicExpression = PipelineTopicExpression; +exports.RecordExpression = RecordExpression; +exports.RegExpLiteral = RegExpLiteral; +exports.SpreadElement = exports.RestElement = RestElement; +exports.StringLiteral = StringLiteral; +exports.TopicReference = TopicReference; +exports.TupleExpression = TupleExpression; + +var _t = require("@babel/types"); + +var _jsesc = require("jsesc"); + +const { + isAssignmentPattern, + isIdentifier +} = _t; + +function Identifier(node) { + this.exactSource(node.loc, () => { + this.word(node.name); + }); +} + +function ArgumentPlaceholder() { + this.tokenChar(63); +} + +function RestElement(node) { + this.token("..."); + this.print(node.argument, node); +} + +function ObjectExpression(node) { + const props = node.properties; + this.tokenChar(123); + this.printInnerComments(node); + + if (props.length) { + this.space(); + this.printList(props, node, { + indent: true, + statement: true + }); + this.space(); + } + + this.tokenChar(125); +} + +function ObjectMethod(node) { + this.printJoin(node.decorators, node); + + this._methodHead(node); + + this.space(); + this.print(node.body, node); +} + +function ObjectProperty(node) { + this.printJoin(node.decorators, node); + + if (node.computed) { + this.tokenChar(91); + this.print(node.key, node); + this.tokenChar(93); + } else { + if (isAssignmentPattern(node.value) && isIdentifier(node.key) && node.key.name === node.value.left.name) { + this.print(node.value, node); + return; + } + + this.print(node.key, node); + + if (node.shorthand && isIdentifier(node.key) && isIdentifier(node.value) && node.key.name === node.value.name) { + return; + } + } + + this.tokenChar(58); + this.space(); + this.print(node.value, node); +} + +function ArrayExpression(node) { + const elems = node.elements; + const len = elems.length; + this.tokenChar(91); + this.printInnerComments(node); + + for (let i = 0; i < elems.length; i++) { + const elem = elems[i]; + + if (elem) { + if (i > 0) this.space(); + this.print(elem, node); + if (i < len - 1) this.tokenChar(44); + } else { + this.tokenChar(44); + } + } + + this.tokenChar(93); +} + +function RecordExpression(node) { + const props = node.properties; + let startToken; + let endToken; + + if (this.format.recordAndTupleSyntaxType === "bar") { + startToken = "{|"; + endToken = "|}"; + } else if (this.format.recordAndTupleSyntaxType === "hash") { + startToken = "#{"; + endToken = "}"; + } else { + throw new Error(`The "recordAndTupleSyntaxType" generator option must be "bar" or "hash" (${JSON.stringify(this.format.recordAndTupleSyntaxType)} received).`); + } + + this.token(startToken); + this.printInnerComments(node); + + if (props.length) { + this.space(); + this.printList(props, node, { + indent: true, + statement: true + }); + this.space(); + } + + this.token(endToken); +} + +function TupleExpression(node) { + const elems = node.elements; + const len = elems.length; + let startToken; + let endToken; + + if (this.format.recordAndTupleSyntaxType === "bar") { + startToken = "[|"; + endToken = "|]"; + } else if (this.format.recordAndTupleSyntaxType === "hash") { + startToken = "#["; + endToken = "]"; + } else { + throw new Error(`${this.format.recordAndTupleSyntaxType} is not a valid recordAndTuple syntax type`); + } + + this.token(startToken); + this.printInnerComments(node); + + for (let i = 0; i < elems.length; i++) { + const elem = elems[i]; + + if (elem) { + if (i > 0) this.space(); + this.print(elem, node); + if (i < len - 1) this.tokenChar(44); + } + } + + this.token(endToken); +} + +function RegExpLiteral(node) { + this.word(`/${node.pattern}/${node.flags}`); +} + +function BooleanLiteral(node) { + this.word(node.value ? "true" : "false"); +} + +function NullLiteral() { + this.word("null"); +} + +function NumericLiteral(node) { + const raw = this.getPossibleRaw(node); + const opts = this.format.jsescOption; + const value = node.value + ""; + + if (opts.numbers) { + this.number(_jsesc(node.value, opts)); + } else if (raw == null) { + this.number(value); + } else if (this.format.minified) { + this.number(raw.length < value.length ? raw : value); + } else { + this.number(raw); + } +} + +function StringLiteral(node) { + const raw = this.getPossibleRaw(node); + + if (!this.format.minified && raw !== undefined) { + this.token(raw); + return; + } + + const val = _jsesc(node.value, Object.assign(this.format.jsescOption, this.format.jsonCompatibleStrings && { + json: true + })); + + return this.token(val); +} + +function BigIntLiteral(node) { + const raw = this.getPossibleRaw(node); + + if (!this.format.minified && raw !== undefined) { + this.word(raw); + return; + } + + this.word(node.value + "n"); +} + +function DecimalLiteral(node) { + const raw = this.getPossibleRaw(node); + + if (!this.format.minified && raw !== undefined) { + this.word(raw); + return; + } + + this.word(node.value + "m"); +} + +const validTopicTokenSet = new Set(["^^", "@@", "^", "%", "#"]); + +function TopicReference() { + const { + topicToken + } = this.format; + + if (validTopicTokenSet.has(topicToken)) { + this.token(topicToken); + } else { + const givenTopicTokenJSON = JSON.stringify(topicToken); + const validTopics = Array.from(validTopicTokenSet, v => JSON.stringify(v)); + throw new Error(`The "topicToken" generator option must be one of ` + `${validTopics.join(", ")} (${givenTopicTokenJSON} received instead).`); + } +} + +function PipelineTopicExpression(node) { + this.print(node.expression, node); +} + +function PipelineBareFunction(node) { + this.print(node.callee, node); +} + +function PipelinePrimaryTopicReference() { + this.tokenChar(35); +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/generator/lib/generators/typescript.js b/FantasticAnimals/node_modules/@babel/generator/lib/generators/typescript.js new file mode 100644 index 0000000..c5b71f3 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/generator/lib/generators/typescript.js @@ -0,0 +1,833 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.TSAnyKeyword = TSAnyKeyword; +exports.TSArrayType = TSArrayType; +exports.TSAsExpression = TSAsExpression; +exports.TSBigIntKeyword = TSBigIntKeyword; +exports.TSBooleanKeyword = TSBooleanKeyword; +exports.TSCallSignatureDeclaration = TSCallSignatureDeclaration; +exports.TSConditionalType = TSConditionalType; +exports.TSConstructSignatureDeclaration = TSConstructSignatureDeclaration; +exports.TSConstructorType = TSConstructorType; +exports.TSDeclareFunction = TSDeclareFunction; +exports.TSDeclareMethod = TSDeclareMethod; +exports.TSEnumDeclaration = TSEnumDeclaration; +exports.TSEnumMember = TSEnumMember; +exports.TSExportAssignment = TSExportAssignment; +exports.TSExpressionWithTypeArguments = TSExpressionWithTypeArguments; +exports.TSExternalModuleReference = TSExternalModuleReference; +exports.TSFunctionType = TSFunctionType; +exports.TSImportEqualsDeclaration = TSImportEqualsDeclaration; +exports.TSImportType = TSImportType; +exports.TSIndexSignature = TSIndexSignature; +exports.TSIndexedAccessType = TSIndexedAccessType; +exports.TSInferType = TSInferType; +exports.TSInstantiationExpression = TSInstantiationExpression; +exports.TSInterfaceBody = TSInterfaceBody; +exports.TSInterfaceDeclaration = TSInterfaceDeclaration; +exports.TSIntersectionType = TSIntersectionType; +exports.TSIntrinsicKeyword = TSIntrinsicKeyword; +exports.TSLiteralType = TSLiteralType; +exports.TSMappedType = TSMappedType; +exports.TSMethodSignature = TSMethodSignature; +exports.TSModuleBlock = TSModuleBlock; +exports.TSModuleDeclaration = TSModuleDeclaration; +exports.TSNamedTupleMember = TSNamedTupleMember; +exports.TSNamespaceExportDeclaration = TSNamespaceExportDeclaration; +exports.TSNeverKeyword = TSNeverKeyword; +exports.TSNonNullExpression = TSNonNullExpression; +exports.TSNullKeyword = TSNullKeyword; +exports.TSNumberKeyword = TSNumberKeyword; +exports.TSObjectKeyword = TSObjectKeyword; +exports.TSOptionalType = TSOptionalType; +exports.TSParameterProperty = TSParameterProperty; +exports.TSParenthesizedType = TSParenthesizedType; +exports.TSPropertySignature = TSPropertySignature; +exports.TSQualifiedName = TSQualifiedName; +exports.TSRestType = TSRestType; +exports.TSStringKeyword = TSStringKeyword; +exports.TSSymbolKeyword = TSSymbolKeyword; +exports.TSThisType = TSThisType; +exports.TSTupleType = TSTupleType; +exports.TSTypeAliasDeclaration = TSTypeAliasDeclaration; +exports.TSTypeAnnotation = TSTypeAnnotation; +exports.TSTypeAssertion = TSTypeAssertion; +exports.TSTypeLiteral = TSTypeLiteral; +exports.TSTypeOperator = TSTypeOperator; +exports.TSTypeParameter = TSTypeParameter; +exports.TSTypeParameterDeclaration = exports.TSTypeParameterInstantiation = TSTypeParameterInstantiation; +exports.TSTypePredicate = TSTypePredicate; +exports.TSTypeQuery = TSTypeQuery; +exports.TSTypeReference = TSTypeReference; +exports.TSUndefinedKeyword = TSUndefinedKeyword; +exports.TSUnionType = TSUnionType; +exports.TSUnknownKeyword = TSUnknownKeyword; +exports.TSVoidKeyword = TSVoidKeyword; +exports.tsPrintClassMemberModifiers = tsPrintClassMemberModifiers; +exports.tsPrintFunctionOrConstructorType = tsPrintFunctionOrConstructorType; +exports.tsPrintPropertyOrMethodName = tsPrintPropertyOrMethodName; +exports.tsPrintSignatureDeclarationBase = tsPrintSignatureDeclarationBase; +exports.tsPrintTypeLiteralOrInterfaceBody = tsPrintTypeLiteralOrInterfaceBody; + +function TSTypeAnnotation(node) { + this.tokenChar(58); + this.space(); + if (node.optional) this.tokenChar(63); + this.print(node.typeAnnotation, node); +} + +function TSTypeParameterInstantiation(node, parent) { + this.tokenChar(60); + this.printList(node.params, node, {}); + + if (parent.type === "ArrowFunctionExpression" && node.params.length === 1) { + this.tokenChar(44); + } + + this.tokenChar(62); +} + +function TSTypeParameter(node) { + if (node.in) { + this.word("in"); + this.space(); + } + + if (node.out) { + this.word("out"); + this.space(); + } + + this.word(node.name); + + if (node.constraint) { + this.space(); + this.word("extends"); + this.space(); + this.print(node.constraint, node); + } + + if (node.default) { + this.space(); + this.tokenChar(61); + this.space(); + this.print(node.default, node); + } +} + +function TSParameterProperty(node) { + if (node.accessibility) { + this.word(node.accessibility); + this.space(); + } + + if (node.readonly) { + this.word("readonly"); + this.space(); + } + + this._param(node.parameter); +} + +function TSDeclareFunction(node) { + if (node.declare) { + this.word("declare"); + this.space(); + } + + this._functionHead(node); + + this.tokenChar(59); +} + +function TSDeclareMethod(node) { + this._classMethodHead(node); + + this.tokenChar(59); +} + +function TSQualifiedName(node) { + this.print(node.left, node); + this.tokenChar(46); + this.print(node.right, node); +} + +function TSCallSignatureDeclaration(node) { + this.tsPrintSignatureDeclarationBase(node); + this.tokenChar(59); +} + +function TSConstructSignatureDeclaration(node) { + this.word("new"); + this.space(); + this.tsPrintSignatureDeclarationBase(node); + this.tokenChar(59); +} + +function TSPropertySignature(node) { + const { + readonly, + initializer + } = node; + + if (readonly) { + this.word("readonly"); + this.space(); + } + + this.tsPrintPropertyOrMethodName(node); + this.print(node.typeAnnotation, node); + + if (initializer) { + this.space(); + this.tokenChar(61); + this.space(); + this.print(initializer, node); + } + + this.tokenChar(59); +} + +function tsPrintPropertyOrMethodName(node) { + if (node.computed) { + this.tokenChar(91); + } + + this.print(node.key, node); + + if (node.computed) { + this.tokenChar(93); + } + + if (node.optional) { + this.tokenChar(63); + } +} + +function TSMethodSignature(node) { + const { + kind + } = node; + + if (kind === "set" || kind === "get") { + this.word(kind); + this.space(); + } + + this.tsPrintPropertyOrMethodName(node); + this.tsPrintSignatureDeclarationBase(node); + this.tokenChar(59); +} + +function TSIndexSignature(node) { + const { + readonly, + static: isStatic + } = node; + + if (isStatic) { + this.word("static"); + this.space(); + } + + if (readonly) { + this.word("readonly"); + this.space(); + } + + this.tokenChar(91); + + this._parameters(node.parameters, node); + + this.tokenChar(93); + this.print(node.typeAnnotation, node); + this.tokenChar(59); +} + +function TSAnyKeyword() { + this.word("any"); +} + +function TSBigIntKeyword() { + this.word("bigint"); +} + +function TSUnknownKeyword() { + this.word("unknown"); +} + +function TSNumberKeyword() { + this.word("number"); +} + +function TSObjectKeyword() { + this.word("object"); +} + +function TSBooleanKeyword() { + this.word("boolean"); +} + +function TSStringKeyword() { + this.word("string"); +} + +function TSSymbolKeyword() { + this.word("symbol"); +} + +function TSVoidKeyword() { + this.word("void"); +} + +function TSUndefinedKeyword() { + this.word("undefined"); +} + +function TSNullKeyword() { + this.word("null"); +} + +function TSNeverKeyword() { + this.word("never"); +} + +function TSIntrinsicKeyword() { + this.word("intrinsic"); +} + +function TSThisType() { + this.word("this"); +} + +function TSFunctionType(node) { + this.tsPrintFunctionOrConstructorType(node); +} + +function TSConstructorType(node) { + if (node.abstract) { + this.word("abstract"); + this.space(); + } + + this.word("new"); + this.space(); + this.tsPrintFunctionOrConstructorType(node); +} + +function tsPrintFunctionOrConstructorType(node) { + const { + typeParameters + } = node; + const parameters = node.parameters; + this.print(typeParameters, node); + this.tokenChar(40); + + this._parameters(parameters, node); + + this.tokenChar(41); + this.space(); + this.token("=>"); + this.space(); + const returnType = node.typeAnnotation; + this.print(returnType.typeAnnotation, node); +} + +function TSTypeReference(node) { + this.print(node.typeName, node, true); + this.print(node.typeParameters, node, true); +} + +function TSTypePredicate(node) { + if (node.asserts) { + this.word("asserts"); + this.space(); + } + + this.print(node.parameterName); + + if (node.typeAnnotation) { + this.space(); + this.word("is"); + this.space(); + this.print(node.typeAnnotation.typeAnnotation); + } +} + +function TSTypeQuery(node) { + this.word("typeof"); + this.space(); + this.print(node.exprName); + + if (node.typeParameters) { + this.print(node.typeParameters, node); + } +} + +function TSTypeLiteral(node) { + this.tsPrintTypeLiteralOrInterfaceBody(node.members, node); +} + +function tsPrintTypeLiteralOrInterfaceBody(members, node) { + tsPrintBraced(this, members, node); +} + +function tsPrintBraced(printer, members, node) { + printer.token("{"); + + if (members.length) { + printer.indent(); + printer.newline(); + + for (const member of members) { + printer.print(member, node); + printer.newline(); + } + + printer.dedent(); + printer.rightBrace(); + } else { + printer.token("}"); + } +} + +function TSArrayType(node) { + this.print(node.elementType, node, true); + this.token("[]"); +} + +function TSTupleType(node) { + this.tokenChar(91); + this.printList(node.elementTypes, node); + this.tokenChar(93); +} + +function TSOptionalType(node) { + this.print(node.typeAnnotation, node); + this.tokenChar(63); +} + +function TSRestType(node) { + this.token("..."); + this.print(node.typeAnnotation, node); +} + +function TSNamedTupleMember(node) { + this.print(node.label, node); + if (node.optional) this.tokenChar(63); + this.tokenChar(58); + this.space(); + this.print(node.elementType, node); +} + +function TSUnionType(node) { + tsPrintUnionOrIntersectionType(this, node, "|"); +} + +function TSIntersectionType(node) { + tsPrintUnionOrIntersectionType(this, node, "&"); +} + +function tsPrintUnionOrIntersectionType(printer, node, sep) { + printer.printJoin(node.types, node, { + separator() { + this.space(); + this.token(sep); + this.space(); + } + + }); +} + +function TSConditionalType(node) { + this.print(node.checkType); + this.space(); + this.word("extends"); + this.space(); + this.print(node.extendsType); + this.space(); + this.tokenChar(63); + this.space(); + this.print(node.trueType); + this.space(); + this.tokenChar(58); + this.space(); + this.print(node.falseType); +} + +function TSInferType(node) { + this.token("infer"); + this.space(); + this.print(node.typeParameter); +} + +function TSParenthesizedType(node) { + this.tokenChar(40); + this.print(node.typeAnnotation, node); + this.tokenChar(41); +} + +function TSTypeOperator(node) { + this.word(node.operator); + this.space(); + this.print(node.typeAnnotation, node); +} + +function TSIndexedAccessType(node) { + this.print(node.objectType, node, true); + this.tokenChar(91); + this.print(node.indexType, node); + this.tokenChar(93); +} + +function TSMappedType(node) { + const { + nameType, + optional, + readonly, + typeParameter + } = node; + this.tokenChar(123); + this.space(); + + if (readonly) { + tokenIfPlusMinus(this, readonly); + this.word("readonly"); + this.space(); + } + + this.tokenChar(91); + this.word(typeParameter.name); + this.space(); + this.word("in"); + this.space(); + this.print(typeParameter.constraint, typeParameter); + + if (nameType) { + this.space(); + this.word("as"); + this.space(); + this.print(nameType, node); + } + + this.tokenChar(93); + + if (optional) { + tokenIfPlusMinus(this, optional); + this.tokenChar(63); + } + + this.tokenChar(58); + this.space(); + this.print(node.typeAnnotation, node); + this.space(); + this.tokenChar(125); +} + +function tokenIfPlusMinus(self, tok) { + if (tok !== true) { + self.token(tok); + } +} + +function TSLiteralType(node) { + this.print(node.literal, node); +} + +function TSExpressionWithTypeArguments(node) { + this.print(node.expression, node); + this.print(node.typeParameters, node); +} + +function TSInterfaceDeclaration(node) { + const { + declare, + id, + typeParameters, + extends: extendz, + body + } = node; + + if (declare) { + this.word("declare"); + this.space(); + } + + this.word("interface"); + this.space(); + this.print(id, node); + this.print(typeParameters, node); + + if (extendz != null && extendz.length) { + this.space(); + this.word("extends"); + this.space(); + this.printList(extendz, node); + } + + this.space(); + this.print(body, node); +} + +function TSInterfaceBody(node) { + this.tsPrintTypeLiteralOrInterfaceBody(node.body, node); +} + +function TSTypeAliasDeclaration(node) { + const { + declare, + id, + typeParameters, + typeAnnotation + } = node; + + if (declare) { + this.word("declare"); + this.space(); + } + + this.word("type"); + this.space(); + this.print(id, node); + this.print(typeParameters, node); + this.space(); + this.tokenChar(61); + this.space(); + this.print(typeAnnotation, node); + this.tokenChar(59); +} + +function TSAsExpression(node) { + const { + expression, + typeAnnotation + } = node; + this.print(expression, node); + this.space(); + this.word("as"); + this.space(); + this.print(typeAnnotation, node); +} + +function TSTypeAssertion(node) { + const { + typeAnnotation, + expression + } = node; + this.tokenChar(60); + this.print(typeAnnotation, node); + this.tokenChar(62); + this.space(); + this.print(expression, node); +} + +function TSInstantiationExpression(node) { + this.print(node.expression, node); + this.print(node.typeParameters, node); +} + +function TSEnumDeclaration(node) { + const { + declare, + const: isConst, + id, + members + } = node; + + if (declare) { + this.word("declare"); + this.space(); + } + + if (isConst) { + this.word("const"); + this.space(); + } + + this.word("enum"); + this.space(); + this.print(id, node); + this.space(); + tsPrintBraced(this, members, node); +} + +function TSEnumMember(node) { + const { + id, + initializer + } = node; + this.print(id, node); + + if (initializer) { + this.space(); + this.tokenChar(61); + this.space(); + this.print(initializer, node); + } + + this.tokenChar(44); +} + +function TSModuleDeclaration(node) { + const { + declare, + id + } = node; + + if (declare) { + this.word("declare"); + this.space(); + } + + if (!node.global) { + this.word(id.type === "Identifier" ? "namespace" : "module"); + this.space(); + } + + this.print(id, node); + + if (!node.body) { + this.tokenChar(59); + return; + } + + let body = node.body; + + while (body.type === "TSModuleDeclaration") { + this.tokenChar(46); + this.print(body.id, body); + body = body.body; + } + + this.space(); + this.print(body, node); +} + +function TSModuleBlock(node) { + tsPrintBraced(this, node.body, node); +} + +function TSImportType(node) { + const { + argument, + qualifier, + typeParameters + } = node; + this.word("import"); + this.tokenChar(40); + this.print(argument, node); + this.tokenChar(41); + + if (qualifier) { + this.tokenChar(46); + this.print(qualifier, node); + } + + if (typeParameters) { + this.print(typeParameters, node); + } +} + +function TSImportEqualsDeclaration(node) { + const { + isExport, + id, + moduleReference + } = node; + + if (isExport) { + this.word("export"); + this.space(); + } + + this.word("import"); + this.space(); + this.print(id, node); + this.space(); + this.tokenChar(61); + this.space(); + this.print(moduleReference, node); + this.tokenChar(59); +} + +function TSExternalModuleReference(node) { + this.token("require("); + this.print(node.expression, node); + this.tokenChar(41); +} + +function TSNonNullExpression(node) { + this.print(node.expression, node); + this.tokenChar(33); +} + +function TSExportAssignment(node) { + this.word("export"); + this.space(); + this.tokenChar(61); + this.space(); + this.print(node.expression, node); + this.tokenChar(59); +} + +function TSNamespaceExportDeclaration(node) { + this.word("export"); + this.space(); + this.word("as"); + this.space(); + this.word("namespace"); + this.space(); + this.print(node.id, node); +} + +function tsPrintSignatureDeclarationBase(node) { + const { + typeParameters + } = node; + const parameters = node.parameters; + this.print(typeParameters, node); + this.tokenChar(40); + + this._parameters(parameters, node); + + this.tokenChar(41); + const returnType = node.typeAnnotation; + this.print(returnType, node); +} + +function tsPrintClassMemberModifiers(node) { + const isField = node.type === "ClassAccessorProperty" || node.type === "ClassProperty"; + + if (isField && node.declare) { + this.word("declare"); + this.space(); + } + + if (node.accessibility) { + this.word(node.accessibility); + this.space(); + } + + if (node.static) { + this.word("static"); + this.space(); + } + + if (node.override) { + this.word("override"); + this.space(); + } + + if (node.abstract) { + this.word("abstract"); + this.space(); + } + + if (isField && node.readonly) { + this.word("readonly"); + this.space(); + } +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/generator/lib/index.js b/FantasticAnimals/node_modules/@babel/generator/lib/index.js new file mode 100644 index 0000000..374e36f --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/generator/lib/index.js @@ -0,0 +1,97 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.CodeGenerator = void 0; +exports.default = generate; + +var _sourceMap = require("./source-map"); + +var _printer = require("./printer"); + +class Generator extends _printer.default { + constructor(ast, opts = {}, code) { + const format = normalizeOptions(code, opts); + const map = opts.sourceMaps ? new _sourceMap.default(opts, code) : null; + super(format, map); + this.ast = void 0; + this.ast = ast; + } + + generate() { + return super.generate(this.ast); + } + +} + +function normalizeOptions(code, opts) { + const format = { + auxiliaryCommentBefore: opts.auxiliaryCommentBefore, + auxiliaryCommentAfter: opts.auxiliaryCommentAfter, + shouldPrintComment: opts.shouldPrintComment, + retainLines: opts.retainLines, + retainFunctionParens: opts.retainFunctionParens, + comments: opts.comments == null || opts.comments, + compact: opts.compact, + minified: opts.minified, + concise: opts.concise, + indent: { + adjustMultilineComment: true, + style: " ", + base: 0 + }, + jsescOption: Object.assign({ + quotes: "double", + wrap: true, + minimal: false + }, opts.jsescOption), + recordAndTupleSyntaxType: opts.recordAndTupleSyntaxType, + topicToken: opts.topicToken + }; + { + format.decoratorsBeforeExport = !!opts.decoratorsBeforeExport; + format.jsonCompatibleStrings = opts.jsonCompatibleStrings; + } + + if (format.minified) { + format.compact = true; + + format.shouldPrintComment = format.shouldPrintComment || (() => format.comments); + } else { + format.shouldPrintComment = format.shouldPrintComment || (value => format.comments || value.includes("@license") || value.includes("@preserve")); + } + + if (format.compact === "auto") { + format.compact = code.length > 500000; + + if (format.compact) { + console.error("[BABEL] Note: The code generator has deoptimised the styling of " + `${opts.filename} as it exceeds the max of ${"500KB"}.`); + } + } + + if (format.compact) { + format.indent.adjustMultilineComment = false; + } + + return format; +} + +class CodeGenerator { + constructor(ast, opts, code) { + this._generator = void 0; + this._generator = new Generator(ast, opts, code); + } + + generate() { + return this._generator.generate(); + } + +} + +exports.CodeGenerator = CodeGenerator; + +function generate(ast, opts, code) { + const gen = new Generator(ast, opts, code); + return gen.generate(); +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/generator/lib/node/index.js b/FantasticAnimals/node_modules/@babel/generator/lib/node/index.js new file mode 100644 index 0000000..cdb1bfb --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/generator/lib/node/index.js @@ -0,0 +1,99 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.needsParens = needsParens; +exports.needsWhitespace = needsWhitespace; +exports.needsWhitespaceAfter = needsWhitespaceAfter; +exports.needsWhitespaceBefore = needsWhitespaceBefore; + +var whitespace = require("./whitespace"); + +var parens = require("./parentheses"); + +var _t = require("@babel/types"); + +const { + FLIPPED_ALIAS_KEYS, + isCallExpression, + isExpressionStatement, + isMemberExpression, + isNewExpression +} = _t; + +function expandAliases(obj) { + const newObj = {}; + + function add(type, func) { + const fn = newObj[type]; + newObj[type] = fn ? function (node, parent, stack) { + const result = fn(node, parent, stack); + return result == null ? func(node, parent, stack) : result; + } : func; + } + + for (const type of Object.keys(obj)) { + const aliases = FLIPPED_ALIAS_KEYS[type]; + + if (aliases) { + for (const alias of aliases) { + add(alias, obj[type]); + } + } else { + add(type, obj[type]); + } + } + + return newObj; +} + +const expandedParens = expandAliases(parens); +const expandedWhitespaceNodes = expandAliases(whitespace.nodes); + +function find(obj, node, parent, printStack) { + const fn = obj[node.type]; + return fn ? fn(node, parent, printStack) : null; +} + +function isOrHasCallExpression(node) { + if (isCallExpression(node)) { + return true; + } + + return isMemberExpression(node) && isOrHasCallExpression(node.object); +} + +function needsWhitespace(node, parent, type) { + if (!node) return false; + + if (isExpressionStatement(node)) { + node = node.expression; + } + + const flag = find(expandedWhitespaceNodes, node, parent); + + if (typeof flag === "number") { + return (flag & type) !== 0; + } + + return false; +} + +function needsWhitespaceBefore(node, parent) { + return needsWhitespace(node, parent, 1); +} + +function needsWhitespaceAfter(node, parent) { + return needsWhitespace(node, parent, 2); +} + +function needsParens(node, parent, printStack) { + if (!parent) return false; + + if (isNewExpression(parent) && parent.callee === node) { + if (isOrHasCallExpression(node)) return true; + } + + return find(expandedParens, node, parent, printStack); +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/generator/lib/node/parentheses.js b/FantasticAnimals/node_modules/@babel/generator/lib/node/parentheses.js new file mode 100644 index 0000000..42a4253 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/generator/lib/node/parentheses.js @@ -0,0 +1,346 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.ArrowFunctionExpression = ArrowFunctionExpression; +exports.AssignmentExpression = AssignmentExpression; +exports.Binary = Binary; +exports.BinaryExpression = BinaryExpression; +exports.ClassExpression = ClassExpression; +exports.ConditionalExpression = ConditionalExpression; +exports.DoExpression = DoExpression; +exports.FunctionExpression = FunctionExpression; +exports.FunctionTypeAnnotation = FunctionTypeAnnotation; +exports.Identifier = Identifier; +exports.LogicalExpression = LogicalExpression; +exports.NullableTypeAnnotation = NullableTypeAnnotation; +exports.ObjectExpression = ObjectExpression; +exports.OptionalIndexedAccessType = OptionalIndexedAccessType; +exports.OptionalCallExpression = exports.OptionalMemberExpression = OptionalMemberExpression; +exports.SequenceExpression = SequenceExpression; +exports.TSAsExpression = TSAsExpression; +exports.TSInferType = TSInferType; +exports.TSInstantiationExpression = TSInstantiationExpression; +exports.TSTypeAssertion = TSTypeAssertion; +exports.TSIntersectionType = exports.TSUnionType = TSUnionType; +exports.UnaryLike = UnaryLike; +exports.IntersectionTypeAnnotation = exports.UnionTypeAnnotation = UnionTypeAnnotation; +exports.UpdateExpression = UpdateExpression; +exports.AwaitExpression = exports.YieldExpression = YieldExpression; + +var _t = require("@babel/types"); + +const { + isArrayTypeAnnotation, + isArrowFunctionExpression, + isAssignmentExpression, + isAwaitExpression, + isBinary, + isBinaryExpression, + isUpdateExpression, + isCallExpression, + isClass, + isClassExpression, + isConditional, + isConditionalExpression, + isExportDeclaration, + isExportDefaultDeclaration, + isExpressionStatement, + isFor, + isForInStatement, + isForOfStatement, + isForStatement, + isFunctionExpression, + isIfStatement, + isIndexedAccessType, + isIntersectionTypeAnnotation, + isLogicalExpression, + isMemberExpression, + isNewExpression, + isNullableTypeAnnotation, + isObjectPattern, + isOptionalCallExpression, + isOptionalMemberExpression, + isReturnStatement, + isSequenceExpression, + isSwitchStatement, + isTSArrayType, + isTSAsExpression, + isTSInstantiationExpression, + isTSIntersectionType, + isTSNonNullExpression, + isTSOptionalType, + isTSRestType, + isTSTypeAssertion, + isTSUnionType, + isTaggedTemplateExpression, + isThrowStatement, + isTypeAnnotation, + isUnaryLike, + isUnionTypeAnnotation, + isVariableDeclarator, + isWhileStatement, + isYieldExpression +} = _t; +const PRECEDENCE = { + "||": 0, + "??": 0, + "|>": 0, + "&&": 1, + "|": 2, + "^": 3, + "&": 4, + "==": 5, + "===": 5, + "!=": 5, + "!==": 5, + "<": 6, + ">": 6, + "<=": 6, + ">=": 6, + in: 6, + instanceof: 6, + ">>": 7, + "<<": 7, + ">>>": 7, + "+": 8, + "-": 8, + "*": 9, + "/": 9, + "%": 9, + "**": 10 +}; + +const isClassExtendsClause = (node, parent) => isClass(parent, { + superClass: node +}); + +const hasPostfixPart = (node, parent) => (isMemberExpression(parent) || isOptionalMemberExpression(parent)) && parent.object === node || (isCallExpression(parent) || isOptionalCallExpression(parent) || isNewExpression(parent)) && parent.callee === node || isTaggedTemplateExpression(parent) && parent.tag === node || isTSNonNullExpression(parent); + +function NullableTypeAnnotation(node, parent) { + return isArrayTypeAnnotation(parent); +} + +function FunctionTypeAnnotation(node, parent, printStack) { + if (printStack.length < 3) return; + return isUnionTypeAnnotation(parent) || isIntersectionTypeAnnotation(parent) || isArrayTypeAnnotation(parent) || isTypeAnnotation(parent) && isArrowFunctionExpression(printStack[printStack.length - 3]); +} + +function UpdateExpression(node, parent) { + return hasPostfixPart(node, parent) || isClassExtendsClause(node, parent); +} + +function ObjectExpression(node, parent, printStack) { + return isFirstInContext(printStack, 1 | 2); +} + +function DoExpression(node, parent, printStack) { + return !node.async && isFirstInContext(printStack, 1); +} + +function Binary(node, parent) { + if (node.operator === "**" && isBinaryExpression(parent, { + operator: "**" + })) { + return parent.left === node; + } + + if (isClassExtendsClause(node, parent)) { + return true; + } + + if (hasPostfixPart(node, parent) || isUnaryLike(parent) || isAwaitExpression(parent)) { + return true; + } + + if (isBinary(parent)) { + const parentOp = parent.operator; + const parentPos = PRECEDENCE[parentOp]; + const nodeOp = node.operator; + const nodePos = PRECEDENCE[nodeOp]; + + if (parentPos === nodePos && parent.right === node && !isLogicalExpression(parent) || parentPos > nodePos) { + return true; + } + } +} + +function UnionTypeAnnotation(node, parent) { + return isArrayTypeAnnotation(parent) || isNullableTypeAnnotation(parent) || isIntersectionTypeAnnotation(parent) || isUnionTypeAnnotation(parent); +} + +function OptionalIndexedAccessType(node, parent) { + return isIndexedAccessType(parent, { + objectType: node + }); +} + +function TSAsExpression() { + return true; +} + +function TSTypeAssertion() { + return true; +} + +function TSUnionType(node, parent) { + return isTSArrayType(parent) || isTSOptionalType(parent) || isTSIntersectionType(parent) || isTSUnionType(parent) || isTSRestType(parent); +} + +function TSInferType(node, parent) { + return isTSArrayType(parent) || isTSOptionalType(parent); +} + +function TSInstantiationExpression(node, parent) { + return (isCallExpression(parent) || isOptionalCallExpression(parent) || isNewExpression(parent) || isTSInstantiationExpression(parent)) && !!parent.typeParameters; +} + +function BinaryExpression(node, parent) { + return node.operator === "in" && (isVariableDeclarator(parent) || isFor(parent)); +} + +function SequenceExpression(node, parent) { + if (isForStatement(parent) || isThrowStatement(parent) || isReturnStatement(parent) || isIfStatement(parent) && parent.test === node || isWhileStatement(parent) && parent.test === node || isForInStatement(parent) && parent.right === node || isSwitchStatement(parent) && parent.discriminant === node || isExpressionStatement(parent) && parent.expression === node) { + return false; + } + + return true; +} + +function YieldExpression(node, parent) { + return isBinary(parent) || isUnaryLike(parent) || hasPostfixPart(node, parent) || isAwaitExpression(parent) && isYieldExpression(node) || isConditionalExpression(parent) && node === parent.test || isClassExtendsClause(node, parent); +} + +function ClassExpression(node, parent, printStack) { + return isFirstInContext(printStack, 1 | 4); +} + +function UnaryLike(node, parent) { + return hasPostfixPart(node, parent) || isBinaryExpression(parent, { + operator: "**", + left: node + }) || isClassExtendsClause(node, parent); +} + +function FunctionExpression(node, parent, printStack) { + return isFirstInContext(printStack, 1 | 4); +} + +function ArrowFunctionExpression(node, parent) { + return isExportDeclaration(parent) || ConditionalExpression(node, parent); +} + +function ConditionalExpression(node, parent) { + if (isUnaryLike(parent) || isBinary(parent) || isConditionalExpression(parent, { + test: node + }) || isAwaitExpression(parent) || isTSTypeAssertion(parent) || isTSAsExpression(parent)) { + return true; + } + + return UnaryLike(node, parent); +} + +function OptionalMemberExpression(node, parent) { + return isCallExpression(parent, { + callee: node + }) || isMemberExpression(parent, { + object: node + }); +} + +function AssignmentExpression(node, parent) { + if (isObjectPattern(node.left)) { + return true; + } else { + return ConditionalExpression(node, parent); + } +} + +function LogicalExpression(node, parent) { + switch (node.operator) { + case "||": + if (!isLogicalExpression(parent)) return false; + return parent.operator === "??" || parent.operator === "&&"; + + case "&&": + return isLogicalExpression(parent, { + operator: "??" + }); + + case "??": + return isLogicalExpression(parent) && parent.operator !== "??"; + } +} + +function Identifier(node, parent, printStack) { + var _node$extra; + + if ((_node$extra = node.extra) != null && _node$extra.parenthesized && isAssignmentExpression(parent, { + left: node + }) && (isFunctionExpression(parent.right) || isClassExpression(parent.right)) && parent.right.id == null) { + return true; + } + + if (node.name === "let") { + const isFollowedByBracket = isMemberExpression(parent, { + object: node, + computed: true + }) || isOptionalMemberExpression(parent, { + object: node, + computed: true, + optional: false + }); + return isFirstInContext(printStack, isFollowedByBracket ? 1 | 8 | 16 | 32 : 32); + } + + return node.name === "async" && isForOfStatement(parent) && node === parent.left; +} + +function isFirstInContext(printStack, checkParam) { + const expressionStatement = checkParam & 1; + const arrowBody = checkParam & 2; + const exportDefault = checkParam & 4; + const forHead = checkParam & 8; + const forInHead = checkParam & 16; + const forOfHead = checkParam & 32; + let i = printStack.length - 1; + if (i <= 0) return; + let node = printStack[i]; + i--; + let parent = printStack[i]; + + while (i >= 0) { + if (expressionStatement && isExpressionStatement(parent, { + expression: node + }) || exportDefault && isExportDefaultDeclaration(parent, { + declaration: node + }) || arrowBody && isArrowFunctionExpression(parent, { + body: node + }) || forHead && isForStatement(parent, { + init: node + }) || forInHead && isForInStatement(parent, { + left: node + }) || forOfHead && isForOfStatement(parent, { + left: node + })) { + return true; + } + + if (i > 0 && (hasPostfixPart(node, parent) && !isNewExpression(parent) || isSequenceExpression(parent) && parent.expressions[0] === node || isUpdateExpression(parent) && !parent.prefix || isConditional(parent, { + test: node + }) || isBinary(parent, { + left: node + }) || isAssignmentExpression(parent, { + left: node + }))) { + node = parent; + i--; + parent = printStack[i]; + } else { + return false; + } + } + + return false; +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/generator/lib/node/whitespace.js b/FantasticAnimals/node_modules/@babel/generator/lib/node/whitespace.js new file mode 100644 index 0000000..60dd7be --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/generator/lib/node/whitespace.js @@ -0,0 +1,174 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.nodes = void 0; + +var _t = require("@babel/types"); + +const { + FLIPPED_ALIAS_KEYS, + isArrayExpression, + isAssignmentExpression, + isBinary, + isBlockStatement, + isCallExpression, + isFunction, + isIdentifier, + isLiteral, + isMemberExpression, + isObjectExpression, + isOptionalCallExpression, + isOptionalMemberExpression, + isStringLiteral +} = _t; + +function crawlInternal(node, state) { + if (!node) return state; + + if (isMemberExpression(node) || isOptionalMemberExpression(node)) { + crawlInternal(node.object, state); + if (node.computed) crawlInternal(node.property, state); + } else if (isBinary(node) || isAssignmentExpression(node)) { + crawlInternal(node.left, state); + crawlInternal(node.right, state); + } else if (isCallExpression(node) || isOptionalCallExpression(node)) { + state.hasCall = true; + crawlInternal(node.callee, state); + } else if (isFunction(node)) { + state.hasFunction = true; + } else if (isIdentifier(node)) { + state.hasHelper = state.hasHelper || node.callee && isHelper(node.callee); + } + + return state; +} + +function crawl(node) { + return crawlInternal(node, { + hasCall: false, + hasFunction: false, + hasHelper: false + }); +} + +function isHelper(node) { + if (!node) return false; + + if (isMemberExpression(node)) { + return isHelper(node.object) || isHelper(node.property); + } else if (isIdentifier(node)) { + return node.name === "require" || node.name.charCodeAt(0) === 95; + } else if (isCallExpression(node)) { + return isHelper(node.callee); + } else if (isBinary(node) || isAssignmentExpression(node)) { + return isIdentifier(node.left) && isHelper(node.left) || isHelper(node.right); + } else { + return false; + } +} + +function isType(node) { + return isLiteral(node) || isObjectExpression(node) || isArrayExpression(node) || isIdentifier(node) || isMemberExpression(node); +} + +const nodes = { + AssignmentExpression(node) { + const state = crawl(node.right); + + if (state.hasCall && state.hasHelper || state.hasFunction) { + return state.hasFunction ? 1 | 2 : 2; + } + }, + + SwitchCase(node, parent) { + return (!!node.consequent.length || parent.cases[0] === node ? 1 : 0) | (!node.consequent.length && parent.cases[parent.cases.length - 1] === node ? 2 : 0); + }, + + LogicalExpression(node) { + if (isFunction(node.left) || isFunction(node.right)) { + return 2; + } + }, + + Literal(node) { + if (isStringLiteral(node) && node.value === "use strict") { + return 2; + } + }, + + CallExpression(node) { + if (isFunction(node.callee) || isHelper(node)) { + return 1 | 2; + } + }, + + OptionalCallExpression(node) { + if (isFunction(node.callee)) { + return 1 | 2; + } + }, + + VariableDeclaration(node) { + for (let i = 0; i < node.declarations.length; i++) { + const declar = node.declarations[i]; + let enabled = isHelper(declar.id) && !isType(declar.init); + + if (!enabled && declar.init) { + const state = crawl(declar.init); + enabled = isHelper(declar.init) && state.hasCall || state.hasFunction; + } + + if (enabled) { + return 1 | 2; + } + } + }, + + IfStatement(node) { + if (isBlockStatement(node.consequent)) { + return 1 | 2; + } + } + +}; +exports.nodes = nodes; + +nodes.ObjectProperty = nodes.ObjectTypeProperty = nodes.ObjectMethod = function (node, parent) { + if (parent.properties[0] === node) { + return 1; + } +}; + +nodes.ObjectTypeCallProperty = function (node, parent) { + var _parent$properties; + + if (parent.callProperties[0] === node && !((_parent$properties = parent.properties) != null && _parent$properties.length)) { + return 1; + } +}; + +nodes.ObjectTypeIndexer = function (node, parent) { + var _parent$properties2, _parent$callPropertie; + + if (parent.indexers[0] === node && !((_parent$properties2 = parent.properties) != null && _parent$properties2.length) && !((_parent$callPropertie = parent.callProperties) != null && _parent$callPropertie.length)) { + return 1; + } +}; + +nodes.ObjectTypeInternalSlot = function (node, parent) { + var _parent$properties3, _parent$callPropertie2, _parent$indexers; + + if (parent.internalSlots[0] === node && !((_parent$properties3 = parent.properties) != null && _parent$properties3.length) && !((_parent$callPropertie2 = parent.callProperties) != null && _parent$callPropertie2.length) && !((_parent$indexers = parent.indexers) != null && _parent$indexers.length)) { + return 1; + } +}; + +[["Function", true], ["Class", true], ["Loop", true], ["LabeledStatement", true], ["SwitchStatement", true], ["TryStatement", true]].forEach(function ([type, amounts]) { + [type].concat(FLIPPED_ALIAS_KEYS[type] || []).forEach(function (type) { + const ret = amounts ? 1 | 2 : 0; + + nodes[type] = () => ret; + }); +}); \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/generator/lib/printer.js b/FantasticAnimals/node_modules/@babel/generator/lib/printer.js new file mode 100644 index 0000000..8d33734 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/generator/lib/printer.js @@ -0,0 +1,614 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = void 0; + +var _buffer = require("./buffer"); + +var n = require("./node"); + +var generatorFunctions = require("./generators"); + +const SCIENTIFIC_NOTATION = /e/i; +const ZERO_DECIMAL_INTEGER = /\.0+$/; +const NON_DECIMAL_LITERAL = /^0[box]/; +const PURE_ANNOTATION_RE = /^\s*[@#]__PURE__\s*$/; +const { + needsParens, + needsWhitespaceAfter, + needsWhitespaceBefore +} = n; + +class Printer { + constructor(format, map) { + this.inForStatementInitCounter = 0; + this._printStack = []; + this._indent = 0; + this._indentChar = 0; + this._indentRepeat = 0; + this._insideAux = false; + this._parenPushNewlineState = null; + this._noLineTerminator = false; + this._printAuxAfterOnNextUserNode = false; + this._printedComments = new Set(); + this._endsWithInteger = false; + this._endsWithWord = false; + this.format = format; + this._buf = new _buffer.default(map); + this._indentChar = format.indent.style.charCodeAt(0); + this._indentRepeat = format.indent.style.length; + } + + generate(ast) { + this.print(ast); + + this._maybeAddAuxComment(); + + return this._buf.get(); + } + + indent() { + if (this.format.compact || this.format.concise) return; + this._indent++; + } + + dedent() { + if (this.format.compact || this.format.concise) return; + this._indent--; + } + + semicolon(force = false) { + this._maybeAddAuxComment(); + + if (force) { + this._appendChar(59); + } else { + this._queue(59); + } + } + + rightBrace() { + if (this.format.minified) { + this._buf.removeLastSemicolon(); + } + + this.tokenChar(125); + } + + space(force = false) { + if (this.format.compact) return; + + if (force) { + this._space(); + } else if (this._buf.hasContent()) { + const lastCp = this.getLastChar(); + + if (lastCp !== 32 && lastCp !== 10) { + this._space(); + } + } + } + + word(str) { + if (this._endsWithWord || str.charCodeAt(0) === 47 && this.endsWith(47)) { + this._space(); + } + + this._maybeAddAuxComment(); + + this._append(str, false); + + this._endsWithWord = true; + } + + number(str) { + this.word(str); + this._endsWithInteger = Number.isInteger(+str) && !NON_DECIMAL_LITERAL.test(str) && !SCIENTIFIC_NOTATION.test(str) && !ZERO_DECIMAL_INTEGER.test(str) && str.charCodeAt(str.length - 1) !== 46; + } + + token(str, maybeNewline = false) { + const lastChar = this.getLastChar(); + const strFirst = str.charCodeAt(0); + + if (lastChar === 33 && str === "--" || strFirst === 43 && lastChar === 43 || strFirst === 45 && lastChar === 45 || strFirst === 46 && this._endsWithInteger) { + this._space(); + } + + this._maybeAddAuxComment(); + + this._append(str, maybeNewline); + } + + tokenChar(char) { + const lastChar = this.getLastChar(); + + if (char === 43 && lastChar === 43 || char === 45 && lastChar === 45 || char === 46 && this._endsWithInteger) { + this._space(); + } + + this._maybeAddAuxComment(); + + this._appendChar(char); + } + + newline(i = 1) { + if (this.format.retainLines || this.format.compact) return; + + if (this.format.concise) { + this.space(); + return; + } + + const charBeforeNewline = this.endsWithCharAndNewline(); + if (charBeforeNewline === 10) return; + + if (charBeforeNewline === 123 || charBeforeNewline === 58) { + i--; + } + + if (i <= 0) return; + + for (let j = 0; j < i; j++) { + this._newline(); + } + } + + endsWith(char) { + return this.getLastChar() === char; + } + + getLastChar() { + return this._buf.getLastChar(); + } + + endsWithCharAndNewline() { + return this._buf.endsWithCharAndNewline(); + } + + removeTrailingNewline() { + this._buf.removeTrailingNewline(); + } + + exactSource(loc, cb) { + this._catchUp("start", loc); + + this._buf.exactSource(loc, cb); + } + + source(prop, loc) { + this._catchUp(prop, loc); + + this._buf.source(prop, loc); + } + + withSource(prop, loc, cb) { + this._catchUp(prop, loc); + + this._buf.withSource(prop, loc, cb); + } + + _space() { + this._queue(32); + } + + _newline() { + this._queue(10); + } + + _append(str, maybeNewline) { + this._maybeAddParen(str); + + this._maybeIndent(str.charCodeAt(0)); + + this._buf.append(str, maybeNewline); + + this._endsWithWord = false; + this._endsWithInteger = false; + } + + _appendChar(char) { + this._maybeAddParenChar(char); + + this._maybeIndent(char); + + this._buf.appendChar(char); + + this._endsWithWord = false; + this._endsWithInteger = false; + } + + _queue(char) { + this._maybeAddParenChar(char); + + this._maybeIndent(char); + + this._buf.queue(char); + + this._endsWithWord = false; + this._endsWithInteger = false; + } + + _maybeIndent(firstChar) { + if (this._indent && firstChar !== 10 && this.endsWith(10)) { + this._buf.queueIndentation(this._indentChar, this._getIndent()); + } + } + + _maybeAddParenChar(char) { + const parenPushNewlineState = this._parenPushNewlineState; + if (!parenPushNewlineState) return; + + if (char === 32) { + return; + } + + if (char !== 10) { + this._parenPushNewlineState = null; + return; + } + + this.tokenChar(40); + this.indent(); + parenPushNewlineState.printed = true; + } + + _maybeAddParen(str) { + const parenPushNewlineState = this._parenPushNewlineState; + if (!parenPushNewlineState) return; + const len = str.length; + let i; + + for (i = 0; i < len && str.charCodeAt(i) === 32; i++) continue; + + if (i === len) { + return; + } + + const cha = str.charCodeAt(i); + + if (cha !== 10) { + if (cha !== 47 || i + 1 === len) { + this._parenPushNewlineState = null; + return; + } + + const chaPost = str.charCodeAt(i + 1); + + if (chaPost === 42) { + if (PURE_ANNOTATION_RE.test(str.slice(i + 2, len - 2))) { + return; + } + } else if (chaPost !== 47) { + this._parenPushNewlineState = null; + return; + } + } + + this.tokenChar(40); + this.indent(); + parenPushNewlineState.printed = true; + } + + _catchUp(prop, loc) { + if (!this.format.retainLines) return; + const pos = loc ? loc[prop] : null; + + if ((pos == null ? void 0 : pos.line) != null) { + const count = pos.line - this._buf.getCurrentLine(); + + for (let i = 0; i < count; i++) { + this._newline(); + } + } + } + + _getIndent() { + return this._indentRepeat * this._indent; + } + + printTerminatorless(node, parent, isLabel) { + if (isLabel) { + this._noLineTerminator = true; + this.print(node, parent); + this._noLineTerminator = false; + } else { + const terminatorState = { + printed: false + }; + this._parenPushNewlineState = terminatorState; + this.print(node, parent); + + if (terminatorState.printed) { + this.dedent(); + this.newline(); + this.tokenChar(41); + } + } + } + + print(node, parent, noLineTerminator) { + if (!node) return; + const nodeType = node.type; + const format = this.format; + const oldConcise = format.concise; + + if (node._compact) { + format.concise = true; + } + + const printMethod = this[nodeType]; + + if (printMethod === undefined) { + throw new ReferenceError(`unknown node of type ${JSON.stringify(nodeType)} with constructor ${JSON.stringify(node.constructor.name)}`); + } + + this._printStack.push(node); + + const oldInAux = this._insideAux; + this._insideAux = node.loc == undefined; + + this._maybeAddAuxComment(this._insideAux && !oldInAux); + + let shouldPrintParens; + + if (format.retainFunctionParens && nodeType === "FunctionExpression" && node.extra && node.extra.parenthesized) { + shouldPrintParens = true; + } else { + shouldPrintParens = needsParens(node, parent, this._printStack); + } + + if (shouldPrintParens) this.tokenChar(40); + + this._printLeadingComments(node); + + const loc = nodeType === "Program" || nodeType === "File" ? null : node.loc; + this.withSource("start", loc, printMethod.bind(this, node, parent)); + + if (noLineTerminator && !this._noLineTerminator) { + this._noLineTerminator = true; + + this._printTrailingComments(node); + + this._noLineTerminator = false; + } else { + this._printTrailingComments(node); + } + + if (shouldPrintParens) this.tokenChar(41); + + this._printStack.pop(); + + format.concise = oldConcise; + this._insideAux = oldInAux; + } + + _maybeAddAuxComment(enteredPositionlessNode) { + if (enteredPositionlessNode) this._printAuxBeforeComment(); + if (!this._insideAux) this._printAuxAfterComment(); + } + + _printAuxBeforeComment() { + if (this._printAuxAfterOnNextUserNode) return; + this._printAuxAfterOnNextUserNode = true; + const comment = this.format.auxiliaryCommentBefore; + + if (comment) { + this._printComment({ + type: "CommentBlock", + value: comment + }); + } + } + + _printAuxAfterComment() { + if (!this._printAuxAfterOnNextUserNode) return; + this._printAuxAfterOnNextUserNode = false; + const comment = this.format.auxiliaryCommentAfter; + + if (comment) { + this._printComment({ + type: "CommentBlock", + value: comment + }); + } + } + + getPossibleRaw(node) { + const extra = node.extra; + + if (extra && extra.raw != null && extra.rawValue != null && node.value === extra.rawValue) { + return extra.raw; + } + } + + printJoin(nodes, parent, opts = {}) { + if (!(nodes != null && nodes.length)) return; + if (opts.indent) this.indent(); + const newlineOpts = { + addNewlines: opts.addNewlines + }; + const len = nodes.length; + + for (let i = 0; i < len; i++) { + const node = nodes[i]; + if (!node) continue; + if (opts.statement) this._printNewline(true, node, parent, newlineOpts); + this.print(node, parent); + + if (opts.iterator) { + opts.iterator(node, i); + } + + if (opts.separator && i < len - 1) { + opts.separator.call(this); + } + + if (opts.statement) this._printNewline(false, node, parent, newlineOpts); + } + + if (opts.indent) this.dedent(); + } + + printAndIndentOnComments(node, parent) { + const indent = node.leadingComments && node.leadingComments.length > 0; + if (indent) this.indent(); + this.print(node, parent); + if (indent) this.dedent(); + } + + printBlock(parent) { + const node = parent.body; + + if (node.type !== "EmptyStatement") { + this.space(); + } + + this.print(node, parent); + } + + _printTrailingComments(node) { + this._printComments(this._getComments(false, node)); + } + + _printLeadingComments(node) { + this._printComments(this._getComments(true, node), true); + } + + printInnerComments(node, indent = true) { + var _node$innerComments; + + if (!((_node$innerComments = node.innerComments) != null && _node$innerComments.length)) return; + if (indent) this.indent(); + + this._printComments(node.innerComments); + + if (indent) this.dedent(); + } + + printSequence(nodes, parent, opts = {}) { + opts.statement = true; + return this.printJoin(nodes, parent, opts); + } + + printList(items, parent, opts = {}) { + if (opts.separator == null) { + opts.separator = commaSeparator; + } + + return this.printJoin(items, parent, opts); + } + + _printNewline(leading, node, parent, opts) { + if (this.format.retainLines || this.format.compact) return; + + if (this.format.concise) { + this.space(); + return; + } + + let lines = 0; + + if (this._buf.hasContent()) { + if (!leading) lines++; + if (opts.addNewlines) lines += opts.addNewlines(leading, node) || 0; + const needs = leading ? needsWhitespaceBefore : needsWhitespaceAfter; + if (needs(node, parent)) lines++; + } + + this.newline(Math.min(2, lines)); + } + + _getComments(leading, node) { + return node && (leading ? node.leadingComments : node.trailingComments) || null; + } + + _printComment(comment, skipNewLines) { + if (comment.ignore) return; + if (this._printedComments.has(comment)) return; + if (!this.format.shouldPrintComment(comment.value)) return; + + this._printedComments.add(comment); + + const isBlockComment = comment.type === "CommentBlock"; + const printNewLines = isBlockComment && !skipNewLines && !this._noLineTerminator; + if (printNewLines && this._buf.hasContent()) this.newline(1); + const lastCharCode = this.getLastChar(); + + if (lastCharCode !== 91 && lastCharCode !== 123) { + this.space(); + } + + let val; + let maybeNewline = false; + + if (isBlockComment) { + val = `/*${comment.value}*/`; + + if (this.format.indent.adjustMultilineComment) { + var _comment$loc; + + const offset = (_comment$loc = comment.loc) == null ? void 0 : _comment$loc.start.column; + + if (offset) { + const newlineRegex = new RegExp("\\n\\s{1," + offset + "}", "g"); + val = val.replace(newlineRegex, "\n"); + } + + const indentSize = Math.max(this._getIndent(), this.format.retainLines ? 0 : this._buf.getCurrentColumn()); + val = val.replace(/\n(?!$)/g, `\n${" ".repeat(indentSize)}`); + maybeNewline = true; + } + } else if (!this._noLineTerminator) { + val = `//${comment.value}\n`; + maybeNewline = true; + } else { + val = `/*${comment.value}*/`; + } + + if (this.endsWith(47)) this._space(); + this.withSource("start", comment.loc, this._append.bind(this, val, maybeNewline)); + if (printNewLines) this.newline(1); + } + + _printComments(comments, inlinePureAnnotation) { + if (!(comments != null && comments.length)) return; + + if (inlinePureAnnotation && comments.length === 1 && PURE_ANNOTATION_RE.test(comments[0].value)) { + this._printComment(comments[0], this._buf.hasContent() && !this.endsWith(10)); + } else { + for (const comment of comments) { + this._printComment(comment); + } + } + } + + printAssertions(node) { + var _node$assertions; + + if ((_node$assertions = node.assertions) != null && _node$assertions.length) { + this.space(); + this.word("assert"); + this.space(); + this.tokenChar(123); + this.space(); + this.printList(node.assertions, node); + this.space(); + this.tokenChar(125); + } + } + +} + +Object.assign(Printer.prototype, generatorFunctions); +{ + Printer.prototype.Noop = function Noop() {}; +} +var _default = Printer; +exports.default = _default; + +function commaSeparator() { + this.tokenChar(44); + this.space(); +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/generator/lib/source-map.js b/FantasticAnimals/node_modules/@babel/generator/lib/source-map.js new file mode 100644 index 0000000..e611778 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/generator/lib/source-map.js @@ -0,0 +1,62 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = void 0; + +var _genMapping = require("@jridgewell/gen-mapping"); + +class SourceMap { + constructor(opts, code) { + var _opts$sourceFileName; + + this._map = void 0; + this._rawMappings = void 0; + this._sourceFileName = void 0; + this._lastGenLine = 0; + this._lastSourceLine = 0; + this._lastSourceColumn = 0; + const map = this._map = new _genMapping.GenMapping({ + sourceRoot: opts.sourceRoot + }); + this._sourceFileName = (_opts$sourceFileName = opts.sourceFileName) == null ? void 0 : _opts$sourceFileName.replace(/\\/g, "/"); + this._rawMappings = undefined; + + if (typeof code === "string") { + (0, _genMapping.setSourceContent)(map, this._sourceFileName, code); + } else if (typeof code === "object") { + Object.keys(code).forEach(sourceFileName => { + (0, _genMapping.setSourceContent)(map, sourceFileName.replace(/\\/g, "/"), code[sourceFileName]); + }); + } + } + + get() { + return (0, _genMapping.toEncodedMap)(this._map); + } + + getDecoded() { + return (0, _genMapping.toDecodedMap)(this._map); + } + + getRawMappings() { + return this._rawMappings || (this._rawMappings = (0, _genMapping.allMappings)(this._map)); + } + + mark(generated, line, column, identifierName, filename) { + this._rawMappings = undefined; + (0, _genMapping.maybeAddMapping)(this._map, { + name: identifierName, + generated, + source: line == null ? undefined : (filename == null ? void 0 : filename.replace(/\\/g, "/")) || this._sourceFileName, + original: line == null ? undefined : { + line: line, + column: column + } + }); + } + +} + +exports.default = SourceMap; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/generator/package.json b/FantasticAnimals/node_modules/@babel/generator/package.json new file mode 100644 index 0000000..23ea8ca --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/generator/package.json @@ -0,0 +1,37 @@ +{ + "name": "@babel/generator", + "version": "7.18.13", + "description": "Turns an AST into code.", + "author": "The Babel Team (https://babel.dev/team)", + "license": "MIT", + "publishConfig": { + "access": "public" + }, + "repository": { + "type": "git", + "url": "https://github.com/babel/babel.git", + "directory": "packages/babel-generator" + }, + "homepage": "https://babel.dev/docs/en/next/babel-generator", + "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20generator%22+is%3Aopen", + "main": "./lib/index.js", + "files": [ + "lib" + ], + "dependencies": { + "@babel/types": "^7.18.13", + "@jridgewell/gen-mapping": "^0.3.2", + "jsesc": "^2.5.1" + }, + "devDependencies": { + "@babel/helper-fixtures": "^7.18.6", + "@babel/parser": "^7.18.13", + "@jridgewell/trace-mapping": "^0.3.8", + "@types/jsesc": "^2.5.0", + "charcodes": "^0.2.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "type": "commonjs" +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-annotate-as-pure/LICENSE b/FantasticAnimals/node_modules/@babel/helper-annotate-as-pure/LICENSE new file mode 100644 index 0000000..f31575e --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-annotate-as-pure/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +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/FantasticAnimals/node_modules/@babel/helper-annotate-as-pure/README.md b/FantasticAnimals/node_modules/@babel/helper-annotate-as-pure/README.md new file mode 100644 index 0000000..8663e34 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-annotate-as-pure/README.md @@ -0,0 +1,19 @@ +# @babel/helper-annotate-as-pure + +> Helper function to annotate paths and nodes with #__PURE__ comment + +See our website [@babel/helper-annotate-as-pure](https://babeljs.io/docs/en/babel-helper-annotate-as-pure) for more information. + +## Install + +Using npm: + +```sh +npm install --save @babel/helper-annotate-as-pure +``` + +or using yarn: + +```sh +yarn add @babel/helper-annotate-as-pure +``` diff --git a/FantasticAnimals/node_modules/@babel/helper-annotate-as-pure/lib/index.js b/FantasticAnimals/node_modules/@babel/helper-annotate-as-pure/lib/index.js new file mode 100644 index 0000000..0fcfea5 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-annotate-as-pure/lib/index.js @@ -0,0 +1,27 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = annotateAsPure; + +var _t = require("@babel/types"); + +const { + addComment +} = _t; +const PURE_ANNOTATION = "#__PURE__"; + +const isPureAnnotated = ({ + leadingComments +}) => !!leadingComments && leadingComments.some(comment => /[@#]__PURE__/.test(comment.value)); + +function annotateAsPure(pathOrNode) { + const node = pathOrNode["node"] || pathOrNode; + + if (isPureAnnotated(node)) { + return; + } + + addComment(node, "leading", PURE_ANNOTATION); +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-annotate-as-pure/package.json b/FantasticAnimals/node_modules/@babel/helper-annotate-as-pure/package.json new file mode 100644 index 0000000..32f4521 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-annotate-as-pure/package.json @@ -0,0 +1,24 @@ +{ + "name": "@babel/helper-annotate-as-pure", + "version": "7.18.6", + "description": "Helper function to annotate paths and nodes with #__PURE__ comment", + "repository": { + "type": "git", + "url": "https://github.com/babel/babel.git", + "directory": "packages/babel-helper-annotate-as-pure" + }, + "homepage": "https://babel.dev/docs/en/next/babel-helper-annotate-as-pure", + "license": "MIT", + "publishConfig": { + "access": "public" + }, + "main": "./lib/index.js", + "dependencies": { + "@babel/types": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "author": "The Babel Team (https://babel.dev/team)", + "type": "commonjs" +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-builder-binary-assignment-operator-visitor/LICENSE b/FantasticAnimals/node_modules/@babel/helper-builder-binary-assignment-operator-visitor/LICENSE new file mode 100644 index 0000000..f31575e --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-builder-binary-assignment-operator-visitor/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +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/FantasticAnimals/node_modules/@babel/helper-builder-binary-assignment-operator-visitor/README.md b/FantasticAnimals/node_modules/@babel/helper-builder-binary-assignment-operator-visitor/README.md new file mode 100644 index 0000000..ecdf5bb --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-builder-binary-assignment-operator-visitor/README.md @@ -0,0 +1,19 @@ +# @babel/helper-builder-binary-assignment-operator-visitor + +> Helper function to build binary assignment operator visitors + +See our website [@babel/helper-builder-binary-assignment-operator-visitor](https://babeljs.io/docs/en/babel-helper-builder-binary-assignment-operator-visitor) for more information. + +## Install + +Using npm: + +```sh +npm install --save @babel/helper-builder-binary-assignment-operator-visitor +``` + +or using yarn: + +```sh +yarn add @babel/helper-builder-binary-assignment-operator-visitor +``` diff --git a/FantasticAnimals/node_modules/@babel/helper-builder-binary-assignment-operator-visitor/lib/index.js b/FantasticAnimals/node_modules/@babel/helper-builder-binary-assignment-operator-visitor/lib/index.js new file mode 100644 index 0000000..b0bc8b5 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-builder-binary-assignment-operator-visitor/lib/index.js @@ -0,0 +1,47 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = _default; + +var _helperExplodeAssignableExpression = require("@babel/helper-explode-assignable-expression"); + +var _t = require("@babel/types"); + +const { + assignmentExpression, + sequenceExpression +} = _t; + +function _default(opts) { + const { + build, + operator + } = opts; + const visitor = { + AssignmentExpression(path) { + const { + node, + scope + } = path; + if (node.operator !== operator + "=") return; + const nodes = []; + const exploded = (0, _helperExplodeAssignableExpression.default)(node.left, nodes, this, scope); + nodes.push(assignmentExpression("=", exploded.ref, build(exploded.uid, node.right))); + path.replaceWith(sequenceExpression(nodes)); + }, + + BinaryExpression(path) { + const { + node + } = path; + + if (node.operator === operator) { + path.replaceWith(build(node.left, node.right)); + } + } + + }; + return visitor; +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-builder-binary-assignment-operator-visitor/package.json b/FantasticAnimals/node_modules/@babel/helper-builder-binary-assignment-operator-visitor/package.json new file mode 100644 index 0000000..8938033 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-builder-binary-assignment-operator-visitor/package.json @@ -0,0 +1,25 @@ +{ + "name": "@babel/helper-builder-binary-assignment-operator-visitor", + "version": "7.18.9", + "description": "Helper function to build binary assignment operator visitors", + "repository": { + "type": "git", + "url": "https://github.com/babel/babel.git", + "directory": "packages/babel-helper-builder-binary-assignment-operator-visitor" + }, + "homepage": "https://babel.dev/docs/en/next/babel-helper-builder-binary-assignment-operator-visitor", + "license": "MIT", + "publishConfig": { + "access": "public" + }, + "main": "./lib/index.js", + "dependencies": { + "@babel/helper-explode-assignable-expression": "^7.18.6", + "@babel/types": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "author": "The Babel Team (https://babel.dev/team)", + "type": "commonjs" +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-compilation-targets/LICENSE b/FantasticAnimals/node_modules/@babel/helper-compilation-targets/LICENSE new file mode 100644 index 0000000..f31575e --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-compilation-targets/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +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/FantasticAnimals/node_modules/@babel/helper-compilation-targets/README.md b/FantasticAnimals/node_modules/@babel/helper-compilation-targets/README.md new file mode 100644 index 0000000..29f043b --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-compilation-targets/README.md @@ -0,0 +1,19 @@ +# @babel/helper-compilation-targets + +> Helper functions on Babel compilation targets + +See our website [@babel/helper-compilation-targets](https://babeljs.io/docs/en/babel-helper-compilation-targets) for more information. + +## Install + +Using npm: + +```sh +npm install --save @babel/helper-compilation-targets +``` + +or using yarn: + +```sh +yarn add @babel/helper-compilation-targets +``` diff --git a/FantasticAnimals/node_modules/@babel/helper-compilation-targets/lib/debug.js b/FantasticAnimals/node_modules/@babel/helper-compilation-targets/lib/debug.js new file mode 100644 index 0000000..4e05fdd --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-compilation-targets/lib/debug.js @@ -0,0 +1,33 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.getInclusionReasons = getInclusionReasons; + +var _semver = require("semver"); + +var _pretty = require("./pretty"); + +var _utils = require("./utils"); + +function getInclusionReasons(item, targetVersions, list) { + const minVersions = list[item] || {}; + return Object.keys(targetVersions).reduce((result, env) => { + const minVersion = (0, _utils.getLowestImplementedVersion)(minVersions, env); + const targetVersion = targetVersions[env]; + + if (!minVersion) { + result[env] = (0, _pretty.prettifyVersion)(targetVersion); + } else { + const minIsUnreleased = (0, _utils.isUnreleasedVersion)(minVersion, env); + const targetIsUnreleased = (0, _utils.isUnreleasedVersion)(targetVersion, env); + + if (!targetIsUnreleased && (minIsUnreleased || _semver.lt(targetVersion.toString(), (0, _utils.semverify)(minVersion)))) { + result[env] = (0, _pretty.prettifyVersion)(targetVersion); + } + } + + return result; + }, {}); +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-compilation-targets/lib/filter-items.js b/FantasticAnimals/node_modules/@babel/helper-compilation-targets/lib/filter-items.js new file mode 100644 index 0000000..f47f605 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-compilation-targets/lib/filter-items.js @@ -0,0 +1,88 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = filterItems; +exports.isRequired = isRequired; +exports.targetsSupported = targetsSupported; + +var _semver = require("semver"); + +var _plugins = require("@babel/compat-data/plugins"); + +var _utils = require("./utils"); + +function targetsSupported(target, support) { + const targetEnvironments = Object.keys(target); + + if (targetEnvironments.length === 0) { + return false; + } + + const unsupportedEnvironments = targetEnvironments.filter(environment => { + const lowestImplementedVersion = (0, _utils.getLowestImplementedVersion)(support, environment); + + if (!lowestImplementedVersion) { + return true; + } + + const lowestTargetedVersion = target[environment]; + + if ((0, _utils.isUnreleasedVersion)(lowestTargetedVersion, environment)) { + return false; + } + + if ((0, _utils.isUnreleasedVersion)(lowestImplementedVersion, environment)) { + return true; + } + + if (!_semver.valid(lowestTargetedVersion.toString())) { + throw new Error(`Invalid version passed for target "${environment}": "${lowestTargetedVersion}". ` + "Versions must be in semver format (major.minor.patch)"); + } + + return _semver.gt((0, _utils.semverify)(lowestImplementedVersion), lowestTargetedVersion.toString()); + }); + return unsupportedEnvironments.length === 0; +} + +function isRequired(name, targets, { + compatData = _plugins, + includes, + excludes +} = {}) { + if (excludes != null && excludes.has(name)) return false; + if (includes != null && includes.has(name)) return true; + return !targetsSupported(targets, compatData[name]); +} + +function filterItems(list, includes, excludes, targets, defaultIncludes, defaultExcludes, pluginSyntaxMap) { + const result = new Set(); + const options = { + compatData: list, + includes, + excludes + }; + + for (const item in list) { + if (isRequired(item, targets, options)) { + result.add(item); + } else if (pluginSyntaxMap) { + const shippedProposalsSyntax = pluginSyntaxMap.get(item); + + if (shippedProposalsSyntax) { + result.add(shippedProposalsSyntax); + } + } + } + + if (defaultIncludes) { + defaultIncludes.forEach(item => !excludes.has(item) && result.add(item)); + } + + if (defaultExcludes) { + defaultExcludes.forEach(item => !includes.has(item) && result.delete(item)); + } + + return result; +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-compilation-targets/lib/index.js b/FantasticAnimals/node_modules/@babel/helper-compilation-targets/lib/index.js new file mode 100644 index 0000000..1a39ee4 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-compilation-targets/lib/index.js @@ -0,0 +1,250 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +Object.defineProperty(exports, "TargetNames", { + enumerable: true, + get: function () { + return _options.TargetNames; + } +}); +exports.default = getTargets; +Object.defineProperty(exports, "filterItems", { + enumerable: true, + get: function () { + return _filterItems.default; + } +}); +Object.defineProperty(exports, "getInclusionReasons", { + enumerable: true, + get: function () { + return _debug.getInclusionReasons; + } +}); +exports.isBrowsersQueryValid = isBrowsersQueryValid; +Object.defineProperty(exports, "isRequired", { + enumerable: true, + get: function () { + return _filterItems.isRequired; + } +}); +Object.defineProperty(exports, "prettifyTargets", { + enumerable: true, + get: function () { + return _pretty.prettifyTargets; + } +}); +Object.defineProperty(exports, "unreleasedLabels", { + enumerable: true, + get: function () { + return _targets.unreleasedLabels; + } +}); + +var _browserslist = require("browserslist"); + +var _helperValidatorOption = require("@babel/helper-validator-option"); + +var _nativeModules = require("@babel/compat-data/native-modules"); + +var _utils = require("./utils"); + +var _targets = require("./targets"); + +var _options = require("./options"); + +var _pretty = require("./pretty"); + +var _debug = require("./debug"); + +var _filterItems = require("./filter-items"); + +const ESM_SUPPORT = _nativeModules["es6.module"]; +const v = new _helperValidatorOption.OptionValidator("@babel/helper-compilation-targets"); + +function validateTargetNames(targets) { + const validTargets = Object.keys(_options.TargetNames); + + for (const target of Object.keys(targets)) { + if (!(target in _options.TargetNames)) { + throw new Error(v.formatMessage(`'${target}' is not a valid target +- Did you mean '${(0, _helperValidatorOption.findSuggestion)(target, validTargets)}'?`)); + } + } + + return targets; +} + +function isBrowsersQueryValid(browsers) { + return typeof browsers === "string" || Array.isArray(browsers) && browsers.every(b => typeof b === "string"); +} + +function validateBrowsers(browsers) { + v.invariant(browsers === undefined || isBrowsersQueryValid(browsers), `'${String(browsers)}' is not a valid browserslist query`); + return browsers; +} + +function getLowestVersions(browsers) { + return browsers.reduce((all, browser) => { + const [browserName, browserVersion] = browser.split(" "); + const target = _targets.browserNameMap[browserName]; + + if (!target) { + return all; + } + + try { + const splitVersion = browserVersion.split("-")[0].toLowerCase(); + const isSplitUnreleased = (0, _utils.isUnreleasedVersion)(splitVersion, target); + + if (!all[target]) { + all[target] = isSplitUnreleased ? splitVersion : (0, _utils.semverify)(splitVersion); + return all; + } + + const version = all[target]; + const isUnreleased = (0, _utils.isUnreleasedVersion)(version, target); + + if (isUnreleased && isSplitUnreleased) { + all[target] = (0, _utils.getLowestUnreleased)(version, splitVersion, target); + } else if (isUnreleased) { + all[target] = (0, _utils.semverify)(splitVersion); + } else if (!isUnreleased && !isSplitUnreleased) { + const parsedBrowserVersion = (0, _utils.semverify)(splitVersion); + all[target] = (0, _utils.semverMin)(version, parsedBrowserVersion); + } + } catch (e) {} + + return all; + }, {}); +} + +function outputDecimalWarning(decimalTargets) { + if (!decimalTargets.length) { + return; + } + + console.warn("Warning, the following targets are using a decimal version:\n"); + decimalTargets.forEach(({ + target, + value + }) => console.warn(` ${target}: ${value}`)); + console.warn(` +We recommend using a string for minor/patch versions to avoid numbers like 6.10 +getting parsed as 6.1, which can lead to unexpected behavior. +`); +} + +function semverifyTarget(target, value) { + try { + return (0, _utils.semverify)(value); + } catch (error) { + throw new Error(v.formatMessage(`'${value}' is not a valid value for 'targets.${target}'.`)); + } +} + +function nodeTargetParser(value) { + const parsed = value === true || value === "current" ? process.versions.node : semverifyTarget("node", value); + return ["node", parsed]; +} + +function defaultTargetParser(target, value) { + const version = (0, _utils.isUnreleasedVersion)(value, target) ? value.toLowerCase() : semverifyTarget(target, value); + return [target, version]; +} + +function generateTargets(inputTargets) { + const input = Object.assign({}, inputTargets); + delete input.esmodules; + delete input.browsers; + return input; +} + +function resolveTargets(queries, env) { + const resolved = _browserslist(queries, { + mobileToDesktop: true, + env + }); + + return getLowestVersions(resolved); +} + +function getTargets(inputTargets = {}, options = {}) { + var _browsers, _browsers2; + + let { + browsers, + esmodules + } = inputTargets; + const { + configPath = "." + } = options; + validateBrowsers(browsers); + const input = generateTargets(inputTargets); + let targets = validateTargetNames(input); + const shouldParseBrowsers = !!browsers; + const hasTargets = shouldParseBrowsers || Object.keys(targets).length > 0; + const shouldSearchForConfig = !options.ignoreBrowserslistConfig && !hasTargets; + + if (!browsers && shouldSearchForConfig) { + browsers = _browserslist.loadConfig({ + config: options.configFile, + path: configPath, + env: options.browserslistEnv + }); + + if (browsers == null) { + { + browsers = []; + } + } + } + + if (esmodules && (esmodules !== "intersect" || !((_browsers = browsers) != null && _browsers.length))) { + browsers = Object.keys(ESM_SUPPORT).map(browser => `${browser} >= ${ESM_SUPPORT[browser]}`).join(", "); + esmodules = false; + } + + if ((_browsers2 = browsers) != null && _browsers2.length) { + const queryBrowsers = resolveTargets(browsers, options.browserslistEnv); + + if (esmodules === "intersect") { + for (const browser of Object.keys(queryBrowsers)) { + const version = queryBrowsers[browser]; + const esmSupportVersion = ESM_SUPPORT[browser]; + + if (esmSupportVersion) { + queryBrowsers[browser] = (0, _utils.getHighestUnreleased)(version, (0, _utils.semverify)(esmSupportVersion), browser); + } else { + delete queryBrowsers[browser]; + } + } + } + + targets = Object.assign(queryBrowsers, targets); + } + + const result = {}; + const decimalWarnings = []; + + for (const target of Object.keys(targets).sort()) { + const value = targets[target]; + + if (typeof value === "number" && value % 1 !== 0) { + decimalWarnings.push({ + target, + value + }); + } + + const [parsedTarget, parsedValue] = target === "node" ? nodeTargetParser(value) : defaultTargetParser(target, value); + + if (parsedValue) { + result[parsedTarget] = parsedValue; + } + } + + outputDecimalWarning(decimalWarnings); + return result; +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-compilation-targets/lib/options.js b/FantasticAnimals/node_modules/@babel/helper-compilation-targets/lib/options.js new file mode 100644 index 0000000..cbf4de0 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-compilation-targets/lib/options.js @@ -0,0 +1,21 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.TargetNames = void 0; +const TargetNames = { + node: "node", + chrome: "chrome", + opera: "opera", + edge: "edge", + firefox: "firefox", + safari: "safari", + ie: "ie", + ios: "ios", + android: "android", + electron: "electron", + samsung: "samsung", + rhino: "rhino" +}; +exports.TargetNames = TargetNames; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-compilation-targets/lib/pretty.js b/FantasticAnimals/node_modules/@babel/helper-compilation-targets/lib/pretty.js new file mode 100644 index 0000000..88df640 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-compilation-targets/lib/pretty.js @@ -0,0 +1,47 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.prettifyTargets = prettifyTargets; +exports.prettifyVersion = prettifyVersion; + +var _semver = require("semver"); + +var _targets = require("./targets"); + +function prettifyVersion(version) { + if (typeof version !== "string") { + return version; + } + + const parts = [_semver.major(version)]; + + const minor = _semver.minor(version); + + const patch = _semver.patch(version); + + if (minor || patch) { + parts.push(minor); + } + + if (patch) { + parts.push(patch); + } + + return parts.join("."); +} + +function prettifyTargets(targets) { + return Object.keys(targets).reduce((results, target) => { + let value = targets[target]; + const unreleasedLabel = _targets.unreleasedLabels[target]; + + if (typeof value === "string" && unreleasedLabel !== value) { + value = prettifyVersion(value); + } + + results[target] = value; + return results; + }, {}); +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-compilation-targets/lib/targets.js b/FantasticAnimals/node_modules/@babel/helper-compilation-targets/lib/targets.js new file mode 100644 index 0000000..3cbaeac --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-compilation-targets/lib/targets.js @@ -0,0 +1,27 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.unreleasedLabels = exports.browserNameMap = void 0; +const unreleasedLabels = { + safari: "tp" +}; +exports.unreleasedLabels = unreleasedLabels; +const browserNameMap = { + and_chr: "chrome", + and_ff: "firefox", + android: "android", + chrome: "chrome", + edge: "edge", + firefox: "firefox", + ie: "ie", + ie_mob: "ie", + ios_saf: "ios", + node: "node", + op_mob: "opera", + opera: "opera", + safari: "safari", + samsung: "samsung" +}; +exports.browserNameMap = browserNameMap; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-compilation-targets/lib/types.js b/FantasticAnimals/node_modules/@babel/helper-compilation-targets/lib/types.js new file mode 100644 index 0000000..e69de29 diff --git a/FantasticAnimals/node_modules/@babel/helper-compilation-targets/lib/utils.js b/FantasticAnimals/node_modules/@babel/helper-compilation-targets/lib/utils.js new file mode 100644 index 0000000..e14e7f9 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-compilation-targets/lib/utils.js @@ -0,0 +1,72 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.getHighestUnreleased = getHighestUnreleased; +exports.getLowestImplementedVersion = getLowestImplementedVersion; +exports.getLowestUnreleased = getLowestUnreleased; +exports.isUnreleasedVersion = isUnreleasedVersion; +exports.semverMin = semverMin; +exports.semverify = semverify; + +var _semver = require("semver"); + +var _helperValidatorOption = require("@babel/helper-validator-option"); + +var _targets = require("./targets"); + +const versionRegExp = /^(\d+|\d+.\d+)$/; +const v = new _helperValidatorOption.OptionValidator("@babel/helper-compilation-targets"); + +function semverMin(first, second) { + return first && _semver.lt(first, second) ? first : second; +} + +function semverify(version) { + if (typeof version === "string" && _semver.valid(version)) { + return version; + } + + v.invariant(typeof version === "number" || typeof version === "string" && versionRegExp.test(version), `'${version}' is not a valid version`); + const split = version.toString().split("."); + + while (split.length < 3) { + split.push("0"); + } + + return split.join("."); +} + +function isUnreleasedVersion(version, env) { + const unreleasedLabel = _targets.unreleasedLabels[env]; + return !!unreleasedLabel && unreleasedLabel === version.toString().toLowerCase(); +} + +function getLowestUnreleased(a, b, env) { + const unreleasedLabel = _targets.unreleasedLabels[env]; + + if (a === unreleasedLabel) { + return b; + } + + if (b === unreleasedLabel) { + return a; + } + + return semverMin(a, b); +} + +function getHighestUnreleased(a, b, env) { + return getLowestUnreleased(a, b, env) === a ? b : a; +} + +function getLowestImplementedVersion(plugin, environment) { + const result = plugin[environment]; + + if (!result && environment === "android") { + return plugin.chrome; + } + + return result; +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-compilation-targets/package.json b/FantasticAnimals/node_modules/@babel/helper-compilation-targets/package.json new file mode 100644 index 0000000..4b305f5 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-compilation-targets/package.json @@ -0,0 +1,42 @@ +{ + "name": "@babel/helper-compilation-targets", + "version": "7.18.9", + "author": "The Babel Team (https://babel.dev/team)", + "license": "MIT", + "description": "Helper functions on Babel compilation targets", + "repository": { + "type": "git", + "url": "https://github.com/babel/babel.git", + "directory": "packages/babel-helper-compilation-targets" + }, + "main": "./lib/index.js", + "exports": { + ".": "./lib/index.js", + "./package.json": "./package.json" + }, + "publishConfig": { + "access": "public" + }, + "keywords": [ + "babel", + "babel-plugin" + ], + "dependencies": { + "@babel/compat-data": "^7.18.8", + "@babel/helper-validator-option": "^7.18.6", + "browserslist": "^4.20.2", + "semver": "^6.3.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + }, + "devDependencies": { + "@babel/core": "^7.18.9", + "@babel/helper-plugin-test-runner": "^7.18.6", + "@types/semver": "^5.5.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "type": "commonjs" +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-create-class-features-plugin/LICENSE b/FantasticAnimals/node_modules/@babel/helper-create-class-features-plugin/LICENSE new file mode 100644 index 0000000..f31575e --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-create-class-features-plugin/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +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/FantasticAnimals/node_modules/@babel/helper-create-class-features-plugin/README.md b/FantasticAnimals/node_modules/@babel/helper-create-class-features-plugin/README.md new file mode 100644 index 0000000..3f1959e --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-create-class-features-plugin/README.md @@ -0,0 +1,19 @@ +# @babel/helper-create-class-features-plugin + +> Compile class public and private fields, private methods and decorators to ES6 + +See our website [@babel/helper-create-class-features-plugin](https://babeljs.io/docs/en/babel-helper-create-class-features-plugin) for more information. + +## Install + +Using npm: + +```sh +npm install --save @babel/helper-create-class-features-plugin +``` + +or using yarn: + +```sh +yarn add @babel/helper-create-class-features-plugin +``` diff --git a/FantasticAnimals/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js b/FantasticAnimals/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js new file mode 100644 index 0000000..cf3eeec --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js @@ -0,0 +1,174 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.buildDecoratedClass = buildDecoratedClass; +exports.hasDecorators = hasDecorators; +exports.hasOwnDecorators = hasOwnDecorators; + +var _core = require("@babel/core"); + +var _helperReplaceSupers = require("@babel/helper-replace-supers"); + +var _helperFunctionName = require("@babel/helper-function-name"); + +function hasOwnDecorators(node) { + return !!(node.decorators && node.decorators.length); +} + +function hasDecorators(node) { + return hasOwnDecorators(node) || node.body.body.some(hasOwnDecorators); +} + +function prop(key, value) { + if (!value) return null; + return _core.types.objectProperty(_core.types.identifier(key), value); +} + +function method(key, body) { + return _core.types.objectMethod("method", _core.types.identifier(key), [], _core.types.blockStatement(body)); +} + +function takeDecorators(node) { + let result; + + if (node.decorators && node.decorators.length > 0) { + result = _core.types.arrayExpression(node.decorators.map(decorator => decorator.expression)); + } + + node.decorators = undefined; + return result; +} + +function getKey(node) { + if (node.computed) { + return node.key; + } else if (_core.types.isIdentifier(node.key)) { + return _core.types.stringLiteral(node.key.name); + } else { + return _core.types.stringLiteral(String(node.key.value)); + } +} + +function extractElementDescriptor(file, classRef, superRef, path) { + const isMethod = path.isClassMethod(); + + if (path.isPrivate()) { + throw path.buildCodeFrameError(`Private ${isMethod ? "methods" : "fields"} in decorated classes are not supported yet.`); + } + + if (path.node.type === "ClassAccessorProperty") { + throw path.buildCodeFrameError(`Accessor properties are not supported in 2018-09 decorator transform, please specify { "version": "2021-12" } instead.`); + } + + if (path.node.type === "StaticBlock") { + throw path.buildCodeFrameError(`Static blocks are not supported in 2018-09 decorator transform, please specify { "version": "2021-12" } instead.`); + } + + const { + node, + scope + } = path; + + if (!path.isTSDeclareMethod()) { + new _helperReplaceSupers.default({ + methodPath: path, + objectRef: classRef, + superRef, + file, + refToPreserve: classRef + }).replace(); + } + + const properties = [prop("kind", _core.types.stringLiteral(_core.types.isClassMethod(node) ? node.kind : "field")), prop("decorators", takeDecorators(node)), prop("static", node.static && _core.types.booleanLiteral(true)), prop("key", getKey(node))].filter(Boolean); + + if (_core.types.isClassMethod(node)) { + const id = node.computed ? null : node.key; + + const transformed = _core.types.toExpression(node); + + properties.push(prop("value", (0, _helperFunctionName.default)({ + node: transformed, + id, + scope + }) || transformed)); + } else if (_core.types.isClassProperty(node) && node.value) { + properties.push(method("value", _core.template.statements.ast`return ${node.value}`)); + } else { + properties.push(prop("value", scope.buildUndefinedNode())); + } + + path.remove(); + return _core.types.objectExpression(properties); +} + +function addDecorateHelper(file) { + try { + return file.addHelper("decorate"); + } catch (err) { + if (err.code === "BABEL_HELPER_UNKNOWN") { + err.message += "\n '@babel/plugin-transform-decorators' in non-legacy mode" + " requires '@babel/core' version ^7.0.2 and you appear to be using" + " an older version."; + } + + throw err; + } +} + +function buildDecoratedClass(ref, path, elements, file) { + const { + node, + scope + } = path; + const initializeId = scope.generateUidIdentifier("initialize"); + const isDeclaration = node.id && path.isDeclaration(); + const isStrict = path.isInStrictMode(); + const { + superClass + } = node; + node.type = "ClassDeclaration"; + if (!node.id) node.id = _core.types.cloneNode(ref); + let superId; + + if (superClass) { + superId = scope.generateUidIdentifierBasedOnNode(node.superClass, "super"); + node.superClass = superId; + } + + const classDecorators = takeDecorators(node); + + const definitions = _core.types.arrayExpression(elements.filter(element => !element.node.abstract && element.node.type !== "TSIndexSignature").map(path => extractElementDescriptor(file, node.id, superId, path))); + + const wrapperCall = _core.template.expression.ast` + ${addDecorateHelper(file)}( + ${classDecorators || _core.types.nullLiteral()}, + function (${initializeId}, ${superClass ? _core.types.cloneNode(superId) : null}) { + ${node} + return { F: ${_core.types.cloneNode(node.id)}, d: ${definitions} }; + }, + ${superClass} + ) + `; + + if (!isStrict) { + wrapperCall.arguments[1].body.directives.push(_core.types.directive(_core.types.directiveLiteral("use strict"))); + } + + let replacement = wrapperCall; + let classPathDesc = "arguments.1.body.body.0"; + + if (isDeclaration) { + replacement = _core.template.statement.ast`let ${ref} = ${wrapperCall}`; + classPathDesc = "declarations.0.init." + classPathDesc; + } + + return { + instanceNodes: [_core.template.statement.ast`${_core.types.cloneNode(initializeId)}(this)`], + + wrapClass(path) { + path.replaceWith(replacement); + return path.get(classPathDesc); + } + + }; +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-create-class-features-plugin/lib/features.js b/FantasticAnimals/node_modules/@babel/helper-create-class-features-plugin/lib/features.js new file mode 100644 index 0000000..f1e93bd --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-create-class-features-plugin/lib/features.js @@ -0,0 +1,151 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.FEATURES = void 0; +exports.enableFeature = enableFeature; +exports.isLoose = isLoose; +exports.shouldTransform = shouldTransform; + +var _decorators = require("./decorators"); + +const FEATURES = Object.freeze({ + fields: 1 << 1, + privateMethods: 1 << 2, + decorators: 1 << 3, + privateIn: 1 << 4, + staticBlocks: 1 << 5 +}); +exports.FEATURES = FEATURES; +const featuresSameLoose = new Map([[FEATURES.fields, "@babel/plugin-proposal-class-properties"], [FEATURES.privateMethods, "@babel/plugin-proposal-private-methods"], [FEATURES.privateIn, "@babel/plugin-proposal-private-property-in-object"]]); +const featuresKey = "@babel/plugin-class-features/featuresKey"; +const looseKey = "@babel/plugin-class-features/looseKey"; +const looseLowPriorityKey = "@babel/plugin-class-features/looseLowPriorityKey/#__internal__@babel/preset-env__please-overwrite-loose-instead-of-throwing"; + +function enableFeature(file, feature, loose) { + if (!hasFeature(file, feature) || canIgnoreLoose(file, feature)) { + file.set(featuresKey, file.get(featuresKey) | feature); + + if (loose === "#__internal__@babel/preset-env__prefer-true-but-false-is-ok-if-it-prevents-an-error") { + setLoose(file, feature, true); + file.set(looseLowPriorityKey, file.get(looseLowPriorityKey) | feature); + } else if (loose === "#__internal__@babel/preset-env__prefer-false-but-true-is-ok-if-it-prevents-an-error") { + setLoose(file, feature, false); + file.set(looseLowPriorityKey, file.get(looseLowPriorityKey) | feature); + } else { + setLoose(file, feature, loose); + } + } + + let resolvedLoose; + let higherPriorityPluginName; + + for (const [mask, name] of featuresSameLoose) { + if (!hasFeature(file, mask)) continue; + const loose = isLoose(file, mask); + + if (canIgnoreLoose(file, mask)) { + continue; + } else if (resolvedLoose === !loose) { + throw new Error("'loose' mode configuration must be the same for @babel/plugin-proposal-class-properties, " + "@babel/plugin-proposal-private-methods and " + "@babel/plugin-proposal-private-property-in-object (when they are enabled)."); + } else { + resolvedLoose = loose; + higherPriorityPluginName = name; + } + } + + if (resolvedLoose !== undefined) { + for (const [mask, name] of featuresSameLoose) { + if (hasFeature(file, mask) && isLoose(file, mask) !== resolvedLoose) { + setLoose(file, mask, resolvedLoose); + console.warn(`Though the "loose" option was set to "${!resolvedLoose}" in your @babel/preset-env ` + `config, it will not be used for ${name} since the "loose" mode option was set to ` + `"${resolvedLoose}" for ${higherPriorityPluginName}.\nThe "loose" option must be the ` + `same for @babel/plugin-proposal-class-properties, @babel/plugin-proposal-private-methods ` + `and @babel/plugin-proposal-private-property-in-object (when they are enabled): you can ` + `silence this warning by explicitly adding\n` + `\t["${name}", { "loose": ${resolvedLoose} }]\n` + `to the "plugins" section of your Babel config.`); + } + } + } +} + +function hasFeature(file, feature) { + return !!(file.get(featuresKey) & feature); +} + +function isLoose(file, feature) { + return !!(file.get(looseKey) & feature); +} + +function setLoose(file, feature, loose) { + if (loose) file.set(looseKey, file.get(looseKey) | feature);else file.set(looseKey, file.get(looseKey) & ~feature); + file.set(looseLowPriorityKey, file.get(looseLowPriorityKey) & ~feature); +} + +function canIgnoreLoose(file, feature) { + return !!(file.get(looseLowPriorityKey) & feature); +} + +function shouldTransform(path, file) { + let decoratorPath = null; + let publicFieldPath = null; + let privateFieldPath = null; + let privateMethodPath = null; + let staticBlockPath = null; + + if ((0, _decorators.hasOwnDecorators)(path.node)) { + decoratorPath = path.get("decorators.0"); + } + + for (const el of path.get("body.body")) { + if (!decoratorPath && (0, _decorators.hasOwnDecorators)(el.node)) { + decoratorPath = el.get("decorators.0"); + } + + if (!publicFieldPath && el.isClassProperty()) { + publicFieldPath = el; + } + + if (!privateFieldPath && el.isClassPrivateProperty()) { + privateFieldPath = el; + } + + if (!privateMethodPath && el.isClassPrivateMethod != null && el.isClassPrivateMethod()) { + privateMethodPath = el; + } + + if (!staticBlockPath && el.isStaticBlock != null && el.isStaticBlock()) { + staticBlockPath = el; + } + } + + if (decoratorPath && privateFieldPath) { + throw privateFieldPath.buildCodeFrameError("Private fields in decorated classes are not supported yet."); + } + + if (decoratorPath && privateMethodPath) { + throw privateMethodPath.buildCodeFrameError("Private methods in decorated classes are not supported yet."); + } + + if (decoratorPath && !hasFeature(file, FEATURES.decorators)) { + throw path.buildCodeFrameError("Decorators are not enabled." + "\nIf you are using " + '["@babel/plugin-proposal-decorators", { "version": "legacy" }], ' + 'make sure it comes *before* "@babel/plugin-proposal-class-properties" ' + "and enable loose mode, like so:\n" + '\t["@babel/plugin-proposal-decorators", { "version": "legacy" }]\n' + '\t["@babel/plugin-proposal-class-properties", { "loose": true }]'); + } + + if (privateMethodPath && !hasFeature(file, FEATURES.privateMethods)) { + throw privateMethodPath.buildCodeFrameError("Class private methods are not enabled. " + "Please add `@babel/plugin-proposal-private-methods` to your configuration."); + } + + if ((publicFieldPath || privateFieldPath) && !hasFeature(file, FEATURES.fields) && !hasFeature(file, FEATURES.privateMethods)) { + throw path.buildCodeFrameError("Class fields are not enabled. " + "Please add `@babel/plugin-proposal-class-properties` to your configuration."); + } + + if (staticBlockPath && !hasFeature(file, FEATURES.staticBlocks)) { + throw path.buildCodeFrameError("Static class blocks are not enabled. " + "Please add `@babel/plugin-proposal-class-static-block` to your configuration."); + } + + if (decoratorPath || privateMethodPath || staticBlockPath) { + return true; + } + + if ((publicFieldPath || privateFieldPath) && hasFeature(file, FEATURES.fields)) { + return true; + } + + return false; +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-create-class-features-plugin/lib/fields.js b/FantasticAnimals/node_modules/@babel/helper-create-class-features-plugin/lib/fields.js new file mode 100644 index 0000000..8afcdc4 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-create-class-features-plugin/lib/fields.js @@ -0,0 +1,930 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.buildFieldsInitNodes = buildFieldsInitNodes; +exports.buildPrivateNamesMap = buildPrivateNamesMap; +exports.buildPrivateNamesNodes = buildPrivateNamesNodes; +exports.transformPrivateNamesUsage = transformPrivateNamesUsage; + +var _core = require("@babel/core"); + +var _helperReplaceSupers = require("@babel/helper-replace-supers"); + +var _helperEnvironmentVisitor = require("@babel/helper-environment-visitor"); + +var _helperMemberExpressionToFunctions = require("@babel/helper-member-expression-to-functions"); + +var _helperOptimiseCallExpression = require("@babel/helper-optimise-call-expression"); + +var _helperAnnotateAsPure = require("@babel/helper-annotate-as-pure"); + +var ts = require("./typescript"); + +function buildPrivateNamesMap(props) { + const privateNamesMap = new Map(); + + for (const prop of props) { + if (prop.isPrivate()) { + const { + name + } = prop.node.key.id; + const update = privateNamesMap.has(name) ? privateNamesMap.get(name) : { + id: prop.scope.generateUidIdentifier(name), + static: prop.node.static, + method: !prop.isProperty() + }; + + if (prop.isClassPrivateMethod()) { + if (prop.node.kind === "get") { + update.getId = prop.scope.generateUidIdentifier(`get_${name}`); + } else if (prop.node.kind === "set") { + update.setId = prop.scope.generateUidIdentifier(`set_${name}`); + } else if (prop.node.kind === "method") { + update.methodId = prop.scope.generateUidIdentifier(name); + } + } + + privateNamesMap.set(name, update); + } + } + + return privateNamesMap; +} + +function buildPrivateNamesNodes(privateNamesMap, privateFieldsAsProperties, state) { + const initNodes = []; + + for (const [name, value] of privateNamesMap) { + const { + static: isStatic, + method: isMethod, + getId, + setId + } = value; + const isAccessor = getId || setId; + + const id = _core.types.cloneNode(value.id); + + let init; + + if (privateFieldsAsProperties) { + init = _core.types.callExpression(state.addHelper("classPrivateFieldLooseKey"), [_core.types.stringLiteral(name)]); + } else if (!isStatic) { + init = _core.types.newExpression(_core.types.identifier(!isMethod || isAccessor ? "WeakMap" : "WeakSet"), []); + } + + if (init) { + (0, _helperAnnotateAsPure.default)(init); + initNodes.push(_core.template.statement.ast`var ${id} = ${init}`); + } + } + + return initNodes; +} + +function privateNameVisitorFactory(visitor) { + const privateNameVisitor = Object.assign({}, visitor, { + Class(path) { + const { + privateNamesMap + } = this; + const body = path.get("body.body"); + const visiblePrivateNames = new Map(privateNamesMap); + const redeclared = []; + + for (const prop of body) { + if (!prop.isPrivate()) continue; + const { + name + } = prop.node.key.id; + visiblePrivateNames.delete(name); + redeclared.push(name); + } + + if (!redeclared.length) { + return; + } + + path.get("body").traverse(nestedVisitor, Object.assign({}, this, { + redeclared + })); + path.traverse(privateNameVisitor, Object.assign({}, this, { + privateNamesMap: visiblePrivateNames + })); + path.skipKey("body"); + } + + }); + + const nestedVisitor = _core.traverse.visitors.merge([Object.assign({}, visitor), _helperEnvironmentVisitor.default]); + + return privateNameVisitor; +} + +const privateNameVisitor = privateNameVisitorFactory({ + PrivateName(path, { + noDocumentAll + }) { + const { + privateNamesMap, + redeclared + } = this; + const { + node, + parentPath + } = path; + + if (!parentPath.isMemberExpression({ + property: node + }) && !parentPath.isOptionalMemberExpression({ + property: node + })) { + return; + } + + const { + name + } = node.id; + if (!privateNamesMap.has(name)) return; + if (redeclared && redeclared.includes(name)) return; + this.handle(parentPath, noDocumentAll); + } + +}); + +function unshadow(name, scope, innerBinding) { + while ((_scope = scope) != null && _scope.hasBinding(name) && !scope.bindingIdentifierEquals(name, innerBinding)) { + var _scope; + + scope.rename(name); + scope = scope.parent; + } +} + +const privateInVisitor = privateNameVisitorFactory({ + BinaryExpression(path) { + const { + operator, + left, + right + } = path.node; + if (operator !== "in") return; + if (!_core.types.isPrivateName(left)) return; + const { + privateFieldsAsProperties, + privateNamesMap, + redeclared + } = this; + const { + name + } = left.id; + if (!privateNamesMap.has(name)) return; + if (redeclared && redeclared.includes(name)) return; + unshadow(this.classRef.name, path.scope, this.innerBinding); + + if (privateFieldsAsProperties) { + const { + id + } = privateNamesMap.get(name); + path.replaceWith(_core.template.expression.ast` + Object.prototype.hasOwnProperty.call(${right}, ${_core.types.cloneNode(id)}) + `); + return; + } + + const { + id, + static: isStatic + } = privateNamesMap.get(name); + + if (isStatic) { + path.replaceWith(_core.template.expression.ast`${right} === ${this.classRef}`); + return; + } + + path.replaceWith(_core.template.expression.ast`${_core.types.cloneNode(id)}.has(${right})`); + } + +}); +const privateNameHandlerSpec = { + memoise(member, count) { + const { + scope + } = member; + const { + object + } = member.node; + const memo = scope.maybeGenerateMemoised(object); + + if (!memo) { + return; + } + + this.memoiser.set(object, memo, count); + }, + + receiver(member) { + const { + object + } = member.node; + + if (this.memoiser.has(object)) { + return _core.types.cloneNode(this.memoiser.get(object)); + } + + return _core.types.cloneNode(object); + }, + + get(member) { + const { + classRef, + privateNamesMap, + file, + innerBinding + } = this; + const { + name + } = member.node.property.id; + const { + id, + static: isStatic, + method: isMethod, + methodId, + getId, + setId + } = privateNamesMap.get(name); + const isAccessor = getId || setId; + + if (isStatic) { + const helperName = isMethod && !isAccessor ? "classStaticPrivateMethodGet" : "classStaticPrivateFieldSpecGet"; + unshadow(classRef.name, member.scope, innerBinding); + return _core.types.callExpression(file.addHelper(helperName), [this.receiver(member), _core.types.cloneNode(classRef), _core.types.cloneNode(id)]); + } + + if (isMethod) { + if (isAccessor) { + if (!getId && setId) { + if (file.availableHelper("writeOnlyError")) { + return _core.types.sequenceExpression([this.receiver(member), _core.types.callExpression(file.addHelper("writeOnlyError"), [_core.types.stringLiteral(`#${name}`)])]); + } + + console.warn(`@babel/helpers is outdated, update it to silence this warning.`); + } + + return _core.types.callExpression(file.addHelper("classPrivateFieldGet"), [this.receiver(member), _core.types.cloneNode(id)]); + } + + return _core.types.callExpression(file.addHelper("classPrivateMethodGet"), [this.receiver(member), _core.types.cloneNode(id), _core.types.cloneNode(methodId)]); + } + + return _core.types.callExpression(file.addHelper("classPrivateFieldGet"), [this.receiver(member), _core.types.cloneNode(id)]); + }, + + boundGet(member) { + this.memoise(member, 1); + return _core.types.callExpression(_core.types.memberExpression(this.get(member), _core.types.identifier("bind")), [this.receiver(member)]); + }, + + set(member, value) { + const { + classRef, + privateNamesMap, + file + } = this; + const { + name + } = member.node.property.id; + const { + id, + static: isStatic, + method: isMethod, + setId, + getId + } = privateNamesMap.get(name); + const isAccessor = getId || setId; + + if (isStatic) { + const helperName = isMethod && !isAccessor ? "classStaticPrivateMethodSet" : "classStaticPrivateFieldSpecSet"; + return _core.types.callExpression(file.addHelper(helperName), [this.receiver(member), _core.types.cloneNode(classRef), _core.types.cloneNode(id), value]); + } + + if (isMethod) { + if (setId) { + return _core.types.callExpression(file.addHelper("classPrivateFieldSet"), [this.receiver(member), _core.types.cloneNode(id), value]); + } + + return _core.types.sequenceExpression([this.receiver(member), value, _core.types.callExpression(file.addHelper("readOnlyError"), [_core.types.stringLiteral(`#${name}`)])]); + } + + return _core.types.callExpression(file.addHelper("classPrivateFieldSet"), [this.receiver(member), _core.types.cloneNode(id), value]); + }, + + destructureSet(member) { + const { + classRef, + privateNamesMap, + file + } = this; + const { + name + } = member.node.property.id; + const { + id, + static: isStatic + } = privateNamesMap.get(name); + + if (isStatic) { + try { + var helper = file.addHelper("classStaticPrivateFieldDestructureSet"); + } catch (_unused) { + throw new Error("Babel can not transpile `[C.#p] = [0]` with @babel/helpers < 7.13.10, \n" + "please update @babel/helpers to the latest version."); + } + + return _core.types.memberExpression(_core.types.callExpression(helper, [this.receiver(member), _core.types.cloneNode(classRef), _core.types.cloneNode(id)]), _core.types.identifier("value")); + } + + return _core.types.memberExpression(_core.types.callExpression(file.addHelper("classPrivateFieldDestructureSet"), [this.receiver(member), _core.types.cloneNode(id)]), _core.types.identifier("value")); + }, + + call(member, args) { + this.memoise(member, 1); + return (0, _helperOptimiseCallExpression.default)(this.get(member), this.receiver(member), args, false); + }, + + optionalCall(member, args) { + this.memoise(member, 1); + return (0, _helperOptimiseCallExpression.default)(this.get(member), this.receiver(member), args, true); + } + +}; +const privateNameHandlerLoose = { + get(member) { + const { + privateNamesMap, + file + } = this; + const { + object + } = member.node; + const { + name + } = member.node.property.id; + return _core.template.expression`BASE(REF, PROP)[PROP]`({ + BASE: file.addHelper("classPrivateFieldLooseBase"), + REF: _core.types.cloneNode(object), + PROP: _core.types.cloneNode(privateNamesMap.get(name).id) + }); + }, + + set() { + throw new Error("private name handler with loose = true don't need set()"); + }, + + boundGet(member) { + return _core.types.callExpression(_core.types.memberExpression(this.get(member), _core.types.identifier("bind")), [_core.types.cloneNode(member.node.object)]); + }, + + simpleSet(member) { + return this.get(member); + }, + + destructureSet(member) { + return this.get(member); + }, + + call(member, args) { + return _core.types.callExpression(this.get(member), args); + }, + + optionalCall(member, args) { + return _core.types.optionalCallExpression(this.get(member), args, true); + } + +}; + +function transformPrivateNamesUsage(ref, path, privateNamesMap, { + privateFieldsAsProperties, + noDocumentAll, + innerBinding +}, state) { + if (!privateNamesMap.size) return; + const body = path.get("body"); + const handler = privateFieldsAsProperties ? privateNameHandlerLoose : privateNameHandlerSpec; + (0, _helperMemberExpressionToFunctions.default)(body, privateNameVisitor, Object.assign({ + privateNamesMap, + classRef: ref, + file: state + }, handler, { + noDocumentAll, + innerBinding + })); + body.traverse(privateInVisitor, { + privateNamesMap, + classRef: ref, + file: state, + privateFieldsAsProperties, + innerBinding + }); +} + +function buildPrivateFieldInitLoose(ref, prop, privateNamesMap) { + const { + id + } = privateNamesMap.get(prop.node.key.id.name); + const value = prop.node.value || prop.scope.buildUndefinedNode(); + return _core.template.statement.ast` + Object.defineProperty(${ref}, ${_core.types.cloneNode(id)}, { + // configurable is false by default + // enumerable is false by default + writable: true, + value: ${value} + }); + `; +} + +function buildPrivateInstanceFieldInitSpec(ref, prop, privateNamesMap, state) { + const { + id + } = privateNamesMap.get(prop.node.key.id.name); + const value = prop.node.value || prop.scope.buildUndefinedNode(); + { + if (!state.availableHelper("classPrivateFieldInitSpec")) { + return _core.template.statement.ast`${_core.types.cloneNode(id)}.set(${ref}, { + // configurable is always false for private elements + // enumerable is always false for private elements + writable: true, + value: ${value}, + })`; + } + } + const helper = state.addHelper("classPrivateFieldInitSpec"); + return _core.template.statement.ast`${helper}( + ${_core.types.thisExpression()}, + ${_core.types.cloneNode(id)}, + { + writable: true, + value: ${value} + }, + )`; +} + +function buildPrivateStaticFieldInitSpec(prop, privateNamesMap) { + const privateName = privateNamesMap.get(prop.node.key.id.name); + const { + id, + getId, + setId, + initAdded + } = privateName; + const isAccessor = getId || setId; + if (!prop.isProperty() && (initAdded || !isAccessor)) return; + + if (isAccessor) { + privateNamesMap.set(prop.node.key.id.name, Object.assign({}, privateName, { + initAdded: true + })); + return _core.template.statement.ast` + var ${_core.types.cloneNode(id)} = { + // configurable is false by default + // enumerable is false by default + // writable is false by default + get: ${getId ? getId.name : prop.scope.buildUndefinedNode()}, + set: ${setId ? setId.name : prop.scope.buildUndefinedNode()} + } + `; + } + + const value = prop.node.value || prop.scope.buildUndefinedNode(); + return _core.template.statement.ast` + var ${_core.types.cloneNode(id)} = { + // configurable is false by default + // enumerable is false by default + writable: true, + value: ${value} + }; + `; +} + +function buildPrivateMethodInitLoose(ref, prop, privateNamesMap) { + const privateName = privateNamesMap.get(prop.node.key.id.name); + const { + methodId, + id, + getId, + setId, + initAdded + } = privateName; + if (initAdded) return; + + if (methodId) { + return _core.template.statement.ast` + Object.defineProperty(${ref}, ${id}, { + // configurable is false by default + // enumerable is false by default + // writable is false by default + value: ${methodId.name} + }); + `; + } + + const isAccessor = getId || setId; + + if (isAccessor) { + privateNamesMap.set(prop.node.key.id.name, Object.assign({}, privateName, { + initAdded: true + })); + return _core.template.statement.ast` + Object.defineProperty(${ref}, ${id}, { + // configurable is false by default + // enumerable is false by default + // writable is false by default + get: ${getId ? getId.name : prop.scope.buildUndefinedNode()}, + set: ${setId ? setId.name : prop.scope.buildUndefinedNode()} + }); + `; + } +} + +function buildPrivateInstanceMethodInitSpec(ref, prop, privateNamesMap, state) { + const privateName = privateNamesMap.get(prop.node.key.id.name); + const { + getId, + setId, + initAdded + } = privateName; + if (initAdded) return; + const isAccessor = getId || setId; + + if (isAccessor) { + return buildPrivateAccessorInitialization(ref, prop, privateNamesMap, state); + } + + return buildPrivateInstanceMethodInitalization(ref, prop, privateNamesMap, state); +} + +function buildPrivateAccessorInitialization(ref, prop, privateNamesMap, state) { + const privateName = privateNamesMap.get(prop.node.key.id.name); + const { + id, + getId, + setId + } = privateName; + privateNamesMap.set(prop.node.key.id.name, Object.assign({}, privateName, { + initAdded: true + })); + { + if (!state.availableHelper("classPrivateFieldInitSpec")) { + return _core.template.statement.ast` + ${id}.set(${ref}, { + get: ${getId ? getId.name : prop.scope.buildUndefinedNode()}, + set: ${setId ? setId.name : prop.scope.buildUndefinedNode()} + }); + `; + } + } + const helper = state.addHelper("classPrivateFieldInitSpec"); + return _core.template.statement.ast`${helper}( + ${_core.types.thisExpression()}, + ${_core.types.cloneNode(id)}, + { + get: ${getId ? getId.name : prop.scope.buildUndefinedNode()}, + set: ${setId ? setId.name : prop.scope.buildUndefinedNode()} + }, + )`; +} + +function buildPrivateInstanceMethodInitalization(ref, prop, privateNamesMap, state) { + const privateName = privateNamesMap.get(prop.node.key.id.name); + const { + id + } = privateName; + { + if (!state.availableHelper("classPrivateMethodInitSpec")) { + return _core.template.statement.ast`${id}.add(${ref})`; + } + } + const helper = state.addHelper("classPrivateMethodInitSpec"); + return _core.template.statement.ast`${helper}( + ${_core.types.thisExpression()}, + ${_core.types.cloneNode(id)} + )`; +} + +function buildPublicFieldInitLoose(ref, prop) { + const { + key, + computed + } = prop.node; + const value = prop.node.value || prop.scope.buildUndefinedNode(); + return _core.types.expressionStatement(_core.types.assignmentExpression("=", _core.types.memberExpression(ref, key, computed || _core.types.isLiteral(key)), value)); +} + +function buildPublicFieldInitSpec(ref, prop, state) { + const { + key, + computed + } = prop.node; + const value = prop.node.value || prop.scope.buildUndefinedNode(); + return _core.types.expressionStatement(_core.types.callExpression(state.addHelper("defineProperty"), [ref, computed || _core.types.isLiteral(key) ? key : _core.types.stringLiteral(key.name), value])); +} + +function buildPrivateStaticMethodInitLoose(ref, prop, state, privateNamesMap) { + const privateName = privateNamesMap.get(prop.node.key.id.name); + const { + id, + methodId, + getId, + setId, + initAdded + } = privateName; + if (initAdded) return; + const isAccessor = getId || setId; + + if (isAccessor) { + privateNamesMap.set(prop.node.key.id.name, Object.assign({}, privateName, { + initAdded: true + })); + return _core.template.statement.ast` + Object.defineProperty(${ref}, ${id}, { + // configurable is false by default + // enumerable is false by default + // writable is false by default + get: ${getId ? getId.name : prop.scope.buildUndefinedNode()}, + set: ${setId ? setId.name : prop.scope.buildUndefinedNode()} + }) + `; + } + + return _core.template.statement.ast` + Object.defineProperty(${ref}, ${id}, { + // configurable is false by default + // enumerable is false by default + // writable is false by default + value: ${methodId.name} + }); + `; +} + +function buildPrivateMethodDeclaration(prop, privateNamesMap, privateFieldsAsProperties = false) { + const privateName = privateNamesMap.get(prop.node.key.id.name); + const { + id, + methodId, + getId, + setId, + getterDeclared, + setterDeclared, + static: isStatic + } = privateName; + const { + params, + body, + generator, + async + } = prop.node; + const isGetter = getId && !getterDeclared && params.length === 0; + const isSetter = setId && !setterDeclared && params.length > 0; + let declId = methodId; + + if (isGetter) { + privateNamesMap.set(prop.node.key.id.name, Object.assign({}, privateName, { + getterDeclared: true + })); + declId = getId; + } else if (isSetter) { + privateNamesMap.set(prop.node.key.id.name, Object.assign({}, privateName, { + setterDeclared: true + })); + declId = setId; + } else if (isStatic && !privateFieldsAsProperties) { + declId = id; + } + + return _core.types.functionDeclaration(_core.types.cloneNode(declId), params, body, generator, async); +} + +const thisContextVisitor = _core.traverse.visitors.merge([{ + ThisExpression(path, state) { + state.needsClassRef = true; + path.replaceWith(_core.types.cloneNode(state.classRef)); + }, + + MetaProperty(path) { + const meta = path.get("meta"); + const property = path.get("property"); + const { + scope + } = path; + + if (meta.isIdentifier({ + name: "new" + }) && property.isIdentifier({ + name: "target" + })) { + path.replaceWith(scope.buildUndefinedNode()); + } + } + +}, _helperEnvironmentVisitor.default]); + +const innerReferencesVisitor = { + ReferencedIdentifier(path, state) { + if (path.scope.bindingIdentifierEquals(path.node.name, state.innerBinding)) { + state.needsClassRef = true; + path.node.name = state.classRef.name; + } + } + +}; + +function replaceThisContext(path, ref, getSuperRef, file, isStaticBlock, constantSuper, innerBindingRef) { + var _state$classRef; + + const state = { + classRef: ref, + needsClassRef: false, + innerBinding: innerBindingRef + }; + const replacer = new _helperReplaceSupers.default({ + methodPath: path, + constantSuper, + file, + refToPreserve: ref, + getSuperRef, + + getObjectRef() { + state.needsClassRef = true; + return _core.types.isStaticBlock != null && _core.types.isStaticBlock(path.node) || path.node.static ? ref : _core.types.memberExpression(ref, _core.types.identifier("prototype")); + } + + }); + replacer.replace(); + + if (isStaticBlock || path.isProperty()) { + path.traverse(thisContextVisitor, state); + } + + if (innerBindingRef != null && (_state$classRef = state.classRef) != null && _state$classRef.name && state.classRef.name !== (innerBindingRef == null ? void 0 : innerBindingRef.name)) { + path.traverse(innerReferencesVisitor, state); + } + + return state.needsClassRef; +} + +function isNameOrLength({ + key, + computed +}) { + if (key.type === "Identifier") { + return !computed && (key.name === "name" || key.name === "length"); + } + + if (key.type === "StringLiteral") { + return key.value === "name" || key.value === "length"; + } + + return false; +} + +function buildFieldsInitNodes(ref, superRef, props, privateNamesMap, state, setPublicClassFields, privateFieldsAsProperties, constantSuper, innerBindingRef) { + let needsClassRef = false; + let injectSuperRef; + const staticNodes = []; + const instanceNodes = []; + const pureStaticNodes = []; + const getSuperRef = _core.types.isIdentifier(superRef) ? () => superRef : () => { + var _injectSuperRef; + + (_injectSuperRef = injectSuperRef) != null ? _injectSuperRef : injectSuperRef = props[0].scope.generateUidIdentifierBasedOnNode(superRef); + return injectSuperRef; + }; + + for (const prop of props) { + prop.isClassProperty() && ts.assertFieldTransformed(prop); + const isStatic = !(_core.types.isStaticBlock != null && _core.types.isStaticBlock(prop.node)) && prop.node.static; + const isInstance = !isStatic; + const isPrivate = prop.isPrivate(); + const isPublic = !isPrivate; + const isField = prop.isProperty(); + const isMethod = !isField; + const isStaticBlock = prop.isStaticBlock == null ? void 0 : prop.isStaticBlock(); + + if (isStatic || isMethod && isPrivate || isStaticBlock) { + const replaced = replaceThisContext(prop, ref, getSuperRef, state, isStaticBlock, constantSuper, innerBindingRef); + needsClassRef = needsClassRef || replaced; + } + + switch (true) { + case isStaticBlock: + { + const blockBody = prop.node.body; + + if (blockBody.length === 1 && _core.types.isExpressionStatement(blockBody[0])) { + staticNodes.push(blockBody[0]); + } else { + staticNodes.push(_core.template.statement.ast`(() => { ${blockBody} })()`); + } + + break; + } + + case isStatic && isPrivate && isField && privateFieldsAsProperties: + needsClassRef = true; + staticNodes.push(buildPrivateFieldInitLoose(_core.types.cloneNode(ref), prop, privateNamesMap)); + break; + + case isStatic && isPrivate && isField && !privateFieldsAsProperties: + needsClassRef = true; + staticNodes.push(buildPrivateStaticFieldInitSpec(prop, privateNamesMap)); + break; + + case isStatic && isPublic && isField && setPublicClassFields: + if (!isNameOrLength(prop.node)) { + needsClassRef = true; + staticNodes.push(buildPublicFieldInitLoose(_core.types.cloneNode(ref), prop)); + break; + } + + case isStatic && isPublic && isField && !setPublicClassFields: + needsClassRef = true; + staticNodes.push(buildPublicFieldInitSpec(_core.types.cloneNode(ref), prop, state)); + break; + + case isInstance && isPrivate && isField && privateFieldsAsProperties: + instanceNodes.push(buildPrivateFieldInitLoose(_core.types.thisExpression(), prop, privateNamesMap)); + break; + + case isInstance && isPrivate && isField && !privateFieldsAsProperties: + instanceNodes.push(buildPrivateInstanceFieldInitSpec(_core.types.thisExpression(), prop, privateNamesMap, state)); + break; + + case isInstance && isPrivate && isMethod && privateFieldsAsProperties: + instanceNodes.unshift(buildPrivateMethodInitLoose(_core.types.thisExpression(), prop, privateNamesMap)); + pureStaticNodes.push(buildPrivateMethodDeclaration(prop, privateNamesMap, privateFieldsAsProperties)); + break; + + case isInstance && isPrivate && isMethod && !privateFieldsAsProperties: + instanceNodes.unshift(buildPrivateInstanceMethodInitSpec(_core.types.thisExpression(), prop, privateNamesMap, state)); + pureStaticNodes.push(buildPrivateMethodDeclaration(prop, privateNamesMap, privateFieldsAsProperties)); + break; + + case isStatic && isPrivate && isMethod && !privateFieldsAsProperties: + needsClassRef = true; + staticNodes.unshift(buildPrivateStaticFieldInitSpec(prop, privateNamesMap)); + pureStaticNodes.push(buildPrivateMethodDeclaration(prop, privateNamesMap, privateFieldsAsProperties)); + break; + + case isStatic && isPrivate && isMethod && privateFieldsAsProperties: + needsClassRef = true; + staticNodes.unshift(buildPrivateStaticMethodInitLoose(_core.types.cloneNode(ref), prop, state, privateNamesMap)); + pureStaticNodes.push(buildPrivateMethodDeclaration(prop, privateNamesMap, privateFieldsAsProperties)); + break; + + case isInstance && isPublic && isField && setPublicClassFields: + instanceNodes.push(buildPublicFieldInitLoose(_core.types.thisExpression(), prop)); + break; + + case isInstance && isPublic && isField && !setPublicClassFields: + instanceNodes.push(buildPublicFieldInitSpec(_core.types.thisExpression(), prop, state)); + break; + + default: + throw new Error("Unreachable."); + } + } + + return { + staticNodes: staticNodes.filter(Boolean), + instanceNodes: instanceNodes.filter(Boolean), + pureStaticNodes: pureStaticNodes.filter(Boolean), + + wrapClass(path) { + for (const prop of props) { + prop.remove(); + } + + if (injectSuperRef) { + path.scope.push({ + id: _core.types.cloneNode(injectSuperRef) + }); + path.set("superClass", _core.types.assignmentExpression("=", injectSuperRef, path.node.superClass)); + } + + if (!needsClassRef) return path; + + if (path.isClassExpression()) { + path.scope.push({ + id: ref + }); + path.replaceWith(_core.types.assignmentExpression("=", _core.types.cloneNode(ref), path.node)); + } else if (!path.node.id) { + path.node.id = ref; + } + + return path; + } + + }; +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-create-class-features-plugin/lib/index.js b/FantasticAnimals/node_modules/@babel/helper-create-class-features-plugin/lib/index.js new file mode 100644 index 0000000..d030e86 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-create-class-features-plugin/lib/index.js @@ -0,0 +1,236 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +Object.defineProperty(exports, "FEATURES", { + enumerable: true, + get: function () { + return _features.FEATURES; + } +}); +exports.createClassFeaturePlugin = createClassFeaturePlugin; +Object.defineProperty(exports, "enableFeature", { + enumerable: true, + get: function () { + return _features.enableFeature; + } +}); +Object.defineProperty(exports, "injectInitialization", { + enumerable: true, + get: function () { + return _misc.injectInitialization; + } +}); + +var _core = require("@babel/core"); + +var _helperFunctionName = require("@babel/helper-function-name"); + +var _helperSplitExportDeclaration = require("@babel/helper-split-export-declaration"); + +var _fields = require("./fields"); + +var _decorators = require("./decorators"); + +var _misc = require("./misc"); + +var _features = require("./features"); + +var _typescript = require("./typescript"); + +const version = "7.18.13".split(".").reduce((v, x) => v * 1e5 + +x, 0); +const versionKey = "@babel/plugin-class-features/version"; + +function createClassFeaturePlugin({ + name, + feature, + loose, + manipulateOptions, + api = { + assumption: () => void 0 + }, + inherits +}) { + const setPublicClassFields = api.assumption("setPublicClassFields"); + const privateFieldsAsProperties = api.assumption("privateFieldsAsProperties"); + const constantSuper = api.assumption("constantSuper"); + const noDocumentAll = api.assumption("noDocumentAll"); + + if (loose === true) { + const explicit = []; + + if (setPublicClassFields !== undefined) { + explicit.push(`"setPublicClassFields"`); + } + + if (privateFieldsAsProperties !== undefined) { + explicit.push(`"privateFieldsAsProperties"`); + } + + if (explicit.length !== 0) { + console.warn(`[${name}]: You are using the "loose: true" option and you are` + ` explicitly setting a value for the ${explicit.join(" and ")}` + ` assumption${explicit.length > 1 ? "s" : ""}. The "loose" option` + ` can cause incompatibilities with the other class features` + ` plugins, so it's recommended that you replace it with the` + ` following top-level option:\n` + `\t"assumptions": {\n` + `\t\t"setPublicClassFields": true,\n` + `\t\t"privateFieldsAsProperties": true\n` + `\t}`); + } + } + + return { + name, + manipulateOptions, + inherits, + + pre(file) { + (0, _features.enableFeature)(file, feature, loose); + + if (!file.get(versionKey) || file.get(versionKey) < version) { + file.set(versionKey, version); + } + }, + + visitor: { + Class(path, { + file + }) { + if (file.get(versionKey) !== version) return; + if (!(0, _features.shouldTransform)(path, file)) return; + if (path.isClassDeclaration()) (0, _typescript.assertFieldTransformed)(path); + const loose = (0, _features.isLoose)(file, feature); + let constructor; + const isDecorated = (0, _decorators.hasDecorators)(path.node); + const props = []; + const elements = []; + const computedPaths = []; + const privateNames = new Set(); + const body = path.get("body"); + + for (const path of body.get("body")) { + if ((path.isClassProperty() || path.isClassMethod()) && path.node.computed) { + computedPaths.push(path); + } + + if (path.isPrivate()) { + const { + name + } = path.node.key.id; + const getName = `get ${name}`; + const setName = `set ${name}`; + + if (path.isClassPrivateMethod()) { + if (path.node.kind === "get") { + if (privateNames.has(getName) || privateNames.has(name) && !privateNames.has(setName)) { + throw path.buildCodeFrameError("Duplicate private field"); + } + + privateNames.add(getName).add(name); + } else if (path.node.kind === "set") { + if (privateNames.has(setName) || privateNames.has(name) && !privateNames.has(getName)) { + throw path.buildCodeFrameError("Duplicate private field"); + } + + privateNames.add(setName).add(name); + } + } else { + if (privateNames.has(name) && !privateNames.has(getName) && !privateNames.has(setName) || privateNames.has(name) && (privateNames.has(getName) || privateNames.has(setName))) { + throw path.buildCodeFrameError("Duplicate private field"); + } + + privateNames.add(name); + } + } + + if (path.isClassMethod({ + kind: "constructor" + })) { + constructor = path; + } else { + elements.push(path); + + if (path.isProperty() || path.isPrivate() || path.isStaticBlock != null && path.isStaticBlock()) { + props.push(path); + } + } + } + + { + if (!props.length && !isDecorated) return; + } + const innerBinding = path.node.id; + let ref; + + if (!innerBinding || path.isClassExpression()) { + (0, _helperFunctionName.default)(path); + ref = path.scope.generateUidIdentifier("class"); + } else { + ref = _core.types.cloneNode(path.node.id); + } + + const privateNamesMap = (0, _fields.buildPrivateNamesMap)(props); + const privateNamesNodes = (0, _fields.buildPrivateNamesNodes)(privateNamesMap, privateFieldsAsProperties != null ? privateFieldsAsProperties : loose, file); + (0, _fields.transformPrivateNamesUsage)(ref, path, privateNamesMap, { + privateFieldsAsProperties: privateFieldsAsProperties != null ? privateFieldsAsProperties : loose, + noDocumentAll, + innerBinding + }, file); + let keysNodes, staticNodes, instanceNodes, pureStaticNodes, wrapClass; + { + if (isDecorated) { + staticNodes = pureStaticNodes = keysNodes = []; + ({ + instanceNodes, + wrapClass + } = (0, _decorators.buildDecoratedClass)(ref, path, elements, file)); + } else { + keysNodes = (0, _misc.extractComputedKeys)(path, computedPaths, file); + ({ + staticNodes, + pureStaticNodes, + instanceNodes, + wrapClass + } = (0, _fields.buildFieldsInitNodes)(ref, path.node.superClass, props, privateNamesMap, file, setPublicClassFields != null ? setPublicClassFields : loose, privateFieldsAsProperties != null ? privateFieldsAsProperties : loose, constantSuper != null ? constantSuper : loose, innerBinding)); + } + } + + if (instanceNodes.length > 0) { + (0, _misc.injectInitialization)(path, constructor, instanceNodes, (referenceVisitor, state) => { + { + if (isDecorated) return; + } + + for (const prop of props) { + if (_core.types.isStaticBlock != null && _core.types.isStaticBlock(prop.node) || prop.node.static) continue; + prop.traverse(referenceVisitor, state); + } + }); + } + + const wrappedPath = wrapClass(path); + wrappedPath.insertBefore([...privateNamesNodes, ...keysNodes]); + + if (staticNodes.length > 0) { + wrappedPath.insertAfter(staticNodes); + } + + if (pureStaticNodes.length > 0) { + wrappedPath.find(parent => parent.isStatement() || parent.isDeclaration()).insertAfter(pureStaticNodes); + } + }, + + ExportDefaultDeclaration(path, { + file + }) { + { + if (file.get(versionKey) !== version) return; + const decl = path.get("declaration"); + + if (decl.isClassDeclaration() && (0, _decorators.hasDecorators)(decl.node)) { + if (decl.node.id) { + (0, _helperSplitExportDeclaration.default)(path); + } else { + decl.node.type = "ClassExpression"; + } + } + } + } + + } + }; +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-create-class-features-plugin/lib/misc.js b/FantasticAnimals/node_modules/@babel/helper-create-class-features-plugin/lib/misc.js new file mode 100644 index 0000000..7f609dc --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-create-class-features-plugin/lib/misc.js @@ -0,0 +1,129 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.extractComputedKeys = extractComputedKeys; +exports.injectInitialization = injectInitialization; + +var _core = require("@babel/core"); + +var _helperEnvironmentVisitor = require("@babel/helper-environment-visitor"); + +const findBareSupers = _core.traverse.visitors.merge([{ + Super(path) { + const { + node, + parentPath + } = path; + + if (parentPath.isCallExpression({ + callee: node + })) { + this.push(parentPath); + } + } + +}, _helperEnvironmentVisitor.default]); + +const referenceVisitor = { + "TSTypeAnnotation|TypeAnnotation"(path) { + path.skip(); + }, + + ReferencedIdentifier(path, { + scope + }) { + if (scope.hasOwnBinding(path.node.name)) { + scope.rename(path.node.name); + path.skip(); + } + } + +}; + +function handleClassTDZ(path, state) { + if (state.classBinding && state.classBinding === path.scope.getBinding(path.node.name)) { + const classNameTDZError = state.file.addHelper("classNameTDZError"); + + const throwNode = _core.types.callExpression(classNameTDZError, [_core.types.stringLiteral(path.node.name)]); + + path.replaceWith(_core.types.sequenceExpression([throwNode, path.node])); + path.skip(); + } +} + +const classFieldDefinitionEvaluationTDZVisitor = { + ReferencedIdentifier: handleClassTDZ +}; + +function injectInitialization(path, constructor, nodes, renamer) { + if (!nodes.length) return; + const isDerived = !!path.node.superClass; + + if (!constructor) { + const newConstructor = _core.types.classMethod("constructor", _core.types.identifier("constructor"), [], _core.types.blockStatement([])); + + if (isDerived) { + newConstructor.params = [_core.types.restElement(_core.types.identifier("args"))]; + newConstructor.body.body.push(_core.template.statement.ast`super(...args)`); + } + + [constructor] = path.get("body").unshiftContainer("body", newConstructor); + } + + if (renamer) { + renamer(referenceVisitor, { + scope: constructor.scope + }); + } + + if (isDerived) { + const bareSupers = []; + constructor.traverse(findBareSupers, bareSupers); + let isFirst = true; + + for (const bareSuper of bareSupers) { + if (isFirst) { + bareSuper.insertAfter(nodes); + isFirst = false; + } else { + bareSuper.insertAfter(nodes.map(n => _core.types.cloneNode(n))); + } + } + } else { + constructor.get("body").unshiftContainer("body", nodes); + } +} + +function extractComputedKeys(path, computedPaths, file) { + const declarations = []; + const state = { + classBinding: path.node.id && path.scope.getBinding(path.node.id.name), + file + }; + + for (const computedPath of computedPaths) { + const computedKey = computedPath.get("key"); + + if (computedKey.isReferencedIdentifier()) { + handleClassTDZ(computedKey, state); + } else { + computedKey.traverse(classFieldDefinitionEvaluationTDZVisitor, state); + } + + const computedNode = computedPath.node; + + if (!computedKey.isConstantExpression()) { + const ident = path.scope.generateUidIdentifierBasedOnNode(computedNode.key); + path.scope.push({ + id: ident, + kind: "let" + }); + declarations.push(_core.types.expressionStatement(_core.types.assignmentExpression("=", _core.types.cloneNode(ident), computedNode.key))); + computedNode.key = _core.types.cloneNode(ident); + } + } + + return declarations; +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js b/FantasticAnimals/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js new file mode 100644 index 0000000..394c483 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js @@ -0,0 +1,12 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.assertFieldTransformed = assertFieldTransformed; + +function assertFieldTransformed(path) { + if (path.node.declare) { + throw path.buildCodeFrameError(`TypeScript 'declare' fields must first be transformed by ` + `@babel/plugin-transform-typescript.\n` + `If you have already enabled that plugin (or '@babel/preset-typescript'), make sure ` + `that it runs before any plugin related to additional class features:\n` + ` - @babel/plugin-proposal-class-properties\n` + ` - @babel/plugin-proposal-private-methods\n` + ` - @babel/plugin-proposal-decorators`); + } +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-create-class-features-plugin/package.json b/FantasticAnimals/node_modules/@babel/helper-create-class-features-plugin/package.json new file mode 100644 index 0000000..d65f4bf --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-create-class-features-plugin/package.json @@ -0,0 +1,42 @@ +{ + "name": "@babel/helper-create-class-features-plugin", + "version": "7.18.13", + "author": "The Babel Team (https://babel.dev/team)", + "license": "MIT", + "description": "Compile class public and private fields, private methods and decorators to ES6", + "repository": { + "type": "git", + "url": "https://github.com/babel/babel.git", + "directory": "packages/babel-helper-create-class-features-plugin" + }, + "main": "./lib/index.js", + "publishConfig": { + "access": "public" + }, + "keywords": [ + "babel", + "babel-plugin" + ], + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-function-name": "^7.18.9", + "@babel/helper-member-expression-to-functions": "^7.18.9", + "@babel/helper-optimise-call-expression": "^7.18.6", + "@babel/helper-replace-supers": "^7.18.9", + "@babel/helper-split-export-declaration": "^7.18.6" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + }, + "devDependencies": { + "@babel/core": "^7.18.13", + "@babel/helper-plugin-test-runner": "^7.18.6", + "@babel/plugin-syntax-class-static-block": "^7.14.5", + "@babel/preset-env": "^7.18.10" + }, + "engines": { + "node": ">=6.9.0" + }, + "type": "commonjs" +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-create-regexp-features-plugin/LICENSE b/FantasticAnimals/node_modules/@babel/helper-create-regexp-features-plugin/LICENSE new file mode 100644 index 0000000..f31575e --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-create-regexp-features-plugin/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +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/FantasticAnimals/node_modules/@babel/helper-create-regexp-features-plugin/README.md b/FantasticAnimals/node_modules/@babel/helper-create-regexp-features-plugin/README.md new file mode 100644 index 0000000..9c6f350 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-create-regexp-features-plugin/README.md @@ -0,0 +1,19 @@ +# @babel/helper-create-regexp-features-plugin + +> Compile ESNext Regular Expressions to ES5 + +See our website [@babel/helper-create-regexp-features-plugin](https://babeljs.io/docs/en/babel-helper-create-regexp-features-plugin) for more information. + +## Install + +Using npm: + +```sh +npm install --save @babel/helper-create-regexp-features-plugin +``` + +or using yarn: + +```sh +yarn add @babel/helper-create-regexp-features-plugin +``` diff --git a/FantasticAnimals/node_modules/@babel/helper-create-regexp-features-plugin/lib/features.js b/FantasticAnimals/node_modules/@babel/helper-create-regexp-features-plugin/lib/features.js new file mode 100644 index 0000000..3be4b05 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-create-regexp-features-plugin/lib/features.js @@ -0,0 +1,31 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.FEATURES = void 0; +exports.enableFeature = enableFeature; +exports.featuresKey = void 0; +exports.hasFeature = hasFeature; +exports.runtimeKey = void 0; +const FEATURES = Object.freeze({ + unicodeFlag: 1 << 0, + dotAllFlag: 1 << 1, + unicodePropertyEscape: 1 << 2, + namedCaptureGroups: 1 << 3, + unicodeSetsFlag_syntax: 1 << 4, + unicodeSetsFlag: 1 << 5 +}); +exports.FEATURES = FEATURES; +const featuresKey = "@babel/plugin-regexp-features/featuresKey"; +exports.featuresKey = featuresKey; +const runtimeKey = "@babel/plugin-regexp-features/runtimeKey"; +exports.runtimeKey = runtimeKey; + +function enableFeature(features, feature) { + return features | feature; +} + +function hasFeature(features, feature) { + return !!(features & feature); +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-create-regexp-features-plugin/lib/index.js b/FantasticAnimals/node_modules/@babel/helper-create-regexp-features-plugin/lib/index.js new file mode 100644 index 0000000..c64b2ff --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-create-regexp-features-plugin/lib/index.js @@ -0,0 +1,106 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.createRegExpFeaturePlugin = createRegExpFeaturePlugin; + +var _regexpuCore = require("regexpu-core"); + +var _features = require("./features"); + +var _util = require("./util"); + +var _core = require("@babel/core"); + +var _helperAnnotateAsPure = require("@babel/helper-annotate-as-pure"); + +const version = "7.18.6".split(".").reduce((v, x) => v * 1e5 + +x, 0); +const versionKey = "@babel/plugin-regexp-features/version"; + +function createRegExpFeaturePlugin({ + name, + feature, + options = {}, + manipulateOptions = () => {} +}) { + return { + name, + manipulateOptions, + + pre() { + var _file$get; + + const { + file + } = this; + const features = (_file$get = file.get(_features.featuresKey)) != null ? _file$get : 0; + let newFeatures = (0, _features.enableFeature)(features, _features.FEATURES[feature]); + const { + useUnicodeFlag, + runtime = true + } = options; + + if (useUnicodeFlag === false) { + newFeatures = (0, _features.enableFeature)(newFeatures, _features.FEATURES.unicodeFlag); + } + + if (newFeatures !== features) { + file.set(_features.featuresKey, newFeatures); + } + + if (!runtime) { + file.set(_features.runtimeKey, false); + } + + if (!file.has(versionKey) || file.get(versionKey) < version) { + file.set(versionKey, version); + } + }, + + visitor: { + RegExpLiteral(path) { + var _file$get2; + + const { + node + } = path; + const { + file + } = this; + const features = file.get(_features.featuresKey); + const runtime = (_file$get2 = file.get(_features.runtimeKey)) != null ? _file$get2 : true; + const regexpuOptions = (0, _util.generateRegexpuOptions)(features); + if ((0, _util.canSkipRegexpu)(node, regexpuOptions)) return; + const namedCaptureGroups = {}; + + if (regexpuOptions.namedGroups === "transform") { + regexpuOptions.onNamedGroup = (name, index) => { + namedCaptureGroups[name] = index; + }; + } + + node.pattern = _regexpuCore(node.pattern, node.flags, regexpuOptions); + + if (regexpuOptions.namedGroups === "transform" && Object.keys(namedCaptureGroups).length > 0 && runtime && !isRegExpTest(path)) { + const call = _core.types.callExpression(this.addHelper("wrapRegExp"), [node, _core.types.valueToNode(namedCaptureGroups)]); + + (0, _helperAnnotateAsPure.default)(call); + path.replaceWith(call); + } + + node.flags = (0, _util.transformFlags)(regexpuOptions, node.flags); + } + + } + }; +} + +function isRegExpTest(path) { + return path.parentPath.isMemberExpression({ + object: path.node, + computed: false + }) && path.parentPath.get("property").isIdentifier({ + name: "test" + }); +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-create-regexp-features-plugin/lib/util.js b/FantasticAnimals/node_modules/@babel/helper-create-regexp-features-plugin/lib/util.js new file mode 100644 index 0000000..7bb6d40 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-create-regexp-features-plugin/lib/util.js @@ -0,0 +1,70 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.canSkipRegexpu = canSkipRegexpu; +exports.generateRegexpuOptions = generateRegexpuOptions; +exports.transformFlags = transformFlags; + +var _features = require("./features"); + +function generateRegexpuOptions(toTransform) { + const feat = (name, ok = "transform") => { + return (0, _features.hasFeature)(toTransform, _features.FEATURES[name]) ? ok : false; + }; + + return { + unicodeFlag: feat("unicodeFlag"), + unicodeSetsFlag: feat("unicodeSetsFlag") || feat("unicodeSetsFlag_syntax", "parse"), + dotAllFlag: feat("dotAllFlag"), + unicodePropertyEscapes: feat("unicodePropertyEscape"), + namedGroups: feat("namedCaptureGroups"), + onNamedGroup: () => {} + }; +} + +function canSkipRegexpu(node, options) { + const { + flags, + pattern + } = node; + + if (flags.includes("v")) { + if (options.unicodeSetsFlag === "transform") return false; + } + + if (flags.includes("u")) { + if (options.unicodeFlag === "transform") return false; + + if (options.unicodePropertyEscapes === "transform" && /\\[pP]{/.test(pattern)) { + return false; + } + } + + if (flags.includes("s")) { + if (options.dotAllFlag === "transform") return false; + } + + if (options.namedGroups === "transform" && /\(\?<(?![=!])/.test(pattern)) { + return false; + } + + return true; +} + +function transformFlags(regexpuOptions, flags) { + if (regexpuOptions.unicodeSetsFlag === "transform") { + flags = flags.replace("v", "u"); + } + + if (regexpuOptions.unicodeFlag === "transform") { + flags = flags.replace("u", ""); + } + + if (regexpuOptions.dotAllFlag === "transform") { + flags = flags.replace("s", ""); + } + + return flags; +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-create-regexp-features-plugin/package.json b/FantasticAnimals/node_modules/@babel/helper-create-regexp-features-plugin/package.json new file mode 100644 index 0000000..e0aef14 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-create-regexp-features-plugin/package.json @@ -0,0 +1,35 @@ +{ + "name": "@babel/helper-create-regexp-features-plugin", + "version": "7.18.6", + "author": "The Babel Team (https://babel.dev/team)", + "license": "MIT", + "description": "Compile ESNext Regular Expressions to ES5", + "repository": { + "type": "git", + "url": "https://github.com/babel/babel.git", + "directory": "packages/babel-helper-create-regexp-features-plugin" + }, + "main": "./lib/index.js", + "publishConfig": { + "access": "public" + }, + "keywords": [ + "babel", + "babel-plugin" + ], + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "regexpu-core": "^5.1.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + }, + "devDependencies": { + "@babel/core": "^7.18.6", + "@babel/helper-plugin-test-runner": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "type": "commonjs" +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/LICENSE b/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/LICENSE new file mode 100644 index 0000000..b74971f --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2014-present Nicolò Ribaudo and other contributors + +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/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/README.md b/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/README.md new file mode 100644 index 0000000..21989fc --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/README.md @@ -0,0 +1,15 @@ +# @babel/helper-define-polyfill-provider + +## Install + +Using npm: + +```sh +npm install --save-dev @babel/helper-define-polyfill-provider +``` + +or using yarn: + +```sh +yarn add @babel/helper-define-polyfill-provider --dev +``` diff --git a/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/esm/index.browser.mjs b/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/esm/index.browser.mjs new file mode 100644 index 0000000..9c4edfd --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/esm/index.browser.mjs @@ -0,0 +1,826 @@ +import { declare } from '@babel/helper-plugin-utils'; +import _getTargets, { prettifyTargets, getInclusionReasons, isRequired } from '@babel/helper-compilation-targets'; +import * as _babel from '@babel/core'; + +const { + types: t$1, + template: template +} = _babel.default || _babel; +function intersection(a, b) { + const result = new Set(); + a.forEach(v => b.has(v) && result.add(v)); + return result; +} +function has$1(object, key) { + return Object.prototype.hasOwnProperty.call(object, key); +} + +function getType(target) { + return Object.prototype.toString.call(target).slice(8, -1); +} + +function resolveId(path) { + if (path.isIdentifier() && !path.scope.hasBinding(path.node.name, + /* noGlobals */ + true)) { + return path.node.name; + } + + const { + deopt + } = path.evaluate(); + + if (deopt && deopt.isIdentifier()) { + return deopt.node.name; + } +} + +function resolveKey(path, computed = false) { + const { + scope + } = path; + if (path.isStringLiteral()) return path.node.value; + const isIdentifier = path.isIdentifier(); + + if (isIdentifier && !(computed || path.parent.computed)) { + return path.node.name; + } + + if (computed && path.isMemberExpression() && path.get("object").isIdentifier({ + name: "Symbol" + }) && !scope.hasBinding("Symbol", + /* noGlobals */ + true)) { + const sym = resolveKey(path.get("property"), path.node.computed); + if (sym) return "Symbol." + sym; + } + + if (!isIdentifier || scope.hasBinding(path.node.name, + /* noGlobals */ + true)) { + const { + value + } = path.evaluate(); + if (typeof value === "string") return value; + } +} +function resolveSource(obj) { + if (obj.isMemberExpression() && obj.get("property").isIdentifier({ + name: "prototype" + })) { + const id = resolveId(obj.get("object")); + + if (id) { + return { + id, + placement: "prototype" + }; + } + + return { + id: null, + placement: null + }; + } + + const id = resolveId(obj); + + if (id) { + return { + id, + placement: "static" + }; + } + + const { + value + } = obj.evaluate(); + + if (value !== undefined) { + return { + id: getType(value), + placement: "prototype" + }; + } else if (obj.isRegExpLiteral()) { + return { + id: "RegExp", + placement: "prototype" + }; + } else if (obj.isFunction()) { + return { + id: "Function", + placement: "prototype" + }; + } + + return { + id: null, + placement: null + }; +} +function getImportSource({ + node +}) { + if (node.specifiers.length === 0) return node.source.value; +} +function getRequireSource({ + node +}) { + if (!t$1.isExpressionStatement(node)) return; + const { + expression + } = node; + + if (t$1.isCallExpression(expression) && t$1.isIdentifier(expression.callee) && expression.callee.name === "require" && expression.arguments.length === 1 && t$1.isStringLiteral(expression.arguments[0])) { + return expression.arguments[0].value; + } +} + +function hoist(node) { + // @ts-expect-error + node._blockHoist = 3; + return node; +} + +function createUtilsGetter(cache) { + return path => { + const prog = path.findParent(p => p.isProgram()); + return { + injectGlobalImport(url) { + cache.storeAnonymous(prog, url, (isScript, source) => { + return isScript ? template.statement.ast`require(${source})` : t$1.importDeclaration([], source); + }); + }, + + injectNamedImport(url, name, hint = name) { + return cache.storeNamed(prog, url, name, (isScript, source, name) => { + const id = prog.scope.generateUidIdentifier(hint); + return { + node: isScript ? hoist(template.statement.ast` + var ${id} = require(${source}).${name} + `) : t$1.importDeclaration([t$1.importSpecifier(id, name)], source), + name: id.name + }; + }); + }, + + injectDefaultImport(url, hint = url) { + return cache.storeNamed(prog, url, "default", (isScript, source) => { + const id = prog.scope.generateUidIdentifier(hint); + return { + node: isScript ? hoist(template.statement.ast`var ${id} = require(${source})`) : t$1.importDeclaration([t$1.importDefaultSpecifier(id)], source), + name: id.name + }; + }); + } + + }; + }; +} + +const { + types: t +} = _babel.default || _babel; +class ImportsCache { + constructor(resolver) { + this._imports = new WeakMap(); + this._anonymousImports = new WeakMap(); + this._lastImports = new WeakMap(); + this._resolver = resolver; + } + + storeAnonymous(programPath, url, // eslint-disable-next-line no-undef + getVal) { + const key = this._normalizeKey(programPath, url); + + const imports = this._ensure(this._anonymousImports, programPath, Set); + + if (imports.has(key)) return; + const node = getVal(programPath.node.sourceType === "script", t.stringLiteral(this._resolver(url))); + imports.add(key); + + this._injectImport(programPath, node); + } + + storeNamed(programPath, url, name, getVal) { + const key = this._normalizeKey(programPath, url, name); + + const imports = this._ensure(this._imports, programPath, Map); + + if (!imports.has(key)) { + const { + node, + name: id + } = getVal(programPath.node.sourceType === "script", t.stringLiteral(this._resolver(url)), t.identifier(name)); + imports.set(key, id); + + this._injectImport(programPath, node); + } + + return t.identifier(imports.get(key)); + } + + _injectImport(programPath, node) { + const lastImport = this._lastImports.get(programPath); + + let newNodes; + + if (lastImport && lastImport.node && // Sometimes the AST is modified and the "last import" + // we have has been replaced + lastImport.parent === programPath.node && lastImport.container === programPath.node.body) { + newNodes = lastImport.insertAfter(node); + } else { + newNodes = programPath.unshiftContainer("body", node); + } + + const newNode = newNodes[newNodes.length - 1]; + + this._lastImports.set(programPath, newNode); + /* + let lastImport; + programPath.get("body").forEach(path => { + if (path.isImportDeclaration()) lastImport = path; + if ( + path.isExpressionStatement() && + isRequireCall(path.get("expression")) + ) { + lastImport = path; + } + if ( + path.isVariableDeclaration() && + path.get("declarations").length === 1 && + (isRequireCall(path.get("declarations.0.init")) || + (path.get("declarations.0.init").isMemberExpression() && + isRequireCall(path.get("declarations.0.init.object")))) + ) { + lastImport = path; + } + });*/ + + } + + _ensure(map, programPath, Collection) { + let collection = map.get(programPath); + + if (!collection) { + collection = new Collection(); + map.set(programPath, collection); + } + + return collection; + } + + _normalizeKey(programPath, url, name = "") { + const { + sourceType + } = programPath.node; // If we rely on the imported binding (the "name" parameter), we also need to cache + // based on the sourceType. This is because the module transforms change the names + // of the import variables. + + return `${name && sourceType}::${url}::${name}`; + } + +} + +const presetEnvSilentDebugHeader = "#__secret_key__@babel/preset-env__don't_log_debug_header_and_resolved_targets"; +function stringifyTargetsMultiline(targets) { + return JSON.stringify(prettifyTargets(targets), null, 2); +} + +function patternToRegExp(pattern) { + if (pattern instanceof RegExp) return pattern; + + try { + return new RegExp(`^${pattern}$`); + } catch { + return null; + } +} + +function buildUnusedError(label, unused) { + if (!unused.length) return ""; + return ` - The following "${label}" patterns didn't match any polyfill:\n` + unused.map(original => ` ${String(original)}\n`).join(""); +} + +function buldDuplicatesError(duplicates) { + if (!duplicates.size) return ""; + return ` - The following polyfills were matched both by "include" and "exclude" patterns:\n` + Array.from(duplicates, name => ` ${name}\n`).join(""); +} + +function validateIncludeExclude(provider, polyfills, includePatterns, excludePatterns) { + let current; + + const filter = pattern => { + const regexp = patternToRegExp(pattern); + if (!regexp) return false; + let matched = false; + + for (const polyfill of polyfills) { + if (regexp.test(polyfill)) { + matched = true; + current.add(polyfill); + } + } + + return !matched; + }; // prettier-ignore + + + const include = current = new Set(); + const unusedInclude = Array.from(includePatterns).filter(filter); // prettier-ignore + + const exclude = current = new Set(); + const unusedExclude = Array.from(excludePatterns).filter(filter); + const duplicates = intersection(include, exclude); + + if (duplicates.size > 0 || unusedInclude.length > 0 || unusedExclude.length > 0) { + throw new Error(`Error while validating the "${provider}" provider options:\n` + buildUnusedError("include", unusedInclude) + buildUnusedError("exclude", unusedExclude) + buldDuplicatesError(duplicates)); + } + + return { + include, + exclude + }; +} +function applyMissingDependenciesDefaults(options, babelApi) { + const { + missingDependencies = {} + } = options; + if (missingDependencies === false) return false; + const caller = babelApi.caller(caller => caller == null ? void 0 : caller.name); + const { + log = "deferred", + inject = caller === "rollup-plugin-babel" ? "throw" : "import", + all = false + } = missingDependencies; + return { + log, + inject, + all + }; +} + +var usage = (callProvider => { + function property(object, key, placement, path) { + return callProvider({ + kind: "property", + object, + key, + placement + }, path); + } + + return { + // Symbol(), new Promise + ReferencedIdentifier(path) { + const { + node: { + name + }, + scope + } = path; + if (scope.getBindingIdentifier(name)) return; + callProvider({ + kind: "global", + name + }, path); + }, + + MemberExpression(path) { + const key = resolveKey(path.get("property"), path.node.computed); + if (!key || key === "prototype") return; + const object = path.get("object"); + + if (object.isIdentifier()) { + const binding = object.scope.getBinding(object.node.name); + if (binding && binding.path.isImportNamespaceSpecifier()) return; + } + + const source = resolveSource(object); + return property(source.id, key, source.placement, path); + }, + + ObjectPattern(path) { + const { + parentPath, + parent + } = path; + let obj; // const { keys, values } = Object + + if (parentPath.isVariableDeclarator()) { + obj = parentPath.get("init"); // ({ keys, values } = Object) + } else if (parentPath.isAssignmentExpression()) { + obj = parentPath.get("right"); // !function ({ keys, values }) {...} (Object) + // resolution does not work after properties transform :-( + } else if (parentPath.isFunction()) { + const grand = parentPath.parentPath; + + if (grand.isCallExpression() || grand.isNewExpression()) { + if (grand.node.callee === parent) { + obj = grand.get("arguments")[path.key]; + } + } + } + + let id = null; + let placement = null; + if (obj) ({ + id, + placement + } = resolveSource(obj)); + + for (const prop of path.get("properties")) { + if (prop.isObjectProperty()) { + const key = resolveKey(prop.get("key")); + if (key) property(id, key, placement, prop); + } + } + }, + + BinaryExpression(path) { + if (path.node.operator !== "in") return; + const source = resolveSource(path.get("right")); + const key = resolveKey(path.get("left"), true); + if (!key) return; + callProvider({ + kind: "in", + object: source.id, + key, + placement: source.placement + }, path); + } + + }; +}); + +var entry = (callProvider => ({ + ImportDeclaration(path) { + const source = getImportSource(path); + if (!source) return; + callProvider({ + kind: "import", + source + }, path); + }, + + Program(path) { + path.get("body").forEach(bodyPath => { + const source = getRequireSource(bodyPath); + if (!source) return; + callProvider({ + kind: "import", + source + }, bodyPath); + }); + } + +})); + +function resolve(dirname, moduleName, absoluteImports) { + if (absoluteImports === false) return moduleName; + throw new Error(`"absoluteImports" is not supported in bundles prepared for the browser.`); +} // eslint-disable-next-line @typescript-eslint/no-unused-vars + +function has(basedir, name) { + return true; +} // eslint-disable-next-line @typescript-eslint/no-unused-vars + +function logMissing(missingDeps) {} // eslint-disable-next-line @typescript-eslint/no-unused-vars + +function laterLogMissing(missingDeps) {} + +const PossibleGlobalObjects = new Set(["global", "globalThis", "self", "window"]); +function createMetaResolver(polyfills) { + const { + static: staticP, + instance: instanceP, + global: globalP + } = polyfills; + return meta => { + if (meta.kind === "global" && globalP && has$1(globalP, meta.name)) { + return { + kind: "global", + desc: globalP[meta.name], + name: meta.name + }; + } + + if (meta.kind === "property" || meta.kind === "in") { + const { + placement, + object, + key + } = meta; + + if (object && placement === "static") { + if (globalP && PossibleGlobalObjects.has(object) && has$1(globalP, key)) { + return { + kind: "global", + desc: globalP[key], + name: key + }; + } + + if (staticP && has$1(staticP, object) && has$1(staticP[object], key)) { + return { + kind: "static", + desc: staticP[object][key], + name: `${object}$${key}` + }; + } + } + + if (instanceP && has$1(instanceP, key)) { + return { + kind: "instance", + desc: instanceP[key], + name: `${key}` + }; + } + } + }; +} + +const getTargets = _getTargets.default || _getTargets; + +function resolveOptions(options, babelApi) { + const { + method, + targets: targetsOption, + ignoreBrowserslistConfig, + configPath, + debug, + shouldInjectPolyfill, + absoluteImports, + ...providerOptions + } = options; + + if (isEmpty(options)) { + throw new Error(`\ +This plugin requires options, for example: + { + "plugins": [ + ["", { method: "usage-pure" }] + ] + } + +See more options at https://github.com/babel/babel-polyfills/blob/main/docs/usage.md`); + } + + let methodName; + if (method === "usage-global") methodName = "usageGlobal";else if (method === "entry-global") methodName = "entryGlobal";else if (method === "usage-pure") methodName = "usagePure";else if (typeof method !== "string") { + throw new Error(".method must be a string"); + } else { + throw new Error(`.method must be one of "entry-global", "usage-global"` + ` or "usage-pure" (received ${JSON.stringify(method)})`); + } + + if (typeof shouldInjectPolyfill === "function") { + if (options.include || options.exclude) { + throw new Error(`.include and .exclude are not supported when using the` + ` .shouldInjectPolyfill function.`); + } + } else if (shouldInjectPolyfill != null) { + throw new Error(`.shouldInjectPolyfill must be a function, or undefined` + ` (received ${JSON.stringify(shouldInjectPolyfill)})`); + } + + if (absoluteImports != null && typeof absoluteImports !== "boolean" && typeof absoluteImports !== "string") { + throw new Error(`.absoluteImports must be a boolean, a string, or undefined` + ` (received ${JSON.stringify(absoluteImports)})`); + } + + let targets; + + if ( // If any browserslist-related option is specified, fallback to the old + // behavior of not using the targets specified in the top-level options. + targetsOption || configPath || ignoreBrowserslistConfig) { + const targetsObj = typeof targetsOption === "string" || Array.isArray(targetsOption) ? { + browsers: targetsOption + } : targetsOption; + targets = getTargets(targetsObj, { + ignoreBrowserslistConfig, + configPath + }); + } else { + targets = babelApi.targets(); + } + + return { + method, + methodName, + targets, + absoluteImports: absoluteImports != null ? absoluteImports : false, + shouldInjectPolyfill, + debug: !!debug, + providerOptions: providerOptions + }; +} + +function instantiateProvider(factory, options, missingDependencies, dirname, debugLog, babelApi) { + const { + method, + methodName, + targets, + debug, + shouldInjectPolyfill, + providerOptions, + absoluteImports + } = resolveOptions(options, babelApi); + const getUtils = createUtilsGetter(new ImportsCache(moduleName => resolve(dirname, moduleName, absoluteImports))); // eslint-disable-next-line prefer-const + + let include, exclude; + let polyfillsSupport; + let polyfillsNames; + let filterPolyfills; + const depsCache = new Map(); + const api = { + babel: babelApi, + getUtils, + method: options.method, + targets, + createMetaResolver, + + shouldInjectPolyfill(name) { + if (polyfillsNames === undefined) { + throw new Error(`Internal error in the ${factory.name} provider: ` + `shouldInjectPolyfill() can't be called during initialization.`); + } + + if (!polyfillsNames.has(name)) { + console.warn(`Internal error in the ${provider.name} provider: ` + `unknown polyfill "${name}".`); + } + + if (filterPolyfills && !filterPolyfills(name)) return false; + let shouldInject = isRequired(name, targets, { + compatData: polyfillsSupport, + includes: include, + excludes: exclude + }); + + if (shouldInjectPolyfill) { + shouldInject = shouldInjectPolyfill(name, shouldInject); + + if (typeof shouldInject !== "boolean") { + throw new Error(`.shouldInjectPolyfill must return a boolean.`); + } + } + + return shouldInject; + }, + + debug(name) { + debugLog().found = true; + if (!debug || !name) return; + if (debugLog().polyfills.has(provider.name)) return; + debugLog().polyfills.set(name, polyfillsSupport && name && polyfillsSupport[name]); + }, + + assertDependency(name, version = "*") { + if (missingDependencies === false) return; + + if (absoluteImports) { + // If absoluteImports is not false, we will try resolving + // the dependency and throw if it's not possible. We can + // skip the check here. + return; + } + + const dep = version === "*" ? name : `${name}@^${version}`; + const found = missingDependencies.all ? false : mapGetOr(depsCache, `${name} :: ${dirname}`, () => has()); + + if (!found) { + debugLog().missingDeps.add(dep); + } + } + + }; + const provider = factory(api, providerOptions, dirname); + + if (typeof provider[methodName] !== "function") { + throw new Error(`The "${provider.name || factory.name}" provider doesn't ` + `support the "${method}" polyfilling method.`); + } + + if (Array.isArray(provider.polyfills)) { + polyfillsNames = new Set(provider.polyfills); + filterPolyfills = provider.filterPolyfills; + } else if (provider.polyfills) { + polyfillsNames = new Set(Object.keys(provider.polyfills)); + polyfillsSupport = provider.polyfills; + filterPolyfills = provider.filterPolyfills; + } else { + polyfillsNames = new Set(); + } + + ({ + include, + exclude + } = validateIncludeExclude(provider.name || factory.name, polyfillsNames, providerOptions.include || [], providerOptions.exclude || [])); + return { + debug, + method, + targets, + provider, + + callProvider(payload, path) { + const utils = getUtils(path); + provider[methodName](payload, utils, path); + } + + }; +} + +function definePolyfillProvider(factory) { + return declare((babelApi, options, dirname) => { + babelApi.assertVersion(7); + const { + traverse + } = babelApi; + let debugLog; + const missingDependencies = applyMissingDependenciesDefaults(options, babelApi); + const { + debug, + method, + targets, + provider, + callProvider + } = instantiateProvider(factory, options, missingDependencies, dirname, () => debugLog, babelApi); + const createVisitor = method === "entry-global" ? entry : usage; + const visitor = provider.visitor ? traverse.visitors.merge([createVisitor(callProvider), provider.visitor]) : createVisitor(callProvider); + + if (debug && debug !== presetEnvSilentDebugHeader) { + console.log(`${provider.name}: \`DEBUG\` option`); + console.log(`\nUsing targets: ${stringifyTargetsMultiline(targets)}`); + console.log(`\nUsing polyfills with \`${method}\` method:`); + } + + return { + name: "inject-polyfills", + visitor, + + pre() { + var _provider$pre; + + debugLog = { + polyfills: new Map(), + found: false, + providers: new Set(), + missingDeps: new Set() + }; + (_provider$pre = provider.pre) == null ? void 0 : _provider$pre.apply(this, arguments); + }, + + post() { + var _provider$post; + + (_provider$post = provider.post) == null ? void 0 : _provider$post.apply(this, arguments); + + if (missingDependencies !== false) { + if (missingDependencies.log === "per-file") { + logMissing(debugLog.missingDeps); + } else { + laterLogMissing(debugLog.missingDeps); + } + } + + if (!debug) return; + if (this.filename) console.log(`\n[${this.filename}]`); + + if (debugLog.polyfills.size === 0) { + console.log(method === "entry-global" ? debugLog.found ? `Based on your targets, the ${provider.name} polyfill did not add any polyfill.` : `The entry point for the ${provider.name} polyfill has not been found.` : `Based on your code and targets, the ${provider.name} polyfill did not add any polyfill.`); + return; + } + + if (method === "entry-global") { + console.log(`The ${provider.name} polyfill entry has been replaced with ` + `the following polyfills:`); + } else { + console.log(`The ${provider.name} polyfill added the following polyfills:`); + } + + for (const [name, support] of debugLog.polyfills) { + if (support) { + const filteredTargets = getInclusionReasons(name, targets, support); + const formattedTargets = JSON.stringify(filteredTargets).replace(/,/g, ", ").replace(/^\{"/, '{ "').replace(/"\}$/, '" }'); + console.log(` ${name} ${formattedTargets}`); + } else { + console.log(` ${name}`); + } + } + } + + }; + }); +} + +function mapGetOr(map, key, getDefault) { + let val = map.get(key); + + if (val === undefined) { + val = getDefault(); + map.set(key, val); + } + + return val; +} + +function isEmpty(obj) { + return Object.keys(obj).length === 0; +} + +export default definePolyfillProvider; +//# sourceMappingURL=index.browser.mjs.map diff --git a/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/esm/index.browser.mjs.map b/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/esm/index.browser.mjs.map new file mode 100644 index 0000000..f5ad22c --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/esm/index.browser.mjs.map @@ -0,0 +1 @@ +{"version":3,"file":"index.browser.mjs","sources":["../src/utils.ts","../src/imports-cache.ts","../src/debug-utils.ts","../src/normalize-options.ts","../src/visitors/usage.ts","../src/visitors/entry.ts","../src/browser/dependencies.ts","../src/meta-resolver.ts","../src/index.ts"],"sourcesContent":["import { types as t, template } from \"@babel/core\";\nimport type { NodePath } from \"@babel/traverse\";\nimport type { Utils } from \"./types\";\nimport type ImportsCache from \"./imports-cache\";\n\nexport function intersection(a: Set, b: Set): Set {\n const result = new Set();\n a.forEach(v => b.has(v) && result.add(v));\n return result;\n}\n\nexport function has(object: any, key: string) {\n return Object.prototype.hasOwnProperty.call(object, key);\n}\n\nfunction getType(target: any): string {\n return Object.prototype.toString.call(target).slice(8, -1);\n}\n\nfunction resolveId(path): string {\n if (\n path.isIdentifier() &&\n !path.scope.hasBinding(path.node.name, /* noGlobals */ true)\n ) {\n return path.node.name;\n }\n\n const { deopt } = path.evaluate();\n if (deopt && deopt.isIdentifier()) {\n return deopt.node.name;\n }\n}\n\nexport function resolveKey(\n path: NodePath,\n computed: boolean = false,\n) {\n const { scope } = path;\n if (path.isStringLiteral()) return path.node.value;\n const isIdentifier = path.isIdentifier();\n if (\n isIdentifier &&\n !(computed || (path.parent as t.MemberExpression).computed)\n ) {\n return path.node.name;\n }\n\n if (\n computed &&\n path.isMemberExpression() &&\n path.get(\"object\").isIdentifier({ name: \"Symbol\" }) &&\n !scope.hasBinding(\"Symbol\", /* noGlobals */ true)\n ) {\n const sym = resolveKey(path.get(\"property\"), path.node.computed);\n if (sym) return \"Symbol.\" + sym;\n }\n\n if (!isIdentifier || scope.hasBinding(path.node.name, /* noGlobals */ true)) {\n const { value } = path.evaluate();\n if (typeof value === \"string\") return value;\n }\n}\n\nexport function resolveSource(obj: NodePath): {\n id: string | null;\n placement: \"prototype\" | \"static\" | null;\n} {\n if (\n obj.isMemberExpression() &&\n obj.get(\"property\").isIdentifier({ name: \"prototype\" })\n ) {\n const id = resolveId(obj.get(\"object\"));\n\n if (id) {\n return { id, placement: \"prototype\" };\n }\n return { id: null, placement: null };\n }\n\n const id = resolveId(obj);\n if (id) {\n return { id, placement: \"static\" };\n }\n\n const { value } = obj.evaluate();\n if (value !== undefined) {\n return { id: getType(value), placement: \"prototype\" };\n } else if (obj.isRegExpLiteral()) {\n return { id: \"RegExp\", placement: \"prototype\" };\n } else if (obj.isFunction()) {\n return { id: \"Function\", placement: \"prototype\" };\n }\n\n return { id: null, placement: null };\n}\n\nexport function getImportSource({ node }: NodePath) {\n if (node.specifiers.length === 0) return node.source.value;\n}\n\nexport function getRequireSource({ node }: NodePath) {\n if (!t.isExpressionStatement(node)) return;\n const { expression } = node;\n if (\n t.isCallExpression(expression) &&\n t.isIdentifier(expression.callee) &&\n expression.callee.name === \"require\" &&\n expression.arguments.length === 1 &&\n t.isStringLiteral(expression.arguments[0])\n ) {\n return expression.arguments[0].value;\n }\n}\n\nfunction hoist(node: t.Node) {\n // @ts-expect-error\n node._blockHoist = 3;\n return node;\n}\n\nexport function createUtilsGetter(cache: ImportsCache) {\n return (path: NodePath): Utils => {\n const prog = path.findParent(p => p.isProgram()) as NodePath;\n\n return {\n injectGlobalImport(url) {\n cache.storeAnonymous(prog, url, (isScript, source) => {\n return isScript\n ? template.statement.ast`require(${source})`\n : t.importDeclaration([], source);\n });\n },\n injectNamedImport(url, name, hint = name) {\n return cache.storeNamed(prog, url, name, (isScript, source, name) => {\n const id = prog.scope.generateUidIdentifier(hint);\n return {\n node: isScript\n ? hoist(template.statement.ast`\n var ${id} = require(${source}).${name}\n `)\n : t.importDeclaration([t.importSpecifier(id, name)], source),\n name: id.name,\n };\n });\n },\n injectDefaultImport(url, hint = url) {\n return cache.storeNamed(prog, url, \"default\", (isScript, source) => {\n const id = prog.scope.generateUidIdentifier(hint);\n return {\n node: isScript\n ? hoist(template.statement.ast`var ${id} = require(${source})`)\n : t.importDeclaration([t.importDefaultSpecifier(id)], source),\n name: id.name,\n };\n });\n },\n };\n };\n}\n","import type { NodePath } from \"@babel/traverse\";\nimport { types as t } from \"@babel/core\";\n\ntype StrMap = Map;\n\nexport default class ImportsCache {\n _imports: WeakMap, StrMap>;\n _anonymousImports: WeakMap, Set>;\n _lastImports: WeakMap, NodePath>;\n _resolver: (url: string) => string;\n\n constructor(resolver: (url: string) => string) {\n this._imports = new WeakMap();\n this._anonymousImports = new WeakMap();\n this._lastImports = new WeakMap();\n this._resolver = resolver;\n }\n\n storeAnonymous(\n programPath: NodePath,\n url: string,\n // eslint-disable-next-line no-undef\n getVal: (isScript: boolean, source: t.StringLiteral) => t.Node,\n ) {\n const key = this._normalizeKey(programPath, url);\n const imports = this._ensure>(\n this._anonymousImports,\n programPath,\n Set,\n );\n\n if (imports.has(key)) return;\n\n const node = getVal(\n programPath.node.sourceType === \"script\",\n t.stringLiteral(this._resolver(url)),\n );\n imports.add(key);\n this._injectImport(programPath, node);\n }\n\n storeNamed(\n programPath: NodePath,\n url: string,\n name: string,\n getVal: (\n isScript: boolean,\n // eslint-disable-next-line no-undef\n source: t.StringLiteral,\n // eslint-disable-next-line no-undef\n name: t.Identifier,\n ) => { node: t.Node; name: string },\n ) {\n const key = this._normalizeKey(programPath, url, name);\n const imports = this._ensure>(\n this._imports,\n programPath,\n Map,\n );\n\n if (!imports.has(key)) {\n const { node, name: id } = getVal(\n programPath.node.sourceType === \"script\",\n t.stringLiteral(this._resolver(url)),\n t.identifier(name),\n );\n imports.set(key, id);\n this._injectImport(programPath, node);\n }\n\n return t.identifier(imports.get(key));\n }\n\n _injectImport(programPath: NodePath, node: t.Node) {\n const lastImport = this._lastImports.get(programPath);\n let newNodes: [NodePath];\n if (\n lastImport &&\n lastImport.node &&\n // Sometimes the AST is modified and the \"last import\"\n // we have has been replaced\n lastImport.parent === programPath.node &&\n lastImport.container === programPath.node.body\n ) {\n newNodes = lastImport.insertAfter(node);\n } else {\n newNodes = programPath.unshiftContainer(\"body\", node);\n }\n const newNode = newNodes[newNodes.length - 1];\n this._lastImports.set(programPath, newNode);\n\n /*\n let lastImport;\n\n programPath.get(\"body\").forEach(path => {\n if (path.isImportDeclaration()) lastImport = path;\n if (\n path.isExpressionStatement() &&\n isRequireCall(path.get(\"expression\"))\n ) {\n lastImport = path;\n }\n if (\n path.isVariableDeclaration() &&\n path.get(\"declarations\").length === 1 &&\n (isRequireCall(path.get(\"declarations.0.init\")) ||\n (path.get(\"declarations.0.init\").isMemberExpression() &&\n isRequireCall(path.get(\"declarations.0.init.object\"))))\n ) {\n lastImport = path;\n }\n });*/\n }\n\n _ensure | Set>(\n map: WeakMap, C>,\n programPath: NodePath,\n Collection: { new (...args: any): C },\n ): C {\n let collection = map.get(programPath);\n if (!collection) {\n collection = new Collection();\n map.set(programPath, collection);\n }\n return collection;\n }\n\n _normalizeKey(\n programPath: NodePath,\n url: string,\n name: string = \"\",\n ): string {\n const { sourceType } = programPath.node;\n\n // If we rely on the imported binding (the \"name\" parameter), we also need to cache\n // based on the sourceType. This is because the module transforms change the names\n // of the import variables.\n return `${name && sourceType}::${url}::${name}`;\n }\n}\n","import { prettifyTargets } from \"@babel/helper-compilation-targets\";\n\nimport type { Targets } from \"./types\";\n\nexport const presetEnvSilentDebugHeader =\n \"#__secret_key__@babel/preset-env__don't_log_debug_header_and_resolved_targets\";\n\nexport function stringifyTargetsMultiline(targets: Targets): string {\n return JSON.stringify(prettifyTargets(targets), null, 2);\n}\n\nexport function stringifyTargets(targets: Targets): string {\n return JSON.stringify(targets)\n .replace(/,/g, \", \")\n .replace(/^\\{\"/, '{ \"')\n .replace(/\"\\}$/, '\" }');\n}\n","import { intersection } from \"./utils\";\nimport type {\n Pattern,\n PluginOptions,\n MissingDependenciesOption,\n} from \"./types\";\n\nfunction patternToRegExp(pattern: Pattern): RegExp | null {\n if (pattern instanceof RegExp) return pattern;\n\n try {\n return new RegExp(`^${pattern}$`);\n } catch {\n return null;\n }\n}\n\nfunction buildUnusedError(label, unused) {\n if (!unused.length) return \"\";\n return (\n ` - The following \"${label}\" patterns didn't match any polyfill:\\n` +\n unused.map(original => ` ${String(original)}\\n`).join(\"\")\n );\n}\n\nfunction buldDuplicatesError(duplicates) {\n if (!duplicates.size) return \"\";\n return (\n ` - The following polyfills were matched both by \"include\" and \"exclude\" patterns:\\n` +\n Array.from(duplicates, name => ` ${name}\\n`).join(\"\")\n );\n}\n\nexport function validateIncludeExclude(\n provider: string,\n polyfills: Set,\n includePatterns: Pattern[],\n excludePatterns: Pattern[],\n) {\n let current;\n const filter = pattern => {\n const regexp = patternToRegExp(pattern);\n if (!regexp) return false;\n\n let matched = false;\n for (const polyfill of polyfills) {\n if (regexp.test(polyfill)) {\n matched = true;\n current.add(polyfill);\n }\n }\n return !matched;\n };\n\n // prettier-ignore\n const include = current = new Set ();\n const unusedInclude = Array.from(includePatterns).filter(filter);\n\n // prettier-ignore\n const exclude = current = new Set ();\n const unusedExclude = Array.from(excludePatterns).filter(filter);\n\n const duplicates = intersection(include, exclude);\n\n if (\n duplicates.size > 0 ||\n unusedInclude.length > 0 ||\n unusedExclude.length > 0\n ) {\n throw new Error(\n `Error while validating the \"${provider}\" provider options:\\n` +\n buildUnusedError(\"include\", unusedInclude) +\n buildUnusedError(\"exclude\", unusedExclude) +\n buldDuplicatesError(duplicates),\n );\n }\n\n return { include, exclude };\n}\n\nexport function applyMissingDependenciesDefaults(\n options: PluginOptions,\n babelApi: any,\n): MissingDependenciesOption {\n const { missingDependencies = {} } = options;\n if (missingDependencies === false) return false;\n\n const caller = babelApi.caller(caller => caller?.name);\n\n const {\n log = \"deferred\",\n inject = caller === \"rollup-plugin-babel\" ? \"throw\" : \"import\",\n all = false,\n } = missingDependencies;\n\n return { log, inject, all };\n}\n","import type { NodePath } from \"@babel/traverse\";\nimport { types as t } from \"@babel/core\";\nimport type { MetaDescriptor } from \"../types\";\n\nimport { resolveKey, resolveSource } from \"../utils\";\n\nexport default (\n callProvider: (payload: MetaDescriptor, path: NodePath) => void,\n) => {\n function property(object, key, placement, path) {\n return callProvider({ kind: \"property\", object, key, placement }, path);\n }\n\n return {\n // Symbol(), new Promise\n ReferencedIdentifier(path: NodePath) {\n const {\n node: { name },\n scope,\n } = path;\n if (scope.getBindingIdentifier(name)) return;\n\n callProvider({ kind: \"global\", name }, path);\n },\n\n MemberExpression(path: NodePath) {\n const key = resolveKey(path.get(\"property\"), path.node.computed);\n if (!key || key === \"prototype\") return;\n\n const object = path.get(\"object\");\n if (object.isIdentifier()) {\n const binding = object.scope.getBinding(object.node.name);\n if (binding && binding.path.isImportNamespaceSpecifier()) return;\n }\n\n const source = resolveSource(object);\n return property(source.id, key, source.placement, path);\n },\n\n ObjectPattern(path: NodePath) {\n const { parentPath, parent } = path;\n let obj;\n\n // const { keys, values } = Object\n if (parentPath.isVariableDeclarator()) {\n obj = parentPath.get(\"init\");\n // ({ keys, values } = Object)\n } else if (parentPath.isAssignmentExpression()) {\n obj = parentPath.get(\"right\");\n // !function ({ keys, values }) {...} (Object)\n // resolution does not work after properties transform :-(\n } else if (parentPath.isFunction()) {\n const grand = parentPath.parentPath;\n if (grand.isCallExpression() || grand.isNewExpression()) {\n if (grand.node.callee === parent) {\n obj = grand.get(\"arguments\")[path.key];\n }\n }\n }\n\n let id = null;\n let placement = null;\n if (obj) ({ id, placement } = resolveSource(obj));\n\n for (const prop of path.get(\"properties\")) {\n if (prop.isObjectProperty()) {\n const key = resolveKey(prop.get(\"key\"));\n if (key) property(id, key, placement, prop);\n }\n }\n },\n\n BinaryExpression(path: NodePath) {\n if (path.node.operator !== \"in\") return;\n\n const source = resolveSource(path.get(\"right\"));\n const key = resolveKey(path.get(\"left\"), true);\n\n if (!key) return;\n\n callProvider(\n {\n kind: \"in\",\n object: source.id,\n key,\n placement: source.placement,\n },\n path,\n );\n },\n };\n};\n","import type { NodePath } from \"@babel/traverse\";\nimport { types as t } from \"@babel/core\";\nimport type { MetaDescriptor } from \"../types\";\n\nimport { getImportSource, getRequireSource } from \"../utils\";\n\nexport default (\n callProvider: (payload: MetaDescriptor, path: NodePath) => void,\n) => ({\n ImportDeclaration(path: NodePath) {\n const source = getImportSource(path);\n if (!source) return;\n callProvider({ kind: \"import\", source }, path);\n },\n Program(path: NodePath) {\n path.get(\"body\").forEach(bodyPath => {\n const source = getRequireSource(bodyPath);\n if (!source) return;\n callProvider({ kind: \"import\", source }, bodyPath);\n });\n },\n});\n","export function resolve(\n dirname: string,\n moduleName: string,\n absoluteImports: boolean | string,\n): string {\n if (absoluteImports === false) return moduleName;\n\n throw new Error(\n `\"absoluteImports\" is not supported in bundles prepared for the browser.`,\n );\n}\n\n// eslint-disable-next-line @typescript-eslint/no-unused-vars\nexport function has(basedir: string, name: string) {\n return true;\n}\n\n// eslint-disable-next-line @typescript-eslint/no-unused-vars\nexport function logMissing(missingDeps: Set) {}\n\n// eslint-disable-next-line @typescript-eslint/no-unused-vars\nexport function laterLogMissing(missingDeps: Set) {}\n","import type {\n MetaDescriptor,\n ResolverPolyfills,\n ResolvedPolyfill,\n} from \"./types\";\n\nimport { has } from \"./utils\";\n\ntype ResolverFn = (meta: MetaDescriptor) => void | ResolvedPolyfill;\n\nconst PossibleGlobalObjects = new Set([\n \"global\",\n \"globalThis\",\n \"self\",\n \"window\",\n]);\n\nexport default function createMetaResolver(\n polyfills: ResolverPolyfills,\n): ResolverFn {\n const { static: staticP, instance: instanceP, global: globalP } = polyfills;\n\n return meta => {\n if (meta.kind === \"global\" && globalP && has(globalP, meta.name)) {\n return { kind: \"global\", desc: globalP[meta.name], name: meta.name };\n }\n\n if (meta.kind === \"property\" || meta.kind === \"in\") {\n const { placement, object, key } = meta;\n\n if (object && placement === \"static\") {\n if (globalP && PossibleGlobalObjects.has(object) && has(globalP, key)) {\n return { kind: \"global\", desc: globalP[key], name: key };\n }\n\n if (staticP && has(staticP, object) && has(staticP[object], key)) {\n return {\n kind: \"static\",\n desc: staticP[object][key],\n name: `${object}$${key}`,\n };\n }\n }\n\n if (instanceP && has(instanceP, key)) {\n return { kind: \"instance\", desc: instanceP[key], name: `${key}` };\n }\n }\n };\n}\n","import { declare } from \"@babel/helper-plugin-utils\";\nimport type { NodePath } from \"@babel/traverse\";\n\nimport _getTargets, {\n isRequired,\n getInclusionReasons,\n} from \"@babel/helper-compilation-targets\";\nconst getTargets = _getTargets.default || _getTargets;\n\nimport { createUtilsGetter } from \"./utils\";\nimport ImportsCache from \"./imports-cache\";\nimport {\n stringifyTargetsMultiline,\n presetEnvSilentDebugHeader,\n} from \"./debug-utils\";\nimport {\n validateIncludeExclude,\n applyMissingDependenciesDefaults,\n} from \"./normalize-options\";\n\nimport type {\n ProviderApi,\n MethodString,\n Targets,\n MetaDescriptor,\n PolyfillProvider,\n PluginOptions,\n ProviderOptions,\n} from \"./types\";\n\nimport * as v from \"./visitors\";\nimport * as deps from \"./node/dependencies\";\n\nimport createMetaResolver from \"./meta-resolver\";\n\nexport type { PolyfillProvider, MetaDescriptor, Utils, Targets } from \"./types\";\n\nfunction resolveOptions(\n options: PluginOptions,\n babelApi,\n): {\n method: MethodString;\n methodName: \"usageGlobal\" | \"entryGlobal\" | \"usagePure\";\n targets: Targets;\n debug: boolean | typeof presetEnvSilentDebugHeader;\n shouldInjectPolyfill:\n | ((name: string, shouldInject: boolean) => boolean)\n | undefined;\n providerOptions: ProviderOptions;\n absoluteImports: string | boolean;\n} {\n const {\n method,\n targets: targetsOption,\n ignoreBrowserslistConfig,\n configPath,\n debug,\n shouldInjectPolyfill,\n absoluteImports,\n ...providerOptions\n } = options;\n\n if (isEmpty(options)) {\n throw new Error(\n `\\\nThis plugin requires options, for example:\n {\n \"plugins\": [\n [\"\", { method: \"usage-pure\" }]\n ]\n }\n\nSee more options at https://github.com/babel/babel-polyfills/blob/main/docs/usage.md`,\n );\n }\n\n let methodName;\n if (method === \"usage-global\") methodName = \"usageGlobal\";\n else if (method === \"entry-global\") methodName = \"entryGlobal\";\n else if (method === \"usage-pure\") methodName = \"usagePure\";\n else if (typeof method !== \"string\") {\n throw new Error(\".method must be a string\");\n } else {\n throw new Error(\n `.method must be one of \"entry-global\", \"usage-global\"` +\n ` or \"usage-pure\" (received ${JSON.stringify(method)})`,\n );\n }\n\n if (typeof shouldInjectPolyfill === \"function\") {\n if (options.include || options.exclude) {\n throw new Error(\n `.include and .exclude are not supported when using the` +\n ` .shouldInjectPolyfill function.`,\n );\n }\n } else if (shouldInjectPolyfill != null) {\n throw new Error(\n `.shouldInjectPolyfill must be a function, or undefined` +\n ` (received ${JSON.stringify(shouldInjectPolyfill)})`,\n );\n }\n\n if (\n absoluteImports != null &&\n typeof absoluteImports !== \"boolean\" &&\n typeof absoluteImports !== \"string\"\n ) {\n throw new Error(\n `.absoluteImports must be a boolean, a string, or undefined` +\n ` (received ${JSON.stringify(absoluteImports)})`,\n );\n }\n\n let targets;\n\n if (\n // If any browserslist-related option is specified, fallback to the old\n // behavior of not using the targets specified in the top-level options.\n targetsOption ||\n configPath ||\n ignoreBrowserslistConfig\n ) {\n const targetsObj =\n typeof targetsOption === \"string\" || Array.isArray(targetsOption)\n ? { browsers: targetsOption }\n : targetsOption;\n\n targets = getTargets(targetsObj, {\n ignoreBrowserslistConfig,\n configPath,\n });\n } else {\n targets = babelApi.targets();\n }\n\n return {\n method,\n methodName,\n targets,\n absoluteImports: absoluteImports ?? false,\n shouldInjectPolyfill,\n debug: !!debug,\n providerOptions: providerOptions as any as ProviderOptions,\n };\n}\n\nfunction instantiateProvider(\n factory: PolyfillProvider,\n options: PluginOptions,\n missingDependencies,\n dirname,\n debugLog,\n babelApi,\n) {\n const {\n method,\n methodName,\n targets,\n debug,\n shouldInjectPolyfill,\n providerOptions,\n absoluteImports,\n } = resolveOptions(options, babelApi);\n\n const getUtils = createUtilsGetter(\n new ImportsCache(moduleName =>\n deps.resolve(dirname, moduleName, absoluteImports),\n ),\n );\n\n // eslint-disable-next-line prefer-const\n let include, exclude;\n let polyfillsSupport;\n let polyfillsNames;\n let filterPolyfills;\n\n const depsCache = new Map();\n\n const api: ProviderApi = {\n babel: babelApi,\n getUtils,\n method: options.method,\n targets,\n createMetaResolver,\n shouldInjectPolyfill(name) {\n if (polyfillsNames === undefined) {\n throw new Error(\n `Internal error in the ${factory.name} provider: ` +\n `shouldInjectPolyfill() can't be called during initialization.`,\n );\n }\n if (!polyfillsNames.has(name)) {\n console.warn(\n `Internal error in the ${provider.name} provider: ` +\n `unknown polyfill \"${name}\".`,\n );\n }\n\n if (filterPolyfills && !filterPolyfills(name)) return false;\n\n let shouldInject = isRequired(name, targets, {\n compatData: polyfillsSupport,\n includes: include,\n excludes: exclude,\n });\n\n if (shouldInjectPolyfill) {\n shouldInject = shouldInjectPolyfill(name, shouldInject);\n if (typeof shouldInject !== \"boolean\") {\n throw new Error(`.shouldInjectPolyfill must return a boolean.`);\n }\n }\n\n return shouldInject;\n },\n debug(name) {\n debugLog().found = true;\n\n if (!debug || !name) return;\n\n if (debugLog().polyfills.has(provider.name)) return;\n debugLog().polyfills.set(\n name,\n polyfillsSupport && name && polyfillsSupport[name],\n );\n },\n assertDependency(name, version = \"*\") {\n if (missingDependencies === false) return;\n if (absoluteImports) {\n // If absoluteImports is not false, we will try resolving\n // the dependency and throw if it's not possible. We can\n // skip the check here.\n return;\n }\n\n const dep = version === \"*\" ? name : `${name}@^${version}`;\n\n const found = missingDependencies.all\n ? false\n : mapGetOr(depsCache, `${name} :: ${dirname}`, () =>\n deps.has(dirname, name),\n );\n\n if (!found) {\n debugLog().missingDeps.add(dep);\n }\n },\n };\n\n const provider = factory(api, providerOptions, dirname);\n\n if (typeof provider[methodName] !== \"function\") {\n throw new Error(\n `The \"${provider.name || factory.name}\" provider doesn't ` +\n `support the \"${method}\" polyfilling method.`,\n );\n }\n\n if (Array.isArray(provider.polyfills)) {\n polyfillsNames = new Set(provider.polyfills);\n filterPolyfills = provider.filterPolyfills;\n } else if (provider.polyfills) {\n polyfillsNames = new Set(Object.keys(provider.polyfills));\n polyfillsSupport = provider.polyfills;\n filterPolyfills = provider.filterPolyfills;\n } else {\n polyfillsNames = new Set();\n }\n\n ({ include, exclude } = validateIncludeExclude(\n provider.name || factory.name,\n polyfillsNames,\n providerOptions.include || [],\n providerOptions.exclude || [],\n ));\n\n return {\n debug,\n method,\n targets,\n provider,\n callProvider(payload: MetaDescriptor, path: NodePath) {\n const utils = getUtils(path);\n provider[methodName](payload, utils, path);\n },\n };\n}\n\nexport default function definePolyfillProvider(\n factory: PolyfillProvider,\n) {\n return declare((babelApi, options: PluginOptions, dirname: string) => {\n babelApi.assertVersion(7);\n const { traverse } = babelApi;\n\n let debugLog;\n\n const missingDependencies = applyMissingDependenciesDefaults(\n options,\n babelApi,\n );\n\n const { debug, method, targets, provider, callProvider } =\n instantiateProvider(\n factory,\n options,\n missingDependencies,\n dirname,\n () => debugLog,\n babelApi,\n );\n\n const createVisitor = method === \"entry-global\" ? v.entry : v.usage;\n\n const visitor = provider.visitor\n ? traverse.visitors.merge([createVisitor(callProvider), provider.visitor])\n : createVisitor(callProvider);\n\n if (debug && debug !== presetEnvSilentDebugHeader) {\n console.log(`${provider.name}: \\`DEBUG\\` option`);\n console.log(`\\nUsing targets: ${stringifyTargetsMultiline(targets)}`);\n console.log(`\\nUsing polyfills with \\`${method}\\` method:`);\n }\n\n return {\n name: \"inject-polyfills\",\n visitor,\n\n pre() {\n debugLog = {\n polyfills: new Map(),\n found: false,\n providers: new Set(),\n missingDeps: new Set(),\n };\n\n provider.pre?.apply(this, arguments);\n },\n post() {\n provider.post?.apply(this, arguments);\n\n if (missingDependencies !== false) {\n if (missingDependencies.log === \"per-file\") {\n deps.logMissing(debugLog.missingDeps);\n } else {\n deps.laterLogMissing(debugLog.missingDeps);\n }\n }\n\n if (!debug) return;\n\n if (this.filename) console.log(`\\n[${this.filename}]`);\n\n if (debugLog.polyfills.size === 0) {\n console.log(\n method === \"entry-global\"\n ? debugLog.found\n ? `Based on your targets, the ${provider.name} polyfill did not add any polyfill.`\n : `The entry point for the ${provider.name} polyfill has not been found.`\n : `Based on your code and targets, the ${provider.name} polyfill did not add any polyfill.`,\n );\n\n return;\n }\n\n if (method === \"entry-global\") {\n console.log(\n `The ${provider.name} polyfill entry has been replaced with ` +\n `the following polyfills:`,\n );\n } else {\n console.log(\n `The ${provider.name} polyfill added the following polyfills:`,\n );\n }\n\n for (const [name, support] of debugLog.polyfills) {\n if (support) {\n const filteredTargets = getInclusionReasons(name, targets, support);\n\n const formattedTargets = JSON.stringify(filteredTargets)\n .replace(/,/g, \", \")\n .replace(/^\\{\"/, '{ \"')\n .replace(/\"\\}$/, '\" }');\n\n console.log(` ${name} ${formattedTargets}`);\n } else {\n console.log(` ${name}`);\n }\n }\n },\n };\n });\n}\n\nfunction mapGetOr(map, key, getDefault) {\n let val = map.get(key);\n if (val === undefined) {\n val = getDefault();\n map.set(key, val);\n }\n return val;\n}\n\nfunction isEmpty(obj) {\n return Object.keys(obj).length === 0;\n}\n"],"names":["types","t","template","intersection","a","b","result","Set","forEach","v","has","add","object","key","Object","prototype","hasOwnProperty","call","getType","target","toString","slice","resolveId","path","isIdentifier","scope","hasBinding","node","name","deopt","evaluate","resolveKey","computed","isStringLiteral","value","parent","isMemberExpression","get","sym","resolveSource","obj","id","placement","undefined","isRegExpLiteral","isFunction","getImportSource","specifiers","length","source","getRequireSource","isExpressionStatement","expression","isCallExpression","callee","arguments","hoist","_blockHoist","createUtilsGetter","cache","prog","findParent","p","isProgram","injectGlobalImport","url","storeAnonymous","isScript","statement","ast","importDeclaration","injectNamedImport","hint","storeNamed","generateUidIdentifier","importSpecifier","injectDefaultImport","importDefaultSpecifier","ImportsCache","constructor","resolver","_imports","WeakMap","_anonymousImports","_lastImports","_resolver","programPath","getVal","_normalizeKey","imports","_ensure","sourceType","stringLiteral","_injectImport","Map","identifier","set","lastImport","newNodes","container","body","insertAfter","unshiftContainer","newNode","map","Collection","collection","presetEnvSilentDebugHeader","stringifyTargetsMultiline","targets","JSON","stringify","prettifyTargets","patternToRegExp","pattern","RegExp","buildUnusedError","label","unused","original","String","join","buldDuplicatesError","duplicates","size","Array","from","validateIncludeExclude","provider","polyfills","includePatterns","excludePatterns","current","filter","regexp","matched","polyfill","test","include","unusedInclude","exclude","unusedExclude","Error","applyMissingDependenciesDefaults","options","babelApi","missingDependencies","caller","log","inject","all","callProvider","property","kind","ReferencedIdentifier","getBindingIdentifier","MemberExpression","binding","getBinding","isImportNamespaceSpecifier","ObjectPattern","parentPath","isVariableDeclarator","isAssignmentExpression","grand","isNewExpression","prop","isObjectProperty","BinaryExpression","operator","ImportDeclaration","Program","bodyPath","resolve","dirname","moduleName","absoluteImports","basedir","logMissing","missingDeps","laterLogMissing","PossibleGlobalObjects","createMetaResolver","static","staticP","instance","instanceP","global","globalP","meta","desc","getTargets","_getTargets","default","resolveOptions","method","targetsOption","ignoreBrowserslistConfig","configPath","debug","shouldInjectPolyfill","providerOptions","isEmpty","methodName","targetsObj","isArray","browsers","instantiateProvider","factory","debugLog","getUtils","deps","polyfillsSupport","polyfillsNames","filterPolyfills","depsCache","api","babel","console","warn","shouldInject","isRequired","compatData","includes","excludes","found","assertDependency","version","dep","mapGetOr","keys","payload","utils","definePolyfillProvider","declare","assertVersion","traverse","createVisitor","visitor","visitors","merge","pre","providers","apply","post","filename","support","filteredTargets","getInclusionReasons","formattedTargets","replace","getDefault","val"],"mappings":";;;;;AAASA,EAAAA,OAASC;AAAGC,EAAAA,UAAAA;;AAKd,SAASC,YAAT,CAAyBC,CAAzB,EAAoCC,CAApC,EAAuD;AAC5D,QAAMC,MAAM,GAAG,IAAIC,GAAJ,EAAf;AACAH,EAAAA,CAAC,CAACI,OAAF,CAAUC,CAAC,IAAIJ,CAAC,CAACK,GAAF,CAAMD,CAAN,KAAYH,MAAM,CAACK,GAAP,CAAWF,CAAX,CAA3B;AACA,SAAOH,MAAP;AACD;AAEM,SAASI,KAAT,CAAaE,MAAb,EAA0BC,GAA1B,EAAuC;AAC5C,SAAOC,MAAM,CAACC,SAAP,CAAiBC,cAAjB,CAAgCC,IAAhC,CAAqCL,MAArC,EAA6CC,GAA7C,CAAP;AACD;;AAED,SAASK,OAAT,CAAiBC,MAAjB,EAAsC;AACpC,SAAOL,MAAM,CAACC,SAAP,CAAiBK,QAAjB,CAA0BH,IAA1B,CAA+BE,MAA/B,EAAuCE,KAAvC,CAA6C,CAA7C,EAAgD,CAAC,CAAjD,CAAP;AACD;;AAED,SAASC,SAAT,CAAmBC,IAAnB,EAAiC;AAC/B,MACEA,IAAI,CAACC,YAAL,MACA,CAACD,IAAI,CAACE,KAAL,CAAWC,UAAX,CAAsBH,IAAI,CAACI,IAAL,CAAUC,IAAhC;AAAsC;AAAgB,MAAtD,CAFH,EAGE;AACA,WAAOL,IAAI,CAACI,IAAL,CAAUC,IAAjB;AACD;;AAED,QAAM;AAAEC,IAAAA;AAAF,MAAYN,IAAI,CAACO,QAAL,EAAlB;;AACA,MAAID,KAAK,IAAIA,KAAK,CAACL,YAAN,EAAb,EAAmC;AACjC,WAAOK,KAAK,CAACF,IAAN,CAAWC,IAAlB;AACD;AACF;;AAEM,SAASG,UAAT,CACLR,IADK,EAELS,QAAiB,GAAG,KAFf,EAGL;AACA,QAAM;AAAEP,IAAAA;AAAF,MAAYF,IAAlB;AACA,MAAIA,IAAI,CAACU,eAAL,EAAJ,EAA4B,OAAOV,IAAI,CAACI,IAAL,CAAUO,KAAjB;AAC5B,QAAMV,YAAY,GAAGD,IAAI,CAACC,YAAL,EAArB;;AACA,MACEA,YAAY,IACZ,EAAEQ,QAAQ,IAAKT,IAAI,CAACY,MAAN,CAAoCH,QAAlD,CAFF,EAGE;AACA,WAAOT,IAAI,CAACI,IAAL,CAAUC,IAAjB;AACD;;AAED,MACEI,QAAQ,IACRT,IAAI,CAACa,kBAAL,EADA,IAEAb,IAAI,CAACc,GAAL,CAAS,QAAT,EAAmBb,YAAnB,CAAgC;AAAEI,IAAAA,IAAI,EAAE;AAAR,GAAhC,CAFA,IAGA,CAACH,KAAK,CAACC,UAAN,CAAiB,QAAjB;AAA2B;AAAgB,MAA3C,CAJH,EAKE;AACA,UAAMY,GAAG,GAAGP,UAAU,CAACR,IAAI,CAACc,GAAL,CAAS,UAAT,CAAD,EAAuBd,IAAI,CAACI,IAAL,CAAUK,QAAjC,CAAtB;AACA,QAAIM,GAAJ,EAAS,OAAO,YAAYA,GAAnB;AACV;;AAED,MAAI,CAACd,YAAD,IAAiBC,KAAK,CAACC,UAAN,CAAiBH,IAAI,CAACI,IAAL,CAAUC,IAA3B;AAAiC;AAAgB,MAAjD,CAArB,EAA6E;AAC3E,UAAM;AAAEM,MAAAA;AAAF,QAAYX,IAAI,CAACO,QAAL,EAAlB;AACA,QAAI,OAAOI,KAAP,KAAiB,QAArB,EAA+B,OAAOA,KAAP;AAChC;AACF;AAEM,SAASK,aAAT,CAAuBC,GAAvB,EAGL;AACA,MACEA,GAAG,CAACJ,kBAAJ,MACAI,GAAG,CAACH,GAAJ,CAAQ,UAAR,EAAoBb,YAApB,CAAiC;AAAEI,IAAAA,IAAI,EAAE;AAAR,GAAjC,CAFF,EAGE;AACA,UAAMa,EAAE,GAAGnB,SAAS,CAACkB,GAAG,CAACH,GAAJ,CAAQ,QAAR,CAAD,CAApB;;AAEA,QAAII,EAAJ,EAAQ;AACN,aAAO;AAAEA,QAAAA,EAAF;AAAMC,QAAAA,SAAS,EAAE;AAAjB,OAAP;AACD;;AACD,WAAO;AAAED,MAAAA,EAAE,EAAE,IAAN;AAAYC,MAAAA,SAAS,EAAE;AAAvB,KAAP;AACD;;AAED,QAAMD,EAAE,GAAGnB,SAAS,CAACkB,GAAD,CAApB;;AACA,MAAIC,EAAJ,EAAQ;AACN,WAAO;AAAEA,MAAAA,EAAF;AAAMC,MAAAA,SAAS,EAAE;AAAjB,KAAP;AACD;;AAED,QAAM;AAAER,IAAAA;AAAF,MAAYM,GAAG,CAACV,QAAJ,EAAlB;;AACA,MAAII,KAAK,KAAKS,SAAd,EAAyB;AACvB,WAAO;AAAEF,MAAAA,EAAE,EAAEvB,OAAO,CAACgB,KAAD,CAAb;AAAsBQ,MAAAA,SAAS,EAAE;AAAjC,KAAP;AACD,GAFD,MAEO,IAAIF,GAAG,CAACI,eAAJ,EAAJ,EAA2B;AAChC,WAAO;AAAEH,MAAAA,EAAE,EAAE,QAAN;AAAgBC,MAAAA,SAAS,EAAE;AAA3B,KAAP;AACD,GAFM,MAEA,IAAIF,GAAG,CAACK,UAAJ,EAAJ,EAAsB;AAC3B,WAAO;AAAEJ,MAAAA,EAAE,EAAE,UAAN;AAAkBC,MAAAA,SAAS,EAAE;AAA7B,KAAP;AACD;;AAED,SAAO;AAAED,IAAAA,EAAE,EAAE,IAAN;AAAYC,IAAAA,SAAS,EAAE;AAAvB,GAAP;AACD;AAEM,SAASI,eAAT,CAAyB;AAAEnB,EAAAA;AAAF,CAAzB,EAAkE;AACvE,MAAIA,IAAI,CAACoB,UAAL,CAAgBC,MAAhB,KAA2B,CAA/B,EAAkC,OAAOrB,IAAI,CAACsB,MAAL,CAAYf,KAAnB;AACnC;AAEM,SAASgB,gBAAT,CAA0B;AAAEvB,EAAAA;AAAF,CAA1B,EAA2D;AAChE,MAAI,CAAC1B,GAAC,CAACkD,qBAAF,CAAwBxB,IAAxB,CAAL,EAAoC;AACpC,QAAM;AAAEyB,IAAAA;AAAF,MAAiBzB,IAAvB;;AACA,MACE1B,GAAC,CAACoD,gBAAF,CAAmBD,UAAnB,KACAnD,GAAC,CAACuB,YAAF,CAAe4B,UAAU,CAACE,MAA1B,CADA,IAEAF,UAAU,CAACE,MAAX,CAAkB1B,IAAlB,KAA2B,SAF3B,IAGAwB,UAAU,CAACG,SAAX,CAAqBP,MAArB,KAAgC,CAHhC,IAIA/C,GAAC,CAACgC,eAAF,CAAkBmB,UAAU,CAACG,SAAX,CAAqB,CAArB,CAAlB,CALF,EAME;AACA,WAAOH,UAAU,CAACG,SAAX,CAAqB,CAArB,EAAwBrB,KAA/B;AACD;AACF;;AAED,SAASsB,KAAT,CAAe7B,IAAf,EAA6B;AAC3B;AACAA,EAAAA,IAAI,CAAC8B,WAAL,GAAmB,CAAnB;AACA,SAAO9B,IAAP;AACD;;AAEM,SAAS+B,iBAAT,CAA2BC,KAA3B,EAAgD;AACrD,SAAQpC,IAAD,IAA2B;AAChC,UAAMqC,IAAI,GAAGrC,IAAI,CAACsC,UAAL,CAAgBC,CAAC,IAAIA,CAAC,CAACC,SAAF,EAArB,CAAb;AAEA,WAAO;AACLC,MAAAA,kBAAkB,CAACC,GAAD,EAAM;AACtBN,QAAAA,KAAK,CAACO,cAAN,CAAqBN,IAArB,EAA2BK,GAA3B,EAAgC,CAACE,QAAD,EAAWlB,MAAX,KAAsB;AACpD,iBAAOkB,QAAQ,GACXjE,QAAQ,CAACkE,SAAT,CAAmBC,GAAI,WAAUpB,MAAO,GAD7B,GAEXhD,GAAC,CAACqE,iBAAF,CAAoB,EAApB,EAAwBrB,MAAxB,CAFJ;AAGD,SAJD;AAKD,OAPI;;AAQLsB,MAAAA,iBAAiB,CAACN,GAAD,EAAMrC,IAAN,EAAY4C,IAAI,GAAG5C,IAAnB,EAAyB;AACxC,eAAO+B,KAAK,CAACc,UAAN,CAAiBb,IAAjB,EAAuBK,GAAvB,EAA4BrC,IAA5B,EAAkC,CAACuC,QAAD,EAAWlB,MAAX,EAAmBrB,IAAnB,KAA4B;AACnE,gBAAMa,EAAE,GAAGmB,IAAI,CAACnC,KAAL,CAAWiD,qBAAX,CAAiCF,IAAjC,CAAX;AACA,iBAAO;AACL7C,YAAAA,IAAI,EAAEwC,QAAQ,GACVX,KAAK,CAACtD,QAAQ,CAACkE,SAAT,CAAmBC,GAAI;AAC7C,wBAAwB5B,EAAG,cAAaQ,MAAO,KAAIrB,IAAK;AACxD,iBAFqB,CADK,GAIV3B,GAAC,CAACqE,iBAAF,CAAoB,CAACrE,GAAC,CAAC0E,eAAF,CAAkBlC,EAAlB,EAAsBb,IAAtB,CAAD,CAApB,EAAmDqB,MAAnD,CALC;AAMLrB,YAAAA,IAAI,EAAEa,EAAE,CAACb;AANJ,WAAP;AAQD,SAVM,CAAP;AAWD,OApBI;;AAqBLgD,MAAAA,mBAAmB,CAACX,GAAD,EAAMO,IAAI,GAAGP,GAAb,EAAkB;AACnC,eAAON,KAAK,CAACc,UAAN,CAAiBb,IAAjB,EAAuBK,GAAvB,EAA4B,SAA5B,EAAuC,CAACE,QAAD,EAAWlB,MAAX,KAAsB;AAClE,gBAAMR,EAAE,GAAGmB,IAAI,CAACnC,KAAL,CAAWiD,qBAAX,CAAiCF,IAAjC,CAAX;AACA,iBAAO;AACL7C,YAAAA,IAAI,EAAEwC,QAAQ,GACVX,KAAK,CAACtD,QAAQ,CAACkE,SAAT,CAAmBC,GAAI,OAAM5B,EAAG,cAAaQ,MAAO,GAArD,CADK,GAEVhD,GAAC,CAACqE,iBAAF,CAAoB,CAACrE,GAAC,CAAC4E,sBAAF,CAAyBpC,EAAzB,CAAD,CAApB,EAAoDQ,MAApD,CAHC;AAILrB,YAAAA,IAAI,EAAEa,EAAE,CAACb;AAJJ,WAAP;AAMD,SARM,CAAP;AASD;;AA/BI,KAAP;AAiCD,GApCD;AAqCD;;;AC7JQ5B,EAAAA,OAASC;;AAIH,MAAM6E,YAAN,CAAmB;AAMhCC,EAAAA,WAAW,CAACC,QAAD,EAAoC;AAC7C,SAAKC,QAAL,GAAgB,IAAIC,OAAJ,EAAhB;AACA,SAAKC,iBAAL,GAAyB,IAAID,OAAJ,EAAzB;AACA,SAAKE,YAAL,GAAoB,IAAIF,OAAJ,EAApB;AACA,SAAKG,SAAL,GAAiBL,QAAjB;AACD;;AAEDd,EAAAA,cAAc,CACZoB,WADY,EAEZrB,GAFY;AAIZsB,EAAAA,MAJY,EAKZ;AACA,UAAM1E,GAAG,GAAG,KAAK2E,aAAL,CAAmBF,WAAnB,EAAgCrB,GAAhC,CAAZ;;AACA,UAAMwB,OAAO,GAAG,KAAKC,OAAL,CACd,KAAKP,iBADS,EAEdG,WAFc,EAGd/E,GAHc,CAAhB;;AAMA,QAAIkF,OAAO,CAAC/E,GAAR,CAAYG,GAAZ,CAAJ,EAAsB;AAEtB,UAAMc,IAAI,GAAG4D,MAAM,CACjBD,WAAW,CAAC3D,IAAZ,CAAiBgE,UAAjB,KAAgC,QADf,EAEjB1F,CAAC,CAAC2F,aAAF,CAAgB,KAAKP,SAAL,CAAepB,GAAf,CAAhB,CAFiB,CAAnB;AAIAwB,IAAAA,OAAO,CAAC9E,GAAR,CAAYE,GAAZ;;AACA,SAAKgF,aAAL,CAAmBP,WAAnB,EAAgC3D,IAAhC;AACD;;AAED8C,EAAAA,UAAU,CACRa,WADQ,EAERrB,GAFQ,EAGRrC,IAHQ,EAIR2D,MAJQ,EAWR;AACA,UAAM1E,GAAG,GAAG,KAAK2E,aAAL,CAAmBF,WAAnB,EAAgCrB,GAAhC,EAAqCrC,IAArC,CAAZ;;AACA,UAAM6D,OAAO,GAAG,KAAKC,OAAL,CACd,KAAKT,QADS,EAEdK,WAFc,EAGdQ,GAHc,CAAhB;;AAMA,QAAI,CAACL,OAAO,CAAC/E,GAAR,CAAYG,GAAZ,CAAL,EAAuB;AACrB,YAAM;AAAEc,QAAAA,IAAF;AAAQC,QAAAA,IAAI,EAAEa;AAAd,UAAqB8C,MAAM,CAC/BD,WAAW,CAAC3D,IAAZ,CAAiBgE,UAAjB,KAAgC,QADD,EAE/B1F,CAAC,CAAC2F,aAAF,CAAgB,KAAKP,SAAL,CAAepB,GAAf,CAAhB,CAF+B,EAG/BhE,CAAC,CAAC8F,UAAF,CAAanE,IAAb,CAH+B,CAAjC;AAKA6D,MAAAA,OAAO,CAACO,GAAR,CAAYnF,GAAZ,EAAiB4B,EAAjB;;AACA,WAAKoD,aAAL,CAAmBP,WAAnB,EAAgC3D,IAAhC;AACD;;AAED,WAAO1B,CAAC,CAAC8F,UAAF,CAAaN,OAAO,CAACpD,GAAR,CAAYxB,GAAZ,CAAb,CAAP;AACD;;AAEDgF,EAAAA,aAAa,CAACP,WAAD,EAAmC3D,IAAnC,EAAiD;AAC5D,UAAMsE,UAAU,GAAG,KAAKb,YAAL,CAAkB/C,GAAlB,CAAsBiD,WAAtB,CAAnB;;AACA,QAAIY,QAAJ;;AACA,QACED,UAAU,IACVA,UAAU,CAACtE,IADX;AAGA;AACAsE,IAAAA,UAAU,CAAC9D,MAAX,KAAsBmD,WAAW,CAAC3D,IAJlC,IAKAsE,UAAU,CAACE,SAAX,KAAyBb,WAAW,CAAC3D,IAAZ,CAAiByE,IAN5C,EAOE;AACAF,MAAAA,QAAQ,GAAGD,UAAU,CAACI,WAAX,CAAuB1E,IAAvB,CAAX;AACD,KATD,MASO;AACLuE,MAAAA,QAAQ,GAAGZ,WAAW,CAACgB,gBAAZ,CAA6B,MAA7B,EAAqC3E,IAArC,CAAX;AACD;;AACD,UAAM4E,OAAO,GAAGL,QAAQ,CAACA,QAAQ,CAAClD,MAAT,GAAkB,CAAnB,CAAxB;;AACA,SAAKoC,YAAL,CAAkBY,GAAlB,CAAsBV,WAAtB,EAAmCiB,OAAnC;AAEA;AACJ;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEG;;AAEDb,EAAAA,OAAO,CACLc,GADK,EAELlB,WAFK,EAGLmB,UAHK,EAIF;AACH,QAAIC,UAAU,GAAGF,GAAG,CAACnE,GAAJ,CAAQiD,WAAR,CAAjB;;AACA,QAAI,CAACoB,UAAL,EAAiB;AACfA,MAAAA,UAAU,GAAG,IAAID,UAAJ,EAAb;AACAD,MAAAA,GAAG,CAACR,GAAJ,CAAQV,WAAR,EAAqBoB,UAArB;AACD;;AACD,WAAOA,UAAP;AACD;;AAEDlB,EAAAA,aAAa,CACXF,WADW,EAEXrB,GAFW,EAGXrC,IAAY,GAAG,EAHJ,EAIH;AACR,UAAM;AAAE+D,MAAAA;AAAF,QAAiBL,WAAW,CAAC3D,IAAnC,CADQ;AAIR;AACA;;AACA,WAAQ,GAAEC,IAAI,IAAI+D,UAAW,KAAI1B,GAAI,KAAIrC,IAAK,EAA9C;AACD;;AArI+B;;ACD3B,MAAM+E,0BAA0B,GACrC,+EADK;AAGA,SAASC,yBAAT,CAAmCC,OAAnC,EAA6D;AAClE,SAAOC,IAAI,CAACC,SAAL,CAAeC,eAAe,CAACH,OAAD,CAA9B,EAAyC,IAAzC,EAA+C,CAA/C,CAAP;AACD;;ACFD,SAASI,eAAT,CAAyBC,OAAzB,EAA0D;AACxD,MAAIA,OAAO,YAAYC,MAAvB,EAA+B,OAAOD,OAAP;;AAE/B,MAAI;AACF,WAAO,IAAIC,MAAJ,CAAY,IAAGD,OAAQ,GAAvB,CAAP;AACD,GAFD,CAEE,MAAM;AACN,WAAO,IAAP;AACD;AACF;;AAED,SAASE,gBAAT,CAA0BC,KAA1B,EAAiCC,MAAjC,EAAyC;AACvC,MAAI,CAACA,MAAM,CAACtE,MAAZ,EAAoB,OAAO,EAAP;AACpB,SACG,sBAAqBqE,KAAM,yCAA5B,GACAC,MAAM,CAACd,GAAP,CAAWe,QAAQ,IAAK,OAAMC,MAAM,CAACD,QAAD,CAAW,IAA/C,EAAoDE,IAApD,CAAyD,EAAzD,CAFF;AAID;;AAED,SAASC,mBAAT,CAA6BC,UAA7B,EAAyC;AACvC,MAAI,CAACA,UAAU,CAACC,IAAhB,EAAsB,OAAO,EAAP;AACtB,SACG,sFAAD,GACAC,KAAK,CAACC,IAAN,CAAWH,UAAX,EAAuB/F,IAAI,IAAK,OAAMA,IAAK,IAA3C,EAAgD6F,IAAhD,CAAqD,EAArD,CAFF;AAID;;AAEM,SAASM,sBAAT,CACLC,QADK,EAELC,SAFK,EAGLC,eAHK,EAILC,eAJK,EAKL;AACA,MAAIC,OAAJ;;AACA,QAAMC,MAAM,GAAGnB,OAAO,IAAI;AACxB,UAAMoB,MAAM,GAAGrB,eAAe,CAACC,OAAD,CAA9B;AACA,QAAI,CAACoB,MAAL,EAAa,OAAO,KAAP;AAEb,QAAIC,OAAO,GAAG,KAAd;;AACA,SAAK,MAAMC,QAAX,IAAuBP,SAAvB,EAAkC;AAChC,UAAIK,MAAM,CAACG,IAAP,CAAYD,QAAZ,CAAJ,EAA2B;AACzBD,QAAAA,OAAO,GAAG,IAAV;AACAH,QAAAA,OAAO,CAACzH,GAAR,CAAY6H,QAAZ;AACD;AACF;;AACD,WAAO,CAACD,OAAR;AACD,GAZD,CAFA;;;AAiBA,QAAMG,OAAO,GAAGN,OAAO,GAAG,IAAI7H,GAAJ,EAA1B;AACA,QAAMoI,aAAa,GAAGd,KAAK,CAACC,IAAN,CAAWI,eAAX,EAA4BG,MAA5B,CAAmCA,MAAnC,CAAtB,CAlBA;;AAqBA,QAAMO,OAAO,GAAGR,OAAO,GAAG,IAAI7H,GAAJ,EAA1B;AACA,QAAMsI,aAAa,GAAGhB,KAAK,CAACC,IAAN,CAAWK,eAAX,EAA4BE,MAA5B,CAAmCA,MAAnC,CAAtB;AAEA,QAAMV,UAAU,GAAGxH,YAAY,CAACuI,OAAD,EAAUE,OAAV,CAA/B;;AAEA,MACEjB,UAAU,CAACC,IAAX,GAAkB,CAAlB,IACAe,aAAa,CAAC3F,MAAd,GAAuB,CADvB,IAEA6F,aAAa,CAAC7F,MAAd,GAAuB,CAHzB,EAIE;AACA,UAAM,IAAI8F,KAAJ,CACH,+BAA8Bd,QAAS,uBAAxC,GACEZ,gBAAgB,CAAC,SAAD,EAAYuB,aAAZ,CADlB,GAEEvB,gBAAgB,CAAC,SAAD,EAAYyB,aAAZ,CAFlB,GAGEnB,mBAAmB,CAACC,UAAD,CAJjB,CAAN;AAMD;;AAED,SAAO;AAAEe,IAAAA,OAAF;AAAWE,IAAAA;AAAX,GAAP;AACD;AAEM,SAASG,gCAAT,CACLC,OADK,EAELC,QAFK,EAGsB;AAC3B,QAAM;AAAEC,IAAAA,mBAAmB,GAAG;AAAxB,MAA+BF,OAArC;AACA,MAAIE,mBAAmB,KAAK,KAA5B,EAAmC,OAAO,KAAP;AAEnC,QAAMC,MAAM,GAAGF,QAAQ,CAACE,MAAT,CAAgBA,MAAM,IAAIA,MAAJ,oBAAIA,MAAM,CAAEvH,IAAlC,CAAf;AAEA,QAAM;AACJwH,IAAAA,GAAG,GAAG,UADF;AAEJC,IAAAA,MAAM,GAAGF,MAAM,KAAK,qBAAX,GAAmC,OAAnC,GAA6C,QAFlD;AAGJG,IAAAA,GAAG,GAAG;AAHF,MAIFJ,mBAJJ;AAMA,SAAO;AAAEE,IAAAA,GAAF;AAAOC,IAAAA,MAAP;AAAeC,IAAAA;AAAf,GAAP;AACD;;AC1FD,aACEC,YADa,IAEV;AACH,WAASC,QAAT,CAAkB5I,MAAlB,EAA0BC,GAA1B,EAA+B6B,SAA/B,EAA0CnB,IAA1C,EAAgD;AAC9C,WAAOgI,YAAY,CAAC;AAAEE,MAAAA,IAAI,EAAE,UAAR;AAAoB7I,MAAAA,MAApB;AAA4BC,MAAAA,GAA5B;AAAiC6B,MAAAA;AAAjC,KAAD,EAA+CnB,IAA/C,CAAnB;AACD;;AAED,SAAO;AACL;AACAmI,IAAAA,oBAAoB,CAACnI,IAAD,EAA+B;AACjD,YAAM;AACJI,QAAAA,IAAI,EAAE;AAAEC,UAAAA;AAAF,SADF;AAEJH,QAAAA;AAFI,UAGFF,IAHJ;AAIA,UAAIE,KAAK,CAACkI,oBAAN,CAA2B/H,IAA3B,CAAJ,EAAsC;AAEtC2H,MAAAA,YAAY,CAAC;AAAEE,QAAAA,IAAI,EAAE,QAAR;AAAkB7H,QAAAA;AAAlB,OAAD,EAA2BL,IAA3B,CAAZ;AACD,KAVI;;AAYLqI,IAAAA,gBAAgB,CAACrI,IAAD,EAAqC;AACnD,YAAMV,GAAG,GAAGkB,UAAU,CAACR,IAAI,CAACc,GAAL,CAAS,UAAT,CAAD,EAAuBd,IAAI,CAACI,IAAL,CAAUK,QAAjC,CAAtB;AACA,UAAI,CAACnB,GAAD,IAAQA,GAAG,KAAK,WAApB,EAAiC;AAEjC,YAAMD,MAAM,GAAGW,IAAI,CAACc,GAAL,CAAS,QAAT,CAAf;;AACA,UAAIzB,MAAM,CAACY,YAAP,EAAJ,EAA2B;AACzB,cAAMqI,OAAO,GAAGjJ,MAAM,CAACa,KAAP,CAAaqI,UAAb,CAAwBlJ,MAAM,CAACe,IAAP,CAAYC,IAApC,CAAhB;AACA,YAAIiI,OAAO,IAAIA,OAAO,CAACtI,IAAR,CAAawI,0BAAb,EAAf,EAA0D;AAC3D;;AAED,YAAM9G,MAAM,GAAGV,aAAa,CAAC3B,MAAD,CAA5B;AACA,aAAO4I,QAAQ,CAACvG,MAAM,CAACR,EAAR,EAAY5B,GAAZ,EAAiBoC,MAAM,CAACP,SAAxB,EAAmCnB,IAAnC,CAAf;AACD,KAxBI;;AA0BLyI,IAAAA,aAAa,CAACzI,IAAD,EAAkC;AAC7C,YAAM;AAAE0I,QAAAA,UAAF;AAAc9H,QAAAA;AAAd,UAAyBZ,IAA/B;AACA,UAAIiB,GAAJ,CAF6C;;AAK7C,UAAIyH,UAAU,CAACC,oBAAX,EAAJ,EAAuC;AACrC1H,QAAAA,GAAG,GAAGyH,UAAU,CAAC5H,GAAX,CAAe,MAAf,CAAN,CADqC;AAGtC,OAHD,MAGO,IAAI4H,UAAU,CAACE,sBAAX,EAAJ,EAAyC;AAC9C3H,QAAAA,GAAG,GAAGyH,UAAU,CAAC5H,GAAX,CAAe,OAAf,CAAN,CAD8C;AAG9C;AACD,OAJM,MAIA,IAAI4H,UAAU,CAACpH,UAAX,EAAJ,EAA6B;AAClC,cAAMuH,KAAK,GAAGH,UAAU,CAACA,UAAzB;;AACA,YAAIG,KAAK,CAAC/G,gBAAN,MAA4B+G,KAAK,CAACC,eAAN,EAAhC,EAAyD;AACvD,cAAID,KAAK,CAACzI,IAAN,CAAW2B,MAAX,KAAsBnB,MAA1B,EAAkC;AAChCK,YAAAA,GAAG,GAAG4H,KAAK,CAAC/H,GAAN,CAAU,WAAV,EAAuBd,IAAI,CAACV,GAA5B,CAAN;AACD;AACF;AACF;;AAED,UAAI4B,EAAE,GAAG,IAAT;AACA,UAAIC,SAAS,GAAG,IAAhB;AACA,UAAIF,GAAJ,EAAS,CAAC;AAAEC,QAAAA,EAAF;AAAMC,QAAAA;AAAN,UAAoBH,aAAa,CAACC,GAAD,CAAlC;;AAET,WAAK,MAAM8H,IAAX,IAAmB/I,IAAI,CAACc,GAAL,CAAS,YAAT,CAAnB,EAA2C;AACzC,YAAIiI,IAAI,CAACC,gBAAL,EAAJ,EAA6B;AAC3B,gBAAM1J,GAAG,GAAGkB,UAAU,CAACuI,IAAI,CAACjI,GAAL,CAAS,KAAT,CAAD,CAAtB;AACA,cAAIxB,GAAJ,EAAS2I,QAAQ,CAAC/G,EAAD,EAAK5B,GAAL,EAAU6B,SAAV,EAAqB4H,IAArB,CAAR;AACV;AACF;AACF,KAzDI;;AA2DLE,IAAAA,gBAAgB,CAACjJ,IAAD,EAAqC;AACnD,UAAIA,IAAI,CAACI,IAAL,CAAU8I,QAAV,KAAuB,IAA3B,EAAiC;AAEjC,YAAMxH,MAAM,GAAGV,aAAa,CAAChB,IAAI,CAACc,GAAL,CAAS,OAAT,CAAD,CAA5B;AACA,YAAMxB,GAAG,GAAGkB,UAAU,CAACR,IAAI,CAACc,GAAL,CAAS,MAAT,CAAD,EAAmB,IAAnB,CAAtB;AAEA,UAAI,CAACxB,GAAL,EAAU;AAEV0I,MAAAA,YAAY,CACV;AACEE,QAAAA,IAAI,EAAE,IADR;AAEE7I,QAAAA,MAAM,EAAEqC,MAAM,CAACR,EAFjB;AAGE5B,QAAAA,GAHF;AAIE6B,QAAAA,SAAS,EAAEO,MAAM,CAACP;AAJpB,OADU,EAOVnB,IAPU,CAAZ;AASD;;AA5EI,GAAP;AA8ED,CArFD;;ACAA,aACEgI,YADa,KAET;AACJmB,EAAAA,iBAAiB,CAACnJ,IAAD,EAAsC;AACrD,UAAM0B,MAAM,GAAGH,eAAe,CAACvB,IAAD,CAA9B;AACA,QAAI,CAAC0B,MAAL,EAAa;AACbsG,IAAAA,YAAY,CAAC;AAAEE,MAAAA,IAAI,EAAE,QAAR;AAAkBxG,MAAAA;AAAlB,KAAD,EAA6B1B,IAA7B,CAAZ;AACD,GALG;;AAMJoJ,EAAAA,OAAO,CAACpJ,IAAD,EAA4B;AACjCA,IAAAA,IAAI,CAACc,GAAL,CAAS,MAAT,EAAiB7B,OAAjB,CAAyBoK,QAAQ,IAAI;AACnC,YAAM3H,MAAM,GAAGC,gBAAgB,CAAC0H,QAAD,CAA/B;AACA,UAAI,CAAC3H,MAAL,EAAa;AACbsG,MAAAA,YAAY,CAAC;AAAEE,QAAAA,IAAI,EAAE,QAAR;AAAkBxG,QAAAA;AAAlB,OAAD,EAA6B2H,QAA7B,CAAZ;AACD,KAJD;AAKD;;AAZG,CAFS,CAAf;;ACNO,SAASC,OAAT,CACLC,OADK,EAELC,UAFK,EAGLC,eAHK,EAIG;AACR,MAAIA,eAAe,KAAK,KAAxB,EAA+B,OAAOD,UAAP;AAE/B,QAAM,IAAIjC,KAAJ,CACH,yEADG,CAAN;AAGD;;AAGM,SAASpI,GAAT,CAAauK,OAAb,EAA8BrJ,IAA9B,EAA4C;AACjD,SAAO,IAAP;AACD;;AAGM,SAASsJ,UAAT,CAAoBC,WAApB,EAA8C;;AAG9C,SAASC,eAAT,CAAyBD,WAAzB,EAAmD;;ACX1D,MAAME,qBAAqB,GAAG,IAAI9K,GAAJ,CAAgB,CAC5C,QAD4C,EAE5C,YAF4C,EAG5C,MAH4C,EAI5C,QAJ4C,CAAhB,CAA9B;AAOe,SAAS+K,kBAAT,CACbrD,SADa,EAEE;AACf,QAAM;AAAEsD,IAAAA,MAAM,EAAEC,OAAV;AAAmBC,IAAAA,QAAQ,EAAEC,SAA7B;AAAwCC,IAAAA,MAAM,EAAEC;AAAhD,MAA4D3D,SAAlE;AAEA,SAAO4D,IAAI,IAAI;AACb,QAAIA,IAAI,CAACpC,IAAL,KAAc,QAAd,IAA0BmC,OAA1B,IAAqClL,KAAG,CAACkL,OAAD,EAAUC,IAAI,CAACjK,IAAf,CAA5C,EAAkE;AAChE,aAAO;AAAE6H,QAAAA,IAAI,EAAE,QAAR;AAAkBqC,QAAAA,IAAI,EAAEF,OAAO,CAACC,IAAI,CAACjK,IAAN,CAA/B;AAA4CA,QAAAA,IAAI,EAAEiK,IAAI,CAACjK;AAAvD,OAAP;AACD;;AAED,QAAIiK,IAAI,CAACpC,IAAL,KAAc,UAAd,IAA4BoC,IAAI,CAACpC,IAAL,KAAc,IAA9C,EAAoD;AAClD,YAAM;AAAE/G,QAAAA,SAAF;AAAa9B,QAAAA,MAAb;AAAqBC,QAAAA;AAArB,UAA6BgL,IAAnC;;AAEA,UAAIjL,MAAM,IAAI8B,SAAS,KAAK,QAA5B,EAAsC;AACpC,YAAIkJ,OAAO,IAAIP,qBAAqB,CAAC3K,GAAtB,CAA0BE,MAA1B,CAAX,IAAgDF,KAAG,CAACkL,OAAD,EAAU/K,GAAV,CAAvD,EAAuE;AACrE,iBAAO;AAAE4I,YAAAA,IAAI,EAAE,QAAR;AAAkBqC,YAAAA,IAAI,EAAEF,OAAO,CAAC/K,GAAD,CAA/B;AAAsCe,YAAAA,IAAI,EAAEf;AAA5C,WAAP;AACD;;AAED,YAAI2K,OAAO,IAAI9K,KAAG,CAAC8K,OAAD,EAAU5K,MAAV,CAAd,IAAmCF,KAAG,CAAC8K,OAAO,CAAC5K,MAAD,CAAR,EAAkBC,GAAlB,CAA1C,EAAkE;AAChE,iBAAO;AACL4I,YAAAA,IAAI,EAAE,QADD;AAELqC,YAAAA,IAAI,EAAEN,OAAO,CAAC5K,MAAD,CAAP,CAAgBC,GAAhB,CAFD;AAGLe,YAAAA,IAAI,EAAG,GAAEhB,MAAO,IAAGC,GAAI;AAHlB,WAAP;AAKD;AACF;;AAED,UAAI6K,SAAS,IAAIhL,KAAG,CAACgL,SAAD,EAAY7K,GAAZ,CAApB,EAAsC;AACpC,eAAO;AAAE4I,UAAAA,IAAI,EAAE,UAAR;AAAoBqC,UAAAA,IAAI,EAAEJ,SAAS,CAAC7K,GAAD,CAAnC;AAA0Ce,UAAAA,IAAI,EAAG,GAAEf,GAAI;AAAvD,SAAP;AACD;AACF;AACF,GA1BD;AA2BD;;AC1CD,MAAMkL,UAAU,GAAGC,WAAW,CAACC,OAAZ,IAAuBD,WAA1C;;AA8BA,SAASE,cAAT,CACElD,OADF,EAEEC,QAFF,EAaE;AACA,QAAM;AACJkD,IAAAA,MADI;AAEJtF,IAAAA,OAAO,EAAEuF,aAFL;AAGJC,IAAAA,wBAHI;AAIJC,IAAAA,UAJI;AAKJC,IAAAA,KALI;AAMJC,IAAAA,oBANI;AAOJxB,IAAAA,eAPI;AAQJ,OAAGyB;AARC,MASFzD,OATJ;;AAWA,MAAI0D,OAAO,CAAC1D,OAAD,CAAX,EAAsB;AACpB,UAAM,IAAIF,KAAJ,CACH;AACP;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qFATU,CAAN;AAWD;;AAED,MAAI6D,UAAJ;AACA,MAAIR,MAAM,KAAK,cAAf,EAA+BQ,UAAU,GAAG,aAAb,CAA/B,KACK,IAAIR,MAAM,KAAK,cAAf,EAA+BQ,UAAU,GAAG,aAAb,CAA/B,KACA,IAAIR,MAAM,KAAK,YAAf,EAA6BQ,UAAU,GAAG,WAAb,CAA7B,KACA,IAAI,OAAOR,MAAP,KAAkB,QAAtB,EAAgC;AACnC,UAAM,IAAIrD,KAAJ,CAAU,0BAAV,CAAN;AACD,GAFI,MAEE;AACL,UAAM,IAAIA,KAAJ,CACH,uDAAD,GACG,8BAA6BhC,IAAI,CAACC,SAAL,CAAeoF,MAAf,CAAuB,GAFnD,CAAN;AAID;;AAED,MAAI,OAAOK,oBAAP,KAAgC,UAApC,EAAgD;AAC9C,QAAIxD,OAAO,CAACN,OAAR,IAAmBM,OAAO,CAACJ,OAA/B,EAAwC;AACtC,YAAM,IAAIE,KAAJ,CACH,wDAAD,GACG,kCAFC,CAAN;AAID;AACF,GAPD,MAOO,IAAI0D,oBAAoB,IAAI,IAA5B,EAAkC;AACvC,UAAM,IAAI1D,KAAJ,CACH,wDAAD,GACG,cAAahC,IAAI,CAACC,SAAL,CAAeyF,oBAAf,CAAqC,GAFjD,CAAN;AAID;;AAED,MACExB,eAAe,IAAI,IAAnB,IACA,OAAOA,eAAP,KAA2B,SAD3B,IAEA,OAAOA,eAAP,KAA2B,QAH7B,EAIE;AACA,UAAM,IAAIlC,KAAJ,CACH,4DAAD,GACG,cAAahC,IAAI,CAACC,SAAL,CAAeiE,eAAf,CAAgC,GAF5C,CAAN;AAID;;AAED,MAAInE,OAAJ;;AAEA;AAEE;AACAuF,EAAAA,aAAa,IACbE,UADA,IAEAD,wBALF,EAME;AACA,UAAMO,UAAU,GACd,OAAOR,aAAP,KAAyB,QAAzB,IAAqCvE,KAAK,CAACgF,OAAN,CAAcT,aAAd,CAArC,GACI;AAAEU,MAAAA,QAAQ,EAAEV;AAAZ,KADJ,GAEIA,aAHN;AAKAvF,IAAAA,OAAO,GAAGkF,UAAU,CAACa,UAAD,EAAa;AAC/BP,MAAAA,wBAD+B;AAE/BC,MAAAA;AAF+B,KAAb,CAApB;AAID,GAhBD,MAgBO;AACLzF,IAAAA,OAAO,GAAGoC,QAAQ,CAACpC,OAAT,EAAV;AACD;;AAED,SAAO;AACLsF,IAAAA,MADK;AAELQ,IAAAA,UAFK;AAGL9F,IAAAA,OAHK;AAILmE,IAAAA,eAAe,EAAEA,eAAF,WAAEA,eAAF,GAAqB,KAJ/B;AAKLwB,IAAAA,oBALK;AAMLD,IAAAA,KAAK,EAAE,CAAC,CAACA,KANJ;AAOLE,IAAAA,eAAe,EAAEA;AAPZ,GAAP;AASD;;AAED,SAASM,mBAAT,CACEC,OADF,EAEEhE,OAFF,EAGEE,mBAHF,EAIE4B,OAJF,EAKEmC,QALF,EAMEhE,QANF,EAOE;AACA,QAAM;AACJkD,IAAAA,MADI;AAEJQ,IAAAA,UAFI;AAGJ9F,IAAAA,OAHI;AAIJ0F,IAAAA,KAJI;AAKJC,IAAAA,oBALI;AAMJC,IAAAA,eANI;AAOJzB,IAAAA;AAPI,MAQFkB,cAAc,CAAUlD,OAAV,EAAmBC,QAAnB,CARlB;AAUA,QAAMiE,QAAQ,GAAGxJ,iBAAiB,CAChC,IAAIoB,YAAJ,CAAiBiG,UAAU,IACzBoC,OAAA,CAAarC,OAAb,EAAsBC,UAAtB,EAAkCC,eAAlC,CADF,CADgC,CAAlC,CAXA;;AAkBA,MAAItC,OAAJ,EAAaE,OAAb;AACA,MAAIwE,gBAAJ;AACA,MAAIC,cAAJ;AACA,MAAIC,eAAJ;AAEA,QAAMC,SAAS,GAAG,IAAIzH,GAAJ,EAAlB;AAEA,QAAM0H,GAAgB,GAAG;AACvBC,IAAAA,KAAK,EAAExE,QADgB;AAEvBiE,IAAAA,QAFuB;AAGvBf,IAAAA,MAAM,EAAEnD,OAAO,CAACmD,MAHO;AAIvBtF,IAAAA,OAJuB;AAKvByE,IAAAA,kBALuB;;AAMvBkB,IAAAA,oBAAoB,CAAC5K,IAAD,EAAO;AACzB,UAAIyL,cAAc,KAAK1K,SAAvB,EAAkC;AAChC,cAAM,IAAImG,KAAJ,CACH,yBAAwBkE,OAAO,CAACpL,IAAK,aAAtC,GACG,+DAFC,CAAN;AAID;;AACD,UAAI,CAACyL,cAAc,CAAC3M,GAAf,CAAmBkB,IAAnB,CAAL,EAA+B;AAC7B8L,QAAAA,OAAO,CAACC,IAAR,CACG,yBAAwB3F,QAAQ,CAACpG,IAAK,aAAvC,GACG,qBAAoBA,IAAK,IAF9B;AAID;;AAED,UAAI0L,eAAe,IAAI,CAACA,eAAe,CAAC1L,IAAD,CAAvC,EAA+C,OAAO,KAAP;AAE/C,UAAIgM,YAAY,GAAGC,UAAU,CAACjM,IAAD,EAAOiF,OAAP,EAAgB;AAC3CiH,QAAAA,UAAU,EAAEV,gBAD+B;AAE3CW,QAAAA,QAAQ,EAAErF,OAFiC;AAG3CsF,QAAAA,QAAQ,EAAEpF;AAHiC,OAAhB,CAA7B;;AAMA,UAAI4D,oBAAJ,EAA0B;AACxBoB,QAAAA,YAAY,GAAGpB,oBAAoB,CAAC5K,IAAD,EAAOgM,YAAP,CAAnC;;AACA,YAAI,OAAOA,YAAP,KAAwB,SAA5B,EAAuC;AACrC,gBAAM,IAAI9E,KAAJ,CAAW,8CAAX,CAAN;AACD;AACF;;AAED,aAAO8E,YAAP;AACD,KApCsB;;AAqCvBrB,IAAAA,KAAK,CAAC3K,IAAD,EAAO;AACVqL,MAAAA,QAAQ,GAAGgB,KAAX,GAAmB,IAAnB;AAEA,UAAI,CAAC1B,KAAD,IAAU,CAAC3K,IAAf,EAAqB;AAErB,UAAIqL,QAAQ,GAAGhF,SAAX,CAAqBvH,GAArB,CAAyBsH,QAAQ,CAACpG,IAAlC,CAAJ,EAA6C;AAC7CqL,MAAAA,QAAQ,GAAGhF,SAAX,CAAqBjC,GAArB,CACEpE,IADF,EAEEwL,gBAAgB,IAAIxL,IAApB,IAA4BwL,gBAAgB,CAACxL,IAAD,CAF9C;AAID,KA/CsB;;AAgDvBsM,IAAAA,gBAAgB,CAACtM,IAAD,EAAOuM,OAAO,GAAG,GAAjB,EAAsB;AACpC,UAAIjF,mBAAmB,KAAK,KAA5B,EAAmC;;AACnC,UAAI8B,eAAJ,EAAqB;AACnB;AACA;AACA;AACA;AACD;;AAED,YAAMoD,GAAG,GAAGD,OAAO,KAAK,GAAZ,GAAkBvM,IAAlB,GAA0B,GAAEA,IAAK,KAAIuM,OAAQ,EAAzD;AAEA,YAAMF,KAAK,GAAG/E,mBAAmB,CAACI,GAApB,GACV,KADU,GAEV+E,QAAQ,CAACd,SAAD,EAAa,GAAE3L,IAAK,OAAMkJ,OAAQ,EAAlC,EAAqC,MAC3CqC,GAAA,CAAA,CADM,CAFZ;;AAMA,UAAI,CAACc,KAAL,EAAY;AACVhB,QAAAA,QAAQ,GAAG9B,WAAX,CAAuBxK,GAAvB,CAA2ByN,GAA3B;AACD;AACF;;AApEsB,GAAzB;AAuEA,QAAMpG,QAAQ,GAAGgF,OAAO,CAACQ,GAAD,EAAMf,eAAN,EAAuB3B,OAAvB,CAAxB;;AAEA,MAAI,OAAO9C,QAAQ,CAAC2E,UAAD,CAAf,KAAgC,UAApC,EAAgD;AAC9C,UAAM,IAAI7D,KAAJ,CACH,QAAOd,QAAQ,CAACpG,IAAT,IAAiBoL,OAAO,CAACpL,IAAK,qBAAtC,GACG,gBAAeuK,MAAO,uBAFrB,CAAN;AAID;;AAED,MAAItE,KAAK,CAACgF,OAAN,CAAc7E,QAAQ,CAACC,SAAvB,CAAJ,EAAuC;AACrCoF,IAAAA,cAAc,GAAG,IAAI9M,GAAJ,CAAQyH,QAAQ,CAACC,SAAjB,CAAjB;AACAqF,IAAAA,eAAe,GAAGtF,QAAQ,CAACsF,eAA3B;AACD,GAHD,MAGO,IAAItF,QAAQ,CAACC,SAAb,EAAwB;AAC7BoF,IAAAA,cAAc,GAAG,IAAI9M,GAAJ,CAAQO,MAAM,CAACwN,IAAP,CAAYtG,QAAQ,CAACC,SAArB,CAAR,CAAjB;AACAmF,IAAAA,gBAAgB,GAAGpF,QAAQ,CAACC,SAA5B;AACAqF,IAAAA,eAAe,GAAGtF,QAAQ,CAACsF,eAA3B;AACD,GAJM,MAIA;AACLD,IAAAA,cAAc,GAAG,IAAI9M,GAAJ,EAAjB;AACD;;AAED,GAAC;AAAEmI,IAAAA,OAAF;AAAWE,IAAAA;AAAX,MAAuBb,sBAAsB,CAC5CC,QAAQ,CAACpG,IAAT,IAAiBoL,OAAO,CAACpL,IADmB,EAE5CyL,cAF4C,EAG5CZ,eAAe,CAAC/D,OAAhB,IAA2B,EAHiB,EAI5C+D,eAAe,CAAC7D,OAAhB,IAA2B,EAJiB,CAA9C;AAOA,SAAO;AACL2D,IAAAA,KADK;AAELJ,IAAAA,MAFK;AAGLtF,IAAAA,OAHK;AAILmB,IAAAA,QAJK;;AAKLuB,IAAAA,YAAY,CAACgF,OAAD,EAA0BhN,IAA1B,EAA0C;AACpD,YAAMiN,KAAK,GAAGtB,QAAQ,CAAC3L,IAAD,CAAtB;AACAyG,MAAAA,QAAQ,CAAC2E,UAAD,CAAR,CAAqB4B,OAArB,EAA8BC,KAA9B,EAAqCjN,IAArC;AACD;;AARI,GAAP;AAUD;;AAEc,SAASkN,sBAAT,CACbzB,OADa,EAEb;AACA,SAAO0B,OAAO,CAAC,CAACzF,QAAD,EAAWD,OAAX,EAAmC8B,OAAnC,KAAuD;AACpE7B,IAAAA,QAAQ,CAAC0F,aAAT,CAAuB,CAAvB;AACA,UAAM;AAAEC,MAAAA;AAAF,QAAe3F,QAArB;AAEA,QAAIgE,QAAJ;AAEA,UAAM/D,mBAAmB,GAAGH,gCAAgC,CAC1DC,OAD0D,EAE1DC,QAF0D,CAA5D;AAKA,UAAM;AAAEsD,MAAAA,KAAF;AAASJ,MAAAA,MAAT;AAAiBtF,MAAAA,OAAjB;AAA0BmB,MAAAA,QAA1B;AAAoCuB,MAAAA;AAApC,QACJwD,mBAAmB,CACjBC,OADiB,EAEjBhE,OAFiB,EAGjBE,mBAHiB,EAIjB4B,OAJiB,EAKjB,MAAMmC,QALW,EAMjBhE,QANiB,CADrB;AAUA,UAAM4F,aAAa,GAAG1C,MAAM,KAAK,cAAX,GAA4B1L,KAA5B,GAAsCA,KAA5D;AAEA,UAAMqO,OAAO,GAAG9G,QAAQ,CAAC8G,OAAT,GACZF,QAAQ,CAACG,QAAT,CAAkBC,KAAlB,CAAwB,CAACH,aAAa,CAACtF,YAAD,CAAd,EAA8BvB,QAAQ,CAAC8G,OAAvC,CAAxB,CADY,GAEZD,aAAa,CAACtF,YAAD,CAFjB;;AAIA,QAAIgD,KAAK,IAAIA,KAAK,KAAK5F,0BAAvB,EAAmD;AACjD+G,MAAAA,OAAO,CAACtE,GAAR,CAAa,GAAEpB,QAAQ,CAACpG,IAAK,oBAA7B;AACA8L,MAAAA,OAAO,CAACtE,GAAR,CAAa,oBAAmBxC,yBAAyB,CAACC,OAAD,CAAU,EAAnE;AACA6G,MAAAA,OAAO,CAACtE,GAAR,CAAa,4BAA2B+C,MAAO,YAA/C;AACD;;AAED,WAAO;AACLvK,MAAAA,IAAI,EAAE,kBADD;AAELkN,MAAAA,OAFK;;AAILG,MAAAA,GAAG,GAAG;AAAA;;AACJhC,QAAAA,QAAQ,GAAG;AACThF,UAAAA,SAAS,EAAE,IAAInC,GAAJ,EADF;AAETmI,UAAAA,KAAK,EAAE,KAFE;AAGTiB,UAAAA,SAAS,EAAE,IAAI3O,GAAJ,EAHF;AAIT4K,UAAAA,WAAW,EAAE,IAAI5K,GAAJ;AAJJ,SAAX;AAOA,yBAAAyH,QAAQ,CAACiH,GAAT,mCAAcE,KAAd,CAAoB,IAApB,EAA0B5L,SAA1B;AACD,OAbI;;AAcL6L,MAAAA,IAAI,GAAG;AAAA;;AACL,0BAAApH,QAAQ,CAACoH,IAAT,oCAAeD,KAAf,CAAqB,IAArB,EAA2B5L,SAA3B;;AAEA,YAAI2F,mBAAmB,KAAK,KAA5B,EAAmC;AACjC,cAAIA,mBAAmB,CAACE,GAApB,KAA4B,UAAhC,EAA4C;AAC1C+D,YAAAA,UAAA,CAAgBF,QAAQ,CAAC9B,WAAzB;AACD,WAFD,MAEO;AACLgC,YAAAA,eAAA,CAAqBF,QAAQ,CAAC9B,WAA9B;AACD;AACF;;AAED,YAAI,CAACoB,KAAL,EAAY;AAEZ,YAAI,KAAK8C,QAAT,EAAmB3B,OAAO,CAACtE,GAAR,CAAa,MAAK,KAAKiG,QAAS,GAAhC;;AAEnB,YAAIpC,QAAQ,CAAChF,SAAT,CAAmBL,IAAnB,KAA4B,CAAhC,EAAmC;AACjC8F,UAAAA,OAAO,CAACtE,GAAR,CACE+C,MAAM,KAAK,cAAX,GACIc,QAAQ,CAACgB,KAAT,GACG,8BAA6BjG,QAAQ,CAACpG,IAAK,qCAD9C,GAEG,2BAA0BoG,QAAQ,CAACpG,IAAK,+BAH/C,GAIK,uCAAsCoG,QAAQ,CAACpG,IAAK,qCAL3D;AAQA;AACD;;AAED,YAAIuK,MAAM,KAAK,cAAf,EAA+B;AAC7BuB,UAAAA,OAAO,CAACtE,GAAR,CACG,OAAMpB,QAAQ,CAACpG,IAAK,yCAArB,GACG,0BAFL;AAID,SALD,MAKO;AACL8L,UAAAA,OAAO,CAACtE,GAAR,CACG,OAAMpB,QAAQ,CAACpG,IAAK,0CADvB;AAGD;;AAED,aAAK,MAAM,CAACA,IAAD,EAAO0N,OAAP,CAAX,IAA8BrC,QAAQ,CAAChF,SAAvC,EAAkD;AAChD,cAAIqH,OAAJ,EAAa;AACX,kBAAMC,eAAe,GAAGC,mBAAmB,CAAC5N,IAAD,EAAOiF,OAAP,EAAgByI,OAAhB,CAA3C;AAEA,kBAAMG,gBAAgB,GAAG3I,IAAI,CAACC,SAAL,CAAewI,eAAf,EACtBG,OADsB,CACd,IADc,EACR,IADQ,EAEtBA,OAFsB,CAEd,MAFc,EAEN,KAFM,EAGtBA,OAHsB,CAGd,MAHc,EAGN,KAHM,CAAzB;AAKAhC,YAAAA,OAAO,CAACtE,GAAR,CAAa,KAAIxH,IAAK,IAAG6N,gBAAiB,EAA1C;AACD,WATD,MASO;AACL/B,YAAAA,OAAO,CAACtE,GAAR,CAAa,KAAIxH,IAAK,EAAtB;AACD;AACF;AACF;;AAlEI,KAAP;AAoED,GArGa,CAAd;AAsGD;;AAED,SAASyM,QAAT,CAAkB7H,GAAlB,EAAuB3F,GAAvB,EAA4B8O,UAA5B,EAAwC;AACtC,MAAIC,GAAG,GAAGpJ,GAAG,CAACnE,GAAJ,CAAQxB,GAAR,CAAV;;AACA,MAAI+O,GAAG,KAAKjN,SAAZ,EAAuB;AACrBiN,IAAAA,GAAG,GAAGD,UAAU,EAAhB;AACAnJ,IAAAA,GAAG,CAACR,GAAJ,CAAQnF,GAAR,EAAa+O,GAAb;AACD;;AACD,SAAOA,GAAP;AACD;;AAED,SAASlD,OAAT,CAAiBlK,GAAjB,EAAsB;AACpB,SAAO1B,MAAM,CAACwN,IAAP,CAAY9L,GAAZ,EAAiBQ,MAAjB,KAA4B,CAAnC;AACD;;;;"} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/esm/index.node.mjs b/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/esm/index.node.mjs new file mode 100644 index 0000000..f9fb03d --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/esm/index.node.mjs @@ -0,0 +1,885 @@ +import { declare } from '@babel/helper-plugin-utils'; +import _getTargets, { prettifyTargets, getInclusionReasons, isRequired } from '@babel/helper-compilation-targets'; +import * as _babel from '@babel/core'; +import path from 'path'; +import debounce from 'lodash.debounce'; +import requireResolve from 'resolve'; +import { createRequire } from 'module'; + +const { + types: t$1, + template: template +} = _babel.default || _babel; +function intersection(a, b) { + const result = new Set(); + a.forEach(v => b.has(v) && result.add(v)); + return result; +} +function has$1(object, key) { + return Object.prototype.hasOwnProperty.call(object, key); +} + +function getType(target) { + return Object.prototype.toString.call(target).slice(8, -1); +} + +function resolveId(path) { + if (path.isIdentifier() && !path.scope.hasBinding(path.node.name, + /* noGlobals */ + true)) { + return path.node.name; + } + + const { + deopt + } = path.evaluate(); + + if (deopt && deopt.isIdentifier()) { + return deopt.node.name; + } +} + +function resolveKey(path, computed = false) { + const { + scope + } = path; + if (path.isStringLiteral()) return path.node.value; + const isIdentifier = path.isIdentifier(); + + if (isIdentifier && !(computed || path.parent.computed)) { + return path.node.name; + } + + if (computed && path.isMemberExpression() && path.get("object").isIdentifier({ + name: "Symbol" + }) && !scope.hasBinding("Symbol", + /* noGlobals */ + true)) { + const sym = resolveKey(path.get("property"), path.node.computed); + if (sym) return "Symbol." + sym; + } + + if (!isIdentifier || scope.hasBinding(path.node.name, + /* noGlobals */ + true)) { + const { + value + } = path.evaluate(); + if (typeof value === "string") return value; + } +} +function resolveSource(obj) { + if (obj.isMemberExpression() && obj.get("property").isIdentifier({ + name: "prototype" + })) { + const id = resolveId(obj.get("object")); + + if (id) { + return { + id, + placement: "prototype" + }; + } + + return { + id: null, + placement: null + }; + } + + const id = resolveId(obj); + + if (id) { + return { + id, + placement: "static" + }; + } + + const { + value + } = obj.evaluate(); + + if (value !== undefined) { + return { + id: getType(value), + placement: "prototype" + }; + } else if (obj.isRegExpLiteral()) { + return { + id: "RegExp", + placement: "prototype" + }; + } else if (obj.isFunction()) { + return { + id: "Function", + placement: "prototype" + }; + } + + return { + id: null, + placement: null + }; +} +function getImportSource({ + node +}) { + if (node.specifiers.length === 0) return node.source.value; +} +function getRequireSource({ + node +}) { + if (!t$1.isExpressionStatement(node)) return; + const { + expression + } = node; + + if (t$1.isCallExpression(expression) && t$1.isIdentifier(expression.callee) && expression.callee.name === "require" && expression.arguments.length === 1 && t$1.isStringLiteral(expression.arguments[0])) { + return expression.arguments[0].value; + } +} + +function hoist(node) { + // @ts-expect-error + node._blockHoist = 3; + return node; +} + +function createUtilsGetter(cache) { + return path => { + const prog = path.findParent(p => p.isProgram()); + return { + injectGlobalImport(url) { + cache.storeAnonymous(prog, url, (isScript, source) => { + return isScript ? template.statement.ast`require(${source})` : t$1.importDeclaration([], source); + }); + }, + + injectNamedImport(url, name, hint = name) { + return cache.storeNamed(prog, url, name, (isScript, source, name) => { + const id = prog.scope.generateUidIdentifier(hint); + return { + node: isScript ? hoist(template.statement.ast` + var ${id} = require(${source}).${name} + `) : t$1.importDeclaration([t$1.importSpecifier(id, name)], source), + name: id.name + }; + }); + }, + + injectDefaultImport(url, hint = url) { + return cache.storeNamed(prog, url, "default", (isScript, source) => { + const id = prog.scope.generateUidIdentifier(hint); + return { + node: isScript ? hoist(template.statement.ast`var ${id} = require(${source})`) : t$1.importDeclaration([t$1.importDefaultSpecifier(id)], source), + name: id.name + }; + }); + } + + }; + }; +} + +const { + types: t +} = _babel.default || _babel; +class ImportsCache { + constructor(resolver) { + this._imports = new WeakMap(); + this._anonymousImports = new WeakMap(); + this._lastImports = new WeakMap(); + this._resolver = resolver; + } + + storeAnonymous(programPath, url, // eslint-disable-next-line no-undef + getVal) { + const key = this._normalizeKey(programPath, url); + + const imports = this._ensure(this._anonymousImports, programPath, Set); + + if (imports.has(key)) return; + const node = getVal(programPath.node.sourceType === "script", t.stringLiteral(this._resolver(url))); + imports.add(key); + + this._injectImport(programPath, node); + } + + storeNamed(programPath, url, name, getVal) { + const key = this._normalizeKey(programPath, url, name); + + const imports = this._ensure(this._imports, programPath, Map); + + if (!imports.has(key)) { + const { + node, + name: id + } = getVal(programPath.node.sourceType === "script", t.stringLiteral(this._resolver(url)), t.identifier(name)); + imports.set(key, id); + + this._injectImport(programPath, node); + } + + return t.identifier(imports.get(key)); + } + + _injectImport(programPath, node) { + const lastImport = this._lastImports.get(programPath); + + let newNodes; + + if (lastImport && lastImport.node && // Sometimes the AST is modified and the "last import" + // we have has been replaced + lastImport.parent === programPath.node && lastImport.container === programPath.node.body) { + newNodes = lastImport.insertAfter(node); + } else { + newNodes = programPath.unshiftContainer("body", node); + } + + const newNode = newNodes[newNodes.length - 1]; + + this._lastImports.set(programPath, newNode); + /* + let lastImport; + programPath.get("body").forEach(path => { + if (path.isImportDeclaration()) lastImport = path; + if ( + path.isExpressionStatement() && + isRequireCall(path.get("expression")) + ) { + lastImport = path; + } + if ( + path.isVariableDeclaration() && + path.get("declarations").length === 1 && + (isRequireCall(path.get("declarations.0.init")) || + (path.get("declarations.0.init").isMemberExpression() && + isRequireCall(path.get("declarations.0.init.object")))) + ) { + lastImport = path; + } + });*/ + + } + + _ensure(map, programPath, Collection) { + let collection = map.get(programPath); + + if (!collection) { + collection = new Collection(); + map.set(programPath, collection); + } + + return collection; + } + + _normalizeKey(programPath, url, name = "") { + const { + sourceType + } = programPath.node; // If we rely on the imported binding (the "name" parameter), we also need to cache + // based on the sourceType. This is because the module transforms change the names + // of the import variables. + + return `${name && sourceType}::${url}::${name}`; + } + +} + +const presetEnvSilentDebugHeader = "#__secret_key__@babel/preset-env__don't_log_debug_header_and_resolved_targets"; +function stringifyTargetsMultiline(targets) { + return JSON.stringify(prettifyTargets(targets), null, 2); +} + +function patternToRegExp(pattern) { + if (pattern instanceof RegExp) return pattern; + + try { + return new RegExp(`^${pattern}$`); + } catch { + return null; + } +} + +function buildUnusedError(label, unused) { + if (!unused.length) return ""; + return ` - The following "${label}" patterns didn't match any polyfill:\n` + unused.map(original => ` ${String(original)}\n`).join(""); +} + +function buldDuplicatesError(duplicates) { + if (!duplicates.size) return ""; + return ` - The following polyfills were matched both by "include" and "exclude" patterns:\n` + Array.from(duplicates, name => ` ${name}\n`).join(""); +} + +function validateIncludeExclude(provider, polyfills, includePatterns, excludePatterns) { + let current; + + const filter = pattern => { + const regexp = patternToRegExp(pattern); + if (!regexp) return false; + let matched = false; + + for (const polyfill of polyfills) { + if (regexp.test(polyfill)) { + matched = true; + current.add(polyfill); + } + } + + return !matched; + }; // prettier-ignore + + + const include = current = new Set(); + const unusedInclude = Array.from(includePatterns).filter(filter); // prettier-ignore + + const exclude = current = new Set(); + const unusedExclude = Array.from(excludePatterns).filter(filter); + const duplicates = intersection(include, exclude); + + if (duplicates.size > 0 || unusedInclude.length > 0 || unusedExclude.length > 0) { + throw new Error(`Error while validating the "${provider}" provider options:\n` + buildUnusedError("include", unusedInclude) + buildUnusedError("exclude", unusedExclude) + buldDuplicatesError(duplicates)); + } + + return { + include, + exclude + }; +} +function applyMissingDependenciesDefaults(options, babelApi) { + const { + missingDependencies = {} + } = options; + if (missingDependencies === false) return false; + const caller = babelApi.caller(caller => caller == null ? void 0 : caller.name); + const { + log = "deferred", + inject = caller === "rollup-plugin-babel" ? "throw" : "import", + all = false + } = missingDependencies; + return { + log, + inject, + all + }; +} + +var usage = (callProvider => { + function property(object, key, placement, path) { + return callProvider({ + kind: "property", + object, + key, + placement + }, path); + } + + return { + // Symbol(), new Promise + ReferencedIdentifier(path) { + const { + node: { + name + }, + scope + } = path; + if (scope.getBindingIdentifier(name)) return; + callProvider({ + kind: "global", + name + }, path); + }, + + MemberExpression(path) { + const key = resolveKey(path.get("property"), path.node.computed); + if (!key || key === "prototype") return; + const object = path.get("object"); + + if (object.isIdentifier()) { + const binding = object.scope.getBinding(object.node.name); + if (binding && binding.path.isImportNamespaceSpecifier()) return; + } + + const source = resolveSource(object); + return property(source.id, key, source.placement, path); + }, + + ObjectPattern(path) { + const { + parentPath, + parent + } = path; + let obj; // const { keys, values } = Object + + if (parentPath.isVariableDeclarator()) { + obj = parentPath.get("init"); // ({ keys, values } = Object) + } else if (parentPath.isAssignmentExpression()) { + obj = parentPath.get("right"); // !function ({ keys, values }) {...} (Object) + // resolution does not work after properties transform :-( + } else if (parentPath.isFunction()) { + const grand = parentPath.parentPath; + + if (grand.isCallExpression() || grand.isNewExpression()) { + if (grand.node.callee === parent) { + obj = grand.get("arguments")[path.key]; + } + } + } + + let id = null; + let placement = null; + if (obj) ({ + id, + placement + } = resolveSource(obj)); + + for (const prop of path.get("properties")) { + if (prop.isObjectProperty()) { + const key = resolveKey(prop.get("key")); + if (key) property(id, key, placement, prop); + } + } + }, + + BinaryExpression(path) { + if (path.node.operator !== "in") return; + const source = resolveSource(path.get("right")); + const key = resolveKey(path.get("left"), true); + if (!key) return; + callProvider({ + kind: "in", + object: source.id, + key, + placement: source.placement + }, path); + } + + }; +}); + +var entry = (callProvider => ({ + ImportDeclaration(path) { + const source = getImportSource(path); + if (!source) return; + callProvider({ + kind: "import", + source + }, path); + }, + + Program(path) { + path.get("body").forEach(bodyPath => { + const source = getRequireSource(bodyPath); + if (!source) return; + callProvider({ + kind: "import", + source + }, bodyPath); + }); + } + +})); + +const nativeRequireResolve = parseFloat(process.versions.node) >= 8.9; + +const require = createRequire(import +/*::(_)*/ +.meta.url); // eslint-disable-line + + +function resolve(dirname, moduleName, absoluteImports) { + if (absoluteImports === false) return moduleName; + let basedir = dirname; + + if (typeof absoluteImports === "string") { + basedir = path.resolve(basedir, absoluteImports); + } + + try { + if (nativeRequireResolve) { + return require.resolve(moduleName, { + paths: [basedir] + }); + } else { + return requireResolve.sync(moduleName, { + basedir + }); + } + } catch (err) { + if (err.code !== "MODULE_NOT_FOUND") throw err; + throw Object.assign(new Error(`Failed to resolve "${moduleName}" relative to "${dirname}"`), { + code: "BABEL_POLYFILL_NOT_FOUND", + polyfill: moduleName, + dirname + }); + } +} +function has(basedir, name) { + try { + if (nativeRequireResolve) { + require.resolve(name, { + paths: [basedir] + }); + } else { + requireResolve.sync(name, { + basedir + }); + } + + return true; + } catch { + return false; + } +} +function logMissing(missingDeps) { + if (missingDeps.size === 0) return; + const deps = Array.from(missingDeps).sort().join(" "); + console.warn("\nSome polyfills have been added but are not present in your dependencies.\n" + "Please run one of the following commands:\n" + `\tnpm install --save ${deps}\n` + `\tyarn add ${deps}\n`); + process.exitCode = 1; +} +let allMissingDeps = new Set(); +const laterLogMissingDependencies = debounce(() => { + logMissing(allMissingDeps); + allMissingDeps = new Set(); +}, 100); +function laterLogMissing(missingDeps) { + if (missingDeps.size === 0) return; + missingDeps.forEach(name => allMissingDeps.add(name)); + laterLogMissingDependencies(); +} + +const PossibleGlobalObjects = new Set(["global", "globalThis", "self", "window"]); +function createMetaResolver(polyfills) { + const { + static: staticP, + instance: instanceP, + global: globalP + } = polyfills; + return meta => { + if (meta.kind === "global" && globalP && has$1(globalP, meta.name)) { + return { + kind: "global", + desc: globalP[meta.name], + name: meta.name + }; + } + + if (meta.kind === "property" || meta.kind === "in") { + const { + placement, + object, + key + } = meta; + + if (object && placement === "static") { + if (globalP && PossibleGlobalObjects.has(object) && has$1(globalP, key)) { + return { + kind: "global", + desc: globalP[key], + name: key + }; + } + + if (staticP && has$1(staticP, object) && has$1(staticP[object], key)) { + return { + kind: "static", + desc: staticP[object][key], + name: `${object}$${key}` + }; + } + } + + if (instanceP && has$1(instanceP, key)) { + return { + kind: "instance", + desc: instanceP[key], + name: `${key}` + }; + } + } + }; +} + +const getTargets = _getTargets.default || _getTargets; + +function resolveOptions(options, babelApi) { + const { + method, + targets: targetsOption, + ignoreBrowserslistConfig, + configPath, + debug, + shouldInjectPolyfill, + absoluteImports, + ...providerOptions + } = options; + + if (isEmpty(options)) { + throw new Error(`\ +This plugin requires options, for example: + { + "plugins": [ + ["", { method: "usage-pure" }] + ] + } + +See more options at https://github.com/babel/babel-polyfills/blob/main/docs/usage.md`); + } + + let methodName; + if (method === "usage-global") methodName = "usageGlobal";else if (method === "entry-global") methodName = "entryGlobal";else if (method === "usage-pure") methodName = "usagePure";else if (typeof method !== "string") { + throw new Error(".method must be a string"); + } else { + throw new Error(`.method must be one of "entry-global", "usage-global"` + ` or "usage-pure" (received ${JSON.stringify(method)})`); + } + + if (typeof shouldInjectPolyfill === "function") { + if (options.include || options.exclude) { + throw new Error(`.include and .exclude are not supported when using the` + ` .shouldInjectPolyfill function.`); + } + } else if (shouldInjectPolyfill != null) { + throw new Error(`.shouldInjectPolyfill must be a function, or undefined` + ` (received ${JSON.stringify(shouldInjectPolyfill)})`); + } + + if (absoluteImports != null && typeof absoluteImports !== "boolean" && typeof absoluteImports !== "string") { + throw new Error(`.absoluteImports must be a boolean, a string, or undefined` + ` (received ${JSON.stringify(absoluteImports)})`); + } + + let targets; + + if ( // If any browserslist-related option is specified, fallback to the old + // behavior of not using the targets specified in the top-level options. + targetsOption || configPath || ignoreBrowserslistConfig) { + const targetsObj = typeof targetsOption === "string" || Array.isArray(targetsOption) ? { + browsers: targetsOption + } : targetsOption; + targets = getTargets(targetsObj, { + ignoreBrowserslistConfig, + configPath + }); + } else { + targets = babelApi.targets(); + } + + return { + method, + methodName, + targets, + absoluteImports: absoluteImports != null ? absoluteImports : false, + shouldInjectPolyfill, + debug: !!debug, + providerOptions: providerOptions + }; +} + +function instantiateProvider(factory, options, missingDependencies, dirname, debugLog, babelApi) { + const { + method, + methodName, + targets, + debug, + shouldInjectPolyfill, + providerOptions, + absoluteImports + } = resolveOptions(options, babelApi); + const getUtils = createUtilsGetter(new ImportsCache(moduleName => resolve(dirname, moduleName, absoluteImports))); // eslint-disable-next-line prefer-const + + let include, exclude; + let polyfillsSupport; + let polyfillsNames; + let filterPolyfills; + const depsCache = new Map(); + const api = { + babel: babelApi, + getUtils, + method: options.method, + targets, + createMetaResolver, + + shouldInjectPolyfill(name) { + if (polyfillsNames === undefined) { + throw new Error(`Internal error in the ${factory.name} provider: ` + `shouldInjectPolyfill() can't be called during initialization.`); + } + + if (!polyfillsNames.has(name)) { + console.warn(`Internal error in the ${provider.name} provider: ` + `unknown polyfill "${name}".`); + } + + if (filterPolyfills && !filterPolyfills(name)) return false; + let shouldInject = isRequired(name, targets, { + compatData: polyfillsSupport, + includes: include, + excludes: exclude + }); + + if (shouldInjectPolyfill) { + shouldInject = shouldInjectPolyfill(name, shouldInject); + + if (typeof shouldInject !== "boolean") { + throw new Error(`.shouldInjectPolyfill must return a boolean.`); + } + } + + return shouldInject; + }, + + debug(name) { + debugLog().found = true; + if (!debug || !name) return; + if (debugLog().polyfills.has(provider.name)) return; + debugLog().polyfills.set(name, polyfillsSupport && name && polyfillsSupport[name]); + }, + + assertDependency(name, version = "*") { + if (missingDependencies === false) return; + + if (absoluteImports) { + // If absoluteImports is not false, we will try resolving + // the dependency and throw if it's not possible. We can + // skip the check here. + return; + } + + const dep = version === "*" ? name : `${name}@^${version}`; + const found = missingDependencies.all ? false : mapGetOr(depsCache, `${name} :: ${dirname}`, () => has(dirname, name)); + + if (!found) { + debugLog().missingDeps.add(dep); + } + } + + }; + const provider = factory(api, providerOptions, dirname); + + if (typeof provider[methodName] !== "function") { + throw new Error(`The "${provider.name || factory.name}" provider doesn't ` + `support the "${method}" polyfilling method.`); + } + + if (Array.isArray(provider.polyfills)) { + polyfillsNames = new Set(provider.polyfills); + filterPolyfills = provider.filterPolyfills; + } else if (provider.polyfills) { + polyfillsNames = new Set(Object.keys(provider.polyfills)); + polyfillsSupport = provider.polyfills; + filterPolyfills = provider.filterPolyfills; + } else { + polyfillsNames = new Set(); + } + + ({ + include, + exclude + } = validateIncludeExclude(provider.name || factory.name, polyfillsNames, providerOptions.include || [], providerOptions.exclude || [])); + return { + debug, + method, + targets, + provider, + + callProvider(payload, path) { + const utils = getUtils(path); + provider[methodName](payload, utils, path); + } + + }; +} + +function definePolyfillProvider(factory) { + return declare((babelApi, options, dirname) => { + babelApi.assertVersion(7); + const { + traverse + } = babelApi; + let debugLog; + const missingDependencies = applyMissingDependenciesDefaults(options, babelApi); + const { + debug, + method, + targets, + provider, + callProvider + } = instantiateProvider(factory, options, missingDependencies, dirname, () => debugLog, babelApi); + const createVisitor = method === "entry-global" ? entry : usage; + const visitor = provider.visitor ? traverse.visitors.merge([createVisitor(callProvider), provider.visitor]) : createVisitor(callProvider); + + if (debug && debug !== presetEnvSilentDebugHeader) { + console.log(`${provider.name}: \`DEBUG\` option`); + console.log(`\nUsing targets: ${stringifyTargetsMultiline(targets)}`); + console.log(`\nUsing polyfills with \`${method}\` method:`); + } + + return { + name: "inject-polyfills", + visitor, + + pre() { + var _provider$pre; + + debugLog = { + polyfills: new Map(), + found: false, + providers: new Set(), + missingDeps: new Set() + }; + (_provider$pre = provider.pre) == null ? void 0 : _provider$pre.apply(this, arguments); + }, + + post() { + var _provider$post; + + (_provider$post = provider.post) == null ? void 0 : _provider$post.apply(this, arguments); + + if (missingDependencies !== false) { + if (missingDependencies.log === "per-file") { + logMissing(debugLog.missingDeps); + } else { + laterLogMissing(debugLog.missingDeps); + } + } + + if (!debug) return; + if (this.filename) console.log(`\n[${this.filename}]`); + + if (debugLog.polyfills.size === 0) { + console.log(method === "entry-global" ? debugLog.found ? `Based on your targets, the ${provider.name} polyfill did not add any polyfill.` : `The entry point for the ${provider.name} polyfill has not been found.` : `Based on your code and targets, the ${provider.name} polyfill did not add any polyfill.`); + return; + } + + if (method === "entry-global") { + console.log(`The ${provider.name} polyfill entry has been replaced with ` + `the following polyfills:`); + } else { + console.log(`The ${provider.name} polyfill added the following polyfills:`); + } + + for (const [name, support] of debugLog.polyfills) { + if (support) { + const filteredTargets = getInclusionReasons(name, targets, support); + const formattedTargets = JSON.stringify(filteredTargets).replace(/,/g, ", ").replace(/^\{"/, '{ "').replace(/"\}$/, '" }'); + console.log(` ${name} ${formattedTargets}`); + } else { + console.log(` ${name}`); + } + } + } + + }; + }); +} + +function mapGetOr(map, key, getDefault) { + let val = map.get(key); + + if (val === undefined) { + val = getDefault(); + map.set(key, val); + } + + return val; +} + +function isEmpty(obj) { + return Object.keys(obj).length === 0; +} + +export default definePolyfillProvider; +//# sourceMappingURL=index.node.mjs.map diff --git a/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/esm/index.node.mjs.map b/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/esm/index.node.mjs.map new file mode 100644 index 0000000..db2471c --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/esm/index.node.mjs.map @@ -0,0 +1 @@ +{"version":3,"file":"index.node.mjs","sources":["../src/utils.ts","../src/imports-cache.ts","../src/debug-utils.ts","../src/normalize-options.ts","../src/visitors/usage.ts","../src/visitors/entry.ts","../src/node/dependencies.ts","../src/meta-resolver.ts","../src/index.ts"],"sourcesContent":["import { types as t, template } from \"@babel/core\";\nimport type { NodePath } from \"@babel/traverse\";\nimport type { Utils } from \"./types\";\nimport type ImportsCache from \"./imports-cache\";\n\nexport function intersection(a: Set, b: Set): Set {\n const result = new Set();\n a.forEach(v => b.has(v) && result.add(v));\n return result;\n}\n\nexport function has(object: any, key: string) {\n return Object.prototype.hasOwnProperty.call(object, key);\n}\n\nfunction getType(target: any): string {\n return Object.prototype.toString.call(target).slice(8, -1);\n}\n\nfunction resolveId(path): string {\n if (\n path.isIdentifier() &&\n !path.scope.hasBinding(path.node.name, /* noGlobals */ true)\n ) {\n return path.node.name;\n }\n\n const { deopt } = path.evaluate();\n if (deopt && deopt.isIdentifier()) {\n return deopt.node.name;\n }\n}\n\nexport function resolveKey(\n path: NodePath,\n computed: boolean = false,\n) {\n const { scope } = path;\n if (path.isStringLiteral()) return path.node.value;\n const isIdentifier = path.isIdentifier();\n if (\n isIdentifier &&\n !(computed || (path.parent as t.MemberExpression).computed)\n ) {\n return path.node.name;\n }\n\n if (\n computed &&\n path.isMemberExpression() &&\n path.get(\"object\").isIdentifier({ name: \"Symbol\" }) &&\n !scope.hasBinding(\"Symbol\", /* noGlobals */ true)\n ) {\n const sym = resolveKey(path.get(\"property\"), path.node.computed);\n if (sym) return \"Symbol.\" + sym;\n }\n\n if (!isIdentifier || scope.hasBinding(path.node.name, /* noGlobals */ true)) {\n const { value } = path.evaluate();\n if (typeof value === \"string\") return value;\n }\n}\n\nexport function resolveSource(obj: NodePath): {\n id: string | null;\n placement: \"prototype\" | \"static\" | null;\n} {\n if (\n obj.isMemberExpression() &&\n obj.get(\"property\").isIdentifier({ name: \"prototype\" })\n ) {\n const id = resolveId(obj.get(\"object\"));\n\n if (id) {\n return { id, placement: \"prototype\" };\n }\n return { id: null, placement: null };\n }\n\n const id = resolveId(obj);\n if (id) {\n return { id, placement: \"static\" };\n }\n\n const { value } = obj.evaluate();\n if (value !== undefined) {\n return { id: getType(value), placement: \"prototype\" };\n } else if (obj.isRegExpLiteral()) {\n return { id: \"RegExp\", placement: \"prototype\" };\n } else if (obj.isFunction()) {\n return { id: \"Function\", placement: \"prototype\" };\n }\n\n return { id: null, placement: null };\n}\n\nexport function getImportSource({ node }: NodePath) {\n if (node.specifiers.length === 0) return node.source.value;\n}\n\nexport function getRequireSource({ node }: NodePath) {\n if (!t.isExpressionStatement(node)) return;\n const { expression } = node;\n if (\n t.isCallExpression(expression) &&\n t.isIdentifier(expression.callee) &&\n expression.callee.name === \"require\" &&\n expression.arguments.length === 1 &&\n t.isStringLiteral(expression.arguments[0])\n ) {\n return expression.arguments[0].value;\n }\n}\n\nfunction hoist(node: t.Node) {\n // @ts-expect-error\n node._blockHoist = 3;\n return node;\n}\n\nexport function createUtilsGetter(cache: ImportsCache) {\n return (path: NodePath): Utils => {\n const prog = path.findParent(p => p.isProgram()) as NodePath;\n\n return {\n injectGlobalImport(url) {\n cache.storeAnonymous(prog, url, (isScript, source) => {\n return isScript\n ? template.statement.ast`require(${source})`\n : t.importDeclaration([], source);\n });\n },\n injectNamedImport(url, name, hint = name) {\n return cache.storeNamed(prog, url, name, (isScript, source, name) => {\n const id = prog.scope.generateUidIdentifier(hint);\n return {\n node: isScript\n ? hoist(template.statement.ast`\n var ${id} = require(${source}).${name}\n `)\n : t.importDeclaration([t.importSpecifier(id, name)], source),\n name: id.name,\n };\n });\n },\n injectDefaultImport(url, hint = url) {\n return cache.storeNamed(prog, url, \"default\", (isScript, source) => {\n const id = prog.scope.generateUidIdentifier(hint);\n return {\n node: isScript\n ? hoist(template.statement.ast`var ${id} = require(${source})`)\n : t.importDeclaration([t.importDefaultSpecifier(id)], source),\n name: id.name,\n };\n });\n },\n };\n };\n}\n","import type { NodePath } from \"@babel/traverse\";\nimport { types as t } from \"@babel/core\";\n\ntype StrMap = Map;\n\nexport default class ImportsCache {\n _imports: WeakMap, StrMap>;\n _anonymousImports: WeakMap, Set>;\n _lastImports: WeakMap, NodePath>;\n _resolver: (url: string) => string;\n\n constructor(resolver: (url: string) => string) {\n this._imports = new WeakMap();\n this._anonymousImports = new WeakMap();\n this._lastImports = new WeakMap();\n this._resolver = resolver;\n }\n\n storeAnonymous(\n programPath: NodePath,\n url: string,\n // eslint-disable-next-line no-undef\n getVal: (isScript: boolean, source: t.StringLiteral) => t.Node,\n ) {\n const key = this._normalizeKey(programPath, url);\n const imports = this._ensure>(\n this._anonymousImports,\n programPath,\n Set,\n );\n\n if (imports.has(key)) return;\n\n const node = getVal(\n programPath.node.sourceType === \"script\",\n t.stringLiteral(this._resolver(url)),\n );\n imports.add(key);\n this._injectImport(programPath, node);\n }\n\n storeNamed(\n programPath: NodePath,\n url: string,\n name: string,\n getVal: (\n isScript: boolean,\n // eslint-disable-next-line no-undef\n source: t.StringLiteral,\n // eslint-disable-next-line no-undef\n name: t.Identifier,\n ) => { node: t.Node; name: string },\n ) {\n const key = this._normalizeKey(programPath, url, name);\n const imports = this._ensure>(\n this._imports,\n programPath,\n Map,\n );\n\n if (!imports.has(key)) {\n const { node, name: id } = getVal(\n programPath.node.sourceType === \"script\",\n t.stringLiteral(this._resolver(url)),\n t.identifier(name),\n );\n imports.set(key, id);\n this._injectImport(programPath, node);\n }\n\n return t.identifier(imports.get(key));\n }\n\n _injectImport(programPath: NodePath, node: t.Node) {\n const lastImport = this._lastImports.get(programPath);\n let newNodes: [NodePath];\n if (\n lastImport &&\n lastImport.node &&\n // Sometimes the AST is modified and the \"last import\"\n // we have has been replaced\n lastImport.parent === programPath.node &&\n lastImport.container === programPath.node.body\n ) {\n newNodes = lastImport.insertAfter(node);\n } else {\n newNodes = programPath.unshiftContainer(\"body\", node);\n }\n const newNode = newNodes[newNodes.length - 1];\n this._lastImports.set(programPath, newNode);\n\n /*\n let lastImport;\n\n programPath.get(\"body\").forEach(path => {\n if (path.isImportDeclaration()) lastImport = path;\n if (\n path.isExpressionStatement() &&\n isRequireCall(path.get(\"expression\"))\n ) {\n lastImport = path;\n }\n if (\n path.isVariableDeclaration() &&\n path.get(\"declarations\").length === 1 &&\n (isRequireCall(path.get(\"declarations.0.init\")) ||\n (path.get(\"declarations.0.init\").isMemberExpression() &&\n isRequireCall(path.get(\"declarations.0.init.object\"))))\n ) {\n lastImport = path;\n }\n });*/\n }\n\n _ensure | Set>(\n map: WeakMap, C>,\n programPath: NodePath,\n Collection: { new (...args: any): C },\n ): C {\n let collection = map.get(programPath);\n if (!collection) {\n collection = new Collection();\n map.set(programPath, collection);\n }\n return collection;\n }\n\n _normalizeKey(\n programPath: NodePath,\n url: string,\n name: string = \"\",\n ): string {\n const { sourceType } = programPath.node;\n\n // If we rely on the imported binding (the \"name\" parameter), we also need to cache\n // based on the sourceType. This is because the module transforms change the names\n // of the import variables.\n return `${name && sourceType}::${url}::${name}`;\n }\n}\n","import { prettifyTargets } from \"@babel/helper-compilation-targets\";\n\nimport type { Targets } from \"./types\";\n\nexport const presetEnvSilentDebugHeader =\n \"#__secret_key__@babel/preset-env__don't_log_debug_header_and_resolved_targets\";\n\nexport function stringifyTargetsMultiline(targets: Targets): string {\n return JSON.stringify(prettifyTargets(targets), null, 2);\n}\n\nexport function stringifyTargets(targets: Targets): string {\n return JSON.stringify(targets)\n .replace(/,/g, \", \")\n .replace(/^\\{\"/, '{ \"')\n .replace(/\"\\}$/, '\" }');\n}\n","import { intersection } from \"./utils\";\nimport type {\n Pattern,\n PluginOptions,\n MissingDependenciesOption,\n} from \"./types\";\n\nfunction patternToRegExp(pattern: Pattern): RegExp | null {\n if (pattern instanceof RegExp) return pattern;\n\n try {\n return new RegExp(`^${pattern}$`);\n } catch {\n return null;\n }\n}\n\nfunction buildUnusedError(label, unused) {\n if (!unused.length) return \"\";\n return (\n ` - The following \"${label}\" patterns didn't match any polyfill:\\n` +\n unused.map(original => ` ${String(original)}\\n`).join(\"\")\n );\n}\n\nfunction buldDuplicatesError(duplicates) {\n if (!duplicates.size) return \"\";\n return (\n ` - The following polyfills were matched both by \"include\" and \"exclude\" patterns:\\n` +\n Array.from(duplicates, name => ` ${name}\\n`).join(\"\")\n );\n}\n\nexport function validateIncludeExclude(\n provider: string,\n polyfills: Set,\n includePatterns: Pattern[],\n excludePatterns: Pattern[],\n) {\n let current;\n const filter = pattern => {\n const regexp = patternToRegExp(pattern);\n if (!regexp) return false;\n\n let matched = false;\n for (const polyfill of polyfills) {\n if (regexp.test(polyfill)) {\n matched = true;\n current.add(polyfill);\n }\n }\n return !matched;\n };\n\n // prettier-ignore\n const include = current = new Set ();\n const unusedInclude = Array.from(includePatterns).filter(filter);\n\n // prettier-ignore\n const exclude = current = new Set ();\n const unusedExclude = Array.from(excludePatterns).filter(filter);\n\n const duplicates = intersection(include, exclude);\n\n if (\n duplicates.size > 0 ||\n unusedInclude.length > 0 ||\n unusedExclude.length > 0\n ) {\n throw new Error(\n `Error while validating the \"${provider}\" provider options:\\n` +\n buildUnusedError(\"include\", unusedInclude) +\n buildUnusedError(\"exclude\", unusedExclude) +\n buldDuplicatesError(duplicates),\n );\n }\n\n return { include, exclude };\n}\n\nexport function applyMissingDependenciesDefaults(\n options: PluginOptions,\n babelApi: any,\n): MissingDependenciesOption {\n const { missingDependencies = {} } = options;\n if (missingDependencies === false) return false;\n\n const caller = babelApi.caller(caller => caller?.name);\n\n const {\n log = \"deferred\",\n inject = caller === \"rollup-plugin-babel\" ? \"throw\" : \"import\",\n all = false,\n } = missingDependencies;\n\n return { log, inject, all };\n}\n","import type { NodePath } from \"@babel/traverse\";\nimport { types as t } from \"@babel/core\";\nimport type { MetaDescriptor } from \"../types\";\n\nimport { resolveKey, resolveSource } from \"../utils\";\n\nexport default (\n callProvider: (payload: MetaDescriptor, path: NodePath) => void,\n) => {\n function property(object, key, placement, path) {\n return callProvider({ kind: \"property\", object, key, placement }, path);\n }\n\n return {\n // Symbol(), new Promise\n ReferencedIdentifier(path: NodePath) {\n const {\n node: { name },\n scope,\n } = path;\n if (scope.getBindingIdentifier(name)) return;\n\n callProvider({ kind: \"global\", name }, path);\n },\n\n MemberExpression(path: NodePath) {\n const key = resolveKey(path.get(\"property\"), path.node.computed);\n if (!key || key === \"prototype\") return;\n\n const object = path.get(\"object\");\n if (object.isIdentifier()) {\n const binding = object.scope.getBinding(object.node.name);\n if (binding && binding.path.isImportNamespaceSpecifier()) return;\n }\n\n const source = resolveSource(object);\n return property(source.id, key, source.placement, path);\n },\n\n ObjectPattern(path: NodePath) {\n const { parentPath, parent } = path;\n let obj;\n\n // const { keys, values } = Object\n if (parentPath.isVariableDeclarator()) {\n obj = parentPath.get(\"init\");\n // ({ keys, values } = Object)\n } else if (parentPath.isAssignmentExpression()) {\n obj = parentPath.get(\"right\");\n // !function ({ keys, values }) {...} (Object)\n // resolution does not work after properties transform :-(\n } else if (parentPath.isFunction()) {\n const grand = parentPath.parentPath;\n if (grand.isCallExpression() || grand.isNewExpression()) {\n if (grand.node.callee === parent) {\n obj = grand.get(\"arguments\")[path.key];\n }\n }\n }\n\n let id = null;\n let placement = null;\n if (obj) ({ id, placement } = resolveSource(obj));\n\n for (const prop of path.get(\"properties\")) {\n if (prop.isObjectProperty()) {\n const key = resolveKey(prop.get(\"key\"));\n if (key) property(id, key, placement, prop);\n }\n }\n },\n\n BinaryExpression(path: NodePath) {\n if (path.node.operator !== \"in\") return;\n\n const source = resolveSource(path.get(\"right\"));\n const key = resolveKey(path.get(\"left\"), true);\n\n if (!key) return;\n\n callProvider(\n {\n kind: \"in\",\n object: source.id,\n key,\n placement: source.placement,\n },\n path,\n );\n },\n };\n};\n","import type { NodePath } from \"@babel/traverse\";\nimport { types as t } from \"@babel/core\";\nimport type { MetaDescriptor } from \"../types\";\n\nimport { getImportSource, getRequireSource } from \"../utils\";\n\nexport default (\n callProvider: (payload: MetaDescriptor, path: NodePath) => void,\n) => ({\n ImportDeclaration(path: NodePath) {\n const source = getImportSource(path);\n if (!source) return;\n callProvider({ kind: \"import\", source }, path);\n },\n Program(path: NodePath) {\n path.get(\"body\").forEach(bodyPath => {\n const source = getRequireSource(bodyPath);\n if (!source) return;\n callProvider({ kind: \"import\", source }, bodyPath);\n });\n },\n});\n","import path from \"path\";\nimport debounce from \"lodash.debounce\";\nimport requireResolve from \"resolve\";\n\nconst nativeRequireResolve = parseFloat(process.versions.node) >= 8.9;\n\nimport { createRequire } from \"module\";\nconst require = createRequire(import/*::(_)*/.meta.url); // eslint-disable-line\n\nexport function resolve(\n dirname: string,\n moduleName: string,\n absoluteImports: boolean | string,\n): string {\n if (absoluteImports === false) return moduleName;\n\n let basedir = dirname;\n if (typeof absoluteImports === \"string\") {\n basedir = path.resolve(basedir, absoluteImports);\n }\n\n try {\n if (nativeRequireResolve) {\n return require.resolve(moduleName, {\n paths: [basedir],\n });\n } else {\n return requireResolve.sync(moduleName, { basedir });\n }\n } catch (err) {\n if (err.code !== \"MODULE_NOT_FOUND\") throw err;\n\n throw Object.assign(\n new Error(`Failed to resolve \"${moduleName}\" relative to \"${dirname}\"`),\n {\n code: \"BABEL_POLYFILL_NOT_FOUND\",\n polyfill: moduleName,\n dirname,\n },\n );\n }\n}\n\nexport function has(basedir: string, name: string) {\n try {\n if (nativeRequireResolve) {\n require.resolve(name, { paths: [basedir] });\n } else {\n requireResolve.sync(name, { basedir });\n }\n return true;\n } catch {\n return false;\n }\n}\n\nexport function logMissing(missingDeps: Set) {\n if (missingDeps.size === 0) return;\n\n const deps = Array.from(missingDeps).sort().join(\" \");\n\n console.warn(\n \"\\nSome polyfills have been added but are not present in your dependencies.\\n\" +\n \"Please run one of the following commands:\\n\" +\n `\\tnpm install --save ${deps}\\n` +\n `\\tyarn add ${deps}\\n`,\n );\n\n process.exitCode = 1;\n}\n\nlet allMissingDeps = new Set();\n\nconst laterLogMissingDependencies = debounce(() => {\n logMissing(allMissingDeps);\n allMissingDeps = new Set();\n}, 100);\n\nexport function laterLogMissing(missingDeps: Set) {\n if (missingDeps.size === 0) return;\n\n missingDeps.forEach(name => allMissingDeps.add(name));\n laterLogMissingDependencies();\n}\n","import type {\n MetaDescriptor,\n ResolverPolyfills,\n ResolvedPolyfill,\n} from \"./types\";\n\nimport { has } from \"./utils\";\n\ntype ResolverFn = (meta: MetaDescriptor) => void | ResolvedPolyfill;\n\nconst PossibleGlobalObjects = new Set([\n \"global\",\n \"globalThis\",\n \"self\",\n \"window\",\n]);\n\nexport default function createMetaResolver(\n polyfills: ResolverPolyfills,\n): ResolverFn {\n const { static: staticP, instance: instanceP, global: globalP } = polyfills;\n\n return meta => {\n if (meta.kind === \"global\" && globalP && has(globalP, meta.name)) {\n return { kind: \"global\", desc: globalP[meta.name], name: meta.name };\n }\n\n if (meta.kind === \"property\" || meta.kind === \"in\") {\n const { placement, object, key } = meta;\n\n if (object && placement === \"static\") {\n if (globalP && PossibleGlobalObjects.has(object) && has(globalP, key)) {\n return { kind: \"global\", desc: globalP[key], name: key };\n }\n\n if (staticP && has(staticP, object) && has(staticP[object], key)) {\n return {\n kind: \"static\",\n desc: staticP[object][key],\n name: `${object}$${key}`,\n };\n }\n }\n\n if (instanceP && has(instanceP, key)) {\n return { kind: \"instance\", desc: instanceP[key], name: `${key}` };\n }\n }\n };\n}\n","import { declare } from \"@babel/helper-plugin-utils\";\nimport type { NodePath } from \"@babel/traverse\";\n\nimport _getTargets, {\n isRequired,\n getInclusionReasons,\n} from \"@babel/helper-compilation-targets\";\nconst getTargets = _getTargets.default || _getTargets;\n\nimport { createUtilsGetter } from \"./utils\";\nimport ImportsCache from \"./imports-cache\";\nimport {\n stringifyTargetsMultiline,\n presetEnvSilentDebugHeader,\n} from \"./debug-utils\";\nimport {\n validateIncludeExclude,\n applyMissingDependenciesDefaults,\n} from \"./normalize-options\";\n\nimport type {\n ProviderApi,\n MethodString,\n Targets,\n MetaDescriptor,\n PolyfillProvider,\n PluginOptions,\n ProviderOptions,\n} from \"./types\";\n\nimport * as v from \"./visitors\";\nimport * as deps from \"./node/dependencies\";\n\nimport createMetaResolver from \"./meta-resolver\";\n\nexport type { PolyfillProvider, MetaDescriptor, Utils, Targets } from \"./types\";\n\nfunction resolveOptions(\n options: PluginOptions,\n babelApi,\n): {\n method: MethodString;\n methodName: \"usageGlobal\" | \"entryGlobal\" | \"usagePure\";\n targets: Targets;\n debug: boolean | typeof presetEnvSilentDebugHeader;\n shouldInjectPolyfill:\n | ((name: string, shouldInject: boolean) => boolean)\n | undefined;\n providerOptions: ProviderOptions;\n absoluteImports: string | boolean;\n} {\n const {\n method,\n targets: targetsOption,\n ignoreBrowserslistConfig,\n configPath,\n debug,\n shouldInjectPolyfill,\n absoluteImports,\n ...providerOptions\n } = options;\n\n if (isEmpty(options)) {\n throw new Error(\n `\\\nThis plugin requires options, for example:\n {\n \"plugins\": [\n [\"\", { method: \"usage-pure\" }]\n ]\n }\n\nSee more options at https://github.com/babel/babel-polyfills/blob/main/docs/usage.md`,\n );\n }\n\n let methodName;\n if (method === \"usage-global\") methodName = \"usageGlobal\";\n else if (method === \"entry-global\") methodName = \"entryGlobal\";\n else if (method === \"usage-pure\") methodName = \"usagePure\";\n else if (typeof method !== \"string\") {\n throw new Error(\".method must be a string\");\n } else {\n throw new Error(\n `.method must be one of \"entry-global\", \"usage-global\"` +\n ` or \"usage-pure\" (received ${JSON.stringify(method)})`,\n );\n }\n\n if (typeof shouldInjectPolyfill === \"function\") {\n if (options.include || options.exclude) {\n throw new Error(\n `.include and .exclude are not supported when using the` +\n ` .shouldInjectPolyfill function.`,\n );\n }\n } else if (shouldInjectPolyfill != null) {\n throw new Error(\n `.shouldInjectPolyfill must be a function, or undefined` +\n ` (received ${JSON.stringify(shouldInjectPolyfill)})`,\n );\n }\n\n if (\n absoluteImports != null &&\n typeof absoluteImports !== \"boolean\" &&\n typeof absoluteImports !== \"string\"\n ) {\n throw new Error(\n `.absoluteImports must be a boolean, a string, or undefined` +\n ` (received ${JSON.stringify(absoluteImports)})`,\n );\n }\n\n let targets;\n\n if (\n // If any browserslist-related option is specified, fallback to the old\n // behavior of not using the targets specified in the top-level options.\n targetsOption ||\n configPath ||\n ignoreBrowserslistConfig\n ) {\n const targetsObj =\n typeof targetsOption === \"string\" || Array.isArray(targetsOption)\n ? { browsers: targetsOption }\n : targetsOption;\n\n targets = getTargets(targetsObj, {\n ignoreBrowserslistConfig,\n configPath,\n });\n } else {\n targets = babelApi.targets();\n }\n\n return {\n method,\n methodName,\n targets,\n absoluteImports: absoluteImports ?? false,\n shouldInjectPolyfill,\n debug: !!debug,\n providerOptions: providerOptions as any as ProviderOptions,\n };\n}\n\nfunction instantiateProvider(\n factory: PolyfillProvider,\n options: PluginOptions,\n missingDependencies,\n dirname,\n debugLog,\n babelApi,\n) {\n const {\n method,\n methodName,\n targets,\n debug,\n shouldInjectPolyfill,\n providerOptions,\n absoluteImports,\n } = resolveOptions(options, babelApi);\n\n const getUtils = createUtilsGetter(\n new ImportsCache(moduleName =>\n deps.resolve(dirname, moduleName, absoluteImports),\n ),\n );\n\n // eslint-disable-next-line prefer-const\n let include, exclude;\n let polyfillsSupport;\n let polyfillsNames;\n let filterPolyfills;\n\n const depsCache = new Map();\n\n const api: ProviderApi = {\n babel: babelApi,\n getUtils,\n method: options.method,\n targets,\n createMetaResolver,\n shouldInjectPolyfill(name) {\n if (polyfillsNames === undefined) {\n throw new Error(\n `Internal error in the ${factory.name} provider: ` +\n `shouldInjectPolyfill() can't be called during initialization.`,\n );\n }\n if (!polyfillsNames.has(name)) {\n console.warn(\n `Internal error in the ${provider.name} provider: ` +\n `unknown polyfill \"${name}\".`,\n );\n }\n\n if (filterPolyfills && !filterPolyfills(name)) return false;\n\n let shouldInject = isRequired(name, targets, {\n compatData: polyfillsSupport,\n includes: include,\n excludes: exclude,\n });\n\n if (shouldInjectPolyfill) {\n shouldInject = shouldInjectPolyfill(name, shouldInject);\n if (typeof shouldInject !== \"boolean\") {\n throw new Error(`.shouldInjectPolyfill must return a boolean.`);\n }\n }\n\n return shouldInject;\n },\n debug(name) {\n debugLog().found = true;\n\n if (!debug || !name) return;\n\n if (debugLog().polyfills.has(provider.name)) return;\n debugLog().polyfills.set(\n name,\n polyfillsSupport && name && polyfillsSupport[name],\n );\n },\n assertDependency(name, version = \"*\") {\n if (missingDependencies === false) return;\n if (absoluteImports) {\n // If absoluteImports is not false, we will try resolving\n // the dependency and throw if it's not possible. We can\n // skip the check here.\n return;\n }\n\n const dep = version === \"*\" ? name : `${name}@^${version}`;\n\n const found = missingDependencies.all\n ? false\n : mapGetOr(depsCache, `${name} :: ${dirname}`, () =>\n deps.has(dirname, name),\n );\n\n if (!found) {\n debugLog().missingDeps.add(dep);\n }\n },\n };\n\n const provider = factory(api, providerOptions, dirname);\n\n if (typeof provider[methodName] !== \"function\") {\n throw new Error(\n `The \"${provider.name || factory.name}\" provider doesn't ` +\n `support the \"${method}\" polyfilling method.`,\n );\n }\n\n if (Array.isArray(provider.polyfills)) {\n polyfillsNames = new Set(provider.polyfills);\n filterPolyfills = provider.filterPolyfills;\n } else if (provider.polyfills) {\n polyfillsNames = new Set(Object.keys(provider.polyfills));\n polyfillsSupport = provider.polyfills;\n filterPolyfills = provider.filterPolyfills;\n } else {\n polyfillsNames = new Set();\n }\n\n ({ include, exclude } = validateIncludeExclude(\n provider.name || factory.name,\n polyfillsNames,\n providerOptions.include || [],\n providerOptions.exclude || [],\n ));\n\n return {\n debug,\n method,\n targets,\n provider,\n callProvider(payload: MetaDescriptor, path: NodePath) {\n const utils = getUtils(path);\n provider[methodName](payload, utils, path);\n },\n };\n}\n\nexport default function definePolyfillProvider(\n factory: PolyfillProvider,\n) {\n return declare((babelApi, options: PluginOptions, dirname: string) => {\n babelApi.assertVersion(7);\n const { traverse } = babelApi;\n\n let debugLog;\n\n const missingDependencies = applyMissingDependenciesDefaults(\n options,\n babelApi,\n );\n\n const { debug, method, targets, provider, callProvider } =\n instantiateProvider(\n factory,\n options,\n missingDependencies,\n dirname,\n () => debugLog,\n babelApi,\n );\n\n const createVisitor = method === \"entry-global\" ? v.entry : v.usage;\n\n const visitor = provider.visitor\n ? traverse.visitors.merge([createVisitor(callProvider), provider.visitor])\n : createVisitor(callProvider);\n\n if (debug && debug !== presetEnvSilentDebugHeader) {\n console.log(`${provider.name}: \\`DEBUG\\` option`);\n console.log(`\\nUsing targets: ${stringifyTargetsMultiline(targets)}`);\n console.log(`\\nUsing polyfills with \\`${method}\\` method:`);\n }\n\n return {\n name: \"inject-polyfills\",\n visitor,\n\n pre() {\n debugLog = {\n polyfills: new Map(),\n found: false,\n providers: new Set(),\n missingDeps: new Set(),\n };\n\n provider.pre?.apply(this, arguments);\n },\n post() {\n provider.post?.apply(this, arguments);\n\n if (missingDependencies !== false) {\n if (missingDependencies.log === \"per-file\") {\n deps.logMissing(debugLog.missingDeps);\n } else {\n deps.laterLogMissing(debugLog.missingDeps);\n }\n }\n\n if (!debug) return;\n\n if (this.filename) console.log(`\\n[${this.filename}]`);\n\n if (debugLog.polyfills.size === 0) {\n console.log(\n method === \"entry-global\"\n ? debugLog.found\n ? `Based on your targets, the ${provider.name} polyfill did not add any polyfill.`\n : `The entry point for the ${provider.name} polyfill has not been found.`\n : `Based on your code and targets, the ${provider.name} polyfill did not add any polyfill.`,\n );\n\n return;\n }\n\n if (method === \"entry-global\") {\n console.log(\n `The ${provider.name} polyfill entry has been replaced with ` +\n `the following polyfills:`,\n );\n } else {\n console.log(\n `The ${provider.name} polyfill added the following polyfills:`,\n );\n }\n\n for (const [name, support] of debugLog.polyfills) {\n if (support) {\n const filteredTargets = getInclusionReasons(name, targets, support);\n\n const formattedTargets = JSON.stringify(filteredTargets)\n .replace(/,/g, \", \")\n .replace(/^\\{\"/, '{ \"')\n .replace(/\"\\}$/, '\" }');\n\n console.log(` ${name} ${formattedTargets}`);\n } else {\n console.log(` ${name}`);\n }\n }\n },\n };\n });\n}\n\nfunction mapGetOr(map, key, getDefault) {\n let val = map.get(key);\n if (val === undefined) {\n val = getDefault();\n map.set(key, val);\n }\n return val;\n}\n\nfunction isEmpty(obj) {\n return Object.keys(obj).length === 0;\n}\n"],"names":["types","t","template","intersection","a","b","result","Set","forEach","v","has","add","object","key","Object","prototype","hasOwnProperty","call","getType","target","toString","slice","resolveId","path","isIdentifier","scope","hasBinding","node","name","deopt","evaluate","resolveKey","computed","isStringLiteral","value","parent","isMemberExpression","get","sym","resolveSource","obj","id","placement","undefined","isRegExpLiteral","isFunction","getImportSource","specifiers","length","source","getRequireSource","isExpressionStatement","expression","isCallExpression","callee","arguments","hoist","_blockHoist","createUtilsGetter","cache","prog","findParent","p","isProgram","injectGlobalImport","url","storeAnonymous","isScript","statement","ast","importDeclaration","injectNamedImport","hint","storeNamed","generateUidIdentifier","importSpecifier","injectDefaultImport","importDefaultSpecifier","ImportsCache","constructor","resolver","_imports","WeakMap","_anonymousImports","_lastImports","_resolver","programPath","getVal","_normalizeKey","imports","_ensure","sourceType","stringLiteral","_injectImport","Map","identifier","set","lastImport","newNodes","container","body","insertAfter","unshiftContainer","newNode","map","Collection","collection","presetEnvSilentDebugHeader","stringifyTargetsMultiline","targets","JSON","stringify","prettifyTargets","patternToRegExp","pattern","RegExp","buildUnusedError","label","unused","original","String","join","buldDuplicatesError","duplicates","size","Array","from","validateIncludeExclude","provider","polyfills","includePatterns","excludePatterns","current","filter","regexp","matched","polyfill","test","include","unusedInclude","exclude","unusedExclude","Error","applyMissingDependenciesDefaults","options","babelApi","missingDependencies","caller","log","inject","all","callProvider","property","kind","ReferencedIdentifier","getBindingIdentifier","MemberExpression","binding","getBinding","isImportNamespaceSpecifier","ObjectPattern","parentPath","isVariableDeclarator","isAssignmentExpression","grand","isNewExpression","prop","isObjectProperty","BinaryExpression","operator","ImportDeclaration","Program","bodyPath","nativeRequireResolve","parseFloat","process","versions","require","createRequire","import","meta","resolve","dirname","moduleName","absoluteImports","basedir","paths","requireResolve","sync","err","code","assign","logMissing","missingDeps","deps","sort","console","warn","exitCode","allMissingDeps","laterLogMissingDependencies","debounce","laterLogMissing","PossibleGlobalObjects","createMetaResolver","static","staticP","instance","instanceP","global","globalP","desc","getTargets","_getTargets","default","resolveOptions","method","targetsOption","ignoreBrowserslistConfig","configPath","debug","shouldInjectPolyfill","providerOptions","isEmpty","methodName","targetsObj","isArray","browsers","instantiateProvider","factory","debugLog","getUtils","polyfillsSupport","polyfillsNames","filterPolyfills","depsCache","api","babel","shouldInject","isRequired","compatData","includes","excludes","found","assertDependency","version","dep","mapGetOr","keys","payload","utils","definePolyfillProvider","declare","assertVersion","traverse","createVisitor","visitor","visitors","merge","pre","providers","apply","post","filename","support","filteredTargets","getInclusionReasons","formattedTargets","replace","getDefault","val"],"mappings":"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"} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/browser/dependencies.js b/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/browser/dependencies.js new file mode 100644 index 0000000..4fe2688 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/browser/dependencies.js @@ -0,0 +1,23 @@ +"use strict"; + +exports.__esModule = true; +exports.has = has; +exports.laterLogMissing = laterLogMissing; +exports.logMissing = logMissing; +exports.resolve = resolve; + +function resolve(dirname, moduleName, absoluteImports) { + if (absoluteImports === false) return moduleName; + throw new Error(`"absoluteImports" is not supported in bundles prepared for the browser.`); +} // eslint-disable-next-line @typescript-eslint/no-unused-vars + + +function has(basedir, name) { + return true; +} // eslint-disable-next-line @typescript-eslint/no-unused-vars + + +function logMissing(missingDeps) {} // eslint-disable-next-line @typescript-eslint/no-unused-vars + + +function laterLogMissing(missingDeps) {} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/debug-utils.js b/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/debug-utils.js new file mode 100644 index 0000000..3dc8214 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/debug-utils.js @@ -0,0 +1,19 @@ +"use strict"; + +exports.__esModule = true; +exports.presetEnvSilentDebugHeader = void 0; +exports.stringifyTargets = stringifyTargets; +exports.stringifyTargetsMultiline = stringifyTargetsMultiline; + +var _helperCompilationTargets = require("@babel/helper-compilation-targets"); + +const presetEnvSilentDebugHeader = "#__secret_key__@babel/preset-env__don't_log_debug_header_and_resolved_targets"; +exports.presetEnvSilentDebugHeader = presetEnvSilentDebugHeader; + +function stringifyTargetsMultiline(targets) { + return JSON.stringify((0, _helperCompilationTargets.prettifyTargets)(targets), null, 2); +} + +function stringifyTargets(targets) { + return JSON.stringify(targets).replace(/,/g, ", ").replace(/^\{"/, '{ "').replace(/"\}$/, '" }'); +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/define-provider.js b/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/define-provider.js new file mode 100644 index 0000000..837f997 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/define-provider.js @@ -0,0 +1,9 @@ +"use strict"; + +exports.__esModule = true; +exports.defineProvider = defineProvider; + +function defineProvider(factory) { + // This will allow us to do some things + return factory; +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/imports-cache.js b/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/imports-cache.js new file mode 100644 index 0000000..557bd12 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/imports-cache.js @@ -0,0 +1,117 @@ +"use strict"; + +exports.__esModule = true; +exports.default = void 0; + +var _babel = _interopRequireWildcard(require("@babel/core")); + +function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); } + +function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } + +const { + types: t +} = _babel.default || _babel; + +class ImportsCache { + constructor(resolver) { + this._imports = new WeakMap(); + this._anonymousImports = new WeakMap(); + this._lastImports = new WeakMap(); + this._resolver = resolver; + } + + storeAnonymous(programPath, url, // eslint-disable-next-line no-undef + getVal) { + const key = this._normalizeKey(programPath, url); + + const imports = this._ensure(this._anonymousImports, programPath, Set); + + if (imports.has(key)) return; + const node = getVal(programPath.node.sourceType === "script", t.stringLiteral(this._resolver(url))); + imports.add(key); + + this._injectImport(programPath, node); + } + + storeNamed(programPath, url, name, getVal) { + const key = this._normalizeKey(programPath, url, name); + + const imports = this._ensure(this._imports, programPath, Map); + + if (!imports.has(key)) { + const { + node, + name: id + } = getVal(programPath.node.sourceType === "script", t.stringLiteral(this._resolver(url)), t.identifier(name)); + imports.set(key, id); + + this._injectImport(programPath, node); + } + + return t.identifier(imports.get(key)); + } + + _injectImport(programPath, node) { + const lastImport = this._lastImports.get(programPath); + + let newNodes; + + if (lastImport && lastImport.node && // Sometimes the AST is modified and the "last import" + // we have has been replaced + lastImport.parent === programPath.node && lastImport.container === programPath.node.body) { + newNodes = lastImport.insertAfter(node); + } else { + newNodes = programPath.unshiftContainer("body", node); + } + + const newNode = newNodes[newNodes.length - 1]; + + this._lastImports.set(programPath, newNode); + /* + let lastImport; + programPath.get("body").forEach(path => { + if (path.isImportDeclaration()) lastImport = path; + if ( + path.isExpressionStatement() && + isRequireCall(path.get("expression")) + ) { + lastImport = path; + } + if ( + path.isVariableDeclaration() && + path.get("declarations").length === 1 && + (isRequireCall(path.get("declarations.0.init")) || + (path.get("declarations.0.init").isMemberExpression() && + isRequireCall(path.get("declarations.0.init.object")))) + ) { + lastImport = path; + } + });*/ + + } + + _ensure(map, programPath, Collection) { + let collection = map.get(programPath); + + if (!collection) { + collection = new Collection(); + map.set(programPath, collection); + } + + return collection; + } + + _normalizeKey(programPath, url, name = "") { + const { + sourceType + } = programPath.node; // If we rely on the imported binding (the "name" parameter), we also need to cache + // based on the sourceType. This is because the module transforms change the names + // of the import variables. + + return `${name && sourceType}::${url}::${name}`; + } + +} + +exports.default = ImportsCache; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/index.js b/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/index.js new file mode 100644 index 0000000..c5a7860 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/index.js @@ -0,0 +1,313 @@ +"use strict"; + +exports.__esModule = true; +exports.default = definePolyfillProvider; + +var _helperPluginUtils = require("@babel/helper-plugin-utils"); + +var _helperCompilationTargets = _interopRequireWildcard(require("@babel/helper-compilation-targets")); + +var _utils = require("./utils"); + +var _importsCache = _interopRequireDefault(require("./imports-cache")); + +var _debugUtils = require("./debug-utils"); + +var _normalizeOptions = require("./normalize-options"); + +var v = _interopRequireWildcard(require("./visitors")); + +var deps = _interopRequireWildcard(require("./node/dependencies")); + +var _metaResolver = _interopRequireDefault(require("./meta-resolver")); + +const _excluded = ["method", "targets", "ignoreBrowserslistConfig", "configPath", "debug", "shouldInjectPolyfill", "absoluteImports"]; + +function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } + +function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); } + +function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } + +function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; } + +const getTargets = _helperCompilationTargets.default.default || _helperCompilationTargets.default; + +function resolveOptions(options, babelApi) { + const { + method, + targets: targetsOption, + ignoreBrowserslistConfig, + configPath, + debug, + shouldInjectPolyfill, + absoluteImports + } = options, + providerOptions = _objectWithoutPropertiesLoose(options, _excluded); + + if (isEmpty(options)) { + throw new Error(`\ +This plugin requires options, for example: + { + "plugins": [ + ["", { method: "usage-pure" }] + ] + } + +See more options at https://github.com/babel/babel-polyfills/blob/main/docs/usage.md`); + } + + let methodName; + if (method === "usage-global") methodName = "usageGlobal";else if (method === "entry-global") methodName = "entryGlobal";else if (method === "usage-pure") methodName = "usagePure";else if (typeof method !== "string") { + throw new Error(".method must be a string"); + } else { + throw new Error(`.method must be one of "entry-global", "usage-global"` + ` or "usage-pure" (received ${JSON.stringify(method)})`); + } + + if (typeof shouldInjectPolyfill === "function") { + if (options.include || options.exclude) { + throw new Error(`.include and .exclude are not supported when using the` + ` .shouldInjectPolyfill function.`); + } + } else if (shouldInjectPolyfill != null) { + throw new Error(`.shouldInjectPolyfill must be a function, or undefined` + ` (received ${JSON.stringify(shouldInjectPolyfill)})`); + } + + if (absoluteImports != null && typeof absoluteImports !== "boolean" && typeof absoluteImports !== "string") { + throw new Error(`.absoluteImports must be a boolean, a string, or undefined` + ` (received ${JSON.stringify(absoluteImports)})`); + } + + let targets; + + if ( // If any browserslist-related option is specified, fallback to the old + // behavior of not using the targets specified in the top-level options. + targetsOption || configPath || ignoreBrowserslistConfig) { + const targetsObj = typeof targetsOption === "string" || Array.isArray(targetsOption) ? { + browsers: targetsOption + } : targetsOption; + targets = getTargets(targetsObj, { + ignoreBrowserslistConfig, + configPath + }); + } else { + targets = babelApi.targets(); + } + + return { + method, + methodName, + targets, + absoluteImports: absoluteImports != null ? absoluteImports : false, + shouldInjectPolyfill, + debug: !!debug, + providerOptions: providerOptions + }; +} + +function instantiateProvider(factory, options, missingDependencies, dirname, debugLog, babelApi) { + const { + method, + methodName, + targets, + debug, + shouldInjectPolyfill, + providerOptions, + absoluteImports + } = resolveOptions(options, babelApi); + const getUtils = (0, _utils.createUtilsGetter)(new _importsCache.default(moduleName => deps.resolve(dirname, moduleName, absoluteImports))); // eslint-disable-next-line prefer-const + + let include, exclude; + let polyfillsSupport; + let polyfillsNames; + let filterPolyfills; + const depsCache = new Map(); + const api = { + babel: babelApi, + getUtils, + method: options.method, + targets, + createMetaResolver: _metaResolver.default, + + shouldInjectPolyfill(name) { + if (polyfillsNames === undefined) { + throw new Error(`Internal error in the ${factory.name} provider: ` + `shouldInjectPolyfill() can't be called during initialization.`); + } + + if (!polyfillsNames.has(name)) { + console.warn(`Internal error in the ${provider.name} provider: ` + `unknown polyfill "${name}".`); + } + + if (filterPolyfills && !filterPolyfills(name)) return false; + let shouldInject = (0, _helperCompilationTargets.isRequired)(name, targets, { + compatData: polyfillsSupport, + includes: include, + excludes: exclude + }); + + if (shouldInjectPolyfill) { + shouldInject = shouldInjectPolyfill(name, shouldInject); + + if (typeof shouldInject !== "boolean") { + throw new Error(`.shouldInjectPolyfill must return a boolean.`); + } + } + + return shouldInject; + }, + + debug(name) { + debugLog().found = true; + if (!debug || !name) return; + if (debugLog().polyfills.has(provider.name)) return; + debugLog().polyfills.set(name, polyfillsSupport && name && polyfillsSupport[name]); + }, + + assertDependency(name, version = "*") { + if (missingDependencies === false) return; + + if (absoluteImports) { + // If absoluteImports is not false, we will try resolving + // the dependency and throw if it's not possible. We can + // skip the check here. + return; + } + + const dep = version === "*" ? name : `${name}@^${version}`; + const found = missingDependencies.all ? false : mapGetOr(depsCache, `${name} :: ${dirname}`, () => deps.has(dirname, name)); + + if (!found) { + debugLog().missingDeps.add(dep); + } + } + + }; + const provider = factory(api, providerOptions, dirname); + + if (typeof provider[methodName] !== "function") { + throw new Error(`The "${provider.name || factory.name}" provider doesn't ` + `support the "${method}" polyfilling method.`); + } + + if (Array.isArray(provider.polyfills)) { + polyfillsNames = new Set(provider.polyfills); + filterPolyfills = provider.filterPolyfills; + } else if (provider.polyfills) { + polyfillsNames = new Set(Object.keys(provider.polyfills)); + polyfillsSupport = provider.polyfills; + filterPolyfills = provider.filterPolyfills; + } else { + polyfillsNames = new Set(); + } + + ({ + include, + exclude + } = (0, _normalizeOptions.validateIncludeExclude)(provider.name || factory.name, polyfillsNames, providerOptions.include || [], providerOptions.exclude || [])); + return { + debug, + method, + targets, + provider, + + callProvider(payload, path) { + const utils = getUtils(path); + provider[methodName](payload, utils, path); + } + + }; +} + +function definePolyfillProvider(factory) { + return (0, _helperPluginUtils.declare)((babelApi, options, dirname) => { + babelApi.assertVersion(7); + const { + traverse + } = babelApi; + let debugLog; + const missingDependencies = (0, _normalizeOptions.applyMissingDependenciesDefaults)(options, babelApi); + const { + debug, + method, + targets, + provider, + callProvider + } = instantiateProvider(factory, options, missingDependencies, dirname, () => debugLog, babelApi); + const createVisitor = method === "entry-global" ? v.entry : v.usage; + const visitor = provider.visitor ? traverse.visitors.merge([createVisitor(callProvider), provider.visitor]) : createVisitor(callProvider); + + if (debug && debug !== _debugUtils.presetEnvSilentDebugHeader) { + console.log(`${provider.name}: \`DEBUG\` option`); + console.log(`\nUsing targets: ${(0, _debugUtils.stringifyTargetsMultiline)(targets)}`); + console.log(`\nUsing polyfills with \`${method}\` method:`); + } + + return { + name: "inject-polyfills", + visitor, + + pre() { + var _provider$pre; + + debugLog = { + polyfills: new Map(), + found: false, + providers: new Set(), + missingDeps: new Set() + }; + (_provider$pre = provider.pre) == null ? void 0 : _provider$pre.apply(this, arguments); + }, + + post() { + var _provider$post; + + (_provider$post = provider.post) == null ? void 0 : _provider$post.apply(this, arguments); + + if (missingDependencies !== false) { + if (missingDependencies.log === "per-file") { + deps.logMissing(debugLog.missingDeps); + } else { + deps.laterLogMissing(debugLog.missingDeps); + } + } + + if (!debug) return; + if (this.filename) console.log(`\n[${this.filename}]`); + + if (debugLog.polyfills.size === 0) { + console.log(method === "entry-global" ? debugLog.found ? `Based on your targets, the ${provider.name} polyfill did not add any polyfill.` : `The entry point for the ${provider.name} polyfill has not been found.` : `Based on your code and targets, the ${provider.name} polyfill did not add any polyfill.`); + return; + } + + if (method === "entry-global") { + console.log(`The ${provider.name} polyfill entry has been replaced with ` + `the following polyfills:`); + } else { + console.log(`The ${provider.name} polyfill added the following polyfills:`); + } + + for (const [name, support] of debugLog.polyfills) { + if (support) { + const filteredTargets = (0, _helperCompilationTargets.getInclusionReasons)(name, targets, support); + const formattedTargets = JSON.stringify(filteredTargets).replace(/,/g, ", ").replace(/^\{"/, '{ "').replace(/"\}$/, '" }'); + console.log(` ${name} ${formattedTargets}`); + } else { + console.log(` ${name}`); + } + } + } + + }; + }); +} + +function mapGetOr(map, key, getDefault) { + let val = map.get(key); + + if (val === undefined) { + val = getDefault(); + map.set(key, val); + } + + return val; +} + +function isEmpty(obj) { + return Object.keys(obj).length === 0; +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/meta-resolver.js b/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/meta-resolver.js new file mode 100644 index 0000000..01b3569 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/meta-resolver.js @@ -0,0 +1,59 @@ +"use strict"; + +exports.__esModule = true; +exports.default = createMetaResolver; + +var _utils = require("./utils"); + +const PossibleGlobalObjects = new Set(["global", "globalThis", "self", "window"]); + +function createMetaResolver(polyfills) { + const { + static: staticP, + instance: instanceP, + global: globalP + } = polyfills; + return meta => { + if (meta.kind === "global" && globalP && (0, _utils.has)(globalP, meta.name)) { + return { + kind: "global", + desc: globalP[meta.name], + name: meta.name + }; + } + + if (meta.kind === "property" || meta.kind === "in") { + const { + placement, + object, + key + } = meta; + + if (object && placement === "static") { + if (globalP && PossibleGlobalObjects.has(object) && (0, _utils.has)(globalP, key)) { + return { + kind: "global", + desc: globalP[key], + name: key + }; + } + + if (staticP && (0, _utils.has)(staticP, object) && (0, _utils.has)(staticP[object], key)) { + return { + kind: "static", + desc: staticP[object][key], + name: `${object}$${key}` + }; + } + } + + if (instanceP && (0, _utils.has)(instanceP, key)) { + return { + kind: "instance", + desc: instanceP[key], + name: `${key}` + }; + } + } + }; +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/node/dependencies.js b/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/node/dependencies.js new file mode 100644 index 0000000..5b4901a --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/node/dependencies.js @@ -0,0 +1,85 @@ +"use strict"; + +exports.__esModule = true; +exports.has = has; +exports.laterLogMissing = laterLogMissing; +exports.logMissing = logMissing; +exports.resolve = resolve; + +var _path = _interopRequireDefault(require("path")); + +var _lodash = _interopRequireDefault(require("lodash.debounce")); + +var _resolve = _interopRequireDefault(require("resolve")); + +var _module = require("module"); + +function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } + +const nativeRequireResolve = parseFloat(process.versions.node) >= 8.9; + +// eslint-disable-line +function resolve(dirname, moduleName, absoluteImports) { + if (absoluteImports === false) return moduleName; + let basedir = dirname; + + if (typeof absoluteImports === "string") { + basedir = _path.default.resolve(basedir, absoluteImports); + } + + try { + if (nativeRequireResolve) { + return require.resolve(moduleName, { + paths: [basedir] + }); + } else { + return _resolve.default.sync(moduleName, { + basedir + }); + } + } catch (err) { + if (err.code !== "MODULE_NOT_FOUND") throw err; + throw Object.assign(new Error(`Failed to resolve "${moduleName}" relative to "${dirname}"`), { + code: "BABEL_POLYFILL_NOT_FOUND", + polyfill: moduleName, + dirname + }); + } +} + +function has(basedir, name) { + try { + if (nativeRequireResolve) { + require.resolve(name, { + paths: [basedir] + }); + } else { + _resolve.default.sync(name, { + basedir + }); + } + + return true; + } catch (_unused) { + return false; + } +} + +function logMissing(missingDeps) { + if (missingDeps.size === 0) return; + const deps = Array.from(missingDeps).sort().join(" "); + console.warn("\nSome polyfills have been added but are not present in your dependencies.\n" + "Please run one of the following commands:\n" + `\tnpm install --save ${deps}\n` + `\tyarn add ${deps}\n`); + process.exitCode = 1; +} + +let allMissingDeps = new Set(); +const laterLogMissingDependencies = (0, _lodash.default)(() => { + logMissing(allMissingDeps); + allMissingDeps = new Set(); +}, 100); + +function laterLogMissing(missingDeps) { + if (missingDeps.size === 0) return; + missingDeps.forEach(name => allMissingDeps.add(name)); + laterLogMissingDependencies(); +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/normalize-options.js b/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/normalize-options.js new file mode 100644 index 0000000..ad0815f --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/normalize-options.js @@ -0,0 +1,81 @@ +"use strict"; + +exports.__esModule = true; +exports.applyMissingDependenciesDefaults = applyMissingDependenciesDefaults; +exports.validateIncludeExclude = validateIncludeExclude; + +var _utils = require("./utils"); + +function patternToRegExp(pattern) { + if (pattern instanceof RegExp) return pattern; + + try { + return new RegExp(`^${pattern}$`); + } catch (_unused) { + return null; + } +} + +function buildUnusedError(label, unused) { + if (!unused.length) return ""; + return ` - The following "${label}" patterns didn't match any polyfill:\n` + unused.map(original => ` ${String(original)}\n`).join(""); +} + +function buldDuplicatesError(duplicates) { + if (!duplicates.size) return ""; + return ` - The following polyfills were matched both by "include" and "exclude" patterns:\n` + Array.from(duplicates, name => ` ${name}\n`).join(""); +} + +function validateIncludeExclude(provider, polyfills, includePatterns, excludePatterns) { + let current; + + const filter = pattern => { + const regexp = patternToRegExp(pattern); + if (!regexp) return false; + let matched = false; + + for (const polyfill of polyfills) { + if (regexp.test(polyfill)) { + matched = true; + current.add(polyfill); + } + } + + return !matched; + }; // prettier-ignore + + + const include = current = new Set(); + const unusedInclude = Array.from(includePatterns).filter(filter); // prettier-ignore + + const exclude = current = new Set(); + const unusedExclude = Array.from(excludePatterns).filter(filter); + const duplicates = (0, _utils.intersection)(include, exclude); + + if (duplicates.size > 0 || unusedInclude.length > 0 || unusedExclude.length > 0) { + throw new Error(`Error while validating the "${provider}" provider options:\n` + buildUnusedError("include", unusedInclude) + buildUnusedError("exclude", unusedExclude) + buldDuplicatesError(duplicates)); + } + + return { + include, + exclude + }; +} + +function applyMissingDependenciesDefaults(options, babelApi) { + const { + missingDependencies = {} + } = options; + if (missingDependencies === false) return false; + const caller = babelApi.caller(caller => caller == null ? void 0 : caller.name); + const { + log = "deferred", + inject = caller === "rollup-plugin-babel" ? "throw" : "import", + all = false + } = missingDependencies; + return { + log, + inject, + all + }; +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/types.js b/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/types.js new file mode 100644 index 0000000..bf95ee7 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/types.js @@ -0,0 +1,3 @@ +"use strict"; + +exports.__esModule = true; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/utils.js b/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/utils.js new file mode 100644 index 0000000..6fbdd67 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/utils.js @@ -0,0 +1,197 @@ +"use strict"; + +exports.__esModule = true; +exports.createUtilsGetter = createUtilsGetter; +exports.getImportSource = getImportSource; +exports.getRequireSource = getRequireSource; +exports.has = has; +exports.intersection = intersection; +exports.resolveKey = resolveKey; +exports.resolveSource = resolveSource; + +var _babel = _interopRequireWildcard(require("@babel/core")); + +function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); } + +function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } + +const { + types: t, + template: template +} = _babel.default || _babel; + +function intersection(a, b) { + const result = new Set(); + a.forEach(v => b.has(v) && result.add(v)); + return result; +} + +function has(object, key) { + return Object.prototype.hasOwnProperty.call(object, key); +} + +function getType(target) { + return Object.prototype.toString.call(target).slice(8, -1); +} + +function resolveId(path) { + if (path.isIdentifier() && !path.scope.hasBinding(path.node.name, + /* noGlobals */ + true)) { + return path.node.name; + } + + const { + deopt + } = path.evaluate(); + + if (deopt && deopt.isIdentifier()) { + return deopt.node.name; + } +} + +function resolveKey(path, computed = false) { + const { + scope + } = path; + if (path.isStringLiteral()) return path.node.value; + const isIdentifier = path.isIdentifier(); + + if (isIdentifier && !(computed || path.parent.computed)) { + return path.node.name; + } + + if (computed && path.isMemberExpression() && path.get("object").isIdentifier({ + name: "Symbol" + }) && !scope.hasBinding("Symbol", + /* noGlobals */ + true)) { + const sym = resolveKey(path.get("property"), path.node.computed); + if (sym) return "Symbol." + sym; + } + + if (!isIdentifier || scope.hasBinding(path.node.name, + /* noGlobals */ + true)) { + const { + value + } = path.evaluate(); + if (typeof value === "string") return value; + } +} + +function resolveSource(obj) { + if (obj.isMemberExpression() && obj.get("property").isIdentifier({ + name: "prototype" + })) { + const id = resolveId(obj.get("object")); + + if (id) { + return { + id, + placement: "prototype" + }; + } + + return { + id: null, + placement: null + }; + } + + const id = resolveId(obj); + + if (id) { + return { + id, + placement: "static" + }; + } + + const { + value + } = obj.evaluate(); + + if (value !== undefined) { + return { + id: getType(value), + placement: "prototype" + }; + } else if (obj.isRegExpLiteral()) { + return { + id: "RegExp", + placement: "prototype" + }; + } else if (obj.isFunction()) { + return { + id: "Function", + placement: "prototype" + }; + } + + return { + id: null, + placement: null + }; +} + +function getImportSource({ + node +}) { + if (node.specifiers.length === 0) return node.source.value; +} + +function getRequireSource({ + node +}) { + if (!t.isExpressionStatement(node)) return; + const { + expression + } = node; + + if (t.isCallExpression(expression) && t.isIdentifier(expression.callee) && expression.callee.name === "require" && expression.arguments.length === 1 && t.isStringLiteral(expression.arguments[0])) { + return expression.arguments[0].value; + } +} + +function hoist(node) { + // @ts-expect-error + node._blockHoist = 3; + return node; +} + +function createUtilsGetter(cache) { + return path => { + const prog = path.findParent(p => p.isProgram()); + return { + injectGlobalImport(url) { + cache.storeAnonymous(prog, url, (isScript, source) => { + return isScript ? template.statement.ast`require(${source})` : t.importDeclaration([], source); + }); + }, + + injectNamedImport(url, name, hint = name) { + return cache.storeNamed(prog, url, name, (isScript, source, name) => { + const id = prog.scope.generateUidIdentifier(hint); + return { + node: isScript ? hoist(template.statement.ast` + var ${id} = require(${source}).${name} + `) : t.importDeclaration([t.importSpecifier(id, name)], source), + name: id.name + }; + }); + }, + + injectDefaultImport(url, hint = url) { + return cache.storeNamed(prog, url, "default", (isScript, source) => { + const id = prog.scope.generateUidIdentifier(hint); + return { + node: isScript ? hoist(template.statement.ast`var ${id} = require(${source})`) : t.importDeclaration([t.importDefaultSpecifier(id)], source), + name: id.name + }; + }); + } + + }; + }; +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/visitors/entry.js b/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/visitors/entry.js new file mode 100644 index 0000000..bb3be8c --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/visitors/entry.js @@ -0,0 +1,31 @@ +"use strict"; + +exports.__esModule = true; +exports.default = void 0; + +var _utils = require("../utils"); + +var _default = callProvider => ({ + ImportDeclaration(path) { + const source = (0, _utils.getImportSource)(path); + if (!source) return; + callProvider({ + kind: "import", + source + }, path); + }, + + Program(path) { + path.get("body").forEach(bodyPath => { + const source = (0, _utils.getRequireSource)(bodyPath); + if (!source) return; + callProvider({ + kind: "import", + source + }, bodyPath); + }); + } + +}); + +exports.default = _default; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/visitors/index.js b/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/visitors/index.js new file mode 100644 index 0000000..56d0029 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/visitors/index.js @@ -0,0 +1,14 @@ +"use strict"; + +exports.__esModule = true; +exports.usage = exports.entry = void 0; + +var _usage = _interopRequireDefault(require("./usage")); + +exports.usage = _usage.default; + +var _entry = _interopRequireDefault(require("./entry")); + +exports.entry = _entry.default; + +function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/visitors/usage.js b/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/visitors/usage.js new file mode 100644 index 0000000..3221fa7 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/lib/visitors/usage.js @@ -0,0 +1,101 @@ +"use strict"; + +exports.__esModule = true; +exports.default = void 0; + +var _utils = require("../utils"); + +var _default = callProvider => { + function property(object, key, placement, path) { + return callProvider({ + kind: "property", + object, + key, + placement + }, path); + } + + return { + // Symbol(), new Promise + ReferencedIdentifier(path) { + const { + node: { + name + }, + scope + } = path; + if (scope.getBindingIdentifier(name)) return; + callProvider({ + kind: "global", + name + }, path); + }, + + MemberExpression(path) { + const key = (0, _utils.resolveKey)(path.get("property"), path.node.computed); + if (!key || key === "prototype") return; + const object = path.get("object"); + + if (object.isIdentifier()) { + const binding = object.scope.getBinding(object.node.name); + if (binding && binding.path.isImportNamespaceSpecifier()) return; + } + + const source = (0, _utils.resolveSource)(object); + return property(source.id, key, source.placement, path); + }, + + ObjectPattern(path) { + const { + parentPath, + parent + } = path; + let obj; // const { keys, values } = Object + + if (parentPath.isVariableDeclarator()) { + obj = parentPath.get("init"); // ({ keys, values } = Object) + } else if (parentPath.isAssignmentExpression()) { + obj = parentPath.get("right"); // !function ({ keys, values }) {...} (Object) + // resolution does not work after properties transform :-( + } else if (parentPath.isFunction()) { + const grand = parentPath.parentPath; + + if (grand.isCallExpression() || grand.isNewExpression()) { + if (grand.node.callee === parent) { + obj = grand.get("arguments")[path.key]; + } + } + } + + let id = null; + let placement = null; + if (obj) ({ + id, + placement + } = (0, _utils.resolveSource)(obj)); + + for (const prop of path.get("properties")) { + if (prop.isObjectProperty()) { + const key = (0, _utils.resolveKey)(prop.get("key")); + if (key) property(id, key, placement, prop); + } + } + }, + + BinaryExpression(path) { + if (path.node.operator !== "in") return; + const source = (0, _utils.resolveSource)(path.get("right")); + const key = (0, _utils.resolveKey)(path.get("left"), true); + if (!key) return; + callProvider({ + kind: "in", + object: source.id, + key, + placement: source.placement + }, path); + } + + }; +}; + +exports.default = _default; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/package.json b/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/package.json new file mode 100644 index 0000000..737d38b --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-define-polyfill-provider/package.json @@ -0,0 +1,59 @@ +{ + "name": "@babel/helper-define-polyfill-provider", + "version": "0.3.2", + "description": "Babel helper to create your own polyfill provider", + "repository": { + "type": "git", + "url": "https://github.com/babel/babel-polyfills.git", + "directory": "packages/babel-helper-define-polyfill-provider" + }, + "keywords": [ + "babel-plugin" + ], + "license": "MIT", + "publishConfig": { + "access": "public" + }, + "main": "lib/index.js", + "browser": { + "./lib/node/dependencies.js": "./lib/browser/dependencies.js", + "./src/node/dependencies.js": "./src/browser/dependencies.js" + }, + "exports": { + ".": [ + { + "import": { + "node": "./esm/index.node.mjs", + "browser": "./esm/index.browser.mjs" + }, + "default": "./lib/index.js" + }, + "./lib/index.js" + ], + "./package.json": "./package.json" + }, + "dependencies": { + "@babel/helper-compilation-targets": "^7.17.7", + "@babel/helper-plugin-utils": "^7.16.7", + "debug": "^4.1.1", + "lodash.debounce": "^4.0.8", + "resolve": "^1.14.2", + "semver": "^6.1.2" + }, + "peerDependencies": { + "@babel/core": "^7.4.0-0" + }, + "devDependencies": { + "@babel/cli": "^7.17.6", + "@babel/core": "^7.17.8", + "@babel/generator": "^7.17.7", + "@babel/plugin-transform-modules-commonjs": "^7.17.7", + "@babel/traverse": "^7.17.3", + "babel-loader": "^8.1.0", + "rollup": "^2.3.2", + "rollup-plugin-babel": "^4.4.0", + "webpack": "^4.42.1", + "webpack-cli": "^3.3.11" + }, + "gitHead": "62b9025beeec450a1ff5d61fadcf63963aec5015" +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-environment-visitor/LICENSE b/FantasticAnimals/node_modules/@babel/helper-environment-visitor/LICENSE new file mode 100644 index 0000000..f31575e --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-environment-visitor/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +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/FantasticAnimals/node_modules/@babel/helper-environment-visitor/README.md b/FantasticAnimals/node_modules/@babel/helper-environment-visitor/README.md new file mode 100644 index 0000000..ec74ac3 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-environment-visitor/README.md @@ -0,0 +1,19 @@ +# @babel/helper-environment-visitor + +> Helper visitor to only visit nodes in the current 'this' context + +See our website [@babel/helper-environment-visitor](https://babeljs.io/docs/en/babel-helper-environment-visitor) for more information. + +## Install + +Using npm: + +```sh +npm install --save-dev @babel/helper-environment-visitor +``` + +or using yarn: + +```sh +yarn add @babel/helper-environment-visitor --dev +``` diff --git a/FantasticAnimals/node_modules/@babel/helper-environment-visitor/lib/index.js b/FantasticAnimals/node_modules/@babel/helper-environment-visitor/lib/index.js new file mode 100644 index 0000000..bf1a303 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-environment-visitor/lib/index.js @@ -0,0 +1,59 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = void 0; +exports.requeueComputedKeyAndDecorators = requeueComputedKeyAndDecorators; +exports.skipAllButComputedKey = skipAllButComputedKey; + +function skipAllButComputedKey(path) { + path.skip(); + + if (path.node.computed) { + path.context.maybeQueue(path.get("key")); + } +} + +function requeueComputedKeyAndDecorators(path) { + const { + context, + node + } = path; + + if (node.computed) { + context.maybeQueue(path.get("key")); + } + + if (node.decorators) { + for (const decorator of path.get("decorators")) { + context.maybeQueue(decorator); + } + } +} + +const visitor = { + FunctionParent(path) { + if (path.isArrowFunctionExpression()) { + return; + } else { + path.skip(); + + if (path.isMethod()) { + requeueComputedKeyAndDecorators(path); + } + } + }, + + Property(path) { + if (path.isObjectProperty()) { + return; + } + + path.skip(); + requeueComputedKeyAndDecorators(path); + } + +}; +var _default = visitor; +exports.default = _default; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-environment-visitor/package.json b/FantasticAnimals/node_modules/@babel/helper-environment-visitor/package.json new file mode 100644 index 0000000..df55f7c --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-environment-visitor/package.json @@ -0,0 +1,29 @@ +{ + "name": "@babel/helper-environment-visitor", + "version": "7.18.9", + "description": "Helper visitor to only visit nodes in the current 'this' context", + "repository": { + "type": "git", + "url": "https://github.com/babel/babel.git", + "directory": "packages/babel-helper-environment-visitor" + }, + "homepage": "https://babel.dev/docs/en/next/babel-helper-environment-visitor", + "license": "MIT", + "publishConfig": { + "access": "public" + }, + "main": "./lib/index.js", + "exports": { + ".": "./lib/index.js", + "./package.json": "./package.json" + }, + "devDependencies": { + "@babel/traverse": "^7.18.9", + "@babel/types": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "author": "The Babel Team (https://babel.dev/team)", + "type": "commonjs" +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-explode-assignable-expression/LICENSE b/FantasticAnimals/node_modules/@babel/helper-explode-assignable-expression/LICENSE new file mode 100644 index 0000000..f31575e --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-explode-assignable-expression/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +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/FantasticAnimals/node_modules/@babel/helper-explode-assignable-expression/README.md b/FantasticAnimals/node_modules/@babel/helper-explode-assignable-expression/README.md new file mode 100644 index 0000000..31b1e91 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-explode-assignable-expression/README.md @@ -0,0 +1,19 @@ +# @babel/helper-explode-assignable-expression + +> Helper function to explode an assignable expression + +See our website [@babel/helper-explode-assignable-expression](https://babeljs.io/docs/en/babel-helper-explode-assignable-expression) for more information. + +## Install + +Using npm: + +```sh +npm install --save @babel/helper-explode-assignable-expression +``` + +or using yarn: + +```sh +yarn add @babel/helper-explode-assignable-expression +``` diff --git a/FantasticAnimals/node_modules/@babel/helper-explode-assignable-expression/lib/index.js b/FantasticAnimals/node_modules/@babel/helper-explode-assignable-expression/lib/index.js new file mode 100644 index 0000000..3874bcb --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-explode-assignable-expression/lib/index.js @@ -0,0 +1,92 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = _default; + +var _t = require("@babel/types"); + +const { + assignmentExpression, + cloneNode, + isIdentifier, + isLiteral, + isMemberExpression, + isPrivateName, + isPureish, + isSuper, + memberExpression, + toComputedKey +} = _t; + +function getObjRef(node, nodes, scope) { + let ref; + + if (isIdentifier(node)) { + if (scope.hasBinding(node.name)) { + return node; + } else { + ref = node; + } + } else if (isMemberExpression(node)) { + ref = node.object; + + if (isSuper(ref) || isIdentifier(ref) && scope.hasBinding(ref.name)) { + return ref; + } + } else { + throw new Error(`We can't explode this node type ${node["type"]}`); + } + + const temp = scope.generateUidIdentifierBasedOnNode(ref); + scope.push({ + id: temp + }); + nodes.push(assignmentExpression("=", cloneNode(temp), cloneNode(ref))); + return temp; +} + +function getPropRef(node, nodes, scope) { + const prop = node.property; + + if (isPrivateName(prop)) { + throw new Error("We can't generate property ref for private name, please install `@babel/plugin-proposal-class-properties`"); + } + + const key = toComputedKey(node, prop); + if (isLiteral(key) && isPureish(key)) return key; + const temp = scope.generateUidIdentifierBasedOnNode(prop); + scope.push({ + id: temp + }); + nodes.push(assignmentExpression("=", cloneNode(temp), cloneNode(prop))); + return temp; +} + +function _default(node, nodes, file, scope, allowedSingleIdent) { + let obj; + + if (isIdentifier(node) && allowedSingleIdent) { + obj = node; + } else { + obj = getObjRef(node, nodes, scope); + } + + let ref, uid; + + if (isIdentifier(node)) { + ref = cloneNode(node); + uid = obj; + } else { + const prop = getPropRef(node, nodes, scope); + const computed = node.computed || isLiteral(prop); + uid = memberExpression(cloneNode(obj), cloneNode(prop), computed); + ref = memberExpression(cloneNode(obj), cloneNode(prop), computed); + } + + return { + uid: uid, + ref: ref + }; +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-explode-assignable-expression/package.json b/FantasticAnimals/node_modules/@babel/helper-explode-assignable-expression/package.json new file mode 100644 index 0000000..1a3a711 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-explode-assignable-expression/package.json @@ -0,0 +1,27 @@ +{ + "name": "@babel/helper-explode-assignable-expression", + "version": "7.18.6", + "description": "Helper function to explode an assignable expression", + "repository": { + "type": "git", + "url": "https://github.com/babel/babel.git", + "directory": "packages/babel-helper-explode-assignable-expression" + }, + "homepage": "https://babel.dev/docs/en/next/babel-helper-explode-assignable-expression", + "license": "MIT", + "publishConfig": { + "access": "public" + }, + "main": "./lib/index.js", + "dependencies": { + "@babel/types": "^7.18.6" + }, + "devDependencies": { + "@babel/traverse": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "author": "The Babel Team (https://babel.dev/team)", + "type": "commonjs" +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-function-name/LICENSE b/FantasticAnimals/node_modules/@babel/helper-function-name/LICENSE new file mode 100644 index 0000000..f31575e --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-function-name/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +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/FantasticAnimals/node_modules/@babel/helper-function-name/README.md b/FantasticAnimals/node_modules/@babel/helper-function-name/README.md new file mode 100644 index 0000000..1e490ae --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-function-name/README.md @@ -0,0 +1,19 @@ +# @babel/helper-function-name + +> Helper function to change the property 'name' of every function + +See our website [@babel/helper-function-name](https://babeljs.io/docs/en/babel-helper-function-name) for more information. + +## Install + +Using npm: + +```sh +npm install --save @babel/helper-function-name +``` + +or using yarn: + +```sh +yarn add @babel/helper-function-name +``` diff --git a/FantasticAnimals/node_modules/@babel/helper-function-name/lib/index.js b/FantasticAnimals/node_modules/@babel/helper-function-name/lib/index.js new file mode 100644 index 0000000..2ad7316 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-function-name/lib/index.js @@ -0,0 +1,199 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = _default; + +var _template = require("@babel/template"); + +var _t = require("@babel/types"); + +const { + NOT_LOCAL_BINDING, + cloneNode, + identifier, + isAssignmentExpression, + isAssignmentPattern, + isFunction, + isIdentifier, + isLiteral, + isNullLiteral, + isObjectMethod, + isObjectProperty, + isRegExpLiteral, + isRestElement, + isTemplateLiteral, + isVariableDeclarator, + toBindingIdentifierName +} = _t; + +function getFunctionArity(node) { + const count = node.params.findIndex(param => isAssignmentPattern(param) || isRestElement(param)); + return count === -1 ? node.params.length : count; +} + +const buildPropertyMethodAssignmentWrapper = _template.default.statement(` + (function (FUNCTION_KEY) { + function FUNCTION_ID() { + return FUNCTION_KEY.apply(this, arguments); + } + + FUNCTION_ID.toString = function () { + return FUNCTION_KEY.toString(); + } + + return FUNCTION_ID; + })(FUNCTION) +`); + +const buildGeneratorPropertyMethodAssignmentWrapper = _template.default.statement(` + (function (FUNCTION_KEY) { + function* FUNCTION_ID() { + return yield* FUNCTION_KEY.apply(this, arguments); + } + + FUNCTION_ID.toString = function () { + return FUNCTION_KEY.toString(); + }; + + return FUNCTION_ID; + })(FUNCTION) +`); + +const visitor = { + "ReferencedIdentifier|BindingIdentifier"(path, state) { + if (path.node.name !== state.name) return; + const localDeclar = path.scope.getBindingIdentifier(state.name); + if (localDeclar !== state.outerDeclar) return; + state.selfReference = true; + path.stop(); + } + +}; + +function getNameFromLiteralId(id) { + if (isNullLiteral(id)) { + return "null"; + } + + if (isRegExpLiteral(id)) { + return `_${id.pattern}_${id.flags}`; + } + + if (isTemplateLiteral(id)) { + return id.quasis.map(quasi => quasi.value.raw).join(""); + } + + if (id.value !== undefined) { + return id.value + ""; + } + + return ""; +} + +function wrap(state, method, id, scope) { + if (state.selfReference) { + if (scope.hasBinding(id.name) && !scope.hasGlobal(id.name)) { + scope.rename(id.name); + } else { + if (!isFunction(method)) return; + let build = buildPropertyMethodAssignmentWrapper; + + if (method.generator) { + build = buildGeneratorPropertyMethodAssignmentWrapper; + } + + const template = build({ + FUNCTION: method, + FUNCTION_ID: id, + FUNCTION_KEY: scope.generateUidIdentifier(id.name) + }).expression; + const params = template.callee.body.body[0].params; + + for (let i = 0, len = getFunctionArity(method); i < len; i++) { + params.push(scope.generateUidIdentifier("x")); + } + + return template; + } + } + + method.id = id; + scope.getProgramParent().references[id.name] = true; +} + +function visit(node, name, scope) { + const state = { + selfAssignment: false, + selfReference: false, + outerDeclar: scope.getBindingIdentifier(name), + name: name + }; + const binding = scope.getOwnBinding(name); + + if (binding) { + if (binding.kind === "param") { + state.selfReference = true; + } else {} + } else if (state.outerDeclar || scope.hasGlobal(name)) { + scope.traverse(node, visitor, state); + } + + return state; +} + +function _default({ + node, + parent, + scope, + id +}, localBinding = false, supportUnicodeId = false) { + if (node.id) return; + + if ((isObjectProperty(parent) || isObjectMethod(parent, { + kind: "method" + })) && (!parent.computed || isLiteral(parent.key))) { + id = parent.key; + } else if (isVariableDeclarator(parent)) { + id = parent.id; + + if (isIdentifier(id) && !localBinding) { + const binding = scope.parent.getBinding(id.name); + + if (binding && binding.constant && scope.getBinding(id.name) === binding) { + node.id = cloneNode(id); + node.id[NOT_LOCAL_BINDING] = true; + return; + } + } + } else if (isAssignmentExpression(parent, { + operator: "=" + })) { + id = parent.left; + } else if (!id) { + return; + } + + let name; + + if (id && isLiteral(id)) { + name = getNameFromLiteralId(id); + } else if (id && isIdentifier(id)) { + name = id.name; + } + + if (name === undefined) { + return; + } + + if (!supportUnicodeId && isFunction(node) && /[\uD800-\uDFFF]/.test(name)) { + return; + } + + name = toBindingIdentifierName(name); + const newId = identifier(name); + newId[NOT_LOCAL_BINDING] = true; + const state = visit(node, name, scope); + return wrap(state, node, newId, scope) || node; +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-function-name/package.json b/FantasticAnimals/node_modules/@babel/helper-function-name/package.json new file mode 100644 index 0000000..4ef7acd --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-function-name/package.json @@ -0,0 +1,25 @@ +{ + "name": "@babel/helper-function-name", + "version": "7.18.9", + "description": "Helper function to change the property 'name' of every function", + "repository": { + "type": "git", + "url": "https://github.com/babel/babel.git", + "directory": "packages/babel-helper-function-name" + }, + "homepage": "https://babel.dev/docs/en/next/babel-helper-function-name", + "license": "MIT", + "publishConfig": { + "access": "public" + }, + "main": "./lib/index.js", + "dependencies": { + "@babel/template": "^7.18.6", + "@babel/types": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "author": "The Babel Team (https://babel.dev/team)", + "type": "commonjs" +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-hoist-variables/LICENSE b/FantasticAnimals/node_modules/@babel/helper-hoist-variables/LICENSE new file mode 100644 index 0000000..f31575e --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-hoist-variables/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +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/FantasticAnimals/node_modules/@babel/helper-hoist-variables/README.md b/FantasticAnimals/node_modules/@babel/helper-hoist-variables/README.md new file mode 100644 index 0000000..ef87821 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-hoist-variables/README.md @@ -0,0 +1,19 @@ +# @babel/helper-hoist-variables + +> Helper function to hoist variables + +See our website [@babel/helper-hoist-variables](https://babeljs.io/docs/en/babel-helper-hoist-variables) for more information. + +## Install + +Using npm: + +```sh +npm install --save @babel/helper-hoist-variables +``` + +or using yarn: + +```sh +yarn add @babel/helper-hoist-variables +``` diff --git a/FantasticAnimals/node_modules/@babel/helper-hoist-variables/lib/index.js b/FantasticAnimals/node_modules/@babel/helper-hoist-variables/lib/index.js new file mode 100644 index 0000000..31fb847 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-hoist-variables/lib/index.js @@ -0,0 +1,58 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = hoistVariables; + +var _t = require("@babel/types"); + +const { + assignmentExpression, + expressionStatement, + identifier +} = _t; +const visitor = { + Scope(path, state) { + if (state.kind === "let") path.skip(); + }, + + FunctionParent(path) { + path.skip(); + }, + + VariableDeclaration(path, state) { + if (state.kind && path.node.kind !== state.kind) return; + const nodes = []; + const declarations = path.get("declarations"); + let firstId; + + for (const declar of declarations) { + firstId = declar.node.id; + + if (declar.node.init) { + nodes.push(expressionStatement(assignmentExpression("=", declar.node.id, declar.node.init))); + } + + for (const name of Object.keys(declar.getBindingIdentifiers())) { + state.emit(identifier(name), name, declar.node.init !== null); + } + } + + if (path.parentPath.isFor({ + left: path.node + })) { + path.replaceWith(firstId); + } else { + path.replaceWithMultiple(nodes); + } + } + +}; + +function hoistVariables(path, emit, kind = "var") { + path.traverse(visitor, { + kind, + emit + }); +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-hoist-variables/package.json b/FantasticAnimals/node_modules/@babel/helper-hoist-variables/package.json new file mode 100644 index 0000000..0d92530 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-hoist-variables/package.json @@ -0,0 +1,28 @@ +{ + "name": "@babel/helper-hoist-variables", + "version": "7.18.6", + "description": "Helper function to hoist variables", + "repository": { + "type": "git", + "url": "https://github.com/babel/babel.git", + "directory": "packages/babel-helper-hoist-variables" + }, + "homepage": "https://babel.dev/docs/en/next/babel-helper-hoist-variables", + "license": "MIT", + "publishConfig": { + "access": "public" + }, + "main": "./lib/index.js", + "dependencies": { + "@babel/types": "^7.18.6" + }, + "TODO": "The @babel/traverse dependency is only needed for the NodePath TS type. We can consider exporting it from @babel/core.", + "devDependencies": { + "@babel/traverse": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "author": "The Babel Team (https://babel.dev/team)", + "type": "commonjs" +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-member-expression-to-functions/LICENSE b/FantasticAnimals/node_modules/@babel/helper-member-expression-to-functions/LICENSE new file mode 100644 index 0000000..f31575e --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-member-expression-to-functions/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +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/FantasticAnimals/node_modules/@babel/helper-member-expression-to-functions/README.md b/FantasticAnimals/node_modules/@babel/helper-member-expression-to-functions/README.md new file mode 100644 index 0000000..b9d037d --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-member-expression-to-functions/README.md @@ -0,0 +1,19 @@ +# @babel/helper-member-expression-to-functions + +> Helper function to replace certain member expressions with function calls + +See our website [@babel/helper-member-expression-to-functions](https://babeljs.io/docs/en/babel-helper-member-expression-to-functions) for more information. + +## Install + +Using npm: + +```sh +npm install --save @babel/helper-member-expression-to-functions +``` + +or using yarn: + +```sh +yarn add @babel/helper-member-expression-to-functions +``` diff --git a/FantasticAnimals/node_modules/@babel/helper-member-expression-to-functions/lib/index.js b/FantasticAnimals/node_modules/@babel/helper-member-expression-to-functions/lib/index.js new file mode 100644 index 0000000..6e04dab --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-member-expression-to-functions/lib/index.js @@ -0,0 +1,453 @@ +'use strict'; + +Object.defineProperty(exports, '__esModule', { value: true }); + +var _t = require('@babel/types'); + +function _interopNamespace(e) { + if (e && e.__esModule) return e; + var n = Object.create(null); + if (e) { + Object.keys(e).forEach(function (k) { + if (k !== 'default') { + var d = Object.getOwnPropertyDescriptor(e, k); + Object.defineProperty(n, k, d.get ? d : { + enumerable: true, + get: function () { return e[k]; } + }); + } + }); + } + n["default"] = e; + return Object.freeze(n); +} + +var _t__namespace = /*#__PURE__*/_interopNamespace(_t); + +function willPathCastToBoolean(path) { + const maybeWrapped = path; + const { + node, + parentPath + } = maybeWrapped; + + if (parentPath.isLogicalExpression()) { + const { + operator, + right + } = parentPath.node; + + if (operator === "&&" || operator === "||" || operator === "??" && node === right) { + return willPathCastToBoolean(parentPath); + } + } + + if (parentPath.isSequenceExpression()) { + const { + expressions + } = parentPath.node; + + if (expressions[expressions.length - 1] === node) { + return willPathCastToBoolean(parentPath); + } else { + return true; + } + } + + return parentPath.isConditional({ + test: node + }) || parentPath.isUnaryExpression({ + operator: "!" + }) || parentPath.isLoop({ + test: node + }); +} + +const { + LOGICAL_OPERATORS, + arrowFunctionExpression, + assignmentExpression, + binaryExpression, + booleanLiteral, + callExpression, + cloneNode, + conditionalExpression, + identifier, + isMemberExpression, + isOptionalCallExpression, + isOptionalMemberExpression, + isUpdateExpression, + logicalExpression, + memberExpression, + nullLiteral, + optionalCallExpression, + optionalMemberExpression, + sequenceExpression, + updateExpression +} = _t__namespace; + +class AssignmentMemoiser { + constructor() { + this._map = void 0; + this._map = new WeakMap(); + } + + has(key) { + return this._map.has(key); + } + + get(key) { + if (!this.has(key)) return; + + const record = this._map.get(key); + + const { + value + } = record; + record.count--; + + if (record.count === 0) { + return assignmentExpression("=", value, key); + } + + return value; + } + + set(key, value, count) { + return this._map.set(key, { + count, + value + }); + } + +} + +function toNonOptional(path, base) { + const { + node + } = path; + + if (isOptionalMemberExpression(node)) { + return memberExpression(base, node.property, node.computed); + } + + if (path.isOptionalCallExpression()) { + const callee = path.get("callee"); + + if (path.node.optional && callee.isOptionalMemberExpression()) { + const object = callee.node.object; + const context = path.scope.maybeGenerateMemoised(object); + callee.get("object").replaceWith(assignmentExpression("=", context, object)); + return callExpression(memberExpression(base, identifier("call")), [context, ...path.node.arguments]); + } + + return callExpression(base, path.node.arguments); + } + + return path.node; +} + +function isInDetachedTree(path) { + while (path) { + if (path.isProgram()) break; + const { + parentPath, + container, + listKey + } = path; + const parentNode = parentPath.node; + + if (listKey) { + if (container !== parentNode[listKey]) { + return true; + } + } else { + if (container !== parentNode) return true; + } + + path = parentPath; + } + + return false; +} + +const handle = { + memoise() {}, + + handle(member, noDocumentAll) { + const { + node, + parent, + parentPath, + scope + } = member; + + if (member.isOptionalMemberExpression()) { + if (isInDetachedTree(member)) return; + const endPath = member.find(({ + node, + parent + }) => { + if (isOptionalMemberExpression(parent)) { + return parent.optional || parent.object !== node; + } + + if (isOptionalCallExpression(parent)) { + return node !== member.node && parent.optional || parent.callee !== node; + } + + return true; + }); + + if (scope.path.isPattern()) { + endPath.replaceWith(callExpression(arrowFunctionExpression([], endPath.node), [])); + return; + } + + const willEndPathCastToBoolean = willPathCastToBoolean(endPath); + const rootParentPath = endPath.parentPath; + + if (rootParentPath.isUpdateExpression({ + argument: node + }) || rootParentPath.isAssignmentExpression({ + left: node + })) { + throw member.buildCodeFrameError(`can't handle assignment`); + } + + const isDeleteOperation = rootParentPath.isUnaryExpression({ + operator: "delete" + }); + + if (isDeleteOperation && endPath.isOptionalMemberExpression() && endPath.get("property").isPrivateName()) { + throw member.buildCodeFrameError(`can't delete a private class element`); + } + + let startingOptional = member; + + for (;;) { + if (startingOptional.isOptionalMemberExpression()) { + if (startingOptional.node.optional) break; + startingOptional = startingOptional.get("object"); + continue; + } else if (startingOptional.isOptionalCallExpression()) { + if (startingOptional.node.optional) break; + startingOptional = startingOptional.get("callee"); + continue; + } + + throw new Error(`Internal error: unexpected ${startingOptional.node.type}`); + } + + const startingNode = startingOptional.isOptionalMemberExpression() ? startingOptional.node.object : startingOptional.node.callee; + const baseNeedsMemoised = scope.maybeGenerateMemoised(startingNode); + const baseRef = baseNeedsMemoised != null ? baseNeedsMemoised : startingNode; + const parentIsOptionalCall = parentPath.isOptionalCallExpression({ + callee: node + }); + + const isOptionalCall = parent => parentIsOptionalCall; + + const parentIsCall = parentPath.isCallExpression({ + callee: node + }); + startingOptional.replaceWith(toNonOptional(startingOptional, baseRef)); + + if (isOptionalCall()) { + if (parent.optional) { + parentPath.replaceWith(this.optionalCall(member, parent.arguments)); + } else { + parentPath.replaceWith(this.call(member, parent.arguments)); + } + } else if (parentIsCall) { + member.replaceWith(this.boundGet(member)); + } else { + member.replaceWith(this.get(member)); + } + + let regular = member.node; + + for (let current = member; current !== endPath;) { + const parentPath = current.parentPath; + + if (parentPath === endPath && isOptionalCall() && parent.optional) { + regular = parentPath.node; + break; + } + + regular = toNonOptional(parentPath, regular); + current = parentPath; + } + + let context; + const endParentPath = endPath.parentPath; + + if (isMemberExpression(regular) && endParentPath.isOptionalCallExpression({ + callee: endPath.node, + optional: true + })) { + const { + object + } = regular; + context = member.scope.maybeGenerateMemoised(object); + + if (context) { + regular.object = assignmentExpression("=", context, object); + } + } + + let replacementPath = endPath; + + if (isDeleteOperation) { + replacementPath = endParentPath; + regular = endParentPath.node; + } + + const baseMemoised = baseNeedsMemoised ? assignmentExpression("=", cloneNode(baseRef), cloneNode(startingNode)) : cloneNode(baseRef); + + if (willEndPathCastToBoolean) { + let nonNullishCheck; + + if (noDocumentAll) { + nonNullishCheck = binaryExpression("!=", baseMemoised, nullLiteral()); + } else { + nonNullishCheck = logicalExpression("&&", binaryExpression("!==", baseMemoised, nullLiteral()), binaryExpression("!==", cloneNode(baseRef), scope.buildUndefinedNode())); + } + + replacementPath.replaceWith(logicalExpression("&&", nonNullishCheck, regular)); + } else { + let nullishCheck; + + if (noDocumentAll) { + nullishCheck = binaryExpression("==", baseMemoised, nullLiteral()); + } else { + nullishCheck = logicalExpression("||", binaryExpression("===", baseMemoised, nullLiteral()), binaryExpression("===", cloneNode(baseRef), scope.buildUndefinedNode())); + } + + replacementPath.replaceWith(conditionalExpression(nullishCheck, isDeleteOperation ? booleanLiteral(true) : scope.buildUndefinedNode(), regular)); + } + + if (context) { + const endParent = endParentPath.node; + endParentPath.replaceWith(optionalCallExpression(optionalMemberExpression(endParent.callee, identifier("call"), false, true), [cloneNode(context), ...endParent.arguments], false)); + } + + return; + } + + if (isUpdateExpression(parent, { + argument: node + })) { + if (this.simpleSet) { + member.replaceWith(this.simpleSet(member)); + return; + } + + const { + operator, + prefix + } = parent; + this.memoise(member, 2); + const ref = scope.generateUidIdentifierBasedOnNode(node); + scope.push({ + id: ref + }); + const seq = [assignmentExpression("=", cloneNode(ref), this.get(member))]; + + if (prefix) { + seq.push(updateExpression(operator, cloneNode(ref), prefix)); + const value = sequenceExpression(seq); + parentPath.replaceWith(this.set(member, value)); + return; + } else { + const ref2 = scope.generateUidIdentifierBasedOnNode(node); + scope.push({ + id: ref2 + }); + seq.push(assignmentExpression("=", cloneNode(ref2), updateExpression(operator, cloneNode(ref), prefix)), cloneNode(ref)); + const value = sequenceExpression(seq); + parentPath.replaceWith(sequenceExpression([this.set(member, value), cloneNode(ref2)])); + return; + } + } + + if (parentPath.isAssignmentExpression({ + left: node + })) { + if (this.simpleSet) { + member.replaceWith(this.simpleSet(member)); + return; + } + + const { + operator, + right: value + } = parentPath.node; + + if (operator === "=") { + parentPath.replaceWith(this.set(member, value)); + } else { + const operatorTrunc = operator.slice(0, -1); + + if (LOGICAL_OPERATORS.includes(operatorTrunc)) { + this.memoise(member, 1); + parentPath.replaceWith(logicalExpression(operatorTrunc, this.get(member), this.set(member, value))); + } else { + this.memoise(member, 2); + parentPath.replaceWith(this.set(member, binaryExpression(operatorTrunc, this.get(member), value))); + } + } + + return; + } + + if (parentPath.isCallExpression({ + callee: node + })) { + parentPath.replaceWith(this.call(member, parentPath.node.arguments)); + return; + } + + if (parentPath.isOptionalCallExpression({ + callee: node + })) { + if (scope.path.isPattern()) { + parentPath.replaceWith(callExpression(arrowFunctionExpression([], parentPath.node), [])); + return; + } + + parentPath.replaceWith(this.optionalCall(member, parentPath.node.arguments)); + return; + } + + if (parentPath.isForXStatement({ + left: node + }) || parentPath.isObjectProperty({ + value: node + }) && parentPath.parentPath.isObjectPattern() || parentPath.isAssignmentPattern({ + left: node + }) && parentPath.parentPath.isObjectProperty({ + value: parent + }) && parentPath.parentPath.parentPath.isObjectPattern() || parentPath.isArrayPattern() || parentPath.isAssignmentPattern({ + left: node + }) && parentPath.parentPath.isArrayPattern() || parentPath.isRestElement()) { + member.replaceWith(this.destructureSet(member)); + return; + } + + if (parentPath.isTaggedTemplateExpression()) { + member.replaceWith(this.boundGet(member)); + } else { + member.replaceWith(this.get(member)); + } + } + +}; +function memberExpressionToFunctions(path, visitor, state) { + path.traverse(visitor, Object.assign({}, handle, state, { + memoiser: new AssignmentMemoiser() + })); +} + +exports["default"] = memberExpressionToFunctions; +//# sourceMappingURL=index.js.map diff --git a/FantasticAnimals/node_modules/@babel/helper-member-expression-to-functions/lib/index.js.map b/FantasticAnimals/node_modules/@babel/helper-member-expression-to-functions/lib/index.js.map new file mode 100644 index 0000000..98e6029 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-member-expression-to-functions/lib/index.js.map @@ -0,0 +1 @@ +{"version":3,"file":"index.js","sources":["../src/util.ts","../src/index.ts"],"sourcesContent":["import type { NodePath } from \"@babel/traverse\";\n\n/**\n * Test if a NodePath will be cast to boolean when evaluated.\n *\n * @example\n * // returns true\n * const nodePathAQDotB = NodePath(\"if (a?.#b) {}\").get(\"test\"); // a?.#b\n * willPathCastToBoolean(nodePathAQDotB)\n * @example\n * // returns false\n * willPathCastToBoolean(NodePath(\"a?.#b\"))\n * @todo Respect transparent expression wrappers\n * @see {@link packages/babel-plugin-proposal-optional-chaining/src/util.js}\n * @param {NodePath} path\n * @returns {boolean}\n */\nexport function willPathCastToBoolean(path: NodePath): boolean {\n const maybeWrapped = path;\n const { node, parentPath } = maybeWrapped;\n if (parentPath.isLogicalExpression()) {\n const { operator, right } = parentPath.node;\n if (\n operator === \"&&\" ||\n operator === \"||\" ||\n (operator === \"??\" && node === right)\n ) {\n return willPathCastToBoolean(parentPath);\n }\n }\n if (parentPath.isSequenceExpression()) {\n const { expressions } = parentPath.node;\n if (expressions[expressions.length - 1] === node) {\n return willPathCastToBoolean(parentPath);\n } else {\n // if it is in the middle of a sequence expression, we don't\n // care the return value so just cast to boolean for smaller\n // output\n return true;\n }\n }\n return (\n parentPath.isConditional({ test: node }) ||\n parentPath.isUnaryExpression({ operator: \"!\" }) ||\n parentPath.isLoop({ test: node })\n );\n}\n","import type { NodePath, Visitor } from \"@babel/traverse\";\nimport {\n LOGICAL_OPERATORS,\n arrowFunctionExpression,\n assignmentExpression,\n binaryExpression,\n booleanLiteral,\n callExpression,\n cloneNode,\n conditionalExpression,\n identifier,\n isMemberExpression,\n isOptionalCallExpression,\n isOptionalMemberExpression,\n isUpdateExpression,\n logicalExpression,\n memberExpression,\n nullLiteral,\n optionalCallExpression,\n optionalMemberExpression,\n sequenceExpression,\n updateExpression,\n} from \"@babel/types\";\nimport type * as t from \"@babel/types\";\nimport { willPathCastToBoolean } from \"./util\";\n\nclass AssignmentMemoiser {\n private _map: WeakMap;\n constructor() {\n this._map = new WeakMap();\n }\n\n has(key: t.Expression) {\n return this._map.has(key);\n }\n\n get(key: t.Expression) {\n if (!this.has(key)) return;\n\n const record = this._map.get(key);\n const { value } = record;\n\n record.count--;\n if (record.count === 0) {\n // The `count` access is the outermost function call (hopefully), so it\n // does the assignment.\n return assignmentExpression(\"=\", value, key);\n }\n return value;\n }\n\n set(key: t.Expression, value: t.Identifier, count: number) {\n return this._map.set(key, { count, value });\n }\n}\n\nfunction toNonOptional(\n path: NodePath,\n base: t.Expression,\n): t.Expression {\n const { node } = path;\n if (isOptionalMemberExpression(node)) {\n return memberExpression(base, node.property, node.computed);\n }\n\n if (path.isOptionalCallExpression()) {\n const callee = path.get(\"callee\");\n if (path.node.optional && callee.isOptionalMemberExpression()) {\n // object must be a conditional expression because the optional private access in object has been transformed\n const object = callee.node.object as t.ConditionalExpression;\n const context = path.scope.maybeGenerateMemoised(object);\n callee\n .get(\"object\")\n .replaceWith(assignmentExpression(\"=\", context, object));\n\n return callExpression(memberExpression(base, identifier(\"call\")), [\n context,\n ...path.node.arguments,\n ]);\n }\n\n return callExpression(base, path.node.arguments);\n }\n\n return path.node;\n}\n\n// Determines if the current path is in a detached tree. This can happen when\n// we are iterating on a path, and replace an ancestor with a new node. Babel\n// doesn't always stop traversing the old node tree, and that can cause\n// inconsistencies.\nfunction isInDetachedTree(path: NodePath) {\n while (path) {\n if (path.isProgram()) break;\n\n const { parentPath, container, listKey } = path;\n const parentNode = parentPath.node;\n if (listKey) {\n if (\n container !==\n // @ts-expect-error listKey must be a valid parent node key\n parentNode[listKey]\n ) {\n return true;\n }\n } else {\n if (container !== parentNode) return true;\n }\n\n path = parentPath;\n }\n\n return false;\n}\n\ntype Member = NodePath;\n\nconst handle = {\n memoise() {\n // noop.\n },\n\n handle(this: HandlerState, member: Member, noDocumentAll: boolean) {\n const { node, parent, parentPath, scope } = member;\n\n if (member.isOptionalMemberExpression()) {\n // Transforming optional chaining requires we replace ancestors.\n if (isInDetachedTree(member)) return;\n\n // We're looking for the end of _this_ optional chain, which is actually\n // the \"rightmost\" property access of the chain. This is because\n // everything up to that property access is \"optional\".\n //\n // Let's take the case of `FOO?.BAR.baz?.qux`, with `FOO?.BAR` being our\n // member. The \"end\" to most users would be `qux` property access.\n // Everything up to it could be skipped if it `FOO` were nullish. But\n // actually, we can consider the `baz` access to be the end. So we're\n // looking for the nearest optional chain that is `optional: true`.\n const endPath = member.find(({ node, parent }) => {\n if (isOptionalMemberExpression(parent)) {\n // We need to check `parent.object` since we could be inside the\n // computed expression of a `bad?.[FOO?.BAR]`. In this case, the\n // endPath is the `FOO?.BAR` member itself.\n return parent.optional || parent.object !== node;\n }\n if (isOptionalCallExpression(parent)) {\n // Checking `parent.callee` since we could be in the arguments, eg\n // `bad?.(FOO?.BAR)`.\n // Also skip `FOO?.BAR` in `FOO?.BAR?.()` since we need to transform the optional call to ensure proper this\n return (\n // In FOO?.#BAR?.(), endPath points the optional call expression so we skip FOO?.#BAR\n (node !== member.node && parent.optional) || parent.callee !== node\n );\n }\n return true;\n }) as NodePath;\n\n // Replace `function (a, x = a.b?.#c) {}` to `function (a, x = (() => a.b?.#c)() ){}`\n // so the temporary variable can be injected in correct scope\n // This can be further optimized to avoid unecessary IIFE\n if (scope.path.isPattern()) {\n endPath.replaceWith(\n // The injected member will be queued and eventually transformed when visited\n callExpression(arrowFunctionExpression([], endPath.node), []),\n );\n return;\n }\n\n const willEndPathCastToBoolean = willPathCastToBoolean(endPath);\n\n const rootParentPath = endPath.parentPath;\n if (\n rootParentPath.isUpdateExpression({ argument: node }) ||\n rootParentPath.isAssignmentExpression({ left: node })\n ) {\n throw member.buildCodeFrameError(`can't handle assignment`);\n }\n const isDeleteOperation = rootParentPath.isUnaryExpression({\n operator: \"delete\",\n });\n if (\n isDeleteOperation &&\n endPath.isOptionalMemberExpression() &&\n endPath.get(\"property\").isPrivateName()\n ) {\n // @babel/parser will throw error on `delete obj?.#x`.\n // This error serves as fallback when `delete obj?.#x` is constructed from babel types\n throw member.buildCodeFrameError(\n `can't delete a private class element`,\n );\n }\n\n // Now, we're looking for the start of this optional chain, which is\n // optional to the left of this member.\n //\n // Let's take the case of `foo?.bar?.baz.QUX?.BAM`, with `QUX?.BAM` being\n // our member. The \"start\" to most users would be `foo` object access.\n // But actually, we can consider the `bar` access to be the start. So\n // we're looking for the nearest optional chain that is `optional: true`,\n // which is guaranteed to be somewhere in the object/callee tree.\n let startingOptional: NodePath = member;\n for (;;) {\n if (startingOptional.isOptionalMemberExpression()) {\n if (startingOptional.node.optional) break;\n startingOptional = startingOptional.get(\"object\");\n continue;\n } else if (startingOptional.isOptionalCallExpression()) {\n if (startingOptional.node.optional) break;\n startingOptional = startingOptional.get(\"callee\");\n continue;\n }\n // prevent infinite loop: unreachable if the AST is well-formed\n throw new Error(\n `Internal error: unexpected ${startingOptional.node.type}`,\n );\n }\n\n // @ts-expect-error isOptionalMemberExpression does not work with NodePath union\n const startingNode = startingOptional.isOptionalMemberExpression()\n ? // @ts-expect-error isOptionalMemberExpression does not work with NodePath union\n startingOptional.node.object\n : // @ts-expect-error isOptionalMemberExpression does not work with NodePath union\n startingOptional.node.callee;\n const baseNeedsMemoised = scope.maybeGenerateMemoised(startingNode);\n const baseRef = baseNeedsMemoised ?? startingNode;\n\n // Compute parentIsOptionalCall before `startingOptional` is replaced\n // as `node` may refer to `startingOptional.node` before replaced.\n const parentIsOptionalCall = parentPath.isOptionalCallExpression({\n callee: node,\n });\n // here we use a function to wrap `parentIsOptionalCall` to get type\n // for parent, do not use it anywhere else\n // See https://github.com/microsoft/TypeScript/issues/10421\n const isOptionalCall = (\n parent: t.Node,\n ): parent is t.OptionalCallExpression => parentIsOptionalCall;\n // if parentIsCall is true, it implies that node.extra.parenthesized is always true\n const parentIsCall = parentPath.isCallExpression({ callee: node });\n startingOptional.replaceWith(toNonOptional(startingOptional, baseRef));\n if (isOptionalCall(parent)) {\n if (parent.optional) {\n parentPath.replaceWith(this.optionalCall(member, parent.arguments));\n } else {\n parentPath.replaceWith(this.call(member, parent.arguments));\n }\n } else if (parentIsCall) {\n // `(a?.#b)()` to `(a == null ? void 0 : a.#b.bind(a))()`\n member.replaceWith(this.boundGet(member));\n } else {\n member.replaceWith(this.get(member));\n }\n\n let regular: t.Expression = member.node;\n for (let current: NodePath = member; current !== endPath; ) {\n const parentPath = current.parentPath as NodePath;\n // skip transforming `Foo.#BAR?.call(FOO)`\n if (\n parentPath === endPath &&\n isOptionalCall(parent) &&\n parent.optional\n ) {\n regular = parentPath.node;\n break;\n }\n regular = toNonOptional(parentPath, regular);\n current = parentPath;\n }\n\n let context: t.Identifier;\n const endParentPath = endPath.parentPath as NodePath;\n if (\n isMemberExpression(regular) &&\n endParentPath.isOptionalCallExpression({\n callee: endPath.node,\n optional: true,\n })\n ) {\n const { object } = regular;\n context = member.scope.maybeGenerateMemoised(object);\n if (context) {\n regular.object = assignmentExpression(\n \"=\",\n context,\n // object must not be Super when `context` is an identifier\n object as t.Expression,\n );\n }\n }\n\n let replacementPath: NodePath = endPath;\n if (isDeleteOperation) {\n replacementPath = endParentPath;\n regular = endParentPath.node;\n }\n\n const baseMemoised = baseNeedsMemoised\n ? assignmentExpression(\n \"=\",\n // When base needs memoised, the baseRef must be an identifier\n cloneNode(baseRef as t.Identifier),\n cloneNode(startingNode),\n )\n : cloneNode(baseRef);\n\n if (willEndPathCastToBoolean) {\n let nonNullishCheck;\n if (noDocumentAll) {\n nonNullishCheck = binaryExpression(\"!=\", baseMemoised, nullLiteral());\n } else {\n nonNullishCheck = logicalExpression(\n \"&&\",\n binaryExpression(\"!==\", baseMemoised, nullLiteral()),\n binaryExpression(\n \"!==\",\n cloneNode(baseRef),\n scope.buildUndefinedNode(),\n ),\n );\n }\n replacementPath.replaceWith(\n logicalExpression(\"&&\", nonNullishCheck, regular),\n );\n } else {\n let nullishCheck;\n if (noDocumentAll) {\n nullishCheck = binaryExpression(\"==\", baseMemoised, nullLiteral());\n } else {\n nullishCheck = logicalExpression(\n \"||\",\n binaryExpression(\"===\", baseMemoised, nullLiteral()),\n binaryExpression(\n \"===\",\n cloneNode(baseRef),\n scope.buildUndefinedNode(),\n ),\n );\n }\n\n replacementPath.replaceWith(\n conditionalExpression(\n nullishCheck,\n isDeleteOperation\n ? booleanLiteral(true)\n : scope.buildUndefinedNode(),\n regular,\n ),\n );\n }\n\n // context and isDeleteOperation can not be both truthy\n if (context) {\n const endParent = endParentPath.node as t.OptionalCallExpression;\n endParentPath.replaceWith(\n optionalCallExpression(\n optionalMemberExpression(\n endParent.callee,\n identifier(\"call\"),\n false,\n true,\n ),\n [cloneNode(context), ...endParent.arguments],\n false,\n ),\n );\n }\n\n return;\n }\n\n // MEMBER++ -> _set(MEMBER, (ref = _get(MEMBER), ref2 = ref++, ref)), ref2\n // ++MEMBER -> _set(MEMBER, (ref = _get(MEMBER), ++ref))\n if (isUpdateExpression(parent, { argument: node })) {\n if (this.simpleSet) {\n member.replaceWith(this.simpleSet(member));\n return;\n }\n\n const { operator, prefix } = parent;\n\n // Give the state handler a chance to memoise the member, since we'll\n // reference it twice. The second access (the set) should do the memo\n // assignment.\n this.memoise(member, 2);\n\n const ref = scope.generateUidIdentifierBasedOnNode(node);\n scope.push({ id: ref });\n\n const seq: t.Expression[] = [\n // ref = _get(MEMBER)\n assignmentExpression(\"=\", cloneNode(ref), this.get(member)),\n ];\n\n if (prefix) {\n seq.push(updateExpression(operator, cloneNode(ref), prefix));\n\n // (ref = _get(MEMBER), ++ref)\n const value = sequenceExpression(seq);\n parentPath.replaceWith(this.set(member, value));\n\n return;\n } else {\n const ref2 = scope.generateUidIdentifierBasedOnNode(node);\n scope.push({ id: ref2 });\n\n seq.push(\n assignmentExpression(\n \"=\",\n cloneNode(ref2),\n updateExpression(operator, cloneNode(ref), prefix),\n ),\n cloneNode(ref),\n );\n\n // (ref = _get(MEMBER), ref2 = ref++, ref)\n const value = sequenceExpression(seq);\n parentPath.replaceWith(\n sequenceExpression([this.set(member, value), cloneNode(ref2)]),\n );\n\n return;\n }\n }\n\n // MEMBER = VALUE -> _set(MEMBER, VALUE)\n // MEMBER += VALUE -> _set(MEMBER, _get(MEMBER) + VALUE)\n // MEMBER ??= VALUE -> _get(MEMBER) ?? _set(MEMBER, VALUE)\n if (parentPath.isAssignmentExpression({ left: node })) {\n if (this.simpleSet) {\n member.replaceWith(this.simpleSet(member));\n return;\n }\n\n const { operator, right: value } = parentPath.node;\n\n if (operator === \"=\") {\n parentPath.replaceWith(this.set(member, value));\n } else {\n const operatorTrunc = operator.slice(0, -1);\n if (LOGICAL_OPERATORS.includes(operatorTrunc)) {\n // Give the state handler a chance to memoise the member, since we'll\n // reference it twice. The first access (the get) should do the memo\n // assignment.\n this.memoise(member, 1);\n parentPath.replaceWith(\n logicalExpression(\n operatorTrunc as t.LogicalExpression[\"operator\"],\n this.get(member),\n this.set(member, value),\n ),\n );\n } else {\n // Here, the second access (the set) is evaluated first.\n this.memoise(member, 2);\n parentPath.replaceWith(\n this.set(\n member,\n binaryExpression(\n operatorTrunc as t.BinaryExpression[\"operator\"],\n this.get(member),\n value,\n ),\n ),\n );\n }\n }\n return;\n }\n\n // MEMBER(ARGS) -> _call(MEMBER, ARGS)\n if (parentPath.isCallExpression({ callee: node })) {\n parentPath.replaceWith(this.call(member, parentPath.node.arguments));\n return;\n }\n\n // MEMBER?.(ARGS) -> _optionalCall(MEMBER, ARGS)\n if (parentPath.isOptionalCallExpression({ callee: node })) {\n // Replace `function (a, x = a.b.#c?.()) {}` to `function (a, x = (() => a.b.#c?.())() ){}`\n // so the temporary variable can be injected in correct scope\n // This can be further optimized to avoid unecessary IIFE\n if (scope.path.isPattern()) {\n parentPath.replaceWith(\n // The injected member will be queued and eventually transformed when visited\n callExpression(arrowFunctionExpression([], parentPath.node), []),\n );\n return;\n }\n parentPath.replaceWith(\n this.optionalCall(member, parentPath.node.arguments),\n );\n return;\n }\n\n // for (MEMBER of ARR)\n // for (MEMBER in ARR)\n // { KEY: MEMBER } = OBJ -> { KEY: _destructureSet(MEMBER) } = OBJ\n // { KEY: MEMBER = _VALUE } = OBJ -> { KEY: _destructureSet(MEMBER) = _VALUE } = OBJ\n // {...MEMBER} -> {..._destructureSet(MEMBER)}\n //\n // [MEMBER] = ARR -> [_destructureSet(MEMBER)] = ARR\n // [MEMBER = _VALUE] = ARR -> [_destructureSet(MEMBER) = _VALUE] = ARR\n // [...MEMBER] -> [..._destructureSet(MEMBER)]\n if (\n // for (MEMBER of ARR)\n // for (MEMBER in ARR)\n parentPath.isForXStatement({ left: node }) ||\n // { KEY: MEMBER } = OBJ\n (parentPath.isObjectProperty({ value: node }) &&\n parentPath.parentPath.isObjectPattern()) ||\n // { KEY: MEMBER = _VALUE } = OBJ\n (parentPath.isAssignmentPattern({ left: node }) &&\n parentPath.parentPath.isObjectProperty({ value: parent }) &&\n parentPath.parentPath.parentPath.isObjectPattern()) ||\n // [MEMBER] = ARR\n parentPath.isArrayPattern() ||\n // [MEMBER = _VALUE] = ARR\n (parentPath.isAssignmentPattern({ left: node }) &&\n parentPath.parentPath.isArrayPattern()) ||\n // {...MEMBER}\n // [...MEMBER]\n parentPath.isRestElement()\n ) {\n member.replaceWith(this.destructureSet(member));\n return;\n }\n\n if (parentPath.isTaggedTemplateExpression()) {\n // MEMBER -> _get(MEMBER).bind(this)\n member.replaceWith(this.boundGet(member));\n } else {\n // MEMBER -> _get(MEMBER)\n member.replaceWith(this.get(member));\n }\n },\n};\n\nexport interface Handler {\n memoise?(\n this: HandlerState & State,\n member: Member,\n count: number,\n ): void;\n destructureSet(\n this: HandlerState & State,\n member: Member,\n ): t.Expression;\n boundGet(this: HandlerState & State, member: Member): t.Expression;\n simpleSet?(this: HandlerState & State, member: Member): t.Expression;\n get(this: HandlerState & State, member: Member): t.Expression;\n set(\n this: HandlerState & State,\n member: Member,\n value: t.Expression,\n ): t.Expression;\n call(\n this: HandlerState & State,\n member: Member,\n args: t.CallExpression[\"arguments\"],\n ): t.Expression;\n optionalCall(\n this: HandlerState & State,\n member: Member,\n args: t.OptionalCallExpression[\"arguments\"],\n ): t.Expression;\n}\n\nexport interface HandlerState extends Handler {\n handle(\n this: HandlerState & State,\n member: Member,\n noDocumentAll?: boolean,\n ): void;\n memoiser: AssignmentMemoiser;\n}\n\n// We do not provide a default traversal visitor\n// Instead, caller passes one, and must call `state.handle` on the members\n// it wishes to be transformed.\n// Additionally, the caller must pass in a state object with at least\n// get, set, and call methods.\n// Optionally, a memoise method may be defined on the state, which will be\n// called when the member is a self-referential update.\nexport default function memberExpressionToFunctions(\n path: NodePath,\n visitor: Visitor>,\n state: Handler & CustomState,\n) {\n path.traverse(visitor, {\n ...handle,\n ...state,\n memoiser: new AssignmentMemoiser(),\n });\n}\n"],"names":["willPathCastToBoolean","path","maybeWrapped","node","parentPath","isLogicalExpression","operator","right","isSequenceExpression","expressions","length","isConditional","test","isUnaryExpression","isLoop","LOGICAL_OPERATORS","arrowFunctionExpression","assignmentExpression","binaryExpression","booleanLiteral","callExpression","cloneNode","conditionalExpression","identifier","isMemberExpression","isOptionalCallExpression","isOptionalMemberExpression","isUpdateExpression","logicalExpression","memberExpression","nullLiteral","optionalCallExpression","optionalMemberExpression","sequenceExpression","updateExpression","AssignmentMemoiser","constructor","_map","WeakMap","has","key","get","record","value","count","set","toNonOptional","base","property","computed","callee","optional","object","context","scope","maybeGenerateMemoised","replaceWith","arguments","isInDetachedTree","isProgram","container","listKey","parentNode","handle","memoise","member","noDocumentAll","parent","endPath","find","isPattern","willEndPathCastToBoolean","rootParentPath","argument","isAssignmentExpression","left","buildCodeFrameError","isDeleteOperation","isPrivateName","startingOptional","Error","type","startingNode","baseNeedsMemoised","baseRef","parentIsOptionalCall","isOptionalCall","parentIsCall","isCallExpression","optionalCall","call","boundGet","regular","current","endParentPath","replacementPath","baseMemoised","nonNullishCheck","buildUndefinedNode","nullishCheck","endParent","simpleSet","prefix","ref","generateUidIdentifierBasedOnNode","push","id","seq","ref2","operatorTrunc","slice","includes","isForXStatement","isObjectProperty","isObjectPattern","isAssignmentPattern","isArrayPattern","isRestElement","destructureSet","isTaggedTemplateExpression","memberExpressionToFunctions","visitor","state","traverse","memoiser"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAiBO,SAASA,qBAAT,CAA+BC,IAA/B,EAAwD;EAC7D,MAAMC,YAAY,GAAGD,IAArB,CAAA;EACA,MAAM;IAAEE,IAAF;AAAQC,IAAAA,UAAAA;AAAR,GAAA,GAAuBF,YAA7B,CAAA;;AACA,EAAA,IAAIE,UAAU,CAACC,mBAAX,EAAJ,EAAsC;IACpC,MAAM;MAAEC,QAAF;AAAYC,MAAAA,KAAAA;KAAUH,GAAAA,UAAU,CAACD,IAAvC,CAAA;;AACA,IAAA,IACEG,QAAQ,KAAK,IAAb,IACAA,QAAQ,KAAK,IADb,IAECA,QAAQ,KAAK,IAAb,IAAqBH,IAAI,KAAKI,KAHjC,EAIE;MACA,OAAOP,qBAAqB,CAACI,UAAD,CAA5B,CAAA;AACD,KAAA;AACF,GAAA;;AACD,EAAA,IAAIA,UAAU,CAACI,oBAAX,EAAJ,EAAuC;IACrC,MAAM;AAAEC,MAAAA,WAAAA;KAAgBL,GAAAA,UAAU,CAACD,IAAnC,CAAA;;IACA,IAAIM,WAAW,CAACA,WAAW,CAACC,MAAZ,GAAqB,CAAtB,CAAX,KAAwCP,IAA5C,EAAkD;MAChD,OAAOH,qBAAqB,CAACI,UAAD,CAA5B,CAAA;AACD,KAFD,MAEO;AAIL,MAAA,OAAO,IAAP,CAAA;AACD,KAAA;AACF,GAAA;;EACD,OACEA,UAAU,CAACO,aAAX,CAAyB;AAAEC,IAAAA,IAAI,EAAET,IAAAA;AAAR,GAAzB,CACAC,IAAAA,UAAU,CAACS,iBAAX,CAA6B;AAAEP,IAAAA,QAAQ,EAAE,GAAA;AAAZ,GAA7B,CADA,IAEAF,UAAU,CAACU,MAAX,CAAkB;AAAEF,IAAAA,IAAI,EAAET,IAAAA;AAAR,GAAlB,CAHF,CAAA;AAKD;;;EC5CCY;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;AACAC,EAAAA,gBAAAA;;;AAKF,MAAMC,kBAAN,CAAyB;AAEvBC,EAAAA,WAAW,GAAG;AAAA,IAAA,IAAA,CADNC,IACM,GAAA,KAAA,CAAA,CAAA;AACZ,IAAA,IAAA,CAAKA,IAAL,GAAY,IAAIC,OAAJ,EAAZ,CAAA;AACD,GAAA;;EAEDC,GAAG,CAACC,GAAD,EAAoB;AACrB,IAAA,OAAO,KAAKH,IAAL,CAAUE,GAAV,CAAcC,GAAd,CAAP,CAAA;AACD,GAAA;;EAEDC,GAAG,CAACD,GAAD,EAAoB;AACrB,IAAA,IAAI,CAAC,IAAKD,CAAAA,GAAL,CAASC,GAAT,CAAL,EAAoB,OAAA;;IAEpB,MAAME,MAAM,GAAG,IAAKL,CAAAA,IAAL,CAAUI,GAAV,CAAcD,GAAd,CAAf,CAAA;;IACA,MAAM;AAAEG,MAAAA,KAAAA;AAAF,KAAA,GAAYD,MAAlB,CAAA;AAEAA,IAAAA,MAAM,CAACE,KAAP,EAAA,CAAA;;AACA,IAAA,IAAIF,MAAM,CAACE,KAAP,KAAiB,CAArB,EAAwB;AAGtB,MAAA,OAAO3B,oBAAoB,CAAC,GAAD,EAAM0B,KAAN,EAAaH,GAAb,CAA3B,CAAA;AACD,KAAA;;AACD,IAAA,OAAOG,KAAP,CAAA;AACD,GAAA;;AAEDE,EAAAA,GAAG,CAACL,GAAD,EAAoBG,KAApB,EAAyCC,KAAzC,EAAwD;AACzD,IAAA,OAAO,KAAKP,IAAL,CAAUQ,GAAV,CAAcL,GAAd,EAAmB;MAAEI,KAAF;AAASD,MAAAA,KAAAA;AAAT,KAAnB,CAAP,CAAA;AACD,GAAA;;AA3BsB,CAAA;;AA8BzB,SAASG,aAAT,CACE7C,IADF,EAEE8C,IAFF,EAGgB;EACd,MAAM;AAAE5C,IAAAA,IAAAA;AAAF,GAAA,GAAWF,IAAjB,CAAA;;AACA,EAAA,IAAIyB,0BAA0B,CAACvB,IAAD,CAA9B,EAAsC;IACpC,OAAO0B,gBAAgB,CAACkB,IAAD,EAAO5C,IAAI,CAAC6C,QAAZ,EAAsB7C,IAAI,CAAC8C,QAA3B,CAAvB,CAAA;AACD,GAAA;;AAED,EAAA,IAAIhD,IAAI,CAACwB,wBAAL,EAAJ,EAAqC;AACnC,IAAA,MAAMyB,MAAM,GAAGjD,IAAI,CAACwC,GAAL,CAAS,QAAT,CAAf,CAAA;;IACA,IAAIxC,IAAI,CAACE,IAAL,CAAUgD,QAAV,IAAsBD,MAAM,CAACxB,0BAAP,EAA1B,EAA+D;AAE7D,MAAA,MAAM0B,MAAM,GAAGF,MAAM,CAAC/C,IAAP,CAAYiD,MAA3B,CAAA;MACA,MAAMC,OAAO,GAAGpD,IAAI,CAACqD,KAAL,CAAWC,qBAAX,CAAiCH,MAAjC,CAAhB,CAAA;AACAF,MAAAA,MAAM,CACHT,GADH,CACO,QADP,EAEGe,WAFH,CAEevC,oBAAoB,CAAC,GAAD,EAAMoC,OAAN,EAAeD,MAAf,CAFnC,CAAA,CAAA;MAIA,OAAOhC,cAAc,CAACS,gBAAgB,CAACkB,IAAD,EAAOxB,UAAU,CAAC,MAAD,CAAjB,CAAjB,EAA6C,CAChE8B,OADgE,EAEhE,GAAGpD,IAAI,CAACE,IAAL,CAAUsD,SAFmD,CAA7C,CAArB,CAAA;AAID,KAAA;;IAED,OAAOrC,cAAc,CAAC2B,IAAD,EAAO9C,IAAI,CAACE,IAAL,CAAUsD,SAAjB,CAArB,CAAA;AACD,GAAA;;EAED,OAAOxD,IAAI,CAACE,IAAZ,CAAA;AACD,CAAA;;AAMD,SAASuD,gBAAT,CAA0BzD,IAA1B,EAA0C;AACxC,EAAA,OAAOA,IAAP,EAAa;AACX,IAAA,IAAIA,IAAI,CAAC0D,SAAL,EAAJ,EAAsB,MAAA;IAEtB,MAAM;MAAEvD,UAAF;MAAcwD,SAAd;AAAyBC,MAAAA,OAAAA;AAAzB,KAAA,GAAqC5D,IAA3C,CAAA;AACA,IAAA,MAAM6D,UAAU,GAAG1D,UAAU,CAACD,IAA9B,CAAA;;AACA,IAAA,IAAI0D,OAAJ,EAAa;AACX,MAAA,IACED,SAAS,KAETE,UAAU,CAACD,OAAD,CAHZ,EAIE;AACA,QAAA,OAAO,IAAP,CAAA;AACD,OAAA;AACF,KARD,MAQO;AACL,MAAA,IAAID,SAAS,KAAKE,UAAlB,EAA8B,OAAO,IAAP,CAAA;AAC/B,KAAA;;AAED7D,IAAAA,IAAI,GAAGG,UAAP,CAAA;AACD,GAAA;;AAED,EAAA,OAAO,KAAP,CAAA;AACD,CAAA;;AAID,MAAM2D,MAAM,GAAG;EACbC,OAAO,GAAG,EADG;;AAKbD,EAAAA,MAAM,CAAqBE,MAArB,EAAqCC,aAArC,EAA6D;IACjE,MAAM;MAAE/D,IAAF;MAAQgE,MAAR;MAAgB/D,UAAhB;AAA4BkD,MAAAA,KAAAA;AAA5B,KAAA,GAAsCW,MAA5C,CAAA;;AAEA,IAAA,IAAIA,MAAM,CAACvC,0BAAP,EAAJ,EAAyC;AAEvC,MAAA,IAAIgC,gBAAgB,CAACO,MAAD,CAApB,EAA8B,OAAA;AAW9B,MAAA,MAAMG,OAAO,GAAGH,MAAM,CAACI,IAAP,CAAY,CAAC;QAAElE,IAAF;AAAQgE,QAAAA,MAAAA;AAAR,OAAD,KAAsB;AAChD,QAAA,IAAIzC,0BAA0B,CAACyC,MAAD,CAA9B,EAAwC;UAItC,OAAOA,MAAM,CAAChB,QAAP,IAAmBgB,MAAM,CAACf,MAAP,KAAkBjD,IAA5C,CAAA;AACD,SAAA;;AACD,QAAA,IAAIsB,wBAAwB,CAAC0C,MAAD,CAA5B,EAAsC;AAIpC,UAAA,OAEGhE,IAAI,KAAK8D,MAAM,CAAC9D,IAAhB,IAAwBgE,MAAM,CAAChB,QAAhC,IAA6CgB,MAAM,CAACjB,MAAP,KAAkB/C,IAFjE,CAAA;AAID,SAAA;;AACD,QAAA,OAAO,IAAP,CAAA;AACD,OAjBe,CAAhB,CAAA;;AAsBA,MAAA,IAAImD,KAAK,CAACrD,IAAN,CAAWqE,SAAX,EAAJ,EAA4B;AAC1BF,QAAAA,OAAO,CAACZ,WAAR,CAEEpC,cAAc,CAACJ,uBAAuB,CAAC,EAAD,EAAKoD,OAAO,CAACjE,IAAb,CAAxB,EAA4C,EAA5C,CAFhB,CAAA,CAAA;AAIA,QAAA,OAAA;AACD,OAAA;;AAED,MAAA,MAAMoE,wBAAwB,GAAGvE,qBAAqB,CAACoE,OAAD,CAAtD,CAAA;AAEA,MAAA,MAAMI,cAAc,GAAGJ,OAAO,CAAChE,UAA/B,CAAA;;MACA,IACEoE,cAAc,CAAC7C,kBAAf,CAAkC;AAAE8C,QAAAA,QAAQ,EAAEtE,IAAAA;AAAZ,OAAlC,CACAqE,IAAAA,cAAc,CAACE,sBAAf,CAAsC;AAAEC,QAAAA,IAAI,EAAExE,IAAAA;AAAR,OAAtC,CAFF,EAGE;AACA,QAAA,MAAM8D,MAAM,CAACW,mBAAP,CAA4B,yBAA5B,CAAN,CAAA;AACD,OAAA;;AACD,MAAA,MAAMC,iBAAiB,GAAGL,cAAc,CAAC3D,iBAAf,CAAiC;AACzDP,QAAAA,QAAQ,EAAE,QAAA;AAD+C,OAAjC,CAA1B,CAAA;;AAGA,MAAA,IACEuE,iBAAiB,IACjBT,OAAO,CAAC1C,0BAAR,EADA,IAEA0C,OAAO,CAAC3B,GAAR,CAAY,UAAZ,CAAwBqC,CAAAA,aAAxB,EAHF,EAIE;AAGA,QAAA,MAAMb,MAAM,CAACW,mBAAP,CACH,sCADG,CAAN,CAAA;AAGD,OAAA;;MAUD,IAAIG,gBAAwC,GAAGd,MAA/C,CAAA;;MACA,SAAS;AACP,QAAA,IAAIc,gBAAgB,CAACrD,0BAAjB,EAAJ,EAAmD;AACjD,UAAA,IAAIqD,gBAAgB,CAAC5E,IAAjB,CAAsBgD,QAA1B,EAAoC,MAAA;AACpC4B,UAAAA,gBAAgB,GAAGA,gBAAgB,CAACtC,GAAjB,CAAqB,QAArB,CAAnB,CAAA;AACA,UAAA,SAAA;AACD,SAJD,MAIO,IAAIsC,gBAAgB,CAACtD,wBAAjB,EAAJ,EAAiD;AACtD,UAAA,IAAIsD,gBAAgB,CAAC5E,IAAjB,CAAsBgD,QAA1B,EAAoC,MAAA;AACpC4B,UAAAA,gBAAgB,GAAGA,gBAAgB,CAACtC,GAAjB,CAAqB,QAArB,CAAnB,CAAA;AACA,UAAA,SAAA;AACD,SAAA;;QAED,MAAM,IAAIuC,KAAJ,CACH,CAA6BD,2BAAAA,EAAAA,gBAAgB,CAAC5E,IAAjB,CAAsB8E,IAAK,CAAA,CADrD,CAAN,CAAA;AAGD,OAAA;;AAGD,MAAA,MAAMC,YAAY,GAAGH,gBAAgB,CAACrD,0BAAjB,KAEjBqD,gBAAgB,CAAC5E,IAAjB,CAAsBiD,MAFL,GAIjB2B,gBAAgB,CAAC5E,IAAjB,CAAsB+C,MAJ1B,CAAA;AAKA,MAAA,MAAMiC,iBAAiB,GAAG7B,KAAK,CAACC,qBAAN,CAA4B2B,YAA5B,CAA1B,CAAA;AACA,MAAA,MAAME,OAAO,GAAGD,iBAAH,IAAGA,IAAAA,GAAAA,iBAAH,GAAwBD,YAArC,CAAA;AAIA,MAAA,MAAMG,oBAAoB,GAAGjF,UAAU,CAACqB,wBAAX,CAAoC;AAC/DyB,QAAAA,MAAM,EAAE/C,IAAAA;AADuD,OAApC,CAA7B,CAAA;;AAMA,MAAA,MAAMmF,cAAc,GAClBnB,MADqB,IAEkBkB,oBAFzC,CAAA;;AAIA,MAAA,MAAME,YAAY,GAAGnF,UAAU,CAACoF,gBAAX,CAA4B;AAAEtC,QAAAA,MAAM,EAAE/C,IAAAA;AAAV,OAA5B,CAArB,CAAA;MACA4E,gBAAgB,CAACvB,WAAjB,CAA6BV,aAAa,CAACiC,gBAAD,EAAmBK,OAAnB,CAA1C,CAAA,CAAA;;AACA,MAAA,IAAIE,cAAc,CAAA,CAAlB,EAA4B;QAC1B,IAAInB,MAAM,CAAChB,QAAX,EAAqB;UACnB/C,UAAU,CAACoD,WAAX,CAAuB,IAAKiC,CAAAA,YAAL,CAAkBxB,MAAlB,EAA0BE,MAAM,CAACV,SAAjC,CAAvB,CAAA,CAAA;AACD,SAFD,MAEO;UACLrD,UAAU,CAACoD,WAAX,CAAuB,IAAKkC,CAAAA,IAAL,CAAUzB,MAAV,EAAkBE,MAAM,CAACV,SAAzB,CAAvB,CAAA,CAAA;AACD,SAAA;OALH,MAMO,IAAI8B,YAAJ,EAAkB;AAEvBtB,QAAAA,MAAM,CAACT,WAAP,CAAmB,KAAKmC,QAAL,CAAc1B,MAAd,CAAnB,CAAA,CAAA;AACD,OAHM,MAGA;AACLA,QAAAA,MAAM,CAACT,WAAP,CAAmB,KAAKf,GAAL,CAASwB,MAAT,CAAnB,CAAA,CAAA;AACD,OAAA;;AAED,MAAA,IAAI2B,OAAqB,GAAG3B,MAAM,CAAC9D,IAAnC,CAAA;;MACA,KAAK,IAAI0F,OAAiB,GAAG5B,MAA7B,EAAqC4B,OAAO,KAAKzB,OAAjD,GAA4D;AAC1D,QAAA,MAAMhE,UAAU,GAAGyF,OAAO,CAACzF,UAA3B,CAAA;;AAEA,QAAA,IACEA,UAAU,KAAKgE,OAAf,IACAkB,cAAc,CAAA,CADd,IAEAnB,MAAM,CAAChB,QAHT,EAIE;UACAyC,OAAO,GAAGxF,UAAU,CAACD,IAArB,CAAA;AACA,UAAA,MAAA;AACD,SAAA;;AACDyF,QAAAA,OAAO,GAAG9C,aAAa,CAAC1C,UAAD,EAAawF,OAAb,CAAvB,CAAA;AACAC,QAAAA,OAAO,GAAGzF,UAAV,CAAA;AACD,OAAA;;AAED,MAAA,IAAIiD,OAAJ,CAAA;AACA,MAAA,MAAMyC,aAAa,GAAG1B,OAAO,CAAChE,UAA9B,CAAA;;MACA,IACEoB,kBAAkB,CAACoE,OAAD,CAAlB,IACAE,aAAa,CAACrE,wBAAd,CAAuC;QACrCyB,MAAM,EAAEkB,OAAO,CAACjE,IADqB;AAErCgD,QAAAA,QAAQ,EAAE,IAAA;AAF2B,OAAvC,CAFF,EAME;QACA,MAAM;AAAEC,UAAAA,MAAAA;AAAF,SAAA,GAAawC,OAAnB,CAAA;QACAvC,OAAO,GAAGY,MAAM,CAACX,KAAP,CAAaC,qBAAb,CAAmCH,MAAnC,CAAV,CAAA;;AACA,QAAA,IAAIC,OAAJ,EAAa;UACXuC,OAAO,CAACxC,MAAR,GAAiBnC,oBAAoB,CACnC,GADmC,EAEnCoC,OAFmC,EAInCD,MAJmC,CAArC,CAAA;AAMD,SAAA;AACF,OAAA;;MAED,IAAI2C,eAAyB,GAAG3B,OAAhC,CAAA;;AACA,MAAA,IAAIS,iBAAJ,EAAuB;AACrBkB,QAAAA,eAAe,GAAGD,aAAlB,CAAA;QACAF,OAAO,GAAGE,aAAa,CAAC3F,IAAxB,CAAA;AACD,OAAA;;MAED,MAAM6F,YAAY,GAAGb,iBAAiB,GAClClE,oBAAoB,CAClB,GADkB,EAGlBI,SAAS,CAAC+D,OAAD,CAHS,EAIlB/D,SAAS,CAAC6D,YAAD,CAJS,CADc,GAOlC7D,SAAS,CAAC+D,OAAD,CAPb,CAAA;;AASA,MAAA,IAAIb,wBAAJ,EAA8B;AAC5B,QAAA,IAAI0B,eAAJ,CAAA;;AACA,QAAA,IAAI/B,aAAJ,EAAmB;UACjB+B,eAAe,GAAG/E,gBAAgB,CAAC,IAAD,EAAO8E,YAAP,EAAqBlE,WAAW,EAAhC,CAAlC,CAAA;AACD,SAFD,MAEO;AACLmE,UAAAA,eAAe,GAAGrE,iBAAiB,CACjC,IADiC,EAEjCV,gBAAgB,CAAC,KAAD,EAAQ8E,YAAR,EAAsBlE,WAAW,EAAjC,CAFiB,EAGjCZ,gBAAgB,CACd,KADc,EAEdG,SAAS,CAAC+D,OAAD,CAFK,EAGd9B,KAAK,CAAC4C,kBAAN,EAHc,CAHiB,CAAnC,CAAA;AASD,SAAA;;QACDH,eAAe,CAACvC,WAAhB,CACE5B,iBAAiB,CAAC,IAAD,EAAOqE,eAAP,EAAwBL,OAAxB,CADnB,CAAA,CAAA;AAGD,OAlBD,MAkBO;AACL,QAAA,IAAIO,YAAJ,CAAA;;AACA,QAAA,IAAIjC,aAAJ,EAAmB;UACjBiC,YAAY,GAAGjF,gBAAgB,CAAC,IAAD,EAAO8E,YAAP,EAAqBlE,WAAW,EAAhC,CAA/B,CAAA;AACD,SAFD,MAEO;AACLqE,UAAAA,YAAY,GAAGvE,iBAAiB,CAC9B,IAD8B,EAE9BV,gBAAgB,CAAC,KAAD,EAAQ8E,YAAR,EAAsBlE,WAAW,EAAjC,CAFc,EAG9BZ,gBAAgB,CACd,KADc,EAEdG,SAAS,CAAC+D,OAAD,CAFK,EAGd9B,KAAK,CAAC4C,kBAAN,EAHc,CAHc,CAAhC,CAAA;AASD,SAAA;;QAEDH,eAAe,CAACvC,WAAhB,CACElC,qBAAqB,CACnB6E,YADmB,EAEnBtB,iBAAiB,GACb1D,cAAc,CAAC,IAAD,CADD,GAEbmC,KAAK,CAAC4C,kBAAN,EAJe,EAKnBN,OALmB,CADvB,CAAA,CAAA;AASD,OAAA;;AAGD,MAAA,IAAIvC,OAAJ,EAAa;AACX,QAAA,MAAM+C,SAAS,GAAGN,aAAa,CAAC3F,IAAhC,CAAA;AACA2F,QAAAA,aAAa,CAACtC,WAAd,CACEzB,sBAAsB,CACpBC,wBAAwB,CACtBoE,SAAS,CAAClD,MADY,EAEtB3B,UAAU,CAAC,MAAD,CAFY,EAGtB,KAHsB,EAItB,IAJsB,CADJ,EAOpB,CAACF,SAAS,CAACgC,OAAD,CAAV,EAAqB,GAAG+C,SAAS,CAAC3C,SAAlC,CAPoB,EAQpB,KARoB,CADxB,CAAA,CAAA;AAYD,OAAA;;AAED,MAAA,OAAA;AACD,KAAA;;IAID,IAAI9B,kBAAkB,CAACwC,MAAD,EAAS;AAAEM,MAAAA,QAAQ,EAAEtE,IAAAA;AAAZ,KAAT,CAAtB,EAAoD;MAClD,IAAI,IAAA,CAAKkG,SAAT,EAAoB;AAClBpC,QAAAA,MAAM,CAACT,WAAP,CAAmB,KAAK6C,SAAL,CAAepC,MAAf,CAAnB,CAAA,CAAA;AACA,QAAA,OAAA;AACD,OAAA;;MAED,MAAM;QAAE3D,QAAF;AAAYgG,QAAAA,MAAAA;AAAZ,OAAA,GAAuBnC,MAA7B,CAAA;AAKA,MAAA,IAAA,CAAKH,OAAL,CAAaC,MAAb,EAAqB,CAArB,CAAA,CAAA;AAEA,MAAA,MAAMsC,GAAG,GAAGjD,KAAK,CAACkD,gCAAN,CAAuCrG,IAAvC,CAAZ,CAAA;MACAmD,KAAK,CAACmD,IAAN,CAAW;AAAEC,QAAAA,EAAE,EAAEH,GAAAA;OAAjB,CAAA,CAAA;AAEA,MAAA,MAAMI,GAAmB,GAAG,CAE1B1F,oBAAoB,CAAC,GAAD,EAAMI,SAAS,CAACkF,GAAD,CAAf,EAAsB,IAAK9D,CAAAA,GAAL,CAASwB,MAAT,CAAtB,CAFM,CAA5B,CAAA;;AAKA,MAAA,IAAIqC,MAAJ,EAAY;AACVK,QAAAA,GAAG,CAACF,IAAJ,CAASvE,gBAAgB,CAAC5B,QAAD,EAAWe,SAAS,CAACkF,GAAD,CAApB,EAA2BD,MAA3B,CAAzB,CAAA,CAAA;AAGA,QAAA,MAAM3D,KAAK,GAAGV,kBAAkB,CAAC0E,GAAD,CAAhC,CAAA;QACAvG,UAAU,CAACoD,WAAX,CAAuB,IAAA,CAAKX,GAAL,CAASoB,MAAT,EAAiBtB,KAAjB,CAAvB,CAAA,CAAA;AAEA,QAAA,OAAA;AACD,OARD,MAQO;AACL,QAAA,MAAMiE,IAAI,GAAGtD,KAAK,CAACkD,gCAAN,CAAuCrG,IAAvC,CAAb,CAAA;QACAmD,KAAK,CAACmD,IAAN,CAAW;AAAEC,UAAAA,EAAE,EAAEE,IAAAA;SAAjB,CAAA,CAAA;AAEAD,QAAAA,GAAG,CAACF,IAAJ,CACExF,oBAAoB,CAClB,GADkB,EAElBI,SAAS,CAACuF,IAAD,CAFS,EAGlB1E,gBAAgB,CAAC5B,QAAD,EAAWe,SAAS,CAACkF,GAAD,CAApB,EAA2BD,MAA3B,CAHE,CADtB,EAMEjF,SAAS,CAACkF,GAAD,CANX,CAAA,CAAA;AAUA,QAAA,MAAM5D,KAAK,GAAGV,kBAAkB,CAAC0E,GAAD,CAAhC,CAAA;AACAvG,QAAAA,UAAU,CAACoD,WAAX,CACEvB,kBAAkB,CAAC,CAAC,KAAKY,GAAL,CAASoB,MAAT,EAAiBtB,KAAjB,CAAD,EAA0BtB,SAAS,CAACuF,IAAD,CAAnC,CAAD,CADpB,CAAA,CAAA;AAIA,QAAA,OAAA;AACD,OAAA;AACF,KAAA;;IAKD,IAAIxG,UAAU,CAACsE,sBAAX,CAAkC;AAAEC,MAAAA,IAAI,EAAExE,IAAAA;AAAR,KAAlC,CAAJ,EAAuD;MACrD,IAAI,IAAA,CAAKkG,SAAT,EAAoB;AAClBpC,QAAAA,MAAM,CAACT,WAAP,CAAmB,KAAK6C,SAAL,CAAepC,MAAf,CAAnB,CAAA,CAAA;AACA,QAAA,OAAA;AACD,OAAA;;MAED,MAAM;QAAE3D,QAAF;AAAYC,QAAAA,KAAK,EAAEoC,KAAAA;OAAUvC,GAAAA,UAAU,CAACD,IAA9C,CAAA;;MAEA,IAAIG,QAAQ,KAAK,GAAjB,EAAsB;QACpBF,UAAU,CAACoD,WAAX,CAAuB,IAAA,CAAKX,GAAL,CAASoB,MAAT,EAAiBtB,KAAjB,CAAvB,CAAA,CAAA;AACD,OAFD,MAEO;QACL,MAAMkE,aAAa,GAAGvG,QAAQ,CAACwG,KAAT,CAAe,CAAf,EAAkB,CAAC,CAAnB,CAAtB,CAAA;;AACA,QAAA,IAAI/F,iBAAiB,CAACgG,QAAlB,CAA2BF,aAA3B,CAAJ,EAA+C;AAI7C,UAAA,IAAA,CAAK7C,OAAL,CAAaC,MAAb,EAAqB,CAArB,CAAA,CAAA;UACA7D,UAAU,CAACoD,WAAX,CACE5B,iBAAiB,CACfiF,aADe,EAEf,KAAKpE,GAAL,CAASwB,MAAT,CAFe,EAGf,KAAKpB,GAAL,CAASoB,MAAT,EAAiBtB,KAAjB,CAHe,CADnB,CAAA,CAAA;AAOD,SAZD,MAYO;AAEL,UAAA,IAAA,CAAKqB,OAAL,CAAaC,MAAb,EAAqB,CAArB,CAAA,CAAA;UACA7D,UAAU,CAACoD,WAAX,CACE,IAAA,CAAKX,GAAL,CACEoB,MADF,EAEE/C,gBAAgB,CACd2F,aADc,EAEd,IAAA,CAAKpE,GAAL,CAASwB,MAAT,CAFc,EAGdtB,KAHc,CAFlB,CADF,CAAA,CAAA;AAUD,SAAA;AACF,OAAA;;AACD,MAAA,OAAA;AACD,KAAA;;IAGD,IAAIvC,UAAU,CAACoF,gBAAX,CAA4B;AAAEtC,MAAAA,MAAM,EAAE/C,IAAAA;AAAV,KAA5B,CAAJ,EAAmD;AACjDC,MAAAA,UAAU,CAACoD,WAAX,CAAuB,IAAA,CAAKkC,IAAL,CAAUzB,MAAV,EAAkB7D,UAAU,CAACD,IAAX,CAAgBsD,SAAlC,CAAvB,CAAA,CAAA;AACA,MAAA,OAAA;AACD,KAAA;;IAGD,IAAIrD,UAAU,CAACqB,wBAAX,CAAoC;AAAEyB,MAAAA,MAAM,EAAE/C,IAAAA;AAAV,KAApC,CAAJ,EAA2D;AAIzD,MAAA,IAAImD,KAAK,CAACrD,IAAN,CAAWqE,SAAX,EAAJ,EAA4B;AAC1BlE,QAAAA,UAAU,CAACoD,WAAX,CAEEpC,cAAc,CAACJ,uBAAuB,CAAC,EAAD,EAAKZ,UAAU,CAACD,IAAhB,CAAxB,EAA+C,EAA/C,CAFhB,CAAA,CAAA;AAIA,QAAA,OAAA;AACD,OAAA;;AACDC,MAAAA,UAAU,CAACoD,WAAX,CACE,IAAA,CAAKiC,YAAL,CAAkBxB,MAAlB,EAA0B7D,UAAU,CAACD,IAAX,CAAgBsD,SAA1C,CADF,CAAA,CAAA;AAGA,MAAA,OAAA;AACD,KAAA;;IAWD,IAGErD,UAAU,CAAC4G,eAAX,CAA2B;AAAErC,MAAAA,IAAI,EAAExE,IAAAA;AAAR,KAA3B,CAECC,IAAAA,UAAU,CAAC6G,gBAAX,CAA4B;AAAEtE,MAAAA,KAAK,EAAExC,IAAAA;KAArC,CAAA,IACCC,UAAU,CAACA,UAAX,CAAsB8G,eAAtB,EAHF,IAKC9G,UAAU,CAAC+G,mBAAX,CAA+B;AAAExC,MAAAA,IAAI,EAAExE,IAAAA;AAAR,KAA/B,KACCC,UAAU,CAACA,UAAX,CAAsB6G,gBAAtB,CAAuC;AAAEtE,MAAAA,KAAK,EAAEwB,MAAAA;AAAT,KAAvC,CADD,IAEC/D,UAAU,CAACA,UAAX,CAAsBA,UAAtB,CAAiC8G,eAAjC,EAPF,IASA9G,UAAU,CAACgH,cAAX,EATA,IAWChH,UAAU,CAAC+G,mBAAX,CAA+B;AAAExC,MAAAA,IAAI,EAAExE,IAAAA;AAAR,KAA/B,CACCC,IAAAA,UAAU,CAACA,UAAX,CAAsBgH,cAAtB,EAZF,IAeAhH,UAAU,CAACiH,aAAX,EAlBF,EAmBE;AACApD,MAAAA,MAAM,CAACT,WAAP,CAAmB,KAAK8D,cAAL,CAAoBrD,MAApB,CAAnB,CAAA,CAAA;AACA,MAAA,OAAA;AACD,KAAA;;AAED,IAAA,IAAI7D,UAAU,CAACmH,0BAAX,EAAJ,EAA6C;AAE3CtD,MAAAA,MAAM,CAACT,WAAP,CAAmB,KAAKmC,QAAL,CAAc1B,MAAd,CAAnB,CAAA,CAAA;AACD,KAHD,MAGO;AAELA,MAAAA,MAAM,CAACT,WAAP,CAAmB,KAAKf,GAAL,CAASwB,MAAT,CAAnB,CAAA,CAAA;AACD,KAAA;AACF,GAAA;;AAhaY,CAAf,CAAA;AAide,SAASuD,2BAAT,CACbvH,IADa,EAEbwH,OAFa,EAGbC,KAHa,EAIb;AACAzH,EAAAA,IAAI,CAAC0H,QAAL,CAAcF,OAAd,EACK1D,MAAAA,CAAAA,MAAAA,CAAAA,EAAAA,EAAAA,MADL,EAEK2D,KAFL,EAAA;IAGEE,QAAQ,EAAE,IAAIzF,kBAAJ,EAAA;AAHZ,GAAA,CAAA,CAAA,CAAA;AAKD;;;;"} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-member-expression-to-functions/package.json b/FantasticAnimals/node_modules/@babel/helper-member-expression-to-functions/package.json new file mode 100644 index 0000000..3d73b46 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-member-expression-to-functions/package.json @@ -0,0 +1,27 @@ +{ + "name": "@babel/helper-member-expression-to-functions", + "version": "7.18.9", + "description": "Helper function to replace certain member expressions with function calls", + "repository": { + "type": "git", + "url": "https://github.com/babel/babel.git", + "directory": "packages/babel-helper-member-expression-to-functions" + }, + "homepage": "https://babel.dev/docs/en/next/babel-helper-member-expression-to-functions", + "license": "MIT", + "publishConfig": { + "access": "public" + }, + "main": "./lib/index.js", + "author": "The Babel Team (https://babel.dev/team)", + "dependencies": { + "@babel/types": "^7.18.9" + }, + "devDependencies": { + "@babel/traverse": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "type": "commonjs" +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-module-imports/LICENSE b/FantasticAnimals/node_modules/@babel/helper-module-imports/LICENSE new file mode 100644 index 0000000..f31575e --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-module-imports/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +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/FantasticAnimals/node_modules/@babel/helper-module-imports/README.md b/FantasticAnimals/node_modules/@babel/helper-module-imports/README.md new file mode 100644 index 0000000..933c5b7 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-module-imports/README.md @@ -0,0 +1,19 @@ +# @babel/helper-module-imports + +> Babel helper functions for inserting module loads + +See our website [@babel/helper-module-imports](https://babeljs.io/docs/en/babel-helper-module-imports) for more information. + +## Install + +Using npm: + +```sh +npm install --save @babel/helper-module-imports +``` + +or using yarn: + +```sh +yarn add @babel/helper-module-imports +``` diff --git a/FantasticAnimals/node_modules/@babel/helper-module-imports/lib/import-builder.js b/FantasticAnimals/node_modules/@babel/helper-module-imports/lib/import-builder.js new file mode 100644 index 0000000..907f6fd --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-module-imports/lib/import-builder.js @@ -0,0 +1,164 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = void 0; + +var _assert = require("assert"); + +var _t = require("@babel/types"); + +const { + callExpression, + cloneNode, + expressionStatement, + identifier, + importDeclaration, + importDefaultSpecifier, + importNamespaceSpecifier, + importSpecifier, + memberExpression, + stringLiteral, + variableDeclaration, + variableDeclarator +} = _t; + +class ImportBuilder { + constructor(importedSource, scope, hub) { + this._statements = []; + this._resultName = null; + this._importedSource = void 0; + this._scope = scope; + this._hub = hub; + this._importedSource = importedSource; + } + + done() { + return { + statements: this._statements, + resultName: this._resultName + }; + } + + import() { + this._statements.push(importDeclaration([], stringLiteral(this._importedSource))); + + return this; + } + + require() { + this._statements.push(expressionStatement(callExpression(identifier("require"), [stringLiteral(this._importedSource)]))); + + return this; + } + + namespace(name = "namespace") { + const local = this._scope.generateUidIdentifier(name); + + const statement = this._statements[this._statements.length - 1]; + + _assert(statement.type === "ImportDeclaration"); + + _assert(statement.specifiers.length === 0); + + statement.specifiers = [importNamespaceSpecifier(local)]; + this._resultName = cloneNode(local); + return this; + } + + default(name) { + const id = this._scope.generateUidIdentifier(name); + + const statement = this._statements[this._statements.length - 1]; + + _assert(statement.type === "ImportDeclaration"); + + _assert(statement.specifiers.length === 0); + + statement.specifiers = [importDefaultSpecifier(id)]; + this._resultName = cloneNode(id); + return this; + } + + named(name, importName) { + if (importName === "default") return this.default(name); + + const id = this._scope.generateUidIdentifier(name); + + const statement = this._statements[this._statements.length - 1]; + + _assert(statement.type === "ImportDeclaration"); + + _assert(statement.specifiers.length === 0); + + statement.specifiers = [importSpecifier(id, identifier(importName))]; + this._resultName = cloneNode(id); + return this; + } + + var(name) { + const id = this._scope.generateUidIdentifier(name); + + let statement = this._statements[this._statements.length - 1]; + + if (statement.type !== "ExpressionStatement") { + _assert(this._resultName); + + statement = expressionStatement(this._resultName); + + this._statements.push(statement); + } + + this._statements[this._statements.length - 1] = variableDeclaration("var", [variableDeclarator(id, statement.expression)]); + this._resultName = cloneNode(id); + return this; + } + + defaultInterop() { + return this._interop(this._hub.addHelper("interopRequireDefault")); + } + + wildcardInterop() { + return this._interop(this._hub.addHelper("interopRequireWildcard")); + } + + _interop(callee) { + const statement = this._statements[this._statements.length - 1]; + + if (statement.type === "ExpressionStatement") { + statement.expression = callExpression(callee, [statement.expression]); + } else if (statement.type === "VariableDeclaration") { + _assert(statement.declarations.length === 1); + + statement.declarations[0].init = callExpression(callee, [statement.declarations[0].init]); + } else { + _assert.fail("Unexpected type."); + } + + return this; + } + + prop(name) { + const statement = this._statements[this._statements.length - 1]; + + if (statement.type === "ExpressionStatement") { + statement.expression = memberExpression(statement.expression, identifier(name)); + } else if (statement.type === "VariableDeclaration") { + _assert(statement.declarations.length === 1); + + statement.declarations[0].init = memberExpression(statement.declarations[0].init, identifier(name)); + } else { + _assert.fail("Unexpected type:" + statement.type); + } + + return this; + } + + read(name) { + this._resultName = memberExpression(this._resultName, identifier(name)); + } + +} + +exports.default = ImportBuilder; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-module-imports/lib/import-injector.js b/FantasticAnimals/node_modules/@babel/helper-module-imports/lib/import-injector.js new file mode 100644 index 0000000..cb3bf59 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-module-imports/lib/import-injector.js @@ -0,0 +1,280 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = void 0; + +var _assert = require("assert"); + +var _t = require("@babel/types"); + +var _importBuilder = require("./import-builder"); + +var _isModule = require("./is-module"); + +const { + numericLiteral, + sequenceExpression +} = _t; + +class ImportInjector { + constructor(path, importedSource, opts) { + this._defaultOpts = { + importedSource: null, + importedType: "commonjs", + importedInterop: "babel", + importingInterop: "babel", + ensureLiveReference: false, + ensureNoContext: false, + importPosition: "before" + }; + const programPath = path.find(p => p.isProgram()); + this._programPath = programPath; + this._programScope = programPath.scope; + this._hub = programPath.hub; + this._defaultOpts = this._applyDefaults(importedSource, opts, true); + } + + addDefault(importedSourceIn, opts) { + return this.addNamed("default", importedSourceIn, opts); + } + + addNamed(importName, importedSourceIn, opts) { + _assert(typeof importName === "string"); + + return this._generateImport(this._applyDefaults(importedSourceIn, opts), importName); + } + + addNamespace(importedSourceIn, opts) { + return this._generateImport(this._applyDefaults(importedSourceIn, opts), null); + } + + addSideEffect(importedSourceIn, opts) { + return this._generateImport(this._applyDefaults(importedSourceIn, opts), void 0); + } + + _applyDefaults(importedSource, opts, isInit = false) { + let newOpts; + + if (typeof importedSource === "string") { + newOpts = Object.assign({}, this._defaultOpts, { + importedSource + }, opts); + } else { + _assert(!opts, "Unexpected secondary arguments."); + + newOpts = Object.assign({}, this._defaultOpts, importedSource); + } + + if (!isInit && opts) { + if (opts.nameHint !== undefined) newOpts.nameHint = opts.nameHint; + if (opts.blockHoist !== undefined) newOpts.blockHoist = opts.blockHoist; + } + + return newOpts; + } + + _generateImport(opts, importName) { + const isDefault = importName === "default"; + const isNamed = !!importName && !isDefault; + const isNamespace = importName === null; + const { + importedSource, + importedType, + importedInterop, + importingInterop, + ensureLiveReference, + ensureNoContext, + nameHint, + importPosition, + blockHoist + } = opts; + let name = nameHint || importName; + const isMod = (0, _isModule.default)(this._programPath); + const isModuleForNode = isMod && importingInterop === "node"; + const isModuleForBabel = isMod && importingInterop === "babel"; + + if (importPosition === "after" && !isMod) { + throw new Error(`"importPosition": "after" is only supported in modules`); + } + + const builder = new _importBuilder.default(importedSource, this._programScope, this._hub); + + if (importedType === "es6") { + if (!isModuleForNode && !isModuleForBabel) { + throw new Error("Cannot import an ES6 module from CommonJS"); + } + + builder.import(); + + if (isNamespace) { + builder.namespace(nameHint || importedSource); + } else if (isDefault || isNamed) { + builder.named(name, importName); + } + } else if (importedType !== "commonjs") { + throw new Error(`Unexpected interopType "${importedType}"`); + } else if (importedInterop === "babel") { + if (isModuleForNode) { + name = name !== "default" ? name : importedSource; + const es6Default = `${importedSource}$es6Default`; + builder.import(); + + if (isNamespace) { + builder.default(es6Default).var(name || importedSource).wildcardInterop(); + } else if (isDefault) { + if (ensureLiveReference) { + builder.default(es6Default).var(name || importedSource).defaultInterop().read("default"); + } else { + builder.default(es6Default).var(name).defaultInterop().prop(importName); + } + } else if (isNamed) { + builder.default(es6Default).read(importName); + } + } else if (isModuleForBabel) { + builder.import(); + + if (isNamespace) { + builder.namespace(name || importedSource); + } else if (isDefault || isNamed) { + builder.named(name, importName); + } + } else { + builder.require(); + + if (isNamespace) { + builder.var(name || importedSource).wildcardInterop(); + } else if ((isDefault || isNamed) && ensureLiveReference) { + if (isDefault) { + name = name !== "default" ? name : importedSource; + builder.var(name).read(importName); + builder.defaultInterop(); + } else { + builder.var(importedSource).read(importName); + } + } else if (isDefault) { + builder.var(name).defaultInterop().prop(importName); + } else if (isNamed) { + builder.var(name).prop(importName); + } + } + } else if (importedInterop === "compiled") { + if (isModuleForNode) { + builder.import(); + + if (isNamespace) { + builder.default(name || importedSource); + } else if (isDefault || isNamed) { + builder.default(importedSource).read(name); + } + } else if (isModuleForBabel) { + builder.import(); + + if (isNamespace) { + builder.namespace(name || importedSource); + } else if (isDefault || isNamed) { + builder.named(name, importName); + } + } else { + builder.require(); + + if (isNamespace) { + builder.var(name || importedSource); + } else if (isDefault || isNamed) { + if (ensureLiveReference) { + builder.var(importedSource).read(name); + } else { + builder.prop(importName).var(name); + } + } + } + } else if (importedInterop === "uncompiled") { + if (isDefault && ensureLiveReference) { + throw new Error("No live reference for commonjs default"); + } + + if (isModuleForNode) { + builder.import(); + + if (isNamespace) { + builder.default(name || importedSource); + } else if (isDefault) { + builder.default(name); + } else if (isNamed) { + builder.default(importedSource).read(name); + } + } else if (isModuleForBabel) { + builder.import(); + + if (isNamespace) { + builder.default(name || importedSource); + } else if (isDefault) { + builder.default(name); + } else if (isNamed) { + builder.named(name, importName); + } + } else { + builder.require(); + + if (isNamespace) { + builder.var(name || importedSource); + } else if (isDefault) { + builder.var(name); + } else if (isNamed) { + if (ensureLiveReference) { + builder.var(importedSource).read(name); + } else { + builder.var(name).prop(importName); + } + } + } + } else { + throw new Error(`Unknown importedInterop "${importedInterop}".`); + } + + const { + statements, + resultName + } = builder.done(); + + this._insertStatements(statements, importPosition, blockHoist); + + if ((isDefault || isNamed) && ensureNoContext && resultName.type !== "Identifier") { + return sequenceExpression([numericLiteral(0), resultName]); + } + + return resultName; + } + + _insertStatements(statements, importPosition = "before", blockHoist = 3) { + const body = this._programPath.get("body"); + + if (importPosition === "after") { + for (let i = body.length - 1; i >= 0; i--) { + if (body[i].isImportDeclaration()) { + body[i].insertAfter(statements); + return; + } + } + } else { + statements.forEach(node => { + node._blockHoist = blockHoist; + }); + const targetPath = body.find(p => { + const val = p.node._blockHoist; + return Number.isFinite(val) && val < 4; + }); + + if (targetPath) { + targetPath.insertBefore(statements); + return; + } + } + + this._programPath.unshiftContainer("body", statements); + } + +} + +exports.default = ImportInjector; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-module-imports/lib/index.js b/FantasticAnimals/node_modules/@babel/helper-module-imports/lib/index.js new file mode 100644 index 0000000..a3d7921 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-module-imports/lib/index.js @@ -0,0 +1,41 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +Object.defineProperty(exports, "ImportInjector", { + enumerable: true, + get: function () { + return _importInjector.default; + } +}); +exports.addDefault = addDefault; +exports.addNamed = addNamed; +exports.addNamespace = addNamespace; +exports.addSideEffect = addSideEffect; +Object.defineProperty(exports, "isModule", { + enumerable: true, + get: function () { + return _isModule.default; + } +}); + +var _importInjector = require("./import-injector"); + +var _isModule = require("./is-module"); + +function addDefault(path, importedSource, opts) { + return new _importInjector.default(path).addDefault(importedSource, opts); +} + +function addNamed(path, name, importedSource, opts) { + return new _importInjector.default(path).addNamed(name, importedSource, opts); +} + +function addNamespace(path, importedSource, opts) { + return new _importInjector.default(path).addNamespace(importedSource, opts); +} + +function addSideEffect(path, importedSource, opts) { + return new _importInjector.default(path).addSideEffect(importedSource, opts); +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-module-imports/lib/is-module.js b/FantasticAnimals/node_modules/@babel/helper-module-imports/lib/is-module.js new file mode 100644 index 0000000..ad9e399 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-module-imports/lib/is-module.js @@ -0,0 +1,18 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = isModule; + +function isModule(path) { + const { + sourceType + } = path.node; + + if (sourceType !== "module" && sourceType !== "script") { + throw path.buildCodeFrameError(`Unknown sourceType "${sourceType}", cannot transform.`); + } + + return path.node.sourceType === "module"; +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-module-imports/package.json b/FantasticAnimals/node_modules/@babel/helper-module-imports/package.json new file mode 100644 index 0000000..9301d3e --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-module-imports/package.json @@ -0,0 +1,28 @@ +{ + "name": "@babel/helper-module-imports", + "version": "7.18.6", + "description": "Babel helper functions for inserting module loads", + "author": "The Babel Team (https://babel.dev/team)", + "homepage": "https://babel.dev/docs/en/next/babel-helper-module-imports", + "license": "MIT", + "publishConfig": { + "access": "public" + }, + "repository": { + "type": "git", + "url": "https://github.com/babel/babel.git", + "directory": "packages/babel-helper-module-imports" + }, + "main": "./lib/index.js", + "dependencies": { + "@babel/types": "^7.18.6" + }, + "devDependencies": { + "@babel/core": "^7.18.6", + "@babel/traverse": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "type": "commonjs" +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-module-transforms/LICENSE b/FantasticAnimals/node_modules/@babel/helper-module-transforms/LICENSE new file mode 100644 index 0000000..f31575e --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-module-transforms/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +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/FantasticAnimals/node_modules/@babel/helper-module-transforms/README.md b/FantasticAnimals/node_modules/@babel/helper-module-transforms/README.md new file mode 100644 index 0000000..c7b1a38 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-module-transforms/README.md @@ -0,0 +1,19 @@ +# @babel/helper-module-transforms + +> Babel helper functions for implementing ES6 module transformations + +See our website [@babel/helper-module-transforms](https://babeljs.io/docs/en/babel-helper-module-transforms) for more information. + +## Install + +Using npm: + +```sh +npm install --save @babel/helper-module-transforms +``` + +or using yarn: + +```sh +yarn add @babel/helper-module-transforms +``` diff --git a/FantasticAnimals/node_modules/@babel/helper-module-transforms/lib/get-module-name.js b/FantasticAnimals/node_modules/@babel/helper-module-transforms/lib/get-module-name.js new file mode 100644 index 0000000..87c2b83 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-module-transforms/lib/get-module-name.js @@ -0,0 +1,54 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = getModuleName; +{ + const originalGetModuleName = getModuleName; + + exports.default = getModuleName = function getModuleName(rootOpts, pluginOpts) { + var _pluginOpts$moduleId, _pluginOpts$moduleIds, _pluginOpts$getModule, _pluginOpts$moduleRoo; + + return originalGetModuleName(rootOpts, { + moduleId: (_pluginOpts$moduleId = pluginOpts.moduleId) != null ? _pluginOpts$moduleId : rootOpts.moduleId, + moduleIds: (_pluginOpts$moduleIds = pluginOpts.moduleIds) != null ? _pluginOpts$moduleIds : rootOpts.moduleIds, + getModuleId: (_pluginOpts$getModule = pluginOpts.getModuleId) != null ? _pluginOpts$getModule : rootOpts.getModuleId, + moduleRoot: (_pluginOpts$moduleRoo = pluginOpts.moduleRoot) != null ? _pluginOpts$moduleRoo : rootOpts.moduleRoot + }); + }; +} + +function getModuleName(rootOpts, pluginOpts) { + const { + filename, + filenameRelative = filename, + sourceRoot = pluginOpts.moduleRoot + } = rootOpts; + const { + moduleId, + moduleIds = !!moduleId, + getModuleId, + moduleRoot = sourceRoot + } = pluginOpts; + if (!moduleIds) return null; + + if (moduleId != null && !getModuleId) { + return moduleId; + } + + let moduleName = moduleRoot != null ? moduleRoot + "/" : ""; + + if (filenameRelative) { + const sourceRootReplacer = sourceRoot != null ? new RegExp("^" + sourceRoot + "/?") : ""; + moduleName += filenameRelative.replace(sourceRootReplacer, "").replace(/\.(\w*?)$/, ""); + } + + moduleName = moduleName.replace(/\\/g, "/"); + + if (getModuleId) { + return getModuleId(moduleName) || moduleName; + } else { + return moduleName; + } +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-module-transforms/lib/index.js b/FantasticAnimals/node_modules/@babel/helper-module-transforms/lib/index.js new file mode 100644 index 0000000..9a4b68d --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-module-transforms/lib/index.js @@ -0,0 +1,424 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.buildNamespaceInitStatements = buildNamespaceInitStatements; +exports.ensureStatementsHoisted = ensureStatementsHoisted; +Object.defineProperty(exports, "getModuleName", { + enumerable: true, + get: function () { + return _getModuleName.default; + } +}); +Object.defineProperty(exports, "hasExports", { + enumerable: true, + get: function () { + return _normalizeAndLoadMetadata.hasExports; + } +}); +Object.defineProperty(exports, "isModule", { + enumerable: true, + get: function () { + return _helperModuleImports.isModule; + } +}); +Object.defineProperty(exports, "isSideEffectImport", { + enumerable: true, + get: function () { + return _normalizeAndLoadMetadata.isSideEffectImport; + } +}); +exports.rewriteModuleStatementsAndPrepareHeader = rewriteModuleStatementsAndPrepareHeader; +Object.defineProperty(exports, "rewriteThis", { + enumerable: true, + get: function () { + return _rewriteThis.default; + } +}); +exports.wrapInterop = wrapInterop; + +var _assert = require("assert"); + +var _t = require("@babel/types"); + +var _template = require("@babel/template"); + +var _helperModuleImports = require("@babel/helper-module-imports"); + +var _rewriteThis = require("./rewrite-this"); + +var _rewriteLiveReferences = require("./rewrite-live-references"); + +var _normalizeAndLoadMetadata = require("./normalize-and-load-metadata"); + +var _getModuleName = require("./get-module-name"); + +const { + booleanLiteral, + callExpression, + cloneNode, + directive, + directiveLiteral, + expressionStatement, + identifier, + isIdentifier, + memberExpression, + stringLiteral, + valueToNode, + variableDeclaration, + variableDeclarator +} = _t; + +function rewriteModuleStatementsAndPrepareHeader(path, { + loose, + exportName, + strict, + allowTopLevelThis, + strictMode, + noInterop, + importInterop = noInterop ? "none" : "babel", + lazy, + esNamespaceOnly, + filename, + constantReexports = loose, + enumerableModuleMeta = loose, + noIncompleteNsImportDetection +}) { + (0, _normalizeAndLoadMetadata.validateImportInteropOption)(importInterop); + + _assert((0, _helperModuleImports.isModule)(path), "Cannot process module statements in a script"); + + path.node.sourceType = "script"; + const meta = (0, _normalizeAndLoadMetadata.default)(path, exportName, { + importInterop, + initializeReexports: constantReexports, + lazy, + esNamespaceOnly, + filename + }); + + if (!allowTopLevelThis) { + (0, _rewriteThis.default)(path); + } + + (0, _rewriteLiveReferences.default)(path, meta); + + if (strictMode !== false) { + const hasStrict = path.node.directives.some(directive => { + return directive.value.value === "use strict"; + }); + + if (!hasStrict) { + path.unshiftContainer("directives", directive(directiveLiteral("use strict"))); + } + } + + const headers = []; + + if ((0, _normalizeAndLoadMetadata.hasExports)(meta) && !strict) { + headers.push(buildESModuleHeader(meta, enumerableModuleMeta)); + } + + const nameList = buildExportNameListDeclaration(path, meta); + + if (nameList) { + meta.exportNameListName = nameList.name; + headers.push(nameList.statement); + } + + headers.push(...buildExportInitializationStatements(path, meta, constantReexports, noIncompleteNsImportDetection)); + return { + meta, + headers + }; +} + +function ensureStatementsHoisted(statements) { + statements.forEach(header => { + header._blockHoist = 3; + }); +} + +function wrapInterop(programPath, expr, type) { + if (type === "none") { + return null; + } + + if (type === "node-namespace") { + return callExpression(programPath.hub.addHelper("interopRequireWildcard"), [expr, booleanLiteral(true)]); + } else if (type === "node-default") { + return null; + } + + let helper; + + if (type === "default") { + helper = "interopRequireDefault"; + } else if (type === "namespace") { + helper = "interopRequireWildcard"; + } else { + throw new Error(`Unknown interop: ${type}`); + } + + return callExpression(programPath.hub.addHelper(helper), [expr]); +} + +function buildNamespaceInitStatements(metadata, sourceMetadata, constantReexports = false) { + const statements = []; + let srcNamespace = identifier(sourceMetadata.name); + if (sourceMetadata.lazy) srcNamespace = callExpression(srcNamespace, []); + + for (const localName of sourceMetadata.importsNamespace) { + if (localName === sourceMetadata.name) continue; + statements.push(_template.default.statement`var NAME = SOURCE;`({ + NAME: localName, + SOURCE: cloneNode(srcNamespace) + })); + } + + if (constantReexports) { + statements.push(...buildReexportsFromMeta(metadata, sourceMetadata, true)); + } + + for (const exportName of sourceMetadata.reexportNamespace) { + statements.push((sourceMetadata.lazy ? _template.default.statement` + Object.defineProperty(EXPORTS, "NAME", { + enumerable: true, + get: function() { + return NAMESPACE; + } + }); + ` : _template.default.statement`EXPORTS.NAME = NAMESPACE;`)({ + EXPORTS: metadata.exportName, + NAME: exportName, + NAMESPACE: cloneNode(srcNamespace) + })); + } + + if (sourceMetadata.reexportAll) { + const statement = buildNamespaceReexport(metadata, cloneNode(srcNamespace), constantReexports); + statement.loc = sourceMetadata.reexportAll.loc; + statements.push(statement); + } + + return statements; +} + +const ReexportTemplate = { + constant: _template.default.statement`EXPORTS.EXPORT_NAME = NAMESPACE_IMPORT;`, + constantComputed: _template.default.statement`EXPORTS["EXPORT_NAME"] = NAMESPACE_IMPORT;`, + spec: _template.default.statement` + Object.defineProperty(EXPORTS, "EXPORT_NAME", { + enumerable: true, + get: function() { + return NAMESPACE_IMPORT; + }, + }); + ` +}; + +const buildReexportsFromMeta = (meta, metadata, constantReexports) => { + const namespace = metadata.lazy ? callExpression(identifier(metadata.name), []) : identifier(metadata.name); + const { + stringSpecifiers + } = meta; + return Array.from(metadata.reexports, ([exportName, importName]) => { + let NAMESPACE_IMPORT = cloneNode(namespace); + + if (importName === "default" && metadata.interop === "node-default") {} else if (stringSpecifiers.has(importName)) { + NAMESPACE_IMPORT = memberExpression(NAMESPACE_IMPORT, stringLiteral(importName), true); + } else { + NAMESPACE_IMPORT = memberExpression(NAMESPACE_IMPORT, identifier(importName)); + } + + const astNodes = { + EXPORTS: meta.exportName, + EXPORT_NAME: exportName, + NAMESPACE_IMPORT + }; + + if (constantReexports || isIdentifier(NAMESPACE_IMPORT)) { + if (stringSpecifiers.has(exportName)) { + return ReexportTemplate.constantComputed(astNodes); + } else { + return ReexportTemplate.constant(astNodes); + } + } else { + return ReexportTemplate.spec(astNodes); + } + }); +}; + +function buildESModuleHeader(metadata, enumerableModuleMeta = false) { + return (enumerableModuleMeta ? _template.default.statement` + EXPORTS.__esModule = true; + ` : _template.default.statement` + Object.defineProperty(EXPORTS, "__esModule", { + value: true, + }); + `)({ + EXPORTS: metadata.exportName + }); +} + +function buildNamespaceReexport(metadata, namespace, constantReexports) { + return (constantReexports ? _template.default.statement` + Object.keys(NAMESPACE).forEach(function(key) { + if (key === "default" || key === "__esModule") return; + VERIFY_NAME_LIST; + if (key in EXPORTS && EXPORTS[key] === NAMESPACE[key]) return; + + EXPORTS[key] = NAMESPACE[key]; + }); + ` : _template.default.statement` + Object.keys(NAMESPACE).forEach(function(key) { + if (key === "default" || key === "__esModule") return; + VERIFY_NAME_LIST; + if (key in EXPORTS && EXPORTS[key] === NAMESPACE[key]) return; + + Object.defineProperty(EXPORTS, key, { + enumerable: true, + get: function() { + return NAMESPACE[key]; + }, + }); + }); + `)({ + NAMESPACE: namespace, + EXPORTS: metadata.exportName, + VERIFY_NAME_LIST: metadata.exportNameListName ? (0, _template.default)` + if (Object.prototype.hasOwnProperty.call(EXPORTS_LIST, key)) return; + `({ + EXPORTS_LIST: metadata.exportNameListName + }) : null + }); +} + +function buildExportNameListDeclaration(programPath, metadata) { + const exportedVars = Object.create(null); + + for (const data of metadata.local.values()) { + for (const name of data.names) { + exportedVars[name] = true; + } + } + + let hasReexport = false; + + for (const data of metadata.source.values()) { + for (const exportName of data.reexports.keys()) { + exportedVars[exportName] = true; + } + + for (const exportName of data.reexportNamespace) { + exportedVars[exportName] = true; + } + + hasReexport = hasReexport || !!data.reexportAll; + } + + if (!hasReexport || Object.keys(exportedVars).length === 0) return null; + const name = programPath.scope.generateUidIdentifier("exportNames"); + delete exportedVars.default; + return { + name: name.name, + statement: variableDeclaration("var", [variableDeclarator(name, valueToNode(exportedVars))]) + }; +} + +function buildExportInitializationStatements(programPath, metadata, constantReexports = false, noIncompleteNsImportDetection = false) { + const initStatements = []; + + for (const [localName, data] of metadata.local) { + if (data.kind === "import") {} else if (data.kind === "hoisted") { + initStatements.push([data.names[0], buildInitStatement(metadata, data.names, identifier(localName))]); + } else if (!noIncompleteNsImportDetection) { + for (const exportName of data.names) { + initStatements.push([exportName, null]); + } + } + } + + for (const data of metadata.source.values()) { + if (!constantReexports) { + const reexportsStatements = buildReexportsFromMeta(metadata, data, false); + const reexports = [...data.reexports.keys()]; + + for (let i = 0; i < reexportsStatements.length; i++) { + initStatements.push([reexports[i], reexportsStatements[i]]); + } + } + + if (!noIncompleteNsImportDetection) { + for (const exportName of data.reexportNamespace) { + initStatements.push([exportName, null]); + } + } + } + + initStatements.sort(([a], [b]) => { + if (a < b) return -1; + if (b < a) return 1; + return 0; + }); + const results = []; + + if (noIncompleteNsImportDetection) { + for (const [, initStatement] of initStatements) { + results.push(initStatement); + } + } else { + const chunkSize = 100; + + for (let i = 0; i < initStatements.length; i += chunkSize) { + let uninitializedExportNames = []; + + for (let j = 0; j < chunkSize && i + j < initStatements.length; j++) { + const [exportName, initStatement] = initStatements[i + j]; + + if (initStatement !== null) { + if (uninitializedExportNames.length > 0) { + results.push(buildInitStatement(metadata, uninitializedExportNames, programPath.scope.buildUndefinedNode())); + uninitializedExportNames = []; + } + + results.push(initStatement); + } else { + uninitializedExportNames.push(exportName); + } + } + + if (uninitializedExportNames.length > 0) { + results.push(buildInitStatement(metadata, uninitializedExportNames, programPath.scope.buildUndefinedNode())); + } + } + } + + return results; +} + +const InitTemplate = { + computed: _template.default.expression`EXPORTS["NAME"] = VALUE`, + default: _template.default.expression`EXPORTS.NAME = VALUE` +}; + +function buildInitStatement(metadata, exportNames, initExpr) { + const { + stringSpecifiers, + exportName: EXPORTS + } = metadata; + return expressionStatement(exportNames.reduce((acc, exportName) => { + const params = { + EXPORTS, + NAME: exportName, + VALUE: acc + }; + + if (stringSpecifiers.has(exportName)) { + return InitTemplate.computed(params); + } else { + return InitTemplate.default(params); + } + }, initExpr)); +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-module-transforms/lib/normalize-and-load-metadata.js b/FantasticAnimals/node_modules/@babel/helper-module-transforms/lib/normalize-and-load-metadata.js new file mode 100644 index 0000000..5187a30 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-module-transforms/lib/normalize-and-load-metadata.js @@ -0,0 +1,401 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = normalizeModuleAndLoadMetadata; +exports.hasExports = hasExports; +exports.isSideEffectImport = isSideEffectImport; +exports.validateImportInteropOption = validateImportInteropOption; + +var _path = require("path"); + +var _helperValidatorIdentifier = require("@babel/helper-validator-identifier"); + +var _helperSplitExportDeclaration = require("@babel/helper-split-export-declaration"); + +function hasExports(metadata) { + return metadata.hasExports; +} + +function isSideEffectImport(source) { + return source.imports.size === 0 && source.importsNamespace.size === 0 && source.reexports.size === 0 && source.reexportNamespace.size === 0 && !source.reexportAll; +} + +function validateImportInteropOption(importInterop) { + if (typeof importInterop !== "function" && importInterop !== "none" && importInterop !== "babel" && importInterop !== "node") { + throw new Error(`.importInterop must be one of "none", "babel", "node", or a function returning one of those values (received ${importInterop}).`); + } + + return importInterop; +} + +function resolveImportInterop(importInterop, source, filename) { + if (typeof importInterop === "function") { + return validateImportInteropOption(importInterop(source, filename)); + } + + return importInterop; +} + +function normalizeModuleAndLoadMetadata(programPath, exportName, { + importInterop, + initializeReexports = false, + lazy = false, + esNamespaceOnly = false, + filename +}) { + if (!exportName) { + exportName = programPath.scope.generateUidIdentifier("exports").name; + } + + const stringSpecifiers = new Set(); + nameAnonymousExports(programPath); + const { + local, + source, + hasExports + } = getModuleMetadata(programPath, { + initializeReexports, + lazy + }, stringSpecifiers); + removeModuleDeclarations(programPath); + + for (const [, metadata] of source) { + if (metadata.importsNamespace.size > 0) { + metadata.name = metadata.importsNamespace.values().next().value; + } + + const resolvedInterop = resolveImportInterop(importInterop, metadata.source, filename); + + if (resolvedInterop === "none") { + metadata.interop = "none"; + } else if (resolvedInterop === "node" && metadata.interop === "namespace") { + metadata.interop = "node-namespace"; + } else if (resolvedInterop === "node" && metadata.interop === "default") { + metadata.interop = "node-default"; + } else if (esNamespaceOnly && metadata.interop === "namespace") { + metadata.interop = "default"; + } + } + + return { + exportName, + exportNameListName: null, + hasExports, + local, + source, + stringSpecifiers + }; +} + +function getExportSpecifierName(path, stringSpecifiers) { + if (path.isIdentifier()) { + return path.node.name; + } else if (path.isStringLiteral()) { + const stringValue = path.node.value; + + if (!(0, _helperValidatorIdentifier.isIdentifierName)(stringValue)) { + stringSpecifiers.add(stringValue); + } + + return stringValue; + } else { + throw new Error(`Expected export specifier to be either Identifier or StringLiteral, got ${path.node.type}`); + } +} + +function assertExportSpecifier(path) { + if (path.isExportSpecifier()) { + return; + } else if (path.isExportNamespaceSpecifier()) { + throw path.buildCodeFrameError("Export namespace should be first transformed by `@babel/plugin-proposal-export-namespace-from`."); + } else { + throw path.buildCodeFrameError("Unexpected export specifier type"); + } +} + +function getModuleMetadata(programPath, { + lazy, + initializeReexports +}, stringSpecifiers) { + const localData = getLocalExportMetadata(programPath, initializeReexports, stringSpecifiers); + const sourceData = new Map(); + + const getData = sourceNode => { + const source = sourceNode.value; + let data = sourceData.get(source); + + if (!data) { + data = { + name: programPath.scope.generateUidIdentifier((0, _path.basename)(source, (0, _path.extname)(source))).name, + interop: "none", + loc: null, + imports: new Map(), + importsNamespace: new Set(), + reexports: new Map(), + reexportNamespace: new Set(), + reexportAll: null, + lazy: false, + source + }; + sourceData.set(source, data); + } + + return data; + }; + + let hasExports = false; + programPath.get("body").forEach(child => { + if (child.isImportDeclaration()) { + const data = getData(child.node.source); + if (!data.loc) data.loc = child.node.loc; + child.get("specifiers").forEach(spec => { + if (spec.isImportDefaultSpecifier()) { + const localName = spec.get("local").node.name; + data.imports.set(localName, "default"); + const reexport = localData.get(localName); + + if (reexport) { + localData.delete(localName); + reexport.names.forEach(name => { + data.reexports.set(name, "default"); + }); + } + } else if (spec.isImportNamespaceSpecifier()) { + const localName = spec.get("local").node.name; + data.importsNamespace.add(localName); + const reexport = localData.get(localName); + + if (reexport) { + localData.delete(localName); + reexport.names.forEach(name => { + data.reexportNamespace.add(name); + }); + } + } else if (spec.isImportSpecifier()) { + const importName = getExportSpecifierName(spec.get("imported"), stringSpecifiers); + const localName = spec.get("local").node.name; + data.imports.set(localName, importName); + const reexport = localData.get(localName); + + if (reexport) { + localData.delete(localName); + reexport.names.forEach(name => { + data.reexports.set(name, importName); + }); + } + } + }); + } else if (child.isExportAllDeclaration()) { + hasExports = true; + const data = getData(child.node.source); + if (!data.loc) data.loc = child.node.loc; + data.reexportAll = { + loc: child.node.loc + }; + } else if (child.isExportNamedDeclaration() && child.node.source) { + hasExports = true; + const data = getData(child.node.source); + if (!data.loc) data.loc = child.node.loc; + child.get("specifiers").forEach(spec => { + assertExportSpecifier(spec); + const importName = getExportSpecifierName(spec.get("local"), stringSpecifiers); + const exportName = getExportSpecifierName(spec.get("exported"), stringSpecifiers); + data.reexports.set(exportName, importName); + + if (exportName === "__esModule") { + throw spec.get("exported").buildCodeFrameError('Illegal export "__esModule".'); + } + }); + } else if (child.isExportNamedDeclaration() || child.isExportDefaultDeclaration()) { + hasExports = true; + } + }); + + for (const metadata of sourceData.values()) { + let needsDefault = false; + let needsNamed = false; + + if (metadata.importsNamespace.size > 0) { + needsDefault = true; + needsNamed = true; + } + + if (metadata.reexportAll) { + needsNamed = true; + } + + for (const importName of metadata.imports.values()) { + if (importName === "default") needsDefault = true;else needsNamed = true; + } + + for (const importName of metadata.reexports.values()) { + if (importName === "default") needsDefault = true;else needsNamed = true; + } + + if (needsDefault && needsNamed) { + metadata.interop = "namespace"; + } else if (needsDefault) { + metadata.interop = "default"; + } + } + + for (const [source, metadata] of sourceData) { + if (lazy !== false && !(isSideEffectImport(metadata) || metadata.reexportAll)) { + if (lazy === true) { + metadata.lazy = !/\./.test(source); + } else if (Array.isArray(lazy)) { + metadata.lazy = lazy.indexOf(source) !== -1; + } else if (typeof lazy === "function") { + metadata.lazy = lazy(source); + } else { + throw new Error(`.lazy must be a boolean, string array, or function`); + } + } + } + + return { + hasExports, + local: localData, + source: sourceData + }; +} + +function getLocalExportMetadata(programPath, initializeReexports, stringSpecifiers) { + const bindingKindLookup = new Map(); + programPath.get("body").forEach(child => { + let kind; + + if (child.isImportDeclaration()) { + kind = "import"; + } else { + if (child.isExportDefaultDeclaration()) { + child = child.get("declaration"); + } + + if (child.isExportNamedDeclaration()) { + if (child.node.declaration) { + child = child.get("declaration"); + } else if (initializeReexports && child.node.source && child.get("source").isStringLiteral()) { + child.get("specifiers").forEach(spec => { + assertExportSpecifier(spec); + bindingKindLookup.set(spec.get("local").node.name, "block"); + }); + return; + } + } + + if (child.isFunctionDeclaration()) { + kind = "hoisted"; + } else if (child.isClassDeclaration()) { + kind = "block"; + } else if (child.isVariableDeclaration({ + kind: "var" + })) { + kind = "var"; + } else if (child.isVariableDeclaration()) { + kind = "block"; + } else { + return; + } + } + + Object.keys(child.getOuterBindingIdentifiers()).forEach(name => { + bindingKindLookup.set(name, kind); + }); + }); + const localMetadata = new Map(); + + const getLocalMetadata = idPath => { + const localName = idPath.node.name; + let metadata = localMetadata.get(localName); + + if (!metadata) { + const kind = bindingKindLookup.get(localName); + + if (kind === undefined) { + throw idPath.buildCodeFrameError(`Exporting local "${localName}", which is not declared.`); + } + + metadata = { + names: [], + kind + }; + localMetadata.set(localName, metadata); + } + + return metadata; + }; + + programPath.get("body").forEach(child => { + if (child.isExportNamedDeclaration() && (initializeReexports || !child.node.source)) { + if (child.node.declaration) { + const declaration = child.get("declaration"); + const ids = declaration.getOuterBindingIdentifierPaths(); + Object.keys(ids).forEach(name => { + if (name === "__esModule") { + throw declaration.buildCodeFrameError('Illegal export "__esModule".'); + } + + getLocalMetadata(ids[name]).names.push(name); + }); + } else { + child.get("specifiers").forEach(spec => { + const local = spec.get("local"); + const exported = spec.get("exported"); + const localMetadata = getLocalMetadata(local); + const exportName = getExportSpecifierName(exported, stringSpecifiers); + + if (exportName === "__esModule") { + throw exported.buildCodeFrameError('Illegal export "__esModule".'); + } + + localMetadata.names.push(exportName); + }); + } + } else if (child.isExportDefaultDeclaration()) { + const declaration = child.get("declaration"); + + if (declaration.isFunctionDeclaration() || declaration.isClassDeclaration()) { + getLocalMetadata(declaration.get("id")).names.push("default"); + } else { + throw declaration.buildCodeFrameError("Unexpected default expression export."); + } + } + }); + return localMetadata; +} + +function nameAnonymousExports(programPath) { + programPath.get("body").forEach(child => { + if (!child.isExportDefaultDeclaration()) return; + (0, _helperSplitExportDeclaration.default)(child); + }); +} + +function removeModuleDeclarations(programPath) { + programPath.get("body").forEach(child => { + if (child.isImportDeclaration()) { + child.remove(); + } else if (child.isExportNamedDeclaration()) { + if (child.node.declaration) { + child.node.declaration._blockHoist = child.node._blockHoist; + child.replaceWith(child.node.declaration); + } else { + child.remove(); + } + } else if (child.isExportDefaultDeclaration()) { + const declaration = child.get("declaration"); + + if (declaration.isFunctionDeclaration() || declaration.isClassDeclaration()) { + declaration._blockHoist = child.node._blockHoist; + child.replaceWith(declaration); + } else { + throw declaration.buildCodeFrameError("Unexpected default expression export."); + } + } else if (child.isExportAllDeclaration()) { + child.remove(); + } + }); +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-module-transforms/lib/rewrite-live-references.js b/FantasticAnimals/node_modules/@babel/helper-module-transforms/lib/rewrite-live-references.js new file mode 100644 index 0000000..7ef6a46 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-module-transforms/lib/rewrite-live-references.js @@ -0,0 +1,412 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = rewriteLiveReferences; + +var _assert = require("assert"); + +var _t = require("@babel/types"); + +var _template = require("@babel/template"); + +var _helperSimpleAccess = require("@babel/helper-simple-access"); + +const { + assignmentExpression, + callExpression, + cloneNode, + expressionStatement, + getOuterBindingIdentifiers, + identifier, + isMemberExpression, + isVariableDeclaration, + jsxIdentifier, + jsxMemberExpression, + memberExpression, + numericLiteral, + sequenceExpression, + stringLiteral, + variableDeclaration, + variableDeclarator +} = _t; + +function isInType(path) { + do { + switch (path.parent.type) { + case "TSTypeAnnotation": + case "TSTypeAliasDeclaration": + case "TSTypeReference": + case "TypeAnnotation": + case "TypeAlias": + return true; + + case "ExportSpecifier": + return path.parentPath.parent.exportKind === "type"; + + default: + if (path.parentPath.isStatement() || path.parentPath.isExpression()) { + return false; + } + + } + } while (path = path.parentPath); +} + +function rewriteLiveReferences(programPath, metadata) { + const imported = new Map(); + const exported = new Map(); + + const requeueInParent = path => { + programPath.requeue(path); + }; + + for (const [source, data] of metadata.source) { + for (const [localName, importName] of data.imports) { + imported.set(localName, [source, importName, null]); + } + + for (const localName of data.importsNamespace) { + imported.set(localName, [source, null, localName]); + } + } + + for (const [local, data] of metadata.local) { + let exportMeta = exported.get(local); + + if (!exportMeta) { + exportMeta = []; + exported.set(local, exportMeta); + } + + exportMeta.push(...data.names); + } + + const rewriteBindingInitVisitorState = { + metadata, + requeueInParent, + scope: programPath.scope, + exported + }; + programPath.traverse(rewriteBindingInitVisitor, rewriteBindingInitVisitorState); + (0, _helperSimpleAccess.default)(programPath, new Set([...Array.from(imported.keys()), ...Array.from(exported.keys())]), false); + const rewriteReferencesVisitorState = { + seen: new WeakSet(), + metadata, + requeueInParent, + scope: programPath.scope, + imported, + exported, + buildImportReference: ([source, importName, localName], identNode) => { + const meta = metadata.source.get(source); + + if (localName) { + if (meta.lazy) { + identNode = callExpression(identNode, []); + } + + return identNode; + } + + let namespace = identifier(meta.name); + if (meta.lazy) namespace = callExpression(namespace, []); + + if (importName === "default" && meta.interop === "node-default") { + return namespace; + } + + const computed = metadata.stringSpecifiers.has(importName); + return memberExpression(namespace, computed ? stringLiteral(importName) : identifier(importName), computed); + } + }; + programPath.traverse(rewriteReferencesVisitor, rewriteReferencesVisitorState); +} + +const rewriteBindingInitVisitor = { + Scope(path) { + path.skip(); + }, + + ClassDeclaration(path) { + const { + requeueInParent, + exported, + metadata + } = this; + const { + id + } = path.node; + if (!id) throw new Error("Expected class to have a name"); + const localName = id.name; + const exportNames = exported.get(localName) || []; + + if (exportNames.length > 0) { + const statement = expressionStatement(buildBindingExportAssignmentExpression(metadata, exportNames, identifier(localName), path.scope)); + statement._blockHoist = path.node._blockHoist; + requeueInParent(path.insertAfter(statement)[0]); + } + }, + + VariableDeclaration(path) { + const { + requeueInParent, + exported, + metadata + } = this; + Object.keys(path.getOuterBindingIdentifiers()).forEach(localName => { + const exportNames = exported.get(localName) || []; + + if (exportNames.length > 0) { + const statement = expressionStatement(buildBindingExportAssignmentExpression(metadata, exportNames, identifier(localName), path.scope)); + statement._blockHoist = path.node._blockHoist; + requeueInParent(path.insertAfter(statement)[0]); + } + }); + } + +}; + +const buildBindingExportAssignmentExpression = (metadata, exportNames, localExpr, scope) => { + const exportsObjectName = metadata.exportName; + + for (let currentScope = scope; currentScope != null; currentScope = currentScope.parent) { + if (currentScope.hasOwnBinding(exportsObjectName)) { + currentScope.rename(exportsObjectName); + } + } + + return (exportNames || []).reduce((expr, exportName) => { + const { + stringSpecifiers + } = metadata; + const computed = stringSpecifiers.has(exportName); + return assignmentExpression("=", memberExpression(identifier(exportsObjectName), computed ? stringLiteral(exportName) : identifier(exportName), computed), expr); + }, localExpr); +}; + +const buildImportThrow = localName => { + return _template.default.expression.ast` + (function() { + throw new Error('"' + '${localName}' + '" is read-only.'); + })() + `; +}; + +const rewriteReferencesVisitor = { + ReferencedIdentifier(path) { + const { + seen, + buildImportReference, + scope, + imported, + requeueInParent + } = this; + if (seen.has(path.node)) return; + seen.add(path.node); + const localName = path.node.name; + const importData = imported.get(localName); + + if (importData) { + if (isInType(path)) { + throw path.buildCodeFrameError(`Cannot transform the imported binding "${localName}" since it's also used in a type annotation. ` + `Please strip type annotations using @babel/preset-typescript or @babel/preset-flow.`); + } + + const localBinding = path.scope.getBinding(localName); + const rootBinding = scope.getBinding(localName); + if (rootBinding !== localBinding) return; + const ref = buildImportReference(importData, path.node); + ref.loc = path.node.loc; + + if ((path.parentPath.isCallExpression({ + callee: path.node + }) || path.parentPath.isOptionalCallExpression({ + callee: path.node + }) || path.parentPath.isTaggedTemplateExpression({ + tag: path.node + })) && isMemberExpression(ref)) { + path.replaceWith(sequenceExpression([numericLiteral(0), ref])); + } else if (path.isJSXIdentifier() && isMemberExpression(ref)) { + const { + object, + property + } = ref; + path.replaceWith(jsxMemberExpression(jsxIdentifier(object.name), jsxIdentifier(property.name))); + } else { + path.replaceWith(ref); + } + + requeueInParent(path); + path.skip(); + } + }, + + UpdateExpression(path) { + const { + scope, + seen, + imported, + exported, + requeueInParent, + buildImportReference + } = this; + if (seen.has(path.node)) return; + seen.add(path.node); + const arg = path.get("argument"); + if (arg.isMemberExpression()) return; + const update = path.node; + + if (arg.isIdentifier()) { + const localName = arg.node.name; + + if (scope.getBinding(localName) !== path.scope.getBinding(localName)) { + return; + } + + const exportedNames = exported.get(localName); + const importData = imported.get(localName); + + if ((exportedNames == null ? void 0 : exportedNames.length) > 0 || importData) { + if (importData) { + path.replaceWith(assignmentExpression(update.operator[0] + "=", buildImportReference(importData, arg.node), buildImportThrow(localName))); + } else if (update.prefix) { + path.replaceWith(buildBindingExportAssignmentExpression(this.metadata, exportedNames, cloneNode(update), path.scope)); + } else { + const ref = scope.generateDeclaredUidIdentifier(localName); + path.replaceWith(sequenceExpression([assignmentExpression("=", cloneNode(ref), cloneNode(update)), buildBindingExportAssignmentExpression(this.metadata, exportedNames, identifier(localName), path.scope), cloneNode(ref)])); + } + } + } + + requeueInParent(path); + path.skip(); + }, + + AssignmentExpression: { + exit(path) { + const { + scope, + seen, + imported, + exported, + requeueInParent, + buildImportReference + } = this; + if (seen.has(path.node)) return; + seen.add(path.node); + const left = path.get("left"); + if (left.isMemberExpression()) return; + + if (left.isIdentifier()) { + const localName = left.node.name; + + if (scope.getBinding(localName) !== path.scope.getBinding(localName)) { + return; + } + + const exportedNames = exported.get(localName); + const importData = imported.get(localName); + + if ((exportedNames == null ? void 0 : exportedNames.length) > 0 || importData) { + _assert(path.node.operator === "=", "Path was not simplified"); + + const assignment = path.node; + + if (importData) { + assignment.left = buildImportReference(importData, left.node); + assignment.right = sequenceExpression([assignment.right, buildImportThrow(localName)]); + } + + path.replaceWith(buildBindingExportAssignmentExpression(this.metadata, exportedNames, assignment, path.scope)); + requeueInParent(path); + } + } else { + const ids = left.getOuterBindingIdentifiers(); + const programScopeIds = Object.keys(ids).filter(localName => scope.getBinding(localName) === path.scope.getBinding(localName)); + const id = programScopeIds.find(localName => imported.has(localName)); + + if (id) { + path.node.right = sequenceExpression([path.node.right, buildImportThrow(id)]); + } + + const items = []; + programScopeIds.forEach(localName => { + const exportedNames = exported.get(localName) || []; + + if (exportedNames.length > 0) { + items.push(buildBindingExportAssignmentExpression(this.metadata, exportedNames, identifier(localName), path.scope)); + } + }); + + if (items.length > 0) { + let node = sequenceExpression(items); + + if (path.parentPath.isExpressionStatement()) { + node = expressionStatement(node); + node._blockHoist = path.parentPath.node._blockHoist; + } + + const statement = path.insertAfter(node)[0]; + requeueInParent(statement); + } + } + } + + }, + + "ForOfStatement|ForInStatement"(path) { + const { + scope, + node + } = path; + const { + left + } = node; + const { + exported, + imported, + scope: programScope + } = this; + + if (!isVariableDeclaration(left)) { + let didTransformExport = false, + importConstViolationName; + const loopBodyScope = path.get("body").scope; + + for (const name of Object.keys(getOuterBindingIdentifiers(left))) { + if (programScope.getBinding(name) === scope.getBinding(name)) { + if (exported.has(name)) { + didTransformExport = true; + + if (loopBodyScope.hasOwnBinding(name)) { + loopBodyScope.rename(name); + } + } + + if (imported.has(name) && !importConstViolationName) { + importConstViolationName = name; + } + } + } + + if (!didTransformExport && !importConstViolationName) { + return; + } + + path.ensureBlock(); + const bodyPath = path.get("body"); + const newLoopId = scope.generateUidIdentifierBasedOnNode(left); + path.get("left").replaceWith(variableDeclaration("let", [variableDeclarator(cloneNode(newLoopId))])); + scope.registerDeclaration(path.get("left")); + + if (didTransformExport) { + bodyPath.unshiftContainer("body", expressionStatement(assignmentExpression("=", left, newLoopId))); + } + + if (importConstViolationName) { + bodyPath.unshiftContainer("body", expressionStatement(buildImportThrow(importConstViolationName))); + } + } + } + +}; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-module-transforms/lib/rewrite-this.js b/FantasticAnimals/node_modules/@babel/helper-module-transforms/lib/rewrite-this.js new file mode 100644 index 0000000..9165539 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-module-transforms/lib/rewrite-this.js @@ -0,0 +1,30 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = rewriteThis; + +var _helperEnvironmentVisitor = require("@babel/helper-environment-visitor"); + +var _traverse = require("@babel/traverse"); + +var _t = require("@babel/types"); + +const { + numericLiteral, + unaryExpression +} = _t; + +function rewriteThis(programPath) { + (0, _traverse.default)(programPath.node, Object.assign({}, rewriteThisVisitor, { + noScope: true + })); +} + +const rewriteThisVisitor = _traverse.default.visitors.merge([_helperEnvironmentVisitor.default, { + ThisExpression(path) { + path.replaceWith(unaryExpression("void", numericLiteral(0), true)); + } + +}]); \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-module-transforms/package.json b/FantasticAnimals/node_modules/@babel/helper-module-transforms/package.json new file mode 100644 index 0000000..5928401 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-module-transforms/package.json @@ -0,0 +1,31 @@ +{ + "name": "@babel/helper-module-transforms", + "version": "7.18.9", + "description": "Babel helper functions for implementing ES6 module transformations", + "author": "The Babel Team (https://babel.dev/team)", + "homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms", + "license": "MIT", + "publishConfig": { + "access": "public" + }, + "repository": { + "type": "git", + "url": "https://github.com/babel/babel.git", + "directory": "packages/babel-helper-module-transforms" + }, + "main": "./lib/index.js", + "dependencies": { + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-simple-access": "^7.18.6", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/helper-validator-identifier": "^7.18.6", + "@babel/template": "^7.18.6", + "@babel/traverse": "^7.18.9", + "@babel/types": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "type": "commonjs" +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-optimise-call-expression/LICENSE b/FantasticAnimals/node_modules/@babel/helper-optimise-call-expression/LICENSE new file mode 100644 index 0000000..f31575e --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-optimise-call-expression/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +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/FantasticAnimals/node_modules/@babel/helper-optimise-call-expression/README.md b/FantasticAnimals/node_modules/@babel/helper-optimise-call-expression/README.md new file mode 100644 index 0000000..a071d43 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-optimise-call-expression/README.md @@ -0,0 +1,19 @@ +# @babel/helper-optimise-call-expression + +> Helper function to optimise call expression + +See our website [@babel/helper-optimise-call-expression](https://babeljs.io/docs/en/babel-helper-optimise-call-expression) for more information. + +## Install + +Using npm: + +```sh +npm install --save @babel/helper-optimise-call-expression +``` + +or using yarn: + +```sh +yarn add @babel/helper-optimise-call-expression +``` diff --git a/FantasticAnimals/node_modules/@babel/helper-optimise-call-expression/lib/index.js b/FantasticAnimals/node_modules/@babel/helper-optimise-call-expression/lib/index.js new file mode 100644 index 0000000..c5a27e1 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-optimise-call-expression/lib/index.js @@ -0,0 +1,36 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = optimiseCallExpression; + +var _t = require("@babel/types"); + +const { + callExpression, + identifier, + isIdentifier, + isSpreadElement, + memberExpression, + optionalCallExpression, + optionalMemberExpression +} = _t; + +function optimiseCallExpression(callee, thisNode, args, optional) { + if (args.length === 1 && isSpreadElement(args[0]) && isIdentifier(args[0].argument, { + name: "arguments" + })) { + if (optional) { + return optionalCallExpression(optionalMemberExpression(callee, identifier("apply"), false, true), [thisNode, args[0].argument], false); + } + + return callExpression(memberExpression(callee, identifier("apply")), [thisNode, args[0].argument]); + } else { + if (optional) { + return optionalCallExpression(optionalMemberExpression(callee, identifier("call"), false, true), [thisNode, ...args], false); + } + + return callExpression(memberExpression(callee, identifier("call")), [thisNode, ...args]); + } +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-optimise-call-expression/package.json b/FantasticAnimals/node_modules/@babel/helper-optimise-call-expression/package.json new file mode 100644 index 0000000..7b5b2f2 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-optimise-call-expression/package.json @@ -0,0 +1,28 @@ +{ + "name": "@babel/helper-optimise-call-expression", + "version": "7.18.6", + "description": "Helper function to optimise call expression", + "repository": { + "type": "git", + "url": "https://github.com/babel/babel.git", + "directory": "packages/babel-helper-optimise-call-expression" + }, + "homepage": "https://babel.dev/docs/en/next/babel-helper-optimise-call-expression", + "license": "MIT", + "publishConfig": { + "access": "public" + }, + "main": "./lib/index.js", + "dependencies": { + "@babel/types": "^7.18.6" + }, + "devDependencies": { + "@babel/generator": "^7.18.6", + "@babel/parser": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "author": "The Babel Team (https://babel.dev/team)", + "type": "commonjs" +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-plugin-utils/LICENSE b/FantasticAnimals/node_modules/@babel/helper-plugin-utils/LICENSE new file mode 100644 index 0000000..f31575e --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-plugin-utils/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +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/FantasticAnimals/node_modules/@babel/helper-plugin-utils/README.md b/FantasticAnimals/node_modules/@babel/helper-plugin-utils/README.md new file mode 100644 index 0000000..c17852d --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-plugin-utils/README.md @@ -0,0 +1,19 @@ +# @babel/helper-plugin-utils + +> General utilities for plugins to use + +See our website [@babel/helper-plugin-utils](https://babeljs.io/docs/en/babel-helper-plugin-utils) for more information. + +## Install + +Using npm: + +```sh +npm install --save @babel/helper-plugin-utils +``` + +or using yarn: + +```sh +yarn add @babel/helper-plugin-utils +``` diff --git a/FantasticAnimals/node_modules/@babel/helper-plugin-utils/lib/index.js b/FantasticAnimals/node_modules/@babel/helper-plugin-utils/lib/index.js new file mode 100644 index 0000000..02df692 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-plugin-utils/lib/index.js @@ -0,0 +1,95 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.declare = declare; +exports.declarePreset = void 0; + +function declare(builder) { + return (api, options, dirname) => { + var _clonedApi2; + + let clonedApi; + + for (const name of Object.keys(apiPolyfills)) { + var _clonedApi; + + if (api[name]) continue; + clonedApi = (_clonedApi = clonedApi) != null ? _clonedApi : copyApiObject(api); + clonedApi[name] = apiPolyfills[name](clonedApi); + } + + return builder((_clonedApi2 = clonedApi) != null ? _clonedApi2 : api, options || {}, dirname); + }; +} + +const declarePreset = declare; +exports.declarePreset = declarePreset; +const apiPolyfills = { + assertVersion: api => range => { + throwVersionError(range, api.version); + }, + targets: () => () => { + return {}; + }, + assumption: () => () => { + return undefined; + } +}; + +function copyApiObject(api) { + let proto = null; + + if (typeof api.version === "string" && /^7\./.test(api.version)) { + proto = Object.getPrototypeOf(api); + + if (proto && (!has(proto, "version") || !has(proto, "transform") || !has(proto, "template") || !has(proto, "types"))) { + proto = null; + } + } + + return Object.assign({}, proto, api); +} + +function has(obj, key) { + return Object.prototype.hasOwnProperty.call(obj, key); +} + +function throwVersionError(range, version) { + if (typeof range === "number") { + if (!Number.isInteger(range)) { + throw new Error("Expected string or integer value."); + } + + range = `^${range}.0.0-0`; + } + + if (typeof range !== "string") { + throw new Error("Expected string or integer value."); + } + + const limit = Error.stackTraceLimit; + + if (typeof limit === "number" && limit < 25) { + Error.stackTraceLimit = 25; + } + + let err; + + if (version.slice(0, 2) === "7.") { + err = new Error(`Requires Babel "^7.0.0-beta.41", but was loaded with "${version}". ` + `You'll need to update your @babel/core version.`); + } else { + err = new Error(`Requires Babel "${range}", but was loaded with "${version}". ` + `If you are sure you have a compatible version of @babel/core, ` + `it is likely that something in your build process is loading the ` + `wrong version. Inspect the stack trace of this error to look for ` + `the first entry that doesn't mention "@babel/core" or "babel-core" ` + `to see what is calling Babel.`); + } + + if (typeof limit === "number") { + Error.stackTraceLimit = limit; + } + + throw Object.assign(err, { + code: "BABEL_VERSION_UNSUPPORTED", + version, + range + }); +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-plugin-utils/package.json b/FantasticAnimals/node_modules/@babel/helper-plugin-utils/package.json new file mode 100644 index 0000000..fb1c20f --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-plugin-utils/package.json @@ -0,0 +1,21 @@ +{ + "name": "@babel/helper-plugin-utils", + "version": "7.18.9", + "description": "General utilities for plugins to use", + "author": "The Babel Team (https://babel.dev/team)", + "homepage": "https://babel.dev/docs/en/next/babel-helper-plugin-utils", + "license": "MIT", + "publishConfig": { + "access": "public" + }, + "repository": { + "type": "git", + "url": "https://github.com/babel/babel.git", + "directory": "packages/babel-helper-plugin-utils" + }, + "main": "./lib/index.js", + "engines": { + "node": ">=6.9.0" + }, + "type": "commonjs" +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-remap-async-to-generator/LICENSE b/FantasticAnimals/node_modules/@babel/helper-remap-async-to-generator/LICENSE new file mode 100644 index 0000000..f31575e --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-remap-async-to-generator/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +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/FantasticAnimals/node_modules/@babel/helper-remap-async-to-generator/README.md b/FantasticAnimals/node_modules/@babel/helper-remap-async-to-generator/README.md new file mode 100644 index 0000000..4f59518 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-remap-async-to-generator/README.md @@ -0,0 +1,19 @@ +# @babel/helper-remap-async-to-generator + +> Helper function to remap async functions to generators + +See our website [@babel/helper-remap-async-to-generator](https://babeljs.io/docs/en/babel-helper-remap-async-to-generator) for more information. + +## Install + +Using npm: + +```sh +npm install --save @babel/helper-remap-async-to-generator +``` + +or using yarn: + +```sh +yarn add @babel/helper-remap-async-to-generator +``` diff --git a/FantasticAnimals/node_modules/@babel/helper-remap-async-to-generator/lib/index.js b/FantasticAnimals/node_modules/@babel/helper-remap-async-to-generator/lib/index.js new file mode 100644 index 0000000..8b69408 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-remap-async-to-generator/lib/index.js @@ -0,0 +1,78 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = _default; + +var _helperWrapFunction = require("@babel/helper-wrap-function"); + +var _helperAnnotateAsPure = require("@babel/helper-annotate-as-pure"); + +var _helperEnvironmentVisitor = require("@babel/helper-environment-visitor"); + +var _core = require("@babel/core"); + +var _t = require("@babel/types"); + +const { + callExpression, + cloneNode, + isIdentifier, + isThisExpression, + yieldExpression +} = _t; + +const awaitVisitor = _core.traverse.visitors.merge([{ + ArrowFunctionExpression(path) { + path.skip(); + }, + + AwaitExpression(path, { + wrapAwait + }) { + const argument = path.get("argument"); + path.replaceWith(yieldExpression(wrapAwait ? callExpression(cloneNode(wrapAwait), [argument.node]) : argument.node)); + } + +}, _helperEnvironmentVisitor.default]); + +function _default(path, helpers, noNewArrows, ignoreFunctionLength) { + path.traverse(awaitVisitor, { + wrapAwait: helpers.wrapAwait + }); + const isIIFE = checkIsIIFE(path); + path.node.async = false; + path.node.generator = true; + (0, _helperWrapFunction.default)(path, cloneNode(helpers.wrapAsync), noNewArrows, ignoreFunctionLength); + const isProperty = path.isObjectMethod() || path.isClassMethod() || path.parentPath.isObjectProperty() || path.parentPath.isClassProperty(); + + if (!isProperty && !isIIFE && path.isExpression()) { + (0, _helperAnnotateAsPure.default)(path); + } + + function checkIsIIFE(path) { + if (path.parentPath.isCallExpression({ + callee: path.node + })) { + return true; + } + + const { + parentPath + } = path; + + if (parentPath.isMemberExpression() && isIdentifier(parentPath.node.property, { + name: "bind" + })) { + const { + parentPath: bindCall + } = parentPath; + return bindCall.isCallExpression() && bindCall.node.arguments.length === 1 && isThisExpression(bindCall.node.arguments[0]) && bindCall.parentPath.isCallExpression({ + callee: bindCall.node + }); + } + + return false; + } +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-remap-async-to-generator/package.json b/FantasticAnimals/node_modules/@babel/helper-remap-async-to-generator/package.json new file mode 100644 index 0000000..f99deb6 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-remap-async-to-generator/package.json @@ -0,0 +1,34 @@ +{ + "name": "@babel/helper-remap-async-to-generator", + "version": "7.18.9", + "description": "Helper function to remap async functions to generators", + "repository": { + "type": "git", + "url": "https://github.com/babel/babel.git", + "directory": "packages/babel-helper-remap-async-to-generator" + }, + "homepage": "https://babel.dev/docs/en/next/babel-helper-remap-async-to-generator", + "license": "MIT", + "publishConfig": { + "access": "public" + }, + "main": "./lib/index.js", + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-wrap-function": "^7.18.9", + "@babel/types": "^7.18.9" + }, + "devDependencies": { + "@babel/core": "^7.18.9", + "@babel/traverse": "^7.18.9" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "author": "The Babel Team (https://babel.dev/team)", + "type": "commonjs" +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-replace-supers/LICENSE b/FantasticAnimals/node_modules/@babel/helper-replace-supers/LICENSE new file mode 100644 index 0000000..f31575e --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-replace-supers/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +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/FantasticAnimals/node_modules/@babel/helper-replace-supers/README.md b/FantasticAnimals/node_modules/@babel/helper-replace-supers/README.md new file mode 100644 index 0000000..7059266 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-replace-supers/README.md @@ -0,0 +1,19 @@ +# @babel/helper-replace-supers + +> Helper function to replace supers + +See our website [@babel/helper-replace-supers](https://babeljs.io/docs/en/babel-helper-replace-supers) for more information. + +## Install + +Using npm: + +```sh +npm install --save @babel/helper-replace-supers +``` + +or using yarn: + +```sh +yarn add @babel/helper-replace-supers +``` diff --git a/FantasticAnimals/node_modules/@babel/helper-replace-supers/lib/index.js b/FantasticAnimals/node_modules/@babel/helper-replace-supers/lib/index.js new file mode 100644 index 0000000..de2700d --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-replace-supers/lib/index.js @@ -0,0 +1,276 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = void 0; +Object.defineProperty(exports, "environmentVisitor", { + enumerable: true, + get: function () { + return _helperEnvironmentVisitor.default; + } +}); +Object.defineProperty(exports, "skipAllButComputedKey", { + enumerable: true, + get: function () { + return _helperEnvironmentVisitor.skipAllButComputedKey; + } +}); + +var _traverse = require("@babel/traverse"); + +var _helperMemberExpressionToFunctions = require("@babel/helper-member-expression-to-functions"); + +var _helperOptimiseCallExpression = require("@babel/helper-optimise-call-expression"); + +var _helperEnvironmentVisitor = require("@babel/helper-environment-visitor"); + +var _t = require("@babel/types"); + +const { + assignmentExpression, + booleanLiteral, + callExpression, + cloneNode, + identifier, + memberExpression, + sequenceExpression, + stringLiteral, + thisExpression +} = _t; + +function getPrototypeOfExpression(objectRef, isStatic, file, isPrivateMethod) { + objectRef = cloneNode(objectRef); + const targetRef = isStatic || isPrivateMethod ? objectRef : memberExpression(objectRef, identifier("prototype")); + return callExpression(file.addHelper("getPrototypeOf"), [targetRef]); +} + +const visitor = _traverse.default.visitors.merge([_helperEnvironmentVisitor.default, { + Super(path, state) { + const { + node, + parentPath + } = path; + if (!parentPath.isMemberExpression({ + object: node + })) return; + state.handle(parentPath); + } + +}]); + +const unshadowSuperBindingVisitor = _traverse.default.visitors.merge([_helperEnvironmentVisitor.default, { + Scopable(path, { + refName + }) { + const binding = path.scope.getOwnBinding(refName); + + if (binding && binding.identifier.name === refName) { + path.scope.rename(refName); + } + } + +}]); + +const specHandlers = { + memoise(superMember, count) { + const { + scope, + node + } = superMember; + const { + computed, + property + } = node; + + if (!computed) { + return; + } + + const memo = scope.maybeGenerateMemoised(property); + + if (!memo) { + return; + } + + this.memoiser.set(property, memo, count); + }, + + prop(superMember) { + const { + computed, + property + } = superMember.node; + + if (this.memoiser.has(property)) { + return cloneNode(this.memoiser.get(property)); + } + + if (computed) { + return cloneNode(property); + } + + return stringLiteral(property.name); + }, + + get(superMember) { + return this._get(superMember, this._getThisRefs()); + }, + + _get(superMember, thisRefs) { + const proto = getPrototypeOfExpression(this.getObjectRef(), this.isStatic, this.file, this.isPrivateMethod); + return callExpression(this.file.addHelper("get"), [thisRefs.memo ? sequenceExpression([thisRefs.memo, proto]) : proto, this.prop(superMember), thisRefs.this]); + }, + + _getThisRefs() { + if (!this.isDerivedConstructor) { + return { + this: thisExpression() + }; + } + + const thisRef = this.scope.generateDeclaredUidIdentifier("thisSuper"); + return { + memo: assignmentExpression("=", thisRef, thisExpression()), + this: cloneNode(thisRef) + }; + }, + + set(superMember, value) { + const thisRefs = this._getThisRefs(); + + const proto = getPrototypeOfExpression(this.getObjectRef(), this.isStatic, this.file, this.isPrivateMethod); + return callExpression(this.file.addHelper("set"), [thisRefs.memo ? sequenceExpression([thisRefs.memo, proto]) : proto, this.prop(superMember), value, thisRefs.this, booleanLiteral(superMember.isInStrictMode())]); + }, + + destructureSet(superMember) { + throw superMember.buildCodeFrameError(`Destructuring to a super field is not supported yet.`); + }, + + call(superMember, args) { + const thisRefs = this._getThisRefs(); + + return (0, _helperOptimiseCallExpression.default)(this._get(superMember, thisRefs), cloneNode(thisRefs.this), args, false); + }, + + optionalCall(superMember, args) { + const thisRefs = this._getThisRefs(); + + return (0, _helperOptimiseCallExpression.default)(this._get(superMember, thisRefs), cloneNode(thisRefs.this), args, true); + } + +}; +const looseHandlers = Object.assign({}, specHandlers, { + prop(superMember) { + const { + property + } = superMember.node; + + if (this.memoiser.has(property)) { + return cloneNode(this.memoiser.get(property)); + } + + return cloneNode(property); + }, + + get(superMember) { + const { + isStatic, + getSuperRef + } = this; + const { + computed + } = superMember.node; + const prop = this.prop(superMember); + let object; + + if (isStatic) { + var _getSuperRef; + + object = (_getSuperRef = getSuperRef()) != null ? _getSuperRef : memberExpression(identifier("Function"), identifier("prototype")); + } else { + var _getSuperRef2; + + object = memberExpression((_getSuperRef2 = getSuperRef()) != null ? _getSuperRef2 : identifier("Object"), identifier("prototype")); + } + + return memberExpression(object, prop, computed); + }, + + set(superMember, value) { + const { + computed + } = superMember.node; + const prop = this.prop(superMember); + return assignmentExpression("=", memberExpression(thisExpression(), prop, computed), value); + }, + + destructureSet(superMember) { + const { + computed + } = superMember.node; + const prop = this.prop(superMember); + return memberExpression(thisExpression(), prop, computed); + }, + + call(superMember, args) { + return (0, _helperOptimiseCallExpression.default)(this.get(superMember), thisExpression(), args, false); + }, + + optionalCall(superMember, args) { + return (0, _helperOptimiseCallExpression.default)(this.get(superMember), thisExpression(), args, true); + } + +}); + +class ReplaceSupers { + constructor(opts) { + var _opts$constantSuper; + + const path = opts.methodPath; + this.methodPath = path; + this.isDerivedConstructor = path.isClassMethod({ + kind: "constructor" + }) && !!opts.superRef; + this.isStatic = path.isObjectMethod() || path.node.static || (path.isStaticBlock == null ? void 0 : path.isStaticBlock()); + this.isPrivateMethod = path.isPrivate() && path.isMethod(); + this.file = opts.file; + this.constantSuper = (_opts$constantSuper = opts.constantSuper) != null ? _opts$constantSuper : opts.isLoose; + this.opts = opts; + } + + getObjectRef() { + return cloneNode(this.opts.objectRef || this.opts.getObjectRef()); + } + + getSuperRef() { + if (this.opts.superRef) return cloneNode(this.opts.superRef); + + if (this.opts.getSuperRef) { + return cloneNode(this.opts.getSuperRef()); + } + } + + replace() { + if (this.opts.refToPreserve) { + this.methodPath.traverse(unshadowSuperBindingVisitor, { + refName: this.opts.refToPreserve.name + }); + } + + const handler = this.constantSuper ? looseHandlers : specHandlers; + (0, _helperMemberExpressionToFunctions.default)(this.methodPath, visitor, Object.assign({ + file: this.file, + scope: this.methodPath.scope, + isDerivedConstructor: this.isDerivedConstructor, + isStatic: this.isStatic, + isPrivateMethod: this.isPrivateMethod, + getObjectRef: this.getObjectRef.bind(this), + getSuperRef: this.getSuperRef.bind(this), + boundGet: handler.get + }, handler)); + } + +} + +exports.default = ReplaceSupers; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-replace-supers/package.json b/FantasticAnimals/node_modules/@babel/helper-replace-supers/package.json new file mode 100644 index 0000000..249d81d --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-replace-supers/package.json @@ -0,0 +1,28 @@ +{ + "name": "@babel/helper-replace-supers", + "version": "7.18.9", + "description": "Helper function to replace supers", + "repository": { + "type": "git", + "url": "https://github.com/babel/babel.git", + "directory": "packages/babel-helper-replace-supers" + }, + "homepage": "https://babel.dev/docs/en/next/babel-helper-replace-supers", + "license": "MIT", + "publishConfig": { + "access": "public" + }, + "main": "./lib/index.js", + "dependencies": { + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-member-expression-to-functions": "^7.18.9", + "@babel/helper-optimise-call-expression": "^7.18.6", + "@babel/traverse": "^7.18.9", + "@babel/types": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "author": "The Babel Team (https://babel.dev/team)", + "type": "commonjs" +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-simple-access/LICENSE b/FantasticAnimals/node_modules/@babel/helper-simple-access/LICENSE new file mode 100644 index 0000000..f31575e --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-simple-access/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +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/FantasticAnimals/node_modules/@babel/helper-simple-access/README.md b/FantasticAnimals/node_modules/@babel/helper-simple-access/README.md new file mode 100644 index 0000000..01aa70a --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-simple-access/README.md @@ -0,0 +1,19 @@ +# @babel/helper-simple-access + +> Babel helper for ensuring that access to a given value is performed through simple accesses + +See our website [@babel/helper-simple-access](https://babeljs.io/docs/en/babel-helper-simple-access) for more information. + +## Install + +Using npm: + +```sh +npm install --save @babel/helper-simple-access +``` + +or using yarn: + +```sh +yarn add @babel/helper-simple-access +``` diff --git a/FantasticAnimals/node_modules/@babel/helper-simple-access/lib/index.js b/FantasticAnimals/node_modules/@babel/helper-simple-access/lib/index.js new file mode 100644 index 0000000..0f19aea --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-simple-access/lib/index.js @@ -0,0 +1,100 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = simplifyAccess; + +var _t = require("@babel/types"); + +const { + LOGICAL_OPERATORS, + assignmentExpression, + binaryExpression, + cloneNode, + identifier, + logicalExpression, + numericLiteral, + sequenceExpression, + unaryExpression +} = _t; + +function simplifyAccess(path, bindingNames, includeUpdateExpression = true) { + path.traverse(simpleAssignmentVisitor, { + scope: path.scope, + bindingNames, + seen: new WeakSet(), + includeUpdateExpression + }); +} + +const simpleAssignmentVisitor = { + UpdateExpression: { + exit(path) { + const { + scope, + bindingNames, + includeUpdateExpression + } = this; + + if (!includeUpdateExpression) { + return; + } + + const arg = path.get("argument"); + if (!arg.isIdentifier()) return; + const localName = arg.node.name; + if (!bindingNames.has(localName)) return; + + if (scope.getBinding(localName) !== path.scope.getBinding(localName)) { + return; + } + + if (path.parentPath.isExpressionStatement() && !path.isCompletionRecord()) { + const operator = path.node.operator == "++" ? "+=" : "-="; + path.replaceWith(assignmentExpression(operator, arg.node, numericLiteral(1))); + } else if (path.node.prefix) { + path.replaceWith(assignmentExpression("=", identifier(localName), binaryExpression(path.node.operator[0], unaryExpression("+", arg.node), numericLiteral(1)))); + } else { + const old = path.scope.generateUidIdentifierBasedOnNode(arg.node, "old"); + const varName = old.name; + path.scope.push({ + id: old + }); + const binary = binaryExpression(path.node.operator[0], identifier(varName), numericLiteral(1)); + path.replaceWith(sequenceExpression([assignmentExpression("=", identifier(varName), unaryExpression("+", arg.node)), assignmentExpression("=", cloneNode(arg.node), binary), identifier(varName)])); + } + } + + }, + AssignmentExpression: { + exit(path) { + const { + scope, + seen, + bindingNames + } = this; + if (path.node.operator === "=") return; + if (seen.has(path.node)) return; + seen.add(path.node); + const left = path.get("left"); + if (!left.isIdentifier()) return; + const localName = left.node.name; + if (!bindingNames.has(localName)) return; + + if (scope.getBinding(localName) !== path.scope.getBinding(localName)) { + return; + } + + const operator = path.node.operator.slice(0, -1); + + if (LOGICAL_OPERATORS.includes(operator)) { + path.replaceWith(logicalExpression(operator, path.node.left, assignmentExpression("=", cloneNode(path.node.left), path.node.right))); + } else { + path.node.right = binaryExpression(operator, cloneNode(path.node.left), path.node.right); + path.node.operator = "="; + } + } + + } +}; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-simple-access/package.json b/FantasticAnimals/node_modules/@babel/helper-simple-access/package.json new file mode 100644 index 0000000..b360910 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-simple-access/package.json @@ -0,0 +1,27 @@ +{ + "name": "@babel/helper-simple-access", + "version": "7.18.6", + "description": "Babel helper for ensuring that access to a given value is performed through simple accesses", + "author": "The Babel Team (https://babel.dev/team)", + "homepage": "https://babel.dev/docs/en/next/babel-helper-simple-access", + "license": "MIT", + "publishConfig": { + "access": "public" + }, + "repository": { + "type": "git", + "url": "https://github.com/babel/babel.git", + "directory": "packages/babel-helper-simple-access" + }, + "main": "./lib/index.js", + "dependencies": { + "@babel/types": "^7.18.6" + }, + "devDependencies": { + "@babel/traverse": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "type": "commonjs" +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-skip-transparent-expression-wrappers/LICENSE b/FantasticAnimals/node_modules/@babel/helper-skip-transparent-expression-wrappers/LICENSE new file mode 100644 index 0000000..f31575e --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-skip-transparent-expression-wrappers/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +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/FantasticAnimals/node_modules/@babel/helper-skip-transparent-expression-wrappers/README.md b/FantasticAnimals/node_modules/@babel/helper-skip-transparent-expression-wrappers/README.md new file mode 100644 index 0000000..06ae3b7 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-skip-transparent-expression-wrappers/README.md @@ -0,0 +1,19 @@ +# @babel/helper-skip-transparent-expression-wrappers + +> Helper which skips types and parentheses + +See our website [@babel/helper-skip-transparent-expression-wrappers](https://babeljs.io/docs/en/babel-helper-skip-transparent-expression-wrappers) for more information. + +## Install + +Using npm: + +```sh +npm install --save @babel/helper-skip-transparent-expression-wrappers +``` + +or using yarn: + +```sh +yarn add @babel/helper-skip-transparent-expression-wrappers +``` diff --git a/FantasticAnimals/node_modules/@babel/helper-skip-transparent-expression-wrappers/lib/index.js b/FantasticAnimals/node_modules/@babel/helper-skip-transparent-expression-wrappers/lib/index.js new file mode 100644 index 0000000..1781b52 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-skip-transparent-expression-wrappers/lib/index.js @@ -0,0 +1,38 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.isTransparentExprWrapper = isTransparentExprWrapper; +exports.skipTransparentExprWrapperNodes = skipTransparentExprWrapperNodes; +exports.skipTransparentExprWrappers = skipTransparentExprWrappers; + +var _t = require("@babel/types"); + +const { + isParenthesizedExpression, + isTSAsExpression, + isTSNonNullExpression, + isTSTypeAssertion, + isTypeCastExpression +} = _t; + +function isTransparentExprWrapper(node) { + return isTSAsExpression(node) || isTSTypeAssertion(node) || isTSNonNullExpression(node) || isTypeCastExpression(node) || isParenthesizedExpression(node); +} + +function skipTransparentExprWrappers(path) { + while (isTransparentExprWrapper(path.node)) { + path = path.get("expression"); + } + + return path; +} + +function skipTransparentExprWrapperNodes(node) { + while (isTransparentExprWrapper(node)) { + node = node.expression; + } + + return node; +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-skip-transparent-expression-wrappers/package.json b/FantasticAnimals/node_modules/@babel/helper-skip-transparent-expression-wrappers/package.json new file mode 100644 index 0000000..88753bc --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-skip-transparent-expression-wrappers/package.json @@ -0,0 +1,30 @@ +{ + "name": "@babel/helper-skip-transparent-expression-wrappers", + "version": "7.18.9", + "description": "Helper which skips types and parentheses", + "repository": { + "type": "git", + "url": "https://github.com/babel/babel.git", + "directory": "packages/babel-helper-skip-transparent-expression-wrappers" + }, + "license": "MIT", + "publishConfig": { + "access": "public" + }, + "main": "./lib/index.js", + "exports": { + ".": "./lib/index.js", + "./package.json": "./package.json" + }, + "dependencies": { + "@babel/types": "^7.18.9" + }, + "devDependencies": { + "@babel/traverse": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "author": "The Babel Team (https://babel.dev/team)", + "type": "commonjs" +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-split-export-declaration/LICENSE b/FantasticAnimals/node_modules/@babel/helper-split-export-declaration/LICENSE new file mode 100644 index 0000000..f31575e --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-split-export-declaration/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +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/FantasticAnimals/node_modules/@babel/helper-split-export-declaration/README.md b/FantasticAnimals/node_modules/@babel/helper-split-export-declaration/README.md new file mode 100644 index 0000000..b76e8ef --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-split-export-declaration/README.md @@ -0,0 +1,19 @@ +# @babel/helper-split-export-declaration + +> + +See our website [@babel/helper-split-export-declaration](https://babeljs.io/docs/en/babel-helper-split-export-declaration) for more information. + +## Install + +Using npm: + +```sh +npm install --save @babel/helper-split-export-declaration +``` + +or using yarn: + +```sh +yarn add @babel/helper-split-export-declaration +``` diff --git a/FantasticAnimals/node_modules/@babel/helper-split-export-declaration/lib/index.js b/FantasticAnimals/node_modules/@babel/helper-split-export-declaration/lib/index.js new file mode 100644 index 0000000..89cb62f --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-split-export-declaration/lib/index.js @@ -0,0 +1,63 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = splitExportDeclaration; + +var _t = require("@babel/types"); + +const { + cloneNode, + exportNamedDeclaration, + exportSpecifier, + identifier, + variableDeclaration, + variableDeclarator +} = _t; + +function splitExportDeclaration(exportDeclaration) { + if (!exportDeclaration.isExportDeclaration() || exportDeclaration.isExportAllDeclaration()) { + throw new Error("Only default and named export declarations can be split."); + } + + if (exportDeclaration.isExportDefaultDeclaration()) { + const declaration = exportDeclaration.get("declaration"); + const standaloneDeclaration = declaration.isFunctionDeclaration() || declaration.isClassDeclaration(); + const scope = declaration.isScope() ? declaration.scope.parent : declaration.scope; + let id = declaration.node.id; + let needBindingRegistration = false; + + if (!id) { + needBindingRegistration = true; + id = scope.generateUidIdentifier("default"); + + if (standaloneDeclaration || declaration.isFunctionExpression() || declaration.isClassExpression()) { + declaration.node.id = cloneNode(id); + } + } + + const updatedDeclaration = standaloneDeclaration ? declaration.node : variableDeclaration("var", [variableDeclarator(cloneNode(id), declaration.node)]); + const updatedExportDeclaration = exportNamedDeclaration(null, [exportSpecifier(cloneNode(id), identifier("default"))]); + exportDeclaration.insertAfter(updatedExportDeclaration); + exportDeclaration.replaceWith(updatedDeclaration); + + if (needBindingRegistration) { + scope.registerDeclaration(exportDeclaration); + } + + return exportDeclaration; + } else if (exportDeclaration.get("specifiers").length > 0) { + throw new Error("It doesn't make sense to split exported specifiers."); + } + + const declaration = exportDeclaration.get("declaration"); + const bindingIdentifiers = declaration.getOuterBindingIdentifiers(); + const specifiers = Object.keys(bindingIdentifiers).map(name => { + return exportSpecifier(identifier(name), identifier(name)); + }); + const aliasDeclar = exportNamedDeclaration(null, specifiers); + exportDeclaration.insertAfter(aliasDeclar); + exportDeclaration.replaceWith(declaration.node); + return exportDeclaration; +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-split-export-declaration/package.json b/FantasticAnimals/node_modules/@babel/helper-split-export-declaration/package.json new file mode 100644 index 0000000..d2edb7f --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-split-export-declaration/package.json @@ -0,0 +1,24 @@ +{ + "name": "@babel/helper-split-export-declaration", + "version": "7.18.6", + "description": "", + "repository": { + "type": "git", + "url": "https://github.com/babel/babel.git", + "directory": "packages/babel-helper-split-export-declaration" + }, + "homepage": "https://babel.dev/docs/en/next/babel-helper-split-export-declaration", + "license": "MIT", + "publishConfig": { + "access": "public" + }, + "main": "./lib/index.js", + "dependencies": { + "@babel/types": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "author": "The Babel Team (https://babel.dev/team)", + "type": "commonjs" +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-string-parser/LICENSE b/FantasticAnimals/node_modules/@babel/helper-string-parser/LICENSE new file mode 100644 index 0000000..f31575e --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-string-parser/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +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/FantasticAnimals/node_modules/@babel/helper-string-parser/README.md b/FantasticAnimals/node_modules/@babel/helper-string-parser/README.md new file mode 100644 index 0000000..5a13b5f --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-string-parser/README.md @@ -0,0 +1,19 @@ +# @babel/helper-string-parser + +> A utility package to parse strings + +See our website [@babel/helper-string-parser](https://babeljs.io/docs/en/babel-helper-string-parser) for more information. + +## Install + +Using npm: + +```sh +npm install --save @babel/helper-string-parser +``` + +or using yarn: + +```sh +yarn add @babel/helper-string-parser +``` diff --git a/FantasticAnimals/node_modules/@babel/helper-string-parser/lib/index.js b/FantasticAnimals/node_modules/@babel/helper-string-parser/lib/index.js new file mode 100644 index 0000000..737ce62 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-string-parser/lib/index.js @@ -0,0 +1,328 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.readCodePoint = readCodePoint; +exports.readInt = readInt; +exports.readStringContents = readStringContents; + +var _isDigit = function isDigit(code) { + return code >= 48 && code <= 57; +}; + +const forbiddenNumericSeparatorSiblings = { + decBinOct: new Set([46, 66, 69, 79, 95, 98, 101, 111]), + hex: new Set([46, 88, 95, 120]) +}; +const isAllowedNumericSeparatorSibling = { + bin: ch => ch === 48 || ch === 49, + oct: ch => ch >= 48 && ch <= 55, + dec: ch => ch >= 48 && ch <= 57, + hex: ch => ch >= 48 && ch <= 57 || ch >= 65 && ch <= 70 || ch >= 97 && ch <= 102 +}; + +function readStringContents(type, input, pos, lineStart, curLine, errors) { + const initialPos = pos; + const initialLineStart = lineStart; + const initialCurLine = curLine; + let out = ""; + let containsInvalid = false; + let chunkStart = pos; + const { + length + } = input; + + for (;;) { + if (pos >= length) { + errors.unterminated(initialPos, initialLineStart, initialCurLine); + out += input.slice(chunkStart, pos); + break; + } + + const ch = input.charCodeAt(pos); + + if (isStringEnd(type, ch, input, pos)) { + out += input.slice(chunkStart, pos); + break; + } + + if (ch === 92) { + out += input.slice(chunkStart, pos); + let escaped; + ({ + ch: escaped, + pos, + lineStart, + curLine + } = readEscapedChar(input, pos, lineStart, curLine, type === "template", errors)); + + if (escaped === null) { + containsInvalid = true; + } else { + out += escaped; + } + + chunkStart = pos; + } else if (ch === 8232 || ch === 8233) { + ++pos; + ++curLine; + lineStart = pos; + } else if (ch === 10 || ch === 13) { + if (type === "template") { + out += input.slice(chunkStart, pos) + "\n"; + ++pos; + + if (ch === 13 && input.charCodeAt(pos) === 10) { + ++pos; + } + + ++curLine; + chunkStart = lineStart = pos; + } else { + errors.unterminated(initialPos, initialLineStart, initialCurLine); + } + } else { + ++pos; + } + } + + return { + pos, + str: out, + containsInvalid, + lineStart, + curLine + }; +} + +function isStringEnd(type, ch, input, pos) { + if (type === "template") { + return ch === 96 || ch === 36 && input.charCodeAt(pos + 1) === 123; + } + + return ch === (type === "double" ? 34 : 39); +} + +function readEscapedChar(input, pos, lineStart, curLine, inTemplate, errors) { + const throwOnInvalid = !inTemplate; + pos++; + + const res = ch => ({ + pos, + ch, + lineStart, + curLine + }); + + const ch = input.charCodeAt(pos++); + + switch (ch) { + case 110: + return res("\n"); + + case 114: + return res("\r"); + + case 120: + { + let code; + ({ + code, + pos + } = readHexChar(input, pos, lineStart, curLine, 2, false, throwOnInvalid, errors)); + return res(code === null ? null : String.fromCharCode(code)); + } + + case 117: + { + let code; + ({ + code, + pos + } = readCodePoint(input, pos, lineStart, curLine, throwOnInvalid, errors)); + return res(code === null ? null : String.fromCodePoint(code)); + } + + case 116: + return res("\t"); + + case 98: + return res("\b"); + + case 118: + return res("\u000b"); + + case 102: + return res("\f"); + + case 13: + if (input.charCodeAt(pos) === 10) { + ++pos; + } + + case 10: + lineStart = pos; + ++curLine; + + case 8232: + case 8233: + return res(""); + + case 56: + case 57: + if (inTemplate) { + return res(null); + } else { + errors.strictNumericEscape(pos - 1, lineStart, curLine); + } + + default: + if (ch >= 48 && ch <= 55) { + const startPos = pos - 1; + const match = input.slice(startPos, pos + 2).match(/^[0-7]+/); + let octalStr = match[0]; + let octal = parseInt(octalStr, 8); + + if (octal > 255) { + octalStr = octalStr.slice(0, -1); + octal = parseInt(octalStr, 8); + } + + pos += octalStr.length - 1; + const next = input.charCodeAt(pos); + + if (octalStr !== "0" || next === 56 || next === 57) { + if (inTemplate) { + return res(null); + } else { + errors.strictNumericEscape(startPos, lineStart, curLine); + } + } + + return res(String.fromCharCode(octal)); + } + + return res(String.fromCharCode(ch)); + } +} + +function readHexChar(input, pos, lineStart, curLine, len, forceLen, throwOnInvalid, errors) { + const initialPos = pos; + let n; + ({ + n, + pos + } = readInt(input, pos, lineStart, curLine, 16, len, forceLen, false, errors)); + + if (n === null) { + if (throwOnInvalid) { + errors.invalidEscapeSequence(initialPos, lineStart, curLine); + } else { + pos = initialPos - 1; + } + } + + return { + code: n, + pos + }; +} + +function readInt(input, pos, lineStart, curLine, radix, len, forceLen, allowNumSeparator, errors) { + const start = pos; + const forbiddenSiblings = radix === 16 ? forbiddenNumericSeparatorSiblings.hex : forbiddenNumericSeparatorSiblings.decBinOct; + const isAllowedSibling = radix === 16 ? isAllowedNumericSeparatorSibling.hex : radix === 10 ? isAllowedNumericSeparatorSibling.dec : radix === 8 ? isAllowedNumericSeparatorSibling.oct : isAllowedNumericSeparatorSibling.bin; + let invalid = false; + let total = 0; + + for (let i = 0, e = len == null ? Infinity : len; i < e; ++i) { + const code = input.charCodeAt(pos); + let val; + + if (code === 95 && allowNumSeparator !== "bail") { + const prev = input.charCodeAt(pos - 1); + const next = input.charCodeAt(pos + 1); + + if (!allowNumSeparator) { + errors.numericSeparatorInEscapeSequence(pos, lineStart, curLine); + } else if (Number.isNaN(next) || !isAllowedSibling(next) || forbiddenSiblings.has(prev) || forbiddenSiblings.has(next)) { + errors.unexpectedNumericSeparator(pos, lineStart, curLine); + } + + ++pos; + continue; + } + + if (code >= 97) { + val = code - 97 + 10; + } else if (code >= 65) { + val = code - 65 + 10; + } else if (_isDigit(code)) { + val = code - 48; + } else { + val = Infinity; + } + + if (val >= radix) { + if (val <= 9 && errors.invalidDigit(pos, lineStart, curLine, radix)) { + val = 0; + } else if (forceLen) { + val = 0; + invalid = true; + } else { + break; + } + } + + ++pos; + total = total * radix + val; + } + + if (pos === start || len != null && pos - start !== len || invalid) { + return { + n: null, + pos + }; + } + + return { + n: total, + pos + }; +} + +function readCodePoint(input, pos, lineStart, curLine, throwOnInvalid, errors) { + const ch = input.charCodeAt(pos); + let code; + + if (ch === 123) { + ++pos; + ({ + code, + pos + } = readHexChar(input, pos, lineStart, curLine, input.indexOf("}", pos) - pos, true, throwOnInvalid, errors)); + ++pos; + + if (code !== null && code > 0x10ffff) { + if (throwOnInvalid) { + errors.invalidCodePoint(pos, lineStart, curLine); + } else { + return { + code: null, + pos + }; + } + } + } else { + ({ + code, + pos + } = readHexChar(input, pos, lineStart, curLine, 4, false, throwOnInvalid, errors)); + } + + return { + code, + pos + }; +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-string-parser/package.json b/FantasticAnimals/node_modules/@babel/helper-string-parser/package.json new file mode 100644 index 0000000..b25007b --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-string-parser/package.json @@ -0,0 +1,28 @@ +{ + "name": "@babel/helper-string-parser", + "version": "7.18.10", + "description": "A utility package to parse strings", + "repository": { + "type": "git", + "url": "https://github.com/babel/babel.git", + "directory": "packages/babel-helper-string-parser" + }, + "homepage": "https://babel.dev/docs/en/next/babel-helper-string-parser", + "license": "MIT", + "publishConfig": { + "access": "public" + }, + "main": "./lib/index.js", + "devDependencies": { + "charcodes": "^0.2.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "author": "The Babel Team (https://babel.dev/team)", + "exports": { + ".": "./lib/index.js", + "./package.json": "./package.json" + }, + "type": "commonjs" +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-validator-identifier/LICENSE b/FantasticAnimals/node_modules/@babel/helper-validator-identifier/LICENSE new file mode 100644 index 0000000..f31575e --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-validator-identifier/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +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/FantasticAnimals/node_modules/@babel/helper-validator-identifier/README.md b/FantasticAnimals/node_modules/@babel/helper-validator-identifier/README.md new file mode 100644 index 0000000..4f704c4 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-validator-identifier/README.md @@ -0,0 +1,19 @@ +# @babel/helper-validator-identifier + +> Validate identifier/keywords name + +See our website [@babel/helper-validator-identifier](https://babeljs.io/docs/en/babel-helper-validator-identifier) for more information. + +## Install + +Using npm: + +```sh +npm install --save @babel/helper-validator-identifier +``` + +or using yarn: + +```sh +yarn add @babel/helper-validator-identifier +``` diff --git a/FantasticAnimals/node_modules/@babel/helper-validator-identifier/lib/identifier.js b/FantasticAnimals/node_modules/@babel/helper-validator-identifier/lib/identifier.js new file mode 100644 index 0000000..cbade22 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-validator-identifier/lib/identifier.js @@ -0,0 +1,84 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.isIdentifierChar = isIdentifierChar; +exports.isIdentifierName = isIdentifierName; +exports.isIdentifierStart = isIdentifierStart; +let nonASCIIidentifierStartChars = "\xaa\xb5\xba\xc0-\xd6\xd8-\xf6\xf8-\u02c1\u02c6-\u02d1\u02e0-\u02e4\u02ec\u02ee\u0370-\u0374\u0376\u0377\u037a-\u037d\u037f\u0386\u0388-\u038a\u038c\u038e-\u03a1\u03a3-\u03f5\u03f7-\u0481\u048a-\u052f\u0531-\u0556\u0559\u0560-\u0588\u05d0-\u05ea\u05ef-\u05f2\u0620-\u064a\u066e\u066f\u0671-\u06d3\u06d5\u06e5\u06e6\u06ee\u06ef\u06fa-\u06fc\u06ff\u0710\u0712-\u072f\u074d-\u07a5\u07b1\u07ca-\u07ea\u07f4\u07f5\u07fa\u0800-\u0815\u081a\u0824\u0828\u0840-\u0858\u0860-\u086a\u0870-\u0887\u0889-\u088e\u08a0-\u08c9\u0904-\u0939\u093d\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098c\u098f\u0990\u0993-\u09a8\u09aa-\u09b0\u09b2\u09b6-\u09b9\u09bd\u09ce\u09dc\u09dd\u09df-\u09e1\u09f0\u09f1\u09fc\u0a05-\u0a0a\u0a0f\u0a10\u0a13-\u0a28\u0a2a-\u0a30\u0a32\u0a33\u0a35\u0a36\u0a38\u0a39\u0a59-\u0a5c\u0a5e\u0a72-\u0a74\u0a85-\u0a8d\u0a8f-\u0a91\u0a93-\u0aa8\u0aaa-\u0ab0\u0ab2\u0ab3\u0ab5-\u0ab9\u0abd\u0ad0\u0ae0\u0ae1\u0af9\u0b05-\u0b0c\u0b0f\u0b10\u0b13-\u0b28\u0b2a-\u0b30\u0b32\u0b33\u0b35-\u0b39\u0b3d\u0b5c\u0b5d\u0b5f-\u0b61\u0b71\u0b83\u0b85-\u0b8a\u0b8e-\u0b90\u0b92-\u0b95\u0b99\u0b9a\u0b9c\u0b9e\u0b9f\u0ba3\u0ba4\u0ba8-\u0baa\u0bae-\u0bb9\u0bd0\u0c05-\u0c0c\u0c0e-\u0c10\u0c12-\u0c28\u0c2a-\u0c39\u0c3d\u0c58-\u0c5a\u0c5d\u0c60\u0c61\u0c80\u0c85-\u0c8c\u0c8e-\u0c90\u0c92-\u0ca8\u0caa-\u0cb3\u0cb5-\u0cb9\u0cbd\u0cdd\u0cde\u0ce0\u0ce1\u0cf1\u0cf2\u0d04-\u0d0c\u0d0e-\u0d10\u0d12-\u0d3a\u0d3d\u0d4e\u0d54-\u0d56\u0d5f-\u0d61\u0d7a-\u0d7f\u0d85-\u0d96\u0d9a-\u0db1\u0db3-\u0dbb\u0dbd\u0dc0-\u0dc6\u0e01-\u0e30\u0e32\u0e33\u0e40-\u0e46\u0e81\u0e82\u0e84\u0e86-\u0e8a\u0e8c-\u0ea3\u0ea5\u0ea7-\u0eb0\u0eb2\u0eb3\u0ebd\u0ec0-\u0ec4\u0ec6\u0edc-\u0edf\u0f00\u0f40-\u0f47\u0f49-\u0f6c\u0f88-\u0f8c\u1000-\u102a\u103f\u1050-\u1055\u105a-\u105d\u1061\u1065\u1066\u106e-\u1070\u1075-\u1081\u108e\u10a0-\u10c5\u10c7\u10cd\u10d0-\u10fa\u10fc-\u1248\u124a-\u124d\u1250-\u1256\u1258\u125a-\u125d\u1260-\u1288\u128a-\u128d\u1290-\u12b0\u12b2-\u12b5\u12b8-\u12be\u12c0\u12c2-\u12c5\u12c8-\u12d6\u12d8-\u1310\u1312-\u1315\u1318-\u135a\u1380-\u138f\u13a0-\u13f5\u13f8-\u13fd\u1401-\u166c\u166f-\u167f\u1681-\u169a\u16a0-\u16ea\u16ee-\u16f8\u1700-\u1711\u171f-\u1731\u1740-\u1751\u1760-\u176c\u176e-\u1770\u1780-\u17b3\u17d7\u17dc\u1820-\u1878\u1880-\u18a8\u18aa\u18b0-\u18f5\u1900-\u191e\u1950-\u196d\u1970-\u1974\u1980-\u19ab\u19b0-\u19c9\u1a00-\u1a16\u1a20-\u1a54\u1aa7\u1b05-\u1b33\u1b45-\u1b4c\u1b83-\u1ba0\u1bae\u1baf\u1bba-\u1be5\u1c00-\u1c23\u1c4d-\u1c4f\u1c5a-\u1c7d\u1c80-\u1c88\u1c90-\u1cba\u1cbd-\u1cbf\u1ce9-\u1cec\u1cee-\u1cf3\u1cf5\u1cf6\u1cfa\u1d00-\u1dbf\u1e00-\u1f15\u1f18-\u1f1d\u1f20-\u1f45\u1f48-\u1f4d\u1f50-\u1f57\u1f59\u1f5b\u1f5d\u1f5f-\u1f7d\u1f80-\u1fb4\u1fb6-\u1fbc\u1fbe\u1fc2-\u1fc4\u1fc6-\u1fcc\u1fd0-\u1fd3\u1fd6-\u1fdb\u1fe0-\u1fec\u1ff2-\u1ff4\u1ff6-\u1ffc\u2071\u207f\u2090-\u209c\u2102\u2107\u210a-\u2113\u2115\u2118-\u211d\u2124\u2126\u2128\u212a-\u2139\u213c-\u213f\u2145-\u2149\u214e\u2160-\u2188\u2c00-\u2ce4\u2ceb-\u2cee\u2cf2\u2cf3\u2d00-\u2d25\u2d27\u2d2d\u2d30-\u2d67\u2d6f\u2d80-\u2d96\u2da0-\u2da6\u2da8-\u2dae\u2db0-\u2db6\u2db8-\u2dbe\u2dc0-\u2dc6\u2dc8-\u2dce\u2dd0-\u2dd6\u2dd8-\u2dde\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303c\u3041-\u3096\u309b-\u309f\u30a1-\u30fa\u30fc-\u30ff\u3105-\u312f\u3131-\u318e\u31a0-\u31bf\u31f0-\u31ff\u3400-\u4dbf\u4e00-\ua48c\ua4d0-\ua4fd\ua500-\ua60c\ua610-\ua61f\ua62a\ua62b\ua640-\ua66e\ua67f-\ua69d\ua6a0-\ua6ef\ua717-\ua71f\ua722-\ua788\ua78b-\ua7ca\ua7d0\ua7d1\ua7d3\ua7d5-\ua7d9\ua7f2-\ua801\ua803-\ua805\ua807-\ua80a\ua80c-\ua822\ua840-\ua873\ua882-\ua8b3\ua8f2-\ua8f7\ua8fb\ua8fd\ua8fe\ua90a-\ua925\ua930-\ua946\ua960-\ua97c\ua984-\ua9b2\ua9cf\ua9e0-\ua9e4\ua9e6-\ua9ef\ua9fa-\ua9fe\uaa00-\uaa28\uaa40-\uaa42\uaa44-\uaa4b\uaa60-\uaa76\uaa7a\uaa7e-\uaaaf\uaab1\uaab5\uaab6\uaab9-\uaabd\uaac0\uaac2\uaadb-\uaadd\uaae0-\uaaea\uaaf2-\uaaf4\uab01-\uab06\uab09-\uab0e\uab11-\uab16\uab20-\uab26\uab28-\uab2e\uab30-\uab5a\uab5c-\uab69\uab70-\uabe2\uac00-\ud7a3\ud7b0-\ud7c6\ud7cb-\ud7fb\uf900-\ufa6d\ufa70-\ufad9\ufb00-\ufb06\ufb13-\ufb17\ufb1d\ufb1f-\ufb28\ufb2a-\ufb36\ufb38-\ufb3c\ufb3e\ufb40\ufb41\ufb43\ufb44\ufb46-\ufbb1\ufbd3-\ufd3d\ufd50-\ufd8f\ufd92-\ufdc7\ufdf0-\ufdfb\ufe70-\ufe74\ufe76-\ufefc\uff21-\uff3a\uff41-\uff5a\uff66-\uffbe\uffc2-\uffc7\uffca-\uffcf\uffd2-\uffd7\uffda-\uffdc"; +let nonASCIIidentifierChars = "\u200c\u200d\xb7\u0300-\u036f\u0387\u0483-\u0487\u0591-\u05bd\u05bf\u05c1\u05c2\u05c4\u05c5\u05c7\u0610-\u061a\u064b-\u0669\u0670\u06d6-\u06dc\u06df-\u06e4\u06e7\u06e8\u06ea-\u06ed\u06f0-\u06f9\u0711\u0730-\u074a\u07a6-\u07b0\u07c0-\u07c9\u07eb-\u07f3\u07fd\u0816-\u0819\u081b-\u0823\u0825-\u0827\u0829-\u082d\u0859-\u085b\u0898-\u089f\u08ca-\u08e1\u08e3-\u0903\u093a-\u093c\u093e-\u094f\u0951-\u0957\u0962\u0963\u0966-\u096f\u0981-\u0983\u09bc\u09be-\u09c4\u09c7\u09c8\u09cb-\u09cd\u09d7\u09e2\u09e3\u09e6-\u09ef\u09fe\u0a01-\u0a03\u0a3c\u0a3e-\u0a42\u0a47\u0a48\u0a4b-\u0a4d\u0a51\u0a66-\u0a71\u0a75\u0a81-\u0a83\u0abc\u0abe-\u0ac5\u0ac7-\u0ac9\u0acb-\u0acd\u0ae2\u0ae3\u0ae6-\u0aef\u0afa-\u0aff\u0b01-\u0b03\u0b3c\u0b3e-\u0b44\u0b47\u0b48\u0b4b-\u0b4d\u0b55-\u0b57\u0b62\u0b63\u0b66-\u0b6f\u0b82\u0bbe-\u0bc2\u0bc6-\u0bc8\u0bca-\u0bcd\u0bd7\u0be6-\u0bef\u0c00-\u0c04\u0c3c\u0c3e-\u0c44\u0c46-\u0c48\u0c4a-\u0c4d\u0c55\u0c56\u0c62\u0c63\u0c66-\u0c6f\u0c81-\u0c83\u0cbc\u0cbe-\u0cc4\u0cc6-\u0cc8\u0cca-\u0ccd\u0cd5\u0cd6\u0ce2\u0ce3\u0ce6-\u0cef\u0d00-\u0d03\u0d3b\u0d3c\u0d3e-\u0d44\u0d46-\u0d48\u0d4a-\u0d4d\u0d57\u0d62\u0d63\u0d66-\u0d6f\u0d81-\u0d83\u0dca\u0dcf-\u0dd4\u0dd6\u0dd8-\u0ddf\u0de6-\u0def\u0df2\u0df3\u0e31\u0e34-\u0e3a\u0e47-\u0e4e\u0e50-\u0e59\u0eb1\u0eb4-\u0ebc\u0ec8-\u0ecd\u0ed0-\u0ed9\u0f18\u0f19\u0f20-\u0f29\u0f35\u0f37\u0f39\u0f3e\u0f3f\u0f71-\u0f84\u0f86\u0f87\u0f8d-\u0f97\u0f99-\u0fbc\u0fc6\u102b-\u103e\u1040-\u1049\u1056-\u1059\u105e-\u1060\u1062-\u1064\u1067-\u106d\u1071-\u1074\u1082-\u108d\u108f-\u109d\u135d-\u135f\u1369-\u1371\u1712-\u1715\u1732-\u1734\u1752\u1753\u1772\u1773\u17b4-\u17d3\u17dd\u17e0-\u17e9\u180b-\u180d\u180f-\u1819\u18a9\u1920-\u192b\u1930-\u193b\u1946-\u194f\u19d0-\u19da\u1a17-\u1a1b\u1a55-\u1a5e\u1a60-\u1a7c\u1a7f-\u1a89\u1a90-\u1a99\u1ab0-\u1abd\u1abf-\u1ace\u1b00-\u1b04\u1b34-\u1b44\u1b50-\u1b59\u1b6b-\u1b73\u1b80-\u1b82\u1ba1-\u1bad\u1bb0-\u1bb9\u1be6-\u1bf3\u1c24-\u1c37\u1c40-\u1c49\u1c50-\u1c59\u1cd0-\u1cd2\u1cd4-\u1ce8\u1ced\u1cf4\u1cf7-\u1cf9\u1dc0-\u1dff\u203f\u2040\u2054\u20d0-\u20dc\u20e1\u20e5-\u20f0\u2cef-\u2cf1\u2d7f\u2de0-\u2dff\u302a-\u302f\u3099\u309a\ua620-\ua629\ua66f\ua674-\ua67d\ua69e\ua69f\ua6f0\ua6f1\ua802\ua806\ua80b\ua823-\ua827\ua82c\ua880\ua881\ua8b4-\ua8c5\ua8d0-\ua8d9\ua8e0-\ua8f1\ua8ff-\ua909\ua926-\ua92d\ua947-\ua953\ua980-\ua983\ua9b3-\ua9c0\ua9d0-\ua9d9\ua9e5\ua9f0-\ua9f9\uaa29-\uaa36\uaa43\uaa4c\uaa4d\uaa50-\uaa59\uaa7b-\uaa7d\uaab0\uaab2-\uaab4\uaab7\uaab8\uaabe\uaabf\uaac1\uaaeb-\uaaef\uaaf5\uaaf6\uabe3-\uabea\uabec\uabed\uabf0-\uabf9\ufb1e\ufe00-\ufe0f\ufe20-\ufe2f\ufe33\ufe34\ufe4d-\ufe4f\uff10-\uff19\uff3f"; +const nonASCIIidentifierStart = new RegExp("[" + nonASCIIidentifierStartChars + "]"); +const nonASCIIidentifier = new RegExp("[" + nonASCIIidentifierStartChars + nonASCIIidentifierChars + "]"); +nonASCIIidentifierStartChars = nonASCIIidentifierChars = null; +const astralIdentifierStartCodes = [0, 11, 2, 25, 2, 18, 2, 1, 2, 14, 3, 13, 35, 122, 70, 52, 268, 28, 4, 48, 48, 31, 14, 29, 6, 37, 11, 29, 3, 35, 5, 7, 2, 4, 43, 157, 19, 35, 5, 35, 5, 39, 9, 51, 13, 10, 2, 14, 2, 6, 2, 1, 2, 10, 2, 14, 2, 6, 2, 1, 68, 310, 10, 21, 11, 7, 25, 5, 2, 41, 2, 8, 70, 5, 3, 0, 2, 43, 2, 1, 4, 0, 3, 22, 11, 22, 10, 30, 66, 18, 2, 1, 11, 21, 11, 25, 71, 55, 7, 1, 65, 0, 16, 3, 2, 2, 2, 28, 43, 28, 4, 28, 36, 7, 2, 27, 28, 53, 11, 21, 11, 18, 14, 17, 111, 72, 56, 50, 14, 50, 14, 35, 349, 41, 7, 1, 79, 28, 11, 0, 9, 21, 43, 17, 47, 20, 28, 22, 13, 52, 58, 1, 3, 0, 14, 44, 33, 24, 27, 35, 30, 0, 3, 0, 9, 34, 4, 0, 13, 47, 15, 3, 22, 0, 2, 0, 36, 17, 2, 24, 85, 6, 2, 0, 2, 3, 2, 14, 2, 9, 8, 46, 39, 7, 3, 1, 3, 21, 2, 6, 2, 1, 2, 4, 4, 0, 19, 0, 13, 4, 159, 52, 19, 3, 21, 2, 31, 47, 21, 1, 2, 0, 185, 46, 42, 3, 37, 47, 21, 0, 60, 42, 14, 0, 72, 26, 38, 6, 186, 43, 117, 63, 32, 7, 3, 0, 3, 7, 2, 1, 2, 23, 16, 0, 2, 0, 95, 7, 3, 38, 17, 0, 2, 0, 29, 0, 11, 39, 8, 0, 22, 0, 12, 45, 20, 0, 19, 72, 264, 8, 2, 36, 18, 0, 50, 29, 113, 6, 2, 1, 2, 37, 22, 0, 26, 5, 2, 1, 2, 31, 15, 0, 328, 18, 190, 0, 80, 921, 103, 110, 18, 195, 2637, 96, 16, 1070, 4050, 582, 8634, 568, 8, 30, 18, 78, 18, 29, 19, 47, 17, 3, 32, 20, 6, 18, 689, 63, 129, 74, 6, 0, 67, 12, 65, 1, 2, 0, 29, 6135, 9, 1237, 43, 8, 8936, 3, 2, 6, 2, 1, 2, 290, 46, 2, 18, 3, 9, 395, 2309, 106, 6, 12, 4, 8, 8, 9, 5991, 84, 2, 70, 2, 1, 3, 0, 3, 1, 3, 3, 2, 11, 2, 0, 2, 6, 2, 64, 2, 3, 3, 7, 2, 6, 2, 27, 2, 3, 2, 4, 2, 0, 4, 6, 2, 339, 3, 24, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 7, 1845, 30, 482, 44, 11, 6, 17, 0, 322, 29, 19, 43, 1269, 6, 2, 3, 2, 1, 2, 14, 2, 196, 60, 67, 8, 0, 1205, 3, 2, 26, 2, 1, 2, 0, 3, 0, 2, 9, 2, 3, 2, 0, 2, 0, 7, 0, 5, 0, 2, 0, 2, 0, 2, 2, 2, 1, 2, 0, 3, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 1, 2, 0, 3, 3, 2, 6, 2, 3, 2, 3, 2, 0, 2, 9, 2, 16, 6, 2, 2, 4, 2, 16, 4421, 42719, 33, 4152, 8, 221, 3, 5761, 15, 7472, 3104, 541, 1507, 4938]; +const astralIdentifierCodes = [509, 0, 227, 0, 150, 4, 294, 9, 1368, 2, 2, 1, 6, 3, 41, 2, 5, 0, 166, 1, 574, 3, 9, 9, 370, 1, 154, 10, 50, 3, 123, 2, 54, 14, 32, 10, 3, 1, 11, 3, 46, 10, 8, 0, 46, 9, 7, 2, 37, 13, 2, 9, 6, 1, 45, 0, 13, 2, 49, 13, 9, 3, 2, 11, 83, 11, 7, 0, 161, 11, 6, 9, 7, 3, 56, 1, 2, 6, 3, 1, 3, 2, 10, 0, 11, 1, 3, 6, 4, 4, 193, 17, 10, 9, 5, 0, 82, 19, 13, 9, 214, 6, 3, 8, 28, 1, 83, 16, 16, 9, 82, 12, 9, 9, 84, 14, 5, 9, 243, 14, 166, 9, 71, 5, 2, 1, 3, 3, 2, 0, 2, 1, 13, 9, 120, 6, 3, 6, 4, 0, 29, 9, 41, 6, 2, 3, 9, 0, 10, 10, 47, 15, 406, 7, 2, 7, 17, 9, 57, 21, 2, 13, 123, 5, 4, 0, 2, 1, 2, 6, 2, 0, 9, 9, 49, 4, 2, 1, 2, 4, 9, 9, 330, 3, 19306, 9, 87, 9, 39, 4, 60, 6, 26, 9, 1014, 0, 2, 54, 8, 3, 82, 0, 12, 1, 19628, 1, 4706, 45, 3, 22, 543, 4, 4, 5, 9, 7, 3, 6, 31, 3, 149, 2, 1418, 49, 513, 54, 5, 49, 9, 0, 15, 0, 23, 4, 2, 14, 1361, 6, 2, 16, 3, 6, 2, 1, 2, 4, 262, 6, 10, 9, 357, 0, 62, 13, 1495, 6, 110, 6, 6, 9, 4759, 9, 787719, 239]; + +function isInAstralSet(code, set) { + let pos = 0x10000; + + for (let i = 0, length = set.length; i < length; i += 2) { + pos += set[i]; + if (pos > code) return false; + pos += set[i + 1]; + if (pos >= code) return true; + } + + return false; +} + +function isIdentifierStart(code) { + if (code < 65) return code === 36; + if (code <= 90) return true; + if (code < 97) return code === 95; + if (code <= 122) return true; + + if (code <= 0xffff) { + return code >= 0xaa && nonASCIIidentifierStart.test(String.fromCharCode(code)); + } + + return isInAstralSet(code, astralIdentifierStartCodes); +} + +function isIdentifierChar(code) { + if (code < 48) return code === 36; + if (code < 58) return true; + if (code < 65) return false; + if (code <= 90) return true; + if (code < 97) return code === 95; + if (code <= 122) return true; + + if (code <= 0xffff) { + return code >= 0xaa && nonASCIIidentifier.test(String.fromCharCode(code)); + } + + return isInAstralSet(code, astralIdentifierStartCodes) || isInAstralSet(code, astralIdentifierCodes); +} + +function isIdentifierName(name) { + let isFirst = true; + + for (let i = 0; i < name.length; i++) { + let cp = name.charCodeAt(i); + + if ((cp & 0xfc00) === 0xd800 && i + 1 < name.length) { + const trail = name.charCodeAt(++i); + + if ((trail & 0xfc00) === 0xdc00) { + cp = 0x10000 + ((cp & 0x3ff) << 10) + (trail & 0x3ff); + } + } + + if (isFirst) { + isFirst = false; + + if (!isIdentifierStart(cp)) { + return false; + } + } else if (!isIdentifierChar(cp)) { + return false; + } + } + + return !isFirst; +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-validator-identifier/lib/index.js b/FantasticAnimals/node_modules/@babel/helper-validator-identifier/lib/index.js new file mode 100644 index 0000000..ca9decf --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-validator-identifier/lib/index.js @@ -0,0 +1,57 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +Object.defineProperty(exports, "isIdentifierChar", { + enumerable: true, + get: function () { + return _identifier.isIdentifierChar; + } +}); +Object.defineProperty(exports, "isIdentifierName", { + enumerable: true, + get: function () { + return _identifier.isIdentifierName; + } +}); +Object.defineProperty(exports, "isIdentifierStart", { + enumerable: true, + get: function () { + return _identifier.isIdentifierStart; + } +}); +Object.defineProperty(exports, "isKeyword", { + enumerable: true, + get: function () { + return _keyword.isKeyword; + } +}); +Object.defineProperty(exports, "isReservedWord", { + enumerable: true, + get: function () { + return _keyword.isReservedWord; + } +}); +Object.defineProperty(exports, "isStrictBindOnlyReservedWord", { + enumerable: true, + get: function () { + return _keyword.isStrictBindOnlyReservedWord; + } +}); +Object.defineProperty(exports, "isStrictBindReservedWord", { + enumerable: true, + get: function () { + return _keyword.isStrictBindReservedWord; + } +}); +Object.defineProperty(exports, "isStrictReservedWord", { + enumerable: true, + get: function () { + return _keyword.isStrictReservedWord; + } +}); + +var _identifier = require("./identifier"); + +var _keyword = require("./keyword"); \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-validator-identifier/lib/keyword.js b/FantasticAnimals/node_modules/@babel/helper-validator-identifier/lib/keyword.js new file mode 100644 index 0000000..0939e9a --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-validator-identifier/lib/keyword.js @@ -0,0 +1,38 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.isKeyword = isKeyword; +exports.isReservedWord = isReservedWord; +exports.isStrictBindOnlyReservedWord = isStrictBindOnlyReservedWord; +exports.isStrictBindReservedWord = isStrictBindReservedWord; +exports.isStrictReservedWord = isStrictReservedWord; +const reservedWords = { + keyword: ["break", "case", "catch", "continue", "debugger", "default", "do", "else", "finally", "for", "function", "if", "return", "switch", "throw", "try", "var", "const", "while", "with", "new", "this", "super", "class", "extends", "export", "import", "null", "true", "false", "in", "instanceof", "typeof", "void", "delete"], + strict: ["implements", "interface", "let", "package", "private", "protected", "public", "static", "yield"], + strictBind: ["eval", "arguments"] +}; +const keywords = new Set(reservedWords.keyword); +const reservedWordsStrictSet = new Set(reservedWords.strict); +const reservedWordsStrictBindSet = new Set(reservedWords.strictBind); + +function isReservedWord(word, inModule) { + return inModule && word === "await" || word === "enum"; +} + +function isStrictReservedWord(word, inModule) { + return isReservedWord(word, inModule) || reservedWordsStrictSet.has(word); +} + +function isStrictBindOnlyReservedWord(word) { + return reservedWordsStrictBindSet.has(word); +} + +function isStrictBindReservedWord(word, inModule) { + return isStrictReservedWord(word, inModule) || isStrictBindOnlyReservedWord(word); +} + +function isKeyword(word) { + return keywords.has(word); +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-validator-identifier/package.json b/FantasticAnimals/node_modules/@babel/helper-validator-identifier/package.json new file mode 100644 index 0000000..27b388c --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-validator-identifier/package.json @@ -0,0 +1,28 @@ +{ + "name": "@babel/helper-validator-identifier", + "version": "7.18.6", + "description": "Validate identifier/keywords name", + "repository": { + "type": "git", + "url": "https://github.com/babel/babel.git", + "directory": "packages/babel-helper-validator-identifier" + }, + "license": "MIT", + "publishConfig": { + "access": "public" + }, + "main": "./lib/index.js", + "exports": { + ".": "./lib/index.js", + "./package.json": "./package.json" + }, + "devDependencies": { + "@unicode/unicode-14.0.0": "^1.2.1", + "charcodes": "^0.2.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "author": "The Babel Team (https://babel.dev/team)", + "type": "commonjs" +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-validator-identifier/scripts/generate-identifier-regex.js b/FantasticAnimals/node_modules/@babel/helper-validator-identifier/scripts/generate-identifier-regex.js new file mode 100644 index 0000000..f644d77 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-validator-identifier/scripts/generate-identifier-regex.js @@ -0,0 +1,75 @@ +"use strict"; + +// Always use the latest available version of Unicode! +// https://tc39.github.io/ecma262/#sec-conformance +const version = "14.0.0"; + +const start = require("@unicode/unicode-" + + version + + "/Binary_Property/ID_Start/code-points.js").filter(function (ch) { + return ch > 0x7f; +}); +let last = -1; +const cont = [0x200c, 0x200d].concat( + require("@unicode/unicode-" + + version + + "/Binary_Property/ID_Continue/code-points.js").filter(function (ch) { + return ch > 0x7f && search(start, ch, last + 1) == -1; + }) +); + +function search(arr, ch, starting) { + for (let i = starting; arr[i] <= ch && i < arr.length; last = i++) { + if (arr[i] === ch) return i; + } + return -1; +} + +function pad(str, width) { + while (str.length < width) str = "0" + str; + return str; +} + +function esc(code) { + const hex = code.toString(16); + if (hex.length <= 2) return "\\x" + pad(hex, 2); + else return "\\u" + pad(hex, 4); +} + +function generate(chars) { + const astral = []; + let re = ""; + for (let i = 0, at = 0x10000; i < chars.length; i++) { + const from = chars[i]; + let to = from; + while (i < chars.length - 1 && chars[i + 1] == to + 1) { + i++; + to++; + } + if (to <= 0xffff) { + if (from == to) re += esc(from); + else if (from + 1 == to) re += esc(from) + esc(to); + else re += esc(from) + "-" + esc(to); + } else { + astral.push(from - at, to - from); + at = to; + } + } + return { nonASCII: re, astral: astral }; +} + +const startData = generate(start); +const contData = generate(cont); + +console.log("/* prettier-ignore */"); +console.log('let nonASCIIidentifierStartChars = "' + startData.nonASCII + '";'); +console.log("/* prettier-ignore */"); +console.log('let nonASCIIidentifierChars = "' + contData.nonASCII + '";'); +console.log("/* prettier-ignore */"); +console.log( + "const astralIdentifierStartCodes = " + JSON.stringify(startData.astral) + ";" +); +console.log("/* prettier-ignore */"); +console.log( + "const astralIdentifierCodes = " + JSON.stringify(contData.astral) + ";" +); diff --git a/FantasticAnimals/node_modules/@babel/helper-validator-option/LICENSE b/FantasticAnimals/node_modules/@babel/helper-validator-option/LICENSE new file mode 100644 index 0000000..f31575e --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-validator-option/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +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/FantasticAnimals/node_modules/@babel/helper-validator-option/README.md b/FantasticAnimals/node_modules/@babel/helper-validator-option/README.md new file mode 100644 index 0000000..94ab428 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-validator-option/README.md @@ -0,0 +1,19 @@ +# @babel/helper-validator-option + +> Validate plugin/preset options + +See our website [@babel/helper-validator-option](https://babeljs.io/docs/en/babel-helper-validator-option) for more information. + +## Install + +Using npm: + +```sh +npm install --save @babel/helper-validator-option +``` + +or using yarn: + +```sh +yarn add @babel/helper-validator-option +``` diff --git a/FantasticAnimals/node_modules/@babel/helper-validator-option/lib/find-suggestion.js b/FantasticAnimals/node_modules/@babel/helper-validator-option/lib/find-suggestion.js new file mode 100644 index 0000000..019ea93 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-validator-option/lib/find-suggestion.js @@ -0,0 +1,45 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.findSuggestion = findSuggestion; +const { + min +} = Math; + +function levenshtein(a, b) { + let t = [], + u = [], + i, + j; + const m = a.length, + n = b.length; + + if (!m) { + return n; + } + + if (!n) { + return m; + } + + for (j = 0; j <= n; j++) { + t[j] = j; + } + + for (i = 1; i <= m; i++) { + for (u = [i], j = 1; j <= n; j++) { + u[j] = a[i - 1] === b[j - 1] ? t[j - 1] : min(t[j - 1], t[j], u[j - 1]) + 1; + } + + t = u; + } + + return u[n]; +} + +function findSuggestion(str, arr) { + const distances = arr.map(el => levenshtein(el, str)); + return arr[distances.indexOf(min(...distances))]; +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-validator-option/lib/index.js b/FantasticAnimals/node_modules/@babel/helper-validator-option/lib/index.js new file mode 100644 index 0000000..8afe861 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-validator-option/lib/index.js @@ -0,0 +1,21 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +Object.defineProperty(exports, "OptionValidator", { + enumerable: true, + get: function () { + return _validator.OptionValidator; + } +}); +Object.defineProperty(exports, "findSuggestion", { + enumerable: true, + get: function () { + return _findSuggestion.findSuggestion; + } +}); + +var _validator = require("./validator"); + +var _findSuggestion = require("./find-suggestion"); \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-validator-option/lib/validator.js b/FantasticAnimals/node_modules/@babel/helper-validator-option/lib/validator.js new file mode 100644 index 0000000..5b4bad1 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-validator-option/lib/validator.js @@ -0,0 +1,58 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.OptionValidator = void 0; + +var _findSuggestion = require("./find-suggestion"); + +class OptionValidator { + constructor(descriptor) { + this.descriptor = descriptor; + } + + validateTopLevelOptions(options, TopLevelOptionShape) { + const validOptionNames = Object.keys(TopLevelOptionShape); + + for (const option of Object.keys(options)) { + if (!validOptionNames.includes(option)) { + throw new Error(this.formatMessage(`'${option}' is not a valid top-level option. +- Did you mean '${(0, _findSuggestion.findSuggestion)(option, validOptionNames)}'?`)); + } + } + } + + validateBooleanOption(name, value, defaultValue) { + if (value === undefined) { + return defaultValue; + } else { + this.invariant(typeof value === "boolean", `'${name}' option must be a boolean.`); + } + + return value; + } + + validateStringOption(name, value, defaultValue) { + if (value === undefined) { + return defaultValue; + } else { + this.invariant(typeof value === "string", `'${name}' option must be a string.`); + } + + return value; + } + + invariant(condition, message) { + if (!condition) { + throw new Error(this.formatMessage(message)); + } + } + + formatMessage(message) { + return `${this.descriptor}: ${message}`; + } + +} + +exports.OptionValidator = OptionValidator; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-validator-option/package.json b/FantasticAnimals/node_modules/@babel/helper-validator-option/package.json new file mode 100644 index 0000000..15eb327 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-validator-option/package.json @@ -0,0 +1,24 @@ +{ + "name": "@babel/helper-validator-option", + "version": "7.18.6", + "description": "Validate plugin/preset options", + "repository": { + "type": "git", + "url": "https://github.com/babel/babel.git", + "directory": "packages/babel-helper-validator-option" + }, + "license": "MIT", + "publishConfig": { + "access": "public" + }, + "main": "./lib/index.js", + "exports": { + ".": "./lib/index.js", + "./package.json": "./package.json" + }, + "engines": { + "node": ">=6.9.0" + }, + "author": "The Babel Team (https://babel.dev/team)", + "type": "commonjs" +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-wrap-function/LICENSE b/FantasticAnimals/node_modules/@babel/helper-wrap-function/LICENSE new file mode 100644 index 0000000..f31575e --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-wrap-function/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +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/FantasticAnimals/node_modules/@babel/helper-wrap-function/README.md b/FantasticAnimals/node_modules/@babel/helper-wrap-function/README.md new file mode 100644 index 0000000..a909b8d --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-wrap-function/README.md @@ -0,0 +1,19 @@ +# @babel/helper-wrap-function + +> Helper to wrap functions inside a function call. + +See our website [@babel/helper-wrap-function](https://babeljs.io/docs/en/babel-helper-wrap-function) for more information. + +## Install + +Using npm: + +```sh +npm install --save @babel/helper-wrap-function +``` + +or using yarn: + +```sh +yarn add @babel/helper-wrap-function +``` diff --git a/FantasticAnimals/node_modules/@babel/helper-wrap-function/lib/index.js b/FantasticAnimals/node_modules/@babel/helper-wrap-function/lib/index.js new file mode 100644 index 0000000..6f7afe2 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-wrap-function/lib/index.js @@ -0,0 +1,134 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = wrapFunction; + +var _helperFunctionName = require("@babel/helper-function-name"); + +var _template = require("@babel/template"); + +var _t = require("@babel/types"); + +const { + blockStatement, + callExpression, + functionExpression, + isAssignmentPattern, + isFunctionDeclaration, + isRestElement, + returnStatement +} = _t; + +const buildAnonymousExpressionWrapper = _template.default.expression(` + (function () { + var REF = FUNCTION; + return function NAME(PARAMS) { + return REF.apply(this, arguments); + }; + })() +`); + +const buildNamedExpressionWrapper = _template.default.expression(` + (function () { + var REF = FUNCTION; + function NAME(PARAMS) { + return REF.apply(this, arguments); + } + return NAME; + })() +`); + +const buildDeclarationWrapper = _template.default.statements(` + function NAME(PARAMS) { return REF.apply(this, arguments); } + function REF() { + REF = FUNCTION; + return REF.apply(this, arguments); + } +`); + +function classOrObjectMethod(path, callId) { + const node = path.node; + const body = node.body; + const container = functionExpression(null, [], blockStatement(body.body), true); + body.body = [returnStatement(callExpression(callExpression(callId, [container]), []))]; + node.async = false; + node.generator = false; + path.get("body.body.0.argument.callee.arguments.0").unwrapFunctionEnvironment(); +} + +function plainFunction(path, callId, noNewArrows, ignoreFunctionLength) { + let functionId = null; + let node; + + if (path.isArrowFunctionExpression()) { + { + var _path$arrowFunctionTo; + + path = (_path$arrowFunctionTo = path.arrowFunctionToExpression({ + noNewArrows + })) != null ? _path$arrowFunctionTo : path; + } + node = path.node; + } else { + node = path.node; + } + + const isDeclaration = isFunctionDeclaration(node); + functionId = node.id; + node.id = null; + node.type = "FunctionExpression"; + const built = callExpression(callId, [node]); + const params = []; + + for (const param of node.params) { + if (isAssignmentPattern(param) || isRestElement(param)) { + break; + } + + params.push(path.scope.generateUidIdentifier("x")); + } + + const wrapperArgs = { + NAME: functionId || null, + REF: path.scope.generateUidIdentifier(functionId ? functionId.name : "ref"), + FUNCTION: built, + PARAMS: params + }; + + if (isDeclaration) { + const container = buildDeclarationWrapper(wrapperArgs); + path.replaceWith(container[0]); + path.insertAfter(container[1]); + } else { + let container; + + if (functionId) { + container = buildNamedExpressionWrapper(wrapperArgs); + } else { + container = buildAnonymousExpressionWrapper(wrapperArgs); + const returnFn = container.callee.body.body[1].argument; + (0, _helperFunctionName.default)({ + node: returnFn, + parent: path.parent, + scope: path.scope + }); + functionId = returnFn.id; + } + + if (functionId || !ignoreFunctionLength && params.length) { + path.replaceWith(container); + } else { + path.replaceWith(built); + } + } +} + +function wrapFunction(path, callId, noNewArrows = true, ignoreFunctionLength = false) { + if (path.isMethod()) { + classOrObjectMethod(path, callId); + } else { + plainFunction(path, callId, noNewArrows, ignoreFunctionLength); + } +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helper-wrap-function/package.json b/FantasticAnimals/node_modules/@babel/helper-wrap-function/package.json new file mode 100644 index 0000000..ede71ca --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helper-wrap-function/package.json @@ -0,0 +1,27 @@ +{ + "name": "@babel/helper-wrap-function", + "version": "7.18.11", + "description": "Helper to wrap functions inside a function call.", + "repository": { + "type": "git", + "url": "https://github.com/babel/babel.git", + "directory": "packages/babel-helper-wrap-function" + }, + "homepage": "https://babel.dev/docs/en/next/babel-helper-wrap-function", + "license": "MIT", + "publishConfig": { + "access": "public" + }, + "main": "./lib/index.js", + "dependencies": { + "@babel/helper-function-name": "^7.18.9", + "@babel/template": "^7.18.10", + "@babel/traverse": "^7.18.11", + "@babel/types": "^7.18.10" + }, + "engines": { + "node": ">=6.9.0" + }, + "author": "The Babel Team (https://babel.dev/team)", + "type": "commonjs" +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helpers/LICENSE b/FantasticAnimals/node_modules/@babel/helpers/LICENSE new file mode 100644 index 0000000..f31575e --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helpers/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +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/FantasticAnimals/node_modules/@babel/helpers/README.md b/FantasticAnimals/node_modules/@babel/helpers/README.md new file mode 100644 index 0000000..3b79dbf --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helpers/README.md @@ -0,0 +1,19 @@ +# @babel/helpers + +> Collection of helper functions used by Babel transforms. + +See our website [@babel/helpers](https://babeljs.io/docs/en/babel-helpers) for more information. + +## Install + +Using npm: + +```sh +npm install --save-dev @babel/helpers +``` + +or using yarn: + +```sh +yarn add @babel/helpers --dev +``` diff --git a/FantasticAnimals/node_modules/@babel/helpers/lib/helpers-generated.js b/FantasticAnimals/node_modules/@babel/helpers/lib/helpers-generated.js new file mode 100644 index 0000000..29d2c5c --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helpers/lib/helpers-generated.js @@ -0,0 +1,29 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = void 0; + +var _template = require("@babel/template"); + +function helper(minVersion, source) { + return Object.freeze({ + minVersion, + ast: () => _template.default.program.ast(source, { + preserveComments: true + }) + }); +} + +var _default = Object.freeze({ + applyDecs: helper("7.17.8", 'function createMetadataMethodsForProperty(metadataMap,kind,property,decoratorFinishedRef){return{getMetadata:function(key){assertNotFinished(decoratorFinishedRef,"getMetadata"),assertMetadataKey(key);var metadataForKey=metadataMap[key];if(void 0!==metadataForKey)if(1===kind){var pub=metadataForKey.public;if(void 0!==pub)return pub[property]}else if(2===kind){var priv=metadataForKey.private;if(void 0!==priv)return priv.get(property)}else if(Object.hasOwnProperty.call(metadataForKey,"constructor"))return metadataForKey.constructor},setMetadata:function(key,value){assertNotFinished(decoratorFinishedRef,"setMetadata"),assertMetadataKey(key);var metadataForKey=metadataMap[key];if(void 0===metadataForKey&&(metadataForKey=metadataMap[key]={}),1===kind){var pub=metadataForKey.public;void 0===pub&&(pub=metadataForKey.public={}),pub[property]=value}else if(2===kind){var priv=metadataForKey.priv;void 0===priv&&(priv=metadataForKey.private=new Map),priv.set(property,value)}else metadataForKey.constructor=value}}}function convertMetadataMapToFinal(obj,metadataMap){var parentMetadataMap=obj[Symbol.metadata||Symbol.for("Symbol.metadata")],metadataKeys=Object.getOwnPropertySymbols(metadataMap);if(0!==metadataKeys.length){for(var i=0;i=0;i--){var newInit;if(void 0!==(newValue=memberDec(decs[i],name,desc,metadataMap,initializers,kind,isStatic,isPrivate,value)))assertValidReturnValue(kind,newValue),0===kind?newInit=newValue:1===kind?(newInit=getInit(newValue),get=newValue.get||value.get,set=newValue.set||value.set,value={get:get,set:set}):value=newValue,void 0!==newInit&&(void 0===initializer?initializer=newInit:"function"==typeof initializer?initializer=[initializer,newInit]:initializer.push(newInit))}if(0===kind||1===kind){if(void 0===initializer)initializer=function(instance,init){return init};else if("function"!=typeof initializer){var ownInitializers=initializer;initializer=function(instance,init){for(var value=init,i=0;i3,isStatic=kind>=5;if(isStatic?(base=Class,metadataMap=staticMetadataMap,0!==(kind-=5)&&(initializers=staticInitializers=staticInitializers||[])):(base=Class.prototype,metadataMap=protoMetadataMap,0!==kind&&(initializers=protoInitializers=protoInitializers||[])),0!==kind&&!isPrivate){var existingNonFields=isStatic?existingStaticNonFields:existingProtoNonFields,existingKind=existingNonFields.get(name)||0;if(!0===existingKind||3===existingKind&&4!==kind||4===existingKind&&3!==kind)throw new Error("Attempted to decorate a public method/accessor that has the same name as a previously decorated public method/accessor. This is not currently supported by the decorators plugin. Property name was: "+name);!existingKind&&kind>2?existingNonFields.set(name,kind):existingNonFields.set(name,!0)}applyMemberDec(ret,base,decInfo,name,kind,isStatic,isPrivate,metadataMap,initializers)}}pushInitializers(ret,protoInitializers),pushInitializers(ret,staticInitializers)}function pushInitializers(ret,initializers){initializers&&ret.push((function(instance){for(var i=0;i0){for(var initializers=[],newClass=targetClass,name=targetClass.name,i=classDecs.length-1;i>=0;i--){var decoratorFinishedRef={v:!1};try{var ctx=Object.assign({kind:"class",name:name,addInitializer:createAddInitializerMethod(initializers,decoratorFinishedRef)},createMetadataMethodsForProperty(metadataMap,0,name,decoratorFinishedRef)),nextNewClass=classDecs[i](newClass,ctx)}finally{decoratorFinishedRef.v=!0}void 0!==nextNewClass&&(assertValidReturnValue(10,nextNewClass),newClass=nextNewClass)}ret.push(newClass,(function(){for(var i=0;i1){for(var childArray=new Array(childrenLength),i=0;i=0;--i){var entry=this.tryEntries[i],record=entry.completion;if("root"===entry.tryLoc)return handle("end");if(entry.tryLoc<=this.prev){var hasCatch=hasOwn.call(entry,"catchLoc"),hasFinally=hasOwn.call(entry,"finallyLoc");if(hasCatch&&hasFinally){if(this.prev=0;--i){var entry=this.tryEntries[i];if(entry.tryLoc<=this.prev&&hasOwn.call(entry,"finallyLoc")&&this.prev=0;--i){var entry=this.tryEntries[i];if(entry.finallyLoc===finallyLoc)return this.complete(entry.completion,entry.afterLoc),resetTryEntry(entry),ContinueSentinel}},catch:function(tryLoc){for(var i=this.tryEntries.length-1;i>=0;--i){var entry=this.tryEntries[i];if(entry.tryLoc===tryLoc){var record=entry.completion;if("throw"===record.type){var thrown=record.arg;resetTryEntry(entry)}return thrown}}throw new Error("illegal catch attempt")},delegateYield:function(iterable,resultName,nextLoc){return this.delegate={iterator:values(iterable),resultName:resultName,nextLoc:nextLoc},"next"===this.method&&(this.arg=undefined),ContinueSentinel}},exports}'), + typeof: helper("7.0.0-beta.0", 'export default function _typeof(obj){"@babel/helpers - typeof";return _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(obj){return typeof obj}:function(obj){return obj&&"function"==typeof Symbol&&obj.constructor===Symbol&&obj!==Symbol.prototype?"symbol":typeof obj},_typeof(obj)}'), + wrapRegExp: helper("7.2.6", 'import setPrototypeOf from"setPrototypeOf";import inherits from"inherits";export default function _wrapRegExp(){_wrapRegExp=function(re,groups){return new BabelRegExp(re,void 0,groups)};var _super=RegExp.prototype,_groups=new WeakMap;function BabelRegExp(re,flags,groups){var _this=new RegExp(re,flags);return _groups.set(_this,groups||_groups.get(re)),setPrototypeOf(_this,BabelRegExp.prototype)}function buildGroups(result,re){var g=_groups.get(re);return Object.keys(g).reduce((function(groups,name){return groups[name]=result[g[name]],groups}),Object.create(null))}return inherits(BabelRegExp,RegExp),BabelRegExp.prototype.exec=function(str){var result=_super.exec.call(this,str);return result&&(result.groups=buildGroups(result,this)),result},BabelRegExp.prototype[Symbol.replace]=function(str,substitution){if("string"==typeof substitution){var groups=_groups.get(this);return _super[Symbol.replace].call(this,str,substitution.replace(/\\$<([^>]+)>/g,(function(_,name){return"$"+groups[name]})))}if("function"==typeof substitution){var _this=this;return _super[Symbol.replace].call(this,str,(function(){var args=arguments;return"object"!=typeof args[args.length-1]&&(args=[].slice.call(args)).push(buildGroups(args,_this)),substitution.apply(this,args)}))}return _super[Symbol.replace].call(this,str,substitution)},_wrapRegExp.apply(this,arguments)}') +}); + +exports.default = _default; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helpers/lib/helpers.js b/FantasticAnimals/node_modules/@babel/helpers/lib/helpers.js new file mode 100644 index 0000000..5002403 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helpers/lib/helpers.js @@ -0,0 +1,1961 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = void 0; + +var _template = require("@babel/template"); + +var _helpersGenerated = require("./helpers-generated"); + +const helpers = Object.assign({ + __proto__: null +}, _helpersGenerated.default); +var _default = helpers; +exports.default = _default; + +const helper = minVersion => tpl => ({ + minVersion, + ast: () => _template.default.program.ast(tpl) +}); + +helpers.AwaitValue = helper("7.0.0-beta.0")` + export default function _AwaitValue(value) { + this.wrapped = value; + } +`; +helpers.AsyncGenerator = helper("7.0.0-beta.0")` + import AwaitValue from "AwaitValue"; + + export default function AsyncGenerator(gen) { + var front, back; + + function send(key, arg) { + return new Promise(function (resolve, reject) { + var request = { + key: key, + arg: arg, + resolve: resolve, + reject: reject, + next: null, + }; + + if (back) { + back = back.next = request; + } else { + front = back = request; + resume(key, arg); + } + }); + } + + function resume(key, arg) { + try { + var result = gen[key](arg) + var value = result.value; + var wrappedAwait = value instanceof AwaitValue; + + Promise.resolve(wrappedAwait ? value.wrapped : value).then( + function (arg) { + if (wrappedAwait) { + resume(key === "return" ? "return" : "next", arg); + return + } + + settle(result.done ? "return" : "normal", arg); + }, + function (err) { resume("throw", err); }); + } catch (err) { + settle("throw", err); + } + } + + function settle(type, value) { + switch (type) { + case "return": + front.resolve({ value: value, done: true }); + break; + case "throw": + front.reject(value); + break; + default: + front.resolve({ value: value, done: false }); + break; + } + + front = front.next; + if (front) { + resume(front.key, front.arg); + } else { + back = null; + } + } + + this._invoke = send; + + // Hide "return" method if generator return is not supported + if (typeof gen.return !== "function") { + this.return = undefined; + } + } + + AsyncGenerator.prototype[typeof Symbol === "function" && Symbol.asyncIterator || "@@asyncIterator"] = function () { return this; }; + + AsyncGenerator.prototype.next = function (arg) { return this._invoke("next", arg); }; + AsyncGenerator.prototype.throw = function (arg) { return this._invoke("throw", arg); }; + AsyncGenerator.prototype.return = function (arg) { return this._invoke("return", arg); }; +`; +helpers.wrapAsyncGenerator = helper("7.0.0-beta.0")` + import AsyncGenerator from "AsyncGenerator"; + + export default function _wrapAsyncGenerator(fn) { + return function () { + return new AsyncGenerator(fn.apply(this, arguments)); + }; + } +`; +helpers.awaitAsyncGenerator = helper("7.0.0-beta.0")` + import AwaitValue from "AwaitValue"; + + export default function _awaitAsyncGenerator(value) { + return new AwaitValue(value); + } +`; +helpers.asyncGeneratorDelegate = helper("7.0.0-beta.0")` + export default function _asyncGeneratorDelegate(inner, awaitWrap) { + var iter = {}, waiting = false; + + function pump(key, value) { + waiting = true; + value = new Promise(function (resolve) { resolve(inner[key](value)); }); + return { done: false, value: awaitWrap(value) }; + }; + + iter[typeof Symbol !== "undefined" && Symbol.iterator || "@@iterator"] = function () { return this; }; + + iter.next = function (value) { + if (waiting) { + waiting = false; + return value; + } + return pump("next", value); + }; + + if (typeof inner.throw === "function") { + iter.throw = function (value) { + if (waiting) { + waiting = false; + throw value; + } + return pump("throw", value); + }; + } + + if (typeof inner.return === "function") { + iter.return = function (value) { + if (waiting) { + waiting = false; + return value; + } + return pump("return", value); + }; + } + + return iter; + } +`; +helpers.asyncToGenerator = helper("7.0.0-beta.0")` + function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { + try { + var info = gen[key](arg); + var value = info.value; + } catch (error) { + reject(error); + return; + } + + if (info.done) { + resolve(value); + } else { + Promise.resolve(value).then(_next, _throw); + } + } + + export default function _asyncToGenerator(fn) { + return function () { + var self = this, args = arguments; + return new Promise(function (resolve, reject) { + var gen = fn.apply(self, args); + function _next(value) { + asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); + } + function _throw(err) { + asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); + } + + _next(undefined); + }); + }; + } +`; +helpers.classCallCheck = helper("7.0.0-beta.0")` + export default function _classCallCheck(instance, Constructor) { + if (!(instance instanceof Constructor)) { + throw new TypeError("Cannot call a class as a function"); + } + } +`; +helpers.createClass = helper("7.0.0-beta.0")` + function _defineProperties(target, props) { + for (var i = 0; i < props.length; i ++) { + var descriptor = props[i]; + descriptor.enumerable = descriptor.enumerable || false; + descriptor.configurable = true; + if ("value" in descriptor) descriptor.writable = true; + Object.defineProperty(target, descriptor.key, descriptor); + } + } + + export default function _createClass(Constructor, protoProps, staticProps) { + if (protoProps) _defineProperties(Constructor.prototype, protoProps); + if (staticProps) _defineProperties(Constructor, staticProps); + Object.defineProperty(Constructor, "prototype", { writable: false }); + return Constructor; + } +`; +helpers.defineEnumerableProperties = helper("7.0.0-beta.0")` + export default function _defineEnumerableProperties(obj, descs) { + for (var key in descs) { + var desc = descs[key]; + desc.configurable = desc.enumerable = true; + if ("value" in desc) desc.writable = true; + Object.defineProperty(obj, key, desc); + } + + // Symbols are not enumerated over by for-in loops. If native + // Symbols are available, fetch all of the descs object's own + // symbol properties and define them on our target object too. + if (Object.getOwnPropertySymbols) { + var objectSymbols = Object.getOwnPropertySymbols(descs); + for (var i = 0; i < objectSymbols.length; i++) { + var sym = objectSymbols[i]; + var desc = descs[sym]; + desc.configurable = desc.enumerable = true; + if ("value" in desc) desc.writable = true; + Object.defineProperty(obj, sym, desc); + } + } + return obj; + } +`; +helpers.defaults = helper("7.0.0-beta.0")` + export default function _defaults(obj, defaults) { + var keys = Object.getOwnPropertyNames(defaults); + for (var i = 0; i < keys.length; i++) { + var key = keys[i]; + var value = Object.getOwnPropertyDescriptor(defaults, key); + if (value && value.configurable && obj[key] === undefined) { + Object.defineProperty(obj, key, value); + } + } + return obj; + } +`; +helpers.defineProperty = helper("7.0.0-beta.0")` + export default function _defineProperty(obj, key, value) { + // Shortcircuit the slow defineProperty path when possible. + // We are trying to avoid issues where setters defined on the + // prototype cause side effects under the fast path of simple + // assignment. By checking for existence of the property with + // the in operator, we can optimize most of this overhead away. + if (key in obj) { + Object.defineProperty(obj, key, { + value: value, + enumerable: true, + configurable: true, + writable: true + }); + } else { + obj[key] = value; + } + return obj; + } +`; +helpers.extends = helper("7.0.0-beta.0")` + export default function _extends() { + _extends = Object.assign ? Object.assign.bind() : function (target) { + for (var i = 1; i < arguments.length; i++) { + var source = arguments[i]; + for (var key in source) { + if (Object.prototype.hasOwnProperty.call(source, key)) { + target[key] = source[key]; + } + } + } + return target; + }; + + return _extends.apply(this, arguments); + } +`; +helpers.objectSpread = helper("7.0.0-beta.0")` + import defineProperty from "defineProperty"; + + export default function _objectSpread(target) { + for (var i = 1; i < arguments.length; i++) { + var source = (arguments[i] != null) ? Object(arguments[i]) : {}; + var ownKeys = Object.keys(source); + if (typeof Object.getOwnPropertySymbols === 'function') { + ownKeys.push.apply(ownKeys, Object.getOwnPropertySymbols(source).filter(function(sym) { + return Object.getOwnPropertyDescriptor(source, sym).enumerable; + })); + } + ownKeys.forEach(function(key) { + defineProperty(target, key, source[key]); + }); + } + return target; + } +`; +helpers.inherits = helper("7.0.0-beta.0")` + import setPrototypeOf from "setPrototypeOf"; + + export default function _inherits(subClass, superClass) { + if (typeof superClass !== "function" && superClass !== null) { + throw new TypeError("Super expression must either be null or a function"); + } + // We can't use defineProperty to set the prototype in a single step because it + // doesn't work in Chrome <= 36. https://github.com/babel/babel/issues/14056 + // V8 bug: https://bugs.chromium.org/p/v8/issues/detail?id=3334 + subClass.prototype = Object.create(superClass && superClass.prototype, { + constructor: { + value: subClass, + writable: true, + configurable: true + } + }); + Object.defineProperty(subClass, "prototype", { writable: false }); + if (superClass) setPrototypeOf(subClass, superClass); + } +`; +helpers.inheritsLoose = helper("7.0.0-beta.0")` + import setPrototypeOf from "setPrototypeOf"; + + export default function _inheritsLoose(subClass, superClass) { + subClass.prototype = Object.create(superClass.prototype); + subClass.prototype.constructor = subClass; + setPrototypeOf(subClass, superClass); + } +`; +helpers.getPrototypeOf = helper("7.0.0-beta.0")` + export default function _getPrototypeOf(o) { + _getPrototypeOf = Object.setPrototypeOf + ? Object.getPrototypeOf.bind() + : function _getPrototypeOf(o) { + return o.__proto__ || Object.getPrototypeOf(o); + }; + return _getPrototypeOf(o); + } +`; +helpers.setPrototypeOf = helper("7.0.0-beta.0")` + export default function _setPrototypeOf(o, p) { + _setPrototypeOf = Object.setPrototypeOf + ? Object.setPrototypeOf.bind() + : function _setPrototypeOf(o, p) { + o.__proto__ = p; + return o; + }; + return _setPrototypeOf(o, p); + } +`; +helpers.isNativeReflectConstruct = helper("7.9.0")` + export default function _isNativeReflectConstruct() { + if (typeof Reflect === "undefined" || !Reflect.construct) return false; + + // core-js@3 + if (Reflect.construct.sham) return false; + + // Proxy can't be polyfilled. Every browser implemented + // proxies before or at the same time as Reflect.construct, + // so if they support Proxy they also support Reflect.construct. + if (typeof Proxy === "function") return true; + + // Since Reflect.construct can't be properly polyfilled, some + // implementations (e.g. core-js@2) don't set the correct internal slots. + // Those polyfills don't allow us to subclass built-ins, so we need to + // use our fallback implementation. + try { + // If the internal slots aren't set, this throws an error similar to + // TypeError: this is not a Boolean object. + + Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {})); + return true; + } catch (e) { + return false; + } + } +`; +helpers.construct = helper("7.0.0-beta.0")` + import setPrototypeOf from "setPrototypeOf"; + import isNativeReflectConstruct from "isNativeReflectConstruct"; + + export default function _construct(Parent, args, Class) { + if (isNativeReflectConstruct()) { + _construct = Reflect.construct.bind(); + } else { + // NOTE: If Parent !== Class, the correct __proto__ is set *after* + // calling the constructor. + _construct = function _construct(Parent, args, Class) { + var a = [null]; + a.push.apply(a, args); + var Constructor = Function.bind.apply(Parent, a); + var instance = new Constructor(); + if (Class) setPrototypeOf(instance, Class.prototype); + return instance; + }; + } + // Avoid issues with Class being present but undefined when it wasn't + // present in the original call. + return _construct.apply(null, arguments); + } +`; +helpers.isNativeFunction = helper("7.0.0-beta.0")` + export default function _isNativeFunction(fn) { + // Note: This function returns "true" for core-js functions. + return Function.toString.call(fn).indexOf("[native code]") !== -1; + } +`; +helpers.wrapNativeSuper = helper("7.0.0-beta.0")` + import getPrototypeOf from "getPrototypeOf"; + import setPrototypeOf from "setPrototypeOf"; + import isNativeFunction from "isNativeFunction"; + import construct from "construct"; + + export default function _wrapNativeSuper(Class) { + var _cache = typeof Map === "function" ? new Map() : undefined; + + _wrapNativeSuper = function _wrapNativeSuper(Class) { + if (Class === null || !isNativeFunction(Class)) return Class; + if (typeof Class !== "function") { + throw new TypeError("Super expression must either be null or a function"); + } + if (typeof _cache !== "undefined") { + if (_cache.has(Class)) return _cache.get(Class); + _cache.set(Class, Wrapper); + } + function Wrapper() { + return construct(Class, arguments, getPrototypeOf(this).constructor) + } + Wrapper.prototype = Object.create(Class.prototype, { + constructor: { + value: Wrapper, + enumerable: false, + writable: true, + configurable: true, + } + }); + + return setPrototypeOf(Wrapper, Class); + } + + return _wrapNativeSuper(Class) + } +`; +helpers.instanceof = helper("7.0.0-beta.0")` + export default function _instanceof(left, right) { + if (right != null && typeof Symbol !== "undefined" && right[Symbol.hasInstance]) { + return !!right[Symbol.hasInstance](left); + } else { + return left instanceof right; + } + } +`; +helpers.interopRequireDefault = helper("7.0.0-beta.0")` + export default function _interopRequireDefault(obj) { + return obj && obj.__esModule ? obj : { default: obj }; + } +`; +helpers.interopRequireWildcard = helper("7.14.0")` + function _getRequireWildcardCache(nodeInterop) { + if (typeof WeakMap !== "function") return null; + + var cacheBabelInterop = new WeakMap(); + var cacheNodeInterop = new WeakMap(); + return (_getRequireWildcardCache = function (nodeInterop) { + return nodeInterop ? cacheNodeInterop : cacheBabelInterop; + })(nodeInterop); + } + + export default function _interopRequireWildcard(obj, nodeInterop) { + if (!nodeInterop && obj && obj.__esModule) { + return obj; + } + + if (obj === null || (typeof obj !== "object" && typeof obj !== "function")) { + return { default: obj } + } + + var cache = _getRequireWildcardCache(nodeInterop); + if (cache && cache.has(obj)) { + return cache.get(obj); + } + + var newObj = {}; + var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; + for (var key in obj) { + if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { + var desc = hasPropertyDescriptor + ? Object.getOwnPropertyDescriptor(obj, key) + : null; + if (desc && (desc.get || desc.set)) { + Object.defineProperty(newObj, key, desc); + } else { + newObj[key] = obj[key]; + } + } + } + newObj.default = obj; + if (cache) { + cache.set(obj, newObj); + } + return newObj; + } +`; +helpers.newArrowCheck = helper("7.0.0-beta.0")` + export default function _newArrowCheck(innerThis, boundThis) { + if (innerThis !== boundThis) { + throw new TypeError("Cannot instantiate an arrow function"); + } + } +`; +helpers.objectDestructuringEmpty = helper("7.0.0-beta.0")` + export default function _objectDestructuringEmpty(obj) { + if (obj == null) throw new TypeError("Cannot destructure undefined"); + } +`; +helpers.objectWithoutPropertiesLoose = helper("7.0.0-beta.0")` + export default function _objectWithoutPropertiesLoose(source, excluded) { + if (source == null) return {}; + + var target = {}; + var sourceKeys = Object.keys(source); + var key, i; + + for (i = 0; i < sourceKeys.length; i++) { + key = sourceKeys[i]; + if (excluded.indexOf(key) >= 0) continue; + target[key] = source[key]; + } + + return target; + } +`; +helpers.objectWithoutProperties = helper("7.0.0-beta.0")` + import objectWithoutPropertiesLoose from "objectWithoutPropertiesLoose"; + + export default function _objectWithoutProperties(source, excluded) { + if (source == null) return {}; + + var target = objectWithoutPropertiesLoose(source, excluded); + var key, i; + + if (Object.getOwnPropertySymbols) { + var sourceSymbolKeys = Object.getOwnPropertySymbols(source); + for (i = 0; i < sourceSymbolKeys.length; i++) { + key = sourceSymbolKeys[i]; + if (excluded.indexOf(key) >= 0) continue; + if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; + target[key] = source[key]; + } + } + + return target; + } +`; +helpers.assertThisInitialized = helper("7.0.0-beta.0")` + export default function _assertThisInitialized(self) { + if (self === void 0) { + throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); + } + return self; + } +`; +helpers.possibleConstructorReturn = helper("7.0.0-beta.0")` + import assertThisInitialized from "assertThisInitialized"; + + export default function _possibleConstructorReturn(self, call) { + if (call && (typeof call === "object" || typeof call === "function")) { + return call; + } else if (call !== void 0) { + throw new TypeError("Derived constructors may only return object or undefined"); + } + + return assertThisInitialized(self); + } +`; +helpers.createSuper = helper("7.9.0")` + import getPrototypeOf from "getPrototypeOf"; + import isNativeReflectConstruct from "isNativeReflectConstruct"; + import possibleConstructorReturn from "possibleConstructorReturn"; + + export default function _createSuper(Derived) { + var hasNativeReflectConstruct = isNativeReflectConstruct(); + + return function _createSuperInternal() { + var Super = getPrototypeOf(Derived), result; + if (hasNativeReflectConstruct) { + // NOTE: This doesn't work if this.__proto__.constructor has been modified. + var NewTarget = getPrototypeOf(this).constructor; + result = Reflect.construct(Super, arguments, NewTarget); + } else { + result = Super.apply(this, arguments); + } + return possibleConstructorReturn(this, result); + } + } + `; +helpers.superPropBase = helper("7.0.0-beta.0")` + import getPrototypeOf from "getPrototypeOf"; + + export default function _superPropBase(object, property) { + // Yes, this throws if object is null to being with, that's on purpose. + while (!Object.prototype.hasOwnProperty.call(object, property)) { + object = getPrototypeOf(object); + if (object === null) break; + } + return object; + } +`; +helpers.get = helper("7.0.0-beta.0")` + import superPropBase from "superPropBase"; + + export default function _get() { + if (typeof Reflect !== "undefined" && Reflect.get) { + _get = Reflect.get.bind(); + } else { + _get = function _get(target, property, receiver) { + var base = superPropBase(target, property); + + if (!base) return; + + var desc = Object.getOwnPropertyDescriptor(base, property); + if (desc.get) { + // STEP 3. If receiver is not present, then set receiver to target. + return desc.get.call(arguments.length < 3 ? target : receiver); + } + + return desc.value; + }; + } + return _get.apply(this, arguments); + } +`; +helpers.set = helper("7.0.0-beta.0")` + import superPropBase from "superPropBase"; + import defineProperty from "defineProperty"; + + function set(target, property, value, receiver) { + if (typeof Reflect !== "undefined" && Reflect.set) { + set = Reflect.set; + } else { + set = function set(target, property, value, receiver) { + var base = superPropBase(target, property); + var desc; + + if (base) { + desc = Object.getOwnPropertyDescriptor(base, property); + if (desc.set) { + desc.set.call(receiver, value); + return true; + } else if (!desc.writable) { + // Both getter and non-writable fall into this. + return false; + } + } + + // Without a super that defines the property, spec boils down to + // "define on receiver" for some reason. + desc = Object.getOwnPropertyDescriptor(receiver, property); + if (desc) { + if (!desc.writable) { + // Setter, getter, and non-writable fall into this. + return false; + } + + desc.value = value; + Object.defineProperty(receiver, property, desc); + } else { + // Avoid setters that may be defined on Sub's prototype, but not on + // the instance. + defineProperty(receiver, property, value); + } + + return true; + }; + } + + return set(target, property, value, receiver); + } + + export default function _set(target, property, value, receiver, isStrict) { + var s = set(target, property, value, receiver || target); + if (!s && isStrict) { + throw new Error('failed to set property'); + } + + return value; + } +`; +helpers.taggedTemplateLiteral = helper("7.0.0-beta.0")` + export default function _taggedTemplateLiteral(strings, raw) { + if (!raw) { raw = strings.slice(0); } + return Object.freeze(Object.defineProperties(strings, { + raw: { value: Object.freeze(raw) } + })); + } +`; +helpers.taggedTemplateLiteralLoose = helper("7.0.0-beta.0")` + export default function _taggedTemplateLiteralLoose(strings, raw) { + if (!raw) { raw = strings.slice(0); } + strings.raw = raw; + return strings; + } +`; +helpers.readOnlyError = helper("7.0.0-beta.0")` + export default function _readOnlyError(name) { + throw new TypeError("\\"" + name + "\\" is read-only"); + } +`; +helpers.writeOnlyError = helper("7.12.13")` + export default function _writeOnlyError(name) { + throw new TypeError("\\"" + name + "\\" is write-only"); + } +`; +helpers.classNameTDZError = helper("7.0.0-beta.0")` + export default function _classNameTDZError(name) { + throw new Error("Class \\"" + name + "\\" cannot be referenced in computed property keys."); + } +`; +helpers.temporalUndefined = helper("7.0.0-beta.0")` + // This function isn't mean to be called, but to be used as a reference. + // We can't use a normal object because it isn't hoisted. + export default function _temporalUndefined() {} +`; +helpers.tdz = helper("7.5.5")` + export default function _tdzError(name) { + throw new ReferenceError(name + " is not defined - temporal dead zone"); + } +`; +helpers.temporalRef = helper("7.0.0-beta.0")` + import undef from "temporalUndefined"; + import err from "tdz"; + + export default function _temporalRef(val, name) { + return val === undef ? err(name) : val; + } +`; +helpers.slicedToArray = helper("7.0.0-beta.0")` + import arrayWithHoles from "arrayWithHoles"; + import iterableToArrayLimit from "iterableToArrayLimit"; + import unsupportedIterableToArray from "unsupportedIterableToArray"; + import nonIterableRest from "nonIterableRest"; + + export default function _slicedToArray(arr, i) { + return ( + arrayWithHoles(arr) || + iterableToArrayLimit(arr, i) || + unsupportedIterableToArray(arr, i) || + nonIterableRest() + ); + } +`; +helpers.slicedToArrayLoose = helper("7.0.0-beta.0")` + import arrayWithHoles from "arrayWithHoles"; + import iterableToArrayLimitLoose from "iterableToArrayLimitLoose"; + import unsupportedIterableToArray from "unsupportedIterableToArray"; + import nonIterableRest from "nonIterableRest"; + + export default function _slicedToArrayLoose(arr, i) { + return ( + arrayWithHoles(arr) || + iterableToArrayLimitLoose(arr, i) || + unsupportedIterableToArray(arr, i) || + nonIterableRest() + ); + } +`; +helpers.toArray = helper("7.0.0-beta.0")` + import arrayWithHoles from "arrayWithHoles"; + import iterableToArray from "iterableToArray"; + import unsupportedIterableToArray from "unsupportedIterableToArray"; + import nonIterableRest from "nonIterableRest"; + + export default function _toArray(arr) { + return ( + arrayWithHoles(arr) || + iterableToArray(arr) || + unsupportedIterableToArray(arr) || + nonIterableRest() + ); + } +`; +helpers.toConsumableArray = helper("7.0.0-beta.0")` + import arrayWithoutHoles from "arrayWithoutHoles"; + import iterableToArray from "iterableToArray"; + import unsupportedIterableToArray from "unsupportedIterableToArray"; + import nonIterableSpread from "nonIterableSpread"; + + export default function _toConsumableArray(arr) { + return ( + arrayWithoutHoles(arr) || + iterableToArray(arr) || + unsupportedIterableToArray(arr) || + nonIterableSpread() + ); + } +`; +helpers.arrayWithoutHoles = helper("7.0.0-beta.0")` + import arrayLikeToArray from "arrayLikeToArray"; + + export default function _arrayWithoutHoles(arr) { + if (Array.isArray(arr)) return arrayLikeToArray(arr); + } +`; +helpers.arrayWithHoles = helper("7.0.0-beta.0")` + export default function _arrayWithHoles(arr) { + if (Array.isArray(arr)) return arr; + } +`; +helpers.maybeArrayLike = helper("7.9.0")` + import arrayLikeToArray from "arrayLikeToArray"; + + export default function _maybeArrayLike(next, arr, i) { + if (arr && !Array.isArray(arr) && typeof arr.length === "number") { + var len = arr.length; + return arrayLikeToArray(arr, i !== void 0 && i < len ? i : len); + } + return next(arr, i); + } +`; +helpers.iterableToArray = helper("7.0.0-beta.0")` + export default function _iterableToArray(iter) { + if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); + } +`; +helpers.iterableToArrayLimit = helper("7.0.0-beta.0")` + export default function _iterableToArrayLimit(arr, i) { + // this is an expanded form of \`for...of\` that properly supports abrupt completions of + // iterators etc. variable names have been minimised to reduce the size of this massive + // helper. sometimes spec compliance is annoying :( + // + // _n = _iteratorNormalCompletion + // _d = _didIteratorError + // _e = _iteratorError + // _i = _iterator + // _s = _step + + var _i = arr == null ? null : (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); + if (_i == null) return; + + var _arr = []; + var _n = true; + var _d = false; + var _s, _e; + try { + for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { + _arr.push(_s.value); + if (i && _arr.length === i) break; + } + } catch (err) { + _d = true; + _e = err; + } finally { + try { + if (!_n && _i["return"] != null) _i["return"](); + } finally { + if (_d) throw _e; + } + } + return _arr; + } +`; +helpers.iterableToArrayLimitLoose = helper("7.0.0-beta.0")` + export default function _iterableToArrayLimitLoose(arr, i) { + var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]); + if (_i == null) return; + + var _arr = []; + for (_i = _i.call(arr), _step; !(_step = _i.next()).done;) { + _arr.push(_step.value); + if (i && _arr.length === i) break; + } + return _arr; + } +`; +helpers.unsupportedIterableToArray = helper("7.9.0")` + import arrayLikeToArray from "arrayLikeToArray"; + + export default function _unsupportedIterableToArray(o, minLen) { + if (!o) return; + if (typeof o === "string") return arrayLikeToArray(o, minLen); + var n = Object.prototype.toString.call(o).slice(8, -1); + if (n === "Object" && o.constructor) n = o.constructor.name; + if (n === "Map" || n === "Set") return Array.from(o); + if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) + return arrayLikeToArray(o, minLen); + } +`; +helpers.arrayLikeToArray = helper("7.9.0")` + export default function _arrayLikeToArray(arr, len) { + if (len == null || len > arr.length) len = arr.length; + for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; + return arr2; + } +`; +helpers.nonIterableSpread = helper("7.0.0-beta.0")` + export default function _nonIterableSpread() { + throw new TypeError( + "Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method." + ); + } +`; +helpers.nonIterableRest = helper("7.0.0-beta.0")` + export default function _nonIterableRest() { + throw new TypeError( + "Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method." + ); + } +`; +helpers.createForOfIteratorHelper = helper("7.9.0")` + import unsupportedIterableToArray from "unsupportedIterableToArray"; + + // s: start (create the iterator) + // n: next + // e: error (called whenever something throws) + // f: finish (always called at the end) + + export default function _createForOfIteratorHelper(o, allowArrayLike) { + var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; + + if (!it) { + // Fallback for engines without symbol support + if ( + Array.isArray(o) || + (it = unsupportedIterableToArray(o)) || + (allowArrayLike && o && typeof o.length === "number") + ) { + if (it) o = it; + var i = 0; + var F = function(){}; + return { + s: F, + n: function() { + if (i >= o.length) return { done: true }; + return { done: false, value: o[i++] }; + }, + e: function(e) { throw e; }, + f: F, + }; + } + + throw new TypeError("Invalid attempt to iterate non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); + } + + var normalCompletion = true, didErr = false, err; + + return { + s: function() { + it = it.call(o); + }, + n: function() { + var step = it.next(); + normalCompletion = step.done; + return step; + }, + e: function(e) { + didErr = true; + err = e; + }, + f: function() { + try { + if (!normalCompletion && it.return != null) it.return(); + } finally { + if (didErr) throw err; + } + } + }; + } +`; +helpers.createForOfIteratorHelperLoose = helper("7.9.0")` + import unsupportedIterableToArray from "unsupportedIterableToArray"; + + export default function _createForOfIteratorHelperLoose(o, allowArrayLike) { + var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; + + if (it) return (it = it.call(o)).next.bind(it); + + // Fallback for engines without symbol support + if ( + Array.isArray(o) || + (it = unsupportedIterableToArray(o)) || + (allowArrayLike && o && typeof o.length === "number") + ) { + if (it) o = it; + var i = 0; + return function() { + if (i >= o.length) return { done: true }; + return { done: false, value: o[i++] }; + } + } + + throw new TypeError("Invalid attempt to iterate non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); + } +`; +helpers.skipFirstGeneratorNext = helper("7.0.0-beta.0")` + export default function _skipFirstGeneratorNext(fn) { + return function () { + var it = fn.apply(this, arguments); + it.next(); + return it; + } + } +`; +helpers.toPrimitive = helper("7.1.5")` + export default function _toPrimitive( + input, + hint /*: "default" | "string" | "number" | void */ + ) { + if (typeof input !== "object" || input === null) return input; + var prim = input[Symbol.toPrimitive]; + if (prim !== undefined) { + var res = prim.call(input, hint || "default"); + if (typeof res !== "object") return res; + throw new TypeError("@@toPrimitive must return a primitive value."); + } + return (hint === "string" ? String : Number)(input); + } +`; +helpers.toPropertyKey = helper("7.1.5")` + import toPrimitive from "toPrimitive"; + + export default function _toPropertyKey(arg) { + var key = toPrimitive(arg, "string"); + return typeof key === "symbol" ? key : String(key); + } +`; +helpers.initializerWarningHelper = helper("7.0.0-beta.0")` + export default function _initializerWarningHelper(descriptor, context){ + throw new Error( + 'Decorating class property failed. Please ensure that ' + + 'proposal-class-properties is enabled and runs after the decorators transform.' + ); + } +`; +helpers.initializerDefineProperty = helper("7.0.0-beta.0")` + export default function _initializerDefineProperty(target, property, descriptor, context){ + if (!descriptor) return; + + Object.defineProperty(target, property, { + enumerable: descriptor.enumerable, + configurable: descriptor.configurable, + writable: descriptor.writable, + value: descriptor.initializer ? descriptor.initializer.call(context) : void 0, + }); + } +`; +helpers.applyDecoratedDescriptor = helper("7.0.0-beta.0")` + export default function _applyDecoratedDescriptor(target, property, decorators, descriptor, context){ + var desc = {}; + Object.keys(descriptor).forEach(function(key){ + desc[key] = descriptor[key]; + }); + desc.enumerable = !!desc.enumerable; + desc.configurable = !!desc.configurable; + if ('value' in desc || desc.initializer){ + desc.writable = true; + } + + desc = decorators.slice().reverse().reduce(function(desc, decorator){ + return decorator(target, property, desc) || desc; + }, desc); + + if (context && desc.initializer !== void 0){ + desc.value = desc.initializer ? desc.initializer.call(context) : void 0; + desc.initializer = undefined; + } + + if (desc.initializer === void 0){ + Object.defineProperty(target, property, desc); + desc = null; + } + + return desc; + } +`; +helpers.classPrivateFieldLooseKey = helper("7.0.0-beta.0")` + var id = 0; + export default function _classPrivateFieldKey(name) { + return "__private_" + (id++) + "_" + name; + } +`; +helpers.classPrivateFieldLooseBase = helper("7.0.0-beta.0")` + export default function _classPrivateFieldBase(receiver, privateKey) { + if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) { + throw new TypeError("attempted to use private field on non-instance"); + } + return receiver; + } +`; +helpers.classPrivateFieldGet = helper("7.0.0-beta.0")` + import classApplyDescriptorGet from "classApplyDescriptorGet"; + import classExtractFieldDescriptor from "classExtractFieldDescriptor"; + export default function _classPrivateFieldGet(receiver, privateMap) { + var descriptor = classExtractFieldDescriptor(receiver, privateMap, "get"); + return classApplyDescriptorGet(receiver, descriptor); + } +`; +helpers.classPrivateFieldSet = helper("7.0.0-beta.0")` + import classApplyDescriptorSet from "classApplyDescriptorSet"; + import classExtractFieldDescriptor from "classExtractFieldDescriptor"; + export default function _classPrivateFieldSet(receiver, privateMap, value) { + var descriptor = classExtractFieldDescriptor(receiver, privateMap, "set"); + classApplyDescriptorSet(receiver, descriptor, value); + return value; + } +`; +helpers.classPrivateFieldDestructureSet = helper("7.4.4")` + import classApplyDescriptorDestructureSet from "classApplyDescriptorDestructureSet"; + import classExtractFieldDescriptor from "classExtractFieldDescriptor"; + export default function _classPrivateFieldDestructureSet(receiver, privateMap) { + var descriptor = classExtractFieldDescriptor(receiver, privateMap, "set"); + return classApplyDescriptorDestructureSet(receiver, descriptor); + } +`; +helpers.classExtractFieldDescriptor = helper("7.13.10")` + export default function _classExtractFieldDescriptor(receiver, privateMap, action) { + if (!privateMap.has(receiver)) { + throw new TypeError("attempted to " + action + " private field on non-instance"); + } + return privateMap.get(receiver); + } +`; +helpers.classStaticPrivateFieldSpecGet = helper("7.0.2")` + import classApplyDescriptorGet from "classApplyDescriptorGet"; + import classCheckPrivateStaticAccess from "classCheckPrivateStaticAccess"; + import classCheckPrivateStaticFieldDescriptor from "classCheckPrivateStaticFieldDescriptor"; + export default function _classStaticPrivateFieldSpecGet(receiver, classConstructor, descriptor) { + classCheckPrivateStaticAccess(receiver, classConstructor); + classCheckPrivateStaticFieldDescriptor(descriptor, "get"); + return classApplyDescriptorGet(receiver, descriptor); + } +`; +helpers.classStaticPrivateFieldSpecSet = helper("7.0.2")` + import classApplyDescriptorSet from "classApplyDescriptorSet"; + import classCheckPrivateStaticAccess from "classCheckPrivateStaticAccess"; + import classCheckPrivateStaticFieldDescriptor from "classCheckPrivateStaticFieldDescriptor"; + export default function _classStaticPrivateFieldSpecSet(receiver, classConstructor, descriptor, value) { + classCheckPrivateStaticAccess(receiver, classConstructor); + classCheckPrivateStaticFieldDescriptor(descriptor, "set"); + classApplyDescriptorSet(receiver, descriptor, value); + return value; + } +`; +helpers.classStaticPrivateMethodGet = helper("7.3.2")` + import classCheckPrivateStaticAccess from "classCheckPrivateStaticAccess"; + export default function _classStaticPrivateMethodGet(receiver, classConstructor, method) { + classCheckPrivateStaticAccess(receiver, classConstructor); + return method; + } +`; +helpers.classStaticPrivateMethodSet = helper("7.3.2")` + export default function _classStaticPrivateMethodSet() { + throw new TypeError("attempted to set read only static private field"); + } +`; +helpers.classApplyDescriptorGet = helper("7.13.10")` + export default function _classApplyDescriptorGet(receiver, descriptor) { + if (descriptor.get) { + return descriptor.get.call(receiver); + } + return descriptor.value; + } +`; +helpers.classApplyDescriptorSet = helper("7.13.10")` + export default function _classApplyDescriptorSet(receiver, descriptor, value) { + if (descriptor.set) { + descriptor.set.call(receiver, value); + } else { + if (!descriptor.writable) { + // This should only throw in strict mode, but class bodies are + // always strict and private fields can only be used inside + // class bodies. + throw new TypeError("attempted to set read only private field"); + } + descriptor.value = value; + } + } +`; +helpers.classApplyDescriptorDestructureSet = helper("7.13.10")` + export default function _classApplyDescriptorDestructureSet(receiver, descriptor) { + if (descriptor.set) { + if (!("__destrObj" in descriptor)) { + descriptor.__destrObj = { + set value(v) { + descriptor.set.call(receiver, v) + }, + }; + } + return descriptor.__destrObj; + } else { + if (!descriptor.writable) { + // This should only throw in strict mode, but class bodies are + // always strict and private fields can only be used inside + // class bodies. + throw new TypeError("attempted to set read only private field"); + } + + return descriptor; + } + } +`; +helpers.classStaticPrivateFieldDestructureSet = helper("7.13.10")` + import classApplyDescriptorDestructureSet from "classApplyDescriptorDestructureSet"; + import classCheckPrivateStaticAccess from "classCheckPrivateStaticAccess"; + import classCheckPrivateStaticFieldDescriptor from "classCheckPrivateStaticFieldDescriptor"; + export default function _classStaticPrivateFieldDestructureSet(receiver, classConstructor, descriptor) { + classCheckPrivateStaticAccess(receiver, classConstructor); + classCheckPrivateStaticFieldDescriptor(descriptor, "set"); + return classApplyDescriptorDestructureSet(receiver, descriptor); + } +`; +helpers.classCheckPrivateStaticAccess = helper("7.13.10")` + export default function _classCheckPrivateStaticAccess(receiver, classConstructor) { + if (receiver !== classConstructor) { + throw new TypeError("Private static access of wrong provenance"); + } + } +`; +helpers.classCheckPrivateStaticFieldDescriptor = helper("7.13.10")` + export default function _classCheckPrivateStaticFieldDescriptor(descriptor, action) { + if (descriptor === undefined) { + throw new TypeError("attempted to " + action + " private static field before its declaration"); + } + } +`; +helpers.decorate = helper("7.1.5")` + import toArray from "toArray"; + import toPropertyKey from "toPropertyKey"; + + // These comments are stripped by @babel/template + /*:: + type PropertyDescriptor = + | { + value: any, + writable: boolean, + configurable: boolean, + enumerable: boolean, + } + | { + get?: () => any, + set?: (v: any) => void, + configurable: boolean, + enumerable: boolean, + }; + + type FieldDescriptor ={ + writable: boolean, + configurable: boolean, + enumerable: boolean, + }; + + type Placement = "static" | "prototype" | "own"; + type Key = string | symbol; // PrivateName is not supported yet. + + type ElementDescriptor = + | { + kind: "method", + key: Key, + placement: Placement, + descriptor: PropertyDescriptor + } + | { + kind: "field", + key: Key, + placement: Placement, + descriptor: FieldDescriptor, + initializer?: () => any, + }; + + // This is exposed to the user code + type ElementObjectInput = ElementDescriptor & { + [@@toStringTag]?: "Descriptor" + }; + + // This is exposed to the user code + type ElementObjectOutput = ElementDescriptor & { + [@@toStringTag]?: "Descriptor" + extras?: ElementDescriptor[], + finisher?: ClassFinisher, + }; + + // This is exposed to the user code + type ClassObject = { + [@@toStringTag]?: "Descriptor", + kind: "class", + elements: ElementDescriptor[], + }; + + type ElementDecorator = (descriptor: ElementObjectInput) => ?ElementObjectOutput; + type ClassDecorator = (descriptor: ClassObject) => ?ClassObject; + type ClassFinisher = (cl: Class) => Class; + + // Only used by Babel in the transform output, not part of the spec. + type ElementDefinition = + | { + kind: "method", + value: any, + key: Key, + static?: boolean, + decorators?: ElementDecorator[], + } + | { + kind: "field", + value: () => any, + key: Key, + static?: boolean, + decorators?: ElementDecorator[], + }; + + declare function ClassFactory(initialize: (instance: C) => void): { + F: Class, + d: ElementDefinition[] + } + + */ + + /*:: + // Various combinations with/without extras and with one or many finishers + + type ElementFinisherExtras = { + element: ElementDescriptor, + finisher?: ClassFinisher, + extras?: ElementDescriptor[], + }; + + type ElementFinishersExtras = { + element: ElementDescriptor, + finishers: ClassFinisher[], + extras: ElementDescriptor[], + }; + + type ElementsFinisher = { + elements: ElementDescriptor[], + finisher?: ClassFinisher, + }; + + type ElementsFinishers = { + elements: ElementDescriptor[], + finishers: ClassFinisher[], + }; + + */ + + /*:: + + type Placements = { + static: Key[], + prototype: Key[], + own: Key[], + }; + + */ + + // ClassDefinitionEvaluation (Steps 26-*) + export default function _decorate( + decorators /*: ClassDecorator[] */, + factory /*: ClassFactory */, + superClass /*: ?Class<*> */, + mixins /*: ?Array */, + ) /*: Class<*> */ { + var api = _getDecoratorsApi(); + if (mixins) { + for (var i = 0; i < mixins.length; i++) { + api = mixins[i](api); + } + } + + var r = factory(function initialize(O) { + api.initializeInstanceElements(O, decorated.elements); + }, superClass); + var decorated = api.decorateClass( + _coalesceClassElements(r.d.map(_createElementDescriptor)), + decorators, + ); + + api.initializeClassElements(r.F, decorated.elements); + + return api.runClassFinishers(r.F, decorated.finishers); + } + + function _getDecoratorsApi() { + _getDecoratorsApi = function() { + return api; + }; + + var api = { + elementsDefinitionOrder: [["method"], ["field"]], + + // InitializeInstanceElements + initializeInstanceElements: function( + /*::*/ O /*: C */, + elements /*: ElementDescriptor[] */, + ) { + ["method", "field"].forEach(function(kind) { + elements.forEach(function(element /*: ElementDescriptor */) { + if (element.kind === kind && element.placement === "own") { + this.defineClassElement(O, element); + } + }, this); + }, this); + }, + + // InitializeClassElements + initializeClassElements: function( + /*::*/ F /*: Class */, + elements /*: ElementDescriptor[] */, + ) { + var proto = F.prototype; + + ["method", "field"].forEach(function(kind) { + elements.forEach(function(element /*: ElementDescriptor */) { + var placement = element.placement; + if ( + element.kind === kind && + (placement === "static" || placement === "prototype") + ) { + var receiver = placement === "static" ? F : proto; + this.defineClassElement(receiver, element); + } + }, this); + }, this); + }, + + // DefineClassElement + defineClassElement: function( + /*::*/ receiver /*: C | Class */, + element /*: ElementDescriptor */, + ) { + var descriptor /*: PropertyDescriptor */ = element.descriptor; + if (element.kind === "field") { + var initializer = element.initializer; + descriptor = { + enumerable: descriptor.enumerable, + writable: descriptor.writable, + configurable: descriptor.configurable, + value: initializer === void 0 ? void 0 : initializer.call(receiver), + }; + } + Object.defineProperty(receiver, element.key, descriptor); + }, + + // DecorateClass + decorateClass: function( + elements /*: ElementDescriptor[] */, + decorators /*: ClassDecorator[] */, + ) /*: ElementsFinishers */ { + var newElements /*: ElementDescriptor[] */ = []; + var finishers /*: ClassFinisher[] */ = []; + var placements /*: Placements */ = { + static: [], + prototype: [], + own: [], + }; + + elements.forEach(function(element /*: ElementDescriptor */) { + this.addElementPlacement(element, placements); + }, this); + + elements.forEach(function(element /*: ElementDescriptor */) { + if (!_hasDecorators(element)) return newElements.push(element); + + var elementFinishersExtras /*: ElementFinishersExtras */ = this.decorateElement( + element, + placements, + ); + newElements.push(elementFinishersExtras.element); + newElements.push.apply(newElements, elementFinishersExtras.extras); + finishers.push.apply(finishers, elementFinishersExtras.finishers); + }, this); + + if (!decorators) { + return { elements: newElements, finishers: finishers }; + } + + var result /*: ElementsFinishers */ = this.decorateConstructor( + newElements, + decorators, + ); + finishers.push.apply(finishers, result.finishers); + result.finishers = finishers; + + return result; + }, + + // AddElementPlacement + addElementPlacement: function( + element /*: ElementDescriptor */, + placements /*: Placements */, + silent /*: boolean */, + ) { + var keys = placements[element.placement]; + if (!silent && keys.indexOf(element.key) !== -1) { + throw new TypeError("Duplicated element (" + element.key + ")"); + } + keys.push(element.key); + }, + + // DecorateElement + decorateElement: function( + element /*: ElementDescriptor */, + placements /*: Placements */, + ) /*: ElementFinishersExtras */ { + var extras /*: ElementDescriptor[] */ = []; + var finishers /*: ClassFinisher[] */ = []; + + for ( + var decorators = element.decorators, i = decorators.length - 1; + i >= 0; + i-- + ) { + // (inlined) RemoveElementPlacement + var keys = placements[element.placement]; + keys.splice(keys.indexOf(element.key), 1); + + var elementObject /*: ElementObjectInput */ = this.fromElementDescriptor( + element, + ); + var elementFinisherExtras /*: ElementFinisherExtras */ = this.toElementFinisherExtras( + (0, decorators[i])(elementObject) /*: ElementObjectOutput */ || + elementObject, + ); + + element = elementFinisherExtras.element; + this.addElementPlacement(element, placements); + + if (elementFinisherExtras.finisher) { + finishers.push(elementFinisherExtras.finisher); + } + + var newExtras /*: ElementDescriptor[] | void */ = + elementFinisherExtras.extras; + if (newExtras) { + for (var j = 0; j < newExtras.length; j++) { + this.addElementPlacement(newExtras[j], placements); + } + extras.push.apply(extras, newExtras); + } + } + + return { element: element, finishers: finishers, extras: extras }; + }, + + // DecorateConstructor + decorateConstructor: function( + elements /*: ElementDescriptor[] */, + decorators /*: ClassDecorator[] */, + ) /*: ElementsFinishers */ { + var finishers /*: ClassFinisher[] */ = []; + + for (var i = decorators.length - 1; i >= 0; i--) { + var obj /*: ClassObject */ = this.fromClassDescriptor(elements); + var elementsAndFinisher /*: ElementsFinisher */ = this.toClassDescriptor( + (0, decorators[i])(obj) /*: ClassObject */ || obj, + ); + + if (elementsAndFinisher.finisher !== undefined) { + finishers.push(elementsAndFinisher.finisher); + } + + if (elementsAndFinisher.elements !== undefined) { + elements = elementsAndFinisher.elements; + + for (var j = 0; j < elements.length - 1; j++) { + for (var k = j + 1; k < elements.length; k++) { + if ( + elements[j].key === elements[k].key && + elements[j].placement === elements[k].placement + ) { + throw new TypeError( + "Duplicated element (" + elements[j].key + ")", + ); + } + } + } + } + } + + return { elements: elements, finishers: finishers }; + }, + + // FromElementDescriptor + fromElementDescriptor: function( + element /*: ElementDescriptor */, + ) /*: ElementObject */ { + var obj /*: ElementObject */ = { + kind: element.kind, + key: element.key, + placement: element.placement, + descriptor: element.descriptor, + }; + + var desc = { + value: "Descriptor", + configurable: true, + }; + Object.defineProperty(obj, Symbol.toStringTag, desc); + + if (element.kind === "field") obj.initializer = element.initializer; + + return obj; + }, + + // ToElementDescriptors + toElementDescriptors: function( + elementObjects /*: ElementObject[] */, + ) /*: ElementDescriptor[] */ { + if (elementObjects === undefined) return; + return toArray(elementObjects).map(function(elementObject) { + var element = this.toElementDescriptor(elementObject); + this.disallowProperty(elementObject, "finisher", "An element descriptor"); + this.disallowProperty(elementObject, "extras", "An element descriptor"); + return element; + }, this); + }, + + // ToElementDescriptor + toElementDescriptor: function( + elementObject /*: ElementObject */, + ) /*: ElementDescriptor */ { + var kind = String(elementObject.kind); + if (kind !== "method" && kind !== "field") { + throw new TypeError( + 'An element descriptor\\'s .kind property must be either "method" or' + + ' "field", but a decorator created an element descriptor with' + + ' .kind "' + + kind + + '"', + ); + } + + var key = toPropertyKey(elementObject.key); + + var placement = String(elementObject.placement); + if ( + placement !== "static" && + placement !== "prototype" && + placement !== "own" + ) { + throw new TypeError( + 'An element descriptor\\'s .placement property must be one of "static",' + + ' "prototype" or "own", but a decorator created an element descriptor' + + ' with .placement "' + + placement + + '"', + ); + } + + var descriptor /*: PropertyDescriptor */ = elementObject.descriptor; + + this.disallowProperty(elementObject, "elements", "An element descriptor"); + + var element /*: ElementDescriptor */ = { + kind: kind, + key: key, + placement: placement, + descriptor: Object.assign({}, descriptor), + }; + + if (kind !== "field") { + this.disallowProperty(elementObject, "initializer", "A method descriptor"); + } else { + this.disallowProperty( + descriptor, + "get", + "The property descriptor of a field descriptor", + ); + this.disallowProperty( + descriptor, + "set", + "The property descriptor of a field descriptor", + ); + this.disallowProperty( + descriptor, + "value", + "The property descriptor of a field descriptor", + ); + + element.initializer = elementObject.initializer; + } + + return element; + }, + + toElementFinisherExtras: function( + elementObject /*: ElementObject */, + ) /*: ElementFinisherExtras */ { + var element /*: ElementDescriptor */ = this.toElementDescriptor( + elementObject, + ); + var finisher /*: ClassFinisher */ = _optionalCallableProperty( + elementObject, + "finisher", + ); + var extras /*: ElementDescriptors[] */ = this.toElementDescriptors( + elementObject.extras, + ); + + return { element: element, finisher: finisher, extras: extras }; + }, + + // FromClassDescriptor + fromClassDescriptor: function( + elements /*: ElementDescriptor[] */, + ) /*: ClassObject */ { + var obj = { + kind: "class", + elements: elements.map(this.fromElementDescriptor, this), + }; + + var desc = { value: "Descriptor", configurable: true }; + Object.defineProperty(obj, Symbol.toStringTag, desc); + + return obj; + }, + + // ToClassDescriptor + toClassDescriptor: function( + obj /*: ClassObject */, + ) /*: ElementsFinisher */ { + var kind = String(obj.kind); + if (kind !== "class") { + throw new TypeError( + 'A class descriptor\\'s .kind property must be "class", but a decorator' + + ' created a class descriptor with .kind "' + + kind + + '"', + ); + } + + this.disallowProperty(obj, "key", "A class descriptor"); + this.disallowProperty(obj, "placement", "A class descriptor"); + this.disallowProperty(obj, "descriptor", "A class descriptor"); + this.disallowProperty(obj, "initializer", "A class descriptor"); + this.disallowProperty(obj, "extras", "A class descriptor"); + + var finisher = _optionalCallableProperty(obj, "finisher"); + var elements = this.toElementDescriptors(obj.elements); + + return { elements: elements, finisher: finisher }; + }, + + // RunClassFinishers + runClassFinishers: function( + constructor /*: Class<*> */, + finishers /*: ClassFinisher[] */, + ) /*: Class<*> */ { + for (var i = 0; i < finishers.length; i++) { + var newConstructor /*: ?Class<*> */ = (0, finishers[i])(constructor); + if (newConstructor !== undefined) { + // NOTE: This should check if IsConstructor(newConstructor) is false. + if (typeof newConstructor !== "function") { + throw new TypeError("Finishers must return a constructor."); + } + constructor = newConstructor; + } + } + return constructor; + }, + + disallowProperty: function(obj, name, objectType) { + if (obj[name] !== undefined) { + throw new TypeError(objectType + " can't have a ." + name + " property."); + } + } + }; + + return api; + } + + // ClassElementEvaluation + function _createElementDescriptor( + def /*: ElementDefinition */, + ) /*: ElementDescriptor */ { + var key = toPropertyKey(def.key); + + var descriptor /*: PropertyDescriptor */; + if (def.kind === "method") { + descriptor = { + value: def.value, + writable: true, + configurable: true, + enumerable: false, + }; + } else if (def.kind === "get") { + descriptor = { get: def.value, configurable: true, enumerable: false }; + } else if (def.kind === "set") { + descriptor = { set: def.value, configurable: true, enumerable: false }; + } else if (def.kind === "field") { + descriptor = { configurable: true, writable: true, enumerable: true }; + } + + var element /*: ElementDescriptor */ = { + kind: def.kind === "field" ? "field" : "method", + key: key, + placement: def.static + ? "static" + : def.kind === "field" + ? "own" + : "prototype", + descriptor: descriptor, + }; + if (def.decorators) element.decorators = def.decorators; + if (def.kind === "field") element.initializer = def.value; + + return element; + } + + // CoalesceGetterSetter + function _coalesceGetterSetter( + element /*: ElementDescriptor */, + other /*: ElementDescriptor */, + ) { + if (element.descriptor.get !== undefined) { + other.descriptor.get = element.descriptor.get; + } else { + other.descriptor.set = element.descriptor.set; + } + } + + // CoalesceClassElements + function _coalesceClassElements( + elements /*: ElementDescriptor[] */, + ) /*: ElementDescriptor[] */ { + var newElements /*: ElementDescriptor[] */ = []; + + var isSameElement = function( + other /*: ElementDescriptor */, + ) /*: boolean */ { + return ( + other.kind === "method" && + other.key === element.key && + other.placement === element.placement + ); + }; + + for (var i = 0; i < elements.length; i++) { + var element /*: ElementDescriptor */ = elements[i]; + var other /*: ElementDescriptor */; + + if ( + element.kind === "method" && + (other = newElements.find(isSameElement)) + ) { + if ( + _isDataDescriptor(element.descriptor) || + _isDataDescriptor(other.descriptor) + ) { + if (_hasDecorators(element) || _hasDecorators(other)) { + throw new ReferenceError( + "Duplicated methods (" + element.key + ") can't be decorated.", + ); + } + other.descriptor = element.descriptor; + } else { + if (_hasDecorators(element)) { + if (_hasDecorators(other)) { + throw new ReferenceError( + "Decorators can't be placed on different accessors with for " + + "the same property (" + + element.key + + ").", + ); + } + other.decorators = element.decorators; + } + _coalesceGetterSetter(element, other); + } + } else { + newElements.push(element); + } + } + + return newElements; + } + + function _hasDecorators(element /*: ElementDescriptor */) /*: boolean */ { + return element.decorators && element.decorators.length; + } + + function _isDataDescriptor(desc /*: PropertyDescriptor */) /*: boolean */ { + return ( + desc !== undefined && + !(desc.value === undefined && desc.writable === undefined) + ); + } + + function _optionalCallableProperty /*::*/( + obj /*: T */, + name /*: $Keys */, + ) /*: ?Function */ { + var value = obj[name]; + if (value !== undefined && typeof value !== "function") { + throw new TypeError("Expected '" + name + "' to be a function"); + } + return value; + } + +`; +helpers.classPrivateMethodGet = helper("7.1.6")` + export default function _classPrivateMethodGet(receiver, privateSet, fn) { + if (!privateSet.has(receiver)) { + throw new TypeError("attempted to get private field on non-instance"); + } + return fn; + } +`; +helpers.checkPrivateRedeclaration = helper("7.14.1")` + export default function _checkPrivateRedeclaration(obj, privateCollection) { + if (privateCollection.has(obj)) { + throw new TypeError("Cannot initialize the same private elements twice on an object"); + } + } +`; +helpers.classPrivateFieldInitSpec = helper("7.14.1")` + import checkPrivateRedeclaration from "checkPrivateRedeclaration"; + + export default function _classPrivateFieldInitSpec(obj, privateMap, value) { + checkPrivateRedeclaration(obj, privateMap); + privateMap.set(obj, value); + } +`; +helpers.classPrivateMethodInitSpec = helper("7.14.1")` + import checkPrivateRedeclaration from "checkPrivateRedeclaration"; + + export default function _classPrivateMethodInitSpec(obj, privateSet) { + checkPrivateRedeclaration(obj, privateSet); + privateSet.add(obj); + } +`; +{ + helpers.classPrivateMethodSet = helper("7.1.6")` + export default function _classPrivateMethodSet() { + throw new TypeError("attempted to reassign private method"); + } + `; +} +helpers.identity = helper("7.17.0")` + export default function _identity(x) { + return x; + } +`; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helpers/lib/helpers/applyDecs.js b/FantasticAnimals/node_modules/@babel/helpers/lib/helpers/applyDecs.js new file mode 100644 index 0000000..8808a40 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helpers/lib/helpers/applyDecs.js @@ -0,0 +1,530 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = applyDecs; + +function createMetadataMethodsForProperty(metadataMap, kind, property, decoratorFinishedRef) { + return { + getMetadata: function (key) { + assertNotFinished(decoratorFinishedRef, "getMetadata"); + assertMetadataKey(key); + var metadataForKey = metadataMap[key]; + if (metadataForKey === void 0) return void 0; + + if (kind === 1) { + var pub = metadataForKey.public; + + if (pub !== void 0) { + return pub[property]; + } + } else if (kind === 2) { + var priv = metadataForKey.private; + + if (priv !== void 0) { + return priv.get(property); + } + } else if (Object.hasOwnProperty.call(metadataForKey, "constructor")) { + return metadataForKey.constructor; + } + }, + setMetadata: function (key, value) { + assertNotFinished(decoratorFinishedRef, "setMetadata"); + assertMetadataKey(key); + var metadataForKey = metadataMap[key]; + + if (metadataForKey === void 0) { + metadataForKey = metadataMap[key] = {}; + } + + if (kind === 1) { + var pub = metadataForKey.public; + + if (pub === void 0) { + pub = metadataForKey.public = {}; + } + + pub[property] = value; + } else if (kind === 2) { + var priv = metadataForKey.priv; + + if (priv === void 0) { + priv = metadataForKey.private = new Map(); + } + + priv.set(property, value); + } else { + metadataForKey.constructor = value; + } + } + }; +} + +function convertMetadataMapToFinal(obj, metadataMap) { + var parentMetadataMap = obj[Symbol.metadata || Symbol.for("Symbol.metadata")]; + var metadataKeys = Object.getOwnPropertySymbols(metadataMap); + if (metadataKeys.length === 0) return; + + for (var i = 0; i < metadataKeys.length; i++) { + var key = metadataKeys[i]; + var metaForKey = metadataMap[key]; + var parentMetaForKey = parentMetadataMap ? parentMetadataMap[key] : null; + var pub = metaForKey.public; + var parentPub = parentMetaForKey ? parentMetaForKey.public : null; + + if (pub && parentPub) { + Object.setPrototypeOf(pub, parentPub); + } + + var priv = metaForKey.private; + + if (priv) { + var privArr = Array.from(priv.values()); + var parentPriv = parentMetaForKey ? parentMetaForKey.private : null; + + if (parentPriv) { + privArr = privArr.concat(parentPriv); + } + + metaForKey.private = privArr; + } + + if (parentMetaForKey) { + Object.setPrototypeOf(metaForKey, parentMetaForKey); + } + } + + if (parentMetadataMap) { + Object.setPrototypeOf(metadataMap, parentMetadataMap); + } + + obj[Symbol.metadata || Symbol.for("Symbol.metadata")] = metadataMap; +} + +function createAddInitializerMethod(initializers, decoratorFinishedRef) { + return function addInitializer(initializer) { + assertNotFinished(decoratorFinishedRef, "addInitializer"); + assertCallable(initializer, "An initializer"); + initializers.push(initializer); + }; +} + +function memberDec(dec, name, desc, metadataMap, initializers, kind, isStatic, isPrivate, value) { + var kindStr; + + switch (kind) { + case 1: + kindStr = "accessor"; + break; + + case 2: + kindStr = "method"; + break; + + case 3: + kindStr = "getter"; + break; + + case 4: + kindStr = "setter"; + break; + + default: + kindStr = "field"; + } + + var ctx = { + kind: kindStr, + name: isPrivate ? "#" + name : name, + isStatic: isStatic, + isPrivate: isPrivate + }; + var decoratorFinishedRef = { + v: false + }; + + if (kind !== 0) { + ctx.addInitializer = createAddInitializerMethod(initializers, decoratorFinishedRef); + } + + var metadataKind, metadataName; + + if (isPrivate) { + metadataKind = 2; + metadataName = Symbol(name); + var access = {}; + + if (kind === 0) { + access.get = desc.get; + access.set = desc.set; + } else if (kind === 2) { + access.get = function () { + return desc.value; + }; + } else { + if (kind === 1 || kind === 3) { + access.get = function () { + return desc.get.call(this); + }; + } + + if (kind === 1 || kind === 4) { + access.set = function (v) { + desc.set.call(this, v); + }; + } + } + + ctx.access = access; + } else { + metadataKind = 1; + metadataName = name; + } + + try { + return dec(value, Object.assign(ctx, createMetadataMethodsForProperty(metadataMap, metadataKind, metadataName, decoratorFinishedRef))); + } finally { + decoratorFinishedRef.v = true; + } +} + +function assertNotFinished(decoratorFinishedRef, fnName) { + if (decoratorFinishedRef.v) { + throw new Error("attempted to call " + fnName + " after decoration was finished"); + } +} + +function assertMetadataKey(key) { + if (typeof key !== "symbol") { + throw new TypeError("Metadata keys must be symbols, received: " + key); + } +} + +function assertCallable(fn, hint) { + if (typeof fn !== "function") { + throw new TypeError(hint + " must be a function"); + } +} + +function assertValidReturnValue(kind, value) { + var type = typeof value; + + if (kind === 1) { + if (type !== "object" || value === null) { + throw new TypeError("accessor decorators must return an object with get, set, or init properties or void 0"); + } + + if (value.get !== undefined) { + assertCallable(value.get, "accessor.get"); + } + + if (value.set !== undefined) { + assertCallable(value.set, "accessor.set"); + } + + if (value.init !== undefined) { + assertCallable(value.init, "accessor.init"); + } + + if (value.initializer !== undefined) { + assertCallable(value.initializer, "accessor.initializer"); + } + } else if (type !== "function") { + var hint; + + if (kind === 0) { + hint = "field"; + } else if (kind === 10) { + hint = "class"; + } else { + hint = "method"; + } + + throw new TypeError(hint + " decorators must return a function or void 0"); + } +} + +function getInit(desc) { + var initializer; + + if ((initializer = desc.init) == null && (initializer = desc.initializer) && typeof console !== "undefined") { + console.warn(".initializer has been renamed to .init as of March 2022"); + } + + return initializer; +} + +function applyMemberDec(ret, base, decInfo, name, kind, isStatic, isPrivate, metadataMap, initializers) { + var decs = decInfo[0]; + var desc, initializer, value; + + if (isPrivate) { + if (kind === 0 || kind === 1) { + desc = { + get: decInfo[3], + set: decInfo[4] + }; + } else if (kind === 3) { + desc = { + get: decInfo[3] + }; + } else if (kind === 4) { + desc = { + set: decInfo[3] + }; + } else { + desc = { + value: decInfo[3] + }; + } + } else if (kind !== 0) { + desc = Object.getOwnPropertyDescriptor(base, name); + } + + if (kind === 1) { + value = { + get: desc.get, + set: desc.set + }; + } else if (kind === 2) { + value = desc.value; + } else if (kind === 3) { + value = desc.get; + } else if (kind === 4) { + value = desc.set; + } + + var newValue, get, set; + + if (typeof decs === "function") { + newValue = memberDec(decs, name, desc, metadataMap, initializers, kind, isStatic, isPrivate, value); + + if (newValue !== void 0) { + assertValidReturnValue(kind, newValue); + + if (kind === 0) { + initializer = newValue; + } else if (kind === 1) { + initializer = getInit(newValue); + get = newValue.get || value.get; + set = newValue.set || value.set; + value = { + get: get, + set: set + }; + } else { + value = newValue; + } + } + } else { + for (var i = decs.length - 1; i >= 0; i--) { + var dec = decs[i]; + newValue = memberDec(dec, name, desc, metadataMap, initializers, kind, isStatic, isPrivate, value); + + if (newValue !== void 0) { + assertValidReturnValue(kind, newValue); + var newInit; + + if (kind === 0) { + newInit = newValue; + } else if (kind === 1) { + newInit = getInit(newValue); + get = newValue.get || value.get; + set = newValue.set || value.set; + value = { + get: get, + set: set + }; + } else { + value = newValue; + } + + if (newInit !== void 0) { + if (initializer === void 0) { + initializer = newInit; + } else if (typeof initializer === "function") { + initializer = [initializer, newInit]; + } else { + initializer.push(newInit); + } + } + } + } + } + + if (kind === 0 || kind === 1) { + if (initializer === void 0) { + initializer = function (instance, init) { + return init; + }; + } else if (typeof initializer !== "function") { + var ownInitializers = initializer; + + initializer = function (instance, init) { + var value = init; + + for (var i = 0; i < ownInitializers.length; i++) { + value = ownInitializers[i].call(instance, value); + } + + return value; + }; + } else { + var originalInitializer = initializer; + + initializer = function (instance, init) { + return originalInitializer.call(instance, init); + }; + } + + ret.push(initializer); + } + + if (kind !== 0) { + if (kind === 1) { + desc.get = value.get; + desc.set = value.set; + } else if (kind === 2) { + desc.value = value; + } else if (kind === 3) { + desc.get = value; + } else if (kind === 4) { + desc.set = value; + } + + if (isPrivate) { + if (kind === 1) { + ret.push(function (instance, args) { + return value.get.call(instance, args); + }); + ret.push(function (instance, args) { + return value.set.call(instance, args); + }); + } else if (kind === 2) { + ret.push(value); + } else { + ret.push(function (instance, args) { + return value.call(instance, args); + }); + } + } else { + Object.defineProperty(base, name, desc); + } + } +} + +function applyMemberDecs(ret, Class, protoMetadataMap, staticMetadataMap, decInfos) { + var protoInitializers; + var staticInitializers; + var existingProtoNonFields = new Map(); + var existingStaticNonFields = new Map(); + + for (var i = 0; i < decInfos.length; i++) { + var decInfo = decInfos[i]; + if (!Array.isArray(decInfo)) continue; + var kind = decInfo[1]; + var name = decInfo[2]; + var isPrivate = decInfo.length > 3; + var isStatic = kind >= 5; + var base; + var metadataMap; + var initializers; + + if (isStatic) { + base = Class; + metadataMap = staticMetadataMap; + kind = kind - 5; + + if (kind !== 0) { + staticInitializers = staticInitializers || []; + initializers = staticInitializers; + } + } else { + base = Class.prototype; + metadataMap = protoMetadataMap; + + if (kind !== 0) { + protoInitializers = protoInitializers || []; + initializers = protoInitializers; + } + } + + if (kind !== 0 && !isPrivate) { + var existingNonFields = isStatic ? existingStaticNonFields : existingProtoNonFields; + var existingKind = existingNonFields.get(name) || 0; + + if (existingKind === true || existingKind === 3 && kind !== 4 || existingKind === 4 && kind !== 3) { + throw new Error("Attempted to decorate a public method/accessor that has the same name as a previously decorated public method/accessor. This is not currently supported by the decorators plugin. Property name was: " + name); + } else if (!existingKind && kind > 2) { + existingNonFields.set(name, kind); + } else { + existingNonFields.set(name, true); + } + } + + applyMemberDec(ret, base, decInfo, name, kind, isStatic, isPrivate, metadataMap, initializers); + } + + pushInitializers(ret, protoInitializers); + pushInitializers(ret, staticInitializers); +} + +function pushInitializers(ret, initializers) { + if (initializers) { + ret.push(function (instance) { + for (var i = 0; i < initializers.length; i++) { + initializers[i].call(instance); + } + + return instance; + }); + } +} + +function applyClassDecs(ret, targetClass, metadataMap, classDecs) { + if (classDecs.length > 0) { + var initializers = []; + var newClass = targetClass; + var name = targetClass.name; + + for (var i = classDecs.length - 1; i >= 0; i--) { + var decoratorFinishedRef = { + v: false + }; + + try { + var ctx = Object.assign({ + kind: "class", + name: name, + addInitializer: createAddInitializerMethod(initializers, decoratorFinishedRef) + }, createMetadataMethodsForProperty(metadataMap, 0, name, decoratorFinishedRef)); + var nextNewClass = classDecs[i](newClass, ctx); + } finally { + decoratorFinishedRef.v = true; + } + + if (nextNewClass !== undefined) { + assertValidReturnValue(10, nextNewClass); + newClass = nextNewClass; + } + } + + ret.push(newClass, function () { + for (var i = 0; i < initializers.length; i++) { + initializers[i].call(newClass); + } + }); + } +} + +function applyDecs(targetClass, memberDecs, classDecs) { + var ret = []; + var staticMetadataMap = {}; + var protoMetadataMap = {}; + applyMemberDecs(ret, targetClass, protoMetadataMap, staticMetadataMap, memberDecs); + convertMetadataMapToFinal(targetClass.prototype, protoMetadataMap); + applyClassDecs(ret, targetClass, staticMetadataMap, classDecs); + convertMetadataMapToFinal(targetClass, staticMetadataMap); + return ret; +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helpers/lib/helpers/asyncIterator.js b/FantasticAnimals/node_modules/@babel/helpers/lib/helpers/asyncIterator.js new file mode 100644 index 0000000..0a6d9de --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helpers/lib/helpers/asyncIterator.js @@ -0,0 +1,81 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = _asyncIterator; + +function _asyncIterator(iterable) { + var method, + async, + sync, + retry = 2; + + if (typeof Symbol !== "undefined") { + async = Symbol.asyncIterator; + sync = Symbol.iterator; + } + + while (retry--) { + if (async && (method = iterable[async]) != null) { + return method.call(iterable); + } + + if (sync && (method = iterable[sync]) != null) { + return new AsyncFromSyncIterator(method.call(iterable)); + } + + async = "@@asyncIterator"; + sync = "@@iterator"; + } + + throw new TypeError("Object is not async iterable"); +} + +function AsyncFromSyncIterator(s) { + AsyncFromSyncIterator = function (s) { + this.s = s; + this.n = s.next; + }; + + AsyncFromSyncIterator.prototype = { + s: null, + n: null, + next: function () { + return AsyncFromSyncIteratorContinuation(this.n.apply(this.s, arguments)); + }, + return: function (value) { + var ret = this.s.return; + + if (ret === undefined) { + return Promise.resolve({ + value: value, + done: true + }); + } + + return AsyncFromSyncIteratorContinuation(ret.apply(this.s, arguments)); + }, + throw: function (value) { + var thr = this.s.return; + if (thr === undefined) return Promise.reject(value); + return AsyncFromSyncIteratorContinuation(thr.apply(this.s, arguments)); + } + }; + + function AsyncFromSyncIteratorContinuation(r) { + if (Object(r) !== r) { + return Promise.reject(new TypeError(r + " is not an object.")); + } + + var done = r.done; + return Promise.resolve(r.value).then(function (value) { + return { + value: value, + done: done + }; + }); + } + + return new AsyncFromSyncIterator(s); +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helpers/lib/helpers/jsx.js b/FantasticAnimals/node_modules/@babel/helpers/lib/helpers/jsx.js new file mode 100644 index 0000000..68de168 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helpers/lib/helpers/jsx.js @@ -0,0 +1,53 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = _createRawReactElement; +var REACT_ELEMENT_TYPE; + +function _createRawReactElement(type, props, key, children) { + if (!REACT_ELEMENT_TYPE) { + REACT_ELEMENT_TYPE = typeof Symbol === "function" && Symbol["for"] && Symbol["for"]("react.element") || 0xeac7; + } + + var defaultProps = type && type.defaultProps; + var childrenLength = arguments.length - 3; + + if (!props && childrenLength !== 0) { + props = { + children: void 0 + }; + } + + if (childrenLength === 1) { + props.children = children; + } else if (childrenLength > 1) { + var childArray = new Array(childrenLength); + + for (var i = 0; i < childrenLength; i++) { + childArray[i] = arguments[i + 3]; + } + + props.children = childArray; + } + + if (props && defaultProps) { + for (var propName in defaultProps) { + if (props[propName] === void 0) { + props[propName] = defaultProps[propName]; + } + } + } else if (!props) { + props = defaultProps || {}; + } + + return { + $$typeof: REACT_ELEMENT_TYPE, + type: type, + key: key === undefined ? null : "" + key, + ref: null, + props: props, + _owner: null + }; +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helpers/lib/helpers/objectSpread2.js b/FantasticAnimals/node_modules/@babel/helpers/lib/helpers/objectSpread2.js new file mode 100644 index 0000000..03db006 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helpers/lib/helpers/objectSpread2.js @@ -0,0 +1,46 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = _objectSpread2; + +var _defineProperty = require("defineProperty"); + +function ownKeys(object, enumerableOnly) { + var keys = Object.keys(object); + + if (Object.getOwnPropertySymbols) { + var symbols = Object.getOwnPropertySymbols(object); + + if (enumerableOnly) { + symbols = symbols.filter(function (sym) { + return Object.getOwnPropertyDescriptor(object, sym).enumerable; + }); + } + + keys.push.apply(keys, symbols); + } + + return keys; +} + +function _objectSpread2(target) { + for (var i = 1; i < arguments.length; i++) { + var source = arguments[i] != null ? arguments[i] : {}; + + if (i % 2) { + ownKeys(Object(source), true).forEach(function (key) { + _defineProperty(target, key, source[key]); + }); + } else if (Object.getOwnPropertyDescriptors) { + Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); + } else { + ownKeys(Object(source)).forEach(function (key) { + Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); + }); + } + } + + return target; +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helpers/lib/helpers/regeneratorRuntime.js b/FantasticAnimals/node_modules/@babel/helpers/lib/helpers/regeneratorRuntime.js new file mode 100644 index 0000000..225ca44 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helpers/lib/helpers/regeneratorRuntime.js @@ -0,0 +1,587 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = _regeneratorRuntime; + +function _regeneratorRuntime() { + "use strict"; + + exports.default = _regeneratorRuntime = function () { + return exports; + }; + + var exports = {}; + var Op = Object.prototype; + var hasOwn = Op.hasOwnProperty; + var undefined; + var $Symbol = typeof Symbol === "function" ? Symbol : {}; + var iteratorSymbol = $Symbol.iterator || "@@iterator"; + var asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator"; + var toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; + + function define(obj, key, value) { + Object.defineProperty(obj, key, { + value: value, + enumerable: true, + configurable: true, + writable: true + }); + return obj[key]; + } + + try { + define({}, ""); + } catch (err) { + define = function (obj, key, value) { + return obj[key] = value; + }; + } + + function wrap(innerFn, outerFn, self, tryLocsList) { + var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator; + var generator = Object.create(protoGenerator.prototype); + var context = new Context(tryLocsList || []); + generator._invoke = makeInvokeMethod(innerFn, self, context); + return generator; + } + + exports.wrap = wrap; + + function tryCatch(fn, obj, arg) { + try { + return { + type: "normal", + arg: fn.call(obj, arg) + }; + } catch (err) { + return { + type: "throw", + arg: err + }; + } + } + + var GenStateSuspendedStart = "suspendedStart"; + var GenStateSuspendedYield = "suspendedYield"; + var GenStateExecuting = "executing"; + var GenStateCompleted = "completed"; + var ContinueSentinel = {}; + + function Generator() {} + + function GeneratorFunction() {} + + function GeneratorFunctionPrototype() {} + + var IteratorPrototype = {}; + define(IteratorPrototype, iteratorSymbol, function () { + return this; + }); + var getProto = Object.getPrototypeOf; + var NativeIteratorPrototype = getProto && getProto(getProto(values([]))); + + if (NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol)) { + IteratorPrototype = NativeIteratorPrototype; + } + + var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); + GeneratorFunction.prototype = GeneratorFunctionPrototype; + define(Gp, "constructor", GeneratorFunctionPrototype); + define(GeneratorFunctionPrototype, "constructor", GeneratorFunction); + GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"); + + function defineIteratorMethods(prototype) { + ["next", "throw", "return"].forEach(function (method) { + define(prototype, method, function (arg) { + return this._invoke(method, arg); + }); + }); + } + + exports.isGeneratorFunction = function (genFun) { + var ctor = typeof genFun === "function" && genFun.constructor; + return ctor ? ctor === GeneratorFunction || (ctor.displayName || ctor.name) === "GeneratorFunction" : false; + }; + + exports.mark = function (genFun) { + if (Object.setPrototypeOf) { + Object.setPrototypeOf(genFun, GeneratorFunctionPrototype); + } else { + genFun.__proto__ = GeneratorFunctionPrototype; + define(genFun, toStringTagSymbol, "GeneratorFunction"); + } + + genFun.prototype = Object.create(Gp); + return genFun; + }; + + exports.awrap = function (arg) { + return { + __await: arg + }; + }; + + function AsyncIterator(generator, PromiseImpl) { + function invoke(method, arg, resolve, reject) { + var record = tryCatch(generator[method], generator, arg); + + if (record.type === "throw") { + reject(record.arg); + } else { + var result = record.arg; + var value = result.value; + + if (value && typeof value === "object" && hasOwn.call(value, "__await")) { + return PromiseImpl.resolve(value.__await).then(function (value) { + invoke("next", value, resolve, reject); + }, function (err) { + invoke("throw", err, resolve, reject); + }); + } + + return PromiseImpl.resolve(value).then(function (unwrapped) { + result.value = unwrapped; + resolve(result); + }, function (error) { + return invoke("throw", error, resolve, reject); + }); + } + } + + var previousPromise; + + function enqueue(method, arg) { + function callInvokeWithMethodAndArg() { + return new PromiseImpl(function (resolve, reject) { + invoke(method, arg, resolve, reject); + }); + } + + return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); + } + + this._invoke = enqueue; + } + + defineIteratorMethods(AsyncIterator.prototype); + define(AsyncIterator.prototype, asyncIteratorSymbol, function () { + return this; + }); + exports.AsyncIterator = AsyncIterator; + + exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { + if (PromiseImpl === void 0) PromiseImpl = Promise; + var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); + return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { + return result.done ? result.value : iter.next(); + }); + }; + + function makeInvokeMethod(innerFn, self, context) { + var state = GenStateSuspendedStart; + return function invoke(method, arg) { + if (state === GenStateExecuting) { + throw new Error("Generator is already running"); + } + + if (state === GenStateCompleted) { + if (method === "throw") { + throw arg; + } + + return doneResult(); + } + + context.method = method; + context.arg = arg; + + while (true) { + var delegate = context.delegate; + + if (delegate) { + var delegateResult = maybeInvokeDelegate(delegate, context); + + if (delegateResult) { + if (delegateResult === ContinueSentinel) continue; + return delegateResult; + } + } + + if (context.method === "next") { + context.sent = context._sent = context.arg; + } else if (context.method === "throw") { + if (state === GenStateSuspendedStart) { + state = GenStateCompleted; + throw context.arg; + } + + context.dispatchException(context.arg); + } else if (context.method === "return") { + context.abrupt("return", context.arg); + } + + state = GenStateExecuting; + var record = tryCatch(innerFn, self, context); + + if (record.type === "normal") { + state = context.done ? GenStateCompleted : GenStateSuspendedYield; + + if (record.arg === ContinueSentinel) { + continue; + } + + return { + value: record.arg, + done: context.done + }; + } else if (record.type === "throw") { + state = GenStateCompleted; + context.method = "throw"; + context.arg = record.arg; + } + } + }; + } + + function maybeInvokeDelegate(delegate, context) { + var method = delegate.iterator[context.method]; + + if (method === undefined) { + context.delegate = null; + + if (context.method === "throw") { + if (delegate.iterator["return"]) { + context.method = "return"; + context.arg = undefined; + maybeInvokeDelegate(delegate, context); + + if (context.method === "throw") { + return ContinueSentinel; + } + } + + context.method = "throw"; + context.arg = new TypeError("The iterator does not provide a 'throw' method"); + } + + return ContinueSentinel; + } + + var record = tryCatch(method, delegate.iterator, context.arg); + + if (record.type === "throw") { + context.method = "throw"; + context.arg = record.arg; + context.delegate = null; + return ContinueSentinel; + } + + var info = record.arg; + + if (!info) { + context.method = "throw"; + context.arg = new TypeError("iterator result is not an object"); + context.delegate = null; + return ContinueSentinel; + } + + if (info.done) { + context[delegate.resultName] = info.value; + context.next = delegate.nextLoc; + + if (context.method !== "return") { + context.method = "next"; + context.arg = undefined; + } + } else { + return info; + } + + context.delegate = null; + return ContinueSentinel; + } + + defineIteratorMethods(Gp); + define(Gp, toStringTagSymbol, "Generator"); + define(Gp, iteratorSymbol, function () { + return this; + }); + define(Gp, "toString", function () { + return "[object Generator]"; + }); + + function pushTryEntry(locs) { + var entry = { + tryLoc: locs[0] + }; + + if (1 in locs) { + entry.catchLoc = locs[1]; + } + + if (2 in locs) { + entry.finallyLoc = locs[2]; + entry.afterLoc = locs[3]; + } + + this.tryEntries.push(entry); + } + + function resetTryEntry(entry) { + var record = entry.completion || {}; + record.type = "normal"; + delete record.arg; + entry.completion = record; + } + + function Context(tryLocsList) { + this.tryEntries = [{ + tryLoc: "root" + }]; + tryLocsList.forEach(pushTryEntry, this); + this.reset(true); + } + + exports.keys = function (object) { + var keys = []; + + for (var key in object) { + keys.push(key); + } + + keys.reverse(); + return function next() { + while (keys.length) { + var key = keys.pop(); + + if (key in object) { + next.value = key; + next.done = false; + return next; + } + } + + next.done = true; + return next; + }; + }; + + function values(iterable) { + if (iterable) { + var iteratorMethod = iterable[iteratorSymbol]; + + if (iteratorMethod) { + return iteratorMethod.call(iterable); + } + + if (typeof iterable.next === "function") { + return iterable; + } + + if (!isNaN(iterable.length)) { + var i = -1, + next = function next() { + while (++i < iterable.length) { + if (hasOwn.call(iterable, i)) { + next.value = iterable[i]; + next.done = false; + return next; + } + } + + next.value = undefined; + next.done = true; + return next; + }; + + return next.next = next; + } + } + + return { + next: doneResult + }; + } + + exports.values = values; + + function doneResult() { + return { + value: undefined, + done: true + }; + } + + Context.prototype = { + constructor: Context, + reset: function (skipTempReset) { + this.prev = 0; + this.next = 0; + this.sent = this._sent = undefined; + this.done = false; + this.delegate = null; + this.method = "next"; + this.arg = undefined; + this.tryEntries.forEach(resetTryEntry); + + if (!skipTempReset) { + for (var name in this) { + if (name.charAt(0) === "t" && hasOwn.call(this, name) && !isNaN(+name.slice(1))) { + this[name] = undefined; + } + } + } + }, + stop: function () { + this.done = true; + var rootEntry = this.tryEntries[0]; + var rootRecord = rootEntry.completion; + + if (rootRecord.type === "throw") { + throw rootRecord.arg; + } + + return this.rval; + }, + dispatchException: function (exception) { + if (this.done) { + throw exception; + } + + var context = this; + + function handle(loc, caught) { + record.type = "throw"; + record.arg = exception; + context.next = loc; + + if (caught) { + context.method = "next"; + context.arg = undefined; + } + + return !!caught; + } + + for (var i = this.tryEntries.length - 1; i >= 0; --i) { + var entry = this.tryEntries[i]; + var record = entry.completion; + + if (entry.tryLoc === "root") { + return handle("end"); + } + + if (entry.tryLoc <= this.prev) { + var hasCatch = hasOwn.call(entry, "catchLoc"); + var hasFinally = hasOwn.call(entry, "finallyLoc"); + + if (hasCatch && hasFinally) { + if (this.prev < entry.catchLoc) { + return handle(entry.catchLoc, true); + } else if (this.prev < entry.finallyLoc) { + return handle(entry.finallyLoc); + } + } else if (hasCatch) { + if (this.prev < entry.catchLoc) { + return handle(entry.catchLoc, true); + } + } else if (hasFinally) { + if (this.prev < entry.finallyLoc) { + return handle(entry.finallyLoc); + } + } else { + throw new Error("try statement without catch or finally"); + } + } + } + }, + abrupt: function (type, arg) { + for (var i = this.tryEntries.length - 1; i >= 0; --i) { + var entry = this.tryEntries[i]; + + if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { + var finallyEntry = entry; + break; + } + } + + if (finallyEntry && (type === "break" || type === "continue") && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc) { + finallyEntry = null; + } + + var record = finallyEntry ? finallyEntry.completion : {}; + record.type = type; + record.arg = arg; + + if (finallyEntry) { + this.method = "next"; + this.next = finallyEntry.finallyLoc; + return ContinueSentinel; + } + + return this.complete(record); + }, + complete: function (record, afterLoc) { + if (record.type === "throw") { + throw record.arg; + } + + if (record.type === "break" || record.type === "continue") { + this.next = record.arg; + } else if (record.type === "return") { + this.rval = this.arg = record.arg; + this.method = "return"; + this.next = "end"; + } else if (record.type === "normal" && afterLoc) { + this.next = afterLoc; + } + + return ContinueSentinel; + }, + finish: function (finallyLoc) { + for (var i = this.tryEntries.length - 1; i >= 0; --i) { + var entry = this.tryEntries[i]; + + if (entry.finallyLoc === finallyLoc) { + this.complete(entry.completion, entry.afterLoc); + resetTryEntry(entry); + return ContinueSentinel; + } + } + }, + catch: function (tryLoc) { + for (var i = this.tryEntries.length - 1; i >= 0; --i) { + var entry = this.tryEntries[i]; + + if (entry.tryLoc === tryLoc) { + var record = entry.completion; + + if (record.type === "throw") { + var thrown = record.arg; + resetTryEntry(entry); + } + + return thrown; + } + } + + throw new Error("illegal catch attempt"); + }, + delegateYield: function (iterable, resultName, nextLoc) { + this.delegate = { + iterator: values(iterable), + resultName: resultName, + nextLoc: nextLoc + }; + + if (this.method === "next") { + this.arg = undefined; + } + + return ContinueSentinel; + } + }; + return exports; +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helpers/lib/helpers/typeof.js b/FantasticAnimals/node_modules/@babel/helpers/lib/helpers/typeof.js new file mode 100644 index 0000000..b1a728b --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helpers/lib/helpers/typeof.js @@ -0,0 +1,22 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = _typeof; + +function _typeof(obj) { + "@babel/helpers - typeof"; + + if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { + exports.default = _typeof = function (obj) { + return typeof obj; + }; + } else { + exports.default = _typeof = function (obj) { + return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; + }; + } + + return _typeof(obj); +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js b/FantasticAnimals/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js new file mode 100644 index 0000000..6375b71 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js @@ -0,0 +1,73 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = _wrapRegExp; + +var _setPrototypeOf = require("setPrototypeOf"); + +var _inherits = require("inherits"); + +function _wrapRegExp() { + exports.default = _wrapRegExp = function (re, groups) { + return new BabelRegExp(re, undefined, groups); + }; + + var _super = RegExp.prototype; + + var _groups = new WeakMap(); + + function BabelRegExp(re, flags, groups) { + var _this = new RegExp(re, flags); + + _groups.set(_this, groups || _groups.get(re)); + + return _setPrototypeOf(_this, BabelRegExp.prototype); + } + + _inherits(BabelRegExp, RegExp); + + BabelRegExp.prototype.exec = function (str) { + var result = _super.exec.call(this, str); + + if (result) result.groups = buildGroups(result, this); + return result; + }; + + BabelRegExp.prototype[Symbol.replace] = function (str, substitution) { + if (typeof substitution === "string") { + var groups = _groups.get(this); + + return _super[Symbol.replace].call(this, str, substitution.replace(/\$<([^>]+)>/g, function (_, name) { + return "$" + groups[name]; + })); + } else if (typeof substitution === "function") { + var _this = this; + + return _super[Symbol.replace].call(this, str, function () { + var args = arguments; + + if (typeof args[args.length - 1] !== "object") { + args = [].slice.call(args); + args.push(buildGroups(args, _this)); + } + + return substitution.apply(this, args); + }); + } else { + return _super[Symbol.replace].call(this, str, substitution); + } + }; + + function buildGroups(result, re) { + var g = _groups.get(re); + + return Object.keys(g).reduce(function (groups, name) { + groups[name] = result[g[name]]; + return groups; + }, Object.create(null)); + } + + return _wrapRegExp.apply(this, arguments); +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helpers/lib/index.js b/FantasticAnimals/node_modules/@babel/helpers/lib/index.js new file mode 100644 index 0000000..511c6c5 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helpers/lib/index.js @@ -0,0 +1,290 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = void 0; +exports.ensure = ensure; +exports.get = get; +exports.getDependencies = getDependencies; +exports.list = void 0; +exports.minVersion = minVersion; + +var _traverse = require("@babel/traverse"); + +var _t = require("@babel/types"); + +var _helpers = require("./helpers"); + +const { + assignmentExpression, + cloneNode, + expressionStatement, + file, + identifier +} = _t; + +function makePath(path) { + const parts = []; + + for (; path.parentPath; path = path.parentPath) { + parts.push(path.key); + if (path.inList) parts.push(path.listKey); + } + + return parts.reverse().join("."); +} + +let FileClass = undefined; + +function getHelperMetadata(file) { + const globals = new Set(); + const localBindingNames = new Set(); + const dependencies = new Map(); + let exportName; + let exportPath; + const exportBindingAssignments = []; + const importPaths = []; + const importBindingsReferences = []; + const dependencyVisitor = { + ImportDeclaration(child) { + const name = child.node.source.value; + + if (!_helpers.default[name]) { + throw child.buildCodeFrameError(`Unknown helper ${name}`); + } + + if (child.get("specifiers").length !== 1 || !child.get("specifiers.0").isImportDefaultSpecifier()) { + throw child.buildCodeFrameError("Helpers can only import a default value"); + } + + const bindingIdentifier = child.node.specifiers[0].local; + dependencies.set(bindingIdentifier, name); + importPaths.push(makePath(child)); + }, + + ExportDefaultDeclaration(child) { + const decl = child.get("declaration"); + + if (!decl.isFunctionDeclaration() || !decl.node.id) { + throw decl.buildCodeFrameError("Helpers can only export named function declarations"); + } + + exportName = decl.node.id.name; + exportPath = makePath(child); + }, + + ExportAllDeclaration(child) { + throw child.buildCodeFrameError("Helpers can only export default"); + }, + + ExportNamedDeclaration(child) { + throw child.buildCodeFrameError("Helpers can only export default"); + }, + + Statement(child) { + if (child.isModuleDeclaration()) return; + child.skip(); + } + + }; + const referenceVisitor = { + Program(path) { + const bindings = path.scope.getAllBindings(); + Object.keys(bindings).forEach(name => { + if (name === exportName) return; + if (dependencies.has(bindings[name].identifier)) return; + localBindingNames.add(name); + }); + }, + + ReferencedIdentifier(child) { + const name = child.node.name; + const binding = child.scope.getBinding(name); + + if (!binding) { + globals.add(name); + } else if (dependencies.has(binding.identifier)) { + importBindingsReferences.push(makePath(child)); + } + }, + + AssignmentExpression(child) { + const left = child.get("left"); + if (!(exportName in left.getBindingIdentifiers())) return; + + if (!left.isIdentifier()) { + throw left.buildCodeFrameError("Only simple assignments to exports are allowed in helpers"); + } + + const binding = child.scope.getBinding(exportName); + + if (binding != null && binding.scope.path.isProgram()) { + exportBindingAssignments.push(makePath(child)); + } + } + + }; + (0, _traverse.default)(file.ast, dependencyVisitor, file.scope); + (0, _traverse.default)(file.ast, referenceVisitor, file.scope); + if (!exportPath) throw new Error("Helpers must have a default export."); + exportBindingAssignments.reverse(); + return { + globals: Array.from(globals), + localBindingNames: Array.from(localBindingNames), + dependencies, + exportBindingAssignments, + exportPath, + exportName, + importBindingsReferences, + importPaths + }; +} + +function permuteHelperAST(file, metadata, id, localBindings, getDependency) { + if (localBindings && !id) { + throw new Error("Unexpected local bindings for module-based helpers."); + } + + if (!id) return; + const { + localBindingNames, + dependencies, + exportBindingAssignments, + exportPath, + exportName, + importBindingsReferences, + importPaths + } = metadata; + const dependenciesRefs = {}; + dependencies.forEach((name, id) => { + dependenciesRefs[id.name] = typeof getDependency === "function" && getDependency(name) || id; + }); + const toRename = {}; + const bindings = new Set(localBindings || []); + localBindingNames.forEach(name => { + let newName = name; + + while (bindings.has(newName)) newName = "_" + newName; + + if (newName !== name) toRename[name] = newName; + }); + + if (id.type === "Identifier" && exportName !== id.name) { + toRename[exportName] = id.name; + } + + const { + path + } = file; + const exp = path.get(exportPath); + const imps = importPaths.map(p => path.get(p)); + const impsBindingRefs = importBindingsReferences.map(p => path.get(p)); + const decl = exp.get("declaration"); + + if (id.type === "Identifier") { + exp.replaceWith(decl); + } else if (id.type === "MemberExpression") { + exportBindingAssignments.forEach(assignPath => { + const assign = path.get(assignPath); + assign.replaceWith(assignmentExpression("=", id, assign.node)); + }); + exp.replaceWith(decl); + path.pushContainer("body", expressionStatement(assignmentExpression("=", id, identifier(exportName)))); + } else { + throw new Error("Unexpected helper format."); + } + + Object.keys(toRename).forEach(name => { + path.scope.rename(name, toRename[name]); + }); + + for (const path of imps) path.remove(); + + for (const path of impsBindingRefs) { + const node = cloneNode(dependenciesRefs[path.node.name]); + path.replaceWith(node); + } +} + +const helperData = Object.create(null); + +function loadHelper(name) { + if (!helperData[name]) { + const helper = _helpers.default[name]; + + if (!helper) { + throw Object.assign(new ReferenceError(`Unknown helper ${name}`), { + code: "BABEL_HELPER_UNKNOWN", + helper: name + }); + } + + const fn = () => { + { + if (!FileClass) { + const fakeFile = { + ast: file(helper.ast()), + path: null + }; + (0, _traverse.default)(fakeFile.ast, { + Program: path => (fakeFile.path = path).stop() + }); + return fakeFile; + } + } + return new FileClass({ + filename: `babel-helper://${name}` + }, { + ast: file(helper.ast()), + code: "[internal Babel helper code]", + inputMap: null + }); + }; + + let metadata = null; + helperData[name] = { + minVersion: helper.minVersion, + + build(getDependency, id, localBindings) { + const file = fn(); + metadata || (metadata = getHelperMetadata(file)); + permuteHelperAST(file, metadata, id, localBindings, getDependency); + return { + nodes: file.ast.program.body, + globals: metadata.globals + }; + }, + + getDependencies() { + metadata || (metadata = getHelperMetadata(fn())); + return Array.from(metadata.dependencies.values()); + } + + }; + } + + return helperData[name]; +} + +function get(name, getDependency, id, localBindings) { + return loadHelper(name).build(getDependency, id, localBindings); +} + +function minVersion(name) { + return loadHelper(name).minVersion; +} + +function getDependencies(name) { + return loadHelper(name).getDependencies(); +} + +function ensure(name, newFileClass) { + FileClass || (FileClass = newFileClass); + loadHelper(name); +} + +const list = Object.keys(_helpers.default).map(name => name.replace(/^_/, "")); +exports.list = list; +var _default = get; +exports.default = _default; \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helpers/package.json b/FantasticAnimals/node_modules/@babel/helpers/package.json new file mode 100644 index 0000000..06025eb --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helpers/package.json @@ -0,0 +1,33 @@ +{ + "name": "@babel/helpers", + "version": "7.18.9", + "description": "Collection of helper functions used by Babel transforms.", + "author": "The Babel Team (https://babel.dev/team)", + "homepage": "https://babel.dev/docs/en/next/babel-helpers", + "license": "MIT", + "publishConfig": { + "access": "public" + }, + "repository": { + "type": "git", + "url": "https://github.com/babel/babel.git", + "directory": "packages/babel-helpers" + }, + "main": "./lib/index.js", + "dependencies": { + "@babel/template": "^7.18.6", + "@babel/traverse": "^7.18.9", + "@babel/types": "^7.18.9" + }, + "devDependencies": { + "@babel/generator": "^7.18.9", + "@babel/helper-plugin-test-runner": "^7.18.6", + "@babel/parser": "^7.18.9", + "regenerator-runtime": "^0.13.9", + "terser": "^5.9.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "type": "commonjs" +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/helpers/scripts/generate-helpers.js b/FantasticAnimals/node_modules/@babel/helpers/scripts/generate-helpers.js new file mode 100644 index 0000000..e0b3701 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helpers/scripts/generate-helpers.js @@ -0,0 +1,64 @@ +import fs from "fs"; +import { join } from "path"; +import { URL, fileURLToPath } from "url"; +import { minify } from "terser"; // eslint-disable-line import/no-extraneous-dependencies + +const HELPERS_FOLDER = new URL("../src/helpers", import.meta.url); +const IGNORED_FILES = new Set(["package.json"]); + +export default async function generateHelpers() { + let output = `/* + * This file is auto-generated! Do not modify it directly. + * To re-generate run 'yarn gulp generate-runtime-helpers' + */ + +import template from "@babel/template"; + +function helper(minVersion: string, source: string) { + return Object.freeze({ + minVersion, + ast: () => template.program.ast(source, { preserveComments: true }), + }) +} + +export default Object.freeze({ +`; + + for (const file of (await fs.promises.readdir(HELPERS_FOLDER)).sort()) { + if (IGNORED_FILES.has(file)) continue; + if (file.startsWith(".")) continue; // ignore e.g. vim swap files + + const [helperName] = file.split("."); + + const filePath = join(fileURLToPath(HELPERS_FOLDER), file); + if (!file.endsWith(".js")) { + console.error("ignoring", filePath); + continue; + } + + const fileContents = await fs.promises.readFile(filePath, "utf8"); + const minVersionMatch = fileContents.match( + /^\s*\/\*\s*@minVersion\s+(?\S+)\s*\*\/\s*$/m + ); + if (!minVersionMatch) { + throw new Error(`@minVersion number missing in ${filePath}`); + } + const { minVersion } = minVersionMatch.groups; + + const source = await minify(fileContents, { + mangle: false, + // The _typeof helper has a custom directive that we must keep + compress: { directives: false }, + }); + + output += `\ + ${JSON.stringify(helperName)}: helper( + ${JSON.stringify(minVersion)}, + ${JSON.stringify(source.code)}, + ), +`; + } + + output += "});"; + return output; +} diff --git a/FantasticAnimals/node_modules/@babel/helpers/scripts/generate-regenerator-runtime.js b/FantasticAnimals/node_modules/@babel/helpers/scripts/generate-regenerator-runtime.js new file mode 100644 index 0000000..b6bacf6 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helpers/scripts/generate-regenerator-runtime.js @@ -0,0 +1,64 @@ +/* eslint-disable import/no-extraneous-dependencies */ + +import fs from "fs"; +import { createRequire } from "module"; + +const [parse, generate] = await Promise.all([ + import("@babel/parser").then(ns => ns.parse), + import("@babel/generator").then(ns => ns.default.default || ns.default), +]).catch(error => + Promise.reject( + new Error( + "Before running generate-helpers.js you must compile @babel/parser and @babel/generator.", + { cause: error } + ) + ) +); + +const REGENERATOR_RUNTIME_IN_FILE = fs.readFileSync( + createRequire(import.meta.url).resolve("regenerator-runtime"), + "utf8" +); + +const MIN_VERSION = "7.18.0"; + +const HEADER = `/* @minVersion ${MIN_VERSION} */ +/* + * This file is auto-generated! Do not modify it directly. + * To re-generate, update the regenerator-runtime dependency of + * @babel/helpers and run 'yarn gulp generate-runtime-helpers'. + */ + +/* eslint-disable */ +`; + +const COPYRIGHT = `/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */`; + +export default function generateRegeneratorRuntimeHelper() { + const ast = parse(REGENERATOR_RUNTIME_IN_FILE, { sourceType: "script" }); + + const factoryFunction = ast.program.body[0].declarations[0].init.callee; + factoryFunction.type = "FunctionDeclaration"; + factoryFunction.id = { type: "Identifier", name: "_regeneratorRuntime" }; + factoryFunction.params = []; + factoryFunction.body.body.unshift( + ...stmts(` + ${COPYRIGHT} + _regeneratorRuntime = function () { return exports; }; + var exports = {}; + `) + ); + + const { code } = generate({ + type: "ExportDefaultDeclaration", + declaration: factoryFunction, + }); + + return HEADER + code; +} + +function stmts(code) { + return parse(`function _() { ${code} }`, { + sourceType: "script", + }).program.body[0].body.body; +} diff --git a/FantasticAnimals/node_modules/@babel/helpers/scripts/package.json b/FantasticAnimals/node_modules/@babel/helpers/scripts/package.json new file mode 100644 index 0000000..5ffd980 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/helpers/scripts/package.json @@ -0,0 +1 @@ +{ "type": "module" } diff --git a/FantasticAnimals/node_modules/@babel/highlight/LICENSE b/FantasticAnimals/node_modules/@babel/highlight/LICENSE new file mode 100644 index 0000000..f31575e --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/highlight/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +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/FantasticAnimals/node_modules/@babel/highlight/README.md b/FantasticAnimals/node_modules/@babel/highlight/README.md new file mode 100644 index 0000000..f8887ad --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/highlight/README.md @@ -0,0 +1,19 @@ +# @babel/highlight + +> Syntax highlight JavaScript strings for output in terminals. + +See our website [@babel/highlight](https://babeljs.io/docs/en/babel-highlight) for more information. + +## Install + +Using npm: + +```sh +npm install --save-dev @babel/highlight +``` + +or using yarn: + +```sh +yarn add @babel/highlight --dev +``` diff --git a/FantasticAnimals/node_modules/@babel/highlight/lib/index.js b/FantasticAnimals/node_modules/@babel/highlight/lib/index.js new file mode 100644 index 0000000..856dfd9 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/highlight/lib/index.js @@ -0,0 +1,116 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = highlight; +exports.getChalk = getChalk; +exports.shouldHighlight = shouldHighlight; + +var _jsTokens = require("js-tokens"); + +var _helperValidatorIdentifier = require("@babel/helper-validator-identifier"); + +var _chalk = require("chalk"); + +const sometimesKeywords = new Set(["as", "async", "from", "get", "of", "set"]); + +function getDefs(chalk) { + return { + keyword: chalk.cyan, + capitalized: chalk.yellow, + jsxIdentifier: chalk.yellow, + punctuator: chalk.yellow, + number: chalk.magenta, + string: chalk.green, + regex: chalk.magenta, + comment: chalk.grey, + invalid: chalk.white.bgRed.bold + }; +} + +const NEWLINE = /\r\n|[\n\r\u2028\u2029]/; +const BRACKET = /^[()[\]{}]$/; +let tokenize; +{ + const JSX_TAG = /^[a-z][\w-]*$/i; + + const getTokenType = function (token, offset, text) { + if (token.type === "name") { + if ((0, _helperValidatorIdentifier.isKeyword)(token.value) || (0, _helperValidatorIdentifier.isStrictReservedWord)(token.value, true) || sometimesKeywords.has(token.value)) { + return "keyword"; + } + + if (JSX_TAG.test(token.value) && (text[offset - 1] === "<" || text.slice(offset - 2, offset) == " colorize(str)).join("\n"); + } else { + highlighted += value; + } + } + + return highlighted; +} + +function shouldHighlight(options) { + return !!_chalk.supportsColor || options.forceColor; +} + +function getChalk(options) { + return options.forceColor ? new _chalk.constructor({ + enabled: true, + level: 1 + }) : _chalk; +} + +function highlight(code, options = {}) { + if (code !== "" && shouldHighlight(options)) { + const chalk = getChalk(options); + const defs = getDefs(chalk); + return highlightTokens(defs, code); + } else { + return code; + } +} \ No newline at end of file diff --git a/FantasticAnimals/node_modules/@babel/highlight/node_modules/ansi-styles/index.js b/FantasticAnimals/node_modules/@babel/highlight/node_modules/ansi-styles/index.js new file mode 100644 index 0000000..90a871c --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/highlight/node_modules/ansi-styles/index.js @@ -0,0 +1,165 @@ +'use strict'; +const colorConvert = require('color-convert'); + +const wrapAnsi16 = (fn, offset) => function () { + const code = fn.apply(colorConvert, arguments); + return `\u001B[${code + offset}m`; +}; + +const wrapAnsi256 = (fn, offset) => function () { + const code = fn.apply(colorConvert, arguments); + return `\u001B[${38 + offset};5;${code}m`; +}; + +const wrapAnsi16m = (fn, offset) => function () { + const rgb = fn.apply(colorConvert, arguments); + return `\u001B[${38 + offset};2;${rgb[0]};${rgb[1]};${rgb[2]}m`; +}; + +function assembleStyles() { + const codes = new Map(); + const styles = { + modifier: { + reset: [0, 0], + // 21 isn't widely supported and 22 does the same thing + bold: [1, 22], + dim: [2, 22], + italic: [3, 23], + underline: [4, 24], + inverse: [7, 27], + hidden: [8, 28], + strikethrough: [9, 29] + }, + color: { + black: [30, 39], + red: [31, 39], + green: [32, 39], + yellow: [33, 39], + blue: [34, 39], + magenta: [35, 39], + cyan: [36, 39], + white: [37, 39], + gray: [90, 39], + + // Bright color + redBright: [91, 39], + greenBright: [92, 39], + yellowBright: [93, 39], + blueBright: [94, 39], + magentaBright: [95, 39], + cyanBright: [96, 39], + whiteBright: [97, 39] + }, + bgColor: { + bgBlack: [40, 49], + bgRed: [41, 49], + bgGreen: [42, 49], + bgYellow: [43, 49], + bgBlue: [44, 49], + bgMagenta: [45, 49], + bgCyan: [46, 49], + bgWhite: [47, 49], + + // Bright color + bgBlackBright: [100, 49], + bgRedBright: [101, 49], + bgGreenBright: [102, 49], + bgYellowBright: [103, 49], + bgBlueBright: [104, 49], + bgMagentaBright: [105, 49], + bgCyanBright: [106, 49], + bgWhiteBright: [107, 49] + } + }; + + // Fix humans + styles.color.grey = styles.color.gray; + + for (const groupName of Object.keys(styles)) { + const group = styles[groupName]; + + for (const styleName of Object.keys(group)) { + const style = group[styleName]; + + styles[styleName] = { + open: `\u001B[${style[0]}m`, + close: `\u001B[${style[1]}m` + }; + + group[styleName] = styles[styleName]; + + codes.set(style[0], style[1]); + } + + Object.defineProperty(styles, groupName, { + value: group, + enumerable: false + }); + + Object.defineProperty(styles, 'codes', { + value: codes, + enumerable: false + }); + } + + const ansi2ansi = n => n; + const rgb2rgb = (r, g, b) => [r, g, b]; + + styles.color.close = '\u001B[39m'; + styles.bgColor.close = '\u001B[49m'; + + styles.color.ansi = { + ansi: wrapAnsi16(ansi2ansi, 0) + }; + styles.color.ansi256 = { + ansi256: wrapAnsi256(ansi2ansi, 0) + }; + styles.color.ansi16m = { + rgb: wrapAnsi16m(rgb2rgb, 0) + }; + + styles.bgColor.ansi = { + ansi: wrapAnsi16(ansi2ansi, 10) + }; + styles.bgColor.ansi256 = { + ansi256: wrapAnsi256(ansi2ansi, 10) + }; + styles.bgColor.ansi16m = { + rgb: wrapAnsi16m(rgb2rgb, 10) + }; + + for (let key of Object.keys(colorConvert)) { + if (typeof colorConvert[key] !== 'object') { + continue; + } + + const suite = colorConvert[key]; + + if (key === 'ansi16') { + key = 'ansi'; + } + + if ('ansi16' in suite) { + styles.color.ansi[key] = wrapAnsi16(suite.ansi16, 0); + styles.bgColor.ansi[key] = wrapAnsi16(suite.ansi16, 10); + } + + if ('ansi256' in suite) { + styles.color.ansi256[key] = wrapAnsi256(suite.ansi256, 0); + styles.bgColor.ansi256[key] = wrapAnsi256(suite.ansi256, 10); + } + + if ('rgb' in suite) { + styles.color.ansi16m[key] = wrapAnsi16m(suite.rgb, 0); + styles.bgColor.ansi16m[key] = wrapAnsi16m(suite.rgb, 10); + } + } + + return styles; +} + +// Make the export immutable +Object.defineProperty(module, 'exports', { + enumerable: true, + get: assembleStyles +}); diff --git a/FantasticAnimals/node_modules/@babel/highlight/node_modules/ansi-styles/license b/FantasticAnimals/node_modules/@babel/highlight/node_modules/ansi-styles/license new file mode 100644 index 0000000..e7af2f7 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/highlight/node_modules/ansi-styles/license @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +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/FantasticAnimals/node_modules/@babel/highlight/node_modules/ansi-styles/package.json b/FantasticAnimals/node_modules/@babel/highlight/node_modules/ansi-styles/package.json new file mode 100644 index 0000000..65edb48 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/highlight/node_modules/ansi-styles/package.json @@ -0,0 +1,56 @@ +{ + "name": "ansi-styles", + "version": "3.2.1", + "description": "ANSI escape codes for styling strings in the terminal", + "license": "MIT", + "repository": "chalk/ansi-styles", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=4" + }, + "scripts": { + "test": "xo && ava", + "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor" + }, + "files": [ + "index.js" + ], + "keywords": [ + "ansi", + "styles", + "color", + "colour", + "colors", + "terminal", + "console", + "cli", + "string", + "tty", + "escape", + "formatting", + "rgb", + "256", + "shell", + "xterm", + "log", + "logging", + "command-line", + "text" + ], + "dependencies": { + "color-convert": "^1.9.0" + }, + "devDependencies": { + "ava": "*", + "babel-polyfill": "^6.23.0", + "svg-term-cli": "^2.1.1", + "xo": "*" + }, + "ava": { + "require": "babel-polyfill" + } +} diff --git a/FantasticAnimals/node_modules/@babel/highlight/node_modules/ansi-styles/readme.md b/FantasticAnimals/node_modules/@babel/highlight/node_modules/ansi-styles/readme.md new file mode 100644 index 0000000..3158e2d --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/highlight/node_modules/ansi-styles/readme.md @@ -0,0 +1,147 @@ +# ansi-styles [![Build Status](https://travis-ci.org/chalk/ansi-styles.svg?branch=master)](https://travis-ci.org/chalk/ansi-styles) + +> [ANSI escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code#Colors_and_Styles) for styling strings in the terminal + +You probably want the higher-level [chalk](https://github.com/chalk/chalk) module for styling your strings. + + + + +## Install + +``` +$ npm install ansi-styles +``` + + +## Usage + +```js +const style = require('ansi-styles'); + +console.log(`${style.green.open}Hello world!${style.green.close}`); + + +// Color conversion between 16/256/truecolor +// NOTE: If conversion goes to 16 colors or 256 colors, the original color +// may be degraded to fit that color palette. This means terminals +// that do not support 16 million colors will best-match the +// original color. +console.log(style.bgColor.ansi.hsl(120, 80, 72) + 'Hello world!' + style.bgColor.close); +console.log(style.color.ansi256.rgb(199, 20, 250) + 'Hello world!' + style.color.close); +console.log(style.color.ansi16m.hex('#ABCDEF') + 'Hello world!' + style.color.close); +``` + +## API + +Each style has an `open` and `close` property. + + +## Styles + +### Modifiers + +- `reset` +- `bold` +- `dim` +- `italic` *(Not widely supported)* +- `underline` +- `inverse` +- `hidden` +- `strikethrough` *(Not widely supported)* + +### Colors + +- `black` +- `red` +- `green` +- `yellow` +- `blue` +- `magenta` +- `cyan` +- `white` +- `gray` ("bright black") +- `redBright` +- `greenBright` +- `yellowBright` +- `blueBright` +- `magentaBright` +- `cyanBright` +- `whiteBright` + +### Background colors + +- `bgBlack` +- `bgRed` +- `bgGreen` +- `bgYellow` +- `bgBlue` +- `bgMagenta` +- `bgCyan` +- `bgWhite` +- `bgBlackBright` +- `bgRedBright` +- `bgGreenBright` +- `bgYellowBright` +- `bgBlueBright` +- `bgMagentaBright` +- `bgCyanBright` +- `bgWhiteBright` + + +## Advanced usage + +By default, you get a map of styles, but the styles are also available as groups. They are non-enumerable so they don't show up unless you access them explicitly. This makes it easier to expose only a subset in a higher-level module. + +- `style.modifier` +- `style.color` +- `style.bgColor` + +###### Example + +```js +console.log(style.color.green.open); +``` + +Raw escape codes (i.e. without the CSI escape prefix `\u001B[` and render mode postfix `m`) are available under `style.codes`, which returns a `Map` with the open codes as keys and close codes as values. + +###### Example + +```js +console.log(style.codes.get(36)); +//=> 39 +``` + + +## [256 / 16 million (TrueColor) support](https://gist.github.com/XVilka/8346728) + +`ansi-styles` uses the [`color-convert`](https://github.com/Qix-/color-convert) package to allow for converting between various colors and ANSI escapes, with support for 256 and 16 million colors. + +To use these, call the associated conversion function with the intended output, for example: + +```js +style.color.ansi.rgb(100, 200, 15); // RGB to 16 color ansi foreground code +style.bgColor.ansi.rgb(100, 200, 15); // RGB to 16 color ansi background code + +style.color.ansi256.hsl(120, 100, 60); // HSL to 256 color ansi foreground code +style.bgColor.ansi256.hsl(120, 100, 60); // HSL to 256 color ansi foreground code + +style.color.ansi16m.hex('#C0FFEE'); // Hex (RGB) to 16 million color foreground code +style.bgColor.ansi16m.hex('#C0FFEE'); // Hex (RGB) to 16 million color background code +``` + + +## Related + +- [ansi-escapes](https://github.com/sindresorhus/ansi-escapes) - ANSI escape codes for manipulating the terminal + + +## Maintainers + +- [Sindre Sorhus](https://github.com/sindresorhus) +- [Josh Junon](https://github.com/qix-) + + +## License + +MIT diff --git a/FantasticAnimals/node_modules/@babel/highlight/node_modules/chalk/index.js b/FantasticAnimals/node_modules/@babel/highlight/node_modules/chalk/index.js new file mode 100644 index 0000000..1cc5fa8 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/highlight/node_modules/chalk/index.js @@ -0,0 +1,228 @@ +'use strict'; +const escapeStringRegexp = require('escape-string-regexp'); +const ansiStyles = require('ansi-styles'); +const stdoutColor = require('supports-color').stdout; + +const template = require('./templates.js'); + +const isSimpleWindowsTerm = process.platform === 'win32' && !(process.env.TERM || '').toLowerCase().startsWith('xterm'); + +// `supportsColor.level` → `ansiStyles.color[name]` mapping +const levelMapping = ['ansi', 'ansi', 'ansi256', 'ansi16m']; + +// `color-convert` models to exclude from the Chalk API due to conflicts and such +const skipModels = new Set(['gray']); + +const styles = Object.create(null); + +function applyOptions(obj, options) { + options = options || {}; + + // Detect level if not set manually + const scLevel = stdoutColor ? stdoutColor.level : 0; + obj.level = options.level === undefined ? scLevel : options.level; + obj.enabled = 'enabled' in options ? options.enabled : obj.level > 0; +} + +function Chalk(options) { + // We check for this.template here since calling `chalk.constructor()` + // by itself will have a `this` of a previously constructed chalk object + if (!this || !(this instanceof Chalk) || this.template) { + const chalk = {}; + applyOptions(chalk, options); + + chalk.template = function () { + const args = [].slice.call(arguments); + return chalkTag.apply(null, [chalk.template].concat(args)); + }; + + Object.setPrototypeOf(chalk, Chalk.prototype); + Object.setPrototypeOf(chalk.template, chalk); + + chalk.template.constructor = Chalk; + + return chalk.template; + } + + applyOptions(this, options); +} + +// Use bright blue on Windows as the normal blue color is illegible +if (isSimpleWindowsTerm) { + ansiStyles.blue.open = '\u001B[94m'; +} + +for (const key of Object.keys(ansiStyles)) { + ansiStyles[key].closeRe = new RegExp(escapeStringRegexp(ansiStyles[key].close), 'g'); + + styles[key] = { + get() { + const codes = ansiStyles[key]; + return build.call(this, this._styles ? this._styles.concat(codes) : [codes], this._empty, key); + } + }; +} + +styles.visible = { + get() { + return build.call(this, this._styles || [], true, 'visible'); + } +}; + +ansiStyles.color.closeRe = new RegExp(escapeStringRegexp(ansiStyles.color.close), 'g'); +for (const model of Object.keys(ansiStyles.color.ansi)) { + if (skipModels.has(model)) { + continue; + } + + styles[model] = { + get() { + const level = this.level; + return function () { + const open = ansiStyles.color[levelMapping[level]][model].apply(null, arguments); + const codes = { + open, + close: ansiStyles.color.close, + closeRe: ansiStyles.color.closeRe + }; + return build.call(this, this._styles ? this._styles.concat(codes) : [codes], this._empty, model); + }; + } + }; +} + +ansiStyles.bgColor.closeRe = new RegExp(escapeStringRegexp(ansiStyles.bgColor.close), 'g'); +for (const model of Object.keys(ansiStyles.bgColor.ansi)) { + if (skipModels.has(model)) { + continue; + } + + const bgModel = 'bg' + model[0].toUpperCase() + model.slice(1); + styles[bgModel] = { + get() { + const level = this.level; + return function () { + const open = ansiStyles.bgColor[levelMapping[level]][model].apply(null, arguments); + const codes = { + open, + close: ansiStyles.bgColor.close, + closeRe: ansiStyles.bgColor.closeRe + }; + return build.call(this, this._styles ? this._styles.concat(codes) : [codes], this._empty, model); + }; + } + }; +} + +const proto = Object.defineProperties(() => {}, styles); + +function build(_styles, _empty, key) { + const builder = function () { + return applyStyle.apply(builder, arguments); + }; + + builder._styles = _styles; + builder._empty = _empty; + + const self = this; + + Object.defineProperty(builder, 'level', { + enumerable: true, + get() { + return self.level; + }, + set(level) { + self.level = level; + } + }); + + Object.defineProperty(builder, 'enabled', { + enumerable: true, + get() { + return self.enabled; + }, + set(enabled) { + self.enabled = enabled; + } + }); + + // See below for fix regarding invisible grey/dim combination on Windows + builder.hasGrey = this.hasGrey || key === 'gray' || key === 'grey'; + + // `__proto__` is used because we must return a function, but there is + // no way to create a function with a different prototype + builder.__proto__ = proto; // eslint-disable-line no-proto + + return builder; +} + +function applyStyle() { + // Support varags, but simply cast to string in case there's only one arg + const args = arguments; + const argsLen = args.length; + let str = String(arguments[0]); + + if (argsLen === 0) { + return ''; + } + + if (argsLen > 1) { + // Don't slice `arguments`, it prevents V8 optimizations + for (let a = 1; a < argsLen; a++) { + str += ' ' + args[a]; + } + } + + if (!this.enabled || this.level <= 0 || !str) { + return this._empty ? '' : str; + } + + // Turns out that on Windows dimmed gray text becomes invisible in cmd.exe, + // see https://github.com/chalk/chalk/issues/58 + // If we're on Windows and we're dealing with a gray color, temporarily make 'dim' a noop. + const originalDim = ansiStyles.dim.open; + if (isSimpleWindowsTerm && this.hasGrey) { + ansiStyles.dim.open = ''; + } + + for (const code of this._styles.slice().reverse()) { + // Replace any instances already present with a re-opening code + // otherwise only the part of the string until said closing code + // will be colored, and the rest will simply be 'plain'. + str = code.open + str.replace(code.closeRe, code.open) + code.close; + + // Close the styling before a linebreak and reopen + // after next line to fix a bleed issue on macOS + // https://github.com/chalk/chalk/pull/92 + str = str.replace(/\r?\n/g, `${code.close}$&${code.open}`); + } + + // Reset the original `dim` if we changed it to work around the Windows dimmed gray issue + ansiStyles.dim.open = originalDim; + + return str; +} + +function chalkTag(chalk, strings) { + if (!Array.isArray(strings)) { + // If chalk() was called by itself or with a string, + // return the string itself as a string. + return [].slice.call(arguments, 1).join(' '); + } + + const args = [].slice.call(arguments, 2); + const parts = [strings.raw[0]]; + + for (let i = 1; i < strings.length; i++) { + parts.push(String(args[i - 1]).replace(/[{}\\]/g, '\\$&')); + parts.push(String(strings.raw[i])); + } + + return template(chalk, parts.join('')); +} + +Object.defineProperties(Chalk.prototype, styles); + +module.exports = Chalk(); // eslint-disable-line new-cap +module.exports.supportsColor = stdoutColor; +module.exports.default = module.exports; // For TypeScript diff --git a/FantasticAnimals/node_modules/@babel/highlight/node_modules/chalk/index.js.flow b/FantasticAnimals/node_modules/@babel/highlight/node_modules/chalk/index.js.flow new file mode 100644 index 0000000..622caaa --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/highlight/node_modules/chalk/index.js.flow @@ -0,0 +1,93 @@ +// @flow strict + +type TemplateStringsArray = $ReadOnlyArray; + +export type Level = $Values<{ + None: 0, + Basic: 1, + Ansi256: 2, + TrueColor: 3 +}>; + +export type ChalkOptions = {| + enabled?: boolean, + level?: Level +|}; + +export type ColorSupport = {| + level: Level, + hasBasic: boolean, + has256: boolean, + has16m: boolean +|}; + +export interface Chalk { + (...text: string[]): string, + (text: TemplateStringsArray, ...placeholders: string[]): string, + constructor(options?: ChalkOptions): Chalk, + enabled: boolean, + level: Level, + rgb(r: number, g: number, b: number): Chalk, + hsl(h: number, s: number, l: number): Chalk, + hsv(h: number, s: number, v: number): Chalk, + hwb(h: number, w: number, b: number): Chalk, + bgHex(color: string): Chalk, + bgKeyword(color: string): Chalk, + bgRgb(r: number, g: number, b: number): Chalk, + bgHsl(h: number, s: number, l: number): Chalk, + bgHsv(h: number, s: number, v: number): Chalk, + bgHwb(h: number, w: number, b: number): Chalk, + hex(color: string): Chalk, + keyword(color: string): Chalk, + + +reset: Chalk, + +bold: Chalk, + +dim: Chalk, + +italic: Chalk, + +underline: Chalk, + +inverse: Chalk, + +hidden: Chalk, + +strikethrough: Chalk, + + +visible: Chalk, + + +black: Chalk, + +red: Chalk, + +green: Chalk, + +yellow: Chalk, + +blue: Chalk, + +magenta: Chalk, + +cyan: Chalk, + +white: Chalk, + +gray: Chalk, + +grey: Chalk, + +blackBright: Chalk, + +redBright: Chalk, + +greenBright: Chalk, + +yellowBright: Chalk, + +blueBright: Chalk, + +magentaBright: Chalk, + +cyanBright: Chalk, + +whiteBright: Chalk, + + +bgBlack: Chalk, + +bgRed: Chalk, + +bgGreen: Chalk, + +bgYellow: Chalk, + +bgBlue: Chalk, + +bgMagenta: Chalk, + +bgCyan: Chalk, + +bgWhite: Chalk, + +bgBlackBright: Chalk, + +bgRedBright: Chalk, + +bgGreenBright: Chalk, + +bgYellowBright: Chalk, + +bgBlueBright: Chalk, + +bgMagentaBright: Chalk, + +bgCyanBright: Chalk, + +bgWhiteBrigh: Chalk, + + supportsColor: ColorSupport +}; + +declare module.exports: Chalk; diff --git a/FantasticAnimals/node_modules/@babel/highlight/node_modules/chalk/license b/FantasticAnimals/node_modules/@babel/highlight/node_modules/chalk/license new file mode 100644 index 0000000..e7af2f7 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/highlight/node_modules/chalk/license @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +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/FantasticAnimals/node_modules/@babel/highlight/node_modules/chalk/package.json b/FantasticAnimals/node_modules/@babel/highlight/node_modules/chalk/package.json new file mode 100644 index 0000000..bc32468 --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/highlight/node_modules/chalk/package.json @@ -0,0 +1,71 @@ +{ + "name": "chalk", + "version": "2.4.2", + "description": "Terminal string styling done right", + "license": "MIT", + "repository": "chalk/chalk", + "engines": { + "node": ">=4" + }, + "scripts": { + "test": "xo && tsc --project types && flow --max-warnings=0 && nyc ava", + "bench": "matcha benchmark.js", + "coveralls": "nyc report --reporter=text-lcov | coveralls" + }, + "files": [ + "index.js", + "templates.js", + "types/index.d.ts", + "index.js.flow" + ], + "keywords": [ + "color", + "colour", + "colors", + "terminal", + "console", + "cli", + "string", + "str", + "ansi", + "style", + "styles", + "tty", + "formatting", + "rgb", + "256", + "shell", + "xterm", + "log", + "logging", + "command-line", + "text" + ], + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "devDependencies": { + "ava": "*", + "coveralls": "^3.0.0", + "execa": "^0.9.0", + "flow-bin": "^0.68.0", + "import-fresh": "^2.0.0", + "matcha": "^0.7.0", + "nyc": "^11.0.2", + "resolve-from": "^4.0.0", + "typescript": "^2.5.3", + "xo": "*" + }, + "types": "types/index.d.ts", + "xo": { + "envs": [ + "node", + "mocha" + ], + "ignores": [ + "test/_flow.js" + ] + } +} diff --git a/FantasticAnimals/node_modules/@babel/highlight/node_modules/chalk/readme.md b/FantasticAnimals/node_modules/@babel/highlight/node_modules/chalk/readme.md new file mode 100644 index 0000000..d298e2c --- /dev/null +++ b/FantasticAnimals/node_modules/@babel/highlight/node_modules/chalk/readme.md @@ -0,0 +1,314 @@ +

+
+
+ Chalk +
+
+
+

+ +> Terminal string styling done right + +[![Build Status](https://travis-ci.org/chalk/chalk.svg?branch=master)](https://travis-ci.org/chalk/chalk) [![Coverage Status](https://coveralls.io/repos/github/chalk/chalk/badge.svg?branch=master)](https://coveralls.io/github/chalk/chalk?branch=master) [![](https://img.shields.io/badge/unicorn-approved-ff69b4.svg)](https://www.youtube.com/watch?v=9auOCbH5Ns4) [![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/xojs/xo) [![Mentioned in Awesome Node.js](https://awesome.re/mentioned-badge.svg)](https://github.com/sindresorhus/awesome-nodejs) + +### [See what's new in Chalk 2](https://github.com/chalk/chalk/releases/tag/v2.0.0) + + + + +## Highlights + +- Expressive API +- Highly performant +- Ability to nest styles +- [256/Truecolor color support](#256-and-truecolor-color-support) +- Auto-detects color support +- Doesn't extend `String.prototype` +- Clean and focused +- Actively maintained +- [Used by ~23,000 packages](https://www.npmjs.com/browse/depended/chalk) as of December 31, 2017 + + +## Install + +```console +$ npm install chalk +``` + +
+ + + + +## Usage + +```js +const chalk = require('chalk'); + +console.log(chalk.blue('Hello world!')); +``` + +Chalk comes with an easy to use composable API where you just chain and nest the styles you want. + +```js +const chalk = require('chalk'); +const log = console.log; + +// Combine styled and normal strings +log(chalk.blue('Hello') + ' World' + chalk.red('!')); + +// Compose multiple styles using the chainable API +log(chalk.blue.bgRed.bold('Hello world!')); + +// Pass in multiple arguments +log(chalk.blue('Hello', 'World!', 'Foo', 'bar', 'biz', 'baz')); + +// Nest styles +log(chalk.red('Hello', chalk.underline.bgBlue('world') + '!')); + +// Nest styles of the same type even (color, underline, background) +log(chalk.green( + 'I am a green line ' + + chalk.blue.underline.bold('with a blue substring') + + ' that becomes green again!' +)); + +// ES2015 template literal +log(` +CPU: ${chalk.red('90%')} +RAM: ${chalk.green('40%')} +DISK: ${chalk.yellow('70%')} +`); + +// ES2015 tagged template literal +log(chalk` +CPU: {red ${cpu.totalPercent}%} +RAM: {green ${ram.used / ram.total * 100}%} +DISK: {rgb(255,131,0) ${disk.used / disk.total * 100}%} +`); + +// Use RGB colors in terminal emulators that support it. +log(chalk.keyword('orange')('Yay for orange colored text!')); +log(chalk.rgb(123, 45, 67).underline('Underlined reddish color')); +log(chalk.hex('#DEADED').bold('Bold gray!')); +``` + +Easily define your own themes: + +```js +const chalk = require('chalk'); + +const error = chalk.bold.red; +const warning = chalk.keyword('orange'); + +console.log(error('Error!')); +console.log(warning('Warning!')); +``` + +Take advantage of console.log [string substitution](https://nodejs.org/docs/latest/api/console.html#console_console_log_data_args): + +```js +const name = 'Sindre'; +console.log(chalk.green('Hello %s'), name); +//=> 'Hello Sindre' +``` + + +## API + +### chalk.`