node-red-contrib-tak-registration 0.7.1 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/node/perf_hooks.d.ts +1 -1
- package/node_modules/fast-xml-parser/CHANGELOG.md +561 -0
- package/node_modules/fast-xml-parser/README.md +134 -287
- package/node_modules/fast-xml-parser/package.json +20 -43
- package/node_modules/fast-xml-parser/{cli.js → src/cli/cli.js} +16 -24
- package/node_modules/fast-xml-parser/src/cli/man.js +12 -0
- package/node_modules/fast-xml-parser/src/fxp.d.ts +108 -0
- package/node_modules/fast-xml-parser/src/fxp.js +11 -0
- package/node_modules/fast-xml-parser/src/util.js +0 -36
- package/node_modules/fast-xml-parser/src/validator.js +15 -5
- package/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +269 -0
- package/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +131 -0
- package/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
- package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +152 -0
- package/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +48 -0
- package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +589 -0
- package/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +58 -0
- package/node_modules/fast-xml-parser/src/xmlparser/node2json.js +113 -0
- package/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +25 -0
- package/package.json +2 -2
- package/tak-ingest.js +8 -7
- package/node_modules/@ampproject/remapping/LICENSE +0 -202
- package/node_modules/@ampproject/remapping/README.md +0 -218
- package/node_modules/@ampproject/remapping/dist/remapping.mjs +0 -191
- package/node_modules/@ampproject/remapping/dist/remapping.mjs.map +0 -1
- package/node_modules/@ampproject/remapping/dist/remapping.umd.js +0 -196
- package/node_modules/@ampproject/remapping/dist/remapping.umd.js.map +0 -1
- package/node_modules/@ampproject/remapping/dist/types/build-source-map-tree.d.ts +0 -14
- package/node_modules/@ampproject/remapping/dist/types/remapping.d.ts +0 -19
- package/node_modules/@ampproject/remapping/dist/types/source-map-tree.d.ts +0 -42
- package/node_modules/@ampproject/remapping/dist/types/source-map.d.ts +0 -17
- package/node_modules/@ampproject/remapping/dist/types/types.d.ts +0 -14
- package/node_modules/@ampproject/remapping/package.json +0 -75
- package/node_modules/@babel/code-frame/LICENSE +0 -22
- package/node_modules/@babel/code-frame/README.md +0 -19
- package/node_modules/@babel/code-frame/lib/index.js +0 -142
- package/node_modules/@babel/code-frame/lib/index.js.map +0 -1
- package/node_modules/@babel/code-frame/package.json +0 -28
- package/node_modules/@babel/compat-data/LICENSE +0 -22
- package/node_modules/@babel/compat-data/README.md +0 -19
- package/node_modules/@babel/compat-data/corejs2-built-ins.js +0 -2
- package/node_modules/@babel/compat-data/corejs3-shipped-proposals.js +0 -2
- package/node_modules/@babel/compat-data/data/corejs2-built-ins.json +0 -2081
- package/node_modules/@babel/compat-data/data/corejs3-shipped-proposals.json +0 -5
- package/node_modules/@babel/compat-data/data/native-modules.json +0 -18
- package/node_modules/@babel/compat-data/data/overlapping-plugins.json +0 -25
- package/node_modules/@babel/compat-data/data/plugin-bugfixes.json +0 -201
- package/node_modules/@babel/compat-data/data/plugins.json +0 -763
- package/node_modules/@babel/compat-data/native-modules.js +0 -1
- package/node_modules/@babel/compat-data/overlapping-plugins.js +0 -1
- package/node_modules/@babel/compat-data/package.json +0 -40
- package/node_modules/@babel/compat-data/plugin-bugfixes.js +0 -1
- package/node_modules/@babel/compat-data/plugins.js +0 -1
- package/node_modules/@babel/core/LICENSE +0 -22
- package/node_modules/@babel/core/README.md +0 -19
- package/node_modules/@babel/core/cjs-proxy.cjs +0 -51
- package/node_modules/@babel/core/lib/config/cache-contexts.js +0 -3
- package/node_modules/@babel/core/lib/config/cache-contexts.js.map +0 -1
- package/node_modules/@babel/core/lib/config/caching.js +0 -261
- package/node_modules/@babel/core/lib/config/caching.js.map +0 -1
- package/node_modules/@babel/core/lib/config/config-chain.js +0 -467
- package/node_modules/@babel/core/lib/config/config-chain.js.map +0 -1
- package/node_modules/@babel/core/lib/config/config-descriptors.js +0 -189
- package/node_modules/@babel/core/lib/config/config-descriptors.js.map +0 -1
- package/node_modules/@babel/core/lib/config/files/configuration.js +0 -284
- package/node_modules/@babel/core/lib/config/files/configuration.js.map +0 -1
- package/node_modules/@babel/core/lib/config/files/import-meta-resolve.js +0 -17
- package/node_modules/@babel/core/lib/config/files/import-meta-resolve.js.map +0 -1
- package/node_modules/@babel/core/lib/config/files/import.cjs +0 -6
- package/node_modules/@babel/core/lib/config/files/import.cjs.map +0 -1
- package/node_modules/@babel/core/lib/config/files/index-browser.js +0 -59
- package/node_modules/@babel/core/lib/config/files/index-browser.js.map +0 -1
- package/node_modules/@babel/core/lib/config/files/index.js +0 -78
- package/node_modules/@babel/core/lib/config/files/index.js.map +0 -1
- package/node_modules/@babel/core/lib/config/files/module-types.js +0 -155
- package/node_modules/@babel/core/lib/config/files/module-types.js.map +0 -1
- package/node_modules/@babel/core/lib/config/files/package.js +0 -61
- package/node_modules/@babel/core/lib/config/files/package.js.map +0 -1
- package/node_modules/@babel/core/lib/config/files/plugins.js +0 -206
- package/node_modules/@babel/core/lib/config/files/plugins.js.map +0 -1
- package/node_modules/@babel/core/lib/config/files/types.js +0 -3
- package/node_modules/@babel/core/lib/config/files/types.js.map +0 -1
- package/node_modules/@babel/core/lib/config/files/utils.js +0 -36
- package/node_modules/@babel/core/lib/config/files/utils.js.map +0 -1
- package/node_modules/@babel/core/lib/config/full.js +0 -311
- package/node_modules/@babel/core/lib/config/full.js.map +0 -1
- package/node_modules/@babel/core/lib/config/helpers/config-api.js +0 -85
- package/node_modules/@babel/core/lib/config/helpers/config-api.js.map +0 -1
- package/node_modules/@babel/core/lib/config/helpers/deep-array.js +0 -23
- package/node_modules/@babel/core/lib/config/helpers/deep-array.js.map +0 -1
- package/node_modules/@babel/core/lib/config/helpers/environment.js +0 -12
- package/node_modules/@babel/core/lib/config/helpers/environment.js.map +0 -1
- package/node_modules/@babel/core/lib/config/index.js +0 -73
- package/node_modules/@babel/core/lib/config/index.js.map +0 -1
- package/node_modules/@babel/core/lib/config/item.js +0 -67
- package/node_modules/@babel/core/lib/config/item.js.map +0 -1
- package/node_modules/@babel/core/lib/config/partial.js +0 -166
- package/node_modules/@babel/core/lib/config/partial.js.map +0 -1
- package/node_modules/@babel/core/lib/config/pattern-to-regex.js +0 -38
- package/node_modules/@babel/core/lib/config/pattern-to-regex.js.map +0 -1
- package/node_modules/@babel/core/lib/config/plugin.js +0 -33
- package/node_modules/@babel/core/lib/config/plugin.js.map +0 -1
- package/node_modules/@babel/core/lib/config/printer.js +0 -114
- package/node_modules/@babel/core/lib/config/printer.js.map +0 -1
- package/node_modules/@babel/core/lib/config/resolve-targets-browser.js +0 -41
- package/node_modules/@babel/core/lib/config/resolve-targets-browser.js.map +0 -1
- package/node_modules/@babel/core/lib/config/resolve-targets.js +0 -61
- package/node_modules/@babel/core/lib/config/resolve-targets.js.map +0 -1
- package/node_modules/@babel/core/lib/config/util.js +0 -31
- package/node_modules/@babel/core/lib/config/util.js.map +0 -1
- package/node_modules/@babel/core/lib/config/validation/option-assertions.js +0 -277
- package/node_modules/@babel/core/lib/config/validation/option-assertions.js.map +0 -1
- package/node_modules/@babel/core/lib/config/validation/options.js +0 -193
- package/node_modules/@babel/core/lib/config/validation/options.js.map +0 -1
- package/node_modules/@babel/core/lib/config/validation/plugins.js +0 -67
- package/node_modules/@babel/core/lib/config/validation/plugins.js.map +0 -1
- package/node_modules/@babel/core/lib/config/validation/removed.js +0 -69
- package/node_modules/@babel/core/lib/config/validation/removed.js.map +0 -1
- package/node_modules/@babel/core/lib/errors/config-error.js +0 -18
- package/node_modules/@babel/core/lib/errors/config-error.js.map +0 -1
- package/node_modules/@babel/core/lib/errors/rewrite-stack-trace.js +0 -98
- package/node_modules/@babel/core/lib/errors/rewrite-stack-trace.js.map +0 -1
- package/node_modules/@babel/core/lib/gensync-utils/async.js +0 -93
- package/node_modules/@babel/core/lib/gensync-utils/async.js.map +0 -1
- package/node_modules/@babel/core/lib/gensync-utils/fs.js +0 -33
- package/node_modules/@babel/core/lib/gensync-utils/fs.js.map +0 -1
- package/node_modules/@babel/core/lib/gensync-utils/functional.js +0 -33
- package/node_modules/@babel/core/lib/gensync-utils/functional.js.map +0 -1
- package/node_modules/@babel/core/lib/index.js +0 -245
- package/node_modules/@babel/core/lib/index.js.map +0 -1
- package/node_modules/@babel/core/lib/parse.js +0 -48
- package/node_modules/@babel/core/lib/parse.js.map +0 -1
- package/node_modules/@babel/core/lib/parser/index.js +0 -79
- package/node_modules/@babel/core/lib/parser/index.js.map +0 -1
- package/node_modules/@babel/core/lib/parser/util/missing-plugin-helper.js +0 -329
- package/node_modules/@babel/core/lib/parser/util/missing-plugin-helper.js.map +0 -1
- package/node_modules/@babel/core/lib/tools/build-external-helpers.js +0 -143
- package/node_modules/@babel/core/lib/tools/build-external-helpers.js.map +0 -1
- package/node_modules/@babel/core/lib/transform-ast.js +0 -51
- package/node_modules/@babel/core/lib/transform-ast.js.map +0 -1
- package/node_modules/@babel/core/lib/transform-file-browser.js +0 -24
- package/node_modules/@babel/core/lib/transform-file-browser.js.map +0 -1
- package/node_modules/@babel/core/lib/transform-file.js +0 -40
- package/node_modules/@babel/core/lib/transform-file.js.map +0 -1
- package/node_modules/@babel/core/lib/transform.js +0 -50
- package/node_modules/@babel/core/lib/transform.js.map +0 -1
- package/node_modules/@babel/core/lib/transformation/block-hoist-plugin.js +0 -77
- package/node_modules/@babel/core/lib/transformation/block-hoist-plugin.js.map +0 -1
- package/node_modules/@babel/core/lib/transformation/file/file.js +0 -211
- package/node_modules/@babel/core/lib/transformation/file/file.js.map +0 -1
- package/node_modules/@babel/core/lib/transformation/file/generate.js +0 -84
- package/node_modules/@babel/core/lib/transformation/file/generate.js.map +0 -1
- package/node_modules/@babel/core/lib/transformation/file/merge-map.js +0 -37
- package/node_modules/@babel/core/lib/transformation/file/merge-map.js.map +0 -1
- package/node_modules/@babel/core/lib/transformation/index.js +0 -99
- package/node_modules/@babel/core/lib/transformation/index.js.map +0 -1
- package/node_modules/@babel/core/lib/transformation/normalize-file.js +0 -127
- package/node_modules/@babel/core/lib/transformation/normalize-file.js.map +0 -1
- package/node_modules/@babel/core/lib/transformation/normalize-opts.js +0 -59
- package/node_modules/@babel/core/lib/transformation/normalize-opts.js.map +0 -1
- package/node_modules/@babel/core/lib/transformation/plugin-pass.js +0 -48
- package/node_modules/@babel/core/lib/transformation/plugin-pass.js.map +0 -1
- package/node_modules/@babel/core/lib/transformation/util/clone-deep.js +0 -36
- package/node_modules/@babel/core/lib/transformation/util/clone-deep.js.map +0 -1
- package/node_modules/@babel/core/lib/vendor/import-meta-resolve.js +0 -1012
- package/node_modules/@babel/core/lib/vendor/import-meta-resolve.js.map +0 -1
- package/node_modules/@babel/core/package.json +0 -82
- package/node_modules/@babel/core/src/config/files/index-browser.ts +0 -109
- package/node_modules/@babel/core/src/config/files/index.ts +0 -29
- package/node_modules/@babel/core/src/config/resolve-targets-browser.ts +0 -40
- package/node_modules/@babel/core/src/config/resolve-targets.ts +0 -56
- package/node_modules/@babel/core/src/transform-file-browser.ts +0 -31
- package/node_modules/@babel/core/src/transform-file.ts +0 -55
- package/node_modules/@babel/generator/LICENSE +0 -22
- package/node_modules/@babel/generator/README.md +0 -19
- package/node_modules/@babel/generator/lib/buffer.js +0 -307
- package/node_modules/@babel/generator/lib/buffer.js.map +0 -1
- package/node_modules/@babel/generator/lib/generators/base.js +0 -92
- package/node_modules/@babel/generator/lib/generators/base.js.map +0 -1
- package/node_modules/@babel/generator/lib/generators/classes.js +0 -177
- package/node_modules/@babel/generator/lib/generators/classes.js.map +0 -1
- package/node_modules/@babel/generator/lib/generators/expressions.js +0 -309
- package/node_modules/@babel/generator/lib/generators/expressions.js.map +0 -1
- package/node_modules/@babel/generator/lib/generators/flow.js +0 -668
- package/node_modules/@babel/generator/lib/generators/flow.js.map +0 -1
- package/node_modules/@babel/generator/lib/generators/index.js +0 -128
- package/node_modules/@babel/generator/lib/generators/index.js.map +0 -1
- package/node_modules/@babel/generator/lib/generators/jsx.js +0 -123
- package/node_modules/@babel/generator/lib/generators/jsx.js.map +0 -1
- package/node_modules/@babel/generator/lib/generators/methods.js +0 -173
- package/node_modules/@babel/generator/lib/generators/methods.js.map +0 -1
- package/node_modules/@babel/generator/lib/generators/modules.js +0 -254
- package/node_modules/@babel/generator/lib/generators/modules.js.map +0 -1
- package/node_modules/@babel/generator/lib/generators/statements.js +0 -277
- package/node_modules/@babel/generator/lib/generators/statements.js.map +0 -1
- package/node_modules/@babel/generator/lib/generators/template-literals.js +0 -30
- package/node_modules/@babel/generator/lib/generators/template-literals.js.map +0 -1
- package/node_modules/@babel/generator/lib/generators/types.js +0 -220
- package/node_modules/@babel/generator/lib/generators/types.js.map +0 -1
- package/node_modules/@babel/generator/lib/generators/typescript.js +0 -694
- package/node_modules/@babel/generator/lib/generators/typescript.js.map +0 -1
- package/node_modules/@babel/generator/lib/index.js +0 -94
- package/node_modules/@babel/generator/lib/index.js.map +0 -1
- package/node_modules/@babel/generator/lib/node/index.js +0 -78
- package/node_modules/@babel/generator/lib/node/index.js.map +0 -1
- package/node_modules/@babel/generator/lib/node/parentheses.js +0 -305
- package/node_modules/@babel/generator/lib/node/parentheses.js.map +0 -1
- package/node_modules/@babel/generator/lib/node/whitespace.js +0 -146
- package/node_modules/@babel/generator/lib/node/whitespace.js.map +0 -1
- package/node_modules/@babel/generator/lib/printer.js +0 -651
- package/node_modules/@babel/generator/lib/printer.js.map +0 -1
- package/node_modules/@babel/generator/lib/source-map.js +0 -85
- package/node_modules/@babel/generator/lib/source-map.js.map +0 -1
- package/node_modules/@babel/generator/package.json +0 -38
- package/node_modules/@babel/helper-compilation-targets/LICENSE +0 -22
- package/node_modules/@babel/helper-compilation-targets/README.md +0 -19
- package/node_modules/@babel/helper-compilation-targets/lib/debug.js +0 -28
- package/node_modules/@babel/helper-compilation-targets/lib/debug.js.map +0 -1
- package/node_modules/@babel/helper-compilation-targets/lib/filter-items.js +0 -67
- package/node_modules/@babel/helper-compilation-targets/lib/filter-items.js.map +0 -1
- package/node_modules/@babel/helper-compilation-targets/lib/index.js +0 -224
- package/node_modules/@babel/helper-compilation-targets/lib/index.js.map +0 -1
- package/node_modules/@babel/helper-compilation-targets/lib/options.js +0 -25
- package/node_modules/@babel/helper-compilation-targets/lib/options.js.map +0 -1
- package/node_modules/@babel/helper-compilation-targets/lib/pretty.js +0 -40
- package/node_modules/@babel/helper-compilation-targets/lib/pretty.js.map +0 -1
- package/node_modules/@babel/helper-compilation-targets/lib/targets.js +0 -30
- package/node_modules/@babel/helper-compilation-targets/lib/targets.js.map +0 -1
- package/node_modules/@babel/helper-compilation-targets/lib/utils.js +0 -58
- package/node_modules/@babel/helper-compilation-targets/lib/utils.js.map +0 -1
- package/node_modules/@babel/helper-compilation-targets/package.json +0 -44
- package/node_modules/@babel/helper-environment-visitor/LICENSE +0 -22
- package/node_modules/@babel/helper-environment-visitor/README.md +0 -19
- package/node_modules/@babel/helper-environment-visitor/lib/index.js +0 -56
- package/node_modules/@babel/helper-environment-visitor/lib/index.js.map +0 -1
- package/node_modules/@babel/helper-environment-visitor/package.json +0 -29
- package/node_modules/@babel/helper-function-name/LICENSE +0 -22
- package/node_modules/@babel/helper-function-name/README.md +0 -19
- package/node_modules/@babel/helper-function-name/lib/index.js +0 -170
- package/node_modules/@babel/helper-function-name/lib/index.js.map +0 -1
- package/node_modules/@babel/helper-function-name/package.json +0 -25
- package/node_modules/@babel/helper-hoist-variables/LICENSE +0 -22
- package/node_modules/@babel/helper-hoist-variables/README.md +0 -19
- package/node_modules/@babel/helper-hoist-variables/lib/index.js +0 -50
- package/node_modules/@babel/helper-hoist-variables/lib/index.js.map +0 -1
- package/node_modules/@babel/helper-hoist-variables/package.json +0 -28
- package/node_modules/@babel/helper-module-imports/LICENSE +0 -22
- package/node_modules/@babel/helper-module-imports/README.md +0 -19
- package/node_modules/@babel/helper-module-imports/lib/import-builder.js +0 -122
- package/node_modules/@babel/helper-module-imports/lib/import-builder.js.map +0 -1
- package/node_modules/@babel/helper-module-imports/lib/import-injector.js +0 -240
- package/node_modules/@babel/helper-module-imports/lib/import-injector.js.map +0 -1
- package/node_modules/@babel/helper-module-imports/lib/index.js +0 -37
- package/node_modules/@babel/helper-module-imports/lib/index.js.map +0 -1
- package/node_modules/@babel/helper-module-imports/lib/is-module.js +0 -11
- package/node_modules/@babel/helper-module-imports/lib/is-module.js.map +0 -1
- package/node_modules/@babel/helper-module-imports/package.json +0 -28
- package/node_modules/@babel/helper-module-transforms/LICENSE +0 -22
- package/node_modules/@babel/helper-module-transforms/README.md +0 -19
- package/node_modules/@babel/helper-module-transforms/lib/dynamic-import.js +0 -52
- package/node_modules/@babel/helper-module-transforms/lib/dynamic-import.js.map +0 -1
- package/node_modules/@babel/helper-module-transforms/lib/get-module-name.js +0 -48
- package/node_modules/@babel/helper-module-transforms/lib/get-module-name.js.map +0 -1
- package/node_modules/@babel/helper-module-transforms/lib/index.js +0 -375
- package/node_modules/@babel/helper-module-transforms/lib/index.js.map +0 -1
- package/node_modules/@babel/helper-module-transforms/lib/normalize-and-load-metadata.js +0 -354
- package/node_modules/@babel/helper-module-transforms/lib/normalize-and-load-metadata.js.map +0 -1
- package/node_modules/@babel/helper-module-transforms/lib/rewrite-live-references.js +0 -349
- package/node_modules/@babel/helper-module-transforms/lib/rewrite-live-references.js.map +0 -1
- package/node_modules/@babel/helper-module-transforms/lib/rewrite-this.js +0 -24
- package/node_modules/@babel/helper-module-transforms/lib/rewrite-this.js.map +0 -1
- package/node_modules/@babel/helper-module-transforms/package.json +0 -35
- package/node_modules/@babel/helper-simple-access/LICENSE +0 -22
- package/node_modules/@babel/helper-simple-access/README.md +0 -19
- package/node_modules/@babel/helper-simple-access/lib/index.js +0 -91
- package/node_modules/@babel/helper-simple-access/lib/index.js.map +0 -1
- package/node_modules/@babel/helper-simple-access/package.json +0 -28
- package/node_modules/@babel/helper-split-export-declaration/LICENSE +0 -22
- package/node_modules/@babel/helper-split-export-declaration/README.md +0 -19
- package/node_modules/@babel/helper-split-export-declaration/lib/index.js +0 -59
- package/node_modules/@babel/helper-split-export-declaration/lib/index.js.map +0 -1
- package/node_modules/@babel/helper-split-export-declaration/package.json +0 -24
- package/node_modules/@babel/helper-string-parser/LICENSE +0 -22
- package/node_modules/@babel/helper-string-parser/README.md +0 -19
- package/node_modules/@babel/helper-string-parser/lib/index.js +0 -295
- package/node_modules/@babel/helper-string-parser/lib/index.js.map +0 -1
- package/node_modules/@babel/helper-string-parser/package.json +0 -28
- package/node_modules/@babel/helper-validator-identifier/LICENSE +0 -22
- package/node_modules/@babel/helper-validator-identifier/README.md +0 -19
- package/node_modules/@babel/helper-validator-identifier/lib/identifier.js +0 -70
- package/node_modules/@babel/helper-validator-identifier/lib/identifier.js.map +0 -1
- package/node_modules/@babel/helper-validator-identifier/lib/index.js +0 -57
- package/node_modules/@babel/helper-validator-identifier/lib/index.js.map +0 -1
- package/node_modules/@babel/helper-validator-identifier/lib/keyword.js +0 -35
- package/node_modules/@babel/helper-validator-identifier/lib/keyword.js.map +0 -1
- package/node_modules/@babel/helper-validator-identifier/package.json +0 -28
- package/node_modules/@babel/helper-validator-identifier/scripts/generate-identifier-regex.js +0 -75
- package/node_modules/@babel/helper-validator-option/LICENSE +0 -22
- package/node_modules/@babel/helper-validator-option/README.md +0 -19
- package/node_modules/@babel/helper-validator-option/lib/find-suggestion.js +0 -39
- package/node_modules/@babel/helper-validator-option/lib/find-suggestion.js.map +0 -1
- package/node_modules/@babel/helper-validator-option/lib/index.js +0 -21
- package/node_modules/@babel/helper-validator-option/lib/index.js.map +0 -1
- package/node_modules/@babel/helper-validator-option/lib/validator.js +0 -48
- package/node_modules/@babel/helper-validator-option/lib/validator.js.map +0 -1
- package/node_modules/@babel/helper-validator-option/package.json +0 -24
- package/node_modules/@babel/helpers/LICENSE +0 -22
- package/node_modules/@babel/helpers/README.md +0 -19
- package/node_modules/@babel/helpers/lib/helpers/AsyncGenerator.js +0 -92
- package/node_modules/@babel/helpers/lib/helpers/AsyncGenerator.js.map +0 -1
- package/node_modules/@babel/helpers/lib/helpers/OverloadYield.js +0 -12
- package/node_modules/@babel/helpers/lib/helpers/OverloadYield.js.map +0 -1
- package/node_modules/@babel/helpers/lib/helpers/applyDecs.js +0 -448
- package/node_modules/@babel/helpers/lib/helpers/applyDecs.js.map +0 -1
- package/node_modules/@babel/helpers/lib/helpers/applyDecs2203.js +0 -363
- package/node_modules/@babel/helpers/lib/helpers/applyDecs2203.js.map +0 -1
- package/node_modules/@babel/helpers/lib/helpers/applyDecs2203R.js +0 -365
- package/node_modules/@babel/helpers/lib/helpers/applyDecs2203R.js.map +0 -1
- package/node_modules/@babel/helpers/lib/helpers/applyDecs2301.js +0 -410
- package/node_modules/@babel/helpers/lib/helpers/applyDecs2301.js.map +0 -1
- package/node_modules/@babel/helpers/lib/helpers/applyDecs2305.js +0 -388
- package/node_modules/@babel/helpers/lib/helpers/applyDecs2305.js.map +0 -1
- package/node_modules/@babel/helpers/lib/helpers/asyncGeneratorDelegate.js +0 -52
- package/node_modules/@babel/helpers/lib/helpers/asyncGeneratorDelegate.js.map +0 -1
- package/node_modules/@babel/helpers/lib/helpers/asyncIterator.js +0 -70
- package/node_modules/@babel/helpers/lib/helpers/asyncIterator.js.map +0 -1
- package/node_modules/@babel/helpers/lib/helpers/awaitAsyncGenerator.js +0 -12
- package/node_modules/@babel/helpers/lib/helpers/awaitAsyncGenerator.js.map +0 -1
- package/node_modules/@babel/helpers/lib/helpers/checkInRHS.js +0 -14
- package/node_modules/@babel/helpers/lib/helpers/checkInRHS.js.map +0 -1
- package/node_modules/@babel/helpers/lib/helpers/defineAccessor.js +0 -16
- package/node_modules/@babel/helpers/lib/helpers/defineAccessor.js.map +0 -1
- package/node_modules/@babel/helpers/lib/helpers/dispose.js +0 -47
- package/node_modules/@babel/helpers/lib/helpers/dispose.js.map +0 -1
- package/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimit.js +0 -41
- package/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimit.js.map +0 -1
- package/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimitLoose.js +0 -18
- package/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimitLoose.js.map +0 -1
- package/node_modules/@babel/helpers/lib/helpers/jsx.js +0 -47
- package/node_modules/@babel/helpers/lib/helpers/jsx.js.map +0 -1
- package/node_modules/@babel/helpers/lib/helpers/objectSpread2.js +0 -39
- package/node_modules/@babel/helpers/lib/helpers/objectSpread2.js.map +0 -1
- package/node_modules/@babel/helpers/lib/helpers/regeneratorRuntime.js +0 -501
- package/node_modules/@babel/helpers/lib/helpers/regeneratorRuntime.js.map +0 -1
- package/node_modules/@babel/helpers/lib/helpers/typeof.js +0 -22
- package/node_modules/@babel/helpers/lib/helpers/typeof.js.map +0 -1
- package/node_modules/@babel/helpers/lib/helpers/using.js +0 -29
- package/node_modules/@babel/helpers/lib/helpers/using.js.map +0 -1
- package/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js +0 -66
- package/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js.map +0 -1
- package/node_modules/@babel/helpers/lib/helpers-generated.js +0 -41
- package/node_modules/@babel/helpers/lib/helpers-generated.js.map +0 -1
- package/node_modules/@babel/helpers/lib/helpers.js +0 -1784
- package/node_modules/@babel/helpers/lib/helpers.js.map +0 -1
- package/node_modules/@babel/helpers/lib/index.js +0 -242
- package/node_modules/@babel/helpers/lib/index.js.map +0 -1
- package/node_modules/@babel/helpers/package.json +0 -33
- package/node_modules/@babel/helpers/scripts/generate-helpers.js +0 -64
- package/node_modules/@babel/helpers/scripts/generate-regenerator-runtime.js +0 -63
- package/node_modules/@babel/helpers/scripts/package.json +0 -1
- package/node_modules/@babel/highlight/LICENSE +0 -22
- package/node_modules/@babel/highlight/README.md +0 -19
- package/node_modules/@babel/highlight/lib/index.js +0 -96
- package/node_modules/@babel/highlight/lib/index.js.map +0 -1
- package/node_modules/@babel/highlight/package.json +0 -30
- package/node_modules/@babel/parser/CHANGELOG.md +0 -1073
- package/node_modules/@babel/parser/LICENSE +0 -19
- package/node_modules/@babel/parser/README.md +0 -19
- package/node_modules/@babel/parser/bin/babel-parser.js +0 -15
- package/node_modules/@babel/parser/index.cjs +0 -5
- package/node_modules/@babel/parser/lib/index.js +0 -14429
- package/node_modules/@babel/parser/lib/index.js.map +0 -1
- package/node_modules/@babel/parser/lib/options.js +0 -40
- package/node_modules/@babel/parser/lib/options.js.map +0 -1
- package/node_modules/@babel/parser/lib/parse-error/credentials.js +0 -28
- package/node_modules/@babel/parser/lib/parse-error/credentials.js.map +0 -1
- package/node_modules/@babel/parser/lib/parse-error/module-errors.js +0 -20
- package/node_modules/@babel/parser/lib/parse-error/module-errors.js.map +0 -1
- package/node_modules/@babel/parser/lib/parse-error/pipeline-operator-errors.js +0 -32
- package/node_modules/@babel/parser/lib/parse-error/pipeline-operator-errors.js.map +0 -1
- package/node_modules/@babel/parser/lib/parse-error/standard-errors.js +0 -220
- package/node_modules/@babel/parser/lib/parse-error/standard-errors.js.map +0 -1
- package/node_modules/@babel/parser/lib/parse-error/strict-mode-errors.js +0 -22
- package/node_modules/@babel/parser/lib/parse-error/strict-mode-errors.js.map +0 -1
- package/node_modules/@babel/parser/lib/parse-error/to-node-description.js +0 -39
- package/node_modules/@babel/parser/lib/parse-error/to-node-description.js.map +0 -1
- package/node_modules/@babel/parser/lib/parse-error.js +0 -106
- package/node_modules/@babel/parser/lib/parse-error.js.map +0 -1
- package/node_modules/@babel/parser/lib/parser/base.js +0 -36
- package/node_modules/@babel/parser/lib/parser/base.js.map +0 -1
- package/node_modules/@babel/parser/lib/parser/comments.js +0 -190
- package/node_modules/@babel/parser/lib/parser/comments.js.map +0 -1
- package/node_modules/@babel/parser/lib/parser/expression.js +0 -1824
- package/node_modules/@babel/parser/lib/parser/expression.js.map +0 -1
- package/node_modules/@babel/parser/lib/parser/index.js +0 -43
- package/node_modules/@babel/parser/lib/parser/index.js.map +0 -1
- package/node_modules/@babel/parser/lib/parser/lval.js +0 -421
- package/node_modules/@babel/parser/lib/parser/lval.js.map +0 -1
- package/node_modules/@babel/parser/lib/parser/node.js +0 -127
- package/node_modules/@babel/parser/lib/parser/node.js.map +0 -1
- package/node_modules/@babel/parser/lib/parser/statement.js +0 -2032
- package/node_modules/@babel/parser/lib/parser/statement.js.map +0 -1
- package/node_modules/@babel/parser/lib/parser/util.js +0 -238
- package/node_modules/@babel/parser/lib/parser/util.js.map +0 -1
- package/node_modules/@babel/parser/lib/plugin-utils.js +0 -136
- package/node_modules/@babel/parser/lib/plugin-utils.js.map +0 -1
- package/node_modules/@babel/parser/lib/plugins/estree.js +0 -340
- package/node_modules/@babel/parser/lib/plugins/estree.js.map +0 -1
- package/node_modules/@babel/parser/lib/plugins/flow/index.js +0 -2474
- package/node_modules/@babel/parser/lib/plugins/flow/index.js.map +0 -1
- package/node_modules/@babel/parser/lib/plugins/flow/scope.js +0 -44
- package/node_modules/@babel/parser/lib/plugins/flow/scope.js.map +0 -1
- package/node_modules/@babel/parser/lib/plugins/jsx/index.js +0 -444
- package/node_modules/@babel/parser/lib/plugins/jsx/index.js.map +0 -1
- package/node_modules/@babel/parser/lib/plugins/jsx/xhtml.js +0 -266
- package/node_modules/@babel/parser/lib/plugins/jsx/xhtml.js.map +0 -1
- package/node_modules/@babel/parser/lib/plugins/placeholders.js +0 -197
- package/node_modules/@babel/parser/lib/plugins/placeholders.js.map +0 -1
- package/node_modules/@babel/parser/lib/plugins/typescript/index.js +0 -2656
- package/node_modules/@babel/parser/lib/plugins/typescript/index.js.map +0 -1
- package/node_modules/@babel/parser/lib/plugins/typescript/scope.js +0 -119
- package/node_modules/@babel/parser/lib/plugins/typescript/scope.js.map +0 -1
- package/node_modules/@babel/parser/lib/plugins/v8intrinsic.js +0 -31
- package/node_modules/@babel/parser/lib/plugins/v8intrinsic.js.map +0 -1
- package/node_modules/@babel/parser/lib/tokenizer/context.js +0 -27
- package/node_modules/@babel/parser/lib/tokenizer/context.js.map +0 -1
- package/node_modules/@babel/parser/lib/tokenizer/index.js +0 -1119
- package/node_modules/@babel/parser/lib/tokenizer/index.js.map +0 -1
- package/node_modules/@babel/parser/lib/tokenizer/state.js +0 -82
- package/node_modules/@babel/parser/lib/tokenizer/state.js.map +0 -1
- package/node_modules/@babel/parser/lib/tokenizer/types.js +0 -586
- package/node_modules/@babel/parser/lib/tokenizer/types.js.map +0 -1
- package/node_modules/@babel/parser/lib/util/class-scope.js +0 -92
- package/node_modules/@babel/parser/lib/util/class-scope.js.map +0 -1
- package/node_modules/@babel/parser/lib/util/expression-scope.js +0 -147
- package/node_modules/@babel/parser/lib/util/expression-scope.js.map +0 -1
- package/node_modules/@babel/parser/lib/util/identifier.js +0 -62
- package/node_modules/@babel/parser/lib/util/identifier.js.map +0 -1
- package/node_modules/@babel/parser/lib/util/location.js +0 -39
- package/node_modules/@babel/parser/lib/util/location.js.map +0 -1
- package/node_modules/@babel/parser/lib/util/production-parameter.js +0 -49
- package/node_modules/@babel/parser/lib/util/production-parameter.js.map +0 -1
- package/node_modules/@babel/parser/lib/util/scope.js +0 -161
- package/node_modules/@babel/parser/lib/util/scope.js.map +0 -1
- package/node_modules/@babel/parser/lib/util/scopeflags.js +0 -106
- package/node_modules/@babel/parser/lib/util/scopeflags.js.map +0 -1
- package/node_modules/@babel/parser/lib/util/whitespace.js +0 -59
- package/node_modules/@babel/parser/lib/util/whitespace.js.map +0 -1
- package/node_modules/@babel/parser/package.json +0 -46
- package/node_modules/@babel/parser/typings/babel-parser.d.ts +0 -241
- package/node_modules/@babel/template/LICENSE +0 -22
- package/node_modules/@babel/template/README.md +0 -19
- package/node_modules/@babel/template/lib/builder.js +0 -69
- package/node_modules/@babel/template/lib/builder.js.map +0 -1
- package/node_modules/@babel/template/lib/formatters.js +0 -66
- package/node_modules/@babel/template/lib/formatters.js.map +0 -1
- package/node_modules/@babel/template/lib/index.js +0 -29
- package/node_modules/@babel/template/lib/index.js.map +0 -1
- package/node_modules/@babel/template/lib/literal.js +0 -69
- package/node_modules/@babel/template/lib/literal.js.map +0 -1
- package/node_modules/@babel/template/lib/options.js +0 -73
- package/node_modules/@babel/template/lib/options.js.map +0 -1
- package/node_modules/@babel/template/lib/parse.js +0 -160
- package/node_modules/@babel/template/lib/parse.js.map +0 -1
- package/node_modules/@babel/template/lib/populate.js +0 -122
- package/node_modules/@babel/template/lib/populate.js.map +0 -1
- package/node_modules/@babel/template/lib/string.js +0 -20
- package/node_modules/@babel/template/lib/string.js.map +0 -1
- package/node_modules/@babel/template/package.json +0 -27
- package/node_modules/@babel/traverse/LICENSE +0 -22
- package/node_modules/@babel/traverse/README.md +0 -19
- package/node_modules/@babel/traverse/lib/cache.js +0 -25
- package/node_modules/@babel/traverse/lib/cache.js.map +0 -1
- package/node_modules/@babel/traverse/lib/context.js +0 -115
- package/node_modules/@babel/traverse/lib/context.js.map +0 -1
- package/node_modules/@babel/traverse/lib/hub.js +0 -19
- package/node_modules/@babel/traverse/lib/hub.js.map +0 -1
- package/node_modules/@babel/traverse/lib/index.js +0 -93
- package/node_modules/@babel/traverse/lib/index.js.map +0 -1
- package/node_modules/@babel/traverse/lib/path/ancestry.js +0 -141
- package/node_modules/@babel/traverse/lib/path/ancestry.js.map +0 -1
- package/node_modules/@babel/traverse/lib/path/comments.js +0 -54
- package/node_modules/@babel/traverse/lib/path/comments.js.map +0 -1
- package/node_modules/@babel/traverse/lib/path/context.js +0 -222
- package/node_modules/@babel/traverse/lib/path/context.js.map +0 -1
- package/node_modules/@babel/traverse/lib/path/conversion.js +0 -473
- package/node_modules/@babel/traverse/lib/path/conversion.js.map +0 -1
- package/node_modules/@babel/traverse/lib/path/evaluation.js +0 -340
- package/node_modules/@babel/traverse/lib/path/evaluation.js.map +0 -1
- package/node_modules/@babel/traverse/lib/path/family.js +0 -336
- package/node_modules/@babel/traverse/lib/path/family.js.map +0 -1
- package/node_modules/@babel/traverse/lib/path/index.js +0 -197
- package/node_modules/@babel/traverse/lib/path/index.js.map +0 -1
- package/node_modules/@babel/traverse/lib/path/inference/index.js +0 -149
- package/node_modules/@babel/traverse/lib/path/inference/index.js.map +0 -1
- package/node_modules/@babel/traverse/lib/path/inference/inferer-reference.js +0 -151
- package/node_modules/@babel/traverse/lib/path/inference/inferer-reference.js.map +0 -1
- package/node_modules/@babel/traverse/lib/path/inference/inferers.js +0 -207
- package/node_modules/@babel/traverse/lib/path/inference/inferers.js.map +0 -1
- package/node_modules/@babel/traverse/lib/path/inference/util.js +0 -30
- package/node_modules/@babel/traverse/lib/path/inference/util.js.map +0 -1
- package/node_modules/@babel/traverse/lib/path/introspection.js +0 -385
- package/node_modules/@babel/traverse/lib/path/introspection.js.map +0 -1
- package/node_modules/@babel/traverse/lib/path/lib/hoister.js +0 -171
- package/node_modules/@babel/traverse/lib/path/lib/hoister.js.map +0 -1
- package/node_modules/@babel/traverse/lib/path/lib/removal-hooks.js +0 -38
- package/node_modules/@babel/traverse/lib/path/lib/removal-hooks.js.map +0 -1
- package/node_modules/@babel/traverse/lib/path/lib/virtual-types-validator.js +0 -161
- package/node_modules/@babel/traverse/lib/path/lib/virtual-types-validator.js.map +0 -1
- package/node_modules/@babel/traverse/lib/path/lib/virtual-types.js +0 -44
- package/node_modules/@babel/traverse/lib/path/lib/virtual-types.js.map +0 -1
- package/node_modules/@babel/traverse/lib/path/modification.js +0 -224
- package/node_modules/@babel/traverse/lib/path/modification.js.map +0 -1
- package/node_modules/@babel/traverse/lib/path/removal.js +0 -58
- package/node_modules/@babel/traverse/lib/path/removal.js.map +0 -1
- package/node_modules/@babel/traverse/lib/path/replacement.js +0 -205
- package/node_modules/@babel/traverse/lib/path/replacement.js.map +0 -1
- package/node_modules/@babel/traverse/lib/scope/binding.js +0 -85
- package/node_modules/@babel/traverse/lib/scope/binding.js.map +0 -1
- package/node_modules/@babel/traverse/lib/scope/index.js +0 -887
- package/node_modules/@babel/traverse/lib/scope/index.js.map +0 -1
- package/node_modules/@babel/traverse/lib/scope/lib/renamer.js +0 -113
- package/node_modules/@babel/traverse/lib/scope/lib/renamer.js.map +0 -1
- package/node_modules/@babel/traverse/lib/traverse-node.js +0 -25
- package/node_modules/@babel/traverse/lib/traverse-node.js.map +0 -1
- package/node_modules/@babel/traverse/lib/types.js +0 -3
- package/node_modules/@babel/traverse/lib/types.js.map +0 -1
- package/node_modules/@babel/traverse/lib/visitors.js +0 -218
- package/node_modules/@babel/traverse/lib/visitors.js.map +0 -1
- package/node_modules/@babel/traverse/package.json +0 -37
- package/node_modules/@babel/types/LICENSE +0 -22
- package/node_modules/@babel/types/README.md +0 -19
- package/node_modules/@babel/types/lib/asserts/assertNode.js +0 -16
- package/node_modules/@babel/types/lib/asserts/assertNode.js.map +0 -1
- package/node_modules/@babel/types/lib/asserts/generated/index.js +0 -1231
- package/node_modules/@babel/types/lib/asserts/generated/index.js.map +0 -1
- package/node_modules/@babel/types/lib/ast-types/generated/index.js +0 -3
- package/node_modules/@babel/types/lib/ast-types/generated/index.js.map +0 -1
- package/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js +0 -18
- package/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js.map +0 -1
- package/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js +0 -32
- package/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js.map +0 -1
- package/node_modules/@babel/types/lib/builders/generated/index.js +0 -1985
- package/node_modules/@babel/types/lib/builders/generated/index.js.map +0 -1
- package/node_modules/@babel/types/lib/builders/generated/uppercase.js +0 -1526
- package/node_modules/@babel/types/lib/builders/generated/uppercase.js.map +0 -1
- package/node_modules/@babel/types/lib/builders/react/buildChildren.js +0 -24
- package/node_modules/@babel/types/lib/builders/react/buildChildren.js.map +0 -1
- package/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js +0 -22
- package/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js.map +0 -1
- package/node_modules/@babel/types/lib/builders/validateNode.js +0 -17
- package/node_modules/@babel/types/lib/builders/validateNode.js.map +0 -1
- package/node_modules/@babel/types/lib/clone/clone.js +0 -12
- package/node_modules/@babel/types/lib/clone/clone.js.map +0 -1
- package/node_modules/@babel/types/lib/clone/cloneDeep.js +0 -12
- package/node_modules/@babel/types/lib/clone/cloneDeep.js.map +0 -1
- package/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js +0 -12
- package/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js.map +0 -1
- package/node_modules/@babel/types/lib/clone/cloneNode.js +0 -100
- package/node_modules/@babel/types/lib/clone/cloneNode.js.map +0 -1
- package/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js +0 -12
- package/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js.map +0 -1
- package/node_modules/@babel/types/lib/comments/addComment.js +0 -15
- package/node_modules/@babel/types/lib/comments/addComment.js.map +0 -1
- package/node_modules/@babel/types/lib/comments/addComments.js +0 -22
- package/node_modules/@babel/types/lib/comments/addComments.js.map +0 -1
- package/node_modules/@babel/types/lib/comments/inheritInnerComments.js +0 -12
- package/node_modules/@babel/types/lib/comments/inheritInnerComments.js.map +0 -1
- package/node_modules/@babel/types/lib/comments/inheritLeadingComments.js +0 -12
- package/node_modules/@babel/types/lib/comments/inheritLeadingComments.js.map +0 -1
- package/node_modules/@babel/types/lib/comments/inheritTrailingComments.js +0 -12
- package/node_modules/@babel/types/lib/comments/inheritTrailingComments.js.map +0 -1
- package/node_modules/@babel/types/lib/comments/inheritsComments.js +0 -17
- package/node_modules/@babel/types/lib/comments/inheritsComments.js.map +0 -1
- package/node_modules/@babel/types/lib/comments/removeComments.js +0 -15
- package/node_modules/@babel/types/lib/comments/removeComments.js.map +0 -1
- package/node_modules/@babel/types/lib/constants/generated/index.js +0 -109
- package/node_modules/@babel/types/lib/constants/generated/index.js.map +0 -1
- package/node_modules/@babel/types/lib/constants/index.js +0 -51
- package/node_modules/@babel/types/lib/constants/index.js.map +0 -1
- package/node_modules/@babel/types/lib/converters/ensureBlock.js +0 -14
- package/node_modules/@babel/types/lib/converters/ensureBlock.js.map +0 -1
- package/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js +0 -64
- package/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js.map +0 -1
- package/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js +0 -14
- package/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js.map +0 -1
- package/node_modules/@babel/types/lib/converters/toBlock.js +0 -29
- package/node_modules/@babel/types/lib/converters/toBlock.js.map +0 -1
- package/node_modules/@babel/types/lib/converters/toComputedKey.js +0 -14
- package/node_modules/@babel/types/lib/converters/toComputedKey.js.map +0 -1
- package/node_modules/@babel/types/lib/converters/toExpression.js +0 -28
- package/node_modules/@babel/types/lib/converters/toExpression.js.map +0 -1
- package/node_modules/@babel/types/lib/converters/toIdentifier.js +0 -25
- package/node_modules/@babel/types/lib/converters/toIdentifier.js.map +0 -1
- package/node_modules/@babel/types/lib/converters/toKeyAlias.js +0 -38
- package/node_modules/@babel/types/lib/converters/toKeyAlias.js.map +0 -1
- package/node_modules/@babel/types/lib/converters/toSequenceExpression.js +0 -19
- package/node_modules/@babel/types/lib/converters/toSequenceExpression.js.map +0 -1
- package/node_modules/@babel/types/lib/converters/toStatement.js +0 -40
- package/node_modules/@babel/types/lib/converters/toStatement.js.map +0 -1
- package/node_modules/@babel/types/lib/converters/valueToNode.js +0 -77
- package/node_modules/@babel/types/lib/converters/valueToNode.js.map +0 -1
- package/node_modules/@babel/types/lib/definitions/core.js +0 -1663
- package/node_modules/@babel/types/lib/definitions/core.js.map +0 -1
- package/node_modules/@babel/types/lib/definitions/deprecated-aliases.js +0 -12
- package/node_modules/@babel/types/lib/definitions/deprecated-aliases.js.map +0 -1
- package/node_modules/@babel/types/lib/definitions/experimental.js +0 -134
- package/node_modules/@babel/types/lib/definitions/experimental.js.map +0 -1
- package/node_modules/@babel/types/lib/definitions/flow.js +0 -488
- package/node_modules/@babel/types/lib/definitions/flow.js.map +0 -1
- package/node_modules/@babel/types/lib/definitions/index.js +0 -97
- package/node_modules/@babel/types/lib/definitions/index.js.map +0 -1
- package/node_modules/@babel/types/lib/definitions/jsx.js +0 -158
- package/node_modules/@babel/types/lib/definitions/jsx.js.map +0 -1
- package/node_modules/@babel/types/lib/definitions/misc.js +0 -32
- package/node_modules/@babel/types/lib/definitions/misc.js.map +0 -1
- package/node_modules/@babel/types/lib/definitions/placeholders.js +0 -30
- package/node_modules/@babel/types/lib/definitions/placeholders.js.map +0 -1
- package/node_modules/@babel/types/lib/definitions/typescript.js +0 -490
- package/node_modules/@babel/types/lib/definitions/typescript.js.map +0 -1
- package/node_modules/@babel/types/lib/definitions/utils.js +0 -280
- package/node_modules/@babel/types/lib/definitions/utils.js.map +0 -1
- package/node_modules/@babel/types/lib/index-legacy.d.ts +0 -2748
- package/node_modules/@babel/types/lib/index.d.ts +0 -3266
- package/node_modules/@babel/types/lib/index.js +0 -570
- package/node_modules/@babel/types/lib/index.js.flow +0 -2602
- package/node_modules/@babel/types/lib/index.js.map +0 -1
- package/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js +0 -15
- package/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js.map +0 -1
- package/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js +0 -65
- package/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js.map +0 -1
- package/node_modules/@babel/types/lib/modifications/inherits.js +0 -28
- package/node_modules/@babel/types/lib/modifications/inherits.js.map +0 -1
- package/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js +0 -17
- package/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js.map +0 -1
- package/node_modules/@babel/types/lib/modifications/removeProperties.js +0 -24
- package/node_modules/@babel/types/lib/modifications/removeProperties.js.map +0 -1
- package/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js +0 -14
- package/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js.map +0 -1
- package/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js +0 -65
- package/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js.map +0 -1
- package/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js +0 -93
- package/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js.map +0 -1
- package/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js +0 -14
- package/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js.map +0 -1
- package/node_modules/@babel/types/lib/traverse/traverse.js +0 -50
- package/node_modules/@babel/types/lib/traverse/traverse.js.map +0 -1
- package/node_modules/@babel/types/lib/traverse/traverseFast.js +0 -26
- package/node_modules/@babel/types/lib/traverse/traverseFast.js.map +0 -1
- package/node_modules/@babel/types/lib/utils/deprecationWarning.js +0 -44
- package/node_modules/@babel/types/lib/utils/deprecationWarning.js.map +0 -1
- package/node_modules/@babel/types/lib/utils/inherit.js +0 -13
- package/node_modules/@babel/types/lib/utils/inherit.js.map +0 -1
- package/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js +0 -40
- package/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js.map +0 -1
- package/node_modules/@babel/types/lib/utils/shallowEqual.js +0 -17
- package/node_modules/@babel/types/lib/utils/shallowEqual.js.map +0 -1
- package/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js +0 -13
- package/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js.map +0 -1
- package/node_modules/@babel/types/lib/validators/generated/index.js +0 -2744
- package/node_modules/@babel/types/lib/validators/generated/index.js.map +0 -1
- package/node_modules/@babel/types/lib/validators/is.js +0 -27
- package/node_modules/@babel/types/lib/validators/is.js.map +0 -1
- package/node_modules/@babel/types/lib/validators/isBinding.js +0 -27
- package/node_modules/@babel/types/lib/validators/isBinding.js.map +0 -1
- package/node_modules/@babel/types/lib/validators/isBlockScoped.js +0 -13
- package/node_modules/@babel/types/lib/validators/isBlockScoped.js.map +0 -1
- package/node_modules/@babel/types/lib/validators/isImmutable.js +0 -21
- package/node_modules/@babel/types/lib/validators/isImmutable.js.map +0 -1
- package/node_modules/@babel/types/lib/validators/isLet.js +0 -13
- package/node_modules/@babel/types/lib/validators/isLet.js.map +0 -1
- package/node_modules/@babel/types/lib/validators/isNode.js +0 -12
- package/node_modules/@babel/types/lib/validators/isNode.js.map +0 -1
- package/node_modules/@babel/types/lib/validators/isNodesEquivalent.js +0 -57
- package/node_modules/@babel/types/lib/validators/isNodesEquivalent.js.map +0 -1
- package/node_modules/@babel/types/lib/validators/isPlaceholderType.js +0 -19
- package/node_modules/@babel/types/lib/validators/isPlaceholderType.js.map +0 -1
- package/node_modules/@babel/types/lib/validators/isReferenced.js +0 -96
- package/node_modules/@babel/types/lib/validators/isReferenced.js.map +0 -1
- package/node_modules/@babel/types/lib/validators/isScope.js +0 -18
- package/node_modules/@babel/types/lib/validators/isScope.js.map +0 -1
- package/node_modules/@babel/types/lib/validators/isSpecifierDefault.js +0 -14
- package/node_modules/@babel/types/lib/validators/isSpecifierDefault.js.map +0 -1
- package/node_modules/@babel/types/lib/validators/isType.js +0 -21
- package/node_modules/@babel/types/lib/validators/isType.js.map +0 -1
- package/node_modules/@babel/types/lib/validators/isValidES3Identifier.js +0 -13
- package/node_modules/@babel/types/lib/validators/isValidES3Identifier.js.map +0 -1
- package/node_modules/@babel/types/lib/validators/isValidIdentifier.js +0 -18
- package/node_modules/@babel/types/lib/validators/isValidIdentifier.js.map +0 -1
- package/node_modules/@babel/types/lib/validators/isVar.js +0 -15
- package/node_modules/@babel/types/lib/validators/isVar.js.map +0 -1
- package/node_modules/@babel/types/lib/validators/matchesPattern.js +0 -36
- package/node_modules/@babel/types/lib/validators/matchesPattern.js.map +0 -1
- package/node_modules/@babel/types/lib/validators/react/isCompatTag.js +0 -11
- package/node_modules/@babel/types/lib/validators/react/isCompatTag.js.map +0 -1
- package/node_modules/@babel/types/lib/validators/react/isReactComponent.js +0 -12
- package/node_modules/@babel/types/lib/validators/react/isReactComponent.js.map +0 -1
- package/node_modules/@babel/types/lib/validators/validate.js +0 -30
- package/node_modules/@babel/types/lib/validators/validate.js.map +0 -1
- package/node_modules/@babel/types/package.json +0 -41
- package/node_modules/@istanbuljs/load-nyc-config/CHANGELOG.md +0 -41
- package/node_modules/@istanbuljs/load-nyc-config/LICENSE +0 -16
- package/node_modules/@istanbuljs/load-nyc-config/README.md +0 -64
- package/node_modules/@istanbuljs/load-nyc-config/index.js +0 -166
- package/node_modules/@istanbuljs/load-nyc-config/load-esm.js +0 -12
- package/node_modules/@istanbuljs/load-nyc-config/package.json +0 -49
- package/node_modules/@istanbuljs/schema/CHANGELOG.md +0 -44
- package/node_modules/@istanbuljs/schema/LICENSE +0 -21
- package/node_modules/@istanbuljs/schema/README.md +0 -30
- package/node_modules/@istanbuljs/schema/default-exclude.js +0 -22
- package/node_modules/@istanbuljs/schema/default-extension.js +0 -10
- package/node_modules/@istanbuljs/schema/index.js +0 -466
- package/node_modules/@istanbuljs/schema/package.json +0 -30
- package/node_modules/@jridgewell/gen-mapping/LICENSE +0 -19
- package/node_modules/@jridgewell/gen-mapping/README.md +0 -227
- package/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs +0 -230
- package/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs.map +0 -1
- package/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js +0 -236
- package/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js.map +0 -1
- package/node_modules/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts +0 -90
- package/node_modules/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts +0 -12
- package/node_modules/@jridgewell/gen-mapping/dist/types/types.d.ts +0 -35
- package/node_modules/@jridgewell/gen-mapping/package.json +0 -77
- package/node_modules/@jridgewell/resolve-uri/LICENSE +0 -19
- package/node_modules/@jridgewell/resolve-uri/README.md +0 -40
- package/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs +0 -242
- package/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map +0 -1
- package/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js +0 -250
- package/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js.map +0 -1
- package/node_modules/@jridgewell/resolve-uri/dist/types/resolve-uri.d.ts +0 -4
- package/node_modules/@jridgewell/resolve-uri/package.json +0 -69
- package/node_modules/@jridgewell/set-array/LICENSE +0 -19
- package/node_modules/@jridgewell/set-array/README.md +0 -37
- package/node_modules/@jridgewell/set-array/dist/set-array.mjs +0 -48
- package/node_modules/@jridgewell/set-array/dist/set-array.mjs.map +0 -1
- package/node_modules/@jridgewell/set-array/dist/set-array.umd.js +0 -58
- package/node_modules/@jridgewell/set-array/dist/set-array.umd.js.map +0 -1
- package/node_modules/@jridgewell/set-array/dist/types/set-array.d.ts +0 -26
- package/node_modules/@jridgewell/set-array/package.json +0 -66
- package/node_modules/@jridgewell/set-array/src/set-array.ts +0 -55
- package/node_modules/@jridgewell/sourcemap-codec/LICENSE +0 -21
- package/node_modules/@jridgewell/sourcemap-codec/README.md +0 -200
- package/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs +0 -164
- package/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map +0 -1
- package/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js +0 -175
- package/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map +0 -1
- package/node_modules/@jridgewell/sourcemap-codec/dist/types/sourcemap-codec.d.ts +0 -6
- package/node_modules/@jridgewell/sourcemap-codec/package.json +0 -74
- package/node_modules/@jridgewell/trace-mapping/LICENSE +0 -19
- package/node_modules/@jridgewell/trace-mapping/README.md +0 -252
- package/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs +0 -552
- package/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map +0 -1
- package/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js +0 -566
- package/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map +0 -1
- package/node_modules/@jridgewell/trace-mapping/dist/types/any-map.d.ts +0 -8
- package/node_modules/@jridgewell/trace-mapping/dist/types/binary-search.d.ts +0 -32
- package/node_modules/@jridgewell/trace-mapping/dist/types/by-source.d.ts +0 -7
- package/node_modules/@jridgewell/trace-mapping/dist/types/resolve.d.ts +0 -1
- package/node_modules/@jridgewell/trace-mapping/dist/types/sort.d.ts +0 -2
- package/node_modules/@jridgewell/trace-mapping/dist/types/sourcemap-segment.d.ts +0 -16
- package/node_modules/@jridgewell/trace-mapping/dist/types/strip-filename.d.ts +0 -4
- package/node_modules/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts +0 -74
- package/node_modules/@jridgewell/trace-mapping/dist/types/types.d.ts +0 -92
- package/node_modules/@jridgewell/trace-mapping/node_modules/@jridgewell/sourcemap-codec/LICENSE +0 -21
- package/node_modules/@jridgewell/trace-mapping/node_modules/@jridgewell/sourcemap-codec/README.md +0 -200
- package/node_modules/@jridgewell/trace-mapping/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs +0 -164
- package/node_modules/@jridgewell/trace-mapping/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map +0 -1
- package/node_modules/@jridgewell/trace-mapping/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js +0 -175
- package/node_modules/@jridgewell/trace-mapping/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map +0 -1
- package/node_modules/@jridgewell/trace-mapping/node_modules/@jridgewell/sourcemap-codec/dist/types/sourcemap-codec.d.ts +0 -6
- package/node_modules/@jridgewell/trace-mapping/node_modules/@jridgewell/sourcemap-codec/package.json +0 -75
- package/node_modules/@jridgewell/trace-mapping/node_modules/@jridgewell/sourcemap-codec/src/sourcemap-codec.ts +0 -198
- package/node_modules/@jridgewell/trace-mapping/package.json +0 -75
- package/node_modules/aggregate-error/index.d.ts +0 -51
- package/node_modules/aggregate-error/index.js +0 -47
- package/node_modules/aggregate-error/license +0 -9
- package/node_modules/aggregate-error/package.json +0 -41
- package/node_modules/aggregate-error/readme.md +0 -61
- package/node_modules/ansi-regex/index.d.ts +0 -37
- package/node_modules/ansi-regex/index.js +0 -10
- package/node_modules/ansi-regex/license +0 -9
- package/node_modules/ansi-regex/package.json +0 -55
- package/node_modules/ansi-regex/readme.md +0 -78
- package/node_modules/ansi-styles/index.js +0 -165
- package/node_modules/ansi-styles/license +0 -9
- package/node_modules/ansi-styles/package.json +0 -56
- package/node_modules/ansi-styles/readme.md +0 -147
- package/node_modules/append-transform/CHANGELOG.md +0 -14
- package/node_modules/append-transform/index.js +0 -91
- package/node_modules/append-transform/license +0 -21
- package/node_modules/append-transform/package.json +0 -47
- package/node_modules/append-transform/readme.md +0 -76
- package/node_modules/archy/.travis.yml +0 -4
- package/node_modules/archy/LICENSE +0 -18
- package/node_modules/archy/examples/beep.js +0 -24
- package/node_modules/archy/examples/multi_line.js +0 -25
- package/node_modules/archy/index.js +0 -35
- package/node_modules/archy/package.json +0 -40
- package/node_modules/archy/readme.markdown +0 -88
- package/node_modules/archy/test/beep.js +0 -40
- package/node_modules/archy/test/multi_line.js +0 -45
- package/node_modules/archy/test/non_unicode.js +0 -40
- package/node_modules/argparse/CHANGELOG.md +0 -185
- package/node_modules/argparse/LICENSE +0 -21
- package/node_modules/argparse/README.md +0 -257
- package/node_modules/argparse/index.js +0 -3
- package/node_modules/argparse/lib/action/append/constant.js +0 -47
- package/node_modules/argparse/lib/action/append.js +0 -53
- package/node_modules/argparse/lib/action/count.js +0 -40
- package/node_modules/argparse/lib/action/help.js +0 -47
- package/node_modules/argparse/lib/action/store/constant.js +0 -43
- package/node_modules/argparse/lib/action/store/false.js +0 -27
- package/node_modules/argparse/lib/action/store/true.js +0 -26
- package/node_modules/argparse/lib/action/store.js +0 -50
- package/node_modules/argparse/lib/action/subparsers.js +0 -149
- package/node_modules/argparse/lib/action/version.js +0 -47
- package/node_modules/argparse/lib/action.js +0 -146
- package/node_modules/argparse/lib/action_container.js +0 -482
- package/node_modules/argparse/lib/argparse.js +0 -14
- package/node_modules/argparse/lib/argument/error.js +0 -50
- package/node_modules/argparse/lib/argument/exclusive.js +0 -54
- package/node_modules/argparse/lib/argument/group.js +0 -75
- package/node_modules/argparse/lib/argument_parser.js +0 -1161
- package/node_modules/argparse/lib/const.js +0 -21
- package/node_modules/argparse/lib/help/added_formatters.js +0 -87
- package/node_modules/argparse/lib/help/formatter.js +0 -795
- package/node_modules/argparse/lib/namespace.js +0 -76
- package/node_modules/argparse/lib/utils.js +0 -57
- package/node_modules/argparse/package.json +0 -34
- package/node_modules/balanced-match/.github/FUNDING.yml +0 -2
- package/node_modules/balanced-match/LICENSE.md +0 -21
- package/node_modules/balanced-match/README.md +0 -97
- package/node_modules/balanced-match/index.js +0 -62
- package/node_modules/balanced-match/package.json +0 -48
- package/node_modules/brace-expansion/LICENSE +0 -21
- package/node_modules/brace-expansion/README.md +0 -129
- package/node_modules/brace-expansion/index.js +0 -201
- package/node_modules/brace-expansion/package.json +0 -47
- package/node_modules/browserslist/LICENSE +0 -20
- package/node_modules/browserslist/README.md +0 -73
- package/node_modules/browserslist/browser.js +0 -52
- package/node_modules/browserslist/cli.js +0 -151
- package/node_modules/browserslist/error.d.ts +0 -7
- package/node_modules/browserslist/error.js +0 -12
- package/node_modules/browserslist/index.d.ts +0 -200
- package/node_modules/browserslist/index.js +0 -1196
- package/node_modules/browserslist/node.js +0 -410
- package/node_modules/browserslist/package.json +0 -44
- package/node_modules/browserslist/parse.js +0 -78
- package/node_modules/caching-transform/index.js +0 -102
- package/node_modules/caching-transform/license +0 -21
- package/node_modules/caching-transform/package.json +0 -46
- package/node_modules/caching-transform/readme.md +0 -163
- package/node_modules/camelcase/index.d.ts +0 -63
- package/node_modules/camelcase/index.js +0 -76
- package/node_modules/camelcase/license +0 -9
- package/node_modules/camelcase/package.json +0 -43
- package/node_modules/camelcase/readme.md +0 -99
- package/node_modules/caniuse-lite/LICENSE +0 -395
- package/node_modules/caniuse-lite/README.md +0 -6
- package/node_modules/caniuse-lite/data/agents.js +0 -1
- package/node_modules/caniuse-lite/data/browserVersions.js +0 -1
- package/node_modules/caniuse-lite/data/browsers.js +0 -1
- package/node_modules/caniuse-lite/data/features/aac.js +0 -1
- package/node_modules/caniuse-lite/data/features/abortcontroller.js +0 -1
- package/node_modules/caniuse-lite/data/features/ac3-ec3.js +0 -1
- package/node_modules/caniuse-lite/data/features/accelerometer.js +0 -1
- package/node_modules/caniuse-lite/data/features/addeventlistener.js +0 -1
- package/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +0 -1
- package/node_modules/caniuse-lite/data/features/ambient-light.js +0 -1
- package/node_modules/caniuse-lite/data/features/apng.js +0 -1
- package/node_modules/caniuse-lite/data/features/array-find-index.js +0 -1
- package/node_modules/caniuse-lite/data/features/array-find.js +0 -1
- package/node_modules/caniuse-lite/data/features/array-flat.js +0 -1
- package/node_modules/caniuse-lite/data/features/array-includes.js +0 -1
- package/node_modules/caniuse-lite/data/features/arrow-functions.js +0 -1
- package/node_modules/caniuse-lite/data/features/asmjs.js +0 -1
- package/node_modules/caniuse-lite/data/features/async-clipboard.js +0 -1
- package/node_modules/caniuse-lite/data/features/async-functions.js +0 -1
- package/node_modules/caniuse-lite/data/features/atob-btoa.js +0 -1
- package/node_modules/caniuse-lite/data/features/audio-api.js +0 -1
- package/node_modules/caniuse-lite/data/features/audio.js +0 -1
- package/node_modules/caniuse-lite/data/features/audiotracks.js +0 -1
- package/node_modules/caniuse-lite/data/features/autofocus.js +0 -1
- package/node_modules/caniuse-lite/data/features/auxclick.js +0 -1
- package/node_modules/caniuse-lite/data/features/av1.js +0 -1
- package/node_modules/caniuse-lite/data/features/avif.js +0 -1
- package/node_modules/caniuse-lite/data/features/background-attachment.js +0 -1
- package/node_modules/caniuse-lite/data/features/background-clip-text.js +0 -1
- package/node_modules/caniuse-lite/data/features/background-img-opts.js +0 -1
- package/node_modules/caniuse-lite/data/features/background-position-x-y.js +0 -1
- package/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +0 -1
- package/node_modules/caniuse-lite/data/features/background-sync.js +0 -1
- package/node_modules/caniuse-lite/data/features/battery-status.js +0 -1
- package/node_modules/caniuse-lite/data/features/beacon.js +0 -1
- package/node_modules/caniuse-lite/data/features/beforeafterprint.js +0 -1
- package/node_modules/caniuse-lite/data/features/bigint.js +0 -1
- package/node_modules/caniuse-lite/data/features/blobbuilder.js +0 -1
- package/node_modules/caniuse-lite/data/features/bloburls.js +0 -1
- package/node_modules/caniuse-lite/data/features/border-image.js +0 -1
- package/node_modules/caniuse-lite/data/features/border-radius.js +0 -1
- package/node_modules/caniuse-lite/data/features/broadcastchannel.js +0 -1
- package/node_modules/caniuse-lite/data/features/brotli.js +0 -1
- package/node_modules/caniuse-lite/data/features/calc.js +0 -1
- package/node_modules/caniuse-lite/data/features/canvas-blending.js +0 -1
- package/node_modules/caniuse-lite/data/features/canvas-text.js +0 -1
- package/node_modules/caniuse-lite/data/features/canvas.js +0 -1
- package/node_modules/caniuse-lite/data/features/ch-unit.js +0 -1
- package/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +0 -1
- package/node_modules/caniuse-lite/data/features/channel-messaging.js +0 -1
- package/node_modules/caniuse-lite/data/features/childnode-remove.js +0 -1
- package/node_modules/caniuse-lite/data/features/classlist.js +0 -1
- package/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +0 -1
- package/node_modules/caniuse-lite/data/features/clipboard.js +0 -1
- package/node_modules/caniuse-lite/data/features/colr-v1.js +0 -1
- package/node_modules/caniuse-lite/data/features/colr.js +0 -1
- package/node_modules/caniuse-lite/data/features/comparedocumentposition.js +0 -1
- package/node_modules/caniuse-lite/data/features/console-basic.js +0 -1
- package/node_modules/caniuse-lite/data/features/console-time.js +0 -1
- package/node_modules/caniuse-lite/data/features/const.js +0 -1
- package/node_modules/caniuse-lite/data/features/constraint-validation.js +0 -1
- package/node_modules/caniuse-lite/data/features/contenteditable.js +0 -1
- package/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +0 -1
- package/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +0 -1
- package/node_modules/caniuse-lite/data/features/cookie-store-api.js +0 -1
- package/node_modules/caniuse-lite/data/features/cors.js +0 -1
- package/node_modules/caniuse-lite/data/features/createimagebitmap.js +0 -1
- package/node_modules/caniuse-lite/data/features/credential-management.js +0 -1
- package/node_modules/caniuse-lite/data/features/cryptography.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-all.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-animation.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-any-link.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-appearance.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-at-counter-style.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-autofill.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-background-offsets.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-boxshadow.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-canvas.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-caret-color.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-cascade-layers.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-cascade-scope.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-case-insensitive.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-clip-path.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-color-adjust.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-color-function.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-conic-gradients.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-container-queries-style.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-container-queries.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-container-query-units.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-containment.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-content-visibility.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-counters.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-crisp-edges.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-cross-fade.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-default-pseudo.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-display-contents.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-element-function.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-env-function.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-exclusions.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-featurequeries.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-file-selector-button.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-filter-function.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-filters.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-first-letter.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-first-line.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-fixed.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-focus-visible.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-focus-within.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-font-palette.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-font-stretch.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-gencontent.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-gradients.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-grid-animation.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-grid.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-has.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-hyphens.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-image-orientation.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-image-set.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-initial-letter.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-initial-value.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-lch-lab.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-letter-spacing.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-line-clamp.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-logical-props.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-masks.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-math-functions.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-media-interaction.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-media-resolution.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-media-scripting.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-mediaqueries.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-mixblendmode.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-motion-paths.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-namespaces.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-nesting.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-not-sel-list.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-nth-child-of.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-opacity.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-overflow.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-page-break.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-paged-media.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-paint-api.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-placeholder.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-read-only-write.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-reflections.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-regions.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-relative-colors.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-resize.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-revert-value.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-scroll-timeline.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-scrollbar.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-sel2.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-sel3.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-selection.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-shapes.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-snappoints.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-sticky.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-subgrid.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-supports-api.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-table.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-text-align-last.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-text-box-trim.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-text-indent.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-text-justify.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-text-orientation.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-text-spacing.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-textshadow.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-touch-action.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-transitions.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-unset-value.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-variables.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-when-else.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-widows-orphans.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-width-stretch.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-writing-mode.js +0 -1
- package/node_modules/caniuse-lite/data/features/css-zoom.js +0 -1
- package/node_modules/caniuse-lite/data/features/css3-attr.js +0 -1
- package/node_modules/caniuse-lite/data/features/css3-boxsizing.js +0 -1
- package/node_modules/caniuse-lite/data/features/css3-colors.js +0 -1
- package/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +0 -1
- package/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +0 -1
- package/node_modules/caniuse-lite/data/features/css3-cursors.js +0 -1
- package/node_modules/caniuse-lite/data/features/css3-tabsize.js +0 -1
- package/node_modules/caniuse-lite/data/features/currentcolor.js +0 -1
- package/node_modules/caniuse-lite/data/features/custom-elements.js +0 -1
- package/node_modules/caniuse-lite/data/features/custom-elementsv1.js +0 -1
- package/node_modules/caniuse-lite/data/features/customevent.js +0 -1
- package/node_modules/caniuse-lite/data/features/datalist.js +0 -1
- package/node_modules/caniuse-lite/data/features/dataset.js +0 -1
- package/node_modules/caniuse-lite/data/features/datauri.js +0 -1
- package/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +0 -1
- package/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +0 -1
- package/node_modules/caniuse-lite/data/features/decorators.js +0 -1
- package/node_modules/caniuse-lite/data/features/details.js +0 -1
- package/node_modules/caniuse-lite/data/features/deviceorientation.js +0 -1
- package/node_modules/caniuse-lite/data/features/devicepixelratio.js +0 -1
- package/node_modules/caniuse-lite/data/features/dialog.js +0 -1
- package/node_modules/caniuse-lite/data/features/dispatchevent.js +0 -1
- package/node_modules/caniuse-lite/data/features/dnssec.js +0 -1
- package/node_modules/caniuse-lite/data/features/do-not-track.js +0 -1
- package/node_modules/caniuse-lite/data/features/document-currentscript.js +0 -1
- package/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +0 -1
- package/node_modules/caniuse-lite/data/features/document-execcommand.js +0 -1
- package/node_modules/caniuse-lite/data/features/document-policy.js +0 -1
- package/node_modules/caniuse-lite/data/features/document-scrollingelement.js +0 -1
- package/node_modules/caniuse-lite/data/features/documenthead.js +0 -1
- package/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +0 -1
- package/node_modules/caniuse-lite/data/features/dom-range.js +0 -1
- package/node_modules/caniuse-lite/data/features/domcontentloaded.js +0 -1
- package/node_modules/caniuse-lite/data/features/dommatrix.js +0 -1
- package/node_modules/caniuse-lite/data/features/download.js +0 -1
- package/node_modules/caniuse-lite/data/features/dragndrop.js +0 -1
- package/node_modules/caniuse-lite/data/features/element-closest.js +0 -1
- package/node_modules/caniuse-lite/data/features/element-from-point.js +0 -1
- package/node_modules/caniuse-lite/data/features/element-scroll-methods.js +0 -1
- package/node_modules/caniuse-lite/data/features/eme.js +0 -1
- package/node_modules/caniuse-lite/data/features/eot.js +0 -1
- package/node_modules/caniuse-lite/data/features/es5.js +0 -1
- package/node_modules/caniuse-lite/data/features/es6-class.js +0 -1
- package/node_modules/caniuse-lite/data/features/es6-generators.js +0 -1
- package/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +0 -1
- package/node_modules/caniuse-lite/data/features/es6-module.js +0 -1
- package/node_modules/caniuse-lite/data/features/es6-number.js +0 -1
- package/node_modules/caniuse-lite/data/features/es6-string-includes.js +0 -1
- package/node_modules/caniuse-lite/data/features/es6.js +0 -1
- package/node_modules/caniuse-lite/data/features/eventsource.js +0 -1
- package/node_modules/caniuse-lite/data/features/extended-system-fonts.js +0 -1
- package/node_modules/caniuse-lite/data/features/feature-policy.js +0 -1
- package/node_modules/caniuse-lite/data/features/fetch.js +0 -1
- package/node_modules/caniuse-lite/data/features/fieldset-disabled.js +0 -1
- package/node_modules/caniuse-lite/data/features/fileapi.js +0 -1
- package/node_modules/caniuse-lite/data/features/filereader.js +0 -1
- package/node_modules/caniuse-lite/data/features/filereadersync.js +0 -1
- package/node_modules/caniuse-lite/data/features/filesystem.js +0 -1
- package/node_modules/caniuse-lite/data/features/flac.js +0 -1
- package/node_modules/caniuse-lite/data/features/flexbox-gap.js +0 -1
- package/node_modules/caniuse-lite/data/features/flexbox.js +0 -1
- package/node_modules/caniuse-lite/data/features/flow-root.js +0 -1
- package/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +0 -1
- package/node_modules/caniuse-lite/data/features/font-family-system-ui.js +0 -1
- package/node_modules/caniuse-lite/data/features/font-feature.js +0 -1
- package/node_modules/caniuse-lite/data/features/font-kerning.js +0 -1
- package/node_modules/caniuse-lite/data/features/font-loading.js +0 -1
- package/node_modules/caniuse-lite/data/features/font-size-adjust.js +0 -1
- package/node_modules/caniuse-lite/data/features/font-smooth.js +0 -1
- package/node_modules/caniuse-lite/data/features/font-unicode-range.js +0 -1
- package/node_modules/caniuse-lite/data/features/font-variant-alternates.js +0 -1
- package/node_modules/caniuse-lite/data/features/font-variant-numeric.js +0 -1
- package/node_modules/caniuse-lite/data/features/fontface.js +0 -1
- package/node_modules/caniuse-lite/data/features/form-attribute.js +0 -1
- package/node_modules/caniuse-lite/data/features/form-submit-attributes.js +0 -1
- package/node_modules/caniuse-lite/data/features/form-validation.js +0 -1
- package/node_modules/caniuse-lite/data/features/forms.js +0 -1
- package/node_modules/caniuse-lite/data/features/fullscreen.js +0 -1
- package/node_modules/caniuse-lite/data/features/gamepad.js +0 -1
- package/node_modules/caniuse-lite/data/features/geolocation.js +0 -1
- package/node_modules/caniuse-lite/data/features/getboundingclientrect.js +0 -1
- package/node_modules/caniuse-lite/data/features/getcomputedstyle.js +0 -1
- package/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +0 -1
- package/node_modules/caniuse-lite/data/features/getrandomvalues.js +0 -1
- package/node_modules/caniuse-lite/data/features/gyroscope.js +0 -1
- package/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +0 -1
- package/node_modules/caniuse-lite/data/features/hashchange.js +0 -1
- package/node_modules/caniuse-lite/data/features/heif.js +0 -1
- package/node_modules/caniuse-lite/data/features/hevc.js +0 -1
- package/node_modules/caniuse-lite/data/features/hidden.js +0 -1
- package/node_modules/caniuse-lite/data/features/high-resolution-time.js +0 -1
- package/node_modules/caniuse-lite/data/features/history.js +0 -1
- package/node_modules/caniuse-lite/data/features/html-media-capture.js +0 -1
- package/node_modules/caniuse-lite/data/features/html5semantic.js +0 -1
- package/node_modules/caniuse-lite/data/features/http-live-streaming.js +0 -1
- package/node_modules/caniuse-lite/data/features/http2.js +0 -1
- package/node_modules/caniuse-lite/data/features/http3.js +0 -1
- package/node_modules/caniuse-lite/data/features/iframe-sandbox.js +0 -1
- package/node_modules/caniuse-lite/data/features/iframe-seamless.js +0 -1
- package/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +0 -1
- package/node_modules/caniuse-lite/data/features/imagecapture.js +0 -1
- package/node_modules/caniuse-lite/data/features/ime.js +0 -1
- package/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +0 -1
- package/node_modules/caniuse-lite/data/features/import-maps.js +0 -1
- package/node_modules/caniuse-lite/data/features/imports.js +0 -1
- package/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +0 -1
- package/node_modules/caniuse-lite/data/features/indexeddb.js +0 -1
- package/node_modules/caniuse-lite/data/features/indexeddb2.js +0 -1
- package/node_modules/caniuse-lite/data/features/inline-block.js +0 -1
- package/node_modules/caniuse-lite/data/features/innertext.js +0 -1
- package/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +0 -1
- package/node_modules/caniuse-lite/data/features/input-color.js +0 -1
- package/node_modules/caniuse-lite/data/features/input-datetime.js +0 -1
- package/node_modules/caniuse-lite/data/features/input-email-tel-url.js +0 -1
- package/node_modules/caniuse-lite/data/features/input-event.js +0 -1
- package/node_modules/caniuse-lite/data/features/input-file-accept.js +0 -1
- package/node_modules/caniuse-lite/data/features/input-file-directory.js +0 -1
- package/node_modules/caniuse-lite/data/features/input-file-multiple.js +0 -1
- package/node_modules/caniuse-lite/data/features/input-inputmode.js +0 -1
- package/node_modules/caniuse-lite/data/features/input-minlength.js +0 -1
- package/node_modules/caniuse-lite/data/features/input-number.js +0 -1
- package/node_modules/caniuse-lite/data/features/input-pattern.js +0 -1
- package/node_modules/caniuse-lite/data/features/input-placeholder.js +0 -1
- package/node_modules/caniuse-lite/data/features/input-range.js +0 -1
- package/node_modules/caniuse-lite/data/features/input-search.js +0 -1
- package/node_modules/caniuse-lite/data/features/input-selection.js +0 -1
- package/node_modules/caniuse-lite/data/features/insert-adjacent.js +0 -1
- package/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +0 -1
- package/node_modules/caniuse-lite/data/features/internationalization.js +0 -1
- package/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +0 -1
- package/node_modules/caniuse-lite/data/features/intersectionobserver.js +0 -1
- package/node_modules/caniuse-lite/data/features/intl-pluralrules.js +0 -1
- package/node_modules/caniuse-lite/data/features/intrinsic-width.js +0 -1
- package/node_modules/caniuse-lite/data/features/jpeg2000.js +0 -1
- package/node_modules/caniuse-lite/data/features/jpegxl.js +0 -1
- package/node_modules/caniuse-lite/data/features/jpegxr.js +0 -1
- package/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +0 -1
- package/node_modules/caniuse-lite/data/features/json.js +0 -1
- package/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +0 -1
- package/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +0 -1
- package/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +0 -1
- package/node_modules/caniuse-lite/data/features/keyboardevent-code.js +0 -1
- package/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +0 -1
- package/node_modules/caniuse-lite/data/features/keyboardevent-key.js +0 -1
- package/node_modules/caniuse-lite/data/features/keyboardevent-location.js +0 -1
- package/node_modules/caniuse-lite/data/features/keyboardevent-which.js +0 -1
- package/node_modules/caniuse-lite/data/features/lazyload.js +0 -1
- package/node_modules/caniuse-lite/data/features/let.js +0 -1
- package/node_modules/caniuse-lite/data/features/link-icon-png.js +0 -1
- package/node_modules/caniuse-lite/data/features/link-icon-svg.js +0 -1
- package/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +0 -1
- package/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +0 -1
- package/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +0 -1
- package/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +0 -1
- package/node_modules/caniuse-lite/data/features/link-rel-preload.js +0 -1
- package/node_modules/caniuse-lite/data/features/link-rel-prerender.js +0 -1
- package/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +0 -1
- package/node_modules/caniuse-lite/data/features/localecompare.js +0 -1
- package/node_modules/caniuse-lite/data/features/magnetometer.js +0 -1
- package/node_modules/caniuse-lite/data/features/matchesselector.js +0 -1
- package/node_modules/caniuse-lite/data/features/matchmedia.js +0 -1
- package/node_modules/caniuse-lite/data/features/mathml.js +0 -1
- package/node_modules/caniuse-lite/data/features/maxlength.js +0 -1
- package/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +0 -1
- package/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +0 -1
- package/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +0 -1
- package/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +0 -1
- package/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +0 -1
- package/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +0 -1
- package/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +0 -1
- package/node_modules/caniuse-lite/data/features/media-fragments.js +0 -1
- package/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +0 -1
- package/node_modules/caniuse-lite/data/features/mediarecorder.js +0 -1
- package/node_modules/caniuse-lite/data/features/mediasource.js +0 -1
- package/node_modules/caniuse-lite/data/features/menu.js +0 -1
- package/node_modules/caniuse-lite/data/features/meta-theme-color.js +0 -1
- package/node_modules/caniuse-lite/data/features/meter.js +0 -1
- package/node_modules/caniuse-lite/data/features/midi.js +0 -1
- package/node_modules/caniuse-lite/data/features/minmaxwh.js +0 -1
- package/node_modules/caniuse-lite/data/features/mp3.js +0 -1
- package/node_modules/caniuse-lite/data/features/mpeg-dash.js +0 -1
- package/node_modules/caniuse-lite/data/features/mpeg4.js +0 -1
- package/node_modules/caniuse-lite/data/features/multibackgrounds.js +0 -1
- package/node_modules/caniuse-lite/data/features/multicolumn.js +0 -1
- package/node_modules/caniuse-lite/data/features/mutation-events.js +0 -1
- package/node_modules/caniuse-lite/data/features/mutationobserver.js +0 -1
- package/node_modules/caniuse-lite/data/features/namevalue-storage.js +0 -1
- package/node_modules/caniuse-lite/data/features/native-filesystem-api.js +0 -1
- package/node_modules/caniuse-lite/data/features/nav-timing.js +0 -1
- package/node_modules/caniuse-lite/data/features/netinfo.js +0 -1
- package/node_modules/caniuse-lite/data/features/notifications.js +0 -1
- package/node_modules/caniuse-lite/data/features/object-entries.js +0 -1
- package/node_modules/caniuse-lite/data/features/object-fit.js +0 -1
- package/node_modules/caniuse-lite/data/features/object-observe.js +0 -1
- package/node_modules/caniuse-lite/data/features/object-values.js +0 -1
- package/node_modules/caniuse-lite/data/features/objectrtc.js +0 -1
- package/node_modules/caniuse-lite/data/features/offline-apps.js +0 -1
- package/node_modules/caniuse-lite/data/features/offscreencanvas.js +0 -1
- package/node_modules/caniuse-lite/data/features/ogg-vorbis.js +0 -1
- package/node_modules/caniuse-lite/data/features/ogv.js +0 -1
- package/node_modules/caniuse-lite/data/features/ol-reversed.js +0 -1
- package/node_modules/caniuse-lite/data/features/once-event-listener.js +0 -1
- package/node_modules/caniuse-lite/data/features/online-status.js +0 -1
- package/node_modules/caniuse-lite/data/features/opus.js +0 -1
- package/node_modules/caniuse-lite/data/features/orientation-sensor.js +0 -1
- package/node_modules/caniuse-lite/data/features/outline.js +0 -1
- package/node_modules/caniuse-lite/data/features/pad-start-end.js +0 -1
- package/node_modules/caniuse-lite/data/features/page-transition-events.js +0 -1
- package/node_modules/caniuse-lite/data/features/pagevisibility.js +0 -1
- package/node_modules/caniuse-lite/data/features/passive-event-listener.js +0 -1
- package/node_modules/caniuse-lite/data/features/passkeys.js +0 -1
- package/node_modules/caniuse-lite/data/features/passwordrules.js +0 -1
- package/node_modules/caniuse-lite/data/features/path2d.js +0 -1
- package/node_modules/caniuse-lite/data/features/payment-request.js +0 -1
- package/node_modules/caniuse-lite/data/features/pdf-viewer.js +0 -1
- package/node_modules/caniuse-lite/data/features/permissions-api.js +0 -1
- package/node_modules/caniuse-lite/data/features/permissions-policy.js +0 -1
- package/node_modules/caniuse-lite/data/features/picture-in-picture.js +0 -1
- package/node_modules/caniuse-lite/data/features/picture.js +0 -1
- package/node_modules/caniuse-lite/data/features/ping.js +0 -1
- package/node_modules/caniuse-lite/data/features/png-alpha.js +0 -1
- package/node_modules/caniuse-lite/data/features/pointer-events.js +0 -1
- package/node_modules/caniuse-lite/data/features/pointer.js +0 -1
- package/node_modules/caniuse-lite/data/features/pointerlock.js +0 -1
- package/node_modules/caniuse-lite/data/features/portals.js +0 -1
- package/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +0 -1
- package/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +0 -1
- package/node_modules/caniuse-lite/data/features/progress.js +0 -1
- package/node_modules/caniuse-lite/data/features/promise-finally.js +0 -1
- package/node_modules/caniuse-lite/data/features/promises.js +0 -1
- package/node_modules/caniuse-lite/data/features/proximity.js +0 -1
- package/node_modules/caniuse-lite/data/features/proxy.js +0 -1
- package/node_modules/caniuse-lite/data/features/publickeypinning.js +0 -1
- package/node_modules/caniuse-lite/data/features/push-api.js +0 -1
- package/node_modules/caniuse-lite/data/features/queryselector.js +0 -1
- package/node_modules/caniuse-lite/data/features/readonly-attr.js +0 -1
- package/node_modules/caniuse-lite/data/features/referrer-policy.js +0 -1
- package/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +0 -1
- package/node_modules/caniuse-lite/data/features/rel-noopener.js +0 -1
- package/node_modules/caniuse-lite/data/features/rel-noreferrer.js +0 -1
- package/node_modules/caniuse-lite/data/features/rellist.js +0 -1
- package/node_modules/caniuse-lite/data/features/rem.js +0 -1
- package/node_modules/caniuse-lite/data/features/requestanimationframe.js +0 -1
- package/node_modules/caniuse-lite/data/features/requestidlecallback.js +0 -1
- package/node_modules/caniuse-lite/data/features/resizeobserver.js +0 -1
- package/node_modules/caniuse-lite/data/features/resource-timing.js +0 -1
- package/node_modules/caniuse-lite/data/features/rest-parameters.js +0 -1
- package/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +0 -1
- package/node_modules/caniuse-lite/data/features/ruby.js +0 -1
- package/node_modules/caniuse-lite/data/features/run-in.js +0 -1
- package/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +0 -1
- package/node_modules/caniuse-lite/data/features/screen-orientation.js +0 -1
- package/node_modules/caniuse-lite/data/features/script-async.js +0 -1
- package/node_modules/caniuse-lite/data/features/script-defer.js +0 -1
- package/node_modules/caniuse-lite/data/features/scrollintoview.js +0 -1
- package/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +0 -1
- package/node_modules/caniuse-lite/data/features/sdch.js +0 -1
- package/node_modules/caniuse-lite/data/features/selection-api.js +0 -1
- package/node_modules/caniuse-lite/data/features/server-timing.js +0 -1
- package/node_modules/caniuse-lite/data/features/serviceworkers.js +0 -1
- package/node_modules/caniuse-lite/data/features/setimmediate.js +0 -1
- package/node_modules/caniuse-lite/data/features/shadowdom.js +0 -1
- package/node_modules/caniuse-lite/data/features/shadowdomv1.js +0 -1
- package/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +0 -1
- package/node_modules/caniuse-lite/data/features/sharedworkers.js +0 -1
- package/node_modules/caniuse-lite/data/features/sni.js +0 -1
- package/node_modules/caniuse-lite/data/features/spdy.js +0 -1
- package/node_modules/caniuse-lite/data/features/speech-recognition.js +0 -1
- package/node_modules/caniuse-lite/data/features/speech-synthesis.js +0 -1
- package/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +0 -1
- package/node_modules/caniuse-lite/data/features/sql-storage.js +0 -1
- package/node_modules/caniuse-lite/data/features/srcset.js +0 -1
- package/node_modules/caniuse-lite/data/features/stream.js +0 -1
- package/node_modules/caniuse-lite/data/features/streams.js +0 -1
- package/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +0 -1
- package/node_modules/caniuse-lite/data/features/style-scoped.js +0 -1
- package/node_modules/caniuse-lite/data/features/subresource-bundling.js +0 -1
- package/node_modules/caniuse-lite/data/features/subresource-integrity.js +0 -1
- package/node_modules/caniuse-lite/data/features/svg-css.js +0 -1
- package/node_modules/caniuse-lite/data/features/svg-filters.js +0 -1
- package/node_modules/caniuse-lite/data/features/svg-fonts.js +0 -1
- package/node_modules/caniuse-lite/data/features/svg-fragment.js +0 -1
- package/node_modules/caniuse-lite/data/features/svg-html.js +0 -1
- package/node_modules/caniuse-lite/data/features/svg-html5.js +0 -1
- package/node_modules/caniuse-lite/data/features/svg-img.js +0 -1
- package/node_modules/caniuse-lite/data/features/svg-smil.js +0 -1
- package/node_modules/caniuse-lite/data/features/svg.js +0 -1
- package/node_modules/caniuse-lite/data/features/sxg.js +0 -1
- package/node_modules/caniuse-lite/data/features/tabindex-attr.js +0 -1
- package/node_modules/caniuse-lite/data/features/template-literals.js +0 -1
- package/node_modules/caniuse-lite/data/features/template.js +0 -1
- package/node_modules/caniuse-lite/data/features/temporal.js +0 -1
- package/node_modules/caniuse-lite/data/features/testfeat.js +0 -1
- package/node_modules/caniuse-lite/data/features/text-decoration.js +0 -1
- package/node_modules/caniuse-lite/data/features/text-emphasis.js +0 -1
- package/node_modules/caniuse-lite/data/features/text-overflow.js +0 -1
- package/node_modules/caniuse-lite/data/features/text-size-adjust.js +0 -1
- package/node_modules/caniuse-lite/data/features/text-stroke.js +0 -1
- package/node_modules/caniuse-lite/data/features/textcontent.js +0 -1
- package/node_modules/caniuse-lite/data/features/textencoder.js +0 -1
- package/node_modules/caniuse-lite/data/features/tls1-1.js +0 -1
- package/node_modules/caniuse-lite/data/features/tls1-2.js +0 -1
- package/node_modules/caniuse-lite/data/features/tls1-3.js +0 -1
- package/node_modules/caniuse-lite/data/features/touch.js +0 -1
- package/node_modules/caniuse-lite/data/features/transforms2d.js +0 -1
- package/node_modules/caniuse-lite/data/features/transforms3d.js +0 -1
- package/node_modules/caniuse-lite/data/features/trusted-types.js +0 -1
- package/node_modules/caniuse-lite/data/features/ttf.js +0 -1
- package/node_modules/caniuse-lite/data/features/typedarrays.js +0 -1
- package/node_modules/caniuse-lite/data/features/u2f.js +0 -1
- package/node_modules/caniuse-lite/data/features/unhandledrejection.js +0 -1
- package/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +0 -1
- package/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +0 -1
- package/node_modules/caniuse-lite/data/features/url.js +0 -1
- package/node_modules/caniuse-lite/data/features/urlsearchparams.js +0 -1
- package/node_modules/caniuse-lite/data/features/use-strict.js +0 -1
- package/node_modules/caniuse-lite/data/features/user-select-none.js +0 -1
- package/node_modules/caniuse-lite/data/features/user-timing.js +0 -1
- package/node_modules/caniuse-lite/data/features/variable-fonts.js +0 -1
- package/node_modules/caniuse-lite/data/features/vector-effect.js +0 -1
- package/node_modules/caniuse-lite/data/features/vibration.js +0 -1
- package/node_modules/caniuse-lite/data/features/video.js +0 -1
- package/node_modules/caniuse-lite/data/features/videotracks.js +0 -1
- package/node_modules/caniuse-lite/data/features/view-transitions.js +0 -1
- package/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +0 -1
- package/node_modules/caniuse-lite/data/features/viewport-units.js +0 -1
- package/node_modules/caniuse-lite/data/features/wai-aria.js +0 -1
- package/node_modules/caniuse-lite/data/features/wake-lock.js +0 -1
- package/node_modules/caniuse-lite/data/features/wasm.js +0 -1
- package/node_modules/caniuse-lite/data/features/wav.js +0 -1
- package/node_modules/caniuse-lite/data/features/wbr-element.js +0 -1
- package/node_modules/caniuse-lite/data/features/web-animation.js +0 -1
- package/node_modules/caniuse-lite/data/features/web-app-manifest.js +0 -1
- package/node_modules/caniuse-lite/data/features/web-bluetooth.js +0 -1
- package/node_modules/caniuse-lite/data/features/web-serial.js +0 -1
- package/node_modules/caniuse-lite/data/features/web-share.js +0 -1
- package/node_modules/caniuse-lite/data/features/webauthn.js +0 -1
- package/node_modules/caniuse-lite/data/features/webcodecs.js +0 -1
- package/node_modules/caniuse-lite/data/features/webgl.js +0 -1
- package/node_modules/caniuse-lite/data/features/webgl2.js +0 -1
- package/node_modules/caniuse-lite/data/features/webgpu.js +0 -1
- package/node_modules/caniuse-lite/data/features/webhid.js +0 -1
- package/node_modules/caniuse-lite/data/features/webkit-user-drag.js +0 -1
- package/node_modules/caniuse-lite/data/features/webm.js +0 -1
- package/node_modules/caniuse-lite/data/features/webnfc.js +0 -1
- package/node_modules/caniuse-lite/data/features/webp.js +0 -1
- package/node_modules/caniuse-lite/data/features/websockets.js +0 -1
- package/node_modules/caniuse-lite/data/features/webtransport.js +0 -1
- package/node_modules/caniuse-lite/data/features/webusb.js +0 -1
- package/node_modules/caniuse-lite/data/features/webvr.js +0 -1
- package/node_modules/caniuse-lite/data/features/webvtt.js +0 -1
- package/node_modules/caniuse-lite/data/features/webworkers.js +0 -1
- package/node_modules/caniuse-lite/data/features/webxr.js +0 -1
- package/node_modules/caniuse-lite/data/features/will-change.js +0 -1
- package/node_modules/caniuse-lite/data/features/woff.js +0 -1
- package/node_modules/caniuse-lite/data/features/woff2.js +0 -1
- package/node_modules/caniuse-lite/data/features/word-break.js +0 -1
- package/node_modules/caniuse-lite/data/features/wordwrap.js +0 -1
- package/node_modules/caniuse-lite/data/features/x-doc-messaging.js +0 -1
- package/node_modules/caniuse-lite/data/features/x-frame-options.js +0 -1
- package/node_modules/caniuse-lite/data/features/xhr2.js +0 -1
- package/node_modules/caniuse-lite/data/features/xhtml.js +0 -1
- package/node_modules/caniuse-lite/data/features/xhtmlsmil.js +0 -1
- package/node_modules/caniuse-lite/data/features/xml-serializer.js +0 -1
- package/node_modules/caniuse-lite/data/features/zstd.js +0 -1
- package/node_modules/caniuse-lite/data/features.js +0 -1
- package/node_modules/caniuse-lite/data/regions/AD.js +0 -1
- package/node_modules/caniuse-lite/data/regions/AE.js +0 -1
- package/node_modules/caniuse-lite/data/regions/AF.js +0 -1
- package/node_modules/caniuse-lite/data/regions/AG.js +0 -1
- package/node_modules/caniuse-lite/data/regions/AI.js +0 -1
- package/node_modules/caniuse-lite/data/regions/AL.js +0 -1
- package/node_modules/caniuse-lite/data/regions/AM.js +0 -1
- package/node_modules/caniuse-lite/data/regions/AO.js +0 -1
- package/node_modules/caniuse-lite/data/regions/AR.js +0 -1
- package/node_modules/caniuse-lite/data/regions/AS.js +0 -1
- package/node_modules/caniuse-lite/data/regions/AT.js +0 -1
- package/node_modules/caniuse-lite/data/regions/AU.js +0 -1
- package/node_modules/caniuse-lite/data/regions/AW.js +0 -1
- package/node_modules/caniuse-lite/data/regions/AX.js +0 -1
- package/node_modules/caniuse-lite/data/regions/AZ.js +0 -1
- package/node_modules/caniuse-lite/data/regions/BA.js +0 -1
- package/node_modules/caniuse-lite/data/regions/BB.js +0 -1
- package/node_modules/caniuse-lite/data/regions/BD.js +0 -1
- package/node_modules/caniuse-lite/data/regions/BE.js +0 -1
- package/node_modules/caniuse-lite/data/regions/BF.js +0 -1
- package/node_modules/caniuse-lite/data/regions/BG.js +0 -1
- package/node_modules/caniuse-lite/data/regions/BH.js +0 -1
- package/node_modules/caniuse-lite/data/regions/BI.js +0 -1
- package/node_modules/caniuse-lite/data/regions/BJ.js +0 -1
- package/node_modules/caniuse-lite/data/regions/BM.js +0 -1
- package/node_modules/caniuse-lite/data/regions/BN.js +0 -1
- package/node_modules/caniuse-lite/data/regions/BO.js +0 -1
- package/node_modules/caniuse-lite/data/regions/BR.js +0 -1
- package/node_modules/caniuse-lite/data/regions/BS.js +0 -1
- package/node_modules/caniuse-lite/data/regions/BT.js +0 -1
- package/node_modules/caniuse-lite/data/regions/BW.js +0 -1
- package/node_modules/caniuse-lite/data/regions/BY.js +0 -1
- package/node_modules/caniuse-lite/data/regions/BZ.js +0 -1
- package/node_modules/caniuse-lite/data/regions/CA.js +0 -1
- package/node_modules/caniuse-lite/data/regions/CD.js +0 -1
- package/node_modules/caniuse-lite/data/regions/CF.js +0 -1
- package/node_modules/caniuse-lite/data/regions/CG.js +0 -1
- package/node_modules/caniuse-lite/data/regions/CH.js +0 -1
- package/node_modules/caniuse-lite/data/regions/CI.js +0 -1
- package/node_modules/caniuse-lite/data/regions/CK.js +0 -1
- package/node_modules/caniuse-lite/data/regions/CL.js +0 -1
- package/node_modules/caniuse-lite/data/regions/CM.js +0 -1
- package/node_modules/caniuse-lite/data/regions/CN.js +0 -1
- package/node_modules/caniuse-lite/data/regions/CO.js +0 -1
- package/node_modules/caniuse-lite/data/regions/CR.js +0 -1
- package/node_modules/caniuse-lite/data/regions/CU.js +0 -1
- package/node_modules/caniuse-lite/data/regions/CV.js +0 -1
- package/node_modules/caniuse-lite/data/regions/CX.js +0 -1
- package/node_modules/caniuse-lite/data/regions/CY.js +0 -1
- package/node_modules/caniuse-lite/data/regions/CZ.js +0 -1
- package/node_modules/caniuse-lite/data/regions/DE.js +0 -1
- package/node_modules/caniuse-lite/data/regions/DJ.js +0 -1
- package/node_modules/caniuse-lite/data/regions/DK.js +0 -1
- package/node_modules/caniuse-lite/data/regions/DM.js +0 -1
- package/node_modules/caniuse-lite/data/regions/DO.js +0 -1
- package/node_modules/caniuse-lite/data/regions/DZ.js +0 -1
- package/node_modules/caniuse-lite/data/regions/EC.js +0 -1
- package/node_modules/caniuse-lite/data/regions/EE.js +0 -1
- package/node_modules/caniuse-lite/data/regions/EG.js +0 -1
- package/node_modules/caniuse-lite/data/regions/ER.js +0 -1
- package/node_modules/caniuse-lite/data/regions/ES.js +0 -1
- package/node_modules/caniuse-lite/data/regions/ET.js +0 -1
- package/node_modules/caniuse-lite/data/regions/FI.js +0 -1
- package/node_modules/caniuse-lite/data/regions/FJ.js +0 -1
- package/node_modules/caniuse-lite/data/regions/FK.js +0 -1
- package/node_modules/caniuse-lite/data/regions/FM.js +0 -1
- package/node_modules/caniuse-lite/data/regions/FO.js +0 -1
- package/node_modules/caniuse-lite/data/regions/FR.js +0 -1
- package/node_modules/caniuse-lite/data/regions/GA.js +0 -1
- package/node_modules/caniuse-lite/data/regions/GB.js +0 -1
- package/node_modules/caniuse-lite/data/regions/GD.js +0 -1
- package/node_modules/caniuse-lite/data/regions/GE.js +0 -1
- package/node_modules/caniuse-lite/data/regions/GF.js +0 -1
- package/node_modules/caniuse-lite/data/regions/GG.js +0 -1
- package/node_modules/caniuse-lite/data/regions/GH.js +0 -1
- package/node_modules/caniuse-lite/data/regions/GI.js +0 -1
- package/node_modules/caniuse-lite/data/regions/GL.js +0 -1
- package/node_modules/caniuse-lite/data/regions/GM.js +0 -1
- package/node_modules/caniuse-lite/data/regions/GN.js +0 -1
- package/node_modules/caniuse-lite/data/regions/GP.js +0 -1
- package/node_modules/caniuse-lite/data/regions/GQ.js +0 -1
- package/node_modules/caniuse-lite/data/regions/GR.js +0 -1
- package/node_modules/caniuse-lite/data/regions/GT.js +0 -1
- package/node_modules/caniuse-lite/data/regions/GU.js +0 -1
- package/node_modules/caniuse-lite/data/regions/GW.js +0 -1
- package/node_modules/caniuse-lite/data/regions/GY.js +0 -1
- package/node_modules/caniuse-lite/data/regions/HK.js +0 -1
- package/node_modules/caniuse-lite/data/regions/HN.js +0 -1
- package/node_modules/caniuse-lite/data/regions/HR.js +0 -1
- package/node_modules/caniuse-lite/data/regions/HT.js +0 -1
- package/node_modules/caniuse-lite/data/regions/HU.js +0 -1
- package/node_modules/caniuse-lite/data/regions/ID.js +0 -1
- package/node_modules/caniuse-lite/data/regions/IE.js +0 -1
- package/node_modules/caniuse-lite/data/regions/IL.js +0 -1
- package/node_modules/caniuse-lite/data/regions/IM.js +0 -1
- package/node_modules/caniuse-lite/data/regions/IN.js +0 -1
- package/node_modules/caniuse-lite/data/regions/IQ.js +0 -1
- package/node_modules/caniuse-lite/data/regions/IR.js +0 -1
- package/node_modules/caniuse-lite/data/regions/IS.js +0 -1
- package/node_modules/caniuse-lite/data/regions/IT.js +0 -1
- package/node_modules/caniuse-lite/data/regions/JE.js +0 -1
- package/node_modules/caniuse-lite/data/regions/JM.js +0 -1
- package/node_modules/caniuse-lite/data/regions/JO.js +0 -1
- package/node_modules/caniuse-lite/data/regions/JP.js +0 -1
- package/node_modules/caniuse-lite/data/regions/KE.js +0 -1
- package/node_modules/caniuse-lite/data/regions/KG.js +0 -1
- package/node_modules/caniuse-lite/data/regions/KH.js +0 -1
- package/node_modules/caniuse-lite/data/regions/KI.js +0 -1
- package/node_modules/caniuse-lite/data/regions/KM.js +0 -1
- package/node_modules/caniuse-lite/data/regions/KN.js +0 -1
- package/node_modules/caniuse-lite/data/regions/KP.js +0 -1
- package/node_modules/caniuse-lite/data/regions/KR.js +0 -1
- package/node_modules/caniuse-lite/data/regions/KW.js +0 -1
- package/node_modules/caniuse-lite/data/regions/KY.js +0 -1
- package/node_modules/caniuse-lite/data/regions/KZ.js +0 -1
- package/node_modules/caniuse-lite/data/regions/LA.js +0 -1
- package/node_modules/caniuse-lite/data/regions/LB.js +0 -1
- package/node_modules/caniuse-lite/data/regions/LC.js +0 -1
- package/node_modules/caniuse-lite/data/regions/LI.js +0 -1
- package/node_modules/caniuse-lite/data/regions/LK.js +0 -1
- package/node_modules/caniuse-lite/data/regions/LR.js +0 -1
- package/node_modules/caniuse-lite/data/regions/LS.js +0 -1
- package/node_modules/caniuse-lite/data/regions/LT.js +0 -1
- package/node_modules/caniuse-lite/data/regions/LU.js +0 -1
- package/node_modules/caniuse-lite/data/regions/LV.js +0 -1
- package/node_modules/caniuse-lite/data/regions/LY.js +0 -1
- package/node_modules/caniuse-lite/data/regions/MA.js +0 -1
- package/node_modules/caniuse-lite/data/regions/MC.js +0 -1
- package/node_modules/caniuse-lite/data/regions/MD.js +0 -1
- package/node_modules/caniuse-lite/data/regions/ME.js +0 -1
- package/node_modules/caniuse-lite/data/regions/MG.js +0 -1
- package/node_modules/caniuse-lite/data/regions/MH.js +0 -1
- package/node_modules/caniuse-lite/data/regions/MK.js +0 -1
- package/node_modules/caniuse-lite/data/regions/ML.js +0 -1
- package/node_modules/caniuse-lite/data/regions/MM.js +0 -1
- package/node_modules/caniuse-lite/data/regions/MN.js +0 -1
- package/node_modules/caniuse-lite/data/regions/MO.js +0 -1
- package/node_modules/caniuse-lite/data/regions/MP.js +0 -1
- package/node_modules/caniuse-lite/data/regions/MQ.js +0 -1
- package/node_modules/caniuse-lite/data/regions/MR.js +0 -1
- package/node_modules/caniuse-lite/data/regions/MS.js +0 -1
- package/node_modules/caniuse-lite/data/regions/MT.js +0 -1
- package/node_modules/caniuse-lite/data/regions/MU.js +0 -1
- package/node_modules/caniuse-lite/data/regions/MV.js +0 -1
- package/node_modules/caniuse-lite/data/regions/MW.js +0 -1
- package/node_modules/caniuse-lite/data/regions/MX.js +0 -1
- package/node_modules/caniuse-lite/data/regions/MY.js +0 -1
- package/node_modules/caniuse-lite/data/regions/MZ.js +0 -1
- package/node_modules/caniuse-lite/data/regions/NA.js +0 -1
- package/node_modules/caniuse-lite/data/regions/NC.js +0 -1
- package/node_modules/caniuse-lite/data/regions/NE.js +0 -1
- package/node_modules/caniuse-lite/data/regions/NF.js +0 -1
- package/node_modules/caniuse-lite/data/regions/NG.js +0 -1
- package/node_modules/caniuse-lite/data/regions/NI.js +0 -1
- package/node_modules/caniuse-lite/data/regions/NL.js +0 -1
- package/node_modules/caniuse-lite/data/regions/NO.js +0 -1
- package/node_modules/caniuse-lite/data/regions/NP.js +0 -1
- package/node_modules/caniuse-lite/data/regions/NR.js +0 -1
- package/node_modules/caniuse-lite/data/regions/NU.js +0 -1
- package/node_modules/caniuse-lite/data/regions/NZ.js +0 -1
- package/node_modules/caniuse-lite/data/regions/OM.js +0 -1
- package/node_modules/caniuse-lite/data/regions/PA.js +0 -1
- package/node_modules/caniuse-lite/data/regions/PE.js +0 -1
- package/node_modules/caniuse-lite/data/regions/PF.js +0 -1
- package/node_modules/caniuse-lite/data/regions/PG.js +0 -1
- package/node_modules/caniuse-lite/data/regions/PH.js +0 -1
- package/node_modules/caniuse-lite/data/regions/PK.js +0 -1
- package/node_modules/caniuse-lite/data/regions/PL.js +0 -1
- package/node_modules/caniuse-lite/data/regions/PM.js +0 -1
- package/node_modules/caniuse-lite/data/regions/PN.js +0 -1
- package/node_modules/caniuse-lite/data/regions/PR.js +0 -1
- package/node_modules/caniuse-lite/data/regions/PS.js +0 -1
- package/node_modules/caniuse-lite/data/regions/PT.js +0 -1
- package/node_modules/caniuse-lite/data/regions/PW.js +0 -1
- package/node_modules/caniuse-lite/data/regions/PY.js +0 -1
- package/node_modules/caniuse-lite/data/regions/QA.js +0 -1
- package/node_modules/caniuse-lite/data/regions/RE.js +0 -1
- package/node_modules/caniuse-lite/data/regions/RO.js +0 -1
- package/node_modules/caniuse-lite/data/regions/RS.js +0 -1
- package/node_modules/caniuse-lite/data/regions/RU.js +0 -1
- package/node_modules/caniuse-lite/data/regions/RW.js +0 -1
- package/node_modules/caniuse-lite/data/regions/SA.js +0 -1
- package/node_modules/caniuse-lite/data/regions/SB.js +0 -1
- package/node_modules/caniuse-lite/data/regions/SC.js +0 -1
- package/node_modules/caniuse-lite/data/regions/SD.js +0 -1
- package/node_modules/caniuse-lite/data/regions/SE.js +0 -1
- package/node_modules/caniuse-lite/data/regions/SG.js +0 -1
- package/node_modules/caniuse-lite/data/regions/SH.js +0 -1
- package/node_modules/caniuse-lite/data/regions/SI.js +0 -1
- package/node_modules/caniuse-lite/data/regions/SK.js +0 -1
- package/node_modules/caniuse-lite/data/regions/SL.js +0 -1
- package/node_modules/caniuse-lite/data/regions/SM.js +0 -1
- package/node_modules/caniuse-lite/data/regions/SN.js +0 -1
- package/node_modules/caniuse-lite/data/regions/SO.js +0 -1
- package/node_modules/caniuse-lite/data/regions/SR.js +0 -1
- package/node_modules/caniuse-lite/data/regions/ST.js +0 -1
- package/node_modules/caniuse-lite/data/regions/SV.js +0 -1
- package/node_modules/caniuse-lite/data/regions/SY.js +0 -1
- package/node_modules/caniuse-lite/data/regions/SZ.js +0 -1
- package/node_modules/caniuse-lite/data/regions/TC.js +0 -1
- package/node_modules/caniuse-lite/data/regions/TD.js +0 -1
- package/node_modules/caniuse-lite/data/regions/TG.js +0 -1
- package/node_modules/caniuse-lite/data/regions/TH.js +0 -1
- package/node_modules/caniuse-lite/data/regions/TJ.js +0 -1
- package/node_modules/caniuse-lite/data/regions/TK.js +0 -1
- package/node_modules/caniuse-lite/data/regions/TL.js +0 -1
- package/node_modules/caniuse-lite/data/regions/TM.js +0 -1
- package/node_modules/caniuse-lite/data/regions/TN.js +0 -1
- package/node_modules/caniuse-lite/data/regions/TO.js +0 -1
- package/node_modules/caniuse-lite/data/regions/TR.js +0 -1
- package/node_modules/caniuse-lite/data/regions/TT.js +0 -1
- package/node_modules/caniuse-lite/data/regions/TV.js +0 -1
- package/node_modules/caniuse-lite/data/regions/TW.js +0 -1
- package/node_modules/caniuse-lite/data/regions/TZ.js +0 -1
- package/node_modules/caniuse-lite/data/regions/UA.js +0 -1
- package/node_modules/caniuse-lite/data/regions/UG.js +0 -1
- package/node_modules/caniuse-lite/data/regions/US.js +0 -1
- package/node_modules/caniuse-lite/data/regions/UY.js +0 -1
- package/node_modules/caniuse-lite/data/regions/UZ.js +0 -1
- package/node_modules/caniuse-lite/data/regions/VA.js +0 -1
- package/node_modules/caniuse-lite/data/regions/VC.js +0 -1
- package/node_modules/caniuse-lite/data/regions/VE.js +0 -1
- package/node_modules/caniuse-lite/data/regions/VG.js +0 -1
- package/node_modules/caniuse-lite/data/regions/VI.js +0 -1
- package/node_modules/caniuse-lite/data/regions/VN.js +0 -1
- package/node_modules/caniuse-lite/data/regions/VU.js +0 -1
- package/node_modules/caniuse-lite/data/regions/WF.js +0 -1
- package/node_modules/caniuse-lite/data/regions/WS.js +0 -1
- package/node_modules/caniuse-lite/data/regions/YE.js +0 -1
- package/node_modules/caniuse-lite/data/regions/YT.js +0 -1
- package/node_modules/caniuse-lite/data/regions/ZA.js +0 -1
- package/node_modules/caniuse-lite/data/regions/ZM.js +0 -1
- package/node_modules/caniuse-lite/data/regions/ZW.js +0 -1
- package/node_modules/caniuse-lite/data/regions/alt-af.js +0 -1
- package/node_modules/caniuse-lite/data/regions/alt-an.js +0 -1
- package/node_modules/caniuse-lite/data/regions/alt-as.js +0 -1
- package/node_modules/caniuse-lite/data/regions/alt-eu.js +0 -1
- package/node_modules/caniuse-lite/data/regions/alt-na.js +0 -1
- package/node_modules/caniuse-lite/data/regions/alt-oc.js +0 -1
- package/node_modules/caniuse-lite/data/regions/alt-sa.js +0 -1
- package/node_modules/caniuse-lite/data/regions/alt-ww.js +0 -1
- package/node_modules/caniuse-lite/dist/lib/statuses.js +0 -9
- package/node_modules/caniuse-lite/dist/lib/supported.js +0 -9
- package/node_modules/caniuse-lite/dist/unpacker/agents.js +0 -47
- package/node_modules/caniuse-lite/dist/unpacker/browserVersions.js +0 -1
- package/node_modules/caniuse-lite/dist/unpacker/browsers.js +0 -1
- package/node_modules/caniuse-lite/dist/unpacker/feature.js +0 -48
- package/node_modules/caniuse-lite/dist/unpacker/features.js +0 -6
- package/node_modules/caniuse-lite/dist/unpacker/index.js +0 -4
- package/node_modules/caniuse-lite/dist/unpacker/region.js +0 -22
- package/node_modules/caniuse-lite/package.json +0 -34
- package/node_modules/chalk/index.js +0 -228
- package/node_modules/chalk/index.js.flow +0 -93
- package/node_modules/chalk/license +0 -9
- package/node_modules/chalk/package.json +0 -71
- package/node_modules/chalk/readme.md +0 -314
- package/node_modules/chalk/templates.js +0 -128
- package/node_modules/chalk/types/index.d.ts +0 -97
- package/node_modules/clean-stack/index.d.ts +0 -47
- package/node_modules/clean-stack/index.js +0 -40
- package/node_modules/clean-stack/license +0 -9
- package/node_modules/clean-stack/package.json +0 -39
- package/node_modules/clean-stack/readme.md +0 -76
- package/node_modules/cliui/CHANGELOG.md +0 -76
- package/node_modules/cliui/LICENSE.txt +0 -14
- package/node_modules/cliui/README.md +0 -115
- package/node_modules/cliui/index.js +0 -354
- package/node_modules/cliui/package.json +0 -65
- package/node_modules/color-convert/CHANGELOG.md +0 -54
- package/node_modules/color-convert/LICENSE +0 -21
- package/node_modules/color-convert/README.md +0 -68
- package/node_modules/color-convert/conversions.js +0 -868
- package/node_modules/color-convert/index.js +0 -78
- package/node_modules/color-convert/package.json +0 -46
- package/node_modules/color-convert/route.js +0 -97
- package/node_modules/color-name/.eslintrc.json +0 -43
- package/node_modules/color-name/.npmignore +0 -107
- package/node_modules/color-name/LICENSE +0 -8
- package/node_modules/color-name/README.md +0 -11
- package/node_modules/color-name/index.js +0 -152
- package/node_modules/color-name/package.json +0 -25
- package/node_modules/color-name/test.js +0 -7
- package/node_modules/commondir/LICENSE +0 -24
- package/node_modules/commondir/example/dir.js +0 -3
- package/node_modules/commondir/index.js +0 -29
- package/node_modules/commondir/package.json +0 -34
- package/node_modules/commondir/readme.markdown +0 -48
- package/node_modules/commondir/test/dirs.js +0 -55
- package/node_modules/concat-map/.travis.yml +0 -4
- package/node_modules/concat-map/LICENSE +0 -18
- package/node_modules/concat-map/README.markdown +0 -62
- package/node_modules/concat-map/example/map.js +0 -6
- package/node_modules/concat-map/index.js +0 -13
- package/node_modules/concat-map/package.json +0 -43
- package/node_modules/concat-map/test/map.js +0 -39
- package/node_modules/convert-source-map/LICENSE +0 -23
- package/node_modules/convert-source-map/README.md +0 -123
- package/node_modules/convert-source-map/index.js +0 -179
- package/node_modules/convert-source-map/package.json +0 -41
- package/node_modules/cross-spawn/CHANGELOG.md +0 -130
- package/node_modules/cross-spawn/LICENSE +0 -21
- package/node_modules/cross-spawn/README.md +0 -96
- package/node_modules/cross-spawn/index.js +0 -39
- package/node_modules/cross-spawn/lib/enoent.js +0 -59
- package/node_modules/cross-spawn/lib/parse.js +0 -91
- package/node_modules/cross-spawn/lib/util/escape.js +0 -45
- package/node_modules/cross-spawn/lib/util/readShebang.js +0 -23
- package/node_modules/cross-spawn/lib/util/resolveCommand.js +0 -52
- package/node_modules/cross-spawn/package.json +0 -73
- package/node_modules/debug/LICENSE +0 -20
- package/node_modules/debug/README.md +0 -481
- package/node_modules/debug/package.json +0 -59
- package/node_modules/debug/src/browser.js +0 -269
- package/node_modules/debug/src/common.js +0 -274
- package/node_modules/debug/src/index.js +0 -10
- package/node_modules/debug/src/node.js +0 -263
- package/node_modules/decamelize/index.js +0 -13
- package/node_modules/decamelize/license +0 -21
- package/node_modules/decamelize/package.json +0 -38
- package/node_modules/decamelize/readme.md +0 -48
- package/node_modules/default-require-extensions/js.js +0 -8
- package/node_modules/default-require-extensions/json.js +0 -14
- package/node_modules/default-require-extensions/license +0 -11
- package/node_modules/default-require-extensions/package.json +0 -43
- package/node_modules/default-require-extensions/readme.md +0 -27
- package/node_modules/electron-to-chromium/CHANGELOG.md +0 -14
- package/node_modules/electron-to-chromium/LICENSE +0 -5
- package/node_modules/electron-to-chromium/README.md +0 -186
- package/node_modules/electron-to-chromium/chromium-versions.js +0 -57
- package/node_modules/electron-to-chromium/chromium-versions.json +0 -1
- package/node_modules/electron-to-chromium/full-chromium-versions.js +0 -2726
- package/node_modules/electron-to-chromium/full-chromium-versions.json +0 -1
- package/node_modules/electron-to-chromium/full-versions.js +0 -1994
- package/node_modules/electron-to-chromium/full-versions.json +0 -1
- package/node_modules/electron-to-chromium/index.js +0 -36
- package/node_modules/electron-to-chromium/package.json +0 -44
- package/node_modules/electron-to-chromium/versions.js +0 -129
- package/node_modules/electron-to-chromium/versions.json +0 -1
- package/node_modules/emoji-regex/LICENSE-MIT.txt +0 -20
- package/node_modules/emoji-regex/README.md +0 -73
- package/node_modules/emoji-regex/es2015/index.js +0 -6
- package/node_modules/emoji-regex/es2015/text.js +0 -6
- package/node_modules/emoji-regex/index.d.ts +0 -23
- package/node_modules/emoji-regex/index.js +0 -6
- package/node_modules/emoji-regex/package.json +0 -50
- package/node_modules/emoji-regex/text.js +0 -6
- package/node_modules/es6-error/CHANGELOG.md +0 -26
- package/node_modules/es6-error/LICENSE.md +0 -21
- package/node_modules/es6-error/README.md +0 -59
- package/node_modules/es6-error/es6/index.js +0 -72
- package/node_modules/es6-error/lib/index.js +0 -79
- package/node_modules/es6-error/package.json +0 -48
- package/node_modules/es6-error/typings/index.d.ts +0 -1
- package/node_modules/escalade/dist/index.js +0 -22
- package/node_modules/escalade/dist/index.mjs +0 -22
- package/node_modules/escalade/index.d.ts +0 -3
- package/node_modules/escalade/license +0 -9
- package/node_modules/escalade/package.json +0 -61
- package/node_modules/escalade/readme.md +0 -211
- package/node_modules/escalade/sync/index.d.ts +0 -2
- package/node_modules/escalade/sync/index.js +0 -18
- package/node_modules/escalade/sync/index.mjs +0 -18
- package/node_modules/escape-string-regexp/index.js +0 -11
- package/node_modules/escape-string-regexp/license +0 -21
- package/node_modules/escape-string-regexp/package.json +0 -41
- package/node_modules/escape-string-regexp/readme.md +0 -27
- package/node_modules/esprima/ChangeLog +0 -235
- package/node_modules/esprima/LICENSE.BSD +0 -21
- package/node_modules/esprima/README.md +0 -46
- package/node_modules/esprima/bin/esparse.js +0 -139
- package/node_modules/esprima/bin/esvalidate.js +0 -236
- package/node_modules/esprima/dist/esprima.js +0 -6709
- package/node_modules/esprima/package.json +0 -112
- package/node_modules/fast-xml-parser/src/json2xml.js +0 -274
- package/node_modules/fast-xml-parser/src/nimndata.js +0 -144
- package/node_modules/fast-xml-parser/src/node2json.js +0 -42
- package/node_modules/fast-xml-parser/src/node2json_str.js +0 -63
- package/node_modules/fast-xml-parser/src/parser.d.ts +0 -79
- package/node_modules/fast-xml-parser/src/parser.js +0 -76
- package/node_modules/fast-xml-parser/src/xmlNode.js +0 -17
- package/node_modules/fast-xml-parser/src/xmlstr2xmlnode.js +0 -339
- package/node_modules/find-cache-dir/index.js +0 -67
- package/node_modules/find-cache-dir/license +0 -9
- package/node_modules/find-cache-dir/package.json +0 -44
- package/node_modules/find-cache-dir/readme.md +0 -123
- package/node_modules/find-up/index.d.ts +0 -137
- package/node_modules/find-up/index.js +0 -89
- package/node_modules/find-up/license +0 -9
- package/node_modules/find-up/package.json +0 -53
- package/node_modules/find-up/readme.md +0 -156
- package/node_modules/foreground-child/CHANGELOG.md +0 -99
- package/node_modules/foreground-child/LICENSE +0 -15
- package/node_modules/foreground-child/README.md +0 -62
- package/node_modules/foreground-child/changelog.sh +0 -10
- package/node_modules/foreground-child/index.js +0 -133
- package/node_modules/foreground-child/package.json +0 -40
- package/node_modules/fromentries/LICENSE +0 -20
- package/node_modules/fromentries/README.md +0 -70
- package/node_modules/fromentries/index.d.ts +0 -3
- package/node_modules/fromentries/index.js +0 -7
- package/node_modules/fromentries/package.json +0 -58
- package/node_modules/fs.realpath/LICENSE +0 -43
- package/node_modules/fs.realpath/README.md +0 -33
- package/node_modules/fs.realpath/index.js +0 -66
- package/node_modules/fs.realpath/old.js +0 -303
- package/node_modules/fs.realpath/package.json +0 -26
- package/node_modules/gensync/LICENSE +0 -7
- package/node_modules/gensync/README.md +0 -196
- package/node_modules/gensync/index.js +0 -373
- package/node_modules/gensync/index.js.flow +0 -32
- package/node_modules/gensync/package.json +0 -37
- package/node_modules/gensync/test/.babelrc +0 -5
- package/node_modules/gensync/test/index.test.js +0 -489
- package/node_modules/get-caller-file/LICENSE.md +0 -6
- package/node_modules/get-caller-file/README.md +0 -41
- package/node_modules/get-caller-file/index.d.ts +0 -2
- package/node_modules/get-caller-file/index.js +0 -22
- package/node_modules/get-caller-file/index.js.map +0 -1
- package/node_modules/get-caller-file/package.json +0 -42
- package/node_modules/get-package-type/CHANGELOG.md +0 -10
- package/node_modules/get-package-type/LICENSE +0 -21
- package/node_modules/get-package-type/README.md +0 -32
- package/node_modules/get-package-type/async.cjs +0 -52
- package/node_modules/get-package-type/cache.cjs +0 -3
- package/node_modules/get-package-type/index.cjs +0 -7
- package/node_modules/get-package-type/is-node-modules.cjs +0 -15
- package/node_modules/get-package-type/package.json +0 -35
- package/node_modules/get-package-type/sync.cjs +0 -42
- package/node_modules/glob/LICENSE +0 -21
- package/node_modules/glob/README.md +0 -378
- package/node_modules/glob/common.js +0 -238
- package/node_modules/glob/glob.js +0 -790
- package/node_modules/glob/package.json +0 -55
- package/node_modules/glob/sync.js +0 -486
- package/node_modules/globals/globals.json +0 -1563
- package/node_modules/globals/index.js +0 -2
- package/node_modules/globals/license +0 -9
- package/node_modules/globals/package.json +0 -41
- package/node_modules/globals/readme.md +0 -41
- package/node_modules/graceful-fs/LICENSE +0 -15
- package/node_modules/graceful-fs/README.md +0 -143
- package/node_modules/graceful-fs/clone.js +0 -23
- package/node_modules/graceful-fs/graceful-fs.js +0 -448
- package/node_modules/graceful-fs/legacy-streams.js +0 -118
- package/node_modules/graceful-fs/package.json +0 -53
- package/node_modules/graceful-fs/polyfills.js +0 -355
- package/node_modules/has-flag/index.js +0 -8
- package/node_modules/has-flag/license +0 -9
- package/node_modules/has-flag/package.json +0 -44
- package/node_modules/has-flag/readme.md +0 -70
- package/node_modules/hasha/index.d.ts +0 -167
- package/node_modules/hasha/index.js +0 -150
- package/node_modules/hasha/license +0 -9
- package/node_modules/hasha/package.json +0 -62
- package/node_modules/hasha/readme.md +0 -129
- package/node_modules/hasha/thread.js +0 -57
- package/node_modules/html-escaper/LICENSE.txt +0 -19
- package/node_modules/html-escaper/README.md +0 -97
- package/node_modules/html-escaper/cjs/index.js +0 -65
- package/node_modules/html-escaper/cjs/package.json +0 -1
- package/node_modules/html-escaper/esm/index.js +0 -62
- package/node_modules/html-escaper/index.js +0 -70
- package/node_modules/html-escaper/min.js +0 -1
- package/node_modules/html-escaper/package.json +0 -42
- package/node_modules/html-escaper/test/index.js +0 -23
- package/node_modules/html-escaper/test/package.json +0 -1
- package/node_modules/imurmurhash/README.md +0 -122
- package/node_modules/imurmurhash/imurmurhash.js +0 -138
- package/node_modules/imurmurhash/imurmurhash.min.js +0 -12
- package/node_modules/imurmurhash/package.json +0 -40
- package/node_modules/indent-string/index.d.ts +0 -42
- package/node_modules/indent-string/index.js +0 -35
- package/node_modules/indent-string/license +0 -9
- package/node_modules/indent-string/package.json +0 -37
- package/node_modules/indent-string/readme.md +0 -70
- package/node_modules/inflight/LICENSE +0 -15
- package/node_modules/inflight/README.md +0 -37
- package/node_modules/inflight/inflight.js +0 -54
- package/node_modules/inflight/package.json +0 -29
- package/node_modules/inherits/LICENSE +0 -16
- package/node_modules/inherits/README.md +0 -42
- package/node_modules/inherits/inherits.js +0 -9
- package/node_modules/inherits/inherits_browser.js +0 -27
- package/node_modules/inherits/package.json +0 -29
- package/node_modules/is-fullwidth-code-point/index.d.ts +0 -17
- package/node_modules/is-fullwidth-code-point/index.js +0 -50
- package/node_modules/is-fullwidth-code-point/license +0 -9
- package/node_modules/is-fullwidth-code-point/package.json +0 -42
- package/node_modules/is-fullwidth-code-point/readme.md +0 -39
- package/node_modules/is-stream/index.d.ts +0 -79
- package/node_modules/is-stream/index.js +0 -28
- package/node_modules/is-stream/license +0 -9
- package/node_modules/is-stream/package.json +0 -42
- package/node_modules/is-stream/readme.md +0 -60
- package/node_modules/is-typedarray/LICENSE.md +0 -18
- package/node_modules/is-typedarray/README.md +0 -16
- package/node_modules/is-typedarray/index.js +0 -41
- package/node_modules/is-typedarray/package.json +0 -30
- package/node_modules/is-typedarray/test.js +0 -34
- package/node_modules/is-windows/LICENSE +0 -21
- package/node_modules/is-windows/README.md +0 -95
- package/node_modules/is-windows/index.js +0 -27
- package/node_modules/is-windows/package.json +0 -71
- package/node_modules/isexe/.npmignore +0 -2
- package/node_modules/isexe/LICENSE +0 -15
- package/node_modules/isexe/README.md +0 -51
- package/node_modules/isexe/index.js +0 -57
- package/node_modules/isexe/mode.js +0 -41
- package/node_modules/isexe/package.json +0 -31
- package/node_modules/isexe/test/basic.js +0 -221
- package/node_modules/isexe/windows.js +0 -42
- package/node_modules/istanbul-lib-coverage/CHANGELOG.md +0 -193
- package/node_modules/istanbul-lib-coverage/LICENSE +0 -24
- package/node_modules/istanbul-lib-coverage/README.md +0 -29
- package/node_modules/istanbul-lib-coverage/index.js +0 -64
- package/node_modules/istanbul-lib-coverage/lib/coverage-map.js +0 -134
- package/node_modules/istanbul-lib-coverage/lib/coverage-summary.js +0 -112
- package/node_modules/istanbul-lib-coverage/lib/data-properties.js +0 -12
- package/node_modules/istanbul-lib-coverage/lib/file-coverage.js +0 -345
- package/node_modules/istanbul-lib-coverage/lib/percent.js +0 -15
- package/node_modules/istanbul-lib-coverage/package.json +0 -47
- package/node_modules/istanbul-lib-hook/CHANGELOG.md +0 -184
- package/node_modules/istanbul-lib-hook/LICENSE +0 -24
- package/node_modules/istanbul-lib-hook/README.md +0 -6
- package/node_modules/istanbul-lib-hook/index.js +0 -6
- package/node_modules/istanbul-lib-hook/lib/hook.js +0 -237
- package/node_modules/istanbul-lib-hook/package.json +0 -40
- package/node_modules/istanbul-lib-instrument/CHANGELOG.md +0 -571
- package/node_modules/istanbul-lib-instrument/LICENSE +0 -24
- package/node_modules/istanbul-lib-instrument/README.md +0 -21
- package/node_modules/istanbul-lib-instrument/dist/constants.js +0 -22
- package/node_modules/istanbul-lib-instrument/dist/index.js +0 -42
- package/node_modules/istanbul-lib-instrument/dist/instrumenter.js +0 -182
- package/node_modules/istanbul-lib-instrument/dist/read-coverage.js +0 -87
- package/node_modules/istanbul-lib-instrument/dist/source-coverage.js +0 -121
- package/node_modules/istanbul-lib-instrument/dist/visitor.js +0 -683
- package/node_modules/istanbul-lib-instrument/package.json +0 -54
- package/node_modules/istanbul-lib-processinfo/LICENSE +0 -15
- package/node_modules/istanbul-lib-processinfo/README.md +0 -188
- package/node_modules/istanbul-lib-processinfo/index.js +0 -347
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/CHANGELOG.md +0 -229
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/CONTRIBUTING.md +0 -18
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/LICENSE.md +0 -9
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/README.md +0 -505
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/bin/uuid +0 -2
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/esm-browser/index.js +0 -9
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/esm-browser/md5.js +0 -215
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/esm-browser/nil.js +0 -1
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/esm-browser/parse.js +0 -35
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/esm-browser/regex.js +0 -1
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/esm-browser/rng.js +0 -19
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/esm-browser/sha1.js +0 -96
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/esm-browser/stringify.js +0 -30
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/esm-browser/v1.js +0 -95
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/esm-browser/v3.js +0 -4
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/esm-browser/v35.js +0 -64
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/esm-browser/v4.js +0 -24
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/esm-browser/v5.js +0 -4
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/esm-browser/validate.js +0 -7
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/esm-browser/version.js +0 -11
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/esm-node/index.js +0 -9
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/esm-node/md5.js +0 -13
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/esm-node/nil.js +0 -1
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/esm-node/parse.js +0 -35
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/esm-node/regex.js +0 -1
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/esm-node/rng.js +0 -12
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/esm-node/sha1.js +0 -13
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/esm-node/stringify.js +0 -29
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/esm-node/v1.js +0 -95
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/esm-node/v3.js +0 -4
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/esm-node/v35.js +0 -64
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/esm-node/v4.js +0 -24
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/esm-node/v5.js +0 -4
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/esm-node/validate.js +0 -7
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/esm-node/version.js +0 -11
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/index.js +0 -79
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/md5-browser.js +0 -223
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/md5.js +0 -23
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/nil.js +0 -8
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/parse.js +0 -45
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/regex.js +0 -8
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/rng-browser.js +0 -26
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/rng.js +0 -24
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/sha1-browser.js +0 -104
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/sha1.js +0 -23
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/stringify.js +0 -39
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/umd/uuid.min.js +0 -1
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/umd/uuidNIL.min.js +0 -1
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/umd/uuidParse.min.js +0 -1
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/umd/uuidStringify.min.js +0 -1
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/umd/uuidValidate.min.js +0 -1
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/umd/uuidVersion.min.js +0 -1
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/umd/uuidv1.min.js +0 -1
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/umd/uuidv3.min.js +0 -1
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/umd/uuidv4.min.js +0 -1
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/umd/uuidv5.min.js +0 -1
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/uuid-bin.js +0 -85
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/v1.js +0 -107
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/v3.js +0 -16
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/v35.js +0 -78
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/v4.js +0 -37
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/v5.js +0 -16
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/validate.js +0 -17
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/dist/version.js +0 -21
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/package.json +0 -135
- package/node_modules/istanbul-lib-processinfo/node_modules/uuid/wrapper.mjs +0 -10
- package/node_modules/istanbul-lib-processinfo/package.json +0 -42
- package/node_modules/istanbul-lib-report/CHANGELOG.md +0 -192
- package/node_modules/istanbul-lib-report/LICENSE +0 -24
- package/node_modules/istanbul-lib-report/README.md +0 -43
- package/node_modules/istanbul-lib-report/index.js +0 -40
- package/node_modules/istanbul-lib-report/lib/context.js +0 -132
- package/node_modules/istanbul-lib-report/lib/file-writer.js +0 -189
- package/node_modules/istanbul-lib-report/lib/path.js +0 -169
- package/node_modules/istanbul-lib-report/lib/report-base.js +0 -16
- package/node_modules/istanbul-lib-report/lib/summarizer-factory.js +0 -284
- package/node_modules/istanbul-lib-report/lib/tree.js +0 -137
- package/node_modules/istanbul-lib-report/lib/watermarks.js +0 -15
- package/node_modules/istanbul-lib-report/lib/xml-writer.js +0 -90
- package/node_modules/istanbul-lib-report/node_modules/has-flag/index.d.ts +0 -39
- package/node_modules/istanbul-lib-report/node_modules/has-flag/index.js +0 -8
- package/node_modules/istanbul-lib-report/node_modules/has-flag/license +0 -9
- package/node_modules/istanbul-lib-report/node_modules/has-flag/package.json +0 -46
- package/node_modules/istanbul-lib-report/node_modules/has-flag/readme.md +0 -89
- package/node_modules/istanbul-lib-report/node_modules/lru-cache/LICENSE +0 -15
- package/node_modules/istanbul-lib-report/node_modules/lru-cache/README.md +0 -166
- package/node_modules/istanbul-lib-report/node_modules/lru-cache/index.js +0 -334
- package/node_modules/istanbul-lib-report/node_modules/lru-cache/package.json +0 -34
- package/node_modules/istanbul-lib-report/node_modules/make-dir/index.d.ts +0 -66
- package/node_modules/istanbul-lib-report/node_modules/make-dir/index.js +0 -155
- package/node_modules/istanbul-lib-report/node_modules/make-dir/license +0 -9
- package/node_modules/istanbul-lib-report/node_modules/make-dir/package.json +0 -63
- package/node_modules/istanbul-lib-report/node_modules/make-dir/readme.md +0 -125
- package/node_modules/istanbul-lib-report/node_modules/semver/LICENSE +0 -15
- package/node_modules/istanbul-lib-report/node_modules/semver/README.md +0 -637
- package/node_modules/istanbul-lib-report/node_modules/semver/bin/semver.js +0 -197
- package/node_modules/istanbul-lib-report/node_modules/semver/classes/comparator.js +0 -141
- package/node_modules/istanbul-lib-report/node_modules/semver/classes/index.js +0 -5
- package/node_modules/istanbul-lib-report/node_modules/semver/classes/range.js +0 -539
- package/node_modules/istanbul-lib-report/node_modules/semver/classes/semver.js +0 -302
- package/node_modules/istanbul-lib-report/node_modules/semver/functions/clean.js +0 -6
- package/node_modules/istanbul-lib-report/node_modules/semver/functions/cmp.js +0 -52
- package/node_modules/istanbul-lib-report/node_modules/semver/functions/coerce.js +0 -52
- package/node_modules/istanbul-lib-report/node_modules/semver/functions/compare-build.js +0 -7
- package/node_modules/istanbul-lib-report/node_modules/semver/functions/compare-loose.js +0 -3
- package/node_modules/istanbul-lib-report/node_modules/semver/functions/compare.js +0 -5
- package/node_modules/istanbul-lib-report/node_modules/semver/functions/diff.js +0 -65
- package/node_modules/istanbul-lib-report/node_modules/semver/functions/eq.js +0 -3
- package/node_modules/istanbul-lib-report/node_modules/semver/functions/gt.js +0 -3
- package/node_modules/istanbul-lib-report/node_modules/semver/functions/gte.js +0 -3
- package/node_modules/istanbul-lib-report/node_modules/semver/functions/inc.js +0 -19
- package/node_modules/istanbul-lib-report/node_modules/semver/functions/lt.js +0 -3
- package/node_modules/istanbul-lib-report/node_modules/semver/functions/lte.js +0 -3
- package/node_modules/istanbul-lib-report/node_modules/semver/functions/major.js +0 -3
- package/node_modules/istanbul-lib-report/node_modules/semver/functions/minor.js +0 -3
- package/node_modules/istanbul-lib-report/node_modules/semver/functions/neq.js +0 -3
- package/node_modules/istanbul-lib-report/node_modules/semver/functions/parse.js +0 -16
- package/node_modules/istanbul-lib-report/node_modules/semver/functions/patch.js +0 -3
- package/node_modules/istanbul-lib-report/node_modules/semver/functions/prerelease.js +0 -6
- package/node_modules/istanbul-lib-report/node_modules/semver/functions/rcompare.js +0 -3
- package/node_modules/istanbul-lib-report/node_modules/semver/functions/rsort.js +0 -3
- package/node_modules/istanbul-lib-report/node_modules/semver/functions/satisfies.js +0 -10
- package/node_modules/istanbul-lib-report/node_modules/semver/functions/sort.js +0 -3
- package/node_modules/istanbul-lib-report/node_modules/semver/functions/valid.js +0 -6
- package/node_modules/istanbul-lib-report/node_modules/semver/index.js +0 -89
- package/node_modules/istanbul-lib-report/node_modules/semver/internal/constants.js +0 -35
- package/node_modules/istanbul-lib-report/node_modules/semver/internal/debug.js +0 -9
- package/node_modules/istanbul-lib-report/node_modules/semver/internal/identifiers.js +0 -23
- package/node_modules/istanbul-lib-report/node_modules/semver/internal/parse-options.js +0 -15
- package/node_modules/istanbul-lib-report/node_modules/semver/internal/re.js +0 -212
- package/node_modules/istanbul-lib-report/node_modules/semver/package.json +0 -87
- package/node_modules/istanbul-lib-report/node_modules/semver/preload.js +0 -2
- package/node_modules/istanbul-lib-report/node_modules/semver/range.bnf +0 -16
- package/node_modules/istanbul-lib-report/node_modules/semver/ranges/gtr.js +0 -4
- package/node_modules/istanbul-lib-report/node_modules/semver/ranges/intersects.js +0 -7
- package/node_modules/istanbul-lib-report/node_modules/semver/ranges/ltr.js +0 -4
- package/node_modules/istanbul-lib-report/node_modules/semver/ranges/max-satisfying.js +0 -25
- package/node_modules/istanbul-lib-report/node_modules/semver/ranges/min-satisfying.js +0 -24
- package/node_modules/istanbul-lib-report/node_modules/semver/ranges/min-version.js +0 -61
- package/node_modules/istanbul-lib-report/node_modules/semver/ranges/outside.js +0 -80
- package/node_modules/istanbul-lib-report/node_modules/semver/ranges/simplify.js +0 -47
- package/node_modules/istanbul-lib-report/node_modules/semver/ranges/subset.js +0 -247
- package/node_modules/istanbul-lib-report/node_modules/semver/ranges/to-comparators.js +0 -8
- package/node_modules/istanbul-lib-report/node_modules/semver/ranges/valid.js +0 -11
- package/node_modules/istanbul-lib-report/node_modules/supports-color/browser.js +0 -5
- package/node_modules/istanbul-lib-report/node_modules/supports-color/index.js +0 -135
- package/node_modules/istanbul-lib-report/node_modules/supports-color/license +0 -9
- package/node_modules/istanbul-lib-report/node_modules/supports-color/package.json +0 -53
- package/node_modules/istanbul-lib-report/node_modules/supports-color/readme.md +0 -76
- package/node_modules/istanbul-lib-report/node_modules/yallist/LICENSE +0 -15
- package/node_modules/istanbul-lib-report/node_modules/yallist/README.md +0 -204
- package/node_modules/istanbul-lib-report/node_modules/yallist/iterator.js +0 -8
- package/node_modules/istanbul-lib-report/node_modules/yallist/package.json +0 -29
- package/node_modules/istanbul-lib-report/node_modules/yallist/yallist.js +0 -426
- package/node_modules/istanbul-lib-report/package.json +0 -44
- package/node_modules/istanbul-lib-source-maps/CHANGELOG.md +0 -295
- package/node_modules/istanbul-lib-source-maps/LICENSE +0 -24
- package/node_modules/istanbul-lib-source-maps/README.md +0 -11
- package/node_modules/istanbul-lib-source-maps/index.js +0 -15
- package/node_modules/istanbul-lib-source-maps/lib/get-mapping.js +0 -182
- package/node_modules/istanbul-lib-source-maps/lib/map-store.js +0 -226
- package/node_modules/istanbul-lib-source-maps/lib/mapped.js +0 -113
- package/node_modules/istanbul-lib-source-maps/lib/pathutils.js +0 -21
- package/node_modules/istanbul-lib-source-maps/lib/transform-utils.js +0 -21
- package/node_modules/istanbul-lib-source-maps/lib/transformer.js +0 -147
- package/node_modules/istanbul-lib-source-maps/package.json +0 -45
- package/node_modules/istanbul-reports/CHANGELOG.md +0 -457
- package/node_modules/istanbul-reports/LICENSE +0 -24
- package/node_modules/istanbul-reports/README.md +0 -13
- package/node_modules/istanbul-reports/index.js +0 -24
- package/node_modules/istanbul-reports/lib/clover/index.js +0 -163
- package/node_modules/istanbul-reports/lib/cobertura/index.js +0 -151
- package/node_modules/istanbul-reports/lib/html/annotator.js +0 -305
- package/node_modules/istanbul-reports/lib/html/assets/base.css +0 -224
- package/node_modules/istanbul-reports/lib/html/assets/block-navigation.js +0 -86
- package/node_modules/istanbul-reports/lib/html/assets/favicon.png +0 -0
- package/node_modules/istanbul-reports/lib/html/assets/sort-arrow-sprite.png +0 -0
- package/node_modules/istanbul-reports/lib/html/assets/sorter.js +0 -195
- package/node_modules/istanbul-reports/lib/html/assets/vendor/prettify.css +0 -1
- package/node_modules/istanbul-reports/lib/html/assets/vendor/prettify.js +0 -1
- package/node_modules/istanbul-reports/lib/html/index.js +0 -421
- package/node_modules/istanbul-reports/lib/html/insertion-text.js +0 -114
- package/node_modules/istanbul-reports/lib/html-spa/.babelrc +0 -3
- package/node_modules/istanbul-reports/lib/html-spa/assets/bundle.js +0 -30
- package/node_modules/istanbul-reports/lib/html-spa/assets/sort-arrow-sprite.png +0 -0
- package/node_modules/istanbul-reports/lib/html-spa/assets/spa.css +0 -298
- package/node_modules/istanbul-reports/lib/html-spa/index.js +0 -176
- package/node_modules/istanbul-reports/lib/html-spa/src/fileBreadcrumbs.js +0 -31
- package/node_modules/istanbul-reports/lib/html-spa/src/filterToggle.js +0 -50
- package/node_modules/istanbul-reports/lib/html-spa/src/flattenToggle.js +0 -25
- package/node_modules/istanbul-reports/lib/html-spa/src/getChildData.js +0 -155
- package/node_modules/istanbul-reports/lib/html-spa/src/index.js +0 -160
- package/node_modules/istanbul-reports/lib/html-spa/src/routing.js +0 -52
- package/node_modules/istanbul-reports/lib/html-spa/src/summaryHeader.js +0 -63
- package/node_modules/istanbul-reports/lib/html-spa/src/summaryTableHeader.js +0 -130
- package/node_modules/istanbul-reports/lib/html-spa/src/summaryTableLine.js +0 -159
- package/node_modules/istanbul-reports/lib/html-spa/webpack.config.js +0 -22
- package/node_modules/istanbul-reports/lib/json/index.js +0 -44
- package/node_modules/istanbul-reports/lib/json-summary/index.js +0 -56
- package/node_modules/istanbul-reports/lib/lcov/index.js +0 -33
- package/node_modules/istanbul-reports/lib/lcovonly/index.js +0 -77
- package/node_modules/istanbul-reports/lib/none/index.js +0 -10
- package/node_modules/istanbul-reports/lib/teamcity/index.js +0 -67
- package/node_modules/istanbul-reports/lib/text/index.js +0 -298
- package/node_modules/istanbul-reports/lib/text-lcov/index.js +0 -17
- package/node_modules/istanbul-reports/lib/text-summary/index.js +0 -62
- package/node_modules/istanbul-reports/package.json +0 -60
- package/node_modules/js-tokens/CHANGELOG.md +0 -151
- package/node_modules/js-tokens/LICENSE +0 -21
- package/node_modules/js-tokens/README.md +0 -240
- package/node_modules/js-tokens/index.js +0 -23
- package/node_modules/js-tokens/package.json +0 -30
- package/node_modules/js-yaml/CHANGELOG.md +0 -557
- package/node_modules/js-yaml/LICENSE +0 -21
- package/node_modules/js-yaml/README.md +0 -299
- package/node_modules/js-yaml/bin/js-yaml.js +0 -132
- package/node_modules/js-yaml/dist/js-yaml.js +0 -3989
- package/node_modules/js-yaml/dist/js-yaml.min.js +0 -1
- package/node_modules/js-yaml/index.js +0 -7
- package/node_modules/js-yaml/lib/js-yaml/common.js +0 -59
- package/node_modules/js-yaml/lib/js-yaml/dumper.js +0 -850
- package/node_modules/js-yaml/lib/js-yaml/exception.js +0 -43
- package/node_modules/js-yaml/lib/js-yaml/loader.js +0 -1644
- package/node_modules/js-yaml/lib/js-yaml/mark.js +0 -76
- package/node_modules/js-yaml/lib/js-yaml/schema/core.js +0 -18
- package/node_modules/js-yaml/lib/js-yaml/schema/default_full.js +0 -25
- package/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js +0 -28
- package/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js +0 -17
- package/node_modules/js-yaml/lib/js-yaml/schema/json.js +0 -25
- package/node_modules/js-yaml/lib/js-yaml/schema.js +0 -108
- package/node_modules/js-yaml/lib/js-yaml/type/binary.js +0 -138
- package/node_modules/js-yaml/lib/js-yaml/type/bool.js +0 -35
- package/node_modules/js-yaml/lib/js-yaml/type/float.js +0 -116
- package/node_modules/js-yaml/lib/js-yaml/type/int.js +0 -173
- package/node_modules/js-yaml/lib/js-yaml/type/js/function.js +0 -93
- package/node_modules/js-yaml/lib/js-yaml/type/js/regexp.js +0 -60
- package/node_modules/js-yaml/lib/js-yaml/type/js/undefined.js +0 -28
- package/node_modules/js-yaml/lib/js-yaml/type/map.js +0 -8
- package/node_modules/js-yaml/lib/js-yaml/type/merge.js +0 -12
- package/node_modules/js-yaml/lib/js-yaml/type/null.js +0 -34
- package/node_modules/js-yaml/lib/js-yaml/type/omap.js +0 -44
- package/node_modules/js-yaml/lib/js-yaml/type/pairs.js +0 -53
- package/node_modules/js-yaml/lib/js-yaml/type/seq.js +0 -8
- package/node_modules/js-yaml/lib/js-yaml/type/set.js +0 -29
- package/node_modules/js-yaml/lib/js-yaml/type/str.js +0 -8
- package/node_modules/js-yaml/lib/js-yaml/type/timestamp.js +0 -88
- package/node_modules/js-yaml/lib/js-yaml/type.js +0 -61
- package/node_modules/js-yaml/lib/js-yaml.js +0 -39
- package/node_modules/js-yaml/package.json +0 -49
- package/node_modules/jsesc/LICENSE-MIT.txt +0 -20
- package/node_modules/jsesc/README.md +0 -421
- package/node_modules/jsesc/bin/jsesc +0 -148
- package/node_modules/jsesc/jsesc.js +0 -329
- package/node_modules/jsesc/man/jsesc.1 +0 -94
- package/node_modules/jsesc/package.json +0 -54
- package/node_modules/json5/LICENSE.md +0 -23
- package/node_modules/json5/README.md +0 -282
- package/node_modules/json5/dist/index.js +0 -1737
- package/node_modules/json5/dist/index.min.js +0 -1
- package/node_modules/json5/dist/index.min.mjs +0 -1
- package/node_modules/json5/dist/index.mjs +0 -1426
- package/node_modules/json5/lib/cli.js +0 -152
- package/node_modules/json5/lib/index.d.ts +0 -4
- package/node_modules/json5/lib/index.js +0 -9
- package/node_modules/json5/lib/parse.d.ts +0 -15
- package/node_modules/json5/lib/parse.js +0 -1114
- package/node_modules/json5/lib/register.js +0 -13
- package/node_modules/json5/lib/require.js +0 -4
- package/node_modules/json5/lib/stringify.d.ts +0 -89
- package/node_modules/json5/lib/stringify.js +0 -261
- package/node_modules/json5/lib/unicode.d.ts +0 -3
- package/node_modules/json5/lib/unicode.js +0 -4
- package/node_modules/json5/lib/util.d.ts +0 -5
- package/node_modules/json5/lib/util.js +0 -35
- package/node_modules/json5/package.json +0 -72
- package/node_modules/locate-path/index.d.ts +0 -83
- package/node_modules/locate-path/index.js +0 -65
- package/node_modules/locate-path/license +0 -9
- package/node_modules/locate-path/package.json +0 -45
- package/node_modules/locate-path/readme.md +0 -122
- package/node_modules/lodash.flattendeep/LICENSE +0 -47
- package/node_modules/lodash.flattendeep/README.md +0 -18
- package/node_modules/lodash.flattendeep/index.js +0 -350
- package/node_modules/lodash.flattendeep/package.json +0 -17
- package/node_modules/lru-cache/LICENSE +0 -15
- package/node_modules/lru-cache/README.md +0 -166
- package/node_modules/lru-cache/index.js +0 -334
- package/node_modules/lru-cache/package.json +0 -32
- package/node_modules/make-dir/index.d.ts +0 -66
- package/node_modules/make-dir/index.js +0 -156
- package/node_modules/make-dir/license +0 -9
- package/node_modules/make-dir/package.json +0 -59
- package/node_modules/make-dir/readme.md +0 -125
- package/node_modules/minimatch/LICENSE +0 -15
- package/node_modules/minimatch/README.md +0 -230
- package/node_modules/minimatch/minimatch.js +0 -947
- package/node_modules/minimatch/package.json +0 -33
- package/node_modules/ms/index.js +0 -162
- package/node_modules/ms/license.md +0 -21
- package/node_modules/ms/package.json +0 -37
- package/node_modules/ms/readme.md +0 -60
- package/node_modules/node-preload/CHANGELOG.md +0 -61
- package/node_modules/node-preload/LICENSE +0 -21
- package/node_modules/node-preload/README.md +0 -47
- package/node_modules/node-preload/generate-require.js +0 -31
- package/node_modules/node-preload/hook-spawn.js +0 -21
- package/node_modules/node-preload/index.js +0 -5
- package/node_modules/node-preload/internal-preload-module.js +0 -25
- package/node_modules/node-preload/package.json +0 -50
- package/node_modules/node-preload/preload-list-env.js +0 -8
- package/node_modules/node-preload/preload-list.js +0 -15
- package/node_modules/node-preload/preload-path/node-preload.js +0 -11
- package/node_modules/node-preload/process-node-options.js +0 -16
- package/node_modules/node-releases/LICENSE +0 -21
- package/node_modules/node-releases/README.md +0 -12
- package/node_modules/node-releases/data/processed/envs.json +0 -1
- package/node_modules/node-releases/data/release-schedule/release-schedule.json +0 -1
- package/node_modules/node-releases/package.json +0 -19
- package/node_modules/nyc/CHANGELOG.md +0 -1017
- package/node_modules/nyc/LICENSE.txt +0 -16
- package/node_modules/nyc/README.md +0 -388
- package/node_modules/nyc/bin/nyc.js +0 -118
- package/node_modules/nyc/bin/wrap.js +0 -4
- package/node_modules/nyc/index.js +0 -546
- package/node_modules/nyc/lib/commands/check-coverage.js +0 -28
- package/node_modules/nyc/lib/commands/helpers.js +0 -74
- package/node_modules/nyc/lib/commands/instrument.js +0 -63
- package/node_modules/nyc/lib/commands/merge.js +0 -46
- package/node_modules/nyc/lib/commands/report.js +0 -30
- package/node_modules/nyc/lib/config-util.js +0 -65
- package/node_modules/nyc/lib/fs-promises.js +0 -51
- package/node_modules/nyc/lib/hash.js +0 -30
- package/node_modules/nyc/lib/instrumenters/istanbul.js +0 -44
- package/node_modules/nyc/lib/instrumenters/noop.js +0 -22
- package/node_modules/nyc/lib/process-args.js +0 -39
- package/node_modules/nyc/lib/register-env.js +0 -27
- package/node_modules/nyc/lib/source-maps.js +0 -84
- package/node_modules/nyc/lib/wrap.js +0 -28
- package/node_modules/nyc/package.json +0 -107
- package/node_modules/once/LICENSE +0 -15
- package/node_modules/once/README.md +0 -79
- package/node_modules/once/once.js +0 -42
- package/node_modules/once/package.json +0 -33
- package/node_modules/p-limit/index.d.ts +0 -38
- package/node_modules/p-limit/index.js +0 -57
- package/node_modules/p-limit/license +0 -9
- package/node_modules/p-limit/package.json +0 -52
- package/node_modules/p-limit/readme.md +0 -101
- package/node_modules/p-locate/index.d.ts +0 -64
- package/node_modules/p-locate/index.js +0 -52
- package/node_modules/p-locate/license +0 -9
- package/node_modules/p-locate/package.json +0 -53
- package/node_modules/p-locate/readme.md +0 -90
- package/node_modules/p-map/index.d.ts +0 -65
- package/node_modules/p-map/index.js +0 -81
- package/node_modules/p-map/license +0 -9
- package/node_modules/p-map/package.json +0 -52
- package/node_modules/p-map/readme.md +0 -99
- package/node_modules/p-try/index.d.ts +0 -39
- package/node_modules/p-try/index.js +0 -9
- package/node_modules/p-try/license +0 -9
- package/node_modules/p-try/package.json +0 -42
- package/node_modules/p-try/readme.md +0 -58
- package/node_modules/package-hash/LICENSE +0 -14
- package/node_modules/package-hash/README.md +0 -79
- package/node_modules/package-hash/index.js +0 -162
- package/node_modules/package-hash/package.json +0 -60
- package/node_modules/path-exists/index.d.ts +0 -28
- package/node_modules/path-exists/index.js +0 -23
- package/node_modules/path-exists/license +0 -9
- package/node_modules/path-exists/package.json +0 -39
- package/node_modules/path-exists/readme.md +0 -52
- package/node_modules/path-is-absolute/index.js +0 -20
- package/node_modules/path-is-absolute/license +0 -21
- package/node_modules/path-is-absolute/package.json +0 -43
- package/node_modules/path-is-absolute/readme.md +0 -59
- package/node_modules/path-key/index.d.ts +0 -40
- package/node_modules/path-key/index.js +0 -16
- package/node_modules/path-key/license +0 -9
- package/node_modules/path-key/package.json +0 -39
- package/node_modules/path-key/readme.md +0 -61
- package/node_modules/picocolors/LICENSE +0 -15
- package/node_modules/picocolors/README.md +0 -21
- package/node_modules/picocolors/package.json +0 -25
- package/node_modules/picocolors/picocolors.browser.js +0 -4
- package/node_modules/picocolors/picocolors.d.ts +0 -5
- package/node_modules/picocolors/picocolors.js +0 -58
- package/node_modules/picocolors/types.ts +0 -30
- package/node_modules/pkg-dir/index.d.ts +0 -44
- package/node_modules/pkg-dir/index.js +0 -17
- package/node_modules/pkg-dir/license +0 -9
- package/node_modules/pkg-dir/package.json +0 -56
- package/node_modules/pkg-dir/readme.md +0 -66
- package/node_modules/process-on-spawn/CHANGELOG.md +0 -10
- package/node_modules/process-on-spawn/LICENSE +0 -21
- package/node_modules/process-on-spawn/README.md +0 -64
- package/node_modules/process-on-spawn/index.js +0 -112
- package/node_modules/process-on-spawn/package.json +0 -34
- package/node_modules/release-zalgo/LICENSE +0 -14
- package/node_modules/release-zalgo/README.md +0 -194
- package/node_modules/release-zalgo/index.js +0 -9
- package/node_modules/release-zalgo/lib/Async.js +0 -21
- package/node_modules/release-zalgo/lib/Sync.js +0 -24
- package/node_modules/release-zalgo/lib/Thenable.js +0 -39
- package/node_modules/release-zalgo/lib/constants.js +0 -6
- package/node_modules/release-zalgo/lib/unwrapSync.js +0 -54
- package/node_modules/release-zalgo/package.json +0 -49
- package/node_modules/require-directory/.jshintrc +0 -67
- package/node_modules/require-directory/.npmignore +0 -1
- package/node_modules/require-directory/.travis.yml +0 -3
- package/node_modules/require-directory/LICENSE +0 -22
- package/node_modules/require-directory/README.markdown +0 -184
- package/node_modules/require-directory/index.js +0 -86
- package/node_modules/require-directory/package.json +0 -40
- package/node_modules/require-main-filename/CHANGELOG.md +0 -26
- package/node_modules/require-main-filename/LICENSE.txt +0 -14
- package/node_modules/require-main-filename/README.md +0 -26
- package/node_modules/require-main-filename/index.js +0 -18
- package/node_modules/require-main-filename/package.json +0 -35
- package/node_modules/resolve-from/index.d.ts +0 -31
- package/node_modules/resolve-from/index.js +0 -47
- package/node_modules/resolve-from/license +0 -9
- package/node_modules/resolve-from/package.json +0 -36
- package/node_modules/resolve-from/readme.md +0 -72
- package/node_modules/rimraf/CHANGELOG.md +0 -65
- package/node_modules/rimraf/LICENSE +0 -15
- package/node_modules/rimraf/README.md +0 -101
- package/node_modules/rimraf/bin.js +0 -68
- package/node_modules/rimraf/package.json +0 -32
- package/node_modules/rimraf/rimraf.js +0 -360
- package/node_modules/semver/LICENSE +0 -15
- package/node_modules/semver/README.md +0 -443
- package/node_modules/semver/bin/semver.js +0 -174
- package/node_modules/semver/package.json +0 -38
- package/node_modules/semver/range.bnf +0 -16
- package/node_modules/semver/semver.js +0 -1643
- package/node_modules/set-blocking/CHANGELOG.md +0 -26
- package/node_modules/set-blocking/LICENSE.txt +0 -14
- package/node_modules/set-blocking/README.md +0 -31
- package/node_modules/set-blocking/index.js +0 -7
- package/node_modules/set-blocking/package.json +0 -42
- package/node_modules/shebang-command/index.js +0 -19
- package/node_modules/shebang-command/license +0 -9
- package/node_modules/shebang-command/package.json +0 -34
- package/node_modules/shebang-command/readme.md +0 -34
- package/node_modules/shebang-regex/index.d.ts +0 -22
- package/node_modules/shebang-regex/index.js +0 -2
- package/node_modules/shebang-regex/license +0 -9
- package/node_modules/shebang-regex/package.json +0 -35
- package/node_modules/shebang-regex/readme.md +0 -33
- package/node_modules/signal-exit/LICENSE.txt +0 -16
- package/node_modules/signal-exit/README.md +0 -39
- package/node_modules/signal-exit/index.js +0 -202
- package/node_modules/signal-exit/package.json +0 -38
- package/node_modules/signal-exit/signals.js +0 -53
- package/node_modules/source-map/CHANGELOG.md +0 -301
- package/node_modules/source-map/LICENSE +0 -28
- package/node_modules/source-map/README.md +0 -742
- package/node_modules/source-map/dist/source-map.debug.js +0 -3234
- package/node_modules/source-map/dist/source-map.js +0 -3233
- package/node_modules/source-map/dist/source-map.min.js +0 -2
- package/node_modules/source-map/dist/source-map.min.js.map +0 -1
- package/node_modules/source-map/lib/array-set.js +0 -121
- package/node_modules/source-map/lib/base64-vlq.js +0 -140
- package/node_modules/source-map/lib/base64.js +0 -67
- package/node_modules/source-map/lib/binary-search.js +0 -111
- package/node_modules/source-map/lib/mapping-list.js +0 -79
- package/node_modules/source-map/lib/quick-sort.js +0 -114
- package/node_modules/source-map/lib/source-map-consumer.js +0 -1145
- package/node_modules/source-map/lib/source-map-generator.js +0 -425
- package/node_modules/source-map/lib/source-node.js +0 -413
- package/node_modules/source-map/lib/util.js +0 -488
- package/node_modules/source-map/package.json +0 -73
- package/node_modules/source-map/source-map.d.ts +0 -98
- package/node_modules/source-map/source-map.js +0 -8
- package/node_modules/spawn-wrap/CHANGELOG.md +0 -43
- package/node_modules/spawn-wrap/LICENSE +0 -15
- package/node_modules/spawn-wrap/README.md +0 -111
- package/node_modules/spawn-wrap/index.js +0 -165
- package/node_modules/spawn-wrap/lib/debug.js +0 -32
- package/node_modules/spawn-wrap/lib/exe-type.js +0 -53
- package/node_modules/spawn-wrap/lib/homedir.js +0 -5
- package/node_modules/spawn-wrap/lib/munge.js +0 -84
- package/node_modules/spawn-wrap/lib/mungers/cmd.js +0 -59
- package/node_modules/spawn-wrap/lib/mungers/env.js +0 -49
- package/node_modules/spawn-wrap/lib/mungers/node.js +0 -79
- package/node_modules/spawn-wrap/lib/mungers/npm.js +0 -32
- package/node_modules/spawn-wrap/lib/mungers/sh.js +0 -61
- package/node_modules/spawn-wrap/lib/mungers/shebang.js +0 -43
- package/node_modules/spawn-wrap/lib/which-or-undefined.js +0 -12
- package/node_modules/spawn-wrap/package.json +0 -45
- package/node_modules/spawn-wrap/shim.js +0 -156
- package/node_modules/sprintf-js/.npmignore +0 -1
- package/node_modules/sprintf-js/LICENSE +0 -24
- package/node_modules/sprintf-js/README.md +0 -88
- package/node_modules/sprintf-js/bower.json +0 -14
- package/node_modules/sprintf-js/demo/angular.html +0 -20
- package/node_modules/sprintf-js/dist/angular-sprintf.min.js +0 -4
- package/node_modules/sprintf-js/dist/angular-sprintf.min.js.map +0 -1
- package/node_modules/sprintf-js/dist/angular-sprintf.min.map +0 -1
- package/node_modules/sprintf-js/dist/sprintf.min.js +0 -4
- package/node_modules/sprintf-js/dist/sprintf.min.js.map +0 -1
- package/node_modules/sprintf-js/dist/sprintf.min.map +0 -1
- package/node_modules/sprintf-js/gruntfile.js +0 -36
- package/node_modules/sprintf-js/package.json +0 -22
- package/node_modules/sprintf-js/src/angular-sprintf.js +0 -18
- package/node_modules/sprintf-js/src/sprintf.js +0 -208
- package/node_modules/sprintf-js/test/test.js +0 -82
- package/node_modules/string-width/index.d.ts +0 -29
- package/node_modules/string-width/index.js +0 -47
- package/node_modules/string-width/license +0 -9
- package/node_modules/string-width/package.json +0 -56
- package/node_modules/string-width/readme.md +0 -50
- package/node_modules/strip-ansi/index.d.ts +0 -17
- package/node_modules/strip-ansi/index.js +0 -4
- package/node_modules/strip-ansi/license +0 -9
- package/node_modules/strip-ansi/package.json +0 -54
- package/node_modules/strip-ansi/readme.md +0 -46
- package/node_modules/strip-bom/index.d.ts +0 -14
- package/node_modules/strip-bom/index.js +0 -15
- package/node_modules/strip-bom/license +0 -9
- package/node_modules/strip-bom/package.json +0 -42
- package/node_modules/strip-bom/readme.md +0 -54
- package/node_modules/supports-color/browser.js +0 -5
- package/node_modules/supports-color/index.js +0 -131
- package/node_modules/supports-color/license +0 -9
- package/node_modules/supports-color/package.json +0 -53
- package/node_modules/supports-color/readme.md +0 -66
- package/node_modules/test-exclude/CHANGELOG.md +0 -352
- package/node_modules/test-exclude/LICENSE.txt +0 -14
- package/node_modules/test-exclude/README.md +0 -96
- package/node_modules/test-exclude/index.js +0 -161
- package/node_modules/test-exclude/is-outside-dir-posix.js +0 -7
- package/node_modules/test-exclude/is-outside-dir-win32.js +0 -10
- package/node_modules/test-exclude/is-outside-dir.js +0 -7
- package/node_modules/test-exclude/package.json +0 -45
- package/node_modules/to-fast-properties/index.js +0 -27
- package/node_modules/to-fast-properties/license +0 -10
- package/node_modules/to-fast-properties/package.json +0 -35
- package/node_modules/to-fast-properties/readme.md +0 -37
- package/node_modules/type-fest/index.d.ts +0 -20
- package/node_modules/type-fest/license +0 -9
- package/node_modules/type-fest/package.json +0 -51
- package/node_modules/type-fest/readme.md +0 -635
- package/node_modules/type-fest/source/basic.d.ts +0 -67
- package/node_modules/type-fest/source/except.d.ts +0 -22
- package/node_modules/type-fest/source/literal-union.d.ts +0 -33
- package/node_modules/type-fest/source/merge-exclusive.d.ts +0 -39
- package/node_modules/type-fest/source/merge.d.ts +0 -22
- package/node_modules/type-fest/source/mutable.d.ts +0 -22
- package/node_modules/type-fest/source/opaque.d.ts +0 -40
- package/node_modules/type-fest/source/package-json.d.ts +0 -501
- package/node_modules/type-fest/source/partial-deep.d.ts +0 -72
- package/node_modules/type-fest/source/promisable.d.ts +0 -23
- package/node_modules/type-fest/source/readonly-deep.d.ts +0 -59
- package/node_modules/type-fest/source/require-at-least-one.d.ts +0 -32
- package/node_modules/type-fest/source/require-exactly-one.d.ts +0 -36
- package/node_modules/type-fest/source/set-optional.d.ts +0 -32
- package/node_modules/type-fest/source/set-required.d.ts +0 -32
- package/node_modules/typedarray-to-buffer/.airtap.yml +0 -15
- package/node_modules/typedarray-to-buffer/.travis.yml +0 -11
- package/node_modules/typedarray-to-buffer/LICENSE +0 -21
- package/node_modules/typedarray-to-buffer/README.md +0 -85
- package/node_modules/typedarray-to-buffer/index.js +0 -25
- package/node_modules/typedarray-to-buffer/package.json +0 -50
- package/node_modules/typedarray-to-buffer/test/basic.js +0 -50
- package/node_modules/update-browserslist-db/LICENSE +0 -20
- package/node_modules/update-browserslist-db/README.md +0 -22
- package/node_modules/update-browserslist-db/check-npm-version.js +0 -16
- package/node_modules/update-browserslist-db/cli.js +0 -42
- package/node_modules/update-browserslist-db/index.d.ts +0 -6
- package/node_modules/update-browserslist-db/index.js +0 -317
- package/node_modules/update-browserslist-db/package.json +0 -40
- package/node_modules/update-browserslist-db/utils.js +0 -22
- package/node_modules/which/CHANGELOG.md +0 -166
- package/node_modules/which/LICENSE +0 -15
- package/node_modules/which/README.md +0 -54
- package/node_modules/which/bin/node-which +0 -52
- package/node_modules/which/package.json +0 -43
- package/node_modules/which/which.js +0 -125
- package/node_modules/which-module/LICENSE +0 -13
- package/node_modules/which-module/README.md +0 -58
- package/node_modules/which-module/index.js +0 -9
- package/node_modules/which-module/package.json +0 -41
- package/node_modules/wrap-ansi/index.js +0 -186
- package/node_modules/wrap-ansi/license +0 -9
- package/node_modules/wrap-ansi/node_modules/ansi-styles/index.d.ts +0 -345
- package/node_modules/wrap-ansi/node_modules/ansi-styles/index.js +0 -163
- package/node_modules/wrap-ansi/node_modules/ansi-styles/license +0 -9
- package/node_modules/wrap-ansi/node_modules/ansi-styles/package.json +0 -56
- package/node_modules/wrap-ansi/node_modules/ansi-styles/readme.md +0 -152
- package/node_modules/wrap-ansi/node_modules/color-convert/CHANGELOG.md +0 -54
- package/node_modules/wrap-ansi/node_modules/color-convert/LICENSE +0 -21
- package/node_modules/wrap-ansi/node_modules/color-convert/README.md +0 -68
- package/node_modules/wrap-ansi/node_modules/color-convert/conversions.js +0 -839
- package/node_modules/wrap-ansi/node_modules/color-convert/index.js +0 -81
- package/node_modules/wrap-ansi/node_modules/color-convert/package.json +0 -48
- package/node_modules/wrap-ansi/node_modules/color-convert/route.js +0 -97
- package/node_modules/wrap-ansi/node_modules/color-name/LICENSE +0 -8
- package/node_modules/wrap-ansi/node_modules/color-name/README.md +0 -11
- package/node_modules/wrap-ansi/node_modules/color-name/index.js +0 -152
- package/node_modules/wrap-ansi/node_modules/color-name/package.json +0 -28
- package/node_modules/wrap-ansi/package.json +0 -61
- package/node_modules/wrap-ansi/readme.md +0 -97
- package/node_modules/wrappy/LICENSE +0 -15
- package/node_modules/wrappy/README.md +0 -36
- package/node_modules/wrappy/package.json +0 -29
- package/node_modules/wrappy/wrappy.js +0 -33
- package/node_modules/write-file-atomic/CHANGELOG.md +0 -32
- package/node_modules/write-file-atomic/LICENSE +0 -6
- package/node_modules/write-file-atomic/README.md +0 -72
- package/node_modules/write-file-atomic/index.js +0 -259
- package/node_modules/write-file-atomic/package.json +0 -48
- package/node_modules/y18n/CHANGELOG.md +0 -35
- package/node_modules/y18n/LICENSE +0 -13
- package/node_modules/y18n/README.md +0 -109
- package/node_modules/y18n/index.js +0 -188
- package/node_modules/y18n/package.json +0 -39
- package/node_modules/yallist/LICENSE +0 -15
- package/node_modules/yallist/README.md +0 -204
- package/node_modules/yallist/iterator.js +0 -8
- package/node_modules/yallist/package.json +0 -29
- package/node_modules/yallist/yallist.js +0 -426
- package/node_modules/yargs/CHANGELOG.md +0 -420
- package/node_modules/yargs/LICENSE +0 -21
- package/node_modules/yargs/README.md +0 -140
- package/node_modules/yargs/build/lib/apply-extends.d.ts +0 -2
- package/node_modules/yargs/build/lib/apply-extends.js +0 -65
- package/node_modules/yargs/build/lib/argsert.d.ts +0 -2
- package/node_modules/yargs/build/lib/argsert.js +0 -65
- package/node_modules/yargs/build/lib/command.d.ts +0 -64
- package/node_modules/yargs/build/lib/command.js +0 -416
- package/node_modules/yargs/build/lib/common-types.d.ts +0 -36
- package/node_modules/yargs/build/lib/common-types.js +0 -25
- package/node_modules/yargs/build/lib/completion-templates.d.ts +0 -2
- package/node_modules/yargs/build/lib/completion-templates.js +0 -50
- package/node_modules/yargs/build/lib/completion.d.ts +0 -21
- package/node_modules/yargs/build/lib/completion.js +0 -135
- package/node_modules/yargs/build/lib/is-promise.d.ts +0 -1
- package/node_modules/yargs/build/lib/is-promise.js +0 -9
- package/node_modules/yargs/build/lib/levenshtein.d.ts +0 -1
- package/node_modules/yargs/build/lib/levenshtein.js +0 -58
- package/node_modules/yargs/build/lib/middleware.d.ts +0 -10
- package/node_modules/yargs/build/lib/middleware.js +0 -57
- package/node_modules/yargs/build/lib/obj-filter.d.ts +0 -1
- package/node_modules/yargs/build/lib/obj-filter.js +0 -14
- package/node_modules/yargs/build/lib/parse-command.d.ts +0 -11
- package/node_modules/yargs/build/lib/parse-command.js +0 -36
- package/node_modules/yargs/build/lib/process-argv.d.ts +0 -2
- package/node_modules/yargs/build/lib/process-argv.js +0 -31
- package/node_modules/yargs/build/lib/usage.d.ts +0 -49
- package/node_modules/yargs/build/lib/usage.js +0 -540
- package/node_modules/yargs/build/lib/validation.d.ts +0 -34
- package/node_modules/yargs/build/lib/validation.js +0 -330
- package/node_modules/yargs/build/lib/yargs.d.ts +0 -274
- package/node_modules/yargs/build/lib/yargs.js +0 -1190
- package/node_modules/yargs/build/lib/yerror.d.ts +0 -4
- package/node_modules/yargs/build/lib/yerror.js +0 -11
- package/node_modules/yargs/index.js +0 -40
- package/node_modules/yargs/locales/be.json +0 -46
- package/node_modules/yargs/locales/de.json +0 -46
- package/node_modules/yargs/locales/en.json +0 -51
- package/node_modules/yargs/locales/es.json +0 -46
- package/node_modules/yargs/locales/fi.json +0 -49
- package/node_modules/yargs/locales/fr.json +0 -53
- package/node_modules/yargs/locales/hi.json +0 -49
- package/node_modules/yargs/locales/hu.json +0 -46
- package/node_modules/yargs/locales/id.json +0 -50
- package/node_modules/yargs/locales/it.json +0 -46
- package/node_modules/yargs/locales/ja.json +0 -51
- package/node_modules/yargs/locales/ko.json +0 -49
- package/node_modules/yargs/locales/nb.json +0 -44
- package/node_modules/yargs/locales/nl.json +0 -49
- package/node_modules/yargs/locales/nn.json +0 -44
- package/node_modules/yargs/locales/pirate.json +0 -13
- package/node_modules/yargs/locales/pl.json +0 -49
- package/node_modules/yargs/locales/pt.json +0 -45
- package/node_modules/yargs/locales/pt_BR.json +0 -48
- package/node_modules/yargs/locales/ru.json +0 -46
- package/node_modules/yargs/locales/th.json +0 -46
- package/node_modules/yargs/locales/tr.json +0 -48
- package/node_modules/yargs/locales/zh_CN.json +0 -48
- package/node_modules/yargs/locales/zh_TW.json +0 -47
- package/node_modules/yargs/package.json +0 -92
- package/node_modules/yargs/yargs.js +0 -14
- package/node_modules/yargs-parser/CHANGELOG.md +0 -601
- package/node_modules/yargs-parser/LICENSE.txt +0 -14
- package/node_modules/yargs-parser/README.md +0 -449
- package/node_modules/yargs-parser/index.js +0 -1032
- package/node_modules/yargs-parser/lib/tokenize-arg-string.js +0 -40
- package/node_modules/yargs-parser/package.json +0 -46
- /package/node_modules/fast-xml-parser/src/{read.js → cli/read.js} +0 -0
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@babel/helper-simple-access",
|
|
3
|
-
"version": "7.22.5",
|
|
4
|
-
"description": "Babel helper for ensuring that access to a given value is performed through simple accesses",
|
|
5
|
-
"author": "The Babel Team (https://babel.dev/team)",
|
|
6
|
-
"homepage": "https://babel.dev/docs/en/next/babel-helper-simple-access",
|
|
7
|
-
"license": "MIT",
|
|
8
|
-
"publishConfig": {
|
|
9
|
-
"access": "public"
|
|
10
|
-
},
|
|
11
|
-
"repository": {
|
|
12
|
-
"type": "git",
|
|
13
|
-
"url": "https://github.com/babel/babel.git",
|
|
14
|
-
"directory": "packages/babel-helper-simple-access"
|
|
15
|
-
},
|
|
16
|
-
"main": "./lib/index.js",
|
|
17
|
-
"dependencies": {
|
|
18
|
-
"@babel/types": "^7.22.5"
|
|
19
|
-
},
|
|
20
|
-
"devDependencies": {
|
|
21
|
-
"@babel/core": "^7.22.5",
|
|
22
|
-
"@babel/traverse": "^7.22.5"
|
|
23
|
-
},
|
|
24
|
-
"engines": {
|
|
25
|
-
"node": ">=6.9.0"
|
|
26
|
-
},
|
|
27
|
-
"type": "commonjs"
|
|
28
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2014-present Sebastian McKenzie and other contributors
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
6
|
-
a copy of this software and associated documentation files (the
|
|
7
|
-
"Software"), to deal in the Software without restriction, including
|
|
8
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
9
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
10
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
11
|
-
the following conditions:
|
|
12
|
-
|
|
13
|
-
The above copyright notice and this permission notice shall be
|
|
14
|
-
included in all copies or substantial portions of the Software.
|
|
15
|
-
|
|
16
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
17
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
18
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
19
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
20
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
21
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
22
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
# @babel/helper-split-export-declaration
|
|
2
|
-
|
|
3
|
-
>
|
|
4
|
-
|
|
5
|
-
See our website [@babel/helper-split-export-declaration](https://babeljs.io/docs/babel-helper-split-export-declaration) for more information.
|
|
6
|
-
|
|
7
|
-
## Install
|
|
8
|
-
|
|
9
|
-
Using npm:
|
|
10
|
-
|
|
11
|
-
```sh
|
|
12
|
-
npm install --save @babel/helper-split-export-declaration
|
|
13
|
-
```
|
|
14
|
-
|
|
15
|
-
or using yarn:
|
|
16
|
-
|
|
17
|
-
```sh
|
|
18
|
-
yarn add @babel/helper-split-export-declaration
|
|
19
|
-
```
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = splitExportDeclaration;
|
|
7
|
-
var _t = require("@babel/types");
|
|
8
|
-
const {
|
|
9
|
-
cloneNode,
|
|
10
|
-
exportNamedDeclaration,
|
|
11
|
-
exportSpecifier,
|
|
12
|
-
identifier,
|
|
13
|
-
variableDeclaration,
|
|
14
|
-
variableDeclarator
|
|
15
|
-
} = _t;
|
|
16
|
-
function splitExportDeclaration(exportDeclaration) {
|
|
17
|
-
if (!exportDeclaration.isExportDeclaration() || exportDeclaration.isExportAllDeclaration()) {
|
|
18
|
-
throw new Error("Only default and named export declarations can be split.");
|
|
19
|
-
}
|
|
20
|
-
if (exportDeclaration.isExportDefaultDeclaration()) {
|
|
21
|
-
const declaration = exportDeclaration.get("declaration");
|
|
22
|
-
const standaloneDeclaration = declaration.isFunctionDeclaration() || declaration.isClassDeclaration();
|
|
23
|
-
const exportExpr = declaration.isFunctionExpression() || declaration.isClassExpression();
|
|
24
|
-
const scope = declaration.isScope() ? declaration.scope.parent : declaration.scope;
|
|
25
|
-
let id = declaration.node.id;
|
|
26
|
-
let needBindingRegistration = false;
|
|
27
|
-
if (!id) {
|
|
28
|
-
needBindingRegistration = true;
|
|
29
|
-
id = scope.generateUidIdentifier("default");
|
|
30
|
-
if (standaloneDeclaration || exportExpr) {
|
|
31
|
-
declaration.node.id = cloneNode(id);
|
|
32
|
-
}
|
|
33
|
-
} else if (exportExpr && scope.hasBinding(id.name)) {
|
|
34
|
-
needBindingRegistration = true;
|
|
35
|
-
id = scope.generateUidIdentifier(id.name);
|
|
36
|
-
}
|
|
37
|
-
const updatedDeclaration = standaloneDeclaration ? declaration.node : variableDeclaration("var", [variableDeclarator(cloneNode(id), declaration.node)]);
|
|
38
|
-
const updatedExportDeclaration = exportNamedDeclaration(null, [exportSpecifier(cloneNode(id), identifier("default"))]);
|
|
39
|
-
exportDeclaration.insertAfter(updatedExportDeclaration);
|
|
40
|
-
exportDeclaration.replaceWith(updatedDeclaration);
|
|
41
|
-
if (needBindingRegistration) {
|
|
42
|
-
scope.registerDeclaration(exportDeclaration);
|
|
43
|
-
}
|
|
44
|
-
return exportDeclaration;
|
|
45
|
-
} else if (exportDeclaration.get("specifiers").length > 0) {
|
|
46
|
-
throw new Error("It doesn't make sense to split exported specifiers.");
|
|
47
|
-
}
|
|
48
|
-
const declaration = exportDeclaration.get("declaration");
|
|
49
|
-
const bindingIdentifiers = declaration.getOuterBindingIdentifiers();
|
|
50
|
-
const specifiers = Object.keys(bindingIdentifiers).map(name => {
|
|
51
|
-
return exportSpecifier(identifier(name), identifier(name));
|
|
52
|
-
});
|
|
53
|
-
const aliasDeclar = exportNamedDeclaration(null, specifiers);
|
|
54
|
-
exportDeclaration.insertAfter(aliasDeclar);
|
|
55
|
-
exportDeclaration.replaceWith(declaration.node);
|
|
56
|
-
return exportDeclaration;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_t","require","cloneNode","exportNamedDeclaration","exportSpecifier","identifier","variableDeclaration","variableDeclarator","splitExportDeclaration","exportDeclaration","isExportDeclaration","isExportAllDeclaration","Error","isExportDefaultDeclaration","declaration","get","standaloneDeclaration","isFunctionDeclaration","isClassDeclaration","exportExpr","isFunctionExpression","isClassExpression","scope","isScope","parent","id","node","needBindingRegistration","generateUidIdentifier","hasBinding","name","updatedDeclaration","updatedExportDeclaration","insertAfter","replaceWith","registerDeclaration","length","bindingIdentifiers","getOuterBindingIdentifiers","specifiers","Object","keys","map","aliasDeclar"],"sources":["../src/index.ts"],"sourcesContent":["import {\n cloneNode,\n exportNamedDeclaration,\n exportSpecifier,\n identifier,\n variableDeclaration,\n variableDeclarator,\n} from \"@babel/types\";\nimport type * as t from \"@babel/types\";\nimport type { NodePath } from \"@babel/traverse\";\n\nexport default function splitExportDeclaration(\n exportDeclaration: NodePath<\n t.ExportDefaultDeclaration | t.ExportNamedDeclaration\n >,\n) {\n if (\n !exportDeclaration.isExportDeclaration() ||\n exportDeclaration.isExportAllDeclaration()\n ) {\n throw new Error(\"Only default and named export declarations can be split.\");\n }\n\n // build specifiers that point back to this export declaration\n\n if (exportDeclaration.isExportDefaultDeclaration()) {\n const declaration = exportDeclaration.get(\"declaration\");\n const standaloneDeclaration =\n declaration.isFunctionDeclaration() || declaration.isClassDeclaration();\n const exportExpr =\n declaration.isFunctionExpression() || declaration.isClassExpression();\n\n const scope = declaration.isScope()\n ? declaration.scope.parent\n : declaration.scope;\n\n // @ts-expect-error id is not defined in expressions other than function/class\n let id = declaration.node.id;\n let needBindingRegistration = false;\n\n if (!id) {\n needBindingRegistration = true;\n\n id = scope.generateUidIdentifier(\"default\");\n\n if (standaloneDeclaration || exportExpr) {\n declaration.node.id = cloneNode(id);\n }\n } else if (exportExpr && scope.hasBinding(id.name)) {\n needBindingRegistration = true;\n\n id = scope.generateUidIdentifier(id.name);\n }\n\n const updatedDeclaration = standaloneDeclaration\n ? declaration.node\n : variableDeclaration(\"var\", [\n variableDeclarator(\n cloneNode(id),\n // @ts-expect-error When `standaloneDeclaration` is false, declaration must not be a Function/ClassDeclaration\n declaration.node,\n ),\n ]);\n\n const updatedExportDeclaration = exportNamedDeclaration(null, [\n exportSpecifier(cloneNode(id), identifier(\"default\")),\n ]);\n\n exportDeclaration.insertAfter(updatedExportDeclaration);\n exportDeclaration.replaceWith(updatedDeclaration);\n\n if (needBindingRegistration) {\n scope.registerDeclaration(exportDeclaration);\n }\n\n return exportDeclaration;\n } else if (\n // @ts-expect-error TS can not narrow down to NodePath<t.ExportNamedDeclaration>\n exportDeclaration.get(\"specifiers\").length > 0\n ) {\n throw new Error(\"It doesn't make sense to split exported specifiers.\");\n }\n\n const declaration = exportDeclaration.get(\"declaration\");\n const bindingIdentifiers = declaration.getOuterBindingIdentifiers();\n\n const specifiers = Object.keys(bindingIdentifiers).map(name => {\n return exportSpecifier(identifier(name), identifier(name));\n });\n\n const aliasDeclar = exportNamedDeclaration(null, specifiers);\n\n exportDeclaration.insertAfter(aliasDeclar);\n exportDeclaration.replaceWith(declaration.node);\n return exportDeclaration;\n}\n"],"mappings":"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"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@babel/helper-split-export-declaration",
|
|
3
|
-
"version": "7.22.6",
|
|
4
|
-
"description": "",
|
|
5
|
-
"repository": {
|
|
6
|
-
"type": "git",
|
|
7
|
-
"url": "https://github.com/babel/babel.git",
|
|
8
|
-
"directory": "packages/babel-helper-split-export-declaration"
|
|
9
|
-
},
|
|
10
|
-
"homepage": "https://babel.dev/docs/en/next/babel-helper-split-export-declaration",
|
|
11
|
-
"license": "MIT",
|
|
12
|
-
"publishConfig": {
|
|
13
|
-
"access": "public"
|
|
14
|
-
},
|
|
15
|
-
"main": "./lib/index.js",
|
|
16
|
-
"dependencies": {
|
|
17
|
-
"@babel/types": "^7.22.5"
|
|
18
|
-
},
|
|
19
|
-
"engines": {
|
|
20
|
-
"node": ">=6.9.0"
|
|
21
|
-
},
|
|
22
|
-
"author": "The Babel Team (https://babel.dev/team)",
|
|
23
|
-
"type": "commonjs"
|
|
24
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2014-present Sebastian McKenzie and other contributors
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
6
|
-
a copy of this software and associated documentation files (the
|
|
7
|
-
"Software"), to deal in the Software without restriction, including
|
|
8
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
9
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
10
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
11
|
-
the following conditions:
|
|
12
|
-
|
|
13
|
-
The above copyright notice and this permission notice shall be
|
|
14
|
-
included in all copies or substantial portions of the Software.
|
|
15
|
-
|
|
16
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
17
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
18
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
19
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
20
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
21
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
22
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
# @babel/helper-string-parser
|
|
2
|
-
|
|
3
|
-
> A utility package to parse strings
|
|
4
|
-
|
|
5
|
-
See our website [@babel/helper-string-parser](https://babeljs.io/docs/en/babel-helper-string-parser) for more information.
|
|
6
|
-
|
|
7
|
-
## Install
|
|
8
|
-
|
|
9
|
-
Using npm:
|
|
10
|
-
|
|
11
|
-
```sh
|
|
12
|
-
npm install --save @babel/helper-string-parser
|
|
13
|
-
```
|
|
14
|
-
|
|
15
|
-
or using yarn:
|
|
16
|
-
|
|
17
|
-
```sh
|
|
18
|
-
yarn add @babel/helper-string-parser
|
|
19
|
-
```
|
|
@@ -1,295 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.readCodePoint = readCodePoint;
|
|
7
|
-
exports.readInt = readInt;
|
|
8
|
-
exports.readStringContents = readStringContents;
|
|
9
|
-
var _isDigit = function isDigit(code) {
|
|
10
|
-
return code >= 48 && code <= 57;
|
|
11
|
-
};
|
|
12
|
-
const forbiddenNumericSeparatorSiblings = {
|
|
13
|
-
decBinOct: new Set([46, 66, 69, 79, 95, 98, 101, 111]),
|
|
14
|
-
hex: new Set([46, 88, 95, 120])
|
|
15
|
-
};
|
|
16
|
-
const isAllowedNumericSeparatorSibling = {
|
|
17
|
-
bin: ch => ch === 48 || ch === 49,
|
|
18
|
-
oct: ch => ch >= 48 && ch <= 55,
|
|
19
|
-
dec: ch => ch >= 48 && ch <= 57,
|
|
20
|
-
hex: ch => ch >= 48 && ch <= 57 || ch >= 65 && ch <= 70 || ch >= 97 && ch <= 102
|
|
21
|
-
};
|
|
22
|
-
function readStringContents(type, input, pos, lineStart, curLine, errors) {
|
|
23
|
-
const initialPos = pos;
|
|
24
|
-
const initialLineStart = lineStart;
|
|
25
|
-
const initialCurLine = curLine;
|
|
26
|
-
let out = "";
|
|
27
|
-
let firstInvalidLoc = null;
|
|
28
|
-
let chunkStart = pos;
|
|
29
|
-
const {
|
|
30
|
-
length
|
|
31
|
-
} = input;
|
|
32
|
-
for (;;) {
|
|
33
|
-
if (pos >= length) {
|
|
34
|
-
errors.unterminated(initialPos, initialLineStart, initialCurLine);
|
|
35
|
-
out += input.slice(chunkStart, pos);
|
|
36
|
-
break;
|
|
37
|
-
}
|
|
38
|
-
const ch = input.charCodeAt(pos);
|
|
39
|
-
if (isStringEnd(type, ch, input, pos)) {
|
|
40
|
-
out += input.slice(chunkStart, pos);
|
|
41
|
-
break;
|
|
42
|
-
}
|
|
43
|
-
if (ch === 92) {
|
|
44
|
-
out += input.slice(chunkStart, pos);
|
|
45
|
-
const res = readEscapedChar(input, pos, lineStart, curLine, type === "template", errors);
|
|
46
|
-
if (res.ch === null && !firstInvalidLoc) {
|
|
47
|
-
firstInvalidLoc = {
|
|
48
|
-
pos,
|
|
49
|
-
lineStart,
|
|
50
|
-
curLine
|
|
51
|
-
};
|
|
52
|
-
} else {
|
|
53
|
-
out += res.ch;
|
|
54
|
-
}
|
|
55
|
-
({
|
|
56
|
-
pos,
|
|
57
|
-
lineStart,
|
|
58
|
-
curLine
|
|
59
|
-
} = res);
|
|
60
|
-
chunkStart = pos;
|
|
61
|
-
} else if (ch === 8232 || ch === 8233) {
|
|
62
|
-
++pos;
|
|
63
|
-
++curLine;
|
|
64
|
-
lineStart = pos;
|
|
65
|
-
} else if (ch === 10 || ch === 13) {
|
|
66
|
-
if (type === "template") {
|
|
67
|
-
out += input.slice(chunkStart, pos) + "\n";
|
|
68
|
-
++pos;
|
|
69
|
-
if (ch === 13 && input.charCodeAt(pos) === 10) {
|
|
70
|
-
++pos;
|
|
71
|
-
}
|
|
72
|
-
++curLine;
|
|
73
|
-
chunkStart = lineStart = pos;
|
|
74
|
-
} else {
|
|
75
|
-
errors.unterminated(initialPos, initialLineStart, initialCurLine);
|
|
76
|
-
}
|
|
77
|
-
} else {
|
|
78
|
-
++pos;
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
return {
|
|
82
|
-
pos,
|
|
83
|
-
str: out,
|
|
84
|
-
firstInvalidLoc,
|
|
85
|
-
lineStart,
|
|
86
|
-
curLine,
|
|
87
|
-
containsInvalid: !!firstInvalidLoc
|
|
88
|
-
};
|
|
89
|
-
}
|
|
90
|
-
function isStringEnd(type, ch, input, pos) {
|
|
91
|
-
if (type === "template") {
|
|
92
|
-
return ch === 96 || ch === 36 && input.charCodeAt(pos + 1) === 123;
|
|
93
|
-
}
|
|
94
|
-
return ch === (type === "double" ? 34 : 39);
|
|
95
|
-
}
|
|
96
|
-
function readEscapedChar(input, pos, lineStart, curLine, inTemplate, errors) {
|
|
97
|
-
const throwOnInvalid = !inTemplate;
|
|
98
|
-
pos++;
|
|
99
|
-
const res = ch => ({
|
|
100
|
-
pos,
|
|
101
|
-
ch,
|
|
102
|
-
lineStart,
|
|
103
|
-
curLine
|
|
104
|
-
});
|
|
105
|
-
const ch = input.charCodeAt(pos++);
|
|
106
|
-
switch (ch) {
|
|
107
|
-
case 110:
|
|
108
|
-
return res("\n");
|
|
109
|
-
case 114:
|
|
110
|
-
return res("\r");
|
|
111
|
-
case 120:
|
|
112
|
-
{
|
|
113
|
-
let code;
|
|
114
|
-
({
|
|
115
|
-
code,
|
|
116
|
-
pos
|
|
117
|
-
} = readHexChar(input, pos, lineStart, curLine, 2, false, throwOnInvalid, errors));
|
|
118
|
-
return res(code === null ? null : String.fromCharCode(code));
|
|
119
|
-
}
|
|
120
|
-
case 117:
|
|
121
|
-
{
|
|
122
|
-
let code;
|
|
123
|
-
({
|
|
124
|
-
code,
|
|
125
|
-
pos
|
|
126
|
-
} = readCodePoint(input, pos, lineStart, curLine, throwOnInvalid, errors));
|
|
127
|
-
return res(code === null ? null : String.fromCodePoint(code));
|
|
128
|
-
}
|
|
129
|
-
case 116:
|
|
130
|
-
return res("\t");
|
|
131
|
-
case 98:
|
|
132
|
-
return res("\b");
|
|
133
|
-
case 118:
|
|
134
|
-
return res("\u000b");
|
|
135
|
-
case 102:
|
|
136
|
-
return res("\f");
|
|
137
|
-
case 13:
|
|
138
|
-
if (input.charCodeAt(pos) === 10) {
|
|
139
|
-
++pos;
|
|
140
|
-
}
|
|
141
|
-
case 10:
|
|
142
|
-
lineStart = pos;
|
|
143
|
-
++curLine;
|
|
144
|
-
case 8232:
|
|
145
|
-
case 8233:
|
|
146
|
-
return res("");
|
|
147
|
-
case 56:
|
|
148
|
-
case 57:
|
|
149
|
-
if (inTemplate) {
|
|
150
|
-
return res(null);
|
|
151
|
-
} else {
|
|
152
|
-
errors.strictNumericEscape(pos - 1, lineStart, curLine);
|
|
153
|
-
}
|
|
154
|
-
default:
|
|
155
|
-
if (ch >= 48 && ch <= 55) {
|
|
156
|
-
const startPos = pos - 1;
|
|
157
|
-
const match = input.slice(startPos, pos + 2).match(/^[0-7]+/);
|
|
158
|
-
let octalStr = match[0];
|
|
159
|
-
let octal = parseInt(octalStr, 8);
|
|
160
|
-
if (octal > 255) {
|
|
161
|
-
octalStr = octalStr.slice(0, -1);
|
|
162
|
-
octal = parseInt(octalStr, 8);
|
|
163
|
-
}
|
|
164
|
-
pos += octalStr.length - 1;
|
|
165
|
-
const next = input.charCodeAt(pos);
|
|
166
|
-
if (octalStr !== "0" || next === 56 || next === 57) {
|
|
167
|
-
if (inTemplate) {
|
|
168
|
-
return res(null);
|
|
169
|
-
} else {
|
|
170
|
-
errors.strictNumericEscape(startPos, lineStart, curLine);
|
|
171
|
-
}
|
|
172
|
-
}
|
|
173
|
-
return res(String.fromCharCode(octal));
|
|
174
|
-
}
|
|
175
|
-
return res(String.fromCharCode(ch));
|
|
176
|
-
}
|
|
177
|
-
}
|
|
178
|
-
function readHexChar(input, pos, lineStart, curLine, len, forceLen, throwOnInvalid, errors) {
|
|
179
|
-
const initialPos = pos;
|
|
180
|
-
let n;
|
|
181
|
-
({
|
|
182
|
-
n,
|
|
183
|
-
pos
|
|
184
|
-
} = readInt(input, pos, lineStart, curLine, 16, len, forceLen, false, errors, !throwOnInvalid));
|
|
185
|
-
if (n === null) {
|
|
186
|
-
if (throwOnInvalid) {
|
|
187
|
-
errors.invalidEscapeSequence(initialPos, lineStart, curLine);
|
|
188
|
-
} else {
|
|
189
|
-
pos = initialPos - 1;
|
|
190
|
-
}
|
|
191
|
-
}
|
|
192
|
-
return {
|
|
193
|
-
code: n,
|
|
194
|
-
pos
|
|
195
|
-
};
|
|
196
|
-
}
|
|
197
|
-
function readInt(input, pos, lineStart, curLine, radix, len, forceLen, allowNumSeparator, errors, bailOnError) {
|
|
198
|
-
const start = pos;
|
|
199
|
-
const forbiddenSiblings = radix === 16 ? forbiddenNumericSeparatorSiblings.hex : forbiddenNumericSeparatorSiblings.decBinOct;
|
|
200
|
-
const isAllowedSibling = radix === 16 ? isAllowedNumericSeparatorSibling.hex : radix === 10 ? isAllowedNumericSeparatorSibling.dec : radix === 8 ? isAllowedNumericSeparatorSibling.oct : isAllowedNumericSeparatorSibling.bin;
|
|
201
|
-
let invalid = false;
|
|
202
|
-
let total = 0;
|
|
203
|
-
for (let i = 0, e = len == null ? Infinity : len; i < e; ++i) {
|
|
204
|
-
const code = input.charCodeAt(pos);
|
|
205
|
-
let val;
|
|
206
|
-
if (code === 95 && allowNumSeparator !== "bail") {
|
|
207
|
-
const prev = input.charCodeAt(pos - 1);
|
|
208
|
-
const next = input.charCodeAt(pos + 1);
|
|
209
|
-
if (!allowNumSeparator) {
|
|
210
|
-
if (bailOnError) return {
|
|
211
|
-
n: null,
|
|
212
|
-
pos
|
|
213
|
-
};
|
|
214
|
-
errors.numericSeparatorInEscapeSequence(pos, lineStart, curLine);
|
|
215
|
-
} else if (Number.isNaN(next) || !isAllowedSibling(next) || forbiddenSiblings.has(prev) || forbiddenSiblings.has(next)) {
|
|
216
|
-
if (bailOnError) return {
|
|
217
|
-
n: null,
|
|
218
|
-
pos
|
|
219
|
-
};
|
|
220
|
-
errors.unexpectedNumericSeparator(pos, lineStart, curLine);
|
|
221
|
-
}
|
|
222
|
-
++pos;
|
|
223
|
-
continue;
|
|
224
|
-
}
|
|
225
|
-
if (code >= 97) {
|
|
226
|
-
val = code - 97 + 10;
|
|
227
|
-
} else if (code >= 65) {
|
|
228
|
-
val = code - 65 + 10;
|
|
229
|
-
} else if (_isDigit(code)) {
|
|
230
|
-
val = code - 48;
|
|
231
|
-
} else {
|
|
232
|
-
val = Infinity;
|
|
233
|
-
}
|
|
234
|
-
if (val >= radix) {
|
|
235
|
-
if (val <= 9 && bailOnError) {
|
|
236
|
-
return {
|
|
237
|
-
n: null,
|
|
238
|
-
pos
|
|
239
|
-
};
|
|
240
|
-
} else if (val <= 9 && errors.invalidDigit(pos, lineStart, curLine, radix)) {
|
|
241
|
-
val = 0;
|
|
242
|
-
} else if (forceLen) {
|
|
243
|
-
val = 0;
|
|
244
|
-
invalid = true;
|
|
245
|
-
} else {
|
|
246
|
-
break;
|
|
247
|
-
}
|
|
248
|
-
}
|
|
249
|
-
++pos;
|
|
250
|
-
total = total * radix + val;
|
|
251
|
-
}
|
|
252
|
-
if (pos === start || len != null && pos - start !== len || invalid) {
|
|
253
|
-
return {
|
|
254
|
-
n: null,
|
|
255
|
-
pos
|
|
256
|
-
};
|
|
257
|
-
}
|
|
258
|
-
return {
|
|
259
|
-
n: total,
|
|
260
|
-
pos
|
|
261
|
-
};
|
|
262
|
-
}
|
|
263
|
-
function readCodePoint(input, pos, lineStart, curLine, throwOnInvalid, errors) {
|
|
264
|
-
const ch = input.charCodeAt(pos);
|
|
265
|
-
let code;
|
|
266
|
-
if (ch === 123) {
|
|
267
|
-
++pos;
|
|
268
|
-
({
|
|
269
|
-
code,
|
|
270
|
-
pos
|
|
271
|
-
} = readHexChar(input, pos, lineStart, curLine, input.indexOf("}", pos) - pos, true, throwOnInvalid, errors));
|
|
272
|
-
++pos;
|
|
273
|
-
if (code !== null && code > 0x10ffff) {
|
|
274
|
-
if (throwOnInvalid) {
|
|
275
|
-
errors.invalidCodePoint(pos, lineStart, curLine);
|
|
276
|
-
} else {
|
|
277
|
-
return {
|
|
278
|
-
code: null,
|
|
279
|
-
pos
|
|
280
|
-
};
|
|
281
|
-
}
|
|
282
|
-
}
|
|
283
|
-
} else {
|
|
284
|
-
({
|
|
285
|
-
code,
|
|
286
|
-
pos
|
|
287
|
-
} = readHexChar(input, pos, lineStart, curLine, 4, false, throwOnInvalid, errors));
|
|
288
|
-
}
|
|
289
|
-
return {
|
|
290
|
-
code,
|
|
291
|
-
pos
|
|
292
|
-
};
|
|
293
|
-
}
|
|
294
|
-
|
|
295
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["isDigit","code","forbiddenNumericSeparatorSiblings","decBinOct","Set","hex","isAllowedNumericSeparatorSibling","bin","ch","oct","dec","readStringContents","type","input","pos","lineStart","curLine","errors","initialPos","initialLineStart","initialCurLine","out","firstInvalidLoc","chunkStart","length","unterminated","slice","charCodeAt","isStringEnd","res","readEscapedChar","str","containsInvalid","inTemplate","throwOnInvalid","readHexChar","String","fromCharCode","readCodePoint","fromCodePoint","strictNumericEscape","startPos","match","octalStr","octal","parseInt","next","len","forceLen","n","readInt","invalidEscapeSequence","radix","allowNumSeparator","bailOnError","start","forbiddenSiblings","isAllowedSibling","invalid","total","i","e","Infinity","val","prev","numericSeparatorInEscapeSequence","Number","isNaN","has","unexpectedNumericSeparator","_isDigit","invalidDigit","indexOf","invalidCodePoint"],"sources":["../src/index.ts"],"sourcesContent":["import * as charCodes from \"charcodes\";\n\n// The following character codes are forbidden from being\n// an immediate sibling of NumericLiteralSeparator _\nconst forbiddenNumericSeparatorSiblings = {\n decBinOct: new Set<number>([\n charCodes.dot,\n charCodes.uppercaseB,\n charCodes.uppercaseE,\n charCodes.uppercaseO,\n charCodes.underscore, // multiple separators are not allowed\n charCodes.lowercaseB,\n charCodes.lowercaseE,\n charCodes.lowercaseO,\n ]),\n hex: new Set<number>([\n charCodes.dot,\n charCodes.uppercaseX,\n charCodes.underscore, // multiple separators are not allowed\n charCodes.lowercaseX,\n ]),\n};\n\nconst isAllowedNumericSeparatorSibling = {\n // 0 - 1\n bin: (ch: number) => ch === charCodes.digit0 || ch === charCodes.digit1,\n\n // 0 - 7\n oct: (ch: number) => ch >= charCodes.digit0 && ch <= charCodes.digit7,\n\n // 0 - 9\n dec: (ch: number) => ch >= charCodes.digit0 && ch <= charCodes.digit9,\n\n // 0 - 9, A - F, a - f,\n hex: (ch: number) =>\n (ch >= charCodes.digit0 && ch <= charCodes.digit9) ||\n (ch >= charCodes.uppercaseA && ch <= charCodes.uppercaseF) ||\n (ch >= charCodes.lowercaseA && ch <= charCodes.lowercaseF),\n};\n\nexport type StringContentsErrorHandlers = EscapedCharErrorHandlers & {\n unterminated(\n initialPos: number,\n initialLineStart: number,\n initialCurLine: number,\n ): void;\n};\n\nexport function readStringContents(\n type: \"single\" | \"double\" | \"template\",\n input: string,\n pos: number,\n lineStart: number,\n curLine: number,\n errors: StringContentsErrorHandlers,\n) {\n const initialPos = pos;\n const initialLineStart = lineStart;\n const initialCurLine = curLine;\n\n let out = \"\";\n let firstInvalidLoc = null;\n let chunkStart = pos;\n const { length } = input;\n for (;;) {\n if (pos >= length) {\n errors.unterminated(initialPos, initialLineStart, initialCurLine);\n out += input.slice(chunkStart, pos);\n break;\n }\n const ch = input.charCodeAt(pos);\n if (isStringEnd(type, ch, input, pos)) {\n out += input.slice(chunkStart, pos);\n break;\n }\n if (ch === charCodes.backslash) {\n out += input.slice(chunkStart, pos);\n const res = readEscapedChar(\n input,\n pos,\n lineStart,\n curLine,\n type === \"template\",\n errors,\n );\n if (res.ch === null && !firstInvalidLoc) {\n firstInvalidLoc = { pos, lineStart, curLine };\n } else {\n out += res.ch;\n }\n ({ pos, lineStart, curLine } = res);\n chunkStart = pos;\n } else if (\n ch === charCodes.lineSeparator ||\n ch === charCodes.paragraphSeparator\n ) {\n ++pos;\n ++curLine;\n lineStart = pos;\n } else if (ch === charCodes.lineFeed || ch === charCodes.carriageReturn) {\n if (type === \"template\") {\n out += input.slice(chunkStart, pos) + \"\\n\";\n ++pos;\n if (\n ch === charCodes.carriageReturn &&\n input.charCodeAt(pos) === charCodes.lineFeed\n ) {\n ++pos;\n }\n ++curLine;\n chunkStart = lineStart = pos;\n } else {\n errors.unterminated(initialPos, initialLineStart, initialCurLine);\n }\n } else {\n ++pos;\n }\n }\n return process.env.BABEL_8_BREAKING\n ? { pos, str: out, firstInvalidLoc, lineStart, curLine }\n : {\n pos,\n str: out,\n firstInvalidLoc,\n lineStart,\n curLine,\n containsInvalid: !!firstInvalidLoc,\n };\n}\n\nfunction isStringEnd(\n type: \"single\" | \"double\" | \"template\",\n ch: number,\n input: string,\n pos: number,\n) {\n if (type === \"template\") {\n return (\n ch === charCodes.graveAccent ||\n (ch === charCodes.dollarSign &&\n input.charCodeAt(pos + 1) === charCodes.leftCurlyBrace)\n );\n }\n return (\n ch === (type === \"double\" ? charCodes.quotationMark : charCodes.apostrophe)\n );\n}\n\ntype EscapedCharErrorHandlers = HexCharErrorHandlers &\n CodePointErrorHandlers & {\n strictNumericEscape(pos: number, lineStart: number, curLine: number): void;\n };\n\nfunction readEscapedChar(\n input: string,\n pos: number,\n lineStart: number,\n curLine: number,\n inTemplate: boolean,\n errors: EscapedCharErrorHandlers,\n) {\n const throwOnInvalid = !inTemplate;\n pos++; // skip '\\'\n\n const res = (ch: string | null) => ({ pos, ch, lineStart, curLine });\n\n const ch = input.charCodeAt(pos++);\n switch (ch) {\n case charCodes.lowercaseN:\n return res(\"\\n\");\n case charCodes.lowercaseR:\n return res(\"\\r\");\n case charCodes.lowercaseX: {\n let code;\n ({ code, pos } = readHexChar(\n input,\n pos,\n lineStart,\n curLine,\n 2,\n false,\n throwOnInvalid,\n errors,\n ));\n return res(code === null ? null : String.fromCharCode(code));\n }\n case charCodes.lowercaseU: {\n let code;\n ({ code, pos } = readCodePoint(\n input,\n pos,\n lineStart,\n curLine,\n throwOnInvalid,\n errors,\n ));\n return res(code === null ? null : String.fromCodePoint(code));\n }\n case charCodes.lowercaseT:\n return res(\"\\t\");\n case charCodes.lowercaseB:\n return res(\"\\b\");\n case charCodes.lowercaseV:\n return res(\"\\u000b\");\n case charCodes.lowercaseF:\n return res(\"\\f\");\n case charCodes.carriageReturn:\n if (input.charCodeAt(pos) === charCodes.lineFeed) {\n ++pos;\n }\n // fall through\n case charCodes.lineFeed:\n lineStart = pos;\n ++curLine;\n // fall through\n case charCodes.lineSeparator:\n case charCodes.paragraphSeparator:\n return res(\"\");\n case charCodes.digit8:\n case charCodes.digit9:\n if (inTemplate) {\n return res(null);\n } else {\n errors.strictNumericEscape(pos - 1, lineStart, curLine);\n }\n // fall through\n default:\n if (ch >= charCodes.digit0 && ch <= charCodes.digit7) {\n const startPos = pos - 1;\n const match = input.slice(startPos, pos + 2).match(/^[0-7]+/)!;\n\n let octalStr = match[0];\n\n let octal = parseInt(octalStr, 8);\n if (octal > 255) {\n octalStr = octalStr.slice(0, -1);\n octal = parseInt(octalStr, 8);\n }\n pos += octalStr.length - 1;\n const next = input.charCodeAt(pos);\n if (\n octalStr !== \"0\" ||\n next === charCodes.digit8 ||\n next === charCodes.digit9\n ) {\n if (inTemplate) {\n return res(null);\n } else {\n errors.strictNumericEscape(startPos, lineStart, curLine);\n }\n }\n\n return res(String.fromCharCode(octal));\n }\n\n return res(String.fromCharCode(ch));\n }\n}\n\ntype HexCharErrorHandlers = IntErrorHandlers & {\n invalidEscapeSequence(pos: number, lineStart: number, curLine: number): void;\n};\n\n// Used to read character escape sequences ('\\x', '\\u').\nfunction readHexChar(\n input: string,\n pos: number,\n lineStart: number,\n curLine: number,\n len: number,\n forceLen: boolean,\n throwOnInvalid: boolean,\n errors: HexCharErrorHandlers,\n) {\n const initialPos = pos;\n let n;\n ({ n, pos } = readInt(\n input,\n pos,\n lineStart,\n curLine,\n 16,\n len,\n forceLen,\n false,\n errors,\n /* bailOnError */ !throwOnInvalid,\n ));\n if (n === null) {\n if (throwOnInvalid) {\n errors.invalidEscapeSequence(initialPos, lineStart, curLine);\n } else {\n pos = initialPos - 1;\n }\n }\n return { code: n, pos };\n}\n\nexport type IntErrorHandlers = {\n numericSeparatorInEscapeSequence(\n pos: number,\n lineStart: number,\n curLine: number,\n ): void;\n unexpectedNumericSeparator(\n pos: number,\n lineStart: number,\n curLine: number,\n ): void;\n // It can return \"true\" to indicate that the error was handled\n // and the int parsing should continue.\n invalidDigit(\n pos: number,\n lineStart: number,\n curLine: number,\n radix: number,\n ): boolean;\n};\n\nexport function readInt(\n input: string,\n pos: number,\n lineStart: number,\n curLine: number,\n radix: number,\n len: number | undefined,\n forceLen: boolean,\n allowNumSeparator: boolean | \"bail\",\n errors: IntErrorHandlers,\n bailOnError: boolean,\n) {\n const start = pos;\n const forbiddenSiblings =\n radix === 16\n ? forbiddenNumericSeparatorSiblings.hex\n : forbiddenNumericSeparatorSiblings.decBinOct;\n const isAllowedSibling =\n radix === 16\n ? isAllowedNumericSeparatorSibling.hex\n : radix === 10\n ? isAllowedNumericSeparatorSibling.dec\n : radix === 8\n ? isAllowedNumericSeparatorSibling.oct\n : isAllowedNumericSeparatorSibling.bin;\n\n let invalid = false;\n let total = 0;\n\n for (let i = 0, e = len == null ? Infinity : len; i < e; ++i) {\n const code = input.charCodeAt(pos);\n let val;\n\n if (code === charCodes.underscore && allowNumSeparator !== \"bail\") {\n const prev = input.charCodeAt(pos - 1);\n const next = input.charCodeAt(pos + 1);\n\n if (!allowNumSeparator) {\n if (bailOnError) return { n: null, pos };\n errors.numericSeparatorInEscapeSequence(pos, lineStart, curLine);\n } else if (\n Number.isNaN(next) ||\n !isAllowedSibling(next) ||\n forbiddenSiblings.has(prev) ||\n forbiddenSiblings.has(next)\n ) {\n if (bailOnError) return { n: null, pos };\n errors.unexpectedNumericSeparator(pos, lineStart, curLine);\n }\n\n // Ignore this _ character\n ++pos;\n continue;\n }\n\n if (code >= charCodes.lowercaseA) {\n val = code - charCodes.lowercaseA + charCodes.lineFeed;\n } else if (code >= charCodes.uppercaseA) {\n val = code - charCodes.uppercaseA + charCodes.lineFeed;\n } else if (charCodes.isDigit(code)) {\n val = code - charCodes.digit0; // 0-9\n } else {\n val = Infinity;\n }\n if (val >= radix) {\n // If we found a digit which is too big, errors.invalidDigit can return true to avoid\n // breaking the loop (this is used for error recovery).\n if (val <= 9 && bailOnError) {\n return { n: null, pos };\n } else if (\n val <= 9 &&\n errors.invalidDigit(pos, lineStart, curLine, radix)\n ) {\n val = 0;\n } else if (forceLen) {\n val = 0;\n invalid = true;\n } else {\n break;\n }\n }\n ++pos;\n total = total * radix + val;\n }\n if (pos === start || (len != null && pos - start !== len) || invalid) {\n return { n: null, pos };\n }\n\n return { n: total, pos };\n}\n\nexport type CodePointErrorHandlers = HexCharErrorHandlers & {\n invalidCodePoint(pos: number, lineStart: number, curLine: number): void;\n};\n\nexport function readCodePoint(\n input: string,\n pos: number,\n lineStart: number,\n curLine: number,\n throwOnInvalid: boolean,\n errors: CodePointErrorHandlers,\n) {\n const ch = input.charCodeAt(pos);\n let code;\n\n if (ch === charCodes.leftCurlyBrace) {\n ++pos;\n ({ code, pos } = readHexChar(\n input,\n pos,\n lineStart,\n curLine,\n input.indexOf(\"}\", pos) - pos,\n true,\n throwOnInvalid,\n errors,\n ));\n ++pos;\n if (code !== null && code > 0x10ffff) {\n if (throwOnInvalid) {\n errors.invalidCodePoint(pos, lineStart, curLine);\n } else {\n return { code: null, pos };\n }\n }\n } else {\n ({ code, pos } = readHexChar(\n input,\n pos,\n lineStart,\n curLine,\n 4,\n false,\n throwOnInvalid,\n errors,\n ));\n }\n return { code, pos };\n}\n"],"mappings":"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"}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@babel/helper-string-parser",
|
|
3
|
-
"version": "7.22.5",
|
|
4
|
-
"description": "A utility package to parse strings",
|
|
5
|
-
"repository": {
|
|
6
|
-
"type": "git",
|
|
7
|
-
"url": "https://github.com/babel/babel.git",
|
|
8
|
-
"directory": "packages/babel-helper-string-parser"
|
|
9
|
-
},
|
|
10
|
-
"homepage": "https://babel.dev/docs/en/next/babel-helper-string-parser",
|
|
11
|
-
"license": "MIT",
|
|
12
|
-
"publishConfig": {
|
|
13
|
-
"access": "public"
|
|
14
|
-
},
|
|
15
|
-
"main": "./lib/index.js",
|
|
16
|
-
"devDependencies": {
|
|
17
|
-
"charcodes": "^0.2.0"
|
|
18
|
-
},
|
|
19
|
-
"engines": {
|
|
20
|
-
"node": ">=6.9.0"
|
|
21
|
-
},
|
|
22
|
-
"author": "The Babel Team (https://babel.dev/team)",
|
|
23
|
-
"exports": {
|
|
24
|
-
".": "./lib/index.js",
|
|
25
|
-
"./package.json": "./package.json"
|
|
26
|
-
},
|
|
27
|
-
"type": "commonjs"
|
|
28
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2014-present Sebastian McKenzie and other contributors
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
6
|
-
a copy of this software and associated documentation files (the
|
|
7
|
-
"Software"), to deal in the Software without restriction, including
|
|
8
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
9
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
10
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
11
|
-
the following conditions:
|
|
12
|
-
|
|
13
|
-
The above copyright notice and this permission notice shall be
|
|
14
|
-
included in all copies or substantial portions of the Software.
|
|
15
|
-
|
|
16
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
17
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
18
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
19
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
20
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
21
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
22
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
# @babel/helper-validator-identifier
|
|
2
|
-
|
|
3
|
-
> Validate identifier/keywords name
|
|
4
|
-
|
|
5
|
-
See our website [@babel/helper-validator-identifier](https://babeljs.io/docs/en/babel-helper-validator-identifier) for more information.
|
|
6
|
-
|
|
7
|
-
## Install
|
|
8
|
-
|
|
9
|
-
Using npm:
|
|
10
|
-
|
|
11
|
-
```sh
|
|
12
|
-
npm install --save @babel/helper-validator-identifier
|
|
13
|
-
```
|
|
14
|
-
|
|
15
|
-
or using yarn:
|
|
16
|
-
|
|
17
|
-
```sh
|
|
18
|
-
yarn add @babel/helper-validator-identifier
|
|
19
|
-
```
|