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:{"52":0.00647,"78":0.01295,"102":0.00647,"103":0.00647,"113":0.00647,"115":0.18124,"118":0.01942,"124":0.00647,"125":0.01942,"126":0.00647,"127":0.00647,"128":0.03884,"129":0.00647,"130":0.01295,"131":0.16183,"132":1.94837,"133":0.14888,_:"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 104 105 106 107 108 109 110 111 112 114 116 117 119 120 121 122 123 134 135 136 3.5 3.6"},D:{"38":0.00647,"49":0.00647,"79":0.04531,"81":0.00647,"87":0.03884,"88":0.00647,"89":0.02589,"91":0.01942,"94":0.01942,"95":0.00647,"100":0.00647,"101":0.00647,"102":0.00647,"103":0.05826,"104":0.01942,"106":0.01295,"107":0.01295,"108":0.01942,"109":1.01626,"110":0.00647,"111":0.01295,"112":0.00647,"113":0.03884,"114":0.03884,"115":0.00647,"116":0.28481,"117":0.52431,"118":0.00647,"119":0.03237,"120":0.04531,"121":0.03237,"122":0.19419,"123":0.05826,"124":0.12946,"125":0.0712,"126":0.20714,"127":0.08415,"128":0.3366,"129":1.7024,"130":28.85663,"131":14.32475,"132":0.01295,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 43 44 45 46 47 48 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 83 84 85 86 90 92 93 96 97 98 99 105 133 134"},F:{"46":0.00647,"79":0.01942,"81":0.00647,"85":0.00647,"89":0.00647,"95":0.01942,"102":0.01942,"113":0.45311,"114":3.65725,_:"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 82 83 84 86 87 88 90 91 92 93 94 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"85":0.00647,"91":0.00647,"92":0.00647,"101":0.00647,"107":0.00647,"109":0.05178,"120":0.01295,"121":0.00647,"122":0.01295,"123":0.01295,"124":0.01295,"125":0.01942,"126":0.03237,"127":0.01295,"128":0.03237,"129":0.24597,"130":3.34654,"131":2.13609,_:"12 13 14 15 16 17 18 79 80 81 83 84 86 87 88 89 90 93 94 95 96 97 98 99 100 102 103 104 105 106 108 110 111 112 113 114 115 116 117 118 119"},E:{"14":0.00647,"15":0.00647,_:"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","13.1":0.05178,"14.1":0.08415,"15.1":0.01295,"15.2-15.3":0.00647,"15.4":0.01295,"15.5":0.01942,"15.6":0.10357,"16.0":0.01295,"16.1":0.03884,"16.2":0.01942,"16.3":0.04531,"16.4":0.01942,"16.5":0.03237,"16.6":0.19419,"17.0":0.02589,"17.1":0.02589,"17.2":0.03884,"17.3":0.03237,"17.4":0.0971,"17.5":0.25245,"17.6":0.63435,"18.0":0.41427,"18.1":0.45311,"18.2":0.01942},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00091,"5.0-5.1":0,"6.0-6.1":0.00363,"7.0-7.1":0.00453,"8.1-8.4":0,"9.0-9.2":0.00363,"9.3":0.01269,"10.0-10.2":0.00272,"10.3":0.02085,"11.0-11.2":0.24481,"11.3-11.4":0.00635,"12.0-12.1":0.00363,"12.2-12.5":0.0952,"13.0-13.1":0.00181,"13.2":0.02448,"13.3":0.00363,"13.4-13.7":0.0136,"14.0-14.4":0.02992,"14.5-14.8":0.04261,"15.0-15.1":0.02448,"15.2-15.3":0.02267,"15.4":0.0272,"15.5":0.03173,"15.6-15.8":0.34001,"16.0":0.06438,"16.1":0.136,"16.2":0.06891,"16.3":0.11696,"16.4":0.02357,"16.5":0.04715,"16.6-16.7":0.44609,"17.0":0.03264,"17.1":0.0544,"17.2":0.04533,"17.3":0.06891,"17.4":0.14779,"17.5":0.44156,"17.6-17.7":3.81447,"18.0":1.35279,"18.1":1.18868,"18.2":0.04805},P:{"4":0.05256,"21":0.01051,"22":0.03154,"23":0.01051,"24":0.02102,"25":0.02102,"26":0.73587,"27":0.64126,_:"20 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 19.0","6.2-6.4":0.01051,"13.0":0.02102},I:{"0":0.04224,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00006},A:{"11":0.05178,_:"6 7 8 9 10 5.5"},K:{"0":0.24343,_:"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.07409},H:{"0":0},L:{"0":24.20667},R:{_:"0"},M:{"0":0.22579}};
1
+ module.exports={C:{"52":0.02892,"75":0.00578,"78":0.02313,"103":0.00578,"109":0.00578,"115":0.24289,"125":0.01735,"127":0.00578,"128":0.04626,"129":0.00578,"131":0.00578,"132":0.04048,"133":0.0347,"134":0.49156,"135":1.68864,"136":0.01157,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 104 105 106 107 108 110 111 112 113 114 116 117 118 119 120 121 122 123 124 126 130 137 138 3.5 3.6"},D:{"49":0.00578,"56":0.00578,"79":0.04626,"81":0.01157,"85":0.01735,"87":0.05205,"88":0.00578,"89":0.00578,"91":0.00578,"93":0.00578,"94":0.01157,"95":0.01735,"100":0.00578,"101":0.01157,"102":0.01157,"103":0.04626,"104":0.16192,"105":0.00578,"106":0.01735,"107":0.01157,"108":0.04048,"109":1.54406,"110":0.00578,"111":0.01735,"112":0.01157,"113":0.02313,"114":0.0347,"115":0.00578,"116":0.12723,"117":0.69974,"118":0.00578,"119":0.01735,"120":0.0347,"121":0.0347,"122":0.22554,"123":0.05783,"124":0.08675,"125":0.05783,"126":0.13301,"127":0.04048,"128":0.13301,"129":0.08096,"130":0.16192,"131":1.19708,"132":16.23288,"133":16.46998,"134":0.01735,_:"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 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 83 84 86 90 92 96 97 98 99 135 136"},F:{"46":0.00578,"79":0.01735,"87":0.01735,"89":0.01157,"95":0.01735,"113":0.00578,"114":0.49734,_:"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 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00578,"92":0.00578,"108":0.00578,"109":0.05205,"110":0.00578,"111":0.00578,"114":0.00578,"116":0.01157,"117":0.01157,"120":0.00578,"121":0.00578,"122":0.00578,"124":0.00578,"125":0.00578,"126":0.01157,"127":0.0347,"128":0.01735,"129":0.01735,"130":0.04048,"131":0.19662,"132":3.16908,"133":4.3546,_:"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 112 113 115 118 119 123"},E:{"14":0.00578,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 12.1","11.1":0.00578,"13.1":0.04048,"14.1":0.04626,"15.1":0.00578,"15.2-15.3":0.00578,"15.4":0.00578,"15.5":0.01735,"15.6":0.12723,"16.0":0.01735,"16.1":0.02892,"16.2":0.02892,"16.3":0.04626,"16.4":0.01157,"16.5":0.02313,"16.6":0.16192,"17.0":0.01157,"17.1":0.05783,"17.2":0.04048,"17.3":0.02313,"17.4":0.07518,"17.5":0.21975,"17.6":0.3412,"18.0":0.09253,"18.1":0.46264,"18.2":0.21975,"18.3":0.98889,"18.4":0.01157},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00225,"5.0-5.1":0.00113,"6.0-6.1":0.00676,"7.0-7.1":0.00563,"8.1-8.4":0,"9.0-9.2":0.00225,"9.3":0.0169,"10.0-10.2":0.00225,"10.3":0.02592,"11.0-11.2":0.08903,"11.3-11.4":0.00789,"12.0-12.1":0.00451,"12.2-12.5":0.11946,"13.0-13.1":0.00225,"13.2":0.00338,"13.3":0.00451,"13.4-13.7":0.0169,"14.0-14.4":0.03719,"14.5-14.8":0.05184,"15.0-15.1":0.02705,"15.2-15.3":0.02705,"15.4":0.03268,"15.5":0.03719,"15.6-15.8":0.46092,"16.0":0.06649,"16.1":0.13861,"16.2":0.06987,"16.3":0.12622,"16.4":0.02817,"16.5":0.05297,"16.6-16.7":0.54882,"17.0":0.03381,"17.1":0.05973,"17.2":0.04733,"17.3":0.06649,"17.4":0.13749,"17.5":0.32681,"17.6-17.7":1.0751,"18.0":0.31667,"18.1":2.90862,"18.2":0.93536,"18.3":3.33348,"18.4":0.00676},P:{"4":0.05228,"21":0.01046,"22":0.03137,"23":0.02091,"24":0.02091,"25":0.03137,"26":0.04182,"27":1.58926,_:"20 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0 17.0 18.0 19.0","7.2-7.4":0.01046,"13.0":0.01046,"16.0":0.01046},I:{"0":0.03787,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00005},K:{"0":0.28247,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.0347,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":28.90172},R:{_:"0"},M:{"0":0.27404},Q:{_:"14.9"},O:{"0":0.07589},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"115":0.00825,"131":0.11829,"132":0.8198,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 133 134 135 136 3.5 3.6"},D:{"79":0.00825,"83":0.00825,"86":1.68086,"94":0.01651,"103":0.01651,"106":0.00825,"109":0.8363,"114":0.00825,"116":0.07153,"118":0.00825,"120":0.02476,"123":0.00825,"124":0.16506,"126":0.03851,"127":0.01651,"128":0.07153,"129":0.86106,"130":11.14705,"131":3.46626,"133":0.28335,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 84 85 87 88 89 90 91 92 93 95 96 97 98 99 100 101 102 104 105 107 108 110 111 112 113 115 117 119 121 122 125 132 134"},F:{"113":0.03026,"114":0.25309,_:"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:{"88":0.00825,"116":0.01651,"128":0.02476,"129":0.07153,"130":2.43188,"131":1.1059,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 117 118 119 120 121 122 123 124 125 126 127"},E:{"14":0.00825,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 16.1 16.2 17.0 17.3","13.1":0.04677,"14.1":0.11829,"15.5":0.17331,"15.6":0.03851,"16.0":0.01651,"16.3":0.02476,"16.4":0.04677,"16.5":0.03026,"16.6":0.2751,"17.1":0.00825,"17.2":0.03026,"17.4":0.00825,"17.5":0.21183,"17.6":0.29161,"18.0":0.29161,"18.1":1.16092,"18.2":0.05502},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.50555,"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.66328,"17.0":0.04853,"17.1":0.08089,"17.2":0.06741,"17.3":0.10246,"17.4":0.21974,"17.5":0.65654,"17.6-17.7":5.67157,"18.0":2.01141,"18.1":1.7674,"18.2":0.07145},P:{"4":0.03145,"22":0.04193,"23":0.01048,"24":0.13627,"26":1.84486,"27":0.53459,_:"20 21 25 5.0-5.4 6.2-6.4 8.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.01048,"9.2":0.02096},I:{"0":0.00723,"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.21019,_:"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.05798},H:{"0":0},L:{"0":56.81361},R:{_:"0"},M:{"0":0.04349}};
1
+ module.exports={C:{"114":0.04804,"134":2.07648,"135":1.14233,_:"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 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 136 137 138 3.5 3.6"},D:{"83":0.01068,"89":0.17082,"103":0.35231,"109":0.44839,"114":0.01068,"116":0.12277,"120":0.03737,"121":0.09608,"122":0.06673,"126":1.66813,"127":0.03737,"128":0.03737,"129":0.0774,"130":0.04804,"131":0.30427,"132":5.70632,"133":5.76237,"134":0.01068,_:"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 84 85 86 87 88 90 91 92 93 94 95 96 97 98 99 100 101 102 104 105 106 107 108 110 111 112 113 115 117 118 119 123 124 125 135 136"},F:{_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"100":0.01068,"131":0.01068,"132":0.70462,"133":1.54268,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 15.1 15.2-15.3 15.4 15.5 16.2 16.3 17.0 17.1 17.3 17.6 18.4","14.1":0.01868,"15.6":0.04804,"16.0":0.04804,"16.1":0.01868,"16.4":0.01868,"16.5":0.04804,"16.6":1.54268,"17.2":0.01068,"17.4":0.01868,"17.5":0.01068,"18.0":0.01068,"18.1":0.21085,"18.2":0.33363,"18.3":1.16102},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00296,"5.0-5.1":0.00148,"6.0-6.1":0.00887,"7.0-7.1":0.00739,"8.1-8.4":0,"9.0-9.2":0.00296,"9.3":0.02218,"10.0-10.2":0.00296,"10.3":0.03401,"11.0-11.2":0.11681,"11.3-11.4":0.01035,"12.0-12.1":0.00591,"12.2-12.5":0.15674,"13.0-13.1":0.00296,"13.2":0.00444,"13.3":0.00591,"13.4-13.7":0.02218,"14.0-14.4":0.0488,"14.5-14.8":0.06802,"15.0-15.1":0.03549,"15.2-15.3":0.03549,"15.4":0.04288,"15.5":0.0488,"15.6-15.8":0.60477,"16.0":0.08724,"16.1":0.18188,"16.2":0.09168,"16.3":0.16561,"16.4":0.03697,"16.5":0.0695,"16.6-16.7":0.72011,"17.0":0.04436,"17.1":0.07837,"17.2":0.0621,"17.3":0.08724,"17.4":0.1804,"17.5":0.42881,"17.6-17.7":1.41064,"18.0":0.4155,"18.1":3.81643,"18.2":1.22729,"18.3":4.37388,"18.4":0.00887},P:{"24":0.05144,"26":0.01029,"27":0.93621,_:"4 20 21 22 23 25 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.02058},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":0.55716,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":58.97685},R:{_:"0"},M:{"0":0.05132},Q:{_:"14.9"},O:{"0":0.13929},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"4":0.0819,"15":0.0039,"30":0.0039,"35":0.0156,"52":0.1482,"64":0.0039,"65":0.0078,"87":0.0039,"88":0.0117,"102":0.0039,"103":0.0078,"113":0.0039,"115":0.2106,"123":0.0039,"125":0.0039,"127":0.0078,"128":0.0351,"129":0.0078,"130":0.0039,"131":0.1092,"132":1.2246,"133":0.0975,_:"2 3 5 6 7 8 9 10 11 12 13 14 16 17 18 19 20 21 22 23 24 25 26 27 28 29 31 32 33 34 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 89 90 91 92 93 94 95 96 97 98 99 100 101 104 105 106 107 108 109 110 111 112 114 116 117 118 119 120 121 122 124 126 134 135 136 3.5 3.6"},D:{"11":0.0078,"39":0.0039,"44":0.0039,"47":0.0273,"49":0.0117,"50":0.0039,"52":0.0039,"55":0.0078,"58":0.0039,"64":0.0156,"65":0.039,"66":0.0078,"67":0.0039,"69":0.0078,"72":0.0039,"73":0.0312,"75":0.0234,"76":0.0039,"79":0.039,"80":0.0078,"81":0.0039,"83":0.0351,"85":0.0039,"86":0.0078,"87":1.1778,"88":0.0078,"89":0.0468,"91":0.4017,"92":0.0039,"94":0.0663,"96":0.0039,"98":0.0039,"99":0.0039,"100":0.0078,"101":0.0039,"102":0.0234,"103":0.0195,"104":0.039,"106":0.0078,"107":0.0078,"108":0.0156,"109":3.6777,"110":0.0351,"111":0.0117,"112":0.0039,"113":0.0078,"114":0.0117,"115":0.0039,"116":0.0468,"117":0.0039,"118":0.0039,"119":0.0702,"120":0.0234,"121":0.0273,"122":0.0507,"123":0.0234,"124":0.1014,"125":0.0468,"126":0.1053,"127":0.0507,"128":0.117,"129":0.9399,"130":13.2522,"131":8.3577,"132":0.0039,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 40 41 42 43 45 46 48 51 53 54 56 57 59 60 61 62 63 68 70 71 74 77 78 84 90 93 95 97 105 133 134"},F:{"95":0.0156,"96":0.0039,"113":0.1521,"114":1.404,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.0039,"89":0.0039,"90":0.0039,"92":0.0156,"100":0.0078,"101":0.0468,"102":0.0039,"109":0.039,"112":0.0039,"113":0.0039,"114":0.0039,"116":0.0039,"120":0.0039,"121":0.0039,"122":0.0078,"123":0.0039,"124":0.0039,"125":0.0039,"126":0.0156,"127":0.0195,"128":0.0468,"129":0.195,"130":2.3205,"131":1.8018,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 91 93 94 95 96 97 98 99 103 104 105 106 107 108 110 111 115 117 118 119"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 16.0 16.2 16.4","5.1":0.0039,"13.1":0.0039,"14.1":0.0039,"15.4":0.0039,"15.5":0.0039,"15.6":0.0273,"16.1":0.0078,"16.3":0.0117,"16.5":0.0078,"16.6":0.0429,"17.0":0.0039,"17.1":0.0117,"17.2":0.0273,"17.3":0.0195,"17.4":0.0156,"17.5":0.1014,"17.6":0.2145,"18.0":0.1014,"18.1":0.1404,"18.2":0.0039},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00085,"5.0-5.1":0,"6.0-6.1":0.00339,"7.0-7.1":0.00424,"8.1-8.4":0,"9.0-9.2":0.00339,"9.3":0.01187,"10.0-10.2":0.00254,"10.3":0.0195,"11.0-11.2":0.22893,"11.3-11.4":0.00594,"12.0-12.1":0.00339,"12.2-12.5":0.08903,"13.0-13.1":0.0017,"13.2":0.02289,"13.3":0.00339,"13.4-13.7":0.01272,"14.0-14.4":0.02798,"14.5-14.8":0.03985,"15.0-15.1":0.02289,"15.2-15.3":0.0212,"15.4":0.02544,"15.5":0.02968,"15.6-15.8":0.31796,"16.0":0.0602,"16.1":0.12719,"16.2":0.06444,"16.3":0.10938,"16.4":0.02205,"16.5":0.04409,"16.6-16.7":0.41717,"17.0":0.03052,"17.1":0.05087,"17.2":0.0424,"17.3":0.06444,"17.4":0.13821,"17.5":0.41293,"17.6-17.7":3.56712,"18.0":1.26507,"18.1":1.1116,"18.2":0.04494},P:{"4":0.28585,"20":0.02042,"21":0.06125,"22":0.1123,"23":0.14293,"24":0.20418,"25":0.16334,"26":1.72531,"27":1.44967,_:"5.0-5.4 6.2-6.4 8.2 10.1 15.0","7.2-7.4":0.30627,"9.2":0.01021,"11.1-11.2":0.01021,"12.0":0.01021,"13.0":0.01021,"14.0":0.02042,"16.0":0.06125,"17.0":0.28585,"18.0":0.01021,"19.0":0.02042},I:{"0":0.02435,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00003},A:{"11":0.0078,_:"6 7 8 9 10 5.5"},K:{"0":0.3904,_:"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.0671},H:{"0":0},L:{"0":47.4899},R:{_:"0"},M:{"0":0.2196}};
1
+ module.exports={C:{"4":0.69604,"30":0.00419,"35":0.01258,"50":0.00419,"52":0.12998,"65":0.00419,"88":0.01258,"103":0.00419,"113":0.00839,"115":0.17611,"123":0.02516,"126":0.00419,"127":0.00839,"128":0.0587,"129":0.01258,"130":0.00419,"132":0.00419,"133":0.02097,"134":0.31867,"135":1.12792,"136":0.00839,_:"2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 31 32 33 34 36 37 38 39 40 41 42 43 44 45 46 47 48 49 51 53 54 55 56 57 58 59 60 61 62 63 64 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 89 90 91 92 93 94 95 96 97 98 99 100 101 102 104 105 106 107 108 109 110 111 112 114 116 117 118 119 120 121 122 124 125 131 137 138 3.5 3.6"},D:{"39":0.00419,"42":0.00419,"45":0.00419,"46":0.00419,"47":0.00839,"49":0.1216,"50":0.00419,"55":0.00419,"56":0.00419,"58":0.00419,"64":0.01258,"65":0.02097,"66":0.00419,"69":0.1216,"73":0.04612,"75":0.02097,"77":0.00419,"79":0.02935,"80":0.00419,"83":0.00839,"86":0.00419,"87":1.07341,"88":0.00419,"91":0.25997,"94":0.0587,"95":0.00839,"98":0.00419,"101":0.00419,"102":0.02935,"103":0.02516,"104":0.0629,"105":0.00419,"106":0.01258,"107":0.00839,"108":0.00419,"109":2.20552,"110":0.02097,"111":0.01677,"112":0.00419,"113":0.01258,"114":0.01258,"115":0.00419,"116":0.03774,"118":0.00419,"119":0.02516,"120":0.01677,"121":0.04612,"122":0.1216,"123":0.02097,"124":0.10063,"125":0.03354,"126":0.10483,"127":0.03774,"128":0.18869,"129":0.70023,"130":0.0587,"131":0.69185,"132":11.22047,"133":10.61248,"134":0.00839,"135":0.00839,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 40 41 43 44 48 51 52 53 54 57 59 60 61 62 63 67 68 70 71 72 74 76 78 81 84 85 89 90 92 93 96 97 99 100 117 136"},F:{"87":0.01677,"95":0.01677,"114":0.4193,_:"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:{"18":0.00419,"92":0.00839,"100":0.00419,"101":0.02097,"103":0.00419,"109":0.41511,"112":0.00419,"113":0.00419,"122":0.00419,"124":0.00419,"125":0.00419,"126":0.00839,"127":0.00419,"128":0.01258,"129":0.02516,"130":0.03354,"131":0.15514,"132":1.71074,"133":3.34601,_:"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 102 104 105 106 107 108 110 111 114 115 116 117 118 119 120 121 123"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.4 15.5 16.0 16.1 17.0 17.3 18.4","5.1":0.00419,"13.1":0.00419,"14.1":0.00419,"15.2-15.3":0.00419,"15.6":0.02097,"16.2":0.00419,"16.3":0.00419,"16.4":0.00419,"16.5":0.00419,"16.6":0.04612,"17.1":0.01258,"17.2":0.00419,"17.4":0.01258,"17.5":0.02097,"17.6":0.09225,"18.0":0.03774,"18.1":0.10063,"18.2":0.03354,"18.3":0.22223},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00167,"5.0-5.1":0.00083,"6.0-6.1":0.005,"7.0-7.1":0.00417,"8.1-8.4":0,"9.0-9.2":0.00167,"9.3":0.0125,"10.0-10.2":0.00167,"10.3":0.01917,"11.0-11.2":0.06583,"11.3-11.4":0.00583,"12.0-12.1":0.00333,"12.2-12.5":0.08833,"13.0-13.1":0.00167,"13.2":0.0025,"13.3":0.00333,"13.4-13.7":0.0125,"14.0-14.4":0.0275,"14.5-14.8":0.03833,"15.0-15.1":0.02,"15.2-15.3":0.02,"15.4":0.02417,"15.5":0.0275,"15.6-15.8":0.34082,"16.0":0.04916,"16.1":0.1025,"16.2":0.05166,"16.3":0.09333,"16.4":0.02083,"16.5":0.03917,"16.6-16.7":0.40582,"17.0":0.025,"17.1":0.04417,"17.2":0.035,"17.3":0.04916,"17.4":0.10166,"17.5":0.24166,"17.6-17.7":0.79497,"18.0":0.23416,"18.1":2.15076,"18.2":0.69164,"18.3":2.46491,"18.4":0.005},P:{"4":0.08259,"20":0.01032,"21":0.05162,"22":0.06194,"23":0.10324,"24":0.16518,"25":0.08259,"26":0.23744,"27":2.70477,_:"5.0-5.4 6.2-6.4 10.1 12.0 14.0 15.0","7.2-7.4":0.26841,"8.2":0.01032,"9.2":0.01032,"11.1-11.2":0.01032,"13.0":0.01032,"16.0":0.11356,"17.0":0.29938,"18.0":0.01032,"19.0":0.01032},I:{"0":0.03477,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00004},K:{"0":0.53424,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00419,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":45.77305},R:{_:"0"},M:{"0":0.23809},Q:{_:"14.9"},O:{"0":0.04646},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"5":0.30862,"34":0.00468,"79":0.00234,"97":0.00234,"103":0.00234,"108":0.00468,"115":0.04676,"119":0.00468,"127":0.00468,"128":0.01403,"129":0.01169,"130":0.00935,"131":0.03273,"132":0.43721,"133":0.03741,_:"2 3 4 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 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 98 99 100 101 102 104 105 106 107 109 110 111 112 113 114 116 117 118 120 121 122 123 124 125 126 134 135 136 3.5 3.6"},D:{"38":0.00234,"43":0.00234,"51":0.00234,"53":0.00701,"58":0.07248,"66":0.00468,"68":0.00234,"69":0.00234,"73":0.00234,"74":0.00234,"75":0.00234,"78":0.00468,"79":0.03507,"80":0.00234,"83":0.00701,"84":0.00234,"86":0.00234,"87":0.02806,"88":0.00935,"90":0.00234,"91":0.00234,"92":0.00234,"93":0.00468,"94":0.0187,"95":0.00234,"98":0.00468,"100":0.00234,"101":0.00234,"102":0.00701,"103":0.10053,"104":0.00468,"105":0.00234,"106":0.00468,"107":0.00234,"108":0.01403,"109":0.57047,"110":0.00701,"111":0.00701,"113":0.00234,"114":0.02104,"115":0.00234,"116":0.09118,"117":0.00935,"118":0.00468,"119":0.01403,"120":0.0187,"121":0.00935,"122":0.11456,"123":0.01637,"124":0.05144,"125":0.10053,"126":0.07949,"127":0.05845,"128":0.13093,"129":0.47929,"130":7.76216,"131":4.66431,"132":0.00701,"133":0.00234,_:"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 47 48 49 50 52 54 55 56 57 59 60 61 62 63 64 65 67 70 71 72 76 77 81 85 89 96 97 99 112 134"},F:{"46":0.04442,"85":0.03975,"86":0.01169,"95":0.00701,"111":0.00234,"113":0.05377,"114":0.61957,_:"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 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"13":0.00468,"18":0.00234,"92":0.00701,"109":0.01403,"114":0.00468,"115":0.00234,"119":0.00234,"120":0.00234,"121":0.00234,"122":0.00468,"123":0.00234,"124":0.01169,"125":0.00234,"126":0.00701,"127":0.01403,"128":0.02572,"129":0.07715,"130":1.69505,"131":1.17835,_:"12 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 116 117 118"},E:{"9":0.00234,"11":0.00701,"14":0.00468,"15":0.00468,_:"0 4 5 6 7 8 10 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1","11.1":0.00234,"12.1":0.00234,"13.1":0.05845,"14.1":0.03507,"15.1":0.00468,"15.2-15.3":0.01169,"15.4":0.00935,"15.5":0.02104,"15.6":0.10521,"16.0":0.00935,"16.1":0.03507,"16.2":0.01169,"16.3":0.0491,"16.4":0.01637,"16.5":0.07715,"16.6":0.11222,"17.0":0.00701,"17.1":0.01169,"17.2":0.00935,"17.3":0.0187,"17.4":0.04676,"17.5":0.15431,"17.6":0.60788,"18.0":0.27121,"18.1":0.2829,"18.2":0.00935},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00156,"5.0-5.1":0,"6.0-6.1":0.00622,"7.0-7.1":0.00778,"8.1-8.4":0,"9.0-9.2":0.00622,"9.3":0.02179,"10.0-10.2":0.00467,"10.3":0.03579,"11.0-11.2":0.42016,"11.3-11.4":0.01089,"12.0-12.1":0.00622,"12.2-12.5":0.1634,"13.0-13.1":0.00311,"13.2":0.04202,"13.3":0.00622,"13.4-13.7":0.02334,"14.0-14.4":0.05135,"14.5-14.8":0.07314,"15.0-15.1":0.04202,"15.2-15.3":0.0389,"15.4":0.04668,"15.5":0.05447,"15.6-15.8":0.58356,"16.0":0.11049,"16.1":0.23342,"16.2":0.11827,"16.3":0.20074,"16.4":0.04046,"16.5":0.08092,"16.6-16.7":0.76563,"17.0":0.05602,"17.1":0.09337,"17.2":0.07781,"17.3":0.11827,"17.4":0.25365,"17.5":0.75785,"17.6-17.7":6.54673,"18.0":2.32178,"18.1":2.04012,"18.2":0.08248},P:{"4":0.05097,"20":0.01019,"21":0.02039,"22":0.05097,"23":0.06116,"24":0.13252,"25":0.05097,"26":0.98883,"27":0.8665,"5.0-5.4":0.01019,_:"6.2-6.4 8.2 9.2 10.1 12.0 14.0 15.0 18.0","7.2-7.4":0.03058,"11.1-11.2":0.02039,"13.0":0.03058,"16.0":0.01019,"17.0":0.01019,"19.0":0.03058},I:{"0":0.06116,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00002,"4.4":0,"4.4.3-4.4.4":0.00008},A:{"8":0.0106,"9":0.00265,"11":0.0265,_:"6 7 10 5.5"},K:{"0":1.96147,_:"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":3.76204},H:{"0":0},L:{"0":54.26598},R:{_:"0"},M:{"0":0.10727}};
1
+ module.exports={C:{"5":0.33202,"72":0.00255,"89":0.00766,"102":0.00511,"115":0.04342,"117":0.00255,"125":0.00255,"128":0.01532,"131":0.00255,"132":0.00255,"133":0.01022,"134":0.17878,"135":0.29371,_:"2 3 4 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 90 91 92 93 94 95 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 112 113 114 116 118 119 120 121 122 123 124 126 127 129 130 136 137 138 3.5 3.6"},D:{"49":0.00255,"58":0.06896,"66":0.00255,"73":0.00255,"75":0.00255,"76":0.00255,"78":0.00511,"79":0.05874,"80":0.00255,"83":0.01022,"84":0.00255,"85":0.00255,"87":0.02809,"88":0.00766,"91":0.01277,"93":0.00255,"94":0.01022,"98":0.00511,"100":0.00511,"102":0.00255,"103":0.15069,"105":0.01022,"106":0.01022,"107":0.00766,"108":0.01788,"109":0.45972,"110":0.01022,"111":0.01532,"112":0.01022,"113":0.00255,"114":0.01532,"115":0.00511,"116":0.15579,"117":0.01022,"118":0.00255,"119":0.00766,"120":0.01788,"121":0.00511,"122":0.06896,"123":0.01277,"124":0.04342,"125":0.05108,"126":0.05363,"127":0.04853,"128":0.05874,"129":0.05108,"130":0.33968,"131":0.71257,"132":6.47184,"133":6.26241,"134":0.00766,"135":0.00511,_:"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 67 68 69 70 71 72 74 77 81 86 89 90 92 95 96 97 99 101 104 136"},F:{"46":0.01022,"87":0.08428,"93":0.00511,"95":0.01022,"109":0.00511,"113":0.00255,"114":0.05108,_:"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 94 96 97 98 99 100 101 102 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:{"12":0.00255,"13":0.00255,"18":0.00255,"92":0.00766,"100":0.00255,"106":0.00511,"107":0.01022,"108":0.00766,"109":0.07917,"113":0.00255,"114":0.00255,"115":0.00255,"119":0.00255,"121":0.00255,"122":0.00255,"123":0.00255,"124":0.00255,"125":0.00766,"126":0.00255,"127":0.00511,"128":0.00511,"129":0.00511,"130":0.01532,"131":0.13536,"132":1.19016,"133":1.73161,_:"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 110 111 112 116 117 118 120"},E:{"14":0.01022,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.2-15.3 18.4","13.1":0.02299,"14.1":0.0332,"15.1":0.00255,"15.4":0.01022,"15.5":0.01022,"15.6":0.07151,"16.0":0.00511,"16.1":0.01788,"16.2":0.00766,"16.3":0.05619,"16.4":0.00766,"16.5":0.01277,"16.6":0.10216,"17.0":0.00511,"17.1":0.0332,"17.2":0.00766,"17.3":0.01022,"17.4":0.02554,"17.5":0.16856,"17.6":0.29882,"18.0":0.04853,"18.1":0.33968,"18.2":0.13536,"18.3":0.47504},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00276,"5.0-5.1":0.00138,"6.0-6.1":0.00827,"7.0-7.1":0.00689,"8.1-8.4":0,"9.0-9.2":0.00276,"9.3":0.02067,"10.0-10.2":0.00276,"10.3":0.0317,"11.0-11.2":0.10888,"11.3-11.4":0.00965,"12.0-12.1":0.00551,"12.2-12.5":0.14609,"13.0-13.1":0.00276,"13.2":0.00413,"13.3":0.00551,"13.4-13.7":0.02067,"14.0-14.4":0.04548,"14.5-14.8":0.0634,"15.0-15.1":0.03308,"15.2-15.3":0.03308,"15.4":0.03997,"15.5":0.04548,"15.6-15.8":0.56371,"16.0":0.08132,"16.1":0.16953,"16.2":0.08545,"16.3":0.15436,"16.4":0.03446,"16.5":0.06478,"16.6-16.7":0.67121,"17.0":0.04135,"17.1":0.07305,"17.2":0.05789,"17.3":0.08132,"17.4":0.16815,"17.5":0.39969,"17.6-17.7":1.31485,"18.0":0.38729,"18.1":3.55728,"18.2":1.14395,"18.3":4.07688,"18.4":0.00827},P:{"4":0.05103,"20":0.01021,"21":0.01021,"22":0.01021,"23":0.02041,"24":0.04083,"25":0.03062,"26":0.09186,"27":1.74531,_:"5.0-5.4 6.2-6.4 8.2 9.2 10.1 12.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.02041,"11.1-11.2":0.02041,"13.0":0.03062},I:{"0":0.12633,"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.00015},K:{"0":1.98808,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.00418,"10":0.00418,"11":0.03761,_:"6 7 9 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":54.67957},R:{_:"0"},M:{"0":0.11169},Q:{_:"14.9"},O:{"0":4.43037},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"48":0.01375,"52":0.00275,"77":0.00275,"78":0.04948,"82":0.0055,"88":0.00825,"91":0.00825,"94":0.00275,"100":0.03574,"102":0.05223,"105":0.00275,"109":0.00275,"113":0.00275,"115":0.24191,"116":0.00275,"119":0.00275,"120":0.00275,"121":0.00275,"122":0.00825,"125":0.00275,"126":0.0055,"127":0.01649,"128":0.07147,"129":0.01375,"130":0.011,"131":0.19793,"132":2.4631,"133":0.15669,_:"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 79 80 81 83 84 85 86 87 89 90 92 93 95 96 97 98 99 101 103 104 106 107 108 110 111 112 114 117 118 123 124 134 135 136 3.5 3.6"},D:{"47":0.00275,"53":0.00275,"61":0.00275,"70":0.00275,"79":0.02199,"80":0.00275,"81":0.0055,"83":0.0055,"84":0.00275,"85":0.0055,"86":0.011,"87":0.04398,"88":0.01649,"90":0.0055,"94":0.01375,"98":0.00275,"100":0.00275,"102":0.00275,"103":0.05223,"105":0.0055,"106":0.011,"107":0.0055,"108":0.0055,"109":0.42335,"110":0.0055,"111":0.0055,"112":0.00275,"113":0.02199,"114":0.0055,"115":0.01375,"116":0.09072,"117":0.00825,"118":0.00825,"119":0.011,"120":0.01924,"121":0.00825,"122":0.09072,"123":0.0055,"124":0.04948,"125":0.03024,"126":0.03574,"127":0.06048,"128":0.11546,"129":0.39586,"130":7.35632,"131":4.69804,"132":0.00275,_:"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 54 55 56 57 58 59 60 62 63 64 65 66 67 68 69 71 72 73 74 75 76 77 78 89 91 92 93 95 96 97 99 101 104 133 134"},F:{"46":0.00275,"75":0.00275,"85":0.01375,"95":0.0055,"102":0.00275,"107":0.00275,"111":0.00275,"113":0.06598,"114":1.00613,_:"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 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 108 109 110 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"86":0.00275,"89":0.00275,"92":0.00825,"100":0.00275,"103":0.00275,"105":0.00275,"109":0.011,"110":0.01649,"112":0.00275,"115":0.01375,"119":0.00275,"120":0.00275,"121":0.0055,"122":0.00825,"124":0.00275,"125":0.0055,"126":0.00825,"127":0.00825,"128":0.04948,"129":0.17594,"130":3.19984,"131":1.74836,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 87 88 90 91 93 94 95 96 97 98 99 101 102 104 106 107 108 111 113 114 116 117 118 123"},E:{"14":0.0055,"15":0.00275,_:"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 15.2-15.3","12.1":0.00275,"13.1":0.21442,"14.1":0.04398,"15.1":0.00825,"15.4":0.011,"15.5":0.00825,"15.6":0.20068,"16.0":0.15394,"16.1":0.011,"16.2":0.15944,"16.3":0.01649,"16.4":0.011,"16.5":0.03574,"16.6":0.15394,"17.0":0.02749,"17.1":0.03299,"17.2":0.02199,"17.3":0.01649,"17.4":0.05498,"17.5":0.10996,"17.6":0.76697,"18.0":0.42335,"18.1":0.29964,"18.2":0.0055},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00128,"5.0-5.1":0,"6.0-6.1":0.00514,"7.0-7.1":0.00642,"8.1-8.4":0,"9.0-9.2":0.00514,"9.3":0.01799,"10.0-10.2":0.00385,"10.3":0.02955,"11.0-11.2":0.34692,"11.3-11.4":0.00899,"12.0-12.1":0.00514,"12.2-12.5":0.13491,"13.0-13.1":0.00257,"13.2":0.03469,"13.3":0.00514,"13.4-13.7":0.01927,"14.0-14.4":0.0424,"14.5-14.8":0.06039,"15.0-15.1":0.03469,"15.2-15.3":0.03212,"15.4":0.03855,"15.5":0.04497,"15.6-15.8":0.48183,"16.0":0.09123,"16.1":0.19273,"16.2":0.09765,"16.3":0.16575,"16.4":0.03341,"16.5":0.06681,"16.6-16.7":0.63216,"17.0":0.04626,"17.1":0.07709,"17.2":0.06424,"17.3":0.09765,"17.4":0.20943,"17.5":0.62574,"17.6-17.7":5.40548,"18.0":1.91704,"18.1":1.68447,"18.2":0.0681},P:{"4":0.02059,"21":0.0103,"22":0.09267,"23":0.04119,"24":0.04119,"25":0.04119,"26":1.04001,"27":0.77228,_:"20 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 16.0","7.2-7.4":0.08238,"13.0":0.0103,"14.0":0.05149,"15.0":0.02059,"17.0":0.0103,"18.0":0.0103,"19.0":0.0103},I:{"0":0.13747,"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:{"11":0.02474,_:"6 7 8 9 10 5.5"},K:{"0":0.18853,_:"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.09426},H:{"0":0},L:{"0":56.7727},R:{_:"0"},M:{"0":0.27554}};
1
+ module.exports={C:{"56":0.00282,"73":0.00847,"78":0.08469,"82":0.00282,"88":0.00565,"91":0.00282,"102":0.02823,"105":0.00282,"115":0.28512,"127":0.00847,"128":0.16373,"129":0.00565,"131":0.00282,"132":0.00847,"133":0.01694,"134":0.78197,"135":2.30357,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 74 75 76 77 79 80 81 83 84 85 86 87 89 90 92 93 94 95 96 97 98 99 100 101 103 104 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 130 136 137 138 3.5 3.6"},D:{"41":0.00282,"49":0.00282,"50":0.00282,"70":0.00282,"73":0.00847,"76":0.00282,"78":0.00282,"79":0.02258,"80":0.00282,"83":0.00282,"84":0.00282,"85":0.00847,"86":0.00565,"87":0.01412,"88":0.02823,"91":0.00282,"94":0.00565,"96":0.00282,"103":0.05364,"104":0.00282,"105":0.00565,"106":0.00565,"108":0.00847,"109":0.47991,"110":0.00565,"111":0.00282,"113":0.02258,"114":0.01129,"115":0.02541,"116":0.09316,"117":0.01129,"118":0.00282,"119":0.00847,"120":0.00847,"121":0.00565,"122":0.05364,"123":0.00565,"124":0.0734,"125":0.04235,"126":0.15527,"127":0.03388,"128":0.11574,"129":0.01412,"130":0.03388,"131":0.54766,"132":5.91983,"133":5.75892,"135":0.00282,_:"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 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 71 72 74 75 77 81 89 90 92 93 95 97 98 99 100 101 102 107 112 134 136"},F:{"46":0.00847,"86":0.00282,"87":0.00847,"95":0.14962,"102":0.00565,"113":0.00282,"114":0.06211,_:"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 88 89 90 91 92 93 94 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00282,"100":0.00282,"108":0.00282,"109":0.02541,"110":0.00565,"112":0.04799,"115":0.01129,"120":0.00282,"121":0.00282,"122":0.00565,"124":0.00282,"125":0.00282,"126":0.00282,"127":0.00282,"128":0.00282,"129":0.01129,"130":0.07622,"131":0.07058,"132":1.86883,"133":2.77783,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 111 113 114 116 117 118 119 123"},E:{"14":0.01129,"15":0.00282,_:"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 15.1 18.4","12.1":0.00282,"13.1":0.04799,"14.1":0.03952,"15.2-15.3":0.00565,"15.4":0.00847,"15.5":0.00847,"15.6":0.18067,"16.0":0.10445,"16.1":0.01129,"16.2":0.03105,"16.3":0.02258,"16.4":0.00282,"16.5":0.0367,"16.6":0.25972,"17.0":0.01129,"17.1":0.08187,"17.2":0.01412,"17.3":0.01694,"17.4":0.04517,"17.5":0.08751,"17.6":0.22866,"18.0":0.1468,"18.1":0.50814,"18.2":0.12139,"18.3":0.7001},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00274,"5.0-5.1":0.00137,"6.0-6.1":0.00823,"7.0-7.1":0.00686,"8.1-8.4":0,"9.0-9.2":0.00274,"9.3":0.02058,"10.0-10.2":0.00274,"10.3":0.03156,"11.0-11.2":0.10841,"11.3-11.4":0.00961,"12.0-12.1":0.00549,"12.2-12.5":0.14546,"13.0-13.1":0.00274,"13.2":0.00412,"13.3":0.00549,"13.4-13.7":0.02058,"14.0-14.4":0.04528,"14.5-14.8":0.06312,"15.0-15.1":0.03293,"15.2-15.3":0.03293,"15.4":0.0398,"15.5":0.04528,"15.6-15.8":0.56125,"16.0":0.08096,"16.1":0.16879,"16.2":0.08508,"16.3":0.15369,"16.4":0.03431,"16.5":0.0645,"16.6-16.7":0.66828,"17.0":0.04117,"17.1":0.07273,"17.2":0.05763,"17.3":0.08096,"17.4":0.16741,"17.5":0.39795,"17.6-17.7":1.30912,"18.0":0.3856,"18.1":3.54176,"18.2":1.13896,"18.3":4.05909,"18.4":0.00823},P:{"4":0.05196,"22":0.01039,"23":0.02078,"24":0.06235,"25":0.03118,"26":0.07274,"27":2.45244,_:"20 21 6.2-6.4 8.2 9.2 10.1 12.0 13.0 16.0","5.0-5.4":0.01039,"7.2-7.4":0.17666,"11.1-11.2":0.01039,"14.0":0.04157,"15.0":0.01039,"17.0":0.01039,"18.0":0.02078,"19.0":0.01039},I:{"0":0.24353,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00005,"4.4":0,"4.4.3-4.4.4":0.00029},K:{"0":0.10048,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00282,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":55.44943},R:{_:"0"},M:{"0":0.49521},Q:{_:"14.9"},O:{"0":0.15789},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"43":0.00441,"52":0.0397,"68":0.00882,"78":0.00441,"88":0.00441,"90":0.00441,"102":0.00441,"103":0.00882,"112":0.00441,"113":0.00882,"115":0.3617,"118":0.00441,"121":0.00882,"123":0.00441,"124":0.00441,"125":0.01764,"126":0.00441,"127":0.02206,"128":0.04852,"129":0.01323,"130":0.01764,"131":0.09263,"132":1.6453,"133":0.1588,"134":0.00441,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 89 91 92 93 94 95 96 97 98 99 100 101 104 105 106 107 108 109 110 111 114 116 117 119 120 122 135 136 3.5 3.6"},D:{"18":0.00882,"38":0.00441,"49":0.01323,"70":0.00882,"71":0.00441,"73":0.00441,"76":0.01764,"79":0.01764,"81":0.00441,"83":0.00441,"85":0.00441,"86":0.00441,"87":0.01323,"88":0.00882,"90":0.00441,"91":0.00882,"92":0.00441,"93":0.00441,"94":0.00882,"98":0.00441,"99":0.00441,"100":0.01764,"102":0.00882,"103":0.01764,"104":0.02206,"105":0.00441,"106":0.00882,"107":0.01323,"108":0.02206,"109":1.17333,"110":0.00882,"111":0.04411,"112":0.01764,"113":0.05293,"114":0.07058,"115":0.00882,"116":0.04411,"117":0.01323,"118":0.01764,"119":0.03088,"120":0.38817,"121":0.01764,"122":0.07058,"123":0.04852,"124":0.10586,"125":0.18085,"126":0.07058,"127":0.0397,"128":0.19408,"129":0.53814,"130":20.49351,"131":11.24805,"132":0.00441,"133":0.00441,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 43 44 45 46 47 48 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 72 74 75 77 78 80 84 89 95 96 97 101 134"},F:{"46":0.00441,"79":0.00441,"85":0.02206,"95":0.04411,"109":0.00441,"112":0.00441,"113":0.11028,"114":1.68941,_:"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 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:{"14":0.00441,"16":0.00882,"18":0.00441,"92":0.00441,"108":0.00441,"109":0.02206,"117":0.00441,"118":0.00441,"119":0.00441,"120":0.00441,"121":0.00882,"122":0.00441,"123":0.00441,"124":0.00441,"125":0.00441,"126":0.00882,"127":0.02206,"128":0.01764,"129":0.06175,"130":1.35859,"131":0.97924,_:"12 13 15 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 110 111 112 113 114 115 116"},E:{"14":0.00441,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1","13.1":0.00882,"14.1":0.01764,"15.2-15.3":0.00441,"15.4":0.00441,"15.5":0.00441,"15.6":0.05734,"16.0":0.00441,"16.1":0.00882,"16.2":0.00882,"16.3":0.01764,"16.4":0.02206,"16.5":0.00882,"16.6":0.05734,"17.0":0.00441,"17.1":0.01323,"17.2":0.01323,"17.3":0.01323,"17.4":0.03088,"17.5":0.07058,"17.6":0.23819,"18.0":0.14997,"18.1":0.1985,"18.2":0.00882},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00127,"5.0-5.1":0,"6.0-6.1":0.00507,"7.0-7.1":0.00634,"8.1-8.4":0,"9.0-9.2":0.00507,"9.3":0.01775,"10.0-10.2":0.0038,"10.3":0.02915,"11.0-11.2":0.34225,"11.3-11.4":0.00887,"12.0-12.1":0.00507,"12.2-12.5":0.1331,"13.0-13.1":0.00254,"13.2":0.03422,"13.3":0.00507,"13.4-13.7":0.01901,"14.0-14.4":0.04183,"14.5-14.8":0.05958,"15.0-15.1":0.03422,"15.2-15.3":0.03169,"15.4":0.03803,"15.5":0.04437,"15.6-15.8":0.47534,"16.0":0.09,"16.1":0.19014,"16.2":0.09634,"16.3":0.16352,"16.4":0.03296,"16.5":0.06591,"16.6-16.7":0.62365,"17.0":0.04563,"17.1":0.07606,"17.2":0.06338,"17.3":0.09634,"17.4":0.20662,"17.5":0.61731,"17.6-17.7":5.33273,"18.0":1.89124,"18.1":1.6618,"18.2":0.06718},P:{"4":0.05102,"20":0.0102,"21":0.02041,"22":0.04082,"23":0.05102,"24":0.06122,"25":0.07143,"26":1.72446,"27":1.45916,_:"5.0-5.4 7.2-7.4 8.2 9.2 10.1 13.0 14.0 15.0 16.0 18.0","6.2-6.4":0.0102,"11.1-11.2":0.0102,"12.0":0.03061,"17.0":0.0102,"19.0":0.02041},I:{"0":0.05019,"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:{"11":0.02647,_:"6 7 8 9 10 5.5"},K:{"0":0.32975,_:"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.04471},H:{"0":0},L:{"0":39.28249},R:{_:"0"},M:{"0":0.29063}};
1
+ module.exports={C:{"48":0.00462,"52":0.04619,"68":0.00462,"78":0.00462,"95":0.03695,"103":0.00462,"104":0.00462,"115":0.34643,"125":0.02771,"126":0.00462,"127":0.01848,"128":0.06467,"130":0.00462,"131":0.00462,"132":0.01848,"133":0.01848,"134":0.40185,"135":1.37646,"136":0.01386,_:"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 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 129 137 138 3.5 3.6"},D:{"41":0.00462,"49":0.00924,"52":0.00462,"57":0.00462,"58":0.00462,"61":0.00462,"70":0.00924,"71":0.00462,"76":0.01848,"79":0.03695,"81":0.00462,"85":0.00462,"86":0.00462,"87":0.0231,"88":0.00924,"90":0.00462,"91":0.00462,"94":0.00924,"96":0.0231,"99":0.00462,"100":0.04619,"102":0.00462,"103":0.01848,"104":0.08314,"105":0.00462,"106":0.00462,"107":0.00462,"108":0.01848,"109":1.10394,"110":0.00462,"111":0.00462,"112":0.00924,"113":0.03233,"114":0.05081,"115":0.00462,"116":0.03695,"117":0.00462,"118":0.01386,"119":0.02771,"120":0.388,"121":0.01386,"122":0.05081,"123":0.03233,"124":0.11548,"125":0.04157,"126":0.05081,"127":0.05081,"128":0.07852,"129":0.08314,"130":0.10624,"131":0.94228,"132":20.19889,"133":12.53135,"134":0.00924,"135":0.00462,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 42 43 44 45 46 47 48 50 51 53 54 55 56 59 60 62 63 64 65 66 67 68 69 72 73 74 75 77 78 80 83 84 89 92 93 95 97 98 101 136"},F:{"46":0.00462,"85":0.00924,"86":0.00924,"87":0.01848,"95":0.04157,"113":0.00462,"114":0.12471,_:"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 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00462,"92":0.00462,"105":0.00462,"108":0.00462,"109":0.01848,"114":0.00462,"119":0.00462,"122":0.00462,"125":0.00462,"126":0.00462,"127":0.00462,"128":0.00924,"129":0.00924,"130":0.02771,"131":0.06929,"132":1.03466,"133":1.44113,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 106 107 110 111 112 113 115 116 117 118 120 121 123 124"},E:{"14":0.00462,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 18.4","13.1":0.00924,"14.1":0.00924,"15.5":0.00462,"15.6":0.04157,"16.0":0.00924,"16.1":0.00924,"16.2":0.00462,"16.3":0.00924,"16.4":0.00462,"16.5":0.00924,"16.6":0.04619,"17.0":0.00462,"17.1":0.0231,"17.2":0.00924,"17.3":0.00924,"17.4":0.02771,"17.5":0.04157,"17.6":0.08776,"18.0":0.04157,"18.1":0.11548,"18.2":0.06005,"18.3":0.28176},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00242,"5.0-5.1":0.00121,"6.0-6.1":0.00725,"7.0-7.1":0.00604,"8.1-8.4":0,"9.0-9.2":0.00242,"9.3":0.01813,"10.0-10.2":0.00242,"10.3":0.0278,"11.0-11.2":0.09549,"11.3-11.4":0.00846,"12.0-12.1":0.00484,"12.2-12.5":0.12813,"13.0-13.1":0.00242,"13.2":0.00363,"13.3":0.00484,"13.4-13.7":0.01813,"14.0-14.4":0.03989,"14.5-14.8":0.0556,"15.0-15.1":0.02901,"15.2-15.3":0.02901,"15.4":0.03506,"15.5":0.03989,"15.6-15.8":0.4944,"16.0":0.07132,"16.1":0.14868,"16.2":0.07495,"16.3":0.13539,"16.4":0.03022,"16.5":0.05681,"16.6-16.7":0.58868,"17.0":0.03626,"17.1":0.06407,"17.2":0.05077,"17.3":0.07132,"17.4":0.14747,"17.5":0.35055,"17.6-17.7":1.15319,"18.0":0.33967,"18.1":3.11991,"18.2":1.0033,"18.3":3.57562,"18.4":0.00725},P:{"4":0.04069,"20":0.01017,"21":0.02035,"22":0.03052,"23":0.04069,"24":0.23398,"25":0.04069,"26":0.10173,"27":2.91963,_:"5.0-5.4 8.2 9.2 10.1 11.1-11.2 14.0 15.0 16.0 17.0 18.0","6.2-6.4":0.02035,"7.2-7.4":0.01017,"12.0":0.02035,"13.0":0.01017,"19.0":0.01017},I:{"0":0.03223,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00004},K:{"0":0.32292,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.01848,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":38.45374},R:{_:"0"},M:{"0":0.29063},Q:{_:"14.9"},O:{"0":0.04306},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.048,"68":0.00369,"70":0.00369,"72":0.00369,"75":0.00369,"78":0.01108,"88":0.00369,"91":0.00369,"99":0.00369,"100":0.00738,"101":0.00369,"102":0.01477,"103":0.0443,"106":0.00369,"107":0.00369,"110":0.00369,"111":0.00369,"112":0.00369,"113":0.01477,"114":0.00369,"115":0.80486,"117":0.00369,"118":0.00369,"119":0.00369,"120":0.00369,"121":0.00369,"122":0.00738,"123":0.00738,"124":0.02215,"125":0.01846,"126":0.01108,"127":0.02584,"128":0.03692,"129":0.01108,"130":0.02954,"131":0.12184,"132":2.3075,"133":0.21783,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 69 71 73 74 76 77 79 80 81 82 83 84 85 86 87 89 90 92 93 94 95 96 97 98 104 105 108 109 116 134 135 136 3.5 3.6"},D:{"29":0.00369,"38":0.00369,"47":0.01477,"48":0.00369,"49":0.02584,"53":0.00738,"58":0.00369,"65":0.00369,"68":0.00369,"70":0.00369,"71":0.00369,"72":0.00369,"73":0.00369,"75":0.00369,"76":0.00369,"77":0.00369,"78":0.02215,"79":0.39135,"80":0.00369,"81":0.01108,"83":0.00738,"84":0.00369,"85":0.01477,"86":0.00738,"87":0.25475,"88":0.02954,"89":0.00738,"90":0.00369,"91":0.00738,"92":0.01477,"93":0.01846,"94":0.04061,"95":0.00369,"96":0.00369,"97":0.01846,"98":0.00738,"99":0.00369,"100":0.00369,"101":0.01108,"102":0.01846,"103":0.05538,"104":0.0923,"105":0.00738,"106":0.01846,"107":0.01846,"108":0.03323,"109":3.23788,"110":0.01846,"111":0.16245,"112":0.01108,"113":0.03692,"114":0.06276,"115":0.02215,"116":0.06646,"117":0.01108,"118":0.01846,"119":0.03692,"120":0.05169,"121":0.05169,"122":0.21414,"123":0.16983,"124":0.2289,"125":0.06276,"126":0.0923,"127":0.05907,"128":0.11814,"129":0.50211,"130":11.93254,"131":8.36607,"132":0.00738,"133":0.00738,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 30 31 32 33 34 35 36 37 39 40 41 42 43 44 45 46 50 51 52 54 55 56 57 59 60 61 62 63 64 66 67 69 74 134"},F:{"36":0.00369,"40":0.00738,"46":0.02584,"48":0.00369,"73":0.00369,"79":0.00369,"82":0.00369,"85":0.03692,"86":0.00738,"95":0.15506,"97":0.00369,"99":0.00369,"102":0.00369,"111":0.00369,"112":0.00738,"113":0.06276,"114":1.58018,_:"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 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 74 75 76 77 78 80 81 83 84 87 88 89 90 91 92 93 94 96 98 100 101 103 104 105 106 107 108 109 110 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"15":0.00369,"18":0.00369,"92":0.00738,"106":0.00369,"107":0.00369,"108":0.00369,"109":0.01477,"111":0.00738,"114":0.00369,"116":0.00369,"117":0.00369,"118":0.00369,"119":0.00369,"120":0.00369,"121":0.00369,"122":0.00369,"123":0.00369,"124":0.00369,"125":0.00738,"126":0.01108,"127":0.00738,"128":0.00738,"129":0.03692,"130":1.0153,"131":0.71256,_:"12 13 14 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 110 112 113 115"},E:{"4":0.00369,"14":0.00369,"15":0.00738,_:"0 5 6 7 8 9 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.1 15.2-15.3","12.1":0.00369,"13.1":0.04061,"14.1":0.03692,"15.4":0.00369,"15.5":0.00738,"15.6":0.08492,"16.0":0.00738,"16.1":0.00738,"16.2":0.00369,"16.3":0.02215,"16.4":0.00738,"16.5":0.01108,"16.6":0.06276,"17.0":0.01477,"17.1":0.01477,"17.2":0.01477,"17.3":0.01108,"17.4":0.0923,"17.5":0.048,"17.6":0.22521,"18.0":0.08492,"18.1":0.17352,"18.2":0.00738},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00111,"5.0-5.1":0,"6.0-6.1":0.00442,"7.0-7.1":0.00553,"8.1-8.4":0,"9.0-9.2":0.00442,"9.3":0.01548,"10.0-10.2":0.00332,"10.3":0.02543,"11.0-11.2":0.29856,"11.3-11.4":0.00774,"12.0-12.1":0.00442,"12.2-12.5":0.11611,"13.0-13.1":0.00221,"13.2":0.02986,"13.3":0.00442,"13.4-13.7":0.01659,"14.0-14.4":0.03649,"14.5-14.8":0.05197,"15.0-15.1":0.02986,"15.2-15.3":0.02764,"15.4":0.03317,"15.5":0.0387,"15.6-15.8":0.41467,"16.0":0.07851,"16.1":0.16587,"16.2":0.08404,"16.3":0.14265,"16.4":0.02875,"16.5":0.0575,"16.6-16.7":0.54405,"17.0":0.03981,"17.1":0.06635,"17.2":0.05529,"17.3":0.08404,"17.4":0.18024,"17.5":0.53852,"17.6-17.7":4.65207,"18.0":1.64984,"18.1":1.44969,"18.2":0.05861},P:{"4":0.15514,"20":0.01034,"21":0.02069,"22":0.06206,"23":0.04137,"24":0.04137,"25":0.05171,"26":1.32386,"27":1.36523,"5.0-5.4":0.02069,"6.2-6.4":0.03103,"7.2-7.4":0.01034,_:"8.2 9.2 10.1 11.1-11.2 12.0 13.0 15.0 18.0","14.0":0.01034,"16.0":0.01034,"17.0":0.01034,"19.0":0.02069},I:{"0":0.02518,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00003},A:{"8":0.02806,"9":0.00401,"10":0.01203,"11":0.2365,_:"6 7 5.5"},K:{"0":0.33432,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.00631,_:"3.0-3.1"},J:{_:"7 10"},Q:{_:"14.9"},O:{"0":0.04416},H:{"0":0},L:{"0":48.95903},R:{_:"0"},M:{"0":0.24601}};
1
+ module.exports={C:{"52":0.03631,"60":0.00363,"68":0.01089,"72":0.00726,"75":0.00363,"78":0.00363,"88":0.00363,"99":0.00363,"100":0.00363,"101":0.00363,"102":0.00363,"103":0.00363,"105":0.00363,"111":0.00363,"113":0.01816,"114":0.00363,"115":0.66447,"117":0.00363,"124":0.04357,"125":0.06536,"126":0.01816,"127":0.01452,"128":0.03631,"129":0.01089,"130":0.00363,"131":0.00726,"132":0.02179,"133":0.02905,"134":0.54102,"135":1.88449,"136":0.00726,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 61 62 63 64 65 66 67 69 70 71 73 74 76 77 79 80 81 82 83 84 85 86 87 89 90 91 92 93 94 95 96 97 98 104 106 107 108 109 110 112 116 118 119 120 121 122 123 137 138 3.5 3.6"},D:{"29":0.00363,"34":0.00363,"42":0.00363,"47":0.00363,"48":0.00726,"49":0.07262,"53":0.00363,"55":0.00363,"58":0.01089,"65":0.00726,"67":0.00363,"68":0.00363,"69":0.00363,"70":0.00363,"71":0.00363,"72":0.00726,"75":0.00726,"78":0.02542,"79":0.3631,"80":0.00726,"81":0.00726,"83":0.01089,"84":0.00363,"85":0.01452,"86":0.00726,"87":0.27596,"88":0.01816,"89":0.00726,"90":0.00726,"91":0.00726,"93":0.01089,"94":0.06536,"95":0.00726,"96":0.00726,"97":0.00363,"98":0.00363,"99":0.00726,"100":0.00363,"101":0.00363,"102":0.01089,"103":0.03994,"104":0.1053,"105":0.00363,"106":0.01089,"107":0.02179,"108":0.03631,"109":2.93748,"110":0.01089,"111":0.02179,"112":0.00726,"113":0.04357,"114":0.04357,"115":0.00363,"116":0.06899,"117":0.00363,"118":0.02542,"119":0.05447,"120":0.04357,"121":0.04357,"122":0.06173,"123":0.02542,"124":0.29774,"125":0.06173,"126":0.05447,"127":0.01816,"128":0.05083,"129":0.02905,"130":0.07625,"131":1.0312,"132":10.30478,"133":9.39703,"134":0.00726,"135":0.00726,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 30 31 32 33 35 36 37 38 39 40 41 43 44 45 46 50 51 52 54 56 57 59 60 61 62 63 64 66 73 74 76 77 92 136"},F:{"36":0.00363,"40":0.00363,"46":0.01816,"79":0.00363,"82":0.00726,"85":0.01089,"86":0.00726,"87":0.01452,"95":0.14161,"99":0.00363,"102":0.00363,"113":0.00363,"114":0.11256,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 83 84 88 89 90 91 92 93 94 96 97 98 100 101 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00363,"85":0.00363,"92":0.00363,"108":0.00363,"109":0.02542,"114":0.00363,"119":0.00363,"120":0.00363,"122":0.00363,"125":0.01089,"126":0.00363,"127":0.00363,"128":0.00363,"129":0.00363,"130":0.01089,"131":0.06899,"132":0.7262,"133":0.96948,_:"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 110 111 112 113 115 116 117 118 121 123 124"},E:{"4":0.00363,"14":0.00363,"15":0.00363,_:"0 5 6 7 8 9 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.1 18.4","12.1":0.00363,"13.1":0.02542,"14.1":0.02905,"15.2-15.3":0.00363,"15.4":0.00363,"15.5":0.02542,"15.6":0.07262,"16.0":0.00363,"16.1":0.01089,"16.2":0.00363,"16.3":0.01089,"16.4":0.00726,"16.5":0.00363,"16.6":0.05083,"17.0":0.00363,"17.1":0.01816,"17.2":0.00726,"17.3":0.01452,"17.4":0.0581,"17.5":0.03631,"17.6":0.1053,"18.0":0.01452,"18.1":0.07625,"18.2":0.0472,"18.3":0.19971},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00226,"5.0-5.1":0.00113,"6.0-6.1":0.00678,"7.0-7.1":0.00565,"8.1-8.4":0,"9.0-9.2":0.00226,"9.3":0.01696,"10.0-10.2":0.00226,"10.3":0.02601,"11.0-11.2":0.08932,"11.3-11.4":0.00791,"12.0-12.1":0.00452,"12.2-12.5":0.11985,"13.0-13.1":0.00226,"13.2":0.00339,"13.3":0.00452,"13.4-13.7":0.01696,"14.0-14.4":0.03731,"14.5-14.8":0.05201,"15.0-15.1":0.02714,"15.2-15.3":0.02714,"15.4":0.03279,"15.5":0.03731,"15.6-15.8":0.46245,"16.0":0.06671,"16.1":0.13907,"16.2":0.0701,"16.3":0.12664,"16.4":0.02827,"16.5":0.05314,"16.6-16.7":0.55064,"17.0":0.03392,"17.1":0.05993,"17.2":0.04749,"17.3":0.06671,"17.4":0.13794,"17.5":0.3279,"17.6-17.7":1.07866,"18.0":0.31772,"18.1":2.91827,"18.2":0.93846,"18.3":3.34454,"18.4":0.00678},P:{"4":0.15276,"20":0.01018,"21":0.02037,"22":0.02037,"23":0.04074,"24":0.03055,"25":0.05092,"26":0.09166,"27":2.69876,"5.0-5.4":0.02037,"6.2-6.4":0.03055,"7.2-7.4":0.04074,_:"8.2 9.2 10.1 12.0 15.0 16.0 17.0 18.0","11.1-11.2":0.01018,"13.0":0.01018,"14.0":0.01018,"19.0":0.01018},I:{"0":0.02543,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00003},K:{"0":0.27391,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.02692,"9":0.00769,"10":0.01154,"11":0.40772,_:"6 7 5.5"},S:{"2.5":0.00637,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":50.07519},R:{_:"0"},M:{"0":0.17836},Q:{"14.9":0.00637},O:{"0":0.05733},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"41":0.00647,"50":0.00647,"51":0.00647,"52":0.11642,"56":0.00647,"66":0.01294,"68":0.01294,"72":0.00647,"77":0.00647,"78":0.01294,"88":0.00647,"91":0.00647,"94":0.00647,"96":0.00647,"99":0.00647,"101":0.00647,"102":0.0194,"103":0.03881,"104":0.00647,"105":0.00647,"106":0.00647,"107":0.00647,"108":0.01294,"109":0.00647,"110":0.00647,"111":0.0194,"112":0.00647,"113":0.01294,"114":0.01294,"115":0.85378,"116":0.00647,"118":0.00647,"119":0.00647,"120":0.01294,"121":0.02587,"122":0.01294,"123":0.01294,"124":0.01294,"125":0.07115,"126":0.01294,"127":0.03881,"128":0.10349,"129":0.0194,"130":0.02587,"131":0.1811,"132":1.76576,"133":0.17464,_:"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 42 43 44 45 46 47 48 49 53 54 55 57 58 59 60 61 62 63 64 65 67 69 70 71 73 74 75 76 79 80 81 82 83 84 85 86 87 89 90 92 93 95 97 98 100 117 134 135 136 3.5 3.6"},D:{"25":0.00647,"26":0.00647,"27":0.00647,"34":0.00647,"38":0.00647,"41":0.00647,"45":0.03234,"49":0.04528,"51":0.02587,"52":0.01294,"53":0.00647,"56":0.0194,"58":1.04782,"67":0.00647,"68":0.00647,"69":0.01294,"70":0.01294,"71":0.01294,"72":0.01294,"73":0.00647,"74":0.01294,"75":0.01294,"76":0.03234,"77":0.00647,"78":0.01294,"79":0.11642,"80":0.0194,"81":0.0194,"83":0.0194,"84":0.01294,"85":0.04528,"86":0.02587,"87":0.05174,"88":0.03881,"89":0.02587,"90":0.02587,"91":0.0194,"92":0.00647,"94":0.02587,"95":0.00647,"96":0.01294,"97":0.03881,"98":0.0194,"99":0.02587,"100":0.0194,"101":0.0194,"102":0.03881,"103":0.04528,"104":1.15777,"105":0.0194,"106":0.22638,"107":0.05821,"108":0.09055,"109":3.0723,"110":0.03881,"111":0.05821,"112":0.03881,"113":0.06468,"114":0.11642,"115":0.0194,"116":0.09702,"117":0.02587,"118":0.10349,"119":0.05174,"120":0.1811,"121":0.304,"122":0.29106,"123":0.36221,"124":0.6274,"125":0.19404,"126":0.1423,"127":0.12936,"128":0.3234,"129":0.7891,"130":9.93485,"131":6.10579,"132":0.00647,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 28 29 30 31 32 33 35 36 37 39 40 42 43 44 46 47 48 50 54 55 57 59 60 61 62 63 64 65 66 93 133 134"},F:{"36":0.02587,"46":0.01294,"54":0.00647,"55":0.00647,"74":0.00647,"76":0.00647,"77":0.00647,"79":0.05821,"80":0.02587,"82":0.00647,"83":0.00647,"84":0.01294,"85":0.14876,"86":0.04528,"87":0.00647,"89":0.00647,"90":0.00647,"92":0.00647,"94":0.00647,"95":0.9508,"99":0.00647,"102":0.01294,"106":0.00647,"107":0.01294,"108":0.00647,"109":0.00647,"110":0.00647,"111":0.00647,"112":0.01294,"113":0.16817,"114":4.0619,_:"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 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 75 78 81 88 91 93 96 97 98 100 101 103 104 105 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6","12.1":0.00647},B:{"14":0.00647,"16":0.00647,"17":0.00647,"18":0.0194,"80":0.00647,"81":0.00647,"83":0.00647,"84":0.00647,"85":0.00647,"86":0.00647,"87":0.00647,"88":0.00647,"89":0.00647,"90":0.00647,"92":0.02587,"103":0.00647,"106":0.00647,"107":0.00647,"108":0.01294,"109":0.09055,"110":0.00647,"111":0.00647,"112":0.00647,"113":0.00647,"114":0.00647,"117":0.00647,"119":0.00647,"120":0.00647,"121":0.03234,"122":0.03234,"123":0.01294,"124":0.02587,"125":0.0194,"126":0.0194,"127":0.01294,"128":0.02587,"129":0.08408,"130":2.31554,"131":1.69462,_:"12 13 15 79 91 93 94 95 96 97 98 99 100 101 102 104 105 115 116 118"},E:{"14":0.02587,"15":0.00647,_:"0 4 5 6 7 8 9 10 11 12 13 3.1 3.2 6.1 7.1 10.1 11.1","5.1":0.00647,"9.1":0.03234,"12.1":0.00647,"13.1":0.02587,"14.1":0.05174,"15.1":0.00647,"15.2-15.3":0.00647,"15.4":0.01294,"15.5":0.01294,"15.6":0.10996,"16.0":0.00647,"16.1":0.02587,"16.2":0.01294,"16.3":0.05174,"16.4":0.0194,"16.5":0.03234,"16.6":0.1423,"17.0":0.01294,"17.1":0.06468,"17.2":0.02587,"17.3":0.03234,"17.4":0.13583,"17.5":0.10996,"17.6":0.38161,"18.0":0.17464,"18.1":0.23285,"18.2":0.01294},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00076,"5.0-5.1":0,"6.0-6.1":0.00306,"7.0-7.1":0.00382,"8.1-8.4":0,"9.0-9.2":0.00306,"9.3":0.0107,"10.0-10.2":0.00229,"10.3":0.01757,"11.0-11.2":0.20627,"11.3-11.4":0.00535,"12.0-12.1":0.00306,"12.2-12.5":0.08022,"13.0-13.1":0.00153,"13.2":0.02063,"13.3":0.00306,"13.4-13.7":0.01146,"14.0-14.4":0.02521,"14.5-14.8":0.03591,"15.0-15.1":0.02063,"15.2-15.3":0.0191,"15.4":0.02292,"15.5":0.02674,"15.6-15.8":0.28649,"16.0":0.05424,"16.1":0.1146,"16.2":0.05806,"16.3":0.09855,"16.4":0.01986,"16.5":0.03973,"16.6-16.7":0.37587,"17.0":0.0275,"17.1":0.04584,"17.2":0.0382,"17.3":0.05806,"17.4":0.12453,"17.5":0.37205,"17.6-17.7":3.21403,"18.0":1.13985,"18.1":1.00157,"18.2":0.04049},P:{"4":0.11874,"20":0.01079,"21":0.03238,"22":0.01079,"23":0.02159,"24":0.02159,"25":0.02159,"26":0.3886,"27":0.30224,_:"5.0-5.4 6.2-6.4 8.2 9.2 10.1 12.0 13.0 14.0 15.0 16.0 18.0 19.0","7.2-7.4":0.01079,"11.1-11.2":0.01079,"17.0":0.01079},I:{"0":0.04934,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00006},A:{"8":0.00875,"11":0.14001,_:"6 7 9 10 5.5"},K:{"0":0.90066,_:"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.01413},O:{"0":0.22252},H:{"0":0},L:{"0":20.8219},R:{_:"0"},M:{"0":0.19073}};
1
+ module.exports={C:{"31":0.00663,"52":0.1061,"56":0.00663,"66":0.00663,"68":0.00663,"72":0.00663,"77":0.00663,"78":0.01326,"88":0.00663,"89":0.01326,"91":0.00663,"94":0.00663,"95":0.00663,"96":0.00663,"99":0.00663,"101":0.00663,"102":0.01326,"103":0.01989,"104":0.00663,"105":0.00663,"106":0.00663,"107":0.00663,"108":0.00663,"109":0.00663,"111":0.00663,"112":0.00663,"113":0.01989,"114":0.02652,"115":0.84877,"118":0.00663,"120":0.00663,"121":0.00663,"122":0.00663,"124":0.00663,"125":0.02652,"126":0.00663,"127":0.01989,"128":0.09947,"129":0.00663,"130":0.00663,"131":0.01326,"132":0.01989,"133":0.05305,"134":0.49069,"135":1.50524,"136":0.00663,_:"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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 57 58 59 60 61 62 63 64 65 67 69 70 71 73 74 75 76 79 80 81 82 83 84 85 86 87 90 92 93 97 98 100 110 116 117 119 123 137 138 3.5 3.6"},D:{"22":0.00663,"25":0.00663,"26":0.00663,"34":0.00663,"38":0.00663,"41":0.00663,"45":0.12599,"47":0.00663,"49":0.03979,"51":0.03316,"53":0.01326,"54":0.00663,"56":0.00663,"57":0.01326,"58":0.01326,"59":0.00663,"64":0.00663,"68":0.00663,"69":0.01326,"70":0.00663,"71":0.00663,"72":0.00663,"73":0.00663,"74":0.00663,"75":0.00663,"76":0.01326,"77":0.00663,"78":0.00663,"79":0.09947,"80":0.01989,"81":0.01326,"83":0.01989,"84":0.01326,"85":0.1061,"86":0.01989,"87":0.05305,"88":0.01989,"89":0.01989,"90":0.02652,"91":0.01989,"92":0.00663,"93":0.00663,"94":0.01989,"95":0.01326,"96":0.00663,"97":0.02652,"98":0.01989,"99":0.06631,"100":0.01326,"101":0.01326,"102":0.0862,"103":0.03316,"104":2.0755,"105":0.01989,"106":0.22545,"107":0.03979,"108":0.07294,"109":3.09668,"110":0.02652,"111":0.04642,"112":0.03316,"113":0.05305,"114":0.15251,"115":0.01326,"116":0.09947,"117":0.01989,"118":0.0862,"119":0.2785,"120":0.0862,"121":0.06631,"122":0.1061,"123":0.18567,"124":0.29176,"125":0.21219,"126":0.09283,"127":0.06631,"128":0.1061,"129":0.09283,"130":0.13262,"131":1.16043,"132":8.33517,"133":8.11634,"134":0.01326,"135":0.00663,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 23 24 27 28 29 30 31 32 33 35 36 37 39 40 42 43 44 46 48 50 52 55 60 61 62 63 65 66 67 136"},F:{"36":0.02652,"41":0.00663,"46":0.00663,"60":0.00663,"76":0.00663,"77":0.00663,"79":0.05305,"80":0.00663,"82":0.01326,"83":0.00663,"84":0.01326,"85":0.06631,"86":0.04642,"87":0.1061,"88":0.00663,"89":0.00663,"90":0.00663,"94":0.00663,"95":0.87529,"99":0.01326,"102":0.01326,"108":0.00663,"109":0.00663,"110":0.00663,"111":0.00663,"112":0.00663,"113":0.01326,"114":0.19893,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 40 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 62 63 64 65 66 67 68 69 70 71 72 73 74 75 78 81 91 92 93 96 97 98 100 101 103 104 105 106 107 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.00663,"17":0.00663,"18":0.01989,"80":0.00663,"81":0.00663,"83":0.00663,"84":0.00663,"86":0.00663,"88":0.00663,"89":0.00663,"90":0.00663,"91":0.01326,"92":0.02652,"106":0.00663,"107":0.00663,"108":0.00663,"109":0.0862,"110":0.00663,"111":0.00663,"112":0.00663,"114":0.00663,"119":0.00663,"120":0.00663,"122":0.00663,"124":0.00663,"125":0.01326,"126":0.01326,"127":0.01326,"128":0.01326,"129":0.00663,"130":0.02652,"131":0.11936,"132":1.76385,"133":2.55294,_:"12 13 15 16 79 85 87 93 94 95 96 97 98 99 100 101 102 103 104 105 113 115 116 117 118 121 123"},E:{"10":0.01326,"14":0.02652,_:"0 4 5 6 7 8 9 11 12 13 15 3.1 3.2 5.1 6.1 7.1 10.1 11.1 18.4","9.1":0.01989,"12.1":0.01326,"13.1":0.01989,"14.1":0.04642,"15.1":0.00663,"15.2-15.3":0.00663,"15.4":0.00663,"15.5":0.00663,"15.6":0.1061,"16.0":0.00663,"16.1":0.01989,"16.2":0.01326,"16.3":0.03316,"16.4":0.01326,"16.5":0.03316,"16.6":0.11273,"17.0":0.01326,"17.1":0.05305,"17.2":0.01989,"17.3":0.02652,"17.4":0.05968,"17.5":0.06631,"17.6":0.15251,"18.0":0.03979,"18.1":0.16578,"18.2":0.0862,"18.3":0.37797},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00141,"5.0-5.1":0.0007,"6.0-6.1":0.00422,"7.0-7.1":0.00352,"8.1-8.4":0,"9.0-9.2":0.00141,"9.3":0.01056,"10.0-10.2":0.00141,"10.3":0.01619,"11.0-11.2":0.05562,"11.3-11.4":0.00493,"12.0-12.1":0.00282,"12.2-12.5":0.07462,"13.0-13.1":0.00141,"13.2":0.00211,"13.3":0.00282,"13.4-13.7":0.01056,"14.0-14.4":0.02323,"14.5-14.8":0.03238,"15.0-15.1":0.0169,"15.2-15.3":0.0169,"15.4":0.02042,"15.5":0.02323,"15.6-15.8":0.28793,"16.0":0.04154,"16.1":0.08659,"16.2":0.04365,"16.3":0.07885,"16.4":0.0176,"16.5":0.03309,"16.6-16.7":0.34284,"17.0":0.02112,"17.1":0.03731,"17.2":0.02957,"17.3":0.04154,"17.4":0.08589,"17.5":0.20416,"17.6-17.7":0.67161,"18.0":0.19782,"18.1":1.81701,"18.2":0.58431,"18.3":2.08241,"18.4":0.00422},P:{"4":0.11999,"20":0.01091,"21":0.03272,"22":0.01091,"23":0.01091,"24":0.01091,"25":0.01091,"26":0.03272,"27":0.56722,_:"5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0 19.0","7.2-7.4":0.01091,"17.0":0.01091},I:{"0":0.05045,"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.86272,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.00721,"11":0.15857,_:"6 7 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":20.05839},R:{_:"0"},M:{"0":0.14828},Q:{"14.9":0.01348},O:{"0":0.1685},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"50":0.0045,"52":0.0045,"72":0.0045,"78":0.0045,"79":0.0045,"80":0.0045,"81":0.00899,"115":0.08541,"121":0.0045,"124":0.0045,"127":0.03147,"128":0.01349,"129":0.00899,"130":0.00899,"131":0.06293,"132":0.96193,"133":0.0899,"134":0.0045,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 122 123 125 126 135 136 3.5 3.6"},D:{"11":0.0045,"38":0.0045,"56":0.0045,"58":0.00899,"66":0.0045,"67":0.0045,"68":0.0045,"70":0.01798,"71":0.0045,"73":0.02697,"74":0.0045,"79":0.02697,"80":0.01798,"81":0.01798,"83":0.01349,"84":0.01798,"85":0.04945,"86":0.0045,"87":0.04046,"88":0.03596,"89":0.00899,"90":0.00899,"91":0.00899,"92":0.00899,"93":0.01349,"94":0.00899,"95":0.0045,"97":0.00899,"98":0.05844,"99":0.00899,"100":0.00899,"101":0.0045,"103":0.04495,"104":0.02697,"105":0.0045,"106":0.06293,"107":0.03147,"108":0.04495,"109":0.59334,"110":0.02248,"111":0.06293,"112":0.02697,"113":0.0045,"114":0.01349,"115":0.03147,"116":0.17081,"117":0.47647,"118":0.03596,"119":0.02248,"120":0.04945,"121":0.01798,"122":0.21127,"123":0.01798,"124":0.07642,"125":0.1843,"126":0.10339,"127":0.07642,"128":0.37309,"129":1.18219,"130":14.01991,"131":8.76076,"132":0.04046,"133":0.0045,_:"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 49 50 51 52 53 54 55 57 59 60 61 62 63 64 65 69 72 75 76 77 78 96 102 134"},F:{"70":0.0045,"79":0.0045,"83":0.02248,"84":0.0045,"85":0.14384,"90":0.0045,"95":0.00899,"102":0.0045,"112":0.02248,"113":0.03147,"114":1.05633,_:"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 71 72 73 74 75 76 77 78 80 81 82 86 87 88 89 91 92 93 94 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.0045,"13":0.0045,"14":0.01798,"16":0.00899,"17":0.00899,"18":0.03147,"84":0.02248,"85":0.00899,"89":0.01349,"90":0.01349,"92":0.13935,"100":0.01349,"109":0.03147,"110":0.0045,"112":0.0045,"114":0.01798,"116":0.01349,"119":0.0045,"120":0.00899,"121":0.0045,"122":0.01349,"123":0.0045,"124":0.00899,"125":0.02248,"126":0.01349,"127":0.01798,"128":0.03596,"129":0.06743,"130":2.16659,"131":1.51482,_:"15 79 80 81 83 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 111 113 115 117 118"},E:{"13":0.0045,"14":0.0045,_:"0 4 5 6 7 8 9 10 11 12 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.5 16.0 16.2 17.0 17.3","13.1":0.02697,"14.1":0.02248,"15.1":0.00899,"15.2-15.3":0.0045,"15.4":0.0045,"15.6":0.04495,"16.1":0.00899,"16.3":0.0045,"16.4":0.00899,"16.5":0.0045,"16.6":0.04046,"17.1":0.00899,"17.2":0.00899,"17.4":0.03147,"17.5":0.02248,"17.6":0.11238,"18.0":0.07192,"18.1":0.10788,"18.2":0.00899},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.00203,"7.0-7.1":0.00254,"8.1-8.4":0,"9.0-9.2":0.00203,"9.3":0.00711,"10.0-10.2":0.00152,"10.3":0.01167,"11.0-11.2":0.13704,"11.3-11.4":0.00355,"12.0-12.1":0.00203,"12.2-12.5":0.05329,"13.0-13.1":0.00102,"13.2":0.0137,"13.3":0.00203,"13.4-13.7":0.00761,"14.0-14.4":0.01675,"14.5-14.8":0.02386,"15.0-15.1":0.0137,"15.2-15.3":0.01269,"15.4":0.01523,"15.5":0.01776,"15.6-15.8":0.19034,"16.0":0.03604,"16.1":0.07613,"16.2":0.03857,"16.3":0.06548,"16.4":0.0132,"16.5":0.02639,"16.6-16.7":0.24972,"17.0":0.01827,"17.1":0.03045,"17.2":0.02538,"17.3":0.03857,"17.4":0.08273,"17.5":0.24718,"17.6-17.7":2.13531,"18.0":0.75728,"18.1":0.66541,"18.2":0.0269},P:{"4":0.04157,"21":0.02079,"22":0.02079,"23":0.03118,"24":0.03118,"25":0.03118,"26":0.34297,"27":0.17668,_:"20 5.0-5.4 8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0 18.0","6.2-6.4":0.02079,"7.2-7.4":0.43651,"13.0":0.01039,"17.0":0.01039,"19.0":0.03118},I:{"0":0.09887,"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.00013},A:{"11":0.01349,_:"6 7 8 9 10 5.5"},K:{"0":4.25071,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.00551,_:"3.0-3.1"},J:{_:"7 10"},Q:{"14.9":0.00551},O:{"0":0.3248},H:{"0":1.48},L:{"0":52.38033},R:{_:"0"},M:{"0":0.07157}};
1
+ module.exports={C:{"37":0.00504,"78":0.00504,"115":0.1814,"124":0.00504,"125":0.00504,"127":0.00504,"128":0.0252,"129":0.00504,"131":0.00504,"132":0.00504,"133":0.01512,"134":0.29226,"135":0.79112,"136":0.0252,_:"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 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 126 130 137 138 3.5 3.6"},D:{"34":0.00504,"43":0.00504,"58":0.00504,"61":0.00504,"65":0.01008,"70":0.00504,"73":0.01008,"74":0.00504,"77":0.01008,"79":0.0252,"80":0.02016,"81":0.01512,"83":0.01008,"84":0.00504,"87":0.0907,"88":0.0252,"89":0.01008,"90":0.01008,"91":0.01008,"93":0.01008,"94":0.00504,"95":0.00504,"98":0.05039,"100":0.00504,"103":0.03023,"104":0.00504,"105":0.00504,"106":0.02016,"107":0.0252,"108":0.03527,"109":0.42328,"110":0.05039,"111":0.05039,"112":0.03023,"113":0.00504,"114":0.06551,"115":0.01008,"116":0.21164,"118":0.01512,"119":0.02016,"120":0.05039,"121":0.0252,"122":0.08566,"123":0.02016,"124":0.17133,"125":0.03023,"126":0.05039,"127":0.04031,"128":0.30738,"129":0.06551,"130":0.10582,"131":1.24463,"132":13.80182,"133":11.96763,"134":0.06047,"135":0.01512,_:"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 52 53 54 55 56 57 59 60 62 63 64 66 67 68 69 71 72 75 76 78 85 86 92 96 97 99 101 102 117 136"},F:{"36":0.00504,"86":0.0252,"87":0.07055,"95":0.01008,"114":0.01512,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 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:{"12":0.00504,"13":0.01008,"14":0.00504,"15":0.00504,"16":0.01008,"17":0.00504,"18":0.10078,"84":0.01008,"89":0.00504,"90":0.01008,"92":0.08062,"100":0.01008,"103":0.00504,"108":0.00504,"109":0.02016,"112":0.00504,"114":0.01008,"120":0.00504,"121":0.01008,"122":0.01008,"124":0.01008,"125":0.00504,"126":0.01008,"127":0.00504,"128":0.00504,"129":0.02016,"130":0.04031,"131":0.19652,"132":2.37337,"133":2.94782,_:"79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 101 102 104 105 106 107 110 111 113 115 116 117 118 119 123"},E:{"13":0.01008,_:"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.2-15.3 15.4 15.5 16.0 17.0 18.4","13.1":0.01008,"14.1":0.01008,"15.1":0.02016,"15.6":0.09574,"16.1":0.00504,"16.2":0.00504,"16.3":0.00504,"16.4":0.00504,"16.5":0.02016,"16.6":0.08566,"17.1":0.01008,"17.2":0.01008,"17.3":0.00504,"17.4":0.00504,"17.5":0.02016,"17.6":0.19148,"18.0":0.05039,"18.1":0.07559,"18.2":0.07055,"18.3":0.22172},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00123,"5.0-5.1":0.00061,"6.0-6.1":0.00369,"7.0-7.1":0.00307,"8.1-8.4":0,"9.0-9.2":0.00123,"9.3":0.00922,"10.0-10.2":0.00123,"10.3":0.01414,"11.0-11.2":0.04856,"11.3-11.4":0.0043,"12.0-12.1":0.00246,"12.2-12.5":0.06515,"13.0-13.1":0.00123,"13.2":0.00184,"13.3":0.00246,"13.4-13.7":0.00922,"14.0-14.4":0.02028,"14.5-14.8":0.02827,"15.0-15.1":0.01475,"15.2-15.3":0.01475,"15.4":0.01783,"15.5":0.02028,"15.6-15.8":0.2514,"16.0":0.03627,"16.1":0.0756,"16.2":0.03811,"16.3":0.06884,"16.4":0.01537,"16.5":0.02889,"16.6-16.7":0.29934,"17.0":0.01844,"17.1":0.03258,"17.2":0.02582,"17.3":0.03627,"17.4":0.07499,"17.5":0.17825,"17.6-17.7":0.58639,"18.0":0.17272,"18.1":1.58646,"18.2":0.51017,"18.3":1.81819,"18.4":0.00369},P:{"4":0.04266,"22":0.01067,"24":0.01067,"25":0.02133,"26":0.04266,"27":0.42665,_:"20 21 23 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0","7.2-7.4":0.032,"19.0":0.05333},I:{"0":0.00495,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00001},K:{"0":3.60889,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00504,_:"6 7 8 9 10 5.5"},S:{"2.5":0.00992,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":47.76349},R:{_:"0"},M:{"0":0.05457},Q:{_:"14.9"},O:{"0":0.71935},H:{"0":1.62}};
@@ -1 +1 @@
1
- module.exports={C:{"34":0.00185,"52":0.00185,"103":0.00185,"110":0.00185,"111":0.00185,"115":0.03328,"118":0.00925,"123":0.0074,"124":0.00185,"125":0.00185,"127":0.00555,"128":0.0037,"129":0.00185,"130":0.0037,"131":0.02219,"132":0.34391,"133":0.02958,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 104 105 106 107 108 109 112 113 114 116 117 119 120 121 122 126 134 135 136 3.5 3.6"},D:{"11":0.00185,"38":0.00555,"40":0.00185,"41":0.00185,"47":0.00185,"48":0.00185,"51":0.00185,"56":0.00185,"58":0.02034,"63":0.0037,"64":0.00185,"65":0.00185,"68":0.00185,"69":0.00185,"72":0.00185,"73":0.00185,"74":0.00185,"75":0.00185,"76":0.00185,"77":0.00185,"78":0.00185,"79":0.01479,"80":0.00185,"81":0.00185,"83":0.00555,"85":0.00185,"86":0.00185,"87":0.02034,"88":0.0074,"89":0.00185,"90":0.00185,"91":0.0037,"92":0.0037,"93":0.01109,"94":0.01664,"95":0.00185,"96":0.00185,"97":0.00185,"98":0.01109,"99":0.00555,"100":0.00185,"101":0.00185,"102":0.0037,"103":0.01849,"104":0.0037,"105":0.00555,"106":0.0074,"107":0.02219,"108":0.01294,"109":0.53806,"110":0.01849,"111":0.00925,"112":0.0074,"113":0.00185,"114":0.01849,"115":0.0037,"116":0.03883,"117":0.00555,"118":0.00925,"119":0.01664,"120":0.03143,"121":0.01479,"122":0.07766,"123":0.01664,"124":0.04438,"125":0.03513,"126":0.04992,"127":0.04253,"128":0.10724,"129":0.28105,"130":6.70447,"131":4.44869,"132":0.0037,"133":0.00185,_:"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 42 43 44 45 46 49 50 52 53 54 55 57 59 60 61 62 66 67 70 71 84 134"},F:{"46":0.00185,"82":0.00925,"83":0.00185,"85":0.02589,"86":0.00185,"95":0.00185,"108":0.0074,"110":0.00185,"111":0.03513,"113":0.01664,"114":0.17381,_:"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 84 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 109 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00185,"92":0.00925,"100":0.00185,"107":0.00185,"109":0.01294,"110":0.00185,"113":0.00185,"114":0.00555,"117":0.00185,"118":0.00185,"119":0.00185,"120":0.00555,"121":0.0037,"122":0.0037,"123":0.0037,"124":0.0037,"125":0.00555,"126":0.01294,"127":0.01479,"128":0.02958,"129":0.06656,"130":1.17227,"131":0.79322,_:"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 116"},E:{"14":0.00555,"15":0.00185,_:"0 4 5 6 7 8 9 10 11 12 13 3.1 3.2 6.1 7.1 9.1 10.1","5.1":0.00185,"11.1":0.0037,"12.1":0.00185,"13.1":0.0074,"14.1":0.02404,"15.1":0.0037,"15.2-15.3":0.0037,"15.4":0.01109,"15.5":0.00925,"15.6":0.05177,"16.0":0.00555,"16.1":0.02404,"16.2":0.01479,"16.3":0.03513,"16.4":0.01849,"16.5":0.01664,"16.6":0.11464,"17.0":0.00925,"17.1":0.01294,"17.2":0.02034,"17.3":0.01664,"17.4":0.04253,"17.5":0.14422,"17.6":0.53066,"18.0":0.21448,"18.1":0.22003,"18.2":0.0074},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00181,"5.0-5.1":0,"6.0-6.1":0.00725,"7.0-7.1":0.00907,"8.1-8.4":0,"9.0-9.2":0.00725,"9.3":0.02539,"10.0-10.2":0.00544,"10.3":0.04171,"11.0-11.2":0.48967,"11.3-11.4":0.0127,"12.0-12.1":0.00725,"12.2-12.5":0.19043,"13.0-13.1":0.00363,"13.2":0.04897,"13.3":0.00725,"13.4-13.7":0.0272,"14.0-14.4":0.05985,"14.5-14.8":0.08524,"15.0-15.1":0.04897,"15.2-15.3":0.04534,"15.4":0.05441,"15.5":0.06348,"15.6-15.8":0.6801,"16.0":0.12877,"16.1":0.27204,"16.2":0.13783,"16.3":0.23395,"16.4":0.04715,"16.5":0.09431,"16.6-16.7":0.89229,"17.0":0.06529,"17.1":0.10882,"17.2":0.09068,"17.3":0.13783,"17.4":0.29562,"17.5":0.88322,"17.6-17.7":7.6298,"18.0":2.70589,"18.1":2.37763,"18.2":0.09612},P:{"4":0.01032,"20":0.01032,"21":0.02063,"22":0.04127,"23":0.03095,"24":0.0619,"25":0.04127,"26":0.72219,"27":0.49522,_:"5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 15.0 16.0 17.0 18.0","7.2-7.4":0.01032,"14.0":0.01032,"19.0":0.02063},I:{"0":0.0488,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00006},A:{"11":0.01664,_:"6 7 8 9 10 5.5"},K:{"0":0.53797,_:"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.53239},H:{"0":0},L:{"0":60.58118},R:{_:"0"},M:{"0":0.06521}};
1
+ module.exports={C:{"52":0.00172,"105":0.00172,"108":0.00172,"115":0.02576,"120":0.00172,"122":0.00172,"125":0.00687,"127":0.00172,"128":0.00687,"131":0.00172,"132":0.00172,"133":0.00515,"134":0.08413,"135":0.25412,"136":0.00172,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 106 107 109 110 111 112 113 114 116 117 118 119 121 123 124 126 129 130 137 138 3.5 3.6"},D:{"11":0.01202,"38":0.00343,"41":0.00172,"43":0.00172,"47":0.00343,"48":0.00172,"50":0.00172,"52":0.00172,"56":0.00172,"58":0.01545,"63":0.00172,"65":0.00172,"68":0.00343,"69":0.00172,"70":0.00172,"72":0.00172,"73":0.00343,"74":0.00172,"75":0.00172,"76":0.00172,"79":0.01545,"80":0.00172,"81":0.00172,"83":0.01374,"85":0.00172,"86":0.00172,"87":0.0206,"88":0.00343,"90":0.00343,"91":0.00515,"92":0.00172,"93":0.00687,"94":0.01374,"95":0.00172,"97":0.00172,"98":0.00859,"99":0.00172,"101":0.00343,"102":0.00172,"103":0.01717,"104":0.0206,"105":0.00343,"106":0.00859,"107":0.00687,"108":0.01374,"109":0.36744,"110":0.01202,"111":0.00687,"112":0.00859,"113":0.00172,"114":0.02576,"115":0.00343,"116":0.01889,"117":0.00343,"118":0.00687,"119":0.01545,"120":0.02404,"121":0.01889,"122":0.04979,"123":0.01202,"124":0.03262,"125":0.02576,"126":0.03262,"127":0.01717,"128":0.04808,"129":0.02747,"130":0.03262,"131":0.45672,"132":5.2523,"133":4.57065,"134":0.00515,"135":0.00172,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 42 44 45 46 49 51 53 54 55 57 59 60 61 62 64 66 67 71 77 78 84 89 96 100 136"},F:{"46":0.00172,"86":0.00172,"87":0.02576,"93":0.00172,"95":0.00172,"114":0.0206,_:"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 88 89 90 91 92 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:{"15":0.00172,"18":0.00515,"92":0.00687,"100":0.00172,"106":0.00172,"107":0.00172,"109":0.00859,"114":0.00343,"117":0.00172,"119":0.00172,"120":0.00343,"121":0.00172,"122":0.00172,"123":0.00172,"124":0.00343,"125":0.00343,"126":0.0103,"127":0.01717,"128":0.00859,"129":0.00859,"130":0.01889,"131":0.14251,"132":0.77608,"133":0.91344,_:"12 13 14 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 108 110 111 112 113 115 116 118"},E:{"14":0.00515,"15":0.00172,_:"0 4 5 6 7 8 9 10 11 12 13 3.1 3.2 6.1 7.1 9.1 10.1 18.4","5.1":0.00172,"11.1":0.00172,"12.1":0.00172,"13.1":0.00343,"14.1":0.01374,"15.1":0.00343,"15.2-15.3":0.00172,"15.4":0.00515,"15.5":0.0103,"15.6":0.03949,"16.0":0.00515,"16.1":0.0206,"16.2":0.0103,"16.3":0.02232,"16.4":0.01545,"16.5":0.01202,"16.6":0.07555,"17.0":0.00515,"17.1":0.01374,"17.2":0.01717,"17.3":0.01374,"17.4":0.03091,"17.5":0.0807,"17.6":0.22149,"18.0":0.04636,"18.1":0.27644,"18.2":0.11504,"18.3":0.33653},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0037,"5.0-5.1":0.00185,"6.0-6.1":0.01111,"7.0-7.1":0.00926,"8.1-8.4":0,"9.0-9.2":0.0037,"9.3":0.02777,"10.0-10.2":0.0037,"10.3":0.04258,"11.0-11.2":0.14625,"11.3-11.4":0.01296,"12.0-12.1":0.00741,"12.2-12.5":0.19623,"13.0-13.1":0.0037,"13.2":0.00555,"13.3":0.00741,"13.4-13.7":0.02777,"14.0-14.4":0.06109,"14.5-14.8":0.08516,"15.0-15.1":0.04443,"15.2-15.3":0.04443,"15.4":0.05369,"15.5":0.06109,"15.6-15.8":0.75716,"16.0":0.10922,"16.1":0.2277,"16.2":0.11478,"16.3":0.20734,"16.4":0.04628,"16.5":0.08701,"16.6-16.7":0.90156,"17.0":0.05554,"17.1":0.09812,"17.2":0.07775,"17.3":0.10922,"17.4":0.22585,"17.5":0.53686,"17.6-17.7":1.76609,"18.0":0.5202,"18.1":4.77808,"18.2":1.53654,"18.3":5.476,"18.4":0.01111},P:{"21":0.01027,"22":0.03081,"23":0.03081,"24":0.04107,"25":0.04107,"26":0.07188,"27":1.23224,_:"4 20 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 15.0 16.0 17.0 18.0","5.0-5.4":0.01027,"7.2-7.4":0.01027,"14.0":0.01027,"19.0":0.01027},I:{"0":0.05787,"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":0.55496,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.01374,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":61.99311},R:{_:"0"},M:{"0":0.05798},Q:{_:"14.9"},O:{"0":1.68973},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"34":0.00713,"78":0.02138,"113":0.00356,"115":0.01425,"131":0.02138,"132":1.40739,"133":0.10333,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 114 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 134 135 136 3.5 3.6"},D:{"53":0.06057,"69":0.00356,"70":0.01425,"75":0.00356,"76":0.00356,"79":0.00713,"95":0.00356,"97":0.03563,"103":0.02138,"104":0.00356,"106":0.00356,"108":1.07959,"109":0.28148,"111":0.01782,"112":0.00356,"114":0.00356,"115":0.00356,"116":0.01782,"117":1.02614,"120":0.00713,"121":0.04276,"122":0.05345,"124":0.00356,"125":0.01425,"126":0.24585,"127":0.13183,"128":0.04276,"129":0.20665,"130":9.61297,"131":9.55597,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 71 72 73 74 77 78 80 81 83 84 85 86 87 88 89 90 91 92 93 94 96 98 99 100 101 102 105 107 110 113 118 119 123 132 133 134"},F:{"85":0.0285,"86":0.00713,"113":0.01069,"114":0.24228,_:"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 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:{"14":0.00356,"15":0.00713,"16":0.01069,"17":0.02138,"18":0.04632,"84":0.00713,"89":0.07839,"92":0.04632,"96":0.00356,"98":0.00356,"107":0.02138,"109":0.00713,"111":0.01069,"112":0.00713,"116":0.00356,"121":0.00356,"122":0.05345,"123":0.00356,"124":0.01425,"126":0.08551,"127":0.01782,"128":0.0677,"129":0.0962,"130":3.02499,"131":1.90621,_:"12 13 79 80 81 83 85 86 87 88 90 91 93 94 95 97 99 100 101 102 103 104 105 106 108 110 113 114 115 117 118 119 120 125"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.2-15.3 15.5 16.0 16.1 16.2 16.4 17.0 17.1 17.4","12.1":0.00356,"13.1":0.01069,"14.1":0.01069,"15.1":0.00713,"15.4":0.00356,"15.6":0.00713,"16.3":0.01425,"16.5":0.00713,"16.6":0.02138,"17.2":0.00356,"17.3":0.00356,"17.5":0.03207,"17.6":0.02494,"18.0":0.04632,"18.1":0.21734,"18.2":0.06413},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0003,"5.0-5.1":0,"6.0-6.1":0.0012,"7.0-7.1":0.0015,"8.1-8.4":0,"9.0-9.2":0.0012,"9.3":0.00421,"10.0-10.2":0.0009,"10.3":0.00692,"11.0-11.2":0.08118,"11.3-11.4":0.0021,"12.0-12.1":0.0012,"12.2-12.5":0.03157,"13.0-13.1":0.0006,"13.2":0.00812,"13.3":0.0012,"13.4-13.7":0.00451,"14.0-14.4":0.00992,"14.5-14.8":0.01413,"15.0-15.1":0.00812,"15.2-15.3":0.00752,"15.4":0.00902,"15.5":0.01052,"15.6-15.8":0.11275,"16.0":0.02135,"16.1":0.0451,"16.2":0.02285,"16.3":0.03878,"16.4":0.00782,"16.5":0.01563,"16.6-16.7":0.14792,"17.0":0.01082,"17.1":0.01804,"17.2":0.01503,"17.3":0.02285,"17.4":0.04901,"17.5":0.14642,"17.6-17.7":1.26485,"18.0":0.44858,"18.1":0.39416,"18.2":0.01593},P:{"4":0.05114,"21":0.04092,"22":0.1432,"23":0.19435,"24":0.15343,"25":0.25572,"26":0.78763,"27":0.25572,_:"20 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","6.2-6.4":0.01023,"7.2-7.4":0.09206,"19.0":0.03069},I:{"0":0.01285,"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.05701,_:"6 7 8 9 10 5.5"},K:{"0":3.56459,_:"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.01288},O:{"0":0.80475},H:{"0":0.06},L:{"0":59.28605},R:{_:"0"},M:{"0":0.30259}};
1
+ module.exports={C:{"78":0.02803,"115":0.04555,"125":0.01051,"126":0.00701,"127":0.0035,"133":0.04205,"134":0.89702,"135":0.76037,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 128 129 130 131 132 136 137 138 3.5 3.6"},D:{"40":0.0035,"56":0.01051,"69":0.01402,"87":0.01752,"93":0.04555,"102":0.0035,"103":0.01402,"104":0.01051,"108":2.68056,"109":0.31536,"111":0.0035,"115":0.03854,"116":0.00701,"117":0.0035,"120":0.01051,"121":0.10162,"122":0.07358,"123":0.00701,"124":0.05256,"125":0.02453,"126":0.01051,"127":0.05256,"128":0.0035,"129":0.03504,"130":0.04555,"131":0.45902,"132":7.61069,"133":8.11176,"134":0.01051,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 57 58 59 60 61 62 63 64 65 66 67 68 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 88 89 90 91 92 94 95 96 97 98 99 100 101 105 106 107 110 112 113 114 118 119 135 136"},F:{"86":0.0035,"87":0.01752,"113":0.02803,"114":0.01051,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 88 89 90 91 92 93 94 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:{"14":0.0035,"15":0.00701,"17":0.0035,"18":0.00701,"85":0.00701,"92":0.03854,"97":0.00701,"107":0.01752,"109":0.0035,"118":0.01402,"119":0.00701,"120":0.02102,"121":0.00701,"122":0.01402,"125":0.01051,"126":0.03154,"127":0.01051,"128":0.00701,"129":0.03854,"130":0.10162,"131":0.4345,"132":2.04283,"133":3.56006,_:"12 13 16 79 80 81 83 84 86 87 88 89 90 91 93 94 95 96 98 99 100 101 102 103 104 105 106 108 110 111 112 113 114 115 116 117 123 124"},E:{"11":0.0035,_:"0 4 5 6 7 8 9 10 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.2-15.3 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.1 17.3 18.4","13.1":0.01402,"14.1":0.03504,"15.1":0.01051,"15.4":0.01752,"15.6":0.01051,"16.6":0.04906,"17.2":0.0035,"17.4":0.0035,"17.5":0.01402,"17.6":0.01051,"18.0":0.00701,"18.1":0.03854,"18.2":0.0911,"18.3":0.12965},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00059,"5.0-5.1":0.00029,"6.0-6.1":0.00177,"7.0-7.1":0.00147,"8.1-8.4":0,"9.0-9.2":0.00059,"9.3":0.00441,"10.0-10.2":0.00059,"10.3":0.00677,"11.0-11.2":0.02325,"11.3-11.4":0.00206,"12.0-12.1":0.00118,"12.2-12.5":0.03119,"13.0-13.1":0.00059,"13.2":0.00088,"13.3":0.00118,"13.4-13.7":0.00441,"14.0-14.4":0.00971,"14.5-14.8":0.01354,"15.0-15.1":0.00706,"15.2-15.3":0.00706,"15.4":0.00853,"15.5":0.00971,"15.6-15.8":0.12036,"16.0":0.01736,"16.1":0.0362,"16.2":0.01824,"16.3":0.03296,"16.4":0.00736,"16.5":0.01383,"16.6-16.7":0.14331,"17.0":0.00883,"17.1":0.0156,"17.2":0.01236,"17.3":0.01736,"17.4":0.0359,"17.5":0.08534,"17.6-17.7":0.28073,"18.0":0.08269,"18.1":0.75951,"18.2":0.24424,"18.3":0.87045,"18.4":0.00177},P:{"20":0.02007,"21":0.04014,"22":0.19067,"23":0.23081,"24":0.73257,"25":0.11039,"26":0.05018,"27":1.28451,_:"4 8.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0","5.0-5.4":0.07025,"6.2-6.4":0.04014,"7.2-7.4":0.09032,"9.2":0.01004,"17.0":0.02007,"19.0":0.01004},I:{"0":0.0389,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00005},K:{"0":2.74678,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.04205,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":60.4808},R:{_:"0"},M:{"0":0.63661},Q:{"14.9":0.01949},O:{"0":0.95491},H:{"0":0.04}};
@@ -1 +1 @@
1
- module.exports={C:{"26":0.00941,"50":0.00471,"51":0.00471,"52":0.01412,"53":0.00471,"55":0.00471,"56":0.00941,"60":0.01412,"68":0.01412,"69":0.00941,"70":0.01412,"71":0.00941,"72":0.01412,"73":0.01412,"74":0.01412,"75":0.01412,"76":0.01882,"77":0.01412,"78":0.19295,"79":0.01412,"80":0.01412,"81":0.01412,"82":0.01412,"83":0.01412,"91":0.0753,"99":0.00471,"102":0.00471,"103":0.00941,"105":0.00471,"111":0.00471,"115":0.15059,"120":0.00471,"122":0.00471,"124":0.01882,"125":0.40001,"127":0.01882,"128":0.29648,"129":0.00471,"130":0.01412,"131":0.01882,"132":0.42825,"133":0.01882,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 54 57 58 59 61 62 63 64 65 66 67 84 85 86 87 88 89 90 92 93 94 95 96 97 98 100 101 104 106 107 108 109 110 112 113 114 116 117 118 119 121 123 126 134 135 136 3.5 3.6"},D:{"32":0.00471,"45":4.98836,"48":0.01412,"68":0.16,"69":0.10353,"70":0.11765,"71":0.10353,"72":0.16942,"73":0.06118,"74":0.16,"75":0.10353,"76":0.10824,"77":0.10824,"78":0.42825,"79":0.16471,"80":0.21648,"81":0.19295,"83":0.17412,"84":0.10353,"85":0.19765,"86":0.3106,"87":0.16,"88":0.23059,"89":0.16471,"90":0.25412,"91":0.05647,"92":0.02353,"95":0.08941,"97":0.00941,"98":0.00471,"99":0.00471,"102":0.02353,"103":0.04235,"104":0.01412,"106":0.04235,"107":0.04235,"108":0.03765,"109":0.35766,"110":0.00941,"111":0.01412,"112":0.07059,"113":0.16942,"114":0.07059,"115":0.03294,"116":0.42354,"117":0.05647,"118":0.14589,"119":0.02824,"120":0.0753,"121":0.05647,"122":0.03765,"123":0.34354,"124":5.23307,"125":0.25883,"126":0.29177,"127":0.28707,"128":0.16471,"129":0.30118,"130":4.02363,"131":2.04711,"132":0.00941,"133":0.00471,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 33 34 35 36 37 38 39 40 41 42 43 44 46 47 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 93 94 96 100 101 105 134"},F:{"45":0.00471,"46":0.00941,"47":0.00941,"48":0.00941,"49":0.01412,"51":0.00941,"52":0.00471,"53":0.05177,"54":0.07059,"55":0.08,"56":0.00941,"57":0.00471,"60":0.00941,"62":0.00941,"63":0.00941,"64":0.00471,"65":0.01412,"66":0.00941,"67":0.02353,"68":0.01412,"69":0.00471,"70":0.00471,"71":0.00471,"72":0.00941,"73":0.00941,"74":0.00941,"75":0.01412,"76":0.01412,"77":0.00471,"85":0.02824,"86":0.00471,"89":0.01412,"95":0.00471,"102":0.00471,"113":0.03294,"114":0.28236,_:"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 50 58 78 79 80 81 82 83 84 87 88 90 91 92 93 94 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6","12.1":0.00471},B:{"18":0.00471,"79":0.08,"80":0.18353,"81":0.16942,"83":0.15059,"84":0.19295,"85":0.09883,"86":0.14589,"87":0.11294,"88":0.11294,"89":0.15059,"90":0.11294,"91":0.01882,"92":0.18824,"98":0.00471,"104":0.00471,"107":0.04706,"108":0.00941,"109":0.02353,"110":0.00941,"111":0.00471,"116":0.00471,"117":0.00471,"119":0.00471,"120":0.05177,"121":0.00941,"122":0.00941,"123":0.16,"124":0.02824,"125":0.38119,"126":0.03294,"127":0.07059,"128":0.02824,"129":0.06588,"130":0.97885,"131":0.74355,_:"12 13 14 15 16 17 93 94 95 96 97 99 100 101 102 103 105 106 112 113 114 115 118"},E:{"4":0.00471,"14":0.00471,"15":0.00471,_:"0 5 6 7 8 9 10 11 12 13 3.1 3.2 6.1 7.1 10.1 11.1 16.0 18.2","5.1":0.00471,"9.1":0.53648,"12.1":0.09412,"13.1":0.00471,"14.1":0.00941,"15.1":0.11765,"15.2-15.3":0.11765,"15.4":0.00941,"15.5":0.02824,"15.6":0.08941,"16.1":0.02824,"16.2":0.01882,"16.3":0.03294,"16.4":0.00471,"16.5":0.08,"16.6":0.03765,"17.0":0.00941,"17.1":0.00941,"17.2":0.02824,"17.3":0.00471,"17.4":1.45886,"17.5":0.07059,"17.6":0.34354,"18.0":0.09412,"18.1":0.28707},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00061,"5.0-5.1":0,"6.0-6.1":0.00245,"7.0-7.1":0.00307,"8.1-8.4":0,"9.0-9.2":0.00245,"9.3":0.00859,"10.0-10.2":0.00184,"10.3":0.01411,"11.0-11.2":0.16567,"11.3-11.4":0.0043,"12.0-12.1":0.00245,"12.2-12.5":0.06443,"13.0-13.1":0.00123,"13.2":0.01657,"13.3":0.00245,"13.4-13.7":0.0092,"14.0-14.4":0.02025,"14.5-14.8":0.02884,"15.0-15.1":0.01657,"15.2-15.3":0.01534,"15.4":0.01841,"15.5":0.02148,"15.6-15.8":0.23009,"16.0":0.04356,"16.1":0.09204,"16.2":0.04663,"16.3":0.07915,"16.4":0.01595,"16.5":0.03191,"16.6-16.7":0.30188,"17.0":0.02209,"17.1":0.03681,"17.2":0.03068,"17.3":0.04663,"17.4":0.10001,"17.5":0.29881,"17.6-17.7":2.58131,"18.0":0.91545,"18.1":0.8044,"18.2":0.03252},P:{"4":0.01048,"20":0.01048,"22":0.02096,"23":0.13624,"24":0.02096,"25":0.03144,"26":0.42968,"27":0.30392,_:"21 5.0-5.4 6.2-6.4 8.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0","7.2-7.4":0.03144,"9.2":0.01048,"17.0":0.01048,"19.0":0.01048},I:{"0":0.01585,"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:{"8":0.02797,"9":0.01399,"10":0.02797,"11":0.43361,_:"6 7 5.5"},K:{"0":0.73057,_:"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.04235},O:{"0":0.33352},H:{"0":0},L:{"0":53.74523},R:{_:"0"},M:{"0":1.27056}};
1
+ module.exports={C:{"52":0.00431,"60":0.01293,"68":0.00431,"69":0.00431,"70":0.00431,"72":0.00431,"74":0.00431,"75":0.00431,"76":0.00431,"77":0.00431,"78":0.00862,"80":0.00862,"81":0.00431,"82":0.00862,"83":0.00862,"89":0.11203,"91":0.00431,"96":0.04309,"101":0.0948,"102":0.01724,"103":0.00431,"104":0.00431,"105":0.00431,"106":0.00431,"107":0.00431,"109":0.00431,"110":0.00862,"112":0.00431,"113":0.01724,"114":0.03016,"115":0.10342,"117":0.00431,"119":0.00431,"120":0.00431,"121":0.00431,"122":0.00862,"124":0.05171,"127":0.00862,"128":0.51708,"132":0.04309,"133":0.06464,"134":0.25854,"135":0.62911,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 61 62 63 64 65 66 67 71 73 79 84 85 86 87 88 90 92 93 94 95 97 98 99 100 108 111 116 118 123 125 126 129 130 131 136 137 138 3.5 3.6"},D:{"45":7.98027,"56":0.00431,"68":0.0474,"69":0.0474,"70":0.03447,"71":0.03016,"72":0.05171,"73":0.01293,"74":0.0474,"75":0.03447,"76":0.03447,"77":0.03878,"78":0.10773,"79":0.49984,"80":0.05602,"81":0.06464,"83":0.09911,"84":0.03878,"85":0.05171,"86":0.09911,"87":0.06894,"88":0.08187,"89":0.04309,"90":0.07325,"91":0.02155,"94":0.00431,"96":0.00431,"99":0.00862,"100":0.00431,"102":0.03447,"103":0.00862,"104":0.12927,"106":0.03878,"107":0.10342,"108":0.08618,"109":0.3361,"110":0.08187,"111":0.0474,"112":0.05602,"113":0.01724,"114":0.03016,"115":0.04309,"116":5.1708,"117":0.00431,"118":0.78855,"119":0.03878,"120":0.15943,"121":0.0948,"122":0.15943,"123":1.05571,"124":0.14651,"125":0.06464,"126":0.15082,"127":0.16805,"128":0.07756,"129":0.87904,"130":0.70668,"131":1.771,"132":3.64541,"133":3.33086,"134":0.00431,"135":0.00431,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 46 47 48 49 50 51 52 53 54 55 57 58 59 60 61 62 63 64 65 66 67 92 93 95 97 98 101 105 136"},F:{"36":0.00431,"46":0.00431,"47":0.00431,"49":0.00431,"52":0.00431,"53":0.02155,"54":0.02155,"55":0.02585,"56":0.00431,"57":0.00431,"63":0.00431,"65":0.00431,"67":0.00431,"68":0.00431,"71":0.00431,"72":0.00431,"73":0.00431,"75":0.00862,"76":0.00431,"87":0.08618,"91":0.00862,"92":0.00431,"94":0.00431,"95":0.00862,"99":0.00431,"100":0.00431,"101":0.00431,"102":0.00431,"103":0.00431,"104":0.00431,"105":0.00431,"106":0.00431,"107":0.00431,"108":0.00862,"109":0.00862,"110":0.00431,"111":0.00431,"112":0.00431,"113":0.00431,"114":0.05171,_:"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 48 50 51 58 60 62 64 66 69 70 74 77 78 79 80 81 82 83 84 85 86 88 89 90 93 96 97 98 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.00431,"18":0.01724,"79":0.02585,"80":0.0474,"81":0.04309,"83":0.04309,"84":0.04309,"85":0.02585,"86":0.0474,"87":0.02585,"88":0.02585,"89":0.0474,"90":0.03447,"91":0.22838,"92":0.00431,"104":0.02585,"108":0.00431,"109":0.02585,"113":0.00431,"114":0.00862,"119":0.00431,"120":0.01724,"121":0.00862,"122":0.0474,"123":0.00431,"124":0.01293,"125":0.00862,"126":0.03878,"127":0.01293,"128":0.01293,"129":0.00862,"130":0.01293,"131":0.17236,"132":0.90058,"133":1.31425,_:"12 13 15 16 17 93 94 95 96 97 98 99 100 101 102 103 105 106 107 110 111 112 115 116 117 118"},E:{"13":0.02155,"14":0.00431,_:"0 4 5 6 7 8 9 10 11 12 15 3.1 3.2 6.1 7.1 10.1 11.1 16.0 18.4","5.1":0.01293,"9.1":0.25854,"12.1":0.05171,"13.1":0.00431,"14.1":0.00862,"15.1":0.03016,"15.2-15.3":0.11203,"15.4":0.01293,"15.5":0.01293,"15.6":0.08187,"16.1":0.01724,"16.2":0.01724,"16.3":0.01293,"16.4":0.02155,"16.5":0.06464,"16.6":0.0474,"17.0":0.03016,"17.1":0.03447,"17.2":0.02585,"17.3":0.07756,"17.4":0.05171,"17.5":0.06894,"17.6":0.28439,"18.0":0.02155,"18.1":0.12496,"18.2":0.0474,"18.3":0.39643},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00177,"5.0-5.1":0.00088,"6.0-6.1":0.0053,"7.0-7.1":0.00442,"8.1-8.4":0,"9.0-9.2":0.00177,"9.3":0.01326,"10.0-10.2":0.00177,"10.3":0.02033,"11.0-11.2":0.06983,"11.3-11.4":0.00619,"12.0-12.1":0.00354,"12.2-12.5":0.0937,"13.0-13.1":0.00177,"13.2":0.00265,"13.3":0.00354,"13.4-13.7":0.01326,"14.0-14.4":0.02917,"14.5-14.8":0.04066,"15.0-15.1":0.02122,"15.2-15.3":0.02122,"15.4":0.02564,"15.5":0.02917,"15.6-15.8":0.36154,"16.0":0.05215,"16.1":0.10873,"16.2":0.05481,"16.3":0.099,"16.4":0.0221,"16.5":0.04155,"16.6-16.7":0.43049,"17.0":0.02652,"17.1":0.04685,"17.2":0.03713,"17.3":0.05215,"17.4":0.10784,"17.5":0.25635,"17.6-17.7":0.84331,"18.0":0.24839,"18.1":2.28152,"18.2":0.73369,"18.3":2.61478,"18.4":0.0053},P:{"22":0.14446,"23":0.09287,"24":0.02064,"25":0.02064,"26":0.02064,"27":1.85731,_:"4 20 21 6.2-6.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","5.0-5.4":0.01032,"7.2-7.4":0.02064,"13.0":0.04127},I:{"0":0.0284,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00003},K:{"0":2.06896,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.06894,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":44.29779},R:{_:"0"},M:{"0":1.23516},Q:{"14.9":0.09676},O:{"0":0.82534},H:{"0":0.02}};