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:{"36":0.00306,"47":0.00917,"51":0.00917,"52":0.02444,"57":0.00306,"64":0.00306,"72":0.00306,"73":0.00611,"78":0.00306,"94":0.01222,"103":0.00306,"105":0.00306,"113":0.00611,"115":0.53768,"121":0.00306,"123":0.00306,"125":0.01222,"127":0.00917,"128":0.04277,"131":0.00917,"132":0.00306,"133":0.00611,"134":0.01222,"135":0.23218,"136":0.87068,"137":0.01222,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 40 41 42 43 44 45 46 48 49 50 53 54 55 56 58 59 60 61 62 63 65 66 67 68 69 70 71 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 104 106 107 108 109 110 111 112 114 116 117 118 119 120 122 124 126 129 130 138 139 140 3.5 3.6"},D:{"33":0.00306,"34":0.00306,"38":0.00306,"39":0.00306,"40":0.00306,"41":0.00306,"42":0.00306,"43":0.03361,"44":0.00306,"45":0.00306,"46":0.00306,"47":0.01833,"48":0.00917,"49":0.01528,"50":0.00306,"51":0.00306,"52":0.00306,"53":0.00611,"54":0.00306,"55":0.00306,"56":0.00917,"57":0.00306,"58":0.26579,"59":0.00306,"60":0.00306,"63":0.00306,"66":0.00306,"68":0.00306,"69":0.00611,"70":0.00611,"71":0.00611,"72":0.00306,"73":0.00611,"74":0.00611,"75":0.00306,"76":0.00917,"77":0.00306,"78":0.00611,"79":0.07638,"80":0.01222,"81":0.01528,"83":0.00917,"84":0.00611,"85":0.00917,"86":0.03666,"87":0.07027,"88":0.00306,"89":0.00306,"90":0.00611,"91":0.00611,"92":0.00306,"93":0.00306,"94":0.00611,"95":0.00917,"96":0.00306,"97":0.00611,"98":0.01222,"99":0.00306,"100":0.00306,"101":0.00306,"102":0.00611,"103":0.0275,"104":0.03666,"105":0.00917,"106":0.01528,"107":0.01833,"108":0.05805,"109":2.61203,"110":0.01222,"111":0.01222,"112":0.01528,"113":0.01222,"114":0.0275,"115":0.00306,"116":0.0275,"117":0.00611,"118":0.04277,"119":0.01528,"120":0.0275,"121":0.0275,"122":0.05194,"123":0.05194,"124":0.07638,"125":0.04583,"126":0.04583,"127":0.04277,"128":0.14053,"129":0.04583,"130":0.0611,"131":0.32689,"132":0.26579,"133":5.63953,"134":11.21796,"135":0.03055,"136":0.00917,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 35 36 37 61 62 64 65 67 137 138"},F:{"46":0.00306,"64":0.00306,"72":0.00306,"73":0.00917,"79":0.01222,"81":0.00306,"82":0.0275,"83":0.00306,"84":0.00306,"87":0.00917,"88":0.00611,"90":0.00306,"91":0.00306,"94":0.00306,"95":0.00917,"98":0.00306,"99":0.00306,"100":0.00306,"101":0.00611,"105":0.00306,"106":0.00306,"107":0.00306,"109":0.01222,"111":0.00306,"112":0.00611,"113":0.01833,"114":0.03666,"115":0.00611,"116":0.05194,"117":0.05805,_:"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 65 66 67 68 69 70 71 74 75 76 77 78 80 85 86 89 92 93 96 97 102 103 104 108 110 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00611,"89":0.00306,"92":0.07943,"100":0.00306,"107":0.00306,"108":0.00306,"109":0.04277,"110":0.00306,"113":0.00306,"114":0.02139,"119":0.03666,"120":0.00306,"122":0.00917,"124":0.00306,"125":0.00306,"126":0.00306,"127":0.00306,"128":0.00306,"129":0.00917,"130":0.07943,"131":0.03972,"132":0.03666,"133":0.92261,"134":2.05602,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 111 112 115 116 117 118 121 123"},E:{"4":0.00306,"13":0.00306,"14":0.00306,_:"0 5 6 7 8 9 10 11 12 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 15.1 15.2-15.3 15.4","5.1":0.07332,"12.1":0.00306,"13.1":0.00306,"14.1":0.00611,"15.5":0.00306,"15.6":0.03666,"16.0":0.00306,"16.1":0.00306,"16.2":0.00306,"16.3":0.01222,"16.4":0.00611,"16.5":0.00611,"16.6":0.03361,"17.0":0.00306,"17.1":0.01528,"17.2":0.00306,"17.3":0.00306,"17.4":0.02444,"17.5":0.0275,"17.6":0.0611,"18.0":0.01222,"18.1":0.03361,"18.2":0.02139,"18.3":0.26884,"18.4":0.00917},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00171,"5.0-5.1":0,"6.0-6.1":0.00512,"7.0-7.1":0.00341,"8.1-8.4":0,"9.0-9.2":0.00256,"9.3":0.01194,"10.0-10.2":0.00085,"10.3":0.01962,"11.0-11.2":0.09041,"11.3-11.4":0.00597,"12.0-12.1":0.00341,"12.2-12.5":0.08444,"13.0-13.1":0.00171,"13.2":0.00256,"13.3":0.00341,"13.4-13.7":0.01194,"14.0-14.4":0.02985,"14.5-14.8":0.03582,"15.0-15.1":0.01962,"15.2-15.3":0.01962,"15.4":0.02388,"15.5":0.0273,"15.6-15.8":0.33607,"16.0":0.04777,"16.1":0.09809,"16.2":0.05118,"16.3":0.08871,"16.4":0.01962,"16.5":0.03668,"16.6-16.7":0.39834,"17.0":0.02388,"17.1":0.04265,"17.2":0.03241,"17.3":0.04521,"17.4":0.09041,"17.5":0.2013,"17.6-17.7":0.58428,"18.0":0.16377,"18.1":0.53566,"18.2":0.23968,"18.3":5.00949,"18.4":0.07421},P:{"4":0.15567,"20":0.01038,"21":0.02076,"22":0.04151,"23":0.04151,"24":0.04151,"25":0.06227,"26":0.17642,"27":1.86801,"5.0-5.4":0.01038,"6.2-6.4":0.02076,"7.2-7.4":0.08302,_:"8.2 9.2 10.1 12.0 14.0 15.0","11.1-11.2":0.01038,"13.0":0.01038,"16.0":0.02076,"17.0":0.02076,"18.0":0.01038,"19.0":0.01038},I:{"0":0.07625,"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.00008},K:{"0":0.46927,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.0096,"9":0.0064,"10":0.0064,"11":0.2495,_:"6 7 5.5"},S:{"2.5":0.00695,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},R:{_:"0"},M:{"0":0.18754},Q:{_:"14.9"},O:{"0":0.44454},H:{"0":0.01},L:{"0":58.24404}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"53":0.16571,"72":0.22095,"94":0.01578,"106":0.07102,"115":0.23673,"127":0.07102,"128":0.01578,"132":0.29986,"133":0.06313,"135":0.3551,"136":1.29412,"137":0.16571,_:"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 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 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 129 130 131 134 138 139 140 3.5 3.6"},D:{"81":0.18149,"83":0.01578,"98":0.06313,"109":4.91609,"120":0.01578,"122":0.0868,"123":0.03156,"124":0.01578,"125":0.01578,"126":0.04735,"128":0.14993,"129":0.10258,"130":0.16571,"131":0.63917,"132":0.38666,"133":23.57831,"134":16.9262,_:"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 84 85 86 87 88 89 90 91 92 93 94 95 96 97 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 121 127 135 136 137 138"},F:{"91":0.03156,"95":0.01578,"116":0.10258,"117":0.31564,_:"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 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.03156,"84":0.14993,"92":0.75754,"106":0.01578,"109":0.07102,"111":0.04735,"128":3.19586,"129":0.01578,"130":0.10258,"131":0.06313,"132":0.7891,"133":10.54238,"134":10.70809,_:"12 13 14 15 16 17 79 80 81 83 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 107 108 110 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 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 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.4","18.3":0.11837},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00014,"5.0-5.1":0,"6.0-6.1":0.00043,"7.0-7.1":0.00029,"8.1-8.4":0,"9.0-9.2":0.00021,"9.3":0.001,"10.0-10.2":0.00007,"10.3":0.00164,"11.0-11.2":0.00757,"11.3-11.4":0.0005,"12.0-12.1":0.00029,"12.2-12.5":0.00707,"13.0-13.1":0.00014,"13.2":0.00021,"13.3":0.00029,"13.4-13.7":0.001,"14.0-14.4":0.0025,"14.5-14.8":0.003,"15.0-15.1":0.00164,"15.2-15.3":0.00164,"15.4":0.002,"15.5":0.00229,"15.6-15.8":0.02816,"16.0":0.004,"16.1":0.00822,"16.2":0.00429,"16.3":0.00743,"16.4":0.00164,"16.5":0.00307,"16.6-16.7":0.03337,"17.0":0.002,"17.1":0.00357,"17.2":0.00272,"17.3":0.00379,"17.4":0.00757,"17.5":0.01686,"17.6-17.7":0.04895,"18.0":0.01372,"18.1":0.04488,"18.2":0.02008,"18.3":0.41969,"18.4":0.00622},P:{"27":0.01031,_:"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 18.0 19.0","17.0":0.27848},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.52332,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.04735,_:"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.01476},Q:{_:"14.9"},O:{"0":0.27404},H:{"0":0.01},L:{"0":20.26866}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"4":0.00391,"48":0.00391,"50":0.00391,"52":0.01953,"56":0.00391,"59":0.01172,"78":0.01953,"87":0.00391,"88":0.00391,"92":0.00391,"100":0.00391,"103":0.00391,"107":0.00391,"108":0.00391,"109":0.00781,"113":0.00781,"114":0.00391,"115":0.17963,"122":0.00391,"124":0.00391,"125":0.00781,"126":0.00391,"127":0.00391,"128":0.0781,"129":0.00391,"130":0.00391,"131":0.01172,"132":0.02343,"133":0.01562,"134":0.02343,"135":0.4647,"136":1.39018,"137":0.00781,_:"2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 51 53 54 55 57 58 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 89 90 91 93 94 95 96 97 98 99 101 102 104 105 106 110 111 112 116 117 118 119 120 121 123 138 139 140 3.5 3.6"},D:{"43":0.00391,"46":0.00391,"49":0.02734,"58":0.00391,"66":0.04296,"73":0.00391,"75":0.03905,"76":0.00391,"79":0.02343,"80":0.00781,"81":0.00391,"83":0.00391,"84":0.00391,"85":0.00391,"86":0.00391,"87":0.03515,"88":0.00781,"89":0.00391,"90":0.00781,"91":0.00781,"92":0.00391,"93":0.00391,"94":0.00781,"95":0.00391,"96":0.00391,"97":0.00391,"98":0.00391,"99":0.00391,"100":0.00391,"102":0.00781,"103":0.05858,"104":0.03905,"105":0.00781,"106":0.01953,"107":0.01953,"108":0.02734,"109":0.91768,"110":0.03124,"111":0.01562,"112":0.01953,"113":0.00781,"114":0.01953,"115":0.00391,"116":0.12496,"117":0.00391,"118":0.01562,"119":0.04296,"120":0.03905,"121":0.05467,"122":0.09763,"123":0.04686,"124":0.07029,"125":0.03515,"126":0.11715,"127":0.03515,"128":0.1523,"129":0.05858,"130":0.10544,"131":0.42565,"132":0.65214,"133":8.19269,"134":14.17515,"135":0.01172,"136":0.00391,_:"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 47 48 50 51 52 53 54 55 56 57 59 60 61 62 63 64 65 67 68 69 70 71 72 74 77 78 101 137 138"},F:{"46":0.00391,"87":0.01562,"88":0.00781,"95":0.01953,"102":0.00391,"107":0.00391,"114":0.00391,"116":0.35926,"117":1.03092,_:"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 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.00781,"92":0.00391,"101":0.00391,"107":0.00391,"108":0.00391,"109":0.04296,"110":0.00391,"114":0.00391,"119":0.00391,"120":0.00391,"121":0.00391,"122":0.01953,"124":0.00781,"125":0.00391,"126":0.01562,"127":0.00391,"128":0.00391,"129":0.01172,"130":0.01562,"131":0.04296,"132":0.06248,"133":1.14417,"134":2.58902,_:"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 102 103 104 105 106 111 112 113 115 116 117 118 123"},E:{"13":0.00391,"14":0.02343,"15":0.00391,_:"0 4 5 6 7 8 9 10 11 12 3.1 3.2 5.1 6.1 7.1 9.1 10.1","11.1":0.01172,"12.1":0.00781,"13.1":0.04686,"14.1":0.04296,"15.1":0.00781,"15.2-15.3":0.00781,"15.4":0.01562,"15.5":0.01953,"15.6":0.17573,"16.0":0.03905,"16.1":0.02343,"16.2":0.02343,"16.3":0.03905,"16.4":0.01562,"16.5":0.02734,"16.6":0.21868,"17.0":0.01953,"17.1":0.13277,"17.2":0.02734,"17.3":0.02734,"17.4":0.05467,"17.5":0.08982,"17.6":0.26945,"18.0":0.05858,"18.1":0.13277,"18.2":0.05467,"18.3":1.37847,"18.4":0.02343},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00253,"5.0-5.1":0,"6.0-6.1":0.0076,"7.0-7.1":0.00507,"8.1-8.4":0,"9.0-9.2":0.0038,"9.3":0.01774,"10.0-10.2":0.00127,"10.3":0.02914,"11.0-11.2":0.13432,"11.3-11.4":0.00887,"12.0-12.1":0.00507,"12.2-12.5":0.12545,"13.0-13.1":0.00253,"13.2":0.0038,"13.3":0.00507,"13.4-13.7":0.01774,"14.0-14.4":0.04435,"14.5-14.8":0.05322,"15.0-15.1":0.02914,"15.2-15.3":0.02914,"15.4":0.03548,"15.5":0.04055,"15.6-15.8":0.49926,"16.0":0.07096,"16.1":0.14572,"16.2":0.07603,"16.3":0.13178,"16.4":0.02914,"16.5":0.05449,"16.6-16.7":0.59176,"17.0":0.03548,"17.1":0.06336,"17.2":0.04815,"17.3":0.06716,"17.4":0.13432,"17.5":0.29905,"17.6-17.7":0.868,"18.0":0.24329,"18.1":0.79577,"18.2":0.35607,"18.3":7.44197,"18.4":0.11024},P:{"4":0.05165,"20":0.01033,"21":0.02066,"22":0.02066,"23":0.03099,"24":0.04132,"25":0.03099,"26":0.08264,"27":2.20022,"5.0-5.4":0.01033,_:"6.2-6.4 8.2 9.2 10.1 12.0 14.0 15.0 18.0","7.2-7.4":0.01033,"11.1-11.2":0.01033,"13.0":0.02066,"16.0":0.01033,"17.0":0.01033,"19.0":0.01033},I:{"0":0.03041,"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.3657,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.05858,_:"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.34742},Q:{_:"14.9"},O:{"0":0.03048},H:{"0":0},L:{"0":46.1359}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"52":0.00243,"60":0.00486,"66":0.00243,"68":0.00243,"72":0.00243,"77":0.14817,"78":0.01457,"84":0.00486,"89":0.00486,"95":0.02915,"97":0.00486,"102":0.00243,"103":0.00243,"108":0.01215,"110":0.04129,"112":0.00486,"113":0.00486,"115":0.21618,"121":0.00972,"122":0.00243,"127":0.00972,"128":0.02186,"130":0.00243,"131":0.017,"132":0.00729,"133":0.00729,"134":0.02429,"135":0.28419,"136":1.00804,"137":0.03401,_:"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 61 62 63 64 65 67 69 70 71 73 74 75 76 79 80 81 82 83 85 86 87 88 90 91 92 93 94 96 98 99 100 101 104 105 106 107 109 111 114 116 117 118 119 120 123 124 125 126 129 138 139 140 3.5 3.6"},D:{"11":0.00243,"38":0.00243,"40":0.00243,"42":0.00243,"43":0.00972,"48":0.00243,"49":0.00486,"50":0.00972,"53":0.00243,"55":0.00243,"56":0.00486,"58":0.00243,"63":0.00729,"64":0.00729,"65":0.00243,"66":0.00486,"67":0.00243,"68":0.00729,"69":0.00486,"70":0.00243,"71":0.00243,"72":0.00243,"73":0.02915,"74":0.00243,"75":0.00486,"76":0.00729,"77":0.00972,"79":0.0923,"80":0.01215,"81":0.01457,"83":0.01215,"84":0.017,"85":0.00243,"86":0.00729,"87":0.03886,"88":0.00972,"89":0.00243,"90":0.00243,"91":0.00729,"93":0.05101,"94":0.00729,"95":0.02915,"96":0.02672,"98":0.04615,"99":0.00243,"100":0.00243,"101":0.01457,"102":0.00486,"103":0.07287,"104":0.00243,"105":0.00243,"106":0.00729,"107":0.00243,"108":0.00729,"109":1.49384,"110":0.00729,"111":0.017,"113":0.00243,"114":0.03886,"115":0.00729,"116":0.017,"117":0.00243,"118":0.02672,"119":0.05344,"120":0.02429,"121":0.06315,"122":0.03401,"123":0.03158,"124":0.03401,"125":0.05101,"126":0.03158,"127":0.04372,"128":0.03644,"129":0.03886,"130":0.06801,"131":0.17246,"132":0.17489,"133":4.38677,"134":6.97123,"135":0.04615,"136":0.00729,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 41 44 45 46 47 51 52 54 57 59 60 61 62 78 92 97 112 137 138"},F:{"79":0.017,"82":0.00243,"85":0.00486,"86":0.00243,"87":0.00243,"88":0.00243,"95":0.03158,"114":0.00243,"115":0.00243,"116":0.03401,"117":0.63154,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 83 84 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.00243,"13":0.00729,"14":0.00243,"15":0.01457,"16":0.00486,"17":0.01215,"18":0.02186,"90":0.00243,"92":0.02672,"100":0.00243,"109":0.01457,"112":0.00243,"114":0.00486,"115":0.00243,"121":0.00243,"122":0.00243,"123":0.00243,"124":0.00243,"125":0.00729,"126":0.00486,"127":0.00729,"128":0.00486,"129":0.00972,"130":0.02429,"131":0.04129,"132":0.08259,"133":0.68498,"134":1.29466,_:"79 80 81 83 84 85 86 87 88 89 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 113 116 117 118 119 120"},E:{"7":0.00243,"13":0.00486,_:"0 4 5 6 8 9 10 11 12 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.1 15.2-15.3 16.0 16.2 16.3 16.4 16.5 17.0 17.2 17.4 18.4","12.1":0.00729,"13.1":0.00486,"14.1":0.00243,"15.4":0.00243,"15.5":0.00243,"15.6":0.01215,"16.1":0.00243,"16.6":0.00729,"17.1":0.00729,"17.3":0.00243,"17.5":0.02672,"17.6":0.01215,"18.0":0.00243,"18.1":0.00243,"18.2":0.00243,"18.3":0.01215},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00042,"5.0-5.1":0,"6.0-6.1":0.00127,"7.0-7.1":0.00085,"8.1-8.4":0,"9.0-9.2":0.00064,"9.3":0.00297,"10.0-10.2":0.00021,"10.3":0.00488,"11.0-11.2":0.02247,"11.3-11.4":0.00148,"12.0-12.1":0.00085,"12.2-12.5":0.02099,"13.0-13.1":0.00042,"13.2":0.00064,"13.3":0.00085,"13.4-13.7":0.00297,"14.0-14.4":0.00742,"14.5-14.8":0.0089,"15.0-15.1":0.00488,"15.2-15.3":0.00488,"15.4":0.00594,"15.5":0.00678,"15.6-15.8":0.08352,"16.0":0.01187,"16.1":0.02438,"16.2":0.01272,"16.3":0.02205,"16.4":0.00488,"16.5":0.00912,"16.6-16.7":0.099,"17.0":0.00594,"17.1":0.0106,"17.2":0.00806,"17.3":0.01124,"17.4":0.02247,"17.5":0.05003,"17.6-17.7":0.14521,"18.0":0.0407,"18.1":0.13313,"18.2":0.05957,"18.3":1.24501,"18.4":0.01844},P:{"4":0.22403,"20":0.01067,"21":0.01067,"22":0.032,"23":0.02134,"24":0.05334,"25":0.08535,"26":0.13869,"27":0.29871,_:"5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0","7.2-7.4":0.12802,"13.0":0.04267,"14.0":0.01067,"15.0":0.04267,"16.0":0.01067,"17.0":0.04267,"18.0":0.01067,"19.0":0.01067},I:{"0":0.09822,"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":0.71407,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00243,_:"6 7 8 9 10 5.5"},S:{"2.5":0.03786,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},R:{_:"0"},M:{"0":0.12114},Q:{"14.9":0.00757},O:{"0":0.09842},H:{"0":0.52},L:{"0":74.59496}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"50":0.06067,"51":0.02427,"52":0.06067,"53":6.87391,"55":0.15168,"56":0.02427,"60":0.00607,"72":0.02427,"75":0.00607,"78":0.00607,"91":0.00607,"94":0.01213,"103":0.01213,"105":0.00607,"107":0.00607,"108":0.00607,"109":0.00607,"110":0.00607,"111":0.04854,"113":0.00607,"115":0.21841,"125":0.00607,"127":0.00607,"128":0.33369,"129":0.00607,"130":0.00607,"132":0.00607,"133":0.03034,"134":0.0546,"135":0.74624,"136":2.34793,"137":0.00607,_:"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 54 57 58 59 61 62 63 64 65 66 67 68 69 70 71 73 74 76 77 79 80 81 82 83 84 85 86 87 88 89 90 92 93 95 96 97 98 99 100 101 102 104 106 112 114 116 117 118 119 120 121 122 123 124 126 131 138 139 140 3.5 3.6"},D:{"38":0.00607,"42":0.00607,"48":0.00607,"52":0.0728,"66":0.04247,"70":0.00607,"71":0.0182,"73":0.00607,"78":0.00607,"79":0.02427,"80":0.00607,"81":0.01213,"85":0.01213,"87":0.09707,"88":0.00607,"91":0.54603,"92":0.00607,"93":0.02427,"94":0.0364,"95":0.00607,"96":0.03034,"99":0.00607,"100":0.0182,"102":0.01213,"103":0.0364,"104":0.15168,"105":0.0182,"106":0.0364,"107":0.04247,"108":0.0546,"109":0.39436,"110":0.03034,"111":0.04247,"112":0.04854,"113":0.0364,"114":0.0364,"115":0.13954,"116":0.09707,"117":0.00607,"118":0.01213,"119":0.0182,"120":0.0546,"121":0.04854,"122":0.0546,"123":0.10314,"124":0.07887,"125":0.50963,"126":0.5521,"127":0.17594,"128":0.14561,"129":1.38934,"130":0.12741,"131":2.58454,"132":2.56027,"133":10.47164,"134":18.40728,"135":0.11527,_:"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 43 44 45 46 47 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 67 68 69 72 74 75 76 77 83 84 86 89 90 97 98 101 136 137 138"},F:{"68":0.01213,"87":0.01213,"88":0.00607,"91":0.00607,"95":0.02427,"114":0.00607,"115":0.00607,"116":0.31548,"117":1.11633,_:"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 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 89 90 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:{"16":0.00607,"17":0.00607,"18":0.0182,"106":0.00607,"107":0.00607,"108":0.00607,"109":0.03034,"110":0.00607,"112":0.01213,"126":0.00607,"127":0.01213,"130":0.04247,"131":0.03034,"132":0.06674,"133":1.177,"134":2.74228,_:"12 13 14 15 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 111 113 114 115 116 117 118 119 120 121 122 123 124 125 128 129"},E:{"13":0.00607,"14":0.00607,"15":0.00607,_:"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 15.2-15.3","12.1":0.00607,"13.1":0.0364,"14.1":0.0182,"15.1":0.00607,"15.4":0.00607,"15.5":0.02427,"15.6":0.10314,"16.0":0.0364,"16.1":0.0182,"16.2":0.01213,"16.3":0.02427,"16.4":0.01213,"16.5":0.02427,"16.6":0.16381,"17.0":0.00607,"17.1":0.13347,"17.2":0.0182,"17.3":0.01213,"17.4":0.0546,"17.5":0.0728,"17.6":0.27302,"18.0":0.07887,"18.1":0.12134,"18.2":0.0546,"18.3":1.11633,"18.4":0.0182},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.002,"5.0-5.1":0,"6.0-6.1":0.00599,"7.0-7.1":0.00399,"8.1-8.4":0,"9.0-9.2":0.003,"9.3":0.01398,"10.0-10.2":0.001,"10.3":0.02297,"11.0-11.2":0.10585,"11.3-11.4":0.00699,"12.0-12.1":0.00399,"12.2-12.5":0.09886,"13.0-13.1":0.002,"13.2":0.003,"13.3":0.00399,"13.4-13.7":0.01398,"14.0-14.4":0.03495,"14.5-14.8":0.04194,"15.0-15.1":0.02297,"15.2-15.3":0.02297,"15.4":0.02796,"15.5":0.03195,"15.6-15.8":0.39344,"16.0":0.05592,"16.1":0.11484,"16.2":0.05992,"16.3":0.10385,"16.4":0.02297,"16.5":0.04294,"16.6-16.7":0.46634,"17.0":0.02796,"17.1":0.04993,"17.2":0.03795,"17.3":0.05293,"17.4":0.10585,"17.5":0.23567,"17.6-17.7":0.68403,"18.0":0.19173,"18.1":0.62711,"18.2":0.2806,"18.3":5.86471,"18.4":0.08688},P:{"4":0.01065,"20":0.01065,"21":0.03196,"22":0.04261,"23":0.04261,"24":0.06392,"25":0.06392,"26":0.09588,"27":2.03478,_:"5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 15.0 16.0","14.0":0.01065,"17.0":0.01065,"18.0":0.01065,"19.0":0.01065},I:{"0":0.02747,"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.55455,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.02629,"9":0.00876,"10":0.00876,"11":0.03505,_:"6 7 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},R:{_:"0"},M:{"0":0.7748},Q:{"14.9":0.00393},O:{"0":0.10619},H:{"0":0},L:{"0":25.58975}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"7":0.00934,"72":0.00311,"110":0.00934,"112":0.00311,"114":0.00623,"115":0.0965,"121":0.00311,"122":0.00311,"124":0.00623,"126":0.00311,"127":0.02179,"128":0.00934,"130":0.00311,"132":0.00934,"134":0.00623,"135":0.33309,"136":1.39151,"137":0.02802,_:"2 3 4 5 6 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 111 113 116 117 118 119 120 123 125 129 131 133 138 139 140 3.5 3.6"},D:{"39":0.00623,"40":0.00623,"41":0.00311,"42":0.00623,"43":0.00311,"44":0.00311,"45":0.00311,"46":0.00311,"47":0.00623,"48":0.00311,"49":0.00311,"50":0.00623,"51":0.00623,"52":0.00311,"53":0.00623,"54":0.00623,"55":0.00311,"56":0.00311,"57":0.00311,"58":0.00311,"59":0.00311,"60":0.00311,"68":0.00311,"70":0.00311,"73":0.00934,"74":0.00311,"76":0.00311,"77":0.00311,"79":0.05603,"81":0.00623,"83":0.02802,"86":0.00623,"87":0.16499,"88":0.14631,"90":0.00311,"91":0.00623,"93":0.00934,"94":0.00623,"97":0.00311,"99":0.00311,"100":0.00623,"103":0.01868,"105":0.04981,"107":0.01245,"108":0.00934,"109":0.29262,"111":0.03113,"113":0.00623,"114":0.00311,"116":0.04981,"117":0.00311,"119":0.00311,"120":0.00623,"121":0.00311,"122":0.04047,"123":0.01245,"124":0.01557,"125":0.02179,"126":0.01868,"127":0.01245,"128":0.03736,"129":0.01557,"130":0.03424,"131":0.18055,"132":0.20857,"133":4.6944,"134":9.82152,"135":0.00934,"136":0.00311,_:"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 64 65 66 67 69 71 72 75 78 80 84 85 89 92 95 96 98 101 102 104 106 110 112 115 118 137 138"},F:{"46":0.00623,"87":0.01245,"88":0.02179,"115":0.0965,"116":0.06537,"117":0.21791,_:"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 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"15":0.00311,"18":0.00623,"90":0.00311,"92":0.01868,"100":0.0249,"109":0.01245,"113":0.00311,"114":0.00311,"116":0.00623,"117":0.00311,"119":0.00311,"121":0.00623,"122":0.00623,"123":0.00311,"124":0.01245,"126":0.01868,"127":0.00623,"128":0.01245,"129":0.01245,"130":0.01868,"131":0.06849,"132":0.15254,"133":2.20712,"134":4.78468,_:"12 13 14 16 17 79 80 81 83 84 85 86 87 88 89 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 115 118 120 125"},E:{"14":0.00623,_:"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","13.1":0.00311,"14.1":0.01245,"15.1":0.00311,"15.2-15.3":0.00311,"15.4":0.00623,"15.5":0.00311,"15.6":0.19301,"16.0":0.00934,"16.1":0.01868,"16.2":0.00311,"16.3":0.01868,"16.4":0.01245,"16.5":0.05292,"16.6":0.22102,"17.0":0.03113,"17.1":0.01868,"17.2":0.00934,"17.3":0.01245,"17.4":0.01557,"17.5":0.09962,"17.6":0.20857,"18.0":0.02802,"18.1":0.11518,"18.2":0.11207,"18.3":1.00861,"18.4":0.03424},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00162,"5.0-5.1":0,"6.0-6.1":0.00486,"7.0-7.1":0.00324,"8.1-8.4":0,"9.0-9.2":0.00243,"9.3":0.01133,"10.0-10.2":0.00081,"10.3":0.01861,"11.0-11.2":0.08578,"11.3-11.4":0.00566,"12.0-12.1":0.00324,"12.2-12.5":0.08011,"13.0-13.1":0.00162,"13.2":0.00243,"13.3":0.00324,"13.4-13.7":0.01133,"14.0-14.4":0.02832,"14.5-14.8":0.03399,"15.0-15.1":0.01861,"15.2-15.3":0.01861,"15.4":0.02266,"15.5":0.0259,"15.6-15.8":0.31883,"16.0":0.04532,"16.1":0.09306,"16.2":0.04855,"16.3":0.08416,"16.4":0.01861,"16.5":0.0348,"16.6-16.7":0.37791,"17.0":0.02266,"17.1":0.04046,"17.2":0.03075,"17.3":0.04289,"17.4":0.08578,"17.5":0.19098,"17.6-17.7":0.55432,"18.0":0.15537,"18.1":0.50819,"18.2":0.22739,"18.3":4.75256,"18.4":0.0704},P:{"4":0.11573,"20":0.01052,"21":0.02104,"22":0.09469,"23":0.05261,"24":0.16834,"25":0.14729,"26":0.41032,"27":4.12425,_:"5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0 18.0","7.2-7.4":0.11573,"13.0":0.01052,"16.0":0.01052,"17.0":0.01052,"19.0":0.03156},I:{"0":0.02749,"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.30992,_:"10 11 12 11.1 11.5 12.1"},A:{"10":0.00478,"11":0.12908,_:"6 7 8 9 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},R:{_:"0"},M:{"0":0.17218},Q:{"14.9":0.26859},O:{"0":0.26171},H:{"0":0},L:{"0":56.50486}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"108":0.62678,"109":0.04029,"114":0.25071,"115":1.33862,"118":0.08506,"119":0.04029,"121":0.04029,"122":0.04029,"128":0.04029,"130":14.35326,"133":0.04029,"134":0.04029,"135":0.75214,"136":0.87749,_:"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 110 111 112 113 116 117 120 123 124 125 126 127 129 131 132 137 138 139 140 3.5 3.6"},D:{"50":0.04029,"87":0.04029,"109":0.29101,"120":0.12536,"125":0.04029,"129":0.04029,"133":2.84737,"134":5.14855,_:"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 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 110 111 112 113 114 115 116 117 118 119 121 122 123 124 126 127 128 130 131 132 135 136 137 138"},F:{"117":1.37892,_:"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 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"91":0.08506,"92":0.54172,"105":0.04029,"109":0.08506,"110":0.04029,"114":0.46113,"116":0.16565,"117":0.87749,"118":0.79691,"120":0.04029,"122":0.04029,"124":0.12536,"127":0.04029,"131":0.16565,"132":0.12536,"133":2.38624,"134":3.6398,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 93 94 95 96 97 98 99 100 101 102 103 104 106 107 108 111 112 113 115 119 121 123 125 126 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 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 17.3 17.4 17.5 18.0 18.2 18.4","15.6":1.42369,"16.6":0.04029,"17.1":0.04029,"17.6":0.29101,"18.1":0.08506,"18.3":2.17582},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00351,"5.0-5.1":0,"6.0-6.1":0.01054,"7.0-7.1":0.00703,"8.1-8.4":0,"9.0-9.2":0.00527,"9.3":0.0246,"10.0-10.2":0.00176,"10.3":0.04041,"11.0-11.2":0.18623,"11.3-11.4":0.0123,"12.0-12.1":0.00703,"12.2-12.5":0.17393,"13.0-13.1":0.00351,"13.2":0.00527,"13.3":0.00703,"13.4-13.7":0.0246,"14.0-14.4":0.06149,"14.5-14.8":0.07379,"15.0-15.1":0.04041,"15.2-15.3":0.04041,"15.4":0.04919,"15.5":0.05622,"15.6-15.8":0.69221,"16.0":0.09838,"16.1":0.20204,"16.2":0.10541,"16.3":0.18271,"16.4":0.04041,"16.5":0.07555,"16.6-16.7":0.82046,"17.0":0.04919,"17.1":0.08784,"17.2":0.06676,"17.3":0.09311,"17.4":0.18623,"17.5":0.41462,"17.6-17.7":1.20345,"18.0":0.33732,"18.1":1.10331,"18.2":0.49368,"18.3":10.31808,"18.4":0.15285},P:{"21":0.04079,"25":0.04079,"27":13.99102,_:"4 20 22 23 24 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":0.5523},Q:{_:"14.9"},O:{_:"0"},H:{"0":0},L:{"0":24.91405}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"127":0.01084,"134":0.15175,"135":0.68647,"136":1.15255,_:"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 128 129 130 131 132 133 137 138 139 140 3.5 3.6"},D:{"39":0.02168,"40":0.01084,"41":0.01084,"46":0.01084,"49":0.01084,"50":0.01084,"52":0.02168,"54":0.01084,"57":0.01084,"59":0.01084,"74":0.01084,"76":0.01084,"84":0.02168,"93":0.03613,"94":0.02168,"95":0.01084,"103":0.22039,"109":3.59132,"124":0.01084,"128":0.01084,"131":0.10478,"132":0.29265,"133":3.73223,"134":7.27658,_:"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 47 48 51 53 55 56 58 60 61 62 63 64 65 66 67 68 69 70 71 72 73 75 77 78 79 80 81 83 85 86 87 88 89 90 91 92 96 97 98 99 100 101 102 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 122 123 125 126 127 129 130 135 136 137 138"},F:{"116":0.76957,"117":0.45524,_:"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:{"100":0.01084,"109":0.01084,"112":0.03613,"122":0.06865,"123":0.02168,"126":0.01084,"128":0.04697,"129":0.01084,"130":0.02168,"131":0.06865,"132":0.03613,"133":5.37614,"134":5.11962,_:"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 113 114 115 116 117 118 119 120 121 124 125 127"},E:{"14":0.02168,_:"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 15.1 15.2-15.3 15.4 15.5 16.2 16.4 17.0 17.1 17.2 17.3 18.0","12.1":0.02168,"13.1":0.06865,"14.1":0.01084,"15.6":0.03613,"16.0":0.02168,"16.1":0.09394,"16.3":0.02168,"16.5":0.06865,"16.6":0.16259,"17.4":0.05781,"17.5":0.10478,"17.6":0.20955,"18.1":0.23485,"18.2":0.01084,"18.3":1.87876,"18.4":0.02168},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.00404,"7.0-7.1":0.0027,"8.1-8.4":0,"9.0-9.2":0.00202,"9.3":0.00943,"10.0-10.2":0.00067,"10.3":0.0155,"11.0-11.2":0.07143,"11.3-11.4":0.00472,"12.0-12.1":0.0027,"12.2-12.5":0.06671,"13.0-13.1":0.00135,"13.2":0.00202,"13.3":0.0027,"13.4-13.7":0.00943,"14.0-14.4":0.02358,"14.5-14.8":0.0283,"15.0-15.1":0.0155,"15.2-15.3":0.0155,"15.4":0.01887,"15.5":0.02156,"15.6-15.8":0.26549,"16.0":0.03773,"16.1":0.07749,"16.2":0.04043,"16.3":0.07008,"16.4":0.0155,"16.5":0.02897,"16.6-16.7":0.31468,"17.0":0.01887,"17.1":0.03369,"17.2":0.02561,"17.3":0.03571,"17.4":0.07143,"17.5":0.15902,"17.6-17.7":0.46157,"18.0":0.12938,"18.1":0.42316,"18.2":0.18935,"18.3":3.95739,"18.4":0.05862},P:{"22":0.11032,"24":0.0331,"25":0.02206,"26":0.02206,"27":0.90463,_:"4 20 21 23 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0.01275,"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":0.72173,_:"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.0511},Q:{_:"14.9"},O:{"0":0.82392},H:{"0":0},L:{"0":57.31094}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"115":0.02516,"127":0.00419,"128":0.59541,"135":0.31448,"136":2.54096,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 129 130 131 132 133 134 137 138 139 140 3.5 3.6"},D:{"49":0.02097,"52":0.00419,"70":0.22223,"76":0.01258,"79":0.00419,"87":0.03354,"88":0.01677,"101":0.03774,"103":0.07547,"105":0.10483,"107":0.239,"108":0.5996,"109":1.63108,"110":0.29351,"111":0.32705,"112":0.20546,"116":0.03774,"121":0.00839,"122":0.00839,"123":0.00419,"125":0.00839,"126":0.24739,"127":0.02935,"128":0.1216,"129":0.00839,"130":0.06709,"131":0.20965,"132":0.48639,"133":5.29995,"134":6.20145,"135":0.00419,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 71 72 73 74 75 77 78 80 81 83 84 85 86 89 90 91 92 93 94 95 96 97 98 99 100 102 104 106 113 114 115 117 118 119 120 124 136 137 138"},F:{"46":0.00419,"116":0.28093,"117":0.34383,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 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:{"92":0.00419,"108":0.37737,"109":0.14676,"110":0.05032,"114":0.00419,"119":0.02097,"124":0.00839,"131":0.02516,"132":0.01677,"133":1.29144,"134":3.06508,_:"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 111 112 113 115 116 117 118 120 121 122 123 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 15.2-15.3","13.1":0.00419,"14.1":0.09225,"15.1":0.00419,"15.4":0.13837,"15.5":0.11321,"15.6":0.86376,"16.0":0.03354,"16.1":0.12998,"16.2":0.38576,"16.3":0.36479,"16.4":0.0587,"16.5":0.08386,"16.6":1.60173,"17.0":0.01677,"17.1":1.28306,"17.2":0.13837,"17.3":0.1174,"17.4":0.15933,"17.5":0.36898,"17.6":1.29983,"18.0":0.14676,"18.1":0.60799,"18.2":0.20546,"18.3":7.07359,"18.4":0.04193},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00966,"5.0-5.1":0,"6.0-6.1":0.02899,"7.0-7.1":0.01932,"8.1-8.4":0,"9.0-9.2":0.01449,"9.3":0.06763,"10.0-10.2":0.00483,"10.3":0.11111,"11.0-11.2":0.51207,"11.3-11.4":0.03382,"12.0-12.1":0.01932,"12.2-12.5":0.47825,"13.0-13.1":0.00966,"13.2":0.01449,"13.3":0.01932,"13.4-13.7":0.06763,"14.0-14.4":0.16908,"14.5-14.8":0.2029,"15.0-15.1":0.11111,"15.2-15.3":0.11111,"15.4":0.13526,"15.5":0.15459,"15.6-15.8":1.90335,"16.0":0.27053,"16.1":0.55555,"16.2":0.28985,"16.3":0.50241,"16.4":0.11111,"16.5":0.20773,"16.6-16.7":2.256,"17.0":0.13526,"17.1":0.24154,"17.2":0.18357,"17.3":0.25603,"17.4":0.51207,"17.5":1.14008,"17.6-17.7":3.30913,"18.0":0.92752,"18.1":3.03377,"18.2":1.35747,"18.3":28.37154,"18.4":0.42028},P:{"4":0.02082,"26":0.07288,"27":1.62417,_:"20 21 22 23 24 25 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 17.0","16.0":0.01041,"18.0":0.01041,"19.0":0.01041},I:{"0":0.04636,"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.01161,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00419,_:"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.09872},Q:{_:"14.9"},O:{"0":0.00581},H:{"0":0},L:{"0":8.07294}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"48":0.0071,"52":0.02842,"54":0.01421,"56":0.00355,"59":0.03197,"68":0.00355,"75":0.01421,"78":0.03197,"88":0.00355,"91":0.01066,"93":0.01066,"94":0.04973,"96":0.0071,"102":0.01421,"103":0.00355,"105":0.00355,"106":0.00355,"107":0.0071,"108":0.00355,"109":0.00355,"110":0.00355,"111":0.00355,"112":0.00355,"113":0.0071,"115":0.444,"116":0.00355,"120":0.00355,"121":0.00355,"123":0.00355,"124":0.00355,"125":0.01421,"126":0.00355,"127":0.0071,"128":0.2735,"129":0.00355,"130":0.0071,"131":0.01066,"132":0.01066,"133":0.02842,"134":0.03907,"135":0.75658,"136":2.74925,"137":0.0071,_:"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 55 57 58 60 61 62 63 64 65 66 67 69 70 71 72 73 74 76 77 79 80 81 82 83 84 85 86 87 89 90 92 95 97 98 99 100 101 104 114 117 118 119 122 138 139 140 3.5 3.6"},D:{"48":0.00355,"49":0.01776,"52":0.01421,"56":0.00355,"58":0.00355,"65":0.0071,"66":0.13498,"67":0.00355,"68":0.00355,"69":0.0071,"70":0.0071,"71":0.01421,"72":0.0071,"73":0.02131,"74":0.01066,"75":0.00355,"76":0.0071,"77":0.00355,"78":0.00355,"79":0.04262,"80":0.0071,"81":0.01066,"83":0.00355,"84":0.00355,"85":0.01421,"86":0.0071,"87":0.03197,"88":0.02131,"89":0.0071,"90":0.01066,"91":0.01421,"92":0.00355,"93":0.03552,"94":0.24864,"95":0.01776,"96":0.0071,"97":0.00355,"98":0.00355,"99":0.00355,"100":0.0071,"101":0.00355,"102":0.13142,"103":0.06038,"104":0.03907,"105":0.01421,"106":0.04262,"107":0.05328,"108":0.07459,"109":0.90931,"110":0.04262,"111":0.04618,"112":0.03907,"113":0.01066,"114":0.23443,"115":0.01776,"116":0.14208,"117":0.00355,"118":0.03907,"119":0.02131,"120":0.02486,"121":0.01066,"122":0.04618,"123":0.03552,"124":0.10656,"125":0.05683,"126":0.08525,"127":0.0817,"128":0.1776,"129":0.05683,"130":0.12077,"131":0.41914,"132":0.66422,"133":4.89821,"134":9.63658,"135":0.01066,"136":0.00355,_:"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 50 51 53 54 55 57 59 60 61 62 63 64 137 138"},F:{"46":0.00355,"79":0.00355,"87":0.01776,"88":0.01066,"91":0.00355,"92":0.00355,"93":0.00355,"94":0.00355,"95":0.03552,"96":0.00355,"102":0.00355,"114":0.0071,"115":0.00355,"116":0.22378,"117":0.90576,_:"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 89 90 97 98 99 100 101 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:{"17":0.01776,"18":0.00355,"80":0.00355,"81":0.00355,"83":0.00355,"84":0.00355,"86":0.00355,"89":0.00355,"92":0.0071,"100":0.00355,"105":0.01066,"106":0.0071,"107":0.0071,"108":0.01066,"109":0.07814,"110":0.0071,"111":0.00355,"112":0.00355,"113":0.00355,"114":0.0071,"115":0.00355,"116":0.00355,"118":0.00355,"119":0.00355,"120":0.0071,"121":0.00355,"122":0.07459,"123":0.00355,"124":0.00355,"125":0.00355,"126":0.04618,"127":0.0071,"128":0.01421,"129":0.0071,"130":0.02486,"131":0.05683,"132":0.11011,"133":1.30714,"134":3.31757,_:"12 13 14 15 16 79 85 87 88 90 91 93 94 95 96 97 98 99 101 102 103 104 117"},E:{"14":0.01066,"15":0.0071,_:"0 4 5 6 7 8 9 10 11 12 13 3.1 3.2 5.1 6.1 7.1 10.1","9.1":0.00355,"11.1":0.03197,"12.1":0.01066,"13.1":0.06394,"14.1":0.0817,"15.1":0.01421,"15.2-15.3":0.0071,"15.4":0.01066,"15.5":0.01066,"15.6":0.20246,"16.0":0.04618,"16.1":0.02486,"16.2":0.02131,"16.3":0.03552,"16.4":0.01421,"16.5":0.02486,"16.6":0.23088,"17.0":0.01421,"17.1":0.11011,"17.2":0.02486,"17.3":0.02842,"17.4":0.07104,"17.5":0.09946,"17.6":0.31613,"18.0":0.06038,"18.1":0.11722,"18.2":0.05683,"18.3":1.19347,"18.4":0.02486},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00247,"5.0-5.1":0,"6.0-6.1":0.00741,"7.0-7.1":0.00494,"8.1-8.4":0,"9.0-9.2":0.0037,"9.3":0.01728,"10.0-10.2":0.00123,"10.3":0.02839,"11.0-11.2":0.13084,"11.3-11.4":0.00864,"12.0-12.1":0.00494,"12.2-12.5":0.1222,"13.0-13.1":0.00247,"13.2":0.0037,"13.3":0.00494,"13.4-13.7":0.01728,"14.0-14.4":0.0432,"14.5-14.8":0.05184,"15.0-15.1":0.02839,"15.2-15.3":0.02839,"15.4":0.03456,"15.5":0.0395,"15.6-15.8":0.48633,"16.0":0.06912,"16.1":0.14195,"16.2":0.07406,"16.3":0.12837,"16.4":0.02839,"16.5":0.05308,"16.6-16.7":0.57644,"17.0":0.03456,"17.1":0.06172,"17.2":0.0469,"17.3":0.06542,"17.4":0.13084,"17.5":0.2913,"17.6-17.7":0.84552,"18.0":0.23699,"18.1":0.77516,"18.2":0.34685,"18.3":7.24927,"18.4":0.10739},P:{"4":0.04179,"20":0.01045,"21":0.03134,"22":0.03134,"23":0.03134,"24":0.03134,"25":0.03134,"26":0.09402,"27":2.11016,"5.0-5.4":0.01045,_:"6.2-6.4 8.2 10.1 12.0 14.0 15.0 16.0","7.2-7.4":0.02089,"9.2":0.01045,"11.1-11.2":0.02089,"13.0":0.02089,"17.0":0.01045,"18.0":0.01045,"19.0":0.01045},I:{"0":0.15445,"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.00017},K:{"0":0.58686,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.00775,"9":0.01162,"10":0.00387,"11":0.10462,_:"6 7 5.5"},S:{"2.5":0.00645,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},R:{_:"0"},M:{"0":0.56751},Q:{"14.9":0.00645},O:{"0":0.46433},H:{"0":0},L:{"0":48.43215}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"52":0.0019,"72":0.0038,"78":0.05507,"90":0.0019,"91":0.0019,"107":0.0057,"115":0.05697,"127":0.0019,"128":0.02469,"129":0.0019,"132":0.0038,"133":0.0076,"134":0.0019,"135":0.10445,"136":0.64186,_:"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 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 130 131 137 138 139 140 3.5 3.6"},D:{"39":0.0019,"40":0.0019,"41":0.0019,"42":0.0019,"43":0.0019,"45":0.0019,"46":0.0019,"47":0.0019,"48":0.0019,"49":0.0038,"50":0.0019,"51":0.0019,"52":0.0019,"54":0.0019,"55":0.0019,"56":0.0076,"57":0.0019,"58":0.0019,"59":0.0019,"60":0.0019,"62":0.0019,"63":0.0019,"64":0.0019,"65":0.0019,"66":0.0095,"68":0.0038,"69":0.02849,"70":0.0019,"72":0.02279,"73":0.04368,"74":0.0019,"75":0.01519,"76":0.01709,"79":0.06267,"80":0.03798,"81":0.05887,"83":0.10634,"84":0.01709,"86":0.01709,"87":0.07406,"88":0.01519,"89":0.0019,"90":0.02469,"91":0.01899,"93":0.0019,"94":0.04558,"95":0.01139,"98":0.07216,"100":0.02849,"101":0.0019,"102":0.0019,"103":0.08356,"109":0.60008,"110":0.03608,"111":0.03038,"113":0.01329,"114":0.03228,"116":0.02469,"118":0.06647,"119":0.08925,"120":0.0019,"121":0.01519,"122":0.0076,"123":0.02469,"124":0.0038,"125":0.03798,"126":0.0076,"127":0.0019,"128":0.09685,"129":0.0038,"130":0.03038,"131":0.15952,"132":0.27346,"133":2.34716,"134":4.44936,"135":0.0019,_:"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 53 61 67 71 77 78 85 92 96 97 99 104 105 106 107 108 112 115 117 136 137 138"},F:{"28":0.0019,"46":0.0019,"60":0.01329,"79":0.0019,"82":0.0019,"87":0.0019,"88":0.0019,"95":0.03988,"110":0.0019,"112":0.0019,"113":0.0019,"114":0.0019,"116":0.03988,"117":0.66845,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 83 84 85 86 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 111 115 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"13":0.0019,"14":0.0019,"17":0.0019,"18":0.0019,"84":0.0095,"89":0.0038,"90":0.0019,"92":0.01519,"100":0.0019,"109":0.0095,"114":0.0038,"125":0.0057,"126":0.0019,"129":0.0019,"130":0.03038,"131":0.0095,"132":0.01709,"133":0.9571,"134":1.95217,_:"12 15 16 79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 119 120 121 122 123 124 127 128"},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.5 16.0 16.1 16.2 16.4 16.5 17.0 17.2 18.0","13.1":0.0038,"14.1":0.01709,"15.4":0.0095,"15.6":0.01709,"16.3":0.0019,"16.6":0.01709,"17.1":0.0019,"17.3":0.0038,"17.4":0.0038,"17.5":0.03418,"17.6":0.03608,"18.1":0.0076,"18.2":0.0057,"18.3":0.09115,"18.4":0.0019},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00334,"5.0-5.1":0,"6.0-6.1":0.01002,"7.0-7.1":0.00668,"8.1-8.4":0,"9.0-9.2":0.00501,"9.3":0.02339,"10.0-10.2":0.00167,"10.3":0.03842,"11.0-11.2":0.17707,"11.3-11.4":0.01169,"12.0-12.1":0.00668,"12.2-12.5":0.16537,"13.0-13.1":0.00334,"13.2":0.00501,"13.3":0.00668,"13.4-13.7":0.02339,"14.0-14.4":0.05846,"14.5-14.8":0.07016,"15.0-15.1":0.03842,"15.2-15.3":0.03842,"15.4":0.04677,"15.5":0.05345,"15.6-15.8":0.65815,"16.0":0.09354,"16.1":0.1921,"16.2":0.10023,"16.3":0.17372,"16.4":0.03842,"16.5":0.07183,"16.6-16.7":0.78009,"17.0":0.04677,"17.1":0.08352,"17.2":0.06348,"17.3":0.08853,"17.4":0.17707,"17.5":0.39422,"17.6-17.7":1.14424,"18.0":0.32072,"18.1":1.04903,"18.2":0.46939,"18.3":9.81041,"18.4":0.14533},P:{"4":0.07339,"20":0.03145,"22":0.01048,"23":0.02097,"24":0.04193,"25":0.04193,"26":0.14677,"27":0.6395,_:"21 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.11532,"11.1-11.2":0.05242,"17.0":0.07339},I:{"0":0.03234,"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":1.00073,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},S:{"2.5":0.0081,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},R:{_:"0"},M:{"0":0.0162},Q:{_:"14.9"},O:{"0":0.04861},H:{"0":0.02},L:{"0":66.48457}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"48":0.004,"52":0.008,"59":0.02401,"78":0.01201,"82":0.004,"88":0.01201,"93":0.004,"94":0.02001,"101":0.004,"113":0.004,"115":0.10805,"125":0.008,"127":0.004,"128":0.04402,"131":0.004,"132":0.01201,"133":0.01601,"134":0.02801,"135":0.4082,"136":1.06453,"137":0.004,_:"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 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 89 90 91 92 95 96 97 98 99 100 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:{"39":0.008,"40":0.008,"41":0.008,"42":0.008,"43":0.008,"44":0.008,"45":0.008,"46":0.008,"47":0.008,"48":0.008,"49":0.01601,"50":0.008,"51":0.008,"52":0.01201,"53":0.008,"54":0.008,"55":0.008,"56":0.008,"57":0.008,"58":0.01201,"59":0.008,"60":0.008,"66":0.10405,"68":0.004,"70":0.004,"72":0.004,"74":0.01201,"75":0.004,"76":0.008,"77":0.004,"78":0.004,"79":0.01601,"80":0.004,"81":0.01601,"83":0.004,"84":0.004,"85":0.01601,"86":0.004,"87":0.02401,"88":0.02401,"89":0.004,"90":0.004,"91":0.01601,"92":0.004,"93":0.01201,"94":0.01201,"95":0.004,"96":0.004,"102":0.004,"103":0.09205,"104":0.01201,"105":0.004,"106":0.004,"107":0.01601,"108":0.01201,"109":0.42421,"110":0.004,"111":0.008,"112":0.008,"113":0.008,"114":0.02801,"115":0.04402,"116":0.09205,"117":0.004,"118":0.008,"119":0.01601,"120":0.8084,"121":0.01601,"122":0.09205,"123":0.02001,"124":0.07204,"125":0.09605,"126":0.12406,"127":0.06803,"128":0.13607,"129":0.04402,"130":0.10405,"131":0.54427,"132":0.71636,"133":5.81891,"134":10.14107,"135":0.01201,"136":0.004,_:"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 64 65 67 69 71 73 97 98 99 100 101 137 138"},F:{"46":0.008,"87":0.008,"88":0.004,"95":0.008,"102":0.004,"114":0.004,"115":0.004,"116":0.28814,"117":0.64032,_:"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 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:{"17":0.01201,"85":0.008,"92":0.004,"95":0.004,"109":0.03602,"114":0.004,"120":0.004,"121":0.004,"122":0.02401,"123":0.004,"124":0.004,"125":0.004,"126":0.04402,"127":0.004,"128":0.004,"129":0.01201,"130":0.05203,"131":0.05603,"132":0.16808,"133":2.58529,"134":5.93897,_:"12 13 14 15 16 18 79 80 81 83 84 86 87 88 89 90 91 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 119"},E:{"13":0.004,"14":0.02401,"15":0.004,_:"0 4 5 6 7 8 9 10 11 12 3.1 3.2 5.1 6.1 7.1 10.1","9.1":0.008,"11.1":0.02401,"12.1":0.008,"13.1":0.04402,"14.1":0.07204,"15.1":0.008,"15.2-15.3":0.008,"15.4":0.01201,"15.5":0.02801,"15.6":0.36418,"16.0":0.06003,"16.1":0.03602,"16.2":0.03602,"16.3":0.07604,"16.4":0.02001,"16.5":0.02801,"16.6":0.51626,"17.0":0.02401,"17.1":0.38819,"17.2":0.02801,"17.3":0.03602,"17.4":0.08804,"17.5":0.1961,"17.6":0.51226,"18.0":0.06003,"18.1":0.25613,"18.2":0.10405,"18.3":3.30965,"18.4":0.02801},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00513,"5.0-5.1":0,"6.0-6.1":0.01539,"7.0-7.1":0.01026,"8.1-8.4":0,"9.0-9.2":0.0077,"9.3":0.03591,"10.0-10.2":0.00257,"10.3":0.059,"11.0-11.2":0.27193,"11.3-11.4":0.01796,"12.0-12.1":0.01026,"12.2-12.5":0.25397,"13.0-13.1":0.00513,"13.2":0.0077,"13.3":0.01026,"13.4-13.7":0.03591,"14.0-14.4":0.08979,"14.5-14.8":0.10774,"15.0-15.1":0.059,"15.2-15.3":0.059,"15.4":0.07183,"15.5":0.08209,"15.6-15.8":1.01075,"16.0":0.14366,"16.1":0.29501,"16.2":0.15392,"16.3":0.2668,"16.4":0.059,"16.5":0.11031,"16.6-16.7":1.19802,"17.0":0.07183,"17.1":0.12827,"17.2":0.09748,"17.3":0.13596,"17.4":0.27193,"17.5":0.60542,"17.6-17.7":1.75726,"18.0":0.49255,"18.1":1.61104,"18.2":0.72086,"18.3":15.06627,"18.4":0.22318},P:{"4":0.01092,"20":0.01092,"21":0.03276,"22":0.03276,"23":0.1638,"24":0.04368,"25":0.04368,"26":0.12012,"27":4.07309,_:"5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0 18.0","13.0":0.01092,"17.0":0.01092,"19.0":0.01092},I:{"0":0.02394,"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.18594,_:"10 11 12 11.1 11.5 12.1"},A:{"9":0.00473,"11":0.09932,_:"6 7 8 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},R:{_:"0"},M:{"0":0.38387},Q:{"14.9":0.006},O:{"0":0.05998},H:{"0":0},L:{"0":29.55301}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"115":0.00961,"125":0.04323,"127":0.00961,"128":0.12968,"133":0.02882,"135":0.17771,"136":0.77328,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 126 129 130 131 132 134 137 138 139 140 3.5 3.6"},D:{"39":0.0048,"40":0.00961,"41":0.0048,"42":0.0048,"43":0.00961,"44":0.01921,"45":0.00961,"46":0.00961,"47":0.00961,"49":0.00961,"50":0.0048,"51":0.00961,"52":0.00961,"53":0.00961,"54":0.0048,"55":0.00961,"56":0.01441,"57":0.00961,"58":0.00961,"59":0.0048,"60":0.0048,"71":0.00961,"79":0.0048,"84":0.01441,"87":0.00961,"93":0.07685,"94":0.01441,"95":0.0048,"102":0.0048,"103":0.24015,"104":1.51295,"107":0.0048,"108":0.0048,"109":0.24976,"111":0.0048,"116":0.01921,"119":0.0048,"120":0.02402,"121":0.17291,"122":0.18732,"124":0.17291,"125":0.1585,"126":0.09606,"127":0.07685,"128":0.1633,"129":0.02402,"130":0.01921,"131":0.36983,"132":0.29779,"133":8.92397,"134":15.5281,"135":0.02402,_:"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 48 61 62 63 64 65 66 67 68 69 70 72 73 74 75 76 77 78 80 81 83 85 86 88 89 90 91 92 96 97 98 99 100 101 105 106 110 112 113 114 115 117 118 123 136 137 138"},F:{"87":0.11047,"88":0.11527,"95":0.02882,"116":0.35062,"117":1.02304,_:"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:{"17":0.0048,"18":0.0048,"92":0.01921,"124":0.0048,"125":0.0048,"126":0.0048,"128":0.0048,"129":0.02402,"131":0.04323,"132":0.06724,"133":3.66949,"134":5.08638,_:"12 13 14 15 16 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 127 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 15.1","13.1":0.01441,"14.1":0.17771,"15.2-15.3":0.0048,"15.4":0.00961,"15.5":0.01441,"15.6":0.41786,"16.0":0.00961,"16.1":0.0048,"16.2":0.01441,"16.3":0.02882,"16.4":0.01921,"16.5":0.01441,"16.6":0.08165,"17.0":0.24015,"17.1":0.33621,"17.2":0.0048,"17.3":0.0048,"17.4":0.10086,"17.5":0.13929,"17.6":0.1585,"18.0":0.02402,"18.1":0.13448,"18.2":0.12488,"18.3":2.2334,"18.4":0.57156},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00298,"5.0-5.1":0,"6.0-6.1":0.00894,"7.0-7.1":0.00596,"8.1-8.4":0,"9.0-9.2":0.00447,"9.3":0.02085,"10.0-10.2":0.00149,"10.3":0.03426,"11.0-11.2":0.15788,"11.3-11.4":0.01043,"12.0-12.1":0.00596,"12.2-12.5":0.14746,"13.0-13.1":0.00298,"13.2":0.00447,"13.3":0.00596,"13.4-13.7":0.02085,"14.0-14.4":0.05213,"14.5-14.8":0.06256,"15.0-15.1":0.03426,"15.2-15.3":0.03426,"15.4":0.0417,"15.5":0.04766,"15.6-15.8":0.58685,"16.0":0.08341,"16.1":0.17129,"16.2":0.08937,"16.3":0.1549,"16.4":0.03426,"16.5":0.06405,"16.6-16.7":0.69558,"17.0":0.0417,"17.1":0.07447,"17.2":0.0566,"17.3":0.07894,"17.4":0.15788,"17.5":0.35151,"17.6-17.7":1.02028,"18.0":0.28598,"18.1":0.93538,"18.2":0.41854,"18.3":8.7476,"18.4":0.12958},P:{"4":0.07366,"21":0.01052,"24":0.03157,"26":0.14732,"27":3.02002,_:"20 22 23 25 5.0-5.4 8.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0 17.0 18.0 19.0","6.2-6.4":0.01052,"7.2-7.4":0.06314,"9.2":0.01052,"13.0":0.02105},I:{"0":0.02593,"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.24426,_:"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.06236},Q:{_:"14.9"},O:{"0":0.1663},H:{"0":0},L:{"0":34.92755}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"34":0.0041,"52":0.0041,"61":0.0082,"68":0.01231,"78":0.02051,"106":0.0082,"113":0.02871,"115":0.13126,"118":0.0082,"125":0.0041,"128":0.02461,"129":0.0082,"132":0.0041,"133":0.0041,"134":0.01231,"135":0.24612,"136":0.71785,"137":0.0041,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 62 63 64 65 66 67 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 107 108 109 110 111 112 114 116 117 119 120 121 122 123 124 126 127 130 131 138 139 140 3.5 3.6"},D:{"38":0.0041,"40":0.0041,"41":0.0041,"43":0.0041,"44":0.0041,"45":0.0041,"46":0.0041,"47":0.06563,"48":0.0041,"49":0.0082,"50":0.0041,"51":0.0041,"52":0.0041,"53":0.0041,"54":0.0041,"55":0.0041,"56":0.0041,"57":0.0041,"58":0.01231,"59":0.0041,"60":0.0041,"63":0.0041,"65":0.0041,"68":0.01231,"69":0.02051,"70":0.0082,"73":0.02871,"74":0.0041,"76":0.04512,"77":0.0041,"78":0.02051,"79":0.26663,"80":0.0082,"83":0.12306,"86":0.0041,"87":0.46763,"88":0.07794,"90":0.0041,"91":0.04512,"92":0.01231,"93":0.02461,"94":0.09845,"95":0.0041,"96":0.0041,"98":0.02871,"100":0.04512,"101":0.01231,"102":0.02051,"103":0.05743,"104":0.23381,"105":0.0041,"106":0.02871,"107":0.01641,"108":0.18049,"109":2.76885,"110":0.04102,"111":0.10255,"112":0.0082,"113":0.01231,"114":0.02461,"115":0.0082,"116":0.09845,"117":0.0041,"118":0.01231,"119":0.03282,"120":0.06153,"121":0.01641,"122":0.06563,"123":0.03282,"124":0.09024,"125":0.07384,"126":0.07384,"127":0.06973,"128":0.07794,"129":0.05743,"130":0.05743,"131":0.27073,"132":0.43891,"133":7.76509,"134":15.71886,"135":0.01641,"136":0.0041,_:"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 42 61 62 64 66 67 71 72 75 81 84 85 89 97 99 137 138"},F:{"28":0.0082,"40":0.0041,"42":0.0041,"46":0.09024,"79":0.0082,"85":0.01641,"86":0.02871,"87":0.0082,"94":0.0082,"95":0.27894,"102":0.0041,"114":0.0082,"115":0.0041,"116":0.35277,"117":2.00588,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 29 30 31 32 33 34 35 36 37 38 39 41 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 88 89 90 91 92 93 96 97 98 99 100 101 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:{"13":0.0082,"14":0.06153,"16":0.0082,"18":0.01231,"92":0.01231,"107":0.0041,"109":0.02461,"110":0.02461,"114":0.01231,"118":0.0041,"119":0.0041,"120":0.0041,"121":0.0041,"122":0.0041,"124":0.0041,"126":0.0041,"127":0.0041,"128":0.01641,"129":0.02871,"130":0.02871,"131":0.04512,"132":0.09024,"133":0.86552,"134":1.87461,_:"12 15 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 111 112 113 115 116 117 123 125"},E:{"15":0.0041,_:"0 4 5 6 7 8 9 10 11 12 13 14 3.1 3.2 5.1 6.1 7.1 9.1 10.1 15.1","11.1":0.0041,"12.1":0.0082,"13.1":0.0082,"14.1":0.01641,"15.2-15.3":0.0041,"15.4":0.0041,"15.5":0.0041,"15.6":0.04102,"16.0":0.0041,"16.1":0.02051,"16.2":0.0041,"16.3":0.02461,"16.4":0.0082,"16.5":0.01641,"16.6":0.06563,"17.0":0.0041,"17.1":0.05743,"17.2":0.01231,"17.3":0.01231,"17.4":0.02871,"17.5":0.03282,"17.6":0.10255,"18.0":0.03282,"18.1":0.09845,"18.2":0.04922,"18.3":0.66452,"18.4":0.0082},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00214,"5.0-5.1":0,"6.0-6.1":0.00641,"7.0-7.1":0.00427,"8.1-8.4":0,"9.0-9.2":0.0032,"9.3":0.01495,"10.0-10.2":0.00107,"10.3":0.02456,"11.0-11.2":0.11318,"11.3-11.4":0.00747,"12.0-12.1":0.00427,"12.2-12.5":0.1057,"13.0-13.1":0.00214,"13.2":0.0032,"13.3":0.00427,"13.4-13.7":0.01495,"14.0-14.4":0.03737,"14.5-14.8":0.04484,"15.0-15.1":0.02456,"15.2-15.3":0.02456,"15.4":0.0299,"15.5":0.03417,"15.6-15.8":0.42068,"16.0":0.05979,"16.1":0.12279,"16.2":0.06406,"16.3":0.11104,"16.4":0.02456,"16.5":0.04591,"16.6-16.7":0.49862,"17.0":0.0299,"17.1":0.05339,"17.2":0.04057,"17.3":0.05659,"17.4":0.11318,"17.5":0.25198,"17.6-17.7":0.73139,"18.0":0.205,"18.1":0.67053,"18.2":0.30003,"18.3":6.27071,"18.4":0.09289},P:{"4":0.53339,"20":0.01067,"21":0.01067,"22":0.04267,"23":0.02134,"24":0.06401,"25":0.032,"26":0.06401,"27":1.23747,"5.0-5.4":0.07467,"6.2-6.4":0.07467,"7.2-7.4":0.09601,_:"8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0","17.0":0.01067,"19.0":0.01067},I:{"0":0.10596,"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.00012},K:{"0":0.32445,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.02051,_:"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.11798},Q:{_:"14.9"},O:{"0":0.05899},H:{"0":0},L:{"0":46.13531}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"78":0.0051,"91":0.01019,"115":0.1274,"119":0.01019,"128":0.10702,"129":0.0051,"131":0.0051,"132":0.03058,"134":0.03058,"135":0.31595,"136":0.69306,_:"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 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 120 121 122 123 124 125 126 127 130 133 137 138 139 140 3.5 3.6"},D:{"47":0.0051,"61":0.02038,"69":0.0051,"76":0.01019,"79":0.01529,"87":0.01019,"88":0.01019,"94":0.0051,"98":0.01019,"100":0.02038,"101":0.03567,"102":0.06625,"106":0.0051,"109":0.07134,"110":0.01529,"114":0.01529,"116":0.0051,"119":0.01529,"123":0.0051,"124":0.0051,"125":0.05096,"126":0.0051,"128":0.01529,"129":0.03058,"130":0.0051,"131":0.11211,"132":0.18346,"133":41.01261,"134":2.83338,_:"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 62 63 64 65 66 67 68 70 71 72 73 74 75 77 78 80 81 83 84 85 86 89 90 91 92 93 95 96 97 99 103 104 105 107 108 111 112 113 115 117 118 120 121 122 127 135 136 137 138"},F:{"46":0.02038,"95":0.0051,"116":0.11721,"117":0.21403,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 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:{"92":0.0051,"100":0.0051,"109":0.01019,"114":0.01019,"128":0.01019,"129":0.0051,"130":0.0051,"131":0.01529,"132":0.06625,"133":1.07016,"134":1.80908,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 119 120 121 122 123 124 125 126 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 13.1 15.2-15.3 15.4 16.2 16.4 16.5 17.0 18.4","14.1":0.02038,"15.1":0.0051,"15.5":0.01529,"15.6":0.03058,"16.0":0.01019,"16.1":0.0051,"16.3":0.0051,"16.6":0.08154,"17.1":0.07644,"17.2":0.0051,"17.3":0.03058,"17.4":0.02038,"17.5":0.01529,"17.6":0.07134,"18.0":0.02548,"18.1":0.02038,"18.2":0.01529,"18.3":0.44335},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0013,"5.0-5.1":0,"6.0-6.1":0.00389,"7.0-7.1":0.00259,"8.1-8.4":0,"9.0-9.2":0.00194,"9.3":0.00908,"10.0-10.2":0.00065,"10.3":0.01491,"11.0-11.2":0.06872,"11.3-11.4":0.00454,"12.0-12.1":0.00259,"12.2-12.5":0.06418,"13.0-13.1":0.0013,"13.2":0.00194,"13.3":0.00259,"13.4-13.7":0.00908,"14.0-14.4":0.02269,"14.5-14.8":0.02723,"15.0-15.1":0.01491,"15.2-15.3":0.01491,"15.4":0.01815,"15.5":0.02075,"15.6-15.8":0.25543,"16.0":0.03631,"16.1":0.07456,"16.2":0.0389,"16.3":0.06742,"16.4":0.01491,"16.5":0.02788,"16.6-16.7":0.30276,"17.0":0.01815,"17.1":0.03242,"17.2":0.02464,"17.3":0.03436,"17.4":0.06872,"17.5":0.153,"17.6-17.7":0.44409,"18.0":0.12448,"18.1":0.40714,"18.2":0.18217,"18.3":3.80752,"18.4":0.0564},P:{"4":0.01055,"22":0.03164,"23":0.06327,"24":0.05273,"25":0.02109,"26":0.04218,"27":0.93857,_:"20 21 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","5.0-5.4":0.01055,"7.2-7.4":0.01055,"19.0":0.01055},I:{"0":0.09298,"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.0001},K:{"0":0.17164,_:"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.15202},Q:{_:"14.9"},O:{"0":0.0049},H:{"0":0},L:{"0":41.23809}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"103":0.0034,"109":0.0034,"115":0.0816,"128":0.017,"134":0.0068,"135":0.2856,"136":0.3366,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 104 105 106 107 108 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 127 129 130 131 132 133 137 138 139 140 3.5 3.6"},D:{"41":0.0034,"45":0.0034,"46":0.0034,"48":0.0034,"49":0.0034,"50":0.0034,"51":0.0034,"52":0.0034,"53":0.0034,"54":0.0034,"57":0.0034,"59":0.0034,"60":0.0034,"79":0.0714,"83":0.0034,"84":0.017,"99":0.0034,"103":0.0136,"109":0.6052,"112":0.0034,"116":0.0476,"122":0.0102,"124":0.0068,"125":0.0068,"126":0.0204,"128":0.1088,"129":0.0408,"130":0.0306,"131":0.5134,"132":0.2278,"133":4.3044,"134":7.123,"135":0.0034,"136":0.0034,_:"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 47 55 56 58 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 85 86 87 88 89 90 91 92 93 94 95 96 97 98 100 101 102 104 105 106 107 108 110 111 113 114 115 117 118 119 120 121 123 127 137 138"},F:{"114":0.0034,"116":0.0884,"117":1.5606,_:"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 115 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.0034,"109":0.0136,"126":0.0034,"127":0.0034,"129":0.0068,"131":0.017,"132":0.0612,"133":1.955,"134":4.3078,_:"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 114 115 116 117 118 119 120 121 122 123 124 125 128 130"},E:{"12":0.0034,"14":0.0102,"15":0.017,_:"0 4 5 6 7 8 9 10 11 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1","12.1":0.0102,"13.1":0.0884,"14.1":0.0646,"15.1":0.0204,"15.2-15.3":0.0034,"15.4":0.0578,"15.5":0.0952,"15.6":0.2788,"16.0":0.5134,"16.1":0.0068,"16.2":0.1156,"16.3":0.3026,"16.4":0.0374,"16.5":0.0068,"16.6":1.326,"17.0":0.0102,"17.1":0.4352,"17.2":0.017,"17.3":0.0578,"17.4":0.017,"17.5":0.1564,"17.6":0.4046,"18.0":0.0544,"18.1":0.4318,"18.2":0.1224,"18.3":6.7048,"18.4":0.0748},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00755,"5.0-5.1":0,"6.0-6.1":0.02265,"7.0-7.1":0.0151,"8.1-8.4":0,"9.0-9.2":0.01132,"9.3":0.05284,"10.0-10.2":0.00377,"10.3":0.08681,"11.0-11.2":0.4001,"11.3-11.4":0.02642,"12.0-12.1":0.0151,"12.2-12.5":0.37368,"13.0-13.1":0.00755,"13.2":0.01132,"13.3":0.0151,"13.4-13.7":0.05284,"14.0-14.4":0.13211,"14.5-14.8":0.15853,"15.0-15.1":0.08681,"15.2-15.3":0.08681,"15.4":0.10569,"15.5":0.12079,"15.6-15.8":1.48717,"16.0":0.21137,"16.1":0.43407,"16.2":0.22647,"16.3":0.39255,"16.4":0.08681,"16.5":0.16231,"16.6-16.7":1.76271,"17.0":0.10569,"17.1":0.18873,"17.2":0.14343,"17.3":0.20005,"17.4":0.4001,"17.5":0.89079,"17.6-17.7":2.58556,"18.0":0.72471,"18.1":2.37041,"18.2":1.06065,"18.3":22.16787,"18.4":0.32838},P:{"4":0.03465,"21":0.01155,"24":0.01155,"26":0.0231,"27":3.5574,_:"20 22 23 25 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","5.0-5.4":0.01155},I:{"0":0.03293,"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.0132,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.0068,_:"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.8382},Q:{_:"14.9"},O:{_:"0"},H:{"0":0},L:{"0":23.4596}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"56":0.00258,"72":0.00258,"78":0.00516,"101":0.00258,"104":0.00258,"108":0.00258,"109":0.00258,"112":0.00258,"115":0.13669,"121":0.00258,"125":0.00258,"126":0.00258,"127":0.01805,"128":0.01805,"129":0.00258,"130":0.00258,"131":0.0129,"132":0.00258,"133":0.01547,"134":0.02063,"135":0.27595,"136":0.7118,"137":0.01805,_:"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 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 105 106 107 110 111 113 114 116 117 118 119 120 122 123 124 138 139 140 3.5 3.6"},D:{"11":0.00258,"18":0.00258,"25":0.00258,"31":0.00258,"38":0.00258,"39":0.00258,"40":0.00258,"43":0.00258,"47":0.00516,"49":0.00516,"50":0.00258,"53":0.00258,"55":0.00258,"57":0.00258,"58":0.00258,"59":0.00258,"63":0.00258,"64":0.01032,"65":0.00516,"68":0.01032,"69":0.00258,"70":0.01805,"71":0.00258,"72":0.00516,"73":0.01032,"74":0.01547,"75":0.01032,"76":0.01547,"77":0.0129,"79":0.04126,"80":0.00774,"81":0.00516,"83":0.0129,"84":0.0129,"85":0.00774,"86":0.00774,"87":0.02063,"88":0.00516,"89":0.00258,"90":0.00516,"91":0.00516,"92":0.00516,"93":0.03611,"94":0.01032,"95":0.00516,"96":0.00258,"97":0.00258,"98":0.00516,"99":0.00258,"100":0.00516,"101":0.00258,"102":0.00774,"103":0.07479,"104":0.0129,"105":0.02063,"106":0.01032,"107":0.01032,"108":0.00516,"109":0.9826,"110":0.00516,"111":0.04126,"112":0.00516,"113":0.00774,"114":0.01547,"115":0.00258,"116":0.05158,"117":0.00774,"118":0.02579,"119":0.02579,"120":0.01805,"121":0.00774,"122":0.02837,"123":0.01547,"124":0.05158,"125":0.0129,"126":0.05158,"127":0.04642,"128":0.10058,"129":0.02579,"130":0.04384,"131":0.24243,"132":0.27595,"133":3.34238,"134":6.3495,"135":0.02321,"136":0.01032,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 19 20 21 22 23 24 26 27 28 29 30 32 33 34 35 36 37 41 42 44 45 46 48 51 52 54 56 60 61 62 66 67 78 137 138"},F:{"36":0.00258,"42":0.00258,"46":0.00774,"75":0.00516,"79":0.01032,"82":0.00258,"83":0.00258,"84":0.00258,"85":0.00258,"86":0.01032,"87":0.049,"88":0.01547,"90":0.00258,"94":0.00258,"95":0.05932,"97":0.00258,"102":0.00258,"111":0.00258,"112":0.00258,"113":0.01032,"114":0.01032,"115":0.0129,"116":0.25532,"117":0.9826,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 40 41 43 44 45 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 80 81 89 91 92 93 96 98 99 100 101 103 104 105 106 107 108 109 110 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00774,"13":0.00258,"14":0.00516,"15":0.00258,"16":0.03611,"17":0.00774,"18":0.06448,"84":0.0129,"88":0.00258,"89":0.02063,"90":0.05416,"92":0.12121,"97":0.00258,"100":0.03095,"103":0.00258,"105":0.00516,"107":0.00258,"109":0.02321,"110":0.00258,"111":0.01032,"112":0.00516,"114":0.00774,"117":0.00258,"118":0.00258,"119":0.00258,"120":0.00774,"121":0.00258,"122":0.02321,"123":0.00774,"124":0.00516,"125":0.00258,"126":0.00774,"127":0.00774,"128":0.01547,"129":0.02063,"130":0.02837,"131":0.12121,"132":0.10316,"133":0.94391,"134":1.72793,_:"79 80 81 83 85 86 87 91 93 94 95 96 98 99 101 102 104 106 108 113 115 116"},E:{"11":0.00258,"13":0.00258,"14":0.02321,"15":0.00516,_:"0 4 5 6 7 8 9 10 12 3.1 3.2 5.1 6.1 7.1 9.1 10.1 16.2","11.1":0.02321,"12.1":0.00516,"13.1":0.03869,"14.1":0.02063,"15.1":0.00258,"15.2-15.3":0.00258,"15.4":0.00258,"15.5":0.00516,"15.6":0.07479,"16.0":0.01032,"16.1":0.00258,"16.3":0.00258,"16.4":0.00258,"16.5":0.00516,"16.6":0.05416,"17.0":0.00516,"17.1":0.0129,"17.2":0.00516,"17.3":0.00516,"17.4":0.01032,"17.5":0.02321,"17.6":0.07221,"18.0":0.0129,"18.1":0.02837,"18.2":0.02321,"18.3":0.23727,"18.4":0.01032},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00242,"5.0-5.1":0,"6.0-6.1":0.00726,"7.0-7.1":0.00484,"8.1-8.4":0,"9.0-9.2":0.00363,"9.3":0.01695,"10.0-10.2":0.00121,"10.3":0.02784,"11.0-11.2":0.1283,"11.3-11.4":0.00847,"12.0-12.1":0.00484,"12.2-12.5":0.11983,"13.0-13.1":0.00242,"13.2":0.00363,"13.3":0.00484,"13.4-13.7":0.01695,"14.0-14.4":0.04236,"14.5-14.8":0.05084,"15.0-15.1":0.02784,"15.2-15.3":0.02784,"15.4":0.03389,"15.5":0.03873,"15.6-15.8":0.47688,"16.0":0.06778,"16.1":0.13919,"16.2":0.07262,"16.3":0.12588,"16.4":0.02784,"16.5":0.05205,"16.6-16.7":0.56524,"17.0":0.03389,"17.1":0.06052,"17.2":0.04599,"17.3":0.06415,"17.4":0.1283,"17.5":0.28565,"17.6-17.7":0.8291,"18.0":0.23239,"18.1":0.76011,"18.2":0.34011,"18.3":7.10847,"18.4":0.1053},P:{"4":0.1142,"20":0.01038,"21":0.04153,"22":0.07268,"23":0.03115,"24":0.20765,"25":0.39453,"26":0.1142,"27":0.86173,"5.0-5.4":0.04153,_:"6.2-6.4 8.2 10.1 12.0 14.0 15.0 18.0","7.2-7.4":0.09344,"9.2":0.03115,"11.1-11.2":0.05191,"13.0":0.04153,"16.0":0.02076,"17.0":0.01038,"19.0":0.02076},I:{"0":0.07405,"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.00008},K:{"0":10.04561,_:"10 11 12 11.1 11.5 12.1"},A:{"10":0.00344,"11":0.00688,_:"6 7 8 9 5.5"},S:{"2.5":0.00742,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},R:{_:"0"},M:{"0":0.25974},Q:{"14.9":0.01484},O:{"0":0.55658},H:{"0":0.7},L:{"0":53.86695}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"102":0.00391,"106":0.00391,"109":0.00391,"110":0.00391,"113":0.01956,"115":0.02738,"117":0.00391,"122":0.00391,"123":0.00391,"128":0.01956,"132":0.00391,"133":0.00391,"134":0.46553,"135":0.36382,"136":1.01712,_:"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 103 104 105 107 108 111 112 114 116 118 119 120 121 124 125 126 127 129 130 131 137 138 139 140 3.5 3.6"},D:{"39":0.00391,"42":0.00391,"49":0.00391,"57":0.23081,"58":0.01565,"68":0.00391,"69":0.00391,"70":0.10171,"71":0.00391,"72":0.00782,"73":0.00391,"74":0.00782,"75":0.00391,"76":0.00391,"77":0.00391,"79":0.01174,"80":0.00391,"81":0.00391,"83":0.00391,"84":0.00782,"85":0.00391,"86":0.00782,"87":0.00782,"88":0.66895,"89":0.00782,"90":0.01565,"103":0.02738,"104":0.00782,"106":0.00391,"107":0.21125,"108":0.00391,"109":0.08215,"110":0.01565,"111":0.20342,"112":0.39902,"114":0.01565,"115":0.01565,"116":0.05477,"117":0.01174,"118":0.00782,"119":0.01565,"120":0.07433,"121":0.05086,"122":0.06259,"123":0.10562,"124":0.06259,"125":0.06259,"126":0.09389,"127":0.10171,"128":0.19951,"129":0.10171,"130":6.14966,"131":0.38338,"132":0.57115,"133":4.36579,"134":10.01081,"135":0.01565,"136":0.00391,_:"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 43 44 45 46 47 48 50 51 52 53 54 55 56 59 60 61 62 63 64 65 66 67 78 91 92 93 94 95 96 97 98 99 100 101 102 105 113 137 138"},F:{"53":0.00782,"54":0.00391,"55":0.00391,"64":0.00391,"66":0.00391,"75":0.00391,"76":0.00391,"77":0.00391,"87":0.00782,"88":0.01174,"101":0.00391,"102":0.01565,"105":0.00391,"106":0.00782,"107":0.00391,"108":0.00391,"109":0.00391,"110":0.00391,"111":0.00391,"112":0.00391,"113":0.00391,"114":0.00782,"115":0.0665,"116":0.18386,"117":0.7159,_:"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 56 57 58 60 62 63 65 67 68 69 70 71 72 73 74 78 79 80 81 82 83 84 85 86 89 90 91 92 93 94 95 96 97 98 99 100 103 104 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"80":0.00391,"81":0.00391,"83":0.00391,"84":0.00391,"85":0.00391,"86":0.00391,"87":0.00391,"88":0.00782,"89":0.00391,"91":0.00391,"92":0.01174,"109":0.00391,"111":0.00391,"115":0.00391,"116":0.00391,"119":0.00391,"120":0.01956,"121":0.01565,"122":0.01174,"123":0.00782,"124":0.01565,"125":0.00782,"126":0.00782,"127":0.00782,"128":0.00391,"129":0.00782,"130":0.01174,"131":0.14474,"132":0.01174,"133":1.18925,"134":2.69537,_:"12 13 14 15 16 17 18 79 90 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 112 113 114 117 118"},E:{"12":0.00782,"14":0.03521,"15":0.01956,_:"0 4 5 6 7 8 9 10 11 13 3.1 3.2 6.1 7.1 10.1 11.1 12.1 15.1","5.1":0.00391,"9.1":0.02347,"13.1":0.02738,"14.1":0.02347,"15.2-15.3":0.00782,"15.4":0.00782,"15.5":0.01956,"15.6":0.10562,"16.0":0.01174,"16.1":0.00782,"16.2":0.01956,"16.3":0.04694,"16.4":0.01565,"16.5":0.0313,"16.6":0.14866,"17.0":0.08606,"17.1":0.33252,"17.2":0.01956,"17.3":0.02738,"17.4":0.04303,"17.5":0.17213,"17.6":0.38338,"18.0":0.02738,"18.1":0.15257,"18.2":0.08215,"18.3":1.33008,"18.4":0.00782},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00291,"5.0-5.1":0,"6.0-6.1":0.00874,"7.0-7.1":0.00583,"8.1-8.4":0,"9.0-9.2":0.00437,"9.3":0.0204,"10.0-10.2":0.00146,"10.3":0.03352,"11.0-11.2":0.15449,"11.3-11.4":0.0102,"12.0-12.1":0.00583,"12.2-12.5":0.14429,"13.0-13.1":0.00291,"13.2":0.00437,"13.3":0.00583,"13.4-13.7":0.0204,"14.0-14.4":0.05101,"14.5-14.8":0.06121,"15.0-15.1":0.03352,"15.2-15.3":0.03352,"15.4":0.04081,"15.5":0.04664,"15.6-15.8":0.57424,"16.0":0.08162,"16.1":0.16761,"16.2":0.08745,"16.3":0.15158,"16.4":0.03352,"16.5":0.06267,"16.6-16.7":0.68064,"17.0":0.04081,"17.1":0.07287,"17.2":0.05538,"17.3":0.07725,"17.4":0.15449,"17.5":0.34396,"17.6-17.7":0.99837,"18.0":0.27983,"18.1":0.91529,"18.2":0.40955,"18.3":8.5597,"18.4":0.1268},P:{"20":0.0514,"21":0.02056,"22":0.08224,"23":0.1028,"24":0.1028,"25":0.14392,"26":0.09252,"27":2.63161,_:"4 5.0-5.4 6.2-6.4 8.2 9.2 10.1","7.2-7.4":0.09252,"11.1-11.2":0.01028,"12.0":0.01028,"13.0":0.12336,"14.0":0.16448,"15.0":0.01028,"16.0":0.01028,"17.0":0.08224,"18.0":0.01028,"19.0":0.01028},I:{"0":0.00608,"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":1.06758,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.03912,_:"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.84014},Q:{"14.9":0.07306},O:{"0":0.22526},H:{"0":0.01},L:{"0":40.85411}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"48":0.00447,"78":0.00894,"104":0.03575,"115":0.03575,"116":0.00894,"127":0.00894,"128":0.00894,"131":0.00447,"133":0.01788,"134":0.00447,"135":0.48712,"136":1.9753,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 105 106 107 108 109 110 111 112 113 114 117 118 119 120 121 122 123 124 125 126 129 130 132 137 138 139 140 3.5 3.6"},D:{"43":0.00447,"45":0.00447,"47":0.00447,"48":0.00447,"49":0.00447,"50":0.00447,"57":0.00447,"87":0.00447,"89":0.00447,"93":0.00447,"94":0.00447,"101":0.00447,"103":0.02235,"104":0.00894,"105":0.00894,"106":0.01341,"107":0.00894,"108":0.02681,"109":0.10726,"110":0.00447,"111":0.02235,"112":0.01788,"113":0.00894,"116":1.54181,"119":0.00447,"121":0.00447,"122":0.06257,"124":0.12066,"126":0.00894,"127":0.01341,"128":0.42456,"129":0.14301,"130":0.00447,"131":0.19664,"132":0.37987,"133":5.81417,"134":10.68538,_:"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 46 51 52 53 54 55 56 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 88 90 91 92 95 96 97 98 99 100 102 114 115 117 118 120 123 125 135 136 137 138"},F:{"89":0.00447,"95":2.01105,"113":0.00447,"116":0.35305,"117":1.2692,_:"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 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:{"92":0.00447,"106":0.00447,"108":0.00894,"109":0.02235,"110":0.06704,"121":0.00447,"122":0.02681,"125":0.00447,"126":0.03128,"128":0.00447,"130":0.00894,"131":0.00894,"132":0.00894,"133":1.41667,"134":4.31259,_:"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 107 111 112 113 114 115 116 117 118 119 120 123 124 127 129"},E:{"14":0.12513,_:"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 13.1 17.0 17.2","11.1":0.01788,"12.1":0.00447,"14.1":0.01341,"15.1":0.15195,"15.2-15.3":0.04916,"15.4":0.12066,"15.5":0.01788,"15.6":0.32177,"16.0":0.93402,"16.1":0.01788,"16.2":0.08938,"16.3":0.06704,"16.4":0.00447,"16.5":0.01788,"16.6":0.90721,"17.1":0.14748,"17.3":0.32624,"17.4":0.04916,"17.5":0.54969,"17.6":0.39774,"18.0":0.08491,"18.1":0.62119,"18.2":0.63907,"18.3":5.28683,"18.4":0.00894},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00544,"5.0-5.1":0,"6.0-6.1":0.01631,"7.0-7.1":0.01087,"8.1-8.4":0,"9.0-9.2":0.00816,"9.3":0.03806,"10.0-10.2":0.00272,"10.3":0.06253,"11.0-11.2":0.28816,"11.3-11.4":0.01903,"12.0-12.1":0.01087,"12.2-12.5":0.26913,"13.0-13.1":0.00544,"13.2":0.00816,"13.3":0.01087,"13.4-13.7":0.03806,"14.0-14.4":0.09515,"14.5-14.8":0.11418,"15.0-15.1":0.06253,"15.2-15.3":0.06253,"15.4":0.07612,"15.5":0.08699,"15.6-15.8":1.07108,"16.0":0.15224,"16.1":0.31263,"16.2":0.16311,"16.3":0.28272,"16.4":0.06253,"16.5":0.11689,"16.6-16.7":1.26953,"17.0":0.07612,"17.1":0.13592,"17.2":0.1033,"17.3":0.14408,"17.4":0.28816,"17.5":0.64156,"17.6-17.7":1.86216,"18.0":0.52195,"18.1":1.70721,"18.2":0.76389,"18.3":15.96567,"18.4":0.23651},P:{"4":0.17683,"24":0.0208,"25":0.0104,"27":5.18022,_:"20 21 22 23 26 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.05201,"7.2-7.4":0.05201},I:{"0":0.0276,"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":1.39381,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.01788,_:"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.14934},Q:{_:"14.9"},O:{"0":0.02212},H:{"0":0},L:{"0":21.33222}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"90":0.001,"104":0.001,"110":0.001,"113":0.00199,"114":0.001,"115":0.02094,"116":0.001,"127":0.001,"128":0.00897,"129":0.001,"133":0.001,"134":0.001,"135":0.06879,"136":0.22433,"137":0.00399,_:"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 91 92 93 94 95 96 97 98 99 100 101 102 103 105 106 107 108 109 111 112 117 118 119 120 121 122 123 124 125 126 130 131 132 138 139 140 3.5 3.6"},D:{"49":0.001,"54":0.001,"58":0.02493,"59":0.001,"64":0.001,"65":0.001,"68":0.02493,"69":0.01296,"70":0.00199,"71":0.00399,"72":0.00798,"73":0.00199,"74":0.00598,"75":0.00399,"76":0.00499,"77":0.00299,"78":0.00399,"79":0.00399,"80":0.00399,"81":0.00299,"83":0.00299,"84":0.00399,"85":0.00499,"86":0.00598,"87":0.01196,"88":0.00798,"89":0.00399,"90":0.00499,"91":0.001,"93":0.01097,"94":0.001,"95":0.001,"96":0.001,"98":0.001,"100":0.01496,"102":0.001,"103":0.00598,"105":0.00199,"106":0.22931,"107":0.001,"109":0.40977,"111":0.00698,"112":0.00199,"114":0.00299,"116":0.05284,"118":0.00698,"119":0.00399,"120":0.001,"121":0.00598,"122":0.02393,"123":0.001,"124":0.00897,"125":0.00997,"126":0.01097,"127":0.03888,"128":0.00997,"129":0.00299,"130":0.0339,"131":0.0339,"132":0.04487,"133":0.81953,"134":1.69291,_:"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 55 56 57 60 61 62 63 66 67 92 97 99 101 104 108 110 113 115 117 135 136 137 138"},F:{"47":0.001,"52":0.001,"53":0.001,"54":0.001,"55":0.00199,"56":0.001,"73":0.00199,"74":0.001,"75":0.001,"76":0.00299,"77":0.00299,"79":0.001,"87":0.00399,"88":0.001,"95":0.001,"114":0.001,"116":0.00399,"117":0.11366,_:"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 48 49 50 51 57 58 60 62 63 64 65 66 67 68 69 70 71 72 78 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:{"16":0.001,"17":0.001,"18":0.00798,"80":0.00199,"84":0.001,"87":0.001,"89":0.00199,"90":0.00399,"92":0.00399,"100":0.001,"109":0.00399,"110":0.001,"114":0.001,"118":0.00199,"119":0.001,"124":0.00199,"126":0.01496,"129":0.00399,"130":0.00399,"131":0.01097,"132":0.01097,"133":0.15354,"134":0.29611,_:"12 13 14 15 79 81 83 85 86 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 111 112 113 115 116 117 120 121 122 123 125 127 128"},E:{"14":0.001,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 6.1 7.1 10.1 11.1 12.1 15.1 15.2-15.3 16.4 17.0 18.0 18.4","5.1":0.001,"9.1":0.01795,"13.1":0.01496,"14.1":0.01296,"15.4":0.00299,"15.5":0.001,"15.6":0.07677,"16.0":0.00299,"16.1":0.00798,"16.2":0.00199,"16.3":0.00698,"16.5":0.00499,"16.6":0.02193,"17.1":0.02891,"17.2":0.001,"17.3":0.01097,"17.4":0.00399,"17.5":0.00997,"17.6":0.00598,"18.1":0.00199,"18.2":0.00798,"18.3":0.06481},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00447,"5.0-5.1":0,"6.0-6.1":0.01341,"7.0-7.1":0.00894,"8.1-8.4":0,"9.0-9.2":0.00671,"9.3":0.0313,"10.0-10.2":0.00224,"10.3":0.05142,"11.0-11.2":0.23696,"11.3-11.4":0.01565,"12.0-12.1":0.00894,"12.2-12.5":0.22131,"13.0-13.1":0.00447,"13.2":0.00671,"13.3":0.00894,"13.4-13.7":0.0313,"14.0-14.4":0.07824,"14.5-14.8":0.09389,"15.0-15.1":0.05142,"15.2-15.3":0.05142,"15.4":0.06259,"15.5":0.07153,"15.6-15.8":0.88077,"16.0":0.12518,"16.1":0.25708,"16.2":0.13413,"16.3":0.23249,"16.4":0.05142,"16.5":0.09612,"16.6-16.7":1.04395,"17.0":0.06259,"17.1":0.11177,"17.2":0.08495,"17.3":0.11848,"17.4":0.23696,"17.5":0.52756,"17.6-17.7":1.53128,"18.0":0.42921,"18.1":1.40386,"18.2":0.62816,"18.3":13.12877,"18.4":0.19448},P:{"4":0.15358,"20":0.05119,"21":0.01024,"22":0.12286,"23":0.02048,"24":0.06143,"25":0.02048,"26":0.12286,"27":0.44026,"5.0-5.4":0.09215,"6.2-6.4":0.03072,"7.2-7.4":0.22525,"8.2":0.08191,"9.2":0.01024,_:"10.1 12.0 14.0 18.0","11.1-11.2":0.01024,"13.0":0.05119,"15.0":0.01024,"16.0":0.03072,"17.0":0.01024,"19.0":0.01024},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.34912,_:"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.009},Q:{_:"14.9"},O:{"0":0.08103},H:{"0":0.02},L:{"0":70.4559}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"48":0.00155,"54":0.00078,"66":0.01473,"83":0.00078,"88":0.0155,"115":0.0031,"127":0.00155,"128":0.00078,"133":0.00078,"134":0.00155,"135":0.03875,"136":0.0992,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 52 53 55 56 57 58 59 60 61 62 63 64 65 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 84 85 86 87 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 129 130 131 132 137 138 139 140 3.5 3.6"},D:{"38":0.00078,"40":0.00078,"50":0.00155,"55":0.00155,"57":0.00078,"59":0.0031,"64":0.00388,"68":0.00078,"69":0.00078,"70":0.00233,"71":0.00078,"74":0.00078,"77":0.00078,"78":0.00155,"79":0.00155,"81":0.00233,"83":0.00233,"84":0.00233,"86":0.00078,"87":0.00698,"88":0.00078,"89":0.0093,"90":0.00078,"91":0.0062,"93":0.00155,"94":0.00078,"95":0.00155,"99":0.00155,"103":0.00465,"105":0.00698,"106":0.00078,"107":0.00233,"109":0.02093,"111":0.0031,"113":0.12555,"114":0.00698,"115":0.00078,"116":0.00543,"117":0.0031,"118":0.00388,"119":0.01783,"120":0.0031,"121":0.01705,"122":0.01395,"123":0.00465,"124":0.00078,"125":0.0093,"126":0.00388,"127":0.00543,"128":0.01008,"129":0.00853,"130":0.0279,"131":0.05658,"132":0.0403,"133":0.5177,"134":0.83313,"135":0.00078,_:"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 41 42 43 44 45 46 47 48 49 51 52 53 54 56 58 60 61 62 63 65 66 67 72 73 75 76 80 85 92 96 97 98 100 101 102 104 108 110 112 136 137 138"},F:{"79":0.00155,"86":0.00078,"95":0.00233,"112":0.00388,"114":0.00078,"115":0.00078,"116":0.00465,"117":0.15578,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00078,"14":0.00078,"17":0.00155,"18":0.00775,"84":0.00465,"89":0.00078,"90":0.00233,"92":0.0093,"100":0.00233,"103":0.00078,"109":0.0031,"115":0.00155,"116":0.01318,"122":0.00078,"126":0.00233,"127":0.00078,"128":0.00078,"129":0.00078,"130":0.00698,"131":0.00543,"132":0.01163,"133":0.14648,"134":0.3162,_:"13 15 16 79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 101 102 104 105 106 107 108 110 111 112 113 114 117 118 119 120 121 123 124 125"},E:{"12":0.00078,"13":0.00155,_:"0 4 5 6 7 8 9 10 11 14 15 3.1 3.2 5.1 6.1 7.1 9.1 11.1 12.1 15.2-15.3 15.4 15.5 16.0 16.1 16.3 16.4 16.5 17.1 17.2 17.4 18.4","10.1":0.00078,"13.1":0.00233,"14.1":0.00078,"15.1":0.00155,"15.6":0.04883,"16.2":0.00775,"16.6":0.00388,"17.0":0.00078,"17.3":0.00155,"17.5":0.00233,"17.6":0.00465,"18.0":0.00155,"18.1":0.01628,"18.2":0.00078,"18.3":0.02635},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00254,"5.0-5.1":0,"6.0-6.1":0.00762,"7.0-7.1":0.00508,"8.1-8.4":0,"9.0-9.2":0.00381,"9.3":0.01778,"10.0-10.2":0.00127,"10.3":0.02921,"11.0-11.2":0.13464,"11.3-11.4":0.00889,"12.0-12.1":0.00508,"12.2-12.5":0.12574,"13.0-13.1":0.00254,"13.2":0.00381,"13.3":0.00508,"13.4-13.7":0.01778,"14.0-14.4":0.04446,"14.5-14.8":0.05335,"15.0-15.1":0.02921,"15.2-15.3":0.02921,"15.4":0.03556,"15.5":0.04064,"15.6-15.8":0.50044,"16.0":0.07113,"16.1":0.14607,"16.2":0.07621,"16.3":0.1321,"16.4":0.02921,"16.5":0.05462,"16.6-16.7":0.59316,"17.0":0.03556,"17.1":0.06351,"17.2":0.04827,"17.3":0.06732,"17.4":0.13464,"17.5":0.29975,"17.6-17.7":0.87005,"18.0":0.24387,"18.1":0.79765,"18.2":0.35691,"18.3":7.45956,"18.4":0.1105},P:{"4":0.07155,"20":0.03067,"21":0.07155,"22":0.28621,"23":0.14311,"24":0.82796,"25":0.64397,"26":0.28621,"27":1.3595,"5.0-5.4":0.01022,"6.2-6.4":0.01022,"7.2-7.4":0.18399,_:"8.2 10.1 12.0 14.0 15.0","9.2":0.092,"11.1-11.2":0.02044,"13.0":0.04089,"16.0":0.03067,"17.0":0.03067,"18.0":0.01022,"19.0":0.10222},I:{"0":0.01841,"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.41266,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},S:{"2.5":0.04612,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},R:{_:"0"},M:{"0":0.00922},Q:{"14.9":0.00922},O:{"0":0.12914},H:{"0":0.15},L:{"0":78.99936}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"78":0.00226,"91":0.00226,"115":0.10184,"123":0.00453,"127":0.00226,"128":0.06336,"129":0.00679,"130":0.00453,"131":0.00226,"133":0.00905,"134":0.00679,"135":0.42771,"136":2.12496,"137":0.00226,"138":0.00226,_:"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 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 124 125 126 132 139 140 3.5 3.6"},D:{"40":0.00453,"41":0.00226,"47":0.00226,"48":0.00226,"49":0.00679,"52":0.00226,"53":0.00226,"55":0.00679,"56":0.00226,"59":0.00226,"60":0.00226,"61":0.00226,"71":0.00905,"72":0.00226,"73":0.00226,"74":0.00679,"79":0.02942,"81":0.00226,"87":0.03395,"88":0.01132,"89":0.00226,"91":0.00226,"92":0.00226,"94":0.01358,"100":0.00226,"102":0.01132,"103":0.0181,"104":0.00453,"108":0.00679,"109":0.28288,"110":0.00226,"111":0.00226,"113":0.00226,"116":0.12899,"119":0.0181,"120":0.00226,"121":0.00453,"122":0.01584,"123":0.00226,"124":0.01358,"125":0.00905,"126":0.04752,"127":0.28966,"128":0.09052,"129":0.01358,"130":0.23309,"131":0.14257,"132":0.12899,"133":3.77016,"134":5.73218,"135":0.00679,_:"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 42 43 44 45 46 50 51 54 57 58 62 63 64 65 66 67 68 69 70 75 76 77 78 80 83 84 85 86 90 93 95 96 97 98 99 101 105 106 107 112 114 115 117 118 136 137 138"},F:{"40":0.00226,"46":0.00679,"87":0.00226,"95":0.00453,"106":0.00226,"114":0.00226,"115":0.00226,"116":0.14031,"117":0.98441,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 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 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:{"14":0.00226,"17":0.00226,"18":0.00226,"92":0.00453,"109":0.02489,"114":0.00226,"120":0.00226,"122":0.00453,"125":0.00679,"126":0.00679,"127":0.00905,"128":0.01584,"129":0.00453,"130":0.00905,"131":0.03168,"132":0.08599,"133":1.10887,"134":2.46667,_:"12 13 15 16 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 117 118 119 121 123 124"},E:{"14":0.00226,_:"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 15.2-15.3","11.1":0.00226,"12.1":0.01358,"13.1":0.01132,"14.1":0.03847,"15.1":0.00453,"15.4":0.00226,"15.5":0.00226,"15.6":0.19236,"16.0":0.05431,"16.1":0.02263,"16.2":0.06336,"16.3":0.01584,"16.4":0.00905,"16.5":0.00905,"16.6":0.10862,"17.0":0.00679,"17.1":0.08826,"17.2":0.0181,"17.3":0.02263,"17.4":0.03621,"17.5":0.07468,"17.6":0.36208,"18.0":0.03168,"18.1":0.08826,"18.2":0.05658,"18.3":1.09756,"18.4":0.03621},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00258,"5.0-5.1":0,"6.0-6.1":0.00774,"7.0-7.1":0.00516,"8.1-8.4":0,"9.0-9.2":0.00387,"9.3":0.01806,"10.0-10.2":0.00129,"10.3":0.02967,"11.0-11.2":0.13673,"11.3-11.4":0.00903,"12.0-12.1":0.00516,"12.2-12.5":0.1277,"13.0-13.1":0.00258,"13.2":0.00387,"13.3":0.00516,"13.4-13.7":0.01806,"14.0-14.4":0.04515,"14.5-14.8":0.05418,"15.0-15.1":0.02967,"15.2-15.3":0.02967,"15.4":0.03612,"15.5":0.04128,"15.6-15.8":0.50823,"16.0":0.07224,"16.1":0.14834,"16.2":0.0774,"16.3":0.13415,"16.4":0.02967,"16.5":0.05547,"16.6-16.7":0.60239,"17.0":0.03612,"17.1":0.0645,"17.2":0.04902,"17.3":0.06837,"17.4":0.13673,"17.5":0.30442,"17.6-17.7":0.8836,"18.0":0.24767,"18.1":0.81007,"18.2":0.36247,"18.3":7.57573,"18.4":0.11222},P:{"4":0.10452,"20":0.11497,"21":0.01045,"22":0.0209,"23":0.01045,"24":0.03136,"25":0.06271,"26":0.13588,"27":2.18448,"5.0-5.4":0.01045,"6.2-6.4":0.01045,"7.2-7.4":0.0209,_:"8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0","17.0":0.01045,"19.0":0.06271},I:{"0":0.27026,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00008,"4.4":0,"4.4.3-4.4.4":0.0003},K:{"0":0.07738,_:"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.85118},Q:{_:"14.9"},O:{_:"0"},H:{"0":0},L:{"0":60.74191}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"45":0.00362,"115":0.05423,"118":0.02169,"119":0.00362,"128":0.01085,"134":0.00362,"135":0.1193,"136":0.18075,_:"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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 120 121 122 123 124 125 126 127 129 130 131 132 133 137 138 139 140 3.5 3.6"},D:{"11":0.01085,"52":0.00723,"66":0.02169,"68":0.00723,"72":0.00723,"75":0.00362,"79":0.02169,"83":0.01085,"86":0.00362,"87":0.00362,"88":0.00362,"90":0.00362,"109":1.39901,"111":0.00723,"114":0.01808,"119":0.06869,"124":0.00362,"125":0.00362,"126":0.00723,"128":0.00362,"129":0.00362,"130":0.00362,"131":0.02169,"132":0.02531,"133":2.02079,"134":3.62946,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 67 69 70 71 73 74 76 77 78 80 81 84 85 89 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 112 113 115 116 117 118 120 121 122 123 127 135 136 137 138"},F:{"87":0.00362,"115":0.00362,"116":0.00723,"117":0.03977,_:"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 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00362,"16":0.00362,"17":0.01085,"18":0.00362,"90":0.00362,"91":0.01085,"92":0.07592,"100":0.00362,"109":0.01446,"119":0.55671,"120":0.00362,"124":0.02169,"127":0.54225,"128":0.29643,"129":0.00723,"130":0.15545,"131":0.57479,"132":0.54225,"133":6.76005,"134":15.56258,_:"13 14 15 79 80 81 83 84 85 86 87 88 89 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 122 123 125 126"},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 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.1 17.2 17.3 18.4","11.1":0.00362,"12.1":0.01446,"13.1":0.00723,"15.6":0.00362,"16.6":0.01446,"17.0":0.00362,"17.4":0.01808,"17.5":0.00723,"17.6":0.01085,"18.0":0.00362,"18.1":0.00362,"18.2":0.00362,"18.3":0.01808},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00221,"5.0-5.1":0,"6.0-6.1":0.00663,"7.0-7.1":0.00442,"8.1-8.4":0,"9.0-9.2":0.00332,"9.3":0.01547,"10.0-10.2":0.00111,"10.3":0.02542,"11.0-11.2":0.11716,"11.3-11.4":0.00774,"12.0-12.1":0.00442,"12.2-12.5":0.10942,"13.0-13.1":0.00221,"13.2":0.00332,"13.3":0.00442,"13.4-13.7":0.01547,"14.0-14.4":0.03868,"14.5-14.8":0.04642,"15.0-15.1":0.02542,"15.2-15.3":0.02542,"15.4":0.03095,"15.5":0.03537,"15.6-15.8":0.43547,"16.0":0.06189,"16.1":0.1271,"16.2":0.06631,"16.3":0.11495,"16.4":0.02542,"16.5":0.04753,"16.6-16.7":0.51615,"17.0":0.03095,"17.1":0.05526,"17.2":0.042,"17.3":0.05858,"17.4":0.11716,"17.5":0.26084,"17.6-17.7":0.75709,"18.0":0.21221,"18.1":0.69409,"18.2":0.31057,"18.3":6.4911,"18.4":0.09616},P:{"4":0.03058,"21":0.1631,"22":0.01019,"23":0.01019,"24":0.01019,"25":0.08155,"26":0.02039,"27":0.23445,_:"20 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","5.0-5.4":0.02039},I:{"0":0.08283,"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.00009},K:{"0":0.2554,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},S:{"2.5":0.66404,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},R:{_:"0"},M:{"0":0.01277},Q:{_:"14.9"},O:{"0":0.03831},H:{"0":0},L:{"0":53.44505}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"45":0.00587,"52":0.13499,"68":0.20542,"78":0.00587,"88":0.00587,"102":0.00587,"105":0.36975,"113":0.00587,"114":0.00587,"115":1.02121,"123":0.02935,"125":0.05869,"127":0.02935,"128":0.11738,"130":0.00587,"131":0.00587,"132":0.01174,"133":0.05869,"134":0.03521,"135":0.78645,"136":3.20447,"137":0.00587,"138":0.01761,_:"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 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 106 107 108 109 110 111 112 116 117 118 119 120 121 122 124 126 129 139 140 3.5 3.6"},D:{"38":0.00587,"47":0.21128,"49":0.04108,"56":0.00587,"57":0.04695,"58":0.00587,"68":0.38735,"73":0.19955,"75":0.00587,"76":0.01761,"79":0.05869,"81":0.00587,"83":0.00587,"87":0.02348,"88":0.59864,"89":0.02348,"91":0.00587,"92":0.00587,"93":0.00587,"94":0.00587,"95":0.00587,"97":0.00587,"99":0.00587,"101":0.01761,"102":0.15846,"103":0.05869,"105":0.02935,"106":0.00587,"107":0.01174,"108":0.01174,"109":5.52273,"110":0.00587,"111":0.01174,"112":0.00587,"113":0.00587,"114":0.01761,"115":0.00587,"116":0.07043,"118":0.00587,"119":0.01174,"120":0.02348,"121":0.02348,"122":0.0939,"123":0.01761,"124":0.12912,"125":0.02348,"126":0.08804,"127":0.0763,"128":0.0939,"129":0.07043,"130":0.09977,"131":0.18781,"132":0.68667,"133":9.98904,"134":21.4688,"135":0.01761,"136":0.00587,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 43 44 45 46 48 50 51 52 53 54 55 59 60 61 62 63 64 65 66 67 69 70 71 72 74 77 78 80 84 85 86 90 96 98 100 104 117 137 138"},F:{"31":0.48126,"36":0.01761,"40":0.53995,"46":0.38149,"79":0.02348,"87":0.01174,"88":0.00587,"95":0.05869,"114":0.01761,"115":0.00587,"116":0.18194,"117":1.06229,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 32 33 34 35 37 38 39 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 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:{"109":0.05869,"122":0.00587,"126":0.01761,"127":0.00587,"128":0.00587,"129":0.00587,"130":0.00587,"131":0.02348,"132":0.04695,"133":1.43204,"134":3.74442,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 123 124 125"},E:{"12":0.01174,"14":0.00587,_:"0 4 5 6 7 8 9 10 11 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 15.1 15.2-15.3","11.1":0.01174,"12.1":0.00587,"13.1":0.01761,"14.1":0.02348,"15.4":0.18781,"15.5":0.01174,"15.6":0.14086,"16.0":0.01174,"16.1":0.01174,"16.2":0.00587,"16.3":0.01761,"16.4":0.00587,"16.5":0.03521,"16.6":0.12325,"17.0":0.00587,"17.1":0.05282,"17.2":0.00587,"17.3":0.01174,"17.4":0.02935,"17.5":0.0763,"17.6":0.20542,"18.0":0.01761,"18.1":0.05869,"18.2":0.02935,"18.3":0.86861,"18.4":0.00587},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00147,"5.0-5.1":0,"6.0-6.1":0.0044,"7.0-7.1":0.00293,"8.1-8.4":0,"9.0-9.2":0.0022,"9.3":0.01027,"10.0-10.2":0.00073,"10.3":0.01686,"11.0-11.2":0.07772,"11.3-11.4":0.00513,"12.0-12.1":0.00293,"12.2-12.5":0.07259,"13.0-13.1":0.00147,"13.2":0.0022,"13.3":0.00293,"13.4-13.7":0.01027,"14.0-14.4":0.02566,"14.5-14.8":0.0308,"15.0-15.1":0.01686,"15.2-15.3":0.01686,"15.4":0.02053,"15.5":0.02346,"15.6-15.8":0.2889,"16.0":0.04106,"16.1":0.08432,"16.2":0.044,"16.3":0.07626,"16.4":0.01686,"16.5":0.03153,"16.6-16.7":0.34243,"17.0":0.02053,"17.1":0.03666,"17.2":0.02786,"17.3":0.03886,"17.4":0.07772,"17.5":0.17305,"17.6-17.7":0.50228,"18.0":0.14078,"18.1":0.46048,"18.2":0.20604,"18.3":4.30639,"18.4":0.06379},P:{"4":0.24039,"20":0.01045,"21":0.0209,"22":0.01045,"23":0.03135,"24":0.03135,"25":0.0209,"26":0.05226,"27":1.45278,"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 17.0 18.0 19.0","7.2-7.4":0.01045,"16.0":0.0209},I:{"0":0.05771,"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.25199,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.22889,_:"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.32222},Q:{"14.9":0.00413},O:{"0":0.04957},H:{"0":0},L:{"0":32.08416}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"60":0.00326,"88":0.00326,"115":0.09131,"120":0.01304,"128":0.00652,"129":0.00652,"130":0.00652,"131":0.00652,"132":0.00326,"133":0.00326,"134":0.00652,"135":0.1924,"136":0.88047,"137":0.00978,"138":0.00326,_:"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 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 121 122 123 124 125 126 127 139 140 3.5 3.6"},D:{"49":0.00326,"60":0.00326,"65":0.00326,"74":0.00326,"75":0.00978,"76":0.00978,"78":0.02609,"79":0.02283,"84":0.00326,"86":0.00326,"87":0.01631,"88":0.00326,"91":0.00326,"93":0.00326,"94":0.00326,"95":0.00326,"99":0.00326,"102":0.00326,"103":0.03261,"104":0.00326,"106":0.00652,"108":0.01304,"109":0.5935,"110":0.00326,"111":0.00326,"114":0.00978,"115":0.00326,"116":0.05544,"117":0.00326,"118":0.00978,"119":0.00978,"120":0.01304,"121":0.01304,"122":0.06522,"123":0.02609,"124":0.10435,"125":0.03913,"126":0.0587,"127":0.01957,"128":0.07826,"129":0.02609,"130":0.05218,"131":0.17609,"132":0.27392,"133":6.27416,"134":12.84508,"135":0.00326,"136":0.00652,_:"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 61 62 63 64 66 67 68 69 70 71 72 73 77 80 81 83 85 89 90 92 96 97 98 100 101 105 107 112 113 137 138"},F:{"42":0.01957,"79":0.00652,"87":0.00652,"88":0.00326,"94":0.00326,"95":0.01304,"102":0.00326,"114":0.00652,"116":0.40436,"117":1.15766,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 86 89 90 91 92 93 96 97 98 99 100 101 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:{"92":0.00978,"100":0.00326,"109":0.01304,"110":0.00326,"114":0.00326,"120":0.00326,"122":0.00326,"124":0.00652,"125":0.00326,"126":0.00652,"127":0.00978,"128":0.00652,"129":0.00978,"130":0.00652,"131":0.02935,"132":0.03913,"133":1.02722,"134":2.37727,_:"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 121 123"},E:{"14":0.00652,_:"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","5.1":0.00326,"13.1":0.00652,"14.1":0.00978,"15.1":0.00326,"15.2-15.3":0.00326,"15.4":0.00326,"15.5":0.00652,"15.6":0.06848,"16.0":0.00978,"16.1":0.00652,"16.2":0.00326,"16.3":0.00978,"16.4":0.00326,"16.5":0.01304,"16.6":0.07174,"17.0":0.00978,"17.1":0.03261,"17.2":0.01304,"17.3":0.00652,"17.4":0.02283,"17.5":0.09131,"17.6":0.14022,"18.0":0.03261,"18.1":0.07826,"18.2":0.03913,"18.3":0.96852,"18.4":0.02609},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00265,"5.0-5.1":0,"6.0-6.1":0.00794,"7.0-7.1":0.00529,"8.1-8.4":0,"9.0-9.2":0.00397,"9.3":0.01853,"10.0-10.2":0.00132,"10.3":0.03044,"11.0-11.2":0.1403,"11.3-11.4":0.00926,"12.0-12.1":0.00529,"12.2-12.5":0.13103,"13.0-13.1":0.00265,"13.2":0.00397,"13.3":0.00529,"13.4-13.7":0.01853,"14.0-14.4":0.04632,"14.5-14.8":0.05559,"15.0-15.1":0.03044,"15.2-15.3":0.03044,"15.4":0.03706,"15.5":0.04235,"15.6-15.8":0.52147,"16.0":0.07412,"16.1":0.15221,"16.2":0.07941,"16.3":0.13765,"16.4":0.03044,"16.5":0.05691,"16.6-16.7":0.61809,"17.0":0.03706,"17.1":0.06618,"17.2":0.05029,"17.3":0.07015,"17.4":0.1403,"17.5":0.31236,"17.6-17.7":0.90662,"18.0":0.25412,"18.1":0.83118,"18.2":0.37191,"18.3":7.77315,"18.4":0.11515},P:{"4":0.01023,"20":0.01023,"21":0.02046,"22":0.06137,"23":0.04092,"24":0.09206,"25":0.06137,"26":0.10229,"27":2.92545,_:"5.0-5.4 6.2-6.4 8.2 9.2 10.1 12.0 14.0 15.0 17.0 18.0","7.2-7.4":0.06137,"11.1-11.2":0.01023,"13.0":0.02046,"16.0":0.01023,"19.0":0.01023},I:{"0":0.02017,"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.26282,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},S:{"2.5":0.00674,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},R:{_:"0"},M:{"0":0.22239},Q:{_:"14.9"},O:{"0":0.0337},H:{"0":0},L:{"0":52.4972}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"115":0.05437,"127":0.00453,"128":0.00906,"134":0.00906,"135":0.34889,"136":1.169,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 129 130 131 132 133 137 138 139 140 3.5 3.6"},D:{"41":0.00453,"42":0.00453,"45":0.00453,"46":0.00453,"47":0.00453,"48":0.00453,"50":0.00453,"51":0.00453,"53":0.00453,"54":0.00453,"55":0.00453,"57":0.00453,"58":0.00453,"59":0.00453,"60":0.00453,"79":0.00906,"87":0.03625,"93":0.00453,"98":0.04984,"99":0.01812,"103":0.01812,"106":0.00453,"108":0.02719,"109":1.19618,"114":0.00453,"116":0.03172,"120":0.28092,"121":0.01359,"122":0.05437,"123":0.00906,"124":0.67512,"125":0.00453,"126":0.09515,"127":0.01812,"128":0.29905,"129":0.08609,"130":0.03625,"131":0.31717,"132":0.512,"133":7.0593,"134":10.05429,"135":0.09968,_:"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 43 44 49 52 56 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 83 84 85 86 88 89 90 91 92 94 95 96 97 100 101 102 104 105 107 110 111 112 113 115 117 118 119 136 137 138"},F:{"95":0.00453,"116":0.2628,"117":0.72496,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 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.01359,"98":0.00453,"100":0.00453,"109":0.01812,"114":0.00453,"126":0.00453,"128":0.00453,"130":0.02719,"131":0.06797,"132":0.0589,"133":3.23513,"134":4.9116,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 99 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 119 120 121 122 123 124 125 127 129"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1","13.1":0.01812,"14.1":0.02266,"15.1":0.06343,"15.2-15.3":0.03172,"15.4":0.02266,"15.5":0.03172,"15.6":0.4531,"16.0":0.02719,"16.1":0.02266,"16.2":0.10874,"16.3":0.2039,"16.4":0.08609,"16.5":0.15859,"16.6":0.85636,"17.0":0.03625,"17.1":0.63887,"17.2":0.09515,"17.3":0.11781,"17.4":0.40326,"17.5":0.42591,"17.6":2.69595,"18.0":0.10874,"18.1":0.41685,"18.2":0.14499,"18.3":2.7186,"18.4":0.08609},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00488,"5.0-5.1":0,"6.0-6.1":0.01464,"7.0-7.1":0.00976,"8.1-8.4":0,"9.0-9.2":0.00732,"9.3":0.03416,"10.0-10.2":0.00244,"10.3":0.05611,"11.0-11.2":0.25861,"11.3-11.4":0.01708,"12.0-12.1":0.00976,"12.2-12.5":0.24153,"13.0-13.1":0.00488,"13.2":0.00732,"13.3":0.00976,"13.4-13.7":0.03416,"14.0-14.4":0.08539,"14.5-14.8":0.10247,"15.0-15.1":0.05611,"15.2-15.3":0.05611,"15.4":0.06831,"15.5":0.07807,"15.6-15.8":0.96125,"16.0":0.13662,"16.1":0.28057,"16.2":0.14638,"16.3":0.25373,"16.4":0.05611,"16.5":0.10491,"16.6-16.7":1.13935,"17.0":0.06831,"17.1":0.12199,"17.2":0.09271,"17.3":0.12931,"17.4":0.25861,"17.5":0.57577,"17.6-17.7":1.67121,"18.0":0.46843,"18.1":1.53214,"18.2":0.68556,"18.3":14.32848,"18.4":0.21226},P:{"4":0.13778,"23":0.03179,"24":0.0106,"25":0.03179,"26":0.08479,"27":3.26425,_:"20 21 22 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 17.0 18.0 19.0","7.2-7.4":0.0106,"16.0":0.0106},I:{"0":0.03275,"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.05469,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.01812,_:"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.68363},Q:{_:"14.9"},O:{"0":0.07657},H:{"0":0},L:{"0":26.32939}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"115":0.01844,"135":0.00615,"136":0.02767,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 137 138 139 140 3.5 3.6"},D:{"25":0.00154,"46":0.00154,"61":0.03689,"64":0.00307,"68":0.00154,"76":0.00307,"77":0.00922,"79":0.00461,"81":0.00154,"83":0.00154,"87":0.00307,"89":0.03996,"93":0.03074,"98":0.02152,"103":0.06148,"105":0.00307,"108":0.02306,"109":1.04977,"111":0.03535,"114":0.00307,"119":0.0123,"120":0.04457,"122":0.08607,"123":0.03843,"124":0.00154,"125":0.00154,"126":0.02152,"127":0.0123,"128":0.00307,"129":0.01076,"130":0.05226,"131":0.15524,"132":0.05533,"133":1.3541,"134":2.56833,"135":0.00154,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 59 60 62 63 65 66 67 69 70 71 72 73 74 75 78 80 84 85 86 88 90 91 92 94 95 96 97 99 100 101 102 104 106 107 110 112 113 115 116 117 118 121 136 137 138"},F:{"42":0.00769,"79":0.00615,"86":0.00154,"95":0.04304,"104":0.00615,"117":0.03381,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 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:{"18":0.0123,"81":0.00615,"91":0.00615,"92":0.00615,"100":0.00307,"109":0.08915,"116":0.00461,"117":0.00307,"120":0.01691,"121":0.00154,"122":0.04611,"123":0.00307,"125":0.00307,"126":0.00461,"127":0.01383,"129":0.1122,"130":0.06455,"131":0.0292,"132":0.05226,"133":0.79156,"134":1.91971,_:"12 13 14 15 16 17 79 80 83 84 85 86 87 88 89 90 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 114 115 118 119 124 128"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.3 16.4 16.5 17.1 17.2 17.3 17.4 18.4","14.1":0.00307,"15.6":0.03381,"16.2":0.00307,"16.6":0.00461,"17.0":0.00154,"17.5":0.01998,"17.6":0.02767,"18.0":0.02152,"18.1":0.00615,"18.2":0.00615,"18.3":0.03074},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0017,"5.0-5.1":0,"6.0-6.1":0.0051,"7.0-7.1":0.0034,"8.1-8.4":0,"9.0-9.2":0.00255,"9.3":0.01191,"10.0-10.2":0.00085,"10.3":0.01956,"11.0-11.2":0.09017,"11.3-11.4":0.00595,"12.0-12.1":0.0034,"12.2-12.5":0.08421,"13.0-13.1":0.0017,"13.2":0.00255,"13.3":0.0034,"13.4-13.7":0.01191,"14.0-14.4":0.02977,"14.5-14.8":0.03573,"15.0-15.1":0.01956,"15.2-15.3":0.01956,"15.4":0.02382,"15.5":0.02722,"15.6-15.8":0.33515,"16.0":0.04764,"16.1":0.09782,"16.2":0.05104,"16.3":0.08847,"16.4":0.01956,"16.5":0.03658,"16.6-16.7":0.39725,"17.0":0.02382,"17.1":0.04253,"17.2":0.03232,"17.3":0.04508,"17.4":0.09017,"17.5":0.20075,"17.6-17.7":0.58268,"18.0":0.16332,"18.1":0.5342,"18.2":0.23903,"18.3":4.99576,"18.4":0.074},P:{"4":0.30929,"20":0.01031,"22":0.07217,"23":0.02062,"24":0.09279,"25":0.05155,"26":0.1031,"27":0.26805,_:"21 5.0-5.4 6.2-6.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 18.0","7.2-7.4":0.04124,"8.2":0.01031,"15.0":0.01031,"16.0":0.03093,"17.0":0.04124,"19.0":0.30929},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.27778,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},S:{"2.5":0.27931,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},R:{_:"0"},M:{"0":0.0931},Q:{_:"14.9"},O:{"0":0.00846},H:{"0":0.01},L:{"0":80.02649}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"93":0.00336,"110":0.02351,"111":0.00672,"115":0.04365,"127":0.00336,"128":0.01007,"134":0.00336,"135":0.14104,"136":0.34587,"137":0.02351,_:"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 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 112 113 114 116 117 118 119 120 121 122 123 124 125 126 129 130 131 132 133 138 139 140 3.5 3.6"},D:{"11":0.00336,"39":0.01007,"40":0.01007,"41":0.01007,"42":0.01007,"43":0.01007,"44":0.00672,"45":0.00672,"46":0.00336,"47":0.00672,"48":0.00672,"49":0.01007,"50":0.01007,"51":0.01007,"52":0.01007,"53":0.01007,"54":0.01007,"55":0.00672,"56":0.00672,"57":0.01007,"58":0.00672,"59":0.00672,"60":0.01007,"63":0.00672,"65":0.01343,"69":0.0403,"73":0.01007,"76":0.00336,"79":0.09067,"81":0.03022,"83":0.00672,"84":0.00336,"87":0.04365,"88":0.00336,"90":0.00336,"91":0.00672,"93":0.01679,"94":0.01343,"97":0.06716,"98":0.01007,"99":0.00336,"100":0.00336,"103":0.04701,"104":0.00336,"105":0.02015,"108":0.01679,"109":0.18469,"110":0.00336,"111":0.01007,"112":0.00336,"113":0.00336,"114":0.00672,"116":0.03358,"117":0.30558,"118":0.00336,"119":0.02351,"120":0.01007,"121":0.00336,"122":0.05709,"123":0.01343,"124":0.01343,"125":0.27871,"126":0.0403,"127":0.00672,"128":0.24178,"129":0.01343,"130":0.04701,"131":0.14439,"132":0.3358,"133":5.25863,"134":10.93365,"135":0.0638,"136":0.01679,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 64 66 67 68 70 71 72 74 75 77 78 80 85 86 89 92 95 96 101 102 106 107 115 137 138"},F:{"87":0.05037,"88":0.02686,"95":0.00672,"113":0.00672,"114":0.00336,"116":0.15783,"117":0.83614,_:"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 115 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6","12.1":0.00336},B:{"15":0.00336,"16":0.00336,"18":0.00672,"84":0.00336,"92":0.18133,"100":0.00336,"109":0.00672,"114":0.00336,"118":0.01007,"120":0.00336,"122":0.00672,"124":0.00336,"126":0.00336,"127":0.01007,"129":0.00336,"130":0.01679,"131":0.05037,"132":0.10074,"133":1.73273,"134":4.43592,_:"12 13 14 17 79 80 81 83 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 119 121 123 125 128"},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 16.0 16.1 16.2 17.0","13.1":0.00336,"14.1":0.00336,"15.2-15.3":0.00336,"15.4":0.00336,"15.5":0.00336,"15.6":0.07052,"16.3":0.00336,"16.4":0.00672,"16.5":0.01679,"16.6":0.03694,"17.1":0.03022,"17.2":0.00672,"17.3":0.01007,"17.4":0.00336,"17.5":0.02015,"17.6":0.34587,"18.0":0.02015,"18.1":0.08059,"18.2":0.01007,"18.3":1.61184,"18.4":0.00336},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00182,"5.0-5.1":0,"6.0-6.1":0.00546,"7.0-7.1":0.00364,"8.1-8.4":0,"9.0-9.2":0.00273,"9.3":0.01274,"10.0-10.2":0.00091,"10.3":0.02093,"11.0-11.2":0.09646,"11.3-11.4":0.00637,"12.0-12.1":0.00364,"12.2-12.5":0.09009,"13.0-13.1":0.00182,"13.2":0.00273,"13.3":0.00364,"13.4-13.7":0.01274,"14.0-14.4":0.03185,"14.5-14.8":0.03822,"15.0-15.1":0.02093,"15.2-15.3":0.02093,"15.4":0.02548,"15.5":0.02912,"15.6-15.8":0.35852,"16.0":0.05096,"16.1":0.10464,"16.2":0.0546,"16.3":0.09464,"16.4":0.02093,"16.5":0.03913,"16.6-16.7":0.42495,"17.0":0.02548,"17.1":0.0455,"17.2":0.03458,"17.3":0.04823,"17.4":0.09646,"17.5":0.21475,"17.6-17.7":0.62332,"18.0":0.17471,"18.1":0.57145,"18.2":0.2557,"18.3":5.34416,"18.4":0.07917},P:{"4":0.07461,"20":0.04263,"21":0.02132,"22":0.07461,"23":0.04263,"24":0.30908,"25":0.13856,"26":0.14921,"27":3.0269,_:"5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 15.0 16.0 17.0 18.0","7.2-7.4":0.11724,"13.0":0.03197,"14.0":0.05329,"19.0":0.03197},I:{"0":0.00663,"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":0.2524,_:"10 11 12 11.1 11.5 12.1"},A:{"10":0.01007,"11":0.02015,_:"6 7 8 9 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},R:{_:"0"},M:{"0":0.05978},Q:{"14.9":0.04649},O:{"0":0.37195},H:{"0":0},L:{"0":55.6655}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"34":0.00429,"52":0.01287,"72":0.06007,"78":0.00429,"81":0.00429,"109":0.00429,"115":1.57909,"116":0.00429,"127":0.00429,"128":0.02575,"131":0.00429,"132":0.00429,"133":0.01287,"134":0.00858,"135":0.23601,"136":0.69085,"137":0.00429,"138":0.00429,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 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 108 110 111 112 113 114 117 118 119 120 121 122 123 124 125 126 129 130 139 140 3.5 3.6"},D:{"30":0.00429,"34":0.01716,"38":0.03433,"45":0.01287,"49":0.01287,"52":0.00429,"53":0.00429,"58":0.00858,"60":0.01287,"61":0.01716,"67":0.00429,"70":0.00429,"74":0.01287,"75":0.02146,"76":0.00429,"78":0.01716,"79":0.17164,"80":0.01716,"81":0.00858,"83":0.02146,"85":0.00858,"86":0.03433,"87":0.16735,"88":0.00429,"89":0.00429,"90":0.00858,"91":0.01287,"92":0.01287,"94":0.00858,"95":0.01287,"96":0.00429,"97":0.01716,"98":0.02575,"99":0.00858,"100":0.00429,"101":0.03433,"102":0.01287,"103":0.04291,"104":0.02575,"105":0.00858,"106":0.00858,"107":0.06007,"108":0.03433,"109":0.8582,"110":0.03004,"111":0.02146,"112":0.03004,"113":0.01716,"114":0.08582,"115":0.02146,"116":1.55763,"117":0.02146,"118":0.0472,"119":0.06437,"120":0.11157,"121":0.12873,"122":0.11586,"123":0.10728,"124":0.13302,"125":3.26545,"126":0.25746,"127":0.45485,"128":0.32612,"129":0.1416,"130":0.16735,"131":0.5235,"132":0.39477,"133":5.74994,"134":9.44878,"135":0.05578,"136":0.09011,_:"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 35 36 37 39 40 41 42 43 44 46 47 48 50 51 54 55 56 57 59 62 63 64 65 66 68 69 71 72 73 77 84 93 137 138"},F:{"36":0.01287,"46":0.03862,"87":0.01287,"88":0.00429,"95":0.02575,"102":1.4804,"116":0.01716,"117":0.10728,_:"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 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.02146,"92":0.01716,"104":0.00429,"106":0.00858,"109":0.06866,"110":0.00429,"111":0.00429,"112":0.00429,"113":0.02146,"114":0.01287,"115":0.00858,"116":0.01287,"117":0.01716,"118":0.01287,"119":0.00858,"120":0.04291,"121":0.01716,"122":0.01716,"123":0.00858,"124":0.01287,"125":0.01716,"126":0.03433,"127":0.05149,"128":0.02575,"129":0.02575,"130":0.03004,"131":0.0944,"132":0.08582,"133":1.44178,"134":2.91359,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 105 107 108"},E:{"8":0.01287,"13":0.00429,"14":0.03004,"15":0.00858,_:"0 4 5 6 7 9 10 11 12 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1","12.1":0.00429,"13.1":0.02575,"14.1":0.06866,"15.1":0.00858,"15.2-15.3":0.00429,"15.4":0.03862,"15.5":0.03433,"15.6":0.19739,"16.0":0.03433,"16.1":0.03433,"16.2":0.0472,"16.3":0.08153,"16.4":0.02146,"16.5":0.03862,"16.6":0.28321,"17.0":0.00858,"17.1":0.18451,"17.2":0.01716,"17.3":0.02575,"17.4":0.0472,"17.5":0.12015,"17.6":0.35615,"18.0":0.0472,"18.1":0.21026,"18.2":0.05578,"18.3":1.80651,"18.4":0.01287},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00358,"5.0-5.1":0,"6.0-6.1":0.01074,"7.0-7.1":0.00716,"8.1-8.4":0,"9.0-9.2":0.00537,"9.3":0.02506,"10.0-10.2":0.00179,"10.3":0.04116,"11.0-11.2":0.18972,"11.3-11.4":0.01253,"12.0-12.1":0.00716,"12.2-12.5":0.17719,"13.0-13.1":0.00358,"13.2":0.00537,"13.3":0.00716,"13.4-13.7":0.02506,"14.0-14.4":0.06264,"14.5-14.8":0.07517,"15.0-15.1":0.04116,"15.2-15.3":0.04116,"15.4":0.05011,"15.5":0.05727,"15.6-15.8":0.70517,"16.0":0.10023,"16.1":0.20582,"16.2":0.10739,"16.3":0.18614,"16.4":0.04116,"16.5":0.07696,"16.6-16.7":0.83582,"17.0":0.05011,"17.1":0.08949,"17.2":0.06801,"17.3":0.09486,"17.4":0.18972,"17.5":0.42239,"17.6-17.7":1.22599,"18.0":0.34364,"18.1":1.12398,"18.2":0.50293,"18.3":10.51133,"18.4":0.15571},P:{"4":0.37387,"20":0.02136,"21":0.03205,"22":0.03205,"23":0.04273,"24":0.03205,"25":0.04273,"26":0.14955,"27":4.19807,"5.0-5.4":0.07477,"6.2-6.4":0.03205,"7.2-7.4":0.04273,_:"8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0","13.0":0.01068,"17.0":0.01068,"18.0":0.01068,"19.0":0.01068},I:{"0":0.05697,"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.1256,_:"10 11 12 11.1 11.5 12.1"},A:{"9":0.13185,"11":0.59333,_:"6 7 8 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},R:{_:"0"},M:{"0":0.5709},Q:{"14.9":0.28545},O:{"0":0.39392},H:{"0":0},L:{"0":34.11327}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"4":0.0186,"52":0.00372,"69":0.00372,"77":0.00372,"108":0.00744,"115":0.08926,"128":0.01116,"130":0.00744,"131":0.00372,"132":0.00372,"133":0.00744,"134":0.02975,"135":0.15248,"136":0.89256,"137":0.00372,_:"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 70 71 72 73 74 75 76 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 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 127 129 138 139 140 3.5 3.6"},D:{"38":0.00372,"39":0.00744,"40":0.00372,"41":0.00372,"42":0.00372,"43":0.00744,"44":0.00372,"45":0.00744,"46":0.00372,"47":0.01116,"48":0.00372,"49":0.00744,"50":0.00744,"51":0.00372,"52":0.00744,"53":0.00744,"54":0.00372,"55":0.00744,"56":0.00744,"57":0.00372,"58":0.00744,"59":0.00744,"60":0.00372,"63":0.00372,"65":0.00372,"69":0.00372,"73":0.00744,"74":0.00744,"75":0.00744,"76":0.00372,"77":0.00744,"79":0.06694,"81":0.00372,"85":0.00744,"86":0.00372,"87":0.05579,"88":0.01488,"91":0.00372,"92":0.02603,"93":0.02231,"94":0.02231,"98":0.00744,"100":0.02231,"101":0.00372,"102":0.00372,"103":0.03719,"104":0.00372,"105":0.00744,"106":0.00372,"108":0.07438,"109":0.72149,"110":0.01116,"111":0.00744,"112":0.00372,"114":0.00744,"115":0.00372,"116":0.11901,"117":0.00372,"118":0.00744,"119":0.01116,"120":0.01116,"121":0.01488,"122":0.06322,"123":0.02975,"124":0.1376,"125":0.11157,"126":0.05207,"127":0.0186,"128":0.0595,"129":0.05207,"130":0.14504,"131":0.86281,"132":0.37934,"133":6.82808,"134":13.4665,"135":0.01116,_:"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 64 66 67 68 70 71 72 78 80 83 84 89 90 95 96 97 99 107 113 136 137 138"},F:{"86":0.00372,"87":0.01116,"88":0.00372,"95":0.02231,"114":0.03347,"116":0.48719,"117":1.28677,_:"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 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.00372,"85":0.00372,"92":0.01488,"100":0.00372,"109":0.03347,"112":0.00372,"114":0.02603,"115":0.00372,"118":0.00372,"119":0.00372,"121":0.00744,"122":0.00372,"123":0.00372,"124":0.00744,"125":0.00372,"126":0.01116,"127":0.00372,"128":0.00372,"129":0.01116,"130":0.01116,"131":0.04091,"132":0.10041,"133":1.5657,"134":3.62974,_:"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 102 103 104 105 106 107 108 110 111 113 116 117 120"},E:{"14":0.00372,_:"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.1 15.2-15.3 15.5","5.1":0.00744,"11.1":0.00372,"13.1":0.01488,"14.1":0.00372,"15.4":0.00372,"15.6":0.04835,"16.0":0.00372,"16.1":0.00744,"16.2":0.00372,"16.3":0.01116,"16.4":0.00372,"16.5":0.02231,"16.6":0.06694,"17.0":0.01116,"17.1":0.02975,"17.2":0.00744,"17.3":0.00372,"17.4":0.02231,"17.5":0.04091,"17.6":0.10413,"18.0":0.0595,"18.1":0.18223,"18.2":0.0186,"18.3":0.83306,"18.4":0.06694},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00371,"5.0-5.1":0,"6.0-6.1":0.01113,"7.0-7.1":0.00742,"8.1-8.4":0,"9.0-9.2":0.00556,"9.3":0.02596,"10.0-10.2":0.00185,"10.3":0.04265,"11.0-11.2":0.19658,"11.3-11.4":0.01298,"12.0-12.1":0.00742,"12.2-12.5":0.18359,"13.0-13.1":0.00371,"13.2":0.00556,"13.3":0.00742,"13.4-13.7":0.02596,"14.0-14.4":0.06491,"14.5-14.8":0.07789,"15.0-15.1":0.04265,"15.2-15.3":0.04265,"15.4":0.05193,"15.5":0.05934,"15.6-15.8":0.73067,"16.0":0.10385,"16.1":0.21327,"16.2":0.11127,"16.3":0.19287,"16.4":0.04265,"16.5":0.07974,"16.6-16.7":0.86604,"17.0":0.05193,"17.1":0.09272,"17.2":0.07047,"17.3":0.09829,"17.4":0.19658,"17.5":0.43766,"17.6-17.7":1.27032,"18.0":0.35606,"18.1":1.16462,"18.2":0.52111,"18.3":10.89138,"18.4":0.16134},P:{"4":0.08286,"20":0.01036,"21":0.01036,"22":0.02072,"23":0.02072,"24":0.06215,"25":0.06215,"26":0.17608,"27":1.82299,"5.0-5.4":0.01036,"6.2-6.4":0.01036,"7.2-7.4":0.05179,_:"8.2 9.2 10.1 12.0 14.0 15.0 17.0 18.0","11.1-11.2":0.01036,"13.0":0.01036,"16.0":0.02072,"19.0":0.01036},I:{"0":0.0376,"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.29516,_:"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.15072},Q:{_:"14.9"},O:{"0":0.05652},H:{"0":0},L:{"0":43.49908}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"47":0.00469,"52":0.01875,"78":0.00937,"112":0.00469,"113":0.00469,"114":0.00469,"115":0.47339,"121":0.00469,"124":0.00469,"125":0.00469,"127":0.01875,"128":0.07968,"129":0.00469,"130":0.00469,"131":0.00469,"132":0.00469,"133":0.07968,"134":0.04218,"135":0.66555,"136":2.49348,"137":0.00469,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 116 117 118 119 120 122 123 126 138 139 140 3.5 3.6"},D:{"41":0.01875,"47":0.00469,"49":0.01875,"53":0.00469,"56":0.00469,"66":0.00469,"74":0.00469,"75":0.00937,"76":0.00469,"77":0.00937,"79":0.10311,"81":0.02812,"84":0.01406,"86":0.00469,"87":0.1078,"88":0.00937,"89":0.00469,"90":0.00469,"91":0.00469,"92":0.00469,"93":0.00469,"94":0.01875,"95":0.01875,"102":0.00469,"103":0.01406,"104":0.00469,"105":0.00469,"106":0.02344,"107":0.00937,"108":0.01875,"109":1.42954,"110":0.00469,"111":0.01875,"112":0.01406,"113":0.00469,"114":0.00937,"115":0.00469,"116":0.07031,"117":0.00937,"118":0.01406,"119":0.0375,"120":0.07968,"121":0.01875,"122":0.12655,"123":0.02344,"124":0.1078,"125":0.01875,"126":0.04687,"127":0.01875,"128":0.07031,"129":0.04218,"130":0.07968,"131":0.29528,"132":0.45933,"133":9.67397,"134":20.10254,"135":0.00937,_:"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 48 50 51 52 54 55 57 58 59 60 61 62 63 64 65 67 68 69 70 71 72 73 78 80 83 85 96 97 98 99 100 101 136 137 138"},F:{"46":0.02812,"70":0.00469,"85":0.00469,"87":0.03281,"88":0.01875,"89":0.00469,"95":0.06562,"114":0.00469,"115":0.00469,"116":0.29059,"117":1.43422,_:"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 71 72 73 74 75 76 77 78 79 80 81 82 83 84 86 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:{"92":0.00469,"109":0.05156,"110":0.00469,"114":0.00937,"117":0.00469,"118":0.00937,"119":0.00469,"122":0.00469,"123":0.00469,"125":0.00469,"126":0.00469,"127":0.00469,"129":0.00469,"130":0.02344,"131":0.07499,"132":0.07031,"133":0.98427,"134":2.58722,_:"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 115 116 120 121 124 128"},E:{"14":0.00469,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.2-15.3 15.4","13.1":0.00937,"14.1":0.01875,"15.1":0.00469,"15.5":0.00469,"15.6":0.07968,"16.0":0.02344,"16.1":0.00469,"16.2":0.00937,"16.3":0.01875,"16.4":0.00937,"16.5":0.01406,"16.6":0.09843,"17.0":0.01875,"17.1":0.06562,"17.2":0.04218,"17.3":0.02344,"17.4":0.03281,"17.5":0.10311,"17.6":0.13592,"18.0":0.02812,"18.1":0.1078,"18.2":0.03281,"18.3":0.64212,"18.4":0.02344},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00189,"5.0-5.1":0,"6.0-6.1":0.00568,"7.0-7.1":0.00379,"8.1-8.4":0,"9.0-9.2":0.00284,"9.3":0.01326,"10.0-10.2":0.00095,"10.3":0.02179,"11.0-11.2":0.10041,"11.3-11.4":0.00663,"12.0-12.1":0.00379,"12.2-12.5":0.09378,"13.0-13.1":0.00189,"13.2":0.00284,"13.3":0.00379,"13.4-13.7":0.01326,"14.0-14.4":0.03316,"14.5-14.8":0.03979,"15.0-15.1":0.02179,"15.2-15.3":0.02179,"15.4":0.02652,"15.5":0.03031,"15.6-15.8":0.37324,"16.0":0.05305,"16.1":0.10894,"16.2":0.05684,"16.3":0.09852,"16.4":0.02179,"16.5":0.04073,"16.6-16.7":0.44239,"17.0":0.02652,"17.1":0.04737,"17.2":0.036,"17.3":0.05021,"17.4":0.10041,"17.5":0.22356,"17.6-17.7":0.64891,"18.0":0.18188,"18.1":0.59491,"18.2":0.26619,"18.3":5.56354,"18.4":0.08242},P:{"4":0.1454,"21":0.01039,"22":0.01039,"23":0.05193,"24":0.02077,"25":0.06231,"26":0.11424,"27":3.34422,_:"20 8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0 18.0","5.0-5.4":0.03116,"6.2-6.4":0.04154,"7.2-7.4":0.04154,"13.0":0.01039,"17.0":0.01039,"19.0":0.01039},I:{"0":0.03711,"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.47286,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00937,_:"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.41441},Q:{_:"14.9"},O:{"0":0.09032},H:{"0":0},L:{"0":39.38997}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"52":0.00115,"72":0.00115,"88":0.00805,"115":0.0023,"128":0.00115,"133":0.01725,"135":0.01955,"136":0.06325,_:"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 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 127 129 130 131 132 134 137 138 139 140 3.5 3.6"},D:{"11":0.00575,"38":0.00115,"49":0.00115,"50":0.0023,"52":0.00115,"53":0.00115,"54":0.00115,"55":0.00115,"56":0.0023,"58":0.00115,"64":0.0023,"67":0.00115,"68":0.0023,"70":0.00115,"74":0.00345,"75":0.00345,"76":0.0414,"79":0.01265,"81":0.0023,"83":0.00115,"84":0.0023,"86":0.00115,"87":0.01725,"88":0.0023,"89":0.00115,"90":0.00345,"91":0.00115,"92":0.00115,"93":0.18055,"94":0.00115,"95":0.00115,"97":0.0138,"98":0.0023,"99":0.00115,"102":0.00115,"103":0.0437,"105":0.03795,"106":0.0069,"108":0.04255,"109":0.11845,"110":0.0046,"111":0.0782,"112":0.0023,"113":0.00115,"114":0.02415,"116":0.01495,"117":0.0046,"118":0.00345,"119":0.02185,"120":0.07245,"121":0.0069,"122":0.00345,"123":0.0046,"124":0.0069,"125":0.02415,"126":0.0322,"127":0.01035,"128":0.02645,"129":0.0092,"130":0.0092,"131":0.1242,"132":0.1265,"133":0.9039,"134":1.03845,"135":0.00345,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 43 44 45 46 47 48 51 57 59 60 61 62 63 65 66 69 71 72 73 77 78 80 85 96 100 101 104 107 115 136 137 138"},F:{"79":0.00115,"87":0.00115,"95":0.0023,"105":0.00115,"114":0.00115,"115":0.00115,"116":0.01725,"117":0.08855,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 86 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 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.00345,"15":0.00115,"17":0.00115,"18":0.00345,"84":0.00115,"90":0.00115,"92":0.0115,"96":0.00345,"109":0.0069,"112":0.00115,"114":0.00115,"120":0.00115,"122":0.00115,"123":0.0023,"125":0.00115,"126":0.00115,"127":0.0046,"128":0.0023,"129":0.00115,"130":0.0046,"131":0.0092,"132":0.01495,"133":0.20585,"134":0.56235,_:"13 14 16 79 80 81 83 85 86 87 88 89 91 93 94 95 97 98 99 100 101 102 103 104 105 106 107 108 110 111 113 115 116 117 118 119 121 124"},E:{"11":0.00115,"13":0.00115,"14":0.0483,_:"0 4 5 6 7 8 9 10 12 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 15.4 16.0 17.0 18.4","11.1":0.0023,"12.1":0.00115,"13.1":0.0023,"14.1":0.02185,"15.1":0.00115,"15.2-15.3":0.0023,"15.5":0.00345,"15.6":0.04255,"16.1":0.00115,"16.2":0.0023,"16.3":0.00345,"16.4":0.00115,"16.5":0.00115,"16.6":0.01035,"17.1":0.00115,"17.2":0.00115,"17.3":0.0023,"17.4":0.0023,"17.5":0.0023,"17.6":0.01035,"18.0":0.00575,"18.1":0.00575,"18.2":0.00115,"18.3":0.05865},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00196,"5.0-5.1":0,"6.0-6.1":0.00588,"7.0-7.1":0.00392,"8.1-8.4":0,"9.0-9.2":0.00294,"9.3":0.01371,"10.0-10.2":0.00098,"10.3":0.02253,"11.0-11.2":0.10384,"11.3-11.4":0.00686,"12.0-12.1":0.00392,"12.2-12.5":0.09698,"13.0-13.1":0.00196,"13.2":0.00294,"13.3":0.00392,"13.4-13.7":0.01371,"14.0-14.4":0.03429,"14.5-14.8":0.04114,"15.0-15.1":0.02253,"15.2-15.3":0.02253,"15.4":0.02743,"15.5":0.03135,"15.6-15.8":0.38596,"16.0":0.05486,"16.1":0.11265,"16.2":0.05878,"16.3":0.10188,"16.4":0.02253,"16.5":0.04212,"16.6-16.7":0.45747,"17.0":0.02743,"17.1":0.04898,"17.2":0.03722,"17.3":0.05192,"17.4":0.10384,"17.5":0.23118,"17.6-17.7":0.67102,"18.0":0.18808,"18.1":0.61518,"18.2":0.27526,"18.3":5.7531,"18.4":0.08522},P:{"4":0.06256,"20":0.02085,"21":0.05214,"22":0.04171,"23":0.04171,"24":0.14598,"25":0.07299,"26":0.19812,"27":0.49009,"5.0-5.4":0.02085,"6.2-6.4":0.01043,"7.2-7.4":0.06256,_:"8.2 10.1 12.0 15.0","9.2":0.12513,"11.1-11.2":0.23983,"13.0":0.12513,"14.0":0.05214,"16.0":0.1147,"17.0":0.01043,"18.0":0.01043,"19.0":0.03128},I:{"0":0.05298,"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.11504,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.0023,_:"6 7 8 9 10 5.5"},S:{"2.5":0.0177,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},R:{_:"0"},M:{"0":0.07079},Q:{_:"14.9"},O:{"0":0.0177},H:{"0":0},L:{"0":83.43841}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports={C:{"48":0.00669,"52":0.02342,"61":0.00335,"71":0.00335,"78":0.00669,"87":0.00335,"102":0.00335,"107":0.00669,"108":0.00335,"111":0.00335,"113":0.00335,"114":0.00335,"115":0.46496,"118":0.00335,"119":0.00335,"120":0.58872,"125":0.01004,"126":0.00335,"127":0.00669,"128":0.07359,"129":0.00669,"130":0.00335,"131":0.01004,"132":0.00669,"133":0.01338,"134":0.03011,"135":0.63221,"136":2.3783,"137":0.00335,_:"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 62 63 64 65 66 67 68 69 70 72 73 74 75 76 77 79 80 81 82 83 84 85 86 88 89 90 91 92 93 94 95 96 97 98 99 100 101 103 104 105 106 109 110 112 116 117 121 122 123 124 138 139 140 3.5 3.6"},D:{"34":0.01004,"38":0.01673,"41":0.00335,"49":0.00669,"53":0.01004,"69":0.00335,"73":0.00335,"79":0.13715,"84":0.00335,"87":0.07694,"88":0.01338,"91":0.00335,"94":0.01004,"95":0.00335,"96":0.00335,"100":0.00669,"102":0.00335,"103":0.02342,"104":0.02007,"106":0.00335,"107":0.00669,"108":0.03011,"109":1.12392,"110":0.00335,"111":0.01004,"112":0.00669,"113":0.00335,"114":0.01673,"115":0.00669,"116":0.0368,"117":0.00335,"118":0.01673,"119":0.02007,"120":0.07025,"121":0.02342,"122":0.05352,"123":0.01338,"124":0.03345,"125":0.01338,"126":0.03011,"127":0.02007,"128":0.06356,"129":0.02676,"130":0.04683,"131":0.17394,"132":0.52517,"133":6.06114,"134":12.06542,"135":0.01673,"136":0.00335,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 39 40 42 43 44 45 46 47 48 50 51 52 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 70 71 72 74 75 76 77 78 80 81 83 85 86 89 90 92 93 97 98 99 101 105 137 138"},F:{"46":0.00669,"79":0.00335,"85":0.00335,"86":0.00669,"87":0.01673,"88":0.00335,"95":0.07694,"104":0.00335,"105":0.00669,"106":0.04349,"114":0.00335,"115":0.00335,"116":0.21743,"117":1.02357,_:"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 89 90 91 92 93 94 96 97 98 99 100 101 102 103 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:{"92":0.00335,"97":0.00335,"109":0.02342,"120":0.4014,"122":0.00335,"125":0.00335,"126":0.00335,"128":0.00335,"129":0.00669,"130":0.01004,"131":0.02007,"132":0.07359,"133":0.79946,"134":1.94679,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 121 123 124 127"},E:{"14":0.00335,_:"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","13.1":0.01338,"14.1":0.01004,"15.2-15.3":0.00335,"15.4":0.00335,"15.5":0.00335,"15.6":0.0669,"16.0":0.01673,"16.1":0.00669,"16.2":0.00669,"16.3":0.01338,"16.4":0.00335,"16.5":0.01004,"16.6":0.07359,"17.0":0.00669,"17.1":0.05687,"17.2":0.00669,"17.3":0.01004,"17.4":0.02007,"17.5":0.03011,"17.6":0.12042,"18.0":0.01338,"18.1":0.05018,"18.2":0.05018,"18.3":0.59541,"18.4":0.01338},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00187,"5.0-5.1":0,"6.0-6.1":0.0056,"7.0-7.1":0.00373,"8.1-8.4":0,"9.0-9.2":0.0028,"9.3":0.01307,"10.0-10.2":0.00093,"10.3":0.02148,"11.0-11.2":0.09897,"11.3-11.4":0.00654,"12.0-12.1":0.00373,"12.2-12.5":0.09244,"13.0-13.1":0.00187,"13.2":0.0028,"13.3":0.00373,"13.4-13.7":0.01307,"14.0-14.4":0.03268,"14.5-14.8":0.03922,"15.0-15.1":0.02148,"15.2-15.3":0.02148,"15.4":0.02614,"15.5":0.02988,"15.6-15.8":0.36788,"16.0":0.05229,"16.1":0.10738,"16.2":0.05602,"16.3":0.0971,"16.4":0.02148,"16.5":0.04015,"16.6-16.7":0.43604,"17.0":0.02614,"17.1":0.04668,"17.2":0.03548,"17.3":0.04949,"17.4":0.09897,"17.5":0.22035,"17.6-17.7":0.63958,"18.0":0.17927,"18.1":0.58636,"18.2":0.26237,"18.3":5.4836,"18.4":0.08123},P:{"4":0.15577,"20":0.01038,"21":0.02077,"22":0.03115,"23":0.04154,"24":0.04154,"25":0.03115,"26":0.08308,"27":2.61689,"5.0-5.4":0.01038,"6.2-6.4":0.01038,"7.2-7.4":0.02077,_:"8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0 17.0 18.0","13.0":0.01038,"19.0":0.01038},I:{"0":0.09297,"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.0001},K:{"0":0.33941,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.01004,_:"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.27951},Q:{_:"14.9"},O:{"0":0.01331},H:{"0":0},L:{"0":54.39711}};
|