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:{"78":0.0127,"102":0.03447,"103":0.00907,"110":0.00544,"113":0.00181,"115":0.23945,"116":0.00181,"119":0.01451,"121":0.00544,"127":0.00363,"128":0.07256,"130":0.03447,"131":0.29387,"132":1.92465,"133":0.17233,_:"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 111 112 114 117 118 120 122 123 124 125 126 129 134 135 136 3.5 3.6"},D:{"47":0.00544,"69":0.00181,"76":0.02177,"79":0.00544,"80":0.00181,"81":0.00181,"86":0.00181,"87":0.00363,"88":0.03809,"91":0.00181,"92":0.00907,"94":0.04716,"96":0.00544,"97":0.00181,"98":0.00181,"99":0.00181,"102":0.01814,"103":0.04716,"104":0.03447,"108":0.00363,"109":0.18503,"111":0.01088,"114":0.09614,"116":0.02902,"117":0.00363,"120":0.00181,"121":0.00181,"122":0.00363,"123":0.00363,"124":0.00726,"125":0.05261,"126":0.02177,"127":0.01814,"128":0.14875,"129":0.46257,"130":4.31913,"131":2.68291,"132":0.02902,"133":0.00181,_:"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 70 71 72 73 74 75 77 78 83 84 85 89 90 93 95 100 101 105 106 107 110 112 113 115 118 119 134"},F:{"36":0.00181,"46":0.01451,"85":0.00363,"95":0.00363,"102":0.00726,"112":0.00544,"113":0.11791,"114":0.70746,_:"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 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00363,"83":0.00544,"84":0.00726,"92":0.01088,"107":0.00181,"109":0.01995,"113":0.00363,"115":0.00363,"118":0.00363,"120":0.0127,"122":0.01451,"123":0.00181,"124":0.00544,"125":0.02177,"126":0.00544,"127":0.01088,"128":0.03447,"129":0.26122,"130":1.92465,"131":1.42762,_:"12 13 14 15 16 17 79 80 81 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 108 110 111 112 114 116 117 119 121"},E:{"14":0.00726,"15":0.00181,_:"0 4 5 6 7 8 9 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3","13.1":0.01633,"14.1":0.01633,"15.4":0.06349,"15.5":0.01633,"15.6":0.06893,"16.0":0.00726,"16.1":0.00726,"16.2":0.00544,"16.3":0.02902,"16.4":0.0127,"16.5":0.00363,"16.6":0.09796,"17.0":0.00181,"17.1":0.00907,"17.2":0.00544,"17.3":0.03447,"17.4":0.04172,"17.5":0.08344,"17.6":0.27391,"18.0":0.30657,"18.1":0.22131,"18.2":0.00544},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0009,"5.0-5.1":0,"6.0-6.1":0.00358,"7.0-7.1":0.00448,"8.1-8.4":0,"9.0-9.2":0.00358,"9.3":0.01254,"10.0-10.2":0.00269,"10.3":0.0206,"11.0-11.2":0.2418,"11.3-11.4":0.00627,"12.0-12.1":0.00358,"12.2-12.5":0.09403,"13.0-13.1":0.00179,"13.2":0.02418,"13.3":0.00358,"13.4-13.7":0.01343,"14.0-14.4":0.02955,"14.5-14.8":0.04209,"15.0-15.1":0.02418,"15.2-15.3":0.02239,"15.4":0.02687,"15.5":0.03134,"15.6-15.8":0.33583,"16.0":0.06358,"16.1":0.13433,"16.2":0.06806,"16.3":0.11553,"16.4":0.02328,"16.5":0.04657,"16.6-16.7":0.44061,"17.0":0.03224,"17.1":0.05373,"17.2":0.04478,"17.3":0.06806,"17.4":0.14597,"17.5":0.43613,"17.6-17.7":3.76757,"18.0":1.33616,"18.1":1.17406,"18.2":0.04746},P:{"20":0.02116,"22":0.09523,"23":0.04232,"24":0.07407,"25":0.02116,"26":0.78298,"27":0.85705,_:"4 21 8.2 9.2 10.1 12.0 13.0 14.0 15.0 16.0 17.0 18.0","5.0-5.4":0.01058,"6.2-6.4":0.01058,"7.2-7.4":0.04232,"11.1-11.2":0.01058,"19.0":0.02116},I:{"0":0.29405,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00009,"4.4":0,"4.4.3-4.4.4":0.00038},A:{_:"6 7 8 9 10 11 5.5"},K:{"0":0.12279,_:"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.04093},H:{"0":0},L:{"0":70.77864},R:{_:"0"},M:{"0":0.19646}};
1
+ module.exports={C:{"78":0.01016,"88":0.00812,"91":0.01422,"102":0.00406,"113":0.00406,"115":0.24372,"119":0.10764,"122":0.00203,"125":0.00203,"127":0.00812,"128":0.12592,"129":0.01828,"130":0.00406,"132":0.05281,"133":0.04671,"134":0.4062,"135":1.61465,_:"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 89 90 92 93 94 95 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 112 114 116 117 118 120 121 123 124 126 131 136 137 138 3.5 3.6"},D:{"40":0.00203,"41":0.00203,"44":0.00203,"47":0.00203,"56":0.00406,"61":0.00812,"69":0.01422,"70":0.00203,"72":0.00609,"76":0.01219,"79":0.00203,"81":0.00203,"83":0.00812,"86":0.00203,"87":0.01422,"88":0.04265,"89":0.03047,"90":0.00406,"94":0.01016,"98":0.00406,"100":0.00812,"102":0.00406,"103":0.00609,"108":0.00406,"109":0.14826,"110":0.00203,"111":0.00812,"113":0.00203,"114":0.1767,"116":0.01422,"119":0.01625,"120":0.00609,"122":0.00812,"123":0.00406,"125":0.02437,"126":0.07312,"127":0.01422,"128":0.25997,"129":0.09952,"130":0.01828,"131":0.32293,"132":3.96654,"133":3.90561,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 42 43 45 46 48 49 50 51 52 53 54 55 57 58 59 60 62 63 64 65 66 67 68 71 73 74 75 77 78 80 84 85 91 92 93 95 96 97 99 101 104 105 106 107 112 115 117 118 121 124 134 135 136"},F:{"40":0.00406,"46":0.03453,"87":0.00406,"114":0.01219,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 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:{"18":0.00203,"80":0.01016,"84":0.00406,"92":0.01625,"100":0.01422,"102":0.00203,"109":0.00406,"114":0.00609,"117":0.00203,"121":0.00203,"122":0.03047,"125":0.00406,"126":0.01625,"127":0.00609,"128":0.02234,"129":0.00406,"130":0.01016,"131":0.31481,"132":1.6573,"133":2.85559,_:"12 13 14 15 16 17 79 81 83 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 103 104 105 106 107 108 110 111 112 113 115 116 118 119 120 123 124"},E:{"15":0.00203,_:"0 4 5 6 7 8 9 10 11 12 13 14 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.2-15.3 16.1 16.4 18.4","12.1":0.00203,"13.1":0.00203,"14.1":0.02031,"15.1":0.00203,"15.4":0.09952,"15.5":0.00406,"15.6":0.04265,"16.0":0.00406,"16.2":0.00812,"16.3":0.01219,"16.5":0.00609,"16.6":0.05078,"17.0":0.01625,"17.1":0.12592,"17.2":0.01625,"17.3":0.07921,"17.4":0.07109,"17.5":0.07718,"17.6":0.31277,"18.0":0.11171,"18.1":0.18482,"18.2":0.10764,"18.3":0.45901},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00207,"5.0-5.1":0.00104,"6.0-6.1":0.00622,"7.0-7.1":0.00518,"8.1-8.4":0,"9.0-9.2":0.00207,"9.3":0.01555,"10.0-10.2":0.00207,"10.3":0.02385,"11.0-11.2":0.0819,"11.3-11.4":0.00726,"12.0-12.1":0.00415,"12.2-12.5":0.1099,"13.0-13.1":0.00207,"13.2":0.00311,"13.3":0.00415,"13.4-13.7":0.01555,"14.0-14.4":0.03421,"14.5-14.8":0.04769,"15.0-15.1":0.02488,"15.2-15.3":0.02488,"15.4":0.03007,"15.5":0.03421,"15.6-15.8":0.42404,"16.0":0.06117,"16.1":0.12752,"16.2":0.06428,"16.3":0.11612,"16.4":0.02592,"16.5":0.04873,"16.6-16.7":0.50491,"17.0":0.0311,"17.1":0.05495,"17.2":0.04354,"17.3":0.06117,"17.4":0.12649,"17.5":0.30066,"17.6-17.7":0.98908,"18.0":0.29133,"18.1":2.6759,"18.2":0.86052,"18.3":3.06676,"18.4":0.00622},P:{"4":0.02097,"20":0.01049,"21":0.01049,"22":0.0839,"23":0.01049,"24":0.05244,"25":0.01049,"26":0.0839,"27":2.12893,_:"5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.01049},I:{"0":0.11134,"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.00013},K:{"0":0.07172,_:"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":67.17901},R:{_:"0"},M:{"0":0.14344},Q:{"14.9":0.00797},O:{"0":0.01594},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"78":0.0792,"79":0.022,"109":0.0044,"115":0.1232,"128":0.0132,"131":0.1012,"132":0.7436,"133":0.0176,_:"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 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 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 127 129 130 134 135 136 3.5 3.6"},D:{"76":0.0044,"79":0.0044,"87":0.0044,"88":0.0044,"91":0.0044,"93":0.0044,"99":0.0044,"103":0.0264,"105":0.0088,"109":1.2232,"114":0.0308,"116":0.0704,"118":0.022,"119":0.0132,"122":0.066,"123":0.0132,"124":0.1408,"125":0.0484,"126":0.11,"127":0.0484,"128":1.0472,"129":1.0296,"130":9.5876,"131":6.5296,_:"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 77 78 80 81 83 84 85 86 89 90 92 94 95 96 97 98 100 101 102 104 106 107 108 110 111 112 113 115 117 120 121 132 133 134"},F:{"113":0.0352,"114":0.4796,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"109":0.0308,"115":0.0044,"116":0.0088,"120":0.0044,"126":0.0044,"128":0.0616,"129":0.176,"130":5.1744,"131":3.0756,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 117 118 119 121 122 123 124 125 127"},E:{"13":0.022,"14":0.0308,"15":0.0176,_:"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 15.1 18.2","12.1":0.0088,"13.1":0.1364,"14.1":0.0924,"15.2-15.3":0.0088,"15.4":0.176,"15.5":0.1804,"15.6":0.8668,"16.0":0.2948,"16.1":0.0528,"16.2":0.1848,"16.3":0.3256,"16.4":0.0836,"16.5":0.066,"16.6":1.5224,"17.0":0.022,"17.1":0.0352,"17.2":0.0396,"17.3":0.0792,"17.4":0.0528,"17.5":0.418,"17.6":5.742,"18.0":0.3564,"18.1":1.8568},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00337,"5.0-5.1":0,"6.0-6.1":0.01349,"7.0-7.1":0.01686,"8.1-8.4":0,"9.0-9.2":0.01349,"9.3":0.04721,"10.0-10.2":0.01012,"10.3":0.07756,"11.0-11.2":0.91053,"11.3-11.4":0.02361,"12.0-12.1":0.01349,"12.2-12.5":0.35409,"13.0-13.1":0.00674,"13.2":0.09105,"13.3":0.01349,"13.4-13.7":0.05058,"14.0-14.4":0.11129,"14.5-14.8":0.1585,"15.0-15.1":0.09105,"15.2-15.3":0.08431,"15.4":0.10117,"15.5":0.11803,"15.6-15.8":1.26462,"16.0":0.23943,"16.1":0.50585,"16.2":0.2563,"16.3":0.43503,"16.4":0.08768,"16.5":0.17536,"16.6-16.7":1.65918,"17.0":0.1214,"17.1":0.20234,"17.2":0.16862,"17.3":0.2563,"17.4":0.54969,"17.5":1.64232,"17.6-17.7":14.18735,"18.0":5.0315,"18.1":4.42111,"18.2":0.17873},P:{"4":0.0225,"21":0.0225,"25":0.01125,"26":1.58649,"27":1.99155,_:"20 22 23 24 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.01125,"13.0":0.01125},I:{"0":0.01118,"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.0088,_:"6 7 8 9 10 5.5"},K:{"0":0.0224,_:"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.0168},H:{"0":0},L:{"0":17.2624},R:{_:"0"},M:{"0":1.1592}};
1
+ module.exports={C:{"52":0.00371,"78":0.01112,"115":0.08522,"128":0.01853,"133":0.00371,"134":0.22601,"135":0.60392,"137":0.00371,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 127 129 130 131 132 136 138 3.5 3.6"},D:{"76":0.00371,"79":0.07781,"84":0.02223,"87":0.01112,"88":0.01482,"99":0.00371,"101":0.00371,"102":0.00371,"103":0.02223,"104":0.02223,"109":0.94848,"111":0.00371,"114":0.00371,"116":0.11115,"119":0.00371,"122":0.01112,"123":0.00371,"124":0.00371,"125":0.00371,"126":0.03335,"127":0.00741,"128":0.15561,"129":0.00741,"130":0.05187,"131":1.55981,"132":6.57267,"133":6.12807,"134":0.00371,_:"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 77 78 80 81 83 85 86 89 90 91 92 93 94 95 96 97 98 100 105 106 107 108 110 112 113 115 117 118 120 121 135 136"},F:{"95":0.00371,"102":0.00371,"114":0.00371,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 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:{"91":0.00371,"109":0.04817,"125":0.00371,"129":0.01853,"130":0.06299,"131":0.1482,"132":3.06033,"133":4.06809,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 126 127 128"},E:{"14":0.01112,"15":0.00741,_:"0 4 5 6 7 8 9 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.2-15.3 18.4","12.1":0.00371,"13.1":0.14079,"14.1":0.08151,"15.1":0.00371,"15.4":0.09263,"15.5":0.08151,"15.6":0.42237,"16.0":0.04076,"16.1":0.02223,"16.2":0.07781,"16.3":0.17784,"16.4":0.10004,"16.5":0.11115,"16.6":1.46348,"17.0":0.00741,"17.1":0.41126,"17.2":0.04076,"17.3":0.05928,"17.4":0.02964,"17.5":0.42978,"17.6":0.84474,"18.0":0.0704,"18.1":2.17484,"18.2":0.5891,"18.3":3.85691},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00703,"5.0-5.1":0.00351,"6.0-6.1":0.02108,"7.0-7.1":0.01757,"8.1-8.4":0,"9.0-9.2":0.00703,"9.3":0.05271,"10.0-10.2":0.00703,"10.3":0.08082,"11.0-11.2":0.2776,"11.3-11.4":0.0246,"12.0-12.1":0.01406,"12.2-12.5":0.37247,"13.0-13.1":0.00703,"13.2":0.01054,"13.3":0.01406,"13.4-13.7":0.05271,"14.0-14.4":0.11596,"14.5-14.8":0.16164,"15.0-15.1":0.08433,"15.2-15.3":0.08433,"15.4":0.1019,"15.5":0.11596,"15.6-15.8":1.43717,"16.0":0.20732,"16.1":0.43221,"16.2":0.21786,"16.3":0.39355,"16.4":0.08785,"16.5":0.16515,"16.6-16.7":1.71125,"17.0":0.10542,"17.1":0.18624,"17.2":0.14758,"17.3":0.20732,"17.4":0.42869,"17.5":1.01902,"17.6-17.7":3.35223,"18.0":0.9874,"18.1":9.0693,"18.2":2.91651,"18.3":10.39402,"18.4":0.02108},P:{"4":0.01124,"21":0.01124,"25":0.01124,"26":0.06745,"27":4.643,_:"20 22 23 24 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","5.0-5.4":0.01124,"7.2-7.4":0.01124,"16.0":0.01124},I:{"0":0.02513,"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.01889,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00741,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":22.32789},R:{_:"0"},M:{"0":0.74911},Q:{_:"14.9"},O:{"0":0.01889},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"26":0.00226,"45":0.00226,"48":0.00226,"72":0.00453,"78":0.00453,"79":0.00226,"101":0.00679,"103":0.00226,"104":0.00226,"112":0.00453,"114":0.00226,"115":0.15615,"121":0.00226,"122":0.00226,"123":0.00226,"124":0.00226,"126":0.00226,"127":0.02716,"128":0.05205,"129":0.01358,"130":0.02263,"131":0.10184,"132":0.86673,"133":0.08826,"134":0.00226,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 46 47 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 102 105 106 107 108 109 110 111 113 116 117 118 119 120 125 135 136 3.5 3.6"},D:{"11":0.00226,"23":0.00226,"26":0.00226,"34":0.00453,"39":0.00226,"40":0.00226,"43":0.00226,"46":0.00226,"49":0.00226,"50":0.00679,"54":0.00226,"55":0.00226,"56":0.00226,"57":0.00226,"58":0.00226,"59":0.00453,"63":0.00453,"64":0.00453,"65":0.00905,"66":0.00226,"68":0.01132,"69":0.00679,"70":0.0181,"71":0.00679,"72":0.00226,"73":0.00453,"74":0.02263,"75":0.01358,"76":0.0181,"77":0.00905,"79":0.02263,"80":0.00905,"81":0.00453,"83":0.01584,"84":0.00679,"85":0.00905,"86":0.00679,"87":0.0181,"88":0.00679,"89":0.00226,"90":0.00679,"91":0.00679,"92":0.00679,"93":0.02716,"94":0.00905,"95":0.00679,"96":0.00453,"97":0.00905,"98":0.00453,"99":0.00453,"100":0.00679,"101":0.00226,"102":0.00453,"103":0.07694,"104":0.00453,"105":0.00905,"106":0.00679,"107":0.00453,"108":0.02263,"109":1.13376,"110":0.00453,"111":0.00905,"112":0.00679,"113":0.00453,"114":0.01358,"115":0.00453,"116":0.04979,"117":0.00453,"118":0.02263,"119":0.02716,"120":0.02263,"121":0.01132,"122":0.02716,"123":0.02037,"124":0.04526,"125":0.02489,"126":0.09957,"127":0.0611,"128":0.13352,"129":0.3734,"130":5.99242,"131":3.28361,"132":0.00679,"133":0.00226,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 24 25 27 28 29 30 31 32 33 35 36 37 38 41 42 44 45 47 48 51 52 53 60 61 62 67 78 134"},F:{"35":0.00226,"36":0.00226,"37":0.00226,"42":0.00679,"45":0.00226,"46":0.00226,"49":0.00226,"58":0.00679,"64":0.00453,"74":0.00226,"79":0.01584,"81":0.00226,"83":0.00679,"84":0.00905,"85":0.07015,"86":0.00453,"94":0.00226,"95":0.08599,"102":0.00453,"104":0.00226,"108":0.00226,"109":0.00226,"110":0.00226,"111":0.00226,"112":0.01358,"113":0.03621,"114":0.91878,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 38 39 40 41 43 44 47 48 50 51 52 53 54 55 56 57 60 62 63 65 66 67 68 69 70 71 72 73 75 76 77 78 80 82 87 88 89 90 91 92 93 96 97 98 99 100 101 103 105 106 107 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00679,"13":0.00453,"14":0.00453,"15":0.00453,"16":0.00226,"17":0.00679,"18":0.05205,"84":0.01132,"88":0.00226,"89":0.02263,"90":0.043,"92":0.12899,"94":0.00453,"100":0.02716,"104":0.00226,"106":0.00226,"107":0.00226,"109":0.02263,"111":0.00226,"112":0.00905,"113":0.00226,"114":0.01132,"115":0.00226,"116":0.00226,"117":0.00226,"118":0.00226,"119":0.00453,"120":0.01584,"121":0.00905,"122":0.01358,"123":0.01358,"124":0.01584,"125":0.01584,"126":0.03395,"127":0.02942,"128":0.07015,"129":0.13804,"130":1.46642,"131":0.87804,_:"79 80 81 83 85 86 87 91 93 95 96 97 98 99 101 102 103 105 108 110"},E:{"11":0.00905,"13":0.00453,"14":0.00679,_:"0 4 5 6 7 8 9 10 12 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1","11.1":0.00905,"12.1":0.00679,"13.1":0.03847,"14.1":0.02716,"15.1":0.00679,"15.2-15.3":0.00226,"15.4":0.00226,"15.5":0.00453,"15.6":0.06789,"16.0":0.00453,"16.1":0.00453,"16.2":0.00226,"16.3":0.00679,"16.4":0.00226,"16.5":0.00679,"16.6":0.04979,"17.0":0.00679,"17.1":0.00679,"17.2":0.00679,"17.3":0.01358,"17.4":0.01132,"17.5":0.043,"17.6":0.1041,"18.0":0.08373,"18.1":0.16067,"18.2":0.00453},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00124,"5.0-5.1":0,"6.0-6.1":0.00495,"7.0-7.1":0.00619,"8.1-8.4":0,"9.0-9.2":0.00495,"9.3":0.01733,"10.0-10.2":0.00371,"10.3":0.02847,"11.0-11.2":0.3342,"11.3-11.4":0.00866,"12.0-12.1":0.00495,"12.2-12.5":0.12996,"13.0-13.1":0.00248,"13.2":0.03342,"13.3":0.00495,"13.4-13.7":0.01857,"14.0-14.4":0.04085,"14.5-14.8":0.05817,"15.0-15.1":0.03342,"15.2-15.3":0.03094,"15.4":0.03713,"15.5":0.04332,"15.6-15.8":0.46416,"16.0":0.08788,"16.1":0.18566,"16.2":0.09407,"16.3":0.15967,"16.4":0.03218,"16.5":0.06436,"16.6-16.7":0.60898,"17.0":0.04456,"17.1":0.07427,"17.2":0.06189,"17.3":0.09407,"17.4":0.20175,"17.5":0.60279,"17.6-17.7":5.20726,"18.0":1.84674,"18.1":1.6227,"18.2":0.0656},P:{"4":0.16338,"20":0.01021,"21":0.04085,"22":0.13275,"23":0.04085,"24":0.25529,"25":0.12254,"26":0.66375,"27":0.2655,"5.0-5.4":0.04085,"6.2-6.4":0.01021,"7.2-7.4":0.0919,_:"8.2 10.1 12.0 14.0 15.0 18.0","9.2":0.06127,"11.1-11.2":0.04085,"13.0":0.01021,"16.0":0.03063,"17.0":0.02042,"19.0":0.04085},I:{"0":0.06947,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00002,"4.4":0,"4.4.3-4.4.4":0.00009},A:{"11":0.00453,_:"6 7 8 9 10 5.5"},K:{"0":11.09872,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.01547,_:"3.0-3.1"},J:{_:"7 10"},Q:{"14.9":0.01547},O:{"0":0.64209},H:{"0":0.66},L:{"0":53.85262},R:{_:"0"},M:{"0":0.24755}};
1
+ module.exports={C:{"52":0.00252,"72":0.00505,"78":0.00505,"84":0.00252,"87":0.00252,"90":0.00252,"101":0.00252,"106":0.00252,"109":0.00252,"112":0.00252,"115":0.14134,"121":0.00252,"123":0.00252,"126":0.00252,"127":0.01767,"128":0.01767,"129":0.00505,"130":0.00252,"131":0.00757,"132":0.00505,"133":0.03281,"134":0.27259,"135":0.74963,"136":0.02272,_:"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 73 74 75 76 77 79 80 81 82 83 85 86 88 89 91 92 93 94 95 96 97 98 99 100 102 103 104 105 107 108 110 111 113 114 116 117 118 119 120 122 124 125 137 138 3.5 3.6"},D:{"18":0.01262,"31":0.00505,"33":0.00252,"47":0.00252,"48":0.00252,"49":0.00252,"50":0.00505,"51":0.00252,"55":0.00252,"58":0.00252,"59":0.00252,"63":0.00505,"64":0.00505,"65":0.00252,"66":0.00252,"67":0.00505,"68":0.01514,"69":0.01514,"70":0.01514,"71":0.00757,"72":0.00505,"73":0.00252,"74":0.0101,"75":0.00757,"76":0.02019,"77":0.00757,"79":0.03534,"80":0.01262,"81":0.0101,"83":0.0101,"84":0.00757,"85":0.00505,"86":0.00505,"87":0.01767,"88":0.00505,"89":0.00252,"90":0.00252,"91":0.00757,"92":0.00252,"93":0.04291,"94":0.01262,"95":0.00757,"96":0.00252,"97":0.00252,"98":0.00252,"99":0.00252,"100":0.00757,"101":0.00252,"102":0.00252,"103":0.0631,"104":0.00757,"105":0.03281,"106":0.00757,"107":0.00757,"108":0.01262,"109":1.14337,"110":0.00757,"111":0.01767,"112":0.0101,"113":0.00505,"114":0.01262,"115":0.00252,"116":0.05805,"117":0.00252,"118":0.02019,"119":0.03029,"120":0.01767,"121":0.01514,"122":0.02524,"123":0.01767,"124":0.06815,"125":0.01767,"126":0.0732,"127":0.04291,"128":0.09591,"129":0.03281,"130":0.11106,"131":0.59314,"132":5.22973,"133":4.64416,"134":0.02019,"135":0.00252,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 19 20 21 22 23 24 25 26 27 28 29 30 32 34 35 36 37 38 39 40 41 42 43 44 45 46 52 53 54 56 57 60 61 62 78 136"},F:{"29":0.00252,"36":0.00252,"42":0.00252,"46":0.00505,"71":0.00252,"75":0.00252,"77":0.00252,"79":0.01262,"83":0.00252,"84":0.00252,"85":0.00505,"86":0.01514,"87":0.06058,"88":0.00252,"95":0.05553,"102":0.00252,"109":0.00252,"112":0.00252,"113":0.0101,"114":0.02272,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 30 31 32 33 34 35 37 38 39 40 41 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 72 73 74 76 78 80 81 82 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:{"12":0.00757,"13":0.00252,"14":0.00252,"15":0.00252,"16":0.00505,"17":0.00252,"18":0.02524,"84":0.00757,"89":0.00757,"90":0.02019,"92":0.053,"100":0.01514,"105":0.00252,"109":0.02019,"111":0.00252,"112":0.00252,"114":0.00757,"115":0.00252,"116":0.00252,"119":0.00252,"120":0.00757,"121":0.00252,"122":0.01262,"123":0.00505,"124":0.00505,"125":0.00505,"126":0.00757,"127":0.00757,"128":0.0101,"129":0.00757,"130":0.01767,"131":0.1262,"132":0.85059,"133":1.00203,_:"79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 106 107 108 110 113 117 118"},E:{"11":0.00757,"13":0.00252,"14":0.02272,"15":0.00252,_:"0 4 5 6 7 8 9 10 12 3.1 3.2 5.1 6.1 7.1 9.1 10.1 15.2-15.3 16.2","11.1":0.01514,"12.1":0.00252,"13.1":0.03534,"14.1":0.02019,"15.1":0.00505,"15.4":0.00252,"15.5":0.00252,"15.6":0.07572,"16.0":0.00757,"16.1":0.00252,"16.3":0.00252,"16.4":0.00252,"16.5":0.00505,"16.6":0.04291,"17.0":0.0101,"17.1":0.00252,"17.2":0.00505,"17.3":0.00505,"17.4":0.00757,"17.5":0.02524,"17.6":0.08077,"18.0":0.02019,"18.1":0.07824,"18.2":0.05805,"18.3":0.16154,"18.4":0.00252},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00258,"5.0-5.1":0.00129,"6.0-6.1":0.00773,"7.0-7.1":0.00644,"8.1-8.4":0,"9.0-9.2":0.00258,"9.3":0.01933,"10.0-10.2":0.00258,"10.3":0.02964,"11.0-11.2":0.10182,"11.3-11.4":0.00902,"12.0-12.1":0.00516,"12.2-12.5":0.13662,"13.0-13.1":0.00258,"13.2":0.00387,"13.3":0.00516,"13.4-13.7":0.01933,"14.0-14.4":0.04253,"14.5-14.8":0.05929,"15.0-15.1":0.03093,"15.2-15.3":0.03093,"15.4":0.03738,"15.5":0.04253,"15.6-15.8":0.52714,"16.0":0.07604,"16.1":0.15853,"16.2":0.07991,"16.3":0.14435,"16.4":0.03222,"16.5":0.06058,"16.6-16.7":0.62768,"17.0":0.03867,"17.1":0.06831,"17.2":0.05413,"17.3":0.07604,"17.4":0.15724,"17.5":0.37377,"17.6-17.7":1.22957,"18.0":0.36217,"18.1":3.32655,"18.2":1.06976,"18.3":3.81245,"18.4":0.00773},P:{"4":0.17257,"20":0.01015,"21":0.0406,"22":0.09136,"23":0.03045,"24":0.25377,"25":0.29438,"26":0.13196,"27":0.78162,"5.0-5.4":0.0406,"6.2-6.4":0.01015,"7.2-7.4":0.09136,_:"8.2 10.1 12.0 14.0 15.0","9.2":0.09136,"11.1-11.2":0.05075,"13.0":0.05075,"16.0":0.0203,"17.0":0.01015,"18.0":0.01015,"19.0":0.03045},I:{"0":0.05969,"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":10.40972,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00757,_:"6 7 8 9 10 5.5"},S:{"2.5":0.01495,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":53.8682},R:{_:"0"},M:{"0":0.29904},Q:{"14.9":0.00748},O:{"0":0.57565},H:{"0":0.58}};
@@ -1 +1 @@
1
- module.exports={C:{"44":0.40446,"78":0.0087,"79":0.00435,"83":0.00435,"92":0.0087,"103":0.00435,"107":0.00435,"111":0.00435,"115":0.02609,"124":0.00435,"126":0.0087,"128":0.00435,"131":0.04349,"132":1.83963,"133":0.15222,_:"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 80 81 82 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 104 105 106 108 109 110 112 113 114 116 117 118 119 120 121 122 123 125 127 129 130 134 135 136 3.5 3.6"},D:{"48":0.00435,"66":0.0087,"68":0.01305,"69":0.0087,"70":0.01305,"71":0.02175,"72":0.0174,"73":0.0087,"74":0.02175,"75":0.0174,"76":0.01305,"77":0.0087,"78":0.01305,"79":0.04349,"80":0.02175,"81":0.05654,"83":0.0174,"84":0.01305,"85":0.01305,"86":0.03479,"87":0.02175,"88":1.53955,"89":0.02609,"90":0.0174,"94":0.00435,"97":0.00435,"102":0.00435,"103":0.03044,"105":0.05219,"106":0.8524,"107":0.30008,"108":0.04349,"109":1.18293,"110":0.75238,"111":0.80022,"112":0.02609,"113":0.00435,"114":0.0174,"115":0.04349,"116":0.07393,"117":0.01305,"118":0.03914,"119":0.02609,"120":0.12177,"121":0.03479,"122":0.08263,"123":0.06089,"124":0.02609,"125":0.04784,"126":0.07828,"127":0.10873,"128":0.93504,"129":1.11334,"130":10.79857,"131":5.96248,"132":0.05654,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 67 91 92 93 95 96 98 99 100 101 104 133 134"},F:{"48":0.00435,"50":0.00435,"53":0.00435,"54":0.00435,"55":0.00435,"76":0.00435,"91":0.00435,"93":0.4262,"94":0.25224,"95":0.0087,"96":0.00435,"100":0.00435,"101":0.00435,"102":0.00435,"104":0.00435,"105":0.0087,"106":0.00435,"108":0.00435,"110":0.00435,"113":0.05219,"114":0.4262,_:"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 49 51 52 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 77 78 79 80 81 82 83 84 85 86 87 88 89 90 92 97 98 99 103 107 109 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.02175,"79":0.00435,"80":0.00435,"81":0.01305,"83":0.02609,"84":0.01305,"85":0.0087,"86":0.0174,"87":0.01305,"88":0.0087,"89":0.0174,"90":0.0087,"91":0.00435,"92":0.00435,"103":0.0087,"106":0.0087,"107":0.35227,"108":0.00435,"109":0.00435,"110":0.00435,"111":0.0087,"114":0.00435,"115":0.00435,"116":0.00435,"117":0.00435,"118":0.00435,"119":0.00435,"120":0.0087,"121":0.00435,"122":0.0087,"123":0.0174,"124":0.0087,"125":0.00435,"126":0.01305,"127":0.03479,"128":0.13482,"129":0.06958,"130":4.80565,"131":2.74857,_:"12 13 14 15 16 17 93 94 95 96 97 98 99 100 101 102 104 105 112 113"},E:{"8":0.0087,"14":0.0174,"15":0.16091,_:"0 4 5 6 7 9 10 11 12 13 3.1 3.2 5.1 6.1 7.1 10.1 11.1 12.1 15.1 17.0","9.1":0.04349,"13.1":0.18266,"14.1":0.05219,"15.2-15.3":0.00435,"15.4":0.02609,"15.5":0.02175,"15.6":0.2305,"16.0":0.01305,"16.1":0.08698,"16.2":0.09133,"16.3":0.10873,"16.4":0.0087,"16.5":0.0174,"16.6":0.4262,"17.1":0.07393,"17.2":0.04349,"17.3":0.04784,"17.4":0.0174,"17.5":0.4262,"17.6":0.96548,"18.0":0.77412,"18.1":0.39141,"18.2":0.0087},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00213,"5.0-5.1":0,"6.0-6.1":0.00852,"7.0-7.1":0.01065,"8.1-8.4":0,"9.0-9.2":0.00852,"9.3":0.02982,"10.0-10.2":0.00639,"10.3":0.04899,"11.0-11.2":0.57506,"11.3-11.4":0.01491,"12.0-12.1":0.00852,"12.2-12.5":0.22364,"13.0-13.1":0.00426,"13.2":0.05751,"13.3":0.00852,"13.4-13.7":0.03195,"14.0-14.4":0.07029,"14.5-14.8":0.1001,"15.0-15.1":0.05751,"15.2-15.3":0.05325,"15.4":0.0639,"15.5":0.07455,"15.6-15.8":0.7987,"16.0":0.15122,"16.1":0.31948,"16.2":0.16187,"16.3":0.27475,"16.4":0.05538,"16.5":0.11075,"16.6-16.7":1.04789,"17.0":0.07668,"17.1":0.12779,"17.2":0.10649,"17.3":0.16187,"17.4":0.34717,"17.5":1.03724,"17.6-17.7":8.96033,"18.0":3.17775,"18.1":2.79225,"18.2":0.11288},P:{"4":0.52108,"20":0.02043,"21":0.01022,"22":0.01022,"23":0.11239,"24":0.01022,"25":0.235,"26":1.82888,"27":1.64497,"5.0-5.4":0.03065,"6.2-6.4":0.01022,"7.2-7.4":0.01022,_:"8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0","13.0":0.10217,"17.0":0.01022,"18.0":0.01022,"19.0":0.01022},I:{"0":0.02255,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00003},A:{"8":0.0087,"11":0.02609,_:"6 7 9 10 5.5"},K:{"0":0.50294,_:"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.09042},O:{"0":0.32211},H:{"0":0},L:{"0":29.83209},R:{_:"0"},M:{"0":0.39557}};
1
+ module.exports={C:{"79":0.00367,"100":0.00367,"101":0.00367,"102":0.00733,"103":0.00733,"105":0.00367,"107":0.00367,"108":0.00733,"109":0.24196,"110":0.00367,"112":0.00367,"113":0.10265,"114":0.00367,"115":0.08065,"116":0.00733,"117":0.00367,"118":0.00733,"119":0.00367,"120":0.00367,"121":0.00367,"122":0.00367,"123":0.00367,"124":0.00733,"125":0.00733,"126":0.011,"128":0.00367,"129":0.00367,"130":0.00367,"131":0.011,"132":0.06599,"133":0.00367,"134":0.45825,"135":1.21711,_:"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 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 104 106 111 127 136 137 138 3.5 3.6"},D:{"49":0.00733,"57":0.41792,"58":0.00367,"63":0.00367,"68":0.00367,"69":0.00367,"70":0.04766,"71":0.00733,"72":0.01466,"73":0.00367,"74":0.00733,"75":0.00367,"76":0.00367,"77":0.00367,"78":0.011,"79":0.01833,"80":0.011,"81":0.04766,"83":0.011,"84":0.01466,"85":0.00733,"86":0.00733,"87":0.011,"88":0.71487,"89":0.00367,"90":0.09165,"91":0.00367,"98":0.00367,"103":0.17963,"105":0.29695,"107":0.01833,"108":0.1723,"109":0.94583,"111":0.31894,"112":0.26029,"114":0.00367,"115":0.00367,"116":0.05132,"118":0.01466,"119":0.07332,"120":0.23829,"121":0.21629,"122":0.23462,"123":0.25662,"124":0.20896,"125":0.13564,"126":0.22729,"127":0.25662,"128":0.26029,"129":0.22363,"130":0.69287,"131":1.03381,"132":7.15237,"133":5.59798,"134":0.00733,_:"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 59 60 61 62 64 65 66 67 92 93 94 95 96 97 99 100 101 102 104 106 110 113 117 135 136"},F:{"55":0.00733,"62":0.00367,"87":0.022,"95":0.24929,"99":0.01466,"100":0.01833,"101":0.022,"102":0.02933,"103":0.01466,"104":0.022,"105":0.01833,"106":0.022,"107":0.01833,"108":0.00733,"109":0.02566,"110":0.03299,"111":0.01833,"112":0.02566,"113":0.05499,"114":0.07699,_:"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 56 57 58 60 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 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00367,"80":0.011,"81":0.00367,"83":0.00367,"84":0.00367,"85":0.00367,"86":0.00733,"88":0.00367,"89":0.01833,"90":0.00367,"108":0.12464,"109":0.00367,"114":0.00733,"119":0.022,"120":0.05866,"121":0.03666,"122":0.05499,"123":0.05866,"124":0.06965,"125":0.05132,"126":0.07332,"127":0.02566,"128":0.04033,"129":0.04766,"130":0.07699,"131":0.24562,"132":1.9943,"133":2.76416,_:"12 13 14 15 16 17 79 87 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 110 111 112 113 115 116 117 118"},E:{"12":0.011,"14":0.03666,"15":0.011,_:"0 4 5 6 7 8 9 10 11 13 3.1 3.2 5.1 6.1 7.1 10.1 11.1 12.1 15.1 18.4","9.1":0.04399,"13.1":0.06599,"14.1":0.04033,"15.2-15.3":0.02566,"15.4":0.03299,"15.5":0.05499,"15.6":0.12831,"16.0":0.022,"16.1":0.04033,"16.2":0.04766,"16.3":0.07332,"16.4":0.04399,"16.5":0.04399,"16.6":0.32627,"17.0":0.04033,"17.1":0.11731,"17.2":0.05132,"17.3":0.03666,"17.4":0.11365,"17.5":0.07699,"17.6":0.17597,"18.0":0.04033,"18.1":0.26762,"18.2":0.16497,"18.3":0.49124},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00277,"5.0-5.1":0.00138,"6.0-6.1":0.0083,"7.0-7.1":0.00691,"8.1-8.4":0,"9.0-9.2":0.00277,"9.3":0.02074,"10.0-10.2":0.00277,"10.3":0.0318,"11.0-11.2":0.10923,"11.3-11.4":0.00968,"12.0-12.1":0.00553,"12.2-12.5":0.14657,"13.0-13.1":0.00277,"13.2":0.00415,"13.3":0.00553,"13.4-13.7":0.02074,"14.0-14.4":0.04563,"14.5-14.8":0.0636,"15.0-15.1":0.03319,"15.2-15.3":0.03319,"15.4":0.0401,"15.5":0.04563,"15.6-15.8":0.56553,"16.0":0.08158,"16.1":0.17007,"16.2":0.08573,"16.3":0.15486,"16.4":0.03457,"16.5":0.06499,"16.6-16.7":0.67338,"17.0":0.04148,"17.1":0.07328,"17.2":0.05807,"17.3":0.08158,"17.4":0.16869,"17.5":0.40099,"17.6-17.7":1.31911,"18.0":0.38854,"18.1":3.56878,"18.2":1.14765,"18.3":4.09006,"18.4":0.0083},P:{"4":0.01031,"20":0.03094,"21":0.01031,"22":0.03094,"23":0.14441,"24":0.06189,"25":0.03094,"26":0.13409,"27":2.93974,_:"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.02063,"11.1-11.2":0.01031,"13.0":0.12378,"16.0":0.03094,"17.0":0.04126,"18.0":0.04126,"19.0":0.02063},I:{"0":0.03161,"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":1.67218,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.27862,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":43.19306},R:{_:"0"},M:{"0":1.12112},Q:{"14.9":0.17735},O:{"0":0.15835},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"2":0.0129,"3":0.0215,"4":0.0043,"5":0.0129,"6":0.0172,"8":0.0043,"11":0.0086,"17":0.0086,"19":0.0043,"21":0.0043,"23":0.0043,"24":0.0086,"25":0.0043,"26":0.0043,"27":0.0086,"28":0.0043,"29":0.0086,"30":0.0043,"31":0.0086,"32":0.0043,"35":0.0215,"36":0.0129,"37":0.0129,"38":0.0129,"39":0.0258,"40":0.0387,"41":0.0043,"43":0.0043,"46":0.0043,"52":0.0731,"78":0.0086,"114":0.0043,"115":0.215,"122":0.0043,"127":0.0473,"128":0.0129,"131":0.1892,"132":5.8609,"133":0.1247,"134":0.0043,"135":0.0043,_:"7 9 10 12 13 14 15 16 18 20 22 33 34 42 44 45 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 116 117 118 119 120 121 123 124 125 126 129 130 136","3.5":0.0086,"3.6":0.0258},D:{"4":0.0043,"7":0.0129,"12":0.0086,"16":0.0129,"17":0.0043,"18":0.0043,"20":0.0043,"21":0.0043,"22":0.0129,"26":0.0043,"27":0.0043,"28":0.0043,"31":0.0172,"32":0.0129,"33":0.0215,"36":0.0043,"37":0.0043,"38":0.0215,"39":0.0215,"40":0.0258,"41":0.0344,"42":0.0129,"43":0.043,"44":0.0903,"45":0.0258,"46":0.0344,"47":0.0602,"49":0.0043,"51":0.0473,"55":0.0387,"70":0.0258,"77":0.0043,"80":0.0043,"83":0.0215,"92":0.0043,"93":0.0043,"94":0.0774,"95":0.0043,"98":0.0086,"103":0.0129,"106":0.0129,"108":0.0344,"109":0.1978,"110":0.0215,"111":0.0129,"116":4.1495,"119":0.0043,"122":0.0043,"124":0.0043,"125":0.0129,"126":0.0043,"127":0.0086,"128":0.1161,"129":1.9393,"130":8.1958,"131":5.0009,"132":0.0043,_:"5 6 8 9 10 11 13 14 15 19 23 24 25 29 30 34 35 48 50 52 53 54 56 57 58 59 60 61 62 63 64 65 66 67 68 69 71 72 73 74 75 76 78 79 81 84 85 86 87 88 89 90 91 96 97 99 100 101 102 104 105 107 112 113 114 115 117 118 120 121 123 133 134"},F:{"12":0.0043,"22":0.0043,"24":0.0043,"28":0.0086,"30":0.0086,"31":0.043,"32":0.0129,"89":0.0043,"113":0.0258,"114":1.1223,_:"9 11 15 16 17 18 19 20 21 23 25 26 27 29 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 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.5","11.1":0.0086,"11.6":0.0043,"12.1":0.0086},B:{"12":0.0129,"14":0.0043,"18":0.0731,"110":0.0129,"118":0.0043,"120":0.0301,"125":0.0172,"126":0.0989,"128":0.0258,"129":0.043,"130":2.9498,"131":1.7071,_:"13 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 111 112 113 114 115 116 117 119 121 122 123 124 127"},E:{"4":0.0086,"6":0.0043,"7":0.0129,"8":0.0043,"9":0.1677,"14":0.0344,"15":0.0387,_:"0 5 10 11 12 13 3.2 10.1 11.1 12.1","3.1":0.0086,"5.1":0.0086,"6.1":0.0043,"7.1":0.0043,"9.1":0.0043,"13.1":0.0473,"14.1":0.0301,"15.1":0.0731,"15.2-15.3":0.0129,"15.4":0.3397,"15.5":0.0043,"15.6":0.1118,"16.0":0.0043,"16.1":0.0043,"16.2":0.0258,"16.3":0.1118,"16.4":0.0043,"16.5":0.4085,"16.6":0.3784,"17.0":0.0129,"17.1":0.1935,"17.2":0.0086,"17.3":0.0817,"17.4":0.4257,"17.5":1.2986,"17.6":2.2317,"18.0":0.645,"18.1":0.8471,"18.2":0.0086},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00247,"5.0-5.1":0,"6.0-6.1":0.00987,"7.0-7.1":0.01234,"8.1-8.4":0,"9.0-9.2":0.00987,"9.3":0.03454,"10.0-10.2":0.0074,"10.3":0.05674,"11.0-11.2":0.66612,"11.3-11.4":0.01727,"12.0-12.1":0.00987,"12.2-12.5":0.25905,"13.0-13.1":0.00493,"13.2":0.06661,"13.3":0.00987,"13.4-13.7":0.03701,"14.0-14.4":0.08141,"14.5-14.8":0.11595,"15.0-15.1":0.06661,"15.2-15.3":0.06168,"15.4":0.07401,"15.5":0.08635,"15.6-15.8":0.92516,"16.0":0.17516,"16.1":0.37006,"16.2":0.1875,"16.3":0.31826,"16.4":0.06414,"16.5":0.12829,"16.6-16.7":1.21381,"17.0":0.08882,"17.1":0.14803,"17.2":0.12335,"17.3":0.1875,"17.4":0.40214,"17.5":1.20148,"17.6-17.7":10.37908,"18.0":3.68091,"18.1":3.23436,"18.2":0.13076},P:{"4":0.41073,"24":0.03159,"26":2.98043,"27":3.24371,_:"20 21 22 23 25 5.0-5.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","6.2-6.4":0.05266},I:{"0":0.64826,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00019,"4.4":0,"4.4.3-4.4.4":0.00084},A:{"6":0.01729,"7":0.03458,"8":0.38465,"9":0.09508,"10":0.04754,"11":0.24203,_:"5.5"},K:{"0":1.90347,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.0285,_:"3.0-3.1"},J:{_:"7 10"},Q:{_:"14.9"},O:{"0":0.11398},H:{"0":0},L:{"0":22.4152},R:{_:"0"},M:{"0":0.17097}};
1
+ module.exports={C:{"2":0.01293,"3":0.01293,"6":0.00431,"7":0.00431,"9":0.00431,"12":0.01293,"13":0.00431,"15":0.00431,"20":0.00862,"23":0.00431,"24":0.00431,"31":0.01293,"35":0.00431,"38":0.02585,"39":0.00431,"40":0.00431,"48":0.00431,"65":0.00431,"78":0.07756,"103":0.00431,"115":0.10773,"127":0.02155,"128":0.00431,"129":0.00431,"130":0.00431,"131":0.01724,"132":0.00431,"133":0.03878,"134":0.84456,"135":2.21914,_:"4 5 8 10 11 14 16 17 18 19 21 22 25 26 27 28 29 30 32 33 34 36 37 41 42 43 44 45 46 47 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 136 137 138","3.5":0.01293,"3.6":0.02155},D:{"6":0.00431,"7":0.01724,"11":0.00431,"20":0.00862,"22":0.00431,"26":0.00431,"28":0.00431,"31":0.02155,"32":0.00862,"34":0.00431,"35":0.00431,"36":0.01293,"37":0.01293,"38":0.00431,"39":0.01293,"40":0.01293,"41":0.03016,"42":0.01293,"43":0.03016,"44":0.03016,"45":0.03016,"46":0.05171,"47":0.0474,"48":0.00431,"49":0.01293,"51":0.01724,"61":0.02155,"70":0.01293,"79":0.00431,"87":0.19821,"93":0.01724,"94":0.06894,"99":0.00431,"102":0.07325,"103":0.01293,"105":0.00431,"106":0.01293,"107":0.00862,"108":0.05602,"109":0.19391,"110":0.00431,"111":0.01293,"112":0.00862,"116":6.06707,"119":0.00431,"122":0.03878,"123":0.00431,"125":0.01293,"126":0.00431,"127":0.01293,"128":0.03016,"129":0.10773,"130":0.08187,"131":0.71099,"132":5.7913,"133":6.84269,_:"4 5 8 9 10 12 13 14 15 16 17 18 19 21 23 24 25 27 29 30 33 50 52 53 54 55 56 57 58 59 60 62 63 64 65 66 67 68 69 71 72 73 74 75 76 77 78 80 81 83 84 85 86 88 89 90 91 92 95 96 97 98 100 101 104 113 114 115 117 118 120 121 124 134 135 136"},F:{"24":0.00862,"30":0.02155,"31":0.00862,"32":0.00862,"33":0.00431,"80":0.00431,"83":0.00862,"86":0.00431,"106":0.00431,"113":0.01293,"114":0.00431,_:"9 11 12 15 16 17 18 19 20 21 22 23 25 26 27 28 29 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 81 82 84 85 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 9.5-9.6 10.0-10.1 10.5 10.6 11.5 11.6","11.1":0.00431,"12.1":0.00862},B:{"12":0.00431,"16":0.00431,"17":0.00431,"92":0.02155,"100":0.01724,"107":0.00431,"108":0.00431,"109":0.00431,"122":0.11203,"125":0.00431,"126":0.04309,"128":0.06894,"129":0.03016,"130":0.00431,"131":0.05171,"132":2.22775,"133":3.12403,_:"13 14 15 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 110 111 112 113 114 115 116 117 118 119 120 121 123 124 127"},E:{"5":0.00862,"7":0.00431,"9":0.0474,"14":0.17667,_:"0 4 6 8 10 11 12 13 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 17.0 17.2 18.4","5.1":0.00862,"13.1":0.02155,"14.1":0.03016,"15.1":0.13789,"15.2-15.3":0.09911,"15.4":0.32748,"15.5":0.00431,"15.6":0.27578,"16.0":0.06464,"16.1":0.00431,"16.2":0.06894,"16.3":0.0474,"16.4":0.00431,"16.5":0.05602,"16.6":0.57741,"17.1":0.33179,"17.3":0.01293,"17.4":1.03416,"17.5":0.31025,"17.6":0.28009,"18.0":0.0948,"18.1":1.52108,"18.2":1.20221,"18.3":2.59833},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0053,"5.0-5.1":0.00265,"6.0-6.1":0.0159,"7.0-7.1":0.01325,"8.1-8.4":0,"9.0-9.2":0.0053,"9.3":0.03974,"10.0-10.2":0.0053,"10.3":0.06094,"11.0-11.2":0.20932,"11.3-11.4":0.01855,"12.0-12.1":0.0106,"12.2-12.5":0.28086,"13.0-13.1":0.0053,"13.2":0.00795,"13.3":0.0106,"13.4-13.7":0.03974,"14.0-14.4":0.08744,"14.5-14.8":0.12188,"15.0-15.1":0.06359,"15.2-15.3":0.06359,"15.4":0.07684,"15.5":0.08744,"15.6-15.8":1.0837,"16.0":0.15633,"16.1":0.3259,"16.2":0.16428,"16.3":0.29676,"16.4":0.06624,"16.5":0.12453,"16.6-16.7":1.29037,"17.0":0.07949,"17.1":0.14043,"17.2":0.11128,"17.3":0.15633,"17.4":0.32325,"17.5":0.76839,"17.6-17.7":2.52774,"18.0":0.74454,"18.1":6.83868,"18.2":2.19919,"18.3":7.83759,"18.4":0.0159},P:{"4":0.0948,"21":0.01053,"26":0.04213,"27":4.09733,_:"20 22 23 24 25 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","5.0-5.4":0.0316,"6.2-6.4":0.01053},I:{"0":0.3806,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00008,"4.4":0,"4.4.3-4.4.4":0.00046},K:{"0":1.35454,_:"10 11 12 11.1 11.5 12.1"},A:{"6":0.00879,"7":0.02636,"8":0.21963,"9":0.01318,"10":0.03075,"11":0.12299,"5.5":0.00879},S:{"2.5":0.02277,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":24.76747},R:{_:"0"},M:{"0":0.5009},Q:{_:"14.9"},O:{"0":0.1423},H:{"0":0.04}};
@@ -1 +1 @@
1
- module.exports={C:{"34":0.00182,"66":0.00091,"72":0.00091,"92":0.00182,"103":0.00547,"115":0.16489,"126":0.00091,"127":0.00364,"128":0.00729,"129":0.00364,"131":0.01549,"132":0.31885,"133":0.041,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 130 134 135 136 3.5 3.6"},D:{"26":0.00091,"43":0.00091,"49":0.00456,"54":0.00182,"55":0.00091,"60":0.00091,"61":0.00091,"64":0.00182,"69":0.01731,"70":0.00911,"72":0.00091,"74":0.00547,"75":0.00091,"76":0.00273,"78":0.00091,"79":0.00273,"80":0.00091,"81":0.00091,"83":0.01093,"87":0.00273,"88":0.0164,"89":0.00091,"90":0.00182,"92":0.00182,"93":0.11752,"94":0.00091,"95":0.00091,"96":0.00091,"98":0.00456,"99":0.00364,"100":0.00547,"102":0.00091,"103":0.00729,"104":0.00091,"106":0.03826,"108":0.00182,"109":0.34709,"111":0.01184,"112":0.04191,"114":0.00456,"115":0.00273,"116":0.07744,"118":0.00182,"119":0.00273,"120":0.00091,"121":0.00456,"122":0.00638,"123":0.00091,"124":0.00638,"125":0.00182,"126":0.05466,"127":0.01458,"128":0.00911,"129":0.04373,"130":1.35466,"131":0.8199,"132":0.00091,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 44 45 46 47 48 50 51 52 53 56 57 58 59 62 63 65 66 67 68 71 73 77 84 85 86 91 97 101 105 107 110 113 117 133 134"},F:{"46":0.00091,"85":0.00091,"93":0.00911,"95":0.00729,"113":0.00273,"114":0.06468,_:"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 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00091,"15":0.00273,"18":0.00364,"92":0.00364,"100":0.00182,"109":0.00273,"110":0.00364,"115":0.00091,"116":0.00091,"118":0.00091,"120":0.00091,"125":0.00091,"126":0.01002,"127":0.15123,"128":0.00182,"129":0.0082,"130":0.41633,"131":0.29425,_:"13 14 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 111 112 113 114 117 119 121 122 123 124"},E:{"13":0.00273,"14":0.00273,_:"0 4 5 6 7 8 9 10 11 12 15 3.1 3.2 5.1 6.1 7.1 10.1 11.1 15.1 15.2-15.3 15.4 16.0 16.2 17.1 17.2","9.1":0.00091,"12.1":0.00364,"13.1":0.01275,"14.1":0.01549,"15.5":0.00182,"15.6":0.01093,"16.1":0.00547,"16.3":0.00091,"16.4":0.00273,"16.5":0.0082,"16.6":0.03735,"17.0":0.00182,"17.3":0.02551,"17.4":0.01002,"17.5":0.02551,"17.6":0.04828,"18.0":0.01549,"18.1":0.00729,"18.2":0.00091},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00197,"5.0-5.1":0,"6.0-6.1":0.0079,"7.0-7.1":0.00987,"8.1-8.4":0,"9.0-9.2":0.0079,"9.3":0.02763,"10.0-10.2":0.00592,"10.3":0.0454,"11.0-11.2":0.53296,"11.3-11.4":0.01382,"12.0-12.1":0.0079,"12.2-12.5":0.20726,"13.0-13.1":0.00395,"13.2":0.0533,"13.3":0.0079,"13.4-13.7":0.02961,"14.0-14.4":0.06514,"14.5-14.8":0.09277,"15.0-15.1":0.0533,"15.2-15.3":0.04935,"15.4":0.05922,"15.5":0.06909,"15.6-15.8":0.74022,"16.0":0.14015,"16.1":0.29609,"16.2":0.15002,"16.3":0.25463,"16.4":0.05132,"16.5":0.10264,"16.6-16.7":0.97117,"17.0":0.07106,"17.1":0.11843,"17.2":0.0987,"17.3":0.15002,"17.4":0.32175,"17.5":0.9613,"17.6-17.7":8.30425,"18.0":2.94508,"18.1":2.5878,"18.2":0.10462},P:{"4":0.24344,"20":0.03043,"21":0.12172,"22":0.08115,"23":0.01014,"24":0.03043,"25":0.04057,"26":0.41588,"27":0.11158,"5.0-5.4":0.02029,"6.2-6.4":0.02029,"7.2-7.4":0.20287,"8.2":0.01014,"9.2":0.03043,_:"10.1 12.0 14.0 15.0 18.0","11.1-11.2":0.02029,"13.0":0.05072,"16.0":0.03043,"17.0":0.01014,"19.0":0.09129},I:{"0":0.00907,"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.00091,_:"6 7 8 9 10 5.5"},K:{"0":0.57163,_:"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.0727},H:{"0":0.01},L:{"0":72.97403},R:{_:"0"},M:{"0":0.00909}};
1
+ module.exports={C:{"115":0.09559,"121":0.00121,"127":0.00968,"128":0.00847,"133":0.00121,"134":0.09801,"135":0.83611,"136":0.00968,_:"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 122 123 124 125 126 129 130 131 132 137 138 3.5 3.6"},D:{"38":0.00242,"42":0.00363,"49":0.00363,"50":0.00121,"54":0.00121,"61":0.00242,"64":0.00121,"68":0.0121,"69":0.0121,"70":0.00605,"71":0.00121,"72":0.00242,"73":0.00121,"74":0.00605,"75":0.00726,"76":0.00121,"77":0.0121,"78":0.00242,"79":0.00363,"80":0.00242,"81":0.00242,"83":0.00121,"84":0.00121,"85":0.00242,"86":0.00605,"87":0.00847,"88":0.00726,"89":0.00242,"90":0.00242,"91":0.00121,"93":0.05445,"95":0.00242,"98":0.00363,"103":0.0242,"104":0.00242,"105":0.00363,"106":0.04114,"109":1.01156,"111":0.01694,"113":0.00121,"115":0.00121,"116":0.03993,"118":0.00121,"119":0.02904,"120":0.00605,"122":0.00121,"123":0.00363,"124":0.02178,"125":0.00605,"126":0.00242,"127":0.00363,"128":0.00726,"129":0.00242,"130":0.21901,"131":0.11253,"132":1.68795,"133":1.08174,_:"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 51 52 53 55 56 57 58 59 60 62 63 65 66 67 92 94 96 97 99 100 101 102 107 108 110 112 114 117 121 134 135 136"},F:{"40":0.00363,"46":0.00121,"55":0.00121,"73":0.00121,"74":0.00121,"75":0.00121,"76":0.00242,"77":0.00121,"93":0.00605,"95":0.00363,"114":0.00121,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 47 48 49 50 51 52 53 54 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00363,"16":0.00121,"18":0.01573,"80":0.00121,"84":0.00121,"88":0.00121,"90":0.00121,"91":0.00121,"92":0.00605,"108":0.00121,"109":0.01936,"118":0.00242,"120":0.00121,"122":0.00121,"124":0.00121,"126":0.00242,"129":0.00242,"130":0.01573,"131":0.02057,"132":0.23232,"133":0.31218,_:"13 14 15 17 79 81 83 85 86 87 89 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 110 111 112 113 114 115 116 117 119 121 123 125 127 128"},E:{"13":0.00242,"14":0.01089,_:"0 4 5 6 7 8 9 10 11 12 15 3.1 3.2 5.1 6.1 7.1 10.1 11.1 15.1 15.2-15.3 15.4 16.0 16.4 16.5 17.0 17.2 18.4","9.1":0.01815,"12.1":0.00363,"13.1":0.03025,"14.1":0.00242,"15.5":0.00121,"15.6":0.03025,"16.1":0.00726,"16.2":0.00121,"16.3":0.00242,"16.6":0.03872,"17.1":0.0121,"17.3":0.00968,"17.4":0.00242,"17.5":0.03267,"17.6":0.00605,"18.0":0.00363,"18.1":0.02178,"18.2":0.00726,"18.3":0.04114},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0043,"5.0-5.1":0.00215,"6.0-6.1":0.01291,"7.0-7.1":0.01076,"8.1-8.4":0,"9.0-9.2":0.0043,"9.3":0.03228,"10.0-10.2":0.0043,"10.3":0.04949,"11.0-11.2":0.16999,"11.3-11.4":0.01506,"12.0-12.1":0.00861,"12.2-12.5":0.22809,"13.0-13.1":0.0043,"13.2":0.00646,"13.3":0.00861,"13.4-13.7":0.03228,"14.0-14.4":0.07101,"14.5-14.8":0.09898,"15.0-15.1":0.05164,"15.2-15.3":0.05164,"15.4":0.0624,"15.5":0.07101,"15.6-15.8":0.88008,"16.0":0.12696,"16.1":0.26467,"16.2":0.13341,"16.3":0.241,"16.4":0.05379,"16.5":0.10113,"16.6-16.7":1.04792,"17.0":0.06455,"17.1":0.11404,"17.2":0.09038,"17.3":0.12696,"17.4":0.26252,"17.5":0.62402,"17.6-17.7":2.05281,"18.0":0.60465,"18.1":5.55378,"18.2":1.78599,"18.3":6.365,"18.4":0.01291},P:{"4":0.11419,"20":0.04153,"21":0.02076,"22":0.04153,"23":0.02076,"24":0.04153,"25":0.01038,"26":0.15572,"27":0.36335,"5.0-5.4":0.03114,_:"6.2-6.4 9.2 10.1 11.1-11.2 12.0 14.0 15.0 18.0","7.2-7.4":0.14534,"8.2":0.07267,"13.0":0.07267,"16.0":0.05191,"17.0":0.01038,"19.0":0.01038},I:{"0":0.00877,"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.45466,_:"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":69.8731},R:{_:"0"},M:{"0":0.00879},Q:{_:"14.9"},O:{"0":0.07911},H:{"0":0.02}};
@@ -1 +1 @@
1
- module.exports={C:{"34":0.00127,"56":0.00127,"78":0.00127,"111":0.00506,"115":0.00633,"127":0.00253,"128":0.00127,"129":0.00127,"131":0.01646,"132":0.13546,"133":0.01393,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 112 113 114 116 117 118 119 120 121 122 123 124 125 126 130 134 135 136 3.5 3.6"},D:{"37":0.00633,"56":0.00127,"57":0.00127,"59":0.0038,"62":0.00127,"64":0.00127,"68":0.02279,"69":0.00127,"70":0.00253,"71":0.00127,"78":0.00127,"79":0.00253,"81":0.01013,"83":0.0038,"84":0.00253,"87":0.00506,"89":0.00127,"93":0.00253,"99":0.00886,"100":0.00127,"103":0.00253,"105":0.00253,"106":0.00253,"109":0.02912,"111":0.00127,"112":0.00127,"113":0.0595,"114":0.0076,"116":0.00253,"117":0.00253,"118":0.00253,"119":0.0076,"120":0.00127,"121":0.00127,"122":0.00506,"123":0.00127,"124":0.02532,"125":0.00633,"126":0.00506,"127":0.02532,"128":0.02152,"129":0.15698,"130":0.83556,"131":0.53425,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 58 60 61 63 65 66 67 72 73 74 75 76 77 80 85 86 88 90 91 92 94 95 96 97 98 101 102 104 107 108 110 115 132 133 134"},F:{"79":0.00253,"95":0.00253,"113":0.00127,"114":0.15445,_:"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 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00253,"17":0.00127,"18":0.01393,"84":0.00127,"89":0.00253,"90":0.01266,"92":0.00633,"100":0.00253,"112":0.00253,"122":0.00127,"123":0.00127,"125":0.00127,"126":0.01013,"127":0.00253,"128":0.01013,"129":0.01899,"130":0.19496,"131":0.23801,_:"13 14 15 16 79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 109 110 111 113 114 115 116 117 118 119 120 121 124"},E:{"13":0.01772,"14":0.01393,_:"0 4 5 6 7 8 9 10 11 12 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.1 17.2","13.1":0.0038,"14.1":0.00127,"15.6":0.01266,"16.6":0.00506,"17.3":0.00127,"17.4":0.00127,"17.5":0.00127,"17.6":0.01139,"18.0":0.00506,"18.1":0.01646,"18.2":0.00127},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00109,"5.0-5.1":0,"6.0-6.1":0.00437,"7.0-7.1":0.00547,"8.1-8.4":0,"9.0-9.2":0.00437,"9.3":0.01531,"10.0-10.2":0.00328,"10.3":0.02515,"11.0-11.2":0.29524,"11.3-11.4":0.00765,"12.0-12.1":0.00437,"12.2-12.5":0.11482,"13.0-13.1":0.00219,"13.2":0.02952,"13.3":0.00437,"13.4-13.7":0.0164,"14.0-14.4":0.03609,"14.5-14.8":0.05139,"15.0-15.1":0.02952,"15.2-15.3":0.02734,"15.4":0.0328,"15.5":0.03827,"15.6-15.8":0.41006,"16.0":0.07764,"16.1":0.16402,"16.2":0.08311,"16.3":0.14106,"16.4":0.02843,"16.5":0.05686,"16.6-16.7":0.538,"17.0":0.03937,"17.1":0.06561,"17.2":0.05467,"17.3":0.08311,"17.4":0.17824,"17.5":0.53253,"17.6-17.7":4.60034,"18.0":1.6315,"18.1":1.43357,"18.2":0.05796},P:{"4":0.0707,"20":0.0303,"21":0.14141,"22":0.49493,"23":0.11111,"24":0.88886,"25":0.22222,"26":0.86866,"27":0.15151,"5.0-5.4":0.0101,"6.2-6.4":0.0202,"7.2-7.4":0.28282,_:"8.2 10.1 12.0","9.2":0.0606,"11.1-11.2":0.12121,"13.0":0.0505,"14.0":0.0202,"15.0":0.0101,"16.0":0.0707,"17.0":0.0101,"18.0":0.0101,"19.0":0.48483},I:{"0":0.00871,"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.67479,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.0524,_:"3.0-3.1"},J:{_:"7 10"},Q:{"14.9":0.00873},O:{"0":0.03494},H:{"0":0.12},L:{"0":81.05132},R:{_:"0"},M:{"0":0.00873}};
1
+ module.exports={C:{"66":0.01185,"105":0.08034,"115":0.00395,"127":0.00132,"128":0.00263,"131":0.00132,"133":0.00263,"134":0.03029,"135":0.10404,_:"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 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 129 130 132 136 137 138 3.5 3.6"},D:{"33":0.00132,"64":0.00132,"68":0.01185,"69":0.00263,"70":0.00132,"74":0.00527,"78":0.00132,"79":0.00395,"81":0.00263,"83":0.01185,"86":0.00132,"87":0.00395,"93":0.00132,"95":0.01054,"103":0.00395,"105":0.00263,"106":0.00263,"109":0.19887,"111":0.00132,"113":0.0777,"114":0.00527,"116":0.01185,"117":0.00132,"118":0.00395,"119":0.01449,"120":0.02766,"121":0.00132,"122":0.01185,"123":0.00263,"124":0.00132,"125":0.00263,"126":0.01976,"127":0.00527,"128":0.01185,"129":0.00395,"130":0.02634,"131":0.14882,"132":1.09311,"133":0.77045,_:"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 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 65 66 67 71 72 73 75 76 77 80 84 85 88 89 90 91 92 94 96 97 98 99 100 101 102 104 107 108 110 112 115 134 135 136"},F:{"79":0.00132,"86":0.00263,"87":0.00132,"95":0.00132,"108":0.00132,"114":0.00132,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00132,"16":0.00132,"17":0.00132,"18":0.00527,"84":0.00132,"85":0.08824,"88":0.00132,"90":0.00395,"92":0.00527,"100":0.00132,"112":0.00132,"120":0.00132,"122":0.00132,"126":0.00395,"127":0.00132,"128":0.00132,"129":0.00132,"130":0.00263,"131":0.01054,"132":0.19097,"133":0.41486,_:"13 14 15 79 80 81 83 86 87 89 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 109 110 111 113 114 115 116 117 118 119 121 123 124 125"},E:{"14":0.00263,_:"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 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.3 16.4 16.5 17.0 17.1 17.2 17.3 17.4 18.4","12.1":0.00132,"13.1":0.00132,"15.6":0.00527,"16.2":0.00263,"16.6":0.00395,"17.5":0.01054,"17.6":0.00263,"18.0":0.00263,"18.1":0.01449,"18.2":0.00527,"18.3":0.00527},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00228,"5.0-5.1":0.00114,"6.0-6.1":0.00685,"7.0-7.1":0.00571,"8.1-8.4":0,"9.0-9.2":0.00228,"9.3":0.01713,"10.0-10.2":0.00228,"10.3":0.02626,"11.0-11.2":0.0902,"11.3-11.4":0.00799,"12.0-12.1":0.00457,"12.2-12.5":0.12103,"13.0-13.1":0.00228,"13.2":0.00343,"13.3":0.00457,"13.4-13.7":0.01713,"14.0-14.4":0.03768,"14.5-14.8":0.05252,"15.0-15.1":0.0274,"15.2-15.3":0.0274,"15.4":0.03311,"15.5":0.03768,"15.6-15.8":0.467,"16.0":0.06737,"16.1":0.14044,"16.2":0.07079,"16.3":0.12788,"16.4":0.02855,"16.5":0.05367,"16.6-16.7":0.55606,"17.0":0.03425,"17.1":0.06052,"17.2":0.04796,"17.3":0.06737,"17.4":0.1393,"17.5":0.33113,"17.6-17.7":1.08929,"18.0":0.32085,"18.1":2.94702,"18.2":0.94771,"18.3":3.37749,"18.4":0.00685},P:{"4":0.1721,"20":0.02025,"21":0.08099,"22":0.40495,"23":0.13161,"24":1.02249,"25":0.5568,"26":0.30371,"27":1.13385,"5.0-5.4":0.01012,"6.2-6.4":0.01012,"7.2-7.4":0.15186,"8.2":0.02025,"9.2":0.09111,_:"10.1","11.1-11.2":0.04049,"12.0":0.01012,"13.0":0.06074,"14.0":0.02025,"15.0":0.01012,"16.0":0.08099,"17.0":0.03037,"18.0":0.01012,"19.0":0.14173},I:{"0":0.00867,"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.42386,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},S:{"2.5":0.0521,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":79.08367},R:{_:"0"},M:{"0":0.00868},Q:{"14.9":0.01737},O:{"0":0.07815},H:{"0":0.21}};
@@ -1 +1 @@
1
- module.exports={C:{"78":0.04168,"100":0.00261,"113":0.00261,"115":0.19538,"120":0.00261,"124":0.00261,"125":0.01042,"126":0.00261,"127":0.02084,"128":0.09378,"129":0.00782,"130":0.00782,"131":0.13807,"132":1.85476,"133":0.19277,"134":0.00261,_:"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 101 102 103 104 105 106 107 108 109 110 111 112 114 116 117 118 119 121 122 123 135 136 3.5 3.6"},D:{"65":0.00261,"67":0.00521,"68":0.00261,"79":0.01563,"81":0.00782,"83":0.00261,"87":0.00261,"88":0.01824,"89":0.00261,"94":0.00782,"100":0.00782,"102":0.01824,"103":0.05471,"108":0.00261,"109":0.54966,"110":0.00782,"112":0.00261,"114":0.00521,"116":0.08597,"118":0.00261,"119":0.02345,"120":0.00261,"121":0.04429,"122":0.07034,"123":0.00521,"124":0.03126,"125":0.01824,"126":0.06252,"127":0.56789,"128":0.08857,"129":0.39857,"130":7.18199,"131":4.55875,_:"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 66 69 70 71 72 73 74 75 76 77 78 80 84 85 86 90 91 92 93 95 96 97 98 99 101 104 105 106 107 111 113 115 117 132 133 134"},F:{"37":0.00261,"46":0.00782,"85":0.00261,"95":0.00782,"99":0.01824,"112":0.05731,"113":0.02866,"114":1.23998,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 86 87 88 89 90 91 92 93 94 96 97 98 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.00261,"92":0.00521,"109":0.02345,"111":0.00261,"114":0.00261,"116":0.00261,"117":0.00261,"118":0.00261,"119":0.00261,"120":0.00521,"121":0.01042,"122":0.01042,"123":0.00521,"124":0.00261,"125":0.00261,"126":0.01042,"127":0.01303,"128":0.05731,"129":0.2084,"130":2.62063,"131":1.50048,_:"12 13 14 15 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 112 113 115"},E:{"11":0.00261,"14":0.02866,"15":0.00261,_:"0 4 5 6 7 8 9 10 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1","12.1":0.00261,"13.1":0.03126,"14.1":0.42722,"15.1":0.00521,"15.2-15.3":0.00521,"15.4":0.01042,"15.5":0.02345,"15.6":0.28134,"16.0":0.01303,"16.1":0.08857,"16.2":0.02866,"16.3":0.01303,"16.4":0.07555,"16.5":0.02345,"16.6":0.1537,"17.0":0.00521,"17.1":0.01824,"17.2":0.04168,"17.3":0.01824,"17.4":0.02866,"17.5":0.1537,"17.6":0.72159,"18.0":0.32563,"18.1":0.28916,"18.2":0.00261},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.01568,"10.0-10.2":0.00336,"10.3":0.02577,"11.0-11.2":0.30249,"11.3-11.4":0.00784,"12.0-12.1":0.00448,"12.2-12.5":0.11764,"13.0-13.1":0.00224,"13.2":0.03025,"13.3":0.00448,"13.4-13.7":0.01681,"14.0-14.4":0.03697,"14.5-14.8":0.05266,"15.0-15.1":0.03025,"15.2-15.3":0.02801,"15.4":0.03361,"15.5":0.03921,"15.6-15.8":0.42013,"16.0":0.07954,"16.1":0.16805,"16.2":0.08515,"16.3":0.14452,"16.4":0.02913,"16.5":0.05826,"16.6-16.7":0.55121,"17.0":0.04033,"17.1":0.06722,"17.2":0.05602,"17.3":0.08515,"17.4":0.18262,"17.5":0.54561,"17.6-17.7":4.71328,"18.0":1.67155,"18.1":1.46877,"18.2":0.05938},P:{"20":0.09384,"21":0.01043,"22":0.02085,"23":0.02085,"24":0.11469,"25":0.06256,"26":1.39717,"27":0.89669,_:"4 5.0-5.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0","6.2-6.4":0.01043,"7.2-7.4":0.03128,"19.0":0.06256},I:{"0":0.16971,"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.00022},A:{_:"6 7 8 9 10 11 5.5"},K:{"0":0.11093,_:"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":59.18419},R:{_:"0"},M:{"0":0.77648}};
1
+ module.exports={C:{"2":0.00238,"60":0.00238,"78":0.00476,"84":0.00238,"91":0.00238,"109":0.00238,"115":0.19056,"116":0.00238,"117":0.00238,"123":0.00476,"124":0.00238,"127":0.01191,"128":0.03097,"130":0.00238,"131":0.00238,"132":0.00476,"133":0.02858,"134":0.55739,"135":1.9056,"136":0.00238,"137":0.00238,_:"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 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 85 86 87 88 89 90 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 118 119 120 121 122 125 126 129 138 3.5 3.6"},D:{"39":0.00238,"47":0.00238,"49":0.00238,"50":0.00238,"61":0.00238,"65":0.00476,"71":0.00238,"75":0.00238,"77":0.00238,"79":0.00238,"85":0.00238,"87":0.01191,"88":0.02382,"91":0.02144,"92":0.00238,"94":0.00238,"102":0.00715,"103":0.01667,"104":0.00715,"105":0.00238,"106":0.00238,"108":0.00476,"109":0.28584,"110":0.01191,"113":0.00238,"114":0.00476,"116":0.11434,"117":0.00238,"118":0.00238,"119":0.02144,"120":0.00238,"121":0.04288,"122":0.04049,"123":0.00238,"124":0.02382,"125":0.00238,"126":0.02382,"127":0.19294,"128":0.07861,"129":0.00476,"130":0.10004,"131":0.71936,"132":4.78067,"133":5.37617,"134":0.00238,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 40 41 42 43 44 45 46 48 51 52 53 54 55 56 57 58 59 60 62 63 64 66 67 68 69 70 72 73 74 76 78 80 81 83 84 86 89 90 93 95 96 97 98 99 100 101 107 111 112 115 135 136"},F:{"40":0.00476,"46":0.00715,"87":0.00476,"95":0.00476,"106":0.00238,"113":0.00238,"114":0.0667,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.00238,"83":0.00953,"89":0.00238,"94":0.00238,"109":0.0262,"110":0.00238,"112":0.00238,"113":0.01191,"120":0.01191,"122":0.00953,"123":0.00238,"124":0.00238,"125":0.00476,"126":0.00715,"128":0.02144,"129":0.01191,"130":0.03097,"131":0.06908,"132":1.51257,"133":2.01994,_:"12 13 15 16 17 18 79 80 81 84 85 86 87 88 90 91 92 93 95 96 97 98 99 100 101 102 103 104 105 106 107 108 111 114 115 116 117 118 119 121 127"},E:{"14":0.00238,"15":0.00476,_:"0 4 5 6 7 8 9 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1","12.1":0.01191,"13.1":0.01429,"14.1":0.07146,"15.1":0.00238,"15.2-15.3":0.00238,"15.4":0.00476,"15.5":0.00476,"15.6":0.13577,"16.0":0.02858,"16.1":0.04288,"16.2":0.05955,"16.3":0.01191,"16.4":0.03335,"16.5":0.02858,"16.6":0.17627,"17.0":0.01429,"17.1":0.09766,"17.2":0.04049,"17.3":0.01429,"17.4":0.05002,"17.5":0.15721,"17.6":0.35968,"18.0":0.04049,"18.1":0.3573,"18.2":0.10004,"18.3":0.60503,"18.4":0.00238},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00243,"5.0-5.1":0.00121,"6.0-6.1":0.00728,"7.0-7.1":0.00607,"8.1-8.4":0,"9.0-9.2":0.00243,"9.3":0.01821,"10.0-10.2":0.00243,"10.3":0.02792,"11.0-11.2":0.09588,"11.3-11.4":0.0085,"12.0-12.1":0.00485,"12.2-12.5":0.12865,"13.0-13.1":0.00243,"13.2":0.00364,"13.3":0.00485,"13.4-13.7":0.01821,"14.0-14.4":0.04005,"14.5-14.8":0.05583,"15.0-15.1":0.02913,"15.2-15.3":0.02913,"15.4":0.0352,"15.5":0.04005,"15.6-15.8":0.49641,"16.0":0.07161,"16.1":0.14929,"16.2":0.07525,"16.3":0.13594,"16.4":0.03034,"16.5":0.05704,"16.6-16.7":0.59108,"17.0":0.03641,"17.1":0.06433,"17.2":0.05098,"17.3":0.07161,"17.4":0.14807,"17.5":0.35197,"17.6-17.7":1.15788,"18.0":0.34105,"18.1":3.13258,"18.2":1.00738,"18.3":3.59014,"18.4":0.00728},P:{"20":0.14787,"21":0.02112,"22":0.02112,"23":0.01056,"24":0.05281,"25":0.0845,"26":0.10562,"27":2.43984,_:"4 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 12.0 13.0 14.0 15.0 16.0 17.0 18.0","11.1-11.2":0.01056,"19.0":0.02112},I:{"0":0.26613,"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.00032},K:{"0":0.06095,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00238,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":60.5548},R:{_:"0"},M:{"0":0.93714},Q:{_:"14.9"},O:{"0":0.01524},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"64":0.00595,"68":0.0119,"109":0.13092,"114":0.04166,"115":0.62486,"118":0.00595,"128":0.00595,"131":0.00595,"132":1.48775,"133":0.01785,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 65 66 67 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 110 111 112 113 116 117 119 120 121 122 123 124 125 126 127 129 130 134 135 136 3.5 3.6"},D:{"47":0.00595,"58":0.00595,"70":0.00595,"79":0.01785,"83":0.09522,"87":0.00595,"89":0.0119,"90":0.01785,"92":0.01785,"93":0.0119,"103":0.00595,"105":0.00595,"109":1.06523,"114":0.00595,"118":0.00595,"119":0.0238,"121":0.00595,"123":0.00595,"126":0.02976,"127":0.00595,"128":0.00595,"129":0.02976,"130":3.17783,"131":1.83291,_:"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 59 60 61 62 63 64 65 66 67 68 69 71 72 73 74 75 76 77 78 80 81 84 85 86 88 91 94 95 96 97 98 99 100 101 102 104 106 107 108 110 111 112 113 115 116 117 120 122 124 125 132 133 134"},F:{"95":0.07141,"114":0.10117,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.0119,"84":0.00595,"92":0.23804,"109":0.01785,"116":0.00595,"119":1.33898,"120":0.03571,"121":0.56535,"122":1.05333,"124":0.96406,"125":0.03571,"126":0.00595,"127":0.83909,"128":0.607,"129":2.26733,"130":24.57763,"131":15.65113,_:"12 13 14 15 16 17 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 110 111 112 113 114 115 117 118 123"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 16.6 17.0 17.2 17.3 17.4 18.0 18.2","15.6":0.0119,"17.1":0.00595,"17.5":0.00595,"17.6":0.00595,"18.1":0.00595},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00072,"5.0-5.1":0,"6.0-6.1":0.0029,"7.0-7.1":0.00362,"8.1-8.4":0,"9.0-9.2":0.0029,"9.3":0.01015,"10.0-10.2":0.00217,"10.3":0.01667,"11.0-11.2":0.19569,"11.3-11.4":0.00507,"12.0-12.1":0.0029,"12.2-12.5":0.0761,"13.0-13.1":0.00145,"13.2":0.01957,"13.3":0.0029,"13.4-13.7":0.01087,"14.0-14.4":0.02392,"14.5-14.8":0.03406,"15.0-15.1":0.01957,"15.2-15.3":0.01812,"15.4":0.02174,"15.5":0.02537,"15.6-15.8":0.27179,"16.0":0.05146,"16.1":0.10872,"16.2":0.05508,"16.3":0.0935,"16.4":0.01884,"16.5":0.03769,"16.6-16.7":0.35659,"17.0":0.02609,"17.1":0.04349,"17.2":0.03624,"17.3":0.05508,"17.4":0.11814,"17.5":0.35296,"17.6-17.7":3.04911,"18.0":1.08136,"18.1":0.95017,"18.2":0.03841},P:{"4":0.03124,"22":0.03124,"24":0.01041,"25":0.01041,"26":0.26029,"27":0.07288,_:"20 21 23 5.0-5.4 6.2-6.4 8.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.01041,"9.2":0.01041},I:{"0":0.02424,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00003},A:{_:"6 7 8 9 10 11 5.5"},K:{"0":0.23484,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":1.24304,_:"3.0-3.1"},J:{_:"7 10"},Q:{"14.9":0.00405},O:{"0":0.10123},H:{"0":0},L:{"0":33.30893},R:{_:"0"},M:{"0":0.00405}};
1
+ module.exports={C:{"115":0.02658,"118":0.05315,"128":0.01063,"131":0.00532,"134":0.05847,"135":0.43052,_:"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 119 120 121 122 123 124 125 126 127 129 130 132 133 136 137 138 3.5 3.6"},D:{"11":0.01063,"79":0.01595,"81":0.00532,"83":0.03721,"89":0.01063,"90":0.00532,"103":0.00532,"109":1.19056,"110":0.01595,"114":0.00532,"116":0.00532,"119":0.01595,"120":0.02126,"121":0.00532,"122":0.00532,"126":0.07973,"131":0.18071,"132":3.96499,"133":1.83899,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 84 85 86 87 88 91 92 93 94 95 96 97 98 99 100 101 102 104 105 106 107 108 111 112 113 115 117 118 123 124 125 127 128 129 130 134 135 136"},F:{"40":0.00532,"87":0.00532,"95":0.00532,"114":0.01595,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00532,"91":0.00532,"92":0.01595,"109":0.02126,"119":0.66969,"120":0.01595,"122":0.3189,"124":0.72284,"127":0.61123,"128":0.40926,"129":0.74942,"130":0.76536,"131":1.7008,"132":17.11962,"133":17.87966,_:"12 13 14 15 16 17 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 110 111 112 113 114 115 116 117 118 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 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 16.6 17.0 17.1 17.3 17.4 18.2 18.4","15.6":0.00532,"17.2":0.00532,"17.5":0.02126,"17.6":0.02126,"18.0":0.02126,"18.1":0.00532,"18.3":0.01063},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00172,"5.0-5.1":0.00086,"6.0-6.1":0.00515,"7.0-7.1":0.00429,"8.1-8.4":0,"9.0-9.2":0.00172,"9.3":0.01286,"10.0-10.2":0.00172,"10.3":0.01972,"11.0-11.2":0.06775,"11.3-11.4":0.006,"12.0-12.1":0.00343,"12.2-12.5":0.0909,"13.0-13.1":0.00172,"13.2":0.00257,"13.3":0.00343,"13.4-13.7":0.01286,"14.0-14.4":0.0283,"14.5-14.8":0.03945,"15.0-15.1":0.02058,"15.2-15.3":0.02058,"15.4":0.02487,"15.5":0.0283,"15.6-15.8":0.35073,"16.0":0.05059,"16.1":0.10548,"16.2":0.05317,"16.3":0.09604,"16.4":0.02144,"16.5":0.0403,"16.6-16.7":0.41762,"17.0":0.02573,"17.1":0.04545,"17.2":0.03602,"17.3":0.05059,"17.4":0.10462,"17.5":0.24869,"17.6-17.7":0.81809,"18.0":0.24097,"18.1":2.21331,"18.2":0.71176,"18.3":2.5366,"18.4":0.00515},P:{"4":0.03173,"21":0.14808,"25":0.01058,"26":0.01058,"27":0.14808,_:"20 22 23 24 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 12.0 14.0 15.0 16.0 17.0 18.0 19.0","11.1-11.2":0.01058,"13.0":0.01058},I:{"0":0.03274,"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.16401,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},S:{"2.5":0.64198,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":40.04766},R:{_:"0"},M:{"0":0.0328},Q:{_:"14.9"},O:{"0":0.02343},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"28":0.00593,"52":0.32604,"68":0.21341,"78":0.01186,"83":0.00593,"86":0.02371,"88":0.02964,"102":0.01186,"103":0.00593,"105":0.41496,"106":0.00593,"108":0.00593,"109":0.00593,"112":0.02371,"113":0.00593,"115":1.73098,"116":0.00593,"118":0.00593,"122":0.00593,"123":0.00593,"124":0.00593,"125":0.03557,"126":0.01186,"127":0.01778,"128":0.05335,"129":0.02371,"130":0.02371,"131":0.16598,"132":3.8532,"133":0.37346,"134":0.01186,_:"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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 69 70 71 72 73 74 75 76 77 79 80 81 82 84 85 87 89 90 91 92 93 94 95 96 97 98 99 100 101 104 107 110 111 114 117 119 120 121 135 136 3.5 3.6"},D:{"47":0.21341,"49":0.02964,"57":0.05928,"68":0.37346,"69":0.01186,"73":0.12449,"76":0.01778,"77":0.00593,"79":0.05928,"80":0.00593,"81":0.01186,"83":0.00593,"86":0.00593,"87":0.02964,"88":0.0415,"89":0.02371,"90":0.00593,"91":0.00593,"94":0.01186,"95":0.00593,"96":0.00593,"97":0.00593,"99":0.00593,"101":0.01778,"102":0.17784,"103":0.05928,"104":0.01186,"105":0.03557,"106":0.00593,"107":0.01186,"108":0.01186,"109":6.4793,"110":0.01186,"111":0.00593,"112":0.00593,"113":0.02371,"114":0.05335,"115":0.00593,"116":0.10078,"117":0.00593,"118":0.01186,"119":0.01778,"120":0.04742,"121":0.02964,"122":0.11856,"123":0.03557,"124":0.11856,"125":0.0415,"126":0.07706,"127":0.21341,"128":0.13634,"129":0.66394,"130":18.56057,"131":12.18204,"132":0.00593,"133":0.00593,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 48 50 51 52 53 54 55 56 58 59 60 61 62 63 64 65 66 67 70 71 72 74 75 78 84 85 92 93 98 100 134"},F:{"31":0.56909,"40":0.61058,"46":0.42089,"77":0.01186,"85":0.01778,"95":0.06521,"102":0.00593,"113":0.05928,"114":1.2271,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 32 33 34 35 36 37 38 39 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 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 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"17":0.32604,"109":0.08299,"121":0.00593,"122":0.00593,"124":0.00593,"125":0.00593,"126":0.01186,"127":0.01186,"128":0.01186,"129":0.04742,"130":2.72095,"131":1.81397,_:"12 13 14 15 16 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 123"},E:{"12":0.01186,"14":0.00593,_:"0 4 5 6 7 8 9 10 11 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.1 15.2-15.3","12.1":0.00593,"13.1":0.02964,"14.1":0.0415,"15.4":0.21341,"15.5":0.01186,"15.6":0.15413,"16.0":0.01186,"16.1":0.01186,"16.2":0.01186,"16.3":0.02371,"16.4":0.01186,"16.5":0.02964,"16.6":0.15413,"17.0":0.00593,"17.1":0.02371,"17.2":0.02371,"17.3":0.01778,"17.4":0.03557,"17.5":0.09485,"17.6":0.45646,"18.0":0.19562,"18.1":0.37346,"18.2":0.00593},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00077,"5.0-5.1":0,"6.0-6.1":0.00308,"7.0-7.1":0.00385,"8.1-8.4":0,"9.0-9.2":0.00308,"9.3":0.01077,"10.0-10.2":0.00231,"10.3":0.01769,"11.0-11.2":0.20768,"11.3-11.4":0.00538,"12.0-12.1":0.00308,"12.2-12.5":0.08077,"13.0-13.1":0.00154,"13.2":0.02077,"13.3":0.00308,"13.4-13.7":0.01154,"14.0-14.4":0.02538,"14.5-14.8":0.03615,"15.0-15.1":0.02077,"15.2-15.3":0.01923,"15.4":0.02308,"15.5":0.02692,"15.6-15.8":0.28845,"16.0":0.05461,"16.1":0.11538,"16.2":0.05846,"16.3":0.09923,"16.4":0.02,"16.5":0.04,"16.6-16.7":0.37845,"17.0":0.02769,"17.1":0.04615,"17.2":0.03846,"17.3":0.05846,"17.4":0.12538,"17.5":0.3746,"17.6-17.7":3.23603,"18.0":1.14765,"18.1":1.00842,"18.2":0.04077},P:{"4":0.26645,"20":0.01066,"21":0.06395,"22":0.02132,"23":0.02132,"24":0.03197,"25":0.03197,"26":0.8846,"27":0.70342,"5.0-5.4":0.01066,"6.2-6.4":0.01066,_:"7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 17.0 18.0","16.0":0.02132,"19.0":0.01066},I:{"0":0.05282,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00002,"4.4":0,"4.4.3-4.4.4":0.00007},A:{"11":0.24898,_:"6 7 8 9 10 5.5"},K:{"0":0.25246,_:"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.00407},O:{"0":0.04886},H:{"0":0},L:{"0":30.84355},R:{_:"0"},M:{"0":0.41127}};
1
+ module.exports={C:{"45":0.01148,"52":0.18942,"68":0.21238,"71":0.00574,"78":0.00574,"88":0.00574,"89":0.04018,"102":0.00574,"105":0.29274,"113":0.00574,"114":0.00574,"115":1.09634,"124":0.00574,"125":0.01722,"126":0.00574,"127":0.01148,"128":0.05166,"129":0.00574,"130":0.00574,"131":0.01148,"132":0.02296,"133":0.0574,"134":0.90692,"135":3.4153,"136":0.00574,"137":0.01722,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 69 70 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 90 91 92 93 94 95 96 97 98 99 100 101 103 104 106 107 108 109 110 111 112 116 117 118 119 120 121 122 123 138 3.5 3.6"},D:{"47":0.20664,"49":0.04018,"57":0.04592,"58":0.00574,"68":0.25256,"73":0.19516,"76":0.01722,"78":0.00574,"79":0.05166,"81":0.00574,"86":0.00574,"87":0.0287,"88":0.5166,"89":0.03444,"91":0.0574,"93":0.00574,"94":0.00574,"95":0.00574,"97":0.00574,"100":0.00574,"101":0.01148,"102":0.16646,"103":0.08036,"104":0.00574,"105":0.0287,"106":0.01148,"107":0.00574,"108":0.01148,"109":5.7113,"110":0.01148,"111":0.01148,"112":0.00574,"113":0.01722,"114":0.0287,"115":0.01148,"116":0.08036,"118":0.01148,"119":0.01722,"120":0.01722,"121":0.02296,"122":0.0861,"123":0.01722,"124":0.10332,"125":0.0287,"126":0.08036,"127":0.01148,"128":0.08036,"129":0.04018,"130":0.0861,"131":1.10782,"132":15.56114,"133":14.28112,"134":0.01148,"135":0.00574,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 48 50 51 52 53 54 55 56 59 60 61 62 63 64 65 66 67 69 70 71 72 74 75 77 80 83 84 85 90 92 96 98 99 117 136"},F:{"31":0.52808,"36":0.01148,"40":0.57974,"46":0.39032,"79":0.06314,"85":0.00574,"87":0.0287,"95":0.09184,"114":0.0861,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 32 33 34 35 37 38 39 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 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.00574,"109":0.0574,"117":0.00574,"124":0.00574,"125":0.00574,"126":0.01722,"127":0.00574,"128":0.00574,"129":0.00574,"130":0.01722,"131":0.13202,"132":2.14676,"133":3.01924,_:"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 118 119 120 121 122 123"},E:{"12":0.00574,"14":0.00574,_:"0 4 5 6 7 8 9 10 11 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.1 15.2-15.3 18.4","12.1":0.01148,"13.1":0.01722,"14.1":0.02296,"15.4":0.18942,"15.5":0.01722,"15.6":0.1148,"16.0":0.01148,"16.1":0.01148,"16.2":0.00574,"16.3":0.01722,"16.4":0.00574,"16.5":0.0287,"16.6":0.1148,"17.0":0.00574,"17.1":0.04018,"17.2":0.01722,"17.3":0.01722,"17.4":0.0287,"17.5":0.07462,"17.6":0.19516,"18.0":0.03444,"18.1":0.2009,"18.2":0.12628,"18.3":0.53956},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00152,"5.0-5.1":0.00076,"6.0-6.1":0.00457,"7.0-7.1":0.00381,"8.1-8.4":0,"9.0-9.2":0.00152,"9.3":0.01142,"10.0-10.2":0.00152,"10.3":0.01751,"11.0-11.2":0.06014,"11.3-11.4":0.00533,"12.0-12.1":0.00305,"12.2-12.5":0.08069,"13.0-13.1":0.00152,"13.2":0.00228,"13.3":0.00305,"13.4-13.7":0.01142,"14.0-14.4":0.02512,"14.5-14.8":0.03502,"15.0-15.1":0.01827,"15.2-15.3":0.01827,"15.4":0.02208,"15.5":0.02512,"15.6-15.8":0.31136,"16.0":0.04491,"16.1":0.09364,"16.2":0.0472,"16.3":0.08526,"16.4":0.01903,"16.5":0.03578,"16.6-16.7":0.37073,"17.0":0.02284,"17.1":0.04035,"17.2":0.03197,"17.3":0.04491,"17.4":0.09287,"17.5":0.22077,"17.6-17.7":0.72624,"18.0":0.21391,"18.1":1.96482,"18.2":0.63185,"18.3":2.25181,"18.4":0.00457},P:{"4":0.22614,"20":0.01077,"21":0.03231,"22":0.01077,"23":0.03231,"24":0.03231,"25":0.02154,"26":0.05384,"27":1.48603,"5.0-5.4":0.01077,_:"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 17.0 18.0 19.0","16.0":0.02154},I:{"0":0.08928,"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.00011},K:{"0":0.2556,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.21812,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":33.14284},R:{_:"0"},M:{"0":0.40044},Q:{"14.9":0.00426},O:{"0":0.05112},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"78":0.00314,"88":0.00314,"106":0.00314,"115":0.09746,"118":0.00314,"120":0.01258,"123":0.00314,"125":0.00314,"127":0.00943,"128":0.0283,"129":0.00314,"130":0.01572,"131":0.05974,"132":1.04381,"133":0.11004,_:"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 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 119 121 122 124 126 134 135 136 3.5 3.6"},D:{"11":0.00314,"55":0.00314,"73":0.00629,"74":0.00314,"75":0.00314,"76":0.01258,"78":0.04402,"79":0.02515,"84":0.00314,"86":0.00943,"87":0.02201,"88":0.00629,"91":0.03458,"92":0.00314,"93":0.00314,"94":0.00629,"96":0.00314,"97":0.00629,"98":0.00314,"99":0.00314,"103":0.0283,"104":0.00314,"105":0.01886,"106":0.00314,"107":0.00314,"108":0.00629,"109":1.24817,"110":0.00314,"111":0.00943,"112":0.00314,"113":0.00314,"114":0.01258,"115":0.00629,"116":0.0786,"117":0.00629,"118":0.00629,"119":0.01258,"120":0.04087,"121":0.02201,"122":0.06917,"123":0.02201,"124":0.17921,"125":0.0283,"126":0.05974,"127":0.05974,"128":0.14777,"129":0.45902,"130":10.69589,"131":7.23749,"132":0.00314,"133":0.00314,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 77 80 81 83 85 89 90 95 100 101 102 134"},F:{"85":0.01572,"95":0.01572,"102":0.00629,"103":0.00314,"110":0.00314,"112":0.00314,"113":0.10061,"114":1.47139,_:"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 104 105 106 107 108 109 111 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00314,"92":0.00943,"107":0.00314,"109":0.01258,"112":0.00314,"113":0.00314,"114":0.00314,"116":0.00629,"117":0.00629,"118":0.00314,"120":0.00314,"121":0.00314,"122":0.00314,"123":0.00314,"124":0.00629,"125":0.00629,"126":0.00943,"127":0.00943,"128":0.02201,"129":0.05345,"130":1.59086,"131":1.19158,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 108 110 111 115 119"},E:{"14":0.00314,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 15.1","5.1":0.00314,"13.1":0.03144,"14.1":0.01886,"15.2-15.3":0.00314,"15.4":0.00314,"15.5":0.00314,"15.6":0.05974,"16.0":0.00629,"16.1":0.02201,"16.2":0.00943,"16.3":0.02515,"16.4":0.00943,"16.5":0.01258,"16.6":0.1069,"17.0":0.00943,"17.1":0.01572,"17.2":0.01258,"17.3":0.01886,"17.4":0.02515,"17.5":0.14462,"17.6":0.50618,"18.0":0.36156,"18.1":0.42444,"18.2":0.01572},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00141,"5.0-5.1":0,"6.0-6.1":0.00565,"7.0-7.1":0.00706,"8.1-8.4":0,"9.0-9.2":0.00565,"9.3":0.01976,"10.0-10.2":0.00423,"10.3":0.03246,"11.0-11.2":0.38109,"11.3-11.4":0.00988,"12.0-12.1":0.00565,"12.2-12.5":0.1482,"13.0-13.1":0.00282,"13.2":0.03811,"13.3":0.00565,"13.4-13.7":0.02117,"14.0-14.4":0.04658,"14.5-14.8":0.06634,"15.0-15.1":0.03811,"15.2-15.3":0.03529,"15.4":0.04234,"15.5":0.0494,"15.6-15.8":0.52929,"16.0":0.10021,"16.1":0.21172,"16.2":0.10727,"16.3":0.18208,"16.4":0.0367,"16.5":0.0734,"16.6-16.7":0.69443,"17.0":0.05081,"17.1":0.08469,"17.2":0.07057,"17.3":0.10727,"17.4":0.23007,"17.5":0.68737,"17.6-17.7":5.93795,"18.0":2.10588,"18.1":1.8504,"18.2":0.07481},P:{"4":0.03073,"20":0.01024,"21":0.03073,"22":0.0717,"23":0.04097,"24":0.0717,"25":0.05121,"26":1.60813,"27":1.53643,_:"5.0-5.4 8.2 9.2 10.1 12.0 13.0 14.0 15.0 16.0","6.2-6.4":0.01024,"7.2-7.4":0.04097,"11.1-11.2":0.01024,"17.0":0.01024,"18.0":0.01024,"19.0":0.01024},I:{"0":0.04788,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00006},A:{"11":0.00629,_:"6 7 8 9 10 5.5"},K:{"0":0.38388,_:"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.03428},H:{"0":0},L:{"0":52.48799},R:{_:"0"},M:{"0":0.29477}};
1
+ module.exports={C:{"48":0.0034,"78":0.0034,"88":0.0034,"115":0.09857,"118":0.0068,"120":0.0102,"127":0.0034,"128":0.0136,"129":0.0034,"130":0.0102,"131":0.0102,"132":0.0068,"133":0.0102,"134":0.22094,"135":1.06049,"136":0.03059,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 119 121 122 123 124 125 126 137 138 3.5 3.6"},D:{"74":0.0034,"75":0.0136,"76":0.0068,"78":0.02379,"79":0.03059,"81":0.0034,"84":0.0034,"86":0.0034,"87":0.017,"88":0.0034,"89":0.0034,"91":0.017,"93":0.0034,"94":0.0034,"101":0.0034,"103":0.04419,"104":0.0034,"105":0.0034,"106":0.0034,"107":0.0034,"108":0.0068,"109":0.74098,"110":0.0034,"111":0.0034,"112":0.0034,"113":0.0034,"114":0.02379,"115":0.0034,"116":0.06458,"117":0.0034,"118":0.0034,"119":0.0136,"120":0.02379,"121":0.02039,"122":0.07138,"123":0.04079,"124":0.13936,"125":0.02719,"126":0.05438,"127":0.02379,"128":0.08498,"129":0.03399,"130":0.07478,"131":0.62542,"132":9.70075,"133":9.76193,"134":0.0102,_:"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 77 80 83 85 90 92 95 96 97 98 99 100 102 135 136"},F:{"46":0.0034,"86":0.0034,"87":0.0136,"95":0.0102,"102":0.0034,"108":0.0034,"113":0.0034,"114":0.12576,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 88 89 90 91 92 93 94 96 97 98 99 100 101 103 104 105 106 107 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"15":0.0034,"92":0.0102,"100":0.0034,"102":0.07818,"109":0.0102,"116":0.0034,"122":0.0034,"123":0.0034,"124":0.0034,"125":0.0034,"126":0.0068,"127":0.0034,"128":0.0068,"129":0.0102,"130":0.0102,"131":0.06458,"132":1.32561,"133":2.0564,_:"12 13 14 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 103 104 105 106 107 108 110 111 112 113 114 115 117 118 119 120 121"},E:{"14":0.02379,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 15.1 18.4","5.1":0.0034,"13.1":0.0136,"14.1":0.0102,"15.2-15.3":0.0034,"15.4":0.0034,"15.5":0.0034,"15.6":0.05778,"16.0":0.0102,"16.1":0.0136,"16.2":0.0102,"16.3":0.02719,"16.4":0.0068,"16.5":0.0136,"16.6":0.06458,"17.0":0.0068,"17.1":0.03739,"17.2":0.0136,"17.3":0.017,"17.4":0.02719,"17.5":0.09857,"17.6":0.20394,"18.0":0.06458,"18.1":0.24133,"18.2":0.15635,"18.3":0.6662},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00259,"5.0-5.1":0.0013,"6.0-6.1":0.00778,"7.0-7.1":0.00648,"8.1-8.4":0,"9.0-9.2":0.00259,"9.3":0.01945,"10.0-10.2":0.00259,"10.3":0.02982,"11.0-11.2":0.10243,"11.3-11.4":0.00908,"12.0-12.1":0.00519,"12.2-12.5":0.13744,"13.0-13.1":0.00259,"13.2":0.00389,"13.3":0.00519,"13.4-13.7":0.01945,"14.0-14.4":0.04279,"14.5-14.8":0.05965,"15.0-15.1":0.03112,"15.2-15.3":0.03112,"15.4":0.0376,"15.5":0.04279,"15.6-15.8":0.53032,"16.0":0.0765,"16.1":0.15949,"16.2":0.08039,"16.3":0.14522,"16.4":0.03242,"16.5":0.06094,"16.6-16.7":0.63146,"17.0":0.0389,"17.1":0.06872,"17.2":0.05446,"17.3":0.0765,"17.4":0.15819,"17.5":0.37602,"17.6-17.7":1.23699,"18.0":0.36435,"18.1":3.34661,"18.2":1.07621,"18.3":3.83544,"18.4":0.00778},P:{"4":0.02037,"20":0.01019,"21":0.01019,"22":0.05093,"23":0.05093,"24":0.07131,"25":0.03056,"26":0.09168,"27":2.91335,_:"5.0-5.4 6.2-6.4 8.2 9.2 10.1 12.0 14.0 15.0 16.0 17.0 18.0","7.2-7.4":0.03056,"11.1-11.2":0.01019,"13.0":0.01019,"19.0":0.01019},I:{"0":0.01977,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00002},K:{"0":0.28389,_:"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.44414},R:{_:"0"},M:{"0":0.21126},Q:{_:"14.9"},O:{"0":0.03961},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.02423,"91":0.00404,"95":0.00404,"111":0.00404,"115":0.02827,"126":0.00404,"127":0.00808,"128":0.02827,"130":0.02019,"131":0.14537,"132":1.18313,"133":0.06865,_:"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 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 112 113 114 116 117 118 119 120 121 122 123 124 125 129 134 135 136 3.5 3.6"},D:{"70":0.00404,"75":0.00404,"77":0.00404,"79":0.01211,"86":0.00404,"87":0.0323,"89":0.00808,"91":0.0323,"93":0.02827,"94":0.00808,"98":0.02827,"99":0.01211,"101":0.00404,"102":0.00404,"103":0.11306,"104":0.00808,"105":0.00808,"106":0.00404,"107":0.00404,"109":0.64608,"112":0.00404,"113":0.00404,"114":0.00404,"115":0.00808,"116":0.05653,"118":0.01211,"119":0.09287,"120":0.02423,"121":0.02827,"122":0.07268,"123":0.00808,"124":0.18979,"125":0.01615,"126":0.17363,"127":0.04442,"128":0.39976,"129":0.99335,"130":11.59714,"131":5.32612,"132":0.03634,_:"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 71 72 73 74 76 78 80 81 83 84 85 88 90 92 95 96 97 100 108 110 111 117 133 134"},F:{"112":0.00404,"113":0.07672,"114":1.21948,_:"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 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.02019,"93":0.00404,"95":0.00404,"98":0.00404,"99":0.00404,"104":0.00404,"109":0.03634,"110":0.00404,"112":0.00404,"121":0.00808,"124":0.00404,"125":0.00404,"126":0.02019,"127":0.00808,"128":0.01211,"129":0.10499,"130":3.77553,"131":2.29358,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 92 94 96 97 100 101 102 103 105 106 107 108 111 113 114 115 116 117 118 119 120 122 123"},E:{"14":0.00808,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1","13.1":0.02019,"14.1":0.05653,"15.1":0.02827,"15.2-15.3":0.02423,"15.4":0.01615,"15.5":0.03634,"15.6":0.30689,"16.0":0.0323,"16.1":0.05653,"16.2":0.13729,"16.3":0.25036,"16.4":0.09287,"16.5":0.13729,"16.6":0.8924,"17.0":0.10095,"17.1":0.0848,"17.2":0.08076,"17.3":0.12922,"17.4":0.30285,"17.5":0.66627,"17.6":4.62351,"18.0":0.60974,"18.1":0.73895,"18.2":0.00404},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00321,"5.0-5.1":0,"6.0-6.1":0.01285,"7.0-7.1":0.01606,"8.1-8.4":0,"9.0-9.2":0.01285,"9.3":0.04496,"10.0-10.2":0.00964,"10.3":0.07387,"11.0-11.2":0.86717,"11.3-11.4":0.02248,"12.0-12.1":0.01285,"12.2-12.5":0.33723,"13.0-13.1":0.00642,"13.2":0.08672,"13.3":0.01285,"13.4-13.7":0.04818,"14.0-14.4":0.10599,"14.5-14.8":0.15095,"15.0-15.1":0.08672,"15.2-15.3":0.08029,"15.4":0.09635,"15.5":0.11241,"15.6-15.8":1.2044,"16.0":0.22803,"16.1":0.48176,"16.2":0.24409,"16.3":0.41431,"16.4":0.0835,"16.5":0.16701,"16.6-16.7":1.58017,"17.0":0.11562,"17.1":0.1927,"17.2":0.16059,"17.3":0.24409,"17.4":0.52351,"17.5":1.56411,"17.6-17.7":13.51175,"18.0":4.7919,"18.1":4.21058,"18.2":0.17022},P:{"4":0.47454,"23":0.03164,"24":0.01055,"25":0.02109,"26":1.73999,"27":1.20218,_:"20 21 22 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 17.0 18.0 19.0","16.0":0.03164},I:{"0":0.00595,"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.01211,_:"6 7 8 9 10 5.5"},K:{"0":0.05962,_:"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.01192},H:{"0":0},L:{"0":23.96265},R:{_:"0"},M:{"0":0.37561}};
1
+ module.exports={C:{"78":0.01724,"115":0.00431,"125":0.15089,"127":0.01293,"128":0.01724,"133":0.00431,"134":0.50008,"135":1.24157,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 126 129 130 131 132 136 137 138 3.5 3.6"},D:{"70":0.01293,"79":0.00862,"84":0.00862,"87":0.01293,"91":0.01293,"93":0.00431,"97":0.00431,"98":0.0388,"99":0.02156,"103":0.0776,"106":0.00431,"108":0.06898,"109":0.79322,"111":0.01293,"115":0.00862,"116":0.05173,"117":0.0388,"119":0.02156,"120":0.18968,"121":0.00431,"122":0.0776,"123":0.01293,"124":0.79322,"125":0.00862,"126":0.18106,"127":0.02156,"128":0.12071,"129":0.09915,"130":0.18968,"131":1.57352,"132":9.31176,"133":8.78151,"134":0.08622,"135":0.00431,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 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 71 72 73 74 75 76 77 78 80 81 83 85 86 88 89 90 92 94 95 96 100 101 102 104 105 107 110 112 113 114 118 136"},F:{"114":0.21986,_:"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:{"18":0.01293,"93":0.00431,"98":0.00862,"109":0.0388,"124":0.00431,"125":0.00431,"127":0.00431,"128":0.01293,"129":0.00431,"130":0.06467,"131":0.22417,"132":2.76766,"133":3.75488,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 92 94 95 96 97 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 122 123 126"},E:{"14":0.00431,_:"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 18.4","13.1":0.01293,"14.1":0.03449,"15.1":0.03449,"15.2-15.3":0.02587,"15.4":0.00862,"15.5":0.00431,"15.6":0.44403,"16.0":0.00431,"16.1":0.08191,"16.2":0.10346,"16.3":0.21986,"16.4":0.06467,"16.5":0.18537,"16.6":1.26312,"17.0":0.07329,"17.1":0.34488,"17.2":0.10778,"17.3":0.20262,"17.4":0.44834,"17.5":0.56474,"17.6":2.50469,"18.0":0.12502,"18.1":0.88807,"18.2":0.35781,"18.3":1.16397},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00531,"5.0-5.1":0.00266,"6.0-6.1":0.01594,"7.0-7.1":0.01329,"8.1-8.4":0,"9.0-9.2":0.00531,"9.3":0.03986,"10.0-10.2":0.00531,"10.3":0.06112,"11.0-11.2":0.20992,"11.3-11.4":0.0186,"12.0-12.1":0.01063,"12.2-12.5":0.28167,"13.0-13.1":0.00531,"13.2":0.00797,"13.3":0.01063,"13.4-13.7":0.03986,"14.0-14.4":0.08769,"14.5-14.8":0.12223,"15.0-15.1":0.06377,"15.2-15.3":0.06377,"15.4":0.07706,"15.5":0.08769,"15.6-15.8":1.08681,"16.0":0.15678,"16.1":0.32684,"16.2":0.16475,"16.3":0.29761,"16.4":0.06643,"16.5":0.12489,"16.6-16.7":1.29407,"17.0":0.07972,"17.1":0.14083,"17.2":0.1116,"17.3":0.15678,"17.4":0.32418,"17.5":0.7706,"17.6-17.7":2.535,"18.0":0.74668,"18.1":6.85831,"18.2":2.2055,"18.3":7.86009,"18.4":0.01594},P:{"4":0.24243,"21":0.02108,"22":0.02108,"23":0.04216,"25":0.01054,"26":0.06324,"27":2.80377,_:"20 24 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.01054},I:{"0":0.01136,"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.05121,_:"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":27.56885},R:{_:"0"},M:{"0":0.38123},Q:{_:"14.9"},O:{"0":0.02276},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"115":0.10521,"128":0.01169,"131":0.02338,"132":0.12158,"133":0.00234,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 127 129 130 134 135 136 3.5 3.6"},D:{"11":0.0187,"54":0.00234,"70":0.00701,"79":0.00234,"81":0.00701,"83":0.00701,"87":0.00234,"88":0.00935,"89":0.07715,"93":0.03507,"95":0.00234,"100":0.00468,"103":0.03507,"105":0.00234,"106":0.00935,"107":0.00234,"108":0.03039,"109":2.45724,"114":0.00701,"119":0.00701,"120":0.00935,"121":0.00234,"122":0.00468,"123":0.00468,"124":0.00468,"126":0.00701,"127":0.00701,"128":0.12391,"129":0.13794,"130":4.58482,"131":2.50867,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 71 72 73 74 75 76 77 78 80 84 85 86 90 91 92 94 96 97 98 99 101 102 104 110 111 112 113 115 116 117 118 125 132 133 134"},F:{"85":0.00234,"95":0.03273,"104":0.03039,"114":0.09586,_:"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 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00234,"15":0.00234,"18":0.00701,"92":0.05845,"100":0.00701,"109":0.30394,"114":0.00935,"117":0.01169,"120":0.01169,"122":0.07715,"123":0.00935,"126":0.00234,"127":0.00701,"128":0.0678,"129":0.44188,"130":2.38008,"131":2.05043,_:"13 14 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 115 116 118 119 121 124 125"},E:{"14":0.00234,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.1 17.3 17.5","15.6":0.00935,"16.6":0.11456,"17.2":0.03273,"17.4":0.00234,"17.6":0.00234,"18.0":0.03507,"18.1":0.00234,"18.2":0.00234},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00077,"5.0-5.1":0,"6.0-6.1":0.00308,"7.0-7.1":0.00385,"8.1-8.4":0,"9.0-9.2":0.00308,"9.3":0.01077,"10.0-10.2":0.00231,"10.3":0.01769,"11.0-11.2":0.2077,"11.3-11.4":0.00538,"12.0-12.1":0.00308,"12.2-12.5":0.08077,"13.0-13.1":0.00154,"13.2":0.02077,"13.3":0.00308,"13.4-13.7":0.01154,"14.0-14.4":0.02539,"14.5-14.8":0.03616,"15.0-15.1":0.02077,"15.2-15.3":0.01923,"15.4":0.02308,"15.5":0.02692,"15.6-15.8":0.28847,"16.0":0.05462,"16.1":0.11539,"16.2":0.05846,"16.3":0.09924,"16.4":0.02,"16.5":0.04,"16.6-16.7":0.37848,"17.0":0.02769,"17.1":0.04616,"17.2":0.03846,"17.3":0.05846,"17.4":0.12539,"17.5":0.37463,"17.6-17.7":3.2363,"18.0":1.14774,"18.1":1.00851,"18.2":0.04077},P:{"4":0.0314,"20":0.01047,"21":0.01047,"22":0.10465,"23":0.0314,"24":0.04186,"25":0.05233,"26":0.17791,"27":0.05233,_:"5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0","7.2-7.4":0.06279,"17.0":0.01047,"18.0":0.01047,"19.0":0.26163},I:{"0":0.00765,"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.00701,_:"6 7 8 9 10 5.5"},K:{"0":0.15324,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.34479,_:"3.0-3.1"},J:{_:"7 10"},Q:{_:"14.9"},O:{_:"0"},H:{"0":0},L:{"0":74.63571},R:{_:"0"},M:{"0":0.00766}};
1
+ module.exports={C:{"115":0.0043,"134":0.01718,"135":0.03866,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 136 137 138 3.5 3.6"},D:{"46":0.00215,"59":0.0043,"61":0.00859,"64":0.00215,"73":0.00215,"77":0.06444,"79":0.0043,"81":0.0043,"83":0.00215,"87":0.0043,"88":0.00215,"89":0.01718,"93":0.05585,"94":0.00215,"95":0.00215,"96":0.00215,"98":0.058,"99":0.00215,"100":0.0043,"103":0.11599,"106":0.00215,"107":0.00215,"108":0.24487,"109":1.132,"110":0.00215,"116":0.01289,"118":0.00859,"119":0.00644,"120":0.00644,"122":0.09022,"123":0.0043,"124":0.00215,"126":0.03007,"127":0.00644,"128":0.00215,"129":0.01074,"130":0.02792,"131":0.25132,"132":3.73967,"133":3.19837,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 65 66 67 68 69 70 71 72 74 75 76 78 80 84 85 86 90 91 92 97 101 102 104 105 111 112 113 114 115 117 121 125 134 135 136"},F:{"84":0.00215,"95":0.07518,"104":0.0043,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 85 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 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:{"18":0.01074,"81":0.01718,"84":0.0043,"89":0.00215,"90":0.00215,"91":0.00215,"92":0.0043,"100":0.00215,"109":0.08807,"116":0.00215,"117":0.0043,"118":0.0043,"120":0.00215,"122":0.04511,"123":0.00215,"124":0.00215,"125":0.00215,"126":0.02578,"128":0.0043,"129":0.36516,"130":0.08592,"131":0.0494,"132":1.43057,"133":2.78166,_:"12 13 14 15 16 17 79 80 83 85 86 87 88 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 114 115 119 121 127"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.4 16.5 16.6 17.0 17.1 17.2 17.3 17.5 18.1 18.4","15.6":0.01074,"16.2":0.00215,"16.3":0.01074,"17.4":0.00215,"17.6":0.01074,"18.0":0.02363,"18.2":0.02792,"18.3":0.00859},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0016,"5.0-5.1":0.0008,"6.0-6.1":0.00479,"7.0-7.1":0.00399,"8.1-8.4":0,"9.0-9.2":0.0016,"9.3":0.01198,"10.0-10.2":0.0016,"10.3":0.01837,"11.0-11.2":0.06309,"11.3-11.4":0.00559,"12.0-12.1":0.00319,"12.2-12.5":0.08465,"13.0-13.1":0.0016,"13.2":0.0024,"13.3":0.00319,"13.4-13.7":0.01198,"14.0-14.4":0.02635,"14.5-14.8":0.03673,"15.0-15.1":0.01917,"15.2-15.3":0.01917,"15.4":0.02316,"15.5":0.02635,"15.6-15.8":0.32661,"16.0":0.04711,"16.1":0.09822,"16.2":0.04951,"16.3":0.08944,"16.4":0.01996,"16.5":0.03753,"16.6-16.7":0.38889,"17.0":0.02396,"17.1":0.04232,"17.2":0.03354,"17.3":0.04711,"17.4":0.09742,"17.5":0.23158,"17.6-17.7":0.76182,"18.0":0.22439,"18.1":2.06105,"18.2":0.6628,"18.3":2.36211,"18.4":0.00479},P:{"4":0.05192,"20":0.02077,"22":0.03115,"23":0.01038,"24":0.135,"25":0.12462,"26":0.05192,"27":0.22847,_:"21 5.0-5.4 6.2-6.4 8.2 10.1 11.1-11.2 12.0 13.0 14.0 17.0","7.2-7.4":0.03115,"9.2":0.02077,"15.0":0.01038,"16.0":0.01038,"18.0":0.01038,"19.0":0.22847},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.55749,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},S:{"2.5":0.32978,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":75.62273},R:{_:"0"},M:{"0":0.00785},Q:{_:"14.9"},O:{"0":0.00785},H:{"0":0}};