extension-develop 2.0.0-rc.1 → 2.0.0-rc.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/module.js +23 -23
- package/dist/node_modules/.package-lock.json +2529 -0
- package/dist/node_modules/@babel/code-frame/LICENSE +22 -0
- package/dist/node_modules/@babel/code-frame/README.md +19 -0
- package/dist/node_modules/@babel/code-frame/lib/index.js +216 -0
- package/dist/node_modules/@babel/code-frame/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/code-frame/package.json +31 -0
- package/dist/node_modules/@babel/helper-validator-identifier/LICENSE +22 -0
- package/dist/node_modules/@babel/helper-validator-identifier/README.md +19 -0
- package/dist/node_modules/@babel/helper-validator-identifier/lib/identifier.js +70 -0
- package/dist/node_modules/@babel/helper-validator-identifier/lib/identifier.js.map +1 -0
- package/dist/node_modules/@babel/helper-validator-identifier/lib/index.js +57 -0
- package/dist/node_modules/@babel/helper-validator-identifier/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/helper-validator-identifier/lib/keyword.js +35 -0
- package/dist/node_modules/@babel/helper-validator-identifier/lib/keyword.js.map +1 -0
- package/dist/node_modules/@babel/helper-validator-identifier/package.json +31 -0
- package/dist/node_modules/@csstools/cascade-layer-name-parser/CHANGELOG.md +10 -0
- package/dist/node_modules/@csstools/cascade-layer-name-parser/LICENSE.md +20 -0
- package/dist/node_modules/@csstools/cascade-layer-name-parser/README.md +32 -0
- package/dist/node_modules/@csstools/cascade-layer-name-parser/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/cascade-layer-name-parser/dist/index.d.ts +35 -0
- package/dist/node_modules/@csstools/cascade-layer-name-parser/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/cascade-layer-name-parser/package.json +67 -0
- package/dist/node_modules/@csstools/color-helpers/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/color-helpers/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/color-helpers/README.md +32 -0
- package/dist/node_modules/@csstools/color-helpers/dist/index.cjs +263 -0
- package/dist/node_modules/@csstools/color-helpers/dist/index.d.ts +408 -0
- package/dist/node_modules/@csstools/color-helpers/dist/index.mjs +263 -0
- package/dist/node_modules/@csstools/color-helpers/package.json +62 -0
- package/dist/node_modules/@csstools/css-calc/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/css-calc/LICENSE.md +20 -0
- package/dist/node_modules/@csstools/css-calc/README.md +132 -0
- package/dist/node_modules/@csstools/css-calc/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/css-calc/dist/index.d.ts +52 -0
- package/dist/node_modules/@csstools/css-calc/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/css-calc/package.json +66 -0
- package/dist/node_modules/@csstools/css-color-parser/CHANGELOG.md +11 -0
- package/dist/node_modules/@csstools/css-color-parser/LICENSE.md +20 -0
- package/dist/node_modules/@csstools/css-color-parser/README.md +37 -0
- package/dist/node_modules/@csstools/css-color-parser/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/css-color-parser/dist/index.d.ts +162 -0
- package/dist/node_modules/@csstools/css-color-parser/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/css-color-parser/package.json +71 -0
- package/dist/node_modules/@csstools/css-parser-algorithms/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/css-parser-algorithms/LICENSE.md +20 -0
- package/dist/node_modules/@csstools/css-parser-algorithms/README.md +119 -0
- package/dist/node_modules/@csstools/css-parser-algorithms/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/css-parser-algorithms/dist/index.d.ts +604 -0
- package/dist/node_modules/@csstools/css-parser-algorithms/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/css-parser-algorithms/package.json +65 -0
- package/dist/node_modules/@csstools/css-tokenizer/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/css-tokenizer/LICENSE.md +20 -0
- package/dist/node_modules/@csstools/css-tokenizer/README.md +111 -0
- package/dist/node_modules/@csstools/css-tokenizer/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/css-tokenizer/dist/index.d.ts +593 -0
- package/dist/node_modules/@csstools/css-tokenizer/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/css-tokenizer/package.json +62 -0
- package/dist/node_modules/@csstools/media-query-list-parser/CHANGELOG.md +10 -0
- package/dist/node_modules/@csstools/media-query-list-parser/LICENSE.md +20 -0
- package/dist/node_modules/@csstools/media-query-list-parser/README.md +61 -0
- package/dist/node_modules/@csstools/media-query-list-parser/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/media-query-list-parser/dist/index.d.ts +775 -0
- package/dist/node_modules/@csstools/media-query-list-parser/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/media-query-list-parser/package.json +67 -0
- package/dist/node_modules/@csstools/normalize.css/LICENSE.md +108 -0
- package/dist/node_modules/@csstools/normalize.css/README.md +107 -0
- package/dist/node_modules/@csstools/normalize.css/normalize.css +257 -0
- package/dist/node_modules/@csstools/normalize.css/opinionated.css +265 -0
- package/dist/node_modules/@csstools/normalize.css/package.json +30 -0
- package/dist/node_modules/@csstools/postcss-cascade-layers/CHANGELOG.md +10 -0
- package/dist/node_modules/@csstools/postcss-cascade-layers/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-cascade-layers/README.md +194 -0
- package/dist/node_modules/@csstools/postcss-cascade-layers/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-cascade-layers/dist/index.d.ts +16 -0
- package/dist/node_modules/@csstools/postcss-cascade-layers/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-cascade-layers/package.json +82 -0
- package/dist/node_modules/@csstools/postcss-color-function/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/postcss-color-function/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-color-function/README.md +151 -0
- package/dist/node_modules/@csstools/postcss-color-function/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-color-function/dist/index.d.ts +14 -0
- package/dist/node_modules/@csstools/postcss-color-function/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-color-function/package.json +73 -0
- package/dist/node_modules/@csstools/postcss-color-mix-function/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/postcss-color-mix-function/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-color-mix-function/README.md +74 -0
- package/dist/node_modules/@csstools/postcss-color-mix-function/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-color-mix-function/dist/index.d.ts +19 -0
- package/dist/node_modules/@csstools/postcss-color-mix-function/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-color-mix-function/package.json +82 -0
- package/dist/node_modules/@csstools/postcss-content-alt-text/CHANGELOG.md +10 -0
- package/dist/node_modules/@csstools/postcss-content-alt-text/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-content-alt-text/README.md +122 -0
- package/dist/node_modules/@csstools/postcss-content-alt-text/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-content-alt-text/dist/index.d.ts +24 -0
- package/dist/node_modules/@csstools/postcss-content-alt-text/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-content-alt-text/package.json +77 -0
- package/dist/node_modules/@csstools/postcss-exponential-functions/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/postcss-exponential-functions/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-exponential-functions/README.md +91 -0
- package/dist/node_modules/@csstools/postcss-exponential-functions/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-exponential-functions/dist/index.d.ts +12 -0
- package/dist/node_modules/@csstools/postcss-exponential-functions/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-exponential-functions/package.json +75 -0
- package/dist/node_modules/@csstools/postcss-font-format-keywords/CHANGELOG.md +10 -0
- package/dist/node_modules/@csstools/postcss-font-format-keywords/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-font-format-keywords/README.md +88 -0
- package/dist/node_modules/@csstools/postcss-font-format-keywords/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-font-format-keywords/dist/index.d.ts +12 -0
- package/dist/node_modules/@csstools/postcss-font-format-keywords/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-font-format-keywords/package.json +66 -0
- package/dist/node_modules/@csstools/postcss-gamut-mapping/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/postcss-gamut-mapping/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-gamut-mapping/README.md +71 -0
- package/dist/node_modules/@csstools/postcss-gamut-mapping/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-gamut-mapping/dist/index.d.ts +9 -0
- package/dist/node_modules/@csstools/postcss-gamut-mapping/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-gamut-mapping/package.json +78 -0
- package/dist/node_modules/@csstools/postcss-gradients-interpolation-method/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/postcss-gradients-interpolation-method/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-gradients-interpolation-method/README.md +160 -0
- package/dist/node_modules/@csstools/postcss-gradients-interpolation-method/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-gradients-interpolation-method/dist/index.d.ts +14 -0
- package/dist/node_modules/@csstools/postcss-gradients-interpolation-method/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-gradients-interpolation-method/package.json +73 -0
- package/dist/node_modules/@csstools/postcss-hwb-function/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/postcss-hwb-function/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-hwb-function/README.md +88 -0
- package/dist/node_modules/@csstools/postcss-hwb-function/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-hwb-function/dist/index.d.ts +21 -0
- package/dist/node_modules/@csstools/postcss-hwb-function/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-hwb-function/package.json +78 -0
- package/dist/node_modules/@csstools/postcss-ic-unit/CHANGELOG.md +11 -0
- package/dist/node_modules/@csstools/postcss-ic-unit/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-ic-unit/README.md +96 -0
- package/dist/node_modules/@csstools/postcss-ic-unit/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-ic-unit/dist/index.d.ts +14 -0
- package/dist/node_modules/@csstools/postcss-ic-unit/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-ic-unit/package.json +65 -0
- package/dist/node_modules/@csstools/postcss-initial/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/postcss-initial/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-initial/README.md +74 -0
- package/dist/node_modules/@csstools/postcss-initial/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-initial/dist/index.d.ts +12 -0
- package/dist/node_modules/@csstools/postcss-initial/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-initial/package.json +64 -0
- package/dist/node_modules/@csstools/postcss-is-pseudo-class/CHANGELOG.md +11 -0
- package/dist/node_modules/@csstools/postcss-is-pseudo-class/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-is-pseudo-class/README.md +253 -0
- package/dist/node_modules/@csstools/postcss-is-pseudo-class/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-is-pseudo-class/dist/index.d.ts +27 -0
- package/dist/node_modules/@csstools/postcss-is-pseudo-class/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-is-pseudo-class/package.json +65 -0
- package/dist/node_modules/@csstools/postcss-light-dark-function/CHANGELOG.md +10 -0
- package/dist/node_modules/@csstools/postcss-light-dark-function/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-light-dark-function/README.md +174 -0
- package/dist/node_modules/@csstools/postcss-light-dark-function/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-light-dark-function/dist/index.d.ts +14 -0
- package/dist/node_modules/@csstools/postcss-light-dark-function/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-light-dark-function/package.json +70 -0
- package/dist/node_modules/@csstools/postcss-logical-float-and-clear/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/postcss-logical-float-and-clear/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-logical-float-and-clear/README.md +86 -0
- package/dist/node_modules/@csstools/postcss-logical-float-and-clear/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-logical-float-and-clear/dist/index.d.ts +19 -0
- package/dist/node_modules/@csstools/postcss-logical-float-and-clear/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-logical-float-and-clear/package.json +71 -0
- package/dist/node_modules/@csstools/postcss-logical-overflow/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/postcss-logical-overflow/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-logical-overflow/README.md +96 -0
- package/dist/node_modules/@csstools/postcss-logical-overflow/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-logical-overflow/dist/index.d.ts +19 -0
- package/dist/node_modules/@csstools/postcss-logical-overflow/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-logical-overflow/package.json +67 -0
- package/dist/node_modules/@csstools/postcss-logical-overscroll-behavior/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/postcss-logical-overscroll-behavior/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-logical-overscroll-behavior/README.md +96 -0
- package/dist/node_modules/@csstools/postcss-logical-overscroll-behavior/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-logical-overscroll-behavior/dist/index.d.ts +19 -0
- package/dist/node_modules/@csstools/postcss-logical-overscroll-behavior/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-logical-overscroll-behavior/package.json +67 -0
- package/dist/node_modules/@csstools/postcss-logical-resize/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/postcss-logical-resize/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-logical-resize/README.md +99 -0
- package/dist/node_modules/@csstools/postcss-logical-resize/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-logical-resize/dist/index.d.ts +21 -0
- package/dist/node_modules/@csstools/postcss-logical-resize/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-logical-resize/package.json +73 -0
- package/dist/node_modules/@csstools/postcss-logical-viewport-units/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/postcss-logical-viewport-units/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-logical-viewport-units/README.md +105 -0
- package/dist/node_modules/@csstools/postcss-logical-viewport-units/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-logical-viewport-units/dist/index.d.ts +21 -0
- package/dist/node_modules/@csstools/postcss-logical-viewport-units/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-logical-viewport-units/package.json +75 -0
- package/dist/node_modules/@csstools/postcss-media-minmax/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/postcss-media-minmax/LICENSE.md +21 -0
- package/dist/node_modules/@csstools/postcss-media-minmax/README.md +54 -0
- package/dist/node_modules/@csstools/postcss-media-minmax/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-media-minmax/dist/index.d.ts +9 -0
- package/dist/node_modules/@csstools/postcss-media-minmax/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-media-minmax/package.json +75 -0
- package/dist/node_modules/@csstools/postcss-media-queries-aspect-ratio-number-values/CHANGELOG.md +11 -0
- package/dist/node_modules/@csstools/postcss-media-queries-aspect-ratio-number-values/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-media-queries-aspect-ratio-number-values/README.md +62 -0
- package/dist/node_modules/@csstools/postcss-media-queries-aspect-ratio-number-values/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-media-queries-aspect-ratio-number-values/dist/index.d.ts +12 -0
- package/dist/node_modules/@csstools/postcss-media-queries-aspect-ratio-number-values/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-media-queries-aspect-ratio-number-values/package.json +71 -0
- package/dist/node_modules/@csstools/postcss-nested-calc/CHANGELOG.md +10 -0
- package/dist/node_modules/@csstools/postcss-nested-calc/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-nested-calc/README.md +71 -0
- package/dist/node_modules/@csstools/postcss-nested-calc/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-nested-calc/dist/index.d.ts +12 -0
- package/dist/node_modules/@csstools/postcss-nested-calc/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-nested-calc/package.json +72 -0
- package/dist/node_modules/@csstools/postcss-normalize-display-values/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/postcss-normalize-display-values/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-normalize-display-values/README.md +88 -0
- package/dist/node_modules/@csstools/postcss-normalize-display-values/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-normalize-display-values/dist/index.d.ts +12 -0
- package/dist/node_modules/@csstools/postcss-normalize-display-values/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-normalize-display-values/package.json +75 -0
- package/dist/node_modules/@csstools/postcss-oklab-function/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/postcss-oklab-function/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-oklab-function/README.md +173 -0
- package/dist/node_modules/@csstools/postcss-oklab-function/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-oklab-function/dist/index.d.ts +19 -0
- package/dist/node_modules/@csstools/postcss-oklab-function/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-oklab-function/package.json +69 -0
- package/dist/node_modules/@csstools/postcss-progressive-custom-properties/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/postcss-progressive-custom-properties/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-progressive-custom-properties/README.md +122 -0
- package/dist/node_modules/@csstools/postcss-progressive-custom-properties/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-progressive-custom-properties/dist/index.d.ts +6 -0
- package/dist/node_modules/@csstools/postcss-progressive-custom-properties/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-progressive-custom-properties/package.json +64 -0
- package/dist/node_modules/@csstools/postcss-random-function/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/postcss-random-function/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-random-function/README.md +121 -0
- package/dist/node_modules/@csstools/postcss-random-function/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-random-function/dist/index.d.ts +12 -0
- package/dist/node_modules/@csstools/postcss-random-function/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-random-function/package.json +71 -0
- package/dist/node_modules/@csstools/postcss-relative-color-syntax/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/postcss-relative-color-syntax/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-relative-color-syntax/README.md +74 -0
- package/dist/node_modules/@csstools/postcss-relative-color-syntax/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-relative-color-syntax/dist/index.d.ts +19 -0
- package/dist/node_modules/@csstools/postcss-relative-color-syntax/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-relative-color-syntax/package.json +73 -0
- package/dist/node_modules/@csstools/postcss-scope-pseudo-class/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/postcss-scope-pseudo-class/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-scope-pseudo-class/README.md +73 -0
- package/dist/node_modules/@csstools/postcss-scope-pseudo-class/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-scope-pseudo-class/dist/index.d.ts +12 -0
- package/dist/node_modules/@csstools/postcss-scope-pseudo-class/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-scope-pseudo-class/package.json +70 -0
- package/dist/node_modules/@csstools/postcss-sign-functions/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/postcss-sign-functions/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-sign-functions/README.md +184 -0
- package/dist/node_modules/@csstools/postcss-sign-functions/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-sign-functions/dist/index.d.ts +12 -0
- package/dist/node_modules/@csstools/postcss-sign-functions/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-sign-functions/package.json +72 -0
- package/dist/node_modules/@csstools/postcss-stepped-value-functions/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/postcss-stepped-value-functions/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-stepped-value-functions/README.md +107 -0
- package/dist/node_modules/@csstools/postcss-stepped-value-functions/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-stepped-value-functions/dist/index.d.ts +12 -0
- package/dist/node_modules/@csstools/postcss-stepped-value-functions/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-stepped-value-functions/package.json +74 -0
- package/dist/node_modules/@csstools/postcss-text-decoration-shorthand/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/postcss-text-decoration-shorthand/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-text-decoration-shorthand/README.md +75 -0
- package/dist/node_modules/@csstools/postcss-text-decoration-shorthand/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-text-decoration-shorthand/dist/index.d.ts +12 -0
- package/dist/node_modules/@csstools/postcss-text-decoration-shorthand/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-text-decoration-shorthand/package.json +72 -0
- package/dist/node_modules/@csstools/postcss-trigonometric-functions/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/postcss-trigonometric-functions/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-trigonometric-functions/README.md +149 -0
- package/dist/node_modules/@csstools/postcss-trigonometric-functions/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-trigonometric-functions/dist/index.d.ts +12 -0
- package/dist/node_modules/@csstools/postcss-trigonometric-functions/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-trigonometric-functions/package.json +78 -0
- package/dist/node_modules/@csstools/postcss-unset-value/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/postcss-unset-value/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-unset-value/README.md +120 -0
- package/dist/node_modules/@csstools/postcss-unset-value/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-unset-value/dist/index.d.ts +12 -0
- package/dist/node_modules/@csstools/postcss-unset-value/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-unset-value/package.json +67 -0
- package/dist/node_modules/@csstools/selector-resolve-nested/CHANGELOG.md +10 -0
- package/dist/node_modules/@csstools/selector-resolve-nested/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/selector-resolve-nested/README.md +33 -0
- package/dist/node_modules/@csstools/selector-resolve-nested/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/selector-resolve-nested/dist/index.d.ts +47 -0
- package/dist/node_modules/@csstools/selector-resolve-nested/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/selector-resolve-nested/package.json +66 -0
- package/dist/node_modules/@csstools/selector-specificity/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/selector-specificity/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/selector-specificity/README.md +57 -0
- package/dist/node_modules/@csstools/selector-specificity/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/selector-specificity/dist/index.d.ts +58 -0
- package/dist/node_modules/@csstools/selector-specificity/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/selector-specificity/package.json +66 -0
- package/dist/node_modules/@csstools/utilities/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/utilities/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/utilities/README.md +25 -0
- package/dist/node_modules/@csstools/utilities/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/utilities/dist/index.d.ts +24 -0
- package/dist/node_modules/@csstools/utilities/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/utilities/package.json +66 -0
- package/dist/node_modules/argparse/CHANGELOG.md +216 -0
- package/dist/node_modules/argparse/LICENSE +254 -0
- package/dist/node_modules/argparse/README.md +84 -0
- package/dist/node_modules/argparse/argparse.js +3707 -0
- package/dist/node_modules/argparse/lib/sub.js +67 -0
- package/dist/node_modules/argparse/lib/textwrap.js +440 -0
- package/dist/node_modules/argparse/package.json +31 -0
- package/dist/node_modules/autoprefixer/LICENSE +20 -0
- package/dist/node_modules/autoprefixer/README.md +66 -0
- package/dist/node_modules/autoprefixer/bin/autoprefixer +22 -0
- package/dist/node_modules/autoprefixer/data/prefixes.js +1136 -0
- package/dist/node_modules/autoprefixer/lib/at-rule.js +35 -0
- package/dist/node_modules/autoprefixer/lib/autoprefixer.d.ts +95 -0
- package/dist/node_modules/autoprefixer/lib/autoprefixer.js +164 -0
- package/dist/node_modules/autoprefixer/lib/brackets.js +51 -0
- package/dist/node_modules/autoprefixer/lib/browsers.js +79 -0
- package/dist/node_modules/autoprefixer/lib/declaration.js +187 -0
- package/dist/node_modules/autoprefixer/lib/hacks/align-content.js +49 -0
- package/dist/node_modules/autoprefixer/lib/hacks/align-items.js +46 -0
- package/dist/node_modules/autoprefixer/lib/hacks/align-self.js +56 -0
- package/dist/node_modules/autoprefixer/lib/hacks/animation.js +17 -0
- package/dist/node_modules/autoprefixer/lib/hacks/appearance.js +23 -0
- package/dist/node_modules/autoprefixer/lib/hacks/autofill.js +26 -0
- package/dist/node_modules/autoprefixer/lib/hacks/backdrop-filter.js +20 -0
- package/dist/node_modules/autoprefixer/lib/hacks/background-clip.js +24 -0
- package/dist/node_modules/autoprefixer/lib/hacks/background-size.js +23 -0
- package/dist/node_modules/autoprefixer/lib/hacks/block-logical.js +40 -0
- package/dist/node_modules/autoprefixer/lib/hacks/border-image.js +15 -0
- package/dist/node_modules/autoprefixer/lib/hacks/border-radius.js +40 -0
- package/dist/node_modules/autoprefixer/lib/hacks/break-props.js +63 -0
- package/dist/node_modules/autoprefixer/lib/hacks/cross-fade.js +35 -0
- package/dist/node_modules/autoprefixer/lib/hacks/display-flex.js +65 -0
- package/dist/node_modules/autoprefixer/lib/hacks/display-grid.js +21 -0
- package/dist/node_modules/autoprefixer/lib/hacks/file-selector-button.js +26 -0
- package/dist/node_modules/autoprefixer/lib/hacks/filter-value.js +14 -0
- package/dist/node_modules/autoprefixer/lib/hacks/filter.js +19 -0
- package/dist/node_modules/autoprefixer/lib/hacks/flex-basis.js +39 -0
- package/dist/node_modules/autoprefixer/lib/hacks/flex-direction.js +72 -0
- package/dist/node_modules/autoprefixer/lib/hacks/flex-flow.js +53 -0
- package/dist/node_modules/autoprefixer/lib/hacks/flex-grow.js +30 -0
- package/dist/node_modules/autoprefixer/lib/hacks/flex-shrink.js +39 -0
- package/dist/node_modules/autoprefixer/lib/hacks/flex-spec.js +19 -0
- package/dist/node_modules/autoprefixer/lib/hacks/flex-wrap.js +19 -0
- package/dist/node_modules/autoprefixer/lib/hacks/flex.js +54 -0
- package/dist/node_modules/autoprefixer/lib/hacks/fullscreen.js +20 -0
- package/dist/node_modules/autoprefixer/lib/hacks/gradient.js +448 -0
- package/dist/node_modules/autoprefixer/lib/hacks/grid-area.js +34 -0
- package/dist/node_modules/autoprefixer/lib/hacks/grid-column-align.js +28 -0
- package/dist/node_modules/autoprefixer/lib/hacks/grid-end.js +52 -0
- package/dist/node_modules/autoprefixer/lib/hacks/grid-row-align.js +28 -0
- package/dist/node_modules/autoprefixer/lib/hacks/grid-row-column.js +33 -0
- package/dist/node_modules/autoprefixer/lib/hacks/grid-rows-columns.js +125 -0
- package/dist/node_modules/autoprefixer/lib/hacks/grid-start.js +33 -0
- package/dist/node_modules/autoprefixer/lib/hacks/grid-template-areas.js +84 -0
- package/dist/node_modules/autoprefixer/lib/hacks/grid-template.js +69 -0
- package/dist/node_modules/autoprefixer/lib/hacks/grid-utils.js +1113 -0
- package/dist/node_modules/autoprefixer/lib/hacks/image-rendering.js +48 -0
- package/dist/node_modules/autoprefixer/lib/hacks/image-set.js +18 -0
- package/dist/node_modules/autoprefixer/lib/hacks/inline-logical.js +34 -0
- package/dist/node_modules/autoprefixer/lib/hacks/intrinsic.js +61 -0
- package/dist/node_modules/autoprefixer/lib/hacks/justify-content.js +54 -0
- package/dist/node_modules/autoprefixer/lib/hacks/mask-border.js +38 -0
- package/dist/node_modules/autoprefixer/lib/hacks/mask-composite.js +88 -0
- package/dist/node_modules/autoprefixer/lib/hacks/order.js +42 -0
- package/dist/node_modules/autoprefixer/lib/hacks/overscroll-behavior.js +33 -0
- package/dist/node_modules/autoprefixer/lib/hacks/pixelated.js +34 -0
- package/dist/node_modules/autoprefixer/lib/hacks/place-self.js +32 -0
- package/dist/node_modules/autoprefixer/lib/hacks/placeholder-shown.js +19 -0
- package/dist/node_modules/autoprefixer/lib/hacks/placeholder.js +33 -0
- package/dist/node_modules/autoprefixer/lib/hacks/print-color-adjust.js +25 -0
- package/dist/node_modules/autoprefixer/lib/hacks/text-decoration-skip-ink.js +23 -0
- package/dist/node_modules/autoprefixer/lib/hacks/text-decoration.js +25 -0
- package/dist/node_modules/autoprefixer/lib/hacks/text-emphasis-position.js +14 -0
- package/dist/node_modules/autoprefixer/lib/hacks/transform-decl.js +79 -0
- package/dist/node_modules/autoprefixer/lib/hacks/user-select.js +33 -0
- package/dist/node_modules/autoprefixer/lib/hacks/writing-mode.js +42 -0
- package/dist/node_modules/autoprefixer/lib/info.js +123 -0
- package/dist/node_modules/autoprefixer/lib/old-selector.js +67 -0
- package/dist/node_modules/autoprefixer/lib/old-value.js +22 -0
- package/dist/node_modules/autoprefixer/lib/prefixer.js +144 -0
- package/dist/node_modules/autoprefixer/lib/prefixes.js +428 -0
- package/dist/node_modules/autoprefixer/lib/processor.js +709 -0
- package/dist/node_modules/autoprefixer/lib/resolution.js +97 -0
- package/dist/node_modules/autoprefixer/lib/selector.js +150 -0
- package/dist/node_modules/autoprefixer/lib/supports.js +302 -0
- package/dist/node_modules/autoprefixer/lib/transition.js +329 -0
- package/dist/node_modules/autoprefixer/lib/utils.js +93 -0
- package/dist/node_modules/autoprefixer/lib/value.js +125 -0
- package/dist/node_modules/autoprefixer/lib/vendor.js +14 -0
- package/dist/node_modules/autoprefixer/package.json +49 -0
- package/dist/node_modules/browserslist/LICENSE +20 -0
- package/dist/node_modules/browserslist/README.md +67 -0
- package/dist/node_modules/browserslist/browser.js +54 -0
- package/dist/node_modules/browserslist/cli.js +156 -0
- package/dist/node_modules/browserslist/error.d.ts +7 -0
- package/dist/node_modules/browserslist/error.js +12 -0
- package/dist/node_modules/browserslist/index.d.ts +224 -0
- package/dist/node_modules/browserslist/index.js +1235 -0
- package/dist/node_modules/browserslist/node.js +457 -0
- package/dist/node_modules/browserslist/package.json +44 -0
- package/dist/node_modules/browserslist/parse.js +78 -0
- package/dist/node_modules/callsites/index.d.ts +96 -0
- package/dist/node_modules/callsites/index.js +13 -0
- package/dist/node_modules/callsites/license +9 -0
- package/dist/node_modules/callsites/package.json +39 -0
- package/dist/node_modules/callsites/readme.md +48 -0
- package/dist/node_modules/caniuse-lite/LICENSE +395 -0
- package/dist/node_modules/caniuse-lite/README.md +6 -0
- package/dist/node_modules/caniuse-lite/data/agents.js +1 -0
- package/dist/node_modules/caniuse-lite/data/browserVersions.js +1 -0
- package/dist/node_modules/caniuse-lite/data/browsers.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/aac.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/abortcontroller.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/ac3-ec3.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/accelerometer.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/addeventlistener.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/ambient-light.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/apng.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/array-find-index.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/array-find.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/array-flat.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/array-includes.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/arrow-functions.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/asmjs.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/async-clipboard.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/async-functions.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/atob-btoa.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/audio-api.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/audio.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/audiotracks.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/autofocus.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/auxclick.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/av1.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/avif.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/background-attachment.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/background-clip-text.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/background-img-opts.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/background-position-x-y.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/background-sync.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/battery-status.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/beacon.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/beforeafterprint.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/bigint.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/blobbuilder.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/bloburls.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/border-image.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/border-radius.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/broadcastchannel.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/brotli.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/calc.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/canvas-blending.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/canvas-text.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/canvas.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/ch-unit.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/channel-messaging.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/childnode-remove.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/classlist.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/clipboard.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/colr-v1.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/colr.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/comparedocumentposition.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/console-basic.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/console-time.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/const.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/constraint-validation.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/contenteditable.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/cookie-store-api.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/cors.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/createimagebitmap.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/credential-management.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/cross-document-view-transitions.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/cryptography.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-all.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-animation.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-any-link.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-appearance.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-at-counter-style.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-autofill.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-background-offsets.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-boxshadow.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-canvas.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-caret-color.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-cascade-layers.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-cascade-scope.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-case-insensitive.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-clip-path.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-color-adjust.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-color-function.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-conic-gradients.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-container-queries-style.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-container-queries.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-container-query-units.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-containment.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-content-visibility.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-counters.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-crisp-edges.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-cross-fade.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-default-pseudo.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-display-contents.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-element-function.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-env-function.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-exclusions.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-featurequeries.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-file-selector-button.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-filter-function.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-filters.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-first-letter.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-first-line.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-fixed.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-focus-visible.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-focus-within.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-font-palette.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-font-stretch.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-gencontent.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-gradients.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-grid-animation.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-grid.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-has.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-hyphens.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-image-orientation.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-image-set.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-initial-letter.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-initial-value.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-lch-lab.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-letter-spacing.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-line-clamp.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-logical-props.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-masks.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-math-functions.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-media-interaction.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-media-resolution.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-media-scripting.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-mediaqueries.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-mixblendmode.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-module-scripts.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-motion-paths.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-namespaces.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-nesting.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-not-sel-list.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-nth-child-of.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-opacity.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-overflow.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-page-break.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-paged-media.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-paint-api.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-placeholder.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-read-only-write.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-reflections.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-regions.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-relative-colors.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-resize.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-revert-value.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-scrollbar.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-sel2.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-sel3.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-selection.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-shapes.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-snappoints.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-sticky.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-subgrid.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-supports-api.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-table.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-text-align-last.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-text-box-trim.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-text-indent.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-text-justify.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-text-orientation.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-text-spacing.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-textshadow.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-touch-action.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-transitions.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-unset-value.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-variables.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-when-else.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-widows-orphans.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-width-stretch.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-writing-mode.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-zoom.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css3-attr.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css3-boxsizing.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css3-colors.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css3-cursors.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css3-tabsize.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/currentcolor.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/custom-elements.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/custom-elementsv1.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/customevent.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/datalist.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/dataset.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/datauri.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/decorators.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/details.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/deviceorientation.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/devicepixelratio.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/dialog.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/dispatchevent.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/dnssec.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/do-not-track.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/document-currentscript.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/document-execcommand.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/document-policy.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/document-scrollingelement.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/documenthead.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/dom-range.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/domcontentloaded.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/dommatrix.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/download.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/dragndrop.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/element-closest.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/element-from-point.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/element-scroll-methods.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/eme.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/eot.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/es5.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/es6-class.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/es6-generators.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/es6-module.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/es6-number.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/es6-string-includes.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/es6.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/eventsource.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/extended-system-fonts.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/feature-policy.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/fetch.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/fieldset-disabled.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/fileapi.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/filereader.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/filereadersync.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/filesystem.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/flac.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/flexbox-gap.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/flexbox.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/flow-root.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/font-family-system-ui.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/font-feature.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/font-kerning.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/font-loading.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/font-size-adjust.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/font-smooth.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/font-unicode-range.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/font-variant-alternates.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/font-variant-numeric.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/fontface.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/form-attribute.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/form-submit-attributes.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/form-validation.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/forms.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/fullscreen.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/gamepad.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/geolocation.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/getboundingclientrect.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/getcomputedstyle.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/getrandomvalues.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/gyroscope.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/hashchange.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/heif.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/hevc.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/hidden.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/high-resolution-time.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/history.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/html-media-capture.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/html5semantic.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/http-live-streaming.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/http2.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/http3.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/iframe-sandbox.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/iframe-seamless.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/imagecapture.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/ime.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/import-maps.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/imports.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/indexeddb.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/indexeddb2.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/inline-block.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/innertext.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/input-color.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/input-datetime.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/input-email-tel-url.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/input-event.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/input-file-accept.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/input-file-directory.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/input-file-multiple.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/input-inputmode.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/input-minlength.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/input-number.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/input-pattern.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/input-placeholder.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/input-range.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/input-search.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/input-selection.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/insert-adjacent.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/internationalization.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/intersectionobserver.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/intl-pluralrules.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/intrinsic-width.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/jpeg2000.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/jpegxl.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/jpegxr.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/json.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/keyboardevent-code.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/keyboardevent-key.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/keyboardevent-location.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/keyboardevent-which.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/lazyload.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/let.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/link-icon-png.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/link-icon-svg.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/link-rel-preload.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/link-rel-prerender.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/localecompare.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/magnetometer.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/matchesselector.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/matchmedia.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mathml.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/maxlength.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/media-fragments.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mediarecorder.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mediasource.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/menu.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/meta-theme-color.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/meter.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/midi.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/minmaxwh.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mp3.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mpeg-dash.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mpeg4.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/multibackgrounds.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/multicolumn.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mutation-events.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mutationobserver.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/namevalue-storage.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/native-filesystem-api.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/nav-timing.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/netinfo.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/notifications.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/object-entries.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/object-fit.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/object-observe.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/object-values.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/objectrtc.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/offline-apps.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/offscreencanvas.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/ogg-vorbis.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/ogv.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/ol-reversed.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/once-event-listener.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/online-status.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/opus.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/orientation-sensor.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/outline.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/pad-start-end.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/page-transition-events.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/pagevisibility.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/passive-event-listener.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/passkeys.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/passwordrules.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/path2d.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/payment-request.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/pdf-viewer.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/permissions-api.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/permissions-policy.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/picture-in-picture.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/picture.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/ping.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/png-alpha.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/pointer-events.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/pointer.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/pointerlock.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/portals.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/progress.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/promise-finally.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/promises.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/proximity.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/proxy.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/publickeypinning.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/push-api.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/queryselector.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/readonly-attr.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/referrer-policy.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/rel-noopener.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/rel-noreferrer.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/rellist.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/rem.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/requestanimationframe.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/requestidlecallback.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/resizeobserver.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/resource-timing.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/rest-parameters.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/ruby.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/run-in.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/screen-orientation.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/script-async.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/script-defer.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/scrollintoview.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/sdch.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/selection-api.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/selectlist.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/server-timing.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/serviceworkers.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/setimmediate.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/shadowdom.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/shadowdomv1.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/sharedworkers.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/sni.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/spdy.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/speech-recognition.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/speech-synthesis.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/sql-storage.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/srcset.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/stream.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/streams.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/style-scoped.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/subresource-bundling.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/subresource-integrity.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/svg-css.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/svg-filters.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/svg-fonts.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/svg-fragment.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/svg-html.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/svg-html5.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/svg-img.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/svg-smil.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/svg.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/sxg.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/tabindex-attr.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/template-literals.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/template.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/temporal.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/testfeat.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/text-decoration.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/text-emphasis.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/text-overflow.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/text-size-adjust.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/text-stroke.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/textcontent.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/textencoder.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/tls1-1.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/tls1-2.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/tls1-3.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/touch.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/transforms2d.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/transforms3d.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/trusted-types.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/ttf.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/typedarrays.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/u2f.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/unhandledrejection.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/url.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/urlsearchparams.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/use-strict.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/user-select-none.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/user-timing.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/variable-fonts.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/vector-effect.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/vibration.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/video.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/videotracks.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/view-transitions.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/viewport-units.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/wai-aria.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/wake-lock.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/wasm-bigint.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/wasm-extended-const.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/wasm-gc.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/wasm-multi-value.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/wasm-reference-types.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/wasm-signext.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/wasm-simd.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/wasm-threads.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/wasm.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/wav.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/wbr-element.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/web-animation.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/web-app-manifest.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/web-bluetooth.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/web-serial.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/web-share.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/webauthn.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/webcodecs.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/webgl.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/webgl2.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/webgpu.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/webhid.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/webkit-user-drag.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/webm.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/webnfc.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/webp.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/websockets.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/webtransport.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/webusb.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/webvr.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/webvtt.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/webworkers.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/webxr.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/will-change.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/woff.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/woff2.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/word-break.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/wordwrap.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/x-doc-messaging.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/x-frame-options.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/xhr2.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/xhtml.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/xhtmlsmil.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/xml-serializer.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/zstd.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/AD.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/AE.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/AF.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/AG.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/AI.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/AL.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/AM.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/AO.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/AR.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/AS.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/AT.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/AU.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/AW.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/AX.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/AZ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BA.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BB.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BD.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BE.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BF.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BG.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BH.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BI.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BJ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BM.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BN.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BO.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BR.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BS.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BT.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BW.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BY.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BZ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CA.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CD.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CF.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CG.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CH.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CI.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CK.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CL.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CM.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CN.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CO.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CR.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CU.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CV.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CX.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CY.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CZ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/DE.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/DJ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/DK.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/DM.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/DO.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/DZ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/EC.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/EE.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/EG.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/ER.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/ES.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/ET.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/FI.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/FJ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/FK.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/FM.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/FO.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/FR.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GA.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GB.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GD.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GE.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GF.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GG.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GH.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GI.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GL.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GM.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GN.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GP.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GQ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GR.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GT.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GU.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GW.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GY.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/HK.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/HN.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/HR.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/HT.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/HU.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/ID.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/IE.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/IL.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/IM.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/IN.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/IQ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/IR.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/IS.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/IT.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/JE.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/JM.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/JO.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/JP.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/KE.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/KG.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/KH.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/KI.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/KM.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/KN.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/KP.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/KR.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/KW.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/KY.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/KZ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/LA.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/LB.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/LC.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/LI.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/LK.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/LR.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/LS.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/LT.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/LU.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/LV.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/LY.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MA.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MC.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MD.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/ME.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MG.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MH.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MK.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/ML.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MM.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MN.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MO.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MP.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MQ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MR.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MS.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MT.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MU.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MV.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MW.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MX.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MY.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MZ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/NA.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/NC.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/NE.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/NF.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/NG.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/NI.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/NL.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/NO.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/NP.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/NR.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/NU.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/NZ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/OM.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/PA.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/PE.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/PF.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/PG.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/PH.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/PK.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/PL.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/PM.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/PN.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/PR.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/PS.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/PT.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/PW.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/PY.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/QA.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/RE.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/RO.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/RS.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/RU.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/RW.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SA.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SB.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SC.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SD.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SE.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SG.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SH.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SI.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SK.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SL.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SM.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SN.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SO.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SR.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/ST.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SV.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SY.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SZ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/TC.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/TD.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/TG.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/TH.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/TJ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/TL.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/TM.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/TN.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/TO.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/TR.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/TT.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/TV.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/TW.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/TZ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/UA.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/UG.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/US.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/UY.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/UZ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/VA.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/VC.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/VE.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/VG.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/VI.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/VN.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/VU.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/WF.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/WS.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/YE.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/YT.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/ZA.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/ZM.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/ZW.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/alt-af.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/alt-an.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/alt-as.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/alt-eu.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/alt-na.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/alt-oc.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/alt-sa.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/alt-ww.js +1 -0
- package/dist/node_modules/caniuse-lite/dist/lib/statuses.js +9 -0
- package/dist/node_modules/caniuse-lite/dist/lib/supported.js +9 -0
- package/dist/node_modules/caniuse-lite/dist/unpacker/agents.js +47 -0
- package/dist/node_modules/caniuse-lite/dist/unpacker/browserVersions.js +1 -0
- package/dist/node_modules/caniuse-lite/dist/unpacker/browsers.js +1 -0
- package/dist/node_modules/caniuse-lite/dist/unpacker/feature.js +52 -0
- package/dist/node_modules/caniuse-lite/dist/unpacker/features.js +6 -0
- package/dist/node_modules/caniuse-lite/dist/unpacker/index.js +4 -0
- package/dist/node_modules/caniuse-lite/dist/unpacker/region.js +22 -0
- package/dist/node_modules/caniuse-lite/package.json +34 -0
- package/dist/node_modules/cosmiconfig/LICENSE +22 -0
- package/dist/node_modules/cosmiconfig/README.md +782 -0
- package/dist/node_modules/cosmiconfig/dist/Explorer.d.ts +2 -0
- package/dist/node_modules/cosmiconfig/dist/Explorer.d.ts.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/Explorer.js +170 -0
- package/dist/node_modules/cosmiconfig/dist/Explorer.js.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/ExplorerBase.d.ts +2 -0
- package/dist/node_modules/cosmiconfig/dist/ExplorerBase.d.ts.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/ExplorerBase.js +126 -0
- package/dist/node_modules/cosmiconfig/dist/ExplorerBase.js.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/ExplorerSync.d.ts +2 -0
- package/dist/node_modules/cosmiconfig/dist/ExplorerSync.d.ts.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/ExplorerSync.js +184 -0
- package/dist/node_modules/cosmiconfig/dist/ExplorerSync.js.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/cacheWrapper.d.ts +5 -0
- package/dist/node_modules/cosmiconfig/dist/cacheWrapper.d.ts.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/cacheWrapper.js +32 -0
- package/dist/node_modules/cosmiconfig/dist/cacheWrapper.js.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/canUseDynamicImport.d.ts +3 -0
- package/dist/node_modules/cosmiconfig/dist/canUseDynamicImport.d.ts.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/canUseDynamicImport.js +23 -0
- package/dist/node_modules/cosmiconfig/dist/canUseDynamicImport.js.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/defaults.d.ts +25 -0
- package/dist/node_modules/cosmiconfig/dist/defaults.d.ts.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/defaults.js +105 -0
- package/dist/node_modules/cosmiconfig/dist/defaults.js.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/getDirectory.d.ts +4 -0
- package/dist/node_modules/cosmiconfig/dist/getDirectory.d.ts.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/getDirectory.js +38 -0
- package/dist/node_modules/cosmiconfig/dist/getDirectory.js.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/getPropertyByPath.d.ts +5 -0
- package/dist/node_modules/cosmiconfig/dist/getPropertyByPath.d.ts.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/getPropertyByPath.js +28 -0
- package/dist/node_modules/cosmiconfig/dist/getPropertyByPath.js.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/index.d.ts +6 -0
- package/dist/node_modules/cosmiconfig/dist/index.d.ts.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/index.js +148 -0
- package/dist/node_modules/cosmiconfig/dist/index.js.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/loaders.d.ts +8 -0
- package/dist/node_modules/cosmiconfig/dist/loaders.d.ts.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/loaders.js +148 -0
- package/dist/node_modules/cosmiconfig/dist/loaders.js.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/merge.d.ts +9 -0
- package/dist/node_modules/cosmiconfig/dist/merge.d.ts.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/merge.js +40 -0
- package/dist/node_modules/cosmiconfig/dist/merge.js.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/readFile.d.ts +7 -0
- package/dist/node_modules/cosmiconfig/dist/readFile.d.ts.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/readFile.js +56 -0
- package/dist/node_modules/cosmiconfig/dist/readFile.js.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/types.d.ts +98 -0
- package/dist/node_modules/cosmiconfig/dist/types.d.ts.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/types.js +3 -0
- package/dist/node_modules/cosmiconfig/dist/types.js.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/util.d.ts +2 -0
- package/dist/node_modules/cosmiconfig/dist/util.d.ts.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/util.js +99 -0
- package/dist/node_modules/cosmiconfig/dist/util.js.map +1 -0
- package/dist/node_modules/cosmiconfig/package.json +102 -0
- package/dist/node_modules/css-blank-pseudo/CHANGELOG.md +9 -0
- package/dist/node_modules/css-blank-pseudo/LICENSE.md +18 -0
- package/dist/node_modules/css-blank-pseudo/README.md +205 -0
- package/dist/node_modules/css-blank-pseudo/dist/browser-global.js +2 -0
- package/dist/node_modules/css-blank-pseudo/dist/browser-global.js.map +1 -0
- package/dist/node_modules/css-blank-pseudo/dist/browser.cjs +2 -0
- package/dist/node_modules/css-blank-pseudo/dist/browser.cjs.map +1 -0
- package/dist/node_modules/css-blank-pseudo/dist/browser.mjs +2 -0
- package/dist/node_modules/css-blank-pseudo/dist/browser.mjs.map +1 -0
- package/dist/node_modules/css-blank-pseudo/dist/index.cjs +1 -0
- package/dist/node_modules/css-blank-pseudo/dist/index.d.ts +16 -0
- package/dist/node_modules/css-blank-pseudo/dist/index.mjs +1 -0
- package/dist/node_modules/css-blank-pseudo/package.json +93 -0
- package/dist/node_modules/css-has-pseudo/CHANGELOG.md +9 -0
- package/dist/node_modules/css-has-pseudo/LICENSE.md +18 -0
- package/dist/node_modules/css-has-pseudo/README.md +331 -0
- package/dist/node_modules/css-has-pseudo/dist/browser-global.js +2 -0
- package/dist/node_modules/css-has-pseudo/dist/browser-global.js.map +1 -0
- package/dist/node_modules/css-has-pseudo/dist/browser.cjs +2 -0
- package/dist/node_modules/css-has-pseudo/dist/browser.cjs.map +1 -0
- package/dist/node_modules/css-has-pseudo/dist/browser.mjs +2 -0
- package/dist/node_modules/css-has-pseudo/dist/browser.mjs.map +1 -0
- package/dist/node_modules/css-has-pseudo/dist/index.cjs +1 -0
- package/dist/node_modules/css-has-pseudo/dist/index.d.ts +14 -0
- package/dist/node_modules/css-has-pseudo/dist/index.mjs +1 -0
- package/dist/node_modules/css-has-pseudo/package.json +91 -0
- package/dist/node_modules/css-prefers-color-scheme/CHANGELOG.md +9 -0
- package/dist/node_modules/css-prefers-color-scheme/LICENSE.md +18 -0
- package/dist/node_modules/css-prefers-color-scheme/README.md +341 -0
- package/dist/node_modules/css-prefers-color-scheme/dist/browser-global.js +2 -0
- package/dist/node_modules/css-prefers-color-scheme/dist/browser-global.js.map +1 -0
- package/dist/node_modules/css-prefers-color-scheme/dist/browser.cjs +2 -0
- package/dist/node_modules/css-prefers-color-scheme/dist/browser.cjs.map +1 -0
- package/dist/node_modules/css-prefers-color-scheme/dist/browser.mjs +2 -0
- package/dist/node_modules/css-prefers-color-scheme/dist/browser.mjs.map +1 -0
- package/dist/node_modules/css-prefers-color-scheme/dist/index.cjs +1 -0
- package/dist/node_modules/css-prefers-color-scheme/dist/index.d.ts +12 -0
- package/dist/node_modules/css-prefers-color-scheme/dist/index.mjs +1 -0
- package/dist/node_modules/css-prefers-color-scheme/package.json +89 -0
- package/dist/node_modules/cssdb/LICENSE.md +18 -0
- package/dist/node_modules/cssdb/README.md +35 -0
- package/dist/node_modules/cssdb/cssdb.json +2296 -0
- package/dist/node_modules/cssdb/cssdb.mjs +2296 -0
- package/dist/node_modules/cssdb/package.json +101 -0
- package/dist/node_modules/cssesc/LICENSE-MIT.txt +20 -0
- package/dist/node_modules/cssesc/README.md +201 -0
- package/dist/node_modules/cssesc/bin/cssesc +116 -0
- package/dist/node_modules/cssesc/cssesc.js +110 -0
- package/dist/node_modules/cssesc/man/cssesc.1 +70 -0
- package/dist/node_modules/cssesc/package.json +51 -0
- package/dist/node_modules/electron-to-chromium/LICENSE +5 -0
- package/dist/node_modules/electron-to-chromium/README.md +186 -0
- package/dist/node_modules/electron-to-chromium/chromium-versions.js +76 -0
- package/dist/node_modules/electron-to-chromium/chromium-versions.json +1 -0
- package/dist/node_modules/electron-to-chromium/full-chromium-versions.js +2342 -0
- package/dist/node_modules/electron-to-chromium/full-chromium-versions.json +1 -0
- package/dist/node_modules/electron-to-chromium/full-versions.js +1518 -0
- package/dist/node_modules/electron-to-chromium/full-versions.json +1 -0
- package/dist/node_modules/electron-to-chromium/index.js +36 -0
- package/dist/node_modules/electron-to-chromium/package.json +44 -0
- package/dist/node_modules/electron-to-chromium/versions.js +186 -0
- package/dist/node_modules/electron-to-chromium/versions.json +1 -0
- package/dist/node_modules/env-paths/index.d.ts +101 -0
- package/dist/node_modules/env-paths/index.js +74 -0
- package/dist/node_modules/env-paths/license +9 -0
- package/dist/node_modules/env-paths/package.json +45 -0
- package/dist/node_modules/env-paths/readme.md +115 -0
- package/dist/node_modules/error-ex/LICENSE +21 -0
- package/dist/node_modules/error-ex/README.md +144 -0
- package/dist/node_modules/error-ex/index.js +141 -0
- package/dist/node_modules/error-ex/package.json +46 -0
- package/dist/node_modules/escalade/dist/index.js +22 -0
- package/dist/node_modules/escalade/dist/index.mjs +22 -0
- package/dist/node_modules/escalade/index.d.mts +11 -0
- package/dist/node_modules/escalade/index.d.ts +15 -0
- package/dist/node_modules/escalade/license +9 -0
- package/dist/node_modules/escalade/package.json +74 -0
- package/dist/node_modules/escalade/readme.md +211 -0
- package/dist/node_modules/escalade/sync/index.d.mts +9 -0
- package/dist/node_modules/escalade/sync/index.d.ts +13 -0
- package/dist/node_modules/escalade/sync/index.js +18 -0
- package/dist/node_modules/escalade/sync/index.mjs +18 -0
- package/dist/node_modules/fraction.js/LICENSE +21 -0
- package/dist/node_modules/fraction.js/README.md +466 -0
- package/dist/node_modules/fraction.js/bigfraction.js +899 -0
- package/dist/node_modules/fraction.js/fraction.cjs +904 -0
- package/dist/node_modules/fraction.js/fraction.d.ts +60 -0
- package/dist/node_modules/fraction.js/fraction.js +891 -0
- package/dist/node_modules/fraction.js/fraction.min.js +18 -0
- package/dist/node_modules/fraction.js/package.json +55 -0
- package/dist/node_modules/import-fresh/index.d.ts +30 -0
- package/dist/node_modules/import-fresh/index.js +34 -0
- package/dist/node_modules/import-fresh/license +9 -0
- package/dist/node_modules/import-fresh/package.json +48 -0
- package/dist/node_modules/import-fresh/readme.md +54 -0
- package/dist/node_modules/is-arrayish/.editorconfig +18 -0
- package/dist/node_modules/is-arrayish/.istanbul.yml +4 -0
- package/dist/node_modules/is-arrayish/.travis.yml +17 -0
- package/dist/node_modules/is-arrayish/LICENSE +21 -0
- package/dist/node_modules/is-arrayish/README.md +16 -0
- package/dist/node_modules/is-arrayish/index.js +10 -0
- package/dist/node_modules/is-arrayish/package.json +34 -0
- package/dist/node_modules/jiti/LICENSE +21 -0
- package/dist/node_modules/jiti/README.md +164 -0
- package/dist/node_modules/jiti/bin/jiti.js +16 -0
- package/dist/node_modules/jiti/dist/babel.d.ts +2 -0
- package/dist/node_modules/jiti/dist/babel.js +227 -0
- package/dist/node_modules/jiti/dist/jiti.d.ts +20 -0
- package/dist/node_modules/jiti/dist/jiti.js +1 -0
- package/dist/node_modules/jiti/dist/plugins/babel-plugin-transform-import-meta.d.ts +4 -0
- package/dist/node_modules/jiti/dist/plugins/import-meta-env.d.ts +5 -0
- package/dist/node_modules/jiti/dist/types.d.ts +35 -0
- package/dist/node_modules/jiti/dist/utils.d.ts +8 -0
- package/dist/node_modules/jiti/lib/index.js +15 -0
- package/dist/node_modules/jiti/package.json +81 -0
- package/dist/node_modules/jiti/register.js +3 -0
- package/dist/node_modules/js-tokens/CHANGELOG.md +151 -0
- package/dist/node_modules/js-tokens/LICENSE +21 -0
- package/dist/node_modules/js-tokens/README.md +240 -0
- package/dist/node_modules/js-tokens/index.js +23 -0
- package/dist/node_modules/js-tokens/package.json +30 -0
- package/dist/node_modules/js-yaml/CHANGELOG.md +616 -0
- package/dist/node_modules/js-yaml/LICENSE +21 -0
- package/dist/node_modules/js-yaml/README.md +246 -0
- package/dist/node_modules/js-yaml/bin/js-yaml.js +126 -0
- package/dist/node_modules/js-yaml/dist/js-yaml.js +3874 -0
- package/dist/node_modules/js-yaml/dist/js-yaml.min.js +2 -0
- package/dist/node_modules/js-yaml/dist/js-yaml.mjs +3851 -0
- package/dist/node_modules/js-yaml/index.js +47 -0
- package/dist/node_modules/js-yaml/lib/common.js +59 -0
- package/dist/node_modules/js-yaml/lib/dumper.js +965 -0
- package/dist/node_modules/js-yaml/lib/exception.js +55 -0
- package/dist/node_modules/js-yaml/lib/loader.js +1727 -0
- package/dist/node_modules/js-yaml/lib/schema/core.js +11 -0
- package/dist/node_modules/js-yaml/lib/schema/default.js +22 -0
- package/dist/node_modules/js-yaml/lib/schema/failsafe.js +17 -0
- package/dist/node_modules/js-yaml/lib/schema/json.js +19 -0
- package/dist/node_modules/js-yaml/lib/schema.js +121 -0
- package/dist/node_modules/js-yaml/lib/snippet.js +101 -0
- package/dist/node_modules/js-yaml/lib/type/binary.js +125 -0
- package/dist/node_modules/js-yaml/lib/type/bool.js +35 -0
- package/dist/node_modules/js-yaml/lib/type/float.js +97 -0
- package/dist/node_modules/js-yaml/lib/type/int.js +156 -0
- package/dist/node_modules/js-yaml/lib/type/map.js +8 -0
- package/dist/node_modules/js-yaml/lib/type/merge.js +12 -0
- package/dist/node_modules/js-yaml/lib/type/null.js +35 -0
- package/dist/node_modules/js-yaml/lib/type/omap.js +44 -0
- package/dist/node_modules/js-yaml/lib/type/pairs.js +53 -0
- package/dist/node_modules/js-yaml/lib/type/seq.js +8 -0
- package/dist/node_modules/js-yaml/lib/type/set.js +29 -0
- package/dist/node_modules/js-yaml/lib/type/str.js +8 -0
- package/dist/node_modules/js-yaml/lib/type/timestamp.js +88 -0
- package/dist/node_modules/js-yaml/lib/type.js +66 -0
- package/dist/node_modules/js-yaml/package.json +66 -0
- package/dist/node_modules/json-parse-even-better-errors/CHANGELOG.md +50 -0
- package/dist/node_modules/json-parse-even-better-errors/LICENSE.md +25 -0
- package/dist/node_modules/json-parse-even-better-errors/README.md +96 -0
- package/dist/node_modules/json-parse-even-better-errors/index.js +121 -0
- package/dist/node_modules/json-parse-even-better-errors/package.json +33 -0
- package/dist/node_modules/lines-and-columns/LICENSE +21 -0
- package/dist/node_modules/lines-and-columns/README.md +33 -0
- package/dist/node_modules/lines-and-columns/build/index.d.ts +13 -0
- package/dist/node_modules/lines-and-columns/build/index.js +62 -0
- package/dist/node_modules/lines-and-columns/package.json +49 -0
- package/dist/node_modules/nanoid/LICENSE +20 -0
- package/dist/node_modules/nanoid/README.md +39 -0
- package/dist/node_modules/nanoid/async/index.browser.cjs +69 -0
- package/dist/node_modules/nanoid/async/index.browser.js +34 -0
- package/dist/node_modules/nanoid/async/index.cjs +71 -0
- package/dist/node_modules/nanoid/async/index.d.ts +56 -0
- package/dist/node_modules/nanoid/async/index.js +35 -0
- package/dist/node_modules/nanoid/async/index.native.js +26 -0
- package/dist/node_modules/nanoid/async/package.json +12 -0
- package/dist/node_modules/nanoid/bin/nanoid.cjs +55 -0
- package/dist/node_modules/nanoid/index.browser.cjs +72 -0
- package/dist/node_modules/nanoid/index.browser.js +34 -0
- package/dist/node_modules/nanoid/index.cjs +85 -0
- package/dist/node_modules/nanoid/index.d.cts +91 -0
- package/dist/node_modules/nanoid/index.d.ts +91 -0
- package/dist/node_modules/nanoid/index.js +45 -0
- package/dist/node_modules/nanoid/nanoid.js +1 -0
- package/dist/node_modules/nanoid/non-secure/index.cjs +34 -0
- package/dist/node_modules/nanoid/non-secure/index.d.ts +33 -0
- package/dist/node_modules/nanoid/non-secure/index.js +21 -0
- package/dist/node_modules/nanoid/non-secure/package.json +6 -0
- package/dist/node_modules/nanoid/package.json +89 -0
- package/dist/node_modules/nanoid/url-alphabet/index.cjs +7 -0
- package/dist/node_modules/nanoid/url-alphabet/index.js +3 -0
- package/dist/node_modules/nanoid/url-alphabet/package.json +6 -0
- package/dist/node_modules/node-releases/LICENSE +21 -0
- package/dist/node_modules/node-releases/README.md +12 -0
- package/dist/node_modules/node-releases/data/processed/envs.json +1 -0
- package/dist/node_modules/node-releases/data/release-schedule/release-schedule.json +1 -0
- package/dist/node_modules/node-releases/package.json +22 -0
- package/dist/node_modules/normalize-range/index.js +54 -0
- package/dist/node_modules/normalize-range/license +21 -0
- package/dist/node_modules/normalize-range/package.json +46 -0
- package/dist/node_modules/normalize-range/readme.md +148 -0
- package/dist/node_modules/parent-module/index.js +37 -0
- package/dist/node_modules/parent-module/license +9 -0
- package/dist/node_modules/parent-module/package.json +46 -0
- package/dist/node_modules/parent-module/readme.md +67 -0
- package/dist/node_modules/parse-json/index.js +54 -0
- package/dist/node_modules/parse-json/license +9 -0
- package/dist/node_modules/parse-json/package.json +45 -0
- package/dist/node_modules/parse-json/readme.md +119 -0
- package/dist/node_modules/picocolors/LICENSE +15 -0
- package/dist/node_modules/picocolors/README.md +21 -0
- package/dist/node_modules/picocolors/package.json +25 -0
- package/dist/node_modules/picocolors/picocolors.browser.js +4 -0
- package/dist/node_modules/picocolors/picocolors.d.ts +5 -0
- package/dist/node_modules/picocolors/picocolors.js +75 -0
- package/dist/node_modules/picocolors/types.d.ts +51 -0
- package/dist/node_modules/postcss/LICENSE +20 -0
- package/dist/node_modules/postcss/README.md +28 -0
- package/dist/node_modules/postcss/lib/at-rule.d.ts +140 -0
- package/dist/node_modules/postcss/lib/at-rule.js +25 -0
- package/dist/node_modules/postcss/lib/comment.d.ts +68 -0
- package/dist/node_modules/postcss/lib/comment.js +13 -0
- package/dist/node_modules/postcss/lib/container.d.ts +480 -0
- package/dist/node_modules/postcss/lib/container.js +447 -0
- package/dist/node_modules/postcss/lib/css-syntax-error.d.ts +248 -0
- package/dist/node_modules/postcss/lib/css-syntax-error.js +133 -0
- package/dist/node_modules/postcss/lib/declaration.d.ts +151 -0
- package/dist/node_modules/postcss/lib/declaration.js +24 -0
- package/dist/node_modules/postcss/lib/document.d.ts +69 -0
- package/dist/node_modules/postcss/lib/document.js +33 -0
- package/dist/node_modules/postcss/lib/fromJSON.d.ts +9 -0
- package/dist/node_modules/postcss/lib/fromJSON.js +54 -0
- package/dist/node_modules/postcss/lib/input.d.ts +206 -0
- package/dist/node_modules/postcss/lib/input.js +251 -0
- package/dist/node_modules/postcss/lib/lazy-result.d.ts +190 -0
- package/dist/node_modules/postcss/lib/lazy-result.js +550 -0
- package/dist/node_modules/postcss/lib/list.d.ts +60 -0
- package/dist/node_modules/postcss/lib/list.js +58 -0
- package/dist/node_modules/postcss/lib/map-generator.js +368 -0
- package/dist/node_modules/postcss/lib/no-work-result.d.ts +46 -0
- package/dist/node_modules/postcss/lib/no-work-result.js +138 -0
- package/dist/node_modules/postcss/lib/node.d.ts +541 -0
- package/dist/node_modules/postcss/lib/node.js +434 -0
- package/dist/node_modules/postcss/lib/parse.d.ts +9 -0
- package/dist/node_modules/postcss/lib/parse.js +42 -0
- package/dist/node_modules/postcss/lib/parser.js +611 -0
- package/dist/node_modules/postcss/lib/postcss.d.mts +69 -0
- package/dist/node_modules/postcss/lib/postcss.d.ts +458 -0
- package/dist/node_modules/postcss/lib/postcss.js +101 -0
- package/dist/node_modules/postcss/lib/postcss.mjs +30 -0
- package/dist/node_modules/postcss/lib/previous-map.d.ts +81 -0
- package/dist/node_modules/postcss/lib/previous-map.js +144 -0
- package/dist/node_modules/postcss/lib/processor.d.ts +115 -0
- package/dist/node_modules/postcss/lib/processor.js +67 -0
- package/dist/node_modules/postcss/lib/result.d.ts +205 -0
- package/dist/node_modules/postcss/lib/result.js +42 -0
- package/dist/node_modules/postcss/lib/root.d.ts +87 -0
- package/dist/node_modules/postcss/lib/root.js +61 -0
- package/dist/node_modules/postcss/lib/rule.d.ts +126 -0
- package/dist/node_modules/postcss/lib/rule.js +27 -0
- package/dist/node_modules/postcss/lib/stringifier.d.ts +46 -0
- package/dist/node_modules/postcss/lib/stringifier.js +353 -0
- package/dist/node_modules/postcss/lib/stringify.d.ts +9 -0
- package/dist/node_modules/postcss/lib/stringify.js +11 -0
- package/dist/node_modules/postcss/lib/symbols.js +5 -0
- package/dist/node_modules/postcss/lib/terminal-highlight.js +70 -0
- package/dist/node_modules/postcss/lib/tokenize.js +266 -0
- package/dist/node_modules/postcss/lib/warn-once.js +13 -0
- package/dist/node_modules/postcss/lib/warning.d.ts +147 -0
- package/dist/node_modules/postcss/lib/warning.js +37 -0
- package/dist/node_modules/postcss/package.json +88 -0
- package/dist/node_modules/postcss-attribute-case-insensitive/CHANGELOG.md +9 -0
- package/dist/node_modules/postcss-attribute-case-insensitive/LICENSE.md +20 -0
- package/dist/node_modules/postcss-attribute-case-insensitive/README.md +73 -0
- package/dist/node_modules/postcss-attribute-case-insensitive/dist/index.cjs +1 -0
- package/dist/node_modules/postcss-attribute-case-insensitive/dist/index.d.ts +12 -0
- package/dist/node_modules/postcss-attribute-case-insensitive/dist/index.mjs +1 -0
- package/dist/node_modules/postcss-attribute-case-insensitive/package.json +76 -0
- package/dist/node_modules/postcss-browser-comments/CHANGELOG.md +9 -0
- package/dist/node_modules/postcss-browser-comments/LICENSE.md +18 -0
- package/dist/node_modules/postcss-browser-comments/README.md +94 -0
- package/dist/node_modules/postcss-browser-comments/dist/index.cjs +1 -0
- package/dist/node_modules/postcss-browser-comments/dist/index.d.ts +12 -0
- package/dist/node_modules/postcss-browser-comments/dist/index.mjs +1 -0
- package/dist/node_modules/postcss-browser-comments/package.json +78 -0
- package/dist/node_modules/postcss-clamp/INSTALL.md +162 -0
- package/dist/node_modules/postcss-clamp/LICENSE +21 -0
- package/dist/node_modules/postcss-clamp/README.md +118 -0
- package/dist/node_modules/postcss-clamp/index.js +126 -0
- package/dist/node_modules/postcss-clamp/index.test.js +221 -0
- package/dist/node_modules/postcss-clamp/package.json +26 -0
- package/dist/node_modules/postcss-color-functional-notation/CHANGELOG.md +9 -0
- package/dist/node_modules/postcss-color-functional-notation/LICENSE.md +18 -0
- package/dist/node_modules/postcss-color-functional-notation/README.md +134 -0
- package/dist/node_modules/postcss-color-functional-notation/dist/index.cjs +1 -0
- package/dist/node_modules/postcss-color-functional-notation/dist/index.d.ts +14 -0
- package/dist/node_modules/postcss-color-functional-notation/dist/index.mjs +1 -0
- package/dist/node_modules/postcss-color-functional-notation/package.json +75 -0
- package/dist/node_modules/postcss-color-hex-alpha/CHANGELOG.md +10 -0
- package/dist/node_modules/postcss-color-hex-alpha/LICENSE.md +21 -0
- package/dist/node_modules/postcss-color-hex-alpha/README.md +72 -0
- package/dist/node_modules/postcss-color-hex-alpha/dist/index.cjs +1 -0
- package/dist/node_modules/postcss-color-hex-alpha/dist/index.d.ts +12 -0
- package/dist/node_modules/postcss-color-hex-alpha/dist/index.mjs +1 -0
- package/dist/node_modules/postcss-color-hex-alpha/package.json +88 -0
- package/dist/node_modules/postcss-color-rebeccapurple/CHANGELOG.md +10 -0
- package/dist/node_modules/postcss-color-rebeccapurple/LICENSE.md +18 -0
- package/dist/node_modules/postcss-color-rebeccapurple/README.md +76 -0
- package/dist/node_modules/postcss-color-rebeccapurple/dist/index.cjs +1 -0
- package/dist/node_modules/postcss-color-rebeccapurple/dist/index.d.ts +12 -0
- package/dist/node_modules/postcss-color-rebeccapurple/dist/index.mjs +1 -0
- package/dist/node_modules/postcss-color-rebeccapurple/package.json +87 -0
- package/dist/node_modules/postcss-custom-media/CHANGELOG.md +12 -0
- package/dist/node_modules/postcss-custom-media/LICENSE.md +21 -0
- package/dist/node_modules/postcss-custom-media/README.md +183 -0
- package/dist/node_modules/postcss-custom-media/dist/index.cjs +1 -0
- package/dist/node_modules/postcss-custom-media/dist/index.d.ts +12 -0
- package/dist/node_modules/postcss-custom-media/dist/index.mjs +1 -0
- package/dist/node_modules/postcss-custom-media/package.json +88 -0
- package/dist/node_modules/postcss-custom-properties/CHANGELOG.md +11 -0
- package/dist/node_modules/postcss-custom-properties/LICENSE.md +21 -0
- package/dist/node_modules/postcss-custom-properties/README.md +173 -0
- package/dist/node_modules/postcss-custom-properties/dist/index.cjs +1 -0
- package/dist/node_modules/postcss-custom-properties/dist/index.d.ts +12 -0
- package/dist/node_modules/postcss-custom-properties/dist/index.mjs +1 -0
- package/dist/node_modules/postcss-custom-properties/package.json +75 -0
- package/dist/node_modules/postcss-custom-selectors/CHANGELOG.md +11 -0
- package/dist/node_modules/postcss-custom-selectors/LICENSE.md +21 -0
- package/dist/node_modules/postcss-custom-selectors/README.md +107 -0
- package/dist/node_modules/postcss-custom-selectors/dist/index.cjs +1 -0
- package/dist/node_modules/postcss-custom-selectors/dist/index.d.ts +12 -0
- package/dist/node_modules/postcss-custom-selectors/dist/index.mjs +1 -0
- package/dist/node_modules/postcss-custom-selectors/package.json +92 -0
- package/dist/node_modules/postcss-dir-pseudo-class/CHANGELOG.md +9 -0
- package/dist/node_modules/postcss-dir-pseudo-class/LICENSE.md +18 -0
- package/dist/node_modules/postcss-dir-pseudo-class/README.md +193 -0
- package/dist/node_modules/postcss-dir-pseudo-class/dist/index.cjs +1 -0
- package/dist/node_modules/postcss-dir-pseudo-class/dist/index.d.ts +16 -0
- package/dist/node_modules/postcss-dir-pseudo-class/dist/index.mjs +1 -0
- package/dist/node_modules/postcss-dir-pseudo-class/package.json +84 -0
- package/dist/node_modules/postcss-double-position-gradients/CHANGELOG.md +11 -0
- package/dist/node_modules/postcss-double-position-gradients/LICENSE.md +18 -0
- package/dist/node_modules/postcss-double-position-gradients/README.md +129 -0
- package/dist/node_modules/postcss-double-position-gradients/dist/index.cjs +1 -0
- package/dist/node_modules/postcss-double-position-gradients/dist/index.d.ts +14 -0
- package/dist/node_modules/postcss-double-position-gradients/dist/index.mjs +1 -0
- package/dist/node_modules/postcss-double-position-gradients/package.json +71 -0
- package/dist/node_modules/postcss-flexbugs-fixes/CHANGELOG.md +48 -0
- package/dist/node_modules/postcss-flexbugs-fixes/LICENSE +20 -0
- package/dist/node_modules/postcss-flexbugs-fixes/README.md +76 -0
- package/dist/node_modules/postcss-flexbugs-fixes/bugs/bug4.js +44 -0
- package/dist/node_modules/postcss-flexbugs-fixes/bugs/bug6.js +16 -0
- package/dist/node_modules/postcss-flexbugs-fixes/bugs/bug81a.js +27 -0
- package/dist/node_modules/postcss-flexbugs-fixes/index.js +45 -0
- package/dist/node_modules/postcss-flexbugs-fixes/package.json +36 -0
- package/dist/node_modules/postcss-focus-visible/CHANGELOG.md +9 -0
- package/dist/node_modules/postcss-focus-visible/LICENSE.md +18 -0
- package/dist/node_modules/postcss-focus-visible/README.md +137 -0
- package/dist/node_modules/postcss-focus-visible/dist/index.cjs +1 -0
- package/dist/node_modules/postcss-focus-visible/dist/index.d.ts +16 -0
- package/dist/node_modules/postcss-focus-visible/dist/index.mjs +1 -0
- package/dist/node_modules/postcss-focus-visible/package.json +90 -0
- package/dist/node_modules/postcss-focus-within/CHANGELOG.md +9 -0
- package/dist/node_modules/postcss-focus-within/LICENSE.md +18 -0
- package/dist/node_modules/postcss-focus-within/README.md +196 -0
- package/dist/node_modules/postcss-focus-within/dist/browser-global.js +2 -0
- package/dist/node_modules/postcss-focus-within/dist/browser-global.js.map +1 -0
- package/dist/node_modules/postcss-focus-within/dist/browser.cjs +2 -0
- package/dist/node_modules/postcss-focus-within/dist/browser.cjs.map +1 -0
- package/dist/node_modules/postcss-focus-within/dist/browser.mjs +2 -0
- package/dist/node_modules/postcss-focus-within/dist/browser.mjs.map +1 -0
- package/dist/node_modules/postcss-focus-within/dist/index.cjs +1 -0
- package/dist/node_modules/postcss-focus-within/dist/index.d.ts +16 -0
- package/dist/node_modules/postcss-focus-within/dist/index.mjs +1 -0
- package/dist/node_modules/postcss-focus-within/package.json +90 -0
- package/dist/node_modules/postcss-font-variant/CHANGELOG.md +48 -0
- package/dist/node_modules/postcss-font-variant/LICENSE +20 -0
- package/dist/node_modules/postcss-font-variant/README.md +74 -0
- package/dist/node_modules/postcss-font-variant/index.js +126 -0
- package/dist/node_modules/postcss-font-variant/package.json +36 -0
- package/dist/node_modules/postcss-gap-properties/CHANGELOG.md +9 -0
- package/dist/node_modules/postcss-gap-properties/LICENSE.md +18 -0
- package/dist/node_modules/postcss-gap-properties/README.md +102 -0
- package/dist/node_modules/postcss-gap-properties/dist/index.cjs +1 -0
- package/dist/node_modules/postcss-gap-properties/dist/index.d.ts +12 -0
- package/dist/node_modules/postcss-gap-properties/dist/index.mjs +1 -0
- package/dist/node_modules/postcss-gap-properties/package.json +77 -0
- package/dist/node_modules/postcss-image-set-function/CHANGELOG.md +10 -0
- package/dist/node_modules/postcss-image-set-function/LICENSE.md +18 -0
- package/dist/node_modules/postcss-image-set-function/README.md +164 -0
- package/dist/node_modules/postcss-image-set-function/dist/index.cjs +1 -0
- package/dist/node_modules/postcss-image-set-function/dist/index.d.ts +19 -0
- package/dist/node_modules/postcss-image-set-function/dist/index.mjs +1 -0
- package/dist/node_modules/postcss-image-set-function/package.json +67 -0
- package/dist/node_modules/postcss-lab-function/CHANGELOG.md +9 -0
- package/dist/node_modules/postcss-lab-function/LICENSE.md +18 -0
- package/dist/node_modules/postcss-lab-function/README.md +156 -0
- package/dist/node_modules/postcss-lab-function/dist/index.cjs +1 -0
- package/dist/node_modules/postcss-lab-function/dist/index.d.ts +19 -0
- package/dist/node_modules/postcss-lab-function/dist/index.mjs +1 -0
- package/dist/node_modules/postcss-lab-function/package.json +74 -0
- package/dist/node_modules/postcss-loader/LICENSE +20 -0
- package/dist/node_modules/postcss-loader/README.md +1175 -0
- package/dist/node_modules/postcss-loader/dist/cjs.js +3 -0
- package/dist/node_modules/postcss-loader/dist/config.d.ts +16 -0
- package/dist/node_modules/postcss-loader/dist/index.js +172 -0
- package/dist/node_modules/postcss-loader/dist/options.json +58 -0
- package/dist/node_modules/postcss-loader/dist/utils.js +465 -0
- package/dist/node_modules/postcss-loader/package.json +109 -0
- package/dist/node_modules/postcss-logical/CHANGELOG.md +9 -0
- package/dist/node_modules/postcss-logical/LICENSE.md +18 -0
- package/dist/node_modules/postcss-logical/README.md +204 -0
- package/dist/node_modules/postcss-logical/dist/index.cjs +1 -0
- package/dist/node_modules/postcss-logical/dist/index.d.ts +23 -0
- package/dist/node_modules/postcss-logical/dist/index.mjs +1 -0
- package/dist/node_modules/postcss-logical/package.json +94 -0
- package/dist/node_modules/postcss-nesting/CHANGELOG.md +12 -0
- package/dist/node_modules/postcss-nesting/LICENSE.md +18 -0
- package/dist/node_modules/postcss-nesting/README.md +255 -0
- package/dist/node_modules/postcss-nesting/dist/index.cjs +1 -0
- package/dist/node_modules/postcss-nesting/dist/index.d.ts +26 -0
- package/dist/node_modules/postcss-nesting/dist/index.mjs +1 -0
- package/dist/node_modules/postcss-nesting/package.json +90 -0
- package/dist/node_modules/postcss-normalize/LICENSE.md +108 -0
- package/dist/node_modules/postcss-normalize/README.md +210 -0
- package/dist/node_modules/postcss-normalize/index.cjs +252 -0
- package/dist/node_modules/postcss-normalize/index.mjs +251 -0
- package/dist/node_modules/postcss-normalize/package.json +67 -0
- package/dist/node_modules/postcss-opacity-percentage/LICENSE.md +9 -0
- package/dist/node_modules/postcss-opacity-percentage/README.md +85 -0
- package/dist/node_modules/postcss-opacity-percentage/index.js +27 -0
- package/dist/node_modules/postcss-opacity-percentage/package.json +61 -0
- package/dist/node_modules/postcss-overflow-shorthand/CHANGELOG.md +9 -0
- package/dist/node_modules/postcss-overflow-shorthand/LICENSE.md +18 -0
- package/dist/node_modules/postcss-overflow-shorthand/README.md +74 -0
- package/dist/node_modules/postcss-overflow-shorthand/dist/index.cjs +1 -0
- package/dist/node_modules/postcss-overflow-shorthand/dist/index.d.ts +12 -0
- package/dist/node_modules/postcss-overflow-shorthand/dist/index.mjs +1 -0
- package/dist/node_modules/postcss-overflow-shorthand/package.json +77 -0
- package/dist/node_modules/postcss-page-break/CHANGELOG.md +17 -0
- package/dist/node_modules/postcss-page-break/LICENSE +20 -0
- package/dist/node_modules/postcss-page-break/README.md +83 -0
- package/dist/node_modules/postcss-page-break/index.js +35 -0
- package/dist/node_modules/postcss-page-break/package.json +44 -0
- package/dist/node_modules/postcss-place/CHANGELOG.md +9 -0
- package/dist/node_modules/postcss-place/LICENSE.md +18 -0
- package/dist/node_modules/postcss-place/README.md +81 -0
- package/dist/node_modules/postcss-place/dist/index.cjs +1 -0
- package/dist/node_modules/postcss-place/dist/index.d.ts +12 -0
- package/dist/node_modules/postcss-place/dist/index.mjs +1 -0
- package/dist/node_modules/postcss-place/package.json +80 -0
- package/dist/node_modules/postcss-preset-env/CHANGELOG.md +12 -0
- package/dist/node_modules/postcss-preset-env/LICENSE.md +18 -0
- package/dist/node_modules/postcss-preset-env/README.md +496 -0
- package/dist/node_modules/postcss-preset-env/dist/index.cjs +1 -0
- package/dist/node_modules/postcss-preset-env/dist/index.d.ts +310 -0
- package/dist/node_modules/postcss-preset-env/dist/index.mjs +1 -0
- package/dist/node_modules/postcss-preset-env/package.json +144 -0
- package/dist/node_modules/postcss-pseudo-class-any-link/CHANGELOG.md +9 -0
- package/dist/node_modules/postcss-pseudo-class-any-link/LICENSE.md +18 -0
- package/dist/node_modules/postcss-pseudo-class-any-link/README.md +106 -0
- package/dist/node_modules/postcss-pseudo-class-any-link/dist/index.cjs +1 -0
- package/dist/node_modules/postcss-pseudo-class-any-link/dist/index.d.ts +16 -0
- package/dist/node_modules/postcss-pseudo-class-any-link/dist/index.mjs +1 -0
- package/dist/node_modules/postcss-pseudo-class-any-link/package.json +80 -0
- package/dist/node_modules/postcss-replace-overflow-wrap/CHANGELOG.md +10 -0
- package/dist/node_modules/postcss-replace-overflow-wrap/LICENSE +20 -0
- package/dist/node_modules/postcss-replace-overflow-wrap/README.md +56 -0
- package/dist/node_modules/postcss-replace-overflow-wrap/index.js +19 -0
- package/dist/node_modules/postcss-replace-overflow-wrap/package.json +56 -0
- package/dist/node_modules/postcss-scss/LICENSE +20 -0
- package/dist/node_modules/postcss-scss/README.md +23 -0
- package/dist/node_modules/postcss-scss/lib/nested-declaration.js +12 -0
- package/dist/node_modules/postcss-scss/lib/scss-parse.js +12 -0
- package/dist/node_modules/postcss-scss/lib/scss-parser.js +213 -0
- package/dist/node_modules/postcss-scss/lib/scss-stringifier.js +51 -0
- package/dist/node_modules/postcss-scss/lib/scss-stringify.js +6 -0
- package/dist/node_modules/postcss-scss/lib/scss-syntax.d.ts +4 -0
- package/dist/node_modules/postcss-scss/lib/scss-syntax.js +4 -0
- package/dist/node_modules/postcss-scss/lib/scss-syntax.mjs +6 -0
- package/dist/node_modules/postcss-scss/lib/scss-tokenize.js +335 -0
- package/dist/node_modules/postcss-scss/package.json +52 -0
- package/dist/node_modules/postcss-selector-not/CHANGELOG.md +9 -0
- package/dist/node_modules/postcss-selector-not/LICENSE.md +20 -0
- package/dist/node_modules/postcss-selector-not/README.md +51 -0
- package/dist/node_modules/postcss-selector-not/dist/index.cjs +1 -0
- package/dist/node_modules/postcss-selector-not/dist/index.d.ts +9 -0
- package/dist/node_modules/postcss-selector-not/dist/index.mjs +1 -0
- package/dist/node_modules/postcss-selector-not/package.json +73 -0
- package/dist/node_modules/postcss-selector-parser/API.md +874 -0
- package/dist/node_modules/postcss-selector-parser/CHANGELOG.md +557 -0
- package/dist/node_modules/postcss-selector-parser/LICENSE-MIT +22 -0
- package/dist/node_modules/postcss-selector-parser/README.md +49 -0
- package/dist/node_modules/postcss-selector-parser/dist/index.js +17 -0
- package/dist/node_modules/postcss-selector-parser/dist/parser.js +1015 -0
- package/dist/node_modules/postcss-selector-parser/dist/processor.js +170 -0
- package/dist/node_modules/postcss-selector-parser/dist/selectors/attribute.js +448 -0
- package/dist/node_modules/postcss-selector-parser/dist/selectors/className.js +50 -0
- package/dist/node_modules/postcss-selector-parser/dist/selectors/combinator.js +21 -0
- package/dist/node_modules/postcss-selector-parser/dist/selectors/comment.js +21 -0
- package/dist/node_modules/postcss-selector-parser/dist/selectors/constructors.js +65 -0
- package/dist/node_modules/postcss-selector-parser/dist/selectors/container.js +321 -0
- package/dist/node_modules/postcss-selector-parser/dist/selectors/guards.js +58 -0
- package/dist/node_modules/postcss-selector-parser/dist/selectors/id.js +25 -0
- package/dist/node_modules/postcss-selector-parser/dist/selectors/index.js +21 -0
- package/dist/node_modules/postcss-selector-parser/dist/selectors/namespace.js +80 -0
- package/dist/node_modules/postcss-selector-parser/dist/selectors/nesting.js +22 -0
- package/dist/node_modules/postcss-selector-parser/dist/selectors/node.js +192 -0
- package/dist/node_modules/postcss-selector-parser/dist/selectors/pseudo.js +26 -0
- package/dist/node_modules/postcss-selector-parser/dist/selectors/root.js +44 -0
- package/dist/node_modules/postcss-selector-parser/dist/selectors/selector.js +21 -0
- package/dist/node_modules/postcss-selector-parser/dist/selectors/string.js +21 -0
- package/dist/node_modules/postcss-selector-parser/dist/selectors/tag.js +21 -0
- package/dist/node_modules/postcss-selector-parser/dist/selectors/types.js +28 -0
- package/dist/node_modules/postcss-selector-parser/dist/selectors/universal.js +22 -0
- package/dist/node_modules/postcss-selector-parser/dist/sortAscending.js +11 -0
- package/dist/node_modules/postcss-selector-parser/dist/tokenTypes.js +70 -0
- package/dist/node_modules/postcss-selector-parser/dist/tokenize.js +239 -0
- package/dist/node_modules/postcss-selector-parser/dist/util/ensureObject.js +17 -0
- package/dist/node_modules/postcss-selector-parser/dist/util/getProp.js +18 -0
- package/dist/node_modules/postcss-selector-parser/dist/util/index.js +13 -0
- package/dist/node_modules/postcss-selector-parser/dist/util/stripComments.js +21 -0
- package/dist/node_modules/postcss-selector-parser/dist/util/unesc.js +76 -0
- package/dist/node_modules/postcss-selector-parser/package.json +80 -0
- package/dist/node_modules/postcss-selector-parser/postcss-selector-parser.d.ts +555 -0
- package/dist/node_modules/postcss-value-parser/LICENSE +22 -0
- package/dist/node_modules/postcss-value-parser/README.md +263 -0
- package/dist/node_modules/postcss-value-parser/lib/index.d.ts +177 -0
- package/dist/node_modules/postcss-value-parser/lib/index.js +28 -0
- package/dist/node_modules/postcss-value-parser/lib/parse.js +321 -0
- package/dist/node_modules/postcss-value-parser/lib/stringify.js +48 -0
- package/dist/node_modules/postcss-value-parser/lib/unit.js +120 -0
- package/dist/node_modules/postcss-value-parser/lib/walk.js +22 -0
- package/dist/node_modules/postcss-value-parser/package.json +58 -0
- package/dist/node_modules/resolve-from/index.js +47 -0
- package/dist/node_modules/resolve-from/license +9 -0
- package/dist/node_modules/resolve-from/package.json +34 -0
- package/dist/node_modules/resolve-from/readme.md +72 -0
- package/dist/node_modules/sanitize.css/LICENSE.md +108 -0
- package/dist/node_modules/sanitize.css/README.md +470 -0
- package/dist/node_modules/sanitize.css/assets.css +8 -0
- package/dist/node_modules/sanitize.css/forms.css +41 -0
- package/dist/node_modules/sanitize.css/package.json +56 -0
- package/dist/node_modules/sanitize.css/reduce-motion.css +20 -0
- package/dist/node_modules/sanitize.css/sanitize.css +363 -0
- package/dist/node_modules/sanitize.css/system-ui.css +27 -0
- package/dist/node_modules/sanitize.css/typography.css +43 -0
- package/dist/node_modules/sanitize.css/ui-monospace.css +27 -0
- package/dist/node_modules/semver/LICENSE +15 -0
- package/dist/node_modules/semver/README.md +664 -0
- package/dist/node_modules/semver/bin/semver.js +189 -0
- package/dist/node_modules/semver/classes/comparator.js +141 -0
- package/dist/node_modules/semver/classes/index.js +5 -0
- package/dist/node_modules/semver/classes/range.js +554 -0
- package/dist/node_modules/semver/classes/semver.js +318 -0
- package/dist/node_modules/semver/functions/clean.js +6 -0
- package/dist/node_modules/semver/functions/cmp.js +52 -0
- package/dist/node_modules/semver/functions/coerce.js +60 -0
- package/dist/node_modules/semver/functions/compare-build.js +7 -0
- package/dist/node_modules/semver/functions/compare-loose.js +3 -0
- package/dist/node_modules/semver/functions/compare.js +5 -0
- package/dist/node_modules/semver/functions/diff.js +58 -0
- package/dist/node_modules/semver/functions/eq.js +3 -0
- package/dist/node_modules/semver/functions/gt.js +3 -0
- package/dist/node_modules/semver/functions/gte.js +3 -0
- package/dist/node_modules/semver/functions/inc.js +19 -0
- package/dist/node_modules/semver/functions/lt.js +3 -0
- package/dist/node_modules/semver/functions/lte.js +3 -0
- package/dist/node_modules/semver/functions/major.js +3 -0
- package/dist/node_modules/semver/functions/minor.js +3 -0
- package/dist/node_modules/semver/functions/neq.js +3 -0
- package/dist/node_modules/semver/functions/parse.js +16 -0
- package/dist/node_modules/semver/functions/patch.js +3 -0
- package/dist/node_modules/semver/functions/prerelease.js +6 -0
- package/dist/node_modules/semver/functions/rcompare.js +3 -0
- package/dist/node_modules/semver/functions/rsort.js +3 -0
- package/dist/node_modules/semver/functions/satisfies.js +10 -0
- package/dist/node_modules/semver/functions/sort.js +3 -0
- package/dist/node_modules/semver/functions/valid.js +6 -0
- package/dist/node_modules/semver/index.js +89 -0
- package/dist/node_modules/semver/internal/constants.js +35 -0
- package/dist/node_modules/semver/internal/debug.js +9 -0
- package/dist/node_modules/semver/internal/identifiers.js +23 -0
- package/dist/node_modules/semver/internal/lrucache.js +40 -0
- package/dist/node_modules/semver/internal/parse-options.js +15 -0
- package/dist/node_modules/semver/internal/re.js +219 -0
- package/dist/node_modules/semver/package.json +78 -0
- package/dist/node_modules/semver/preload.js +2 -0
- package/dist/node_modules/semver/range.bnf +16 -0
- package/dist/node_modules/semver/ranges/gtr.js +4 -0
- package/dist/node_modules/semver/ranges/intersects.js +7 -0
- package/dist/node_modules/semver/ranges/ltr.js +4 -0
- package/dist/node_modules/semver/ranges/max-satisfying.js +25 -0
- package/dist/node_modules/semver/ranges/min-satisfying.js +24 -0
- package/dist/node_modules/semver/ranges/min-version.js +61 -0
- package/dist/node_modules/semver/ranges/outside.js +80 -0
- package/dist/node_modules/semver/ranges/simplify.js +47 -0
- package/dist/node_modules/semver/ranges/subset.js +247 -0
- package/dist/node_modules/semver/ranges/to-comparators.js +8 -0
- package/dist/node_modules/semver/ranges/valid.js +11 -0
- package/dist/node_modules/source-map-js/LICENSE +28 -0
- package/dist/node_modules/source-map-js/README.md +765 -0
- package/dist/node_modules/source-map-js/lib/array-set.js +121 -0
- package/dist/node_modules/source-map-js/lib/base64-vlq.js +140 -0
- package/dist/node_modules/source-map-js/lib/base64.js +67 -0
- package/dist/node_modules/source-map-js/lib/binary-search.js +111 -0
- package/dist/node_modules/source-map-js/lib/mapping-list.js +79 -0
- package/dist/node_modules/source-map-js/lib/quick-sort.js +132 -0
- package/dist/node_modules/source-map-js/lib/source-map-consumer.d.ts +1 -0
- package/dist/node_modules/source-map-js/lib/source-map-consumer.js +1188 -0
- package/dist/node_modules/source-map-js/lib/source-map-generator.d.ts +1 -0
- package/dist/node_modules/source-map-js/lib/source-map-generator.js +444 -0
- package/dist/node_modules/source-map-js/lib/source-node.d.ts +1 -0
- package/dist/node_modules/source-map-js/lib/source-node.js +413 -0
- package/dist/node_modules/source-map-js/lib/util.js +594 -0
- package/dist/node_modules/source-map-js/package.json +71 -0
- package/dist/node_modules/source-map-js/source-map.d.ts +104 -0
- package/dist/node_modules/source-map-js/source-map.js +8 -0
- package/dist/node_modules/tailwindcss/LICENSE +21 -0
- package/dist/node_modules/tailwindcss/README.md +40 -0
- package/dist/node_modules/tailwindcss/dist/chunk-3NGYYP5F.mjs +36 -0
- package/dist/node_modules/tailwindcss/dist/chunk-HTB5LLOP.mjs +1 -0
- package/dist/node_modules/tailwindcss/dist/chunk-P5FH2LZE.mjs +1 -0
- package/dist/node_modules/tailwindcss/dist/colors-b_6i0Oi7.d.ts +295 -0
- package/dist/node_modules/tailwindcss/dist/colors.d.mts +295 -0
- package/dist/node_modules/tailwindcss/dist/colors.d.ts +5 -0
- package/dist/node_modules/tailwindcss/dist/colors.js +1 -0
- package/dist/node_modules/tailwindcss/dist/colors.mjs +1 -0
- package/dist/node_modules/tailwindcss/dist/default-theme.d.mts +1147 -0
- package/dist/node_modules/tailwindcss/dist/default-theme.d.ts +1147 -0
- package/dist/node_modules/tailwindcss/dist/default-theme.js +1 -0
- package/dist/node_modules/tailwindcss/dist/default-theme.mjs +1 -0
- package/dist/node_modules/tailwindcss/dist/flatten-color-palette.d.mts +6 -0
- package/dist/node_modules/tailwindcss/dist/flatten-color-palette.d.ts +6 -0
- package/dist/node_modules/tailwindcss/dist/flatten-color-palette.js +3 -0
- package/dist/node_modules/tailwindcss/dist/flatten-color-palette.mjs +1 -0
- package/dist/node_modules/tailwindcss/dist/lib.d.mts +273 -0
- package/dist/node_modules/tailwindcss/dist/lib.d.ts +3 -0
- package/dist/node_modules/tailwindcss/dist/lib.js +36 -0
- package/dist/node_modules/tailwindcss/dist/lib.mjs +1 -0
- package/dist/node_modules/tailwindcss/dist/plugin.d.mts +11 -0
- package/dist/node_modules/tailwindcss/dist/plugin.d.ts +104 -0
- package/dist/node_modules/tailwindcss/dist/plugin.js +1 -0
- package/dist/node_modules/tailwindcss/dist/plugin.mjs +1 -0
- package/dist/node_modules/tailwindcss/dist/resolve-config-BIFUA2FY.d.ts +29 -0
- package/dist/node_modules/tailwindcss/dist/resolve-config-QUZ9b-Gn.d.mts +190 -0
- package/dist/node_modules/tailwindcss/dist/types-B254mqw1.d.mts +98 -0
- package/dist/node_modules/tailwindcss/index.css +888 -0
- package/dist/node_modules/tailwindcss/package.json +86 -0
- package/dist/node_modules/tailwindcss/preflight.css +385 -0
- package/dist/node_modules/tailwindcss/theme.css +462 -0
- package/dist/node_modules/tailwindcss/utilities.css +1 -0
- package/dist/node_modules/update-browserslist-db/LICENSE +20 -0
- package/dist/node_modules/update-browserslist-db/README.md +22 -0
- package/dist/node_modules/update-browserslist-db/check-npm-version.js +17 -0
- package/dist/node_modules/update-browserslist-db/cli.js +42 -0
- package/dist/node_modules/update-browserslist-db/index.d.ts +6 -0
- package/dist/node_modules/update-browserslist-db/index.js +341 -0
- package/dist/node_modules/update-browserslist-db/package.json +40 -0
- package/dist/node_modules/update-browserslist-db/utils.js +25 -0
- package/dist/node_modules/util-deprecate/History.md +16 -0
- package/dist/node_modules/util-deprecate/LICENSE +24 -0
- package/dist/node_modules/util-deprecate/README.md +53 -0
- package/dist/node_modules/util-deprecate/browser.js +67 -0
- package/dist/node_modules/util-deprecate/node.js +6 -0
- package/dist/node_modules/util-deprecate/package.json +27 -0
- package/dist/package-lock.json +2542 -0
- package/dist/package.json +10 -0
- package/dist/run-chrome-profile/ChromeFeatureState +1 -0
- package/dist/run-chrome-profile/Default/Affiliation Database +0 -0
- package/dist/run-chrome-profile/Default/Affiliation Database-journal +0 -0
- package/dist/run-chrome-profile/Default/AutofillStrikeDatabase/LOCK +0 -0
- package/dist/run-chrome-profile/Default/AutofillStrikeDatabase/LOG +0 -0
- package/dist/run-chrome-profile/Default/AutofillStrikeDatabase/LOG.old +0 -0
- package/dist/run-chrome-profile/Default/BrowsingTopicsSiteData +0 -0
- package/dist/run-chrome-profile/Default/BrowsingTopicsSiteData-journal +0 -0
- package/dist/run-chrome-profile/Default/BrowsingTopicsState +12 -0
- package/dist/run-chrome-profile/Default/BudgetDatabase/LOCK +0 -0
- package/dist/run-chrome-profile/Default/BudgetDatabase/LOG +0 -0
- package/dist/run-chrome-profile/Default/BudgetDatabase/LOG.old +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/0168148b2ae8b26c_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/023c853b6a819924_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/025191c01cb9560a_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/028755f5c57452bb_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/04bc0608c8fd0149_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/05b7af632a0788c4_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/065bffc49cf7b611_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/066b3d5e002d45c3_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/06d18b346a40f753_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/070c243247333ae8_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/09442a94267e5d1b_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/0a484965a71a3c47_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/0a4b42c98cd95502_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/0a659b2fa80f7d18_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/0ab8ccc359e17f54_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/0b1b54c59d86820e_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/0c5ece120a4aa9c4_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/0cdc924621bfdaa3_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/0d50017ef20e5f50_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/0df08bba9fc5fdac_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/0e8a3492dc4515d9_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/12606f898579d450_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/127f9df091691951_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/13ab24d8a01ec5af_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/13ffa2b4ceebe804_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/14383641564a06dd_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/14eba7e2816c0570_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/15145040f7f12f31_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/16ee279d6f1c8395_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/18cae013af62500a_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/19f675cfe7f5267e_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/1addba6edada2e9a_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/1af6f73e89e50f41_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/1d1ac5085a224b02_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/1deb67aebc431f45_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/1e3db76b924e693b_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/1e88f258e3680439_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/1f4ccb3050b595ee_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/2015f0da22a88925_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/207a53d3f4a4c4bc_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/20e4b0fcb00f9dd5_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/22b58fcf518f5674_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/22cf8b278ea33fdd_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/24066a0b5fd21082_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/24111eb856fec6e6_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/257b9ada9582cd59_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/275fd93a285332c0_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/27be01069ada1058_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/28ba4e36caef53fd_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/29ff2668f549cdb5_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/2bd215b1cc3c8643_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/2d658284fe26dae9_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/2d6ffdfbd670a4e8_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/2e27a1ed2b4a696e_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/2e2b6739a69fd0a3_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/2f14eda0cc666f86_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/2f899538adf5bae8_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/304e5a8852b16c20_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/30a7fd0752f0c20d_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/3164cf42e96b9664_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/31907c8cd5dbb0d7_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/33f8a8eeda6e7841_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/3405d1653639c199_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/3695acda012e6f6c_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/378470234e1889fb_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/37d6bb98dfdad071_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/37e0528cb11f3703_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/3970c09b77560574_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/39b962857089ba5e_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/3bfc2bcb2b9b08ed_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/3e10fdac988d26f3_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/3fb3b062de8f8809_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/3fd23a31de1aa9b5_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/422e08989ed37358_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/42833c75aedbe4e5_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/4496d0a64b8e2ff1_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/44e2691176dfaada_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/459aacad64df1a20_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/45f9ab2e41d4c78f_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/46e79cec1cf5707a_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/4829c45107a55442_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/492ed577e4693e3f_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/4b0439dad7e11fb9_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/4cb485a7a714929a_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/4ff29ec24ac18d79_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/4ffa70f43271c724_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/53022c316783857f_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/53899c486fe75590_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/5439955c1fba6b45_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/544232310d1a0a06_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/5568062b850bbed3_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/55ed72b0b4c0b90e_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/57569d79c996e150_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/57c911b58ffc1b31_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/58ffe42bbf649829_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/593b2c5ddeaf2239_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/5c3aa27826d095b2_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/5cf224eb78664c23_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/5d7b131758930690_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/5e9381f913d21eda_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/5f883d2c96d94f47_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/6060781ff50be050_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/60dd1e31f5698aa5_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/60f6b8574f845336_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/65bd88b6cfac0360_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/663eed8f0b3263b5_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/668471e493562a86_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/669f9cc804c906dc_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/686b16113c27b51c_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/6995a7c799490d3d_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/69d1851b6f926501_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/6c315c24643d2312_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/6d89e754b1f713d1_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/6e974763e22212a3_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/6f2e4773cf00120f_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/6f7f729885fc6405_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/70f5010b6251d3d7_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/71238386a6c9a397_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/718a6bd3261b1f0c_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/72dde8735713a41e_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/736fa535f638b855_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/73fee60194c1a3ad_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/75fcdd0b6f65bd28_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/76b0593eac2d2d73_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/76d45343c81bc5bd_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/77f2f61eb9046a27_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/78295be598deb4f7_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/78cc5d6f5d38e89d_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/78ed79bc5487503a_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/79ef8a938b90c350_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/7aed8ae99b589d1c_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/7d542df377268c15_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/8212aed81c3ee4a1_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/8365e09e400ee1fc_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/83b94ec24cdf46e1_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/84e415bdea6bf983_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/85aedd2200d384ed_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/86a5bb3a5f36544a_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/86d6ad63d489e18d_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/8702a043a57d3522_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/87ab6e7889d43581_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/88f89ac1fad12137_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/8bc98d6f98dd6ca1_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/8e12e6ef77258f52_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/9046ef8fa437e5d7_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/93d81321f8c35eab_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/949c213ef980ae58_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/94a5260219485fdf_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/94f671a650b89d66_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/95939c8a3eb5768a_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/961c7a9dcf1d5fe3_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/963f816968a47709_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/9754e94edd482054_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/97902336e38f1700_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/97e08502f043033d_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/97eb05d149fa8180_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/986ab8bff47a984e_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/996b82133802ae10_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/9d08967f7ba110ea_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/a0061e50ed0ea145_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/a36d754622d84b47_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/a534891105b3e625_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/a54fc271588d9d41_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/a7ec2678f15b2b6d_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/a91789341ea91d1f_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/ab7368be61d71212_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/ac7d751ceae3a02f_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/ac8983237c918a96_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/ada4a3246231b3de_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/ae6228174fe30c59_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/afb2d770d7999101_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/afe1ed6a163ca728_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/b2ae8808413e89c0_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/b3095246000ea960_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/b4ca1d6d0f1ec58c_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/b8b895a3f2a1be32_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/b8c1f8ff87d72de8_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/b9b9254eaa6d7961_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/ba3f88b58ae6c933_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/bbde820c1fee5c3c_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/bf5945304ded8ca6_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/bf759a3da730d049_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/c2d56f537e34c311_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/c6ab0b187752f069_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/c72489dc54bddeff_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/c894826beba9fc11_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/c9fbee2a7d3a094f_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/ca05d8588c6eda81_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/caca5541d401cf41_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/cbf47e6d8a15d7d3_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/cc3d7750e8aa09a1_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/cf1aa47f35237847_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/d24c9bd4e97205f5_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/d37667786125d0b6_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/d3c2a489bef951de_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/d493186355a4b445_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/d4cdad2db913d09a_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/d9a190d1d7d66bdd_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/d9d9fe0a0f8883f0_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/da104e24aca267da_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/da5600d748a3d40d_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/dac9af4b21f194e1_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/dc41537c41bbc9c8_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/dcc9d182eada13bf_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/df2471fed7015ffa_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/e1211117d5218257_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/e2073b3ff8da7966_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/e2fbeb70759b0860_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/e32d83849acbcc78_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/e32ff760e1b4ec46_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/e49a56cebb1bd701_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/e4fc6d1edd80e88d_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/e5c658ea95c0a29a_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/e76a247701c1354a_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/e85ac8952d7783d7_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/ea75bd91e54a494a_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/eb41a78379534cdd_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/ebadaa36379fd994_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/ebbfbbc332854937_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/ec4c7c205aa9bc71_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/ec605132cd3e8d5e_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/eca8c1f18c539b98_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/ee0d7a7986dd76e5_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/eea6285a9ea71b86_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/ef96ddfba1f2c2d2_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/f1ab938a154fbaab_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/f3a443b4d8db944d_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/f3a70b90dcd40113_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/f3c026a9dc680c06_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/f43451adccba0ea4_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/f4dba657e1857320_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/f4f5420fc5a9003d_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/f5e3f9054cc9c3c6_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/f5e6e74e25c85d6b_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/f7be5fd113dc69f5_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/f932d48a828248a0_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/f9981a8e9c8781cc_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/f9e143e57946c84b_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/ff7b35a077b033a8_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/index +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/index-dir/the-real-index +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/todelete_07dfe380d0a4bac8_0_1 +0 -0
- package/dist/run-chrome-profile/Default/ClientCertificates/LOCK +0 -0
- package/dist/run-chrome-profile/Default/ClientCertificates/LOG +0 -0
- package/dist/run-chrome-profile/Default/ClientCertificates/LOG.old +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/0587842c7942e87a_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/0592c61bd9d3053d_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/0861135386d2c738_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/0898e3ed2eda3eb7_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/09a7b9084a99801e_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/0e586947a8aa23e1_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/106d786c1813fd96_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/11f0273b1a24823c_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/12e2c4b18dbb728d_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/14c7b4fbbd6e0749_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/160dc9336b994b01_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/172b237bc017862d_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/19f6466fb9b618ce_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/1b5a04a8f66ab70c_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/1b6753ef78015a7c_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/1d04bef2abfa72c6_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/1fea22350ffb4a61_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/20a1d4f1d64a6e4a_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/218fe828c74bdb99_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/21c21c5d6a3777cf_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/22510e6f41637f30_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/25d24c50d6908129_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/2b3892f5db1614c8_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/2ed71b58ef1bc80c_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/3c878b9c6b2711ba_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/3d7a6b9ba7b8e97d_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/3e8051f002d949e2_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/41d8a1078bf6d6f5_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/421ce781bb1ceb5c_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/426fe3cc7f9b4f7f_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/44d5079ad5841b25_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/476e356260f818d6_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/47a4811439b25efc_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/4ade40caa2a85163_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/52648138c13cdad2_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/52d4fec1241d1282_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/56204ae624861bc2_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/56560d269952a184_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/592c52eae03ef125_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/5b217ff9b78b30de_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/5f36256b41411f6f_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/6106cc3cf0508822_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/617885bb170208d2_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/6237ab24b47ae5c0_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/632d05ee66c9abd6_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/64849f954a94216e_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/64d1fa56dcdb9237_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/65070d99886440c7_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/6580147029871082_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/68f6d50d7c196b98_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/6aec1e7616284cdd_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/6d0b78a7984afdac_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/6d46ad6ea661eb81_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/73a475dbc6ba7093_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/753519a982b7ae5c_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/777dd155fe2a955b_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/77961bdc2429b753_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/78657db0e3838ffd_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/7d53e29663da0b76_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/820d5c605988b1ad_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/838d85c38184d753_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/86f57b3af810b421_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/88555a582271a82e_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/8a97abef9c409a22_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/8ac82e7d6d31f44a_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/8c99c923d9fb3de9_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/8cd3b22c62befc2e_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/8d41487cd646b738_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/90003fa4cdfd16ef_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/95a62562b95ac9f9_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/986a45c42ca5deb3_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/9b6ef7d7a65e720d_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/9bba43a9e2358d9f_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/9e384c2b2f26947a_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/9e5e8d385e4531af_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/a096196665df2f44_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/a34198895135067c_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/a572b6bb234d4a65_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/a69226eb7e1fcb4a_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/a8bfd7ab3bf7adbd_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/a92fc2d2b9d9f0a4_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/aa7c7f8c5a389837_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/aec4d08996b946ca_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/af7a1a649ae2ab76_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/b190a9e98a3382ef_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/b45f5c2e8ed788a3_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/b5664876c81ccdff_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/b5d00710776b3b78_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/b709b3e74b142af8_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/b74aebd1906c50c5_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/b97c948285070cc1_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/ba446f34fd660131_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/bb73c6570251aa2d_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/bc1ea834c2eb1073_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/bd25d8bae4a347fb_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/c2b4e8597e4738ff_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/c4d55d3209764edb_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/c95eaa23d6f3eba3_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/ca8e2bdf658dce8d_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/ccd60987c6a7b9cc_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/d833cd33af1db7c6_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/d876d0d7d35cd53f_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/d91fc36c8dfd76dc_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/db1dd4e4c444cffc_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/db80d672a14a2d79_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/dce3001693bfcf17_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/df9da550ea6d3003_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/dfeac1d0c35d1523_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/e1435a1865ecedae_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/e1a42690fdd6ca1c_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/e7412d338f3c2ecc_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/ee08c28427b16c56_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/f0572c9ab2f19dd1_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/f29fc4182015cd04_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/f36943988045e4d1_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/f735b670a4f7a234_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/fb06edfe8bead3fc_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/fc69a509c3d58d04_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/fd557caf7be39251_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/fd7cf0b9dd81c15e_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/index +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/index-dir/the-real-index +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/wasm/index +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/wasm/index-dir/the-real-index +0 -0
- package/dist/run-chrome-profile/Default/Cookies +0 -0
- package/dist/run-chrome-profile/Default/Cookies-journal +0 -0
- package/dist/run-chrome-profile/Default/DIPS +0 -0
- package/dist/run-chrome-profile/Default/DawnGraphiteCache/data_0 +0 -0
- package/dist/run-chrome-profile/Default/DawnGraphiteCache/data_1 +0 -0
- package/dist/run-chrome-profile/Default/DawnGraphiteCache/data_2 +0 -0
- package/dist/run-chrome-profile/Default/DawnGraphiteCache/data_3 +0 -0
- package/dist/run-chrome-profile/Default/DawnGraphiteCache/index +0 -0
- package/dist/run-chrome-profile/Default/DawnWebGPUCache/data_0 +0 -0
- package/dist/run-chrome-profile/Default/DawnWebGPUCache/data_1 +0 -0
- package/dist/run-chrome-profile/Default/DawnWebGPUCache/data_2 +0 -0
- package/dist/run-chrome-profile/Default/DawnWebGPUCache/data_3 +0 -0
- package/dist/run-chrome-profile/Default/DawnWebGPUCache/index +0 -0
- package/dist/run-chrome-profile/Default/Download Service/EntryDB/LOCK +0 -0
- package/dist/run-chrome-profile/Default/Download Service/EntryDB/LOG +0 -0
- package/dist/run-chrome-profile/Default/Download Service/EntryDB/LOG.old +0 -0
- package/dist/run-chrome-profile/Default/Extension Rules/000003.log +0 -0
- package/dist/run-chrome-profile/Default/Extension Rules/CURRENT +1 -0
- package/dist/run-chrome-profile/Default/Extension Rules/LOCK +0 -0
- package/dist/run-chrome-profile/Default/Extension Rules/LOG +3 -0
- package/dist/run-chrome-profile/Default/Extension Rules/LOG.old +3 -0
- package/dist/run-chrome-profile/Default/Extension Rules/MANIFEST-000001 +0 -0
- package/dist/run-chrome-profile/Default/Extension Scripts/000003.log +0 -0
- package/dist/run-chrome-profile/Default/Extension Scripts/CURRENT +1 -0
- package/dist/run-chrome-profile/Default/Extension Scripts/LOCK +0 -0
- package/dist/run-chrome-profile/Default/Extension Scripts/LOG +3 -0
- package/dist/run-chrome-profile/Default/Extension Scripts/LOG.old +3 -0
- package/dist/run-chrome-profile/Default/Extension Scripts/MANIFEST-000001 +0 -0
- package/dist/run-chrome-profile/Default/Extension State/000003.log +0 -0
- package/dist/run-chrome-profile/Default/Extension State/CURRENT +1 -0
- package/dist/run-chrome-profile/Default/Extension State/LOCK +0 -0
- package/dist/run-chrome-profile/Default/Extension State/LOG +3 -0
- package/dist/run-chrome-profile/Default/Extension State/LOG.old +3 -0
- package/dist/run-chrome-profile/Default/Extension State/MANIFEST-000001 +0 -0
- package/dist/run-chrome-profile/Default/Favicons +0 -0
- package/dist/run-chrome-profile/Default/Favicons-journal +0 -0
- package/dist/run-chrome-profile/Default/Feature Engagement Tracker/AvailabilityDB/LOCK +0 -0
- package/dist/run-chrome-profile/Default/Feature Engagement Tracker/AvailabilityDB/LOG +0 -0
- package/dist/run-chrome-profile/Default/Feature Engagement Tracker/AvailabilityDB/LOG.old +0 -0
- package/dist/run-chrome-profile/Default/Feature Engagement Tracker/EventDB/LOCK +0 -0
- package/dist/run-chrome-profile/Default/Feature Engagement Tracker/EventDB/LOG +0 -0
- package/dist/run-chrome-profile/Default/Feature Engagement Tracker/EventDB/LOG.old +0 -0
- package/dist/run-chrome-profile/Default/GPUCache/data_0 +0 -0
- package/dist/run-chrome-profile/Default/GPUCache/data_1 +0 -0
- package/dist/run-chrome-profile/Default/GPUCache/data_2 +0 -0
- package/dist/run-chrome-profile/Default/GPUCache/data_3 +0 -0
- package/dist/run-chrome-profile/Default/GPUCache/index +0 -0
- package/dist/run-chrome-profile/Default/History +0 -0
- package/dist/run-chrome-profile/Default/History-journal +0 -0
- package/dist/run-chrome-profile/Default/LOCK +0 -0
- package/dist/run-chrome-profile/Default/LOG +0 -0
- package/dist/run-chrome-profile/Default/LOG.old +0 -0
- package/dist/run-chrome-profile/Default/Local Extension Settings/pbpgonifamlpcahjkkkfelffkegofkgg/000003.log +0 -0
- package/dist/run-chrome-profile/Default/Local Extension Settings/pbpgonifamlpcahjkkkfelffkegofkgg/CURRENT +1 -0
- package/dist/run-chrome-profile/Default/Local Extension Settings/pbpgonifamlpcahjkkkfelffkegofkgg/LOCK +0 -0
- package/dist/run-chrome-profile/Default/Local Extension Settings/pbpgonifamlpcahjkkkfelffkegofkgg/LOG +3 -0
- package/dist/run-chrome-profile/Default/Local Extension Settings/pbpgonifamlpcahjkkkfelffkegofkgg/LOG.old +3 -0
- package/dist/run-chrome-profile/Default/Local Extension Settings/pbpgonifamlpcahjkkkfelffkegofkgg/MANIFEST-000001 +0 -0
- package/dist/run-chrome-profile/Default/Local Storage/leveldb/000003.log +0 -0
- package/dist/run-chrome-profile/Default/Local Storage/leveldb/CURRENT +1 -0
- package/dist/run-chrome-profile/Default/Local Storage/leveldb/LOCK +0 -0
- package/dist/run-chrome-profile/Default/Local Storage/leveldb/LOG +3 -0
- package/dist/run-chrome-profile/Default/Local Storage/leveldb/LOG.old +3 -0
- package/dist/run-chrome-profile/Default/Local Storage/leveldb/MANIFEST-000001 +0 -0
- package/dist/run-chrome-profile/Default/Login Data +0 -0
- package/dist/run-chrome-profile/Default/Login Data For Account +0 -0
- package/dist/run-chrome-profile/Default/Login Data For Account-journal +0 -0
- package/dist/run-chrome-profile/Default/Login Data-journal +0 -0
- package/dist/run-chrome-profile/Default/Network Action Predictor +0 -0
- package/dist/run-chrome-profile/Default/Network Action Predictor-journal +0 -0
- package/dist/run-chrome-profile/Default/Network Persistent State +1 -0
- package/dist/run-chrome-profile/Default/PersistentOriginTrials/LOCK +0 -0
- package/dist/run-chrome-profile/Default/PersistentOriginTrials/LOG +0 -0
- package/dist/run-chrome-profile/Default/PersistentOriginTrials/LOG.old +0 -0
- package/dist/run-chrome-profile/Default/Platform Notifications/000003.log +0 -0
- package/dist/run-chrome-profile/Default/Platform Notifications/CURRENT +1 -0
- package/dist/run-chrome-profile/Default/Platform Notifications/LOCK +0 -0
- package/dist/run-chrome-profile/Default/Platform Notifications/LOG +3 -0
- package/dist/run-chrome-profile/Default/Platform Notifications/LOG.old +3 -0
- package/dist/run-chrome-profile/Default/Platform Notifications/MANIFEST-000001 +0 -0
- package/dist/run-chrome-profile/Default/Preferences +1 -0
- package/dist/run-chrome-profile/Default/PreferredApps +1 -0
- package/dist/run-chrome-profile/Default/README +1 -0
- NEL +0 -0
- package/dist/run-chrome-profile/Default/Reporting and NEL-journal +0 -0
- package/dist/run-chrome-profile/Default/Safe Browsing Cookies +0 -0
- package/dist/run-chrome-profile/Default/Safe Browsing Cookies-journal +0 -0
- package/dist/run-chrome-profile/Default/Secure Preferences +1 -0
- package/dist/run-chrome-profile/Default/Segmentation Platform/SegmentInfoDB/LOCK +0 -0
- package/dist/run-chrome-profile/Default/Segmentation Platform/SegmentInfoDB/LOG +0 -0
- package/dist/run-chrome-profile/Default/Segmentation Platform/SegmentInfoDB/LOG.old +0 -0
- package/dist/run-chrome-profile/Default/Segmentation Platform/SignalDB/LOCK +0 -0
- package/dist/run-chrome-profile/Default/Segmentation Platform/SignalDB/LOG +0 -0
- package/dist/run-chrome-profile/Default/Segmentation Platform/SignalDB/LOG.old +0 -0
- package/dist/run-chrome-profile/Default/Segmentation Platform/SignalStorageConfigDB/LOCK +0 -0
- package/dist/run-chrome-profile/Default/Segmentation Platform/SignalStorageConfigDB/LOG +0 -0
- package/dist/run-chrome-profile/Default/Segmentation Platform/SignalStorageConfigDB/LOG.old +0 -0
- package/dist/run-chrome-profile/Default/Service Worker/Database/000003.log +0 -0
- package/dist/run-chrome-profile/Default/Service Worker/Database/CURRENT +1 -0
- package/dist/run-chrome-profile/Default/Service Worker/Database/LOCK +0 -0
- package/dist/run-chrome-profile/Default/Service Worker/Database/LOG +3 -0
- package/dist/run-chrome-profile/Default/Service Worker/Database/LOG.old +3 -0
- package/dist/run-chrome-profile/Default/Service Worker/Database/MANIFEST-000001 +0 -0
- package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/013888a1cda32b90_0 +0 -0
- package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/013888a1cda32b90_1 +0 -0
- package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/4cb013792b196a35_0 +0 -0
- package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/7b4fd8111178d5b1_0 +0 -0
- package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/7b4fd8111178d5b1_1 +0 -0
- package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/ba23d8ecda68de77_0 +0 -0
- package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/d0757ff92c7cde0a_0 +0 -0
- package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/d0757ff92c7cde0a_1 +0 -0
- package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/f1cdccba37924bda_0 +0 -0
- package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/index +0 -0
- package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/index-dir/the-real-index +0 -0
- package/dist/run-chrome-profile/Default/Session Storage/000003.log +0 -0
- package/dist/run-chrome-profile/Default/Session Storage/CURRENT +1 -0
- package/dist/run-chrome-profile/Default/Session Storage/LOCK +0 -0
- package/dist/run-chrome-profile/Default/Session Storage/LOG +3 -0
- package/dist/run-chrome-profile/Default/Session Storage/LOG.old +3 -0
- package/dist/run-chrome-profile/Default/Session Storage/MANIFEST-000001 +0 -0
- package/dist/run-chrome-profile/Default/Sessions/Session_13388299920642351 +0 -0
- package/dist/run-chrome-profile/Default/Sessions/Session_13388299940186801 +0 -0
- package/dist/run-chrome-profile/Default/Sessions/Session_13388299992540146 +0 -0
- package/dist/run-chrome-profile/Default/Sessions/Session_13388372501612998 +0 -0
- package/dist/run-chrome-profile/Default/Sessions/Session_13388372524790246 +0 -0
- package/dist/run-chrome-profile/Default/Sessions/Tabs_13388299920843248 +0 -0
- package/dist/run-chrome-profile/Default/Sessions/Tabs_13388299940373404 +0 -0
- package/dist/run-chrome-profile/Default/Sessions/Tabs_13388299992731279 +0 -0
- package/dist/run-chrome-profile/Default/Sessions/Tabs_13388372501808161 +0 -0
- package/dist/run-chrome-profile/Default/Sessions/Tabs_13388372525017486 +0 -0
- package/dist/run-chrome-profile/Default/Shared Dictionary/cache/index +0 -0
- package/dist/run-chrome-profile/Default/Shared Dictionary/cache/index-dir/the-real-index +0 -0
- package/dist/run-chrome-profile/Default/Shared Dictionary/db +0 -0
- package/dist/run-chrome-profile/Default/Shared Dictionary/db-journal +0 -0
- package/dist/run-chrome-profile/Default/SharedStorage +0 -0
- package/dist/run-chrome-profile/Default/Shortcuts +0 -0
- package/dist/run-chrome-profile/Default/Shortcuts-journal +0 -0
- package/dist/run-chrome-profile/Default/Site Characteristics Database/000003.log +0 -0
- package/dist/run-chrome-profile/Default/Site Characteristics Database/CURRENT +1 -0
- package/dist/run-chrome-profile/Default/Site Characteristics Database/LOCK +0 -0
- package/dist/run-chrome-profile/Default/Site Characteristics Database/LOG +3 -0
- package/dist/run-chrome-profile/Default/Site Characteristics Database/LOG.old +3 -0
- package/dist/run-chrome-profile/Default/Site Characteristics Database/MANIFEST-000001 +0 -0
- package/dist/run-chrome-profile/Default/Sync Data/LevelDB/000003.log +0 -0
- package/dist/run-chrome-profile/Default/Sync Data/LevelDB/CURRENT +1 -0
- package/dist/run-chrome-profile/Default/Sync Data/LevelDB/LOCK +0 -0
- package/dist/run-chrome-profile/Default/Sync Data/LevelDB/LOG +3 -0
- package/dist/run-chrome-profile/Default/Sync Data/LevelDB/LOG.old +3 -0
- package/dist/run-chrome-profile/Default/Sync Data/LevelDB/MANIFEST-000001 +0 -0
- package/dist/run-chrome-profile/Default/Top Sites +0 -0
- package/dist/run-chrome-profile/Default/Top Sites-journal +0 -0
- package/dist/run-chrome-profile/Default/TransportSecurity +1 -0
- package/dist/run-chrome-profile/Default/Trust Tokens +0 -0
- package/dist/run-chrome-profile/Default/Trust Tokens-journal +0 -0
- package/dist/run-chrome-profile/Default/Visited Links +0 -0
- package/dist/run-chrome-profile/Default/Web Data +0 -0
- package/dist/run-chrome-profile/Default/Web Data-journal +0 -0
- package/dist/run-chrome-profile/Default/WebStorage/QuotaManager +0 -0
- package/dist/run-chrome-profile/Default/WebStorage/QuotaManager-journal +0 -0
- package/dist/run-chrome-profile/Default/chrome_cart_db/LOCK +0 -0
- package/dist/run-chrome-profile/Default/chrome_cart_db/LOG +0 -0
- package/dist/run-chrome-profile/Default/chrome_cart_db/LOG.old +0 -0
- package/dist/run-chrome-profile/Default/commerce_subscription_db/LOCK +0 -0
- package/dist/run-chrome-profile/Default/commerce_subscription_db/LOG +0 -0
- package/dist/run-chrome-profile/Default/commerce_subscription_db/LOG.old +0 -0
- package/dist/run-chrome-profile/Default/discounts_db/LOCK +0 -0
- package/dist/run-chrome-profile/Default/discounts_db/LOG +0 -0
- package/dist/run-chrome-profile/Default/discounts_db/LOG.old +0 -0
- package/dist/run-chrome-profile/Default/heavy_ad_intervention_opt_out.db +0 -0
- package/dist/run-chrome-profile/Default/heavy_ad_intervention_opt_out.db-journal +0 -0
- package/dist/run-chrome-profile/Default/optimization_guide_hint_cache_store/LOCK +0 -0
- package/dist/run-chrome-profile/Default/optimization_guide_hint_cache_store/LOG +0 -0
- package/dist/run-chrome-profile/Default/optimization_guide_hint_cache_store/LOG.old +0 -0
- package/dist/run-chrome-profile/Default/parcel_tracking_db/LOCK +0 -0
- package/dist/run-chrome-profile/Default/parcel_tracking_db/LOG +0 -0
- package/dist/run-chrome-profile/Default/parcel_tracking_db/LOG.old +0 -0
- package/dist/run-chrome-profile/Default/passkey_enclave_state +1 -0
- package/dist/run-chrome-profile/Default/shared_proto_db/000003.log +0 -0
- package/dist/run-chrome-profile/Default/shared_proto_db/CURRENT +1 -0
- package/dist/run-chrome-profile/Default/shared_proto_db/LOCK +0 -0
- package/dist/run-chrome-profile/Default/shared_proto_db/LOG +3 -0
- package/dist/run-chrome-profile/Default/shared_proto_db/LOG.old +3 -0
- package/dist/run-chrome-profile/Default/shared_proto_db/MANIFEST-000001 +0 -0
- package/dist/run-chrome-profile/Default/shared_proto_db/metadata/000003.log +0 -0
- package/dist/run-chrome-profile/Default/shared_proto_db/metadata/CURRENT +1 -0
- package/dist/run-chrome-profile/Default/shared_proto_db/metadata/LOCK +0 -0
- package/dist/run-chrome-profile/Default/shared_proto_db/metadata/LOG +3 -0
- package/dist/run-chrome-profile/Default/shared_proto_db/metadata/LOG.old +3 -0
- package/dist/run-chrome-profile/Default/shared_proto_db/metadata/MANIFEST-000001 +0 -0
- package/dist/run-chrome-profile/Default/trusted_vault.pb +2 -0
- package/dist/run-chrome-profile/GrShaderCache/data_0 +0 -0
- package/dist/run-chrome-profile/GrShaderCache/data_1 +0 -0
- package/dist/run-chrome-profile/GrShaderCache/data_2 +0 -0
- package/dist/run-chrome-profile/GrShaderCache/data_3 +0 -0
- package/dist/run-chrome-profile/GrShaderCache/index +0 -0
- package/dist/run-chrome-profile/GraphiteDawnCache/data_0 +0 -0
- package/dist/run-chrome-profile/GraphiteDawnCache/data_1 +0 -0
- package/dist/run-chrome-profile/GraphiteDawnCache/data_2 +0 -0
- package/dist/run-chrome-profile/GraphiteDawnCache/data_3 +0 -0
- package/dist/run-chrome-profile/GraphiteDawnCache/f_000001 +0 -0
- package/dist/run-chrome-profile/GraphiteDawnCache/f_000002 +0 -0
- package/dist/run-chrome-profile/GraphiteDawnCache/f_000003 +0 -0
- package/dist/run-chrome-profile/GraphiteDawnCache/f_000004 +0 -0
- package/dist/run-chrome-profile/GraphiteDawnCache/index +0 -0
- package/dist/run-chrome-profile/Last Version +1 -0
- package/dist/run-chrome-profile/Local State +1 -0
- package/dist/run-chrome-profile/ShaderCache/data_0 +0 -0
- package/dist/run-chrome-profile/ShaderCache/data_1 +0 -0
- package/dist/run-chrome-profile/ShaderCache/data_2 +0 -0
- package/dist/run-chrome-profile/ShaderCache/data_3 +0 -0
- package/dist/run-chrome-profile/ShaderCache/index +0 -0
- package/dist/run-chrome-profile/Variations +1 -0
- package/dist/run-chrome-profile/first_party_sets.db +0 -0
- package/dist/run-chrome-profile/first_party_sets.db-journal +0 -0
- package/dist/run-chrome-profile/optimization_guide_model_store/13/E6DC4029A1E4B4C1/3CF18F0F16C8CE09/model-info.pb +1 -0
- package/dist/run-chrome-profile/optimization_guide_model_store/13/E6DC4029A1E4B4C1/3CF18F0F16C8CE09/model.tflite +0 -0
- package/dist/run-chrome-profile/optimization_guide_model_store/15/E6DC4029A1E4B4C1/D5BCEC4E5AAF74EA/VERSION.txt +4 -0
- package/dist/run-chrome-profile/optimization_guide_model_store/15/E6DC4029A1E4B4C1/D5BCEC4E5AAF74EA/model-info.pb +0 -0
- package/dist/run-chrome-profile/optimization_guide_model_store/15/E6DC4029A1E4B4C1/D5BCEC4E5AAF74EA/model.tflite +0 -0
- package/dist/run-chrome-profile/optimization_guide_model_store/15/E6DC4029A1E4B4C1/D5BCEC4E5AAF74EA/override_list.pb.gz +0 -0
- package/dist/run-chrome-profile/optimization_guide_model_store/2/E6DC4029A1E4B4C1/52963069BD02697B/model-info.pb +1 -0
- package/dist/run-chrome-profile/optimization_guide_model_store/2/E6DC4029A1E4B4C1/52963069BD02697B/model.tflite +0 -0
- package/dist/run-chrome-profile/optimization_guide_model_store/20/E6DC4029A1E4B4C1/AEDAEAFE1BA40A26/model-info.pb +0 -0
- package/dist/run-chrome-profile/optimization_guide_model_store/20/E6DC4029A1E4B4C1/AEDAEAFE1BA40A26/model.tflite +0 -0
- package/dist/run-chrome-profile/optimization_guide_model_store/24/E6DC4029A1E4B4C1/7C893FFC02F661B8/enus_denylist_encoded_241007.txt +580 -0
- package/dist/run-chrome-profile/optimization_guide_model_store/24/E6DC4029A1E4B4C1/7C893FFC02F661B8/model-info.pb +5 -0
- package/dist/run-chrome-profile/optimization_guide_model_store/24/E6DC4029A1E4B4C1/7C893FFC02F661B8/model.tflite +0 -0
- package/dist/run-chrome-profile/optimization_guide_model_store/24/E6DC4029A1E4B4C1/7C893FFC02F661B8/vocab_en-us.txt +303 -0
- package/dist/run-chrome-profile/optimization_guide_model_store/25/E6DC4029A1E4B4C1/F87CF299C0E14D75/model-info.pb +0 -0
- package/dist/run-chrome-profile/optimization_guide_model_store/25/E6DC4029A1E4B4C1/F87CF299C0E14D75/model.tflite +0 -0
- package/dist/run-chrome-profile/optimization_guide_model_store/25/E6DC4029A1E4B4C1/F87CF299C0E14D75/visual_model_desktop.tflite +0 -0
- package/dist/run-chrome-profile/optimization_guide_model_store/26/E6DC4029A1E4B4C1/92C138FC1F6BC7A5/model-info.pb +0 -0
- package/dist/run-chrome-profile/optimization_guide_model_store/26/E6DC4029A1E4B4C1/92C138FC1F6BC7A5/model.tflite +0 -0
- package/dist/run-chrome-profile/optimization_guide_model_store/45/E6DC4029A1E4B4C1/99FA23F9C3B6B1E9/model-info.pb +0 -0
- package/dist/run-chrome-profile/optimization_guide_model_store/45/E6DC4029A1E4B4C1/99FA23F9C3B6B1E9/model.tflite +0 -0
- package/dist/run-chrome-profile/optimization_guide_model_store/9/E6DC4029A1E4B4C1/201FE93993560CC9/model-info.pb +0 -0
- package/dist/run-chrome-profile/optimization_guide_model_store/9/E6DC4029A1E4B4C1/201FE93993560CC9/model.tflite +0 -0
- package/dist/run-chrome-profile/segmentation_platform/ukm_db +0 -0
- package/dist/run-chrome-profile/segmentation_platform/ukm_db-wal +0 -0
- package/package.json +2 -6
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"52":0.00497,"59":0.04473,"60":0.00497,"78":0.00994,"102":0.00497,"113":0.00497,"115":0.11928,"124":0.00497,"127":0.00497,"128":0.18886,"133":0.00994,"134":0.06461,"135":0.38766,"136":1.24747,"137":0.00497,_:"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 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 112 114 116 117 118 119 120 121 122 123 125 126 129 130 131 132 138 139 140 3.5 3.6"},D:{"38":0.00497,"41":0.00497,"49":0.00497,"65":0.01491,"66":0.1988,"79":0.00994,"87":0.01988,"88":0.00994,"90":0.00497,"91":0.00497,"93":0.00497,"94":0.00497,"99":0.00497,"102":0.01491,"103":0.02982,"104":0.00994,"106":0.00994,"108":0.01988,"109":0.21868,"110":0.00497,"111":0.00994,"112":0.00497,"113":0.02485,"114":0.05467,"115":0.00497,"116":0.0994,"117":0.00497,"118":7.56931,"119":0.00497,"120":0.01491,"121":0.00994,"122":0.06958,"123":0.04473,"124":0.02982,"125":0.07455,"126":0.14413,"127":0.04473,"128":0.10437,"129":0.08946,"130":0.06461,"131":0.59143,"132":1.2922,"133":7.86751,"134":12.26099,"135":0.01988,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 42 43 44 45 46 47 48 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 67 68 69 70 71 72 73 74 75 76 77 78 80 81 83 84 85 86 89 92 95 96 97 98 100 101 105 107 136 137 138"},F:{"69":0.00497,"87":0.00994,"88":0.00497,"95":0.01988,"108":0.00497,"114":0.00994,"115":0.00497,"116":0.51191,"117":1.41148,_:"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 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"17":0.02485,"92":0.00497,"108":0.00497,"109":0.04473,"114":0.00497,"115":0.00497,"116":0.00497,"122":0.00497,"124":0.00497,"125":0.00497,"126":0.00497,"127":0.00497,"128":0.00497,"129":0.00497,"130":0.01988,"131":0.0497,"132":0.08946,"133":2.01285,"134":4.61713,_:"12 13 14 15 16 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 110 111 112 113 117 118 119 120 121 123"},E:{"14":0.00994,"15":0.00497,_:"0 4 5 6 7 8 9 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1","11.1":0.03479,"12.1":0.00994,"13.1":0.02485,"14.1":0.0497,"15.1":0.00497,"15.2-15.3":0.00994,"15.4":0.01988,"15.5":0.01988,"15.6":0.27832,"16.0":0.03479,"16.1":0.03479,"16.2":0.04473,"16.3":0.07952,"16.4":0.03479,"16.5":0.02982,"16.6":0.40754,"17.0":0.01988,"17.1":0.38766,"17.2":0.04473,"17.3":0.03976,"17.4":0.09443,"17.5":0.21868,"17.6":0.55664,"18.0":0.07455,"18.1":0.30814,"18.2":0.12425,"18.3":3.19074,"18.4":0.02485},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00571,"5.0-5.1":0,"6.0-6.1":0.01713,"7.0-7.1":0.01142,"8.1-8.4":0,"9.0-9.2":0.00856,"9.3":0.03996,"10.0-10.2":0.00285,"10.3":0.06565,"11.0-11.2":0.30258,"11.3-11.4":0.01998,"12.0-12.1":0.01142,"12.2-12.5":0.2826,"13.0-13.1":0.00571,"13.2":0.00856,"13.3":0.01142,"13.4-13.7":0.03996,"14.0-14.4":0.09991,"14.5-14.8":0.11989,"15.0-15.1":0.06565,"15.2-15.3":0.06565,"15.4":0.07993,"15.5":0.09134,"15.6-15.8":1.12468,"16.0":0.15985,"16.1":0.32827,"16.2":0.17127,"16.3":0.29687,"16.4":0.06565,"16.5":0.12274,"16.6-16.7":1.33306,"17.0":0.07993,"17.1":0.14273,"17.2":0.10847,"17.3":0.15129,"17.4":0.30258,"17.5":0.67367,"17.6-17.7":1.95535,"18.0":0.54807,"18.1":1.79264,"18.2":0.80212,"18.3":16.76463,"18.4":0.24834},P:{"4":0.03128,"21":0.01043,"23":0.01043,"24":0.01043,"25":0.01043,"26":0.0417,"27":3.29456,_:"20 22 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","5.0-5.4":0.01043,"7.2-7.4":0.01043},I:{"0":0.01506,"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},K:{"0":0.24144,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00994,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},R:{_:"0"},M:{"0":0.45773},Q:{_:"14.9"},O:{"0":0.02012},H:{"0":0},L:{"0":17.60852}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"52":0.00241,"65":0.00241,"91":0.00241,"95":0.00241,"99":0.00481,"100":0.00481,"103":0.00241,"115":0.14195,"122":0.00241,"123":0.00241,"127":0.00241,"128":0.00962,"129":0.00241,"130":0.00241,"131":0.00241,"132":0.00241,"133":0.00962,"134":0.00962,"135":0.17564,"136":0.74345,"137":0.02647,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 92 93 94 96 97 98 101 102 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 124 125 126 138 139 140 3.5 3.6"},D:{"76":0.00241,"79":0.00481,"80":0.00241,"81":0.00241,"83":0.00241,"85":0.00241,"86":0.00241,"87":0.00962,"91":0.00481,"92":0.00241,"93":0.00481,"94":0.00241,"98":0.00241,"99":0.00241,"102":0.00241,"103":0.03128,"104":0.01203,"106":0.01203,"107":0.00481,"108":0.00722,"109":1.21984,"110":0.00241,"111":0.00241,"112":0.00241,"114":0.00722,"115":0.00241,"116":0.03128,"117":0.00241,"118":0.00481,"119":0.00481,"120":0.00962,"121":0.00722,"122":0.03609,"123":0.01203,"124":0.03368,"125":0.04331,"126":0.0385,"127":0.02165,"128":0.05534,"129":0.03128,"130":0.02406,"131":0.12271,"132":0.1588,"133":5.15125,"134":11.7509,"135":0.08421,"136":0.00241,_:"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 77 78 84 88 89 90 95 96 97 100 101 105 113 137 138"},F:{"87":0.00241,"88":0.00241,"95":0.00722,"116":0.02165,"117":0.25504,_:"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 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 115 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00241,"92":0.00241,"109":0.00962,"114":0.00241,"117":0.00241,"121":0.00241,"122":0.00241,"126":0.00241,"127":0.00241,"128":0.00241,"129":0.00241,"130":0.00241,"131":0.01684,"132":0.01684,"133":0.45955,"134":1.25353,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 115 116 118 119 120 123 124 125"},E:{"13":0.00241,"14":0.00241,_:"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 15.2-15.3","11.1":0.00241,"12.1":0.00481,"13.1":0.00481,"14.1":0.00722,"15.1":0.00241,"15.4":0.00241,"15.5":0.00481,"15.6":0.02406,"16.0":0.00241,"16.1":0.01444,"16.2":0.00241,"16.3":0.00481,"16.4":0.00481,"16.5":0.00241,"16.6":0.03368,"17.0":0.00241,"17.1":0.00722,"17.2":0.00481,"17.3":0.00481,"17.4":0.00962,"17.5":0.01444,"17.6":0.04812,"18.0":0.00962,"18.1":0.0409,"18.2":0.01203,"18.3":0.23579,"18.4":0.00962},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00218,"5.0-5.1":0,"6.0-6.1":0.00655,"7.0-7.1":0.00437,"8.1-8.4":0,"9.0-9.2":0.00328,"9.3":0.01529,"10.0-10.2":0.00109,"10.3":0.02512,"11.0-11.2":0.11575,"11.3-11.4":0.00764,"12.0-12.1":0.00437,"12.2-12.5":0.10811,"13.0-13.1":0.00218,"13.2":0.00328,"13.3":0.00437,"13.4-13.7":0.01529,"14.0-14.4":0.03822,"14.5-14.8":0.04586,"15.0-15.1":0.02512,"15.2-15.3":0.02512,"15.4":0.03058,"15.5":0.03494,"15.6-15.8":0.43025,"16.0":0.06115,"16.1":0.12558,"16.2":0.06552,"16.3":0.11357,"16.4":0.02512,"16.5":0.04696,"16.6-16.7":0.50997,"17.0":0.03058,"17.1":0.0546,"17.2":0.0415,"17.3":0.05788,"17.4":0.11575,"17.5":0.25772,"17.6-17.7":0.74803,"18.0":0.20967,"18.1":0.68579,"18.2":0.30686,"18.3":6.41342,"18.4":0.09501},P:{"21":0.01061,"23":0.01061,"24":0.01061,"25":0.01061,"26":0.03182,"27":0.48785,_:"4 20 22 5.0-5.4 6.2-6.4 8.2 9.2 10.1 12.0 13.0 14.0 15.0 16.0 18.0 19.0","7.2-7.4":0.03182,"11.1-11.2":0.01061,"17.0":0.01061},I:{"0":0.02273,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00003},K:{"0":0.40248,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},R:{_:"0"},M:{"0":0.04556},Q:{_:"14.9"},O:{"0":0.72902},H:{"0":0},L:{"0":63.95147}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"135":0.04712,"136":0.11781,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 137 138 139 140 3.5 3.6"},D:{"43":0.04712,"48":0.02356,"51":0.02356,"122":0.04712,"132":0.1885,"133":1.34089,"134":4.89661,_:"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 49 50 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 123 124 125 126 127 128 129 130 131 135 136 137 138"},F:{"85":0.02356,"117":0.09425,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"118":0.14137,"131":0.04712,"132":0.84823,"133":0.61261,"134":1.48226,_:"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 119 120 121 122 123 124 125 126 127 128 129 130"},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 17.0 17.1 17.2 17.3 17.4 17.5 17.6 18.0 18.2 18.4","16.6":0.44768,"18.1":0.07069,"18.3":0.23562},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00121,"5.0-5.1":0,"6.0-6.1":0.00364,"7.0-7.1":0.00242,"8.1-8.4":0,"9.0-9.2":0.00182,"9.3":0.00848,"10.0-10.2":0.00061,"10.3":0.01393,"11.0-11.2":0.06422,"11.3-11.4":0.00424,"12.0-12.1":0.00242,"12.2-12.5":0.05998,"13.0-13.1":0.00121,"13.2":0.00182,"13.3":0.00242,"13.4-13.7":0.00848,"14.0-14.4":0.0212,"14.5-14.8":0.02545,"15.0-15.1":0.01393,"15.2-15.3":0.01393,"15.4":0.01696,"15.5":0.01939,"15.6-15.8":0.23871,"16.0":0.03393,"16.1":0.06967,"16.2":0.03635,"16.3":0.06301,"16.4":0.01393,"16.5":0.02605,"16.6-16.7":0.28293,"17.0":0.01696,"17.1":0.03029,"17.2":0.02302,"17.3":0.03211,"17.4":0.06422,"17.5":0.14298,"17.6-17.7":0.41501,"18.0":0.11632,"18.1":0.38047,"18.2":0.17024,"18.3":3.55817,"18.4":0.05271},P:{"23":0.05071,"24":0.02028,"25":0.09127,"26":0.02028,"27":1.00401,_:"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.11762,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00004,"4.4":0,"4.4.3-4.4.4":0.00013},K:{"0":0.33004,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},R:{_:"0"},M:{_:"0"},Q:{_:"14.9"},O:{"0":0.07072},H:{"0":0},L:{"0":80.52874}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 3.5 3.6"},D:{"133":0.21936,"134":6.57708,_:"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 123 124 125 126 127 128 129 130 131 132 135 136 137 138"},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 110 111 112 113 114 115 116 117 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 125 126 127 128 129 130 131 132 133 134"},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 16.0 16.1 16.2 16.4 16.5 17.0 17.2 17.3 17.4 17.5 18.0 18.1 18.2 18.4","15.6":0.43871,"16.3":1.31614,"16.6":1.9742,"17.1":6.79644,"17.6":6.79644,"18.3":6.13837},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.01267,"5.0-5.1":0,"6.0-6.1":0.03802,"7.0-7.1":0.02535,"8.1-8.4":0,"9.0-9.2":0.01901,"9.3":0.08871,"10.0-10.2":0.00634,"10.3":0.14575,"11.0-11.2":0.6717,"11.3-11.4":0.04436,"12.0-12.1":0.02535,"12.2-12.5":0.62734,"13.0-13.1":0.01267,"13.2":0.01901,"13.3":0.02535,"13.4-13.7":0.08871,"14.0-14.4":0.22179,"14.5-14.8":0.26614,"15.0-15.1":0.14575,"15.2-15.3":0.14575,"15.4":0.17743,"15.5":0.20278,"15.6-15.8":2.49668,"16.0":0.35486,"16.1":0.72873,"16.2":0.38021,"16.3":0.65902,"16.4":0.14575,"16.5":0.27248,"16.6-16.7":2.95927,"17.0":0.17743,"17.1":0.31684,"17.2":0.2408,"17.3":0.33585,"17.4":0.6717,"17.5":1.49547,"17.6-17.7":4.34068,"18.0":1.21666,"18.1":3.97948,"18.2":1.78063,"18.3":37.21578,"18.4":0.5513},P:{_:"4 20 21 22 23 24 25 26 27 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},K:{"0":0,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},R:{_:"0"},M:{_:"0"},Q:{_:"14.9"},O:{_:"0"},H:{"0":0},L:{"0":0.67242}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"34":0.00443,"37":0.00886,"48":0.02216,"52":0.01772,"66":0.00443,"78":0.02216,"88":0.00443,"102":0.01329,"113":0.00443,"115":0.12407,"125":0.00443,"127":0.00886,"128":0.04874,"131":0.00443,"132":0.00443,"133":0.01772,"134":0.02216,"135":0.39879,"136":1.42235,"137":0.00886,_:"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 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 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 89 90 91 92 93 94 95 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 112 114 116 117 118 119 120 121 122 123 124 126 129 130 138 139 140 3.5 3.6"},D:{"34":0.00443,"38":0.04431,"39":0.0709,"40":0.0709,"41":0.0709,"42":0.0709,"43":0.0709,"44":0.0709,"45":0.0709,"46":0.0709,"47":0.0709,"48":0.0709,"49":0.18167,"50":0.0709,"51":0.0709,"52":0.06647,"53":0.0709,"54":0.0709,"55":0.0709,"56":0.0709,"57":0.0709,"58":0.0709,"59":0.0709,"60":0.0709,"61":0.00443,"65":0.00443,"71":0.00443,"72":0.00443,"76":0.00443,"78":0.00443,"79":0.03545,"83":0.00443,"86":0.00443,"87":0.02659,"88":0.00443,"90":0.15952,"93":0.02216,"94":0.01772,"95":0.00443,"96":0.00443,"97":0.00886,"99":0.00443,"101":0.00443,"102":0.00443,"103":0.15065,"104":0.00443,"105":0.00443,"106":0.00443,"107":0.00443,"108":0.03545,"109":0.42981,"110":0.00886,"111":0.01772,"112":0.01329,"113":0.03102,"114":0.04874,"115":0.00443,"116":0.15952,"117":0.00443,"118":0.00443,"119":0.03102,"120":0.04874,"121":0.03545,"122":0.10191,"123":0.03545,"124":0.07533,"125":0.0576,"126":0.11078,"127":0.03988,"128":0.15509,"129":0.0709,"130":0.11964,"131":0.53172,"132":0.70453,"133":8.44992,"134":13.45252,"135":0.02659,"136":0.01772,_:"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 62 63 64 66 67 68 69 70 73 74 75 77 80 81 84 85 89 91 92 98 100 137 138"},F:{"45":0.00443,"46":0.01772,"87":0.00886,"88":0.00443,"95":0.01772,"114":0.00443,"115":0.00886,"116":0.20826,"117":0.55831,_:"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 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 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00886,"92":0.00443,"105":0.00443,"109":0.02659,"111":0.00443,"113":0.00443,"114":0.00443,"117":0.00443,"119":0.00443,"120":0.00443,"121":0.00443,"122":0.00443,"123":0.00443,"124":0.00443,"125":0.00886,"126":0.00443,"127":0.01329,"128":0.00886,"129":0.00443,"130":0.02659,"131":0.05317,"132":0.09305,"133":1.85659,"134":4.27148,_:"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 106 107 108 110 112 115 116 118"},E:{"13":0.01329,"14":0.02659,"15":0.00886,_:"0 4 5 6 7 8 9 10 11 12 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1","12.1":0.00886,"13.1":0.06647,"14.1":0.09305,"15.1":0.00886,"15.2-15.3":0.01772,"15.4":0.01329,"15.5":0.02659,"15.6":0.40765,"16.0":0.06203,"16.1":0.0709,"16.2":0.03988,"16.3":0.08862,"16.4":0.01772,"16.5":0.03988,"16.6":0.51843,"17.0":0.02216,"17.1":0.35005,"17.2":0.04431,"17.3":0.03988,"17.4":0.06203,"17.5":0.16395,"17.6":0.61148,"18.0":0.03545,"18.1":0.23484,"18.2":0.08419,"18.3":2.76051,"18.4":0.01772},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00266,"5.0-5.1":0,"6.0-6.1":0.00798,"7.0-7.1":0.00532,"8.1-8.4":0,"9.0-9.2":0.00399,"9.3":0.01861,"10.0-10.2":0.00133,"10.3":0.03058,"11.0-11.2":0.14094,"11.3-11.4":0.00931,"12.0-12.1":0.00532,"12.2-12.5":0.13163,"13.0-13.1":0.00266,"13.2":0.00399,"13.3":0.00532,"13.4-13.7":0.01861,"14.0-14.4":0.04654,"14.5-14.8":0.05584,"15.0-15.1":0.03058,"15.2-15.3":0.03058,"15.4":0.03723,"15.5":0.04255,"15.6-15.8":0.52388,"16.0":0.07446,"16.1":0.15291,"16.2":0.07978,"16.3":0.13828,"16.4":0.03058,"16.5":0.05717,"16.6-16.7":0.62094,"17.0":0.03723,"17.1":0.06648,"17.2":0.05053,"17.3":0.07047,"17.4":0.14094,"17.5":0.31379,"17.6-17.7":0.9108,"18.0":0.25529,"18.1":0.83501,"18.2":0.37363,"18.3":7.80897,"18.4":0.11568},P:{"4":0.09527,"21":0.02117,"22":0.02117,"23":0.02117,"24":0.02117,"25":0.03176,"26":0.05293,"27":2.36063,_:"20 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 16.0 17.0 18.0 19.0","5.0-5.4":0.01059,"6.2-6.4":0.01059,"7.2-7.4":0.02117,"15.0":0.01059},I:{"0":0.01667,"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},K:{"0":0.17818,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.10634,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},R:{_:"0"},M:{"0":0.66816},Q:{"14.9":0.02784},O:{"0":0.06125},H:{"0":0},L:{"0":39.03633}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"106":0.0026,"115":0.03633,"128":0.00519,"132":0.01557,"133":0.00519,"134":0.00779,"135":0.09861,"136":0.30362,"137":0.0026,_:"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 114 116 117 118 119 120 121 122 123 124 125 126 127 129 130 131 138 139 140 3.5 3.6"},D:{"11":0.0026,"38":0.01298,"39":0.0026,"43":0.0026,"46":0.0026,"47":0.0026,"48":0.0026,"49":0.0026,"50":0.0026,"52":0.0026,"53":0.0026,"55":0.02336,"56":0.00519,"57":0.0026,"58":0.30102,"59":0.0026,"60":0.0026,"61":0.0026,"65":0.0026,"66":0.0026,"68":0.00779,"69":0.0026,"72":0.00519,"73":0.02336,"74":0.0026,"75":0.00779,"76":0.0026,"78":0.0026,"79":0.04931,"81":0.0026,"83":0.03633,"86":0.0026,"87":0.04152,"88":0.01038,"89":0.0026,"90":0.0026,"91":0.01298,"93":0.03374,"94":0.01038,"95":0.00779,"98":0.01557,"99":0.00519,"100":0.0026,"101":0.0026,"102":0.0026,"103":0.18425,"104":0.0026,"105":0.0026,"106":0.01298,"107":0.00779,"108":0.02855,"109":0.92901,"110":0.03893,"111":0.01557,"112":0.0026,"113":0.00519,"114":0.03633,"115":0.0026,"116":0.05709,"117":0.00519,"118":0.0026,"119":0.05969,"120":0.02076,"121":0.00519,"122":0.06488,"123":0.00779,"124":0.02336,"125":0.06747,"126":0.09083,"127":0.01038,"128":0.04671,"129":0.02336,"130":0.0519,"131":0.1557,"132":0.18425,"133":5.33792,"134":9.74682,"135":0.01557,"136":0.00519,_:"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 40 41 42 44 45 51 54 62 63 64 67 70 71 77 80 84 85 92 96 97 137 138"},F:{"36":0.0026,"46":0.01817,"87":0.00779,"88":0.01038,"95":0.00779,"102":0.01557,"106":0.0026,"114":0.0026,"116":0.12456,"117":0.35552,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 89 90 91 92 93 94 96 97 98 99 100 101 103 104 105 107 108 109 110 111 112 113 115 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.0026,"92":0.00519,"107":0.0026,"109":0.02076,"112":0.0026,"114":0.00519,"119":0.00779,"121":0.0026,"122":0.00519,"126":0.0026,"128":0.0026,"129":0.0026,"130":0.0026,"131":0.02076,"132":0.04412,"133":0.74217,"134":1.53884,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 108 110 111 113 115 116 117 118 120 123 124 125 127"},E:{"14":0.0026,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 6.1 7.1 9.1 10.1 12.1 15.2-15.3","5.1":0.00519,"11.1":0.0026,"13.1":0.02076,"14.1":0.01557,"15.1":0.0026,"15.4":0.0026,"15.5":0.0026,"15.6":0.05709,"16.0":0.00519,"16.1":0.01038,"16.2":0.0026,"16.3":0.00779,"16.4":0.0026,"16.5":0.01817,"16.6":0.05969,"17.0":0.0026,"17.1":0.02336,"17.2":0.0026,"17.3":0.01298,"17.4":0.01817,"17.5":0.03114,"17.6":0.08564,"18.0":0.01038,"18.1":0.06228,"18.2":0.02076,"18.3":0.3633,"18.4":0.00519},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0031,"5.0-5.1":0,"6.0-6.1":0.0093,"7.0-7.1":0.0062,"8.1-8.4":0,"9.0-9.2":0.00465,"9.3":0.02171,"10.0-10.2":0.00155,"10.3":0.03566,"11.0-11.2":0.16436,"11.3-11.4":0.01085,"12.0-12.1":0.0062,"12.2-12.5":0.15351,"13.0-13.1":0.0031,"13.2":0.00465,"13.3":0.0062,"13.4-13.7":0.02171,"14.0-14.4":0.05427,"14.5-14.8":0.06513,"15.0-15.1":0.03566,"15.2-15.3":0.03566,"15.4":0.04342,"15.5":0.04962,"15.6-15.8":0.61094,"16.0":0.08683,"16.1":0.17832,"16.2":0.09304,"16.3":0.16126,"16.4":0.03566,"16.5":0.06668,"16.6-16.7":0.72413,"17.0":0.04342,"17.1":0.07753,"17.2":0.05892,"17.3":0.08218,"17.4":0.16436,"17.5":0.36594,"17.6-17.7":1.06217,"18.0":0.29772,"18.1":0.97378,"18.2":0.43572,"18.3":9.10671,"18.4":0.1349},P:{"4":0.08272,"20":0.01034,"21":0.03102,"22":0.03102,"23":0.04136,"24":0.0517,"25":0.07238,"26":0.09306,"27":2.16097,"5.0-5.4":0.02068,"6.2-6.4":0.04136,"7.2-7.4":0.06204,_:"8.2 9.2 10.1 12.0 14.0 15.0 18.0","11.1-11.2":0.01034,"13.0":0.01034,"16.0":0.02068,"17.0":0.02068,"19.0":0.01034},I:{"0":0.04434,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00005},K:{"0":0.80715,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.02076,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},R:{_:"0"},M:{"0":0.07405},Q:{_:"14.9"},O:{"0":0.59981},H:{"0":0},L:{"0":57.2719}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"4":0.06948,"34":0.0327,"78":0.01635,"101":0.00409,"106":0.01226,"115":0.03678,"117":0.00409,"120":0.04087,"126":0.00409,"128":0.02044,"129":0.00409,"130":0.00409,"131":0.00409,"133":0.00409,"134":0.00817,"135":0.29018,"136":1.08714,"137":0.00409,_:"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 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 102 103 104 105 107 108 109 110 111 112 113 114 116 118 119 121 122 123 124 125 127 132 138 139 140 3.5 3.6"},D:{"39":0.00409,"40":0.00409,"41":0.00409,"42":0.00409,"43":0.00409,"45":0.00409,"46":0.00409,"47":0.00409,"48":0.00409,"49":0.00409,"50":0.00409,"51":0.00409,"52":0.00409,"53":0.00409,"54":0.00409,"55":0.00409,"56":0.00409,"57":0.00409,"58":0.00409,"59":0.00409,"60":0.00409,"62":0.00409,"65":0.00409,"73":0.01226,"74":0.00409,"75":0.01226,"76":0.00409,"78":0.00409,"79":0.05722,"81":0.01226,"83":0.16757,"85":0.00817,"86":0.00409,"87":0.84192,"88":0.02044,"89":0.03678,"91":0.01635,"93":0.00409,"94":0.02452,"95":0.00409,"98":0.00409,"100":0.01635,"101":0.00409,"102":0.00409,"103":0.06948,"106":0.00409,"107":0.01226,"108":0.00817,"109":0.54766,"110":0.04087,"111":0.01226,"112":0.01635,"113":0.00409,"114":0.02861,"116":0.17165,"119":0.01226,"120":0.22479,"121":0.00817,"122":0.07357,"123":0.02044,"124":0.07765,"125":0.14713,"126":0.06131,"127":0.01635,"128":0.2207,"129":0.05313,"130":0.0327,"131":0.42505,"132":0.38009,"133":6.51059,"134":14.33311,"135":0.00817,_:"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 44 61 63 64 66 67 68 69 70 71 72 77 80 84 90 92 96 97 99 104 105 115 117 118 136 137 138"},F:{"87":0.02861,"88":0.0327,"95":0.06948,"105":0.00409,"114":0.00817,"116":0.77653,"117":1.96176,_:"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 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 106 107 108 109 110 111 112 113 115 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.01635,"100":0.00409,"109":0.02044,"110":0.00409,"114":0.02452,"121":0.00409,"122":0.00817,"124":0.00409,"125":0.00409,"126":0.02044,"127":0.01226,"128":0.00817,"129":0.00409,"130":0.02861,"131":0.05722,"132":0.08991,"133":1.36097,"134":4.07883,_:"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 111 112 113 115 116 117 118 119 120 123"},E:{"14":0.00409,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3","5.1":0.00409,"13.1":0.05722,"14.1":0.00817,"15.4":0.00817,"15.5":0.00409,"15.6":0.13896,"16.0":0.00817,"16.1":0.02452,"16.2":0.01226,"16.3":0.01226,"16.4":0.08583,"16.5":0.00817,"16.6":0.1267,"17.0":0.01226,"17.1":0.08174,"17.2":0.01635,"17.3":0.01635,"17.4":0.02861,"17.5":0.1267,"17.6":0.17574,"18.0":0.0327,"18.1":0.06948,"18.2":0.0327,"18.3":1.23019,"18.4":0.01635},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00259,"5.0-5.1":0,"6.0-6.1":0.00776,"7.0-7.1":0.00517,"8.1-8.4":0,"9.0-9.2":0.00388,"9.3":0.0181,"10.0-10.2":0.00129,"10.3":0.02973,"11.0-11.2":0.13701,"11.3-11.4":0.00905,"12.0-12.1":0.00517,"12.2-12.5":0.12797,"13.0-13.1":0.00259,"13.2":0.00388,"13.3":0.00517,"13.4-13.7":0.0181,"14.0-14.4":0.04524,"14.5-14.8":0.05429,"15.0-15.1":0.02973,"15.2-15.3":0.02973,"15.4":0.03619,"15.5":0.04136,"15.6-15.8":0.50928,"16.0":0.07238,"16.1":0.14865,"16.2":0.07755,"16.3":0.13443,"16.4":0.02973,"16.5":0.05558,"16.6-16.7":0.60364,"17.0":0.03619,"17.1":0.06463,"17.2":0.04912,"17.3":0.06851,"17.4":0.13701,"17.5":0.30505,"17.6-17.7":0.88542,"18.0":0.24818,"18.1":0.81174,"18.2":0.36322,"18.3":7.59133,"18.4":0.11245},P:{"4":0.04143,"20":0.01036,"21":0.03107,"22":0.145,"23":0.01036,"24":0.19679,"25":0.03107,"26":0.09321,"27":2.58929,_:"5.0-5.4 6.2-6.4 8.2 9.2 10.1 12.0 13.0 14.0 15.0 16.0 18.0 19.0","7.2-7.4":0.0725,"11.1-11.2":0.01036,"17.0":0.01036},I:{"0":0.0177,"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},K:{"0":0.17739,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},R:{_:"0"},M:{"0":0.272},Q:{"14.9":0.00591},O:{"0":0.10052},H:{"0":0},L:{"0":44.29546}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"4":0.03645,"52":0.00521,"78":0.01041,"115":0.09893,"120":0.00521,"122":0.00521,"123":0.01041,"125":0.00521,"128":0.02083,"132":0.01041,"133":0.00521,"134":0.00521,"135":0.15621,"136":0.6717,"137":0.00521,_:"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 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 121 124 126 127 129 130 131 138 139 140 3.5 3.6"},D:{"38":0.01041,"39":0.00521,"40":0.00521,"41":0.00521,"42":0.00521,"43":0.00521,"44":0.00521,"45":0.00521,"46":0.00521,"47":0.01562,"48":0.00521,"49":0.02604,"50":0.00521,"51":0.00521,"52":0.00521,"53":0.00521,"54":0.00521,"55":0.00521,"56":0.00521,"57":0.00521,"58":0.00521,"59":0.00521,"60":0.00521,"72":0.00521,"74":0.00521,"78":0.00521,"79":0.12497,"80":0.02083,"81":0.01041,"85":0.00521,"87":0.09893,"88":0.00521,"91":0.01041,"93":0.00521,"94":0.01562,"96":0.00521,"99":0.00521,"100":0.01041,"101":0.00521,"102":0.01041,"103":0.01562,"104":0.01041,"106":0.00521,"107":0.02604,"108":0.05728,"109":1.46317,"110":0.02083,"111":0.01562,"112":0.01562,"113":0.00521,"114":0.04686,"115":0.00521,"116":0.05728,"117":0.00521,"118":0.01041,"119":0.02604,"120":0.06248,"121":0.0729,"122":0.13018,"123":0.12497,"124":0.09893,"125":0.06769,"126":0.09373,"127":0.06769,"128":0.09893,"129":0.0729,"130":0.10414,"131":0.45822,"132":0.43218,"133":11.29919,"134":25.05088,"135":0.02083,"136":0.01041,_:"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 61 62 63 64 65 66 67 68 69 70 71 73 75 76 77 83 84 86 89 90 92 95 97 98 105 137 138"},F:{"36":0.00521,"87":0.00521,"95":0.04166,"114":0.00521,"116":0.7446,"117":1.83807,_:"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 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 115 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00521,"85":0.00521,"92":0.01562,"100":0.00521,"102":0.00521,"109":0.02604,"114":0.01041,"120":0.00521,"121":0.00521,"122":0.01041,"123":0.03124,"124":0.00521,"125":0.00521,"126":0.00521,"127":0.00521,"128":0.02083,"129":0.00521,"130":0.01562,"131":0.05728,"132":0.04166,"133":1.05702,"134":2.72326,_:"12 13 14 15 16 17 79 80 81 83 84 86 87 88 89 90 91 93 94 95 96 97 98 99 101 103 104 105 106 107 108 110 111 112 113 115 116 117 118 119"},E:{"15":0.00521,_:"0 4 5 6 7 8 9 10 11 12 13 14 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 15.2-15.3 15.5 16.2 17.0","5.1":0.00521,"13.1":0.00521,"14.1":0.01041,"15.1":0.00521,"15.4":0.01562,"15.6":0.02604,"16.0":0.00521,"16.1":0.00521,"16.3":0.00521,"16.4":0.01041,"16.5":0.00521,"16.6":0.03124,"17.1":0.01041,"17.2":0.01562,"17.3":0.01041,"17.4":0.01562,"17.5":0.02083,"17.6":0.05207,"18.0":0.02604,"18.1":0.05728,"18.2":0.02604,"18.3":0.39573,"18.4":0.01041},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00092,"5.0-5.1":0,"6.0-6.1":0.00277,"7.0-7.1":0.00185,"8.1-8.4":0,"9.0-9.2":0.00138,"9.3":0.00646,"10.0-10.2":0.00046,"10.3":0.01061,"11.0-11.2":0.04892,"11.3-11.4":0.00323,"12.0-12.1":0.00185,"12.2-12.5":0.04569,"13.0-13.1":0.00092,"13.2":0.00138,"13.3":0.00185,"13.4-13.7":0.00646,"14.0-14.4":0.01615,"14.5-14.8":0.01938,"15.0-15.1":0.01061,"15.2-15.3":0.01061,"15.4":0.01292,"15.5":0.01477,"15.6-15.8":0.18182,"16.0":0.02584,"16.1":0.05307,"16.2":0.02769,"16.3":0.04799,"16.4":0.01061,"16.5":0.01984,"16.6-16.7":0.21551,"17.0":0.01292,"17.1":0.02307,"17.2":0.01754,"17.3":0.02446,"17.4":0.04892,"17.5":0.10891,"17.6-17.7":0.31611,"18.0":0.0886,"18.1":0.2898,"18.2":0.12967,"18.3":2.71021,"18.4":0.04015},P:{"4":0.12351,"21":0.01029,"22":0.01029,"23":0.04117,"24":0.04117,"25":0.03088,"26":0.03088,"27":0.75134,_:"20 8.2 10.1 12.0 14.0 15.0 16.0 17.0 18.0","5.0-5.4":0.02058,"6.2-6.4":0.01029,"7.2-7.4":0.07205,"9.2":0.01029,"11.1-11.2":0.01029,"13.0":0.01029,"19.0":0.01029},I:{"0":0.02869,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00003},K:{"0":0.1773,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.04166,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},R:{_:"0"},M:{"0":0.1198},Q:{_:"14.9"},O:{"0":0.01917},H:{"0":0},L:{"0":43.29506}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"72":0.00214,"75":0.00107,"77":0.00214,"78":0.00641,"89":0.00107,"99":0.00107,"101":0.00107,"102":0.00107,"106":0.00214,"107":0.00107,"109":0.00107,"111":0.00107,"115":0.22877,"120":0.00428,"121":0.00321,"122":0.00214,"125":0.04597,"127":0.00748,"128":0.06949,"130":0.00107,"131":0.00428,"132":0.01069,"133":0.02031,"134":0.00321,"135":0.18708,"136":0.6585,"137":0.00214,_:"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 73 74 76 79 80 81 82 83 84 85 86 87 88 90 91 92 93 94 95 96 97 98 100 103 104 105 108 110 112 113 114 116 117 118 119 123 124 126 129 138 139 140 3.5 3.6"},D:{"39":0.00107,"52":0.00107,"55":0.00107,"66":0.00107,"68":0.00107,"71":0.00107,"79":0.00748,"81":0.00214,"84":0.00107,"85":0.00321,"87":0.01176,"90":0.00107,"94":0.00321,"103":0.10262,"104":0.00107,"108":0.00748,"109":0.14325,"111":0.00748,"112":0.00107,"114":0.00321,"116":0.03742,"118":0.00107,"119":0.00107,"120":0.00107,"121":0.00107,"122":0.00748,"123":0.00748,"124":0.00641,"125":0.00641,"126":0.00428,"127":0.00321,"128":0.03421,"129":0.00855,"130":0.00641,"131":0.05345,"132":0.39232,"133":1.14597,"134":2.49612,"135":0.00855,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 40 41 42 43 44 45 46 47 48 49 50 51 53 54 56 57 58 59 60 61 62 63 64 65 67 69 70 72 73 74 75 76 77 78 80 83 86 88 89 91 92 93 95 96 97 98 99 100 101 102 105 106 107 110 113 115 117 136 137 138"},F:{"46":0.01069,"65":0.00107,"81":0.00214,"87":0.00107,"88":0.00107,"113":0.00535,"115":0.00107,"116":0.0449,"117":0.22984,_:"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 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 82 83 84 85 86 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 114 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"16":0.00214,"18":0.00107,"92":0.00214,"100":0.00641,"109":0.00321,"112":0.00107,"113":0.00107,"120":0.00535,"124":0.00855,"125":0.00107,"126":0.00107,"128":0.00321,"129":0.00107,"131":0.00962,"132":0.00748,"133":0.41584,"134":1.10748,_:"12 13 14 15 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 114 115 116 117 118 119 121 122 123 127 130"},E:{"13":0.00107,"14":0.02245,"15":0.00107,_:"0 4 5 6 7 8 9 10 11 12 3.1 3.2 5.1 6.1 7.1 9.1 10.1 15.4","11.1":0.00107,"12.1":0.00214,"13.1":0.0139,"14.1":0.03207,"15.1":0.00748,"15.2-15.3":0.00428,"15.5":0.00962,"15.6":0.07269,"16.0":0.00855,"16.1":0.02031,"16.2":0.00748,"16.3":0.02352,"16.4":0.02245,"16.5":0.01283,"16.6":0.22235,"17.0":0.0139,"17.1":0.09728,"17.2":0.01817,"17.3":0.02886,"17.4":0.09193,"17.5":0.04597,"17.6":0.29184,"18.0":0.05024,"18.1":0.031,"18.2":0.03635,"18.3":0.80496,"18.4":0.01283},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00132,"5.0-5.1":0,"6.0-6.1":0.00396,"7.0-7.1":0.00264,"8.1-8.4":0,"9.0-9.2":0.00198,"9.3":0.00925,"10.0-10.2":0.00066,"10.3":0.0152,"11.0-11.2":0.07005,"11.3-11.4":0.00463,"12.0-12.1":0.00264,"12.2-12.5":0.06542,"13.0-13.1":0.00132,"13.2":0.00198,"13.3":0.00264,"13.4-13.7":0.00925,"14.0-14.4":0.02313,"14.5-14.8":0.02775,"15.0-15.1":0.0152,"15.2-15.3":0.0152,"15.4":0.0185,"15.5":0.02115,"15.6-15.8":0.26036,"16.0":0.03701,"16.1":0.07599,"16.2":0.03965,"16.3":0.06873,"16.4":0.0152,"16.5":0.02842,"16.6-16.7":0.3086,"17.0":0.0185,"17.1":0.03304,"17.2":0.02511,"17.3":0.03502,"17.4":0.07005,"17.5":0.15595,"17.6-17.7":0.45266,"18.0":0.12688,"18.1":0.41499,"18.2":0.18569,"18.3":3.881,"18.4":0.05749},P:{"21":0.01043,"24":0.01043,"25":0.0313,"26":0.02086,"27":1.03279,_:"4 20 22 23 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.01043},I:{"0":0.1604,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00005,"4.4":0,"4.4.3-4.4.4":0.00018},K:{"0":0.07144,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},R:{_:"0"},M:{"0":0.32148},Q:{_:"14.9"},O:{"0":0.00893},H:{"0":0},L:{"0":81.54128}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"55":0.00289,"60":0.00289,"72":0.00289,"76":0.00289,"88":0.00289,"89":0.00289,"98":0.00289,"109":0.00289,"110":0.00289,"111":0.00578,"113":0.00578,"115":0.08095,"118":0.00289,"123":0.00578,"127":0.04337,"128":0.00867,"129":0.00289,"130":0.00289,"131":0.01156,"132":0.00578,"133":0.01735,"134":0.02313,"135":0.20526,"136":0.59266,"137":0.00289,_:"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 56 57 58 59 61 62 63 64 65 66 67 68 69 70 71 73 74 75 77 78 79 80 81 82 83 84 85 86 87 90 91 92 93 94 95 96 97 99 100 101 102 103 104 105 106 107 108 112 114 116 117 119 120 121 122 124 125 126 138 139 140 3.5 3.6"},D:{"11":0.00578,"26":0.00289,"43":0.00289,"47":0.00289,"49":0.00289,"50":0.00289,"59":0.00289,"67":0.00867,"70":0.00578,"72":0.00578,"74":0.00289,"76":0.00289,"77":0.00578,"78":0.00289,"80":0.00289,"85":0.00289,"87":0.00867,"88":0.04047,"90":0.01446,"91":0.00289,"92":0.01156,"94":0.00578,"95":0.00289,"96":0.00289,"98":0.02024,"99":0.01735,"103":0.00867,"104":0.01156,"105":0.00867,"106":0.00578,"109":0.43943,"110":0.00578,"111":0.02313,"112":0.00578,"113":0.03469,"114":0.03758,"115":0.00289,"116":0.02313,"117":0.00867,"118":0.00578,"119":0.01156,"120":0.15322,"121":0.0318,"122":0.02602,"123":0.01446,"124":0.03469,"125":0.01156,"126":0.06071,"127":0.06649,"128":0.0318,"129":0.0318,"130":0.02602,"131":0.2573,"132":0.18213,"133":3.02977,"134":5.15465,"135":0.01156,"136":0.00289,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 44 45 46 48 51 52 53 54 55 56 57 58 60 61 62 63 64 65 66 68 69 71 73 75 79 81 83 84 86 89 93 97 100 101 102 107 108 137 138"},F:{"74":0.00289,"77":0.00289,"79":0.00289,"83":0.04337,"86":0.01156,"87":0.04915,"88":0.00867,"95":0.00578,"102":0.00289,"106":0.00578,"113":0.00289,"114":0.00867,"116":0.02891,"117":0.47991,_:"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 75 76 78 80 81 82 84 85 89 90 91 92 93 94 96 97 98 99 100 101 103 104 105 107 108 109 110 111 112 115 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00289,"13":0.00867,"14":0.00289,"15":0.01446,"16":0.00867,"17":0.00867,"18":0.02024,"80":0.00289,"83":0.00289,"84":0.01446,"88":0.00578,"89":0.02024,"90":0.00867,"92":0.0954,"100":0.05493,"108":0.00289,"109":0.01446,"112":0.00578,"113":0.00289,"114":0.00867,"115":0.00289,"116":0.00578,"117":0.00578,"118":0.00578,"119":0.01156,"120":0.00289,"121":0.00867,"122":0.0318,"123":0.02024,"124":0.01735,"125":0.01156,"126":0.01446,"127":0.02024,"128":0.02313,"129":0.04915,"130":0.04626,"131":0.23417,"132":0.10119,"133":1.72882,"134":3.15986,_:"79 81 85 86 87 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 110 111"},E:{"13":0.00289,_:"0 4 5 6 7 8 9 10 11 12 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.5 16.0 16.2 17.0","13.1":0.00867,"14.1":0.00578,"15.2-15.3":0.00578,"15.4":0.01156,"15.6":0.01446,"16.1":0.00289,"16.3":0.0954,"16.4":0.00578,"16.5":0.00289,"16.6":0.01446,"17.1":0.00289,"17.2":0.00289,"17.3":0.00289,"17.4":0.00289,"17.5":0.00289,"17.6":0.02602,"18.0":0.00289,"18.1":0.01156,"18.2":0.00289,"18.3":0.07806,"18.4":0.00289},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00036,"5.0-5.1":0,"6.0-6.1":0.00108,"7.0-7.1":0.00072,"8.1-8.4":0,"9.0-9.2":0.00054,"9.3":0.00252,"10.0-10.2":0.00018,"10.3":0.00414,"11.0-11.2":0.01906,"11.3-11.4":0.00126,"12.0-12.1":0.00072,"12.2-12.5":0.01781,"13.0-13.1":0.00036,"13.2":0.00054,"13.3":0.00072,"13.4-13.7":0.00252,"14.0-14.4":0.0063,"14.5-14.8":0.00755,"15.0-15.1":0.00414,"15.2-15.3":0.00414,"15.4":0.00504,"15.5":0.00576,"15.6-15.8":0.07086,"16.0":0.01007,"16.1":0.02068,"16.2":0.01079,"16.3":0.01871,"16.4":0.00414,"16.5":0.00773,"16.6-16.7":0.08399,"17.0":0.00504,"17.1":0.00899,"17.2":0.00683,"17.3":0.00953,"17.4":0.01906,"17.5":0.04245,"17.6-17.7":0.1232,"18.0":0.03453,"18.1":0.11295,"18.2":0.05054,"18.3":1.0563,"18.4":0.01565},P:{"4":0.02048,"20":0.04096,"21":0.04096,"22":0.24574,"23":0.0512,"24":0.35837,"25":0.19454,"26":0.12287,"27":1.39252,_:"5.0-5.4 6.2-6.4 8.2 9.2 10.1 12.0 16.0","7.2-7.4":0.10239,"11.1-11.2":0.0512,"13.0":0.02048,"14.0":0.04096,"15.0":0.01024,"17.0":0.01024,"18.0":0.01024,"19.0":0.03072},I:{"0":0.48949,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00015,"4.4":0,"4.4.3-4.4.4":0.00054},K:{"0":0.95104,_:"10 11 12 11.1 11.5 12.1"},A:{"9":0.00392,"10":0.00785,"11":0.04316,_:"6 7 8 5.5"},S:{"2.5":0.00711,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},R:{_:"0"},M:{"0":0.07109},Q:{"14.9":0.12796},O:{"0":0.61848},H:{"0":0.03},L:{"0":73.73974}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"56":0.02525,"59":0.00316,"81":0.00158,"98":0.00158,"104":0.00158,"115":0.02051,"121":0.00158,"123":0.00158,"125":0.00158,"127":0.00158,"128":0.10099,"131":0.00158,"132":0.00631,"133":0.00158,"134":0.00158,"135":0.06312,"136":0.19567,"137":0.00316,_:"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 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 99 100 101 102 103 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 122 124 126 129 130 138 139 140 3.5 3.6"},D:{"41":0.00158,"43":0.00158,"47":0.00158,"49":0.00158,"50":0.00158,"53":0.00158,"55":0.00158,"56":0.00158,"58":0.00158,"61":0.00158,"66":0.01262,"69":0.00158,"70":0.00158,"73":0.00158,"74":0.00158,"75":0.00158,"76":0.00631,"77":0.00158,"78":0.00158,"79":0.01105,"81":0.00158,"83":0.00473,"84":0.00158,"85":0.01105,"86":0.00158,"87":0.02525,"88":0.00631,"89":0.00158,"91":0.00789,"92":0.00158,"93":0.01262,"94":0.00473,"95":0.00158,"96":0.00158,"97":0.00158,"99":0.00158,"100":0.00158,"101":0.00158,"102":0.00473,"103":0.09626,"104":0.00789,"105":0.00631,"106":0.00316,"107":0.00158,"108":0.0142,"109":0.21145,"110":0.00158,"111":0.01262,"112":0.00316,"113":0.00473,"114":0.02525,"115":0.00473,"116":0.02525,"117":0.00789,"118":0.00473,"119":0.00947,"120":0.01578,"121":0.0142,"122":0.03472,"123":0.02051,"124":0.01736,"125":0.04103,"126":0.05365,"127":0.02209,"128":0.03945,"129":0.02525,"130":0.03472,"131":0.13097,"132":0.15307,"133":3.24595,"134":5.968,"135":0.00947,"136":0.00158,_:"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 44 45 46 48 51 52 54 57 59 60 62 63 64 65 67 68 71 72 80 90 98 137 138"},F:{"46":0.00316,"71":0.00158,"87":0.00316,"88":0.00158,"95":0.00316,"114":0.00316,"116":0.13729,"117":0.36767,_:"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 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 115 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"17":0.00158,"18":0.00158,"92":0.00316,"100":0.00158,"109":0.00316,"112":0.00316,"114":0.01105,"120":0.00158,"122":0.00316,"124":0.00158,"125":0.00158,"126":0.00158,"127":0.00316,"128":0.00473,"129":0.00316,"130":0.00947,"131":0.02051,"132":0.01578,"133":0.52232,"134":1.1977,_:"12 13 14 15 16 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 113 115 116 117 118 119 121 123"},E:{"14":0.00473,_:"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":0.00316,"12.1":0.00158,"13.1":0.00316,"14.1":0.00789,"15.1":0.00316,"15.2-15.3":0.00158,"15.4":0.00316,"15.5":0.00316,"15.6":0.02683,"16.0":0.00473,"16.1":0.00631,"16.2":0.00473,"16.3":0.00789,"16.4":0.00316,"16.5":0.00473,"16.6":0.03472,"17.0":0.00316,"17.1":0.01736,"17.2":0.00631,"17.3":0.00631,"17.4":0.0142,"17.5":0.02683,"17.6":0.05681,"18.0":0.02051,"18.1":0.03629,"18.2":0.02367,"18.3":0.29666,"18.4":0.00473},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00099,"5.0-5.1":0,"6.0-6.1":0.00297,"7.0-7.1":0.00198,"8.1-8.4":0,"9.0-9.2":0.00148,"9.3":0.00692,"10.0-10.2":0.00049,"10.3":0.01137,"11.0-11.2":0.0524,"11.3-11.4":0.00346,"12.0-12.1":0.00198,"12.2-12.5":0.04894,"13.0-13.1":0.00099,"13.2":0.00148,"13.3":0.00198,"13.4-13.7":0.00692,"14.0-14.4":0.0173,"14.5-14.8":0.02076,"15.0-15.1":0.01137,"15.2-15.3":0.01137,"15.4":0.01384,"15.5":0.01582,"15.6-15.8":0.19478,"16.0":0.02768,"16.1":0.05685,"16.2":0.02966,"16.3":0.05141,"16.4":0.01137,"16.5":0.02126,"16.6-16.7":0.23087,"17.0":0.01384,"17.1":0.02472,"17.2":0.01879,"17.3":0.0262,"17.4":0.0524,"17.5":0.11667,"17.6-17.7":0.33864,"18.0":0.09492,"18.1":0.31047,"18.2":0.13892,"18.3":2.90344,"18.4":0.04301},P:{"4":0.02126,"21":0.01063,"22":0.01063,"23":0.01063,"24":0.01063,"25":0.02126,"26":0.02126,"27":0.53155,_:"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 16.0 17.0 18.0 19.0","7.2-7.4":0.01063},I:{"0":0.2017,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00006,"4.4":0,"4.4.3-4.4.4":0.00022},K:{"0":0.18528,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.0142,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},R:{_:"0"},M:{"0":0.05053},Q:{_:"14.9"},O:{"0":0.12633},H:{"0":0},L:{"0":79.41561}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"52":0.0083,"86":0.00277,"105":0.00277,"106":0.00553,"107":0.0083,"108":0.00553,"109":0.00553,"110":0.00553,"111":0.00553,"112":0.00553,"115":0.15219,"123":0.00277,"125":0.00277,"126":0.00277,"127":0.00277,"128":0.01107,"129":0.00277,"130":0.00277,"131":0.00277,"132":0.00277,"133":0.00553,"134":0.00553,"135":0.08578,"136":0.33481,"137":0.00553,_:"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 78 79 80 81 82 83 84 85 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 113 114 116 117 118 119 120 121 122 124 138 139 140 3.5 3.6"},D:{"43":0.00277,"47":0.00277,"48":0.00553,"49":0.00277,"50":0.00277,"56":0.00553,"57":0.00277,"58":0.00277,"60":0.00277,"62":0.00277,"64":0.00277,"65":0.00277,"66":0.00277,"68":0.0083,"69":0.00553,"70":0.00277,"71":0.00553,"72":0.00553,"73":0.00553,"74":0.0083,"75":0.01107,"76":0.0083,"77":0.0083,"78":0.00277,"79":0.0083,"80":0.01384,"81":0.00553,"83":0.00553,"84":0.00553,"85":0.00277,"86":0.01107,"87":0.0249,"88":0.00553,"89":0.0083,"90":0.00277,"91":0.01937,"92":0.00277,"93":0.0249,"94":0.00277,"95":0.01107,"96":0.00277,"97":0.00277,"98":0.00553,"99":0.01384,"100":0.0083,"101":0.00277,"102":0.0166,"103":0.11621,"104":0.14112,"105":0.01937,"106":0.07471,"107":0.08578,"108":0.09685,"109":1.95627,"110":0.05257,"111":0.05534,"112":0.05257,"113":0.00277,"114":0.0166,"115":0.00277,"116":0.05257,"117":0.00277,"118":0.01107,"119":0.02767,"120":0.02214,"121":0.01384,"122":0.02767,"123":0.01937,"124":0.03597,"125":0.04704,"126":0.09961,"127":0.02214,"128":0.05257,"129":0.04427,"130":0.05257,"131":0.20753,"132":0.21859,"133":5.2905,"134":11.01819,"135":0.02767,"136":0.0083,_:"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 51 52 53 54 55 59 61 63 67 137 138"},F:{"44":0.00277,"79":0.00277,"86":0.00277,"87":0.03044,"88":0.01384,"90":0.00277,"91":0.00277,"92":0.00277,"93":0.00277,"94":0.00553,"95":0.04427,"96":0.00277,"114":0.01937,"115":0.00277,"116":0.05257,"117":0.50083,_:"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 85 89 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00277,"14":0.00277,"15":0.00277,"16":0.00277,"18":0.00553,"84":0.00277,"89":0.00277,"92":0.01937,"100":0.00277,"102":0.00277,"103":0.00277,"105":0.00277,"106":0.0083,"107":0.01384,"108":0.01107,"109":0.0166,"110":0.01107,"111":0.00553,"112":0.00277,"114":0.02214,"122":0.00277,"124":0.00277,"125":0.00277,"126":0.00277,"127":0.00277,"128":0.00277,"129":0.00277,"130":0.00277,"131":0.0166,"132":0.02214,"133":0.32651,"134":0.72219,_:"13 17 79 80 81 83 85 86 87 88 90 91 93 94 95 96 97 98 99 101 104 113 115 116 117 118 119 120 121 123"},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.2-15.3 16.0 16.4 17.0","5.1":0.00277,"13.1":0.00553,"14.1":0.00277,"15.4":0.00277,"15.5":0.00277,"15.6":0.02767,"16.1":0.00553,"16.2":0.01384,"16.3":0.00553,"16.5":0.00277,"16.6":0.02214,"17.1":0.0083,"17.2":0.00277,"17.3":0.00277,"17.4":0.0083,"17.5":0.00553,"17.6":0.03044,"18.0":0.00553,"18.1":0.01384,"18.2":0.0083,"18.3":0.09131,"18.4":0.00277},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00069,"5.0-5.1":0,"6.0-6.1":0.00207,"7.0-7.1":0.00138,"8.1-8.4":0,"9.0-9.2":0.00104,"9.3":0.00484,"10.0-10.2":0.00035,"10.3":0.00795,"11.0-11.2":0.03665,"11.3-11.4":0.00242,"12.0-12.1":0.00138,"12.2-12.5":0.03423,"13.0-13.1":0.00069,"13.2":0.00104,"13.3":0.00138,"13.4-13.7":0.00484,"14.0-14.4":0.0121,"14.5-14.8":0.01452,"15.0-15.1":0.00795,"15.2-15.3":0.00795,"15.4":0.00968,"15.5":0.01106,"15.6-15.8":0.13622,"16.0":0.01936,"16.1":0.03976,"16.2":0.02074,"16.3":0.03596,"16.4":0.00795,"16.5":0.01487,"16.6-16.7":0.16146,"17.0":0.00968,"17.1":0.01729,"17.2":0.01314,"17.3":0.01832,"17.4":0.03665,"17.5":0.08159,"17.6-17.7":0.23683,"18.0":0.06638,"18.1":0.21712,"18.2":0.09715,"18.3":2.03052,"18.4":0.03008},P:{"4":0.09475,"21":0.02106,"22":0.01053,"23":0.01053,"24":0.02106,"25":0.05264,"26":0.06317,"27":0.61063,_:"20 5.0-5.4 8.2 9.2 10.1 12.0 13.0 14.0 15.0 16.0 18.0 19.0","6.2-6.4":0.01053,"7.2-7.4":0.03158,"11.1-11.2":0.01053,"17.0":0.01053},I:{"0":0.05774,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00002,"4.4":0,"4.4.3-4.4.4":0.00006},K:{"0":1.22213,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.00592,"9":0.00296,"10":0.00296,"11":0.11544,_:"6 7 5.5"},S:{"2.5":0.07956,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},R:{_:"0"},M:{"0":0.0651},Q:{_:"14.9"},O:{"0":3.51524},H:{"0":0.21},L:{"0":66.68784}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"52":0.02763,"68":0.00395,"78":0.00395,"88":0.01579,"102":0.00395,"110":0.00395,"115":0.41444,"120":0.00395,"121":0.00395,"123":0.00395,"124":0.00395,"125":0.00395,"127":0.00789,"128":0.16972,"129":0.00789,"130":0.00395,"131":0.00395,"132":0.01579,"133":0.02763,"134":0.04736,"135":0.76967,"136":2.91289,"137":0.01184,"138":0.00395,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 89 90 91 92 93 94 95 96 97 98 99 100 101 103 104 105 106 107 108 109 111 112 113 114 116 117 118 119 122 126 139 140 3.5 3.6"},D:{"41":0.01579,"49":0.00395,"52":0.00395,"57":0.00395,"60":0.00395,"68":0.00395,"75":0.00395,"79":0.24077,"85":0.00395,"87":0.01974,"88":0.00395,"89":0.02763,"90":0.00789,"92":0.00395,"99":0.04342,"102":0.00395,"103":0.01184,"104":0.10262,"106":0.00395,"107":0.00395,"108":0.01184,"109":0.57626,"110":0.00395,"111":0.32365,"112":0.00395,"113":0.00789,"114":0.10262,"115":0.00789,"116":0.02368,"117":0.00789,"118":0.02763,"119":0.00789,"120":0.03552,"121":0.01579,"122":0.06315,"123":0.05921,"124":0.03552,"125":0.0671,"126":0.0671,"127":0.01579,"128":0.04342,"129":0.03158,"130":0.04736,"131":0.20524,"132":0.27629,"133":5.94418,"134":11.95941,"135":0.01184,"136":0.00395,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 42 43 44 45 46 47 48 50 51 53 54 55 56 58 59 61 62 63 64 65 66 67 69 70 71 72 73 74 76 77 78 80 81 83 84 86 91 93 94 95 96 97 98 100 101 105 137 138"},F:{"46":0.00395,"79":0.00395,"84":0.00395,"86":0.00395,"87":0.11841,"88":0.03158,"94":0.00395,"95":0.11446,"102":0.00395,"109":0.00395,"110":0.00395,"113":0.00395,"114":0.01974,"115":0.00789,"116":2.26163,"117":5.24951,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 85 89 90 91 92 93 96 97 98 99 100 101 103 104 105 106 107 108 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00395,"109":0.0671,"114":0.00395,"116":0.00395,"120":0.00395,"122":0.00395,"123":0.00395,"124":0.00395,"126":0.00395,"128":0.00395,"129":0.00789,"130":0.00789,"131":0.02368,"132":0.05526,"133":0.86439,"134":2.0406,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 115 117 118 119 121 125 127"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4","13.1":0.00395,"14.1":0.01184,"15.5":0.00395,"15.6":0.03158,"16.0":0.01579,"16.1":0.00395,"16.2":0.00395,"16.3":0.01184,"16.4":0.00395,"16.5":0.00395,"16.6":0.03947,"17.0":0.00395,"17.1":0.02368,"17.2":0.01184,"17.3":0.00789,"17.4":0.03158,"17.5":0.02763,"17.6":0.09868,"18.0":0.01974,"18.1":0.05131,"18.2":0.03158,"18.3":0.50522,"18.4":0.01974},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00174,"5.0-5.1":0,"6.0-6.1":0.00523,"7.0-7.1":0.00349,"8.1-8.4":0,"9.0-9.2":0.00261,"9.3":0.0122,"10.0-10.2":0.00087,"10.3":0.02005,"11.0-11.2":0.09239,"11.3-11.4":0.0061,"12.0-12.1":0.00349,"12.2-12.5":0.08629,"13.0-13.1":0.00174,"13.2":0.00261,"13.3":0.00349,"13.4-13.7":0.0122,"14.0-14.4":0.03051,"14.5-14.8":0.03661,"15.0-15.1":0.02005,"15.2-15.3":0.02005,"15.4":0.02441,"15.5":0.02789,"15.6-15.8":0.34342,"16.0":0.04881,"16.1":0.10024,"16.2":0.0523,"16.3":0.09065,"16.4":0.02005,"16.5":0.03748,"16.6-16.7":0.40705,"17.0":0.02441,"17.1":0.04358,"17.2":0.03312,"17.3":0.0462,"17.4":0.09239,"17.5":0.20571,"17.6-17.7":0.59707,"18.0":0.16735,"18.1":0.54738,"18.2":0.24493,"18.3":5.11909,"18.4":0.07583},P:{"20":0.01026,"21":0.01026,"22":0.02052,"23":0.02052,"24":0.01026,"25":0.02052,"26":0.05129,"27":2.52341,_:"4 5.0-5.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0 19.0","6.2-6.4":0.01026,"17.0":0.01026},I:{"0":0.01208,"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},K:{"0":3.05677,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.01381,"11":0.01381,_:"6 7 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},R:{_:"0"},M:{"0":0.75057},Q:{_:"14.9"},O:{"0":0.06053},H:{"0":0},L:{"0":45.30747}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"86":0.0115,"91":0.023,"102":0.00575,"115":0.5634,"128":0.06324,"129":0.04599,"131":0.0115,"135":0.20696,"136":0.55765,_:"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 87 88 89 90 92 93 94 95 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 127 130 132 133 134 137 138 139 140 3.5 3.6"},D:{"51":0.00575,"60":0.00575,"109":0.5634,"111":0.023,"112":0.023,"116":0.04024,"123":0.00575,"126":0.0115,"129":0.0115,"130":0.00575,"131":0.04024,"132":0.09773,"133":4.80042,"134":5.31208,_:"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 52 53 54 55 56 57 58 59 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 110 113 114 115 117 118 119 120 121 122 124 125 127 128 135 136 137 138"},F:{"116":0.04024,"117":0.03449,_:"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 110 111 112 113 114 115 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"128":0.00575,"131":0.00575,"132":4.57046,"133":0.51741,"134":0.82786,_:"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 125 126 127 129 130"},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 14.1 15.4","13.1":0.00575,"15.1":0.39093,"15.2-15.3":0.00575,"15.5":0.02875,"15.6":1.1498,"16.0":0.18972,"16.1":0.38518,"16.2":0.38518,"16.3":1.32802,"16.4":0.65539,"16.5":1.05207,"16.6":4.0128,"17.0":0.16097,"17.1":2.41458,"17.2":1.52349,"17.3":0.97158,"17.4":3.42066,"17.5":2.10413,"17.6":11.05533,"18.0":0.12073,"18.1":0.40818,"18.2":0.51741,"18.3":4.5762,"18.4":0.18397},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0066,"5.0-5.1":0,"6.0-6.1":0.0198,"7.0-7.1":0.0132,"8.1-8.4":0,"9.0-9.2":0.0099,"9.3":0.04621,"10.0-10.2":0.0033,"10.3":0.07592,"11.0-11.2":0.34989,"11.3-11.4":0.02311,"12.0-12.1":0.0132,"12.2-12.5":0.32678,"13.0-13.1":0.0066,"13.2":0.0099,"13.3":0.0132,"13.4-13.7":0.04621,"14.0-14.4":0.11553,"14.5-14.8":0.13863,"15.0-15.1":0.07592,"15.2-15.3":0.07592,"15.4":0.09242,"15.5":0.10563,"15.6-15.8":1.30053,"16.0":0.18485,"16.1":0.3796,"16.2":0.19805,"16.3":0.34329,"16.4":0.07592,"16.5":0.14194,"16.6-16.7":1.54149,"17.0":0.09242,"17.1":0.16504,"17.2":0.12543,"17.3":0.17494,"17.4":0.34989,"17.5":0.779,"17.6-17.7":2.26107,"18.0":0.63376,"18.1":2.07292,"18.2":0.92753,"18.3":19.38576,"18.4":0.28717},P:{"27":0.68608,_:"4 20 21 22 23 24 25 26 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.01125},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":0.01701,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},R:{_:"0"},M:{"0":0.1148},Q:{_:"14.9"},O:{_:"0"},H:{"0":0},L:{"0":8.8275}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 3.5 3.6"},D:{"134":33.33,_:"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 123 124 125 126 127 128 129 130 131 132 133 135 136 137 138"},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 110 111 112 113 114 115 116 117 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 125 126 127 128 129 130 131 132 133 134"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 15.6 16.0 16.1 16.2 16.3 16.4 16.5 16.6 17.0 17.1 17.2 17.3 17.4 17.5 17.6 18.0 18.1 18.2 18.3 18.4"},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00333,"5.0-5.1":0,"6.0-6.1":0.01,"7.0-7.1":0.00667,"8.1-8.4":0,"9.0-9.2":0.005,"9.3":0.02333,"10.0-10.2":0.00167,"10.3":0.03834,"11.0-11.2":0.17668,"11.3-11.4":0.01167,"12.0-12.1":0.00667,"12.2-12.5":0.16501,"13.0-13.1":0.00333,"13.2":0.005,"13.3":0.00667,"13.4-13.7":0.02333,"14.0-14.4":0.05834,"14.5-14.8":0.07,"15.0-15.1":0.03834,"15.2-15.3":0.03834,"15.4":0.04667,"15.5":0.05334,"15.6-15.8":0.6567,"16.0":0.09334,"16.1":0.19168,"16.2":0.10001,"16.3":0.17334,"16.4":0.03834,"16.5":0.07167,"16.6-16.7":0.77837,"17.0":0.04667,"17.1":0.08334,"17.2":0.06334,"17.3":0.08834,"17.4":0.17668,"17.5":0.39335,"17.6-17.7":1.14172,"18.0":0.32002,"18.1":1.04672,"18.2":0.46836,"18.3":9.78882,"18.4":0.14501},P:{_:"4 20 21 22 23 24 25 26 27 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":49.89749,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.015,"4.4":0,"4.4.3-4.4.4":0.055},K:{"0":0,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},R:{_:"0"},M:{_:"0"},Q:{_:"14.9"},O:{_:"0"},H:{"0":0},L:{_:"0"}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"52":0.00357,"78":0.00713,"94":0.00713,"105":0.00357,"115":0.20332,"128":0.01784,"131":0.00357,"133":0.00357,"134":0.15695,"135":0.33173,"136":1.08794,"137":0.00357,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 95 96 97 98 99 100 101 102 103 104 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 127 129 130 132 138 139 140 3.5 3.6"},D:{"39":0.00357,"40":0.00357,"41":0.00357,"42":0.00357,"43":0.00357,"45":0.00357,"46":0.00357,"48":0.00357,"49":0.00357,"50":0.00357,"51":0.00357,"52":0.00357,"53":0.00357,"54":0.00357,"55":0.00357,"56":0.00357,"57":0.00357,"58":0.00357,"59":0.00357,"70":0.00357,"76":0.00713,"79":0.01784,"84":0.00357,"85":0.00357,"87":0.01784,"89":0.00713,"92":0.00357,"93":0.00357,"94":0.00357,"95":0.00713,"98":0.00357,"100":0.00357,"101":0.00713,"103":0.19975,"106":0.00357,"108":0.01427,"109":0.31746,"110":0.00357,"111":0.00357,"112":0.00357,"113":0.08204,"114":0.00713,"115":0.01427,"116":0.10344,"118":0.00357,"119":0.0107,"120":0.00357,"121":0.00713,"122":0.06064,"123":0.0107,"124":0.0428,"125":0.01784,"126":0.03924,"127":0.0107,"128":0.11771,"129":0.04637,"130":0.0428,"131":0.24969,"132":0.42804,"133":5.05087,"134":9.58096,"135":0.0214,"136":0.01427,_:"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 44 47 60 61 62 63 64 65 66 67 68 69 71 72 73 74 75 77 78 80 81 83 86 88 90 91 96 97 99 102 104 105 107 117 137 138"},F:{"73":0.00357,"80":0.00357,"87":0.00713,"88":0.00357,"95":0.00357,"114":0.00357,"115":0.00357,"116":0.27109,"117":0.85965,_:"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 74 75 76 77 78 79 81 82 83 84 85 86 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00357,"92":0.00357,"107":0.00357,"109":0.02497,"114":0.00357,"117":0.00357,"118":0.00357,"120":0.00357,"122":0.00357,"124":0.00357,"125":0.01784,"126":0.00357,"127":0.00713,"128":0.0321,"129":0.00357,"130":0.02497,"131":0.04994,"132":0.14625,"133":2.25791,"134":5.63943,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 108 110 111 112 113 115 116 119 121 123"},E:{"13":0.00357,"14":0.01784,_:"0 4 5 6 7 8 9 10 11 12 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1","13.1":0.02854,"14.1":0.0428,"15.1":0.02854,"15.2-15.3":0.00357,"15.4":0.00713,"15.5":0.0107,"15.6":0.20332,"16.0":0.12841,"16.1":0.02497,"16.2":0.01427,"16.3":0.07847,"16.4":0.01784,"16.5":0.02854,"16.6":0.19975,"17.0":0.02497,"17.1":0.09631,"17.2":0.07134,"17.3":0.05707,"17.4":0.12841,"17.5":0.13198,"17.6":0.3781,"18.0":0.04994,"18.1":0.26753,"18.2":0.14268,"18.3":2.58608,"18.4":0.06064},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00607,"5.0-5.1":0,"6.0-6.1":0.0182,"7.0-7.1":0.01213,"8.1-8.4":0,"9.0-9.2":0.0091,"9.3":0.04246,"10.0-10.2":0.00303,"10.3":0.06976,"11.0-11.2":0.32151,"11.3-11.4":0.02123,"12.0-12.1":0.01213,"12.2-12.5":0.30028,"13.0-13.1":0.00607,"13.2":0.0091,"13.3":0.01213,"13.4-13.7":0.04246,"14.0-14.4":0.10616,"14.5-14.8":0.12739,"15.0-15.1":0.06976,"15.2-15.3":0.06976,"15.4":0.08493,"15.5":0.09706,"15.6-15.8":1.19506,"16.0":0.16986,"16.1":0.34881,"16.2":0.18199,"16.3":0.31545,"16.4":0.06976,"16.5":0.13043,"16.6-16.7":1.41649,"17.0":0.08493,"17.1":0.15166,"17.2":0.11526,"17.3":0.16076,"17.4":0.32151,"17.5":0.71583,"17.6-17.7":2.07771,"18.0":0.58237,"18.1":1.90482,"18.2":0.85232,"18.3":17.81375,"18.4":0.26388},P:{"4":0.09439,"22":0.02097,"23":0.01049,"24":0.04195,"25":0.03146,"26":0.05244,"27":2.93643,_:"20 21 5.0-5.4 6.2-6.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 19.0","7.2-7.4":0.03146,"8.2":0.01049,"16.0":0.01049,"17.0":0.01049,"18.0":0.01049},I:{"0":0.02568,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00003},K:{"0":0.23159,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00357,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},R:{_:"0"},M:{"0":0.31522},Q:{_:"14.9"},O:{"0":0.0193},H:{"0":0},L:{"0":31.62874}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"38":0.00102,"52":0.00102,"68":0.00102,"78":0.00102,"81":0.00102,"108":0.00102,"115":0.02864,"116":0.00102,"118":0.00205,"123":0.00102,"124":0.00102,"125":0.00102,"127":0.00307,"128":0.00102,"133":0.00307,"134":0.00512,"135":0.08082,"136":0.24347,"137":0.00102,_:"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 58 59 60 61 62 63 64 65 66 67 69 70 71 72 73 74 75 76 77 79 80 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 109 110 111 112 113 114 117 119 120 121 122 126 129 130 131 132 138 139 140 3.5 3.6"},D:{"11":0.00102,"34":0.00102,"38":0.00102,"39":0.00102,"40":0.00102,"41":0.00102,"42":0.00102,"43":0.00102,"44":0.00102,"45":0.00102,"46":0.00307,"47":0.00102,"48":0.00102,"49":0.00102,"50":0.00102,"51":0.00102,"52":0.00102,"53":0.00102,"54":0.00102,"55":0.00102,"56":0.00102,"57":0.00102,"58":0.00307,"60":0.00102,"63":0.00205,"66":0.00205,"69":0.00205,"71":0.00205,"73":0.00205,"74":0.00205,"76":0.00102,"77":0.06752,"78":0.00102,"79":0.01125,"80":0.00205,"81":0.00205,"83":0.00716,"85":0.00102,"86":0.00102,"87":0.0133,"88":0.00102,"89":0.01023,"90":0.00102,"91":0.00102,"92":0.00307,"94":0.00409,"95":0.00921,"97":0.00818,"98":0.00512,"100":0.00818,"101":0.00205,"102":0.00102,"103":0.00307,"104":0.00307,"105":0.00307,"106":0.00409,"107":0.00921,"108":0.00921,"109":0.3202,"110":0.00307,"111":0.00307,"112":0.00512,"113":0.00102,"114":0.00614,"115":0.00614,"116":0.01535,"117":0.04808,"118":0.01739,"119":0.02148,"120":0.00614,"121":0.00409,"122":0.01432,"123":0.04706,"124":0.01125,"125":0.06445,"126":0.01637,"127":0.02046,"128":0.03274,"129":0.01228,"130":0.03376,"131":0.17493,"132":0.1688,"133":2.41326,"134":3.71349,"135":0.00512,"136":0.00102,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 59 61 62 64 65 67 68 70 72 75 84 93 96 99 137 138"},F:{"46":0.00205,"79":0.00102,"87":0.00102,"95":0.00102,"102":0.00205,"112":0.00102,"113":0.00102,"114":0.00614,"115":0.00102,"116":0.05831,"117":0.23427,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 86 88 89 90 91 92 93 94 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"13":0.00102,"18":0.00307,"84":0.00205,"89":0.00102,"90":0.00205,"92":0.01432,"100":0.00102,"102":0.00102,"108":0.00205,"109":0.00205,"112":0.00102,"114":0.00307,"116":0.00102,"117":0.00921,"118":0.00102,"120":0.00102,"122":0.00205,"123":0.00205,"124":0.00102,"125":0.00102,"126":0.00307,"127":0.00102,"128":0.00102,"129":0.00409,"130":0.00307,"131":0.02455,"132":0.07059,"133":0.37237,"134":0.58925,_:"12 14 15 16 17 79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 101 103 104 105 106 107 110 111 113 115 119 121"},E:{"14":0.00102,_:"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 13.1 15.1 15.2-15.3","5.1":0.03683,"14.1":0.00307,"15.4":0.00205,"15.5":0.00102,"15.6":0.00818,"16.0":0.00102,"16.1":0.00205,"16.2":0.00307,"16.3":0.00921,"16.4":0.00102,"16.5":0.00512,"16.6":0.02558,"17.0":0.00409,"17.1":0.00409,"17.2":0.00205,"17.3":0.00307,"17.4":0.00818,"17.5":0.00716,"17.6":0.01841,"18.0":0.00818,"18.1":0.04092,"18.2":0.00921,"18.3":0.13606,"18.4":0.00205},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00129,"5.0-5.1":0,"6.0-6.1":0.00388,"7.0-7.1":0.00259,"8.1-8.4":0,"9.0-9.2":0.00194,"9.3":0.00906,"10.0-10.2":0.00065,"10.3":0.01489,"11.0-11.2":0.06861,"11.3-11.4":0.00453,"12.0-12.1":0.00259,"12.2-12.5":0.06408,"13.0-13.1":0.00129,"13.2":0.00194,"13.3":0.00259,"13.4-13.7":0.00906,"14.0-14.4":0.02265,"14.5-14.8":0.02718,"15.0-15.1":0.01489,"15.2-15.3":0.01489,"15.4":0.01812,"15.5":0.02071,"15.6-15.8":0.25501,"16.0":0.03625,"16.1":0.07443,"16.2":0.03883,"16.3":0.06731,"16.4":0.01489,"16.5":0.02783,"16.6-16.7":0.30226,"17.0":0.01812,"17.1":0.03236,"17.2":0.0246,"17.3":0.0343,"17.4":0.06861,"17.5":0.15275,"17.6-17.7":0.44336,"18.0":0.12427,"18.1":0.40647,"18.2":0.18187,"18.3":3.80125,"18.4":0.05631},P:{"4":0.03099,"20":0.02066,"21":0.0723,"22":0.2169,"23":0.11361,"24":0.08263,"25":0.13427,"26":0.26854,"27":1.65254,_:"5.0-5.4 9.2 10.1 12.0","6.2-6.4":0.01033,"7.2-7.4":0.05164,"8.2":0.01033,"11.1-11.2":0.02066,"13.0":0.02066,"14.0":0.02066,"15.0":0.01033,"16.0":0.03099,"17.0":0.04131,"18.0":0.02066,"19.0":0.05164},I:{"0":0.04479,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00005},K:{"0":0.41192,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00205,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},R:{_:"0"},M:{"0":0.07182},Q:{_:"14.9"},O:{"0":0.04489},H:{"0":0.01},L:{"0":80.21273}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"52":0.00579,"75":0.00579,"78":0.02315,"113":0.00579,"115":0.1794,"125":0.01157,"127":0.00579,"128":0.05208,"131":0.00579,"132":0.02315,"133":0.01157,"134":0.02315,"135":0.42824,"136":1.75925,"137":0.00579,_:"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 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 114 116 117 118 119 120 121 122 123 124 126 129 130 138 139 140 3.5 3.6"},D:{"38":0.00579,"49":0.01157,"79":0.05208,"81":0.00579,"85":0.01157,"87":0.07523,"88":0.01157,"89":0.00579,"91":0.00579,"93":0.00579,"94":0.00579,"95":0.01157,"97":0.00579,"100":0.00579,"101":0.01157,"102":0.00579,"103":0.0463,"104":0.08681,"105":0.00579,"106":0.01157,"107":0.01736,"108":0.04051,"109":0.81597,"110":0.01157,"111":0.01736,"112":0.01157,"113":0.01157,"114":0.02315,"115":0.00579,"116":0.10995,"117":0.86226,"118":0.00579,"119":0.01157,"120":0.02894,"121":0.03472,"122":0.23148,"123":0.04051,"124":0.06366,"125":0.05208,"126":0.10995,"127":0.02894,"128":0.12153,"129":0.05787,"130":0.09838,"131":0.37616,"132":0.56713,"133":11.22099,"134":22.39569,"135":0.01736,_:"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 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 83 84 86 90 92 96 98 99 136 137 138"},F:{"36":0.00579,"46":0.00579,"73":0.00579,"79":0.01157,"87":0.01157,"88":0.00579,"89":0.01157,"95":0.01736,"102":0.00579,"113":0.00579,"114":0.01736,"115":0.00579,"116":1.44096,"117":3.10183,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 74 75 76 77 78 80 81 82 83 84 85 86 90 91 92 93 94 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00579,"109":0.0463,"110":0.00579,"116":0.01157,"117":0.00579,"120":0.00579,"122":0.00579,"124":0.01157,"125":0.00579,"126":0.02315,"127":0.02894,"128":0.00579,"129":0.01736,"130":0.01736,"131":0.05787,"132":0.18518,"133":2.03124,"134":5.21409,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 111 112 113 114 115 118 119 121 123"},E:{"14":0.01157,_:"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":0.00579,"13.1":0.03472,"14.1":0.0463,"15.1":0.00579,"15.2-15.3":0.00579,"15.4":0.00579,"15.5":0.01157,"15.6":0.12731,"16.0":0.01736,"16.1":0.02315,"16.2":0.02315,"16.3":0.04051,"16.4":0.01157,"16.5":0.02894,"16.6":0.16782,"17.0":0.02315,"17.1":0.08681,"17.2":0.03472,"17.3":0.04051,"17.4":0.0463,"17.5":0.14468,"17.6":0.30092,"18.0":0.05787,"18.1":0.15625,"18.2":0.08681,"18.3":1.75346,"18.4":0.05787},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00225,"5.0-5.1":0,"6.0-6.1":0.00675,"7.0-7.1":0.0045,"8.1-8.4":0,"9.0-9.2":0.00337,"9.3":0.01575,"10.0-10.2":0.00112,"10.3":0.02587,"11.0-11.2":0.11924,"11.3-11.4":0.00787,"12.0-12.1":0.0045,"12.2-12.5":0.11136,"13.0-13.1":0.00225,"13.2":0.00337,"13.3":0.0045,"13.4-13.7":0.01575,"14.0-14.4":0.03937,"14.5-14.8":0.04724,"15.0-15.1":0.02587,"15.2-15.3":0.02587,"15.4":0.0315,"15.5":0.036,"15.6-15.8":0.4432,"16.0":0.06299,"16.1":0.12936,"16.2":0.06749,"16.3":0.11699,"16.4":0.02587,"16.5":0.04837,"16.6-16.7":0.52531,"17.0":0.0315,"17.1":0.05624,"17.2":0.04275,"17.3":0.05962,"17.4":0.11924,"17.5":0.26547,"17.6-17.7":0.77054,"18.0":0.21598,"18.1":0.70642,"18.2":0.31609,"18.3":6.60637,"18.4":0.09786},P:{"4":0.05151,"21":0.0103,"22":0.0206,"23":0.0206,"24":0.0206,"25":0.0309,"26":0.0412,"27":1.52457,_:"20 8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0 17.0 18.0 19.0","5.0-5.4":0.0103,"6.2-6.4":0.0103,"7.2-7.4":0.0103,"13.0":0.0206},I:{"0":0.03784,"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},K:{"0":0.28648,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.02315,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},R:{_:"0"},M:{"0":0.23172},Q:{"14.9":0.00421},O:{"0":0.07162},H:{"0":0},L:{"0":28.78371}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"135":0.07015,"136":0.71445,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 137 138 139 140 3.5 3.6"},D:{"47":0.01039,"99":0.01039,"103":0.02078,"107":0.03118,"109":0.20005,"116":0.03118,"118":0.01039,"120":0.03118,"121":0.55337,"122":0.02078,"123":0.01039,"124":0.03897,"128":0.04936,"129":0.04936,"131":0.14029,"132":0.41308,"133":6.12868,"134":7.61474,"135":0.02078,"136":0.04936,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 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 100 101 102 104 105 106 108 110 111 112 113 114 115 117 119 125 126 127 130 137 138"},F:{"87":0.03118,"116":0.18186,"117":0.1299,_:"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 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 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"100":0.01039,"109":0.01039,"131":0.02078,"132":0.01039,"133":1.34576,"134":2.16933,_:"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 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130"},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.2-15.3 15.4 15.5 16.2 16.3 16.4 17.0 17.2 17.3","15.1":0.02078,"15.6":0.02078,"16.0":0.40269,"16.1":0.01039,"16.5":0.02078,"16.6":0.71445,"17.1":0.04936,"17.4":0.01039,"17.5":0.02078,"17.6":0.1299,"18.0":0.01039,"18.1":1.15611,"18.2":0.03118,"18.3":0.95347,"18.4":0.01039},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00307,"5.0-5.1":0,"6.0-6.1":0.00922,"7.0-7.1":0.00614,"8.1-8.4":0,"9.0-9.2":0.00461,"9.3":0.0215,"10.0-10.2":0.00154,"10.3":0.03533,"11.0-11.2":0.16281,"11.3-11.4":0.01075,"12.0-12.1":0.00614,"12.2-12.5":0.15206,"13.0-13.1":0.00307,"13.2":0.00461,"13.3":0.00614,"13.4-13.7":0.0215,"14.0-14.4":0.05376,"14.5-14.8":0.06451,"15.0-15.1":0.03533,"15.2-15.3":0.03533,"15.4":0.04301,"15.5":0.04915,"15.6-15.8":0.60515,"16.0":0.08601,"16.1":0.17663,"16.2":0.09215,"16.3":0.15974,"16.4":0.03533,"16.5":0.06604,"16.6-16.7":0.71727,"17.0":0.04301,"17.1":0.0768,"17.2":0.05836,"17.3":0.0814,"17.4":0.16281,"17.5":0.36248,"17.6-17.7":1.0521,"18.0":0.2949,"18.1":0.96455,"18.2":0.43159,"18.3":9.02043,"18.4":0.13362},P:{"4":0.03058,"22":0.05097,"24":0.05097,"26":0.01019,"27":2.23236,_:"20 21 23 25 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.03058},I:{"0":0.02216,"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},K:{"0":0.04441,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},R:{_:"0"},M:{"0":1.8505},Q:{_:"14.9"},O:{"0":0.02221},H:{"0":0},L:{"0":55.84722}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"4":0.27492,"30":0.00404,"35":0.01213,"43":0.00404,"52":0.15363,"65":0.00404,"88":0.01617,"109":0.00404,"115":0.14555,"123":0.00404,"127":0.00404,"128":0.08086,"129":0.00404,"130":0.00809,"131":0.00404,"132":0.00404,"133":0.00404,"134":0.02426,"135":0.33153,"136":1.23312,"137":0.00404,_:"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 31 32 33 34 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 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 116 117 118 119 120 121 122 124 125 126 138 139 140 3.5 3.6"},D:{"39":0.00809,"40":0.01213,"41":0.01213,"42":0.01213,"43":0.01213,"44":0.01213,"45":0.01213,"46":0.00809,"47":0.01617,"48":0.01213,"49":0.14959,"50":0.01213,"51":0.01213,"52":0.01213,"53":0.00809,"54":0.01213,"55":0.01213,"56":0.01213,"57":0.01213,"58":0.01617,"59":0.01213,"60":0.01213,"64":0.01213,"65":0.02426,"66":0.00404,"69":0.11725,"73":0.02022,"75":0.02426,"76":0.00404,"79":0.03639,"83":0.00809,"84":0.00404,"85":0.00404,"87":1.2412,"88":0.00404,"90":0.00404,"91":0.03639,"94":0.04447,"98":0.00809,"99":0.00809,"100":0.00404,"101":0.00404,"102":0.0283,"103":0.02426,"104":0.06065,"106":0.01617,"108":0.00404,"109":1.38675,"110":0.02022,"111":0.02426,"112":0.00404,"113":0.01213,"114":0.01617,"115":0.00404,"116":0.02426,"119":0.02022,"120":0.01213,"121":0.01617,"122":0.09703,"123":0.02426,"124":0.06065,"125":0.30727,"126":0.08086,"127":0.03639,"128":0.10916,"129":0.69135,"130":0.06873,"131":0.25875,"132":0.24662,"133":6.59413,"134":16.16391,"135":0.01213,"136":0.00809,_:"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 61 62 63 67 68 70 71 72 74 77 78 80 81 86 89 92 93 95 96 97 105 107 117 118 137 138"},F:{"36":0.00404,"46":0.06065,"82":0.00404,"87":0.01617,"95":0.01213,"114":0.0283,"116":0.48112,"117":1.24524,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 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 115 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"89":0.00404,"90":0.00404,"92":0.01617,"100":0.00404,"101":0.01213,"105":0.00809,"109":0.02022,"112":0.00809,"113":0.00404,"114":0.0283,"122":0.00809,"124":0.00404,"125":0.00404,"126":0.00404,"127":0.00404,"128":0.01213,"129":0.02426,"130":0.03234,"131":0.07277,"132":0.06873,"133":1.14821,"134":3.57806,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 91 93 94 95 96 97 98 99 102 103 104 106 107 108 110 111 115 116 117 118 119 120 121 123"},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.2-15.3 15.5 16.0 16.1 16.3 16.4 17.0","5.1":0.00809,"13.1":0.00404,"14.1":0.00404,"15.4":0.00404,"15.6":0.01213,"16.2":0.00404,"16.5":0.00404,"16.6":0.04447,"17.1":0.01617,"17.2":0.00404,"17.3":0.00404,"17.4":0.00809,"17.5":0.02022,"17.6":0.08895,"18.0":0.02426,"18.1":0.03234,"18.2":0.01213,"18.3":0.29514,"18.4":0.00404},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00168,"5.0-5.1":0,"6.0-6.1":0.00505,"7.0-7.1":0.00337,"8.1-8.4":0,"9.0-9.2":0.00253,"9.3":0.01179,"10.0-10.2":0.00084,"10.3":0.01937,"11.0-11.2":0.08929,"11.3-11.4":0.0059,"12.0-12.1":0.00337,"12.2-12.5":0.08339,"13.0-13.1":0.00168,"13.2":0.00253,"13.3":0.00337,"13.4-13.7":0.01179,"14.0-14.4":0.02948,"14.5-14.8":0.03538,"15.0-15.1":0.01937,"15.2-15.3":0.01937,"15.4":0.02358,"15.5":0.02695,"15.6-15.8":0.33187,"16.0":0.04717,"16.1":0.09687,"16.2":0.05054,"16.3":0.0876,"16.4":0.01937,"16.5":0.03622,"16.6-16.7":0.39336,"17.0":0.02358,"17.1":0.04212,"17.2":0.03201,"17.3":0.04464,"17.4":0.08929,"17.5":0.19879,"17.6-17.7":0.57699,"18.0":0.16173,"18.1":0.52898,"18.2":0.23669,"18.3":4.94694,"18.4":0.07328},P:{"4":0.49127,"20":0.02047,"21":0.0307,"22":0.06141,"23":0.06141,"24":0.11258,"25":0.09211,"26":0.2354,"27":2.82479,"5.0-5.4":0.01023,"6.2-6.4":0.01023,"7.2-7.4":0.22516,"8.2":0.01023,"9.2":0.01023,_:"10.1 12.0 15.0 18.0","11.1-11.2":0.02047,"13.0":0.02047,"14.0":0.01023,"16.0":0.09211,"17.0":0.60385,"19.0":0.02047},I:{"0":0.03567,"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},K:{"0":0.4289,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00404,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},R:{_:"0"},M:{"0":0.23232},Q:{_:"14.9"},O:{"0":0.0834},H:{"0":0},L:{"0":46.25062}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"5":0.36946,"88":0.00255,"89":0.01019,"102":0.0051,"107":0.0051,"115":0.03567,"117":0.00764,"127":0.00255,"128":0.0051,"134":0.0051,"135":0.07644,"136":0.2599,_:"2 3 4 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 90 91 92 93 94 95 96 97 98 99 100 101 103 104 105 106 108 109 110 111 112 113 114 116 118 119 120 121 122 123 124 125 126 129 130 131 132 133 137 138 139 140 3.5 3.6"},D:{"39":0.00255,"40":0.00255,"41":0.00255,"42":0.00255,"43":0.00255,"45":0.00255,"48":0.00255,"49":0.0051,"50":0.00255,"52":0.00255,"53":0.00255,"55":0.00255,"56":0.01019,"58":0.08663,"60":0.00255,"68":0.00255,"69":0.00255,"72":0.0051,"75":0.00255,"79":0.03312,"80":0.00255,"83":0.00764,"84":0.0051,"87":0.01529,"88":0.00255,"91":0.0051,"93":0.0051,"94":0.0051,"98":0.00255,"99":0.00255,"100":0.00255,"101":0.00255,"102":0.01019,"103":0.12485,"104":0.02038,"105":0.00255,"106":0.01274,"107":0.01529,"108":0.04332,"109":0.34143,"110":0.0051,"111":0.02038,"112":0.00255,"113":0.00255,"114":0.03822,"115":0.00764,"116":0.03822,"117":0.01019,"118":0.0051,"119":0.01019,"120":0.01019,"121":0.01019,"122":0.05096,"123":0.01274,"124":0.02548,"125":0.04332,"126":0.04586,"127":0.03058,"128":0.06115,"129":0.04586,"130":0.15798,"131":0.24461,"132":0.27773,"133":4.82336,"134":9.17025,"135":0.01274,_:"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 44 46 47 51 54 57 59 61 62 63 64 65 66 67 70 71 73 74 76 77 78 81 85 86 89 90 92 95 96 97 136 137 138"},F:{"46":0.01274,"87":0.03058,"88":0.02038,"93":0.00255,"95":0.0051,"114":0.01274,"116":0.21403,"117":0.61662,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 89 90 91 92 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 115 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"13":0.00764,"18":0.00255,"92":0.0051,"100":0.00255,"108":0.00255,"109":0.03058,"111":0.0051,"112":0.00255,"114":0.00255,"116":0.00255,"121":0.00255,"122":0.00255,"124":0.00255,"125":0.01019,"126":0.00255,"127":0.00255,"129":0.00255,"130":0.01019,"131":0.0688,"132":0.04586,"133":0.82555,"134":1.93138,_:"12 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 110 113 115 117 118 119 120 123 128"},E:{"14":0.00255,"15":0.0051,_:"0 4 5 6 7 8 9 10 11 12 13 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1","5.1":0.00255,"13.1":0.05351,"14.1":0.02038,"15.1":0.00255,"15.2-15.3":0.00255,"15.4":0.00255,"15.5":0.01019,"15.6":0.07134,"16.0":0.01019,"16.1":0.01529,"16.2":0.01019,"16.3":0.04586,"16.4":0.00255,"16.5":0.01019,"16.6":0.11721,"17.0":0.01019,"17.1":0.07644,"17.2":0.01274,"17.3":0.01019,"17.4":0.02803,"17.5":0.04077,"17.6":0.21658,"18.0":0.03058,"18.1":0.15543,"18.2":0.0586,"18.3":1.07526,"18.4":0.01019},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00283,"5.0-5.1":0,"6.0-6.1":0.0085,"7.0-7.1":0.00567,"8.1-8.4":0,"9.0-9.2":0.00425,"9.3":0.01983,"10.0-10.2":0.00142,"10.3":0.03258,"11.0-11.2":0.15016,"11.3-11.4":0.00992,"12.0-12.1":0.00567,"12.2-12.5":0.14025,"13.0-13.1":0.00283,"13.2":0.00425,"13.3":0.00567,"13.4-13.7":0.01983,"14.0-14.4":0.04958,"14.5-14.8":0.0595,"15.0-15.1":0.03258,"15.2-15.3":0.03258,"15.4":0.03967,"15.5":0.04533,"15.6-15.8":0.55815,"16.0":0.07933,"16.1":0.16291,"16.2":0.085,"16.3":0.14733,"16.4":0.03258,"16.5":0.06091,"16.6-16.7":0.66156,"17.0":0.03967,"17.1":0.07083,"17.2":0.05383,"17.3":0.07508,"17.4":0.15016,"17.5":0.33432,"17.6-17.7":0.97039,"18.0":0.27199,"18.1":0.88964,"18.2":0.39807,"18.3":8.31984,"18.4":0.12325},P:{"4":0.03093,"20":0.01031,"21":0.01031,"22":0.01031,"23":0.01031,"24":0.02062,"25":0.04124,"26":0.05155,"27":1.40229,_:"5.0-5.4 6.2-6.4 8.2 9.2 10.1 12.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.02062,"11.1-11.2":0.01031,"13.0":0.01031},I:{"0":0.05205,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00002,"4.4":0,"4.4.3-4.4.4":0.00006},K:{"0":1.4904,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.02803,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},R:{_:"0"},M:{"0":0.09688},Q:{_:"14.9"},O:{"0":3.99427},H:{"0":0},L:{"0":55.11172}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"56":0.04643,"78":0.1269,"82":0.00929,"91":0.0031,"102":0.01857,"103":0.0031,"115":0.14547,"122":0.0031,"127":0.0031,"128":0.08047,"129":0.00619,"131":0.00619,"133":0.00619,"134":0.01238,"135":0.42402,"136":5.47815,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 83 84 85 86 87 88 89 90 92 93 94 95 96 97 98 99 100 101 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 123 124 125 126 130 132 137 138 139 140 3.5 3.6"},D:{"39":0.0031,"40":0.0031,"41":0.0031,"46":0.0031,"47":0.0031,"48":0.0031,"49":0.0031,"51":0.0031,"53":0.0031,"54":0.0031,"56":0.0031,"57":1.34323,"59":0.0031,"70":0.0031,"73":0.0031,"79":0.01857,"80":0.0031,"81":0.0031,"83":0.0031,"84":0.0031,"85":0.01238,"86":0.00619,"87":0.02167,"88":0.02786,"89":0.0031,"100":0.0031,"103":0.00929,"105":0.0031,"108":0.00619,"109":0.27546,"110":0.00929,"111":0.00619,"113":0.01238,"114":0.00619,"115":0.04643,"116":0.07738,"117":0.01548,"118":0.0031,"119":0.0031,"120":0.01548,"121":0.0031,"122":0.01548,"123":0.01238,"124":0.08666,"125":0.03095,"126":0.12071,"127":0.02476,"128":0.0619,"129":0.01548,"130":0.01857,"131":0.17951,"132":0.14547,"133":3.36736,"134":7.44038,"135":0.00619,"136":0.00929,_:"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 42 43 44 45 50 52 55 58 60 61 62 63 64 65 66 67 68 69 71 72 74 75 76 77 78 90 91 92 93 94 95 96 97 98 99 101 102 104 106 107 112 137 138"},F:{"46":0.00619,"87":0.00619,"95":0.15166,"102":0.0031,"116":0.35283,"117":0.75828,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 88 89 90 91 92 93 94 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 112 113 114 115 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"86":0.0031,"90":0.0031,"92":0.00619,"98":0.0031,"100":0.0031,"103":0.0031,"109":0.00619,"112":0.0031,"120":0.0031,"122":0.0031,"124":0.0031,"125":0.0031,"126":0.0031,"128":0.00619,"129":0.0031,"130":0.03405,"131":0.02476,"132":0.10214,"133":1.21324,"134":3.16,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 87 88 89 91 93 94 95 96 97 99 101 102 104 105 106 107 108 110 111 113 114 115 116 117 118 119 121 123 127"},E:{"14":0.00619,"15":0.0031,_:"0 4 5 6 7 8 9 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1","12.1":0.0031,"13.1":0.03405,"14.1":0.02167,"15.1":0.0031,"15.2-15.3":0.0031,"15.4":0.0031,"15.5":0.01548,"15.6":0.17642,"16.0":0.13309,"16.1":0.02786,"16.2":0.13309,"16.3":0.02167,"16.4":0.00619,"16.5":0.00929,"16.6":0.1888,"17.0":0.00619,"17.1":0.09285,"17.2":0.02167,"17.3":0.01238,"17.4":0.16713,"17.5":0.065,"17.6":0.22594,"18.0":0.11452,"18.1":0.15785,"18.2":0.05571,"18.3":1.27514,"18.4":0.01238},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0026,"5.0-5.1":0,"6.0-6.1":0.0078,"7.0-7.1":0.0052,"8.1-8.4":0,"9.0-9.2":0.0039,"9.3":0.0182,"10.0-10.2":0.0013,"10.3":0.0299,"11.0-11.2":0.13782,"11.3-11.4":0.0091,"12.0-12.1":0.0052,"12.2-12.5":0.12872,"13.0-13.1":0.0026,"13.2":0.0039,"13.3":0.0052,"13.4-13.7":0.0182,"14.0-14.4":0.04551,"14.5-14.8":0.05461,"15.0-15.1":0.0299,"15.2-15.3":0.0299,"15.4":0.03641,"15.5":0.04161,"15.6-15.8":0.51228,"16.0":0.07281,"16.1":0.14952,"16.2":0.07801,"16.3":0.13522,"16.4":0.0299,"16.5":0.05591,"16.6-16.7":0.6072,"17.0":0.03641,"17.1":0.06501,"17.2":0.04941,"17.3":0.06891,"17.4":0.13782,"17.5":0.30685,"17.6-17.7":0.89064,"18.0":0.24964,"18.1":0.81653,"18.2":0.36536,"18.3":7.63614,"18.4":0.11312},P:{"4":0.01029,"21":0.02059,"22":0.01029,"23":0.02059,"24":0.03088,"25":0.03088,"26":0.04118,"27":1.85295,_:"20 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 16.0","7.2-7.4":0.12353,"14.0":0.04118,"15.0":0.02059,"17.0":0.02059,"18.0":0.01029,"19.0":0.01029},I:{"0":0.16537,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00005,"4.4":0,"4.4.3-4.4.4":0.00018},K:{"0":0.10358,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.0031,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},R:{_:"0"},M:{"0":0.64907},Q:{_:"14.9"},O:{"0":0.09667},H:{"0":0},L:{"0":54.21501}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"48":0.00471,"52":0.0377,"78":0.00471,"103":0.00471,"104":0.00471,"115":0.32513,"123":0.00471,"125":0.00942,"127":0.01414,"128":0.05654,"130":0.00471,"131":0.00471,"132":0.00942,"133":0.00942,"134":0.01885,"135":0.36754,"136":1.49842,"137":0.01414,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 124 126 129 138 139 140 3.5 3.6"},D:{"41":0.00471,"49":0.02356,"52":0.00471,"58":0.00942,"61":0.00471,"70":0.00942,"71":0.00471,"76":0.01885,"77":0.06126,"79":0.01414,"87":0.01414,"88":0.00942,"90":0.00471,"91":0.00471,"92":0.00471,"94":0.00942,"99":0.00471,"100":0.06126,"102":0.00942,"103":0.00942,"104":0.06597,"106":0.00471,"107":0.00471,"108":0.01885,"109":0.96125,"110":0.00942,"111":0.00471,"112":0.01414,"113":0.01414,"114":0.02827,"116":0.02827,"117":0.00471,"118":0.01414,"119":0.01414,"120":0.33926,"121":0.01885,"122":0.04712,"123":0.01414,"124":0.07068,"125":0.02827,"126":0.04241,"127":0.03298,"128":0.05654,"129":0.05654,"130":0.06126,"131":0.30157,"132":0.26858,"133":11.05435,"134":23.76733,"135":0.00942,"136":0.00471,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 42 43 44 45 46 47 48 50 51 53 54 55 56 57 59 60 62 63 64 65 66 67 68 69 72 73 74 75 78 80 81 83 84 85 86 89 93 95 96 97 98 101 105 115 137 138"},F:{"46":0.00471,"85":0.00471,"87":0.01414,"88":0.00471,"95":0.0377,"114":0.00471,"115":0.00471,"116":0.36754,"117":1.40418,_:"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 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00471,"92":0.00471,"105":0.00471,"109":0.02356,"114":0.00471,"119":0.00471,"122":0.00471,"126":0.00471,"127":0.00471,"128":0.00471,"129":0.00471,"130":0.0801,"131":0.04712,"132":0.05654,"133":0.67853,"134":1.65862,_:"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 106 107 108 110 111 112 113 115 116 117 118 120 121 123 124 125"},E:{"14":0.00471,_:"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","13.1":0.00471,"14.1":0.00942,"15.5":0.00471,"15.6":0.0377,"16.0":0.00471,"16.1":0.00471,"16.2":0.00471,"16.3":0.00942,"16.4":0.00942,"16.5":0.00471,"16.6":0.0377,"17.0":0.00471,"17.1":0.02827,"17.2":0.00942,"17.3":0.00942,"17.4":0.02356,"17.5":0.02827,"17.6":0.07068,"18.0":0.01414,"18.1":0.04241,"18.2":0.02356,"18.3":0.43822,"18.4":0.00942},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00238,"5.0-5.1":0,"6.0-6.1":0.00715,"7.0-7.1":0.00476,"8.1-8.4":0,"9.0-9.2":0.00357,"9.3":0.01667,"10.0-10.2":0.00119,"10.3":0.02739,"11.0-11.2":0.12623,"11.3-11.4":0.00834,"12.0-12.1":0.00476,"12.2-12.5":0.11789,"13.0-13.1":0.00238,"13.2":0.00357,"13.3":0.00476,"13.4-13.7":0.01667,"14.0-14.4":0.04168,"14.5-14.8":0.05002,"15.0-15.1":0.02739,"15.2-15.3":0.02739,"15.4":0.03334,"15.5":0.03811,"15.6-15.8":0.4692,"16.0":0.06669,"16.1":0.13695,"16.2":0.07145,"16.3":0.12385,"16.4":0.02739,"16.5":0.05121,"16.6-16.7":0.55613,"17.0":0.03334,"17.1":0.05954,"17.2":0.04525,"17.3":0.06312,"17.4":0.12623,"17.5":0.28104,"17.6-17.7":0.81574,"18.0":0.22864,"18.1":0.74786,"18.2":0.33463,"18.3":6.99391,"18.4":0.1036},P:{"4":0.02057,"20":0.01028,"21":0.01028,"22":0.03085,"23":0.04113,"24":0.07198,"25":0.04113,"26":0.08227,"27":2.78674,_:"5.0-5.4 8.2 9.2 10.1 11.1-11.2 13.0 14.0 15.0 16.0 17.0 18.0","6.2-6.4":0.01028,"7.2-7.4":0.01028,"12.0":0.02057,"19.0":0.01028},I:{"0":0.03166,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00003},K:{"0":0.30142,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.01885,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},R:{_:"0"},M:{"0":0.30142},Q:{_:"14.9"},O:{"0":0.05288},H:{"0":0},L:{"0":37.58902}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"45":0.00767,"50":0.00383,"52":0.02683,"68":0.00383,"72":0.00767,"75":0.00383,"78":0.00383,"82":0.00383,"88":0.00383,"99":0.00383,"100":0.00383,"101":0.00767,"105":0.00383,"108":0.00383,"110":0.00383,"111":0.00383,"113":0.01917,"114":0.00767,"115":0.64011,"117":0.00383,"122":0.00383,"123":0.01533,"124":0.04983,"125":0.0345,"126":0.00767,"127":0.0115,"128":0.03066,"129":0.00383,"130":0.00383,"131":0.00383,"132":0.01533,"133":0.023,"134":0.05366,"135":0.51746,"136":1.91267,"137":0.00767,_:"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 48 49 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 69 70 71 73 74 76 77 79 80 81 83 84 85 86 87 89 90 91 92 93 94 95 96 97 98 102 103 104 106 107 109 112 116 118 119 120 121 138 139 140 3.5 3.6"},D:{"29":0.00383,"47":0.00383,"48":0.0115,"49":0.01533,"52":0.00383,"53":0.0115,"55":0.00383,"58":0.00383,"59":0.00383,"65":0.00383,"68":0.00383,"70":0.00383,"71":0.00383,"72":0.00383,"73":0.00383,"75":0.00383,"77":0.00383,"78":0.01917,"79":0.34114,"80":0.00383,"81":0.00383,"83":0.0115,"84":0.00383,"85":0.21848,"86":0.00767,"87":0.35264,"88":0.01533,"89":0.00383,"90":0.00383,"91":0.00767,"93":0.0115,"94":0.04983,"95":0.00383,"96":0.00767,"97":0.00383,"98":0.00383,"99":0.00383,"100":0.0115,"101":0.00767,"102":0.01917,"103":0.04983,"104":0.14565,"105":0.00383,"106":0.01917,"107":0.01917,"108":0.03833,"109":2.89392,"110":0.01533,"111":0.0345,"112":0.00767,"113":0.01917,"114":0.01533,"115":0.00383,"116":0.05366,"117":0.00383,"118":0.0115,"119":0.07666,"120":0.023,"121":0.04983,"122":0.07283,"123":0.01917,"124":0.22615,"125":0.04983,"126":0.05366,"127":0.023,"128":0.05366,"129":0.0345,"130":0.05366,"131":0.27598,"132":0.4293,"133":6.24396,"134":15.05986,"135":0.01533,"136":0.00767,_:"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 34 35 36 37 38 39 40 41 42 43 44 45 46 50 51 54 56 57 60 61 62 63 64 66 67 69 74 76 92 137 138"},F:{"36":0.00383,"40":0.00767,"46":0.02683,"79":0.00383,"82":0.00383,"85":0.0115,"86":0.00767,"87":0.01533,"88":0.00767,"95":0.19165,"99":0.00383,"114":0.00383,"115":0.00383,"116":0.29131,"117":1.40671,_:"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 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 83 84 89 90 91 92 93 94 96 97 98 100 101 102 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00383,"92":0.00383,"102":0.00383,"109":0.023,"111":0.00383,"114":0.00767,"119":0.00383,"120":0.00383,"121":0.00383,"122":0.00383,"125":0.00383,"126":0.00767,"128":0.00383,"130":0.0115,"131":0.04983,"132":0.02683,"133":0.47529,"134":1.32239,_:"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 103 104 105 106 107 108 110 112 113 115 116 117 118 123 124 127 129"},E:{"4":0.00383,"14":0.00767,"15":0.0115,_:"0 5 6 7 8 9 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.1 15.2-15.3 16.2","12.1":0.00767,"13.1":0.02683,"14.1":0.02683,"15.4":0.00383,"15.5":0.01917,"15.6":0.05366,"16.0":0.00383,"16.1":0.0115,"16.3":0.0115,"16.4":0.00383,"16.5":0.00383,"16.6":0.08816,"17.0":0.00767,"17.1":0.01917,"17.2":0.00767,"17.3":0.0115,"17.4":0.0575,"17.5":0.023,"17.6":0.07666,"18.0":0.00767,"18.1":0.03833,"18.2":0.0115,"18.3":0.28364,"18.4":0.00767},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0021,"5.0-5.1":0,"6.0-6.1":0.00631,"7.0-7.1":0.00421,"8.1-8.4":0,"9.0-9.2":0.00315,"9.3":0.01472,"10.0-10.2":0.00105,"10.3":0.02419,"11.0-11.2":0.11147,"11.3-11.4":0.00736,"12.0-12.1":0.00421,"12.2-12.5":0.10411,"13.0-13.1":0.0021,"13.2":0.00315,"13.3":0.00421,"13.4-13.7":0.01472,"14.0-14.4":0.03681,"14.5-14.8":0.04417,"15.0-15.1":0.02419,"15.2-15.3":0.02419,"15.4":0.02945,"15.5":0.03365,"15.6-15.8":0.41435,"16.0":0.05889,"16.1":0.12094,"16.2":0.0631,"16.3":0.10937,"16.4":0.02419,"16.5":0.04522,"16.6-16.7":0.49112,"17.0":0.02945,"17.1":0.05258,"17.2":0.03996,"17.3":0.05574,"17.4":0.11147,"17.5":0.24819,"17.6-17.7":0.72038,"18.0":0.20192,"18.1":0.66043,"18.2":0.29551,"18.3":6.17631,"18.4":0.09149},P:{"4":0.18541,"20":0.0103,"21":0.0103,"22":0.0206,"23":0.0309,"24":0.0309,"25":0.0309,"26":0.0721,"27":2.54424,"5.0-5.4":0.0206,"6.2-6.4":0.0309,"7.2-7.4":0.0618,_:"8.2 9.2 10.1 12.0 15.0 16.0 17.0 18.0","11.1-11.2":0.0103,"13.0":0.0103,"14.0":0.0103,"19.0":0.0103},I:{"0":0.02462,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00003},K:{"0":0.26139,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.03214,"9":0.00804,"10":0.01607,"11":0.52636,_:"6 7 5.5"},S:{"2.5":0.00617,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},R:{_:"0"},M:{"0":0.16654},Q:{"14.9":0.00617},O:{"0":0.03084},H:{"0":0.01},L:{"0":48.7581}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"51":0.00665,"52":0.09314,"56":0.00665,"66":0.01331,"68":0.00665,"72":0.00665,"78":0.01331,"88":0.00665,"91":0.00665,"96":0.00665,"102":0.01331,"103":0.00665,"104":0.00665,"106":0.00665,"107":0.00665,"108":0.00665,"111":0.01331,"113":0.02661,"114":0.01996,"115":0.91146,"118":0.00665,"120":0.00665,"123":0.00665,"125":0.01996,"127":0.01331,"128":0.1131,"129":0.00665,"130":0.00665,"131":0.01996,"132":0.00665,"133":0.03992,"134":0.03992,"135":0.41914,"136":1.62999,"137":0.00665,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 53 54 55 57 58 59 60 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 92 93 94 95 97 98 99 100 101 105 109 110 112 116 117 119 121 122 124 126 138 139 140 3.5 3.6"},D:{"22":0.00665,"25":0.00665,"26":0.00665,"38":0.00665,"39":0.00665,"40":0.00665,"41":0.00665,"42":0.00665,"43":0.00665,"44":0.00665,"45":0.06653,"46":0.00665,"47":0.00665,"48":0.00665,"49":0.04657,"50":0.00665,"51":0.04657,"52":0.00665,"53":0.01331,"54":0.00665,"55":0.00665,"56":0.01996,"57":0.01331,"58":0.01996,"59":0.00665,"60":0.00665,"68":0.00665,"69":0.01331,"70":0.00665,"71":0.00665,"72":0.00665,"73":0.00665,"74":0.00665,"75":0.00665,"76":0.01996,"77":0.00665,"78":0.00665,"79":0.07984,"80":0.01331,"81":0.01331,"83":0.01331,"84":0.00665,"85":0.1131,"86":0.02661,"87":0.03992,"88":0.01996,"89":0.03327,"90":0.02661,"91":0.01331,"92":0.00665,"94":0.01996,"95":0.01996,"96":0.00665,"97":0.02661,"98":0.01996,"99":0.00665,"100":0.01996,"101":0.01331,"102":0.04657,"103":0.02661,"104":0.27277,"105":0.01331,"106":0.19959,"107":0.04657,"108":0.06653,"109":3.06703,"110":0.02661,"111":0.03992,"112":0.03327,"113":0.01331,"114":0.19294,"115":0.01331,"116":0.07318,"117":0.01331,"118":0.07318,"119":0.29939,"120":0.07984,"121":0.07318,"122":0.0998,"123":0.13971,"124":0.15302,"125":0.23286,"126":0.07318,"127":0.05322,"128":0.09314,"129":0.06653,"130":0.2129,"131":0.54555,"132":0.47236,"133":5.68832,"134":11.88891,"135":0.01331,"136":0.00665,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 23 24 27 28 29 30 31 32 33 34 35 36 37 61 62 63 64 65 66 67 93 137 138"},F:{"36":0.02661,"41":0.06653,"46":0.01331,"53":0.00665,"76":0.00665,"77":0.00665,"79":0.05322,"80":0.01331,"82":0.01331,"83":0.00665,"84":0.01996,"85":0.06653,"86":0.03327,"87":0.07984,"88":0.03992,"89":0.00665,"94":0.00665,"95":0.85824,"99":0.01331,"102":0.00665,"108":0.00665,"109":0.00665,"110":0.00665,"111":0.00665,"112":0.00665,"113":0.01331,"114":0.02661,"115":0.01331,"116":0.55885,"117":3.63919,_:"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 42 43 44 45 47 48 49 50 51 52 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 78 81 90 91 92 93 96 97 98 100 101 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:{"16":0.00665,"18":0.01331,"80":0.00665,"81":0.00665,"83":0.00665,"84":0.00665,"85":0.00665,"86":0.00665,"89":0.00665,"90":0.00665,"92":0.02661,"94":0.00665,"107":0.00665,"108":0.00665,"109":0.07318,"110":0.00665,"111":0.00665,"112":0.00665,"114":0.01331,"119":0.00665,"120":0.00665,"122":0.01331,"124":0.00665,"125":0.00665,"126":0.01331,"127":0.00665,"128":0.00665,"129":0.00665,"130":0.01996,"131":0.06653,"132":0.05322,"133":1.27072,"134":3.40634,_:"12 13 14 15 17 79 87 88 91 93 95 96 97 98 99 100 101 102 103 104 105 106 113 115 116 117 118 121 123"},E:{"14":0.02661,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 10.1 11.1","9.1":0.01331,"12.1":0.00665,"13.1":0.02661,"14.1":0.05322,"15.1":0.00665,"15.2-15.3":0.00665,"15.4":0.01331,"15.5":0.01331,"15.6":0.12641,"16.0":0.00665,"16.1":0.01331,"16.2":0.01331,"16.3":0.04657,"16.4":0.01331,"16.5":0.03327,"16.6":0.12641,"17.0":0.01331,"17.1":0.07318,"17.2":0.02661,"17.3":0.02661,"17.4":0.05322,"17.5":0.06653,"17.6":0.13306,"18.0":0.02661,"18.1":0.05322,"18.2":0.03992,"18.3":0.73848,"18.4":0.00665},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00135,"5.0-5.1":0,"6.0-6.1":0.00405,"7.0-7.1":0.0027,"8.1-8.4":0,"9.0-9.2":0.00203,"9.3":0.00945,"10.0-10.2":0.00068,"10.3":0.01553,"11.0-11.2":0.07156,"11.3-11.4":0.00473,"12.0-12.1":0.0027,"12.2-12.5":0.06683,"13.0-13.1":0.00135,"13.2":0.00203,"13.3":0.0027,"13.4-13.7":0.00945,"14.0-14.4":0.02363,"14.5-14.8":0.02835,"15.0-15.1":0.01553,"15.2-15.3":0.01553,"15.4":0.0189,"15.5":0.0216,"15.6-15.8":0.26599,"16.0":0.03781,"16.1":0.07764,"16.2":0.04051,"16.3":0.07021,"16.4":0.01553,"16.5":0.02903,"16.6-16.7":0.31527,"17.0":0.0189,"17.1":0.03375,"17.2":0.02565,"17.3":0.03578,"17.4":0.07156,"17.5":0.15932,"17.6-17.7":0.46244,"18.0":0.12962,"18.1":0.42396,"18.2":0.1897,"18.3":3.9648,"18.4":0.05873},P:{"4":0.09821,"20":0.01091,"21":0.03274,"22":0.01091,"23":0.01091,"24":0.01091,"25":0.01091,"26":0.02182,"27":0.56743,_:"5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0 19.0","7.2-7.4":0.01091,"17.0":0.01091},I:{"0":0.05344,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00002,"4.4":0,"4.4.3-4.4.4":0.00006},K:{"0":0.897,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.01452,"11":0.14516,_:"6 7 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},R:{_:"0"},M:{"0":0.13053},Q:{"14.9":0.02008},O:{"0":0.17739},H:{"0":0},L:{"0":19.70138}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"50":0.00962,"112":0.00962,"115":0.08175,"126":0.00481,"127":0.00481,"128":0.03847,"131":0.00481,"133":0.00962,"134":0.02405,"135":0.46647,"136":0.93776,"137":0.01924,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 51 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 113 114 116 117 118 119 120 121 122 123 124 125 129 130 132 138 139 140 3.5 3.6"},D:{"34":0.00962,"39":0.00481,"40":0.00962,"41":0.00481,"42":0.00481,"43":0.00962,"45":0.00481,"46":0.00481,"47":0.00481,"49":0.00481,"50":0.00481,"51":0.00481,"54":0.00481,"55":0.00962,"56":0.00481,"57":0.00481,"58":0.00481,"59":0.00481,"60":0.00481,"70":0.00481,"71":0.00481,"73":0.00481,"77":0.00481,"79":0.02885,"80":0.00962,"81":0.00962,"83":0.00962,"84":0.00481,"87":0.04809,"88":0.01443,"89":0.00481,"91":0.00481,"93":0.01443,"95":0.00962,"96":0.00481,"97":0.01924,"98":0.03847,"100":0.00962,"101":0.00962,"103":0.02885,"105":0.05771,"106":0.01443,"107":0.06252,"108":0.02885,"109":0.34625,"110":0.02405,"111":0.09618,"112":0.03366,"114":0.00962,"116":0.22121,"117":0.00481,"118":0.02885,"119":0.00481,"120":0.02405,"121":0.01924,"122":0.08175,"123":0.02885,"124":0.06252,"125":0.06733,"126":0.0529,"127":0.03366,"128":0.13946,"129":0.10099,"130":0.07214,"131":0.37029,"132":0.46166,"133":8.37247,"134":14.96561,"135":0.08656,"136":0.00962,_:"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 44 48 52 53 61 62 63 64 65 66 67 68 69 72 74 75 76 78 85 86 90 92 94 99 102 104 113 115 137 138"},F:{"46":0.00481,"86":0.07694,"87":0.07694,"88":0.00481,"95":0.00962,"114":0.00962,"115":0.00481,"116":0.10099,"117":1.07722,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00481,"13":0.00481,"14":0.00481,"15":0.00481,"16":0.00481,"17":0.01924,"18":0.06733,"84":0.00962,"89":0.01443,"90":0.01443,"92":0.1058,"100":0.00962,"106":0.01924,"109":0.03366,"110":0.03847,"111":0.00481,"114":0.02405,"116":0.00962,"118":0.00481,"121":0.00962,"122":0.01443,"124":0.00962,"125":0.01443,"126":0.01443,"128":0.00481,"129":0.01924,"130":0.02885,"131":0.12023,"132":0.08175,"133":1.77933,"134":3.85201,_:"79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 107 108 112 113 115 117 119 120 123 127"},E:{"12":0.00481,_:"0 4 5 6 7 8 9 10 11 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.2-15.3 15.4 16.0 16.3 17.0 17.4","12.1":0.00962,"13.1":0.01443,"14.1":0.00962,"15.1":0.00962,"15.5":0.00481,"15.6":0.12023,"16.1":0.01924,"16.2":0.00481,"16.4":0.00962,"16.5":0.00962,"16.6":0.04809,"17.1":0.01443,"17.2":0.00481,"17.3":0.00962,"17.5":0.03366,"17.6":0.08175,"18.0":0.03366,"18.1":0.06252,"18.2":0.01443,"18.3":0.36068,"18.4":0.00481},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00119,"5.0-5.1":0,"6.0-6.1":0.00358,"7.0-7.1":0.00239,"8.1-8.4":0,"9.0-9.2":0.00179,"9.3":0.00836,"10.0-10.2":0.0006,"10.3":0.01374,"11.0-11.2":0.06333,"11.3-11.4":0.00418,"12.0-12.1":0.00239,"12.2-12.5":0.05915,"13.0-13.1":0.00119,"13.2":0.00179,"13.3":0.00239,"13.4-13.7":0.00836,"14.0-14.4":0.02091,"14.5-14.8":0.02509,"15.0-15.1":0.01374,"15.2-15.3":0.01374,"15.4":0.01673,"15.5":0.01912,"15.6-15.8":0.23541,"16.0":0.03346,"16.1":0.06871,"16.2":0.03585,"16.3":0.06214,"16.4":0.01374,"16.5":0.02569,"16.6-16.7":0.27903,"17.0":0.01673,"17.1":0.02987,"17.2":0.0227,"17.3":0.03167,"17.4":0.06333,"17.5":0.14101,"17.6-17.7":0.40928,"18.0":0.11472,"18.1":0.37522,"18.2":0.16789,"18.3":3.50902,"18.4":0.05198},P:{"4":0.04239,"21":0.0212,"22":0.0106,"23":0.0106,"24":0.03179,"25":0.0106,"26":0.03179,"27":0.44513,_:"20 5.0-5.4 8.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0","6.2-6.4":0.0106,"7.2-7.4":0.03179,"9.2":0.09538,"19.0":0.0212},I:{"0":0.01554,"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},K:{"0":3.52336,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.01443,_:"6 7 8 9 10 5.5"},S:{"2.5":0.01038,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},R:{_:"0"},M:{"0":0.08306},Q:{"14.9":0.01038},O:{"0":0.32184},H:{"0":1.46},L:{"0":50.60787}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"52":0.00164,"115":0.01973,"122":0.00164,"123":0.00164,"127":0.00164,"128":0.00493,"131":0.00164,"133":0.00329,"134":0.00329,"135":0.09042,"136":0.23674,"137":0.00164,_:"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 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 124 125 126 129 130 132 138 139 140 3.5 3.6"},D:{"11":0.00164,"38":0.00329,"39":0.00164,"40":0.00164,"41":0.00164,"42":0.00164,"43":0.00164,"44":0.00164,"45":0.00164,"46":0.00164,"47":0.00329,"48":0.00164,"49":0.00164,"50":0.00164,"51":0.00164,"52":0.00164,"53":0.00164,"54":0.00164,"55":0.00164,"56":0.00329,"57":0.00164,"58":0.01644,"59":0.00164,"60":0.00164,"63":0.00164,"64":0.00164,"68":0.00164,"69":0.00164,"70":0.00164,"72":0.00658,"73":0.00329,"75":0.00164,"76":0.00164,"78":0.00164,"79":0.01644,"80":0.00164,"81":0.00164,"83":0.00822,"85":0.00164,"86":0.00164,"87":0.0263,"88":0.00329,"89":0.00164,"90":0.00329,"91":0.00329,"92":0.00164,"93":0.00822,"94":0.00658,"95":0.00164,"97":0.00164,"98":0.00822,"99":0.00164,"101":0.00329,"102":0.00164,"103":0.01644,"104":0.02137,"106":0.01315,"107":0.00658,"108":0.0148,"109":0.26797,"110":0.01808,"111":0.00493,"112":0.00658,"113":0.00164,"114":0.01973,"115":0.00329,"116":0.02302,"117":0.00493,"118":0.00493,"119":0.01315,"120":0.02795,"121":0.01151,"122":0.03617,"123":0.01315,"124":0.0263,"125":0.0559,"126":0.02137,"127":0.0148,"128":0.03946,"129":0.01973,"130":0.0263,"131":0.12823,"132":0.27784,"133":3.37349,"134":5.85593,"135":0.00658,"136":0.00329,_:"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 61 62 65 66 67 71 74 77 84 96 100 105 137 138"},F:{"46":0.00164,"87":0.01644,"88":0.00658,"95":0.00164,"113":0.00164,"116":0.08056,"117":0.21043,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 114 115 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00658,"92":0.00658,"107":0.00164,"108":0.00164,"109":0.00822,"111":0.00164,"114":0.00493,"117":0.00164,"119":0.00164,"120":0.00329,"121":0.00493,"122":0.00164,"124":0.00164,"125":0.00164,"126":0.00822,"127":0.00986,"128":0.00658,"129":0.00493,"130":0.00493,"131":0.02302,"132":0.04768,"133":0.63623,"134":1.00613,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 110 112 113 115 116 118 123"},E:{"13":0.00164,"14":0.00493,"15":0.00164,_:"0 4 5 6 7 8 9 10 11 12 3.1 3.2 6.1 7.1 9.1 10.1 11.1","5.1":0.00493,"12.1":0.00164,"13.1":0.00493,"14.1":0.00986,"15.1":0.00164,"15.2-15.3":0.00164,"15.4":0.00329,"15.5":0.00493,"15.6":0.03288,"16.0":0.00658,"16.1":0.01808,"16.2":0.00658,"16.3":0.01644,"16.4":0.01151,"16.5":0.00658,"16.6":0.07069,"17.0":0.00329,"17.1":0.0148,"17.2":0.01644,"17.3":0.01151,"17.4":0.02137,"17.5":0.05918,"17.6":0.15618,"18.0":0.03452,"18.1":0.10357,"18.2":0.04439,"18.3":0.62801,"18.4":0.00658},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00413,"5.0-5.1":0,"6.0-6.1":0.0124,"7.0-7.1":0.00827,"8.1-8.4":0,"9.0-9.2":0.0062,"9.3":0.02894,"10.0-10.2":0.00207,"10.3":0.04755,"11.0-11.2":0.21913,"11.3-11.4":0.01447,"12.0-12.1":0.00827,"12.2-12.5":0.20466,"13.0-13.1":0.00413,"13.2":0.0062,"13.3":0.00827,"13.4-13.7":0.02894,"14.0-14.4":0.07235,"14.5-14.8":0.08683,"15.0-15.1":0.04755,"15.2-15.3":0.04755,"15.4":0.05788,"15.5":0.06615,"15.6-15.8":0.81451,"16.0":0.11577,"16.1":0.23774,"16.2":0.12404,"16.3":0.215,"16.4":0.04755,"16.5":0.08889,"16.6-16.7":0.96542,"17.0":0.05788,"17.1":0.10336,"17.2":0.07856,"17.3":0.10957,"17.4":0.21913,"17.5":0.48788,"17.6-17.7":1.41608,"18.0":0.39692,"18.1":1.29825,"18.2":0.5809,"18.3":12.1411,"18.4":0.17985},P:{"20":0.01036,"21":0.01036,"22":0.04143,"23":0.04143,"24":0.04143,"25":0.06214,"26":0.06214,"27":1.90564,_:"4 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 15.0 16.0 17.0 18.0","7.2-7.4":0.01036,"14.0":0.01036,"19.0":0.01036},I:{"0":0.04169,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00005},K:{"0":0.45958,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.01315,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},R:{_:"0"},M:{"0":0.0752},Q:{_:"14.9"},O:{"0":1.36203},H:{"0":0},L:{"0":60.38355}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"78":0.00737,"115":0.04056,"122":0.00737,"128":0.00737,"129":0.01475,"131":0.02581,"134":0.00737,"135":0.34289,"136":1.89143,"137":0.02212,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 123 124 125 126 127 130 132 133 138 139 140 3.5 3.6"},D:{"39":0.00737,"42":0.00369,"43":0.00737,"45":0.04056,"53":0.00369,"60":0.00369,"66":0.00369,"69":0.02581,"73":0.01475,"74":0.00737,"75":0.00369,"79":0.01475,"83":0.00369,"97":0.00737,"99":0.00737,"102":0.00369,"103":0.04793,"104":0.00369,"106":0.01844,"108":0.44613,"109":0.20647,"111":0.03318,"114":0.02212,"116":0.00737,"118":0.01106,"119":0.00369,"120":0.00737,"121":0.09218,"122":0.09218,"123":0.02581,"124":0.04424,"125":0.00369,"126":0.00369,"127":0.00737,"128":0.01844,"129":0.06637,"130":0.03687,"131":0.1696,"132":0.18804,"133":4.71936,"134":9.83692,"135":0.01106,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 40 41 44 46 47 48 49 50 51 52 54 55 56 57 58 59 61 62 63 64 65 67 68 70 71 72 76 77 78 80 81 84 85 86 87 88 89 90 91 92 93 94 95 96 98 100 101 105 107 110 112 113 115 117 136 137 138"},F:{"75":0.00737,"86":0.00369,"87":0.94019,"114":0.00737,"117":0.58255,_:"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 76 77 78 79 80 81 82 83 84 85 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 115 116 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.01106,"15":0.00737,"16":0.07743,"17":0.01475,"18":0.01844,"92":0.1143,"99":0.00369,"100":0.00737,"103":0.00737,"109":0.05531,"110":0.01106,"114":0.08111,"117":0.00369,"119":0.01106,"120":0.01475,"121":0.00369,"122":0.00737,"124":0.00369,"125":0.13273,"126":0.15485,"127":0.00737,"128":0.07005,"129":0.12167,"130":0.09955,"131":0.14379,"132":0.12167,"133":2.79843,"134":5.51944,_:"12 13 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 101 102 104 105 106 107 108 111 112 113 115 116 118 123"},E:{"13":0.01475,_:"0 4 5 6 7 8 9 10 11 12 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 13.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 17.0 17.1 17.2 17.3 18.4","12.1":0.00737,"14.1":0.00737,"15.6":0.02581,"16.4":0.00369,"16.5":0.00369,"16.6":0.01475,"17.4":0.02581,"17.5":0.0848,"17.6":0.0295,"18.0":0.00369,"18.1":0.02212,"18.2":0.0295,"18.3":0.22491},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00051,"5.0-5.1":0,"6.0-6.1":0.00153,"7.0-7.1":0.00102,"8.1-8.4":0,"9.0-9.2":0.00076,"9.3":0.00356,"10.0-10.2":0.00025,"10.3":0.00585,"11.0-11.2":0.02697,"11.3-11.4":0.00178,"12.0-12.1":0.00102,"12.2-12.5":0.02519,"13.0-13.1":0.00051,"13.2":0.00076,"13.3":0.00102,"13.4-13.7":0.00356,"14.0-14.4":0.0089,"14.5-14.8":0.01069,"15.0-15.1":0.00585,"15.2-15.3":0.00585,"15.4":0.00712,"15.5":0.00814,"15.6-15.8":0.10024,"16.0":0.01425,"16.1":0.02926,"16.2":0.01526,"16.3":0.02646,"16.4":0.00585,"16.5":0.01094,"16.6-16.7":0.11881,"17.0":0.00712,"17.1":0.01272,"17.2":0.00967,"17.3":0.01348,"17.4":0.02697,"17.5":0.06004,"17.6-17.7":0.17427,"18.0":0.04885,"18.1":0.15977,"18.2":0.07149,"18.3":1.49417,"18.4":0.02213},P:{"21":0.03067,"22":0.02044,"23":0.31689,"24":0.20444,"25":0.12267,"26":0.10222,"27":1.62533,_:"4 20 5.0-5.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0","6.2-6.4":0.092,"7.2-7.4":0.05111,"16.0":0.01022,"17.0":0.04089,"18.0":0.02044,"19.0":0.02044},I:{"0":0.0252,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00003},K:{"0":2.00122,_:"10 11 12 11.1 11.5 12.1"},A:{"10":0.02433,"11":0.05678,_:"6 7 8 9 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},R:{_:"0"},M:{"0":0.59342},Q:{"14.9":0.18939},O:{"0":0.94695},H:{"0":0},L:{"0":60.22137}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"60":0.0193,"64":0.00483,"68":0.00483,"69":0.00483,"71":0.00483,"72":0.00483,"73":0.00483,"75":0.00483,"76":0.00483,"77":0.00483,"78":0.01448,"79":0.00483,"80":0.00483,"81":0.00483,"82":0.00483,"83":0.00483,"85":0.00965,"88":0.00483,"102":0.00483,"103":0.00483,"110":0.16888,"115":0.1737,"120":0.00483,"121":0.00483,"123":0.00483,"127":0.00965,"128":0.85885,"133":0.02895,"134":0.11098,"135":0.37635,"136":0.68033,"137":0.00483,_:"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 61 62 63 65 66 67 70 74 84 86 87 89 90 91 92 93 94 95 96 97 98 99 100 101 104 105 106 107 108 109 111 112 113 114 116 117 118 119 122 124 125 126 129 130 131 132 138 139 140 3.5 3.6"},D:{"45":5.37988,"49":0.00483,"57":0.00483,"59":0.00483,"68":0.04825,"69":0.02413,"70":0.03378,"71":0.03378,"72":0.04825,"73":0.01448,"74":0.0386,"75":0.0386,"76":0.02895,"77":0.02413,"78":0.06273,"79":0.06755,"80":0.14475,"81":0.04825,"83":0.1158,"84":0.03378,"85":0.0579,"86":0.29433,"87":0.07238,"88":0.06755,"89":0.04343,"90":0.0579,"91":0.0193,"92":0.00483,"94":0.00483,"95":0.00483,"98":0.00483,"99":0.0193,"100":0.00483,"101":0.00965,"102":0.05308,"103":0.01448,"105":0.00965,"106":0.09168,"107":0.08685,"108":0.07238,"109":0.26055,"110":0.0193,"111":0.01448,"112":0.15923,"113":0.00483,"114":0.02413,"115":0.0193,"116":1.2159,"117":0.01448,"118":0.76235,"119":0.0386,"120":0.06273,"121":8.92625,"122":0.0579,"123":0.09168,"124":0.0965,"125":0.0772,"126":0.1544,"127":0.2123,"128":0.0772,"129":0.21713,"130":3.21345,"131":0.93605,"132":0.66585,"133":2.97703,"134":5.80448,"135":0.8685,_:"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 48 50 51 52 53 54 55 56 58 60 61 62 63 64 65 66 67 93 96 97 104 136 137 138"},F:{"46":0.00483,"49":0.00483,"52":0.00483,"53":0.01448,"54":0.0193,"55":0.01448,"56":0.00483,"60":0.00483,"63":0.00483,"65":0.00483,"67":0.00483,"68":0.00483,"70":0.00483,"73":0.00483,"74":0.00483,"87":0.0193,"88":0.01448,"102":0.00483,"107":0.00483,"108":0.00483,"109":0.00483,"114":0.00965,"115":0.00483,"116":0.20265,"117":0.37153,_:"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 50 51 57 58 62 64 66 69 71 72 75 76 77 78 79 80 81 82 83 84 85 86 89 90 91 92 93 94 95 96 97 98 99 100 101 103 104 105 106 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.00483,"15":0.00483,"18":0.01448,"79":0.02413,"80":0.05308,"81":0.04343,"83":0.05308,"84":0.03378,"85":0.02413,"86":0.04343,"87":0.02895,"88":0.0193,"89":0.03378,"90":0.02413,"91":0.06273,"92":0.00965,"100":0.00483,"105":0.00483,"106":0.11098,"108":0.00483,"109":0.13028,"119":0.00483,"120":0.00483,"122":0.00965,"124":0.00483,"126":0.00483,"127":0.00483,"129":0.00483,"130":0.0965,"131":0.1158,"132":0.01448,"133":0.68515,"134":2.09405,_:"12 13 16 17 93 94 95 96 97 98 99 101 102 103 104 107 110 111 112 113 114 115 116 117 118 121 123 125 128"},E:{"14":0.00483,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 6.1 7.1 10.1 11.1 15.4 16.1 16.4","5.1":0.01448,"9.1":0.17853,"12.1":0.04343,"13.1":0.01448,"14.1":0.00483,"15.1":0.01448,"15.2-15.3":0.02895,"15.5":0.00965,"15.6":0.02413,"16.0":0.00483,"16.2":0.02895,"16.3":0.04343,"16.5":0.15923,"16.6":0.0772,"17.0":0.0193,"17.1":0.0772,"17.2":0.00483,"17.3":0.00965,"17.4":0.01448,"17.5":0.0386,"17.6":0.2316,"18.0":0.00965,"18.1":0.08203,"18.2":0.02413,"18.3":0.6562,"18.4":0.00483},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00192,"5.0-5.1":0,"6.0-6.1":0.00575,"7.0-7.1":0.00383,"8.1-8.4":0,"9.0-9.2":0.00287,"9.3":0.01341,"10.0-10.2":0.00096,"10.3":0.02203,"11.0-11.2":0.10154,"11.3-11.4":0.00671,"12.0-12.1":0.00383,"12.2-12.5":0.09483,"13.0-13.1":0.00192,"13.2":0.00287,"13.3":0.00383,"13.4-13.7":0.01341,"14.0-14.4":0.03353,"14.5-14.8":0.04023,"15.0-15.1":0.02203,"15.2-15.3":0.02203,"15.4":0.02682,"15.5":0.03065,"15.6-15.8":0.37741,"16.0":0.05364,"16.1":0.11016,"16.2":0.05747,"16.3":0.09962,"16.4":0.02203,"16.5":0.04119,"16.6-16.7":0.44734,"17.0":0.02682,"17.1":0.04789,"17.2":0.0364,"17.3":0.05077,"17.4":0.10154,"17.5":0.22606,"17.6-17.7":0.65616,"18.0":0.18392,"18.1":0.60156,"18.2":0.26917,"18.3":5.6257,"18.4":0.08334},P:{"20":0.01029,"21":0.01029,"22":0.06172,"23":0.10287,"24":0.03086,"25":0.03086,"26":0.04115,"27":2.1603,_:"4 5.0-5.4 6.2-6.4 8.2 9.2 10.1 12.0 14.0 16.0 17.0 18.0 19.0","7.2-7.4":0.04115,"11.1-11.2":0.01029,"13.0":0.02057,"15.0":0.01029},I:{"0":0.04131,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00005},K:{"0":0.74003,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.04343,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},R:{_:"0"},M:{"0":0.9108},Q:{"14.9":0.06728},O:{"0":0.85905},H:{"0":0},L:{"0":39.96948}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"30":0.00112,"44":0.00112,"47":0.00112,"49":0.00112,"52":0.00112,"56":0.00336,"57":0.00112,"60":0.00336,"72":0.00224,"83":0.00112,"85":0.00112,"88":0.00224,"89":0.00112,"92":0.00112,"94":0.00112,"96":0.00112,"99":0.00112,"109":0.00224,"110":0.00112,"112":0.00112,"115":0.06714,"118":0.00112,"121":0.00112,"127":0.01007,"128":0.00448,"129":0.00336,"130":0.00112,"131":0.00112,"132":0.00448,"133":0.00783,"134":0.00671,"135":0.08616,"136":0.21149,"137":0.00895,_:"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 45 46 48 50 51 53 54 55 58 59 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 84 86 87 90 91 93 95 97 98 100 101 102 103 104 105 106 107 108 111 113 114 116 117 119 120 122 123 124 125 126 138 139 140 3.5 3.6"},D:{"11":0.00671,"33":0.00336,"38":0.00336,"43":0.00783,"47":0.00336,"48":0.00224,"49":0.00448,"50":0.00336,"52":0.00112,"54":0.00112,"55":0.00112,"56":0.00448,"57":0.00112,"58":0.13876,"63":0.00448,"64":0.00448,"66":0.00224,"67":0.00224,"68":0.0056,"69":0.00671,"70":0.02238,"71":0.00224,"73":0.00336,"74":0.00112,"75":0.00112,"78":0.094,"79":0.03133,"80":0.00224,"81":0.00895,"83":0.00336,"84":0.00224,"85":0.00336,"86":0.00224,"87":0.00783,"88":0.00671,"89":0.00224,"90":0.00112,"91":0.00336,"92":0.00224,"93":0.00224,"94":0.00112,"95":0.00112,"98":0.00336,"99":0.00895,"102":0.00336,"103":0.00448,"104":0.00783,"105":0.00224,"106":0.00783,"107":0.00112,"108":0.00671,"109":0.11973,"110":0.00224,"111":0.02909,"114":0.00783,"116":0.03133,"117":0.0056,"118":0.01119,"119":0.00671,"120":0.02798,"121":0.00336,"122":0.00336,"123":0.01343,"124":0.0056,"125":0.00224,"126":0.05371,"127":0.0056,"128":0.00895,"129":0.00336,"130":0.02909,"131":0.08281,"132":0.05595,"133":0.57852,"134":0.66469,"135":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 34 35 36 37 39 40 41 42 44 45 46 51 53 59 60 61 62 65 72 76 77 96 97 100 101 112 113 115 136 137 138"},F:{"29":0.00224,"42":0.00112,"46":0.00112,"49":0.00112,"66":0.00112,"69":0.00224,"79":0.0056,"81":0.03469,"83":0.00448,"85":0.00336,"86":0.03245,"87":0.28646,"88":0.09847,"90":0.00336,"95":0.0179,"99":0.00112,"101":0.00112,"104":0.00112,"106":0.00112,"110":0.00112,"112":0.00112,"113":0.00112,"114":0.00224,"115":0.00336,"116":0.01007,"117":0.14435,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 30 31 32 33 34 35 36 37 38 39 40 41 43 44 45 47 48 50 51 52 53 54 55 56 57 58 60 62 63 64 65 67 68 70 71 72 73 74 75 76 77 78 80 82 84 89 91 92 93 94 96 97 98 100 102 103 105 107 108 109 111 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00224,"14":0.00112,"16":0.00112,"17":0.00224,"18":0.00895,"81":0.00112,"84":0.0056,"89":0.00336,"90":0.00783,"92":0.03357,"97":0.00112,"100":0.00448,"109":0.01119,"110":0.00112,"111":0.00224,"112":0.00112,"113":0.00112,"114":0.00112,"119":0.00112,"120":0.00112,"121":0.00112,"122":0.00224,"126":0.00112,"127":0.00336,"128":0.00671,"129":0.00336,"130":0.00895,"131":0.02574,"132":0.01343,"133":0.13316,"134":0.21149,_:"13 15 79 80 83 85 86 87 88 91 93 94 95 96 98 99 101 102 103 104 105 106 107 108 115 116 117 118 123 124 125"},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 13.1 15.1 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.1 17.2 17.3 17.4 17.6 18.4","5.1":0.08616,"14.1":0.00336,"15.2-15.3":0.00112,"15.6":0.00336,"16.6":0.01343,"17.5":0.00336,"18.0":0.00112,"18.1":0.00112,"18.2":0.00112,"18.3":0.00671},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0004,"5.0-5.1":0,"6.0-6.1":0.00119,"7.0-7.1":0.00079,"8.1-8.4":0,"9.0-9.2":0.00059,"9.3":0.00277,"10.0-10.2":0.0002,"10.3":0.00455,"11.0-11.2":0.02099,"11.3-11.4":0.00139,"12.0-12.1":0.00079,"12.2-12.5":0.0196,"13.0-13.1":0.0004,"13.2":0.00059,"13.3":0.00079,"13.4-13.7":0.00277,"14.0-14.4":0.00693,"14.5-14.8":0.00832,"15.0-15.1":0.00455,"15.2-15.3":0.00455,"15.4":0.00554,"15.5":0.00634,"15.6-15.8":0.07802,"16.0":0.01109,"16.1":0.02277,"16.2":0.01188,"16.3":0.02059,"16.4":0.00455,"16.5":0.00852,"16.6-16.7":0.09248,"17.0":0.00554,"17.1":0.0099,"17.2":0.00752,"17.3":0.0105,"17.4":0.02099,"17.5":0.04673,"17.6-17.7":0.13565,"18.0":0.03802,"18.1":0.12436,"18.2":0.05564,"18.3":1.16299,"18.4":0.01723},P:{"4":0.19153,"20":0.0504,"21":0.0504,"22":0.15121,"23":0.06048,"24":0.30242,"25":0.18145,"26":0.43347,"27":1.21977,"5.0-5.4":0.02016,"6.2-6.4":0.03024,"7.2-7.4":0.18145,_:"8.2 9.2 10.1 12.0","11.1-11.2":0.01008,"13.0":0.02016,"14.0":0.03024,"15.0":0.01008,"16.0":0.08065,"17.0":0.07057,"18.0":0.04032,"19.0":0.06048},I:{"0":0.09747,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00003,"4.4":0,"4.4.3-4.4.4":0.00011},K:{"0":8.34048,_:"10 11 12 11.1 11.5 12.1"},A:{"9":0.01007,"11":0.00336,_:"6 7 8 10 5.5"},S:{"2.5":0.02664,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},R:{_:"0"},M:{"0":0.222},Q:{_:"14.9"},O:{"0":1.01232},H:{"0":1.17},L:{"0":79.66016}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"52":0.01613,"59":0.02689,"60":0.00538,"78":0.01076,"88":0.00538,"91":0.00538,"101":0.00538,"102":0.00538,"113":0.00538,"115":0.16134,"121":0.00538,"122":0.00538,"123":0.01613,"124":0.00538,"125":0.01076,"128":0.23663,"131":0.00538,"132":0.00538,"133":0.02151,"134":0.02151,"135":0.33344,"136":1.1724,"137":0.00538,_:"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 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 89 90 92 93 94 95 96 97 98 99 100 103 104 105 106 107 108 109 110 111 112 114 116 117 118 119 120 126 127 129 130 138 139 140 3.5 3.6"},D:{"49":0.01076,"61":0.00538,"63":0.00538,"65":0.00538,"66":0.02151,"74":0.00538,"79":0.03227,"87":0.02689,"88":0.03227,"90":0.00538,"91":0.01613,"92":0.00538,"93":0.06991,"98":0.00538,"101":0.01076,"102":0.00538,"103":0.37646,"104":0.01613,"105":0.00538,"106":0.01613,"107":0.01076,"108":0.02689,"109":0.5378,"111":0.00538,"112":0.00538,"113":0.02689,"114":0.10218,"115":0.02151,"116":0.26352,"117":0.03227,"118":0.11294,"119":0.04302,"120":0.07529,"121":0.12907,"122":0.15058,"123":0.0484,"124":0.08605,"125":0.09143,"126":0.47864,"127":0.18285,"128":0.19899,"129":0.13983,"130":0.29041,"131":0.94115,"132":2.54379,"133":12.35864,"134":17.61833,"135":0.02689,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 50 51 52 53 54 55 56 57 58 59 60 62 64 67 68 69 70 71 72 73 75 76 77 78 80 81 83 84 85 86 89 94 95 96 97 99 100 110 136 137 138"},F:{"86":0.00538,"87":0.00538,"88":0.00538,"95":0.02151,"102":0.00538,"107":0.01076,"114":0.00538,"116":0.28503,"117":0.72603,_:"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 89 90 91 92 93 94 96 97 98 99 100 101 103 104 105 106 108 109 110 111 112 113 115 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"17":0.00538,"92":0.00538,"102":0.00538,"109":0.05916,"112":0.03227,"113":0.00538,"119":0.00538,"120":0.00538,"121":0.01076,"122":0.02689,"123":0.00538,"124":0.00538,"125":0.01076,"126":0.01613,"127":0.01076,"128":0.01076,"129":0.01076,"130":0.01613,"131":0.07529,"132":0.16134,"133":2.31792,"134":5.23279,_:"12 13 14 15 16 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 103 104 105 106 107 108 110 111 114 115 116 117 118"},E:{"14":0.01613,"15":0.00538,_:"0 4 5 6 7 8 9 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1","11.1":0.00538,"12.1":0.00538,"13.1":0.03227,"14.1":0.05378,"15.1":0.00538,"15.2-15.3":0.00538,"15.4":0.01613,"15.5":0.01613,"15.6":0.23125,"16.0":0.02689,"16.1":0.03765,"16.2":0.02689,"16.3":0.06454,"16.4":0.02689,"16.5":0.03227,"16.6":0.37108,"17.0":0.02151,"17.1":0.20436,"17.2":0.03765,"17.3":0.03227,"17.4":0.08067,"17.5":0.12907,"17.6":0.38184,"18.0":0.05378,"18.1":0.15596,"18.2":0.07529,"18.3":1.79087,"18.4":0.01613},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00459,"5.0-5.1":0,"6.0-6.1":0.01377,"7.0-7.1":0.00918,"8.1-8.4":0,"9.0-9.2":0.00689,"9.3":0.03214,"10.0-10.2":0.0023,"10.3":0.0528,"11.0-11.2":0.24335,"11.3-11.4":0.01607,"12.0-12.1":0.00918,"12.2-12.5":0.22728,"13.0-13.1":0.00459,"13.2":0.00689,"13.3":0.00918,"13.4-13.7":0.03214,"14.0-14.4":0.08035,"14.5-14.8":0.09642,"15.0-15.1":0.0528,"15.2-15.3":0.0528,"15.4":0.06428,"15.5":0.07347,"15.6-15.8":0.90454,"16.0":0.12856,"16.1":0.26401,"16.2":0.13775,"16.3":0.23876,"16.4":0.0528,"16.5":0.09872,"16.6-16.7":1.07213,"17.0":0.06428,"17.1":0.11479,"17.2":0.08724,"17.3":0.12168,"17.4":0.24335,"17.5":0.5418,"17.6-17.7":1.57261,"18.0":0.44079,"18.1":1.44175,"18.2":0.64511,"18.3":13.48313,"18.4":0.19973},P:{"4":0.04179,"20":0.01045,"21":0.03134,"22":0.0209,"23":0.0209,"24":0.0209,"25":0.0209,"26":0.07314,"27":3.38515,"5.0-5.4":0.01045,_:"6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0","7.2-7.4":0.01045,"19.0":0.01045},I:{"0":0.05075,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00002,"4.4":0,"4.4.3-4.4.4":0.00006},K:{"0":0.14794,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.01613,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},R:{_:"0"},M:{"0":0.51315},Q:{_:"14.9"},O:{"0":0.01387},H:{"0":0},L:{"0":18.99622}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"50":0.00302,"51":0.00302,"52":0.00604,"53":0.00302,"54":0.00302,"55":0.00302,"56":0.01509,"57":0.00604,"58":0.00302,"59":0.00302,"60":0.00302,"61":0.00302,"62":0.00302,"63":0.00302,"64":0.00302,"65":0.00302,"66":0.00604,"67":0.00302,"72":0.01509,"78":0.00302,"102":0.02113,"103":0.00302,"105":0.00302,"106":0.00302,"107":0.00302,"108":0.00302,"109":0.00302,"110":0.00604,"111":0.00604,"112":0.00302,"115":0.06036,"117":0.03622,"118":0.02716,"123":0.00302,"125":0.00604,"127":0.00302,"128":0.03622,"129":0.00302,"130":0.00302,"131":0.00302,"132":0.01509,"133":0.00905,"134":0.01811,"135":0.1841,"136":0.67,_:"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 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 104 113 114 116 119 120 121 122 124 126 137 138 139 140 3.5 3.6"},D:{"41":0.10563,"48":0.00302,"60":0.00604,"61":0.00604,"62":0.00604,"63":0.00905,"64":0.00905,"65":0.00604,"66":0.00604,"67":0.00905,"68":0.00905,"69":0.00604,"70":0.00905,"71":0.00604,"72":0.00302,"73":0.00905,"74":0.00905,"75":0.00302,"76":0.00302,"77":0.00604,"78":0.00302,"79":0.02113,"80":0.01207,"81":0.01509,"83":0.00302,"84":0.00302,"85":0.00604,"86":0.01509,"87":0.01811,"88":0.00302,"89":0.00302,"90":0.00604,"91":0.01207,"92":0.02414,"93":0.00302,"94":0.00905,"95":0.00302,"96":0.00302,"97":0.00604,"98":0.00905,"99":0.00302,"100":0.02113,"101":0.01811,"102":0.04225,"103":0.0332,"104":0.38932,"105":0.05131,"106":0.05131,"107":0.09356,"108":0.09959,"109":0.34405,"110":0.04225,"111":0.04527,"112":0.06338,"113":0.02414,"114":0.07545,"115":0.02113,"116":0.04829,"117":0.01207,"118":0.01811,"119":0.02113,"120":0.06338,"121":0.06338,"122":0.1177,"123":0.04225,"124":0.23239,"125":0.38932,"126":0.56738,"127":0.84504,"128":0.22031,"129":0.1509,"130":0.1841,"131":0.72734,"132":0.59756,"133":4.93141,"134":8.88801,"135":0.02113,"136":0.02113,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 42 43 44 45 46 47 49 50 51 52 53 54 55 56 57 58 59 137 138"},F:{"46":0.00302,"50":0.00302,"51":0.00604,"52":0.03622,"53":0.00905,"54":0.01207,"55":0.01207,"56":0.01811,"57":0.00604,"58":0.00302,"60":0.00302,"79":0.00302,"85":0.00302,"86":0.00302,"87":0.06338,"88":0.02113,"91":0.00302,"94":0.00302,"95":0.0332,"98":0.00905,"101":0.00905,"102":0.01509,"113":0.00302,"114":0.01207,"115":0.00604,"116":0.09658,"117":0.82391,_:"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 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 89 90 92 93 96 97 99 100 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00604,"100":0.00302,"101":0.01207,"103":0.00604,"104":0.00302,"105":0.01207,"106":0.00905,"107":0.00905,"108":0.01509,"109":0.02716,"110":0.00905,"111":0.02113,"112":0.00905,"113":0.00604,"114":0.01207,"115":0.00604,"116":0.00302,"117":0.05432,"118":0.00604,"119":0.00302,"120":0.01811,"121":0.00905,"122":0.00905,"123":0.00604,"124":0.00604,"125":0.00604,"126":0.01207,"127":0.10865,"128":0.12977,"129":0.05432,"130":0.09959,"131":0.0664,"132":0.04527,"133":0.73941,"134":1.57841,_:"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 102"},E:{"7":0.00302,"8":0.00604,"14":0.00604,"15":0.00302,_:"0 4 5 6 9 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.2-15.3","13.1":0.01207,"14.1":0.01509,"15.1":0.00302,"15.4":0.00604,"15.5":0.00604,"15.6":0.04829,"16.0":0.03622,"16.1":0.01811,"16.2":0.00604,"16.3":0.03018,"16.4":0.02113,"16.5":0.02414,"16.6":0.10865,"17.0":0.01509,"17.1":0.04225,"17.2":0.01207,"17.3":0.00905,"17.4":0.0332,"17.5":0.03923,"17.6":0.12072,"18.0":0.02113,"18.1":0.0664,"18.2":0.0332,"18.3":0.76959,"18.4":0.01207},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00231,"5.0-5.1":0,"6.0-6.1":0.00693,"7.0-7.1":0.00462,"8.1-8.4":0,"9.0-9.2":0.00347,"9.3":0.01618,"10.0-10.2":0.00116,"10.3":0.02658,"11.0-11.2":0.12249,"11.3-11.4":0.00809,"12.0-12.1":0.00462,"12.2-12.5":0.1144,"13.0-13.1":0.00231,"13.2":0.00347,"13.3":0.00462,"13.4-13.7":0.01618,"14.0-14.4":0.04044,"14.5-14.8":0.04853,"15.0-15.1":0.02658,"15.2-15.3":0.02658,"15.4":0.03235,"15.5":0.03698,"15.6-15.8":0.45528,"16.0":0.06471,"16.1":0.13288,"16.2":0.06933,"16.3":0.12017,"16.4":0.02658,"16.5":0.04969,"16.6-16.7":0.53963,"17.0":0.03235,"17.1":0.05778,"17.2":0.04391,"17.3":0.06124,"17.4":0.12249,"17.5":0.2727,"17.6-17.7":0.79153,"18.0":0.22186,"18.1":0.72567,"18.2":0.3247,"18.3":6.78637,"18.4":0.10053},P:{"21":0.01032,"23":0.01032,"24":0.01032,"25":0.01032,"26":0.03096,"27":2.29131,_:"4 20 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":29.47881,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00886,"4.4":0,"4.4.3-4.4.4":0.03249},K:{"0":1.27072,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.00586,"9":0.01758,"10":0.00586,"11":0.36908,_:"6 7 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},R:{_:"0"},M:{"0":0.5027},Q:{"14.9":0.06982},O:{"0":0.35608},H:{"0":0},L:{"0":24.32892}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"128":0.09688,"135":0.57587,"136":0.28525,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 129 130 131 132 133 134 137 138 139 140 3.5 3.6"},D:{"109":0.06458,"114":0.16146,"116":0.16146,"133":0.66737,"134":4.80613,_:"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 110 111 112 113 115 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 135 136 137 138"},F:{"87":2.16356,_:"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 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 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.03229,"117":0.09688,"131":5.82871,"133":0.89341,"134":2.10436,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 118 119 120 121 122 123 124 125 126 127 128 129 130 132"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 15.6 16.0 16.1 16.2 16.3 16.4 16.5 16.6 17.0 17.1 17.2 17.3 17.4 17.5 17.6 18.0 18.1 18.2 18.3 18.4"},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00018,"5.0-5.1":0,"6.0-6.1":0.00054,"7.0-7.1":0.00036,"8.1-8.4":0,"9.0-9.2":0.00027,"9.3":0.00127,"10.0-10.2":0.00009,"10.3":0.00208,"11.0-11.2":0.00959,"11.3-11.4":0.00063,"12.0-12.1":0.00036,"12.2-12.5":0.00896,"13.0-13.1":0.00018,"13.2":0.00027,"13.3":0.00036,"13.4-13.7":0.00127,"14.0-14.4":0.00317,"14.5-14.8":0.0038,"15.0-15.1":0.00208,"15.2-15.3":0.00208,"15.4":0.00253,"15.5":0.0029,"15.6-15.8":0.03566,"16.0":0.00507,"16.1":0.01041,"16.2":0.00543,"16.3":0.00941,"16.4":0.00208,"16.5":0.00389,"16.6-16.7":0.04227,"17.0":0.00253,"17.1":0.00453,"17.2":0.00344,"17.3":0.0048,"17.4":0.00959,"17.5":0.02136,"17.6-17.7":0.062,"18.0":0.01738,"18.1":0.05684,"18.2":0.02543,"18.3":0.53158,"18.4":0.00787},P:{"27":0.03233,_:"4 20 21 22 23 24 25 26 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},K:{"0":0,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},R:{_:"0"},M:{_:"0"},Q:{_:"14.9"},O:{_:"0"},H:{"0":0},L:{"0":80.97364}};
|