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:{"4":0.01614,"48":0.00403,"52":0.02017,"56":0.00403,"59":0.00403,"67":0.00403,"78":0.02824,"88":0.00403,"91":0.00403,"95":0.00403,"100":0.00807,"102":0.00403,"103":0.00403,"108":0.00403,"109":0.01614,"110":0.00403,"113":0.02017,"114":0.00403,"115":0.20573,"118":0.00807,"120":0.00403,"121":0.00403,"122":0.00403,"123":0.00403,"124":0.00403,"125":0.00807,"126":0.00807,"127":0.0121,"128":0.07261,"129":0.01614,"130":0.0242,"131":0.15329,"132":1.75076,"133":0.13716,_:"2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 53 54 55 57 58 60 61 62 63 64 65 66 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 89 90 92 93 94 96 97 98 99 101 104 105 106 107 111 112 116 117 119 134 135 136 3.5 3.6"},D:{"38":0.00403,"49":0.02824,"66":0.0242,"73":0.00403,"75":0.02017,"79":0.03227,"80":0.00403,"81":0.00403,"83":0.0121,"84":0.00403,"85":0.00403,"86":0.00807,"87":0.03631,"88":0.00807,"89":0.00403,"90":0.00403,"91":0.00807,"92":0.00403,"93":0.00403,"94":0.0121,"95":0.00403,"96":0.00403,"97":0.00403,"98":0.00403,"99":0.00403,"100":0.00807,"101":0.00403,"102":0.00403,"103":0.16539,"104":0.0121,"105":0.00807,"106":0.01614,"107":0.0242,"108":0.02017,"109":0.89958,"110":0.0121,"111":0.01614,"112":0.02017,"113":0.02017,"114":0.03631,"115":0.00807,"116":0.18153,"117":0.0121,"118":0.0242,"119":0.04841,"120":0.06454,"121":0.13312,"122":0.10892,"123":0.12505,"124":0.10892,"125":0.05648,"126":0.32272,"127":0.07665,"128":0.36709,"129":1.26264,"130":15.81731,"131":8.99985,"132":0.00807,"133":0.00403,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 43 44 45 46 47 48 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 67 68 69 70 71 72 74 76 77 78 134"},F:{"46":0.00403,"69":0.00403,"85":0.0121,"95":0.01614,"102":0.00403,"109":0.00403,"112":0.00403,"113":0.10892,"114":1.186,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 103 104 105 106 107 108 110 111 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"17":0.00403,"92":0.00807,"107":0.00403,"108":0.00403,"109":0.04034,"110":0.00807,"111":0.00403,"114":0.00403,"116":0.00403,"117":0.00403,"119":0.00807,"120":0.00403,"121":0.00403,"122":0.02017,"123":0.00403,"124":0.00403,"125":0.00807,"126":0.01614,"127":0.0121,"128":0.0242,"129":0.09682,"130":1.80723,"131":1.24651,_:"12 13 14 15 16 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 112 113 115 118"},E:{"13":0.00807,"14":0.02017,"15":0.00403,_:"0 4 5 6 7 8 9 10 11 12 3.1 3.2 5.1 6.1 7.1 9.1 10.1","11.1":0.00807,"12.1":0.00807,"13.1":0.04841,"14.1":0.04841,"15.1":0.00403,"15.2-15.3":0.00807,"15.4":0.01614,"15.5":0.01614,"15.6":0.16539,"16.0":0.0242,"16.1":0.0242,"16.2":0.02824,"16.3":0.04841,"16.4":0.01614,"16.5":0.0242,"16.6":0.18153,"17.0":0.01614,"17.1":0.0242,"17.2":0.03227,"17.3":0.02824,"17.4":0.06454,"17.5":0.16539,"17.6":0.6293,"18.0":0.33079,"18.1":0.34692,"18.2":0.00807},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00106,"5.0-5.1":0,"6.0-6.1":0.00424,"7.0-7.1":0.0053,"8.1-8.4":0,"9.0-9.2":0.00424,"9.3":0.01484,"10.0-10.2":0.00318,"10.3":0.02437,"11.0-11.2":0.28613,"11.3-11.4":0.00742,"12.0-12.1":0.00424,"12.2-12.5":0.11127,"13.0-13.1":0.00212,"13.2":0.02861,"13.3":0.00424,"13.4-13.7":0.0159,"14.0-14.4":0.03497,"14.5-14.8":0.04981,"15.0-15.1":0.02861,"15.2-15.3":0.02649,"15.4":0.03179,"15.5":0.03709,"15.6-15.8":0.3974,"16.0":0.07524,"16.1":0.15896,"16.2":0.08054,"16.3":0.13671,"16.4":0.02755,"16.5":0.05511,"16.6-16.7":0.52139,"17.0":0.03815,"17.1":0.06358,"17.2":0.05299,"17.3":0.08054,"17.4":0.17274,"17.5":0.51609,"17.6-17.7":4.45832,"18.0":1.58113,"18.1":1.38932,"18.2":0.05617},P:{"4":0.04154,"20":0.02077,"21":0.03115,"22":0.03115,"23":0.05192,"24":0.04154,"25":0.05192,"26":1.24613,"27":1.07998,"5.0-5.4":0.01038,"6.2-6.4":0.01038,_:"7.2-7.4 8.2 9.2 10.1 12.0 15.0 18.0","11.1-11.2":0.01038,"13.0":0.01038,"14.0":0.01038,"16.0":0.01038,"17.0":0.01038,"19.0":0.01038},I:{"0":0.02977,"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:{"11":0.05648,_:"6 7 8 9 10 5.5"},K:{"0":0.32222,_:"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.02387},H:{"0":0},L:{"0":46.55066},R:{_:"0"},M:{"0":0.31028}};
1
+ module.exports={C:{"4":0.00372,"48":0.00743,"52":0.01858,"59":0.00743,"67":0.00372,"78":0.01858,"88":0.00372,"91":0.00372,"95":0.01115,"100":0.01115,"102":0.00372,"103":0.00372,"107":0.00372,"108":0.00372,"109":0.00743,"110":0.00372,"113":0.00743,"114":0.00372,"115":0.18204,"119":0.00743,"122":0.00372,"124":0.00372,"125":0.00372,"126":0.00372,"127":0.00743,"128":0.07802,"129":0.00743,"130":0.00743,"131":0.01115,"132":0.03344,"133":0.02601,"134":0.46809,"135":1.38941,"136":0.00372,_:"2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 53 54 55 56 57 58 60 61 62 63 64 65 66 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 89 90 92 93 94 96 97 98 99 101 104 105 106 111 112 116 117 118 120 121 123 137 138 3.5 3.6"},D:{"46":0.00372,"49":0.02972,"58":0.00372,"66":0.02601,"73":0.00743,"75":0.02601,"76":0.00372,"79":0.02972,"80":0.00372,"81":0.00372,"83":0.00372,"84":0.00372,"85":0.00372,"86":0.00372,"87":0.02972,"88":0.00372,"89":0.00372,"90":0.00372,"91":0.00372,"92":0.00372,"93":0.00372,"94":0.00743,"95":0.00372,"96":0.01486,"97":0.00372,"98":0.00372,"99":0.00372,"100":0.01115,"102":0.00372,"103":0.06687,"104":0.03715,"105":0.00743,"106":0.01486,"107":0.01858,"108":0.02229,"109":0.93247,"110":0.01486,"111":0.01115,"112":0.01486,"113":0.01486,"114":0.02601,"115":0.04458,"116":0.12631,"117":0.00743,"118":0.01486,"119":0.03344,"120":0.03344,"121":0.05573,"122":0.10402,"123":0.04458,"124":0.08173,"125":0.02972,"126":0.12631,"127":0.03715,"128":0.15975,"129":0.08173,"130":0.15232,"131":1.08107,"132":11.0447,"133":9.77788,"134":0.00743,"135":0.00372,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 50 51 52 53 54 55 56 57 59 60 61 62 63 64 65 67 68 69 70 71 72 74 77 78 101 136"},F:{"46":0.00372,"69":0.00372,"86":0.00372,"87":0.02601,"95":0.01858,"114":0.14117,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"17":0.00372,"92":0.00372,"101":0.00372,"109":0.04087,"110":0.00372,"114":0.00372,"116":0.00372,"117":0.00372,"119":0.00372,"120":0.00372,"121":0.00372,"122":0.01858,"124":0.00372,"125":0.00372,"126":0.00743,"127":0.00372,"128":0.00372,"129":0.01115,"130":0.02972,"131":0.09288,"132":1.49715,"133":1.99867,_:"12 13 14 15 16 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 102 103 104 105 106 107 108 111 112 113 115 118 123"},E:{"13":0.00372,"14":0.02229,"15":0.00372,_:"0 4 5 6 7 8 9 10 11 12 3.1 3.2 5.1 6.1 7.1 9.1 10.1","11.1":0.00743,"12.1":0.00743,"13.1":0.04458,"14.1":0.04087,"15.1":0.00743,"15.2-15.3":0.00743,"15.4":0.01486,"15.5":0.01486,"15.6":0.16346,"16.0":0.02972,"16.1":0.02601,"16.2":0.02601,"16.3":0.04087,"16.4":0.01486,"16.5":0.02601,"16.6":0.20061,"17.0":0.01858,"17.1":0.07802,"17.2":0.02972,"17.3":0.02601,"17.4":0.05944,"17.5":0.10031,"17.6":0.2972,"18.0":0.07059,"18.1":0.40865,"18.2":0.17089,"18.3":0.73929,"18.4":0.00372},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00233,"5.0-5.1":0.00116,"6.0-6.1":0.00698,"7.0-7.1":0.00581,"8.1-8.4":0,"9.0-9.2":0.00233,"9.3":0.01744,"10.0-10.2":0.00233,"10.3":0.02674,"11.0-11.2":0.09186,"11.3-11.4":0.00814,"12.0-12.1":0.00465,"12.2-12.5":0.12325,"13.0-13.1":0.00233,"13.2":0.00349,"13.3":0.00465,"13.4-13.7":0.01744,"14.0-14.4":0.03837,"14.5-14.8":0.05349,"15.0-15.1":0.02791,"15.2-15.3":0.02791,"15.4":0.03372,"15.5":0.03837,"15.6-15.8":0.47555,"16.0":0.0686,"16.1":0.14302,"16.2":0.07209,"16.3":0.13023,"16.4":0.02907,"16.5":0.05465,"16.6-16.7":0.56625,"17.0":0.03488,"17.1":0.06162,"17.2":0.04883,"17.3":0.0686,"17.4":0.14185,"17.5":0.33719,"17.6-17.7":1.10924,"18.0":0.32673,"18.1":3.00099,"18.2":0.96506,"18.3":3.43934,"18.4":0.00698},P:{"4":0.04168,"20":0.01042,"21":0.03126,"22":0.02084,"23":0.03126,"24":0.04168,"25":0.04168,"26":0.10421,"27":2.44895,_:"5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 12.0 15.0 18.0","11.1-11.2":0.01042,"13.0":0.01042,"14.0":0.01042,"16.0":0.01042,"17.0":0.01042,"19.0":0.01042},I:{"0":0.02509,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00003},K:{"0":0.33939,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.05573,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":49.46961},R:{_:"0"},M:{"0":0.33939},Q:{_:"14.9"},O:{"0":0.03143},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"32":0.00227,"34":0.00907,"48":0.00227,"52":0.00227,"72":0.00227,"77":0.25617,"78":0.00453,"84":0.0068,"87":0.00227,"89":0.0068,"92":0.00227,"95":0.04307,"97":0.00227,"103":0.00227,"105":0.00227,"108":0.02494,"109":0.0068,"110":0.0136,"111":0.00453,"112":0.00453,"113":0.00227,"115":0.19723,"118":0.00227,"121":0.00907,"122":0.00227,"124":0.00453,"126":0.00227,"127":0.01587,"128":0.03627,"129":0.00453,"130":0.0068,"131":0.03854,"132":1.11763,"133":0.18136,"134":0.00453,_:"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 33 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 73 74 75 76 79 80 81 82 83 85 86 88 90 91 93 94 96 98 99 100 101 102 104 106 107 114 116 117 119 120 123 125 135 136 3.5 3.6"},D:{"11":0.00453,"38":0.00227,"40":0.00227,"42":0.00227,"43":0.0136,"44":0.00227,"47":0.00227,"49":0.00227,"50":0.0136,"51":0.00227,"56":0.00227,"58":0.00227,"60":0.00227,"63":0.00227,"64":0.0136,"66":0.00227,"68":0.00453,"69":0.00453,"70":0.00453,"71":0.00227,"72":0.00453,"73":0.02494,"75":0.0068,"76":0.00907,"77":0.00227,"78":0.00227,"79":0.09521,"80":0.02947,"81":0.01134,"83":0.01587,"84":0.01814,"85":0.00453,"86":0.00907,"87":0.05214,"88":0.01814,"89":0.00227,"90":0.00907,"91":0.00227,"92":0.00227,"93":0.06574,"94":0.00907,"95":0.0136,"96":0.00227,"98":0.09748,"99":0.00227,"100":0.00227,"102":0.00453,"103":0.06574,"104":0.00227,"105":0.0068,"106":0.02494,"107":0.00227,"108":0.00907,"109":1.53249,"110":0.0136,"111":0.0068,"112":0.00227,"113":0.00227,"114":0.06801,"115":0.09068,"116":0.0204,"117":0.00907,"118":0.07254,"119":0.06121,"120":0.04534,"121":0.07935,"122":0.01814,"123":0.05441,"124":0.06121,"125":0.02947,"126":0.06801,"127":0.06574,"128":0.14962,"129":0.21763,"130":5.9214,"131":4.24836,"132":0.01814,"133":0.00453,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 41 45 46 48 52 53 54 55 57 59 61 62 65 67 74 97 101 134"},F:{"46":0.00227,"79":0.00907,"85":0.00453,"89":0.00227,"95":0.02947,"103":0.00227,"108":0.00227,"110":0.00227,"112":0.00227,"113":0.00907,"114":0.63929,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 86 87 88 90 91 92 93 94 96 97 98 99 100 101 102 104 105 106 107 109 111 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00227,"13":0.0068,"14":0.00227,"15":0.02494,"16":0.0068,"17":0.00453,"18":0.0272,"84":0.00227,"89":0.00227,"90":0.00227,"92":0.02494,"100":0.00907,"103":0.00227,"105":0.00227,"109":0.0204,"114":0.01134,"115":0.00227,"116":0.00227,"117":0.00227,"118":0.00227,"119":0.00227,"120":0.00453,"121":0.01134,"122":0.00907,"123":0.01814,"124":0.0136,"125":0.01134,"126":0.0136,"127":0.01587,"128":0.03627,"129":0.04307,"130":1.17657,"131":0.71637,_:"79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 101 102 104 106 107 108 110 111 112 113"},E:{"7":0.00227,"13":0.0068,"14":0.00227,_:"0 4 5 6 8 9 10 11 12 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.5 17.0 17.1 17.2 17.3 17.4 18.2","11.1":0.00453,"12.1":0.00227,"13.1":0.00453,"14.1":0.00453,"15.6":0.0136,"16.4":0.00227,"16.6":0.00907,"17.5":0.01587,"17.6":0.00907,"18.0":0.0068,"18.1":0.00453},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00016,"5.0-5.1":0,"6.0-6.1":0.00066,"7.0-7.1":0.00082,"8.1-8.4":0,"9.0-9.2":0.00066,"9.3":0.00231,"10.0-10.2":0.00049,"10.3":0.00379,"11.0-11.2":0.04448,"11.3-11.4":0.00115,"12.0-12.1":0.00066,"12.2-12.5":0.0173,"13.0-13.1":0.00033,"13.2":0.00445,"13.3":0.00066,"13.4-13.7":0.00247,"14.0-14.4":0.00544,"14.5-14.8":0.00774,"15.0-15.1":0.00445,"15.2-15.3":0.00412,"15.4":0.00494,"15.5":0.00577,"15.6-15.8":0.06178,"16.0":0.0117,"16.1":0.02471,"16.2":0.01252,"16.3":0.02125,"16.4":0.00428,"16.5":0.00857,"16.6-16.7":0.08105,"17.0":0.00593,"17.1":0.00988,"17.2":0.00824,"17.3":0.01252,"17.4":0.02685,"17.5":0.08023,"17.6-17.7":0.69304,"18.0":0.24578,"18.1":0.21597,"18.2":0.00873},P:{"4":0.20919,"20":0.01046,"21":0.01046,"22":0.0523,"23":0.04184,"24":0.07322,"25":0.09413,"26":0.2824,"27":0.10459,_:"5.0-5.4 6.2-6.4 8.2 9.2 10.1 12.0 14.0 15.0","7.2-7.4":0.12551,"11.1-11.2":0.02092,"13.0":0.01046,"16.0":0.01046,"17.0":0.02092,"18.0":0.01046,"19.0":0.02092},I:{"0":0.07717,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00002,"4.4":0,"4.4.3-4.4.4":0.0001},A:{"11":0.00453,_:"6 7 8 9 10 5.5"},K:{"0":0.89665,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.05414,_:"3.0-3.1"},J:{_:"7 10"},Q:{"14.9":0.00773},O:{"0":0.15468},H:{"0":0.48},L:{"0":75.98065},R:{_:"0"},M:{"0":0.10828}};
1
+ module.exports={C:{"40":0.00268,"60":0.00268,"72":0.00268,"77":0.22261,"78":0.00268,"84":0.00268,"89":0.00536,"95":0.03487,"97":0.00268,"103":0.00268,"108":0.01073,"110":0.01609,"112":0.00268,"113":0.00268,"115":0.30038,"118":0.00268,"120":0.00268,"121":0.01341,"127":0.01073,"128":0.0295,"130":0.01073,"131":0.01073,"132":0.00268,"133":0.00805,"134":0.25479,"135":1.05134,"136":0.06437,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 79 80 81 82 83 85 86 87 88 90 91 92 93 94 96 98 99 100 101 102 104 105 106 107 109 111 114 116 117 119 122 123 124 125 126 129 137 138 3.5 3.6"},D:{"11":0.00268,"43":0.01073,"49":0.00268,"50":0.00805,"56":0.00268,"58":0.00536,"63":0.00268,"64":0.00536,"66":0.00268,"68":0.00536,"69":0.00805,"70":0.00268,"73":0.01877,"74":0.00268,"75":0.00536,"76":0.02146,"77":0.00805,"79":0.10192,"80":0.00805,"81":0.01341,"83":0.01877,"84":0.01609,"85":0.00268,"86":0.01073,"87":0.05096,"88":0.01341,"89":0.00268,"90":0.01341,"91":0.00268,"93":0.07241,"94":0.02146,"95":0.01609,"96":0.01073,"97":0.00268,"98":0.05632,"100":0.00268,"101":0.02682,"102":0.00536,"103":0.08314,"104":0.00268,"105":0.00268,"106":0.01073,"107":0.00536,"108":0.00268,"109":1.83717,"110":0.01073,"111":0.00805,"112":0.00268,"113":0.00268,"114":0.04023,"115":0.01877,"116":0.01341,"117":0.00268,"118":0.04291,"119":0.05096,"120":0.03755,"121":0.06437,"122":0.03755,"123":0.0295,"124":0.02682,"125":0.03218,"126":0.04291,"127":0.03487,"128":0.0751,"129":0.059,"130":0.04828,"131":0.3728,"132":6.81496,"133":5.71534,"134":0.04023,"135":0.00536,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 44 45 46 47 48 51 52 53 54 55 57 59 60 61 62 65 67 71 72 78 92 99 136"},F:{"28":0.00268,"35":0.00268,"79":0.01341,"82":0.00268,"84":0.00536,"85":0.00536,"86":0.00268,"87":0.00268,"95":0.0295,"112":0.00268,"114":0.00805,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 29 30 31 32 33 34 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 83 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00268,"13":0.01341,"15":0.01609,"16":0.00805,"18":0.02146,"84":0.00268,"92":0.02146,"100":0.00268,"105":0.00268,"109":0.1046,"114":0.00536,"122":0.00268,"123":0.00536,"124":0.01073,"125":0.04023,"126":0.00805,"127":0.00536,"128":0.00805,"129":0.02682,"130":0.02146,"131":0.13142,"132":0.94943,"133":1.47242,_:"14 17 79 80 81 83 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 106 107 108 110 111 112 113 115 116 117 118 119 120 121"},E:{"7":0.00268,"13":0.00805,_:"0 4 5 6 8 9 10 11 12 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.1 15.2-15.3 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 17.3 17.4 18.0 18.4","12.1":0.00536,"13.1":0.00536,"14.1":0.00536,"15.4":0.00268,"15.6":0.00805,"16.6":0.00536,"17.1":0.00268,"17.5":0.02414,"17.6":0.00805,"18.1":0.00268,"18.2":0.00268,"18.3":0.00805},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00037,"5.0-5.1":0.00019,"6.0-6.1":0.00111,"7.0-7.1":0.00093,"8.1-8.4":0,"9.0-9.2":0.00037,"9.3":0.00278,"10.0-10.2":0.00037,"10.3":0.00426,"11.0-11.2":0.01463,"11.3-11.4":0.0013,"12.0-12.1":0.00074,"12.2-12.5":0.01963,"13.0-13.1":0.00037,"13.2":0.00056,"13.3":0.00074,"13.4-13.7":0.00278,"14.0-14.4":0.00611,"14.5-14.8":0.00852,"15.0-15.1":0.00444,"15.2-15.3":0.00444,"15.4":0.00537,"15.5":0.00611,"15.6-15.8":0.07572,"16.0":0.01092,"16.1":0.02277,"16.2":0.01148,"16.3":0.02074,"16.4":0.00463,"16.5":0.0087,"16.6-16.7":0.09017,"17.0":0.00555,"17.1":0.00981,"17.2":0.00778,"17.3":0.01092,"17.4":0.02259,"17.5":0.05369,"17.6-17.7":0.17663,"18.0":0.05203,"18.1":0.47786,"18.2":0.15367,"18.3":0.54766,"18.4":0.00111},P:{"4":0.19564,"20":0.0103,"21":0.0103,"22":0.03089,"23":0.03089,"24":0.04119,"25":0.06178,"26":0.14416,"27":0.26772,_:"5.0-5.4 8.2 9.2 10.1 12.0","6.2-6.4":0.0103,"7.2-7.4":0.14416,"11.1-11.2":0.0103,"13.0":0.06178,"14.0":0.0103,"15.0":0.03089,"16.0":0.0103,"17.0":0.07208,"18.0":0.0103,"19.0":0.0103},I:{"0":0.05843,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00007},K:{"0":0.66988,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00268,_:"6 7 8 9 10 5.5"},S:{"2.5":0.03659,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":72.83316},R:{_:"0"},M:{"0":0.10245},Q:{"14.9":0.00732},O:{"0":0.08782},H:{"0":0.34}};
@@ -1 +1 @@
1
- module.exports={C:{"50":0.00614,"51":0.00614,"52":0.01229,"56":0.00614,"72":0.00614,"75":0.00614,"78":0.00614,"91":0.00614,"94":0.01229,"100":0.00614,"101":0.00614,"102":0.02458,"103":0.02458,"105":0.00614,"106":0.00614,"107":0.00614,"108":0.00614,"109":0.00614,"110":0.00614,"113":0.00614,"114":0.00614,"115":0.22118,"116":0.02458,"117":0.34406,"118":0.24576,"119":0.01229,"120":0.07987,"122":0.0553,"123":0.00614,"124":0.00614,"125":0.00614,"126":0.00614,"127":0.01229,"128":0.15974,"129":0.00614,"130":0.04301,"131":0.28262,"132":2.7648,"133":0.22733,_:"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 53 54 55 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 76 77 79 80 81 82 83 84 85 86 87 88 89 90 92 93 95 96 97 98 99 104 111 112 121 134 135 136 3.5 3.6"},D:{"38":0.00614,"42":0.00614,"52":0.06144,"56":0.00614,"58":0.00614,"66":0.01229,"67":0.01229,"69":0.01229,"71":0.01229,"73":0.00614,"74":0.00614,"75":0.00614,"76":0.00614,"77":0.04915,"78":0.00614,"79":0.06144,"80":0.00614,"81":0.00614,"83":0.00614,"84":0.00614,"85":0.01229,"86":0.00614,"87":0.04915,"88":0.00614,"89":0.03686,"90":0.00614,"91":0.50381,"92":0.01229,"93":0.01229,"94":0.03686,"99":0.01229,"100":0.00614,"101":0.01229,"102":0.01229,"103":0.04915,"104":0.04915,"105":0.03072,"106":0.03686,"107":0.09216,"108":0.07987,"109":0.65741,"110":0.09216,"111":0.04915,"112":0.08602,"113":0.11059,"114":0.34406,"115":0.17818,"116":2.46374,"117":3.64339,"118":0.09216,"119":0.10445,"120":0.09216,"121":0.0983,"122":0.10445,"123":0.14131,"124":0.16589,"125":6.6048,"126":4.50355,"127":2.24256,"128":0.27034,"129":2.56205,"130":14.37082,"131":7.35437,_:"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 43 44 45 46 47 48 49 50 51 53 54 55 57 59 60 61 62 63 64 65 68 70 72 95 96 97 98 132 133 134"},F:{"68":0.00614,"85":0.00614,"91":0.00614,"92":0.00614,"95":0.03686,"102":0.00614,"113":0.09216,"114":1.16122,_:"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 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 86 87 88 89 90 93 94 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.01229,"92":0.00614,"107":0.01229,"108":0.00614,"109":0.04915,"110":0.00614,"111":0.00614,"114":0.00614,"115":0.01229,"116":0.09216,"117":0.44851,"118":0.00614,"121":0.01229,"124":0.00614,"125":0.00614,"126":0.01843,"127":0.01843,"128":0.01229,"129":0.17203,"130":1.81862,"131":1.20422,_:"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 112 113 119 120 122 123"},E:{"13":0.00614,"14":0.00614,"15":0.00614,_:"0 4 5 6 7 8 9 10 11 12 3.1 3.2 6.1 7.1 9.1 10.1 11.1","5.1":0.00614,"12.1":0.00614,"13.1":0.01229,"14.1":0.02458,"15.1":0.00614,"15.2-15.3":0.00614,"15.4":0.02458,"15.5":0.01843,"15.6":0.17203,"16.0":0.02458,"16.1":0.04915,"16.2":0.03686,"16.3":0.06144,"16.4":0.0553,"16.5":0.12902,"16.6":0.31334,"17.0":0.06144,"17.1":0.03072,"17.2":0.02458,"17.3":0.02458,"17.4":0.07987,"17.5":0.14131,"17.6":0.71885,"18.0":0.2519,"18.1":0.38093,"18.2":0.00614},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00107,"5.0-5.1":0,"6.0-6.1":0.00426,"7.0-7.1":0.00533,"8.1-8.4":0,"9.0-9.2":0.00426,"9.3":0.01492,"10.0-10.2":0.0032,"10.3":0.02451,"11.0-11.2":0.28777,"11.3-11.4":0.00746,"12.0-12.1":0.00426,"12.2-12.5":0.11191,"13.0-13.1":0.00213,"13.2":0.02878,"13.3":0.00426,"13.4-13.7":0.01599,"14.0-14.4":0.03517,"14.5-14.8":0.05009,"15.0-15.1":0.02878,"15.2-15.3":0.02664,"15.4":0.03197,"15.5":0.0373,"15.6-15.8":0.39967,"16.0":0.07567,"16.1":0.15987,"16.2":0.081,"16.3":0.13749,"16.4":0.02771,"16.5":0.05542,"16.6-16.7":0.52437,"17.0":0.03837,"17.1":0.06395,"17.2":0.05329,"17.3":0.081,"17.4":0.17373,"17.5":0.51904,"17.6-17.7":4.48381,"18.0":1.59017,"18.1":1.39726,"18.2":0.05649},P:{"4":0.02099,"20":0.02099,"21":0.03149,"22":0.05248,"23":0.07347,"24":0.09446,"25":0.12595,"26":1.19654,"27":0.61926,_:"5.0-5.4 6.2-6.4 8.2 10.1 13.0 15.0","7.2-7.4":0.0105,"9.2":0.0105,"11.1-11.2":0.0105,"12.0":0.0105,"14.0":0.0105,"16.0":0.0105,"17.0":0.02099,"18.0":0.0105,"19.0":0.0105},I:{"0":0.03078,"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.01323,"9":0.01323,"10":0.00662,"11":0.05293,_:"6 7 5.5"},K:{"0":0.57069,_:"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.08483},H:{"0":0},L:{"0":24.44317},R:{_:"0"},M:{"0":0.66709}};
1
+ module.exports={C:{"50":0.03996,"51":0.01713,"52":0.01713,"53":3.39686,"55":0.21694,"56":0.43959,"60":0.01142,"68":0.01142,"72":0.00571,"75":0.01142,"78":0.00571,"91":0.00571,"94":0.01142,"97":0.00571,"99":0.00571,"101":0.01142,"102":0.01713,"103":0.01142,"105":0.00571,"106":0.00571,"107":0.00571,"109":0.00571,"110":0.00571,"113":0.01713,"114":0.01142,"115":0.23407,"116":0.01713,"117":0.3825,"118":0.26261,"119":0.01713,"125":0.03425,"126":0.00571,"127":0.00571,"128":0.18269,"130":0.01142,"131":0.01142,"132":0.01142,"133":0.08564,"134":0.76501,"135":2.39207,"136":0.00571,_:"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 61 62 63 64 65 66 67 69 70 71 73 74 76 77 79 80 81 82 83 84 85 86 87 88 89 90 92 93 95 96 98 100 104 108 111 112 120 121 122 123 124 129 137 138 3.5 3.6"},D:{"42":0.00571,"48":0.00571,"52":0.10847,"66":0.01713,"67":0.00571,"71":0.02284,"75":0.00571,"76":0.00571,"78":0.01142,"79":0.06851,"80":0.00571,"81":0.01142,"85":0.02284,"86":0.00571,"87":0.09705,"88":0.00571,"89":0.01142,"90":0.00571,"91":0.49668,"92":0.00571,"93":0.02855,"94":0.03425,"95":0.00571,"96":0.02855,"97":0.00571,"98":0.00571,"99":0.01142,"100":0.00571,"101":0.01713,"102":0.01713,"103":0.05709,"104":0.11418,"105":0.01142,"106":0.03425,"107":0.07993,"108":0.05709,"109":0.90202,"110":0.05138,"111":0.05709,"112":0.05709,"113":0.11989,"114":0.3825,"115":0.19411,"116":2.72319,"117":4.04197,"118":0.09705,"119":0.02855,"120":0.06851,"121":0.03425,"122":0.08564,"123":0.02284,"124":0.10276,"125":1.75837,"126":0.71933,"127":0.41676,"128":0.13702,"129":1.63848,"130":0.46814,"131":5.02963,"132":9.54545,"133":8.03256,"134":0.01142,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 43 44 45 46 47 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 68 69 70 72 73 74 77 83 84 135 136"},F:{"68":0.01142,"87":0.01713,"94":0.00571,"95":0.01713,"102":0.00571,"114":0.10847,_:"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 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 88 89 90 91 92 93 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"17":0.00571,"18":0.01142,"106":0.00571,"107":0.01142,"108":0.00571,"109":0.02284,"110":0.00571,"112":0.01713,"114":0.00571,"115":0.01142,"116":0.02855,"117":0.49097,"118":0.01142,"125":0.00571,"126":0.00571,"127":0.00571,"128":0.00571,"129":0.00571,"130":0.07993,"131":0.07993,"132":1.61565,"133":1.99244,_:"12 13 14 15 16 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 111 113 119 120 121 122 123 124"},E:{"13":0.00571,"14":0.00571,"15":0.01142,_:"0 4 5 6 7 8 9 10 11 12 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 18.4","12.1":0.00571,"13.1":0.01142,"14.1":0.02855,"15.1":0.01142,"15.2-15.3":0.00571,"15.4":0.02855,"15.5":0.01713,"15.6":0.13131,"16.0":0.02284,"16.1":0.05138,"16.2":0.01713,"16.3":0.0628,"16.4":0.05138,"16.5":0.13702,"16.6":0.36538,"17.0":0.06851,"17.1":0.09134,"17.2":0.01142,"17.3":0.01142,"17.4":0.05709,"17.5":0.09705,"17.6":0.30829,"18.0":0.04567,"18.1":0.30258,"18.2":0.1884,"18.3":0.67937},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00195,"5.0-5.1":0.00098,"6.0-6.1":0.00586,"7.0-7.1":0.00488,"8.1-8.4":0,"9.0-9.2":0.00195,"9.3":0.01465,"10.0-10.2":0.00195,"10.3":0.02247,"11.0-11.2":0.07717,"11.3-11.4":0.00684,"12.0-12.1":0.00391,"12.2-12.5":0.10355,"13.0-13.1":0.00195,"13.2":0.00293,"13.3":0.00391,"13.4-13.7":0.01465,"14.0-14.4":0.03224,"14.5-14.8":0.04494,"15.0-15.1":0.02344,"15.2-15.3":0.02344,"15.4":0.02833,"15.5":0.03224,"15.6-15.8":0.39954,"16.0":0.05763,"16.1":0.12015,"16.2":0.06057,"16.3":0.10941,"16.4":0.02442,"16.5":0.04591,"16.6-16.7":0.47573,"17.0":0.02931,"17.1":0.05177,"17.2":0.04103,"17.3":0.05763,"17.4":0.11918,"17.5":0.28329,"17.6-17.7":0.93192,"18.0":0.2745,"18.1":2.52127,"18.2":0.81079,"18.3":2.88955,"18.4":0.00586},P:{"4":0.01039,"20":0.02079,"21":0.04157,"22":0.06236,"23":0.09354,"24":0.09354,"25":0.09354,"26":0.1559,"27":2.23461,_:"5.0-5.4 6.2-6.4 9.2 10.1 12.0","7.2-7.4":0.02079,"8.2":0.01039,"11.1-11.2":0.01039,"13.0":0.01039,"14.0":0.02079,"15.0":0.01039,"16.0":0.02079,"17.0":0.02079,"18.0":0.02079,"19.0":0.02079},I:{"0":0.03427,"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.76398,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.02284,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":28.88545},R:{_:"0"},M:{"0":0.93995},Q:{"14.9":0.00429},O:{"0":0.12447},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"47":0.00238,"115":0.11186,"121":0.00238,"124":0.00714,"127":0.00476,"128":0.00952,"129":0.00714,"130":0.00952,"131":0.04998,"132":1.28282,"133":0.07854,_:"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 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 122 123 125 126 134 135 136 3.5 3.6"},D:{"56":0.00238,"62":0.00238,"63":0.00238,"65":0.00476,"69":0.00476,"74":0.00238,"76":0.00476,"78":0.00238,"79":0.01428,"80":0.00238,"81":0.00238,"83":0.00476,"86":0.00238,"87":0.07616,"88":0.23324,"91":0.00476,"92":0.00238,"93":0.00476,"94":0.06426,"97":0.00238,"98":0.00238,"100":0.00476,"103":0.0952,"104":0.00238,"105":0.0238,"106":0.00238,"108":0.00238,"109":0.33558,"111":0.0238,"112":0.00238,"114":0.00238,"116":0.05712,"117":0.00238,"118":0.00714,"119":0.00476,"120":0.01428,"121":0.06188,"122":0.02142,"123":0.0119,"124":0.0238,"125":0.00952,"126":0.05474,"127":0.06188,"128":0.1071,"129":0.3332,"130":7.43036,"131":4.46012,"132":0.00476,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 57 58 59 60 61 64 66 67 68 70 71 72 73 75 77 84 85 89 90 95 96 99 101 102 107 110 113 115 133 134"},F:{"85":0.01666,"86":0.01666,"95":0.00476,"102":0.00238,"111":0.00238,"113":0.00714,"114":0.27608,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 87 88 89 90 91 92 93 94 96 97 98 99 100 101 103 104 105 106 107 108 109 110 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"17":0.00714,"18":0.00238,"92":0.0119,"99":0.00476,"100":0.01666,"109":0.0119,"114":0.00238,"115":0.00476,"119":0.00476,"120":0.00714,"121":0.00714,"122":0.00476,"123":0.0119,"125":0.00476,"126":0.03808,"127":0.0357,"128":0.01428,"129":0.06664,"130":2.66322,"131":1.52082,_:"12 13 14 15 16 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 101 102 103 104 105 106 107 108 110 111 112 113 116 117 118 124"},E:{"12":0.00238,"13":0.00476,"14":0.00476,"15":0.00238,_:"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 15.4 16.0","13.1":0.00238,"14.1":0.0119,"15.1":0.00714,"15.2-15.3":0.00714,"15.5":0.00238,"15.6":0.04998,"16.1":0.02618,"16.2":0.00714,"16.3":0.04046,"16.4":0.00238,"16.5":0.03332,"16.6":0.2499,"17.0":0.00238,"17.1":0.00476,"17.2":0.00476,"17.3":0.01428,"17.4":0.07854,"17.5":0.09996,"17.6":0.74256,"18.0":0.07854,"18.1":0.1309,"18.2":0.0119},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00084,"5.0-5.1":0,"6.0-6.1":0.00335,"7.0-7.1":0.00419,"8.1-8.4":0,"9.0-9.2":0.00335,"9.3":0.01172,"10.0-10.2":0.00251,"10.3":0.01926,"11.0-11.2":0.22611,"11.3-11.4":0.00586,"12.0-12.1":0.00335,"12.2-12.5":0.08793,"13.0-13.1":0.00167,"13.2":0.02261,"13.3":0.00335,"13.4-13.7":0.01256,"14.0-14.4":0.02764,"14.5-14.8":0.03936,"15.0-15.1":0.02261,"15.2-15.3":0.02094,"15.4":0.02512,"15.5":0.02931,"15.6-15.8":0.31404,"16.0":0.05946,"16.1":0.12562,"16.2":0.06365,"16.3":0.10803,"16.4":0.02177,"16.5":0.04355,"16.6-16.7":0.41202,"17.0":0.03015,"17.1":0.05025,"17.2":0.04187,"17.3":0.06365,"17.4":0.1365,"17.5":0.40783,"17.6-17.7":3.5231,"18.0":1.24946,"18.1":1.09788,"18.2":0.04438},P:{"4":0.12447,"20":0.03112,"21":0.12447,"22":0.61197,"23":0.13484,"24":0.51862,"25":0.77793,"26":2.79016,"27":0.87128,"5.0-5.4":0.01037,_:"6.2-6.4 8.2 10.1 11.1-11.2 12.0","7.2-7.4":0.39415,"9.2":0.01037,"13.0":0.04149,"14.0":0.01037,"15.0":0.01037,"16.0":0.02074,"17.0":0.01037,"18.0":0.03112,"19.0":0.05186},I:{"0":0.0076,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00001},A:{"11":0.01666,_:"6 7 8 9 10 5.5"},K:{"0":0.381,_:"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.02286},O:{"0":0.29718},H:{"0":0},L:{"0":62.1567},R:{_:"0"},M:{"0":0.16764}};
1
+ module.exports={C:{"72":0.00279,"78":0.00279,"112":0.00279,"115":0.06419,"121":0.00279,"122":0.00558,"127":0.00279,"128":0.02791,"130":0.00279,"131":0.00279,"132":0.00837,"133":0.00558,"134":0.52471,"135":1.25595,"136":0.02233,_:"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 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 113 114 116 117 118 119 120 123 124 125 126 129 137 138 3.5 3.6"},D:{"33":0.00279,"49":0.00558,"52":0.00279,"57":0.00279,"58":0.00279,"60":0.00279,"70":0.00558,"73":0.02233,"76":0.00837,"78":0.00279,"79":0.10048,"81":0.01675,"83":0.01396,"86":0.00558,"87":0.03628,"88":0.21491,"89":0.00837,"91":0.01396,"93":0.00558,"94":0.02791,"99":0.00279,"100":0.00279,"102":0.00558,"103":0.01396,"105":0.0307,"106":0.00558,"108":0.00558,"109":0.3712,"111":0.02233,"114":0.01954,"116":0.05303,"117":0.00279,"118":0.00837,"120":0.00837,"121":0.06978,"122":0.07536,"123":0.01675,"124":0.00279,"125":0.01116,"126":0.05024,"127":0.01954,"128":0.05861,"129":0.08094,"130":0.08373,"131":0.63077,"132":6.9161,"133":5.89459,_:"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 46 47 48 50 51 53 54 55 56 59 61 62 63 64 65 66 67 68 69 71 72 74 75 77 80 84 85 90 92 95 96 97 98 101 104 107 110 112 113 115 119 134 135 136"},F:{"46":0.00279,"87":0.01675,"95":0.00558,"112":0.00558,"114":0.02791,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 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:{"14":0.00279,"18":0.00558,"84":0.00279,"92":0.01396,"100":0.01116,"109":0.00558,"112":0.01116,"114":0.00558,"116":0.00279,"117":0.00279,"119":0.00837,"122":0.03628,"123":0.00558,"124":0.00558,"125":0.00279,"126":0.00558,"127":0.02233,"128":0.0307,"129":0.01396,"130":0.0307,"131":0.18142,"132":1.84764,"133":2.67936,_:"12 13 15 16 17 79 80 81 83 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 113 115 118 120 121"},E:{"14":0.00279,_:"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.4 15.5 16.2 16.4 18.4","12.1":0.00279,"13.1":0.00837,"14.1":0.00558,"15.1":0.00558,"15.2-15.3":0.00558,"15.6":0.10327,"16.0":0.00279,"16.1":0.01396,"16.3":0.01116,"16.5":0.03349,"16.6":0.31817,"17.0":0.01396,"17.1":0.0614,"17.2":0.03628,"17.3":0.00279,"17.4":0.04466,"17.5":0.05303,"17.6":0.187,"18.0":0.0307,"18.1":0.54425,"18.2":0.08931,"18.3":0.54425},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00163,"5.0-5.1":0.00082,"6.0-6.1":0.0049,"7.0-7.1":0.00408,"8.1-8.4":0,"9.0-9.2":0.00163,"9.3":0.01225,"10.0-10.2":0.00163,"10.3":0.01879,"11.0-11.2":0.06453,"11.3-11.4":0.00572,"12.0-12.1":0.00327,"12.2-12.5":0.08658,"13.0-13.1":0.00163,"13.2":0.00245,"13.3":0.00327,"13.4-13.7":0.01225,"14.0-14.4":0.02695,"14.5-14.8":0.03757,"15.0-15.1":0.0196,"15.2-15.3":0.0196,"15.4":0.02369,"15.5":0.02695,"15.6-15.8":0.33406,"16.0":0.04819,"16.1":0.10046,"16.2":0.05064,"16.3":0.09148,"16.4":0.02042,"16.5":0.03839,"16.6-16.7":0.39777,"17.0":0.0245,"17.1":0.04329,"17.2":0.0343,"17.3":0.04819,"17.4":0.09965,"17.5":0.23687,"17.6-17.7":0.77921,"18.0":0.22952,"18.1":2.10811,"18.2":0.67793,"18.3":2.41603,"18.4":0.0049},P:{"4":0.0522,"20":0.01044,"21":0.0522,"22":0.08352,"23":0.08352,"24":0.29234,"25":0.19837,"26":0.49071,"27":2.77721,_:"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","7.2-7.4":0.14617,"16.0":0.01044,"17.0":0.02088,"18.0":0.01044,"19.0":0.01044},I:{"0":0.05756,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00007},K:{"0":1.04531,_:"10 11 12 11.1 11.5 12.1"},A:{"10":0.01675,"11":0.01675,_:"6 7 8 9 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":60.26551},R:{_:"0"},M:{"0":0.22348},Q:{"14.9":0.00721},O:{"0":0.25232},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"103":0.05618,"106":0.05618,"108":1.26654,"113":0.02554,"114":0.02554,"115":0.41367,"119":0.02554,"121":0.02554,"123":0.02554,"125":0.08171,"130":8.44187,"131":0.2196,"132":5.2551,"133":0.13789,_:"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 104 105 107 109 110 111 112 116 117 118 120 122 124 126 127 128 129 134 135 136 3.5 3.6"},D:{"87":0.2196,"109":1.51167,"117":0.02554,"119":0.02554,"120":0.05618,"121":0.08171,"122":0.02554,"126":0.93458,"129":0.05618,"130":11.93506,"131":5.74538,_:"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 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 118 123 124 125 127 128 132 133 134"},F:{"114":1.09801,_:"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:{"84":0.02554,"92":0.2196,"109":0.08171,"110":0.08171,"114":0.85287,"117":0.33196,"118":0.30131,"120":0.19407,"122":0.2196,"124":0.30131,"125":0.02554,"129":0.02554,"130":1.86916,"131":5.14275,_:"12 13 14 15 16 17 18 79 80 81 83 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 111 112 113 115 116 119 121 123 126 127 128"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.5 17.0 17.1 17.2 17.3 17.4 18.2","15.6":0.99076,"16.4":0.05618,"16.6":0.24514,"17.5":0.05618,"17.6":0.52091,"18.0":0.19407,"18.1":0.02554},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00112,"5.0-5.1":0,"6.0-6.1":0.00448,"7.0-7.1":0.0056,"8.1-8.4":0,"9.0-9.2":0.00448,"9.3":0.01567,"10.0-10.2":0.00336,"10.3":0.02574,"11.0-11.2":0.30214,"11.3-11.4":0.00783,"12.0-12.1":0.00448,"12.2-12.5":0.1175,"13.0-13.1":0.00224,"13.2":0.03021,"13.3":0.00448,"13.4-13.7":0.01679,"14.0-14.4":0.03693,"14.5-14.8":0.05259,"15.0-15.1":0.03021,"15.2-15.3":0.02798,"15.4":0.03357,"15.5":0.03917,"15.6-15.8":0.41964,"16.0":0.07945,"16.1":0.16785,"16.2":0.08505,"16.3":0.14435,"16.4":0.02909,"16.5":0.05819,"16.6-16.7":0.55056,"17.0":0.04029,"17.1":0.06714,"17.2":0.05595,"17.3":0.08505,"17.4":0.1824,"17.5":0.54497,"17.6-17.7":4.70776,"18.0":1.66959,"18.1":1.46705,"18.2":0.05931},P:{"4":0.06355,"25":0.31773,"26":1.22856,"27":2.16057,_:"20 21 22 23 24 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 12.0 13.0 15.0 16.0 17.0 18.0 19.0","11.1-11.2":0.233,"14.0":0.1165},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"},H:{"0":0},L:{"0":34.47386},R:{_:"0"},M:{"0":0.05872}};
1
+ module.exports={C:{"106":0.06356,"108":1.24568,"115":0.49149,"118":0.13135,"121":0.09745,"125":0.0339,"126":0.06356,"127":1.18212,"130":11.42295,"132":0.1949,"133":0.06356,"134":0.4576,"135":1.61006,_:"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 107 109 110 111 112 113 114 116 117 119 120 122 123 124 128 129 131 136 137 138 3.5 3.6"},D:{"109":0.32625,"118":0.0339,"119":0.0339,"120":0.0339,"125":0.06356,"126":0.06356,"129":0.06356,"130":0.06356,"131":0.36015,"132":4.95729,"133":5.80893,_:"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 121 122 123 124 127 128 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:{"91":0.0339,"92":0.29659,"109":0.13135,"110":0.0339,"114":0.69063,"116":0.0339,"117":0.0339,"118":0.88553,"120":0.06356,"122":0.16524,"124":0.0339,"129":0.0339,"131":0.95333,"132":1.11433,"133":0.72029,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 111 112 113 115 119 121 123 125 126 127 128 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 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.1 16.2 16.4 16.5 17.0 17.1 17.2 17.3 17.4 18.0 18.4","12.1":0.06356,"15.6":1.08467,"16.0":0.0339,"16.3":0.06356,"16.6":0.72029,"17.5":0.0339,"17.6":0.26269,"18.1":0.65674,"18.2":0.13135,"18.3":2.16511},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.002,"5.0-5.1":0.001,"6.0-6.1":0.006,"7.0-7.1":0.005,"8.1-8.4":0,"9.0-9.2":0.002,"9.3":0.01501,"10.0-10.2":0.002,"10.3":0.02301,"11.0-11.2":0.07904,"11.3-11.4":0.007,"12.0-12.1":0.004,"12.2-12.5":0.10605,"13.0-13.1":0.002,"13.2":0.003,"13.3":0.004,"13.4-13.7":0.01501,"14.0-14.4":0.03302,"14.5-14.8":0.04602,"15.0-15.1":0.02401,"15.2-15.3":0.02401,"15.4":0.02901,"15.5":0.03302,"15.6-15.8":0.40919,"16.0":0.05903,"16.1":0.12306,"16.2":0.06203,"16.3":0.11205,"16.4":0.02501,"16.5":0.04702,"16.6-16.7":0.48722,"17.0":0.03001,"17.1":0.05302,"17.2":0.04202,"17.3":0.05903,"17.4":0.12206,"17.5":0.29013,"17.6-17.7":0.95444,"18.0":0.28113,"18.1":2.58218,"18.2":0.83038,"18.3":2.95935,"18.4":0.006},P:{"21":0.0312,"27":13.20853,_:"4 20 22 23 24 25 26 5.0-5.4 6.2-6.4 7.2-7.4 8.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","9.2":0.0728},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":35.46408},R:{_:"0"},M:{"0":0.58206},Q:{_:"14.9"},O:{_:"0"},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"77":0.00718,"115":0.00718,"129":0.00718,"130":0.04307,"131":0.08973,"132":1.55763,"133":0.0969,_:"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 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 134 135 136 3.5 3.6"},D:{"49":0.00718,"93":0.85418,"99":0.00718,"103":0.48452,"105":0.00718,"109":0.57065,"122":0.00718,"124":0.00718,"126":0.15074,"127":0.07178,"128":0.15074,"129":4.56162,"130":10.18558,"131":3.59977,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 89 90 91 92 94 95 96 97 98 100 101 102 104 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 123 125 132 133 134"},F:{"85":0.01795,"95":0.00718,"114":0.26559,_:"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 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"104":0.02512,"109":0.01795,"112":0.01795,"117":0.00718,"122":0.01795,"127":0.10408,"128":0.07178,"129":0.18663,"130":5.43016,"131":3.39878,_:"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 105 106 107 108 110 111 113 114 115 116 118 119 120 121 123 124 125 126"},E:{"14":0.05384,"15":0.2297,_:"0 4 5 6 7 8 9 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.3 17.0 17.1 17.2 18.2","12.1":0.00718,"15.6":0.02512,"16.0":0.0969,"16.1":0.00718,"16.2":0.01795,"16.4":0.11485,"16.5":0.04307,"16.6":0.07896,"17.3":0.01795,"17.4":0.04307,"17.5":0.13997,"17.6":0.86136,"18.0":0.03589,"18.1":0.15074},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00104,"5.0-5.1":0,"6.0-6.1":0.00415,"7.0-7.1":0.00519,"8.1-8.4":0,"9.0-9.2":0.00415,"9.3":0.01454,"10.0-10.2":0.00312,"10.3":0.02388,"11.0-11.2":0.28037,"11.3-11.4":0.00727,"12.0-12.1":0.00415,"12.2-12.5":0.10903,"13.0-13.1":0.00208,"13.2":0.02804,"13.3":0.00415,"13.4-13.7":0.01558,"14.0-14.4":0.03427,"14.5-14.8":0.04881,"15.0-15.1":0.02804,"15.2-15.3":0.02596,"15.4":0.03115,"15.5":0.03634,"15.6-15.8":0.38941,"16.0":0.07373,"16.1":0.15576,"16.2":0.07892,"16.3":0.13396,"16.4":0.027,"16.5":0.054,"16.6-16.7":0.5109,"17.0":0.03738,"17.1":0.06231,"17.2":0.05192,"17.3":0.07892,"17.4":0.16926,"17.5":0.50571,"17.6-17.7":4.36863,"18.0":1.54932,"18.1":1.36137,"18.2":0.05504},P:{"21":0.07578,"22":0.05413,"23":0.01083,"24":0.0433,"25":0.05413,"26":0.54129,"27":0.54129,_:"4 20 5.0-5.4 6.2-6.4 8.2 9.2 10.1 12.0 14.0 15.0 17.0 18.0","7.2-7.4":0.01083,"11.1-11.2":0.02165,"13.0":0.0433,"16.0":0.0433,"19.0":0.02165},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.8974,_:"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.00641},H:{"0":0},L:{"0":53.01347},R:{_:"0"},M:{"0":0.00641}};
1
+ module.exports={C:{"115":0.10907,"130":0.03761,"134":0.21438,"135":1.36524,"136":0.04889,_:"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 131 132 133 137 138 3.5 3.6"},D:{"42":0.01128,"55":0.01128,"75":0.01128,"81":0.01128,"93":0.03761,"95":0.09403,"103":0.14292,"109":1.86546,"116":0.01128,"122":0.03761,"124":0.01128,"126":0.04889,"128":0.06018,"130":0.02257,"131":0.94401,"132":7.31138,"133":6.37866,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 43 44 45 46 47 48 49 50 51 52 53 54 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 76 77 78 79 80 83 84 85 86 87 88 89 90 91 92 94 96 97 98 99 100 101 102 104 105 106 107 108 110 111 112 113 114 115 117 118 119 120 121 123 125 127 129 134 135 136"},F:{"86":0.01128,"95":0.01128,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"109":0.01128,"114":0.09403,"115":0.01128,"123":0.25199,"124":0.01128,"128":0.74092,"129":0.07146,"130":0.01128,"131":0.16925,"132":5.28797,"133":5.68287,_:"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 116 117 118 119 120 121 122 125 126 127"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.1 15.2-15.3 15.5 15.6 16.0 16.2 16.3 16.4 17.0 17.1 17.2 17.3 18.4","12.1":0.03761,"13.1":0.01128,"14.1":0.03761,"15.4":0.01128,"16.1":0.01128,"16.5":0.1542,"16.6":0.18053,"17.4":0.03761,"17.5":0.47765,"17.6":0.07146,"18.0":0.02257,"18.1":0.50397,"18.2":0.28584,"18.3":0.54911},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00213,"5.0-5.1":0.00106,"6.0-6.1":0.00639,"7.0-7.1":0.00532,"8.1-8.4":0,"9.0-9.2":0.00213,"9.3":0.01597,"10.0-10.2":0.00213,"10.3":0.02449,"11.0-11.2":0.08412,"11.3-11.4":0.00745,"12.0-12.1":0.00426,"12.2-12.5":0.11287,"13.0-13.1":0.00213,"13.2":0.00319,"13.3":0.00426,"13.4-13.7":0.01597,"14.0-14.4":0.03514,"14.5-14.8":0.04898,"15.0-15.1":0.02556,"15.2-15.3":0.02556,"15.4":0.03088,"15.5":0.03514,"15.6-15.8":0.43551,"16.0":0.06282,"16.1":0.13097,"16.2":0.06602,"16.3":0.11926,"16.4":0.02662,"16.5":0.05005,"16.6-16.7":0.51857,"17.0":0.03194,"17.1":0.05644,"17.2":0.04472,"17.3":0.06282,"17.4":0.12991,"17.5":0.3088,"17.6-17.7":1.01584,"18.0":0.29922,"18.1":2.74832,"18.2":0.88381,"18.3":3.14976,"18.4":0.00639},P:{"22":0.01104,"24":0.04415,"25":0.01104,"26":0.01104,"27":0.80566,_:"4 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 17.0 18.0 19.0","7.2-7.4":0.11036,"16.0":0.01104},I:{"0":0.06848,"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.41171,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":52.82535},R:{_:"0"},M:{"0":0.91075},Q:{_:"14.9"},O:{"0":0.08109},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"49":0.00445,"108":0.26237,"110":0.13786,"113":0.00445,"115":0.04892,"125":0.03558,"128":1.16511,"131":0.05781,"132":2.02339,"133":0.01779,_:"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 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 109 111 112 114 116 117 118 119 120 121 122 123 124 126 127 129 130 134 135 136 3.5 3.6"},D:{"48":0.00445,"49":0.06226,"52":0.00445,"67":0.00445,"76":0.00889,"79":0.01779,"86":0.00445,"87":0.00889,"88":0.00445,"91":0.00445,"94":0.01779,"97":0.00445,"101":0.02224,"102":0.27571,"103":0.10673,"104":0.00445,"105":0.01334,"106":0.02224,"107":0.02224,"108":0.43581,"109":1.30742,"110":0.34242,"111":0.10673,"112":0.32908,"116":0.09783,"118":0.00889,"120":0.00445,"122":0.29795,"123":0.05336,"124":0.01779,"125":0.01779,"126":0.34242,"127":0.13786,"128":0.24903,"129":1.41415,"130":8.51156,"131":3.45977,_:"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 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 68 69 70 71 72 73 74 75 77 78 80 81 83 84 85 89 90 92 93 95 96 98 99 100 113 114 115 117 119 121 132 133 134"},F:{"91":0.00445,"92":0.00445,"93":0.00445,"95":0.00445,"96":0.24014,"97":0.24903,"112":0.02224,"113":0.19122,"114":0.79157,_:"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 94 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:{"89":0.00445,"92":0.00445,"106":0.00445,"107":0.28461,"108":0.00445,"109":0.00889,"111":0.00445,"112":0.00445,"119":0.04002,"122":0.03558,"123":0.00445,"127":0.04002,"129":0.2179,"130":2.93057,"131":1.60537,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 110 113 114 115 116 117 118 120 121 124 125 126 128"},E:{"14":0.13786,_:"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.00445,"13.1":0.02668,"14.1":0.09339,"15.1":0.01334,"15.2-15.3":0.00445,"15.4":0.02668,"15.5":0.21346,"15.6":0.80046,"16.0":0.00889,"16.1":0.18677,"16.2":0.2179,"16.3":0.61369,"16.4":0.02224,"16.5":0.08449,"16.6":1.38302,"17.0":0.02224,"17.1":0.08894,"17.2":0.13786,"17.3":0.16009,"17.4":0.17343,"17.5":1.05839,"17.6":6.01234,"18.0":1.45862,"18.1":1.81438,"18.2":0.01779},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00433,"5.0-5.1":0,"6.0-6.1":0.01733,"7.0-7.1":0.02167,"8.1-8.4":0,"9.0-9.2":0.01733,"9.3":0.06067,"10.0-10.2":0.013,"10.3":0.09967,"11.0-11.2":1.17006,"11.3-11.4":0.03033,"12.0-12.1":0.01733,"12.2-12.5":0.45502,"13.0-13.1":0.00867,"13.2":0.11701,"13.3":0.01733,"13.4-13.7":0.065,"14.0-14.4":0.14301,"14.5-14.8":0.20368,"15.0-15.1":0.11701,"15.2-15.3":0.10834,"15.4":0.13001,"15.5":0.15167,"15.6-15.8":1.62509,"16.0":0.30768,"16.1":0.65003,"16.2":0.32935,"16.3":0.55903,"16.4":0.11267,"16.5":0.22535,"16.6-16.7":2.13211,"17.0":0.15601,"17.1":0.26001,"17.2":0.21668,"17.3":0.32935,"17.4":0.70637,"17.5":2.11044,"17.6-17.7":18.23129,"18.0":6.46567,"18.1":5.6813,"18.2":0.22968},P:{"4":0.01032,"20":0.01032,"22":0.01032,"24":0.02065,"25":0.01032,"26":1.33169,"27":0.92909,_:"21 23 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 19.0","5.0-5.4":0.01032,"18.0":0.01032},I:{"0":0.03324,"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:{"11":0.00445,_:"6 7 8 9 10 5.5"},K:{"0":0.04442,_:"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.00555},H:{"0":0},L:{"0":9.5613},R:{_:"0"},M:{"0":0.14993}};
1
+ module.exports={C:{"44":0.16329,"78":0.00859,"106":0.01719,"115":0.01719,"120":0.0043,"126":0.0043,"127":0.0043,"128":0.76487,"130":0.0043,"133":0.00859,"134":0.58439,"135":2.7157,_:"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 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 121 122 123 124 125 129 131 132 136 137 138 3.5 3.6"},D:{"49":0.05586,"76":0.01289,"77":0.0043,"79":0.00859,"80":0.0043,"87":0.08164,"88":0.0043,"101":0.01289,"102":0.01719,"103":0.18047,"105":0.15899,"106":0.5672,"107":0.51134,"108":0.43829,"109":0.37384,"110":0.02149,"111":0.78205,"112":0.20626,"116":0.02578,"121":0.00859,"122":0.02578,"123":0.0043,"124":0.02149,"125":0.00859,"126":0.18477,"127":0.05586,"128":0.08164,"129":0.00859,"130":0.02149,"131":0.97972,"132":6.42402,"133":4.14661,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 78 81 83 84 85 86 89 90 91 92 93 94 95 96 97 98 99 100 104 113 114 115 117 118 119 120 134 135 136"},F:{"46":0.0043,"87":0.0043,"114":0.03008,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 88 89 90 91 92 93 94 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:{"83":0.00859,"109":0.18907,"117":0.01719,"119":0.10313,"122":0.00859,"126":0.01719,"130":0.0043,"131":0.12891,"132":2.26022,"133":2.91766,_:"12 13 14 15 16 17 18 79 80 81 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 118 120 121 123 124 125 127 128 129"},E:{"14":0.08164,"15":0.0043,_:"0 4 5 6 7 8 9 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1","13.1":0.01719,"14.1":0.05156,"15.1":0.00859,"15.2-15.3":0.00859,"15.4":0.04297,"15.5":0.18047,"15.6":0.84221,"16.0":0.01289,"16.1":0.10743,"16.2":0.24493,"16.3":0.35235,"16.4":0.04727,"16.5":0.09024,"16.6":1.92506,"17.0":0.03438,"17.1":0.65314,"17.2":0.10743,"17.3":0.06016,"17.4":0.12891,"17.5":0.44259,"17.6":2.12702,"18.0":0.37384,"18.1":3.06376,"18.2":0.7219,"18.3":3.64386,"18.4":0.0043},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00932,"5.0-5.1":0.00466,"6.0-6.1":0.02795,"7.0-7.1":0.02329,"8.1-8.4":0,"9.0-9.2":0.00932,"9.3":0.06986,"10.0-10.2":0.00932,"10.3":0.10713,"11.0-11.2":0.36795,"11.3-11.4":0.0326,"12.0-12.1":0.01863,"12.2-12.5":0.49371,"13.0-13.1":0.00932,"13.2":0.01397,"13.3":0.01863,"13.4-13.7":0.06986,"14.0-14.4":0.1537,"14.5-14.8":0.21425,"15.0-15.1":0.11178,"15.2-15.3":0.11178,"15.4":0.13507,"15.5":0.1537,"15.6-15.8":1.90497,"16.0":0.2748,"16.1":0.57289,"16.2":0.28877,"16.3":0.52166,"16.4":0.11644,"16.5":0.21891,"16.6-16.7":2.26827,"17.0":0.13973,"17.1":0.24685,"17.2":0.19562,"17.3":0.2748,"17.4":0.56823,"17.5":1.35072,"17.6-17.7":4.44339,"18.0":1.3088,"18.1":12.02137,"18.2":3.86584,"18.3":13.7773,"18.4":0.02795},P:{"4":0.17632,"22":0.01037,"23":0.01037,"26":0.09334,"27":1.88761,_:"20 21 24 25 5.0-5.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","6.2-6.4":0.01037,"7.2-7.4":0.01037},I:{"0":0.07968,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00002,"4.4":0,"4.4.3-4.4.4":0.0001},K:{"0":0.01711,_:"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":8.29828},R:{_:"0"},M:{"0":0.13687},Q:{_:"14.9"},O:{_:"0"},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"48":0.007,"52":0.02449,"54":0.0105,"56":0.0035,"59":0.02099,"60":0.0035,"68":0.0035,"72":0.007,"75":0.014,"78":0.03849,"88":0.007,"91":0.0105,"93":0.007,"94":0.0105,"96":0.0035,"98":0.0035,"102":0.0175,"103":0.0105,"105":0.0035,"106":0.0035,"107":0.0035,"108":0.0035,"109":0.007,"110":0.0035,"111":0.0035,"113":0.0175,"115":0.51785,"118":0.0035,"119":0.0035,"120":0.0035,"121":0.007,"122":0.0035,"123":0.0035,"124":0.007,"125":0.02799,"126":0.007,"127":0.04199,"128":0.19594,"129":0.02099,"130":0.04899,"131":0.23443,"132":3.37304,"133":0.30091,"134":0.0035,_:"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 55 57 58 61 62 63 64 65 66 67 69 70 71 73 74 76 77 79 80 81 82 83 84 85 86 87 89 90 92 95 97 99 100 101 104 112 114 116 117 135 136 3.5 3.6"},D:{"41":0.0035,"42":0.0035,"49":0.02099,"52":0.03149,"56":0.0035,"58":0.007,"65":0.0035,"66":0.08748,"67":0.0035,"70":0.0035,"71":0.014,"73":0.02099,"76":0.007,"79":0.03149,"80":0.0035,"81":0.0105,"83":0.0035,"84":0.0035,"85":0.0105,"86":0.007,"87":0.02799,"88":0.0175,"89":0.0035,"90":0.0105,"91":0.0105,"92":0.0035,"93":0.03499,"94":0.19944,"95":0.0175,"96":0.0035,"97":0.0035,"98":0.0035,"99":0.0035,"100":0.0035,"101":0.0035,"102":0.03149,"103":0.07348,"104":0.007,"105":0.0105,"106":0.02799,"107":0.04199,"108":0.04199,"109":0.94123,"110":0.02449,"111":0.03499,"112":0.02449,"113":0.04199,"114":0.30791,"115":0.02449,"116":0.17495,"117":0.014,"118":0.06298,"119":0.03149,"120":0.05598,"121":0.0175,"122":0.05598,"123":0.15746,"124":0.07698,"125":0.16445,"126":0.15746,"127":0.09797,"128":0.20644,"129":0.76628,"130":9.60825,"131":5.55991,"132":0.0035,_:"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 43 44 45 46 47 48 50 51 53 54 55 57 59 60 61 62 63 64 68 69 72 74 75 77 78 133 134"},F:{"46":0.007,"85":0.0175,"86":0.0035,"89":0.0035,"95":0.03149,"102":0.0035,"112":0.0035,"113":0.06648,"114":0.93423,_:"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 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:{"17":0.0105,"18":0.0035,"92":0.007,"98":0.0035,"105":0.007,"106":0.0035,"107":0.0035,"108":0.0105,"109":0.08748,"110":0.0035,"111":0.0035,"112":0.007,"113":0.0035,"114":0.0105,"115":0.0035,"116":0.0035,"117":0.0035,"118":0.007,"119":0.0035,"120":0.0105,"121":0.0105,"122":0.05598,"123":0.007,"124":0.007,"125":0.0105,"126":0.06998,"127":0.03499,"128":0.06298,"129":0.15746,"130":2.66624,"131":1.79149,_:"12 13 14 15 16 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 99 100 101 102 103 104"},E:{"13":0.0035,"14":0.014,"15":0.007,_:"0 4 5 6 7 8 9 10 11 12 3.1 3.2 5.1 6.1 7.1 9.1 10.1","11.1":0.02449,"12.1":0.0105,"13.1":0.06998,"14.1":0.07348,"15.1":0.06998,"15.2-15.3":0.0105,"15.4":0.014,"15.5":0.014,"15.6":0.21694,"16.0":0.03499,"16.1":0.03149,"16.2":0.02099,"16.3":0.05249,"16.4":0.02099,"16.5":0.03149,"16.6":0.24493,"17.0":0.02099,"17.1":0.03149,"17.2":0.04199,"17.3":0.03499,"17.4":0.09097,"17.5":0.20294,"17.6":0.77678,"18.0":0.31141,"18.1":0.3499,"18.2":0.0105},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0011,"5.0-5.1":0,"6.0-6.1":0.00439,"7.0-7.1":0.00548,"8.1-8.4":0,"9.0-9.2":0.00439,"9.3":0.01535,"10.0-10.2":0.00329,"10.3":0.02522,"11.0-11.2":0.29611,"11.3-11.4":0.00768,"12.0-12.1":0.00439,"12.2-12.5":0.11516,"13.0-13.1":0.00219,"13.2":0.02961,"13.3":0.00439,"13.4-13.7":0.01645,"14.0-14.4":0.03619,"14.5-14.8":0.05155,"15.0-15.1":0.02961,"15.2-15.3":0.02742,"15.4":0.0329,"15.5":0.03839,"15.6-15.8":0.41127,"16.0":0.07787,"16.1":0.16451,"16.2":0.08335,"16.3":0.14148,"16.4":0.02851,"16.5":0.05703,"16.6-16.7":0.53959,"17.0":0.03948,"17.1":0.0658,"17.2":0.05484,"17.3":0.08335,"17.4":0.17877,"17.5":0.5341,"17.6-17.7":4.6139,"18.0":1.6363,"18.1":1.4378,"18.2":0.05813},P:{"4":0.04186,"20":0.01047,"21":0.0314,"22":0.0314,"23":0.05233,"24":0.04186,"25":0.05233,"26":1.08844,"27":0.87912,_:"5.0-5.4 8.2 10.1 12.0 15.0 18.0","6.2-6.4":0.01047,"7.2-7.4":0.01047,"9.2":0.01047,"11.1-11.2":0.01047,"13.0":0.01047,"14.0":0.01047,"16.0":0.02093,"17.0":0.01047,"19.0":0.01047},I:{"0":0.15568,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00005,"4.4":0,"4.4.3-4.4.4":0.0002},A:{"8":0.0081,"9":0.0081,"11":0.06077,_:"6 7 10 5.5"},K:{"0":0.47457,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.0065,_:"3.0-3.1"},J:{_:"7 10"},Q:{"14.9":0.0065},O:{"0":0.43557},H:{"0":0},L:{"0":50.49183},R:{_:"0"},M:{"0":0.48758}};
1
+ module.exports={C:{"48":0.00701,"52":0.01752,"54":0.01752,"56":0.0035,"59":0.02452,"68":0.0035,"75":0.02102,"78":0.03503,"88":0.0035,"91":0.01051,"93":0.01401,"94":0.02102,"96":0.0035,"102":0.01401,"103":0.00701,"105":0.0035,"106":0.0035,"107":0.0035,"108":0.0035,"109":0.00701,"110":0.0035,"111":0.0035,"112":0.0035,"113":0.01051,"115":0.4624,"116":0.0035,"120":0.0035,"121":0.0035,"123":0.0035,"124":0.00701,"125":0.02802,"126":0.00701,"127":0.01051,"128":0.2277,"129":0.00701,"130":0.01051,"131":0.01051,"132":0.08758,"133":0.04904,"134":0.84773,"135":2.76737,"136":0.00701,_:"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 55 57 58 60 61 62 63 64 65 66 67 69 70 71 72 73 74 76 77 79 80 81 82 83 84 85 86 87 89 90 92 95 97 98 99 100 101 104 114 117 118 119 122 137 138 3.5 3.6"},D:{"38":0.0035,"41":0.0035,"48":0.0035,"49":0.01752,"52":0.02102,"56":0.00701,"58":0.0035,"65":0.0035,"66":0.09808,"67":0.0035,"70":0.0035,"71":0.01401,"72":0.0035,"73":0.01752,"74":0.0035,"75":0.0035,"76":0.0035,"78":0.0035,"79":0.04554,"80":0.00701,"81":0.01401,"83":0.0035,"84":0.0035,"85":0.01752,"86":0.00701,"87":0.04204,"88":0.02102,"89":0.0035,"90":0.01401,"91":0.02802,"92":0.0035,"93":0.03503,"94":0.24171,"95":0.02802,"96":0.01051,"97":0.00701,"98":0.00701,"99":0.0035,"100":0.0035,"101":0.0035,"102":0.1121,"103":0.06305,"104":0.03153,"105":0.01401,"106":0.05255,"107":0.06656,"108":0.08758,"109":0.98785,"110":0.05255,"111":0.05255,"112":0.04554,"113":0.02802,"114":0.59901,"115":0.01401,"116":0.15063,"117":0.0035,"118":0.06656,"119":0.02102,"120":0.02802,"121":0.01401,"122":0.04554,"123":0.09108,"124":0.12611,"125":0.10159,"126":0.08407,"127":0.04204,"128":0.1156,"129":0.07707,"130":0.16114,"131":1.06141,"132":6.96747,"133":6.71175,"134":0.01051,"135":0.0035,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 42 43 44 45 46 47 50 51 53 54 55 57 59 60 61 62 63 64 68 69 77 136"},F:{"36":0.0035,"46":0.00701,"86":0.0035,"87":0.02802,"92":0.0035,"93":0.0035,"94":0.0035,"95":0.03153,"102":0.0035,"112":0.0035,"113":0.0035,"114":0.08758,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 88 89 90 91 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:{"17":0.01401,"18":0.0035,"84":0.0035,"92":0.0035,"105":0.02102,"106":0.0035,"107":0.01051,"108":0.01051,"109":0.08407,"110":0.00701,"111":0.00701,"112":0.0035,"113":0.0035,"114":0.00701,"115":0.0035,"118":0.00701,"119":0.0035,"120":0.00701,"121":0.0035,"122":0.09458,"123":0.0035,"124":0.0035,"125":0.00701,"126":0.04904,"127":0.01401,"128":0.01752,"129":0.01051,"130":0.05955,"131":0.12261,"132":2.03875,"133":2.6903,_:"12 13 14 15 16 79 80 81 83 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 116 117"},E:{"14":0.01051,"15":0.00701,_:"0 4 5 6 7 8 9 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1","11.1":0.02452,"12.1":0.01051,"13.1":0.06305,"14.1":0.08057,"15.1":0.01401,"15.2-15.3":0.00701,"15.4":0.01051,"15.5":0.01401,"15.6":0.20668,"16.0":0.03503,"16.1":0.02452,"16.2":0.02102,"16.3":0.03853,"16.4":0.01401,"16.5":0.02452,"16.6":0.2277,"17.0":0.01752,"17.1":0.07707,"17.2":0.03153,"17.3":0.02802,"17.4":0.08407,"17.5":0.13662,"17.6":0.36431,"18.0":0.08057,"18.1":0.36081,"18.2":0.16464,"18.3":0.67958,"18.4":0.0035},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00232,"5.0-5.1":0.00116,"6.0-6.1":0.00695,"7.0-7.1":0.00579,"8.1-8.4":0,"9.0-9.2":0.00232,"9.3":0.01737,"10.0-10.2":0.00232,"10.3":0.02663,"11.0-11.2":0.09146,"11.3-11.4":0.0081,"12.0-12.1":0.00463,"12.2-12.5":0.12272,"13.0-13.1":0.00232,"13.2":0.00347,"13.3":0.00463,"13.4-13.7":0.01737,"14.0-14.4":0.03821,"14.5-14.8":0.05326,"15.0-15.1":0.02779,"15.2-15.3":0.02779,"15.4":0.03358,"15.5":0.03821,"15.6-15.8":0.47353,"16.0":0.06831,"16.1":0.14241,"16.2":0.07178,"16.3":0.12967,"16.4":0.02894,"16.5":0.05441,"16.6-16.7":0.56383,"17.0":0.03473,"17.1":0.06136,"17.2":0.04863,"17.3":0.06831,"17.4":0.14125,"17.5":0.33575,"17.6-17.7":1.10451,"18.0":0.32533,"18.1":2.98819,"18.2":0.96095,"18.3":3.42467,"18.4":0.00695},P:{"4":0.06267,"20":0.01044,"21":0.02089,"22":0.03133,"23":0.03133,"24":0.03133,"25":0.04178,"26":0.10445,"27":2.04713,"5.0-5.4":0.01044,_:"6.2-6.4 8.2 10.1 12.0 14.0 15.0 16.0 18.0","7.2-7.4":0.01044,"9.2":0.01044,"11.1-11.2":0.02089,"13.0":0.02089,"17.0":0.01044,"19.0":0.01044},I:{"0":0.1621,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00003,"4.4":0,"4.4.3-4.4.4":0.00019},K:{"0":0.57174,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.00392,"9":0.00785,"11":0.08631,_:"6 7 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":49.9599},R:{_:"0"},M:{"0":0.54575},Q:{"14.9":0.0065},O:{"0":0.51326},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.01451,"91":0.00726,"107":0.00907,"115":0.09251,"123":0.00363,"127":0.00726,"128":0.00726,"129":0.00181,"130":0.00181,"131":0.03628,"132":0.91244,"133":0.0907,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 108 109 110 111 112 113 114 116 117 118 119 120 121 122 124 125 126 134 135 136 3.5 3.6"},D:{"11":0.00363,"38":0.00181,"43":0.00181,"49":0.00363,"56":0.00181,"58":0.00181,"62":0.00363,"65":0.00181,"66":0.01814,"68":0.00181,"69":0.0127,"72":0.00907,"73":0.00726,"74":0.00363,"75":0.00363,"79":0.03084,"81":0.05805,"83":0.10884,"84":0.02721,"86":0.03447,"87":0.10703,"88":0.0254,"89":0.00726,"90":0.00363,"91":0.12154,"93":0.02177,"94":0.02358,"95":0.01451,"98":0.00907,"100":0.01088,"103":0.24126,"105":0.00181,"108":0.00363,"109":0.67662,"110":0.07619,"113":0.00181,"114":0.01814,"116":0.0127,"117":0.00181,"118":0.00181,"119":0.05079,"120":0.00363,"121":0.00726,"122":0.00363,"123":0.0127,"124":0.01088,"125":0.01995,"126":0.04898,"127":0.01451,"128":0.03084,"129":0.08707,"130":4.20667,"131":2.89514,"132":0.00181,_:"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 44 45 46 47 48 50 51 52 53 54 55 57 59 60 61 63 64 67 70 71 76 77 78 80 85 92 96 97 99 101 102 104 106 107 111 112 115 133 134"},F:{"42":0.00181,"84":0.00181,"85":0.00181,"86":0.00181,"95":0.05805,"113":0.00544,"114":0.58048,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.00544,"17":0.00181,"18":0.00363,"92":0.02177,"100":0.01814,"109":0.00907,"110":0.00544,"114":0.00363,"117":0.00181,"124":0.00181,"125":0.01633,"126":0.00363,"127":0.00181,"128":0.00726,"129":0.03265,"130":1.53827,"131":1.13738,_:"12 13 15 16 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 111 112 113 115 116 118 119 120 121 122 123"},E:{"11":0.00181,"12":0.00181,_:"0 4 5 6 7 8 9 10 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 17.0 18.2","12.1":0.00181,"13.1":0.11972,"14.1":0.00544,"15.6":0.156,"16.2":0.00181,"16.3":0.00181,"16.4":0.00181,"16.5":0.00181,"16.6":0.01088,"17.1":0.00544,"17.2":0.00181,"17.3":0.06168,"17.4":0.00363,"17.5":0.11428,"17.6":0.13242,"18.0":0.00907,"18.1":0.0653},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00175,"5.0-5.1":0,"6.0-6.1":0.00698,"7.0-7.1":0.00873,"8.1-8.4":0,"9.0-9.2":0.00698,"9.3":0.02444,"10.0-10.2":0.00524,"10.3":0.04015,"11.0-11.2":0.47128,"11.3-11.4":0.01222,"12.0-12.1":0.00698,"12.2-12.5":0.18327,"13.0-13.1":0.00349,"13.2":0.04713,"13.3":0.00698,"13.4-13.7":0.02618,"14.0-14.4":0.0576,"14.5-14.8":0.08204,"15.0-15.1":0.04713,"15.2-15.3":0.04364,"15.4":0.05236,"15.5":0.06109,"15.6-15.8":0.65455,"16.0":0.12393,"16.1":0.26182,"16.2":0.13266,"16.3":0.22517,"16.4":0.04538,"16.5":0.09076,"16.6-16.7":0.85877,"17.0":0.06284,"17.1":0.10473,"17.2":0.08727,"17.3":0.13266,"17.4":0.28451,"17.5":0.85004,"17.6-17.7":7.34319,"18.0":2.60424,"18.1":2.28831,"18.2":0.09251},P:{"4":0.07189,"20":0.04108,"21":0.01027,"22":0.1027,"23":0.02054,"24":0.09243,"25":0.08216,"26":0.81134,"27":0.17459,"5.0-5.4":0.02054,_:"6.2-6.4 8.2 9.2 10.1 12.0 13.0 14.0 16.0 18.0","7.2-7.4":0.15405,"11.1-11.2":0.01027,"15.0":0.01027,"17.0":0.12324,"19.0":0.01027},I:{"0":0.05718,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00002,"4.4":0,"4.4.3-4.4.4":0.00007},A:{_:"6 7 8 9 10 11 5.5"},K:{"0":0.88238,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.01637,_:"3.0-3.1"},J:{_:"7 10"},Q:{_:"14.9"},O:{"0":0.04094},H:{"0":0.01},L:{"0":65.09624},R:{_:"0"},M:{"0":0.03275}};
1
+ module.exports={C:{"52":0.00262,"78":0.00262,"91":0.02623,"107":0.00787,"115":0.06033,"128":0.01312,"132":0.00525,"133":0.00262,"134":0.11279,"135":0.83936,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 127 129 130 131 136 137 138 3.5 3.6"},D:{"46":0.00262,"49":0.00262,"56":0.00262,"65":0.00262,"66":0.00525,"69":0.03148,"70":0.00262,"71":0.00262,"72":0.01312,"73":0.03672,"75":0.00787,"76":0.01049,"79":0.04459,"80":0.01312,"81":0.01312,"83":0.09705,"84":0.01836,"86":0.01312,"87":0.0682,"88":0.00787,"89":0.00787,"90":0.02623,"91":0.00525,"94":0.01049,"95":0.00787,"98":0.01574,"100":0.00787,"102":0.00262,"103":0.05771,"107":0.00525,"109":0.83936,"110":0.07869,"111":0.02623,"112":0.00262,"113":0.00262,"114":0.02623,"116":0.01312,"118":0.00525,"119":0.11804,"120":0.00262,"121":0.01049,"122":0.00525,"123":0.00787,"124":0.00262,"125":0.00525,"126":0.00525,"127":0.00262,"128":0.04197,"129":0.01049,"130":0.02361,"131":0.16525,"132":6.26897,"133":5.73912,"134":0.00262,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 50 51 52 53 54 55 57 58 59 60 61 62 63 64 67 68 74 77 78 85 92 93 96 97 99 101 104 105 106 108 115 117 135 136"},F:{"28":0.00262,"60":0.00262,"87":0.00262,"95":0.02098,"110":0.00262,"114":0.00262,_:"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 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 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.00262,"81":0.01312,"90":0.00262,"92":0.00787,"100":0.00262,"109":0.00787,"125":0.00262,"126":0.00262,"128":0.00262,"129":0.00262,"130":0.07082,"131":0.03148,"132":0.98625,"133":2.0066,_:"12 13 14 15 16 17 79 80 83 84 85 86 87 88 89 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 127"},E:{"14":0.00262,_:"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 15.5 16.0 16.1 16.2 16.4 16.5 17.0 17.2 18.4","13.1":0.00262,"14.1":0.00262,"15.6":0.01836,"16.3":0.00262,"16.6":0.02098,"17.1":0.00525,"17.3":0.01312,"17.4":0.00262,"17.5":0.03148,"17.6":0.0341,"18.0":0.00262,"18.1":0.0341,"18.2":0.00525,"18.3":0.05246},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00338,"5.0-5.1":0.00169,"6.0-6.1":0.01013,"7.0-7.1":0.00844,"8.1-8.4":0,"9.0-9.2":0.00338,"9.3":0.02532,"10.0-10.2":0.00338,"10.3":0.03883,"11.0-11.2":0.13336,"11.3-11.4":0.01182,"12.0-12.1":0.00675,"12.2-12.5":0.17894,"13.0-13.1":0.00338,"13.2":0.00506,"13.3":0.00675,"13.4-13.7":0.02532,"14.0-14.4":0.05571,"14.5-14.8":0.07765,"15.0-15.1":0.04051,"15.2-15.3":0.04051,"15.4":0.04895,"15.5":0.05571,"15.6-15.8":0.69043,"16.0":0.0996,"16.1":0.20763,"16.2":0.10466,"16.3":0.18907,"16.4":0.0422,"16.5":0.07934,"16.6-16.7":0.8221,"17.0":0.05064,"17.1":0.08947,"17.2":0.0709,"17.3":0.0996,"17.4":0.20595,"17.5":0.48955,"17.6-17.7":1.61043,"18.0":0.47435,"18.1":4.35695,"18.2":1.40111,"18.3":4.99336,"18.4":0.01013},P:{"4":0.05121,"20":0.02048,"22":0.01024,"23":0.04096,"24":0.15362,"25":0.03072,"26":0.16386,"27":0.59398,_:"21 5.0-5.4 6.2-6.4 8.2 9.2 10.1 12.0 13.0 14.0 16.0 18.0","7.2-7.4":0.15362,"11.1-11.2":0.05121,"15.0":0.01024,"17.0":0.07169,"19.0":0.02048},I:{"0":0.03682,"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.7278,_:"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":60.51977},R:{_:"0"},M:{"0":0.02213},Q:{_:"14.9"},O:{"0":0.05902},H:{"0":0.01}};
@@ -1 +1 @@
1
- module.exports={C:{"48":0.0041,"52":0.01229,"59":0.02049,"77":0.0041,"78":0.02869,"88":0.0082,"91":0.0041,"93":0.0041,"94":0.0082,"101":0.0041,"102":0.0041,"103":0.0041,"113":0.0041,"115":0.13114,"118":0.0041,"121":0.0041,"124":0.0041,"125":0.03688,"126":0.0041,"127":0.0082,"128":0.04918,"129":0.04098,"130":0.01229,"131":0.15163,"132":1.49167,"133":0.10655,_:"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 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 79 80 81 82 83 84 85 86 87 89 90 92 95 96 97 98 99 100 104 105 106 107 108 109 110 111 112 114 116 117 119 120 122 123 134 135 136 3.5 3.6"},D:{"46":0.0041,"48":0.0041,"49":0.0082,"51":0.0041,"52":0.0082,"56":0.0041,"58":0.0041,"59":0.0041,"66":0.09425,"70":0.0041,"74":0.0041,"76":0.0082,"77":0.0041,"79":0.01639,"80":0.0041,"81":0.02049,"83":0.02459,"84":0.0041,"85":0.0082,"86":0.0082,"87":0.02459,"88":0.01229,"89":0.01229,"90":0.0041,"91":0.01639,"92":0.0082,"93":0.01229,"94":0.01639,"95":0.01229,"96":0.0082,"97":0.0041,"98":0.0041,"99":0.0041,"100":0.0041,"101":0.0041,"102":0.01229,"103":0.14753,"104":0.0082,"105":0.0082,"106":0.0082,"107":0.01639,"108":0.01639,"109":0.57782,"110":0.0082,"111":0.02049,"112":0.01229,"113":0.02869,"114":0.05737,"115":0.0082,"116":0.14343,"117":0.02459,"118":0.02049,"119":0.03688,"120":0.03688,"121":0.02459,"122":0.10655,"123":0.16802,"124":0.09835,"125":0.4057,"126":0.30735,"127":0.15982,"128":0.32784,"129":1.0327,"130":10.95395,"131":6.26994,"132":0.0082,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 50 53 54 55 57 60 61 62 63 64 65 67 68 69 71 72 73 75 78 133 134"},F:{"46":0.0082,"85":0.01229,"95":0.01229,"102":0.0041,"112":0.0041,"113":0.06967,"114":0.74993,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"17":0.01229,"18":0.0041,"85":0.0041,"92":0.01639,"95":0.0041,"108":0.0041,"109":0.05737,"110":0.0041,"112":0.0041,"113":0.0041,"114":0.0041,"116":0.0041,"119":0.0041,"120":0.0041,"121":0.03278,"122":0.02459,"123":0.0041,"124":0.0082,"125":0.0082,"126":0.03688,"127":0.01229,"128":0.03688,"129":0.25408,"130":4.95038,"131":3.4915,_:"12 13 14 15 16 79 80 81 83 84 86 87 88 89 90 91 93 94 96 97 98 99 100 101 102 103 104 105 106 107 111 115 117 118"},E:{"8":0.0041,"13":0.0041,"14":0.02869,"15":0.0082,_:"0 4 5 6 7 9 10 11 12 3.1 3.2 5.1 6.1 7.1 10.1","9.1":0.0041,"11.1":0.02049,"12.1":0.01229,"13.1":0.06147,"14.1":0.09835,"15.1":0.01229,"15.2-15.3":0.01229,"15.4":0.02049,"15.5":0.03688,"15.6":0.43849,"16.0":0.05327,"16.1":0.05327,"16.2":0.04508,"16.3":0.10245,"16.4":0.02869,"16.5":0.04918,"16.6":0.59011,"17.0":0.03278,"17.1":0.04918,"17.2":0.04918,"17.3":0.05737,"17.4":0.12294,"17.5":0.36062,"17.6":2.44651,"18.0":0.47537,"18.1":0.72944,"18.2":0.02049},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0025,"5.0-5.1":0,"6.0-6.1":0.00998,"7.0-7.1":0.01248,"8.1-8.4":0,"9.0-9.2":0.00998,"9.3":0.03494,"10.0-10.2":0.00749,"10.3":0.05739,"11.0-11.2":0.67375,"11.3-11.4":0.01747,"12.0-12.1":0.00998,"12.2-12.5":0.26201,"13.0-13.1":0.00499,"13.2":0.06737,"13.3":0.00998,"13.4-13.7":0.03743,"14.0-14.4":0.08235,"14.5-14.8":0.11728,"15.0-15.1":0.06737,"15.2-15.3":0.06238,"15.4":0.07486,"15.5":0.08734,"15.6-15.8":0.93576,"16.0":0.17717,"16.1":0.3743,"16.2":0.18965,"16.3":0.3219,"16.4":0.06488,"16.5":0.12976,"16.6-16.7":1.22772,"17.0":0.08983,"17.1":0.14972,"17.2":0.12477,"17.3":0.18965,"17.4":0.40674,"17.5":1.21524,"17.6-17.7":10.498,"18.0":3.72309,"18.1":3.27142,"18.2":0.13225},P:{"4":0.02194,"20":0.01097,"21":0.04388,"22":0.04388,"23":0.08776,"24":0.05485,"25":0.05485,"26":2.01839,"27":1.88676,_:"5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0","13.0":0.01097,"17.0":0.01097,"18.0":0.01097,"19.0":0.01097},I:{"0":0.04122,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00005},A:{"9":0.00484,"11":0.04843,_:"6 7 8 10 5.5"},K:{"0":0.21837,_:"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.0059},O:{"0":0.07673},H:{"0":0},L:{"0":29.24136},R:{_:"0"},M:{"0":0.39543}};
1
+ module.exports={C:{"48":0.00404,"52":0.00808,"59":0.02425,"78":0.00808,"88":0.01213,"93":0.00404,"94":0.00404,"101":0.00404,"113":0.00404,"115":0.11722,"125":0.01213,"127":0.00404,"128":0.04446,"129":0.00404,"130":0.00404,"131":0.00808,"132":0.01617,"133":0.02425,"134":0.52142,"135":1.22068,"136":0.00404,_:"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 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 95 96 97 98 99 100 102 103 104 105 106 107 108 109 110 111 112 114 116 117 118 119 120 121 122 123 124 126 137 138 3.5 3.6"},D:{"39":0.00808,"40":0.00808,"41":0.00808,"42":0.00808,"43":0.00808,"44":0.00808,"45":0.00808,"46":0.00808,"47":0.00808,"48":0.00808,"49":0.01213,"50":0.00808,"51":0.00808,"52":0.01213,"53":0.00808,"54":0.00808,"55":0.00808,"56":0.00808,"57":0.00808,"58":0.00808,"59":0.00808,"60":0.00808,"66":0.09701,"70":0.00404,"74":0.00808,"75":0.00404,"76":0.00808,"77":0.00404,"79":0.01617,"80":0.00404,"81":0.01617,"84":0.00404,"85":0.01213,"86":0.00808,"87":0.02829,"88":0.02829,"89":0.00404,"90":0.00404,"91":0.02425,"92":0.00808,"93":0.01213,"94":0.01617,"95":0.00808,"96":0.00404,"99":0.00404,"102":0.00404,"103":0.09297,"104":0.01213,"105":0.00404,"106":0.00808,"107":0.02021,"108":0.02021,"109":0.49717,"110":0.00808,"111":0.01213,"112":0.01213,"113":0.02021,"114":0.04042,"115":0.04446,"116":0.11318,"117":0.00808,"118":0.00808,"119":0.01617,"120":0.04446,"121":0.01213,"122":0.09701,"123":0.02829,"124":0.10509,"125":0.23444,"126":0.16168,"127":0.09297,"128":0.14551,"129":0.07276,"130":0.14551,"131":1.28131,"132":7.96274,"133":7.99508,"134":0.00808,"135":0.00404,_:"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 65 67 68 69 71 72 73 78 83 97 98 100 101 136"},F:{"46":0.00808,"87":0.01617,"95":0.00808,"102":0.00404,"113":0.00404,"114":0.08084,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 88 89 90 91 92 93 94 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"17":0.01213,"85":0.00404,"92":0.00404,"95":0.00404,"109":0.04446,"112":0.00404,"114":0.00404,"120":0.00404,"121":0.00404,"122":0.02425,"123":0.00404,"124":0.00404,"125":0.00404,"126":0.03234,"127":0.00404,"128":0.00808,"129":0.01213,"130":0.10105,"131":0.19402,"132":3.71056,"133":5.2061,_:"12 13 14 15 16 18 79 80 81 83 84 86 87 88 89 90 91 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 113 115 116 117 118 119"},E:{"13":0.00404,"14":0.02425,"15":0.00808,_:"0 4 5 6 7 8 9 10 11 12 3.1 3.2 5.1 6.1 7.1 10.1","9.1":0.00404,"11.1":0.02021,"12.1":0.00808,"13.1":0.0485,"14.1":0.08084,"15.1":0.00808,"15.2-15.3":0.00808,"15.4":0.01213,"15.5":0.02829,"15.6":0.37591,"16.0":0.05255,"16.1":0.04042,"16.2":0.04042,"16.3":0.08488,"16.4":0.02021,"16.5":0.03638,"16.6":0.53354,"17.0":0.02829,"17.1":0.2506,"17.2":0.03638,"17.3":0.04042,"17.4":0.09701,"17.5":0.23444,"17.6":0.63864,"18.0":0.09297,"18.1":1.1358,"18.2":0.34357,"18.3":1.90378,"18.4":0.00404},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00512,"5.0-5.1":0.00256,"6.0-6.1":0.01536,"7.0-7.1":0.0128,"8.1-8.4":0,"9.0-9.2":0.00512,"9.3":0.03841,"10.0-10.2":0.00512,"10.3":0.0589,"11.0-11.2":0.2023,"11.3-11.4":0.01793,"12.0-12.1":0.01024,"12.2-12.5":0.27144,"13.0-13.1":0.00512,"13.2":0.00768,"13.3":0.01024,"13.4-13.7":0.03841,"14.0-14.4":0.0845,"14.5-14.8":0.11779,"15.0-15.1":0.06146,"15.2-15.3":0.06146,"15.4":0.07426,"15.5":0.0845,"15.6-15.8":1.04735,"16.0":0.15108,"16.1":0.31497,"16.2":0.15877,"16.3":0.2868,"16.4":0.06402,"16.5":0.12036,"16.6-16.7":1.24708,"17.0":0.07682,"17.1":0.13572,"17.2":0.10755,"17.3":0.15108,"17.4":0.31241,"17.5":0.74262,"17.6-17.7":2.44295,"18.0":0.71957,"18.1":6.60929,"18.2":2.12542,"18.3":7.57469,"18.4":0.01536},P:{"4":0.02194,"20":0.01097,"21":0.03291,"22":0.03291,"23":0.1536,"24":0.04389,"25":0.04389,"26":0.13166,"27":3.9936,_:"5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0 18.0","13.0":0.01097,"17.0":0.01097,"19.0":0.01097},I:{"0":0.02378,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00003},K:{"0":0.19661,_:"10 11 12 11.1 11.5 12.1"},A:{"9":0.00468,"11":0.08424,_:"6 7 8 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":29.47034},R:{_:"0"},M:{"0":0.38131},Q:{"14.9":0.00596},O:{"0":0.06554},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"83":0.00465,"109":0.00465,"115":0.01394,"127":0.00465,"128":0.11613,"131":0.04645,"132":0.68282,"133":0.10219,_:"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 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 129 130 134 135 136 3.5 3.6"},D:{"43":0.00465,"49":0.00929,"52":0.00465,"55":0.00929,"76":0.04181,"79":0.02787,"81":0.00929,"83":0.00465,"84":0.00929,"86":0.00465,"87":0.00465,"92":0.00465,"93":0.07432,"94":0.04181,"95":0.00465,"100":0.00929,"103":0.18116,"105":0.02323,"107":0.00465,"109":0.39947,"114":0.00929,"116":0.06039,"117":0.00929,"119":0.00929,"121":0.00929,"122":0.04645,"123":0.04181,"124":0.04645,"125":0.26012,"126":0.14864,"127":0.09755,"128":0.11613,"129":0.83146,"130":15.63043,"131":8.43997,"132":0.02787,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 44 45 46 47 48 50 51 53 54 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 77 78 80 85 88 89 90 91 96 97 98 99 101 102 104 106 108 110 111 112 113 115 118 120 133 134"},F:{"85":0.01394,"95":0.01394,"112":0.00465,"113":0.01858,"114":0.99403,_:"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:{"16":0.00465,"18":0.01394,"92":0.01394,"109":0.00465,"122":0.00465,"125":0.00465,"126":0.03716,"128":0.01394,"129":0.08826,"130":5.10486,"131":3.20041,_:"12 13 14 15 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 123 124 127"},E:{"14":0.00465,_:"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 16.0","13.1":0.00929,"14.1":0.32515,"15.1":0.01394,"15.2-15.3":0.01858,"15.4":0.00465,"15.5":0.00465,"15.6":0.22296,"16.1":0.04181,"16.2":0.00465,"16.3":0.02787,"16.4":0.06503,"16.5":0.10219,"16.6":0.26941,"17.0":0.52024,"17.1":0.58527,"17.2":0.07897,"17.3":0.08826,"17.4":0.16258,"17.5":0.2369,"17.6":2.84739,"18.0":0.48308,"18.1":0.69675,"18.2":0.00465},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00152,"5.0-5.1":0,"6.0-6.1":0.00607,"7.0-7.1":0.00759,"8.1-8.4":0,"9.0-9.2":0.00607,"9.3":0.02125,"10.0-10.2":0.00455,"10.3":0.03491,"11.0-11.2":0.40982,"11.3-11.4":0.01063,"12.0-12.1":0.00607,"12.2-12.5":0.15938,"13.0-13.1":0.00304,"13.2":0.04098,"13.3":0.00607,"13.4-13.7":0.02277,"14.0-14.4":0.05009,"14.5-14.8":0.07134,"15.0-15.1":0.04098,"15.2-15.3":0.03795,"15.4":0.04554,"15.5":0.05313,"15.6-15.8":0.5692,"16.0":0.10777,"16.1":0.22768,"16.2":0.11536,"16.3":0.1958,"16.4":0.03946,"16.5":0.07893,"16.6-16.7":0.74679,"17.0":0.05464,"17.1":0.09107,"17.2":0.07589,"17.3":0.11536,"17.4":0.24741,"17.5":0.7392,"17.6-17.7":6.38563,"18.0":2.26465,"18.1":1.98991,"18.2":0.08045},P:{"4":0.01084,"21":0.01084,"22":0.03253,"23":0.02168,"24":0.05421,"25":0.02168,"26":1.59381,"27":1.62634,_:"20 5.0-5.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","6.2-6.4":0.01084,"7.2-7.4":0.02168,"16.0":0.05421},I:{"0":0.01068,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00001},A:{_:"6 7 8 9 10 11 5.5"},K:{"0":0.45509,_:"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.01071},H:{"0":0},L:{"0":36.27561},R:{_:"0"},M:{"0":0.09637}};
1
+ module.exports={C:{"78":0.00909,"102":0.02728,"103":0.0773,"115":0.01819,"128":0.24099,"129":0.05911,"134":0.36376,"135":0.91395,_:"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 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 127 130 131 132 133 136 137 138 3.5 3.6"},D:{"40":0.00455,"49":0.01364,"53":0.00455,"56":0.00455,"61":0.00455,"65":0.00455,"70":0.01364,"75":0.00909,"76":0.06366,"84":0.00455,"87":0.02728,"88":0.03183,"91":0.00455,"93":0.05911,"94":0.03638,"102":0.00455,"103":0.39104,"104":1.33682,"109":0.31829,"110":0.00455,"111":0.00455,"113":0.00909,"116":0.11368,"117":0.00909,"118":0.03638,"120":0.01364,"121":0.01819,"122":0.04092,"123":0.01364,"124":0.16824,"125":0.02274,"126":0.12732,"127":0.02728,"128":0.11368,"129":0.03638,"130":0.04547,"131":1.08219,"132":10.72637,"133":10.25349,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 46 47 48 50 51 52 54 55 57 58 59 60 62 63 64 66 67 68 69 71 72 73 74 77 78 79 80 81 83 85 86 89 90 92 95 96 97 98 99 100 101 105 106 107 108 112 114 115 119 134 135 136"},F:{"87":0.00909,"95":0.03638,"114":0.01819,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.01819,"109":0.00909,"122":0.01364,"124":0.00455,"127":0.01364,"128":0.01364,"129":0.00455,"130":0.01819,"131":0.51381,"132":4.09685,"133":5.55189,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 123 125 126"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 16.2 17.2 18.4","13.1":0.01364,"14.1":0.19097,"15.5":0.00455,"15.6":0.28191,"16.0":0.00909,"16.1":0.01819,"16.3":0.01364,"16.4":0.04092,"16.5":0.06366,"16.6":0.18188,"17.0":0.4547,"17.1":0.39559,"17.3":0.01364,"17.4":0.01819,"17.5":0.1455,"17.6":0.35921,"18.0":0.12732,"18.1":0.43197,"18.2":0.4547,"18.3":1.55962},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00272,"5.0-5.1":0.00136,"6.0-6.1":0.00817,"7.0-7.1":0.00681,"8.1-8.4":0,"9.0-9.2":0.00272,"9.3":0.02042,"10.0-10.2":0.00272,"10.3":0.03132,"11.0-11.2":0.10757,"11.3-11.4":0.00953,"12.0-12.1":0.00545,"12.2-12.5":0.14433,"13.0-13.1":0.00272,"13.2":0.00408,"13.3":0.00545,"13.4-13.7":0.02042,"14.0-14.4":0.04493,"14.5-14.8":0.06263,"15.0-15.1":0.03268,"15.2-15.3":0.03268,"15.4":0.03949,"15.5":0.04493,"15.6-15.8":0.5569,"16.0":0.08034,"16.1":0.16748,"16.2":0.08442,"16.3":0.1525,"16.4":0.03404,"16.5":0.064,"16.6-16.7":0.66311,"17.0":0.04085,"17.1":0.07217,"17.2":0.05719,"17.3":0.08034,"17.4":0.16612,"17.5":0.39487,"17.6-17.7":1.29898,"18.0":0.38261,"18.1":3.51433,"18.2":1.13014,"18.3":4.02765,"18.4":0.00817},P:{"4":0.05347,"21":0.01069,"22":0.01069,"23":0.03208,"24":0.04277,"25":0.02139,"26":0.23525,"27":2.51292,_:"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 18.0 19.0","7.2-7.4":0.03208,"16.0":0.02139,"17.0":0.04277},I:{"0":0.01088,"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.45805,_:"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":38.42058},R:{_:"0"},M:{"0":0.14723},Q:{_:"14.9"},O:{"0":0.10361},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"34":0.00398,"52":0.00796,"61":0.00796,"68":0.01989,"78":0.06365,"79":0.00796,"91":0.00398,"102":0.00398,"103":0.01591,"106":0.00398,"108":0.01193,"111":0.00398,"113":0.04376,"115":0.15514,"118":0.01193,"121":0.02387,"125":0.00796,"128":0.01193,"129":0.00398,"130":0.00796,"131":0.0716,"132":0.82742,"133":0.0716,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 62 63 64 65 66 67 69 70 71 72 73 74 75 76 77 80 81 82 83 84 85 86 87 88 89 90 92 93 94 95 96 97 98 99 100 101 104 105 107 109 110 112 114 116 117 119 120 122 123 124 126 127 134 135 136 3.5 3.6"},D:{"38":0.00398,"42":0.00398,"47":0.01193,"49":0.01989,"55":0.00398,"56":0.01591,"58":0.00796,"59":0.00398,"63":0.01193,"64":0.00398,"65":0.00398,"68":0.01989,"69":0.01989,"70":0.01193,"73":0.04376,"74":0.00796,"75":0.00398,"76":0.00796,"77":0.00398,"78":0.02387,"79":0.31824,"80":0.00398,"83":0.1631,"85":0.00398,"86":0.01193,"87":0.41371,"88":0.07558,"89":0.00398,"90":0.00398,"91":0.02387,"92":0.00796,"93":0.00796,"94":0.09945,"95":0.00796,"98":0.05171,"99":0.00796,"100":0.0358,"101":0.00796,"102":0.01591,"103":0.04774,"104":0.03182,"105":0.00398,"106":0.02785,"107":0.02387,"108":0.03978,"109":3.5802,"110":0.04376,"111":0.04376,"112":0.01193,"113":0.00398,"114":0.01591,"115":0.00796,"116":0.11934,"117":0.01989,"118":0.03182,"119":0.03182,"120":0.07956,"121":0.05171,"122":0.07956,"123":0.0358,"124":0.12332,"125":0.03978,"126":0.11138,"127":0.07558,"128":0.18299,"129":0.48929,"130":12.7296,"131":9.7461,"132":0.00796,"133":0.00398,_:"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 43 44 45 46 48 50 51 52 53 54 57 60 61 62 66 67 71 72 81 84 96 97 134"},F:{"28":0.00398,"36":0.00398,"40":0.00398,"46":0.12332,"67":0.00398,"79":0.03182,"84":0.00398,"85":0.03182,"86":0.01193,"87":0.01193,"94":0.00398,"95":0.40973,"101":0.00398,"102":0.00398,"103":0.00398,"104":0.00398,"112":0.00398,"113":0.13525,"114":1.989,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 29 30 31 32 33 34 35 37 38 39 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 88 89 90 91 92 93 96 97 98 99 100 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.00398,"13":0.00796,"14":0.05569,"16":0.01989,"18":0.01591,"89":0.00398,"92":0.01193,"100":0.00796,"102":0.00398,"103":0.00398,"107":0.00398,"109":0.02387,"110":0.0358,"112":0.00796,"113":0.00398,"114":0.00796,"116":0.01193,"117":0.01193,"118":0.00796,"119":0.00796,"120":0.00398,"121":0.01193,"122":0.00398,"123":0.00796,"124":0.00796,"125":0.00796,"126":0.02387,"127":0.01591,"128":0.04376,"129":0.10343,"130":1.4639,"131":1.14964,_:"15 17 79 80 81 83 84 85 86 87 88 90 91 93 94 95 96 97 98 99 101 104 105 106 108 111 115"},E:{"9":0.00398,"14":0.00796,"15":0.00398,_:"0 4 5 6 7 8 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 12.1 15.1","11.1":0.00398,"13.1":0.02387,"14.1":0.02785,"15.2-15.3":0.00398,"15.4":0.01193,"15.5":0.00796,"15.6":0.07558,"16.0":0.00398,"16.1":0.02785,"16.2":0.00796,"16.3":0.01591,"16.4":0.00398,"16.5":0.02387,"16.6":0.08354,"17.0":0.00398,"17.1":0.01989,"17.2":0.00796,"17.3":0.01989,"17.4":0.0358,"17.5":0.08752,"17.6":0.27448,"18.0":0.2705,"18.1":0.22277,"18.2":0.01193},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00101,"5.0-5.1":0,"6.0-6.1":0.00403,"7.0-7.1":0.00504,"8.1-8.4":0,"9.0-9.2":0.00403,"9.3":0.01411,"10.0-10.2":0.00302,"10.3":0.02319,"11.0-11.2":0.27218,"11.3-11.4":0.00706,"12.0-12.1":0.00403,"12.2-12.5":0.10585,"13.0-13.1":0.00202,"13.2":0.02722,"13.3":0.00403,"13.4-13.7":0.01512,"14.0-14.4":0.03327,"14.5-14.8":0.04738,"15.0-15.1":0.02722,"15.2-15.3":0.0252,"15.4":0.03024,"15.5":0.03528,"15.6-15.8":0.37803,"16.0":0.07157,"16.1":0.15121,"16.2":0.07661,"16.3":0.13004,"16.4":0.02621,"16.5":0.05242,"16.6-16.7":0.49598,"17.0":0.03629,"17.1":0.06048,"17.2":0.0504,"17.3":0.07661,"17.4":0.16432,"17.5":0.49094,"17.6-17.7":4.241,"18.0":1.50406,"18.1":1.3216,"18.2":0.05343},P:{"4":0.71763,"20":0.01071,"21":0.05355,"22":0.05355,"23":0.04284,"24":0.0964,"25":0.05355,"26":0.71763,"27":0.76047,"5.0-5.4":0.06427,"6.2-6.4":0.12853,"7.2-7.4":0.04284,_:"8.2 9.2 10.1 12.0 14.0 15.0","11.1-11.2":0.01071,"13.0":0.01071,"16.0":0.01071,"17.0":0.01071,"18.0":0.01071,"19.0":0.01071},I:{"0":0.11417,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00003,"4.4":0,"4.4.3-4.4.4":0.00015},A:{"8":0.00796,"11":0.02387,_:"6 7 9 10 5.5"},K:{"0":0.42756,_:"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.04818},H:{"0":0},L:{"0":47.09368},R:{_:"0"},M:{"0":0.13248}};
1
+ module.exports={C:{"34":0.00433,"52":0.03463,"61":0.01299,"68":0.01299,"78":0.02165,"88":0.00433,"103":0.00866,"109":0.00433,"113":0.06061,"115":0.11688,"118":0.01299,"125":0.00433,"128":0.01732,"133":0.00433,"134":0.17316,"135":0.5671,"136":0.00433,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 62 63 64 65 66 67 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 89 90 91 92 93 94 95 96 97 98 99 100 101 102 104 105 106 107 108 110 111 112 114 116 117 119 120 121 122 123 124 126 127 129 130 131 132 137 138 3.5 3.6"},D:{"11":0.00433,"47":0.0303,"49":0.00433,"56":0.00433,"58":0.01299,"63":0.01299,"65":0.01299,"67":0.00433,"68":0.02597,"69":0.00866,"70":0.00433,"72":0.00433,"73":0.02597,"74":0.00433,"75":0.00433,"76":0.04762,"78":0.02165,"79":0.26407,"80":0.00433,"81":0.00433,"83":0.14286,"86":0.00866,"87":0.44589,"88":0.09524,"89":0.00866,"90":0.00433,"91":0.03463,"92":0.01299,"93":0.02165,"94":0.12554,"95":0.00866,"96":0.00866,"98":0.02597,"99":0.00433,"100":0.05195,"101":0.00866,"102":0.02165,"103":0.05195,"104":0.21212,"105":0.00433,"106":0.01732,"107":0.00433,"108":0.12554,"109":3.03896,"110":0.03463,"111":0.05195,"112":0.01299,"113":0.00866,"114":0.01299,"115":0.00433,"116":0.17316,"117":0.00433,"118":0.01299,"119":0.03896,"120":0.05628,"121":0.02597,"122":0.07359,"123":0.02597,"124":0.12987,"125":0.02597,"126":0.06494,"127":0.07359,"128":0.1645,"129":0.08225,"130":0.09091,"131":0.84848,"132":11.658,"133":13.87877,"134":0.02597,"135":0.00433,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 48 50 51 52 53 54 55 57 59 60 61 62 64 66 71 77 84 85 97 136"},F:{"46":0.10823,"69":0.00433,"77":0.02165,"79":0.01732,"85":0.04329,"86":0.02597,"87":0.00866,"93":0.00433,"94":0.00433,"95":0.38528,"102":0.00433,"109":0.00433,"114":0.09524,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 70 71 72 73 74 75 76 78 80 81 82 83 84 88 89 90 91 92 96 97 98 99 100 101 103 104 105 106 107 108 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"13":0.00866,"14":0.06926,"16":0.00866,"18":0.00866,"84":0.00866,"92":0.01299,"100":0.00433,"102":0.00433,"109":0.03463,"110":0.03463,"114":0.00433,"116":0.00433,"117":0.00866,"121":0.00433,"122":0.00433,"123":0.00433,"125":0.00433,"126":0.01732,"127":0.00433,"128":0.00866,"129":0.00866,"130":0.04762,"131":0.10823,"132":1.37229,"133":1.64069,_:"12 15 17 79 80 81 83 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 103 104 105 106 107 108 111 112 113 115 118 119 120 124"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.1 18.4","12.1":0.01299,"13.1":0.00866,"14.1":0.01299,"15.2-15.3":0.00433,"15.4":0.00866,"15.5":0.00433,"15.6":0.03896,"16.0":0.00433,"16.1":0.01732,"16.2":0.00433,"16.3":0.02165,"16.4":0.00866,"16.5":0.02165,"16.6":0.06926,"17.0":0.00866,"17.1":0.06061,"17.2":0.0303,"17.3":0.01299,"17.4":0.05628,"17.5":0.04762,"17.6":0.11688,"18.0":0.04762,"18.1":0.17316,"18.2":0.1342,"18.3":0.329},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00214,"5.0-5.1":0.00107,"6.0-6.1":0.00642,"7.0-7.1":0.00535,"8.1-8.4":0,"9.0-9.2":0.00214,"9.3":0.01605,"10.0-10.2":0.00214,"10.3":0.0246,"11.0-11.2":0.08451,"11.3-11.4":0.00749,"12.0-12.1":0.00428,"12.2-12.5":0.11339,"13.0-13.1":0.00214,"13.2":0.00321,"13.3":0.00428,"13.4-13.7":0.01605,"14.0-14.4":0.0353,"14.5-14.8":0.04921,"15.0-15.1":0.02567,"15.2-15.3":0.02567,"15.4":0.03102,"15.5":0.0353,"15.6-15.8":0.43752,"16.0":0.06311,"16.1":0.13158,"16.2":0.06632,"16.3":0.11981,"16.4":0.02674,"16.5":0.05028,"16.6-16.7":0.52096,"17.0":0.03209,"17.1":0.0567,"17.2":0.04493,"17.3":0.06311,"17.4":0.13051,"17.5":0.31022,"17.6-17.7":1.02053,"18.0":0.3006,"18.1":2.761,"18.2":0.88788,"18.3":3.16429,"18.4":0.00642},P:{"4":0.47465,"21":0.01079,"22":0.03236,"23":0.02157,"24":0.06472,"25":0.03236,"26":0.06472,"27":1.33764,_:"20 8.2 9.2 10.1 12.0 13.0 14.0 15.0 16.0 18.0","5.0-5.4":0.05394,"6.2-6.4":0.11866,"7.2-7.4":0.06472,"11.1-11.2":0.01079,"17.0":0.01079,"19.0":0.01079},I:{"0":0.08491,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00002,"4.4":0,"4.4.3-4.4.4":0.0001},K:{"0":0.36301,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.00433,"11":0.00866,_:"6 7 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":43.95527},R:{_:"0"},M:{"0":0.09075},Q:{_:"14.9"},O:{"0":0.03403},H:{"0":0}};