immosquare-cleaner 0.1.63 → 0.1.65

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.
Files changed (1339) hide show
  1. checksums.yaml +4 -4
  2. data/lib/immosquare-cleaner/version.rb +1 -1
  3. data/lib/immosquare-cleaner.rb +37 -37
  4. data/lib/tasks/immosquare_cleaner.rake +17 -1
  5. data/linters/rubocop/cop/custom_cops/style/font_awesome_normalization.rb +106 -0
  6. data/linters/rubocop-3.4.1.yml +3 -1
  7. data/linters/rubocop.yml +4 -0
  8. data/node_modules/@babel/compat-data/data/plugins.json +6 -7
  9. data/node_modules/@babel/compat-data/package.json +2 -2
  10. data/node_modules/@babel/core/lib/config/files/configuration.js +3 -0
  11. data/node_modules/@babel/core/lib/config/files/configuration.js.map +1 -1
  12. data/node_modules/@babel/core/lib/config/files/module-types.js +74 -63
  13. data/node_modules/@babel/core/lib/config/files/module-types.js.map +1 -1
  14. data/node_modules/@babel/core/lib/config/files/plugins.js +1 -0
  15. data/node_modules/@babel/core/lib/config/files/plugins.js.map +1 -1
  16. data/node_modules/@babel/core/lib/config/partial.js +1 -1
  17. data/node_modules/@babel/core/lib/config/partial.js.map +1 -1
  18. data/node_modules/@babel/core/lib/index.js +1 -2
  19. data/node_modules/@babel/core/lib/index.js.map +1 -1
  20. data/node_modules/@babel/core/lib/parser/index.js.map +1 -1
  21. data/node_modules/@babel/core/lib/transformation/file/babel-7-helpers.cjs +3 -1
  22. data/node_modules/@babel/core/lib/transformation/file/babel-7-helpers.cjs.map +1 -1
  23. data/node_modules/@babel/core/lib/transformation/file/file.js +2 -4
  24. data/node_modules/@babel/core/lib/transformation/file/file.js.map +1 -1
  25. data/node_modules/@babel/core/lib/transformation/normalize-file.js.map +1 -1
  26. data/node_modules/@babel/core/lib/transformation/util/clone-deep.js +27 -7
  27. data/node_modules/@babel/core/lib/transformation/util/clone-deep.js.map +1 -1
  28. data/node_modules/@babel/core/package.json +13 -14
  29. data/node_modules/@babel/generator/lib/generators/classes.js +7 -4
  30. data/node_modules/@babel/generator/lib/generators/classes.js.map +1 -1
  31. data/node_modules/@babel/generator/lib/generators/deprecated.js +28 -0
  32. data/node_modules/@babel/generator/lib/generators/deprecated.js.map +1 -0
  33. data/node_modules/@babel/generator/lib/generators/expressions.js +9 -3
  34. data/node_modules/@babel/generator/lib/generators/expressions.js.map +1 -1
  35. data/node_modules/@babel/generator/lib/generators/jsx.js +6 -1
  36. data/node_modules/@babel/generator/lib/generators/jsx.js.map +1 -1
  37. data/node_modules/@babel/generator/lib/generators/template-literals.js +16 -11
  38. data/node_modules/@babel/generator/lib/generators/template-literals.js.map +1 -1
  39. data/node_modules/@babel/generator/lib/generators/types.js +0 -9
  40. data/node_modules/@babel/generator/lib/generators/types.js.map +1 -1
  41. data/node_modules/@babel/generator/lib/generators/typescript.js +36 -18
  42. data/node_modules/@babel/generator/lib/generators/typescript.js.map +1 -1
  43. data/node_modules/@babel/generator/lib/node/parentheses.js +40 -3
  44. data/node_modules/@babel/generator/lib/node/parentheses.js.map +1 -1
  45. data/node_modules/@babel/generator/lib/printer.js +4 -3
  46. data/node_modules/@babel/generator/lib/printer.js.map +1 -1
  47. data/node_modules/@babel/generator/package.json +5 -5
  48. data/node_modules/@babel/helper-compilation-targets/lib/index.js +1 -1
  49. data/node_modules/@babel/helper-compilation-targets/lib/index.js.map +1 -1
  50. data/node_modules/@babel/helper-compilation-targets/package.json +2 -2
  51. data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js +1 -9
  52. data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js.map +1 -1
  53. data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js +9 -0
  54. data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js.map +1 -1
  55. data/node_modules/@babel/helper-create-class-features-plugin/lib/features.js +1 -1
  56. data/node_modules/@babel/helper-create-class-features-plugin/lib/features.js.map +1 -1
  57. data/node_modules/@babel/helper-create-class-features-plugin/lib/index.js +8 -8
  58. data/node_modules/@babel/helper-create-class-features-plugin/lib/index.js.map +1 -1
  59. data/node_modules/@babel/helper-create-class-features-plugin/package.json +5 -5
  60. data/node_modules/@babel/helper-plugin-utils/lib/index.js.map +1 -1
  61. data/node_modules/@babel/helper-plugin-utils/package.json +2 -2
  62. data/node_modules/@babel/helper-replace-supers/lib/index.js.map +1 -1
  63. data/node_modules/@babel/helper-replace-supers/package.json +3 -3
  64. data/node_modules/@babel/helpers/lib/helpers/asyncIterator.js.map +1 -1
  65. data/node_modules/@babel/helpers/lib/helpers/isNativeFunction.js.map +1 -1
  66. data/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js +1 -1
  67. data/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js.map +1 -1
  68. data/node_modules/@babel/helpers/lib/helpers/objectWithoutPropertiesLoose.js +1 -1
  69. data/node_modules/@babel/helpers/lib/helpers/objectWithoutPropertiesLoose.js.map +1 -1
  70. data/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js +7 -3
  71. data/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js.map +1 -1
  72. data/node_modules/@babel/helpers/lib/helpers-generated.js +3 -3
  73. data/node_modules/@babel/helpers/lib/helpers-generated.js.map +1 -1
  74. data/node_modules/@babel/helpers/package.json +5 -5
  75. data/node_modules/@babel/parser/lib/index.js +426 -236
  76. data/node_modules/@babel/parser/lib/index.js.map +1 -1
  77. data/node_modules/@babel/parser/package.json +2 -2
  78. data/node_modules/@babel/parser/typings/babel-parser.d.ts +127 -164
  79. data/node_modules/@babel/plugin-transform-flow-strip-types/lib/index.js +6 -0
  80. data/node_modules/@babel/plugin-transform-flow-strip-types/lib/index.js.map +1 -1
  81. data/node_modules/@babel/plugin-transform-flow-strip-types/package.json +4 -4
  82. data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/lib/index.js +3 -2
  83. data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/lib/index.js.map +1 -1
  84. data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/package.json +3 -3
  85. data/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js +3 -1
  86. data/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js.map +1 -1
  87. data/node_modules/@babel/plugin-transform-typescript/lib/enum.js +24 -11
  88. data/node_modules/@babel/plugin-transform-typescript/lib/enum.js.map +1 -1
  89. data/node_modules/@babel/plugin-transform-typescript/lib/index.js +38 -9
  90. data/node_modules/@babel/plugin-transform-typescript/lib/index.js.map +1 -1
  91. data/node_modules/@babel/plugin-transform-typescript/lib/namespace.js +2 -0
  92. data/node_modules/@babel/plugin-transform-typescript/lib/namespace.js.map +1 -1
  93. data/node_modules/@babel/plugin-transform-typescript/package.json +5 -5
  94. data/node_modules/@babel/template/lib/options.js.map +1 -1
  95. data/node_modules/@babel/template/lib/parse.js.map +1 -1
  96. data/node_modules/@babel/template/package.json +4 -4
  97. data/node_modules/@babel/traverse/lib/cache.js +4 -5
  98. data/node_modules/@babel/traverse/lib/cache.js.map +1 -1
  99. data/node_modules/@babel/traverse/lib/path/conversion.js +1 -2
  100. data/node_modules/@babel/traverse/lib/path/conversion.js.map +1 -1
  101. data/node_modules/@babel/traverse/lib/path/evaluation.js +17 -0
  102. data/node_modules/@babel/traverse/lib/path/evaluation.js.map +1 -1
  103. data/node_modules/@babel/traverse/lib/path/lib/hoister.js.map +1 -1
  104. data/node_modules/@babel/traverse/lib/path/modification.js +1 -1
  105. data/node_modules/@babel/traverse/lib/path/modification.js.map +1 -1
  106. data/node_modules/@babel/traverse/lib/path/replacement.js.map +1 -1
  107. data/node_modules/@babel/traverse/lib/scope/index.js +9 -2
  108. data/node_modules/@babel/traverse/lib/scope/index.js.map +1 -1
  109. data/node_modules/@babel/traverse/lib/visitors.js +1 -1
  110. data/node_modules/@babel/traverse/lib/visitors.js.map +1 -1
  111. data/node_modules/@babel/traverse/package.json +6 -6
  112. data/node_modules/@babel/types/lib/asserts/generated/index.js +8 -0
  113. data/node_modules/@babel/types/lib/asserts/generated/index.js.map +1 -1
  114. data/node_modules/@babel/types/lib/ast-types/generated/index.js.map +1 -1
  115. data/node_modules/@babel/types/lib/builders/generated/index.js +22 -2858
  116. data/node_modules/@babel/types/lib/builders/generated/index.js.map +1 -1
  117. data/node_modules/@babel/types/lib/builders/generated/lowercase.js +2886 -0
  118. data/node_modules/@babel/types/lib/builders/generated/lowercase.js.map +1 -0
  119. data/node_modules/@babel/types/lib/builders/generated/uppercase.js +267 -255
  120. data/node_modules/@babel/types/lib/builders/generated/uppercase.js.map +1 -1
  121. data/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js.map +1 -1
  122. data/node_modules/@babel/types/lib/converters/toSequenceExpression.js.map +1 -1
  123. data/node_modules/@babel/types/lib/definitions/core.js +26 -17
  124. data/node_modules/@babel/types/lib/definitions/core.js.map +1 -1
  125. data/node_modules/@babel/types/lib/definitions/flow.js +6 -3
  126. data/node_modules/@babel/types/lib/definitions/flow.js.map +1 -1
  127. data/node_modules/@babel/types/lib/definitions/jsx.js +9 -4
  128. data/node_modules/@babel/types/lib/definitions/jsx.js.map +1 -1
  129. data/node_modules/@babel/types/lib/definitions/typescript.js +51 -26
  130. data/node_modules/@babel/types/lib/definitions/typescript.js.map +1 -1
  131. data/node_modules/@babel/types/lib/definitions/utils.js +2 -2
  132. data/node_modules/@babel/types/lib/definitions/utils.js.map +1 -1
  133. data/node_modules/@babel/types/lib/index-legacy.d.ts +27 -7
  134. data/node_modules/@babel/types/lib/index.d.ts +1178 -1156
  135. data/node_modules/@babel/types/lib/index.js +10 -21
  136. data/node_modules/@babel/types/lib/index.js.flow +26 -6
  137. data/node_modules/@babel/types/lib/index.js.map +1 -1
  138. data/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js +9 -8
  139. data/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js.map +1 -1
  140. data/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js +1 -0
  141. data/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js.map +1 -1
  142. data/node_modules/@babel/types/lib/validators/generated/index.js +17 -0
  143. data/node_modules/@babel/types/lib/validators/generated/index.js.map +1 -1
  144. data/node_modules/@babel/types/package.json +12 -12
  145. data/node_modules/{@babel/eslint-parser/node_modules/eslint-visitor-keys → @eslint/config-helpers}/LICENSE +2 -2
  146. data/node_modules/@eslint/config-helpers/README.md +97 -0
  147. data/node_modules/@eslint/config-helpers/dist/cjs/index.cjs +546 -0
  148. data/node_modules/@eslint/config-helpers/dist/cjs/index.d.cts +22 -0
  149. data/node_modules/@eslint/config-helpers/dist/cjs/types.cts +31 -0
  150. data/node_modules/@eslint/config-helpers/dist/esm/index.d.ts +22 -0
  151. data/node_modules/@eslint/config-helpers/dist/esm/index.js +544 -0
  152. data/node_modules/@eslint/config-helpers/dist/esm/types.d.ts +23 -0
  153. data/node_modules/@eslint/config-helpers/dist/esm/types.ts +31 -0
  154. data/node_modules/@eslint/config-helpers/package.json +60 -0
  155. data/node_modules/@eslint/js/package.json +1 -1
  156. data/node_modules/@eslint-community/eslint-utils/index.js +21 -1
  157. data/node_modules/@eslint-community/eslint-utils/index.js.map +1 -1
  158. data/node_modules/@eslint-community/eslint-utils/index.mjs +21 -1
  159. data/node_modules/@eslint-community/eslint-utils/index.mjs.map +1 -1
  160. data/node_modules/@eslint-community/eslint-utils/package.json +1 -1
  161. data/node_modules/acorn/CHANGELOG.md +12 -0
  162. data/node_modules/acorn/dist/acorn.js +33 -24
  163. data/node_modules/acorn/dist/acorn.mjs +33 -24
  164. data/node_modules/acorn/package.json +1 -1
  165. data/node_modules/async-function/CHANGELOG.md +16 -0
  166. data/node_modules/{jscodeshift → async-function}/LICENSE +1 -1
  167. data/node_modules/async-function/README.md +51 -0
  168. data/node_modules/async-function/index.d.mts +3 -0
  169. data/node_modules/async-function/index.d.ts +13 -0
  170. data/node_modules/async-function/index.js +8 -0
  171. data/node_modules/async-function/index.mjs +4 -0
  172. data/node_modules/async-function/legacy.js +18 -0
  173. data/node_modules/async-function/package.json +86 -0
  174. data/node_modules/async-function/require.mjs +5 -0
  175. data/node_modules/async-function/test/index.js +40 -0
  176. data/node_modules/async-function/tsconfig.json +9 -0
  177. data/node_modules/browserslist/index.js +23 -4
  178. data/node_modules/browserslist/node.js +69 -60
  179. data/node_modules/browserslist/package.json +1 -1
  180. data/node_modules/call-bind-apply-helpers/CHANGELOG.md +7 -0
  181. data/node_modules/call-bind-apply-helpers/index.d.ts +38 -20
  182. data/node_modules/call-bind-apply-helpers/index.js +1 -1
  183. data/node_modules/call-bind-apply-helpers/package.json +8 -8
  184. data/node_modules/call-bind-apply-helpers/test/index.js +4 -4
  185. data/node_modules/call-bound/CHANGELOG.md +8 -0
  186. data/node_modules/call-bound/index.d.ts +91 -10
  187. data/node_modules/call-bound/index.js +4 -3
  188. data/node_modules/call-bound/package.json +10 -10
  189. data/node_modules/call-bound/test/index.js +11 -4
  190. data/node_modules/call-bound/tsconfig.json +2 -1
  191. data/node_modules/caniuse-lite/data/agents.js +1 -1
  192. data/node_modules/caniuse-lite/data/browserVersions.js +1 -1
  193. data/node_modules/caniuse-lite/data/features/aac.js +1 -1
  194. data/node_modules/caniuse-lite/data/features/abortcontroller.js +1 -1
  195. data/node_modules/caniuse-lite/data/features/ac3-ec3.js +1 -1
  196. data/node_modules/caniuse-lite/data/features/accelerometer.js +1 -1
  197. data/node_modules/caniuse-lite/data/features/addeventlistener.js +1 -1
  198. data/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +1 -1
  199. data/node_modules/caniuse-lite/data/features/ambient-light.js +1 -1
  200. data/node_modules/caniuse-lite/data/features/apng.js +1 -1
  201. data/node_modules/caniuse-lite/data/features/array-find-index.js +1 -1
  202. data/node_modules/caniuse-lite/data/features/array-find.js +1 -1
  203. data/node_modules/caniuse-lite/data/features/array-flat.js +1 -1
  204. data/node_modules/caniuse-lite/data/features/array-includes.js +1 -1
  205. data/node_modules/caniuse-lite/data/features/arrow-functions.js +1 -1
  206. data/node_modules/caniuse-lite/data/features/asmjs.js +1 -1
  207. data/node_modules/caniuse-lite/data/features/async-clipboard.js +1 -1
  208. data/node_modules/caniuse-lite/data/features/async-functions.js +1 -1
  209. data/node_modules/caniuse-lite/data/features/atob-btoa.js +1 -1
  210. data/node_modules/caniuse-lite/data/features/audio-api.js +1 -1
  211. data/node_modules/caniuse-lite/data/features/audio.js +1 -1
  212. data/node_modules/caniuse-lite/data/features/audiotracks.js +1 -1
  213. data/node_modules/caniuse-lite/data/features/autofocus.js +1 -1
  214. data/node_modules/caniuse-lite/data/features/auxclick.js +1 -1
  215. data/node_modules/caniuse-lite/data/features/av1.js +1 -1
  216. data/node_modules/caniuse-lite/data/features/avif.js +1 -1
  217. data/node_modules/caniuse-lite/data/features/background-attachment.js +1 -1
  218. data/node_modules/caniuse-lite/data/features/background-clip-text.js +1 -1
  219. data/node_modules/caniuse-lite/data/features/background-img-opts.js +1 -1
  220. data/node_modules/caniuse-lite/data/features/background-position-x-y.js +1 -1
  221. data/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +1 -1
  222. data/node_modules/caniuse-lite/data/features/background-sync.js +1 -1
  223. data/node_modules/caniuse-lite/data/features/battery-status.js +1 -1
  224. data/node_modules/caniuse-lite/data/features/beacon.js +1 -1
  225. data/node_modules/caniuse-lite/data/features/beforeafterprint.js +1 -1
  226. data/node_modules/caniuse-lite/data/features/bigint.js +1 -1
  227. data/node_modules/caniuse-lite/data/features/blobbuilder.js +1 -1
  228. data/node_modules/caniuse-lite/data/features/bloburls.js +1 -1
  229. data/node_modules/caniuse-lite/data/features/border-image.js +1 -1
  230. data/node_modules/caniuse-lite/data/features/border-radius.js +1 -1
  231. data/node_modules/caniuse-lite/data/features/broadcastchannel.js +1 -1
  232. data/node_modules/caniuse-lite/data/features/brotli.js +1 -1
  233. data/node_modules/caniuse-lite/data/features/calc.js +1 -1
  234. data/node_modules/caniuse-lite/data/features/canvas-blending.js +1 -1
  235. data/node_modules/caniuse-lite/data/features/canvas-text.js +1 -1
  236. data/node_modules/caniuse-lite/data/features/canvas.js +1 -1
  237. data/node_modules/caniuse-lite/data/features/ch-unit.js +1 -1
  238. data/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +1 -1
  239. data/node_modules/caniuse-lite/data/features/channel-messaging.js +1 -1
  240. data/node_modules/caniuse-lite/data/features/childnode-remove.js +1 -1
  241. data/node_modules/caniuse-lite/data/features/classlist.js +1 -1
  242. data/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +1 -1
  243. data/node_modules/caniuse-lite/data/features/clipboard.js +1 -1
  244. data/node_modules/caniuse-lite/data/features/colr-v1.js +1 -1
  245. data/node_modules/caniuse-lite/data/features/colr.js +1 -1
  246. data/node_modules/caniuse-lite/data/features/comparedocumentposition.js +1 -1
  247. data/node_modules/caniuse-lite/data/features/console-basic.js +1 -1
  248. data/node_modules/caniuse-lite/data/features/console-time.js +1 -1
  249. data/node_modules/caniuse-lite/data/features/const.js +1 -1
  250. data/node_modules/caniuse-lite/data/features/constraint-validation.js +1 -1
  251. data/node_modules/caniuse-lite/data/features/contenteditable.js +1 -1
  252. data/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +1 -1
  253. data/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +1 -1
  254. data/node_modules/caniuse-lite/data/features/cookie-store-api.js +1 -1
  255. data/node_modules/caniuse-lite/data/features/cors.js +1 -1
  256. data/node_modules/caniuse-lite/data/features/createimagebitmap.js +1 -1
  257. data/node_modules/caniuse-lite/data/features/credential-management.js +1 -1
  258. data/node_modules/caniuse-lite/data/features/cryptography.js +1 -1
  259. data/node_modules/caniuse-lite/data/features/css-all.js +1 -1
  260. data/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +1 -1
  261. data/node_modules/caniuse-lite/data/features/css-animation.js +1 -1
  262. data/node_modules/caniuse-lite/data/features/css-any-link.js +1 -1
  263. data/node_modules/caniuse-lite/data/features/css-appearance.js +1 -1
  264. data/node_modules/caniuse-lite/data/features/css-at-counter-style.js +1 -1
  265. data/node_modules/caniuse-lite/data/features/css-autofill.js +1 -1
  266. data/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +1 -1
  267. data/node_modules/caniuse-lite/data/features/css-background-offsets.js +1 -1
  268. data/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +1 -1
  269. data/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +1 -1
  270. data/node_modules/caniuse-lite/data/features/css-boxshadow.js +1 -1
  271. data/node_modules/caniuse-lite/data/features/css-canvas.js +1 -1
  272. data/node_modules/caniuse-lite/data/features/css-caret-color.js +1 -1
  273. data/node_modules/caniuse-lite/data/features/css-cascade-layers.js +1 -1
  274. data/node_modules/caniuse-lite/data/features/css-cascade-scope.js +1 -1
  275. data/node_modules/caniuse-lite/data/features/css-case-insensitive.js +1 -1
  276. data/node_modules/caniuse-lite/data/features/css-clip-path.js +1 -1
  277. data/node_modules/caniuse-lite/data/features/css-color-adjust.js +1 -1
  278. data/node_modules/caniuse-lite/data/features/css-color-function.js +1 -1
  279. data/node_modules/caniuse-lite/data/features/css-conic-gradients.js +1 -1
  280. data/node_modules/caniuse-lite/data/features/css-container-queries-style.js +1 -1
  281. data/node_modules/caniuse-lite/data/features/css-container-queries.js +1 -1
  282. data/node_modules/caniuse-lite/data/features/css-container-query-units.js +1 -1
  283. data/node_modules/caniuse-lite/data/features/css-containment.js +1 -1
  284. data/node_modules/caniuse-lite/data/features/css-content-visibility.js +1 -1
  285. data/node_modules/caniuse-lite/data/features/css-counters.js +1 -1
  286. data/node_modules/caniuse-lite/data/features/css-crisp-edges.js +1 -1
  287. data/node_modules/caniuse-lite/data/features/css-cross-fade.js +1 -1
  288. data/node_modules/caniuse-lite/data/features/css-default-pseudo.js +1 -1
  289. data/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +1 -1
  290. data/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +1 -1
  291. data/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +1 -1
  292. data/node_modules/caniuse-lite/data/features/css-display-contents.js +1 -1
  293. data/node_modules/caniuse-lite/data/features/css-element-function.js +1 -1
  294. data/node_modules/caniuse-lite/data/features/css-env-function.js +1 -1
  295. data/node_modules/caniuse-lite/data/features/css-exclusions.js +1 -1
  296. data/node_modules/caniuse-lite/data/features/css-featurequeries.js +1 -1
  297. data/node_modules/caniuse-lite/data/features/css-file-selector-button.js +1 -1
  298. data/node_modules/caniuse-lite/data/features/css-filter-function.js +1 -1
  299. data/node_modules/caniuse-lite/data/features/css-filters.js +1 -1
  300. data/node_modules/caniuse-lite/data/features/css-first-letter.js +1 -1
  301. data/node_modules/caniuse-lite/data/features/css-first-line.js +1 -1
  302. data/node_modules/caniuse-lite/data/features/css-fixed.js +1 -1
  303. data/node_modules/caniuse-lite/data/features/css-focus-visible.js +1 -1
  304. data/node_modules/caniuse-lite/data/features/css-focus-within.js +1 -1
  305. data/node_modules/caniuse-lite/data/features/css-font-palette.js +1 -1
  306. data/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +1 -1
  307. data/node_modules/caniuse-lite/data/features/css-font-stretch.js +1 -1
  308. data/node_modules/caniuse-lite/data/features/css-gencontent.js +1 -1
  309. data/node_modules/caniuse-lite/data/features/css-gradients.js +1 -1
  310. data/node_modules/caniuse-lite/data/features/css-grid-animation.js +1 -1
  311. data/node_modules/caniuse-lite/data/features/css-grid.js +1 -1
  312. data/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +1 -1
  313. data/node_modules/caniuse-lite/data/features/css-has.js +1 -1
  314. data/node_modules/caniuse-lite/data/features/css-hyphens.js +1 -1
  315. data/node_modules/caniuse-lite/data/features/css-image-orientation.js +1 -1
  316. data/node_modules/caniuse-lite/data/features/css-image-set.js +1 -1
  317. data/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +1 -1
  318. data/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +1 -1
  319. data/node_modules/caniuse-lite/data/features/css-initial-letter.js +1 -1
  320. data/node_modules/caniuse-lite/data/features/css-initial-value.js +1 -1
  321. data/node_modules/caniuse-lite/data/features/css-lch-lab.js +1 -1
  322. data/node_modules/caniuse-lite/data/features/css-letter-spacing.js +1 -1
  323. data/node_modules/caniuse-lite/data/features/css-line-clamp.js +1 -1
  324. data/node_modules/caniuse-lite/data/features/css-logical-props.js +1 -1
  325. data/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +1 -1
  326. data/node_modules/caniuse-lite/data/features/css-masks.js +1 -1
  327. data/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +1 -1
  328. data/node_modules/caniuse-lite/data/features/css-math-functions.js +1 -1
  329. data/node_modules/caniuse-lite/data/features/css-media-interaction.js +1 -1
  330. data/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +1 -1
  331. data/node_modules/caniuse-lite/data/features/css-media-resolution.js +1 -1
  332. data/node_modules/caniuse-lite/data/features/css-media-scripting.js +1 -1
  333. data/node_modules/caniuse-lite/data/features/css-mediaqueries.js +1 -1
  334. data/node_modules/caniuse-lite/data/features/css-mixblendmode.js +1 -1
  335. data/node_modules/caniuse-lite/data/features/css-module-scripts.js +1 -1
  336. data/node_modules/caniuse-lite/data/features/css-motion-paths.js +1 -1
  337. data/node_modules/caniuse-lite/data/features/css-namespaces.js +1 -1
  338. data/node_modules/caniuse-lite/data/features/css-nesting.js +1 -1
  339. data/node_modules/caniuse-lite/data/features/css-not-sel-list.js +1 -1
  340. data/node_modules/caniuse-lite/data/features/css-nth-child-of.js +1 -1
  341. data/node_modules/caniuse-lite/data/features/css-opacity.js +1 -1
  342. data/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +1 -1
  343. data/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +1 -1
  344. data/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +1 -1
  345. data/node_modules/caniuse-lite/data/features/css-overflow.js +1 -1
  346. data/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +1 -1
  347. data/node_modules/caniuse-lite/data/features/css-page-break.js +1 -1
  348. data/node_modules/caniuse-lite/data/features/css-paged-media.js +1 -1
  349. data/node_modules/caniuse-lite/data/features/css-paint-api.js +1 -1
  350. data/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +1 -1
  351. data/node_modules/caniuse-lite/data/features/css-placeholder.js +1 -1
  352. data/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +1 -1
  353. data/node_modules/caniuse-lite/data/features/css-read-only-write.js +1 -1
  354. data/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +1 -1
  355. data/node_modules/caniuse-lite/data/features/css-reflections.js +1 -1
  356. data/node_modules/caniuse-lite/data/features/css-regions.js +1 -1
  357. data/node_modules/caniuse-lite/data/features/css-relative-colors.js +1 -1
  358. data/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +1 -1
  359. data/node_modules/caniuse-lite/data/features/css-resize.js +1 -1
  360. data/node_modules/caniuse-lite/data/features/css-revert-value.js +1 -1
  361. data/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +1 -1
  362. data/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +1 -1
  363. data/node_modules/caniuse-lite/data/features/css-scrollbar.js +1 -1
  364. data/node_modules/caniuse-lite/data/features/css-sel2.js +1 -1
  365. data/node_modules/caniuse-lite/data/features/css-sel3.js +1 -1
  366. data/node_modules/caniuse-lite/data/features/css-selection.js +1 -1
  367. data/node_modules/caniuse-lite/data/features/css-shapes.js +1 -1
  368. data/node_modules/caniuse-lite/data/features/css-snappoints.js +1 -1
  369. data/node_modules/caniuse-lite/data/features/css-sticky.js +1 -1
  370. data/node_modules/caniuse-lite/data/features/css-subgrid.js +1 -1
  371. data/node_modules/caniuse-lite/data/features/css-supports-api.js +1 -1
  372. data/node_modules/caniuse-lite/data/features/css-table.js +1 -1
  373. data/node_modules/caniuse-lite/data/features/css-text-align-last.js +1 -1
  374. data/node_modules/caniuse-lite/data/features/css-text-box-trim.js +1 -1
  375. data/node_modules/caniuse-lite/data/features/css-text-indent.js +1 -1
  376. data/node_modules/caniuse-lite/data/features/css-text-justify.js +1 -1
  377. data/node_modules/caniuse-lite/data/features/css-text-orientation.js +1 -1
  378. data/node_modules/caniuse-lite/data/features/css-text-spacing.js +1 -1
  379. data/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +1 -1
  380. data/node_modules/caniuse-lite/data/features/css-textshadow.js +1 -1
  381. data/node_modules/caniuse-lite/data/features/css-touch-action.js +1 -1
  382. data/node_modules/caniuse-lite/data/features/css-transitions.js +1 -1
  383. data/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +1 -1
  384. data/node_modules/caniuse-lite/data/features/css-unset-value.js +1 -1
  385. data/node_modules/caniuse-lite/data/features/css-variables.js +1 -1
  386. data/node_modules/caniuse-lite/data/features/css-when-else.js +1 -1
  387. data/node_modules/caniuse-lite/data/features/css-widows-orphans.js +1 -1
  388. data/node_modules/caniuse-lite/data/features/css-width-stretch.js +1 -1
  389. data/node_modules/caniuse-lite/data/features/css-writing-mode.js +1 -1
  390. data/node_modules/caniuse-lite/data/features/css-zoom.js +1 -1
  391. data/node_modules/caniuse-lite/data/features/css3-attr.js +1 -1
  392. data/node_modules/caniuse-lite/data/features/css3-boxsizing.js +1 -1
  393. data/node_modules/caniuse-lite/data/features/css3-colors.js +1 -1
  394. data/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +1 -1
  395. data/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +1 -1
  396. data/node_modules/caniuse-lite/data/features/css3-cursors.js +1 -1
  397. data/node_modules/caniuse-lite/data/features/css3-tabsize.js +1 -1
  398. data/node_modules/caniuse-lite/data/features/currentcolor.js +1 -1
  399. data/node_modules/caniuse-lite/data/features/custom-elements.js +1 -1
  400. data/node_modules/caniuse-lite/data/features/custom-elementsv1.js +1 -1
  401. data/node_modules/caniuse-lite/data/features/customevent.js +1 -1
  402. data/node_modules/caniuse-lite/data/features/datalist.js +1 -1
  403. data/node_modules/caniuse-lite/data/features/dataset.js +1 -1
  404. data/node_modules/caniuse-lite/data/features/datauri.js +1 -1
  405. data/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +1 -1
  406. data/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +1 -1
  407. data/node_modules/caniuse-lite/data/features/decorators.js +1 -1
  408. data/node_modules/caniuse-lite/data/features/details.js +1 -1
  409. data/node_modules/caniuse-lite/data/features/deviceorientation.js +1 -1
  410. data/node_modules/caniuse-lite/data/features/devicepixelratio.js +1 -1
  411. data/node_modules/caniuse-lite/data/features/dialog.js +1 -1
  412. data/node_modules/caniuse-lite/data/features/dispatchevent.js +1 -1
  413. data/node_modules/caniuse-lite/data/features/dnssec.js +1 -1
  414. data/node_modules/caniuse-lite/data/features/do-not-track.js +1 -1
  415. data/node_modules/caniuse-lite/data/features/document-currentscript.js +1 -1
  416. data/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +1 -1
  417. data/node_modules/caniuse-lite/data/features/document-execcommand.js +1 -1
  418. data/node_modules/caniuse-lite/data/features/document-policy.js +1 -1
  419. data/node_modules/caniuse-lite/data/features/document-scrollingelement.js +1 -1
  420. data/node_modules/caniuse-lite/data/features/documenthead.js +1 -1
  421. data/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +1 -1
  422. data/node_modules/caniuse-lite/data/features/dom-range.js +1 -1
  423. data/node_modules/caniuse-lite/data/features/domcontentloaded.js +1 -1
  424. data/node_modules/caniuse-lite/data/features/dommatrix.js +1 -1
  425. data/node_modules/caniuse-lite/data/features/download.js +1 -1
  426. data/node_modules/caniuse-lite/data/features/dragndrop.js +1 -1
  427. data/node_modules/caniuse-lite/data/features/element-closest.js +1 -1
  428. data/node_modules/caniuse-lite/data/features/element-from-point.js +1 -1
  429. data/node_modules/caniuse-lite/data/features/element-scroll-methods.js +1 -1
  430. data/node_modules/caniuse-lite/data/features/eme.js +1 -1
  431. data/node_modules/caniuse-lite/data/features/eot.js +1 -1
  432. data/node_modules/caniuse-lite/data/features/es5.js +1 -1
  433. data/node_modules/caniuse-lite/data/features/es6-class.js +1 -1
  434. data/node_modules/caniuse-lite/data/features/es6-generators.js +1 -1
  435. data/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +1 -1
  436. data/node_modules/caniuse-lite/data/features/es6-module.js +1 -1
  437. data/node_modules/caniuse-lite/data/features/es6-number.js +1 -1
  438. data/node_modules/caniuse-lite/data/features/es6-string-includes.js +1 -1
  439. data/node_modules/caniuse-lite/data/features/es6.js +1 -1
  440. data/node_modules/caniuse-lite/data/features/eventsource.js +1 -1
  441. data/node_modules/caniuse-lite/data/features/extended-system-fonts.js +1 -1
  442. data/node_modules/caniuse-lite/data/features/feature-policy.js +1 -1
  443. data/node_modules/caniuse-lite/data/features/fetch.js +1 -1
  444. data/node_modules/caniuse-lite/data/features/fieldset-disabled.js +1 -1
  445. data/node_modules/caniuse-lite/data/features/fileapi.js +1 -1
  446. data/node_modules/caniuse-lite/data/features/filereader.js +1 -1
  447. data/node_modules/caniuse-lite/data/features/filereadersync.js +1 -1
  448. data/node_modules/caniuse-lite/data/features/filesystem.js +1 -1
  449. data/node_modules/caniuse-lite/data/features/flac.js +1 -1
  450. data/node_modules/caniuse-lite/data/features/flexbox-gap.js +1 -1
  451. data/node_modules/caniuse-lite/data/features/flexbox.js +1 -1
  452. data/node_modules/caniuse-lite/data/features/flow-root.js +1 -1
  453. data/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +1 -1
  454. data/node_modules/caniuse-lite/data/features/font-family-system-ui.js +1 -1
  455. data/node_modules/caniuse-lite/data/features/font-feature.js +1 -1
  456. data/node_modules/caniuse-lite/data/features/font-kerning.js +1 -1
  457. data/node_modules/caniuse-lite/data/features/font-loading.js +1 -1
  458. data/node_modules/caniuse-lite/data/features/font-size-adjust.js +1 -1
  459. data/node_modules/caniuse-lite/data/features/font-smooth.js +1 -1
  460. data/node_modules/caniuse-lite/data/features/font-unicode-range.js +1 -1
  461. data/node_modules/caniuse-lite/data/features/font-variant-alternates.js +1 -1
  462. data/node_modules/caniuse-lite/data/features/font-variant-numeric.js +1 -1
  463. data/node_modules/caniuse-lite/data/features/fontface.js +1 -1
  464. data/node_modules/caniuse-lite/data/features/form-attribute.js +1 -1
  465. data/node_modules/caniuse-lite/data/features/form-submit-attributes.js +1 -1
  466. data/node_modules/caniuse-lite/data/features/form-validation.js +1 -1
  467. data/node_modules/caniuse-lite/data/features/forms.js +1 -1
  468. data/node_modules/caniuse-lite/data/features/fullscreen.js +1 -1
  469. data/node_modules/caniuse-lite/data/features/gamepad.js +1 -1
  470. data/node_modules/caniuse-lite/data/features/geolocation.js +1 -1
  471. data/node_modules/caniuse-lite/data/features/getboundingclientrect.js +1 -1
  472. data/node_modules/caniuse-lite/data/features/getcomputedstyle.js +1 -1
  473. data/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +1 -1
  474. data/node_modules/caniuse-lite/data/features/getrandomvalues.js +1 -1
  475. data/node_modules/caniuse-lite/data/features/gyroscope.js +1 -1
  476. data/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +1 -1
  477. data/node_modules/caniuse-lite/data/features/hashchange.js +1 -1
  478. data/node_modules/caniuse-lite/data/features/heif.js +1 -1
  479. data/node_modules/caniuse-lite/data/features/hevc.js +1 -1
  480. data/node_modules/caniuse-lite/data/features/hidden.js +1 -1
  481. data/node_modules/caniuse-lite/data/features/high-resolution-time.js +1 -1
  482. data/node_modules/caniuse-lite/data/features/history.js +1 -1
  483. data/node_modules/caniuse-lite/data/features/html-media-capture.js +1 -1
  484. data/node_modules/caniuse-lite/data/features/html5semantic.js +1 -1
  485. data/node_modules/caniuse-lite/data/features/http-live-streaming.js +1 -1
  486. data/node_modules/caniuse-lite/data/features/http2.js +1 -1
  487. data/node_modules/caniuse-lite/data/features/http3.js +1 -1
  488. data/node_modules/caniuse-lite/data/features/iframe-sandbox.js +1 -1
  489. data/node_modules/caniuse-lite/data/features/iframe-seamless.js +1 -1
  490. data/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +1 -1
  491. data/node_modules/caniuse-lite/data/features/imagecapture.js +1 -1
  492. data/node_modules/caniuse-lite/data/features/ime.js +1 -1
  493. data/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +1 -1
  494. data/node_modules/caniuse-lite/data/features/import-maps.js +1 -1
  495. data/node_modules/caniuse-lite/data/features/imports.js +1 -1
  496. data/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +1 -1
  497. data/node_modules/caniuse-lite/data/features/indexeddb.js +1 -1
  498. data/node_modules/caniuse-lite/data/features/indexeddb2.js +1 -1
  499. data/node_modules/caniuse-lite/data/features/inline-block.js +1 -1
  500. data/node_modules/caniuse-lite/data/features/innertext.js +1 -1
  501. data/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +1 -1
  502. data/node_modules/caniuse-lite/data/features/input-color.js +1 -1
  503. data/node_modules/caniuse-lite/data/features/input-datetime.js +1 -1
  504. data/node_modules/caniuse-lite/data/features/input-email-tel-url.js +1 -1
  505. data/node_modules/caniuse-lite/data/features/input-event.js +1 -1
  506. data/node_modules/caniuse-lite/data/features/input-file-accept.js +1 -1
  507. data/node_modules/caniuse-lite/data/features/input-file-directory.js +1 -1
  508. data/node_modules/caniuse-lite/data/features/input-file-multiple.js +1 -1
  509. data/node_modules/caniuse-lite/data/features/input-inputmode.js +1 -1
  510. data/node_modules/caniuse-lite/data/features/input-minlength.js +1 -1
  511. data/node_modules/caniuse-lite/data/features/input-number.js +1 -1
  512. data/node_modules/caniuse-lite/data/features/input-pattern.js +1 -1
  513. data/node_modules/caniuse-lite/data/features/input-placeholder.js +1 -1
  514. data/node_modules/caniuse-lite/data/features/input-range.js +1 -1
  515. data/node_modules/caniuse-lite/data/features/input-search.js +1 -1
  516. data/node_modules/caniuse-lite/data/features/input-selection.js +1 -1
  517. data/node_modules/caniuse-lite/data/features/insert-adjacent.js +1 -1
  518. data/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +1 -1
  519. data/node_modules/caniuse-lite/data/features/internationalization.js +1 -1
  520. data/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +1 -1
  521. data/node_modules/caniuse-lite/data/features/intersectionobserver.js +1 -1
  522. data/node_modules/caniuse-lite/data/features/intl-pluralrules.js +1 -1
  523. data/node_modules/caniuse-lite/data/features/intrinsic-width.js +1 -1
  524. data/node_modules/caniuse-lite/data/features/jpeg2000.js +1 -1
  525. data/node_modules/caniuse-lite/data/features/jpegxl.js +1 -1
  526. data/node_modules/caniuse-lite/data/features/jpegxr.js +1 -1
  527. data/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +1 -1
  528. data/node_modules/caniuse-lite/data/features/json.js +1 -1
  529. data/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +1 -1
  530. data/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +1 -1
  531. data/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +1 -1
  532. data/node_modules/caniuse-lite/data/features/keyboardevent-code.js +1 -1
  533. data/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +1 -1
  534. data/node_modules/caniuse-lite/data/features/keyboardevent-key.js +1 -1
  535. data/node_modules/caniuse-lite/data/features/keyboardevent-location.js +1 -1
  536. data/node_modules/caniuse-lite/data/features/keyboardevent-which.js +1 -1
  537. data/node_modules/caniuse-lite/data/features/lazyload.js +1 -1
  538. data/node_modules/caniuse-lite/data/features/let.js +1 -1
  539. data/node_modules/caniuse-lite/data/features/link-icon-png.js +1 -1
  540. data/node_modules/caniuse-lite/data/features/link-icon-svg.js +1 -1
  541. data/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +1 -1
  542. data/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +1 -1
  543. data/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +1 -1
  544. data/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +1 -1
  545. data/node_modules/caniuse-lite/data/features/link-rel-preload.js +1 -1
  546. data/node_modules/caniuse-lite/data/features/link-rel-prerender.js +1 -1
  547. data/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +1 -1
  548. data/node_modules/caniuse-lite/data/features/localecompare.js +1 -1
  549. data/node_modules/caniuse-lite/data/features/magnetometer.js +1 -1
  550. data/node_modules/caniuse-lite/data/features/matchesselector.js +1 -1
  551. data/node_modules/caniuse-lite/data/features/matchmedia.js +1 -1
  552. data/node_modules/caniuse-lite/data/features/mathml.js +1 -1
  553. data/node_modules/caniuse-lite/data/features/maxlength.js +1 -1
  554. data/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +1 -1
  555. data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +1 -1
  556. data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +1 -1
  557. data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +1 -1
  558. data/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +1 -1
  559. data/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +1 -1
  560. data/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +1 -1
  561. data/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +1 -1
  562. data/node_modules/caniuse-lite/data/features/media-fragments.js +1 -1
  563. data/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +1 -1
  564. data/node_modules/caniuse-lite/data/features/mediarecorder.js +1 -1
  565. data/node_modules/caniuse-lite/data/features/mediasource.js +1 -1
  566. data/node_modules/caniuse-lite/data/features/menu.js +1 -1
  567. data/node_modules/caniuse-lite/data/features/meta-theme-color.js +1 -1
  568. data/node_modules/caniuse-lite/data/features/meter.js +1 -1
  569. data/node_modules/caniuse-lite/data/features/midi.js +1 -1
  570. data/node_modules/caniuse-lite/data/features/minmaxwh.js +1 -1
  571. data/node_modules/caniuse-lite/data/features/mp3.js +1 -1
  572. data/node_modules/caniuse-lite/data/features/mpeg-dash.js +1 -1
  573. data/node_modules/caniuse-lite/data/features/mpeg4.js +1 -1
  574. data/node_modules/caniuse-lite/data/features/multibackgrounds.js +1 -1
  575. data/node_modules/caniuse-lite/data/features/multicolumn.js +1 -1
  576. data/node_modules/caniuse-lite/data/features/mutation-events.js +1 -1
  577. data/node_modules/caniuse-lite/data/features/mutationobserver.js +1 -1
  578. data/node_modules/caniuse-lite/data/features/namevalue-storage.js +1 -1
  579. data/node_modules/caniuse-lite/data/features/native-filesystem-api.js +1 -1
  580. data/node_modules/caniuse-lite/data/features/nav-timing.js +1 -1
  581. data/node_modules/caniuse-lite/data/features/netinfo.js +1 -1
  582. data/node_modules/caniuse-lite/data/features/notifications.js +1 -1
  583. data/node_modules/caniuse-lite/data/features/object-entries.js +1 -1
  584. data/node_modules/caniuse-lite/data/features/object-fit.js +1 -1
  585. data/node_modules/caniuse-lite/data/features/object-observe.js +1 -1
  586. data/node_modules/caniuse-lite/data/features/object-values.js +1 -1
  587. data/node_modules/caniuse-lite/data/features/objectrtc.js +1 -1
  588. data/node_modules/caniuse-lite/data/features/offline-apps.js +1 -1
  589. data/node_modules/caniuse-lite/data/features/offscreencanvas.js +1 -1
  590. data/node_modules/caniuse-lite/data/features/ogg-vorbis.js +1 -1
  591. data/node_modules/caniuse-lite/data/features/ogv.js +1 -1
  592. data/node_modules/caniuse-lite/data/features/ol-reversed.js +1 -1
  593. data/node_modules/caniuse-lite/data/features/once-event-listener.js +1 -1
  594. data/node_modules/caniuse-lite/data/features/online-status.js +1 -1
  595. data/node_modules/caniuse-lite/data/features/opus.js +1 -1
  596. data/node_modules/caniuse-lite/data/features/orientation-sensor.js +1 -1
  597. data/node_modules/caniuse-lite/data/features/outline.js +1 -1
  598. data/node_modules/caniuse-lite/data/features/pad-start-end.js +1 -1
  599. data/node_modules/caniuse-lite/data/features/page-transition-events.js +1 -1
  600. data/node_modules/caniuse-lite/data/features/pagevisibility.js +1 -1
  601. data/node_modules/caniuse-lite/data/features/passive-event-listener.js +1 -1
  602. data/node_modules/caniuse-lite/data/features/passkeys.js +1 -1
  603. data/node_modules/caniuse-lite/data/features/passwordrules.js +1 -1
  604. data/node_modules/caniuse-lite/data/features/path2d.js +1 -1
  605. data/node_modules/caniuse-lite/data/features/payment-request.js +1 -1
  606. data/node_modules/caniuse-lite/data/features/pdf-viewer.js +1 -1
  607. data/node_modules/caniuse-lite/data/features/permissions-api.js +1 -1
  608. data/node_modules/caniuse-lite/data/features/permissions-policy.js +1 -1
  609. data/node_modules/caniuse-lite/data/features/picture-in-picture.js +1 -1
  610. data/node_modules/caniuse-lite/data/features/picture.js +1 -1
  611. data/node_modules/caniuse-lite/data/features/ping.js +1 -1
  612. data/node_modules/caniuse-lite/data/features/png-alpha.js +1 -1
  613. data/node_modules/caniuse-lite/data/features/pointer-events.js +1 -1
  614. data/node_modules/caniuse-lite/data/features/pointer.js +1 -1
  615. data/node_modules/caniuse-lite/data/features/pointerlock.js +1 -1
  616. data/node_modules/caniuse-lite/data/features/portals.js +1 -1
  617. data/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +1 -1
  618. data/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +1 -1
  619. data/node_modules/caniuse-lite/data/features/progress.js +1 -1
  620. data/node_modules/caniuse-lite/data/features/promise-finally.js +1 -1
  621. data/node_modules/caniuse-lite/data/features/promises.js +1 -1
  622. data/node_modules/caniuse-lite/data/features/proximity.js +1 -1
  623. data/node_modules/caniuse-lite/data/features/proxy.js +1 -1
  624. data/node_modules/caniuse-lite/data/features/publickeypinning.js +1 -1
  625. data/node_modules/caniuse-lite/data/features/push-api.js +1 -1
  626. data/node_modules/caniuse-lite/data/features/queryselector.js +1 -1
  627. data/node_modules/caniuse-lite/data/features/readonly-attr.js +1 -1
  628. data/node_modules/caniuse-lite/data/features/referrer-policy.js +1 -1
  629. data/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +1 -1
  630. data/node_modules/caniuse-lite/data/features/rel-noopener.js +1 -1
  631. data/node_modules/caniuse-lite/data/features/rel-noreferrer.js +1 -1
  632. data/node_modules/caniuse-lite/data/features/rellist.js +1 -1
  633. data/node_modules/caniuse-lite/data/features/rem.js +1 -1
  634. data/node_modules/caniuse-lite/data/features/requestanimationframe.js +1 -1
  635. data/node_modules/caniuse-lite/data/features/requestidlecallback.js +1 -1
  636. data/node_modules/caniuse-lite/data/features/resizeobserver.js +1 -1
  637. data/node_modules/caniuse-lite/data/features/resource-timing.js +1 -1
  638. data/node_modules/caniuse-lite/data/features/rest-parameters.js +1 -1
  639. data/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +1 -1
  640. data/node_modules/caniuse-lite/data/features/ruby.js +1 -1
  641. data/node_modules/caniuse-lite/data/features/run-in.js +1 -1
  642. data/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +1 -1
  643. data/node_modules/caniuse-lite/data/features/screen-orientation.js +1 -1
  644. data/node_modules/caniuse-lite/data/features/script-async.js +1 -1
  645. data/node_modules/caniuse-lite/data/features/script-defer.js +1 -1
  646. data/node_modules/caniuse-lite/data/features/scrollintoview.js +1 -1
  647. data/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +1 -1
  648. data/node_modules/caniuse-lite/data/features/sdch.js +1 -1
  649. data/node_modules/caniuse-lite/data/features/selection-api.js +1 -1
  650. data/node_modules/caniuse-lite/data/features/selectlist.js +1 -1
  651. data/node_modules/caniuse-lite/data/features/server-timing.js +1 -1
  652. data/node_modules/caniuse-lite/data/features/serviceworkers.js +1 -1
  653. data/node_modules/caniuse-lite/data/features/setimmediate.js +1 -1
  654. data/node_modules/caniuse-lite/data/features/shadowdom.js +1 -1
  655. data/node_modules/caniuse-lite/data/features/shadowdomv1.js +1 -1
  656. data/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +1 -1
  657. data/node_modules/caniuse-lite/data/features/sharedworkers.js +1 -1
  658. data/node_modules/caniuse-lite/data/features/sni.js +1 -1
  659. data/node_modules/caniuse-lite/data/features/spdy.js +1 -1
  660. data/node_modules/caniuse-lite/data/features/speech-recognition.js +1 -1
  661. data/node_modules/caniuse-lite/data/features/speech-synthesis.js +1 -1
  662. data/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +1 -1
  663. data/node_modules/caniuse-lite/data/features/sql-storage.js +1 -1
  664. data/node_modules/caniuse-lite/data/features/srcset.js +1 -1
  665. data/node_modules/caniuse-lite/data/features/stream.js +1 -1
  666. data/node_modules/caniuse-lite/data/features/streams.js +1 -1
  667. data/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +1 -1
  668. data/node_modules/caniuse-lite/data/features/style-scoped.js +1 -1
  669. data/node_modules/caniuse-lite/data/features/subresource-bundling.js +1 -1
  670. data/node_modules/caniuse-lite/data/features/subresource-integrity.js +1 -1
  671. data/node_modules/caniuse-lite/data/features/svg-css.js +1 -1
  672. data/node_modules/caniuse-lite/data/features/svg-filters.js +1 -1
  673. data/node_modules/caniuse-lite/data/features/svg-fonts.js +1 -1
  674. data/node_modules/caniuse-lite/data/features/svg-fragment.js +1 -1
  675. data/node_modules/caniuse-lite/data/features/svg-html.js +1 -1
  676. data/node_modules/caniuse-lite/data/features/svg-html5.js +1 -1
  677. data/node_modules/caniuse-lite/data/features/svg-img.js +1 -1
  678. data/node_modules/caniuse-lite/data/features/svg-smil.js +1 -1
  679. data/node_modules/caniuse-lite/data/features/svg.js +1 -1
  680. data/node_modules/caniuse-lite/data/features/sxg.js +1 -1
  681. data/node_modules/caniuse-lite/data/features/tabindex-attr.js +1 -1
  682. data/node_modules/caniuse-lite/data/features/template-literals.js +1 -1
  683. data/node_modules/caniuse-lite/data/features/template.js +1 -1
  684. data/node_modules/caniuse-lite/data/features/temporal.js +1 -1
  685. data/node_modules/caniuse-lite/data/features/testfeat.js +1 -1
  686. data/node_modules/caniuse-lite/data/features/text-decoration.js +1 -1
  687. data/node_modules/caniuse-lite/data/features/text-emphasis.js +1 -1
  688. data/node_modules/caniuse-lite/data/features/text-overflow.js +1 -1
  689. data/node_modules/caniuse-lite/data/features/text-size-adjust.js +1 -1
  690. data/node_modules/caniuse-lite/data/features/text-stroke.js +1 -1
  691. data/node_modules/caniuse-lite/data/features/textcontent.js +1 -1
  692. data/node_modules/caniuse-lite/data/features/textencoder.js +1 -1
  693. data/node_modules/caniuse-lite/data/features/tls1-1.js +1 -1
  694. data/node_modules/caniuse-lite/data/features/tls1-2.js +1 -1
  695. data/node_modules/caniuse-lite/data/features/tls1-3.js +1 -1
  696. data/node_modules/caniuse-lite/data/features/touch.js +1 -1
  697. data/node_modules/caniuse-lite/data/features/transforms2d.js +1 -1
  698. data/node_modules/caniuse-lite/data/features/transforms3d.js +1 -1
  699. data/node_modules/caniuse-lite/data/features/trusted-types.js +1 -1
  700. data/node_modules/caniuse-lite/data/features/ttf.js +1 -1
  701. data/node_modules/caniuse-lite/data/features/typedarrays.js +1 -1
  702. data/node_modules/caniuse-lite/data/features/u2f.js +1 -1
  703. data/node_modules/caniuse-lite/data/features/unhandledrejection.js +1 -1
  704. data/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +1 -1
  705. data/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +1 -1
  706. data/node_modules/caniuse-lite/data/features/url.js +1 -1
  707. data/node_modules/caniuse-lite/data/features/urlsearchparams.js +1 -1
  708. data/node_modules/caniuse-lite/data/features/use-strict.js +1 -1
  709. data/node_modules/caniuse-lite/data/features/user-select-none.js +1 -1
  710. data/node_modules/caniuse-lite/data/features/user-timing.js +1 -1
  711. data/node_modules/caniuse-lite/data/features/variable-fonts.js +1 -1
  712. data/node_modules/caniuse-lite/data/features/vector-effect.js +1 -1
  713. data/node_modules/caniuse-lite/data/features/vibration.js +1 -1
  714. data/node_modules/caniuse-lite/data/features/video.js +1 -1
  715. data/node_modules/caniuse-lite/data/features/videotracks.js +1 -1
  716. data/node_modules/caniuse-lite/data/features/view-transitions.js +1 -1
  717. data/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +1 -1
  718. data/node_modules/caniuse-lite/data/features/viewport-units.js +1 -1
  719. data/node_modules/caniuse-lite/data/features/wai-aria.js +1 -1
  720. data/node_modules/caniuse-lite/data/features/wake-lock.js +1 -1
  721. data/node_modules/caniuse-lite/data/features/wasm-bigint.js +1 -1
  722. data/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +1 -1
  723. data/node_modules/caniuse-lite/data/features/wasm-extended-const.js +1 -1
  724. data/node_modules/caniuse-lite/data/features/wasm-gc.js +1 -1
  725. data/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +1 -1
  726. data/node_modules/caniuse-lite/data/features/wasm-multi-value.js +1 -1
  727. data/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +1 -1
  728. data/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +1 -1
  729. data/node_modules/caniuse-lite/data/features/wasm-reference-types.js +1 -1
  730. data/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +1 -1
  731. data/node_modules/caniuse-lite/data/features/wasm-signext.js +1 -1
  732. data/node_modules/caniuse-lite/data/features/wasm-simd.js +1 -1
  733. data/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +1 -1
  734. data/node_modules/caniuse-lite/data/features/wasm-threads.js +1 -1
  735. data/node_modules/caniuse-lite/data/features/wasm.js +1 -1
  736. data/node_modules/caniuse-lite/data/features/wav.js +1 -1
  737. data/node_modules/caniuse-lite/data/features/wbr-element.js +1 -1
  738. data/node_modules/caniuse-lite/data/features/web-animation.js +1 -1
  739. data/node_modules/caniuse-lite/data/features/web-app-manifest.js +1 -1
  740. data/node_modules/caniuse-lite/data/features/web-bluetooth.js +1 -1
  741. data/node_modules/caniuse-lite/data/features/web-serial.js +1 -1
  742. data/node_modules/caniuse-lite/data/features/web-share.js +1 -1
  743. data/node_modules/caniuse-lite/data/features/webauthn.js +1 -1
  744. data/node_modules/caniuse-lite/data/features/webcodecs.js +1 -1
  745. data/node_modules/caniuse-lite/data/features/webgl.js +1 -1
  746. data/node_modules/caniuse-lite/data/features/webgl2.js +1 -1
  747. data/node_modules/caniuse-lite/data/features/webgpu.js +1 -1
  748. data/node_modules/caniuse-lite/data/features/webhid.js +1 -1
  749. data/node_modules/caniuse-lite/data/features/webkit-user-drag.js +1 -1
  750. data/node_modules/caniuse-lite/data/features/webm.js +1 -1
  751. data/node_modules/caniuse-lite/data/features/webnfc.js +1 -1
  752. data/node_modules/caniuse-lite/data/features/webp.js +1 -1
  753. data/node_modules/caniuse-lite/data/features/websockets.js +1 -1
  754. data/node_modules/caniuse-lite/data/features/webtransport.js +1 -1
  755. data/node_modules/caniuse-lite/data/features/webusb.js +1 -1
  756. data/node_modules/caniuse-lite/data/features/webvr.js +1 -1
  757. data/node_modules/caniuse-lite/data/features/webvtt.js +1 -1
  758. data/node_modules/caniuse-lite/data/features/webworkers.js +1 -1
  759. data/node_modules/caniuse-lite/data/features/webxr.js +1 -1
  760. data/node_modules/caniuse-lite/data/features/will-change.js +1 -1
  761. data/node_modules/caniuse-lite/data/features/woff.js +1 -1
  762. data/node_modules/caniuse-lite/data/features/woff2.js +1 -1
  763. data/node_modules/caniuse-lite/data/features/word-break.js +1 -1
  764. data/node_modules/caniuse-lite/data/features/wordwrap.js +1 -1
  765. data/node_modules/caniuse-lite/data/features/x-doc-messaging.js +1 -1
  766. data/node_modules/caniuse-lite/data/features/x-frame-options.js +1 -1
  767. data/node_modules/caniuse-lite/data/features/xhr2.js +1 -1
  768. data/node_modules/caniuse-lite/data/features/xhtml.js +1 -1
  769. data/node_modules/caniuse-lite/data/features/xhtmlsmil.js +1 -1
  770. data/node_modules/caniuse-lite/data/features/xml-serializer.js +1 -1
  771. data/node_modules/caniuse-lite/data/features/zstd.js +1 -1
  772. data/node_modules/caniuse-lite/data/regions/AD.js +1 -1
  773. data/node_modules/caniuse-lite/data/regions/AE.js +1 -1
  774. data/node_modules/caniuse-lite/data/regions/AF.js +1 -1
  775. data/node_modules/caniuse-lite/data/regions/AG.js +1 -1
  776. data/node_modules/caniuse-lite/data/regions/AI.js +1 -1
  777. data/node_modules/caniuse-lite/data/regions/AL.js +1 -1
  778. data/node_modules/caniuse-lite/data/regions/AM.js +1 -1
  779. data/node_modules/caniuse-lite/data/regions/AO.js +1 -1
  780. data/node_modules/caniuse-lite/data/regions/AR.js +1 -1
  781. data/node_modules/caniuse-lite/data/regions/AS.js +1 -1
  782. data/node_modules/caniuse-lite/data/regions/AT.js +1 -1
  783. data/node_modules/caniuse-lite/data/regions/AU.js +1 -1
  784. data/node_modules/caniuse-lite/data/regions/AW.js +1 -1
  785. data/node_modules/caniuse-lite/data/regions/AX.js +1 -1
  786. data/node_modules/caniuse-lite/data/regions/AZ.js +1 -1
  787. data/node_modules/caniuse-lite/data/regions/BA.js +1 -1
  788. data/node_modules/caniuse-lite/data/regions/BB.js +1 -1
  789. data/node_modules/caniuse-lite/data/regions/BD.js +1 -1
  790. data/node_modules/caniuse-lite/data/regions/BE.js +1 -1
  791. data/node_modules/caniuse-lite/data/regions/BF.js +1 -1
  792. data/node_modules/caniuse-lite/data/regions/BG.js +1 -1
  793. data/node_modules/caniuse-lite/data/regions/BH.js +1 -1
  794. data/node_modules/caniuse-lite/data/regions/BI.js +1 -1
  795. data/node_modules/caniuse-lite/data/regions/BJ.js +1 -1
  796. data/node_modules/caniuse-lite/data/regions/BM.js +1 -1
  797. data/node_modules/caniuse-lite/data/regions/BN.js +1 -1
  798. data/node_modules/caniuse-lite/data/regions/BO.js +1 -1
  799. data/node_modules/caniuse-lite/data/regions/BR.js +1 -1
  800. data/node_modules/caniuse-lite/data/regions/BS.js +1 -1
  801. data/node_modules/caniuse-lite/data/regions/BT.js +1 -1
  802. data/node_modules/caniuse-lite/data/regions/BW.js +1 -1
  803. data/node_modules/caniuse-lite/data/regions/BY.js +1 -1
  804. data/node_modules/caniuse-lite/data/regions/BZ.js +1 -1
  805. data/node_modules/caniuse-lite/data/regions/CA.js +1 -1
  806. data/node_modules/caniuse-lite/data/regions/CD.js +1 -1
  807. data/node_modules/caniuse-lite/data/regions/CF.js +1 -1
  808. data/node_modules/caniuse-lite/data/regions/CG.js +1 -1
  809. data/node_modules/caniuse-lite/data/regions/CH.js +1 -1
  810. data/node_modules/caniuse-lite/data/regions/CI.js +1 -1
  811. data/node_modules/caniuse-lite/data/regions/CK.js +1 -1
  812. data/node_modules/caniuse-lite/data/regions/CL.js +1 -1
  813. data/node_modules/caniuse-lite/data/regions/CM.js +1 -1
  814. data/node_modules/caniuse-lite/data/regions/CN.js +1 -1
  815. data/node_modules/caniuse-lite/data/regions/CO.js +1 -1
  816. data/node_modules/caniuse-lite/data/regions/CR.js +1 -1
  817. data/node_modules/caniuse-lite/data/regions/CU.js +1 -1
  818. data/node_modules/caniuse-lite/data/regions/CV.js +1 -1
  819. data/node_modules/caniuse-lite/data/regions/CX.js +1 -1
  820. data/node_modules/caniuse-lite/data/regions/CY.js +1 -1
  821. data/node_modules/caniuse-lite/data/regions/CZ.js +1 -1
  822. data/node_modules/caniuse-lite/data/regions/DE.js +1 -1
  823. data/node_modules/caniuse-lite/data/regions/DJ.js +1 -1
  824. data/node_modules/caniuse-lite/data/regions/DK.js +1 -1
  825. data/node_modules/caniuse-lite/data/regions/DM.js +1 -1
  826. data/node_modules/caniuse-lite/data/regions/DO.js +1 -1
  827. data/node_modules/caniuse-lite/data/regions/DZ.js +1 -1
  828. data/node_modules/caniuse-lite/data/regions/EC.js +1 -1
  829. data/node_modules/caniuse-lite/data/regions/EE.js +1 -1
  830. data/node_modules/caniuse-lite/data/regions/EG.js +1 -1
  831. data/node_modules/caniuse-lite/data/regions/ER.js +1 -1
  832. data/node_modules/caniuse-lite/data/regions/ES.js +1 -1
  833. data/node_modules/caniuse-lite/data/regions/ET.js +1 -1
  834. data/node_modules/caniuse-lite/data/regions/FI.js +1 -1
  835. data/node_modules/caniuse-lite/data/regions/FJ.js +1 -1
  836. data/node_modules/caniuse-lite/data/regions/FK.js +1 -1
  837. data/node_modules/caniuse-lite/data/regions/FM.js +1 -1
  838. data/node_modules/caniuse-lite/data/regions/FO.js +1 -1
  839. data/node_modules/caniuse-lite/data/regions/FR.js +1 -1
  840. data/node_modules/caniuse-lite/data/regions/GA.js +1 -1
  841. data/node_modules/caniuse-lite/data/regions/GB.js +1 -1
  842. data/node_modules/caniuse-lite/data/regions/GD.js +1 -1
  843. data/node_modules/caniuse-lite/data/regions/GE.js +1 -1
  844. data/node_modules/caniuse-lite/data/regions/GF.js +1 -1
  845. data/node_modules/caniuse-lite/data/regions/GG.js +1 -1
  846. data/node_modules/caniuse-lite/data/regions/GH.js +1 -1
  847. data/node_modules/caniuse-lite/data/regions/GI.js +1 -1
  848. data/node_modules/caniuse-lite/data/regions/GL.js +1 -1
  849. data/node_modules/caniuse-lite/data/regions/GM.js +1 -1
  850. data/node_modules/caniuse-lite/data/regions/GN.js +1 -1
  851. data/node_modules/caniuse-lite/data/regions/GP.js +1 -1
  852. data/node_modules/caniuse-lite/data/regions/GQ.js +1 -1
  853. data/node_modules/caniuse-lite/data/regions/GR.js +1 -1
  854. data/node_modules/caniuse-lite/data/regions/GT.js +1 -1
  855. data/node_modules/caniuse-lite/data/regions/GU.js +1 -1
  856. data/node_modules/caniuse-lite/data/regions/GW.js +1 -1
  857. data/node_modules/caniuse-lite/data/regions/GY.js +1 -1
  858. data/node_modules/caniuse-lite/data/regions/HK.js +1 -1
  859. data/node_modules/caniuse-lite/data/regions/HN.js +1 -1
  860. data/node_modules/caniuse-lite/data/regions/HR.js +1 -1
  861. data/node_modules/caniuse-lite/data/regions/HT.js +1 -1
  862. data/node_modules/caniuse-lite/data/regions/HU.js +1 -1
  863. data/node_modules/caniuse-lite/data/regions/ID.js +1 -1
  864. data/node_modules/caniuse-lite/data/regions/IE.js +1 -1
  865. data/node_modules/caniuse-lite/data/regions/IL.js +1 -1
  866. data/node_modules/caniuse-lite/data/regions/IM.js +1 -1
  867. data/node_modules/caniuse-lite/data/regions/IN.js +1 -1
  868. data/node_modules/caniuse-lite/data/regions/IQ.js +1 -1
  869. data/node_modules/caniuse-lite/data/regions/IR.js +1 -1
  870. data/node_modules/caniuse-lite/data/regions/IS.js +1 -1
  871. data/node_modules/caniuse-lite/data/regions/IT.js +1 -1
  872. data/node_modules/caniuse-lite/data/regions/JE.js +1 -1
  873. data/node_modules/caniuse-lite/data/regions/JM.js +1 -1
  874. data/node_modules/caniuse-lite/data/regions/JO.js +1 -1
  875. data/node_modules/caniuse-lite/data/regions/JP.js +1 -1
  876. data/node_modules/caniuse-lite/data/regions/KE.js +1 -1
  877. data/node_modules/caniuse-lite/data/regions/KG.js +1 -1
  878. data/node_modules/caniuse-lite/data/regions/KH.js +1 -1
  879. data/node_modules/caniuse-lite/data/regions/KI.js +1 -1
  880. data/node_modules/caniuse-lite/data/regions/KM.js +1 -1
  881. data/node_modules/caniuse-lite/data/regions/KN.js +1 -1
  882. data/node_modules/caniuse-lite/data/regions/KP.js +1 -1
  883. data/node_modules/caniuse-lite/data/regions/KR.js +1 -1
  884. data/node_modules/caniuse-lite/data/regions/KW.js +1 -1
  885. data/node_modules/caniuse-lite/data/regions/KY.js +1 -1
  886. data/node_modules/caniuse-lite/data/regions/KZ.js +1 -1
  887. data/node_modules/caniuse-lite/data/regions/LA.js +1 -1
  888. data/node_modules/caniuse-lite/data/regions/LB.js +1 -1
  889. data/node_modules/caniuse-lite/data/regions/LC.js +1 -1
  890. data/node_modules/caniuse-lite/data/regions/LI.js +1 -1
  891. data/node_modules/caniuse-lite/data/regions/LK.js +1 -1
  892. data/node_modules/caniuse-lite/data/regions/LR.js +1 -1
  893. data/node_modules/caniuse-lite/data/regions/LS.js +1 -1
  894. data/node_modules/caniuse-lite/data/regions/LT.js +1 -1
  895. data/node_modules/caniuse-lite/data/regions/LU.js +1 -1
  896. data/node_modules/caniuse-lite/data/regions/LV.js +1 -1
  897. data/node_modules/caniuse-lite/data/regions/LY.js +1 -1
  898. data/node_modules/caniuse-lite/data/regions/MA.js +1 -1
  899. data/node_modules/caniuse-lite/data/regions/MC.js +1 -1
  900. data/node_modules/caniuse-lite/data/regions/MD.js +1 -1
  901. data/node_modules/caniuse-lite/data/regions/ME.js +1 -1
  902. data/node_modules/caniuse-lite/data/regions/MG.js +1 -1
  903. data/node_modules/caniuse-lite/data/regions/MH.js +1 -1
  904. data/node_modules/caniuse-lite/data/regions/MK.js +1 -1
  905. data/node_modules/caniuse-lite/data/regions/ML.js +1 -1
  906. data/node_modules/caniuse-lite/data/regions/MM.js +1 -1
  907. data/node_modules/caniuse-lite/data/regions/MN.js +1 -1
  908. data/node_modules/caniuse-lite/data/regions/MO.js +1 -1
  909. data/node_modules/caniuse-lite/data/regions/MP.js +1 -1
  910. data/node_modules/caniuse-lite/data/regions/MQ.js +1 -1
  911. data/node_modules/caniuse-lite/data/regions/MR.js +1 -1
  912. data/node_modules/caniuse-lite/data/regions/MS.js +1 -1
  913. data/node_modules/caniuse-lite/data/regions/MT.js +1 -1
  914. data/node_modules/caniuse-lite/data/regions/MU.js +1 -1
  915. data/node_modules/caniuse-lite/data/regions/MV.js +1 -1
  916. data/node_modules/caniuse-lite/data/regions/MW.js +1 -1
  917. data/node_modules/caniuse-lite/data/regions/MX.js +1 -1
  918. data/node_modules/caniuse-lite/data/regions/MY.js +1 -1
  919. data/node_modules/caniuse-lite/data/regions/MZ.js +1 -1
  920. data/node_modules/caniuse-lite/data/regions/NA.js +1 -1
  921. data/node_modules/caniuse-lite/data/regions/NC.js +1 -1
  922. data/node_modules/caniuse-lite/data/regions/NE.js +1 -1
  923. data/node_modules/caniuse-lite/data/regions/NF.js +1 -1
  924. data/node_modules/caniuse-lite/data/regions/NG.js +1 -1
  925. data/node_modules/caniuse-lite/data/regions/NI.js +1 -1
  926. data/node_modules/caniuse-lite/data/regions/NL.js +1 -1
  927. data/node_modules/caniuse-lite/data/regions/NO.js +1 -1
  928. data/node_modules/caniuse-lite/data/regions/NP.js +1 -1
  929. data/node_modules/caniuse-lite/data/regions/NR.js +1 -1
  930. data/node_modules/caniuse-lite/data/regions/NU.js +1 -1
  931. data/node_modules/caniuse-lite/data/regions/NZ.js +1 -1
  932. data/node_modules/caniuse-lite/data/regions/OM.js +1 -1
  933. data/node_modules/caniuse-lite/data/regions/PA.js +1 -1
  934. data/node_modules/caniuse-lite/data/regions/PE.js +1 -1
  935. data/node_modules/caniuse-lite/data/regions/PF.js +1 -1
  936. data/node_modules/caniuse-lite/data/regions/PG.js +1 -1
  937. data/node_modules/caniuse-lite/data/regions/PH.js +1 -1
  938. data/node_modules/caniuse-lite/data/regions/PK.js +1 -1
  939. data/node_modules/caniuse-lite/data/regions/PL.js +1 -1
  940. data/node_modules/caniuse-lite/data/regions/PM.js +1 -1
  941. data/node_modules/caniuse-lite/data/regions/PN.js +1 -1
  942. data/node_modules/caniuse-lite/data/regions/PR.js +1 -1
  943. data/node_modules/caniuse-lite/data/regions/PS.js +1 -1
  944. data/node_modules/caniuse-lite/data/regions/PT.js +1 -1
  945. data/node_modules/caniuse-lite/data/regions/PW.js +1 -1
  946. data/node_modules/caniuse-lite/data/regions/PY.js +1 -1
  947. data/node_modules/caniuse-lite/data/regions/QA.js +1 -1
  948. data/node_modules/caniuse-lite/data/regions/RE.js +1 -1
  949. data/node_modules/caniuse-lite/data/regions/RO.js +1 -1
  950. data/node_modules/caniuse-lite/data/regions/RS.js +1 -1
  951. data/node_modules/caniuse-lite/data/regions/RU.js +1 -1
  952. data/node_modules/caniuse-lite/data/regions/RW.js +1 -1
  953. data/node_modules/caniuse-lite/data/regions/SA.js +1 -1
  954. data/node_modules/caniuse-lite/data/regions/SB.js +1 -1
  955. data/node_modules/caniuse-lite/data/regions/SC.js +1 -1
  956. data/node_modules/caniuse-lite/data/regions/SD.js +1 -1
  957. data/node_modules/caniuse-lite/data/regions/SE.js +1 -1
  958. data/node_modules/caniuse-lite/data/regions/SG.js +1 -1
  959. data/node_modules/caniuse-lite/data/regions/SH.js +1 -1
  960. data/node_modules/caniuse-lite/data/regions/SI.js +1 -1
  961. data/node_modules/caniuse-lite/data/regions/SK.js +1 -1
  962. data/node_modules/caniuse-lite/data/regions/SL.js +1 -1
  963. data/node_modules/caniuse-lite/data/regions/SM.js +1 -1
  964. data/node_modules/caniuse-lite/data/regions/SN.js +1 -1
  965. data/node_modules/caniuse-lite/data/regions/SO.js +1 -1
  966. data/node_modules/caniuse-lite/data/regions/SR.js +1 -1
  967. data/node_modules/caniuse-lite/data/regions/ST.js +1 -1
  968. data/node_modules/caniuse-lite/data/regions/SV.js +1 -1
  969. data/node_modules/caniuse-lite/data/regions/SY.js +1 -1
  970. data/node_modules/caniuse-lite/data/regions/SZ.js +1 -1
  971. data/node_modules/caniuse-lite/data/regions/TC.js +1 -1
  972. data/node_modules/caniuse-lite/data/regions/TD.js +1 -1
  973. data/node_modules/caniuse-lite/data/regions/TG.js +1 -1
  974. data/node_modules/caniuse-lite/data/regions/TH.js +1 -1
  975. data/node_modules/caniuse-lite/data/regions/TJ.js +1 -1
  976. data/node_modules/caniuse-lite/data/regions/TL.js +1 -1
  977. data/node_modules/caniuse-lite/data/regions/TM.js +1 -1
  978. data/node_modules/caniuse-lite/data/regions/TN.js +1 -1
  979. data/node_modules/caniuse-lite/data/regions/TO.js +1 -1
  980. data/node_modules/caniuse-lite/data/regions/TR.js +1 -1
  981. data/node_modules/caniuse-lite/data/regions/TT.js +1 -1
  982. data/node_modules/caniuse-lite/data/regions/TV.js +1 -1
  983. data/node_modules/caniuse-lite/data/regions/TW.js +1 -1
  984. data/node_modules/caniuse-lite/data/regions/TZ.js +1 -1
  985. data/node_modules/caniuse-lite/data/regions/UA.js +1 -1
  986. data/node_modules/caniuse-lite/data/regions/UG.js +1 -1
  987. data/node_modules/caniuse-lite/data/regions/US.js +1 -1
  988. data/node_modules/caniuse-lite/data/regions/UY.js +1 -1
  989. data/node_modules/caniuse-lite/data/regions/UZ.js +1 -1
  990. data/node_modules/caniuse-lite/data/regions/VA.js +1 -1
  991. data/node_modules/caniuse-lite/data/regions/VC.js +1 -1
  992. data/node_modules/caniuse-lite/data/regions/VE.js +1 -1
  993. data/node_modules/caniuse-lite/data/regions/VG.js +1 -1
  994. data/node_modules/caniuse-lite/data/regions/VI.js +1 -1
  995. data/node_modules/caniuse-lite/data/regions/VN.js +1 -1
  996. data/node_modules/caniuse-lite/data/regions/VU.js +1 -1
  997. data/node_modules/caniuse-lite/data/regions/WF.js +1 -1
  998. data/node_modules/caniuse-lite/data/regions/WS.js +1 -1
  999. data/node_modules/caniuse-lite/data/regions/YE.js +1 -1
  1000. data/node_modules/caniuse-lite/data/regions/YT.js +1 -1
  1001. data/node_modules/caniuse-lite/data/regions/ZA.js +1 -1
  1002. data/node_modules/caniuse-lite/data/regions/ZM.js +1 -1
  1003. data/node_modules/caniuse-lite/data/regions/ZW.js +1 -1
  1004. data/node_modules/caniuse-lite/data/regions/alt-af.js +1 -1
  1005. data/node_modules/caniuse-lite/data/regions/alt-an.js +1 -1
  1006. data/node_modules/caniuse-lite/data/regions/alt-as.js +1 -1
  1007. data/node_modules/caniuse-lite/data/regions/alt-eu.js +1 -1
  1008. data/node_modules/caniuse-lite/data/regions/alt-na.js +1 -1
  1009. data/node_modules/caniuse-lite/data/regions/alt-oc.js +1 -1
  1010. data/node_modules/caniuse-lite/data/regions/alt-sa.js +1 -1
  1011. data/node_modules/caniuse-lite/data/regions/alt-ww.js +1 -1
  1012. data/node_modules/caniuse-lite/package.json +1 -1
  1013. data/node_modules/electron-to-chromium/chromium-versions.js +4 -1
  1014. data/node_modules/electron-to-chromium/chromium-versions.json +1 -1
  1015. data/node_modules/electron-to-chromium/full-chromium-versions.js +75 -3
  1016. data/node_modules/electron-to-chromium/full-chromium-versions.json +1 -1
  1017. data/node_modules/electron-to-chromium/full-versions.js +45 -1
  1018. data/node_modules/electron-to-chromium/full-versions.json +1 -1
  1019. data/node_modules/electron-to-chromium/package.json +1 -1
  1020. data/node_modules/electron-to-chromium/versions.js +8 -1
  1021. data/node_modules/electron-to-chromium/versions.json +1 -1
  1022. data/node_modules/es-object-atoms/CHANGELOG.md +21 -0
  1023. data/node_modules/es-object-atoms/README.md +7 -0
  1024. data/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +2 -2
  1025. data/node_modules/es-object-atoms/ToObject.d.ts +6 -2
  1026. data/node_modules/es-object-atoms/isObject.d.ts +3 -0
  1027. data/node_modules/es-object-atoms/isObject.js +6 -0
  1028. data/node_modules/es-object-atoms/package.json +9 -8
  1029. data/node_modules/es-object-atoms/test/index.js +11 -1
  1030. data/node_modules/es-shim-unscopables/CHANGELOG.md +8 -0
  1031. data/node_modules/es-shim-unscopables/index.d.ts +8 -0
  1032. data/node_modules/es-shim-unscopables/index.js +2 -1
  1033. data/node_modules/es-shim-unscopables/package.json +20 -11
  1034. data/node_modules/es-shim-unscopables/test/index.js +4 -1
  1035. data/node_modules/es-shim-unscopables/test/with.js +8 -0
  1036. data/node_modules/es-shim-unscopables/tsconfig.json +10 -0
  1037. data/node_modules/eslint/README.md +6 -4
  1038. data/node_modules/eslint/lib/config-api.js +12 -0
  1039. data/node_modules/eslint/lib/languages/js/source-code/source-code.js +18 -14
  1040. data/node_modules/eslint/lib/rules/no-console.js +19 -11
  1041. data/node_modules/eslint/lib/rules/no-native-reassign.js +1 -1
  1042. data/node_modules/eslint/lib/rules/no-negated-in-lhs.js +1 -1
  1043. data/node_modules/eslint/lib/types/config-api.d.ts +8 -0
  1044. data/node_modules/eslint/lib/types/rules.d.ts +5199 -0
  1045. data/node_modules/eslint/package.json +14 -6
  1046. data/node_modules/eslint-scope/README.md +4 -3
  1047. data/node_modules/eslint-scope/dist/eslint-scope.cjs +59 -2
  1048. data/node_modules/eslint-scope/lib/index.js +1 -0
  1049. data/node_modules/eslint-scope/lib/referencer.js +52 -0
  1050. data/node_modules/eslint-scope/lib/scope-manager.js +4 -0
  1051. data/node_modules/eslint-scope/lib/scope.js +1 -1
  1052. data/node_modules/eslint-scope/lib/version.js +1 -1
  1053. data/node_modules/eslint-scope/package.json +1 -1
  1054. data/node_modules/flatted/index.js +3 -3
  1055. data/node_modules/flatted/min.js +1 -1
  1056. data/node_modules/flatted/package.json +21 -8
  1057. data/node_modules/flatted/python/flatted.py +4 -4
  1058. data/node_modules/flow-parser/flow_parser.js +5550 -5530
  1059. data/node_modules/flow-parser/package.json +1 -1
  1060. data/node_modules/for-each/CHANGELOG.md +107 -0
  1061. data/node_modules/for-each/README.md +0 -4
  1062. data/node_modules/for-each/index.d.ts +35 -0
  1063. data/node_modules/for-each/index.js +11 -4
  1064. data/node_modules/for-each/package.json +47 -36
  1065. data/node_modules/for-each/test/test.js +54 -12
  1066. data/node_modules/for-each/tsconfig.json +8 -0
  1067. data/node_modules/get-intrinsic/CHANGELOG.md +8 -0
  1068. data/node_modules/get-intrinsic/index.js +1 -0
  1069. data/node_modules/get-intrinsic/package.json +8 -8
  1070. data/node_modules/import-fresh/index.js +2 -1
  1071. data/node_modules/import-fresh/package.json +6 -1
  1072. data/node_modules/import-fresh/readme.md +14 -8
  1073. data/node_modules/is-async-function/CHANGELOG.md +13 -0
  1074. data/node_modules/is-async-function/index.d.ts +4 -2
  1075. data/node_modules/is-async-function/index.js +3 -18
  1076. data/node_modules/is-async-function/package.json +8 -3
  1077. data/node_modules/is-boolean-object/CHANGELOG.md +11 -0
  1078. data/node_modules/is-boolean-object/index.js +1 -1
  1079. data/node_modules/is-boolean-object/package.json +8 -6
  1080. data/node_modules/is-boolean-object/test/index.js +24 -1
  1081. data/node_modules/is-weakref/CHANGELOG.md +8 -0
  1082. data/node_modules/is-weakref/index.d.ts +1 -1
  1083. data/node_modules/is-weakref/index.js +3 -1
  1084. data/node_modules/is-weakref/package.json +6 -6
  1085. data/node_modules/object-inspect/CHANGELOG.md +8 -0
  1086. data/node_modules/object-inspect/index.js +10 -7
  1087. data/node_modules/object-inspect/package.json +5 -4
  1088. data/node_modules/object-inspect/test/values.js +50 -0
  1089. data/node_modules/possible-typed-array-names/CHANGELOG.md +14 -0
  1090. data/node_modules/possible-typed-array-names/README.md +4 -2
  1091. data/node_modules/possible-typed-array-names/index.d.ts +1 -0
  1092. data/node_modules/possible-typed-array-names/index.js +1 -0
  1093. data/node_modules/possible-typed-array-names/package.json +10 -9
  1094. data/node_modules/possible-typed-array-names/test/index.js +6 -3
  1095. data/node_modules/possible-typed-array-names/tsconfig.json +2 -42
  1096. data/node_modules/recast/lib/lines.d.ts +2 -2
  1097. data/node_modules/recast/lib/printer.js +17 -5
  1098. data/node_modules/recast/package.json +1 -1
  1099. data/node_modules/typescript/README.md +1 -1
  1100. data/node_modules/typescript/lib/_tsc.js +931 -500
  1101. data/node_modules/typescript/lib/_tsserver.js +43 -7
  1102. data/node_modules/typescript/lib/cs/diagnosticMessages.generated.json +14 -8
  1103. data/node_modules/typescript/lib/de/diagnosticMessages.generated.json +14 -8
  1104. data/node_modules/typescript/lib/es/diagnosticMessages.generated.json +14 -8
  1105. data/node_modules/typescript/lib/fr/diagnosticMessages.generated.json +14 -8
  1106. data/node_modules/typescript/lib/it/diagnosticMessages.generated.json +14 -8
  1107. data/node_modules/typescript/lib/ja/diagnosticMessages.generated.json +14 -8
  1108. data/node_modules/typescript/lib/ko/diagnosticMessages.generated.json +14 -8
  1109. data/node_modules/typescript/lib/lib.dom.d.ts +769 -142
  1110. data/node_modules/typescript/lib/lib.dom.iterable.d.ts +9 -7
  1111. data/node_modules/typescript/lib/lib.es2015.iterable.d.ts +69 -54
  1112. data/node_modules/typescript/lib/lib.es2020.bigint.d.ts +41 -7
  1113. data/node_modules/typescript/lib/lib.es2023.array.d.ts +24 -24
  1114. data/node_modules/typescript/lib/lib.es5.d.ts +60 -51
  1115. data/node_modules/typescript/lib/lib.esnext.d.ts +2 -0
  1116. data/node_modules/typescript/lib/lib.esnext.float16.d.ts +443 -0
  1117. data/node_modules/typescript/lib/lib.esnext.iterator.d.ts +1 -1
  1118. data/node_modules/typescript/lib/lib.esnext.promise.d.ts +34 -0
  1119. data/node_modules/typescript/lib/lib.webworker.d.ts +262 -55
  1120. data/node_modules/typescript/lib/lib.webworker.iterable.d.ts +6 -7
  1121. data/node_modules/typescript/lib/pl/diagnosticMessages.generated.json +14 -8
  1122. data/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json +14 -8
  1123. data/node_modules/typescript/lib/ru/diagnosticMessages.generated.json +14 -8
  1124. data/node_modules/typescript/lib/tr/diagnosticMessages.generated.json +14 -8
  1125. data/node_modules/typescript/lib/typescript.d.ts +14 -3
  1126. data/node_modules/typescript/lib/typescript.js +1035 -570
  1127. data/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json +14 -8
  1128. data/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json +14 -8
  1129. data/node_modules/typescript/package.json +22 -22
  1130. data/node_modules/update-browserslist-db/index.js +5 -7
  1131. data/node_modules/update-browserslist-db/package.json +2 -2
  1132. data/node_modules/which-typed-array/CHANGELOG.md +10 -0
  1133. data/node_modules/which-typed-array/index.js +21 -20
  1134. data/node_modules/which-typed-array/package.json +9 -7
  1135. data/node_modules/which-typed-array/tsconfig.json +1 -1
  1136. data/package.json +2 -3
  1137. metadata +41 -206
  1138. data/linters/jscodeshift/arrow-function-transform.js +0 -42
  1139. data/node_modules/.bin/jscodeshift +0 -1
  1140. data/node_modules/@babel/eslint-parser/LICENSE +0 -22
  1141. data/node_modules/@babel/eslint-parser/README.md +0 -142
  1142. data/node_modules/@babel/eslint-parser/lib/analyze-scope.cjs +0 -322
  1143. data/node_modules/@babel/eslint-parser/lib/analyze-scope.cjs.map +0 -1
  1144. data/node_modules/@babel/eslint-parser/lib/client.cjs +0 -106
  1145. data/node_modules/@babel/eslint-parser/lib/client.cjs.map +0 -1
  1146. data/node_modules/@babel/eslint-parser/lib/configuration.cjs +0 -23
  1147. data/node_modules/@babel/eslint-parser/lib/configuration.cjs.map +0 -1
  1148. data/node_modules/@babel/eslint-parser/lib/convert/convertAST.cjs +0 -134
  1149. data/node_modules/@babel/eslint-parser/lib/convert/convertAST.cjs.map +0 -1
  1150. data/node_modules/@babel/eslint-parser/lib/convert/convertComments.cjs +0 -10
  1151. data/node_modules/@babel/eslint-parser/lib/convert/convertComments.cjs.map +0 -1
  1152. data/node_modules/@babel/eslint-parser/lib/convert/convertTokens.cjs +0 -159
  1153. data/node_modules/@babel/eslint-parser/lib/convert/convertTokens.cjs.map +0 -1
  1154. data/node_modules/@babel/eslint-parser/lib/convert/index.cjs +0 -25
  1155. data/node_modules/@babel/eslint-parser/lib/convert/index.cjs.map +0 -1
  1156. data/node_modules/@babel/eslint-parser/lib/experimental-worker.cjs +0 -32
  1157. data/node_modules/@babel/eslint-parser/lib/experimental-worker.cjs.map +0 -1
  1158. data/node_modules/@babel/eslint-parser/lib/index.cjs +0 -32
  1159. data/node_modules/@babel/eslint-parser/lib/index.cjs.map +0 -1
  1160. data/node_modules/@babel/eslint-parser/lib/parse.cjs +0 -37
  1161. data/node_modules/@babel/eslint-parser/lib/parse.cjs.map +0 -1
  1162. data/node_modules/@babel/eslint-parser/lib/utils/eslint-version.cjs +0 -5
  1163. data/node_modules/@babel/eslint-parser/lib/utils/eslint-version.cjs.map +0 -1
  1164. data/node_modules/@babel/eslint-parser/lib/worker/ast-info.cjs +0 -37
  1165. data/node_modules/@babel/eslint-parser/lib/worker/ast-info.cjs.map +0 -1
  1166. data/node_modules/@babel/eslint-parser/lib/worker/babel-core.cjs +0 -21
  1167. data/node_modules/@babel/eslint-parser/lib/worker/babel-core.cjs.map +0 -1
  1168. data/node_modules/@babel/eslint-parser/lib/worker/configuration.cjs +0 -91
  1169. data/node_modules/@babel/eslint-parser/lib/worker/configuration.cjs.map +0 -1
  1170. data/node_modules/@babel/eslint-parser/lib/worker/extract-parser-options-plugin.cjs +0 -11
  1171. data/node_modules/@babel/eslint-parser/lib/worker/extract-parser-options-plugin.cjs.map +0 -1
  1172. data/node_modules/@babel/eslint-parser/lib/worker/handle-message.cjs +0 -32
  1173. data/node_modules/@babel/eslint-parser/lib/worker/handle-message.cjs.map +0 -1
  1174. data/node_modules/@babel/eslint-parser/lib/worker/index.cjs +0 -39
  1175. data/node_modules/@babel/eslint-parser/lib/worker/index.cjs.map +0 -1
  1176. data/node_modules/@babel/eslint-parser/lib/worker/maybeParse.cjs +0 -48
  1177. data/node_modules/@babel/eslint-parser/lib/worker/maybeParse.cjs.map +0 -1
  1178. data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/CHANGELOG.md +0 -36
  1179. data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/README.md +0 -98
  1180. data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/lib/index.js +0 -81
  1181. data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/lib/visitor-keys.json +0 -289
  1182. data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/package.json +0 -39
  1183. data/node_modules/@babel/eslint-parser/node_modules/semver/LICENSE +0 -15
  1184. data/node_modules/@babel/eslint-parser/node_modules/semver/README.md +0 -443
  1185. data/node_modules/@babel/eslint-parser/node_modules/semver/bin/semver.js +0 -174
  1186. data/node_modules/@babel/eslint-parser/node_modules/semver/package.json +0 -38
  1187. data/node_modules/@babel/eslint-parser/node_modules/semver/range.bnf +0 -16
  1188. data/node_modules/@babel/eslint-parser/node_modules/semver/semver.js +0 -1643
  1189. data/node_modules/@babel/eslint-parser/package.json +0 -53
  1190. data/node_modules/@babel/eslint-parser/types.d.cts +0 -9
  1191. data/node_modules/@babel/plugin-proposal-decorators/LICENSE +0 -22
  1192. data/node_modules/@babel/plugin-proposal-decorators/README.md +0 -19
  1193. data/node_modules/@babel/plugin-proposal-decorators/lib/index.js +0 -41
  1194. data/node_modules/@babel/plugin-proposal-decorators/lib/index.js.map +0 -1
  1195. data/node_modules/@babel/plugin-proposal-decorators/lib/transformer-legacy.js +0 -165
  1196. data/node_modules/@babel/plugin-proposal-decorators/lib/transformer-legacy.js.map +0 -1
  1197. data/node_modules/@babel/plugin-proposal-decorators/package.json +0 -42
  1198. data/node_modules/@babel/plugin-syntax-decorators/LICENSE +0 -22
  1199. data/node_modules/@babel/plugin-syntax-decorators/README.md +0 -19
  1200. data/node_modules/@babel/plugin-syntax-decorators/lib/index.js +0 -81
  1201. data/node_modules/@babel/plugin-syntax-decorators/lib/index.js.map +0 -1
  1202. data/node_modules/@babel/plugin-syntax-decorators/package.json +0 -33
  1203. data/node_modules/@babel/plugin-transform-react-display-name/LICENSE +0 -22
  1204. data/node_modules/@babel/plugin-transform-react-display-name/README.md +0 -19
  1205. data/node_modules/@babel/plugin-transform-react-display-name/lib/index.js +0 -92
  1206. data/node_modules/@babel/plugin-transform-react-display-name/lib/index.js.map +0 -1
  1207. data/node_modules/@babel/plugin-transform-react-display-name/package.json +0 -34
  1208. data/node_modules/@babel/plugin-transform-react-jsx/LICENSE +0 -22
  1209. data/node_modules/@babel/plugin-transform-react-jsx/README.md +0 -19
  1210. data/node_modules/@babel/plugin-transform-react-jsx/lib/create-plugin.js +0 -505
  1211. data/node_modules/@babel/plugin-transform-react-jsx/lib/create-plugin.js.map +0 -1
  1212. data/node_modules/@babel/plugin-transform-react-jsx/lib/development.js +0 -13
  1213. data/node_modules/@babel/plugin-transform-react-jsx/lib/development.js.map +0 -1
  1214. data/node_modules/@babel/plugin-transform-react-jsx/lib/index.js +0 -13
  1215. data/node_modules/@babel/plugin-transform-react-jsx/lib/index.js.map +0 -1
  1216. data/node_modules/@babel/plugin-transform-react-jsx/package.json +0 -39
  1217. data/node_modules/@babel/plugin-transform-react-jsx-development/LICENSE +0 -22
  1218. data/node_modules/@babel/plugin-transform-react-jsx-development/README.md +0 -19
  1219. data/node_modules/@babel/plugin-transform-react-jsx-development/lib/index.js +0 -10
  1220. data/node_modules/@babel/plugin-transform-react-jsx-development/lib/index.js.map +0 -1
  1221. data/node_modules/@babel/plugin-transform-react-jsx-development/package.json +0 -33
  1222. data/node_modules/@babel/plugin-transform-react-pure-annotations/LICENSE +0 -22
  1223. data/node_modules/@babel/plugin-transform-react-pure-annotations/README.md +0 -19
  1224. data/node_modules/@babel/plugin-transform-react-pure-annotations/lib/index.js +0 -49
  1225. data/node_modules/@babel/plugin-transform-react-pure-annotations/lib/index.js.map +0 -1
  1226. data/node_modules/@babel/plugin-transform-react-pure-annotations/package.json +0 -34
  1227. data/node_modules/@babel/preset-react/LICENSE +0 -22
  1228. data/node_modules/@babel/preset-react/README.md +0 -19
  1229. data/node_modules/@babel/preset-react/lib/index.js +0 -79
  1230. data/node_modules/@babel/preset-react/lib/index.js.map +0 -1
  1231. data/node_modules/@babel/preset-react/package.json +0 -37
  1232. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/LICENSE +0 -7
  1233. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/index.js +0 -8
  1234. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/CHANGELOG.md +0 -70
  1235. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/LICENSE +0 -22
  1236. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/README.md +0 -54
  1237. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/definition.js +0 -86
  1238. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/index.js +0 -165
  1239. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/pattern-visitor.js +0 -152
  1240. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/reference.js +0 -167
  1241. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/referencer.js +0 -629
  1242. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/scope-manager.js +0 -247
  1243. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/scope.js +0 -748
  1244. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/variable.js +0 -88
  1245. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/LICENSE.BSD +0 -19
  1246. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/README.md +0 -153
  1247. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/estraverse.js +0 -782
  1248. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/gulpfile.js +0 -70
  1249. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/package.json +0 -40
  1250. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/package.json +0 -48
  1251. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/package.json +0 -14
  1252. data/node_modules/eslint/lib/types/rules/best-practices.d.ts +0 -1143
  1253. data/node_modules/eslint/lib/types/rules/deprecated.d.ts +0 -252
  1254. data/node_modules/eslint/lib/types/rules/ecmascript-6.d.ts +0 -647
  1255. data/node_modules/eslint/lib/types/rules/index.d.ts +0 -50
  1256. data/node_modules/eslint/lib/types/rules/node-commonjs.d.ts +0 -171
  1257. data/node_modules/eslint/lib/types/rules/possible-errors.d.ts +0 -685
  1258. data/node_modules/eslint/lib/types/rules/strict-mode.d.ts +0 -38
  1259. data/node_modules/eslint/lib/types/rules/stylistic-issues.d.ts +0 -2043
  1260. data/node_modules/eslint/lib/types/rules/variables.d.ts +0 -234
  1261. data/node_modules/flatted/python/test.py +0 -63
  1262. data/node_modules/jscodeshift/CHANGELOG.md +0 -226
  1263. data/node_modules/jscodeshift/CODE_OF_CONDUCT.md +0 -3
  1264. data/node_modules/jscodeshift/CONTRIBUTING.md +0 -48
  1265. data/node_modules/jscodeshift/README.md +0 -671
  1266. data/node_modules/jscodeshift/bin/jscodeshift.js +0 -182
  1267. data/node_modules/jscodeshift/bin/jscodeshift.sh +0 -12
  1268. data/node_modules/jscodeshift/dist/Collection.js +0 -472
  1269. data/node_modules/jscodeshift/dist/Runner.js +0 -322
  1270. data/node_modules/jscodeshift/dist/Worker.js +0 -210
  1271. data/node_modules/jscodeshift/dist/__testfixtures__/test-async-transform.input.js +0 -1
  1272. data/node_modules/jscodeshift/dist/__testfixtures__/test-async-transform.js +0 -11
  1273. data/node_modules/jscodeshift/dist/__testfixtures__/test-async-transform.output.js +0 -1
  1274. data/node_modules/jscodeshift/dist/__testfixtures__/test-sync-transform.input.js +0 -1
  1275. data/node_modules/jscodeshift/dist/__testfixtures__/test-sync-transform.js +0 -7
  1276. data/node_modules/jscodeshift/dist/__testfixtures__/test-sync-transform.output.js +0 -1
  1277. data/node_modules/jscodeshift/dist/argsParser.js +0 -273
  1278. data/node_modules/jscodeshift/dist/collections/ImportDeclaration.js +0 -113
  1279. data/node_modules/jscodeshift/dist/collections/JSXElement.js +0 -221
  1280. data/node_modules/jscodeshift/dist/collections/Node.js +0 -187
  1281. data/node_modules/jscodeshift/dist/collections/VariableDeclarator.js +0 -210
  1282. data/node_modules/jscodeshift/dist/collections/index.js +0 -14
  1283. data/node_modules/jscodeshift/dist/core.js +0 -183
  1284. data/node_modules/jscodeshift/dist/getParser.js +0 -25
  1285. data/node_modules/jscodeshift/dist/ignoreFiles.js +0 -68
  1286. data/node_modules/jscodeshift/dist/matchNode.js +0 -40
  1287. data/node_modules/jscodeshift/dist/template.js +0 -173
  1288. data/node_modules/jscodeshift/dist/testUtils.js +0 -173
  1289. data/node_modules/jscodeshift/dist/utils/intersection.js +0 -27
  1290. data/node_modules/jscodeshift/dist/utils/once.js +0 -21
  1291. data/node_modules/jscodeshift/dist/utils/union.js +0 -20
  1292. data/node_modules/jscodeshift/index.js +0 -9
  1293. data/node_modules/jscodeshift/package.json +0 -74
  1294. data/node_modules/jscodeshift/parser/babel5Compat.js +0 -50
  1295. data/node_modules/jscodeshift/parser/babylon.js +0 -57
  1296. data/node_modules/jscodeshift/parser/flow.js +0 -34
  1297. data/node_modules/jscodeshift/parser/ts.js +0 -24
  1298. data/node_modules/jscodeshift/parser/tsOptions.js +0 -46
  1299. data/node_modules/jscodeshift/parser/tsx.js +0 -27
  1300. data/node_modules/jscodeshift/src/Collection.js +0 -472
  1301. data/node_modules/jscodeshift/src/Runner.js +0 -322
  1302. data/node_modules/jscodeshift/src/Worker.js +0 -210
  1303. data/node_modules/jscodeshift/src/__testfixtures__/test-async-transform.input.js +0 -1
  1304. data/node_modules/jscodeshift/src/__testfixtures__/test-async-transform.js +0 -11
  1305. data/node_modules/jscodeshift/src/__testfixtures__/test-async-transform.output.js +0 -1
  1306. data/node_modules/jscodeshift/src/__testfixtures__/test-sync-transform.input.js +0 -1
  1307. data/node_modules/jscodeshift/src/__testfixtures__/test-sync-transform.js +0 -7
  1308. data/node_modules/jscodeshift/src/__testfixtures__/test-sync-transform.output.js +0 -1
  1309. data/node_modules/jscodeshift/src/argsParser.js +0 -273
  1310. data/node_modules/jscodeshift/src/collections/ImportDeclaration.js +0 -113
  1311. data/node_modules/jscodeshift/src/collections/JSXElement.js +0 -221
  1312. data/node_modules/jscodeshift/src/collections/Node.js +0 -187
  1313. data/node_modules/jscodeshift/src/collections/VariableDeclarator.js +0 -210
  1314. data/node_modules/jscodeshift/src/collections/index.js +0 -14
  1315. data/node_modules/jscodeshift/src/core.js +0 -183
  1316. data/node_modules/jscodeshift/src/getParser.js +0 -25
  1317. data/node_modules/jscodeshift/src/ignoreFiles.js +0 -68
  1318. data/node_modules/jscodeshift/src/matchNode.js +0 -40
  1319. data/node_modules/jscodeshift/src/template.js +0 -173
  1320. data/node_modules/jscodeshift/src/testUtils.js +0 -173
  1321. data/node_modules/jscodeshift/src/utils/intersection.js +0 -27
  1322. data/node_modules/jscodeshift/src/utils/once.js +0 -21
  1323. data/node_modules/jscodeshift/src/utils/union.js +0 -20
  1324. data/node_modules/jscodeshift/utils/requirePackage.js +0 -24
  1325. data/node_modules/jscodeshift/utils/testUtils.js +0 -49
  1326. data/node_modules/jscodeshift/website/README.md +0 -44
  1327. data/node_modules/jscodeshift/website/astro.config.mjs +0 -36
  1328. data/node_modules/jscodeshift/website/package.json +0 -17
  1329. data/node_modules/jscodeshift/website/public/favicon.svg +0 -1
  1330. data/node_modules/jscodeshift/website/src/assets/houston.webp +0 -0
  1331. data/node_modules/jscodeshift/website/src/content/config.ts +0 -6
  1332. data/node_modules/jscodeshift/website/src/content/docs/build/api-reference.mdx +0 -406
  1333. data/node_modules/jscodeshift/website/src/content/docs/build/ast-grammar.mdx +0 -3086
  1334. data/node_modules/jscodeshift/website/src/content/docs/index.mdx +0 -15
  1335. data/node_modules/jscodeshift/website/src/content/docs/overview/introduction.mdx +0 -45
  1336. data/node_modules/jscodeshift/website/src/content/docs/run/cli.mdx +0 -161
  1337. data/node_modules/jscodeshift/website/src/env.d.ts +0 -2
  1338. data/node_modules/jscodeshift/website/tsconfig.json +0 -3
  1339. data/node_modules/typescript/lib/cancellationToken.js +0 -90
@@ -1 +1 @@
1
- module.exports={C:{"74":0.00318,"75":0.00318,"78":0.00318,"115":0.0191,"126":0.01273,"127":0.00955,"128":0.00637,"129":0.0191,"130":0.02546,"131":0.08276,"132":0.98036,"133":0.07639,"134":0.00318,_:"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 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 135 136 3.5 3.6"},D:{"40":0.00318,"45":0.00318,"50":0.00637,"68":0.00318,"69":0.00637,"72":0.00637,"73":0.00637,"78":0.00318,"79":0.00318,"80":0.00637,"81":0.00318,"86":0.00318,"88":0.00318,"89":0.00318,"90":0.00318,"94":0.0191,"102":0.00318,"103":0.02865,"104":0.00318,"109":0.22599,"114":0.00637,"116":0.02228,"117":0.00637,"120":0.00637,"121":0.03183,"122":0.0191,"123":0.00318,"124":0.03501,"125":0.00318,"126":0.05729,"127":0.0191,"128":0.20371,"129":1.235,"130":9.2307,"131":4.88272,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 41 42 43 44 46 47 48 49 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 70 71 74 75 76 77 83 84 85 87 91 92 93 95 96 97 98 99 100 101 105 106 107 108 110 111 112 113 115 118 119 132 133 134"},F:{"53":0.00318,"55":0.00318,"71":0.00318,"113":0.00637,"114":1.24137,_:"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 54 56 57 58 60 62 63 64 65 66 67 68 69 70 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 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 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"80":0.00318,"81":0.00318,"84":0.00318,"86":0.00318,"87":0.00637,"90":0.00637,"92":0.09867,"109":0.00318,"119":0.00955,"120":0.05729,"122":0.03501,"123":0.00637,"124":0.00637,"125":0.00955,"126":0.00955,"127":0.03501,"128":0.03501,"129":0.23873,"130":4.35116,"131":2.31722,_:"12 13 14 15 16 17 18 79 83 85 88 89 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 121"},E:{"15":0.00318,_:"0 4 5 6 7 8 9 10 11 12 13 14 3.1 3.2 5.1 6.1 7.1 10.1 11.1 12.1 15.1 15.2-15.3 16.2","9.1":0.00955,"13.1":0.00637,"14.1":0.00955,"15.4":0.01592,"15.5":0.01273,"15.6":0.27374,"16.0":0.0191,"16.1":0.05093,"16.3":0.00955,"16.4":0.02546,"16.5":0.04456,"16.6":0.30239,"17.0":0.01273,"17.1":0.03501,"17.2":0.01273,"17.3":0.07003,"17.4":0.08912,"17.5":0.36605,"17.6":2.15171,"18.0":0.56976,"18.1":0.98673,"18.2":0.02228},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00343,"5.0-5.1":0,"6.0-6.1":0.01373,"7.0-7.1":0.01716,"8.1-8.4":0,"9.0-9.2":0.01373,"9.3":0.04804,"10.0-10.2":0.0103,"10.3":0.07893,"11.0-11.2":0.92655,"11.3-11.4":0.02402,"12.0-12.1":0.01373,"12.2-12.5":0.36033,"13.0-13.1":0.00686,"13.2":0.09266,"13.3":0.01373,"13.4-13.7":0.05148,"14.0-14.4":0.11325,"14.5-14.8":0.16129,"15.0-15.1":0.09266,"15.2-15.3":0.08579,"15.4":0.10295,"15.5":0.12011,"15.6-15.8":1.28688,"16.0":0.24365,"16.1":0.51475,"16.2":0.26081,"16.3":0.44269,"16.4":0.08922,"16.5":0.17845,"16.6-16.7":1.68839,"17.0":0.12354,"17.1":0.2059,"17.2":0.17158,"17.3":0.26081,"17.4":0.55936,"17.5":1.67123,"17.6-17.7":14.43707,"18.0":5.12006,"18.1":4.49893,"18.2":0.18188},P:{"4":0.01108,"21":0.03323,"22":0.12183,"23":0.01108,"24":0.14398,"25":0.01108,"26":1.49516,"27":1.24043,_:"20 6.2-6.4 8.2 9.2 11.1-11.2 12.0 13.0 15.0 16.0 17.0 18.0 19.0","5.0-5.4":0.02215,"7.2-7.4":0.84172,"10.1":0.01108,"14.0":0.01108},I:{"0":0.04761,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00006},A:{_:"6 7 8 9 10 11 5.5"},K:{"0":0.16361,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},Q:{_:"14.9"},O:{"0":0.21814},H:{"0":0},L:{"0":29.26068},R:{_:"0"},M:{"0":0.10226}};
1
+ module.exports={C:{"115":0.09226,"128":0.00384,"129":0.01153,"132":0.00384,"133":0.00769,"134":0.30752,"135":0.66886,_:"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 130 131 136 137 138 3.5 3.6"},D:{"39":0.00769,"41":0.00384,"43":0.00384,"54":0.00384,"56":0.00384,"71":0.00769,"76":0.01153,"79":0.00384,"90":0.01153,"94":0.00769,"101":0.00384,"102":0.01153,"103":0.0346,"104":0.02306,"109":0.19989,"111":0.00384,"114":0.00769,"116":0.02306,"117":0.00384,"119":0.01538,"122":0.09226,"123":0.00384,"124":0.00384,"125":0.03844,"126":0.01153,"127":0.00384,"128":0.16529,"129":0.0346,"130":0.0346,"131":1.55298,"132":10.57869,"133":8.14928,_:"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 42 44 45 46 47 48 49 50 51 52 53 55 57 58 59 60 61 62 63 64 65 66 67 68 69 70 72 73 74 75 77 78 80 81 83 84 85 86 87 88 89 91 92 93 95 96 97 98 99 100 105 106 107 108 110 112 113 115 118 120 121 134 135 136"},F:{"86":0.00384,"87":0.00384,"95":0.00384,"114":0.00384,_:"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 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 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"84":0.00769,"92":0.18451,"100":0.00384,"109":0.01153,"115":0.00384,"119":0.00384,"120":0.00769,"122":0.00769,"126":0.00384,"128":0.00384,"129":0.07688,"130":0.0346,"131":0.14992,"132":2.48707,"133":3.7825,_:"12 13 14 15 16 17 18 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 114 116 117 118 121 123 124 125 127"},E:{"15":0.00384,_:"0 4 5 6 7 8 9 10 11 12 13 14 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.1 15.2-15.3 15.4 15.5 18.4","12.1":0.01153,"13.1":0.02691,"14.1":0.02306,"15.6":0.21142,"16.0":0.02306,"16.1":0.06535,"16.2":0.00384,"16.3":0.01922,"16.4":0.01153,"16.5":0.00384,"16.6":1.04557,"17.0":0.01538,"17.1":0.40746,"17.2":0.0346,"17.3":0.01538,"17.4":0.14223,"17.5":0.37671,"17.6":0.33827,"18.0":0.21526,"18.1":1.58373,"18.2":0.74958,"18.3":2.17955},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0057,"5.0-5.1":0.00285,"6.0-6.1":0.01711,"7.0-7.1":0.01426,"8.1-8.4":0,"9.0-9.2":0.0057,"9.3":0.04277,"10.0-10.2":0.0057,"10.3":0.06559,"11.0-11.2":0.22528,"11.3-11.4":0.01996,"12.0-12.1":0.01141,"12.2-12.5":0.30227,"13.0-13.1":0.0057,"13.2":0.00855,"13.3":0.01141,"13.4-13.7":0.04277,"14.0-14.4":0.0941,"14.5-14.8":0.13117,"15.0-15.1":0.06844,"15.2-15.3":0.06844,"15.4":0.0827,"15.5":0.0941,"15.6-15.8":1.16631,"16.0":0.16825,"16.1":0.35075,"16.2":0.1768,"16.3":0.31938,"16.4":0.07129,"16.5":0.13403,"16.6-16.7":1.38873,"17.0":0.08555,"17.1":0.15114,"17.2":0.11977,"17.3":0.16825,"17.4":0.3479,"17.5":0.82697,"17.6-17.7":2.72044,"18.0":0.8013,"18.1":7.36001,"18.2":2.36684,"18.3":8.43507,"18.4":0.01711},P:{"4":0.01088,"22":0.05438,"23":0.02175,"24":0.13051,"25":0.03263,"26":0.34803,"27":2.43622,_:"20 21 5.0-5.4 8.2 9.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.01088,"7.2-7.4":1.09847,"13.0":0.01088},I:{"0":0.00614,"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.02462,_:"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"},L:{"0":29.09626},R:{_:"0"},M:{"0":0.22774},Q:{_:"14.9"},O:{"0":0.36315},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"115":0.06546,"125":0.07773,"128":0.00818,"129":0.00818,"130":0.04091,"131":0.24955,"132":3.33007,"133":0.15955,_:"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 127 134 135 136 3.5 3.6"},D:{"34":0.00409,"58":0.00818,"71":0.00409,"76":0.01227,"79":0.01227,"83":0.01227,"84":0.00409,"87":0.00409,"88":0.02455,"91":0.02864,"93":0.11046,"94":0.00818,"98":0.01636,"101":0.00409,"103":0.12682,"105":0.00409,"108":0.00409,"109":0.24546,"110":0.00409,"111":0.10228,"112":0.09,"115":0.03682,"116":0.51138,"117":0.02046,"119":0.00409,"120":0.02046,"121":0.00818,"122":0.05318,"123":0.01227,"124":0.07773,"125":0.01636,"126":0.20455,"127":0.045,"128":0.45001,"129":1.37458,"130":11.4998,"131":4.56147,"132":0.00409,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 59 60 61 62 63 64 65 66 67 68 69 70 72 73 74 75 77 78 80 81 85 86 89 90 92 95 96 97 99 100 102 104 106 107 113 114 118 133 134"},F:{"83":0.00409,"102":0.02046,"113":0.00818,"114":0.19637,_:"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 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00409,"92":0.01636,"100":0.00818,"109":0.05318,"114":0.00409,"115":0.02455,"119":0.00818,"120":0.00818,"121":0.05727,"122":0.01227,"123":0.00409,"124":0.00409,"125":0.01636,"126":0.07364,"127":0.02046,"128":0.01636,"129":0.14728,"130":5.34285,"131":2.90052,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 116 117 118"},E:{"13":0.02455,"14":0.02455,"15":0.00409,_:"0 4 5 6 7 8 9 10 11 12 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1","13.1":0.03682,"14.1":0.12273,"15.1":0.01636,"15.2-15.3":0.00409,"15.4":0.11864,"15.5":0.01636,"15.6":0.44183,"16.0":0.05727,"16.1":0.02046,"16.2":0.13909,"16.3":0.09,"16.4":0.05727,"16.5":0.16364,"16.6":0.70774,"17.0":0.02864,"17.1":0.04909,"17.2":0.02455,"17.3":0.02046,"17.4":0.04909,"17.5":0.25364,"17.6":2.87188,"18.0":0.69138,"18.1":0.56865,"18.2":0.05318},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00315,"5.0-5.1":0,"6.0-6.1":0.0126,"7.0-7.1":0.01574,"8.1-8.4":0,"9.0-9.2":0.0126,"9.3":0.04409,"10.0-10.2":0.00945,"10.3":0.07243,"11.0-11.2":0.85022,"11.3-11.4":0.02204,"12.0-12.1":0.0126,"12.2-12.5":0.33064,"13.0-13.1":0.0063,"13.2":0.08502,"13.3":0.0126,"13.4-13.7":0.04723,"14.0-14.4":0.10392,"14.5-14.8":0.148,"15.0-15.1":0.08502,"15.2-15.3":0.07872,"15.4":0.09447,"15.5":0.11021,"15.6-15.8":1.18086,"16.0":0.22358,"16.1":0.47234,"16.2":0.23932,"16.3":0.40622,"16.4":0.08187,"16.5":0.16375,"16.6-16.7":1.54929,"17.0":0.11336,"17.1":0.18894,"17.2":0.15745,"17.3":0.23932,"17.4":0.51328,"17.5":1.53355,"17.6-17.7":13.24769,"18.0":4.69825,"18.1":4.12829,"18.2":0.1669},P:{"22":0.01068,"23":0.01068,"24":0.02136,"25":0.39521,"26":1.91194,"27":1.15357,_:"4 20 21 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.0059,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00001},A:{"11":0.01227,_:"6 7 8 9 10 5.5"},K:{"0":0.02363,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},Q:{_:"14.9"},O:{"0":0.01182},H:{"0":0},L:{"0":23.18851},R:{_:"0"},M:{"0":0.82712}};
1
+ module.exports={C:{"115":0.06016,"118":0.00501,"128":0.00501,"133":0.03509,"134":2.35611,"135":7.31898,_:"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 119 120 121 122 123 124 125 126 127 129 130 131 132 136 137 138 3.5 3.6"},D:{"45":0.00501,"75":0.00501,"80":0.1554,"87":0.05013,"88":0.00501,"94":0.01003,"98":0.01504,"99":0.04512,"103":0.28073,"104":0.00501,"105":0.21055,"108":0.01003,"109":0.18548,"112":0.00501,"113":0.00501,"114":0.1554,"116":0.4612,"117":0.02005,"119":0.00501,"121":0.01504,"122":0.05514,"123":0.00501,"124":0.05013,"125":0.01504,"126":0.12031,"127":0.01504,"128":0.1153,"129":0.08021,"130":0.08522,"131":1.56907,"132":9.77535,"133":7.26384,"134":0.00501,_:"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 76 77 78 79 81 83 84 85 86 89 90 91 92 93 95 96 97 100 101 102 106 107 110 111 115 118 120 135 136"},F:{"82":0.02507,"83":0.00501,"95":0.01003,"114":0.1153,_:"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 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 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.03509,"100":0.00501,"109":0.10026,"115":0.17546,"119":0.00501,"120":0.00501,"126":0.1153,"127":0.00501,"129":0.01003,"130":0.0401,"131":0.15039,"132":4.66209,"133":5.12329,_:"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 114 116 117 118 121 122 123 124 125 128"},E:{"13":0.04512,"14":0.01003,_:"0 4 5 6 7 8 9 10 11 12 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 18.4","13.1":0.0752,"14.1":0.14036,"15.2-15.3":0.00501,"15.4":0.00501,"15.5":0.00501,"15.6":0.75195,"16.0":0.14538,"16.1":0.06016,"16.2":0.03008,"16.3":0.0401,"16.4":0.02507,"16.5":0.05514,"16.6":0.6567,"17.0":0.06517,"17.1":0.42611,"17.2":0.00501,"17.3":0.11029,"17.4":0.06016,"17.5":0.11029,"17.6":0.5013,"18.0":0.14538,"18.1":1.3886,"18.2":0.62663,"18.3":2.04029},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00556,"5.0-5.1":0.00278,"6.0-6.1":0.01668,"7.0-7.1":0.0139,"8.1-8.4":0,"9.0-9.2":0.00556,"9.3":0.04171,"10.0-10.2":0.00556,"10.3":0.06396,"11.0-11.2":0.21968,"11.3-11.4":0.01947,"12.0-12.1":0.01112,"12.2-12.5":0.29476,"13.0-13.1":0.00556,"13.2":0.00834,"13.3":0.01112,"13.4-13.7":0.04171,"14.0-14.4":0.09176,"14.5-14.8":0.12791,"15.0-15.1":0.06674,"15.2-15.3":0.06674,"15.4":0.08064,"15.5":0.09176,"15.6-15.8":1.13733,"16.0":0.16406,"16.1":0.34203,"16.2":0.17241,"16.3":0.31144,"16.4":0.06952,"16.5":0.1307,"16.6-16.7":1.35423,"17.0":0.08342,"17.1":0.14738,"17.2":0.11679,"17.3":0.16406,"17.4":0.33925,"17.5":0.80642,"17.6-17.7":2.65284,"18.0":0.78139,"18.1":7.17712,"18.2":2.30802,"18.3":8.22546,"18.4":0.01668},P:{"4":0.01073,"24":0.09655,"26":0.04291,"27":1.888,_:"20 21 22 23 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 16.0 17.0 18.0","19.0":0.02145},I:{"0":0.00498,"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.04987,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.03509,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":19.54289},R:{_:"0"},M:{"0":0.85776},Q:{_:"14.9"},O:{_:"0"},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"47":0.0015,"52":0.00451,"59":0.00602,"75":0.0015,"102":0.0015,"103":0.00602,"105":0.0015,"106":0.0015,"109":0.0015,"111":0.0015,"113":0.0015,"115":0.0361,"119":0.0015,"125":0.02256,"127":0.00301,"128":0.00602,"129":0.0015,"130":0.00301,"131":0.01354,"132":0.22259,"133":0.02106,_:"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 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 104 107 108 110 112 114 116 117 118 120 121 122 123 124 126 134 135 136 3.5 3.6"},D:{"26":0.0015,"34":0.00451,"38":0.04512,"43":0.0015,"47":0.00902,"48":0.0015,"49":0.00301,"50":0.0015,"53":0.00301,"54":0.0015,"56":0.00301,"57":0.00451,"58":0.0015,"65":0.0015,"66":0.02557,"69":0.0015,"70":0.0015,"71":0.0015,"72":0.0015,"73":0.0015,"74":0.0015,"75":0.0015,"76":0.0015,"77":0.0015,"78":0.0015,"79":0.08573,"80":0.00602,"81":0.00451,"83":0.0015,"84":0.0015,"85":0.00902,"86":0.00301,"87":0.08272,"88":0.0015,"89":0.00451,"90":0.0015,"91":0.35645,"92":0.0015,"93":0.0015,"94":0.01955,"95":0.0015,"96":0.0015,"97":0.0015,"98":0.0015,"99":0.0015,"100":0.00602,"101":0.0015,"102":0.00451,"103":0.01354,"104":0.01354,"105":0.00602,"106":0.01203,"107":0.00902,"108":0.01805,"109":0.62867,"110":0.00602,"111":0.00902,"112":0.00752,"113":0.0015,"114":0.00752,"115":0.00451,"116":0.02406,"117":0.00451,"118":0.01053,"119":0.02406,"120":0.03158,"121":0.01354,"122":0.02858,"123":0.02256,"124":0.06016,"125":0.02106,"126":0.03459,"127":0.03459,"128":0.16694,"129":0.16544,"130":4.32701,"131":2.7057,"132":0.00301,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 27 28 29 30 31 32 33 35 36 37 39 40 41 42 44 45 46 51 52 55 59 60 61 62 63 64 67 68 133 134"},F:{"28":0.0015,"29":0.00301,"36":0.02106,"40":0.00602,"46":0.04061,"85":0.01053,"86":0.0015,"95":0.00301,"113":0.00752,"114":0.1489,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 30 31 32 33 34 35 37 38 39 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 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 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"17":0.00301,"18":0.0015,"84":0.0015,"86":0.0015,"92":0.0015,"100":0.0015,"105":0.0015,"107":0.0015,"108":0.0015,"109":0.00451,"110":0.0015,"111":0.0015,"114":0.0015,"115":0.0015,"117":0.0015,"119":0.0015,"120":0.00301,"122":0.00301,"123":0.0015,"124":0.0015,"125":0.00301,"126":0.00301,"127":0.00602,"128":0.00451,"129":0.01354,"130":0.5264,"131":0.36096,_:"12 13 14 15 16 79 80 81 83 85 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 106 112 113 116 118 121"},E:{"13":0.00451,"14":0.01504,"15":0.00301,_:"0 4 5 6 7 8 9 10 11 12 3.1 3.2 5.1 6.1 10.1","7.1":0.0015,"9.1":0.0015,"11.1":0.00602,"12.1":0.0015,"13.1":0.01203,"14.1":0.0391,"15.1":0.00602,"15.2-15.3":0.00451,"15.4":0.00752,"15.5":0.01504,"15.6":0.10678,"16.0":0.00602,"16.1":0.01203,"16.2":0.00752,"16.3":0.01955,"16.4":0.00602,"16.5":0.01805,"16.6":0.08573,"17.0":0.00451,"17.1":0.00752,"17.2":0.00752,"17.3":0.00752,"17.4":0.02557,"17.5":0.0391,"17.6":0.17898,"18.0":0.04512,"18.1":0.06467,"18.2":0.0015},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00229,"5.0-5.1":0,"6.0-6.1":0.00917,"7.0-7.1":0.01146,"8.1-8.4":0,"9.0-9.2":0.00917,"9.3":0.03208,"10.0-10.2":0.00687,"10.3":0.05271,"11.0-11.2":0.61874,"11.3-11.4":0.01604,"12.0-12.1":0.00917,"12.2-12.5":0.24062,"13.0-13.1":0.00458,"13.2":0.06187,"13.3":0.00917,"13.4-13.7":0.03437,"14.0-14.4":0.07562,"14.5-14.8":0.10771,"15.0-15.1":0.06187,"15.2-15.3":0.05729,"15.4":0.06875,"15.5":0.08021,"15.6-15.8":0.85937,"16.0":0.16271,"16.1":0.34375,"16.2":0.17416,"16.3":0.29562,"16.4":0.05958,"16.5":0.11917,"16.6-16.7":1.12749,"17.0":0.0825,"17.1":0.1375,"17.2":0.11458,"17.3":0.17416,"17.4":0.37354,"17.5":1.11603,"17.6-17.7":9.64093,"18.0":3.41913,"18.1":3.00434,"18.2":0.12146},P:{"4":0.48386,"20":0.03088,"21":0.07206,"22":0.11324,"23":0.10295,"24":0.09265,"25":0.12354,"26":1.34863,"27":0.94713,"5.0-5.4":0.02059,"6.2-6.4":0.01029,"7.2-7.4":0.06177,_:"8.2 10.1 12.0","9.2":0.01029,"11.1-11.2":0.02059,"13.0":0.01029,"14.0":0.01029,"15.0":0.01029,"16.0":0.02059,"17.0":0.02059,"18.0":0.02059,"19.0":0.02059},I:{"0":0.01696,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00002},A:{"8":0.00368,"10":0.00184,"11":0.04412,_:"6 7 9 5.5"},K:{"0":0.41485,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},Q:{_:"14.9"},O:{"0":2.06477},H:{"0":0.01},L:{"0":55.51034},R:{_:"0"},M:{"0":0.09347}};
1
+ module.exports={C:{"34":0.00132,"52":0.00132,"75":0.00132,"78":0.00132,"88":0.00263,"100":0.00526,"102":0.00132,"103":0.00263,"105":0.00132,"115":0.02895,"125":0.01184,"127":0.00263,"128":0.00263,"130":0.00132,"131":0.00132,"132":0.00132,"133":0.00395,"134":0.04474,"135":0.14213,"136":0.00132,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 76 77 79 80 81 82 83 84 85 86 87 89 90 91 92 93 94 95 96 97 98 99 101 104 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 126 129 137 138 3.5 3.6"},D:{"26":0.00263,"34":0.00921,"38":0.03816,"41":0.00132,"47":0.00921,"49":0.00132,"50":0.00132,"53":0.00263,"54":0.00132,"55":0.00132,"56":0.00263,"57":0.00658,"66":0.00263,"67":0.00132,"68":0.00132,"69":0.00132,"70":0.00132,"71":0.00395,"72":0.00132,"73":0.00263,"74":0.00132,"75":0.00263,"76":0.00132,"77":0.00132,"78":0.00263,"79":0.06054,"80":0.00263,"81":0.00395,"83":0.00263,"84":0.00132,"85":0.00658,"86":0.00395,"87":0.05922,"88":0.00132,"89":0.00263,"90":0.00263,"91":0.00658,"92":0.00132,"93":0.00132,"94":0.01053,"95":0.00132,"97":0.00132,"99":0.00263,"100":0.00263,"101":0.00132,"102":0.00395,"103":0.01053,"104":0.08291,"105":0.00395,"106":0.00921,"107":0.00526,"108":0.01316,"109":0.44218,"110":0.00395,"111":0.00526,"112":0.00395,"113":0.00132,"114":0.00658,"115":0.00395,"116":0.01842,"117":0.00263,"118":0.00658,"119":0.01579,"120":0.05659,"121":0.01448,"122":0.01579,"123":0.01579,"124":0.03685,"125":0.01316,"126":0.01842,"127":0.03027,"128":0.02764,"129":0.02237,"130":0.02895,"131":0.22635,"132":2.65306,"133":2.79387,"134":0.00526,"135":0.00132,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 27 28 29 30 31 32 33 35 36 37 39 40 42 43 44 45 46 48 51 52 58 59 60 61 62 63 64 65 96 98 136"},F:{"28":0.00132,"29":0.00395,"36":0.02237,"40":0.00263,"46":0.01974,"85":0.00132,"86":0.00132,"87":0.01711,"95":0.00263,"114":0.00526,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 30 31 32 33 34 35 37 38 39 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 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 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"17":0.00132,"18":0.00263,"80":0.00132,"81":0.00132,"83":0.00132,"84":0.00132,"85":0.00132,"86":0.00132,"87":0.00132,"88":0.00132,"89":0.00132,"90":0.00132,"92":0.00132,"107":0.00132,"109":0.00395,"114":0.00132,"115":0.00132,"119":0.00132,"120":0.00132,"122":0.00132,"123":0.00132,"124":0.00132,"125":0.00132,"126":0.00132,"127":0.00263,"128":0.00132,"129":0.00263,"130":0.00395,"131":0.03685,"132":0.30005,"133":0.44086,_:"12 13 14 15 16 79 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 108 110 111 112 113 116 117 118 121"},E:{"13":0.00263,"14":0.01316,"15":0.00263,_:"0 4 5 6 7 8 9 10 11 12 3.1 3.2 5.1 6.1 7.1 10.1 18.4","9.1":0.00132,"11.1":0.00132,"12.1":0.00132,"13.1":0.01316,"14.1":0.03158,"15.1":0.00526,"15.2-15.3":0.00395,"15.4":0.0079,"15.5":0.01316,"15.6":0.10528,"16.0":0.00526,"16.1":0.01184,"16.2":0.0079,"16.3":0.02106,"16.4":0.00658,"16.5":0.0079,"16.6":0.08949,"17.0":0.00395,"17.1":0.01974,"17.2":0.00526,"17.3":0.00395,"17.4":0.01579,"17.5":0.025,"17.6":0.0579,"18.0":0.00921,"18.1":0.07238,"18.2":0.025,"18.3":0.10396},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00523,"5.0-5.1":0.00261,"6.0-6.1":0.01568,"7.0-7.1":0.01307,"8.1-8.4":0,"9.0-9.2":0.00523,"9.3":0.0392,"10.0-10.2":0.00523,"10.3":0.0601,"11.0-11.2":0.20643,"11.3-11.4":0.01829,"12.0-12.1":0.01045,"12.2-12.5":0.27698,"13.0-13.1":0.00523,"13.2":0.00784,"13.3":0.01045,"13.4-13.7":0.0392,"14.0-14.4":0.08623,"14.5-14.8":0.1202,"15.0-15.1":0.06271,"15.2-15.3":0.06271,"15.4":0.07578,"15.5":0.08623,"15.6-15.8":1.06872,"16.0":0.15417,"16.1":0.3214,"16.2":0.16201,"16.3":0.29266,"16.4":0.06533,"16.5":0.12281,"16.6-16.7":1.27254,"17.0":0.07839,"17.1":0.13849,"17.2":0.10975,"17.3":0.15417,"17.4":0.31879,"17.5":0.75777,"17.6-17.7":2.49282,"18.0":0.73426,"18.1":6.74419,"18.2":2.1688,"18.3":7.7293,"18.4":0.01568},P:{"4":0.3561,"20":0.02035,"21":0.05087,"22":0.07122,"23":0.07122,"24":0.07122,"25":0.12209,"26":0.23401,"27":1.85173,"5.0-5.4":0.01017,"6.2-6.4":0.01017,"7.2-7.4":0.06105,_:"8.2 10.1 12.0","9.2":0.01017,"11.1-11.2":0.02035,"13.0":0.01017,"14.0":0.01017,"15.0":0.01017,"16.0":0.02035,"17.0":0.02035,"18.0":0.01017,"19.0":0.02035},I:{"0":0.01733,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00002},K:{"0":0.35473,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.01316,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":55.53729},R:{_:"0"},M:{"0":0.09552},Q:{_:"14.9"},O:{"0":1.9018},H:{"0":0.01}};
@@ -1 +1 @@
1
- module.exports={C:{"45":0.00424,"86":0.01908,"99":0.02756,"112":0.00424,"115":0.08904,"124":0.00848,"125":0.00424,"126":0.00636,"128":0.00636,"130":0.0106,"131":0.01908,"132":1.06212,"133":0.10388,_:"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 87 88 89 90 91 92 93 94 95 96 97 98 100 101 102 103 104 105 106 107 108 109 110 111 113 114 116 117 118 119 120 121 122 123 127 129 134 135 136 3.5 3.6"},D:{"59":0.00424,"65":0.00212,"74":0.0106,"81":0.0212,"86":0.00212,"87":0.03392,"88":0.00848,"93":0.00212,"94":0.00424,"96":0.00212,"99":0.0106,"102":0.00424,"103":0.01272,"106":0.00212,"107":0.00424,"108":0.00212,"109":0.04028,"111":0.0106,"112":0.02968,"114":0.00424,"116":0.00212,"117":0.00212,"118":0.0106,"119":0.01696,"120":0.00636,"121":0.02332,"122":0.18656,"123":0.03392,"124":0.05512,"125":0.00636,"126":0.15688,"127":0.04028,"128":0.1484,"129":0.20988,"130":7.32884,"131":4.70428,"132":0.00212,_:"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 60 61 62 63 64 66 67 68 69 70 71 72 73 75 76 77 78 79 80 83 84 85 89 90 91 92 95 97 98 100 101 104 105 110 113 115 133 134"},F:{"84":0.00424,"114":0.16324,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 85 86 87 88 89 90 91 92 93 94 95 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:{"17":0.00636,"18":0.00848,"89":0.00424,"102":0.00212,"106":0.00636,"109":0.01272,"112":0.00212,"113":0.00848,"118":0.2226,"120":0.02332,"122":0.00424,"123":0.00424,"124":0.01272,"125":0.01272,"126":0.00848,"127":0.03816,"128":0.0106,"129":0.18232,"130":1.56456,"131":0.96884,_:"12 13 14 15 16 79 80 81 83 84 85 86 87 88 90 91 92 93 94 95 96 97 98 99 100 101 103 104 105 107 108 110 111 114 115 116 117 119 121"},E:{"14":0.00212,_:"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 14.1 15.1 15.2-15.3 15.4 16.2 18.2","12.1":0.02544,"13.1":0.0106,"15.5":0.0106,"15.6":0.02968,"16.0":0.05512,"16.1":0.0424,"16.3":0.01484,"16.4":0.0212,"16.5":0.01484,"16.6":0.01696,"17.0":0.00848,"17.1":0.00424,"17.2":0.0106,"17.3":0.01696,"17.4":0.0318,"17.5":0.0742,"17.6":0.13568,"18.0":0.05088,"18.1":0.10812},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.00168,"7.0-7.1":0.0021,"8.1-8.4":0,"9.0-9.2":0.00168,"9.3":0.00587,"10.0-10.2":0.00126,"10.3":0.00964,"11.0-11.2":0.1132,"11.3-11.4":0.00293,"12.0-12.1":0.00168,"12.2-12.5":0.04402,"13.0-13.1":0.00084,"13.2":0.01132,"13.3":0.00168,"13.4-13.7":0.00629,"14.0-14.4":0.01384,"14.5-14.8":0.01971,"15.0-15.1":0.01132,"15.2-15.3":0.01048,"15.4":0.01258,"15.5":0.01467,"15.6-15.8":0.15723,"16.0":0.02977,"16.1":0.06289,"16.2":0.03186,"16.3":0.05409,"16.4":0.0109,"16.5":0.0218,"16.6-16.7":0.20628,"17.0":0.01509,"17.1":0.02516,"17.2":0.02096,"17.3":0.03186,"17.4":0.06834,"17.5":0.20418,"17.6-17.7":1.76387,"18.0":0.62555,"18.1":0.54966,"18.2":0.02222},P:{"4":0.01028,"20":0.05142,"21":0.08227,"22":0.24681,"23":0.04113,"24":0.0617,"25":0.08227,"26":0.61702,"27":0.48334,_:"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 17.0 18.0 19.0","14.0":0.01028},I:{"0":0.09436,"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},A:{"10":0.4346,_:"6 7 8 9 11 5.5"},K:{"0":0.20855,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},Q:{_:"14.9"},O:{"0":0.2916},H:{"0":0.02},L:{"0":74.03016},R:{_:"0"},M:{"0":0.30736}};
1
+ module.exports={C:{"45":0.00272,"64":0.00272,"79":0.00272,"115":0.05172,"124":0.00817,"128":0.00544,"133":0.03811,"134":0.35114,"135":0.84382,"136":0.01905,_:"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 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 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 125 126 127 129 130 131 132 137 138 3.5 3.6"},D:{"53":0.00272,"59":0.00544,"60":0.00272,"65":0.00272,"71":0.02722,"78":0.00817,"79":0.00272,"81":0.01089,"87":0.01361,"88":0.02994,"95":0.00272,"98":0.4083,"101":0.00544,"103":0.01361,"105":0.00272,"106":0.11432,"109":0.1606,"110":0.00817,"112":0.1116,"113":0.00272,"114":0.1116,"116":0.1851,"118":0.00272,"119":0.02178,"120":0.00817,"121":0.01905,"122":0.04627,"123":0.00544,"124":0.2722,"125":0.15515,"126":0.53351,"128":0.06805,"129":0.05988,"130":0.08983,"131":0.79482,"132":5.7652,"133":5.54199,"134":0.00272,_:"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 61 62 63 64 66 67 68 69 70 72 73 74 75 76 77 80 83 84 85 86 89 90 91 92 93 94 96 97 99 100 102 104 107 108 111 115 117 127 135 136"},F:{"114":0.00817,_:"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 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00272,"84":0.01361,"100":0.00544,"104":0.01905,"108":0.049,"109":0.01089,"112":0.01633,"114":0.00817,"116":0.00272,"117":0.00272,"118":0.02178,"119":0.01089,"120":0.02994,"121":0.00272,"123":0.01633,"127":0.01633,"129":0.09527,"130":0.01905,"131":0.31575,"132":1.05341,"133":1.50527,_:"12 13 14 15 16 17 79 80 81 83 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 101 102 103 105 106 107 110 111 113 115 122 124 125 126 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 14.1 15.1 15.2-15.3 16.0 16.2 17.1 17.2 17.3 18.4","13.1":0.01361,"15.4":0.01361,"15.5":0.00544,"15.6":0.23681,"16.1":0.04083,"16.3":0.07077,"16.4":0.0871,"16.5":0.01089,"16.6":0.01089,"17.0":0.02178,"17.4":0.00544,"17.5":0.31031,"17.6":0.07622,"18.0":0.01089,"18.1":0.38925,"18.2":0.15243,"18.3":1.18679},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00131,"5.0-5.1":0.00065,"6.0-6.1":0.00392,"7.0-7.1":0.00326,"8.1-8.4":0,"9.0-9.2":0.00131,"9.3":0.00979,"10.0-10.2":0.00131,"10.3":0.01502,"11.0-11.2":0.05157,"11.3-11.4":0.00457,"12.0-12.1":0.00261,"12.2-12.5":0.0692,"13.0-13.1":0.00131,"13.2":0.00196,"13.3":0.00261,"13.4-13.7":0.00979,"14.0-14.4":0.02154,"14.5-14.8":0.03003,"15.0-15.1":0.01567,"15.2-15.3":0.01567,"15.4":0.01893,"15.5":0.02154,"15.6-15.8":0.26701,"16.0":0.03852,"16.1":0.0803,"16.2":0.04048,"16.3":0.07312,"16.4":0.01632,"16.5":0.03068,"16.6-16.7":0.31793,"17.0":0.01959,"17.1":0.0346,"17.2":0.02742,"17.3":0.03852,"17.4":0.07965,"17.5":0.18932,"17.6-17.7":0.62281,"18.0":0.18345,"18.1":1.68497,"18.2":0.54185,"18.3":1.93109,"18.4":0.00392},P:{"20":0.03064,"21":0.03064,"22":0.14298,"23":0.03064,"24":0.07149,"25":0.3166,"26":0.20426,"27":2.88007,_:"4 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 19.0","7.2-7.4":0.02043,"16.0":0.01021,"18.0":0.01021},I:{"0":0.05084,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00006},K:{"0":0.2984,_:"10 11 12 11.1 11.5 12.1"},A:{"10":1.67131,_:"6 7 8 9 11 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":63.84025},R:{_:"0"},M:{"0":1.08442},Q:{"14.9":0.05095},O:{"0":0.28384},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"102":0.6635,"115":0.05138,"128":0.28148,"130":0.02457,"131":1.43199,"132":4.39651,"133":0.12734,_:"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 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 127 129 134 135 136 3.5 3.6"},D:{"105":0.10276,"109":4.82991,"123":0.07596,"128":0.02457,"129":0.02457,"130":2.19826,"131":0.12734,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 122 124 125 126 127 132 133 134"},F:{_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"129":0.12734,"130":1.09913,"131":0.30606,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128"},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.4 15.5 16.0 16.1 16.2 17.0 17.2 18.2","15.1":0.20553,"15.2-15.3":0.4602,"15.6":0.02457,"16.3":0.61435,"16.4":0.02457,"16.5":0.05138,"16.6":0.02457,"17.1":0.02457,"17.3":0.07596,"17.4":0.07596,"17.5":0.48478,"17.6":1.38061,"18.0":0.17872,"18.1":1.86539},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00186,"5.0-5.1":0,"6.0-6.1":0.00745,"7.0-7.1":0.00932,"8.1-8.4":0,"9.0-9.2":0.00745,"9.3":0.02608,"10.0-10.2":0.00559,"10.3":0.04285,"11.0-11.2":0.50303,"11.3-11.4":0.01304,"12.0-12.1":0.00745,"12.2-12.5":0.19562,"13.0-13.1":0.00373,"13.2":0.0503,"13.3":0.00745,"13.4-13.7":0.02795,"14.0-14.4":0.06148,"14.5-14.8":0.08756,"15.0-15.1":0.0503,"15.2-15.3":0.04658,"15.4":0.05589,"15.5":0.06521,"15.6-15.8":0.69865,"16.0":0.13228,"16.1":0.27946,"16.2":0.14159,"16.3":0.24034,"16.4":0.04844,"16.5":0.09688,"16.6-16.7":0.91663,"17.0":0.06707,"17.1":0.11178,"17.2":0.09315,"17.3":0.14159,"17.4":0.30368,"17.5":0.90731,"17.6-17.7":7.83791,"18.0":2.77969,"18.1":2.44248,"18.2":0.09874},P:{"22":0.15273,"26":0.10182,"27":0.20364,_:"4 20 21 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 16.0 17.0 18.0 19.0"},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},A:{_:"6 7 8 9 10 11 5.5"},K:{"0":0.0233,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},Q:{_:"14.9"},O:{_:"0"},H:{"0":0},L:{"0":58.64415},R:{_:"0"},M:{_:"0"}};
1
+ module.exports={C:{"115":0.06345,"128":0.19117,"134":0.61553,"135":0.23402,_:"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 129 130 131 132 133 136 137 138 3.5 3.6"},D:{"109":0.87097,"123":0.12772,"131":0.14832,"132":1.06214,"133":0.29746,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 122 124 125 126 127 128 129 130 134 135 136"},F:{_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"124":0.04285,"132":0.1063,"133":0.29746,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 125 126 127 128 129 130 131"},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.4 15.5 15.6 16.0 16.2 16.3 16.4 16.5 16.6 17.0 17.2 17.3 17.6 18.0 18.1 18.4","14.1":0.42436,"15.1":0.53066,"15.2-15.3":0.91299,"16.1":0.08487,"17.1":0.02142,"17.4":0.02142,"17.5":0.12772,"18.2":0.1063,"18.3":1.4865},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00295,"5.0-5.1":0.00148,"6.0-6.1":0.00886,"7.0-7.1":0.00738,"8.1-8.4":0,"9.0-9.2":0.00295,"9.3":0.02214,"10.0-10.2":0.00295,"10.3":0.03395,"11.0-11.2":0.11662,"11.3-11.4":0.01033,"12.0-12.1":0.00591,"12.2-12.5":0.15648,"13.0-13.1":0.00295,"13.2":0.00443,"13.3":0.00591,"13.4-13.7":0.02214,"14.0-14.4":0.04872,"14.5-14.8":0.06791,"15.0-15.1":0.03543,"15.2-15.3":0.03543,"15.4":0.04281,"15.5":0.04872,"15.6-15.8":0.60379,"16.0":0.0871,"16.1":0.18158,"16.2":0.09153,"16.3":0.16534,"16.4":0.03691,"16.5":0.06938,"16.6-16.7":0.71894,"17.0":0.04429,"17.1":0.07824,"17.2":0.062,"17.3":0.0871,"17.4":0.1801,"17.5":0.42811,"17.6-17.7":1.40835,"18.0":0.41483,"18.1":3.81022,"18.2":1.22529,"18.3":4.36677,"18.4":0.00886},P:{"21":0.02088,"25":0.02088,"26":0.02088,_:"4 20 22 23 24 27 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":0,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":77.04556},R:{_:"0"},M:{_:"0"},Q:{_:"14.9"},O:{_:"0"},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"115":0.02002,"121":0.12343,"127":0.1668,"128":0.02335,"130":0.10342,"131":0.02002,"132":0.62383,"133":0.01334,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 122 123 124 125 126 129 134 135 136 3.5 3.6"},D:{"44":0.00334,"61":0.02002,"72":0.0467,"78":0.00334,"84":0.03002,"87":0.01001,"91":0.0367,"94":0.06338,"98":0.03002,"103":0.00334,"105":0.04337,"107":0.00334,"109":0.77062,"111":0.06338,"115":0.01001,"116":0.01334,"117":0.00334,"119":0.02002,"122":0.03002,"124":0.0467,"125":0.05338,"126":0.2869,"127":0.09674,"128":0.25354,"129":0.24353,"130":9.68441,"131":4.92394,"132":0.05338,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 79 80 81 83 85 86 88 89 90 92 93 95 96 97 99 100 101 102 104 106 108 110 112 113 114 118 120 121 123 133 134"},F:{"95":0.02335,"96":0.00334,"112":0.01001,"113":0.00334,"114":0.03002,_:"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 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00334,"17":0.03002,"92":0.01001,"105":0.00334,"109":0.00334,"111":0.08006,"113":0.00334,"114":0.00334,"115":0.00334,"119":0.01334,"120":0.03002,"122":0.37697,"124":0.01001,"127":0.68054,"128":0.02002,"129":0.20016,"130":5.03736,"131":3.89645,_:"13 14 15 16 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 106 107 108 110 112 116 117 118 121 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 11.1 15.1 15.2-15.3 15.4 15.5 16.1 16.4 17.0 17.2 18.2","12.1":0.01001,"13.1":0.01334,"14.1":0.12343,"15.6":0.04337,"16.0":0.00334,"16.2":0.0467,"16.3":0.02335,"16.5":0.0367,"16.6":0.17681,"17.1":0.02002,"17.3":0.01001,"17.4":0.01334,"17.5":1.94489,"17.6":0.53376,"18.0":0.01334,"18.1":0.03336},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00093,"5.0-5.1":0,"6.0-6.1":0.0037,"7.0-7.1":0.00463,"8.1-8.4":0,"9.0-9.2":0.0037,"9.3":0.01296,"10.0-10.2":0.00278,"10.3":0.02129,"11.0-11.2":0.24988,"11.3-11.4":0.00648,"12.0-12.1":0.0037,"12.2-12.5":0.09718,"13.0-13.1":0.00185,"13.2":0.02499,"13.3":0.0037,"13.4-13.7":0.01388,"14.0-14.4":0.03054,"14.5-14.8":0.0435,"15.0-15.1":0.02499,"15.2-15.3":0.02314,"15.4":0.02776,"15.5":0.03239,"15.6-15.8":0.34706,"16.0":0.06571,"16.1":0.13882,"16.2":0.07034,"16.3":0.11939,"16.4":0.02406,"16.5":0.04813,"16.6-16.7":0.45534,"17.0":0.03332,"17.1":0.05553,"17.2":0.04627,"17.3":0.07034,"17.4":0.15085,"17.5":0.45071,"17.6-17.7":3.89354,"18.0":1.38083,"18.1":1.21332,"18.2":0.04905},P:{"20":0.02062,"21":0.14432,"22":0.27834,"23":0.1134,"24":0.69069,"25":0.32988,"26":1.70095,"27":0.31957,_:"4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0","5.0-5.4":0.02062,"6.2-6.4":0.02062,"7.2-7.4":0.1134,"18.0":0.01031,"19.0":0.06185},I:{"0":0.02659,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00003},A:{"11":0.00334,_:"6 7 8 9 10 5.5"},K:{"0":1.53249,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},Q:{"14.9":0.04664},O:{"0":0.74626},H:{"0":0},L:{"0":52.75007},R:{_:"0"},M:{"0":0.11327}};
1
+ module.exports={C:{"108":0.00694,"115":0.08673,"128":0.00694,"134":0.07979,"135":0.5481,"136":0.01388,_:"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 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 127 129 130 131 132 133 137 138 3.5 3.6"},D:{"47":0.00694,"81":0.01388,"91":0.05897,"92":0.00694,"93":0.07979,"98":0.03469,"103":0.19773,"105":0.00694,"106":0.03816,"108":0.00694,"109":0.76665,"113":0.00694,"115":0.02775,"116":0.09366,"118":0.15264,"120":0.01388,"121":0.21161,"124":0.08673,"126":0.0451,"127":0.05897,"128":0.06591,"129":0.01388,"130":0.02775,"131":0.91235,"132":5.43245,"133":5.92852,"134":0.01388,"135":0.13182,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 83 84 85 86 87 88 89 90 94 95 96 97 99 100 101 102 104 107 110 111 112 114 117 119 122 123 125 136"},F:{"86":0.00694,"95":0.01388,"114":0.00694,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00694,"92":0.03469,"109":0.02081,"119":0.02775,"122":0.01388,"123":0.02081,"125":0.01388,"126":0.01388,"127":0.67646,"128":0.02775,"129":0.00694,"130":0.70768,"131":0.50994,"132":5.51224,"133":3.99629,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 120 121 124"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 12.1 13.1 15.2-15.3 15.4 16.2 16.4 17.0 17.2 17.3 18.4","11.1":0.00694,"14.1":0.07285,"15.1":0.01388,"15.5":0.02775,"15.6":0.31221,"16.0":0.00694,"16.1":0.02081,"16.3":0.01388,"16.5":0.03469,"16.6":0.07285,"17.1":0.03469,"17.4":0.0451,"17.5":2.15772,"17.6":0.45791,"18.0":0.00694,"18.1":0.1006,"18.2":0.09366,"18.3":0.28446},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00205,"5.0-5.1":0.00103,"6.0-6.1":0.00616,"7.0-7.1":0.00514,"8.1-8.4":0,"9.0-9.2":0.00205,"9.3":0.01541,"10.0-10.2":0.00205,"10.3":0.02363,"11.0-11.2":0.08116,"11.3-11.4":0.00719,"12.0-12.1":0.00411,"12.2-12.5":0.1089,"13.0-13.1":0.00205,"13.2":0.00308,"13.3":0.00411,"13.4-13.7":0.01541,"14.0-14.4":0.0339,"14.5-14.8":0.04726,"15.0-15.1":0.02466,"15.2-15.3":0.02466,"15.4":0.02979,"15.5":0.0339,"15.6-15.8":0.42018,"16.0":0.06061,"16.1":0.12636,"16.2":0.06369,"16.3":0.11506,"16.4":0.02568,"16.5":0.04828,"16.6-16.7":0.50031,"17.0":0.03082,"17.1":0.05445,"17.2":0.04315,"17.3":0.06061,"17.4":0.12533,"17.5":0.29792,"17.6-17.7":0.98007,"18.0":0.28868,"18.1":2.65153,"18.2":0.85268,"18.3":3.03883,"18.4":0.00616},P:{"21":0.05148,"22":0.06178,"23":0.03089,"24":0.13386,"25":0.09267,"26":0.21623,"27":1.74017,_:"4 20 5.0-5.4 8.2 9.2 10.1 12.0 14.0 15.0 16.0 17.0 18.0","6.2-6.4":0.0103,"7.2-7.4":0.03089,"11.1-11.2":0.02059,"13.0":0.05148,"19.0":0.11327},I:{"0":0.05214,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00006},K:{"0":1.93971,_:"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"},L:{"0":52.52514},R:{_:"0"},M:{"0":1.44335},Q:{"14.9":0.01306},O:{"0":0.09143},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"34":0.00199,"38":0.00199,"50":0.00399,"52":0.00399,"72":0.00199,"84":0.00199,"98":0.00199,"105":0.00598,"115":0.05384,"118":0.00199,"127":0.00598,"128":0.00199,"130":0.00199,"131":0.01396,"132":0.22333,"133":0.01196,_:"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 39 40 41 42 43 44 45 46 47 48 49 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 85 86 87 88 89 90 91 92 93 94 95 96 97 99 100 101 102 103 104 106 107 108 109 110 111 112 113 114 116 117 119 120 121 122 123 124 125 126 129 134 135 136 3.5 3.6"},D:{"19":0.00199,"31":0.00798,"40":0.00199,"41":0.00798,"43":0.00199,"50":0.00199,"56":0.00399,"57":0.01396,"58":0.11765,"61":0.00199,"63":0.00199,"67":0.00997,"70":0.02991,"74":0.00399,"78":0.00399,"79":0.01396,"80":0.00199,"81":0.00199,"83":0.00399,"86":0.00399,"87":0.00598,"88":0.00399,"89":0.00399,"90":0.00798,"92":0.00798,"94":0.00199,"95":0.00399,"96":0.00199,"98":0.00199,"99":0.00399,"100":0.00199,"103":0.00399,"104":0.00199,"105":0.00399,"106":0.05982,"107":0.00798,"108":0.00399,"109":0.29312,"110":0.00399,"111":0.00199,"113":0.00199,"114":0.01196,"115":0.01396,"116":0.00399,"117":0.02193,"118":0.01396,"119":0.01994,"120":0.04187,"121":0.00798,"122":0.02991,"123":0.0658,"124":0.01196,"125":0.01795,"126":0.02592,"127":0.07777,"128":0.05583,"129":0.11964,"130":1.92022,"131":0.93917,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 20 21 22 23 24 25 26 27 28 29 30 32 33 34 35 36 37 38 39 42 44 45 46 47 48 49 51 52 53 54 55 59 60 62 64 65 66 68 69 71 72 73 75 76 77 84 85 91 93 97 101 102 112 132 133 134"},F:{"82":0.00399,"83":0.00598,"84":0.05583,"85":0.17348,"86":0.00598,"95":0.00199,"113":0.00199,"114":0.12562,_:"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 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 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"13":0.00199,"15":0.00399,"18":0.00997,"84":0.00199,"92":0.01795,"97":0.00199,"100":0.00399,"109":0.02592,"114":0.00399,"120":0.00199,"121":0.00199,"122":0.00399,"124":0.01396,"125":0.00199,"127":0.00997,"128":0.06381,"129":0.01196,"130":0.41675,"131":0.21535,_:"12 14 16 17 79 80 81 83 85 86 87 88 89 90 91 93 94 95 96 98 99 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 119 123 126"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.4 16.0 16.1 16.2 16.3 16.4 17.0 17.2 17.3 18.2","5.1":0.01396,"13.1":0.00199,"14.1":0.00199,"15.2-15.3":0.00399,"15.5":0.00199,"15.6":0.00598,"16.5":0.00199,"16.6":0.00199,"17.1":0.00399,"17.4":0.00199,"17.5":0.00798,"17.6":0.02393,"18.0":0.00199,"18.1":0.01396},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00023,"5.0-5.1":0,"6.0-6.1":0.00092,"7.0-7.1":0.00114,"8.1-8.4":0,"9.0-9.2":0.00092,"9.3":0.00321,"10.0-10.2":0.00069,"10.3":0.00527,"11.0-11.2":0.06182,"11.3-11.4":0.0016,"12.0-12.1":0.00092,"12.2-12.5":0.02404,"13.0-13.1":0.00046,"13.2":0.00618,"13.3":0.00092,"13.4-13.7":0.00343,"14.0-14.4":0.00756,"14.5-14.8":0.01076,"15.0-15.1":0.00618,"15.2-15.3":0.00572,"15.4":0.00687,"15.5":0.00801,"15.6-15.8":0.08586,"16.0":0.01626,"16.1":0.03435,"16.2":0.0174,"16.3":0.02954,"16.4":0.00595,"16.5":0.01191,"16.6-16.7":0.11265,"17.0":0.00824,"17.1":0.01374,"17.2":0.01145,"17.3":0.0174,"17.4":0.03732,"17.5":0.11151,"17.6-17.7":0.96328,"18.0":0.34163,"18.1":0.30018,"18.2":0.01214},P:{"4":0.09997,"20":0.01,"21":0.05998,"22":0.02999,"23":0.04998,"24":0.03999,"25":0.08997,"26":0.67979,"27":0.36989,"5.0-5.4":0.01999,"6.2-6.4":0.01,"7.2-7.4":0.01999,_:"8.2 10.1 15.0","9.2":0.02999,"11.1-11.2":0.04998,"12.0":0.01999,"13.0":0.02999,"14.0":0.05998,"16.0":0.15995,"17.0":0.01999,"18.0":0.01,"19.0":0.02999},I:{"0":0.04793,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00006},A:{"11":0.03789,_:"6 7 8 9 10 5.5"},K:{"0":2.92589,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.00801,_:"3.0-3.1"},J:{_:"7 10"},Q:{_:"14.9"},O:{"0":3.53865},H:{"0":2.27},L:{"0":80.87176},R:{_:"0"},M:{"0":0.1281}};
1
+ module.exports={C:{"38":0.00228,"44":0.00228,"52":0.00457,"66":0.00228,"72":0.00228,"89":0.00228,"95":0.00228,"108":0.00228,"110":0.00457,"115":0.0571,"118":0.00457,"128":0.01142,"133":0.03654,"134":0.05938,"135":0.29007,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 43 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 109 111 112 113 114 116 117 119 120 121 122 123 124 125 126 127 129 130 131 132 136 137 138 3.5 3.6"},D:{"40":0.00228,"41":0.00685,"43":0.00228,"44":0.00228,"48":0.00228,"56":0.00228,"57":0.00228,"58":0.08451,"61":0.00914,"67":0.00228,"68":0.00228,"70":0.02284,"71":0.00228,"73":0.00228,"75":0.00228,"76":0.00228,"78":0.01142,"79":0.03198,"80":0.00228,"83":0.00457,"86":0.00228,"87":0.01142,"88":0.00457,"89":0.00457,"91":0.00685,"93":0.00228,"94":0.00228,"95":0.00685,"97":0.00228,"98":0.00228,"100":0.00228,"103":0.00228,"104":0.00228,"105":0.00228,"106":0.03198,"107":0.00685,"108":0.00914,"109":0.3997,"110":0.00228,"111":0.00457,"112":0.00685,"113":0.00457,"114":0.02284,"115":0.00228,"116":0.00228,"117":0.00228,"118":0.00228,"119":0.01827,"120":0.05253,"121":0.00685,"122":0.00914,"123":0.02284,"124":0.03654,"125":0.00457,"126":0.01827,"127":0.00685,"128":0.03426,"129":0.0137,"130":0.07766,"131":0.27408,"132":1.92541,"133":1.51201,"134":0.01827,_:"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 45 46 47 49 50 51 52 53 54 55 59 60 62 63 64 65 66 69 72 74 77 81 84 85 90 92 96 99 101 102 135 136"},F:{"79":0.00228,"83":0.00228,"84":0.02741,"85":0.00228,"86":0.02056,"87":0.3563,"88":0.00457,"102":0.00685,_:"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 89 90 91 92 93 94 95 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 112 113 114 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"13":0.00228,"17":0.00685,"18":0.00457,"89":0.00228,"92":0.02741,"100":0.00228,"109":0.04111,"111":0.00457,"113":0.00228,"114":0.00228,"120":0.00228,"122":0.00228,"124":0.0137,"125":0.00228,"128":0.00228,"129":0.00228,"130":0.00685,"131":0.02284,"132":0.36544,"133":0.66236,_:"12 14 15 16 79 80 81 83 84 85 86 87 88 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 112 115 116 117 118 119 121 123 126 127"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 13.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.4 17.0 17.1 17.2 17.3 18.0 18.4","5.1":0.00685,"14.1":0.00228,"15.6":0.01599,"16.3":0.00228,"16.5":0.00228,"16.6":0.00228,"17.4":0.01599,"17.5":0.00228,"17.6":0.00914,"18.1":0.0137,"18.2":0.00457,"18.3":0.01827},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00039,"5.0-5.1":0.0002,"6.0-6.1":0.00118,"7.0-7.1":0.00098,"8.1-8.4":0,"9.0-9.2":0.00039,"9.3":0.00295,"10.0-10.2":0.00039,"10.3":0.00453,"11.0-11.2":0.01554,"11.3-11.4":0.00138,"12.0-12.1":0.00079,"12.2-12.5":0.02086,"13.0-13.1":0.00039,"13.2":0.00059,"13.3":0.00079,"13.4-13.7":0.00295,"14.0-14.4":0.00649,"14.5-14.8":0.00905,"15.0-15.1":0.00472,"15.2-15.3":0.00472,"15.4":0.00571,"15.5":0.00649,"15.6-15.8":0.08047,"16.0":0.01161,"16.1":0.0242,"16.2":0.0122,"16.3":0.02204,"16.4":0.00492,"16.5":0.00925,"16.6-16.7":0.09582,"17.0":0.0059,"17.1":0.01043,"17.2":0.00826,"17.3":0.01161,"17.4":0.024,"17.5":0.05706,"17.6-17.7":0.18771,"18.0":0.05529,"18.1":0.50783,"18.2":0.16331,"18.3":0.58201,"18.4":0.00118},P:{"4":0.1321,"20":0.01016,"21":0.06097,"22":0.02032,"23":0.03048,"24":0.06097,"25":0.06097,"26":0.11178,"27":1.02631,_:"5.0-5.4 6.2-6.4 8.2 10.1","7.2-7.4":0.05081,"9.2":0.03048,"11.1-11.2":0.03048,"12.0":0.01016,"13.0":0.02032,"14.0":0.01016,"15.0":0.01016,"16.0":0.09145,"17.0":0.02032,"18.0":0.01016,"19.0":0.01016},I:{"0":0.16171,"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.00019},K:{"0":3.2854,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00457,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":79.9311},R:{_:"0"},M:{"0":0.10031},Q:{_:"14.9"},O:{"0":3.60337},H:{"0":1.73}};
@@ -1 +1 @@
1
- module.exports={C:{"72":0.00833,"95":0.00139,"102":0.00278,"111":0.00139,"115":0.01111,"120":0.00139,"127":0.00278,"128":0.00139,"129":0.00139,"130":0.00556,"131":0.17085,"132":0.96813,"133":0.03611,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 103 104 105 106 107 108 109 110 112 113 114 116 117 118 119 121 122 123 124 125 126 134 135 136 3.5 3.6"},D:{"47":0.00417,"55":0.00139,"57":0.00139,"58":0.00139,"63":0.00556,"70":0.00417,"73":0.00278,"81":0.00139,"83":0.01111,"87":0.01389,"94":0.00833,"97":0.00278,"103":0.01528,"105":0.01806,"107":0.00139,"109":0.20279,"110":0.00972,"111":0.00278,"116":0.12223,"117":0.00695,"118":0.00139,"119":0.00139,"120":0.00417,"121":0.00556,"122":0.01389,"123":0.00139,"124":0.00417,"125":0.01667,"126":0.09862,"127":0.00833,"128":0.03611,"129":0.42365,"130":4.31007,"131":2.18629,_:"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 56 59 60 61 62 64 65 66 67 68 69 71 72 74 75 76 77 78 79 80 84 85 86 88 89 90 91 92 93 95 96 98 99 100 101 102 104 106 108 112 113 114 115 132 133 134"},F:{"40":0.00278,"73":0.00556,"85":0.01945,"95":0.00278,"113":0.00556,"114":0.20696,_:"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 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 74 75 76 77 78 79 80 81 82 83 84 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 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"90":0.00139,"92":0.75006,"108":0.00139,"109":0.00833,"116":0.00695,"118":0.00139,"119":0.00556,"123":0.00278,"124":0.00417,"125":0.00139,"126":0.00278,"127":0.00139,"128":0.00695,"129":0.03611,"130":1.39595,"131":0.63894,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 110 111 112 113 114 115 117 120 121 122"},E:{"15":0.00139,_:"0 4 5 6 7 8 9 10 11 12 13 14 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.4 16.0 16.1 17.1 18.2","12.1":0.00833,"13.1":0.00695,"14.1":0.00695,"15.1":0.01806,"15.2-15.3":0.00278,"15.5":0.00278,"15.6":0.08751,"16.2":0.00278,"16.3":0.00278,"16.4":0.00139,"16.5":0.02639,"16.6":0.22641,"17.0":0.10695,"17.2":0.01111,"17.3":0.00833,"17.4":0.00833,"17.5":0.13057,"17.6":0.20141,"18.0":0.10556,"18.1":0.08195},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00087,"5.0-5.1":0,"6.0-6.1":0.00347,"7.0-7.1":0.00434,"8.1-8.4":0,"9.0-9.2":0.00347,"9.3":0.01215,"10.0-10.2":0.0026,"10.3":0.01996,"11.0-11.2":0.23436,"11.3-11.4":0.00608,"12.0-12.1":0.00347,"12.2-12.5":0.09114,"13.0-13.1":0.00174,"13.2":0.02344,"13.3":0.00347,"13.4-13.7":0.01302,"14.0-14.4":0.02864,"14.5-14.8":0.0408,"15.0-15.1":0.02344,"15.2-15.3":0.0217,"15.4":0.02604,"15.5":0.03038,"15.6-15.8":0.3255,"16.0":0.06163,"16.1":0.1302,"16.2":0.06597,"16.3":0.11197,"16.4":0.02257,"16.5":0.04514,"16.6-16.7":0.42705,"17.0":0.03125,"17.1":0.05208,"17.2":0.0434,"17.3":0.06597,"17.4":0.14148,"17.5":0.42271,"17.6-17.7":3.65163,"18.0":1.29504,"18.1":1.13793,"18.2":0.046},P:{"4":0.01005,"20":0.01005,"21":0.01005,"22":0.03014,"23":0.02009,"24":0.06028,"25":0.01005,"26":0.30139,"27":0.16074,"5.0-5.4":0.01005,_:"6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0","7.2-7.4":0.03014,"19.0":0.01005},I:{"0":0.01718,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00002},A:{_:"6 7 8 9 10 11 5.5"},K:{"0":0.30139,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},Q:{_:"14.9"},O:{"0":0.00861},H:{"0":0},L:{"0":77.09298},R:{_:"0"},M:{"0":0.14639}};
1
+ module.exports={C:{"34":0.00222,"78":0.00333,"113":0.00555,"115":0.02107,"122":0.01996,"127":0.01442,"128":0.00333,"129":0.00555,"133":0.02329,"134":0.39702,"135":0.81844,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 114 116 117 118 119 120 121 123 124 125 126 130 131 132 136 137 138 3.5 3.6"},D:{"43":0.00665,"50":0.00333,"55":0.00222,"69":0.01109,"79":0.00333,"83":0.06987,"87":0.02662,"88":0.0122,"94":0.03549,"97":0.00222,"103":0.00333,"109":0.18188,"110":0.00333,"111":0.08318,"114":0.00222,"115":0.52678,"116":0.01442,"119":0.02329,"120":0.02883,"121":0.00665,"122":0.02329,"123":0.00333,"124":0.00887,"125":0.00333,"126":0.061,"127":0.00222,"128":0.01996,"129":0.02662,"130":0.05434,"131":0.48242,"132":1.7378,"133":1.83761,"134":0.00665,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 44 45 46 47 48 49 51 52 53 54 56 57 58 59 60 61 62 63 64 65 66 67 68 70 71 72 73 74 75 76 77 78 80 81 84 85 86 89 90 91 92 93 95 96 98 99 100 101 102 104 105 106 107 108 112 113 117 118 135 136"},F:{"46":0.00333,"79":0.00222,_:"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 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 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00333,"100":0.00887,"115":0.00222,"124":0.00222,"127":0.00222,"129":0.00222,"130":0.00333,"131":0.234,"132":0.71087,"133":0.79848,_:"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 109 110 111 112 113 114 116 117 118 119 120 121 122 123 125 126 128"},E:{"14":0.00222,_:"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 14.1 15.4 16.0 16.4 17.0 18.4","15.1":0.00665,"15.2-15.3":0.00333,"15.5":0.00222,"15.6":0.04103,"16.1":0.00555,"16.2":0.00333,"16.3":0.0122,"16.5":0.00333,"16.6":0.21626,"17.1":0.00222,"17.2":0.00222,"17.3":0.02329,"17.4":0.00333,"17.5":0.0122,"17.6":0.06987,"18.0":0.00333,"18.1":0.06987,"18.2":0.1475,"18.3":0.23067},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00155,"5.0-5.1":0.00077,"6.0-6.1":0.00464,"7.0-7.1":0.00386,"8.1-8.4":0,"9.0-9.2":0.00155,"9.3":0.01159,"10.0-10.2":0.00155,"10.3":0.01777,"11.0-11.2":0.06104,"11.3-11.4":0.00541,"12.0-12.1":0.00309,"12.2-12.5":0.08191,"13.0-13.1":0.00155,"13.2":0.00232,"13.3":0.00309,"13.4-13.7":0.01159,"14.0-14.4":0.0255,"14.5-14.8":0.03554,"15.0-15.1":0.01855,"15.2-15.3":0.01855,"15.4":0.02241,"15.5":0.0255,"15.6-15.8":0.31604,"16.0":0.04559,"16.1":0.09504,"16.2":0.04791,"16.3":0.08654,"16.4":0.01932,"16.5":0.03632,"16.6-16.7":0.37631,"17.0":0.02318,"17.1":0.04095,"17.2":0.03245,"17.3":0.04559,"17.4":0.09427,"17.5":0.22409,"17.6-17.7":0.73717,"18.0":0.21713,"18.1":1.99438,"18.2":0.64135,"18.3":2.28569,"18.4":0.00464},P:{"21":0.01009,"22":0.1211,"23":0.01009,"24":0.11101,"25":0.06055,"26":0.38349,"27":0.52477,_:"4 20 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 17.0 18.0","7.2-7.4":0.02018,"16.0":0.01009,"19.0":0.02018},I:{"0":0.07099,"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.00009},K:{"0":0.14227,_:"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"},L:{"0":81.12247},R:{_:"0"},M:{"0":0.08003},Q:{_:"14.9"},O:{"0":0.02668},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"34":0.0056,"52":0.0056,"59":0.0028,"78":0.0084,"88":0.0028,"91":0.0028,"104":0.0028,"108":0.0028,"109":0.0028,"112":0.0028,"113":0.0028,"114":0.0028,"115":0.06998,"123":0.0028,"124":0.0028,"127":0.0056,"128":0.0112,"129":0.0084,"130":0.0112,"131":0.05038,"132":0.60179,"133":0.03359,_:"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 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 89 90 92 93 94 95 96 97 98 99 100 101 102 103 105 106 107 110 111 116 117 118 119 120 121 122 125 126 134 135 136 3.5 3.6"},D:{"49":0.0028,"50":0.0028,"52":0.01959,"55":0.0028,"56":0.0028,"65":0.0084,"66":0.0084,"67":0.0028,"69":0.0028,"70":0.0084,"73":0.0028,"74":0.0028,"75":0.0028,"78":0.0028,"79":0.0084,"81":0.0028,"83":0.0028,"86":0.0028,"87":0.0112,"88":0.02799,"90":0.0028,"91":0.0056,"92":0.0028,"94":0.0084,"95":0.0028,"98":0.39746,"99":0.0056,"100":0.0056,"102":0.0056,"103":0.04199,"104":0.0056,"105":0.0028,"106":0.0056,"107":0.0028,"108":0.0028,"109":0.68296,"110":0.0028,"111":0.03079,"112":0.0028,"113":0.014,"114":0.05878,"115":0.0056,"116":0.10076,"117":0.0028,"118":0.0084,"119":0.03079,"120":0.04478,"121":0.01679,"122":0.08117,"123":0.12596,"124":0.03919,"125":0.13995,"126":0.07557,"127":0.06718,"128":0.15395,"129":0.5654,"130":10.51304,"131":5.93108,"132":0.0028,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 51 53 54 57 58 59 60 61 62 63 64 68 71 72 76 77 80 84 85 89 93 96 97 101 133 134"},F:{"83":0.0028,"84":0.0056,"85":0.06158,"86":0.0028,"95":0.01679,"113":0.02799,"114":0.25471,_:"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 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 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.0028,"16":0.0028,"17":0.0028,"18":0.0028,"90":0.0028,"92":0.01679,"100":0.0028,"106":0.0056,"109":0.03079,"113":0.0028,"114":0.0028,"116":0.0028,"118":0.02519,"119":0.0028,"120":0.0028,"121":0.02519,"122":0.0056,"123":0.0028,"124":0.0112,"125":0.0112,"126":0.01959,"127":0.02519,"128":0.02799,"129":0.14275,"130":1.36031,"131":0.85649,_:"13 14 15 79 80 81 83 84 85 86 87 88 89 91 93 94 95 96 97 98 99 101 102 103 104 105 107 108 110 111 112 115 117"},E:{"14":0.0056,_:"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.1","11.1":0.0028,"12.1":0.0028,"13.1":0.014,"14.1":0.014,"15.2-15.3":0.0028,"15.4":0.0056,"15.5":0.0056,"15.6":0.06998,"16.0":0.01679,"16.1":0.0112,"16.2":0.0056,"16.3":0.02239,"16.4":0.0028,"16.5":0.014,"16.6":0.09517,"17.0":0.0028,"17.1":0.0084,"17.2":0.0056,"17.3":0.01679,"17.4":0.01959,"17.5":0.05318,"17.6":0.21832,"18.0":0.10076,"18.1":0.11756,"18.2":0.0028},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00086,"5.0-5.1":0,"6.0-6.1":0.00344,"7.0-7.1":0.00431,"8.1-8.4":0,"9.0-9.2":0.00344,"9.3":0.01206,"10.0-10.2":0.00258,"10.3":0.01981,"11.0-11.2":0.23253,"11.3-11.4":0.00603,"12.0-12.1":0.00344,"12.2-12.5":0.09043,"13.0-13.1":0.00172,"13.2":0.02325,"13.3":0.00344,"13.4-13.7":0.01292,"14.0-14.4":0.02842,"14.5-14.8":0.04048,"15.0-15.1":0.02325,"15.2-15.3":0.02153,"15.4":0.02584,"15.5":0.03014,"15.6-15.8":0.32296,"16.0":0.06115,"16.1":0.12919,"16.2":0.06545,"16.3":0.1111,"16.4":0.02239,"16.5":0.04478,"16.6-16.7":0.42373,"17.0":0.031,"17.1":0.05167,"17.2":0.04306,"17.3":0.06545,"17.4":0.14038,"17.5":0.41942,"17.6-17.7":3.62323,"18.0":1.28497,"18.1":1.12909,"18.2":0.04565},P:{"4":0.07103,"20":0.02029,"21":0.04059,"22":0.10147,"23":0.07103,"24":0.16235,"25":0.13191,"26":3.14553,"27":2.80053,_:"5.0-5.4 8.2 9.2 10.1 15.0","6.2-6.4":0.01015,"7.2-7.4":0.1725,"11.1-11.2":0.02029,"12.0":0.01015,"13.0":0.02029,"14.0":0.01015,"16.0":0.02029,"17.0":0.03044,"18.0":0.02029,"19.0":0.06088},I:{"0":0.02156,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00003},A:{"11":0.0084,_:"6 7 8 9 10 5.5"},K:{"0":3.33727,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},Q:{"14.9":0.0072},O:{"0":0.30964},H:{"0":0.04},L:{"0":55.98107},R:{_:"0"},M:{"0":0.45366}};
1
+ module.exports={C:{"34":0.00835,"52":0.00417,"59":0.00209,"64":0.00209,"78":0.00835,"88":0.00626,"91":0.00209,"99":0.00209,"113":0.00417,"115":0.05009,"122":0.00209,"126":0.00209,"127":0.00209,"128":0.01044,"129":0.00417,"132":0.00209,"133":0.00626,"134":0.11479,"135":0.36314,"136":0.00417,_:"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 60 61 62 63 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 89 90 92 93 94 95 96 97 98 100 101 102 103 104 105 106 107 108 109 110 111 112 114 116 117 118 119 120 121 123 124 125 130 131 137 138 3.5 3.6"},D:{"11":0.00209,"40":0.00209,"49":0.00209,"50":0.00417,"52":0.02504,"55":0.00209,"56":0.00209,"65":0.01044,"66":0.01252,"67":0.00209,"68":0.00209,"69":0.00417,"70":0.00626,"71":0.00417,"72":0.00209,"73":0.00209,"74":0.00209,"75":0.00835,"78":0.00626,"79":0.01252,"80":0.00209,"81":0.00417,"83":0.00209,"84":0.00209,"85":0.00209,"86":0.00626,"87":0.01044,"88":0.02296,"89":0.00209,"90":0.00417,"91":0.00417,"92":0.00209,"93":0.00209,"94":0.01044,"95":0.00209,"96":0.00209,"97":0.00209,"98":0.18366,"99":0.00209,"100":0.00626,"102":0.00417,"103":0.01461,"104":0.01461,"105":0.00209,"106":0.00417,"107":0.00417,"108":0.00626,"109":0.41531,"110":0.00209,"111":0.01878,"112":0.00209,"113":0.00835,"114":0.03965,"115":0.00209,"116":0.04174,"117":0.00209,"118":0.00626,"119":0.02087,"120":0.01461,"121":0.00835,"122":0.02504,"123":0.14609,"124":0.03757,"125":0.08765,"126":0.04591,"127":0.02713,"128":0.048,"129":0.02713,"130":0.05218,"131":0.4174,"132":4.3347,"133":4.15939,"134":0.00417,"135":0.00209,_:"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 41 42 43 44 45 46 47 48 51 53 54 57 58 59 60 61 62 63 64 76 77 101 136"},F:{"84":0.00209,"85":0.00209,"86":0.02922,"87":0.07722,"95":0.01044,"113":0.00209,"114":0.0167,_:"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 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00209,"16":0.00209,"17":0.00209,"18":0.00417,"84":0.00209,"92":0.00626,"100":0.00209,"109":0.0167,"114":0.00417,"118":0.03339,"119":0.00209,"120":0.00209,"121":0.00209,"122":0.00209,"123":0.00209,"124":0.00209,"125":0.00835,"126":0.00626,"127":0.01252,"128":0.00417,"129":0.00626,"130":0.02296,"131":0.0647,"132":1.11237,"133":1.4442,_:"13 14 15 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"},E:{"14":0.01044,"15":0.00209,_:"0 4 5 6 7 8 9 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 18.4","11.1":0.00209,"12.1":0.00417,"13.1":0.01252,"14.1":0.0167,"15.1":0.00209,"15.2-15.3":0.00209,"15.4":0.00835,"15.5":0.00417,"15.6":0.07305,"16.0":0.0167,"16.1":0.00626,"16.2":0.00417,"16.3":0.01878,"16.4":0.00626,"16.5":0.00835,"16.6":0.09809,"17.0":0.00209,"17.1":0.02296,"17.2":0.00626,"17.3":0.0167,"17.4":0.01252,"17.5":0.03131,"17.6":0.08974,"18.0":0.02713,"18.1":0.13357,"18.2":0.0647,"18.3":0.23374},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00191,"5.0-5.1":0.00095,"6.0-6.1":0.00572,"7.0-7.1":0.00476,"8.1-8.4":0,"9.0-9.2":0.00191,"9.3":0.01429,"10.0-10.2":0.00191,"10.3":0.02192,"11.0-11.2":0.07527,"11.3-11.4":0.00667,"12.0-12.1":0.00381,"12.2-12.5":0.101,"13.0-13.1":0.00191,"13.2":0.00286,"13.3":0.00381,"13.4-13.7":0.01429,"14.0-14.4":0.03144,"14.5-14.8":0.04383,"15.0-15.1":0.02287,"15.2-15.3":0.02287,"15.4":0.02763,"15.5":0.03144,"15.6-15.8":0.38971,"16.0":0.05622,"16.1":0.1172,"16.2":0.05908,"16.3":0.10672,"16.4":0.02382,"16.5":0.04478,"16.6-16.7":0.46404,"17.0":0.02859,"17.1":0.0505,"17.2":0.04002,"17.3":0.05622,"17.4":0.11625,"17.5":0.27633,"17.6-17.7":0.90901,"18.0":0.26775,"18.1":2.45929,"18.2":0.79086,"18.3":2.81852,"18.4":0.00572},P:{"4":0.07101,"20":0.02029,"21":0.03043,"22":0.07101,"23":0.06086,"24":0.17244,"25":0.12172,"26":0.19273,"27":6.55285,_:"5.0-5.4 6.2-6.4 8.2 9.2 10.1 15.0","7.2-7.4":0.20287,"11.1-11.2":0.01014,"12.0":0.01014,"13.0":0.02029,"14.0":0.01014,"16.0":0.02029,"17.0":0.02029,"18.0":0.01014,"19.0":0.06086},I:{"0":0.02369,"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.00003},K:{"0":3.41259,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00626,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":62.93418},R:{_:"0"},M:{"0":0.54607},Q:{"14.9":0.00791},O:{"0":0.33239},H:{"0":0.03}};
@@ -1 +1 @@
1
- module.exports={C:{"34":0.00349,"52":0.00175,"66":0.00175,"91":0.00524,"99":0.00175,"106":0.00175,"112":0.00175,"115":0.05765,"118":0.00175,"120":0.00175,"123":0.00175,"126":0.00349,"127":0.01223,"128":0.00874,"129":0.00175,"130":0.01048,"131":0.04018,"132":0.30223,"133":0.01922,_:"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 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 95 96 97 98 100 101 102 103 104 105 107 108 109 110 111 113 114 116 117 119 121 122 124 125 134 135 136 3.5 3.6"},D:{"11":0.00175,"25":0.00175,"43":0.00175,"46":0.00349,"49":0.00349,"50":0.00349,"53":0.00175,"55":0.00175,"56":0.00175,"58":0.00175,"60":0.00175,"63":0.00175,"64":0.00175,"65":0.00175,"66":0.00175,"67":0.00175,"68":0.00524,"69":0.00349,"70":0.01223,"71":0.00524,"73":0.00699,"74":0.00175,"75":0.00699,"76":0.00175,"77":0.00349,"78":0.01572,"79":0.01922,"80":0.00349,"81":0.00699,"83":0.01048,"84":0.00524,"85":0.00175,"86":0.00874,"87":0.00874,"88":0.00874,"90":0.00349,"91":0.00175,"92":0.00524,"93":0.02621,"94":0.00699,"95":0.00699,"98":0.00349,"99":0.00349,"100":0.00175,"102":0.00349,"103":0.02621,"105":0.00524,"106":0.00524,"108":0.00524,"109":0.43675,"110":0.00175,"111":0.00699,"112":0.00175,"113":0.01048,"114":0.02271,"115":0.00349,"116":0.02446,"117":0.00349,"118":0.01223,"119":0.02795,"120":0.01747,"121":0.01922,"122":0.02096,"123":0.0297,"124":0.04892,"125":0.02446,"126":0.03494,"127":0.06289,"128":0.08735,"129":0.19217,"130":2.89478,"131":1.9217,"132":0.00524,_:"4 5 6 7 8 9 10 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 44 45 47 48 51 52 54 57 59 61 62 72 89 96 97 101 104 107 133 134"},F:{"20":0.00349,"34":0.00175,"36":0.00175,"40":0.00175,"42":0.00175,"46":0.00349,"60":0.00175,"65":0.00175,"66":0.00175,"79":0.01572,"80":0.00175,"83":0.00175,"84":0.00349,"85":0.04368,"86":0.01572,"95":0.03669,"107":0.00175,"109":0.00175,"111":0.00175,"112":0.00524,"113":0.02446,"114":0.6988,_:"9 11 12 15 16 17 18 19 21 22 23 24 25 26 27 28 29 30 31 32 33 35 37 38 39 41 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 62 63 64 67 68 69 70 71 72 73 74 75 76 77 78 81 82 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 108 110 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00874,"13":0.01223,"14":0.00349,"15":0.00349,"16":0.02621,"17":0.00524,"18":0.02446,"84":0.00349,"86":0.00524,"89":0.00524,"90":0.00699,"92":0.06813,"100":0.01922,"101":0.00175,"107":0.00175,"109":0.02621,"110":0.00175,"111":0.00175,"112":0.00699,"114":0.00349,"115":0.00175,"116":0.00175,"118":0.145,"119":0.00524,"120":0.00874,"121":0.00175,"122":0.00874,"123":0.00349,"124":0.00699,"125":0.00699,"126":0.01572,"127":0.01398,"128":0.04368,"129":0.06115,"130":1.01675,"131":0.60272,_:"79 80 81 83 85 87 88 91 93 94 95 96 97 98 99 102 103 104 105 106 108 113 117"},E:{"13":0.00175,"14":0.00175,_:"0 4 5 6 7 8 9 10 11 12 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 16.2 17.0 18.2","13.1":0.00524,"14.1":0.01048,"15.5":0.00175,"15.6":0.03319,"16.0":0.00175,"16.1":0.00175,"16.3":0.00175,"16.4":0.00175,"16.5":0.00175,"16.6":0.02271,"17.1":0.00349,"17.2":0.00524,"17.3":0.00524,"17.4":0.00874,"17.5":0.02446,"17.6":0.04542,"18.0":0.01922,"18.1":0.03843},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00052,"5.0-5.1":0,"6.0-6.1":0.00208,"7.0-7.1":0.0026,"8.1-8.4":0,"9.0-9.2":0.00208,"9.3":0.00729,"10.0-10.2":0.00156,"10.3":0.01198,"11.0-11.2":0.14062,"11.3-11.4":0.00365,"12.0-12.1":0.00208,"12.2-12.5":0.05469,"13.0-13.1":0.00104,"13.2":0.01406,"13.3":0.00208,"13.4-13.7":0.00781,"14.0-14.4":0.01719,"14.5-14.8":0.02448,"15.0-15.1":0.01406,"15.2-15.3":0.01302,"15.4":0.01562,"15.5":0.01823,"15.6-15.8":0.19531,"16.0":0.03698,"16.1":0.07812,"16.2":0.03958,"16.3":0.06719,"16.4":0.01354,"16.5":0.02708,"16.6-16.7":0.25625,"17.0":0.01875,"17.1":0.03125,"17.2":0.02604,"17.3":0.03958,"17.4":0.08489,"17.5":0.25364,"17.6-17.7":2.19112,"18.0":0.77707,"18.1":0.6828,"18.2":0.0276},P:{"4":0.11349,"21":0.02064,"22":0.05159,"23":0.02064,"24":0.08254,"25":0.08254,"26":0.56746,"27":0.2373,_:"20 8.2 10.1 12.0 14.0 15.0 18.0","5.0-5.4":0.02064,"6.2-6.4":0.01032,"7.2-7.4":0.09286,"9.2":0.04127,"11.1-11.2":0.01032,"13.0":0.02064,"16.0":0.01032,"17.0":0.01032,"19.0":0.01032},I:{"0":0.10707,"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.00014},A:{"10":0.00349,"11":0.01747,_:"6 7 8 9 5.5"},K:{"0":13.57276,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.01651,_:"3.0-3.1"},J:{_:"7 10"},Q:{"14.9":0.00825},O:{"0":0.89143},H:{"0":1.92},L:{"0":66.20619},R:{_:"0"},M:{"0":0.07429}};
1
+ module.exports={C:{"56":0.00211,"112":0.00211,"115":0.04437,"120":0.00211,"127":0.00634,"128":0.01057,"129":0.00211,"131":0.00423,"132":0.00634,"133":0.00634,"134":0.11622,"135":0.3085,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 113 114 116 117 118 119 121 122 123 124 125 126 130 136 137 138 3.5 3.6"},D:{"11":0.00211,"26":0.00211,"42":0.00211,"43":0.00423,"49":0.00634,"50":0.00211,"51":0.00211,"53":0.0169,"58":0.00211,"59":0.00211,"63":0.00211,"64":0.00423,"66":0.00211,"68":0.01479,"69":0.0169,"70":0.01268,"71":0.00211,"73":0.00423,"74":0.00211,"75":0.00423,"76":0.00211,"77":0.01057,"79":0.01479,"80":0.00423,"81":0.00845,"83":0.0169,"86":0.00845,"87":0.00845,"88":0.00634,"90":0.00845,"92":0.00423,"93":0.01057,"94":0.00423,"95":0.00845,"96":0.00211,"97":0.00211,"98":0.00211,"99":0.00211,"100":0.00423,"102":0.00423,"103":0.02747,"105":0.01479,"106":0.01268,"108":0.01057,"109":0.31061,"110":0.00211,"111":0.00845,"113":0.01479,"114":0.00845,"115":0.00211,"116":0.02113,"117":0.00423,"118":0.01057,"119":0.04226,"120":0.02324,"121":0.00634,"122":0.01479,"123":0.04015,"124":0.12889,"125":0.02324,"126":0.04015,"127":0.02958,"128":0.03803,"129":0.02113,"130":0.06339,"131":0.37189,"132":2.55462,"133":2.53983,"134":0.00423,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 44 45 46 47 48 52 54 55 56 57 60 61 62 65 67 72 78 84 85 89 91 101 104 107 112 135 136"},F:{"34":0.00211,"36":0.00211,"46":0.00211,"67":0.00211,"74":0.00211,"79":0.0169,"83":0.00211,"84":0.00211,"85":0.00211,"86":0.01902,"87":0.05916,"88":0.00423,"95":0.03592,"108":0.00211,"112":0.00211,"113":0.00211,"114":0.01057,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 68 69 70 71 72 73 75 76 77 78 80 81 82 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 109 110 111 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00845,"13":0.00211,"14":0.00211,"16":0.00211,"17":0.00845,"18":0.02324,"84":0.00423,"86":0.00423,"89":0.00845,"90":0.00634,"91":0.00211,"92":0.03381,"100":0.00845,"104":0.00211,"106":0.00211,"107":0.00423,"109":0.01479,"112":0.00211,"114":0.01057,"120":0.00211,"121":0.00211,"122":0.00845,"124":0.00211,"125":0.00423,"126":0.00423,"127":0.0169,"128":0.01479,"129":0.00845,"130":0.01057,"131":0.08452,"132":0.65714,"133":0.77547,_:"15 79 80 81 83 85 87 88 93 94 95 96 97 98 99 101 102 103 105 108 110 111 113 115 116 117 118 119 123"},E:{"13":0.00211,"14":0.00211,_:"0 4 5 6 7 8 9 10 11 12 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.1 15.4 15.5 16.0 16.4 17.0 18.4","12.1":0.00211,"13.1":0.00845,"14.1":0.01057,"15.2-15.3":0.00211,"15.6":0.02536,"16.1":0.00634,"16.2":0.00423,"16.3":0.00211,"16.5":0.00211,"16.6":0.03381,"17.1":0.0169,"17.2":0.00634,"17.3":0.00845,"17.4":0.00634,"17.5":0.01479,"17.6":0.02536,"18.0":0.00845,"18.1":0.01268,"18.2":0.0169,"18.3":0.04437},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00107,"5.0-5.1":0.00054,"6.0-6.1":0.00322,"7.0-7.1":0.00268,"8.1-8.4":0,"9.0-9.2":0.00107,"9.3":0.00804,"10.0-10.2":0.00107,"10.3":0.01234,"11.0-11.2":0.04237,"11.3-11.4":0.00375,"12.0-12.1":0.00215,"12.2-12.5":0.05685,"13.0-13.1":0.00107,"13.2":0.00161,"13.3":0.00215,"13.4-13.7":0.00804,"14.0-14.4":0.0177,"14.5-14.8":0.02467,"15.0-15.1":0.01287,"15.2-15.3":0.01287,"15.4":0.01555,"15.5":0.0177,"15.6-15.8":0.21935,"16.0":0.03164,"16.1":0.06597,"16.2":0.03325,"16.3":0.06007,"16.4":0.01341,"16.5":0.02521,"16.6-16.7":0.26119,"17.0":0.01609,"17.1":0.02842,"17.2":0.02253,"17.3":0.03164,"17.4":0.06543,"17.5":0.15553,"17.6-17.7":0.51165,"18.0":0.1507,"18.1":1.38423,"18.2":0.44514,"18.3":1.58642,"18.4":0.00322},P:{"4":0.07282,"21":0.02081,"22":0.02081,"23":0.0104,"24":0.09362,"25":0.07282,"26":0.14564,"27":0.59295,_:"20 6.2-6.4 8.2 12.0 13.0 14.0 15.0 18.0","5.0-5.4":0.02081,"7.2-7.4":0.07282,"9.2":0.02081,"10.1":0.02081,"11.1-11.2":0.0104,"16.0":0.0104,"17.0":0.0104,"19.0":0.0104},I:{"0":0.07871,"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":13.11518,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.01268,_:"6 7 8 9 10 5.5"},S:{"2.5":0.00789,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":67.36953},R:{_:"0"},M:{"0":0.07098},Q:{"14.9":0.00789},O:{"0":0.84391},H:{"0":1.46}};
@@ -1 +1 @@
1
- module.exports={C:{"34":0.00297,"44":0.00297,"52":0.00594,"67":0.00297,"75":0.00297,"94":0.00297,"99":0.00594,"105":0.00297,"112":0.00297,"113":0.00297,"115":0.11282,"123":0.00297,"126":0.01188,"127":0.00891,"128":0.04157,"129":0.00891,"130":0.02078,"131":0.09204,"132":1.24104,"133":0.12173,"134":0.00891,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 43 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 68 69 70 71 72 73 74 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 95 96 97 98 100 101 102 103 104 106 107 108 109 110 111 114 116 117 118 119 120 121 122 124 125 135 136 3.5 3.6"},D:{"11":0.00297,"47":0.00297,"49":0.00594,"50":0.00297,"56":0.00594,"58":0.00297,"59":0.00594,"63":0.02375,"64":0.00594,"65":0.00594,"68":0.00891,"69":0.00594,"70":0.00891,"71":0.00297,"72":0.00297,"73":0.00594,"74":0.00594,"76":0.12173,"77":0.00297,"78":0.00297,"79":0.02672,"80":0.00594,"81":0.00594,"83":0.00297,"84":0.00594,"86":0.00594,"87":0.01188,"88":0.01188,"90":0.00297,"91":0.00297,"92":0.00594,"93":0.00594,"94":0.00891,"95":0.02078,"96":0.00594,"97":0.00297,"98":0.00891,"99":0.01188,"100":0.00297,"101":0.00297,"102":0.00594,"103":0.02969,"104":0.00297,"105":0.01188,"106":0.00891,"107":0.02078,"108":0.00594,"109":0.62052,"110":0.00297,"111":0.02078,"112":0.00297,"113":0.00297,"114":0.05938,"115":0.00297,"116":0.03563,"117":0.02375,"118":0.02375,"119":0.03563,"120":0.03266,"121":0.03266,"122":0.05344,"123":0.03266,"124":0.04454,"125":0.02969,"126":0.06829,"127":0.06235,"128":0.20189,"129":0.47207,"130":7.758,"131":4.75337,"132":0.01188,_:"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 48 51 52 53 54 55 57 60 61 62 66 67 75 85 89 133 134"},F:{"34":0.00297,"36":0.00297,"37":0.00297,"40":0.00297,"42":0.00297,"43":0.00297,"79":0.02375,"82":0.00297,"83":0.0386,"85":0.02375,"86":0.00594,"95":0.02078,"106":0.00594,"112":0.00891,"113":0.02078,"114":1.30042,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 38 39 41 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 84 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 107 108 109 110 111 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.02969,"13":0.00297,"14":0.00594,"15":0.00594,"16":0.04157,"17":0.00891,"18":0.06829,"84":0.00594,"89":0.0386,"90":0.02078,"92":0.08907,"98":0.00297,"100":0.03563,"103":0.00297,"104":0.00297,"107":0.01188,"109":0.02078,"110":0.00297,"111":0.01188,"112":0.01188,"113":0.00594,"114":0.00594,"115":0.00594,"117":0.00297,"118":0.00594,"119":0.02078,"120":0.00891,"121":0.00297,"122":0.01485,"123":0.00891,"124":0.03266,"125":0.01485,"126":0.0386,"127":0.04454,"128":0.09798,"129":0.23752,"130":2.9304,"131":1.76656,_:"79 80 81 83 85 86 87 88 91 93 94 95 96 97 99 101 102 105 106 108 116"},E:{"13":0.00594,"14":0.00891,_:"0 4 5 6 7 8 9 10 11 12 15 3.1 3.2 6.1 7.1 10.1","5.1":0.00594,"9.1":0.00297,"11.1":0.00297,"12.1":0.00297,"13.1":0.01485,"14.1":0.09501,"15.1":0.00297,"15.2-15.3":0.00297,"15.4":0.00297,"15.5":0.00297,"15.6":0.06532,"16.0":0.00297,"16.1":0.03266,"16.2":0.00297,"16.3":0.02672,"16.4":0.00297,"16.5":0.00594,"16.6":0.07126,"17.0":0.00297,"17.1":0.00891,"17.2":0.00297,"17.3":0.00891,"17.4":0.0386,"17.5":0.10985,"17.6":0.19002,"18.0":0.13064,"18.1":0.2108,"18.2":0.00297},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00057,"5.0-5.1":0,"6.0-6.1":0.00226,"7.0-7.1":0.00283,"8.1-8.4":0,"9.0-9.2":0.00226,"9.3":0.00792,"10.0-10.2":0.0017,"10.3":0.01302,"11.0-11.2":0.15282,"11.3-11.4":0.00396,"12.0-12.1":0.00226,"12.2-12.5":0.05943,"13.0-13.1":0.00113,"13.2":0.01528,"13.3":0.00226,"13.4-13.7":0.00849,"14.0-14.4":0.01868,"14.5-14.8":0.0266,"15.0-15.1":0.01528,"15.2-15.3":0.01415,"15.4":0.01698,"15.5":0.01981,"15.6-15.8":0.21225,"16.0":0.04019,"16.1":0.0849,"16.2":0.04302,"16.3":0.07301,"16.4":0.01472,"16.5":0.02943,"16.6-16.7":0.27847,"17.0":0.02038,"17.1":0.03396,"17.2":0.0283,"17.3":0.04302,"17.4":0.09226,"17.5":0.27564,"17.6-17.7":2.38114,"18.0":0.84447,"18.1":0.74202,"18.2":0.03},P:{"4":0.03073,"20":0.02048,"21":0.06145,"22":0.10242,"23":0.08193,"24":0.27653,"25":0.11266,"26":1.2495,"27":0.83983,_:"5.0-5.4 8.2 9.2 10.1 12.0 13.0 14.0 15.0","6.2-6.4":0.01024,"7.2-7.4":0.13314,"11.1-11.2":0.03073,"16.0":0.02048,"17.0":0.02048,"18.0":0.01024,"19.0":0.07169},I:{"0":0.03508,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00005},A:{"10":0.00339,"11":0.02036,_:"6 7 8 9 5.5"},K:{"0":6.78865,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.00703,_:"3.0-3.1"},J:{_:"7 10"},Q:{"14.9":0.08437},O:{"0":0.82966},H:{"0":0.39},L:{"0":57.37383},R:{_:"0"},M:{"0":0.16171}};
1
+ module.exports={C:{"46":0.00307,"47":0.00307,"48":0.00307,"78":0.00307,"81":0.00307,"97":0.00307,"99":0.00613,"103":0.00307,"106":0.00307,"109":0.00307,"112":0.00307,"113":0.00307,"114":0.00307,"115":0.08278,"126":0.00307,"127":0.0184,"128":0.02146,"129":0.00613,"130":0.00613,"131":0.00613,"132":0.0092,"133":0.0184,"134":0.43537,"135":0.97805,"136":0.04599,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 49 50 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 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 98 100 101 102 104 105 107 108 110 111 116 117 118 119 120 121 122 123 124 125 137 138 3.5 3.6"},D:{"11":0.01533,"39":0.00307,"43":0.00307,"44":0.00307,"49":0.00613,"51":0.00307,"56":0.00307,"58":0.00307,"59":0.00307,"61":0.00307,"63":0.00307,"64":0.0092,"65":0.0092,"67":0.00307,"68":0.00307,"69":0.0092,"70":0.01226,"72":0.00307,"73":0.00307,"74":0.01226,"75":0.00613,"76":0.00307,"77":0.01226,"78":0.00307,"79":0.03986,"80":0.00307,"81":0.00613,"83":0.0092,"84":0.00307,"85":0.00307,"86":0.0092,"87":0.0184,"88":0.01533,"89":0.0092,"90":0.00307,"91":0.00613,"92":0.00613,"93":0.00613,"94":0.00613,"95":0.00307,"96":0.00307,"97":0.00613,"98":0.00613,"99":0.01226,"100":0.00613,"101":0.00307,"102":0.00613,"103":0.03679,"104":0.00613,"105":0.00613,"106":0.00613,"107":0.0092,"108":0.00613,"109":0.65919,"110":0.0092,"111":0.0184,"112":0.00307,"113":0.00307,"114":0.06132,"115":0.00307,"116":0.04292,"117":0.01533,"118":0.0184,"119":0.03373,"120":0.04292,"121":0.03373,"122":0.03373,"123":0.02146,"124":0.02759,"125":0.02453,"126":0.05212,"127":0.0184,"128":0.05825,"129":0.04906,"130":0.08891,"131":0.82169,"132":6.30063,"133":5.92658,"134":0.01226,_:"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 40 41 42 45 46 47 48 50 52 53 54 55 57 60 62 66 71 135 136"},F:{"34":0.00307,"40":0.0092,"42":0.00307,"44":0.00307,"45":0.00307,"46":0.00307,"64":0.00307,"79":0.0092,"82":0.00307,"84":0.00307,"86":0.00307,"87":0.04292,"95":0.03066,"110":0.00307,"112":0.00307,"113":0.01533,"114":0.03066,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 41 43 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 83 85 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 111 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.01226,"13":0.00613,"14":0.00613,"15":0.00307,"16":0.01226,"17":0.00613,"18":0.07052,"84":0.00613,"85":0.00307,"89":0.0092,"90":0.03373,"92":0.08585,"99":0.00307,"100":0.03679,"103":0.00307,"107":0.00613,"109":0.03066,"110":0.00307,"111":0.00613,"112":0.00613,"114":0.0092,"115":0.00307,"116":0.00307,"117":0.00307,"119":0.00613,"120":0.01533,"121":0.00613,"122":0.02146,"123":0.00613,"124":0.0092,"125":0.01533,"126":0.0184,"127":0.0092,"128":0.01226,"129":0.02759,"130":0.07665,"131":0.22075,"132":2.06648,"133":2.7594,_:"79 80 81 83 86 87 88 91 93 94 95 96 97 98 101 102 104 105 106 108 113 118"},E:{"14":0.00613,"15":0.00307,_:"0 4 5 6 7 8 9 10 11 12 13 3.1 3.2 5.1 6.1 7.1 10.1 12.1 15.2-15.3 17.0 18.4","9.1":0.00307,"11.1":0.00307,"13.1":0.02146,"14.1":0.04292,"15.1":0.00307,"15.4":0.00613,"15.5":0.0092,"15.6":0.08278,"16.0":0.00307,"16.1":0.00613,"16.2":0.00307,"16.3":0.02453,"16.4":0.00613,"16.5":0.00613,"16.6":0.03679,"17.1":0.02146,"17.2":0.01226,"17.3":0.03373,"17.4":0.02759,"17.5":0.04599,"17.6":0.11651,"18.0":0.03373,"18.1":0.16556,"18.2":0.07358,"18.3":0.34033},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00111,"5.0-5.1":0.00056,"6.0-6.1":0.00333,"7.0-7.1":0.00278,"8.1-8.4":0,"9.0-9.2":0.00111,"9.3":0.00833,"10.0-10.2":0.00111,"10.3":0.01277,"11.0-11.2":0.04388,"11.3-11.4":0.00389,"12.0-12.1":0.00222,"12.2-12.5":0.05887,"13.0-13.1":0.00111,"13.2":0.00167,"13.3":0.00222,"13.4-13.7":0.00833,"14.0-14.4":0.01833,"14.5-14.8":0.02555,"15.0-15.1":0.01333,"15.2-15.3":0.01333,"15.4":0.01611,"15.5":0.01833,"15.6-15.8":0.22716,"16.0":0.03277,"16.1":0.06832,"16.2":0.03444,"16.3":0.06221,"16.4":0.01389,"16.5":0.0261,"16.6-16.7":0.27049,"17.0":0.01666,"17.1":0.02944,"17.2":0.02333,"17.3":0.03277,"17.4":0.06776,"17.5":0.16107,"17.6-17.7":0.52986,"18.0":0.15607,"18.1":1.43352,"18.2":0.46099,"18.3":1.64291,"18.4":0.00333},P:{"4":0.03105,"20":0.01035,"21":0.05175,"22":0.0621,"23":0.0414,"24":0.15526,"25":0.09315,"26":0.14491,"27":1.99762,_:"5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 15.0","7.2-7.4":0.1035,"13.0":0.01035,"14.0":0.0207,"16.0":0.0207,"17.0":0.01035,"18.0":0.01035,"19.0":0.07245},I:{"0":0.06228,"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.00007},K:{"0":5.82258,_:"10 11 12 11.1 11.5 12.1"},A:{"10":0.00383,"11":0.02683,_:"6 7 8 9 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":59.3505},R:{_:"0"},M:{"0":0.14561},Q:{"14.9":0.07627},O:{"0":0.82515},H:{"0":0.21}};
@@ -1 +1 @@
1
- module.exports={C:{"3":0.00241,"34":0.00241,"52":0.00964,"77":0.01206,"78":0.00482,"110":0.00241,"115":0.22905,"125":0.00482,"127":0.00964,"128":0.0217,"129":0.00723,"130":0.00723,"131":0.04822,"132":0.68231,"133":0.06269,_:"2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 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 112 113 114 116 117 118 119 120 121 122 123 124 126 134 135 136 3.5 3.6"},D:{"11":0.00482,"43":0.00482,"45":0.00723,"47":0.00482,"49":0.00482,"50":0.00241,"52":0.00482,"56":0.00482,"58":0.02893,"63":0.00241,"64":0.00241,"65":0.00482,"66":0.00241,"68":0.00482,"69":0.00482,"70":0.00723,"72":0.00241,"73":0.00723,"74":0.00482,"75":0.00482,"76":0.00482,"77":0.00241,"78":0.00482,"79":0.03134,"80":0.00723,"81":0.01206,"83":0.0217,"84":0.00241,"85":0.00241,"86":0.00964,"87":0.03134,"88":0.01929,"89":0.00241,"90":0.00482,"91":0.00723,"92":0.00482,"93":0.01206,"94":0.01206,"95":0.00964,"96":0.00241,"98":0.10608,"99":0.00723,"100":0.00964,"101":0.00241,"102":0.00482,"103":0.03858,"104":0.00964,"105":0.00482,"106":0.01447,"107":0.00964,"108":0.01447,"109":1.23443,"110":0.01206,"111":0.01929,"112":0.00723,"113":0.00723,"114":0.02893,"115":0.00723,"116":0.06269,"117":0.00723,"118":0.01929,"119":0.03617,"120":0.03375,"121":0.01929,"122":0.0434,"123":0.06269,"124":0.05786,"125":0.05304,"126":0.06269,"127":0.05786,"128":0.12296,"129":0.32307,"130":6.29753,"131":3.92511,"132":0.00723,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 44 46 48 51 53 54 55 57 59 60 61 62 67 71 97 133 134"},F:{"79":0.00964,"83":0.00241,"84":0.00723,"85":0.0434,"86":0.00241,"95":0.03617,"109":0.00241,"112":0.00482,"113":0.02411,"114":0.48702,_:"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 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00241,"13":0.00241,"15":0.00241,"18":0.01206,"84":0.00482,"89":0.00482,"90":0.00723,"92":0.03134,"100":0.00482,"109":0.03134,"114":0.00964,"118":0.00723,"119":0.00482,"120":0.00482,"121":0.01206,"122":0.01206,"123":0.00723,"124":0.00964,"125":0.01447,"126":0.01929,"127":0.0217,"128":0.02893,"129":0.09403,"130":1.32605,"131":0.88966,_:"14 16 17 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"},E:{"14":0.00482,_:"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 15.2-15.3 15.4","5.1":0.00241,"12.1":0.00241,"13.1":0.01688,"14.1":0.01447,"15.1":0.00482,"15.5":0.00241,"15.6":0.05063,"16.0":0.00482,"16.1":0.00723,"16.2":0.00482,"16.3":0.00964,"16.4":0.00241,"16.5":0.00723,"16.6":0.04581,"17.0":0.00241,"17.1":0.00482,"17.2":0.00482,"17.3":0.00723,"17.4":0.01929,"17.5":0.03134,"17.6":0.10367,"18.0":0.05786,"18.1":0.07233,"18.2":0.00241},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0,"5.0-5.1":0.00167,"6.0-6.1":0,"7.0-7.1":0.01423,"8.1-8.4":0,"9.0-9.2":0.00084,"9.3":0.02009,"10.0-10.2":0.00418,"10.3":0.02678,"11.0-11.2":0.01088,"11.3-11.4":0.00335,"12.0-12.1":0.01339,"12.2-12.5":0.65617,"13.0-13.1":0.00837,"13.2":0.00251,"13.3":0.01172,"13.4-13.7":0.04603,"14.0-14.4":0.08872,"14.5-14.8":0.09374,"15.0-15.1":0.1088,"15.2-15.3":0.04603,"15.4":0.04436,"15.5":0.06612,"15.6-15.8":1.07298,"16.0":0.07867,"16.1":0.1222,"16.2":0.07114,"16.3":0.1222,"16.4":0.04268,"16.5":0.07867,"16.6-16.7":0.75326,"17.0":0.07449,"17.1":0.077,"17.2":0.06528,"17.3":0.08537,"17.4":0.15233,"17.5":0.42266,"17.6-17.7":1.75593,"18.0":1.2546,"18.1":0.82608,"18.2":0.03934},P:{"4":0.074,"20":0.01057,"21":0.04229,"22":0.08458,"23":0.05286,"24":0.12686,"25":0.10572,"26":1.18407,"27":0.89862,_:"5.0-5.4 8.2 9.2 10.1 12.0 14.0 15.0 18.0","6.2-6.4":0.01057,"7.2-7.4":0.13744,"11.1-11.2":0.01057,"13.0":0.01057,"16.0":0.01057,"17.0":0.02114,"19.0":0.04229},I:{"0":0.05278,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0.00001,"4.2-4.3":0.00003,"4.4":0,"4.4.3-4.4.4":0.00028},A:{"11":0.03134,_:"6 7 8 9 10 5.5"},K:{"0":5.19588,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.05312,_:"3.0-3.1"},J:{_:"7 10"},Q:{_:"14.9"},O:{"0":0.26558},H:{"0":0.7},L:{"0":63.9216},R:{_:"0"},M:{"0":0.20488}};
1
+ module.exports={C:{"34":0.00229,"52":0.00688,"77":0.01147,"78":0.00459,"115":0.18352,"126":0.00229,"127":0.00459,"128":0.02065,"131":0.00229,"132":0.00459,"133":0.00918,"134":0.14452,"135":0.56203,"136":0.00918,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 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 129 130 137 138 3.5 3.6"},D:{"11":0.00229,"43":0.00459,"45":0.00459,"47":0.00459,"49":0.00459,"50":0.00229,"52":0.00459,"56":0.00229,"58":0.02523,"64":0.00229,"65":0.00459,"66":0.00459,"68":0.00229,"69":0.00459,"70":0.00918,"71":0.00229,"72":0.00229,"73":0.00688,"74":0.00229,"75":0.00459,"76":0.00459,"77":0.00229,"78":0.00229,"79":0.02753,"80":0.00459,"81":0.00918,"83":0.01376,"84":0.00229,"85":0.00459,"86":0.00918,"87":0.0367,"88":0.00918,"89":0.00229,"90":0.00229,"91":0.00688,"92":0.00459,"93":0.01147,"94":0.00918,"95":0.01147,"96":0.00229,"97":0.00229,"98":0.04359,"99":0.00459,"100":0.00459,"101":0.00688,"102":0.00459,"103":0.02982,"104":0.02294,"105":0.00459,"106":0.01147,"107":0.00918,"108":0.01147,"109":1.04836,"110":0.01376,"111":0.01606,"112":0.00459,"113":0.00459,"114":0.02065,"115":0.00459,"116":0.04359,"117":0.00688,"118":0.01835,"119":0.03212,"120":0.02294,"121":0.01376,"122":0.02982,"123":0.04817,"124":0.04359,"125":0.03212,"126":0.039,"127":0.02523,"128":0.05506,"129":0.03441,"130":0.05276,"131":0.39686,"132":4.26684,"133":3.71169,"134":0.01147,"135":0.00229,_:"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 44 46 48 51 53 54 55 57 59 60 61 62 63 67 136"},F:{"79":0.00918,"82":0.00459,"84":0.00229,"85":0.00229,"86":0.01835,"87":0.05735,"95":0.04129,"113":0.00229,"114":0.01835,_:"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 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00918,"90":0.00688,"92":0.02065,"100":0.00459,"109":0.02753,"114":0.00688,"118":0.00688,"119":0.00688,"120":0.00229,"121":0.00459,"122":0.00918,"123":0.00688,"124":0.00688,"125":0.01147,"126":0.00688,"127":0.00918,"128":0.01376,"129":0.01376,"130":0.02523,"131":0.09176,"132":0.98413,"133":1.44981,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117"},E:{"14":0.00688,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 16.2 16.4 18.4","13.1":0.01376,"14.1":0.01376,"15.4":0.00229,"15.5":0.00229,"15.6":0.04129,"16.0":0.00459,"16.1":0.00459,"16.3":0.00688,"16.5":0.00459,"16.6":0.04359,"17.0":0.00229,"17.1":0.00688,"17.2":0.00459,"17.3":0.00459,"17.4":0.00918,"17.5":0.01835,"17.6":0.04359,"18.0":0.01147,"18.1":0.04588,"18.2":0.02982,"18.3":0.09405},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0,"5.0-5.1":0.00169,"6.0-6.1":0,"7.0-7.1":0.01013,"8.1-8.4":0,"9.0-9.2":0,"9.3":0.02027,"10.0-10.2":0.00338,"10.3":0.02111,"11.0-11.2":0.00845,"11.3-11.4":0.00253,"12.0-12.1":0.01013,"12.2-12.5":0.52195,"13.0-13.1":0.00591,"13.2":0.00169,"13.3":0.00929,"13.4-13.7":0.03378,"14.0-14.4":0.11064,"14.5-14.8":0.11993,"15.0-15.1":0.08784,"15.2-15.3":0.04138,"15.4":0.03463,"15.5":0.05152,"15.6-15.8":1.19339,"16.0":0.06757,"16.1":0.10388,"16.2":0.05828,"16.3":0.11486,"16.4":0.03716,"16.5":0.07179,"16.6-16.7":0.79644,"17.0":0.05574,"17.1":0.05912,"17.2":0.04561,"17.3":0.06672,"17.4":0.11148,"17.5":0.26858,"17.6-17.7":0.53462,"18.0":0.39188,"18.1":1.32599,"18.2":0.78968,"18.3":1.24744,"18.4":0.00253},P:{"4":0.06399,"20":0.01067,"21":0.032,"22":0.07466,"23":0.04266,"24":0.12798,"25":0.09599,"26":0.19198,"27":1.95176,_:"5.0-5.4 6.2-6.4 8.2 9.2 10.1 12.0 14.0 15.0 18.0","7.2-7.4":0.11732,"11.1-11.2":0.01067,"13.0":0.01067,"16.0":0.01067,"17.0":0.032,"19.0":0.032},I:{"0":0.046,"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.00019},K:{"0":4.7232,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.03441,_:"6 7 8 9 10 5.5"},S:{"2.5":0.03853,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":67.19065},R:{_:"0"},M:{"0":0.21577},Q:{_:"14.9"},O:{"0":0.22347},H:{"0":0.54}};
@@ -1 +1 @@
1
- module.exports={C:{_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 3.5 3.6"},D:{"109":0.0158,"115":0.08295,"121":0.0158,"126":0.02765,"130":0.0158,"131":0.47795,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 116 117 118 119 120 122 123 124 125 127 128 129 132 133 134"},F:{_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131"},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.4","15.1":0.15405,"15.2-15.3":0.3081,"15.5":0.0158,"15.6":1.1692,"16.0":0.0553,"16.1":0.2686,"16.2":0.1264,"16.3":1.70245,"16.4":0.15405,"16.5":0.20935,"16.6":1.37855,"17.0":0.0553,"17.1":0.20935,"17.2":1.01515,"17.3":0.42265,"17.4":4.15145,"17.5":5.17845,"17.6":12.7506,"18.0":2.8993,"18.1":2.5912,"18.2":0.09875},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0,"8.1-8.4":0,"9.0-9.2":0,"9.3":0,"10.0-10.2":0,"10.3":0,"11.0-11.2":0,"11.3-11.4":0,"12.0-12.1":0,"12.2-12.5":0,"13.0-13.1":0,"13.2":0,"13.3":0,"13.4-13.7":0,"14.0-14.4":0,"14.5-14.8":0,"15.0-15.1":0.11013,"15.2-15.3":0.04405,"15.4":0.02753,"15.5":0.02753,"15.6-15.8":0.3249,"16.0":0.50662,"16.1":1.71259,"16.2":0.20925,"16.3":1.13989,"16.4":0.4075,"16.5":0.18172,"16.6-16.7":3.82166,"17.0":0.23679,"17.1":0.09912,"17.2":0.09912,"17.3":0.19824,"17.4":0.92513,"17.5":4.70824,"17.6-17.7":34.49403,"18.0":2.90754,"18.1":2.57163,"18.2":0.30838},P:{"26":0.0968,_:"4 20 21 22 23 24 25 27 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},A:{_:"6 7 8 9 10 11 5.5"},K:{"0":0,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},Q:{"14.9":0.0968},O:{_:"0"},H:{"0":0},L:{"0":4.9271},R:{_:"0"},M:{"0":0.11495}};
1
+ module.exports={C:{_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 3.5 3.6"},D:{"133":3.70736,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 134 135 136"},F:{_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"132":0.01985,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 133"},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.4 16.0","15.1":0.34245,"15.2-15.3":0.08933,"15.5":0.07445,"15.6":0.75934,"16.1":0.45163,"16.2":0.05459,"16.3":1.37475,"16.4":0.07445,"16.5":1.28542,"16.6":4.63048,"17.0":0.25311,"17.1":3.81655,"17.2":1.10179,"17.3":0.83378,"17.4":2.94802,"17.5":2.96787,"17.6":15.26619,"18.0":2.46165,"18.1":2.0249,"18.2":1.77179,"18.3":2.13409,"18.4":0.01985},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0,"8.1-8.4":0,"9.0-9.2":0,"9.3":0,"10.0-10.2":0,"10.3":0,"11.0-11.2":0,"11.3-11.4":0,"12.0-12.1":0,"12.2-12.5":0,"13.0-13.1":0,"13.2":0,"13.3":0,"13.4-13.7":0,"14.0-14.4":0,"14.5-14.8":0,"15.0-15.1":0.05404,"15.2-15.3":0.32914,"15.4":0,"15.5":0,"15.6-15.8":0.31932,"16.0":0.61407,"16.1":2.46119,"16.2":1.28218,"16.3":0.37827,"16.4":0.03439,"16.5":0.36353,"16.6-16.7":10.83218,"17.0":0.14246,"17.1":0.68776,"17.2":0.57968,"17.3":0.16211,"17.4":1.49833,"17.5":3.61564,"17.6-17.7":9.63843,"18.0":0.25545,"18.1":5.281,"18.2":1.28218,"18.3":9.0784,"18.4":0.2358},P:{_:"4 20 21 22 23 24 25 26 27 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":0,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":0.73051},R:{_:"0"},M:{_:"0"},Q:{_:"14.9"},O:{_:"0"},H:{"0":0}};