immosquare-cleaner 0.1.64 → 0.1.65

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1301) hide show
  1. checksums.yaml +4 -4
  2. data/lib/immosquare-cleaner/version.rb +1 -1
  3. data/lib/immosquare-cleaner.rb +36 -36
  4. data/lib/tasks/immosquare_cleaner.rake +17 -1
  5. data/linters/rubocop/cop/custom_cops/style/font_awesome_normalization.rb +2 -0
  6. data/node_modules/@babel/compat-data/data/plugins.json +6 -7
  7. data/node_modules/@babel/compat-data/package.json +2 -2
  8. data/node_modules/@babel/core/lib/config/files/configuration.js +3 -0
  9. data/node_modules/@babel/core/lib/config/files/configuration.js.map +1 -1
  10. data/node_modules/@babel/core/lib/config/files/module-types.js +74 -63
  11. data/node_modules/@babel/core/lib/config/files/module-types.js.map +1 -1
  12. data/node_modules/@babel/core/lib/config/files/plugins.js +1 -0
  13. data/node_modules/@babel/core/lib/config/files/plugins.js.map +1 -1
  14. data/node_modules/@babel/core/lib/config/partial.js +1 -1
  15. data/node_modules/@babel/core/lib/config/partial.js.map +1 -1
  16. data/node_modules/@babel/core/lib/index.js +1 -2
  17. data/node_modules/@babel/core/lib/index.js.map +1 -1
  18. data/node_modules/@babel/core/lib/parser/index.js.map +1 -1
  19. data/node_modules/@babel/core/lib/transformation/file/babel-7-helpers.cjs +3 -1
  20. data/node_modules/@babel/core/lib/transformation/file/babel-7-helpers.cjs.map +1 -1
  21. data/node_modules/@babel/core/lib/transformation/file/file.js +2 -4
  22. data/node_modules/@babel/core/lib/transformation/file/file.js.map +1 -1
  23. data/node_modules/@babel/core/lib/transformation/normalize-file.js.map +1 -1
  24. data/node_modules/@babel/core/lib/transformation/util/clone-deep.js +27 -7
  25. data/node_modules/@babel/core/lib/transformation/util/clone-deep.js.map +1 -1
  26. data/node_modules/@babel/core/package.json +13 -14
  27. data/node_modules/@babel/generator/lib/generators/classes.js +7 -4
  28. data/node_modules/@babel/generator/lib/generators/classes.js.map +1 -1
  29. data/node_modules/@babel/generator/lib/generators/deprecated.js +28 -0
  30. data/node_modules/@babel/generator/lib/generators/deprecated.js.map +1 -0
  31. data/node_modules/@babel/generator/lib/generators/expressions.js +9 -3
  32. data/node_modules/@babel/generator/lib/generators/expressions.js.map +1 -1
  33. data/node_modules/@babel/generator/lib/generators/jsx.js +6 -1
  34. data/node_modules/@babel/generator/lib/generators/jsx.js.map +1 -1
  35. data/node_modules/@babel/generator/lib/generators/template-literals.js +16 -11
  36. data/node_modules/@babel/generator/lib/generators/template-literals.js.map +1 -1
  37. data/node_modules/@babel/generator/lib/generators/types.js +0 -9
  38. data/node_modules/@babel/generator/lib/generators/types.js.map +1 -1
  39. data/node_modules/@babel/generator/lib/generators/typescript.js +36 -18
  40. data/node_modules/@babel/generator/lib/generators/typescript.js.map +1 -1
  41. data/node_modules/@babel/generator/lib/node/parentheses.js +40 -3
  42. data/node_modules/@babel/generator/lib/node/parentheses.js.map +1 -1
  43. data/node_modules/@babel/generator/lib/printer.js +4 -3
  44. data/node_modules/@babel/generator/lib/printer.js.map +1 -1
  45. data/node_modules/@babel/generator/package.json +5 -5
  46. data/node_modules/@babel/helper-compilation-targets/lib/index.js +1 -1
  47. data/node_modules/@babel/helper-compilation-targets/lib/index.js.map +1 -1
  48. data/node_modules/@babel/helper-compilation-targets/package.json +2 -2
  49. data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js +1 -9
  50. data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js.map +1 -1
  51. data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js +9 -0
  52. data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js.map +1 -1
  53. data/node_modules/@babel/helper-create-class-features-plugin/lib/features.js +1 -1
  54. data/node_modules/@babel/helper-create-class-features-plugin/lib/features.js.map +1 -1
  55. data/node_modules/@babel/helper-create-class-features-plugin/lib/index.js +8 -8
  56. data/node_modules/@babel/helper-create-class-features-plugin/lib/index.js.map +1 -1
  57. data/node_modules/@babel/helper-create-class-features-plugin/package.json +5 -5
  58. data/node_modules/@babel/helper-plugin-utils/lib/index.js.map +1 -1
  59. data/node_modules/@babel/helper-plugin-utils/package.json +2 -2
  60. data/node_modules/@babel/helper-replace-supers/lib/index.js.map +1 -1
  61. data/node_modules/@babel/helper-replace-supers/package.json +3 -3
  62. data/node_modules/@babel/helpers/lib/helpers/asyncIterator.js.map +1 -1
  63. data/node_modules/@babel/helpers/lib/helpers/isNativeFunction.js.map +1 -1
  64. data/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js +1 -1
  65. data/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js.map +1 -1
  66. data/node_modules/@babel/helpers/lib/helpers/objectWithoutPropertiesLoose.js +1 -1
  67. data/node_modules/@babel/helpers/lib/helpers/objectWithoutPropertiesLoose.js.map +1 -1
  68. data/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js +7 -3
  69. data/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js.map +1 -1
  70. data/node_modules/@babel/helpers/lib/helpers-generated.js +3 -3
  71. data/node_modules/@babel/helpers/lib/helpers-generated.js.map +1 -1
  72. data/node_modules/@babel/helpers/package.json +5 -5
  73. data/node_modules/@babel/parser/lib/index.js +426 -236
  74. data/node_modules/@babel/parser/lib/index.js.map +1 -1
  75. data/node_modules/@babel/parser/package.json +2 -2
  76. data/node_modules/@babel/parser/typings/babel-parser.d.ts +127 -164
  77. data/node_modules/@babel/plugin-transform-flow-strip-types/lib/index.js +6 -0
  78. data/node_modules/@babel/plugin-transform-flow-strip-types/lib/index.js.map +1 -1
  79. data/node_modules/@babel/plugin-transform-flow-strip-types/package.json +4 -4
  80. data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/lib/index.js +3 -2
  81. data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/lib/index.js.map +1 -1
  82. data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/package.json +3 -3
  83. data/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js +3 -1
  84. data/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js.map +1 -1
  85. data/node_modules/@babel/plugin-transform-typescript/lib/enum.js +24 -11
  86. data/node_modules/@babel/plugin-transform-typescript/lib/enum.js.map +1 -1
  87. data/node_modules/@babel/plugin-transform-typescript/lib/index.js +38 -9
  88. data/node_modules/@babel/plugin-transform-typescript/lib/index.js.map +1 -1
  89. data/node_modules/@babel/plugin-transform-typescript/lib/namespace.js +2 -0
  90. data/node_modules/@babel/plugin-transform-typescript/lib/namespace.js.map +1 -1
  91. data/node_modules/@babel/plugin-transform-typescript/package.json +5 -5
  92. data/node_modules/@babel/template/lib/options.js.map +1 -1
  93. data/node_modules/@babel/template/lib/parse.js.map +1 -1
  94. data/node_modules/@babel/template/package.json +4 -4
  95. data/node_modules/@babel/traverse/lib/cache.js +4 -5
  96. data/node_modules/@babel/traverse/lib/cache.js.map +1 -1
  97. data/node_modules/@babel/traverse/lib/path/conversion.js +1 -2
  98. data/node_modules/@babel/traverse/lib/path/conversion.js.map +1 -1
  99. data/node_modules/@babel/traverse/lib/path/evaluation.js +17 -0
  100. data/node_modules/@babel/traverse/lib/path/evaluation.js.map +1 -1
  101. data/node_modules/@babel/traverse/lib/path/lib/hoister.js.map +1 -1
  102. data/node_modules/@babel/traverse/lib/path/modification.js +1 -1
  103. data/node_modules/@babel/traverse/lib/path/modification.js.map +1 -1
  104. data/node_modules/@babel/traverse/lib/path/replacement.js.map +1 -1
  105. data/node_modules/@babel/traverse/lib/scope/index.js +9 -2
  106. data/node_modules/@babel/traverse/lib/scope/index.js.map +1 -1
  107. data/node_modules/@babel/traverse/lib/visitors.js +1 -1
  108. data/node_modules/@babel/traverse/lib/visitors.js.map +1 -1
  109. data/node_modules/@babel/traverse/package.json +6 -6
  110. data/node_modules/@babel/types/lib/asserts/generated/index.js +8 -0
  111. data/node_modules/@babel/types/lib/asserts/generated/index.js.map +1 -1
  112. data/node_modules/@babel/types/lib/ast-types/generated/index.js.map +1 -1
  113. data/node_modules/@babel/types/lib/builders/generated/index.js +22 -2858
  114. data/node_modules/@babel/types/lib/builders/generated/index.js.map +1 -1
  115. data/node_modules/@babel/types/lib/builders/generated/lowercase.js +2886 -0
  116. data/node_modules/@babel/types/lib/builders/generated/lowercase.js.map +1 -0
  117. data/node_modules/@babel/types/lib/builders/generated/uppercase.js +267 -255
  118. data/node_modules/@babel/types/lib/builders/generated/uppercase.js.map +1 -1
  119. data/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js.map +1 -1
  120. data/node_modules/@babel/types/lib/converters/toSequenceExpression.js.map +1 -1
  121. data/node_modules/@babel/types/lib/definitions/core.js +26 -17
  122. data/node_modules/@babel/types/lib/definitions/core.js.map +1 -1
  123. data/node_modules/@babel/types/lib/definitions/flow.js +6 -3
  124. data/node_modules/@babel/types/lib/definitions/flow.js.map +1 -1
  125. data/node_modules/@babel/types/lib/definitions/jsx.js +9 -4
  126. data/node_modules/@babel/types/lib/definitions/jsx.js.map +1 -1
  127. data/node_modules/@babel/types/lib/definitions/typescript.js +51 -26
  128. data/node_modules/@babel/types/lib/definitions/typescript.js.map +1 -1
  129. data/node_modules/@babel/types/lib/definitions/utils.js +2 -2
  130. data/node_modules/@babel/types/lib/definitions/utils.js.map +1 -1
  131. data/node_modules/@babel/types/lib/index-legacy.d.ts +27 -7
  132. data/node_modules/@babel/types/lib/index.d.ts +1178 -1156
  133. data/node_modules/@babel/types/lib/index.js +10 -21
  134. data/node_modules/@babel/types/lib/index.js.flow +26 -6
  135. data/node_modules/@babel/types/lib/index.js.map +1 -1
  136. data/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js +9 -8
  137. data/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js.map +1 -1
  138. data/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js +1 -0
  139. data/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js.map +1 -1
  140. data/node_modules/@babel/types/lib/validators/generated/index.js +17 -0
  141. data/node_modules/@babel/types/lib/validators/generated/index.js.map +1 -1
  142. data/node_modules/@babel/types/package.json +12 -12
  143. data/node_modules/@eslint-community/eslint-utils/index.js +21 -1
  144. data/node_modules/@eslint-community/eslint-utils/index.js.map +1 -1
  145. data/node_modules/@eslint-community/eslint-utils/index.mjs +21 -1
  146. data/node_modules/@eslint-community/eslint-utils/index.mjs.map +1 -1
  147. data/node_modules/@eslint-community/eslint-utils/package.json +1 -1
  148. data/node_modules/acorn/CHANGELOG.md +12 -0
  149. data/node_modules/acorn/dist/acorn.js +33 -24
  150. data/node_modules/acorn/dist/acorn.mjs +33 -24
  151. data/node_modules/acorn/package.json +1 -1
  152. data/node_modules/async-function/CHANGELOG.md +16 -0
  153. data/node_modules/{jscodeshift → async-function}/LICENSE +1 -1
  154. data/node_modules/async-function/README.md +51 -0
  155. data/node_modules/async-function/index.d.mts +3 -0
  156. data/node_modules/async-function/index.d.ts +13 -0
  157. data/node_modules/async-function/index.js +8 -0
  158. data/node_modules/async-function/index.mjs +4 -0
  159. data/node_modules/async-function/legacy.js +18 -0
  160. data/node_modules/async-function/package.json +86 -0
  161. data/node_modules/async-function/require.mjs +5 -0
  162. data/node_modules/async-function/test/index.js +40 -0
  163. data/node_modules/async-function/tsconfig.json +9 -0
  164. data/node_modules/browserslist/index.js +23 -4
  165. data/node_modules/browserslist/node.js +69 -60
  166. data/node_modules/browserslist/package.json +1 -1
  167. data/node_modules/call-bind-apply-helpers/CHANGELOG.md +7 -0
  168. data/node_modules/call-bind-apply-helpers/index.d.ts +38 -20
  169. data/node_modules/call-bind-apply-helpers/index.js +1 -1
  170. data/node_modules/call-bind-apply-helpers/package.json +8 -8
  171. data/node_modules/call-bind-apply-helpers/test/index.js +4 -4
  172. data/node_modules/call-bound/CHANGELOG.md +8 -0
  173. data/node_modules/call-bound/index.d.ts +91 -10
  174. data/node_modules/call-bound/index.js +4 -3
  175. data/node_modules/call-bound/package.json +10 -10
  176. data/node_modules/call-bound/test/index.js +11 -4
  177. data/node_modules/call-bound/tsconfig.json +2 -1
  178. data/node_modules/caniuse-lite/data/agents.js +1 -1
  179. data/node_modules/caniuse-lite/data/browserVersions.js +1 -1
  180. data/node_modules/caniuse-lite/data/features/aac.js +1 -1
  181. data/node_modules/caniuse-lite/data/features/abortcontroller.js +1 -1
  182. data/node_modules/caniuse-lite/data/features/ac3-ec3.js +1 -1
  183. data/node_modules/caniuse-lite/data/features/accelerometer.js +1 -1
  184. data/node_modules/caniuse-lite/data/features/addeventlistener.js +1 -1
  185. data/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +1 -1
  186. data/node_modules/caniuse-lite/data/features/ambient-light.js +1 -1
  187. data/node_modules/caniuse-lite/data/features/apng.js +1 -1
  188. data/node_modules/caniuse-lite/data/features/array-find-index.js +1 -1
  189. data/node_modules/caniuse-lite/data/features/array-find.js +1 -1
  190. data/node_modules/caniuse-lite/data/features/array-flat.js +1 -1
  191. data/node_modules/caniuse-lite/data/features/array-includes.js +1 -1
  192. data/node_modules/caniuse-lite/data/features/arrow-functions.js +1 -1
  193. data/node_modules/caniuse-lite/data/features/asmjs.js +1 -1
  194. data/node_modules/caniuse-lite/data/features/async-clipboard.js +1 -1
  195. data/node_modules/caniuse-lite/data/features/async-functions.js +1 -1
  196. data/node_modules/caniuse-lite/data/features/atob-btoa.js +1 -1
  197. data/node_modules/caniuse-lite/data/features/audio-api.js +1 -1
  198. data/node_modules/caniuse-lite/data/features/audio.js +1 -1
  199. data/node_modules/caniuse-lite/data/features/audiotracks.js +1 -1
  200. data/node_modules/caniuse-lite/data/features/autofocus.js +1 -1
  201. data/node_modules/caniuse-lite/data/features/auxclick.js +1 -1
  202. data/node_modules/caniuse-lite/data/features/av1.js +1 -1
  203. data/node_modules/caniuse-lite/data/features/avif.js +1 -1
  204. data/node_modules/caniuse-lite/data/features/background-attachment.js +1 -1
  205. data/node_modules/caniuse-lite/data/features/background-clip-text.js +1 -1
  206. data/node_modules/caniuse-lite/data/features/background-img-opts.js +1 -1
  207. data/node_modules/caniuse-lite/data/features/background-position-x-y.js +1 -1
  208. data/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +1 -1
  209. data/node_modules/caniuse-lite/data/features/background-sync.js +1 -1
  210. data/node_modules/caniuse-lite/data/features/battery-status.js +1 -1
  211. data/node_modules/caniuse-lite/data/features/beacon.js +1 -1
  212. data/node_modules/caniuse-lite/data/features/beforeafterprint.js +1 -1
  213. data/node_modules/caniuse-lite/data/features/bigint.js +1 -1
  214. data/node_modules/caniuse-lite/data/features/blobbuilder.js +1 -1
  215. data/node_modules/caniuse-lite/data/features/bloburls.js +1 -1
  216. data/node_modules/caniuse-lite/data/features/border-image.js +1 -1
  217. data/node_modules/caniuse-lite/data/features/border-radius.js +1 -1
  218. data/node_modules/caniuse-lite/data/features/broadcastchannel.js +1 -1
  219. data/node_modules/caniuse-lite/data/features/brotli.js +1 -1
  220. data/node_modules/caniuse-lite/data/features/calc.js +1 -1
  221. data/node_modules/caniuse-lite/data/features/canvas-blending.js +1 -1
  222. data/node_modules/caniuse-lite/data/features/canvas-text.js +1 -1
  223. data/node_modules/caniuse-lite/data/features/canvas.js +1 -1
  224. data/node_modules/caniuse-lite/data/features/ch-unit.js +1 -1
  225. data/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +1 -1
  226. data/node_modules/caniuse-lite/data/features/channel-messaging.js +1 -1
  227. data/node_modules/caniuse-lite/data/features/childnode-remove.js +1 -1
  228. data/node_modules/caniuse-lite/data/features/classlist.js +1 -1
  229. data/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +1 -1
  230. data/node_modules/caniuse-lite/data/features/clipboard.js +1 -1
  231. data/node_modules/caniuse-lite/data/features/colr-v1.js +1 -1
  232. data/node_modules/caniuse-lite/data/features/colr.js +1 -1
  233. data/node_modules/caniuse-lite/data/features/comparedocumentposition.js +1 -1
  234. data/node_modules/caniuse-lite/data/features/console-basic.js +1 -1
  235. data/node_modules/caniuse-lite/data/features/console-time.js +1 -1
  236. data/node_modules/caniuse-lite/data/features/const.js +1 -1
  237. data/node_modules/caniuse-lite/data/features/constraint-validation.js +1 -1
  238. data/node_modules/caniuse-lite/data/features/contenteditable.js +1 -1
  239. data/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +1 -1
  240. data/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +1 -1
  241. data/node_modules/caniuse-lite/data/features/cookie-store-api.js +1 -1
  242. data/node_modules/caniuse-lite/data/features/cors.js +1 -1
  243. data/node_modules/caniuse-lite/data/features/createimagebitmap.js +1 -1
  244. data/node_modules/caniuse-lite/data/features/credential-management.js +1 -1
  245. data/node_modules/caniuse-lite/data/features/cryptography.js +1 -1
  246. data/node_modules/caniuse-lite/data/features/css-all.js +1 -1
  247. data/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +1 -1
  248. data/node_modules/caniuse-lite/data/features/css-animation.js +1 -1
  249. data/node_modules/caniuse-lite/data/features/css-any-link.js +1 -1
  250. data/node_modules/caniuse-lite/data/features/css-appearance.js +1 -1
  251. data/node_modules/caniuse-lite/data/features/css-at-counter-style.js +1 -1
  252. data/node_modules/caniuse-lite/data/features/css-autofill.js +1 -1
  253. data/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +1 -1
  254. data/node_modules/caniuse-lite/data/features/css-background-offsets.js +1 -1
  255. data/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +1 -1
  256. data/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +1 -1
  257. data/node_modules/caniuse-lite/data/features/css-boxshadow.js +1 -1
  258. data/node_modules/caniuse-lite/data/features/css-canvas.js +1 -1
  259. data/node_modules/caniuse-lite/data/features/css-caret-color.js +1 -1
  260. data/node_modules/caniuse-lite/data/features/css-cascade-layers.js +1 -1
  261. data/node_modules/caniuse-lite/data/features/css-cascade-scope.js +1 -1
  262. data/node_modules/caniuse-lite/data/features/css-case-insensitive.js +1 -1
  263. data/node_modules/caniuse-lite/data/features/css-clip-path.js +1 -1
  264. data/node_modules/caniuse-lite/data/features/css-color-adjust.js +1 -1
  265. data/node_modules/caniuse-lite/data/features/css-color-function.js +1 -1
  266. data/node_modules/caniuse-lite/data/features/css-conic-gradients.js +1 -1
  267. data/node_modules/caniuse-lite/data/features/css-container-queries-style.js +1 -1
  268. data/node_modules/caniuse-lite/data/features/css-container-queries.js +1 -1
  269. data/node_modules/caniuse-lite/data/features/css-container-query-units.js +1 -1
  270. data/node_modules/caniuse-lite/data/features/css-containment.js +1 -1
  271. data/node_modules/caniuse-lite/data/features/css-content-visibility.js +1 -1
  272. data/node_modules/caniuse-lite/data/features/css-counters.js +1 -1
  273. data/node_modules/caniuse-lite/data/features/css-crisp-edges.js +1 -1
  274. data/node_modules/caniuse-lite/data/features/css-cross-fade.js +1 -1
  275. data/node_modules/caniuse-lite/data/features/css-default-pseudo.js +1 -1
  276. data/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +1 -1
  277. data/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +1 -1
  278. data/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +1 -1
  279. data/node_modules/caniuse-lite/data/features/css-display-contents.js +1 -1
  280. data/node_modules/caniuse-lite/data/features/css-element-function.js +1 -1
  281. data/node_modules/caniuse-lite/data/features/css-env-function.js +1 -1
  282. data/node_modules/caniuse-lite/data/features/css-exclusions.js +1 -1
  283. data/node_modules/caniuse-lite/data/features/css-featurequeries.js +1 -1
  284. data/node_modules/caniuse-lite/data/features/css-file-selector-button.js +1 -1
  285. data/node_modules/caniuse-lite/data/features/css-filter-function.js +1 -1
  286. data/node_modules/caniuse-lite/data/features/css-filters.js +1 -1
  287. data/node_modules/caniuse-lite/data/features/css-first-letter.js +1 -1
  288. data/node_modules/caniuse-lite/data/features/css-first-line.js +1 -1
  289. data/node_modules/caniuse-lite/data/features/css-fixed.js +1 -1
  290. data/node_modules/caniuse-lite/data/features/css-focus-visible.js +1 -1
  291. data/node_modules/caniuse-lite/data/features/css-focus-within.js +1 -1
  292. data/node_modules/caniuse-lite/data/features/css-font-palette.js +1 -1
  293. data/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +1 -1
  294. data/node_modules/caniuse-lite/data/features/css-font-stretch.js +1 -1
  295. data/node_modules/caniuse-lite/data/features/css-gencontent.js +1 -1
  296. data/node_modules/caniuse-lite/data/features/css-gradients.js +1 -1
  297. data/node_modules/caniuse-lite/data/features/css-grid-animation.js +1 -1
  298. data/node_modules/caniuse-lite/data/features/css-grid.js +1 -1
  299. data/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +1 -1
  300. data/node_modules/caniuse-lite/data/features/css-has.js +1 -1
  301. data/node_modules/caniuse-lite/data/features/css-hyphens.js +1 -1
  302. data/node_modules/caniuse-lite/data/features/css-image-orientation.js +1 -1
  303. data/node_modules/caniuse-lite/data/features/css-image-set.js +1 -1
  304. data/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +1 -1
  305. data/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +1 -1
  306. data/node_modules/caniuse-lite/data/features/css-initial-letter.js +1 -1
  307. data/node_modules/caniuse-lite/data/features/css-initial-value.js +1 -1
  308. data/node_modules/caniuse-lite/data/features/css-lch-lab.js +1 -1
  309. data/node_modules/caniuse-lite/data/features/css-letter-spacing.js +1 -1
  310. data/node_modules/caniuse-lite/data/features/css-line-clamp.js +1 -1
  311. data/node_modules/caniuse-lite/data/features/css-logical-props.js +1 -1
  312. data/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +1 -1
  313. data/node_modules/caniuse-lite/data/features/css-masks.js +1 -1
  314. data/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +1 -1
  315. data/node_modules/caniuse-lite/data/features/css-math-functions.js +1 -1
  316. data/node_modules/caniuse-lite/data/features/css-media-interaction.js +1 -1
  317. data/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +1 -1
  318. data/node_modules/caniuse-lite/data/features/css-media-resolution.js +1 -1
  319. data/node_modules/caniuse-lite/data/features/css-media-scripting.js +1 -1
  320. data/node_modules/caniuse-lite/data/features/css-mediaqueries.js +1 -1
  321. data/node_modules/caniuse-lite/data/features/css-mixblendmode.js +1 -1
  322. data/node_modules/caniuse-lite/data/features/css-module-scripts.js +1 -1
  323. data/node_modules/caniuse-lite/data/features/css-motion-paths.js +1 -1
  324. data/node_modules/caniuse-lite/data/features/css-namespaces.js +1 -1
  325. data/node_modules/caniuse-lite/data/features/css-nesting.js +1 -1
  326. data/node_modules/caniuse-lite/data/features/css-not-sel-list.js +1 -1
  327. data/node_modules/caniuse-lite/data/features/css-nth-child-of.js +1 -1
  328. data/node_modules/caniuse-lite/data/features/css-opacity.js +1 -1
  329. data/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +1 -1
  330. data/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +1 -1
  331. data/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +1 -1
  332. data/node_modules/caniuse-lite/data/features/css-overflow.js +1 -1
  333. data/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +1 -1
  334. data/node_modules/caniuse-lite/data/features/css-page-break.js +1 -1
  335. data/node_modules/caniuse-lite/data/features/css-paged-media.js +1 -1
  336. data/node_modules/caniuse-lite/data/features/css-paint-api.js +1 -1
  337. data/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +1 -1
  338. data/node_modules/caniuse-lite/data/features/css-placeholder.js +1 -1
  339. data/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +1 -1
  340. data/node_modules/caniuse-lite/data/features/css-read-only-write.js +1 -1
  341. data/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +1 -1
  342. data/node_modules/caniuse-lite/data/features/css-reflections.js +1 -1
  343. data/node_modules/caniuse-lite/data/features/css-regions.js +1 -1
  344. data/node_modules/caniuse-lite/data/features/css-relative-colors.js +1 -1
  345. data/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +1 -1
  346. data/node_modules/caniuse-lite/data/features/css-resize.js +1 -1
  347. data/node_modules/caniuse-lite/data/features/css-revert-value.js +1 -1
  348. data/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +1 -1
  349. data/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +1 -1
  350. data/node_modules/caniuse-lite/data/features/css-scrollbar.js +1 -1
  351. data/node_modules/caniuse-lite/data/features/css-sel2.js +1 -1
  352. data/node_modules/caniuse-lite/data/features/css-sel3.js +1 -1
  353. data/node_modules/caniuse-lite/data/features/css-selection.js +1 -1
  354. data/node_modules/caniuse-lite/data/features/css-shapes.js +1 -1
  355. data/node_modules/caniuse-lite/data/features/css-snappoints.js +1 -1
  356. data/node_modules/caniuse-lite/data/features/css-sticky.js +1 -1
  357. data/node_modules/caniuse-lite/data/features/css-subgrid.js +1 -1
  358. data/node_modules/caniuse-lite/data/features/css-supports-api.js +1 -1
  359. data/node_modules/caniuse-lite/data/features/css-table.js +1 -1
  360. data/node_modules/caniuse-lite/data/features/css-text-align-last.js +1 -1
  361. data/node_modules/caniuse-lite/data/features/css-text-box-trim.js +1 -1
  362. data/node_modules/caniuse-lite/data/features/css-text-indent.js +1 -1
  363. data/node_modules/caniuse-lite/data/features/css-text-justify.js +1 -1
  364. data/node_modules/caniuse-lite/data/features/css-text-orientation.js +1 -1
  365. data/node_modules/caniuse-lite/data/features/css-text-spacing.js +1 -1
  366. data/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +1 -1
  367. data/node_modules/caniuse-lite/data/features/css-textshadow.js +1 -1
  368. data/node_modules/caniuse-lite/data/features/css-touch-action.js +1 -1
  369. data/node_modules/caniuse-lite/data/features/css-transitions.js +1 -1
  370. data/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +1 -1
  371. data/node_modules/caniuse-lite/data/features/css-unset-value.js +1 -1
  372. data/node_modules/caniuse-lite/data/features/css-variables.js +1 -1
  373. data/node_modules/caniuse-lite/data/features/css-when-else.js +1 -1
  374. data/node_modules/caniuse-lite/data/features/css-widows-orphans.js +1 -1
  375. data/node_modules/caniuse-lite/data/features/css-width-stretch.js +1 -1
  376. data/node_modules/caniuse-lite/data/features/css-writing-mode.js +1 -1
  377. data/node_modules/caniuse-lite/data/features/css-zoom.js +1 -1
  378. data/node_modules/caniuse-lite/data/features/css3-attr.js +1 -1
  379. data/node_modules/caniuse-lite/data/features/css3-boxsizing.js +1 -1
  380. data/node_modules/caniuse-lite/data/features/css3-colors.js +1 -1
  381. data/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +1 -1
  382. data/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +1 -1
  383. data/node_modules/caniuse-lite/data/features/css3-cursors.js +1 -1
  384. data/node_modules/caniuse-lite/data/features/css3-tabsize.js +1 -1
  385. data/node_modules/caniuse-lite/data/features/currentcolor.js +1 -1
  386. data/node_modules/caniuse-lite/data/features/custom-elements.js +1 -1
  387. data/node_modules/caniuse-lite/data/features/custom-elementsv1.js +1 -1
  388. data/node_modules/caniuse-lite/data/features/customevent.js +1 -1
  389. data/node_modules/caniuse-lite/data/features/datalist.js +1 -1
  390. data/node_modules/caniuse-lite/data/features/dataset.js +1 -1
  391. data/node_modules/caniuse-lite/data/features/datauri.js +1 -1
  392. data/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +1 -1
  393. data/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +1 -1
  394. data/node_modules/caniuse-lite/data/features/decorators.js +1 -1
  395. data/node_modules/caniuse-lite/data/features/details.js +1 -1
  396. data/node_modules/caniuse-lite/data/features/deviceorientation.js +1 -1
  397. data/node_modules/caniuse-lite/data/features/devicepixelratio.js +1 -1
  398. data/node_modules/caniuse-lite/data/features/dialog.js +1 -1
  399. data/node_modules/caniuse-lite/data/features/dispatchevent.js +1 -1
  400. data/node_modules/caniuse-lite/data/features/dnssec.js +1 -1
  401. data/node_modules/caniuse-lite/data/features/do-not-track.js +1 -1
  402. data/node_modules/caniuse-lite/data/features/document-currentscript.js +1 -1
  403. data/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +1 -1
  404. data/node_modules/caniuse-lite/data/features/document-execcommand.js +1 -1
  405. data/node_modules/caniuse-lite/data/features/document-policy.js +1 -1
  406. data/node_modules/caniuse-lite/data/features/document-scrollingelement.js +1 -1
  407. data/node_modules/caniuse-lite/data/features/documenthead.js +1 -1
  408. data/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +1 -1
  409. data/node_modules/caniuse-lite/data/features/dom-range.js +1 -1
  410. data/node_modules/caniuse-lite/data/features/domcontentloaded.js +1 -1
  411. data/node_modules/caniuse-lite/data/features/dommatrix.js +1 -1
  412. data/node_modules/caniuse-lite/data/features/download.js +1 -1
  413. data/node_modules/caniuse-lite/data/features/dragndrop.js +1 -1
  414. data/node_modules/caniuse-lite/data/features/element-closest.js +1 -1
  415. data/node_modules/caniuse-lite/data/features/element-from-point.js +1 -1
  416. data/node_modules/caniuse-lite/data/features/element-scroll-methods.js +1 -1
  417. data/node_modules/caniuse-lite/data/features/eme.js +1 -1
  418. data/node_modules/caniuse-lite/data/features/eot.js +1 -1
  419. data/node_modules/caniuse-lite/data/features/es5.js +1 -1
  420. data/node_modules/caniuse-lite/data/features/es6-class.js +1 -1
  421. data/node_modules/caniuse-lite/data/features/es6-generators.js +1 -1
  422. data/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +1 -1
  423. data/node_modules/caniuse-lite/data/features/es6-module.js +1 -1
  424. data/node_modules/caniuse-lite/data/features/es6-number.js +1 -1
  425. data/node_modules/caniuse-lite/data/features/es6-string-includes.js +1 -1
  426. data/node_modules/caniuse-lite/data/features/es6.js +1 -1
  427. data/node_modules/caniuse-lite/data/features/eventsource.js +1 -1
  428. data/node_modules/caniuse-lite/data/features/extended-system-fonts.js +1 -1
  429. data/node_modules/caniuse-lite/data/features/feature-policy.js +1 -1
  430. data/node_modules/caniuse-lite/data/features/fetch.js +1 -1
  431. data/node_modules/caniuse-lite/data/features/fieldset-disabled.js +1 -1
  432. data/node_modules/caniuse-lite/data/features/fileapi.js +1 -1
  433. data/node_modules/caniuse-lite/data/features/filereader.js +1 -1
  434. data/node_modules/caniuse-lite/data/features/filereadersync.js +1 -1
  435. data/node_modules/caniuse-lite/data/features/filesystem.js +1 -1
  436. data/node_modules/caniuse-lite/data/features/flac.js +1 -1
  437. data/node_modules/caniuse-lite/data/features/flexbox-gap.js +1 -1
  438. data/node_modules/caniuse-lite/data/features/flexbox.js +1 -1
  439. data/node_modules/caniuse-lite/data/features/flow-root.js +1 -1
  440. data/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +1 -1
  441. data/node_modules/caniuse-lite/data/features/font-family-system-ui.js +1 -1
  442. data/node_modules/caniuse-lite/data/features/font-feature.js +1 -1
  443. data/node_modules/caniuse-lite/data/features/font-kerning.js +1 -1
  444. data/node_modules/caniuse-lite/data/features/font-loading.js +1 -1
  445. data/node_modules/caniuse-lite/data/features/font-size-adjust.js +1 -1
  446. data/node_modules/caniuse-lite/data/features/font-smooth.js +1 -1
  447. data/node_modules/caniuse-lite/data/features/font-unicode-range.js +1 -1
  448. data/node_modules/caniuse-lite/data/features/font-variant-alternates.js +1 -1
  449. data/node_modules/caniuse-lite/data/features/font-variant-numeric.js +1 -1
  450. data/node_modules/caniuse-lite/data/features/fontface.js +1 -1
  451. data/node_modules/caniuse-lite/data/features/form-attribute.js +1 -1
  452. data/node_modules/caniuse-lite/data/features/form-submit-attributes.js +1 -1
  453. data/node_modules/caniuse-lite/data/features/form-validation.js +1 -1
  454. data/node_modules/caniuse-lite/data/features/forms.js +1 -1
  455. data/node_modules/caniuse-lite/data/features/fullscreen.js +1 -1
  456. data/node_modules/caniuse-lite/data/features/gamepad.js +1 -1
  457. data/node_modules/caniuse-lite/data/features/geolocation.js +1 -1
  458. data/node_modules/caniuse-lite/data/features/getboundingclientrect.js +1 -1
  459. data/node_modules/caniuse-lite/data/features/getcomputedstyle.js +1 -1
  460. data/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +1 -1
  461. data/node_modules/caniuse-lite/data/features/getrandomvalues.js +1 -1
  462. data/node_modules/caniuse-lite/data/features/gyroscope.js +1 -1
  463. data/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +1 -1
  464. data/node_modules/caniuse-lite/data/features/hashchange.js +1 -1
  465. data/node_modules/caniuse-lite/data/features/heif.js +1 -1
  466. data/node_modules/caniuse-lite/data/features/hevc.js +1 -1
  467. data/node_modules/caniuse-lite/data/features/hidden.js +1 -1
  468. data/node_modules/caniuse-lite/data/features/high-resolution-time.js +1 -1
  469. data/node_modules/caniuse-lite/data/features/history.js +1 -1
  470. data/node_modules/caniuse-lite/data/features/html-media-capture.js +1 -1
  471. data/node_modules/caniuse-lite/data/features/html5semantic.js +1 -1
  472. data/node_modules/caniuse-lite/data/features/http-live-streaming.js +1 -1
  473. data/node_modules/caniuse-lite/data/features/http2.js +1 -1
  474. data/node_modules/caniuse-lite/data/features/http3.js +1 -1
  475. data/node_modules/caniuse-lite/data/features/iframe-sandbox.js +1 -1
  476. data/node_modules/caniuse-lite/data/features/iframe-seamless.js +1 -1
  477. data/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +1 -1
  478. data/node_modules/caniuse-lite/data/features/imagecapture.js +1 -1
  479. data/node_modules/caniuse-lite/data/features/ime.js +1 -1
  480. data/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +1 -1
  481. data/node_modules/caniuse-lite/data/features/import-maps.js +1 -1
  482. data/node_modules/caniuse-lite/data/features/imports.js +1 -1
  483. data/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +1 -1
  484. data/node_modules/caniuse-lite/data/features/indexeddb.js +1 -1
  485. data/node_modules/caniuse-lite/data/features/indexeddb2.js +1 -1
  486. data/node_modules/caniuse-lite/data/features/inline-block.js +1 -1
  487. data/node_modules/caniuse-lite/data/features/innertext.js +1 -1
  488. data/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +1 -1
  489. data/node_modules/caniuse-lite/data/features/input-color.js +1 -1
  490. data/node_modules/caniuse-lite/data/features/input-datetime.js +1 -1
  491. data/node_modules/caniuse-lite/data/features/input-email-tel-url.js +1 -1
  492. data/node_modules/caniuse-lite/data/features/input-event.js +1 -1
  493. data/node_modules/caniuse-lite/data/features/input-file-accept.js +1 -1
  494. data/node_modules/caniuse-lite/data/features/input-file-directory.js +1 -1
  495. data/node_modules/caniuse-lite/data/features/input-file-multiple.js +1 -1
  496. data/node_modules/caniuse-lite/data/features/input-inputmode.js +1 -1
  497. data/node_modules/caniuse-lite/data/features/input-minlength.js +1 -1
  498. data/node_modules/caniuse-lite/data/features/input-number.js +1 -1
  499. data/node_modules/caniuse-lite/data/features/input-pattern.js +1 -1
  500. data/node_modules/caniuse-lite/data/features/input-placeholder.js +1 -1
  501. data/node_modules/caniuse-lite/data/features/input-range.js +1 -1
  502. data/node_modules/caniuse-lite/data/features/input-search.js +1 -1
  503. data/node_modules/caniuse-lite/data/features/input-selection.js +1 -1
  504. data/node_modules/caniuse-lite/data/features/insert-adjacent.js +1 -1
  505. data/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +1 -1
  506. data/node_modules/caniuse-lite/data/features/internationalization.js +1 -1
  507. data/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +1 -1
  508. data/node_modules/caniuse-lite/data/features/intersectionobserver.js +1 -1
  509. data/node_modules/caniuse-lite/data/features/intl-pluralrules.js +1 -1
  510. data/node_modules/caniuse-lite/data/features/intrinsic-width.js +1 -1
  511. data/node_modules/caniuse-lite/data/features/jpeg2000.js +1 -1
  512. data/node_modules/caniuse-lite/data/features/jpegxl.js +1 -1
  513. data/node_modules/caniuse-lite/data/features/jpegxr.js +1 -1
  514. data/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +1 -1
  515. data/node_modules/caniuse-lite/data/features/json.js +1 -1
  516. data/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +1 -1
  517. data/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +1 -1
  518. data/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +1 -1
  519. data/node_modules/caniuse-lite/data/features/keyboardevent-code.js +1 -1
  520. data/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +1 -1
  521. data/node_modules/caniuse-lite/data/features/keyboardevent-key.js +1 -1
  522. data/node_modules/caniuse-lite/data/features/keyboardevent-location.js +1 -1
  523. data/node_modules/caniuse-lite/data/features/keyboardevent-which.js +1 -1
  524. data/node_modules/caniuse-lite/data/features/lazyload.js +1 -1
  525. data/node_modules/caniuse-lite/data/features/let.js +1 -1
  526. data/node_modules/caniuse-lite/data/features/link-icon-png.js +1 -1
  527. data/node_modules/caniuse-lite/data/features/link-icon-svg.js +1 -1
  528. data/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +1 -1
  529. data/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +1 -1
  530. data/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +1 -1
  531. data/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +1 -1
  532. data/node_modules/caniuse-lite/data/features/link-rel-preload.js +1 -1
  533. data/node_modules/caniuse-lite/data/features/link-rel-prerender.js +1 -1
  534. data/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +1 -1
  535. data/node_modules/caniuse-lite/data/features/localecompare.js +1 -1
  536. data/node_modules/caniuse-lite/data/features/magnetometer.js +1 -1
  537. data/node_modules/caniuse-lite/data/features/matchesselector.js +1 -1
  538. data/node_modules/caniuse-lite/data/features/matchmedia.js +1 -1
  539. data/node_modules/caniuse-lite/data/features/mathml.js +1 -1
  540. data/node_modules/caniuse-lite/data/features/maxlength.js +1 -1
  541. data/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +1 -1
  542. data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +1 -1
  543. data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +1 -1
  544. data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +1 -1
  545. data/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +1 -1
  546. data/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +1 -1
  547. data/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +1 -1
  548. data/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +1 -1
  549. data/node_modules/caniuse-lite/data/features/media-fragments.js +1 -1
  550. data/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +1 -1
  551. data/node_modules/caniuse-lite/data/features/mediarecorder.js +1 -1
  552. data/node_modules/caniuse-lite/data/features/mediasource.js +1 -1
  553. data/node_modules/caniuse-lite/data/features/menu.js +1 -1
  554. data/node_modules/caniuse-lite/data/features/meta-theme-color.js +1 -1
  555. data/node_modules/caniuse-lite/data/features/meter.js +1 -1
  556. data/node_modules/caniuse-lite/data/features/midi.js +1 -1
  557. data/node_modules/caniuse-lite/data/features/minmaxwh.js +1 -1
  558. data/node_modules/caniuse-lite/data/features/mp3.js +1 -1
  559. data/node_modules/caniuse-lite/data/features/mpeg-dash.js +1 -1
  560. data/node_modules/caniuse-lite/data/features/mpeg4.js +1 -1
  561. data/node_modules/caniuse-lite/data/features/multibackgrounds.js +1 -1
  562. data/node_modules/caniuse-lite/data/features/multicolumn.js +1 -1
  563. data/node_modules/caniuse-lite/data/features/mutation-events.js +1 -1
  564. data/node_modules/caniuse-lite/data/features/mutationobserver.js +1 -1
  565. data/node_modules/caniuse-lite/data/features/namevalue-storage.js +1 -1
  566. data/node_modules/caniuse-lite/data/features/native-filesystem-api.js +1 -1
  567. data/node_modules/caniuse-lite/data/features/nav-timing.js +1 -1
  568. data/node_modules/caniuse-lite/data/features/netinfo.js +1 -1
  569. data/node_modules/caniuse-lite/data/features/notifications.js +1 -1
  570. data/node_modules/caniuse-lite/data/features/object-entries.js +1 -1
  571. data/node_modules/caniuse-lite/data/features/object-fit.js +1 -1
  572. data/node_modules/caniuse-lite/data/features/object-observe.js +1 -1
  573. data/node_modules/caniuse-lite/data/features/object-values.js +1 -1
  574. data/node_modules/caniuse-lite/data/features/objectrtc.js +1 -1
  575. data/node_modules/caniuse-lite/data/features/offline-apps.js +1 -1
  576. data/node_modules/caniuse-lite/data/features/offscreencanvas.js +1 -1
  577. data/node_modules/caniuse-lite/data/features/ogg-vorbis.js +1 -1
  578. data/node_modules/caniuse-lite/data/features/ogv.js +1 -1
  579. data/node_modules/caniuse-lite/data/features/ol-reversed.js +1 -1
  580. data/node_modules/caniuse-lite/data/features/once-event-listener.js +1 -1
  581. data/node_modules/caniuse-lite/data/features/online-status.js +1 -1
  582. data/node_modules/caniuse-lite/data/features/opus.js +1 -1
  583. data/node_modules/caniuse-lite/data/features/orientation-sensor.js +1 -1
  584. data/node_modules/caniuse-lite/data/features/outline.js +1 -1
  585. data/node_modules/caniuse-lite/data/features/pad-start-end.js +1 -1
  586. data/node_modules/caniuse-lite/data/features/page-transition-events.js +1 -1
  587. data/node_modules/caniuse-lite/data/features/pagevisibility.js +1 -1
  588. data/node_modules/caniuse-lite/data/features/passive-event-listener.js +1 -1
  589. data/node_modules/caniuse-lite/data/features/passkeys.js +1 -1
  590. data/node_modules/caniuse-lite/data/features/passwordrules.js +1 -1
  591. data/node_modules/caniuse-lite/data/features/path2d.js +1 -1
  592. data/node_modules/caniuse-lite/data/features/payment-request.js +1 -1
  593. data/node_modules/caniuse-lite/data/features/pdf-viewer.js +1 -1
  594. data/node_modules/caniuse-lite/data/features/permissions-api.js +1 -1
  595. data/node_modules/caniuse-lite/data/features/permissions-policy.js +1 -1
  596. data/node_modules/caniuse-lite/data/features/picture-in-picture.js +1 -1
  597. data/node_modules/caniuse-lite/data/features/picture.js +1 -1
  598. data/node_modules/caniuse-lite/data/features/ping.js +1 -1
  599. data/node_modules/caniuse-lite/data/features/png-alpha.js +1 -1
  600. data/node_modules/caniuse-lite/data/features/pointer-events.js +1 -1
  601. data/node_modules/caniuse-lite/data/features/pointer.js +1 -1
  602. data/node_modules/caniuse-lite/data/features/pointerlock.js +1 -1
  603. data/node_modules/caniuse-lite/data/features/portals.js +1 -1
  604. data/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +1 -1
  605. data/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +1 -1
  606. data/node_modules/caniuse-lite/data/features/progress.js +1 -1
  607. data/node_modules/caniuse-lite/data/features/promise-finally.js +1 -1
  608. data/node_modules/caniuse-lite/data/features/promises.js +1 -1
  609. data/node_modules/caniuse-lite/data/features/proximity.js +1 -1
  610. data/node_modules/caniuse-lite/data/features/proxy.js +1 -1
  611. data/node_modules/caniuse-lite/data/features/publickeypinning.js +1 -1
  612. data/node_modules/caniuse-lite/data/features/push-api.js +1 -1
  613. data/node_modules/caniuse-lite/data/features/queryselector.js +1 -1
  614. data/node_modules/caniuse-lite/data/features/readonly-attr.js +1 -1
  615. data/node_modules/caniuse-lite/data/features/referrer-policy.js +1 -1
  616. data/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +1 -1
  617. data/node_modules/caniuse-lite/data/features/rel-noopener.js +1 -1
  618. data/node_modules/caniuse-lite/data/features/rel-noreferrer.js +1 -1
  619. data/node_modules/caniuse-lite/data/features/rellist.js +1 -1
  620. data/node_modules/caniuse-lite/data/features/rem.js +1 -1
  621. data/node_modules/caniuse-lite/data/features/requestanimationframe.js +1 -1
  622. data/node_modules/caniuse-lite/data/features/requestidlecallback.js +1 -1
  623. data/node_modules/caniuse-lite/data/features/resizeobserver.js +1 -1
  624. data/node_modules/caniuse-lite/data/features/resource-timing.js +1 -1
  625. data/node_modules/caniuse-lite/data/features/rest-parameters.js +1 -1
  626. data/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +1 -1
  627. data/node_modules/caniuse-lite/data/features/ruby.js +1 -1
  628. data/node_modules/caniuse-lite/data/features/run-in.js +1 -1
  629. data/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +1 -1
  630. data/node_modules/caniuse-lite/data/features/screen-orientation.js +1 -1
  631. data/node_modules/caniuse-lite/data/features/script-async.js +1 -1
  632. data/node_modules/caniuse-lite/data/features/script-defer.js +1 -1
  633. data/node_modules/caniuse-lite/data/features/scrollintoview.js +1 -1
  634. data/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +1 -1
  635. data/node_modules/caniuse-lite/data/features/sdch.js +1 -1
  636. data/node_modules/caniuse-lite/data/features/selection-api.js +1 -1
  637. data/node_modules/caniuse-lite/data/features/selectlist.js +1 -1
  638. data/node_modules/caniuse-lite/data/features/server-timing.js +1 -1
  639. data/node_modules/caniuse-lite/data/features/serviceworkers.js +1 -1
  640. data/node_modules/caniuse-lite/data/features/setimmediate.js +1 -1
  641. data/node_modules/caniuse-lite/data/features/shadowdom.js +1 -1
  642. data/node_modules/caniuse-lite/data/features/shadowdomv1.js +1 -1
  643. data/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +1 -1
  644. data/node_modules/caniuse-lite/data/features/sharedworkers.js +1 -1
  645. data/node_modules/caniuse-lite/data/features/sni.js +1 -1
  646. data/node_modules/caniuse-lite/data/features/spdy.js +1 -1
  647. data/node_modules/caniuse-lite/data/features/speech-recognition.js +1 -1
  648. data/node_modules/caniuse-lite/data/features/speech-synthesis.js +1 -1
  649. data/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +1 -1
  650. data/node_modules/caniuse-lite/data/features/sql-storage.js +1 -1
  651. data/node_modules/caniuse-lite/data/features/srcset.js +1 -1
  652. data/node_modules/caniuse-lite/data/features/stream.js +1 -1
  653. data/node_modules/caniuse-lite/data/features/streams.js +1 -1
  654. data/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +1 -1
  655. data/node_modules/caniuse-lite/data/features/style-scoped.js +1 -1
  656. data/node_modules/caniuse-lite/data/features/subresource-bundling.js +1 -1
  657. data/node_modules/caniuse-lite/data/features/subresource-integrity.js +1 -1
  658. data/node_modules/caniuse-lite/data/features/svg-css.js +1 -1
  659. data/node_modules/caniuse-lite/data/features/svg-filters.js +1 -1
  660. data/node_modules/caniuse-lite/data/features/svg-fonts.js +1 -1
  661. data/node_modules/caniuse-lite/data/features/svg-fragment.js +1 -1
  662. data/node_modules/caniuse-lite/data/features/svg-html.js +1 -1
  663. data/node_modules/caniuse-lite/data/features/svg-html5.js +1 -1
  664. data/node_modules/caniuse-lite/data/features/svg-img.js +1 -1
  665. data/node_modules/caniuse-lite/data/features/svg-smil.js +1 -1
  666. data/node_modules/caniuse-lite/data/features/svg.js +1 -1
  667. data/node_modules/caniuse-lite/data/features/sxg.js +1 -1
  668. data/node_modules/caniuse-lite/data/features/tabindex-attr.js +1 -1
  669. data/node_modules/caniuse-lite/data/features/template-literals.js +1 -1
  670. data/node_modules/caniuse-lite/data/features/template.js +1 -1
  671. data/node_modules/caniuse-lite/data/features/temporal.js +1 -1
  672. data/node_modules/caniuse-lite/data/features/testfeat.js +1 -1
  673. data/node_modules/caniuse-lite/data/features/text-decoration.js +1 -1
  674. data/node_modules/caniuse-lite/data/features/text-emphasis.js +1 -1
  675. data/node_modules/caniuse-lite/data/features/text-overflow.js +1 -1
  676. data/node_modules/caniuse-lite/data/features/text-size-adjust.js +1 -1
  677. data/node_modules/caniuse-lite/data/features/text-stroke.js +1 -1
  678. data/node_modules/caniuse-lite/data/features/textcontent.js +1 -1
  679. data/node_modules/caniuse-lite/data/features/textencoder.js +1 -1
  680. data/node_modules/caniuse-lite/data/features/tls1-1.js +1 -1
  681. data/node_modules/caniuse-lite/data/features/tls1-2.js +1 -1
  682. data/node_modules/caniuse-lite/data/features/tls1-3.js +1 -1
  683. data/node_modules/caniuse-lite/data/features/touch.js +1 -1
  684. data/node_modules/caniuse-lite/data/features/transforms2d.js +1 -1
  685. data/node_modules/caniuse-lite/data/features/transforms3d.js +1 -1
  686. data/node_modules/caniuse-lite/data/features/trusted-types.js +1 -1
  687. data/node_modules/caniuse-lite/data/features/ttf.js +1 -1
  688. data/node_modules/caniuse-lite/data/features/typedarrays.js +1 -1
  689. data/node_modules/caniuse-lite/data/features/u2f.js +1 -1
  690. data/node_modules/caniuse-lite/data/features/unhandledrejection.js +1 -1
  691. data/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +1 -1
  692. data/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +1 -1
  693. data/node_modules/caniuse-lite/data/features/url.js +1 -1
  694. data/node_modules/caniuse-lite/data/features/urlsearchparams.js +1 -1
  695. data/node_modules/caniuse-lite/data/features/use-strict.js +1 -1
  696. data/node_modules/caniuse-lite/data/features/user-select-none.js +1 -1
  697. data/node_modules/caniuse-lite/data/features/user-timing.js +1 -1
  698. data/node_modules/caniuse-lite/data/features/variable-fonts.js +1 -1
  699. data/node_modules/caniuse-lite/data/features/vector-effect.js +1 -1
  700. data/node_modules/caniuse-lite/data/features/vibration.js +1 -1
  701. data/node_modules/caniuse-lite/data/features/video.js +1 -1
  702. data/node_modules/caniuse-lite/data/features/videotracks.js +1 -1
  703. data/node_modules/caniuse-lite/data/features/view-transitions.js +1 -1
  704. data/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +1 -1
  705. data/node_modules/caniuse-lite/data/features/viewport-units.js +1 -1
  706. data/node_modules/caniuse-lite/data/features/wai-aria.js +1 -1
  707. data/node_modules/caniuse-lite/data/features/wake-lock.js +1 -1
  708. data/node_modules/caniuse-lite/data/features/wasm-bigint.js +1 -1
  709. data/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +1 -1
  710. data/node_modules/caniuse-lite/data/features/wasm-extended-const.js +1 -1
  711. data/node_modules/caniuse-lite/data/features/wasm-gc.js +1 -1
  712. data/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +1 -1
  713. data/node_modules/caniuse-lite/data/features/wasm-multi-value.js +1 -1
  714. data/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +1 -1
  715. data/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +1 -1
  716. data/node_modules/caniuse-lite/data/features/wasm-reference-types.js +1 -1
  717. data/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +1 -1
  718. data/node_modules/caniuse-lite/data/features/wasm-signext.js +1 -1
  719. data/node_modules/caniuse-lite/data/features/wasm-simd.js +1 -1
  720. data/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +1 -1
  721. data/node_modules/caniuse-lite/data/features/wasm-threads.js +1 -1
  722. data/node_modules/caniuse-lite/data/features/wasm.js +1 -1
  723. data/node_modules/caniuse-lite/data/features/wav.js +1 -1
  724. data/node_modules/caniuse-lite/data/features/wbr-element.js +1 -1
  725. data/node_modules/caniuse-lite/data/features/web-animation.js +1 -1
  726. data/node_modules/caniuse-lite/data/features/web-app-manifest.js +1 -1
  727. data/node_modules/caniuse-lite/data/features/web-bluetooth.js +1 -1
  728. data/node_modules/caniuse-lite/data/features/web-serial.js +1 -1
  729. data/node_modules/caniuse-lite/data/features/web-share.js +1 -1
  730. data/node_modules/caniuse-lite/data/features/webauthn.js +1 -1
  731. data/node_modules/caniuse-lite/data/features/webcodecs.js +1 -1
  732. data/node_modules/caniuse-lite/data/features/webgl.js +1 -1
  733. data/node_modules/caniuse-lite/data/features/webgl2.js +1 -1
  734. data/node_modules/caniuse-lite/data/features/webgpu.js +1 -1
  735. data/node_modules/caniuse-lite/data/features/webhid.js +1 -1
  736. data/node_modules/caniuse-lite/data/features/webkit-user-drag.js +1 -1
  737. data/node_modules/caniuse-lite/data/features/webm.js +1 -1
  738. data/node_modules/caniuse-lite/data/features/webnfc.js +1 -1
  739. data/node_modules/caniuse-lite/data/features/webp.js +1 -1
  740. data/node_modules/caniuse-lite/data/features/websockets.js +1 -1
  741. data/node_modules/caniuse-lite/data/features/webtransport.js +1 -1
  742. data/node_modules/caniuse-lite/data/features/webusb.js +1 -1
  743. data/node_modules/caniuse-lite/data/features/webvr.js +1 -1
  744. data/node_modules/caniuse-lite/data/features/webvtt.js +1 -1
  745. data/node_modules/caniuse-lite/data/features/webworkers.js +1 -1
  746. data/node_modules/caniuse-lite/data/features/webxr.js +1 -1
  747. data/node_modules/caniuse-lite/data/features/will-change.js +1 -1
  748. data/node_modules/caniuse-lite/data/features/woff.js +1 -1
  749. data/node_modules/caniuse-lite/data/features/woff2.js +1 -1
  750. data/node_modules/caniuse-lite/data/features/word-break.js +1 -1
  751. data/node_modules/caniuse-lite/data/features/wordwrap.js +1 -1
  752. data/node_modules/caniuse-lite/data/features/x-doc-messaging.js +1 -1
  753. data/node_modules/caniuse-lite/data/features/x-frame-options.js +1 -1
  754. data/node_modules/caniuse-lite/data/features/xhr2.js +1 -1
  755. data/node_modules/caniuse-lite/data/features/xhtml.js +1 -1
  756. data/node_modules/caniuse-lite/data/features/xhtmlsmil.js +1 -1
  757. data/node_modules/caniuse-lite/data/features/xml-serializer.js +1 -1
  758. data/node_modules/caniuse-lite/data/features/zstd.js +1 -1
  759. data/node_modules/caniuse-lite/data/regions/AD.js +1 -1
  760. data/node_modules/caniuse-lite/data/regions/AE.js +1 -1
  761. data/node_modules/caniuse-lite/data/regions/AF.js +1 -1
  762. data/node_modules/caniuse-lite/data/regions/AG.js +1 -1
  763. data/node_modules/caniuse-lite/data/regions/AI.js +1 -1
  764. data/node_modules/caniuse-lite/data/regions/AL.js +1 -1
  765. data/node_modules/caniuse-lite/data/regions/AM.js +1 -1
  766. data/node_modules/caniuse-lite/data/regions/AO.js +1 -1
  767. data/node_modules/caniuse-lite/data/regions/AR.js +1 -1
  768. data/node_modules/caniuse-lite/data/regions/AS.js +1 -1
  769. data/node_modules/caniuse-lite/data/regions/AT.js +1 -1
  770. data/node_modules/caniuse-lite/data/regions/AU.js +1 -1
  771. data/node_modules/caniuse-lite/data/regions/AW.js +1 -1
  772. data/node_modules/caniuse-lite/data/regions/AX.js +1 -1
  773. data/node_modules/caniuse-lite/data/regions/AZ.js +1 -1
  774. data/node_modules/caniuse-lite/data/regions/BA.js +1 -1
  775. data/node_modules/caniuse-lite/data/regions/BB.js +1 -1
  776. data/node_modules/caniuse-lite/data/regions/BD.js +1 -1
  777. data/node_modules/caniuse-lite/data/regions/BE.js +1 -1
  778. data/node_modules/caniuse-lite/data/regions/BF.js +1 -1
  779. data/node_modules/caniuse-lite/data/regions/BG.js +1 -1
  780. data/node_modules/caniuse-lite/data/regions/BH.js +1 -1
  781. data/node_modules/caniuse-lite/data/regions/BI.js +1 -1
  782. data/node_modules/caniuse-lite/data/regions/BJ.js +1 -1
  783. data/node_modules/caniuse-lite/data/regions/BM.js +1 -1
  784. data/node_modules/caniuse-lite/data/regions/BN.js +1 -1
  785. data/node_modules/caniuse-lite/data/regions/BO.js +1 -1
  786. data/node_modules/caniuse-lite/data/regions/BR.js +1 -1
  787. data/node_modules/caniuse-lite/data/regions/BS.js +1 -1
  788. data/node_modules/caniuse-lite/data/regions/BT.js +1 -1
  789. data/node_modules/caniuse-lite/data/regions/BW.js +1 -1
  790. data/node_modules/caniuse-lite/data/regions/BY.js +1 -1
  791. data/node_modules/caniuse-lite/data/regions/BZ.js +1 -1
  792. data/node_modules/caniuse-lite/data/regions/CA.js +1 -1
  793. data/node_modules/caniuse-lite/data/regions/CD.js +1 -1
  794. data/node_modules/caniuse-lite/data/regions/CF.js +1 -1
  795. data/node_modules/caniuse-lite/data/regions/CG.js +1 -1
  796. data/node_modules/caniuse-lite/data/regions/CH.js +1 -1
  797. data/node_modules/caniuse-lite/data/regions/CI.js +1 -1
  798. data/node_modules/caniuse-lite/data/regions/CK.js +1 -1
  799. data/node_modules/caniuse-lite/data/regions/CL.js +1 -1
  800. data/node_modules/caniuse-lite/data/regions/CM.js +1 -1
  801. data/node_modules/caniuse-lite/data/regions/CN.js +1 -1
  802. data/node_modules/caniuse-lite/data/regions/CO.js +1 -1
  803. data/node_modules/caniuse-lite/data/regions/CR.js +1 -1
  804. data/node_modules/caniuse-lite/data/regions/CU.js +1 -1
  805. data/node_modules/caniuse-lite/data/regions/CV.js +1 -1
  806. data/node_modules/caniuse-lite/data/regions/CX.js +1 -1
  807. data/node_modules/caniuse-lite/data/regions/CY.js +1 -1
  808. data/node_modules/caniuse-lite/data/regions/CZ.js +1 -1
  809. data/node_modules/caniuse-lite/data/regions/DE.js +1 -1
  810. data/node_modules/caniuse-lite/data/regions/DJ.js +1 -1
  811. data/node_modules/caniuse-lite/data/regions/DK.js +1 -1
  812. data/node_modules/caniuse-lite/data/regions/DM.js +1 -1
  813. data/node_modules/caniuse-lite/data/regions/DO.js +1 -1
  814. data/node_modules/caniuse-lite/data/regions/DZ.js +1 -1
  815. data/node_modules/caniuse-lite/data/regions/EC.js +1 -1
  816. data/node_modules/caniuse-lite/data/regions/EE.js +1 -1
  817. data/node_modules/caniuse-lite/data/regions/EG.js +1 -1
  818. data/node_modules/caniuse-lite/data/regions/ER.js +1 -1
  819. data/node_modules/caniuse-lite/data/regions/ES.js +1 -1
  820. data/node_modules/caniuse-lite/data/regions/ET.js +1 -1
  821. data/node_modules/caniuse-lite/data/regions/FI.js +1 -1
  822. data/node_modules/caniuse-lite/data/regions/FJ.js +1 -1
  823. data/node_modules/caniuse-lite/data/regions/FK.js +1 -1
  824. data/node_modules/caniuse-lite/data/regions/FM.js +1 -1
  825. data/node_modules/caniuse-lite/data/regions/FO.js +1 -1
  826. data/node_modules/caniuse-lite/data/regions/FR.js +1 -1
  827. data/node_modules/caniuse-lite/data/regions/GA.js +1 -1
  828. data/node_modules/caniuse-lite/data/regions/GB.js +1 -1
  829. data/node_modules/caniuse-lite/data/regions/GD.js +1 -1
  830. data/node_modules/caniuse-lite/data/regions/GE.js +1 -1
  831. data/node_modules/caniuse-lite/data/regions/GF.js +1 -1
  832. data/node_modules/caniuse-lite/data/regions/GG.js +1 -1
  833. data/node_modules/caniuse-lite/data/regions/GH.js +1 -1
  834. data/node_modules/caniuse-lite/data/regions/GI.js +1 -1
  835. data/node_modules/caniuse-lite/data/regions/GL.js +1 -1
  836. data/node_modules/caniuse-lite/data/regions/GM.js +1 -1
  837. data/node_modules/caniuse-lite/data/regions/GN.js +1 -1
  838. data/node_modules/caniuse-lite/data/regions/GP.js +1 -1
  839. data/node_modules/caniuse-lite/data/regions/GQ.js +1 -1
  840. data/node_modules/caniuse-lite/data/regions/GR.js +1 -1
  841. data/node_modules/caniuse-lite/data/regions/GT.js +1 -1
  842. data/node_modules/caniuse-lite/data/regions/GU.js +1 -1
  843. data/node_modules/caniuse-lite/data/regions/GW.js +1 -1
  844. data/node_modules/caniuse-lite/data/regions/GY.js +1 -1
  845. data/node_modules/caniuse-lite/data/regions/HK.js +1 -1
  846. data/node_modules/caniuse-lite/data/regions/HN.js +1 -1
  847. data/node_modules/caniuse-lite/data/regions/HR.js +1 -1
  848. data/node_modules/caniuse-lite/data/regions/HT.js +1 -1
  849. data/node_modules/caniuse-lite/data/regions/HU.js +1 -1
  850. data/node_modules/caniuse-lite/data/regions/ID.js +1 -1
  851. data/node_modules/caniuse-lite/data/regions/IE.js +1 -1
  852. data/node_modules/caniuse-lite/data/regions/IL.js +1 -1
  853. data/node_modules/caniuse-lite/data/regions/IM.js +1 -1
  854. data/node_modules/caniuse-lite/data/regions/IN.js +1 -1
  855. data/node_modules/caniuse-lite/data/regions/IQ.js +1 -1
  856. data/node_modules/caniuse-lite/data/regions/IR.js +1 -1
  857. data/node_modules/caniuse-lite/data/regions/IS.js +1 -1
  858. data/node_modules/caniuse-lite/data/regions/IT.js +1 -1
  859. data/node_modules/caniuse-lite/data/regions/JE.js +1 -1
  860. data/node_modules/caniuse-lite/data/regions/JM.js +1 -1
  861. data/node_modules/caniuse-lite/data/regions/JO.js +1 -1
  862. data/node_modules/caniuse-lite/data/regions/JP.js +1 -1
  863. data/node_modules/caniuse-lite/data/regions/KE.js +1 -1
  864. data/node_modules/caniuse-lite/data/regions/KG.js +1 -1
  865. data/node_modules/caniuse-lite/data/regions/KH.js +1 -1
  866. data/node_modules/caniuse-lite/data/regions/KI.js +1 -1
  867. data/node_modules/caniuse-lite/data/regions/KM.js +1 -1
  868. data/node_modules/caniuse-lite/data/regions/KN.js +1 -1
  869. data/node_modules/caniuse-lite/data/regions/KP.js +1 -1
  870. data/node_modules/caniuse-lite/data/regions/KR.js +1 -1
  871. data/node_modules/caniuse-lite/data/regions/KW.js +1 -1
  872. data/node_modules/caniuse-lite/data/regions/KY.js +1 -1
  873. data/node_modules/caniuse-lite/data/regions/KZ.js +1 -1
  874. data/node_modules/caniuse-lite/data/regions/LA.js +1 -1
  875. data/node_modules/caniuse-lite/data/regions/LB.js +1 -1
  876. data/node_modules/caniuse-lite/data/regions/LC.js +1 -1
  877. data/node_modules/caniuse-lite/data/regions/LI.js +1 -1
  878. data/node_modules/caniuse-lite/data/regions/LK.js +1 -1
  879. data/node_modules/caniuse-lite/data/regions/LR.js +1 -1
  880. data/node_modules/caniuse-lite/data/regions/LS.js +1 -1
  881. data/node_modules/caniuse-lite/data/regions/LT.js +1 -1
  882. data/node_modules/caniuse-lite/data/regions/LU.js +1 -1
  883. data/node_modules/caniuse-lite/data/regions/LV.js +1 -1
  884. data/node_modules/caniuse-lite/data/regions/LY.js +1 -1
  885. data/node_modules/caniuse-lite/data/regions/MA.js +1 -1
  886. data/node_modules/caniuse-lite/data/regions/MC.js +1 -1
  887. data/node_modules/caniuse-lite/data/regions/MD.js +1 -1
  888. data/node_modules/caniuse-lite/data/regions/ME.js +1 -1
  889. data/node_modules/caniuse-lite/data/regions/MG.js +1 -1
  890. data/node_modules/caniuse-lite/data/regions/MH.js +1 -1
  891. data/node_modules/caniuse-lite/data/regions/MK.js +1 -1
  892. data/node_modules/caniuse-lite/data/regions/ML.js +1 -1
  893. data/node_modules/caniuse-lite/data/regions/MM.js +1 -1
  894. data/node_modules/caniuse-lite/data/regions/MN.js +1 -1
  895. data/node_modules/caniuse-lite/data/regions/MO.js +1 -1
  896. data/node_modules/caniuse-lite/data/regions/MP.js +1 -1
  897. data/node_modules/caniuse-lite/data/regions/MQ.js +1 -1
  898. data/node_modules/caniuse-lite/data/regions/MR.js +1 -1
  899. data/node_modules/caniuse-lite/data/regions/MS.js +1 -1
  900. data/node_modules/caniuse-lite/data/regions/MT.js +1 -1
  901. data/node_modules/caniuse-lite/data/regions/MU.js +1 -1
  902. data/node_modules/caniuse-lite/data/regions/MV.js +1 -1
  903. data/node_modules/caniuse-lite/data/regions/MW.js +1 -1
  904. data/node_modules/caniuse-lite/data/regions/MX.js +1 -1
  905. data/node_modules/caniuse-lite/data/regions/MY.js +1 -1
  906. data/node_modules/caniuse-lite/data/regions/MZ.js +1 -1
  907. data/node_modules/caniuse-lite/data/regions/NA.js +1 -1
  908. data/node_modules/caniuse-lite/data/regions/NC.js +1 -1
  909. data/node_modules/caniuse-lite/data/regions/NE.js +1 -1
  910. data/node_modules/caniuse-lite/data/regions/NF.js +1 -1
  911. data/node_modules/caniuse-lite/data/regions/NG.js +1 -1
  912. data/node_modules/caniuse-lite/data/regions/NI.js +1 -1
  913. data/node_modules/caniuse-lite/data/regions/NL.js +1 -1
  914. data/node_modules/caniuse-lite/data/regions/NO.js +1 -1
  915. data/node_modules/caniuse-lite/data/regions/NP.js +1 -1
  916. data/node_modules/caniuse-lite/data/regions/NR.js +1 -1
  917. data/node_modules/caniuse-lite/data/regions/NU.js +1 -1
  918. data/node_modules/caniuse-lite/data/regions/NZ.js +1 -1
  919. data/node_modules/caniuse-lite/data/regions/OM.js +1 -1
  920. data/node_modules/caniuse-lite/data/regions/PA.js +1 -1
  921. data/node_modules/caniuse-lite/data/regions/PE.js +1 -1
  922. data/node_modules/caniuse-lite/data/regions/PF.js +1 -1
  923. data/node_modules/caniuse-lite/data/regions/PG.js +1 -1
  924. data/node_modules/caniuse-lite/data/regions/PH.js +1 -1
  925. data/node_modules/caniuse-lite/data/regions/PK.js +1 -1
  926. data/node_modules/caniuse-lite/data/regions/PL.js +1 -1
  927. data/node_modules/caniuse-lite/data/regions/PM.js +1 -1
  928. data/node_modules/caniuse-lite/data/regions/PN.js +1 -1
  929. data/node_modules/caniuse-lite/data/regions/PR.js +1 -1
  930. data/node_modules/caniuse-lite/data/regions/PS.js +1 -1
  931. data/node_modules/caniuse-lite/data/regions/PT.js +1 -1
  932. data/node_modules/caniuse-lite/data/regions/PW.js +1 -1
  933. data/node_modules/caniuse-lite/data/regions/PY.js +1 -1
  934. data/node_modules/caniuse-lite/data/regions/QA.js +1 -1
  935. data/node_modules/caniuse-lite/data/regions/RE.js +1 -1
  936. data/node_modules/caniuse-lite/data/regions/RO.js +1 -1
  937. data/node_modules/caniuse-lite/data/regions/RS.js +1 -1
  938. data/node_modules/caniuse-lite/data/regions/RU.js +1 -1
  939. data/node_modules/caniuse-lite/data/regions/RW.js +1 -1
  940. data/node_modules/caniuse-lite/data/regions/SA.js +1 -1
  941. data/node_modules/caniuse-lite/data/regions/SB.js +1 -1
  942. data/node_modules/caniuse-lite/data/regions/SC.js +1 -1
  943. data/node_modules/caniuse-lite/data/regions/SD.js +1 -1
  944. data/node_modules/caniuse-lite/data/regions/SE.js +1 -1
  945. data/node_modules/caniuse-lite/data/regions/SG.js +1 -1
  946. data/node_modules/caniuse-lite/data/regions/SH.js +1 -1
  947. data/node_modules/caniuse-lite/data/regions/SI.js +1 -1
  948. data/node_modules/caniuse-lite/data/regions/SK.js +1 -1
  949. data/node_modules/caniuse-lite/data/regions/SL.js +1 -1
  950. data/node_modules/caniuse-lite/data/regions/SM.js +1 -1
  951. data/node_modules/caniuse-lite/data/regions/SN.js +1 -1
  952. data/node_modules/caniuse-lite/data/regions/SO.js +1 -1
  953. data/node_modules/caniuse-lite/data/regions/SR.js +1 -1
  954. data/node_modules/caniuse-lite/data/regions/ST.js +1 -1
  955. data/node_modules/caniuse-lite/data/regions/SV.js +1 -1
  956. data/node_modules/caniuse-lite/data/regions/SY.js +1 -1
  957. data/node_modules/caniuse-lite/data/regions/SZ.js +1 -1
  958. data/node_modules/caniuse-lite/data/regions/TC.js +1 -1
  959. data/node_modules/caniuse-lite/data/regions/TD.js +1 -1
  960. data/node_modules/caniuse-lite/data/regions/TG.js +1 -1
  961. data/node_modules/caniuse-lite/data/regions/TH.js +1 -1
  962. data/node_modules/caniuse-lite/data/regions/TJ.js +1 -1
  963. data/node_modules/caniuse-lite/data/regions/TL.js +1 -1
  964. data/node_modules/caniuse-lite/data/regions/TM.js +1 -1
  965. data/node_modules/caniuse-lite/data/regions/TN.js +1 -1
  966. data/node_modules/caniuse-lite/data/regions/TO.js +1 -1
  967. data/node_modules/caniuse-lite/data/regions/TR.js +1 -1
  968. data/node_modules/caniuse-lite/data/regions/TT.js +1 -1
  969. data/node_modules/caniuse-lite/data/regions/TV.js +1 -1
  970. data/node_modules/caniuse-lite/data/regions/TW.js +1 -1
  971. data/node_modules/caniuse-lite/data/regions/TZ.js +1 -1
  972. data/node_modules/caniuse-lite/data/regions/UA.js +1 -1
  973. data/node_modules/caniuse-lite/data/regions/UG.js +1 -1
  974. data/node_modules/caniuse-lite/data/regions/US.js +1 -1
  975. data/node_modules/caniuse-lite/data/regions/UY.js +1 -1
  976. data/node_modules/caniuse-lite/data/regions/UZ.js +1 -1
  977. data/node_modules/caniuse-lite/data/regions/VA.js +1 -1
  978. data/node_modules/caniuse-lite/data/regions/VC.js +1 -1
  979. data/node_modules/caniuse-lite/data/regions/VE.js +1 -1
  980. data/node_modules/caniuse-lite/data/regions/VG.js +1 -1
  981. data/node_modules/caniuse-lite/data/regions/VI.js +1 -1
  982. data/node_modules/caniuse-lite/data/regions/VN.js +1 -1
  983. data/node_modules/caniuse-lite/data/regions/VU.js +1 -1
  984. data/node_modules/caniuse-lite/data/regions/WF.js +1 -1
  985. data/node_modules/caniuse-lite/data/regions/WS.js +1 -1
  986. data/node_modules/caniuse-lite/data/regions/YE.js +1 -1
  987. data/node_modules/caniuse-lite/data/regions/YT.js +1 -1
  988. data/node_modules/caniuse-lite/data/regions/ZA.js +1 -1
  989. data/node_modules/caniuse-lite/data/regions/ZM.js +1 -1
  990. data/node_modules/caniuse-lite/data/regions/ZW.js +1 -1
  991. data/node_modules/caniuse-lite/data/regions/alt-af.js +1 -1
  992. data/node_modules/caniuse-lite/data/regions/alt-an.js +1 -1
  993. data/node_modules/caniuse-lite/data/regions/alt-as.js +1 -1
  994. data/node_modules/caniuse-lite/data/regions/alt-eu.js +1 -1
  995. data/node_modules/caniuse-lite/data/regions/alt-na.js +1 -1
  996. data/node_modules/caniuse-lite/data/regions/alt-oc.js +1 -1
  997. data/node_modules/caniuse-lite/data/regions/alt-sa.js +1 -1
  998. data/node_modules/caniuse-lite/data/regions/alt-ww.js +1 -1
  999. data/node_modules/caniuse-lite/package.json +1 -1
  1000. data/node_modules/electron-to-chromium/chromium-versions.js +4 -1
  1001. data/node_modules/electron-to-chromium/chromium-versions.json +1 -1
  1002. data/node_modules/electron-to-chromium/full-chromium-versions.js +75 -3
  1003. data/node_modules/electron-to-chromium/full-chromium-versions.json +1 -1
  1004. data/node_modules/electron-to-chromium/full-versions.js +45 -1
  1005. data/node_modules/electron-to-chromium/full-versions.json +1 -1
  1006. data/node_modules/electron-to-chromium/package.json +1 -1
  1007. data/node_modules/electron-to-chromium/versions.js +8 -1
  1008. data/node_modules/electron-to-chromium/versions.json +1 -1
  1009. data/node_modules/es-object-atoms/CHANGELOG.md +21 -0
  1010. data/node_modules/es-object-atoms/README.md +7 -0
  1011. data/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +2 -2
  1012. data/node_modules/es-object-atoms/ToObject.d.ts +6 -2
  1013. data/node_modules/es-object-atoms/isObject.d.ts +3 -0
  1014. data/node_modules/es-object-atoms/isObject.js +6 -0
  1015. data/node_modules/es-object-atoms/package.json +9 -8
  1016. data/node_modules/es-object-atoms/test/index.js +11 -1
  1017. data/node_modules/es-shim-unscopables/CHANGELOG.md +8 -0
  1018. data/node_modules/es-shim-unscopables/index.d.ts +8 -0
  1019. data/node_modules/es-shim-unscopables/index.js +2 -1
  1020. data/node_modules/es-shim-unscopables/package.json +20 -11
  1021. data/node_modules/es-shim-unscopables/test/index.js +4 -1
  1022. data/node_modules/es-shim-unscopables/test/with.js +8 -0
  1023. data/node_modules/es-shim-unscopables/tsconfig.json +10 -0
  1024. data/node_modules/flatted/index.js +3 -3
  1025. data/node_modules/flatted/min.js +1 -1
  1026. data/node_modules/flatted/package.json +21 -8
  1027. data/node_modules/flatted/python/flatted.py +4 -4
  1028. data/node_modules/flow-parser/flow_parser.js +5550 -5530
  1029. data/node_modules/flow-parser/package.json +1 -1
  1030. data/node_modules/for-each/CHANGELOG.md +107 -0
  1031. data/node_modules/for-each/README.md +0 -4
  1032. data/node_modules/for-each/index.d.ts +35 -0
  1033. data/node_modules/for-each/index.js +11 -4
  1034. data/node_modules/for-each/package.json +47 -36
  1035. data/node_modules/for-each/test/test.js +54 -12
  1036. data/node_modules/for-each/tsconfig.json +8 -0
  1037. data/node_modules/get-intrinsic/CHANGELOG.md +8 -0
  1038. data/node_modules/get-intrinsic/index.js +1 -0
  1039. data/node_modules/get-intrinsic/package.json +8 -8
  1040. data/node_modules/import-fresh/index.js +2 -1
  1041. data/node_modules/import-fresh/package.json +6 -1
  1042. data/node_modules/import-fresh/readme.md +14 -8
  1043. data/node_modules/is-async-function/CHANGELOG.md +13 -0
  1044. data/node_modules/is-async-function/index.d.ts +4 -2
  1045. data/node_modules/is-async-function/index.js +3 -18
  1046. data/node_modules/is-async-function/package.json +8 -3
  1047. data/node_modules/is-boolean-object/CHANGELOG.md +11 -0
  1048. data/node_modules/is-boolean-object/index.js +1 -1
  1049. data/node_modules/is-boolean-object/package.json +8 -6
  1050. data/node_modules/is-boolean-object/test/index.js +24 -1
  1051. data/node_modules/is-weakref/CHANGELOG.md +8 -0
  1052. data/node_modules/is-weakref/index.d.ts +1 -1
  1053. data/node_modules/is-weakref/index.js +3 -1
  1054. data/node_modules/is-weakref/package.json +6 -6
  1055. data/node_modules/object-inspect/CHANGELOG.md +8 -0
  1056. data/node_modules/object-inspect/index.js +10 -7
  1057. data/node_modules/object-inspect/package.json +5 -4
  1058. data/node_modules/object-inspect/test/values.js +50 -0
  1059. data/node_modules/possible-typed-array-names/CHANGELOG.md +14 -0
  1060. data/node_modules/possible-typed-array-names/README.md +4 -2
  1061. data/node_modules/possible-typed-array-names/index.d.ts +1 -0
  1062. data/node_modules/possible-typed-array-names/index.js +1 -0
  1063. data/node_modules/possible-typed-array-names/package.json +10 -9
  1064. data/node_modules/possible-typed-array-names/test/index.js +6 -3
  1065. data/node_modules/possible-typed-array-names/tsconfig.json +2 -42
  1066. data/node_modules/recast/lib/lines.d.ts +2 -2
  1067. data/node_modules/recast/lib/printer.js +17 -5
  1068. data/node_modules/recast/package.json +1 -1
  1069. data/node_modules/typescript/README.md +1 -1
  1070. data/node_modules/typescript/lib/_tsc.js +931 -500
  1071. data/node_modules/typescript/lib/_tsserver.js +43 -7
  1072. data/node_modules/typescript/lib/cs/diagnosticMessages.generated.json +14 -8
  1073. data/node_modules/typescript/lib/de/diagnosticMessages.generated.json +14 -8
  1074. data/node_modules/typescript/lib/es/diagnosticMessages.generated.json +14 -8
  1075. data/node_modules/typescript/lib/fr/diagnosticMessages.generated.json +14 -8
  1076. data/node_modules/typescript/lib/it/diagnosticMessages.generated.json +14 -8
  1077. data/node_modules/typescript/lib/ja/diagnosticMessages.generated.json +14 -8
  1078. data/node_modules/typescript/lib/ko/diagnosticMessages.generated.json +14 -8
  1079. data/node_modules/typescript/lib/lib.dom.d.ts +769 -142
  1080. data/node_modules/typescript/lib/lib.dom.iterable.d.ts +9 -7
  1081. data/node_modules/typescript/lib/lib.es2015.iterable.d.ts +69 -54
  1082. data/node_modules/typescript/lib/lib.es2020.bigint.d.ts +41 -7
  1083. data/node_modules/typescript/lib/lib.es2023.array.d.ts +24 -24
  1084. data/node_modules/typescript/lib/lib.es5.d.ts +60 -51
  1085. data/node_modules/typescript/lib/lib.esnext.d.ts +2 -0
  1086. data/node_modules/typescript/lib/lib.esnext.float16.d.ts +443 -0
  1087. data/node_modules/typescript/lib/lib.esnext.iterator.d.ts +1 -1
  1088. data/node_modules/typescript/lib/lib.esnext.promise.d.ts +34 -0
  1089. data/node_modules/typescript/lib/lib.webworker.d.ts +262 -55
  1090. data/node_modules/typescript/lib/lib.webworker.iterable.d.ts +6 -7
  1091. data/node_modules/typescript/lib/pl/diagnosticMessages.generated.json +14 -8
  1092. data/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json +14 -8
  1093. data/node_modules/typescript/lib/ru/diagnosticMessages.generated.json +14 -8
  1094. data/node_modules/typescript/lib/tr/diagnosticMessages.generated.json +14 -8
  1095. data/node_modules/typescript/lib/typescript.d.ts +14 -3
  1096. data/node_modules/typescript/lib/typescript.js +1035 -570
  1097. data/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json +14 -8
  1098. data/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json +14 -8
  1099. data/node_modules/typescript/package.json +22 -22
  1100. data/node_modules/update-browserslist-db/index.js +5 -7
  1101. data/node_modules/update-browserslist-db/package.json +2 -2
  1102. data/node_modules/which-typed-array/CHANGELOG.md +10 -0
  1103. data/node_modules/which-typed-array/index.js +21 -20
  1104. data/node_modules/which-typed-array/package.json +9 -7
  1105. data/node_modules/which-typed-array/tsconfig.json +1 -1
  1106. data/package.json +0 -1
  1107. metadata +26 -196
  1108. data/linters/jscodeshift/arrow-function-transform.js +0 -42
  1109. data/node_modules/.bin/jscodeshift +0 -1
  1110. data/node_modules/@babel/eslint-parser/LICENSE +0 -22
  1111. data/node_modules/@babel/eslint-parser/README.md +0 -142
  1112. data/node_modules/@babel/eslint-parser/lib/analyze-scope.cjs +0 -322
  1113. data/node_modules/@babel/eslint-parser/lib/analyze-scope.cjs.map +0 -1
  1114. data/node_modules/@babel/eslint-parser/lib/client.cjs +0 -106
  1115. data/node_modules/@babel/eslint-parser/lib/client.cjs.map +0 -1
  1116. data/node_modules/@babel/eslint-parser/lib/configuration.cjs +0 -23
  1117. data/node_modules/@babel/eslint-parser/lib/configuration.cjs.map +0 -1
  1118. data/node_modules/@babel/eslint-parser/lib/convert/convertAST.cjs +0 -134
  1119. data/node_modules/@babel/eslint-parser/lib/convert/convertAST.cjs.map +0 -1
  1120. data/node_modules/@babel/eslint-parser/lib/convert/convertComments.cjs +0 -10
  1121. data/node_modules/@babel/eslint-parser/lib/convert/convertComments.cjs.map +0 -1
  1122. data/node_modules/@babel/eslint-parser/lib/convert/convertTokens.cjs +0 -159
  1123. data/node_modules/@babel/eslint-parser/lib/convert/convertTokens.cjs.map +0 -1
  1124. data/node_modules/@babel/eslint-parser/lib/convert/index.cjs +0 -25
  1125. data/node_modules/@babel/eslint-parser/lib/convert/index.cjs.map +0 -1
  1126. data/node_modules/@babel/eslint-parser/lib/experimental-worker.cjs +0 -32
  1127. data/node_modules/@babel/eslint-parser/lib/experimental-worker.cjs.map +0 -1
  1128. data/node_modules/@babel/eslint-parser/lib/index.cjs +0 -32
  1129. data/node_modules/@babel/eslint-parser/lib/index.cjs.map +0 -1
  1130. data/node_modules/@babel/eslint-parser/lib/parse.cjs +0 -37
  1131. data/node_modules/@babel/eslint-parser/lib/parse.cjs.map +0 -1
  1132. data/node_modules/@babel/eslint-parser/lib/utils/eslint-version.cjs +0 -5
  1133. data/node_modules/@babel/eslint-parser/lib/utils/eslint-version.cjs.map +0 -1
  1134. data/node_modules/@babel/eslint-parser/lib/worker/ast-info.cjs +0 -37
  1135. data/node_modules/@babel/eslint-parser/lib/worker/ast-info.cjs.map +0 -1
  1136. data/node_modules/@babel/eslint-parser/lib/worker/babel-core.cjs +0 -21
  1137. data/node_modules/@babel/eslint-parser/lib/worker/babel-core.cjs.map +0 -1
  1138. data/node_modules/@babel/eslint-parser/lib/worker/configuration.cjs +0 -91
  1139. data/node_modules/@babel/eslint-parser/lib/worker/configuration.cjs.map +0 -1
  1140. data/node_modules/@babel/eslint-parser/lib/worker/extract-parser-options-plugin.cjs +0 -11
  1141. data/node_modules/@babel/eslint-parser/lib/worker/extract-parser-options-plugin.cjs.map +0 -1
  1142. data/node_modules/@babel/eslint-parser/lib/worker/handle-message.cjs +0 -32
  1143. data/node_modules/@babel/eslint-parser/lib/worker/handle-message.cjs.map +0 -1
  1144. data/node_modules/@babel/eslint-parser/lib/worker/index.cjs +0 -39
  1145. data/node_modules/@babel/eslint-parser/lib/worker/index.cjs.map +0 -1
  1146. data/node_modules/@babel/eslint-parser/lib/worker/maybeParse.cjs +0 -48
  1147. data/node_modules/@babel/eslint-parser/lib/worker/maybeParse.cjs.map +0 -1
  1148. data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/CHANGELOG.md +0 -36
  1149. data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/LICENSE +0 -201
  1150. data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/README.md +0 -98
  1151. data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/lib/index.js +0 -81
  1152. data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/lib/visitor-keys.json +0 -289
  1153. data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/package.json +0 -39
  1154. data/node_modules/@babel/eslint-parser/node_modules/semver/LICENSE +0 -15
  1155. data/node_modules/@babel/eslint-parser/node_modules/semver/README.md +0 -443
  1156. data/node_modules/@babel/eslint-parser/node_modules/semver/bin/semver.js +0 -174
  1157. data/node_modules/@babel/eslint-parser/node_modules/semver/package.json +0 -38
  1158. data/node_modules/@babel/eslint-parser/node_modules/semver/range.bnf +0 -16
  1159. data/node_modules/@babel/eslint-parser/node_modules/semver/semver.js +0 -1643
  1160. data/node_modules/@babel/eslint-parser/package.json +0 -53
  1161. data/node_modules/@babel/eslint-parser/types.d.cts +0 -9
  1162. data/node_modules/@babel/plugin-proposal-decorators/LICENSE +0 -22
  1163. data/node_modules/@babel/plugin-proposal-decorators/README.md +0 -19
  1164. data/node_modules/@babel/plugin-proposal-decorators/lib/index.js +0 -41
  1165. data/node_modules/@babel/plugin-proposal-decorators/lib/index.js.map +0 -1
  1166. data/node_modules/@babel/plugin-proposal-decorators/lib/transformer-legacy.js +0 -165
  1167. data/node_modules/@babel/plugin-proposal-decorators/lib/transformer-legacy.js.map +0 -1
  1168. data/node_modules/@babel/plugin-proposal-decorators/package.json +0 -42
  1169. data/node_modules/@babel/plugin-syntax-decorators/LICENSE +0 -22
  1170. data/node_modules/@babel/plugin-syntax-decorators/README.md +0 -19
  1171. data/node_modules/@babel/plugin-syntax-decorators/lib/index.js +0 -81
  1172. data/node_modules/@babel/plugin-syntax-decorators/lib/index.js.map +0 -1
  1173. data/node_modules/@babel/plugin-syntax-decorators/package.json +0 -33
  1174. data/node_modules/@babel/plugin-transform-react-display-name/LICENSE +0 -22
  1175. data/node_modules/@babel/plugin-transform-react-display-name/README.md +0 -19
  1176. data/node_modules/@babel/plugin-transform-react-display-name/lib/index.js +0 -92
  1177. data/node_modules/@babel/plugin-transform-react-display-name/lib/index.js.map +0 -1
  1178. data/node_modules/@babel/plugin-transform-react-display-name/package.json +0 -34
  1179. data/node_modules/@babel/plugin-transform-react-jsx/LICENSE +0 -22
  1180. data/node_modules/@babel/plugin-transform-react-jsx/README.md +0 -19
  1181. data/node_modules/@babel/plugin-transform-react-jsx/lib/create-plugin.js +0 -505
  1182. data/node_modules/@babel/plugin-transform-react-jsx/lib/create-plugin.js.map +0 -1
  1183. data/node_modules/@babel/plugin-transform-react-jsx/lib/development.js +0 -13
  1184. data/node_modules/@babel/plugin-transform-react-jsx/lib/development.js.map +0 -1
  1185. data/node_modules/@babel/plugin-transform-react-jsx/lib/index.js +0 -13
  1186. data/node_modules/@babel/plugin-transform-react-jsx/lib/index.js.map +0 -1
  1187. data/node_modules/@babel/plugin-transform-react-jsx/package.json +0 -39
  1188. data/node_modules/@babel/plugin-transform-react-jsx-development/LICENSE +0 -22
  1189. data/node_modules/@babel/plugin-transform-react-jsx-development/README.md +0 -19
  1190. data/node_modules/@babel/plugin-transform-react-jsx-development/lib/index.js +0 -10
  1191. data/node_modules/@babel/plugin-transform-react-jsx-development/lib/index.js.map +0 -1
  1192. data/node_modules/@babel/plugin-transform-react-jsx-development/package.json +0 -33
  1193. data/node_modules/@babel/plugin-transform-react-pure-annotations/LICENSE +0 -22
  1194. data/node_modules/@babel/plugin-transform-react-pure-annotations/README.md +0 -19
  1195. data/node_modules/@babel/plugin-transform-react-pure-annotations/lib/index.js +0 -49
  1196. data/node_modules/@babel/plugin-transform-react-pure-annotations/lib/index.js.map +0 -1
  1197. data/node_modules/@babel/plugin-transform-react-pure-annotations/package.json +0 -34
  1198. data/node_modules/@babel/preset-react/LICENSE +0 -22
  1199. data/node_modules/@babel/preset-react/README.md +0 -19
  1200. data/node_modules/@babel/preset-react/lib/index.js +0 -79
  1201. data/node_modules/@babel/preset-react/lib/index.js.map +0 -1
  1202. data/node_modules/@babel/preset-react/package.json +0 -37
  1203. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/LICENSE +0 -7
  1204. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/index.js +0 -8
  1205. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/CHANGELOG.md +0 -70
  1206. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/LICENSE +0 -22
  1207. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/README.md +0 -54
  1208. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/definition.js +0 -86
  1209. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/index.js +0 -165
  1210. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/pattern-visitor.js +0 -152
  1211. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/reference.js +0 -167
  1212. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/referencer.js +0 -629
  1213. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/scope-manager.js +0 -247
  1214. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/scope.js +0 -748
  1215. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/variable.js +0 -88
  1216. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/LICENSE.BSD +0 -19
  1217. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/README.md +0 -153
  1218. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/estraverse.js +0 -782
  1219. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/gulpfile.js +0 -70
  1220. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/package.json +0 -40
  1221. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/package.json +0 -48
  1222. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/package.json +0 -14
  1223. data/node_modules/flatted/python/test.py +0 -63
  1224. data/node_modules/jscodeshift/CHANGELOG.md +0 -226
  1225. data/node_modules/jscodeshift/CODE_OF_CONDUCT.md +0 -3
  1226. data/node_modules/jscodeshift/CONTRIBUTING.md +0 -48
  1227. data/node_modules/jscodeshift/README.md +0 -671
  1228. data/node_modules/jscodeshift/bin/jscodeshift.js +0 -182
  1229. data/node_modules/jscodeshift/bin/jscodeshift.sh +0 -12
  1230. data/node_modules/jscodeshift/dist/Collection.js +0 -472
  1231. data/node_modules/jscodeshift/dist/Runner.js +0 -322
  1232. data/node_modules/jscodeshift/dist/Worker.js +0 -210
  1233. data/node_modules/jscodeshift/dist/__testfixtures__/test-async-transform.input.js +0 -1
  1234. data/node_modules/jscodeshift/dist/__testfixtures__/test-async-transform.js +0 -11
  1235. data/node_modules/jscodeshift/dist/__testfixtures__/test-async-transform.output.js +0 -1
  1236. data/node_modules/jscodeshift/dist/__testfixtures__/test-sync-transform.input.js +0 -1
  1237. data/node_modules/jscodeshift/dist/__testfixtures__/test-sync-transform.js +0 -7
  1238. data/node_modules/jscodeshift/dist/__testfixtures__/test-sync-transform.output.js +0 -1
  1239. data/node_modules/jscodeshift/dist/argsParser.js +0 -273
  1240. data/node_modules/jscodeshift/dist/collections/ImportDeclaration.js +0 -113
  1241. data/node_modules/jscodeshift/dist/collections/JSXElement.js +0 -221
  1242. data/node_modules/jscodeshift/dist/collections/Node.js +0 -187
  1243. data/node_modules/jscodeshift/dist/collections/VariableDeclarator.js +0 -210
  1244. data/node_modules/jscodeshift/dist/collections/index.js +0 -14
  1245. data/node_modules/jscodeshift/dist/core.js +0 -183
  1246. data/node_modules/jscodeshift/dist/getParser.js +0 -25
  1247. data/node_modules/jscodeshift/dist/ignoreFiles.js +0 -68
  1248. data/node_modules/jscodeshift/dist/matchNode.js +0 -40
  1249. data/node_modules/jscodeshift/dist/template.js +0 -173
  1250. data/node_modules/jscodeshift/dist/testUtils.js +0 -173
  1251. data/node_modules/jscodeshift/dist/utils/intersection.js +0 -27
  1252. data/node_modules/jscodeshift/dist/utils/once.js +0 -21
  1253. data/node_modules/jscodeshift/dist/utils/union.js +0 -20
  1254. data/node_modules/jscodeshift/index.js +0 -9
  1255. data/node_modules/jscodeshift/package.json +0 -74
  1256. data/node_modules/jscodeshift/parser/babel5Compat.js +0 -50
  1257. data/node_modules/jscodeshift/parser/babylon.js +0 -57
  1258. data/node_modules/jscodeshift/parser/flow.js +0 -34
  1259. data/node_modules/jscodeshift/parser/ts.js +0 -24
  1260. data/node_modules/jscodeshift/parser/tsOptions.js +0 -46
  1261. data/node_modules/jscodeshift/parser/tsx.js +0 -27
  1262. data/node_modules/jscodeshift/src/Collection.js +0 -472
  1263. data/node_modules/jscodeshift/src/Runner.js +0 -322
  1264. data/node_modules/jscodeshift/src/Worker.js +0 -210
  1265. data/node_modules/jscodeshift/src/__testfixtures__/test-async-transform.input.js +0 -1
  1266. data/node_modules/jscodeshift/src/__testfixtures__/test-async-transform.js +0 -11
  1267. data/node_modules/jscodeshift/src/__testfixtures__/test-async-transform.output.js +0 -1
  1268. data/node_modules/jscodeshift/src/__testfixtures__/test-sync-transform.input.js +0 -1
  1269. data/node_modules/jscodeshift/src/__testfixtures__/test-sync-transform.js +0 -7
  1270. data/node_modules/jscodeshift/src/__testfixtures__/test-sync-transform.output.js +0 -1
  1271. data/node_modules/jscodeshift/src/argsParser.js +0 -273
  1272. data/node_modules/jscodeshift/src/collections/ImportDeclaration.js +0 -113
  1273. data/node_modules/jscodeshift/src/collections/JSXElement.js +0 -221
  1274. data/node_modules/jscodeshift/src/collections/Node.js +0 -187
  1275. data/node_modules/jscodeshift/src/collections/VariableDeclarator.js +0 -210
  1276. data/node_modules/jscodeshift/src/collections/index.js +0 -14
  1277. data/node_modules/jscodeshift/src/core.js +0 -183
  1278. data/node_modules/jscodeshift/src/getParser.js +0 -25
  1279. data/node_modules/jscodeshift/src/ignoreFiles.js +0 -68
  1280. data/node_modules/jscodeshift/src/matchNode.js +0 -40
  1281. data/node_modules/jscodeshift/src/template.js +0 -173
  1282. data/node_modules/jscodeshift/src/testUtils.js +0 -173
  1283. data/node_modules/jscodeshift/src/utils/intersection.js +0 -27
  1284. data/node_modules/jscodeshift/src/utils/once.js +0 -21
  1285. data/node_modules/jscodeshift/src/utils/union.js +0 -20
  1286. data/node_modules/jscodeshift/utils/requirePackage.js +0 -24
  1287. data/node_modules/jscodeshift/utils/testUtils.js +0 -49
  1288. data/node_modules/jscodeshift/website/README.md +0 -44
  1289. data/node_modules/jscodeshift/website/astro.config.mjs +0 -36
  1290. data/node_modules/jscodeshift/website/package.json +0 -17
  1291. data/node_modules/jscodeshift/website/public/favicon.svg +0 -1
  1292. data/node_modules/jscodeshift/website/src/assets/houston.webp +0 -0
  1293. data/node_modules/jscodeshift/website/src/content/config.ts +0 -6
  1294. data/node_modules/jscodeshift/website/src/content/docs/build/api-reference.mdx +0 -406
  1295. data/node_modules/jscodeshift/website/src/content/docs/build/ast-grammar.mdx +0 -3086
  1296. data/node_modules/jscodeshift/website/src/content/docs/index.mdx +0 -15
  1297. data/node_modules/jscodeshift/website/src/content/docs/overview/introduction.mdx +0 -45
  1298. data/node_modules/jscodeshift/website/src/content/docs/run/cli.mdx +0 -161
  1299. data/node_modules/jscodeshift/website/src/env.d.ts +0 -2
  1300. data/node_modules/jscodeshift/website/tsconfig.json +0 -3
  1301. data/node_modules/typescript/lib/cancellationToken.js +0 -90
@@ -1 +1 @@
1
- module.exports={C:{"52":0.00463,"78":0.00463,"79":0.00925,"94":0.00463,"99":0.00463,"104":0.00925,"109":0.00463,"111":0.00463,"115":0.20822,"118":0.00463,"122":0.00463,"124":0.00925,"125":0.00463,"127":0.00463,"128":0.02776,"129":0.00463,"130":0.00463,"131":0.05552,"132":2.13305,"133":0.3424,_:"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 80 81 82 83 84 85 86 87 88 89 90 91 92 93 95 96 97 98 100 101 102 103 105 106 107 108 110 112 113 114 116 117 119 120 121 123 126 134 135 136 3.5 3.6"},D:{"38":0.00463,"47":0.00463,"50":0.00463,"51":0.02776,"53":0.00463,"56":0.00463,"69":0.00463,"72":0.00463,"78":0.01851,"79":0.03702,"80":0.00463,"83":0.01388,"85":0.01851,"86":0.00463,"87":0.06015,"88":0.00463,"91":0.02314,"92":0.00925,"94":0.01388,"95":0.03702,"98":0.02776,"102":0.01851,"103":0.02776,"104":0.00925,"105":0.00463,"106":0.00463,"107":0.01851,"108":0.01388,"109":0.81898,"110":0.01388,"111":0.01388,"112":0.02314,"113":0.01388,"114":0.01388,"115":0.00463,"116":0.08791,"117":0.00463,"118":0.03702,"119":0.01851,"120":0.04164,"121":0.06478,"122":0.20822,"123":0.3424,"124":0.2406,"125":0.04164,"126":0.08791,"127":0.04164,"128":0.14806,"129":0.74957,"130":16.8978,"131":10.06373,"132":0.00463,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 43 44 45 46 48 49 52 54 55 57 58 59 60 61 62 63 64 65 66 67 68 70 71 73 74 75 76 77 81 84 89 90 93 96 97 99 100 101 133 134"},F:{"37":0.00463,"46":0.00463,"78":0.01851,"79":0.00925,"85":0.01851,"86":0.00463,"95":0.00463,"113":0.04164,"114":0.95316,_:"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 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 80 81 82 83 84 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00463,"99":0.02314,"106":0.00463,"109":0.01851,"111":0.00463,"114":0.00925,"121":0.00925,"122":0.00463,"125":0.01388,"126":0.02314,"127":0.00463,"128":0.01851,"129":0.10179,"130":3.63682,"131":2.59112,_:"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 100 101 102 103 104 105 107 108 110 112 113 115 116 117 118 119 120 123 124"},E:{"9":0.00463,"14":0.00925,_:"0 4 5 6 7 8 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1","13.1":0.20822,"14.1":0.06015,"15.2-15.3":0.00925,"15.4":0.00463,"15.5":0.00925,"15.6":0.13418,"16.0":0.01388,"16.1":0.01388,"16.2":0.00925,"16.3":0.02776,"16.4":0.07403,"16.5":0.01388,"16.6":0.16195,"17.0":0.01388,"17.1":0.03239,"17.2":0.01851,"17.3":0.04627,"17.4":0.05552,"17.5":0.11568,"17.6":0.66166,"18.0":0.27299,"18.1":0.33314,"18.2":0.00925},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00134,"5.0-5.1":0,"6.0-6.1":0.00534,"7.0-7.1":0.00668,"8.1-8.4":0,"9.0-9.2":0.00534,"9.3":0.0187,"10.0-10.2":0.00401,"10.3":0.03072,"11.0-11.2":0.36065,"11.3-11.4":0.00935,"12.0-12.1":0.00534,"12.2-12.5":0.14025,"13.0-13.1":0.00267,"13.2":0.03606,"13.3":0.00534,"13.4-13.7":0.02004,"14.0-14.4":0.04408,"14.5-14.8":0.06278,"15.0-15.1":0.03606,"15.2-15.3":0.03339,"15.4":0.04007,"15.5":0.04675,"15.6-15.8":0.5009,"16.0":0.09484,"16.1":0.20036,"16.2":0.10152,"16.3":0.17231,"16.4":0.03473,"16.5":0.06946,"16.6-16.7":0.65718,"17.0":0.04809,"17.1":0.08014,"17.2":0.06679,"17.3":0.10152,"17.4":0.21772,"17.5":0.6505,"17.6-17.7":5.61941,"18.0":1.99291,"18.1":1.75114,"18.2":0.07079},P:{"4":0.05123,"20":0.01025,"21":0.03074,"22":0.02049,"23":0.04098,"24":0.05123,"25":0.07172,"26":2.04924,"27":1.55742,"5.0-5.4":0.01025,"6.2-6.4":0.01025,_:"7.2-7.4 8.2 9.2 10.1 12.0 13.0 14.0 15.0 16.0","11.1-11.2":0.02049,"17.0":0.02049,"18.0":0.01025,"19.0":0.01025},I:{"0":0.02681,"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.00555,"11":0.07773,_:"6 7 9 10 5.5"},K:{"0":0.54342,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.28477,_:"3.0-3.1"},J:{_:"7 10"},Q:{"14.9":0.01612},O:{"0":0.20955},H:{"0":0.01},L:{"0":36.79549},R:{_:"0"},M:{"0":0.34925}};
1
+ module.exports={C:{"52":0.0049,"103":0.0049,"106":0.0049,"109":0.0049,"115":0.2107,"125":0.0049,"126":0.0049,"127":0.0049,"128":0.0294,"129":0.0049,"132":0.0098,"133":0.0196,"134":0.4704,"135":1.9894,"136":0.0049,_:"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 104 105 107 108 110 111 112 113 114 116 117 118 119 120 121 122 123 124 130 131 137 138 3.5 3.6"},D:{"58":0.0049,"66":0.0098,"74":0.0049,"78":0.0049,"79":0.0392,"80":0.0049,"83":0.0049,"87":0.049,"89":0.0049,"91":0.0147,"94":0.0098,"95":0.0098,"98":0.0098,"102":0.0245,"103":0.0931,"104":0.1274,"105":0.0196,"106":0.0049,"107":0.0196,"108":0.3577,"109":0.637,"110":0.0098,"111":0.0294,"112":0.0049,"113":0.0098,"114":0.0098,"115":0.0049,"116":0.1176,"117":0.0098,"118":0.0196,"119":0.0147,"120":0.0294,"121":0.0343,"122":0.1715,"123":0.0245,"124":0.2499,"125":0.0539,"126":0.0539,"127":0.0147,"128":0.0637,"129":0.0637,"130":0.049,"131":2.0286,"132":14.1414,"133":14.0973,"134":0.0147,_:"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 59 60 61 62 63 64 65 67 68 69 70 71 72 73 75 76 77 81 84 85 86 88 90 92 93 96 97 99 100 101 135 136"},F:{"40":0.0147,"46":0.0049,"78":0.0147,"87":0.0588,"95":0.0147,"114":0.0735,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 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.0098,"92":0.0049,"99":0.0245,"109":0.0392,"115":0.0049,"122":0.0049,"125":0.0098,"126":0.0098,"128":0.0049,"129":0.0049,"130":0.0196,"131":0.0588,"132":2.5872,"133":3.5966,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 100 101 102 103 104 105 106 107 108 110 111 112 113 114 116 117 118 119 120 121 123 124 127"},E:{"14":0.0049,_:"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.5 18.4","13.1":0.2352,"14.1":0.0392,"15.1":0.0049,"15.2-15.3":0.0049,"15.4":0.0049,"15.6":0.0784,"16.0":0.0098,"16.1":0.0147,"16.2":0.0196,"16.3":0.049,"16.4":0.0147,"16.5":0.0049,"16.6":0.1323,"17.0":0.0049,"17.1":0.0392,"17.2":0.0098,"17.3":0.0098,"17.4":0.098,"17.5":0.0931,"17.6":0.2303,"18.0":0.049,"18.1":0.2695,"18.2":0.1372,"18.3":0.5929},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00241,"5.0-5.1":0.00121,"6.0-6.1":0.00724,"7.0-7.1":0.00604,"8.1-8.4":0,"9.0-9.2":0.00241,"9.3":0.01811,"10.0-10.2":0.00241,"10.3":0.02776,"11.0-11.2":0.09537,"11.3-11.4":0.00845,"12.0-12.1":0.00483,"12.2-12.5":0.12796,"13.0-13.1":0.00241,"13.2":0.00362,"13.3":0.00483,"13.4-13.7":0.01811,"14.0-14.4":0.03984,"14.5-14.8":0.05553,"15.0-15.1":0.02897,"15.2-15.3":0.02897,"15.4":0.03501,"15.5":0.03984,"15.6-15.8":0.49373,"16.0":0.07122,"16.1":0.14848,"16.2":0.07484,"16.3":0.1352,"16.4":0.03018,"16.5":0.05674,"16.6-16.7":0.58789,"17.0":0.03622,"17.1":0.06398,"17.2":0.0507,"17.3":0.07122,"17.4":0.14727,"17.5":0.35008,"17.6-17.7":1.15164,"18.0":0.33921,"18.1":3.11571,"18.2":1.00195,"18.3":3.57081,"18.4":0.00724},P:{"4":0.0413,"20":0.01033,"21":0.05163,"22":0.07228,"23":0.0413,"24":0.0413,"25":0.03098,"26":0.13423,"27":3.26283,_:"5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0 18.0","7.2-7.4":0.03098,"13.0":0.01033,"17.0":0.02065,"19.0":0.01033},I:{"0":0.05599,"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.3774,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.00531,"11":0.05839,_:"6 7 9 10 5.5"},S:{"2.5":0.102,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":36.7147},R:{_:"0"},M:{"0":0.2805},Q:{"14.9":0.0102},O:{"0":0.1887},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"48":0.00549,"52":0.04388,"56":0.01097,"60":0.00549,"68":0.00549,"78":0.01646,"88":0.00549,"98":0.00549,"100":0.16455,"102":0.01097,"103":0.01097,"105":0.00549,"106":0.00549,"108":0.00549,"109":0.00549,"110":0.00549,"111":0.00549,"113":0.01646,"115":0.58141,"117":0.00549,"118":0.00549,"120":0.01646,"121":0.01097,"122":0.00549,"123":0.02194,"124":0.00549,"125":0.02194,"126":0.01097,"127":0.03291,"128":0.18101,"129":0.0384,"130":0.02743,"131":0.3291,"132":5.2656,"133":0.48268,_:"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 57 58 59 61 62 63 64 65 66 67 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 89 90 91 92 93 94 95 96 97 99 101 104 107 112 114 116 119 134 135 136 3.5 3.6"},D:{"49":0.01097,"74":0.01097,"79":0.04388,"80":0.02743,"87":0.02194,"88":0.00549,"89":0.00549,"91":0.00549,"92":0.00549,"93":0.00549,"94":0.03291,"97":0.00549,"99":0.00549,"100":0.00549,"101":0.00549,"102":0.24134,"103":0.03291,"104":0.01646,"106":0.01097,"107":0.01646,"108":0.34556,"109":1.21767,"110":0.01097,"111":0.01097,"112":0.01097,"113":0.07679,"114":0.1097,"115":0.04388,"116":0.2578,"117":0.23586,"118":0.21392,"119":0.20843,"120":0.76242,"121":0.03291,"122":0.12616,"123":0.08776,"124":0.08228,"125":0.11519,"126":0.06582,"127":0.07679,"128":0.19746,"129":0.95988,"130":15.74195,"131":10.01013,"132":0.00549,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 75 76 77 78 81 83 84 85 86 90 95 96 98 105 133 134"},F:{"46":0.00549,"69":0.00549,"84":0.00549,"85":0.05485,"86":0.00549,"89":0.00549,"95":0.12067,"105":0.01097,"112":0.00549,"113":0.14261,"114":2.72605,_:"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 70 71 72 73 74 75 76 77 78 79 80 81 82 83 87 88 90 91 92 93 94 96 97 98 99 100 101 102 103 104 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:{"92":0.01097,"107":0.00549,"108":0.00549,"109":0.09873,"110":0.00549,"111":0.00549,"112":0.00549,"114":0.02743,"116":0.00549,"118":0.34007,"119":0.00549,"120":0.00549,"121":0.01097,"122":0.01646,"123":0.01097,"124":0.01097,"125":0.01097,"126":0.03291,"127":0.01097,"128":0.06582,"129":0.17552,"130":4.55804,"131":3.15388,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 113 115 117"},E:{"14":0.01097,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1","13.1":0.02194,"14.1":0.0384,"15.1":0.00549,"15.2-15.3":0.00549,"15.4":0.01097,"15.5":0.05485,"15.6":0.11519,"16.0":0.03291,"16.1":0.02194,"16.2":0.01646,"16.3":0.0384,"16.4":0.01097,"16.5":0.03291,"16.6":0.13713,"17.0":0.0384,"17.1":0.0384,"17.2":0.04388,"17.3":0.04388,"17.4":0.06034,"17.5":0.24683,"17.6":0.69111,"18.0":0.42783,"18.1":0.51011,"18.2":0.02194},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00107,"5.0-5.1":0,"6.0-6.1":0.00428,"7.0-7.1":0.00534,"8.1-8.4":0,"9.0-9.2":0.00428,"9.3":0.01497,"10.0-10.2":0.00321,"10.3":0.02459,"11.0-11.2":0.28861,"11.3-11.4":0.00748,"12.0-12.1":0.00428,"12.2-12.5":0.11224,"13.0-13.1":0.00214,"13.2":0.02886,"13.3":0.00428,"13.4-13.7":0.01603,"14.0-14.4":0.03527,"14.5-14.8":0.05024,"15.0-15.1":0.02886,"15.2-15.3":0.02672,"15.4":0.03207,"15.5":0.03741,"15.6-15.8":0.40085,"16.0":0.07589,"16.1":0.16034,"16.2":0.08124,"16.3":0.13789,"16.4":0.02779,"16.5":0.05558,"16.6-16.7":0.52592,"17.0":0.03848,"17.1":0.06414,"17.2":0.05345,"17.3":0.08124,"17.4":0.17424,"17.5":0.52057,"17.6-17.7":4.49702,"18.0":1.59485,"18.1":1.40138,"18.2":0.05665},P:{"4":0.05205,"20":0.01041,"21":0.01041,"22":0.02082,"23":0.04164,"24":0.03123,"25":0.04164,"26":1.1556,"27":0.9682,_:"5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 15.0 16.0 17.0 18.0","14.0":0.01041,"19.0":0.01041},I:{"0":0.11265,"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},A:{"8":0.0128,"10":0.0064,"11":0.05759,_:"6 7 9 5.5"},K:{"0":0.50579,_:"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.00452},O:{"0":0.09935},H:{"0":0},L:{"0":31.29644},R:{_:"0"},M:{"0":0.48321}};
1
+ module.exports={C:{"52":0.04661,"56":0.01554,"60":0.00518,"78":0.01554,"88":0.00518,"100":0.02072,"102":0.00518,"103":0.01036,"106":0.00518,"108":0.00518,"109":0.00518,"113":0.01036,"115":0.65255,"118":0.00518,"120":0.00518,"123":0.01036,"124":0.00518,"125":0.02072,"126":0.01554,"127":0.01554,"128":0.17609,"129":0.0259,"130":0.00518,"131":0.01554,"132":0.02072,"133":0.06215,"134":1.52781,"135":4.78022,"136":0.00518,_:"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 57 58 59 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 89 90 91 92 93 94 95 96 97 98 99 101 104 105 107 110 111 112 114 116 117 119 121 122 137 138 3.5 3.6"},D:{"38":0.00518,"41":0.00518,"49":0.01554,"77":0.00518,"79":0.04661,"80":0.01036,"87":0.02072,"88":0.00518,"89":0.00518,"91":0.00518,"94":0.00518,"95":0.00518,"97":0.00518,"98":0.00518,"101":0.00518,"102":0.21752,"103":0.02072,"104":0.0984,"105":0.01554,"106":0.01554,"107":0.02072,"108":0.03625,"109":1.04098,"110":0.02072,"111":0.01036,"112":0.01554,"113":0.04661,"114":0.06733,"115":0.0259,"116":0.04661,"117":0.01036,"118":0.01036,"119":0.02072,"120":0.03625,"121":0.03107,"122":0.10876,"123":0.03625,"124":0.06215,"125":0.03107,"126":0.03625,"127":0.03107,"128":0.11912,"129":0.08804,"130":0.11912,"131":1.60031,"132":12.46585,"133":11.55435,"134":0.01036,"135":0.00518,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 42 43 44 45 46 47 48 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 78 81 83 84 85 86 90 92 93 96 99 100 136"},F:{"46":0.00518,"69":0.00518,"84":0.00518,"85":0.02072,"86":0.00518,"87":0.05179,"95":0.10876,"114":0.15537,_:"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 70 71 72 73 74 75 76 77 78 79 80 81 82 83 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00518,"107":0.01036,"108":0.01036,"109":0.08286,"111":0.00518,"114":0.00518,"116":0.00518,"118":0.21752,"120":0.01036,"121":0.00518,"122":0.01036,"123":0.00518,"124":0.00518,"125":0.02072,"126":0.01554,"127":0.00518,"128":0.01036,"129":0.02072,"130":0.07251,"131":0.21234,"132":3.43368,"133":4.51609,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 110 112 113 115 117 119"},E:{"14":0.01036,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1","13.1":0.01554,"14.1":0.0259,"15.1":0.00518,"15.2-15.3":0.00518,"15.4":0.00518,"15.5":0.0259,"15.6":0.14501,"16.0":0.0259,"16.1":0.02072,"16.2":0.01036,"16.3":0.0259,"16.4":0.00518,"16.5":0.02072,"16.6":0.13465,"17.0":0.02072,"17.1":0.04661,"17.2":0.02072,"17.3":0.02072,"17.4":0.05179,"17.5":0.13983,"17.6":0.25377,"18.0":0.07769,"18.1":0.34699,"18.2":0.20198,"18.3":0.76649,"18.4":0.00518},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00208,"5.0-5.1":0.00104,"6.0-6.1":0.00624,"7.0-7.1":0.0052,"8.1-8.4":0,"9.0-9.2":0.00208,"9.3":0.01561,"10.0-10.2":0.00208,"10.3":0.02393,"11.0-11.2":0.08221,"11.3-11.4":0.00728,"12.0-12.1":0.00416,"12.2-12.5":0.1103,"13.0-13.1":0.00208,"13.2":0.00312,"13.3":0.00416,"13.4-13.7":0.01561,"14.0-14.4":0.03434,"14.5-14.8":0.04787,"15.0-15.1":0.02497,"15.2-15.3":0.02497,"15.4":0.03018,"15.5":0.03434,"15.6-15.8":0.4256,"16.0":0.06139,"16.1":0.12799,"16.2":0.06452,"16.3":0.11655,"16.4":0.02601,"16.5":0.04891,"16.6-16.7":0.50677,"17.0":0.03122,"17.1":0.05515,"17.2":0.0437,"17.3":0.06139,"17.4":0.12695,"17.5":0.30177,"17.6-17.7":0.99272,"18.0":0.29241,"18.1":2.68576,"18.2":0.86369,"18.3":3.07806,"18.4":0.00624},P:{"4":0.0516,"20":0.01032,"21":0.02064,"22":0.02064,"23":0.03096,"24":0.03096,"25":0.02064,"26":0.07224,"27":2.42516,_:"5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0 18.0","7.2-7.4":0.01032,"13.0":0.01032,"17.0":0.01032,"19.0":0.01032},I:{"0":0.10106,"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.00012},K:{"0":0.55935,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.00555,"11":0.07214,_:"6 7 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":34.68137},R:{_:"0"},M:{"0":0.41469},Q:{"14.9":0.00482},O:{"0":0.10608},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"38":0.00513,"40":0.00513,"48":0.01025,"50":0.01025,"51":0.01538,"52":0.05638,"53":0.00513,"55":0.01025,"56":0.01538,"59":0.01025,"60":0.00513,"66":0.00513,"72":0.00513,"77":0.00513,"78":0.03075,"84":0.00513,"88":0.00513,"91":0.01025,"94":0.00513,"97":0.00513,"98":0.01025,"99":0.00513,"100":0.00513,"101":0.00513,"102":0.01538,"103":0.01538,"104":0.00513,"105":0.00513,"106":0.01025,"107":0.00513,"108":0.01025,"109":0.00513,"110":0.00513,"111":0.01025,"112":0.00513,"113":0.01025,"114":0.00513,"115":0.68163,"116":0.00513,"117":0.01025,"118":0.0205,"119":0.01025,"120":0.05125,"121":0.01538,"122":0.0205,"123":0.01538,"124":0.01025,"125":0.03075,"126":0.0205,"127":0.04613,"128":0.42538,"129":0.03075,"130":0.05125,"131":0.48175,"132":7.01613,"133":0.58938,"134":0.00513,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 41 42 43 44 45 46 47 49 54 57 58 61 62 63 64 65 67 68 69 70 71 73 74 75 76 79 80 81 82 83 85 86 87 89 90 92 93 95 96 135 136 3.5 3.6"},D:{"34":0.00513,"35":0.00513,"36":0.00513,"37":0.00513,"41":0.01025,"49":0.01538,"52":0.02563,"56":0.00513,"58":0.041,"63":0.00513,"66":0.041,"70":0.00513,"73":0.00513,"74":0.01025,"76":0.00513,"77":0.00513,"79":0.03075,"80":0.03588,"81":0.02563,"83":0.01025,"84":0.00513,"85":0.01025,"86":0.01025,"87":0.04613,"88":0.01538,"89":0.03075,"90":0.00513,"91":0.05638,"92":0.00513,"93":0.03075,"94":0.02563,"95":1.44525,"96":0.01025,"97":0.03075,"98":0.00513,"99":0.00513,"100":0.00513,"101":0.00513,"102":0.0205,"103":0.31775,"104":0.01538,"105":0.01538,"106":0.04613,"107":0.03588,"108":0.0615,"109":0.65088,"110":0.03588,"111":0.04613,"112":0.041,"113":0.06663,"114":0.05638,"115":0.03588,"116":0.205,"117":0.0615,"118":0.07688,"119":0.05125,"120":0.07688,"121":0.03588,"122":0.11788,"123":0.14863,"124":0.19988,"125":0.17938,"126":0.37925,"127":0.12813,"128":0.27675,"129":1.60925,"130":11.05463,"131":6.07825,"132":0.01025,_:"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 38 39 40 42 43 44 45 46 47 48 50 51 53 54 55 57 59 60 61 62 64 65 67 68 69 71 72 75 78 133 134"},F:{"46":0.01025,"85":0.03075,"86":0.00513,"94":0.00513,"95":0.05638,"102":0.01025,"109":0.00513,"112":0.00513,"113":0.2255,"114":2.9315,_:"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 96 97 98 99 100 101 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":0.00513},B:{"17":0.00513,"92":0.01025,"100":0.00513,"104":0.00513,"106":0.00513,"107":0.01025,"108":0.01025,"109":0.12813,"110":0.00513,"111":0.041,"112":0.01025,"113":0.00513,"114":0.01025,"115":0.00513,"116":0.00513,"117":0.00513,"118":0.00513,"119":0.01025,"120":0.01538,"121":0.0205,"122":0.03075,"123":0.01025,"124":0.02563,"125":0.01538,"126":0.07175,"127":0.0205,"128":0.082,"129":0.24088,"130":4.2435,"131":2.80338,_:"12 13 14 15 16 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 105"},E:{"7":0.01025,"13":0.00513,"14":0.01538,"15":0.01025,_:"0 4 5 6 8 9 10 11 12 3.1 3.2 5.1 6.1 7.1","9.1":0.00513,"10.1":0.00513,"11.1":0.01025,"12.1":0.00513,"13.1":0.04613,"14.1":0.05638,"15.1":0.01538,"15.2-15.3":0.00513,"15.4":0.01538,"15.5":0.02563,"15.6":0.23575,"16.0":0.07688,"16.1":0.03588,"16.2":0.03588,"16.3":0.07688,"16.4":0.0205,"16.5":0.03588,"16.6":0.287,"17.0":0.03075,"17.1":0.041,"17.2":0.041,"17.3":0.041,"17.4":0.11788,"17.5":0.27675,"17.6":1.30175,"18.0":0.66113,"18.1":0.85588,"18.2":0.0205},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00145,"5.0-5.1":0,"6.0-6.1":0.00581,"7.0-7.1":0.00726,"8.1-8.4":0,"9.0-9.2":0.00581,"9.3":0.02034,"10.0-10.2":0.00436,"10.3":0.03341,"11.0-11.2":0.39224,"11.3-11.4":0.01017,"12.0-12.1":0.00581,"12.2-12.5":0.15254,"13.0-13.1":0.00291,"13.2":0.03922,"13.3":0.00581,"13.4-13.7":0.02179,"14.0-14.4":0.04794,"14.5-14.8":0.06828,"15.0-15.1":0.03922,"15.2-15.3":0.03632,"15.4":0.04358,"15.5":0.05085,"15.6-15.8":0.54478,"16.0":0.10315,"16.1":0.21791,"16.2":0.11041,"16.3":0.1874,"16.4":0.03777,"16.5":0.07554,"16.6-16.7":0.71475,"17.0":0.0523,"17.1":0.08717,"17.2":0.07264,"17.3":0.11041,"17.4":0.2368,"17.5":0.70749,"17.6-17.7":6.11172,"18.0":2.1675,"18.1":1.90456,"18.2":0.077},P:{"4":0.06298,"20":0.02099,"21":0.06298,"22":0.05249,"23":0.07348,"24":0.07348,"25":0.08398,"26":2.13096,"27":1.77405,_:"5.0-5.4 7.2-7.4 8.2 9.2 10.1 12.0 14.0","6.2-6.4":0.0105,"11.1-11.2":0.0105,"13.0":0.0105,"15.0":0.0105,"16.0":0.02099,"17.0":0.02099,"18.0":0.0105,"19.0":0.02099},I:{"0":0.02432,"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.00559,"11":0.05591,_:"6 7 9 10 5.5"},K:{"0":0.66788,_:"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.01463},O:{"0":0.17063},H:{"0":0},L:{"0":27.82563},R:{_:"0"},M:{"0":1.10663}};
1
+ module.exports={C:{"38":0.00554,"40":0.00554,"48":0.00554,"52":0.05544,"56":0.00554,"59":0.01109,"60":0.00554,"72":0.00554,"77":0.00554,"78":0.02218,"88":0.00554,"91":0.00554,"92":0.00554,"98":0.01109,"102":0.01109,"103":0.00554,"104":0.00554,"105":0.00554,"106":0.00554,"107":0.00554,"108":0.00554,"109":0.00554,"110":0.00554,"111":0.00554,"113":0.01109,"115":0.57103,"116":0.00554,"117":0.00554,"118":0.01663,"119":0.02218,"120":0.01109,"121":0.01109,"122":0.02218,"123":0.01109,"124":0.00554,"125":0.01663,"126":0.00554,"127":0.02218,"128":0.41026,"129":0.01109,"130":0.01109,"131":0.02218,"132":0.05544,"133":0.09979,"134":1.62439,"135":5.25571,"136":0.01109,"137":0.00554,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 41 42 43 44 45 46 47 49 50 51 53 54 55 57 58 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 79 80 81 82 83 84 85 86 87 89 90 93 94 95 96 97 99 100 101 112 114 138 3.5 3.6"},D:{"49":0.01109,"52":0.02772,"58":0.04435,"66":0.06653,"70":0.00554,"74":0.00554,"76":0.00554,"77":0.00554,"79":0.03326,"80":0.06098,"81":0.02218,"83":0.01109,"84":0.00554,"85":0.01109,"86":0.01109,"87":0.04435,"88":0.01663,"89":0.00554,"90":0.01109,"91":0.08316,"92":0.01663,"93":0.01663,"94":0.01663,"95":0.00554,"96":0.01109,"97":0.10534,"98":0.00554,"99":0.00554,"100":0.00554,"101":0.00554,"102":0.03881,"103":0.11642,"104":0.07207,"105":0.01109,"106":0.0499,"107":0.06653,"108":0.07207,"109":0.65974,"110":0.05544,"111":0.0499,"112":0.0499,"113":0.03326,"114":0.07207,"115":0.03881,"116":0.24394,"117":0.08316,"118":0.11088,"119":0.0887,"120":0.1386,"121":0.07207,"122":0.14969,"123":0.1386,"124":0.26611,"125":0.15523,"126":0.17741,"127":0.13306,"128":0.2772,"129":0.71518,"130":0.54331,"131":12.59597,"132":6.48648,"133":6.11503,"134":0.01109,"135":0.00554,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 50 51 53 54 55 56 57 59 60 61 62 63 64 65 67 68 69 71 72 73 75 78 136"},F:{"36":0.00554,"46":0.01109,"82":0.00554,"86":0.00554,"87":0.04435,"95":0.06098,"102":0.00554,"106":0.00554,"109":0.00554,"113":0.01663,"114":0.19958,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 88 89 90 91 92 93 94 96 97 98 99 100 101 103 104 105 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":0.01109},B:{"17":0.00554,"18":0.00554,"92":0.00554,"101":0.00554,"107":0.00554,"108":0.00554,"109":0.09979,"110":0.00554,"111":0.02218,"112":0.00554,"113":0.00554,"114":0.01109,"116":0.00554,"117":0.00554,"118":0.00554,"119":0.01109,"120":0.01663,"121":0.02218,"122":0.01663,"123":0.01109,"124":0.01663,"125":0.01109,"126":0.04435,"127":0.01109,"128":0.01663,"129":0.02218,"130":0.0887,"131":0.23285,"132":2.81635,"133":3.91406,_:"12 13 14 15 16 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 102 103 104 105 106 115"},E:{"7":0.01663,"14":0.01109,"15":0.00554,_:"0 4 5 6 8 9 10 11 12 13 3.1 3.2 6.1 7.1 9.1 10.1","5.1":0.00554,"11.1":0.01109,"12.1":0.00554,"13.1":0.04435,"14.1":0.0499,"15.1":0.01109,"15.2-15.3":0.00554,"15.4":0.01109,"15.5":0.01663,"15.6":0.19404,"16.0":0.09979,"16.1":0.03326,"16.2":0.02218,"16.3":0.06098,"16.4":0.01663,"16.5":0.02218,"16.6":0.25502,"17.0":0.01663,"17.1":0.11642,"17.2":0.03326,"17.3":0.02772,"17.4":0.06653,"17.5":0.14969,"17.6":0.41026,"18.0":0.0887,"18.1":0.67082,"18.2":0.33818,"18.3":1.44144,"18.4":0.00554},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00269,"5.0-5.1":0.00134,"6.0-6.1":0.00806,"7.0-7.1":0.00672,"8.1-8.4":0,"9.0-9.2":0.00269,"9.3":0.02016,"10.0-10.2":0.00269,"10.3":0.03091,"11.0-11.2":0.10617,"11.3-11.4":0.00941,"12.0-12.1":0.00538,"12.2-12.5":0.14246,"13.0-13.1":0.00269,"13.2":0.00403,"13.3":0.00538,"13.4-13.7":0.02016,"14.0-14.4":0.04435,"14.5-14.8":0.06182,"15.0-15.1":0.03225,"15.2-15.3":0.03225,"15.4":0.03897,"15.5":0.04435,"15.6-15.8":0.54967,"16.0":0.07929,"16.1":0.1653,"16.2":0.08332,"16.3":0.15052,"16.4":0.0336,"16.5":0.06316,"16.6-16.7":0.65449,"17.0":0.04032,"17.1":0.07123,"17.2":0.05645,"17.3":0.07929,"17.4":0.16396,"17.5":0.38974,"17.6-17.7":1.28211,"18.0":0.37764,"18.1":3.46868,"18.2":1.11546,"18.3":3.97534,"18.4":0.00806},P:{"4":0.04252,"20":0.01063,"21":0.05315,"22":0.03189,"23":0.04252,"24":0.04252,"25":0.04252,"26":0.17009,"27":3.48677,_:"5.0-5.4 8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0","6.2-6.4":0.01063,"7.2-7.4":0.01063,"13.0":0.01063,"17.0":0.01063,"18.0":0.01063,"19.0":0.01063},I:{"0":0.02224,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00003},K:{"0":0.64166,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.00624,"11":0.04366,_:"6 7 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":25.54685},R:{_:"0"},M:{"0":1.14965},Q:{"14.9":0.01782},O:{"0":0.16487},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"42":0.00119,"66":0.00119,"78":0.00237,"88":0.00593,"103":0.00948,"115":0.03081,"126":0.00119,"127":0.00119,"128":0.00237,"130":0.00119,"131":0.00711,"132":0.51666,"133":0.04266,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 89 90 91 92 93 94 95 96 97 98 99 100 101 102 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 129 134 135 136 3.5 3.6"},D:{"46":0.00119,"49":0.00356,"58":0.03081,"64":0.00474,"68":0.00474,"69":0.00119,"70":0.01067,"71":0.00237,"76":0.01659,"83":0.00356,"87":0.01067,"88":0.00356,"92":0.00356,"94":0.00119,"95":0.00119,"97":0.00474,"99":0.00119,"100":0.00237,"101":0.00356,"102":0.00593,"103":0.0083,"106":0.00474,"108":0.00237,"109":0.47874,"111":0.01304,"116":0.00356,"117":0.00474,"118":0.0083,"119":0.01185,"120":0.03318,"122":0.00948,"123":0.00237,"124":0.09362,"126":0.01422,"127":0.03674,"128":0.05214,"129":0.07703,"130":3.89865,"131":2.85822,"132":0.00119,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 50 51 52 53 54 55 56 57 59 60 61 62 63 65 66 67 72 73 74 75 77 78 79 80 81 84 85 86 89 90 91 93 96 98 104 105 107 110 112 113 114 115 121 125 133 134"},F:{"46":0.00119,"79":0.00474,"86":0.00237,"95":0.00119,"102":0.00119,"110":0.00356,"114":0.18012,_:"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 87 88 89 90 91 92 93 94 96 97 98 99 100 101 103 104 105 106 107 108 109 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.00119,"14":0.00237,"16":0.00237,"17":0.00119,"18":0.00474,"89":0.01304,"91":0.00119,"92":0.02252,"100":0.00356,"103":0.00119,"107":0.00119,"109":0.032,"110":0.00237,"114":0.00237,"115":0.00237,"116":0.00356,"119":0.00119,"120":0.00356,"121":0.00237,"122":0.00237,"124":0.00948,"125":0.00711,"126":0.00593,"127":0.01304,"128":0.01659,"129":0.032,"130":0.9563,"131":0.78566,_:"13 15 79 80 81 83 84 85 86 87 88 90 93 94 95 96 97 98 99 101 102 104 105 106 108 111 112 113 117 118 123"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 15.1 15.4 16.0 16.1 16.2 16.3 16.5 17.0 17.1 17.3 18.2","14.1":0.0083,"15.2-15.3":0.00119,"15.5":0.00119,"15.6":0.0237,"16.4":0.00119,"16.6":0.00711,"17.2":0.00237,"17.4":0.00119,"17.5":0.00948,"17.6":0.01067,"18.0":0.03081,"18.1":0.032},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00059,"5.0-5.1":0,"6.0-6.1":0.00234,"7.0-7.1":0.00293,"8.1-8.4":0,"9.0-9.2":0.00234,"9.3":0.00819,"10.0-10.2":0.00176,"10.3":0.01346,"11.0-11.2":0.15802,"11.3-11.4":0.0041,"12.0-12.1":0.00234,"12.2-12.5":0.06145,"13.0-13.1":0.00117,"13.2":0.0158,"13.3":0.00234,"13.4-13.7":0.00878,"14.0-14.4":0.01931,"14.5-14.8":0.02751,"15.0-15.1":0.0158,"15.2-15.3":0.01463,"15.4":0.01756,"15.5":0.02048,"15.6-15.8":0.21947,"16.0":0.04155,"16.1":0.08779,"16.2":0.04448,"16.3":0.0755,"16.4":0.01522,"16.5":0.03043,"16.6-16.7":0.28794,"17.0":0.02107,"17.1":0.03511,"17.2":0.02926,"17.3":0.04448,"17.4":0.0954,"17.5":0.28502,"17.6-17.7":2.46215,"18.0":0.87319,"18.1":0.76726,"18.2":0.03102},P:{"4":0.07116,"20":0.05083,"21":0.08132,"22":0.12198,"23":0.09149,"24":0.37611,"25":0.19314,"26":1.15882,"27":0.32528,_:"5.0-5.4 9.2 10.1 11.1-11.2 14.0 15.0 16.0","6.2-6.4":0.01017,"7.2-7.4":0.13215,"8.2":0.02033,"12.0":0.01017,"13.0":0.01017,"17.0":0.07116,"18.0":0.0305,"19.0":0.0305},I:{"0":0.11433,"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},A:{_:"6 7 8 9 10 11 5.5"},K:{"0":1.96552,_:"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.29968},H:{"0":0},L:{"0":78.18847},R:{_:"0"},M:{"0":0.07051}};
1
+ module.exports={C:{"115":0.04373,"128":0.00505,"132":0.00168,"134":0.11606,"135":0.77036,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 127 129 130 131 133 136 137 138 3.5 3.6"},D:{"46":0.00168,"58":0.01009,"64":0.00841,"69":0.00336,"70":0.01009,"75":0.00168,"76":0.00505,"78":0.00168,"79":0.00336,"81":0.00168,"83":0.00168,"87":0.00168,"88":0.00336,"89":0.00168,"97":0.00841,"98":0.00505,"99":0.00168,"103":0.00336,"104":0.02187,"109":0.95369,"110":0.00168,"111":0.00336,"112":0.00168,"113":0.00168,"114":0.00168,"116":0.00505,"119":0.00673,"120":0.01177,"122":0.00673,"123":0.02018,"124":0.02691,"125":0.037,"126":0.01177,"127":0.00841,"128":0.00673,"129":0.01009,"130":0.01346,"131":0.35995,"132":3.79291,"133":3.07638,"134":0.00336,"135":0.00168,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 59 60 61 62 63 65 66 67 68 71 72 73 74 77 80 84 85 86 90 91 92 93 94 95 96 100 101 102 105 106 107 108 115 117 118 121 136"},F:{"85":0.00673,"86":0.00673,"87":0.00336,"114":0.01009,_:"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 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"13":0.00168,"14":0.00168,"18":0.07737,"89":0.00168,"92":0.01346,"108":0.00168,"109":0.00168,"117":0.00505,"120":0.02018,"122":0.00336,"124":0.00168,"125":0.00336,"126":0.00336,"127":0.00168,"128":0.00673,"129":0.00673,"130":0.00505,"131":0.08074,"132":0.57356,"133":3.364,_:"12 15 16 17 79 80 81 83 84 85 86 87 88 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 110 111 112 113 114 115 116 118 119 121 123"},E:{"14":0.00505,_:"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 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.2 16.3 16.4 17.0 17.1 17.2 18.4","11.1":0.00336,"13.1":0.00336,"15.6":0.02691,"16.1":0.00168,"16.5":0.00168,"16.6":0.01009,"17.3":0.00168,"17.4":0.03532,"17.5":0.00841,"17.6":0.02018,"18.0":0.00168,"18.1":0.00505,"18.2":0.01346,"18.3":0.02018},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.06516,"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.02029,"14.5-14.8":0.02828,"15.0-15.1":0.01475,"15.2-15.3":0.01475,"15.4":0.01783,"15.5":0.02029,"15.6-15.8":0.25141,"16.0":0.03627,"16.1":0.07561,"16.2":0.03811,"16.3":0.06885,"16.4":0.01537,"16.5":0.02889,"16.6-16.7":0.29936,"17.0":0.01844,"17.1":0.03258,"17.2":0.02582,"17.3":0.03627,"17.4":0.07499,"17.5":0.17826,"17.6-17.7":0.58642,"18.0":0.17273,"18.1":1.58654,"18.2":0.5102,"18.3":1.81828,"18.4":0.00369},P:{"4":0.03059,"20":0.03059,"21":0.05098,"22":0.14273,"23":0.17332,"24":0.36703,"25":0.14273,"26":0.33644,"27":0.99913,_:"5.0-5.4 6.2-6.4 8.2 9.2 10.1 13.0 14.0 15.0 18.0","7.2-7.4":0.16312,"11.1-11.2":0.02039,"12.0":0.02039,"16.0":0.0102,"17.0":0.03059,"19.0":0.10195},I:{"0":0.0249,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00003},K:{"0":0.66376,_:"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":76.10321},R:{_:"0"},M:{"0":0.09982},Q:{_:"14.9"},O:{"0":0.26618},H:{"0":0.01}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.00668,"78":0.01336,"88":0.02673,"91":0.00668,"107":0.02005,"115":0.18041,"122":0.00668,"125":0.01336,"126":0.00668,"127":0.00668,"128":0.08018,"129":0.00668,"130":0.02005,"131":0.25392,"132":2.11151,"133":0.12696,_:"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 89 90 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 108 109 110 111 112 113 114 116 117 118 119 120 121 123 124 134 135 136 3.5 3.6"},D:{"38":0.00668,"44":0.00668,"49":0.00668,"52":0.04009,"58":0.00668,"66":0.00668,"77":0.00668,"79":0.00668,"87":0.03341,"88":0.01336,"89":0.02005,"92":0.00668,"93":0.00668,"94":0.00668,"101":0.00668,"102":0.01336,"103":0.21382,"104":0.02673,"105":0.01336,"106":0.00668,"107":0.01336,"108":0.00668,"109":0.70161,"110":0.04009,"111":0.01336,"112":0.02005,"113":0.14032,"114":0.15369,"115":0.00668,"116":0.5212,"117":0.12028,"118":0.02673,"119":0.04677,"120":0.09355,"121":0.04009,"122":0.28064,"123":0.21382,"124":0.20714,"125":0.11359,"126":0.39424,"127":0.36083,"128":0.88871,"129":3.2675,"130":28.03767,"131":12.81608,"132":0.00668,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 43 45 46 47 48 50 51 53 54 55 56 57 59 60 61 62 63 64 65 67 68 69 70 71 72 73 74 75 76 78 80 81 83 84 85 86 90 91 95 96 97 98 99 100 133 134"},F:{"46":0.00668,"85":0.00668,"95":0.01336,"102":0.00668,"107":0.02673,"113":0.13364,"114":1.17603,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 103 104 105 106 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.00668,"107":0.00668,"108":0.00668,"109":0.06014,"110":0.00668,"112":0.00668,"114":0.00668,"115":0.00668,"116":0.00668,"117":0.00668,"118":0.00668,"120":0.00668,"121":0.04677,"122":0.04009,"123":0.00668,"124":0.00668,"125":0.00668,"126":0.03341,"127":0.03341,"128":0.06682,"129":0.20714,"130":3.80874,"131":2.16497,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 111 113 119"},E:{"14":0.02005,"15":0.00668,_:"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.04009,"14.1":0.08018,"15.1":0.02673,"15.2-15.3":0.01336,"15.4":0.04677,"15.5":0.0735,"15.6":0.32074,"16.0":0.06682,"16.1":0.05346,"16.2":0.06014,"16.3":0.17373,"16.4":0.0735,"16.5":0.09355,"16.6":0.54124,"17.0":0.0735,"17.1":0.11359,"17.2":0.08687,"17.3":0.16705,"17.4":0.28064,"17.5":0.57465,"17.6":1.70391,"18.0":0.73502,"18.1":0.71497,"18.2":0.01336},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00195,"5.0-5.1":0,"6.0-6.1":0.00779,"7.0-7.1":0.00974,"8.1-8.4":0,"9.0-9.2":0.00779,"9.3":0.02727,"10.0-10.2":0.00584,"10.3":0.0448,"11.0-11.2":0.52596,"11.3-11.4":0.01364,"12.0-12.1":0.00779,"12.2-12.5":0.20454,"13.0-13.1":0.0039,"13.2":0.0526,"13.3":0.00779,"13.4-13.7":0.02922,"14.0-14.4":0.06428,"14.5-14.8":0.09156,"15.0-15.1":0.0526,"15.2-15.3":0.0487,"15.4":0.05844,"15.5":0.06818,"15.6-15.8":0.7305,"16.0":0.13831,"16.1":0.2922,"16.2":0.14805,"16.3":0.25129,"16.4":0.05065,"16.5":0.1013,"16.6-16.7":0.95841,"17.0":0.07013,"17.1":0.11688,"17.2":0.0974,"17.3":0.14805,"17.4":0.31752,"17.5":0.94867,"17.6-17.7":8.19523,"18.0":2.90641,"18.1":2.55383,"18.2":0.10324},P:{"20":0.01071,"22":0.01071,"23":0.01071,"24":0.01071,"25":0.02143,"26":0.72854,"27":0.61069,_:"4 21 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0.03311,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00004},A:{"8":0.00764,"11":0.04582,_:"6 7 9 10 5.5"},K:{"0":0.10949,_:"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.00332},O:{"0":0.01991},H:{"0":0},L:{"0":11.79088},R:{_:"0"},M:{"0":0.34839}};
1
+ module.exports={C:{"52":0.01166,"78":0.02332,"88":0.03497,"92":0.00583,"105":0.00583,"106":0.00583,"115":0.20402,"124":0.00583,"125":0.00583,"127":0.00583,"128":0.08161,"131":0.01166,"132":0.00583,"133":0.01749,"134":0.57707,"135":1.62629,"136":0.00583,_:"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 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 126 129 130 137 138 3.5 3.6"},D:{"44":0.00583,"49":0.01166,"52":0.0408,"66":0.00583,"76":0.00583,"79":0.02332,"80":0.00583,"87":0.02332,"88":0.02915,"91":0.00583,"92":0.00583,"93":0.00583,"100":0.00583,"102":0.01749,"103":0.14573,"104":0.02915,"105":0.00583,"106":0.01166,"107":0.01166,"108":0.01166,"109":0.37306,"110":0.02915,"111":0.00583,"112":0.01166,"113":0.11075,"114":0.1399,"115":0.00583,"116":0.27979,"117":0.01166,"118":0.01749,"119":0.04663,"120":0.02915,"121":0.01749,"122":0.14573,"123":0.13407,"124":0.14573,"125":0.02332,"126":0.16321,"127":0.05246,"128":0.25648,"129":0.15738,"130":0.35557,"131":2.82707,"132":16.97405,"133":14.64245,"134":0.00583,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 45 46 47 48 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 67 68 69 70 71 72 73 74 75 77 78 81 83 84 85 86 89 90 94 95 96 97 98 99 101 135 136"},F:{"46":0.00583,"86":0.00583,"87":0.00583,"95":0.02332,"102":0.01166,"114":0.15155,_:"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 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"106":0.00583,"108":0.00583,"109":0.05246,"110":0.00583,"112":0.01166,"117":0.00583,"120":0.00583,"121":0.00583,"124":0.00583,"125":0.00583,"126":0.02915,"127":0.00583,"128":0.00583,"129":0.01166,"130":0.02332,"131":0.24482,"132":3.38082,"133":4.43587,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 107 111 113 114 115 116 118 119 122 123"},E:{"8":0.00583,"14":0.01166,"15":0.00583,_:"0 4 5 6 7 9 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 18.4","13.1":0.05829,"14.1":0.08161,"15.1":0.02332,"15.2-15.3":0.01166,"15.4":0.01749,"15.5":0.05246,"15.6":0.34391,"16.0":0.11075,"16.1":0.0408,"16.2":0.02915,"16.3":0.15155,"16.4":0.05829,"16.5":0.06995,"16.6":0.50129,"17.0":0.0408,"17.1":0.17487,"17.2":0.05829,"17.3":0.07578,"17.4":0.20984,"17.5":0.34974,"17.6":0.78692,"18.0":0.2215,"18.1":1.01425,"18.2":0.40803,"18.3":1.88277},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00445,"5.0-5.1":0.00223,"6.0-6.1":0.01335,"7.0-7.1":0.01113,"8.1-8.4":0,"9.0-9.2":0.00445,"9.3":0.03339,"10.0-10.2":0.00445,"10.3":0.05119,"11.0-11.2":0.17584,"11.3-11.4":0.01558,"12.0-12.1":0.0089,"12.2-12.5":0.23593,"13.0-13.1":0.00445,"13.2":0.00668,"13.3":0.0089,"13.4-13.7":0.03339,"14.0-14.4":0.07345,"14.5-14.8":0.10239,"15.0-15.1":0.05342,"15.2-15.3":0.05342,"15.4":0.06455,"15.5":0.07345,"15.6-15.8":0.91034,"16.0":0.13132,"16.1":0.27377,"16.2":0.138,"16.3":0.24929,"16.4":0.05564,"16.5":0.10461,"16.6-16.7":1.08395,"17.0":0.06677,"17.1":0.11797,"17.2":0.09348,"17.3":0.13132,"17.4":0.27154,"17.5":0.64547,"17.6-17.7":2.12338,"18.0":0.62544,"18.1":5.74469,"18.2":1.84738,"18.3":6.5838,"18.4":0.01335},P:{"20":0.06382,"21":0.01064,"22":0.01064,"23":0.01064,"24":0.02127,"25":0.01064,"26":0.04255,"27":1.95712,_:"4 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.01064,"13.0":0.01064},I:{"0":0.03747,"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.15854,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.00612,"10":0.00612,"11":0.11017,_:"6 7 9 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":16.96274},R:{_:"0"},M:{"0":0.42554},Q:{"14.9":0.00417},O:{"0":0.02503},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"115":0.06238,"116":0.00891,"128":0.00446,"130":0.00446,"131":0.17378,"132":0.41441,"133":0.01782,_:"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 117 118 119 120 121 122 123 124 125 126 127 129 134 135 136 3.5 3.6"},D:{"11":0.00446,"39":0.00446,"49":0.00891,"56":0.00891,"63":0.00446,"69":0.01337,"74":0.00446,"75":0.02674,"76":0.44114,"77":0.16042,"79":1.5596,"80":3.24842,"81":0.00891,"83":0.01337,"86":0.42332,"87":0.00446,"88":0.00891,"89":0.00446,"91":0.0401,"93":0.12031,"94":0.02228,"103":0.36985,"109":0.3743,"111":0.00446,"116":0.03119,"118":0.00446,"119":0.00891,"120":0.00446,"121":0.00891,"122":0.01782,"123":0.03119,"124":0.00891,"126":0.14259,"127":0.00891,"128":0.26736,"129":0.32974,"130":12.81991,"131":10.92166,"132":0.02674,_:"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 44 45 46 47 48 50 51 52 53 54 55 57 58 59 60 61 62 64 65 66 67 68 70 71 72 73 78 84 85 90 92 95 96 97 98 99 100 101 102 104 105 106 107 108 110 112 113 114 115 117 125 133 134"},F:{"85":0.00891,"86":0.04902,"95":0.00891,"113":0.00446,"114":0.4456,_:"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 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"17":0.00446,"18":0.00891,"92":0.00446,"109":0.01337,"111":0.00446,"121":0.00891,"124":0.01782,"125":0.00446,"126":0.00446,"127":0.00446,"128":0.02228,"129":0.05347,"130":3.37319,"131":2.00966,_:"12 13 14 15 16 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 112 113 114 115 116 117 118 119 120 122 123"},E:{"14":0.05347,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 15.1 15.2-15.3 16.2","14.1":0.28518,"15.4":0.00446,"15.5":0.00446,"15.6":0.12922,"16.0":0.00446,"16.1":0.09358,"16.3":0.03119,"16.4":0.02674,"16.5":0.00891,"16.6":0.49016,"17.0":0.01337,"17.1":0.01337,"17.2":0.00446,"17.3":0.00891,"17.4":0.01337,"17.5":0.12031,"17.6":0.41886,"18.0":0.56146,"18.1":0.30746,"18.2":0.00891},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00079,"5.0-5.1":0,"6.0-6.1":0.00316,"7.0-7.1":0.00395,"8.1-8.4":0,"9.0-9.2":0.00316,"9.3":0.01107,"10.0-10.2":0.00237,"10.3":0.01819,"11.0-11.2":0.21357,"11.3-11.4":0.00554,"12.0-12.1":0.00316,"12.2-12.5":0.08305,"13.0-13.1":0.00158,"13.2":0.02136,"13.3":0.00316,"13.4-13.7":0.01186,"14.0-14.4":0.0261,"14.5-14.8":0.03718,"15.0-15.1":0.02136,"15.2-15.3":0.01977,"15.4":0.02373,"15.5":0.02768,"15.6-15.8":0.29662,"16.0":0.05616,"16.1":0.11865,"16.2":0.06011,"16.3":0.10204,"16.4":0.02057,"16.5":0.04113,"16.6-16.7":0.38917,"17.0":0.02848,"17.1":0.04746,"17.2":0.03955,"17.3":0.06011,"17.4":0.12893,"17.5":0.38521,"17.6-17.7":3.32768,"18.0":1.18015,"18.1":1.03698,"18.2":0.04192},P:{"4":0.16734,"22":0.02231,"23":0.11156,"24":0.04462,"25":0.02231,"26":1.05981,"27":1.96345,_:"20 21 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 17.0 18.0","5.0-5.4":0.02231,"6.2-6.4":0.02231,"7.2-7.4":0.05578,"16.0":0.02231,"19.0":0.02231},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},A:{_:"6 7 8 9 10 11 5.5"},K:{"0":3.66947,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.06097,_:"3.0-3.1"},J:{_:"7 10"},Q:{"14.9":0.21063},O:{"0":0.13858},H:{"0":0},L:{"0":43.10498},R:{_:"0"},M:{"0":0.09423}};
1
+ module.exports={C:{"78":0.00916,"115":0.00916,"131":0.01832,"133":0.03205,"134":0.27016,"135":0.43958,_:"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 125 126 127 128 129 130 132 136 137 138 3.5 3.6"},D:{"40":0.00458,"41":0.00458,"44":0.00458,"46":0.00458,"47":0.00458,"50":0.00458,"52":0.00458,"55":0.00458,"56":0.00916,"57":0.00458,"59":0.00458,"65":0.00916,"70":0.01374,"75":0.03205,"76":0.27016,"77":0.21521,"79":1.81786,"80":3.48462,"87":0.00458,"91":0.06869,"92":0.00458,"93":0.03205,"94":0.00458,"102":0.00458,"103":0.1099,"104":0.00458,"108":0.01832,"109":0.174,"111":0.07784,"113":0.00458,"114":0.03663,"116":0.07326,"117":0.00458,"119":0.01832,"120":0.02747,"122":0.02747,"123":0.00458,"124":0.01374,"126":0.34343,"127":0.00458,"128":0.14653,"129":0.08242,"130":0.05495,"131":0.85627,"132":14.33685,"133":8.86494,"134":0.30221,"135":0.01374,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 42 43 45 48 49 51 53 54 58 60 61 62 63 64 66 67 68 69 71 72 73 74 78 81 83 84 85 86 88 89 90 95 96 97 98 99 100 101 105 106 107 110 112 115 118 121 125 136"},F:{"87":0.03205,"95":0.01832,"114":0.06869,_:"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:{"92":0.0229,"100":0.00458,"109":0.00458,"129":0.00458,"130":1.12186,"131":0.11905,"132":2.70161,"133":2.62835,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128"},E:{"14":0.00458,"15":0.01832,_:"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 15.1 15.2-15.3 15.4 15.5 16.0 16.5 17.0 18.4","14.1":0.00916,"15.6":0.04579,"16.1":0.11905,"16.2":0.05495,"16.3":0.00458,"16.4":0.01374,"16.6":0.03663,"17.1":0.03663,"17.2":0.00916,"17.3":0.00458,"17.4":0.00458,"17.5":0.18316,"17.6":0.58153,"18.0":0.00458,"18.1":0.32511,"18.2":0.07784,"18.3":0.58153},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00174,"5.0-5.1":0.00087,"6.0-6.1":0.00522,"7.0-7.1":0.00435,"8.1-8.4":0,"9.0-9.2":0.00174,"9.3":0.01306,"10.0-10.2":0.00174,"10.3":0.02003,"11.0-11.2":0.06879,"11.3-11.4":0.0061,"12.0-12.1":0.00348,"12.2-12.5":0.0923,"13.0-13.1":0.00174,"13.2":0.00261,"13.3":0.00348,"13.4-13.7":0.01306,"14.0-14.4":0.02874,"14.5-14.8":0.04006,"15.0-15.1":0.0209,"15.2-15.3":0.0209,"15.4":0.02525,"15.5":0.02874,"15.6-15.8":0.35615,"16.0":0.05138,"16.1":0.10711,"16.2":0.05399,"16.3":0.09753,"16.4":0.02177,"16.5":0.04093,"16.6-16.7":0.42407,"17.0":0.02612,"17.1":0.04615,"17.2":0.03657,"17.3":0.05138,"17.4":0.10623,"17.5":0.25252,"17.6-17.7":0.83072,"18.0":0.24469,"18.1":2.24747,"18.2":0.72274,"18.3":2.57575,"18.4":0.00522},P:{"4":0.09714,"20":0.02159,"21":0.02159,"22":0.07555,"24":0.05397,"25":0.02159,"26":0.06476,"27":2.91416,_:"23 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 18.0","5.0-5.4":0.01079,"6.2-6.4":0.06476,"7.2-7.4":0.03238,"16.0":0.01079,"17.0":0.02159,"19.0":0.04317},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":1.92481,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00458,_:"6 7 8 9 10 5.5"},S:{"2.5":0.00542,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":42.4793},R:{_:"0"},M:{"0":0.55304},Q:{"14.9":0.0488},O:{"0":0.58015},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"4":0.10742,"39":0.00298,"52":0.00597,"59":0.00298,"70":0.00298,"78":0.00298,"84":0.00298,"89":0.00298,"91":0.00298,"92":0.00597,"105":0.00298,"110":0.00298,"115":0.04774,"118":0.00298,"124":0.00298,"125":0.04476,"126":0.00597,"127":0.00298,"128":0.0179,"129":0.00597,"130":0.00298,"131":0.03581,"132":0.47147,"133":0.04774,_:"2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 60 61 62 63 64 65 66 67 68 69 71 72 73 74 75 76 77 79 80 81 82 83 85 86 87 88 90 93 94 95 96 97 98 99 100 101 102 103 104 106 107 108 109 111 112 113 114 116 117 119 120 121 122 123 134 135 136 3.5 3.6"},D:{"41":0.00298,"47":0.00597,"49":0.00298,"56":0.00298,"65":0.00895,"66":0.00298,"70":0.00895,"72":0.00597,"73":0.01194,"75":0.00298,"76":0.00597,"77":0.00298,"78":0.00298,"79":0.01492,"81":0.00597,"83":0.00298,"84":0.00597,"85":0.00298,"86":0.01194,"87":0.05371,"88":0.01194,"89":0.00298,"90":0.00597,"91":0.0179,"92":0.00895,"93":0.04774,"94":0.02984,"95":0.00298,"97":0.00298,"98":0.00298,"99":0.00298,"100":0.00298,"101":0.00298,"102":0.00298,"103":0.07758,"104":0.00298,"105":0.00597,"106":0.02387,"107":0.05073,"108":0.02984,"109":0.9877,"110":0.05073,"111":0.04178,"112":0.02387,"113":0.01492,"114":0.03879,"115":0.00298,"116":0.1313,"117":0.00597,"118":0.00895,"119":0.05073,"120":0.02089,"121":0.03581,"122":0.05968,"123":0.10742,"124":0.14622,"125":0.03581,"126":0.08355,"127":0.08355,"128":0.17606,"129":0.45357,"130":9.47122,"131":5.9859,"132":0.00597,"133":0.00298,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 42 43 44 45 46 48 50 51 52 53 54 55 57 58 59 60 61 62 63 64 67 68 69 71 74 80 96 134"},F:{"46":0.00298,"78":0.00298,"85":0.00597,"93":0.00298,"94":0.00597,"95":0.00895,"102":0.00597,"103":0.00298,"104":0.00298,"112":0.01194,"113":0.06565,"114":1.27417,_:"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 79 80 81 82 83 84 86 87 88 89 90 91 92 96 97 98 99 100 101 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.00298,"17":0.00298,"18":0.02089,"85":0.00298,"86":0.00298,"89":0.00298,"90":0.00298,"91":0.00298,"92":0.02686,"93":0.00298,"100":0.00298,"102":0.00298,"103":0.00895,"107":0.00597,"108":0.00895,"109":0.02984,"112":0.00298,"113":0.00597,"114":0.00597,"116":0.00895,"117":0.01194,"118":0.00597,"120":0.00298,"121":0.00597,"122":0.00597,"123":0.00298,"124":0.00895,"125":0.01194,"126":0.01492,"127":0.03581,"128":0.03879,"129":0.09549,"130":2.17235,"131":1.50692,_:"13 14 15 16 79 80 81 83 84 87 88 94 95 96 97 98 99 101 104 105 106 110 111 115 119"},E:{"14":0.00298,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 15.2-15.3","5.1":0.00298,"13.1":0.02387,"14.1":0.03282,"15.1":0.00298,"15.4":0.00597,"15.5":0.01194,"15.6":0.0925,"16.0":0.00597,"16.1":0.01194,"16.2":0.00597,"16.3":0.0567,"16.4":0.02984,"16.5":0.01492,"16.6":0.06863,"17.0":0.00597,"17.1":0.02089,"17.2":0.0179,"17.3":0.01194,"17.4":0.1492,"17.5":0.13726,"17.6":0.42671,"18.0":0.25961,"18.1":0.28348,"18.2":0.0179},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00356,"5.0-5.1":0,"6.0-6.1":0.01423,"7.0-7.1":0.01778,"8.1-8.4":0,"9.0-9.2":0.01423,"9.3":0.04979,"10.0-10.2":0.01067,"10.3":0.0818,"11.0-11.2":0.96023,"11.3-11.4":0.02489,"12.0-12.1":0.01423,"12.2-12.5":0.37342,"13.0-13.1":0.00711,"13.2":0.09602,"13.3":0.01423,"13.4-13.7":0.05335,"14.0-14.4":0.11736,"14.5-14.8":0.16715,"15.0-15.1":0.09602,"15.2-15.3":0.08891,"15.4":0.10669,"15.5":0.12447,"15.6-15.8":1.33365,"16.0":0.25251,"16.1":0.53346,"16.2":0.27029,"16.3":0.45878,"16.4":0.09247,"16.5":0.18493,"16.6-16.7":1.74975,"17.0":0.12803,"17.1":0.21338,"17.2":0.17782,"17.3":0.27029,"17.4":0.57969,"17.5":1.73197,"17.6-17.7":14.96182,"18.0":5.30616,"18.1":4.66245,"18.2":0.18849},P:{"4":0.04222,"20":0.02111,"21":0.01056,"22":0.03167,"23":0.02111,"24":0.02111,"25":0.02111,"26":0.5067,"27":0.42225,_:"5.0-5.4 8.2 9.2 10.1 12.0 13.0 14.0 15.0 17.0 18.0 19.0","6.2-6.4":0.01056,"7.2-7.4":0.02111,"11.1-11.2":0.01056,"16.0":0.01056},I:{"0":0.056,"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.01194,_:"6 7 8 9 10 5.5"},K:{"0":0.23153,_:"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.00702},O:{"0":0.02105},H:{"0":0},L:{"0":35.60492},R:{_:"0"},M:{"0":0.11226}};
1
+ module.exports={C:{"4":0.08786,"52":0.00651,"59":0.00325,"78":0.00976,"92":0.00325,"103":0.00325,"106":0.00325,"107":0.00325,"108":0.00651,"115":0.0846,"126":0.00325,"127":0.00325,"128":0.02278,"129":0.00325,"130":0.00325,"133":0.00325,"134":0.18548,"135":0.47508,"136":0.00651,_:"2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 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 93 94 95 96 97 98 99 100 101 102 104 105 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 131 132 137 138 3.5 3.6"},D:{"34":0.00325,"41":0.00325,"47":0.01627,"48":0.00651,"49":0.00976,"50":0.00325,"55":0.00325,"56":0.00325,"58":0.00325,"65":0.00976,"70":0.00325,"72":0.00325,"73":0.00325,"75":0.00651,"76":0.00325,"79":0.00976,"80":0.00325,"81":0.00325,"83":0.00325,"84":0.00325,"85":0.00325,"86":0.00325,"87":0.01627,"88":0.00651,"89":0.00651,"90":0.00325,"91":0.01627,"92":0.00325,"93":0.04556,"94":0.02929,"95":0.00651,"97":0.00325,"98":0.00651,"99":0.00325,"100":0.01302,"102":0.00976,"103":0.0846,"104":0.0781,"105":0.00976,"106":0.00651,"107":0.02278,"108":0.06833,"109":0.83628,"110":0.01952,"111":0.03905,"112":0.01302,"113":0.00325,"114":0.01952,"115":0.00325,"116":0.10738,"117":0.00325,"118":0.00325,"119":0.01302,"120":0.03579,"121":0.02603,"122":0.03905,"123":0.06508,"124":0.09437,"125":0.01627,"126":0.04881,"127":0.02929,"128":0.07159,"129":0.04556,"130":0.05532,"131":0.80048,"132":7.73476,"133":8.43437,"134":0.00976,"135":0.00651,_:"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 42 43 44 45 46 51 52 53 54 57 59 60 61 62 63 64 66 67 68 69 71 74 77 78 96 101 136"},F:{"46":0.00651,"69":0.00325,"86":0.00651,"87":0.00976,"95":0.01302,"102":0.00651,"113":0.00325,"114":0.10738,_:"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 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:{"15":0.00651,"18":0.01627,"85":0.00325,"89":0.00325,"92":0.05206,"100":0.00325,"101":0.00976,"109":0.03905,"119":0.00325,"120":0.00325,"122":0.00976,"123":0.00325,"124":0.00325,"125":0.00651,"126":0.01302,"127":0.00651,"128":0.00651,"129":0.00976,"130":0.05206,"131":0.08135,"132":1.627,"133":2.35264,_:"12 13 14 16 17 79 80 81 83 84 86 87 88 90 91 93 94 95 96 97 98 99 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121"},E:{"14":0.00325,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 6.1 7.1 9.1 10.1","5.1":0.00325,"11.1":0.00325,"12.1":0.00325,"13.1":0.01627,"14.1":0.03254,"15.1":0.00325,"15.2-15.3":0.00325,"15.4":0.00325,"15.5":0.01302,"15.6":0.08786,"16.0":0.00325,"16.1":0.01627,"16.2":0.01952,"16.3":0.01952,"16.4":0.00325,"16.5":0.01952,"16.6":0.11714,"17.0":0.00651,"17.1":0.02278,"17.2":0.00651,"17.3":0.01627,"17.4":0.19524,"17.5":0.0781,"17.6":0.2831,"18.0":0.07159,"18.1":0.4881,"18.2":0.14318,"18.3":0.51088,"18.4":0.00651},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00603,"5.0-5.1":0.00302,"6.0-6.1":0.01809,"7.0-7.1":0.01508,"8.1-8.4":0,"9.0-9.2":0.00603,"9.3":0.04523,"10.0-10.2":0.00603,"10.3":0.06936,"11.0-11.2":0.23822,"11.3-11.4":0.02111,"12.0-12.1":0.01206,"12.2-12.5":0.31964,"13.0-13.1":0.00603,"13.2":0.00905,"13.3":0.01206,"13.4-13.7":0.04523,"14.0-14.4":0.09951,"14.5-14.8":0.13871,"15.0-15.1":0.07237,"15.2-15.3":0.07237,"15.4":0.08745,"15.5":0.09951,"15.6-15.8":1.23332,"16.0":0.17791,"16.1":0.3709,"16.2":0.18696,"16.3":0.33773,"16.4":0.07539,"16.5":0.14173,"16.6-16.7":1.46853,"17.0":0.09046,"17.1":0.15982,"17.2":0.12665,"17.3":0.17791,"17.4":0.36789,"17.5":0.87448,"17.6-17.7":2.87675,"18.0":0.84734,"18.1":7.78291,"18.2":2.50283,"18.3":8.91974,"18.4":0.01809},P:{"4":0.04296,"20":0.01074,"21":0.03222,"22":0.03222,"23":0.01074,"24":0.03222,"25":0.02148,"26":0.08592,"27":1.02027,_:"5.0-5.4 6.2-6.4 8.2 9.2 10.1 12.0 13.0 14.0 15.0 16.0 19.0","7.2-7.4":0.02148,"11.1-11.2":0.01074,"17.0":0.01074,"18.0":0.01074},I:{"0":0.03366,"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.19563,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.01952,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":39.29519},R:{_:"0"},M:{"0":0.14167},Q:{"14.9":0.00675},O:{"0":0.02024},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"40":0.00282,"43":0.00282,"47":0.00282,"48":0.00282,"52":0.04236,"56":0.00282,"60":0.00282,"68":0.00282,"70":0.00282,"72":0.00565,"78":0.00847,"88":0.00282,"89":0.00282,"94":0.00282,"99":0.00282,"102":0.00847,"103":0.01694,"105":0.00282,"106":0.00565,"107":0.00282,"108":0.00282,"109":0.00282,"110":0.00282,"111":0.0113,"112":0.00282,"113":0.00282,"114":0.00282,"115":1.06465,"118":0.00282,"122":0.00282,"123":0.00282,"125":0.02259,"126":0.00282,"127":0.01412,"128":0.03106,"129":0.00565,"130":0.00847,"131":0.05366,"132":1.25668,"133":0.09602,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 41 42 44 45 46 49 50 51 53 54 55 57 58 59 61 62 63 64 65 66 67 69 71 73 74 75 76 77 79 80 81 82 83 84 85 86 87 90 91 92 93 95 96 97 98 100 101 104 116 117 119 120 121 124 134 135 136 3.5 3.6"},D:{"11":0.0113,"26":0.00282,"31":0.00282,"33":0.00282,"38":0.00282,"40":0.00282,"42":0.00282,"43":0.01694,"46":0.00282,"47":0.00565,"48":0.00282,"49":0.02542,"50":0.00565,"51":0.00282,"52":0.00282,"55":0.00282,"56":0.02259,"58":0.16662,"59":0.00282,"60":0.00565,"61":0.00282,"62":0.00282,"63":0.01977,"64":0.00282,"65":0.00565,"66":0.00565,"68":0.00565,"69":0.00847,"70":0.00847,"71":0.00847,"72":0.00847,"73":0.00847,"74":0.00847,"75":0.00565,"76":0.00565,"77":0.00565,"78":0.00565,"79":0.11861,"80":0.00565,"81":0.02542,"83":0.0593,"84":0.00565,"85":0.01694,"86":0.01694,"87":0.0593,"88":0.02542,"89":0.0113,"90":0.00847,"91":0.01694,"92":0.00847,"93":0.0113,"94":0.02259,"95":0.0593,"96":0.0113,"97":0.0113,"98":0.02542,"99":0.00847,"100":0.00847,"101":0.0113,"102":0.00847,"103":0.04801,"104":0.02824,"105":0.01694,"106":0.03106,"107":0.03671,"108":0.0593,"109":6.08854,"110":0.05083,"111":0.02542,"112":0.02259,"113":0.00565,"114":0.00847,"115":0.00282,"116":0.05366,"117":0.00847,"118":0.05366,"119":0.09319,"120":0.09602,"121":0.02542,"122":0.03671,"123":0.03389,"124":0.09319,"125":0.04236,"126":0.0819,"127":0.07907,"128":0.10449,"129":0.28522,"130":6.43307,"131":4.47604,"132":0.00565,"133":0.00282,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 27 28 29 30 32 34 35 36 37 39 41 44 45 53 54 57 67 134"},F:{"25":0.00282,"36":0.00282,"46":0.00282,"64":0.00282,"73":0.00282,"79":0.02824,"82":0.00282,"83":0.00282,"84":0.00565,"85":0.02259,"86":0.00282,"90":0.00282,"93":0.00282,"95":0.17226,"102":0.00282,"109":0.00282,"112":0.00282,"113":0.04236,"114":1.14372,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 26 27 28 29 30 31 32 33 34 35 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 65 66 67 68 69 70 71 72 74 75 76 77 78 80 81 87 88 89 91 92 94 96 97 98 99 100 101 103 104 105 106 107 108 110 111 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00282,"13":0.00282,"15":0.00282,"16":0.00282,"18":0.00565,"84":0.00282,"89":0.00565,"92":0.03954,"100":0.00565,"105":0.00282,"106":0.00282,"107":0.00282,"108":0.00847,"109":0.06213,"110":0.00282,"111":0.00282,"112":0.00282,"113":0.00282,"114":0.00847,"116":0.00282,"117":0.00282,"118":0.00565,"120":0.00282,"121":0.00282,"122":0.00565,"123":0.00282,"124":0.00282,"125":0.00565,"126":0.01694,"127":0.02542,"128":0.01977,"129":0.06495,"130":0.91215,"131":0.59869,_:"14 17 79 80 81 83 85 86 87 88 90 91 93 94 95 96 97 98 99 101 102 103 104 115 119"},E:{"13":0.00282,"14":0.00282,"15":0.00282,_:"0 4 5 6 7 8 9 10 11 12 3.1 3.2 5.1 6.1 7.1 9.1 10.1 15.2-15.3","11.1":0.00282,"12.1":0.00282,"13.1":0.00847,"14.1":0.00847,"15.1":0.00565,"15.4":0.00282,"15.5":0.00282,"15.6":0.03671,"16.0":0.00282,"16.1":0.00282,"16.2":0.00282,"16.3":0.01694,"16.4":0.00282,"16.5":0.00565,"16.6":0.04518,"17.0":0.00282,"17.1":0.00847,"17.2":0.00847,"17.3":0.00847,"17.4":0.03389,"17.5":0.03389,"17.6":0.12143,"18.0":0.08754,"18.1":0.09037,"18.2":0.00282},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00049,"5.0-5.1":0,"6.0-6.1":0.00197,"7.0-7.1":0.00246,"8.1-8.4":0,"9.0-9.2":0.00197,"9.3":0.00689,"10.0-10.2":0.00148,"10.3":0.01132,"11.0-11.2":0.13291,"11.3-11.4":0.00345,"12.0-12.1":0.00197,"12.2-12.5":0.05169,"13.0-13.1":0.00098,"13.2":0.01329,"13.3":0.00197,"13.4-13.7":0.00738,"14.0-14.4":0.01625,"14.5-14.8":0.02314,"15.0-15.1":0.01329,"15.2-15.3":0.01231,"15.4":0.01477,"15.5":0.01723,"15.6-15.8":0.1846,"16.0":0.03495,"16.1":0.07384,"16.2":0.03741,"16.3":0.0635,"16.4":0.0128,"16.5":0.0256,"16.6-16.7":0.2422,"17.0":0.01772,"17.1":0.02954,"17.2":0.02461,"17.3":0.03741,"17.4":0.08024,"17.5":0.23974,"17.6-17.7":2.071,"18.0":0.73447,"18.1":0.64537,"18.2":0.02609},P:{"4":0.13257,"20":0.0102,"21":0.05099,"22":0.10197,"23":0.06118,"24":0.09178,"25":0.10197,"26":0.70363,"27":0.35691,"5.0-5.4":0.02039,"6.2-6.4":0.0102,"7.2-7.4":0.15296,_:"8.2 10.1 12.0 14.0 15.0","9.2":0.02039,"11.1-11.2":0.02039,"13.0":0.0102,"16.0":0.02039,"17.0":0.02039,"18.0":0.0102,"19.0":0.04079},I:{"0":0.0716,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00002,"4.4":0,"4.4.3-4.4.4":0.00009},A:{"8":0.01513,"9":0.00605,"11":0.1059,_:"6 7 10 5.5"},K:{"0":0.49667,_:"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.00718},O:{"0":0.3588},H:{"0":0.02},L:{"0":65.43038},R:{_:"0"},M:{"0":0.1507}};
1
+ module.exports={C:{"44":0.008,"47":0.00533,"49":0.00267,"52":0.02932,"68":0.00267,"72":0.00267,"78":0.00267,"89":0.00267,"94":0.00267,"102":0.00533,"103":0.00533,"105":0.00267,"106":0.00267,"107":0.00267,"108":0.00267,"109":0.00267,"110":0.00533,"113":0.00267,"115":0.70356,"121":0.00267,"125":0.02399,"126":0.00267,"127":0.008,"128":0.03198,"129":0.00267,"130":0.00533,"131":0.00533,"132":0.008,"133":0.02132,"134":0.25584,"135":0.75686,"136":0.00533,_:"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 45 46 48 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 69 70 71 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 90 91 92 93 95 96 97 98 99 100 101 104 111 112 114 116 117 118 119 120 122 123 124 137 138 3.5 3.6"},D:{"5":0.00267,"11":0.00533,"33":0.00267,"34":0.00267,"38":0.00533,"39":0.00267,"40":0.00267,"42":0.00267,"43":0.01599,"44":0.00267,"45":0.00267,"46":0.00267,"47":0.00533,"48":0.00533,"49":0.02132,"50":0.008,"51":0.00533,"52":0.00267,"53":0.00267,"54":0.00267,"55":0.00267,"56":0.02132,"57":0.00267,"58":0.16523,"59":0.00267,"60":0.00533,"61":0.00267,"62":0.00267,"63":0.00267,"64":0.00533,"65":0.00267,"66":0.00267,"68":0.008,"69":0.00533,"70":0.01066,"71":0.02132,"72":0.01066,"73":0.01333,"74":0.00533,"75":0.008,"76":0.00267,"77":0.00533,"78":0.008,"79":0.07462,"80":0.00533,"81":0.01866,"83":0.04797,"84":0.00533,"85":0.01333,"86":0.01066,"87":0.05863,"88":0.01066,"89":0.008,"90":0.00533,"91":0.01599,"92":0.00533,"93":0.008,"94":0.02132,"95":0.03731,"96":0.008,"97":0.01066,"98":0.03731,"99":0.00533,"100":0.00533,"101":0.008,"102":0.01066,"103":0.04531,"104":0.14391,"105":0.01866,"106":0.03731,"107":0.03465,"108":0.04264,"109":4.7437,"110":0.07196,"111":0.01866,"112":0.01599,"113":0.008,"114":0.008,"115":0.00267,"116":0.03465,"117":0.008,"118":0.05064,"119":0.07995,"120":0.07196,"121":0.01333,"122":0.06396,"123":0.03198,"124":0.1679,"125":0.03998,"126":0.03998,"127":0.04531,"128":0.06929,"129":0.05597,"130":0.05597,"131":0.50369,"132":5.28736,"133":5.19942,"134":0.008,"135":0.00267,_:"4 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 35 36 37 41 67 136"},F:{"25":0.00267,"36":0.00267,"46":0.00267,"47":0.00267,"64":0.00267,"73":0.00267,"79":0.02132,"84":0.00267,"85":0.01866,"86":0.00267,"87":0.02132,"95":0.15724,"112":0.00533,"113":0.00267,"114":0.07462,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 26 27 28 29 30 31 32 33 34 35 37 38 39 40 41 42 43 44 45 48 49 50 51 52 53 54 55 56 57 58 60 62 63 65 66 67 68 69 70 71 72 74 75 76 77 78 80 81 82 83 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.00267,"17":0.00267,"18":0.00533,"83":0.00267,"84":0.00267,"85":0.00267,"89":0.00267,"90":0.00267,"92":0.02932,"100":0.00267,"106":0.00267,"107":0.00533,"108":0.00267,"109":0.08795,"110":0.00267,"111":0.00267,"114":0.00267,"122":0.00267,"123":0.00267,"124":0.00267,"125":0.00533,"126":0.00533,"127":0.00267,"128":0.00533,"129":0.00267,"130":0.05064,"131":0.04797,"132":0.68491,"133":0.84747,_:"12 13 15 16 79 80 81 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 112 113 115 116 117 118 119 120 121"},E:{"13":0.00267,"14":0.00267,"15":0.01333,_:"0 4 5 6 7 8 9 10 11 12 3.1 3.2 5.1 6.1 7.1 9.1 10.1 12.1 15.2-15.3 16.0 16.2 18.4","11.1":0.00267,"13.1":0.00533,"14.1":0.008,"15.1":0.00267,"15.4":0.00533,"15.5":0.00533,"15.6":0.02932,"16.1":0.01066,"16.3":0.008,"16.4":0.00267,"16.5":0.00533,"16.6":0.02932,"17.0":0.00267,"17.1":0.008,"17.2":0.00533,"17.3":0.00533,"17.4":0.03465,"17.5":0.02132,"17.6":0.05597,"18.0":0.01599,"18.1":0.05597,"18.2":0.05597,"18.3":0.17856},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00093,"5.0-5.1":0.00047,"6.0-6.1":0.00279,"7.0-7.1":0.00233,"8.1-8.4":0,"9.0-9.2":0.00093,"9.3":0.00699,"10.0-10.2":0.00093,"10.3":0.01071,"11.0-11.2":0.0368,"11.3-11.4":0.00326,"12.0-12.1":0.00186,"12.2-12.5":0.04937,"13.0-13.1":0.00093,"13.2":0.0014,"13.3":0.00186,"13.4-13.7":0.00699,"14.0-14.4":0.01537,"14.5-14.8":0.02143,"15.0-15.1":0.01118,"15.2-15.3":0.01118,"15.4":0.01351,"15.5":0.01537,"15.6-15.8":0.1905,"16.0":0.02748,"16.1":0.05729,"16.2":0.02888,"16.3":0.05217,"16.4":0.01164,"16.5":0.02189,"16.6-16.7":0.22683,"17.0":0.01397,"17.1":0.02469,"17.2":0.01956,"17.3":0.02748,"17.4":0.05682,"17.5":0.13507,"17.6-17.7":0.44435,"18.0":0.13088,"18.1":1.20216,"18.2":0.38659,"18.3":1.37776,"18.4":0.00279},P:{"4":0.09267,"20":0.0103,"21":0.04119,"22":0.06178,"23":0.04119,"24":0.08238,"25":0.05149,"26":0.13386,"27":0.84437,"5.0-5.4":0.02059,"6.2-6.4":0.02059,"7.2-7.4":0.11327,_:"8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0","13.0":0.0103,"16.0":0.02059,"17.0":0.03089,"18.0":0.0103,"19.0":0.02059},I:{"0":0.05124,"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.59881,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.01675,"9":0.00558,"10":0.00279,"11":0.15076,_:"6 7 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":68.37196},R:{_:"0"},M:{"0":0.13937},Q:{_:"14.9"},O:{"0":0.39609},H:{"0":0.01}};
@@ -1 +1 @@
1
- module.exports={C:{"4":0.13137,"52":0.02265,"75":0.00453,"78":0.00453,"89":0.00453,"93":0.00453,"102":0.00453,"105":0.00453,"106":0.00453,"108":0.00453,"113":0.00453,"115":0.23103,"118":0.00453,"119":0.00453,"120":0.00453,"121":0.00453,"122":0.00453,"123":0.00453,"124":0.00453,"125":0.00453,"126":0.00453,"127":0.01812,"128":0.02265,"129":0.01359,"130":0.01812,"131":0.14496,"132":2.09739,"133":0.21744,_:"2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 76 77 79 80 81 82 83 84 85 86 87 88 90 91 92 94 95 96 97 98 99 100 101 103 104 107 109 110 111 112 114 116 117 134 135 136 3.5 3.6"},D:{"11":0.00453,"34":0.00453,"38":0.00906,"47":0.01359,"49":0.00453,"50":0.00453,"53":0.00453,"55":0.01812,"56":0.00453,"58":0.00453,"62":0.00453,"63":0.00453,"65":0.00906,"66":0.01359,"70":0.00453,"71":0.00453,"73":0.00453,"74":0.00453,"75":0.01359,"76":0.00453,"78":0.00453,"79":0.18573,"81":0.00453,"84":0.01359,"85":0.00453,"86":0.00906,"87":0.04983,"88":0.00906,"90":0.00453,"91":0.07701,"93":0.00906,"94":0.07248,"95":0.00453,"96":0.00453,"97":0.01812,"98":0.00453,"99":0.00453,"100":0.00453,"101":0.00453,"102":0.00453,"103":0.08607,"104":0.00906,"105":0.00906,"106":0.00906,"107":0.00453,"108":0.01359,"109":1.53567,"110":0.04077,"111":0.01359,"112":0.00906,"113":0.01359,"114":0.02265,"115":0.00906,"116":0.28539,"117":0.00453,"118":0.01812,"119":0.06795,"120":0.07701,"121":0.05436,"122":0.24462,"123":0.09513,"124":0.11778,"125":0.15855,"126":0.0906,"127":0.0906,"128":0.43035,"129":0.62967,"130":15.13926,"131":11.58774,"132":0.00453,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 39 40 41 42 43 44 45 46 48 51 52 54 57 59 60 61 64 67 68 69 72 77 80 83 89 92 133 134"},F:{"85":0.00453,"95":0.02265,"102":0.00453,"112":0.00453,"113":0.15855,"114":2.07474,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 86 87 88 89 90 91 92 93 94 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:{"18":0.00453,"92":0.01359,"100":0.00453,"108":0.00453,"109":0.05436,"114":0.00453,"115":0.02718,"118":0.00453,"119":0.00453,"120":0.00453,"121":0.00453,"122":0.00453,"123":0.00453,"124":0.11778,"125":0.01359,"126":0.02718,"127":0.00906,"128":0.02265,"129":0.11778,"130":2.58663,"131":2.15175,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 110 111 112 113 116 117"},E:{"14":0.00453,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1","5.1":0.00906,"13.1":0.00906,"14.1":0.0453,"15.1":0.00453,"15.2-15.3":0.03624,"15.4":0.00453,"15.5":0.00453,"15.6":0.05889,"16.0":0.01812,"16.1":0.00906,"16.2":0.00906,"16.3":0.00906,"16.4":0.00453,"16.5":0.00906,"16.6":0.06342,"17.0":0.00453,"17.1":0.02718,"17.2":0.05889,"17.3":0.01359,"17.4":0.02718,"17.5":0.08607,"17.6":0.26274,"18.0":0.23103,"18.1":0.24462,"18.2":0.00906},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00103,"5.0-5.1":0,"6.0-6.1":0.00412,"7.0-7.1":0.00515,"8.1-8.4":0,"9.0-9.2":0.00412,"9.3":0.01442,"10.0-10.2":0.00309,"10.3":0.02369,"11.0-11.2":0.2781,"11.3-11.4":0.00721,"12.0-12.1":0.00412,"12.2-12.5":0.10815,"13.0-13.1":0.00206,"13.2":0.02781,"13.3":0.00412,"13.4-13.7":0.01545,"14.0-14.4":0.03399,"14.5-14.8":0.04841,"15.0-15.1":0.02781,"15.2-15.3":0.02575,"15.4":0.0309,"15.5":0.03605,"15.6-15.8":0.38625,"16.0":0.07313,"16.1":0.1545,"16.2":0.07828,"16.3":0.13287,"16.4":0.02678,"16.5":0.05356,"16.6-16.7":0.50676,"17.0":0.03708,"17.1":0.0618,"17.2":0.0515,"17.3":0.07828,"17.4":0.16789,"17.5":0.50161,"17.6-17.7":4.33321,"18.0":1.53676,"18.1":1.35033,"18.2":0.05459},P:{"4":0.05163,"20":0.01033,"21":0.02065,"22":0.0413,"23":0.0413,"24":0.0413,"25":0.03098,"26":0.68145,"27":0.60918,"5.0-5.4":0.03098,"6.2-6.4":0.01033,"7.2-7.4":0.10325,_:"8.2 9.2 10.1 12.0 14.0 15.0 16.0 18.0","11.1-11.2":0.01033,"13.0":0.01033,"17.0":0.02065,"19.0":0.03098},I:{"0":0.02183,"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.03171,_:"6 7 8 9 10 5.5"},K:{"0":0.15863,_:"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.00547},O:{"0":0.03282},H:{"0":0},L:{"0":43.72895},R:{_:"0"},M:{"0":0.2188}};
1
+ module.exports={C:{"4":0.01518,"52":0.00506,"75":0.00506,"78":0.00506,"93":0.00506,"105":0.00506,"113":0.01012,"115":0.39966,"116":0.01012,"118":0.5312,"121":0.00506,"127":0.01518,"128":0.0253,"129":0.00506,"130":0.00506,"131":0.00506,"132":0.00506,"133":0.03541,"134":0.5312,"135":2.01854,"136":0.01012,_:"2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 94 95 96 97 98 99 100 101 102 103 104 106 107 108 109 110 111 112 114 117 119 120 122 123 124 125 126 137 138 3.5 3.6"},D:{"38":0.00506,"40":0.00506,"42":0.00506,"46":0.00506,"47":0.01012,"48":0.00506,"49":0.00506,"50":0.00506,"52":0.00506,"53":0.00506,"55":0.01012,"56":0.00506,"58":0.00506,"60":0.00506,"65":0.01012,"66":0.00506,"71":0.01012,"74":0.00506,"75":0.01518,"76":0.00506,"79":0.13659,"81":0.01012,"83":0.00506,"84":0.04047,"85":0.01012,"86":0.00506,"87":0.15683,"88":0.00506,"90":0.00506,"91":0.06577,"92":0.00506,"93":0.00506,"94":0.06071,"95":0.00506,"97":0.00506,"98":0.00506,"101":0.00506,"102":0.00506,"103":0.086,"104":0.04047,"105":0.01012,"106":0.01012,"107":0.00506,"108":0.01518,"109":2.41314,"110":0.03035,"111":0.01518,"112":0.01012,"113":0.01518,"114":0.01012,"115":0.00506,"116":0.16695,"117":0.00506,"118":0.01518,"119":0.05565,"120":0.04047,"121":0.05059,"122":0.2226,"123":0.09612,"124":0.08094,"125":0.14165,"126":0.08094,"127":0.06071,"128":0.18212,"129":0.09106,"130":0.23271,"131":0.93592,"132":15.19218,"133":14.40297,"134":0.01012,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 41 43 44 45 51 54 57 59 61 62 63 64 67 68 69 70 72 73 77 78 80 89 96 99 100 135 136"},F:{"87":0.01012,"95":0.03035,"109":0.01012,"114":0.16189,_:"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 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.01012,"100":0.00506,"109":0.08094,"110":0.00506,"114":0.00506,"115":0.00506,"119":0.02024,"120":0.00506,"122":0.00506,"124":0.02024,"125":0.00506,"126":0.00506,"127":0.00506,"128":0.00506,"129":0.00506,"130":0.05059,"131":0.09106,"132":1.64923,"133":2.60033,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 111 112 113 116 117 118 121 123"},E:{"14":0.00506,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1","5.1":0.00506,"13.1":0.01012,"14.1":0.02024,"15.1":0.00506,"15.2-15.3":0.00506,"15.4":0.00506,"15.5":0.00506,"15.6":0.05565,"16.0":0.00506,"16.1":0.01012,"16.2":0.00506,"16.3":0.01518,"16.4":0.00506,"16.5":0.01012,"16.6":0.05059,"17.0":0.00506,"17.1":0.02024,"17.2":0.06071,"17.3":0.01012,"17.4":0.03035,"17.5":0.06071,"17.6":0.17201,"18.0":0.03541,"18.1":0.16695,"18.2":0.07589,"18.3":0.43002,"18.4":0.00506},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00177,"5.0-5.1":0.00089,"6.0-6.1":0.00532,"7.0-7.1":0.00443,"8.1-8.4":0,"9.0-9.2":0.00177,"9.3":0.0133,"10.0-10.2":0.00177,"10.3":0.02039,"11.0-11.2":0.07004,"11.3-11.4":0.00621,"12.0-12.1":0.00355,"12.2-12.5":0.09398,"13.0-13.1":0.00177,"13.2":0.00266,"13.3":0.00355,"13.4-13.7":0.0133,"14.0-14.4":0.02926,"14.5-14.8":0.04078,"15.0-15.1":0.02128,"15.2-15.3":0.02128,"15.4":0.02571,"15.5":0.02926,"15.6-15.8":0.36262,"16.0":0.05231,"16.1":0.10905,"16.2":0.05497,"16.3":0.0993,"16.4":0.02216,"16.5":0.04167,"16.6-16.7":0.43177,"17.0":0.0266,"17.1":0.04699,"17.2":0.03724,"17.3":0.05231,"17.4":0.10816,"17.5":0.25711,"17.6-17.7":0.84581,"18.0":0.24913,"18.1":2.2883,"18.2":0.73587,"18.3":2.62255,"18.4":0.00532},P:{"4":0.05233,"21":0.02093,"22":0.02093,"23":0.01047,"24":0.04186,"25":0.01047,"26":0.10465,"27":1.01514,_:"20 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0","5.0-5.4":0.02093,"7.2-7.4":0.08372,"17.0":0.01047,"19.0":0.02093},I:{"0":0.01973,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00002},K:{"0":0.11861,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.0253,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":41.59043},R:{_:"0"},M:{"0":0.15814},Q:{_:"14.9"},O:{"0":0.02965},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.06875,"78":0.00764,"88":0.08403,"89":0.00764,"92":0.04583,"93":0.00764,"103":0.00764,"109":0.01528,"115":3.72783,"117":0.00764,"122":0.00764,"123":0.00764,"125":0.01528,"127":0.00764,"128":0.10695,"129":0.02292,"130":0.03056,"131":0.39723,"132":3.13963,"133":0.21389,_:"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 90 91 94 95 96 97 98 99 100 101 102 104 105 106 107 108 110 111 112 113 114 116 118 119 120 121 124 126 134 135 136 3.5 3.6"},D:{"51":0.00764,"60":0.00764,"74":0.00764,"79":0.00764,"87":0.01528,"88":0.00764,"92":0.01528,"95":0.00764,"98":0.00764,"101":0.00764,"102":0.02292,"103":0.03056,"104":0.00764,"106":0.06111,"107":0.01528,"108":0.03056,"109":0.96251,"110":0.26737,"112":0.00764,"114":0.05347,"116":0.25973,"117":0.03056,"118":0.00764,"119":0.15278,"120":0.04583,"121":0.37431,"122":0.38195,"123":0.1375,"124":0.35903,"125":0.16806,"126":0.26737,"127":0.19098,"128":0.56529,"129":2.69657,"130":31.42685,"131":16.75233,"132":0.00764,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 52 53 54 55 56 57 58 59 61 62 63 64 65 66 67 68 69 70 71 72 73 75 76 77 78 80 81 83 84 85 86 89 90 91 93 94 96 97 99 100 105 111 113 115 133 134"},F:{"83":0.01528,"84":0.00764,"85":0.00764,"91":0.00764,"93":0.00764,"95":0.07639,"113":0.1757,"114":5.46952,_:"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 86 87 88 89 90 92 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:{"92":0.01528,"106":0.01528,"108":0.00764,"109":0.06875,"110":0.00764,"118":0.02292,"119":0.01528,"121":0.01528,"122":0.02292,"123":0.00764,"124":0.00764,"126":0.08403,"127":0.00764,"128":0.02292,"129":0.22153,"130":2.14656,"131":1.15349,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 107 111 112 113 114 115 116 117 120 125"},E:{"9":0.00764,"14":0.01528,_:"0 4 5 6 7 8 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1","12.1":0.00764,"13.1":0.03056,"14.1":0.03056,"15.1":0.00764,"15.2-15.3":0.00764,"15.4":0.01528,"15.5":0.01528,"15.6":0.15278,"16.0":0.00764,"16.1":0.03056,"16.2":0.00764,"16.3":0.03056,"16.4":0.02292,"16.5":0.02292,"16.6":0.20625,"17.0":0.02292,"17.1":0.02292,"17.2":0.04583,"17.3":0.02292,"17.4":0.16806,"17.5":0.12986,"17.6":0.57293,"18.0":0.32084,"18.1":0.3132,"18.2":0.01528},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00077,"5.0-5.1":0,"6.0-6.1":0.00306,"7.0-7.1":0.00383,"8.1-8.4":0,"9.0-9.2":0.00306,"9.3":0.01073,"10.0-10.2":0.0023,"10.3":0.01762,"11.0-11.2":0.20686,"11.3-11.4":0.00536,"12.0-12.1":0.00306,"12.2-12.5":0.08045,"13.0-13.1":0.00153,"13.2":0.02069,"13.3":0.00306,"13.4-13.7":0.01149,"14.0-14.4":0.02528,"14.5-14.8":0.03601,"15.0-15.1":0.02069,"15.2-15.3":0.01915,"15.4":0.02298,"15.5":0.02682,"15.6-15.8":0.2873,"16.0":0.0544,"16.1":0.11492,"16.2":0.05823,"16.3":0.09883,"16.4":0.01992,"16.5":0.03984,"16.6-16.7":0.37694,"17.0":0.02758,"17.1":0.04597,"17.2":0.03831,"17.3":0.05823,"17.4":0.12488,"17.5":0.37311,"17.6-17.7":3.22317,"18.0":1.14309,"18.1":1.00442,"18.2":0.04061},P:{"4":0.01049,"20":0.02099,"21":0.02099,"22":0.02099,"23":0.02099,"24":0.02099,"25":0.03148,"26":0.787,"27":0.55615,_:"5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0","18.0":0.01049,"19.0":0.01049},I:{"0":0.03534,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00005},A:{"8":0.01746,"11":0.04365,_:"6 7 9 10 5.5"},K:{"0":0.16763,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.00236,_:"3.0-3.1"},J:{_:"7 10"},Q:{_:"14.9"},O:{"0":0.02597},H:{"0":0},L:{"0":13.99839},R:{_:"0"},M:{"0":0.23846}};
1
+ module.exports={C:{"52":0.04325,"78":0.00721,"88":0.11534,"92":0.02884,"103":0.00721,"107":0.00721,"110":0.01442,"113":0.00721,"115":4.84445,"124":0.00721,"125":0.03605,"127":0.01442,"128":0.18023,"129":0.00721,"132":0.02884,"133":0.07209,"134":0.91554,"135":2.53036,"136":0.01442,_:"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 89 90 91 93 94 95 96 97 98 99 100 101 102 104 105 106 108 109 111 112 114 116 117 118 119 120 121 122 123 126 130 131 137 138 3.5 3.6"},D:{"38":0.00721,"49":0.00721,"65":0.00721,"79":0.02163,"84":0.01442,"87":0.02884,"90":0.00721,"92":0.02884,"95":0.02163,"98":0.03605,"102":0.02884,"103":0.10814,"104":0.02163,"106":0.12255,"107":0.04325,"108":0.08651,"109":0.90113,"110":0.02884,"111":0.06488,"112":0.04325,"114":0.05046,"116":0.26673,"117":0.05767,"118":0.02163,"119":0.19464,"120":0.03605,"121":0.01442,"122":0.1586,"123":0.0793,"124":0.51184,"125":0.05767,"126":6.45206,"127":0.04325,"128":0.23069,"129":0.12976,"130":0.17302,"131":1.74458,"132":16.35001,"133":17.9432,"134":0.00721,_:"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 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 83 85 86 88 89 91 93 94 96 97 99 100 101 105 113 115 135 136"},F:{"36":0.00721,"87":0.00721,"95":0.06488,"114":0.16581,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00721,"107":0.00721,"109":0.01442,"118":0.00721,"121":0.00721,"122":0.01442,"123":0.00721,"126":0.00721,"127":0.00721,"129":0.00721,"130":0.02884,"131":0.12976,"132":2.10503,"133":2.81151,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 108 110 111 112 113 114 115 116 117 119 120 124 125 128"},E:{"14":0.00721,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.2-15.3 18.4","12.1":0.00721,"13.1":0.01442,"14.1":0.03605,"15.1":0.01442,"15.4":0.00721,"15.5":0.02163,"15.6":0.12255,"16.0":0.02163,"16.1":0.02884,"16.2":0.01442,"16.3":0.02884,"16.4":0.01442,"16.5":0.02163,"16.6":0.25232,"17.0":0.01442,"17.1":0.05046,"17.2":0.03605,"17.3":0.02884,"17.4":0.13697,"17.5":0.12976,"17.6":0.43975,"18.0":0.06488,"18.1":0.33161,"18.2":0.19464,"18.3":0.73532},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00177,"5.0-5.1":0.00089,"6.0-6.1":0.00532,"7.0-7.1":0.00444,"8.1-8.4":0,"9.0-9.2":0.00177,"9.3":0.01331,"10.0-10.2":0.00177,"10.3":0.02041,"11.0-11.2":0.07009,"11.3-11.4":0.00621,"12.0-12.1":0.00355,"12.2-12.5":0.09405,"13.0-13.1":0.00177,"13.2":0.00266,"13.3":0.00355,"13.4-13.7":0.01331,"14.0-14.4":0.02928,"14.5-14.8":0.04081,"15.0-15.1":0.02129,"15.2-15.3":0.02129,"15.4":0.02573,"15.5":0.02928,"15.6-15.8":0.36289,"16.0":0.05235,"16.1":0.10913,"16.2":0.05501,"16.3":0.09937,"16.4":0.02218,"16.5":0.0417,"16.6-16.7":0.4321,"17.0":0.02662,"17.1":0.04702,"17.2":0.03726,"17.3":0.05235,"17.4":0.10825,"17.5":0.25731,"17.6-17.7":0.84644,"18.0":0.24932,"18.1":2.29002,"18.2":0.73642,"18.3":2.62451,"18.4":0.00532},P:{"4":0.01054,"20":0.01054,"21":0.01054,"22":0.01054,"23":0.04217,"24":0.03163,"25":0.02108,"26":0.05271,"27":1.84488,_:"5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0.02228,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00003},K:{"0":0.31376,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.00875,"11":0.1138,_:"6 7 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":16.54148},R:{_:"0"},M:{"0":0.32655},Q:{"14.9":0.00837},O:{"0":0.01954},H:{"0":0.01}};
@@ -1 +1 @@
1
- module.exports={C:{"2":0.00327,"3":0.05226,"39":0.00327,"43":0.00327,"47":0.0098,"50":0.00327,"51":0.01306,"52":0.05552,"56":0.01306,"66":0.00327,"72":0.00327,"78":0.00653,"83":0.00327,"95":0.00327,"98":0.00327,"102":0.00327,"103":0.00653,"105":0.00327,"106":0.00327,"107":0.00327,"108":0.00327,"109":0.00327,"110":0.00327,"111":0.00327,"113":0.00327,"115":0.72832,"122":0.00327,"123":0.00327,"125":0.00327,"126":0.00327,"127":0.0196,"128":0.06859,"129":0.0098,"130":0.0098,"131":0.07512,"132":1.24435,"133":0.11758,"134":0.00327,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 40 41 42 44 45 46 48 49 53 54 55 57 58 59 60 61 62 63 64 65 67 68 69 70 71 73 74 75 76 77 79 80 81 82 84 85 86 87 88 89 90 91 92 93 94 96 97 99 100 101 104 112 114 116 117 118 119 120 121 124 135 136 3.5 3.6"},D:{"11":0.01306,"33":0.00327,"34":0.00327,"38":0.00653,"40":0.00327,"43":0.05552,"47":0.0098,"48":0.00327,"49":0.01306,"53":0.00327,"56":0.00327,"58":0.26128,"63":0.00327,"65":0.00327,"68":0.00327,"69":0.0098,"70":0.0098,"71":0.00653,"72":0.00327,"73":0.00653,"74":0.00653,"75":0.00653,"76":0.00653,"77":0.00327,"78":0.00327,"79":0.09145,"80":0.01306,"81":0.02286,"83":0.0098,"84":0.00653,"85":0.0098,"86":0.02613,"87":0.07185,"88":0.00653,"89":0.00653,"90":0.0098,"91":0.0196,"92":0.00653,"93":0.00327,"94":0.01306,"95":0.0098,"96":0.02939,"97":0.00653,"98":0.02286,"99":0.00327,"100":0.00653,"101":0.00653,"102":0.00653,"103":0.03919,"104":0.02286,"105":0.0098,"106":0.02939,"107":0.02613,"108":0.06859,"109":3.62853,"110":0.01633,"111":0.02939,"112":0.0196,"113":0.00653,"114":0.01633,"115":0.00327,"116":0.04572,"117":0.01306,"118":0.04572,"119":0.0196,"120":0.03919,"121":0.03593,"122":0.07185,"123":0.12411,"124":0.09471,"125":0.05552,"126":0.08818,"127":0.11104,"128":0.18943,"129":0.40172,"130":10.39568,"131":7.0415,"132":0.01306,"133":0.00327,_:"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 35 36 37 39 41 42 44 45 46 50 51 52 54 55 57 59 60 61 62 64 66 67 134"},F:{"46":0.00327,"56":0.00327,"64":0.00653,"70":0.00327,"72":0.00327,"73":0.01633,"79":0.0196,"82":0.01306,"83":0.00653,"84":0.0098,"85":0.0098,"87":0.00327,"89":0.00327,"90":0.00653,"92":0.00327,"93":0.00327,"94":0.00327,"95":0.00653,"98":0.00327,"100":0.00327,"101":0.0196,"102":0.00327,"103":0.00327,"104":0.00327,"105":0.00327,"106":0.00653,"107":0.0098,"109":0.02613,"111":0.0098,"112":0.02286,"113":0.10451,"114":0.10778,_:"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 57 58 60 62 63 65 66 67 68 69 71 74 75 76 77 78 80 81 86 88 91 96 97 99 108 110 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00327,"14":0.00327,"16":0.00327,"18":0.00653,"84":0.00327,"89":0.00327,"92":0.03919,"100":0.00653,"106":0.00327,"107":0.00327,"109":0.06532,"110":0.00653,"114":0.01306,"115":0.00327,"116":0.00327,"117":0.00327,"118":0.00327,"119":0.00327,"120":0.00653,"121":0.0098,"122":0.06859,"123":0.04899,"124":0.0098,"125":0.0098,"126":0.0098,"127":0.01633,"128":0.0196,"129":0.08165,"130":1.96613,"131":1.44031,_:"13 15 17 79 80 81 83 85 86 87 88 90 91 93 94 95 96 97 98 99 101 102 103 104 105 108 111 112 113"},E:{"13":0.00327,"14":0.00327,_:"0 4 5 6 7 8 9 10 11 12 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 15.2-15.3","5.1":0.02286,"13.1":0.00653,"14.1":0.0098,"15.1":0.00327,"15.4":0.00327,"15.5":0.00327,"15.6":0.03919,"16.0":0.00327,"16.1":0.00653,"16.2":0.00327,"16.3":0.0098,"16.4":0.00327,"16.5":0.00653,"16.6":0.03919,"17.0":0.00653,"17.1":0.00653,"17.2":0.0098,"17.3":0.00653,"17.4":0.04899,"17.5":0.06859,"17.6":0.12411,"18.0":0.09471,"18.1":0.15024,"18.2":0.00653},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00072,"5.0-5.1":0,"6.0-6.1":0.00289,"7.0-7.1":0.00361,"8.1-8.4":0,"9.0-9.2":0.00289,"9.3":0.01012,"10.0-10.2":0.00217,"10.3":0.01662,"11.0-11.2":0.19509,"11.3-11.4":0.00506,"12.0-12.1":0.00289,"12.2-12.5":0.07587,"13.0-13.1":0.00145,"13.2":0.01951,"13.3":0.00289,"13.4-13.7":0.01084,"14.0-14.4":0.02384,"14.5-14.8":0.03396,"15.0-15.1":0.01951,"15.2-15.3":0.01806,"15.4":0.02168,"15.5":0.02529,"15.6-15.8":0.27096,"16.0":0.0513,"16.1":0.10838,"16.2":0.05491,"16.3":0.09321,"16.4":0.01879,"16.5":0.03757,"16.6-16.7":0.3555,"17.0":0.02601,"17.1":0.04335,"17.2":0.03613,"17.3":0.05491,"17.4":0.11778,"17.5":0.35189,"17.6-17.7":3.0398,"18.0":1.07806,"18.1":0.94727,"18.2":0.0383},P:{"4":0.14731,"20":0.01052,"21":0.02104,"22":0.07365,"23":0.06313,"24":0.06313,"25":0.0947,"26":1.14688,"27":0.85227,"5.0-5.4":0.01052,"6.2-6.4":0.01052,"7.2-7.4":0.06313,_:"8.2 9.2 10.1 15.0","11.1-11.2":0.01052,"12.0":0.01052,"13.0":0.02104,"14.0":0.02104,"16.0":0.02104,"17.0":0.03157,"18.0":0.01052,"19.0":0.01052},I:{"0":0.10079,"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:{"8":0.01025,"9":0.00683,"10":0.00342,"11":0.20159,_:"6 7 5.5"},K:{"0":0.47811,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.00673,_:"3.0-3.1"},J:{_:"7 10"},Q:{_:"14.9"},O:{"0":0.41751},H:{"0":0},L:{"0":57.05692},R:{_:"0"},M:{"0":0.18855}};
1
+ module.exports={C:{"34":0.00165,"47":0.00165,"51":0.00494,"52":0.01811,"72":0.00165,"78":0.00165,"94":0.00165,"107":0.00165,"108":0.00165,"109":0.00165,"111":0.00165,"113":0.00329,"115":0.29463,"117":0.00165,"121":0.00165,"125":0.00165,"126":0.00165,"127":0.00494,"128":0.04115,"130":0.00165,"131":0.00329,"132":0.00329,"133":0.00658,"134":0.14485,"135":0.43125,"136":0.00658,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 43 44 45 46 48 49 50 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 95 96 97 98 99 100 101 102 103 104 105 106 110 112 114 116 118 119 120 122 123 124 129 137 138 3.5 3.6"},D:{"34":0.00165,"38":0.00165,"40":0.00165,"43":0.01975,"47":0.00658,"48":0.00165,"49":0.00658,"53":0.00165,"56":0.00165,"57":0.00165,"58":0.11522,"63":0.00165,"65":0.00165,"68":0.00165,"69":0.00329,"70":0.00823,"71":0.00329,"72":0.00165,"73":0.00329,"74":0.00329,"75":0.00165,"76":0.00658,"78":0.00329,"79":0.03457,"80":0.00494,"81":0.00988,"83":0.00658,"84":0.00329,"85":0.00494,"86":0.00988,"87":0.02798,"88":0.00329,"89":0.00165,"90":0.00165,"91":0.00823,"92":0.00165,"93":0.00329,"94":0.00658,"95":0.00329,"96":0.00165,"97":0.00165,"98":0.00658,"99":0.00165,"100":0.00329,"101":0.00329,"102":0.00329,"103":0.01975,"104":0.02469,"105":0.00658,"106":0.01152,"107":0.01152,"108":0.0214,"109":1.62131,"110":0.00494,"111":0.00658,"112":0.00658,"113":0.00165,"114":0.02469,"115":0.00165,"116":0.01646,"117":0.00494,"118":0.0395,"119":0.00823,"120":0.01481,"121":0.01481,"122":0.03127,"123":0.02798,"124":0.04444,"125":0.01811,"126":0.03457,"127":0.01646,"128":0.0428,"129":0.02963,"130":0.04444,"131":0.36047,"132":4.16767,"133":3.68704,"134":0.00823,"135":0.00329,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 39 41 42 44 45 46 50 51 52 54 55 59 60 61 62 64 66 67 77 136"},F:{"46":0.00165,"64":0.00329,"68":0.00165,"72":0.00165,"73":0.00494,"75":0.00165,"79":0.00658,"82":0.00988,"83":0.00329,"84":0.00329,"87":0.00658,"88":0.00165,"89":0.00165,"90":0.00329,"94":0.00165,"95":0.00329,"97":0.00165,"98":0.00165,"100":0.00165,"101":0.00494,"103":0.00165,"105":0.00165,"106":0.00165,"107":0.00165,"109":0.00658,"111":0.00165,"112":0.00494,"113":0.01152,"114":0.0214,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 65 66 67 69 70 71 74 76 77 78 80 81 85 86 91 92 93 96 99 102 104 108 110 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"13":0.00165,"14":0.00165,"17":0.00165,"18":0.00329,"83":0.00165,"84":0.00165,"89":0.00165,"92":0.02634,"100":0.00165,"106":0.00165,"107":0.00165,"108":0.00165,"109":0.02963,"111":0.00165,"114":0.01152,"115":0.00165,"116":0.00165,"119":0.00658,"120":0.00165,"121":0.00329,"122":0.02963,"123":0.05267,"124":0.00329,"125":0.00494,"126":0.00329,"127":0.00329,"128":0.00494,"129":0.00823,"130":0.05103,"131":0.06419,"132":0.92011,"133":0.79173,_:"12 15 16 79 80 81 85 86 87 88 90 91 93 94 95 96 97 98 99 101 102 103 104 105 110 112 113 117 118"},E:{"14":0.00329,"15":0.00165,_:"0 4 5 6 7 8 9 10 11 12 13 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 18.4","5.1":0.00658,"13.1":0.00329,"14.1":0.00329,"15.5":0.00165,"15.6":0.01646,"16.0":0.00165,"16.1":0.00165,"16.2":0.00165,"16.3":0.00329,"16.4":0.00165,"16.5":0.00329,"16.6":0.01481,"17.0":0.00165,"17.1":0.00329,"17.2":0.00494,"17.3":0.00165,"17.4":0.01317,"17.5":0.01317,"17.6":0.02634,"18.0":0.00988,"18.1":0.03127,"18.2":0.03127,"18.3":0.0823},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00113,"5.0-5.1":0.00057,"6.0-6.1":0.0034,"7.0-7.1":0.00283,"8.1-8.4":0,"9.0-9.2":0.00113,"9.3":0.0085,"10.0-10.2":0.00113,"10.3":0.01303,"11.0-11.2":0.04475,"11.3-11.4":0.00397,"12.0-12.1":0.00227,"12.2-12.5":0.06005,"13.0-13.1":0.00113,"13.2":0.0017,"13.3":0.00227,"13.4-13.7":0.0085,"14.0-14.4":0.01869,"14.5-14.8":0.02606,"15.0-15.1":0.0136,"15.2-15.3":0.0136,"15.4":0.01643,"15.5":0.01869,"15.6-15.8":0.23169,"16.0":0.03342,"16.1":0.06968,"16.2":0.03512,"16.3":0.06344,"16.4":0.01416,"16.5":0.02662,"16.6-16.7":0.27587,"17.0":0.01699,"17.1":0.03002,"17.2":0.02379,"17.3":0.03342,"17.4":0.06911,"17.5":0.16428,"17.6-17.7":0.54041,"18.0":0.15918,"18.1":1.46206,"18.2":0.47017,"18.3":1.67562,"18.4":0.0034},P:{"4":0.1478,"20":0.02111,"21":0.04223,"22":0.1478,"23":0.10557,"24":0.12669,"25":0.13724,"26":0.52785,"27":2.54426,_:"5.0-5.4 8.2 9.2 10.1 12.0","6.2-6.4":0.02111,"7.2-7.4":0.06334,"11.1-11.2":0.03167,"13.0":0.02111,"14.0":0.02111,"15.0":0.01056,"16.0":0.02111,"17.0":0.03167,"18.0":0.03167,"19.0":0.03167},I:{"0":0.07504,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00002,"4.4":0,"4.4.3-4.4.4":0.00009},K:{"0":0.36762,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.00337,"9":0.00337,"10":0.00168,"11":0.13478,_:"6 7 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":74.89854},R:{_:"0"},M:{"0":0.12533},Q:{_:"14.9"},O:{"0":0.2423},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"33":0.01173,"43":0.02932,"46":0.28729,"52":0.01173,"60":0.44559,"65":0.09967,"66":0.05863,"79":0.05863,"102":0.08795,"106":0.01173,"110":0.01173,"111":0.02932,"115":0.18762,"119":0.19934,"125":0.02932,"127":0.07036,"129":0.1583,"130":0.11726,"131":0.54526,"132":3.30673,"133":0.4749,_:"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 34 35 36 37 38 39 40 41 42 44 45 47 48 49 50 51 53 54 55 56 57 58 59 61 62 63 64 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 103 104 105 107 108 109 112 113 114 116 117 118 120 121 122 123 124 126 128 134 135 136 3.5 3.6"},D:{"52":0.4749,"60":0.18762,"67":0.04104,"69":0.02932,"72":0.02932,"74":0.17003,"77":0.05863,"80":0.04104,"81":0.07036,"83":0.09967,"87":0.94394,"90":0.05863,"92":0.75633,"98":0.3166,"100":0.22866,"102":0.02932,"103":0.01173,"106":0.01173,"107":0.11726,"109":9.04661,"112":0.55699,"117":1.43057,"118":0.22866,"119":0.05863,"120":0.02932,"121":0.01173,"123":0.36937,"124":1.23123,"125":0.19934,"126":0.08795,"127":0.05863,"128":0.17003,"129":0.49836,"130":14.44057,"131":7.44601,_:"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 68 70 71 73 75 76 78 79 84 85 86 88 89 91 93 94 95 96 97 99 101 104 105 108 110 111 113 114 115 116 122 132 133 134"},F:{"34":0.01173,"36":0.02932,"60":0.02932,"63":0.01173,"64":0.04104,"67":0.04104,"79":0.01173,"86":0.01173,"95":0.05863,"114":1.51852,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 62 65 66 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 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.01173,"84":0.01173,"85":0.07036,"89":0.07036,"90":0.07036,"92":0.19934,"100":0.18762,"105":0.02932,"106":0.05863,"107":0.01173,"109":0.11726,"112":0.01173,"114":0.04104,"120":0.02932,"122":0.01173,"125":0.01173,"128":0.25797,"129":0.39868,"130":4.06306,"131":2.03446,_:"12 13 14 15 16 17 79 80 81 83 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 108 110 111 113 115 116 117 118 119 121 123 124 126 127"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 15.6 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.1 17.2 17.3 17.4 17.5 18.1 18.2","16.6":0.12899,"17.6":0.09967,"18.0":0.24625},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00053,"5.0-5.1":0,"6.0-6.1":0.00213,"7.0-7.1":0.00267,"8.1-8.4":0,"9.0-9.2":0.00213,"9.3":0.00747,"10.0-10.2":0.0016,"10.3":0.01226,"11.0-11.2":0.14398,"11.3-11.4":0.00373,"12.0-12.1":0.00213,"12.2-12.5":0.05599,"13.0-13.1":0.00107,"13.2":0.0144,"13.3":0.00213,"13.4-13.7":0.008,"14.0-14.4":0.0176,"14.5-14.8":0.02506,"15.0-15.1":0.0144,"15.2-15.3":0.01333,"15.4":0.016,"15.5":0.01866,"15.6-15.8":0.19997,"16.0":0.03786,"16.1":0.07999,"16.2":0.04053,"16.3":0.06879,"16.4":0.01386,"16.5":0.02773,"16.6-16.7":0.26236,"17.0":0.0192,"17.1":0.032,"17.2":0.02666,"17.3":0.04053,"17.4":0.08692,"17.5":0.2597,"17.6-17.7":2.24342,"18.0":0.79562,"18.1":0.6991,"18.2":0.02826},P:{"4":0.03021,"20":0.07049,"26":0.19132,"27":0.20139,_:"21 22 23 24 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","7.2-7.4":0.01007,"19.0":0.03021},I:{"0":0.04128,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00005},A:{"9":0.07174,"11":0.53802,_:"6 7 8 10 5.5"},K:{"0":0.64537,_:"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.69434},H:{"0":0},L:{"0":31.78076},R:{_:"0"},M:{"0":0.09929}};
1
+ module.exports={C:{"44":0.08522,"53":0.05423,"92":0.08522,"101":0.06972,"115":0.12395,"124":0.03874,"127":0.01549,"128":0.03874,"129":0.06972,"132":0.16269,"133":0.10846,"134":0.74371,"135":1.66561,_:"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 45 46 47 48 49 50 51 52 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 125 126 130 131 136 137 138 3.5 3.6"},D:{"74":0.13945,"81":0.23241,"92":0.01549,"96":0.05423,"98":0.10846,"109":18.50758,"111":0.01549,"124":0.13945,"125":0.01549,"126":0.06972,"128":0.35636,"129":0.28664,"130":0.06972,"131":1.47193,"132":23.19452,"133":18.22094,_:"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 75 76 77 78 79 80 83 84 85 86 87 88 89 90 91 93 94 95 97 99 100 101 102 103 104 105 106 107 108 110 112 113 114 115 116 117 118 119 120 121 122 123 127 134 135 136"},F:{"95":0.06972,"114":0.01549,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"84":0.01549,"109":0.08522,"112":0.06972,"113":0.03874,"126":0.03874,"131":0.13945,"132":1.84379,"133":6.53072,_:"12 13 14 15 16 17 18 79 80 81 83 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 114 115 116 117 118 119 120 121 122 123 124 125 127 128 129 130"},E:{"14":0.01549,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 15.6 16.0 16.1 16.2 16.3 16.4 16.5 16.6 17.0 17.1 17.2 17.3 17.4 17.5 17.6 18.0 18.1 18.2 18.3 18.4"},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0001,"5.0-5.1":0.00005,"6.0-6.1":0.00031,"7.0-7.1":0.00026,"8.1-8.4":0,"9.0-9.2":0.0001,"9.3":0.00077,"10.0-10.2":0.0001,"10.3":0.00118,"11.0-11.2":0.00406,"11.3-11.4":0.00036,"12.0-12.1":0.00021,"12.2-12.5":0.00545,"13.0-13.1":0.0001,"13.2":0.00015,"13.3":0.00021,"13.4-13.7":0.00077,"14.0-14.4":0.0017,"14.5-14.8":0.00236,"15.0-15.1":0.00123,"15.2-15.3":0.00123,"15.4":0.00149,"15.5":0.0017,"15.6-15.8":0.02102,"16.0":0.00303,"16.1":0.00632,"16.2":0.00319,"16.3":0.00576,"16.4":0.00128,"16.5":0.00242,"16.6-16.7":0.02503,"17.0":0.00154,"17.1":0.00272,"17.2":0.00216,"17.3":0.00303,"17.4":0.00627,"17.5":0.0149,"17.6-17.7":0.04903,"18.0":0.01444,"18.1":0.13264,"18.2":0.04265,"18.3":0.15202,"18.4":0.00031},P:{"24":0.023,"26":0.023,"27":0.04601,_:"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.69012},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.2254,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.05423,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":21.84781},R:{_:"0"},M:{_:"0"},Q:{_:"14.9"},O:{"0":0.36966},H:{"0":0}};