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,571 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
## [4.0.3](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@4.0.2...istanbul-lib-instrument@4.0.3) (2020-05-09)
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
### Bug Fixes
|
|
10
|
-
|
|
11
|
-
* Prevent readInitialCoverage from reading babel config ([#562](https://github.com/istanbuljs/istanbuljs/issues/562)) ([49b4745](https://github.com/istanbuljs/istanbuljs/commit/49b474525c15e703642916011bd86f663aca0c3d))
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
## [4.0.2](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@4.0.1...istanbul-lib-instrument@4.0.2) (2020-05-06)
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
### Bug Fixes
|
|
21
|
-
|
|
22
|
-
* Add ts-ignore to reassignment of generated function ([#557](https://github.com/istanbuljs/istanbuljs/issues/557)) ([817efb0](https://github.com/istanbuljs/istanbuljs/commit/817efb04fc161efae426b2231a0221606b09f559))
|
|
23
|
-
* Use @babel/core for all babel imports. ([#555](https://github.com/istanbuljs/istanbuljs/issues/555)) ([a99a13e](https://github.com/istanbuljs/istanbuljs/commit/a99a13ee6931fc124a2a723c3f511cdbcb0aa81d))
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
## [4.0.1](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@4.0.0...istanbul-lib-instrument@4.0.1) (2020-02-03)
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
### Bug Fixes
|
|
33
|
-
|
|
34
|
-
* Always call coverage initialization function ([#524](https://github.com/istanbuljs/istanbuljs/issues/524)) ([c6536c1](https://github.com/istanbuljs/istanbuljs/commit/c6536c14bf0663ca7e0493dd40ea132b05352594))
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
# [4.0.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@4.0.0-alpha.3...istanbul-lib-instrument@4.0.0) (2019-12-20)
|
|
41
|
-
|
|
42
|
-
**Note:** Version bump only for package istanbul-lib-instrument
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
# [4.0.0-alpha.3](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@4.0.0-alpha.2...istanbul-lib-instrument@4.0.0-alpha.3) (2019-12-07)
|
|
49
|
-
|
|
50
|
-
**Note:** Version bump only for package istanbul-lib-instrument
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
# [4.0.0-alpha.2](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@4.0.0-alpha.1...istanbul-lib-instrument@4.0.0-alpha.2) (2019-11-01)
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
### Bug Fixes
|
|
60
|
-
|
|
61
|
-
* Produce properly merged source-maps when inputSourceMap is provided ([#487](https://github.com/istanbuljs/istanbuljs/issues/487)) ([8f8c88e](https://github.com/istanbuljs/istanbuljs/commit/8f8c88e3a2add4c08729e41e356aa7981dc69d4d))
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
# [4.0.0-alpha.1](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@4.0.0-alpha.0...istanbul-lib-instrument@4.0.0-alpha.1) (2019-10-06)
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
### Bug Fixes
|
|
71
|
-
|
|
72
|
-
* Eliminate babel hoisting of the coverage variable ([#481](https://github.com/istanbuljs/istanbuljs/issues/481)) ([8dfbcba](https://github.com/istanbuljs/istanbuljs/commit/8dfbcba)), closes [#92](https://github.com/istanbuljs/istanbuljs/issues/92)
|
|
73
|
-
* Honor ignore hints in chained if statements ([#469](https://github.com/istanbuljs/istanbuljs/issues/469)) ([a629770](https://github.com/istanbuljs/istanbuljs/commit/a629770)), closes [#468](https://github.com/istanbuljs/istanbuljs/issues/468)
|
|
74
|
-
* Populate lastFileCoverage for already instrumented files ([#470](https://github.com/istanbuljs/istanbuljs/issues/470)) ([ea6d779](https://github.com/istanbuljs/istanbuljs/commit/ea6d779)), closes [istanbuljs/nyc#594](https://github.com/istanbuljs/nyc/issues/594)
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
### Features
|
|
78
|
-
|
|
79
|
-
* Use @istanbuljs/schema to pull defaults ([#485](https://github.com/istanbuljs/istanbuljs/issues/485)) ([87e27f3](https://github.com/istanbuljs/istanbuljs/commit/87e27f3)), closes [#460](https://github.com/istanbuljs/istanbuljs/issues/460)
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
### BREAKING CHANGES
|
|
83
|
-
|
|
84
|
-
* The defaults for `autoWrap`, `preserveComments`,
|
|
85
|
-
`esModules` and `produceSourceMap` are now true. This applies only to
|
|
86
|
-
the stand-alone instrumenter, the visitor does not use these options.
|
|
87
|
-
* The `flow` and `jsx` parser plugins are no longer
|
|
88
|
-
enabled by default. This applies only to the stand-alone instrumenter,
|
|
89
|
-
the visitor does not use this option.
|
|
90
|
-
* The `plugins` option of the stand-alone instrumenter
|
|
91
|
-
has been renamed to `parserPlugins` to match nyc.
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
# [4.0.0-alpha.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@3.3.0...istanbul-lib-instrument@4.0.0-alpha.0) (2019-06-19)
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
### Features
|
|
101
|
-
|
|
102
|
-
* Update dependencies, require Node.js 8 ([#401](https://github.com/istanbuljs/istanbuljs/issues/401)) ([bf3a539](https://github.com/istanbuljs/istanbuljs/commit/bf3a539))
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
### BREAKING CHANGES
|
|
106
|
-
|
|
107
|
-
* Node.js 8 is now required
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
# [3.3.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@3.2.0...istanbul-lib-instrument@3.3.0) (2019-04-24)
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
### Features
|
|
117
|
-
|
|
118
|
-
* Enable classProperties and classPrivateProperties parsers and coverage. ([#379](https://github.com/istanbuljs/istanbuljs/issues/379)) ([c09dc38](https://github.com/istanbuljs/istanbuljs/commit/c09dc38))
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
# [3.2.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@3.1.2...istanbul-lib-instrument@3.2.0) (2019-04-09)
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
### Features
|
|
128
|
-
|
|
129
|
-
* Add bigInt and importMeta to default parser plugins. ([#356](https://github.com/istanbuljs/istanbuljs/issues/356)) ([fb4d6ed](https://github.com/istanbuljs/istanbuljs/commit/fb4d6ed)), closes [#338](https://github.com/istanbuljs/istanbuljs/issues/338)
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
## [3.1.2](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@3.1.1...istanbul-lib-instrument@3.1.2) (2019-04-03)
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
### Bug Fixes
|
|
139
|
-
|
|
140
|
-
* Be more friendly to ts-node. ([#352](https://github.com/istanbuljs/istanbuljs/issues/352)) ([40d15f5](https://github.com/istanbuljs/istanbuljs/commit/40d15f5)), closes [#336](https://github.com/istanbuljs/istanbuljs/issues/336)
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
## [3.1.1](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@3.1.0...istanbul-lib-instrument@3.1.1) (2019-03-12)
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
### Bug Fixes
|
|
150
|
-
|
|
151
|
-
* Honor istanbul ignore next hints placed before export statement. ([#298](https://github.com/istanbuljs/istanbuljs/issues/298)) ([f24795d](https://github.com/istanbuljs/istanbuljs/commit/f24795d)), closes [#297](https://github.com/istanbuljs/istanbuljs/issues/297)
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
# [3.1.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@3.0.1...istanbul-lib-instrument@3.1.0) (2019-01-26)
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
### Features
|
|
161
|
-
|
|
162
|
-
* dont skip for loop initialization instrumentation ([#188](https://github.com/istanbuljs/istanbuljs/issues/188)) ([2e0258e](https://github.com/istanbuljs/istanbuljs/commit/2e0258e))
|
|
163
|
-
* New options coverageGlobalScope and coverageGlobalScopeFunc. ([#200](https://github.com/istanbuljs/istanbuljs/issues/200)) ([25509c7](https://github.com/istanbuljs/istanbuljs/commit/25509c7)), closes [#199](https://github.com/istanbuljs/istanbuljs/issues/199)
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
<a name="3.0.1"></a>
|
|
170
|
-
## [3.0.1](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@3.0.0...istanbul-lib-instrument@3.0.1) (2018-12-25)
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
**Note:** Version bump only for package istanbul-lib-instrument
|
|
176
|
-
|
|
177
|
-
<a name="3.0.0"></a>
|
|
178
|
-
# [3.0.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@2.3.2...istanbul-lib-instrument@3.0.0) (2018-09-06)
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
### Chores
|
|
182
|
-
|
|
183
|
-
* Update test for babel 7. ([#218](https://github.com/istanbuljs/istanbuljs/issues/218)) ([9cf4d43](https://github.com/istanbuljs/istanbuljs/commit/9cf4d43)), closes [#205](https://github.com/istanbuljs/istanbuljs/issues/205)
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
### Features
|
|
187
|
-
|
|
188
|
-
* Add option plugins ([#205](https://github.com/istanbuljs/istanbuljs/issues/205)) ([312f81f](https://github.com/istanbuljs/istanbuljs/commit/312f81f))
|
|
189
|
-
* Update babel to 7.0.0. ([#215](https://github.com/istanbuljs/istanbuljs/issues/215)) ([8a96613](https://github.com/istanbuljs/istanbuljs/commit/8a96613))
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
### BREAKING CHANGES
|
|
193
|
-
|
|
194
|
-
* was added which requires an option for the `decorators`
|
|
195
|
-
plugin. Add it to get tests working again, commit updated api.md.
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
<a name="2.3.2"></a>
|
|
201
|
-
## [2.3.2](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@2.3.1...istanbul-lib-instrument@2.3.2) (2018-07-24)
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
**Note:** Version bump only for package istanbul-lib-instrument
|
|
207
|
-
|
|
208
|
-
<a name="2.3.1"></a>
|
|
209
|
-
## [2.3.1](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@2.3.0...istanbul-lib-instrument@2.3.1) (2018-07-07)
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
### Bug Fixes
|
|
213
|
-
|
|
214
|
-
* Don't ignore src/visitor.js for self test. ([#194](https://github.com/istanbuljs/istanbuljs/issues/194)) ([71b815d](https://github.com/istanbuljs/istanbuljs/commit/71b815d))
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
<a name="2.3.0"></a>
|
|
220
|
-
# [2.3.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@2.2.1...istanbul-lib-instrument@2.3.0) (2018-06-27)
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
### Features
|
|
224
|
-
|
|
225
|
-
* update pinned babel version to latest release. ([#189](https://github.com/istanbuljs/istanbuljs/issues/189)) ([ac8ec07](https://github.com/istanbuljs/istanbuljs/commit/ac8ec07))
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
<a name="2.2.1"></a>
|
|
231
|
-
## [2.2.1](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@2.2.0...istanbul-lib-instrument@2.2.1) (2018-06-26)
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
### Bug Fixes
|
|
235
|
-
|
|
236
|
-
* Instrument ObjectMethod's. ([#182](https://github.com/istanbuljs/istanbuljs/issues/182)) ([126f09d](https://github.com/istanbuljs/istanbuljs/commit/126f09d))
|
|
237
|
-
* update default args test guard to work on supported versions. ([#185](https://github.com/istanbuljs/istanbuljs/issues/185)) ([955511a](https://github.com/istanbuljs/istanbuljs/commit/955511a))
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
<a name="2.2.0"></a>
|
|
243
|
-
# [2.2.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@2.0.2...istanbul-lib-instrument@2.2.0) (2018-06-06)
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
### Features
|
|
247
|
-
|
|
248
|
-
* add support for optional catch binding ([#175](https://github.com/istanbuljs/istanbuljs/issues/175)) ([088dd9f](https://github.com/istanbuljs/istanbuljs/commit/088dd9f))
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
<a name="2.1.0"></a>
|
|
254
|
-
# [2.1.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@2.0.2...istanbul-lib-instrument@2.1.0) (2018-05-31)
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
### Features
|
|
258
|
-
|
|
259
|
-
* add support for optional catch binding ([#175](https://github.com/istanbuljs/istanbuljs/issues/175)) ([088dd9f](https://github.com/istanbuljs/istanbuljs/commit/088dd9f))
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
<a name="2.0.2"></a>
|
|
265
|
-
## [2.0.2](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@2.0.1...istanbul-lib-instrument@2.0.2) (2018-05-31)
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
**Note:** Version bump only for package istanbul-lib-instrument
|
|
271
|
-
|
|
272
|
-
<a name="2.0.1"></a>
|
|
273
|
-
## [2.0.1](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@2.0.0...istanbul-lib-instrument@2.0.1) (2018-05-31)
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
### Bug Fixes
|
|
277
|
-
|
|
278
|
-
* should import [@babel](https://github.com/babel)/template ([85a0d1a](https://github.com/istanbuljs/istanbuljs/commit/85a0d1a))
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
<a name="2.0.0"></a>
|
|
284
|
-
# [2.0.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@1.10.1...istanbul-lib-instrument@2.0.0) (2018-05-31)
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
### Bug Fixes
|
|
288
|
-
|
|
289
|
-
* parenthesize superClass on non-idetifier case ([#158](https://github.com/istanbuljs/istanbuljs/issues/158)) ([6202c88](https://github.com/istanbuljs/istanbuljs/commit/6202c88))
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
### Chores
|
|
293
|
-
|
|
294
|
-
* upgrade babel in instrumenter ([#174](https://github.com/istanbuljs/istanbuljs/issues/174)) ([ce23e91](https://github.com/istanbuljs/istanbuljs/commit/ce23e91))
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
### BREAKING CHANGES
|
|
298
|
-
|
|
299
|
-
* babel@7 drops Node@4 support
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
<a name="1.10.1"></a>
|
|
305
|
-
## [1.10.1](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@1.10.0...istanbul-lib-instrument@1.10.1) (2018-03-09)
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
### Bug Fixes
|
|
309
|
-
|
|
310
|
-
* default value for ignorelassMethods ([#151](https://github.com/istanbuljs/istanbuljs/issues/151)) ([5dd88e8](https://github.com/istanbuljs/istanbuljs/commit/5dd88e8))
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
<a name="1.10.0"></a>
|
|
316
|
-
# [1.10.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@1.9.2...istanbul-lib-instrument@1.10.0) (2018-03-04)
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
### Features
|
|
320
|
-
|
|
321
|
-
* allows an array of ignored method names to be provided ([#127](https://github.com/istanbuljs/istanbuljs/issues/127)) ([67918e2](https://github.com/istanbuljs/istanbuljs/commit/67918e2))
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
<a name="1.9.2"></a>
|
|
327
|
-
## [1.9.2](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@1.9.1...istanbul-lib-instrument@1.9.2) (2018-02-13)
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
### Bug Fixes
|
|
331
|
-
|
|
332
|
-
* compatibility with babel 7 ([#135](https://github.com/istanbuljs/istanbuljs/issues/135)) ([6cac849](https://github.com/istanbuljs/istanbuljs/commit/6cac849))
|
|
333
|
-
* handle instrumentation when a function is called Function ([#131](https://github.com/istanbuljs/istanbuljs/issues/131)) ([b12a07e](https://github.com/istanbuljs/istanbuljs/commit/b12a07e))
|
|
334
|
-
* proper passing of the preserveComments option to babel ([#122](https://github.com/istanbuljs/istanbuljs/issues/122)) ([470bb0e](https://github.com/istanbuljs/istanbuljs/commit/470bb0e))
|
|
335
|
-
* update instrument, account for lack of arrow expression ([#119](https://github.com/istanbuljs/istanbuljs/issues/119)) ([#125](https://github.com/istanbuljs/istanbuljs/issues/125)) ([0968206](https://github.com/istanbuljs/istanbuljs/commit/0968206))
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
<a name="1.9.1"></a>
|
|
341
|
-
## [1.9.1](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@1.9.0...istanbul-lib-instrument@1.9.1) (2017-10-22)
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
### Bug Fixes
|
|
345
|
-
|
|
346
|
-
* address issue with class instrumentation ([#111](https://github.com/istanbuljs/istanbuljs/issues/111)) ([cbd1c14](https://github.com/istanbuljs/istanbuljs/commit/cbd1c14))
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
<a name="1.9.0"></a>
|
|
352
|
-
# [1.9.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@1.8.0...istanbul-lib-instrument@1.9.0) (2017-10-21)
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
### Bug Fixes
|
|
356
|
-
|
|
357
|
-
* support conditional expression for superClass ([#106](https://github.com/istanbuljs/istanbuljs/issues/106)) ([aae256f](https://github.com/istanbuljs/istanbuljs/commit/aae256f))
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
### Features
|
|
361
|
-
|
|
362
|
-
* add support for ignoring entire files ([#108](https://github.com/istanbuljs/istanbuljs/issues/108)) ([f12da65](https://github.com/istanbuljs/istanbuljs/commit/f12da65))
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
<a name="1.8.0"></a>
|
|
368
|
-
# [1.8.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@1.7.5...istanbul-lib-instrument@1.8.0) (2017-09-05)
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
### Features
|
|
372
|
-
|
|
373
|
-
* add support for object-spread syntax ([#82](https://github.com/istanbuljs/istanbuljs/issues/82)) ([28d5566](https://github.com/istanbuljs/istanbuljs/commit/28d5566))
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
<a name="1.7.5"></a>
|
|
379
|
-
## [1.7.5](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@1.7.4...istanbul-lib-instrument@1.7.5) (2017-08-23)
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
### Bug Fixes
|
|
383
|
-
|
|
384
|
-
* name of function is now preserved or named exports ([#79](https://github.com/istanbuljs/istanbuljs/issues/79)) ([2ce8974](https://github.com/istanbuljs/istanbuljs/commit/2ce8974))
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
<a name="1.7.4"></a>
|
|
390
|
-
## [1.7.4](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@1.7.3...istanbul-lib-instrument@1.7.4) (2017-07-16)
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
### Bug Fixes
|
|
394
|
-
|
|
395
|
-
* update increment operator to appropriate expression type ([#74](https://github.com/istanbuljs/istanbuljs/issues/74)) ([dc69e66](https://github.com/istanbuljs/istanbuljs/commit/dc69e66))
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
<a name="1.7.3"></a>
|
|
401
|
-
## [1.7.3](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@1.7.2...istanbul-lib-instrument@1.7.3) (2017-06-25)
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
<a name="1.7.2"></a>
|
|
407
|
-
## [1.7.2](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument@1.7.1...istanbul-lib-instrument@1.7.2) (2017-05-27)
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
### Bug Fixes
|
|
411
|
-
|
|
412
|
-
* hoist statement counter for class variables, so that name is preserved ([#60](https://github.com/istanbuljs/istanbuljs/issues/60)) ([120d221](https://github.com/istanbuljs/istanbuljs/commit/120d221))
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
<a name="1.7.1"></a>
|
|
418
|
-
## [1.7.1](https://github.com/istanbuljs/istanbul-lib-instrument/compare/istanbul-lib-instrument@1.7.0...istanbul-lib-instrument@1.7.1) (2017-04-29)
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
### Bug Fixes
|
|
422
|
-
|
|
423
|
-
* don't instrument a file if it has already been instrumented ([#38](https://github.com/istanbuljs/istanbuljs/issues/38)) ([9c38e4e](https://github.com/istanbuljs/istanbul-lib-instrument/commit/9c38e4e))
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
<a name="1.7.0"></a>
|
|
429
|
-
# [1.7.0](https://github.com/istanbuljs/istanbul-lib-instrument/compare/istanbul-lib-instrument@1.6.2...istanbul-lib-instrument@1.7.0) (2017-03-27)
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
### Features
|
|
433
|
-
|
|
434
|
-
* use extended babylon support; adding features such as jsx ([#22](https://github.com/istanbuljs/istanbuljs/issues/22)) ([11c2438](https://github.com/istanbuljs/istanbul-lib-instrument/commit/11c2438))
|
|
435
|
-
|
|
436
|
-
<a name="1.6.2"></a>
|
|
437
|
-
## [1.6.2](https://github.com/istanbuljs/istanbul-lib-instrument/compare/istanbul-lib-instrument@1.6.1...istanbul-lib-instrument@1.6.2) (2017-03-22)
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
### Bug Fixes
|
|
441
|
-
|
|
442
|
-
* loc is sometimes not defined, so loc.start fails see [#99](https://github.com/istanbuljs/istanbuljs/issues/99) ([#18](https://github.com/istanbuljs/istanbuljs/issues/18)) ([df85ba6](https://github.com/istanbuljs/istanbul-lib-instrument/commit/df85ba6))
|
|
443
|
-
|
|
444
|
-
<a name="1.6.1"></a>
|
|
445
|
-
## [1.6.1](https://github.com/istanbuljs/istanbul-lib-instrument/compare/istanbul-lib-instrument@1.6.0...istanbul-lib-instrument@1.6.1) (2017-03-21)
|
|
446
|
-
|
|
447
|
-
<a name="1.6.0"></a>
|
|
448
|
-
# [1.6.0](https://github.com/istanbuljs/istanbul-lib-instrument/compare/istanbul-lib-instrument@1.4.2...istanbul-lib-instrument@1.6.0) (2017-03-21)
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
### Features
|
|
452
|
-
|
|
453
|
-
* adds line number property back to coverage.json ([b03b927](https://github.com/istanbuljs/istanbul-lib-instrument/commit/b03b927))
|
|
454
|
-
|
|
455
|
-
<a name="1.4.2"></a>
|
|
456
|
-
## [1.4.2](https://github.com/istanbuljs/istanbul-lib-instrument/compare/v1.4.1...v1.4.2) (2017-01-04)
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
### Bug Fixes
|
|
460
|
-
|
|
461
|
-
* only hoist counter for a smaller subset of function declarations ([9f8931e](https://github.com/istanbuljs/istanbul-lib-instrument/commit/9f8931e))
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
<a name="1.4.1"></a>
|
|
466
|
-
## [1.4.1](https://github.com/istanbuljs/istanbul-lib-instrument/compare/v1.4.0...v1.4.1) (2017-01-04)
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
### Bug Fixes
|
|
470
|
-
|
|
471
|
-
* address regression discussed in https://github.com/istanbuljs/babel-plugin-istanbul/issues/78 ([#40](https://github.com/istanbuljs/istanbul-lib-instrument/issues/40)) ([7f458a3](https://github.com/istanbuljs/istanbul-lib-instrument/commit/7f458a3))
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
<a name="1.4.0"></a>
|
|
476
|
-
# [1.4.0](https://github.com/istanbuljs/istanbul-lib-instrument/compare/v1.3.1...v1.4.0) (2017-01-02)
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
### Features
|
|
480
|
-
|
|
481
|
-
* preserve inferred function names ([#38](https://github.com/istanbuljs/istanbul-lib-instrument/issues/38)) ([312666e](https://github.com/istanbuljs/istanbul-lib-instrument/commit/312666e))
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
<a name="1.3.1"></a>
|
|
486
|
-
## [1.3.1](https://github.com/istanbuljs/istanbul-lib-instrument/compare/v1.3.0...v1.3.1) (2016-12-27)
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
### Bug Fixes
|
|
490
|
-
|
|
491
|
-
* function declaration assignment now retains function name ([#33](https://github.com/istanbuljs/istanbul-lib-instrument/issues/33)) ([2d781da](https://github.com/istanbuljs/istanbul-lib-instrument/commit/2d781da))
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
<a name="1.3.0"></a>
|
|
496
|
-
# [1.3.0](https://github.com/istanbuljs/istanbul-lib-instrument/compare/v1.2.0...v1.3.0) (2016-11-10)
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
### Features
|
|
500
|
-
|
|
501
|
-
* allow an input source-map to be passed to instrumentSync() ([#23](https://github.com/istanbuljs/istanbul-lib-instrument/issues/23)) ([b08e4f5](https://github.com/istanbuljs/istanbul-lib-instrument/commit/b08e4f5))
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
<a name="1.2.0"></a>
|
|
506
|
-
# [1.2.0](https://github.com/istanbuljs/istanbul-lib-instrument/compare/v1.1.4...v1.2.0) (2016-10-25)
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
### Features
|
|
510
|
-
|
|
511
|
-
* implement function to extract empty coverage data from an instrumented file ([#28](https://github.com/istanbuljs/istanbul-lib-instrument/issues/28)) ([06d0ef6](https://github.com/istanbuljs/istanbul-lib-instrument/commit/06d0ef6))
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
<a name="1.1.4"></a>
|
|
516
|
-
## [1.1.4](https://github.com/istanbuljs/istanbul-lib-instrument/compare/v1.1.3...v1.1.4) (2016-10-17)
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
### Bug Fixes
|
|
520
|
-
|
|
521
|
-
* hoist coverage variable to very top of file ([#26](https://github.com/istanbuljs/istanbul-lib-instrument/issues/26)) ([0225e8c](https://github.com/istanbuljs/istanbul-lib-instrument/commit/0225e8c))
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
<a name="1.1.3"></a>
|
|
526
|
-
## [1.1.3](https://github.com/istanbuljs/istanbul-lib-instrument/compare/v1.1.2...v1.1.3) (2016-09-13)
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
### Performance Improvements
|
|
530
|
-
|
|
531
|
-
* simplify coverage variable naming https://github.com/istanbuljs/istanbul-lib-instrument/pull/24 ([7252aae](https://github.com/istanbuljs/istanbul-lib-instrument/commit/7252aae))
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
<a name="1.1.2"></a>
|
|
536
|
-
## [1.1.2](https://github.com/istanbuljs/istanbul-lib-instrument/compare/v1.1.1...v1.1.2) (2016-09-08)
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
### Performance Improvements
|
|
540
|
-
|
|
541
|
-
* use zero-based numeric indices for much faster instrumented code ([#22](https://github.com/istanbuljs/istanbul-lib-instrument/issues/22)) ([5b401f5](https://github.com/istanbuljs/istanbul-lib-instrument/commit/5b401f5))
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
<a name="1.1.1"></a>
|
|
546
|
-
## [1.1.1](https://github.com/istanbuljs/istanbul-lib-instrument/compare/v1.1.0...v1.1.1) (2016-08-30)
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
### Bug Fixes
|
|
550
|
-
|
|
551
|
-
* upgrade istanbul-lib-coverage ([eb9b1f6](https://github.com/istanbuljs/istanbul-lib-instrument/commit/eb9b1f6))
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
<a name="1.1.0"></a>
|
|
556
|
-
# [1.1.0](https://github.com/istanbuljs/istanbul-lib-instrument/compare/v1.1.0-alpha.4...v1.1.0) (2016-08-11)
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
### Bug Fixes
|
|
560
|
-
|
|
561
|
-
* guard against invalid loc ([#16](https://github.com/istanbuljs/istanbul-lib-instrument/issues/16)) ([23ebfc3](https://github.com/istanbuljs/istanbul-lib-instrument/commit/23ebfc3))
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
<a name="1.1.0-alpha.4"></a>
|
|
566
|
-
# [1.1.0-alpha.4](https://github.com/istanbuljs/istanbul-lib-instrument/compare/v1.0.0-alpha.5...v1.1.0-alpha.4) (2016-07-20)
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
### Bug Fixes
|
|
570
|
-
|
|
571
|
-
* require more performant babel-generator ([#15](https://github.com/istanbuljs/istanbul-lib-instrument/issues/15)) ([21b2563](https://github.com/istanbuljs/istanbul-lib-instrument/commit/21b2563))
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
Copyright 2012-2015 Yahoo! Inc.
|
|
2
|
-
All rights reserved.
|
|
3
|
-
|
|
4
|
-
Redistribution and use in source and binary forms, with or without
|
|
5
|
-
modification, are permitted provided that the following conditions are met:
|
|
6
|
-
* Redistributions of source code must retain the above copyright
|
|
7
|
-
notice, this list of conditions and the following disclaimer.
|
|
8
|
-
* Redistributions in binary form must reproduce the above copyright
|
|
9
|
-
notice, this list of conditions and the following disclaimer in the
|
|
10
|
-
documentation and/or other materials provided with the distribution.
|
|
11
|
-
* Neither the name of the Yahoo! Inc. nor the
|
|
12
|
-
names of its contributors may be used to endorse or promote products
|
|
13
|
-
derived from this software without specific prior written permission.
|
|
14
|
-
|
|
15
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
16
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
17
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
18
|
-
DISCLAIMED. IN NO EVENT SHALL YAHOO! INC. BE LIABLE FOR ANY
|
|
19
|
-
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
20
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
21
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
22
|
-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
23
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
24
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
## istanbul-lib-instrument
|
|
2
|
-
|
|
3
|
-
[](https://travis-ci.org/istanbuljs/istanbul-lib-instrument)
|
|
4
|
-
|
|
5
|
-
Istanbul instrumenter library.
|
|
6
|
-
|
|
7
|
-
Version 1.1.x now implements instrumentation using `Babel`. The implementation is inspired
|
|
8
|
-
by prior art by @dtinth as demonstrated in the `__coverage__` babel plugin.
|
|
9
|
-
|
|
10
|
-
It provides 2 "modes" of instrumentation.
|
|
11
|
-
|
|
12
|
-
- The old API that is mostly unchanged (except for incompatibilities noted) and
|
|
13
|
-
performs the instrumentation using babel as a library.
|
|
14
|
-
|
|
15
|
-
- A `programVisitor` function for the Babel AST that can be used by a Babel plugin
|
|
16
|
-
to emit instrumentation for ES6 code directly without any source map
|
|
17
|
-
processing. This is the preferred path for babel users. The Babel plugin is
|
|
18
|
-
called `babel-plugin-istanbul`.
|
|
19
|
-
|
|
20
|
-
Incompatibilities and changes to instrumentation behavior can be found in
|
|
21
|
-
[v0-changes.md](v0-changes.md).
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.MAGIC_VALUE = exports.MAGIC_KEY = exports.SHA = void 0;
|
|
7
|
-
|
|
8
|
-
var _crypto = require("crypto");
|
|
9
|
-
|
|
10
|
-
var _semver = require("semver");
|
|
11
|
-
|
|
12
|
-
var _package = require("../package.json");
|
|
13
|
-
|
|
14
|
-
// function to use for creating hashes
|
|
15
|
-
const SHA = 'sha1'; // name of coverage data magic key
|
|
16
|
-
|
|
17
|
-
exports.SHA = SHA;
|
|
18
|
-
const MAGIC_KEY = '_coverageSchema'; // name of coverage data magic value
|
|
19
|
-
|
|
20
|
-
exports.MAGIC_KEY = MAGIC_KEY;
|
|
21
|
-
const MAGIC_VALUE = (0, _crypto.createHash)(SHA).update(_package.name + '@' + (0, _semver.major)(_package.version)).digest('hex');
|
|
22
|
-
exports.MAGIC_VALUE = MAGIC_VALUE;
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.createInstrumenter = createInstrumenter;
|
|
7
|
-
Object.defineProperty(exports, "programVisitor", {
|
|
8
|
-
enumerable: true,
|
|
9
|
-
get: function () {
|
|
10
|
-
return _visitor.default;
|
|
11
|
-
}
|
|
12
|
-
});
|
|
13
|
-
Object.defineProperty(exports, "readInitialCoverage", {
|
|
14
|
-
enumerable: true,
|
|
15
|
-
get: function () {
|
|
16
|
-
return _readCoverage.default;
|
|
17
|
-
}
|
|
18
|
-
});
|
|
19
|
-
exports.defaultOpts = void 0;
|
|
20
|
-
|
|
21
|
-
var _schema = require("@istanbuljs/schema");
|
|
22
|
-
|
|
23
|
-
var _instrumenter = _interopRequireDefault(require("./instrumenter"));
|
|
24
|
-
|
|
25
|
-
var _visitor = _interopRequireDefault(require("./visitor"));
|
|
26
|
-
|
|
27
|
-
var _readCoverage = _interopRequireDefault(require("./read-coverage"));
|
|
28
|
-
|
|
29
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
30
|
-
|
|
31
|
-
/**
|
|
32
|
-
* createInstrumenter creates a new instrumenter with the
|
|
33
|
-
* supplied options.
|
|
34
|
-
* @param {Object} opts - instrumenter options. See the documentation
|
|
35
|
-
* for the Instrumenter class.
|
|
36
|
-
*/
|
|
37
|
-
function createInstrumenter(opts) {
|
|
38
|
-
return new _instrumenter.default(opts);
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
const defaultOpts = _schema.defaults.instrumenter;
|
|
42
|
-
exports.defaultOpts = defaultOpts;
|