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,395 +0,0 @@
|
|
|
1
|
-
Attribution 4.0 International
|
|
2
|
-
|
|
3
|
-
=======================================================================
|
|
4
|
-
|
|
5
|
-
Creative Commons Corporation ("Creative Commons") is not a law firm and
|
|
6
|
-
does not provide legal services or legal advice. Distribution of
|
|
7
|
-
Creative Commons public licenses does not create a lawyer-client or
|
|
8
|
-
other relationship. Creative Commons makes its licenses and related
|
|
9
|
-
information available on an "as-is" basis. Creative Commons gives no
|
|
10
|
-
warranties regarding its licenses, any material licensed under their
|
|
11
|
-
terms and conditions, or any related information. Creative Commons
|
|
12
|
-
disclaims all liability for damages resulting from their use to the
|
|
13
|
-
fullest extent possible.
|
|
14
|
-
|
|
15
|
-
Using Creative Commons Public Licenses
|
|
16
|
-
|
|
17
|
-
Creative Commons public licenses provide a standard set of terms and
|
|
18
|
-
conditions that creators and other rights holders may use to share
|
|
19
|
-
original works of authorship and other material subject to copyright
|
|
20
|
-
and certain other rights specified in the public license below. The
|
|
21
|
-
following considerations are for informational purposes only, are not
|
|
22
|
-
exhaustive, and do not form part of our licenses.
|
|
23
|
-
|
|
24
|
-
Considerations for licensors: Our public licenses are
|
|
25
|
-
intended for use by those authorized to give the public
|
|
26
|
-
permission to use material in ways otherwise restricted by
|
|
27
|
-
copyright and certain other rights. Our licenses are
|
|
28
|
-
irrevocable. Licensors should read and understand the terms
|
|
29
|
-
and conditions of the license they choose before applying it.
|
|
30
|
-
Licensors should also secure all rights necessary before
|
|
31
|
-
applying our licenses so that the public can reuse the
|
|
32
|
-
material as expected. Licensors should clearly mark any
|
|
33
|
-
material not subject to the license. This includes other CC-
|
|
34
|
-
licensed material, or material used under an exception or
|
|
35
|
-
limitation to copyright. More considerations for licensors:
|
|
36
|
-
wiki.creativecommons.org/Considerations_for_licensors
|
|
37
|
-
|
|
38
|
-
Considerations for the public: By using one of our public
|
|
39
|
-
licenses, a licensor grants the public permission to use the
|
|
40
|
-
licensed material under specified terms and conditions. If
|
|
41
|
-
the licensor's permission is not necessary for any reason--for
|
|
42
|
-
example, because of any applicable exception or limitation to
|
|
43
|
-
copyright--then that use is not regulated by the license. Our
|
|
44
|
-
licenses grant only permissions under copyright and certain
|
|
45
|
-
other rights that a licensor has authority to grant. Use of
|
|
46
|
-
the licensed material may still be restricted for other
|
|
47
|
-
reasons, including because others have copyright or other
|
|
48
|
-
rights in the material. A licensor may make special requests,
|
|
49
|
-
such as asking that all changes be marked or described.
|
|
50
|
-
Although not required by our licenses, you are encouraged to
|
|
51
|
-
respect those requests where reasonable. More_considerations
|
|
52
|
-
for the public:
|
|
53
|
-
wiki.creativecommons.org/Considerations_for_licensees
|
|
54
|
-
|
|
55
|
-
=======================================================================
|
|
56
|
-
|
|
57
|
-
Creative Commons Attribution 4.0 International Public License
|
|
58
|
-
|
|
59
|
-
By exercising the Licensed Rights (defined below), You accept and agree
|
|
60
|
-
to be bound by the terms and conditions of this Creative Commons
|
|
61
|
-
Attribution 4.0 International Public License ("Public License"). To the
|
|
62
|
-
extent this Public License may be interpreted as a contract, You are
|
|
63
|
-
granted the Licensed Rights in consideration of Your acceptance of
|
|
64
|
-
these terms and conditions, and the Licensor grants You such rights in
|
|
65
|
-
consideration of benefits the Licensor receives from making the
|
|
66
|
-
Licensed Material available under these terms and conditions.
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
Section 1 -- Definitions.
|
|
70
|
-
|
|
71
|
-
a. Adapted Material means material subject to Copyright and Similar
|
|
72
|
-
Rights that is derived from or based upon the Licensed Material
|
|
73
|
-
and in which the Licensed Material is translated, altered,
|
|
74
|
-
arranged, transformed, or otherwise modified in a manner requiring
|
|
75
|
-
permission under the Copyright and Similar Rights held by the
|
|
76
|
-
Licensor. For purposes of this Public License, where the Licensed
|
|
77
|
-
Material is a musical work, performance, or sound recording,
|
|
78
|
-
Adapted Material is always produced where the Licensed Material is
|
|
79
|
-
synched in timed relation with a moving image.
|
|
80
|
-
|
|
81
|
-
b. Adapter's License means the license You apply to Your Copyright
|
|
82
|
-
and Similar Rights in Your contributions to Adapted Material in
|
|
83
|
-
accordance with the terms and conditions of this Public License.
|
|
84
|
-
|
|
85
|
-
c. Copyright and Similar Rights means copyright and/or similar rights
|
|
86
|
-
closely related to copyright including, without limitation,
|
|
87
|
-
performance, broadcast, sound recording, and Sui Generis Database
|
|
88
|
-
Rights, without regard to how the rights are labeled or
|
|
89
|
-
categorized. For purposes of this Public License, the rights
|
|
90
|
-
specified in Section 2(b)(1)-(2) are not Copyright and Similar
|
|
91
|
-
Rights.
|
|
92
|
-
|
|
93
|
-
d. Effective Technological Measures means those measures that, in the
|
|
94
|
-
absence of proper authority, may not be circumvented under laws
|
|
95
|
-
fulfilling obligations under Article 11 of the WIPO Copyright
|
|
96
|
-
Treaty adopted on December 20, 1996, and/or similar international
|
|
97
|
-
agreements.
|
|
98
|
-
|
|
99
|
-
e. Exceptions and Limitations means fair use, fair dealing, and/or
|
|
100
|
-
any other exception or limitation to Copyright and Similar Rights
|
|
101
|
-
that applies to Your use of the Licensed Material.
|
|
102
|
-
|
|
103
|
-
f. Licensed Material means the artistic or literary work, database,
|
|
104
|
-
or other material to which the Licensor applied this Public
|
|
105
|
-
License.
|
|
106
|
-
|
|
107
|
-
g. Licensed Rights means the rights granted to You subject to the
|
|
108
|
-
terms and conditions of this Public License, which are limited to
|
|
109
|
-
all Copyright and Similar Rights that apply to Your use of the
|
|
110
|
-
Licensed Material and that the Licensor has authority to license.
|
|
111
|
-
|
|
112
|
-
h. Licensor means the individual(s) or entity(ies) granting rights
|
|
113
|
-
under this Public License.
|
|
114
|
-
|
|
115
|
-
i. Share means to provide material to the public by any means or
|
|
116
|
-
process that requires permission under the Licensed Rights, such
|
|
117
|
-
as reproduction, public display, public performance, distribution,
|
|
118
|
-
dissemination, communication, or importation, and to make material
|
|
119
|
-
available to the public including in ways that members of the
|
|
120
|
-
public may access the material from a place and at a time
|
|
121
|
-
individually chosen by them.
|
|
122
|
-
|
|
123
|
-
j. Sui Generis Database Rights means rights other than copyright
|
|
124
|
-
resulting from Directive 96/9/EC of the European Parliament and of
|
|
125
|
-
the Council of 11 March 1996 on the legal protection of databases,
|
|
126
|
-
as amended and/or succeeded, as well as other essentially
|
|
127
|
-
equivalent rights anywhere in the world.
|
|
128
|
-
|
|
129
|
-
k. You means the individual or entity exercising the Licensed Rights
|
|
130
|
-
under this Public License. Your has a corresponding meaning.
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
Section 2 -- Scope.
|
|
134
|
-
|
|
135
|
-
a. License grant.
|
|
136
|
-
|
|
137
|
-
1. Subject to the terms and conditions of this Public License,
|
|
138
|
-
the Licensor hereby grants You a worldwide, royalty-free,
|
|
139
|
-
non-sublicensable, non-exclusive, irrevocable license to
|
|
140
|
-
exercise the Licensed Rights in the Licensed Material to:
|
|
141
|
-
|
|
142
|
-
a. reproduce and Share the Licensed Material, in whole or
|
|
143
|
-
in part; and
|
|
144
|
-
|
|
145
|
-
b. produce, reproduce, and Share Adapted Material.
|
|
146
|
-
|
|
147
|
-
2. Exceptions and Limitations. For the avoidance of doubt, where
|
|
148
|
-
Exceptions and Limitations apply to Your use, this Public
|
|
149
|
-
License does not apply, and You do not need to comply with
|
|
150
|
-
its terms and conditions.
|
|
151
|
-
|
|
152
|
-
3. Term. The term of this Public License is specified in Section
|
|
153
|
-
6(a).
|
|
154
|
-
|
|
155
|
-
4. Media and formats; technical modifications allowed. The
|
|
156
|
-
Licensor authorizes You to exercise the Licensed Rights in
|
|
157
|
-
all media and formats whether now known or hereafter created,
|
|
158
|
-
and to make technical modifications necessary to do so. The
|
|
159
|
-
Licensor waives and/or agrees not to assert any right or
|
|
160
|
-
authority to forbid You from making technical modifications
|
|
161
|
-
necessary to exercise the Licensed Rights, including
|
|
162
|
-
technical modifications necessary to circumvent Effective
|
|
163
|
-
Technological Measures. For purposes of this Public License,
|
|
164
|
-
simply making modifications authorized by this Section 2(a)
|
|
165
|
-
(4) never produces Adapted Material.
|
|
166
|
-
|
|
167
|
-
5. Downstream recipients.
|
|
168
|
-
|
|
169
|
-
a. Offer from the Licensor -- Licensed Material. Every
|
|
170
|
-
recipient of the Licensed Material automatically
|
|
171
|
-
receives an offer from the Licensor to exercise the
|
|
172
|
-
Licensed Rights under the terms and conditions of this
|
|
173
|
-
Public License.
|
|
174
|
-
|
|
175
|
-
b. No downstream restrictions. You may not offer or impose
|
|
176
|
-
any additional or different terms or conditions on, or
|
|
177
|
-
apply any Effective Technological Measures to, the
|
|
178
|
-
Licensed Material if doing so restricts exercise of the
|
|
179
|
-
Licensed Rights by any recipient of the Licensed
|
|
180
|
-
Material.
|
|
181
|
-
|
|
182
|
-
6. No endorsement. Nothing in this Public License constitutes or
|
|
183
|
-
may be construed as permission to assert or imply that You
|
|
184
|
-
are, or that Your use of the Licensed Material is, connected
|
|
185
|
-
with, or sponsored, endorsed, or granted official status by,
|
|
186
|
-
the Licensor or others designated to receive attribution as
|
|
187
|
-
provided in Section 3(a)(1)(A)(i).
|
|
188
|
-
|
|
189
|
-
b. Other rights.
|
|
190
|
-
|
|
191
|
-
1. Moral rights, such as the right of integrity, are not
|
|
192
|
-
licensed under this Public License, nor are publicity,
|
|
193
|
-
privacy, and/or other similar personality rights; however, to
|
|
194
|
-
the extent possible, the Licensor waives and/or agrees not to
|
|
195
|
-
assert any such rights held by the Licensor to the limited
|
|
196
|
-
extent necessary to allow You to exercise the Licensed
|
|
197
|
-
Rights, but not otherwise.
|
|
198
|
-
|
|
199
|
-
2. Patent and trademark rights are not licensed under this
|
|
200
|
-
Public License.
|
|
201
|
-
|
|
202
|
-
3. To the extent possible, the Licensor waives any right to
|
|
203
|
-
collect royalties from You for the exercise of the Licensed
|
|
204
|
-
Rights, whether directly or through a collecting society
|
|
205
|
-
under any voluntary or waivable statutory or compulsory
|
|
206
|
-
licensing scheme. In all other cases the Licensor expressly
|
|
207
|
-
reserves any right to collect such royalties.
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
Section 3 -- License Conditions.
|
|
211
|
-
|
|
212
|
-
Your exercise of the Licensed Rights is expressly made subject to the
|
|
213
|
-
following conditions.
|
|
214
|
-
|
|
215
|
-
a. Attribution.
|
|
216
|
-
|
|
217
|
-
1. If You Share the Licensed Material (including in modified
|
|
218
|
-
form), You must:
|
|
219
|
-
|
|
220
|
-
a. retain the following if it is supplied by the Licensor
|
|
221
|
-
with the Licensed Material:
|
|
222
|
-
|
|
223
|
-
i. identification of the creator(s) of the Licensed
|
|
224
|
-
Material and any others designated to receive
|
|
225
|
-
attribution, in any reasonable manner requested by
|
|
226
|
-
the Licensor (including by pseudonym if
|
|
227
|
-
designated);
|
|
228
|
-
|
|
229
|
-
ii. a copyright notice;
|
|
230
|
-
|
|
231
|
-
iii. a notice that refers to this Public License;
|
|
232
|
-
|
|
233
|
-
iv. a notice that refers to the disclaimer of
|
|
234
|
-
warranties;
|
|
235
|
-
|
|
236
|
-
v. a URI or hyperlink to the Licensed Material to the
|
|
237
|
-
extent reasonably practicable;
|
|
238
|
-
|
|
239
|
-
b. indicate if You modified the Licensed Material and
|
|
240
|
-
retain an indication of any previous modifications; and
|
|
241
|
-
|
|
242
|
-
c. indicate the Licensed Material is licensed under this
|
|
243
|
-
Public License, and include the text of, or the URI or
|
|
244
|
-
hyperlink to, this Public License.
|
|
245
|
-
|
|
246
|
-
2. You may satisfy the conditions in Section 3(a)(1) in any
|
|
247
|
-
reasonable manner based on the medium, means, and context in
|
|
248
|
-
which You Share the Licensed Material. For example, it may be
|
|
249
|
-
reasonable to satisfy the conditions by providing a URI or
|
|
250
|
-
hyperlink to a resource that includes the required
|
|
251
|
-
information.
|
|
252
|
-
|
|
253
|
-
3. If requested by the Licensor, You must remove any of the
|
|
254
|
-
information required by Section 3(a)(1)(A) to the extent
|
|
255
|
-
reasonably practicable.
|
|
256
|
-
|
|
257
|
-
4. If You Share Adapted Material You produce, the Adapter's
|
|
258
|
-
License You apply must not prevent recipients of the Adapted
|
|
259
|
-
Material from complying with this Public License.
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
Section 4 -- Sui Generis Database Rights.
|
|
263
|
-
|
|
264
|
-
Where the Licensed Rights include Sui Generis Database Rights that
|
|
265
|
-
apply to Your use of the Licensed Material:
|
|
266
|
-
|
|
267
|
-
a. for the avoidance of doubt, Section 2(a)(1) grants You the right
|
|
268
|
-
to extract, reuse, reproduce, and Share all or a substantial
|
|
269
|
-
portion of the contents of the database;
|
|
270
|
-
|
|
271
|
-
b. if You include all or a substantial portion of the database
|
|
272
|
-
contents in a database in which You have Sui Generis Database
|
|
273
|
-
Rights, then the database in which You have Sui Generis Database
|
|
274
|
-
Rights (but not its individual contents) is Adapted Material; and
|
|
275
|
-
|
|
276
|
-
c. You must comply with the conditions in Section 3(a) if You Share
|
|
277
|
-
all or a substantial portion of the contents of the database.
|
|
278
|
-
|
|
279
|
-
For the avoidance of doubt, this Section 4 supplements and does not
|
|
280
|
-
replace Your obligations under this Public License where the Licensed
|
|
281
|
-
Rights include other Copyright and Similar Rights.
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
Section 5 -- Disclaimer of Warranties and Limitation of Liability.
|
|
285
|
-
|
|
286
|
-
a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
|
|
287
|
-
EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
|
|
288
|
-
AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
|
|
289
|
-
ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
|
|
290
|
-
IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
|
|
291
|
-
WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
|
|
292
|
-
PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
|
|
293
|
-
ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
|
|
294
|
-
KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
|
|
295
|
-
ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
|
|
296
|
-
|
|
297
|
-
b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
|
|
298
|
-
TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
|
|
299
|
-
NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
|
|
300
|
-
INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
|
|
301
|
-
COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
|
|
302
|
-
USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
|
|
303
|
-
ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
|
|
304
|
-
DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
|
|
305
|
-
IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
|
|
306
|
-
|
|
307
|
-
c. The disclaimer of warranties and limitation of liability provided
|
|
308
|
-
above shall be interpreted in a manner that, to the extent
|
|
309
|
-
possible, most closely approximates an absolute disclaimer and
|
|
310
|
-
waiver of all liability.
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
Section 6 -- Term and Termination.
|
|
314
|
-
|
|
315
|
-
a. This Public License applies for the term of the Copyright and
|
|
316
|
-
Similar Rights licensed here. However, if You fail to comply with
|
|
317
|
-
this Public License, then Your rights under this Public License
|
|
318
|
-
terminate automatically.
|
|
319
|
-
|
|
320
|
-
b. Where Your right to use the Licensed Material has terminated under
|
|
321
|
-
Section 6(a), it reinstates:
|
|
322
|
-
|
|
323
|
-
1. automatically as of the date the violation is cured, provided
|
|
324
|
-
it is cured within 30 days of Your discovery of the
|
|
325
|
-
violation; or
|
|
326
|
-
|
|
327
|
-
2. upon express reinstatement by the Licensor.
|
|
328
|
-
|
|
329
|
-
For the avoidance of doubt, this Section 6(b) does not affect any
|
|
330
|
-
right the Licensor may have to seek remedies for Your violations
|
|
331
|
-
of this Public License.
|
|
332
|
-
|
|
333
|
-
c. For the avoidance of doubt, the Licensor may also offer the
|
|
334
|
-
Licensed Material under separate terms or conditions or stop
|
|
335
|
-
distributing the Licensed Material at any time; however, doing so
|
|
336
|
-
will not terminate this Public License.
|
|
337
|
-
|
|
338
|
-
d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
|
|
339
|
-
License.
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
Section 7 -- Other Terms and Conditions.
|
|
343
|
-
|
|
344
|
-
a. The Licensor shall not be bound by any additional or different
|
|
345
|
-
terms or conditions communicated by You unless expressly agreed.
|
|
346
|
-
|
|
347
|
-
b. Any arrangements, understandings, or agreements regarding the
|
|
348
|
-
Licensed Material not stated herein are separate from and
|
|
349
|
-
independent of the terms and conditions of this Public License.
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
Section 8 -- Interpretation.
|
|
353
|
-
|
|
354
|
-
a. For the avoidance of doubt, this Public License does not, and
|
|
355
|
-
shall not be interpreted to, reduce, limit, restrict, or impose
|
|
356
|
-
conditions on any use of the Licensed Material that could lawfully
|
|
357
|
-
be made without permission under this Public License.
|
|
358
|
-
|
|
359
|
-
b. To the extent possible, if any provision of this Public License is
|
|
360
|
-
deemed unenforceable, it shall be automatically reformed to the
|
|
361
|
-
minimum extent necessary to make it enforceable. If the provision
|
|
362
|
-
cannot be reformed, it shall be severed from this Public License
|
|
363
|
-
without affecting the enforceability of the remaining terms and
|
|
364
|
-
conditions.
|
|
365
|
-
|
|
366
|
-
c. No term or condition of this Public License will be waived and no
|
|
367
|
-
failure to comply consented to unless expressly agreed to by the
|
|
368
|
-
Licensor.
|
|
369
|
-
|
|
370
|
-
d. Nothing in this Public License constitutes or may be interpreted
|
|
371
|
-
as a limitation upon, or waiver of, any privileges and immunities
|
|
372
|
-
that apply to the Licensor or You, including from the legal
|
|
373
|
-
processes of any jurisdiction or authority.
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
=======================================================================
|
|
377
|
-
|
|
378
|
-
Creative Commons is not a party to its public
|
|
379
|
-
licenses. Notwithstanding, Creative Commons may elect to apply one of
|
|
380
|
-
its public licenses to material it publishes and in those instances
|
|
381
|
-
will be considered the “Licensor.” The text of the Creative Commons
|
|
382
|
-
public licenses is dedicated to the public domain under the CC0 Public
|
|
383
|
-
Domain Dedication. Except for the limited purpose of indicating that
|
|
384
|
-
material is shared under a Creative Commons public license or as
|
|
385
|
-
otherwise permitted by the Creative Commons policies published at
|
|
386
|
-
creativecommons.org/policies, Creative Commons does not authorize the
|
|
387
|
-
use of the trademark "Creative Commons" or any other trademark or logo
|
|
388
|
-
of Creative Commons without its prior written consent including,
|
|
389
|
-
without limitation, in connection with any unauthorized modifications
|
|
390
|
-
to any of its public licenses or any other arrangements,
|
|
391
|
-
understandings, or agreements concerning use of licensed material. For
|
|
392
|
-
the avoidance of doubt, this paragraph does not form part of the
|
|
393
|
-
public licenses.
|
|
394
|
-
|
|
395
|
-
Creative Commons may be contacted at creativecommons.org.
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports={A:{A:{K:0,F:0,G:0.0326854,H:0.0435805,A:0,B:0.392224,KC:0},B:"ms",C:["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","KC","K","F","G","H","A","B","","",""],E:"IE",F:{KC:962323200,K:998870400,F:1161129600,G:1237420800,H:1300060800,A:1346716800,B:1381968000}},B:{A:{"0":3.56904,C:0,L:0,M:0,I:0.004259,N:0,D:0.004259,O:0.012777,P:0,Q:0.004259,R:0.004259,S:0.004259,T:0.008518,U:0.004259,V:0.004259,W:0.004259,X:0,Y:0.004259,Z:0.004259,a:0,b:0.012777,c:0,d:0,e:0,f:0,g:0,h:0,i:0.008518,j:0,k:0.008518,o:0.008518,p:0.004259,q:0,r:0,s:0.004259,t:0.008518,u:0.012777,v:0.076662,w:0.021295,x:0.029813,y:0.579224,z:0.745325,E:0},B:"webkit",C:["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","C","L","M","I","N","D","O","P","Q","R","S","T","U","V","W","X","Y","Z","a","b","c","d","e","f","g","h","i","j","k","o","p","q","r","s","t","u","v","w","x","y","z","0","E","","",""],E:"Edge",F:{"0":1685664000,C:1438128000,L:1447286400,M:1470096000,I:1491868800,N:1508198400,D:1525046400,O:1542067200,P:1579046400,Q:1581033600,R:1586736000,S:1590019200,T:1594857600,U:1598486400,V:1602201600,W:1605830400,X:1611360000,Y:1614816000,Z:1618358400,a:1622073600,b:1626912000,c:1630627200,d:1632441600,e:1634774400,f:1637539200,g:1641427200,h:1643932800,i:1646265600,j:1649635200,k:1651190400,o:1653955200,p:1655942400,q:1659657600,r:1661990400,s:1664755200,t:1666915200,u:1670198400,v:1673481600,w:1675900800,x:1678665600,y:1680825600,z:1683158400,E:1689897600},D:{C:"ms",L:"ms",M:"ms",I:"ms",N:"ms",D:"ms",O:"ms"}},C:{A:{"0":1.2564,"1":0,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,LC:0,zB:0,J:0,K:0,F:0,G:0,H:0,A:0,B:0.008518,C:0,L:0,M:0,I:0,N:0,D:0,O:0,l:0,m:0,AB:0,BB:0,CB:0,DB:0,EB:0,FB:0,GB:0,HB:0,IB:0,JB:0,KB:0,LB:0,MB:0,NB:0,OB:0.012777,PB:0.004259,QB:0,RB:0,SB:0,TB:0,UB:0,VB:0,WB:0,XB:0.051108,YB:0,ZB:0,aB:0,bB:0.004259,cB:0,dB:0,"0B":0.004259,eB:0,"1B":0,fB:0,gB:0,hB:0,iB:0,jB:0,kB:0,lB:0.004259,mB:0,nB:0,oB:0,pB:0.008518,n:0,qB:0,rB:0,sB:0,tB:0,uB:0.051108,P:0,Q:0,R:0,"2B":0,S:0,T:0.017036,U:0,V:0,W:0.008518,X:0.004259,Y:0,Z:0,a:0.012777,b:0,c:0,d:0.004259,e:0,f:0,g:0,h:0,i:0,j:0,k:0,o:0.110734,p:0.012777,q:0,r:0.008518,s:0.004259,t:0.008518,u:0.012777,v:0.012777,w:0.012777,x:0.025554,y:0.055367,z:0.660145,E:0.012777,"3B":0,"4B":0,"5B":0,MC:0,NC:0,OC:0},B:"moz",C:["LC","zB","NC","OC","J","1","K","F","G","H","A","B","C","L","M","I","N","D","O","2","l","m","3","4","5","6","7","8","9","AB","BB","CB","DB","EB","FB","GB","HB","IB","JB","KB","LB","MB","NB","OB","PB","QB","RB","SB","TB","UB","VB","WB","XB","YB","ZB","aB","bB","cB","dB","0B","eB","1B","fB","gB","hB","iB","jB","kB","lB","mB","nB","oB","pB","n","qB","rB","sB","tB","uB","P","Q","R","2B","S","T","U","V","W","X","Y","Z","a","b","c","d","e","f","g","h","i","j","k","o","p","q","r","s","t","u","v","w","x","y","z","0","E","3B","4B","5B","MC"],E:"Firefox",F:{"0":1686009600,"1":1308614400,"2":1357603200,"3":1368489600,"4":1372118400,"5":1375747200,"6":1379376000,"7":1386633600,"8":1391472000,"9":1395100800,LC:1161648000,zB:1213660800,NC:1246320000,OC:1264032000,J:1300752000,K:1313452800,F:1317081600,G:1317081600,H:1320710400,A:1324339200,B:1327968000,C:1331596800,L:1335225600,M:1338854400,I:1342483200,N:1346112000,D:1349740800,O:1353628800,l:1361232000,m:1364860800,AB:1398729600,BB:1402358400,CB:1405987200,DB:1409616000,EB:1413244800,FB:1417392000,GB:1421107200,HB:1424736000,IB:1428278400,JB:1431475200,KB:1435881600,LB:1439251200,MB:1442880000,NB:1446508800,OB:1450137600,PB:1453852800,QB:1457395200,RB:1461628800,SB:1465257600,TB:1470096000,UB:1474329600,VB:1479168000,WB:1485216000,XB:1488844800,YB:1492560000,ZB:1497312000,aB:1502150400,bB:1506556800,cB:1510617600,dB:1516665600,"0B":1520985600,eB:1525824000,"1B":1529971200,fB:1536105600,gB:1540252800,hB:1544486400,iB:1548720000,jB:1552953600,kB:1558396800,lB:1562630400,mB:1567468800,nB:1571788800,oB:1575331200,pB:1578355200,n:1581379200,qB:1583798400,rB:1586304000,sB:1588636800,tB:1591056000,uB:1593475200,P:1595894400,Q:1598313600,R:1600732800,"2B":1603152000,S:1605571200,T:1607990400,U:1611619200,V:1614038400,W:1616457600,X:1618790400,Y:1622505600,Z:1626134400,a:1628553600,b:1630972800,c:1633392000,d:1635811200,e:1638835200,f:1641859200,g:1644364800,h:1646697600,i:1649116800,j:1651536000,k:1653955200,o:1656374400,p:1658793600,q:1661212800,r:1663632000,s:1666051200,t:1668470400,u:1670889600,v:1673913600,w:1676332800,x:1678752000,y:1681171200,z:1683590400,E:1688428800,"3B":1690848000,"4B":null,"5B":null,MC:null}},D:{A:{"0":14.553,"1":0,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,J:0,K:0,F:0,G:0,H:0,A:0,B:0,C:0,L:0,M:0,I:0,N:0,D:0,O:0,l:0,m:0,AB:0,BB:0,CB:0,DB:0,EB:0,FB:0.008518,GB:0,HB:0,IB:0,JB:0.017036,KB:0,LB:0.012777,MB:0,NB:0,OB:0,PB:0,QB:0,RB:0,SB:0.008518,TB:0.017036,UB:0.038331,VB:0.008518,WB:0,XB:0.004259,YB:0.008518,ZB:0,aB:0.004259,bB:0.051108,cB:0,dB:0,"0B":0,eB:0.017036,"1B":0.012777,fB:0,gB:0.004259,hB:0,iB:0.012777,jB:0.029813,kB:0.008518,lB:0.025554,mB:0.051108,nB:0.04259,oB:0.017036,pB:0.025554,n:0.012777,qB:0.059626,rB:0.059626,sB:0.093698,tB:0.025554,uB:0.038331,P:0.200173,Q:0.051108,R:0.051108,S:0.110734,T:0.029813,U:0.089439,V:0.072403,W:0.089439,X:0.046849,Y:0.038331,Z:0.055367,a:0.089439,b:0.038331,c:0.17036,d:0.034072,e:0.021295,f:0.025554,g:0.025554,h:0.063885,i:0.055367,j:0.046849,k:0.04259,o:0.051108,p:0.268317,q:0.063885,r:0.076662,s:0.051108,t:0.059626,u:0.149065,v:1.96766,w:0.123511,x:0.455713,y:0.630332,z:3.9268,E:0.021295,"3B":0.021295,"4B":0,"5B":0},B:"webkit",C:["","","","","","","J","1","K","F","G","H","A","B","C","L","M","I","N","D","O","2","l","m","3","4","5","6","7","8","9","AB","BB","CB","DB","EB","FB","GB","HB","IB","JB","KB","LB","MB","NB","OB","PB","QB","RB","SB","TB","UB","VB","WB","XB","YB","ZB","aB","bB","cB","dB","0B","eB","1B","fB","gB","hB","iB","jB","kB","lB","mB","nB","oB","pB","n","qB","rB","sB","tB","uB","P","Q","R","S","T","U","V","W","X","Y","Z","a","b","c","d","e","f","g","h","i","j","k","o","p","q","r","s","t","u","v","w","x","y","z","0","E","3B","4B","5B"],E:"Chrome",F:{"0":1685404800,"1":1274745600,"2":1332892800,"3":1343692800,"4":1348531200,"5":1352246400,"6":1357862400,"7":1361404800,"8":1364428800,"9":1369094400,J:1264377600,K:1283385600,F:1287619200,G:1291248000,H:1296777600,A:1299542400,B:1303862400,C:1307404800,L:1312243200,M:1316131200,I:1316131200,N:1319500800,D:1323734400,O:1328659200,l:1337040000,m:1340668800,AB:1374105600,BB:1376956800,CB:1384214400,DB:1389657600,EB:1392940800,FB:1397001600,GB:1400544000,HB:1405468800,IB:1409011200,JB:1412640000,KB:1416268800,LB:1421798400,MB:1425513600,NB:1429401600,OB:1432080000,PB:1437523200,QB:1441152000,RB:1444780800,SB:1449014400,TB:1453248000,UB:1456963200,VB:1460592000,WB:1464134400,XB:1469059200,YB:1472601600,ZB:1476230400,aB:1480550400,bB:1485302400,cB:1489017600,dB:1492560000,"0B":1496707200,eB:1500940800,"1B":1504569600,fB:1508198400,gB:1512518400,hB:1516752000,iB:1520294400,jB:1523923200,kB:1527552000,lB:1532390400,mB:1536019200,nB:1539648000,oB:1543968000,pB:1548720000,n:1552348800,qB:1555977600,rB:1559606400,sB:1564444800,tB:1568073600,uB:1571702400,P:1575936000,Q:1580860800,R:1586304000,S:1589846400,T:1594684800,U:1598313600,V:1601942400,W:1605571200,X:1611014400,Y:1614556800,Z:1618272000,a:1621987200,b:1626739200,c:1630368000,d:1632268800,e:1634601600,f:1637020800,g:1641340800,h:1643673600,i:1646092800,j:1648512000,k:1650931200,o:1653350400,p:1655769600,q:1659398400,r:1661817600,s:1664236800,t:1666656000,u:1669680000,v:1673308800,w:1675728000,x:1678147200,y:1680566400,z:1682985600,E:1689724800,"3B":null,"4B":null,"5B":null}},E:{A:{"1":0,J:0,K:0,F:0,G:0,H:0,A:0,B:0,C:0,L:0.025554,M:0.12777,I:0.029813,D:0.008518,PC:0,"6B":0,QC:0.008518,RC:0,SC:0,TC:0.102216,"7B":0,vB:0.008518,wB:0.038331,"8B":0.166101,UC:0.332202,VC:0.055367,"9B":0.046849,AC:0.106475,xB:0.191655,BC:0.779397,yB:0.080921,CC:0.25554,DC:0.289612,EC:0.706994,FC:0.498303,GC:2.00599,HC:0.021295,WC:0},B:"webkit",C:["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","PC","6B","J","1","QC","K","RC","F","SC","G","H","TC","A","7B","B","vB","C","wB","L","8B","M","UC","I","VC","9B","AC","xB","BC","yB","CC","DC","EC","FC","GC","HC","D","WC"],E:"Safari",F:{"1":1275868800,PC:1205798400,"6B":1226534400,J:1244419200,QC:1311120000,K:1343174400,RC:1382400000,F:1382400000,SC:1410998400,G:1413417600,H:1443657600,TC:1458518400,A:1474329600,"7B":1490572800,B:1505779200,vB:1522281600,C:1537142400,wB:1553472000,L:1568851200,"8B":1585008000,M:1600214400,UC:1619395200,I:1632096000,VC:1635292800,"9B":1639353600,AC:1647216000,xB:1652745600,BC:1658275200,yB:1662940800,CC:1666569600,DC:1670889600,EC:1674432000,FC:1679875200,GC:1684368000,HC:null,D:null,WC:null}},F:{A:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0.008518,H:0,B:0.038331,C:0,I:0,N:0,D:0,O:0,l:0,m:0,AB:0,BB:0,CB:0,DB:0,EB:0,FB:0,GB:0,HB:0,IB:0,JB:0,KB:0,LB:0.004259,MB:0,NB:0,OB:0,PB:0,QB:0,RB:0.017036,SB:0,TB:0,UB:0,VB:0,WB:0,XB:0,YB:0,ZB:0,aB:0,bB:0,cB:0,dB:0,eB:0,fB:0,gB:0,hB:0,iB:0,jB:0,kB:0,lB:0,mB:0,nB:0,oB:0,pB:0,n:0,qB:0,rB:0,sB:0,tB:0,uB:0,P:0,Q:0,R:0,"2B":0,S:0,T:0,U:0.004259,V:0,W:0,X:0,Y:0,Z:0,a:0,b:0,c:0,d:0,e:0.059626,f:0.012777,g:0.021295,h:0.664404,i:1.29048,j:0.012777,k:0,XC:0,YC:0,ZC:0,aC:0,vB:0,IC:0,bC:0,wB:0},B:"webkit",C:["","","","","","","","","","","","","","","","","","","","","","H","XC","YC","ZC","aC","B","vB","IC","bC","C","wB","I","N","D","O","2","l","m","3","4","5","6","7","8","9","AB","BB","CB","DB","EB","FB","GB","HB","IB","JB","KB","LB","MB","NB","OB","PB","QB","RB","SB","TB","UB","VB","WB","XB","YB","ZB","aB","bB","cB","dB","eB","fB","gB","hB","iB","jB","kB","lB","mB","nB","oB","pB","n","qB","rB","sB","tB","uB","P","Q","R","2B","S","T","U","V","W","X","Y","Z","a","b","c","d","e","f","g","h","i","j","k","","",""],E:"Opera",F:{"2":1390867200,"3":1401753600,"4":1405987200,"5":1409616000,"6":1413331200,"7":1417132800,"8":1422316800,"9":1425945600,H:1150761600,XC:1223424000,YC:1251763200,ZC:1267488000,aC:1277942400,B:1292457600,vB:1302566400,IC:1309219200,bC:1323129600,C:1323129600,wB:1352073600,I:1372723200,N:1377561600,D:1381104000,O:1386288000,l:1393891200,m:1399334400,AB:1430179200,BB:1433808000,CB:1438646400,DB:1442448000,EB:1445904000,FB:1449100800,GB:1454371200,HB:1457308800,IB:1462320000,JB:1465344000,KB:1470096000,LB:1474329600,MB:1477267200,NB:1481587200,OB:1486425600,PB:1490054400,QB:1494374400,RB:1498003200,SB:1502236800,TB:1506470400,UB:1510099200,VB:1515024000,WB:1517961600,XB:1521676800,YB:1525910400,ZB:1530144000,aB:1534982400,bB:1537833600,cB:1543363200,dB:1548201600,eB:1554768000,fB:1561593600,gB:1566259200,hB:1570406400,iB:1573689600,jB:1578441600,kB:1583971200,lB:1587513600,mB:1592956800,nB:1595894400,oB:1600128000,pB:1603238400,n:1613520000,qB:1612224000,rB:1616544000,sB:1619568000,tB:1623715200,uB:1627948800,P:1631577600,Q:1633392000,R:1635984000,"2B":1638403200,S:1642550400,T:1644969600,U:1647993600,V:1650412800,W:1652745600,X:1654646400,Y:1657152000,Z:1660780800,a:1663113600,b:1668816000,c:1668643200,d:1671062400,e:1675209600,f:1677024000,g:1679529600,h:1681948800,i:1684195200,j:1687219200,k:1690329600},D:{H:"o",B:"o",C:"o",XC:"o",YC:"o",ZC:"o",aC:"o",vB:"o",IC:"o",bC:"o",wB:"o"}},G:{A:{G:0,D:0.0227641,"6B":0,cC:0,JC:0.00303522,dC:0.00303522,eC:0.00455283,fC:0.0121409,gC:0.00455283,hC:0.00910566,iC:0.0440107,jC:0.00455283,kC:0.062222,lC:0.0303522,mC:0.0197289,nC:0.0166937,oC:0.321733,pC:0.00910566,qC:0.00910566,rC:0.0227641,sC:0.0773981,tC:0.20336,uC:0.374849,vC:0.119891,"9B":0.141138,AC:0.160867,xB:0.239782,BC:0.582762,yB:0.648019,CC:1.23837,DC:0.661678,EC:1.56617,FC:1.0259,GC:6.55152,HC:0.0637396},B:"webkit",C:["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","6B","cC","JC","dC","eC","fC","G","gC","hC","iC","jC","kC","lC","mC","nC","oC","pC","qC","rC","sC","tC","uC","vC","9B","AC","xB","BC","yB","CC","DC","EC","FC","GC","HC","D",""],E:"Safari on iOS",F:{"6B":1270252800,cC:1283904000,JC:1299628800,dC:1331078400,eC:1359331200,fC:1394409600,G:1410912000,gC:1413763200,hC:1442361600,iC:1458518400,jC:1473724800,kC:1490572800,lC:1505779200,mC:1522281600,nC:1537142400,oC:1553472000,pC:1568851200,qC:1572220800,rC:1580169600,sC:1585008000,tC:1600214400,uC:1619395200,vC:1632096000,"9B":1639353600,AC:1647216000,xB:1652659200,BC:1658275200,yB:1662940800,CC:1666569600,DC:1670889600,EC:1674432000,FC:1679875200,GC:1684368000,HC:null,D:null}},H:{A:{wC:0.956597},B:"o",C:["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","wC","","",""],E:"Opera Mini",F:{wC:1426464000}},I:{A:{zB:0,J:0.0252848,E:0,xC:0,yC:0.00842828,zC:0,"0C":0.0168566,JC:0.092711,"1C":0,"2C":0.252848},B:"webkit",C:["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","xC","yC","zC","zB","J","0C","JC","1C","2C","E","","",""],E:"Android Browser",F:{xC:1256515200,yC:1274313600,zC:1291593600,zB:1298332800,J:1318896000,"0C":1341792000,JC:1374624000,"1C":1386547200,"2C":1401667200,E:1690243200}},J:{A:{F:0,A:0},B:"webkit",C:["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","F","A","","",""],E:"Blackberry Browser",F:{F:1325376000,A:1359504000}},K:{A:{A:0,B:0,C:0,n:0,vB:0,IC:0,wB:0},B:"o",C:["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A","B","vB","IC","C","wB","n","","",""],E:"Opera Mobile",F:{A:1287100800,B:1300752000,vB:1314835200,IC:1318291200,C:1330300800,wB:1349740800,n:1673827200},D:{n:"webkit"}},L:{A:{E:38.2012},B:"webkit",C:["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","E","","",""],E:"Chrome for Android",F:{E:1690243200}},M:{A:{E:0.281309},B:"moz",C:["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","E","","",""],E:"Firefox for Android",F:{E:1688428800}},N:{A:{A:0,B:0},B:"ms",C:["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A","B","","",""],E:"IE Mobile",F:{A:1340150400,B:1353456000}},O:{A:{xB:1.04486},B:"webkit",C:["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","xB","","",""],E:"UC Browser for Android",F:{xB:1687132800},D:{xB:"webkit"}},P:{A:{J:0.156242,l:0.229156,m:1.74991,"3C":0,"4C":0,"5C":0.0520808,"6C":0,"7C":0,"7B":0,"8C":0.0208323,"9C":0,AD:0.0208323,BD:0.0208323,CD:0.0104162,yB:0.0416646,DD:0.0416646,ED:0.0416646,FD:0.0833293},B:"webkit",C:["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","J","3C","4C","5C","6C","7C","7B","8C","9C","AD","BD","CD","yB","DD","ED","FD","l","m","","",""],E:"Samsung Internet",F:{J:1461024000,"3C":1481846400,"4C":1509408000,"5C":1528329600,"6C":1546128000,"7C":1554163200,"7B":1567900800,"8C":1582588800,"9C":1593475200,AD:1605657600,BD:1618531200,CD:1629072000,yB:1640736000,DD:1651708800,ED:1659657600,FD:1667260800,l:1677369600,m:1684454400}},Q:{A:{"8B":0.155007},B:"webkit",C:["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","8B","","",""],E:"QQ Browser",F:{"8B":1663718400}},R:{A:{GD:0},B:"webkit",C:["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","GD","","",""],E:"Baidu Browser",F:{GD:1663027200}},S:{A:{HD:0.103338,ID:0},B:"moz",C:["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","HD","ID","","",""],E:"KaiOS Browser",F:{HD:1527811200,ID:1631664000}}};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports={"0":"114","1":"5","2":"19","3":"22","4":"23","5":"24","6":"25","7":"26","8":"27","9":"28",A:"10",B:"11",C:"12",D:"17",E:"115",F:"7",G:"8",H:"9",I:"15",J:"4",K:"6",L:"13",M:"14",N:"16",O:"18",P:"79",Q:"80",R:"81",S:"83",T:"84",U:"85",V:"86",W:"87",X:"88",Y:"89",Z:"90",a:"91",b:"92",c:"93",d:"94",e:"95",f:"96",g:"97",h:"98",i:"99",j:"100",k:"101",l:"20",m:"21",n:"73",o:"102",p:"103",q:"104",r:"105",s:"106",t:"107",u:"108",v:"109",w:"110",x:"111",y:"112",z:"113",AB:"29",BB:"30",CB:"31",DB:"32",EB:"33",FB:"34",GB:"35",HB:"36",IB:"37",JB:"38",KB:"39",LB:"40",MB:"41",NB:"42",OB:"43",PB:"44",QB:"45",RB:"46",SB:"47",TB:"48",UB:"49",VB:"50",WB:"51",XB:"52",YB:"53",ZB:"54",aB:"55",bB:"56",cB:"57",dB:"58",eB:"60",fB:"62",gB:"63",hB:"64",iB:"65",jB:"66",kB:"67",lB:"68",mB:"69",nB:"70",oB:"71",pB:"72",qB:"74",rB:"75",sB:"76",tB:"77",uB:"78",vB:"11.1",wB:"12.1",xB:"15.5",yB:"16.0",zB:"3","0B":"59","1B":"61","2B":"82","3B":"116","4B":"117","5B":"118","6B":"3.2","7B":"10.1","8B":"13.1","9B":"15.2-15.3",AC:"15.4",BC:"15.6",CC:"16.1",DC:"16.2",EC:"16.3",FC:"16.4",GC:"16.5",HC:"16.6",IC:"11.5",JC:"4.2-4.3",KC:"5.5",LC:"2",MC:"119",NC:"3.5",OC:"3.6",PC:"3.1",QC:"5.1",RC:"6.1",SC:"7.1",TC:"9.1",UC:"14.1",VC:"15.1",WC:"TP",XC:"9.5-9.6",YC:"10.0-10.1",ZC:"10.5",aC:"10.6",bC:"11.6",cC:"4.0-4.1",dC:"5.0-5.1",eC:"6.0-6.1",fC:"7.0-7.1",gC:"8.1-8.4",hC:"9.0-9.2",iC:"9.3",jC:"10.0-10.2",kC:"10.3",lC:"11.0-11.2",mC:"11.3-11.4",nC:"12.0-12.1",oC:"12.2-12.5",pC:"13.0-13.1",qC:"13.2",rC:"13.3",sC:"13.4-13.7",tC:"14.0-14.4",uC:"14.5-14.8",vC:"15.0-15.1",wC:"all",xC:"2.1",yC:"2.2",zC:"2.3","0C":"4.1","1C":"4.4","2C":"4.4.3-4.4.4","3C":"5.0-5.4","4C":"6.2-6.4","5C":"7.2-7.4","6C":"8.2","7C":"9.2","8C":"11.1-11.2","9C":"12.0",AD:"13.0",BD:"14.0",CD:"15.0",DD:"17.0",ED:"18.0",FD:"19.0",GD:"13.18",HD:"2.5",ID:"3.0-3.1"};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports={A:"ie",B:"edge",C:"firefox",D:"chrome",E:"safari",F:"opera",G:"ios_saf",H:"op_mini",I:"android",J:"bb",K:"op_mob",L:"and_chr",M:"and_ff",N:"ie_mob",O:"and_uc",P:"samsung",Q:"and_qq",R:"baidu",S:"kaios"};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports={A:{A:{"1":"H A B","2":"K F G KC"},B:{"1":"0 C L M I N D O P Q R S T U V W X Y Z a b c d e f g h i j k o p q r s t u v w x y z E"},C:{"2":"1 2 LC zB J K F G H A B C L M I N D O l m NC OC","132":"0 3 4 5 6 7 8 9 AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB ZB aB bB cB dB 0B eB 1B fB gB hB iB jB kB lB mB nB oB pB n qB rB sB tB uB P Q R 2B S T U V W X Y Z a b c d e f g h i j k o p q r s t u v w x y z E 3B 4B 5B MC"},D:{"1":"0 2 3 4 5 6 7 8 9 C L M I N D O l m AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB ZB aB bB cB dB 0B eB 1B fB gB hB iB jB kB lB mB nB oB pB n qB rB sB tB uB P Q R S T U V W X Y Z a b c d e f g h i j k o p q r s t u v w x y z E 3B 4B 5B","2":"1 J K F G H","16":"A B"},E:{"1":"1 J K F G H A B C L M I D QC RC SC TC 7B vB wB 8B UC VC 9B AC xB BC yB CC DC EC FC GC HC WC","2":"PC 6B"},F:{"1":"2 3 4 5 6 7 8 9 I N D O l m AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB ZB aB bB cB dB eB fB gB hB iB jB kB lB mB nB oB pB n qB rB sB tB uB P Q R 2B S T U V W X Y Z a b c d e f g h i j k","2":"H B C XC YC ZC aC vB IC bC wB"},G:{"1":"G D cC JC dC eC fC gC hC iC jC kC lC mC nC oC pC qC rC sC tC uC vC 9B AC xB BC yB CC DC EC FC GC HC","16":"6B"},H:{"2":"wC"},I:{"1":"zB J E 0C JC 1C 2C","2":"xC yC zC"},J:{"1":"A","2":"F"},K:{"1":"n","2":"A B C vB IC wB"},L:{"1":"E"},M:{"132":"E"},N:{"1":"A","2":"B"},O:{"1":"xB"},P:{"1":"J l m 3C 4C 5C 6C 7C 7B 8C 9C AD BD CD yB DD ED FD"},Q:{"1":"8B"},R:{"1":"GD"},S:{"132":"HD ID"}},B:6,C:"AAC audio file format"};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports={A:{A:{"2":"K F G H A B KC"},B:{"1":"0 N D O P Q R S T U V W X Y Z a b c d e f g h i j k o p q r s t u v w x y z E","2":"C L M I"},C:{"1":"0 cB dB 0B eB 1B fB gB hB iB jB kB lB mB nB oB pB n qB rB sB tB uB P Q R 2B S T U V W X Y Z a b c d e f g h i j k o p q r s t u v w x y z E 3B 4B 5B MC","2":"1 2 3 4 5 6 7 8 9 LC zB J K F G H A B C L M I N D O l m AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB ZB aB bB NC OC"},D:{"1":"0 jB kB lB mB nB oB pB n qB rB sB tB uB P Q R S T U V W X Y Z a b c d e f g h i j k o p q r s t u v w x y z E 3B 4B 5B","2":"1 2 3 4 5 6 7 8 9 J K F G H A B C L M I N D O l m AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB ZB aB bB cB dB 0B eB 1B fB gB hB iB"},E:{"1":"L M I D wB 8B UC VC 9B AC xB BC yB CC DC EC FC GC HC WC","2":"1 J K F G H A B PC 6B QC RC SC TC 7B","130":"C vB"},F:{"1":"YB ZB aB bB cB dB eB fB gB hB iB jB kB lB mB nB oB pB n qB rB sB tB uB P Q R 2B S T U V W X Y Z a b c d e f g h i j k","2":"2 3 4 5 6 7 8 9 H B C I N D O l m AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB XC YC ZC aC vB IC bC wB"},G:{"1":"D mC nC oC pC qC rC sC tC uC vC 9B AC xB BC yB CC DC EC FC GC HC","2":"G 6B cC JC dC eC fC gC hC iC jC kC lC"},H:{"2":"wC"},I:{"1":"E","2":"zB J xC yC zC 0C JC 1C 2C"},J:{"2":"F A"},K:{"1":"n","2":"A B C vB IC wB"},L:{"1":"E"},M:{"1":"E"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"l m 7C 7B 8C 9C AD BD CD yB DD ED FD","2":"J 3C 4C 5C 6C"},Q:{"1":"8B"},R:{"1":"GD"},S:{"1":"ID","2":"HD"}},B:1,C:"AbortController & AbortSignal"};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports={A:{A:{"2":"K F G H A B KC"},B:{"1":"C L M I N D O","2":"0 P Q R S T U V W X Y Z a b c d e f g h i j k o p q r s t u v w x y z E"},C:{"2":"0 1 2 3 4 5 6 7 8 9 LC zB J K F G H A B C L M I N D O l m AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB ZB aB bB cB dB 0B eB 1B fB gB hB iB jB kB lB mB nB oB pB n qB rB sB tB uB P Q R 2B S T U V W X Y Z a b c d e f g h i j k o p q r s t u v w x y z E 3B 4B 5B MC NC OC"},D:{"2":"0 1 2 3 4 5 6 7 8 9 J K F G H A B C L M I N D O l m AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB ZB aB bB cB dB 0B eB 1B fB gB hB iB jB kB lB mB nB oB pB n qB rB sB tB uB P Q R S T U V W X Y Z a b c d e f g h i j k o p q r s t u v w x y z E 3B 4B 5B"},E:{"2":"1 J K F G H A B C L M I D PC 6B QC RC SC TC 7B vB wB 8B UC VC 9B AC xB BC yB CC DC EC FC GC HC WC"},F:{"2":"2 3 4 5 6 7 8 9 H B C I N D O l m AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB ZB aB bB cB dB eB fB gB hB iB jB kB lB mB nB oB pB n qB rB sB tB uB P Q R 2B S T U V W X Y Z a b c d e f g h i j k XC YC ZC aC vB IC bC wB"},G:{"2":"G 6B cC JC dC eC fC gC","132":"D hC iC jC kC lC mC nC oC pC qC rC sC tC uC vC 9B AC xB BC yB CC DC EC FC GC HC"},H:{"2":"wC"},I:{"2":"zB J E xC yC zC 0C JC 1C 2C"},J:{"2":"F","132":"A"},K:{"2":"A B C n vB IC","132":"wB"},L:{"2":"E"},M:{"2":"E"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"J l m 3C 4C 5C 6C 7C 7B 8C 9C AD BD CD yB DD ED FD"},Q:{"2":"8B"},R:{"2":"GD"},S:{"2":"HD ID"}},B:6,C:"AC-3 (Dolby Digital) and EC-3 (Dolby Digital Plus) codecs"};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports={A:{A:{"2":"K F G H A B KC"},B:{"1":"0 P Q R S T U V W X Y Z a b c d e f g h i j k o p q r s t u v w x y z E","2":"C L M I N D O"},C:{"2":"0 1 2 3 4 5 6 7 8 9 LC zB J K F G H A B C L M I N D O l m AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB ZB aB bB cB dB 0B eB 1B fB gB hB iB jB kB lB mB nB oB pB n qB rB sB tB uB P Q R 2B S T U V W X Y Z a b c d e f g h i j k o p q r s t u v w x y z E 3B 4B 5B MC NC OC"},D:{"1":"0 kB lB mB nB oB pB n qB rB sB tB uB P Q R S T U V W X Y Z a b c d e f g h i j k o p q r s t u v w x y z E 3B 4B 5B","2":"1 2 3 4 5 6 7 8 9 J K F G H A B C L M I N D O l m AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB ZB aB bB cB","194":"dB 0B eB 1B fB gB hB iB jB"},E:{"2":"1 J K F G H A B C L M I D PC 6B QC RC SC TC 7B vB wB 8B UC VC 9B AC xB BC yB CC DC EC FC GC HC WC"},F:{"1":"ZB aB bB cB dB eB fB gB hB iB jB kB lB mB nB oB pB n qB rB sB tB uB P Q R 2B S T U V W X Y Z a b c d e f g h i j k","2":"2 3 4 5 6 7 8 9 H B C I N D O l m AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB XC YC ZC aC vB IC bC wB"},G:{"2":"G D 6B cC JC dC eC fC gC hC iC jC kC lC mC nC oC pC qC rC sC tC uC vC 9B AC xB BC yB CC DC EC FC GC HC"},H:{"2":"wC"},I:{"1":"E","2":"zB J xC yC zC 0C JC 1C 2C"},J:{"2":"F A"},K:{"1":"n","2":"A B C vB IC wB"},L:{"1":"E"},M:{"2":"E"},N:{"2":"A B"},O:{"1":"xB"},P:{"2":"J l m 3C 4C 5C 6C 7C 7B 8C 9C AD BD CD yB DD ED FD"},Q:{"1":"8B"},R:{"1":"GD"},S:{"2":"HD ID"}},B:4,C:"Accelerometer"};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports={A:{A:{"1":"H A B","130":"K F G KC"},B:{"1":"0 C L M I N D O P Q R S T U V W X Y Z a b c d e f g h i j k o p q r s t u v w x y z E"},C:{"1":"0 2 3 4 5 6 7 8 9 F G H A B C L M I N D O l m AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB ZB aB bB cB dB 0B eB 1B fB gB hB iB jB kB lB mB nB oB pB n qB rB sB tB uB P Q R 2B S T U V W X Y Z a b c d e f g h i j k o p q r s t u v w x y z E 3B 4B 5B MC","257":"1 LC zB J K NC OC"},D:{"1":"0 1 2 3 4 5 6 7 8 9 J K F G H A B C L M I N D O l m AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB ZB aB bB cB dB 0B eB 1B fB gB hB iB jB kB lB mB nB oB pB n qB rB sB tB uB P Q R S T U V W X Y Z a b c d e f g h i j k o p q r s t u v w x y z E 3B 4B 5B"},E:{"1":"1 J K F G H A B C L M I D PC 6B QC RC SC TC 7B vB wB 8B UC VC 9B AC xB BC yB CC DC EC FC GC HC WC"},F:{"1":"2 3 4 5 6 7 8 9 H B C I N D O l m AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB ZB aB bB cB dB eB fB gB hB iB jB kB lB mB nB oB pB n qB rB sB tB uB P Q R 2B S T U V W X Y Z a b c d e f g h i j k XC YC ZC aC vB IC bC wB"},G:{"1":"G D 6B cC JC dC eC fC gC hC iC jC kC lC mC nC oC pC qC rC sC tC uC vC 9B AC xB BC yB CC DC EC FC GC HC"},H:{"1":"wC"},I:{"1":"zB J E xC yC zC 0C JC 1C 2C"},J:{"1":"F A"},K:{"1":"A B C n vB IC wB"},L:{"1":"E"},M:{"1":"E"},N:{"1":"A B"},O:{"1":"xB"},P:{"1":"J l m 3C 4C 5C 6C 7C 7B 8C 9C AD BD CD yB DD ED FD"},Q:{"1":"8B"},R:{"1":"GD"},S:{"1":"HD ID"}},B:1,C:"EventTarget.addEventListener()"};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports={A:{A:{"1":"G H A B","2":"K F KC"},B:{"2":"0 C L M I N D O P Q R S T U V W X Y Z a b c d e f g h i j k o p q r s t u v w x y z E"},C:{"1":"0 1 2 3 4 5 6 7 8 9 LC zB J K F G H A B C L M I N D O l m AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB ZB aB bB cB dB 0B eB 1B fB gB hB iB jB kB lB mB nB oB pB n qB rB sB tB uB P Q R 2B S T U V W X Y Z a b c d e f g h i j k o p q r s t u v w x y z E 3B 4B 5B MC NC OC"},D:{"2":"0 1 2 3 4 5 6 7 8 9 J K F G H A B C L M I N D O l m AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB ZB aB bB cB dB 0B eB 1B fB gB hB iB jB kB lB mB nB oB pB n qB rB sB tB uB P Q R S T U V W X Y Z a b c d e f g h i j k o p q r s t u v w x y z E 3B 4B 5B"},E:{"2":"1 J K F G H A B C L M I D PC 6B QC RC SC TC 7B vB wB 8B UC VC 9B AC xB BC yB CC DC EC FC GC HC WC"},F:{"1":"H B C XC YC ZC aC vB IC bC wB","16":"2 3 4 5 6 7 8 9 I N D O l m AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB ZB aB bB cB dB eB fB gB hB iB jB kB lB mB nB oB pB n qB rB sB tB uB P Q R 2B S T U V W X Y Z a b c d e f g h i j k"},G:{"2":"G D 6B cC JC dC eC fC gC hC iC jC kC lC mC nC oC pC qC rC sC tC uC vC 9B AC xB BC yB CC DC EC FC GC HC"},H:{"16":"wC"},I:{"2":"zB J E xC yC zC 0C JC 1C 2C"},J:{"16":"F A"},K:{"2":"n","16":"A B C vB IC wB"},L:{"16":"E"},M:{"16":"E"},N:{"16":"A B"},O:{"16":"xB"},P:{"16":"J l m 3C 4C 5C 6C 7C 7B 8C 9C AD BD CD yB DD ED FD"},Q:{"2":"8B"},R:{"16":"GD"},S:{"1":"HD ID"}},B:1,C:"Alternate stylesheet"};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports={A:{A:{"2":"K F G H A B KC"},B:{"2":"C L","132":"M I N D O","322":"0 P Q R S T U V W X Y Z a b c d e f g h i j k o p q r s t u v w x y z E"},C:{"2":"1 2 LC zB J K F G H A B C L M I N D O l m NC OC","132":"3 4 5 6 7 8 9 AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB ZB aB bB cB dB 0B","194":"0 eB 1B fB gB hB iB jB kB lB mB nB oB pB n qB rB sB tB uB P Q R 2B S T U V W X Y Z a b c d e f g h i j k o p q r s t u v w x y z E 3B 4B 5B MC"},D:{"2":"1 2 3 4 5 6 7 8 9 J K F G H A B C L M I N D O l m AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB ZB aB bB cB","322":"0 dB 0B eB 1B fB gB hB iB jB kB lB mB nB oB pB n qB rB sB tB uB P Q R S T U V W X Y Z a b c d e f g h i j k o p q r s t u v w x y z E 3B 4B 5B"},E:{"2":"1 J K F G H A B C L M I D PC 6B QC RC SC TC 7B vB wB 8B UC VC 9B AC xB BC yB CC DC EC FC GC HC WC"},F:{"2":"2 3 4 5 6 7 8 9 H B C I N D O l m AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB ZB aB bB cB dB eB fB gB hB iB jB kB lB mB nB oB pB XC YC ZC aC vB IC bC wB","322":"n qB rB sB tB uB P Q R 2B S T U V W X Y Z a b c d e f g h i j k"},G:{"2":"G D 6B cC JC dC eC fC gC hC iC jC kC lC mC nC oC pC qC rC sC tC uC vC 9B AC xB BC yB CC DC EC FC GC HC"},H:{"2":"wC"},I:{"2":"zB J E xC yC zC 0C JC 1C 2C"},J:{"2":"F A"},K:{"2":"A B C n vB IC wB"},L:{"2":"E"},M:{"1":"E"},N:{"2":"A B"},O:{"2":"xB"},P:{"2":"J l m 3C 4C 5C 6C 7C 7B 8C 9C AD BD CD yB DD ED FD"},Q:{"2":"8B"},R:{"2":"GD"},S:{"132":"HD ID"}},B:4,C:"Ambient Light Sensor"};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports={A:{A:{"2":"K F G H A B KC"},B:{"1":"0 P Q R S T U V W X Y Z a b c d e f g h i j k o p q r s t u v w x y z E","2":"C L M I N D O"},C:{"1":"0 1 2 3 4 5 6 7 8 9 zB J K F G H A B C L M I N D O l m AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB ZB aB bB cB dB 0B eB 1B fB gB hB iB jB kB lB mB nB oB pB n qB rB sB tB uB P Q R 2B S T U V W X Y Z a b c d e f g h i j k o p q r s t u v w x y z E 3B 4B 5B MC NC OC","2":"LC"},D:{"1":"0 0B eB 1B fB gB hB iB jB kB lB mB nB oB pB n qB rB sB tB uB P Q R S T U V W X Y Z a b c d e f g h i j k o p q r s t u v w x y z E 3B 4B 5B","2":"1 2 3 4 5 6 7 8 9 J K F G H A B C L M I N D O l m AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB ZB aB bB cB dB"},E:{"1":"G H A B C L M I D TC 7B vB wB 8B UC VC 9B AC xB BC yB CC DC EC FC GC HC WC","2":"1 J K F PC 6B QC RC SC"},F:{"1":"B C RB SB TB UB VB WB XB YB ZB aB bB cB dB eB fB gB hB iB jB kB lB mB nB oB pB n qB rB sB tB uB P Q R 2B S T U V W X Y Z a b c d e f g h i j k XC YC ZC aC vB IC bC wB","2":"2 3 4 5 6 7 8 9 H I N D O l m AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB"},G:{"1":"G D gC hC iC jC kC lC mC nC oC pC qC rC sC tC uC vC 9B AC xB BC yB CC DC EC FC GC HC","2":"6B cC JC dC eC fC"},H:{"2":"wC"},I:{"1":"E","2":"zB J xC yC zC 0C JC 1C 2C"},J:{"2":"F A"},K:{"1":"A B C n vB IC wB"},L:{"1":"E"},M:{"1":"E"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"l m 5C 6C 7C 7B 8C 9C AD BD CD yB DD ED FD","2":"J 3C 4C"},Q:{"1":"8B"},R:{"1":"GD"},S:{"1":"HD ID"}},B:5,C:"Animated PNG (APNG)"};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports={A:{A:{"2":"K F G H A B KC"},B:{"1":"0 C L M I N D O P Q R S T U V W X Y Z a b c d e f g h i j k o p q r s t u v w x y z E"},C:{"1":"0 6 7 8 9 AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB ZB aB bB cB dB 0B eB 1B fB gB hB iB jB kB lB mB nB oB pB n qB rB sB tB uB P Q R 2B S T U V W X Y Z a b c d e f g h i j k o p q r s t u v w x y z E 3B 4B 5B MC","2":"1 2 3 4 5 LC zB J K F G H A B C L M I N D O l m NC OC"},D:{"1":"0 QB RB SB TB UB VB WB XB YB ZB aB bB cB dB 0B eB 1B fB gB hB iB jB kB lB mB nB oB pB n qB rB sB tB uB P Q R S T U V W X Y Z a b c d e f g h i j k o p q r s t u v w x y z E 3B 4B 5B","2":"1 2 3 4 5 6 7 8 9 J K F G H A B C L M I N D O l m AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB"},E:{"1":"G H A B C L M I D SC TC 7B vB wB 8B UC VC 9B AC xB BC yB CC DC EC FC GC HC WC","2":"1 J K F PC 6B QC RC"},F:{"1":"DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB ZB aB bB cB dB eB fB gB hB iB jB kB lB mB nB oB pB n qB rB sB tB uB P Q R 2B S T U V W X Y Z a b c d e f g h i j k","2":"2 3 4 5 6 7 8 9 H B C I N D O l m AB BB CB XC YC ZC aC vB IC bC wB"},G:{"1":"G D gC hC iC jC kC lC mC nC oC pC qC rC sC tC uC vC 9B AC xB BC yB CC DC EC FC GC HC","2":"6B cC JC dC eC fC"},H:{"2":"wC"},I:{"1":"E","2":"zB J xC yC zC 0C JC 1C 2C"},J:{"2":"F","16":"A"},K:{"1":"n","2":"A B C vB IC wB"},L:{"1":"E"},M:{"1":"E"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"l m 3C 4C 5C 6C 7C 7B 8C 9C AD BD CD yB DD ED FD","2":"J"},Q:{"1":"8B"},R:{"1":"GD"},S:{"1":"HD ID"}},B:6,C:"Array.prototype.findIndex"};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports={A:{A:{"2":"K F G H A B KC"},B:{"1":"0 I N D O P Q R S T U V W X Y Z a b c d e f g h i j k o p q r s t u v w x y z E","16":"C L M"},C:{"1":"0 6 7 8 9 AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB ZB aB bB cB dB 0B eB 1B fB gB hB iB jB kB lB mB nB oB pB n qB rB sB tB uB P Q R 2B S T U V W X Y Z a b c d e f g h i j k o p q r s t u v w x y z E 3B 4B 5B MC","2":"1 2 3 4 5 LC zB J K F G H A B C L M I N D O l m NC OC"},D:{"1":"0 QB RB SB TB UB VB WB XB YB ZB aB bB cB dB 0B eB 1B fB gB hB iB jB kB lB mB nB oB pB n qB rB sB tB uB P Q R S T U V W X Y Z a b c d e f g h i j k o p q r s t u v w x y z E 3B 4B 5B","2":"1 2 3 4 5 6 7 8 9 J K F G H A B C L M I N D O l m AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB"},E:{"1":"G H A B C L M I D SC TC 7B vB wB 8B UC VC 9B AC xB BC yB CC DC EC FC GC HC WC","2":"1 J K F PC 6B QC RC"},F:{"1":"DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB ZB aB bB cB dB eB fB gB hB iB jB kB lB mB nB oB pB n qB rB sB tB uB P Q R 2B S T U V W X Y Z a b c d e f g h i j k","2":"2 3 4 5 6 7 8 9 H B C I N D O l m AB BB CB XC YC ZC aC vB IC bC wB"},G:{"1":"G D gC hC iC jC kC lC mC nC oC pC qC rC sC tC uC vC 9B AC xB BC yB CC DC EC FC GC HC","2":"6B cC JC dC eC fC"},H:{"2":"wC"},I:{"1":"E","2":"zB J xC yC zC 0C JC 1C 2C"},J:{"2":"F","16":"A"},K:{"1":"n","2":"A B C vB IC wB"},L:{"1":"E"},M:{"1":"E"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"l m 3C 4C 5C 6C 7C 7B 8C 9C AD BD CD yB DD ED FD","2":"J"},Q:{"1":"8B"},R:{"1":"GD"},S:{"1":"HD ID"}},B:6,C:"Array.prototype.find"};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports={A:{A:{"2":"K F G H A B KC"},B:{"1":"0 P Q R S T U V W X Y Z a b c d e f g h i j k o p q r s t u v w x y z E","2":"C L M I N D O"},C:{"1":"0 fB gB hB iB jB kB lB mB nB oB pB n qB rB sB tB uB P Q R 2B S T U V W X Y Z a b c d e f g h i j k o p q r s t u v w x y z E 3B 4B 5B MC","2":"1 2 3 4 5 6 7 8 9 LC zB J K F G H A B C L M I N D O l m AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB ZB aB bB cB dB 0B eB 1B NC OC"},D:{"1":"0 mB nB oB pB n qB rB sB tB uB P Q R S T U V W X Y Z a b c d e f g h i j k o p q r s t u v w x y z E 3B 4B 5B","2":"1 2 3 4 5 6 7 8 9 J K F G H A B C L M I N D O l m AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB ZB aB bB cB dB 0B eB 1B fB gB hB iB jB kB lB"},E:{"1":"C L M I D wB 8B UC VC 9B AC xB BC yB CC DC EC FC GC HC WC","2":"1 J K F G H A B PC 6B QC RC SC TC 7B vB"},F:{"1":"bB cB dB eB fB gB hB iB jB kB lB mB nB oB pB n qB rB sB tB uB P Q R 2B S T U V W X Y Z a b c d e f g h i j k","2":"2 3 4 5 6 7 8 9 H B C I N D O l m AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB ZB aB XC YC ZC aC vB IC bC wB"},G:{"1":"D nC oC pC qC rC sC tC uC vC 9B AC xB BC yB CC DC EC FC GC HC","2":"G 6B cC JC dC eC fC gC hC iC jC kC lC mC"},H:{"2":"wC"},I:{"1":"E","2":"zB J xC yC zC 0C JC 1C 2C"},J:{"2":"F A"},K:{"1":"n","2":"A B C vB IC wB"},L:{"1":"E"},M:{"1":"E"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"l m 7B 8C 9C AD BD CD yB DD ED FD","2":"J 3C 4C 5C 6C 7C"},Q:{"1":"8B"},R:{"1":"GD"},S:{"1":"ID","2":"HD"}},B:6,C:"flat & flatMap array methods"};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports={A:{A:{"2":"K F G H A B KC"},B:{"1":"0 M I N D O P Q R S T U V W X Y Z a b c d e f g h i j k o p q r s t u v w x y z E","2":"C L"},C:{"1":"0 OB PB QB RB SB TB UB VB WB XB YB ZB aB bB cB dB 0B eB 1B fB gB hB iB jB kB lB mB nB oB pB n qB rB sB tB uB P Q R 2B S T U V W X Y Z a b c d e f g h i j k o p q r s t u v w x y z E 3B 4B 5B MC","2":"1 2 3 4 5 6 7 8 9 LC zB J K F G H A B C L M I N D O l m AB BB CB DB EB FB GB HB IB JB KB LB MB NB NC OC"},D:{"1":"0 SB TB UB VB WB XB YB ZB aB bB cB dB 0B eB 1B fB gB hB iB jB kB lB mB nB oB pB n qB rB sB tB uB P Q R S T U V W X Y Z a b c d e f g h i j k o p q r s t u v w x y z E 3B 4B 5B","2":"1 2 3 4 5 6 7 8 9 J K F G H A B C L M I N D O l m AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB"},E:{"1":"H A B C L M I D TC 7B vB wB 8B UC VC 9B AC xB BC yB CC DC EC FC GC HC WC","2":"1 J K F G PC 6B QC RC SC"},F:{"1":"FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB ZB aB bB cB dB eB fB gB hB iB jB kB lB mB nB oB pB n qB rB sB tB uB P Q R 2B S T U V W X Y Z a b c d e f g h i j k","2":"2 3 4 5 6 7 8 9 H B C I N D O l m AB BB CB DB EB XC YC ZC aC vB IC bC wB"},G:{"1":"D hC iC jC kC lC mC nC oC pC qC rC sC tC uC vC 9B AC xB BC yB CC DC EC FC GC HC","2":"G 6B cC JC dC eC fC gC"},H:{"2":"wC"},I:{"1":"E","2":"zB J xC yC zC 0C JC 1C 2C"},J:{"2":"F A"},K:{"1":"n","2":"A B C vB IC wB"},L:{"1":"E"},M:{"1":"E"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"l m 3C 4C 5C 6C 7C 7B 8C 9C AD BD CD yB DD ED FD","2":"J"},Q:{"1":"8B"},R:{"1":"GD"},S:{"1":"HD ID"}},B:6,C:"Array.prototype.includes"};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports={A:{A:{"2":"K F G H A B KC"},B:{"1":"0 C L M I N D O P Q R S T U V W X Y Z a b c d e f g h i j k o p q r s t u v w x y z E"},C:{"1":"0 3 4 5 6 7 8 9 AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB ZB aB bB cB dB 0B eB 1B fB gB hB iB jB kB lB mB nB oB pB n qB rB sB tB uB P Q R 2B S T U V W X Y Z a b c d e f g h i j k o p q r s t u v w x y z E 3B 4B 5B MC","2":"1 2 LC zB J K F G H A B C L M I N D O l m NC OC"},D:{"1":"0 QB RB SB TB UB VB WB XB YB ZB aB bB cB dB 0B eB 1B fB gB hB iB jB kB lB mB nB oB pB n qB rB sB tB uB P Q R S T U V W X Y Z a b c d e f g h i j k o p q r s t u v w x y z E 3B 4B 5B","2":"1 2 3 4 5 6 7 8 9 J K F G H A B C L M I N D O l m AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB"},E:{"1":"A B C L M I D 7B vB wB 8B UC VC 9B AC xB BC yB CC DC EC FC GC HC WC","2":"1 J K F G H PC 6B QC RC SC TC"},F:{"1":"DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB ZB aB bB cB dB eB fB gB hB iB jB kB lB mB nB oB pB n qB rB sB tB uB P Q R 2B S T U V W X Y Z a b c d e f g h i j k","2":"2 3 4 5 6 7 8 9 H B C I N D O l m AB BB CB XC YC ZC aC vB IC bC wB"},G:{"1":"D jC kC lC mC nC oC pC qC rC sC tC uC vC 9B AC xB BC yB CC DC EC FC GC HC","2":"G 6B cC JC dC eC fC gC hC iC"},H:{"2":"wC"},I:{"1":"E","2":"zB J xC yC zC 0C JC 1C 2C"},J:{"2":"F A"},K:{"1":"n","2":"A B C vB IC wB"},L:{"1":"E"},M:{"1":"E"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"l m 3C 4C 5C 6C 7C 7B 8C 9C AD BD CD yB DD ED FD","2":"J"},Q:{"1":"8B"},R:{"1":"GD"},S:{"1":"HD ID"}},B:6,C:"Arrow functions"};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports={A:{A:{"2":"K F G H A B KC"},B:{"1":"L M I N D O","132":"0 P Q R S T U V W X Y Z a b c d e f g h i j k o p q r s t u v w x y z E","322":"C"},C:{"1":"0 3 4 5 6 7 8 9 AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB ZB aB bB cB dB 0B eB 1B fB gB hB iB jB kB lB mB nB oB pB n qB rB sB tB uB P Q R 2B S T U V W X Y Z a b c d e f g h i j k o p q r s t u v w x y z E 3B 4B 5B MC","2":"1 2 LC zB J K F G H A B C L M I N D O l m NC OC"},D:{"2":"1 2 3 4 5 6 7 8 J K F G H A B C L M I N D O l m","132":"0 9 AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB ZB aB bB cB dB 0B eB 1B fB gB hB iB jB kB lB mB nB oB pB n qB rB sB tB uB P Q R S T U V W X Y Z a b c d e f g h i j k o p q r s t u v w x y z E 3B 4B 5B"},E:{"2":"1 J K F G H A B C L M I D PC 6B QC RC SC TC 7B vB wB 8B UC VC 9B AC xB BC yB CC DC EC FC GC HC WC"},F:{"2":"H B C XC YC ZC aC vB IC bC wB","132":"2 3 4 5 6 7 8 9 I N D O l m AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB ZB aB bB cB dB eB fB gB hB iB jB kB lB mB nB oB pB n qB rB sB tB uB P Q R 2B S T U V W X Y Z a b c d e f g h i j k"},G:{"2":"G D 6B cC JC dC eC fC gC hC iC jC kC lC mC nC oC pC qC rC sC tC uC vC 9B AC xB BC yB CC DC EC FC GC HC"},H:{"2":"wC"},I:{"2":"zB J xC yC zC 0C JC 1C 2C","132":"E"},J:{"2":"F A"},K:{"2":"A B C vB IC wB","132":"n"},L:{"132":"E"},M:{"1":"E"},N:{"2":"A B"},O:{"132":"xB"},P:{"2":"J","132":"l m 3C 4C 5C 6C 7C 7B 8C 9C AD BD CD yB DD ED FD"},Q:{"132":"8B"},R:{"132":"GD"},S:{"1":"HD ID"}},B:6,C:"asm.js"};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports={A:{A:{"2":"K F G H A B KC"},B:{"1":"0 P Q R S T U V W X Y Z a b c d e f g h i j k o p q r s t u v w x y z E","2":"C L M I N D O"},C:{"2":"1 2 3 4 5 6 7 8 9 LC zB J K F G H A B C L M I N D O l m AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB ZB aB bB cB dB 0B eB 1B fB NC OC","132":"0 gB hB iB jB kB lB mB nB oB pB n qB rB sB tB uB P Q R 2B S T U V W X Y Z a b c d e f g h i j k o p q r s t u v w x y z E 3B 4B 5B MC"},D:{"1":"0 fB gB hB iB jB kB lB mB nB oB pB n qB rB sB tB uB P Q R S T U V W X Y Z a b c d e f g h i j k o p q r s t u v w x y z E 3B 4B 5B","2":"1 2 3 4 5 6 7 8 9 J K F G H A B C L M I N D O l m AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB ZB aB bB cB","66":"dB 0B eB 1B"},E:{"1":"M I D 8B UC VC 9B AC xB BC yB CC DC EC FC GC HC WC","2":"1 J K F G H A B C L PC 6B QC RC SC TC 7B vB wB"},F:{"1":"UB VB WB XB YB ZB aB bB cB dB eB fB gB hB iB jB kB lB mB nB oB pB n qB rB sB tB uB P Q R 2B S T U V W X Y Z a b c d e f g h i j k","2":"2 3 4 5 6 7 8 9 H B C I N D O l m AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB XC YC ZC aC vB IC bC wB"},G:{"2":"G 6B cC JC dC eC fC gC hC iC jC kC lC mC nC oC pC qC rC sC","260":"D tC uC vC 9B AC xB BC yB CC DC EC FC GC HC"},H:{"2":"wC"},I:{"2":"zB J xC yC zC 0C JC 1C 2C","260":"E"},J:{"2":"F A"},K:{"1":"n","2":"A B C vB IC wB"},L:{"1":"E"},M:{"132":"E"},N:{"2":"A B"},O:{"1":"xB"},P:{"2":"J 3C 4C 5C 6C","260":"l m 7C 7B 8C 9C AD BD CD yB DD ED FD"},Q:{"1":"8B"},R:{"1":"GD"},S:{"2":"HD","132":"ID"}},B:5,C:"Asynchronous Clipboard API"};
|