immosquare-cleaner 0.1.36 → 0.1.38
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 +4 -1
- data/linters/eslint.config.mjs +88 -24
- data/linters/jscodeshift/arrow-function-transform.js +42 -0
- data/linters/rubocop-2.7.6.yml +88 -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 +2514 -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:{"26":0.00038,"28":0.00038,"30":0.00114,"38":0.0019,"39":0.00038,"41":0.00076,"42":0.00038,"44":0.00606,"46":0.00417,"47":0.0072,"48":0.0019,"49":0.0019,"50":0.00038,"51":0.00114,"52":0.00606,"54":0.00076,"55":0.00038,"56":0.00038,"57":0.00114,"58":0.00114,"60":0.00227,"62":0.00114,"63":0.00114,"64":0.0144,"66":0.00076,"68":0.00038,"69":0.00114,"70":0.00038,"72":0.00114,"74":0.00038,"76":0.00531,"78":0.00038,"80":0.00227,"81":0.0019,"83":0.00038,"84":0.00038,"85":0.00114,"87":0.00076,"88":0.00038,"89":0.00152,"91":0.00038,"95":0.0019,"96":0.00076,"98":0.00038,"101":0.00038,"102":0.00076,"104":0.00038,"108":0.00038,"109":0.00076,"110":0.00038,"111":0.0019,"113":0.00303,"114":0.00038,"115":0.08073,"117":0.00038,"118":0.00152,"119":0.00114,"120":0.0019,"121":0.00303,"122":0.00152,"123":0.00644,"124":0.13947,"125":0.07618,"126":0.00076,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 27 29 31 32 33 34 35 36 37 40 43 45 53 59 61 65 67 71 73 75 77 79 82 86 90 92 93 94 97 99 100 103 105 106 107 112 116 127 128 3.5 3.6"},D:{"11":0.00076,"26":0.00038,"28":0.00076,"29":0.00038,"33":0.00038,"35":0.00114,"37":0.00038,"38":0.00303,"40":0.00227,"43":0.00152,"44":0.00038,"47":0.00227,"48":0.00038,"49":0.0019,"50":0.01061,"51":0.00038,"52":0.00152,"54":0.00038,"55":0.00493,"56":0.0019,"57":0.00379,"58":0.07428,"59":0.00114,"60":0.00341,"61":0.0019,"63":0.01099,"64":0.00227,"65":0.00152,"66":0.00038,"68":0.01364,"69":0.00493,"70":0.01516,"71":0.00379,"72":0.00038,"73":0.00038,"74":0.00341,"75":0.00152,"76":0.00152,"78":0.03828,"79":0.01327,"80":0.00796,"81":0.00076,"83":0.00531,"84":0.00114,"85":0.00644,"86":0.00265,"87":0.00303,"88":0.0144,"89":0.00227,"90":0.00076,"91":0.00531,"92":0.01023,"93":0.00569,"94":0.00227,"95":0.00114,"96":0.00227,"97":0.00076,"98":0.00265,"99":0.02615,"100":0.00152,"101":0.00076,"102":0.00227,"103":0.00493,"104":0.02691,"105":0.00417,"106":0.02577,"107":0.0019,"108":0.01175,"109":0.24256,"110":0.00152,"111":0.01819,"112":0.00303,"113":0.00227,"114":0.00531,"115":0.00493,"116":0.00644,"117":0.00872,"118":0.00417,"119":0.02691,"120":0.06519,"121":0.15615,"122":0.06519,"123":0.57343,"124":0.18154,"125":0.00076,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 27 30 31 32 34 36 39 41 42 45 46 53 62 67 77 126 127"},F:{"29":0.00152,"35":0.00076,"36":0.00076,"39":0.00038,"42":0.00038,"45":0.00076,"49":0.00076,"52":0.00038,"58":0.00076,"60":0.00076,"69":0.00076,"71":0.00038,"79":0.00531,"81":0.00038,"82":0.0019,"83":0.00038,"84":0.00038,"85":0.00114,"86":0.00076,"94":0.00152,"95":0.00455,"96":0.00152,"101":0.00076,"104":0.00227,"106":0.00379,"107":0.01327,"108":0.03676,"109":0.0307,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 30 31 32 33 34 37 38 40 41 43 44 46 47 48 50 51 53 54 55 56 57 62 63 64 65 66 67 68 70 72 73 74 75 76 77 78 80 87 88 89 90 91 92 93 97 98 99 100 102 103 105 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00303,"13":0.00303,"14":0.00152,"15":0.00076,"16":0.00303,"17":0.00265,"18":0.01402,"84":0.00341,"89":0.00152,"90":0.0019,"92":0.04927,"100":0.00227,"102":0.00038,"103":0.00038,"104":0.00038,"105":0.00038,"106":0.00038,"107":0.00265,"109":0.00985,"110":0.00417,"111":0.00038,"112":0.00076,"114":0.00038,"116":0.00038,"117":0.00038,"118":0.00076,"119":0.00417,"120":0.00569,"121":0.00606,"122":0.0216,"123":0.10498,"124":0.05117,_:"79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 101 108 113 115"},E:{"14":0.00152,_:"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 13.1 14.1 15.1 15.2-15.3 16.1 16.2 16.3 16.4 16.5 17.0 17.5","5.1":0.06974,"12.1":0.00076,"15.4":0.00379,"15.5":0.00038,"15.6":0.0019,"16.0":0.00038,"16.6":0.00038,"17.1":0.00038,"17.2":0.00038,"17.3":0.00417,"17.4":0.00227},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00042,"5.0-5.1":0.00042,"6.0-6.1":0.00106,"7.0-7.1":0.00169,"8.1-8.4":0.00042,"9.0-9.2":0.00106,"9.3":0.00529,"10.0-10.2":0.00106,"10.3":0.00847,"11.0-11.2":0.0072,"11.3-11.4":0.00212,"12.0-12.1":0.00148,"12.2-12.5":0.0345,"13.0-13.1":0.00063,"13.2":0.00698,"13.3":0.00169,"13.4-13.7":0.00656,"14.0-14.4":0.01291,"14.5-14.8":0.01968,"15.0-15.1":0.0091,"15.2-15.3":0.01037,"15.4":0.01185,"15.5":0.01503,"15.6-15.8":0.13123,"16.0":0.03069,"16.1":0.06392,"16.2":0.03069,"16.3":0.05419,"16.4":0.01122,"16.5":0.02349,"16.6-16.7":0.18563,"17.0":0.02222,"17.1":0.04106,"17.2":0.05461,"17.3":0.39835,"17.4":0.89914,"17.5":0.00825},P:{"4":0.37452,"20":0.16195,"21":0.31378,"22":0.38464,"23":0.51623,"24":0.55672,"5.0-5.4":0.03037,"6.2-6.4":0.06073,"7.2-7.4":0.45549,_:"8.2 10.1 12.0","9.2":0.02024,"11.1-11.2":0.03037,"13.0":0.03037,"14.0":0.15183,"15.0":0.02024,"16.0":0.23281,"17.0":0.06073,"18.0":0.17208,"19.0":0.30366},I:{"0":0.21079,"3":0,"4":0.00002,"2.1":0,"2.2":0,"2.3":0,"4.1":0.00004,"4.2-4.3":0.00013,"4.4":0,"4.4.3-4.4.4":0.00053},A:{"8":0.00114,"11":0.01706,_:"6 7 9 10 5.5"},K:{"0":17.13859,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.02886,_:"3.0-3.1"},Q:{_:"14.9"},O:{"0":1.09679},H:{"0":2.19},L:{"0":70.11237},R:{_:"0"},M:{"0":0.13469}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"48":0.00569,"52":0.01706,"56":0.00569,"59":0.01137,"78":0.01706,"88":0.01137,"91":0.00569,"102":0.00569,"113":0.00569,"115":0.2843,"116":0.00569,"120":0.00569,"121":0.01137,"122":0.01706,"123":0.04549,"124":1.11446,"125":0.57997,"126":0.00569,_:"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 57 58 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 98 99 100 101 103 104 105 106 107 108 109 110 111 112 114 117 118 119 127 128 3.5 3.6"},D:{"38":0.00569,"49":0.01137,"63":0.00569,"65":0.00569,"66":0.05117,"68":0.00569,"74":0.01137,"75":0.00569,"76":0.00569,"77":0.01137,"79":0.02843,"80":0.00569,"85":0.01137,"86":0.05117,"87":0.02843,"88":0.02274,"90":0.00569,"91":0.00569,"92":0.00569,"93":0.07392,"94":0.00569,"95":0.00569,"96":0.00569,"98":0.00569,"99":0.00569,"100":0.06255,"101":0.10803,"102":0.06823,"103":0.65389,"104":0.06255,"105":0.01137,"106":0.01137,"107":0.02274,"108":0.02274,"109":1.19975,"110":0.01137,"111":0.02843,"112":0.01706,"113":0.02274,"114":0.09098,"115":0.02843,"116":0.5686,"117":0.05686,"118":0.2047,"119":0.26724,"120":0.43782,"121":0.98368,"122":4.86153,"123":22.61891,"124":7.18142,"125":0.01706,_:"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 64 67 69 70 71 72 73 78 81 83 84 89 97 126 127"},F:{"46":0.00569,"89":0.00569,"95":0.01706,"102":0.00569,"107":0.81878,"108":0.2445,"109":0.10235,_:"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 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:{"17":0.00569,"85":0.00569,"92":0.01137,"109":0.07392,"110":0.00569,"112":0.05686,"113":0.01137,"114":0.00569,"117":0.00569,"118":0.0398,"119":0.01706,"120":0.03412,"121":0.07392,"122":0.65958,"123":5.30504,"124":2.08108,_:"12 13 14 15 16 18 79 80 81 83 84 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 111 115 116"},E:{"13":0.00569,"14":0.03412,"15":0.00569,_:"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.00569,"11.1":0.01137,"12.1":0.01706,"13.1":0.05686,"14.1":0.11941,"15.1":0.01137,"15.2-15.3":0.01706,"15.4":0.03412,"15.5":0.05117,"15.6":0.42645,"16.0":0.03412,"16.1":0.07392,"16.2":0.06255,"16.3":0.16489,"16.4":0.04549,"16.5":0.0796,"16.6":0.5686,"17.0":0.07392,"17.1":0.10803,"17.2":0.18195,"17.3":0.50605,"17.4":1.59777,"17.5":0.00569},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00431,"5.0-5.1":0.00431,"6.0-6.1":0.01079,"7.0-7.1":0.01726,"8.1-8.4":0.00431,"9.0-9.2":0.01079,"9.3":0.05393,"10.0-10.2":0.01079,"10.3":0.08628,"11.0-11.2":0.07334,"11.3-11.4":0.02157,"12.0-12.1":0.0151,"12.2-12.5":0.35159,"13.0-13.1":0.00647,"13.2":0.07118,"13.3":0.01726,"13.4-13.7":0.06687,"14.0-14.4":0.13158,"14.5-14.8":0.2006,"15.0-15.1":0.09275,"15.2-15.3":0.10569,"15.4":0.12079,"15.5":0.15315,"15.6-15.8":1.33734,"16.0":0.31277,"16.1":0.65141,"16.2":0.31277,"16.3":0.55219,"16.4":0.11432,"16.5":0.23943,"16.6-16.7":1.89169,"17.0":0.22649,"17.1":0.41846,"17.2":0.55651,"17.3":4.05947,"17.4":9.16294,"17.5":0.08412},P:{"4":0.07421,"20":0.0212,"21":0.04241,"22":0.04241,"23":0.20142,"24":2.72453,"5.0-5.4":0.0106,"6.2-6.4":0.0106,_:"7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0 18.0","13.0":0.0106,"16.0":0.0106,"17.0":0.0106,"19.0":0.0106},I:{"0":0.09022,"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.00023},A:{"11":0.06255,_:"6 7 8 9 10 5.5"},K:{"0":0.16393,_:"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.01294},H:{"0":0},L:{"0":17.63009},R:{_:"0"},M:{"0":0.40552}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"2":0.0034,"3":0.00681,"4":0.01021,"5":0.0034,"6":0.0034,"7":0.0034,"10":0.0034,"12":0.0034,"14":0.0034,"16":0.00681,"19":0.0034,"20":0.00681,"21":0.0034,"25":0.0034,"28":0.0034,"30":0.0034,"31":0.0034,"35":0.0034,"36":0.0034,"38":0.0034,"40":0.00681,"43":0.0034,"47":0.0034,"48":0.01021,"49":0.00681,"52":0.0034,"55":0.0034,"72":0.0034,"74":0.0034,"78":0.01021,"83":0.0034,"87":0.0034,"88":0.01021,"100":0.0034,"101":0.0034,"102":0.02042,"103":0.02723,"104":0.00681,"105":0.00681,"106":0.00681,"107":0.01362,"108":0.00681,"109":0.00681,"110":0.01362,"111":0.01362,"112":0.00681,"113":0.01362,"115":0.10212,"117":0.0034,"118":0.01362,"119":0.0034,"120":0.0034,"121":0.01021,"122":0.01702,"123":0.02383,"124":0.74888,"125":0.39146,"126":0.0034,_:"8 9 11 13 15 17 18 22 23 24 26 27 29 32 33 34 37 39 41 42 44 45 46 50 51 53 54 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 75 76 77 79 80 81 82 84 85 86 89 90 91 92 93 94 95 96 97 98 99 114 116 127 128","3.5":0.00681,"3.6":0.00681},D:{"4":0.00681,"5":0.0034,"7":0.0034,"9":0.0034,"10":0.0034,"11":0.0034,"13":0.0034,"15":0.0034,"16":0.0034,"19":0.0034,"20":0.0034,"32":0.0034,"34":0.02042,"36":0.0034,"37":0.0034,"38":0.0817,"39":0.0034,"41":0.01021,"45":0.0034,"47":0.02042,"48":0.0034,"49":0.00681,"51":0.0034,"52":0.0034,"53":0.02042,"55":0.00681,"56":0.02042,"57":0.0034,"61":0.0034,"62":0.0034,"63":0.0034,"65":0.00681,"66":0.0034,"67":0.0034,"68":0.00681,"69":0.00681,"70":0.00681,"71":0.0034,"72":0.0034,"73":0.00681,"74":0.0034,"75":0.00681,"76":0.0034,"77":0.20084,"78":0.02042,"79":0.17701,"80":0.01362,"81":0.02723,"83":0.00681,"84":0.00681,"85":0.02042,"86":0.1736,"87":0.10893,"88":0.01021,"89":0.02723,"90":0.00681,"91":0.01362,"92":0.0034,"93":0.0034,"94":0.06808,"95":0.01702,"96":0.00681,"97":0.00681,"98":0.02383,"99":0.03064,"100":0.17701,"101":0.32678,"102":0.18041,"103":0.22807,"104":0.2553,"105":0.58889,"106":0.06808,"107":0.06468,"108":0.07489,"109":0.83058,"110":0.05106,"111":0.07148,"112":0.06127,"113":0.09191,"114":0.45614,"115":0.01702,"116":0.13616,"117":0.02042,"118":0.05446,"119":0.09872,"120":0.19062,"121":0.24168,"122":0.88164,"123":11.25362,"124":4.4286,"125":0.02383,"126":0.0034,_:"6 8 12 14 17 18 21 22 23 24 25 26 27 28 29 30 31 33 35 40 42 43 44 46 50 54 58 59 60 64 127"},F:{"11":0.0034,"20":0.0034,"28":0.02723,"29":0.0034,"36":0.01021,"40":0.0034,"46":0.05787,"89":0.0034,"90":0.0034,"91":0.0034,"92":0.00681,"93":0.0034,"94":0.0034,"95":0.02723,"96":0.0034,"97":0.0034,"98":0.01021,"102":0.0034,"105":0.0034,"106":0.0034,"107":0.24849,"108":0.39827,"109":0.13276,_:"9 12 15 16 17 18 19 21 22 23 24 25 26 27 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 75 76 77 78 79 80 81 82 83 84 85 86 87 88 99 100 101 103 104 10.5 10.6 11.1 11.5 11.6","9.5-9.6":0.0034,"10.0-10.1":0.0034,"12.1":0.00681},B:{"12":0.0034,"16":0.0034,"18":0.0034,"84":0.0034,"92":0.00681,"100":0.0034,"101":0.0034,"103":0.0034,"104":0.0034,"106":0.00681,"107":0.01021,"108":0.01021,"109":0.04085,"110":0.01702,"111":0.02042,"112":0.05446,"113":0.01702,"114":0.00681,"115":0.01362,"116":0.0034,"117":0.0034,"118":0.0034,"119":0.01021,"120":0.02042,"121":0.03064,"122":0.1702,"123":1.83135,"124":0.87142,_:"13 14 15 17 79 80 81 83 85 86 87 88 89 90 91 93 94 95 96 97 98 99 102 105"},E:{"4":0.0034,"5":0.0034,"7":0.0034,"8":0.00681,"9":0.0034,"10":0.0034,"11":0.0034,"13":0.00681,"14":0.02723,"15":0.00681,_:"0 6 12 3.1 3.2 6.1 7.1 10.1 11.1","5.1":0.0034,"9.1":0.0034,"12.1":0.0034,"13.1":0.03744,"14.1":0.07829,"15.1":0.01021,"15.2-15.3":0.00681,"15.4":0.03064,"15.5":0.03064,"15.6":0.24509,"16.0":0.05106,"16.1":0.06808,"16.2":0.04425,"16.3":0.14978,"16.4":0.03404,"16.5":0.06468,"16.6":0.39486,"17.0":0.03064,"17.1":0.0851,"17.2":0.17701,"17.3":0.48677,"17.4":1.31394,"17.5":0.0034},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00316,"5.0-5.1":0.00316,"6.0-6.1":0.00791,"7.0-7.1":0.01265,"8.1-8.4":0.00316,"9.0-9.2":0.00791,"9.3":0.03953,"10.0-10.2":0.00791,"10.3":0.06324,"11.0-11.2":0.05376,"11.3-11.4":0.01581,"12.0-12.1":0.01107,"12.2-12.5":0.25771,"13.0-13.1":0.00474,"13.2":0.05218,"13.3":0.01265,"13.4-13.7":0.04901,"14.0-14.4":0.09644,"14.5-14.8":0.14704,"15.0-15.1":0.06799,"15.2-15.3":0.07747,"15.4":0.08854,"15.5":0.11226,"15.6-15.8":0.98026,"16.0":0.22925,"16.1":0.47748,"16.2":0.22925,"16.3":0.40475,"16.4":0.0838,"16.5":0.1755,"16.6-16.7":1.38659,"17.0":0.16601,"17.1":0.30673,"17.2":0.40791,"17.3":2.97556,"17.4":6.71635,"17.5":0.06166},P:{"4":0.49072,"20":0.02088,"21":0.04176,"22":0.02088,"23":0.1775,"24":3.00698,"5.0-5.4":0.04176,"6.2-6.4":0.03132,_:"7.2-7.4 8.2 9.2 10.1 14.0","11.1-11.2":0.01044,"12.0":0.01044,"13.0":0.01044,"15.0":0.01044,"16.0":0.02088,"17.0":0.01044,"18.0":0.01044,"19.0":0.01044},I:{"0":14.30062,"3":0,"4":0.00144,"2.1":0,"2.2":0,"2.3":0,"4.1":0.00287,"4.2-4.3":0.00862,"4.4":0,"4.4.3-4.4.4":0.0359},A:{"7":0.00502,"8":0.02512,"9":0.02512,"10":0.00502,"11":0.35677,_:"6","5.5":0.00502},K:{"0":1.33899,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.0066,_:"3.0-3.1"},Q:{"14.9":0.04617},O:{"0":0.51449},H:{"0":0},L:{"0":28.64776},R:{_:"0"},M:{"0":0.71237}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"115":14.88346,"123":0.05126,"124":0.02563,"125":0.09611,_:"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 121 122 126 127 128 3.5 3.6"},D:{"39":0.00641,"69":0.07688,"73":0.05766,"83":0.05766,"87":0.01281,"98":0.0897,"102":0.00641,"103":0.01922,"105":0.15377,"106":0.05766,"109":1.25577,"111":0.01281,"114":0.01281,"116":0.14736,"119":0.00641,"120":0.01922,"121":0.01281,"122":0.0897,"123":10.36653,"124":5.35625,_:"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 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 74 75 76 77 78 79 80 81 84 85 86 88 89 90 91 92 93 94 95 96 97 99 100 101 104 107 108 110 112 113 115 117 118 125 126 127"},F:{"95":0.43568,"107":0.12814,"108":0.14095,"109":0.01922,_:"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 106 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.01281,"90":0.02563,"105":0.01281,"109":0.01281,"113":1.67223,"120":0.03204,"121":10.16791,"122":0.08329,"123":8.97621,"124":2.43466,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 91 92 93 94 95 96 97 98 99 100 101 102 103 104 106 107 108 110 111 112 114 115 116 117 118 119"},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 16.0 16.1 16.2 16.3 16.4 16.5 16.6 17.0 17.1 17.2 17.5","14.1":0.03204,"15.5":0.00641,"15.6":0.00641,"17.3":0.00641,"17.4":0.03844},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00034,"5.0-5.1":0.00034,"6.0-6.1":0.00085,"7.0-7.1":0.00136,"8.1-8.4":0.00034,"9.0-9.2":0.00085,"9.3":0.00424,"10.0-10.2":0.00085,"10.3":0.00678,"11.0-11.2":0.00577,"11.3-11.4":0.0017,"12.0-12.1":0.00119,"12.2-12.5":0.02764,"13.0-13.1":0.00051,"13.2":0.0056,"13.3":0.00136,"13.4-13.7":0.00526,"14.0-14.4":0.01034,"14.5-14.8":0.01577,"15.0-15.1":0.00729,"15.2-15.3":0.00831,"15.4":0.0095,"15.5":0.01204,"15.6-15.8":0.10515,"16.0":0.02459,"16.1":0.05122,"16.2":0.02459,"16.3":0.04341,"16.4":0.00899,"16.5":0.01882,"16.6-16.7":0.14873,"17.0":0.01781,"17.1":0.0329,"17.2":0.04375,"17.3":0.31917,"17.4":0.72042,"17.5":0.00661},P:{"4":0.06398,"21":0.01066,"22":0.15995,"23":0.03199,"24":0.29857,_:"20 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 17.0 18.0","5.0-5.4":0.06398,"16.0":0.02133,"19.0":0.01066},I:{"0":0.08588,"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:{_:"6 7 8 9 10 11 5.5"},K:{"0":0.57488,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.01078,_:"3.0-3.1"},Q:{_:"14.9"},O:{"0":0.24432},H:{"0":0},L:{"0":39.37616},R:{_:"0"},M:{"0":0.00359}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"50":0.01044,"52":0.0992,"60":0.00522,"68":0.00522,"72":0.00522,"77":0.02088,"78":0.02088,"83":0.02088,"84":0.00522,"88":0.04699,"89":0.00522,"91":0.01566,"93":0.00522,"99":0.01044,"102":0.02088,"103":0.04177,"107":0.00522,"108":0.00522,"111":0.01566,"113":0.03133,"114":0.00522,"115":0.8197,"116":0.00522,"117":0.00522,"118":0.03133,"119":0.01566,"120":0.00522,"121":0.03133,"122":0.05221,"123":0.13053,"124":3.34144,"125":1.81691,"126":0.00522,_:"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 53 54 55 56 57 58 59 61 62 63 64 65 66 67 69 70 71 73 74 75 76 79 80 81 82 85 86 87 90 92 94 95 96 97 98 100 101 104 105 106 109 110 112 127 128 3.5 3.6"},D:{"41":0.00522,"43":0.00522,"44":0.00522,"45":0.00522,"46":0.00522,"48":0.00522,"49":0.02088,"51":0.04699,"70":0.00522,"76":0.00522,"78":0.00522,"79":0.02088,"80":0.00522,"81":0.00522,"83":0.00522,"84":0.00522,"85":0.01566,"86":0.00522,"87":0.05221,"88":0.02088,"89":0.01044,"90":0.02611,"91":0.00522,"92":0.00522,"93":0.01044,"94":0.00522,"95":0.00522,"96":0.00522,"98":0.04699,"99":0.01044,"100":0.02088,"102":0.02088,"103":0.03133,"104":0.02611,"105":0.00522,"106":0.00522,"107":0.01044,"108":0.01044,"109":2.30246,"110":0.00522,"111":0.03655,"112":0.05743,"113":0.00522,"114":0.01044,"115":1.46188,"116":0.14097,"117":0.02088,"118":0.02611,"119":0.07309,"120":0.10442,"121":0.27671,"122":1.0442,"123":19.8398,"124":7.38772,"125":0.03133,_:"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 47 50 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 71 72 73 74 75 77 97 101 126 127"},F:{"28":0.00522,"46":0.02088,"82":0.00522,"95":0.02088,"99":0.03133,"106":0.01044,"107":1.07031,"108":0.6213,"109":0.21406,_:"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 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 96 97 98 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:{"85":0.01044,"92":0.00522,"98":0.00522,"107":0.00522,"108":0.00522,"109":0.27149,"113":0.00522,"114":0.00522,"115":0.00522,"116":0.00522,"118":0.00522,"119":0.01044,"120":0.08876,"121":0.06265,"122":0.25583,"123":3.91575,"124":1.83779,_:"12 13 14 15 16 17 18 79 80 81 83 84 86 87 88 89 90 91 93 94 95 96 97 99 100 101 102 103 104 105 106 110 111 112 117"},E:{"9":0.01044,"14":0.03133,_:"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","13.1":0.06787,"14.1":0.10442,"15.1":0.00522,"15.2-15.3":0.01044,"15.4":0.01566,"15.5":0.02088,"15.6":0.16185,"16.0":0.01566,"16.1":0.08876,"16.2":0.04177,"16.3":0.08354,"16.4":0.05743,"16.5":0.05743,"16.6":0.24017,"17.0":0.06265,"17.1":0.14097,"17.2":0.11486,"17.3":0.28193,"17.4":0.88757,"17.5":0.00522},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00201,"5.0-5.1":0.00201,"6.0-6.1":0.00503,"7.0-7.1":0.00805,"8.1-8.4":0.00201,"9.0-9.2":0.00503,"9.3":0.02514,"10.0-10.2":0.00503,"10.3":0.04023,"11.0-11.2":0.0342,"11.3-11.4":0.01006,"12.0-12.1":0.00704,"12.2-12.5":0.16394,"13.0-13.1":0.00302,"13.2":0.03319,"13.3":0.00805,"13.4-13.7":0.03118,"14.0-14.4":0.06135,"14.5-14.8":0.09354,"15.0-15.1":0.04325,"15.2-15.3":0.04928,"15.4":0.05632,"15.5":0.07141,"15.6-15.8":0.62358,"16.0":0.14584,"16.1":0.30374,"16.2":0.14584,"16.3":0.25748,"16.4":0.05331,"16.5":0.11164,"16.6-16.7":0.88206,"17.0":0.10561,"17.1":0.19512,"17.2":0.25949,"17.3":1.89286,"17.4":4.27251,"17.5":0.03922},P:{"4":0.16662,"20":0.03124,"21":0.02083,"22":0.0729,"23":0.36448,"24":2.99911,"5.0-5.4":0.03124,_:"6.2-6.4 7.2-7.4 9.2 10.1 11.1-11.2 12.0 16.0","8.2":0.06248,"13.0":0.01041,"14.0":0.04165,"15.0":0.02083,"17.0":0.01041,"18.0":0.01041,"19.0":0.02083},I:{"0":0.08089,"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.0002},A:{"8":0.02088,"9":0.00522,"10":0.00522,"11":0.03655,_:"6 7 5.5"},K:{"0":0.29146,_:"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.11945},H:{"0":0},L:{"0":32.86964},R:{_:"0"},M:{"0":0.72626}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"43":0.00524,"50":0.01572,"52":0.05765,"53":0.01572,"56":0.01048,"60":0.00524,"71":0.00524,"78":0.01572,"88":0.00524,"95":0.00524,"99":0.01048,"102":0.00524,"103":0.00524,"105":0.01048,"106":0.00524,"107":0.01048,"108":0.00524,"109":0.00524,"111":0.00524,"113":0.02621,"115":0.67609,"116":0.00524,"118":0.00524,"119":0.02096,"120":0.00524,"121":0.01572,"122":0.08386,"123":0.11006,"124":2.55237,"125":1.29977,"126":0.00524,_:"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 44 45 46 47 48 49 51 54 55 57 58 59 61 62 63 64 65 66 67 68 69 70 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 89 90 91 92 93 94 96 97 98 100 101 104 110 112 114 117 127 128 3.5 3.6"},D:{"34":0.00524,"38":0.00524,"41":0.00524,"47":0.01048,"49":0.02621,"63":0.06813,"71":0.00524,"79":0.11006,"80":0.00524,"81":0.01048,"83":0.00524,"84":0.00524,"85":0.02621,"86":0.02621,"87":0.06289,"88":0.00524,"89":0.00524,"90":0.00524,"91":0.01572,"92":0.00524,"93":0.06813,"94":0.00524,"95":0.00524,"96":0.00524,"97":0.00524,"98":0.02096,"99":0.01572,"100":0.00524,"101":0.00524,"102":0.00524,"103":0.03669,"104":0.00524,"105":0.00524,"106":0.02096,"107":0.03145,"108":0.04193,"109":3.07123,"110":0.01048,"111":0.02621,"112":0.03669,"113":0.04717,"114":0.07862,"115":0.03669,"116":0.06289,"117":0.01048,"118":0.02621,"119":0.07337,"120":0.1153,"121":0.27253,"122":0.94862,"123":16.56156,"124":14.21359,"125":0.10482,_:"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 48 50 51 52 53 54 55 56 57 58 59 60 61 62 64 65 66 67 68 69 70 72 73 74 75 76 77 78 126 127"},F:{"28":0.00524,"36":0.01572,"46":0.01572,"77":0.02096,"79":0.00524,"85":0.00524,"86":0.00524,"90":0.00524,"95":0.15723,"106":0.02621,"107":1.08489,"108":1.08489,"109":0.39308,_:"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 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 78 80 81 82 83 84 87 88 89 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:{"92":0.00524,"97":0.00524,"105":0.01048,"106":0.00524,"107":0.00524,"108":0.00524,"109":0.07337,"110":0.00524,"113":0.00524,"114":0.01048,"116":0.00524,"118":0.00524,"119":0.00524,"120":0.03145,"121":0.02096,"122":0.28301,"123":2.56809,"124":2.19074,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 98 99 100 101 102 103 104 111 112 115 117"},E:{"9":0.00524,"14":0.01048,"15":0.00524,_:"0 4 5 6 7 8 10 11 12 13 3.1 3.2 5.1 6.1 7.1 10.1 11.1","9.1":0.00524,"12.1":0.00524,"13.1":0.01572,"14.1":0.03669,"15.1":0.01048,"15.2-15.3":0.00524,"15.4":0.01048,"15.5":0.01048,"15.6":0.12054,"16.0":0.01048,"16.1":0.03145,"16.2":0.01572,"16.3":0.04193,"16.4":0.01572,"16.5":0.03669,"16.6":0.14151,"17.0":0.03669,"17.1":0.06289,"17.2":0.12578,"17.3":0.19392,"17.4":0.67085,"17.5":0.01572},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.00448,"7.0-7.1":0.00716,"8.1-8.4":0.00179,"9.0-9.2":0.00448,"9.3":0.02238,"10.0-10.2":0.00448,"10.3":0.03581,"11.0-11.2":0.03044,"11.3-11.4":0.00895,"12.0-12.1":0.00627,"12.2-12.5":0.14591,"13.0-13.1":0.00269,"13.2":0.02954,"13.3":0.00716,"13.4-13.7":0.02775,"14.0-14.4":0.05461,"14.5-14.8":0.08325,"15.0-15.1":0.03849,"15.2-15.3":0.04386,"15.4":0.05013,"15.5":0.06356,"15.6-15.8":0.555,"16.0":0.1298,"16.1":0.27034,"16.2":0.1298,"16.3":0.22916,"16.4":0.04744,"16.5":0.09936,"16.6-16.7":0.78506,"17.0":0.09399,"17.1":0.17366,"17.2":0.23095,"17.3":1.68471,"17.4":3.80267,"17.5":0.03491},P:{"4":0.11422,"20":0.01038,"21":0.03115,"22":0.02077,"23":0.14537,"24":1.77554,"5.0-5.4":0.02077,_:"6.2-6.4 7.2-7.4 8.2 9.2 10.1 12.0 14.0 15.0 16.0 18.0","11.1-11.2":0.01038,"13.0":0.01038,"17.0":0.01038,"19.0":0.01038},I:{"0":0.07109,"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.00018},A:{"8":0.01048,"11":0.04193,_:"6 7 9 10 5.5"},K:{"0":0.52349,_:"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.0238},H:{"0":0},L:{"0":35.97866},R:{_:"0"},M:{"0":0.30458}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"4":0.22976,"43":0.00145,"47":0.00289,"57":0.01445,"60":0.00145,"95":0.00145,"115":0.03902,"119":0.01156,"120":0.00578,"121":0.00145,"122":0.00578,"123":0.01301,"124":0.26444,"125":0.2182,"126":0.05202,_:"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 44 45 46 48 49 50 51 52 53 54 55 56 58 59 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 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 127 128 3.5 3.6"},D:{"11":0.00145,"29":0.00145,"33":0.00289,"39":0.00145,"43":0.00289,"46":0.00145,"50":0.00867,"58":0.00289,"60":0.00289,"63":0.02457,"64":0.00867,"65":0.01156,"66":0.00145,"67":0.00145,"68":0.00289,"69":0.01301,"70":0.00145,"71":0.00145,"72":0.01301,"74":0.00434,"75":0.05058,"76":0.00723,"77":0.00289,"79":0.00578,"80":0.00434,"81":0.00578,"83":0.00434,"84":0.00289,"86":0.00289,"87":0.00867,"88":0.00723,"90":0.00434,"91":0.00289,"92":0.00289,"93":0.05058,"94":0.00145,"95":0.00145,"96":0.00145,"98":0.00145,"99":0.00723,"100":0.00145,"101":0.00434,"102":0.0159,"103":0.07659,"104":0.00145,"105":0.00723,"106":0.00578,"107":0.01445,"108":0.01445,"109":0.18063,"110":0.00723,"111":0.02023,"112":0.00578,"113":0.00723,"114":0.00578,"115":0.00145,"116":0.03179,"117":0.03468,"118":0.01301,"119":0.02746,"120":0.05491,"121":0.19219,"122":0.30345,"123":3.13565,"124":0.96093,"125":0.00723,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 30 31 32 34 35 36 37 38 40 41 42 44 45 47 48 49 51 52 53 54 55 56 57 59 61 62 73 78 85 89 97 126 127"},F:{"37":0.00289,"42":0.00145,"46":0.01156,"48":0.00145,"65":0.01301,"74":0.00145,"79":0.01156,"81":0.00145,"82":0.00145,"89":0.00289,"90":0.01012,"95":0.01879,"106":0.00145,"107":0.01156,"108":0.34825,"109":0.08381,_:"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 38 39 40 41 43 44 45 47 49 50 51 52 53 54 55 56 57 58 60 62 63 64 66 67 68 69 70 71 72 73 75 76 77 78 80 83 84 85 86 87 88 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.0159,"13":0.00578,"14":0.00578,"15":0.01879,"16":0.00578,"17":0.00578,"18":0.07514,"84":0.00723,"85":0.00145,"89":0.00434,"90":0.00289,"92":0.03179,"100":0.00723,"107":0.00145,"108":0.01879,"109":0.00145,"111":0.00145,"112":0.01156,"113":0.00145,"114":0.00145,"115":0.00145,"116":0.00434,"117":0.01012,"118":0.00289,"119":0.01012,"120":0.01445,"121":0.01734,"122":0.14739,"123":1.32507,"124":0.50431,_:"79 80 81 83 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 110"},E:{"12":0.00145,"14":0.03324,_:"0 4 5 6 7 8 9 10 11 13 15 3.1 3.2 6.1 9.1 10.1 12.1 15.1 15.4 16.4","5.1":0.00289,"7.1":0.00145,"11.1":0.00578,"13.1":0.01879,"14.1":0.0159,"15.2-15.3":0.00145,"15.5":0.00145,"15.6":0.05925,"16.0":0.00145,"16.1":0.00434,"16.2":0.00145,"16.3":0.00434,"16.5":0.00578,"16.6":0.06936,"17.0":0.00145,"17.1":0.02601,"17.2":0.02601,"17.3":0.03179,"17.4":0.03613,"17.5":0.00145},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.00307,"7.0-7.1":0.00491,"8.1-8.4":0.00123,"9.0-9.2":0.00307,"9.3":0.01536,"10.0-10.2":0.00307,"10.3":0.02457,"11.0-11.2":0.02088,"11.3-11.4":0.00614,"12.0-12.1":0.0043,"12.2-12.5":0.10012,"13.0-13.1":0.00184,"13.2":0.02027,"13.3":0.00491,"13.4-13.7":0.01904,"14.0-14.4":0.03747,"14.5-14.8":0.05713,"15.0-15.1":0.02641,"15.2-15.3":0.0301,"15.4":0.0344,"15.5":0.04361,"15.6-15.8":0.38083,"16.0":0.08907,"16.1":0.1855,"16.2":0.08907,"16.3":0.15725,"16.4":0.03256,"16.5":0.06818,"16.6-16.7":0.5387,"17.0":0.0645,"17.1":0.11916,"17.2":0.15848,"17.3":1.15602,"17.4":2.60933,"17.5":0.02396},P:{"4":0.2324,"20":0.0101,"21":0.06063,"22":0.06063,"23":0.15156,"24":0.50522,"5.0-5.4":0.03031,"6.2-6.4":0.02021,"7.2-7.4":0.09094,"8.2":0.0101,"9.2":0.02021,_:"10.1 12.0 13.0 14.0 15.0 18.0","11.1-11.2":0.0101,"16.0":0.03031,"17.0":0.0101,"19.0":0.03031},I:{"0":0.0426,"3":0,"4":0,"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.00011},A:{"10":0.00289,"11":0.03468,_:"6 7 8 9 5.5"},K:{"0":9.64744,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.05133,_:"3.0-3.1"},Q:{"14.9":0.00856},O:{"0":0.26521},H:{"0":5.82},L:{"0":66.69409},R:{_:"0"},M:{"0":0.03422}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"78":0.47572,"115":0.19351,"123":0.00806,"124":0.87887,"125":0.4354,_:"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 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 126 127 128 3.5 3.6"},D:{"79":0.01613,"87":0.00806,"94":0.00806,"103":0.00806,"108":0.00806,"109":2.27377,"116":14.13444,"117":0.04032,"118":0.02419,"120":0.01613,"121":0.02419,"122":0.28221,"123":39.61352,"124":15.86798,_:"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 80 81 83 84 85 86 88 89 90 91 92 93 95 96 97 98 99 100 101 102 104 105 106 107 110 111 112 113 114 115 119 125 126 127"},F:{"46":0.00806,"107":0.03225,"108":0.00806,"109":0.02419,_:"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 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.00806,"122":0.01613,"123":2.37052,"124":2.55597,_:"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 111 112 113 114 115 116 117 118 119 120 121"},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 15.1 15.2-15.3 15.4 16.0 16.1 16.4 17.0 17.2 17.5","13.1":0.02419,"14.1":0.02419,"15.5":0.00806,"15.6":0.08869,"16.2":0.00806,"16.3":0.00806,"16.5":0.03225,"16.6":0.29027,"17.1":0.03225,"17.3":0.0645,"17.4":0.28221},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00099,"5.0-5.1":0.00099,"6.0-6.1":0.00248,"7.0-7.1":0.00397,"8.1-8.4":0.00099,"9.0-9.2":0.00248,"9.3":0.01239,"10.0-10.2":0.00248,"10.3":0.01983,"11.0-11.2":0.01685,"11.3-11.4":0.00496,"12.0-12.1":0.00347,"12.2-12.5":0.0808,"13.0-13.1":0.00149,"13.2":0.01636,"13.3":0.00397,"13.4-13.7":0.01537,"14.0-14.4":0.03024,"14.5-14.8":0.0461,"15.0-15.1":0.02131,"15.2-15.3":0.02429,"15.4":0.02776,"15.5":0.03519,"15.6-15.8":0.30732,"16.0":0.07187,"16.1":0.14969,"16.2":0.07187,"16.3":0.12689,"16.4":0.02627,"16.5":0.05502,"16.6-16.7":0.43471,"17.0":0.05205,"17.1":0.09616,"17.2":0.12789,"17.3":0.93287,"17.4":2.10564,"17.5":0.01933},P:{"4":0.01021,"23":0.01021,"24":1.3989,_:"20 21 22 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.03063},I:{"0":0.00579,"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.00001},A:{"11":0.00806,_:"6 7 8 9 10 5.5"},K:{"0":0.00581,_:"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":13.04726},R:{_:"0"},M:{"0":0.13946}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"52":0.00587,"66":0.00196,"68":0.00587,"70":0.02151,"72":0.00782,"78":0.01369,"80":0.00782,"81":0.00196,"84":0.00196,"85":0.00196,"91":0.00391,"95":0.01173,"96":0.00196,"97":0.00196,"99":0.00196,"102":0.00196,"104":0.00196,"109":0.00391,"113":0.00196,"115":0.18768,"116":0.00196,"120":0.00587,"121":0.00587,"122":0.00978,"123":0.03324,"124":0.58846,"125":0.36168,"126":0.00782,_:"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 67 69 71 73 74 75 76 77 79 82 83 86 87 88 89 90 92 93 94 98 100 101 103 105 106 107 108 110 111 112 114 117 118 119 127 128 3.5 3.6"},D:{"11":0.00196,"34":0.00196,"36":0.00391,"38":0.00391,"39":0.00196,"43":0.00196,"49":0.00196,"50":0.00196,"51":0.00196,"53":0.00196,"56":0.00196,"59":0.00196,"63":0.00196,"65":0.00196,"68":0.00391,"69":0.01369,"70":0.00782,"71":0.00196,"73":0.00196,"74":0.00196,"75":0.00978,"76":0.00196,"77":0.00391,"79":0.04301,"80":0.00196,"81":0.00391,"83":0.0176,"86":0.0176,"87":0.02737,"88":0.02933,"90":0.00196,"91":0.01564,"92":0.00782,"93":0.02151,"94":0.00196,"95":0.01369,"96":0.00196,"97":0.00196,"98":0.01369,"99":0.01173,"100":0.00391,"101":0.00196,"102":0.00391,"103":0.1349,"104":0.00196,"105":0.00196,"106":0.00391,"107":0.00196,"108":0.02542,"109":0.96577,"110":0.00978,"111":0.00196,"112":0.00587,"113":0.00196,"114":0.01955,"115":0.00391,"116":0.10948,"117":0.02542,"118":0.00782,"119":0.03519,"120":0.04106,"121":0.08798,"122":0.26979,"123":5.46814,"124":2.60406,"125":0.01955,_:"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 37 40 41 42 44 45 46 47 48 52 54 55 57 58 60 61 62 64 66 67 72 78 84 85 89 126 127"},F:{"40":0.00196,"46":0.00196,"79":0.00587,"85":0.00196,"89":0.00782,"95":0.01369,"102":0.00587,"107":0.04497,"108":0.24047,"109":0.06256,_:"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 80 81 82 83 84 86 87 88 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.00196,"13":0.00196,"15":0.00587,"17":0.00196,"18":0.00587,"84":0.00196,"90":0.00196,"92":0.00978,"100":0.00196,"101":0.00587,"102":0.00196,"109":0.01564,"112":0.00196,"114":0.00196,"115":0.00196,"117":0.00391,"118":0.00391,"119":0.00587,"120":0.02542,"121":0.02151,"122":0.11535,"123":1.66566,"124":0.84847,_:"14 16 79 80 81 83 85 86 87 88 89 91 93 94 95 96 97 98 99 103 104 105 106 107 108 110 111 113 116"},E:{"11":0.00196,"13":0.00196,"14":0.01369,_:"0 4 5 6 7 8 9 10 12 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 17.5","12.1":0.00782,"13.1":0.02737,"14.1":0.02542,"15.1":0.00196,"15.2-15.3":0.00391,"15.4":0.00196,"15.5":0.00391,"15.6":0.06061,"16.0":0.00196,"16.1":0.01369,"16.2":0.00391,"16.3":0.01369,"16.4":0.00196,"16.5":0.00587,"16.6":0.02737,"17.0":0.0176,"17.1":0.01564,"17.2":0.01955,"17.3":0.04692,"17.4":0.14272},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00308,"5.0-5.1":0.00308,"6.0-6.1":0.00771,"7.0-7.1":0.01233,"8.1-8.4":0.00308,"9.0-9.2":0.00771,"9.3":0.03854,"10.0-10.2":0.00771,"10.3":0.06166,"11.0-11.2":0.05241,"11.3-11.4":0.01541,"12.0-12.1":0.01079,"12.2-12.5":0.25125,"13.0-13.1":0.00462,"13.2":0.05087,"13.3":0.01233,"13.4-13.7":0.04778,"14.0-14.4":0.09403,"14.5-14.8":0.14335,"15.0-15.1":0.06628,"15.2-15.3":0.07553,"15.4":0.08632,"15.5":0.10944,"15.6-15.8":0.95568,"16.0":0.22351,"16.1":0.46551,"16.2":0.22351,"16.3":0.3946,"16.4":0.0817,"16.5":0.1711,"16.6-16.7":1.35183,"17.0":0.16185,"17.1":0.29904,"17.2":0.39769,"17.3":2.90096,"17.4":6.54796,"17.5":0.06012},P:{"4":0.17451,"20":0.04106,"21":0.11292,"22":0.12318,"23":0.37981,"24":1.56031,_:"5.0-5.4 6.2-6.4 8.2 10.1 12.0 14.0","7.2-7.4":0.32849,"9.2":0.01027,"11.1-11.2":0.02053,"13.0":0.02053,"15.0":0.02053,"16.0":0.04106,"17.0":0.10265,"18.0":0.02053,"19.0":0.11292},I:{"0":0.03205,"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.00391,_:"6 7 8 9 10 5.5"},K:{"0":0.26962,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.01609,_:"3.0-3.1"},Q:{_:"14.9"},O:{"0":0.02414},H:{"0":0.02},L:{"0":65.50925},R:{_:"0"},M:{"0":0.0885}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"7":0.00168,"34":0.00337,"106":0.00168,"109":0.00168,"115":0.02188,"116":0.0101,"118":0.01346,"123":0.03198,"124":0.26423,"125":0.15652,"126":0.00673,_:"2 3 4 5 6 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 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 107 108 110 111 112 113 114 117 119 120 121 122 127 128 3.5 3.6"},D:{"11":0.00337,"33":0.00168,"38":0.00505,"43":0.00337,"56":0.00337,"58":0.04544,"59":0.00505,"64":0.12791,"65":0.00168,"68":0.04712,"69":0.00842,"70":0.00505,"71":0.00168,"72":0.00168,"73":0.00673,"74":0.00337,"75":0.00168,"77":0.01515,"78":0.00505,"79":0.05217,"80":0.00168,"81":0.00505,"83":0.0101,"85":0.00168,"86":0.00168,"87":0.04712,"88":0.02693,"91":0.00168,"93":0.00337,"95":0.00337,"98":0.0101,"99":0.03198,"102":0.01346,"103":0.03703,"104":0.00842,"105":0.00505,"106":0.00842,"107":0.00168,"108":0.01346,"109":0.2777,"110":0.0101,"111":0.03198,"112":0.0101,"113":0.00168,"114":0.01178,"115":0.00505,"116":0.01683,"117":0.02188,"118":0.00673,"119":0.23899,"120":0.06227,"121":0.05049,"122":0.24908,"123":6.95416,"124":3.38451,"125":0.02861,_:"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 34 35 36 37 39 40 41 42 44 45 46 47 48 49 50 51 52 53 54 55 57 60 61 62 63 66 67 76 84 89 90 92 94 96 97 100 101 126 127"},F:{"18":0.00168,"79":0.01683,"83":0.00168,"95":0.00337,"105":0.00168,"106":0.00168,"107":0.02861,"108":0.19186,"109":0.10603,_:"9 11 12 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 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 84 85 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:{"12":0.00168,"14":0.00168,"15":0.00168,"16":0.00673,"17":0.00168,"18":0.01851,"84":0.00673,"89":0.00168,"90":0.00505,"92":0.02525,"100":0.00168,"107":0.00842,"108":0.00337,"109":0.0101,"111":0.00168,"112":0.00337,"114":0.00337,"115":0.00168,"117":0.00168,"118":0.00842,"119":0.02356,"120":0.0101,"121":0.0202,"122":0.08078,"123":1.21849,"124":0.50658,_:"13 79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 110 113 116"},E:{"13":0.00337,"14":0.00842,"15":0.00168,_:"0 4 5 6 7 8 9 10 11 12 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 16.0 17.5","5.1":0.00168,"13.1":0.00505,"14.1":0.04039,"15.1":0.00168,"15.2-15.3":0.00337,"15.4":0.00673,"15.5":0.00337,"15.6":0.05049,"16.1":0.00842,"16.2":0.00505,"16.3":0.00842,"16.4":0.00168,"16.5":0.00505,"16.6":0.0101,"17.0":0.00673,"17.1":0.00337,"17.2":0.01178,"17.3":0.0202,"17.4":0.08415},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00168,"5.0-5.1":0.00168,"6.0-6.1":0.00419,"7.0-7.1":0.00671,"8.1-8.4":0.00168,"9.0-9.2":0.00419,"9.3":0.02096,"10.0-10.2":0.00419,"10.3":0.03354,"11.0-11.2":0.02851,"11.3-11.4":0.00838,"12.0-12.1":0.00587,"12.2-12.5":0.13667,"13.0-13.1":0.00252,"13.2":0.02767,"13.3":0.00671,"13.4-13.7":0.02599,"14.0-14.4":0.05115,"14.5-14.8":0.07798,"15.0-15.1":0.03605,"15.2-15.3":0.04108,"15.4":0.04695,"15.5":0.05953,"15.6-15.8":0.51984,"16.0":0.12158,"16.1":0.25321,"16.2":0.12158,"16.3":0.21464,"16.4":0.04444,"16.5":0.09307,"16.6-16.7":0.73532,"17.0":0.08804,"17.1":0.16266,"17.2":0.21632,"17.3":1.57797,"17.4":3.56175,"17.5":0.0327},P:{"4":0.14288,"20":0.04082,"21":0.13268,"22":0.28576,"23":0.56132,"24":1.65334,_:"5.0-5.4 8.2 10.1 12.0","6.2-6.4":0.07144,"7.2-7.4":0.79605,"9.2":0.01021,"11.1-11.2":0.02041,"13.0":0.01021,"14.0":0.03062,"15.0":0.02041,"16.0":0.08165,"17.0":0.01021,"18.0":0.02041,"19.0":0.30617},I:{"0":0.14083,"3":0,"4":0.00001,"2.1":0,"2.2":0,"2.3":0,"4.1":0.00003,"4.2-4.3":0.00008,"4.4":0,"4.4.3-4.4.4":0.00035},A:{"8":0.00748,"11":0.00935,_:"6 7 9 10 5.5"},K:{"0":2.32054,_:"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":1.94641},H:{"0":0.1},L:{"0":67.18929},R:{_:"0"},M:{"0":0.04991}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"4":0.0486,"72":0.00286,"103":0.00572,"108":0.00286,"113":0.0143,"115":0.43743,"116":0.00286,"118":0.00286,"121":0.01715,"122":0.05718,"123":0.0143,"124":1.82404,"125":0.46602,_:"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 52 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 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 104 105 106 107 109 110 111 112 114 117 119 120 126 127 128 3.5 3.6"},D:{"47":0.00286,"49":0.00572,"58":0.01144,"65":0.02287,"68":0.00286,"69":0.02573,"70":0.00286,"73":0.00858,"76":0.02573,"78":0.00286,"79":0.00572,"80":0.00286,"81":0.01144,"83":0.01144,"84":0.00286,"86":0.00286,"87":0.01144,"88":0.00286,"89":0.00286,"90":0.00572,"92":0.00858,"93":0.02573,"94":0.04003,"99":0.00572,"100":0.00858,"102":0.00858,"103":0.14867,"104":0.00286,"108":0.00286,"109":0.76335,"111":0.06004,"112":0.00858,"113":0.00572,"114":0.00858,"115":0.02001,"116":0.12008,"117":0.00858,"118":0.00858,"119":0.06576,"120":0.07148,"121":0.10292,"122":0.65471,"123":10.77271,"124":4.76881,"125":0.02001,_:"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 56 57 59 60 61 62 63 64 66 67 71 72 74 75 77 85 91 95 96 97 98 101 105 106 107 110 126 127"},F:{"95":0.00286,"107":0.77193,"108":0.35452,"109":0.18869,_:"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 106 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6","12.1":0.00286},B:{"15":0.00858,"16":0.00286,"18":0.00858,"92":0.01144,"99":0.00572,"100":0.00286,"109":0.03145,"110":0.00858,"114":0.01144,"118":0.00286,"119":0.00286,"120":0.02573,"121":0.03145,"122":0.15439,"123":2.40156,"124":0.90916,_:"12 13 14 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 101 102 103 104 105 106 107 108 111 112 113 115 116 117"},E:{"14":0.01715,_:"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 17.5","13.1":0.00286,"14.1":0.0486,"15.1":0.00572,"15.2-15.3":0.00858,"15.4":0.00572,"15.5":0.00286,"15.6":0.21157,"16.0":0.02859,"16.1":0.00286,"16.2":0.08863,"16.3":0.02573,"16.4":0.01144,"16.5":0.02001,"16.6":0.09435,"17.0":0.01144,"17.1":0.01144,"17.2":0.00572,"17.3":0.06004,"17.4":0.36881},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00293,"5.0-5.1":0.00293,"6.0-6.1":0.00732,"7.0-7.1":0.01172,"8.1-8.4":0.00293,"9.0-9.2":0.00732,"9.3":0.03661,"10.0-10.2":0.00732,"10.3":0.05858,"11.0-11.2":0.04979,"11.3-11.4":0.01464,"12.0-12.1":0.01025,"12.2-12.5":0.2387,"13.0-13.1":0.00439,"13.2":0.04833,"13.3":0.01172,"13.4-13.7":0.0454,"14.0-14.4":0.08933,"14.5-14.8":0.13619,"15.0-15.1":0.06297,"15.2-15.3":0.07176,"15.4":0.08201,"15.5":0.10397,"15.6-15.8":0.90794,"16.0":0.21234,"16.1":0.44225,"16.2":0.21234,"16.3":0.37489,"16.4":0.07761,"16.5":0.16255,"16.6-16.7":1.28429,"17.0":0.15376,"17.1":0.2841,"17.2":0.37782,"17.3":2.75603,"17.4":6.22083,"17.5":0.05711},P:{"4":0.50277,"20":0.11522,"21":0.17806,"22":0.07332,"23":0.4085,"24":6.30552,_:"5.0-5.4 6.2-6.4 8.2 9.2 10.1","7.2-7.4":0.42945,"11.1-11.2":0.01047,"12.0":0.01047,"13.0":0.03142,"14.0":0.01047,"15.0":0.01047,"16.0":0.08379,"17.0":0.0419,"18.0":0.0419,"19.0":0.08379},I:{"0":0.01422,"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.05432,_:"6 7 8 9 10 5.5"},K:{"0":0.38556,_:"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.06426},O:{"0":0.97104},H:{"0":0},L:{"0":48.00396},R:{_:"0"},M:{"0":0.0714}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"4":0.00609,"43":0.01217,"78":0.01217,"115":2.28225,"124":0.9981,"125":0.37733,_:"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 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 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 126 127 128 3.5 3.6"},D:{"11":0.01826,"36":0.01826,"42":0.0852,"43":0.00609,"50":0.02434,"52":0.04869,"56":0.00609,"62":0.01217,"65":0.00609,"68":0.01826,"72":0.01826,"77":0.00609,"79":0.06695,"83":0.01826,"84":0.01826,"87":0.28604,"88":0.0426,"89":1.12591,"92":0.03043,"95":0.14606,"99":0.01217,"104":0.05477,"106":0.01217,"109":3.52379,"112":0.01217,"116":0.03652,"117":0.00609,"119":0.05477,"120":0.03043,"121":0.09129,"122":0.10955,"123":13.09099,"124":4.2602,"125":0.01217,_:"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 37 38 39 40 41 44 45 46 47 48 49 51 53 54 55 57 58 59 60 61 63 64 66 67 69 70 71 73 74 75 76 78 80 81 85 86 90 91 93 94 96 97 98 100 101 102 103 105 107 108 110 111 113 114 115 118 126 127"},F:{"84":0.01217,"95":0.07303,"106":0.01217,"107":0.96767,"108":0.10346,"109":0.15824,_:"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 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:{"80":0.02434,"88":0.00609,"90":0.00609,"92":0.01217,"107":0.00609,"109":0.12172,"119":0.00609,"120":0.02434,"121":0.00609,"122":0.19475,"123":18.27626,"124":9.71934,_:"12 13 14 15 16 17 18 79 81 83 84 85 86 87 89 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 108 110 111 112 113 114 115 116 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 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 16.6 17.1 17.5","14.1":0.00609,"15.6":0.00609,"17.0":0.00609,"17.2":0.01826,"17.3":0.01826,"17.4":0.03043},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00035,"5.0-5.1":0.00035,"6.0-6.1":0.00087,"7.0-7.1":0.00139,"8.1-8.4":0.00035,"9.0-9.2":0.00087,"9.3":0.00435,"10.0-10.2":0.00087,"10.3":0.00695,"11.0-11.2":0.00591,"11.3-11.4":0.00174,"12.0-12.1":0.00122,"12.2-12.5":0.02833,"13.0-13.1":0.00052,"13.2":0.00574,"13.3":0.00139,"13.4-13.7":0.00539,"14.0-14.4":0.0106,"14.5-14.8":0.01617,"15.0-15.1":0.00747,"15.2-15.3":0.00852,"15.4":0.00973,"15.5":0.01234,"15.6-15.8":0.10777,"16.0":0.0252,"16.1":0.0525,"16.2":0.0252,"16.3":0.0445,"16.4":0.00921,"16.5":0.01929,"16.6-16.7":0.15245,"17.0":0.01825,"17.1":0.03372,"17.2":0.04485,"17.3":0.32714,"17.4":0.73841,"17.5":0.00678},P:{"4":0.18533,"20":0.0103,"21":0.0103,"22":0.10296,"23":0.10296,"24":0.58688,"5.0-5.4":0.02059,_:"6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 17.0 18.0","7.2-7.4":0.06178,"16.0":0.02059,"19.0":0.12355},I:{"0":0.10917,"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.00027},A:{"11":0.01217,_:"6 7 8 9 10 5.5"},K:{"0":0.35801,_:"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":2.53692},H:{"0":0.01},L:{"0":36.83891},R:{_:"0"},M:{"0":0.01958}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"51":0.00429,"52":0.00429,"68":0.00429,"71":0.00429,"78":0.00429,"88":0.00429,"91":0.00858,"93":0.00429,"102":0.01286,"103":0.03859,"104":0.00429,"106":0.00429,"108":0.00429,"111":0.00429,"113":0.00429,"114":0.00429,"115":0.3945,"118":0.00858,"119":0.01286,"120":0.07718,"121":0.01286,"122":0.00858,"123":0.04288,"124":1.4279,"125":0.80186,"126":0.00858,_:"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 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 69 70 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 89 90 92 94 95 96 97 98 99 100 101 105 107 109 110 112 116 117 127 128 3.5 3.6"},D:{"34":0.00429,"38":0.00429,"49":0.0343,"55":0.00429,"65":0.00429,"68":0.00429,"73":0.00429,"74":0.00429,"75":0.00429,"76":0.00429,"77":0.00429,"78":0.00858,"79":0.05574,"83":0.00429,"84":0.00429,"87":0.11149,"88":0.0343,"89":0.00429,"91":0.09434,"92":0.00858,"93":0.00429,"94":0.03859,"95":0.00429,"96":0.00429,"97":0.00429,"98":0.00858,"99":0.00858,"100":0.00858,"101":0.00429,"103":0.20582,"104":0.00858,"105":0.00429,"106":0.04717,"107":0.01715,"108":0.01286,"109":2.05395,"110":0.01715,"111":0.0343,"112":0.0729,"113":0.01286,"114":0.03859,"115":0.01286,"116":0.09862,"117":0.01286,"118":0.04288,"119":0.12864,"120":0.22298,"121":0.18867,"122":0.8919,"123":17.7952,"124":7.73555,"125":0.02573,"126":0.00429,_:"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 41 42 43 44 45 46 47 48 50 51 52 53 54 56 57 58 59 60 61 62 63 64 66 67 69 70 71 72 80 81 85 86 90 102 127"},F:{"28":0.00858,"36":0.00429,"95":0.0343,"102":0.00429,"107":1.48794,"108":0.39021,"109":0.1801,_:"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 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 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.00429,"14":0.01715,"18":0.00429,"85":0.00429,"87":0.00429,"92":0.01286,"104":0.00429,"105":0.00429,"108":0.00429,"109":0.0343,"110":0.01715,"112":0.00858,"113":0.00429,"114":0.00429,"115":0.00429,"116":0.00858,"117":0.01286,"118":0.00858,"119":0.01286,"120":0.0343,"121":0.04288,"122":0.21011,"123":2.7529,"124":1.32499,_:"13 15 16 17 79 80 81 83 84 86 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 106 107 111"},E:{"12":0.00429,"14":0.00858,"15":0.00429,_:"0 4 5 6 7 8 9 10 11 13 3.1 3.2 6.1 7.1 9.1 10.1 11.1","5.1":0.00429,"12.1":0.00858,"13.1":0.01286,"14.1":0.01286,"15.1":0.00429,"15.2-15.3":0.00858,"15.4":0.00429,"15.5":0.00429,"15.6":0.06861,"16.0":0.00429,"16.1":0.00858,"16.2":0.00858,"16.3":0.01715,"16.4":0.03002,"16.5":0.01286,"16.6":0.0729,"17.0":0.00858,"17.1":0.02144,"17.2":0.05146,"17.3":0.10291,"17.4":0.33446,"17.5":0.00429},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.00542,"8.1-8.4":0.00136,"9.0-9.2":0.00339,"9.3":0.01695,"10.0-10.2":0.00339,"10.3":0.02712,"11.0-11.2":0.02305,"11.3-11.4":0.00678,"12.0-12.1":0.00475,"12.2-12.5":0.1105,"13.0-13.1":0.00203,"13.2":0.02237,"13.3":0.00542,"13.4-13.7":0.02101,"14.0-14.4":0.04135,"14.5-14.8":0.06304,"15.0-15.1":0.02915,"15.2-15.3":0.03322,"15.4":0.03796,"15.5":0.04813,"15.6-15.8":0.4203,"16.0":0.09829,"16.1":0.20472,"16.2":0.09829,"16.3":0.17354,"16.4":0.03593,"16.5":0.07525,"16.6-16.7":0.59451,"17.0":0.07118,"17.1":0.13151,"17.2":0.1749,"17.3":1.2758,"17.4":2.8797,"17.5":0.02644},P:{"4":0.06233,"20":0.04155,"21":0.07272,"22":0.05194,"23":0.19737,"24":1.71401,_:"5.0-5.4 8.2 9.2 10.1 12.0 15.0","6.2-6.4":0.01039,"7.2-7.4":0.07272,"11.1-11.2":0.01039,"13.0":0.10388,"14.0":0.01039,"16.0":0.01039,"17.0":0.01039,"18.0":0.01039,"19.0":0.03116},I:{"0":0.091,"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.00023},A:{"11":0.01286,_:"6 7 8 9 10 5.5"},K:{"0":0.35408,_:"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.1028},H:{"0":0},L:{"0":48.95991},R:{_:"0"},M:{"0":0.25128}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"6":0.00068,"31":0.00068,"35":0.00068,"36":0.00068,"38":0.00068,"39":0.00068,"43":0.00068,"47":0.00136,"48":0.00068,"49":0.00136,"52":0.0075,"58":0.00068,"60":0.00068,"63":0.0075,"65":0.00068,"66":0.00205,"72":0.00273,"76":0.00068,"78":0.015,"84":0.00068,"86":0.00068,"88":0.00068,"89":0.00136,"91":0.00136,"92":0.00068,"94":0.00068,"97":0.00068,"99":0.00068,"100":0.00068,"101":0.00341,"102":0.00068,"103":0.00205,"104":0.00068,"105":0.00068,"106":0.00205,"107":0.00068,"108":0.00068,"109":0.00068,"110":0.00068,"112":0.00136,"113":0.00477,"114":0.00068,"115":0.14458,"116":0.00205,"117":0.00068,"118":0.00205,"119":0.00068,"120":0.00136,"121":0.00205,"122":0.00546,"123":0.00682,"124":0.12412,"125":0.0948,"126":0.00341,_:"2 3 4 5 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 37 40 41 42 44 45 46 50 51 53 54 55 56 57 59 61 62 64 67 68 69 70 71 73 74 75 77 79 80 81 82 83 85 87 90 93 95 96 98 111 127 128 3.5 3.6"},D:{"11":0.00205,"19":0.00068,"22":0.00068,"28":0.00136,"31":0.00068,"32":0.00068,"33":0.00136,"34":0.00205,"35":0.00068,"36":0.00205,"37":0.00136,"38":0.01569,"39":0.00068,"40":0.00136,"41":0.00136,"42":0.00068,"43":0.00409,"44":0.00409,"45":0.00068,"47":0.00068,"49":0.00614,"50":0.00205,"51":0.00068,"53":0.00068,"55":0.00136,"56":0.00341,"58":0.03546,"59":0.00068,"60":0.00136,"61":0.00068,"62":0.00068,"63":0.00341,"64":0.00136,"65":0.00068,"66":0.00409,"68":0.02114,"69":0.00477,"70":0.01569,"71":0.00409,"72":0.00273,"73":0.00341,"74":0.00205,"75":0.00818,"76":0.00273,"77":0.00068,"78":0.01091,"79":0.02251,"80":0.00477,"81":0.00682,"83":0.01841,"84":0.00136,"85":0.00205,"86":0.00546,"87":0.0075,"88":0.02114,"89":0.00614,"90":0.00409,"91":0.00614,"92":0.00477,"93":0.00614,"94":0.02864,"95":0.00341,"96":0.00546,"97":0.00341,"98":0.02933,"99":0.0075,"100":0.00682,"101":0.00136,"102":0.01841,"103":0.01569,"104":0.00546,"105":0.0191,"106":0.01296,"107":0.01023,"108":0.00682,"109":0.68609,"110":0.00205,"111":0.01637,"112":0.01091,"113":0.00341,"114":0.01023,"115":0.00273,"116":0.01228,"117":0.01569,"118":0.00955,"119":0.0266,"120":0.04979,"121":0.06138,"122":0.10162,"123":1.38105,"124":0.51491,"125":0.00682,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 20 21 23 24 25 26 27 29 30 46 48 52 54 57 67 126 127"},F:{"28":0.00068,"33":0.00068,"40":0.00068,"42":0.00205,"57":0.00068,"79":0.0075,"80":0.00068,"82":0.00068,"84":0.00068,"85":0.00205,"89":0.00068,"94":0.00136,"95":0.01841,"98":0.00068,"103":0.00068,"106":0.00068,"107":0.02592,"108":0.04433,"109":0.02319,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 29 30 31 32 34 35 36 37 38 39 41 43 44 45 46 47 48 49 50 51 52 53 54 55 56 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 81 83 86 87 88 90 91 92 93 96 97 99 100 101 102 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.00068,"13":0.00068,"14":0.00068,"15":0.00136,"17":0.00136,"18":0.01432,"84":0.00136,"88":0.00068,"89":0.00136,"92":0.01023,"100":0.00205,"108":0.00068,"109":0.01228,"113":0.00068,"114":0.00136,"116":0.00136,"117":0.00068,"118":0.00273,"119":0.00477,"120":0.01159,"121":0.00409,"122":0.02046,"123":0.2462,"124":0.1098,_:"16 79 80 81 83 85 86 87 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 110 111 112 115"},E:{"13":0.00068,"14":0.00409,"15":0.00136,_:"0 4 5 6 7 8 9 10 11 12 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 15.1 16.0 17.5","5.1":0.12822,"13.1":0.00273,"14.1":0.00477,"15.2-15.3":0.00205,"15.4":0.00068,"15.5":0.00273,"15.6":0.0191,"16.1":0.00136,"16.2":0.00068,"16.3":0.00136,"16.4":0.00341,"16.5":0.00068,"16.6":0.01159,"17.0":0.00409,"17.1":0.00136,"17.2":0.00273,"17.3":0.00409,"17.4":0.00818},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00047,"5.0-5.1":0.00047,"6.0-6.1":0.00117,"7.0-7.1":0.00188,"8.1-8.4":0.00047,"9.0-9.2":0.00117,"9.3":0.00587,"10.0-10.2":0.00117,"10.3":0.00939,"11.0-11.2":0.00798,"11.3-11.4":0.00235,"12.0-12.1":0.00164,"12.2-12.5":0.03827,"13.0-13.1":0.0007,"13.2":0.00775,"13.3":0.00188,"13.4-13.7":0.00728,"14.0-14.4":0.01432,"14.5-14.8":0.02184,"15.0-15.1":0.0101,"15.2-15.3":0.01151,"15.4":0.01315,"15.5":0.01667,"15.6-15.8":0.14558,"16.0":0.03405,"16.1":0.07091,"16.2":0.03405,"16.3":0.06011,"16.4":0.01245,"16.5":0.02606,"16.6-16.7":0.20593,"17.0":0.02466,"17.1":0.04555,"17.2":0.06058,"17.3":0.44192,"17.4":0.99749,"17.5":0.00916},P:{"4":3.71535,"20":0.13089,"21":0.3222,"22":0.30206,"23":0.8357,"24":0.92632,"5.0-5.4":0.13089,"6.2-6.4":0.55378,"7.2-7.4":0.68467,"8.2":0.07048,"9.2":0.29199,"10.1":0.07048,"11.1-11.2":0.17117,"12.0":0.08055,"13.0":0.30206,"14.0":0.3222,"15.0":0.09062,"16.0":0.26179,"17.0":0.39268,"18.0":0.10069,"19.0":0.20137},I:{"0":0.19488,"3":0,"4":0.00002,"2.1":0,"2.2":0,"2.3":0,"4.1":0.00004,"4.2-4.3":0.00012,"4.4":0,"4.4.3-4.4.4":0.00049},A:{"7":0.00068,"11":0.015,_:"6 8 9 10 5.5"},K:{"0":1.5711,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.00932,_:"3.0-3.1"},Q:{_:"14.9"},O:{"0":1.20202},H:{"0":0.19},L:{"0":79.53269},R:{_:"0"},M:{"0":0.07454}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"34":0.00181,"45":0.00181,"52":0.00363,"60":0.00363,"66":0.00181,"93":0.00181,"108":0.00363,"111":0.00181,"113":0.00907,"115":0.04895,"121":0.00363,"122":0.00181,"123":0.01994,"124":0.14685,"125":0.07796,_:"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 46 47 48 49 50 51 53 54 55 56 57 58 59 61 62 63 64 65 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 94 95 96 97 98 99 100 101 102 103 104 105 106 107 109 110 112 114 116 117 118 119 120 126 127 128 3.5 3.6"},D:{"11":0.00363,"31":0.00181,"34":0.00181,"39":0.00181,"40":0.00907,"43":0.00363,"50":0.00181,"56":0.00181,"57":0.00181,"62":0.00544,"65":0.00363,"66":0.1396,"68":0.00544,"69":0.00544,"70":0.02538,"72":0.00181,"73":0.00181,"74":0.00363,"76":0.00363,"78":0.00363,"79":0.00181,"80":0.00181,"81":0.00181,"83":0.00544,"84":0.00544,"85":0.00181,"86":0.00363,"87":0.06527,"88":0.03263,"89":0.00363,"90":0.00181,"92":0.00181,"94":0.01632,"95":0.00181,"99":0.00907,"100":0.00181,"101":0.00181,"102":0.00544,"103":0.01813,"105":0.00181,"106":0.00544,"109":0.72339,"110":0.00544,"111":0.01088,"112":0.00363,"114":0.02176,"115":0.00181,"116":0.02176,"117":0.00725,"118":0.02538,"119":0.10334,"120":0.0979,"121":0.07433,"122":0.24294,"123":3.96866,"124":1.4087,"125":0.00544,_:"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 32 33 35 36 37 38 41 42 44 45 46 47 48 49 51 52 53 54 55 58 59 60 61 63 64 67 71 75 77 91 93 96 97 98 104 107 108 113 126 127"},F:{"42":0.00181,"63":0.00363,"76":0.00181,"78":0.00363,"80":0.00544,"82":0.01269,"83":0.00181,"92":0.00181,"95":0.01269,"100":0.00181,"105":0.00907,"107":0.03082,"108":0.35535,"109":0.09246,_:"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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 64 65 66 67 68 69 70 71 72 73 74 75 77 79 81 84 85 86 87 88 89 90 91 93 94 96 97 98 99 101 102 103 104 106 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00544,"13":0.00544,"14":0.00907,"15":0.00181,"16":0.02176,"17":0.00363,"18":0.2085,"80":0.00181,"84":0.0145,"85":0.00181,"88":0.00181,"89":0.00725,"90":0.02176,"92":0.01632,"96":0.00363,"99":0.00181,"100":0.01994,"103":0.00181,"108":0.00181,"109":0.00725,"110":0.00181,"112":0.00544,"114":0.00181,"115":0.00181,"116":0.00363,"117":0.00181,"118":0.00363,"119":0.00544,"120":0.0145,"121":0.00907,"122":0.12147,"123":1.3253,"124":0.72339,_:"79 81 83 86 87 91 93 94 95 97 98 101 102 104 105 106 107 111 113"},E:{"14":0.01813,"15":0.00363,_:"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 15.5 16.4","5.1":0.00181,"12.1":0.00725,"13.1":0.00181,"14.1":0.01632,"15.1":0.00181,"15.2-15.3":0.00363,"15.4":0.00363,"15.6":0.01813,"16.0":0.00725,"16.1":0.00181,"16.2":0.00181,"16.3":0.21393,"16.5":0.00181,"16.6":0.0145,"17.0":0.00544,"17.1":0.00725,"17.2":0.01088,"17.3":0.01813,"17.4":0.05983,"17.5":0.00544},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00064,"5.0-5.1":0.00064,"6.0-6.1":0.00161,"7.0-7.1":0.00257,"8.1-8.4":0.00064,"9.0-9.2":0.00161,"9.3":0.00804,"10.0-10.2":0.00161,"10.3":0.01287,"11.0-11.2":0.01094,"11.3-11.4":0.00322,"12.0-12.1":0.00225,"12.2-12.5":0.05244,"13.0-13.1":0.00097,"13.2":0.01062,"13.3":0.00257,"13.4-13.7":0.00997,"14.0-14.4":0.01962,"14.5-14.8":0.02992,"15.0-15.1":0.01383,"15.2-15.3":0.01576,"15.4":0.01802,"15.5":0.02284,"15.6-15.8":0.19946,"16.0":0.04665,"16.1":0.09716,"16.2":0.04665,"16.3":0.08236,"16.4":0.01705,"16.5":0.03571,"16.6-16.7":0.28214,"17.0":0.03378,"17.1":0.06241,"17.2":0.083,"17.3":0.60546,"17.4":1.36662,"17.5":0.01255},P:{"4":0.24351,"20":0.02029,"21":0.22322,"22":0.09132,"23":0.51746,"24":1.20741,_:"5.0-5.4 8.2 9.2 10.1 14.0 15.0","6.2-6.4":0.02029,"7.2-7.4":1.27844,"11.1-11.2":0.03044,"12.0":0.01015,"13.0":0.01015,"16.0":0.03044,"17.0":0.01015,"18.0":0.01015,"19.0":0.12176},I:{"0":0.02446,"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:{"11":0.0272,_:"6 7 8 9 10 5.5"},K:{"0":17.13227,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.14735,_:"3.0-3.1"},Q:{_:"14.9"},O:{"0":0.31107},H:{"0":1.54},L:{"0":62.15094},R:{_:"0"},M:{"0":0.09005}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"88":0.00834,"115":2.6075,"124":0.27118,"125":0.05841,_:"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 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 121 122 123 126 127 128 3.5 3.6"},D:{"53":0.00417,"75":0.00834,"76":0.00417,"79":0.00834,"83":0.01252,"84":0.03755,"87":0.00417,"88":0.00417,"91":0.02086,"93":0.00417,"94":0.00417,"103":0.12933,"105":0.16688,"109":1.12227,"111":0.01252,"112":0.00417,"113":0.06675,"115":0.02086,"116":0.05006,"118":0.02086,"119":0.10013,"120":0.13768,"121":0.62163,"122":1.75224,"123":10.76793,"124":2.88285,"125":0.03755,_:"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 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 77 78 80 81 85 86 89 90 92 95 96 97 98 99 100 101 102 104 106 107 108 110 114 117 126 127"},F:{"95":0.1043,"106":0.00417,"107":0.28787,"108":0.02503,"109":0.05006,_:"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:{"18":0.08344,"92":0.01252,"109":0.01252,"110":0.02503,"112":0.00417,"114":0.22529,"120":0.36714,"121":0.02503,"122":0.42972,"123":8.00607,"124":3.59626,_:"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 104 105 106 107 108 111 113 115 116 117 118 119"},E:{"14":0.04589,_:"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 17.5","13.1":0.0292,"14.1":0.12099,"15.1":0.02086,"15.2-15.3":0.14185,"15.4":0.00834,"15.5":0.02086,"15.6":0.50064,"16.0":0.02503,"16.1":0.11264,"16.2":0.24198,"16.3":0.74679,"16.4":0.25449,"16.5":0.03755,"16.6":0.8052,"17.0":0.0292,"17.1":0.30456,"17.2":0.13768,"17.3":0.69255,"17.4":2.04428},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00571,"5.0-5.1":0.00571,"6.0-6.1":0.01429,"7.0-7.1":0.02286,"8.1-8.4":0.00571,"9.0-9.2":0.01429,"9.3":0.07144,"10.0-10.2":0.01429,"10.3":0.1143,"11.0-11.2":0.09715,"11.3-11.4":0.02857,"12.0-12.1":0.02,"12.2-12.5":0.46577,"13.0-13.1":0.00857,"13.2":0.0943,"13.3":0.02286,"13.4-13.7":0.08858,"14.0-14.4":0.17431,"14.5-14.8":0.26574,"15.0-15.1":0.12287,"15.2-15.3":0.14002,"15.4":0.16002,"15.5":0.20288,"15.6-15.8":1.77163,"16.0":0.41433,"16.1":0.86296,"16.2":0.41433,"16.3":0.73151,"16.4":0.15145,"16.5":0.31718,"16.6-16.7":2.506,"17.0":0.30003,"17.1":0.55435,"17.2":0.73723,"17.3":5.37776,"17.4":12.13853,"17.5":0.11144},P:{"4":0.08832,"20":0.02208,"22":0.02208,"23":0.14352,"24":4.78033,_:"21 5.0-5.4 8.2 9.2 10.1 12.0 14.0 15.0 17.0 18.0","6.2-6.4":0.0552,"7.2-7.4":0.06624,"11.1-11.2":0.03312,"13.0":0.01104,"16.0":0.02208,"19.0":0.01104},I:{"0":0.05224,"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:{"11":0.04172,_:"6 7 8 9 10 5.5"},K:{"0":0.02914,_:"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.0408},H:{"0":0},L:{"0":24.76774},R:{_:"0"},M:{"0":0.22146}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"41":0.00224,"52":0.00075,"66":0.00075,"72":0.00149,"77":0.00671,"94":0.00075,"95":0.00298,"99":0.00075,"100":0.00149,"111":0.00149,"115":0.07535,"119":0.00075,"122":0.00224,"123":0.00671,"124":0.29094,"125":0.12085,_:"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 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 67 68 69 70 71 73 74 75 76 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 96 97 98 101 102 103 104 105 106 107 108 109 110 112 113 114 116 117 118 120 121 126 127 128 3.5 3.6"},D:{"58":0.00448,"62":0.00224,"65":0.00075,"68":0.00597,"70":0.00448,"74":0.00075,"78":0.01119,"79":0.00149,"80":0.00597,"87":0.00448,"88":0.00149,"94":0.00746,"95":0.06938,"96":0.00149,"99":0.06043,"102":0.00075,"103":0.04178,"105":0.00075,"106":0.00075,"108":0.00522,"109":0.06043,"110":0.00075,"111":0.01119,"113":0.00149,"114":0.00746,"115":0.00075,"116":0.00522,"117":0.00746,"118":0.00149,"119":0.00298,"120":0.04774,"121":0.02387,"122":0.09101,"123":0.73779,"124":0.39314,"125":0.00298,_:"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 59 60 61 63 64 66 67 69 71 72 73 75 76 77 81 83 84 85 86 89 90 91 92 93 97 98 100 101 104 107 112 126 127"},F:{"34":0.00075,"46":0.00075,"51":0.00149,"57":0.00075,"79":0.00149,"95":0.01865,"107":0.00075,"108":0.02387,"109":0.02686,_:"9 11 12 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 47 48 49 50 52 53 54 55 56 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 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.00298,"14":0.00075,"16":0.00075,"17":0.00075,"18":0.00746,"89":0.00149,"90":0.00075,"92":0.01492,"107":0.00075,"109":0.04252,"110":0.00298,"111":0.02014,"112":0.00075,"115":0.00075,"116":0.00149,"117":0.00075,"118":0.00075,"119":0.00149,"120":0.00597,"121":0.00373,"122":0.05222,"123":0.28124,"124":0.11041,_:"13 15 79 80 81 83 84 85 86 87 88 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 108 113 114"},E:{"14":0.00075,_:"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 12.1 15.1 15.2-15.3 15.4 16.0 16.1 16.2 16.3 16.5 17.0 17.1 17.5","5.1":0.00224,"13.1":0.00522,"14.1":0.02387,"15.5":0.00149,"15.6":0.00224,"16.4":0.00075,"16.6":0.00448,"17.2":0.00224,"17.3":0.00298,"17.4":0.00075},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00062,"5.0-5.1":0.00062,"6.0-6.1":0.00154,"7.0-7.1":0.00247,"8.1-8.4":0.00062,"9.0-9.2":0.00154,"9.3":0.0077,"10.0-10.2":0.00154,"10.3":0.01233,"11.0-11.2":0.01048,"11.3-11.4":0.00308,"12.0-12.1":0.00216,"12.2-12.5":0.05023,"13.0-13.1":0.00092,"13.2":0.01017,"13.3":0.00247,"13.4-13.7":0.00955,"14.0-14.4":0.0188,"14.5-14.8":0.02866,"15.0-15.1":0.01325,"15.2-15.3":0.0151,"15.4":0.01726,"15.5":0.02188,"15.6-15.8":0.19106,"16.0":0.04468,"16.1":0.09306,"16.2":0.04468,"16.3":0.07889,"16.4":0.01633,"16.5":0.03421,"16.6-16.7":0.27025,"17.0":0.03236,"17.1":0.05978,"17.2":0.0795,"17.3":0.57995,"17.4":1.30906,"17.5":0.01202},P:{"4":0.01006,"20":0.12067,"21":0.36201,"22":0.67374,"23":0.48268,"24":0.26145,_:"5.0-5.4 6.2-6.4 8.2 10.1 12.0 17.0","7.2-7.4":0.10056,"9.2":0.13073,"11.1-11.2":0.03017,"13.0":0.01006,"14.0":0.02011,"15.0":0.02011,"16.0":0.13073,"18.0":0.06033,"19.0":0.36201},I:{"0":0.00922,"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:{"11":0.00895,_:"6 7 8 9 10 5.5"},K:{"0":0.86092,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.02776,_:"3.0-3.1"},Q:{"14.9":0.02776},O:{"0":0.10179},H:{"0":0.12},L:{"0":89.99216},R:{_:"0"},M:{"0":0.00925}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"21":0.00639,"47":0.01918,"52":0.00639,"57":0.0032,"58":0.0032,"68":0.0032,"72":0.02557,"80":0.00639,"81":0.0032,"82":0.0032,"93":0.0032,"100":0.0032,"108":0.0032,"110":0.0032,"111":0.01278,"112":0.00639,"113":0.0032,"115":0.58806,"121":0.00959,"122":0.02557,"123":0.04155,"124":2.3203,"125":1.53088,"126":0.0032,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 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 59 60 61 62 63 64 65 66 67 69 70 71 73 74 75 76 77 78 79 83 84 85 86 87 88 89 90 91 92 94 95 96 97 98 99 101 102 103 104 105 106 107 109 114 116 117 118 119 120 127 128 3.5 3.6"},D:{"33":0.0032,"34":0.0032,"42":0.0032,"43":0.0032,"47":0.12784,"49":0.01598,"50":0.00959,"53":0.0032,"54":0.0032,"63":0.0032,"64":0.0032,"65":0.00959,"68":0.01278,"69":0.0032,"70":0.01918,"73":0.0032,"75":0.00639,"76":0.14702,"79":0.03196,"80":0.03835,"81":0.01278,"83":0.00639,"86":0.0032,"87":0.03196,"88":0.01598,"89":0.00959,"90":0.00639,"91":0.01278,"93":0.42826,"95":0.03196,"96":0.0032,"97":0.0032,"99":0.01598,"100":0.01918,"102":0.00959,"103":0.05114,"104":0.02237,"105":0.00959,"106":0.00959,"107":0.00639,"108":0.00639,"109":3.5156,"110":0.0032,"112":0.0032,"113":0.00639,"114":0.00639,"115":0.02557,"116":0.05114,"117":0.01278,"118":0.02237,"119":0.05433,"120":0.07351,"121":0.163,"122":0.38032,"123":7.5937,"124":3.39415,"125":0.00959,_:"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 35 36 37 38 39 40 41 44 45 46 48 51 52 55 56 57 58 59 60 61 62 66 67 71 72 74 77 78 84 85 92 94 98 101 111 126 127"},F:{"36":0.0032,"77":0.0032,"79":0.01598,"83":0.0032,"92":0.0032,"95":0.13104,"102":0.0032,"104":0.00959,"105":0.0032,"106":0.0032,"107":0.13743,"108":0.62002,"109":0.43785,_:"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 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 78 80 81 82 84 85 86 87 88 89 90 91 93 94 96 97 98 99 100 101 103 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00639,"13":0.0032,"16":0.0032,"17":0.00639,"18":0.01278,"84":0.0032,"89":0.0032,"90":0.0032,"92":0.03516,"104":0.0032,"109":0.06072,"113":0.0032,"114":0.0032,"115":0.00639,"117":0.00959,"119":0.00639,"120":0.01278,"121":0.02876,"122":0.15021,"123":2.66546,"124":1.47336,_:"14 15 79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 100 101 102 103 105 106 107 108 110 111 112 116 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 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.4 17.0 17.5","13.1":0.00959,"14.1":0.00639,"15.6":0.02557,"16.2":0.05433,"16.3":0.00959,"16.5":0.0032,"16.6":0.02237,"17.1":0.00639,"17.2":0.00639,"17.3":0.00959,"17.4":0.03835},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.0034,"7.0-7.1":0.00545,"8.1-8.4":0.00136,"9.0-9.2":0.0034,"9.3":0.01702,"10.0-10.2":0.0034,"10.3":0.02724,"11.0-11.2":0.02315,"11.3-11.4":0.00681,"12.0-12.1":0.00477,"12.2-12.5":0.111,"13.0-13.1":0.00204,"13.2":0.02247,"13.3":0.00545,"13.4-13.7":0.02111,"14.0-14.4":0.04154,"14.5-14.8":0.06333,"15.0-15.1":0.02928,"15.2-15.3":0.03337,"15.4":0.03813,"15.5":0.04835,"15.6-15.8":0.42221,"16.0":0.09874,"16.1":0.20566,"16.2":0.09874,"16.3":0.17433,"16.4":0.03609,"16.5":0.07559,"16.6-16.7":0.59722,"17.0":0.0715,"17.1":0.13211,"17.2":0.17569,"17.3":1.2816,"17.4":2.8928,"17.5":0.02656},P:{"4":0.14451,"21":0.02064,"22":0.15483,"23":0.07225,"24":0.30965,_:"20 8.2 10.1 11.1-11.2 12.0 14.0 15.0 18.0","5.0-5.4":0.01032,"6.2-6.4":0.01032,"7.2-7.4":0.02064,"9.2":0.01032,"13.0":0.07225,"16.0":0.01032,"17.0":0.03097,"19.0":0.01032},I:{"0":0.0542,"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.00014},A:{"11":0.01598,_:"6 7 8 9 10 5.5"},K:{"0":1.56172,_:"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.01361},O:{"0":0.27892},H:{"0":0.52},L:{"0":61.84227},R:{_:"0"},M:{"0":0.21089}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"48":0.00362,"52":0.01448,"53":0.02533,"55":0.14838,"56":1.20513,"78":0.00362,"85":0.00362,"96":0.00362,"98":0.00362,"103":0.00362,"105":0.00362,"108":0.00362,"110":0.00362,"113":0.00362,"115":0.152,"119":0.00724,"120":0.01086,"121":0.00362,"122":0.00362,"123":0.01448,"124":0.49218,"125":0.2859,"126":0.00362,_:"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 54 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 86 87 88 89 90 91 92 93 94 95 97 99 100 101 102 104 106 107 109 111 112 114 116 117 118 127 128 3.5 3.6"},D:{"25":0.11581,"37":0.0181,"38":0.00362,"43":0.01086,"49":0.0181,"53":0.00362,"56":0.00724,"58":0.00362,"65":0.00362,"68":0.00362,"70":0.00362,"73":0.00362,"74":0.01448,"78":0.00362,"79":0.304,"80":0.00362,"81":0.00362,"83":0.00362,"84":0.00362,"85":0.00362,"86":0.00724,"87":0.18095,"88":0.00724,"89":0.00362,"90":0.00362,"91":0.01086,"92":0.12667,"93":0.00362,"94":0.04343,"95":0.00724,"96":0.00362,"97":0.00362,"98":0.00362,"99":0.02171,"100":0.00362,"101":0.04705,"102":0.01086,"103":0.02895,"104":0.01086,"105":0.02533,"106":0.0181,"107":0.02171,"108":0.03981,"109":1.99045,"110":0.01086,"111":0.0181,"112":0.0181,"113":0.05429,"114":0.04343,"115":0.01448,"116":0.05067,"117":0.03257,"118":0.09409,"119":0.05429,"120":0.10133,"121":0.1339,"122":0.50666,"123":13.43735,"124":6.35135,"125":0.02171,"126":0.00362,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 26 27 28 29 30 31 32 33 34 35 36 39 40 41 42 44 45 46 47 48 50 51 52 54 55 57 59 60 61 62 63 64 66 67 69 71 72 75 76 77 127"},F:{"95":0.01448,"102":0.00362,"106":0.00362,"107":0.20628,"108":0.17733,"109":0.06514,_:"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 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.00362,"18":0.01086,"92":0.00724,"107":0.00362,"108":0.00724,"109":0.05429,"110":0.00362,"111":0.00362,"113":0.00362,"114":0.00362,"115":0.00362,"116":0.00362,"117":0.00362,"118":0.00724,"119":0.00724,"120":0.02533,"121":0.01448,"122":0.10133,"123":1.95788,"124":1.08208,_:"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 104 105 106 112"},E:{"14":0.01448,"15":0.00724,_:"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":0.00362,"13.1":0.0181,"14.1":0.05429,"15.1":0.01086,"15.2-15.3":0.00724,"15.4":0.05067,"15.5":0.02895,"15.6":0.14838,"16.0":0.0181,"16.1":0.07962,"16.2":0.04343,"16.3":0.10857,"16.4":0.03619,"16.5":0.0579,"16.6":0.24609,"17.0":0.0579,"17.1":0.12667,"17.2":0.15924,"17.3":0.65142,"17.4":1.25579,"17.5":0.01086},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00343,"5.0-5.1":0.00343,"6.0-6.1":0.00857,"7.0-7.1":0.01371,"8.1-8.4":0.00343,"9.0-9.2":0.00857,"9.3":0.04283,"10.0-10.2":0.00857,"10.3":0.06853,"11.0-11.2":0.05825,"11.3-11.4":0.01713,"12.0-12.1":0.01199,"12.2-12.5":0.27927,"13.0-13.1":0.00514,"13.2":0.05654,"13.3":0.01371,"13.4-13.7":0.05311,"14.0-14.4":0.10451,"14.5-14.8":0.15934,"15.0-15.1":0.07367,"15.2-15.3":0.08395,"15.4":0.09594,"15.5":0.12164,"15.6-15.8":1.06225,"16.0":0.24843,"16.1":0.51742,"16.2":0.24843,"16.3":0.4386,"16.4":0.0908,"16.5":0.19018,"16.6-16.7":1.50256,"17.0":0.1799,"17.1":0.33238,"17.2":0.44203,"17.3":3.22443,"17.4":7.27809,"17.5":0.06682},P:{"4":0.13587,"20":0.0209,"21":0.09406,"22":0.10451,"23":0.33444,"24":2.35155,"5.0-5.4":0.0209,"6.2-6.4":0.01045,"7.2-7.4":0.13587,_:"8.2 9.2 10.1 12.0 15.0","11.1-11.2":0.01045,"13.0":0.0209,"14.0":0.16722,"16.0":0.06271,"17.0":0.09406,"18.0":0.03135,"19.0":0.03135},I:{"0":0.03813,"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:{"8":0.00369,"9":0.00369,"11":0.5427,_:"6 7 10 5.5"},K:{"0":0.238,_:"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.00638},O:{"0":0.15953},H:{"0":0.03},L:{"0":44.02324},R:{_:"0"},M:{"0":0.12762}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"38":0.01985,"44":0.09923,"52":0.01764,"54":0.00221,"72":0.00221,"94":0.00882,"99":0.00221,"105":0.02205,"107":0.01544,"108":0.06395,"109":0.13892,"110":0.02646,"111":0.10584,"112":0.00221,"114":0.00221,"115":0.10364,"116":0.00221,"123":0.05292,"124":0.19404,"125":0.17861,"126":0.00221,_:"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 39 40 41 42 43 45 46 47 48 49 50 51 53 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 95 96 97 98 100 101 102 103 104 106 113 117 118 119 120 121 122 127 128 3.5 3.6"},D:{"31":0.00221,"33":0.00221,"35":0.00441,"36":0.00221,"44":0.00662,"47":0.00441,"49":0.02646,"54":0.00221,"57":0.00882,"60":0.00221,"61":0.00221,"62":0.01103,"63":0.00441,"66":0.00221,"68":0.01764,"69":0.00221,"70":0.02205,"71":0.00662,"72":0.00441,"73":0.00441,"74":0.00441,"75":0.00441,"76":0.01323,"77":0.7056,"78":0.00662,"79":0.49392,"81":0.00662,"83":0.01544,"85":0.01323,"86":0.00662,"87":0.02426,"88":0.00441,"89":0.00882,"90":0.00662,"92":0.03749,"94":0.02205,"95":0.02867,"96":0.00882,"97":0.00882,"98":0.00662,"99":0.01103,"100":0.01544,"101":0.00221,"102":0.02205,"103":0.02867,"104":0.00441,"105":0.24917,"106":0.14333,"107":0.05733,"108":0.27783,"109":2.19177,"110":0.06174,"111":0.02426,"112":0.03749,"113":0.00441,"114":0.01985,"115":0.00882,"116":0.0419,"117":0.02205,"118":0.03087,"119":0.05954,"120":0.28224,"121":0.07277,"122":0.30429,"123":4.8488,"124":1.72872,"125":0.00221,_:"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 34 37 38 39 40 41 42 43 45 46 48 50 51 52 53 55 56 58 59 64 65 67 80 84 91 93 126 127"},F:{"36":0.03308,"38":0.00441,"68":0.00221,"79":0.03749,"81":0.00221,"82":0.00441,"83":0.00221,"84":0.00221,"85":0.00221,"86":0.00662,"89":0.00221,"94":0.01764,"95":0.1301,"97":0.00221,"101":0.00221,"105":0.00221,"106":0.00221,"107":0.09702,"108":0.46526,"109":0.19404,_:"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 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 69 70 71 72 73 74 75 76 77 78 80 87 88 90 91 92 93 96 98 99 100 102 103 104 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"13":0.00221,"14":0.02205,"16":0.00662,"17":0.00221,"18":0.03528,"84":0.00221,"85":0.00221,"89":0.00221,"90":0.00221,"92":0.02426,"96":0.01544,"100":0.00441,"105":0.00221,"106":0.00221,"109":0.0419,"112":0.00882,"114":0.00662,"115":0.00441,"116":0.00221,"117":0.00221,"118":0.00221,"119":0.00441,"120":0.03528,"121":0.0419,"122":0.11246,"123":0.75191,"124":0.44982,_:"12 15 79 80 81 83 86 87 88 91 93 94 95 97 98 99 101 102 103 104 107 108 110 111 113"},E:{"14":0.00221,"15":0.00221,_:"0 4 5 6 7 8 9 10 11 12 13 3.1 3.2 6.1 7.1 9.1 10.1 13.1 15.1 15.2-15.3 15.4 15.5 17.5","5.1":0.67473,"11.1":0.00441,"12.1":0.00221,"14.1":0.00221,"15.6":0.09041,"16.0":0.00221,"16.1":0.00441,"16.2":0.02426,"16.3":0.00441,"16.4":0.01103,"16.5":0.00662,"16.6":0.05733,"17.0":0.00662,"17.1":0.02426,"17.2":0.03528,"17.3":0.03087,"17.4":0.09041},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00138,"5.0-5.1":0.00138,"6.0-6.1":0.00345,"7.0-7.1":0.00551,"8.1-8.4":0.00138,"9.0-9.2":0.00345,"9.3":0.01723,"10.0-10.2":0.00345,"10.3":0.02756,"11.0-11.2":0.02343,"11.3-11.4":0.00689,"12.0-12.1":0.00482,"12.2-12.5":0.11232,"13.0-13.1":0.00207,"13.2":0.02274,"13.3":0.00551,"13.4-13.7":0.02136,"14.0-14.4":0.04203,"14.5-14.8":0.06408,"15.0-15.1":0.02963,"15.2-15.3":0.03376,"15.4":0.03859,"15.5":0.04892,"15.6-15.8":0.42723,"16.0":0.09992,"16.1":0.2081,"16.2":0.09992,"16.3":0.1764,"16.4":0.03652,"16.5":0.07649,"16.6-16.7":0.60432,"17.0":0.07235,"17.1":0.13368,"17.2":0.17778,"17.3":1.29684,"17.4":2.9272,"17.5":0.02687},P:{"4":0.56803,"20":0.06086,"21":0.22315,"22":0.26373,"23":0.39559,"24":1.09548,"5.0-5.4":0.06086,"6.2-6.4":0.13186,"7.2-7.4":0.31444,"8.2":0.01014,"9.2":0.04057,"10.1":0.02029,"11.1-11.2":0.071,"12.0":0.01014,"13.0":0.06086,"14.0":0.06086,"15.0":0.03043,"16.0":0.24344,"17.0":0.04057,"18.0":0.09129,"19.0":0.18258},I:{"0":0.04658,"3":0,"4":0,"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.00012},A:{"8":0.08029,"9":0.04623,"10":0.00973,"11":0.14599,_:"6 7 5.5"},K:{"0":1.8167,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.08575,_:"3.0-3.1"},Q:{"14.9":0.0078},O:{"0":0.61581},H:{"0":0.21},L:{"0":64.65358},R:{_:"0"},M:{"0":0.14031}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{_:"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 115 116 117 118 119 120 3.5 3.6"},D:{"91":0.71912,"117":4.31719,_:"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 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 115 116 118 119 120"},F:{_:"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 9.5-9.6 10.5 10.6 11.1 11.5 11.6 12.1","10.0-10.1":0},B:{"116":1.43825,_:"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 109 110 111 112 113 114 115 117"},E:{"4":0,_:"0 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.4 15.5 15.6 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.1","15.1":2.15737,"15.2-15.3":11.51088,"16.6":0.71912},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0,"8.1-8.4":0,"9.0-9.2":0,"9.3":0,"10.0-10.2":0,"10.3":0,"11.0-11.2":0,"11.3-11.4":0,"12.0-12.1":0,"12.2-12.5":0,"13.0-13.1":0,"13.2":0,"13.3":0,"13.4-13.7":0,"14.0-14.4":0,"14.5-14.8":0,"15.0-15.1":0.70962,"15.2-15.3":8.51107,"15.4":0,"15.5":0,"15.6-15.7":0,"16.0":0,"16.1":2.12885,"16.2":0,"16.3":0,"16.4":0,"16.5":1.41923,"16.6":21.27985,"17.0":9.22069,"17.1":0},P:{"4":0.11467,"20":0.01042,"21":0.73274,"22":2.93095,"5.0-5.4":0.01042,"6.2-6.4":0,"7.2-7.4":0.01042,"8.2":0,"9.2":0,"10.1":0,"11.1-11.2":0,"12.0":0,"13.0":0.02085,"14.0":0,"15.0":0,"16.0":0,"17.0":0.01042,"18.0":0.01042,"19.0":0.01042},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},K:{_:"0 10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},S:{"2.5":0,_:"3.0-3.1"},J:{"7":0,"10":0},N:{"10":0,"11":0},L:{"0":28.59944},R:{_:"0"},M:{"0":0},Q:{"13.1":0},O:{"0":0},H:{"0":0}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"29":0.0125,"30":0.00417,"35":0.00834,"37":0.00834,"38":0.02501,"40":0.0125,"41":0.00417,"42":0.00834,"43":0.00417,"44":0.02501,"47":0.02084,"48":0.02084,"50":0.02084,"52":0.00417,"53":0.01667,"56":0.04168,"57":0.00417,"60":0.00834,"61":0.00417,"63":0.01667,"67":0.03334,"68":0.00417,"72":0.05418,"78":0.02501,"79":0.12921,"80":0.00417,"85":0.1042,"87":0.00417,"88":0.00834,"91":0.00417,"94":0.00417,"95":0.00417,"96":0.00417,"97":0.00417,"98":0.00834,"99":0.00834,"103":0.00417,"105":0.00834,"107":0.00417,"110":0.02084,"112":0.00417,"113":0.00417,"114":0.0125,"115":1.22539,"116":0.02084,"117":0.02084,"118":0.02084,"119":0.02501,"120":0.02084,"121":0.04585,"122":0.07919,"123":0.25008,"124":3.57614,"125":1.16287,"126":0.06669,_:"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 31 32 33 34 36 39 45 46 49 51 54 55 58 59 62 64 65 66 69 70 71 73 74 75 76 77 81 82 83 84 86 89 90 92 93 100 101 102 104 106 108 109 111 127 128 3.5 3.6"},D:{"11":0.00417,"29":0.00417,"31":0.03751,"34":0.02501,"40":0.00417,"41":0.01667,"42":0.04585,"43":0.02501,"48":0.0125,"49":0.01667,"51":0.03751,"54":0.00417,"55":0.00417,"58":0.05418,"63":0.00834,"64":0.0125,"65":0.0125,"66":0.00417,"67":0.0125,"68":0.03751,"69":0.03334,"71":0.00417,"72":0.00417,"73":0.00417,"74":0.02501,"75":0.00834,"76":0.00417,"77":0.00417,"78":0.00417,"79":0.0125,"80":0.08336,"81":0.00417,"84":0.02084,"85":0.03334,"86":0.0125,"87":0.03751,"88":0.02501,"90":0.00417,"91":0.00417,"92":0.00834,"95":0.00417,"96":0.00834,"97":0.04585,"98":0.00417,"99":0.0125,"100":0.00834,"101":0.03334,"102":0.02084,"103":0.35845,"105":0.01667,"106":0.00834,"107":0.02084,"108":0.01667,"109":2.01314,"110":0.02501,"111":0.02918,"112":0.03334,"113":0.01667,"114":0.05835,"115":0.06669,"116":0.24174,"117":0.04168,"118":0.12504,"119":0.13754,"120":0.40013,"121":0.33761,"122":1.36294,"123":14.25039,"124":3.66367,"125":0.04168,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 30 32 33 35 36 37 38 39 44 45 46 47 50 52 53 56 57 59 60 61 62 70 83 89 93 94 104 126 127"},F:{"42":0.00417,"64":0.0125,"71":0.00417,"72":0.00417,"80":0.00417,"85":0.00834,"95":0.04168,"101":0.00417,"102":0.00834,"103":0.00417,"106":0.00417,"107":0.04168,"108":0.68355,"109":0.09586,_:"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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 65 66 67 68 69 70 73 74 75 76 77 78 79 81 82 83 84 86 87 88 89 90 91 92 93 94 96 97 98 99 100 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.06669,"13":0.02084,"14":0.00417,"15":0.00834,"16":0.05002,"17":0.03334,"18":0.07502,"80":0.00417,"84":0.02084,"89":0.05002,"90":0.03334,"92":0.07502,"96":0.04168,"97":0.0125,"98":0.00417,"100":0.1042,"102":0.00417,"103":0.00834,"105":0.00834,"106":0.00834,"108":0.00417,"109":0.04585,"110":0.0125,"111":0.0125,"112":0.0125,"113":0.05418,"114":0.06252,"115":0.02918,"116":0.08336,"117":0.02501,"118":0.02918,"119":0.02918,"120":0.13754,"121":0.15422,"122":0.63354,"123":3.46778,"124":1.45046,_:"79 81 83 85 86 87 88 91 93 94 95 99 101 104 107"},E:{"10":0.00834,"11":0.00417,"14":0.00417,"15":0.01667,_:"0 4 5 6 7 8 9 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 16.0 17.5","12.1":0.02084,"13.1":0.03751,"14.1":0.05835,"15.1":0.01667,"15.2-15.3":0.02501,"15.4":0.00834,"15.5":0.02084,"15.6":0.03751,"16.1":0.02918,"16.2":0.02918,"16.3":0.02501,"16.4":0.0125,"16.5":0.1167,"16.6":0.05002,"17.0":0.04585,"17.1":0.03334,"17.2":0.07086,"17.3":0.02918,"17.4":0.04585},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0014,"5.0-5.1":0.0014,"6.0-6.1":0.00351,"7.0-7.1":0.00562,"8.1-8.4":0.0014,"9.0-9.2":0.00351,"9.3":0.01755,"10.0-10.2":0.00351,"10.3":0.02808,"11.0-11.2":0.02387,"11.3-11.4":0.00702,"12.0-12.1":0.00491,"12.2-12.5":0.11443,"13.0-13.1":0.00211,"13.2":0.02317,"13.3":0.00562,"13.4-13.7":0.02176,"14.0-14.4":0.04283,"14.5-14.8":0.06529,"15.0-15.1":0.03019,"15.2-15.3":0.0344,"15.4":0.03931,"15.5":0.04985,"15.6-15.8":0.43527,"16.0":0.1018,"16.1":0.21202,"16.2":0.1018,"16.3":0.17973,"16.4":0.03721,"16.5":0.07793,"16.6-16.7":0.6157,"17.0":0.07372,"17.1":0.1362,"17.2":0.18113,"17.3":1.32126,"17.4":2.98232,"17.5":0.02738},P:{"4":0.02008,"20":0.03012,"21":0.1004,"22":0.09036,"23":0.21084,"24":0.45179,_:"5.0-5.4 6.2-6.4 8.2 10.1 12.0 15.0","7.2-7.4":0.11044,"9.2":0.06024,"11.1-11.2":0.03012,"13.0":0.01004,"14.0":0.02008,"16.0":0.04016,"17.0":0.01004,"18.0":0.02008,"19.0":0.11044},I:{"0":0.01161,"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.08336,_:"6 7 8 9 10 5.5"},K:{"0":1.07457,_:"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.01749},O:{"0":0.65307},H:{"0":0.01},L:{"0":49.54209},R:{_:"0"},M:{"0":0.05831}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"47":0.0028,"64":0.01679,"69":0.00839,"88":0.16788,"89":0.35255,"91":0.64074,"115":0.04197,"116":0.10073,"119":0.0056,"121":0.06156,"123":0.01399,"124":0.1427,"125":0.04197,_:"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 52 53 54 55 56 57 58 59 60 61 62 63 65 66 67 68 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 90 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 117 118 120 122 126 127 128 3.5 3.6"},D:{"57":0.00839,"61":0.0028,"69":0.01679,"70":0.0028,"71":0.02798,"73":0.02798,"74":0.0028,"77":0.0028,"78":0.0056,"79":0.0028,"80":0.00839,"83":0.04757,"84":0.0056,"85":0.0028,"86":0.0028,"87":0.0056,"89":0.00839,"90":0.02518,"91":0.01399,"92":0.0056,"95":0.01399,"96":0.01679,"97":0.0056,"98":0.01119,"99":0.0028,"100":0.04757,"101":0.01399,"102":0.12871,"103":0.01679,"104":0.0056,"105":0.02238,"106":0.01959,"107":0.03637,"108":0.1399,"109":5.54843,"110":0.01399,"111":0.00839,"112":0.01399,"113":0.0028,"114":0.01679,"115":0.01399,"116":0.01959,"117":0.0056,"118":0.0028,"119":0.03917,"120":0.07555,"121":0.1455,"122":0.40011,"123":7.79243,"124":4.46841,"125":0.06995,_:"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 58 59 60 62 63 64 65 66 67 68 72 75 76 81 88 93 94 126 127"},F:{"46":0.0028,"48":0.0028,"51":0.0028,"60":0.00839,"76":0.0028,"77":0.0056,"79":0.01399,"81":0.01119,"83":0.0056,"90":0.0028,"93":0.0056,"95":0.02518,"100":0.0028,"103":0.0028,"106":0.06995,"107":0.04197,"108":0.02798,"109":0.04197,_:"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 49 50 52 53 54 55 56 57 58 62 63 64 65 66 67 68 69 70 71 72 73 74 75 78 80 82 84 85 86 87 88 89 91 92 94 96 97 98 99 101 102 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.0056,"84":0.01399,"88":0.01959,"89":0.03917,"90":0.04197,"91":0.0028,"92":0.15389,"96":0.01399,"99":0.01119,"100":0.01959,"103":0.0056,"108":0.0028,"109":0.01399,"111":0.0056,"112":0.04757,"114":0.01119,"115":0.00839,"117":0.01399,"118":0.0028,"119":0.0056,"120":0.10073,"121":0.00839,"122":0.01679,"123":0.21824,"124":0.1371,_:"12 13 14 15 16 17 79 80 81 83 85 86 87 93 94 95 97 98 101 102 104 105 106 107 110 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.2-15.3 15.4 15.5 16.0 16.1 16.3 16.5","14.1":0.0028,"15.1":0.0028,"15.6":0.02798,"16.2":0.0028,"16.4":0.0028,"16.6":0.17627,"17.0":0.0028,"17.1":0.03358,"17.2":0.00839,"17.3":0.0056,"17.4":0.1343,"17.5":0.0028},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00135,"5.0-5.1":0.00135,"6.0-6.1":0.00338,"7.0-7.1":0.00542,"8.1-8.4":0.00135,"9.0-9.2":0.00338,"9.3":0.01692,"10.0-10.2":0.00338,"10.3":0.02708,"11.0-11.2":0.02302,"11.3-11.4":0.00677,"12.0-12.1":0.00474,"12.2-12.5":0.11035,"13.0-13.1":0.00203,"13.2":0.02234,"13.3":0.00542,"13.4-13.7":0.02099,"14.0-14.4":0.0413,"14.5-14.8":0.06296,"15.0-15.1":0.02911,"15.2-15.3":0.03317,"15.4":0.03791,"15.5":0.04807,"15.6-15.8":0.41973,"16.0":0.09816,"16.1":0.20445,"16.2":0.09816,"16.3":0.17331,"16.4":0.03588,"16.5":0.07515,"16.6-16.7":0.59372,"17.0":0.07108,"17.1":0.13134,"17.2":0.17466,"17.3":1.27409,"17.4":2.87585,"17.5":0.0264},P:{"4":0.09992,"20":0.00999,"21":0.24979,"22":0.32972,"23":0.31973,"24":0.97917,"5.0-5.4":0.02997,"6.2-6.4":0.03997,"7.2-7.4":0.15986,_:"8.2 9.2 12.0 14.0","10.1":0.00999,"11.1-11.2":0.00999,"13.0":0.03997,"15.0":0.00999,"16.0":0.02997,"17.0":0.01998,"18.0":0.15986,"19.0":0.28975},I:{"0":0.00717,"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.00002},A:{"11":0.1343,_:"6 7 8 9 10 5.5"},K:{"0":0.25207,_:"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.02161},O:{"0":0.28808},H:{"0":0},L:{"0":63.34452},R:{_:"0"},M:{"0":0.02881}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"47":0.00619,"52":0.0495,"67":0.00309,"68":0.00309,"72":0.00309,"75":0.02166,"78":0.00619,"79":0.00309,"82":0.00309,"84":0.00309,"88":0.00309,"102":0.00619,"103":0.02166,"104":0.00619,"105":0.01238,"106":0.00309,"107":0.00619,"108":0.00619,"109":0.00309,"110":0.00309,"112":0.00619,"113":0.00309,"115":0.24752,"120":0.00309,"121":0.00928,"122":0.01238,"123":0.02785,"124":0.47648,"125":0.29393,"126":0.01238,_:"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 69 70 71 73 74 76 77 80 81 83 85 86 87 89 90 91 92 93 94 95 96 97 98 99 100 101 111 114 116 117 118 119 127 128 3.5 3.6"},D:{"11":0.00309,"38":0.00309,"43":0.00309,"47":0.00309,"49":0.0495,"50":0.02475,"51":0.00309,"54":0.00309,"56":0.01547,"58":0.07735,"59":0.00309,"60":0.00619,"63":0.00309,"64":0.00309,"65":0.02166,"66":0.00309,"67":0.00619,"68":0.00619,"69":0.00619,"70":0.01547,"71":0.00619,"72":0.00309,"73":0.01238,"74":0.00309,"75":0.00309,"76":0.01238,"77":0.00619,"78":0.00309,"79":0.04332,"80":0.00309,"81":0.04022,"83":0.01238,"84":0.00619,"85":0.06188,"86":0.01238,"87":0.07116,"88":0.01238,"89":0.00619,"90":0.00619,"91":0.00928,"92":0.00928,"93":0.00619,"94":0.00928,"95":0.01238,"96":0.00619,"97":0.00928,"98":0.03094,"99":0.01547,"100":0.00619,"101":0.00309,"102":0.03403,"103":0.03094,"104":0.03094,"105":0.04022,"106":0.06497,"107":0.03094,"108":0.03713,"109":3.92938,"110":0.02166,"111":0.02475,"112":0.02475,"113":0.01856,"114":0.01856,"115":0.00928,"116":0.08973,"117":0.01856,"118":0.01547,"119":0.06807,"120":0.16089,"121":0.15161,"122":0.57548,"123":10.25352,"124":4.77714,"125":0.02475,"126":0.00309,_:"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 44 45 46 48 52 53 55 57 61 62 127"},F:{"28":0.00309,"36":0.00309,"46":0.00928,"65":0.00309,"79":0.00619,"82":0.00928,"85":0.00619,"91":0.00309,"93":0.00309,"95":0.11757,"102":0.00309,"106":0.00928,"107":1.98944,"108":0.48576,"109":0.2568,_:"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 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 83 84 86 87 88 89 90 92 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.00309,"14":0.00309,"15":0.00309,"17":0.00309,"18":0.00928,"92":0.02475,"100":0.00309,"106":0.00309,"107":0.00928,"108":0.00309,"109":0.04332,"110":0.00928,"111":0.00309,"114":0.01547,"116":0.00619,"117":0.00619,"118":0.01238,"119":0.00619,"120":0.02166,"121":0.02785,"122":0.12067,"123":1.37992,"124":0.72709,_:"13 16 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 112 113 115"},E:{"13":0.00309,"14":0.01238,_:"0 4 5 6 7 8 9 10 11 12 15 3.1 3.2 5.1 6.1 7.1 10.1 11.1 12.1 15.2-15.3 17.5","9.1":0.00309,"13.1":0.00928,"14.1":0.01547,"15.1":0.00309,"15.4":0.00309,"15.5":0.00309,"15.6":0.03713,"16.0":0.01547,"16.1":0.01856,"16.2":0.00619,"16.3":0.01238,"16.4":0.00309,"16.5":0.00619,"16.6":0.04022,"17.0":0.00619,"17.1":0.02475,"17.2":0.05569,"17.3":0.03094,"17.4":0.1021},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00116,"5.0-5.1":0.00116,"6.0-6.1":0.00291,"7.0-7.1":0.00465,"8.1-8.4":0.00116,"9.0-9.2":0.00291,"9.3":0.01454,"10.0-10.2":0.00291,"10.3":0.02326,"11.0-11.2":0.01977,"11.3-11.4":0.00581,"12.0-12.1":0.00407,"12.2-12.5":0.09478,"13.0-13.1":0.00174,"13.2":0.01919,"13.3":0.00465,"13.4-13.7":0.01803,"14.0-14.4":0.03547,"14.5-14.8":0.05408,"15.0-15.1":0.025,"15.2-15.3":0.02849,"15.4":0.03256,"15.5":0.04129,"15.6-15.8":0.36052,"16.0":0.08432,"16.1":0.17561,"16.2":0.08432,"16.3":0.14886,"16.4":0.03082,"16.5":0.06454,"16.6-16.7":0.50996,"17.0":0.06106,"17.1":0.11281,"17.2":0.15002,"17.3":1.09436,"17.4":2.47015,"17.5":0.02268},P:{"4":0.17391,"20":0.04092,"21":0.08184,"22":0.08184,"23":0.24552,"24":1.16623,_:"5.0-5.4 8.2 9.2 10.1 12.0","6.2-6.4":0.01023,"7.2-7.4":0.38874,"11.1-11.2":0.02046,"13.0":0.02046,"14.0":0.01023,"15.0":0.01023,"16.0":0.03069,"17.0":0.06138,"18.0":0.02046,"19.0":0.04092},I:{"0":0.11004,"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.00309,"11":0.03713,_:"6 7 9 10 5.5"},K:{"0":0.39961,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.00691,_:"3.0-3.1"},Q:{_:"14.9"},O:{"0":0.13812},H:{"0":0.07},L:{"0":62.20542},R:{_:"0"},M:{"0":0.08978}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"103":0.00441,"108":0.05727,"115":0.07489,"118":0.03084,"119":0.03965,"122":0.01322,"123":0.02203,"124":0.76207,"125":0.22906,_:"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 104 105 106 107 109 110 111 112 113 114 116 117 120 121 126 127 128 3.5 3.6"},D:{"63":0.03965,"74":0.00441,"78":0.00441,"79":0.01322,"81":0.01762,"88":0.01762,"93":0.03084,"94":0.01762,"98":0.0837,"103":0.04846,"104":0.04846,"108":0.11013,"109":0.22906,"112":0.00441,"114":0.03084,"116":0.0881,"117":0.21144,"118":0.90743,"119":0.00441,"120":1.71795,"121":0.37443,"122":2.25096,"123":11.23275,"124":4.33893,_:"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 64 65 66 67 68 69 70 71 72 73 75 76 77 80 83 84 85 86 87 89 90 91 92 95 96 97 99 100 101 102 105 106 107 110 111 113 115 125 126 127"},F:{"107":0.03084,"108":0.10572,_:"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:{"13":0.04846,"15":0.00441,"16":0.00441,"18":0.00441,"89":0.01762,"90":0.10572,"92":0.06608,"97":0.30395,"100":0.01322,"107":0.01322,"108":0.11013,"109":0.05286,"112":0.0881,"114":0.01322,"116":0.03524,"117":0.02203,"118":0.00441,"119":0.09251,"120":0.23787,"121":0.07489,"122":1.19816,"123":5.32124,"124":2.61217,_:"12 14 17 79 80 81 83 84 85 86 87 88 91 93 94 95 96 98 99 101 102 103 104 105 106 110 111 113 115"},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 16.0 16.1 16.2 17.1 17.5","11.1":0.03084,"12.1":0.11894,"13.1":0.01762,"14.1":0.03084,"15.1":0.02203,"15.2-15.3":0.00441,"15.4":0.02203,"15.5":0.1762,"15.6":1.54175,"16.3":0.00441,"16.4":0.01762,"16.5":0.04846,"16.6":0.33478,"17.0":0.00441,"17.2":0.03524,"17.3":0.07489,"17.4":0.33919},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00253,"5.0-5.1":0.00253,"6.0-6.1":0.00632,"7.0-7.1":0.01012,"8.1-8.4":0.00253,"9.0-9.2":0.00632,"9.3":0.03161,"10.0-10.2":0.00632,"10.3":0.05058,"11.0-11.2":0.04299,"11.3-11.4":0.01264,"12.0-12.1":0.00885,"12.2-12.5":0.20611,"13.0-13.1":0.00379,"13.2":0.04173,"13.3":0.01012,"13.4-13.7":0.0392,"14.0-14.4":0.07713,"14.5-14.8":0.1176,"15.0-15.1":0.05437,"15.2-15.3":0.06196,"15.4":0.07081,"15.5":0.08978,"15.6-15.8":0.78397,"16.0":0.18335,"16.1":0.38187,"16.2":0.18335,"16.3":0.3237,"16.4":0.06702,"16.5":0.14036,"16.6-16.7":1.10894,"17.0":0.13277,"17.1":0.24531,"17.2":0.32623,"17.3":2.37973,"17.4":5.37147,"17.5":0.04931},P:{"4":0.20645,"21":0.17548,"22":0.19612,"23":0.26838,"24":2.84896,_:"20 5.0-5.4 6.2-6.4 8.2 9.2 10.1 12.0 13.0 14.0 15.0 16.0 17.0 18.0","7.2-7.4":0.05161,"11.1-11.2":0.02064,"19.0":0.06193},I:{"0":0.01672,"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.00441,_:"6 7 8 9 10 5.5"},K:{"0":0.07833,_:"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.06155},H:{"0":0},L:{"0":42.47865},R:{_:"0"},M:{"0":0.18464}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"46":0.00216,"47":0.00216,"48":0.00216,"51":0.00216,"52":0.00431,"71":0.00216,"72":0.00216,"78":0.00431,"88":0.00647,"102":0.00216,"103":0.00216,"105":0.00216,"106":0.00216,"107":0.00216,"108":0.00216,"110":0.00216,"111":0.00216,"115":0.11211,"121":0.00216,"122":0.00216,"123":0.00647,"124":0.18326,"125":0.09918,_:"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 49 50 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 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 109 112 113 114 116 117 118 119 120 126 127 128 3.5 3.6"},D:{"22":0.00431,"26":0.02587,"34":0.06252,"38":0.10996,"39":0.00431,"41":0.00216,"43":0.00216,"47":0.04096,"49":0.06684,"50":0.00431,"53":0.01078,"55":0.00216,"56":0.00431,"58":0.00216,"60":0.00647,"61":0.00216,"63":0.00216,"65":0.00216,"66":0.00216,"67":0.00431,"68":0.00431,"69":0.00431,"70":0.00216,"71":0.00431,"72":0.00216,"73":0.01509,"74":0.00216,"75":0.00431,"77":0.00216,"78":0.00431,"79":0.33418,"80":0.01078,"81":0.00647,"83":0.04096,"84":0.00216,"85":0.0194,"86":0.00647,"87":0.23716,"88":0.01078,"89":0.00216,"90":0.00431,"91":0.00647,"92":0.00431,"93":0.00216,"94":0.06252,"95":0.00647,"96":0.00647,"97":0.00431,"98":0.00862,"99":0.0345,"100":0.01078,"101":0.00647,"102":0.00647,"103":0.01725,"104":0.00647,"105":0.01078,"106":0.02587,"107":0.0194,"108":0.02587,"109":2.79633,"110":0.01725,"111":0.01725,"112":0.02587,"113":0.00862,"114":0.01509,"115":0.00647,"116":0.07546,"117":0.01725,"118":0.0194,"119":0.04743,"120":0.09702,"121":0.0884,"122":0.29322,"123":7.52228,"124":2.66913,"125":0.01725,"126":0.00216,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 23 24 25 27 28 29 30 31 32 33 35 36 37 40 42 44 45 46 48 51 52 54 57 59 62 64 76 127"},F:{"25":0.00216,"28":0.0194,"31":0.00647,"32":0.01078,"36":0.00862,"40":0.03665,"46":0.12289,"79":0.00431,"82":0.00216,"85":0.00431,"86":0.00862,"95":0.05606,"106":0.00431,"107":0.70501,"108":0.42689,"109":0.1272,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 26 27 29 30 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 77 78 80 81 83 84 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:{"12":0.00216,"13":0.00216,"14":0.00216,"15":0.00216,"16":0.00216,"17":0.00431,"18":0.00862,"92":0.00647,"100":0.00216,"106":0.00216,"107":0.00216,"108":0.00216,"109":0.08193,"110":0.00216,"111":0.00431,"112":0.00216,"113":0.00216,"114":0.00431,"115":0.00216,"116":0.00216,"117":0.00431,"118":0.00216,"119":0.00647,"120":0.01294,"121":0.01294,"122":0.0733,"123":1.17071,"124":0.47863,_:"79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105"},E:{"13":0.00216,"14":0.01078,"15":0.00216,_:"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.00216,"13.1":0.01078,"14.1":0.0194,"15.1":0.00216,"15.2-15.3":0.00216,"15.4":0.00431,"15.5":0.00647,"15.6":0.06037,"16.0":0.00862,"16.1":0.01294,"16.2":0.01078,"16.3":0.02587,"16.4":0.00647,"16.5":0.01294,"16.6":0.06684,"17.0":0.01078,"17.1":0.0194,"17.2":0.03234,"17.3":0.06684,"17.4":0.16601,"17.5":0.00216},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00228,"5.0-5.1":0.00228,"6.0-6.1":0.0057,"7.0-7.1":0.00912,"8.1-8.4":0.00228,"9.0-9.2":0.0057,"9.3":0.02849,"10.0-10.2":0.0057,"10.3":0.04559,"11.0-11.2":0.03875,"11.3-11.4":0.0114,"12.0-12.1":0.00798,"12.2-12.5":0.18578,"13.0-13.1":0.00342,"13.2":0.03761,"13.3":0.00912,"13.4-13.7":0.03533,"14.0-14.4":0.06952,"14.5-14.8":0.106,"15.0-15.1":0.04901,"15.2-15.3":0.05585,"15.4":0.06383,"15.5":0.08092,"15.6-15.8":0.70663,"16.0":0.16526,"16.1":0.3442,"16.2":0.16526,"16.3":0.29177,"16.4":0.06041,"16.5":0.12651,"16.6-16.7":0.99955,"17.0":0.11967,"17.1":0.22111,"17.2":0.29405,"17.3":2.14498,"17.4":4.84159,"17.5":0.04445},P:{"4":0.43803,"20":0.04075,"21":0.12224,"22":0.07131,"23":0.5399,"24":2.05772,"5.0-5.4":0.04075,"6.2-6.4":0.03056,"7.2-7.4":0.09168,_:"8.2 10.1","9.2":0.02037,"11.1-11.2":0.01019,"12.0":0.01019,"13.0":0.04075,"14.0":0.01019,"15.0":0.01019,"16.0":0.02037,"17.0":0.07131,"18.0":0.02037,"19.0":0.04075},I:{"0":0.03125,"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.00216,"11":0.14661,_:"6 7 9 10 5.5"},K:{"0":0.86284,_:"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.10197},H:{"0":0},L:{"0":61.42446},R:{_:"0"},M:{"0":0.09413}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"4":0.00773,"31":0.00387,"48":0.00387,"52":0.00387,"78":0.00387,"87":0.00387,"88":0.00387,"99":0.00387,"102":0.00387,"114":0.0116,"115":0.10438,"121":0.00387,"122":0.01933,"123":0.01546,"124":0.74227,"125":0.26675,_:"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 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 81 82 83 84 85 86 89 90 91 92 93 94 95 96 97 98 100 101 103 104 105 106 107 108 109 110 111 112 113 116 117 118 119 120 126 127 128 3.5 3.6"},D:{"38":0.00387,"47":0.00387,"49":0.00773,"53":0.00387,"56":0.00387,"65":0.00387,"67":0.00387,"69":0.00387,"74":0.00387,"76":0.0116,"77":0.00387,"79":0.04253,"80":0.00773,"81":0.01546,"83":0.00387,"84":0.0116,"85":0.00387,"86":0.00387,"87":0.02706,"88":0.00387,"89":0.00387,"91":0.01546,"92":0.00387,"93":0.04639,"94":0.00773,"95":0.01546,"96":0.00773,"97":0.00387,"98":0.0116,"99":0.00773,"100":0.01546,"101":0.00387,"102":0.00387,"103":0.3634,"106":0.00773,"107":0.0116,"108":0.00387,"109":1.11341,"110":0.00773,"111":0.04253,"112":0.0116,"113":0.0116,"114":0.03866,"115":0.0232,"116":0.09665,"117":0.0232,"118":0.05799,"119":0.06186,"120":0.16624,"121":0.24742,"122":1.68944,"123":15.09673,"124":4.73972,"125":0.03866,_:"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 48 50 51 52 54 55 57 58 59 60 61 62 63 64 66 68 70 71 72 73 75 78 90 104 105 126 127"},F:{"28":0.0116,"77":0.00773,"95":0.00773,"106":0.01546,"107":0.80413,"108":0.20103,"109":0.08119,_:"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 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:{"13":0.02706,"15":0.03479,"18":0.00387,"92":0.0116,"109":0.06959,"110":0.01546,"113":0.00387,"114":0.00773,"116":0.00387,"117":0.00387,"118":0.00387,"119":0.01933,"120":0.0116,"121":0.01933,"122":0.38273,"123":4.48843,"124":1.89821,_:"12 14 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 104 105 106 107 108 111 112 115"},E:{"13":0.00387,"14":0.00773,"15":0.01546,_:"0 4 5 6 7 8 9 10 11 12 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3","5.1":0.00387,"13.1":0.05799,"14.1":0.03093,"15.4":0.00773,"15.5":0.0232,"15.6":0.21263,"16.0":0.03479,"16.1":0.0232,"16.2":0.03093,"16.3":0.04639,"16.4":0.0116,"16.5":0.03479,"16.6":0.84665,"17.0":0.10052,"17.1":0.09665,"17.2":0.10052,"17.3":0.28608,"17.4":0.64176,"17.5":0.00387},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00376,"5.0-5.1":0.00376,"6.0-6.1":0.0094,"7.0-7.1":0.01504,"8.1-8.4":0.00376,"9.0-9.2":0.0094,"9.3":0.047,"10.0-10.2":0.0094,"10.3":0.0752,"11.0-11.2":0.06392,"11.3-11.4":0.0188,"12.0-12.1":0.01316,"12.2-12.5":0.30645,"13.0-13.1":0.00564,"13.2":0.06204,"13.3":0.01504,"13.4-13.7":0.05828,"14.0-14.4":0.11468,"14.5-14.8":0.17485,"15.0-15.1":0.08084,"15.2-15.3":0.09212,"15.4":0.10528,"15.5":0.13349,"15.6-15.8":1.16564,"16.0":0.27261,"16.1":0.56778,"16.2":0.27261,"16.3":0.4813,"16.4":0.09964,"16.5":0.20869,"16.6-16.7":1.64882,"17.0":0.19741,"17.1":0.36473,"17.2":0.48506,"17.3":3.53829,"17.4":7.98654,"17.5":0.07332},P:{"4":0.3295,"20":0.01098,"21":0.09885,"22":0.09885,"23":0.1977,"24":4.07479,"5.0-5.4":0.01098,"6.2-6.4":0.01098,"7.2-7.4":0.14278,_:"8.2 9.2 10.1 12.0 15.0","11.1-11.2":0.01098,"13.0":0.01098,"14.0":0.01098,"16.0":0.01098,"17.0":0.03295,"18.0":0.01098,"19.0":0.02197},I:{"0":0.01833,"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.00005},A:{"11":0.00773,_:"6 7 8 9 10 5.5"},K:{"0":0.21469,_:"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.0368},H:{"0":0},L:{"0":38.62623},R:{_:"0"},M:{"0":0.36804}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"124":2.65506,"125":5.31012,_:"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 115 116 117 118 119 120 121 122 123 126 127 128 3.5 3.6"},D:{"100":0.88502,"109":4.4251,"118":0.43928,"123":26.5506,"124":6.63442,_:"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 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 119 120 121 122 125 126 127"},F:{_:"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 108 109 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.43928,"122":0.88502,"123":6.19514,"124":6.63442,_:"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 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121"},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.5","17.3":0.43928,"17.4":0.43928},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00109,"5.0-5.1":0.00109,"6.0-6.1":0.00272,"7.0-7.1":0.00435,"8.1-8.4":0.00109,"9.0-9.2":0.00272,"9.3":0.01361,"10.0-10.2":0.00272,"10.3":0.02177,"11.0-11.2":0.01851,"11.3-11.4":0.00544,"12.0-12.1":0.00381,"12.2-12.5":0.08872,"13.0-13.1":0.00163,"13.2":0.01796,"13.3":0.00435,"13.4-13.7":0.01687,"14.0-14.4":0.0332,"14.5-14.8":0.05062,"15.0-15.1":0.0234,"15.2-15.3":0.02667,"15.4":0.03048,"15.5":0.03865,"15.6-15.8":0.33746,"16.0":0.07892,"16.1":0.16438,"16.2":0.07892,"16.3":0.13934,"16.4":0.02885,"16.5":0.06042,"16.6-16.7":0.47735,"17.0":0.05715,"17.1":0.10559,"17.2":0.14043,"17.3":1.02437,"17.4":2.31218,"17.5":0.02123},P:{"23":0.45131,"24":3.1797,_:"4 20 21 22 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"},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":0,_:"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":28.97106},R:{_:"0"},M:{_:"0"}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"34":0.03084,"52":0.00881,"78":0.00441,"88":0.01322,"102":0.00441,"103":0.00441,"115":0.16743,"119":0.00441,"121":0.00441,"122":0.00881,"123":0.01762,"124":0.4406,"125":0.22911,_:"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 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 97 98 99 100 101 104 105 106 107 108 109 110 111 112 113 114 116 117 118 120 126 127 128 3.5 3.6"},D:{"11":0.00881,"26":0.00441,"30":0.00881,"33":0.01322,"34":0.02203,"38":0.07931,"45":0.00441,"49":0.03525,"53":0.05287,"55":0.00441,"56":0.01762,"61":0.04847,"63":0.00441,"64":0.00441,"65":0.00881,"66":0.00881,"67":0.00881,"68":0.00441,"69":0.00441,"70":0.00441,"71":0.00881,"72":0.00441,"73":0.02644,"74":0.02203,"75":0.00441,"76":0.00881,"77":0.01322,"78":0.00441,"79":0.45822,"80":0.00881,"81":0.02203,"83":0.02203,"84":0.00441,"85":0.00441,"86":0.01322,"87":0.32164,"88":0.00881,"89":0.01322,"90":0.00881,"91":0.00441,"92":0.00441,"93":0.00441,"94":0.0749,"95":0.01322,"96":0.01322,"97":0.02203,"98":0.00881,"99":0.01762,"100":0.00881,"101":0.01762,"102":0.02644,"103":0.0705,"104":0.02203,"105":0.01322,"106":0.01762,"107":0.01322,"108":0.04406,"109":3.41465,"110":0.01322,"111":0.01762,"112":0.01322,"113":0.00881,"114":0.02644,"115":0.01762,"116":0.14099,"117":0.02203,"118":0.03525,"119":0.10574,"120":0.1454,"121":0.19827,"122":0.79749,"123":17.05122,"124":6.93945,"125":0.02644,"126":0.00441,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 27 28 29 31 32 35 36 37 39 40 41 42 43 44 46 47 48 50 51 52 54 57 58 59 60 62 127"},F:{"28":0.01322,"36":0.01762,"40":0.00441,"46":0.10574,"95":0.01762,"107":0.01762,"108":0.08371,"109":0.02203,_:"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 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 106 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.00441,"17":0.00441,"18":0.00881,"84":0.00441,"92":0.00441,"98":0.00441,"106":0.00441,"107":0.00441,"108":0.00441,"109":0.09253,"110":0.00441,"111":0.00441,"112":0.00441,"113":0.00881,"114":0.00441,"115":0.00881,"116":0.00441,"117":0.00441,"118":0.00881,"119":0.01322,"120":0.02203,"121":0.02203,"122":0.14099,"123":2.58192,"124":1.2513,_:"12 13 15 16 79 80 81 83 85 86 87 88 89 90 91 93 94 95 96 97 99 100 101 102 103 104 105"},E:{"13":0.03525,"14":0.11015,"15":0.01762,_:"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.00441,"12.1":0.02203,"13.1":0.08812,"14.1":0.2952,"15.1":0.03525,"15.2-15.3":0.02644,"15.4":0.10574,"15.5":0.17183,"15.6":0.62565,"16.0":0.03525,"16.1":0.13659,"16.2":0.09253,"16.3":0.25995,"16.4":0.05728,"16.5":0.15862,"16.6":0.86358,"17.0":0.04406,"17.1":0.20268,"17.2":0.26877,"17.3":1.06185,"17.4":1.96948,"17.5":0.00441},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00521,"5.0-5.1":0.00521,"6.0-6.1":0.01303,"7.0-7.1":0.02086,"8.1-8.4":0.00521,"9.0-9.2":0.01303,"9.3":0.06517,"10.0-10.2":0.01303,"10.3":0.10428,"11.0-11.2":0.08863,"11.3-11.4":0.02607,"12.0-12.1":0.01825,"12.2-12.5":0.42492,"13.0-13.1":0.00782,"13.2":0.08603,"13.3":0.02086,"13.4-13.7":0.08081,"14.0-14.4":0.15902,"14.5-14.8":0.24244,"15.0-15.1":0.1121,"15.2-15.3":0.12774,"15.4":0.14599,"15.5":0.18509,"15.6-15.8":1.61628,"16.0":0.378,"16.1":0.78728,"16.2":0.378,"16.3":0.66737,"16.4":0.13817,"16.5":0.28937,"16.6-16.7":2.28625,"17.0":0.27372,"17.1":0.50574,"17.2":0.67258,"17.3":4.90618,"17.4":11.0741,"17.5":0.10167},P:{"4":0.68693,"20":0.0458,"21":0.08014,"22":0.10304,"23":0.38926,"24":2.5302,"5.0-5.4":0.12594,"6.2-6.4":0.0458,_:"7.2-7.4 8.2 10.1","9.2":0.01145,"11.1-11.2":0.03435,"12.0":0.01145,"13.0":0.03435,"14.0":0.01145,"15.0":0.01145,"16.0":0.0229,"17.0":0.0458,"18.0":0.0229,"19.0":0.03435},I:{"0":0.01671,"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.00716,"11":0.1074,_:"6 7 9 10 5.5"},K:{"0":0.16779,_:"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.00559},O:{"0":0.08949},H:{"0":0},L:{"0":25.73514},R:{_:"0"},M:{"0":0.12305}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"34":0.00144,"37":0.00144,"38":0.00144,"43":0.00144,"52":0.00288,"56":0.00144,"57":0.00144,"65":0.00144,"66":0.00144,"72":0.00431,"78":0.00144,"88":0.00144,"91":0.01007,"95":0.00575,"100":0.00144,"102":0.02301,"108":0.00288,"110":0.00144,"111":0.00144,"112":0.00144,"113":0.00575,"114":0.00144,"115":0.13661,"116":0.00144,"118":0.00288,"119":0.00144,"120":0.00144,"121":0.00288,"122":0.00575,"123":0.02445,"124":0.49611,"125":0.25884,"126":0.01294,_:"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 39 40 41 42 44 45 46 47 48 49 50 51 53 54 55 58 59 60 61 62 63 64 67 68 69 70 71 73 74 75 76 77 79 80 81 82 83 84 85 86 87 89 90 92 93 94 96 97 98 99 101 103 104 105 106 107 109 117 127 128 3.5 3.6"},D:{"11":0.00144,"32":0.00144,"37":0.00431,"38":0.00575,"39":0.00288,"40":0.00144,"41":0.00144,"43":0.00144,"46":0.00144,"49":0.00144,"51":0.00288,"55":0.00431,"57":0.00144,"58":0.00144,"59":0.00144,"60":0.00144,"62":0.00288,"63":0.00144,"64":0.00144,"65":0.00431,"67":0.00144,"68":0.00575,"69":0.00719,"70":0.00575,"71":0.00144,"72":0.00144,"73":0.00144,"74":0.00288,"75":0.00144,"76":0.00144,"77":0.00431,"78":0.00288,"79":0.00863,"80":0.00431,"81":0.00144,"83":0.02301,"85":0.00144,"86":0.00144,"87":0.01438,"88":0.00863,"89":0.02876,"90":0.0302,"91":0.00431,"92":0.00144,"93":0.00431,"94":0.08484,"95":0.00144,"96":0.00719,"97":0.00288,"98":0.00288,"99":0.1438,"100":0.00288,"101":0.00144,"102":0.00575,"103":0.02445,"104":0.00288,"105":0.00575,"106":0.00863,"107":0.01294,"108":0.0115,"109":0.63272,"110":0.00431,"111":0.00719,"112":0.00719,"113":0.02013,"114":0.00863,"115":0.00863,"116":0.06615,"117":0.0115,"118":0.0115,"119":0.03451,"120":0.08484,"121":0.11073,"122":0.30773,"123":3.95019,"124":1.60768,"125":0.01582,_:"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 33 34 35 36 42 44 45 47 48 50 52 53 54 56 61 66 84 126 127"},F:{"34":0.00144,"37":0.00431,"68":0.00144,"79":0.00431,"80":0.00288,"81":0.00144,"82":0.00144,"89":0.00144,"94":0.02876,"95":0.03164,"101":0.00144,"106":0.00144,"107":0.03164,"108":0.21714,"109":0.11935,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 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 69 70 71 72 73 74 75 76 77 78 83 84 85 86 87 88 90 91 92 93 96 97 98 99 100 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.01007,"13":0.00575,"14":0.00719,"15":0.00575,"16":0.01007,"17":0.00288,"18":0.04745,"84":0.00575,"85":0.00144,"89":0.0115,"90":0.01007,"92":0.03164,"100":0.00431,"101":0.00144,"103":0.00144,"107":0.00144,"108":0.00288,"109":0.09203,"110":0.00144,"111":0.00144,"112":0.00288,"114":0.00144,"115":0.00431,"116":0.00431,"117":0.00288,"118":0.00288,"119":0.00863,"120":0.01294,"121":0.01869,"122":0.11504,"123":0.78802,"124":0.35231,_:"79 80 81 83 86 87 88 91 93 94 95 96 97 98 99 102 104 105 106 113"},E:{"11":0.00144,"13":0.00144,"14":0.00288,_:"0 4 5 6 7 8 9 10 12 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 17.5","11.1":0.00144,"12.1":0.00719,"13.1":0.0115,"14.1":0.01294,"15.1":0.00144,"15.2-15.3":0.00144,"15.4":0.00288,"15.5":0.00144,"15.6":0.02301,"16.0":0.00288,"16.1":0.00719,"16.2":0.00144,"16.3":0.00575,"16.4":0.00575,"16.5":0.00575,"16.6":0.0302,"17.0":0.00288,"17.1":0.00863,"17.2":0.02301,"17.3":0.01869,"17.4":0.0719},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00069,"5.0-5.1":0.00069,"6.0-6.1":0.00173,"7.0-7.1":0.00277,"8.1-8.4":0.00069,"9.0-9.2":0.00173,"9.3":0.00865,"10.0-10.2":0.00173,"10.3":0.01384,"11.0-11.2":0.01176,"11.3-11.4":0.00346,"12.0-12.1":0.00242,"12.2-12.5":0.05638,"13.0-13.1":0.00104,"13.2":0.01141,"13.3":0.00277,"13.4-13.7":0.01072,"14.0-14.4":0.0211,"14.5-14.8":0.03217,"15.0-15.1":0.01487,"15.2-15.3":0.01695,"15.4":0.01937,"15.5":0.02456,"15.6-15.8":0.21446,"16.0":0.05016,"16.1":0.10446,"16.2":0.05016,"16.3":0.08855,"16.4":0.01833,"16.5":0.0384,"16.6-16.7":0.30336,"17.0":0.03632,"17.1":0.06711,"17.2":0.08924,"17.3":0.65099,"17.4":1.4694,"17.5":0.01349},P:{"4":0.18574,"20":0.00978,"21":0.06843,"22":0.11731,"23":0.16619,"24":0.41059,"5.0-5.4":0.01955,"6.2-6.4":0.00978,"7.2-7.4":0.04888,_:"8.2 12.0 15.0","9.2":0.0391,"10.1":0.00978,"11.1-11.2":0.0391,"13.0":0.00978,"14.0":0.00978,"16.0":0.02933,"17.0":0.02933,"18.0":0.00978,"19.0":0.07821},I:{"0":0.05969,"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:{"11":0.01726,_:"6 7 8 9 10 5.5"},K:{"0":8.08154,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":2.17475,_:"3.0-3.1"},Q:{"14.9":0.00856},O:{"0":0.30823},H:{"0":12.57},L:{"0":60.78987},R:{_:"0"},M:{"0":0.07706}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"34":0.0058,"48":0.0058,"49":0.0058,"52":0.13342,"55":0.0116,"56":0.07541,"68":0.0116,"72":0.0116,"75":0.0116,"78":0.0058,"81":0.0058,"82":0.0058,"83":0.0174,"84":0.0058,"86":0.0058,"88":0.0116,"91":0.0058,"98":0.0058,"99":0.0058,"101":0.0058,"102":0.0232,"103":0.05221,"104":0.0058,"105":0.0174,"106":0.0174,"107":0.0174,"108":0.0232,"109":0.0232,"110":0.0174,"111":0.03481,"112":0.0058,"113":0.0058,"114":0.0058,"115":0.77153,"116":0.0058,"117":0.0058,"118":0.0174,"119":0.0232,"120":0.0174,"121":0.0116,"122":0.0174,"123":0.03481,"124":1.1486,"125":0.66131,"126":0.0058,"127":0.0058,_:"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 50 51 53 54 57 58 59 60 61 62 63 64 65 66 67 69 70 71 73 74 76 77 79 80 85 87 89 90 92 93 94 95 96 97 100 128 3.5 3.6"},D:{"11":0.0116,"38":0.0058,"41":0.0174,"42":0.0058,"48":0.0058,"49":0.12762,"57":0.0058,"61":0.0174,"63":0.0058,"64":0.0058,"68":0.0058,"69":0.0058,"70":0.0058,"71":0.0116,"72":0.0058,"73":0.0058,"74":0.0116,"75":0.0058,"76":0.0116,"78":0.0058,"79":0.04061,"80":0.0174,"81":0.0174,"83":0.02901,"84":0.0058,"85":0.04061,"86":0.0232,"87":0.05221,"88":0.0116,"89":0.0058,"90":0.0116,"91":0.0116,"92":0.0058,"93":0.0058,"94":0.0058,"95":0.0116,"96":0.0174,"97":0.02901,"98":0.0232,"99":0.0116,"100":0.0174,"101":0.0174,"102":0.11602,"103":0.04641,"104":0.12182,"105":0.06961,"106":0.16823,"107":0.18563,"108":0.23204,"109":4.19412,"110":0.11022,"111":0.13342,"112":0.13922,"113":0.06961,"114":0.11602,"115":0.0174,"116":0.15083,"117":0.09282,"118":0.12182,"119":0.44668,"120":0.41767,"121":0.36546,"122":0.79474,"123":19.29993,"124":7.69213,"125":0.04061,"126":0.0174,_:"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 43 44 45 46 47 50 51 52 53 54 55 56 58 59 60 62 65 66 67 77 127"},F:{"36":0.02901,"46":0.0058,"51":0.0058,"57":0.0058,"64":0.0058,"69":0.0058,"72":0.0058,"75":0.0058,"77":0.0058,"78":0.0058,"79":0.02901,"80":0.0058,"82":0.0058,"83":0.0174,"84":0.0174,"85":0.06381,"86":0.02901,"87":0.0116,"90":0.0058,"91":0.0116,"92":0.0058,"93":0.0116,"94":0.0116,"95":0.96877,"96":0.0058,"97":0.0058,"98":0.0058,"99":0.0232,"102":0.0174,"103":0.0058,"105":0.0058,"106":0.0174,"107":1.48506,"108":2.9237,"109":0.99777,_:"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 52 53 54 55 56 58 60 62 63 65 66 67 68 70 71 73 74 76 81 88 89 100 101 104 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6","12.1":0.0058},B:{"12":0.0058,"18":0.0116,"92":0.0174,"100":0.0058,"103":0.0058,"105":0.0058,"106":0.0116,"107":0.0232,"108":0.02901,"109":0.09282,"110":0.0116,"111":0.0116,"112":0.0058,"113":0.0058,"114":0.0058,"115":0.0058,"116":0.02901,"117":0.0116,"118":0.0058,"119":0.0058,"120":0.0116,"121":0.0058,"122":0.07541,"123":3.35298,"124":2.07096,_:"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 104"},E:{"14":0.0116,"15":0.0058,_:"0 4 5 6 7 8 9 10 11 12 13 3.1 3.2 6.1 7.1 10.1 11.1 15.2-15.3","5.1":0.04061,"9.1":0.0058,"12.1":0.0058,"13.1":0.0232,"14.1":0.02901,"15.1":0.0116,"15.4":0.0058,"15.5":0.0116,"15.6":0.11602,"16.0":0.0116,"16.1":0.04061,"16.2":0.0116,"16.3":0.07541,"16.4":0.0116,"16.5":0.03481,"16.6":0.14503,"17.0":0.05221,"17.1":0.04641,"17.2":0.08702,"17.3":0.16823,"17.4":0.5511,"17.5":0.0058},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00191,"5.0-5.1":0.00191,"6.0-6.1":0.00477,"7.0-7.1":0.00763,"8.1-8.4":0.00191,"9.0-9.2":0.00477,"9.3":0.02386,"10.0-10.2":0.00477,"10.3":0.03817,"11.0-11.2":0.03244,"11.3-11.4":0.00954,"12.0-12.1":0.00668,"12.2-12.5":0.15554,"13.0-13.1":0.00286,"13.2":0.03149,"13.3":0.00763,"13.4-13.7":0.02958,"14.0-14.4":0.05821,"14.5-14.8":0.08874,"15.0-15.1":0.04103,"15.2-15.3":0.04676,"15.4":0.05344,"15.5":0.06775,"15.6-15.8":0.59161,"16.0":0.13836,"16.1":0.28817,"16.2":0.13836,"16.3":0.24428,"16.4":0.05057,"16.5":0.10592,"16.6-16.7":0.83684,"17.0":0.10019,"17.1":0.18512,"17.2":0.24618,"17.3":1.79581,"17.4":4.05346,"17.5":0.03721},P:{"4":0.04235,"20":0.03176,"21":0.04235,"22":0.03176,"23":0.09528,"24":1.00569,_:"5.0-5.4 8.2 9.2 12.0 14.0 15.0 16.0","6.2-6.4":0.01059,"7.2-7.4":0.05293,"10.1":0.01059,"11.1-11.2":0.01059,"13.0":0.01059,"17.0":0.02117,"18.0":0.01059,"19.0":0.02117},I:{"0":0.02508,"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.00006},A:{"8":0.02395,"9":0.01198,"10":0.00599,"11":0.14372,_:"6 7 5.5"},K:{"0":1.20162,_:"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.0042},O:{"0":0.15952},H:{"0":0.02},L:{"0":29.26978},R:{_:"0"},M:{"0":0.19731}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"36":0.00208,"45":0.00208,"47":0.00208,"48":0.00208,"50":0.00208,"52":0.01039,"56":0.00208,"58":0.00208,"59":0.00208,"68":0.00208,"72":0.00416,"78":0.00208,"88":0.00208,"91":0.00623,"93":0.00416,"102":0.00623,"103":0.00208,"109":0.00208,"110":0.00208,"111":0.00208,"112":0.00208,"113":0.00208,"115":0.29923,"116":0.00208,"118":0.00208,"119":0.00416,"120":0.00208,"121":0.00416,"122":0.01247,"123":0.0374,"124":0.77094,"125":0.41976,"126":0.02909,_:"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 37 38 39 40 41 42 43 44 46 49 51 53 54 55 57 60 61 62 63 64 65 66 67 69 70 71 73 74 75 76 77 79 80 81 82 83 84 85 86 87 89 90 92 94 95 96 97 98 99 100 101 104 105 106 107 108 114 117 127 128 3.5 3.6"},D:{"19":0.01247,"39":0.00208,"43":0.00208,"49":0.00208,"50":0.00208,"53":0.00208,"55":0.00208,"56":0.00208,"58":0.00208,"59":0.00831,"63":0.00623,"64":0.01247,"65":0.00208,"67":0.00208,"68":0.00831,"69":0.00623,"70":0.00623,"71":0.00208,"72":0.01039,"73":0.00208,"74":0.00416,"75":0.00208,"76":0.00208,"77":0.00831,"78":0.00208,"79":0.00623,"80":0.01247,"81":0.00623,"83":0.00623,"84":0.00208,"85":0.00208,"86":0.00208,"87":0.01662,"88":0.02286,"89":0.00208,"90":0.00208,"91":0.00416,"92":0.00416,"93":0.02078,"94":0.01247,"95":0.02286,"96":0.00208,"98":0.00416,"99":0.00623,"100":0.00623,"101":0.00208,"102":0.01455,"103":0.03117,"104":0.00831,"105":0.01039,"106":0.03533,"107":0.01455,"108":0.02286,"109":1.00783,"110":0.00416,"111":0.00416,"112":0.00623,"113":0.01039,"114":0.02494,"115":0.00831,"116":0.05611,"117":0.01039,"118":0.01247,"119":0.04572,"120":0.08935,"121":0.11845,"122":0.40313,"123":5.51086,"124":2.00319,"125":0.02078,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 40 41 42 44 45 46 47 48 51 52 54 57 60 61 62 66 97 126 127"},F:{"46":0.00416,"79":0.00416,"81":0.01039,"82":0.00208,"86":0.00208,"90":0.00208,"95":0.02494,"102":0.00416,"106":0.00416,"107":0.05818,"108":0.25975,"109":0.11637,_:"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 80 83 84 85 87 88 89 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.01455,"13":0.00831,"14":0.00416,"15":0.00623,"16":0.00623,"17":0.00416,"18":0.06234,"84":0.00416,"89":0.00208,"90":0.01039,"92":0.02909,"100":0.00831,"109":0.02494,"111":0.00208,"112":0.00208,"113":0.00208,"114":0.00831,"115":0.00208,"116":0.00831,"117":0.00623,"118":0.00416,"119":0.01247,"120":0.02286,"121":0.0187,"122":0.15585,"123":1.08887,"124":0.36573,_:"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"},E:{"12":0.00416,"14":0.00416,_:"0 4 5 6 7 8 9 10 11 13 15 3.1 3.2 5.1 6.1 7.1 9.1 15.1 15.4 16.0 17.5","10.1":0.00208,"11.1":0.00208,"12.1":0.00416,"13.1":0.01247,"14.1":0.01247,"15.2-15.3":0.00208,"15.5":0.00623,"15.6":0.08728,"16.1":0.00623,"16.2":0.00208,"16.3":0.00416,"16.4":0.01039,"16.5":0.01455,"16.6":0.03117,"17.0":0.00208,"17.1":0.02494,"17.2":0.01039,"17.3":0.03533,"17.4":0.07273},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00069,"5.0-5.1":0.00069,"6.0-6.1":0.00173,"7.0-7.1":0.00276,"8.1-8.4":0.00069,"9.0-9.2":0.00173,"9.3":0.00863,"10.0-10.2":0.00173,"10.3":0.01381,"11.0-11.2":0.01174,"11.3-11.4":0.00345,"12.0-12.1":0.00242,"12.2-12.5":0.05629,"13.0-13.1":0.00104,"13.2":0.0114,"13.3":0.00276,"13.4-13.7":0.01071,"14.0-14.4":0.02107,"14.5-14.8":0.03212,"15.0-15.1":0.01485,"15.2-15.3":0.01692,"15.4":0.01934,"15.5":0.02452,"15.6-15.8":0.21412,"16.0":0.05008,"16.1":0.1043,"16.2":0.05008,"16.3":0.08841,"16.4":0.0183,"16.5":0.03833,"16.6-16.7":0.30288,"17.0":0.03626,"17.1":0.067,"17.2":0.0891,"17.3":0.64996,"17.4":1.46707,"17.5":0.01347},P:{"4":0.09193,"20":0.02043,"21":0.06128,"22":0.11235,"23":0.22471,"24":0.56177,"5.0-5.4":0.02043,"6.2-6.4":0.01021,"7.2-7.4":0.08171,_:"8.2 10.1 12.0","9.2":0.11235,"11.1-11.2":0.04086,"13.0":0.01021,"14.0":0.01021,"15.0":0.01021,"16.0":0.03064,"17.0":0.01021,"18.0":0.01021,"19.0":0.11235},I:{"0":0.03944,"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:{"10":0.00246,"11":0.02456,_:"6 7 8 9 5.5"},K:{"0":6.35593,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.22179,_:"3.0-3.1"},Q:{"14.9":0.00792},O:{"0":0.27724},H:{"0":12.1},L:{"0":61.20461},R:{_:"0"},M:{"0":0.11089}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"4":0.00519,"11":0.06222,"17":0.00519,"38":0.00519,"43":0.00519,"44":0.02593,"45":0.00519,"48":0.00519,"52":0.02074,"59":0.00519,"72":0.00519,"78":0.03111,"83":0.00519,"88":0.01037,"91":0.00519,"93":0.00519,"94":0.01556,"102":0.01037,"103":0.01037,"104":0.02074,"105":0.00519,"107":0.00519,"108":0.00519,"109":0.00519,"110":0.00519,"112":0.00519,"113":0.01037,"114":0.00519,"115":0.38369,"116":0.00519,"117":0.01037,"118":0.52369,"119":0.00519,"120":0.00519,"121":0.02074,"122":0.02074,"123":0.08815,"124":1.57624,"125":0.70516,"126":0.00519,_:"2 3 5 6 7 8 9 10 12 13 14 15 16 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 46 47 49 50 51 53 54 55 56 57 58 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 79 80 81 82 84 85 86 87 89 90 92 95 96 97 98 99 100 101 106 111 127 128 3.5 3.6"},D:{"38":0.00519,"41":0.00519,"43":0.00519,"47":0.00519,"48":0.06741,"49":0.03111,"51":0.00519,"52":0.00519,"53":0.00519,"56":0.04667,"62":0.00519,"65":0.00519,"66":0.02593,"67":0.00519,"68":0.00519,"69":0.01037,"70":0.00519,"71":0.00519,"72":0.00519,"74":0.01037,"75":0.01037,"76":0.02074,"77":0.00519,"78":0.01037,"79":0.18666,"80":0.02593,"81":0.05704,"83":0.11407,"84":0.01037,"85":0.06741,"86":0.58591,"87":0.06222,"88":0.02074,"89":0.02593,"90":0.01037,"91":0.08296,"92":0.01037,"93":0.05185,"94":0.0363,"95":0.01037,"96":0.02074,"97":0.01556,"98":0.01037,"99":0.02593,"100":0.60665,"101":1.15107,"102":0.58072,"103":1.01626,"104":0.61702,"105":0.08815,"106":0.0363,"107":0.02593,"108":0.05185,"109":0.6585,"110":0.04667,"111":0.03111,"112":0.04148,"113":0.12963,"114":0.23333,"115":0.05704,"116":0.30592,"117":0.35777,"118":0.2437,"119":0.30073,"120":0.59109,"121":1.12515,"122":2.64435,"123":13.81803,"124":4.78576,"125":0.05704,"126":0.02074,_:"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 44 45 46 50 54 55 57 58 59 60 61 63 64 73 127"},F:{"95":0.03111,"102":0.00519,"106":0.00519,"107":0.53406,"108":0.21259,"109":0.08815,_:"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 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.00519,"17":0.00519,"18":0.00519,"85":0.00519,"87":0.00519,"92":0.00519,"107":0.00519,"108":0.00519,"109":0.08296,"110":0.00519,"111":0.00519,"112":0.00519,"113":0.00519,"114":0.01037,"115":0.00519,"116":0.00519,"117":0.01037,"118":0.00519,"119":0.01556,"120":0.04148,"121":0.05704,"122":0.43036,"123":4.57836,"124":1.92882,_:"13 14 15 16 79 80 81 83 84 86 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106"},E:{"8":0.00519,"9":0.01037,"13":0.01037,"14":0.07778,"15":0.01556,_:"0 4 5 6 7 10 11 12 3.1 3.2 6.1 7.1 10.1","5.1":0.00519,"9.1":0.01556,"11.1":0.00519,"12.1":0.02593,"13.1":0.17111,"14.1":0.18666,"15.1":0.10889,"15.2-15.3":0.02074,"15.4":0.04148,"15.5":0.05185,"15.6":0.45628,"16.0":0.07778,"16.1":0.09333,"16.2":0.08815,"16.3":0.21259,"16.4":0.08296,"16.5":0.14518,"16.6":0.77257,"17.0":0.08296,"17.1":0.19185,"17.2":0.31629,"17.3":0.88145,"17.4":2.57176,"17.5":0.02074},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00479,"5.0-5.1":0.00479,"6.0-6.1":0.01197,"7.0-7.1":0.01915,"8.1-8.4":0.00479,"9.0-9.2":0.01197,"9.3":0.05985,"10.0-10.2":0.01197,"10.3":0.09576,"11.0-11.2":0.0814,"11.3-11.4":0.02394,"12.0-12.1":0.01676,"12.2-12.5":0.39023,"13.0-13.1":0.00718,"13.2":0.079,"13.3":0.01915,"13.4-13.7":0.07422,"14.0-14.4":0.14604,"14.5-14.8":0.22265,"15.0-15.1":0.10294,"15.2-15.3":0.11731,"15.4":0.13407,"15.5":0.16998,"15.6-15.8":1.4843,"16.0":0.34713,"16.1":0.723,"16.2":0.34713,"16.3":0.61287,"16.4":0.12688,"16.5":0.26574,"16.6-16.7":2.09957,"17.0":0.25137,"17.1":0.46444,"17.2":0.61766,"17.3":4.50557,"17.4":10.16985,"17.5":0.09337},P:{"4":0.03275,"20":0.01092,"21":0.03275,"22":0.03275,"23":0.09825,"24":1.25537,_:"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.01092,"16.0":0.02183,"17.0":0.01092,"18.0":0.01092,"19.0":0.01092},I:{"0":0.11991,"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.01103,"9":0.03309,"11":0.30328,_:"6 7 10 5.5"},K:{"0":0.3323,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.00482,_:"3.0-3.1"},Q:{"14.9":0.03853},O:{"0":0.07706},H:{"0":0},L:{"0":22.07956},R:{_:"0"},M:{"0":0.66461}};
|