immosquare-cleaner 0.1.36 → 0.1.37
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/immosquare-cleaner/version.rb +1 -1
- data/lib/immosquare-cleaner.rb +5 -1
- data/linters/eslint.config.mjs +88 -24
- data/linters/jscodeshift/arrow-function-transform.js +35 -0
- data/linters/rubocop-3.3.1.yml +88 -0
- data/node_modules/.bin/browserslist +1 -0
- data/node_modules/.bin/esparse +1 -0
- data/node_modules/.bin/esvalidate +1 -0
- data/node_modules/.bin/jscodeshift +1 -0
- data/node_modules/.bin/jsesc +1 -0
- data/node_modules/.bin/parser +1 -0
- data/node_modules/.bin/update-browserslist-db +1 -0
- data/node_modules/@ampproject/remapping/LICENSE +202 -0
- data/node_modules/@ampproject/remapping/README.md +218 -0
- data/node_modules/@ampproject/remapping/dist/remapping.mjs +197 -0
- data/node_modules/@ampproject/remapping/dist/remapping.mjs.map +1 -0
- data/node_modules/@ampproject/remapping/dist/remapping.umd.js +202 -0
- data/node_modules/@ampproject/remapping/dist/remapping.umd.js.map +1 -0
- data/node_modules/@ampproject/remapping/dist/types/build-source-map-tree.d.ts +14 -0
- data/node_modules/@ampproject/remapping/dist/types/remapping.d.ts +20 -0
- data/node_modules/@ampproject/remapping/dist/types/source-map-tree.d.ts +45 -0
- data/node_modules/@ampproject/remapping/dist/types/source-map.d.ts +18 -0
- data/node_modules/@ampproject/remapping/dist/types/types.d.ts +15 -0
- data/node_modules/@ampproject/remapping/package.json +75 -0
- data/node_modules/@babel/code-frame/LICENSE +22 -0
- data/node_modules/@babel/code-frame/README.md +19 -0
- data/node_modules/@babel/code-frame/lib/index.js +156 -0
- data/node_modules/@babel/code-frame/lib/index.js.map +1 -0
- data/node_modules/@babel/code-frame/package.json +30 -0
- data/node_modules/@babel/compat-data/LICENSE +22 -0
- data/node_modules/@babel/compat-data/README.md +19 -0
- data/node_modules/@babel/compat-data/corejs2-built-ins.js +2 -0
- data/node_modules/@babel/compat-data/corejs3-shipped-proposals.js +2 -0
- data/node_modules/@babel/compat-data/data/corejs2-built-ins.json +2081 -0
- data/node_modules/@babel/compat-data/data/corejs3-shipped-proposals.json +5 -0
- data/node_modules/@babel/compat-data/data/native-modules.json +18 -0
- data/node_modules/@babel/compat-data/data/overlapping-plugins.json +33 -0
- data/node_modules/@babel/compat-data/data/plugin-bugfixes.json +213 -0
- data/node_modules/@babel/compat-data/data/plugins.json +789 -0
- data/node_modules/@babel/compat-data/native-modules.js +1 -0
- data/node_modules/@babel/compat-data/overlapping-plugins.js +1 -0
- data/node_modules/@babel/compat-data/package.json +40 -0
- data/node_modules/@babel/compat-data/plugin-bugfixes.js +1 -0
- data/node_modules/@babel/compat-data/plugins.js +1 -0
- data/node_modules/@babel/core/LICENSE +22 -0
- data/node_modules/@babel/core/README.md +19 -0
- data/node_modules/@babel/core/cjs-proxy.cjs +59 -0
- data/node_modules/@babel/core/lib/config/cache-contexts.js +3 -0
- data/node_modules/@babel/core/lib/config/cache-contexts.js.map +1 -0
- data/node_modules/@babel/core/lib/config/caching.js +261 -0
- data/node_modules/@babel/core/lib/config/caching.js.map +1 -0
- data/node_modules/@babel/core/lib/config/config-chain.js +469 -0
- data/node_modules/@babel/core/lib/config/config-chain.js.map +1 -0
- data/node_modules/@babel/core/lib/config/config-descriptors.js +190 -0
- data/node_modules/@babel/core/lib/config/config-descriptors.js.map +1 -0
- data/node_modules/@babel/core/lib/config/files/configuration.js +286 -0
- data/node_modules/@babel/core/lib/config/files/configuration.js.map +1 -0
- data/node_modules/@babel/core/lib/config/files/import.cjs +6 -0
- data/node_modules/@babel/core/lib/config/files/import.cjs.map +1 -0
- data/node_modules/@babel/core/lib/config/files/index-browser.js +58 -0
- data/node_modules/@babel/core/lib/config/files/index-browser.js.map +1 -0
- data/node_modules/@babel/core/lib/config/files/index.js +78 -0
- data/node_modules/@babel/core/lib/config/files/index.js.map +1 -0
- data/node_modules/@babel/core/lib/config/files/module-types.js +176 -0
- data/node_modules/@babel/core/lib/config/files/module-types.js.map +1 -0
- data/node_modules/@babel/core/lib/config/files/package.js +61 -0
- data/node_modules/@babel/core/lib/config/files/package.js.map +1 -0
- data/node_modules/@babel/core/lib/config/files/plugins.js +217 -0
- data/node_modules/@babel/core/lib/config/files/plugins.js.map +1 -0
- data/node_modules/@babel/core/lib/config/files/types.js +3 -0
- data/node_modules/@babel/core/lib/config/files/types.js.map +1 -0
- data/node_modules/@babel/core/lib/config/files/utils.js +36 -0
- data/node_modules/@babel/core/lib/config/files/utils.js.map +1 -0
- data/node_modules/@babel/core/lib/config/full.js +310 -0
- data/node_modules/@babel/core/lib/config/full.js.map +1 -0
- data/node_modules/@babel/core/lib/config/helpers/config-api.js +84 -0
- data/node_modules/@babel/core/lib/config/helpers/config-api.js.map +1 -0
- data/node_modules/@babel/core/lib/config/helpers/deep-array.js +23 -0
- data/node_modules/@babel/core/lib/config/helpers/deep-array.js.map +1 -0
- data/node_modules/@babel/core/lib/config/helpers/environment.js +12 -0
- data/node_modules/@babel/core/lib/config/helpers/environment.js.map +1 -0
- data/node_modules/@babel/core/lib/config/index.js +93 -0
- data/node_modules/@babel/core/lib/config/index.js.map +1 -0
- data/node_modules/@babel/core/lib/config/item.js +67 -0
- data/node_modules/@babel/core/lib/config/item.js.map +1 -0
- data/node_modules/@babel/core/lib/config/partial.js +158 -0
- data/node_modules/@babel/core/lib/config/partial.js.map +1 -0
- data/node_modules/@babel/core/lib/config/pattern-to-regex.js +38 -0
- data/node_modules/@babel/core/lib/config/pattern-to-regex.js.map +1 -0
- data/node_modules/@babel/core/lib/config/plugin.js +33 -0
- data/node_modules/@babel/core/lib/config/plugin.js.map +1 -0
- data/node_modules/@babel/core/lib/config/printer.js +113 -0
- data/node_modules/@babel/core/lib/config/printer.js.map +1 -0
- data/node_modules/@babel/core/lib/config/resolve-targets-browser.js +41 -0
- data/node_modules/@babel/core/lib/config/resolve-targets-browser.js.map +1 -0
- data/node_modules/@babel/core/lib/config/resolve-targets.js +61 -0
- data/node_modules/@babel/core/lib/config/resolve-targets.js.map +1 -0
- data/node_modules/@babel/core/lib/config/util.js +31 -0
- data/node_modules/@babel/core/lib/config/util.js.map +1 -0
- data/node_modules/@babel/core/lib/config/validation/option-assertions.js +277 -0
- data/node_modules/@babel/core/lib/config/validation/option-assertions.js.map +1 -0
- data/node_modules/@babel/core/lib/config/validation/options.js +189 -0
- data/node_modules/@babel/core/lib/config/validation/options.js.map +1 -0
- data/node_modules/@babel/core/lib/config/validation/plugins.js +67 -0
- data/node_modules/@babel/core/lib/config/validation/plugins.js.map +1 -0
- data/node_modules/@babel/core/lib/config/validation/removed.js +68 -0
- data/node_modules/@babel/core/lib/config/validation/removed.js.map +1 -0
- data/node_modules/@babel/core/lib/errors/config-error.js +18 -0
- data/node_modules/@babel/core/lib/errors/config-error.js.map +1 -0
- data/node_modules/@babel/core/lib/errors/rewrite-stack-trace.js +98 -0
- data/node_modules/@babel/core/lib/errors/rewrite-stack-trace.js.map +1 -0
- data/node_modules/@babel/core/lib/gensync-utils/async.js +90 -0
- data/node_modules/@babel/core/lib/gensync-utils/async.js.map +1 -0
- data/node_modules/@babel/core/lib/gensync-utils/fs.js +31 -0
- data/node_modules/@babel/core/lib/gensync-utils/fs.js.map +1 -0
- data/node_modules/@babel/core/lib/gensync-utils/functional.js +58 -0
- data/node_modules/@babel/core/lib/gensync-utils/functional.js.map +1 -0
- data/node_modules/@babel/core/lib/index.js +242 -0
- data/node_modules/@babel/core/lib/index.js.map +1 -0
- data/node_modules/@babel/core/lib/parse.js +47 -0
- data/node_modules/@babel/core/lib/parse.js.map +1 -0
- data/node_modules/@babel/core/lib/parser/index.js +79 -0
- data/node_modules/@babel/core/lib/parser/index.js.map +1 -0
- data/node_modules/@babel/core/lib/parser/util/missing-plugin-helper.js +339 -0
- data/node_modules/@babel/core/lib/parser/util/missing-plugin-helper.js.map +1 -0
- data/node_modules/@babel/core/lib/tools/build-external-helpers.js +143 -0
- data/node_modules/@babel/core/lib/tools/build-external-helpers.js.map +1 -0
- data/node_modules/@babel/core/lib/transform-ast.js +50 -0
- data/node_modules/@babel/core/lib/transform-ast.js.map +1 -0
- data/node_modules/@babel/core/lib/transform-file-browser.js +23 -0
- data/node_modules/@babel/core/lib/transform-file-browser.js.map +1 -0
- data/node_modules/@babel/core/lib/transform-file.js +40 -0
- data/node_modules/@babel/core/lib/transform-file.js.map +1 -0
- data/node_modules/@babel/core/lib/transform.js +49 -0
- data/node_modules/@babel/core/lib/transform.js.map +1 -0
- data/node_modules/@babel/core/lib/transformation/block-hoist-plugin.js +84 -0
- data/node_modules/@babel/core/lib/transformation/block-hoist-plugin.js.map +1 -0
- data/node_modules/@babel/core/lib/transformation/file/file.js +216 -0
- data/node_modules/@babel/core/lib/transformation/file/file.js.map +1 -0
- data/node_modules/@babel/core/lib/transformation/file/generate.js +84 -0
- data/node_modules/@babel/core/lib/transformation/file/generate.js.map +1 -0
- data/node_modules/@babel/core/lib/transformation/file/merge-map.js +37 -0
- data/node_modules/@babel/core/lib/transformation/file/merge-map.js.map +1 -0
- data/node_modules/@babel/core/lib/transformation/index.js +101 -0
- data/node_modules/@babel/core/lib/transformation/index.js.map +1 -0
- data/node_modules/@babel/core/lib/transformation/normalize-file.js +129 -0
- data/node_modules/@babel/core/lib/transformation/normalize-file.js.map +1 -0
- data/node_modules/@babel/core/lib/transformation/normalize-opts.js +59 -0
- data/node_modules/@babel/core/lib/transformation/normalize-opts.js.map +1 -0
- data/node_modules/@babel/core/lib/transformation/plugin-pass.js +48 -0
- data/node_modules/@babel/core/lib/transformation/plugin-pass.js.map +1 -0
- data/node_modules/@babel/core/lib/transformation/util/clone-deep.js +36 -0
- data/node_modules/@babel/core/lib/transformation/util/clone-deep.js.map +1 -0
- data/node_modules/@babel/core/lib/vendor/import-meta-resolve.js +1033 -0
- data/node_modules/@babel/core/lib/vendor/import-meta-resolve.js.map +1 -0
- data/node_modules/@babel/core/node_modules/semver/LICENSE +15 -0
- data/node_modules/@babel/core/node_modules/semver/README.md +443 -0
- data/node_modules/@babel/core/node_modules/semver/bin/semver.js +174 -0
- data/node_modules/@babel/core/node_modules/semver/package.json +38 -0
- data/node_modules/@babel/core/node_modules/semver/range.bnf +16 -0
- data/node_modules/@babel/core/node_modules/semver/semver.js +1643 -0
- data/node_modules/@babel/core/package.json +82 -0
- data/node_modules/@babel/core/src/config/files/index-browser.ts +109 -0
- data/node_modules/@babel/core/src/config/files/index.ts +29 -0
- data/node_modules/@babel/core/src/config/resolve-targets-browser.ts +40 -0
- data/node_modules/@babel/core/src/config/resolve-targets.ts +56 -0
- data/node_modules/@babel/core/src/transform-file-browser.ts +31 -0
- data/node_modules/@babel/core/src/transform-file.ts +55 -0
- data/node_modules/@babel/generator/LICENSE +22 -0
- data/node_modules/@babel/generator/README.md +19 -0
- data/node_modules/@babel/generator/lib/buffer.js +323 -0
- data/node_modules/@babel/generator/lib/buffer.js.map +1 -0
- data/node_modules/@babel/generator/lib/generators/base.js +92 -0
- data/node_modules/@babel/generator/lib/generators/base.js.map +1 -0
- data/node_modules/@babel/generator/lib/generators/classes.js +177 -0
- data/node_modules/@babel/generator/lib/generators/classes.js.map +1 -0
- data/node_modules/@babel/generator/lib/generators/expressions.js +309 -0
- data/node_modules/@babel/generator/lib/generators/expressions.js.map +1 -0
- data/node_modules/@babel/generator/lib/generators/flow.js +668 -0
- data/node_modules/@babel/generator/lib/generators/flow.js.map +1 -0
- data/node_modules/@babel/generator/lib/generators/index.js +128 -0
- data/node_modules/@babel/generator/lib/generators/index.js.map +1 -0
- data/node_modules/@babel/generator/lib/generators/jsx.js +123 -0
- data/node_modules/@babel/generator/lib/generators/jsx.js.map +1 -0
- data/node_modules/@babel/generator/lib/generators/methods.js +173 -0
- data/node_modules/@babel/generator/lib/generators/methods.js.map +1 -0
- data/node_modules/@babel/generator/lib/generators/modules.js +274 -0
- data/node_modules/@babel/generator/lib/generators/modules.js.map +1 -0
- data/node_modules/@babel/generator/lib/generators/statements.js +275 -0
- data/node_modules/@babel/generator/lib/generators/statements.js.map +1 -0
- data/node_modules/@babel/generator/lib/generators/template-literals.js +30 -0
- data/node_modules/@babel/generator/lib/generators/template-literals.js.map +1 -0
- data/node_modules/@babel/generator/lib/generators/types.js +221 -0
- data/node_modules/@babel/generator/lib/generators/types.js.map +1 -0
- data/node_modules/@babel/generator/lib/generators/typescript.js +690 -0
- data/node_modules/@babel/generator/lib/generators/typescript.js.map +1 -0
- data/node_modules/@babel/generator/lib/index.js +89 -0
- data/node_modules/@babel/generator/lib/index.js.map +1 -0
- data/node_modules/@babel/generator/lib/node/index.js +76 -0
- data/node_modules/@babel/generator/lib/node/index.js.map +1 -0
- data/node_modules/@babel/generator/lib/node/parentheses.js +225 -0
- data/node_modules/@babel/generator/lib/node/parentheses.js.map +1 -0
- data/node_modules/@babel/generator/lib/node/whitespace.js +145 -0
- data/node_modules/@babel/generator/lib/node/whitespace.js.map +1 -0
- data/node_modules/@babel/generator/lib/printer.js +684 -0
- data/node_modules/@babel/generator/lib/printer.js.map +1 -0
- data/node_modules/@babel/generator/lib/source-map.js +85 -0
- data/node_modules/@babel/generator/lib/source-map.js.map +1 -0
- data/node_modules/@babel/generator/package.json +38 -0
- data/node_modules/@babel/helper-annotate-as-pure/LICENSE +22 -0
- data/node_modules/@babel/helper-annotate-as-pure/README.md +19 -0
- data/node_modules/@babel/helper-annotate-as-pure/lib/index.js +23 -0
- data/node_modules/@babel/helper-annotate-as-pure/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-annotate-as-pure/package.json +24 -0
- data/node_modules/@babel/helper-compilation-targets/LICENSE +22 -0
- data/node_modules/@babel/helper-compilation-targets/README.md +19 -0
- data/node_modules/@babel/helper-compilation-targets/lib/debug.js +28 -0
- data/node_modules/@babel/helper-compilation-targets/lib/debug.js.map +1 -0
- data/node_modules/@babel/helper-compilation-targets/lib/filter-items.js +67 -0
- data/node_modules/@babel/helper-compilation-targets/lib/filter-items.js.map +1 -0
- data/node_modules/@babel/helper-compilation-targets/lib/index.js +224 -0
- data/node_modules/@babel/helper-compilation-targets/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-compilation-targets/lib/options.js +24 -0
- data/node_modules/@babel/helper-compilation-targets/lib/options.js.map +1 -0
- data/node_modules/@babel/helper-compilation-targets/lib/pretty.js +40 -0
- data/node_modules/@babel/helper-compilation-targets/lib/pretty.js.map +1 -0
- data/node_modules/@babel/helper-compilation-targets/lib/targets.js +28 -0
- data/node_modules/@babel/helper-compilation-targets/lib/targets.js.map +1 -0
- data/node_modules/@babel/helper-compilation-targets/lib/utils.js +58 -0
- data/node_modules/@babel/helper-compilation-targets/lib/utils.js.map +1 -0
- data/node_modules/@babel/helper-compilation-targets/node_modules/lru-cache/LICENSE +15 -0
- data/node_modules/@babel/helper-compilation-targets/node_modules/lru-cache/README.md +166 -0
- data/node_modules/@babel/helper-compilation-targets/node_modules/lru-cache/index.js +334 -0
- data/node_modules/@babel/helper-compilation-targets/node_modules/lru-cache/node_modules/yallist/LICENSE +15 -0
- data/node_modules/@babel/helper-compilation-targets/node_modules/lru-cache/node_modules/yallist/README.md +204 -0
- data/node_modules/@babel/helper-compilation-targets/node_modules/lru-cache/node_modules/yallist/iterator.js +8 -0
- data/node_modules/@babel/helper-compilation-targets/node_modules/lru-cache/node_modules/yallist/package.json +29 -0
- data/node_modules/@babel/helper-compilation-targets/node_modules/lru-cache/node_modules/yallist/yallist.js +426 -0
- data/node_modules/@babel/helper-compilation-targets/node_modules/lru-cache/package.json +32 -0
- data/node_modules/@babel/helper-compilation-targets/node_modules/semver/LICENSE +15 -0
- data/node_modules/@babel/helper-compilation-targets/node_modules/semver/README.md +443 -0
- data/node_modules/@babel/helper-compilation-targets/node_modules/semver/bin/semver.js +174 -0
- data/node_modules/@babel/helper-compilation-targets/node_modules/semver/package.json +38 -0
- data/node_modules/@babel/helper-compilation-targets/node_modules/semver/range.bnf +16 -0
- data/node_modules/@babel/helper-compilation-targets/node_modules/semver/semver.js +1643 -0
- data/node_modules/@babel/helper-compilation-targets/package.json +40 -0
- data/node_modules/@babel/helper-create-class-features-plugin/LICENSE +22 -0
- data/node_modules/@babel/helper-create-class-features-plugin/README.md +19 -0
- data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js +137 -0
- data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js.map +1 -0
- data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js +1290 -0
- data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js.map +1 -0
- data/node_modules/@babel/helper-create-class-features-plugin/lib/features.js +147 -0
- data/node_modules/@babel/helper-create-class-features-plugin/lib/features.js.map +1 -0
- data/node_modules/@babel/helper-create-class-features-plugin/lib/fields.js +1036 -0
- data/node_modules/@babel/helper-create-class-features-plugin/lib/fields.js.map +1 -0
- data/node_modules/@babel/helper-create-class-features-plugin/lib/index.js +245 -0
- data/node_modules/@babel/helper-create-class-features-plugin/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-create-class-features-plugin/lib/misc.js +133 -0
- data/node_modules/@babel/helper-create-class-features-plugin/lib/misc.js.map +1 -0
- data/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js +13 -0
- data/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js.map +1 -0
- data/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/LICENSE +15 -0
- data/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/README.md +443 -0
- data/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/bin/semver.js +174 -0
- data/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/package.json +38 -0
- data/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/range.bnf +16 -0
- data/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/semver.js +1643 -0
- data/node_modules/@babel/helper-create-class-features-plugin/package.json +45 -0
- data/node_modules/@babel/helper-create-class-features-plugin/tsconfig.json +32 -0
- data/node_modules/@babel/helper-create-class-features-plugin/tsconfig.tsbuildinfo +1 -0
- data/node_modules/@babel/helper-environment-visitor/LICENSE +22 -0
- data/node_modules/@babel/helper-environment-visitor/README.md +19 -0
- data/node_modules/@babel/helper-environment-visitor/lib/index.js +52 -0
- data/node_modules/@babel/helper-environment-visitor/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-environment-visitor/package.json +29 -0
- data/node_modules/@babel/helper-function-name/LICENSE +22 -0
- data/node_modules/@babel/helper-function-name/README.md +19 -0
- data/node_modules/@babel/helper-function-name/lib/index.js +170 -0
- data/node_modules/@babel/helper-function-name/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-function-name/package.json +25 -0
- data/node_modules/@babel/helper-hoist-variables/LICENSE +22 -0
- data/node_modules/@babel/helper-hoist-variables/README.md +19 -0
- data/node_modules/@babel/helper-hoist-variables/lib/index.js +50 -0
- data/node_modules/@babel/helper-hoist-variables/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-hoist-variables/package.json +28 -0
- data/node_modules/@babel/helper-member-expression-to-functions/LICENSE +22 -0
- data/node_modules/@babel/helper-member-expression-to-functions/README.md +19 -0
- data/node_modules/@babel/helper-member-expression-to-functions/lib/index.js +397 -0
- data/node_modules/@babel/helper-member-expression-to-functions/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-member-expression-to-functions/package.json +27 -0
- data/node_modules/@babel/helper-member-expression-to-functions/tsconfig.json +17 -0
- data/node_modules/@babel/helper-member-expression-to-functions/tsconfig.tsbuildinfo +1 -0
- data/node_modules/@babel/helper-module-imports/LICENSE +22 -0
- data/node_modules/@babel/helper-module-imports/README.md +19 -0
- data/node_modules/@babel/helper-module-imports/lib/import-builder.js +122 -0
- data/node_modules/@babel/helper-module-imports/lib/import-builder.js.map +1 -0
- data/node_modules/@babel/helper-module-imports/lib/import-injector.js +304 -0
- data/node_modules/@babel/helper-module-imports/lib/import-injector.js.map +1 -0
- data/node_modules/@babel/helper-module-imports/lib/index.js +37 -0
- data/node_modules/@babel/helper-module-imports/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-module-imports/lib/is-module.js +11 -0
- data/node_modules/@babel/helper-module-imports/lib/is-module.js.map +1 -0
- data/node_modules/@babel/helper-module-imports/package.json +28 -0
- data/node_modules/@babel/helper-module-transforms/LICENSE +22 -0
- data/node_modules/@babel/helper-module-transforms/README.md +19 -0
- data/node_modules/@babel/helper-module-transforms/lib/dynamic-import.js +48 -0
- data/node_modules/@babel/helper-module-transforms/lib/dynamic-import.js.map +1 -0
- data/node_modules/@babel/helper-module-transforms/lib/get-module-name.js +48 -0
- data/node_modules/@babel/helper-module-transforms/lib/get-module-name.js.map +1 -0
- data/node_modules/@babel/helper-module-transforms/lib/index.js +380 -0
- data/node_modules/@babel/helper-module-transforms/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-module-transforms/lib/lazy-modules.js +31 -0
- data/node_modules/@babel/helper-module-transforms/lib/lazy-modules.js.map +1 -0
- data/node_modules/@babel/helper-module-transforms/lib/normalize-and-load-metadata.js +358 -0
- data/node_modules/@babel/helper-module-transforms/lib/normalize-and-load-metadata.js.map +1 -0
- data/node_modules/@babel/helper-module-transforms/lib/rewrite-live-references.js +376 -0
- data/node_modules/@babel/helper-module-transforms/lib/rewrite-live-references.js.map +1 -0
- data/node_modules/@babel/helper-module-transforms/lib/rewrite-this.js +24 -0
- data/node_modules/@babel/helper-module-transforms/lib/rewrite-this.js.map +1 -0
- data/node_modules/@babel/helper-module-transforms/package.json +35 -0
- data/node_modules/@babel/helper-optimise-call-expression/LICENSE +22 -0
- data/node_modules/@babel/helper-optimise-call-expression/README.md +19 -0
- data/node_modules/@babel/helper-optimise-call-expression/lib/index.js +33 -0
- data/node_modules/@babel/helper-optimise-call-expression/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-optimise-call-expression/package.json +28 -0
- data/node_modules/@babel/helper-plugin-utils/LICENSE +22 -0
- data/node_modules/@babel/helper-plugin-utils/README.md +19 -0
- data/node_modules/@babel/helper-plugin-utils/lib/index.js +77 -0
- data/node_modules/@babel/helper-plugin-utils/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-plugin-utils/package.json +24 -0
- data/node_modules/@babel/helper-plugin-utils/tsconfig.json +39 -0
- data/node_modules/@babel/helper-plugin-utils/tsconfig.tsbuildinfo +1 -0
- data/node_modules/@babel/helper-replace-supers/LICENSE +22 -0
- data/node_modules/@babel/helper-replace-supers/README.md +19 -0
- data/node_modules/@babel/helper-replace-supers/lib/index.js +231 -0
- data/node_modules/@babel/helper-replace-supers/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-replace-supers/package.json +32 -0
- data/node_modules/@babel/helper-simple-access/LICENSE +22 -0
- data/node_modules/@babel/helper-simple-access/README.md +19 -0
- data/node_modules/@babel/helper-simple-access/lib/index.js +91 -0
- data/node_modules/@babel/helper-simple-access/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-simple-access/package.json +28 -0
- data/node_modules/@babel/helper-skip-transparent-expression-wrappers/LICENSE +22 -0
- data/node_modules/@babel/helper-skip-transparent-expression-wrappers/README.md +19 -0
- data/node_modules/@babel/helper-skip-transparent-expression-wrappers/lib/index.js +34 -0
- data/node_modules/@babel/helper-skip-transparent-expression-wrappers/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-skip-transparent-expression-wrappers/package.json +30 -0
- data/node_modules/@babel/helper-split-export-declaration/LICENSE +22 -0
- data/node_modules/@babel/helper-split-export-declaration/README.md +19 -0
- data/node_modules/@babel/helper-split-export-declaration/lib/index.js +59 -0
- data/node_modules/@babel/helper-split-export-declaration/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-split-export-declaration/package.json +24 -0
- data/node_modules/@babel/helper-string-parser/LICENSE +22 -0
- data/node_modules/@babel/helper-string-parser/README.md +19 -0
- data/node_modules/@babel/helper-string-parser/lib/index.js +295 -0
- data/node_modules/@babel/helper-string-parser/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-string-parser/package.json +28 -0
- data/node_modules/@babel/helper-validator-identifier/LICENSE +22 -0
- data/node_modules/@babel/helper-validator-identifier/README.md +19 -0
- data/node_modules/@babel/helper-validator-identifier/lib/identifier.js +70 -0
- data/node_modules/@babel/helper-validator-identifier/lib/identifier.js.map +1 -0
- data/node_modules/@babel/helper-validator-identifier/lib/index.js +57 -0
- data/node_modules/@babel/helper-validator-identifier/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-validator-identifier/lib/keyword.js +35 -0
- data/node_modules/@babel/helper-validator-identifier/lib/keyword.js.map +1 -0
- data/node_modules/@babel/helper-validator-identifier/package.json +28 -0
- data/node_modules/@babel/helper-validator-identifier/scripts/generate-identifier-regex.js +73 -0
- data/node_modules/@babel/helper-validator-option/LICENSE +22 -0
- data/node_modules/@babel/helper-validator-option/README.md +19 -0
- data/node_modules/@babel/helper-validator-option/lib/find-suggestion.js +39 -0
- data/node_modules/@babel/helper-validator-option/lib/find-suggestion.js.map +1 -0
- data/node_modules/@babel/helper-validator-option/lib/index.js +21 -0
- data/node_modules/@babel/helper-validator-option/lib/index.js.map +1 -0
- data/node_modules/@babel/helper-validator-option/lib/validator.js +48 -0
- data/node_modules/@babel/helper-validator-option/lib/validator.js.map +1 -0
- data/node_modules/@babel/helper-validator-option/package.json +24 -0
- data/node_modules/@babel/helpers/LICENSE +22 -0
- data/node_modules/@babel/helpers/README.md +19 -0
- data/node_modules/@babel/helpers/lib/helpers/AsyncGenerator.js +92 -0
- data/node_modules/@babel/helpers/lib/helpers/AsyncGenerator.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/OverloadYield.js +12 -0
- data/node_modules/@babel/helpers/lib/helpers/OverloadYield.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/applyDecs.js +459 -0
- data/node_modules/@babel/helpers/lib/helpers/applyDecs.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/applyDecs2203.js +363 -0
- data/node_modules/@babel/helpers/lib/helpers/applyDecs2203.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/applyDecs2203R.js +376 -0
- data/node_modules/@babel/helpers/lib/helpers/applyDecs2203R.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/applyDecs2301.js +421 -0
- data/node_modules/@babel/helpers/lib/helpers/applyDecs2301.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/applyDecs2305.js +235 -0
- data/node_modules/@babel/helpers/lib/helpers/applyDecs2305.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/applyDecs2311.js +236 -0
- data/node_modules/@babel/helpers/lib/helpers/applyDecs2311.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/assertClassBrand.js +14 -0
- data/node_modules/@babel/helpers/lib/helpers/assertClassBrand.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/asyncGeneratorDelegate.js +52 -0
- data/node_modules/@babel/helpers/lib/helpers/asyncGeneratorDelegate.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/asyncIterator.js +70 -0
- data/node_modules/@babel/helpers/lib/helpers/asyncIterator.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/awaitAsyncGenerator.js +12 -0
- data/node_modules/@babel/helpers/lib/helpers/awaitAsyncGenerator.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/callSuper.js +15 -0
- data/node_modules/@babel/helpers/lib/helpers/callSuper.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/checkInRHS.js +14 -0
- data/node_modules/@babel/helpers/lib/helpers/checkInRHS.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet2.js +12 -0
- data/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet2.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet2.js +13 -0
- data/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet2.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/classPrivateGetter.js +12 -0
- data/node_modules/@babel/helpers/lib/helpers/classPrivateGetter.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/classPrivateSetter.js +13 -0
- data/node_modules/@babel/helpers/lib/helpers/classPrivateSetter.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/construct.js +20 -0
- data/node_modules/@babel/helpers/lib/helpers/construct.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/defineAccessor.js +16 -0
- data/node_modules/@babel/helpers/lib/helpers/defineAccessor.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/dispose.js +47 -0
- data/node_modules/@babel/helpers/lib/helpers/dispose.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/importDeferProxy.js +35 -0
- data/node_modules/@babel/helpers/lib/helpers/importDeferProxy.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/interopRequireWildcard.js +49 -0
- data/node_modules/@babel/helpers/lib/helpers/interopRequireWildcard.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/isNativeReflectConstruct.js +16 -0
- data/node_modules/@babel/helpers/lib/helpers/isNativeReflectConstruct.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimit.js +41 -0
- data/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimit.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimitLoose.js +18 -0
- data/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimitLoose.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/jsx.js +47 -0
- data/node_modules/@babel/helpers/lib/helpers/jsx.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/objectSpread2.js +39 -0
- data/node_modules/@babel/helpers/lib/helpers/objectSpread2.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/regeneratorRuntime.js +499 -0
- data/node_modules/@babel/helpers/lib/helpers/regeneratorRuntime.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/setFunctionName.js +21 -0
- data/node_modules/@babel/helpers/lib/helpers/setFunctionName.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/toPrimitive.js +18 -0
- data/node_modules/@babel/helpers/lib/helpers/toPrimitive.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/toPropertyKey.js +13 -0
- data/node_modules/@babel/helpers/lib/helpers/toPropertyKey.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/toSetter.js +18 -0
- data/node_modules/@babel/helpers/lib/helpers/toSetter.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/typeof.js +22 -0
- data/node_modules/@babel/helpers/lib/helpers/typeof.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/using.js +29 -0
- data/node_modules/@babel/helpers/lib/helpers/using.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/usingCtx.js +73 -0
- data/node_modules/@babel/helpers/lib/helpers/usingCtx.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js +66 -0
- data/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers-generated.js +56 -0
- data/node_modules/@babel/helpers/lib/helpers-generated.js.map +1 -0
- data/node_modules/@babel/helpers/lib/helpers.js +1673 -0
- data/node_modules/@babel/helpers/lib/helpers.js.map +1 -0
- data/node_modules/@babel/helpers/lib/index.js +243 -0
- data/node_modules/@babel/helpers/lib/index.js.map +1 -0
- data/node_modules/@babel/helpers/package.json +32 -0
- data/node_modules/@babel/helpers/scripts/generate-helpers.js +129 -0
- data/node_modules/@babel/helpers/scripts/generate-regenerator-runtime.js +63 -0
- data/node_modules/@babel/helpers/scripts/package.json +1 -0
- data/node_modules/@babel/highlight/LICENSE +22 -0
- data/node_modules/@babel/highlight/README.md +19 -0
- data/node_modules/@babel/highlight/lib/index.js +119 -0
- data/node_modules/@babel/highlight/lib/index.js.map +1 -0
- data/node_modules/@babel/highlight/node_modules/chalk/index.js +228 -0
- data/node_modules/@babel/highlight/node_modules/chalk/index.js.flow +93 -0
- data/node_modules/{@eslint/eslintrc/node_modules/globals → @babel/highlight/node_modules/chalk}/license +1 -1
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/index.js +165 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/license +9 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/node_modules/color-convert/CHANGELOG.md +54 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/node_modules/color-convert/LICENSE +21 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/node_modules/color-convert/README.md +68 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/node_modules/color-convert/conversions.js +868 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/node_modules/color-convert/index.js +78 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/node_modules/color-convert/node_modules/color-name/LICENSE +8 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/node_modules/color-convert/node_modules/color-name/README.md +11 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/node_modules/color-convert/node_modules/color-name/index.js +152 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/node_modules/color-convert/node_modules/color-name/package.json +25 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/node_modules/color-convert/node_modules/color-name/test.js +7 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/node_modules/color-convert/package.json +46 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/node_modules/color-convert/route.js +97 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/package.json +56 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/ansi-styles/readme.md +147 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/escape-string-regexp/index.js +11 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/escape-string-regexp/license +21 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/escape-string-regexp/package.json +41 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/escape-string-regexp/readme.md +27 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/supports-color/browser.js +5 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/supports-color/index.js +131 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/supports-color/license +9 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/supports-color/node_modules/has-flag/index.js +8 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/supports-color/node_modules/has-flag/license +9 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/supports-color/node_modules/has-flag/package.json +44 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/supports-color/node_modules/has-flag/readme.md +70 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/supports-color/package.json +53 -0
- data/node_modules/@babel/highlight/node_modules/chalk/node_modules/supports-color/readme.md +66 -0
- data/node_modules/@babel/highlight/node_modules/chalk/package.json +71 -0
- data/node_modules/@babel/highlight/node_modules/chalk/readme.md +314 -0
- data/node_modules/@babel/highlight/node_modules/chalk/templates.js +128 -0
- data/node_modules/@babel/highlight/node_modules/chalk/types/index.d.ts +97 -0
- data/node_modules/@babel/highlight/package.json +30 -0
- data/node_modules/@babel/parser/CHANGELOG.md +1073 -0
- data/node_modules/@babel/parser/LICENSE +19 -0
- data/node_modules/@babel/parser/README.md +19 -0
- data/node_modules/@babel/parser/bin/babel-parser.js +15 -0
- data/node_modules/@babel/parser/index.cjs +5 -0
- data/node_modules/@babel/parser/lib/index.js +14026 -0
- data/node_modules/@babel/parser/lib/index.js.map +1 -0
- data/node_modules/@babel/parser/package.json +46 -0
- data/node_modules/@babel/parser/typings/babel-parser.d.ts +251 -0
- data/node_modules/@babel/plugin-syntax-flow/LICENSE +22 -0
- data/node_modules/@babel/plugin-syntax-flow/README.md +19 -0
- data/node_modules/@babel/plugin-syntax-flow/lib/index.js +36 -0
- data/node_modules/@babel/plugin-syntax-flow/lib/index.js.map +1 -0
- data/node_modules/@babel/plugin-syntax-flow/package.json +33 -0
- data/node_modules/@babel/plugin-syntax-jsx/LICENSE +22 -0
- data/node_modules/@babel/plugin-syntax-jsx/README.md +19 -0
- data/node_modules/@babel/plugin-syntax-jsx/lib/index.js +23 -0
- data/node_modules/@babel/plugin-syntax-jsx/lib/index.js.map +1 -0
- data/node_modules/@babel/plugin-syntax-jsx/package.json +33 -0
- data/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/LICENSE +22 -0
- data/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/README.md +19 -0
- data/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/lib/index.js +22 -0
- data/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/package.json +23 -0
- data/node_modules/@babel/plugin-syntax-optional-chaining/LICENSE +22 -0
- data/node_modules/@babel/plugin-syntax-optional-chaining/README.md +19 -0
- data/node_modules/@babel/plugin-syntax-optional-chaining/lib/index.js +22 -0
- data/node_modules/@babel/plugin-syntax-optional-chaining/package.json +23 -0
- data/node_modules/@babel/plugin-syntax-typescript/LICENSE +22 -0
- data/node_modules/@babel/plugin-syntax-typescript/README.md +19 -0
- data/node_modules/@babel/plugin-syntax-typescript/lib/index.js +55 -0
- data/node_modules/@babel/plugin-syntax-typescript/lib/index.js.map +1 -0
- data/node_modules/@babel/plugin-syntax-typescript/package.json +35 -0
- data/node_modules/@babel/plugin-transform-class-properties/LICENSE +22 -0
- data/node_modules/@babel/plugin-transform-class-properties/README.md +19 -0
- data/node_modules/@babel/plugin-transform-class-properties/lib/index.js +22 -0
- data/node_modules/@babel/plugin-transform-class-properties/lib/index.js.map +1 -0
- data/node_modules/@babel/plugin-transform-class-properties/package.json +35 -0
- data/node_modules/@babel/plugin-transform-flow-strip-types/LICENSE +22 -0
- data/node_modules/@babel/plugin-transform-flow-strip-types/README.md +19 -0
- data/node_modules/@babel/plugin-transform-flow-strip-types/lib/index.js +163 -0
- data/node_modules/@babel/plugin-transform-flow-strip-types/lib/index.js.map +1 -0
- data/node_modules/@babel/plugin-transform-flow-strip-types/package.json +35 -0
- data/node_modules/@babel/plugin-transform-modules-commonjs/LICENSE +22 -0
- data/node_modules/@babel/plugin-transform-modules-commonjs/README.md +19 -0
- data/node_modules/@babel/plugin-transform-modules-commonjs/lib/dynamic-import.js +16 -0
- data/node_modules/@babel/plugin-transform-modules-commonjs/lib/dynamic-import.js.map +1 -0
- data/node_modules/@babel/plugin-transform-modules-commonjs/lib/hooks.js +37 -0
- data/node_modules/@babel/plugin-transform-modules-commonjs/lib/hooks.js.map +1 -0
- data/node_modules/@babel/plugin-transform-modules-commonjs/lib/index.js +197 -0
- data/node_modules/@babel/plugin-transform-modules-commonjs/lib/index.js.map +1 -0
- data/node_modules/@babel/plugin-transform-modules-commonjs/lib/lazy.js +44 -0
- data/node_modules/@babel/plugin-transform-modules-commonjs/lib/lazy.js.map +1 -0
- data/node_modules/@babel/plugin-transform-modules-commonjs/package.json +37 -0
- data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/LICENSE +22 -0
- data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/README.md +19 -0
- data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/lib/index.js +48 -0
- data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/lib/index.js.map +1 -0
- data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/package.json +35 -0
- data/node_modules/@babel/plugin-transform-optional-chaining/LICENSE +22 -0
- data/node_modules/@babel/plugin-transform-optional-chaining/README.md +19 -0
- data/node_modules/@babel/plugin-transform-optional-chaining/lib/index.js +240 -0
- data/node_modules/@babel/plugin-transform-optional-chaining/lib/index.js.map +1 -0
- data/node_modules/@babel/plugin-transform-optional-chaining/package.json +38 -0
- data/node_modules/@babel/plugin-transform-optional-chaining/tsconfig.json +20 -0
- data/node_modules/@babel/plugin-transform-optional-chaining/tsconfig.tsbuildinfo +1 -0
- data/node_modules/@babel/plugin-transform-private-methods/LICENSE +22 -0
- data/node_modules/@babel/plugin-transform-private-methods/README.md +19 -0
- data/node_modules/@babel/plugin-transform-private-methods/lib/index.js +22 -0
- data/node_modules/@babel/plugin-transform-private-methods/lib/index.js.map +1 -0
- data/node_modules/@babel/plugin-transform-private-methods/package.json +35 -0
- data/node_modules/@babel/plugin-transform-typescript/LICENSE +22 -0
- data/node_modules/@babel/plugin-transform-typescript/README.md +19 -0
- data/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js +58 -0
- data/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js.map +1 -0
- data/node_modules/@babel/plugin-transform-typescript/lib/enum.js +302 -0
- data/node_modules/@babel/plugin-transform-typescript/lib/enum.js.map +1 -0
- data/node_modules/@babel/plugin-transform-typescript/lib/global-types.js +22 -0
- data/node_modules/@babel/plugin-transform-typescript/lib/global-types.js.map +1 -0
- data/node_modules/@babel/plugin-transform-typescript/lib/index.js +484 -0
- data/node_modules/@babel/plugin-transform-typescript/lib/index.js.map +1 -0
- data/node_modules/@babel/plugin-transform-typescript/lib/namespace.js +165 -0
- data/node_modules/@babel/plugin-transform-typescript/lib/namespace.js.map +1 -0
- data/node_modules/@babel/plugin-transform-typescript/package.json +40 -0
- data/node_modules/@babel/plugin-transform-typescript/tsconfig.json +26 -0
- data/node_modules/@babel/plugin-transform-typescript/tsconfig.tsbuildinfo +1 -0
- data/node_modules/@babel/preset-flow/LICENSE +22 -0
- data/node_modules/@babel/preset-flow/README.md +19 -0
- data/node_modules/@babel/preset-flow/lib/index.js +42 -0
- data/node_modules/@babel/preset-flow/lib/index.js.map +1 -0
- data/node_modules/@babel/preset-flow/lib/normalize-options.js +28 -0
- data/node_modules/@babel/preset-flow/lib/normalize-options.js.map +1 -0
- data/node_modules/@babel/preset-flow/package.json +41 -0
- data/node_modules/@babel/preset-typescript/LICENSE +22 -0
- data/node_modules/@babel/preset-typescript/README.md +19 -0
- data/node_modules/@babel/preset-typescript/lib/index.js +146 -0
- data/node_modules/@babel/preset-typescript/lib/index.js.map +1 -0
- data/node_modules/@babel/preset-typescript/package.json +40 -0
- data/node_modules/@babel/register/LICENSE +22 -0
- data/node_modules/@babel/register/README.md +19 -0
- data/node_modules/@babel/register/experimental-worker.js +1 -0
- data/node_modules/@babel/register/lib/browser.js +9 -0
- data/node_modules/@babel/register/lib/browser.js.map +1 -0
- data/node_modules/@babel/register/lib/cache.js +3 -0
- data/node_modules/@babel/register/lib/cache.js.map +1 -0
- data/node_modules/@babel/register/lib/experimental-worker.js +25 -0
- data/node_modules/@babel/register/lib/experimental-worker.js.map +1 -0
- data/node_modules/@babel/register/lib/hook.js +71 -0
- data/node_modules/@babel/register/lib/hook.js.map +1 -0
- data/node_modules/@babel/register/lib/index.js +11 -0
- data/node_modules/@babel/register/lib/index.js.map +1 -0
- data/node_modules/@babel/register/lib/is-in-register-worker.js +9 -0
- data/node_modules/@babel/register/lib/is-in-register-worker.js.map +1 -0
- data/node_modules/@babel/register/lib/node.js +16 -0
- data/node_modules/@babel/register/lib/node.js.map +1 -0
- data/node_modules/@babel/register/lib/nodeWrapper.js +13 -0
- data/node_modules/@babel/register/lib/nodeWrapper.js.map +1 -0
- data/node_modules/@babel/register/lib/worker/babel-core.js +19 -0
- data/node_modules/@babel/register/lib/worker/babel-core.js.map +1 -0
- data/node_modules/@babel/register/lib/worker/cache.js +94 -0
- data/node_modules/@babel/register/lib/worker/cache.js.map +1 -0
- data/node_modules/@babel/register/lib/worker/handle-message.js +24 -0
- data/node_modules/@babel/register/lib/worker/handle-message.js.map +1 -0
- data/node_modules/@babel/register/lib/worker/index.js +39 -0
- data/node_modules/@babel/register/lib/worker/index.js.map +1 -0
- data/node_modules/@babel/register/lib/worker/transform.js +121 -0
- data/node_modules/@babel/register/lib/worker/transform.js.map +1 -0
- data/node_modules/@babel/register/lib/worker-client.js +107 -0
- data/node_modules/@babel/register/lib/worker-client.js.map +1 -0
- data/node_modules/@babel/register/package.json +41 -0
- data/node_modules/@babel/template/LICENSE +22 -0
- data/node_modules/@babel/template/README.md +19 -0
- data/node_modules/@babel/template/lib/builder.js +69 -0
- data/node_modules/@babel/template/lib/builder.js.map +1 -0
- data/node_modules/@babel/template/lib/formatters.js +61 -0
- data/node_modules/@babel/template/lib/formatters.js.map +1 -0
- data/node_modules/@babel/template/lib/index.js +23 -0
- data/node_modules/@babel/template/lib/index.js.map +1 -0
- data/node_modules/@babel/template/lib/literal.js +69 -0
- data/node_modules/@babel/template/lib/literal.js.map +1 -0
- data/node_modules/@babel/template/lib/options.js +73 -0
- data/node_modules/@babel/template/lib/options.js.map +1 -0
- data/node_modules/@babel/template/lib/parse.js +160 -0
- data/node_modules/@babel/template/lib/parse.js.map +1 -0
- data/node_modules/@babel/template/lib/populate.js +122 -0
- data/node_modules/@babel/template/lib/populate.js.map +1 -0
- data/node_modules/@babel/template/lib/string.js +20 -0
- data/node_modules/@babel/template/lib/string.js.map +1 -0
- data/node_modules/@babel/template/package.json +27 -0
- data/node_modules/@babel/traverse/LICENSE +22 -0
- data/node_modules/@babel/traverse/README.md +19 -0
- data/node_modules/@babel/traverse/lib/cache.js +44 -0
- data/node_modules/@babel/traverse/lib/cache.js.map +1 -0
- data/node_modules/@babel/traverse/lib/context.js +118 -0
- data/node_modules/@babel/traverse/lib/context.js.map +1 -0
- data/node_modules/@babel/traverse/lib/hub.js +19 -0
- data/node_modules/@babel/traverse/lib/hub.js.map +1 -0
- data/node_modules/@babel/traverse/lib/index.js +94 -0
- data/node_modules/@babel/traverse/lib/index.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/ancestry.js +141 -0
- data/node_modules/@babel/traverse/lib/path/ancestry.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/comments.js +52 -0
- data/node_modules/@babel/traverse/lib/path/comments.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/context.js +222 -0
- data/node_modules/@babel/traverse/lib/path/context.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/conversion.js +468 -0
- data/node_modules/@babel/traverse/lib/path/conversion.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/evaluation.js +347 -0
- data/node_modules/@babel/traverse/lib/path/evaluation.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/family.js +335 -0
- data/node_modules/@babel/traverse/lib/path/family.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/index.js +188 -0
- data/node_modules/@babel/traverse/lib/path/index.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/inference/index.js +149 -0
- data/node_modules/@babel/traverse/lib/path/inference/index.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/inference/inferer-reference.js +151 -0
- data/node_modules/@babel/traverse/lib/path/inference/inferer-reference.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/inference/inferers.js +207 -0
- data/node_modules/@babel/traverse/lib/path/inference/inferers.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/inference/util.js +30 -0
- data/node_modules/@babel/traverse/lib/path/inference/util.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/introspection.js +397 -0
- data/node_modules/@babel/traverse/lib/path/introspection.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/lib/hoister.js +171 -0
- data/node_modules/@babel/traverse/lib/path/lib/hoister.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/lib/removal-hooks.js +37 -0
- data/node_modules/@babel/traverse/lib/path/lib/removal-hooks.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/lib/virtual-types-validator.js +163 -0
- data/node_modules/@babel/traverse/lib/path/lib/virtual-types-validator.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/lib/virtual-types.js +26 -0
- data/node_modules/@babel/traverse/lib/path/lib/virtual-types.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/modification.js +226 -0
- data/node_modules/@babel/traverse/lib/path/modification.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/removal.js +66 -0
- data/node_modules/@babel/traverse/lib/path/removal.js.map +1 -0
- data/node_modules/@babel/traverse/lib/path/replacement.js +264 -0
- data/node_modules/@babel/traverse/lib/path/replacement.js.map +1 -0
- data/node_modules/@babel/traverse/lib/scope/binding.js +83 -0
- data/node_modules/@babel/traverse/lib/scope/binding.js.map +1 -0
- data/node_modules/@babel/traverse/lib/scope/index.js +903 -0
- data/node_modules/@babel/traverse/lib/scope/index.js.map +1 -0
- data/node_modules/@babel/traverse/lib/scope/lib/renamer.js +113 -0
- data/node_modules/@babel/traverse/lib/scope/lib/renamer.js.map +1 -0
- data/node_modules/@babel/traverse/lib/traverse-node.js +29 -0
- data/node_modules/@babel/traverse/lib/traverse-node.js.map +1 -0
- data/node_modules/@babel/traverse/lib/types.js +3 -0
- data/node_modules/@babel/traverse/lib/types.js.map +1 -0
- data/node_modules/@babel/traverse/lib/visitors.js +221 -0
- data/node_modules/@babel/traverse/lib/visitors.js.map +1 -0
- data/node_modules/{@eslint/eslintrc → @babel/traverse}/node_modules/globals/globals.json +15 -450
- data/node_modules/@babel/traverse/node_modules/globals/license +9 -0
- data/node_modules/@babel/traverse/node_modules/globals/package.json +41 -0
- data/node_modules/@babel/traverse/node_modules/globals/readme.md +41 -0
- data/node_modules/@babel/traverse/package.json +38 -0
- data/node_modules/@babel/types/LICENSE +22 -0
- data/node_modules/@babel/types/README.md +19 -0
- data/node_modules/@babel/types/lib/asserts/assertNode.js +16 -0
- data/node_modules/@babel/types/lib/asserts/assertNode.js.map +1 -0
- data/node_modules/@babel/types/lib/asserts/generated/index.js +1235 -0
- data/node_modules/@babel/types/lib/asserts/generated/index.js.map +1 -0
- data/node_modules/@babel/types/lib/ast-types/generated/index.js +3 -0
- data/node_modules/@babel/types/lib/ast-types/generated/index.js.map +1 -0
- data/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js +18 -0
- data/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js.map +1 -0
- data/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js +31 -0
- data/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js.map +1 -0
- data/node_modules/@babel/types/lib/builders/generated/index.js +1991 -0
- data/node_modules/@babel/types/lib/builders/generated/index.js.map +1 -0
- data/node_modules/@babel/types/lib/builders/generated/uppercase.js +1532 -0
- data/node_modules/@babel/types/lib/builders/generated/uppercase.js.map +1 -0
- data/node_modules/@babel/types/lib/builders/productions.js +12 -0
- data/node_modules/@babel/types/lib/builders/productions.js.map +1 -0
- data/node_modules/@babel/types/lib/builders/react/buildChildren.js +24 -0
- data/node_modules/@babel/types/lib/builders/react/buildChildren.js.map +1 -0
- data/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js +22 -0
- data/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js.map +1 -0
- data/node_modules/@babel/types/lib/builders/validateNode.js +17 -0
- data/node_modules/@babel/types/lib/builders/validateNode.js.map +1 -0
- data/node_modules/@babel/types/lib/clone/clone.js +12 -0
- data/node_modules/@babel/types/lib/clone/clone.js.map +1 -0
- data/node_modules/@babel/types/lib/clone/cloneDeep.js +12 -0
- data/node_modules/@babel/types/lib/clone/cloneDeep.js.map +1 -0
- data/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js +12 -0
- data/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js.map +1 -0
- data/node_modules/@babel/types/lib/clone/cloneNode.js +104 -0
- data/node_modules/@babel/types/lib/clone/cloneNode.js.map +1 -0
- data/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js +12 -0
- data/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js.map +1 -0
- data/node_modules/@babel/types/lib/comments/addComment.js +15 -0
- data/node_modules/@babel/types/lib/comments/addComment.js.map +1 -0
- data/node_modules/@babel/types/lib/comments/addComments.js +22 -0
- data/node_modules/@babel/types/lib/comments/addComments.js.map +1 -0
- data/node_modules/@babel/types/lib/comments/inheritInnerComments.js +12 -0
- data/node_modules/@babel/types/lib/comments/inheritInnerComments.js.map +1 -0
- data/node_modules/@babel/types/lib/comments/inheritLeadingComments.js +12 -0
- data/node_modules/@babel/types/lib/comments/inheritLeadingComments.js.map +1 -0
- data/node_modules/@babel/types/lib/comments/inheritTrailingComments.js +12 -0
- data/node_modules/@babel/types/lib/comments/inheritTrailingComments.js.map +1 -0
- data/node_modules/@babel/types/lib/comments/inheritsComments.js +17 -0
- data/node_modules/@babel/types/lib/comments/inheritsComments.js.map +1 -0
- data/node_modules/@babel/types/lib/comments/removeComments.js +15 -0
- data/node_modules/@babel/types/lib/comments/removeComments.js.map +1 -0
- data/node_modules/@babel/types/lib/constants/generated/index.js +59 -0
- data/node_modules/@babel/types/lib/constants/generated/index.js.map +1 -0
- data/node_modules/@babel/types/lib/constants/index.js +31 -0
- data/node_modules/@babel/types/lib/constants/index.js.map +1 -0
- data/node_modules/@babel/types/lib/converters/ensureBlock.js +14 -0
- data/node_modules/@babel/types/lib/converters/ensureBlock.js.map +1 -0
- data/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js +65 -0
- data/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js.map +1 -0
- data/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js +14 -0
- data/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js.map +1 -0
- data/node_modules/@babel/types/lib/converters/toBlock.js +29 -0
- data/node_modules/@babel/types/lib/converters/toBlock.js.map +1 -0
- data/node_modules/@babel/types/lib/converters/toComputedKey.js +14 -0
- data/node_modules/@babel/types/lib/converters/toComputedKey.js.map +1 -0
- data/node_modules/@babel/types/lib/converters/toExpression.js +27 -0
- data/node_modules/@babel/types/lib/converters/toExpression.js.map +1 -0
- data/node_modules/@babel/types/lib/converters/toIdentifier.js +25 -0
- data/node_modules/@babel/types/lib/converters/toIdentifier.js.map +1 -0
- data/node_modules/@babel/types/lib/converters/toKeyAlias.js +38 -0
- data/node_modules/@babel/types/lib/converters/toKeyAlias.js.map +1 -0
- data/node_modules/@babel/types/lib/converters/toSequenceExpression.js +20 -0
- data/node_modules/@babel/types/lib/converters/toSequenceExpression.js.map +1 -0
- data/node_modules/@babel/types/lib/converters/toStatement.js +39 -0
- data/node_modules/@babel/types/lib/converters/toStatement.js.map +1 -0
- data/node_modules/@babel/types/lib/converters/valueToNode.js +76 -0
- data/node_modules/@babel/types/lib/converters/valueToNode.js.map +1 -0
- data/node_modules/@babel/types/lib/definitions/core.js +1689 -0
- data/node_modules/@babel/types/lib/definitions/core.js.map +1 -0
- data/node_modules/@babel/types/lib/definitions/deprecated-aliases.js +11 -0
- data/node_modules/@babel/types/lib/definitions/deprecated-aliases.js.map +1 -0
- data/node_modules/@babel/types/lib/definitions/experimental.js +134 -0
- data/node_modules/@babel/types/lib/definitions/experimental.js.map +1 -0
- data/node_modules/@babel/types/lib/definitions/flow.js +488 -0
- data/node_modules/@babel/types/lib/definitions/flow.js.map +1 -0
- data/node_modules/@babel/types/lib/definitions/index.js +96 -0
- data/node_modules/@babel/types/lib/definitions/index.js.map +1 -0
- data/node_modules/@babel/types/lib/definitions/jsx.js +158 -0
- data/node_modules/@babel/types/lib/definitions/jsx.js.map +1 -0
- data/node_modules/@babel/types/lib/definitions/misc.js +32 -0
- data/node_modules/@babel/types/lib/definitions/misc.js.map +1 -0
- data/node_modules/@babel/types/lib/definitions/placeholders.js +27 -0
- data/node_modules/@babel/types/lib/definitions/placeholders.js.map +1 -0
- data/node_modules/@babel/types/lib/definitions/typescript.js +493 -0
- data/node_modules/@babel/types/lib/definitions/typescript.js.map +1 -0
- data/node_modules/@babel/types/lib/definitions/utils.js +273 -0
- data/node_modules/@babel/types/lib/definitions/utils.js.map +1 -0
- data/node_modules/@babel/types/lib/index-legacy.d.ts +2758 -0
- data/node_modules/@babel/types/lib/index.d.ts +3269 -0
- data/node_modules/@babel/types/lib/index.js +576 -0
- data/node_modules/@babel/types/lib/index.js.flow +2612 -0
- data/node_modules/@babel/types/lib/index.js.map +1 -0
- data/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js +15 -0
- data/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js.map +1 -0
- data/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js +65 -0
- data/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js.map +1 -0
- data/node_modules/@babel/types/lib/modifications/inherits.js +28 -0
- data/node_modules/@babel/types/lib/modifications/inherits.js.map +1 -0
- data/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js +17 -0
- data/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js.map +1 -0
- data/node_modules/@babel/types/lib/modifications/removeProperties.js +24 -0
- data/node_modules/@babel/types/lib/modifications/removeProperties.js.map +1 -0
- data/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js +14 -0
- data/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js.map +1 -0
- data/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js +65 -0
- data/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js.map +1 -0
- data/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js +96 -0
- data/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js.map +1 -0
- data/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js +13 -0
- data/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js.map +1 -0
- data/node_modules/@babel/types/lib/traverse/traverse.js +50 -0
- data/node_modules/@babel/types/lib/traverse/traverse.js.map +1 -0
- data/node_modules/@babel/types/lib/traverse/traverseFast.js +26 -0
- data/node_modules/@babel/types/lib/traverse/traverseFast.js.map +1 -0
- data/node_modules/@babel/types/lib/utils/deprecationWarning.js +44 -0
- data/node_modules/@babel/types/lib/utils/deprecationWarning.js.map +1 -0
- data/node_modules/@babel/types/lib/utils/inherit.js +13 -0
- data/node_modules/@babel/types/lib/utils/inherit.js.map +1 -0
- data/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js +40 -0
- data/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js.map +1 -0
- data/node_modules/@babel/types/lib/utils/shallowEqual.js +17 -0
- data/node_modules/@babel/types/lib/utils/shallowEqual.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js +13 -0
- data/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/generated/index.js +2752 -0
- data/node_modules/@babel/types/lib/validators/generated/index.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/is.js +27 -0
- data/node_modules/@babel/types/lib/validators/is.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/isBinding.js +27 -0
- data/node_modules/@babel/types/lib/validators/isBinding.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/isBlockScoped.js +13 -0
- data/node_modules/@babel/types/lib/validators/isBlockScoped.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/isImmutable.js +21 -0
- data/node_modules/@babel/types/lib/validators/isImmutable.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/isLet.js +13 -0
- data/node_modules/@babel/types/lib/validators/isLet.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/isNode.js +12 -0
- data/node_modules/@babel/types/lib/validators/isNode.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/isNodesEquivalent.js +57 -0
- data/node_modules/@babel/types/lib/validators/isNodesEquivalent.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/isPlaceholderType.js +19 -0
- data/node_modules/@babel/types/lib/validators/isPlaceholderType.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/isReferenced.js +96 -0
- data/node_modules/@babel/types/lib/validators/isReferenced.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/isScope.js +18 -0
- data/node_modules/@babel/types/lib/validators/isScope.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/isSpecifierDefault.js +14 -0
- data/node_modules/@babel/types/lib/validators/isSpecifierDefault.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/isType.js +22 -0
- data/node_modules/@babel/types/lib/validators/isType.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/isValidES3Identifier.js +13 -0
- data/node_modules/@babel/types/lib/validators/isValidES3Identifier.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/isValidIdentifier.js +18 -0
- data/node_modules/@babel/types/lib/validators/isValidIdentifier.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/isVar.js +15 -0
- data/node_modules/@babel/types/lib/validators/isVar.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/matchesPattern.js +36 -0
- data/node_modules/@babel/types/lib/validators/matchesPattern.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/react/isCompatTag.js +11 -0
- data/node_modules/@babel/types/lib/validators/react/isCompatTag.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/react/isReactComponent.js +11 -0
- data/node_modules/@babel/types/lib/validators/react/isReactComponent.js.map +1 -0
- data/node_modules/@babel/types/lib/validators/validate.js +30 -0
- data/node_modules/@babel/types/lib/validators/validate.js.map +1 -0
- data/node_modules/@babel/types/package.json +40 -0
- data/node_modules/@eslint/eslintrc/dist/eslintrc.cjs +1 -0
- data/node_modules/@eslint/eslintrc/dist/eslintrc.cjs.map +1 -1
- data/node_modules/@eslint/eslintrc/lib/config-array-factory.js +5 -1
- data/node_modules/@eslint/eslintrc/lib/index.js +3 -1
- data/node_modules/@eslint/eslintrc/package.json +2 -2
- data/node_modules/@eslint/js/package.json +1 -1
- data/node_modules/@eslint/js/src/configs/eslint-all.js +0 -2
- data/node_modules/@humanwhocodes/retry/README.md +16 -0
- data/node_modules/@humanwhocodes/retry/dist/retrier.cjs +20 -3
- data/node_modules/@humanwhocodes/retry/dist/retrier.d.cts +28 -0
- data/node_modules/@humanwhocodes/retry/dist/retrier.d.ts +5 -1
- data/node_modules/@humanwhocodes/retry/dist/retrier.js +21 -3
- data/node_modules/@humanwhocodes/retry/dist/retrier.min.js +1 -1
- data/node_modules/@humanwhocodes/retry/dist/retrier.mjs +20 -3
- data/node_modules/@humanwhocodes/retry/package.json +7 -5
- data/node_modules/@jridgewell/gen-mapping/LICENSE +19 -0
- data/node_modules/@jridgewell/gen-mapping/README.md +227 -0
- data/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs +230 -0
- data/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs.map +1 -0
- data/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js +246 -0
- data/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js.map +1 -0
- data/node_modules/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts +88 -0
- data/node_modules/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts +12 -0
- data/node_modules/@jridgewell/gen-mapping/dist/types/types.d.ts +36 -0
- data/node_modules/@jridgewell/gen-mapping/package.json +76 -0
- data/node_modules/@jridgewell/resolve-uri/LICENSE +19 -0
- data/node_modules/@jridgewell/resolve-uri/README.md +40 -0
- data/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs +232 -0
- data/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map +1 -0
- data/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js +240 -0
- data/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js.map +1 -0
- data/node_modules/@jridgewell/resolve-uri/dist/types/resolve-uri.d.ts +4 -0
- data/node_modules/@jridgewell/resolve-uri/package.json +69 -0
- data/node_modules/@jridgewell/set-array/LICENSE +19 -0
- data/node_modules/@jridgewell/set-array/README.md +37 -0
- data/node_modules/@jridgewell/set-array/dist/set-array.mjs +69 -0
- data/node_modules/@jridgewell/set-array/dist/set-array.mjs.map +1 -0
- data/node_modules/@jridgewell/set-array/dist/set-array.umd.js +83 -0
- data/node_modules/@jridgewell/set-array/dist/set-array.umd.js.map +1 -0
- data/node_modules/@jridgewell/set-array/dist/types/set-array.d.ts +32 -0
- data/node_modules/@jridgewell/set-array/package.json +65 -0
- data/node_modules/@jridgewell/sourcemap-codec/LICENSE +21 -0
- data/node_modules/@jridgewell/sourcemap-codec/README.md +200 -0
- data/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs +164 -0
- data/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map +1 -0
- data/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js +175 -0
- data/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map +1 -0
- data/node_modules/@jridgewell/sourcemap-codec/dist/types/sourcemap-codec.d.ts +6 -0
- data/node_modules/@jridgewell/sourcemap-codec/package.json +74 -0
- data/node_modules/@jridgewell/trace-mapping/LICENSE +19 -0
- data/node_modules/@jridgewell/trace-mapping/README.md +257 -0
- data/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs +580 -0
- data/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map +1 -0
- data/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js +600 -0
- data/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map +1 -0
- data/node_modules/@jridgewell/trace-mapping/dist/types/any-map.d.ts +8 -0
- data/node_modules/@jridgewell/trace-mapping/dist/types/binary-search.d.ts +32 -0
- data/node_modules/@jridgewell/trace-mapping/dist/types/by-source.d.ts +7 -0
- data/node_modules/@jridgewell/trace-mapping/dist/types/resolve.d.ts +1 -0
- data/node_modules/@jridgewell/trace-mapping/dist/types/sort.d.ts +2 -0
- data/node_modules/@jridgewell/trace-mapping/dist/types/sourcemap-segment.d.ts +16 -0
- data/node_modules/@jridgewell/trace-mapping/dist/types/strip-filename.d.ts +4 -0
- data/node_modules/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts +79 -0
- data/node_modules/@jridgewell/trace-mapping/dist/types/types.d.ts +99 -0
- data/node_modules/@jridgewell/trace-mapping/package.json +77 -0
- data/node_modules/ast-types/LICENSE +20 -0
- data/node_modules/ast-types/README.md +512 -0
- data/node_modules/ast-types/lib/def/babel-core.d.ts +2 -0
- data/node_modules/ast-types/lib/def/babel-core.js +241 -0
- data/node_modules/ast-types/lib/def/babel-core.js.map +1 -0
- data/node_modules/ast-types/lib/def/babel.d.ts +2 -0
- data/node_modules/ast-types/lib/def/babel.js +26 -0
- data/node_modules/ast-types/lib/def/babel.js.map +1 -0
- data/node_modules/ast-types/lib/def/core.d.ts +2 -0
- data/node_modules/ast-types/lib/def/core.js +281 -0
- data/node_modules/ast-types/lib/def/core.js.map +1 -0
- data/node_modules/ast-types/lib/def/es-proposals.d.ts +2 -0
- data/node_modules/ast-types/lib/def/es-proposals.js +70 -0
- data/node_modules/ast-types/lib/def/es-proposals.js.map +1 -0
- data/node_modules/ast-types/lib/def/es2016.d.ts +2 -0
- data/node_modules/ast-types/lib/def/es2016.js +17 -0
- data/node_modules/ast-types/lib/def/es2016.js.map +1 -0
- data/node_modules/ast-types/lib/def/es2017.d.ts +2 -0
- data/node_modules/ast-types/lib/def/es2017.js +22 -0
- data/node_modules/ast-types/lib/def/es2017.js.map +1 -0
- data/node_modules/ast-types/lib/def/es2018.d.ts +2 -0
- data/node_modules/ast-types/lib/def/es2018.js +36 -0
- data/node_modules/ast-types/lib/def/es2018.js.map +1 -0
- data/node_modules/ast-types/lib/def/es2019.d.ts +2 -0
- data/node_modules/ast-types/lib/def/es2019.js +19 -0
- data/node_modules/ast-types/lib/def/es2019.js.map +1 -0
- data/node_modules/ast-types/lib/def/es2020.d.ts +2 -0
- data/node_modules/ast-types/lib/def/es2020.js +52 -0
- data/node_modules/ast-types/lib/def/es2020.js.map +1 -0
- data/node_modules/ast-types/lib/def/es2021.d.ts +2 -0
- data/node_modules/ast-types/lib/def/es2021.js +15 -0
- data/node_modules/ast-types/lib/def/es2021.js.map +1 -0
- data/node_modules/ast-types/lib/def/es2022.d.ts +2 -0
- data/node_modules/ast-types/lib/def/es2022.js +18 -0
- data/node_modules/ast-types/lib/def/es2022.js.map +1 -0
- data/node_modules/ast-types/lib/def/es6.d.ts +2 -0
- data/node_modules/ast-types/lib/def/es6.js +238 -0
- data/node_modules/ast-types/lib/def/es6.js.map +1 -0
- data/node_modules/ast-types/lib/def/esprima.d.ts +2 -0
- data/node_modules/ast-types/lib/def/esprima.js +51 -0
- data/node_modules/ast-types/lib/def/esprima.js.map +1 -0
- data/node_modules/ast-types/lib/def/flow.d.ts +2 -0
- data/node_modules/ast-types/lib/def/flow.js +362 -0
- data/node_modules/ast-types/lib/def/flow.js.map +1 -0
- data/node_modules/ast-types/lib/def/jsx.d.ts +2 -0
- data/node_modules/ast-types/lib/def/jsx.js +110 -0
- data/node_modules/ast-types/lib/def/jsx.js.map +1 -0
- data/node_modules/ast-types/lib/def/operators/core.d.ts +5 -0
- data/node_modules/ast-types/lib/def/operators/core.js +27 -0
- data/node_modules/ast-types/lib/def/operators/core.js.map +1 -0
- data/node_modules/ast-types/lib/def/operators/es2016.d.ts +5 -0
- data/node_modules/ast-types/lib/def/operators/es2016.js +21 -0
- data/node_modules/ast-types/lib/def/operators/es2016.js.map +1 -0
- data/node_modules/ast-types/lib/def/operators/es2020.d.ts +5 -0
- data/node_modules/ast-types/lib/def/operators/es2020.js +17 -0
- data/node_modules/ast-types/lib/def/operators/es2020.js.map +1 -0
- data/node_modules/ast-types/lib/def/operators/es2021.d.ts +5 -0
- data/node_modules/ast-types/lib/def/operators/es2021.js +20 -0
- data/node_modules/ast-types/lib/def/operators/es2021.js.map +1 -0
- data/node_modules/ast-types/lib/def/type-annotations.d.ts +7 -0
- data/node_modules/ast-types/lib/def/type-annotations.js +42 -0
- data/node_modules/ast-types/lib/def/type-annotations.js.map +1 -0
- data/node_modules/ast-types/lib/def/typescript.d.ts +2 -0
- data/node_modules/ast-types/lib/def/typescript.js +369 -0
- data/node_modules/ast-types/lib/def/typescript.js.map +1 -0
- data/node_modules/ast-types/lib/equiv.d.ts +5 -0
- data/node_modules/ast-types/lib/equiv.js +157 -0
- data/node_modules/ast-types/lib/equiv.js.map +1 -0
- data/node_modules/ast-types/lib/fork.d.ts +43 -0
- data/node_modules/ast-types/lib/fork.js +55 -0
- data/node_modules/ast-types/lib/fork.js.map +1 -0
- data/node_modules/ast-types/lib/gen/builders.d.ts +2850 -0
- data/node_modules/ast-types/lib/gen/builders.js +3 -0
- data/node_modules/ast-types/lib/gen/builders.js.map +1 -0
- data/node_modules/ast-types/lib/gen/kinds.d.ts +293 -0
- data/node_modules/ast-types/lib/gen/kinds.js +3 -0
- data/node_modules/ast-types/lib/gen/kinds.js.map +1 -0
- data/node_modules/ast-types/lib/gen/namedTypes.d.ts +2029 -0
- data/node_modules/ast-types/lib/gen/namedTypes.js +7 -0
- data/node_modules/ast-types/lib/gen/namedTypes.js.map +1 -0
- data/node_modules/ast-types/lib/gen/visitor.d.ts +297 -0
- data/node_modules/ast-types/lib/gen/visitor.js +3 -0
- data/node_modules/ast-types/lib/gen/visitor.js.map +1 -0
- data/node_modules/ast-types/lib/main.d.ts +29 -0
- data/node_modules/ast-types/lib/main.js +44 -0
- data/node_modules/ast-types/lib/main.js.map +1 -0
- data/node_modules/ast-types/lib/node-path.d.ts +21 -0
- data/node_modules/ast-types/lib/node-path.js +414 -0
- data/node_modules/ast-types/lib/node-path.js.map +1 -0
- data/node_modules/ast-types/lib/path-visitor.d.ts +51 -0
- data/node_modules/ast-types/lib/path-visitor.js +346 -0
- data/node_modules/ast-types/lib/path-visitor.js.map +1 -0
- data/node_modules/ast-types/lib/path.d.ts +24 -0
- data/node_modules/ast-types/lib/path.js +334 -0
- data/node_modules/ast-types/lib/path.js.map +1 -0
- data/node_modules/ast-types/lib/scope.d.ts +27 -0
- data/node_modules/ast-types/lib/scope.js +358 -0
- data/node_modules/ast-types/lib/scope.js.map +1 -0
- data/node_modules/ast-types/lib/shared.d.ts +21 -0
- data/node_modules/ast-types/lib/shared.js +91 -0
- data/node_modules/ast-types/lib/shared.js.map +1 -0
- data/node_modules/ast-types/lib/types.d.ts +141 -0
- data/node_modules/ast-types/lib/types.js +791 -0
- data/node_modules/ast-types/lib/types.js.map +1 -0
- data/node_modules/ast-types/package.json +68 -0
- data/node_modules/babel-core/README.md +50 -0
- data/node_modules/babel-core/index.js +2 -0
- data/node_modules/babel-core/package.json +18 -0
- data/node_modules/browserslist/LICENSE +20 -0
- data/node_modules/browserslist/README.md +67 -0
- data/node_modules/browserslist/browser.js +52 -0
- data/node_modules/browserslist/cli.js +156 -0
- data/node_modules/browserslist/error.d.ts +7 -0
- data/node_modules/browserslist/error.js +12 -0
- data/node_modules/browserslist/index.d.ts +201 -0
- data/node_modules/browserslist/index.js +1206 -0
- data/node_modules/browserslist/node.js +420 -0
- data/node_modules/browserslist/package.json +44 -0
- data/node_modules/browserslist/parse.js +78 -0
- data/node_modules/caniuse-lite/LICENSE +395 -0
- data/node_modules/caniuse-lite/README.md +6 -0
- data/node_modules/caniuse-lite/data/agents.js +1 -0
- data/node_modules/caniuse-lite/data/browserVersions.js +1 -0
- data/node_modules/caniuse-lite/data/browsers.js +1 -0
- data/node_modules/caniuse-lite/data/features/aac.js +1 -0
- data/node_modules/caniuse-lite/data/features/abortcontroller.js +1 -0
- data/node_modules/caniuse-lite/data/features/ac3-ec3.js +1 -0
- data/node_modules/caniuse-lite/data/features/accelerometer.js +1 -0
- data/node_modules/caniuse-lite/data/features/addeventlistener.js +1 -0
- data/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +1 -0
- data/node_modules/caniuse-lite/data/features/ambient-light.js +1 -0
- data/node_modules/caniuse-lite/data/features/apng.js +1 -0
- data/node_modules/caniuse-lite/data/features/array-find-index.js +1 -0
- data/node_modules/caniuse-lite/data/features/array-find.js +1 -0
- data/node_modules/caniuse-lite/data/features/array-flat.js +1 -0
- data/node_modules/caniuse-lite/data/features/array-includes.js +1 -0
- data/node_modules/caniuse-lite/data/features/arrow-functions.js +1 -0
- data/node_modules/caniuse-lite/data/features/asmjs.js +1 -0
- data/node_modules/caniuse-lite/data/features/async-clipboard.js +1 -0
- data/node_modules/caniuse-lite/data/features/async-functions.js +1 -0
- data/node_modules/caniuse-lite/data/features/atob-btoa.js +1 -0
- data/node_modules/caniuse-lite/data/features/audio-api.js +1 -0
- data/node_modules/caniuse-lite/data/features/audio.js +1 -0
- data/node_modules/caniuse-lite/data/features/audiotracks.js +1 -0
- data/node_modules/caniuse-lite/data/features/autofocus.js +1 -0
- data/node_modules/caniuse-lite/data/features/auxclick.js +1 -0
- data/node_modules/caniuse-lite/data/features/av1.js +1 -0
- data/node_modules/caniuse-lite/data/features/avif.js +1 -0
- data/node_modules/caniuse-lite/data/features/background-attachment.js +1 -0
- data/node_modules/caniuse-lite/data/features/background-clip-text.js +1 -0
- data/node_modules/caniuse-lite/data/features/background-img-opts.js +1 -0
- data/node_modules/caniuse-lite/data/features/background-position-x-y.js +1 -0
- data/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +1 -0
- data/node_modules/caniuse-lite/data/features/background-sync.js +1 -0
- data/node_modules/caniuse-lite/data/features/battery-status.js +1 -0
- data/node_modules/caniuse-lite/data/features/beacon.js +1 -0
- data/node_modules/caniuse-lite/data/features/beforeafterprint.js +1 -0
- data/node_modules/caniuse-lite/data/features/bigint.js +1 -0
- data/node_modules/caniuse-lite/data/features/blobbuilder.js +1 -0
- data/node_modules/caniuse-lite/data/features/bloburls.js +1 -0
- data/node_modules/caniuse-lite/data/features/border-image.js +1 -0
- data/node_modules/caniuse-lite/data/features/border-radius.js +1 -0
- data/node_modules/caniuse-lite/data/features/broadcastchannel.js +1 -0
- data/node_modules/caniuse-lite/data/features/brotli.js +1 -0
- data/node_modules/caniuse-lite/data/features/calc.js +1 -0
- data/node_modules/caniuse-lite/data/features/canvas-blending.js +1 -0
- data/node_modules/caniuse-lite/data/features/canvas-text.js +1 -0
- data/node_modules/caniuse-lite/data/features/canvas.js +1 -0
- data/node_modules/caniuse-lite/data/features/ch-unit.js +1 -0
- data/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +1 -0
- data/node_modules/caniuse-lite/data/features/channel-messaging.js +1 -0
- data/node_modules/caniuse-lite/data/features/childnode-remove.js +1 -0
- data/node_modules/caniuse-lite/data/features/classlist.js +1 -0
- data/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +1 -0
- data/node_modules/caniuse-lite/data/features/clipboard.js +1 -0
- data/node_modules/caniuse-lite/data/features/colr-v1.js +1 -0
- data/node_modules/caniuse-lite/data/features/colr.js +1 -0
- data/node_modules/caniuse-lite/data/features/comparedocumentposition.js +1 -0
- data/node_modules/caniuse-lite/data/features/console-basic.js +1 -0
- data/node_modules/caniuse-lite/data/features/console-time.js +1 -0
- data/node_modules/caniuse-lite/data/features/const.js +1 -0
- data/node_modules/caniuse-lite/data/features/constraint-validation.js +1 -0
- data/node_modules/caniuse-lite/data/features/contenteditable.js +1 -0
- data/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +1 -0
- data/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +1 -0
- data/node_modules/caniuse-lite/data/features/cookie-store-api.js +1 -0
- data/node_modules/caniuse-lite/data/features/cors.js +1 -0
- data/node_modules/caniuse-lite/data/features/createimagebitmap.js +1 -0
- data/node_modules/caniuse-lite/data/features/credential-management.js +1 -0
- data/node_modules/caniuse-lite/data/features/cryptography.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-all.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-animation.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-any-link.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-appearance.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-at-counter-style.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-autofill.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-background-offsets.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-boxshadow.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-canvas.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-caret-color.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-cascade-layers.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-cascade-scope.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-case-insensitive.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-clip-path.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-color-adjust.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-color-function.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-conic-gradients.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-container-queries-style.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-container-queries.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-container-query-units.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-containment.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-content-visibility.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-counters.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-crisp-edges.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-cross-fade.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-default-pseudo.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-display-contents.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-element-function.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-env-function.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-exclusions.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-featurequeries.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-file-selector-button.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-filter-function.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-filters.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-first-letter.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-first-line.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-fixed.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-focus-visible.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-focus-within.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-font-palette.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-font-stretch.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-gencontent.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-gradients.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-grid-animation.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-grid.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-has.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-hyphens.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-image-orientation.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-image-set.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-initial-letter.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-initial-value.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-lch-lab.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-letter-spacing.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-line-clamp.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-logical-props.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-masks.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-math-functions.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-media-interaction.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-media-resolution.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-media-scripting.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-mediaqueries.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-mixblendmode.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-module-scripts.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-motion-paths.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-namespaces.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-nesting.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-not-sel-list.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-nth-child-of.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-opacity.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-overflow.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-page-break.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-paged-media.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-paint-api.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-placeholder.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-read-only-write.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-reflections.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-regions.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-relative-colors.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-resize.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-revert-value.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-scroll-timeline.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-scrollbar.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-sel2.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-sel3.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-selection.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-shapes.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-snappoints.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-sticky.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-subgrid.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-supports-api.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-table.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-text-align-last.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-text-box-trim.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-text-indent.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-text-justify.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-text-orientation.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-text-spacing.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-textshadow.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-touch-action.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-transitions.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-unset-value.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-variables.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-when-else.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-widows-orphans.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-width-stretch.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-writing-mode.js +1 -0
- data/node_modules/caniuse-lite/data/features/css-zoom.js +1 -0
- data/node_modules/caniuse-lite/data/features/css3-attr.js +1 -0
- data/node_modules/caniuse-lite/data/features/css3-boxsizing.js +1 -0
- data/node_modules/caniuse-lite/data/features/css3-colors.js +1 -0
- data/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +1 -0
- data/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +1 -0
- data/node_modules/caniuse-lite/data/features/css3-cursors.js +1 -0
- data/node_modules/caniuse-lite/data/features/css3-tabsize.js +1 -0
- data/node_modules/caniuse-lite/data/features/currentcolor.js +1 -0
- data/node_modules/caniuse-lite/data/features/custom-elements.js +1 -0
- data/node_modules/caniuse-lite/data/features/custom-elementsv1.js +1 -0
- data/node_modules/caniuse-lite/data/features/customevent.js +1 -0
- data/node_modules/caniuse-lite/data/features/datalist.js +1 -0
- data/node_modules/caniuse-lite/data/features/dataset.js +1 -0
- data/node_modules/caniuse-lite/data/features/datauri.js +1 -0
- data/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +1 -0
- data/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +1 -0
- data/node_modules/caniuse-lite/data/features/decorators.js +1 -0
- data/node_modules/caniuse-lite/data/features/details.js +1 -0
- data/node_modules/caniuse-lite/data/features/deviceorientation.js +1 -0
- data/node_modules/caniuse-lite/data/features/devicepixelratio.js +1 -0
- data/node_modules/caniuse-lite/data/features/dialog.js +1 -0
- data/node_modules/caniuse-lite/data/features/dispatchevent.js +1 -0
- data/node_modules/caniuse-lite/data/features/dnssec.js +1 -0
- data/node_modules/caniuse-lite/data/features/do-not-track.js +1 -0
- data/node_modules/caniuse-lite/data/features/document-currentscript.js +1 -0
- data/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +1 -0
- data/node_modules/caniuse-lite/data/features/document-execcommand.js +1 -0
- data/node_modules/caniuse-lite/data/features/document-policy.js +1 -0
- data/node_modules/caniuse-lite/data/features/document-scrollingelement.js +1 -0
- data/node_modules/caniuse-lite/data/features/documenthead.js +1 -0
- data/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +1 -0
- data/node_modules/caniuse-lite/data/features/dom-range.js +1 -0
- data/node_modules/caniuse-lite/data/features/domcontentloaded.js +1 -0
- data/node_modules/caniuse-lite/data/features/dommatrix.js +1 -0
- data/node_modules/caniuse-lite/data/features/download.js +1 -0
- data/node_modules/caniuse-lite/data/features/dragndrop.js +1 -0
- data/node_modules/caniuse-lite/data/features/element-closest.js +1 -0
- data/node_modules/caniuse-lite/data/features/element-from-point.js +1 -0
- data/node_modules/caniuse-lite/data/features/element-scroll-methods.js +1 -0
- data/node_modules/caniuse-lite/data/features/eme.js +1 -0
- data/node_modules/caniuse-lite/data/features/eot.js +1 -0
- data/node_modules/caniuse-lite/data/features/es5.js +1 -0
- data/node_modules/caniuse-lite/data/features/es6-class.js +1 -0
- data/node_modules/caniuse-lite/data/features/es6-generators.js +1 -0
- data/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +1 -0
- data/node_modules/caniuse-lite/data/features/es6-module.js +1 -0
- data/node_modules/caniuse-lite/data/features/es6-number.js +1 -0
- data/node_modules/caniuse-lite/data/features/es6-string-includes.js +1 -0
- data/node_modules/caniuse-lite/data/features/es6.js +1 -0
- data/node_modules/caniuse-lite/data/features/eventsource.js +1 -0
- data/node_modules/caniuse-lite/data/features/extended-system-fonts.js +1 -0
- data/node_modules/caniuse-lite/data/features/feature-policy.js +1 -0
- data/node_modules/caniuse-lite/data/features/fetch.js +1 -0
- data/node_modules/caniuse-lite/data/features/fieldset-disabled.js +1 -0
- data/node_modules/caniuse-lite/data/features/fileapi.js +1 -0
- data/node_modules/caniuse-lite/data/features/filereader.js +1 -0
- data/node_modules/caniuse-lite/data/features/filereadersync.js +1 -0
- data/node_modules/caniuse-lite/data/features/filesystem.js +1 -0
- data/node_modules/caniuse-lite/data/features/flac.js +1 -0
- data/node_modules/caniuse-lite/data/features/flexbox-gap.js +1 -0
- data/node_modules/caniuse-lite/data/features/flexbox.js +1 -0
- data/node_modules/caniuse-lite/data/features/flow-root.js +1 -0
- data/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +1 -0
- data/node_modules/caniuse-lite/data/features/font-family-system-ui.js +1 -0
- data/node_modules/caniuse-lite/data/features/font-feature.js +1 -0
- data/node_modules/caniuse-lite/data/features/font-kerning.js +1 -0
- data/node_modules/caniuse-lite/data/features/font-loading.js +1 -0
- data/node_modules/caniuse-lite/data/features/font-size-adjust.js +1 -0
- data/node_modules/caniuse-lite/data/features/font-smooth.js +1 -0
- data/node_modules/caniuse-lite/data/features/font-unicode-range.js +1 -0
- data/node_modules/caniuse-lite/data/features/font-variant-alternates.js +1 -0
- data/node_modules/caniuse-lite/data/features/font-variant-numeric.js +1 -0
- data/node_modules/caniuse-lite/data/features/fontface.js +1 -0
- data/node_modules/caniuse-lite/data/features/form-attribute.js +1 -0
- data/node_modules/caniuse-lite/data/features/form-submit-attributes.js +1 -0
- data/node_modules/caniuse-lite/data/features/form-validation.js +1 -0
- data/node_modules/caniuse-lite/data/features/forms.js +1 -0
- data/node_modules/caniuse-lite/data/features/fullscreen.js +1 -0
- data/node_modules/caniuse-lite/data/features/gamepad.js +1 -0
- data/node_modules/caniuse-lite/data/features/geolocation.js +1 -0
- data/node_modules/caniuse-lite/data/features/getboundingclientrect.js +1 -0
- data/node_modules/caniuse-lite/data/features/getcomputedstyle.js +1 -0
- data/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +1 -0
- data/node_modules/caniuse-lite/data/features/getrandomvalues.js +1 -0
- data/node_modules/caniuse-lite/data/features/gyroscope.js +1 -0
- data/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +1 -0
- data/node_modules/caniuse-lite/data/features/hashchange.js +1 -0
- data/node_modules/caniuse-lite/data/features/heif.js +1 -0
- data/node_modules/caniuse-lite/data/features/hevc.js +1 -0
- data/node_modules/caniuse-lite/data/features/hidden.js +1 -0
- data/node_modules/caniuse-lite/data/features/high-resolution-time.js +1 -0
- data/node_modules/caniuse-lite/data/features/history.js +1 -0
- data/node_modules/caniuse-lite/data/features/html-media-capture.js +1 -0
- data/node_modules/caniuse-lite/data/features/html5semantic.js +1 -0
- data/node_modules/caniuse-lite/data/features/http-live-streaming.js +1 -0
- data/node_modules/caniuse-lite/data/features/http2.js +1 -0
- data/node_modules/caniuse-lite/data/features/http3.js +1 -0
- data/node_modules/caniuse-lite/data/features/iframe-sandbox.js +1 -0
- data/node_modules/caniuse-lite/data/features/iframe-seamless.js +1 -0
- data/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +1 -0
- data/node_modules/caniuse-lite/data/features/imagecapture.js +1 -0
- data/node_modules/caniuse-lite/data/features/ime.js +1 -0
- data/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +1 -0
- data/node_modules/caniuse-lite/data/features/import-maps.js +1 -0
- data/node_modules/caniuse-lite/data/features/imports.js +1 -0
- data/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +1 -0
- data/node_modules/caniuse-lite/data/features/indexeddb.js +1 -0
- data/node_modules/caniuse-lite/data/features/indexeddb2.js +1 -0
- data/node_modules/caniuse-lite/data/features/inline-block.js +1 -0
- data/node_modules/caniuse-lite/data/features/innertext.js +1 -0
- data/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +1 -0
- data/node_modules/caniuse-lite/data/features/input-color.js +1 -0
- data/node_modules/caniuse-lite/data/features/input-datetime.js +1 -0
- data/node_modules/caniuse-lite/data/features/input-email-tel-url.js +1 -0
- data/node_modules/caniuse-lite/data/features/input-event.js +1 -0
- data/node_modules/caniuse-lite/data/features/input-file-accept.js +1 -0
- data/node_modules/caniuse-lite/data/features/input-file-directory.js +1 -0
- data/node_modules/caniuse-lite/data/features/input-file-multiple.js +1 -0
- data/node_modules/caniuse-lite/data/features/input-inputmode.js +1 -0
- data/node_modules/caniuse-lite/data/features/input-minlength.js +1 -0
- data/node_modules/caniuse-lite/data/features/input-number.js +1 -0
- data/node_modules/caniuse-lite/data/features/input-pattern.js +1 -0
- data/node_modules/caniuse-lite/data/features/input-placeholder.js +1 -0
- data/node_modules/caniuse-lite/data/features/input-range.js +1 -0
- data/node_modules/caniuse-lite/data/features/input-search.js +1 -0
- data/node_modules/caniuse-lite/data/features/input-selection.js +1 -0
- data/node_modules/caniuse-lite/data/features/insert-adjacent.js +1 -0
- data/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +1 -0
- data/node_modules/caniuse-lite/data/features/internationalization.js +1 -0
- data/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +1 -0
- data/node_modules/caniuse-lite/data/features/intersectionobserver.js +1 -0
- data/node_modules/caniuse-lite/data/features/intl-pluralrules.js +1 -0
- data/node_modules/caniuse-lite/data/features/intrinsic-width.js +1 -0
- data/node_modules/caniuse-lite/data/features/jpeg2000.js +1 -0
- data/node_modules/caniuse-lite/data/features/jpegxl.js +1 -0
- data/node_modules/caniuse-lite/data/features/jpegxr.js +1 -0
- data/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +1 -0
- data/node_modules/caniuse-lite/data/features/json.js +1 -0
- data/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +1 -0
- data/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +1 -0
- data/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +1 -0
- data/node_modules/caniuse-lite/data/features/keyboardevent-code.js +1 -0
- data/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +1 -0
- data/node_modules/caniuse-lite/data/features/keyboardevent-key.js +1 -0
- data/node_modules/caniuse-lite/data/features/keyboardevent-location.js +1 -0
- data/node_modules/caniuse-lite/data/features/keyboardevent-which.js +1 -0
- data/node_modules/caniuse-lite/data/features/lazyload.js +1 -0
- data/node_modules/caniuse-lite/data/features/let.js +1 -0
- data/node_modules/caniuse-lite/data/features/link-icon-png.js +1 -0
- data/node_modules/caniuse-lite/data/features/link-icon-svg.js +1 -0
- data/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +1 -0
- data/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +1 -0
- data/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +1 -0
- data/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +1 -0
- data/node_modules/caniuse-lite/data/features/link-rel-preload.js +1 -0
- data/node_modules/caniuse-lite/data/features/link-rel-prerender.js +1 -0
- data/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +1 -0
- data/node_modules/caniuse-lite/data/features/localecompare.js +1 -0
- data/node_modules/caniuse-lite/data/features/magnetometer.js +1 -0
- data/node_modules/caniuse-lite/data/features/matchesselector.js +1 -0
- data/node_modules/caniuse-lite/data/features/matchmedia.js +1 -0
- data/node_modules/caniuse-lite/data/features/mathml.js +1 -0
- data/node_modules/caniuse-lite/data/features/maxlength.js +1 -0
- data/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +1 -0
- data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +1 -0
- data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +1 -0
- data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +1 -0
- data/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +1 -0
- data/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +1 -0
- data/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +1 -0
- data/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +1 -0
- data/node_modules/caniuse-lite/data/features/media-fragments.js +1 -0
- data/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +1 -0
- data/node_modules/caniuse-lite/data/features/mediarecorder.js +1 -0
- data/node_modules/caniuse-lite/data/features/mediasource.js +1 -0
- data/node_modules/caniuse-lite/data/features/menu.js +1 -0
- data/node_modules/caniuse-lite/data/features/meta-theme-color.js +1 -0
- data/node_modules/caniuse-lite/data/features/meter.js +1 -0
- data/node_modules/caniuse-lite/data/features/midi.js +1 -0
- data/node_modules/caniuse-lite/data/features/minmaxwh.js +1 -0
- data/node_modules/caniuse-lite/data/features/mp3.js +1 -0
- data/node_modules/caniuse-lite/data/features/mpeg-dash.js +1 -0
- data/node_modules/caniuse-lite/data/features/mpeg4.js +1 -0
- data/node_modules/caniuse-lite/data/features/multibackgrounds.js +1 -0
- data/node_modules/caniuse-lite/data/features/multicolumn.js +1 -0
- data/node_modules/caniuse-lite/data/features/mutation-events.js +1 -0
- data/node_modules/caniuse-lite/data/features/mutationobserver.js +1 -0
- data/node_modules/caniuse-lite/data/features/namevalue-storage.js +1 -0
- data/node_modules/caniuse-lite/data/features/native-filesystem-api.js +1 -0
- data/node_modules/caniuse-lite/data/features/nav-timing.js +1 -0
- data/node_modules/caniuse-lite/data/features/netinfo.js +1 -0
- data/node_modules/caniuse-lite/data/features/notifications.js +1 -0
- data/node_modules/caniuse-lite/data/features/object-entries.js +1 -0
- data/node_modules/caniuse-lite/data/features/object-fit.js +1 -0
- data/node_modules/caniuse-lite/data/features/object-observe.js +1 -0
- data/node_modules/caniuse-lite/data/features/object-values.js +1 -0
- data/node_modules/caniuse-lite/data/features/objectrtc.js +1 -0
- data/node_modules/caniuse-lite/data/features/offline-apps.js +1 -0
- data/node_modules/caniuse-lite/data/features/offscreencanvas.js +1 -0
- data/node_modules/caniuse-lite/data/features/ogg-vorbis.js +1 -0
- data/node_modules/caniuse-lite/data/features/ogv.js +1 -0
- data/node_modules/caniuse-lite/data/features/ol-reversed.js +1 -0
- data/node_modules/caniuse-lite/data/features/once-event-listener.js +1 -0
- data/node_modules/caniuse-lite/data/features/online-status.js +1 -0
- data/node_modules/caniuse-lite/data/features/opus.js +1 -0
- data/node_modules/caniuse-lite/data/features/orientation-sensor.js +1 -0
- data/node_modules/caniuse-lite/data/features/outline.js +1 -0
- data/node_modules/caniuse-lite/data/features/pad-start-end.js +1 -0
- data/node_modules/caniuse-lite/data/features/page-transition-events.js +1 -0
- data/node_modules/caniuse-lite/data/features/pagevisibility.js +1 -0
- data/node_modules/caniuse-lite/data/features/passive-event-listener.js +1 -0
- data/node_modules/caniuse-lite/data/features/passkeys.js +1 -0
- data/node_modules/caniuse-lite/data/features/passwordrules.js +1 -0
- data/node_modules/caniuse-lite/data/features/path2d.js +1 -0
- data/node_modules/caniuse-lite/data/features/payment-request.js +1 -0
- data/node_modules/caniuse-lite/data/features/pdf-viewer.js +1 -0
- data/node_modules/caniuse-lite/data/features/permissions-api.js +1 -0
- data/node_modules/caniuse-lite/data/features/permissions-policy.js +1 -0
- data/node_modules/caniuse-lite/data/features/picture-in-picture.js +1 -0
- data/node_modules/caniuse-lite/data/features/picture.js +1 -0
- data/node_modules/caniuse-lite/data/features/ping.js +1 -0
- data/node_modules/caniuse-lite/data/features/png-alpha.js +1 -0
- data/node_modules/caniuse-lite/data/features/pointer-events.js +1 -0
- data/node_modules/caniuse-lite/data/features/pointer.js +1 -0
- data/node_modules/caniuse-lite/data/features/pointerlock.js +1 -0
- data/node_modules/caniuse-lite/data/features/portals.js +1 -0
- data/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +1 -0
- data/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +1 -0
- data/node_modules/caniuse-lite/data/features/progress.js +1 -0
- data/node_modules/caniuse-lite/data/features/promise-finally.js +1 -0
- data/node_modules/caniuse-lite/data/features/promises.js +1 -0
- data/node_modules/caniuse-lite/data/features/proximity.js +1 -0
- data/node_modules/caniuse-lite/data/features/proxy.js +1 -0
- data/node_modules/caniuse-lite/data/features/publickeypinning.js +1 -0
- data/node_modules/caniuse-lite/data/features/push-api.js +1 -0
- data/node_modules/caniuse-lite/data/features/queryselector.js +1 -0
- data/node_modules/caniuse-lite/data/features/readonly-attr.js +1 -0
- data/node_modules/caniuse-lite/data/features/referrer-policy.js +1 -0
- data/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +1 -0
- data/node_modules/caniuse-lite/data/features/rel-noopener.js +1 -0
- data/node_modules/caniuse-lite/data/features/rel-noreferrer.js +1 -0
- data/node_modules/caniuse-lite/data/features/rellist.js +1 -0
- data/node_modules/caniuse-lite/data/features/rem.js +1 -0
- data/node_modules/caniuse-lite/data/features/requestanimationframe.js +1 -0
- data/node_modules/caniuse-lite/data/features/requestidlecallback.js +1 -0
- data/node_modules/caniuse-lite/data/features/resizeobserver.js +1 -0
- data/node_modules/caniuse-lite/data/features/resource-timing.js +1 -0
- data/node_modules/caniuse-lite/data/features/rest-parameters.js +1 -0
- data/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +1 -0
- data/node_modules/caniuse-lite/data/features/ruby.js +1 -0
- data/node_modules/caniuse-lite/data/features/run-in.js +1 -0
- data/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +1 -0
- data/node_modules/caniuse-lite/data/features/screen-orientation.js +1 -0
- data/node_modules/caniuse-lite/data/features/script-async.js +1 -0
- data/node_modules/caniuse-lite/data/features/script-defer.js +1 -0
- data/node_modules/caniuse-lite/data/features/scrollintoview.js +1 -0
- data/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +1 -0
- data/node_modules/caniuse-lite/data/features/sdch.js +1 -0
- data/node_modules/caniuse-lite/data/features/selection-api.js +1 -0
- data/node_modules/caniuse-lite/data/features/selectlist.js +1 -0
- data/node_modules/caniuse-lite/data/features/server-timing.js +1 -0
- data/node_modules/caniuse-lite/data/features/serviceworkers.js +1 -0
- data/node_modules/caniuse-lite/data/features/setimmediate.js +1 -0
- data/node_modules/caniuse-lite/data/features/shadowdom.js +1 -0
- data/node_modules/caniuse-lite/data/features/shadowdomv1.js +1 -0
- data/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +1 -0
- data/node_modules/caniuse-lite/data/features/sharedworkers.js +1 -0
- data/node_modules/caniuse-lite/data/features/sni.js +1 -0
- data/node_modules/caniuse-lite/data/features/spdy.js +1 -0
- data/node_modules/caniuse-lite/data/features/speech-recognition.js +1 -0
- data/node_modules/caniuse-lite/data/features/speech-synthesis.js +1 -0
- data/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +1 -0
- data/node_modules/caniuse-lite/data/features/sql-storage.js +1 -0
- data/node_modules/caniuse-lite/data/features/srcset.js +1 -0
- data/node_modules/caniuse-lite/data/features/stream.js +1 -0
- data/node_modules/caniuse-lite/data/features/streams.js +1 -0
- data/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +1 -0
- data/node_modules/caniuse-lite/data/features/style-scoped.js +1 -0
- data/node_modules/caniuse-lite/data/features/subresource-bundling.js +1 -0
- data/node_modules/caniuse-lite/data/features/subresource-integrity.js +1 -0
- data/node_modules/caniuse-lite/data/features/svg-css.js +1 -0
- data/node_modules/caniuse-lite/data/features/svg-filters.js +1 -0
- data/node_modules/caniuse-lite/data/features/svg-fonts.js +1 -0
- data/node_modules/caniuse-lite/data/features/svg-fragment.js +1 -0
- data/node_modules/caniuse-lite/data/features/svg-html.js +1 -0
- data/node_modules/caniuse-lite/data/features/svg-html5.js +1 -0
- data/node_modules/caniuse-lite/data/features/svg-img.js +1 -0
- data/node_modules/caniuse-lite/data/features/svg-smil.js +1 -0
- data/node_modules/caniuse-lite/data/features/svg.js +1 -0
- data/node_modules/caniuse-lite/data/features/sxg.js +1 -0
- data/node_modules/caniuse-lite/data/features/tabindex-attr.js +1 -0
- data/node_modules/caniuse-lite/data/features/template-literals.js +1 -0
- data/node_modules/caniuse-lite/data/features/template.js +1 -0
- data/node_modules/caniuse-lite/data/features/temporal.js +1 -0
- data/node_modules/caniuse-lite/data/features/testfeat.js +1 -0
- data/node_modules/caniuse-lite/data/features/text-decoration.js +1 -0
- data/node_modules/caniuse-lite/data/features/text-emphasis.js +1 -0
- data/node_modules/caniuse-lite/data/features/text-overflow.js +1 -0
- data/node_modules/caniuse-lite/data/features/text-size-adjust.js +1 -0
- data/node_modules/caniuse-lite/data/features/text-stroke.js +1 -0
- data/node_modules/caniuse-lite/data/features/textcontent.js +1 -0
- data/node_modules/caniuse-lite/data/features/textencoder.js +1 -0
- data/node_modules/caniuse-lite/data/features/tls1-1.js +1 -0
- data/node_modules/caniuse-lite/data/features/tls1-2.js +1 -0
- data/node_modules/caniuse-lite/data/features/tls1-3.js +1 -0
- data/node_modules/caniuse-lite/data/features/touch.js +1 -0
- data/node_modules/caniuse-lite/data/features/transforms2d.js +1 -0
- data/node_modules/caniuse-lite/data/features/transforms3d.js +1 -0
- data/node_modules/caniuse-lite/data/features/trusted-types.js +1 -0
- data/node_modules/caniuse-lite/data/features/ttf.js +1 -0
- data/node_modules/caniuse-lite/data/features/typedarrays.js +1 -0
- data/node_modules/caniuse-lite/data/features/u2f.js +1 -0
- data/node_modules/caniuse-lite/data/features/unhandledrejection.js +1 -0
- data/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +1 -0
- data/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +1 -0
- data/node_modules/caniuse-lite/data/features/url.js +1 -0
- data/node_modules/caniuse-lite/data/features/urlsearchparams.js +1 -0
- data/node_modules/caniuse-lite/data/features/use-strict.js +1 -0
- data/node_modules/caniuse-lite/data/features/user-select-none.js +1 -0
- data/node_modules/caniuse-lite/data/features/user-timing.js +1 -0
- data/node_modules/caniuse-lite/data/features/variable-fonts.js +1 -0
- data/node_modules/caniuse-lite/data/features/vector-effect.js +1 -0
- data/node_modules/caniuse-lite/data/features/vibration.js +1 -0
- data/node_modules/caniuse-lite/data/features/video.js +1 -0
- data/node_modules/caniuse-lite/data/features/videotracks.js +1 -0
- data/node_modules/caniuse-lite/data/features/view-transitions.js +1 -0
- data/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +1 -0
- data/node_modules/caniuse-lite/data/features/viewport-units.js +1 -0
- data/node_modules/caniuse-lite/data/features/wai-aria.js +1 -0
- data/node_modules/caniuse-lite/data/features/wake-lock.js +1 -0
- data/node_modules/caniuse-lite/data/features/wasm-bigint.js +1 -0
- data/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +1 -0
- data/node_modules/caniuse-lite/data/features/wasm-extended-const.js +1 -0
- data/node_modules/caniuse-lite/data/features/wasm-gc.js +1 -0
- data/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +1 -0
- data/node_modules/caniuse-lite/data/features/wasm-multi-value.js +1 -0
- data/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +1 -0
- data/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +1 -0
- data/node_modules/caniuse-lite/data/features/wasm-reference-types.js +1 -0
- data/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +1 -0
- data/node_modules/caniuse-lite/data/features/wasm-signext.js +1 -0
- data/node_modules/caniuse-lite/data/features/wasm-simd.js +1 -0
- data/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +1 -0
- data/node_modules/caniuse-lite/data/features/wasm-threads.js +1 -0
- data/node_modules/caniuse-lite/data/features/wasm.js +1 -0
- data/node_modules/caniuse-lite/data/features/wav.js +1 -0
- data/node_modules/caniuse-lite/data/features/wbr-element.js +1 -0
- data/node_modules/caniuse-lite/data/features/web-animation.js +1 -0
- data/node_modules/caniuse-lite/data/features/web-app-manifest.js +1 -0
- data/node_modules/caniuse-lite/data/features/web-bluetooth.js +1 -0
- data/node_modules/caniuse-lite/data/features/web-serial.js +1 -0
- data/node_modules/caniuse-lite/data/features/web-share.js +1 -0
- data/node_modules/caniuse-lite/data/features/webauthn.js +1 -0
- data/node_modules/caniuse-lite/data/features/webcodecs.js +1 -0
- data/node_modules/caniuse-lite/data/features/webgl.js +1 -0
- data/node_modules/caniuse-lite/data/features/webgl2.js +1 -0
- data/node_modules/caniuse-lite/data/features/webgpu.js +1 -0
- data/node_modules/caniuse-lite/data/features/webhid.js +1 -0
- data/node_modules/caniuse-lite/data/features/webkit-user-drag.js +1 -0
- data/node_modules/caniuse-lite/data/features/webm.js +1 -0
- data/node_modules/caniuse-lite/data/features/webnfc.js +1 -0
- data/node_modules/caniuse-lite/data/features/webp.js +1 -0
- data/node_modules/caniuse-lite/data/features/websockets.js +1 -0
- data/node_modules/caniuse-lite/data/features/webtransport.js +1 -0
- data/node_modules/caniuse-lite/data/features/webusb.js +1 -0
- data/node_modules/caniuse-lite/data/features/webvr.js +1 -0
- data/node_modules/caniuse-lite/data/features/webvtt.js +1 -0
- data/node_modules/caniuse-lite/data/features/webworkers.js +1 -0
- data/node_modules/caniuse-lite/data/features/webxr.js +1 -0
- data/node_modules/caniuse-lite/data/features/will-change.js +1 -0
- data/node_modules/caniuse-lite/data/features/woff.js +1 -0
- data/node_modules/caniuse-lite/data/features/woff2.js +1 -0
- data/node_modules/caniuse-lite/data/features/word-break.js +1 -0
- data/node_modules/caniuse-lite/data/features/wordwrap.js +1 -0
- data/node_modules/caniuse-lite/data/features/x-doc-messaging.js +1 -0
- data/node_modules/caniuse-lite/data/features/x-frame-options.js +1 -0
- data/node_modules/caniuse-lite/data/features/xhr2.js +1 -0
- data/node_modules/caniuse-lite/data/features/xhtml.js +1 -0
- data/node_modules/caniuse-lite/data/features/xhtmlsmil.js +1 -0
- data/node_modules/caniuse-lite/data/features/xml-serializer.js +1 -0
- data/node_modules/caniuse-lite/data/features/zstd.js +1 -0
- data/node_modules/caniuse-lite/data/features.js +1 -0
- data/node_modules/caniuse-lite/data/regions/AD.js +1 -0
- data/node_modules/caniuse-lite/data/regions/AE.js +1 -0
- data/node_modules/caniuse-lite/data/regions/AF.js +1 -0
- data/node_modules/caniuse-lite/data/regions/AG.js +1 -0
- data/node_modules/caniuse-lite/data/regions/AI.js +1 -0
- data/node_modules/caniuse-lite/data/regions/AL.js +1 -0
- data/node_modules/caniuse-lite/data/regions/AM.js +1 -0
- data/node_modules/caniuse-lite/data/regions/AO.js +1 -0
- data/node_modules/caniuse-lite/data/regions/AR.js +1 -0
- data/node_modules/caniuse-lite/data/regions/AS.js +1 -0
- data/node_modules/caniuse-lite/data/regions/AT.js +1 -0
- data/node_modules/caniuse-lite/data/regions/AU.js +1 -0
- data/node_modules/caniuse-lite/data/regions/AW.js +1 -0
- data/node_modules/caniuse-lite/data/regions/AX.js +1 -0
- data/node_modules/caniuse-lite/data/regions/AZ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BA.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BB.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BD.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BE.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BF.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BG.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BH.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BI.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BJ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BM.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BN.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BO.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BR.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BS.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BT.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BW.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BY.js +1 -0
- data/node_modules/caniuse-lite/data/regions/BZ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CA.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CD.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CF.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CG.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CH.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CI.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CK.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CL.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CM.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CN.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CO.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CR.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CU.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CV.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CX.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CY.js +1 -0
- data/node_modules/caniuse-lite/data/regions/CZ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/DE.js +1 -0
- data/node_modules/caniuse-lite/data/regions/DJ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/DK.js +1 -0
- data/node_modules/caniuse-lite/data/regions/DM.js +1 -0
- data/node_modules/caniuse-lite/data/regions/DO.js +1 -0
- data/node_modules/caniuse-lite/data/regions/DZ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/EC.js +1 -0
- data/node_modules/caniuse-lite/data/regions/EE.js +1 -0
- data/node_modules/caniuse-lite/data/regions/EG.js +1 -0
- data/node_modules/caniuse-lite/data/regions/ER.js +1 -0
- data/node_modules/caniuse-lite/data/regions/ES.js +1 -0
- data/node_modules/caniuse-lite/data/regions/ET.js +1 -0
- data/node_modules/caniuse-lite/data/regions/FI.js +1 -0
- data/node_modules/caniuse-lite/data/regions/FJ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/FK.js +1 -0
- data/node_modules/caniuse-lite/data/regions/FM.js +1 -0
- data/node_modules/caniuse-lite/data/regions/FO.js +1 -0
- data/node_modules/caniuse-lite/data/regions/FR.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GA.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GB.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GD.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GE.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GF.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GG.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GH.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GI.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GL.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GM.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GN.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GP.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GQ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GR.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GT.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GU.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GW.js +1 -0
- data/node_modules/caniuse-lite/data/regions/GY.js +1 -0
- data/node_modules/caniuse-lite/data/regions/HK.js +1 -0
- data/node_modules/caniuse-lite/data/regions/HN.js +1 -0
- data/node_modules/caniuse-lite/data/regions/HR.js +1 -0
- data/node_modules/caniuse-lite/data/regions/HT.js +1 -0
- data/node_modules/caniuse-lite/data/regions/HU.js +1 -0
- data/node_modules/caniuse-lite/data/regions/ID.js +1 -0
- data/node_modules/caniuse-lite/data/regions/IE.js +1 -0
- data/node_modules/caniuse-lite/data/regions/IL.js +1 -0
- data/node_modules/caniuse-lite/data/regions/IM.js +1 -0
- data/node_modules/caniuse-lite/data/regions/IN.js +1 -0
- data/node_modules/caniuse-lite/data/regions/IQ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/IR.js +1 -0
- data/node_modules/caniuse-lite/data/regions/IS.js +1 -0
- data/node_modules/caniuse-lite/data/regions/IT.js +1 -0
- data/node_modules/caniuse-lite/data/regions/JE.js +1 -0
- data/node_modules/caniuse-lite/data/regions/JM.js +1 -0
- data/node_modules/caniuse-lite/data/regions/JO.js +1 -0
- data/node_modules/caniuse-lite/data/regions/JP.js +1 -0
- data/node_modules/caniuse-lite/data/regions/KE.js +1 -0
- data/node_modules/caniuse-lite/data/regions/KG.js +1 -0
- data/node_modules/caniuse-lite/data/regions/KH.js +1 -0
- data/node_modules/caniuse-lite/data/regions/KI.js +1 -0
- data/node_modules/caniuse-lite/data/regions/KM.js +1 -0
- data/node_modules/caniuse-lite/data/regions/KN.js +1 -0
- data/node_modules/caniuse-lite/data/regions/KP.js +1 -0
- data/node_modules/caniuse-lite/data/regions/KR.js +1 -0
- data/node_modules/caniuse-lite/data/regions/KW.js +1 -0
- data/node_modules/caniuse-lite/data/regions/KY.js +1 -0
- data/node_modules/caniuse-lite/data/regions/KZ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/LA.js +1 -0
- data/node_modules/caniuse-lite/data/regions/LB.js +1 -0
- data/node_modules/caniuse-lite/data/regions/LC.js +1 -0
- data/node_modules/caniuse-lite/data/regions/LI.js +1 -0
- data/node_modules/caniuse-lite/data/regions/LK.js +1 -0
- data/node_modules/caniuse-lite/data/regions/LR.js +1 -0
- data/node_modules/caniuse-lite/data/regions/LS.js +1 -0
- data/node_modules/caniuse-lite/data/regions/LT.js +1 -0
- data/node_modules/caniuse-lite/data/regions/LU.js +1 -0
- data/node_modules/caniuse-lite/data/regions/LV.js +1 -0
- data/node_modules/caniuse-lite/data/regions/LY.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MA.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MC.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MD.js +1 -0
- data/node_modules/caniuse-lite/data/regions/ME.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MG.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MH.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MK.js +1 -0
- data/node_modules/caniuse-lite/data/regions/ML.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MM.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MN.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MO.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MP.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MQ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MR.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MS.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MT.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MU.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MV.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MW.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MX.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MY.js +1 -0
- data/node_modules/caniuse-lite/data/regions/MZ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/NA.js +1 -0
- data/node_modules/caniuse-lite/data/regions/NC.js +1 -0
- data/node_modules/caniuse-lite/data/regions/NE.js +1 -0
- data/node_modules/caniuse-lite/data/regions/NF.js +1 -0
- data/node_modules/caniuse-lite/data/regions/NG.js +1 -0
- data/node_modules/caniuse-lite/data/regions/NI.js +1 -0
- data/node_modules/caniuse-lite/data/regions/NL.js +1 -0
- data/node_modules/caniuse-lite/data/regions/NO.js +1 -0
- data/node_modules/caniuse-lite/data/regions/NP.js +1 -0
- data/node_modules/caniuse-lite/data/regions/NR.js +1 -0
- data/node_modules/caniuse-lite/data/regions/NU.js +1 -0
- data/node_modules/caniuse-lite/data/regions/NZ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/OM.js +1 -0
- data/node_modules/caniuse-lite/data/regions/PA.js +1 -0
- data/node_modules/caniuse-lite/data/regions/PE.js +1 -0
- data/node_modules/caniuse-lite/data/regions/PF.js +1 -0
- data/node_modules/caniuse-lite/data/regions/PG.js +1 -0
- data/node_modules/caniuse-lite/data/regions/PH.js +1 -0
- data/node_modules/caniuse-lite/data/regions/PK.js +1 -0
- data/node_modules/caniuse-lite/data/regions/PL.js +1 -0
- data/node_modules/caniuse-lite/data/regions/PM.js +1 -0
- data/node_modules/caniuse-lite/data/regions/PN.js +1 -0
- data/node_modules/caniuse-lite/data/regions/PR.js +1 -0
- data/node_modules/caniuse-lite/data/regions/PS.js +1 -0
- data/node_modules/caniuse-lite/data/regions/PT.js +1 -0
- data/node_modules/caniuse-lite/data/regions/PW.js +1 -0
- data/node_modules/caniuse-lite/data/regions/PY.js +1 -0
- data/node_modules/caniuse-lite/data/regions/QA.js +1 -0
- data/node_modules/caniuse-lite/data/regions/RE.js +1 -0
- data/node_modules/caniuse-lite/data/regions/RO.js +1 -0
- data/node_modules/caniuse-lite/data/regions/RS.js +1 -0
- data/node_modules/caniuse-lite/data/regions/RU.js +1 -0
- data/node_modules/caniuse-lite/data/regions/RW.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SA.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SB.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SC.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SD.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SE.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SG.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SH.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SI.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SK.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SL.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SM.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SN.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SO.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SR.js +1 -0
- data/node_modules/caniuse-lite/data/regions/ST.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SV.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SY.js +1 -0
- data/node_modules/caniuse-lite/data/regions/SZ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/TC.js +1 -0
- data/node_modules/caniuse-lite/data/regions/TD.js +1 -0
- data/node_modules/caniuse-lite/data/regions/TG.js +1 -0
- data/node_modules/caniuse-lite/data/regions/TH.js +1 -0
- data/node_modules/caniuse-lite/data/regions/TJ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/TK.js +1 -0
- data/node_modules/caniuse-lite/data/regions/TL.js +1 -0
- data/node_modules/caniuse-lite/data/regions/TM.js +1 -0
- data/node_modules/caniuse-lite/data/regions/TN.js +1 -0
- data/node_modules/caniuse-lite/data/regions/TO.js +1 -0
- data/node_modules/caniuse-lite/data/regions/TR.js +1 -0
- data/node_modules/caniuse-lite/data/regions/TT.js +1 -0
- data/node_modules/caniuse-lite/data/regions/TV.js +1 -0
- data/node_modules/caniuse-lite/data/regions/TW.js +1 -0
- data/node_modules/caniuse-lite/data/regions/TZ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/UA.js +1 -0
- data/node_modules/caniuse-lite/data/regions/UG.js +1 -0
- data/node_modules/caniuse-lite/data/regions/US.js +1 -0
- data/node_modules/caniuse-lite/data/regions/UY.js +1 -0
- data/node_modules/caniuse-lite/data/regions/UZ.js +1 -0
- data/node_modules/caniuse-lite/data/regions/VA.js +1 -0
- data/node_modules/caniuse-lite/data/regions/VC.js +1 -0
- data/node_modules/caniuse-lite/data/regions/VE.js +1 -0
- data/node_modules/caniuse-lite/data/regions/VG.js +1 -0
- data/node_modules/caniuse-lite/data/regions/VI.js +1 -0
- data/node_modules/caniuse-lite/data/regions/VN.js +1 -0
- data/node_modules/caniuse-lite/data/regions/VU.js +1 -0
- data/node_modules/caniuse-lite/data/regions/WF.js +1 -0
- data/node_modules/caniuse-lite/data/regions/WS.js +1 -0
- data/node_modules/caniuse-lite/data/regions/YE.js +1 -0
- data/node_modules/caniuse-lite/data/regions/YT.js +1 -0
- data/node_modules/caniuse-lite/data/regions/ZA.js +1 -0
- data/node_modules/caniuse-lite/data/regions/ZM.js +1 -0
- data/node_modules/caniuse-lite/data/regions/ZW.js +1 -0
- data/node_modules/caniuse-lite/data/regions/alt-af.js +1 -0
- data/node_modules/caniuse-lite/data/regions/alt-an.js +1 -0
- data/node_modules/caniuse-lite/data/regions/alt-as.js +1 -0
- data/node_modules/caniuse-lite/data/regions/alt-eu.js +1 -0
- data/node_modules/caniuse-lite/data/regions/alt-na.js +1 -0
- data/node_modules/caniuse-lite/data/regions/alt-oc.js +1 -0
- data/node_modules/caniuse-lite/data/regions/alt-sa.js +1 -0
- data/node_modules/caniuse-lite/data/regions/alt-ww.js +1 -0
- data/node_modules/caniuse-lite/dist/lib/statuses.js +9 -0
- data/node_modules/caniuse-lite/dist/lib/supported.js +9 -0
- data/node_modules/caniuse-lite/dist/unpacker/agents.js +47 -0
- data/node_modules/caniuse-lite/dist/unpacker/browserVersions.js +1 -0
- data/node_modules/caniuse-lite/dist/unpacker/browsers.js +1 -0
- data/node_modules/caniuse-lite/dist/unpacker/feature.js +52 -0
- data/node_modules/caniuse-lite/dist/unpacker/features.js +6 -0
- data/node_modules/caniuse-lite/dist/unpacker/index.js +4 -0
- data/node_modules/caniuse-lite/dist/unpacker/region.js +22 -0
- data/node_modules/caniuse-lite/package.json +34 -0
- data/node_modules/clone-deep/LICENSE +21 -0
- data/node_modules/clone-deep/README.md +106 -0
- data/node_modules/clone-deep/index.js +49 -0
- data/node_modules/clone-deep/package.json +81 -0
- data/node_modules/commondir/LICENSE +24 -0
- data/node_modules/commondir/example/dir.js +3 -0
- data/node_modules/commondir/index.js +29 -0
- data/node_modules/commondir/package.json +34 -0
- data/node_modules/commondir/readme.markdown +48 -0
- data/node_modules/commondir/test/dirs.js +55 -0
- data/node_modules/configstore/node_modules/write-file-atomic/CHANGELOG.md +32 -0
- data/node_modules/configstore/node_modules/write-file-atomic/LICENSE +6 -0
- data/node_modules/configstore/node_modules/write-file-atomic/README.md +72 -0
- data/node_modules/configstore/node_modules/write-file-atomic/index.js +259 -0
- data/node_modules/configstore/node_modules/write-file-atomic/package.json +48 -0
- data/node_modules/convert-source-map/LICENSE +23 -0
- data/node_modules/convert-source-map/README.md +206 -0
- data/node_modules/convert-source-map/index.js +233 -0
- data/node_modules/convert-source-map/package.json +38 -0
- data/node_modules/electron-to-chromium/LICENSE +5 -0
- data/node_modules/electron-to-chromium/README.md +186 -0
- data/node_modules/electron-to-chromium/chromium-versions.js +66 -0
- data/node_modules/electron-to-chromium/chromium-versions.json +1 -0
- data/node_modules/electron-to-chromium/full-chromium-versions.js +3276 -0
- data/node_modules/electron-to-chromium/full-chromium-versions.json +1 -0
- data/node_modules/electron-to-chromium/full-versions.js +2380 -0
- data/node_modules/electron-to-chromium/full-versions.json +1 -0
- data/node_modules/electron-to-chromium/index.js +36 -0
- data/node_modules/electron-to-chromium/package.json +44 -0
- data/node_modules/electron-to-chromium/versions.js +156 -0
- data/node_modules/electron-to-chromium/versions.json +1 -0
- data/node_modules/escalade/dist/index.js +22 -0
- data/node_modules/escalade/dist/index.mjs +22 -0
- data/node_modules/escalade/index.d.ts +3 -0
- data/node_modules/escalade/license +9 -0
- data/node_modules/escalade/package.json +63 -0
- data/node_modules/escalade/readme.md +211 -0
- data/node_modules/escalade/sync/index.d.ts +2 -0
- data/node_modules/escalade/sync/index.js +18 -0
- data/node_modules/escalade/sync/index.mjs +18 -0
- data/node_modules/eslint/README.md +2 -2
- data/node_modules/eslint/bin/eslint.js +1 -1
- data/node_modules/eslint/lib/cli-engine/cli-engine.js +2 -2
- data/node_modules/eslint/lib/cli-engine/file-enumerator.js +2 -2
- data/node_modules/eslint/lib/cli-engine/lint-result-cache.js +2 -2
- data/node_modules/eslint/lib/cli-engine/load-rules.js +2 -2
- data/node_modules/eslint/lib/cli.js +3 -3
- data/node_modules/eslint/lib/eslint/eslint-helpers.js +2 -2
- data/node_modules/eslint/lib/eslint/eslint.js +5 -5
- data/node_modules/eslint/lib/eslint/legacy-eslint.js +3 -3
- data/node_modules/eslint/lib/linter/code-path-analysis/code-path-analyzer.js +1 -1
- data/node_modules/eslint/lib/linter/code-path-analysis/fork-context.js +1 -1
- data/node_modules/eslint/lib/linter/linter.js +1 -1
- data/node_modules/eslint/lib/linter/report-translator.js +1 -1
- data/node_modules/eslint/lib/rule-tester/rule-tester.js +3 -3
- data/node_modules/eslint/lib/rules/func-style.js +42 -4
- data/node_modules/eslint/lib/rules/line-comment-position.js +3 -0
- data/node_modules/eslint/lib/rules/multiline-comment-style.js +3 -1
- data/node_modules/eslint/lib/rules/no-constant-binary-expression.js +1 -1
- data/node_modules/eslint/lib/rules/no-extra-boolean-cast.js +79 -27
- data/node_modules/eslint/lib/rules/no-misleading-character-class.js +111 -30
- data/node_modules/eslint/lib/rules/no-restricted-exports.js +13 -2
- data/node_modules/eslint/lib/rules/object-shorthand.js +21 -20
- data/node_modules/eslint/lib/shared/runtime-info.js +2 -2
- data/node_modules/eslint/lib/source-code/token-store/index.js +1 -1
- data/node_modules/eslint/messages/config-file-missing.js +16 -0
- data/node_modules/eslint/messages/eslintrc-incompat.js +22 -1
- data/node_modules/eslint/package.json +5 -5
- data/node_modules/eslint-plugin-align-assignments/README.md +49 -0
- data/node_modules/eslint-plugin-align-assignments/docs/rules/align-assignment.md +36 -0
- data/node_modules/eslint-plugin-align-assignments/lib/index.js +5 -0
- data/node_modules/eslint-plugin-align-assignments/lib/rules/align-assignments.js +170 -0
- data/node_modules/eslint-plugin-align-assignments/package.json +22 -0
- data/node_modules/eslint-plugin-align-assignments/tests/lib/rules/align-assignments_test.js +521 -0
- data/node_modules/eslint-plugin-align-import/LICENSE +21 -0
- data/node_modules/eslint-plugin-align-import/README.md +98 -0
- data/node_modules/eslint-plugin-align-import/docs/rules/align-import.md +52 -0
- data/node_modules/eslint-plugin-align-import/docs/rules/trim-import.md +32 -0
- data/node_modules/eslint-plugin-align-import/lib/index.js +9 -0
- data/node_modules/eslint-plugin-align-import/lib/rules/align-import.js +163 -0
- data/node_modules/eslint-plugin-align-import/lib/rules/trim-import.js +139 -0
- data/node_modules/eslint-plugin-align-import/package.json +28 -0
- data/node_modules/eslint-plugin-align-import/tests/lib/rules/align-import.js +304 -0
- data/node_modules/eslint-plugin-align-import/tests/lib/rules/trim-import.js +214 -0
- data/node_modules/eslint-plugin-prefer-arrow/LICENSE +21 -0
- data/node_modules/eslint-plugin-prefer-arrow/README.md +46 -0
- data/node_modules/eslint-plugin-prefer-arrow/index.js +10 -0
- data/node_modules/eslint-plugin-prefer-arrow/lib/rules/prefer-arrow-functions.js +296 -0
- data/node_modules/eslint-plugin-prefer-arrow/package.json +30 -0
- data/node_modules/eslint-plugin-prefer-arrow/test/lib/rules/prefer-arrow-functions.js +285 -0
- data/node_modules/eslint-plugin-sonarjs/LICENSE +165 -0
- data/node_modules/eslint-plugin-sonarjs/README.md +150 -0
- data/node_modules/eslint-plugin-sonarjs/lib/package.json +106 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/index.d.ts +101 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/index.js +117 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/cognitive-complexity.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/cognitive-complexity.js +273 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/elseif-without-else.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/elseif-without-else.js +63 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/max-switch-cases.d.ts +4 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/max-switch-cases.js +73 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-all-duplicated-branches.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-all-duplicated-branches.js +79 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-collapsible-if.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-collapsible-if.js +74 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-collection-size-mischeck.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-collection-size-mischeck.js +98 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-duplicate-string.d.ts +10 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-duplicate-string.js +135 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-duplicated-branches.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-duplicated-branches.js +147 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-element-overwrite.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-element-overwrite.js +177 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-empty-collection.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-empty-collection.js +202 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-extra-arguments.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-extra-arguments.js +181 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-gratuitous-expressions.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-gratuitous-expressions.js +227 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-identical-conditions.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-identical-conditions.js +131 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-identical-expressions.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-identical-expressions.js +108 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-identical-functions.d.ts +4 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-identical-functions.js +114 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-ignored-return.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-ignored-return.js +269 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-inverted-boolean-check.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-inverted-boolean-check.js +82 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-nested-switch.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-nested-switch.js +52 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-nested-template-literals.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-nested-template-literals.js +58 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-one-iteration-loop.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-one-iteration-loop.js +113 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-redundant-boolean.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-redundant-boolean.js +77 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-redundant-jump.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-redundant-jump.js +90 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-same-line-conditional.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-same-line-conditional.js +100 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-small-switch.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-small-switch.js +59 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-unused-collection.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-unused-collection.js +183 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-use-of-empty-return-value.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-use-of-empty-return-value.js +139 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-useless-catch.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/no-useless-catch.js +66 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/non-existent-operator.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/non-existent-operator.js +102 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/prefer-immediate-return.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/prefer-immediate-return.js +119 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/prefer-object-literal.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/prefer-object-literal.js +95 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/prefer-single-boolean-return.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/prefer-single-boolean-return.js +107 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/prefer-while.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/rules/prefer-while.js +71 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/collections.d.ts +2 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/collections.js +40 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/conditions.d.ts +13 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/conditions.js +47 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/docs-url.d.ts +1 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/docs-url.js +50 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/equivalence.d.ts +7 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/equivalence.js +24 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/index.d.ts +4 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/index.js +39 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/jsx.d.ts +2 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/jsx.js +48 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/locations.d.ts +39 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/locations.js +134 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/nodes.d.ts +22 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/nodes.js +93 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/parser-services.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/parser-services.js +7 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/utils-ast.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/utils-ast.js +30 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/utils-collection.d.ts +1 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/utils-collection.js +23 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/utils-parent.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/utils-parent.js +20 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/utils-type.d.ts +3 -0
- data/node_modules/eslint-plugin-sonarjs/lib/src/utils/utils-type.js +27 -0
- data/node_modules/eslint-plugin-sonarjs/package.json +106 -0
- data/node_modules/esprima/ChangeLog +235 -0
- data/node_modules/esprima/LICENSE.BSD +21 -0
- data/node_modules/esprima/README.md +46 -0
- data/node_modules/esprima/bin/esparse.js +139 -0
- data/node_modules/esprima/bin/esvalidate.js +236 -0
- data/node_modules/esprima/dist/esprima.js +6709 -0
- data/node_modules/esprima/package.json +112 -0
- data/node_modules/find-cache-dir/index.js +32 -0
- data/node_modules/find-cache-dir/license +9 -0
- data/node_modules/find-cache-dir/package.json +42 -0
- data/node_modules/find-cache-dir/readme.md +116 -0
- data/node_modules/flow-parser/README.md +44 -0
- data/node_modules/flow-parser/flow_parser.js +11286 -0
- data/node_modules/flow-parser/package.json +33 -0
- data/node_modules/{write-file-atomic → foreground-child}/node_modules/signal-exit/LICENSE.txt +1 -1
- data/node_modules/foreground-child/node_modules/signal-exit/README.md +74 -0
- data/node_modules/foreground-child/node_modules/signal-exit/package.json +106 -0
- data/node_modules/gensync/LICENSE +7 -0
- data/node_modules/gensync/README.md +196 -0
- data/node_modules/gensync/index.js +373 -0
- data/node_modules/gensync/index.js.flow +32 -0
- data/node_modules/gensync/package.json +37 -0
- data/node_modules/gensync/test/index.test.js +489 -0
- data/node_modules/is-plain-object/LICENSE +21 -0
- data/node_modules/is-plain-object/README.md +104 -0
- data/node_modules/is-plain-object/index.d.ts +5 -0
- data/node_modules/is-plain-object/index.js +37 -0
- data/node_modules/is-plain-object/package.json +79 -0
- data/node_modules/isobject/LICENSE +21 -0
- data/node_modules/isobject/README.md +122 -0
- data/node_modules/isobject/index.d.ts +5 -0
- data/node_modules/isobject/index.js +12 -0
- data/node_modules/isobject/package.json +74 -0
- data/node_modules/js-tokens/CHANGELOG.md +151 -0
- data/node_modules/js-tokens/LICENSE +21 -0
- data/node_modules/js-tokens/README.md +240 -0
- data/node_modules/js-tokens/index.js +23 -0
- data/node_modules/js-tokens/package.json +30 -0
- data/node_modules/jscodeshift/CHANGELOG.md +146 -0
- data/node_modules/jscodeshift/CODE_OF_CONDUCT.md +3 -0
- data/node_modules/jscodeshift/CONTRIBUTING.md +47 -0
- data/node_modules/jscodeshift/LICENSE +21 -0
- data/node_modules/jscodeshift/README.md +631 -0
- data/node_modules/jscodeshift/bin/jscodeshift.js +182 -0
- data/node_modules/jscodeshift/bin/jscodeshift.sh +12 -0
- data/node_modules/jscodeshift/dist/Collection.js +472 -0
- data/node_modules/jscodeshift/dist/Runner.js +318 -0
- data/node_modules/jscodeshift/dist/Worker.js +210 -0
- data/node_modules/jscodeshift/dist/argsParser.js +273 -0
- data/node_modules/jscodeshift/dist/collections/JSXElement.js +221 -0
- data/node_modules/jscodeshift/dist/collections/Node.js +187 -0
- data/node_modules/jscodeshift/dist/collections/VariableDeclarator.js +201 -0
- data/node_modules/jscodeshift/dist/collections/index.js +13 -0
- data/node_modules/jscodeshift/dist/core.js +183 -0
- data/node_modules/jscodeshift/dist/getParser.js +25 -0
- data/node_modules/jscodeshift/dist/ignoreFiles.js +68 -0
- data/node_modules/jscodeshift/dist/matchNode.js +40 -0
- data/node_modules/jscodeshift/dist/src/Collection.js +472 -0
- data/node_modules/jscodeshift/dist/src/Runner.js +318 -0
- data/node_modules/jscodeshift/dist/src/Worker.js +210 -0
- data/node_modules/jscodeshift/dist/src/argsParser.js +273 -0
- data/node_modules/jscodeshift/dist/src/collections/JSXElement.js +221 -0
- data/node_modules/jscodeshift/dist/src/collections/Node.js +187 -0
- data/node_modules/jscodeshift/dist/src/collections/VariableDeclarator.js +201 -0
- data/node_modules/jscodeshift/dist/src/collections/index.js +13 -0
- data/node_modules/jscodeshift/dist/src/core.js +183 -0
- data/node_modules/jscodeshift/dist/src/getParser.js +25 -0
- data/node_modules/jscodeshift/dist/src/ignoreFiles.js +68 -0
- data/node_modules/jscodeshift/dist/src/matchNode.js +40 -0
- data/node_modules/jscodeshift/dist/src/template.js +173 -0
- data/node_modules/jscodeshift/dist/src/testUtils.js +149 -0
- data/node_modules/jscodeshift/dist/src/utils/intersection.js +27 -0
- data/node_modules/jscodeshift/dist/src/utils/once.js +21 -0
- data/node_modules/jscodeshift/dist/src/utils/union.js +20 -0
- data/node_modules/jscodeshift/dist/template.js +173 -0
- data/node_modules/jscodeshift/dist/testUtils.js +149 -0
- data/node_modules/jscodeshift/dist/utils/intersection.js +27 -0
- data/node_modules/jscodeshift/dist/utils/once.js +21 -0
- data/node_modules/jscodeshift/dist/utils/union.js +20 -0
- data/node_modules/jscodeshift/index.js +9 -0
- data/node_modules/jscodeshift/node_modules/chalk/index.d.ts +415 -0
- data/node_modules/jscodeshift/node_modules/chalk/license +9 -0
- data/node_modules/jscodeshift/node_modules/chalk/package.json +68 -0
- data/node_modules/jscodeshift/node_modules/chalk/readme.md +341 -0
- data/node_modules/jscodeshift/node_modules/chalk/source/index.js +229 -0
- data/node_modules/jscodeshift/node_modules/chalk/source/templates.js +134 -0
- data/node_modules/jscodeshift/node_modules/chalk/source/util.js +39 -0
- data/node_modules/jscodeshift/package.json +71 -0
- data/node_modules/jscodeshift/parser/babel5Compat.js +50 -0
- data/node_modules/jscodeshift/parser/babylon.js +57 -0
- data/node_modules/jscodeshift/parser/flow.js +34 -0
- data/node_modules/jscodeshift/parser/ts.js +24 -0
- data/node_modules/jscodeshift/parser/tsOptions.js +44 -0
- data/node_modules/jscodeshift/parser/tsx.js +27 -0
- data/node_modules/jscodeshift/src/Collection.js +472 -0
- data/node_modules/jscodeshift/src/Runner.js +318 -0
- data/node_modules/jscodeshift/src/Worker.js +210 -0
- data/node_modules/jscodeshift/src/argsParser.js +273 -0
- data/node_modules/jscodeshift/src/collections/JSXElement.js +221 -0
- data/node_modules/jscodeshift/src/collections/Node.js +187 -0
- data/node_modules/jscodeshift/src/collections/VariableDeclarator.js +201 -0
- data/node_modules/jscodeshift/src/collections/index.js +13 -0
- data/node_modules/jscodeshift/src/core.js +183 -0
- data/node_modules/jscodeshift/src/getParser.js +25 -0
- data/node_modules/jscodeshift/src/ignoreFiles.js +68 -0
- data/node_modules/jscodeshift/src/matchNode.js +40 -0
- data/node_modules/jscodeshift/src/template.js +173 -0
- data/node_modules/jscodeshift/src/testUtils.js +149 -0
- data/node_modules/jscodeshift/src/utils/intersection.js +27 -0
- data/node_modules/jscodeshift/src/utils/once.js +21 -0
- data/node_modules/jscodeshift/src/utils/union.js +20 -0
- data/node_modules/jscodeshift/utils/requirePackage.js +24 -0
- data/node_modules/jscodeshift/utils/testUtils.js +50 -0
- data/node_modules/jsesc/LICENSE-MIT.txt +20 -0
- data/node_modules/jsesc/README.md +421 -0
- data/node_modules/jsesc/bin/jsesc +148 -0
- data/node_modules/jsesc/jsesc.js +329 -0
- data/node_modules/jsesc/man/jsesc.1 +94 -0
- data/node_modules/jsesc/package.json +54 -0
- data/node_modules/kind-of/CHANGELOG.md +160 -0
- data/node_modules/kind-of/LICENSE +21 -0
- data/node_modules/kind-of/README.md +367 -0
- data/node_modules/kind-of/index.js +129 -0
- data/node_modules/kind-of/package.json +88 -0
- data/node_modules/make-dir/index.d.ts +39 -0
- data/node_modules/make-dir/index.js +139 -0
- data/node_modules/make-dir/license +9 -0
- data/node_modules/make-dir/node_modules/semver/LICENSE +15 -0
- data/node_modules/make-dir/node_modules/semver/README.md +412 -0
- data/node_modules/make-dir/node_modules/semver/bin/semver +160 -0
- data/node_modules/make-dir/node_modules/semver/package.json +38 -0
- data/node_modules/make-dir/node_modules/semver/range.bnf +16 -0
- data/node_modules/make-dir/node_modules/semver/semver.js +1525 -0
- data/node_modules/make-dir/package.json +59 -0
- data/node_modules/make-dir/readme.md +123 -0
- data/node_modules/neo-async/LICENSE +22 -0
- data/node_modules/neo-async/README.md +273 -0
- data/node_modules/neo-async/all.js +3 -0
- data/node_modules/neo-async/allLimit.js +3 -0
- data/node_modules/neo-async/allSeries.js +3 -0
- data/node_modules/neo-async/angelFall.js +3 -0
- data/node_modules/neo-async/any.js +3 -0
- data/node_modules/neo-async/anyLimit.js +3 -0
- data/node_modules/neo-async/anySeries.js +3 -0
- data/node_modules/neo-async/apply.js +3 -0
- data/node_modules/neo-async/applyEach.js +3 -0
- data/node_modules/neo-async/applyEachSeries.js +3 -0
- data/node_modules/neo-async/async.js +9184 -0
- data/node_modules/neo-async/async.min.js +80 -0
- data/node_modules/neo-async/asyncify.js +3 -0
- data/node_modules/neo-async/auto.js +3 -0
- data/node_modules/neo-async/autoInject.js +3 -0
- data/node_modules/neo-async/cargo.js +3 -0
- data/node_modules/neo-async/compose.js +3 -0
- data/node_modules/neo-async/concat.js +3 -0
- data/node_modules/neo-async/concatLimit.js +3 -0
- data/node_modules/neo-async/concatSeries.js +3 -0
- data/node_modules/neo-async/constant.js +3 -0
- data/node_modules/neo-async/createLogger.js +3 -0
- data/node_modules/neo-async/detect.js +3 -0
- data/node_modules/neo-async/detectLimit.js +3 -0
- data/node_modules/neo-async/detectSeries.js +3 -0
- data/node_modules/neo-async/dir.js +3 -0
- data/node_modules/neo-async/doDuring.js +3 -0
- data/node_modules/neo-async/doUntil.js +3 -0
- data/node_modules/neo-async/doWhilst.js +3 -0
- data/node_modules/neo-async/during.js +3 -0
- data/node_modules/neo-async/each.js +3 -0
- data/node_modules/neo-async/eachLimit.js +3 -0
- data/node_modules/neo-async/eachOf.js +3 -0
- data/node_modules/neo-async/eachOfLimit.js +3 -0
- data/node_modules/neo-async/eachOfSeries.js +3 -0
- data/node_modules/neo-async/eachSeries.js +3 -0
- data/node_modules/neo-async/ensureAsync.js +3 -0
- data/node_modules/neo-async/every.js +3 -0
- data/node_modules/neo-async/everyLimit.js +3 -0
- data/node_modules/neo-async/everySeries.js +3 -0
- data/node_modules/neo-async/fast.js +3 -0
- data/node_modules/neo-async/filter.js +3 -0
- data/node_modules/neo-async/filterLimit.js +3 -0
- data/node_modules/neo-async/filterSeries.js +3 -0
- data/node_modules/neo-async/find.js +3 -0
- data/node_modules/neo-async/findLimit.js +3 -0
- data/node_modules/neo-async/findSeries.js +3 -0
- data/node_modules/neo-async/foldl.js +3 -0
- data/node_modules/neo-async/foldr.js +3 -0
- data/node_modules/neo-async/forEach.js +3 -0
- data/node_modules/neo-async/forEachLimit.js +3 -0
- data/node_modules/neo-async/forEachOf.js +3 -0
- data/node_modules/neo-async/forEachOfLimit.js +3 -0
- data/node_modules/neo-async/forEachOfSeries.js +3 -0
- data/node_modules/neo-async/forEachSeries.js +3 -0
- data/node_modules/neo-async/forever.js +3 -0
- data/node_modules/neo-async/groupBy.js +3 -0
- data/node_modules/neo-async/groupByLimit.js +3 -0
- data/node_modules/neo-async/groupBySeries.js +3 -0
- data/node_modules/neo-async/inject.js +3 -0
- data/node_modules/neo-async/iterator.js +3 -0
- data/node_modules/neo-async/log.js +3 -0
- data/node_modules/neo-async/map.js +3 -0
- data/node_modules/neo-async/mapLimit.js +3 -0
- data/node_modules/neo-async/mapSeries.js +3 -0
- data/node_modules/neo-async/mapValues.js +3 -0
- data/node_modules/neo-async/mapValuesLimit.js +3 -0
- data/node_modules/neo-async/mapValuesSeries.js +3 -0
- data/node_modules/neo-async/memoize.js +3 -0
- data/node_modules/neo-async/nextTick.js +3 -0
- data/node_modules/neo-async/omit.js +3 -0
- data/node_modules/neo-async/omitLimit.js +3 -0
- data/node_modules/neo-async/omitSeries.js +3 -0
- data/node_modules/neo-async/package.json +57 -0
- data/node_modules/neo-async/parallel.js +3 -0
- data/node_modules/neo-async/parallelLimit.js +3 -0
- data/node_modules/neo-async/pick.js +3 -0
- data/node_modules/neo-async/pickLimit.js +3 -0
- data/node_modules/neo-async/pickSeries.js +3 -0
- data/node_modules/neo-async/priorityQueue.js +3 -0
- data/node_modules/neo-async/queue.js +3 -0
- data/node_modules/neo-async/race.js +3 -0
- data/node_modules/neo-async/reduce.js +3 -0
- data/node_modules/neo-async/reduceRight.js +3 -0
- data/node_modules/neo-async/reflect.js +3 -0
- data/node_modules/neo-async/reflectAll.js +3 -0
- data/node_modules/neo-async/reject.js +3 -0
- data/node_modules/neo-async/rejectLimit.js +3 -0
- data/node_modules/neo-async/rejectSeries.js +3 -0
- data/node_modules/neo-async/retry.js +3 -0
- data/node_modules/neo-async/retryable.js +3 -0
- data/node_modules/neo-async/safe.js +3 -0
- data/node_modules/neo-async/select.js +3 -0
- data/node_modules/neo-async/selectLimit.js +3 -0
- data/node_modules/neo-async/selectSeries.js +3 -0
- data/node_modules/neo-async/seq.js +3 -0
- data/node_modules/neo-async/series.js +3 -0
- data/node_modules/neo-async/setImmediate.js +3 -0
- data/node_modules/neo-async/some.js +3 -0
- data/node_modules/neo-async/someLimit.js +3 -0
- data/node_modules/neo-async/someSeries.js +3 -0
- data/node_modules/neo-async/sortBy.js +3 -0
- data/node_modules/neo-async/sortByLimit.js +3 -0
- data/node_modules/neo-async/sortBySeries.js +3 -0
- data/node_modules/neo-async/timeout.js +3 -0
- data/node_modules/neo-async/times.js +3 -0
- data/node_modules/neo-async/timesLimit.js +3 -0
- data/node_modules/neo-async/timesSeries.js +3 -0
- data/node_modules/neo-async/transform.js +3 -0
- data/node_modules/neo-async/transformLimit.js +3 -0
- data/node_modules/neo-async/transformSeries.js +3 -0
- data/node_modules/neo-async/tryEach.js +3 -0
- data/node_modules/neo-async/unmemoize.js +3 -0
- data/node_modules/neo-async/until.js +3 -0
- data/node_modules/neo-async/waterfall.js +3 -0
- data/node_modules/neo-async/whilst.js +3 -0
- data/node_modules/neo-async/wrapSync.js +3 -0
- data/node_modules/node-dir/LICENSE.txt +22 -0
- data/node_modules/node-dir/README.md +225 -0
- data/node_modules/node-dir/index.js +5 -0
- data/node_modules/node-dir/lib/paths.js +240 -0
- data/node_modules/node-dir/lib/readfiles.js +122 -0
- data/node_modules/node-dir/lib/readfilesstream.js +131 -0
- data/node_modules/node-dir/node_modules/minimatch/LICENSE +15 -0
- data/node_modules/node-dir/node_modules/minimatch/README.md +230 -0
- data/node_modules/node-dir/node_modules/minimatch/minimatch.js +947 -0
- data/node_modules/node-dir/node_modules/minimatch/node_modules/brace-expansion/LICENSE +21 -0
- data/node_modules/node-dir/node_modules/minimatch/node_modules/brace-expansion/README.md +129 -0
- data/node_modules/node-dir/node_modules/minimatch/node_modules/brace-expansion/index.js +201 -0
- data/node_modules/node-dir/node_modules/minimatch/node_modules/brace-expansion/package.json +47 -0
- data/node_modules/node-dir/node_modules/minimatch/package.json +33 -0
- data/node_modules/node-dir/package.json +40 -0
- data/node_modules/node-releases/LICENSE +21 -0
- data/node_modules/node-releases/README.md +12 -0
- data/node_modules/node-releases/data/processed/envs.json +1 -0
- data/node_modules/node-releases/data/release-schedule/release-schedule.json +1 -0
- data/node_modules/node-releases/package.json +19 -0
- data/node_modules/p-try/index.d.ts +39 -0
- data/node_modules/p-try/index.js +9 -0
- data/node_modules/p-try/license +9 -0
- data/node_modules/p-try/package.json +42 -0
- data/node_modules/p-try/readme.md +58 -0
- data/node_modules/picocolors/LICENSE +15 -0
- data/node_modules/picocolors/README.md +21 -0
- data/node_modules/picocolors/package.json +25 -0
- data/node_modules/picocolors/picocolors.browser.js +4 -0
- data/node_modules/picocolors/picocolors.d.ts +5 -0
- data/node_modules/picocolors/picocolors.js +65 -0
- data/node_modules/picocolors/types.ts +30 -0
- data/node_modules/pify/index.js +68 -0
- data/node_modules/pify/license +9 -0
- data/node_modules/pify/package.json +51 -0
- data/node_modules/pify/readme.md +145 -0
- data/node_modules/pirates/LICENSE +21 -0
- data/node_modules/pirates/README.md +69 -0
- data/node_modules/pirates/index.d.ts +82 -0
- data/node_modules/pirates/lib/index.js +139 -0
- data/node_modules/pirates/package.json +74 -0
- data/node_modules/pkg-dir/index.js +10 -0
- data/node_modules/pkg-dir/license +9 -0
- data/node_modules/pkg-dir/node_modules/find-up/index.js +46 -0
- data/node_modules/pkg-dir/node_modules/find-up/license +9 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/index.js +24 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/license +9 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/p-locate/index.js +34 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/p-locate/license +9 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/p-locate/node_modules/p-limit/index.d.ts +38 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/p-locate/node_modules/p-limit/index.js +57 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/p-locate/node_modules/p-limit/license +9 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/p-locate/node_modules/p-limit/package.json +52 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/p-locate/node_modules/p-limit/readme.md +101 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/p-locate/package.json +51 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/p-locate/readme.md +88 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/path-exists/index.js +17 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/path-exists/license +21 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/path-exists/package.json +40 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/path-exists/readme.md +50 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/package.json +44 -0
- data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/readme.md +99 -0
- data/node_modules/pkg-dir/node_modules/find-up/package.json +50 -0
- data/node_modules/pkg-dir/node_modules/find-up/readme.md +87 -0
- data/node_modules/pkg-dir/package.json +53 -0
- data/node_modules/pkg-dir/readme.md +66 -0
- data/node_modules/recast/LICENSE +20 -0
- data/node_modules/recast/README.md +221 -0
- data/node_modules/recast/example/add-braces +44 -0
- data/node_modules/recast/example/generic-identity +17 -0
- data/node_modules/recast/example/identity +8 -0
- data/node_modules/recast/example/to-while +84 -0
- data/node_modules/recast/lib/comments.d.ts +2 -0
- data/node_modules/recast/lib/comments.js +313 -0
- data/node_modules/recast/lib/fast-path.d.ts +25 -0
- data/node_modules/recast/lib/fast-path.js +541 -0
- data/node_modules/recast/lib/lines.d.ts +62 -0
- data/node_modules/recast/lib/lines.js +654 -0
- data/node_modules/recast/lib/mapping.d.ts +15 -0
- data/node_modules/recast/lib/mapping.js +197 -0
- data/node_modules/recast/lib/options.d.ts +147 -0
- data/node_modules/recast/lib/options.js +55 -0
- data/node_modules/recast/lib/parser.d.ts +2 -0
- data/node_modules/recast/lib/parser.js +250 -0
- data/node_modules/recast/lib/patcher.d.ts +12 -0
- data/node_modules/recast/lib/patcher.js +386 -0
- data/node_modules/recast/lib/printer.d.ts +14 -0
- data/node_modules/recast/lib/printer.js +2388 -0
- data/node_modules/recast/lib/util.d.ts +18 -0
- data/node_modules/recast/lib/util.js +331 -0
- data/node_modules/recast/main.d.ts +50 -0
- data/node_modules/recast/main.js +65 -0
- data/node_modules/recast/package.json +74 -0
- data/node_modules/recast/parsers/_babel_options.d.ts +8 -0
- data/node_modules/recast/parsers/_babel_options.js +57 -0
- data/node_modules/recast/parsers/acorn.d.ts +1 -0
- data/node_modules/recast/parsers/acorn.js +33 -0
- data/node_modules/recast/parsers/babel-ts.d.ts +4 -0
- data/node_modules/recast/parsers/babel-ts.js +13 -0
- data/node_modules/recast/parsers/babel.d.ts +8 -0
- data/node_modules/recast/parsers/babel.js +33 -0
- data/node_modules/recast/parsers/babylon.d.ts +1 -0
- data/node_modules/recast/parsers/babylon.js +4 -0
- data/node_modules/recast/parsers/esprima.d.ts +1 -0
- data/node_modules/recast/parsers/esprima.js +30 -0
- data/node_modules/recast/parsers/flow.d.ts +2 -0
- data/node_modules/recast/parsers/flow.js +19 -0
- data/node_modules/recast/parsers/typescript.d.ts +2 -0
- data/node_modules/recast/parsers/typescript.js +19 -0
- data/node_modules/recast/tsconfig.json +18 -0
- data/node_modules/shallow-clone/LICENSE +21 -0
- data/node_modules/shallow-clone/README.md +153 -0
- data/node_modules/shallow-clone/index.js +83 -0
- data/node_modules/shallow-clone/package.json +64 -0
- data/node_modules/signal-exit/LICENSE.txt +1 -1
- data/node_modules/signal-exit/README.md +21 -56
- data/node_modules/signal-exit/package.json +19 -87
- data/node_modules/temp/LICENSE +20 -0
- data/node_modules/temp/README.md +295 -0
- data/node_modules/temp/lib/temp.js +314 -0
- data/node_modules/temp/node_modules/rimraf/LICENSE +15 -0
- data/node_modules/temp/node_modules/rimraf/README.md +101 -0
- data/node_modules/temp/node_modules/rimraf/bin.js +50 -0
- data/node_modules/temp/node_modules/rimraf/node_modules/glob/LICENSE +21 -0
- data/node_modules/temp/node_modules/rimraf/node_modules/glob/README.md +378 -0
- data/node_modules/temp/node_modules/rimraf/node_modules/glob/common.js +238 -0
- data/node_modules/temp/node_modules/rimraf/node_modules/glob/glob.js +790 -0
- data/node_modules/temp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/LICENSE +15 -0
- data/node_modules/temp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/README.md +230 -0
- data/node_modules/temp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/minimatch.js +947 -0
- data/node_modules/temp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/LICENSE +21 -0
- data/node_modules/temp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/README.md +129 -0
- data/node_modules/temp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/index.js +201 -0
- data/node_modules/temp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json +47 -0
- data/node_modules/temp/node_modules/rimraf/node_modules/glob/node_modules/minimatch/package.json +33 -0
- data/node_modules/temp/node_modules/rimraf/node_modules/glob/package.json +55 -0
- data/node_modules/temp/node_modules/rimraf/node_modules/glob/sync.js +486 -0
- data/node_modules/temp/node_modules/rimraf/package.json +29 -0
- data/node_modules/temp/node_modules/rimraf/rimraf.js +364 -0
- data/node_modules/temp/package.json +48 -0
- data/node_modules/tiny-invariant/LICENSE +21 -0
- data/node_modules/tiny-invariant/README.md +109 -0
- data/node_modules/tiny-invariant/dist/esm/package.json +1 -0
- data/node_modules/tiny-invariant/dist/esm/tiny-invariant.d.ts +21 -0
- data/node_modules/tiny-invariant/dist/esm/tiny-invariant.js +15 -0
- data/node_modules/tiny-invariant/dist/tiny-invariant.cjs.js +17 -0
- data/node_modules/tiny-invariant/dist/tiny-invariant.d.ts +21 -0
- data/node_modules/tiny-invariant/dist/tiny-invariant.esm.js +15 -0
- data/node_modules/tiny-invariant/dist/tiny-invariant.js +23 -0
- data/node_modules/tiny-invariant/dist/tiny-invariant.min.js +1 -0
- data/node_modules/tiny-invariant/package.json +89 -0
- data/node_modules/tiny-invariant/src/tiny-invariant.flow.js +12 -0
- data/node_modules/tiny-invariant/src/tiny-invariant.ts +48 -0
- data/node_modules/to-fast-properties/index.js +27 -0
- data/node_modules/to-fast-properties/license +10 -0
- data/node_modules/to-fast-properties/package.json +35 -0
- data/node_modules/to-fast-properties/readme.md +37 -0
- data/node_modules/tslib/CopyrightNotice.txt +15 -0
- data/node_modules/tslib/LICENSE.txt +12 -0
- data/node_modules/tslib/README.md +164 -0
- data/node_modules/tslib/SECURITY.md +41 -0
- data/node_modules/tslib/modules/index.d.ts +37 -0
- data/node_modules/tslib/modules/index.js +68 -0
- data/node_modules/tslib/modules/package.json +3 -0
- data/node_modules/tslib/package.json +47 -0
- data/node_modules/tslib/tslib.d.ts +453 -0
- data/node_modules/tslib/tslib.es6.html +1 -0
- data/node_modules/tslib/tslib.es6.js +370 -0
- data/node_modules/tslib/tslib.es6.mjs +370 -0
- data/node_modules/tslib/tslib.html +1 -0
- data/node_modules/tslib/tslib.js +421 -0
- data/node_modules/update-browserslist-db/LICENSE +20 -0
- data/node_modules/update-browserslist-db/README.md +22 -0
- data/node_modules/update-browserslist-db/check-npm-version.js +17 -0
- data/node_modules/update-browserslist-db/cli.js +42 -0
- data/node_modules/update-browserslist-db/index.d.ts +6 -0
- data/node_modules/update-browserslist-db/index.js +333 -0
- data/node_modules/update-browserslist-db/package.json +40 -0
- data/node_modules/update-browserslist-db/utils.js +25 -0
- data/node_modules/write-file-atomic/CHANGELOG.md +0 -7
- data/node_modules/write-file-atomic/README.md +3 -19
- data/node_modules/write-file-atomic/index.js +136 -157
- data/node_modules/write-file-atomic/package.json +13 -20
- data/package.json +8 -3
- metadata +2513 -39
- data/node_modules/@eslint/eslintrc/node_modules/globals/index.d.ts +0 -2077
- data/node_modules/@eslint/eslintrc/node_modules/globals/package.json +0 -58
- data/node_modules/@eslint/eslintrc/node_modules/globals/readme.md +0 -44
- data/node_modules/write-file-atomic/node_modules/signal-exit/README.md +0 -39
- data/node_modules/write-file-atomic/node_modules/signal-exit/package.json +0 -38
- /data/node_modules/{@eslint/eslintrc → @babel/traverse}/node_modules/globals/index.js +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/cjs/browser.d.ts +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/cjs/browser.d.ts.map +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/cjs/browser.js +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/cjs/browser.js.map +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/cjs/index.d.ts +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/cjs/index.d.ts.map +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/cjs/index.js +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/cjs/index.js.map +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/cjs/package.json +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/cjs/signals.d.ts +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/cjs/signals.d.ts.map +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/cjs/signals.js +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/cjs/signals.js.map +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/mjs/browser.d.ts +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/mjs/browser.d.ts.map +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/mjs/browser.js +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/mjs/browser.js.map +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/mjs/index.d.ts +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/mjs/index.d.ts.map +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/mjs/index.js +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/mjs/index.js.map +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/mjs/package.json +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/mjs/signals.d.ts +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/mjs/signals.d.ts.map +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/mjs/signals.js +0 -0
- /data/node_modules/{signal-exit → foreground-child/node_modules/signal-exit}/dist/mjs/signals.js.map +0 -0
- /data/node_modules/{write-file-atomic/node_modules/signal-exit → signal-exit}/index.js +0 -0
- /data/node_modules/{write-file-atomic/node_modules/signal-exit → signal-exit}/signals.js +0 -0
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"64":0.01237,"72":0.00412,"87":0.00412,"115":0.13197,"118":0.00412,"121":0.00412,"122":0.07423,"123":0.02474,"124":0.87429,"125":0.57324,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 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 119 120 126 127 128 3.5 3.6"},D:{"50":0.00412,"56":0.00412,"62":0.00412,"69":0.00412,"70":0.00412,"76":0.00825,"79":0.03299,"80":0.08248,"81":0.00412,"84":0.00412,"85":0.02474,"86":0.00412,"87":0.02887,"88":0.00412,"89":0.00825,"91":0.00825,"92":0.00412,"93":0.00825,"94":0.00412,"95":0.00412,"96":0.00825,"97":0.00412,"98":0.00412,"100":0.00412,"101":0.00412,"102":0.00412,"103":0.21857,"104":0.00412,"105":0.00412,"106":0.03712,"107":0.00825,"108":0.03299,"109":1.15472,"110":0.00412,"111":0.00412,"112":0.00412,"113":0.00825,"114":0.00825,"115":0.00412,"116":0.04124,"117":0.01237,"118":0.02887,"119":0.07423,"120":0.15671,"121":0.19383,"122":1.41041,"123":16.29805,"124":6.31797,"125":0.03712,_:"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 52 53 54 55 57 58 59 60 61 63 64 65 66 67 68 71 72 73 74 75 77 78 83 90 99 126 127"},F:{"28":0.00412,"95":0.04949,"106":0.02062,"107":0.58561,"108":0.21445,"109":0.04124,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 98 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:{"85":0.00825,"92":0.00825,"102":0.00412,"109":0.07011,"110":0.02474,"114":0.0165,"116":0.01237,"117":0.00412,"119":0.00412,"120":0.21445,"121":0.01237,"122":0.34642,"123":4.90344,"124":1.80219,_:"12 13 14 15 16 17 18 79 80 81 83 84 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 103 104 105 106 107 108 111 112 113 115 118"},E:{"14":0.00825,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 16.0","13.1":0.02062,"14.1":0.11135,"15.4":0.01237,"15.5":0.01237,"15.6":0.16496,"16.1":0.11547,"16.2":0.03299,"16.3":0.03299,"16.4":0.00825,"16.5":0.09485,"16.6":0.34229,"17.0":0.13609,"17.1":0.1031,"17.2":0.26806,"17.3":0.6021,"17.4":1.43103,"17.5":0.00412},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00328,"5.0-5.1":0.00328,"6.0-6.1":0.00819,"7.0-7.1":0.01311,"8.1-8.4":0.00328,"9.0-9.2":0.00819,"9.3":0.04096,"10.0-10.2":0.00819,"10.3":0.06553,"11.0-11.2":0.0557,"11.3-11.4":0.01638,"12.0-12.1":0.01147,"12.2-12.5":0.26703,"13.0-13.1":0.00491,"13.2":0.05406,"13.3":0.01311,"13.4-13.7":0.05079,"14.0-14.4":0.09993,"14.5-14.8":0.15236,"15.0-15.1":0.07044,"15.2-15.3":0.08027,"15.4":0.09174,"15.5":0.11631,"15.6-15.8":1.0157,"16.0":0.23754,"16.1":0.49475,"16.2":0.23754,"16.3":0.41939,"16.4":0.08683,"16.5":0.18184,"16.6-16.7":1.43673,"17.0":0.17201,"17.1":0.31782,"17.2":0.42266,"17.3":3.08315,"17.4":6.9592,"17.5":0.06389},P:{"4":0.10168,"20":0.0113,"21":0.10168,"22":0.12428,"23":0.44061,"24":5.61501,"5.0-5.4":0.0113,"6.2-6.4":0.0113,"7.2-7.4":0.12428,_:"8.2 9.2 10.1 11.1-11.2 12.0 14.0 18.0","13.0":0.0113,"15.0":0.0113,"16.0":0.0226,"17.0":0.06779,"19.0":0.0226},I:{"0":0.03511,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0.00001,"4.2-4.3":0.00002,"4.4":0,"4.4.3-4.4.4":0.00009},A:{"8":0.00412,"11":0.0165,_:"6 7 9 10 5.5"},K:{"0":0.15278,_:"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.01763},H:{"0":0},L:{"0":35.32231},R:{_:"0"},M:{"0":0.711}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"40":0.00252,"43":0.00252,"44":0.00252,"46":0.00252,"49":0.00505,"50":0.00252,"52":0.01009,"56":0.00252,"65":0.00252,"72":0.00252,"75":0.00252,"80":0.00252,"86":0.00252,"88":0.01766,"95":0.00252,"97":0.00252,"99":0.00252,"102":0.00252,"103":0.00505,"104":0.00252,"105":0.00757,"106":0.00757,"107":0.00757,"108":0.01262,"109":0.00757,"110":0.00757,"111":0.00757,"112":0.00252,"113":0.00252,"115":0.50208,"116":0.00505,"117":0.00252,"118":0.00252,"119":0.00252,"120":0.00252,"121":0.00757,"122":0.01009,"123":0.02018,"124":0.878,"125":0.76952,"126":0.03028,_:"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 41 42 45 47 48 51 53 54 55 57 58 59 60 61 62 63 64 66 67 68 69 70 71 73 74 76 77 78 79 81 82 83 84 85 87 89 90 91 92 93 94 96 98 100 101 114 127 128 3.5 3.6"},D:{"11":0.00252,"38":0.00252,"41":0.00757,"43":0.00252,"46":0.00252,"47":0.00252,"48":0.00252,"49":0.00757,"50":0.00252,"56":0.01009,"63":0.00252,"65":0.00252,"66":0.00252,"68":0.00252,"69":0.00757,"70":0.00505,"71":0.00505,"72":0.00252,"73":0.01262,"74":0.00757,"75":0.02775,"76":0.00252,"77":0.00252,"78":0.00252,"79":0.01009,"80":0.00757,"81":0.00757,"83":0.00757,"84":0.00252,"85":0.04541,"86":0.01262,"87":0.01262,"88":0.01009,"89":0.00757,"90":0.00505,"91":0.00252,"92":0.00252,"93":0.01009,"94":0.01766,"95":0.00757,"96":0.00252,"97":0.00505,"98":0.00505,"99":0.00505,"100":0.00505,"101":0.00505,"102":0.02018,"103":0.0328,"104":0.01766,"105":0.03028,"106":0.09335,"107":0.10344,"108":0.11101,"109":1.20852,"110":0.06812,"111":0.06308,"112":0.06812,"113":0.00757,"114":0.02018,"115":0.01009,"116":0.02018,"117":0.01009,"118":0.01514,"119":0.04037,"120":0.08074,"121":0.11354,"122":0.26239,"123":8.46214,"124":4.59691,"125":0.0656,"126":0.01262,_:"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 42 44 45 51 52 53 54 55 57 58 59 60 61 62 64 67 127"},F:{"28":0.00505,"36":0.00252,"46":0.00252,"79":0.00252,"81":0.00252,"82":0.00252,"91":0.00252,"92":0.00505,"93":0.00505,"94":0.00505,"95":0.02775,"96":0.00252,"97":0.00252,"105":0.00252,"106":0.00505,"107":0.15643,"108":0.22959,"109":0.10597,_:"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 77 78 80 83 84 85 86 87 88 89 90 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.00757,"13":0.00252,"14":0.00252,"16":0.00505,"17":0.00252,"18":0.01514,"84":0.00505,"89":0.00252,"92":0.03028,"100":0.00252,"103":0.00252,"104":0.00252,"105":0.00505,"106":0.00757,"107":0.02271,"108":0.01262,"109":0.02523,"110":0.01262,"111":0.00757,"117":0.00505,"118":0.01009,"119":0.00252,"120":0.01766,"121":0.01262,"122":0.02775,"123":0.61814,"124":0.41125,_:"15 79 80 81 83 85 86 87 88 90 91 93 94 95 96 97 98 99 101 102 112 113 114 115 116"},E:{"9":0.00252,"14":0.00252,_:"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 15.2-15.3 17.5","13.1":0.00505,"14.1":0.00757,"15.1":0.02271,"15.4":0.00505,"15.5":0.00757,"15.6":0.03028,"16.0":0.01009,"16.1":0.00505,"16.2":0.00252,"16.3":0.01262,"16.4":0.00757,"16.5":0.00505,"16.6":0.02523,"17.0":0.01009,"17.1":0.01262,"17.2":0.02018,"17.3":0.03785,"17.4":0.11101},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00061,"5.0-5.1":0.00061,"6.0-6.1":0.00152,"7.0-7.1":0.00243,"8.1-8.4":0.00061,"9.0-9.2":0.00152,"9.3":0.00761,"10.0-10.2":0.00152,"10.3":0.01217,"11.0-11.2":0.01035,"11.3-11.4":0.00304,"12.0-12.1":0.00213,"12.2-12.5":0.0496,"13.0-13.1":0.00091,"13.2":0.01004,"13.3":0.00243,"13.4-13.7":0.00943,"14.0-14.4":0.01856,"14.5-14.8":0.0283,"15.0-15.1":0.01309,"15.2-15.3":0.01491,"15.4":0.01704,"15.5":0.02161,"15.6-15.8":0.18867,"16.0":0.04413,"16.1":0.0919,"16.2":0.04413,"16.3":0.0779,"16.4":0.01613,"16.5":0.03378,"16.6-16.7":0.26688,"17.0":0.03195,"17.1":0.05904,"17.2":0.07851,"17.3":0.57272,"17.4":1.29273,"17.5":0.01187},P:{"4":0.19227,"20":0.02024,"21":0.03036,"22":0.03036,"23":0.1012,"24":0.49587,_:"5.0-5.4 8.2 10.1 12.0 14.0 15.0","6.2-6.4":0.03036,"7.2-7.4":0.12144,"9.2":0.01012,"11.1-11.2":0.01012,"13.0":0.01012,"16.0":0.02024,"17.0":0.04048,"18.0":0.01012,"19.0":0.02024},I:{"0":0.16382,"3":0,"4":0.00002,"2.1":0,"2.2":0,"2.3":0,"4.1":0.00003,"4.2-4.3":0.0001,"4.4":0,"4.4.3-4.4.4":0.00041},A:{"8":0.01617,"9":0.00539,"10":0.0027,"11":0.09433,_:"6 7 5.5"},K:{"0":3.35933,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.01495,_:"3.0-3.1"},Q:{_:"14.9"},O:{"0":2.19824},H:{"0":0.11},L:{"0":68.57296},R:{_:"0"},M:{"0":0.0972}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"48":0.01068,"52":0.01601,"55":0.00534,"68":0.00534,"75":0.00534,"78":0.04804,"83":0.01068,"87":0.00534,"88":0.00534,"91":0.00534,"102":0.00534,"104":0.00534,"106":0.00534,"108":0.00534,"113":0.01068,"115":0.38434,"117":0.00534,"118":0.04804,"119":0.00534,"120":0.06406,"121":0.01601,"122":0.01601,"123":0.06406,"124":2.12986,"125":1.26511,"126":0.01068,_:"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 56 57 58 59 60 61 62 63 64 65 66 67 69 70 71 72 73 74 76 77 79 80 81 82 84 85 86 89 90 92 93 94 95 96 97 98 99 100 101 103 105 107 109 110 111 112 114 116 127 128 3.5 3.6"},D:{"38":0.00534,"49":0.03203,"65":0.00534,"66":0.02135,"70":0.03737,"72":0.00534,"74":0.13345,"75":0.13345,"76":0.13345,"77":0.12811,"78":2.08716,"79":2.75975,"80":0.01068,"81":0.01068,"83":0.09608,"84":0.00534,"85":0.02135,"86":0.00534,"87":0.05338,"88":0.01601,"89":0.00534,"90":0.02135,"91":0.01068,"92":0.00534,"93":0.00534,"94":0.01068,"95":0.00534,"96":0.00534,"97":0.00534,"99":0.01601,"100":0.00534,"102":0.00534,"103":0.07473,"104":0.01068,"105":0.01601,"106":0.01068,"107":0.01068,"108":0.02669,"109":0.88611,"110":0.01068,"111":0.01068,"112":0.01601,"113":0.01601,"114":0.03203,"115":0.09608,"116":0.20284,"117":0.02135,"118":0.03203,"119":0.06406,"120":0.3096,"121":0.50711,"122":1.67079,"123":15.26134,"124":6.67784,"125":0.02135,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 43 44 45 46 47 48 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 67 68 69 71 73 98 101 126 127"},F:{"46":0.00534,"85":0.00534,"95":0.01601,"102":0.00534,"106":0.01601,"107":0.77401,"108":0.38434,"109":0.1548,_:"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 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:{"18":0.00534,"92":0.00534,"104":0.00534,"107":0.00534,"108":0.00534,"109":0.08541,"110":0.00534,"112":0.00534,"113":0.01068,"114":0.01068,"115":0.00534,"116":0.01068,"117":0.01068,"118":0.00534,"119":0.01601,"120":0.08541,"121":0.05338,"122":0.42704,"123":5.36469,"124":2.70103,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 105 106 111"},E:{"9":0.00534,"13":0.00534,"14":0.0427,"15":0.01068,_:"0 4 5 6 7 8 10 11 12 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1","12.1":0.02135,"13.1":0.1548,"14.1":0.13879,"15.1":0.03203,"15.2-15.3":0.02135,"15.4":0.04804,"15.5":0.06939,"15.6":0.60853,"16.0":0.05338,"16.1":0.1121,"16.2":0.09075,"16.3":0.18149,"16.4":0.07473,"16.5":0.12277,"16.6":0.68326,"17.0":0.07473,"17.1":0.20818,"17.2":0.29893,"17.3":0.8434,"17.4":2.46616,"17.5":0.01068},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00402,"5.0-5.1":0.00402,"6.0-6.1":0.01004,"7.0-7.1":0.01606,"8.1-8.4":0.00402,"9.0-9.2":0.01004,"9.3":0.0502,"10.0-10.2":0.01004,"10.3":0.08032,"11.0-11.2":0.06827,"11.3-11.4":0.02008,"12.0-12.1":0.01406,"12.2-12.5":0.32729,"13.0-13.1":0.00602,"13.2":0.06626,"13.3":0.01606,"13.4-13.7":0.06225,"14.0-14.4":0.12248,"14.5-14.8":0.18674,"15.0-15.1":0.08634,"15.2-15.3":0.09839,"15.4":0.11244,"15.5":0.14256,"15.6-15.8":1.24491,"16.0":0.29115,"16.1":0.60639,"16.2":0.29115,"16.3":0.51403,"16.4":0.10642,"16.5":0.22288,"16.6-16.7":1.76095,"17.0":0.21083,"17.1":0.38954,"17.2":0.51804,"17.3":3.77891,"17.4":8.52966,"17.5":0.07831},P:{"4":0.0643,"20":0.01072,"21":0.05358,"22":0.03215,"23":0.17147,"24":2.915,_:"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 18.0","13.0":0.01072,"16.0":0.02143,"17.0":0.01072,"19.0":0.02143},I:{"0":0.07429,"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.00019},A:{"8":0.01068,"9":0.00534,"11":0.06939,_:"6 7 10 5.5"},K:{"0":0.18648,_:"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.02331},H:{"0":0},L:{"0":22.26655},R:{_:"0"},M:{"0":0.32168}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"43":0.00225,"47":0.00675,"52":0.0045,"65":0.0045,"68":0.0135,"70":0.00225,"72":0.02025,"78":0.00225,"80":0.00225,"85":0.10575,"102":0.00225,"107":0.00225,"111":0.009,"112":0.00225,"114":0.02925,"115":0.41175,"116":0.0045,"118":0.03375,"120":0.00225,"121":0.009,"122":0.01125,"123":0.126,"124":1.107,"125":0.792,_:"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 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 66 67 69 71 73 74 75 76 77 79 81 82 83 84 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 103 104 105 106 108 109 110 113 117 119 126 127 128 3.5 3.6"},D:{"29":0.00225,"31":0.00675,"32":0.00225,"33":0.00225,"34":0.00225,"39":0.0045,"42":0.00225,"46":0.00225,"55":0.0045,"63":0.00225,"66":0.0045,"67":0.00225,"68":0.0045,"71":0.00225,"72":0.00225,"74":0.00225,"75":0.0135,"76":0.01575,"78":0.00225,"79":0.018,"80":0.00225,"81":0.00225,"83":0.009,"84":0.00225,"85":0.00225,"86":0.00225,"87":0.02025,"88":0.0045,"89":0.00225,"90":0.00225,"91":0.00675,"93":0.05175,"94":0.00225,"95":0.04275,"98":0.00225,"99":0.08325,"102":0.01575,"103":0.0135,"104":0.00225,"105":0.00675,"106":0.0045,"108":0.00225,"109":1.287,"110":0.0045,"111":0.0045,"114":0.0045,"115":0.00675,"116":0.03375,"117":0.00675,"118":0.00225,"119":0.0765,"120":0.0405,"121":0.054,"122":0.1665,"123":4.9005,"124":1.692,"125":0.00225,_:"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 30 35 36 37 38 40 41 43 44 45 47 48 49 50 51 52 53 54 56 57 58 59 60 61 62 64 65 69 70 73 77 92 96 97 100 101 107 112 113 126 127"},F:{"42":0.00225,"54":0.00225,"78":0.00225,"79":0.01575,"95":0.02925,"105":0.00225,"106":0.00225,"107":0.0765,"108":0.94725,"109":0.189,_:"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 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 80 81 82 83 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":0.00225},B:{"12":0.0045,"13":0.0045,"15":0.0045,"16":0.00225,"17":0.00225,"18":0.0495,"84":0.00675,"89":0.00675,"91":0.00225,"92":0.018,"98":0.00675,"100":0.0045,"109":0.0135,"113":0.00225,"114":0.1035,"119":0.00675,"120":0.00675,"121":0.0495,"122":0.15525,"123":2.22525,"124":1.33425,_:"14 79 80 81 83 85 86 87 88 90 93 94 95 96 97 99 101 102 103 104 105 106 107 108 110 111 112 115 116 117 118"},E:{"15":0.00225,_:"0 4 5 6 7 8 9 10 11 12 13 14 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.1 15.2-15.3 15.4 15.5 16.1 16.2 16.4 17.5","12.1":0.00225,"13.1":0.054,"14.1":0.00225,"15.6":0.01575,"16.0":0.00225,"16.3":0.036,"16.5":0.00225,"16.6":0.0135,"17.0":0.00225,"17.1":0.0045,"17.2":0.00675,"17.3":0.0315,"17.4":0.036},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00075,"5.0-5.1":0.00075,"6.0-6.1":0.00188,"7.0-7.1":0.003,"8.1-8.4":0.00075,"9.0-9.2":0.00188,"9.3":0.00938,"10.0-10.2":0.00188,"10.3":0.015,"11.0-11.2":0.01275,"11.3-11.4":0.00375,"12.0-12.1":0.00263,"12.2-12.5":0.06114,"13.0-13.1":0.00113,"13.2":0.01238,"13.3":0.003,"13.4-13.7":0.01163,"14.0-14.4":0.02288,"14.5-14.8":0.03488,"15.0-15.1":0.01613,"15.2-15.3":0.01838,"15.4":0.02101,"15.5":0.02663,"15.6-15.8":0.23256,"16.0":0.05439,"16.1":0.11328,"16.2":0.05439,"16.3":0.09603,"16.4":0.01988,"16.5":0.04164,"16.6-16.7":0.32896,"17.0":0.03939,"17.1":0.07277,"17.2":0.09678,"17.3":0.70594,"17.4":1.59342,"17.5":0.01463},P:{"4":0.02089,"21":0.01045,"22":0.03134,"23":0.17758,"24":0.37604,_:"20 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 17.0","7.2-7.4":0.01045,"16.0":0.01045,"18.0":0.03134,"19.0":0.03134},I:{"0":0.02315,"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.009,_:"6 7 8 9 10 5.5"},K:{"0":1.813,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.00775,_:"3.0-3.1"},Q:{"14.9":0.14725},O:{"0":0.155},H:{"0":1.69},L:{"0":74.28125},R:{_:"0"},M:{"0":0.16275}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"45":1.07747,"48":0.00711,"52":0.07823,"56":0.00356,"60":0.00356,"61":0.00711,"65":0.00356,"66":0.00356,"68":0.00356,"72":0.00356,"75":0.00356,"78":0.02845,"83":0.02134,"84":0.032,"85":0.00356,"88":0.01778,"89":0.00356,"90":0.00356,"91":0.00356,"96":0.00711,"97":0.00711,"98":0.00356,"99":0.00711,"100":0.00356,"102":0.01067,"103":0.02134,"104":0.00356,"105":0.00711,"106":0.00356,"107":0.00356,"108":0.00356,"109":0.01067,"110":0.00356,"112":0.01067,"113":0.01422,"114":0.00711,"115":1.04191,"116":0.00711,"117":0.00356,"118":0.00711,"119":0.00711,"120":0.01067,"121":0.06756,"122":0.02489,"123":0.09246,"124":2.12293,"125":1.05613,"126":0.00711,_:"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 46 47 49 50 51 53 54 55 57 58 59 62 63 64 67 69 70 71 73 74 76 77 79 80 81 82 86 87 92 93 94 95 101 111 127 128 3.5 3.6"},D:{"26":0.00356,"38":0.00711,"41":0.00356,"47":0.00356,"49":0.05334,"51":0.00356,"53":0.00356,"58":0.00356,"63":0.00356,"65":0.00356,"66":0.00356,"69":0.00356,"70":0.00356,"71":0.00356,"73":0.00711,"74":0.00356,"75":0.00356,"76":0.00356,"78":0.00356,"79":0.04978,"80":0.00356,"81":0.00711,"83":0.01422,"85":0.00711,"86":0.00711,"87":0.04978,"88":0.01422,"89":0.00356,"90":0.01067,"91":0.01067,"92":0.00356,"93":0.02489,"94":0.01067,"95":0.00356,"96":0.00356,"97":0.02134,"98":0.00711,"99":0.01067,"100":0.00711,"101":0.00356,"102":0.01778,"103":0.02845,"104":0.03556,"105":0.00711,"106":0.01422,"107":0.01067,"108":0.02845,"109":3.2324,"110":0.01422,"111":0.02134,"112":0.01778,"113":0.01778,"114":0.01067,"115":0.11024,"116":0.04623,"117":0.01778,"118":0.02845,"119":0.07468,"120":0.0889,"121":0.13157,"122":0.65075,"123":13.335,"124":4.70103,"125":0.01778,"126":0.00356,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 27 28 29 30 31 32 33 34 35 36 37 39 40 42 43 44 45 46 48 50 52 54 55 56 57 59 60 61 62 64 67 68 72 77 84 127"},F:{"28":0.01422,"36":0.00356,"46":0.01422,"79":0.00356,"85":0.00711,"86":0.00356,"94":0.00711,"95":0.11024,"105":0.00356,"107":0.42316,"108":0.5654,"109":0.18491,_:"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 77 78 80 81 82 83 84 87 88 89 90 91 92 93 96 97 98 99 100 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:{"15":0.00356,"18":0.00356,"92":0.00356,"109":0.10312,"110":0.00711,"113":0.00356,"114":0.00356,"115":0.00356,"116":0.00711,"117":0.00356,"118":0.01422,"119":0.01422,"120":0.01422,"121":0.01778,"122":0.14224,"123":2.06604,"124":0.91745,_:"12 13 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"},E:{"9":0.00356,"14":0.00711,_:"0 4 5 6 7 8 10 11 12 13 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 15.2-15.3","5.1":0.00711,"12.1":0.00356,"13.1":0.01422,"14.1":0.032,"15.1":0.00356,"15.4":0.00356,"15.5":0.00711,"15.6":0.0569,"16.0":0.00356,"16.1":0.01067,"16.2":0.00711,"16.3":0.01422,"16.4":0.00711,"16.5":0.01067,"16.6":0.06756,"17.0":0.01422,"17.1":0.02134,"17.2":0.03912,"17.3":0.06756,"17.4":0.24181,"17.5":0.00356},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0019,"5.0-5.1":0.0019,"6.0-6.1":0.00476,"7.0-7.1":0.00762,"8.1-8.4":0.0019,"9.0-9.2":0.00476,"9.3":0.0238,"10.0-10.2":0.00476,"10.3":0.03808,"11.0-11.2":0.03237,"11.3-11.4":0.00952,"12.0-12.1":0.00666,"12.2-12.5":0.15516,"13.0-13.1":0.00286,"13.2":0.03141,"13.3":0.00762,"13.4-13.7":0.02951,"14.0-14.4":0.05807,"14.5-14.8":0.08853,"15.0-15.1":0.04093,"15.2-15.3":0.04664,"15.4":0.05331,"15.5":0.06759,"15.6-15.8":0.59019,"16.0":0.13803,"16.1":0.28748,"16.2":0.13803,"16.3":0.24369,"16.4":0.05045,"16.5":0.10566,"16.6-16.7":0.83484,"17.0":0.09995,"17.1":0.18467,"17.2":0.2456,"17.3":1.79153,"17.4":4.04378,"17.5":0.03713},P:{"4":0.06125,"20":0.02042,"21":0.05104,"22":0.07146,"23":0.33687,"24":2.2866,"5.0-5.4":0.01021,"6.2-6.4":0.03062,"7.2-7.4":0.02042,_:"8.2 9.2 10.1 12.0 15.0","11.1-11.2":0.01021,"13.0":0.01021,"14.0":0.01021,"16.0":0.01021,"17.0":0.02042,"18.0":0.02042,"19.0":0.03062},I:{"0":0.23749,"3":0,"4":0.00002,"2.1":0,"2.2":0,"2.3":0,"4.1":0.00005,"4.2-4.3":0.00014,"4.4":0,"4.4.3-4.4.4":0.0006},A:{"8":0.0074,"9":0.0037,"10":0.0037,"11":0.07766,_:"6 7 5.5"},K:{"0":0.30936,_:"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.01934},H:{"0":0},L:{"0":51.61115},R:{_:"0"},M:{"0":0.23202}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"34":0.02034,"52":0.00291,"78":0.00291,"105":0.03486,"107":0.00291,"109":0.01162,"111":0.00291,"115":0.04067,"123":0.02324,"124":0.36894,"125":0.27017,"126":0.00581,_:"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 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 106 108 110 112 113 114 116 117 118 119 120 121 122 127 128 3.5 3.6"},D:{"11":0.00291,"38":0.00581,"47":0.01162,"49":0.00581,"50":0.00291,"56":0.00581,"58":0.03777,"60":0.00291,"65":0.00291,"66":0.00291,"68":0.00581,"69":0.00291,"70":0.00291,"72":0.03486,"74":0.00291,"75":0.00872,"76":0.00581,"78":0.00291,"79":0.12201,"80":0.00291,"81":0.00581,"83":0.00291,"85":0.00291,"86":0.00291,"87":0.07553,"88":0.00581,"89":0.00581,"90":0.00291,"91":0.00291,"93":0.03777,"94":0.00291,"95":0.02034,"96":0.00291,"97":0.00581,"98":0.01162,"99":0.01743,"101":0.00581,"102":0.01743,"103":0.06682,"104":0.00291,"105":0.01162,"106":0.00872,"107":0.02324,"108":0.01743,"109":0.77273,"110":0.01453,"111":0.01162,"112":0.11039,"113":0.16559,"114":0.15978,"115":0.00581,"116":0.12782,"117":0.01453,"118":0.01743,"119":0.05229,"120":0.14816,"121":0.26436,"122":0.67977,"123":11.25978,"124":5.53693,"125":0.01162,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 43 44 45 46 48 51 52 53 54 55 57 59 61 62 63 64 67 71 73 77 84 92 100 126 127"},F:{"28":0.01453,"36":0.00872,"46":0.01743,"90":0.00291,"95":0.00581,"98":0.00291,"101":0.00581,"102":0.00872,"104":0.00291,"105":0.00872,"106":0.04358,"107":0.26436,"108":0.13073,"109":0.02615,_:"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 77 78 79 80 81 82 83 84 85 86 87 88 89 91 92 93 94 96 97 99 100 103 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"16":0.00581,"18":0.00581,"89":0.00291,"92":0.05229,"100":0.00872,"105":0.00291,"107":0.00291,"109":0.02324,"110":0.01162,"111":0.00291,"112":0.00581,"113":0.01162,"114":0.02615,"116":0.00581,"117":0.00291,"118":0.06972,"119":0.01743,"120":0.03777,"121":0.03777,"122":0.28469,"123":1.95216,"124":1.25787,_:"12 13 14 15 17 79 80 81 83 84 85 86 87 88 90 91 93 94 95 96 97 98 99 101 102 103 104 106 108 115"},E:{"13":0.00581,"14":0.04648,"15":0.00291,_:"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.00291,"12.1":0.00291,"13.1":0.01743,"14.1":0.06682,"15.1":0.01453,"15.2-15.3":0.00581,"15.4":0.00872,"15.5":0.03196,"15.6":0.12782,"16.0":0.00872,"16.1":0.04939,"16.2":0.02034,"16.3":0.09296,"16.4":0.01453,"16.5":0.07263,"16.6":0.29341,"17.0":0.02905,"17.1":0.07263,"17.2":0.07844,"17.3":0.31955,"17.4":0.98189,"17.5":0.00581},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00403,"5.0-5.1":0.00403,"6.0-6.1":0.01008,"7.0-7.1":0.01613,"8.1-8.4":0.00403,"9.0-9.2":0.01008,"9.3":0.05041,"10.0-10.2":0.01008,"10.3":0.08066,"11.0-11.2":0.06856,"11.3-11.4":0.02016,"12.0-12.1":0.01411,"12.2-12.5":0.32867,"13.0-13.1":0.00605,"13.2":0.06654,"13.3":0.01613,"13.4-13.7":0.06251,"14.0-14.4":0.123,"14.5-14.8":0.18753,"15.0-15.1":0.08671,"15.2-15.3":0.0988,"15.4":0.11292,"15.5":0.14316,"15.6-15.8":1.25017,"16.0":0.29238,"16.1":0.60895,"16.2":0.29238,"16.3":0.5162,"16.4":0.10687,"16.5":0.22382,"16.6-16.7":1.76838,"17.0":0.21172,"17.1":0.39118,"17.2":0.52023,"17.3":3.79486,"17.4":8.56566,"17.5":0.07864},P:{"4":0.06191,"20":0.01032,"21":0.08254,"22":0.06191,"23":0.22699,"24":2.19771,_:"5.0-5.4 8.2 9.2 10.1 12.0 14.0 15.0","6.2-6.4":0.01032,"7.2-7.4":0.04127,"11.1-11.2":0.09286,"13.0":0.02064,"16.0":0.1135,"17.0":0.03095,"18.0":0.01032,"19.0":0.01032},I:{"0":0.03533,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0.00001,"4.2-4.3":0.00002,"4.4":0,"4.4.3-4.4.4":0.00009},A:{"8":0.0067,"11":0.08045,_:"6 7 9 10 5.5"},K:{"0":1.29839,_:"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.05046},H:{"0":0},L:{"0":44.55765},R:{_:"0"},M:{"0":0.78045}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"8":0.00214,"43":0.00214,"50":0.00428,"53":0.00214,"56":0.00214,"72":0.00428,"88":0.10496,"95":0.00857,"105":0.00428,"106":0.00428,"107":0.00214,"110":0.00428,"112":0.00214,"113":0.00214,"115":0.19492,"117":0.01928,"119":0.01071,"120":0.00643,"122":0.01499,"123":0.06212,"124":1.32804,"125":0.50123,"126":0.00214,_:"2 3 4 5 6 7 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 52 54 55 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 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 108 109 111 114 116 118 121 127 128 3.5 3.6"},D:{"11":0.00214,"26":0.01071,"29":0.01285,"43":0.00428,"55":0.00643,"56":0.01071,"58":0.00214,"59":0.00214,"63":0.00428,"64":0.03427,"65":0.00428,"67":0.01285,"68":0.00214,"70":0.00428,"71":0.00428,"72":0.00214,"74":0.00428,"77":0.00428,"79":0.02999,"80":0.04498,"81":0.00643,"83":0.08996,"84":0.00214,"86":0.00428,"87":0.00428,"88":0.00857,"89":0.05141,"90":0.00214,"92":0.04927,"93":0.00857,"94":0.00428,"96":0.00643,"98":0.00214,"99":0.00428,"102":0.0257,"103":0.09211,"104":0.04284,"105":0.0407,"106":0.01928,"107":0.00214,"108":0.00428,"109":0.63617,"110":0.00214,"111":0.01071,"113":0.01714,"114":0.01071,"115":0.00857,"116":0.05355,"117":0.00214,"119":0.11995,"120":0.08354,"121":0.07283,"122":0.27632,"123":4.55603,"124":2.3969,"125":0.03427,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 27 28 30 31 32 33 34 35 36 37 38 39 40 41 42 44 45 46 47 48 49 50 51 52 53 54 57 60 61 62 66 69 73 75 76 78 85 91 95 97 100 101 112 118 126 127"},F:{"36":0.00214,"79":0.00214,"92":0.0257,"95":0.01285,"101":0.00857,"102":0.00214,"105":0.00214,"106":0.00214,"107":0.00643,"108":0.29131,"109":0.15851,_:"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 77 78 80 81 82 83 84 85 86 87 88 89 90 91 93 94 96 97 98 99 100 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.07283,"13":0.00214,"14":0.00428,"15":0.00214,"16":0.00428,"17":0.01928,"18":0.05141,"85":0.00643,"89":0.00428,"90":0.01928,"92":0.06854,"100":0.00643,"106":0.00428,"108":0.00214,"109":0.02356,"114":0.00214,"115":0.00214,"116":0.00214,"117":0.00643,"118":0.0257,"119":0.00857,"120":0.02142,"121":0.02142,"122":0.1478,"123":1.91495,"124":0.81396,_:"79 80 81 83 84 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 107 110 111 112 113"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.4 16.1 16.3 16.4 17.0 17.5","5.1":0.07711,"13.1":0.14566,"14.1":0.0407,"15.2-15.3":0.00214,"15.5":0.00214,"15.6":0.00214,"16.0":0.11353,"16.2":0.00428,"16.5":0.00214,"16.6":0.23134,"17.1":0.02142,"17.2":0.00428,"17.3":0.00214,"17.4":0.01928},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00056,"5.0-5.1":0.00056,"6.0-6.1":0.00139,"7.0-7.1":0.00223,"8.1-8.4":0.00056,"9.0-9.2":0.00139,"9.3":0.00697,"10.0-10.2":0.00139,"10.3":0.01116,"11.0-11.2":0.00948,"11.3-11.4":0.00279,"12.0-12.1":0.00195,"12.2-12.5":0.04547,"13.0-13.1":0.00084,"13.2":0.00921,"13.3":0.00223,"13.4-13.7":0.00865,"14.0-14.4":0.01702,"14.5-14.8":0.02594,"15.0-15.1":0.012,"15.2-15.3":0.01367,"15.4":0.01562,"15.5":0.01981,"15.6-15.8":0.17295,"16.0":0.04045,"16.1":0.08425,"16.2":0.04045,"16.3":0.07141,"16.4":0.01478,"16.5":0.03096,"16.6-16.7":0.24465,"17.0":0.02929,"17.1":0.05412,"17.2":0.07197,"17.3":0.525,"17.4":1.18502,"17.5":0.01088},P:{"4":0.19395,"21":0.07146,"22":0.01021,"23":0.20416,"24":0.23479,_:"20 5.0-5.4 8.2 10.1 12.0 13.0 14.0 15.0","6.2-6.4":0.02042,"7.2-7.4":0.11229,"9.2":0.03062,"11.1-11.2":0.02042,"16.0":0.01021,"17.0":0.02042,"18.0":0.01021,"19.0":0.1327},I:{"0":0.01565,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00004},A:{"10":0.00214,"11":0.03213,_:"6 7 8 9 5.5"},K:{"0":7.93897,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.13359,_:"3.0-3.1"},Q:{_:"14.9"},O:{"0":0.20431},H:{"0":2.3},L:{"0":69.38543},R:{_:"0"},M:{"0":0.01572}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"56":0.00175,"60":0.00175,"70":0.00175,"72":0.0035,"101":0.00175,"102":0.0035,"103":0.00175,"104":0.00175,"111":0.0035,"112":0.0035,"115":0.0945,"117":0.00175,"118":0.00525,"119":0.00175,"120":0.00175,"121":0.00175,"122":0.00875,"123":0.0315,"124":0.3815,"125":0.224,"126":0.0035,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 57 58 59 61 62 63 64 65 66 67 68 69 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 105 106 107 108 109 110 113 114 116 127 128 3.5 3.6"},D:{"11":0.0035,"26":0.0035,"28":0.00175,"29":0.00175,"36":0.014,"38":0.0035,"39":0.00175,"43":0.0035,"44":0.00175,"47":0.00525,"50":0.0035,"51":0.0035,"55":0.00175,"58":0.00175,"59":0.0035,"63":0.00175,"64":0.00525,"65":0.014,"66":0.00175,"67":0.0035,"68":0.00525,"69":0.00175,"70":0.00875,"71":0.00175,"72":0.00175,"73":0.00175,"74":0.056,"75":0.00175,"76":0.00525,"77":0.0035,"78":0.01575,"79":0.007,"80":0.00875,"81":0.00175,"83":0.0035,"85":0.00175,"86":0.0105,"87":0.01575,"88":0.01225,"89":0.00175,"90":0.00175,"92":0.00175,"93":0.00175,"94":0.0035,"95":0.00525,"97":0.00175,"99":0.00175,"100":0.0035,"102":0.00525,"103":0.09275,"104":0.0035,"105":0.014,"106":0.07175,"107":0.0035,"108":0.02625,"109":0.9135,"110":0.00525,"111":0.28875,"112":0.0035,"113":0.00525,"114":0.0105,"115":0.0035,"116":0.014,"117":0.0035,"118":0.01225,"119":0.03325,"120":0.084,"121":0.10675,"122":0.245,"123":4.368,"124":1.81125,"125":0.00875,"126":0.00175,_:"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 33 34 35 37 40 41 42 45 46 48 49 52 53 54 56 57 60 61 62 84 91 96 98 101 127"},F:{"37":0.00175,"42":0.00175,"45":0.00175,"79":0.063,"82":0.01925,"85":0.00175,"95":0.021,"102":0.00175,"106":0.00525,"107":0.042,"108":0.315,"109":0.126,_:"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 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 83 84 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.00175,"13":0.00175,"14":0.00175,"15":0.00175,"17":0.00175,"18":0.01575,"84":0.0035,"85":0.00175,"89":0.00525,"90":0.0035,"92":0.01575,"98":0.02975,"100":0.00525,"103":0.00175,"107":0.007,"109":0.01925,"110":0.00875,"113":0.00175,"114":0.0105,"115":0.00175,"116":0.00175,"117":0.00175,"118":0.00175,"119":0.00525,"120":0.02275,"121":0.0105,"122":0.07175,"123":0.9555,"124":0.48475,_:"16 79 80 81 83 86 87 88 91 93 94 95 96 97 99 101 102 104 105 106 108 111 112"},E:{"14":0.00175,_:"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.4 15.5 16.0","5.1":0.00175,"13.1":0.00175,"14.1":0.00175,"15.1":0.00525,"15.2-15.3":0.00525,"15.6":0.021,"16.1":0.00525,"16.2":0.0175,"16.3":0.00875,"16.4":0.007,"16.5":0.007,"16.6":0.1015,"17.0":0.007,"17.1":0.02275,"17.2":0.02275,"17.3":0.056,"17.4":0.23975,"17.5":0.00175},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00129,"5.0-5.1":0.00129,"6.0-6.1":0.00323,"7.0-7.1":0.00517,"8.1-8.4":0.00129,"9.0-9.2":0.00323,"9.3":0.01615,"10.0-10.2":0.00323,"10.3":0.02584,"11.0-11.2":0.02196,"11.3-11.4":0.00646,"12.0-12.1":0.00452,"12.2-12.5":0.10529,"13.0-13.1":0.00194,"13.2":0.02132,"13.3":0.00517,"13.4-13.7":0.02003,"14.0-14.4":0.0394,"14.5-14.8":0.06008,"15.0-15.1":0.02778,"15.2-15.3":0.03165,"15.4":0.03617,"15.5":0.04586,"15.6-15.8":0.4005,"16.0":0.09367,"16.1":0.19508,"16.2":0.09367,"16.3":0.16537,"16.4":0.03424,"16.5":0.0717,"16.6-16.7":0.56652,"17.0":0.06783,"17.1":0.12532,"17.2":0.16666,"17.3":1.21572,"17.4":2.7441,"17.5":0.02519},P:{"4":0.19383,"21":0.04081,"22":0.0102,"23":0.09181,"24":0.41827,_:"20 5.0-5.4 6.2-6.4 8.2 10.1 11.1-11.2 12.0 13.0 14.0 16.0","7.2-7.4":0.0102,"9.2":0.0102,"15.0":0.0306,"17.0":0.10202,"18.0":0.0102,"19.0":0.0102},I:{"0":0.00822,"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.00525,_:"6 7 8 9 10 5.5"},K:{"0":1.9225,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.07425,_:"3.0-3.1"},Q:{"14.9":0.00825},O:{"0":0.2475},H:{"0":2.78},L:{"0":75.18325},R:{_:"0"},M:{"0":0.0495}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"115":0.00265,"124":0.00794,"125":0.00265,_:"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 123 126 127 128 3.5 3.6"},D:{"103":0.00794,"108":0.00265,"109":0.01589,"112":0.00265,"116":0.00265,"117":0.0053,"119":0.0053,"120":0.00265,"121":0.01589,"122":0.03442,"123":0.2648,"124":0.08209,_:"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 100 101 102 104 105 106 107 110 111 113 114 115 118 125 126 127"},F:{"107":0.0053,_:"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 108 109 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"119":0.00265,"122":0.01324,"123":0.10592,"124":0.05561,_:"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 116 117 118 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":0.0053,"14.1":0.01589,"15.1":0.05031,"15.2-15.3":0.02118,"15.4":0.07944,"15.5":0.18271,"15.6":2.02307,"16.0":0.05826,"16.1":0.34689,"16.2":0.43427,"16.3":1.03272,"16.4":0.25686,"16.5":0.50047,"16.6":3.6463,"17.0":0.18271,"17.1":0.50312,"17.2":0.80764,"17.3":3.59069,"17.4":11.67768,"17.5":0.05561},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.01461,"5.0-5.1":0.01461,"6.0-6.1":0.03654,"7.0-7.1":0.05846,"8.1-8.4":0.01461,"9.0-9.2":0.03654,"9.3":0.18268,"10.0-10.2":0.03654,"10.3":0.29229,"11.0-11.2":0.24844,"11.3-11.4":0.07307,"12.0-12.1":0.05115,"12.2-12.5":1.19107,"13.0-13.1":0.02192,"13.2":0.24114,"13.3":0.05846,"13.4-13.7":0.22652,"14.0-14.4":0.44574,"14.5-14.8":0.67957,"15.0-15.1":0.31421,"15.2-15.3":0.35805,"15.4":0.4092,"15.5":0.51881,"15.6-15.8":4.53043,"16.0":1.05954,"16.1":2.20676,"16.2":1.05954,"16.3":1.87063,"16.4":0.38728,"16.5":0.81109,"16.6-16.7":6.40837,"17.0":0.76725,"17.1":1.41759,"17.2":1.88525,"17.3":13.75206,"17.4":31.04079,"17.5":0.28498},P:{"23":0.01103,"24":0.0772,_:"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":0.34614},R:{_:"0"},M:{"0":0.00735}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"2":0.00405,"4":0.00405,"29":0.00405,"31":0.00405,"35":0.00405,"38":0.00405,"39":0.00405,"40":0.00405,"52":0.00405,"78":0.01215,"84":0.00405,"85":0.00405,"88":0.00405,"91":0.03646,"98":0.00405,"115":0.29572,"117":0.00405,"119":0.00405,"120":0.05266,"121":0.00405,"122":0.00405,"123":0.03241,"124":1.24366,"125":0.55499,"126":0.00405,_:"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 30 32 33 34 36 37 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 86 87 89 90 92 93 94 95 96 97 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 118 127 128 3.5","3.6":0.0081},D:{"21":0.00405,"31":0.00405,"32":0.00405,"34":0.03646,"35":0.00405,"37":0.00405,"38":0.10533,"39":0.0081,"40":0.0081,"41":0.0081,"42":0.0081,"43":0.0081,"44":0.02026,"45":0.01215,"46":0.0162,"47":0.0081,"48":0.0081,"49":0.00405,"51":0.02836,"55":0.0081,"56":0.00405,"61":0.00405,"62":0.02836,"63":0.00405,"65":0.0162,"68":0.00405,"70":0.01215,"72":0.00405,"75":0.00405,"78":0.00405,"79":0.17824,"80":0.00405,"81":0.02026,"83":0.00405,"87":0.0162,"88":0.02026,"89":0.00405,"91":0.0081,"92":0.03241,"93":0.00405,"94":0.00405,"95":0.00405,"97":0.0162,"98":0.02431,"99":0.01215,"100":0.00405,"102":0.00405,"103":0.22686,"105":0.0081,"106":0.04051,"107":0.04051,"108":0.02431,"109":1.6285,"110":0.03241,"111":0.01215,"112":0.02836,"113":0.0081,"114":0.01215,"115":0.0081,"116":0.16609,"117":0.0162,"118":0.02026,"119":0.09722,"120":0.08102,"121":0.17824,"122":0.74133,"123":15.30873,"124":5.90636,"125":0.06077,_:"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 33 36 50 52 53 54 57 58 59 60 64 66 67 69 71 73 74 76 77 84 85 86 90 96 101 104 126 127"},F:{"28":0.00405,"30":0.00405,"31":0.00405,"32":0.00405,"36":0.00405,"95":0.02431,"96":0.00405,"105":0.00405,"107":1.48267,"108":0.29977,"109":0.19445,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 29 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 97 98 99 100 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":0.00405},B:{"15":0.00405,"18":0.00405,"92":0.00405,"98":0.00405,"104":0.00405,"109":0.0081,"113":0.21875,"114":0.00405,"116":0.0162,"117":0.02836,"118":0.00405,"119":0.0081,"120":0.12963,"121":0.02026,"122":0.11343,"123":2.16323,"124":0.84261,_:"12 13 14 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 99 100 101 102 103 105 106 107 108 110 111 112 115"},E:{"8":0.00405,"9":0.04051,"14":0.11343,"15":0.0162,_:"0 4 5 6 7 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1","12.1":0.00405,"13.1":0.04051,"14.1":0.20255,"15.1":0.04051,"15.2-15.3":0.0162,"15.4":0.04051,"15.5":0.02836,"15.6":0.46992,"16.0":0.02431,"16.1":0.06887,"16.2":0.04861,"16.3":0.14179,"16.4":0.04456,"16.5":0.06887,"16.6":0.53473,"17.0":0.12558,"17.1":0.07697,"17.2":0.25521,"17.3":0.83046,"17.4":1.8027,"17.5":0.0081},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00339,"5.0-5.1":0.00339,"6.0-6.1":0.00847,"7.0-7.1":0.01356,"8.1-8.4":0.00339,"9.0-9.2":0.00847,"9.3":0.04237,"10.0-10.2":0.00847,"10.3":0.06779,"11.0-11.2":0.05763,"11.3-11.4":0.01695,"12.0-12.1":0.01186,"12.2-12.5":0.27626,"13.0-13.1":0.00508,"13.2":0.05593,"13.3":0.01356,"13.4-13.7":0.05254,"14.0-14.4":0.10339,"14.5-14.8":0.15762,"15.0-15.1":0.07288,"15.2-15.3":0.08305,"15.4":0.09491,"15.5":0.12034,"15.6-15.8":1.05082,"16.0":0.24576,"16.1":0.51185,"16.2":0.24576,"16.3":0.43389,"16.4":0.08983,"16.5":0.18813,"16.6-16.7":1.4864,"17.0":0.17796,"17.1":0.3288,"17.2":0.43728,"17.3":3.18975,"17.4":7.19981,"17.5":0.0661},P:{"4":0.54763,"20":0.01074,"21":0.06443,"22":0.06443,"23":0.06443,"24":1.53551,"5.0-5.4":0.05369,"6.2-6.4":0.02148,"7.2-7.4":0.05369,_:"8.2 9.2 10.1 11.1-11.2 14.0 15.0 16.0 18.0","12.0":0.01074,"13.0":0.01074,"17.0":0.02148,"19.0":0.02148},I:{"0":0.20736,"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.00052},A:{"6":0.00414,"7":0.00829,"8":0.07458,"9":0.01657,"10":0.01657,"11":0.058,_:"5.5"},K:{"0":2.61731,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.00595,_:"3.0-3.1"},Q:{"14.9":0.00595},O:{"0":1.4694},H:{"0":0.03},L:{"0":36.77366},R:{_:"0"},M:{"0":0.17847}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"38":0.02209,"52":0.11411,"58":0.02209,"60":0.00368,"66":0.00368,"68":0.00368,"72":0.00368,"78":0.02209,"88":0.00368,"100":0.00368,"103":0.00368,"110":0.00368,"113":0.00368,"114":0.00368,"115":0.42332,"119":0.02577,"120":0.00368,"121":0.00736,"122":0.00736,"123":0.04417,"124":0.91289,"125":0.49325,"126":0.00368,_:"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 44 45 46 47 48 49 50 51 53 54 55 56 57 59 61 62 63 64 65 67 69 70 71 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 101 102 104 105 106 107 108 109 111 112 116 117 118 127 128 3.5","3.6":0.00368},D:{"38":0.00736,"39":0.00368,"42":0.00368,"43":0.00368,"44":0.00368,"45":0.00368,"46":0.00368,"47":0.00368,"49":0.01104,"51":0.00736,"62":0.00368,"63":0.00368,"65":0.00368,"67":0.00736,"68":0.00368,"69":0.02209,"70":0.02945,"71":0.00368,"72":0.00368,"73":0.00736,"74":0.00368,"75":0.00736,"77":0.00368,"78":0.00368,"79":0.05522,"80":0.00368,"81":0.00736,"83":0.01472,"84":0.00368,"85":0.00368,"86":0.01104,"87":0.06994,"88":0.02209,"89":0.00736,"90":0.00736,"91":0.46013,"92":0.01104,"93":0.00368,"94":0.01104,"95":0.00736,"96":0.00736,"97":0.00736,"98":0.01104,"99":0.01104,"100":0.01104,"101":0.01104,"102":0.01841,"103":0.05522,"104":0.01104,"105":0.03313,"106":0.01104,"107":0.01104,"108":0.02577,"109":3.24296,"110":0.04417,"111":0.01104,"112":0.01104,"113":0.01104,"114":0.04049,"115":0.01472,"116":0.16933,"117":0.01104,"118":0.04049,"119":0.0773,"120":0.2135,"121":0.50062,"122":0.55215,"123":13.79271,"124":5.72027,"125":0.06626,_:"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 40 41 48 50 52 53 54 55 56 57 58 59 60 61 64 66 76 126 127"},F:{"28":0.04049,"79":0.00368,"95":0.08834,"102":0.00368,"104":0.00368,"106":0.00368,"107":1.57915,"108":0.58896,"109":0.20982,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 103 105 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00368,"90":0.00368,"92":0.01472,"100":0.00368,"109":0.05153,"113":0.00368,"114":0.01841,"115":0.00368,"118":0.00368,"119":0.00736,"120":0.12147,"121":0.01472,"122":0.12884,"123":1.77424,"124":0.80982,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 116 117"},E:{"9":0.00736,"14":0.00736,_:"0 4 5 6 7 8 10 11 12 13 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 17.5","5.1":0.00368,"13.1":0.01472,"14.1":0.02577,"15.1":0.00736,"15.2-15.3":0.00368,"15.4":0.00368,"15.5":0.00368,"15.6":0.03313,"16.0":0.00368,"16.1":0.00368,"16.2":0.01104,"16.3":0.00736,"16.4":0.00368,"16.5":0.02209,"16.6":0.06994,"17.0":0.00736,"17.1":0.03313,"17.2":0.16933,"17.3":0.04417,"17.4":0.24663},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00059,"5.0-5.1":0.00059,"6.0-6.1":0.00148,"7.0-7.1":0.00236,"8.1-8.4":0.00059,"9.0-9.2":0.00148,"9.3":0.00738,"10.0-10.2":0.00148,"10.3":0.0118,"11.0-11.2":0.01003,"11.3-11.4":0.00295,"12.0-12.1":0.00207,"12.2-12.5":0.0481,"13.0-13.1":0.00089,"13.2":0.00974,"13.3":0.00236,"13.4-13.7":0.00915,"14.0-14.4":0.018,"14.5-14.8":0.02744,"15.0-15.1":0.01269,"15.2-15.3":0.01446,"15.4":0.01653,"15.5":0.02095,"15.6-15.8":0.18296,"16.0":0.04279,"16.1":0.08912,"16.2":0.04279,"16.3":0.07554,"16.4":0.01564,"16.5":0.03276,"16.6-16.7":0.2588,"17.0":0.03099,"17.1":0.05725,"17.2":0.07614,"17.3":0.55537,"17.4":1.25357,"17.5":0.01151},P:{"4":0.20639,"20":0.04128,"21":0.08256,"22":0.15479,"23":0.25799,"24":1.71306,"5.0-5.4":0.02064,"6.2-6.4":0.02064,"7.2-7.4":0.31991,_:"8.2 9.2 10.1 12.0","11.1-11.2":0.02064,"13.0":0.02064,"14.0":0.02064,"15.0":0.01032,"16.0":0.02064,"17.0":0.07224,"18.0":0.02064,"19.0":0.04128},I:{"0":0.10698,"3":0,"4":0.00001,"2.1":0,"2.2":0,"2.3":0,"4.1":0.00002,"4.2-4.3":0.00006,"4.4":0,"4.4.3-4.4.4":0.00027},A:{"8":0.01841,"9":0.00368,"10":0.00368,"11":0.02577,_:"6 7 5.5"},K:{"0":0.62558,_:"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.01896},O:{"0":0.15798},H:{"0":0},L:{"0":58.18881},R:{_:"0"},M:{"0":0.15166}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"11":0.00472,"52":0.00472,"59":0.02358,"78":0.01415,"81":0.00472,"88":0.00943,"89":0.00472,"90":0.00472,"91":0.00943,"102":0.00943,"103":0.00943,"105":0.00472,"106":0.00472,"107":0.00472,"108":0.00472,"109":0.00472,"110":0.00472,"111":0.00472,"112":0.00472,"113":0.00472,"114":0.00472,"115":0.24995,"116":0.00472,"117":0.01415,"118":0.00472,"119":0.00943,"120":0.00472,"121":0.01886,"122":0.01886,"123":0.04716,"124":0.9149,"125":0.46217,"126":0.00472,_:"2 3 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 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 82 83 84 85 86 87 92 93 94 95 96 97 98 99 100 101 104 127 128 3.5 3.6"},D:{"38":0.00472,"47":0.00472,"49":0.00472,"51":0.00472,"55":0.00943,"63":0.00472,"65":0.00472,"66":0.0896,"70":0.00472,"71":0.00943,"74":0.00472,"75":0.01886,"76":0.00472,"77":0.01886,"78":0.00472,"79":0.03773,"80":0.00472,"81":0.01415,"83":0.00472,"84":0.00472,"85":0.00943,"86":0.00943,"87":0.03301,"88":0.00943,"89":0.00472,"90":0.00472,"91":0.52819,"92":0.01886,"93":0.10375,"94":0.00943,"95":0.00472,"96":0.00472,"97":0.00472,"98":0.00472,"99":0.00943,"100":0.00943,"101":0.00943,"102":0.01886,"103":0.06131,"104":0.02358,"105":0.02358,"106":0.02358,"107":0.03301,"108":0.03773,"109":3.53228,"110":0.02358,"111":0.03301,"112":0.03301,"113":0.01886,"114":0.06131,"115":0.01415,"116":0.08489,"117":0.0283,"118":0.03773,"119":0.09432,"120":0.16978,"121":0.21222,"122":1.12241,"123":19.16111,"124":8.20112,"125":0.03773,"126":0.00472,_:"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 52 53 54 56 57 58 59 60 61 62 64 67 68 69 72 73 127"},F:{"36":0.00472,"95":0.04716,"102":0.00472,"106":0.00472,"107":3.22574,"108":0.49518,"109":0.25938,_:"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 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:{"15":0.0283,"16":0.00472,"17":0.01415,"18":0.00472,"92":0.01886,"107":0.00472,"108":0.00472,"109":0.05659,"110":0.00472,"111":0.00472,"114":0.00943,"116":0.00472,"117":0.00472,"118":0.00472,"119":0.00943,"120":0.01886,"121":0.0283,"122":0.20279,"123":3.17858,"124":1.51384,_:"12 13 14 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 113 115"},E:{"14":0.00472,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 6.1 7.1 10.1 12.1 15.2-15.3","5.1":0.0283,"9.1":0.00472,"11.1":0.02358,"13.1":0.00943,"14.1":0.01886,"15.1":0.00472,"15.4":0.00472,"15.5":0.00472,"15.6":0.04716,"16.0":0.00472,"16.1":0.00943,"16.2":0.00472,"16.3":0.01886,"16.4":0.00472,"16.5":0.00943,"16.6":0.06131,"17.0":0.01415,"17.1":0.02358,"17.2":0.03773,"17.3":0.08017,"17.4":0.28296,"17.5":0.00472},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00157,"5.0-5.1":0.00157,"6.0-6.1":0.00392,"7.0-7.1":0.00627,"8.1-8.4":0.00157,"9.0-9.2":0.00392,"9.3":0.0196,"10.0-10.2":0.00392,"10.3":0.03137,"11.0-11.2":0.02666,"11.3-11.4":0.00784,"12.0-12.1":0.00549,"12.2-12.5":0.12782,"13.0-13.1":0.00235,"13.2":0.02588,"13.3":0.00627,"13.4-13.7":0.02431,"14.0-14.4":0.04783,"14.5-14.8":0.07293,"15.0-15.1":0.03372,"15.2-15.3":0.03842,"15.4":0.04391,"15.5":0.05567,"15.6-15.8":0.48617,"16.0":0.1137,"16.1":0.23681,"16.2":0.1137,"16.3":0.20074,"16.4":0.04156,"16.5":0.08704,"16.6-16.7":0.6877,"17.0":0.08234,"17.1":0.15212,"17.2":0.20231,"17.3":1.47576,"17.4":3.33105,"17.5":0.03058},P:{"4":0.06192,"20":0.02064,"21":0.04128,"22":0.04128,"23":0.12385,"24":1.80612,_:"5.0-5.4 8.2 9.2 10.1 12.0 14.0 15.0 16.0 18.0","6.2-6.4":0.01032,"7.2-7.4":0.12385,"11.1-11.2":0.01032,"13.0":0.01032,"17.0":0.03096,"19.0":0.02064},I:{"0":0.02631,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0.00001,"4.2-4.3":0.00002,"4.4":0,"4.4.3-4.4.4":0.00007},A:{"8":0.01009,"9":0.00505,"11":0.2018,_:"6 7 10 5.5"},K:{"0":0.32232,_:"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.04756},H:{"0":0},L:{"0":42.31771},R:{_:"0"},M:{"0":0.20608}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"48":0.0168,"78":0.0028,"95":0.014,"114":0.0028,"115":0.0392,"122":0.0028,"123":0.0084,"124":0.2324,"125":0.0924,_:"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 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 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 116 117 118 119 120 121 126 127 128 3.5","3.6":0.0028},D:{"44":0.0028,"45":0.0028,"46":0.0028,"49":0.0028,"51":0.0056,"70":0.0028,"75":0.0028,"76":0.0336,"83":0.0028,"87":0.0028,"88":0.0028,"90":0.014,"91":0.0112,"93":0.0196,"94":0.0028,"98":0.0028,"99":0.0028,"102":0.0028,"103":0.07,"104":0.0028,"105":0.0028,"106":0.0056,"108":0.0028,"109":0.28,"110":0.0028,"111":0.0056,"114":0.0028,"115":0.0056,"116":0.1456,"117":0.0028,"118":0.0056,"119":0.0196,"120":0.0336,"121":0.056,"122":0.2716,"123":3.1248,"124":1.12,"125":0.0028,_:"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 47 48 50 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 71 72 73 74 77 78 79 80 81 84 85 86 89 92 95 96 97 100 101 107 112 113 126 127"},F:{"95":0.0028,"107":0.098,"108":0.0336,"109":0.014,_:"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:{"12":0.0028,"107":0.0028,"109":0.0252,"111":0.0028,"112":0.0028,"115":0.0056,"118":0.0028,"119":0.0028,"120":0.0056,"121":0.0168,"122":0.14,"123":1.47,"124":0.5796,_:"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 108 110 113 114 116 117"},E:{"9":0.0084,"14":0.0364,_:"0 4 5 6 7 8 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1","12.1":0.0056,"13.1":0.1176,"14.1":0.0504,"15.1":0.056,"15.2-15.3":0.056,"15.4":0.2912,"15.5":0.2912,"15.6":1.3188,"16.0":0.0308,"16.1":0.196,"16.2":0.266,"16.3":0.686,"16.4":0.168,"16.5":0.3332,"16.6":2.4276,"17.0":0.0952,"17.1":0.4284,"17.2":0.5852,"17.3":2.786,"17.4":8.9852,"17.5":0.0448},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.01276,"5.0-5.1":0.01276,"6.0-6.1":0.03191,"7.0-7.1":0.05105,"8.1-8.4":0.01276,"9.0-9.2":0.03191,"9.3":0.15953,"10.0-10.2":0.03191,"10.3":0.25525,"11.0-11.2":0.21697,"11.3-11.4":0.06381,"12.0-12.1":0.04467,"12.2-12.5":1.04016,"13.0-13.1":0.01914,"13.2":0.21058,"13.3":0.05105,"13.4-13.7":0.19782,"14.0-14.4":0.38926,"14.5-14.8":0.59347,"15.0-15.1":0.2744,"15.2-15.3":0.31269,"15.4":0.35736,"15.5":0.45308,"15.6-15.8":3.95644,"16.0":0.9253,"16.1":1.92717,"16.2":0.9253,"16.3":1.63363,"16.4":0.33821,"16.5":0.70833,"16.6-16.7":5.59645,"17.0":0.67004,"17.1":1.23798,"17.2":1.64639,"17.3":12.00972,"17.4":27.10802,"17.5":0.24887},P:{"20":0.01035,"21":0.02071,"22":0.01035,"23":0.04142,"24":0.86976,_:"4 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 19.0","7.2-7.4":0.03106,"11.1-11.2":0.01035},I:{"0":0.02868,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0.00001,"4.2-4.3":0.00002,"4.4":0,"4.4.3-4.4.4":0.00007},A:{"8":0.0112,"9":0.0028,"10":0.0028,"11":0.0168,_:"6 7 5.5"},K:{"0":0.0216,_:"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.0072},H:{"0":0},L:{"0":7.1648},R:{_:"0"},M:{"0":0.0432}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"2":0.0064,"3":0.00961,"4":0.00961,"10":0.0064,"11":0.0064,"13":0.0032,"14":0.0032,"15":0.00961,"16":0.0032,"17":0.0064,"19":0.0032,"20":0.0032,"21":0.0064,"23":0.0032,"24":0.0032,"25":0.0032,"26":0.0064,"27":0.0064,"30":0.0032,"31":0.00961,"32":0.0032,"33":0.0032,"34":0.0064,"35":0.0064,"37":0.0064,"38":0.0064,"39":0.01281,"40":0.02562,"41":0.0064,"42":0.0032,"43":0.0064,"115":0.11847,"116":0.0064,"117":0.0032,"118":0.0032,"120":0.01281,"123":0.0064,"124":0.71405,"125":0.29458,"126":0.0032,_:"5 6 7 8 9 12 18 22 28 29 36 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 119 121 122 127 128","3.5":0.0064,"3.6":0.02241},D:{"4":0.0064,"6":0.0032,"7":0.0032,"11":0.0032,"12":0.0064,"18":0.0032,"19":0.0064,"20":0.0032,"21":0.00961,"22":0.0032,"23":0.0032,"24":0.0032,"25":0.0032,"28":0.0032,"29":0.0064,"30":0.0032,"31":0.00961,"32":0.0064,"33":0.0064,"34":0.01281,"35":0.0064,"36":0.01921,"37":0.00961,"38":0.0064,"39":0.01601,"40":0.01921,"41":0.02241,"42":0.01281,"43":0.05764,"44":0.06724,"45":0.05123,"46":0.07044,"47":0.02882,"51":0.10246,"58":0.00961,"60":0.0064,"63":0.0032,"66":0.0032,"67":0.0032,"68":0.0032,"70":0.04483,"72":0.0032,"78":0.00961,"79":0.0032,"80":0.0032,"83":0.00961,"87":0.08645,"89":0.0032,"90":0.0032,"91":0.0032,"100":0.0032,"103":0.02241,"105":0.0064,"107":0.0064,"108":0.02241,"109":1.30962,"110":0.03202,"111":0.0064,"112":0.0064,"114":0.0064,"115":0.00961,"116":0.08005,"117":0.02882,"118":0.01601,"119":0.00961,"120":0.10246,"121":0.07365,"122":0.53153,"123":13.16662,"124":5.21286,"125":0.10887,"126":0.0032,_:"5 8 9 10 13 14 15 16 17 26 27 48 49 50 52 53 54 55 56 57 59 61 62 64 65 69 71 73 74 75 76 77 81 84 85 86 88 92 93 94 95 96 97 98 99 101 102 104 106 113 127"},F:{"12":0.0064,"25":0.0032,"31":0.00961,"32":0.00961,"33":0.0032,"95":0.0032,"107":0.10246,"108":0.09286,"109":0.1537,_:"9 11 15 16 17 18 19 20 21 22 23 24 26 27 28 29 30 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":0.0032,"12.1":0.01281},B:{"12":0.01281,"13":0.0032,"14":0.0064,"15":0.0064,"18":0.00961,"84":0.0064,"90":0.00961,"92":0.02241,"93":0.0064,"94":0.00961,"95":0.0032,"96":0.00961,"100":0.00961,"101":0.0064,"103":0.04483,"104":0.0064,"105":0.00961,"106":0.01601,"107":0.05123,"108":0.00961,"109":0.01921,"110":0.02882,"111":0.02882,"112":0.03202,"113":0.05123,"114":0.02241,"115":0.04163,"116":0.08966,"117":0.04163,"118":0.03522,"119":0.05443,"120":0.01281,"121":0.02882,"122":0.28818,"123":2.76653,"124":1.03104,_:"16 17 79 80 81 83 85 86 87 88 89 91 97 98 99 102"},E:{"4":0.00961,"5":0.0064,"6":0.0064,"7":0.0064,"8":0.0032,"9":0.19852,"13":0.01281,"14":0.0032,_:"0 10 11 12 15 3.1 3.2 6.1 9.1 10.1 11.1 12.1 17.5","5.1":0.0032,"7.1":0.0032,"13.1":0.00961,"14.1":0.04803,"15.1":0.0032,"15.2-15.3":0.01281,"15.4":0.0032,"15.5":0.00961,"15.6":0.02241,"16.0":0.0032,"16.1":0.00961,"16.2":0.00961,"16.3":0.01921,"16.4":0.0064,"16.5":0.0064,"16.6":0.04163,"17.0":0.01601,"17.1":0.08325,"17.2":0.04163,"17.3":0.08325,"17.4":0.53153},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00128,"5.0-5.1":0.00128,"6.0-6.1":0.0032,"7.0-7.1":0.00512,"8.1-8.4":0.00128,"9.0-9.2":0.0032,"9.3":0.01601,"10.0-10.2":0.0032,"10.3":0.02561,"11.0-11.2":0.02177,"11.3-11.4":0.0064,"12.0-12.1":0.00448,"12.2-12.5":0.10438,"13.0-13.1":0.00192,"13.2":0.02113,"13.3":0.00512,"13.4-13.7":0.01985,"14.0-14.4":0.03906,"14.5-14.8":0.05955,"15.0-15.1":0.02754,"15.2-15.3":0.03138,"15.4":0.03586,"15.5":0.04547,"15.6-15.8":0.39703,"16.0":0.09285,"16.1":0.19339,"16.2":0.09285,"16.3":0.16394,"16.4":0.03394,"16.5":0.07108,"16.6-16.7":0.56161,"17.0":0.06724,"17.1":0.12423,"17.2":0.16522,"17.3":1.20518,"17.4":2.7203,"17.5":0.02497},P:{"4":0.16604,"20":0.01038,"21":0.06227,"22":0.06227,"23":0.34247,"24":0.85098,"5.0-5.4":0.03113,"6.2-6.4":0.0934,"7.2-7.4":0.17642,_:"8.2 10.1 11.1-11.2 12.0 14.0 15.0 18.0","9.2":0.02076,"13.0":0.01038,"16.0":0.02076,"17.0":0.01038,"19.0":0.01038},I:{"0":0.77179,"3":0,"4":0.00008,"2.1":0,"2.2":0,"2.3":0,"4.1":0.00015,"4.2-4.3":0.00046,"4.4":0,"4.4.3-4.4.4":0.00194},A:{"6":0.01609,"7":0.03539,"8":0.31207,"9":0.05469,"10":0.04504,"11":0.19625,_:"5.5"},K:{"0":0.95852,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.03399,_:"3.0-3.1"},Q:{_:"14.9"},O:{"0":0.87014},H:{"0":0},L:{"0":58.168},R:{_:"0"},M:{"0":0.04079}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"29":0.00346,"34":0.02423,"46":0.01039,"47":0.00346,"48":0.00346,"49":0.02077,"52":0.01385,"60":0.00346,"78":0.00346,"88":0.00346,"95":0.00346,"110":0.00346,"113":0.00346,"115":0.1731,"116":0.00346,"119":0.00346,"120":0.00346,"121":0.01385,"122":0.04847,"123":0.03462,"124":0.61277,"125":0.41544,"126":0.05193,_:"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 30 31 32 33 35 36 37 38 39 40 41 42 43 44 45 50 51 53 54 55 56 57 58 59 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 96 97 98 99 100 101 102 103 104 105 106 107 108 109 111 112 114 117 118 127 128 3.5 3.6"},D:{"33":0.00346,"34":0.00346,"38":0.00346,"43":0.00692,"47":0.00692,"49":0.01731,"55":0.00346,"56":0.00346,"58":0.00346,"59":0.00346,"62":0.00346,"64":0.00692,"65":0.00346,"66":0.02423,"67":0.00346,"68":0.00692,"69":0.00346,"72":0.01385,"73":0.01731,"74":0.01385,"75":0.01385,"78":0.01385,"79":0.00692,"80":0.00346,"81":0.00692,"83":0.00692,"85":0.00346,"86":0.01385,"87":0.03116,"88":0.0727,"89":0.00346,"90":0.00346,"91":0.01039,"92":0.01039,"93":0.01039,"94":0.01385,"95":0.01385,"96":0.00346,"97":0.00346,"98":0.04154,"99":0.03116,"100":0.02423,"101":0.00346,"102":0.02077,"103":0.03808,"104":0.11425,"105":0.00346,"106":0.01039,"107":0.01039,"108":0.01731,"109":1.66868,"110":0.00692,"111":0.00692,"112":0.01731,"113":0.01039,"114":0.02423,"115":0.02077,"116":0.10386,"117":0.01039,"118":0.03462,"119":0.13848,"120":0.15233,"121":0.19041,"122":0.81011,"123":11.30343,"124":4.09208,"125":0.02077,_:"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 39 40 41 42 44 45 46 48 50 51 52 53 54 57 60 61 63 70 71 76 77 84 126 127"},F:{"28":0.00346,"64":0.00346,"79":0.00346,"86":0.00346,"95":0.04154,"107":0.20426,"108":0.24234,"109":0.18002,_:"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 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 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 12.1","11.6":0.00346},B:{"12":0.01039,"13":0.03462,"14":0.01385,"15":0.00346,"16":0.01731,"17":0.00692,"18":0.03116,"84":0.03808,"88":0.00346,"89":0.00346,"90":0.00346,"92":0.18002,"100":0.0277,"107":0.01039,"109":0.06924,"110":0.00346,"111":0.00692,"112":0.00346,"114":0.02077,"115":0.00346,"116":0.01385,"117":0.03462,"118":0.00692,"119":0.07616,"120":0.08655,"121":0.15233,"122":0.81011,"123":3.75281,"124":1.73792,_:"79 80 81 83 85 86 87 91 93 94 95 96 97 98 99 101 102 103 104 105 106 108 113"},E:{"13":0.00692,"14":0.01039,_:"0 4 5 6 7 8 9 10 11 12 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.1","12.1":0.00346,"13.1":0.01385,"14.1":0.01731,"15.2-15.3":0.00346,"15.4":0.00692,"15.5":0.01039,"15.6":0.11771,"16.0":0.00346,"16.1":0.01039,"16.2":0.01039,"16.3":0.02077,"16.4":0.01039,"16.5":0.01731,"16.6":0.04847,"17.0":0.04154,"17.1":0.02077,"17.2":0.05539,"17.3":0.10386,"17.4":0.26311,"17.5":0.00346},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00084,"5.0-5.1":0.00084,"6.0-6.1":0.0021,"7.0-7.1":0.00336,"8.1-8.4":0.00084,"9.0-9.2":0.0021,"9.3":0.01051,"10.0-10.2":0.0021,"10.3":0.01682,"11.0-11.2":0.01429,"11.3-11.4":0.0042,"12.0-12.1":0.00294,"12.2-12.5":0.06852,"13.0-13.1":0.00126,"13.2":0.01387,"13.3":0.00336,"13.4-13.7":0.01303,"14.0-14.4":0.02564,"14.5-14.8":0.0391,"15.0-15.1":0.01808,"15.2-15.3":0.0206,"15.4":0.02354,"15.5":0.02985,"15.6-15.8":0.26064,"16.0":0.06096,"16.1":0.12696,"16.2":0.06096,"16.3":0.10762,"16.4":0.02228,"16.5":0.04666,"16.6-16.7":0.36869,"17.0":0.04414,"17.1":0.08156,"17.2":0.10846,"17.3":0.79118,"17.4":1.78583,"17.5":0.0164},P:{"4":0.22702,"20":0.02064,"21":0.0516,"22":0.07223,"23":0.28893,"24":1.8471,_:"5.0-5.4 8.2 9.2 10.1","6.2-6.4":0.01032,"7.2-7.4":0.30957,"11.1-11.2":0.03096,"12.0":0.0516,"13.0":0.11351,"14.0":0.04128,"15.0":0.01032,"16.0":0.02064,"17.0":0.0516,"18.0":0.07223,"19.0":0.08255},I:{"0":0.07813,"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:{"9":0.00346,"10":0.00346,"11":0.04501,_:"6 7 8 5.5"},K:{"0":1.25298,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.11768,_:"3.0-3.1"},Q:{_:"14.9"},O:{"0":0.52958},H:{"0":0.12},L:{"0":60.08061},R:{_:"0"},M:{"0":0.09807}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"43":0.00468,"52":0.31329,"60":0.00468,"78":0.04208,"83":0.00935,"85":0.00468,"91":0.00468,"96":0.02806,"99":0.00468,"101":0.00935,"102":0.00468,"104":0.00468,"105":0.02338,"106":0.00468,"109":0.00468,"110":0.00935,"113":0.00468,"115":0.85571,"116":0.00468,"117":0.00468,"118":0.00468,"119":0.00935,"120":0.00468,"121":0.02806,"122":0.0187,"123":0.04676,"124":1.11756,"125":0.57515,"126":0.00468,_:"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 50 51 53 54 55 56 57 58 59 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 84 86 87 88 89 90 92 93 94 95 97 98 100 103 107 108 111 112 114 127 128 3.5 3.6"},D:{"26":0.00468,"38":0.00468,"45":0.00935,"49":0.07014,"55":0.00935,"58":0.05611,"69":0.00468,"70":0.00468,"71":0.00468,"72":0.00468,"74":0.00468,"76":0.00468,"77":0.01403,"79":0.12625,"80":0.00935,"84":0.00468,"86":0.00935,"87":0.01403,"88":0.01403,"89":0.00935,"90":0.00468,"91":0.00468,"92":0.00468,"93":0.12625,"94":0.01403,"96":0.00468,"97":0.00935,"98":0.00935,"99":0.0187,"100":0.0187,"101":0.00935,"102":0.05611,"103":0.02806,"104":0.00935,"105":0.02806,"106":0.14028,"107":0.0187,"108":0.03741,"109":3.33866,"110":0.00935,"111":0.05144,"112":0.03273,"113":0.0187,"114":0.03273,"115":0.01403,"116":0.04208,"117":0.0187,"118":0.02338,"119":0.12625,"120":0.29926,"121":0.30862,"122":0.57515,"123":11.91912,"124":4.5591,"125":0.02338,"126":0.00468,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 43 44 46 47 48 50 51 52 53 54 56 57 59 60 61 62 63 64 65 66 67 68 73 75 78 81 83 85 95 127"},F:{"36":0.02338,"42":0.00468,"53":0.00468,"56":0.01403,"63":0.02806,"72":0.00468,"73":0.00468,"77":0.00468,"79":0.08884,"80":0.00935,"81":0.02338,"82":0.01403,"83":0.02806,"84":0.00935,"85":0.10755,"86":0.02806,"87":0.00935,"93":0.00935,"94":0.01403,"95":1.00066,"96":0.00935,"99":0.00468,"101":0.00468,"102":0.00468,"103":0.00468,"105":0.01403,"106":0.0187,"107":1.26252,"108":3.07213,"109":0.97728,_:"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 43 44 45 46 47 48 49 50 51 52 54 55 57 58 60 62 64 65 66 67 68 69 70 71 74 75 76 78 88 89 90 91 92 97 98 100 104 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6","12.1":0.00468},B:{"18":0.00468,"92":0.00935,"105":0.00468,"106":0.00468,"107":0.00935,"109":0.03273,"114":0.00468,"117":0.00468,"119":0.00468,"120":0.00935,"121":0.00935,"122":0.08884,"123":1.52905,"124":0.75284,_:"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 108 110 111 112 113 115 116 118"},E:{"14":0.00935,"15":0.00468,_:"0 4 5 6 7 8 9 10 11 12 13 3.1 3.2 6.1 7.1 10.1 11.1","5.1":0.00468,"9.1":0.00468,"12.1":0.0187,"13.1":0.0187,"14.1":0.03741,"15.1":0.00935,"15.2-15.3":0.00935,"15.4":0.02806,"15.5":0.02338,"15.6":0.28991,"16.0":0.01403,"16.1":0.08884,"16.2":0.05611,"16.3":0.12158,"16.4":0.03741,"16.5":0.13093,"16.6":0.43954,"17.0":0.04208,"17.1":0.1356,"17.2":0.21977,"17.3":0.49566,"17.4":1.86105,"17.5":0.00468},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00336,"5.0-5.1":0.00336,"6.0-6.1":0.00841,"7.0-7.1":0.01346,"8.1-8.4":0.00336,"9.0-9.2":0.00841,"9.3":0.04206,"10.0-10.2":0.00841,"10.3":0.0673,"11.0-11.2":0.0572,"11.3-11.4":0.01682,"12.0-12.1":0.01178,"12.2-12.5":0.27423,"13.0-13.1":0.00505,"13.2":0.05552,"13.3":0.01346,"13.4-13.7":0.05215,"14.0-14.4":0.10263,"14.5-14.8":0.15646,"15.0-15.1":0.07234,"15.2-15.3":0.08244,"15.4":0.09421,"15.5":0.11945,"15.6-15.8":1.04308,"16.0":0.24395,"16.1":0.50808,"16.2":0.24395,"16.3":0.43069,"16.4":0.08917,"16.5":0.18674,"16.6-16.7":1.47545,"17.0":0.17665,"17.1":0.32638,"17.2":0.43406,"17.3":3.16625,"17.4":7.14677,"17.5":0.06561},P:{"4":0.07212,"20":0.0103,"21":0.02061,"22":0.02061,"23":0.12364,"24":0.67999,_:"5.0-5.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 15.0 16.0 18.0 19.0","6.2-6.4":0.13394,"13.0":0.0103,"14.0":0.0103,"17.0":0.0103},I:{"0":0.03181,"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.03379,"11":0.11584,_:"6 7 9 10 5.5"},K:{"0":1.10336,_:"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.1118},H:{"0":0.02},L:{"0":32.01121},R:{_:"0"},M:{"0":0.14375}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"3":0.00383,"4":0.00383,"12":0.00383,"20":0.00383,"21":0.00383,"23":0.00383,"28":0.00383,"29":0.00383,"31":0.00383,"34":0.00383,"35":0.00383,"37":0.00383,"38":0.00383,"39":0.00383,"40":0.00766,"41":0.00383,"78":0.00383,"102":0.00766,"112":0.00383,"113":0.00766,"114":0.00383,"115":0.07273,"116":0.04976,"117":0.09953,"118":0.00383,"119":0.09187,"120":0.00383,"123":0.00766,"124":0.48616,"125":0.26413,"126":0.00766,_:"2 5 6 7 8 9 10 11 13 14 15 16 17 18 19 22 24 25 26 27 30 32 33 36 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 121 122 127 128 3.5","3.6":0.00766},D:{"19":0.00383,"21":0.00383,"22":0.00383,"28":0.00383,"30":0.00383,"31":0.00383,"33":0.00383,"34":0.00383,"35":0.00383,"36":0.00383,"37":0.00383,"38":0.00383,"39":0.00766,"40":0.00383,"41":0.01148,"42":0.00766,"43":0.01148,"44":0.01914,"45":0.01531,"46":0.02297,"47":0.00766,"51":0.03445,"65":0.00766,"68":0.00383,"69":0.00383,"70":0.01531,"72":0.00383,"75":0.00766,"76":0.01531,"77":0.00766,"78":0.00383,"79":0.01148,"80":0.00383,"81":0.00383,"83":0.00383,"84":0.00383,"85":0.00383,"86":0.00383,"87":0.00383,"88":0.00383,"89":0.00383,"90":0.00383,"91":0.18757,"92":0.00766,"93":0.06125,"96":0.00383,"97":0.25265,"102":0.00766,"103":0.10718,"105":0.00766,"107":0.00383,"108":1.02973,"109":0.47084,"110":0.00766,"111":0.00383,"112":0.00383,"113":0.00383,"114":0.02297,"115":0.03445,"116":0.33304,"117":0.03445,"118":0.00766,"119":0.0268,"120":0.05742,"121":0.26796,"122":0.48998,"123":12.73576,"124":7.25406,"125":0.01148,"126":0.00766,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 20 23 24 25 26 27 29 32 48 49 50 52 53 54 55 56 57 58 59 60 61 62 63 64 66 67 71 73 74 94 95 98 99 100 101 104 106 127"},F:{"31":0.00766,"95":0.00383,"100":0.00766,"101":0.00766,"102":0.00383,"107":0.36366,"108":0.19906,"109":0.03828,_:"9 11 12 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 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 103 104 105 106 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.6","11.5":0.00383,"12.1":0.00766},B:{"12":0.00766,"18":0.00383,"109":0.06125,"113":0.00383,"115":0.00383,"116":0.06125,"117":0.00766,"120":0.00383,"121":0.01531,"122":0.13398,"123":1.40488,"124":0.59334,_:"13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 114 118 119"},E:{"5":0.00383,"8":0.00383,"9":0.05742,"14":0.01148,"15":0.00383,_:"0 4 6 7 10 11 12 13 3.1 3.2 6.1 7.1 10.1 12.1","5.1":0.00383,"9.1":0.01148,"11.1":0.00766,"13.1":0.03445,"14.1":0.01914,"15.1":0.06125,"15.2-15.3":0.1225,"15.4":0.37897,"15.5":0.02297,"15.6":0.45553,"16.0":0.03828,"16.1":0.03828,"16.2":0.04976,"16.3":0.15695,"16.4":0.13015,"16.5":0.62779,"16.6":0.56654,"17.0":0.06125,"17.1":0.29858,"17.2":0.58568,"17.3":1.00676,"17.4":3.45286,"17.5":0.0268},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00784,"5.0-5.1":0.00784,"6.0-6.1":0.01961,"7.0-7.1":0.03138,"8.1-8.4":0.00784,"9.0-9.2":0.01961,"9.3":0.09806,"10.0-10.2":0.01961,"10.3":0.15689,"11.0-11.2":0.13336,"11.3-11.4":0.03922,"12.0-12.1":0.02746,"12.2-12.5":0.63934,"13.0-13.1":0.01177,"13.2":0.12944,"13.3":0.03138,"13.4-13.7":0.12159,"14.0-14.4":0.23926,"14.5-14.8":0.36477,"15.0-15.1":0.16866,"15.2-15.3":0.19219,"15.4":0.21965,"15.5":0.27848,"15.6-15.8":2.43183,"16.0":0.56873,"16.1":1.18454,"16.2":0.56873,"16.3":1.00411,"16.4":0.20788,"16.5":0.43538,"16.6-16.7":3.43986,"17.0":0.41184,"17.1":0.76093,"17.2":1.01195,"17.3":7.38178,"17.4":16.66196,"17.5":0.15297},P:{"4":0.0646,"21":0.0323,"22":0.01077,"23":0.07537,"24":1.50744,_:"20 5.0-5.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 17.0 18.0","6.2-6.4":0.04307,"7.2-7.4":0.0323,"15.0":0.01077,"16.0":0.01077,"19.0":0.01077},I:{"0":0.28889,"3":0,"4":0.00003,"2.1":0,"2.2":0,"2.3":0,"4.1":0.00006,"4.2-4.3":0.00017,"4.4":0,"4.4.3-4.4.4":0.00073},A:{"6":0.00849,"7":0.01274,"8":0.1274,"9":0.02123,"10":0.02123,"11":0.06795,_:"5.5"},K:{"0":0.16047,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.01234,_:"3.0-3.1"},Q:{_:"14.9"},O:{"0":0.06789},H:{"0":0},L:{"0":20.67784},R:{_:"0"},M:{"0":0.51228}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"4":0.00519,"38":0.03111,"43":0.02074,"44":0.09333,"45":0.04148,"47":0.01556,"48":0.00519,"52":0.0363,"56":0.00519,"57":0.01556,"59":0.00519,"68":0.00519,"77":0.00519,"78":0.03111,"83":0.01037,"88":0.02074,"91":0.00519,"94":0.00519,"100":0.01037,"102":0.01037,"103":0.02593,"104":0.04667,"105":0.00519,"107":0.00519,"108":0.00519,"109":0.00519,"110":0.01037,"111":0.00519,"112":0.00519,"113":0.02074,"114":0.00519,"115":0.36295,"116":0.00519,"117":0.00519,"118":0.01037,"119":0.00519,"120":0.03111,"121":0.01037,"122":0.02593,"123":0.09333,"124":1.63846,"125":0.82442,"126":0.00519,_:"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 39 40 41 42 46 49 50 51 53 54 55 58 60 61 62 63 64 65 66 67 69 70 71 72 73 74 75 76 79 80 81 82 84 85 86 87 89 90 92 93 95 96 97 98 99 101 106 127 128 3.5 3.6"},D:{"38":0.00519,"47":0.03111,"48":0.30073,"49":0.09333,"65":0.00519,"66":0.02074,"67":0.00519,"70":0.00519,"72":0.00519,"74":0.00519,"75":0.00519,"76":0.02074,"77":0.00519,"78":0.00519,"79":0.02593,"80":0.01037,"81":0.01556,"83":0.08815,"84":0.01037,"85":0.01037,"86":0.04148,"87":0.05704,"88":0.07259,"89":0.01556,"90":0.01037,"91":0.01037,"92":0.00519,"93":0.04667,"94":0.01037,"95":0.00519,"96":0.00519,"97":0.00519,"98":0.01037,"99":0.01556,"100":0.04148,"101":0.06741,"102":0.04667,"103":0.29555,"104":0.12963,"105":0.18666,"106":0.01556,"107":0.02074,"108":0.08815,"109":0.98515,"110":0.02074,"111":0.03111,"112":0.02593,"113":0.16592,"114":0.17629,"115":0.07778,"116":0.3474,"117":0.05704,"118":0.07259,"119":0.16592,"120":0.32666,"121":0.39406,"122":2.01178,"123":15.96462,"124":5.96275,"125":0.03111,"126":0.00519,_:"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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 68 69 71 73 127"},F:{"52":0.01037,"95":0.04148,"102":0.00519,"106":0.00519,"107":0.52887,"108":0.2437,"109":0.08296,_:"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 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,"13":0.00519,"17":0.00519,"18":0.00519,"85":0.00519,"92":0.00519,"103":0.00519,"107":0.01556,"108":0.00519,"109":0.10889,"110":0.00519,"111":0.00519,"112":0.00519,"113":0.00519,"114":0.01037,"115":0.00519,"116":0.00519,"117":0.00519,"118":0.01037,"119":0.01037,"120":0.0363,"121":0.0363,"122":0.47184,"123":5.02427,"124":2.26585,_:"14 15 16 79 80 81 83 84 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 104 105 106"},E:{"8":0.01556,"9":0.05185,"13":0.01037,"14":0.1037,"15":0.01037,_:"0 4 5 6 7 10 11 12 3.1 3.2 5.1 6.1 7.1 10.1","9.1":0.00519,"11.1":0.00519,"12.1":0.02593,"13.1":0.16074,"14.1":0.20222,"15.1":0.02074,"15.2-15.3":0.02593,"15.4":0.07259,"15.5":0.08296,"15.6":0.74664,"16.0":0.06741,"16.1":0.11407,"16.2":0.11407,"16.3":0.28518,"16.4":0.08815,"16.5":0.16074,"16.6":1.08367,"17.0":0.08296,"17.1":0.22296,"17.2":0.33703,"17.3":1.15626,"17.4":3.64506,"17.5":0.01556},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00516,"5.0-5.1":0.00516,"6.0-6.1":0.01289,"7.0-7.1":0.02063,"8.1-8.4":0.00516,"9.0-9.2":0.01289,"9.3":0.06446,"10.0-10.2":0.01289,"10.3":0.10314,"11.0-11.2":0.08767,"11.3-11.4":0.02578,"12.0-12.1":0.01805,"12.2-12.5":0.42028,"13.0-13.1":0.00774,"13.2":0.08509,"13.3":0.02063,"13.4-13.7":0.07993,"14.0-14.4":0.15728,"14.5-14.8":0.23979,"15.0-15.1":0.11087,"15.2-15.3":0.12634,"15.4":0.14439,"15.5":0.18307,"15.6-15.8":1.59863,"16.0":0.37387,"16.1":0.77869,"16.2":0.37387,"16.3":0.66008,"16.4":0.13666,"16.5":0.28621,"16.6-16.7":2.26129,"17.0":0.27074,"17.1":0.50022,"17.2":0.66524,"17.3":4.85261,"17.4":10.95318,"17.5":0.10056},P:{"4":0.09866,"20":0.02192,"21":0.07674,"22":0.03289,"23":0.09866,"24":2.14859,"5.0-5.4":0.01096,"6.2-6.4":0.01096,_:"7.2-7.4 8.2 9.2 11.1-11.2 12.0 14.0 15.0","10.1":0.01096,"13.0":0.01096,"16.0":0.02192,"17.0":0.02192,"18.0":0.01096,"19.0":0.01096},I:{"0":0.03357,"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.01069,"9":0.02137,"11":0.49162,_:"6 7 10 5.5"},K:{"0":0.19742,_:"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.00963},O:{"0":0.07704},H:{"0":0},L:{"0":19.18698},R:{_:"0"},M:{"0":0.48632}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"47":0.00118,"57":0.10847,"95":0.00118,"115":0.41029,"116":0.00118,"121":0.0059,"122":0.00118,"123":0.00943,"124":0.1403,"125":0.08017,"126":0.00236,_:"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 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 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 117 118 119 120 127 128 3.5 3.6"},D:{"11":0.0059,"38":0.00118,"40":0.01061,"43":0.00118,"49":0.00354,"58":0.00118,"64":0.00236,"68":0.00236,"69":0.00354,"70":0.00118,"74":0.00118,"77":0.00236,"79":0.00354,"80":0.00118,"81":0.00118,"83":0.00118,"84":0.00472,"86":0.00118,"87":0.00236,"88":0.01061,"89":0.00236,"90":0.00118,"92":0.00118,"94":0.00354,"95":0.00354,"97":0.00354,"99":0.01533,"101":0.00118,"102":0.00118,"103":0.00354,"104":0.0059,"105":0.00236,"106":0.00118,"107":0.00118,"108":0.00118,"109":0.25349,"110":0.00118,"111":0.00236,"112":0.00236,"113":0.00236,"114":0.00236,"115":0.00118,"116":0.0059,"117":0.00118,"118":0.00236,"119":0.00707,"120":0.01061,"121":0.01886,"122":0.05895,"123":0.83827,"124":0.27117,"125":0.00118,_:"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 41 42 44 45 46 47 48 50 51 52 53 54 55 56 57 59 60 61 62 63 65 66 67 71 72 73 75 76 78 85 91 93 96 98 100 126 127"},F:{"34":0.00118,"40":0.00118,"42":0.00118,"46":0.00118,"74":0.00118,"75":0.01886,"79":0.0059,"81":0.00118,"82":0.00118,"89":0.00118,"90":0.00236,"95":0.01297,"106":0.00118,"107":0.00943,"108":0.13087,"109":0.0896,_:"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 41 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 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.0059,"13":0.00236,"14":0.00118,"15":0.00118,"17":0.00236,"18":0.00943,"84":0.00236,"89":0.00118,"90":0.00236,"92":0.01179,"100":0.00236,"109":0.00825,"114":0.00236,"116":0.00354,"117":0.00236,"118":0.00118,"119":0.00943,"120":0.00707,"121":0.00472,"122":0.04716,"123":0.28768,"124":0.12851,_:"16 79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 115"},E:{"14":0.00118,"15":0.00118,_:"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 12.1 15.2-15.3 16.0 16.1 16.4 17.5","11.1":0.00118,"13.1":0.00236,"14.1":0.00118,"15.1":0.00118,"15.4":0.00118,"15.5":0.0059,"15.6":0.01415,"16.2":0.00236,"16.3":0.00472,"16.5":0.00236,"16.6":0.0059,"17.0":0.00118,"17.1":0.00236,"17.2":0.00354,"17.3":0.00472,"17.4":0.01415},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00131,"5.0-5.1":0.00131,"6.0-6.1":0.00328,"7.0-7.1":0.00525,"8.1-8.4":0.00131,"9.0-9.2":0.00328,"9.3":0.01641,"10.0-10.2":0.00328,"10.3":0.02625,"11.0-11.2":0.02231,"11.3-11.4":0.00656,"12.0-12.1":0.00459,"12.2-12.5":0.10697,"13.0-13.1":0.00197,"13.2":0.02166,"13.3":0.00525,"13.4-13.7":0.02034,"14.0-14.4":0.04003,"14.5-14.8":0.06103,"15.0-15.1":0.02822,"15.2-15.3":0.03216,"15.4":0.03675,"15.5":0.0466,"15.6-15.8":0.4069,"16.0":0.09516,"16.1":0.1982,"16.2":0.09516,"16.3":0.16801,"16.4":0.03478,"16.5":0.07285,"16.6-16.7":0.57556,"17.0":0.06891,"17.1":0.12732,"17.2":0.16932,"17.3":1.23512,"17.4":2.78789,"17.5":0.0256},P:{"4":0.05963,"20":0.02982,"21":0.01988,"22":0.07951,"23":0.08945,"24":0.20872,"5.0-5.4":0.00994,"6.2-6.4":0.00994,"7.2-7.4":0.02982,_:"8.2 10.1 12.0 17.0","9.2":0.02982,"11.1-11.2":0.02982,"13.0":0.01988,"14.0":0.00994,"15.0":0.01988,"16.0":0.01988,"18.0":0.00994,"19.0":0.01988},I:{"0":0.01757,"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.00825,_:"6 7 8 9 10 5.5"},K:{"0":9.82802,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.02646,_:"3.0-3.1"},Q:{"14.9":0.00882},O:{"0":0.10585},H:{"0":7.32},L:{"0":71.838},R:{_:"0"},M:{"0":0.02646}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"30":0.00112,"61":0.00223,"66":0.00335,"103":0.00112,"106":0.00223,"107":0.00558,"115":0.08593,"119":0.00112,"121":0.0067,"122":0.00335,"123":0.10714,"124":0.6629,"125":0.42631,_:"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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 62 63 64 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 93 94 95 96 97 98 99 100 101 102 104 105 108 109 110 111 112 113 114 116 117 118 120 126 127 128 3.5 3.6"},D:{"11":0.01228,"49":0.00112,"52":0.00558,"60":0.04687,"66":0.00335,"68":0.01116,"69":0.0067,"74":0.00223,"78":0.00112,"81":0.00112,"84":0.00335,"87":0.00112,"97":0.00112,"99":0.00112,"103":0.00446,"105":0.0067,"109":0.03571,"110":0.00112,"111":0.00112,"112":0.00223,"113":0.00112,"115":0.0067,"116":0.00112,"118":0.00223,"119":0.00558,"120":0.01339,"121":0.0067,"122":0.08928,"123":0.4955,"124":0.37944,"125":0.00112,_:"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 38 39 40 41 42 43 44 45 46 47 48 50 51 53 54 55 56 57 58 59 61 62 63 64 65 67 70 71 72 73 75 76 77 79 80 83 85 86 88 89 90 91 92 93 94 95 96 98 100 101 102 104 106 107 108 114 117 126 127"},F:{"42":0.00112,"68":0.00112,"79":0.00335,"104":0.00112,"107":0.02009,"108":0.0346,"109":0.00223,_:"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 64 65 66 67 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 95 96 97 98 99 100 101 102 103 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.00223,"13":0.00446,"14":0.00223,"15":0.00112,"16":0.0067,"17":0.00558,"18":0.01004,"89":0.01004,"90":0.00223,"92":0.00223,"109":0.00446,"114":0.00223,"116":0.00223,"118":0.0837,"120":0.00223,"121":0.00223,"122":0.0346,"123":0.39172,"124":0.12834,_:"79 80 81 83 84 85 86 87 88 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 115 117 119"},E:{"14":0.04352,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.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.5","13.1":0.00112,"14.1":0.00223,"17.1":0.00223,"17.2":0.00781,"17.3":0.00335,"17.4":0.01004},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00054,"5.0-5.1":0.00054,"6.0-6.1":0.00135,"7.0-7.1":0.00217,"8.1-8.4":0.00054,"9.0-9.2":0.00135,"9.3":0.00677,"10.0-10.2":0.00135,"10.3":0.01084,"11.0-11.2":0.00921,"11.3-11.4":0.00271,"12.0-12.1":0.0019,"12.2-12.5":0.04417,"13.0-13.1":0.00081,"13.2":0.00894,"13.3":0.00217,"13.4-13.7":0.0084,"14.0-14.4":0.01653,"14.5-14.8":0.0252,"15.0-15.1":0.01165,"15.2-15.3":0.01328,"15.4":0.01517,"15.5":0.01924,"15.6-15.8":0.168,"16.0":0.03929,"16.1":0.08183,"16.2":0.03929,"16.3":0.06937,"16.4":0.01436,"16.5":0.03008,"16.6-16.7":0.23763,"17.0":0.02845,"17.1":0.05257,"17.2":0.06991,"17.3":0.50995,"17.4":1.15105,"17.5":0.01057},P:{"4":0.24596,"20":0.17709,"21":0.01968,"23":0.08855,"24":0.21645,_:"22 5.0-5.4 8.2 10.1 12.0 14.0 15.0 17.0","6.2-6.4":0.00984,"7.2-7.4":0.05903,"9.2":0.06887,"11.1-11.2":0.05903,"13.0":0.00984,"16.0":0.02952,"18.0":0.00984,"19.0":0.19677},I:{"0":0.00885,"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.00335,_:"6 7 8 9 10 5.5"},K:{"0":7.32806,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.32871,_:"3.0-3.1"},Q:{_:"14.9"},O:{"0":0.15991},H:{"0":12.35},L:{"0":72.24234},R:{_:"0"},M:{"0":0.15103}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"115":0.11924,"122":0.00459,"123":0.00459,"124":0.60994,"125":0.32102,_:"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 126 127 128 3.5 3.6"},D:{"11":0.00459,"36":0.00459,"37":0.00459,"56":0.00459,"64":0.00459,"65":0.00917,"69":0.02752,"72":0.00459,"73":0.01834,"76":0.00459,"79":0.01376,"81":0.05045,"83":0.0642,"84":0.0321,"86":0.02752,"87":0.0321,"89":0.00459,"91":0.00459,"93":0.00917,"95":0.00917,"98":0.02293,"99":0.00917,"102":0.01834,"103":0.01834,"104":0.01376,"106":0.00459,"107":0.00917,"109":0.56866,"110":0.00459,"111":0.00459,"113":0.00459,"114":0.00459,"115":0.02752,"116":0.00459,"117":0.0321,"118":0.00459,"119":0.07338,"120":0.03669,"121":0.0321,"122":0.19261,"123":10.46067,"124":4.67772,"125":0.01376,_:"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 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 57 58 59 60 61 62 63 66 67 68 70 71 74 75 77 78 80 85 88 90 92 94 96 97 100 101 105 108 112 126 127"},F:{"79":0.01376,"82":0.00459,"85":0.00459,"90":0.01376,"95":0.08713,"106":0.00459,"107":0.0321,"108":0.49987,"109":0.12841,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 83 84 86 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:{"16":0.02293,"17":0.01376,"18":0.00459,"81":0.00459,"84":0.00459,"92":0.01376,"109":0.02752,"111":0.00459,"114":0.00459,"115":0.01834,"117":0.00917,"120":0.01834,"121":0.01834,"122":4.8474,"123":8.66754,"124":4.76485,_:"12 13 14 15 79 80 83 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 112 113 116 118 119"},E:{"14":0.00917,_:"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 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.1 17.2 17.5","13.1":0.01376,"15.6":0.01834,"16.6":0.01834,"17.3":0.01834,"17.4":0.02293},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00166,"5.0-5.1":0.00166,"6.0-6.1":0.00414,"7.0-7.1":0.00663,"8.1-8.4":0.00166,"9.0-9.2":0.00414,"9.3":0.02072,"10.0-10.2":0.00414,"10.3":0.03316,"11.0-11.2":0.02818,"11.3-11.4":0.00829,"12.0-12.1":0.0058,"12.2-12.5":0.13511,"13.0-13.1":0.00249,"13.2":0.02735,"13.3":0.00663,"13.4-13.7":0.0257,"14.0-14.4":0.05056,"14.5-14.8":0.07709,"15.0-15.1":0.03564,"15.2-15.3":0.04062,"15.4":0.04642,"15.5":0.05885,"15.6-15.8":0.51391,"16.0":0.12019,"16.1":0.25032,"16.2":0.12019,"16.3":0.21219,"16.4":0.04393,"16.5":0.09201,"16.6-16.7":0.72693,"17.0":0.08703,"17.1":0.1608,"17.2":0.21385,"17.3":1.55996,"17.4":3.5211,"17.5":0.03233},P:{"4":0.14076,"20":0.03248,"21":0.01083,"22":0.0758,"23":0.03248,"24":0.10828,"5.0-5.4":0.01083,_:"6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0 18.0 19.0","13.0":0.02166,"17.0":0.01083},I:{"0":0.02696,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0.00001,"4.2-4.3":0.00002,"4.4":0,"4.4.3-4.4.4":0.00007},A:{"11":0.00459,_:"6 7 8 9 10 5.5"},K:{"0":0.26439,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.04331,_:"3.0-3.1"},Q:{"14.9":0.00541},O:{"0":0.17866},H:{"0":0.12},L:{"0":52.99865},R:{_:"0"},M:{"0":0.0379}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"48":0.01377,"52":0.03442,"71":0.00688,"78":0.04818,"84":0.00688,"91":0.00688,"95":0.00688,"99":0.00688,"102":0.02065,"103":0.00688,"108":0.00688,"109":0.00688,"112":0.00688,"113":0.0413,"115":0.71583,"116":0.00688,"117":0.00688,"118":0.05506,"119":0.00688,"120":0.00688,"121":0.03442,"122":0.02753,"123":0.09636,"124":2.63619,"125":1.49361,"126":0.00688,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 72 73 74 75 76 77 79 80 81 82 83 85 86 87 88 89 90 92 93 94 96 97 98 100 101 104 105 106 107 110 111 114 127 128 3.5 3.6"},D:{"49":0.02753,"52":0.16519,"66":0.04818,"74":0.00688,"79":0.02753,"80":0.01377,"81":0.00688,"84":0.01377,"85":0.00688,"86":0.09636,"87":0.0413,"88":0.00688,"89":0.00688,"90":0.00688,"91":0.00688,"94":0.00688,"95":0.00688,"97":0.00688,"98":0.00688,"99":0.01377,"100":0.09636,"101":0.18584,"102":0.11013,"103":0.24091,"104":0.10325,"105":0.01377,"106":0.00688,"107":0.02065,"108":0.11013,"109":1.65192,"110":0.00688,"111":0.02065,"112":0.01377,"113":0.15831,"114":0.18584,"115":0.02065,"116":0.48869,"117":0.03442,"118":0.06195,"119":0.15143,"120":0.6057,"121":0.39233,"122":3.01475,"123":22.67949,"124":9.36088,"125":0.01377,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 67 68 69 70 71 72 73 75 76 77 78 83 92 93 96 126 127"},F:{"46":0.00688,"77":0.00688,"95":0.02065,"102":0.00688,"106":0.00688,"107":0.48869,"108":0.38545,"109":0.13078,_:"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 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:{"85":0.01377,"86":0.00688,"91":0.11701,"92":0.01377,"97":0.00688,"99":0.00688,"103":0.01377,"105":0.00688,"107":0.00688,"108":0.0413,"109":0.19272,"110":0.00688,"111":0.12389,"112":0.00688,"113":0.0413,"114":0.01377,"115":0.02065,"116":0.02753,"117":0.02753,"118":0.02065,"119":0.13766,"120":0.11701,"121":0.17208,"122":0.96362,"123":9.21634,"124":4.02656,_:"12 13 14 15 16 17 18 79 80 81 83 84 87 88 89 90 93 94 95 96 98 100 101 102 104 106"},E:{"8":0.00688,"13":0.00688,"14":0.0413,"15":0.00688,_:"0 4 5 6 7 9 10 11 12 3.1 3.2 5.1 6.1 7.1 9.1 10.1","11.1":0.00688,"12.1":0.02753,"13.1":0.11701,"14.1":0.13766,"15.1":0.02065,"15.2-15.3":0.02065,"15.4":0.03442,"15.5":0.03442,"15.6":0.46116,"16.0":0.06883,"16.1":0.08948,"16.2":0.06195,"16.3":0.14454,"16.4":0.04818,"16.5":0.08948,"16.6":0.55752,"17.0":0.06883,"17.1":0.20649,"17.2":0.26844,"17.3":0.58506,"17.4":2.18191,"17.5":0.01377},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00279,"5.0-5.1":0.00279,"6.0-6.1":0.00698,"7.0-7.1":0.01117,"8.1-8.4":0.00279,"9.0-9.2":0.00698,"9.3":0.03491,"10.0-10.2":0.00698,"10.3":0.05585,"11.0-11.2":0.04747,"11.3-11.4":0.01396,"12.0-12.1":0.00977,"12.2-12.5":0.22759,"13.0-13.1":0.00419,"13.2":0.04608,"13.3":0.01117,"13.4-13.7":0.04328,"14.0-14.4":0.08517,"14.5-14.8":0.12985,"15.0-15.1":0.06004,"15.2-15.3":0.06842,"15.4":0.07819,"15.5":0.09914,"15.6-15.8":0.86569,"16.0":0.20246,"16.1":0.42168,"16.2":0.20246,"16.3":0.35745,"16.4":0.074,"16.5":0.15499,"16.6-16.7":1.22454,"17.0":0.14661,"17.1":0.27088,"17.2":0.36024,"17.3":2.6278,"17.4":5.9314,"17.5":0.05445},P:{"4":0.0542,"20":0.02168,"21":0.04336,"22":0.03252,"23":0.19511,"24":2.25458,"5.0-5.4":0.01084,"6.2-6.4":0.01084,_:"7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0","17.0":0.01084,"19.0":0.01084},I:{"0":0.02483,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00006},A:{"8":0.00688,"11":0.0826,_:"6 7 9 10 5.5"},K:{"0":0.2337,_:"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.00312},O:{"0":0.03739},H:{"0":0},L:{"0":14.20355},R:{_:"0"},M:{"0":0.65124}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"52":0.00394,"54":0.00197,"57":0.00394,"58":0.00197,"68":0.00592,"72":0.00592,"78":0.00394,"79":0.00197,"88":0.01578,"94":0.00197,"102":0.00394,"113":0.00197,"114":0.00789,"115":0.1479,"119":0.00197,"121":0.00197,"122":0.00592,"123":0.02169,"124":0.56005,"125":0.33918,"126":0.00592,_:"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 55 56 59 60 61 62 63 64 65 66 67 69 70 71 73 74 75 76 77 80 81 82 83 84 85 86 87 89 90 91 92 93 95 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 112 116 117 118 120 127 128 3.5 3.6"},D:{"35":0.00197,"40":0.00197,"43":0.00197,"46":0.00592,"47":0.00394,"49":0.0138,"56":0.00394,"58":0.00394,"59":0.00197,"64":0.00394,"65":0.00986,"68":0.00789,"69":0.00394,"70":0.0138,"72":0.00394,"73":0.00394,"75":0.00197,"76":0.00394,"77":0.00592,"78":0.00197,"79":0.01578,"80":0.00986,"81":0.00789,"83":0.00592,"85":0.00789,"86":0.00197,"87":0.19128,"88":0.01972,"89":0.00592,"90":0.00789,"91":0.00986,"92":0.00197,"93":0.00789,"94":0.00789,"95":0.01972,"96":0.00394,"97":0.00394,"98":0.00394,"99":0.0493,"100":0.00394,"101":0.00986,"102":0.00986,"103":0.05324,"104":0.0493,"105":0.01972,"106":0.01183,"107":0.00789,"108":0.01775,"109":1.88326,"110":0.00394,"111":0.00394,"112":0.00197,"113":0.00394,"114":0.0138,"115":0.00394,"116":0.06508,"117":0.00394,"118":0.00789,"119":0.07296,"120":0.17156,"121":0.08282,"122":0.31946,"123":5.59851,"124":2.53402,"125":0.01578,"126":0.00197,_:"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 36 37 38 39 41 42 44 45 48 50 51 52 53 54 55 57 60 61 62 63 66 67 71 74 84 127"},F:{"46":0.00197,"73":0.00197,"79":0.00197,"95":0.03352,"102":0.00197,"106":0.00197,"107":0.02958,"108":0.35102,"109":0.08282,_:"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 74 75 76 77 78 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 103 104 105 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00394,"14":0.00197,"17":0.00394,"18":0.00986,"79":0.00197,"84":0.00197,"85":0.00197,"89":0.00197,"90":0.00197,"92":0.01578,"100":0.00197,"109":0.01183,"110":0.00986,"113":0.00197,"114":0.00394,"115":0.00197,"116":0.00986,"117":0.00197,"118":0.00197,"119":0.00789,"120":0.01972,"121":0.01183,"122":0.11832,"123":1.19503,"124":0.56991,_:"13 15 16 80 81 83 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 111 112"},E:{"14":0.00394,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 16.2 17.5","13.1":0.02169,"14.1":0.00592,"15.5":0.00394,"15.6":0.02958,"16.0":0.00197,"16.1":0.00197,"16.3":0.00789,"16.4":0.00394,"16.5":0.00789,"16.6":0.01578,"17.0":0.00394,"17.1":0.00986,"17.2":0.02761,"17.3":0.0493,"17.4":0.0986},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.0077,"7.0-7.1":0.01232,"8.1-8.4":0.00308,"9.0-9.2":0.0077,"9.3":0.03849,"10.0-10.2":0.0077,"10.3":0.06159,"11.0-11.2":0.05235,"11.3-11.4":0.0154,"12.0-12.1":0.01078,"12.2-12.5":0.25098,"13.0-13.1":0.00462,"13.2":0.05081,"13.3":0.01232,"13.4-13.7":0.04773,"14.0-14.4":0.09393,"14.5-14.8":0.1432,"15.0-15.1":0.06621,"15.2-15.3":0.07545,"15.4":0.08623,"15.5":0.10932,"15.6-15.8":0.95466,"16.0":0.22327,"16.1":0.46501,"16.2":0.22327,"16.3":0.39418,"16.4":0.08161,"16.5":0.17091,"16.6-16.7":1.35038,"17.0":0.16168,"17.1":0.29872,"17.2":0.39726,"17.3":2.89785,"17.4":6.54094,"17.5":0.06005},P:{"4":0.03138,"20":0.01046,"21":0.0523,"22":0.06276,"23":0.17783,"24":0.5858,"5.0-5.4":0.01046,_:"6.2-6.4 8.2 9.2 13.0 15.0","7.2-7.4":0.26152,"10.1":0.01046,"11.1-11.2":0.03138,"12.0":0.01046,"14.0":0.01046,"16.0":0.02092,"17.0":0.01046,"18.0":0.01046,"19.0":0.0523},I:{"0":0.02399,"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.00197,_:"6 7 8 9 10 5.5"},K:{"0":0.64125,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.00803,_:"3.0-3.1"},Q:{"14.9":0.00803},O:{"0":0.08831},H:{"0":0.29},L:{"0":66.27511},R:{_:"0"},M:{"0":0.08831}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"106":0.02014,"114":0.00403,"115":0.17723,"122":0.03222,"123":0.00806,"124":0.35849,"125":0.22154,_:"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 107 108 109 110 111 112 113 116 117 118 119 120 121 126 127 128 3.5 3.6"},D:{"79":0.00403,"87":0.00403,"94":0.07653,"103":0.0282,"106":0.00403,"109":0.74115,"116":0.1732,"117":0.02417,"119":0.00806,"120":0.05236,"121":0.15709,"122":0.89019,"123":20.35348,"124":10.49294,"125":0.01611,_:"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 107 108 110 111 112 113 114 115 118 126 127"},F:{"107":0.00806,"108":0.00806,"109":0.0282,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00403,"116":0.06445,"121":0.06848,"122":0.21348,"123":2.05831,"124":0.94255,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 117 118 119 120"},E:{"14":0.06848,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.4 17.5","13.1":0.05639,"14.1":0.04431,"15.1":0.00403,"15.2-15.3":0.02014,"15.5":0.01208,"15.6":0.08459,"16.0":0.01208,"16.1":0.03222,"16.2":0.00403,"16.3":0.08862,"16.4":0.04834,"16.5":0.06848,"16.6":0.08459,"17.0":0.00403,"17.1":0.21751,"17.2":0.04834,"17.3":0.15709,"17.4":0.64045},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0048,"5.0-5.1":0.0048,"6.0-6.1":0.01199,"7.0-7.1":0.01918,"8.1-8.4":0.0048,"9.0-9.2":0.01199,"9.3":0.05994,"10.0-10.2":0.01199,"10.3":0.0959,"11.0-11.2":0.08152,"11.3-11.4":0.02398,"12.0-12.1":0.01678,"12.2-12.5":0.3908,"13.0-13.1":0.00719,"13.2":0.07912,"13.3":0.01918,"13.4-13.7":0.07432,"14.0-14.4":0.14625,"14.5-14.8":0.22297,"15.0-15.1":0.1031,"15.2-15.3":0.11748,"15.4":0.13426,"15.5":0.17023,"15.6-15.8":1.48649,"16.0":0.34765,"16.1":0.72406,"16.2":0.34765,"16.3":0.61378,"16.4":0.12707,"16.5":0.26613,"16.6-16.7":2.10266,"17.0":0.25174,"17.1":0.46513,"17.2":0.61857,"17.3":4.51221,"17.4":10.18484,"17.5":0.0935},P:{"20":0.09156,"21":0.1119,"22":0.1526,"23":0.55952,"24":3.90648,_:"4 5.0-5.4 6.2-6.4 8.2 9.2 10.1 12.0 13.0 15.0 16.0","7.2-7.4":0.1119,"11.1-11.2":0.01017,"14.0":0.04069,"17.0":0.01017,"18.0":0.02035,"19.0":0.03052},I:{"0":0.00595,"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:{"10":0.13695,"11":0.11278,_:"6 7 8 9 5.5"},K:{"0":0.02389,_:"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.20308},H:{"0":0},L:{"0":31.13134},R:{_:"0"},M:{"0":0.2867}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"4":0.0551,"52":0.01002,"70":0.00501,"73":0.00501,"78":0.01503,"86":0.00501,"103":0.00501,"105":0.01002,"106":0.00501,"108":0.00501,"112":0.00501,"113":0.00501,"115":0.17031,"118":0.00501,"119":0.00501,"120":0.03005,"121":0.00501,"122":0.01002,"123":0.05009,"124":0.80645,"125":0.42076,"126":0.00501,_:"2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 71 72 74 75 76 77 79 80 81 82 83 84 85 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 104 107 109 110 111 114 116 117 127 128 3.5 3.6"},D:{"38":0.01503,"47":0.01002,"48":0.00501,"49":0.01503,"63":0.00501,"65":0.01503,"74":0.01002,"79":0.12523,"81":0.00501,"83":0.00501,"86":0.00501,"87":0.07514,"88":0.00501,"89":0.00501,"90":0.00501,"91":0.01002,"92":0.00501,"93":0.00501,"94":0.1102,"96":0.01002,"97":0.00501,"98":0.00501,"99":0.02004,"100":0.00501,"101":0.00501,"102":0.01503,"103":0.08515,"104":0.00501,"105":0.00501,"106":0.01503,"107":0.01503,"108":0.03005,"109":1.70306,"110":0.02505,"111":0.02004,"112":0.02004,"113":0.0551,"114":0.08515,"115":0.01503,"116":0.23542,"117":0.02505,"118":0.03506,"119":0.06512,"120":0.16029,"121":0.21038,"122":0.9467,"123":18.31791,"124":7.65375,"125":0.01503,_:"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 50 51 52 53 54 55 56 57 58 59 60 61 62 64 66 67 68 69 70 71 72 73 75 76 77 78 80 84 85 95 126 127"},F:{"28":0.00501,"36":0.00501,"92":0.00501,"95":0.03506,"102":0.00501,"104":0.01002,"106":0.00501,"107":4.18252,"108":0.71128,"109":0.26047,_:"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 93 94 96 97 98 99 100 101 103 105 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.01002,"100":0.00501,"109":0.03506,"111":0.00501,"114":0.00501,"115":0.00501,"116":0.00501,"117":0.00501,"118":0.00501,"119":0.00501,"120":0.02004,"121":0.02505,"122":0.20036,"123":2.77499,"124":1.34742,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 112 113"},E:{"9":0.00501,"14":0.01503,"15":0.00501,_:"0 4 5 6 7 8 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1","12.1":0.00501,"13.1":0.03506,"14.1":0.05009,"15.1":0.00501,"15.2-15.3":0.00501,"15.4":0.01002,"15.5":0.02004,"15.6":0.14526,"16.0":0.01002,"16.1":0.02505,"16.2":0.01503,"16.3":0.05009,"16.4":0.02004,"16.5":0.03005,"16.6":0.10018,"17.0":0.03005,"17.1":0.05009,"17.2":0.08014,"17.3":0.12523,"17.4":0.48587,"17.5":0.00501},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00175,"5.0-5.1":0.00175,"6.0-6.1":0.00438,"7.0-7.1":0.00701,"8.1-8.4":0.00175,"9.0-9.2":0.00438,"9.3":0.02191,"10.0-10.2":0.00438,"10.3":0.03506,"11.0-11.2":0.0298,"11.3-11.4":0.00876,"12.0-12.1":0.00613,"12.2-12.5":0.14286,"13.0-13.1":0.00263,"13.2":0.02892,"13.3":0.00701,"13.4-13.7":0.02717,"14.0-14.4":0.05346,"14.5-14.8":0.08151,"15.0-15.1":0.03769,"15.2-15.3":0.04294,"15.4":0.04908,"15.5":0.06223,"15.6-15.8":0.54338,"16.0":0.12708,"16.1":0.26468,"16.2":0.12708,"16.3":0.22436,"16.4":0.04645,"16.5":0.09728,"16.6-16.7":0.76862,"17.0":0.09202,"17.1":0.17003,"17.2":0.22612,"17.3":1.64942,"17.4":3.72303,"17.5":0.03418},P:{"4":0.09468,"20":0.02104,"21":0.03156,"22":0.04208,"23":0.14728,"24":1.20979,"5.0-5.4":0.01052,_:"6.2-6.4 8.2 9.2 10.1 12.0 13.0 14.0 15.0","7.2-7.4":0.01052,"11.1-11.2":0.01052,"16.0":0.02104,"17.0":0.01052,"18.0":0.01052,"19.0":0.02104},I:{"0":0.09444,"3":0,"4":0.00001,"2.1":0,"2.2":0,"2.3":0,"4.1":0.00002,"4.2-4.3":0.00006,"4.4":0,"4.4.3-4.4.4":0.00024},A:{"8":0.01717,"9":0.00572,"10":0.00572,"11":0.05152,_:"6 7 5.5"},K:{"0":0.30445,_:"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.00499},O:{"0":0.01497},H:{"0":0},L:{"0":39.00764},R:{_:"0"},M:{"0":0.20463}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"4":0.00133,"34":0.00133,"36":0.00133,"44":0.00133,"47":0.00133,"50":0.00133,"51":0.00267,"52":0.01734,"55":0.00133,"56":0.00133,"58":0.00133,"60":0.00133,"63":0.00133,"65":0.00133,"66":0.00133,"68":0.00133,"72":0.00667,"78":0.00934,"88":0.00133,"89":0.00133,"91":0.00133,"94":0.00133,"95":0.00133,"98":0.00133,"99":0.00267,"100":0.00267,"102":0.00534,"103":0.00133,"106":0.00133,"107":0.00133,"108":0.00133,"109":0.00133,"111":0.00133,"113":0.00267,"114":0.02401,"115":0.24279,"116":0.00267,"117":0.00267,"118":0.00133,"119":0.00133,"120":0.00534,"121":0.008,"122":0.008,"123":0.03602,"124":0.35618,"125":0.16275,"126":0.00133,_:"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 35 37 38 39 40 41 42 43 45 46 48 49 53 54 57 59 61 62 64 67 69 70 71 73 74 75 76 77 79 80 81 82 83 84 85 86 87 90 92 93 96 97 101 104 105 110 112 127 128 3.5 3.6"},D:{"11":0.00267,"29":0.00133,"35":0.00133,"38":0.00534,"39":0.00133,"40":0.00267,"41":0.00133,"42":0.00133,"43":0.00267,"46":0.00133,"49":0.00267,"50":0.00133,"55":0.00133,"56":0.03335,"57":0.00133,"58":0.01201,"59":0.00133,"60":0.00133,"63":0.00133,"64":0.00267,"65":0.00133,"67":0.00133,"68":0.05069,"69":0.00267,"70":0.004,"71":0.00267,"72":0.004,"74":0.00267,"75":0.004,"76":0.00133,"77":0.00133,"78":0.00133,"79":0.01601,"80":0.00534,"81":0.00534,"83":0.004,"84":0.00133,"85":0.01334,"86":0.00267,"87":0.01201,"88":0.02134,"89":0.00534,"90":0.00534,"91":0.00267,"92":0.008,"93":0.01067,"94":0.00267,"95":0.05336,"96":0.00267,"97":0.00267,"98":0.00267,"99":0.00267,"100":0.00267,"101":0.02134,"102":0.004,"103":0.01601,"104":0.00133,"105":0.004,"106":0.00534,"107":0.00133,"108":0.02935,"109":0.60163,"110":0.004,"111":0.00667,"112":0.008,"113":0.004,"114":0.01201,"115":0.00667,"116":0.02001,"117":0.008,"118":0.008,"119":0.02268,"120":0.04402,"121":0.06003,"122":0.18676,"123":2.24112,"124":0.94714,"125":0.00267,"126":0.00133,_:"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 33 34 36 37 44 45 47 48 51 52 53 54 61 62 66 73 127"},F:{"44":0.00133,"79":0.00267,"85":0.004,"86":0.00133,"95":0.03068,"99":0.00133,"105":0.00133,"106":0.00267,"107":0.02401,"108":0.22011,"109":0.11472,_:"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 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 87 88 89 90 91 92 93 94 96 97 98 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.008,"13":0.00534,"14":0.00934,"15":0.00534,"16":0.00267,"17":0.00534,"18":0.01734,"84":0.004,"85":0.00267,"89":0.01201,"90":0.004,"92":0.02801,"100":0.00667,"107":0.00133,"109":0.008,"112":0.00133,"113":0.00267,"114":0.00133,"115":0.01067,"116":0.00133,"117":0.00534,"118":0.00534,"119":0.01334,"120":0.00934,"121":0.02268,"122":0.13874,"123":0.61364,"124":0.22945,_:"79 80 81 83 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 108 110 111"},E:{"10":0.004,"13":0.00267,"14":0.00534,_:"0 4 5 6 7 8 9 11 12 15 3.1 3.2 5.1 6.1 9.1 10.1 11.1 12.1 16.2 16.4 17.5","7.1":0.00133,"13.1":0.01334,"14.1":0.004,"15.1":0.00133,"15.2-15.3":0.00267,"15.4":0.00267,"15.5":0.00133,"15.6":0.00934,"16.0":0.00133,"16.1":0.00267,"16.3":0.00133,"16.5":0.00267,"16.6":0.01467,"17.0":0.00133,"17.1":0.004,"17.2":0.00267,"17.3":0.00667,"17.4":0.01067},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.00571,"7.0-7.1":0.00914,"8.1-8.4":0.00228,"9.0-9.2":0.00571,"9.3":0.02855,"10.0-10.2":0.00571,"10.3":0.04569,"11.0-11.2":0.03883,"11.3-11.4":0.01142,"12.0-12.1":0.008,"12.2-12.5":0.18618,"13.0-13.1":0.00343,"13.2":0.03769,"13.3":0.00914,"13.4-13.7":0.03541,"14.0-14.4":0.06967,"14.5-14.8":0.10622,"15.0-15.1":0.04911,"15.2-15.3":0.05597,"15.4":0.06396,"15.5":0.08109,"15.6-15.8":0.70815,"16.0":0.16562,"16.1":0.34494,"16.2":0.16562,"16.3":0.2924,"16.4":0.06054,"16.5":0.12678,"16.6-16.7":1.00169,"17.0":0.11993,"17.1":0.22158,"17.2":0.29468,"17.3":2.14958,"17.4":4.85198,"17.5":0.04454},P:{"4":0.14759,"20":0.02108,"21":0.11596,"22":0.06325,"23":0.14759,"24":0.2741,"5.0-5.4":0.03163,"6.2-6.4":0.01054,"7.2-7.4":0.0738,"8.2":0.01054,"9.2":0.04217,_:"10.1 12.0 13.0 14.0 15.0 17.0","11.1-11.2":0.02108,"16.0":0.02108,"18.0":0.01054,"19.0":0.02108},I:{"0":0.01726,"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.00136,"11":0.1227,_:"6 7 9 10 5.5"},K:{"0":1.4217,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.09533,_:"3.0-3.1"},Q:{"14.9":0.00867},O:{"0":0.19932},H:{"0":2.53},L:{"0":75.43828},R:{_:"0"},M:{"0":0.12999}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"4":0.00349,"34":0.01395,"43":0.09764,"52":0.01046,"72":0.00349,"78":0.00349,"88":0.00349,"90":0.00349,"98":0.00349,"102":0.00349,"103":0.00697,"104":0.00349,"107":0.00349,"108":0.00349,"109":0.00349,"110":0.00697,"111":0.00349,"113":0.00349,"114":0.00349,"115":0.14297,"116":0.01046,"117":0.00349,"118":0.00349,"119":0.00349,"120":0.00349,"121":0.01395,"122":0.06974,"123":0.02092,"124":0.44634,"125":0.14297,_:"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 35 36 37 38 39 40 41 42 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 79 80 81 82 83 84 85 86 87 89 91 92 93 94 95 96 97 99 100 101 105 106 112 126 127 128 3.5 3.6"},D:{"11":0.01744,"17":0.00349,"25":0.00349,"31":0.00697,"39":0.00349,"41":0.00349,"42":0.00349,"43":0.00349,"45":0.01395,"47":0.00697,"48":0.05579,"49":0.06625,"50":0.16738,"53":0.01744,"54":0.00349,"55":0.03487,"56":0.01395,"57":0.0279,"58":0.00349,"59":0.00697,"60":0.00697,"61":0.01395,"62":0.01046,"63":0.03487,"64":0.00349,"65":0.00697,"66":0.00349,"67":0.0279,"68":0.00349,"69":0.56838,"70":0.21271,"71":0.02092,"72":0.01046,"73":0.0802,"74":0.01046,"75":0.02441,"76":0.00697,"77":0.12902,"78":0.07671,"79":0.17784,"80":0.04882,"81":0.03487,"83":0.1081,"84":0.04882,"85":0.01744,"86":0.25106,"87":0.04882,"88":0.01046,"89":0.0279,"90":0.11507,"91":0.04882,"92":0.13599,"93":0.01744,"94":0.0279,"95":0.04533,"96":0.02092,"97":0.13251,"98":1.23789,"99":0.22317,"100":0.10112,"101":0.14297,"102":0.05231,"103":0.04882,"104":0.03138,"105":0.02092,"106":0.03138,"107":0.05231,"108":0.06625,"109":1.12281,"110":0.0279,"111":0.06625,"112":0.10461,"113":0.03138,"114":0.07671,"115":0.02092,"116":0.06625,"117":0.02441,"118":0.05579,"119":0.0802,"120":0.17435,"121":0.2685,"122":0.22666,"123":1.9318,"124":0.6172,"125":0.03138,"126":0.00697,_:"4 5 6 7 8 9 10 12 13 14 15 16 18 19 20 21 22 23 24 26 27 28 29 30 32 33 34 35 36 37 38 40 44 46 51 52 127"},F:{"95":0.00697,"108":0.01744,"109":0.00697,_:"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 107 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"15":0.00349,"16":0.00697,"17":0.00349,"18":0.05579,"84":0.00349,"86":0.00349,"87":0.00349,"88":0.01046,"89":0.00349,"90":0.00349,"91":0.00349,"92":0.0802,"93":0.00349,"94":0.00349,"96":0.00349,"99":0.00349,"100":0.01395,"101":0.00349,"102":0.00697,"103":0.00349,"104":0.00349,"105":0.00697,"106":0.01046,"107":0.01395,"108":0.04184,"109":0.13599,"110":0.03487,"111":0.04184,"112":0.04533,"113":0.17086,"114":0.13948,"115":0.07323,"116":0.06277,"117":0.06625,"118":0.08369,"119":0.11507,"120":0.25106,"121":0.18481,"122":0.66253,"123":4.54007,"124":2.02595,_:"12 13 14 79 80 81 83 85 95 97 98"},E:{"9":0.00349,"13":0.01046,"14":0.04882,"15":0.00697,_:"0 4 5 6 7 8 10 11 12 3.1 3.2 5.1 6.1 7.1 9.1 10.1","11.1":0.00349,"12.1":0.01046,"13.1":0.06277,"14.1":0.06974,"15.1":0.01395,"15.2-15.3":0.01395,"15.4":0.03487,"15.5":0.03836,"15.6":0.14994,"16.0":0.01744,"16.1":0.04882,"16.2":0.03836,"16.3":0.08369,"16.4":0.02441,"16.5":0.04184,"16.6":0.18132,"17.0":0.01744,"17.1":0.04184,"17.2":0.06277,"17.3":0.18132,"17.4":0.35567,"17.5":0.00349},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00231,"5.0-5.1":0.00231,"6.0-6.1":0.00577,"7.0-7.1":0.00923,"8.1-8.4":0.00231,"9.0-9.2":0.00577,"9.3":0.02885,"10.0-10.2":0.00577,"10.3":0.04616,"11.0-11.2":0.03923,"11.3-11.4":0.01154,"12.0-12.1":0.00808,"12.2-12.5":0.18809,"13.0-13.1":0.00346,"13.2":0.03808,"13.3":0.00923,"13.4-13.7":0.03577,"14.0-14.4":0.07039,"14.5-14.8":0.10732,"15.0-15.1":0.04962,"15.2-15.3":0.05654,"15.4":0.06462,"15.5":0.08193,"15.6-15.8":0.71543,"16.0":0.16732,"16.1":0.34849,"16.2":0.16732,"16.3":0.29541,"16.4":0.06116,"16.5":0.12809,"16.6-16.7":1.01199,"17.0":0.12116,"17.1":0.22386,"17.2":0.29771,"17.3":2.17169,"17.4":4.90188,"17.5":0.045},P:{"20":0.01214,"21":0.01214,"22":0.01214,"23":0.01214,"24":0.19418,_:"4 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0 19.0","17.0":0.01214},I:{"0":1.00522,"3":0,"4":0.0001,"2.1":0,"2.2":0,"2.3":0,"4.1":0.0002,"4.2-4.3":0.00061,"4.4":0,"4.4.3-4.4.4":0.00252},A:{"8":0.04967,"9":2.08616,"11":6.80484,_:"6 7 10 5.5"},K:{"0":0.05861,_:"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":5.26821},O:{"0":7.91859},H:{"0":0},L:{"0":37.92625},R:{_:"0"},M:{"0":0.22792}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"4":0.11681,"52":0.00377,"73":0.00377,"78":0.00754,"80":0.00377,"88":0.00377,"101":0.0113,"113":0.00377,"115":0.09043,"119":0.00377,"120":0.01507,"121":0.00754,"122":0.00754,"123":0.03014,"124":0.48607,"125":0.27506,"126":0.00377,_:"2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 74 75 76 77 79 81 82 83 84 85 86 87 89 90 91 92 93 94 95 96 97 98 99 100 102 103 104 105 106 107 108 109 110 111 112 114 116 117 118 127 128 3.5 3.6"},D:{"26":0.00377,"38":0.01507,"39":0.00377,"47":0.01507,"49":0.0113,"51":0.00377,"62":0.00377,"63":0.00377,"65":0.00377,"70":0.00377,"72":0.00377,"75":0.00377,"76":0.00377,"79":0.0942,"80":0.00377,"81":0.00377,"83":0.00377,"84":0.00377,"85":0.00377,"86":0.00377,"87":0.06782,"88":0.01884,"89":0.01507,"90":0.00377,"91":0.03014,"92":0.00377,"93":0.0113,"94":0.01884,"95":0.00754,"96":0.00377,"97":0.00754,"98":0.00754,"99":0.0113,"100":0.00754,"101":0.00754,"102":0.00754,"103":0.06029,"104":0.0113,"105":0.00754,"106":0.01884,"107":0.01884,"108":0.02261,"109":1.55618,"110":0.02261,"111":0.0113,"112":0.01884,"113":0.01507,"114":0.06782,"115":0.02261,"116":0.15072,"117":0.02638,"118":0.04898,"119":0.12434,"120":0.16956,"121":0.26753,"122":0.88171,"123":17.12179,"124":7.22326,"125":0.03391,"126":0.00377,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 27 28 29 30 31 32 33 34 35 36 37 40 41 42 43 44 45 46 48 50 52 53 54 55 56 57 58 59 60 61 64 66 67 68 69 71 73 74 77 78 127"},F:{"86":0.00377,"95":0.03014,"102":0.00377,"106":0.00377,"107":1.6843,"108":0.16202,"109":0.35796,_:"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 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:{"18":0.00377,"92":0.01507,"100":0.00377,"109":0.02261,"114":0.00377,"115":0.00377,"116":0.00377,"117":0.00377,"118":0.00754,"119":0.00754,"120":0.01507,"121":0.01884,"122":0.15072,"123":2.21182,"124":1.08142,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113"},E:{"9":0.00377,"14":0.00754,_:"0 4 5 6 7 8 10 11 12 13 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1","5.1":0.00377,"12.1":0.00377,"13.1":0.02261,"14.1":0.02261,"15.1":0.00377,"15.2-15.3":0.00377,"15.4":0.00377,"15.5":0.00377,"15.6":0.06782,"16.0":0.00377,"16.1":0.01507,"16.2":0.00754,"16.3":0.02638,"16.4":0.0113,"16.5":0.01884,"16.6":0.06782,"17.0":0.03014,"17.1":0.02638,"17.2":0.04898,"17.3":0.09797,"17.4":0.32782,"17.5":0.00377},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00225,"5.0-5.1":0.00225,"6.0-6.1":0.00562,"7.0-7.1":0.00899,"8.1-8.4":0.00225,"9.0-9.2":0.00562,"9.3":0.02809,"10.0-10.2":0.00562,"10.3":0.04495,"11.0-11.2":0.0382,"11.3-11.4":0.01124,"12.0-12.1":0.00787,"12.2-12.5":0.18315,"13.0-13.1":0.00337,"13.2":0.03708,"13.3":0.00899,"13.4-13.7":0.03483,"14.0-14.4":0.06854,"14.5-14.8":0.1045,"15.0-15.1":0.04832,"15.2-15.3":0.05506,"15.4":0.06292,"15.5":0.07978,"15.6-15.8":0.69665,"16.0":0.16293,"16.1":0.33934,"16.2":0.16293,"16.3":0.28765,"16.4":0.05955,"16.5":0.12472,"16.6-16.7":0.98542,"17.0":0.11798,"17.1":0.21798,"17.2":0.2899,"17.3":2.11467,"17.4":4.77318,"17.5":0.04382},P:{"4":0.15264,"20":0.02035,"21":0.02035,"22":0.03053,"23":0.10176,"24":0.80388,"5.0-5.4":0.02035,"6.2-6.4":0.01018,"7.2-7.4":0.05088,_:"8.2 9.2 10.1 12.0 13.0 15.0 16.0 18.0","11.1-11.2":0.01018,"14.0":0.01018,"17.0":0.01018,"19.0":0.01018},I:{"0":0.03724,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0.00001,"4.2-4.3":0.00002,"4.4":0,"4.4.3-4.4.4":0.00009},A:{"8":0.00404,"11":0.05248,_:"6 7 9 10 5.5"},K:{"0":0.1558,_:"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.0187},H:{"0":0},L:{"0":50.57942},R:{_:"0"},M:{"0":0.1371}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"40":0.00382,"52":0.00764,"73":0.02673,"74":0.00382,"78":0.00382,"88":0.00382,"89":0.00382,"91":0.00382,"95":0.00382,"102":0.00764,"103":0.00764,"113":0.00382,"115":0.28635,"118":0.00382,"119":0.00764,"120":0.01909,"121":0.00382,"122":0.01145,"123":0.03054,"124":1.11486,"125":0.50398,_:"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 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 75 76 77 79 80 81 82 83 84 85 86 87 90 92 93 94 96 97 98 99 100 101 104 105 106 107 108 109 110 111 112 114 116 117 126 127 128 3.5","3.6":0.00382},D:{"41":0.00382,"43":0.00382,"44":0.00382,"45":0.00382,"46":0.00382,"47":0.00764,"51":0.00764,"63":0.00382,"65":0.00382,"67":0.00382,"70":0.00382,"72":0.00382,"73":0.00764,"75":0.00382,"79":0.03054,"80":0.01909,"83":0.01527,"86":0.06109,"87":0.03818,"88":0.00382,"90":0.00382,"91":0.00382,"92":0.00382,"93":0.00764,"94":0.01145,"95":0.00382,"96":0.042,"97":0.00382,"98":0.00764,"99":0.01145,"101":0.00382,"102":0.00382,"103":0.06872,"104":0.01145,"105":0.01145,"106":0.01527,"107":0.00764,"108":0.00764,"109":1.79064,"110":0.01909,"111":0.00764,"112":0.00764,"113":0.00764,"114":0.02673,"115":0.02673,"116":0.17945,"117":0.00764,"118":0.02673,"119":0.06872,"120":0.11836,"121":0.28253,"122":1.02322,"123":15.33309,"124":6.07826,"125":0.01527,_:"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 48 49 50 52 53 54 55 56 57 58 59 60 61 62 64 66 68 69 71 74 76 77 78 81 84 85 89 100 126 127"},F:{"28":0.00382,"36":0.00382,"95":0.01145,"104":0.00382,"107":1.69137,"108":0.31308,"109":0.12218,_:"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 102 103 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.00382,"16":0.00382,"17":0.00382,"18":0.00382,"92":0.01145,"100":0.00382,"109":0.042,"113":0.00382,"114":0.00764,"115":0.00764,"117":0.00382,"118":0.00382,"119":0.00764,"120":0.01527,"121":0.05345,"122":0.20617,"123":2.77569,"124":1.23703,_:"12 13 15 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 116"},E:{"9":0.01145,"14":0.00382,_:"0 4 5 6 7 8 10 11 12 13 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1","5.1":0.00382,"13.1":0.03436,"14.1":0.03818,"15.1":0.01527,"15.2-15.3":0.00382,"15.4":0.01909,"15.5":0.01527,"15.6":0.18326,"16.0":0.01527,"16.1":0.06872,"16.2":0.01909,"16.3":0.05345,"16.4":0.01909,"16.5":0.04963,"16.6":0.26726,"17.0":0.03436,"17.1":0.09545,"17.2":0.14127,"17.3":0.34362,"17.4":1.09577,"17.5":0.00764},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00271,"5.0-5.1":0.00271,"6.0-6.1":0.00678,"7.0-7.1":0.01086,"8.1-8.4":0.00271,"9.0-9.2":0.00678,"9.3":0.03392,"10.0-10.2":0.00678,"10.3":0.05428,"11.0-11.2":0.04614,"11.3-11.4":0.01357,"12.0-12.1":0.0095,"12.2-12.5":0.22118,"13.0-13.1":0.00407,"13.2":0.04478,"13.3":0.01086,"13.4-13.7":0.04207,"14.0-14.4":0.08277,"14.5-14.8":0.1262,"15.0-15.1":0.05835,"15.2-15.3":0.06649,"15.4":0.07599,"15.5":0.09634,"15.6-15.8":0.84131,"16.0":0.19676,"16.1":0.4098,"16.2":0.19676,"16.3":0.34738,"16.4":0.07192,"16.5":0.15062,"16.6-16.7":1.19004,"17.0":0.14248,"17.1":0.26325,"17.2":0.35009,"17.3":2.55378,"17.4":5.76432,"17.5":0.05292},P:{"4":0.07165,"20":0.02047,"21":0.03071,"22":0.09212,"23":0.16377,"24":2.44635,_:"5.0-5.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 15.0 18.0","6.2-6.4":0.02047,"7.2-7.4":0.05118,"14.0":0.01024,"16.0":0.01024,"17.0":0.02047,"19.0":0.01024},I:{"0":0.08619,"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:{"7":0.00382,"8":0.02291,"9":0.00382,"10":0.00382,"11":0.03054,_:"6 5.5"},K:{"0":0.34001,_:"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.03709},H:{"0":0},L:{"0":45.01978},R:{_:"0"},M:{"0":0.55638}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"4":0.46812,"34":0.03137,"36":0.00241,"40":0.00241,"41":0.01207,"42":0.00241,"43":0.00965,"45":0.00241,"47":0.00965,"48":0.00483,"50":0.00965,"51":0.00241,"52":0.09411,"53":0.00241,"54":0.06756,"56":0.01448,"57":0.04585,"58":0.00241,"59":0.00483,"60":0.01207,"61":0.00724,"63":0.00965,"64":0.01207,"65":0.00483,"66":0.00724,"67":0.00965,"68":0.01207,"69":0.00724,"70":0.00965,"72":0.05791,"74":0.00241,"75":0.00965,"77":0.00724,"78":0.03861,"79":0.00483,"81":0.00483,"82":0.00724,"83":0.01448,"84":0.01448,"85":0.01207,"86":0.00241,"87":0.00965,"88":0.02172,"89":0.01689,"90":0.00483,"91":0.02413,"92":0.01689,"93":0.01207,"94":0.01207,"95":0.03137,"96":0.0193,"97":0.00724,"98":0.02654,"99":0.02413,"100":0.05309,"101":0.08687,"102":0.02413,"103":0.00965,"104":0.06274,"105":0.00965,"106":0.04826,"107":0.00965,"108":0.02172,"109":0.01448,"110":0.04826,"111":0.0193,"112":0.0193,"113":0.05309,"114":0.0193,"115":1.27406,"116":0.06033,"117":0.06274,"118":0.0362,"119":0.02654,"120":0.03137,"121":0.0748,"122":0.12306,"123":0.20028,"124":3.43853,"125":1.373,"126":0.02413,_:"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 35 37 38 39 44 46 49 55 62 71 73 76 80 127 128 3.5 3.6"},D:{"22":0.00483,"34":0.00241,"40":0.00241,"42":0.00483,"44":0.00483,"49":0.00483,"50":0.00241,"51":0.00241,"57":0.00241,"58":0.00724,"60":0.00241,"61":0.00241,"62":0.00241,"63":0.00241,"64":0.00241,"65":0.00241,"67":0.00241,"68":0.02896,"69":0.00241,"70":0.00483,"71":0.00724,"72":0.00483,"73":0.00483,"74":0.00483,"75":0.00483,"76":0.00965,"77":0.00724,"78":0.00724,"79":0.00241,"80":0.00724,"81":0.04102,"83":0.01448,"84":0.00483,"86":0.00965,"87":0.01448,"88":0.12789,"89":0.08687,"90":0.07239,"91":0.0748,"92":0.00724,"93":0.00724,"94":0.01448,"95":0.00483,"96":0.01207,"97":0.01207,"98":0.01689,"99":0.00965,"100":0.00965,"101":0.00965,"102":0.03378,"103":0.02654,"104":0.00483,"105":0.0193,"106":0.01207,"107":0.02172,"108":0.02413,"109":0.6129,"110":0.0193,"111":0.02172,"112":0.0555,"113":0.0193,"114":0.02896,"115":0.03137,"116":0.04102,"117":0.04343,"118":0.04102,"119":0.06998,"120":0.22682,"121":0.15926,"122":0.30404,"123":3.46024,"124":1.20409,"125":0.00483,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 41 43 45 46 47 48 52 53 54 55 56 59 66 85 126 127"},F:{"30":0.00241,"31":0.00483,"34":0.00483,"35":0.00241,"36":0.00241,"40":0.00241,"42":0.00241,"45":0.00724,"49":0.00241,"50":0.00241,"53":0.0193,"64":0.0193,"72":0.00965,"79":0.09652,"80":0.00241,"82":0.00241,"85":0.00241,"86":0.00241,"89":0.00241,"91":0.00241,"94":0.00241,"95":0.07722,"97":0.00241,"99":0.00724,"100":0.00241,"102":0.01207,"103":0.00241,"104":0.02413,"105":0.02654,"106":0.02654,"107":0.3523,"108":0.39815,"109":0.16891,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 32 33 37 38 39 41 43 44 46 47 48 51 52 54 55 56 57 58 60 62 63 65 66 67 68 69 70 71 73 74 75 76 77 78 81 83 84 87 88 90 92 93 96 98 101 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00241,"13":0.01448,"14":0.02654,"15":0.00483,"16":0.00483,"17":0.01207,"18":0.04343,"84":0.0193,"89":0.02172,"90":0.01448,"92":0.13513,"97":0.00241,"98":0.00241,"99":0.00241,"100":0.06274,"105":0.00724,"108":0.00483,"109":0.02172,"110":0.00483,"111":0.00483,"112":0.00483,"113":0.00483,"114":0.00965,"115":0.00724,"116":0.00724,"117":0.01689,"118":0.00724,"119":0.0193,"120":0.06274,"121":0.04102,"122":0.23647,"123":1.14135,"124":0.42228,_:"79 80 81 83 85 86 87 88 91 93 94 95 96 101 102 103 104 106 107"},E:{"13":0.00241,"14":0.00241,_:"0 4 5 6 7 8 9 10 11 12 15 3.1 3.2 6.1 7.1 9.1 10.1 12.1 15.2-15.3 17.5","5.1":0.00241,"11.1":0.00241,"13.1":0.00965,"14.1":0.01207,"15.1":0.00483,"15.4":0.00241,"15.5":0.00241,"15.6":0.01207,"16.0":0.00241,"16.1":0.00483,"16.2":0.00241,"16.3":0.01207,"16.4":0.00241,"16.5":0.00241,"16.6":0.02413,"17.0":0.00965,"17.1":0.00483,"17.2":0.00483,"17.3":0.02413,"17.4":0.06033},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0012,"5.0-5.1":0.0012,"6.0-6.1":0.00299,"7.0-7.1":0.00479,"8.1-8.4":0.0012,"9.0-9.2":0.00299,"9.3":0.01497,"10.0-10.2":0.00299,"10.3":0.02394,"11.0-11.2":0.02035,"11.3-11.4":0.00599,"12.0-12.1":0.00419,"12.2-12.5":0.09757,"13.0-13.1":0.0018,"13.2":0.01975,"13.3":0.00479,"13.4-13.7":0.01856,"14.0-14.4":0.03652,"14.5-14.8":0.05567,"15.0-15.1":0.02574,"15.2-15.3":0.02933,"15.4":0.03352,"15.5":0.0425,"15.6-15.8":0.37114,"16.0":0.0868,"16.1":0.18078,"16.2":0.0868,"16.3":0.15325,"16.4":0.03173,"16.5":0.06645,"16.6-16.7":0.52498,"17.0":0.06285,"17.1":0.11613,"17.2":0.15444,"17.3":1.12659,"17.4":2.54291,"17.5":0.02335},P:{"4":0.16369,"20":0.05115,"21":0.25576,"22":0.40922,"23":0.49107,"24":0.80821,"5.0-5.4":0.05115,"6.2-6.4":0.01023,"7.2-7.4":0.19438,_:"8.2 10.1 12.0","9.2":0.03069,"11.1-11.2":0.05115,"13.0":0.02046,"14.0":0.03069,"15.0":0.02046,"16.0":0.09207,"17.0":0.08184,"18.0":0.03069,"19.0":0.11254},I:{"0":0.08311,"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.00021},A:{"8":0.00241,"11":0.03378,_:"6 7 9 10 5.5"},K:{"0":0.90872,_:"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.00759},O:{"0":0.10622},H:{"0":0.07},L:{"0":69.35986},R:{_:"0"},M:{"0":0.50074}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"61":0.00636,"72":0.00636,"78":0.00954,"115":0.09543,"118":0.00636,"123":0.00318,"124":0.35945,"125":0.2004,_:"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 62 63 64 65 66 67 68 69 70 71 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 119 120 121 122 126 127 128 3.5 3.6"},D:{"37":0.00318,"43":0.00318,"49":0.00636,"50":0.00318,"55":0.01909,"59":0.00636,"65":0.00318,"68":0.00318,"69":0.00318,"70":0.00318,"73":0.00636,"74":0.03181,"75":0.02227,"76":0.00318,"79":0.01909,"80":0.00318,"83":0.00954,"84":0.00318,"87":0.02545,"88":0.00954,"90":0.00318,"91":0.06044,"93":0.01272,"95":0.00318,"99":0.23221,"100":0.00318,"102":0.00636,"103":0.03817,"105":0.00954,"106":0.00636,"108":0.00318,"109":0.85569,"112":0.00318,"113":0.09225,"115":0.00318,"116":0.15905,"117":0.00636,"118":0.00636,"119":0.10179,"120":0.09225,"121":0.17814,"122":1.08472,"123":11.27983,"124":4.29753,"125":0.05408,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 38 39 40 41 42 44 45 46 47 48 51 52 53 54 56 57 58 60 61 62 63 64 66 67 71 72 77 78 81 85 86 89 92 94 96 97 98 101 104 107 110 111 114 126 127"},F:{"95":0.01909,"106":0.00318,"107":0.95112,"108":0.43898,"109":0.09543,_:"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.00318,"83":0.00318,"89":0.00318,"90":0.00318,"92":0.02545,"99":0.00636,"101":0.00318,"109":0.02227,"112":0.01591,"114":0.00954,"115":0.00318,"117":0.01272,"119":0.13678,"120":0.15587,"121":0.02863,"122":0.69664,"123":3.62634,"124":1.42827,_:"12 13 14 15 16 17 79 80 81 84 85 86 87 88 91 93 94 95 96 97 98 100 102 103 104 105 106 107 108 110 111 113 116 118"},E:{"14":0.00954,_:"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 12.1 15.4 16.0","11.1":0.00318,"13.1":0.02227,"14.1":0.0509,"15.1":0.04135,"15.2-15.3":0.00318,"15.5":0.00954,"15.6":0.07316,"16.1":0.06362,"16.2":0.00318,"16.3":0.00636,"16.4":0.00318,"16.5":0.16859,"16.6":0.1336,"17.0":0.00318,"17.1":0.00954,"17.2":0.05408,"17.3":0.13996,"17.4":0.16541,"17.5":0.01272},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.00569,"7.0-7.1":0.00911,"8.1-8.4":0.00228,"9.0-9.2":0.00569,"9.3":0.02847,"10.0-10.2":0.00569,"10.3":0.04556,"11.0-11.2":0.03872,"11.3-11.4":0.01139,"12.0-12.1":0.00797,"12.2-12.5":0.18565,"13.0-13.1":0.00342,"13.2":0.03759,"13.3":0.00911,"13.4-13.7":0.03531,"14.0-14.4":0.06948,"14.5-14.8":0.10592,"15.0-15.1":0.04897,"15.2-15.3":0.05581,"15.4":0.06378,"15.5":0.08086,"15.6-15.8":0.70614,"16.0":0.16515,"16.1":0.34396,"16.2":0.16515,"16.3":0.29157,"16.4":0.06036,"16.5":0.12642,"16.6-16.7":0.99885,"17.0":0.11959,"17.1":0.22095,"17.2":0.29385,"17.3":2.14349,"17.4":4.83822,"17.5":0.04442},P:{"4":0.09343,"20":0.03114,"21":0.15571,"22":0.04152,"23":0.33218,"24":1.22492,_:"5.0-5.4 6.2-6.4 8.2 9.2 10.1 12.0","7.2-7.4":0.11419,"11.1-11.2":0.19723,"13.0":0.01038,"14.0":0.02076,"15.0":0.12457,"16.0":0.06228,"17.0":0.02076,"18.0":0.01038,"19.0":0.10381},I:{"0":0.0883,"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:{"11":0.01591,_:"6 7 8 9 10 5.5"},K:{"0":0.16368,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.00682,_:"3.0-3.1"},Q:{_:"14.9"},O:{"0":0.11594},H:{"0":0},L:{"0":56.85692},R:{_:"0"},M:{"0":0.25234}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"115":13.15717,_:"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 123 124 125 126 127 128 3.5 3.6"},D:{"123":15.78792,_:"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 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 124 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:{_:"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 116 117 118 119 120 121 122 123 124"},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.2 17.3 17.4 17.5","17.1":5.2615},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00263,"5.0-5.1":0.00263,"6.0-6.1":0.00658,"7.0-7.1":0.01053,"8.1-8.4":0.00263,"9.0-9.2":0.00658,"9.3":0.0329,"10.0-10.2":0.00658,"10.3":0.05263,"11.0-11.2":0.04474,"11.3-11.4":0.01316,"12.0-12.1":0.00921,"12.2-12.5":0.21448,"13.0-13.1":0.00395,"13.2":0.04342,"13.3":0.01053,"13.4-13.7":0.04079,"14.0-14.4":0.08026,"14.5-14.8":0.12237,"15.0-15.1":0.05658,"15.2-15.3":0.06447,"15.4":0.07368,"15.5":0.09342,"15.6-15.8":0.8158,"16.0":0.19079,"16.1":0.39737,"16.2":0.19079,"16.3":0.33684,"16.4":0.06974,"16.5":0.14605,"16.6-16.7":1.15396,"17.0":0.13816,"17.1":0.25527,"17.2":0.33948,"17.3":2.47634,"17.4":5.58952,"17.5":0.05132},P:{"24":2.6316,_:"4 20 21 22 23 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":50.0004},R:{_:"0"},M:{_:"0"}};
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports={C:{"52":0.01241,"78":0.00414,"80":0.00414,"88":0.00827,"92":0.00414,"94":0.00414,"104":0.00414,"105":0.00414,"108":0.00414,"111":0.02482,"113":0.00414,"115":0.17375,"118":0.00414,"120":0.00414,"121":0.00414,"122":0.43439,"123":0.02896,"124":0.85636,"125":0.54608,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 81 82 83 84 85 86 87 89 90 91 93 95 96 97 98 99 100 101 102 103 106 107 109 110 112 114 116 117 119 126 127 128 3.5","3.6":0.00414},D:{"38":0.00827,"43":0.00414,"44":0.00414,"45":0.00414,"46":0.00414,"47":0.00414,"49":0.00414,"51":0.00827,"56":0.00414,"58":0.00414,"69":0.00414,"70":0.00414,"73":0.00414,"79":0.04964,"83":0.00414,"87":0.04551,"89":0.00414,"91":0.02482,"93":0.15721,"94":0.01655,"95":0.02069,"98":0.05378,"99":0.00827,"100":0.00414,"101":0.00414,"102":0.01241,"103":0.0331,"104":0.00414,"105":0.02069,"106":0.00827,"107":0.00827,"108":0.00827,"109":1.03425,"110":0.01655,"111":0.00414,"112":0.02069,"113":0.08688,"114":0.01655,"115":0.00414,"116":0.13238,"117":0.02069,"118":0.15307,"119":0.06206,"120":0.09515,"121":0.21099,"122":2.5608,"123":16.95343,"124":6.44545,"125":0.02482,_:"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 48 50 52 53 54 55 57 59 60 61 62 63 64 65 66 67 68 71 72 74 75 76 77 78 80 81 84 85 86 88 90 92 96 97 126 127"},F:{"28":0.00414,"78":0.00414,"95":0.00827,"107":0.5585,"108":0.302,"109":0.13238,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 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.00414,"108":0.00414,"109":0.02482,"113":0.00414,"118":0.00827,"119":0.00414,"120":0.01241,"121":0.02482,"122":0.38474,"123":3.73157,"124":1.79132,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 110 111 112 114 115 116 117"},E:{"9":0.00827,"14":0.02896,_:"0 4 5 6 7 8 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1","12.1":0.00414,"13.1":0.31441,"14.1":0.18203,"15.1":0.16962,"15.2-15.3":0.00414,"15.4":0.00827,"15.5":0.01655,"15.6":0.1448,"16.0":0.02069,"16.1":0.02482,"16.2":0.01241,"16.3":0.08688,"16.4":0.02482,"16.5":0.02896,"16.6":0.26063,"17.0":0.04137,"17.1":0.06619,"17.2":0.09929,"17.3":0.27718,"17.4":0.76948,"17.5":0.00414},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.00633,"7.0-7.1":0.01012,"8.1-8.4":0.00253,"9.0-9.2":0.00633,"9.3":0.03164,"10.0-10.2":0.00633,"10.3":0.05062,"11.0-11.2":0.04303,"11.3-11.4":0.01265,"12.0-12.1":0.00886,"12.2-12.5":0.20627,"13.0-13.1":0.0038,"13.2":0.04176,"13.3":0.01012,"13.4-13.7":0.03923,"14.0-14.4":0.07719,"14.5-14.8":0.11769,"15.0-15.1":0.05441,"15.2-15.3":0.06201,"15.4":0.07087,"15.5":0.08985,"15.6-15.8":0.78458,"16.0":0.18349,"16.1":0.38217,"16.2":0.18349,"16.3":0.32396,"16.4":0.06707,"16.5":0.14047,"16.6-16.7":1.1098,"17.0":0.13287,"17.1":0.2455,"17.2":0.32649,"17.3":2.38158,"17.4":5.37564,"17.5":0.04935},P:{"4":0.08249,"20":0.03093,"21":0.04124,"22":0.07218,"23":0.40212,"24":3.58814,"5.0-5.4":0.02062,"6.2-6.4":0.02062,"7.2-7.4":0.01031,_:"8.2 10.1 12.0 16.0","9.2":0.03093,"11.1-11.2":0.01031,"13.0":0.01031,"14.0":0.01031,"15.0":0.01031,"17.0":0.03093,"18.0":0.01031,"19.0":0.04124},I:{"0":0.0876,"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:{"7":0.00414,"8":0.02482,"9":0.00414,"10":0.00414,"11":0.05378,_:"6 5.5"},K:{"0":0.45739,_:"10 11 12 11.1 11.5 12.1"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.02346,_:"3.0-3.1"},Q:{_:"14.9"},O:{"0":0.17006},H:{"0":0},L:{"0":40.40185},R:{_:"0"},M:{"0":0.18765}};
|