immosquare-cleaner 0.1.64 → 0.1.66

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 (1315) hide show
  1. checksums.yaml +4 -4
  2. data/lib/immosquare-cleaner/version.rb +1 -1
  3. data/lib/immosquare-cleaner.rb +53 -52
  4. data/lib/tasks/immosquare_cleaner.rake +17 -1
  5. data/linters/eslint.config.mjs +14 -0
  6. data/linters/rubocop/cop/custom_cops/style/font_awesome_normalization.rb +2 -0
  7. data/node_modules/@babel/compat-data/data/plugins.json +6 -7
  8. data/node_modules/@babel/compat-data/package.json +2 -2
  9. data/node_modules/@babel/core/lib/config/files/configuration.js +3 -0
  10. data/node_modules/@babel/core/lib/config/files/configuration.js.map +1 -1
  11. data/node_modules/@babel/core/lib/config/files/module-types.js +74 -63
  12. data/node_modules/@babel/core/lib/config/files/module-types.js.map +1 -1
  13. data/node_modules/@babel/core/lib/config/files/plugins.js +1 -0
  14. data/node_modules/@babel/core/lib/config/files/plugins.js.map +1 -1
  15. data/node_modules/@babel/core/lib/config/partial.js +1 -1
  16. data/node_modules/@babel/core/lib/config/partial.js.map +1 -1
  17. data/node_modules/@babel/core/lib/index.js +1 -2
  18. data/node_modules/@babel/core/lib/index.js.map +1 -1
  19. data/node_modules/@babel/core/lib/parser/index.js.map +1 -1
  20. data/node_modules/@babel/core/lib/transformation/file/babel-7-helpers.cjs +3 -1
  21. data/node_modules/@babel/core/lib/transformation/file/babel-7-helpers.cjs.map +1 -1
  22. data/node_modules/@babel/core/lib/transformation/file/file.js +2 -4
  23. data/node_modules/@babel/core/lib/transformation/file/file.js.map +1 -1
  24. data/node_modules/@babel/core/lib/transformation/normalize-file.js.map +1 -1
  25. data/node_modules/@babel/core/lib/transformation/util/clone-deep.js +27 -7
  26. data/node_modules/@babel/core/lib/transformation/util/clone-deep.js.map +1 -1
  27. data/node_modules/@babel/core/package.json +13 -14
  28. data/node_modules/@babel/generator/lib/generators/classes.js +7 -4
  29. data/node_modules/@babel/generator/lib/generators/classes.js.map +1 -1
  30. data/node_modules/@babel/generator/lib/generators/deprecated.js +28 -0
  31. data/node_modules/@babel/generator/lib/generators/deprecated.js.map +1 -0
  32. data/node_modules/@babel/generator/lib/generators/expressions.js +9 -3
  33. data/node_modules/@babel/generator/lib/generators/expressions.js.map +1 -1
  34. data/node_modules/@babel/generator/lib/generators/jsx.js +6 -1
  35. data/node_modules/@babel/generator/lib/generators/jsx.js.map +1 -1
  36. data/node_modules/@babel/generator/lib/generators/template-literals.js +16 -11
  37. data/node_modules/@babel/generator/lib/generators/template-literals.js.map +1 -1
  38. data/node_modules/@babel/generator/lib/generators/types.js +0 -9
  39. data/node_modules/@babel/generator/lib/generators/types.js.map +1 -1
  40. data/node_modules/@babel/generator/lib/generators/typescript.js +36 -18
  41. data/node_modules/@babel/generator/lib/generators/typescript.js.map +1 -1
  42. data/node_modules/@babel/generator/lib/node/parentheses.js +40 -3
  43. data/node_modules/@babel/generator/lib/node/parentheses.js.map +1 -1
  44. data/node_modules/@babel/generator/lib/printer.js +4 -3
  45. data/node_modules/@babel/generator/lib/printer.js.map +1 -1
  46. data/node_modules/@babel/generator/package.json +5 -5
  47. data/node_modules/@babel/helper-compilation-targets/lib/index.js +1 -1
  48. data/node_modules/@babel/helper-compilation-targets/lib/index.js.map +1 -1
  49. data/node_modules/@babel/helper-compilation-targets/package.json +2 -2
  50. data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js +1 -9
  51. data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js.map +1 -1
  52. data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js +9 -0
  53. data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js.map +1 -1
  54. data/node_modules/@babel/helper-create-class-features-plugin/lib/features.js +1 -1
  55. data/node_modules/@babel/helper-create-class-features-plugin/lib/features.js.map +1 -1
  56. data/node_modules/@babel/helper-create-class-features-plugin/lib/index.js +8 -8
  57. data/node_modules/@babel/helper-create-class-features-plugin/lib/index.js.map +1 -1
  58. data/node_modules/@babel/helper-create-class-features-plugin/package.json +5 -5
  59. data/node_modules/@babel/helper-plugin-utils/lib/index.js.map +1 -1
  60. data/node_modules/@babel/helper-plugin-utils/package.json +2 -2
  61. data/node_modules/@babel/helper-replace-supers/lib/index.js.map +1 -1
  62. data/node_modules/@babel/helper-replace-supers/package.json +3 -3
  63. data/node_modules/@babel/helpers/lib/helpers/asyncIterator.js.map +1 -1
  64. data/node_modules/@babel/helpers/lib/helpers/isNativeFunction.js.map +1 -1
  65. data/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js +1 -1
  66. data/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js.map +1 -1
  67. data/node_modules/@babel/helpers/lib/helpers/objectWithoutPropertiesLoose.js +1 -1
  68. data/node_modules/@babel/helpers/lib/helpers/objectWithoutPropertiesLoose.js.map +1 -1
  69. data/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js +7 -3
  70. data/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js.map +1 -1
  71. data/node_modules/@babel/helpers/lib/helpers-generated.js +3 -3
  72. data/node_modules/@babel/helpers/lib/helpers-generated.js.map +1 -1
  73. data/node_modules/@babel/helpers/package.json +5 -5
  74. data/node_modules/@babel/parser/lib/index.js +426 -236
  75. data/node_modules/@babel/parser/lib/index.js.map +1 -1
  76. data/node_modules/@babel/parser/package.json +2 -2
  77. data/node_modules/@babel/parser/typings/babel-parser.d.ts +127 -164
  78. data/node_modules/@babel/plugin-transform-flow-strip-types/lib/index.js +6 -0
  79. data/node_modules/@babel/plugin-transform-flow-strip-types/lib/index.js.map +1 -1
  80. data/node_modules/@babel/plugin-transform-flow-strip-types/package.json +4 -4
  81. data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/lib/index.js +3 -2
  82. data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/lib/index.js.map +1 -1
  83. data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/package.json +3 -3
  84. data/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js +3 -1
  85. data/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js.map +1 -1
  86. data/node_modules/@babel/plugin-transform-typescript/lib/enum.js +24 -11
  87. data/node_modules/@babel/plugin-transform-typescript/lib/enum.js.map +1 -1
  88. data/node_modules/@babel/plugin-transform-typescript/lib/index.js +38 -9
  89. data/node_modules/@babel/plugin-transform-typescript/lib/index.js.map +1 -1
  90. data/node_modules/@babel/plugin-transform-typescript/lib/namespace.js +2 -0
  91. data/node_modules/@babel/plugin-transform-typescript/lib/namespace.js.map +1 -1
  92. data/node_modules/@babel/plugin-transform-typescript/package.json +5 -5
  93. data/node_modules/@babel/template/lib/options.js.map +1 -1
  94. data/node_modules/@babel/template/lib/parse.js.map +1 -1
  95. data/node_modules/@babel/template/package.json +4 -4
  96. data/node_modules/@babel/traverse/lib/cache.js +4 -5
  97. data/node_modules/@babel/traverse/lib/cache.js.map +1 -1
  98. data/node_modules/@babel/traverse/lib/path/conversion.js +1 -2
  99. data/node_modules/@babel/traverse/lib/path/conversion.js.map +1 -1
  100. data/node_modules/@babel/traverse/lib/path/evaluation.js +17 -0
  101. data/node_modules/@babel/traverse/lib/path/evaluation.js.map +1 -1
  102. data/node_modules/@babel/traverse/lib/path/lib/hoister.js.map +1 -1
  103. data/node_modules/@babel/traverse/lib/path/modification.js +1 -1
  104. data/node_modules/@babel/traverse/lib/path/modification.js.map +1 -1
  105. data/node_modules/@babel/traverse/lib/path/replacement.js.map +1 -1
  106. data/node_modules/@babel/traverse/lib/scope/index.js +9 -2
  107. data/node_modules/@babel/traverse/lib/scope/index.js.map +1 -1
  108. data/node_modules/@babel/traverse/lib/visitors.js +1 -1
  109. data/node_modules/@babel/traverse/lib/visitors.js.map +1 -1
  110. data/node_modules/@babel/traverse/package.json +6 -6
  111. data/node_modules/@babel/types/lib/asserts/generated/index.js +8 -0
  112. data/node_modules/@babel/types/lib/asserts/generated/index.js.map +1 -1
  113. data/node_modules/@babel/types/lib/ast-types/generated/index.js.map +1 -1
  114. data/node_modules/@babel/types/lib/builders/generated/index.js +22 -2858
  115. data/node_modules/@babel/types/lib/builders/generated/index.js.map +1 -1
  116. data/node_modules/@babel/types/lib/builders/generated/lowercase.js +2886 -0
  117. data/node_modules/@babel/types/lib/builders/generated/lowercase.js.map +1 -0
  118. data/node_modules/@babel/types/lib/builders/generated/uppercase.js +267 -255
  119. data/node_modules/@babel/types/lib/builders/generated/uppercase.js.map +1 -1
  120. data/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js.map +1 -1
  121. data/node_modules/@babel/types/lib/converters/toSequenceExpression.js.map +1 -1
  122. data/node_modules/@babel/types/lib/definitions/core.js +26 -17
  123. data/node_modules/@babel/types/lib/definitions/core.js.map +1 -1
  124. data/node_modules/@babel/types/lib/definitions/flow.js +6 -3
  125. data/node_modules/@babel/types/lib/definitions/flow.js.map +1 -1
  126. data/node_modules/@babel/types/lib/definitions/jsx.js +9 -4
  127. data/node_modules/@babel/types/lib/definitions/jsx.js.map +1 -1
  128. data/node_modules/@babel/types/lib/definitions/typescript.js +51 -26
  129. data/node_modules/@babel/types/lib/definitions/typescript.js.map +1 -1
  130. data/node_modules/@babel/types/lib/definitions/utils.js +2 -2
  131. data/node_modules/@babel/types/lib/definitions/utils.js.map +1 -1
  132. data/node_modules/@babel/types/lib/index-legacy.d.ts +27 -7
  133. data/node_modules/@babel/types/lib/index.d.ts +1178 -1156
  134. data/node_modules/@babel/types/lib/index.js +10 -21
  135. data/node_modules/@babel/types/lib/index.js.flow +26 -6
  136. data/node_modules/@babel/types/lib/index.js.map +1 -1
  137. data/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js +9 -8
  138. data/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js.map +1 -1
  139. data/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js +1 -0
  140. data/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js.map +1 -1
  141. data/node_modules/@babel/types/lib/validators/generated/index.js +17 -0
  142. data/node_modules/@babel/types/lib/validators/generated/index.js.map +1 -1
  143. data/node_modules/@babel/types/package.json +12 -12
  144. data/node_modules/@eslint-community/eslint-utils/index.js +21 -1
  145. data/node_modules/@eslint-community/eslint-utils/index.js.map +1 -1
  146. data/node_modules/@eslint-community/eslint-utils/index.mjs +21 -1
  147. data/node_modules/@eslint-community/eslint-utils/index.mjs.map +1 -1
  148. data/node_modules/@eslint-community/eslint-utils/package.json +1 -1
  149. data/node_modules/acorn/CHANGELOG.md +12 -0
  150. data/node_modules/acorn/dist/acorn.js +33 -24
  151. data/node_modules/acorn/dist/acorn.mjs +33 -24
  152. data/node_modules/acorn/package.json +1 -1
  153. data/node_modules/async-function/CHANGELOG.md +16 -0
  154. data/node_modules/{jscodeshift → async-function}/LICENSE +1 -1
  155. data/node_modules/async-function/README.md +51 -0
  156. data/node_modules/async-function/index.d.mts +3 -0
  157. data/node_modules/async-function/index.d.ts +13 -0
  158. data/node_modules/async-function/index.js +8 -0
  159. data/node_modules/async-function/index.mjs +4 -0
  160. data/node_modules/async-function/legacy.js +18 -0
  161. data/node_modules/async-function/package.json +86 -0
  162. data/node_modules/async-function/require.mjs +5 -0
  163. data/node_modules/async-function/test/index.js +40 -0
  164. data/node_modules/async-function/tsconfig.json +9 -0
  165. data/node_modules/browserslist/index.js +23 -4
  166. data/node_modules/browserslist/node.js +69 -60
  167. data/node_modules/browserslist/package.json +1 -1
  168. data/node_modules/call-bind-apply-helpers/CHANGELOG.md +7 -0
  169. data/node_modules/call-bind-apply-helpers/index.d.ts +38 -20
  170. data/node_modules/call-bind-apply-helpers/index.js +1 -1
  171. data/node_modules/call-bind-apply-helpers/package.json +8 -8
  172. data/node_modules/call-bind-apply-helpers/test/index.js +4 -4
  173. data/node_modules/call-bound/CHANGELOG.md +8 -0
  174. data/node_modules/call-bound/index.d.ts +91 -10
  175. data/node_modules/call-bound/index.js +4 -3
  176. data/node_modules/call-bound/package.json +10 -10
  177. data/node_modules/call-bound/test/index.js +11 -4
  178. data/node_modules/call-bound/tsconfig.json +2 -1
  179. data/node_modules/caniuse-lite/data/agents.js +1 -1
  180. data/node_modules/caniuse-lite/data/browserVersions.js +1 -1
  181. data/node_modules/caniuse-lite/data/features/aac.js +1 -1
  182. data/node_modules/caniuse-lite/data/features/abortcontroller.js +1 -1
  183. data/node_modules/caniuse-lite/data/features/ac3-ec3.js +1 -1
  184. data/node_modules/caniuse-lite/data/features/accelerometer.js +1 -1
  185. data/node_modules/caniuse-lite/data/features/addeventlistener.js +1 -1
  186. data/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +1 -1
  187. data/node_modules/caniuse-lite/data/features/ambient-light.js +1 -1
  188. data/node_modules/caniuse-lite/data/features/apng.js +1 -1
  189. data/node_modules/caniuse-lite/data/features/array-find-index.js +1 -1
  190. data/node_modules/caniuse-lite/data/features/array-find.js +1 -1
  191. data/node_modules/caniuse-lite/data/features/array-flat.js +1 -1
  192. data/node_modules/caniuse-lite/data/features/array-includes.js +1 -1
  193. data/node_modules/caniuse-lite/data/features/arrow-functions.js +1 -1
  194. data/node_modules/caniuse-lite/data/features/asmjs.js +1 -1
  195. data/node_modules/caniuse-lite/data/features/async-clipboard.js +1 -1
  196. data/node_modules/caniuse-lite/data/features/async-functions.js +1 -1
  197. data/node_modules/caniuse-lite/data/features/atob-btoa.js +1 -1
  198. data/node_modules/caniuse-lite/data/features/audio-api.js +1 -1
  199. data/node_modules/caniuse-lite/data/features/audio.js +1 -1
  200. data/node_modules/caniuse-lite/data/features/audiotracks.js +1 -1
  201. data/node_modules/caniuse-lite/data/features/autofocus.js +1 -1
  202. data/node_modules/caniuse-lite/data/features/auxclick.js +1 -1
  203. data/node_modules/caniuse-lite/data/features/av1.js +1 -1
  204. data/node_modules/caniuse-lite/data/features/avif.js +1 -1
  205. data/node_modules/caniuse-lite/data/features/background-attachment.js +1 -1
  206. data/node_modules/caniuse-lite/data/features/background-clip-text.js +1 -1
  207. data/node_modules/caniuse-lite/data/features/background-img-opts.js +1 -1
  208. data/node_modules/caniuse-lite/data/features/background-position-x-y.js +1 -1
  209. data/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +1 -1
  210. data/node_modules/caniuse-lite/data/features/background-sync.js +1 -1
  211. data/node_modules/caniuse-lite/data/features/battery-status.js +1 -1
  212. data/node_modules/caniuse-lite/data/features/beacon.js +1 -1
  213. data/node_modules/caniuse-lite/data/features/beforeafterprint.js +1 -1
  214. data/node_modules/caniuse-lite/data/features/bigint.js +1 -1
  215. data/node_modules/caniuse-lite/data/features/blobbuilder.js +1 -1
  216. data/node_modules/caniuse-lite/data/features/bloburls.js +1 -1
  217. data/node_modules/caniuse-lite/data/features/border-image.js +1 -1
  218. data/node_modules/caniuse-lite/data/features/border-radius.js +1 -1
  219. data/node_modules/caniuse-lite/data/features/broadcastchannel.js +1 -1
  220. data/node_modules/caniuse-lite/data/features/brotli.js +1 -1
  221. data/node_modules/caniuse-lite/data/features/calc.js +1 -1
  222. data/node_modules/caniuse-lite/data/features/canvas-blending.js +1 -1
  223. data/node_modules/caniuse-lite/data/features/canvas-text.js +1 -1
  224. data/node_modules/caniuse-lite/data/features/canvas.js +1 -1
  225. data/node_modules/caniuse-lite/data/features/ch-unit.js +1 -1
  226. data/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +1 -1
  227. data/node_modules/caniuse-lite/data/features/channel-messaging.js +1 -1
  228. data/node_modules/caniuse-lite/data/features/childnode-remove.js +1 -1
  229. data/node_modules/caniuse-lite/data/features/classlist.js +1 -1
  230. data/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +1 -1
  231. data/node_modules/caniuse-lite/data/features/clipboard.js +1 -1
  232. data/node_modules/caniuse-lite/data/features/colr-v1.js +1 -1
  233. data/node_modules/caniuse-lite/data/features/colr.js +1 -1
  234. data/node_modules/caniuse-lite/data/features/comparedocumentposition.js +1 -1
  235. data/node_modules/caniuse-lite/data/features/console-basic.js +1 -1
  236. data/node_modules/caniuse-lite/data/features/console-time.js +1 -1
  237. data/node_modules/caniuse-lite/data/features/const.js +1 -1
  238. data/node_modules/caniuse-lite/data/features/constraint-validation.js +1 -1
  239. data/node_modules/caniuse-lite/data/features/contenteditable.js +1 -1
  240. data/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +1 -1
  241. data/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +1 -1
  242. data/node_modules/caniuse-lite/data/features/cookie-store-api.js +1 -1
  243. data/node_modules/caniuse-lite/data/features/cors.js +1 -1
  244. data/node_modules/caniuse-lite/data/features/createimagebitmap.js +1 -1
  245. data/node_modules/caniuse-lite/data/features/credential-management.js +1 -1
  246. data/node_modules/caniuse-lite/data/features/cryptography.js +1 -1
  247. data/node_modules/caniuse-lite/data/features/css-all.js +1 -1
  248. data/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +1 -1
  249. data/node_modules/caniuse-lite/data/features/css-animation.js +1 -1
  250. data/node_modules/caniuse-lite/data/features/css-any-link.js +1 -1
  251. data/node_modules/caniuse-lite/data/features/css-appearance.js +1 -1
  252. data/node_modules/caniuse-lite/data/features/css-at-counter-style.js +1 -1
  253. data/node_modules/caniuse-lite/data/features/css-autofill.js +1 -1
  254. data/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +1 -1
  255. data/node_modules/caniuse-lite/data/features/css-background-offsets.js +1 -1
  256. data/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +1 -1
  257. data/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +1 -1
  258. data/node_modules/caniuse-lite/data/features/css-boxshadow.js +1 -1
  259. data/node_modules/caniuse-lite/data/features/css-canvas.js +1 -1
  260. data/node_modules/caniuse-lite/data/features/css-caret-color.js +1 -1
  261. data/node_modules/caniuse-lite/data/features/css-cascade-layers.js +1 -1
  262. data/node_modules/caniuse-lite/data/features/css-cascade-scope.js +1 -1
  263. data/node_modules/caniuse-lite/data/features/css-case-insensitive.js +1 -1
  264. data/node_modules/caniuse-lite/data/features/css-clip-path.js +1 -1
  265. data/node_modules/caniuse-lite/data/features/css-color-adjust.js +1 -1
  266. data/node_modules/caniuse-lite/data/features/css-color-function.js +1 -1
  267. data/node_modules/caniuse-lite/data/features/css-conic-gradients.js +1 -1
  268. data/node_modules/caniuse-lite/data/features/css-container-queries-style.js +1 -1
  269. data/node_modules/caniuse-lite/data/features/css-container-queries.js +1 -1
  270. data/node_modules/caniuse-lite/data/features/css-container-query-units.js +1 -1
  271. data/node_modules/caniuse-lite/data/features/css-containment.js +1 -1
  272. data/node_modules/caniuse-lite/data/features/css-content-visibility.js +1 -1
  273. data/node_modules/caniuse-lite/data/features/css-counters.js +1 -1
  274. data/node_modules/caniuse-lite/data/features/css-crisp-edges.js +1 -1
  275. data/node_modules/caniuse-lite/data/features/css-cross-fade.js +1 -1
  276. data/node_modules/caniuse-lite/data/features/css-default-pseudo.js +1 -1
  277. data/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +1 -1
  278. data/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +1 -1
  279. data/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +1 -1
  280. data/node_modules/caniuse-lite/data/features/css-display-contents.js +1 -1
  281. data/node_modules/caniuse-lite/data/features/css-element-function.js +1 -1
  282. data/node_modules/caniuse-lite/data/features/css-env-function.js +1 -1
  283. data/node_modules/caniuse-lite/data/features/css-exclusions.js +1 -1
  284. data/node_modules/caniuse-lite/data/features/css-featurequeries.js +1 -1
  285. data/node_modules/caniuse-lite/data/features/css-file-selector-button.js +1 -1
  286. data/node_modules/caniuse-lite/data/features/css-filter-function.js +1 -1
  287. data/node_modules/caniuse-lite/data/features/css-filters.js +1 -1
  288. data/node_modules/caniuse-lite/data/features/css-first-letter.js +1 -1
  289. data/node_modules/caniuse-lite/data/features/css-first-line.js +1 -1
  290. data/node_modules/caniuse-lite/data/features/css-fixed.js +1 -1
  291. data/node_modules/caniuse-lite/data/features/css-focus-visible.js +1 -1
  292. data/node_modules/caniuse-lite/data/features/css-focus-within.js +1 -1
  293. data/node_modules/caniuse-lite/data/features/css-font-palette.js +1 -1
  294. data/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +1 -1
  295. data/node_modules/caniuse-lite/data/features/css-font-stretch.js +1 -1
  296. data/node_modules/caniuse-lite/data/features/css-gencontent.js +1 -1
  297. data/node_modules/caniuse-lite/data/features/css-gradients.js +1 -1
  298. data/node_modules/caniuse-lite/data/features/css-grid-animation.js +1 -1
  299. data/node_modules/caniuse-lite/data/features/css-grid.js +1 -1
  300. data/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +1 -1
  301. data/node_modules/caniuse-lite/data/features/css-has.js +1 -1
  302. data/node_modules/caniuse-lite/data/features/css-hyphens.js +1 -1
  303. data/node_modules/caniuse-lite/data/features/css-image-orientation.js +1 -1
  304. data/node_modules/caniuse-lite/data/features/css-image-set.js +1 -1
  305. data/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +1 -1
  306. data/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +1 -1
  307. data/node_modules/caniuse-lite/data/features/css-initial-letter.js +1 -1
  308. data/node_modules/caniuse-lite/data/features/css-initial-value.js +1 -1
  309. data/node_modules/caniuse-lite/data/features/css-lch-lab.js +1 -1
  310. data/node_modules/caniuse-lite/data/features/css-letter-spacing.js +1 -1
  311. data/node_modules/caniuse-lite/data/features/css-line-clamp.js +1 -1
  312. data/node_modules/caniuse-lite/data/features/css-logical-props.js +1 -1
  313. data/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +1 -1
  314. data/node_modules/caniuse-lite/data/features/css-masks.js +1 -1
  315. data/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +1 -1
  316. data/node_modules/caniuse-lite/data/features/css-math-functions.js +1 -1
  317. data/node_modules/caniuse-lite/data/features/css-media-interaction.js +1 -1
  318. data/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +1 -1
  319. data/node_modules/caniuse-lite/data/features/css-media-resolution.js +1 -1
  320. data/node_modules/caniuse-lite/data/features/css-media-scripting.js +1 -1
  321. data/node_modules/caniuse-lite/data/features/css-mediaqueries.js +1 -1
  322. data/node_modules/caniuse-lite/data/features/css-mixblendmode.js +1 -1
  323. data/node_modules/caniuse-lite/data/features/css-module-scripts.js +1 -1
  324. data/node_modules/caniuse-lite/data/features/css-motion-paths.js +1 -1
  325. data/node_modules/caniuse-lite/data/features/css-namespaces.js +1 -1
  326. data/node_modules/caniuse-lite/data/features/css-nesting.js +1 -1
  327. data/node_modules/caniuse-lite/data/features/css-not-sel-list.js +1 -1
  328. data/node_modules/caniuse-lite/data/features/css-nth-child-of.js +1 -1
  329. data/node_modules/caniuse-lite/data/features/css-opacity.js +1 -1
  330. data/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +1 -1
  331. data/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +1 -1
  332. data/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +1 -1
  333. data/node_modules/caniuse-lite/data/features/css-overflow.js +1 -1
  334. data/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +1 -1
  335. data/node_modules/caniuse-lite/data/features/css-page-break.js +1 -1
  336. data/node_modules/caniuse-lite/data/features/css-paged-media.js +1 -1
  337. data/node_modules/caniuse-lite/data/features/css-paint-api.js +1 -1
  338. data/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +1 -1
  339. data/node_modules/caniuse-lite/data/features/css-placeholder.js +1 -1
  340. data/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +1 -1
  341. data/node_modules/caniuse-lite/data/features/css-read-only-write.js +1 -1
  342. data/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +1 -1
  343. data/node_modules/caniuse-lite/data/features/css-reflections.js +1 -1
  344. data/node_modules/caniuse-lite/data/features/css-regions.js +1 -1
  345. data/node_modules/caniuse-lite/data/features/css-relative-colors.js +1 -1
  346. data/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +1 -1
  347. data/node_modules/caniuse-lite/data/features/css-resize.js +1 -1
  348. data/node_modules/caniuse-lite/data/features/css-revert-value.js +1 -1
  349. data/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +1 -1
  350. data/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +1 -1
  351. data/node_modules/caniuse-lite/data/features/css-scrollbar.js +1 -1
  352. data/node_modules/caniuse-lite/data/features/css-sel2.js +1 -1
  353. data/node_modules/caniuse-lite/data/features/css-sel3.js +1 -1
  354. data/node_modules/caniuse-lite/data/features/css-selection.js +1 -1
  355. data/node_modules/caniuse-lite/data/features/css-shapes.js +1 -1
  356. data/node_modules/caniuse-lite/data/features/css-snappoints.js +1 -1
  357. data/node_modules/caniuse-lite/data/features/css-sticky.js +1 -1
  358. data/node_modules/caniuse-lite/data/features/css-subgrid.js +1 -1
  359. data/node_modules/caniuse-lite/data/features/css-supports-api.js +1 -1
  360. data/node_modules/caniuse-lite/data/features/css-table.js +1 -1
  361. data/node_modules/caniuse-lite/data/features/css-text-align-last.js +1 -1
  362. data/node_modules/caniuse-lite/data/features/css-text-box-trim.js +1 -1
  363. data/node_modules/caniuse-lite/data/features/css-text-indent.js +1 -1
  364. data/node_modules/caniuse-lite/data/features/css-text-justify.js +1 -1
  365. data/node_modules/caniuse-lite/data/features/css-text-orientation.js +1 -1
  366. data/node_modules/caniuse-lite/data/features/css-text-spacing.js +1 -1
  367. data/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +1 -1
  368. data/node_modules/caniuse-lite/data/features/css-textshadow.js +1 -1
  369. data/node_modules/caniuse-lite/data/features/css-touch-action.js +1 -1
  370. data/node_modules/caniuse-lite/data/features/css-transitions.js +1 -1
  371. data/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +1 -1
  372. data/node_modules/caniuse-lite/data/features/css-unset-value.js +1 -1
  373. data/node_modules/caniuse-lite/data/features/css-variables.js +1 -1
  374. data/node_modules/caniuse-lite/data/features/css-when-else.js +1 -1
  375. data/node_modules/caniuse-lite/data/features/css-widows-orphans.js +1 -1
  376. data/node_modules/caniuse-lite/data/features/css-width-stretch.js +1 -1
  377. data/node_modules/caniuse-lite/data/features/css-writing-mode.js +1 -1
  378. data/node_modules/caniuse-lite/data/features/css-zoom.js +1 -1
  379. data/node_modules/caniuse-lite/data/features/css3-attr.js +1 -1
  380. data/node_modules/caniuse-lite/data/features/css3-boxsizing.js +1 -1
  381. data/node_modules/caniuse-lite/data/features/css3-colors.js +1 -1
  382. data/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +1 -1
  383. data/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +1 -1
  384. data/node_modules/caniuse-lite/data/features/css3-cursors.js +1 -1
  385. data/node_modules/caniuse-lite/data/features/css3-tabsize.js +1 -1
  386. data/node_modules/caniuse-lite/data/features/currentcolor.js +1 -1
  387. data/node_modules/caniuse-lite/data/features/custom-elements.js +1 -1
  388. data/node_modules/caniuse-lite/data/features/custom-elementsv1.js +1 -1
  389. data/node_modules/caniuse-lite/data/features/customevent.js +1 -1
  390. data/node_modules/caniuse-lite/data/features/datalist.js +1 -1
  391. data/node_modules/caniuse-lite/data/features/dataset.js +1 -1
  392. data/node_modules/caniuse-lite/data/features/datauri.js +1 -1
  393. data/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +1 -1
  394. data/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +1 -1
  395. data/node_modules/caniuse-lite/data/features/decorators.js +1 -1
  396. data/node_modules/caniuse-lite/data/features/details.js +1 -1
  397. data/node_modules/caniuse-lite/data/features/deviceorientation.js +1 -1
  398. data/node_modules/caniuse-lite/data/features/devicepixelratio.js +1 -1
  399. data/node_modules/caniuse-lite/data/features/dialog.js +1 -1
  400. data/node_modules/caniuse-lite/data/features/dispatchevent.js +1 -1
  401. data/node_modules/caniuse-lite/data/features/dnssec.js +1 -1
  402. data/node_modules/caniuse-lite/data/features/do-not-track.js +1 -1
  403. data/node_modules/caniuse-lite/data/features/document-currentscript.js +1 -1
  404. data/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +1 -1
  405. data/node_modules/caniuse-lite/data/features/document-execcommand.js +1 -1
  406. data/node_modules/caniuse-lite/data/features/document-policy.js +1 -1
  407. data/node_modules/caniuse-lite/data/features/document-scrollingelement.js +1 -1
  408. data/node_modules/caniuse-lite/data/features/documenthead.js +1 -1
  409. data/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +1 -1
  410. data/node_modules/caniuse-lite/data/features/dom-range.js +1 -1
  411. data/node_modules/caniuse-lite/data/features/domcontentloaded.js +1 -1
  412. data/node_modules/caniuse-lite/data/features/dommatrix.js +1 -1
  413. data/node_modules/caniuse-lite/data/features/download.js +1 -1
  414. data/node_modules/caniuse-lite/data/features/dragndrop.js +1 -1
  415. data/node_modules/caniuse-lite/data/features/element-closest.js +1 -1
  416. data/node_modules/caniuse-lite/data/features/element-from-point.js +1 -1
  417. data/node_modules/caniuse-lite/data/features/element-scroll-methods.js +1 -1
  418. data/node_modules/caniuse-lite/data/features/eme.js +1 -1
  419. data/node_modules/caniuse-lite/data/features/eot.js +1 -1
  420. data/node_modules/caniuse-lite/data/features/es5.js +1 -1
  421. data/node_modules/caniuse-lite/data/features/es6-class.js +1 -1
  422. data/node_modules/caniuse-lite/data/features/es6-generators.js +1 -1
  423. data/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +1 -1
  424. data/node_modules/caniuse-lite/data/features/es6-module.js +1 -1
  425. data/node_modules/caniuse-lite/data/features/es6-number.js +1 -1
  426. data/node_modules/caniuse-lite/data/features/es6-string-includes.js +1 -1
  427. data/node_modules/caniuse-lite/data/features/es6.js +1 -1
  428. data/node_modules/caniuse-lite/data/features/eventsource.js +1 -1
  429. data/node_modules/caniuse-lite/data/features/extended-system-fonts.js +1 -1
  430. data/node_modules/caniuse-lite/data/features/feature-policy.js +1 -1
  431. data/node_modules/caniuse-lite/data/features/fetch.js +1 -1
  432. data/node_modules/caniuse-lite/data/features/fieldset-disabled.js +1 -1
  433. data/node_modules/caniuse-lite/data/features/fileapi.js +1 -1
  434. data/node_modules/caniuse-lite/data/features/filereader.js +1 -1
  435. data/node_modules/caniuse-lite/data/features/filereadersync.js +1 -1
  436. data/node_modules/caniuse-lite/data/features/filesystem.js +1 -1
  437. data/node_modules/caniuse-lite/data/features/flac.js +1 -1
  438. data/node_modules/caniuse-lite/data/features/flexbox-gap.js +1 -1
  439. data/node_modules/caniuse-lite/data/features/flexbox.js +1 -1
  440. data/node_modules/caniuse-lite/data/features/flow-root.js +1 -1
  441. data/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +1 -1
  442. data/node_modules/caniuse-lite/data/features/font-family-system-ui.js +1 -1
  443. data/node_modules/caniuse-lite/data/features/font-feature.js +1 -1
  444. data/node_modules/caniuse-lite/data/features/font-kerning.js +1 -1
  445. data/node_modules/caniuse-lite/data/features/font-loading.js +1 -1
  446. data/node_modules/caniuse-lite/data/features/font-size-adjust.js +1 -1
  447. data/node_modules/caniuse-lite/data/features/font-smooth.js +1 -1
  448. data/node_modules/caniuse-lite/data/features/font-unicode-range.js +1 -1
  449. data/node_modules/caniuse-lite/data/features/font-variant-alternates.js +1 -1
  450. data/node_modules/caniuse-lite/data/features/font-variant-numeric.js +1 -1
  451. data/node_modules/caniuse-lite/data/features/fontface.js +1 -1
  452. data/node_modules/caniuse-lite/data/features/form-attribute.js +1 -1
  453. data/node_modules/caniuse-lite/data/features/form-submit-attributes.js +1 -1
  454. data/node_modules/caniuse-lite/data/features/form-validation.js +1 -1
  455. data/node_modules/caniuse-lite/data/features/forms.js +1 -1
  456. data/node_modules/caniuse-lite/data/features/fullscreen.js +1 -1
  457. data/node_modules/caniuse-lite/data/features/gamepad.js +1 -1
  458. data/node_modules/caniuse-lite/data/features/geolocation.js +1 -1
  459. data/node_modules/caniuse-lite/data/features/getboundingclientrect.js +1 -1
  460. data/node_modules/caniuse-lite/data/features/getcomputedstyle.js +1 -1
  461. data/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +1 -1
  462. data/node_modules/caniuse-lite/data/features/getrandomvalues.js +1 -1
  463. data/node_modules/caniuse-lite/data/features/gyroscope.js +1 -1
  464. data/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +1 -1
  465. data/node_modules/caniuse-lite/data/features/hashchange.js +1 -1
  466. data/node_modules/caniuse-lite/data/features/heif.js +1 -1
  467. data/node_modules/caniuse-lite/data/features/hevc.js +1 -1
  468. data/node_modules/caniuse-lite/data/features/hidden.js +1 -1
  469. data/node_modules/caniuse-lite/data/features/high-resolution-time.js +1 -1
  470. data/node_modules/caniuse-lite/data/features/history.js +1 -1
  471. data/node_modules/caniuse-lite/data/features/html-media-capture.js +1 -1
  472. data/node_modules/caniuse-lite/data/features/html5semantic.js +1 -1
  473. data/node_modules/caniuse-lite/data/features/http-live-streaming.js +1 -1
  474. data/node_modules/caniuse-lite/data/features/http2.js +1 -1
  475. data/node_modules/caniuse-lite/data/features/http3.js +1 -1
  476. data/node_modules/caniuse-lite/data/features/iframe-sandbox.js +1 -1
  477. data/node_modules/caniuse-lite/data/features/iframe-seamless.js +1 -1
  478. data/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +1 -1
  479. data/node_modules/caniuse-lite/data/features/imagecapture.js +1 -1
  480. data/node_modules/caniuse-lite/data/features/ime.js +1 -1
  481. data/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +1 -1
  482. data/node_modules/caniuse-lite/data/features/import-maps.js +1 -1
  483. data/node_modules/caniuse-lite/data/features/imports.js +1 -1
  484. data/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +1 -1
  485. data/node_modules/caniuse-lite/data/features/indexeddb.js +1 -1
  486. data/node_modules/caniuse-lite/data/features/indexeddb2.js +1 -1
  487. data/node_modules/caniuse-lite/data/features/inline-block.js +1 -1
  488. data/node_modules/caniuse-lite/data/features/innertext.js +1 -1
  489. data/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +1 -1
  490. data/node_modules/caniuse-lite/data/features/input-color.js +1 -1
  491. data/node_modules/caniuse-lite/data/features/input-datetime.js +1 -1
  492. data/node_modules/caniuse-lite/data/features/input-email-tel-url.js +1 -1
  493. data/node_modules/caniuse-lite/data/features/input-event.js +1 -1
  494. data/node_modules/caniuse-lite/data/features/input-file-accept.js +1 -1
  495. data/node_modules/caniuse-lite/data/features/input-file-directory.js +1 -1
  496. data/node_modules/caniuse-lite/data/features/input-file-multiple.js +1 -1
  497. data/node_modules/caniuse-lite/data/features/input-inputmode.js +1 -1
  498. data/node_modules/caniuse-lite/data/features/input-minlength.js +1 -1
  499. data/node_modules/caniuse-lite/data/features/input-number.js +1 -1
  500. data/node_modules/caniuse-lite/data/features/input-pattern.js +1 -1
  501. data/node_modules/caniuse-lite/data/features/input-placeholder.js +1 -1
  502. data/node_modules/caniuse-lite/data/features/input-range.js +1 -1
  503. data/node_modules/caniuse-lite/data/features/input-search.js +1 -1
  504. data/node_modules/caniuse-lite/data/features/input-selection.js +1 -1
  505. data/node_modules/caniuse-lite/data/features/insert-adjacent.js +1 -1
  506. data/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +1 -1
  507. data/node_modules/caniuse-lite/data/features/internationalization.js +1 -1
  508. data/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +1 -1
  509. data/node_modules/caniuse-lite/data/features/intersectionobserver.js +1 -1
  510. data/node_modules/caniuse-lite/data/features/intl-pluralrules.js +1 -1
  511. data/node_modules/caniuse-lite/data/features/intrinsic-width.js +1 -1
  512. data/node_modules/caniuse-lite/data/features/jpeg2000.js +1 -1
  513. data/node_modules/caniuse-lite/data/features/jpegxl.js +1 -1
  514. data/node_modules/caniuse-lite/data/features/jpegxr.js +1 -1
  515. data/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +1 -1
  516. data/node_modules/caniuse-lite/data/features/json.js +1 -1
  517. data/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +1 -1
  518. data/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +1 -1
  519. data/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +1 -1
  520. data/node_modules/caniuse-lite/data/features/keyboardevent-code.js +1 -1
  521. data/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +1 -1
  522. data/node_modules/caniuse-lite/data/features/keyboardevent-key.js +1 -1
  523. data/node_modules/caniuse-lite/data/features/keyboardevent-location.js +1 -1
  524. data/node_modules/caniuse-lite/data/features/keyboardevent-which.js +1 -1
  525. data/node_modules/caniuse-lite/data/features/lazyload.js +1 -1
  526. data/node_modules/caniuse-lite/data/features/let.js +1 -1
  527. data/node_modules/caniuse-lite/data/features/link-icon-png.js +1 -1
  528. data/node_modules/caniuse-lite/data/features/link-icon-svg.js +1 -1
  529. data/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +1 -1
  530. data/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +1 -1
  531. data/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +1 -1
  532. data/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +1 -1
  533. data/node_modules/caniuse-lite/data/features/link-rel-preload.js +1 -1
  534. data/node_modules/caniuse-lite/data/features/link-rel-prerender.js +1 -1
  535. data/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +1 -1
  536. data/node_modules/caniuse-lite/data/features/localecompare.js +1 -1
  537. data/node_modules/caniuse-lite/data/features/magnetometer.js +1 -1
  538. data/node_modules/caniuse-lite/data/features/matchesselector.js +1 -1
  539. data/node_modules/caniuse-lite/data/features/matchmedia.js +1 -1
  540. data/node_modules/caniuse-lite/data/features/mathml.js +1 -1
  541. data/node_modules/caniuse-lite/data/features/maxlength.js +1 -1
  542. data/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +1 -1
  543. data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +1 -1
  544. data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +1 -1
  545. data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +1 -1
  546. data/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +1 -1
  547. data/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +1 -1
  548. data/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +1 -1
  549. data/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +1 -1
  550. data/node_modules/caniuse-lite/data/features/media-fragments.js +1 -1
  551. data/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +1 -1
  552. data/node_modules/caniuse-lite/data/features/mediarecorder.js +1 -1
  553. data/node_modules/caniuse-lite/data/features/mediasource.js +1 -1
  554. data/node_modules/caniuse-lite/data/features/menu.js +1 -1
  555. data/node_modules/caniuse-lite/data/features/meta-theme-color.js +1 -1
  556. data/node_modules/caniuse-lite/data/features/meter.js +1 -1
  557. data/node_modules/caniuse-lite/data/features/midi.js +1 -1
  558. data/node_modules/caniuse-lite/data/features/minmaxwh.js +1 -1
  559. data/node_modules/caniuse-lite/data/features/mp3.js +1 -1
  560. data/node_modules/caniuse-lite/data/features/mpeg-dash.js +1 -1
  561. data/node_modules/caniuse-lite/data/features/mpeg4.js +1 -1
  562. data/node_modules/caniuse-lite/data/features/multibackgrounds.js +1 -1
  563. data/node_modules/caniuse-lite/data/features/multicolumn.js +1 -1
  564. data/node_modules/caniuse-lite/data/features/mutation-events.js +1 -1
  565. data/node_modules/caniuse-lite/data/features/mutationobserver.js +1 -1
  566. data/node_modules/caniuse-lite/data/features/namevalue-storage.js +1 -1
  567. data/node_modules/caniuse-lite/data/features/native-filesystem-api.js +1 -1
  568. data/node_modules/caniuse-lite/data/features/nav-timing.js +1 -1
  569. data/node_modules/caniuse-lite/data/features/netinfo.js +1 -1
  570. data/node_modules/caniuse-lite/data/features/notifications.js +1 -1
  571. data/node_modules/caniuse-lite/data/features/object-entries.js +1 -1
  572. data/node_modules/caniuse-lite/data/features/object-fit.js +1 -1
  573. data/node_modules/caniuse-lite/data/features/object-observe.js +1 -1
  574. data/node_modules/caniuse-lite/data/features/object-values.js +1 -1
  575. data/node_modules/caniuse-lite/data/features/objectrtc.js +1 -1
  576. data/node_modules/caniuse-lite/data/features/offline-apps.js +1 -1
  577. data/node_modules/caniuse-lite/data/features/offscreencanvas.js +1 -1
  578. data/node_modules/caniuse-lite/data/features/ogg-vorbis.js +1 -1
  579. data/node_modules/caniuse-lite/data/features/ogv.js +1 -1
  580. data/node_modules/caniuse-lite/data/features/ol-reversed.js +1 -1
  581. data/node_modules/caniuse-lite/data/features/once-event-listener.js +1 -1
  582. data/node_modules/caniuse-lite/data/features/online-status.js +1 -1
  583. data/node_modules/caniuse-lite/data/features/opus.js +1 -1
  584. data/node_modules/caniuse-lite/data/features/orientation-sensor.js +1 -1
  585. data/node_modules/caniuse-lite/data/features/outline.js +1 -1
  586. data/node_modules/caniuse-lite/data/features/pad-start-end.js +1 -1
  587. data/node_modules/caniuse-lite/data/features/page-transition-events.js +1 -1
  588. data/node_modules/caniuse-lite/data/features/pagevisibility.js +1 -1
  589. data/node_modules/caniuse-lite/data/features/passive-event-listener.js +1 -1
  590. data/node_modules/caniuse-lite/data/features/passkeys.js +1 -1
  591. data/node_modules/caniuse-lite/data/features/passwordrules.js +1 -1
  592. data/node_modules/caniuse-lite/data/features/path2d.js +1 -1
  593. data/node_modules/caniuse-lite/data/features/payment-request.js +1 -1
  594. data/node_modules/caniuse-lite/data/features/pdf-viewer.js +1 -1
  595. data/node_modules/caniuse-lite/data/features/permissions-api.js +1 -1
  596. data/node_modules/caniuse-lite/data/features/permissions-policy.js +1 -1
  597. data/node_modules/caniuse-lite/data/features/picture-in-picture.js +1 -1
  598. data/node_modules/caniuse-lite/data/features/picture.js +1 -1
  599. data/node_modules/caniuse-lite/data/features/ping.js +1 -1
  600. data/node_modules/caniuse-lite/data/features/png-alpha.js +1 -1
  601. data/node_modules/caniuse-lite/data/features/pointer-events.js +1 -1
  602. data/node_modules/caniuse-lite/data/features/pointer.js +1 -1
  603. data/node_modules/caniuse-lite/data/features/pointerlock.js +1 -1
  604. data/node_modules/caniuse-lite/data/features/portals.js +1 -1
  605. data/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +1 -1
  606. data/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +1 -1
  607. data/node_modules/caniuse-lite/data/features/progress.js +1 -1
  608. data/node_modules/caniuse-lite/data/features/promise-finally.js +1 -1
  609. data/node_modules/caniuse-lite/data/features/promises.js +1 -1
  610. data/node_modules/caniuse-lite/data/features/proximity.js +1 -1
  611. data/node_modules/caniuse-lite/data/features/proxy.js +1 -1
  612. data/node_modules/caniuse-lite/data/features/publickeypinning.js +1 -1
  613. data/node_modules/caniuse-lite/data/features/push-api.js +1 -1
  614. data/node_modules/caniuse-lite/data/features/queryselector.js +1 -1
  615. data/node_modules/caniuse-lite/data/features/readonly-attr.js +1 -1
  616. data/node_modules/caniuse-lite/data/features/referrer-policy.js +1 -1
  617. data/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +1 -1
  618. data/node_modules/caniuse-lite/data/features/rel-noopener.js +1 -1
  619. data/node_modules/caniuse-lite/data/features/rel-noreferrer.js +1 -1
  620. data/node_modules/caniuse-lite/data/features/rellist.js +1 -1
  621. data/node_modules/caniuse-lite/data/features/rem.js +1 -1
  622. data/node_modules/caniuse-lite/data/features/requestanimationframe.js +1 -1
  623. data/node_modules/caniuse-lite/data/features/requestidlecallback.js +1 -1
  624. data/node_modules/caniuse-lite/data/features/resizeobserver.js +1 -1
  625. data/node_modules/caniuse-lite/data/features/resource-timing.js +1 -1
  626. data/node_modules/caniuse-lite/data/features/rest-parameters.js +1 -1
  627. data/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +1 -1
  628. data/node_modules/caniuse-lite/data/features/ruby.js +1 -1
  629. data/node_modules/caniuse-lite/data/features/run-in.js +1 -1
  630. data/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +1 -1
  631. data/node_modules/caniuse-lite/data/features/screen-orientation.js +1 -1
  632. data/node_modules/caniuse-lite/data/features/script-async.js +1 -1
  633. data/node_modules/caniuse-lite/data/features/script-defer.js +1 -1
  634. data/node_modules/caniuse-lite/data/features/scrollintoview.js +1 -1
  635. data/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +1 -1
  636. data/node_modules/caniuse-lite/data/features/sdch.js +1 -1
  637. data/node_modules/caniuse-lite/data/features/selection-api.js +1 -1
  638. data/node_modules/caniuse-lite/data/features/selectlist.js +1 -1
  639. data/node_modules/caniuse-lite/data/features/server-timing.js +1 -1
  640. data/node_modules/caniuse-lite/data/features/serviceworkers.js +1 -1
  641. data/node_modules/caniuse-lite/data/features/setimmediate.js +1 -1
  642. data/node_modules/caniuse-lite/data/features/shadowdom.js +1 -1
  643. data/node_modules/caniuse-lite/data/features/shadowdomv1.js +1 -1
  644. data/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +1 -1
  645. data/node_modules/caniuse-lite/data/features/sharedworkers.js +1 -1
  646. data/node_modules/caniuse-lite/data/features/sni.js +1 -1
  647. data/node_modules/caniuse-lite/data/features/spdy.js +1 -1
  648. data/node_modules/caniuse-lite/data/features/speech-recognition.js +1 -1
  649. data/node_modules/caniuse-lite/data/features/speech-synthesis.js +1 -1
  650. data/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +1 -1
  651. data/node_modules/caniuse-lite/data/features/sql-storage.js +1 -1
  652. data/node_modules/caniuse-lite/data/features/srcset.js +1 -1
  653. data/node_modules/caniuse-lite/data/features/stream.js +1 -1
  654. data/node_modules/caniuse-lite/data/features/streams.js +1 -1
  655. data/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +1 -1
  656. data/node_modules/caniuse-lite/data/features/style-scoped.js +1 -1
  657. data/node_modules/caniuse-lite/data/features/subresource-bundling.js +1 -1
  658. data/node_modules/caniuse-lite/data/features/subresource-integrity.js +1 -1
  659. data/node_modules/caniuse-lite/data/features/svg-css.js +1 -1
  660. data/node_modules/caniuse-lite/data/features/svg-filters.js +1 -1
  661. data/node_modules/caniuse-lite/data/features/svg-fonts.js +1 -1
  662. data/node_modules/caniuse-lite/data/features/svg-fragment.js +1 -1
  663. data/node_modules/caniuse-lite/data/features/svg-html.js +1 -1
  664. data/node_modules/caniuse-lite/data/features/svg-html5.js +1 -1
  665. data/node_modules/caniuse-lite/data/features/svg-img.js +1 -1
  666. data/node_modules/caniuse-lite/data/features/svg-smil.js +1 -1
  667. data/node_modules/caniuse-lite/data/features/svg.js +1 -1
  668. data/node_modules/caniuse-lite/data/features/sxg.js +1 -1
  669. data/node_modules/caniuse-lite/data/features/tabindex-attr.js +1 -1
  670. data/node_modules/caniuse-lite/data/features/template-literals.js +1 -1
  671. data/node_modules/caniuse-lite/data/features/template.js +1 -1
  672. data/node_modules/caniuse-lite/data/features/temporal.js +1 -1
  673. data/node_modules/caniuse-lite/data/features/testfeat.js +1 -1
  674. data/node_modules/caniuse-lite/data/features/text-decoration.js +1 -1
  675. data/node_modules/caniuse-lite/data/features/text-emphasis.js +1 -1
  676. data/node_modules/caniuse-lite/data/features/text-overflow.js +1 -1
  677. data/node_modules/caniuse-lite/data/features/text-size-adjust.js +1 -1
  678. data/node_modules/caniuse-lite/data/features/text-stroke.js +1 -1
  679. data/node_modules/caniuse-lite/data/features/textcontent.js +1 -1
  680. data/node_modules/caniuse-lite/data/features/textencoder.js +1 -1
  681. data/node_modules/caniuse-lite/data/features/tls1-1.js +1 -1
  682. data/node_modules/caniuse-lite/data/features/tls1-2.js +1 -1
  683. data/node_modules/caniuse-lite/data/features/tls1-3.js +1 -1
  684. data/node_modules/caniuse-lite/data/features/touch.js +1 -1
  685. data/node_modules/caniuse-lite/data/features/transforms2d.js +1 -1
  686. data/node_modules/caniuse-lite/data/features/transforms3d.js +1 -1
  687. data/node_modules/caniuse-lite/data/features/trusted-types.js +1 -1
  688. data/node_modules/caniuse-lite/data/features/ttf.js +1 -1
  689. data/node_modules/caniuse-lite/data/features/typedarrays.js +1 -1
  690. data/node_modules/caniuse-lite/data/features/u2f.js +1 -1
  691. data/node_modules/caniuse-lite/data/features/unhandledrejection.js +1 -1
  692. data/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +1 -1
  693. data/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +1 -1
  694. data/node_modules/caniuse-lite/data/features/url.js +1 -1
  695. data/node_modules/caniuse-lite/data/features/urlsearchparams.js +1 -1
  696. data/node_modules/caniuse-lite/data/features/use-strict.js +1 -1
  697. data/node_modules/caniuse-lite/data/features/user-select-none.js +1 -1
  698. data/node_modules/caniuse-lite/data/features/user-timing.js +1 -1
  699. data/node_modules/caniuse-lite/data/features/variable-fonts.js +1 -1
  700. data/node_modules/caniuse-lite/data/features/vector-effect.js +1 -1
  701. data/node_modules/caniuse-lite/data/features/vibration.js +1 -1
  702. data/node_modules/caniuse-lite/data/features/video.js +1 -1
  703. data/node_modules/caniuse-lite/data/features/videotracks.js +1 -1
  704. data/node_modules/caniuse-lite/data/features/view-transitions.js +1 -1
  705. data/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +1 -1
  706. data/node_modules/caniuse-lite/data/features/viewport-units.js +1 -1
  707. data/node_modules/caniuse-lite/data/features/wai-aria.js +1 -1
  708. data/node_modules/caniuse-lite/data/features/wake-lock.js +1 -1
  709. data/node_modules/caniuse-lite/data/features/wasm-bigint.js +1 -1
  710. data/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +1 -1
  711. data/node_modules/caniuse-lite/data/features/wasm-extended-const.js +1 -1
  712. data/node_modules/caniuse-lite/data/features/wasm-gc.js +1 -1
  713. data/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +1 -1
  714. data/node_modules/caniuse-lite/data/features/wasm-multi-value.js +1 -1
  715. data/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +1 -1
  716. data/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +1 -1
  717. data/node_modules/caniuse-lite/data/features/wasm-reference-types.js +1 -1
  718. data/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +1 -1
  719. data/node_modules/caniuse-lite/data/features/wasm-signext.js +1 -1
  720. data/node_modules/caniuse-lite/data/features/wasm-simd.js +1 -1
  721. data/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +1 -1
  722. data/node_modules/caniuse-lite/data/features/wasm-threads.js +1 -1
  723. data/node_modules/caniuse-lite/data/features/wasm.js +1 -1
  724. data/node_modules/caniuse-lite/data/features/wav.js +1 -1
  725. data/node_modules/caniuse-lite/data/features/wbr-element.js +1 -1
  726. data/node_modules/caniuse-lite/data/features/web-animation.js +1 -1
  727. data/node_modules/caniuse-lite/data/features/web-app-manifest.js +1 -1
  728. data/node_modules/caniuse-lite/data/features/web-bluetooth.js +1 -1
  729. data/node_modules/caniuse-lite/data/features/web-serial.js +1 -1
  730. data/node_modules/caniuse-lite/data/features/web-share.js +1 -1
  731. data/node_modules/caniuse-lite/data/features/webauthn.js +1 -1
  732. data/node_modules/caniuse-lite/data/features/webcodecs.js +1 -1
  733. data/node_modules/caniuse-lite/data/features/webgl.js +1 -1
  734. data/node_modules/caniuse-lite/data/features/webgl2.js +1 -1
  735. data/node_modules/caniuse-lite/data/features/webgpu.js +1 -1
  736. data/node_modules/caniuse-lite/data/features/webhid.js +1 -1
  737. data/node_modules/caniuse-lite/data/features/webkit-user-drag.js +1 -1
  738. data/node_modules/caniuse-lite/data/features/webm.js +1 -1
  739. data/node_modules/caniuse-lite/data/features/webnfc.js +1 -1
  740. data/node_modules/caniuse-lite/data/features/webp.js +1 -1
  741. data/node_modules/caniuse-lite/data/features/websockets.js +1 -1
  742. data/node_modules/caniuse-lite/data/features/webtransport.js +1 -1
  743. data/node_modules/caniuse-lite/data/features/webusb.js +1 -1
  744. data/node_modules/caniuse-lite/data/features/webvr.js +1 -1
  745. data/node_modules/caniuse-lite/data/features/webvtt.js +1 -1
  746. data/node_modules/caniuse-lite/data/features/webworkers.js +1 -1
  747. data/node_modules/caniuse-lite/data/features/webxr.js +1 -1
  748. data/node_modules/caniuse-lite/data/features/will-change.js +1 -1
  749. data/node_modules/caniuse-lite/data/features/woff.js +1 -1
  750. data/node_modules/caniuse-lite/data/features/woff2.js +1 -1
  751. data/node_modules/caniuse-lite/data/features/word-break.js +1 -1
  752. data/node_modules/caniuse-lite/data/features/wordwrap.js +1 -1
  753. data/node_modules/caniuse-lite/data/features/x-doc-messaging.js +1 -1
  754. data/node_modules/caniuse-lite/data/features/x-frame-options.js +1 -1
  755. data/node_modules/caniuse-lite/data/features/xhr2.js +1 -1
  756. data/node_modules/caniuse-lite/data/features/xhtml.js +1 -1
  757. data/node_modules/caniuse-lite/data/features/xhtmlsmil.js +1 -1
  758. data/node_modules/caniuse-lite/data/features/xml-serializer.js +1 -1
  759. data/node_modules/caniuse-lite/data/features/zstd.js +1 -1
  760. data/node_modules/caniuse-lite/data/regions/AD.js +1 -1
  761. data/node_modules/caniuse-lite/data/regions/AE.js +1 -1
  762. data/node_modules/caniuse-lite/data/regions/AF.js +1 -1
  763. data/node_modules/caniuse-lite/data/regions/AG.js +1 -1
  764. data/node_modules/caniuse-lite/data/regions/AI.js +1 -1
  765. data/node_modules/caniuse-lite/data/regions/AL.js +1 -1
  766. data/node_modules/caniuse-lite/data/regions/AM.js +1 -1
  767. data/node_modules/caniuse-lite/data/regions/AO.js +1 -1
  768. data/node_modules/caniuse-lite/data/regions/AR.js +1 -1
  769. data/node_modules/caniuse-lite/data/regions/AS.js +1 -1
  770. data/node_modules/caniuse-lite/data/regions/AT.js +1 -1
  771. data/node_modules/caniuse-lite/data/regions/AU.js +1 -1
  772. data/node_modules/caniuse-lite/data/regions/AW.js +1 -1
  773. data/node_modules/caniuse-lite/data/regions/AX.js +1 -1
  774. data/node_modules/caniuse-lite/data/regions/AZ.js +1 -1
  775. data/node_modules/caniuse-lite/data/regions/BA.js +1 -1
  776. data/node_modules/caniuse-lite/data/regions/BB.js +1 -1
  777. data/node_modules/caniuse-lite/data/regions/BD.js +1 -1
  778. data/node_modules/caniuse-lite/data/regions/BE.js +1 -1
  779. data/node_modules/caniuse-lite/data/regions/BF.js +1 -1
  780. data/node_modules/caniuse-lite/data/regions/BG.js +1 -1
  781. data/node_modules/caniuse-lite/data/regions/BH.js +1 -1
  782. data/node_modules/caniuse-lite/data/regions/BI.js +1 -1
  783. data/node_modules/caniuse-lite/data/regions/BJ.js +1 -1
  784. data/node_modules/caniuse-lite/data/regions/BM.js +1 -1
  785. data/node_modules/caniuse-lite/data/regions/BN.js +1 -1
  786. data/node_modules/caniuse-lite/data/regions/BO.js +1 -1
  787. data/node_modules/caniuse-lite/data/regions/BR.js +1 -1
  788. data/node_modules/caniuse-lite/data/regions/BS.js +1 -1
  789. data/node_modules/caniuse-lite/data/regions/BT.js +1 -1
  790. data/node_modules/caniuse-lite/data/regions/BW.js +1 -1
  791. data/node_modules/caniuse-lite/data/regions/BY.js +1 -1
  792. data/node_modules/caniuse-lite/data/regions/BZ.js +1 -1
  793. data/node_modules/caniuse-lite/data/regions/CA.js +1 -1
  794. data/node_modules/caniuse-lite/data/regions/CD.js +1 -1
  795. data/node_modules/caniuse-lite/data/regions/CF.js +1 -1
  796. data/node_modules/caniuse-lite/data/regions/CG.js +1 -1
  797. data/node_modules/caniuse-lite/data/regions/CH.js +1 -1
  798. data/node_modules/caniuse-lite/data/regions/CI.js +1 -1
  799. data/node_modules/caniuse-lite/data/regions/CK.js +1 -1
  800. data/node_modules/caniuse-lite/data/regions/CL.js +1 -1
  801. data/node_modules/caniuse-lite/data/regions/CM.js +1 -1
  802. data/node_modules/caniuse-lite/data/regions/CN.js +1 -1
  803. data/node_modules/caniuse-lite/data/regions/CO.js +1 -1
  804. data/node_modules/caniuse-lite/data/regions/CR.js +1 -1
  805. data/node_modules/caniuse-lite/data/regions/CU.js +1 -1
  806. data/node_modules/caniuse-lite/data/regions/CV.js +1 -1
  807. data/node_modules/caniuse-lite/data/regions/CX.js +1 -1
  808. data/node_modules/caniuse-lite/data/regions/CY.js +1 -1
  809. data/node_modules/caniuse-lite/data/regions/CZ.js +1 -1
  810. data/node_modules/caniuse-lite/data/regions/DE.js +1 -1
  811. data/node_modules/caniuse-lite/data/regions/DJ.js +1 -1
  812. data/node_modules/caniuse-lite/data/regions/DK.js +1 -1
  813. data/node_modules/caniuse-lite/data/regions/DM.js +1 -1
  814. data/node_modules/caniuse-lite/data/regions/DO.js +1 -1
  815. data/node_modules/caniuse-lite/data/regions/DZ.js +1 -1
  816. data/node_modules/caniuse-lite/data/regions/EC.js +1 -1
  817. data/node_modules/caniuse-lite/data/regions/EE.js +1 -1
  818. data/node_modules/caniuse-lite/data/regions/EG.js +1 -1
  819. data/node_modules/caniuse-lite/data/regions/ER.js +1 -1
  820. data/node_modules/caniuse-lite/data/regions/ES.js +1 -1
  821. data/node_modules/caniuse-lite/data/regions/ET.js +1 -1
  822. data/node_modules/caniuse-lite/data/regions/FI.js +1 -1
  823. data/node_modules/caniuse-lite/data/regions/FJ.js +1 -1
  824. data/node_modules/caniuse-lite/data/regions/FK.js +1 -1
  825. data/node_modules/caniuse-lite/data/regions/FM.js +1 -1
  826. data/node_modules/caniuse-lite/data/regions/FO.js +1 -1
  827. data/node_modules/caniuse-lite/data/regions/FR.js +1 -1
  828. data/node_modules/caniuse-lite/data/regions/GA.js +1 -1
  829. data/node_modules/caniuse-lite/data/regions/GB.js +1 -1
  830. data/node_modules/caniuse-lite/data/regions/GD.js +1 -1
  831. data/node_modules/caniuse-lite/data/regions/GE.js +1 -1
  832. data/node_modules/caniuse-lite/data/regions/GF.js +1 -1
  833. data/node_modules/caniuse-lite/data/regions/GG.js +1 -1
  834. data/node_modules/caniuse-lite/data/regions/GH.js +1 -1
  835. data/node_modules/caniuse-lite/data/regions/GI.js +1 -1
  836. data/node_modules/caniuse-lite/data/regions/GL.js +1 -1
  837. data/node_modules/caniuse-lite/data/regions/GM.js +1 -1
  838. data/node_modules/caniuse-lite/data/regions/GN.js +1 -1
  839. data/node_modules/caniuse-lite/data/regions/GP.js +1 -1
  840. data/node_modules/caniuse-lite/data/regions/GQ.js +1 -1
  841. data/node_modules/caniuse-lite/data/regions/GR.js +1 -1
  842. data/node_modules/caniuse-lite/data/regions/GT.js +1 -1
  843. data/node_modules/caniuse-lite/data/regions/GU.js +1 -1
  844. data/node_modules/caniuse-lite/data/regions/GW.js +1 -1
  845. data/node_modules/caniuse-lite/data/regions/GY.js +1 -1
  846. data/node_modules/caniuse-lite/data/regions/HK.js +1 -1
  847. data/node_modules/caniuse-lite/data/regions/HN.js +1 -1
  848. data/node_modules/caniuse-lite/data/regions/HR.js +1 -1
  849. data/node_modules/caniuse-lite/data/regions/HT.js +1 -1
  850. data/node_modules/caniuse-lite/data/regions/HU.js +1 -1
  851. data/node_modules/caniuse-lite/data/regions/ID.js +1 -1
  852. data/node_modules/caniuse-lite/data/regions/IE.js +1 -1
  853. data/node_modules/caniuse-lite/data/regions/IL.js +1 -1
  854. data/node_modules/caniuse-lite/data/regions/IM.js +1 -1
  855. data/node_modules/caniuse-lite/data/regions/IN.js +1 -1
  856. data/node_modules/caniuse-lite/data/regions/IQ.js +1 -1
  857. data/node_modules/caniuse-lite/data/regions/IR.js +1 -1
  858. data/node_modules/caniuse-lite/data/regions/IS.js +1 -1
  859. data/node_modules/caniuse-lite/data/regions/IT.js +1 -1
  860. data/node_modules/caniuse-lite/data/regions/JE.js +1 -1
  861. data/node_modules/caniuse-lite/data/regions/JM.js +1 -1
  862. data/node_modules/caniuse-lite/data/regions/JO.js +1 -1
  863. data/node_modules/caniuse-lite/data/regions/JP.js +1 -1
  864. data/node_modules/caniuse-lite/data/regions/KE.js +1 -1
  865. data/node_modules/caniuse-lite/data/regions/KG.js +1 -1
  866. data/node_modules/caniuse-lite/data/regions/KH.js +1 -1
  867. data/node_modules/caniuse-lite/data/regions/KI.js +1 -1
  868. data/node_modules/caniuse-lite/data/regions/KM.js +1 -1
  869. data/node_modules/caniuse-lite/data/regions/KN.js +1 -1
  870. data/node_modules/caniuse-lite/data/regions/KP.js +1 -1
  871. data/node_modules/caniuse-lite/data/regions/KR.js +1 -1
  872. data/node_modules/caniuse-lite/data/regions/KW.js +1 -1
  873. data/node_modules/caniuse-lite/data/regions/KY.js +1 -1
  874. data/node_modules/caniuse-lite/data/regions/KZ.js +1 -1
  875. data/node_modules/caniuse-lite/data/regions/LA.js +1 -1
  876. data/node_modules/caniuse-lite/data/regions/LB.js +1 -1
  877. data/node_modules/caniuse-lite/data/regions/LC.js +1 -1
  878. data/node_modules/caniuse-lite/data/regions/LI.js +1 -1
  879. data/node_modules/caniuse-lite/data/regions/LK.js +1 -1
  880. data/node_modules/caniuse-lite/data/regions/LR.js +1 -1
  881. data/node_modules/caniuse-lite/data/regions/LS.js +1 -1
  882. data/node_modules/caniuse-lite/data/regions/LT.js +1 -1
  883. data/node_modules/caniuse-lite/data/regions/LU.js +1 -1
  884. data/node_modules/caniuse-lite/data/regions/LV.js +1 -1
  885. data/node_modules/caniuse-lite/data/regions/LY.js +1 -1
  886. data/node_modules/caniuse-lite/data/regions/MA.js +1 -1
  887. data/node_modules/caniuse-lite/data/regions/MC.js +1 -1
  888. data/node_modules/caniuse-lite/data/regions/MD.js +1 -1
  889. data/node_modules/caniuse-lite/data/regions/ME.js +1 -1
  890. data/node_modules/caniuse-lite/data/regions/MG.js +1 -1
  891. data/node_modules/caniuse-lite/data/regions/MH.js +1 -1
  892. data/node_modules/caniuse-lite/data/regions/MK.js +1 -1
  893. data/node_modules/caniuse-lite/data/regions/ML.js +1 -1
  894. data/node_modules/caniuse-lite/data/regions/MM.js +1 -1
  895. data/node_modules/caniuse-lite/data/regions/MN.js +1 -1
  896. data/node_modules/caniuse-lite/data/regions/MO.js +1 -1
  897. data/node_modules/caniuse-lite/data/regions/MP.js +1 -1
  898. data/node_modules/caniuse-lite/data/regions/MQ.js +1 -1
  899. data/node_modules/caniuse-lite/data/regions/MR.js +1 -1
  900. data/node_modules/caniuse-lite/data/regions/MS.js +1 -1
  901. data/node_modules/caniuse-lite/data/regions/MT.js +1 -1
  902. data/node_modules/caniuse-lite/data/regions/MU.js +1 -1
  903. data/node_modules/caniuse-lite/data/regions/MV.js +1 -1
  904. data/node_modules/caniuse-lite/data/regions/MW.js +1 -1
  905. data/node_modules/caniuse-lite/data/regions/MX.js +1 -1
  906. data/node_modules/caniuse-lite/data/regions/MY.js +1 -1
  907. data/node_modules/caniuse-lite/data/regions/MZ.js +1 -1
  908. data/node_modules/caniuse-lite/data/regions/NA.js +1 -1
  909. data/node_modules/caniuse-lite/data/regions/NC.js +1 -1
  910. data/node_modules/caniuse-lite/data/regions/NE.js +1 -1
  911. data/node_modules/caniuse-lite/data/regions/NF.js +1 -1
  912. data/node_modules/caniuse-lite/data/regions/NG.js +1 -1
  913. data/node_modules/caniuse-lite/data/regions/NI.js +1 -1
  914. data/node_modules/caniuse-lite/data/regions/NL.js +1 -1
  915. data/node_modules/caniuse-lite/data/regions/NO.js +1 -1
  916. data/node_modules/caniuse-lite/data/regions/NP.js +1 -1
  917. data/node_modules/caniuse-lite/data/regions/NR.js +1 -1
  918. data/node_modules/caniuse-lite/data/regions/NU.js +1 -1
  919. data/node_modules/caniuse-lite/data/regions/NZ.js +1 -1
  920. data/node_modules/caniuse-lite/data/regions/OM.js +1 -1
  921. data/node_modules/caniuse-lite/data/regions/PA.js +1 -1
  922. data/node_modules/caniuse-lite/data/regions/PE.js +1 -1
  923. data/node_modules/caniuse-lite/data/regions/PF.js +1 -1
  924. data/node_modules/caniuse-lite/data/regions/PG.js +1 -1
  925. data/node_modules/caniuse-lite/data/regions/PH.js +1 -1
  926. data/node_modules/caniuse-lite/data/regions/PK.js +1 -1
  927. data/node_modules/caniuse-lite/data/regions/PL.js +1 -1
  928. data/node_modules/caniuse-lite/data/regions/PM.js +1 -1
  929. data/node_modules/caniuse-lite/data/regions/PN.js +1 -1
  930. data/node_modules/caniuse-lite/data/regions/PR.js +1 -1
  931. data/node_modules/caniuse-lite/data/regions/PS.js +1 -1
  932. data/node_modules/caniuse-lite/data/regions/PT.js +1 -1
  933. data/node_modules/caniuse-lite/data/regions/PW.js +1 -1
  934. data/node_modules/caniuse-lite/data/regions/PY.js +1 -1
  935. data/node_modules/caniuse-lite/data/regions/QA.js +1 -1
  936. data/node_modules/caniuse-lite/data/regions/RE.js +1 -1
  937. data/node_modules/caniuse-lite/data/regions/RO.js +1 -1
  938. data/node_modules/caniuse-lite/data/regions/RS.js +1 -1
  939. data/node_modules/caniuse-lite/data/regions/RU.js +1 -1
  940. data/node_modules/caniuse-lite/data/regions/RW.js +1 -1
  941. data/node_modules/caniuse-lite/data/regions/SA.js +1 -1
  942. data/node_modules/caniuse-lite/data/regions/SB.js +1 -1
  943. data/node_modules/caniuse-lite/data/regions/SC.js +1 -1
  944. data/node_modules/caniuse-lite/data/regions/SD.js +1 -1
  945. data/node_modules/caniuse-lite/data/regions/SE.js +1 -1
  946. data/node_modules/caniuse-lite/data/regions/SG.js +1 -1
  947. data/node_modules/caniuse-lite/data/regions/SH.js +1 -1
  948. data/node_modules/caniuse-lite/data/regions/SI.js +1 -1
  949. data/node_modules/caniuse-lite/data/regions/SK.js +1 -1
  950. data/node_modules/caniuse-lite/data/regions/SL.js +1 -1
  951. data/node_modules/caniuse-lite/data/regions/SM.js +1 -1
  952. data/node_modules/caniuse-lite/data/regions/SN.js +1 -1
  953. data/node_modules/caniuse-lite/data/regions/SO.js +1 -1
  954. data/node_modules/caniuse-lite/data/regions/SR.js +1 -1
  955. data/node_modules/caniuse-lite/data/regions/ST.js +1 -1
  956. data/node_modules/caniuse-lite/data/regions/SV.js +1 -1
  957. data/node_modules/caniuse-lite/data/regions/SY.js +1 -1
  958. data/node_modules/caniuse-lite/data/regions/SZ.js +1 -1
  959. data/node_modules/caniuse-lite/data/regions/TC.js +1 -1
  960. data/node_modules/caniuse-lite/data/regions/TD.js +1 -1
  961. data/node_modules/caniuse-lite/data/regions/TG.js +1 -1
  962. data/node_modules/caniuse-lite/data/regions/TH.js +1 -1
  963. data/node_modules/caniuse-lite/data/regions/TJ.js +1 -1
  964. data/node_modules/caniuse-lite/data/regions/TL.js +1 -1
  965. data/node_modules/caniuse-lite/data/regions/TM.js +1 -1
  966. data/node_modules/caniuse-lite/data/regions/TN.js +1 -1
  967. data/node_modules/caniuse-lite/data/regions/TO.js +1 -1
  968. data/node_modules/caniuse-lite/data/regions/TR.js +1 -1
  969. data/node_modules/caniuse-lite/data/regions/TT.js +1 -1
  970. data/node_modules/caniuse-lite/data/regions/TV.js +1 -1
  971. data/node_modules/caniuse-lite/data/regions/TW.js +1 -1
  972. data/node_modules/caniuse-lite/data/regions/TZ.js +1 -1
  973. data/node_modules/caniuse-lite/data/regions/UA.js +1 -1
  974. data/node_modules/caniuse-lite/data/regions/UG.js +1 -1
  975. data/node_modules/caniuse-lite/data/regions/US.js +1 -1
  976. data/node_modules/caniuse-lite/data/regions/UY.js +1 -1
  977. data/node_modules/caniuse-lite/data/regions/UZ.js +1 -1
  978. data/node_modules/caniuse-lite/data/regions/VA.js +1 -1
  979. data/node_modules/caniuse-lite/data/regions/VC.js +1 -1
  980. data/node_modules/caniuse-lite/data/regions/VE.js +1 -1
  981. data/node_modules/caniuse-lite/data/regions/VG.js +1 -1
  982. data/node_modules/caniuse-lite/data/regions/VI.js +1 -1
  983. data/node_modules/caniuse-lite/data/regions/VN.js +1 -1
  984. data/node_modules/caniuse-lite/data/regions/VU.js +1 -1
  985. data/node_modules/caniuse-lite/data/regions/WF.js +1 -1
  986. data/node_modules/caniuse-lite/data/regions/WS.js +1 -1
  987. data/node_modules/caniuse-lite/data/regions/YE.js +1 -1
  988. data/node_modules/caniuse-lite/data/regions/YT.js +1 -1
  989. data/node_modules/caniuse-lite/data/regions/ZA.js +1 -1
  990. data/node_modules/caniuse-lite/data/regions/ZM.js +1 -1
  991. data/node_modules/caniuse-lite/data/regions/ZW.js +1 -1
  992. data/node_modules/caniuse-lite/data/regions/alt-af.js +1 -1
  993. data/node_modules/caniuse-lite/data/regions/alt-an.js +1 -1
  994. data/node_modules/caniuse-lite/data/regions/alt-as.js +1 -1
  995. data/node_modules/caniuse-lite/data/regions/alt-eu.js +1 -1
  996. data/node_modules/caniuse-lite/data/regions/alt-na.js +1 -1
  997. data/node_modules/caniuse-lite/data/regions/alt-oc.js +1 -1
  998. data/node_modules/caniuse-lite/data/regions/alt-sa.js +1 -1
  999. data/node_modules/caniuse-lite/data/regions/alt-ww.js +1 -1
  1000. data/node_modules/caniuse-lite/package.json +1 -1
  1001. data/node_modules/electron-to-chromium/chromium-versions.js +4 -1
  1002. data/node_modules/electron-to-chromium/chromium-versions.json +1 -1
  1003. data/node_modules/electron-to-chromium/full-chromium-versions.js +75 -3
  1004. data/node_modules/electron-to-chromium/full-chromium-versions.json +1 -1
  1005. data/node_modules/electron-to-chromium/full-versions.js +45 -1
  1006. data/node_modules/electron-to-chromium/full-versions.json +1 -1
  1007. data/node_modules/electron-to-chromium/package.json +1 -1
  1008. data/node_modules/electron-to-chromium/versions.js +8 -1
  1009. data/node_modules/electron-to-chromium/versions.json +1 -1
  1010. data/node_modules/es-object-atoms/CHANGELOG.md +21 -0
  1011. data/node_modules/es-object-atoms/README.md +7 -0
  1012. data/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +2 -2
  1013. data/node_modules/es-object-atoms/ToObject.d.ts +6 -2
  1014. data/node_modules/es-object-atoms/isObject.d.ts +3 -0
  1015. data/node_modules/es-object-atoms/isObject.js +6 -0
  1016. data/node_modules/es-object-atoms/package.json +9 -8
  1017. data/node_modules/es-object-atoms/test/index.js +11 -1
  1018. data/node_modules/es-shim-unscopables/CHANGELOG.md +8 -0
  1019. data/node_modules/es-shim-unscopables/index.d.ts +8 -0
  1020. data/node_modules/es-shim-unscopables/index.js +2 -1
  1021. data/node_modules/es-shim-unscopables/package.json +20 -11
  1022. data/node_modules/es-shim-unscopables/test/index.js +4 -1
  1023. data/node_modules/es-shim-unscopables/test/with.js +8 -0
  1024. data/node_modules/es-shim-unscopables/tsconfig.json +10 -0
  1025. data/node_modules/eslint-plugin-erb/LICENSE +21 -0
  1026. data/node_modules/eslint-plugin-erb/README.md +257 -0
  1027. data/node_modules/eslint-plugin-erb/index.js +3 -0
  1028. data/node_modules/eslint-plugin-erb/lib/autofix.js +44 -0
  1029. data/node_modules/eslint-plugin-erb/lib/cache.js +21 -0
  1030. data/node_modules/eslint-plugin-erb/lib/dummy_replacements_map.js +30 -0
  1031. data/node_modules/eslint-plugin-erb/lib/file_coordinates.js +41 -0
  1032. data/node_modules/eslint-plugin-erb/lib/index.js +50 -0
  1033. data/node_modules/eslint-plugin-erb/lib/offset_calculation.js +50 -0
  1034. data/node_modules/eslint-plugin-erb/lib/offset_map.js +111 -0
  1035. data/node_modules/eslint-plugin-erb/lib/postprocess.js +72 -0
  1036. data/node_modules/eslint-plugin-erb/lib/preprocess.js +113 -0
  1037. data/node_modules/eslint-plugin-erb/package.json +50 -0
  1038. data/node_modules/flatted/index.js +3 -3
  1039. data/node_modules/flatted/min.js +1 -1
  1040. data/node_modules/flatted/package.json +21 -8
  1041. data/node_modules/flatted/python/flatted.py +4 -4
  1042. data/node_modules/flow-parser/flow_parser.js +5550 -5530
  1043. data/node_modules/flow-parser/package.json +1 -1
  1044. data/node_modules/for-each/CHANGELOG.md +107 -0
  1045. data/node_modules/for-each/README.md +0 -4
  1046. data/node_modules/for-each/index.d.ts +35 -0
  1047. data/node_modules/for-each/index.js +11 -4
  1048. data/node_modules/for-each/package.json +47 -36
  1049. data/node_modules/for-each/test/test.js +54 -12
  1050. data/node_modules/for-each/tsconfig.json +8 -0
  1051. data/node_modules/get-intrinsic/CHANGELOG.md +8 -0
  1052. data/node_modules/get-intrinsic/index.js +1 -0
  1053. data/node_modules/get-intrinsic/package.json +8 -8
  1054. data/node_modules/import-fresh/index.js +2 -1
  1055. data/node_modules/import-fresh/package.json +6 -1
  1056. data/node_modules/import-fresh/readme.md +14 -8
  1057. data/node_modules/is-async-function/CHANGELOG.md +13 -0
  1058. data/node_modules/is-async-function/index.d.ts +4 -2
  1059. data/node_modules/is-async-function/index.js +3 -18
  1060. data/node_modules/is-async-function/package.json +8 -3
  1061. data/node_modules/is-boolean-object/CHANGELOG.md +11 -0
  1062. data/node_modules/is-boolean-object/index.js +1 -1
  1063. data/node_modules/is-boolean-object/package.json +8 -6
  1064. data/node_modules/is-boolean-object/test/index.js +24 -1
  1065. data/node_modules/is-weakref/CHANGELOG.md +8 -0
  1066. data/node_modules/is-weakref/index.d.ts +1 -1
  1067. data/node_modules/is-weakref/index.js +3 -1
  1068. data/node_modules/is-weakref/package.json +6 -6
  1069. data/node_modules/object-inspect/CHANGELOG.md +8 -0
  1070. data/node_modules/object-inspect/index.js +10 -7
  1071. data/node_modules/object-inspect/package.json +5 -4
  1072. data/node_modules/object-inspect/test/values.js +50 -0
  1073. data/node_modules/possible-typed-array-names/CHANGELOG.md +14 -0
  1074. data/node_modules/possible-typed-array-names/README.md +4 -2
  1075. data/node_modules/possible-typed-array-names/index.d.ts +1 -0
  1076. data/node_modules/possible-typed-array-names/index.js +1 -0
  1077. data/node_modules/possible-typed-array-names/package.json +10 -9
  1078. data/node_modules/possible-typed-array-names/test/index.js +6 -3
  1079. data/node_modules/possible-typed-array-names/tsconfig.json +2 -42
  1080. data/node_modules/recast/lib/lines.d.ts +2 -2
  1081. data/node_modules/recast/lib/printer.js +17 -5
  1082. data/node_modules/recast/package.json +1 -1
  1083. data/node_modules/typescript/README.md +1 -1
  1084. data/node_modules/typescript/lib/_tsc.js +931 -500
  1085. data/node_modules/typescript/lib/_tsserver.js +43 -7
  1086. data/node_modules/typescript/lib/cs/diagnosticMessages.generated.json +14 -8
  1087. data/node_modules/typescript/lib/de/diagnosticMessages.generated.json +14 -8
  1088. data/node_modules/typescript/lib/es/diagnosticMessages.generated.json +14 -8
  1089. data/node_modules/typescript/lib/fr/diagnosticMessages.generated.json +14 -8
  1090. data/node_modules/typescript/lib/it/diagnosticMessages.generated.json +14 -8
  1091. data/node_modules/typescript/lib/ja/diagnosticMessages.generated.json +14 -8
  1092. data/node_modules/typescript/lib/ko/diagnosticMessages.generated.json +14 -8
  1093. data/node_modules/typescript/lib/lib.dom.d.ts +769 -142
  1094. data/node_modules/typescript/lib/lib.dom.iterable.d.ts +9 -7
  1095. data/node_modules/typescript/lib/lib.es2015.iterable.d.ts +69 -54
  1096. data/node_modules/typescript/lib/lib.es2020.bigint.d.ts +41 -7
  1097. data/node_modules/typescript/lib/lib.es2023.array.d.ts +24 -24
  1098. data/node_modules/typescript/lib/lib.es5.d.ts +60 -51
  1099. data/node_modules/typescript/lib/lib.esnext.d.ts +2 -0
  1100. data/node_modules/typescript/lib/lib.esnext.float16.d.ts +443 -0
  1101. data/node_modules/typescript/lib/lib.esnext.iterator.d.ts +1 -1
  1102. data/node_modules/typescript/lib/lib.esnext.promise.d.ts +34 -0
  1103. data/node_modules/typescript/lib/lib.webworker.d.ts +262 -55
  1104. data/node_modules/typescript/lib/lib.webworker.iterable.d.ts +6 -7
  1105. data/node_modules/typescript/lib/pl/diagnosticMessages.generated.json +14 -8
  1106. data/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json +14 -8
  1107. data/node_modules/typescript/lib/ru/diagnosticMessages.generated.json +14 -8
  1108. data/node_modules/typescript/lib/tr/diagnosticMessages.generated.json +14 -8
  1109. data/node_modules/typescript/lib/typescript.d.ts +14 -3
  1110. data/node_modules/typescript/lib/typescript.js +1035 -570
  1111. data/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json +14 -8
  1112. data/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json +14 -8
  1113. data/node_modules/typescript/package.json +22 -22
  1114. data/node_modules/update-browserslist-db/index.js +5 -7
  1115. data/node_modules/update-browserslist-db/package.json +2 -2
  1116. data/node_modules/which-typed-array/CHANGELOG.md +10 -0
  1117. data/node_modules/which-typed-array/index.js +21 -20
  1118. data/node_modules/which-typed-array/package.json +9 -7
  1119. data/node_modules/which-typed-array/tsconfig.json +1 -1
  1120. data/package.json +1 -1
  1121. metadata +39 -196
  1122. data/linters/jscodeshift/arrow-function-transform.js +0 -42
  1123. data/node_modules/.bin/jscodeshift +0 -1
  1124. data/node_modules/@babel/eslint-parser/LICENSE +0 -22
  1125. data/node_modules/@babel/eslint-parser/README.md +0 -142
  1126. data/node_modules/@babel/eslint-parser/lib/analyze-scope.cjs +0 -322
  1127. data/node_modules/@babel/eslint-parser/lib/analyze-scope.cjs.map +0 -1
  1128. data/node_modules/@babel/eslint-parser/lib/client.cjs +0 -106
  1129. data/node_modules/@babel/eslint-parser/lib/client.cjs.map +0 -1
  1130. data/node_modules/@babel/eslint-parser/lib/configuration.cjs +0 -23
  1131. data/node_modules/@babel/eslint-parser/lib/configuration.cjs.map +0 -1
  1132. data/node_modules/@babel/eslint-parser/lib/convert/convertAST.cjs +0 -134
  1133. data/node_modules/@babel/eslint-parser/lib/convert/convertAST.cjs.map +0 -1
  1134. data/node_modules/@babel/eslint-parser/lib/convert/convertComments.cjs +0 -10
  1135. data/node_modules/@babel/eslint-parser/lib/convert/convertComments.cjs.map +0 -1
  1136. data/node_modules/@babel/eslint-parser/lib/convert/convertTokens.cjs +0 -159
  1137. data/node_modules/@babel/eslint-parser/lib/convert/convertTokens.cjs.map +0 -1
  1138. data/node_modules/@babel/eslint-parser/lib/convert/index.cjs +0 -25
  1139. data/node_modules/@babel/eslint-parser/lib/convert/index.cjs.map +0 -1
  1140. data/node_modules/@babel/eslint-parser/lib/experimental-worker.cjs +0 -32
  1141. data/node_modules/@babel/eslint-parser/lib/experimental-worker.cjs.map +0 -1
  1142. data/node_modules/@babel/eslint-parser/lib/index.cjs +0 -32
  1143. data/node_modules/@babel/eslint-parser/lib/index.cjs.map +0 -1
  1144. data/node_modules/@babel/eslint-parser/lib/parse.cjs +0 -37
  1145. data/node_modules/@babel/eslint-parser/lib/parse.cjs.map +0 -1
  1146. data/node_modules/@babel/eslint-parser/lib/utils/eslint-version.cjs +0 -5
  1147. data/node_modules/@babel/eslint-parser/lib/utils/eslint-version.cjs.map +0 -1
  1148. data/node_modules/@babel/eslint-parser/lib/worker/ast-info.cjs +0 -37
  1149. data/node_modules/@babel/eslint-parser/lib/worker/ast-info.cjs.map +0 -1
  1150. data/node_modules/@babel/eslint-parser/lib/worker/babel-core.cjs +0 -21
  1151. data/node_modules/@babel/eslint-parser/lib/worker/babel-core.cjs.map +0 -1
  1152. data/node_modules/@babel/eslint-parser/lib/worker/configuration.cjs +0 -91
  1153. data/node_modules/@babel/eslint-parser/lib/worker/configuration.cjs.map +0 -1
  1154. data/node_modules/@babel/eslint-parser/lib/worker/extract-parser-options-plugin.cjs +0 -11
  1155. data/node_modules/@babel/eslint-parser/lib/worker/extract-parser-options-plugin.cjs.map +0 -1
  1156. data/node_modules/@babel/eslint-parser/lib/worker/handle-message.cjs +0 -32
  1157. data/node_modules/@babel/eslint-parser/lib/worker/handle-message.cjs.map +0 -1
  1158. data/node_modules/@babel/eslint-parser/lib/worker/index.cjs +0 -39
  1159. data/node_modules/@babel/eslint-parser/lib/worker/index.cjs.map +0 -1
  1160. data/node_modules/@babel/eslint-parser/lib/worker/maybeParse.cjs +0 -48
  1161. data/node_modules/@babel/eslint-parser/lib/worker/maybeParse.cjs.map +0 -1
  1162. data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/CHANGELOG.md +0 -36
  1163. data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/LICENSE +0 -201
  1164. data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/README.md +0 -98
  1165. data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/lib/index.js +0 -81
  1166. data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/lib/visitor-keys.json +0 -289
  1167. data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/package.json +0 -39
  1168. data/node_modules/@babel/eslint-parser/node_modules/semver/LICENSE +0 -15
  1169. data/node_modules/@babel/eslint-parser/node_modules/semver/README.md +0 -443
  1170. data/node_modules/@babel/eslint-parser/node_modules/semver/bin/semver.js +0 -174
  1171. data/node_modules/@babel/eslint-parser/node_modules/semver/package.json +0 -38
  1172. data/node_modules/@babel/eslint-parser/node_modules/semver/range.bnf +0 -16
  1173. data/node_modules/@babel/eslint-parser/node_modules/semver/semver.js +0 -1643
  1174. data/node_modules/@babel/eslint-parser/package.json +0 -53
  1175. data/node_modules/@babel/eslint-parser/types.d.cts +0 -9
  1176. data/node_modules/@babel/plugin-proposal-decorators/LICENSE +0 -22
  1177. data/node_modules/@babel/plugin-proposal-decorators/README.md +0 -19
  1178. data/node_modules/@babel/plugin-proposal-decorators/lib/index.js +0 -41
  1179. data/node_modules/@babel/plugin-proposal-decorators/lib/index.js.map +0 -1
  1180. data/node_modules/@babel/plugin-proposal-decorators/lib/transformer-legacy.js +0 -165
  1181. data/node_modules/@babel/plugin-proposal-decorators/lib/transformer-legacy.js.map +0 -1
  1182. data/node_modules/@babel/plugin-proposal-decorators/package.json +0 -42
  1183. data/node_modules/@babel/plugin-syntax-decorators/LICENSE +0 -22
  1184. data/node_modules/@babel/plugin-syntax-decorators/README.md +0 -19
  1185. data/node_modules/@babel/plugin-syntax-decorators/lib/index.js +0 -81
  1186. data/node_modules/@babel/plugin-syntax-decorators/lib/index.js.map +0 -1
  1187. data/node_modules/@babel/plugin-syntax-decorators/package.json +0 -33
  1188. data/node_modules/@babel/plugin-transform-react-display-name/LICENSE +0 -22
  1189. data/node_modules/@babel/plugin-transform-react-display-name/README.md +0 -19
  1190. data/node_modules/@babel/plugin-transform-react-display-name/lib/index.js +0 -92
  1191. data/node_modules/@babel/plugin-transform-react-display-name/lib/index.js.map +0 -1
  1192. data/node_modules/@babel/plugin-transform-react-display-name/package.json +0 -34
  1193. data/node_modules/@babel/plugin-transform-react-jsx/LICENSE +0 -22
  1194. data/node_modules/@babel/plugin-transform-react-jsx/README.md +0 -19
  1195. data/node_modules/@babel/plugin-transform-react-jsx/lib/create-plugin.js +0 -505
  1196. data/node_modules/@babel/plugin-transform-react-jsx/lib/create-plugin.js.map +0 -1
  1197. data/node_modules/@babel/plugin-transform-react-jsx/lib/development.js +0 -13
  1198. data/node_modules/@babel/plugin-transform-react-jsx/lib/development.js.map +0 -1
  1199. data/node_modules/@babel/plugin-transform-react-jsx/lib/index.js +0 -13
  1200. data/node_modules/@babel/plugin-transform-react-jsx/lib/index.js.map +0 -1
  1201. data/node_modules/@babel/plugin-transform-react-jsx/package.json +0 -39
  1202. data/node_modules/@babel/plugin-transform-react-jsx-development/LICENSE +0 -22
  1203. data/node_modules/@babel/plugin-transform-react-jsx-development/README.md +0 -19
  1204. data/node_modules/@babel/plugin-transform-react-jsx-development/lib/index.js +0 -10
  1205. data/node_modules/@babel/plugin-transform-react-jsx-development/lib/index.js.map +0 -1
  1206. data/node_modules/@babel/plugin-transform-react-jsx-development/package.json +0 -33
  1207. data/node_modules/@babel/plugin-transform-react-pure-annotations/LICENSE +0 -22
  1208. data/node_modules/@babel/plugin-transform-react-pure-annotations/README.md +0 -19
  1209. data/node_modules/@babel/plugin-transform-react-pure-annotations/lib/index.js +0 -49
  1210. data/node_modules/@babel/plugin-transform-react-pure-annotations/lib/index.js.map +0 -1
  1211. data/node_modules/@babel/plugin-transform-react-pure-annotations/package.json +0 -34
  1212. data/node_modules/@babel/preset-react/LICENSE +0 -22
  1213. data/node_modules/@babel/preset-react/README.md +0 -19
  1214. data/node_modules/@babel/preset-react/lib/index.js +0 -79
  1215. data/node_modules/@babel/preset-react/lib/index.js.map +0 -1
  1216. data/node_modules/@babel/preset-react/package.json +0 -37
  1217. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/LICENSE +0 -7
  1218. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/index.js +0 -8
  1219. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/CHANGELOG.md +0 -70
  1220. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/LICENSE +0 -22
  1221. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/README.md +0 -54
  1222. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/definition.js +0 -86
  1223. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/index.js +0 -165
  1224. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/pattern-visitor.js +0 -152
  1225. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/reference.js +0 -167
  1226. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/referencer.js +0 -629
  1227. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/scope-manager.js +0 -247
  1228. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/scope.js +0 -748
  1229. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/variable.js +0 -88
  1230. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/LICENSE.BSD +0 -19
  1231. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/README.md +0 -153
  1232. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/estraverse.js +0 -782
  1233. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/gulpfile.js +0 -70
  1234. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/package.json +0 -40
  1235. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/package.json +0 -48
  1236. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/package.json +0 -14
  1237. data/node_modules/flatted/python/test.py +0 -63
  1238. data/node_modules/jscodeshift/CHANGELOG.md +0 -226
  1239. data/node_modules/jscodeshift/CODE_OF_CONDUCT.md +0 -3
  1240. data/node_modules/jscodeshift/CONTRIBUTING.md +0 -48
  1241. data/node_modules/jscodeshift/README.md +0 -671
  1242. data/node_modules/jscodeshift/bin/jscodeshift.js +0 -182
  1243. data/node_modules/jscodeshift/bin/jscodeshift.sh +0 -12
  1244. data/node_modules/jscodeshift/dist/Collection.js +0 -472
  1245. data/node_modules/jscodeshift/dist/Runner.js +0 -322
  1246. data/node_modules/jscodeshift/dist/Worker.js +0 -210
  1247. data/node_modules/jscodeshift/dist/__testfixtures__/test-async-transform.input.js +0 -1
  1248. data/node_modules/jscodeshift/dist/__testfixtures__/test-async-transform.js +0 -11
  1249. data/node_modules/jscodeshift/dist/__testfixtures__/test-async-transform.output.js +0 -1
  1250. data/node_modules/jscodeshift/dist/__testfixtures__/test-sync-transform.input.js +0 -1
  1251. data/node_modules/jscodeshift/dist/__testfixtures__/test-sync-transform.js +0 -7
  1252. data/node_modules/jscodeshift/dist/__testfixtures__/test-sync-transform.output.js +0 -1
  1253. data/node_modules/jscodeshift/dist/argsParser.js +0 -273
  1254. data/node_modules/jscodeshift/dist/collections/ImportDeclaration.js +0 -113
  1255. data/node_modules/jscodeshift/dist/collections/JSXElement.js +0 -221
  1256. data/node_modules/jscodeshift/dist/collections/Node.js +0 -187
  1257. data/node_modules/jscodeshift/dist/collections/VariableDeclarator.js +0 -210
  1258. data/node_modules/jscodeshift/dist/collections/index.js +0 -14
  1259. data/node_modules/jscodeshift/dist/core.js +0 -183
  1260. data/node_modules/jscodeshift/dist/getParser.js +0 -25
  1261. data/node_modules/jscodeshift/dist/ignoreFiles.js +0 -68
  1262. data/node_modules/jscodeshift/dist/matchNode.js +0 -40
  1263. data/node_modules/jscodeshift/dist/template.js +0 -173
  1264. data/node_modules/jscodeshift/dist/testUtils.js +0 -173
  1265. data/node_modules/jscodeshift/dist/utils/intersection.js +0 -27
  1266. data/node_modules/jscodeshift/dist/utils/once.js +0 -21
  1267. data/node_modules/jscodeshift/dist/utils/union.js +0 -20
  1268. data/node_modules/jscodeshift/index.js +0 -9
  1269. data/node_modules/jscodeshift/package.json +0 -74
  1270. data/node_modules/jscodeshift/parser/babel5Compat.js +0 -50
  1271. data/node_modules/jscodeshift/parser/babylon.js +0 -57
  1272. data/node_modules/jscodeshift/parser/flow.js +0 -34
  1273. data/node_modules/jscodeshift/parser/ts.js +0 -24
  1274. data/node_modules/jscodeshift/parser/tsOptions.js +0 -46
  1275. data/node_modules/jscodeshift/parser/tsx.js +0 -27
  1276. data/node_modules/jscodeshift/src/Collection.js +0 -472
  1277. data/node_modules/jscodeshift/src/Runner.js +0 -322
  1278. data/node_modules/jscodeshift/src/Worker.js +0 -210
  1279. data/node_modules/jscodeshift/src/__testfixtures__/test-async-transform.input.js +0 -1
  1280. data/node_modules/jscodeshift/src/__testfixtures__/test-async-transform.js +0 -11
  1281. data/node_modules/jscodeshift/src/__testfixtures__/test-async-transform.output.js +0 -1
  1282. data/node_modules/jscodeshift/src/__testfixtures__/test-sync-transform.input.js +0 -1
  1283. data/node_modules/jscodeshift/src/__testfixtures__/test-sync-transform.js +0 -7
  1284. data/node_modules/jscodeshift/src/__testfixtures__/test-sync-transform.output.js +0 -1
  1285. data/node_modules/jscodeshift/src/argsParser.js +0 -273
  1286. data/node_modules/jscodeshift/src/collections/ImportDeclaration.js +0 -113
  1287. data/node_modules/jscodeshift/src/collections/JSXElement.js +0 -221
  1288. data/node_modules/jscodeshift/src/collections/Node.js +0 -187
  1289. data/node_modules/jscodeshift/src/collections/VariableDeclarator.js +0 -210
  1290. data/node_modules/jscodeshift/src/collections/index.js +0 -14
  1291. data/node_modules/jscodeshift/src/core.js +0 -183
  1292. data/node_modules/jscodeshift/src/getParser.js +0 -25
  1293. data/node_modules/jscodeshift/src/ignoreFiles.js +0 -68
  1294. data/node_modules/jscodeshift/src/matchNode.js +0 -40
  1295. data/node_modules/jscodeshift/src/template.js +0 -173
  1296. data/node_modules/jscodeshift/src/testUtils.js +0 -173
  1297. data/node_modules/jscodeshift/src/utils/intersection.js +0 -27
  1298. data/node_modules/jscodeshift/src/utils/once.js +0 -21
  1299. data/node_modules/jscodeshift/src/utils/union.js +0 -20
  1300. data/node_modules/jscodeshift/utils/requirePackage.js +0 -24
  1301. data/node_modules/jscodeshift/utils/testUtils.js +0 -49
  1302. data/node_modules/jscodeshift/website/README.md +0 -44
  1303. data/node_modules/jscodeshift/website/astro.config.mjs +0 -36
  1304. data/node_modules/jscodeshift/website/package.json +0 -17
  1305. data/node_modules/jscodeshift/website/public/favicon.svg +0 -1
  1306. data/node_modules/jscodeshift/website/src/assets/houston.webp +0 -0
  1307. data/node_modules/jscodeshift/website/src/content/config.ts +0 -6
  1308. data/node_modules/jscodeshift/website/src/content/docs/build/api-reference.mdx +0 -406
  1309. data/node_modules/jscodeshift/website/src/content/docs/build/ast-grammar.mdx +0 -3086
  1310. data/node_modules/jscodeshift/website/src/content/docs/index.mdx +0 -15
  1311. data/node_modules/jscodeshift/website/src/content/docs/overview/introduction.mdx +0 -45
  1312. data/node_modules/jscodeshift/website/src/content/docs/run/cli.mdx +0 -161
  1313. data/node_modules/jscodeshift/website/src/env.d.ts +0 -2
  1314. data/node_modules/jscodeshift/website/tsconfig.json +0 -3
  1315. data/node_modules/typescript/lib/cancellationToken.js +0 -90
@@ -1 +1 @@
1
- module.exports={C:{"34":0.00508,"52":0.01016,"54":0.01016,"56":0.00508,"78":0.02033,"88":0.01525,"101":0.00508,"103":0.01016,"109":0.00508,"113":0.00508,"114":0.02033,"115":0.25918,"116":0.00508,"123":0.00508,"124":0.00508,"125":0.01016,"126":0.02541,"127":0.01525,"128":0.0559,"129":0.01016,"130":0.04066,"131":0.20836,"132":2.12936,"133":0.26935,_:"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 55 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 89 90 91 92 93 94 95 96 97 98 99 100 102 104 105 106 107 108 110 111 112 117 118 119 120 121 122 134 135 136 3.5 3.6"},D:{"25":0.03049,"26":0.00508,"34":0.01016,"38":0.0559,"39":0.00508,"40":0.00508,"41":0.00508,"42":0.00508,"43":0.00508,"44":0.01016,"45":0.00508,"46":0.00508,"47":0.01016,"48":0.00508,"49":0.01525,"50":0.00508,"51":0.01016,"52":0.02033,"53":0.01016,"54":0.00508,"55":0.00508,"56":0.00508,"57":0.00508,"58":0.00508,"59":0.02033,"60":0.00508,"65":0.00508,"66":0.00508,"73":0.00508,"74":0.00508,"78":0.00508,"79":0.06098,"80":0.01016,"81":0.07623,"85":0.01525,"86":0.00508,"87":0.0559,"88":0.03049,"89":0.00508,"90":0.00508,"91":0.00508,"92":0.00508,"93":0.00508,"94":0.02541,"96":0.00508,"97":0.01016,"98":0.01525,"99":0.01016,"100":0.01016,"101":0.00508,"102":0.00508,"103":0.15754,"104":0.01016,"105":0.03557,"106":0.00508,"107":0.01016,"108":0.02541,"109":0.55394,"110":0.01525,"111":0.04066,"112":0.01016,"113":0.08639,"114":0.1118,"115":0.01016,"116":0.33033,"117":0.01525,"118":0.01016,"119":0.03557,"120":0.06607,"121":0.07623,"122":0.13213,"123":0.08639,"124":0.1118,"125":0.90968,"126":0.3659,"127":0.40148,"128":0.63017,"129":1.90067,"130":16.16076,"131":7.55185,"132":0.01525,"133":0.01016,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 27 28 29 30 31 32 33 35 36 37 61 62 63 64 67 68 69 70 71 72 75 76 77 83 84 95 134"},F:{"46":0.02033,"85":0.00508,"95":0.01016,"109":0.00508,"112":0.00508,"113":0.09656,"114":0.7623,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 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:{"85":0.00508,"89":0.02033,"92":0.00508,"99":0.00508,"101":0.00508,"108":0.00508,"109":0.0559,"110":0.00508,"111":0.00508,"112":0.00508,"113":0.00508,"114":0.01016,"115":0.00508,"116":0.00508,"117":0.00508,"118":0.00508,"119":0.00508,"120":0.01016,"121":0.01525,"122":0.01525,"123":0.00508,"124":0.01525,"125":0.01525,"126":0.03049,"127":0.02033,"128":0.07115,"129":0.27443,"130":4.05544,"131":2.53084,_:"12 13 14 15 16 17 18 79 80 81 83 84 86 87 88 90 91 93 94 95 96 97 98 100 102 103 104 105 106 107"},E:{"9":0.00508,"13":0.00508,"14":0.05082,"15":0.01016,_:"0 4 5 6 7 8 10 11 12 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1","12.1":0.02033,"13.1":0.10672,"14.1":0.16262,"15.1":0.02541,"15.2-15.3":0.02033,"15.4":0.04066,"15.5":0.06098,"15.6":0.5082,"16.0":0.0559,"16.1":0.10672,"16.2":0.06607,"16.3":0.16262,"16.4":0.05082,"16.5":0.08131,"16.6":0.64541,"17.0":0.02541,"17.1":0.07115,"17.2":0.06607,"17.3":0.08131,"17.4":0.22869,"17.5":0.49804,"17.6":2.77477,"18.0":0.61492,"18.1":0.79787,"18.2":0.02033},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00215,"5.0-5.1":0,"6.0-6.1":0.00862,"7.0-7.1":0.01077,"8.1-8.4":0,"9.0-9.2":0.00862,"9.3":0.03016,"10.0-10.2":0.00646,"10.3":0.04956,"11.0-11.2":0.58175,"11.3-11.4":0.01508,"12.0-12.1":0.00862,"12.2-12.5":0.22624,"13.0-13.1":0.00431,"13.2":0.05817,"13.3":0.00862,"13.4-13.7":0.03232,"14.0-14.4":0.0711,"14.5-14.8":0.10127,"15.0-15.1":0.05817,"15.2-15.3":0.05387,"15.4":0.06464,"15.5":0.07541,"15.6-15.8":0.80799,"16.0":0.15298,"16.1":0.32319,"16.2":0.16375,"16.3":0.27795,"16.4":0.05602,"16.5":0.11204,"16.6-16.7":1.06008,"17.0":0.07757,"17.1":0.12928,"17.2":0.10773,"17.3":0.16375,"17.4":0.3512,"17.5":1.0493,"17.6-17.7":9.06453,"18.0":3.21471,"18.1":2.82472,"18.2":0.1142},P:{"4":0.15055,"20":0.01075,"21":0.03226,"22":0.02151,"23":0.03226,"24":0.04301,"25":0.05377,"26":1.38723,"27":1.1614,"5.0-5.4":0.02151,"6.2-6.4":0.01075,"7.2-7.4":0.01075,_:"8.2 9.2 10.1 11.1-11.2 12.0 13.0 15.0 18.0","14.0":0.01075,"16.0":0.01075,"17.0":0.01075,"19.0":0.02151},I:{"0":0.05397,"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.00007},A:{"8":0.04743,"9":0.02372,"10":0.01186,"11":0.05929,_:"6 7 5.5"},K:{"0":0.13768,_:"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.00492},O:{"0":0.04425},H:{"0":0},L:{"0":24.24701},R:{_:"0"},M:{"0":0.4622}};
1
+ module.exports={C:{"34":0.00492,"52":0.01477,"54":0.00984,"78":0.01969,"88":0.01969,"101":0.00492,"102":0.00492,"103":0.00984,"109":0.00492,"113":0.00492,"114":0.00492,"115":0.16243,"119":0.00492,"121":0.00492,"125":0.00984,"126":0.00492,"127":0.00984,"128":0.0443,"129":0.00492,"130":0.00492,"131":0.00984,"132":0.00984,"133":0.05906,"134":0.49712,"135":1.44215,"136":0.01477,_:"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 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 89 90 91 92 93 94 95 96 97 98 99 100 104 105 106 107 108 110 111 112 116 117 118 120 122 123 124 137 138 3.5 3.6"},D:{"25":0.03445,"26":0.00492,"34":0.00984,"38":0.05906,"39":0.02461,"40":0.02461,"41":0.02461,"42":0.02461,"43":0.02461,"44":0.02461,"45":0.02461,"46":0.02461,"47":0.02461,"48":0.02461,"49":0.03445,"50":0.02461,"51":0.02461,"52":0.02953,"53":0.02461,"54":0.02461,"55":0.02461,"56":0.02461,"57":0.02461,"58":0.02461,"59":0.03938,"60":0.02461,"66":0.00492,"72":0.00492,"73":0.00492,"74":0.00492,"76":0.00492,"78":0.00492,"79":0.05906,"80":0.00984,"81":0.03938,"85":0.01969,"86":0.00984,"87":0.04922,"88":0.03938,"89":0.00492,"90":0.01477,"91":0.00492,"93":0.00492,"94":0.00492,"95":0.00492,"96":0.00492,"97":0.00984,"98":0.01477,"99":0.00984,"100":0.00492,"101":0.00492,"102":0.00492,"103":0.10336,"104":0.02953,"105":0.00492,"106":0.00984,"107":0.01477,"108":0.03938,"109":0.59064,"110":0.00984,"111":0.0443,"112":0.01477,"113":0.10336,"114":0.12305,"115":0.00984,"116":0.23626,"117":0.01477,"118":0.00984,"119":0.02953,"120":0.0443,"121":0.05906,"122":0.09352,"123":0.0886,"124":0.10828,"125":0.51681,"126":0.19196,"127":0.17719,"128":0.26087,"129":0.14274,"130":0.31009,"131":2.24935,"132":11.22708,"133":10.54785,"134":0.01477,"135":0.01477,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 27 28 29 30 31 32 33 35 36 37 61 62 63 64 65 67 68 69 70 71 75 77 83 84 92 136"},F:{"46":0.01969,"87":0.00984,"95":0.00984,"106":0.00492,"114":0.10828,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00984,"85":0.00984,"92":0.00492,"108":0.00492,"109":0.05906,"110":0.00492,"111":0.00492,"112":0.00492,"113":0.00984,"114":0.00984,"115":0.00492,"116":0.00492,"117":0.00492,"119":0.00492,"120":0.00984,"121":0.00984,"122":0.00984,"123":0.00492,"124":0.00984,"125":0.00984,"126":0.02461,"127":0.00984,"128":0.03445,"129":0.02461,"130":0.06399,"131":0.25102,"132":3.21407,"133":4.35105,_:"12 13 14 15 16 17 79 80 81 83 84 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 118"},E:{"13":0.00984,"14":0.0443,"15":0.00984,_:"0 4 5 6 7 8 9 10 11 12 3.1 3.2 5.1 6.1 7.1 9.1 10.1","11.1":0.00492,"12.1":0.02953,"13.1":0.09352,"14.1":0.14766,"15.1":0.02461,"15.2-15.3":0.01969,"15.4":0.02953,"15.5":0.04922,"15.6":0.48236,"16.0":0.06891,"16.1":0.08367,"16.2":0.05414,"16.3":0.12305,"16.4":0.04922,"16.5":0.05414,"16.6":0.57095,"17.0":0.01969,"17.1":0.27071,"17.2":0.04922,"17.3":0.06399,"17.4":0.14766,"17.5":0.31993,"17.6":0.90565,"18.0":0.10336,"18.1":1.25511,"18.2":0.37407,"18.3":2.14599,"18.4":0.00492},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00442,"5.0-5.1":0.00221,"6.0-6.1":0.01325,"7.0-7.1":0.01104,"8.1-8.4":0,"9.0-9.2":0.00442,"9.3":0.03313,"10.0-10.2":0.00442,"10.3":0.05081,"11.0-11.2":0.17451,"11.3-11.4":0.01546,"12.0-12.1":0.00884,"12.2-12.5":0.23415,"13.0-13.1":0.00442,"13.2":0.00663,"13.3":0.00884,"13.4-13.7":0.03313,"14.0-14.4":0.07289,"14.5-14.8":0.10161,"15.0-15.1":0.05301,"15.2-15.3":0.05301,"15.4":0.06406,"15.5":0.07289,"15.6-15.8":0.90345,"16.0":0.13033,"16.1":0.2717,"16.2":0.13695,"16.3":0.2474,"16.4":0.05522,"16.5":0.10382,"16.6-16.7":1.07575,"17.0":0.06627,"17.1":0.11707,"17.2":0.09278,"17.3":0.13033,"17.4":0.26949,"17.5":0.64059,"17.6-17.7":2.10732,"18.0":0.62071,"18.1":5.70125,"18.2":1.83341,"18.3":6.53401,"18.4":0.01325},P:{"4":0.14182,"20":0.01091,"21":0.03273,"22":0.01091,"23":0.03273,"24":0.03273,"25":0.03273,"26":0.08727,"27":2.72724,"5.0-5.4":0.02182,"6.2-6.4":0.01091,"7.2-7.4":0.01091,_:"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.01091},I:{"0":0.02027,"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.13203,_:"10 11 12 11.1 11.5 12.1"},A:{"9":0.01367,"11":0.10938,_:"6 7 8 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":25.45497},R:{_:"0"},M:{"0":0.55858},Q:{"14.9":0.00508},O:{"0":0.04062},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"25":0.00265,"54":0.00265,"78":0.02116,"88":0.00265,"90":0.00265,"103":0.01323,"105":0.00529,"108":0.03174,"115":0.03703,"121":0.00265,"127":0.00529,"128":0.04761,"129":0.00794,"130":0.0291,"131":0.05026,"132":0.41527,"133":0.03968,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 89 91 92 93 94 95 96 97 98 99 100 101 102 104 106 107 109 110 111 112 113 114 116 117 118 119 120 122 123 124 125 126 134 135 136 3.5 3.6"},D:{"47":0.00265,"52":0.00265,"63":0.00265,"79":0.00794,"80":0.01058,"81":0.00265,"87":0.02381,"91":0.00529,"94":0.00265,"96":0.00794,"98":0.00529,"99":0.0529,"101":0.00265,"103":0.09522,"105":0.00265,"106":0.00265,"108":0.00794,"109":0.62158,"110":0.01058,"111":0.0529,"112":0.01058,"113":0.00265,"114":0.00265,"115":0.03439,"116":0.0529,"118":0.00265,"119":0.00794,"120":0.01852,"121":0.00529,"122":0.07142,"123":0.02645,"124":0.04232,"125":0.01058,"126":0.19044,"127":0.03968,"128":0.12167,"129":1.3225,"130":7.21292,"131":4.56792,"132":0.00265,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 48 49 50 51 53 54 55 56 57 58 59 60 61 62 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 83 84 85 86 88 89 90 92 93 95 97 100 102 104 107 117 133 134"},F:{"97":0.05555,"108":0.00529,"112":0.00265,"113":0.00265,"114":0.23541,_:"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 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:{"109":0.01587,"122":0.00265,"125":0.00265,"126":0.00794,"127":0.00265,"128":0.00529,"129":0.10845,"130":3.85906,"131":2.53127,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 123 124"},E:{"8":0.00529,"14":0.01852,"15":0.00794,_:"0 4 5 6 7 9 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1","12.1":0.01587,"13.1":0.05026,"14.1":0.07671,"15.1":0.00529,"15.2-15.3":0.00265,"15.4":0.12167,"15.5":0.00529,"15.6":0.14548,"16.0":0.01587,"16.1":0.01587,"16.2":0.01323,"16.3":0.04761,"16.4":0.01852,"16.5":0.0529,"16.6":0.38617,"17.0":0.01587,"17.1":0.01058,"17.2":0.02381,"17.3":0.03439,"17.4":0.06348,"17.5":0.12432,"17.6":1.33837,"18.0":0.37295,"18.1":0.40469,"18.2":0.0291},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00328,"5.0-5.1":0,"6.0-6.1":0.0131,"7.0-7.1":0.01638,"8.1-8.4":0,"9.0-9.2":0.0131,"9.3":0.04586,"10.0-10.2":0.00983,"10.3":0.07534,"11.0-11.2":0.88442,"11.3-11.4":0.02293,"12.0-12.1":0.0131,"12.2-12.5":0.34394,"13.0-13.1":0.00655,"13.2":0.08844,"13.3":0.0131,"13.4-13.7":0.04913,"14.0-14.4":0.1081,"14.5-14.8":0.15395,"15.0-15.1":0.08844,"15.2-15.3":0.08189,"15.4":0.09827,"15.5":0.11465,"15.6-15.8":1.22836,"16.0":0.23257,"16.1":0.49134,"16.2":0.24895,"16.3":0.42256,"16.4":0.08517,"16.5":0.17033,"16.6-16.7":1.61161,"17.0":0.11792,"17.1":0.19654,"17.2":0.16378,"17.3":0.24895,"17.4":0.53393,"17.5":1.59523,"17.6-17.7":13.78056,"18.0":4.88724,"18.1":4.29435,"18.2":0.17361},P:{"4":0.0409,"20":0.01023,"21":0.01023,"22":0.07158,"23":0.12271,"24":0.08181,"25":0.0409,"26":3.7939,"27":3.29282,_:"5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 16.0 17.0 18.0 19.0","7.2-7.4":0.02045,"15.0":0.01023},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:{"11":0.00265,_:"6 7 8 9 10 5.5"},K:{"0":0.07356,_:"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.02207},H:{"0":0},L:{"0":33.16195},R:{_:"0"},M:{"0":0.2501}};
1
+ module.exports={C:{"52":0.00273,"78":0.01913,"106":0.00273,"115":0.02186,"128":0.0082,"129":0.00273,"131":0.00273,"132":0.0082,"133":0.0328,"134":0.09839,"135":0.40722,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 127 130 136 137 138 3.5 3.6"},D:{"34":0.00273,"43":0.00273,"52":0.00273,"53":0.00273,"56":0.00273,"57":0.00273,"60":0.00273,"79":0.00273,"87":0.00547,"91":0.00273,"93":0.00273,"94":0.00273,"98":0.00547,"100":0.00273,"103":0.14485,"104":0.09292,"106":0.01913,"107":0.01367,"108":0.0082,"109":0.61493,"110":0.03006,"112":0.02186,"115":0.00273,"116":0.08472,"117":0.00273,"118":0.00547,"119":0.00273,"120":0.00547,"121":0.0082,"122":0.04373,"123":0.01367,"124":0.01367,"125":0.01367,"126":0.12025,"127":0.0246,"128":0.06559,"129":0.07652,"130":0.05193,"131":0.64499,"132":5.68737,"133":6.10006,"134":0.01367,_:"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 44 45 46 47 48 49 50 51 54 55 58 59 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 83 84 85 86 88 89 90 92 95 96 97 99 101 102 105 111 113 114 135 136"},F:{"113":0.00273,"114":0.05193,_:"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 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"103":0.00273,"106":0.00273,"108":0.00273,"109":0.01913,"114":0.00273,"117":0.00547,"122":0.00273,"123":0.00547,"124":0.00273,"125":0.00273,"126":0.0082,"128":0.00547,"129":0.00273,"130":0.03006,"131":0.21864,"132":2.79039,"133":3.98745,_:"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 104 105 107 110 111 112 113 115 116 118 119 120 121 127"},E:{"14":0.01367,"15":0.00547,_:"0 4 5 6 7 8 9 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1","12.1":0.02186,"13.1":0.0082,"14.1":0.05739,"15.1":0.0082,"15.2-15.3":0.0082,"15.4":0.38809,"15.5":0.00547,"15.6":0.12025,"16.0":0.05739,"16.1":0.01093,"16.2":0.0082,"16.3":0.10932,"16.4":0.0082,"16.5":0.02186,"16.6":0.22411,"17.0":0.01093,"17.1":0.16125,"17.2":0.01367,"17.3":0.03006,"17.4":0.09292,"17.5":0.12025,"17.6":0.48647,"18.0":0.03553,"18.1":0.91282,"18.2":0.22137,"18.3":1.03307,"18.4":0.01093},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00645,"5.0-5.1":0.00323,"6.0-6.1":0.01935,"7.0-7.1":0.01613,"8.1-8.4":0,"9.0-9.2":0.00645,"9.3":0.04838,"10.0-10.2":0.00645,"10.3":0.07418,"11.0-11.2":0.25478,"11.3-11.4":0.02258,"12.0-12.1":0.0129,"12.2-12.5":0.34186,"13.0-13.1":0.00645,"13.2":0.00968,"13.3":0.0129,"13.4-13.7":0.04838,"14.0-14.4":0.10643,"14.5-14.8":0.14835,"15.0-15.1":0.0774,"15.2-15.3":0.0774,"15.4":0.09353,"15.5":0.10643,"15.6-15.8":1.31906,"16.0":0.19028,"16.1":0.39669,"16.2":0.19996,"16.3":0.36121,"16.4":0.08063,"16.5":0.15158,"16.6-16.7":1.57062,"17.0":0.09675,"17.1":0.17093,"17.2":0.13545,"17.3":0.19028,"17.4":0.39346,"17.5":0.93528,"17.6-17.7":3.07674,"18.0":0.90625,"18.1":8.32397,"18.2":2.67683,"18.3":9.53983,"18.4":0.01935},P:{"4":0.05192,"20":0.03115,"21":0.01038,"22":0.01038,"23":0.03115,"24":0.04154,"25":0.02077,"26":0.09346,"27":5.88824,_:"5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0","7.2-7.4":0.03115,"19.0":0.01038},I:{"0":0.00725,"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.05087,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00273,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":34.54151},R:{_:"0"},M:{"0":0.19621},Q:{"14.9":0.00727},O:{"0":0.0436},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"78":0.00572,"102":0.00572,"108":0.02288,"115":0.1087,"125":0.00572,"128":0.03433,"131":0.5721,"132":1.69914,"133":0.1373,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 103 104 105 106 107 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 126 127 129 130 134 135 136 3.5 3.6"},D:{"49":0.00572,"76":0.16019,"94":0.01144,"103":0.03433,"109":0.73229,"114":0.01144,"116":0.2174,"117":0.01716,"119":0.02861,"121":0.00572,"122":0.18879,"123":0.09726,"125":0.00572,"126":3.30674,"127":0.05721,"128":0.1373,"129":0.99545,"130":20.97319,"131":10.97288,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 77 78 79 80 81 83 84 85 86 87 88 89 90 91 92 93 95 96 97 98 99 100 101 102 104 105 106 107 108 110 111 112 113 115 118 120 124 132 133 134"},F:{"95":0.04005,"113":0.12586,"114":1.59616,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"109":0.2174,"116":0.00572,"117":0.09726,"122":0.00572,"128":0.01716,"129":0.04577,"130":7.36293,"131":3.80447,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 118 119 120 121 123 124 125 126 127"},E:{"14":0.07437,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.1 15.2-15.3 15.5 16.5 17.1 17.3 18.2","12.1":0.11442,"13.1":0.00572,"14.1":0.06865,"15.4":0.01144,"15.6":0.15447,"16.0":0.06293,"16.1":0.01144,"16.2":0.01716,"16.3":0.1087,"16.4":0.00572,"16.6":0.09726,"17.0":0.00572,"17.2":0.01716,"17.4":0.09726,"17.5":0.06293,"17.6":0.62931,"18.0":0.36042,"18.1":0.24028},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00064,"5.0-5.1":0,"6.0-6.1":0.00254,"7.0-7.1":0.00318,"8.1-8.4":0,"9.0-9.2":0.00254,"9.3":0.00891,"10.0-10.2":0.00191,"10.3":0.01463,"11.0-11.2":0.17176,"11.3-11.4":0.00445,"12.0-12.1":0.00254,"12.2-12.5":0.06679,"13.0-13.1":0.00127,"13.2":0.01718,"13.3":0.00254,"13.4-13.7":0.00954,"14.0-14.4":0.02099,"14.5-14.8":0.0299,"15.0-15.1":0.01718,"15.2-15.3":0.0159,"15.4":0.01908,"15.5":0.02226,"15.6-15.8":0.23855,"16.0":0.04517,"16.1":0.09542,"16.2":0.04835,"16.3":0.08206,"16.4":0.01654,"16.5":0.03308,"16.6-16.7":0.31298,"17.0":0.0229,"17.1":0.03817,"17.2":0.03181,"17.3":0.04835,"17.4":0.10369,"17.5":0.3098,"17.6-17.7":2.67624,"18.0":0.94912,"18.1":0.83398,"18.2":0.03372},P:{"22":0.22926,"23":0.01146,"25":0.17195,"26":1.52459,"27":1.00875,_:"4 20 21 24 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","5.0-5.4":0.02293},I:{"0":0.21343,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00006,"4.4":0,"4.4.3-4.4.4":0.00028},A:{_:"6 7 8 9 10 11 5.5"},K:{"0":0.03422,_:"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":30.88002},R:{_:"0"},M:{"0":2.51546}};
1
+ module.exports={C:{"115":0.17649,"123":0.00519,"125":0.06229,"128":0.06748,"131":0.00519,"132":0.0571,"134":0.6333,"135":1.78051,_:"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 124 126 127 129 130 133 136 137 138 3.5 3.6"},D:{"40":0.00519,"50":0.00519,"76":0.25436,"79":0.01557,"86":0.00519,"94":0.00519,"103":0.0571,"105":0.00519,"109":0.83056,"111":0.19207,"114":0.00519,"116":0.25436,"120":0.00519,"121":0.00519,"122":0.08306,"123":0.00519,"126":0.01557,"127":0.04153,"128":0.19207,"129":0.02076,"130":0.01038,"131":4.29815,"132":12.98269,"133":13.2059,"134":0.01038,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 46 47 48 49 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 77 78 80 81 83 84 85 87 88 89 90 91 92 93 95 96 97 98 99 100 101 102 104 106 107 108 110 112 113 115 117 118 119 124 125 135 136"},F:{"31":0.00519,"87":0.01038,"113":0.00519,"114":0.04672,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 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:{"109":0.08306,"128":0.00519,"130":0.03634,"131":0.10382,"132":5.04046,"133":6.74311,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 129"},E:{"14":0.03634,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.1 15.2-15.3 17.0 17.2 17.3 18.4","12.1":0.01038,"13.1":0.02076,"14.1":0.04153,"15.4":0.01038,"15.5":0.01038,"15.6":0.09863,"16.0":0.02596,"16.1":0.00519,"16.2":0.00519,"16.3":0.04153,"16.4":0.00519,"16.5":0.00519,"16.6":0.15573,"17.1":0.06748,"17.4":0.06229,"17.5":0.04153,"17.6":0.32703,"18.0":0.03115,"18.1":0.28551,"18.2":0.1713,"18.3":0.46719},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0017,"5.0-5.1":0.00085,"6.0-6.1":0.00509,"7.0-7.1":0.00424,"8.1-8.4":0,"9.0-9.2":0.0017,"9.3":0.01271,"10.0-10.2":0.0017,"10.3":0.01949,"11.0-11.2":0.06695,"11.3-11.4":0.00593,"12.0-12.1":0.00339,"12.2-12.5":0.08984,"13.0-13.1":0.0017,"13.2":0.00254,"13.3":0.00339,"13.4-13.7":0.01271,"14.0-14.4":0.02797,"14.5-14.8":0.03899,"15.0-15.1":0.02034,"15.2-15.3":0.02034,"15.4":0.02458,"15.5":0.02797,"15.6-15.8":0.34664,"16.0":0.05,"16.1":0.10425,"16.2":0.05255,"16.3":0.09492,"16.4":0.02119,"16.5":0.03983,"16.6-16.7":0.41274,"17.0":0.02543,"17.1":0.04492,"17.2":0.0356,"17.3":0.05,"17.4":0.1034,"17.5":0.24578,"17.6-17.7":0.80854,"18.0":0.23815,"18.1":2.18745,"18.2":0.70344,"18.3":2.50697,"18.4":0.00509},P:{"22":0.02266,"23":0.02266,"24":0.01133,"25":0.10196,"26":0.18127,"27":4.10115,_:"4 20 21 5.0-5.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","6.2-6.4":0.01133,"7.2-7.4":0.01133},I:{"0":0.13921,"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.00017},K:{"0":0.03367,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.03634,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":33.51208},R:{_:"0"},M:{"0":2.01539},Q:{_:"14.9"},O:{_:"0"},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"34":0.00257,"47":0.00257,"52":0.00514,"68":0.00257,"79":0.03344,"108":0.00257,"115":0.07459,"123":0.00772,"125":0.00257,"126":0.00257,"127":0.00257,"128":0.02315,"129":0.00257,"130":0.00257,"131":0.01543,"132":0.3035,"133":0.03601,_:"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 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 69 70 71 72 73 74 75 76 77 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 109 110 111 112 113 114 116 117 118 119 120 121 122 124 134 135 136 3.5 3.6"},D:{"11":0.00514,"38":0.00514,"49":0.01543,"50":0.00257,"53":0.00257,"58":0.03858,"63":0.00514,"65":0.00257,"67":0.00257,"68":0.00257,"69":0.00514,"70":0.00772,"72":0.00257,"73":0.00514,"74":0.00514,"75":0.00514,"76":0.00257,"77":0.00257,"78":0.00514,"79":0.14403,"80":0.018,"81":0.00257,"83":0.02572,"84":0.00257,"85":0.00772,"86":0.00257,"87":0.09259,"88":0.02315,"89":0.00514,"90":0.02058,"91":0.00772,"92":0.00257,"94":0.05401,"95":0.00257,"96":0.00257,"97":0.00257,"98":0.00514,"99":0.00257,"100":0.02315,"101":0.00772,"102":0.00257,"103":0.01286,"104":0.00514,"105":0.00514,"106":0.01543,"107":0.02829,"108":0.03601,"109":2.97323,"110":0.00514,"111":0.00514,"112":0.02315,"113":0.00257,"114":0.01029,"115":0.01286,"116":0.02315,"117":0.00257,"118":0.02572,"119":0.01543,"120":0.03086,"121":0.02572,"122":0.0823,"123":0.03344,"124":0.05144,"125":0.04887,"126":0.05658,"127":0.09002,"128":0.07716,"129":0.3035,"130":8.46702,"131":6.12393,"132":0.00514,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 43 44 45 46 47 48 51 52 54 55 56 57 59 60 61 62 64 66 71 93 133 134"},F:{"36":0.00257,"40":0.00257,"46":0.018,"65":0.00257,"69":0.00257,"79":0.02829,"81":0.00257,"82":0.00257,"83":0.01286,"84":0.00257,"85":0.14918,"86":0.00257,"93":0.00514,"95":0.15946,"102":0.00772,"112":0.00257,"113":0.04115,"114":0.89506,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 66 67 68 70 71 72 73 74 75 76 77 78 80 87 88 89 90 91 92 94 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"16":0.00257,"18":0.00257,"84":0.00257,"89":0.00514,"92":0.01029,"109":0.01286,"114":0.01029,"120":0.00257,"121":0.02315,"122":0.00514,"123":0.00257,"124":0.00514,"125":0.00257,"126":0.00257,"127":0.00514,"128":0.02572,"129":0.03601,"130":0.87191,"131":0.66358,_:"12 13 14 15 17 79 80 81 83 85 86 87 88 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 119"},E:{"14":0.00257,_:"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","5.1":0.01029,"12.1":0.00257,"13.1":0.00514,"14.1":0.01543,"15.1":0.00514,"15.4":0.00257,"15.5":0.00257,"15.6":0.02572,"16.0":0.00257,"16.1":0.03086,"16.2":0.00257,"16.3":0.01029,"16.4":0.00257,"16.5":0.01029,"16.6":0.06173,"17.0":0.01029,"17.1":0.018,"17.2":0.00514,"17.3":0.01286,"17.4":0.05658,"17.5":0.0463,"17.6":0.21348,"18.0":0.1106,"18.1":0.13889,"18.2":0.00772},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00092,"5.0-5.1":0,"6.0-6.1":0.00369,"7.0-7.1":0.00461,"8.1-8.4":0,"9.0-9.2":0.00369,"9.3":0.01292,"10.0-10.2":0.00277,"10.3":0.02122,"11.0-11.2":0.24909,"11.3-11.4":0.00646,"12.0-12.1":0.00369,"12.2-12.5":0.09687,"13.0-13.1":0.00185,"13.2":0.02491,"13.3":0.00369,"13.4-13.7":0.01384,"14.0-14.4":0.03044,"14.5-14.8":0.04336,"15.0-15.1":0.02491,"15.2-15.3":0.02306,"15.4":0.02768,"15.5":0.03229,"15.6-15.8":0.34596,"16.0":0.0655,"16.1":0.13838,"16.2":0.07011,"16.3":0.11901,"16.4":0.02399,"16.5":0.04797,"16.6-16.7":0.4539,"17.0":0.03321,"17.1":0.05535,"17.2":0.04613,"17.3":0.07011,"17.4":0.15038,"17.5":0.44929,"17.6-17.7":3.8812,"18.0":1.37646,"18.1":1.20947,"18.2":0.0489},P:{"4":0.44981,"20":0.02092,"21":0.0523,"22":0.03138,"23":0.12553,"24":0.12553,"25":0.08368,"26":1.52725,"27":1.29712,"5.0-5.4":0.01046,"6.2-6.4":0.04184,"7.2-7.4":0.11507,_:"8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0","13.0":0.02092,"17.0":0.11507,"18.0":0.01046,"19.0":0.02092},I:{"0":0.02965,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00004},A:{"8":0.01252,"11":0.05949,_:"6 7 9 10 5.5"},K:{"0":1.63159,_:"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.11142},H:{"0":0.01},L:{"0":58.73018},R:{_:"0"},M:{"0":0.22284}};
1
+ module.exports={C:{"34":0.0026,"52":0.00519,"68":0.0026,"78":0.0026,"82":0.0026,"108":0.0026,"115":0.07007,"122":0.0026,"127":0.0026,"128":0.02076,"131":0.0026,"133":0.0026,"134":0.10121,"135":0.35033,"136":0.0026,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 69 70 71 72 73 74 75 76 77 79 80 81 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 123 124 125 126 129 130 132 137 138 3.5 3.6"},D:{"11":0.00519,"38":0.0026,"39":0.0026,"41":0.0026,"47":0.0026,"49":0.01038,"53":0.00519,"55":0.0026,"56":0.0026,"65":0.0026,"66":0.00519,"68":0.0026,"69":0.01038,"70":0.00779,"72":0.00519,"73":0.00519,"74":0.0026,"75":0.00519,"77":0.0026,"78":0.01038,"79":0.17127,"80":0.00519,"81":0.00519,"83":0.0545,"84":0.0026,"85":0.0026,"86":0.01298,"87":0.11937,"88":0.02076,"89":0.00519,"90":0.00779,"91":0.01817,"94":0.06228,"95":0.0026,"97":0.0026,"98":0.01038,"100":0.02076,"101":0.00519,"102":0.00779,"103":0.01557,"104":0.00519,"105":0.00519,"106":0.01817,"107":0.00779,"108":0.01817,"109":2.83374,"110":0.00519,"111":0.02855,"112":0.01817,"113":0.0026,"114":0.00519,"115":0.00779,"116":0.01557,"117":0.0026,"118":0.01298,"119":0.01298,"120":0.03893,"121":0.02336,"122":0.07266,"123":0.02595,"124":0.07526,"125":0.04931,"126":0.04412,"127":0.03114,"128":0.07266,"129":0.05709,"130":0.04412,"131":0.43077,"132":7.50993,"133":6.8534,"134":0.02855,"135":0.00519,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 40 42 43 44 45 46 48 50 51 52 54 57 58 59 60 61 62 63 64 67 71 76 92 93 96 99 136"},F:{"36":0.00519,"46":0.03114,"74":0.0026,"79":0.04412,"83":0.01038,"84":0.0026,"85":0.07785,"86":0.0026,"87":0.01817,"91":0.0026,"93":0.00519,"95":0.15311,"109":0.0026,"114":0.04412,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 75 76 77 78 80 81 82 88 89 90 92 94 96 97 98 99 100 101 102 103 104 105 106 107 108 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.0026,"89":0.01038,"92":0.01038,"100":0.0026,"109":0.01298,"113":0.0026,"114":0.01038,"122":0.00519,"125":0.0026,"126":0.0026,"127":0.0026,"128":0.00519,"129":0.00519,"130":0.01557,"131":0.03374,"132":0.62021,"133":0.92642,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 115 116 117 118 119 120 121 123 124"},E:{"14":0.0026,"15":0.0026,_:"0 4 5 6 7 8 9 10 11 12 13 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.4 16.0 16.2 18.4","5.1":0.00519,"13.1":0.0026,"14.1":0.02595,"15.2-15.3":0.0026,"15.5":0.0026,"15.6":0.02595,"16.1":0.00519,"16.3":0.01038,"16.4":0.00519,"16.5":0.0026,"16.6":0.06488,"17.0":0.0026,"17.1":0.01038,"17.2":0.0026,"17.3":0.01038,"17.4":0.01038,"17.5":0.0519,"17.6":0.08045,"18.0":0.01557,"18.1":0.11159,"18.2":0.03633,"18.3":0.18165},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00203,"5.0-5.1":0.00101,"6.0-6.1":0.00609,"7.0-7.1":0.00507,"8.1-8.4":0,"9.0-9.2":0.00203,"9.3":0.01522,"10.0-10.2":0.00203,"10.3":0.02334,"11.0-11.2":0.08016,"11.3-11.4":0.0071,"12.0-12.1":0.00406,"12.2-12.5":0.10755,"13.0-13.1":0.00203,"13.2":0.00304,"13.3":0.00406,"13.4-13.7":0.01522,"14.0-14.4":0.03348,"14.5-14.8":0.04667,"15.0-15.1":0.02435,"15.2-15.3":0.02435,"15.4":0.02942,"15.5":0.03348,"15.6-15.8":0.41498,"16.0":0.05986,"16.1":0.1248,"16.2":0.06291,"16.3":0.11364,"16.4":0.02537,"16.5":0.04769,"16.6-16.7":0.49412,"17.0":0.03044,"17.1":0.05377,"17.2":0.04261,"17.3":0.05986,"17.4":0.12378,"17.5":0.29424,"17.6-17.7":0.96795,"18.0":0.28511,"18.1":2.61874,"18.2":0.84214,"18.3":3.00125,"18.4":0.00609},P:{"4":0.49229,"20":0.02051,"21":0.05128,"22":0.05128,"23":0.13333,"24":0.04102,"25":0.10256,"26":0.13333,"27":2.60501,"5.0-5.4":0.02051,"6.2-6.4":0.05128,"7.2-7.4":0.10256,_:"8.2 9.2 10.1 11.1-11.2 14.0 15.0","12.0":0.01026,"13.0":0.01026,"16.0":0.01026,"17.0":0.04102,"18.0":0.01026,"19.0":0.01026},I:{"0":0.02217,"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":1.13755,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.00779,"11":0.02336,_:"6 7 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":59.60613},R:{_:"0"},M:{"0":0.17034},Q:{_:"14.9"},O:{"0":0.10368},H:{"0":0.04}};
@@ -1 +1 @@
1
- module.exports={C:{"21":0.01089,"52":0.07986,"68":0.00363,"77":0.00363,"79":0.00363,"84":0.00363,"88":0.05082,"99":0.00726,"102":0.00363,"103":0.00363,"111":0.02541,"112":0.00363,"113":0.00363,"114":0.00363,"115":0.57717,"122":0.00363,"123":0.02178,"124":0.00363,"125":0.01815,"126":0.00363,"127":0.00726,"128":0.01089,"129":0.00363,"130":0.01815,"131":0.05445,"132":1.57542,"133":0.15246,"134":0.00363,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 69 70 71 72 73 74 75 76 78 80 81 82 83 85 86 87 89 90 91 92 93 94 95 96 97 98 100 101 104 105 106 107 108 109 110 116 117 118 119 120 121 135 136 3.5 3.6"},D:{"11":0.00363,"43":0.00363,"49":0.0363,"53":0.01089,"55":0.00363,"56":0.00363,"64":0.00726,"65":0.01089,"68":0.00363,"70":0.00363,"71":0.00363,"72":0.00363,"73":0.00363,"75":0.00363,"76":0.02178,"77":0.00363,"78":0.01452,"79":0.59532,"80":0.01089,"81":0.00363,"83":0.02178,"84":0.01452,"85":0.00726,"86":0.00726,"87":0.26136,"88":0.0363,"89":0.02178,"90":0.00726,"91":0.02178,"92":0.00363,"93":0.01089,"94":0.15972,"95":0.00726,"96":0.00726,"97":0.00726,"98":0.02541,"100":0.01089,"102":0.01089,"103":0.02904,"104":0.01452,"105":0.00363,"106":0.01815,"107":0.02541,"108":0.01089,"109":2.99838,"110":0.00363,"111":0.02178,"112":0.00726,"113":0.00363,"114":0.01815,"115":0.00363,"116":0.06534,"117":0.00363,"118":0.00726,"119":0.06897,"120":0.01452,"121":0.06171,"122":0.11616,"123":0.03267,"124":0.19239,"125":0.06534,"126":0.13794,"127":0.06171,"128":0.09075,"129":0.60258,"130":12.04071,"131":8.05134,_:"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 45 46 47 48 50 51 52 54 57 58 59 60 61 62 63 66 67 69 74 99 101 132 133 134"},F:{"28":0.01089,"36":0.00363,"40":0.02178,"46":0.08349,"80":0.00363,"82":0.00726,"85":0.01089,"95":0.0726,"108":0.00363,"111":0.00363,"112":0.00363,"113":0.11979,"114":2.05095,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 29 30 31 32 33 34 35 37 38 39 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 81 83 84 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 109 110 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00363,"85":0.00363,"89":0.00363,"92":0.00726,"100":0.00363,"106":0.00363,"108":0.02178,"109":0.04356,"121":0.00726,"122":0.01089,"125":0.01452,"126":0.01452,"127":0.01089,"128":0.00726,"129":0.05445,"130":1.07085,"131":0.86394,_:"12 13 14 15 16 17 79 80 81 83 84 86 87 88 90 91 93 94 95 96 97 98 99 101 102 103 104 105 107 110 111 112 113 114 115 116 117 118 119 120 123 124"},E:{"14":0.00363,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.1 15.5","12.1":0.05082,"13.1":0.01089,"14.1":0.01452,"15.2-15.3":0.00363,"15.4":0.00726,"15.6":0.09075,"16.0":0.00726,"16.1":0.00363,"16.2":0.01089,"16.3":0.03993,"16.4":0.00726,"16.5":0.00726,"16.6":0.07623,"17.0":0.00363,"17.1":0.01815,"17.2":0.01089,"17.3":0.00726,"17.4":0.0363,"17.5":0.06171,"17.6":1.24509,"18.0":0.10527,"18.1":0.13794,"18.2":0.00726},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00104,"5.0-5.1":0,"6.0-6.1":0.00415,"7.0-7.1":0.00519,"8.1-8.4":0,"9.0-9.2":0.00415,"9.3":0.01453,"10.0-10.2":0.00311,"10.3":0.02387,"11.0-11.2":0.28017,"11.3-11.4":0.00726,"12.0-12.1":0.00415,"12.2-12.5":0.10896,"13.0-13.1":0.00208,"13.2":0.02802,"13.3":0.00415,"13.4-13.7":0.01557,"14.0-14.4":0.03424,"14.5-14.8":0.04877,"15.0-15.1":0.02802,"15.2-15.3":0.02594,"15.4":0.03113,"15.5":0.03632,"15.6-15.8":0.38913,"16.0":0.07367,"16.1":0.15565,"16.2":0.07886,"16.3":0.13386,"16.4":0.02698,"16.5":0.05396,"16.6-16.7":0.51054,"17.0":0.03736,"17.1":0.06226,"17.2":0.05188,"17.3":0.07886,"17.4":0.16914,"17.5":0.50535,"17.6-17.7":4.36549,"18.0":1.54821,"18.1":1.36039,"18.2":0.055},P:{"4":0.84278,"20":0.01028,"21":0.04111,"22":0.05139,"23":0.12333,"24":0.0925,"25":0.04111,"26":1.79861,"27":1.99388,"5.0-5.4":0.07194,"6.2-6.4":0.15417,"7.2-7.4":0.04111,_:"8.2 9.2 10.1 12.0 14.0 15.0 16.0","11.1-11.2":0.01028,"13.0":0.01028,"17.0":0.04111,"18.0":0.01028,"19.0":0.01028},I:{"0":0.19068,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00006,"4.4":0,"4.4.3-4.4.4":0.00025},A:{"11":0.00726,_:"6 7 8 9 10 5.5"},K:{"0":0.2548,_:"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.00637},H:{"0":0},L:{"0":47.80695},R:{_:"0"},M:{"0":0.17199}};
1
+ module.exports={C:{"51":0.00351,"52":0.07028,"88":0.00351,"99":0.00703,"111":0.00703,"115":0.5025,"123":0.02811,"125":0.00351,"126":0.00351,"127":0.01054,"128":0.01406,"129":0.00351,"131":0.00351,"132":0.00703,"133":0.01406,"134":0.376,"135":1.23341,"136":0.03514,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 89 90 91 92 93 94 95 96 97 98 100 101 102 103 104 105 106 107 108 109 110 112 113 114 116 117 118 119 120 121 122 124 130 137 138 3.5 3.6"},D:{"11":0.00351,"43":0.00351,"49":0.04217,"53":0.0246,"55":0.00351,"56":0.00351,"60":0.00351,"64":0.03865,"65":0.00351,"66":0.00703,"68":0.00351,"69":0.00703,"70":0.00703,"71":0.00703,"72":0.00351,"75":0.00351,"76":0.02108,"77":0.00351,"78":0.0246,"79":0.56575,"81":0.00703,"83":0.02811,"84":0.00703,"85":0.00351,"86":0.00351,"87":0.26004,"88":0.0492,"89":0.01054,"90":0.00351,"91":0.01757,"92":0.00351,"93":0.00351,"94":0.13705,"95":0.00351,"96":0.00351,"97":0.01054,"98":0.00351,"99":0.01054,"100":0.01054,"102":0.00351,"103":0.02811,"104":0.04217,"105":0.00351,"106":0.02811,"107":0.00703,"108":0.01054,"109":2.83931,"110":0.00703,"111":0.0246,"112":0.01406,"114":0.01406,"115":0.00351,"116":0.10191,"118":0.00703,"119":0.07379,"120":0.0246,"121":0.01406,"122":0.09136,"123":0.03514,"124":0.1757,"125":0.01757,"126":0.05974,"127":0.01757,"128":0.04568,"129":0.14407,"130":0.0492,"131":0.92067,"132":9.89542,"133":10.20114,"134":0.00703,_:"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 45 46 47 48 50 51 52 54 57 58 59 61 62 63 67 73 74 80 101 113 117 135 136"},F:{"28":0.00703,"36":0.00351,"40":0.01406,"46":0.16516,"79":0.00351,"87":0.03865,"89":0.00351,"95":0.12299,"101":0.00351,"112":0.00351,"114":0.07028,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 29 30 31 32 33 34 35 37 38 39 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 86 88 90 91 92 93 94 96 97 98 99 100 102 103 104 105 106 107 108 109 110 111 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00351,"92":0.00703,"108":0.00703,"109":0.02811,"110":0.00351,"114":0.00351,"122":0.01054,"125":0.00351,"126":0.00703,"127":0.00351,"128":0.00351,"129":0.0246,"130":0.02108,"131":0.09839,"132":0.80119,"133":1.14556,_:"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 111 112 113 115 116 117 118 119 120 121 123 124"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 15.4 17.0 18.4","11.1":0.00703,"12.1":0.02108,"13.1":0.03514,"14.1":0.01054,"15.1":0.00351,"15.2-15.3":0.01054,"15.5":0.00351,"15.6":0.11948,"16.0":0.00703,"16.1":0.00351,"16.2":0.00351,"16.3":0.01054,"16.4":0.00703,"16.5":0.01054,"16.6":0.08082,"17.1":0.02108,"17.2":0.00351,"17.3":0.00703,"17.4":0.10893,"17.5":0.02811,"17.6":0.10191,"18.0":0.01757,"18.1":0.10893,"18.2":0.05622,"18.3":0.23544},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00199,"5.0-5.1":0.00099,"6.0-6.1":0.00596,"7.0-7.1":0.00497,"8.1-8.4":0,"9.0-9.2":0.00199,"9.3":0.0149,"10.0-10.2":0.00199,"10.3":0.02284,"11.0-11.2":0.07845,"11.3-11.4":0.00695,"12.0-12.1":0.00397,"12.2-12.5":0.10526,"13.0-13.1":0.00199,"13.2":0.00298,"13.3":0.00397,"13.4-13.7":0.0149,"14.0-14.4":0.03277,"14.5-14.8":0.04568,"15.0-15.1":0.02383,"15.2-15.3":0.02383,"15.4":0.0288,"15.5":0.03277,"15.6-15.8":0.40614,"16.0":0.05859,"16.1":0.12214,"16.2":0.06157,"16.3":0.11122,"16.4":0.02483,"16.5":0.04667,"16.6-16.7":0.48359,"17.0":0.02979,"17.1":0.05263,"17.2":0.04171,"17.3":0.05859,"17.4":0.12115,"17.5":0.28797,"17.6-17.7":0.94733,"18.0":0.27903,"18.1":2.56295,"18.2":0.8242,"18.3":2.93731,"18.4":0.00596},P:{"4":0.62575,"20":0.01026,"21":0.05129,"22":0.03077,"23":0.06155,"24":0.07181,"25":0.05129,"26":0.15387,"27":3.43649,"5.0-5.4":0.05129,"6.2-6.4":0.16413,"7.2-7.4":0.15387,_:"8.2 9.2 10.1 11.1-11.2 12.0 13.0 15.0 16.0 17.0 18.0","14.0":0.01026,"19.0":0.03077},I:{"0":0.22008,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00004,"4.4":0,"4.4.3-4.4.4":0.00026},K:{"0":0.21404,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.01054,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":50.4278},R:{_:"0"},M:{"0":0.16215},Q:{_:"14.9"},O:{"0":0.00649},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"113":0.00464,"115":0.00929,"124":0.00464,"128":0.01393,"129":0.00464,"130":0.00464,"131":0.0418,"132":1.71364,"133":0.20434,_:"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 114 116 117 118 119 120 121 122 123 125 126 127 134 135 136 3.5 3.6"},D:{"50":0.00464,"56":0.00464,"62":0.00464,"65":0.00464,"69":0.00464,"73":0.00464,"75":0.00464,"79":0.01393,"80":0.04644,"83":0.00464,"85":0.00464,"86":0.00464,"87":0.02786,"89":0.00464,"91":0.00464,"93":0.00929,"94":0.0418,"96":0.01393,"99":0.00464,"100":0.00464,"101":0.00464,"103":0.0743,"104":0.00464,"106":0.00929,"107":0.00464,"108":0.00464,"109":0.7384,"111":0.00464,"112":0.00464,"113":0.02786,"114":0.00464,"116":0.0418,"117":0.00464,"118":0.00464,"119":0.01858,"120":0.02786,"121":0.00464,"122":0.58979,"123":0.01393,"124":0.00929,"125":0.02322,"126":0.08359,"127":0.07895,"128":0.38545,"129":0.95202,"130":15.59455,"131":10.56046,"132":0.01393,"133":0.00929,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 51 52 53 54 55 57 58 59 60 61 63 64 66 67 68 70 71 72 74 76 77 78 81 84 88 90 92 95 97 98 102 105 110 115 134"},F:{"84":0.01393,"95":0.02322,"113":0.274,"114":0.61765,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 85 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 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.0743,"109":0.08359,"112":0.00464,"120":0.00464,"123":0.00464,"124":0.00464,"126":0.07895,"127":0.00464,"128":0.01858,"129":0.1161,"130":4.28177,"131":3.2926,_:"13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 113 114 115 116 117 118 119 121 122 125"},E:{"13":0.00464,"14":0.00464,"15":0.00464,_:"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 15.2-15.3","13.1":0.01393,"14.1":0.09288,"15.1":0.00464,"15.4":0.00929,"15.5":0.03715,"15.6":0.15325,"16.0":0.00464,"16.1":0.18576,"16.2":0.33901,"16.3":0.10217,"16.4":0.00929,"16.5":0.01393,"16.6":0.09752,"17.0":0.00464,"17.1":0.03251,"17.2":0.0418,"17.3":0.06966,"17.4":0.0418,"17.5":0.26935,"17.6":1.34676,"18.0":0.8127,"18.1":0.70589,"18.2":0.01393},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00135,"5.0-5.1":0,"6.0-6.1":0.00539,"7.0-7.1":0.00674,"8.1-8.4":0,"9.0-9.2":0.00539,"9.3":0.01887,"10.0-10.2":0.00404,"10.3":0.03101,"11.0-11.2":0.36399,"11.3-11.4":0.00944,"12.0-12.1":0.00539,"12.2-12.5":0.14155,"13.0-13.1":0.0027,"13.2":0.0364,"13.3":0.00539,"13.4-13.7":0.02022,"14.0-14.4":0.04449,"14.5-14.8":0.06336,"15.0-15.1":0.0364,"15.2-15.3":0.0337,"15.4":0.04044,"15.5":0.04718,"15.6-15.8":0.50554,"16.0":0.09572,"16.1":0.20222,"16.2":0.10246,"16.3":0.17391,"16.4":0.03505,"16.5":0.0701,"16.6-16.7":0.66327,"17.0":0.04853,"17.1":0.08089,"17.2":0.06741,"17.3":0.10246,"17.4":0.21974,"17.5":0.65653,"17.6-17.7":5.67148,"18.0":2.01137,"18.1":1.76737,"18.2":0.07145},P:{"4":0.05483,"20":0.02193,"21":0.05483,"22":0.05483,"23":0.02193,"24":0.05483,"25":0.05483,"26":2.07266,"27":2.31393,"5.0-5.4":0.01097,"6.2-6.4":0.01097,"7.2-7.4":0.0658,_:"8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0","17.0":0.04387,"19.0":0.01097},I:{"0":0.00534,"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:{_:"6 7 8 9 10 11 5.5"},K:{"0":0.14461,_:"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.04285},H:{"0":0},L:{"0":34.79346},R:{_:"0"},M:{"0":1.2051}};
1
+ module.exports={C:{"64":0.00451,"93":0.01354,"113":0.00451,"115":0.02256,"128":0.00902,"129":0.00902,"134":0.564,"135":1.61981,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 114 116 117 118 119 120 121 122 123 124 125 126 127 130 131 132 133 136 137 138 3.5 3.6"},D:{"47":0.00451,"50":0.00451,"56":0.00451,"62":0.01354,"70":0.00451,"73":0.00902,"79":0.00902,"80":0.04963,"83":0.01805,"85":0.00451,"86":0.00451,"87":0.02256,"91":0.00451,"93":0.01354,"94":0.02256,"102":0.00902,"103":0.01805,"108":0.00451,"109":0.40608,"111":0.02707,"116":0.01805,"119":0.01354,"120":0.00451,"122":0.04512,"123":0.02256,"124":0.00451,"126":0.06317,"127":0.26621,"128":0.15792,"129":0.0361,"130":0.09024,"131":1.73261,"132":10.29638,"133":9.72336,"134":0.00902,"135":0.06317,_:"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 51 52 53 54 55 57 58 59 60 61 63 64 65 66 67 68 69 71 72 74 75 76 77 78 81 84 88 89 90 92 95 96 97 98 99 100 101 104 105 106 107 110 112 113 114 115 117 118 121 125 136"},F:{"87":0.00902,"95":0.00902,"114":0.24365,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"109":0.0767,"120":0.00451,"129":0.00451,"130":0.02256,"131":0.05414,"132":4.70602,"133":5.9017,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 121 122 123 124 125 126 127 128"},E:{"13":0.02256,_:"0 4 5 6 7 8 9 10 11 12 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 18.4","13.1":0.01805,"14.1":0.08573,"15.4":0.0361,"15.5":0.00451,"15.6":0.15341,"16.0":0.01805,"16.1":0.27072,"16.2":0.31584,"16.3":0.08122,"16.4":0.02707,"16.5":0.00902,"16.6":0.21658,"17.0":0.05414,"17.1":0.32938,"17.2":0.00902,"17.3":0.00902,"17.4":0.06768,"17.5":0.20755,"17.6":0.29328,"18.0":0.08573,"18.1":1.30848,"18.2":0.36998,"18.3":1.76419},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00302,"5.0-5.1":0.00151,"6.0-6.1":0.00905,"7.0-7.1":0.00754,"8.1-8.4":0,"9.0-9.2":0.00302,"9.3":0.02261,"10.0-10.2":0.00302,"10.3":0.03467,"11.0-11.2":0.1191,"11.3-11.4":0.01055,"12.0-12.1":0.00603,"12.2-12.5":0.1598,"13.0-13.1":0.00302,"13.2":0.00452,"13.3":0.00603,"13.4-13.7":0.02261,"14.0-14.4":0.04975,"14.5-14.8":0.06935,"15.0-15.1":0.03618,"15.2-15.3":0.03618,"15.4":0.04372,"15.5":0.04975,"15.6-15.8":0.61659,"16.0":0.08895,"16.1":0.18543,"16.2":0.09347,"16.3":0.16885,"16.4":0.03769,"16.5":0.07086,"16.6-16.7":0.73418,"17.0":0.04523,"17.1":0.0799,"17.2":0.06332,"17.3":0.08895,"17.4":0.18392,"17.5":0.43719,"17.6-17.7":1.43821,"18.0":0.42362,"18.1":3.891,"18.2":1.25127,"18.3":4.45934,"18.4":0.00905},P:{"4":0.0439,"21":0.01098,"22":0.08781,"23":0.03293,"24":0.0439,"25":0.06586,"26":0.38416,"27":5.36726,_:"20 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0","5.0-5.4":0.01098,"7.2-7.4":0.10976,"17.0":0.06586,"19.0":0.01098},I:{"0":0.00548,"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.3183,_:"10 11 12 11.1 11.5 12.1"},A:{"10":0.00451,_:"6 7 8 9 11 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":33.23958},R:{_:"0"},M:{"0":1.52566},Q:{_:"14.9"},O:{"0":0.04939},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"40":0.00281,"49":0.00281,"51":0.00281,"52":0.00563,"72":0.00281,"88":0.02251,"99":0.00281,"102":0.00281,"103":0.01126,"105":0.00563,"106":0.00563,"107":0.00844,"108":0.00563,"109":0.00844,"110":0.00563,"111":0.01126,"112":0.00281,"115":0.62752,"116":0.00281,"121":0.00281,"122":0.00281,"124":0.00281,"125":0.01126,"126":0.00281,"127":0.01407,"128":0.04221,"129":0.00563,"130":0.01126,"131":0.04221,"132":2.00075,"133":0.25326,"134":0.01126,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 46 47 48 50 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 89 90 91 92 93 94 95 96 97 98 100 101 104 113 114 117 118 119 120 123 135 136 3.5 3.6"},D:{"11":0.00281,"41":0.00563,"46":0.00281,"48":0.00281,"49":0.00281,"51":0.00281,"53":0.00281,"56":0.00844,"65":0.00563,"66":0.00281,"69":0.00563,"70":0.00563,"71":0.00281,"72":0.00281,"73":0.01688,"74":0.00563,"75":0.01126,"76":0.00281,"77":0.00281,"78":0.00281,"79":0.00563,"80":0.00281,"81":0.00563,"83":0.02251,"84":0.00281,"85":0.00563,"86":0.01126,"87":0.01126,"88":0.00844,"89":0.00281,"90":0.00281,"91":0.00844,"92":0.00281,"93":0.01126,"94":0.02251,"95":0.00563,"96":0.00844,"97":0.00563,"98":0.00281,"99":0.00563,"100":0.00281,"101":0.00563,"102":0.00563,"103":0.0394,"104":0.03377,"105":0.01407,"106":0.06472,"107":0.06754,"108":0.08723,"109":1.28318,"110":0.04784,"111":0.05065,"112":0.04221,"113":0.00563,"114":0.01688,"115":0.00281,"116":0.03377,"117":0.00563,"118":0.0197,"119":0.02251,"120":0.0197,"121":0.00844,"122":0.03658,"123":0.02251,"124":0.07598,"125":0.02533,"126":0.05628,"127":0.04502,"128":0.08161,"129":0.34894,"130":9.76458,"131":6.6523,"132":0.03658,"133":0.01407,_:"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 42 43 44 45 47 50 52 54 55 57 58 59 60 61 62 63 64 67 68 134"},F:{"46":0.00281,"79":0.00563,"84":0.00563,"85":0.03377,"86":0.00563,"91":0.00281,"92":0.00281,"94":0.00281,"95":0.02814,"113":0.01126,"114":0.47275,_:"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 87 88 89 90 93 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:{"16":0.00281,"18":0.00281,"84":0.00281,"92":0.0197,"100":0.00281,"105":0.00281,"106":0.00563,"107":0.01126,"108":0.00844,"109":0.01688,"110":0.00844,"111":0.00563,"112":0.00281,"114":0.01407,"116":0.00281,"117":0.00281,"118":0.00281,"121":0.00281,"122":0.00281,"124":0.00563,"125":0.00563,"126":0.00563,"127":0.00281,"128":0.00563,"129":0.0197,"130":0.61064,"131":0.46431,_:"12 13 14 15 17 79 80 81 83 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 113 115 119 120 123"},E:{"9":0.00281,_:"0 4 5 6 7 8 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 16.2","13.1":0.00281,"14.1":0.00281,"15.5":0.00281,"15.6":0.01407,"16.0":0.01126,"16.1":0.00281,"16.3":0.00563,"16.4":0.00281,"16.5":0.00563,"16.6":0.01688,"17.0":0.00281,"17.1":0.00563,"17.2":0.00563,"17.3":0.00563,"17.4":0.0197,"17.5":0.00844,"17.6":0.04221,"18.0":0.0394,"18.1":0.05347,"18.2":0.00281},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00019,"5.0-5.1":0,"6.0-6.1":0.00076,"7.0-7.1":0.00095,"8.1-8.4":0,"9.0-9.2":0.00076,"9.3":0.00267,"10.0-10.2":0.00057,"10.3":0.00438,"11.0-11.2":0.05142,"11.3-11.4":0.00133,"12.0-12.1":0.00076,"12.2-12.5":0.02,"13.0-13.1":0.00038,"13.2":0.00514,"13.3":0.00076,"13.4-13.7":0.00286,"14.0-14.4":0.00628,"14.5-14.8":0.00895,"15.0-15.1":0.00514,"15.2-15.3":0.00476,"15.4":0.00571,"15.5":0.00667,"15.6-15.8":0.07141,"16.0":0.01352,"16.1":0.02856,"16.2":0.01447,"16.3":0.02457,"16.4":0.00495,"16.5":0.0099,"16.6-16.7":0.09369,"17.0":0.00686,"17.1":0.01143,"17.2":0.00952,"17.3":0.01447,"17.4":0.03104,"17.5":0.09274,"17.6-17.7":0.80113,"18.0":0.28412,"18.1":0.24965,"18.2":0.01009},P:{"4":0.07702,"20":0.011,"21":0.011,"22":0.011,"23":0.011,"24":0.011,"25":0.02201,"26":0.26409,"27":0.19806,_:"5.0-5.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0 19.0","6.2-6.4":0.011,"7.2-7.4":0.04401,"17.0":0.03301},I:{"0":0.0717,"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},A:{"8":0.00619,"11":0.05572,_:"6 7 9 10 5.5"},K:{"0":1.67183,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.01437,_:"3.0-3.1"},J:{_:"7 10"},Q:{"14.9":0.00719},O:{"0":1.94741},H:{"0":0.06},L:{"0":68.67352},R:{_:"0"},M:{"0":0.12935}};
1
+ module.exports={C:{"40":0.0029,"49":0.0029,"52":0.00579,"72":0.0029,"75":0.0029,"88":0.02606,"89":0.0029,"99":0.0029,"102":0.0029,"103":0.00869,"105":0.00869,"106":0.00869,"107":0.00869,"108":0.00869,"109":0.01158,"110":0.00869,"111":0.00869,"113":0.0029,"115":0.49232,"125":0.01158,"126":0.00869,"127":0.01158,"128":0.04054,"129":0.0029,"130":0.0029,"131":0.00579,"132":0.00869,"133":0.01158,"134":0.45757,"135":1.56674,"136":0.05502,"137":0.0029,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 46 47 48 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 76 77 78 79 80 81 82 83 84 85 86 87 90 91 92 93 94 95 96 97 98 100 101 104 112 114 116 117 118 119 120 121 122 123 124 138 3.5 3.6"},D:{"11":0.0029,"41":0.0029,"48":0.0029,"49":0.0029,"50":0.0029,"56":0.00579,"65":0.0029,"66":0.0029,"69":0.00579,"70":0.0029,"71":0.0029,"72":0.0029,"73":0.01738,"74":0.0029,"75":0.01158,"76":0.0029,"77":0.0029,"78":0.0029,"79":0.00579,"80":0.0029,"81":0.00579,"83":0.00869,"85":0.00579,"86":0.00869,"87":0.02027,"89":0.0029,"90":0.0029,"91":0.00579,"92":0.0029,"93":0.01158,"94":0.01448,"95":0.00579,"96":0.0029,"97":0.0029,"98":0.0029,"99":0.0029,"100":0.0029,"101":0.00579,"102":0.00869,"103":0.04054,"104":0.26643,"105":0.02896,"106":0.08688,"107":0.10136,"108":0.12742,"109":1.17867,"110":0.0724,"111":0.06371,"112":0.06661,"113":0.00579,"114":0.01448,"115":0.0029,"116":0.02896,"117":0.0029,"118":0.02606,"119":0.02317,"120":0.01158,"121":0.00579,"122":0.06661,"123":0.01158,"124":0.0695,"125":0.02606,"126":0.02896,"127":0.02317,"128":0.04634,"129":0.08398,"130":0.04923,"131":0.33594,"132":7.9669,"133":8.12328,"134":0.05502,"135":0.02027,_:"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 42 43 44 45 46 47 51 52 53 54 55 57 58 59 60 61 62 63 64 67 68 84 88 136"},F:{"29":0.0029,"46":0.0029,"79":0.0029,"85":0.0029,"86":0.0029,"87":0.0724,"88":0.0029,"91":0.0029,"92":0.0029,"93":0.0029,"94":0.0029,"95":0.02317,"96":0.0029,"97":0.0029,"114":0.01448,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 89 90 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"16":0.0029,"18":0.0029,"84":0.0029,"92":0.01448,"103":0.0029,"105":0.0029,"106":0.01158,"107":0.02317,"108":0.02027,"109":0.02027,"110":0.01158,"111":0.00579,"114":0.04054,"122":0.0029,"124":0.0029,"125":0.01448,"126":0.0029,"127":0.0029,"128":0.0029,"129":0.00579,"130":0.00869,"131":0.10715,"132":0.46915,"133":0.63422,_:"12 13 14 15 17 79 80 81 83 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 104 112 113 115 116 117 118 119 120 121 123"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.4 15.5 16.2 18.4","13.1":0.0029,"14.1":0.00579,"15.1":0.0029,"15.2-15.3":0.0029,"15.6":0.01738,"16.0":0.0029,"16.1":0.0029,"16.3":0.0029,"16.4":0.0029,"16.5":0.0029,"16.6":0.01448,"17.0":0.0029,"17.1":0.00579,"17.2":0.0029,"17.3":0.0029,"17.4":0.02606,"17.5":0.01448,"17.6":0.02027,"18.0":0.00869,"18.1":0.03186,"18.2":0.02896,"18.3":0.08109},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00043,"5.0-5.1":0.00021,"6.0-6.1":0.00129,"7.0-7.1":0.00107,"8.1-8.4":0,"9.0-9.2":0.00043,"9.3":0.00322,"10.0-10.2":0.00043,"10.3":0.00493,"11.0-11.2":0.01695,"11.3-11.4":0.0015,"12.0-12.1":0.00086,"12.2-12.5":0.02274,"13.0-13.1":0.00043,"13.2":0.00064,"13.3":0.00086,"13.4-13.7":0.00322,"14.0-14.4":0.00708,"14.5-14.8":0.00987,"15.0-15.1":0.00515,"15.2-15.3":0.00515,"15.4":0.00622,"15.5":0.00708,"15.6-15.8":0.08775,"16.0":0.01266,"16.1":0.02639,"16.2":0.0133,"16.3":0.02403,"16.4":0.00536,"16.5":0.01008,"16.6-16.7":0.10448,"17.0":0.00644,"17.1":0.01137,"17.2":0.00901,"17.3":0.01266,"17.4":0.02617,"17.5":0.06222,"17.6-17.7":0.20467,"18.0":0.06029,"18.1":0.55373,"18.2":0.17807,"18.3":0.63461,"18.4":0.00129},P:{"4":0.1096,"21":0.01096,"22":0.01096,"23":0.01096,"24":0.01096,"25":0.01096,"26":0.0548,"27":0.42746,_:"20 5.0-5.4 8.2 9.2 10.1 12.0 14.0 15.0 16.0 18.0","6.2-6.4":0.01096,"7.2-7.4":0.0548,"11.1-11.2":0.01096,"13.0":0.01096,"17.0":0.02192,"19.0":0.01096},I:{"0":0.07799,"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":1.65206,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.00649,"11":0.10066,_:"6 7 9 10 5.5"},S:{"2.5":0.01421,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":68.40339},R:{_:"0"},M:{"0":0.12787},Q:{"14.9":0.0071},O:{"0":2.01754},H:{"0":0.06}};
@@ -1 +1 @@
1
- module.exports={C:{"48":0.00487,"52":0.01462,"55":0.00487,"78":0.06336,"87":0.0195,"94":0.00487,"102":0.00487,"103":0.00487,"105":0.00487,"108":0.00975,"110":0.00487,"113":0.00487,"115":0.21933,"118":0.00487,"120":0.00487,"121":0.00975,"123":0.00487,"125":0.05361,"126":0.00487,"127":0.02437,"128":0.09261,"129":0.00975,"130":0.0195,"131":0.15109,"132":2.42238,"133":0.25832,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 53 54 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 88 89 90 91 92 93 95 96 97 98 99 100 101 104 106 107 109 111 112 114 116 117 119 122 124 134 135 136 3.5 3.6"},D:{"38":0.00487,"44":0.00487,"45":0.00487,"46":0.00487,"49":0.01462,"74":0.12185,"75":0.11698,"76":0.11698,"77":0.11698,"78":1.93498,"79":2.52961,"80":0.00487,"83":0.07798,"85":0.00487,"87":0.02924,"88":0.00487,"89":0.02437,"90":0.01462,"91":0.00975,"92":0.00487,"93":0.00487,"94":0.00487,"96":0.00487,"97":0.00487,"99":0.00487,"100":0.00487,"101":0.00487,"102":0.00487,"103":0.04387,"104":0.00975,"105":0.00975,"106":0.00975,"107":0.00975,"108":0.01462,"109":0.54101,"110":0.00975,"111":0.00487,"112":0.00975,"113":0.04387,"114":0.07311,"115":0.00487,"116":0.13647,"117":0.00975,"118":0.00975,"119":0.02924,"120":0.34118,"121":0.02437,"122":0.11698,"123":0.06824,"124":0.07311,"125":0.47278,"126":0.61412,"127":0.07798,"128":0.2632,"129":0.86757,"130":11.8292,"131":7.20865,"132":0.00487,_:"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 47 48 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 81 84 86 95 98 133 134"},F:{"46":0.00487,"85":0.00487,"95":0.00975,"102":0.00487,"109":0.00487,"113":0.08773,"114":0.94068,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 103 104 105 106 107 108 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00487,"102":0.00487,"108":0.00975,"109":0.05849,"114":0.00487,"116":0.00487,"117":0.00487,"120":0.00487,"121":0.00975,"122":0.00975,"123":0.00487,"124":0.00487,"125":0.01462,"126":0.02437,"127":0.02924,"128":0.06336,"129":0.19983,"130":4.06979,"131":2.85616,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 103 104 105 106 107 110 111 112 113 115 118 119"},E:{"9":0.00487,"14":0.0195,"15":0.00487,_:"0 4 5 6 7 8 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1","12.1":0.00975,"13.1":0.06336,"14.1":0.09261,"15.1":0.0195,"15.2-15.3":0.01462,"15.4":0.02924,"15.5":0.04387,"15.6":0.54589,"16.0":0.04874,"16.1":0.09261,"16.2":0.06824,"16.3":0.15109,"16.4":0.06336,"16.5":0.08773,"16.6":0.58488,"17.0":0.04874,"17.1":0.1121,"17.2":0.1316,"17.3":0.1121,"17.4":0.27782,"17.5":0.619,"17.6":2.4565,"18.0":0.79446,"18.1":1.12589,"18.2":0.0195},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00208,"5.0-5.1":0,"6.0-6.1":0.00833,"7.0-7.1":0.01041,"8.1-8.4":0,"9.0-9.2":0.00833,"9.3":0.02915,"10.0-10.2":0.00625,"10.3":0.04789,"11.0-11.2":0.56216,"11.3-11.4":0.01457,"12.0-12.1":0.00833,"12.2-12.5":0.21862,"13.0-13.1":0.00416,"13.2":0.05622,"13.3":0.00833,"13.4-13.7":0.03123,"14.0-14.4":0.06871,"14.5-14.8":0.09786,"15.0-15.1":0.05622,"15.2-15.3":0.05205,"15.4":0.06246,"15.5":0.07287,"15.6-15.8":0.78078,"16.0":0.14783,"16.1":0.31231,"16.2":0.15824,"16.3":0.26859,"16.4":0.05413,"16.5":0.10827,"16.6-16.7":1.02438,"17.0":0.07495,"17.1":0.12492,"17.2":0.1041,"17.3":0.15824,"17.4":0.33938,"17.5":1.01397,"17.6-17.7":8.75929,"18.0":3.10646,"18.1":2.7296,"18.2":0.11035},P:{"4":0.03138,"20":0.01046,"21":0.02092,"22":0.02092,"23":0.02092,"24":0.03138,"25":0.03138,"26":1.46456,"27":1.44364,_:"5.0-5.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0 17.0 18.0","6.2-6.4":0.01046,"13.0":0.01046,"19.0":0.01046},I:{"0":0.07674,"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.0001},A:{"8":0.01575,"9":0.00525,"10":0.00525,"11":0.04199,_:"6 7 5.5"},K:{"0":0.15894,_:"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.00513},O:{"0":0.02051},H:{"0":0},L:{"0":26.63117},R:{_:"0"},M:{"0":0.29737}};
1
+ module.exports={C:{"48":0.00481,"52":0.00962,"78":0.05292,"87":0.01443,"104":0.00481,"108":0.00481,"111":0.00481,"113":0.00481,"115":0.23093,"121":0.00481,"125":0.01443,"126":0.00481,"127":0.00481,"128":0.12028,"129":0.00481,"130":0.00481,"131":0.00481,"132":0.02406,"133":0.02887,"134":0.70722,"135":2.4488,"136":0.00962,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 105 106 107 109 110 112 114 116 117 118 119 120 122 123 124 137 138 3.5 3.6"},D:{"49":0.01924,"58":0.00481,"74":0.06254,"75":0.05292,"76":0.05292,"77":0.05292,"78":0.84193,"79":1.12577,"81":0.00481,"83":0.09141,"85":0.00962,"87":0.02887,"88":0.00481,"89":0.00481,"90":0.00962,"91":0.01924,"93":0.00481,"94":0.00481,"95":0.00481,"96":0.00481,"97":0.00481,"98":0.00481,"99":0.00481,"100":0.01443,"102":0.00481,"103":0.04811,"104":0.03849,"105":0.00962,"106":0.00481,"107":0.01443,"108":0.01924,"109":0.55327,"110":0.00481,"111":0.03368,"112":0.00962,"113":0.03849,"114":0.05773,"115":0.00481,"116":0.13952,"117":0.00962,"118":0.00962,"119":0.01443,"120":0.17801,"121":0.02406,"122":0.12028,"123":0.05292,"124":0.04811,"125":0.47148,"126":0.14914,"127":0.04811,"128":0.15395,"129":0.07217,"130":0.16357,"131":1.38557,"132":10.39176,"133":10.26667,"134":0.00481,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 50 51 52 53 54 55 56 57 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 80 84 86 92 101 135 136"},F:{"46":0.00481,"79":0.00481,"87":0.00962,"95":0.01443,"113":0.00481,"114":0.10103,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 86 88 89 90 91 92 93 94 96 97 98 99 100 101 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:{"86":0.00481,"92":0.00481,"107":0.00481,"108":0.01443,"109":0.07698,"114":0.00481,"116":0.00481,"120":0.00481,"121":0.00481,"122":0.00481,"123":0.00481,"124":0.00481,"125":0.00962,"126":0.03849,"127":0.0433,"128":0.01443,"129":0.00962,"130":0.06254,"131":0.24055,"132":3.38213,"133":4.64262,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 110 111 112 113 115 117 118 119"},E:{"14":0.01443,"15":0.00481,_:"0 4 5 6 7 8 9 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1","12.1":0.00962,"13.1":0.0433,"14.1":0.07217,"15.1":0.00962,"15.2-15.3":0.00962,"15.4":0.02406,"15.5":0.02406,"15.6":0.45223,"16.0":0.04811,"16.1":0.04811,"16.2":0.03849,"16.3":0.09141,"16.4":0.03368,"16.5":0.05292,"16.6":0.47629,"17.0":0.02406,"17.1":0.22612,"17.2":0.07217,"17.3":0.05773,"17.4":0.20687,"17.5":0.27423,"17.6":0.76014,"18.0":0.14914,"18.1":0.97182,"18.2":0.32715,"18.3":1.78488,"18.4":0.00481},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00375,"5.0-5.1":0.00187,"6.0-6.1":0.01125,"7.0-7.1":0.00937,"8.1-8.4":0,"9.0-9.2":0.00375,"9.3":0.02811,"10.0-10.2":0.00375,"10.3":0.04311,"11.0-11.2":0.14807,"11.3-11.4":0.01312,"12.0-12.1":0.0075,"12.2-12.5":0.19867,"13.0-13.1":0.00375,"13.2":0.00562,"13.3":0.0075,"13.4-13.7":0.02811,"14.0-14.4":0.06185,"14.5-14.8":0.08622,"15.0-15.1":0.04498,"15.2-15.3":0.04498,"15.4":0.05435,"15.5":0.06185,"15.6-15.8":0.76658,"16.0":0.11058,"16.1":0.23053,"16.2":0.1162,"16.3":0.20992,"16.4":0.04686,"16.5":0.08809,"16.6-16.7":0.91277,"17.0":0.05623,"17.1":0.09934,"17.2":0.07872,"17.3":0.11058,"17.4":0.22866,"17.5":0.54354,"17.6-17.7":1.78805,"18.0":0.52667,"18.1":4.83748,"18.2":1.55564,"18.3":5.54408,"18.4":0.01125},P:{"4":0.03178,"21":0.02118,"22":0.02118,"23":0.02118,"24":0.02118,"25":0.03178,"26":0.08474,"27":3.34717,_:"20 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.01059},I:{"0":0.05179,"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.1768,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.0433,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":29.11122},R:{_:"0"},M:{"0":0.34766},Q:{_:"14.9"},O:{"0":0.02076},H:{"0":0.01}};
@@ -1 +1 @@
1
- module.exports={C:{"43":0.00186,"56":0.00186,"59":0.00186,"60":0.00186,"67":0.00373,"68":0.00186,"69":0.00186,"72":0.0205,"78":0.00186,"81":0.00186,"85":0.0261,"86":0.00186,"88":0.00186,"89":0.00186,"91":0.00186,"95":0.00186,"96":0.00186,"97":0.00186,"99":0.0466,"102":0.00186,"109":0.00186,"110":0.00186,"111":0.00186,"115":0.24605,"120":0.00186,"122":0.00186,"123":0.00186,"124":0.00186,"125":0.00186,"127":0.02982,"128":0.02796,"129":0.00559,"130":0.04101,"131":0.07456,"132":1.56576,"133":0.14912,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 44 45 46 47 48 49 50 51 52 53 54 55 57 58 61 62 63 64 65 66 70 71 73 74 75 76 77 79 80 82 83 84 87 90 92 93 94 98 100 101 103 104 105 106 107 108 112 113 114 116 117 118 119 121 126 134 135 136 3.5 3.6"},D:{"46":0.00186,"48":0.00186,"49":0.00186,"50":0.00186,"66":0.00186,"69":0.00373,"70":0.01118,"73":0.00746,"74":0.00186,"75":0.07083,"76":0.04101,"79":0.0261,"81":0.00186,"83":0.12675,"86":0.00373,"87":0.07829,"88":0.00186,"89":0.00186,"91":0.01864,"92":0.00186,"93":0.03728,"94":0.02237,"95":0.00559,"97":0.00186,"98":0.00373,"99":0.00746,"100":0.00186,"103":0.00932,"106":0.00559,"107":0.00186,"108":0.00186,"109":0.62071,"110":0.00186,"111":0.00186,"112":0.00186,"114":0.12302,"115":0.00559,"116":0.01864,"117":0.00186,"118":0.00186,"119":0.02237,"120":0.00559,"121":0.00186,"122":0.01305,"123":0.01864,"124":0.01491,"125":0.01678,"126":0.01118,"127":0.03728,"128":0.05965,"129":0.12675,"130":3.69258,"131":2.48471,"132":0.00186,_:"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 47 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 67 68 71 72 77 78 80 84 85 90 96 101 102 104 105 113 133 134"},F:{"42":0.00186,"79":0.00186,"85":0.00373,"86":0.00186,"95":0.01491,"96":0.00186,"110":0.00186,"112":0.00186,"113":0.00746,"114":0.73814,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 87 88 89 90 91 92 93 94 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.00373,"13":0.00186,"14":0.00186,"15":0.00186,"17":0.00186,"18":0.01864,"84":0.00186,"89":0.00373,"90":0.00186,"92":0.0205,"98":0.00186,"100":0.00373,"109":0.0205,"112":0.00186,"114":0.01491,"120":0.00186,"122":0.00373,"123":0.00186,"124":0.00932,"125":0.00373,"126":0.00373,"127":0.00559,"128":0.0466,"129":0.07083,"130":1.61795,"131":1.24329,_:"16 79 80 81 83 85 86 87 88 91 93 94 95 96 97 99 101 102 103 104 105 106 107 108 110 111 113 115 116 117 118 119 121"},E:{"14":0.00373,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.1 15.2-15.3 15.4 15.5 16.0 16.4 17.1 18.2","12.1":0.00186,"13.1":0.00746,"14.1":0.00373,"15.6":0.0466,"16.1":0.00186,"16.2":0.00186,"16.3":0.03542,"16.5":0.00746,"16.6":0.04287,"17.0":0.00186,"17.2":0.00559,"17.3":0.00186,"17.4":0.00186,"17.5":0.01305,"17.6":0.03728,"18.0":0.01118,"18.1":0.03914},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00074,"5.0-5.1":0,"6.0-6.1":0.00296,"7.0-7.1":0.00371,"8.1-8.4":0,"9.0-9.2":0.00296,"9.3":0.01038,"10.0-10.2":0.00222,"10.3":0.01705,"11.0-11.2":0.20012,"11.3-11.4":0.00519,"12.0-12.1":0.00296,"12.2-12.5":0.07782,"13.0-13.1":0.00148,"13.2":0.02001,"13.3":0.00296,"13.4-13.7":0.01112,"14.0-14.4":0.02446,"14.5-14.8":0.03484,"15.0-15.1":0.02001,"15.2-15.3":0.01853,"15.4":0.02224,"15.5":0.02594,"15.6-15.8":0.27795,"16.0":0.05262,"16.1":0.11118,"16.2":0.05633,"16.3":0.09561,"16.4":0.01927,"16.5":0.03854,"16.6-16.7":0.36467,"17.0":0.02668,"17.1":0.04447,"17.2":0.03706,"17.3":0.05633,"17.4":0.12081,"17.5":0.36096,"17.6-17.7":3.11818,"18.0":1.10585,"18.1":0.9717,"18.2":0.03928},P:{"4":0.02219,"22":0.01109,"24":0.02219,"25":0.01109,"26":0.23299,"27":0.14423,_:"20 21 23 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.01109,"7.2-7.4":0.02219,"13.0":0.01109},I:{"0":0.07306,"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.0001},A:{"11":0.03355,_:"6 7 8 9 10 5.5"},K:{"0":1.29143,_:"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.04068},O:{"0":0.12204},H:{"0":0.23},L:{"0":75.5767},R:{_:"0"},M:{"0":0.04882}};
1
+ module.exports={C:{"56":0.00287,"60":0.00287,"65":0.00575,"72":0.00287,"78":0.00287,"85":0.02011,"99":0.12354,"105":0.00287,"107":0.10056,"111":0.00287,"115":0.16089,"118":0.00287,"123":0.00287,"127":0.01724,"128":0.02011,"129":0.00287,"130":0.00575,"131":0.00287,"132":0.00575,"133":0.01724,"134":0.33901,"135":2.38172,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 57 58 59 61 62 63 64 66 67 68 69 70 71 73 74 75 76 77 79 80 81 82 83 84 86 87 88 89 90 91 92 93 94 95 96 97 98 100 101 102 103 104 106 108 109 110 112 113 114 116 117 119 120 121 122 124 125 126 136 137 138 3.5 3.6"},D:{"11":0.00287,"37":0.00287,"38":0.01149,"48":0.00287,"50":0.00287,"55":0.00287,"58":0.00287,"68":0.00287,"69":0.00575,"70":0.01149,"72":0.00287,"73":0.00575,"75":0.00575,"79":0.14365,"81":0.01724,"83":0.11205,"84":0.00287,"85":0.00575,"86":0.00287,"87":0.18962,"88":0.00287,"91":0.00287,"93":0.11779,"94":0.00862,"95":0.00862,"98":0.00575,"103":0.01437,"106":0.01149,"107":0.00287,"108":0.00287,"109":0.43095,"110":0.00862,"111":0.00287,"114":0.05746,"116":0.01724,"118":0.00575,"119":0.01149,"120":0.00287,"121":0.00287,"122":0.39647,"123":0.06033,"124":0.01149,"125":0.0316,"126":0.00575,"127":0.08906,"128":0.01437,"129":0.0316,"130":0.04884,"131":0.25282,"132":5.61097,"133":3.97336,_:"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 39 40 41 42 43 44 45 46 47 49 51 52 53 54 56 57 59 60 61 62 63 64 65 66 67 71 74 76 77 78 80 89 90 92 96 97 99 100 101 102 104 105 112 113 115 117 134 135 136"},F:{"45":0.03448,"79":0.00287,"85":0.00287,"87":0.00862,"95":0.02586,"112":0.00287,"114":0.02298,_:"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 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 86 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00287,"17":0.00287,"18":0.00575,"89":0.00287,"90":0.00287,"92":0.06608,"100":0.00287,"109":0.02011,"121":0.00287,"122":0.00287,"124":0.00287,"126":0.00287,"128":0.00287,"129":0.00287,"130":0.01149,"131":0.38211,"132":2.16912,"133":2.6604,_:"13 14 15 16 79 80 81 83 84 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 123 125 127"},E:{"11":0.00287,"14":0.00287,_:"0 4 5 6 7 8 9 10 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.4 17.0 17.1 17.2 17.3 17.4 18.4","12.1":0.00287,"13.1":0.01149,"14.1":0.00287,"15.6":0.03448,"16.3":0.02298,"16.5":0.01149,"16.6":0.1063,"17.5":0.00862,"17.6":0.02011,"18.0":0.00287,"18.1":0.00862,"18.2":0.00862,"18.3":0.03735},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00118,"5.0-5.1":0.00059,"6.0-6.1":0.00355,"7.0-7.1":0.00296,"8.1-8.4":0,"9.0-9.2":0.00118,"9.3":0.00888,"10.0-10.2":0.00118,"10.3":0.01362,"11.0-11.2":0.04679,"11.3-11.4":0.00415,"12.0-12.1":0.00237,"12.2-12.5":0.06278,"13.0-13.1":0.00118,"13.2":0.00178,"13.3":0.00237,"13.4-13.7":0.00888,"14.0-14.4":0.01954,"14.5-14.8":0.02724,"15.0-15.1":0.01421,"15.2-15.3":0.01421,"15.4":0.01718,"15.5":0.01954,"15.6-15.8":0.24223,"16.0":0.03494,"16.1":0.07285,"16.2":0.03672,"16.3":0.06633,"16.4":0.01481,"16.5":0.02784,"16.6-16.7":0.28843,"17.0":0.01777,"17.1":0.03139,"17.2":0.02487,"17.3":0.03494,"17.4":0.07225,"17.5":0.17175,"17.6-17.7":0.56501,"18.0":0.16642,"18.1":1.52861,"18.2":0.49157,"18.3":1.75189,"18.4":0.00355},P:{"4":0.01084,"22":0.01084,"23":0.02168,"24":0.01084,"26":0.03252,"27":0.35769,_:"20 21 25 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 19.0","7.2-7.4":0.04336,"18.0":0.03252},I:{"0":0.0569,"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":1.27231,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00575,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":69.06798},R:{_:"0"},M:{"0":0.03564},Q:{"14.9":0.01425},O:{"0":0.08552},H:{"0":0.26}};
@@ -1 +1 @@
1
- module.exports={C:{"45":0.32311,"48":0.0033,"52":0.07253,"65":0.0033,"68":0.0033,"72":0.0033,"75":0.0033,"78":0.01319,"79":0.0033,"80":0.00989,"84":0.03956,"85":0.0033,"88":0.00659,"91":0.0033,"96":0.0033,"99":0.0033,"100":0.0033,"102":0.00659,"103":0.01649,"104":0.0033,"105":0.0033,"107":0.00659,"108":0.03956,"109":0.0033,"110":0.0033,"112":0.0033,"113":0.00989,"114":0.0033,"115":0.7649,"117":0.0033,"119":0.0033,"120":0.00659,"121":0.0033,"122":0.0033,"123":0.0033,"124":0.0033,"125":0.02638,"126":0.00659,"127":0.01978,"128":0.09891,"129":0.00989,"130":0.02638,"131":0.14837,"132":2.5321,"133":0.21101,"134":0.0033,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 46 47 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 66 67 69 70 71 73 74 76 77 81 82 83 86 87 89 90 92 93 94 95 97 98 101 106 111 116 118 135 136 3.5 3.6"},D:{"41":0.0033,"43":0.0033,"44":0.0033,"47":0.0033,"49":0.03297,"51":0.0033,"58":0.0033,"67":0.0033,"70":0.0033,"71":0.0033,"74":0.0033,"76":0.0033,"78":0.0033,"79":0.02638,"80":0.0033,"81":0.0033,"83":0.00989,"85":0.00659,"86":0.00659,"87":0.02638,"88":0.00659,"89":0.00659,"90":0.0033,"91":0.00659,"94":0.00989,"95":0.00659,"96":0.0033,"97":0.0033,"98":0.58357,"99":0.00659,"100":0.01319,"101":0.0033,"102":0.00989,"103":0.01978,"104":0.03956,"105":0.0033,"106":0.00659,"107":0.00659,"108":0.02308,"109":2.29471,"110":0.00659,"111":0.00989,"112":0.00659,"113":0.03297,"114":0.04946,"115":0.07583,"116":0.03627,"117":0.00659,"118":0.01649,"119":0.02308,"120":0.01978,"121":0.01978,"122":0.05275,"123":0.04616,"124":0.09232,"125":0.03297,"126":0.05605,"127":0.03956,"128":0.10221,"129":0.58357,"130":10.46468,"131":7.07536,"132":0.00659,"133":0.0033,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 42 45 46 48 50 52 53 54 55 56 57 59 60 61 62 63 64 65 66 68 69 72 73 75 77 84 92 93 134"},F:{"36":0.0033,"46":0.00659,"83":0.0033,"85":0.02308,"86":0.0033,"94":0.0033,"95":0.08243,"99":0.0033,"108":0.0033,"112":0.0033,"113":0.03627,"114":0.85722,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 84 87 88 89 90 91 92 93 96 97 98 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:{"18":0.0033,"92":0.0033,"100":0.0033,"107":0.00659,"109":0.07583,"110":0.0033,"113":0.0033,"114":0.0033,"116":0.0033,"117":0.0033,"118":0.00659,"119":0.0033,"120":0.0033,"121":0.0033,"122":0.0033,"123":0.00659,"124":0.00659,"125":0.0033,"126":0.00989,"127":0.00659,"128":0.01319,"129":0.06924,"130":1.73093,"131":1.30561,_:"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 108 111 112 115"},E:{"9":0.0033,"14":0.00659,_:"0 4 5 6 7 8 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.2-15.3","12.1":0.0033,"13.1":0.00989,"14.1":0.02308,"15.1":0.0033,"15.4":0.0033,"15.5":0.0033,"15.6":0.04286,"16.0":0.00659,"16.1":0.0033,"16.2":0.0033,"16.3":0.01319,"16.4":0.0033,"16.5":0.00659,"16.6":0.05275,"17.0":0.00659,"17.1":0.01978,"17.2":0.00989,"17.3":0.01319,"17.4":0.02638,"17.5":0.04946,"17.6":0.17804,"18.0":0.07913,"18.1":0.11869,"18.2":0.0033},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00105,"5.0-5.1":0,"6.0-6.1":0.00421,"7.0-7.1":0.00526,"8.1-8.4":0,"9.0-9.2":0.00421,"9.3":0.01472,"10.0-10.2":0.00316,"10.3":0.02419,"11.0-11.2":0.28396,"11.3-11.4":0.00736,"12.0-12.1":0.00421,"12.2-12.5":0.11043,"13.0-13.1":0.0021,"13.2":0.0284,"13.3":0.00421,"13.4-13.7":0.01578,"14.0-14.4":0.03471,"14.5-14.8":0.04943,"15.0-15.1":0.0284,"15.2-15.3":0.02629,"15.4":0.03155,"15.5":0.03681,"15.6-15.8":0.39439,"16.0":0.07467,"16.1":0.15776,"16.2":0.07993,"16.3":0.13567,"16.4":0.02734,"16.5":0.05469,"16.6-16.7":0.51744,"17.0":0.03786,"17.1":0.0631,"17.2":0.05259,"17.3":0.07993,"17.4":0.17143,"17.5":0.51218,"17.6-17.7":4.4245,"18.0":1.56914,"18.1":1.37878,"18.2":0.05574},P:{"4":0.03067,"20":0.02045,"21":0.03067,"22":0.05111,"23":0.08178,"24":0.07156,"25":0.07156,"26":1.64583,"27":1.34938,_:"5.0-5.4 8.2 9.2 10.1 12.0 14.0 15.0 16.0","6.2-6.4":0.01022,"7.2-7.4":0.04089,"11.1-11.2":0.01022,"13.0":0.02045,"17.0":0.01022,"18.0":0.01022,"19.0":0.01022},I:{"0":0.14045,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00004,"4.4":0,"4.4.3-4.4.4":0.00018},A:{"8":0.01044,"9":0.00348,"10":0.00348,"11":0.04524,_:"6 7 5.5"},K:{"0":0.31504,_:"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.03352},H:{"0":0},L:{"0":53.21637},R:{_:"0"},M:{"0":0.2145}};
1
+ module.exports={C:{"45":0.00348,"52":0.06257,"68":0.00348,"72":0.00348,"75":0.00348,"78":0.01738,"81":0.00348,"84":0.04171,"88":0.01043,"89":0.00348,"91":0.01738,"95":0.00348,"96":0.00695,"99":0.00348,"100":0.00348,"102":0.00348,"103":0.00695,"104":0.00348,"105":0.00348,"107":0.00348,"108":0.00348,"109":0.00348,"113":0.00695,"115":0.63611,"118":0.00348,"120":0.01043,"121":0.00348,"122":0.00348,"124":0.00348,"125":0.01738,"126":0.00348,"127":0.01738,"128":0.15294,"129":0.00695,"130":0.00695,"131":0.00695,"132":0.03824,"133":0.03128,"134":0.73344,"135":2.31154,"136":0.01043,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 69 70 71 73 74 76 77 79 80 82 83 85 86 87 90 92 93 94 97 98 101 106 110 111 112 114 116 117 119 123 137 138 3.5 3.6"},D:{"41":0.01043,"49":0.02781,"58":0.00348,"63":0.00348,"70":0.00348,"71":0.00348,"73":0.00348,"74":0.00348,"75":0.00348,"76":0.00348,"78":0.00348,"79":0.05562,"80":0.00348,"81":0.00695,"83":0.01043,"85":0.01043,"86":0.00348,"87":0.04866,"88":0.00348,"89":0.00348,"90":0.00348,"91":0.00695,"92":0.00348,"93":0.02086,"94":0.00695,"95":0.00348,"96":0.00348,"97":0.00348,"98":0.90376,"99":0.00695,"100":0.01043,"102":0.00695,"103":0.01738,"104":0.13556,"105":0.00348,"106":0.00695,"107":0.00695,"108":0.03476,"109":2.16555,"110":0.01043,"111":0.02086,"112":0.00695,"113":0.02086,"114":0.03476,"115":0.07995,"116":0.03476,"117":0.00348,"118":0.01043,"119":0.01738,"120":0.01738,"121":0.02086,"122":0.05214,"123":0.02781,"124":0.0869,"125":0.0139,"126":0.04519,"127":0.01738,"128":0.05909,"129":0.05909,"130":0.04866,"131":0.75082,"132":9.63547,"133":9.08974,"134":0.00695,"135":0.00348,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 42 43 44 45 46 47 48 50 51 52 53 54 55 56 57 59 60 61 62 64 65 66 67 68 69 72 77 84 101 136"},F:{"36":0.00348,"40":0.00348,"46":0.0139,"55":0.00348,"83":0.00348,"85":0.00695,"86":0.00695,"87":0.02433,"89":0.00348,"94":0.00695,"95":0.06604,"114":0.04519,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 41 42 43 44 45 47 48 49 50 51 52 53 54 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 88 90 91 92 93 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.00348,"92":0.00348,"107":0.00348,"108":0.00695,"109":0.06257,"110":0.00348,"113":0.00348,"114":0.00348,"119":0.00348,"120":0.00348,"121":0.00348,"123":0.00348,"124":0.00695,"125":0.00348,"126":0.01738,"127":0.00348,"128":0.00695,"129":0.01043,"130":0.01043,"131":0.08342,"132":1.25831,"133":1.7519,_:"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 111 112 115 116 117 118 122"},E:{"14":0.00348,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.2-15.3 18.4","12.1":0.00348,"13.1":0.00695,"14.1":0.02433,"15.1":0.00348,"15.4":0.00348,"15.5":0.00348,"15.6":0.04171,"16.0":0.00695,"16.1":0.00348,"16.2":0.00348,"16.3":0.01043,"16.4":0.00695,"16.5":0.00695,"16.6":0.04866,"17.0":0.00348,"17.1":0.03824,"17.2":0.00695,"17.3":0.00695,"17.4":0.0139,"17.5":0.03128,"17.6":0.07647,"18.0":0.02086,"18.1":0.1008,"18.2":0.04171,"18.3":0.22594},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0022,"5.0-5.1":0.0011,"6.0-6.1":0.00659,"7.0-7.1":0.00549,"8.1-8.4":0,"9.0-9.2":0.0022,"9.3":0.01647,"10.0-10.2":0.0022,"10.3":0.02525,"11.0-11.2":0.08674,"11.3-11.4":0.00769,"12.0-12.1":0.00439,"12.2-12.5":0.11639,"13.0-13.1":0.0022,"13.2":0.00329,"13.3":0.00439,"13.4-13.7":0.01647,"14.0-14.4":0.03623,"14.5-14.8":0.05051,"15.0-15.1":0.02635,"15.2-15.3":0.02635,"15.4":0.03184,"15.5":0.03623,"15.6-15.8":0.44908,"16.0":0.06478,"16.1":0.13505,"16.2":0.06808,"16.3":0.12297,"16.4":0.02745,"16.5":0.05161,"16.6-16.7":0.53472,"17.0":0.03294,"17.1":0.05819,"17.2":0.04612,"17.3":0.06478,"17.4":0.13395,"17.5":0.31842,"17.6-17.7":1.04748,"18.0":0.30853,"18.1":2.83391,"18.2":0.91133,"18.3":3.24785,"18.4":0.00659},P:{"4":0.07172,"20":0.01025,"21":0.02049,"22":0.03074,"23":0.04099,"24":0.06148,"25":0.04099,"26":0.11271,"27":2.86896,"5.0-5.4":0.01025,"6.2-6.4":0.01025,"7.2-7.4":0.02049,_:"8.2 9.2 10.1 12.0 14.0 15.0 16.0 17.0","11.1-11.2":0.01025,"13.0":0.01025,"18.0":0.01025,"19.0":0.01025},I:{"0":0.12371,"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.00015},K:{"0":0.36534,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.02086,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":51.46847},R:{_:"0"},M:{"0":0.23486},Q:{_:"14.9"},O:{"0":0.04567},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"34":0.00277,"79":0.00277,"115":0.05817,"117":0.00277,"118":0.00277,"127":0.00277,"128":0.00554,"130":0.00277,"131":0.01662,"132":0.53461,"133":0.04155,_:"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 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 119 120 121 122 123 124 125 126 129 134 135 136 3.5 3.6"},D:{"38":0.00554,"47":0.00277,"49":0.00277,"50":0.00277,"55":0.00277,"56":0.00554,"58":0.03601,"65":0.00277,"66":0.00277,"68":0.01385,"74":0.00277,"76":0.00554,"78":0.00277,"79":0.06648,"80":0.00277,"81":0.00277,"83":0.00831,"84":0.00277,"85":0.00277,"86":0.00277,"87":0.05817,"88":0.01108,"89":0.00277,"90":0.00277,"91":0.00277,"93":0.01108,"94":0.04432,"95":0.00554,"96":0.00277,"97":0.00277,"98":0.02493,"103":0.0554,"104":0.00277,"105":0.00277,"106":0.02493,"107":0.05817,"108":0.03324,"109":0.7479,"110":0.03601,"111":0.04432,"112":0.01939,"113":0.15235,"114":0.17728,"115":0.00277,"116":0.06094,"117":0.01385,"118":0.00831,"119":0.01662,"120":0.02216,"121":0.01385,"122":0.08033,"123":0.03878,"124":0.07202,"125":0.0277,"126":0.31855,"127":0.03601,"128":0.14958,"129":0.55123,"130":10.58971,"131":6.14386,"132":0.00554,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 43 44 45 46 48 51 52 53 54 57 59 60 61 62 63 64 67 69 70 71 72 73 75 77 92 99 100 101 102 133 134"},F:{"46":0.01385,"82":0.00277,"85":0.01108,"95":0.00277,"103":0.00277,"109":0.03878,"110":0.00554,"111":0.01108,"112":0.02216,"113":0.03601,"114":0.27423,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 104 105 106 107 108 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.00277,"18":0.00277,"89":0.06371,"92":0.03047,"99":0.00277,"100":0.00831,"105":0.00554,"107":0.01108,"108":0.01108,"109":0.01662,"110":0.00277,"112":0.0277,"113":0.00554,"114":0.00831,"116":0.01108,"117":0.00277,"118":0.00277,"119":0.00831,"120":0.01662,"121":0.01108,"122":0.01385,"123":0.00554,"124":0.03601,"125":0.00277,"126":0.01385,"127":0.00831,"128":0.01662,"129":0.12188,"130":1.86975,"131":1.32406,_:"12 13 15 16 17 79 80 81 83 84 85 86 87 88 90 91 93 94 95 96 97 98 101 102 103 104 106 111 115"},E:{"15":0.00277,_:"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","12.1":0.00277,"13.1":0.00831,"14.1":0.01108,"15.1":0.01108,"15.2-15.3":0.00554,"15.4":0.00831,"15.5":0.01385,"15.6":0.06094,"16.0":0.02216,"16.1":0.02216,"16.2":0.01108,"16.3":0.04155,"16.4":0.00831,"16.5":0.0277,"16.6":0.15235,"17.0":0.00554,"17.1":0.00831,"17.2":0.00554,"17.3":0.02493,"17.4":0.07756,"17.5":0.09972,"17.6":0.45705,"18.0":0.35456,"18.1":0.3324,"18.2":0.01108},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.002,"5.0-5.1":0,"6.0-6.1":0.00798,"7.0-7.1":0.00998,"8.1-8.4":0,"9.0-9.2":0.00798,"9.3":0.02795,"10.0-10.2":0.00599,"10.3":0.04591,"11.0-11.2":0.53897,"11.3-11.4":0.01397,"12.0-12.1":0.00798,"12.2-12.5":0.2096,"13.0-13.1":0.00399,"13.2":0.0539,"13.3":0.00798,"13.4-13.7":0.02994,"14.0-14.4":0.06587,"14.5-14.8":0.09382,"15.0-15.1":0.0539,"15.2-15.3":0.04991,"15.4":0.05989,"15.5":0.06987,"15.6-15.8":0.74858,"16.0":0.14173,"16.1":0.29943,"16.2":0.15171,"16.3":0.25751,"16.4":0.0519,"16.5":0.1038,"16.6-16.7":0.98213,"17.0":0.07186,"17.1":0.11977,"17.2":0.09981,"17.3":0.15171,"17.4":0.32538,"17.5":0.97215,"17.6-17.7":8.39803,"18.0":2.97833,"18.1":2.61702,"18.2":0.1058},P:{"4":0.07094,"20":0.01013,"21":0.01013,"22":0.0304,"23":0.0304,"24":0.08107,"25":0.07094,"26":1.6823,"27":1.42894,_:"5.0-5.4 8.2 9.2 10.1 11.1-11.2 12.0 15.0 16.0","6.2-6.4":0.01013,"7.2-7.4":0.07094,"13.0":0.01013,"14.0":0.01013,"17.0":0.02027,"18.0":0.01013,"19.0":0.01013},I:{"0":0.01443,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00002},A:{"11":0.0277,_:"6 7 8 9 10 5.5"},K:{"0":1.0445,_:"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":1.81473},H:{"0":0.04},L:{"0":45.94076},R:{_:"0"},M:{"0":0.81699}};
1
+ module.exports={C:{"34":0.00287,"115":0.02297,"126":0.00287,"128":0.00574,"129":0.00287,"132":0.00574,"133":0.00287,"134":0.13494,"135":0.53114,_:"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 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 127 130 131 136 137 138 3.5 3.6"},D:{"38":0.00574,"43":0.00287,"47":0.00574,"49":0.00287,"50":0.00287,"55":0.00287,"56":0.00287,"58":0.04307,"65":0.00574,"68":0.00287,"69":0.00287,"70":0.00287,"75":0.00574,"79":0.07752,"81":0.00287,"83":0.00574,"86":0.00861,"87":0.02871,"88":0.00287,"89":0.00287,"91":0.02297,"93":0.00861,"94":0.0201,"95":0.00861,"97":0.00861,"98":0.00574,"101":0.00287,"103":0.0689,"104":0.00574,"105":0.00287,"106":0.01723,"107":0.04019,"108":0.00861,"109":0.40481,"110":0.0201,"111":0.02871,"112":0.01723,"113":0.19523,"114":0.23255,"116":0.04307,"117":0.00287,"118":0.00287,"119":0.02584,"120":0.01436,"121":0.01436,"122":0.08613,"123":0.0201,"124":0.12345,"125":0.01723,"126":0.27849,"127":0.01436,"128":0.13494,"129":0.04594,"130":0.0689,"131":0.77517,"132":9.14701,"133":7.38995,"134":0.00287,_:"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 44 45 46 48 51 52 53 54 57 59 60 61 62 63 64 66 67 71 72 73 74 76 77 78 80 84 85 90 92 96 99 100 102 115 135 136"},F:{"46":0.01723,"82":0.00287,"86":0.00574,"87":0.06316,"101":0.00287,"106":0.00574,"107":0.00287,"109":0.04594,"111":0.00287,"112":0.01436,"113":0.0201,"114":0.13781,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 88 89 90 91 92 93 94 95 96 97 98 99 100 102 103 104 105 108 110 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.01148,"92":0.0201,"100":0.00574,"105":0.00287,"109":0.01148,"111":0.00287,"113":0.00287,"114":0.00287,"119":0.00574,"120":0.00287,"121":0.00287,"122":0.00287,"124":0.01148,"125":0.01436,"126":0.00574,"127":0.00574,"128":0.00861,"129":0.02584,"130":0.0201,"131":0.09187,"132":1.49005,"133":2.11306,_:"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 106 107 108 110 112 115 116 117 118 123"},E:{"14":0.00574,"15":0.00287,_:"0 4 5 6 7 8 9 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.2-15.3","13.1":0.01148,"14.1":0.00861,"15.1":0.02297,"15.4":0.00861,"15.5":0.01436,"15.6":0.05455,"16.0":0.00574,"16.1":0.01723,"16.2":0.00861,"16.3":0.03445,"16.4":0.00861,"16.5":0.01148,"16.6":0.10623,"17.0":0.00574,"17.1":0.01723,"17.2":0.00574,"17.3":0.01148,"17.4":0.04881,"17.5":0.07752,"17.6":0.2182,"18.0":0.10336,"18.1":0.43352,"18.2":0.14642,"18.3":0.35888,"18.4":0.00287},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00381,"5.0-5.1":0.00191,"6.0-6.1":0.01144,"7.0-7.1":0.00954,"8.1-8.4":0,"9.0-9.2":0.00381,"9.3":0.02861,"10.0-10.2":0.00381,"10.3":0.04387,"11.0-11.2":0.15069,"11.3-11.4":0.01335,"12.0-12.1":0.00763,"12.2-12.5":0.20219,"13.0-13.1":0.00381,"13.2":0.00572,"13.3":0.00763,"13.4-13.7":0.02861,"14.0-14.4":0.06295,"14.5-14.8":0.08774,"15.0-15.1":0.04578,"15.2-15.3":0.04578,"15.4":0.05532,"15.5":0.06295,"15.6-15.8":0.78015,"16.0":0.11254,"16.1":0.23462,"16.2":0.11826,"16.3":0.21363,"16.4":0.04769,"16.5":0.08965,"16.6-16.7":0.92893,"17.0":0.05722,"17.1":0.10109,"17.2":0.08011,"17.3":0.11254,"17.4":0.23271,"17.5":0.55316,"17.6-17.7":1.81971,"18.0":0.53599,"18.1":4.92314,"18.2":1.58319,"18.3":5.64225,"18.4":0.01144},P:{"4":0.09162,"21":0.02036,"22":0.04072,"23":0.09162,"24":0.06108,"25":0.27487,"26":0.16289,"27":3.35954,_:"20 5.0-5.4 8.2 9.2 10.1 12.0 16.0 18.0","6.2-6.4":0.01018,"7.2-7.4":0.06108,"11.1-11.2":0.01018,"13.0":0.01018,"14.0":0.01018,"15.0":0.02036,"17.0":0.01018,"19.0":0.01018},I:{"0":0.01423,"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":1.13335,_:"10 11 12 11.1 11.5 12.1"},A:{"10":0.00309,"11":0.0371,_:"6 7 8 9 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":45.80651},R:{_:"0"},M:{"0":0.57737},Q:{_:"14.9"},O:{"0":2.21681},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"42":0.00248,"56":0.00248,"59":0.00992,"63":0.00248,"74":0.00496,"78":0.00248,"89":0.06944,"94":0.00248,"95":0.0124,"99":0.03472,"102":0.00744,"103":0.00496,"104":0.00248,"107":0.00248,"112":0.00248,"113":0.00496,"114":0.01488,"115":0.20832,"116":0.00496,"121":0.01488,"123":0.00496,"125":0.00248,"127":0.02232,"128":0.00744,"129":0.01488,"130":0.0124,"131":0.07688,"132":1.65168,"133":0.10416,"134":0.00248,_:"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 43 44 45 46 47 48 49 50 51 52 53 54 55 57 58 60 61 62 64 65 66 67 68 69 70 71 72 73 75 76 77 79 80 81 82 83 84 85 86 87 88 90 91 92 93 96 97 98 100 101 105 106 108 109 110 111 117 118 119 120 122 124 126 135 136 3.5 3.6"},D:{"43":0.00248,"48":0.00248,"49":0.00248,"54":0.00248,"62":0.00248,"64":0.03224,"65":0.00248,"69":0.00496,"70":0.00248,"71":0.00248,"73":0.00992,"74":0.00248,"76":0.00248,"78":0.00744,"79":0.00496,"80":0.01488,"81":0.00248,"83":0.01488,"84":0.0124,"87":0.01488,"88":0.01736,"90":0.00496,"91":0.03224,"92":0.00496,"93":0.00248,"94":0.00496,"95":0.00248,"96":0.00744,"99":0.00248,"100":0.00992,"102":0.00248,"103":0.02232,"105":0.0124,"106":0.0992,"107":0.00248,"108":0.00992,"109":0.63736,"111":0.00248,"113":0.0124,"114":0.00992,"116":0.25296,"117":0.00496,"118":0.00744,"119":0.00496,"120":0.03472,"121":0.02976,"122":0.00992,"123":0.00992,"124":0.03472,"125":0.04464,"126":0.07192,"127":0.0744,"128":0.04712,"129":0.27032,"130":3.93824,"131":3.2488,"132":0.00496,_:"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 50 51 52 53 55 56 57 58 59 60 61 63 66 67 68 72 75 77 85 86 89 97 98 101 104 110 112 115 133 134"},F:{"21":0.00248,"40":0.00248,"50":0.00496,"51":0.00248,"79":0.00992,"80":0.00248,"84":0.00248,"85":0.00496,"91":0.00248,"94":0.00248,"95":0.02232,"97":0.00248,"98":0.00992,"102":0.00744,"109":0.00744,"111":0.00248,"112":0.0124,"113":0.0496,"114":0.50344,_:"9 11 12 15 16 17 18 19 20 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 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 81 82 83 86 87 88 89 90 92 93 96 99 100 101 103 104 105 106 107 108 110 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.00992,"17":0.00248,"18":0.02728,"84":0.00248,"89":0.00248,"90":0.00992,"92":0.05456,"100":0.00744,"104":0.00496,"109":0.06944,"113":0.00248,"122":0.00248,"123":0.01984,"125":0.00496,"126":0.00992,"127":0.03472,"128":0.06696,"129":0.23064,"130":1.178,"131":0.78368,_:"12 13 15 16 79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 105 106 107 108 110 111 112 114 115 116 117 118 119 120 121 124"},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 12.1 15.1 15.4 15.5 16.0 16.2 16.3 16.4 16.5 17.1 17.2 17.4 18.2","5.1":0.00248,"11.1":0.00248,"13.1":0.00248,"14.1":0.00248,"15.2-15.3":0.00496,"15.6":0.01984,"16.1":0.00248,"16.6":0.02728,"17.0":0.00248,"17.3":0.00248,"17.5":0.00992,"17.6":0.00744,"18.0":0.0992,"18.1":0.01984},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00051,"5.0-5.1":0,"6.0-6.1":0.00204,"7.0-7.1":0.00255,"8.1-8.4":0,"9.0-9.2":0.00204,"9.3":0.00713,"10.0-10.2":0.00153,"10.3":0.01171,"11.0-11.2":0.13746,"11.3-11.4":0.00356,"12.0-12.1":0.00204,"12.2-12.5":0.05346,"13.0-13.1":0.00102,"13.2":0.01375,"13.3":0.00204,"13.4-13.7":0.00764,"14.0-14.4":0.0168,"14.5-14.8":0.02393,"15.0-15.1":0.01375,"15.2-15.3":0.01273,"15.4":0.01527,"15.5":0.01782,"15.6-15.8":0.19091,"16.0":0.03615,"16.1":0.07637,"16.2":0.03869,"16.3":0.06567,"16.4":0.01324,"16.5":0.02647,"16.6-16.7":0.25048,"17.0":0.01833,"17.1":0.03055,"17.2":0.02546,"17.3":0.03869,"17.4":0.08298,"17.5":0.24793,"17.6-17.7":2.1418,"18.0":0.75958,"18.1":0.66744,"18.2":0.02698},P:{"4":0.02075,"21":0.02075,"22":0.03112,"23":0.02075,"24":0.03112,"25":0.083,"26":0.21787,"27":0.26975,_:"20 6.2-6.4 8.2 10.1 11.1-11.2 13.0 14.0 15.0 17.0 18.0","5.0-5.4":0.11412,"7.2-7.4":0.22825,"9.2":0.0415,"12.0":0.01037,"16.0":0.01037,"19.0":0.02075},I:{"0":0.06753,"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},A:{"11":0.00744,_:"6 7 8 9 10 5.5"},K:{"0":4.08072,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.09776,_:"3.0-3.1"},J:{_:"7 10"},Q:{_:"14.9"},O:{"0":0.21056},H:{"0":0.89},L:{"0":73.31384},R:{_:"0"},M:{"0":0.04512}};
1
+ module.exports={C:{"47":0.0029,"56":0.0029,"57":0.0029,"66":0.0029,"77":0.0029,"82":0.0029,"83":0.0029,"89":0.04645,"95":0.0029,"105":0.0029,"112":0.0029,"113":0.00871,"115":0.10451,"116":0.01161,"121":0.03774,"123":0.0029,"127":0.01742,"128":0.07548,"131":0.00581,"133":0.03774,"134":0.34836,"135":1.02766,"136":0.0029,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 48 49 50 51 52 53 54 55 58 59 60 61 62 63 64 65 67 68 69 70 71 72 73 74 75 76 78 79 80 81 84 85 86 87 88 90 91 92 93 94 96 97 98 99 100 101 102 103 104 106 107 108 109 110 111 114 117 118 119 120 122 124 125 126 129 130 132 137 138 3.5 3.6"},D:{"44":0.01452,"46":0.00581,"56":0.00871,"62":0.0029,"63":0.0029,"64":0.01452,"65":0.0029,"67":0.00581,"68":0.0029,"70":0.0029,"73":0.00581,"77":0.0029,"78":0.0029,"79":0.04645,"80":0.03484,"83":0.0029,"84":0.0029,"86":0.01161,"87":0.00581,"88":0.0029,"91":0.00871,"93":0.0029,"94":0.00581,"96":0.0029,"97":0.00871,"101":0.0029,"103":0.01742,"104":0.0029,"105":0.01742,"106":0.0929,"107":0.00581,"108":0.0029,"109":0.71994,"110":0.00871,"111":0.0029,"112":0.00581,"113":0.00581,"114":0.02032,"115":0.0029,"116":0.05225,"118":0.00581,"119":0.01742,"120":0.04355,"121":0.01452,"122":0.02613,"123":0.00871,"124":0.03193,"125":0.02322,"126":0.02032,"127":0.00581,"128":0.03774,"129":0.00871,"130":0.05225,"131":0.59221,"132":5.50989,"133":4.44449,"134":0.00581,_:"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 47 48 49 50 51 52 53 54 55 57 58 59 60 61 66 69 71 72 74 75 76 81 85 89 90 92 95 98 99 100 102 117 135 136"},F:{"21":0.00871,"53":0.00581,"78":0.0029,"79":0.01452,"87":0.02613,"90":0.0029,"95":0.01452,"103":0.0029,"109":0.00581,"114":0.01452,_:"9 11 12 15 16 17 18 19 20 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 80 81 82 83 84 85 86 88 89 91 92 93 94 96 97 98 99 100 101 102 104 105 106 107 108 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.0029,"13":0.02032,"14":0.0029,"17":0.00581,"18":0.01452,"84":0.0029,"88":0.0029,"89":0.00581,"90":0.0029,"92":0.03774,"100":0.0029,"108":0.0029,"109":0.06387,"122":0.00581,"123":0.0987,"125":0.0029,"127":0.0029,"129":0.00581,"130":0.01161,"131":0.07548,"132":0.90574,"133":0.92896,_:"15 16 79 80 81 83 85 86 87 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 110 111 112 113 114 115 116 117 118 119 120 121 124 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 12.1 15.1 15.2-15.3 15.4 16.0 16.2 16.4 16.5 17.0 17.1 17.2 18.0","11.1":0.01161,"13.1":0.00871,"14.1":0.01742,"15.5":0.0029,"15.6":0.03774,"16.1":0.0029,"16.3":0.00581,"16.6":0.00871,"17.3":0.00581,"17.4":0.00581,"17.5":0.0029,"17.6":0.00581,"18.1":0.01161,"18.2":0.0029,"18.3":0.01742,"18.4":0.0029},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00115,"5.0-5.1":0.00057,"6.0-6.1":0.00344,"7.0-7.1":0.00287,"8.1-8.4":0,"9.0-9.2":0.00115,"9.3":0.0086,"10.0-10.2":0.00115,"10.3":0.01319,"11.0-11.2":0.0453,"11.3-11.4":0.00401,"12.0-12.1":0.00229,"12.2-12.5":0.06078,"13.0-13.1":0.00115,"13.2":0.00172,"13.3":0.00229,"13.4-13.7":0.0086,"14.0-14.4":0.01892,"14.5-14.8":0.02638,"15.0-15.1":0.01376,"15.2-15.3":0.01376,"15.4":0.01663,"15.5":0.01892,"15.6-15.8":0.23454,"16.0":0.03383,"16.1":0.07053,"16.2":0.03555,"16.3":0.06423,"16.4":0.01434,"16.5":0.02695,"16.6-16.7":0.27926,"17.0":0.0172,"17.1":0.03039,"17.2":0.02408,"17.3":0.03383,"17.4":0.06996,"17.5":0.1663,"17.6-17.7":0.54706,"18.0":0.16114,"18.1":1.48004,"18.2":0.47595,"18.3":1.69623,"18.4":0.00344},P:{"4":0.16419,"21":0.01026,"22":0.01026,"23":0.01026,"24":0.07183,"25":0.01026,"26":0.05131,"27":0.25655,_:"20 6.2-6.4 8.2 10.1 12.0 14.0 15.0 16.0 17.0 18.0","5.0-5.4":0.02052,"7.2-7.4":0.07183,"9.2":0.03079,"11.1-11.2":0.02052,"13.0":0.01026,"19.0":0.02052},I:{"0":0.07083,"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":2.96948,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.01161,_:"6 7 8 9 10 5.5"},S:{"2.5":0.02839,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":71.54709},R:{_:"0"},M:{"0":0.02129},Q:{_:"14.9"},O:{"0":0.21291},H:{"0":1.09}};