immosquare-cleaner 0.1.36 → 0.1.37
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/immosquare-cleaner/version.rb +1 -1
- data/lib/immosquare-cleaner.rb +5 -1
- data/linters/eslint.config.mjs +88 -24
- data/linters/jscodeshift/arrow-function-transform.js +35 -0
- data/linters/rubocop-3.3.1.yml +88 -0
- data/node_modules/.bin/browserslist +1 -0
- data/node_modules/.bin/esparse +1 -0
- data/node_modules/.bin/esvalidate +1 -0
- data/node_modules/.bin/jscodeshift +1 -0
- data/node_modules/.bin/jsesc +1 -0
- data/node_modules/.bin/parser +1 -0
- data/node_modules/.bin/update-browserslist-db +1 -0
- data/node_modules/@ampproject/remapping/LICENSE +202 -0
- data/node_modules/@ampproject/remapping/README.md +218 -0
- data/node_modules/@ampproject/remapping/dist/remapping.mjs +197 -0
- data/node_modules/@ampproject/remapping/dist/remapping.mjs.map +1 -0
- data/node_modules/@ampproject/remapping/dist/remapping.umd.js +202 -0
- data/node_modules/@ampproject/remapping/dist/remapping.umd.js.map +1 -0
- data/node_modules/@ampproject/remapping/dist/types/build-source-map-tree.d.ts +14 -0
- data/node_modules/@ampproject/remapping/dist/types/remapping.d.ts +20 -0
- data/node_modules/@ampproject/remapping/dist/types/source-map-tree.d.ts +45 -0
- data/node_modules/@ampproject/remapping/dist/types/source-map.d.ts +18 -0
- data/node_modules/@ampproject/remapping/dist/types/types.d.ts +15 -0
- data/node_modules/@ampproject/remapping/package.json +75 -0
- data/node_modules/@babel/code-frame/LICENSE +22 -0
- data/node_modules/@babel/code-frame/README.md +19 -0
- data/node_modules/@babel/code-frame/lib/index.js +156 -0
- data/node_modules/@babel/code-frame/lib/index.js.map +1 -0
- data/node_modules/@babel/code-frame/package.json +30 -0
- data/node_modules/@babel/compat-data/LICENSE +22 -0
- data/node_modules/@babel/compat-data/README.md +19 -0
- data/node_modules/@babel/compat-data/corejs2-built-ins.js +2 -0
- data/node_modules/@babel/compat-data/corejs3-shipped-proposals.js +2 -0
- data/node_modules/@babel/compat-data/data/corejs2-built-ins.json +2081 -0
- data/node_modules/@babel/compat-data/data/corejs3-shipped-proposals.json +5 -0
- data/node_modules/@babel/compat-data/data/native-modules.json +18 -0
- data/node_modules/@babel/compat-data/data/overlapping-plugins.json +33 -0
- data/node_modules/@babel/compat-data/data/plugin-bugfixes.json +213 -0
- data/node_modules/@babel/compat-data/data/plugins.json +789 -0
- data/node_modules/@babel/compat-data/native-modules.js +1 -0
- data/node_modules/@babel/compat-data/overlapping-plugins.js +1 -0
- data/node_modules/@babel/compat-data/package.json +40 -0
- data/node_modules/@babel/compat-data/plugin-bugfixes.js +1 -0
- data/node_modules/@babel/compat-data/plugins.js +1 -0
- data/node_modules/@babel/core/LICENSE +22 -0
- data/node_modules/@babel/core/README.md +19 -0
- data/node_modules/@babel/core/cjs-proxy.cjs +59 -0
- data/node_modules/@babel/core/lib/config/cache-contexts.js +3 -0
- data/node_modules/@babel/core/lib/config/cache-contexts.js.map +1 -0
- data/node_modules/@babel/core/lib/config/caching.js +261 -0
- data/node_modules/@babel/core/lib/config/caching.js.map +1 -0
- data/node_modules/@babel/core/lib/config/config-chain.js +469 -0
- data/node_modules/@babel/core/lib/config/config-chain.js.map +1 -0
- data/node_modules/@babel/core/lib/config/config-descriptors.js +190 -0
- data/node_modules/@babel/core/lib/config/config-descriptors.js.map +1 -0
- data/node_modules/@babel/core/lib/config/files/configuration.js +286 -0
- data/node_modules/@babel/core/lib/config/files/configuration.js.map +1 -0
- data/node_modules/@babel/core/lib/config/files/import.cjs +6 -0
- data/node_modules/@babel/core/lib/config/files/import.cjs.map +1 -0
- data/node_modules/@babel/core/lib/config/files/index-browser.js +58 -0
- data/node_modules/@babel/core/lib/config/files/index-browser.js.map +1 -0
- data/node_modules/@babel/core/lib/config/files/index.js +78 -0
- data/node_modules/@babel/core/lib/config/files/index.js.map +1 -0
- data/node_modules/@babel/core/lib/config/files/module-types.js +176 -0
- data/node_modules/@babel/core/lib/config/files/module-types.js.map +1 -0
- data/node_modules/@babel/core/lib/config/files/package.js +61 -0
- data/node_modules/@babel/core/lib/config/files/package.js.map +1 -0
- data/node_modules/@babel/core/lib/config/files/plugins.js +217 -0
- data/node_modules/@babel/core/lib/config/files/plugins.js.map +1 -0
- data/node_modules/@babel/core/lib/config/files/types.js +3 -0
- data/node_modules/@babel/core/lib/config/files/types.js.map +1 -0
- data/node_modules/@babel/core/lib/config/files/utils.js +36 -0
- data/node_modules/@babel/core/lib/config/files/utils.js.map +1 -0
- data/node_modules/@babel/core/lib/config/full.js +310 -0
- data/node_modules/@babel/core/lib/config/full.js.map +1 -0
- data/node_modules/@babel/core/lib/config/helpers/config-api.js +84 -0
- data/node_modules/@babel/core/lib/config/helpers/config-api.js.map +1 -0
- data/node_modules/@babel/core/lib/config/helpers/deep-array.js +23 -0
- data/node_modules/@babel/core/lib/config/helpers/deep-array.js.map +1 -0
- data/node_modules/@babel/core/lib/config/helpers/environment.js +12 -0
- data/node_modules/@babel/core/lib/config/helpers/environment.js.map +1 -0
- data/node_modules/@babel/core/lib/config/index.js +93 -0
- data/node_modules/@babel/core/lib/config/index.js.map +1 -0
- data/node_modules/@babel/core/lib/config/item.js +67 -0
- data/node_modules/@babel/core/lib/config/item.js.map +1 -0
- data/node_modules/@babel/core/lib/config/partial.js +158 -0
- data/node_modules/@babel/core/lib/config/partial.js.map +1 -0
- data/node_modules/@babel/core/lib/config/pattern-to-regex.js +38 -0
- data/node_modules/@babel/core/lib/config/pattern-to-regex.js.map +1 -0
- data/node_modules/@babel/core/lib/config/plugin.js +33 -0
- data/node_modules/@babel/core/lib/config/plugin.js.map +1 -0
- data/node_modules/@babel/core/lib/config/printer.js +113 -0
- data/node_modules/@babel/core/lib/config/printer.js.map +1 -0
- data/node_modules/@babel/core/lib/config/resolve-targets-browser.js +41 -0
- data/node_modules/@babel/core/lib/config/resolve-targets-browser.js.map +1 -0
- data/node_modules/@babel/core/lib/config/resolve-targets.js +61 -0
- data/node_modules/@babel/core/lib/config/resolve-targets.js.map +1 -0
- data/node_modules/@babel/core/lib/config/util.js +31 -0
- data/node_modules/@babel/core/lib/config/util.js.map +1 -0
- data/node_modules/@babel/core/lib/config/validation/option-assertions.js +277 -0
- data/node_modules/@babel/core/lib/config/validation/option-assertions.js.map +1 -0
- data/node_modules/@babel/core/lib/config/validation/options.js +189 -0
- data/node_modules/@babel/core/lib/config/validation/options.js.map +1 -0
- data/node_modules/@babel/core/lib/config/validation/plugins.js +67 -0
- data/node_modules/@babel/core/lib/config/validation/plugins.js.map +1 -0
- data/node_modules/@babel/core/lib/config/validation/removed.js +68 -0
- data/node_modules/@babel/core/lib/config/validation/removed.js.map +1 -0
- data/node_modules/@babel/core/lib/errors/config-error.js +18 -0
- data/node_modules/@babel/core/lib/errors/config-error.js.map +1 -0
- data/node_modules/@babel/core/lib/errors/rewrite-stack-trace.js +98 -0
- data/node_modules/@babel/core/lib/errors/rewrite-stack-trace.js.map +1 -0
- data/node_modules/@babel/core/lib/gensync-utils/async.js +90 -0
- data/node_modules/@babel/core/lib/gensync-utils/async.js.map +1 -0
- data/node_modules/@babel/core/lib/gensync-utils/fs.js +31 -0
- data/node_modules/@babel/core/lib/gensync-utils/fs.js.map +1 -0
- data/node_modules/@babel/core/lib/gensync-utils/functional.js +58 -0
- data/node_modules/@babel/core/lib/gensync-utils/functional.js.map +1 -0
- data/node_modules/@babel/core/lib/index.js +242 -0
- data/node_modules/@babel/core/lib/index.js.map +1 -0
- data/node_modules/@babel/core/lib/parse.js +47 -0
- data/node_modules/@babel/core/lib/parse.js.map +1 -0
- data/node_modules/@babel/core/lib/parser/index.js +79 -0
- data/node_modules/@babel/core/lib/parser/index.js.map +1 -0
- data/node_modules/@babel/core/lib/parser/util/missing-plugin-helper.js +339 -0
- data/node_modules/@babel/core/lib/parser/util/missing-plugin-helper.js.map +1 -0
- data/node_modules/@babel/core/lib/tools/build-external-helpers.js +143 -0
- data/node_modules/@babel/core/lib/tools/build-external-helpers.js.map +1 -0
- data/node_modules/@babel/core/lib/transform-ast.js +50 -0
- data/node_modules/@babel/core/lib/transform-ast.js.map +1 -0
- data/node_modules/@babel/core/lib/transform-file-browser.js +23 -0
- data/node_modules/@babel/core/lib/transform-file-browser.js.map +1 -0
- data/node_modules/@babel/core/lib/transform-file.js +40 -0
- data/node_modules/@babel/core/lib/transform-file.js.map +1 -0
- data/node_modules/@babel/core/lib/transform.js +49 -0
- data/node_modules/@babel/core/lib/transform.js.map +1 -0
- data/node_modules/@babel/core/lib/transformation/block-hoist-plugin.js +84 -0
- data/node_modules/@babel/core/lib/transformation/block-hoist-plugin.js.map +1 -0
- data/node_modules/@babel/core/lib/transformation/file/file.js +216 -0
- data/node_modules/@babel/core/lib/transformation/file/file.js.map +1 -0
- data/node_modules/@babel/core/lib/transformation/file/generate.js +84 -0
- data/node_modules/@babel/core/lib/transformation/file/generate.js.map +1 -0
- data/node_modules/@babel/core/lib/transformation/file/merge-map.js +37 -0
- data/node_modules/@babel/core/lib/transformation/file/merge-map.js.map +1 -0
- data/node_modules/@babel/core/lib/transformation/index.js +101 -0
- data/node_modules/@babel/core/lib/transformation/index.js.map +1 -0
- data/node_modules/@babel/core/lib/transformation/normalize-file.js +129 -0
- data/node_modules/@babel/core/lib/transformation/normalize-file.js.map +1 -0
- data/node_modules/@babel/core/lib/transformation/normalize-opts.js +59 -0
- data/node_modules/@babel/core/lib/transformation/normalize-opts.js.map +1 -0
- data/node_modules/@babel/core/lib/transformation/plugin-pass.js +48 -0
- data/node_modules/@babel/core/lib/transformation/plugin-pass.js.map +1 -0
- data/node_modules/@babel/core/lib/transformation/util/clone-deep.js +36 -0
- data/node_modules/@babel/core/lib/transformation/util/clone-deep.js.map +1 -0
- data/node_modules/@babel/core/lib/vendor/import-meta-resolve.js +1033 -0
- data/node_modules/@babel/core/lib/vendor/import-meta-resolve.js.map +1 -0
- data/node_modules/@babel/core/node_modules/semver/LICENSE +15 -0
- data/node_modules/@babel/core/node_modules/semver/README.md +443 -0
- data/node_modules/@babel/core/node_modules/semver/bin/semver.js +174 -0
- data/node_modules/@babel/core/node_modules/semver/package.json +38 -0
- data/node_modules/@babel/core/node_modules/semver/range.bnf +16 -0
- data/node_modules/@babel/core/node_modules/semver/semver.js +1643 -0
- data/node_modules/@babel/core/package.json +82 -0
- data/node_modules/@babel/core/src/config/files/index-browser.ts +109 -0
- data/node_modules/@babel/core/src/config/files/index.ts +29 -0
- data/node_modules/@babel/core/src/config/resolve-targets-browser.ts +40 -0
- data/node_modules/@babel/core/src/config/resolve-targets.ts +56 -0
- data/node_modules/@babel/core/src/transform-file-browser.ts +31 -0
- data/node_modules/@babel/core/src/transform-file.ts +55 -0
- data/node_modules/@babel/generator/LICENSE +22 -0
- data/node_modules/@babel/generator/README.md +19 -0
- data/node_modules/@babel/generator/lib/buffer.js +323 -0
- data/node_modules/@babel/generator/lib/buffer.js.map +1 -0
- data/node_modules/@babel/generator/lib/generators/base.js +92 -0
- data/node_modules/@babel/generator/lib/generators/base.js.map +1 -0
- data/node_modules/@babel/generator/lib/generators/classes.js +177 -0
- data/node_modules/@babel/generator/lib/generators/classes.js.map +1 -0
- data/node_modules/@babel/generator/lib/generators/expressions.js +309 -0
- data/node_modules/@babel/generator/lib/generators/expressions.js.map +1 -0
- data/node_modules/@babel/generator/lib/generators/flow.js +668 -0
- data/node_modules/@babel/generator/lib/generators/flow.js.map +1 -0
- data/node_modules/@babel/generator/lib/generators/index.js +128 -0
- data/node_modules/@babel/generator/lib/generators/index.js.map +1 -0
- data/node_modules/@babel/generator/lib/generators/jsx.js +123 -0
- data/node_modules/@babel/generator/lib/generators/jsx.js.map +1 -0
- data/node_modules/@babel/generator/lib/generators/methods.js +173 -0
- data/node_modules/@babel/generator/lib/generators/methods.js.map +1 -0
- data/node_modules/@babel/generator/lib/generators/modules.js +274 -0
- data/node_modules/@babel/generator/lib/generators/modules.js.map +1 -0
- data/node_modules/@babel/generator/lib/generators/statements.js +275 -0
- data/node_modules/@babel/generator/lib/generators/statements.js.map +1 -0
- data/node_modules/@babel/generator/lib/generators/template-literals.js +30 -0
- data/node_modules/@babel/generator/lib/generators/template-literals.js.map +1 -0
- data/node_modules/@babel/generator/lib/generators/types.js +221 -0
- data/node_modules/@babel/generator/lib/generators/types.js.map +1 -0
- data/node_modules/@babel/generator/lib/generators/typescript.js +690 -0
- data/node_modules/@babel/generator/lib/generators/typescript.js.map +1 -0
- data/node_modules/@babel/generator/lib/index.js +89 -0
- data/node_modules/@babel/generator/lib/index.js.map +1 -0
- data/node_modules/@babel/generator/lib/node/index.js +76 -0
- data/node_modules/@babel/generator/lib/node/index.js.map +1 -0
- data/node_modules/@babel/generator/lib/node/parentheses.js +225 -0
- data/node_modules/@babel/generator/lib/node/parentheses.js.map +1 -0
- data/node_modules/@babel/generator/lib/node/whitespace.js +145 -0
- data/node_modules/@babel/generator/lib/node/whitespace.js.map +1 -0
- data/node_modules/@babel/generator/lib/printer.js +684 -0
- data/node_modules/@babel/generator/lib/printer.js.map +1 -0
- data/node_modules/@babel/generator/lib/source-map.js +85 -0
- data/node_modules/@babel/generator/lib/source-map.js.map +1 -0
- data/node_modules/@babel/generator/package.json +38 -0
- data/node_modules/@babel/helper-annotate-as-pure/LICENSE +22 -0
- data/node_modules/@babel/helper-annotate-as-pure/README.md +19 -0
- data/node_modules/@babel/helper-annotate-as-pure/lib/index.js +23 -0
- data/node_modules/@babel/helper-annotate-as-pure/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-annotate-as-pure/package.json +24 -0
- data/node_modules/@babel/helper-compilation-targets/LICENSE +22 -0
- data/node_modules/@babel/helper-compilation-targets/README.md +19 -0
- data/node_modules/@babel/helper-compilation-targets/lib/debug.js +28 -0
- data/node_modules/@babel/helper-compilation-targets/lib/debug.js.map +1 -0
- data/node_modules/@babel/helper-compilation-targets/lib/filter-items.js +67 -0
- data/node_modules/@babel/helper-compilation-targets/lib/filter-items.js.map +1 -0
- data/node_modules/@babel/helper-compilation-targets/lib/index.js +224 -0
- data/node_modules/@babel/helper-compilation-targets/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-compilation-targets/lib/options.js +24 -0
- data/node_modules/@babel/helper-compilation-targets/lib/options.js.map +1 -0
- data/node_modules/@babel/helper-compilation-targets/lib/pretty.js +40 -0
- data/node_modules/@babel/helper-compilation-targets/lib/pretty.js.map +1 -0
- data/node_modules/@babel/helper-compilation-targets/lib/targets.js +28 -0
- data/node_modules/@babel/helper-compilation-targets/lib/targets.js.map +1 -0
- data/node_modules/@babel/helper-compilation-targets/lib/utils.js +58 -0
- data/node_modules/@babel/helper-compilation-targets/lib/utils.js.map +1 -0
- data/node_modules/@babel/helper-compilation-targets/node_modules/lru-cache/LICENSE +15 -0
- data/node_modules/@babel/helper-compilation-targets/node_modules/lru-cache/README.md +166 -0
- data/node_modules/@babel/helper-compilation-targets/node_modules/lru-cache/index.js +334 -0
- data/node_modules/@babel/helper-compilation-targets/node_modules/lru-cache/node_modules/yallist/LICENSE +15 -0
- data/node_modules/@babel/helper-compilation-targets/node_modules/lru-cache/node_modules/yallist/README.md +204 -0
- data/node_modules/@babel/helper-compilation-targets/node_modules/lru-cache/node_modules/yallist/iterator.js +8 -0
- data/node_modules/@babel/helper-compilation-targets/node_modules/lru-cache/node_modules/yallist/package.json +29 -0
- data/node_modules/@babel/helper-compilation-targets/node_modules/lru-cache/node_modules/yallist/yallist.js +426 -0
- data/node_modules/@babel/helper-compilation-targets/node_modules/lru-cache/package.json +32 -0
- data/node_modules/@babel/helper-compilation-targets/node_modules/semver/LICENSE +15 -0
- data/node_modules/@babel/helper-compilation-targets/node_modules/semver/README.md +443 -0
- data/node_modules/@babel/helper-compilation-targets/node_modules/semver/bin/semver.js +174 -0
- data/node_modules/@babel/helper-compilation-targets/node_modules/semver/package.json +38 -0
- data/node_modules/@babel/helper-compilation-targets/node_modules/semver/range.bnf +16 -0
- data/node_modules/@babel/helper-compilation-targets/node_modules/semver/semver.js +1643 -0
- data/node_modules/@babel/helper-compilation-targets/package.json +40 -0
- data/node_modules/@babel/helper-create-class-features-plugin/LICENSE +22 -0
- data/node_modules/@babel/helper-create-class-features-plugin/README.md +19 -0
- data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js +137 -0
- data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js.map +1 -0
- data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js +1290 -0
- data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js.map +1 -0
- data/node_modules/@babel/helper-create-class-features-plugin/lib/features.js +147 -0
- data/node_modules/@babel/helper-create-class-features-plugin/lib/features.js.map +1 -0
- data/node_modules/@babel/helper-create-class-features-plugin/lib/fields.js +1036 -0
- data/node_modules/@babel/helper-create-class-features-plugin/lib/fields.js.map +1 -0
- data/node_modules/@babel/helper-create-class-features-plugin/lib/index.js +245 -0
- data/node_modules/@babel/helper-create-class-features-plugin/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-create-class-features-plugin/lib/misc.js +133 -0
- data/node_modules/@babel/helper-create-class-features-plugin/lib/misc.js.map +1 -0
- data/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js +13 -0
- data/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js.map +1 -0
- data/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/LICENSE +15 -0
- data/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/README.md +443 -0
- data/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/bin/semver.js +174 -0
- data/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/package.json +38 -0
- data/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/range.bnf +16 -0
- data/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/semver.js +1643 -0
- data/node_modules/@babel/helper-create-class-features-plugin/package.json +45 -0
- data/node_modules/@babel/helper-create-class-features-plugin/tsconfig.json +32 -0
- data/node_modules/@babel/helper-create-class-features-plugin/tsconfig.tsbuildinfo +1 -0
- data/node_modules/@babel/helper-environment-visitor/LICENSE +22 -0
- data/node_modules/@babel/helper-environment-visitor/README.md +19 -0
- data/node_modules/@babel/helper-environment-visitor/lib/index.js +52 -0
- data/node_modules/@babel/helper-environment-visitor/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-environment-visitor/package.json +29 -0
- data/node_modules/@babel/helper-function-name/LICENSE +22 -0
- data/node_modules/@babel/helper-function-name/README.md +19 -0
- data/node_modules/@babel/helper-function-name/lib/index.js +170 -0
- data/node_modules/@babel/helper-function-name/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-function-name/package.json +25 -0
- data/node_modules/@babel/helper-hoist-variables/LICENSE +22 -0
- data/node_modules/@babel/helper-hoist-variables/README.md +19 -0
- data/node_modules/@babel/helper-hoist-variables/lib/index.js +50 -0
- data/node_modules/@babel/helper-hoist-variables/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-hoist-variables/package.json +28 -0
- data/node_modules/@babel/helper-member-expression-to-functions/LICENSE +22 -0
- data/node_modules/@babel/helper-member-expression-to-functions/README.md +19 -0
- data/node_modules/@babel/helper-member-expression-to-functions/lib/index.js +397 -0
- data/node_modules/@babel/helper-member-expression-to-functions/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-member-expression-to-functions/package.json +27 -0
- data/node_modules/@babel/helper-member-expression-to-functions/tsconfig.json +17 -0
- data/node_modules/@babel/helper-member-expression-to-functions/tsconfig.tsbuildinfo +1 -0
- data/node_modules/@babel/helper-module-imports/LICENSE +22 -0
- data/node_modules/@babel/helper-module-imports/README.md +19 -0
- data/node_modules/@babel/helper-module-imports/lib/import-builder.js +122 -0
- data/node_modules/@babel/helper-module-imports/lib/import-builder.js.map +1 -0
- data/node_modules/@babel/helper-module-imports/lib/import-injector.js +304 -0
- data/node_modules/@babel/helper-module-imports/lib/import-injector.js.map +1 -0
- data/node_modules/@babel/helper-module-imports/lib/index.js +37 -0
- data/node_modules/@babel/helper-module-imports/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-module-imports/lib/is-module.js +11 -0
- data/node_modules/@babel/helper-module-imports/lib/is-module.js.map +1 -0
- data/node_modules/@babel/helper-module-imports/package.json +28 -0
- data/node_modules/@babel/helper-module-transforms/LICENSE +22 -0
- data/node_modules/@babel/helper-module-transforms/README.md +19 -0
- data/node_modules/@babel/helper-module-transforms/lib/dynamic-import.js +48 -0
- data/node_modules/@babel/helper-module-transforms/lib/dynamic-import.js.map +1 -0
- data/node_modules/@babel/helper-module-transforms/lib/get-module-name.js +48 -0
- data/node_modules/@babel/helper-module-transforms/lib/get-module-name.js.map +1 -0
- data/node_modules/@babel/helper-module-transforms/lib/index.js +380 -0
- data/node_modules/@babel/helper-module-transforms/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-module-transforms/lib/lazy-modules.js +31 -0
- data/node_modules/@babel/helper-module-transforms/lib/lazy-modules.js.map +1 -0
- data/node_modules/@babel/helper-module-transforms/lib/normalize-and-load-metadata.js +358 -0
- data/node_modules/@babel/helper-module-transforms/lib/normalize-and-load-metadata.js.map +1 -0
- data/node_modules/@babel/helper-module-transforms/lib/rewrite-live-references.js +376 -0
- data/node_modules/@babel/helper-module-transforms/lib/rewrite-live-references.js.map +1 -0
- data/node_modules/@babel/helper-module-transforms/lib/rewrite-this.js +24 -0
- data/node_modules/@babel/helper-module-transforms/lib/rewrite-this.js.map +1 -0
- data/node_modules/@babel/helper-module-transforms/package.json +35 -0
- data/node_modules/@babel/helper-optimise-call-expression/LICENSE +22 -0
- data/node_modules/@babel/helper-optimise-call-expression/README.md +19 -0
- data/node_modules/@babel/helper-optimise-call-expression/lib/index.js +33 -0
- data/node_modules/@babel/helper-optimise-call-expression/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-optimise-call-expression/package.json +28 -0
- data/node_modules/@babel/helper-plugin-utils/LICENSE +22 -0
- data/node_modules/@babel/helper-plugin-utils/README.md +19 -0
- data/node_modules/@babel/helper-plugin-utils/lib/index.js +77 -0
- data/node_modules/@babel/helper-plugin-utils/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-plugin-utils/package.json +24 -0
- data/node_modules/@babel/helper-plugin-utils/tsconfig.json +39 -0
- data/node_modules/@babel/helper-plugin-utils/tsconfig.tsbuildinfo +1 -0
- data/node_modules/@babel/helper-replace-supers/LICENSE +22 -0
- data/node_modules/@babel/helper-replace-supers/README.md +19 -0
- data/node_modules/@babel/helper-replace-supers/lib/index.js +231 -0
- data/node_modules/@babel/helper-replace-supers/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-replace-supers/package.json +32 -0
- data/node_modules/@babel/helper-simple-access/LICENSE +22 -0
- data/node_modules/@babel/helper-simple-access/README.md +19 -0
- data/node_modules/@babel/helper-simple-access/lib/index.js +91 -0
- data/node_modules/@babel/helper-simple-access/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-simple-access/package.json +28 -0
- data/node_modules/@babel/helper-skip-transparent-expression-wrappers/LICENSE +22 -0
- data/node_modules/@babel/helper-skip-transparent-expression-wrappers/README.md +19 -0
- data/node_modules/@babel/helper-skip-transparent-expression-wrappers/lib/index.js +34 -0
- data/node_modules/@babel/helper-skip-transparent-expression-wrappers/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-skip-transparent-expression-wrappers/package.json +30 -0
- data/node_modules/@babel/helper-split-export-declaration/LICENSE +22 -0
- data/node_modules/@babel/helper-split-export-declaration/README.md +19 -0
- data/node_modules/@babel/helper-split-export-declaration/lib/index.js +59 -0
- data/node_modules/@babel/helper-split-export-declaration/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-split-export-declaration/package.json +24 -0
- data/node_modules/@babel/helper-string-parser/LICENSE +22 -0
- data/node_modules/@babel/helper-string-parser/README.md +19 -0
- data/node_modules/@babel/helper-string-parser/lib/index.js +295 -0
- data/node_modules/@babel/helper-string-parser/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-string-parser/package.json +28 -0
- data/node_modules/@babel/helper-validator-identifier/LICENSE +22 -0
- data/node_modules/@babel/helper-validator-identifier/README.md +19 -0
- data/node_modules/@babel/helper-validator-identifier/lib/identifier.js +70 -0
- data/node_modules/@babel/helper-validator-identifier/lib/identifier.js.map +1 -0
- data/node_modules/@babel/helper-validator-identifier/lib/index.js +57 -0
- data/node_modules/@babel/helper-validator-identifier/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-validator-identifier/lib/keyword.js +35 -0
- data/node_modules/@babel/helper-validator-identifier/lib/keyword.js.map +1 -0
- data/node_modules/@babel/helper-validator-identifier/package.json +28 -0
- data/node_modules/@babel/helper-validator-identifier/scripts/generate-identifier-regex.js +73 -0
- data/node_modules/@babel/helper-validator-option/LICENSE +22 -0
- data/node_modules/@babel/helper-validator-option/README.md +19 -0
- data/node_modules/@babel/helper-validator-option/lib/find-suggestion.js +39 -0
- data/node_modules/@babel/helper-validator-option/lib/find-suggestion.js.map +1 -0
- data/node_modules/@babel/helper-validator-option/lib/index.js +21 -0
- data/node_modules/@babel/helper-validator-option/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-validator-option/lib/validator.js +48 -0
- data/node_modules/@babel/helper-validator-option/lib/validator.js.map +1 -0
- data/node_modules/@babel/helper-validator-option/package.json +24 -0
- data/node_modules/@babel/helpers/LICENSE +22 -0
- data/node_modules/@babel/helpers/README.md +19 -0
- data/node_modules/@babel/helpers/lib/helpers/AsyncGenerator.js +92 -0
- data/node_modules/@babel/helpers/lib/helpers/AsyncGenerator.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/OverloadYield.js +12 -0
- data/node_modules/@babel/helpers/lib/helpers/OverloadYield.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/applyDecs.js +459 -0
- data/node_modules/@babel/helpers/lib/helpers/applyDecs.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/applyDecs2203.js +363 -0
- data/node_modules/@babel/helpers/lib/helpers/applyDecs2203.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/applyDecs2203R.js +376 -0
- data/node_modules/@babel/helpers/lib/helpers/applyDecs2203R.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/applyDecs2301.js +421 -0
- data/node_modules/@babel/helpers/lib/helpers/applyDecs2301.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/applyDecs2305.js +235 -0
- data/node_modules/@babel/helpers/lib/helpers/applyDecs2305.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/applyDecs2311.js +236 -0
- data/node_modules/@babel/helpers/lib/helpers/applyDecs2311.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/assertClassBrand.js +14 -0
- data/node_modules/@babel/helpers/lib/helpers/assertClassBrand.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/asyncGeneratorDelegate.js +52 -0
- data/node_modules/@babel/helpers/lib/helpers/asyncGeneratorDelegate.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/asyncIterator.js +70 -0
- data/node_modules/@babel/helpers/lib/helpers/asyncIterator.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/awaitAsyncGenerator.js +12 -0
- data/node_modules/@babel/helpers/lib/helpers/awaitAsyncGenerator.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/callSuper.js +15 -0
- data/node_modules/@babel/helpers/lib/helpers/callSuper.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/checkInRHS.js +14 -0
- data/node_modules/@babel/helpers/lib/helpers/checkInRHS.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet2.js +12 -0
- data/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet2.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet2.js +13 -0
- data/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet2.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/classPrivateGetter.js +12 -0
- data/node_modules/@babel/helpers/lib/helpers/classPrivateGetter.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/classPrivateSetter.js +13 -0
- data/node_modules/@babel/helpers/lib/helpers/classPrivateSetter.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/construct.js +20 -0
- data/node_modules/@babel/helpers/lib/helpers/construct.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/defineAccessor.js +16 -0
- data/node_modules/@babel/helpers/lib/helpers/defineAccessor.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/dispose.js +47 -0
- data/node_modules/@babel/helpers/lib/helpers/dispose.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/importDeferProxy.js +35 -0
- data/node_modules/@babel/helpers/lib/helpers/importDeferProxy.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/interopRequireWildcard.js +49 -0
- data/node_modules/@babel/helpers/lib/helpers/interopRequireWildcard.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/isNativeReflectConstruct.js +16 -0
- data/node_modules/@babel/helpers/lib/helpers/isNativeReflectConstruct.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimit.js +41 -0
- data/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimit.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimitLoose.js +18 -0
- data/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimitLoose.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/jsx.js +47 -0
- data/node_modules/@babel/helpers/lib/helpers/jsx.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/objectSpread2.js +39 -0
- data/node_modules/@babel/helpers/lib/helpers/objectSpread2.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/regeneratorRuntime.js +499 -0
- data/node_modules/@babel/helpers/lib/helpers/regeneratorRuntime.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/setFunctionName.js +21 -0
- data/node_modules/@babel/helpers/lib/helpers/setFunctionName.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/toPrimitive.js +18 -0
- data/node_modules/@babel/helpers/lib/helpers/toPrimitive.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/toPropertyKey.js +13 -0
- data/node_modules/@babel/helpers/lib/helpers/toPropertyKey.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/toSetter.js +18 -0
- data/node_modules/@babel/helpers/lib/helpers/toSetter.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/typeof.js +22 -0
- data/node_modules/@babel/helpers/lib/helpers/typeof.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/using.js +29 -0
- data/node_modules/@babel/helpers/lib/helpers/using.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/usingCtx.js +73 -0
- data/node_modules/@babel/helpers/lib/helpers/usingCtx.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js +66 -0
- data/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers-generated.js +56 -0
- data/node_modules/@babel/helpers/lib/helpers-generated.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers.js +1673 -0
- data/node_modules/@babel/helpers/lib/helpers.js.map +1 -0
- data/node_modules/@babel/helpers/lib/index.js +243 -0
- data/node_modules/@babel/helpers/lib/index.js.map +1 -0
- data/node_modules/@babel/helpers/package.json +32 -0
- data/node_modules/@babel/helpers/scripts/generate-helpers.js +129 -0
- data/node_modules/@babel/helpers/scripts/generate-regenerator-runtime.js +63 -0
- data/node_modules/@babel/helpers/scripts/package.json +1 -0
- data/node_modules/@babel/highlight/LICENSE +22 -0
- data/node_modules/@babel/highlight/README.md +19 -0
- data/node_modules/@babel/highlight/lib/index.js +119 -0
- data/node_modules/@babel/highlight/lib/index.js.map +1 -0
- data/node_modules/@babel/highlight/node_modules/chalk/index.js +228 -0
- data/node_modules/@babel/highlight/node_modules/chalk/index.js.flow +93 -0
- data/node_modules/{@eslint/eslintrc/node_modules/globals → @babel/highlight/node_modules/chalk}/license +1 -1
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/index.js +165 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/license +9 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/node_modules/color-convert/CHANGELOG.md +54 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/node_modules/color-convert/LICENSE +21 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/node_modules/color-convert/README.md +68 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/node_modules/color-convert/conversions.js +868 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/node_modules/color-convert/index.js +78 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/node_modules/color-convert/node_modules/color-name/LICENSE +8 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/node_modules/color-convert/node_modules/color-name/README.md +11 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/node_modules/color-convert/node_modules/color-name/index.js +152 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/node_modules/color-convert/node_modules/color-name/package.json +25 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/node_modules/color-convert/node_modules/color-name/test.js +7 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/node_modules/color-convert/package.json +46 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/node_modules/color-convert/route.js +97 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/package.json +56 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/readme.md +147 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/escape-string-regexp/index.js +11 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/escape-string-regexp/license +21 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/escape-string-regexp/package.json +41 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/escape-string-regexp/readme.md +27 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/supports-color/browser.js +5 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/supports-color/index.js +131 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/supports-color/license +9 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/supports-color/node_modules/has-flag/index.js +8 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/supports-color/node_modules/has-flag/license +9 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/supports-color/node_modules/has-flag/package.json +44 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/supports-color/node_modules/has-flag/readme.md +70 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/supports-color/package.json +53 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/supports-color/readme.md +66 -0
- data/node_modules/@babel/highlight/node_modules/chalk/package.json +71 -0
- data/node_modules/@babel/highlight/node_modules/chalk/readme.md +314 -0
- data/node_modules/@babel/highlight/node_modules/chalk/templates.js +128 -0
- data/node_modules/@babel/highlight/node_modules/chalk/types/index.d.ts +97 -0
- data/node_modules/@babel/highlight/package.json +30 -0
- data/node_modules/@babel/parser/CHANGELOG.md +1073 -0
- data/node_modules/@babel/parser/LICENSE +19 -0
- data/node_modules/@babel/parser/README.md +19 -0
- data/node_modules/@babel/parser/bin/babel-parser.js +15 -0
- data/node_modules/@babel/parser/index.cjs +5 -0
- data/node_modules/@babel/parser/lib/index.js +14026 -0
- data/node_modules/@babel/parser/lib/index.js.map +1 -0
- data/node_modules/@babel/parser/package.json +46 -0
- data/node_modules/@babel/parser/typings/babel-parser.d.ts +251 -0
- data/node_modules/@babel/plugin-syntax-flow/LICENSE +22 -0
- data/node_modules/@babel/plugin-syntax-flow/README.md +19 -0
- data/node_modules/@babel/plugin-syntax-flow/lib/index.js +36 -0
- data/node_modules/@babel/plugin-syntax-flow/lib/index.js.map +1 -0
- data/node_modules/@babel/plugin-syntax-flow/package.json +33 -0
- data/node_modules/@babel/plugin-syntax-jsx/LICENSE +22 -0
- data/node_modules/@babel/plugin-syntax-jsx/README.md +19 -0
- data/node_modules/@babel/plugin-syntax-jsx/lib/index.js +23 -0
- data/node_modules/@babel/plugin-syntax-jsx/lib/index.js.map +1 -0
- data/node_modules/@babel/plugin-syntax-jsx/package.json +33 -0
- data/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/LICENSE +22 -0
- data/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/README.md +19 -0
- data/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/lib/index.js +22 -0
- data/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/package.json +23 -0
- data/node_modules/@babel/plugin-syntax-optional-chaining/LICENSE +22 -0
- data/node_modules/@babel/plugin-syntax-optional-chaining/README.md +19 -0
- data/node_modules/@babel/plugin-syntax-optional-chaining/lib/index.js +22 -0
- data/node_modules/@babel/plugin-syntax-optional-chaining/package.json +23 -0
- data/node_modules/@babel/plugin-syntax-typescript/LICENSE +22 -0
- data/node_modules/@babel/plugin-syntax-typescript/README.md +19 -0
- data/node_modules/@babel/plugin-syntax-typescript/lib/index.js +55 -0
- data/node_modules/@babel/plugin-syntax-typescript/lib/index.js.map +1 -0
- data/node_modules/@babel/plugin-syntax-typescript/package.json +35 -0
- data/node_modules/@babel/plugin-transform-class-properties/LICENSE +22 -0
- data/node_modules/@babel/plugin-transform-class-properties/README.md +19 -0
- data/node_modules/@babel/plugin-transform-class-properties/lib/index.js +22 -0
- data/node_modules/@babel/plugin-transform-class-properties/lib/index.js.map +1 -0
- data/node_modules/@babel/plugin-transform-class-properties/package.json +35 -0
- data/node_modules/@babel/plugin-transform-flow-strip-types/LICENSE +22 -0
- data/node_modules/@babel/plugin-transform-flow-strip-types/README.md +19 -0
- data/node_modules/@babel/plugin-transform-flow-strip-types/lib/index.js +163 -0
- data/node_modules/@babel/plugin-transform-flow-strip-types/lib/index.js.map +1 -0
- data/node_modules/@babel/plugin-transform-flow-strip-types/package.json +35 -0
- data/node_modules/@babel/plugin-transform-modules-commonjs/LICENSE +22 -0
- data/node_modules/@babel/plugin-transform-modules-commonjs/README.md +19 -0
- data/node_modules/@babel/plugin-transform-modules-commonjs/lib/dynamic-import.js +16 -0
- data/node_modules/@babel/plugin-transform-modules-commonjs/lib/dynamic-import.js.map +1 -0
- data/node_modules/@babel/plugin-transform-modules-commonjs/lib/hooks.js +37 -0
- data/node_modules/@babel/plugin-transform-modules-commonjs/lib/hooks.js.map +1 -0
- data/node_modules/@babel/plugin-transform-modules-commonjs/lib/index.js +197 -0
- data/node_modules/@babel/plugin-transform-modules-commonjs/lib/index.js.map +1 -0
- data/node_modules/@babel/plugin-transform-modules-commonjs/lib/lazy.js +44 -0
- data/node_modules/@babel/plugin-transform-modules-commonjs/lib/lazy.js.map +1 -0
- data/node_modules/@babel/plugin-transform-modules-commonjs/package.json +37 -0
- data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/LICENSE +22 -0
- data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/README.md +19 -0
- data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/lib/index.js +48 -0
- data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/lib/index.js.map +1 -0
- data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/package.json +35 -0
- data/node_modules/@babel/plugin-transform-optional-chaining/LICENSE +22 -0
- data/node_modules/@babel/plugin-transform-optional-chaining/README.md +19 -0
- data/node_modules/@babel/plugin-transform-optional-chaining/lib/index.js +240 -0
- data/node_modules/@babel/plugin-transform-optional-chaining/lib/index.js.map +1 -0
- data/node_modules/@babel/plugin-transform-optional-chaining/package.json +38 -0
- data/node_modules/@babel/plugin-transform-optional-chaining/tsconfig.json +20 -0
- data/node_modules/@babel/plugin-transform-optional-chaining/tsconfig.tsbuildinfo +1 -0
- data/node_modules/@babel/plugin-transform-private-methods/LICENSE +22 -0
- data/node_modules/@babel/plugin-transform-private-methods/README.md +19 -0
- data/node_modules/@babel/plugin-transform-private-methods/lib/index.js +22 -0
- data/node_modules/@babel/plugin-transform-private-methods/lib/index.js.map +1 -0
- data/node_modules/@babel/plugin-transform-private-methods/package.json +35 -0
- data/node_modules/@babel/plugin-transform-typescript/LICENSE +22 -0
- data/node_modules/@babel/plugin-transform-typescript/README.md +19 -0
- data/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js +58 -0
- data/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js.map +1 -0
- data/node_modules/@babel/plugin-transform-typescript/lib/enum.js +302 -0
- data/node_modules/@babel/plugin-transform-typescript/lib/enum.js.map +1 -0
- data/node_modules/@babel/plugin-transform-typescript/lib/global-types.js +22 -0
- data/node_modules/@babel/plugin-transform-typescript/lib/global-types.js.map +1 -0
- data/node_modules/@babel/plugin-transform-typescript/lib/index.js +484 -0
- data/node_modules/@babel/plugin-transform-typescript/lib/index.js.map +1 -0
- data/node_modules/@babel/plugin-transform-typescript/lib/namespace.js +165 -0
- data/node_modules/@babel/plugin-transform-typescript/lib/namespace.js.map +1 -0
- data/node_modules/@babel/plugin-transform-typescript/package.json +40 -0
- data/node_modules/@babel/plugin-transform-typescript/tsconfig.json +26 -0
- data/node_modules/@babel/plugin-transform-typescript/tsconfig.tsbuildinfo +1 -0
- data/node_modules/@babel/preset-flow/LICENSE +22 -0
- data/node_modules/@babel/preset-flow/README.md +19 -0
- data/node_modules/@babel/preset-flow/lib/index.js +42 -0
- data/node_modules/@babel/preset-flow/lib/index.js.map +1 -0
- data/node_modules/@babel/preset-flow/lib/normalize-options.js +28 -0
- data/node_modules/@babel/preset-flow/lib/normalize-options.js.map +1 -0
- data/node_modules/@babel/preset-flow/package.json +41 -0
- data/node_modules/@babel/preset-typescript/LICENSE +22 -0
- data/node_modules/@babel/preset-typescript/README.md +19 -0
- data/node_modules/@babel/preset-typescript/lib/index.js +146 -0
- data/node_modules/@babel/preset-typescript/lib/index.js.map +1 -0
- data/node_modules/@babel/preset-typescript/package.json +40 -0
- data/node_modules/@babel/register/LICENSE +22 -0
- data/node_modules/@babel/register/README.md +19 -0
- data/node_modules/@babel/register/experimental-worker.js +1 -0
- data/node_modules/@babel/register/lib/browser.js +9 -0
- data/node_modules/@babel/register/lib/browser.js.map +1 -0
- data/node_modules/@babel/register/lib/cache.js +3 -0
- data/node_modules/@babel/register/lib/cache.js.map +1 -0
- data/node_modules/@babel/register/lib/experimental-worker.js +25 -0
- data/node_modules/@babel/register/lib/experimental-worker.js.map +1 -0
- data/node_modules/@babel/register/lib/hook.js +71 -0
- data/node_modules/@babel/register/lib/hook.js.map +1 -0
- data/node_modules/@babel/register/lib/index.js +11 -0
- data/node_modules/@babel/register/lib/index.js.map +1 -0
- data/node_modules/@babel/register/lib/is-in-register-worker.js +9 -0
- data/node_modules/@babel/register/lib/is-in-register-worker.js.map +1 -0
- data/node_modules/@babel/register/lib/node.js +16 -0
- data/node_modules/@babel/register/lib/node.js.map +1 -0
- data/node_modules/@babel/register/lib/nodeWrapper.js +13 -0
- data/node_modules/@babel/register/lib/nodeWrapper.js.map +1 -0
- data/node_modules/@babel/register/lib/worker/babel-core.js +19 -0
- data/node_modules/@babel/register/lib/worker/babel-core.js.map +1 -0
- data/node_modules/@babel/register/lib/worker/cache.js +94 -0
- data/node_modules/@babel/register/lib/worker/cache.js.map +1 -0
- data/node_modules/@babel/register/lib/worker/handle-message.js +24 -0
- data/node_modules/@babel/register/lib/worker/handle-message.js.map +1 -0
- data/node_modules/@babel/register/lib/worker/index.js +39 -0
- data/node_modules/@babel/register/lib/worker/index.js.map +1 -0
- data/node_modules/@babel/register/lib/worker/transform.js +121 -0
- data/node_modules/@babel/register/lib/worker/transform.js.map +1 -0
- data/node_modules/@babel/register/lib/worker-client.js +107 -0
- data/node_modules/@babel/register/lib/worker-client.js.map +1 -0
- data/node_modules/@babel/register/package.json +41 -0
- data/node_modules/@babel/template/LICENSE +22 -0
- data/node_modules/@babel/template/README.md +19 -0
- data/node_modules/@babel/template/lib/builder.js +69 -0
- data/node_modules/@babel/template/lib/builder.js.map +1 -0
- data/node_modules/@babel/template/lib/formatters.js +61 -0
- data/node_modules/@babel/template/lib/formatters.js.map +1 -0
- data/node_modules/@babel/template/lib/index.js +23 -0
- data/node_modules/@babel/template/lib/index.js.map +1 -0
- data/node_modules/@babel/template/lib/literal.js +69 -0
- data/node_modules/@babel/template/lib/literal.js.map +1 -0
- data/node_modules/@babel/template/lib/options.js +73 -0
- data/node_modules/@babel/template/lib/options.js.map +1 -0
- data/node_modules/@babel/template/lib/parse.js +160 -0
- data/node_modules/@babel/template/lib/parse.js.map +1 -0
- data/node_modules/@babel/template/lib/populate.js +122 -0
- data/node_modules/@babel/template/lib/populate.js.map +1 -0
- data/node_modules/@babel/template/lib/string.js +20 -0
- data/node_modules/@babel/template/lib/string.js.map +1 -0
- data/node_modules/@babel/template/package.json +27 -0
- data/node_modules/@babel/traverse/LICENSE +22 -0
- data/node_modules/@babel/traverse/README.md +19 -0
- data/node_modules/@babel/traverse/lib/cache.js +44 -0
- data/node_modules/@babel/traverse/lib/cache.js.map +1 -0
- data/node_modules/@babel/traverse/lib/context.js +118 -0
- data/node_modules/@babel/traverse/lib/context.js.map +1 -0
- data/node_modules/@babel/traverse/lib/hub.js +19 -0
- data/node_modules/@babel/traverse/lib/hub.js.map +1 -0
- data/node_modules/@babel/traverse/lib/index.js +94 -0
- data/node_modules/@babel/traverse/lib/index.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/ancestry.js +141 -0
- data/node_modules/@babel/traverse/lib/path/ancestry.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/comments.js +52 -0
- data/node_modules/@babel/traverse/lib/path/comments.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/context.js +222 -0
- data/node_modules/@babel/traverse/lib/path/context.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/conversion.js +468 -0
- data/node_modules/@babel/traverse/lib/path/conversion.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/evaluation.js +347 -0
- data/node_modules/@babel/traverse/lib/path/evaluation.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/family.js +335 -0
- data/node_modules/@babel/traverse/lib/path/family.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/index.js +188 -0
- data/node_modules/@babel/traverse/lib/path/index.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/inference/index.js +149 -0
- data/node_modules/@babel/traverse/lib/path/inference/index.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/inference/inferer-reference.js +151 -0
- data/node_modules/@babel/traverse/lib/path/inference/inferer-reference.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/inference/inferers.js +207 -0
- data/node_modules/@babel/traverse/lib/path/inference/inferers.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/inference/util.js +30 -0
- data/node_modules/@babel/traverse/lib/path/inference/util.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/introspection.js +397 -0
- data/node_modules/@babel/traverse/lib/path/introspection.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/lib/hoister.js +171 -0
- data/node_modules/@babel/traverse/lib/path/lib/hoister.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/lib/removal-hooks.js +37 -0
- data/node_modules/@babel/traverse/lib/path/lib/removal-hooks.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/lib/virtual-types-validator.js +163 -0
- data/node_modules/@babel/traverse/lib/path/lib/virtual-types-validator.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/lib/virtual-types.js +26 -0
- data/node_modules/@babel/traverse/lib/path/lib/virtual-types.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/modification.js +226 -0
- data/node_modules/@babel/traverse/lib/path/modification.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/removal.js +66 -0
- data/node_modules/@babel/traverse/lib/path/removal.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/replacement.js +264 -0
- data/node_modules/@babel/traverse/lib/path/replacement.js.map +1 -0
- data/node_modules/@babel/traverse/lib/scope/binding.js +83 -0
- data/node_modules/@babel/traverse/lib/scope/binding.js.map +1 -0
- data/node_modules/@babel/traverse/lib/scope/index.js +903 -0
- data/node_modules/@babel/traverse/lib/scope/index.js.map +1 -0
- data/node_modules/@babel/traverse/lib/scope/lib/renamer.js +113 -0
- data/node_modules/@babel/traverse/lib/scope/lib/renamer.js.map +1 -0
- data/node_modules/@babel/traverse/lib/traverse-node.js +29 -0
- data/node_modules/@babel/traverse/lib/traverse-node.js.map +1 -0
- data/node_modules/@babel/traverse/lib/types.js +3 -0
- data/node_modules/@babel/traverse/lib/types.js.map +1 -0
- data/node_modules/@babel/traverse/lib/visitors.js +221 -0
- data/node_modules/@babel/traverse/lib/visitors.js.map +1 -0
- data/node_modules/{@eslint/eslintrc → @babel/traverse}/node_modules/globals/globals.json +15 -450
- data/node_modules/@babel/traverse/node_modules/globals/license +9 -0
- data/node_modules/@babel/traverse/node_modules/globals/package.json +41 -0
- data/node_modules/@babel/traverse/node_modules/globals/readme.md +41 -0
- data/node_modules/@babel/traverse/package.json +38 -0
- data/node_modules/@babel/types/LICENSE +22 -0
- data/node_modules/@babel/types/README.md +19 -0
- data/node_modules/@babel/types/lib/asserts/assertNode.js +16 -0
- data/node_modules/@babel/types/lib/asserts/assertNode.js.map +1 -0
- data/node_modules/@babel/types/lib/asserts/generated/index.js +1235 -0
- data/node_modules/@babel/types/lib/asserts/generated/index.js.map +1 -0
- data/node_modules/@babel/types/lib/ast-types/generated/index.js +3 -0
- data/node_modules/@babel/types/lib/ast-types/generated/index.js.map +1 -0
- data/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js +18 -0
- data/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js.map +1 -0
- data/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js +31 -0
- data/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js.map +1 -0
- data/node_modules/@babel/types/lib/builders/generated/index.js +1991 -0
- data/node_modules/@babel/types/lib/builders/generated/index.js.map +1 -0
- data/node_modules/@babel/types/lib/builders/generated/uppercase.js +1532 -0
- data/node_modules/@babel/types/lib/builders/generated/uppercase.js.map +1 -0
- data/node_modules/@babel/types/lib/builders/productions.js +12 -0
- data/node_modules/@babel/types/lib/builders/productions.js.map +1 -0
- data/node_modules/@babel/types/lib/builders/react/buildChildren.js +24 -0
- data/node_modules/@babel/types/lib/builders/react/buildChildren.js.map +1 -0
- data/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js +22 -0
- data/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js.map +1 -0
- data/node_modules/@babel/types/lib/builders/validateNode.js +17 -0
- data/node_modules/@babel/types/lib/builders/validateNode.js.map +1 -0
- data/node_modules/@babel/types/lib/clone/clone.js +12 -0
- data/node_modules/@babel/types/lib/clone/clone.js.map +1 -0
- data/node_modules/@babel/types/lib/clone/cloneDeep.js +12 -0
- data/node_modules/@babel/types/lib/clone/cloneDeep.js.map +1 -0
- data/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js +12 -0
- data/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js.map +1 -0
- data/node_modules/@babel/types/lib/clone/cloneNode.js +104 -0
- data/node_modules/@babel/types/lib/clone/cloneNode.js.map +1 -0
- data/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js +12 -0
- data/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js.map +1 -0
- data/node_modules/@babel/types/lib/comments/addComment.js +15 -0
- data/node_modules/@babel/types/lib/comments/addComment.js.map +1 -0
- data/node_modules/@babel/types/lib/comments/addComments.js +22 -0
- data/node_modules/@babel/types/lib/comments/addComments.js.map +1 -0
- data/node_modules/@babel/types/lib/comments/inheritInnerComments.js +12 -0
- data/node_modules/@babel/types/lib/comments/inheritInnerComments.js.map +1 -0
- data/node_modules/@babel/types/lib/comments/inheritLeadingComments.js +12 -0
- data/node_modules/@babel/types/lib/comments/inheritLeadingComments.js.map +1 -0
- data/node_modules/@babel/types/lib/comments/inheritTrailingComments.js +12 -0
- data/node_modules/@babel/types/lib/comments/inheritTrailingComments.js.map +1 -0
- data/node_modules/@babel/types/lib/comments/inheritsComments.js +17 -0
- data/node_modules/@babel/types/lib/comments/inheritsComments.js.map +1 -0
- data/node_modules/@babel/types/lib/comments/removeComments.js +15 -0
- data/node_modules/@babel/types/lib/comments/removeComments.js.map +1 -0
- data/node_modules/@babel/types/lib/constants/generated/index.js +59 -0
- data/node_modules/@babel/types/lib/constants/generated/index.js.map +1 -0
- data/node_modules/@babel/types/lib/constants/index.js +31 -0
- data/node_modules/@babel/types/lib/constants/index.js.map +1 -0
- data/node_modules/@babel/types/lib/converters/ensureBlock.js +14 -0
- data/node_modules/@babel/types/lib/converters/ensureBlock.js.map +1 -0
- data/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js +65 -0
- data/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js.map +1 -0
- data/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js +14 -0
- data/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js.map +1 -0
- data/node_modules/@babel/types/lib/converters/toBlock.js +29 -0
- data/node_modules/@babel/types/lib/converters/toBlock.js.map +1 -0
- data/node_modules/@babel/types/lib/converters/toComputedKey.js +14 -0
- data/node_modules/@babel/types/lib/converters/toComputedKey.js.map +1 -0
- data/node_modules/@babel/types/lib/converters/toExpression.js +27 -0
- data/node_modules/@babel/types/lib/converters/toExpression.js.map +1 -0
- data/node_modules/@babel/types/lib/converters/toIdentifier.js +25 -0
- data/node_modules/@babel/types/lib/converters/toIdentifier.js.map +1 -0
- data/node_modules/@babel/types/lib/converters/toKeyAlias.js +38 -0
- data/node_modules/@babel/types/lib/converters/toKeyAlias.js.map +1 -0
- data/node_modules/@babel/types/lib/converters/toSequenceExpression.js +20 -0
- data/node_modules/@babel/types/lib/converters/toSequenceExpression.js.map +1 -0
- data/node_modules/@babel/types/lib/converters/toStatement.js +39 -0
- data/node_modules/@babel/types/lib/converters/toStatement.js.map +1 -0
- data/node_modules/@babel/types/lib/converters/valueToNode.js +76 -0
- data/node_modules/@babel/types/lib/converters/valueToNode.js.map +1 -0
- data/node_modules/@babel/types/lib/definitions/core.js +1689 -0
- data/node_modules/@babel/types/lib/definitions/core.js.map +1 -0
- data/node_modules/@babel/types/lib/definitions/deprecated-aliases.js +11 -0
- data/node_modules/@babel/types/lib/definitions/deprecated-aliases.js.map +1 -0
- data/node_modules/@babel/types/lib/definitions/experimental.js +134 -0
- data/node_modules/@babel/types/lib/definitions/experimental.js.map +1 -0
- data/node_modules/@babel/types/lib/definitions/flow.js +488 -0
- data/node_modules/@babel/types/lib/definitions/flow.js.map +1 -0
- data/node_modules/@babel/types/lib/definitions/index.js +96 -0
- data/node_modules/@babel/types/lib/definitions/index.js.map +1 -0
- data/node_modules/@babel/types/lib/definitions/jsx.js +158 -0
- data/node_modules/@babel/types/lib/definitions/jsx.js.map +1 -0
- data/node_modules/@babel/types/lib/definitions/misc.js +32 -0
- data/node_modules/@babel/types/lib/definitions/misc.js.map +1 -0
- data/node_modules/@babel/types/lib/definitions/placeholders.js +27 -0
- data/node_modules/@babel/types/lib/definitions/placeholders.js.map +1 -0
- data/node_modules/@babel/types/lib/definitions/typescript.js +493 -0
- data/node_modules/@babel/types/lib/definitions/typescript.js.map +1 -0
- data/node_modules/@babel/types/lib/definitions/utils.js +273 -0
- data/node_modules/@babel/types/lib/definitions/utils.js.map +1 -0
- data/node_modules/@babel/types/lib/index-legacy.d.ts +2758 -0
- data/node_modules/@babel/types/lib/index.d.ts +3269 -0
- data/node_modules/@babel/types/lib/index.js +576 -0
- data/node_modules/@babel/types/lib/index.js.flow +2612 -0
- data/node_modules/@babel/types/lib/index.js.map +1 -0
- data/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js +15 -0
- data/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js.map +1 -0
- data/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js +65 -0
- data/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js.map +1 -0
- data/node_modules/@babel/types/lib/modifications/inherits.js +28 -0
- data/node_modules/@babel/types/lib/modifications/inherits.js.map +1 -0
- data/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js +17 -0
- data/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js.map +1 -0
- data/node_modules/@babel/types/lib/modifications/removeProperties.js +24 -0
- data/node_modules/@babel/types/lib/modifications/removeProperties.js.map +1 -0
- data/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js +14 -0
- data/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js.map +1 -0
- data/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js +65 -0
- data/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js.map +1 -0
- data/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js +96 -0
- data/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js.map +1 -0
- data/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js +13 -0
- data/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js.map +1 -0
- data/node_modules/@babel/types/lib/traverse/traverse.js +50 -0
- data/node_modules/@babel/types/lib/traverse/traverse.js.map +1 -0
- data/node_modules/@babel/types/lib/traverse/traverseFast.js +26 -0
- data/node_modules/@babel/types/lib/traverse/traverseFast.js.map +1 -0
- data/node_modules/@babel/types/lib/utils/deprecationWarning.js +44 -0
- data/node_modules/@babel/types/lib/utils/deprecationWarning.js.map +1 -0
- data/node_modules/@babel/types/lib/utils/inherit.js +13 -0
- data/node_modules/@babel/types/lib/utils/inherit.js.map +1 -0
- data/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js +40 -0
- data/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js.map +1 -0
- data/node_modules/@babel/types/lib/utils/shallowEqual.js +17 -0
- data/node_modules/@babel/types/lib/utils/shallowEqual.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js +13 -0
- data/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/generated/index.js +2752 -0
- data/node_modules/@babel/types/lib/validators/generated/index.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/is.js +27 -0
- data/node_modules/@babel/types/lib/validators/is.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/isBinding.js +27 -0
- data/node_modules/@babel/types/lib/validators/isBinding.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/isBlockScoped.js +13 -0
- data/node_modules/@babel/types/lib/validators/isBlockScoped.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/isImmutable.js +21 -0
- data/node_modules/@babel/types/lib/validators/isImmutable.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/isLet.js +13 -0
- data/node_modules/@babel/types/lib/validators/isLet.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/isNode.js +12 -0
- data/node_modules/@babel/types/lib/validators/isNode.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/isNodesEquivalent.js +57 -0
- data/node_modules/@babel/types/lib/validators/isNodesEquivalent.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/isPlaceholderType.js +19 -0
- data/node_modules/@babel/types/lib/validators/isPlaceholderType.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/isReferenced.js +96 -0
- data/node_modules/@babel/types/lib/validators/isReferenced.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/isScope.js +18 -0
- data/node_modules/@babel/types/lib/validators/isScope.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/isSpecifierDefault.js +14 -0
- data/node_modules/@babel/types/lib/validators/isSpecifierDefault.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/isType.js +22 -0
- data/node_modules/@babel/types/lib/validators/isType.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/isValidES3Identifier.js +13 -0
- data/node_modules/@babel/types/lib/validators/isValidES3Identifier.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/isValidIdentifier.js +18 -0
- data/node_modules/@babel/types/lib/validators/isValidIdentifier.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/isVar.js +15 -0
- data/node_modules/@babel/types/lib/validators/isVar.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/matchesPattern.js +36 -0
- data/node_modules/@babel/types/lib/validators/matchesPattern.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/react/isCompatTag.js +11 -0
- data/node_modules/@babel/types/lib/validators/react/isCompatTag.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/react/isReactComponent.js +11 -0
- data/node_modules/@babel/types/lib/validators/react/isReactComponent.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/validate.js +30 -0
- data/node_modules/@babel/types/lib/validators/validate.js.map +1 -0
- data/node_modules/@babel/types/package.json +40 -0
- data/node_modules/@eslint/eslintrc/dist/eslintrc.cjs +1 -0
- data/node_modules/@eslint/eslintrc/dist/eslintrc.cjs.map +1 -1
- data/node_modules/@eslint/eslintrc/lib/config-array-factory.js +5 -1
- data/node_modules/@eslint/eslintrc/lib/index.js +3 -1
- data/node_modules/@eslint/eslintrc/package.json +2 -2
- data/node_modules/@eslint/js/package.json +1 -1
- data/node_modules/@eslint/js/src/configs/eslint-all.js +0 -2
- data/node_modules/@humanwhocodes/retry/README.md +16 -0
- data/node_modules/@humanwhocodes/retry/dist/retrier.cjs +20 -3
- data/node_modules/@humanwhocodes/retry/dist/retrier.d.cts +28 -0
- data/node_modules/@humanwhocodes/retry/dist/retrier.d.ts +5 -1
- data/node_modules/@humanwhocodes/retry/dist/retrier.js +21 -3
- data/node_modules/@humanwhocodes/retry/dist/retrier.min.js +1 -1
- data/node_modules/@humanwhocodes/retry/dist/retrier.mjs +20 -3
- data/node_modules/@humanwhocodes/retry/package.json +7 -5
- data/node_modules/@jridgewell/gen-mapping/LICENSE +19 -0
- data/node_modules/@jridgewell/gen-mapping/README.md +227 -0
- data/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs +230 -0
- data/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs.map +1 -0
- data/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js +246 -0
- data/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js.map +1 -0
- data/node_modules/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts +88 -0
- data/node_modules/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts +12 -0
- data/node_modules/@jridgewell/gen-mapping/dist/types/types.d.ts +36 -0
- data/node_modules/@jridgewell/gen-mapping/package.json +76 -0
- data/node_modules/@jridgewell/resolve-uri/LICENSE +19 -0
- data/node_modules/@jridgewell/resolve-uri/README.md +40 -0
- data/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs +232 -0
- data/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map +1 -0
- data/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js +240 -0
- data/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js.map +1 -0
- data/node_modules/@jridgewell/resolve-uri/dist/types/resolve-uri.d.ts +4 -0
- data/node_modules/@jridgewell/resolve-uri/package.json +69 -0
- data/node_modules/@jridgewell/set-array/LICENSE +19 -0
- data/node_modules/@jridgewell/set-array/README.md +37 -0
- data/node_modules/@jridgewell/set-array/dist/set-array.mjs +69 -0
- data/node_modules/@jridgewell/set-array/dist/set-array.mjs.map +1 -0
- data/node_modules/@jridgewell/set-array/dist/set-array.umd.js +83 -0
- data/node_modules/@jridgewell/set-array/dist/set-array.umd.js.map +1 -0
- data/node_modules/@jridgewell/set-array/dist/types/set-array.d.ts +32 -0
- data/node_modules/@jridgewell/set-array/package.json +65 -0
- data/node_modules/@jridgewell/sourcemap-codec/LICENSE +21 -0
- data/node_modules/@jridgewell/sourcemap-codec/README.md +200 -0
- data/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs +164 -0
- data/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map +1 -0
- data/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js +175 -0
- data/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map +1 -0
- data/node_modules/@jridgewell/sourcemap-codec/dist/types/sourcemap-codec.d.ts +6 -0
- data/node_modules/@jridgewell/sourcemap-codec/package.json +74 -0
- data/node_modules/@jridgewell/trace-mapping/LICENSE +19 -0
- data/node_modules/@jridgewell/trace-mapping/README.md +257 -0
- data/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs +580 -0
- data/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map +1 -0
- data/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js +600 -0
- data/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map +1 -0
- data/node_modules/@jridgewell/trace-mapping/dist/types/any-map.d.ts +8 -0
- data/node_modules/@jridgewell/trace-mapping/dist/types/binary-search.d.ts +32 -0
- data/node_modules/@jridgewell/trace-mapping/dist/types/by-source.d.ts +7 -0
- data/node_modules/@jridgewell/trace-mapping/dist/types/resolve.d.ts +1 -0
- data/node_modules/@jridgewell/trace-mapping/dist/types/sort.d.ts +2 -0
- data/node_modules/@jridgewell/trace-mapping/dist/types/sourcemap-segment.d.ts +16 -0
- data/node_modules/@jridgewell/trace-mapping/dist/types/strip-filename.d.ts +4 -0
- data/node_modules/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts +79 -0
- data/node_modules/@jridgewell/trace-mapping/dist/types/types.d.ts +99 -0
- data/node_modules/@jridgewell/trace-mapping/package.json +77 -0
- data/node_modules/ast-types/LICENSE +20 -0
- data/node_modules/ast-types/README.md +512 -0
- data/node_modules/ast-types/lib/def/babel-core.d.ts +2 -0
- data/node_modules/ast-types/lib/def/babel-core.js +241 -0
- data/node_modules/ast-types/lib/def/babel-core.js.map +1 -0
- data/node_modules/ast-types/lib/def/babel.d.ts +2 -0
- data/node_modules/ast-types/lib/def/babel.js +26 -0
- data/node_modules/ast-types/lib/def/babel.js.map +1 -0
- data/node_modules/ast-types/lib/def/core.d.ts +2 -0
- data/node_modules/ast-types/lib/def/core.js +281 -0
- data/node_modules/ast-types/lib/def/core.js.map +1 -0
- data/node_modules/ast-types/lib/def/es-proposals.d.ts +2 -0
- data/node_modules/ast-types/lib/def/es-proposals.js +70 -0
- data/node_modules/ast-types/lib/def/es-proposals.js.map +1 -0
- data/node_modules/ast-types/lib/def/es2016.d.ts +2 -0
- data/node_modules/ast-types/lib/def/es2016.js +17 -0
- data/node_modules/ast-types/lib/def/es2016.js.map +1 -0
- data/node_modules/ast-types/lib/def/es2017.d.ts +2 -0
- data/node_modules/ast-types/lib/def/es2017.js +22 -0
- data/node_modules/ast-types/lib/def/es2017.js.map +1 -0
- data/node_modules/ast-types/lib/def/es2018.d.ts +2 -0
- data/node_modules/ast-types/lib/def/es2018.js +36 -0
- data/node_modules/ast-types/lib/def/es2018.js.map +1 -0
- data/node_modules/ast-types/lib/def/es2019.d.ts +2 -0
- data/node_modules/ast-types/lib/def/es2019.js +19 -0
- data/node_modules/ast-types/lib/def/es2019.js.map +1 -0
- data/node_modules/ast-types/lib/def/es2020.d.ts +2 -0
- data/node_modules/ast-types/lib/def/es2020.js +52 -0
- data/node_modules/ast-types/lib/def/es2020.js.map +1 -0
- data/node_modules/ast-types/lib/def/es2021.d.ts +2 -0
- data/node_modules/ast-types/lib/def/es2021.js +15 -0
- data/node_modules/ast-types/lib/def/es2021.js.map +1 -0
- data/node_modules/ast-types/lib/def/es2022.d.ts +2 -0
- data/node_modules/ast-types/lib/def/es2022.js +18 -0
- data/node_modules/ast-types/lib/def/es2022.js.map +1 -0
- data/node_modules/ast-types/lib/def/es6.d.ts +2 -0
- data/node_modules/ast-types/lib/def/es6.js +238 -0
- data/node_modules/ast-types/lib/def/es6.js.map +1 -0
- data/node_modules/ast-types/lib/def/esprima.d.ts +2 -0
- data/node_modules/ast-types/lib/def/esprima.js +51 -0
- data/node_modules/ast-types/lib/def/esprima.js.map +1 -0
- data/node_modules/ast-types/lib/def/flow.d.ts +2 -0
- data/node_modules/ast-types/lib/def/flow.js +362 -0
- data/node_modules/ast-types/lib/def/flow.js.map +1 -0
- data/node_modules/ast-types/lib/def/jsx.d.ts +2 -0
- data/node_modules/ast-types/lib/def/jsx.js +110 -0
- data/node_modules/ast-types/lib/def/jsx.js.map +1 -0
- data/node_modules/ast-types/lib/def/operators/core.d.ts +5 -0
- data/node_modules/ast-types/lib/def/operators/core.js +27 -0
- data/node_modules/ast-types/lib/def/operators/core.js.map +1 -0
- data/node_modules/ast-types/lib/def/operators/es2016.d.ts +5 -0
- data/node_modules/ast-types/lib/def/operators/es2016.js +21 -0
- data/node_modules/ast-types/lib/def/operators/es2016.js.map +1 -0
- data/node_modules/ast-types/lib/def/operators/es2020.d.ts +5 -0
- data/node_modules/ast-types/lib/def/operators/es2020.js +17 -0
- data/node_modules/ast-types/lib/def/operators/es2020.js.map +1 -0
- data/node_modules/ast-types/lib/def/operators/es2021.d.ts +5 -0
- data/node_modules/ast-types/lib/def/operators/es2021.js +20 -0
- data/node_modules/ast-types/lib/def/operators/es2021.js.map +1 -0
- data/node_modules/ast-types/lib/def/type-annotations.d.ts +7 -0
- data/node_modules/ast-types/lib/def/type-annotations.js +42 -0
- data/node_modules/ast-types/lib/def/type-annotations.js.map +1 -0
- data/node_modules/ast-types/lib/def/typescript.d.ts +2 -0
- data/node_modules/ast-types/lib/def/typescript.js +369 -0
- data/node_modules/ast-types/lib/def/typescript.js.map +1 -0
- data/node_modules/ast-types/lib/equiv.d.ts +5 -0
- data/node_modules/ast-types/lib/equiv.js +157 -0
- data/node_modules/ast-types/lib/equiv.js.map +1 -0
- data/node_modules/ast-types/lib/fork.d.ts +43 -0
- data/node_modules/ast-types/lib/fork.js +55 -0
- data/node_modules/ast-types/lib/fork.js.map +1 -0
- data/node_modules/ast-types/lib/gen/builders.d.ts +2850 -0
- data/node_modules/ast-types/lib/gen/builders.js +3 -0
- data/node_modules/ast-types/lib/gen/builders.js.map +1 -0
- data/node_modules/ast-types/lib/gen/kinds.d.ts +293 -0
- data/node_modules/ast-types/lib/gen/kinds.js +3 -0
- data/node_modules/ast-types/lib/gen/kinds.js.map +1 -0
- data/node_modules/ast-types/lib/gen/namedTypes.d.ts +2029 -0
- data/node_modules/ast-types/lib/gen/namedTypes.js +7 -0
- data/node_modules/ast-types/lib/gen/namedTypes.js.map +1 -0
- data/node_modules/ast-types/lib/gen/visitor.d.ts +297 -0
- data/node_modules/ast-types/lib/gen/visitor.js +3 -0
- data/node_modules/ast-types/lib/gen/visitor.js.map +1 -0
- data/node_modules/ast-types/lib/main.d.ts +29 -0
- data/node_modules/ast-types/lib/main.js +44 -0
- data/node_modules/ast-types/lib/main.js.map +1 -0
- data/node_modules/ast-types/lib/node-path.d.ts +21 -0
- data/node_modules/ast-types/lib/node-path.js +414 -0
- data/node_modules/ast-types/lib/node-path.js.map +1 -0
- data/node_modules/ast-types/lib/path-visitor.d.ts +51 -0
- data/node_modules/ast-types/lib/path-visitor.js +346 -0
- data/node_modules/ast-types/lib/path-visitor.js.map +1 -0
- data/node_modules/ast-types/lib/path.d.ts +24 -0
- data/node_modules/ast-types/lib/path.js +334 -0
- data/node_modules/ast-types/lib/path.js.map +1 -0
- data/node_modules/ast-types/lib/scope.d.ts +27 -0
- data/node_modules/ast-types/lib/scope.js +358 -0
- data/node_modules/ast-types/lib/scope.js.map +1 -0
- data/node_modules/ast-types/lib/shared.d.ts +21 -0
- data/node_modules/ast-types/lib/shared.js +91 -0
- data/node_modules/ast-types/lib/shared.js.map +1 -0
- data/node_modules/ast-types/lib/types.d.ts +141 -0
- data/node_modules/ast-types/lib/types.js +791 -0
- data/node_modules/ast-types/lib/types.js.map +1 -0
- data/node_modules/ast-types/package.json +68 -0
- data/node_modules/babel-core/README.md +50 -0
- data/node_modules/babel-core/index.js +2 -0
- data/node_modules/babel-core/package.json +18 -0
- data/node_modules/browserslist/LICENSE +20 -0
- data/node_modules/browserslist/README.md +67 -0
- data/node_modules/browserslist/browser.js +52 -0
- data/node_modules/browserslist/cli.js +156 -0
- data/node_modules/browserslist/error.d.ts +7 -0
- data/node_modules/browserslist/error.js +12 -0
- data/node_modules/browserslist/index.d.ts +201 -0
- data/node_modules/browserslist/index.js +1206 -0
- data/node_modules/browserslist/node.js +420 -0
- data/node_modules/browserslist/package.json +44 -0
- data/node_modules/browserslist/parse.js +78 -0
- data/node_modules/caniuse-lite/LICENSE +395 -0
- data/node_modules/caniuse-lite/README.md +6 -0
- data/node_modules/caniuse-lite/data/agents.js +1 -0
- data/node_modules/caniuse-lite/data/browserVersions.js +1 -0
- data/node_modules/caniuse-lite/data/browsers.js +1 -0
- data/node_modules/caniuse-lite/data/features/aac.js +1 -0
- data/node_modules/caniuse-lite/data/features/abortcontroller.js +1 -0
- data/node_modules/caniuse-lite/data/features/ac3-ec3.js +1 -0
- data/node_modules/caniuse-lite/data/features/accelerometer.js +1 -0
- data/node_modules/caniuse-lite/data/features/addeventlistener.js +1 -0
- data/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +1 -0
- data/node_modules/caniuse-lite/data/features/ambient-light.js +1 -0
- data/node_modules/caniuse-lite/data/features/apng.js +1 -0
- data/node_modules/caniuse-lite/data/features/array-find-index.js +1 -0
- data/node_modules/caniuse-lite/data/features/array-find.js +1 -0
- data/node_modules/caniuse-lite/data/features/array-flat.js +1 -0
- data/node_modules/caniuse-lite/data/features/array-includes.js +1 -0
- data/node_modules/caniuse-lite/data/features/arrow-functions.js +1 -0
- data/node_modules/caniuse-lite/data/features/asmjs.js +1 -0
- data/node_modules/caniuse-lite/data/features/async-clipboard.js +1 -0
- data/node_modules/caniuse-lite/data/features/async-functions.js +1 -0
- data/node_modules/caniuse-lite/data/features/atob-btoa.js +1 -0
- data/node_modules/caniuse-lite/data/features/audio-api.js +1 -0
- data/node_modules/caniuse-lite/data/features/audio.js +1 -0
- data/node_modules/caniuse-lite/data/features/audiotracks.js +1 -0
- data/node_modules/caniuse-lite/data/features/autofocus.js +1 -0
- data/node_modules/caniuse-lite/data/features/auxclick.js +1 -0
- data/node_modules/caniuse-lite/data/features/av1.js +1 -0
- data/node_modules/caniuse-lite/data/features/avif.js +1 -0
- data/node_modules/caniuse-lite/data/features/background-attachment.js +1 -0
- data/node_modules/caniuse-lite/data/features/background-clip-text.js +1 -0
- data/node_modules/caniuse-lite/data/features/background-img-opts.js +1 -0
- data/node_modules/caniuse-lite/data/features/background-position-x-y.js +1 -0
- data/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +1 -0
- data/node_modules/caniuse-lite/data/features/background-sync.js +1 -0
- data/node_modules/caniuse-lite/data/features/battery-status.js +1 -0
- data/node_modules/caniuse-lite/data/features/beacon.js +1 -0
- data/node_modules/caniuse-lite/data/features/beforeafterprint.js +1 -0
- data/node_modules/caniuse-lite/data/features/bigint.js +1 -0
- data/node_modules/caniuse-lite/data/features/blobbuilder.js +1 -0
- data/node_modules/caniuse-lite/data/features/bloburls.js +1 -0
- data/node_modules/caniuse-lite/data/features/border-image.js +1 -0
- data/node_modules/caniuse-lite/data/features/border-radius.js +1 -0
- data/node_modules/caniuse-lite/data/features/broadcastchannel.js +1 -0
- data/node_modules/caniuse-lite/data/features/brotli.js +1 -0
- data/node_modules/caniuse-lite/data/features/calc.js +1 -0
- data/node_modules/caniuse-lite/data/features/canvas-blending.js +1 -0
- data/node_modules/caniuse-lite/data/features/canvas-text.js +1 -0
- data/node_modules/caniuse-lite/data/features/canvas.js +1 -0
- data/node_modules/caniuse-lite/data/features/ch-unit.js +1 -0
- data/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +1 -0
- data/node_modules/caniuse-lite/data/features/channel-messaging.js +1 -0
- data/node_modules/caniuse-lite/data/features/childnode-remove.js +1 -0
- data/node_modules/caniuse-lite/data/features/classlist.js +1 -0
- data/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +1 -0
- data/node_modules/caniuse-lite/data/features/clipboard.js +1 -0
- data/node_modules/caniuse-lite/data/features/colr-v1.js +1 -0
- data/node_modules/caniuse-lite/data/features/colr.js +1 -0
- data/node_modules/caniuse-lite/data/features/comparedocumentposition.js +1 -0
- data/node_modules/caniuse-lite/data/features/console-basic.js +1 -0
- data/node_modules/caniuse-lite/data/features/console-time.js +1 -0
- data/node_modules/caniuse-lite/data/features/const.js +1 -0
- data/node_modules/caniuse-lite/data/features/constraint-validation.js +1 -0
- data/node_modules/caniuse-lite/data/features/contenteditable.js +1 -0
- data/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +1 -0
- data/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +1 -0
- data/node_modules/caniuse-lite/data/features/cookie-store-api.js +1 -0
- data/node_modules/caniuse-lite/data/features/cors.js +1 -0
- data/node_modules/caniuse-lite/data/features/createimagebitmap.js +1 -0
- data/node_modules/caniuse-lite/data/features/credential-management.js +1 -0
- data/node_modules/caniuse-lite/data/features/cryptography.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-all.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-animation.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-any-link.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-appearance.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-at-counter-style.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-autofill.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-background-offsets.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-boxshadow.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-canvas.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-caret-color.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-cascade-layers.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-cascade-scope.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-case-insensitive.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-clip-path.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-color-adjust.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-color-function.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-conic-gradients.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-container-queries-style.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-container-queries.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-container-query-units.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-containment.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-content-visibility.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-counters.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-crisp-edges.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-cross-fade.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-default-pseudo.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-display-contents.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-element-function.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-env-function.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-exclusions.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-featurequeries.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-file-selector-button.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-filter-function.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-filters.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-first-letter.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-first-line.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-fixed.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-focus-visible.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-focus-within.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-font-palette.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-font-stretch.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-gencontent.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-gradients.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-grid-animation.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-grid.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-has.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-hyphens.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-image-orientation.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-image-set.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-initial-letter.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-initial-value.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-lch-lab.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-letter-spacing.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-line-clamp.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-logical-props.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-masks.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-math-functions.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-media-interaction.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-media-resolution.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-media-scripting.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-mediaqueries.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-mixblendmode.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-module-scripts.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-motion-paths.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-namespaces.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-nesting.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-not-sel-list.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-nth-child-of.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-opacity.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-overflow.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-page-break.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-paged-media.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-paint-api.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-placeholder.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-read-only-write.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-reflections.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-regions.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-relative-colors.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-resize.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-revert-value.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-scroll-timeline.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-scrollbar.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-sel2.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-sel3.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-selection.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-shapes.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-snappoints.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-sticky.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-subgrid.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-supports-api.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-table.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-text-align-last.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-text-box-trim.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-text-indent.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-text-justify.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-text-orientation.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-text-spacing.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-textshadow.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-touch-action.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-transitions.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-unset-value.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-variables.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-when-else.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-widows-orphans.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-width-stretch.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-writing-mode.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-zoom.js +1 -0
- data/node_modules/caniuse-lite/data/features/css3-attr.js +1 -0
- data/node_modules/caniuse-lite/data/features/css3-boxsizing.js +1 -0
- data/node_modules/caniuse-lite/data/features/css3-colors.js +1 -0
- data/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +1 -0
- data/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +1 -0
- data/node_modules/caniuse-lite/data/features/css3-cursors.js +1 -0
- data/node_modules/caniuse-lite/data/features/css3-tabsize.js +1 -0
- data/node_modules/caniuse-lite/data/features/currentcolor.js +1 -0
- data/node_modules/caniuse-lite/data/features/custom-elements.js +1 -0
- data/node_modules/caniuse-lite/data/features/custom-elementsv1.js +1 -0
- data/node_modules/caniuse-lite/data/features/customevent.js +1 -0
- data/node_modules/caniuse-lite/data/features/datalist.js +1 -0
- data/node_modules/caniuse-lite/data/features/dataset.js +1 -0
- data/node_modules/caniuse-lite/data/features/datauri.js +1 -0
- data/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +1 -0
- data/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +1 -0
- data/node_modules/caniuse-lite/data/features/decorators.js +1 -0
- data/node_modules/caniuse-lite/data/features/details.js +1 -0
- data/node_modules/caniuse-lite/data/features/deviceorientation.js +1 -0
- data/node_modules/caniuse-lite/data/features/devicepixelratio.js +1 -0
- data/node_modules/caniuse-lite/data/features/dialog.js +1 -0
- data/node_modules/caniuse-lite/data/features/dispatchevent.js +1 -0
- data/node_modules/caniuse-lite/data/features/dnssec.js +1 -0
- data/node_modules/caniuse-lite/data/features/do-not-track.js +1 -0
- data/node_modules/caniuse-lite/data/features/document-currentscript.js +1 -0
- data/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +1 -0
- data/node_modules/caniuse-lite/data/features/document-execcommand.js +1 -0
- data/node_modules/caniuse-lite/data/features/document-policy.js +1 -0
- data/node_modules/caniuse-lite/data/features/document-scrollingelement.js +1 -0
- data/node_modules/caniuse-lite/data/features/documenthead.js +1 -0
- data/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +1 -0
- data/node_modules/caniuse-lite/data/features/dom-range.js +1 -0
- data/node_modules/caniuse-lite/data/features/domcontentloaded.js +1 -0
- data/node_modules/caniuse-lite/data/features/dommatrix.js +1 -0
- data/node_modules/caniuse-lite/data/features/download.js +1 -0
- data/node_modules/caniuse-lite/data/features/dragndrop.js +1 -0
- data/node_modules/caniuse-lite/data/features/element-closest.js +1 -0
- data/node_modules/caniuse-lite/data/features/element-from-point.js +1 -0
- data/node_modules/caniuse-lite/data/features/element-scroll-methods.js +1 -0
- data/node_modules/caniuse-lite/data/features/eme.js +1 -0
- data/node_modules/caniuse-lite/data/features/eot.js +1 -0
- data/node_modules/caniuse-lite/data/features/es5.js +1 -0
- data/node_modules/caniuse-lite/data/features/es6-class.js +1 -0
- data/node_modules/caniuse-lite/data/features/es6-generators.js +1 -0
- data/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +1 -0
- data/node_modules/caniuse-lite/data/features/es6-module.js +1 -0
- data/node_modules/caniuse-lite/data/features/es6-number.js +1 -0
- data/node_modules/caniuse-lite/data/features/es6-string-includes.js +1 -0
- data/node_modules/caniuse-lite/data/features/es6.js +1 -0
- data/node_modules/caniuse-lite/data/features/eventsource.js +1 -0
- data/node_modules/caniuse-lite/data/features/extended-system-fonts.js +1 -0
- data/node_modules/caniuse-lite/data/features/feature-policy.js +1 -0
- data/node_modules/caniuse-lite/data/features/fetch.js +1 -0
- data/node_modules/caniuse-lite/data/features/fieldset-disabled.js +1 -0
- data/node_modules/caniuse-lite/data/features/fileapi.js +1 -0
- data/node_modules/caniuse-lite/data/features/filereader.js +1 -0
- data/node_modules/caniuse-lite/data/features/filereadersync.js +1 -0
- data/node_modules/caniuse-lite/data/features/filesystem.js +1 -0
- data/node_modules/caniuse-lite/data/features/flac.js +1 -0
- data/node_modules/caniuse-lite/data/features/flexbox-gap.js +1 -0
- data/node_modules/caniuse-lite/data/features/flexbox.js +1 -0
- data/node_modules/caniuse-lite/data/features/flow-root.js +1 -0
- data/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +1 -0
- data/node_modules/caniuse-lite/data/features/font-family-system-ui.js +1 -0
- data/node_modules/caniuse-lite/data/features/font-feature.js +1 -0
- data/node_modules/caniuse-lite/data/features/font-kerning.js +1 -0
- data/node_modules/caniuse-lite/data/features/font-loading.js +1 -0
- data/node_modules/caniuse-lite/data/features/font-size-adjust.js +1 -0
- data/node_modules/caniuse-lite/data/features/font-smooth.js +1 -0
- data/node_modules/caniuse-lite/data/features/font-unicode-range.js +1 -0
- data/node_modules/caniuse-lite/data/features/font-variant-alternates.js +1 -0
- data/node_modules/caniuse-lite/data/features/font-variant-numeric.js +1 -0
- data/node_modules/caniuse-lite/data/features/fontface.js +1 -0
- data/node_modules/caniuse-lite/data/features/form-attribute.js +1 -0
- data/node_modules/caniuse-lite/data/features/form-submit-attributes.js +1 -0
- data/node_modules/caniuse-lite/data/features/form-validation.js +1 -0
- data/node_modules/caniuse-lite/data/features/forms.js +1 -0
- data/node_modules/caniuse-lite/data/features/fullscreen.js +1 -0
- data/node_modules/caniuse-lite/data/features/gamepad.js +1 -0
- data/node_modules/caniuse-lite/data/features/geolocation.js +1 -0
- data/node_modules/caniuse-lite/data/features/getboundingclientrect.js +1 -0
- data/node_modules/caniuse-lite/data/features/getcomputedstyle.js +1 -0
- data/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +1 -0
- data/node_modules/caniuse-lite/data/features/getrandomvalues.js +1 -0
- data/node_modules/caniuse-lite/data/features/gyroscope.js +1 -0
- data/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +1 -0
- data/node_modules/caniuse-lite/data/features/hashchange.js +1 -0
- data/node_modules/caniuse-lite/data/features/heif.js +1 -0
- data/node_modules/caniuse-lite/data/features/hevc.js +1 -0
- data/node_modules/caniuse-lite/data/features/hidden.js +1 -0
- data/node_modules/caniuse-lite/data/features/high-resolution-time.js +1 -0
- data/node_modules/caniuse-lite/data/features/history.js +1 -0
- data/node_modules/caniuse-lite/data/features/html-media-capture.js +1 -0
- data/node_modules/caniuse-lite/data/features/html5semantic.js +1 -0
- data/node_modules/caniuse-lite/data/features/http-live-streaming.js +1 -0
- data/node_modules/caniuse-lite/data/features/http2.js +1 -0
- data/node_modules/caniuse-lite/data/features/http3.js +1 -0
- data/node_modules/caniuse-lite/data/features/iframe-sandbox.js +1 -0
- data/node_modules/caniuse-lite/data/features/iframe-seamless.js +1 -0
- data/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +1 -0
- data/node_modules/caniuse-lite/data/features/imagecapture.js +1 -0
- data/node_modules/caniuse-lite/data/features/ime.js +1 -0
- data/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +1 -0
- data/node_modules/caniuse-lite/data/features/import-maps.js +1 -0
- data/node_modules/caniuse-lite/data/features/imports.js +1 -0
- data/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +1 -0
- data/node_modules/caniuse-lite/data/features/indexeddb.js +1 -0
- data/node_modules/caniuse-lite/data/features/indexeddb2.js +1 -0
- data/node_modules/caniuse-lite/data/features/inline-block.js +1 -0
- data/node_modules/caniuse-lite/data/features/innertext.js +1 -0
- data/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +1 -0
- data/node_modules/caniuse-lite/data/features/input-color.js +1 -0
- data/node_modules/caniuse-lite/data/features/input-datetime.js +1 -0
- data/node_modules/caniuse-lite/data/features/input-email-tel-url.js +1 -0
- data/node_modules/caniuse-lite/data/features/input-event.js +1 -0
- data/node_modules/caniuse-lite/data/features/input-file-accept.js +1 -0
- data/node_modules/caniuse-lite/data/features/input-file-directory.js +1 -0
- data/node_modules/caniuse-lite/data/features/input-file-multiple.js +1 -0
- data/node_modules/caniuse-lite/data/features/input-inputmode.js +1 -0
- data/node_modules/caniuse-lite/data/features/input-minlength.js +1 -0
- data/node_modules/caniuse-lite/data/features/input-number.js +1 -0
- data/node_modules/caniuse-lite/data/features/input-pattern.js +1 -0
- data/node_modules/caniuse-lite/data/features/input-placeholder.js +1 -0
- data/node_modules/caniuse-lite/data/features/input-range.js +1 -0
- data/node_modules/caniuse-lite/data/features/input-search.js +1 -0
- data/node_modules/caniuse-lite/data/features/input-selection.js +1 -0
- data/node_modules/caniuse-lite/data/features/insert-adjacent.js +1 -0
- data/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +1 -0
- data/node_modules/caniuse-lite/data/features/internationalization.js +1 -0
- data/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +1 -0
- data/node_modules/caniuse-lite/data/features/intersectionobserver.js +1 -0
- data/node_modules/caniuse-lite/data/features/intl-pluralrules.js +1 -0
- data/node_modules/caniuse-lite/data/features/intrinsic-width.js +1 -0
- data/node_modules/caniuse-lite/data/features/jpeg2000.js +1 -0
- data/node_modules/caniuse-lite/data/features/jpegxl.js +1 -0
- data/node_modules/caniuse-lite/data/features/jpegxr.js +1 -0
- data/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +1 -0
- data/node_modules/caniuse-lite/data/features/json.js +1 -0
- data/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +1 -0
- data/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +1 -0
- data/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +1 -0
- data/node_modules/caniuse-lite/data/features/keyboardevent-code.js +1 -0
- data/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +1 -0
- data/node_modules/caniuse-lite/data/features/keyboardevent-key.js +1 -0
- data/node_modules/caniuse-lite/data/features/keyboardevent-location.js +1 -0
- data/node_modules/caniuse-lite/data/features/keyboardevent-which.js +1 -0
- data/node_modules/caniuse-lite/data/features/lazyload.js +1 -0
- data/node_modules/caniuse-lite/data/features/let.js +1 -0
- data/node_modules/caniuse-lite/data/features/link-icon-png.js +1 -0
- data/node_modules/caniuse-lite/data/features/link-icon-svg.js +1 -0
- data/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +1 -0
- data/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +1 -0
- data/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +1 -0
- data/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +1 -0
- data/node_modules/caniuse-lite/data/features/link-rel-preload.js +1 -0
- data/node_modules/caniuse-lite/data/features/link-rel-prerender.js +1 -0
- data/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +1 -0
- data/node_modules/caniuse-lite/data/features/localecompare.js +1 -0
- data/node_modules/caniuse-lite/data/features/magnetometer.js +1 -0
- data/node_modules/caniuse-lite/data/features/matchesselector.js +1 -0
- data/node_modules/caniuse-lite/data/features/matchmedia.js +1 -0
- data/node_modules/caniuse-lite/data/features/mathml.js +1 -0
- data/node_modules/caniuse-lite/data/features/maxlength.js +1 -0
- data/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +1 -0
- data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +1 -0
- data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +1 -0
- data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +1 -0
- data/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +1 -0
- data/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +1 -0
- data/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +1 -0
- data/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +1 -0
- data/node_modules/caniuse-lite/data/features/media-fragments.js +1 -0
- data/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +1 -0
- data/node_modules/caniuse-lite/data/features/mediarecorder.js +1 -0
- data/node_modules/caniuse-lite/data/features/mediasource.js +1 -0
- data/node_modules/caniuse-lite/data/features/menu.js +1 -0
- data/node_modules/caniuse-lite/data/features/meta-theme-color.js +1 -0
- data/node_modules/caniuse-lite/data/features/meter.js +1 -0
- data/node_modules/caniuse-lite/data/features/midi.js +1 -0
- data/node_modules/caniuse-lite/data/features/minmaxwh.js +1 -0
- data/node_modules/caniuse-lite/data/features/mp3.js +1 -0
- data/node_modules/caniuse-lite/data/features/mpeg-dash.js +1 -0
- data/node_modules/caniuse-lite/data/features/mpeg4.js +1 -0
- data/node_modules/caniuse-lite/data/features/multibackgrounds.js +1 -0
- data/node_modules/caniuse-lite/data/features/multicolumn.js +1 -0
- data/node_modules/caniuse-lite/data/features/mutation-events.js +1 -0
- data/node_modules/caniuse-lite/data/features/mutationobserver.js +1 -0
- data/node_modules/caniuse-lite/data/features/namevalue-storage.js +1 -0
- data/node_modules/caniuse-lite/data/features/native-filesystem-api.js +1 -0
- data/node_modules/caniuse-lite/data/features/nav-timing.js +1 -0
- data/node_modules/caniuse-lite/data/features/netinfo.js +1 -0
- data/node_modules/caniuse-lite/data/features/notifications.js +1 -0
- data/node_modules/caniuse-lite/data/features/object-entries.js +1 -0
- data/node_modules/caniuse-lite/data/features/object-fit.js +1 -0
- data/node_modules/caniuse-lite/data/features/object-observe.js +1 -0
- data/node_modules/caniuse-lite/data/features/object-values.js +1 -0
- data/node_modules/caniuse-lite/data/features/objectrtc.js +1 -0
- data/node_modules/caniuse-lite/data/features/offline-apps.js +1 -0
- data/node_modules/caniuse-lite/data/features/offscreencanvas.js +1 -0
- data/node_modules/caniuse-lite/data/features/ogg-vorbis.js +1 -0
- data/node_modules/caniuse-lite/data/features/ogv.js +1 -0
- data/node_modules/caniuse-lite/data/features/ol-reversed.js +1 -0
- data/node_modules/caniuse-lite/data/features/once-event-listener.js +1 -0
- data/node_modules/caniuse-lite/data/features/online-status.js +1 -0
- data/node_modules/caniuse-lite/data/features/opus.js +1 -0
- data/node_modules/caniuse-lite/data/features/orientation-sensor.js +1 -0
- data/node_modules/caniuse-lite/data/features/outline.js +1 -0
- data/node_modules/caniuse-lite/data/features/pad-start-end.js +1 -0
- data/node_modules/caniuse-lite/data/features/page-transition-events.js +1 -0
- data/node_modules/caniuse-lite/data/features/pagevisibility.js +1 -0
- data/node_modules/caniuse-lite/data/features/passive-event-listener.js +1 -0
- data/node_modules/caniuse-lite/data/features/passkeys.js +1 -0
- data/node_modules/caniuse-lite/data/features/passwordrules.js +1 -0
- data/node_modules/caniuse-lite/data/features/path2d.js +1 -0
- data/node_modules/caniuse-lite/data/features/payment-request.js +1 -0
- data/node_modules/caniuse-lite/data/features/pdf-viewer.js +1 -0
- data/node_modules/caniuse-lite/data/features/permissions-api.js +1 -0
- data/node_modules/caniuse-lite/data/features/permissions-policy.js +1 -0
- data/node_modules/caniuse-lite/data/features/picture-in-picture.js +1 -0
- data/node_modules/caniuse-lite/data/features/picture.js +1 -0
- data/node_modules/caniuse-lite/data/features/ping.js +1 -0
- data/node_modules/caniuse-lite/data/features/png-alpha.js +1 -0
- data/node_modules/caniuse-lite/data/features/pointer-events.js +1 -0
- data/node_modules/caniuse-lite/data/features/pointer.js +1 -0
- data/node_modules/caniuse-lite/data/features/pointerlock.js +1 -0
- data/node_modules/caniuse-lite/data/features/portals.js +1 -0
- data/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +1 -0
- data/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +1 -0
- data/node_modules/caniuse-lite/data/features/progress.js +1 -0
- data/node_modules/caniuse-lite/data/features/promise-finally.js +1 -0
- data/node_modules/caniuse-lite/data/features/promises.js +1 -0
- data/node_modules/caniuse-lite/data/features/proximity.js +1 -0
- data/node_modules/caniuse-lite/data/features/proxy.js +1 -0
- data/node_modules/caniuse-lite/data/features/publickeypinning.js +1 -0
- data/node_modules/caniuse-lite/data/features/push-api.js +1 -0
- data/node_modules/caniuse-lite/data/features/queryselector.js +1 -0
- data/node_modules/caniuse-lite/data/features/readonly-attr.js +1 -0
- data/node_modules/caniuse-lite/data/features/referrer-policy.js +1 -0
- data/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +1 -0
- data/node_modules/caniuse-lite/data/features/rel-noopener.js +1 -0
- data/node_modules/caniuse-lite/data/features/rel-noreferrer.js +1 -0
- data/node_modules/caniuse-lite/data/features/rellist.js +1 -0
- data/node_modules/caniuse-lite/data/features/rem.js +1 -0
- data/node_modules/caniuse-lite/data/features/requestanimationframe.js +1 -0
- data/node_modules/caniuse-lite/data/features/requestidlecallback.js +1 -0
- data/node_modules/caniuse-lite/data/features/resizeobserver.js +1 -0
- data/node_modules/caniuse-lite/data/features/resource-timing.js +1 -0
- data/node_modules/caniuse-lite/data/features/rest-parameters.js +1 -0
- data/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +1 -0
- data/node_modules/caniuse-lite/data/features/ruby.js +1 -0
- data/node_modules/caniuse-lite/data/features/run-in.js +1 -0
- data/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +1 -0
- data/node_modules/caniuse-lite/data/features/screen-orientation.js +1 -0
- data/node_modules/caniuse-lite/data/features/script-async.js +1 -0
- data/node_modules/caniuse-lite/data/features/script-defer.js +1 -0
- data/node_modules/caniuse-lite/data/features/scrollintoview.js +1 -0
- data/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +1 -0
- data/node_modules/caniuse-lite/data/features/sdch.js +1 -0
- data/node_modules/caniuse-lite/data/features/selection-api.js +1 -0
- data/node_modules/caniuse-lite/data/features/selectlist.js +1 -0
- data/node_modules/caniuse-lite/data/features/server-timing.js +1 -0
- data/node_modules/caniuse-lite/data/features/serviceworkers.js +1 -0
- data/node_modules/caniuse-lite/data/features/setimmediate.js +1 -0
- data/node_modules/caniuse-lite/data/features/shadowdom.js +1 -0
- data/node_modules/caniuse-lite/data/features/shadowdomv1.js +1 -0
- data/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +1 -0
- data/node_modules/caniuse-lite/data/features/sharedworkers.js +1 -0
- data/node_modules/caniuse-lite/data/features/sni.js +1 -0
- data/node_modules/caniuse-lite/data/features/spdy.js +1 -0
- data/node_modules/caniuse-lite/data/features/speech-recognition.js +1 -0
- data/node_modules/caniuse-lite/data/features/speech-synthesis.js +1 -0
- data/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +1 -0
- data/node_modules/caniuse-lite/data/features/sql-storage.js +1 -0
- data/node_modules/caniuse-lite/data/features/srcset.js +1 -0
- data/node_modules/caniuse-lite/data/features/stream.js +1 -0
- data/node_modules/caniuse-lite/data/features/streams.js +1 -0
- data/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +1 -0
- data/node_modules/caniuse-lite/data/features/style-scoped.js +1 -0
- data/node_modules/caniuse-lite/data/features/subresource-bundling.js +1 -0
- data/node_modules/caniuse-lite/data/features/subresource-integrity.js +1 -0
- data/node_modules/caniuse-lite/data/features/svg-css.js +1 -0
- data/node_modules/caniuse-lite/data/features/svg-filters.js +1 -0
- data/node_modules/caniuse-lite/data/features/svg-fonts.js +1 -0
- data/node_modules/caniuse-lite/data/features/svg-fragment.js +1 -0
- data/node_modules/caniuse-lite/data/features/svg-html.js +1 -0
- data/node_modules/caniuse-lite/data/features/svg-html5.js +1 -0
- data/node_modules/caniuse-lite/data/features/svg-img.js +1 -0
- data/node_modules/caniuse-lite/data/features/svg-smil.js +1 -0
- data/node_modules/caniuse-lite/data/features/svg.js +1 -0
- data/node_modules/caniuse-lite/data/features/sxg.js +1 -0
- data/node_modules/caniuse-lite/data/features/tabindex-attr.js +1 -0
- data/node_modules/caniuse-lite/data/features/template-literals.js +1 -0
- data/node_modules/caniuse-lite/data/features/template.js +1 -0
- data/node_modules/caniuse-lite/data/features/temporal.js +1 -0
- data/node_modules/caniuse-lite/data/features/testfeat.js +1 -0
- data/node_modules/caniuse-lite/data/features/text-decoration.js +1 -0
- data/node_modules/caniuse-lite/data/features/text-emphasis.js +1 -0
- data/node_modules/caniuse-lite/data/features/text-overflow.js +1 -0
- data/node_modules/caniuse-lite/data/features/text-size-adjust.js +1 -0
- data/node_modules/caniuse-lite/data/features/text-stroke.js +1 -0
- data/node_modules/caniuse-lite/data/features/textcontent.js +1 -0
- data/node_modules/caniuse-lite/data/features/textencoder.js +1 -0
- data/node_modules/caniuse-lite/data/features/tls1-1.js +1 -0
- data/node_modules/caniuse-lite/data/features/tls1-2.js +1 -0
- data/node_modules/caniuse-lite/data/features/tls1-3.js +1 -0
- data/node_modules/caniuse-lite/data/features/touch.js +1 -0
- data/node_modules/caniuse-lite/data/features/transforms2d.js +1 -0
- data/node_modules/caniuse-lite/data/features/transforms3d.js +1 -0
- data/node_modules/caniuse-lite/data/features/trusted-types.js +1 -0
- data/node_modules/caniuse-lite/data/features/ttf.js +1 -0
- data/node_modules/caniuse-lite/data/features/typedarrays.js +1 -0
- data/node_modules/caniuse-lite/data/features/u2f.js +1 -0
- data/node_modules/caniuse-lite/data/features/unhandledrejection.js +1 -0
- data/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +1 -0
- data/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +1 -0
- data/node_modules/caniuse-lite/data/features/url.js +1 -0
- data/node_modules/caniuse-lite/data/features/urlsearchparams.js +1 -0
- data/node_modules/caniuse-lite/data/features/use-strict.js +1 -0
- data/node_modules/caniuse-lite/data/features/user-select-none.js +1 -0
- data/node_modules/caniuse-lite/data/features/user-timing.js +1 -0
- data/node_modules/caniuse-lite/data/features/variable-fonts.js +1 -0
- data/node_modules/caniuse-lite/data/features/vector-effect.js +1 -0
- data/node_modules/caniuse-lite/data/features/vibration.js +1 -0
- data/node_modules/caniuse-lite/data/features/video.js +1 -0
- data/node_modules/caniuse-lite/data/features/videotracks.js +1 -0
- data/node_modules/caniuse-lite/data/features/view-transitions.js +1 -0
- data/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +1 -0
- data/node_modules/caniuse-lite/data/features/viewport-units.js +1 -0
- data/node_modules/caniuse-lite/data/features/wai-aria.js +1 -0
- data/node_modules/caniuse-lite/data/features/wake-lock.js +1 -0
- data/node_modules/caniuse-lite/data/features/wasm-bigint.js +1 -0
- data/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +1 -0
- data/node_modules/caniuse-lite/data/features/wasm-extended-const.js +1 -0
- data/node_modules/caniuse-lite/data/features/wasm-gc.js +1 -0
- data/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +1 -0
- data/node_modules/caniuse-lite/data/features/wasm-multi-value.js +1 -0
- data/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +1 -0
- data/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +1 -0
- data/node_modules/caniuse-lite/data/features/wasm-reference-types.js +1 -0
- data/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +1 -0
- data/node_modules/caniuse-lite/data/features/wasm-signext.js +1 -0
- data/node_modules/caniuse-lite/data/features/wasm-simd.js +1 -0
- data/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +1 -0
- data/node_modules/caniuse-lite/data/features/wasm-threads.js +1 -0
- data/node_modules/caniuse-lite/data/features/wasm.js +1 -0
- data/node_modules/caniuse-lite/data/features/wav.js +1 -0
- data/node_modules/caniuse-lite/data/features/wbr-element.js +1 -0
- data/node_modules/caniuse-lite/data/features/web-animation.js +1 -0
- data/node_modules/caniuse-lite/data/features/web-app-manifest.js +1 -0
- data/node_modules/caniuse-lite/data/features/web-bluetooth.js +1 -0
- data/node_modules/caniuse-lite/data/features/web-serial.js +1 -0
- data/node_modules/caniuse-lite/data/features/web-share.js +1 -0
- data/node_modules/caniuse-lite/data/features/webauthn.js +1 -0
- data/node_modules/caniuse-lite/data/features/webcodecs.js +1 -0
- data/node_modules/caniuse-lite/data/features/webgl.js +1 -0
- data/node_modules/caniuse-lite/data/features/webgl2.js +1 -0
- data/node_modules/caniuse-lite/data/features/webgpu.js +1 -0
- data/node_modules/caniuse-lite/data/features/webhid.js +1 -0
- data/node_modules/caniuse-lite/data/features/webkit-user-drag.js +1 -0
- data/node_modules/caniuse-lite/data/features/webm.js +1 -0
- data/node_modules/caniuse-lite/data/features/webnfc.js +1 -0
- data/node_modules/caniuse-lite/data/features/webp.js +1 -0
- data/node_modules/caniuse-lite/data/features/websockets.js +1 -0
- data/node_modules/caniuse-lite/data/features/webtransport.js +1 -0
- data/node_modules/caniuse-lite/data/features/webusb.js +1 -0
- data/node_modules/caniuse-lite/data/features/webvr.js +1 -0
- data/node_modules/caniuse-lite/data/features/webvtt.js +1 -0
- data/node_modules/caniuse-lite/data/features/webworkers.js +1 -0
- data/node_modules/caniuse-lite/data/features/webxr.js +1 -0
- data/node_modules/caniuse-lite/data/features/will-change.js +1 -0
- data/node_modules/caniuse-lite/data/features/woff.js +1 -0
- data/node_modules/caniuse-lite/data/features/woff2.js +1 -0
- data/node_modules/caniuse-lite/data/features/word-break.js +1 -0
- data/node_modules/caniuse-lite/data/features/wordwrap.js +1 -0
- data/node_modules/caniuse-lite/data/features/x-doc-messaging.js +1 -0
- data/node_modules/caniuse-lite/data/features/x-frame-options.js +1 -0
- data/node_modules/caniuse-lite/data/features/xhr2.js +1 -0
- data/node_modules/caniuse-lite/data/features/xhtml.js +1 -0
- data/node_modules/caniuse-lite/data/features/xhtmlsmil.js +1 -0
- data/node_modules/caniuse-lite/data/features/xml-serializer.js +1 -0
- data/node_modules/caniuse-lite/data/features/zstd.js +1 -0
- data/node_modules/caniuse-lite/data/features.js +1 -0
- data/node_modules/caniuse-lite/data/regions/AD.js +1 -0
- data/node_modules/caniuse-lite/data/regions/AE.js +1 -0
- data/node_modules/caniuse-lite/data/regions/AF.js +1 -0
- data/node_modules/caniuse-lite/data/regions/AG.js +1 -0
- data/node_modules/caniuse-lite/data/regions/AI.js +1 -0
- data/node_modules/caniuse-lite/data/regions/AL.js +1 -0
- data/node_modules/caniuse-lite/data/regions/AM.js +1 -0
- data/node_modules/caniuse-lite/data/regions/AO.js +1 -0
- data/node_modules/caniuse-lite/data/regions/AR.js +1 -0
- data/node_modules/caniuse-lite/data/regions/AS.js +1 -0
- data/node_modules/caniuse-lite/data/regions/AT.js +1 -0
- data/node_modules/caniuse-lite/data/regions/AU.js +1 -0
- data/node_modules/caniuse-lite/data/regions/AW.js +1 -0
- data/node_modules/caniuse-lite/data/regions/AX.js +1 -0
- data/node_modules/caniuse-lite/data/regions/AZ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BA.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BB.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BD.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BE.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BF.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BG.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BH.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BI.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BJ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BM.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BN.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BO.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BR.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BS.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BT.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BW.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BY.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BZ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CA.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CD.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CF.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CG.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CH.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CI.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CK.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CL.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CM.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CN.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CO.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CR.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CU.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CV.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CX.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CY.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CZ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/DE.js +1 -0
- data/node_modules/caniuse-lite/data/regions/DJ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/DK.js +1 -0
- data/node_modules/caniuse-lite/data/regions/DM.js +1 -0
- data/node_modules/caniuse-lite/data/regions/DO.js +1 -0
- data/node_modules/caniuse-lite/data/regions/DZ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/EC.js +1 -0
- data/node_modules/caniuse-lite/data/regions/EE.js +1 -0
- data/node_modules/caniuse-lite/data/regions/EG.js +1 -0
- data/node_modules/caniuse-lite/data/regions/ER.js +1 -0
- data/node_modules/caniuse-lite/data/regions/ES.js +1 -0
- data/node_modules/caniuse-lite/data/regions/ET.js +1 -0
- data/node_modules/caniuse-lite/data/regions/FI.js +1 -0
- data/node_modules/caniuse-lite/data/regions/FJ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/FK.js +1 -0
- data/node_modules/caniuse-lite/data/regions/FM.js +1 -0
- data/node_modules/caniuse-lite/data/regions/FO.js +1 -0
- data/node_modules/caniuse-lite/data/regions/FR.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GA.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GB.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GD.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GE.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GF.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GG.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GH.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GI.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GL.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GM.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GN.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GP.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GQ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GR.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GT.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GU.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GW.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GY.js +1 -0
- data/node_modules/caniuse-lite/data/regions/HK.js +1 -0
- data/node_modules/caniuse-lite/data/regions/HN.js +1 -0
- data/node_modules/caniuse-lite/data/regions/HR.js +1 -0
- data/node_modules/caniuse-lite/data/regions/HT.js +1 -0
- data/node_modules/caniuse-lite/data/regions/HU.js +1 -0
- data/node_modules/caniuse-lite/data/regions/ID.js +1 -0
- data/node_modules/caniuse-lite/data/regions/IE.js +1 -0
- data/node_modules/caniuse-lite/data/regions/IL.js +1 -0
- data/node_modules/caniuse-lite/data/regions/IM.js +1 -0
- data/node_modules/caniuse-lite/data/regions/IN.js +1 -0
- data/node_modules/caniuse-lite/data/regions/IQ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/IR.js +1 -0
- data/node_modules/caniuse-lite/data/regions/IS.js +1 -0
- data/node_modules/caniuse-lite/data/regions/IT.js +1 -0
- data/node_modules/caniuse-lite/data/regions/JE.js +1 -0
- data/node_modules/caniuse-lite/data/regions/JM.js +1 -0
- data/node_modules/caniuse-lite/data/regions/JO.js +1 -0
- data/node_modules/caniuse-lite/data/regions/JP.js +1 -0
- data/node_modules/caniuse-lite/data/regions/KE.js +1 -0
- data/node_modules/caniuse-lite/data/regions/KG.js +1 -0
- data/node_modules/caniuse-lite/data/regions/KH.js +1 -0
- data/node_modules/caniuse-lite/data/regions/KI.js +1 -0
- data/node_modules/caniuse-lite/data/regions/KM.js +1 -0
- data/node_modules/caniuse-lite/data/regions/KN.js +1 -0
- data/node_modules/caniuse-lite/data/regions/KP.js +1 -0
- data/node_modules/caniuse-lite/data/regions/KR.js +1 -0
- data/node_modules/caniuse-lite/data/regions/KW.js +1 -0
- data/node_modules/caniuse-lite/data/regions/KY.js +1 -0
- data/node_modules/caniuse-lite/data/regions/KZ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/LA.js +1 -0
- data/node_modules/caniuse-lite/data/regions/LB.js +1 -0
- data/node_modules/caniuse-lite/data/regions/LC.js +1 -0
- data/node_modules/caniuse-lite/data/regions/LI.js +1 -0
- data/node_modules/caniuse-lite/data/regions/LK.js +1 -0
- data/node_modules/caniuse-lite/data/regions/LR.js +1 -0
- data/node_modules/caniuse-lite/data/regions/LS.js +1 -0
- data/node_modules/caniuse-lite/data/regions/LT.js +1 -0
- data/node_modules/caniuse-lite/data/regions/LU.js +1 -0
- data/node_modules/caniuse-lite/data/regions/LV.js +1 -0
- data/node_modules/caniuse-lite/data/regions/LY.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MA.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MC.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MD.js +1 -0
- data/node_modules/caniuse-lite/data/regions/ME.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MG.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MH.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MK.js +1 -0
- data/node_modules/caniuse-lite/data/regions/ML.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MM.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MN.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MO.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MP.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MQ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MR.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MS.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MT.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MU.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MV.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MW.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MX.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MY.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MZ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/NA.js +1 -0
- data/node_modules/caniuse-lite/data/regions/NC.js +1 -0
- data/node_modules/caniuse-lite/data/regions/NE.js +1 -0
- data/node_modules/caniuse-lite/data/regions/NF.js +1 -0
- data/node_modules/caniuse-lite/data/regions/NG.js +1 -0
- data/node_modules/caniuse-lite/data/regions/NI.js +1 -0
- data/node_modules/caniuse-lite/data/regions/NL.js +1 -0
- data/node_modules/caniuse-lite/data/regions/NO.js +1 -0
- data/node_modules/caniuse-lite/data/regions/NP.js +1 -0
- data/node_modules/caniuse-lite/data/regions/NR.js +1 -0
- data/node_modules/caniuse-lite/data/regions/NU.js +1 -0
- data/node_modules/caniuse-lite/data/regions/NZ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/OM.js +1 -0
- data/node_modules/caniuse-lite/data/regions/PA.js +1 -0
- data/node_modules/caniuse-lite/data/regions/PE.js +1 -0
- data/node_modules/caniuse-lite/data/regions/PF.js +1 -0
- data/node_modules/caniuse-lite/data/regions/PG.js +1 -0
- data/node_modules/caniuse-lite/data/regions/PH.js +1 -0
- data/node_modules/caniuse-lite/data/regions/PK.js +1 -0
- data/node_modules/caniuse-lite/data/regions/PL.js +1 -0
- data/node_modules/caniuse-lite/data/regions/PM.js +1 -0
- data/node_modules/caniuse-lite/data/regions/PN.js +1 -0
- data/node_modules/caniuse-lite/data/regions/PR.js +1 -0
- data/node_modules/caniuse-lite/data/regions/PS.js +1 -0
- data/node_modules/caniuse-lite/data/regions/PT.js +1 -0
- data/node_modules/caniuse-lite/data/regions/PW.js +1 -0
- data/node_modules/caniuse-lite/data/regions/PY.js +1 -0
- data/node_modules/caniuse-lite/data/regions/QA.js +1 -0
- data/node_modules/caniuse-lite/data/regions/RE.js +1 -0
- data/node_modules/caniuse-lite/data/regions/RO.js +1 -0
- data/node_modules/caniuse-lite/data/regions/RS.js +1 -0
- data/node_modules/caniuse-lite/data/regions/RU.js +1 -0
- data/node_modules/caniuse-lite/data/regions/RW.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SA.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SB.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SC.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SD.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SE.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SG.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SH.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SI.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SK.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SL.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SM.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SN.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SO.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SR.js +1 -0
- data/node_modules/caniuse-lite/data/regions/ST.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SV.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SY.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SZ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/TC.js +1 -0
- data/node_modules/caniuse-lite/data/regions/TD.js +1 -0
- data/node_modules/caniuse-lite/data/regions/TG.js +1 -0
- data/node_modules/caniuse-lite/data/regions/TH.js +1 -0
- data/node_modules/caniuse-lite/data/regions/TJ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/TK.js +1 -0
- data/node_modules/caniuse-lite/data/regions/TL.js +1 -0
- data/node_modules/caniuse-lite/data/regions/TM.js +1 -0
- data/node_modules/caniuse-lite/data/regions/TN.js +1 -0
- data/node_modules/caniuse-lite/data/regions/TO.js +1 -0
- data/node_modules/caniuse-lite/data/regions/TR.js +1 -0
- data/node_modules/caniuse-lite/data/regions/TT.js +1 -0
- data/node_modules/caniuse-lite/data/regions/TV.js +1 -0
- data/node_modules/caniuse-lite/data/regions/TW.js +1 -0
- data/node_modules/caniuse-lite/data/regions/TZ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/UA.js +1 -0
- data/node_modules/caniuse-lite/data/regions/UG.js +1 -0
- data/node_modules/caniuse-lite/data/regions/US.js +1 -0
- data/node_modules/caniuse-lite/data/regions/UY.js +1 -0
- data/node_modules/caniuse-lite/data/regions/UZ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/VA.js +1 -0
- data/node_modules/caniuse-lite/data/regions/VC.js +1 -0
- data/node_modules/caniuse-lite/data/regions/VE.js +1 -0
- data/node_modules/caniuse-lite/data/regions/VG.js +1 -0
- data/node_modules/caniuse-lite/data/regions/VI.js +1 -0
- data/node_modules/caniuse-lite/data/regions/VN.js +1 -0
- data/node_modules/caniuse-lite/data/regions/VU.js +1 -0
- data/node_modules/caniuse-lite/data/regions/WF.js +1 -0
- data/node_modules/caniuse-lite/data/regions/WS.js +1 -0
- data/node_modules/caniuse-lite/data/regions/YE.js +1 -0
- data/node_modules/caniuse-lite/data/regions/YT.js +1 -0
- data/node_modules/caniuse-lite/data/regions/ZA.js +1 -0
- data/node_modules/caniuse-lite/data/regions/ZM.js +1 -0
- data/node_modules/caniuse-lite/data/regions/ZW.js +1 -0
- data/node_modules/caniuse-lite/data/regions/alt-af.js +1 -0
- data/node_modules/caniuse-lite/data/regions/alt-an.js +1 -0
- data/node_modules/caniuse-lite/data/regions/alt-as.js +1 -0
- data/node_modules/caniuse-lite/data/regions/alt-eu.js +1 -0
- data/node_modules/caniuse-lite/data/regions/alt-na.js +1 -0
- data/node_modules/caniuse-lite/data/regions/alt-oc.js +1 -0
- data/node_modules/caniuse-lite/data/regions/alt-sa.js +1 -0
- data/node_modules/caniuse-lite/data/regions/alt-ww.js +1 -0
- data/node_modules/caniuse-lite/dist/lib/statuses.js +9 -0
- data/node_modules/caniuse-lite/dist/lib/supported.js +9 -0
- data/node_modules/caniuse-lite/dist/unpacker/agents.js +47 -0
- data/node_modules/caniuse-lite/dist/unpacker/browserVersions.js +1 -0
- data/node_modules/caniuse-lite/dist/unpacker/browsers.js +1 -0
- data/node_modules/caniuse-lite/dist/unpacker/feature.js +52 -0
- data/node_modules/caniuse-lite/dist/unpacker/features.js +6 -0
- data/node_modules/caniuse-lite/dist/unpacker/index.js +4 -0
- data/node_modules/caniuse-lite/dist/unpacker/region.js +22 -0
- data/node_modules/caniuse-lite/package.json +34 -0
- data/node_modules/clone-deep/LICENSE +21 -0
- data/node_modules/clone-deep/README.md +106 -0
- data/node_modules/clone-deep/index.js +49 -0
- data/node_modules/clone-deep/package.json +81 -0
- data/node_modules/commondir/LICENSE +24 -0
- data/node_modules/commondir/example/dir.js +3 -0
- data/node_modules/commondir/index.js +29 -0
- data/node_modules/commondir/package.json +34 -0
- data/node_modules/commondir/readme.markdown +48 -0
- data/node_modules/commondir/test/dirs.js +55 -0
- data/node_modules/configstore/node_modules/write-file-atomic/CHANGELOG.md +32 -0
- data/node_modules/configstore/node_modules/write-file-atomic/LICENSE +6 -0
- data/node_modules/configstore/node_modules/write-file-atomic/README.md +72 -0
- data/node_modules/configstore/node_modules/write-file-atomic/index.js +259 -0
- data/node_modules/configstore/node_modules/write-file-atomic/package.json +48 -0
- data/node_modules/convert-source-map/LICENSE +23 -0
- data/node_modules/convert-source-map/README.md +206 -0
- data/node_modules/convert-source-map/index.js +233 -0
- data/node_modules/convert-source-map/package.json +38 -0
- data/node_modules/electron-to-chromium/LICENSE +5 -0
- data/node_modules/electron-to-chromium/README.md +186 -0
- data/node_modules/electron-to-chromium/chromium-versions.js +66 -0
- data/node_modules/electron-to-chromium/chromium-versions.json +1 -0
- data/node_modules/electron-to-chromium/full-chromium-versions.js +3276 -0
- data/node_modules/electron-to-chromium/full-chromium-versions.json +1 -0
- data/node_modules/electron-to-chromium/full-versions.js +2380 -0
- data/node_modules/electron-to-chromium/full-versions.json +1 -0
- data/node_modules/electron-to-chromium/index.js +36 -0
- data/node_modules/electron-to-chromium/package.json +44 -0
- data/node_modules/electron-to-chromium/versions.js +156 -0
- data/node_modules/electron-to-chromium/versions.json +1 -0
- data/node_modules/escalade/dist/index.js +22 -0
- data/node_modules/escalade/dist/index.mjs +22 -0
- data/node_modules/escalade/index.d.ts +3 -0
- data/node_modules/escalade/license +9 -0
- data/node_modules/escalade/package.json +63 -0
- data/node_modules/escalade/readme.md +211 -0
- data/node_modules/escalade/sync/index.d.ts +2 -0
- data/node_modules/escalade/sync/index.js +18 -0
- data/node_modules/escalade/sync/index.mjs +18 -0
- data/node_modules/eslint/README.md +2 -2
- data/node_modules/eslint/bin/eslint.js +1 -1
- data/node_modules/eslint/lib/cli-engine/cli-engine.js +2 -2
- data/node_modules/eslint/lib/cli-engine/file-enumerator.js +2 -2
- data/node_modules/eslint/lib/cli-engine/lint-result-cache.js +2 -2
- data/node_modules/eslint/lib/cli-engine/load-rules.js +2 -2
- data/node_modules/eslint/lib/cli.js +3 -3
- data/node_modules/eslint/lib/eslint/eslint-helpers.js +2 -2
- data/node_modules/eslint/lib/eslint/eslint.js +5 -5
- data/node_modules/eslint/lib/eslint/legacy-eslint.js +3 -3
- data/node_modules/eslint/lib/linter/code-path-analysis/code-path-analyzer.js +1 -1
- data/node_modules/eslint/lib/linter/code-path-analysis/fork-context.js +1 -1
- data/node_modules/eslint/lib/linter/linter.js +1 -1
- data/node_modules/eslint/lib/linter/report-translator.js +1 -1
- data/node_modules/eslint/lib/rule-tester/rule-tester.js +3 -3
- data/node_modules/eslint/lib/rules/func-style.js +42 -4
- data/node_modules/eslint/lib/rules/line-comment-position.js +3 -0
- data/node_modules/eslint/lib/rules/multiline-comment-style.js +3 -1
- data/node_modules/eslint/lib/rules/no-constant-binary-expression.js +1 -1
- data/node_modules/eslint/lib/rules/no-extra-boolean-cast.js +79 -27
- data/node_modules/eslint/lib/rules/no-misleading-character-class.js +111 -30
- data/node_modules/eslint/lib/rules/no-restricted-exports.js +13 -2
- data/node_modules/eslint/lib/rules/object-shorthand.js +21 -20
- data/node_modules/eslint/lib/shared/runtime-info.js +2 -2
- data/node_modules/eslint/lib/source-code/token-store/index.js +1 -1
- data/node_modules/eslint/messages/config-file-missing.js +16 -0
- data/node_modules/eslint/messages/eslintrc-incompat.js +22 -1
- data/node_modules/eslint/package.json +5 -5
- data/node_modules/eslint-plugin-align-assignments/README.md +49 -0
- data/node_modules/eslint-plugin-align-assignments/docs/rules/align-assignment.md +36 -0
- data/node_modules/eslint-plugin-align-assignments/lib/index.js +5 -0
- data/node_modules/eslint-plugin-align-assignments/lib/rules/align-assignments.js +170 -0
- data/node_modules/eslint-plugin-align-assignments/package.json +22 -0
- data/node_modules/eslint-plugin-align-assignments/tests/lib/rules/align-assignments_test.js +521 -0
- data/node_modules/eslint-plugin-align-import/LICENSE +21 -0
- data/node_modules/eslint-plugin-align-import/README.md +98 -0
- data/node_modules/eslint-plugin-align-import/docs/rules/align-import.md +52 -0
- data/node_modules/eslint-plugin-align-import/docs/rules/trim-import.md +32 -0
- data/node_modules/eslint-plugin-align-import/lib/index.js +9 -0
- data/node_modules/eslint-plugin-align-import/lib/rules/align-import.js +163 -0
- data/node_modules/eslint-plugin-align-import/lib/rules/trim-import.js +139 -0
- data/node_modules/eslint-plugin-align-import/package.json +28 -0
- data/node_modules/eslint-plugin-align-import/tests/lib/rules/align-import.js +304 -0
- data/node_modules/eslint-plugin-align-import/tests/lib/rules/trim-import.js +214 -0
- data/node_modules/eslint-plugin-prefer-arrow/LICENSE +21 -0
- data/node_modules/eslint-plugin-prefer-arrow/README.md +46 -0
- data/node_modules/eslint-plugin-prefer-arrow/index.js +10 -0
- data/node_modules/eslint-plugin-prefer-arrow/lib/rules/prefer-arrow-functions.js +296 -0
- data/node_modules/eslint-plugin-prefer-arrow/package.json +30 -0
- data/node_modules/eslint-plugin-prefer-arrow/test/lib/rules/prefer-arrow-functions.js +285 -0
- data/node_modules/eslint-plugin-sonarjs/LICENSE +165 -0
- data/node_modules/eslint-plugin-sonarjs/README.md +150 -0
- data/node_modules/eslint-plugin-sonarjs/lib/package.json +106 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/index.d.ts +101 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/index.js +117 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/cognitive-complexity.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/cognitive-complexity.js +273 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/elseif-without-else.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/elseif-without-else.js +63 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/max-switch-cases.d.ts +4 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/max-switch-cases.js +73 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-all-duplicated-branches.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-all-duplicated-branches.js +79 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-collapsible-if.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-collapsible-if.js +74 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-collection-size-mischeck.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-collection-size-mischeck.js +98 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-duplicate-string.d.ts +10 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-duplicate-string.js +135 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-duplicated-branches.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-duplicated-branches.js +147 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-element-overwrite.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-element-overwrite.js +177 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-empty-collection.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-empty-collection.js +202 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-extra-arguments.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-extra-arguments.js +181 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-gratuitous-expressions.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-gratuitous-expressions.js +227 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-identical-conditions.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-identical-conditions.js +131 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-identical-expressions.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-identical-expressions.js +108 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-identical-functions.d.ts +4 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-identical-functions.js +114 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-ignored-return.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-ignored-return.js +269 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-inverted-boolean-check.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-inverted-boolean-check.js +82 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-nested-switch.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-nested-switch.js +52 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-nested-template-literals.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-nested-template-literals.js +58 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-one-iteration-loop.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-one-iteration-loop.js +113 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-redundant-boolean.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-redundant-boolean.js +77 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-redundant-jump.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-redundant-jump.js +90 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-same-line-conditional.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-same-line-conditional.js +100 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-small-switch.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-small-switch.js +59 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-unused-collection.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-unused-collection.js +183 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-use-of-empty-return-value.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-use-of-empty-return-value.js +139 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-useless-catch.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-useless-catch.js +66 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/non-existent-operator.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/non-existent-operator.js +102 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/prefer-immediate-return.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/prefer-immediate-return.js +119 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/prefer-object-literal.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/prefer-object-literal.js +95 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/prefer-single-boolean-return.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/prefer-single-boolean-return.js +107 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/prefer-while.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/prefer-while.js +71 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/collections.d.ts +2 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/collections.js +40 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/conditions.d.ts +13 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/conditions.js +47 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/docs-url.d.ts +1 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/docs-url.js +50 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/equivalence.d.ts +7 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/equivalence.js +24 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/index.d.ts +4 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/index.js +39 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/jsx.d.ts +2 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/jsx.js +48 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/locations.d.ts +39 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/locations.js +134 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/nodes.d.ts +22 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/nodes.js +93 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/parser-services.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/parser-services.js +7 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/utils-ast.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/utils-ast.js +30 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/utils-collection.d.ts +1 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/utils-collection.js +23 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/utils-parent.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/utils-parent.js +20 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/utils-type.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/utils-type.js +27 -0
- data/node_modules/eslint-plugin-sonarjs/package.json +106 -0
- data/node_modules/esprima/ChangeLog +235 -0
- data/node_modules/esprima/LICENSE.BSD +21 -0
- data/node_modules/esprima/README.md +46 -0
- data/node_modules/esprima/bin/esparse.js +139 -0
- data/node_modules/esprima/bin/esvalidate.js +236 -0
- data/node_modules/esprima/dist/esprima.js +6709 -0
- data/node_modules/esprima/package.json +112 -0
- data/node_modules/find-cache-dir/index.js +32 -0
- data/node_modules/find-cache-dir/license +9 -0
- data/node_modules/find-cache-dir/package.json +42 -0
- data/node_modules/find-cache-dir/readme.md +116 -0
- data/node_modules/flow-parser/README.md +44 -0
- data/node_modules/flow-parser/flow_parser.js +11286 -0
- data/node_modules/flow-parser/package.json +33 -0
- data/node_modules/{write-file-atomic → foreground-child}/node_modules/signal-exit/LICENSE.txt +1 -1
- data/node_modules/foreground-child/node_modules/signal-exit/README.md +74 -0
- data/node_modules/foreground-child/node_modules/signal-exit/package.json +106 -0
- data/node_modules/gensync/LICENSE +7 -0
- data/node_modules/gensync/README.md +196 -0
- data/node_modules/gensync/index.js +373 -0
- data/node_modules/gensync/index.js.flow +32 -0
- data/node_modules/gensync/package.json +37 -0
- data/node_modules/gensync/test/index.test.js +489 -0
- data/node_modules/is-plain-object/LICENSE +21 -0
- data/node_modules/is-plain-object/README.md +104 -0
- data/node_modules/is-plain-object/index.d.ts +5 -0
- data/node_modules/is-plain-object/index.js +37 -0
- data/node_modules/is-plain-object/package.json +79 -0
- data/node_modules/isobject/LICENSE +21 -0
- data/node_modules/isobject/README.md +122 -0
- data/node_modules/isobject/index.d.ts +5 -0
- data/node_modules/isobject/index.js +12 -0
- data/node_modules/isobject/package.json +74 -0
- data/node_modules/js-tokens/CHANGELOG.md +151 -0
- data/node_modules/js-tokens/LICENSE +21 -0
- data/node_modules/js-tokens/README.md +240 -0
- data/node_modules/js-tokens/index.js +23 -0
- data/node_modules/js-tokens/package.json +30 -0
- data/node_modules/jscodeshift/CHANGELOG.md +146 -0
- data/node_modules/jscodeshift/CODE_OF_CONDUCT.md +3 -0
- data/node_modules/jscodeshift/CONTRIBUTING.md +47 -0
- data/node_modules/jscodeshift/LICENSE +21 -0
- data/node_modules/jscodeshift/README.md +631 -0
- data/node_modules/jscodeshift/bin/jscodeshift.js +182 -0
- data/node_modules/jscodeshift/bin/jscodeshift.sh +12 -0
- data/node_modules/jscodeshift/dist/Collection.js +472 -0
- data/node_modules/jscodeshift/dist/Runner.js +318 -0
- data/node_modules/jscodeshift/dist/Worker.js +210 -0
- data/node_modules/jscodeshift/dist/argsParser.js +273 -0
- data/node_modules/jscodeshift/dist/collections/JSXElement.js +221 -0
- data/node_modules/jscodeshift/dist/collections/Node.js +187 -0
- data/node_modules/jscodeshift/dist/collections/VariableDeclarator.js +201 -0
- data/node_modules/jscodeshift/dist/collections/index.js +13 -0
- data/node_modules/jscodeshift/dist/core.js +183 -0
- data/node_modules/jscodeshift/dist/getParser.js +25 -0
- data/node_modules/jscodeshift/dist/ignoreFiles.js +68 -0
- data/node_modules/jscodeshift/dist/matchNode.js +40 -0
- data/node_modules/jscodeshift/dist/src/Collection.js +472 -0
- data/node_modules/jscodeshift/dist/src/Runner.js +318 -0
- data/node_modules/jscodeshift/dist/src/Worker.js +210 -0
- data/node_modules/jscodeshift/dist/src/argsParser.js +273 -0
- data/node_modules/jscodeshift/dist/src/collections/JSXElement.js +221 -0
- data/node_modules/jscodeshift/dist/src/collections/Node.js +187 -0
- data/node_modules/jscodeshift/dist/src/collections/VariableDeclarator.js +201 -0
- data/node_modules/jscodeshift/dist/src/collections/index.js +13 -0
- data/node_modules/jscodeshift/dist/src/core.js +183 -0
- data/node_modules/jscodeshift/dist/src/getParser.js +25 -0
- data/node_modules/jscodeshift/dist/src/ignoreFiles.js +68 -0
- data/node_modules/jscodeshift/dist/src/matchNode.js +40 -0
- data/node_modules/jscodeshift/dist/src/template.js +173 -0
- data/node_modules/jscodeshift/dist/src/testUtils.js +149 -0
- data/node_modules/jscodeshift/dist/src/utils/intersection.js +27 -0
- data/node_modules/jscodeshift/dist/src/utils/once.js +21 -0
- data/node_modules/jscodeshift/dist/src/utils/union.js +20 -0
- data/node_modules/jscodeshift/dist/template.js +173 -0
- data/node_modules/jscodeshift/dist/testUtils.js +149 -0
- data/node_modules/jscodeshift/dist/utils/intersection.js +27 -0
- data/node_modules/jscodeshift/dist/utils/once.js +21 -0
- data/node_modules/jscodeshift/dist/utils/union.js +20 -0
- data/node_modules/jscodeshift/index.js +9 -0
- data/node_modules/jscodeshift/node_modules/chalk/index.d.ts +415 -0
- data/node_modules/jscodeshift/node_modules/chalk/license +9 -0
- data/node_modules/jscodeshift/node_modules/chalk/package.json +68 -0
- data/node_modules/jscodeshift/node_modules/chalk/readme.md +341 -0
- data/node_modules/jscodeshift/node_modules/chalk/source/index.js +229 -0
- data/node_modules/jscodeshift/node_modules/chalk/source/templates.js +134 -0
- data/node_modules/jscodeshift/node_modules/chalk/source/util.js +39 -0
- data/node_modules/jscodeshift/package.json +71 -0
- data/node_modules/jscodeshift/parser/babel5Compat.js +50 -0
- data/node_modules/jscodeshift/parser/babylon.js +57 -0
- data/node_modules/jscodeshift/parser/flow.js +34 -0
- data/node_modules/jscodeshift/parser/ts.js +24 -0
- data/node_modules/jscodeshift/parser/tsOptions.js +44 -0
- data/node_modules/jscodeshift/parser/tsx.js +27 -0
- data/node_modules/jscodeshift/src/Collection.js +472 -0
- data/node_modules/jscodeshift/src/Runner.js +318 -0
- data/node_modules/jscodeshift/src/Worker.js +210 -0
- data/node_modules/jscodeshift/src/argsParser.js +273 -0
- data/node_modules/jscodeshift/src/collections/JSXElement.js +221 -0
- data/node_modules/jscodeshift/src/collections/Node.js +187 -0
- data/node_modules/jscodeshift/src/collections/VariableDeclarator.js +201 -0
- data/node_modules/jscodeshift/src/collections/index.js +13 -0
- data/node_modules/jscodeshift/src/core.js +183 -0
- data/node_modules/jscodeshift/src/getParser.js +25 -0
- data/node_modules/jscodeshift/src/ignoreFiles.js +68 -0
- data/node_modules/jscodeshift/src/matchNode.js +40 -0
- data/node_modules/jscodeshift/src/template.js +173 -0
- data/node_modules/jscodeshift/src/testUtils.js +149 -0
- data/node_modules/jscodeshift/src/utils/intersection.js +27 -0
- data/node_modules/jscodeshift/src/utils/once.js +21 -0
- data/node_modules/jscodeshift/src/utils/union.js +20 -0
- data/node_modules/jscodeshift/utils/requirePackage.js +24 -0
- data/node_modules/jscodeshift/utils/testUtils.js +50 -0
- data/node_modules/jsesc/LICENSE-MIT.txt +20 -0
- data/node_modules/jsesc/README.md +421 -0
- data/node_modules/jsesc/bin/jsesc +148 -0
- data/node_modules/jsesc/jsesc.js +329 -0
- data/node_modules/jsesc/man/jsesc.1 +94 -0
- data/node_modules/jsesc/package.json +54 -0
- data/node_modules/kind-of/CHANGELOG.md +160 -0
- data/node_modules/kind-of/LICENSE +21 -0
- data/node_modules/kind-of/README.md +367 -0
- data/node_modules/kind-of/index.js +129 -0
- data/node_modules/kind-of/package.json +88 -0
- data/node_modules/make-dir/index.d.ts +39 -0
- data/node_modules/make-dir/index.js +139 -0
- data/node_modules/make-dir/license +9 -0
- data/node_modules/make-dir/node_modules/semver/LICENSE +15 -0
- data/node_modules/make-dir/node_modules/semver/README.md +412 -0
- data/node_modules/make-dir/node_modules/semver/bin/semver +160 -0
- data/node_modules/make-dir/node_modules/semver/package.json +38 -0
- data/node_modules/make-dir/node_modules/semver/range.bnf +16 -0
- data/node_modules/make-dir/node_modules/semver/semver.js +1525 -0
- data/node_modules/make-dir/package.json +59 -0
- data/node_modules/make-dir/readme.md +123 -0
- data/node_modules/neo-async/LICENSE +22 -0
- data/node_modules/neo-async/README.md +273 -0
- data/node_modules/neo-async/all.js +3 -0
- data/node_modules/neo-async/allLimit.js +3 -0
- data/node_modules/neo-async/allSeries.js +3 -0
- data/node_modules/neo-async/angelFall.js +3 -0
- data/node_modules/neo-async/any.js +3 -0
- data/node_modules/neo-async/anyLimit.js +3 -0
- data/node_modules/neo-async/anySeries.js +3 -0
- data/node_modules/neo-async/apply.js +3 -0
- data/node_modules/neo-async/applyEach.js +3 -0
- data/node_modules/neo-async/applyEachSeries.js +3 -0
- data/node_modules/neo-async/async.js +9184 -0
- data/node_modules/neo-async/async.min.js +80 -0
- data/node_modules/neo-async/asyncify.js +3 -0
- data/node_modules/neo-async/auto.js +3 -0
- data/node_modules/neo-async/autoInject.js +3 -0
- data/node_modules/neo-async/cargo.js +3 -0
- data/node_modules/neo-async/compose.js +3 -0
- data/node_modules/neo-async/concat.js +3 -0
- data/node_modules/neo-async/concatLimit.js +3 -0
- data/node_modules/neo-async/concatSeries.js +3 -0
- data/node_modules/neo-async/constant.js +3 -0
- data/node_modules/neo-async/createLogger.js +3 -0
- data/node_modules/neo-async/detect.js +3 -0
- data/node_modules/neo-async/detectLimit.js +3 -0
- data/node_modules/neo-async/detectSeries.js +3 -0
- data/node_modules/neo-async/dir.js +3 -0
- data/node_modules/neo-async/doDuring.js +3 -0
- data/node_modules/neo-async/doUntil.js +3 -0
- data/node_modules/neo-async/doWhilst.js +3 -0
- data/node_modules/neo-async/during.js +3 -0
- data/node_modules/neo-async/each.js +3 -0
- data/node_modules/neo-async/eachLimit.js +3 -0
- data/node_modules/neo-async/eachOf.js +3 -0
- data/node_modules/neo-async/eachOfLimit.js +3 -0
- data/node_modules/neo-async/eachOfSeries.js +3 -0
- data/node_modules/neo-async/eachSeries.js +3 -0
- data/node_modules/neo-async/ensureAsync.js +3 -0
- data/node_modules/neo-async/every.js +3 -0
- data/node_modules/neo-async/everyLimit.js +3 -0
- data/node_modules/neo-async/everySeries.js +3 -0
- data/node_modules/neo-async/fast.js +3 -0
- data/node_modules/neo-async/filter.js +3 -0
- data/node_modules/neo-async/filterLimit.js +3 -0
- data/node_modules/neo-async/filterSeries.js +3 -0
- data/node_modules/neo-async/find.js +3 -0
- data/node_modules/neo-async/findLimit.js +3 -0
- data/node_modules/neo-async/findSeries.js +3 -0
- data/node_modules/neo-async/foldl.js +3 -0
- data/node_modules/neo-async/foldr.js +3 -0
- data/node_modules/neo-async/forEach.js +3 -0
- data/node_modules/neo-async/forEachLimit.js +3 -0
- data/node_modules/neo-async/forEachOf.js +3 -0
- data/node_modules/neo-async/forEachOfLimit.js +3 -0
- data/node_modules/neo-async/forEachOfSeries.js +3 -0
- data/node_modules/neo-async/forEachSeries.js +3 -0
- data/node_modules/neo-async/forever.js +3 -0
- data/node_modules/neo-async/groupBy.js +3 -0
- data/node_modules/neo-async/groupByLimit.js +3 -0
- data/node_modules/neo-async/groupBySeries.js +3 -0
- data/node_modules/neo-async/inject.js +3 -0
- data/node_modules/neo-async/iterator.js +3 -0
- data/node_modules/neo-async/log.js +3 -0
- data/node_modules/neo-async/map.js +3 -0
- data/node_modules/neo-async/mapLimit.js +3 -0
- data/node_modules/neo-async/mapSeries.js +3 -0
- data/node_modules/neo-async/mapValues.js +3 -0
- data/node_modules/neo-async/mapValuesLimit.js +3 -0
- data/node_modules/neo-async/mapValuesSeries.js +3 -0
- data/node_modules/neo-async/memoize.js +3 -0
- data/node_modules/neo-async/nextTick.js +3 -0
- data/node_modules/neo-async/omit.js +3 -0
- data/node_modules/neo-async/omitLimit.js +3 -0
- data/node_modules/neo-async/omitSeries.js +3 -0
- data/node_modules/neo-async/package.json +57 -0
- data/node_modules/neo-async/parallel.js +3 -0
- data/node_modules/neo-async/parallelLimit.js +3 -0
- data/node_modules/neo-async/pick.js +3 -0
- data/node_modules/neo-async/pickLimit.js +3 -0
- data/node_modules/neo-async/pickSeries.js +3 -0
- data/node_modules/neo-async/priorityQueue.js +3 -0
- data/node_modules/neo-async/queue.js +3 -0
- data/node_modules/neo-async/race.js +3 -0
- data/node_modules/neo-async/reduce.js +3 -0
- data/node_modules/neo-async/reduceRight.js +3 -0
- data/node_modules/neo-async/reflect.js +3 -0
- data/node_modules/neo-async/reflectAll.js +3 -0
- data/node_modules/neo-async/reject.js +3 -0
- data/node_modules/neo-async/rejectLimit.js +3 -0
- data/node_modules/neo-async/rejectSeries.js +3 -0
- data/node_modules/neo-async/retry.js +3 -0
- data/node_modules/neo-async/retryable.js +3 -0
- data/node_modules/neo-async/safe.js +3 -0
- data/node_modules/neo-async/select.js +3 -0
- data/node_modules/neo-async/selectLimit.js +3 -0
- data/node_modules/neo-async/selectSeries.js +3 -0
- data/node_modules/neo-async/seq.js +3 -0
- data/node_modules/neo-async/series.js +3 -0
- data/node_modules/neo-async/setImmediate.js +3 -0
- data/node_modules/neo-async/some.js +3 -0
- data/node_modules/neo-async/someLimit.js +3 -0
- data/node_modules/neo-async/someSeries.js +3 -0
- data/node_modules/neo-async/sortBy.js +3 -0
- data/node_modules/neo-async/sortByLimit.js +3 -0
- data/node_modules/neo-async/sortBySeries.js +3 -0
- data/node_modules/neo-async/timeout.js +3 -0
- data/node_modules/neo-async/times.js +3 -0
- data/node_modules/neo-async/timesLimit.js +3 -0
- data/node_modules/neo-async/timesSeries.js +3 -0
- data/node_modules/neo-async/transform.js +3 -0
- data/node_modules/neo-async/transformLimit.js +3 -0
- data/node_modules/neo-async/transformSeries.js +3 -0
- data/node_modules/neo-async/tryEach.js +3 -0
- data/node_modules/neo-async/unmemoize.js +3 -0
- data/node_modules/neo-async/until.js +3 -0
- data/node_modules/neo-async/waterfall.js +3 -0
- data/node_modules/neo-async/whilst.js +3 -0
- data/node_modules/neo-async/wrapSync.js +3 -0
- data/node_modules/node-dir/LICENSE.txt +22 -0
- data/node_modules/node-dir/README.md +225 -0
- data/node_modules/node-dir/index.js +5 -0
- data/node_modules/node-dir/lib/paths.js +240 -0
- data/node_modules/node-dir/lib/readfiles.js +122 -0
- data/node_modules/node-dir/lib/readfilesstream.js +131 -0
- data/node_modules/node-dir/node_modules/minimatch/LICENSE +15 -0
- data/node_modules/node-dir/node_modules/minimatch/README.md +230 -0
- data/node_modules/node-dir/node_modules/minimatch/minimatch.js +947 -0
- data/node_modules/node-dir/node_modules/minimatch/node_modules/brace-expansion/LICENSE +21 -0
- data/node_modules/node-dir/node_modules/minimatch/node_modules/brace-expansion/README.md +129 -0
- data/node_modules/node-dir/node_modules/minimatch/node_modules/brace-expansion/index.js +201 -0
- data/node_modules/node-dir/node_modules/minimatch/node_modules/brace-expansion/package.json +47 -0
- data/node_modules/node-dir/node_modules/minimatch/package.json +33 -0
- data/node_modules/node-dir/package.json +40 -0
- data/node_modules/node-releases/LICENSE +21 -0
- data/node_modules/node-releases/README.md +12 -0
- data/node_modules/node-releases/data/processed/envs.json +1 -0
- data/node_modules/node-releases/data/release-schedule/release-schedule.json +1 -0
- data/node_modules/node-releases/package.json +19 -0
- data/node_modules/p-try/index.d.ts +39 -0
- data/node_modules/p-try/index.js +9 -0
- data/node_modules/p-try/license +9 -0
- data/node_modules/p-try/package.json +42 -0
- data/node_modules/p-try/readme.md +58 -0
- data/node_modules/picocolors/LICENSE +15 -0
- data/node_modules/picocolors/README.md +21 -0
- data/node_modules/picocolors/package.json +25 -0
- data/node_modules/picocolors/picocolors.browser.js +4 -0
- data/node_modules/picocolors/picocolors.d.ts +5 -0
- data/node_modules/picocolors/picocolors.js +65 -0
- data/node_modules/picocolors/types.ts +30 -0
- data/node_modules/pify/index.js +68 -0
- data/node_modules/pify/license +9 -0
- data/node_modules/pify/package.json +51 -0
- data/node_modules/pify/readme.md +145 -0
- data/node_modules/pirates/LICENSE +21 -0
- data/node_modules/pirates/README.md +69 -0
- data/node_modules/pirates/index.d.ts +82 -0
- data/node_modules/pirates/lib/index.js +139 -0
- data/node_modules/pirates/package.json +74 -0
- data/node_modules/pkg-dir/index.js +10 -0
- data/node_modules/pkg-dir/license +9 -0
- data/node_modules/pkg-dir/node_modules/find-up/index.js +46 -0
- data/node_modules/pkg-dir/node_modules/find-up/license +9 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/index.js +24 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/license +9 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/p-locate/index.js +34 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/p-locate/license +9 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/p-locate/node_modules/p-limit/index.d.ts +38 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/p-locate/node_modules/p-limit/index.js +57 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/p-locate/node_modules/p-limit/license +9 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/p-locate/node_modules/p-limit/package.json +52 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/p-locate/node_modules/p-limit/readme.md +101 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/p-locate/package.json +51 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/p-locate/readme.md +88 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/path-exists/index.js +17 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/path-exists/license +21 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/path-exists/package.json +40 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/path-exists/readme.md +50 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/package.json +44 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/readme.md +99 -0
- data/node_modules/pkg-dir/node_modules/find-up/package.json +50 -0
- data/node_modules/pkg-dir/node_modules/find-up/readme.md +87 -0
- data/node_modules/pkg-dir/package.json +53 -0
- data/node_modules/pkg-dir/readme.md +66 -0
- data/node_modules/recast/LICENSE +20 -0
- data/node_modules/recast/README.md +221 -0
- data/node_modules/recast/example/add-braces +44 -0
- data/node_modules/recast/example/generic-identity +17 -0
- data/node_modules/recast/example/identity +8 -0
- data/node_modules/recast/example/to-while +84 -0
- data/node_modules/recast/lib/comments.d.ts +2 -0
- data/node_modules/recast/lib/comments.js +313 -0
- data/node_modules/recast/lib/fast-path.d.ts +25 -0
- data/node_modules/recast/lib/fast-path.js +541 -0
- data/node_modules/recast/lib/lines.d.ts +62 -0
- data/node_modules/recast/lib/lines.js +654 -0
- data/node_modules/recast/lib/mapping.d.ts +15 -0
- data/node_modules/recast/lib/mapping.js +197 -0
- data/node_modules/recast/lib/options.d.ts +147 -0
- data/node_modules/recast/lib/options.js +55 -0
- data/node_modules/recast/lib/parser.d.ts +2 -0
- data/node_modules/recast/lib/parser.js +250 -0
- data/node_modules/recast/lib/patcher.d.ts +12 -0
- data/node_modules/recast/lib/patcher.js +386 -0
- data/node_modules/recast/lib/printer.d.ts +14 -0
- data/node_modules/recast/lib/printer.js +2388 -0
- data/node_modules/recast/lib/util.d.ts +18 -0
- data/node_modules/recast/lib/util.js +331 -0
- data/node_modules/recast/main.d.ts +50 -0
- data/node_modules/recast/main.js +65 -0
- data/node_modules/recast/package.json +74 -0
- data/node_modules/recast/parsers/_babel_options.d.ts +8 -0
- data/node_modules/recast/parsers/_babel_options.js +57 -0
- data/node_modules/recast/parsers/acorn.d.ts +1 -0
- data/node_modules/recast/parsers/acorn.js +33 -0
- data/node_modules/recast/parsers/babel-ts.d.ts +4 -0
- data/node_modules/recast/parsers/babel-ts.js +13 -0
- data/node_modules/recast/parsers/babel.d.ts +8 -0
- data/node_modules/recast/parsers/babel.js +33 -0
- data/node_modules/recast/parsers/babylon.d.ts +1 -0
- data/node_modules/recast/parsers/babylon.js +4 -0
- data/node_modules/recast/parsers/esprima.d.ts +1 -0
- data/node_modules/recast/parsers/esprima.js +30 -0
- data/node_modules/recast/parsers/flow.d.ts +2 -0
- data/node_modules/recast/parsers/flow.js +19 -0
- data/node_modules/recast/parsers/typescript.d.ts +2 -0
- data/node_modules/recast/parsers/typescript.js +19 -0
- data/node_modules/recast/tsconfig.json +18 -0
- data/node_modules/shallow-clone/LICENSE +21 -0
- data/node_modules/shallow-clone/README.md +153 -0
- data/node_modules/shallow-clone/index.js +83 -0
- data/node_modules/shallow-clone/package.json +64 -0
- data/node_modules/signal-exit/LICENSE.txt +1 -1
- data/node_modules/signal-exit/README.md +21 -56
- data/node_modules/signal-exit/package.json +19 -87
- data/node_modules/temp/LICENSE +20 -0
- data/node_modules/temp/README.md +295 -0
- data/node_modules/temp/lib/temp.js +314 -0
- data/node_modules/temp/node_modules/rimraf/LICENSE +15 -0
- data/node_modules/temp/node_modules/rimraf/README.md +101 -0
- data/node_modules/temp/node_modules/rimraf/bin.js +50 -0
- data/node_modules/temp/node_modules/rimraf/node_modules/glob/LICENSE +21 -0
- data/node_modules/temp/node_modules/rimraf/node_modules/glob/README.md +378 -0
- data/node_modules/temp/node_modules/rimraf/node_modules/glob/common.js +238 -0
- data/node_modules/temp/node_modules/rimraf/node_modules/glob/glob.js +790 -0
- data/node_modules/temp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/LICENSE +15 -0
- data/node_modules/temp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/README.md +230 -0
- data/node_modules/temp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/minimatch.js +947 -0
- data/node_modules/temp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/LICENSE +21 -0
- data/node_modules/temp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/README.md +129 -0
- data/node_modules/temp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/index.js +201 -0
- data/node_modules/temp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json +47 -0
- data/node_modules/temp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/package.json +33 -0
- data/node_modules/temp/node_modules/rimraf/node_modules/glob/package.json +55 -0
- data/node_modules/temp/node_modules/rimraf/node_modules/glob/sync.js +486 -0
- data/node_modules/temp/node_modules/rimraf/package.json +29 -0
- data/node_modules/temp/node_modules/rimraf/rimraf.js +364 -0
- data/node_modules/temp/package.json +48 -0
- data/node_modules/tiny-invariant/LICENSE +21 -0
- data/node_modules/tiny-invariant/README.md +109 -0
- data/node_modules/tiny-invariant/dist/esm/package.json +1 -0
- data/node_modules/tiny-invariant/dist/esm/tiny-invariant.d.ts +21 -0
- data/node_modules/tiny-invariant/dist/esm/tiny-invariant.js +15 -0
- data/node_modules/tiny-invariant/dist/tiny-invariant.cjs.js +17 -0
- data/node_modules/tiny-invariant/dist/tiny-invariant.d.ts +21 -0
- data/node_modules/tiny-invariant/dist/tiny-invariant.esm.js +15 -0
- data/node_modules/tiny-invariant/dist/tiny-invariant.js +23 -0
- data/node_modules/tiny-invariant/dist/tiny-invariant.min.js +1 -0
- data/node_modules/tiny-invariant/package.json +89 -0
- data/node_modules/tiny-invariant/src/tiny-invariant.flow.js +12 -0
- data/node_modules/tiny-invariant/src/tiny-invariant.ts +48 -0
- data/node_modules/to-fast-properties/index.js +27 -0
- data/node_modules/to-fast-properties/license +10 -0
- data/node_modules/to-fast-properties/package.json +35 -0
- data/node_modules/to-fast-properties/readme.md +37 -0
- data/node_modules/tslib/CopyrightNotice.txt +15 -0
- data/node_modules/tslib/LICENSE.txt +12 -0
- data/node_modules/tslib/README.md +164 -0
- data/node_modules/tslib/SECURITY.md +41 -0
- data/node_modules/tslib/modules/index.d.ts +37 -0
- data/node_modules/tslib/modules/index.js +68 -0
- data/node_modules/tslib/modules/package.json +3 -0
- data/node_modules/tslib/package.json +47 -0
- data/node_modules/tslib/tslib.d.ts +453 -0
- data/node_modules/tslib/tslib.es6.html +1 -0
- data/node_modules/tslib/tslib.es6.js +370 -0
- data/node_modules/tslib/tslib.es6.mjs +370 -0
- data/node_modules/tslib/tslib.html +1 -0
- data/node_modules/tslib/tslib.js +421 -0
- data/node_modules/update-browserslist-db/LICENSE +20 -0
- data/node_modules/update-browserslist-db/README.md +22 -0
- data/node_modules/update-browserslist-db/check-npm-version.js +17 -0
- data/node_modules/update-browserslist-db/cli.js +42 -0
- data/node_modules/update-browserslist-db/index.d.ts +6 -0
- data/node_modules/update-browserslist-db/index.js +333 -0
- data/node_modules/update-browserslist-db/package.json +40 -0
- data/node_modules/update-browserslist-db/utils.js +25 -0
- data/node_modules/write-file-atomic/CHANGELOG.md +0 -7
- data/node_modules/write-file-atomic/README.md +3 -19
- data/node_modules/write-file-atomic/index.js +136 -157
- data/node_modules/write-file-atomic/package.json +13 -20
- data/package.json +8 -3
- metadata +2513 -39
- data/node_modules/@eslint/eslintrc/node_modules/globals/index.d.ts +0 -2077
- data/node_modules/@eslint/eslintrc/node_modules/globals/package.json +0 -58
- data/node_modules/@eslint/eslintrc/node_modules/globals/readme.md +0 -44
- data/node_modules/write-file-atomic/node_modules/signal-exit/README.md +0 -39
- data/node_modules/write-file-atomic/node_modules/signal-exit/package.json +0 -38
- /data/node_modules/{@eslint/eslintrc → @babel/traverse}/node_modules/globals/index.js +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/cjs/browser.d.ts +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/cjs/browser.d.ts.map +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/cjs/browser.js +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/cjs/browser.js.map +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/cjs/index.d.ts +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/cjs/index.d.ts.map +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/cjs/index.js +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/cjs/index.js.map +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/cjs/package.json +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/cjs/signals.d.ts +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/cjs/signals.d.ts.map +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/cjs/signals.js +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/cjs/signals.js.map +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/mjs/browser.d.ts +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/mjs/browser.d.ts.map +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/mjs/browser.js +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/mjs/browser.js.map +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/mjs/index.d.ts +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/mjs/index.d.ts.map +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/mjs/index.js +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/mjs/index.js.map +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/mjs/package.json +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/mjs/signals.d.ts +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/mjs/signals.d.ts.map +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/mjs/signals.js +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/mjs/signals.js.map +0 -0
- /data/node_modules/{write-file-atomic/node_modules/signal-exit → signal-exit}/index.js +0 -0
- /data/node_modules/{write-file-atomic/node_modules/signal-exit → signal-exit}/signals.js +0 -0
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"50":0.02657,"52":0.11157,"53":0.03188,"56":0.03188,"68":0.00531,"75":0.00531,"78":0.01594,"80":0.00531,"81":0.00531,"82":0.00531,"83":0.01063,"84":0.00531,"88":0.01063,"91":0.00531,"96":0.00531,"97":0.00531,"99":0.00531,"100":0.0797,"102":0.01063,"103":0.01594,"104":0.00531,"105":0.01063,"106":0.00531,"107":0.01594,"108":0.00531,"109":0.00531,"110":0.00531,"111":0.00531,"112":0.00531,"113":0.02125,"114":0.01063,"115":0.79164,"116":0.00531,"117":0.01063,"118":0.01063,"119":0.01594,"120":0.02657,"121":0.03719,"122":0.03188,"123":0.13814,"124":3.9635,"125":2.21552,"126":0.00531,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 51 54 55 57 58 59 60 61 62 63 64 65 66 67 69 70 71 72 73 74 76 77 79 85 86 87 89 90 92 93 94 95 98 101 127 128 3.5 3.6"},D:{"34":0.00531,"38":0.00531,"41":0.01063,"49":0.02125,"51":0.00531,"56":0.00531,"68":0.00531,"69":0.00531,"74":0.02125,"79":0.0425,"80":0.00531,"81":0.01063,"83":0.00531,"84":0.01063,"85":0.03719,"86":0.00531,"87":0.0425,"88":0.00531,"89":0.01594,"90":0.01063,"91":0.01594,"92":0.00531,"93":0.01063,"94":0.0425,"95":0.00531,"96":0.01063,"97":0.00531,"98":0.00531,"99":0.01063,"100":0.00531,"102":0.26565,"103":0.0425,"104":0.02657,"105":0.01063,"106":0.02125,"107":0.01594,"108":0.02125,"109":1.3495,"110":0.01063,"111":0.01594,"112":0.02125,"113":0.0797,"114":0.12751,"115":0.02657,"116":0.08501,"117":0.09563,"118":0.03188,"119":0.05844,"120":1.06791,"121":0.35066,"122":1.30169,"123":17.42664,"124":6.72095,"125":0.01594,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 39 40 42 43 44 45 46 47 48 50 52 53 54 55 57 58 59 60 61 62 63 64 65 66 67 70 71 72 73 75 76 77 78 101 126 127"},F:{"36":0.00531,"46":0.00531,"69":0.00531,"70":0.00531,"75":0.00531,"79":0.00531,"84":0.00531,"85":0.01594,"95":0.14876,"105":0.00531,"106":0.01063,"107":1.40795,"108":1.2273,"109":0.79695,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 71 72 73 74 76 77 78 80 81 82 83 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"16":0.00531,"17":0.00531,"18":0.00531,"85":0.00531,"92":0.01063,"96":0.00531,"105":0.00531,"107":0.00531,"108":0.00531,"109":0.10095,"111":0.01063,"112":0.00531,"113":0.01063,"114":0.03719,"116":0.00531,"117":0.00531,"118":0.07438,"119":0.01063,"120":0.07438,"121":0.08501,"122":0.34003,"123":4.97297,"124":2.38554,_:"12 13 14 15 79 80 81 83 84 86 87 88 89 90 91 93 94 95 97 98 99 100 101 102 103 104 106 110 115"},E:{"9":0.00531,"13":0.00531,"14":0.01594,_:"0 4 5 6 7 8 10 11 12 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1","12.1":0.00531,"13.1":0.05313,"14.1":0.03719,"15.1":0.01063,"15.2-15.3":0.01063,"15.4":0.01594,"15.5":0.01594,"15.6":0.17002,"16.0":0.02125,"16.1":0.04782,"16.2":0.0425,"16.3":0.05844,"16.4":0.02125,"16.5":0.06907,"16.6":0.19127,"17.0":0.04782,"17.1":0.09032,"17.2":0.1222,"17.3":0.29753,"17.4":0.92446,"17.5":0.00531},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00192,"5.0-5.1":0.00192,"6.0-6.1":0.00479,"7.0-7.1":0.00767,"8.1-8.4":0.00192,"9.0-9.2":0.00479,"9.3":0.02396,"10.0-10.2":0.00479,"10.3":0.03834,"11.0-11.2":0.03259,"11.3-11.4":0.00958,"12.0-12.1":0.00671,"12.2-12.5":0.15623,"13.0-13.1":0.00288,"13.2":0.03163,"13.3":0.00767,"13.4-13.7":0.02971,"14.0-14.4":0.05847,"14.5-14.8":0.08914,"15.0-15.1":0.04122,"15.2-15.3":0.04697,"15.4":0.05368,"15.5":0.06805,"15.6-15.8":0.59426,"16.0":0.13898,"16.1":0.28946,"16.2":0.13898,"16.3":0.24537,"16.4":0.0508,"16.5":0.10639,"16.6-16.7":0.8406,"17.0":0.10064,"17.1":0.18595,"17.2":0.24729,"17.3":1.80388,"17.4":4.07167,"17.5":0.03738},P:{"4":0.05214,"20":0.02086,"21":0.04171,"22":0.04171,"23":0.19813,"24":2.15853,_:"5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0","13.0":0.01043,"17.0":0.01043,"18.0":0.01043,"19.0":0.01043},I:{"0":0.12136,"3":0,"4":0.00001,"2.1":0,"2.2":0,"2.3":0,"4.1":0.00002,"4.2-4.3":0.00007,"4.4":0,"4.4.3-4.4.4":0.0003},A:{"8":0.01096,"10":0.07123,"11":0.09314,_:"6 7 9 5.5"},K:{"0":0.68368,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},Q:{_:"14.9"},O:{"0":0.10311},H:{"0":0.01},L:{"0":33.76537},R:{_:"0"},M:{"0":0.41246}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"31":0.00533,"38":0.01066,"40":0.00533,"47":0.00533,"48":0.01066,"50":0.1332,"52":0.15984,"53":0.11722,"56":0.10123,"59":0.01598,"68":0.00533,"72":0.00533,"77":0.01066,"78":0.03197,"83":0.00533,"84":0.00533,"87":0.00533,"88":0.01066,"91":0.01598,"92":0.00533,"95":0.00533,"98":0.00533,"99":0.00533,"100":0.00533,"101":0.00533,"102":0.84715,"103":0.01066,"104":0.01066,"105":0.00533,"106":0.01066,"107":0.01066,"108":0.01066,"109":0.01066,"110":0.01066,"111":0.01066,"112":0.00533,"113":0.01598,"114":0.01598,"115":1.12421,"116":0.02131,"117":0.01066,"118":0.04262,"119":0.02131,"120":0.02131,"121":0.0373,"122":0.05861,"123":0.1705,"124":4.51814,"125":2.60006,"126":0.00533,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 32 33 34 35 36 37 39 41 42 43 44 45 46 49 51 54 55 57 58 60 61 62 63 64 65 66 67 69 70 71 73 74 75 76 79 80 81 82 85 86 89 90 93 94 96 97 127 128 3.5 3.6"},D:{"41":0.00533,"43":0.04262,"44":0.00533,"49":0.01598,"52":0.00533,"56":0.00533,"57":0.00533,"58":0.00533,"60":0.01066,"61":0.00533,"62":0.00533,"63":0.00533,"64":0.01066,"66":0.07459,"70":0.00533,"72":0.00533,"74":0.00533,"75":0.00533,"76":0.01066,"77":0.01598,"78":0.00533,"79":0.03197,"80":0.01066,"81":0.03197,"83":0.01066,"84":0.01066,"85":0.03197,"86":0.03197,"87":0.04262,"88":0.01598,"89":0.01066,"90":0.01066,"91":0.0959,"92":0.00533,"93":0.07992,"94":0.05861,"95":0.00533,"96":0.02131,"97":0.02131,"98":0.01066,"99":0.02131,"100":0.01598,"101":0.02664,"102":0.02664,"103":0.10123,"104":0.0373,"105":0.02664,"106":0.50616,"107":0.04262,"108":0.05328,"109":1.02298,"110":0.04795,"111":0.04262,"112":0.0373,"113":0.06394,"114":0.06926,"115":0.21312,"116":0.12254,"117":0.05328,"118":0.14918,"119":0.25042,"120":0.21845,"121":2.55744,"122":1.79021,"123":12.59539,"124":4.7579,"125":0.01598,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 42 45 46 47 48 50 51 53 54 55 59 65 67 68 69 71 73 126 127"},F:{"36":0.00533,"46":0.01066,"94":0.00533,"95":0.06926,"102":0.01598,"105":0.00533,"106":0.03197,"107":1.55578,"108":0.90576,"109":0.34099,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 96 97 98 99 100 101 103 104 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6","12.1":0.00533},B:{"17":0.01066,"18":0.00533,"92":0.00533,"97":0.00533,"98":0.00533,"100":0.00533,"101":0.00533,"103":0.00533,"105":0.00533,"106":0.00533,"107":0.01066,"108":0.01066,"109":0.14386,"110":0.01066,"111":0.09058,"112":0.00533,"113":0.00533,"114":0.01598,"115":0.01066,"116":0.01066,"117":0.01598,"118":0.01066,"119":0.01598,"120":0.04795,"121":0.06926,"122":0.4369,"123":5.17349,"124":2.42957,_:"12 13 14 15 16 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 99 102 104"},E:{"7":0.02131,"8":0.00533,"11":0.00533,"13":0.00533,"14":0.02664,"15":0.00533,_:"0 4 5 6 9 10 12 3.1 3.2 6.1 7.1 10.1","5.1":0.01066,"9.1":0.00533,"11.1":0.01598,"12.1":0.01066,"13.1":0.06394,"14.1":0.09058,"15.1":0.01066,"15.2-15.3":0.01066,"15.4":0.02131,"15.5":0.03197,"15.6":0.31968,"16.0":0.08525,"16.1":0.06926,"16.2":0.05861,"16.3":0.12254,"16.4":0.03197,"16.5":0.05861,"16.6":0.40493,"17.0":0.05861,"17.1":0.11189,"17.2":0.20246,"17.3":0.5328,"17.4":1.81152,"17.5":0.01066},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00276,"5.0-5.1":0.00276,"6.0-6.1":0.00691,"7.0-7.1":0.01105,"8.1-8.4":0.00276,"9.0-9.2":0.00691,"9.3":0.03455,"10.0-10.2":0.00691,"10.3":0.05527,"11.0-11.2":0.04698,"11.3-11.4":0.01382,"12.0-12.1":0.00967,"12.2-12.5":0.22523,"13.0-13.1":0.00415,"13.2":0.0456,"13.3":0.01105,"13.4-13.7":0.04284,"14.0-14.4":0.08429,"14.5-14.8":0.12851,"15.0-15.1":0.05942,"15.2-15.3":0.06771,"15.4":0.07738,"15.5":0.09811,"15.6-15.8":0.85672,"16.0":0.20036,"16.1":0.41731,"16.2":0.20036,"16.3":0.35374,"16.4":0.07324,"16.5":0.15338,"16.6-16.7":1.21184,"17.0":0.14509,"17.1":0.26807,"17.2":0.35651,"17.3":2.60056,"17.4":5.86991,"17.5":0.05389},P:{"4":0.0849,"20":0.05306,"21":0.10612,"22":0.07429,"23":0.30776,"24":3.38533,_:"5.0-5.4 8.2 9.2 10.1 12.0","6.2-6.4":0.01061,"7.2-7.4":0.02122,"11.1-11.2":0.01061,"13.0":0.01061,"14.0":0.01061,"15.0":0.01061,"16.0":0.02122,"17.0":0.03184,"18.0":0.01061,"19.0":0.03184},I:{"0":0.03723,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0.00001,"4.2-4.3":0.00002,"4.4":0,"4.4.3-4.4.4":0.00009},A:{"8":0.01102,"9":0.00551,"10":0.00551,"11":0.13779,_:"6 7 5.5"},K:{"0":0.73833,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},Q:{"14.9":0.00935},O:{"0":0.14019},H:{"0":0},L:{"0":26.71474},R:{_:"0"},M:{"0":1.03273}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"54":0.00185,"78":0.01292,"96":0.00369,"107":0.00554,"115":0.43727,"120":0.00369,"121":0.00554,"123":0.01107,"124":0.57195,"125":0.22694,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 97 98 99 100 101 102 103 104 105 106 108 109 110 111 112 113 114 116 117 118 119 122 126 127 128 3.5 3.6"},D:{"40":0.01476,"46":0.00185,"64":0.00185,"65":0.04982,"68":0.02768,"78":0.01661,"80":0.00185,"83":0.01107,"86":0.01661,"88":0.00185,"90":0.00185,"94":0.0369,"98":0.00185,"99":0.07196,"100":0.01292,"102":0.00738,"103":0.01107,"104":0.00185,"105":0.00185,"107":0.00738,"108":0.00369,"109":1.22508,"110":0.00185,"111":0.00185,"114":0.00554,"115":0.00554,"116":0.02399,"117":0.00738,"118":0.03506,"119":0.01661,"120":0.06089,"121":0.10701,"122":0.32288,"123":5.68445,"124":3.58853,"125":0.00554,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 66 67 69 70 71 72 73 74 75 76 77 79 81 84 85 87 89 91 92 93 95 96 97 101 106 112 113 126 127"},F:{"85":0.00185,"107":1.21586,"108":0.08672,"109":0.06089,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.00554,"18":0.01292,"84":0.00554,"92":0.01661,"100":0.00554,"107":0.00554,"108":0.00185,"109":0.00554,"110":0.00738,"113":0.00369,"114":0.00923,"115":0.00554,"117":0.00738,"118":0.03875,"119":0.00923,"120":0.02399,"121":0.02399,"122":0.32841,"123":1.29335,"124":0.67158,_:"12 13 15 16 17 79 80 81 83 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 111 112 116"},E:{"7":0.00185,_:"0 4 5 6 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.1 15.4 15.5 16.2 17.5","12.1":0.00185,"13.1":0.00369,"14.1":0.03875,"15.2-15.3":0.00369,"15.6":0.02399,"16.0":0.00369,"16.1":0.00185,"16.3":0.04059,"16.4":0.00185,"16.5":0.04613,"16.6":0.02399,"17.0":0.00369,"17.1":0.01661,"17.2":0.00185,"17.3":0.05535,"17.4":0.05166},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00114,"5.0-5.1":0.00114,"6.0-6.1":0.00285,"7.0-7.1":0.00457,"8.1-8.4":0.00114,"9.0-9.2":0.00285,"9.3":0.01427,"10.0-10.2":0.00285,"10.3":0.02283,"11.0-11.2":0.01941,"11.3-11.4":0.00571,"12.0-12.1":0.004,"12.2-12.5":0.09304,"13.0-13.1":0.00171,"13.2":0.01884,"13.3":0.00457,"13.4-13.7":0.01769,"14.0-14.4":0.03482,"14.5-14.8":0.05308,"15.0-15.1":0.02454,"15.2-15.3":0.02797,"15.4":0.03196,"15.5":0.04053,"15.6-15.8":0.35388,"16.0":0.08276,"16.1":0.17238,"16.2":0.08276,"16.3":0.14612,"16.4":0.03025,"16.5":0.06336,"16.6-16.7":0.50057,"17.0":0.05993,"17.1":0.11073,"17.2":0.14726,"17.3":1.07421,"17.4":2.42467,"17.5":0.02226},P:{"4":0.12144,"20":0.06072,"21":0.31372,"22":0.4554,"23":0.46552,"24":2.49967,"5.0-5.4":0.01012,"6.2-6.4":0.0506,"7.2-7.4":0.73877,_:"8.2 10.1 15.0","9.2":0.0506,"11.1-11.2":0.02024,"12.0":0.01012,"13.0":0.02024,"14.0":0.03036,"16.0":0.01012,"17.0":0.02024,"18.0":0.03036,"19.0":0.4554},I:{"0":0.06496,"3":0,"4":0.00001,"2.1":0,"2.2":0,"2.3":0,"4.1":0.00001,"4.2-4.3":0.00004,"4.4":0,"4.4.3-4.4.4":0.00016},A:{"11":0.00923,_:"6 7 8 9 10 5.5"},K:{"0":2.50143,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},Q:{"14.9":0.04892},O:{"0":1.28018},H:{"0":0.01},L:{"0":67.71404},R:{_:"0"},M:{"0":0.08154}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"52":0.02614,"59":0.00653,"61":0.00653,"78":0.0196,"88":0.0196,"97":0.00653,"102":0.00653,"115":0.21562,"116":0.00653,"121":0.00653,"122":0.01307,"123":0.05227,"124":1.14998,"125":0.60766,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 89 90 91 92 93 94 95 96 98 99 100 101 103 104 105 106 107 108 109 110 111 112 113 114 117 118 119 120 126 127 128 3.5 3.6"},D:{"38":0.00653,"44":0.01307,"49":0.0196,"52":0.0392,"66":0.0392,"76":0.00653,"77":0.00653,"79":0.01307,"87":0.09148,"88":0.0196,"89":0.00653,"90":0.00653,"91":0.00653,"92":0.01307,"93":0.05881,"94":0.00653,"95":0.01307,"97":0.01307,"98":0.00653,"99":0.00653,"100":0.00653,"102":0.0196,"103":0.3071,"104":0.00653,"105":0.02614,"106":0.00653,"107":0.0196,"108":0.01307,"109":0.86249,"110":0.05227,"111":0.05881,"112":0.04574,"113":0.21562,"114":0.05881,"115":0.04574,"116":0.48352,"117":0.25483,"118":0.08494,"119":0.58153,"120":0.54886,"121":0.77755,"122":3.84853,"123":28.22035,"124":10.23878,"125":0.0196,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 43 45 46 47 48 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 67 68 69 70 71 72 73 74 75 78 80 81 83 84 85 86 96 101 126 127"},F:{"46":0.00653,"95":0.0196,"102":0.01307,"106":0.00653,"107":1.13038,"108":0.24176,"109":0.12415,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 103 104 105 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"17":0.00653,"86":0.00653,"92":0.00653,"94":0.00653,"102":0.00653,"107":0.00653,"108":0.01307,"109":0.07187,"110":0.00653,"113":0.00653,"114":0.01307,"115":0.00653,"116":0.01307,"117":0.02614,"118":0.0196,"119":0.02614,"120":0.02614,"121":0.07187,"122":0.59459,"123":5.36441,"124":2.31304,_:"12 13 14 15 16 18 79 80 81 83 84 85 87 88 89 90 91 93 95 96 97 98 99 100 101 103 104 105 106 111 112"},E:{"13":0.00653,"14":0.04574,"15":0.01307,_:"0 4 5 6 7 8 9 10 11 12 3.1 3.2 5.1 6.1 7.1 9.1 10.1","11.1":0.00653,"12.1":0.00653,"13.1":0.05227,"14.1":0.17642,"15.1":0.0196,"15.2-15.3":0.03267,"15.4":0.0392,"15.5":0.07841,"15.6":0.47698,"16.0":0.09148,"16.1":0.07841,"16.2":0.07187,"16.3":0.23522,"16.4":0.08494,"16.5":0.11761,"16.6":0.68607,"17.0":0.11761,"17.1":0.22869,"17.2":0.25483,"17.3":0.56192,"17.4":1.6531,"17.5":0.01307},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00348,"5.0-5.1":0.00348,"6.0-6.1":0.00871,"7.0-7.1":0.01393,"8.1-8.4":0.00348,"9.0-9.2":0.00871,"9.3":0.04355,"10.0-10.2":0.00871,"10.3":0.06967,"11.0-11.2":0.05922,"11.3-11.4":0.01742,"12.0-12.1":0.01219,"12.2-12.5":0.28392,"13.0-13.1":0.00523,"13.2":0.05748,"13.3":0.01393,"13.4-13.7":0.054,"14.0-14.4":0.10625,"14.5-14.8":0.16199,"15.0-15.1":0.0749,"15.2-15.3":0.08535,"15.4":0.09754,"15.5":0.12367,"15.6-15.8":1.07993,"16.0":0.25256,"16.1":0.52603,"16.2":0.25256,"16.3":0.44591,"16.4":0.09232,"16.5":0.19334,"16.6-16.7":1.52758,"17.0":0.18289,"17.1":0.33791,"17.2":0.44939,"17.3":3.27811,"17.4":7.39925,"17.5":0.06793},P:{"4":0.02156,"20":0.01078,"21":0.02156,"22":0.01078,"23":0.09704,"24":1.66043,_:"5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0","19.0":0.01078},I:{"0":0.06215,"3":0,"4":0.00001,"2.1":0,"2.2":0,"2.3":0,"4.1":0.00001,"4.2-4.3":0.00004,"4.4":0,"4.4.3-4.4.4":0.00016},A:{"8":0.00653,"11":0.08494,_:"6 7 9 10 5.5"},K:{"0":0.16642,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},Q:{_:"14.9"},O:{"0":0.02427},H:{"0":0},L:{"0":14.82409},R:{_:"0"},M:{"0":0.28429}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"115":0.00814,"121":0.00814,"123":0.00814,"124":0.52529,"125":0.13438,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 122 126 127 128 3.5 3.6"},D:{"47":0.00407,"49":0.01222,"56":0.00407,"65":0.03258,"69":0.05294,"70":0.00814,"71":0.00407,"73":0.00407,"75":0.03258,"76":0.41534,"77":0.25654,"78":0.00407,"79":0.02036,"83":0.00814,"88":0.00814,"90":0.00814,"91":0.02443,"93":0.05701,"94":0.01222,"97":0.02443,"98":0.00407,"102":0.00407,"103":0.25246,"105":0.00407,"106":0.00407,"107":0.06108,"109":0.50086,"110":0.01629,"111":0.00814,"112":0.00814,"113":0.00407,"114":0.01222,"115":0.00407,"116":0.01629,"117":0.00407,"118":1.03429,"119":0.02036,"120":0.05701,"121":0.30133,"122":1.23789,"123":16.0559,"124":5.2936,"125":0.02036,"126":0.00407,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 48 50 51 52 53 54 55 57 58 59 60 61 62 63 64 66 67 68 72 74 80 81 84 85 86 87 89 92 95 96 99 100 101 104 108 127"},F:{"95":0.08144,"106":0.01222,"107":0.36648,"108":0.36648,"109":0.16288,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"17":0.00814,"18":0.01629,"84":0.00407,"90":0.05294,"92":0.02036,"103":0.00407,"105":0.00407,"107":0.00814,"109":0.01222,"111":0.00407,"117":0.01222,"118":0.04072,"120":0.01629,"121":0.02443,"122":0.32169,"123":4.11272,"124":1.64509,_:"12 13 14 15 16 79 80 81 83 85 86 87 88 89 91 93 94 95 96 97 98 99 100 101 102 104 106 108 110 112 113 114 115 116 119"},E:{"13":0.06515,"14":0.00814,_:"0 4 5 6 7 8 9 10 11 12 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 17.5","5.1":0.01629,"13.1":0.01629,"14.1":0.06515,"15.1":0.02036,"15.2-15.3":0.01222,"15.4":0.00814,"15.5":0.05294,"15.6":0.09773,"16.0":0.00407,"16.1":0.06108,"16.2":0.00407,"16.3":0.01629,"16.4":0.01222,"16.5":0.02036,"16.6":0.26061,"17.0":0.01222,"17.1":0.07737,"17.2":0.11809,"17.3":0.15474,"17.4":0.54972},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0022,"5.0-5.1":0.0022,"6.0-6.1":0.00551,"7.0-7.1":0.00882,"8.1-8.4":0.0022,"9.0-9.2":0.00551,"9.3":0.02756,"10.0-10.2":0.00551,"10.3":0.0441,"11.0-11.2":0.03748,"11.3-11.4":0.01102,"12.0-12.1":0.00772,"12.2-12.5":0.17969,"13.0-13.1":0.00331,"13.2":0.03638,"13.3":0.00882,"13.4-13.7":0.03418,"14.0-14.4":0.06725,"14.5-14.8":0.10253,"15.0-15.1":0.0474,"15.2-15.3":0.05402,"15.4":0.06174,"15.5":0.07827,"15.6-15.8":0.6835,"16.0":0.15985,"16.1":0.33293,"16.2":0.15985,"16.3":0.28222,"16.4":0.05843,"16.5":0.12237,"16.6-16.7":0.96682,"17.0":0.11575,"17.1":0.21387,"17.2":0.28442,"17.3":2.07476,"17.4":4.68309,"17.5":0.04299},P:{"4":0.30789,"20":0.0114,"21":0.05702,"22":0.03421,"23":0.17105,"24":2.96484,"5.0-5.4":0.03421,_:"6.2-6.4 8.2 9.2 10.1 12.0 14.0 15.0","7.2-7.4":0.21666,"11.1-11.2":0.0114,"13.0":0.0114,"16.0":0.03421,"17.0":0.0114,"18.0":0.0114,"19.0":0.02281},I:{"0":0.01181,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00003},A:{"11":0.04072,_:"6 7 8 9 10 5.5"},K:{"0":0.20152,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},Q:{_:"14.9"},O:{"0":0.23708},H:{"0":0},L:{"0":48.06098},R:{_:"0"},M:{"0":0.33191}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"4":0.19793,"52":0.01164,"73":0.06986,"75":0.00388,"76":0.00388,"78":0.00388,"105":0.00388,"106":0.00776,"108":0.00388,"109":0.00388,"110":0.00388,"113":0.00388,"115":0.09703,"118":0.00388,"120":0.01164,"121":0.00388,"122":0.00388,"123":0.01164,"124":0.54334,"125":0.24838,"126":0.00388,_:"2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 74 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 107 111 112 114 116 117 119 127 128 3.5 3.6"},D:{"38":0.00776,"43":0.00388,"45":0.00776,"47":0.00388,"49":0.01941,"65":0.01164,"69":0.00776,"70":0.00776,"72":0.00776,"73":0.00776,"75":0.00388,"76":0.01164,"79":0.01941,"81":0.01164,"83":0.00388,"84":0.01552,"85":0.01552,"86":0.00388,"87":0.12419,"88":0.01941,"89":0.00388,"90":0.01164,"91":0.02717,"92":0.00388,"93":0.03881,"94":0.00388,"95":0.00776,"96":0.00388,"97":0.02329,"98":0.00388,"99":0.01552,"100":0.00388,"101":0.00388,"102":0.02717,"103":0.1436,"104":0.00776,"105":0.01941,"106":0.05433,"107":0.03881,"108":0.04657,"109":1.48254,"110":0.04657,"111":0.0621,"112":0.02717,"113":0.00776,"114":0.01941,"115":0.01164,"116":0.11255,"117":0.01552,"118":0.01941,"119":0.14748,"120":0.12031,"121":0.33765,"122":1.07116,"123":15.06604,"124":5.82538,"125":0.02329,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 44 46 48 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 66 67 68 71 74 77 78 80 126 127"},F:{"46":0.00388,"69":0.01552,"95":0.01941,"102":0.00388,"106":0.00388,"107":1.48254,"108":0.41527,"109":0.26003,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 103 104 105 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00388,"15":0.00776,"18":0.02717,"85":0.00388,"89":0.00388,"92":0.03493,"100":0.00388,"107":0.00388,"108":0.01941,"109":0.02717,"110":0.01164,"111":0.00388,"113":0.00388,"114":0.00388,"115":0.00388,"116":0.00388,"117":0.00388,"118":0.00388,"119":0.01552,"120":0.01941,"121":0.07374,"122":0.23674,"123":2.72446,"124":1.16042,_:"13 14 16 17 79 80 81 83 84 86 87 88 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 112"},E:{"14":0.01941,"15":0.01552,_:"0 4 5 6 7 8 9 10 11 12 13 3.1 3.2 6.1 7.1 9.1 10.1 11.1","5.1":0.00388,"12.1":0.00388,"13.1":0.02717,"14.1":0.04269,"15.1":0.00776,"15.2-15.3":0.00776,"15.4":0.01552,"15.5":0.02329,"15.6":0.15912,"16.0":0.01164,"16.1":0.02717,"16.2":0.03105,"16.3":0.04269,"16.4":0.01552,"16.5":0.02717,"16.6":0.13584,"17.0":0.05822,"17.1":0.09314,"17.2":0.09703,"17.3":0.23674,"17.4":0.60932,"17.5":0.00776},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00351,"5.0-5.1":0.00351,"6.0-6.1":0.00878,"7.0-7.1":0.01404,"8.1-8.4":0.00351,"9.0-9.2":0.00878,"9.3":0.04388,"10.0-10.2":0.00878,"10.3":0.07021,"11.0-11.2":0.05968,"11.3-11.4":0.01755,"12.0-12.1":0.01229,"12.2-12.5":0.28611,"13.0-13.1":0.00527,"13.2":0.05792,"13.3":0.01404,"13.4-13.7":0.05441,"14.0-14.4":0.10707,"14.5-14.8":0.16324,"15.0-15.1":0.07548,"15.2-15.3":0.08601,"15.4":0.09829,"15.5":0.12462,"15.6-15.8":1.08826,"16.0":0.25451,"16.1":0.53009,"16.2":0.25451,"16.3":0.44935,"16.4":0.09303,"16.5":0.19483,"16.6-16.7":1.53936,"17.0":0.1843,"17.1":0.34052,"17.2":0.45286,"17.3":3.30339,"17.4":7.45632,"17.5":0.06845},P:{"4":0.0844,"20":0.0211,"21":0.05275,"22":0.0422,"23":0.15824,"24":1.22373,"5.0-5.4":0.01055,"6.2-6.4":0.01055,"7.2-7.4":0.09494,_:"8.2 10.1 12.0 15.0","9.2":0.01055,"11.1-11.2":0.03165,"13.0":0.01055,"14.0":0.01055,"16.0":0.03165,"17.0":0.01055,"18.0":0.01055,"19.0":0.0211},I:{"0":0.03656,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0.00001,"4.2-4.3":0.00002,"4.4":0,"4.4.3-4.4.4":0.00009},A:{"8":0.01242,"9":0.00414,"11":0.04554,_:"6 7 10 5.5"},K:{"0":0.27531,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},Q:{"14.9":0.00612},O:{"0":0.03671},H:{"0":0},L:{"0":44.20587},R:{_:"0"},M:{"0":0.43438}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"15":0.00415,"34":0.00208,"43":0.00208,"47":0.00415,"48":0.00208,"52":0.03944,"66":0.00208,"68":0.00208,"72":0.00415,"75":0.00208,"78":0.0083,"88":0.00208,"89":0.00208,"91":0.01246,"94":0.00208,"97":0.00208,"99":0.00208,"102":0.00208,"103":0.0083,"104":0.00208,"105":0.00208,"106":0.00208,"107":0.00208,"108":0.00208,"109":0.00208,"110":0.00415,"111":0.00208,"112":0.00208,"113":0.00415,"114":0.00208,"115":0.59581,"116":0.00208,"118":0.00208,"120":0.00415,"121":0.00623,"122":0.0083,"123":0.02076,"124":0.42143,"125":0.31348,"126":0.00208,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 44 45 46 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 67 69 70 71 73 74 76 77 79 80 81 82 83 84 85 86 87 90 92 93 95 96 98 100 101 117 119 127 128 3.5 3.6"},D:{"5":0.00208,"11":0.00623,"26":0.00208,"31":0.00415,"32":0.00208,"33":0.00415,"34":0.00623,"35":0.00208,"38":0.00415,"39":0.00208,"40":0.00415,"42":0.00415,"43":0.02906,"44":0.00208,"45":0.00208,"46":0.00208,"47":0.00623,"48":0.00208,"49":0.0436,"50":0.00623,"51":0.00208,"52":0.00208,"53":0.00208,"54":0.00208,"56":0.02284,"57":0.00208,"58":0.03529,"59":0.00208,"60":0.00415,"61":0.00208,"62":0.00415,"63":0.00415,"64":0.00415,"65":0.0083,"66":0.00415,"67":0.00208,"68":0.0083,"69":0.01038,"70":0.0083,"71":0.00623,"72":0.00623,"73":0.00623,"74":0.02076,"75":0.00415,"76":0.00623,"77":0.0083,"78":0.00415,"79":0.05813,"80":0.00623,"81":0.02491,"83":0.0436,"84":0.0083,"85":0.01661,"86":0.0083,"87":0.04152,"88":0.0083,"89":0.0083,"90":0.00415,"91":0.0083,"92":0.00415,"93":0.00415,"94":0.0083,"95":0.03737,"96":0.0083,"97":0.0083,"98":0.03737,"99":0.01038,"100":0.00623,"101":0.0083,"102":0.03529,"103":0.03944,"104":0.01661,"105":0.01246,"106":0.03529,"107":0.02491,"108":0.04152,"109":4.24542,"110":0.04775,"111":0.01246,"112":0.01661,"113":0.01038,"114":0.01246,"115":0.00415,"116":0.04775,"117":0.0083,"118":0.01868,"119":0.09965,"120":0.13494,"121":0.1121,"122":0.28026,"123":5.05298,"124":2.33965,"125":0.02284,"126":0.00208,_:"4 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 27 28 29 30 36 37 41 55 127"},F:{"25":0.00415,"28":0.01038,"36":0.00208,"46":0.00208,"63":0.00208,"64":0.00208,"79":0.01868,"82":0.00208,"83":0.00208,"84":0.00208,"85":0.01246,"86":0.00623,"87":0.00208,"91":0.00208,"93":0.00208,"95":0.1121,"105":0.00208,"106":0.00208,"107":0.43804,"108":0.2595,"109":0.14117,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 26 27 29 30 31 32 33 34 35 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 88 89 90 92 94 96 97 98 99 100 101 102 103 104 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00208,"13":0.00208,"14":0.00208,"15":0.00208,"16":0.00208,"17":0.00208,"18":0.00623,"84":0.00208,"89":0.00208,"92":0.02076,"100":0.00208,"107":0.00208,"109":0.04775,"110":0.00208,"112":0.00208,"113":0.00208,"114":0.00415,"116":0.00415,"117":0.00415,"118":0.00208,"119":0.0083,"120":0.01661,"121":0.01246,"122":0.08304,"123":0.74321,"124":0.40067,_:"79 80 81 83 85 86 87 88 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 108 111 115"},E:{"9":0.00208,"13":0.00208,"14":0.0083,"15":0.00415,_:"0 4 5 6 7 8 10 11 12 3.1 3.2 5.1 6.1 7.1 9.1 10.1 12.1","11.1":0.00208,"13.1":0.0083,"14.1":0.01453,"15.1":0.0083,"15.2-15.3":0.00208,"15.4":0.00415,"15.5":0.00415,"15.6":0.03322,"16.0":0.00208,"16.1":0.01453,"16.2":0.00415,"16.3":0.01661,"16.4":0.00623,"16.5":0.01038,"16.6":0.03944,"17.0":0.00623,"17.1":0.02076,"17.2":0.02906,"17.3":0.03944,"17.4":0.14947,"17.5":0.00208},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00108,"5.0-5.1":0.00108,"6.0-6.1":0.00269,"7.0-7.1":0.00431,"8.1-8.4":0.00108,"9.0-9.2":0.00269,"9.3":0.01347,"10.0-10.2":0.00269,"10.3":0.02155,"11.0-11.2":0.01832,"11.3-11.4":0.00539,"12.0-12.1":0.00377,"12.2-12.5":0.08783,"13.0-13.1":0.00162,"13.2":0.01778,"13.3":0.00431,"13.4-13.7":0.0167,"14.0-14.4":0.03287,"14.5-14.8":0.05011,"15.0-15.1":0.02317,"15.2-15.3":0.0264,"15.4":0.03017,"15.5":0.03826,"15.6-15.8":0.33408,"16.0":0.07813,"16.1":0.16273,"16.2":0.07813,"16.3":0.13794,"16.4":0.02856,"16.5":0.05981,"16.6-16.7":0.47256,"17.0":0.05658,"17.1":0.10453,"17.2":0.13902,"17.3":1.01408,"17.4":2.28896,"17.5":0.02101},P:{"4":0.18384,"20":0.04085,"21":0.09192,"22":0.11234,"23":0.31661,"24":0.91918,"5.0-5.4":0.03064,"6.2-6.4":0.04085,"7.2-7.4":0.20426,_:"8.2 10.1","9.2":0.02043,"11.1-11.2":0.01021,"12.0":0.01021,"13.0":0.03064,"14.0":0.03064,"15.0":0.01021,"16.0":0.03064,"17.0":0.04085,"18.0":0.03064,"19.0":0.09192},I:{"0":0.11048,"3":0,"4":0.00001,"2.1":0,"2.2":0,"2.3":0,"4.1":0.00002,"4.2-4.3":0.00007,"4.4":0,"4.4.3-4.4.4":0.00028},A:{"8":0.01526,"9":0.00654,"11":0.06539,_:"6 7 10 5.5"},K:{"0":0.81202,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},Q:{"14.9":0.00792},O:{"0":0.55468},H:{"0":0.02},L:{"0":72.40605},R:{_:"0"},M:{"0":0.13471}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"4":0.0623,"52":0.00958,"73":0.01917,"78":0.01438,"88":0.01438,"89":0.00479,"95":0.00479,"96":0.00479,"102":0.00479,"105":0.00479,"107":0.00479,"108":0.00479,"109":0.00479,"110":0.00479,"112":0.00479,"113":0.00958,"114":0.00479,"115":0.30669,"116":0.00479,"117":0.00479,"118":0.00479,"119":0.00958,"120":0.00958,"121":0.02396,"122":0.02875,"123":0.07188,"124":1.96472,"125":0.95361,"126":0.00479,_:"2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 74 75 76 77 79 80 81 82 83 84 85 86 87 90 91 92 93 94 97 98 99 100 101 103 104 106 111 127 128 3.5 3.6"},D:{"38":0.01917,"44":0.00479,"46":0.00479,"47":0.01917,"49":0.00958,"51":0.00479,"55":0.00479,"56":0.00479,"65":0.00958,"66":0.00479,"70":0.00479,"73":0.00479,"74":0.00958,"75":0.00479,"76":0.01438,"77":0.00479,"78":0.00958,"79":0.15334,"81":0.02396,"83":0.00479,"84":0.01438,"86":0.00479,"87":0.04792,"88":0.01438,"89":0.00479,"90":0.00479,"91":0.1198,"92":0.00479,"93":0.00958,"94":0.00479,"95":0.00479,"96":0.00479,"97":0.00958,"98":0.00479,"99":0.01438,"100":0.00479,"101":0.01438,"102":0.00958,"103":0.11501,"104":0.01438,"105":0.00958,"106":0.01917,"107":0.01917,"108":0.01917,"109":2.13723,"110":0.03354,"111":0.02875,"112":0.01917,"113":0.03354,"114":0.02875,"115":0.00958,"116":0.2971,"117":0.02396,"118":0.02875,"119":0.11501,"120":0.22522,"121":0.33065,"122":1.1357,"123":20.13119,"124":8.90354,"125":0.04792,"126":0.00479,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 43 45 48 50 52 53 54 57 58 59 60 61 62 63 64 67 68 69 71 72 80 85 127"},F:{"28":0.00479,"95":0.05271,"99":0.00958,"102":0.00479,"106":0.00479,"107":1.71554,"108":0.54629,"109":0.20126,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 98 100 101 103 104 105 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.01917,"100":0.00479,"108":0.01438,"109":0.03834,"111":0.00479,"113":0.00479,"114":0.00479,"116":0.00479,"117":0.00479,"118":0.00479,"119":0.00958,"120":0.04792,"121":0.04792,"122":0.20606,"123":2.49663,"124":1.31301,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 110 112 115"},E:{"9":0.00479,"14":0.00479,_:"0 4 5 6 7 8 10 11 12 13 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1","5.1":0.02396,"13.1":0.02396,"14.1":0.03354,"15.1":0.00958,"15.2-15.3":0.02875,"15.4":0.00479,"15.5":0.01438,"15.6":0.07667,"16.0":0.00479,"16.1":0.01438,"16.2":0.00958,"16.3":0.03354,"16.4":0.00958,"16.5":0.01917,"16.6":0.08626,"17.0":0.01917,"17.1":0.04792,"17.2":0.10542,"17.3":0.11501,"17.4":0.36419,"17.5":0.00479},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00136,"5.0-5.1":0.00136,"6.0-6.1":0.00339,"7.0-7.1":0.00543,"8.1-8.4":0.00136,"9.0-9.2":0.00339,"9.3":0.01697,"10.0-10.2":0.00339,"10.3":0.02714,"11.0-11.2":0.02307,"11.3-11.4":0.00679,"12.0-12.1":0.00475,"12.2-12.5":0.11061,"13.0-13.1":0.00204,"13.2":0.02239,"13.3":0.00543,"13.4-13.7":0.02104,"14.0-14.4":0.04139,"14.5-14.8":0.06311,"15.0-15.1":0.02918,"15.2-15.3":0.03325,"15.4":0.038,"15.5":0.04818,"15.6-15.8":0.42073,"16.0":0.0984,"16.1":0.20494,"16.2":0.0984,"16.3":0.17372,"16.4":0.03597,"16.5":0.07532,"16.6-16.7":0.59513,"17.0":0.07125,"17.1":0.13165,"17.2":0.17508,"17.3":1.27713,"17.4":2.8827,"17.5":0.02647},P:{"4":0.13578,"20":0.01044,"21":0.04178,"22":0.04178,"23":0.19844,"24":1.18022,"5.0-5.4":0.01044,_:"6.2-6.4 8.2 9.2 10.1 12.0 14.0 15.0 18.0","7.2-7.4":0.094,"11.1-11.2":0.01044,"13.0":0.01044,"16.0":0.04178,"17.0":0.03133,"19.0":0.02089},I:{"0":0.05187,"3":0,"4":0.00001,"2.1":0,"2.2":0,"2.3":0,"4.1":0.00001,"4.2-4.3":0.00003,"4.4":0,"4.4.3-4.4.4":0.00013},A:{"8":0.01438,"9":0.00479,"10":0.00479,"11":0.07188,_:"6 7 5.5"},K:{"0":0.18228,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},Q:{"14.9":0.00521},O:{"0":0.03646},H:{"0":0},L:{"0":44.19992},R:{_:"0"},M:{"0":0.18228}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"52":0.00768,"78":0.00768,"88":0.0691,"92":0.02303,"102":0.00768,"103":0.00768,"107":0.00768,"108":0.00768,"109":0.01536,"113":0.01536,"115":4.63751,"117":0.00768,"118":0.00768,"119":0.03839,"121":0.00768,"122":0.01536,"123":0.0691,"124":1.58167,"125":0.79851,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 89 90 91 93 94 95 96 97 98 99 100 101 104 105 106 110 111 112 114 116 120 126 127 128 3.5 3.6"},D:{"44":0.00768,"51":0.00768,"72":0.01536,"77":0.01536,"79":0.00768,"80":0.0691,"83":0.00768,"85":0.01536,"86":0.00768,"87":0.02303,"88":0.00768,"90":0.00768,"93":0.14588,"96":0.00768,"98":0.01536,"100":0.00768,"102":0.02303,"103":0.05375,"104":0.00768,"105":0.01536,"106":0.07678,"107":0.00768,"108":0.02303,"109":1.19777,"110":0.15356,"111":0.02303,"112":0.03839,"113":0.01536,"114":0.02303,"115":0.07678,"116":0.40693,"117":0.04607,"118":0.06142,"119":0.13053,"120":0.35319,"121":0.40693,"122":3.71615,"123":34.24388,"124":12.26944,"125":0.01536,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 45 46 47 48 49 50 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 78 81 84 89 91 92 94 95 97 99 101 126 127"},F:{"46":0.01536,"83":0.00768,"86":0.00768,"95":0.11517,"97":0.00768,"106":0.01536,"107":1.19777,"108":4.47627,"109":0.453,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 84 85 87 88 89 90 91 92 93 94 96 98 99 100 101 102 103 104 105 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.00768,"16":0.00768,"17":0.00768,"18":0.01536,"86":0.00768,"92":0.00768,"107":0.00768,"108":0.01536,"109":0.05375,"110":0.00768,"112":0.00768,"116":0.00768,"117":0.01536,"118":0.01536,"119":0.01536,"120":0.0691,"121":0.03839,"122":0.19963,"123":3.84668,"124":1.79665,_:"12 13 15 79 80 81 83 84 85 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 111 113 114 115"},E:{"9":0.01536,"14":0.02303,"15":0.00768,_:"0 4 5 6 7 8 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1","12.1":0.06142,"13.1":0.03839,"14.1":0.06142,"15.1":0.00768,"15.2-15.3":0.01536,"15.4":0.02303,"15.5":0.07678,"15.6":0.19195,"16.0":0.03071,"16.1":0.04607,"16.2":0.09981,"16.3":0.05375,"16.4":0.02303,"16.5":0.03071,"16.6":0.2457,"17.0":0.04607,"17.1":0.08446,"17.2":0.14588,"17.3":0.19963,"17.4":0.71405,"17.5":0.00768},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00155,"5.0-5.1":0.00155,"6.0-6.1":0.00388,"7.0-7.1":0.0062,"8.1-8.4":0.00155,"9.0-9.2":0.00388,"9.3":0.01939,"10.0-10.2":0.00388,"10.3":0.03102,"11.0-11.2":0.02637,"11.3-11.4":0.00776,"12.0-12.1":0.00543,"12.2-12.5":0.12641,"13.0-13.1":0.00233,"13.2":0.02559,"13.3":0.0062,"13.4-13.7":0.02404,"14.0-14.4":0.04731,"14.5-14.8":0.07213,"15.0-15.1":0.03335,"15.2-15.3":0.038,"15.4":0.04343,"15.5":0.05506,"15.6-15.8":0.48084,"16.0":0.11245,"16.1":0.23422,"16.2":0.11245,"16.3":0.19854,"16.4":0.0411,"16.5":0.08609,"16.6-16.7":0.68016,"17.0":0.08143,"17.1":0.15046,"17.2":0.20009,"17.3":1.45958,"17.4":3.29453,"17.5":0.03025},P:{"4":0.01067,"20":0.01067,"21":0.02134,"22":0.02134,"23":0.11738,"24":1.17381,_:"5.0-5.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0","6.2-6.4":0.01067,"17.0":0.01067,"19.0":0.01067},I:{"0":0.06012,"3":0,"4":0.00001,"2.1":0,"2.2":0,"2.3":0,"4.1":0.00001,"4.2-4.3":0.00004,"4.4":0,"4.4.3-4.4.4":0.00015},A:{"8":0.03481,"9":0.0087,"10":0.0087,"11":0.07832,_:"6 7 5.5"},K:{"0":0.19505,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.00464,_:"3.0-3.1"},Q:{_:"14.9"},O:{"0":0.01625},H:{"0":0},L:{"0":13.47803},R:{_:"0"},M:{"0":0.2531}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"34":0.00218,"43":0.00218,"45":0.00437,"47":0.00437,"48":0.00218,"49":0.00218,"50":0.00218,"51":0.00218,"52":0.03275,"55":0.00218,"56":0.00218,"57":0.00218,"66":0.00218,"72":0.00437,"78":0.00218,"80":0.00437,"88":0.00218,"89":0.00218,"91":0.00218,"99":0.00218,"102":0.00218,"103":0.00437,"105":0.00218,"106":0.00218,"108":0.00437,"109":0.00218,"110":0.00218,"111":0.00437,"113":0.00218,"114":0.00218,"115":0.58068,"116":0.00218,"117":0.00218,"118":0.00218,"119":0.00437,"120":0.00218,"121":0.00655,"122":0.01092,"123":0.0262,"124":0.60251,"125":0.39076,"126":0.00218,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 44 46 53 54 58 59 60 61 62 63 64 65 67 68 69 70 71 73 74 75 76 77 79 81 82 83 84 85 86 87 90 92 93 94 95 96 97 98 100 101 104 107 112 127 128 3.5 3.6"},D:{"11":0.00218,"26":0.00218,"33":0.00218,"34":0.00218,"38":0.00437,"39":0.00218,"40":0.00437,"42":0.00218,"43":0.06331,"44":0.00218,"46":0.00218,"47":0.00873,"48":0.00218,"49":0.02401,"51":0.00218,"53":0.00218,"55":0.00218,"56":0.00218,"58":0.05021,"62":0.00218,"63":0.00437,"66":0.00437,"67":0.00218,"68":0.00873,"69":0.00655,"70":0.00655,"71":0.00437,"72":0.00437,"73":0.00437,"74":0.00437,"75":0.00218,"76":0.00873,"77":0.00437,"78":0.00655,"79":0.05458,"80":0.0131,"81":0.01965,"83":0.00655,"84":0.00873,"85":0.01528,"86":0.02183,"87":0.03929,"88":0.00437,"89":0.00437,"90":0.00437,"91":0.0131,"92":0.00437,"93":0.00437,"94":0.00655,"95":0.00437,"96":0.00655,"97":0.00655,"98":0.02838,"99":0.01965,"100":0.00655,"101":0.00655,"102":0.03493,"103":0.02401,"104":0.01092,"105":0.0131,"106":0.01965,"107":0.0262,"108":0.04584,"109":3.01691,"110":0.01092,"111":0.01528,"112":0.02401,"113":0.00655,"114":0.0131,"115":0.00873,"116":0.04584,"117":0.0262,"118":0.01092,"119":0.03711,"120":0.11352,"121":0.17901,"122":0.5392,"123":7.60339,"124":3.72856,"125":0.04148,"126":0.00218,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 27 28 29 30 31 32 35 36 37 41 45 50 52 54 57 59 60 61 64 65 127"},F:{"28":0.00437,"46":0.00218,"64":0.00437,"68":0.00218,"70":0.00218,"72":0.00437,"73":0.01092,"74":0.00218,"76":0.00218,"79":0.01528,"81":0.00218,"82":0.02183,"83":0.00873,"84":0.00437,"86":0.00218,"87":0.00218,"89":0.00218,"90":0.00218,"92":0.00218,"93":0.00218,"94":0.00437,"95":0.02183,"96":0.00218,"97":0.00218,"98":0.00437,"99":0.00437,"100":0.00437,"101":0.00655,"102":0.0131,"103":0.00218,"104":0.00437,"105":0.01746,"106":0.01746,"107":0.07204,"108":0.01528,"109":0.00655,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 65 66 67 69 71 75 77 78 80 85 88 91 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00218,"16":0.00218,"18":0.00655,"84":0.00218,"87":0.00218,"89":0.00218,"90":0.00218,"92":0.01746,"100":0.00218,"106":0.00218,"107":0.00655,"108":0.00218,"109":0.04584,"110":0.00218,"111":0.00218,"112":0.00218,"113":0.00218,"114":0.00437,"115":0.00218,"116":0.00218,"117":0.00218,"118":0.00437,"119":0.00873,"120":0.01528,"121":0.0262,"122":0.08077,"123":1.25304,"124":0.71602,_:"13 14 15 17 79 80 81 83 85 86 88 91 93 94 95 96 97 98 99 101 102 103 104 105"},E:{"9":0.00218,"14":0.00873,"15":0.00218,_:"0 4 5 6 7 8 10 11 12 13 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 17.5","5.1":0.0131,"13.1":0.00437,"14.1":0.0131,"15.1":0.00218,"15.2-15.3":0.00437,"15.4":0.00218,"15.5":0.00437,"15.6":0.03275,"16.0":0.00873,"16.1":0.00655,"16.2":0.00873,"16.3":0.00655,"16.4":0.00655,"16.5":0.01092,"16.6":0.03056,"17.0":0.00655,"17.1":0.01746,"17.2":0.01746,"17.3":0.04148,"17.4":0.11788},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00146,"5.0-5.1":0.00146,"6.0-6.1":0.00365,"7.0-7.1":0.00585,"8.1-8.4":0.00146,"9.0-9.2":0.00365,"9.3":0.01827,"10.0-10.2":0.00365,"10.3":0.02924,"11.0-11.2":0.02485,"11.3-11.4":0.00731,"12.0-12.1":0.00512,"12.2-12.5":0.11915,"13.0-13.1":0.00219,"13.2":0.02412,"13.3":0.00585,"13.4-13.7":0.02266,"14.0-14.4":0.04459,"14.5-14.8":0.06798,"15.0-15.1":0.03143,"15.2-15.3":0.03582,"15.4":0.04094,"15.5":0.0519,"15.6-15.8":0.45321,"16.0":0.10599,"16.1":0.22076,"16.2":0.10599,"16.3":0.18713,"16.4":0.03874,"16.5":0.08114,"16.6-16.7":0.64107,"17.0":0.07675,"17.1":0.14181,"17.2":0.18859,"17.3":1.37571,"17.4":3.10522,"17.5":0.02851},P:{"4":0.28119,"20":0.03124,"21":0.05207,"22":0.08332,"23":0.22912,"24":1.71841,_:"5.0-5.4 8.2 9.2 10.1","6.2-6.4":0.02083,"7.2-7.4":0.08332,"11.1-11.2":0.03124,"12.0":0.01041,"13.0":0.03124,"14.0":0.02083,"15.0":0.01041,"16.0":0.04166,"17.0":0.05207,"18.0":0.03124,"19.0":0.04166},I:{"0":0.11679,"3":0,"4":0.00001,"2.1":0,"2.2":0,"2.3":0,"4.1":0.00002,"4.2-4.3":0.00007,"4.4":0,"4.4.3-4.4.4":0.00029},A:{"8":0.00682,"9":0.00227,"10":0.00227,"11":0.09997,_:"6 7 5.5"},K:{"0":0.54726,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.00782,_:"3.0-3.1"},Q:{_:"14.9"},O:{"0":0.6098},H:{"0":0},L:{"0":66.6674},R:{_:"0"},M:{"0":0.20327}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"44":0.01315,"64":0.01315,"65":0.00789,"112":0.00263,"115":0.07627,"122":0.00263,"123":0.01052,"124":1.27292,"125":0.56282,"126":0.00263,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 113 114 116 117 118 119 120 121 127 128 3.5 3.6"},D:{"11":0.00789,"18":0.01315,"43":0.00263,"49":0.02104,"57":0.02104,"64":0.00526,"65":0.00526,"69":0.00789,"71":0.00789,"72":0.00263,"74":0.01841,"75":0.00263,"78":0.00263,"80":0.00789,"85":0.00263,"86":0.00263,"87":0.0263,"92":0.01315,"93":0.00526,"94":0.00789,"98":0.04997,"102":0.01052,"103":0.01052,"105":0.00263,"106":0.89946,"107":0.00263,"108":0.01052,"109":3.4453,"112":0.04471,"114":0.00526,"115":0.00263,"116":0.02367,"117":0.00263,"118":0.03419,"119":0.00526,"120":0.4997,"121":0.06575,"122":0.18936,"123":4.84972,"124":3.156,"125":0.08679,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 44 45 46 47 48 50 51 52 53 54 55 56 58 59 60 61 62 63 66 67 68 70 73 76 77 79 81 83 84 88 89 90 91 95 96 97 99 100 101 104 110 111 113 126 127"},F:{"33":0.00526,"42":0.01052,"57":0.00263,"63":0.01315,"64":0.00263,"67":0.00263,"70":0.00263,"77":0.00263,"79":0.03419,"82":0.00789,"83":0.00263,"95":0.00789,"99":0.00263,"107":0.01052,"108":0.43921,"109":0.83108,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 34 35 36 37 38 39 40 41 43 44 45 46 47 48 49 50 51 52 53 54 55 56 58 60 62 65 66 68 69 71 72 73 74 75 76 78 80 81 84 85 86 87 88 89 90 91 92 93 94 96 97 98 100 101 102 103 104 105 106 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.06049,"14":0.00263,"15":0.0263,"17":0.02104,"18":0.01315,"84":0.00789,"90":0.00526,"92":0.04208,"97":0.00789,"100":0.03419,"104":0.0526,"106":0.00263,"109":0.00526,"113":0.00526,"115":0.01052,"116":0.00263,"119":0.00263,"120":0.01052,"121":0.05523,"122":0.26826,"123":3.16126,"124":0.87579,_:"13 16 79 80 81 83 85 86 87 88 89 91 93 94 95 96 98 99 101 102 103 105 107 108 110 111 112 114 117 118"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 15.6 16.0 16.1 16.2 16.3 16.4 16.5 16.6 17.0 17.1 17.2 17.3 17.4 17.5"},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00006,"5.0-5.1":0.00006,"6.0-6.1":0.00016,"7.0-7.1":0.00026,"8.1-8.4":0.00006,"9.0-9.2":0.00016,"9.3":0.00081,"10.0-10.2":0.00016,"10.3":0.0013,"11.0-11.2":0.0011,"11.3-11.4":0.00032,"12.0-12.1":0.00023,"12.2-12.5":0.00529,"13.0-13.1":0.0001,"13.2":0.00107,"13.3":0.00026,"13.4-13.7":0.00101,"14.0-14.4":0.00198,"14.5-14.8":0.00302,"15.0-15.1":0.00139,"15.2-15.3":0.00159,"15.4":0.00182,"15.5":0.0023,"15.6-15.8":0.02011,"16.0":0.0047,"16.1":0.00979,"16.2":0.0047,"16.3":0.0083,"16.4":0.00172,"16.5":0.0036,"16.6-16.7":0.02844,"17.0":0.0034,"17.1":0.00629,"17.2":0.00837,"17.3":0.06103,"17.4":0.13775,"17.5":0.00126},P:{"4":0.10935,"21":0.00994,"22":0.06959,"23":0.05965,"24":0.03976,_:"20 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0 17.0","7.2-7.4":0.02982,"13.0":0.00994,"16.0":0.05965,"18.0":0.00994,"19.0":0.02982},I:{"0":0.09542,"3":0,"4":0.00001,"2.1":0,"2.2":0,"2.3":0,"4.1":0.00002,"4.2-4.3":0.00006,"4.4":0,"4.4.3-4.4.4":0.00024},A:{"11":0.00263,_:"6 7 8 9 10 5.5"},K:{"0":1.57903,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.04422,_:"3.0-3.1"},Q:{_:"14.9"},O:{"0":0.41272},H:{"0":3.72},L:{"0":70.46152},R:{_:"0"},M:{"0":0.02211}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"4":0.00317,"48":0.00317,"52":0.02534,"56":0.00317,"59":0.00317,"67":0.00317,"68":0.00317,"78":0.02218,"81":0.00317,"83":0.00317,"88":0.0095,"91":0.00317,"95":0.00634,"99":0.00317,"100":0.0095,"101":0.00317,"102":0.0095,"103":0.00317,"105":0.00317,"106":0.00317,"107":0.00634,"108":0.00317,"109":0.04118,"110":0.00317,"111":0.00317,"112":0.00317,"113":0.0095,"114":0.00317,"115":0.28829,"116":0.00317,"117":0.00317,"118":0.01584,"119":0.00634,"120":0.01267,"121":0.01267,"122":0.01584,"123":0.04435,"124":1.05178,"125":0.60826,"126":0.00317,_:"2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 53 54 55 57 58 60 61 62 63 64 65 66 69 70 71 72 73 74 75 76 77 79 80 82 84 85 86 87 89 90 92 93 94 96 97 98 104 127 128 3.5 3.6"},D:{"38":0.00317,"46":0.00634,"49":0.02851,"63":0.00317,"65":0.00317,"66":0.01267,"67":0.00317,"68":0.00317,"70":0.00317,"73":0.00634,"75":0.01267,"76":0.00317,"77":0.00317,"78":0.00317,"79":0.03485,"80":0.00634,"81":0.00634,"83":0.00634,"84":0.0095,"85":0.00634,"86":0.00634,"87":0.04118,"88":0.0095,"89":0.00317,"90":0.00634,"91":0.0095,"92":0.00317,"93":0.02534,"94":0.01267,"95":0.00634,"96":0.00317,"97":0.00634,"98":0.00634,"99":0.01267,"100":0.0095,"101":0.00317,"102":0.0095,"103":0.0792,"104":0.0095,"105":0.01267,"106":0.01584,"107":0.04435,"108":0.0697,"109":1.08029,"110":0.01267,"111":0.01584,"112":0.03168,"113":0.01267,"114":0.03168,"115":0.12355,"116":0.13939,"117":0.02851,"118":0.02218,"119":0.06336,"120":0.13622,"121":0.19642,"122":0.99475,"123":12.01939,"124":5.38243,"125":0.01901,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 43 44 45 47 48 50 51 52 53 54 55 56 57 58 59 60 61 62 64 69 71 72 74 126 127"},F:{"46":0.00634,"69":0.00317,"95":0.02218,"102":0.00317,"106":0.00317,"107":0.792,"108":0.37699,"109":0.11722,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 103 104 105 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"17":0.00317,"84":0.00634,"90":0.00317,"92":0.00317,"97":0.00317,"101":0.00317,"106":0.00317,"107":0.00317,"108":0.00317,"109":0.04435,"110":0.00634,"111":0.00317,"112":0.00317,"113":0.00317,"114":0.00634,"115":0.00317,"116":0.00634,"117":0.00317,"118":0.00317,"119":0.01267,"120":0.02218,"121":0.02218,"122":0.1679,"123":1.86912,"124":0.97574,_:"12 13 14 15 16 18 79 80 81 83 85 86 87 88 89 91 93 94 95 96 98 99 100 102 103 104 105"},E:{"11":0.0095,"13":0.00634,"14":0.02851,"15":0.00634,_:"0 4 5 6 7 8 9 10 12 3.1 3.2 5.1 6.1 7.1 9.1 10.1","11.1":0.00317,"12.1":0.0095,"13.1":0.05386,"14.1":0.0697,"15.1":0.17107,"15.2-15.3":0.0095,"15.4":0.01901,"15.5":0.02534,"15.6":0.19958,"16.0":0.02534,"16.1":0.03485,"16.2":0.03802,"16.3":0.0792,"16.4":0.02534,"16.5":0.04752,"16.6":0.23126,"17.0":0.03485,"17.1":0.0697,"17.2":0.10771,"17.3":0.27878,"17.4":0.77616,"17.5":0.00317},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00239,"5.0-5.1":0.00239,"6.0-6.1":0.00597,"7.0-7.1":0.00955,"8.1-8.4":0.00239,"9.0-9.2":0.00597,"9.3":0.02986,"10.0-10.2":0.00597,"10.3":0.04777,"11.0-11.2":0.0406,"11.3-11.4":0.01194,"12.0-12.1":0.00836,"12.2-12.5":0.19466,"13.0-13.1":0.00358,"13.2":0.03941,"13.3":0.00955,"13.4-13.7":0.03702,"14.0-14.4":0.07285,"14.5-14.8":0.11106,"15.0-15.1":0.05135,"15.2-15.3":0.05852,"15.4":0.06688,"15.5":0.08479,"15.6-15.8":0.74042,"16.0":0.17316,"16.1":0.36066,"16.2":0.17316,"16.3":0.30572,"16.4":0.06329,"16.5":0.13256,"16.6-16.7":1.04734,"17.0":0.12539,"17.1":0.23168,"17.2":0.30811,"17.3":2.24755,"17.4":5.0731,"17.5":0.04658},P:{"4":0.04193,"20":0.03145,"21":0.0629,"22":0.0629,"23":0.30401,"24":2.40065,_:"5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 12.0 15.0","11.1-11.2":0.01048,"13.0":0.01048,"14.0":0.01048,"16.0":0.01048,"17.0":0.01048,"18.0":0.01048,"19.0":0.03145},I:{"0":0.03402,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0.00001,"4.2-4.3":0.00002,"4.4":0,"4.4.3-4.4.4":0.00009},A:{"8":0.0033,"11":0.0759,_:"6 7 9 10 5.5"},K:{"0":0.32794,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},Q:{_:"14.9"},O:{"0":0.0205},H:{"0":0},L:{"0":53.49277},R:{_:"0"},M:{"0":0.38942}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"34":0.00297,"44":0.00297,"47":0.00593,"52":0.0089,"60":0.00297,"67":0.00297,"68":0.02077,"72":0.00297,"77":0.16615,"82":0.00593,"84":0.0089,"88":0.00297,"89":0.04451,"95":0.31747,"97":0.00593,"103":0.01187,"106":0.00297,"108":0.07121,"110":0.04747,"112":0.00593,"113":0.00297,"114":0.00297,"115":0.45098,"116":0.00593,"119":0.00297,"120":0.00593,"121":0.00593,"122":0.0089,"123":0.04451,"124":1.22537,"125":0.78626,"126":0.0267,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 43 45 46 48 49 50 51 53 54 55 56 57 58 59 61 62 63 64 65 66 69 70 71 73 74 75 76 78 79 80 81 83 85 86 87 90 91 92 93 94 96 98 99 100 101 102 104 105 107 109 111 117 118 127 128 3.5 3.6"},D:{"11":0.00593,"32":0.00297,"33":0.00297,"38":0.00593,"40":0.00297,"42":0.00297,"43":0.01187,"50":0.00593,"53":0.00297,"56":0.00297,"57":0.00593,"58":0.00297,"63":0.00297,"64":0.00297,"65":0.01187,"67":0.00297,"68":0.01187,"69":0.00593,"70":0.0089,"71":0.00297,"72":0.00593,"73":0.01187,"74":0.00297,"75":0.01484,"76":0.01187,"77":0.00593,"78":0.00593,"79":0.20176,"80":0.01187,"81":0.0178,"83":0.01484,"84":0.00297,"85":0.0089,"86":0.04154,"87":0.04747,"88":0.01484,"89":0.00593,"90":0.00593,"91":0.00593,"92":0.03857,"93":0.09494,"94":0.01484,"95":0.0267,"96":0.00593,"97":0.00297,"98":0.19879,"99":0.0089,"100":0.00297,"102":0.02077,"103":0.06824,"104":0.01187,"105":0.00593,"106":0.0178,"107":0.01484,"108":0.02077,"109":2.40327,"110":0.00593,"111":0.02374,"112":0.00297,"113":0.00593,"114":0.02077,"115":0.01187,"116":0.02077,"117":0.01484,"118":0.01187,"119":0.06231,"120":0.18692,"121":0.14538,"122":0.43022,"123":9.09089,"124":4.37929,"125":0.08604,"126":0.00593,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 34 35 36 37 39 41 44 45 46 47 48 49 51 52 54 55 59 60 61 62 66 101 127"},F:{"40":0.00297,"46":0.01187,"79":0.0178,"80":0.00297,"82":0.00297,"86":0.02077,"89":0.00297,"95":0.08901,"106":0.00297,"107":0.07121,"108":0.54296,"109":0.21066,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 81 83 84 85 87 88 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.01484,"13":0.00297,"14":0.01484,"15":0.01484,"16":0.0089,"17":0.00297,"18":0.06527,"84":0.00297,"89":0.00297,"90":0.00297,"92":0.0356,"100":0.00297,"108":0.00297,"109":0.03264,"111":0.00297,"112":0.00297,"113":0.00297,"114":0.0267,"115":0.00297,"116":0.00297,"117":0.00593,"118":0.00297,"119":0.01484,"120":0.03857,"121":0.04747,"122":0.20176,"123":2.09767,"124":0.89307,_:"79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 110"},E:{"7":0.00297,"13":0.01187,"14":0.00593,_:"0 4 5 6 8 9 10 11 12 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 15.1 15.4 15.5 16.0 16.1 16.2 16.3 16.4 17.5","11.1":0.00297,"12.1":0.00297,"13.1":0.00297,"14.1":0.01484,"15.2-15.3":0.00297,"15.6":0.03264,"16.5":0.00297,"16.6":0.00297,"17.0":0.00297,"17.1":0.00297,"17.2":0.00297,"17.3":0.00593,"17.4":0.01484},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00039,"5.0-5.1":0.00039,"6.0-6.1":0.00098,"7.0-7.1":0.00156,"8.1-8.4":0.00039,"9.0-9.2":0.00098,"9.3":0.00489,"10.0-10.2":0.00098,"10.3":0.00782,"11.0-11.2":0.00665,"11.3-11.4":0.00196,"12.0-12.1":0.00137,"12.2-12.5":0.03187,"13.0-13.1":0.00059,"13.2":0.00645,"13.3":0.00156,"13.4-13.7":0.00606,"14.0-14.4":0.01193,"14.5-14.8":0.01818,"15.0-15.1":0.00841,"15.2-15.3":0.00958,"15.4":0.01095,"15.5":0.01388,"15.6-15.8":0.12122,"16.0":0.02835,"16.1":0.05905,"16.2":0.02835,"16.3":0.05005,"16.4":0.01036,"16.5":0.0217,"16.6-16.7":0.17147,"17.0":0.02053,"17.1":0.03793,"17.2":0.05044,"17.3":0.36796,"17.4":0.83056,"17.5":0.00763},P:{"4":0.30676,"20":0.02045,"21":0.0409,"22":0.0818,"23":0.19428,"24":0.37834,"5.0-5.4":0.03068,"6.2-6.4":0.01023,"7.2-7.4":0.17383,_:"8.2 10.1 12.0 14.0 15.0","9.2":0.01023,"11.1-11.2":0.01023,"13.0":0.01023,"16.0":0.03068,"17.0":0.03068,"18.0":0.05113,"19.0":0.05113},I:{"0":0.10506,"3":0,"4":0.00001,"2.1":0,"2.2":0,"2.3":0,"4.1":0.00002,"4.2-4.3":0.00006,"4.4":0,"4.4.3-4.4.4":0.00026},A:{"11":0.01484,_:"6 7 8 9 10 5.5"},K:{"0":2.6242,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.05626,_:"3.0-3.1"},Q:{"14.9":0.00703},O:{"0":0.17583},H:{"0":1.68},L:{"0":64.88981},R:{_:"0"},M:{"0":0.0633}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"50":0.76758,"52":0.8234,"53":1.06066,"56":0.56522,"59":0.02093,"60":0.00698,"72":0.00698,"78":0.00698,"83":0.00698,"91":0.00698,"95":0.00698,"102":0.03489,"103":0.02791,"104":0.03489,"105":0.00698,"106":0.00698,"108":0.01396,"109":0.01396,"110":0.00698,"111":0.00698,"112":0.00698,"113":0.01396,"114":0.01396,"115":0.36286,"116":0.03489,"117":0.70478,"118":0.50242,"119":0.03489,"120":0.00698,"121":0.01396,"122":0.02093,"123":0.05582,"124":1.6189,"125":0.87225,"126":0.00698,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 51 54 55 57 58 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 79 80 81 82 84 85 86 87 88 89 90 92 93 94 96 97 98 99 100 101 107 127 128 3.5 3.6"},D:{"38":0.01396,"41":0.00698,"42":0.01396,"53":0.00698,"56":0.00698,"61":0.01396,"66":0.11863,"69":0.00698,"71":0.02093,"73":0.00698,"74":0.00698,"75":0.01396,"76":0.00698,"77":0.00698,"78":0.01396,"79":0.01396,"80":0.00698,"81":0.00698,"83":0.03489,"85":0.00698,"86":1.69565,"87":0.18143,"88":0.00698,"89":0.02093,"90":0.00698,"91":0.62802,"92":0.00698,"93":0.15352,"94":0.01396,"95":0.00698,"96":0.03489,"97":0.00698,"98":0.00698,"99":0.23725,"100":1.70961,"101":3.41922,"102":1.70263,"103":1.77939,"104":1.73054,"105":0.15352,"106":0.04187,"107":0.1256,"108":0.07676,"109":1.15137,"110":0.11165,"111":0.16049,"112":0.09769,"113":0.13258,"114":0.8234,"115":0.36286,"116":5.1079,"117":7.57113,"118":0.13956,"119":0.20934,"120":1.08159,"121":0.89318,"122":2.21203,"123":13.09771,"124":5.06603,"125":0.01396,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 43 44 45 46 47 48 49 50 51 52 54 55 57 58 59 60 62 63 64 65 67 68 70 72 84 126 127"},F:{"46":0.00698,"57":0.00698,"68":0.00698,"94":0.00698,"95":0.02093,"106":0.00698,"107":0.72571,"108":0.30005,"109":0.09769,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 58 60 62 63 64 65 66 67 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 96 97 98 99 100 101 102 103 104 105 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"17":0.01396,"84":0.00698,"92":0.00698,"100":0.00698,"103":0.00698,"104":0.00698,"105":0.00698,"107":0.00698,"108":0.00698,"109":0.03489,"110":0.00698,"111":0.01396,"112":0.00698,"113":0.00698,"114":0.01396,"115":0.02093,"116":0.0628,"117":0.93505,"118":0.02093,"119":0.01396,"120":0.01396,"121":0.02791,"122":0.18841,"123":2.14922,"124":1.03274,_:"12 13 14 15 16 18 79 80 81 83 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 106"},E:{"13":0.00698,"14":0.04187,"15":0.00698,_:"0 4 5 6 7 8 9 10 11 12 3.1 3.2 6.1 7.1 9.1 10.1","5.1":0.00698,"11.1":0.02093,"12.1":0.00698,"13.1":0.04187,"14.1":0.04885,"15.1":0.01396,"15.2-15.3":0.01396,"15.4":0.04885,"15.5":0.03489,"15.6":0.18841,"16.0":0.03489,"16.1":0.08374,"16.2":0.03489,"16.3":0.11863,"16.4":0.10467,"16.5":0.24423,"16.6":0.53731,"17.0":0.13258,"17.1":0.0628,"17.2":0.08374,"17.3":0.23027,"17.4":0.96994,"17.5":0.00698},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00143,"5.0-5.1":0.00143,"6.0-6.1":0.00357,"7.0-7.1":0.00571,"8.1-8.4":0.00143,"9.0-9.2":0.00357,"9.3":0.01785,"10.0-10.2":0.00357,"10.3":0.02856,"11.0-11.2":0.02428,"11.3-11.4":0.00714,"12.0-12.1":0.005,"12.2-12.5":0.1164,"13.0-13.1":0.00214,"13.2":0.02357,"13.3":0.00571,"13.4-13.7":0.02214,"14.0-14.4":0.04356,"14.5-14.8":0.06641,"15.0-15.1":0.03071,"15.2-15.3":0.03499,"15.4":0.03999,"15.5":0.0507,"15.6-15.8":0.44274,"16.0":0.10354,"16.1":0.21566,"16.2":0.10354,"16.3":0.18281,"16.4":0.03785,"16.5":0.07926,"16.6-16.7":0.62626,"17.0":0.07498,"17.1":0.13854,"17.2":0.18424,"17.3":1.34393,"17.4":3.03349,"17.5":0.02785},P:{"4":0.02094,"20":0.0314,"21":0.05234,"22":0.09421,"23":0.28263,"24":1.31896,_:"5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2","7.2-7.4":0.01047,"12.0":0.01047,"13.0":0.02094,"14.0":0.01047,"15.0":0.01047,"16.0":0.0314,"17.0":0.0314,"18.0":0.02094,"19.0":0.0314},I:{"0":0.02408,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00006},A:{"8":0.00698,"9":0.02093,"11":0.09071,_:"6 7 10 5.5"},K:{"0":0.55907,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},Q:{"14.9":0.00302},O:{"0":0.07857},H:{"0":0},L:{"0":20.05476},R:{_:"0"},M:{"0":0.60138}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"48":0.00325,"52":0.013,"78":0.0325,"81":0.00325,"87":0.0065,"91":0.00325,"105":0.00325,"112":0.00325,"115":0.2535,"116":0.00325,"119":0.00325,"120":0.00325,"121":0.00325,"122":0.00325,"123":0.02925,"124":1.04,"125":0.44525,"126":0.00325,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 82 83 84 85 86 88 89 90 92 93 94 95 96 97 98 99 100 101 102 103 104 106 107 108 109 110 111 113 114 117 118 127 128 3.5 3.6"},D:{"33":0.00325,"49":0.0065,"50":0.0065,"52":0.00975,"63":0.0065,"65":0.00325,"69":0.013,"70":0.00325,"73":0.0065,"74":0.013,"76":0.0065,"78":0.013,"79":0.01625,"80":0.00325,"81":0.0195,"84":0.00975,"86":0.00975,"87":0.00975,"88":0.15925,"89":0.0065,"91":0.052,"92":0.02275,"93":0.0195,"94":0.013,"95":0.00325,"97":0.00325,"98":0.00325,"99":0.013,"102":0.02275,"103":0.02275,"104":0.00975,"105":0.039,"106":0.0065,"107":0.00975,"108":0.065,"109":0.663,"111":0.04225,"112":0.0065,"113":0.00325,"114":0.013,"115":0.00975,"116":0.11375,"117":0.065,"118":0.02275,"119":0.07475,"120":0.169,"121":0.15275,"122":0.871,"123":10.41625,"124":3.90975,"125":0.01625,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 51 53 54 55 56 57 58 59 60 61 62 64 66 67 68 71 72 75 77 83 85 90 96 100 101 110 126 127"},F:{"106":0.00325,"107":0.1885,"108":0.36725,"109":0.04875,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00325,"13":0.00325,"15":0.0065,"16":0.0065,"17":0.00325,"18":0.026,"84":0.0065,"90":0.00325,"92":0.02925,"99":0.00325,"100":0.00325,"102":0.00325,"103":0.00325,"109":0.0065,"111":0.0065,"112":0.0065,"114":0.0065,"115":0.00975,"116":0.00325,"117":0.00975,"118":0.06175,"119":0.00975,"120":0.04225,"121":0.052,"122":0.2795,"123":4.03,"124":2.0865,_:"14 79 80 81 83 85 86 87 88 89 91 93 94 95 96 97 98 101 104 105 106 107 108 110 113"},E:{"12":0.0065,"14":0.0195,"15":0.00975,_:"0 4 5 6 7 8 9 10 11 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.4","12.1":0.00325,"13.1":0.00975,"14.1":0.078,"15.1":0.00325,"15.2-15.3":0.00325,"15.5":0.04225,"15.6":0.36075,"16.0":0.00975,"16.1":0.02925,"16.2":0.013,"16.3":0.01625,"16.4":0.00975,"16.5":0.039,"16.6":0.273,"17.0":0.00975,"17.1":0.0585,"17.2":0.18525,"17.3":0.43225,"17.4":1.06925,"17.5":0.0065},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00179,"5.0-5.1":0.00179,"6.0-6.1":0.00447,"7.0-7.1":0.00714,"8.1-8.4":0.00179,"9.0-9.2":0.00447,"9.3":0.02233,"10.0-10.2":0.00447,"10.3":0.03572,"11.0-11.2":0.03036,"11.3-11.4":0.00893,"12.0-12.1":0.00625,"12.2-12.5":0.14556,"13.0-13.1":0.00268,"13.2":0.02947,"13.3":0.00714,"13.4-13.7":0.02768,"14.0-14.4":0.05447,"14.5-14.8":0.08305,"15.0-15.1":0.0384,"15.2-15.3":0.04376,"15.4":0.05001,"15.5":0.0634,"15.6-15.8":0.55368,"16.0":0.12949,"16.1":0.26969,"16.2":0.12949,"16.3":0.22861,"16.4":0.04733,"16.5":0.09913,"16.6-16.7":0.78318,"17.0":0.09377,"17.1":0.17325,"17.2":0.2304,"17.3":1.68067,"17.4":3.79357,"17.5":0.03483},P:{"4":0.19772,"20":0.07284,"21":0.22894,"22":0.27056,"23":1.57134,"24":4.42266,_:"5.0-5.4 8.2 10.1","6.2-6.4":0.01041,"7.2-7.4":0.36422,"9.2":0.01041,"11.1-11.2":0.02081,"12.0":0.01041,"13.0":0.02081,"14.0":0.01041,"15.0":0.02081,"16.0":0.03122,"17.0":0.01041,"18.0":0.02081,"19.0":0.18731},I:{"0":0.04033,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0.00001,"4.2-4.3":0.00002,"4.4":0,"4.4.3-4.4.4":0.0001},A:{"11":0.0195,_:"6 7 8 9 10 5.5"},K:{"0":0.82025,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},Q:{"14.9":0.00675},O:{"0":0.513},H:{"0":0.01},L:{"0":52.3385},R:{_:"0"},M:{"0":0.216}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"69":0.0847,"106":0.10395,"108":1.1781,"115":0.6006,"116":0.04235,"117":0.10395,"118":0.88935,"121":0.1232,"122":0.04235,"124":6.06375,"125":0.4158,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 107 109 110 111 112 113 114 119 120 123 126 127 128 3.5 3.6"},D:{"85":0.0847,"103":0.10395,"109":0.539,"119":0.0847,"122":0.2079,"123":6.5604,"124":7.20335,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 104 105 106 107 108 110 111 112 113 114 115 116 117 118 120 121 125 126 127"},F:{"108":0.70455,"109":1.94425,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.01925,"89":0.04235,"91":0.0847,"92":0.1848,"109":0.01925,"110":0.31185,"111":0.01925,"113":0.0847,"114":0.10395,"115":0.0616,"116":0.0616,"117":0.16555,"118":0.31185,"122":0.37345,"123":3.35335,"124":0.847,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 90 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 112 119 120 121"},E:{"13":0.04235,_:"0 4 5 6 7 8 9 10 11 12 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.1 16.5 17.0 17.5","15.6":0.01925,"16.0":0.0616,"16.2":0.0847,"16.3":0.10395,"16.4":0.01925,"16.6":0.25025,"17.1":0.01925,"17.2":0.04235,"17.3":0.35035,"17.4":0.68145},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00203,"5.0-5.1":0.00203,"6.0-6.1":0.00507,"7.0-7.1":0.00811,"8.1-8.4":0.00203,"9.0-9.2":0.00507,"9.3":0.02535,"10.0-10.2":0.00507,"10.3":0.04057,"11.0-11.2":0.03448,"11.3-11.4":0.01014,"12.0-12.1":0.0071,"12.2-12.5":0.1653,"13.0-13.1":0.00304,"13.2":0.03347,"13.3":0.00811,"13.4-13.7":0.03144,"14.0-14.4":0.06186,"14.5-14.8":0.09431,"15.0-15.1":0.04361,"15.2-15.3":0.04969,"15.4":0.05679,"15.5":0.072,"15.6-15.8":0.62876,"16.0":0.14705,"16.1":0.30627,"16.2":0.14705,"16.3":0.25962,"16.4":0.05375,"16.5":0.11257,"16.6-16.7":0.8894,"17.0":0.10648,"17.1":0.19674,"17.2":0.26165,"17.3":1.9086,"17.4":4.30805,"17.5":0.03955},P:{"4":0.02071,"21":0.08284,"22":0.30031,"23":3.18952,"24":15.00524,_:"20 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 15.0 18.0 19.0","14.0":1.5844,"16.0":0.04142,"17.0":0.06213},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},A:{_:"6 7 8 9 10 11 5.5"},K:{"0":1.11315,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},Q:{_:"14.9"},O:{_:"0"},H:{"0":0},L:{"0":33.0015},R:{_:"0"},M:{"0":0.4059}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"56":0.0081,"78":0.01215,"111":0.01215,"115":0.03239,"123":0.06883,"124":0.73692,"125":0.68023,"126":0.0081,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 112 113 114 116 117 118 119 120 121 122 127 128 3.5 3.6"},D:{"60":0.0081,"74":0.03644,"79":0.02429,"93":0.11337,"97":0.02429,"102":0.02025,"103":0.11742,"105":0.04859,"108":0.15791,"109":2.38486,"110":0.0081,"111":0.0081,"112":0.04454,"113":0.05669,"115":0.0081,"116":0.01215,"118":0.01215,"119":0.14981,"120":0.02025,"121":0.10123,"122":0.72882,"123":13.26048,"124":2.39701,"125":0.02025,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 61 62 63 64 65 66 67 68 69 70 71 72 73 75 76 77 78 80 81 83 84 85 86 87 88 89 90 91 92 94 95 96 98 99 100 101 104 106 107 114 117 126 127"},F:{"107":0.02429,"108":0.03239,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 109 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.0081,"104":0.01215,"109":0.03644,"116":0.0081,"117":0.01215,"118":0.02025,"120":0.01215,"121":0.06883,"122":0.63164,"123":5.69694,"124":6.50269,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 105 106 107 108 110 111 112 113 114 115 119"},E:{"14":0.08908,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.2-15.3 15.4 15.5 16.0 16.3 16.4 17.5","13.1":0.0081,"14.1":0.03239,"15.1":0.0081,"15.6":0.02025,"16.1":0.02429,"16.2":0.12552,"16.5":0.03644,"16.6":0.06074,"17.0":0.0081,"17.1":0.0081,"17.2":0.43729,"17.3":2.4213,"17.4":0.33202},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00158,"5.0-5.1":0.00158,"6.0-6.1":0.00395,"7.0-7.1":0.00633,"8.1-8.4":0.00158,"9.0-9.2":0.00395,"9.3":0.01977,"10.0-10.2":0.00395,"10.3":0.03164,"11.0-11.2":0.02689,"11.3-11.4":0.00791,"12.0-12.1":0.00554,"12.2-12.5":0.12891,"13.0-13.1":0.00237,"13.2":0.0261,"13.3":0.00633,"13.4-13.7":0.02452,"14.0-14.4":0.04824,"14.5-14.8":0.07355,"15.0-15.1":0.03401,"15.2-15.3":0.03875,"15.4":0.04429,"15.5":0.05615,"15.6-15.8":0.49035,"16.0":0.11468,"16.1":0.23885,"16.2":0.11468,"16.3":0.20247,"16.4":0.04192,"16.5":0.08779,"16.6-16.7":0.69361,"17.0":0.08304,"17.1":0.15343,"17.2":0.20405,"17.3":1.48845,"17.4":3.35969,"17.5":0.03084},P:{"4":1.12048,"21":0.08703,"22":0.26108,"23":0.1523,"24":0.88115,_:"20 5.0-5.4 6.2-6.4 8.2 9.2 10.1 12.0 14.0 15.0 17.0 19.0","7.2-7.4":0.05439,"11.1-11.2":0.01088,"13.0":0.01088,"16.0":0.05439,"18.0":0.04351},I:{"0":0.01778,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00004},A:{"11":0.0081,_:"6 7 8 9 10 5.5"},K:{"0":0.17258,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},Q:{"14.9":0.00595},O:{"0":0.37491},H:{"0":0},L:{"0":50.59041},R:{_:"0"},M:{"0":0.09522}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"78":0.00404,"84":0.08884,"107":0.00808,"108":0.02019,"115":0.80356,"123":0.00808,"124":0.67838,"125":0.39572,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 109 110 111 112 113 114 116 117 118 119 120 121 122 126 127 128 3.5 3.6"},D:{"49":0.01211,"76":0.01615,"79":0.02423,"87":0.05653,"88":0.00404,"95":0.00808,"101":0.01615,"103":0.01211,"105":0.00404,"107":0.2019,"108":0.01211,"109":0.37957,"110":0.04846,"111":0.08884,"112":0.27862,"114":0.01615,"116":0.09287,"117":0.00404,"118":0.02019,"119":0.06461,"120":0.05249,"121":0.27458,"122":1.87767,"123":7.99928,"124":4.37315,"125":0.00404,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 77 78 80 81 83 84 85 86 89 90 91 92 93 94 96 97 98 99 100 102 104 106 113 115 126 127"},F:{"107":0.34323,"108":0.02827,"109":0.08884,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"109":0.00808,"111":0.00808,"117":0.01615,"119":0.02423,"120":0.00808,"121":0.01211,"122":0.15344,"123":1.7848,"124":0.62993,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 112 113 114 115 116 118"},E:{"13":0.00404,"14":0.14537,"15":0.01211,_:"0 4 5 6 7 8 9 10 11 12 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1","12.1":0.01615,"13.1":0.02827,"14.1":0.13325,"15.1":0.02019,"15.2-15.3":0.06057,"15.4":0.05653,"15.5":0.13729,"15.6":1.79287,"16.0":0.02019,"16.1":0.2867,"16.2":0.46033,"16.3":0.79952,"16.4":0.21401,"16.5":0.26651,"16.6":2.73373,"17.0":0.12518,"17.1":0.48456,"17.2":0.60974,"17.3":3.48076,"17.4":6.8323,"17.5":0.02423},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00978,"5.0-5.1":0.00978,"6.0-6.1":0.02446,"7.0-7.1":0.03914,"8.1-8.4":0.00978,"9.0-9.2":0.02446,"9.3":0.1223,"10.0-10.2":0.02446,"10.3":0.19569,"11.0-11.2":0.16633,"11.3-11.4":0.04892,"12.0-12.1":0.03425,"12.2-12.5":0.79743,"13.0-13.1":0.01468,"13.2":0.16144,"13.3":0.03914,"13.4-13.7":0.15166,"14.0-14.4":0.29842,"14.5-14.8":0.45497,"15.0-15.1":0.21036,"15.2-15.3":0.23972,"15.4":0.27396,"15.5":0.34735,"15.6-15.8":3.03316,"16.0":0.70937,"16.1":1.47744,"16.2":0.70937,"16.3":1.2524,"16.4":0.25929,"16.5":0.54303,"16.6-16.7":4.29045,"17.0":0.51368,"17.1":0.94909,"17.2":1.26219,"17.3":9.20711,"17.4":20.78203,"17.5":0.1908},P:{"20":0.01035,"21":0.01035,"22":0.03106,"23":0.08283,"24":1.68759,_:"4 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0","19.0":0.01035},I:{"0":0.01781,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00004},A:{"8":0.01211,"9":0.00404,"11":0.01615,_:"6 7 10 5.5"},K:{"0":0.02981,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},Q:{_:"14.9"},O:{"0":0.01788},H:{"0":0},L:{"0":8.64306},R:{_:"0"},M:{"0":0.06557}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"4":0.01577,"48":0.00526,"52":0.02629,"54":0.0368,"56":0.00526,"59":0.03154,"68":0.00526,"75":0.01577,"78":0.05257,"83":0.00526,"88":0.00526,"91":0.01577,"93":0.00526,"94":0.01051,"96":0.00526,"102":0.02629,"103":4.6577,"104":0.01051,"105":0.00526,"106":0.01051,"107":0.01051,"108":0.01051,"109":0.01051,"110":0.01051,"111":0.01051,"112":0.00526,"113":0.01577,"114":0.00526,"115":0.6729,"116":0.00526,"117":0.00526,"118":0.00526,"119":0.01051,"120":0.00526,"121":0.02103,"122":0.02629,"123":0.09463,"124":2.23423,"125":1.28271,"126":0.00526,_:"2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 53 55 57 58 60 61 62 63 64 65 66 67 69 70 71 72 73 74 76 77 79 80 81 82 84 85 86 87 89 90 92 95 97 98 99 100 101 127 128 3.5 3.6"},D:{"49":0.06308,"52":0.02103,"65":0.00526,"66":0.13143,"70":0.00526,"71":0.01577,"74":0.00526,"76":0.01051,"77":0.00526,"78":0.00526,"79":0.02629,"80":0.00526,"81":0.01577,"83":0.00526,"84":0.00526,"85":0.02629,"86":0.1472,"87":0.07886,"88":0.01577,"89":0.00526,"90":0.01051,"91":0.00526,"92":0.00526,"93":0.01051,"94":0.21028,"95":0.01577,"96":0.01051,"97":0.00526,"98":0.01051,"99":0.01051,"100":0.14194,"101":0.28388,"102":0.15245,"103":0.28388,"104":0.1472,"105":0.05257,"106":0.04731,"107":0.0736,"108":0.08411,"109":1.51402,"110":0.04731,"111":0.06308,"112":0.06308,"113":0.03154,"114":0.09463,"115":0.16297,"116":0.28388,"117":0.02629,"118":0.05257,"119":0.17874,"120":0.46787,"121":0.32068,"122":1.96086,"123":15.52392,"124":6.84461,"125":0.02629,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 50 51 53 54 55 56 57 58 59 60 61 62 63 64 67 68 69 72 73 75 126 127"},F:{"28":0.00526,"46":0.00526,"79":0.00526,"94":0.00526,"95":0.0368,"102":0.00526,"106":0.0368,"107":0.58353,"108":0.38902,"109":0.12617,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 86 87 88 89 90 91 92 93 96 97 98 99 100 101 103 104 105 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"17":0.01577,"18":0.00526,"92":0.01051,"101":0.00526,"106":0.00526,"107":0.01577,"108":0.01577,"109":0.12091,"110":0.01051,"111":0.01051,"112":0.00526,"113":0.00526,"114":0.06308,"115":0.00526,"116":0.00526,"117":0.01051,"118":0.00526,"119":0.01577,"120":0.04206,"121":0.04731,"122":0.46262,"123":4.43165,"124":2.12909,_:"12 13 14 15 16 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 102 103 104 105"},E:{"13":0.00526,"14":0.04206,"15":0.01051,_:"0 4 5 6 7 8 9 10 11 12 3.1 3.2 5.1 6.1 7.1 10.1","9.1":0.00526,"11.1":0.03154,"12.1":0.11565,"13.1":0.09988,"14.1":0.12091,"15.1":0.02103,"15.2-15.3":0.02103,"15.4":0.02103,"15.5":0.03154,"15.6":0.28914,"16.0":0.0368,"16.1":0.05257,"16.2":0.04206,"16.3":0.09463,"16.4":0.0368,"16.5":0.06834,"16.6":0.34696,"17.0":0.04731,"17.1":0.10514,"17.2":0.15771,"17.3":0.31016,"17.4":0.91998,"17.5":0.00526},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00248,"5.0-5.1":0.00248,"6.0-6.1":0.0062,"7.0-7.1":0.00992,"8.1-8.4":0.00248,"9.0-9.2":0.0062,"9.3":0.031,"10.0-10.2":0.0062,"10.3":0.04959,"11.0-11.2":0.04215,"11.3-11.4":0.0124,"12.0-12.1":0.00868,"12.2-12.5":0.20209,"13.0-13.1":0.00372,"13.2":0.04091,"13.3":0.00992,"13.4-13.7":0.03843,"14.0-14.4":0.07563,"14.5-14.8":0.1153,"15.0-15.1":0.05331,"15.2-15.3":0.06075,"15.4":0.06943,"15.5":0.08803,"15.6-15.8":0.76869,"16.0":0.17977,"16.1":0.37443,"16.2":0.17977,"16.3":0.31739,"16.4":0.06571,"16.5":0.13762,"16.6-16.7":1.08732,"17.0":0.13018,"17.1":0.24053,"17.2":0.31987,"17.3":2.33334,"17.4":5.26676,"17.5":0.04835},P:{"4":0.05321,"20":0.02128,"21":0.05321,"22":0.05321,"23":0.22347,"24":1.79839,_:"5.0-5.4 6.2-6.4 8.2 10.1 12.0","7.2-7.4":0.01064,"9.2":0.01064,"11.1-11.2":0.01064,"13.0":0.02128,"14.0":0.01064,"15.0":0.02128,"16.0":0.02128,"17.0":0.01064,"18.0":0.01064,"19.0":0.02128},I:{"0":0.07558,"3":0,"4":0.00001,"2.1":0,"2.2":0,"2.3":0,"4.1":0.00002,"4.2-4.3":0.00005,"4.4":0,"4.4.3-4.4.4":0.00019},A:{"8":0.01646,"9":0.01646,"11":0.09325,_:"6 7 10 5.5"},K:{"0":0.59288,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.00474,_:"3.0-3.1"},Q:{"14.9":0.00474},O:{"0":0.39841},H:{"0":0},L:{"0":31.35957},R:{_:"0"},M:{"0":0.54545}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"47":0.00253,"52":0.00759,"78":0.00253,"88":0.00253,"91":0.02276,"98":0.00253,"107":0.01265,"112":0.00759,"115":0.20738,"120":0.00253,"122":0.00253,"123":0.01517,"124":1.31508,"125":0.63478,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 89 90 92 93 94 95 96 97 99 100 101 102 103 104 105 106 108 109 110 111 113 114 116 117 118 119 121 126 127 128 3.5 3.6"},D:{"11":0.00253,"38":0.00253,"49":0.00506,"50":0.00253,"56":0.01265,"58":0.00253,"65":0.00253,"66":0.03288,"69":0.01517,"70":0.00253,"73":0.02023,"74":0.00506,"75":0.01012,"79":0.06828,"81":0.08093,"83":0.0961,"84":0.0607,"86":0.02276,"87":0.05564,"88":0.02529,"89":0.03794,"90":0.01517,"92":0.00253,"93":0.00253,"95":0.02529,"96":0.01265,"98":0.01265,"102":0.00506,"103":0.04552,"107":0.00759,"108":0.00253,"109":1.63626,"110":0.0607,"114":0.03035,"116":0.02023,"117":0.00253,"118":0.00506,"119":0.18462,"120":0.05058,"121":0.04552,"122":0.29589,"123":7.0989,"124":2.91341,"125":0.0177,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 43 44 45 46 47 48 51 52 53 54 55 57 59 60 61 62 63 64 67 68 71 72 76 77 78 80 85 91 94 97 99 100 101 104 105 106 111 112 113 115 126 127"},F:{"17":0.00253,"28":0.01517,"42":0.00506,"95":0.14668,"102":0.00253,"107":0.16439,"108":0.51592,"109":0.27566,_:"9 11 12 15 16 18 19 20 21 22 23 24 25 26 27 29 30 31 32 33 34 35 36 37 38 39 40 41 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 103 104 105 106 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00253,"13":0.00253,"17":0.00253,"18":0.00506,"84":0.00253,"90":0.00253,"92":0.01012,"100":0.00253,"109":0.02276,"119":0.00759,"120":0.00506,"121":0.0177,"122":0.07081,"123":2.71615,"124":1.30244,_:"14 15 16 79 80 81 83 85 86 87 88 89 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118"},E:{"11":0.00253,"13":0.00253,_:"0 4 5 6 7 8 9 10 12 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 16.0 17.0 17.5","13.1":0.10116,"14.1":0.24278,"15.4":0.00506,"15.5":0.00506,"15.6":0.04299,"16.1":0.00253,"16.2":0.00506,"16.3":0.07334,"16.4":0.00253,"16.5":0.00253,"16.6":0.04046,"17.1":0.02023,"17.2":0.01517,"17.3":0.0177,"17.4":0.04046},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00248,"5.0-5.1":0.00248,"6.0-6.1":0.00619,"7.0-7.1":0.00991,"8.1-8.4":0.00248,"9.0-9.2":0.00619,"9.3":0.03097,"10.0-10.2":0.00619,"10.3":0.04955,"11.0-11.2":0.04212,"11.3-11.4":0.01239,"12.0-12.1":0.00867,"12.2-12.5":0.20191,"13.0-13.1":0.00372,"13.2":0.04088,"13.3":0.00991,"13.4-13.7":0.0384,"14.0-14.4":0.07556,"14.5-14.8":0.1152,"15.0-15.1":0.05326,"15.2-15.3":0.0607,"15.4":0.06937,"15.5":0.08795,"15.6-15.8":0.76799,"16.0":0.17961,"16.1":0.37408,"16.2":0.17961,"16.3":0.31711,"16.4":0.06565,"16.5":0.13749,"16.6-16.7":1.08633,"17.0":0.13006,"17.1":0.24031,"17.2":0.31958,"17.3":2.33122,"17.4":5.26196,"17.5":0.04831},P:{"4":0.12159,"20":0.0608,"21":0.0304,"22":0.10133,"23":0.32425,"24":0.96261,"5.0-5.4":0.02027,"6.2-6.4":0.05066,"7.2-7.4":0.34451,_:"8.2 9.2 10.1 12.0 15.0 18.0","11.1-11.2":0.05066,"13.0":0.01013,"14.0":0.01013,"16.0":0.31411,"17.0":0.01013,"19.0":0.04053},I:{"0":0.01488,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00004},A:{"11":0.00759,_:"6 7 8 9 10 5.5"},K:{"0":1.66063,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.03736,_:"3.0-3.1"},Q:{_:"14.9"},O:{"0":0.0523},H:{"0":0.11},L:{"0":61.02145},R:{_:"0"},M:{"0":0.08965}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"48":0.00482,"50":0.00482,"52":0.01928,"53":0.00482,"56":0.00482,"59":0.02411,"78":0.02893,"83":0.00482,"88":0.00964,"91":0.00482,"93":0.00482,"94":0.00482,"102":0.00482,"103":0.00482,"104":0.00482,"113":0.00482,"115":0.14945,"116":0.00482,"117":0.00482,"118":0.00482,"119":0.00482,"120":0.00482,"121":0.00964,"122":0.00964,"123":0.08678,"124":1.19561,"125":0.42425,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 51 54 55 57 58 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 84 85 86 87 89 90 92 95 96 97 98 99 100 101 105 106 107 108 109 110 111 112 114 126 127 128 3.5 3.6"},D:{"37":0.00482,"38":0.00482,"49":0.01446,"52":0.00482,"65":0.00482,"66":0.0916,"68":0.00482,"70":0.00482,"72":0.00482,"74":0.00964,"75":0.00482,"76":0.01446,"77":0.00482,"78":0.00482,"79":0.01928,"80":0.00482,"81":0.02411,"83":0.03857,"84":0.00964,"85":0.00964,"86":0.06267,"87":0.02893,"88":0.01446,"89":0.00482,"90":0.00482,"91":0.01446,"92":0.00482,"93":0.03857,"94":0.02411,"95":0.00964,"96":0.04339,"97":0.00482,"98":0.00482,"99":0.00964,"100":0.05785,"101":0.11088,"102":0.07232,"103":0.40979,"104":0.06749,"105":0.02411,"106":0.00964,"107":0.01928,"108":0.01446,"109":0.77618,"110":0.01928,"111":0.01928,"112":0.01928,"113":0.01928,"114":0.06749,"115":0.1157,"116":0.28926,"117":0.04339,"118":0.05785,"119":0.1157,"120":0.26998,"121":0.49656,"122":2.79136,"123":16.38176,"124":5.98286,"125":0.02893,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 39 40 41 42 43 44 45 46 47 48 50 51 53 54 55 56 57 58 59 60 61 62 63 64 67 69 71 73 126 127"},F:{"46":0.00964,"95":0.01928,"102":0.00482,"106":0.00964,"107":0.62191,"108":0.2073,"109":0.0916,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 103 104 105 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"17":0.00964,"85":0.00482,"92":0.00482,"95":0.00482,"107":0.00482,"108":0.00482,"109":0.07232,"110":0.00482,"112":0.00482,"113":0.01446,"114":0.00964,"115":0.00482,"116":0.00482,"117":0.00482,"118":0.00482,"119":0.01928,"120":0.03857,"121":0.06749,"122":0.67494,"123":5.92501,"124":2.5262,_:"12 13 14 15 16 18 79 80 81 83 84 86 87 88 89 90 91 93 94 96 97 98 99 100 101 102 103 104 105 106 111"},E:{"13":0.00482,"14":0.04821,"15":0.00964,_:"0 4 5 6 7 8 9 10 11 12 3.1 3.2 5.1 6.1 7.1 10.1","9.1":0.01446,"11.1":0.01928,"12.1":0.01446,"13.1":0.08678,"14.1":0.14945,"15.1":0.01928,"15.2-15.3":0.01446,"15.4":0.02893,"15.5":0.05303,"15.6":0.50138,"16.0":0.05303,"16.1":0.07714,"16.2":0.08196,"16.3":0.18802,"16.4":0.04821,"16.5":0.08678,"16.6":0.72315,"17.0":0.08196,"17.1":0.13017,"17.2":0.18802,"17.3":0.86296,"17.4":2.40568,"17.5":0.01446},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00447,"5.0-5.1":0.00447,"6.0-6.1":0.01116,"7.0-7.1":0.01786,"8.1-8.4":0.00447,"9.0-9.2":0.01116,"9.3":0.05582,"10.0-10.2":0.01116,"10.3":0.08931,"11.0-11.2":0.07591,"11.3-11.4":0.02233,"12.0-12.1":0.01563,"12.2-12.5":0.36392,"13.0-13.1":0.0067,"13.2":0.07368,"13.3":0.01786,"13.4-13.7":0.06921,"14.0-14.4":0.13619,"14.5-14.8":0.20764,"15.0-15.1":0.096,"15.2-15.3":0.1094,"15.4":0.12503,"15.5":0.15852,"15.6-15.8":1.38425,"16.0":0.32374,"16.1":0.67427,"16.2":0.32374,"16.3":0.57156,"16.4":0.11833,"16.5":0.24783,"16.6-16.7":1.95805,"17.0":0.23443,"17.1":0.43314,"17.2":0.57603,"17.3":4.20188,"17.4":9.48437,"17.5":0.08707},P:{"4":0.03333,"20":0.02222,"21":0.06667,"22":0.05556,"23":0.18889,"24":3.03331,_:"5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0","13.0":0.01111,"16.0":0.01111,"17.0":0.01111,"18.0":0.01111,"19.0":0.02222},I:{"0":0.03095,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0.00001,"4.2-4.3":0.00002,"4.4":0,"4.4.3-4.4.4":0.00008},A:{"8":0.00522,"11":0.05745,_:"6 7 9 10 5.5"},K:{"0":0.24859,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},Q:{"14.9":0.00518},O:{"0":0.08286},H:{"0":0},L:{"0":24.76891},R:{_:"0"},M:{"0":0.51272}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"52":0.02863,"68":0.01227,"78":0.00409,"102":0.00409,"103":0.08998,"115":0.22086,"120":0.00818,"121":0.0409,"122":0.00409,"123":0.01636,"124":0.79755,"125":0.29448,"126":0.00409,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 127 128 3.5 3.6"},D:{"36":0.00818,"63":0.00409,"76":0.00409,"79":0.0409,"81":0.00409,"85":0.00818,"87":0.02454,"91":0.01636,"92":0.01227,"93":0.00818,"94":0.00818,"95":0.01227,"97":0.00409,"99":0.00818,"100":0.03272,"102":0.00409,"103":0.07362,"104":0.03681,"105":0.00409,"106":0.00409,"108":0.01227,"109":1.68917,"110":0.01227,"114":0.01227,"115":0.02454,"116":0.06953,"117":0.00409,"118":0.01227,"119":0.02454,"120":0.09407,"121":0.76892,"122":1.09612,"123":15.84057,"124":6.59308,"125":0.04908,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 64 65 66 67 68 69 70 71 72 73 74 75 77 78 80 83 84 86 88 89 90 96 98 101 107 111 112 113 126 127"},F:{"107":0.28221,"108":0.29448,"109":0.11043,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6","12.1":0.00818},B:{"90":0.02454,"92":0.00409,"100":0.00818,"108":0.00818,"109":0.05726,"112":0.0409,"114":0.00818,"119":0.00409,"120":0.01227,"121":0.04908,"122":0.27403,"123":3.28018,"124":1.38651,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 110 111 113 115 116 117 118"},E:{"14":0.00409,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 17.5","12.1":0.01227,"13.1":0.03272,"14.1":0.07771,"15.1":0.00409,"15.2-15.3":0.00409,"15.4":0.02045,"15.5":0.00818,"15.6":0.37628,"16.0":0.0818,"16.1":0.11861,"16.2":0.01227,"16.3":0.10225,"16.4":0.02045,"16.5":0.05726,"16.6":0.27812,"17.0":0.30266,"17.1":0.8589,"17.2":0.18814,"17.3":0.34356,"17.4":1.01023},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00379,"5.0-5.1":0.00379,"6.0-6.1":0.00947,"7.0-7.1":0.01515,"8.1-8.4":0.00379,"9.0-9.2":0.00947,"9.3":0.04735,"10.0-10.2":0.00947,"10.3":0.07577,"11.0-11.2":0.0644,"11.3-11.4":0.01894,"12.0-12.1":0.01326,"12.2-12.5":0.30875,"13.0-13.1":0.00568,"13.2":0.06251,"13.3":0.01515,"13.4-13.7":0.05872,"14.0-14.4":0.11554,"14.5-14.8":0.17616,"15.0-15.1":0.08145,"15.2-15.3":0.09281,"15.4":0.10607,"15.5":0.13449,"15.6-15.8":1.17438,"16.0":0.27465,"16.1":0.57203,"16.2":0.27465,"16.3":0.4849,"16.4":0.10039,"16.5":0.21025,"16.6-16.7":1.66117,"17.0":0.19889,"17.1":0.36747,"17.2":0.48869,"17.3":3.5648,"17.4":8.04637,"17.5":0.07387},P:{"4":0.03314,"20":0.01105,"21":0.09941,"22":0.02209,"23":0.1215,"24":2.63996,_:"5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0","7.2-7.4":0.34242,"18.0":0.01105,"19.0":0.03314},I:{"0":0.0412,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0.00001,"4.2-4.3":0.00002,"4.4":0,"4.4.3-4.4.4":0.0001},A:{"11":0.06953,_:"6 7 8 9 10 5.5"},K:{"0":0.27777,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},Q:{_:"14.9"},O:{"0":0.15957},H:{"0":0},L:{"0":38.50668},R:{_:"0"},M:{"0":0.43143}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"34":0.00392,"52":0.03916,"68":0.01175,"78":0.0235,"88":0.01175,"102":0.00392,"103":0.00783,"107":0.00392,"108":0.01566,"110":0.00392,"113":0.00392,"115":0.28195,"118":0.01175,"119":0.01566,"121":0.00392,"122":0.00392,"123":0.0235,"124":0.44251,"125":0.27412,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 89 90 91 92 93 94 95 96 97 98 99 100 101 104 105 106 109 111 112 114 116 117 120 126 127 128 3.5 3.6"},D:{"22":0.00392,"38":0.00392,"39":0.01175,"43":0.00392,"44":0.00392,"45":0.00392,"46":0.00392,"47":0.01566,"49":0.02741,"51":0.00392,"56":0.00783,"61":0.00392,"63":0.01566,"65":0.00392,"66":0.01566,"68":0.00783,"69":0.00392,"70":0.00392,"73":0.0235,"75":0.00783,"76":0.0235,"78":0.01175,"79":0.29762,"80":0.00392,"81":0.00392,"83":0.16056,"84":0.00392,"85":0.00392,"86":0.01175,"87":0.25062,"88":0.06657,"89":0.00392,"90":0.00392,"91":0.00783,"92":0.00783,"93":0.00392,"94":0.05874,"95":0.00783,"96":0.01175,"97":0.00392,"98":0.0744,"99":0.0235,"100":0.00783,"101":0.00783,"102":0.03916,"103":0.05091,"104":0.01175,"105":0.01175,"106":0.03133,"107":0.01958,"108":0.0235,"109":4.2097,"110":0.0235,"111":0.03916,"112":0.01175,"113":0.01958,"114":0.01958,"115":0.01566,"116":0.14881,"117":0.01958,"118":0.01566,"119":0.05482,"120":0.25062,"121":0.19972,"122":0.59523,"123":15.46037,"124":5.81134,"125":0.03133,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 40 41 42 48 50 52 53 54 55 57 58 59 60 62 64 67 71 72 74 77 126 127"},F:{"28":0.0235,"46":0.06657,"66":0.01566,"67":0.00783,"70":0.00392,"79":0.01958,"82":0.00783,"83":0.00392,"84":0.00392,"85":0.01566,"86":0.00783,"87":0.01958,"91":0.00392,"94":0.00783,"95":0.59132,"102":0.00392,"105":0.00392,"106":0.00783,"107":0.91634,"108":1.18655,"109":0.33678,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 68 69 71 72 73 74 75 76 77 78 80 81 88 89 90 92 93 96 97 98 99 100 101 103 104 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00392,"13":0.03133,"14":0.01958,"16":0.00783,"18":0.01958,"92":0.00783,"98":0.00783,"99":0.00392,"100":0.00392,"108":0.00783,"109":0.01958,"110":0.00392,"111":0.00783,"113":0.02741,"114":0.01175,"116":0.03524,"117":0.00783,"118":0.01566,"119":0.03524,"120":0.05482,"121":0.09007,"122":0.16056,"123":1.87576,"124":0.8067,_:"15 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 101 102 103 104 105 106 107 112 115"},E:{"9":0.00783,"14":0.00783,_:"0 4 5 6 7 8 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1","12.1":0.00392,"13.1":0.04699,"14.1":0.04308,"15.1":0.00392,"15.2-15.3":0.00392,"15.4":0.01175,"15.5":0.01175,"15.6":0.10965,"16.0":0.00783,"16.1":0.04699,"16.2":0.01175,"16.3":0.03524,"16.4":0.01566,"16.5":0.03524,"16.6":0.11356,"17.0":0.05091,"17.1":0.05874,"17.2":0.05874,"17.3":0.16447,"17.4":0.41901,"17.5":0.01175},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00236,"5.0-5.1":0.00236,"6.0-6.1":0.00591,"7.0-7.1":0.00946,"8.1-8.4":0.00236,"9.0-9.2":0.00591,"9.3":0.02955,"10.0-10.2":0.00591,"10.3":0.04728,"11.0-11.2":0.04019,"11.3-11.4":0.01182,"12.0-12.1":0.00827,"12.2-12.5":0.19269,"13.0-13.1":0.00355,"13.2":0.03901,"13.3":0.00946,"13.4-13.7":0.03665,"14.0-14.4":0.07211,"14.5-14.8":0.10994,"15.0-15.1":0.05083,"15.2-15.3":0.05792,"15.4":0.0662,"15.5":0.08393,"15.6-15.8":0.73292,"16.0":0.17141,"16.1":0.357,"16.2":0.17141,"16.3":0.30262,"16.4":0.06265,"16.5":0.13122,"16.6-16.7":1.03672,"17.0":0.12412,"17.1":0.22933,"17.2":0.30499,"17.3":2.22475,"17.4":5.02165,"17.5":0.0461},P:{"4":0.64907,"20":0.01064,"21":0.04256,"22":0.09576,"23":0.15961,"24":1.14916,"5.0-5.4":0.0532,"6.2-6.4":0.08512,"7.2-7.4":0.0532,_:"8.2 9.2 10.1 12.0 14.0 15.0 16.0 18.0","11.1-11.2":0.01064,"13.0":0.02128,"17.0":0.03192,"19.0":0.02128},I:{"0":0.14542,"3":0,"4":0.00001,"2.1":0,"2.2":0,"2.3":0,"4.1":0.00003,"4.2-4.3":0.00009,"4.4":0,"4.4.3-4.4.4":0.00037},A:{"8":0.0244,"9":0.00407,"10":0.00407,"11":0.0732,_:"6 7 5.5"},K:{"0":0.33462,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},Q:{_:"14.9"},O:{"0":0.03042},H:{"0":0},L:{"0":46.39068},R:{_:"0"},M:{"0":0.12168}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"52":0.00804,"76":0.00402,"78":0.04018,"87":0.01607,"91":0.02009,"96":0.00804,"101":0.00804,"102":0.03616,"103":0.00804,"105":0.00402,"112":0.02009,"115":0.50225,"116":0.02813,"118":0.00804,"119":0.06027,"121":0.02813,"122":0.03616,"123":0.12858,"124":2.67197,"125":1.18933,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 77 79 80 81 82 83 84 85 86 88 89 90 92 93 94 95 97 98 99 100 104 106 107 108 109 110 111 113 114 117 120 126 127 128 3.5 3.6"},D:{"47":0.00402,"56":0.00804,"57":0.02411,"58":0.00804,"69":0.00804,"74":0.00402,"76":0.04018,"79":0.01205,"83":0.00402,"86":0.15268,"87":0.06429,"88":0.01205,"89":0.02411,"90":0.00402,"93":0.03616,"94":0.28126,"96":0.00402,"97":0.00402,"102":0.00402,"103":0.03214,"105":0.01607,"108":0.02009,"109":0.75137,"110":0.00402,"111":0.01205,"112":0.01205,"113":0.00402,"114":0.13661,"115":0.02009,"116":0.18081,"117":0.00402,"118":0.01607,"119":0.06831,"120":0.07232,"121":0.0884,"122":0.9603,"123":11.11379,"124":3.83317,"125":0.02411,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 48 49 50 51 52 53 54 55 59 60 61 62 63 64 65 66 67 68 70 71 72 73 75 77 78 80 81 84 85 91 92 95 98 99 100 101 104 106 107 126 127"},F:{"28":0.01607,"36":0.00804,"40":0.02009,"46":0.00804,"75":0.00402,"95":0.00402,"107":0.4018,"108":0.39376,"109":0.16072,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 29 30 31 32 33 34 35 37 38 39 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00402,"92":0.08438,"100":0.00402,"108":0.00402,"109":0.01607,"112":0.00402,"113":0.00402,"114":0.00402,"115":0.02009,"116":0.01205,"117":0.02009,"118":0.00402,"119":0.00402,"120":0.03214,"121":0.03616,"122":0.39376,"123":6.19977,"124":3.5278,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 110 111"},E:{"14":0.00804,"15":0.00402,_:"0 4 5 6 7 8 9 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1","11.1":0.00804,"12.1":0.00402,"13.1":0.10045,"14.1":0.1567,"15.1":0.01205,"15.2-15.3":0.00402,"15.4":0.01607,"15.5":0.02411,"15.6":0.17679,"16.0":0.07232,"16.1":0.03616,"16.2":0.01205,"16.3":0.22099,"16.4":0.02411,"16.5":0.0884,"16.6":0.38975,"17.0":0.04822,"17.1":0.93619,"17.2":0.1125,"17.3":0.45805,"17.4":1.42237,"17.5":0.00402},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00322,"5.0-5.1":0.00322,"6.0-6.1":0.00806,"7.0-7.1":0.0129,"8.1-8.4":0.00322,"9.0-9.2":0.00806,"9.3":0.0403,"10.0-10.2":0.00806,"10.3":0.06449,"11.0-11.2":0.05481,"11.3-11.4":0.01612,"12.0-12.1":0.01129,"12.2-12.5":0.26278,"13.0-13.1":0.00484,"13.2":0.0532,"13.3":0.0129,"13.4-13.7":0.04998,"14.0-14.4":0.09834,"14.5-14.8":0.14993,"15.0-15.1":0.06932,"15.2-15.3":0.079,"15.4":0.09028,"15.5":0.11446,"15.6-15.8":0.99953,"16.0":0.23376,"16.1":0.48687,"16.2":0.23376,"16.3":0.41271,"16.4":0.08544,"16.5":0.17895,"16.6-16.7":1.41385,"17.0":0.16928,"17.1":0.31276,"17.2":0.41593,"17.3":3.03406,"17.4":6.84841,"17.5":0.06287},P:{"4":0.04203,"20":0.04203,"21":0.07355,"22":0.12608,"23":0.34673,"24":3.08901,"5.0-5.4":0.07355,_:"6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 15.0 17.0","7.2-7.4":0.05253,"14.0":0.02101,"16.0":0.01051,"18.0":0.02101,"19.0":0.07355},I:{"0":0.02979,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0.00001,"4.2-4.3":0.00002,"4.4":0,"4.4.3-4.4.4":0.00007},A:{"11":0.02813,_:"6 7 8 9 10 5.5"},K:{"0":0.11964,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},Q:{"14.9":0.02991},O:{"0":0.02393},H:{"0":0},L:{"0":40.24099},R:{_:"0"},M:{"0":0.23928}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"78":0.07392,"102":0.01739,"115":0.13044,"121":0.02609,"123":0.06522,"124":1.26092,"125":1.22614,"126":0.0087,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 122 127 128 3.5 3.6"},D:{"38":0.00435,"41":0.00435,"49":0.00435,"76":0.1,"77":0.03913,"79":0.00435,"83":0.01304,"84":0.00435,"91":0.0087,"92":0.00435,"93":0.06087,"99":0.00435,"100":0.00435,"103":0.04783,"109":0.90873,"111":0.00435,"112":0.02609,"114":0.00435,"116":0.14783,"117":0.05218,"118":0.00435,"119":0.24349,"120":0.08696,"121":0.11305,"122":2.01312,"123":10.3352,"124":4.36539,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 42 43 44 45 46 47 48 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 78 80 81 85 86 87 88 89 90 94 95 96 97 98 101 102 104 105 106 107 108 110 113 115 125 126 127"},F:{"107":0.22175,"108":0.25218,"109":0.02609,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"109":0.01739,"110":0.01304,"115":0.00435,"118":0.0087,"119":0.09131,"120":0.01304,"121":0.00435,"122":0.54785,"123":4.52627,"124":2.37836,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 111 112 113 114 116 117"},E:{"10":0.00435,"14":0.04348,"15":0.00435,_:"0 4 5 6 7 8 9 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.2-15.3","12.1":0.0087,"13.1":0.22175,"14.1":0.13044,"15.1":0.02174,"15.4":0.10435,"15.5":0.1174,"15.6":1.70876,"16.0":0.82177,"16.1":0.12174,"16.2":0.20001,"16.3":0.39567,"16.4":0.12174,"16.5":0.04783,"16.6":1.50441,"17.0":0.1,"17.1":0.29566,"17.2":0.28262,"17.3":1.82616,"17.4":5.42196,"17.5":0.00435},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00665,"5.0-5.1":0.00665,"6.0-6.1":0.01663,"7.0-7.1":0.02661,"8.1-8.4":0.00665,"9.0-9.2":0.01663,"9.3":0.08316,"10.0-10.2":0.01663,"10.3":0.13305,"11.0-11.2":0.11309,"11.3-11.4":0.03326,"12.0-12.1":0.02328,"12.2-12.5":0.54217,"13.0-13.1":0.00998,"13.2":0.10976,"13.3":0.02661,"13.4-13.7":0.10311,"14.0-14.4":0.2029,"14.5-14.8":0.30934,"15.0-15.1":0.14303,"15.2-15.3":0.16298,"15.4":0.18627,"15.5":0.23616,"15.6-15.8":2.06225,"16.0":0.4823,"16.1":1.00451,"16.2":0.4823,"16.3":0.85151,"16.4":0.17629,"16.5":0.36921,"16.6-16.7":2.91708,"17.0":0.34925,"17.1":0.64528,"17.2":0.85816,"17.3":6.25991,"17.4":14.12971,"17.5":0.12972},P:{"4":0.01127,"20":0.14657,"21":0.07892,"22":0.01127,"23":0.10147,"24":3.64171,_:"5.0-5.4 6.2-6.4 7.2-7.4 8.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","9.2":0.01127},I:{"0":0.01126,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00003},A:{"11":0.0087,_:"6 7 8 9 10 5.5"},K:{"0":0.05087,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},Q:{_:"14.9"},O:{"0":0.00565},H:{"0":0},L:{"0":18.13033},R:{_:"0"},M:{"0":0.54824}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"47":0.00217,"52":0.00217,"56":0.00217,"66":0.00217,"68":0.00217,"69":0.00217,"72":0.00433,"76":0.00217,"78":0.00867,"84":0.00217,"85":0.00217,"91":0.00217,"95":0.00217,"96":0.00433,"99":0.00217,"101":0.00433,"103":0.00217,"104":0.00217,"106":0.00217,"107":0.00433,"110":0.00433,"111":0.00217,"112":0.00433,"113":0.00217,"115":0.17769,"116":0.00217,"118":0.0065,"119":0.00217,"120":0.00433,"121":0.0065,"122":0.02384,"123":0.05851,"124":0.6696,"125":0.30555,"126":0.01517,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 48 49 50 51 53 54 55 57 58 59 60 61 62 63 64 65 67 70 71 73 74 75 77 79 80 81 82 83 86 87 88 89 90 92 93 94 97 98 100 102 105 108 109 114 117 127 128 3.5 3.6"},D:{"11":0.00433,"19":0.00433,"20":0.00433,"26":0.00433,"30":0.0065,"33":0.0065,"34":0.00217,"36":0.00217,"38":0.00217,"42":0.00217,"43":0.01517,"44":0.00217,"45":0.00217,"46":0.00217,"47":0.00217,"49":0.0065,"50":0.01734,"51":0.00217,"54":0.00217,"55":0.00217,"56":0.00217,"58":0.00433,"59":0.00217,"61":0.00217,"62":0.00217,"63":0.0065,"64":0.00433,"65":0.00433,"66":0.00217,"67":0.00217,"68":0.013,"69":0.0065,"70":0.013,"71":0.00433,"72":0.00433,"73":0.00433,"74":0.013,"75":0.013,"76":0.02167,"77":0.01734,"78":0.00217,"79":0.0195,"80":0.00867,"81":0.00867,"83":0.01084,"84":0.0065,"85":0.013,"86":0.01734,"87":0.0195,"88":0.013,"89":0.00867,"90":0.013,"91":0.013,"92":0.01084,"93":0.04117,"94":0.0065,"95":0.026,"96":0.00433,"97":0.0065,"98":0.00433,"99":0.01084,"100":0.00433,"101":0.00217,"102":0.02167,"103":0.08018,"104":0.01084,"105":0.0195,"106":0.05201,"107":0.0065,"108":0.01734,"109":1.60791,"110":0.0065,"111":0.01517,"112":0.00867,"113":0.01084,"114":0.02817,"115":0.00867,"116":0.08235,"117":0.01734,"118":0.0195,"119":0.06284,"120":0.11052,"121":0.16469,"122":0.50058,"123":5.97225,"124":2.23201,"125":0.02167,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 21 22 23 24 25 27 28 29 31 32 35 37 39 40 41 48 52 53 57 60 126 127"},F:{"34":0.00217,"36":0.00433,"42":0.00867,"79":0.02384,"81":0.00217,"82":0.00217,"83":0.00217,"84":0.00217,"85":0.00217,"86":0.00217,"90":0.00217,"95":0.09318,"99":0.00217,"102":0.00433,"103":0.00217,"104":0.00217,"105":0.00433,"106":0.013,"107":0.14952,"108":0.6631,"109":0.2297,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 37 38 39 40 41 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 87 88 89 91 92 93 94 96 97 98 100 101 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.01517,"13":0.0065,"14":0.00867,"15":0.0065,"16":0.00867,"17":0.01084,"18":0.06934,"84":0.01517,"88":0.00217,"89":0.0195,"90":0.03467,"92":0.09535,"100":0.04117,"103":0.00217,"107":0.00433,"108":0.00217,"109":0.03684,"111":0.00433,"112":0.0065,"113":0.00217,"114":0.01734,"115":0.00433,"116":0.00867,"117":0.01084,"118":0.01084,"119":0.02384,"120":0.05418,"121":0.06718,"122":0.24704,"123":1.43455,"124":0.52658,_:"79 80 81 83 85 86 87 91 93 94 95 96 97 98 99 101 102 104 105 106 110"},E:{"9":0.00433,"11":0.0065,"13":0.00433,"14":0.01084,_:"0 4 5 6 7 8 10 12 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 17.5","11.1":0.013,"12.1":0.00433,"13.1":0.04551,"14.1":0.02167,"15.1":0.00433,"15.2-15.3":0.00217,"15.4":0.00217,"15.5":0.00433,"15.6":0.06068,"16.0":0.0065,"16.1":0.00867,"16.2":0.0065,"16.3":0.00867,"16.4":0.0065,"16.5":0.00867,"16.6":0.04984,"17.0":0.0195,"17.1":0.01734,"17.2":0.03034,"17.3":0.03901,"17.4":0.13219},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00219,"5.0-5.1":0.00219,"6.0-6.1":0.00547,"7.0-7.1":0.00875,"8.1-8.4":0.00219,"9.0-9.2":0.00547,"9.3":0.02736,"10.0-10.2":0.00547,"10.3":0.04377,"11.0-11.2":0.03721,"11.3-11.4":0.01094,"12.0-12.1":0.00766,"12.2-12.5":0.17837,"13.0-13.1":0.00328,"13.2":0.03611,"13.3":0.00875,"13.4-13.7":0.03392,"14.0-14.4":0.06675,"14.5-14.8":0.10177,"15.0-15.1":0.04705,"15.2-15.3":0.05362,"15.4":0.06128,"15.5":0.07769,"15.6-15.8":0.67845,"16.0":0.15867,"16.1":0.33047,"16.2":0.15867,"16.3":0.28013,"16.4":0.058,"16.5":0.12146,"16.6-16.7":0.95967,"17.0":0.1149,"17.1":0.21229,"17.2":0.28232,"17.3":2.05942,"17.4":4.64846,"17.5":0.04268},P:{"4":0.19504,"20":0.05133,"21":0.13345,"22":0.17451,"23":0.21557,"24":0.67751,"5.0-5.4":0.04106,"6.2-6.4":0.02053,"7.2-7.4":0.12318,_:"8.2 10.1 12.0","9.2":0.07186,"11.1-11.2":0.04106,"13.0":0.01027,"14.0":0.02053,"15.0":0.01027,"16.0":0.02053,"17.0":0.02053,"18.0":0.01027,"19.0":0.08212},I:{"0":0.08581,"3":0,"4":0.00001,"2.1":0,"2.2":0,"2.3":0,"4.1":0.00002,"4.2-4.3":0.00005,"4.4":0,"4.4.3-4.4.4":0.00022},A:{"8":0.01084,"9":0.00217,"10":0.0065,"11":0.02167,_:"6 7 5.5"},K:{"0":11.42262,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.01567,_:"3.0-3.1"},Q:{"14.9":0.0235},O:{"0":0.72064},H:{"0":1.4},L:{"0":54.6926},R:{_:"0"},M:{"0":0.45431}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"52":0.01972,"65":0.00493,"78":0.00493,"102":0.02959,"103":0.00493,"105":0.00493,"106":0.47338,"107":0.00493,"108":0.02466,"109":0.02466,"110":0.03452,"111":0.04438,"115":0.03945,"123":0.00986,"124":0.86293,"125":0.38462,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 104 112 113 114 116 117 118 119 120 121 122 126 127 128 3.5 3.6"},D:{"61":0.00493,"65":0.00493,"79":0.00986,"80":0.04438,"102":0.02466,"103":0.09862,"105":0.00986,"106":0.93689,"107":0.75937,"108":0.20217,"109":1.52861,"110":1.12427,"111":0.01972,"112":0.06903,"113":0.04931,"115":0.25641,"116":0.18738,"117":0.07397,"118":0.01972,"119":0.0641,"120":0.11834,"121":0.44872,"122":1.10948,"123":15.04448,"124":8.08684,"125":0.04931,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 62 63 64 66 67 68 69 70 71 72 73 74 75 76 77 78 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 104 114 126 127"},F:{"93":0.00493,"94":0.02466,"106":0.01479,"107":0.95661,"108":0.429,"109":0.05424,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 95 96 97 98 99 100 101 102 103 104 105 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.01479,"92":0.00493,"104":0.00493,"106":0.00493,"107":0.00493,"108":0.00493,"111":0.02466,"120":0.01479,"121":0.00493,"122":0.36983,"123":5.59175,"124":1.75544,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 105 109 110 112 113 114 115 116 117 118 119"},E:{"14":0.08876,"15":0.00493,_:"0 4 5 6 7 8 9 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3","13.1":0.40927,"14.1":0.10355,"15.4":0.0641,"15.5":0.16765,"15.6":0.43886,"16.0":0.00986,"16.1":0.31558,"16.2":0.03945,"16.3":0.11834,"16.4":0.09369,"16.5":0.26627,"16.6":0.79882,"17.0":0.02466,"17.1":0.27121,"17.2":0.15286,"17.3":0.45858,"17.4":2.14005,"17.5":0.00986},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00477,"5.0-5.1":0.00477,"6.0-6.1":0.01193,"7.0-7.1":0.01909,"8.1-8.4":0.00477,"9.0-9.2":0.01193,"9.3":0.05965,"10.0-10.2":0.01193,"10.3":0.09544,"11.0-11.2":0.08112,"11.3-11.4":0.02386,"12.0-12.1":0.0167,"12.2-12.5":0.38891,"13.0-13.1":0.00716,"13.2":0.07874,"13.3":0.01909,"13.4-13.7":0.07396,"14.0-14.4":0.14554,"14.5-14.8":0.22189,"15.0-15.1":0.1026,"15.2-15.3":0.11691,"15.4":0.13361,"15.5":0.1694,"15.6-15.8":1.47928,"16.0":0.34596,"16.1":0.72055,"16.2":0.34596,"16.3":0.6108,"16.4":0.12645,"16.5":0.26484,"16.6-16.7":2.09247,"17.0":0.25052,"17.1":0.46287,"17.2":0.61557,"17.3":4.49034,"17.4":10.13548,"17.5":0.09305},P:{"4":0.04208,"20":0.03156,"21":0.01052,"23":0.24197,"24":2.72474,_:"22 5.0-5.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 13.0 14.0 15.0 16.0 17.0","6.2-6.4":0.01052,"12.0":0.01052,"18.0":0.01052,"19.0":0.03156},I:{"0":0.01515,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00004},A:{"8":0.12491,"9":0.04996,"10":0.005,"11":0.94933,_:"6 7 5.5"},K:{"0":0.11154,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},Q:{_:"14.9"},O:{"0":0.21801},H:{"0":0},L:{"0":22.99925},R:{_:"0"},M:{"0":0.41067}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"2":0.00407,"3":0.05692,"4":0.03253,"5":0.02033,"6":0.00813,"7":0.00813,"9":0.0122,"10":0.0122,"11":0.0122,"12":0.02033,"13":0.02033,"15":0.01626,"16":0.01626,"17":0.00813,"18":0.00407,"19":0.0122,"20":0.01626,"21":0.0122,"22":0.00813,"23":0.02033,"24":0.00813,"25":0.00407,"26":0.0122,"28":0.02033,"29":0.00813,"30":0.01626,"31":0.0122,"32":0.0244,"33":0.04473,"34":0.03253,"35":0.04473,"36":0.0122,"37":0.00813,"38":0.01626,"39":0.0244,"40":0.07319,"41":0.02846,"42":0.0122,"43":0.0122,"44":0.00407,"48":0.00407,"78":0.00407,"91":0.00407,"96":0.0122,"108":0.26429,"115":0.05692,"118":0.00407,"120":0.0122,"121":0.06506,"122":0.0122,"123":0.10165,"124":1.60607,"125":0.69529,_:"8 14 27 45 46 47 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 92 93 94 95 97 98 99 100 101 102 103 104 105 106 107 109 110 111 112 113 114 116 117 119 126 127 128","3.5":0.02846,"3.6":0.09758},D:{"4":0.0122,"5":0.0122,"6":0.00813,"7":0.00407,"9":0.00407,"10":0.00813,"11":0.02846,"12":0.01626,"13":0.00407,"14":0.00813,"16":0.00813,"17":0.01626,"18":0.00813,"19":0.0122,"20":0.01626,"21":0.02846,"22":0.00813,"23":0.00813,"25":0.00813,"27":0.0122,"28":0.01626,"29":0.00813,"30":0.01626,"31":0.05286,"32":0.00813,"33":0.02846,"34":0.01626,"35":0.00813,"36":0.04066,"37":0.04879,"38":0.04473,"39":0.04879,"40":0.07319,"41":0.07725,"42":0.06099,"43":0.13824,"44":0.19517,"45":0.17077,"46":0.15857,"47":0.08539,"51":0.21956,"68":0.00407,"70":0.08945,"80":0.0122,"87":0.04066,"88":0.02846,"94":0.00813,"102":0.00813,"103":0.08132,"105":0.00813,"106":0.00407,"107":0.02846,"109":0.91892,"111":0.00407,"113":0.0122,"114":0.0122,"116":0.42286,"117":0.04473,"118":0.01626,"119":0.35374,"120":0.15857,"121":0.39034,"122":0.77661,"123":7.24155,"124":4.45227,_:"8 15 24 26 48 49 50 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 69 71 72 73 74 75 76 77 78 79 81 83 84 85 86 89 90 91 92 93 95 96 97 98 99 100 101 104 108 110 112 115 125 126 127"},F:{"11":0.00813,"12":0.02033,"15":0.00407,"19":0.00407,"20":0.00407,"26":0.00813,"28":0.00407,"29":0.00407,"30":0.01626,"31":0.05692,"32":0.00813,"33":0.00407,"36":0.0244,"83":0.00407,"107":5.5135,"108":0.37001,"109":0.04879,_:"9 16 17 18 21 22 23 24 25 27 34 35 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 10.0-10.1 10.5 11.1","9.5-9.6":0.00407,"10.6":0.00407,"11.5":0.00813,"11.6":0.00813,"12.1":0.05286},B:{"12":0.03253,"92":0.00813,"100":0.02846,"107":0.00407,"109":0.60177,"110":0.02846,"114":0.00813,"120":0.00813,"121":0.02846,"122":0.1789,"123":2.72422,"124":1.20354,_:"13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 108 111 112 113 115 116 117 118 119"},E:{"4":0.00813,"5":0.04066,"6":0.00813,"7":0.00407,"8":0.03659,"9":0.44319,"13":0.00407,"14":0.0122,"15":0.0122,_:"0 10 11 12 9.1 10.1 11.1 12.1 16.1","3.1":0.0122,"3.2":0.00407,"5.1":0.03253,"6.1":0.01626,"7.1":0.03253,"13.1":0.11385,"14.1":0.11385,"15.1":0.26836,"15.2-15.3":0.05286,"15.4":0.02033,"15.5":0.08132,"15.6":0.32121,"16.0":0.08539,"16.2":0.15044,"16.3":0.12198,"16.4":0.03659,"16.5":0.71562,"16.6":0.45133,"17.0":0.0122,"17.1":0.03253,"17.2":0.18297,"17.3":0.68309,"17.4":1.31332,"17.5":0.04879},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00462,"5.0-5.1":0.00462,"6.0-6.1":0.01154,"7.0-7.1":0.01847,"8.1-8.4":0.00462,"9.0-9.2":0.01154,"9.3":0.05772,"10.0-10.2":0.01154,"10.3":0.09236,"11.0-11.2":0.0785,"11.3-11.4":0.02309,"12.0-12.1":0.01616,"12.2-12.5":0.37635,"13.0-13.1":0.00693,"13.2":0.07619,"13.3":0.01847,"13.4-13.7":0.07158,"14.0-14.4":0.14084,"14.5-14.8":0.21473,"15.0-15.1":0.09928,"15.2-15.3":0.11314,"15.4":0.1293,"15.5":0.16393,"15.6-15.8":1.43153,"16.0":0.33479,"16.1":0.69729,"16.2":0.33479,"16.3":0.59108,"16.4":0.12237,"16.5":0.25629,"16.6-16.7":2.02492,"17.0":0.24244,"17.1":0.44793,"17.2":0.5957,"17.3":4.34539,"17.4":9.80829,"17.5":0.09005},P:{"4":0.3145,"20":0.01084,"21":0.01084,"22":0.08676,"23":0.10845,"24":4.64162,_:"5.0-5.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 13.0 14.0 15.0 16.0 17.0 18.0 19.0","6.2-6.4":0.17352,"12.0":0.01084},I:{"0":2.00338,"3":0,"4":0.0002,"2.1":0,"2.2":0,"2.3":0,"4.1":0.0004,"4.2-4.3":0.00121,"4.4":0,"4.4.3-4.4.4":0.00503},A:{"6":0.05323,"7":0.09828,"8":1.05241,"9":0.18837,"10":0.18837,"11":0.61015,"5.5":0.02047},K:{"0":0.14428,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.07714,_:"3.0-3.1"},Q:{"14.9":0.01187},O:{"0":0.2611},H:{"0":0.01},L:{"0":26.9418},R:{_:"0"},M:{"0":0.20769}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"34":0.00217,"50":0.00109,"66":0.00109,"72":0.00217,"91":0.00217,"115":0.05104,"121":0.00434,"122":0.00109,"123":0.01738,"124":0.2172,"125":0.14227,"126":0.00109,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 127 128 3.5 3.6"},D:{"11":0.00109,"34":0.00109,"38":0.00109,"49":0.0076,"50":0.00217,"54":0.03041,"55":0.00217,"58":0.00217,"60":0.00109,"61":0.00109,"63":0.0076,"64":0.00109,"65":0.00543,"68":0.00217,"69":0.0391,"70":0.00109,"71":0.00109,"72":0.00109,"73":0.00217,"74":0.00217,"75":0.00326,"76":0.00543,"77":0.00217,"78":0.00109,"79":0.00217,"80":0.00217,"81":0.0076,"83":0.00652,"84":0.00217,"85":0.00109,"86":0.00217,"87":0.00326,"88":0.00434,"89":0.00543,"90":0.01412,"91":0.00217,"93":0.00217,"95":0.00217,"99":0.00109,"101":0.00109,"102":0.00109,"103":0.00977,"104":0.00217,"105":0.00434,"106":0.07168,"107":0.00217,"108":0.00109,"109":1.34555,"110":0.00109,"111":0.00109,"113":0.00217,"114":0.00217,"116":0.02063,"118":0.00543,"119":0.02715,"120":0.05213,"121":0.0619,"122":0.0695,"123":1.84077,"124":0.8688,"125":0.00326,"126":0.00109,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 39 40 41 42 43 44 45 46 47 48 51 52 53 56 57 59 62 66 67 92 94 96 97 98 100 112 115 117 127"},F:{"40":0.00109,"46":0.00434,"47":0.00109,"54":0.00109,"83":0.00109,"93":0.03041,"95":0.00217,"101":0.00109,"107":0.00977,"108":0.23675,"109":0.04453,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 48 49 50 51 52 53 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 84 85 86 87 88 89 90 91 92 94 96 97 98 99 100 102 103 104 105 106 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00326,"15":0.00217,"18":0.02172,"79":0.00109,"84":0.00109,"85":0.00109,"86":0.00109,"89":0.00109,"92":0.08145,"100":0.00217,"105":0.00109,"109":0.01195,"110":0.00217,"112":0.00109,"118":0.00326,"119":0.00217,"120":0.01738,"121":0.10534,"122":0.05321,"123":0.53648,"124":0.21503,_:"13 14 16 17 80 81 83 87 88 90 91 93 94 95 96 97 98 99 101 102 103 104 106 107 108 111 113 114 115 116 117"},E:{"14":0.00326,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 10.1 12.1 15.4 15.5 16.0 17.5","9.1":0.00869,"11.1":0.00109,"13.1":0.08579,"14.1":0.01303,"15.1":0.00109,"15.2-15.3":0.00109,"15.6":0.04018,"16.1":0.00434,"16.2":0.00217,"16.3":0.03149,"16.4":0.00326,"16.5":0.0152,"16.6":0.02606,"17.0":0.00543,"17.1":0.01086,"17.2":0.01195,"17.3":0.0152,"17.4":0.05539},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00369,"5.0-5.1":0.00369,"6.0-6.1":0.00922,"7.0-7.1":0.01475,"8.1-8.4":0.00369,"9.0-9.2":0.00922,"9.3":0.04611,"10.0-10.2":0.00922,"10.3":0.07377,"11.0-11.2":0.06271,"11.3-11.4":0.01844,"12.0-12.1":0.01291,"12.2-12.5":0.30062,"13.0-13.1":0.00553,"13.2":0.06086,"13.3":0.01475,"13.4-13.7":0.05717,"14.0-14.4":0.1125,"14.5-14.8":0.17152,"15.0-15.1":0.07931,"15.2-15.3":0.09037,"15.4":0.10328,"15.5":0.13095,"15.6-15.8":1.14347,"16.0":0.26742,"16.1":0.55698,"16.2":0.26742,"16.3":0.47214,"16.4":0.09775,"16.5":0.20472,"16.6-16.7":1.61746,"17.0":0.19365,"17.1":0.3578,"17.2":0.47583,"17.3":3.47099,"17.4":7.83461,"17.5":0.07193},P:{"4":0.1563,"20":0.04168,"21":0.02084,"22":0.07294,"23":0.36469,"24":0.48973,"5.0-5.4":0.02084,"6.2-6.4":0.03126,"7.2-7.4":0.11462,_:"8.2 10.1 12.0 14.0 15.0 17.0","9.2":0.02084,"11.1-11.2":0.01042,"13.0":0.09378,"16.0":0.0521,"18.0":0.01042,"19.0":0.02084},I:{"0":0.01775,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00004},A:{"10":0.00109,"11":0.00326,_:"6 7 8 9 5.5"},K:{"0":0.68878,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.00891,_:"3.0-3.1"},Q:{_:"14.9"},O:{"0":0.32982},H:{"0":0.06},L:{"0":71.70193},R:{_:"0"},M:{"0":0.25851}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"37":0.00115,"81":0.00115,"115":0.00462,"118":0.01731,"119":0.00115,"122":0.00115,"123":0.00462,"124":0.10155,"125":0.06001,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 120 121 126 127 128 3.5 3.6"},D:{"33":0.00115,"43":0.00346,"45":0.00231,"58":0.00231,"64":0.00231,"65":0.00115,"68":0.00346,"69":0.00231,"70":0.00231,"75":0.00115,"76":0.00231,"77":0.00115,"78":0.00115,"79":0.00231,"81":0.00346,"83":0.00115,"84":0.00115,"87":0.00231,"88":0.00231,"91":0.00346,"93":0.00115,"95":0.00231,"99":0.01154,"102":0.00231,"103":0.01154,"105":0.00115,"106":0.00115,"107":0.00115,"108":0.00115,"109":0.09117,"111":0.00115,"113":0.00115,"114":0.00115,"115":0.00231,"116":0.00808,"117":0.00462,"118":0.00115,"119":0.02077,"120":0.01385,"121":0.01385,"122":0.10271,"123":1.07091,"124":0.40275,"125":0.00115,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 34 35 36 37 38 39 40 41 42 44 46 47 48 49 50 51 52 53 54 55 56 57 59 60 61 62 63 66 67 71 72 73 74 80 85 86 89 90 92 94 96 97 98 100 101 104 110 112 126 127"},F:{"79":0.00115,"95":0.00346,"102":0.00115,"106":0.00115,"107":0.03231,"108":0.04962,"109":0.01962,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 103 104 105 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00346,"13":0.00115,"14":0.00808,"16":0.00115,"17":0.00115,"18":0.03462,"84":0.00231,"89":0.00231,"90":0.00115,"92":0.00462,"100":0.00115,"109":0.00115,"112":0.00115,"114":0.00115,"117":0.00231,"118":0.00115,"119":0.00231,"120":0.00923,"121":0.01385,"122":0.02539,"123":0.23888,"124":0.16502,_:"15 79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 113 115 116"},E:{"13":0.00115,"14":0.00115,_:"0 4 5 6 7 8 9 10 11 12 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.5 16.0 16.1 16.4 17.1 17.5","13.1":0.04039,"14.1":0.00692,"15.4":0.00115,"15.6":0.03347,"16.2":0.00115,"16.3":0.00115,"16.5":0.00231,"16.6":0.00231,"17.0":0.00231,"17.2":0.00231,"17.3":0.00115,"17.4":0.01039},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00182,"5.0-5.1":0.00182,"6.0-6.1":0.00455,"7.0-7.1":0.00727,"8.1-8.4":0.00182,"9.0-9.2":0.00455,"9.3":0.02273,"10.0-10.2":0.00455,"10.3":0.03637,"11.0-11.2":0.03092,"11.3-11.4":0.00909,"12.0-12.1":0.00637,"12.2-12.5":0.14823,"13.0-13.1":0.00273,"13.2":0.03001,"13.3":0.00727,"13.4-13.7":0.02819,"14.0-14.4":0.05547,"14.5-14.8":0.08457,"15.0-15.1":0.0391,"15.2-15.3":0.04456,"15.4":0.05092,"15.5":0.06457,"15.6-15.8":0.56381,"16.0":0.13186,"16.1":0.27463,"16.2":0.13186,"16.3":0.2328,"16.4":0.0482,"16.5":0.10094,"16.6-16.7":0.79752,"17.0":0.09548,"17.1":0.17642,"17.2":0.23462,"17.3":1.71143,"17.4":3.863,"17.5":0.03547},P:{"4":0.0813,"20":0.10163,"21":0.28456,"22":0.47766,"23":0.44717,"24":0.61994,"5.0-5.4":0.01016,_:"6.2-6.4 8.2 10.1 12.0","7.2-7.4":0.22358,"9.2":0.06098,"11.1-11.2":0.07114,"13.0":0.04065,"14.0":0.01016,"15.0":0.05081,"16.0":0.18293,"17.0":0.02033,"18.0":0.03049,"19.0":0.40652},I:{"0":0.00881,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00002},A:{"9":0.00128,"11":0.01026,_:"6 7 8 10 5.5"},K:{"0":1.11919,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.16807,_:"3.0-3.1"},Q:{"14.9":0.00885},O:{"0":0.08846},H:{"0":1.34},L:{"0":82.13258},R:{_:"0"},M:{"0":0.01769}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"64":0.00448,"78":0.02239,"84":0.00448,"89":0.00448,"91":0.00448,"109":0.00448,"112":0.03582,"113":0.00448,"115":0.60901,"117":0.04478,"120":0.00448,"121":0.00448,"122":0.02687,"123":0.10747,"124":2.00167,"125":1.01651,"126":0.00448,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 85 86 87 88 90 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 114 116 118 119 127 128 3.5 3.6"},D:{"47":0.00448,"49":0.01343,"56":0.00448,"58":0.00896,"63":0.01791,"66":0.00448,"67":0.01343,"72":0.00448,"75":0.00448,"79":0.00896,"85":0.00896,"87":0.00448,"88":0.00448,"90":0.00448,"91":0.00448,"94":0.00448,"99":0.00448,"102":0.01343,"103":0.04926,"105":0.00896,"106":0.00448,"108":0.00448,"109":0.69409,"110":0.00448,"111":0.00448,"112":0.00448,"113":0.00896,"114":0.00448,"115":0.00896,"116":0.13882,"117":0.04478,"118":0.00448,"119":0.03135,"120":0.04926,"121":0.17016,"122":0.89112,"123":19.77933,"124":5.01984,"125":0.03135,"126":0.00448,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 48 50 51 52 53 54 55 57 59 60 61 62 64 65 68 69 70 71 73 74 76 77 78 80 81 83 84 86 89 92 93 95 96 97 98 100 101 104 107 127"},F:{"46":0.00448,"86":0.00448,"95":0.00896,"106":0.00448,"107":0.8956,"108":0.36272,"109":0.10747,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6","12.1":0.00448},B:{"15":0.00448,"92":0.00896,"107":0.01343,"109":0.04926,"110":0.00448,"114":0.04478,"115":0.00896,"116":0.01343,"117":0.00448,"118":0.13882,"119":0.01791,"120":0.02687,"121":0.05374,"122":0.25525,"123":3.65853,"124":2.10018,_:"12 13 14 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 108 111 112 113"},E:{"13":0.00448,"14":0.04478,_:"0 4 5 6 7 8 9 10 11 12 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1","12.1":0.00896,"13.1":0.13434,"14.1":0.12986,"15.1":0.00896,"15.2-15.3":0.00896,"15.4":0.00448,"15.5":0.04478,"15.6":0.41645,"16.0":0.01791,"16.1":0.12538,"16.2":0.08956,"16.3":0.07613,"16.4":0.06717,"16.5":0.06269,"16.6":0.61796,"17.0":0.06717,"17.1":0.12091,"17.2":0.34481,"17.3":0.57766,"17.4":1.60312,"17.5":0.00448},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00324,"5.0-5.1":0.00324,"6.0-6.1":0.00811,"7.0-7.1":0.01298,"8.1-8.4":0.00324,"9.0-9.2":0.00811,"9.3":0.04056,"10.0-10.2":0.00811,"10.3":0.06489,"11.0-11.2":0.05516,"11.3-11.4":0.01622,"12.0-12.1":0.01136,"12.2-12.5":0.26445,"13.0-13.1":0.00487,"13.2":0.05354,"13.3":0.01298,"13.4-13.7":0.05029,"14.0-14.4":0.09896,"14.5-14.8":0.15088,"15.0-15.1":0.06976,"15.2-15.3":0.0795,"15.4":0.09085,"15.5":0.11519,"15.6-15.8":1.00587,"16.0":0.23524,"16.1":0.48995,"16.2":0.23524,"16.3":0.41533,"16.4":0.08599,"16.5":0.18008,"16.6-16.7":1.42281,"17.0":0.17035,"17.1":0.31474,"17.2":0.41857,"17.3":3.05329,"17.4":6.8918,"17.5":0.06327},P:{"4":0.03153,"20":0.17866,"21":0.06306,"22":0.10509,"23":0.35731,"24":3.59416,_:"5.0-5.4 8.2 10.1 12.0 15.0 17.0","6.2-6.4":0.06306,"7.2-7.4":0.02102,"9.2":0.01051,"11.1-11.2":0.02102,"13.0":0.07356,"14.0":0.06306,"16.0":0.04204,"18.0":0.01051,"19.0":0.13662},I:{"0":0.0165,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00004},A:{"11":0.00448,_:"6 7 8 9 10 5.5"},K:{"0":0.12148,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},Q:{_:"14.9"},O:{"0":0.01104},H:{"0":0},L:{"0":34.19837},R:{_:"0"},M:{"0":0.5025}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"34":0.00663,"63":0.00663,"68":0.00663,"78":0.01325,"93":0.00663,"97":0.02651,"99":0.03314,"100":0.01988,"115":0.84163,"118":0.01325,"124":0.47714,"125":0.4904,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 64 65 66 67 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 94 95 96 98 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 119 120 121 122 123 126 127 128 3.5 3.6"},D:{"52":0.01325,"72":0.15242,"79":0.01325,"80":0.01325,"81":0.03314,"83":0.00663,"86":0.02651,"87":0.01325,"88":0.00663,"89":0.01325,"92":0.01325,"93":0.01325,"103":0.00663,"105":0.00663,"106":0.00663,"109":2.26643,"114":0.00663,"116":0.00663,"117":0.02651,"118":0.03314,"119":0.01325,"120":0.19881,"121":0.01325,"122":0.26508,"123":7.52165,"124":3.10806,"125":0.00663,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 84 85 90 91 94 95 96 97 98 99 100 101 102 104 107 108 110 111 112 113 115 126 127"},F:{"107":0.00663,"108":0.10603,"109":0.03314,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.01325,"17":0.00663,"18":0.03976,"92":0.00663,"97":0.00663,"100":0.00663,"104":0.08615,"109":0.10603,"110":0.05302,"112":0.00663,"114":0.00663,"115":0.00663,"117":0.00663,"118":0.13917,"119":3.9033,"120":0.53679,"121":0.48377,"122":4.02922,"123":24.97054,"124":13.71126,_:"13 14 15 16 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 98 99 101 102 103 105 106 107 108 111 113 116"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.1 17.2 17.5","14.1":0.00663,"15.6":0.00663,"16.6":0.01325,"17.3":0.00663,"17.4":0.01325},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00149,"5.0-5.1":0.00149,"6.0-6.1":0.00373,"7.0-7.1":0.00597,"8.1-8.4":0.00149,"9.0-9.2":0.00373,"9.3":0.01864,"10.0-10.2":0.00373,"10.3":0.02983,"11.0-11.2":0.02536,"11.3-11.4":0.00746,"12.0-12.1":0.00522,"12.2-12.5":0.12156,"13.0-13.1":0.00224,"13.2":0.02461,"13.3":0.00597,"13.4-13.7":0.02312,"14.0-14.4":0.04549,"14.5-14.8":0.06936,"15.0-15.1":0.03207,"15.2-15.3":0.03654,"15.4":0.04176,"15.5":0.05295,"15.6-15.8":0.46238,"16.0":0.10814,"16.1":0.22522,"16.2":0.10814,"16.3":0.19092,"16.4":0.03953,"16.5":0.08278,"16.6-16.7":0.65404,"17.0":0.07831,"17.1":0.14468,"17.2":0.19241,"17.3":1.40354,"17.4":3.16803,"17.5":0.02909},P:{"4":0.0771,"21":0.03304,"22":0.17622,"23":0.05507,"24":0.17622,_:"20 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0","19.0":0.01101},I:{"0":0.0168,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00004},A:{"11":0.05302,_:"6 7 8 9 10 5.5"},K:{"0":0.27333,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":1.1873,_:"3.0-3.1"},Q:{"14.9":0.00337},O:{"0":0.0877},H:{"0":0.01},L:{"0":26.04469},R:{_:"0"},M:{"0":0.01349}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"28":0.00434,"52":0.36439,"56":0.00434,"68":0.09544,"71":0.00434,"72":0.00434,"75":0.00434,"78":0.01735,"86":0.00868,"88":0.01735,"91":0.00434,"99":0.00434,"102":0.00434,"103":0.00434,"105":0.19955,"108":0.00868,"109":0.00434,"111":0.00434,"112":0.01735,"113":0.00868,"115":1.60506,"116":0.00868,"117":0.00434,"118":0.00434,"119":0.00434,"120":0.00434,"121":0.00868,"122":0.02169,"123":0.06073,"124":1.7352,"125":0.98473,"126":0.00434,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 57 58 59 60 61 62 63 64 65 66 67 69 70 73 74 76 77 79 80 81 82 83 84 85 87 89 90 92 93 94 95 96 97 98 100 101 104 106 107 110 114 127 128 3.5 3.6"},D:{"34":0.14315,"38":0.31234,"39":0.14315,"47":0.15617,"49":0.06073,"56":0.00434,"57":0.00434,"73":0.29498,"76":0.00434,"78":0.00434,"79":0.35138,"80":0.00434,"81":0.00868,"83":0.00434,"85":0.00868,"86":0.00868,"87":0.02603,"88":0.0911,"89":0.01735,"91":0.00434,"93":0.02169,"94":0.00434,"95":0.00868,"96":0.00434,"97":0.00434,"99":0.06073,"100":0.00434,"101":0.01301,"102":0.13448,"103":0.03037,"104":0.00434,"105":0.04772,"106":0.01301,"107":0.00868,"108":0.01301,"109":5.73917,"110":0.00434,"111":0.00868,"112":0.01301,"113":0.00434,"114":0.00868,"115":0.02603,"116":0.09977,"117":0.0347,"118":0.00868,"119":0.04338,"120":0.07808,"121":0.07375,"122":0.50321,"123":13.73411,"124":5.40081,"125":0.0911,"126":0.00434,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 40 41 42 43 44 45 46 48 50 51 52 53 54 55 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 74 75 77 84 90 92 98 127"},F:{"25":0.15183,"28":0.00434,"31":0.5596,"36":0.00434,"40":0.36005,"46":0.27763,"77":0.00868,"95":0.03904,"102":0.00434,"106":0.00434,"107":0.32101,"108":0.35572,"109":0.14315,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 26 27 29 30 32 33 34 35 37 38 39 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 103 104 105 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"15":0.15617,"17":0.26028,"92":0.00434,"109":0.0347,"114":0.00434,"116":0.00434,"119":0.00434,"120":0.00868,"121":0.01301,"122":0.07375,"123":2.09525,"124":0.89363,_:"12 13 14 16 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 115 117 118"},E:{"14":0.01301,"15":0.00434,_:"0 4 5 6 7 8 9 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1","11.1":0.00434,"12.1":0.00434,"13.1":0.01735,"14.1":0.0347,"15.1":0.00434,"15.2-15.3":0.00434,"15.4":0.14315,"15.5":0.01301,"15.6":0.06941,"16.0":0.00868,"16.1":0.01735,"16.2":0.01301,"16.3":0.02603,"16.4":0.01735,"16.5":0.01301,"16.6":0.15617,"17.0":0.00868,"17.1":0.02603,"17.2":0.04772,"17.3":0.12146,"17.4":0.41645,"17.5":0.00434},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00123,"5.0-5.1":0.00123,"6.0-6.1":0.00309,"7.0-7.1":0.00494,"8.1-8.4":0.00123,"9.0-9.2":0.00309,"9.3":0.01543,"10.0-10.2":0.00309,"10.3":0.02468,"11.0-11.2":0.02098,"11.3-11.4":0.00617,"12.0-12.1":0.00432,"12.2-12.5":0.10058,"13.0-13.1":0.00185,"13.2":0.02036,"13.3":0.00494,"13.4-13.7":0.01913,"14.0-14.4":0.03764,"14.5-14.8":0.05739,"15.0-15.1":0.02653,"15.2-15.3":0.03024,"15.4":0.03455,"15.5":0.04381,"15.6-15.8":0.38257,"16.0":0.08947,"16.1":0.18635,"16.2":0.08947,"16.3":0.15796,"16.4":0.0327,"16.5":0.06849,"16.6-16.7":0.54115,"17.0":0.06479,"17.1":0.11971,"17.2":0.1592,"17.3":1.16129,"17.4":2.62122,"17.5":0.02406},P:{"4":0.2835,"20":0.021,"21":0.063,"22":0.063,"23":0.1785,"24":1.58548,"5.0-5.4":0.021,"6.2-6.4":0.0315,_:"7.2-7.4 10.1 12.0 15.0","8.2":0.042,"9.2":0.021,"11.1-11.2":0.0105,"13.0":0.0105,"14.0":0.0105,"16.0":0.0105,"17.0":0.0105,"18.0":0.0105,"19.0":0.021},I:{"0":0.57505,"3":0,"4":0.00006,"2.1":0,"2.2":0,"2.3":0,"4.1":0.00012,"4.2-4.3":0.00035,"4.4":0,"4.4.3-4.4.4":0.00144},A:{"8":0.00434,"11":0.17786,_:"6 7 9 10 5.5"},K:{"0":0.19946,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},Q:{_:"14.9"},O:{"0":0.03963},H:{"0":0.01},L:{"0":48.15023},R:{_:"0"},M:{"0":0.24908}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"52":0.00353,"73":0.07411,"78":0.01412,"88":0.00353,"96":0.00353,"103":0.00353,"104":0.00353,"113":0.00353,"115":0.1094,"118":0.00353,"120":0.01059,"121":0.00706,"122":0.00706,"123":0.0247,"124":0.87166,"125":0.37055,"126":0.01765,"127":0.00353,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 74 75 76 77 79 80 81 82 83 84 85 86 87 89 90 91 92 93 94 95 97 98 99 100 101 102 105 106 107 108 109 110 111 112 114 116 117 119 128 3.5 3.6"},D:{"38":0.00353,"49":0.00706,"65":0.00353,"68":0.00353,"70":0.00353,"75":0.00706,"76":0.00353,"78":0.0247,"79":0.04235,"80":0.00353,"81":0.00353,"83":0.00353,"84":0.00353,"86":0.00353,"87":0.0247,"88":0.00706,"90":0.00353,"91":0.01765,"92":0.00353,"93":0.00706,"94":0.00353,"97":0.01059,"99":0.01059,"100":0.00353,"101":0.00706,"102":0.00353,"103":0.05999,"104":0.00353,"105":0.01412,"106":0.00353,"107":0.00353,"108":0.01412,"109":1.33749,"110":0.01059,"111":0.0247,"112":0.00706,"113":0.00706,"114":0.01412,"115":0.00706,"116":0.15528,"117":0.00706,"118":0.01412,"119":0.07058,"120":0.09175,"121":0.15881,"122":0.67757,"123":14.3842,"124":6.09811,"125":0.01765,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 43 44 45 46 47 48 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 66 67 69 71 72 73 74 77 85 89 95 96 98 126 127"},F:{"94":0.01059,"95":0.0247,"102":0.00353,"106":0.00706,"107":1.42572,"108":0.42348,"109":0.15528,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 96 97 98 99 100 101 103 104 105 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"90":0.00353,"92":0.00706,"100":0.00353,"109":0.02823,"110":0.00353,"112":0.00353,"113":0.00353,"114":0.00353,"115":0.00353,"116":0.00353,"117":0.01059,"118":0.00706,"119":0.00706,"120":0.0247,"121":0.03176,"122":0.16233,"123":2.33267,"124":1.05164,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 111"},E:{"14":0.01059,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1","5.1":0.00706,"12.1":0.00353,"13.1":0.02117,"14.1":0.02823,"15.1":0.00706,"15.2-15.3":0.00706,"15.4":0.00353,"15.5":0.02117,"15.6":0.09528,"16.0":0.01059,"16.1":0.02823,"16.2":0.01412,"16.3":0.04235,"16.4":0.02117,"16.5":0.04588,"16.6":0.15175,"17.0":0.04588,"17.1":0.05999,"17.2":0.14822,"17.3":0.25762,"17.4":0.76226,"17.5":0.00706},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0022,"5.0-5.1":0.0022,"6.0-6.1":0.00551,"7.0-7.1":0.00882,"8.1-8.4":0.0022,"9.0-9.2":0.00551,"9.3":0.02756,"10.0-10.2":0.00551,"10.3":0.0441,"11.0-11.2":0.03748,"11.3-11.4":0.01102,"12.0-12.1":0.00772,"12.2-12.5":0.17971,"13.0-13.1":0.00331,"13.2":0.03638,"13.3":0.00882,"13.4-13.7":0.03418,"14.0-14.4":0.06725,"14.5-14.8":0.10253,"15.0-15.1":0.04741,"15.2-15.3":0.05402,"15.4":0.06174,"15.5":0.07828,"15.6-15.8":0.68354,"16.0":0.15986,"16.1":0.33295,"16.2":0.15986,"16.3":0.28224,"16.4":0.05843,"16.5":0.12238,"16.6-16.7":0.96688,"17.0":0.11576,"17.1":0.21388,"17.2":0.28444,"17.3":2.07488,"17.4":4.68337,"17.5":0.043},P:{"4":0.05086,"20":0.02035,"21":0.05086,"22":0.07121,"23":0.23398,"24":2.40079,_:"5.0-5.4 6.2-6.4 8.2 9.2 10.1 12.0","7.2-7.4":0.08138,"11.1-11.2":0.06104,"13.0":0.02035,"14.0":0.01017,"15.0":0.01017,"16.0":0.03052,"17.0":0.02035,"18.0":0.01017,"19.0":0.06104},I:{"0":0.03222,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0.00001,"4.2-4.3":0.00002,"4.4":0,"4.4.3-4.4.4":0.00008},A:{"11":0.00706,_:"6 7 8 9 10 5.5"},K:{"0":0.32997,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},Q:{_:"14.9"},O:{"0":0.07117},H:{"0":0},L:{"0":52.11225},R:{_:"0"},M:{"0":0.23939}};
|