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:{"47":0.00174,"57":0.00174,"65":0.00174,"72":0.00348,"77":0.00174,"79":0.00174,"107":0.00174,"113":0.00348,"115":0.07665,"120":0.00174,"125":0.00174,"126":0.00174,"127":0.02265,"128":0.00697,"129":0.0209,"130":0.00697,"131":0.04355,"132":0.42505,"133":0.07665,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 48 49 50 51 52 53 54 55 56 58 59 60 61 62 63 64 66 67 68 69 70 71 73 74 75 76 78 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 108 109 110 111 112 114 116 117 118 119 121 122 123 124 134 135 136 3.5 3.6"},D:{"33":0.00174,"46":0.00174,"47":0.00174,"49":0.00174,"51":0.00174,"57":0.00174,"58":0.01045,"63":0.00174,"65":0.00348,"66":0.00348,"67":0.00174,"68":0.00174,"69":0.00174,"70":0.00523,"72":0.00174,"73":0.01045,"74":0.01568,"75":0.00348,"76":0.00697,"77":0.00174,"78":0.00523,"79":0.01742,"80":0.00174,"81":0.00174,"83":0.00348,"84":0.00174,"85":0.00174,"86":0.00871,"87":0.00871,"88":0.00174,"89":0.00174,"90":0.00871,"92":0.00348,"93":0.00174,"94":0.00523,"95":0.00348,"96":0.00174,"97":0.00174,"98":0.00174,"99":0.00697,"100":0.00174,"102":0.00174,"103":0.02439,"105":0.00174,"106":0.00697,"107":0.00174,"108":0.00523,"109":0.85706,"110":0.00174,"111":0.00348,"112":0.00174,"114":0.00348,"115":0.00174,"116":0.01394,"117":0.00348,"118":0.01045,"119":0.01394,"120":0.00871,"121":0.00348,"122":0.00697,"123":0.02439,"124":0.00348,"125":0.01742,"126":0.07839,"127":0.01394,"128":0.0871,"129":0.15678,"130":3.02411,"131":2.28202,_:"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 43 44 45 48 50 52 53 54 55 56 59 60 61 62 64 71 91 101 104 113 132 133 134"},F:{"37":0.00348,"79":0.01045,"83":0.01219,"84":0.00174,"85":0.00523,"86":0.00523,"87":0.00348,"95":0.01742,"101":0.00174,"110":0.00174,"112":0.00697,"113":0.0209,"114":2.2106,_:"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 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 88 89 90 91 92 93 94 96 97 98 99 100 102 103 104 105 106 107 108 109 111 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.00174,"17":0.00174,"18":0.01568,"84":0.00348,"89":0.00348,"90":0.00348,"92":0.07316,"98":0.00523,"100":0.00348,"107":0.00348,"109":0.00697,"110":0.00523,"112":0.01742,"114":0.00523,"117":0.00697,"121":0.00174,"122":0.00348,"124":0.00871,"125":0.00174,"126":0.00348,"127":0.00697,"128":0.00871,"129":0.02439,"130":0.79784,"131":0.50344,_:"12 13 15 16 79 80 81 83 85 86 87 88 91 93 94 95 96 97 99 101 102 103 104 105 106 108 111 113 115 116 118 119 120 123"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 12.1 15.1 15.2-15.3 15.4 15.5 16.0 16.4","5.1":0.00174,"11.1":0.00174,"13.1":0.00348,"14.1":0.00348,"15.6":0.0209,"16.1":0.00174,"16.2":0.00871,"16.3":0.00697,"16.5":0.00697,"16.6":0.04355,"17.0":0.00348,"17.1":0.00348,"17.2":0.00348,"17.3":0.00174,"17.4":0.09407,"17.5":0.02265,"17.6":0.17246,"18.0":0.04703,"18.1":0.04181,"18.2":0.00174},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00098,"5.0-5.1":0,"6.0-6.1":0.00394,"7.0-7.1":0.00492,"8.1-8.4":0,"9.0-9.2":0.00394,"9.3":0.01378,"10.0-10.2":0.00295,"10.3":0.02264,"11.0-11.2":0.26581,"11.3-11.4":0.00689,"12.0-12.1":0.00394,"12.2-12.5":0.10337,"13.0-13.1":0.00197,"13.2":0.02658,"13.3":0.00394,"13.4-13.7":0.01477,"14.0-14.4":0.03249,"14.5-14.8":0.04627,"15.0-15.1":0.02658,"15.2-15.3":0.02461,"15.4":0.02953,"15.5":0.03446,"15.6-15.8":0.36918,"16.0":0.0699,"16.1":0.14767,"16.2":0.07482,"16.3":0.127,"16.4":0.0256,"16.5":0.05119,"16.6-16.7":0.48436,"17.0":0.03544,"17.1":0.05907,"17.2":0.04922,"17.3":0.07482,"17.4":0.16047,"17.5":0.47944,"17.6-17.7":4.14168,"18.0":1.46883,"18.1":1.29064,"18.2":0.05218},P:{"4":0.01144,"21":0.02287,"25":0.01144,"26":0.14866,"27":0.06861,_:"20 22 23 24 6.2-6.4 7.2-7.4 8.2 10.1 11.1-11.2 12.0 13.0 14.0 16.0 17.0 18.0 19.0","5.0-5.4":0.01144,"9.2":0.01144,"15.0":0.01144},I:{"0":0.06593,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00002,"4.4":0,"4.4.3-4.4.4":0.00009},A:{"11":0.00348,_:"6 7 8 9 10 5.5"},K:{"0":1.50154,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.00826,_:"3.0-3.1"},J:{_:"7 10"},Q:{"14.9":0.00826},O:{"0":0.1404},H:{"0":1.29},L:{"0":74.40685},R:{_:"0"},M:{"0":0.0413}};
1
+ module.exports={C:{"72":0.00247,"106":0.00247,"115":0.06922,"117":0.00247,"125":0.00247,"127":0.00742,"128":0.03214,"129":0.01483,"132":0.00247,"133":0.01483,"134":0.13596,"135":2.94662,"136":0.00247,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 107 108 109 110 111 112 113 114 116 118 119 120 121 122 123 124 126 130 131 137 138 3.5 3.6"},D:{"44":0.00247,"45":0.00247,"58":0.03708,"60":0.00247,"61":0.00742,"64":0.00989,"69":0.00742,"70":0.00247,"73":0.00494,"74":0.00989,"75":0.00247,"78":0.00247,"79":0.00494,"80":0.00247,"81":0.00247,"83":0.00247,"86":0.01483,"87":0.00247,"88":0.00247,"91":0.00247,"93":0.00742,"94":0.00247,"95":0.00742,"97":0.00247,"98":0.00247,"100":0.00247,"102":0.00247,"103":0.02225,"106":0.04202,"107":0.00742,"109":1.40657,"110":0.00247,"111":0.01236,"114":0.00494,"116":0.02966,"117":0.00247,"118":0.00247,"119":0.03214,"120":0.00742,"121":0.00247,"122":0.00989,"123":0.0173,"124":0.01483,"125":0.00742,"126":0.14832,"127":0.00494,"128":0.02719,"129":0.02472,"130":0.01483,"131":0.27686,"132":2.9837,"133":3.14438,"134":0.00494,_:"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 46 47 48 49 50 51 52 53 54 55 56 57 59 62 63 65 66 67 68 71 72 76 77 84 85 89 90 92 96 99 101 104 105 108 112 113 115 135 136"},F:{"46":0.00247,"79":0.02225,"84":0.00247,"87":0.01978,"93":0.00494,"95":0.01483,"96":0.00247,"105":0.00742,"114":0.00742,_:"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 85 86 88 89 90 91 92 94 97 98 99 100 101 102 103 104 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00247,"18":0.00494,"89":0.00247,"92":0.01483,"100":0.00742,"103":0.00494,"107":0.00247,"109":0.00247,"110":0.00247,"112":0.02472,"113":0.00742,"114":0.00247,"117":0.03461,"119":0.00247,"126":0.00247,"128":0.00494,"129":0.20765,"130":0.00989,"131":0.17551,"132":0.80834,"133":0.82812,_:"13 14 15 16 17 79 80 81 83 84 85 86 87 88 90 91 93 94 95 96 97 98 99 101 102 104 105 106 108 111 115 116 118 120 121 122 123 124 125 127"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 9.1 10.1 11.1 12.1 15.4 15.5 16.0 16.4 18.4","7.1":0.00247,"13.1":0.00247,"14.1":0.0445,"15.1":0.00247,"15.2-15.3":0.00247,"15.6":0.0173,"16.1":0.00742,"16.2":0.00247,"16.3":0.00742,"16.5":0.00494,"16.6":0.12607,"17.0":0.00494,"17.1":0.02472,"17.2":0.00247,"17.3":0.00742,"17.4":0.01236,"17.5":0.02472,"17.6":0.12854,"18.0":0.00494,"18.1":0.0173,"18.2":0.01236,"18.3":0.10382},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00173,"5.0-5.1":0.00087,"6.0-6.1":0.0052,"7.0-7.1":0.00434,"8.1-8.4":0,"9.0-9.2":0.00173,"9.3":0.01301,"10.0-10.2":0.00173,"10.3":0.01994,"11.0-11.2":0.0685,"11.3-11.4":0.00607,"12.0-12.1":0.00347,"12.2-12.5":0.09191,"13.0-13.1":0.00173,"13.2":0.0026,"13.3":0.00347,"13.4-13.7":0.01301,"14.0-14.4":0.02861,"14.5-14.8":0.03989,"15.0-15.1":0.02081,"15.2-15.3":0.02081,"15.4":0.02515,"15.5":0.02861,"15.6-15.8":0.35465,"16.0":0.05116,"16.1":0.10665,"16.2":0.05376,"16.3":0.09712,"16.4":0.02168,"16.5":0.04075,"16.6-16.7":0.42228,"17.0":0.02601,"17.1":0.04596,"17.2":0.03642,"17.3":0.05116,"17.4":0.10579,"17.5":0.25146,"17.6-17.7":0.82722,"18.0":0.24366,"18.1":2.23801,"18.2":0.7197,"18.3":2.56491,"18.4":0.0052},P:{"21":0.02125,"22":0.08501,"23":0.01063,"24":0.01063,"26":0.02125,"27":0.32942,_:"4 20 25 5.0-5.4 6.2-6.4 8.2 9.2 10.1 12.0 13.0 14.0 15.0 16.0 17.0 19.0","7.2-7.4":0.04251,"11.1-11.2":0.01063,"18.0":0.01063},I:{"0":0.05258,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00006},K:{"0":1.64542,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},S:{"2.5":0.01505,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":71.84967},R:{_:"0"},M:{"0":0.03011},Q:{_:"14.9"},O:{"0":0.12796},H:{"0":1.26}};
@@ -1 +1 @@
1
- module.exports={C:{"131":0.00266,"132":0.01062,"133":0.00266,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 134 135 136 3.5 3.6"},D:{"103":0.00266,"109":0.00797,"116":0.00266,"124":0.00266,"127":0.00266,"128":0.00797,"129":0.0239,"130":0.18851,"131":0.08762,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 104 105 106 107 108 110 111 112 113 114 115 117 118 119 120 121 122 123 125 126 132 133 134"},F:{"114":0.02921,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"129":0.00531,"130":0.06903,"131":0.03983,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1","13.1":0.01328,"14.1":0.01593,"15.1":0.03983,"15.2-15.3":0.00266,"15.4":0.02655,"15.5":0.13541,"15.6":1.30892,"16.0":0.0239,"16.1":0.19382,"16.2":0.24692,"16.3":0.60269,"16.4":0.16196,"16.5":0.2655,"16.6":2.51694,"17.0":0.08762,"17.1":0.19116,"17.2":0.17523,"17.3":0.20709,"17.4":0.46728,"17.5":1.0859,"17.6":10.4076,"18.0":1.78416,"18.1":3.263,"18.2":0.05841},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00732,"5.0-5.1":0,"6.0-6.1":0.02927,"7.0-7.1":0.03658,"8.1-8.4":0,"9.0-9.2":0.02927,"9.3":0.10243,"10.0-10.2":0.02195,"10.3":0.16828,"11.0-11.2":1.97542,"11.3-11.4":0.05121,"12.0-12.1":0.02927,"12.2-12.5":0.76822,"13.0-13.1":0.01463,"13.2":0.19754,"13.3":0.02927,"13.4-13.7":0.10975,"14.0-14.4":0.24144,"14.5-14.8":0.34387,"15.0-15.1":0.19754,"15.2-15.3":0.18291,"15.4":0.21949,"15.5":0.25607,"15.6-15.8":2.74363,"16.0":0.51946,"16.1":1.09745,"16.2":0.55604,"16.3":0.94381,"16.4":0.19023,"16.5":0.38045,"16.6-16.7":3.59965,"17.0":0.26339,"17.1":0.43898,"17.2":0.36582,"17.3":0.55604,"17.4":1.19257,"17.5":3.56306,"17.6-17.7":30.7799,"18.0":10.916,"18.1":9.59174,"18.2":0.38777},P:{"26":0.02448,"27":0.01224,_:"4 20 21 22 23 24 25 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},A:{_:"6 7 8 9 10 11 5.5"},K:{"0":0,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},Q:{_:"14.9"},O:{"0":0.00735},H:{"0":0},L:{"0":0.25363},R:{_:"0"},M:{"0":0.00735}};
1
+ module.exports={C:{"115":0.00283,"134":0.00283,"135":0.01134,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 136 137 138 3.5 3.6"},D:{"109":0.0085,"124":0.02834,"128":0.00283,"129":0.01134,"130":0.00283,"131":0.02551,"132":0.12186,"133":0.09919,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 122 123 125 126 127 134 135 136"},F:{_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"109":0.00567,"128":0.00283,"131":0.00283,"132":0.04251,"133":0.05951,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 129 130"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1","13.1":0.01134,"14.1":0.01417,"15.1":0.03684,"15.2-15.3":0.00283,"15.4":0.02551,"15.5":0.11336,"15.6":1.16477,"16.0":0.02551,"16.1":0.14737,"16.2":0.24656,"16.3":0.51579,"16.4":0.1417,"16.5":0.24372,"16.6":2.2842,"17.0":0.07652,"17.1":1.18178,"17.2":0.1247,"17.3":0.16154,"17.4":0.35142,"17.5":0.59514,"17.6":2.62145,"18.0":0.25506,"18.1":4.88015,"18.2":1.51052,"18.3":9.95868,"18.4":0.00567},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.01429,"5.0-5.1":0.00715,"6.0-6.1":0.04288,"7.0-7.1":0.03573,"8.1-8.4":0,"9.0-9.2":0.01429,"9.3":0.10719,"10.0-10.2":0.01429,"10.3":0.16436,"11.0-11.2":0.56453,"11.3-11.4":0.05002,"12.0-12.1":0.02858,"12.2-12.5":0.75747,"13.0-13.1":0.01429,"13.2":0.02144,"13.3":0.02858,"13.4-13.7":0.10719,"14.0-14.4":0.23582,"14.5-14.8":0.32871,"15.0-15.1":0.1715,"15.2-15.3":0.1715,"15.4":0.20723,"15.5":0.23582,"15.6-15.8":2.92269,"16.0":0.42161,"16.1":0.87895,"16.2":0.44305,"16.3":0.80034,"16.4":0.17865,"16.5":0.33586,"16.6-16.7":3.48007,"17.0":0.21438,"17.1":0.37873,"17.2":0.30013,"17.3":0.42161,"17.4":0.8718,"17.5":2.07232,"17.6-17.7":6.81722,"18.0":2.00801,"18.1":18.44366,"18.2":5.93113,"18.3":21.13768,"18.4":0.04288},P:{"27":0.02866,_:"4 20 21 22 23 24 25 26 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":0,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":0.16615},R:{_:"0"},M:{"0":0.00717},Q:{_:"14.9"},O:{"0":0.00717},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"48":0.0204,"78":0.00816,"82":0.00816,"104":0.00408,"115":0.24072,"118":0.00408,"120":0.00408,"121":0.00408,"125":0.00408,"126":0.00408,"127":0.00408,"128":0.00408,"129":0.00408,"130":0.01224,"131":0.06528,"132":1.6116,"133":0.102,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 105 106 107 108 109 110 111 112 113 114 116 117 119 122 123 124 134 135 136 3.5 3.6"},D:{"37":0.03264,"38":0.08976,"43":0.00408,"49":0.08976,"62":0.00408,"63":0.00408,"65":0.00816,"68":0.00408,"70":0.00816,"73":0.05712,"79":0.11016,"81":0.00408,"83":0.00816,"87":0.01632,"88":0.02448,"89":0.00816,"90":0.00408,"91":0.00816,"94":0.02448,"95":0.00408,"97":0.00408,"98":0.00816,"99":0.00816,"103":0.24888,"105":0.00408,"106":0.0816,"107":0.00816,"108":0.00816,"109":1.27296,"110":0.02448,"113":0.00408,"114":0.02448,"115":0.00408,"116":0.10608,"117":0.0204,"118":0.01224,"119":0.0204,"120":0.0408,"121":0.02856,"122":0.19992,"123":0.03264,"124":0.02856,"125":0.04896,"126":0.04896,"127":0.08568,"128":0.28968,"129":0.56712,"130":13.79856,"131":8.16,"132":0.02856,"133":0.00408,_:"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 39 40 41 42 44 45 46 47 48 50 51 52 53 54 55 56 57 58 59 60 61 64 66 67 69 71 72 74 75 76 77 78 80 84 85 86 92 93 96 100 101 102 104 111 112 134"},F:{"46":0.00816,"74":0.00408,"84":0.00408,"85":0.0204,"90":0.02448,"91":0.00408,"95":0.00816,"112":0.00408,"113":0.11016,"114":1.88904,_:"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 75 76 77 78 79 80 81 82 83 86 87 88 89 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:{"15":0.00408,"109":0.05304,"113":0.1224,"114":0.00408,"117":0.00816,"118":0.00408,"120":0.04488,"121":0.00408,"122":0.00408,"123":0.00408,"125":0.00408,"126":0.00816,"127":0.00816,"128":0.01224,"129":0.06936,"130":2.28888,"131":1.47288,_:"12 13 14 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 115 116 119 124"},E:{"12":0.00408,"13":0.00408,"14":0.07752,"15":0.0204,_:"0 4 5 6 7 8 9 10 11 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1","12.1":0.00408,"13.1":0.01632,"14.1":0.66096,"15.1":0.01632,"15.2-15.3":0.00816,"15.4":0.01632,"15.5":0.0204,"15.6":0.35496,"16.0":0.03672,"16.1":0.07344,"16.2":0.0204,"16.3":0.0612,"16.4":0.02448,"16.5":0.10608,"16.6":0.28968,"17.0":0.03264,"17.1":0.0816,"17.2":0.0408,"17.3":0.11832,"17.4":0.13464,"17.5":0.34272,"17.6":1.6116,"18.0":0.43656,"18.1":0.46512,"18.2":0.00408},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00168,"5.0-5.1":0,"6.0-6.1":0.0067,"7.0-7.1":0.00838,"8.1-8.4":0,"9.0-9.2":0.0067,"9.3":0.02346,"10.0-10.2":0.00503,"10.3":0.03855,"11.0-11.2":0.45251,"11.3-11.4":0.01173,"12.0-12.1":0.0067,"12.2-12.5":0.17597,"13.0-13.1":0.00335,"13.2":0.04525,"13.3":0.0067,"13.4-13.7":0.02514,"14.0-14.4":0.05531,"14.5-14.8":0.07877,"15.0-15.1":0.04525,"15.2-15.3":0.0419,"15.4":0.05028,"15.5":0.05866,"15.6-15.8":0.62848,"16.0":0.11899,"16.1":0.25139,"16.2":0.12737,"16.3":0.2162,"16.4":0.04357,"16.5":0.08715,"16.6-16.7":0.82457,"17.0":0.06033,"17.1":0.10056,"17.2":0.0838,"17.3":0.12737,"17.4":0.27318,"17.5":0.81619,"17.6-17.7":7.05073,"18.0":2.50052,"18.1":2.19717,"18.2":0.08883},P:{"4":0.31138,"21":0.03221,"22":0.02147,"23":0.01074,"24":0.01074,"25":0.02147,"26":0.84824,"27":0.68718,_:"20 6.2-6.4 8.2 9.2 10.1 12.0 14.0 15.0 17.0 18.0 19.0","5.0-5.4":0.10737,"7.2-7.4":0.06442,"11.1-11.2":0.01074,"13.0":0.01074,"16.0":0.05369},I:{"0":0.01181,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00002},A:{"11":0.04896,_:"6 7 8 9 10 5.5"},K:{"0":1.776,_:"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.01184},O:{"0":1.85888},H:{"0":0},L:{"0":37.43568},R:{_:"0"},M:{"0":0.15392}};
1
+ module.exports={C:{"48":0.00787,"52":0.00394,"78":0.00787,"106":0.02362,"115":0.29126,"124":0.00394,"125":0.00787,"127":0.00394,"128":0.00394,"130":0.00394,"131":0.00394,"132":0.00394,"133":0.01181,"134":0.39754,"135":1.08634,"136":0.00394,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 126 129 137 138 3.5 3.6"},D:{"37":0.01574,"38":0.00394,"43":0.00394,"47":0.00394,"55":0.01574,"62":0.00787,"65":0.00787,"70":0.03149,"72":0.00394,"73":0.00394,"74":0.00394,"79":0.0433,"81":0.00394,"87":0.05117,"88":0.00394,"89":0.00394,"91":0.01181,"93":0.00394,"94":0.01968,"98":0.00787,"99":0.00394,"100":0.00394,"102":0.00394,"103":0.0984,"104":0.00394,"106":0.00394,"107":0.01181,"109":0.99974,"110":0.00394,"111":0.01574,"112":0.00394,"114":0.01181,"115":0.00394,"116":0.0984,"117":0.04723,"118":0.00394,"119":0.05904,"120":0.03149,"121":0.03542,"122":0.08266,"123":0.01968,"124":0.03936,"125":0.02755,"126":0.03542,"127":0.01968,"128":0.07872,"129":0.01968,"130":0.24403,"131":0.984,"132":12.0481,"133":10.37923,"134":0.03542,_:"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 39 40 41 42 44 45 46 48 49 50 51 52 53 54 56 57 58 59 60 61 63 64 66 67 68 69 71 75 76 77 78 80 83 84 85 86 90 92 95 96 97 101 105 108 113 135 136"},F:{"46":0.00787,"85":0.00787,"86":0.01181,"87":0.10627,"95":0.01574,"114":0.20861,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"15":0.00787,"18":0.00394,"92":0.00787,"100":0.00394,"109":0.00394,"114":0.00394,"117":0.00394,"118":0.00394,"120":0.00394,"122":0.00394,"123":0.00394,"125":0.00394,"126":0.00394,"127":0.00787,"129":0.00394,"130":0.00787,"131":0.31094,"132":1.57834,"133":1.70822,_:"12 13 14 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 115 116 119 121 124 128"},E:{"12":0.00394,"14":0.00787,"15":0.00394,_:"0 4 5 6 7 8 9 10 11 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 18.4","12.1":0.00394,"13.1":0.01574,"14.1":0.1417,"15.1":0.00394,"15.2-15.3":0.00787,"15.4":0.02362,"15.5":0.00787,"15.6":0.17318,"16.0":0.02362,"16.1":0.06691,"16.2":0.00394,"16.3":0.0551,"16.4":0.03149,"16.5":0.01968,"16.6":0.24403,"17.0":0.12595,"17.1":0.11808,"17.2":0.03149,"17.3":0.07085,"17.4":0.09053,"17.5":0.17318,"17.6":0.41328,"18.0":0.09053,"18.1":0.50381,"18.2":0.17318,"18.3":1.05091},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00334,"5.0-5.1":0.00167,"6.0-6.1":0.01002,"7.0-7.1":0.00835,"8.1-8.4":0,"9.0-9.2":0.00334,"9.3":0.02506,"10.0-10.2":0.00334,"10.3":0.03842,"11.0-11.2":0.13198,"11.3-11.4":0.01169,"12.0-12.1":0.00668,"12.2-12.5":0.17709,"13.0-13.1":0.00334,"13.2":0.00501,"13.3":0.00668,"13.4-13.7":0.02506,"14.0-14.4":0.05513,"14.5-14.8":0.07685,"15.0-15.1":0.0401,"15.2-15.3":0.0401,"15.4":0.04845,"15.5":0.05513,"15.6-15.8":0.68329,"16.0":0.09857,"16.1":0.20549,"16.2":0.10358,"16.3":0.18711,"16.4":0.04177,"16.5":0.07852,"16.6-16.7":0.8136,"17.0":0.05012,"17.1":0.08854,"17.2":0.07017,"17.3":0.09857,"17.4":0.20382,"17.5":0.48448,"17.6-17.7":1.59378,"18.0":0.46945,"18.1":4.3119,"18.2":1.38662,"18.3":4.94173,"18.4":0.01002},P:{"4":0.03134,"21":0.01045,"22":0.01045,"23":0.02089,"24":0.01045,"25":0.01045,"26":0.05223,"27":1.72374,_:"20 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 15.0 16.0 17.0 18.0 19.0","5.0-5.4":0.01045,"7.2-7.4":0.18804,"13.0":0.02089,"14.0":0.02089},I:{"0":0.00605,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00001},K:{"0":2.3589,_:"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":39.41382},R:{_:"0"},M:{"0":0.2183},Q:{"14.9":0.00606},O:{"0":1.81314},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.0226,"58":0.03164,"66":0.00452,"78":0.05876,"108":0.00904,"112":0.00452,"115":0.44296,"116":0.00452,"118":0.00452,"120":0.00452,"121":0.01808,"122":0.00452,"123":0.00452,"125":0.00904,"127":0.01356,"128":0.0226,"129":0.00904,"130":0.00904,"131":0.08136,"132":1.49612,"133":0.14464,_:"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 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 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 109 110 111 113 114 117 119 124 126 134 135 136 3.5 3.6"},D:{"34":0.00452,"38":0.00904,"47":0.00452,"49":0.00452,"51":0.00452,"56":0.00452,"58":0.00452,"62":0.00904,"63":0.00452,"65":0.00904,"67":0.00452,"68":0.00452,"69":0.01356,"70":0.02712,"71":0.01356,"72":0.00452,"73":0.00452,"74":0.00452,"75":0.01356,"79":0.05876,"80":0.00452,"81":0.00452,"83":0.01356,"84":0.00452,"85":0.00452,"86":0.01356,"87":0.07232,"88":0.04972,"89":0.00452,"90":0.00452,"91":1.0396,"92":0.01808,"93":0.00452,"94":0.04068,"95":0.00904,"96":0.00452,"97":0.00452,"98":0.00452,"99":0.00452,"100":0.01356,"101":0.00904,"103":0.04068,"104":0.00904,"105":0.03164,"106":0.01356,"107":0.00452,"108":0.0226,"109":4.60588,"110":0.01808,"111":0.01356,"112":0.00452,"113":0.01356,"114":0.01808,"115":0.00904,"116":0.23956,"117":0.00904,"118":0.00904,"119":0.02712,"120":0.11752,"121":0.0678,"122":0.0904,"123":0.05424,"124":0.2712,"125":0.44296,"126":0.16724,"127":0.113,"128":0.19888,"129":0.54692,"130":14.59056,"131":9.84004,"133":0.00452,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 39 40 41 42 43 44 45 46 48 50 52 53 54 55 57 59 60 61 64 66 76 77 78 102 132 134"},F:{"46":0.00452,"85":0.00904,"86":0.00452,"94":0.00904,"95":0.08588,"102":0.00452,"113":0.21696,"114":2.3052,_:"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 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"16":0.00452,"18":0.00904,"85":0.00452,"92":0.02712,"100":0.00452,"109":0.04068,"114":0.00904,"120":0.113,"121":0.00452,"122":0.00452,"123":0.00452,"124":0.00904,"125":0.00452,"126":0.01808,"127":0.00904,"128":0.01808,"129":0.05424,"130":2.1018,"131":1.45544,_:"12 13 14 15 17 79 80 81 83 84 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 119"},E:{"14":0.00452,_:"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 15.4 17.0","5.1":0.00904,"13.1":0.01356,"14.1":0.01808,"15.1":0.00452,"15.5":0.03616,"15.6":0.0452,"16.0":0.00452,"16.1":0.00452,"16.2":0.00904,"16.3":0.00452,"16.4":0.00452,"16.5":0.00904,"16.6":0.09944,"17.1":0.01356,"17.2":0.21244,"17.3":0.00904,"17.4":0.05876,"17.5":0.03164,"17.6":0.16272,"18.0":0.08588,"18.1":0.16272,"18.2":0.02712},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0004,"5.0-5.1":0,"6.0-6.1":0.00161,"7.0-7.1":0.00201,"8.1-8.4":0,"9.0-9.2":0.00161,"9.3":0.00563,"10.0-10.2":0.00121,"10.3":0.00925,"11.0-11.2":0.10862,"11.3-11.4":0.00282,"12.0-12.1":0.00161,"12.2-12.5":0.04224,"13.0-13.1":0.0008,"13.2":0.01086,"13.3":0.00161,"13.4-13.7":0.00603,"14.0-14.4":0.01328,"14.5-14.8":0.01891,"15.0-15.1":0.01086,"15.2-15.3":0.01006,"15.4":0.01207,"15.5":0.01408,"15.6-15.8":0.15086,"16.0":0.02856,"16.1":0.06035,"16.2":0.03058,"16.3":0.0519,"16.4":0.01046,"16.5":0.02092,"16.6-16.7":0.19793,"17.0":0.01448,"17.1":0.02414,"17.2":0.02012,"17.3":0.03058,"17.4":0.06558,"17.5":0.19592,"17.6-17.7":1.6925,"18.0":0.60024,"18.1":0.52742,"18.2":0.02132},P:{"4":0.17637,"20":0.01037,"21":0.05187,"22":0.0415,"23":0.0415,"24":0.0415,"25":0.05187,"26":0.87148,"27":0.75736,_:"5.0-5.4 8.2 9.2 10.1 16.0","6.2-6.4":0.01037,"7.2-7.4":0.14525,"11.1-11.2":0.01037,"12.0":0.02075,"13.0":0.01037,"14.0":0.01037,"15.0":0.01037,"17.0":0.03112,"18.0":0.01037,"19.0":0.02075},I:{"0":0.01641,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00002},A:{"11":0.00904,_:"6 7 8 9 10 5.5"},K:{"0":0.51521,_:"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.15895},H:{"0":0},L:{"0":49.25232},R:{_:"0"},M:{"0":0.19732}};
1
+ module.exports={C:{"52":0.01776,"58":0.08438,"60":0.00444,"78":0.03553,"112":0.00444,"113":0.05329,"114":0.00444,"115":0.27534,"121":0.00444,"124":0.00444,"125":0.02665,"127":0.01332,"128":0.02665,"129":0.00444,"130":0.00444,"131":0.00444,"132":0.00444,"133":0.01332,"134":0.5418,"135":1.42112,"136":0.00444,_:"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 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 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 116 117 118 119 120 122 123 126 137 138 3.5 3.6"},D:{"47":0.00444,"49":0.00444,"55":0.00444,"56":0.00444,"58":0.00444,"62":0.00888,"67":0.00444,"69":0.00888,"70":0.00888,"72":0.00444,"73":0.00444,"75":0.00444,"79":0.03553,"80":0.00444,"81":0.00444,"83":0.01776,"85":0.00444,"86":0.01332,"87":0.03109,"88":0.00888,"89":0.00444,"90":0.00444,"91":0.70168,"92":0.00444,"93":0.01332,"94":0.01776,"95":0.00444,"96":0.00444,"97":0.00444,"98":0.00888,"99":0.00444,"100":0.00444,"101":0.00888,"102":0.00444,"103":0.03109,"104":0.00888,"105":0.03553,"106":0.00888,"107":0.00444,"108":0.14655,"109":2.74454,"110":0.11103,"111":0.00888,"112":0.01332,"113":0.00444,"114":0.03109,"115":0.00444,"116":0.26202,"117":0.00888,"118":0.07106,"119":0.02665,"120":0.08882,"121":0.02665,"122":0.07106,"123":0.02665,"124":0.09326,"125":0.47519,"126":0.14655,"127":0.05329,"128":0.19096,"129":0.13323,"130":0.0755,"131":0.65727,"132":12.45701,"133":12.43924,"135":0.00444,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 48 50 51 52 53 54 57 59 60 61 63 64 65 66 68 71 74 76 77 78 84 134 136"},F:{"46":0.00444,"85":0.00444,"87":0.01776,"95":0.0755,"99":0.00444,"114":0.25314,_:"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 88 89 90 91 92 93 94 96 97 98 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.00444,"92":0.02665,"100":0.00444,"108":0.00444,"109":0.02221,"114":0.00444,"119":0.00444,"120":0.03553,"122":0.01332,"124":0.00444,"125":0.00444,"126":0.00444,"127":0.00444,"128":0.00444,"129":0.00444,"130":0.01776,"131":0.04885,"132":1.19463,"133":2.40258,_:"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 115 116 117 118 121 123"},E:{"14":0.00444,_:"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 15.4 16.1 16.4 18.4","5.1":0.00444,"13.1":0.00888,"14.1":0.06217,"15.1":0.00444,"15.5":0.00444,"15.6":0.04885,"16.0":0.01776,"16.2":0.00444,"16.3":0.00888,"16.5":0.00444,"16.6":0.05773,"17.0":0.00444,"17.1":0.00888,"17.2":0.2709,"17.3":0.00444,"17.4":0.02221,"17.5":0.01776,"17.6":0.14211,"18.0":0.00888,"18.1":0.06662,"18.2":0.07106,"18.3":0.19985},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00078,"5.0-5.1":0.00039,"6.0-6.1":0.00234,"7.0-7.1":0.00195,"8.1-8.4":0,"9.0-9.2":0.00078,"9.3":0.00586,"10.0-10.2":0.00078,"10.3":0.00899,"11.0-11.2":0.03087,"11.3-11.4":0.00274,"12.0-12.1":0.00156,"12.2-12.5":0.04142,"13.0-13.1":0.00078,"13.2":0.00117,"13.3":0.00156,"13.4-13.7":0.00586,"14.0-14.4":0.0129,"14.5-14.8":0.01798,"15.0-15.1":0.00938,"15.2-15.3":0.00938,"15.4":0.01133,"15.5":0.0129,"15.6-15.8":0.15984,"16.0":0.02306,"16.1":0.04807,"16.2":0.02423,"16.3":0.04377,"16.4":0.00977,"16.5":0.01837,"16.6-16.7":0.19032,"17.0":0.01172,"17.1":0.02071,"17.2":0.01641,"17.3":0.02306,"17.4":0.04768,"17.5":0.11333,"17.6-17.7":0.37282,"18.0":0.10981,"18.1":1.00865,"18.2":0.32436,"18.3":1.15598,"18.4":0.00234},P:{"4":0.13366,"20":0.01028,"21":0.03085,"22":0.04113,"23":0.07197,"24":0.03085,"25":0.04113,"26":0.15423,"27":1.49085,_:"5.0-5.4 6.2-6.4 8.2 9.2 10.1 14.0","7.2-7.4":0.13366,"11.1-11.2":0.01028,"12.0":0.01028,"13.0":0.02056,"15.0":0.01028,"16.0":0.01028,"17.0":0.03085,"18.0":0.01028,"19.0":0.01028},I:{"0":0.03329,"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.90724,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00444,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":50.64411},R:{_:"0"},M:{"0":0.25571},Q:{_:"14.9"},O:{"0":0.13898},H:{"0":0.01}};
@@ -1 +1 @@
1
- module.exports={C:{"3":0.00332,"11":0.00332,"52":0.00332,"59":0.00996,"78":0.00332,"88":0.00332,"91":0.00332,"102":0.00332,"103":0.00332,"105":0.00332,"110":0.00332,"113":0.00332,"114":0.01661,"115":0.09631,"121":0.00332,"123":0.00332,"125":0.00664,"126":0.00332,"127":0.00664,"128":0.05646,"129":0.00664,"130":0.00996,"131":0.05314,"132":0.81032,"133":0.08303,_:"2 4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 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 104 106 107 108 109 111 112 116 117 118 119 120 122 124 134 135 136 3.5 3.6"},D:{"47":0.00332,"51":0.00332,"55":0.00664,"63":0.00332,"65":0.00332,"66":0.03653,"71":0.00996,"72":0.00332,"75":0.00996,"78":0.00332,"79":0.01993,"80":0.00332,"81":0.00664,"83":0.00332,"84":0.00332,"85":0.00664,"86":0.00664,"87":0.01993,"88":0.00664,"89":0.03653,"90":0.00664,"91":0.269,"92":0.00332,"93":0.00332,"94":0.04649,"95":0.00332,"96":0.01328,"97":0.00332,"98":0.00332,"99":0.00332,"100":0.00332,"101":0.00332,"102":0.00664,"103":0.02989,"104":0.01328,"105":0.01328,"106":0.01328,"107":0.01993,"108":0.01993,"109":4.00181,"110":0.01328,"111":0.01661,"112":0.01661,"113":0.00664,"114":0.03321,"115":0.00996,"116":0.04649,"117":0.02989,"118":0.00996,"119":0.04649,"120":0.06974,"121":0.02325,"122":0.08303,"123":0.03985,"124":0.10959,"125":0.07306,"126":0.09299,"127":0.09299,"128":0.23247,"129":0.51808,"130":10.98255,"131":7.50214,"132":0.01661,"133":0.00332,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 48 49 50 52 53 54 56 57 58 59 60 61 62 64 67 68 69 70 73 74 76 77 134"},F:{"85":0.00332,"95":0.01993,"112":0.00332,"113":0.17601,"114":2.25828,_:"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 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:{"15":0.01328,"17":0.00332,"92":0.00996,"107":0.00332,"108":0.00332,"109":0.02657,"110":0.00332,"111":0.00332,"114":0.00332,"120":0.00332,"121":0.00332,"122":0.00332,"123":0.00332,"124":0.00332,"125":0.00664,"126":0.00664,"127":0.00664,"128":0.01661,"129":0.07306,"130":1.8664,"131":1.35829,_:"12 13 14 16 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 112 113 115 116 117 118 119"},E:{"4":0.00332,_:"0 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 10.1 12.1 15.1 15.2-15.3","5.1":0.00996,"9.1":0.00332,"11.1":0.00996,"13.1":0.00664,"14.1":0.00664,"15.4":0.00332,"15.5":0.00332,"15.6":0.02657,"16.0":0.00332,"16.1":0.00332,"16.2":0.00332,"16.3":0.00664,"16.4":0.00332,"16.5":0.00332,"16.6":0.03321,"17.0":0.00332,"17.1":0.00664,"17.2":0.00332,"17.3":0.00996,"17.4":0.02325,"17.5":0.03653,"17.6":0.13284,"18.0":0.09631,"18.1":0.1262,"18.2":0.00664},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00041,"5.0-5.1":0,"6.0-6.1":0.00165,"7.0-7.1":0.00206,"8.1-8.4":0,"9.0-9.2":0.00165,"9.3":0.00578,"10.0-10.2":0.00124,"10.3":0.00949,"11.0-11.2":0.11143,"11.3-11.4":0.00289,"12.0-12.1":0.00165,"12.2-12.5":0.04333,"13.0-13.1":0.00083,"13.2":0.01114,"13.3":0.00165,"13.4-13.7":0.00619,"14.0-14.4":0.01362,"14.5-14.8":0.0194,"15.0-15.1":0.01114,"15.2-15.3":0.01032,"15.4":0.01238,"15.5":0.01444,"15.6-15.8":0.15476,"16.0":0.0293,"16.1":0.06191,"16.2":0.03137,"16.3":0.05324,"16.4":0.01073,"16.5":0.02146,"16.6-16.7":0.20305,"17.0":0.01486,"17.1":0.02476,"17.2":0.02064,"17.3":0.03137,"17.4":0.06727,"17.5":0.20099,"17.6-17.7":1.73623,"18.0":0.61575,"18.1":0.54105,"18.2":0.02187},P:{"4":0.01062,"21":0.01062,"22":0.01062,"23":0.01062,"24":0.02124,"25":0.02124,"26":0.46719,"27":0.44596,_:"20 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0 19.0","7.2-7.4":0.05309,"17.0":0.01062},I:{"0":0.48642,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00015,"4.4":0,"4.4.3-4.4.4":0.00063},A:{"8":0.00356,"9":0.00356,"11":0.34491,_:"6 7 10 5.5"},K:{"0":0.18698,_:"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.02671},H:{"0":0},L:{"0":60.99841},R:{_:"0"},M:{"0":0.07346}};
1
+ module.exports={C:{"52":0.00374,"78":0.00374,"88":0.00374,"91":0.00374,"102":0.00374,"103":0.00374,"113":0.00374,"115":0.10464,"121":0.00374,"125":0.00747,"126":0.00374,"127":0.00374,"128":0.071,"129":0.00747,"130":0.00374,"131":0.00747,"132":0.00747,"133":0.01869,"134":0.25412,"135":0.84456,"136":0.00747,_:"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 104 105 106 107 108 109 110 111 112 114 116 117 118 119 120 122 123 124 137 138 3.5 3.6"},D:{"39":0.00374,"40":0.00374,"41":0.00374,"42":0.00374,"43":0.00374,"44":0.00374,"45":0.00374,"46":0.00374,"47":0.00374,"48":0.00374,"49":0.00374,"50":0.00374,"51":0.00747,"52":0.00374,"53":0.00374,"54":0.00374,"55":0.01121,"56":0.00374,"57":0.00374,"58":0.00374,"59":0.00374,"60":0.00374,"65":0.00374,"66":0.00374,"75":0.01495,"78":0.01121,"79":0.01869,"80":0.00374,"81":0.00747,"83":0.00374,"84":0.00374,"85":0.00374,"86":0.00747,"87":0.02242,"88":0.00747,"89":0.00374,"90":0.00374,"91":0.11211,"92":0.00374,"93":0.00374,"94":0.05979,"96":0.01495,"97":0.00374,"98":0.00374,"99":0.00374,"100":0.00374,"101":0.00374,"102":0.00747,"103":0.02616,"104":0.10464,"105":0.01495,"106":0.01121,"107":0.01495,"108":0.01869,"109":2.17867,"110":0.01121,"111":0.01121,"112":0.01495,"113":0.00374,"114":0.02616,"115":0.00374,"116":0.05606,"117":0.02242,"118":0.00747,"119":0.03363,"120":0.04858,"121":0.02242,"122":0.08221,"123":0.03737,"124":0.09343,"125":0.04858,"126":0.071,"127":0.06353,"128":0.1719,"129":0.10464,"130":0.16069,"131":0.88941,"132":11.08021,"133":11.26706,"134":0.02242,"135":0.00747,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 67 68 69 70 71 72 73 74 76 77 95 136"},F:{"82":0.00374,"87":0.00747,"95":0.01869,"112":0.00374,"113":0.00374,"114":0.34007,_:"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 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 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"91":0.00747,"92":0.01121,"94":0.00374,"107":0.00374,"108":0.00374,"109":0.02616,"110":0.00374,"114":0.00374,"118":0.00374,"120":0.00374,"122":0.00374,"125":0.00374,"126":0.00747,"127":0.00374,"128":0.00374,"129":0.00747,"130":0.04858,"131":0.06727,"132":1.68912,"133":2.35431,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 93 95 96 97 98 99 100 101 102 103 104 105 106 111 112 113 115 116 117 119 121 123 124"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 17.0 18.4","5.1":0.00374,"13.1":0.00374,"14.1":0.00374,"15.4":0.00374,"15.5":0.00374,"15.6":0.0299,"16.0":0.00374,"16.1":0.00374,"16.2":0.00374,"16.3":0.00747,"16.4":0.00374,"16.5":0.00374,"16.6":0.03363,"17.1":0.01121,"17.2":0.00374,"17.3":0.00374,"17.4":0.02242,"17.5":0.0299,"17.6":0.07474,"18.0":0.01869,"18.1":0.08595,"18.2":0.05232,"18.3":0.22796},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00102,"5.0-5.1":0.00051,"6.0-6.1":0.00305,"7.0-7.1":0.00254,"8.1-8.4":0,"9.0-9.2":0.00102,"9.3":0.00762,"10.0-10.2":0.00102,"10.3":0.01168,"11.0-11.2":0.04013,"11.3-11.4":0.00356,"12.0-12.1":0.00203,"12.2-12.5":0.05385,"13.0-13.1":0.00102,"13.2":0.00152,"13.3":0.00203,"13.4-13.7":0.00762,"14.0-14.4":0.01676,"14.5-14.8":0.02337,"15.0-15.1":0.01219,"15.2-15.3":0.01219,"15.4":0.01473,"15.5":0.01676,"15.6-15.8":0.20778,"16.0":0.02997,"16.1":0.06249,"16.2":0.0315,"16.3":0.0569,"16.4":0.0127,"16.5":0.02388,"16.6-16.7":0.2474,"17.0":0.01524,"17.1":0.02692,"17.2":0.02134,"17.3":0.02997,"17.4":0.06198,"17.5":0.14732,"17.6-17.7":0.48464,"18.0":0.14275,"18.1":1.31117,"18.2":0.42165,"18.3":1.50269,"18.4":0.00305},P:{"4":0.01042,"21":0.01042,"22":0.01042,"23":0.01042,"24":0.02084,"25":0.02084,"26":0.06253,"27":1.00051,_:"20 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0 19.0","7.2-7.4":0.05211,"17.0":0.01042},I:{"0":0.35633,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00007,"4.4":0,"4.4.3-4.4.4":0.00043},K:{"0":0.23177,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.00401,"9":0.00401,"11":0.10035,_:"6 7 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":56.06674},R:{_:"0"},M:{"0":0.09396},Q:{_:"14.9"},O:{"0":0.02506},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"48":0.00271,"95":0.02166,"115":0.05687,"128":0.00542,"131":0.02166,"132":0.20039,"133":0.01896,"134":0.00271,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 127 129 130 135 136 3.5 3.6"},D:{"71":0.00271,"75":0.00271,"76":0.00271,"83":0.00271,"87":0.00271,"90":0.00271,"91":0.00271,"93":0.01083,"97":0.00271,"98":0.00271,"101":0.00271,"103":0.03791,"104":0.00271,"106":0.00271,"108":0.00271,"109":0.15706,"111":0.00271,"114":0.00542,"115":0.00271,"116":0.08395,"119":0.00271,"120":0.00271,"121":0.00271,"122":0.01625,"123":0.00542,"124":0.00812,"125":0.00271,"126":0.0352,"127":0.01625,"128":0.06228,"129":0.19227,"130":2.07162,"131":1.21589,"132":0.00812,_:"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 72 73 74 77 78 79 80 81 84 85 86 88 89 92 94 95 96 99 100 102 105 107 110 112 113 117 118 133 134"},F:{"113":0.00812,"114":0.08124,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00271,"107":0.00271,"109":0.01354,"123":0.00271,"126":0.00812,"127":0.00271,"128":0.01083,"129":0.10561,"130":0.98571,"131":0.65263,_:"13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 108 110 111 112 113 114 115 116 117 118 119 120 121 122 124 125"},E:{"9":0.00271,"14":0.00812,"15":0.00271,_:"0 4 5 6 7 8 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1","12.1":0.00271,"13.1":0.01354,"14.1":0.0352,"15.1":0.01896,"15.2-15.3":0.02166,"15.4":0.21122,"15.5":0.11374,"15.6":0.99654,"16.0":0.01354,"16.1":0.13811,"16.2":0.18144,"16.3":0.33038,"16.4":0.11915,"16.5":0.16519,"16.6":1.80894,"17.0":0.04333,"17.1":0.1679,"17.2":0.10561,"17.3":0.16248,"17.4":0.35475,"17.5":0.92614,"17.6":8.17545,"18.0":1.48128,"18.1":2.58343,"18.2":0.06499},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0066,"5.0-5.1":0,"6.0-6.1":0.02641,"7.0-7.1":0.03301,"8.1-8.4":0,"9.0-9.2":0.02641,"9.3":0.09243,"10.0-10.2":0.01981,"10.3":0.15185,"11.0-11.2":1.78259,"11.3-11.4":0.04622,"12.0-12.1":0.02641,"12.2-12.5":0.69323,"13.0-13.1":0.0132,"13.2":0.17826,"13.3":0.02641,"13.4-13.7":0.09903,"14.0-14.4":0.21787,"14.5-14.8":0.3103,"15.0-15.1":0.17826,"15.2-15.3":0.16505,"15.4":0.19807,"15.5":0.23108,"15.6-15.8":2.47582,"16.0":0.46875,"16.1":0.99033,"16.2":0.50177,"16.3":0.85168,"16.4":0.17166,"16.5":0.34331,"16.6-16.7":3.24827,"17.0":0.23768,"17.1":0.39613,"17.2":0.33011,"17.3":0.50177,"17.4":1.07615,"17.5":3.21526,"17.6-17.7":27.77536,"18.0":9.85045,"18.1":8.65545,"18.2":0.34992},P:{"4":0.01047,"22":0.01047,"24":0.02093,"25":0.01047,"26":0.39771,"27":0.41865,_:"20 21 23 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0 19.0","7.2-7.4":0.01047,"17.0":0.01047},I:{"0":0.00728,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00001},A:{"8":0.00271,"11":0.00271,_:"6 7 9 10 5.5"},K:{"0":0.01458,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},Q:{_:"14.9"},O:{_:"0"},H:{"0":0},L:{"0":6.19086},R:{_:"0"},M:{"0":0.02917}};
1
+ module.exports={C:{"48":0.00285,"95":0.0057,"115":0.04847,"128":0.00855,"133":0.0057,"134":0.05702,"135":0.17676,"136":0.00285,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 127 129 130 131 132 137 138 3.5 3.6"},D:{"71":0.00285,"75":0.00285,"76":0.00855,"87":0.00285,"90":0.00285,"91":0.00285,"93":0.0057,"98":0.00285,"101":0.00855,"103":0.04277,"104":0.00285,"109":0.1511,"114":0.00285,"115":0.00285,"116":0.06842,"119":0.00285,"120":0.00285,"121":0.00285,"122":0.0057,"123":0.00285,"124":0.00855,"125":0.00285,"126":0.02281,"127":0.0057,"128":0.03136,"129":0.02851,"130":0.20812,"131":0.25944,"132":1.65358,"133":1.4369,"134":0.0057,_:"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 72 73 74 77 78 79 80 81 83 84 85 86 88 89 92 94 95 96 97 99 100 102 105 106 107 108 110 111 112 113 117 118 135 136"},F:{"114":0.00855,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00285,"107":0.00285,"109":0.0114,"123":0.00285,"125":0.00285,"126":0.00285,"129":0.00285,"130":0.0057,"131":0.04277,"132":0.67854,"133":0.88381,_:"13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 108 110 111 112 113 114 115 116 117 118 119 120 121 122 124 127 128"},E:{"13":0.00285,"14":0.0057,_:"0 4 5 6 7 8 9 10 11 12 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1","12.1":0.00285,"13.1":0.0114,"14.1":0.02566,"15.1":0.01996,"15.2-15.3":0.01711,"15.4":0.08553,"15.5":0.09408,"15.6":0.90377,"16.0":0.01996,"16.1":0.13685,"16.2":0.10834,"16.3":0.27655,"16.4":0.09123,"16.5":0.18246,"16.6":1.67069,"17.0":0.04277,"17.1":1.04062,"17.2":0.06842,"17.3":0.11689,"17.4":0.28795,"17.5":0.63862,"17.6":1.95294,"18.0":0.21668,"18.1":3.65783,"18.2":1.19172,"18.3":8.15101,"18.4":0.00855},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.01307,"5.0-5.1":0.00653,"6.0-6.1":0.0392,"7.0-7.1":0.03267,"8.1-8.4":0,"9.0-9.2":0.01307,"9.3":0.09801,"10.0-10.2":0.01307,"10.3":0.15028,"11.0-11.2":0.51618,"11.3-11.4":0.04574,"12.0-12.1":0.02614,"12.2-12.5":0.6926,"13.0-13.1":0.01307,"13.2":0.0196,"13.3":0.02614,"13.4-13.7":0.09801,"14.0-14.4":0.21562,"14.5-14.8":0.30056,"15.0-15.1":0.15682,"15.2-15.3":0.15682,"15.4":0.18949,"15.5":0.21562,"15.6-15.8":2.6724,"16.0":0.38551,"16.1":0.80368,"16.2":0.40511,"16.3":0.73181,"16.4":0.16335,"16.5":0.3071,"16.6-16.7":3.18205,"17.0":0.19602,"17.1":0.3463,"17.2":0.27443,"17.3":0.38551,"17.4":0.79715,"17.5":1.89486,"17.6-17.7":6.23342,"18.0":1.83605,"18.1":16.86422,"18.2":5.42321,"18.3":19.32753,"18.4":0.0392},P:{"24":0.01086,"25":0.01086,"26":0.01086,"27":0.77141,_:"4 20 21 22 23 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.01086},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.02144,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.00285,"11":0.00285,_:"6 7 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":5.58156},R:{_:"0"},M:{"0":0.02859},Q:{_:"14.9"},O:{_:"0"},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"45":0.006,"67":0.003,"97":0.02101,"115":0.19507,"123":0.003,"126":0.01501,"127":0.003,"129":0.012,"131":0.09903,"132":0.50717,"133":0.03901,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 124 125 128 130 134 135 136 3.5 3.6"},D:{"75":0.003,"79":0.006,"87":0.03901,"89":0.003,"91":0.006,"93":0.009,"94":0.003,"96":0.009,"97":0.003,"98":0.04502,"99":0.01801,"100":0.006,"103":0.04502,"105":0.003,"106":0.009,"108":0.009,"109":1.1854,"110":0.009,"111":0.01501,"112":0.003,"114":0.04502,"115":0.02701,"116":0.05702,"117":0.009,"118":0.04502,"119":0.006,"120":0.02101,"121":0.01801,"122":0.01501,"123":0.06602,"124":0.02101,"125":0.003,"126":0.05402,"127":0.02701,"128":0.27609,"129":0.3061,"130":10.60553,"131":9.56719,"132":0.009,"133":0.006,_:"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 76 77 78 80 81 83 84 85 86 88 90 92 95 101 102 104 107 113 134"},F:{"46":0.003,"95":0.01501,"109":0.003,"113":0.006,"114":0.27609,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"16":0.003,"90":0.003,"92":0.012,"98":0.006,"99":0.003,"100":0.003,"107":0.003,"111":0.003,"112":0.003,"114":0.01501,"115":0.003,"117":0.003,"118":0.003,"122":0.003,"123":0.006,"124":0.02101,"125":0.012,"126":0.02101,"127":0.02401,"128":0.05402,"129":0.05402,"130":1.57553,"131":1.61754,_:"12 13 14 15 17 18 79 80 81 83 84 85 86 87 88 89 91 93 94 95 96 97 101 102 103 104 105 106 108 109 110 113 116 119 120 121"},E:{"15":0.003,_:"0 4 5 6 7 8 9 10 11 12 13 14 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.4 18.2","13.1":0.003,"14.1":0.02401,"15.2-15.3":0.003,"15.5":0.003,"15.6":0.03301,"16.0":0.09303,"16.1":0.006,"16.2":0.003,"16.3":0.003,"16.4":0.02101,"16.5":0.003,"16.6":0.03301,"17.0":0.003,"17.1":0.02101,"17.2":0.12304,"17.3":0.009,"17.4":0.006,"17.5":0.10504,"17.6":0.40213,"18.0":0.27009,"18.1":0.26109},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00068,"5.0-5.1":0,"6.0-6.1":0.00272,"7.0-7.1":0.00339,"8.1-8.4":0,"9.0-9.2":0.00272,"9.3":0.0095,"10.0-10.2":0.00204,"10.3":0.01561,"11.0-11.2":0.18328,"11.3-11.4":0.00475,"12.0-12.1":0.00272,"12.2-12.5":0.07127,"13.0-13.1":0.00136,"13.2":0.01833,"13.3":0.00272,"13.4-13.7":0.01018,"14.0-14.4":0.0224,"14.5-14.8":0.0319,"15.0-15.1":0.01833,"15.2-15.3":0.01697,"15.4":0.02036,"15.5":0.02376,"15.6-15.8":0.25455,"16.0":0.0482,"16.1":0.10182,"16.2":0.05159,"16.3":0.08757,"16.4":0.01765,"16.5":0.0353,"16.6-16.7":0.33397,"17.0":0.02444,"17.1":0.04073,"17.2":0.03394,"17.3":0.05159,"17.4":0.11065,"17.5":0.33058,"17.6-17.7":2.85574,"18.0":1.01278,"18.1":0.88991,"18.2":0.03598},P:{"4":0.06298,"20":0.0105,"21":0.02099,"22":0.0105,"23":0.06298,"24":0.04199,"25":0.02099,"26":0.27292,"27":0.22044,_:"5.0-5.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 15.0 17.0 18.0","6.2-6.4":0.0105,"7.2-7.4":0.05249,"14.0":0.16795,"16.0":0.02099,"19.0":0.0105},I:{"0":0.00698,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00001},A:{"10":0.003,"11":0.009,_:"6 7 8 9 5.5"},K:{"0":0.48986,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},Q:{_:"14.9"},O:{"0":1.0357},H:{"0":0},L:{"0":61.61508},R:{_:"0"},M:{"0":0.02799}};
1
+ module.exports={C:{"78":0.0087,"115":0.05802,"121":0.0029,"124":0.0058,"126":0.0116,"128":0.0029,"131":0.01741,"132":0.0116,"134":0.18566,"135":0.77747,_:"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 122 123 125 127 129 130 133 136 137 138 3.5 3.6"},D:{"47":0.0087,"49":0.0087,"65":0.0058,"67":0.0087,"68":0.0029,"74":0.09283,"77":0.01451,"79":0.0087,"87":0.03771,"89":0.0029,"93":0.0029,"94":0.0029,"97":0.0087,"98":0.03771,"99":0.0058,"101":0.0029,"102":0.0029,"103":0.12474,"105":0.0058,"108":0.02031,"109":1.09658,"110":0.0058,"114":0.02321,"115":0.03191,"116":0.05802,"118":0.0116,"119":0.0029,"121":0.01451,"122":0.02321,"123":0.01451,"124":0.0087,"125":0.0116,"126":0.03191,"127":0.13055,"128":0.25529,"129":0.02321,"130":0.06382,"131":0.98054,"132":9.50078,"133":8.05898,"134":0.0087,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 48 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 66 69 70 71 72 73 75 76 78 80 81 83 84 85 86 88 90 91 92 95 96 100 104 106 107 111 112 113 117 120 135 136"},F:{"95":0.0116,"110":0.0116,_:"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 111 112 113 114 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.0058,"16":0.0029,"17":0.0029,"18":0.0116,"92":0.01451,"98":0.0029,"99":0.0029,"100":0.0029,"105":0.0029,"109":0.0087,"112":0.0029,"114":0.0029,"117":0.0087,"119":0.0029,"122":0.0058,"123":0.0029,"124":0.0116,"125":0.0029,"127":0.0029,"128":0.0058,"130":0.02031,"131":0.09863,"132":0.90511,"133":1.34606,_:"13 14 15 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 101 102 103 104 106 107 108 110 111 113 115 116 118 120 121 126 129"},E:{"13":0.0058,"14":0.0029,_:"0 4 5 6 7 8 9 10 11 12 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.4 16.2 16.5 17.0 18.4","13.1":0.0029,"14.1":0.02031,"15.2-15.3":0.0029,"15.5":0.0116,"15.6":0.01741,"16.0":0.0029,"16.1":0.02031,"16.3":0.0029,"16.4":0.0029,"16.6":0.07833,"17.1":0.0087,"17.2":0.02031,"17.3":0.0087,"17.4":0.02321,"17.5":0.03481,"17.6":0.21758,"18.0":0.0116,"18.1":0.16826,"18.2":0.20307,"18.3":0.67013},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00118,"5.0-5.1":0.00059,"6.0-6.1":0.00354,"7.0-7.1":0.00295,"8.1-8.4":0,"9.0-9.2":0.00118,"9.3":0.00885,"10.0-10.2":0.00118,"10.3":0.01357,"11.0-11.2":0.0466,"11.3-11.4":0.00413,"12.0-12.1":0.00236,"12.2-12.5":0.06253,"13.0-13.1":0.00118,"13.2":0.00177,"13.3":0.00236,"13.4-13.7":0.00885,"14.0-14.4":0.01947,"14.5-14.8":0.02714,"15.0-15.1":0.01416,"15.2-15.3":0.01416,"15.4":0.01711,"15.5":0.01947,"15.6-15.8":0.24128,"16.0":0.03481,"16.1":0.07256,"16.2":0.03658,"16.3":0.06607,"16.4":0.01475,"16.5":0.02773,"16.6-16.7":0.28729,"17.0":0.0177,"17.1":0.03127,"17.2":0.02478,"17.3":0.03481,"17.4":0.07197,"17.5":0.17108,"17.6-17.7":0.56279,"18.0":0.16577,"18.1":1.5226,"18.2":0.48964,"18.3":1.745,"18.4":0.00354},P:{"4":0.11413,"21":0.0415,"23":0.02075,"24":0.02075,"25":0.02075,"26":0.17638,"27":0.68478,_:"20 22 5.0-5.4 6.2-6.4 9.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0 17.0 19.0","7.2-7.4":0.09338,"8.2":0.01038,"13.0":0.01038,"18.0":0.01038},I:{"0":0.00708,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00001},K:{"0":0.46144,_:"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":64.94364},R:{_:"0"},M:{"0":0.09939},Q:{_:"14.9"},O:{"0":0.88738},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"34":0.00697,"47":0.00349,"49":0.00697,"52":0.00697,"70":0.00349,"78":0.01743,"110":0.00349,"111":0.01046,"113":0.00349,"115":0.19516,"116":0.00349,"120":0.01046,"121":0.00349,"125":0.08364,"126":0.00697,"127":0.01743,"128":0.04182,"129":0.00349,"130":0.01046,"131":0.09061,"132":0.83292,"133":0.06273,_:"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 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 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 112 114 117 118 119 122 123 124 134 135 136 3.5 3.6"},D:{"11":0.00349,"49":0.00349,"50":0.00349,"54":0.01046,"56":0.00349,"58":0.00349,"61":0.00349,"63":0.01046,"68":0.00349,"69":0.00349,"70":0.00697,"71":0.00349,"72":0.00349,"73":0.01394,"74":0.00349,"75":0.03485,"76":0.00349,"78":0.01743,"79":0.00349,"80":0.00349,"81":0.01046,"83":0.01743,"84":0.00349,"85":0.00349,"86":0.01046,"87":0.01394,"88":0.05576,"89":0.00349,"90":0.00349,"91":0.0244,"92":0.01046,"93":0.00697,"94":0.02091,"95":0.01394,"96":0.01394,"98":0.02788,"99":0.02091,"100":0.01394,"101":0.00349,"102":0.00349,"103":0.04531,"104":0.03485,"105":0.00349,"106":0.00697,"107":0.01743,"108":0.00349,"109":1.67977,"110":0.00697,"111":0.02788,"112":0.01394,"114":0.03137,"115":0.00697,"116":0.0941,"117":0.00349,"118":0.08364,"119":0.05228,"120":0.04182,"121":0.02788,"122":0.12895,"123":0.04182,"124":0.04182,"125":0.06622,"126":0.07319,"127":0.06622,"128":0.21607,"129":0.52972,"130":10.86623,"131":6.15103,"132":0.00697,"133":0.00349,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 51 52 53 55 57 59 60 62 64 65 66 67 77 97 113 134"},F:{"60":0.00349,"62":0.00349,"64":0.00349,"85":0.00349,"95":0.01394,"102":0.00349,"105":0.00349,"109":0.00697,"111":0.00349,"112":0.00349,"113":0.02091,"114":0.697,_:"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 63 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 106 107 108 110 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.01046,"13":0.00349,"14":0.01394,"15":0.00349,"16":0.00349,"17":0.01046,"18":0.00697,"84":0.00349,"89":0.00349,"90":0.00697,"92":0.11501,"100":0.02091,"108":0.00349,"109":0.05925,"110":0.00349,"114":0.00697,"118":0.00349,"119":0.01046,"120":0.00697,"121":0.00349,"122":0.01046,"123":0.00349,"124":0.01046,"125":0.03485,"126":0.04182,"127":0.0244,"128":0.07319,"129":0.19168,"130":3.12953,"131":1.76341,_:"79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 111 112 113 115 116 117"},E:{"14":0.00697,_:"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 16.2 18.2","11.1":0.00697,"13.1":0.08364,"14.1":0.04879,"15.1":0.00697,"15.2-15.3":0.00349,"15.4":0.00697,"15.5":0.00697,"15.6":0.12895,"16.0":0.01046,"16.1":0.05228,"16.3":0.01743,"16.4":0.00349,"16.5":0.02091,"16.6":0.13243,"17.0":0.00349,"17.1":0.00349,"17.2":0.04531,"17.3":0.01394,"17.4":0.01046,"17.5":0.04182,"17.6":0.46002,"18.0":0.22653,"18.1":0.2788},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00052,"5.0-5.1":0,"6.0-6.1":0.00208,"7.0-7.1":0.0026,"8.1-8.4":0,"9.0-9.2":0.00208,"9.3":0.00729,"10.0-10.2":0.00156,"10.3":0.01197,"11.0-11.2":0.14055,"11.3-11.4":0.00364,"12.0-12.1":0.00208,"12.2-12.5":0.05466,"13.0-13.1":0.00104,"13.2":0.01405,"13.3":0.00208,"13.4-13.7":0.00781,"14.0-14.4":0.01718,"14.5-14.8":0.02447,"15.0-15.1":0.01405,"15.2-15.3":0.01301,"15.4":0.01562,"15.5":0.01822,"15.6-15.8":0.19521,"16.0":0.03696,"16.1":0.07808,"16.2":0.03956,"16.3":0.06715,"16.4":0.01353,"16.5":0.02707,"16.6-16.7":0.25611,"17.0":0.01874,"17.1":0.03123,"17.2":0.02603,"17.3":0.03956,"17.4":0.08485,"17.5":0.25351,"17.6-17.7":2.18995,"18.0":0.77666,"18.1":0.68244,"18.2":0.02759},P:{"4":0.2371,"20":0.01031,"21":0.03093,"22":0.05154,"23":0.05154,"24":0.10309,"25":0.06185,"26":0.95873,"27":0.64946,_:"5.0-5.4 8.2 9.2 10.1 11.1-11.2 12.0 15.0","6.2-6.4":0.01031,"7.2-7.4":0.16494,"13.0":0.08247,"14.0":0.01031,"16.0":0.02062,"17.0":0.03093,"18.0":0.01031,"19.0":0.08247},I:{"0":0.0455,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00006},A:{"11":0.02091,_:"6 7 8 9 10 5.5"},K:{"0":1.10876,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.03909,_:"3.0-3.1"},J:{_:"7 10"},Q:{"14.9":0.00652},O:{"0":0.61893},H:{"0":0.09},L:{"0":59.25513},R:{_:"0"},M:{"0":0.18894}};
1
+ module.exports={C:{"18":0.00375,"34":0.00375,"40":0.00375,"46":0.00375,"47":0.00375,"49":0.00375,"50":0.00375,"52":0.00751,"78":0.00751,"88":0.00375,"96":0.00751,"101":0.00375,"112":0.00751,"115":0.12764,"125":0.2778,"127":0.00375,"128":0.02628,"132":0.00751,"133":0.01126,"134":0.28155,"135":0.97604,"136":0.2853,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 41 42 43 44 45 48 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 92 93 94 95 97 98 99 100 102 103 104 105 106 107 108 109 110 111 113 114 116 117 118 119 120 121 122 123 124 126 129 130 131 137 138 3.5 3.6"},D:{"11":0.00375,"49":0.00375,"50":0.00375,"55":0.00375,"57":0.00375,"58":0.01126,"65":0.01877,"67":0.00375,"68":0.00375,"69":0.00375,"70":0.00751,"73":0.00751,"74":0.00375,"75":0.02252,"77":0.00375,"78":0.01126,"79":0.03754,"81":0.00375,"83":0.00751,"86":0.01502,"87":0.05631,"88":0.05631,"90":0.00751,"91":0.01502,"92":0.00375,"93":0.03379,"94":0.03003,"95":0.03379,"96":0.00375,"98":0.04505,"99":0.00751,"100":0.01877,"101":0.00375,"102":0.00375,"103":0.06006,"104":0.06757,"105":0.00375,"107":0.01877,"108":0.00751,"109":1.3627,"110":0.00375,"111":0.0488,"112":0.00375,"113":0.01502,"114":0.02252,"115":0.01877,"116":0.06757,"117":0.00751,"118":0.00751,"119":0.09385,"120":0.00751,"121":0.02628,"122":0.07508,"123":0.01877,"124":0.36789,"125":0.03003,"126":0.02628,"127":0.06006,"128":0.0901,"129":0.11262,"130":0.11262,"131":0.9873,"132":9.16727,"133":8.1687,"134":0.00375,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 51 52 53 54 56 59 60 61 62 63 64 66 71 72 76 80 84 85 89 97 106 135 136"},F:{"87":0.00751,"90":0.00751,"91":0.00375,"95":0.01502,"102":0.00375,"112":0.00375,"114":0.03003,_:"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 92 93 94 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.03379,"13":0.00375,"14":0.03379,"15":0.00375,"16":0.00375,"18":0.02628,"80":0.00375,"84":0.00375,"90":0.20272,"92":0.0976,"100":0.02252,"107":0.00375,"108":0.00375,"109":0.04505,"112":0.00375,"114":0.00751,"119":0.01126,"120":0.00751,"122":0.01126,"123":0.00375,"124":0.00375,"125":0.00751,"126":0.02252,"127":0.01877,"128":0.01877,"129":0.01502,"130":0.03754,"131":0.19896,"132":2.00464,"133":2.44385,_:"17 79 81 83 85 86 87 88 89 91 93 94 95 96 97 98 99 101 102 103 104 105 106 110 111 113 115 116 117 118 121"},E:{"14":0.00375,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.1 15.2-15.3 17.0 18.4","12.1":0.00375,"13.1":0.03379,"14.1":0.01877,"15.4":0.00375,"15.5":0.00751,"15.6":0.06382,"16.0":0.00375,"16.1":0.00375,"16.2":0.00375,"16.3":0.00375,"16.4":0.00751,"16.5":0.17268,"16.6":0.03379,"17.1":0.00375,"17.2":0.01877,"17.3":0.00751,"17.4":0.01502,"17.5":0.03754,"17.6":0.10511,"18.0":0.02252,"18.1":0.13514,"18.2":0.03754,"18.3":0.34912},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00097,"5.0-5.1":0.00048,"6.0-6.1":0.00291,"7.0-7.1":0.00242,"8.1-8.4":0,"9.0-9.2":0.00097,"9.3":0.00727,"10.0-10.2":0.00097,"10.3":0.01115,"11.0-11.2":0.0383,"11.3-11.4":0.00339,"12.0-12.1":0.00194,"12.2-12.5":0.05139,"13.0-13.1":0.00097,"13.2":0.00145,"13.3":0.00194,"13.4-13.7":0.00727,"14.0-14.4":0.016,"14.5-14.8":0.0223,"15.0-15.1":0.01163,"15.2-15.3":0.01163,"15.4":0.01406,"15.5":0.016,"15.6-15.8":0.19827,"16.0":0.0286,"16.1":0.05963,"16.2":0.03006,"16.3":0.05429,"16.4":0.01212,"16.5":0.02278,"16.6-16.7":0.23608,"17.0":0.01454,"17.1":0.02569,"17.2":0.02036,"17.3":0.0286,"17.4":0.05914,"17.5":0.14058,"17.6-17.7":0.46247,"18.0":0.13622,"18.1":1.25118,"18.2":0.40236,"18.3":1.43394,"18.4":0.00291},P:{"4":0.22407,"20":0.02037,"21":0.01018,"22":0.05092,"23":0.02037,"24":0.11203,"25":0.06111,"26":0.10185,"27":1.71105,_:"5.0-5.4 8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0 18.0","6.2-6.4":0.02037,"7.2-7.4":0.21388,"13.0":0.01018,"16.0":0.03055,"17.0":0.01018,"19.0":0.02037},I:{"0":0.06858,"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.00008},K:{"0":0.93952,_:"10 11 12 11.1 11.5 12.1"},A:{"10":0.00375,"11":0.01877,_:"6 7 8 9 5.5"},S:{"2.5":0.12494,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":59.20153},R:{_:"0"},M:{"0":0.11245},Q:{"14.9":0.00625},O:{"0":0.58097},H:{"0":0.06}};
@@ -1 +1 @@
1
- module.exports={C:{"45":0.00515,"52":0.41707,"66":0.00515,"78":0.00515,"88":0.00515,"91":0.00515,"96":0.01545,"97":0.00515,"105":0.02575,"110":0.00515,"111":0.00515,"113":0.0103,"114":0.00515,"115":0.59728,"120":0.00515,"122":0.00515,"123":0.00515,"125":0.0103,"126":0.01545,"127":0.09268,"128":0.06694,"129":0.00515,"130":0.0103,"131":0.11328,"132":1.49321,"133":0.20081,"134":0.00515,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 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 98 99 100 101 102 103 104 106 107 108 109 112 116 117 118 119 121 124 135 136 3.5 3.6"},D:{"49":0.05149,"51":0.00515,"53":0.00515,"55":0.00515,"58":0.29349,"64":0.00515,"72":0.00515,"77":0.01545,"78":0.0103,"79":0.13387,"80":0.02575,"81":0.00515,"84":0.04634,"86":0.00515,"87":0.01545,"88":0.01545,"89":0.0206,"90":0.03089,"92":0.0103,"94":0.0103,"95":0.00515,"96":0.00515,"97":0.00515,"98":0.0103,"99":0.00515,"100":0.0103,"101":0.0103,"102":0.01545,"103":0.03604,"104":0.00515,"105":0.0103,"106":0.12358,"107":0.01545,"108":0.02575,"109":2.98127,"110":0.04634,"111":0.03604,"112":0.0206,"113":0.01545,"114":0.0206,"115":0.0103,"116":0.05149,"117":0.00515,"118":0.14932,"119":0.07724,"120":0.04119,"121":0.03604,"122":0.05149,"123":0.02575,"124":0.18022,"125":0.02575,"126":0.08238,"127":0.09783,"128":0.20081,"129":0.43767,"130":13.55732,"131":7.2292,"132":0.00515,_:"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 52 54 56 57 59 60 61 62 63 65 66 67 68 69 70 71 73 74 75 76 83 85 91 93 133 134"},F:{"36":0.02575,"42":0.03604,"72":0.0103,"73":0.0103,"75":0.00515,"79":0.09783,"80":0.0103,"81":0.01545,"82":0.00515,"83":0.0103,"84":0.00515,"85":0.13387,"86":0.0206,"87":0.00515,"90":0.00515,"92":0.00515,"93":0.0103,"94":0.00515,"95":0.89078,"100":0.00515,"101":0.00515,"102":0.0103,"109":0.00515,"110":0.00515,"111":0.00515,"112":0.0103,"113":0.08238,"114":4.54142,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 40 41 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 74 76 77 78 88 89 91 96 97 98 99 103 104 105 106 107 108 9.5-9.6 10.0-10.1 10.5 10.6 11.5 11.6","11.1":0.00515,"12.1":0.02575},B:{"18":0.0103,"92":0.01545,"107":0.00515,"109":0.20596,"110":0.0103,"117":0.0103,"121":0.00515,"122":0.00515,"123":0.00515,"124":0.00515,"126":0.0103,"127":0.00515,"128":0.07724,"129":0.05149,"130":1.69917,"131":1.17912,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 108 111 112 113 114 115 116 118 119 120 125"},E:{"13":0.00515,"14":0.00515,_:"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","5.1":0.00515,"13.1":0.06694,"14.1":0.03604,"15.1":0.00515,"15.2-15.3":0.00515,"15.4":0.03089,"15.5":0.01545,"15.6":0.30379,"16.0":0.00515,"16.1":0.04634,"16.2":0.03604,"16.3":0.08753,"16.4":0.03604,"16.5":0.03604,"16.6":0.38103,"17.0":0.02575,"17.1":0.10298,"17.2":0.04119,"17.3":0.06179,"17.4":0.15447,"17.5":0.242,"17.6":1.42112,"18.0":0.64877,"18.1":0.7878,"18.2":0.0103},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00165,"5.0-5.1":0,"6.0-6.1":0.00659,"7.0-7.1":0.00824,"8.1-8.4":0,"9.0-9.2":0.00659,"9.3":0.02308,"10.0-10.2":0.00494,"10.3":0.03791,"11.0-11.2":0.44502,"11.3-11.4":0.01154,"12.0-12.1":0.00659,"12.2-12.5":0.17306,"13.0-13.1":0.0033,"13.2":0.0445,"13.3":0.00659,"13.4-13.7":0.02472,"14.0-14.4":0.05439,"14.5-14.8":0.07747,"15.0-15.1":0.0445,"15.2-15.3":0.04121,"15.4":0.04945,"15.5":0.05769,"15.6-15.8":0.61808,"16.0":0.11702,"16.1":0.24723,"16.2":0.12527,"16.3":0.21262,"16.4":0.04285,"16.5":0.08571,"16.6-16.7":0.81093,"17.0":0.05934,"17.1":0.09889,"17.2":0.08241,"17.3":0.12527,"17.4":0.26866,"17.5":0.80269,"17.6-17.7":6.93408,"18.0":2.45915,"18.1":2.16082,"18.2":0.08736},P:{"4":0.05279,"21":0.01056,"23":0.01056,"24":0.01056,"25":0.03167,"26":0.55955,"27":0.36952,_:"20 22 5.0-5.4 8.2 9.2 10.1 12.0 13.0 15.0 16.0 17.0 18.0 19.0","6.2-6.4":0.06335,"7.2-7.4":0.01056,"11.1-11.2":0.01056,"14.0":0.01056},I:{"0":0.03389,"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.01915,"11":0.14046,_:"6 7 9 10 5.5"},K:{"0":1.02348,_:"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.0097},O:{"0":0.05822},H:{"0":0.01},L:{"0":28.03554},R:{_:"0"},M:{"0":0.08248}};
1
+ module.exports={C:{"50":0.00533,"51":0.01066,"52":0.37303,"53":0.00533,"55":0.00533,"56":0.01066,"66":0.00533,"78":0.00533,"85":0.00533,"96":0.00533,"102":0.00533,"104":0.03197,"105":0.03197,"110":0.01599,"113":0.04796,"115":0.6608,"120":0.00533,"125":0.02132,"126":0.01599,"127":0.04263,"128":0.35171,"129":0.00533,"130":0.00533,"131":0.04796,"132":0.00533,"133":0.05329,"134":0.55955,"135":1.66798,"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 44 45 46 47 48 49 54 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 86 87 88 89 90 91 92 93 94 95 97 98 99 100 101 103 106 107 108 109 111 112 114 116 117 118 119 121 122 123 124 137 138 3.5 3.6"},D:{"38":0.00533,"39":0.00533,"40":0.00533,"41":0.00533,"43":0.00533,"44":0.00533,"45":0.00533,"46":0.00533,"47":0.00533,"48":0.00533,"49":0.03197,"50":0.00533,"51":0.00533,"52":0.00533,"53":0.01066,"54":0.00533,"55":0.00533,"56":0.00533,"57":0.03197,"58":0.07461,"59":0.00533,"60":0.00533,"61":0.00533,"72":0.01599,"77":0.01066,"78":0.00533,"79":0.09059,"80":0.01599,"81":0.00533,"84":0.00533,"87":0.03197,"88":0.00533,"89":0.03197,"90":0.02132,"91":0.00533,"92":0.00533,"94":0.01599,"96":0.00533,"97":0.01066,"98":0.01066,"99":0.01066,"100":0.01066,"101":0.02665,"102":0.05862,"103":0.0373,"104":0.02132,"106":0.10658,"107":0.02665,"108":0.03197,"109":2.85634,"110":0.01599,"111":0.02665,"112":0.02132,"113":0.01066,"114":0.04796,"115":0.01599,"116":0.02665,"117":0.01599,"118":0.12257,"119":0.05329,"120":0.03197,"121":0.02132,"122":0.05329,"123":0.02132,"124":0.13855,"125":0.01599,"126":0.13855,"127":0.03197,"128":0.12257,"129":0.06928,"130":0.29842,"131":0.71942,"132":9.58687,"133":11.52663,"134":0.01599,"135":0.00533,_:"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 42 62 63 64 65 66 67 68 69 70 71 73 74 75 76 83 85 86 93 95 105 136"},F:{"36":0.02132,"57":0.04263,"72":0.00533,"73":0.0373,"77":0.01066,"79":0.10658,"81":0.00533,"82":0.00533,"83":0.00533,"84":0.02665,"85":0.07461,"86":0.03197,"87":0.07994,"94":0.00533,"95":1.03916,"102":0.00533,"105":0.00533,"109":0.00533,"110":0.00533,"112":0.00533,"113":0.00533,"114":0.14388,_:"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 58 60 62 63 64 65 66 67 68 69 70 71 74 75 76 78 80 88 89 90 91 92 93 96 97 98 99 100 101 103 104 106 107 108 111 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6","12.1":0.02665},B:{"18":0.00533,"92":0.02132,"107":0.00533,"109":0.02132,"110":0.01066,"123":0.00533,"124":0.00533,"125":0.00533,"126":0.00533,"128":0.00533,"129":0.00533,"130":0.01066,"131":0.04263,"132":1.1031,"133":1.62535,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 108 111 112 113 114 115 116 117 118 119 120 121 122 127"},E:{"14":0.00533,_:"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.1 15.2-15.3 18.4","5.1":0.00533,"13.1":0.0373,"14.1":0.03197,"15.4":0.02665,"15.5":0.01066,"15.6":0.14921,"16.0":0.00533,"16.1":0.04263,"16.2":0.0373,"16.3":0.08526,"16.4":0.07994,"16.5":0.02132,"16.6":0.41566,"17.0":0.01599,"17.1":0.2025,"17.2":0.0373,"17.3":0.04263,"17.4":0.08526,"17.5":0.12257,"17.6":0.44231,"18.0":0.13323,"18.1":0.67145,"18.2":0.28777,"18.3":1.48679},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00317,"5.0-5.1":0.00158,"6.0-6.1":0.0095,"7.0-7.1":0.00791,"8.1-8.4":0,"9.0-9.2":0.00317,"9.3":0.02374,"10.0-10.2":0.00317,"10.3":0.0364,"11.0-11.2":0.12502,"11.3-11.4":0.01108,"12.0-12.1":0.00633,"12.2-12.5":0.16775,"13.0-13.1":0.00317,"13.2":0.00475,"13.3":0.00633,"13.4-13.7":0.02374,"14.0-14.4":0.05222,"14.5-14.8":0.0728,"15.0-15.1":0.03798,"15.2-15.3":0.03798,"15.4":0.04589,"15.5":0.05222,"15.6-15.8":0.64726,"16.0":0.09337,"16.1":0.19465,"16.2":0.09812,"16.3":0.17724,"16.4":0.03956,"16.5":0.07438,"16.6-16.7":0.77069,"17.0":0.04748,"17.1":0.08387,"17.2":0.06647,"17.3":0.09337,"17.4":0.19307,"17.5":0.45894,"17.6-17.7":1.50974,"18.0":0.44469,"18.1":4.08452,"18.2":1.3135,"18.3":4.68114,"18.4":0.0095},P:{"4":0.09169,"23":0.01019,"24":0.01019,"25":0.01019,"26":0.02038,"27":0.96782,_:"20 21 22 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 15.0 16.0","7.2-7.4":0.01019,"14.0":0.03056,"17.0":0.01019,"18.0":0.01019,"19.0":0.01019},I:{"0":0.03263,"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.88216,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.01827,"11":0.10963,_:"6 7 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":27.50295},R:{_:"0"},M:{"0":0.09809},Q:{"14.9":0.00934},O:{"0":0.09809},H:{"0":0.01}};
@@ -1 +1 @@
1
- module.exports={C:{"68":0.0133,"78":0.00333,"102":0.01995,"105":0.00333,"106":0.0133,"107":0.00333,"108":0.0133,"109":0.02328,"110":0.01995,"111":0.01663,"112":0.00333,"113":0.00998,"115":0.08313,"120":0.17955,"121":0.00665,"125":0.00665,"126":0.00333,"127":0.00333,"128":0.02328,"129":0.00998,"130":0.00998,"131":0.1197,"132":0.78138,"133":0.0798,_:"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 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 103 104 114 116 117 118 119 122 123 124 134 135 136 3.5 3.6"},D:{"39":0.00333,"48":0.00998,"64":0.00333,"66":0.00998,"75":0.00333,"76":0.00333,"79":0.02328,"81":0.00665,"87":0.00998,"88":0.10973,"91":0.10308,"92":0.0133,"93":0.02993,"96":0.00333,"97":0.01995,"99":0.00333,"100":0.0266,"103":0.16625,"104":0.00665,"105":0.01995,"106":0.10973,"107":0.07648,"108":0.25935,"109":0.36908,"110":0.11305,"111":0.0931,"112":0.14298,"113":0.05653,"114":1.43308,"115":0.00333,"116":0.3458,"117":0.2394,"118":0.23275,"119":0.23608,"120":0.25935,"121":0.01995,"122":0.0532,"123":0.02993,"124":0.05653,"125":0.0665,"126":0.38238,"127":0.05653,"128":0.07648,"129":0.36243,"130":4.51868,"131":2.53033,"132":0.01663,_:"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 43 44 45 46 47 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 65 67 68 69 70 71 72 73 74 77 78 80 83 84 85 86 89 90 94 95 98 101 102 133 134"},F:{"28":0.00665,"85":0.0133,"89":0.00333,"93":0.01995,"94":0.03325,"95":0.00333,"97":0.00998,"113":0.0532,"114":0.68163,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 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 90 91 92 96 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00998,"86":0.00665,"90":0.00333,"92":0.00333,"106":0.00333,"107":0.03325,"108":0.0399,"109":0.05985,"111":0.0266,"113":0.0266,"114":0.14298,"120":0.00333,"121":0.00998,"122":0.00333,"124":0.00998,"125":0.00665,"126":0.01995,"127":0.00665,"128":0.01995,"129":0.04323,"130":1.0906,"131":0.5586,_:"12 13 14 15 16 17 79 80 81 83 84 85 87 88 89 91 93 94 95 96 97 98 99 100 101 102 103 104 105 110 112 115 116 117 118 119 123"},E:{"14":0.00333,_:"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":0.00333,"13.1":0.00998,"14.1":0.02993,"15.1":0.09975,"15.2-15.3":0.04323,"15.4":0.15628,"15.5":0.14963,"15.6":0.94098,"16.0":0.00665,"16.1":0.06318,"16.2":0.07648,"16.3":0.1862,"16.4":0.1064,"16.5":0.20283,"16.6":0.97755,"17.0":0.0399,"17.1":0.21613,"17.2":0.0931,"17.3":0.13633,"17.4":0.2793,"17.5":0.52535,"17.6":5.62923,"18.0":1.10058,"18.1":2.13133,"18.2":0.04988},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00457,"5.0-5.1":0,"6.0-6.1":0.01827,"7.0-7.1":0.02284,"8.1-8.4":0,"9.0-9.2":0.01827,"9.3":0.06394,"10.0-10.2":0.0137,"10.3":0.10504,"11.0-11.2":1.2331,"11.3-11.4":0.03197,"12.0-12.1":0.01827,"12.2-12.5":0.47954,"13.0-13.1":0.00913,"13.2":0.12331,"13.3":0.01827,"13.4-13.7":0.06851,"14.0-14.4":0.15071,"14.5-14.8":0.21465,"15.0-15.1":0.12331,"15.2-15.3":0.11418,"15.4":0.13701,"15.5":0.15985,"15.6-15.8":1.71264,"16.0":0.32426,"16.1":0.68506,"16.2":0.34709,"16.3":0.58915,"16.4":0.11874,"16.5":0.23749,"16.6-16.7":2.24698,"17.0":0.16441,"17.1":0.27402,"17.2":0.22835,"17.3":0.34709,"17.4":0.74443,"17.5":2.22415,"17.6-17.7":19.21352,"18.0":6.81402,"18.1":5.98738,"18.2":0.24205},P:{"4":0.04277,"20":0.02138,"23":0.01069,"24":0.02138,"25":0.01069,"26":0.68428,"27":0.40629,_:"21 22 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.01069},I:{"0":0.01998,"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:{"6":0.01241,"8":0.01241,"11":0.16137,_:"7 9 10 5.5"},K:{"0":0.08678,_:"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.00668},H:{"0":0},L:{"0":19.5115},R:{_:"0"},M:{"0":0.84773}};
1
+ module.exports={C:{"102":0.00313,"115":0.03128,"120":0.18768,"128":0.00313,"132":0.00626,"133":0.01564,"134":0.16266,"135":0.59745,"136":0.00313,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 121 122 123 124 125 126 127 129 130 131 137 138 3.5 3.6"},D:{"45":0.00313,"49":0.00313,"60":0.00313,"76":0.00626,"79":0.00313,"81":0.00313,"87":0.0219,"88":0.32531,"91":0.1001,"92":0.00626,"93":0.01877,"96":0.00313,"102":0.03754,"103":0.08758,"104":0.00313,"108":0.00626,"109":0.11261,"110":0.00313,"112":0.00626,"113":0.01251,"114":0.22834,"116":0.04379,"119":0.00626,"120":0.01564,"121":0.00313,"122":0.03441,"123":0.01564,"124":0.01251,"125":0.00938,"126":0.04692,"127":0.00313,"128":0.02502,"129":0.06882,"130":0.0219,"131":0.4911,"132":3.81616,"133":4.26034,"134":0.01564,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 46 47 48 50 51 52 53 54 55 56 57 58 59 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 77 78 80 83 84 85 86 89 90 94 95 97 98 99 100 101 105 106 107 111 115 117 118 135 136"},F:{"86":0.00313,"87":0.01251,"95":0.00626,"114":0.16266,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.00313,"92":0.00313,"100":0.00313,"109":0.09071,"113":0.00313,"114":0.02502,"124":0.00313,"126":0.00313,"128":0.00313,"129":0.00313,"130":0.01251,"131":0.0782,"132":0.90712,"133":1.25746,_:"12 13 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 115 116 117 118 119 120 121 122 123 125 127"},E:{"14":0.00313,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 10.1 11.1","9.1":0.00626,"12.1":0.00313,"13.1":0.07507,"14.1":0.00626,"15.1":0.07507,"15.2-15.3":0.00938,"15.4":0.12512,"15.5":0.02502,"15.6":0.74759,"16.0":0.04379,"16.1":0.04379,"16.2":0.1345,"16.3":0.09384,"16.4":0.04379,"16.5":0.20958,"16.6":0.45982,"17.0":0.01251,"17.1":0.60058,"17.2":0.1001,"17.3":0.04692,"17.4":0.11261,"17.5":0.38474,"17.6":1.66722,"18.0":0.09384,"18.1":2.49302,"18.2":0.90712,"18.3":5.89628,"18.4":0.00626},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0092,"5.0-5.1":0.0046,"6.0-6.1":0.02761,"7.0-7.1":0.02301,"8.1-8.4":0,"9.0-9.2":0.0092,"9.3":0.06902,"10.0-10.2":0.0092,"10.3":0.10583,"11.0-11.2":0.36352,"11.3-11.4":0.03221,"12.0-12.1":0.01841,"12.2-12.5":0.48776,"13.0-13.1":0.0092,"13.2":0.0138,"13.3":0.01841,"13.4-13.7":0.06902,"14.0-14.4":0.15185,"14.5-14.8":0.21167,"15.0-15.1":0.11044,"15.2-15.3":0.11044,"15.4":0.13344,"15.5":0.15185,"15.6-15.8":1.88202,"16.0":0.27149,"16.1":0.56599,"16.2":0.28529,"16.3":0.51537,"16.4":0.11504,"16.5":0.21627,"16.6-16.7":2.24093,"17.0":0.13805,"17.1":0.24388,"17.2":0.19326,"17.3":0.27149,"17.4":0.56138,"17.5":1.33444,"17.6-17.7":4.38984,"18.0":1.29302,"18.1":11.87649,"18.2":3.81925,"18.3":13.61126,"18.4":0.02761},P:{"4":0.03153,"24":0.01051,"25":0.01051,"26":0.03153,"27":1.30344,_:"20 21 22 23 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 17.0 18.0 19.0","7.2-7.4":0.01051,"16.0":0.01051},I:{"0":0.15086,"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.00018},K:{"0":0.09619,_:"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":21.60476},R:{_:"0"},M:{"0":0.852},Q:{_:"14.9"},O:{"0":0.01374},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"38":0.01991,"43":0.01493,"44":0.05972,"45":0.02489,"47":0.00498,"52":0.01991,"57":0.01493,"78":0.01991,"83":0.00498,"88":0.01493,"89":0.00995,"91":0.00498,"102":0.00498,"103":0.00498,"104":0.00498,"107":0.00498,"108":0.00498,"109":0.00498,"110":0.00498,"113":0.00995,"115":0.28369,"120":0.00498,"121":0.00498,"122":0.00498,"123":0.01493,"124":0.00498,"125":0.01493,"126":0.00498,"127":0.02986,"128":0.07466,"129":0.00995,"130":0.03484,"131":0.1941,"132":2.10029,"133":0.16424,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 46 48 49 50 51 53 54 55 56 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 84 85 86 87 90 92 93 94 95 96 97 98 99 100 101 105 106 111 112 114 116 117 118 119 134 135 136 3.5 3.6"},D:{"25":0.00995,"38":0.00498,"39":0.00498,"40":0.00498,"41":0.00498,"42":0.00498,"43":0.00498,"44":0.00498,"45":0.00498,"46":0.00498,"47":0.02489,"48":0.18913,"49":0.0647,"50":0.00498,"51":0.00498,"52":0.00498,"53":0.00498,"54":0.00498,"55":0.00498,"56":0.00498,"57":0.00498,"58":0.00498,"59":0.00498,"60":0.00498,"66":0.00498,"74":0.00498,"76":0.00498,"79":0.01991,"80":0.01493,"81":0.05475,"83":0.15926,"84":0.00498,"85":0.00498,"86":0.00498,"87":0.04479,"88":0.02489,"89":0.00498,"90":0.00498,"91":0.00498,"92":0.00498,"93":0.02986,"94":0.00498,"96":0.00498,"97":0.00498,"98":0.00995,"99":0.03484,"100":0.00498,"101":0.00498,"102":0.01493,"103":0.31853,"104":0.04479,"105":0.01493,"106":0.01493,"107":0.01991,"108":0.09456,"109":0.85107,"110":0.01493,"111":0.02986,"112":0.01991,"113":0.08461,"114":0.11447,"115":0.23392,"116":0.27871,"117":0.02489,"118":0.01493,"119":0.03484,"120":0.03982,"121":0.03982,"122":0.08959,"123":0.07963,"124":0.18913,"125":1.22434,"126":0.54249,"127":0.45788,"128":0.48775,"129":1.65236,"130":14.31385,"131":6.9678,"132":0.00995,"133":0.00498,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 26 27 28 29 30 31 32 33 34 35 36 37 61 62 63 64 65 67 68 69 70 71 72 73 75 77 78 95 134"},F:{"85":0.00995,"95":0.03982,"102":0.00498,"112":0.00498,"113":0.05972,"114":0.56738,_:"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:{"12":0.00498,"13":0.01493,"85":0.00498,"92":0.00498,"107":0.00498,"108":0.00498,"109":0.07963,"110":0.00498,"111":0.00498,"112":0.00995,"113":0.00498,"114":0.00498,"118":0.00498,"119":0.00498,"120":0.00498,"121":0.00498,"122":0.07963,"123":0.00498,"124":0.01493,"125":0.00995,"126":0.01991,"127":0.01991,"128":0.03982,"129":0.2389,"130":3.77754,"131":2.50343,_:"14 15 16 17 18 79 80 81 83 84 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 115 116 117"},E:{"8":0.00498,"9":0.02489,"13":0.00498,"14":0.03982,"15":0.00498,_:"0 4 5 6 7 10 11 12 3.1 3.2 5.1 6.1 7.1 9.1 10.1","11.1":0.00498,"12.1":0.00995,"13.1":0.10949,"14.1":0.11447,"15.1":0.01493,"15.2-15.3":0.01493,"15.4":0.02986,"15.5":0.04977,"15.6":0.54747,"16.0":0.05475,"16.1":0.07466,"16.2":0.05972,"16.3":0.14931,"16.4":0.04479,"16.5":0.07963,"16.6":0.74157,"17.0":0.02489,"17.1":0.07963,"17.2":0.06968,"17.3":0.08461,"17.4":0.26876,"17.5":0.39318,"17.6":3.06583,"18.0":0.64203,"18.1":1.07503,"18.2":0.02986},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00256,"5.0-5.1":0,"6.0-6.1":0.01024,"7.0-7.1":0.01281,"8.1-8.4":0,"9.0-9.2":0.01024,"9.3":0.03586,"10.0-10.2":0.00768,"10.3":0.05891,"11.0-11.2":0.69153,"11.3-11.4":0.01793,"12.0-12.1":0.01024,"12.2-12.5":0.26893,"13.0-13.1":0.00512,"13.2":0.06915,"13.3":0.01024,"13.4-13.7":0.03842,"14.0-14.4":0.08452,"14.5-14.8":0.12038,"15.0-15.1":0.06915,"15.2-15.3":0.06403,"15.4":0.07684,"15.5":0.08964,"15.6-15.8":0.96046,"16.0":0.18185,"16.1":0.38418,"16.2":0.19465,"16.3":0.3304,"16.4":0.06659,"16.5":0.13318,"16.6-16.7":1.26012,"17.0":0.0922,"17.1":0.15367,"17.2":0.12806,"17.3":0.19465,"17.4":0.41748,"17.5":1.24732,"17.6-17.7":10.77508,"18.0":3.82135,"18.1":3.35777,"18.2":0.13575},P:{"4":0.06499,"20":0.01083,"21":0.04332,"22":0.01083,"23":0.02166,"24":0.02166,"25":0.03249,"26":1.1589,"27":0.99644,"5.0-5.4":0.01083,"6.2-6.4":0.01083,_:"7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 18.0","16.0":0.02166,"17.0":0.01083,"19.0":0.01083},I:{"0":0.0401,"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.01069,"9":0.01069,"11":0.12295,_:"6 7 10 5.5"},K:{"0":0.16576,_:"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.01005},O:{"0":0.0653},H:{"0":0},L:{"0":21.83831},R:{_:"0"},M:{"0":0.5023}};
1
+ module.exports={C:{"38":0.01476,"43":0.01476,"44":0.05412,"45":0.01968,"47":0.01968,"52":0.01476,"57":0.00492,"78":0.01476,"83":0.00492,"88":0.01968,"91":0.00492,"103":0.00492,"108":0.00492,"109":0.00492,"110":0.00492,"113":0.00984,"115":0.26076,"121":0.00984,"123":0.00492,"124":0.00492,"125":0.00492,"126":0.00492,"127":0.00984,"128":0.06888,"129":0.00492,"130":0.00984,"131":0.00984,"132":0.03936,"133":0.04428,"134":0.57564,"135":1.6974,"136":0.00984,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 46 48 49 50 51 53 54 55 56 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 84 85 86 87 89 90 92 93 94 95 96 97 98 99 100 101 102 104 105 106 107 111 112 114 116 117 118 119 120 122 137 138 3.5 3.6"},D:{"25":0.01968,"38":0.00492,"39":0.01476,"40":0.01476,"41":0.01476,"42":0.01476,"43":0.01476,"44":0.01476,"45":0.01476,"46":0.01476,"47":0.01968,"48":0.18204,"49":0.05412,"50":0.01476,"51":0.01476,"52":0.01476,"53":0.01476,"54":0.01476,"55":0.01476,"56":0.01476,"57":0.01476,"58":0.01968,"59":0.01476,"60":0.01476,"66":0.00492,"74":0.00492,"76":0.00492,"79":0.0246,"80":0.01476,"81":0.0492,"83":0.1722,"84":0.00492,"85":0.00984,"86":0.00492,"87":0.04428,"88":0.06888,"90":0.00492,"91":0.0246,"92":0.00492,"93":0.02952,"94":0.00492,"97":0.00492,"98":0.00492,"99":0.03936,"100":0.00492,"101":0.00492,"102":0.02952,"103":0.20172,"104":0.10824,"105":0.00984,"106":0.00984,"107":0.01968,"108":0.08856,"109":0.70356,"110":0.01476,"111":0.01968,"112":0.01476,"113":0.08856,"114":0.123,"115":0.21648,"116":0.22632,"117":0.0246,"118":0.00984,"119":0.0246,"120":0.03444,"121":0.0246,"122":0.06396,"123":0.03936,"124":0.123,"125":0.72324,"126":0.29028,"127":0.23616,"128":0.22632,"129":0.08856,"130":0.25584,"131":1.84992,"132":10.62228,"133":9.6432,"134":0.01476,"135":0.00492,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 26 27 28 29 30 31 32 33 34 35 36 37 61 62 63 64 65 67 68 69 70 71 72 73 75 77 78 89 95 96 136"},F:{"87":0.01476,"95":0.04428,"114":0.0738,_:"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:{"12":0.00492,"13":0.00492,"18":0.00492,"85":0.00492,"92":0.00492,"107":0.00492,"108":0.00984,"109":0.06888,"110":0.00492,"111":0.00492,"112":0.00492,"113":0.00492,"114":0.00492,"119":0.00492,"120":0.00492,"121":0.00492,"122":0.08856,"123":0.00492,"124":0.00492,"125":0.00492,"126":0.00984,"127":0.00984,"128":0.01476,"129":0.00984,"130":0.0492,"131":0.22632,"132":2.96676,"133":4.06884,_:"14 15 16 17 79 80 81 83 84 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 115 116 117 118"},E:{"8":0.00492,"9":0.0246,"13":0.00492,"14":0.02952,"15":0.00492,_:"0 4 5 6 7 10 11 12 3.1 3.2 5.1 6.1 7.1 9.1 10.1","11.1":0.00492,"12.1":0.00984,"13.1":0.09348,"14.1":0.0984,"15.1":0.00984,"15.2-15.3":0.00984,"15.4":0.03444,"15.5":0.03936,"15.6":0.48708,"16.0":0.05412,"16.1":0.06396,"16.2":0.0492,"16.3":0.123,"16.4":0.03936,"16.5":0.0738,"16.6":0.68388,"17.0":0.01968,"17.1":0.33948,"17.2":0.05412,"17.3":0.06396,"17.4":0.14268,"17.5":0.25092,"17.6":0.90528,"18.0":0.11316,"18.1":1.30872,"18.2":0.47724,"18.3":2.8536,"18.4":0.00492},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00526,"5.0-5.1":0.00263,"6.0-6.1":0.01578,"7.0-7.1":0.01315,"8.1-8.4":0,"9.0-9.2":0.00526,"9.3":0.03946,"10.0-10.2":0.00526,"10.3":0.0605,"11.0-11.2":0.2078,"11.3-11.4":0.01841,"12.0-12.1":0.01052,"12.2-12.5":0.27882,"13.0-13.1":0.00526,"13.2":0.00789,"13.3":0.01052,"13.4-13.7":0.03946,"14.0-14.4":0.0868,"14.5-14.8":0.121,"15.0-15.1":0.06313,"15.2-15.3":0.06313,"15.4":0.07628,"15.5":0.0868,"15.6-15.8":1.07584,"16.0":0.1552,"16.1":0.32354,"16.2":0.16309,"16.3":0.29461,"16.4":0.06576,"16.5":0.12363,"16.6-16.7":1.28102,"17.0":0.07891,"17.1":0.13941,"17.2":0.11048,"17.3":0.1552,"17.4":0.32091,"17.5":0.76282,"17.6-17.7":2.50942,"18.0":0.73915,"18.1":6.78912,"18.2":2.18325,"18.3":7.78079,"18.4":0.01578},P:{"4":0.0542,"20":0.01084,"21":0.04336,"22":0.01084,"23":0.01084,"24":0.02168,"25":0.02168,"26":0.07588,"27":2.11387,"5.0-5.4":0.01084,"6.2-6.4":0.01084,"7.2-7.4":0.01084,_:"8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 18.0","16.0":0.01084,"17.0":0.01084,"19.0":0.01084},I:{"0":0.02028,"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.18288,_:"10 11 12 11.1 11.5 12.1"},A:{"9":0.01071,"11":0.17133,_:"6 7 8 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":22.24992},R:{_:"0"},M:{"0":0.508},Q:{"14.9":0.01016},O:{"0":0.0762},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"57":0.03854,"72":0.00133,"81":0.00133,"115":0.57679,"124":0.00133,"125":0.00133,"127":0.00399,"128":0.00399,"129":0.01063,"130":0.00399,"131":0.01861,"132":0.28175,"133":0.0319,_:"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 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 126 134 135 136 3.5 3.6"},D:{"11":0.00665,"38":0.00133,"43":0.00133,"44":0.00133,"49":0.00133,"57":0.00133,"64":0.00133,"68":0.00133,"69":0.00133,"70":0.00266,"74":0.00266,"77":0.00133,"79":0.02126,"81":0.00399,"83":0.00399,"86":0.00133,"87":0.00665,"88":0.00797,"89":0.00133,"90":0.00266,"92":0.00266,"93":0.00133,"94":0.00133,"95":0.00266,"98":0.00399,"99":0.00797,"100":0.00266,"103":0.00532,"105":0.00133,"106":0.01196,"108":0.00133,"109":0.13423,"111":0.00266,"112":0.00266,"113":0.00133,"114":0.01462,"116":0.00797,"117":0.00133,"118":0.00797,"119":0.01861,"120":0.00532,"121":0.00665,"122":0.00133,"123":0.00532,"124":0.01994,"125":0.00266,"126":0.01329,"127":0.00797,"128":0.02259,"129":0.04652,"130":0.7655,"131":0.4718,"132":0.00133,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 45 46 47 48 50 51 52 53 54 55 56 58 59 60 61 62 63 65 66 67 71 72 73 75 76 78 80 84 85 91 96 97 101 102 104 107 110 115 133 134"},F:{"34":0.00133,"40":0.00133,"41":0.00399,"46":0.00133,"79":0.00399,"83":0.00532,"84":0.00532,"85":0.02791,"86":0.00266,"90":0.00133,"95":0.01329,"102":0.03455,"108":0.00133,"111":0.00133,"112":0.00399,"113":0.00665,"114":0.24719,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 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 87 88 89 91 92 93 94 96 97 98 99 100 101 103 104 105 106 107 109 110 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00532,"13":0.00133,"14":0.00266,"16":0.00133,"17":0.00266,"18":0.01063,"84":0.00133,"89":0.00266,"90":0.00266,"92":0.01595,"100":0.00266,"109":0.00266,"117":0.00133,"119":0.00399,"120":0.00266,"121":0.00133,"122":0.00133,"124":0.00665,"125":0.00133,"126":0.00266,"127":0.01861,"128":0.00399,"129":0.01728,"130":0.25916,"131":0.20334,_:"15 79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 118 123"},E:{"14":0.00133,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.1 15.2-15.3 15.4 16.0 16.2 16.4 17.0 17.2 18.2","12.1":0.00133,"13.1":0.00399,"14.1":0.00532,"15.5":0.00399,"15.6":0.0093,"16.1":0.00133,"16.3":0.00133,"16.5":0.00133,"16.6":0.00665,"17.1":0.00133,"17.3":0.00133,"17.4":0.00266,"17.5":0.00399,"17.6":0.01728,"18.0":0.0093,"18.1":0.02392},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00093,"5.0-5.1":0,"6.0-6.1":0.00374,"7.0-7.1":0.00467,"8.1-8.4":0,"9.0-9.2":0.00374,"9.3":0.01309,"10.0-10.2":0.0028,"10.3":0.0215,"11.0-11.2":0.25238,"11.3-11.4":0.00654,"12.0-12.1":0.00374,"12.2-12.5":0.09815,"13.0-13.1":0.00187,"13.2":0.02524,"13.3":0.00374,"13.4-13.7":0.01402,"14.0-14.4":0.03085,"14.5-14.8":0.04393,"15.0-15.1":0.02524,"15.2-15.3":0.02337,"15.4":0.02804,"15.5":0.03272,"15.6-15.8":0.35053,"16.0":0.06637,"16.1":0.14021,"16.2":0.07104,"16.3":0.12058,"16.4":0.0243,"16.5":0.04861,"16.6-16.7":0.45989,"17.0":0.03365,"17.1":0.05608,"17.2":0.04674,"17.3":0.07104,"17.4":0.15236,"17.5":0.45522,"17.6-17.7":3.93243,"18.0":1.39462,"18.1":1.22544,"18.2":0.04954},P:{"4":0.02132,"20":0.03198,"21":0.04264,"22":0.03198,"23":0.01066,"24":0.02132,"25":0.04264,"26":0.21322,"27":0.05331,_:"5.0-5.4 6.2-6.4 8.2 10.1 12.0 13.0 14.0 17.0","7.2-7.4":0.03198,"9.2":0.03198,"11.1-11.2":0.03198,"15.0":0.01066,"16.0":0.01066,"18.0":0.01066,"19.0":0.05331},I:{"0":0.02596,"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.00399,_:"6 7 8 9 10 5.5"},K:{"0":5.84275,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.00867,_:"3.0-3.1"},J:{_:"7 10"},Q:{"14.9":0.00867},O:{"0":0.10405},H:{"0":0.99},L:{"0":78.82042},R:{_:"0"},M:{"0":0.04336}};
1
+ module.exports={C:{"57":0.01908,"76":0.00159,"115":0.46746,"118":0.00159,"121":0.00159,"127":0.00159,"128":0.00318,"132":0.00159,"133":0.00477,"134":0.06519,"135":0.13992,"136":0.01272,_:"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 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 119 120 122 123 124 125 126 129 130 131 137 138 3.5 3.6"},D:{"11":0.00636,"50":0.00318,"59":0.00159,"64":0.00159,"65":0.00159,"68":0.00318,"69":0.00159,"70":0.00318,"77":0.00159,"79":0.00636,"81":0.00477,"83":0.00159,"87":0.01272,"88":0.00159,"90":0.00318,"93":0.00318,"94":0.00159,"95":0.00795,"97":0.00159,"98":0.00318,"102":0.00318,"103":0.00318,"105":0.00159,"106":0.00159,"109":0.12879,"111":0.00159,"113":0.00159,"114":0.00477,"116":0.01749,"118":0.00159,"119":0.00477,"120":0.00318,"121":0.01749,"122":0.00159,"123":0.00159,"124":0.00159,"125":0.00318,"126":0.01113,"127":0.00159,"128":0.01113,"129":0.01431,"130":0.03021,"131":0.1272,"132":0.49767,"133":0.42294,"134":0.00159,"135":0.00159,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 51 52 53 54 55 56 57 58 60 61 62 63 66 67 71 72 73 74 75 76 78 80 84 85 86 89 91 92 96 99 100 101 104 107 108 110 112 115 117 136"},F:{"37":0.00954,"62":0.00318,"64":0.00318,"79":0.00318,"83":0.00159,"84":0.00477,"85":0.00159,"86":0.01272,"87":0.02226,"95":0.00795,"113":0.00159,"114":0.00318,_:"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 46 47 48 49 50 51 52 53 54 55 56 57 58 60 63 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00159,"14":0.00159,"17":0.00159,"18":0.00636,"84":0.00159,"89":0.00159,"90":0.00159,"92":0.01113,"100":0.00477,"109":0.00159,"124":0.00318,"125":0.00159,"126":0.00159,"127":0.00159,"129":0.00159,"130":0.00795,"131":0.01749,"132":0.17013,"133":0.29097,_:"13 15 16 79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 122 123 128"},E:{"14":0.00795,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.1 17.3 18.4","13.1":0.00318,"14.1":0.00477,"15.5":0.00159,"15.6":0.01272,"16.6":0.00477,"17.2":0.00159,"17.4":0.00159,"17.5":0.00159,"17.6":0.01908,"18.0":0.00159,"18.1":0.00318,"18.2":0.00477,"18.3":0.02385},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00181,"5.0-5.1":0.00091,"6.0-6.1":0.00543,"7.0-7.1":0.00453,"8.1-8.4":0,"9.0-9.2":0.00181,"9.3":0.01359,"10.0-10.2":0.00181,"10.3":0.02083,"11.0-11.2":0.07155,"11.3-11.4":0.00634,"12.0-12.1":0.00362,"12.2-12.5":0.09601,"13.0-13.1":0.00181,"13.2":0.00272,"13.3":0.00362,"13.4-13.7":0.01359,"14.0-14.4":0.02989,"14.5-14.8":0.04166,"15.0-15.1":0.02174,"15.2-15.3":0.02174,"15.4":0.02627,"15.5":0.02989,"15.6-15.8":0.37045,"16.0":0.05344,"16.1":0.11141,"16.2":0.05616,"16.3":0.10144,"16.4":0.02264,"16.5":0.04257,"16.6-16.7":0.4411,"17.0":0.02717,"17.1":0.04801,"17.2":0.03804,"17.3":0.05344,"17.4":0.1105,"17.5":0.26267,"17.6-17.7":0.86409,"18.0":0.25452,"18.1":2.33776,"18.2":0.75178,"18.3":2.67923,"18.4":0.00543},P:{"4":0.0204,"20":0.0102,"21":0.0102,"22":0.04081,"23":0.0102,"24":0.04081,"25":0.0204,"26":0.11223,"27":0.18364,"5.0-5.4":0.0102,_:"6.2-6.4 8.2 10.1 12.0 13.0 14.0 15.0","7.2-7.4":0.0204,"9.2":0.03061,"11.1-11.2":0.03061,"16.0":0.0204,"17.0":0.0102,"18.0":0.0102,"19.0":0.04081},I:{"0":0.01679,"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":6.03369,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},S:{"2.5":0.00841,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":80.05473},R:{_:"0"},M:{"0":0.02523},Q:{"14.9":0.00841},O:{"0":0.06728},H:{"0":0.77}};
@@ -1 +1 @@
1
- module.exports={C:{"44":0.014,"58":0.00156,"66":0.00156,"72":0.00467,"76":0.00156,"82":0.00156,"87":0.00311,"115":0.00311,"127":0.02023,"128":0.00311,"129":0.00156,"130":0.00467,"131":0.01712,"132":0.59439,"133":0.02178,_:"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 53 54 55 56 57 59 60 61 62 63 64 65 67 68 69 70 71 73 74 75 77 78 79 80 81 83 84 85 86 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 134 135 136 3.5 3.6"},D:{"11":0.00156,"52":0.00156,"58":0.00156,"60":0.00778,"67":0.00156,"69":0.03579,"76":0.00622,"81":0.00156,"86":0.00467,"98":0.00156,"99":0.00311,"102":0.00467,"104":0.00311,"108":0.00311,"109":0.03423,"114":0.00934,"115":0.00467,"116":0.00311,"117":0.00156,"118":0.00156,"120":0.00467,"121":0.00156,"122":0.00311,"123":0.00156,"124":0.00778,"125":0.00467,"126":0.00934,"127":0.00311,"128":0.00311,"129":0.0249,"130":1.37395,"131":0.58661,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 59 61 62 63 64 65 66 68 70 71 72 73 74 75 77 78 79 80 83 84 85 87 88 89 90 91 92 93 94 95 96 97 100 101 103 105 106 107 110 111 112 113 119 132 133 134"},F:{"40":0.014,"42":0.00467,"46":0.00156,"79":0.00156,"85":0.00311,"106":0.00156,"112":0.00156,"114":0.04668,_:"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 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 107 108 109 110 111 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00778,"18":0.00622,"89":0.00156,"92":0.01245,"100":0.00467,"114":0.00156,"121":0.00156,"123":0.00467,"127":0.00467,"128":0.01089,"129":0.01089,"130":0.12915,"131":0.1696,_:"13 14 15 16 17 79 80 81 83 84 85 86 87 88 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 109 110 111 112 113 115 116 117 118 119 120 122 124 125 126"},E:{"13":0.00156,"14":0.03268,_:"0 4 5 6 7 8 9 10 11 12 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.4 15.5 16.0 16.1 16.3 16.4 16.6 17.0 17.1 17.2 17.3 17.4 17.6 18.1 18.2","15.2-15.3":0.00622,"15.6":0.00311,"16.2":0.00156,"16.5":0.00156,"17.5":0.00156,"18.0":0.00156},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00035,"5.0-5.1":0,"6.0-6.1":0.00141,"7.0-7.1":0.00176,"8.1-8.4":0,"9.0-9.2":0.00141,"9.3":0.00492,"10.0-10.2":0.00105,"10.3":0.00808,"11.0-11.2":0.09484,"11.3-11.4":0.00246,"12.0-12.1":0.00141,"12.2-12.5":0.03688,"13.0-13.1":0.0007,"13.2":0.00948,"13.3":0.00141,"13.4-13.7":0.00527,"14.0-14.4":0.01159,"14.5-14.8":0.01651,"15.0-15.1":0.00948,"15.2-15.3":0.00878,"15.4":0.01054,"15.5":0.01229,"15.6-15.8":0.13173,"16.0":0.02494,"16.1":0.05269,"16.2":0.0267,"16.3":0.04531,"16.4":0.00913,"16.5":0.01827,"16.6-16.7":0.17283,"17.0":0.01265,"17.1":0.02108,"17.2":0.01756,"17.3":0.0267,"17.4":0.05726,"17.5":0.17107,"17.6-17.7":1.47779,"18.0":0.5241,"18.1":0.46052,"18.2":0.01862},P:{"4":0.06969,"20":0.03983,"21":0.00996,"22":0.01991,"24":0.05974,"25":0.01991,"26":0.11948,"27":0.00996,_:"23 6.2-6.4 8.2 10.1 12.0 13.0 14.0 15.0 18.0","5.0-5.4":0.01991,"7.2-7.4":0.09956,"9.2":0.01991,"11.1-11.2":0.08961,"16.0":0.00996,"17.0":0.05974,"19.0":0.01991},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":2.27706,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.41376,_:"3.0-3.1"},J:{_:"7 10"},Q:{_:"14.9"},O:{"0":0.02533},H:{"0":2.84},L:{"0":86.72267},R:{_:"0"},M:{"0":0.05911}};
1
+ module.exports={C:{"49":0.00132,"52":0.00132,"53":0.00132,"72":0.00132,"92":0.00132,"106":0.00132,"109":0.00132,"115":0.01189,"126":0.00132,"127":0.00793,"128":0.00396,"133":0.00396,"134":0.17834,"135":0.96433,_:"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 50 51 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 107 108 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 129 130 131 132 136 137 138 3.5 3.6"},D:{"63":0.00132,"69":0.00132,"70":0.00132,"74":0.00396,"81":0.00264,"86":0.00132,"87":0.00264,"91":0.00396,"92":0.00264,"94":0.00132,"97":0.00132,"99":0.00132,"104":0.00132,"107":0.00132,"109":0.00528,"111":0.00132,"114":0.00396,"115":0.00264,"116":0.00132,"118":0.00264,"119":0.01189,"122":0.00132,"124":0.00396,"126":0.00264,"128":0.00528,"129":0.01189,"130":0.00264,"131":0.09511,"132":0.39894,"133":0.15852,_:"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 64 65 66 67 68 71 72 73 75 76 77 78 79 80 83 84 85 88 89 90 93 95 96 98 100 101 102 103 105 106 108 110 112 113 117 120 121 123 125 127 134 135 136"},F:{"38":0.00132,"86":0.01982,"101":0.00264,"113":0.00132,_:"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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 87 88 89 90 91 92 93 94 95 96 97 98 99 100 102 103 104 105 106 107 108 109 110 111 112 114 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"13":0.00132,"18":0.00264,"89":0.00396,"90":0.01585,"92":0.00661,"105":0.02642,"113":0.00132,"116":0.00132,"121":0.00132,"122":0.00264,"126":0.00132,"129":0.00132,"130":0.00132,"131":0.00396,"132":0.14399,"133":0.07266,_:"12 14 15 16 17 79 80 81 83 84 85 86 87 88 91 93 94 95 96 97 98 99 100 101 102 103 104 106 107 108 109 110 111 112 114 115 117 118 119 120 123 124 125 127 128"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 14.1 15.1 15.4 15.5 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.4","13.1":0.00264,"15.2-15.3":0.00396,"15.6":0.00528,"16.6":0.00132,"17.6":0.00132,"18.0":0.00132,"18.2":0.00132,"18.3":0.00132},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00066,"5.0-5.1":0.00033,"6.0-6.1":0.00198,"7.0-7.1":0.00165,"8.1-8.4":0,"9.0-9.2":0.00066,"9.3":0.00496,"10.0-10.2":0.00066,"10.3":0.0076,"11.0-11.2":0.02612,"11.3-11.4":0.00231,"12.0-12.1":0.00132,"12.2-12.5":0.03505,"13.0-13.1":0.00066,"13.2":0.00099,"13.3":0.00132,"13.4-13.7":0.00496,"14.0-14.4":0.01091,"14.5-14.8":0.01521,"15.0-15.1":0.00794,"15.2-15.3":0.00794,"15.4":0.00959,"15.5":0.01091,"15.6-15.8":0.13523,"16.0":0.01951,"16.1":0.04067,"16.2":0.0205,"16.3":0.03703,"16.4":0.00827,"16.5":0.01554,"16.6-16.7":0.16102,"17.0":0.00992,"17.1":0.01752,"17.2":0.01389,"17.3":0.01951,"17.4":0.04034,"17.5":0.09588,"17.6-17.7":0.31542,"18.0":0.09291,"18.1":0.85336,"18.2":0.27442,"18.3":0.97801,"18.4":0.00198},P:{"4":0.07989,"20":0.00999,"21":0.07989,"22":0.00999,"23":0.00999,"24":0.1398,"25":0.01997,"27":0.1398,_:"26 6.2-6.4 8.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 17.0","5.0-5.4":0.07989,"7.2-7.4":0.04993,"9.2":0.02996,"16.0":0.03994,"18.0":0.00999,"19.0":0.02996},I:{"0":0.00866,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00001},K:{"0":2.09239,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},S:{"2.5":0.06075,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":89.02287},R:{_:"0"},M:{"0":0.05207},Q:{_:"14.9"},O:{"0":0.00868},H:{"0":2.29}};