immosquare-cleaner 0.1.64 → 0.1.66

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1315) hide show
  1. checksums.yaml +4 -4
  2. data/lib/immosquare-cleaner/version.rb +1 -1
  3. data/lib/immosquare-cleaner.rb +53 -52
  4. data/lib/tasks/immosquare_cleaner.rake +17 -1
  5. data/linters/eslint.config.mjs +14 -0
  6. data/linters/rubocop/cop/custom_cops/style/font_awesome_normalization.rb +2 -0
  7. data/node_modules/@babel/compat-data/data/plugins.json +6 -7
  8. data/node_modules/@babel/compat-data/package.json +2 -2
  9. data/node_modules/@babel/core/lib/config/files/configuration.js +3 -0
  10. data/node_modules/@babel/core/lib/config/files/configuration.js.map +1 -1
  11. data/node_modules/@babel/core/lib/config/files/module-types.js +74 -63
  12. data/node_modules/@babel/core/lib/config/files/module-types.js.map +1 -1
  13. data/node_modules/@babel/core/lib/config/files/plugins.js +1 -0
  14. data/node_modules/@babel/core/lib/config/files/plugins.js.map +1 -1
  15. data/node_modules/@babel/core/lib/config/partial.js +1 -1
  16. data/node_modules/@babel/core/lib/config/partial.js.map +1 -1
  17. data/node_modules/@babel/core/lib/index.js +1 -2
  18. data/node_modules/@babel/core/lib/index.js.map +1 -1
  19. data/node_modules/@babel/core/lib/parser/index.js.map +1 -1
  20. data/node_modules/@babel/core/lib/transformation/file/babel-7-helpers.cjs +3 -1
  21. data/node_modules/@babel/core/lib/transformation/file/babel-7-helpers.cjs.map +1 -1
  22. data/node_modules/@babel/core/lib/transformation/file/file.js +2 -4
  23. data/node_modules/@babel/core/lib/transformation/file/file.js.map +1 -1
  24. data/node_modules/@babel/core/lib/transformation/normalize-file.js.map +1 -1
  25. data/node_modules/@babel/core/lib/transformation/util/clone-deep.js +27 -7
  26. data/node_modules/@babel/core/lib/transformation/util/clone-deep.js.map +1 -1
  27. data/node_modules/@babel/core/package.json +13 -14
  28. data/node_modules/@babel/generator/lib/generators/classes.js +7 -4
  29. data/node_modules/@babel/generator/lib/generators/classes.js.map +1 -1
  30. data/node_modules/@babel/generator/lib/generators/deprecated.js +28 -0
  31. data/node_modules/@babel/generator/lib/generators/deprecated.js.map +1 -0
  32. data/node_modules/@babel/generator/lib/generators/expressions.js +9 -3
  33. data/node_modules/@babel/generator/lib/generators/expressions.js.map +1 -1
  34. data/node_modules/@babel/generator/lib/generators/jsx.js +6 -1
  35. data/node_modules/@babel/generator/lib/generators/jsx.js.map +1 -1
  36. data/node_modules/@babel/generator/lib/generators/template-literals.js +16 -11
  37. data/node_modules/@babel/generator/lib/generators/template-literals.js.map +1 -1
  38. data/node_modules/@babel/generator/lib/generators/types.js +0 -9
  39. data/node_modules/@babel/generator/lib/generators/types.js.map +1 -1
  40. data/node_modules/@babel/generator/lib/generators/typescript.js +36 -18
  41. data/node_modules/@babel/generator/lib/generators/typescript.js.map +1 -1
  42. data/node_modules/@babel/generator/lib/node/parentheses.js +40 -3
  43. data/node_modules/@babel/generator/lib/node/parentheses.js.map +1 -1
  44. data/node_modules/@babel/generator/lib/printer.js +4 -3
  45. data/node_modules/@babel/generator/lib/printer.js.map +1 -1
  46. data/node_modules/@babel/generator/package.json +5 -5
  47. data/node_modules/@babel/helper-compilation-targets/lib/index.js +1 -1
  48. data/node_modules/@babel/helper-compilation-targets/lib/index.js.map +1 -1
  49. data/node_modules/@babel/helper-compilation-targets/package.json +2 -2
  50. data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js +1 -9
  51. data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js.map +1 -1
  52. data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js +9 -0
  53. data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js.map +1 -1
  54. data/node_modules/@babel/helper-create-class-features-plugin/lib/features.js +1 -1
  55. data/node_modules/@babel/helper-create-class-features-plugin/lib/features.js.map +1 -1
  56. data/node_modules/@babel/helper-create-class-features-plugin/lib/index.js +8 -8
  57. data/node_modules/@babel/helper-create-class-features-plugin/lib/index.js.map +1 -1
  58. data/node_modules/@babel/helper-create-class-features-plugin/package.json +5 -5
  59. data/node_modules/@babel/helper-plugin-utils/lib/index.js.map +1 -1
  60. data/node_modules/@babel/helper-plugin-utils/package.json +2 -2
  61. data/node_modules/@babel/helper-replace-supers/lib/index.js.map +1 -1
  62. data/node_modules/@babel/helper-replace-supers/package.json +3 -3
  63. data/node_modules/@babel/helpers/lib/helpers/asyncIterator.js.map +1 -1
  64. data/node_modules/@babel/helpers/lib/helpers/isNativeFunction.js.map +1 -1
  65. data/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js +1 -1
  66. data/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js.map +1 -1
  67. data/node_modules/@babel/helpers/lib/helpers/objectWithoutPropertiesLoose.js +1 -1
  68. data/node_modules/@babel/helpers/lib/helpers/objectWithoutPropertiesLoose.js.map +1 -1
  69. data/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js +7 -3
  70. data/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js.map +1 -1
  71. data/node_modules/@babel/helpers/lib/helpers-generated.js +3 -3
  72. data/node_modules/@babel/helpers/lib/helpers-generated.js.map +1 -1
  73. data/node_modules/@babel/helpers/package.json +5 -5
  74. data/node_modules/@babel/parser/lib/index.js +426 -236
  75. data/node_modules/@babel/parser/lib/index.js.map +1 -1
  76. data/node_modules/@babel/parser/package.json +2 -2
  77. data/node_modules/@babel/parser/typings/babel-parser.d.ts +127 -164
  78. data/node_modules/@babel/plugin-transform-flow-strip-types/lib/index.js +6 -0
  79. data/node_modules/@babel/plugin-transform-flow-strip-types/lib/index.js.map +1 -1
  80. data/node_modules/@babel/plugin-transform-flow-strip-types/package.json +4 -4
  81. data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/lib/index.js +3 -2
  82. data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/lib/index.js.map +1 -1
  83. data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/package.json +3 -3
  84. data/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js +3 -1
  85. data/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js.map +1 -1
  86. data/node_modules/@babel/plugin-transform-typescript/lib/enum.js +24 -11
  87. data/node_modules/@babel/plugin-transform-typescript/lib/enum.js.map +1 -1
  88. data/node_modules/@babel/plugin-transform-typescript/lib/index.js +38 -9
  89. data/node_modules/@babel/plugin-transform-typescript/lib/index.js.map +1 -1
  90. data/node_modules/@babel/plugin-transform-typescript/lib/namespace.js +2 -0
  91. data/node_modules/@babel/plugin-transform-typescript/lib/namespace.js.map +1 -1
  92. data/node_modules/@babel/plugin-transform-typescript/package.json +5 -5
  93. data/node_modules/@babel/template/lib/options.js.map +1 -1
  94. data/node_modules/@babel/template/lib/parse.js.map +1 -1
  95. data/node_modules/@babel/template/package.json +4 -4
  96. data/node_modules/@babel/traverse/lib/cache.js +4 -5
  97. data/node_modules/@babel/traverse/lib/cache.js.map +1 -1
  98. data/node_modules/@babel/traverse/lib/path/conversion.js +1 -2
  99. data/node_modules/@babel/traverse/lib/path/conversion.js.map +1 -1
  100. data/node_modules/@babel/traverse/lib/path/evaluation.js +17 -0
  101. data/node_modules/@babel/traverse/lib/path/evaluation.js.map +1 -1
  102. data/node_modules/@babel/traverse/lib/path/lib/hoister.js.map +1 -1
  103. data/node_modules/@babel/traverse/lib/path/modification.js +1 -1
  104. data/node_modules/@babel/traverse/lib/path/modification.js.map +1 -1
  105. data/node_modules/@babel/traverse/lib/path/replacement.js.map +1 -1
  106. data/node_modules/@babel/traverse/lib/scope/index.js +9 -2
  107. data/node_modules/@babel/traverse/lib/scope/index.js.map +1 -1
  108. data/node_modules/@babel/traverse/lib/visitors.js +1 -1
  109. data/node_modules/@babel/traverse/lib/visitors.js.map +1 -1
  110. data/node_modules/@babel/traverse/package.json +6 -6
  111. data/node_modules/@babel/types/lib/asserts/generated/index.js +8 -0
  112. data/node_modules/@babel/types/lib/asserts/generated/index.js.map +1 -1
  113. data/node_modules/@babel/types/lib/ast-types/generated/index.js.map +1 -1
  114. data/node_modules/@babel/types/lib/builders/generated/index.js +22 -2858
  115. data/node_modules/@babel/types/lib/builders/generated/index.js.map +1 -1
  116. data/node_modules/@babel/types/lib/builders/generated/lowercase.js +2886 -0
  117. data/node_modules/@babel/types/lib/builders/generated/lowercase.js.map +1 -0
  118. data/node_modules/@babel/types/lib/builders/generated/uppercase.js +267 -255
  119. data/node_modules/@babel/types/lib/builders/generated/uppercase.js.map +1 -1
  120. data/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js.map +1 -1
  121. data/node_modules/@babel/types/lib/converters/toSequenceExpression.js.map +1 -1
  122. data/node_modules/@babel/types/lib/definitions/core.js +26 -17
  123. data/node_modules/@babel/types/lib/definitions/core.js.map +1 -1
  124. data/node_modules/@babel/types/lib/definitions/flow.js +6 -3
  125. data/node_modules/@babel/types/lib/definitions/flow.js.map +1 -1
  126. data/node_modules/@babel/types/lib/definitions/jsx.js +9 -4
  127. data/node_modules/@babel/types/lib/definitions/jsx.js.map +1 -1
  128. data/node_modules/@babel/types/lib/definitions/typescript.js +51 -26
  129. data/node_modules/@babel/types/lib/definitions/typescript.js.map +1 -1
  130. data/node_modules/@babel/types/lib/definitions/utils.js +2 -2
  131. data/node_modules/@babel/types/lib/definitions/utils.js.map +1 -1
  132. data/node_modules/@babel/types/lib/index-legacy.d.ts +27 -7
  133. data/node_modules/@babel/types/lib/index.d.ts +1178 -1156
  134. data/node_modules/@babel/types/lib/index.js +10 -21
  135. data/node_modules/@babel/types/lib/index.js.flow +26 -6
  136. data/node_modules/@babel/types/lib/index.js.map +1 -1
  137. data/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js +9 -8
  138. data/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js.map +1 -1
  139. data/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js +1 -0
  140. data/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js.map +1 -1
  141. data/node_modules/@babel/types/lib/validators/generated/index.js +17 -0
  142. data/node_modules/@babel/types/lib/validators/generated/index.js.map +1 -1
  143. data/node_modules/@babel/types/package.json +12 -12
  144. data/node_modules/@eslint-community/eslint-utils/index.js +21 -1
  145. data/node_modules/@eslint-community/eslint-utils/index.js.map +1 -1
  146. data/node_modules/@eslint-community/eslint-utils/index.mjs +21 -1
  147. data/node_modules/@eslint-community/eslint-utils/index.mjs.map +1 -1
  148. data/node_modules/@eslint-community/eslint-utils/package.json +1 -1
  149. data/node_modules/acorn/CHANGELOG.md +12 -0
  150. data/node_modules/acorn/dist/acorn.js +33 -24
  151. data/node_modules/acorn/dist/acorn.mjs +33 -24
  152. data/node_modules/acorn/package.json +1 -1
  153. data/node_modules/async-function/CHANGELOG.md +16 -0
  154. data/node_modules/{jscodeshift → async-function}/LICENSE +1 -1
  155. data/node_modules/async-function/README.md +51 -0
  156. data/node_modules/async-function/index.d.mts +3 -0
  157. data/node_modules/async-function/index.d.ts +13 -0
  158. data/node_modules/async-function/index.js +8 -0
  159. data/node_modules/async-function/index.mjs +4 -0
  160. data/node_modules/async-function/legacy.js +18 -0
  161. data/node_modules/async-function/package.json +86 -0
  162. data/node_modules/async-function/require.mjs +5 -0
  163. data/node_modules/async-function/test/index.js +40 -0
  164. data/node_modules/async-function/tsconfig.json +9 -0
  165. data/node_modules/browserslist/index.js +23 -4
  166. data/node_modules/browserslist/node.js +69 -60
  167. data/node_modules/browserslist/package.json +1 -1
  168. data/node_modules/call-bind-apply-helpers/CHANGELOG.md +7 -0
  169. data/node_modules/call-bind-apply-helpers/index.d.ts +38 -20
  170. data/node_modules/call-bind-apply-helpers/index.js +1 -1
  171. data/node_modules/call-bind-apply-helpers/package.json +8 -8
  172. data/node_modules/call-bind-apply-helpers/test/index.js +4 -4
  173. data/node_modules/call-bound/CHANGELOG.md +8 -0
  174. data/node_modules/call-bound/index.d.ts +91 -10
  175. data/node_modules/call-bound/index.js +4 -3
  176. data/node_modules/call-bound/package.json +10 -10
  177. data/node_modules/call-bound/test/index.js +11 -4
  178. data/node_modules/call-bound/tsconfig.json +2 -1
  179. data/node_modules/caniuse-lite/data/agents.js +1 -1
  180. data/node_modules/caniuse-lite/data/browserVersions.js +1 -1
  181. data/node_modules/caniuse-lite/data/features/aac.js +1 -1
  182. data/node_modules/caniuse-lite/data/features/abortcontroller.js +1 -1
  183. data/node_modules/caniuse-lite/data/features/ac3-ec3.js +1 -1
  184. data/node_modules/caniuse-lite/data/features/accelerometer.js +1 -1
  185. data/node_modules/caniuse-lite/data/features/addeventlistener.js +1 -1
  186. data/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +1 -1
  187. data/node_modules/caniuse-lite/data/features/ambient-light.js +1 -1
  188. data/node_modules/caniuse-lite/data/features/apng.js +1 -1
  189. data/node_modules/caniuse-lite/data/features/array-find-index.js +1 -1
  190. data/node_modules/caniuse-lite/data/features/array-find.js +1 -1
  191. data/node_modules/caniuse-lite/data/features/array-flat.js +1 -1
  192. data/node_modules/caniuse-lite/data/features/array-includes.js +1 -1
  193. data/node_modules/caniuse-lite/data/features/arrow-functions.js +1 -1
  194. data/node_modules/caniuse-lite/data/features/asmjs.js +1 -1
  195. data/node_modules/caniuse-lite/data/features/async-clipboard.js +1 -1
  196. data/node_modules/caniuse-lite/data/features/async-functions.js +1 -1
  197. data/node_modules/caniuse-lite/data/features/atob-btoa.js +1 -1
  198. data/node_modules/caniuse-lite/data/features/audio-api.js +1 -1
  199. data/node_modules/caniuse-lite/data/features/audio.js +1 -1
  200. data/node_modules/caniuse-lite/data/features/audiotracks.js +1 -1
  201. data/node_modules/caniuse-lite/data/features/autofocus.js +1 -1
  202. data/node_modules/caniuse-lite/data/features/auxclick.js +1 -1
  203. data/node_modules/caniuse-lite/data/features/av1.js +1 -1
  204. data/node_modules/caniuse-lite/data/features/avif.js +1 -1
  205. data/node_modules/caniuse-lite/data/features/background-attachment.js +1 -1
  206. data/node_modules/caniuse-lite/data/features/background-clip-text.js +1 -1
  207. data/node_modules/caniuse-lite/data/features/background-img-opts.js +1 -1
  208. data/node_modules/caniuse-lite/data/features/background-position-x-y.js +1 -1
  209. data/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +1 -1
  210. data/node_modules/caniuse-lite/data/features/background-sync.js +1 -1
  211. data/node_modules/caniuse-lite/data/features/battery-status.js +1 -1
  212. data/node_modules/caniuse-lite/data/features/beacon.js +1 -1
  213. data/node_modules/caniuse-lite/data/features/beforeafterprint.js +1 -1
  214. data/node_modules/caniuse-lite/data/features/bigint.js +1 -1
  215. data/node_modules/caniuse-lite/data/features/blobbuilder.js +1 -1
  216. data/node_modules/caniuse-lite/data/features/bloburls.js +1 -1
  217. data/node_modules/caniuse-lite/data/features/border-image.js +1 -1
  218. data/node_modules/caniuse-lite/data/features/border-radius.js +1 -1
  219. data/node_modules/caniuse-lite/data/features/broadcastchannel.js +1 -1
  220. data/node_modules/caniuse-lite/data/features/brotli.js +1 -1
  221. data/node_modules/caniuse-lite/data/features/calc.js +1 -1
  222. data/node_modules/caniuse-lite/data/features/canvas-blending.js +1 -1
  223. data/node_modules/caniuse-lite/data/features/canvas-text.js +1 -1
  224. data/node_modules/caniuse-lite/data/features/canvas.js +1 -1
  225. data/node_modules/caniuse-lite/data/features/ch-unit.js +1 -1
  226. data/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +1 -1
  227. data/node_modules/caniuse-lite/data/features/channel-messaging.js +1 -1
  228. data/node_modules/caniuse-lite/data/features/childnode-remove.js +1 -1
  229. data/node_modules/caniuse-lite/data/features/classlist.js +1 -1
  230. data/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +1 -1
  231. data/node_modules/caniuse-lite/data/features/clipboard.js +1 -1
  232. data/node_modules/caniuse-lite/data/features/colr-v1.js +1 -1
  233. data/node_modules/caniuse-lite/data/features/colr.js +1 -1
  234. data/node_modules/caniuse-lite/data/features/comparedocumentposition.js +1 -1
  235. data/node_modules/caniuse-lite/data/features/console-basic.js +1 -1
  236. data/node_modules/caniuse-lite/data/features/console-time.js +1 -1
  237. data/node_modules/caniuse-lite/data/features/const.js +1 -1
  238. data/node_modules/caniuse-lite/data/features/constraint-validation.js +1 -1
  239. data/node_modules/caniuse-lite/data/features/contenteditable.js +1 -1
  240. data/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +1 -1
  241. data/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +1 -1
  242. data/node_modules/caniuse-lite/data/features/cookie-store-api.js +1 -1
  243. data/node_modules/caniuse-lite/data/features/cors.js +1 -1
  244. data/node_modules/caniuse-lite/data/features/createimagebitmap.js +1 -1
  245. data/node_modules/caniuse-lite/data/features/credential-management.js +1 -1
  246. data/node_modules/caniuse-lite/data/features/cryptography.js +1 -1
  247. data/node_modules/caniuse-lite/data/features/css-all.js +1 -1
  248. data/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +1 -1
  249. data/node_modules/caniuse-lite/data/features/css-animation.js +1 -1
  250. data/node_modules/caniuse-lite/data/features/css-any-link.js +1 -1
  251. data/node_modules/caniuse-lite/data/features/css-appearance.js +1 -1
  252. data/node_modules/caniuse-lite/data/features/css-at-counter-style.js +1 -1
  253. data/node_modules/caniuse-lite/data/features/css-autofill.js +1 -1
  254. data/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +1 -1
  255. data/node_modules/caniuse-lite/data/features/css-background-offsets.js +1 -1
  256. data/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +1 -1
  257. data/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +1 -1
  258. data/node_modules/caniuse-lite/data/features/css-boxshadow.js +1 -1
  259. data/node_modules/caniuse-lite/data/features/css-canvas.js +1 -1
  260. data/node_modules/caniuse-lite/data/features/css-caret-color.js +1 -1
  261. data/node_modules/caniuse-lite/data/features/css-cascade-layers.js +1 -1
  262. data/node_modules/caniuse-lite/data/features/css-cascade-scope.js +1 -1
  263. data/node_modules/caniuse-lite/data/features/css-case-insensitive.js +1 -1
  264. data/node_modules/caniuse-lite/data/features/css-clip-path.js +1 -1
  265. data/node_modules/caniuse-lite/data/features/css-color-adjust.js +1 -1
  266. data/node_modules/caniuse-lite/data/features/css-color-function.js +1 -1
  267. data/node_modules/caniuse-lite/data/features/css-conic-gradients.js +1 -1
  268. data/node_modules/caniuse-lite/data/features/css-container-queries-style.js +1 -1
  269. data/node_modules/caniuse-lite/data/features/css-container-queries.js +1 -1
  270. data/node_modules/caniuse-lite/data/features/css-container-query-units.js +1 -1
  271. data/node_modules/caniuse-lite/data/features/css-containment.js +1 -1
  272. data/node_modules/caniuse-lite/data/features/css-content-visibility.js +1 -1
  273. data/node_modules/caniuse-lite/data/features/css-counters.js +1 -1
  274. data/node_modules/caniuse-lite/data/features/css-crisp-edges.js +1 -1
  275. data/node_modules/caniuse-lite/data/features/css-cross-fade.js +1 -1
  276. data/node_modules/caniuse-lite/data/features/css-default-pseudo.js +1 -1
  277. data/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +1 -1
  278. data/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +1 -1
  279. data/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +1 -1
  280. data/node_modules/caniuse-lite/data/features/css-display-contents.js +1 -1
  281. data/node_modules/caniuse-lite/data/features/css-element-function.js +1 -1
  282. data/node_modules/caniuse-lite/data/features/css-env-function.js +1 -1
  283. data/node_modules/caniuse-lite/data/features/css-exclusions.js +1 -1
  284. data/node_modules/caniuse-lite/data/features/css-featurequeries.js +1 -1
  285. data/node_modules/caniuse-lite/data/features/css-file-selector-button.js +1 -1
  286. data/node_modules/caniuse-lite/data/features/css-filter-function.js +1 -1
  287. data/node_modules/caniuse-lite/data/features/css-filters.js +1 -1
  288. data/node_modules/caniuse-lite/data/features/css-first-letter.js +1 -1
  289. data/node_modules/caniuse-lite/data/features/css-first-line.js +1 -1
  290. data/node_modules/caniuse-lite/data/features/css-fixed.js +1 -1
  291. data/node_modules/caniuse-lite/data/features/css-focus-visible.js +1 -1
  292. data/node_modules/caniuse-lite/data/features/css-focus-within.js +1 -1
  293. data/node_modules/caniuse-lite/data/features/css-font-palette.js +1 -1
  294. data/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +1 -1
  295. data/node_modules/caniuse-lite/data/features/css-font-stretch.js +1 -1
  296. data/node_modules/caniuse-lite/data/features/css-gencontent.js +1 -1
  297. data/node_modules/caniuse-lite/data/features/css-gradients.js +1 -1
  298. data/node_modules/caniuse-lite/data/features/css-grid-animation.js +1 -1
  299. data/node_modules/caniuse-lite/data/features/css-grid.js +1 -1
  300. data/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +1 -1
  301. data/node_modules/caniuse-lite/data/features/css-has.js +1 -1
  302. data/node_modules/caniuse-lite/data/features/css-hyphens.js +1 -1
  303. data/node_modules/caniuse-lite/data/features/css-image-orientation.js +1 -1
  304. data/node_modules/caniuse-lite/data/features/css-image-set.js +1 -1
  305. data/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +1 -1
  306. data/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +1 -1
  307. data/node_modules/caniuse-lite/data/features/css-initial-letter.js +1 -1
  308. data/node_modules/caniuse-lite/data/features/css-initial-value.js +1 -1
  309. data/node_modules/caniuse-lite/data/features/css-lch-lab.js +1 -1
  310. data/node_modules/caniuse-lite/data/features/css-letter-spacing.js +1 -1
  311. data/node_modules/caniuse-lite/data/features/css-line-clamp.js +1 -1
  312. data/node_modules/caniuse-lite/data/features/css-logical-props.js +1 -1
  313. data/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +1 -1
  314. data/node_modules/caniuse-lite/data/features/css-masks.js +1 -1
  315. data/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +1 -1
  316. data/node_modules/caniuse-lite/data/features/css-math-functions.js +1 -1
  317. data/node_modules/caniuse-lite/data/features/css-media-interaction.js +1 -1
  318. data/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +1 -1
  319. data/node_modules/caniuse-lite/data/features/css-media-resolution.js +1 -1
  320. data/node_modules/caniuse-lite/data/features/css-media-scripting.js +1 -1
  321. data/node_modules/caniuse-lite/data/features/css-mediaqueries.js +1 -1
  322. data/node_modules/caniuse-lite/data/features/css-mixblendmode.js +1 -1
  323. data/node_modules/caniuse-lite/data/features/css-module-scripts.js +1 -1
  324. data/node_modules/caniuse-lite/data/features/css-motion-paths.js +1 -1
  325. data/node_modules/caniuse-lite/data/features/css-namespaces.js +1 -1
  326. data/node_modules/caniuse-lite/data/features/css-nesting.js +1 -1
  327. data/node_modules/caniuse-lite/data/features/css-not-sel-list.js +1 -1
  328. data/node_modules/caniuse-lite/data/features/css-nth-child-of.js +1 -1
  329. data/node_modules/caniuse-lite/data/features/css-opacity.js +1 -1
  330. data/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +1 -1
  331. data/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +1 -1
  332. data/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +1 -1
  333. data/node_modules/caniuse-lite/data/features/css-overflow.js +1 -1
  334. data/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +1 -1
  335. data/node_modules/caniuse-lite/data/features/css-page-break.js +1 -1
  336. data/node_modules/caniuse-lite/data/features/css-paged-media.js +1 -1
  337. data/node_modules/caniuse-lite/data/features/css-paint-api.js +1 -1
  338. data/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +1 -1
  339. data/node_modules/caniuse-lite/data/features/css-placeholder.js +1 -1
  340. data/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +1 -1
  341. data/node_modules/caniuse-lite/data/features/css-read-only-write.js +1 -1
  342. data/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +1 -1
  343. data/node_modules/caniuse-lite/data/features/css-reflections.js +1 -1
  344. data/node_modules/caniuse-lite/data/features/css-regions.js +1 -1
  345. data/node_modules/caniuse-lite/data/features/css-relative-colors.js +1 -1
  346. data/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +1 -1
  347. data/node_modules/caniuse-lite/data/features/css-resize.js +1 -1
  348. data/node_modules/caniuse-lite/data/features/css-revert-value.js +1 -1
  349. data/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +1 -1
  350. data/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +1 -1
  351. data/node_modules/caniuse-lite/data/features/css-scrollbar.js +1 -1
  352. data/node_modules/caniuse-lite/data/features/css-sel2.js +1 -1
  353. data/node_modules/caniuse-lite/data/features/css-sel3.js +1 -1
  354. data/node_modules/caniuse-lite/data/features/css-selection.js +1 -1
  355. data/node_modules/caniuse-lite/data/features/css-shapes.js +1 -1
  356. data/node_modules/caniuse-lite/data/features/css-snappoints.js +1 -1
  357. data/node_modules/caniuse-lite/data/features/css-sticky.js +1 -1
  358. data/node_modules/caniuse-lite/data/features/css-subgrid.js +1 -1
  359. data/node_modules/caniuse-lite/data/features/css-supports-api.js +1 -1
  360. data/node_modules/caniuse-lite/data/features/css-table.js +1 -1
  361. data/node_modules/caniuse-lite/data/features/css-text-align-last.js +1 -1
  362. data/node_modules/caniuse-lite/data/features/css-text-box-trim.js +1 -1
  363. data/node_modules/caniuse-lite/data/features/css-text-indent.js +1 -1
  364. data/node_modules/caniuse-lite/data/features/css-text-justify.js +1 -1
  365. data/node_modules/caniuse-lite/data/features/css-text-orientation.js +1 -1
  366. data/node_modules/caniuse-lite/data/features/css-text-spacing.js +1 -1
  367. data/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +1 -1
  368. data/node_modules/caniuse-lite/data/features/css-textshadow.js +1 -1
  369. data/node_modules/caniuse-lite/data/features/css-touch-action.js +1 -1
  370. data/node_modules/caniuse-lite/data/features/css-transitions.js +1 -1
  371. data/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +1 -1
  372. data/node_modules/caniuse-lite/data/features/css-unset-value.js +1 -1
  373. data/node_modules/caniuse-lite/data/features/css-variables.js +1 -1
  374. data/node_modules/caniuse-lite/data/features/css-when-else.js +1 -1
  375. data/node_modules/caniuse-lite/data/features/css-widows-orphans.js +1 -1
  376. data/node_modules/caniuse-lite/data/features/css-width-stretch.js +1 -1
  377. data/node_modules/caniuse-lite/data/features/css-writing-mode.js +1 -1
  378. data/node_modules/caniuse-lite/data/features/css-zoom.js +1 -1
  379. data/node_modules/caniuse-lite/data/features/css3-attr.js +1 -1
  380. data/node_modules/caniuse-lite/data/features/css3-boxsizing.js +1 -1
  381. data/node_modules/caniuse-lite/data/features/css3-colors.js +1 -1
  382. data/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +1 -1
  383. data/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +1 -1
  384. data/node_modules/caniuse-lite/data/features/css3-cursors.js +1 -1
  385. data/node_modules/caniuse-lite/data/features/css3-tabsize.js +1 -1
  386. data/node_modules/caniuse-lite/data/features/currentcolor.js +1 -1
  387. data/node_modules/caniuse-lite/data/features/custom-elements.js +1 -1
  388. data/node_modules/caniuse-lite/data/features/custom-elementsv1.js +1 -1
  389. data/node_modules/caniuse-lite/data/features/customevent.js +1 -1
  390. data/node_modules/caniuse-lite/data/features/datalist.js +1 -1
  391. data/node_modules/caniuse-lite/data/features/dataset.js +1 -1
  392. data/node_modules/caniuse-lite/data/features/datauri.js +1 -1
  393. data/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +1 -1
  394. data/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +1 -1
  395. data/node_modules/caniuse-lite/data/features/decorators.js +1 -1
  396. data/node_modules/caniuse-lite/data/features/details.js +1 -1
  397. data/node_modules/caniuse-lite/data/features/deviceorientation.js +1 -1
  398. data/node_modules/caniuse-lite/data/features/devicepixelratio.js +1 -1
  399. data/node_modules/caniuse-lite/data/features/dialog.js +1 -1
  400. data/node_modules/caniuse-lite/data/features/dispatchevent.js +1 -1
  401. data/node_modules/caniuse-lite/data/features/dnssec.js +1 -1
  402. data/node_modules/caniuse-lite/data/features/do-not-track.js +1 -1
  403. data/node_modules/caniuse-lite/data/features/document-currentscript.js +1 -1
  404. data/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +1 -1
  405. data/node_modules/caniuse-lite/data/features/document-execcommand.js +1 -1
  406. data/node_modules/caniuse-lite/data/features/document-policy.js +1 -1
  407. data/node_modules/caniuse-lite/data/features/document-scrollingelement.js +1 -1
  408. data/node_modules/caniuse-lite/data/features/documenthead.js +1 -1
  409. data/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +1 -1
  410. data/node_modules/caniuse-lite/data/features/dom-range.js +1 -1
  411. data/node_modules/caniuse-lite/data/features/domcontentloaded.js +1 -1
  412. data/node_modules/caniuse-lite/data/features/dommatrix.js +1 -1
  413. data/node_modules/caniuse-lite/data/features/download.js +1 -1
  414. data/node_modules/caniuse-lite/data/features/dragndrop.js +1 -1
  415. data/node_modules/caniuse-lite/data/features/element-closest.js +1 -1
  416. data/node_modules/caniuse-lite/data/features/element-from-point.js +1 -1
  417. data/node_modules/caniuse-lite/data/features/element-scroll-methods.js +1 -1
  418. data/node_modules/caniuse-lite/data/features/eme.js +1 -1
  419. data/node_modules/caniuse-lite/data/features/eot.js +1 -1
  420. data/node_modules/caniuse-lite/data/features/es5.js +1 -1
  421. data/node_modules/caniuse-lite/data/features/es6-class.js +1 -1
  422. data/node_modules/caniuse-lite/data/features/es6-generators.js +1 -1
  423. data/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +1 -1
  424. data/node_modules/caniuse-lite/data/features/es6-module.js +1 -1
  425. data/node_modules/caniuse-lite/data/features/es6-number.js +1 -1
  426. data/node_modules/caniuse-lite/data/features/es6-string-includes.js +1 -1
  427. data/node_modules/caniuse-lite/data/features/es6.js +1 -1
  428. data/node_modules/caniuse-lite/data/features/eventsource.js +1 -1
  429. data/node_modules/caniuse-lite/data/features/extended-system-fonts.js +1 -1
  430. data/node_modules/caniuse-lite/data/features/feature-policy.js +1 -1
  431. data/node_modules/caniuse-lite/data/features/fetch.js +1 -1
  432. data/node_modules/caniuse-lite/data/features/fieldset-disabled.js +1 -1
  433. data/node_modules/caniuse-lite/data/features/fileapi.js +1 -1
  434. data/node_modules/caniuse-lite/data/features/filereader.js +1 -1
  435. data/node_modules/caniuse-lite/data/features/filereadersync.js +1 -1
  436. data/node_modules/caniuse-lite/data/features/filesystem.js +1 -1
  437. data/node_modules/caniuse-lite/data/features/flac.js +1 -1
  438. data/node_modules/caniuse-lite/data/features/flexbox-gap.js +1 -1
  439. data/node_modules/caniuse-lite/data/features/flexbox.js +1 -1
  440. data/node_modules/caniuse-lite/data/features/flow-root.js +1 -1
  441. data/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +1 -1
  442. data/node_modules/caniuse-lite/data/features/font-family-system-ui.js +1 -1
  443. data/node_modules/caniuse-lite/data/features/font-feature.js +1 -1
  444. data/node_modules/caniuse-lite/data/features/font-kerning.js +1 -1
  445. data/node_modules/caniuse-lite/data/features/font-loading.js +1 -1
  446. data/node_modules/caniuse-lite/data/features/font-size-adjust.js +1 -1
  447. data/node_modules/caniuse-lite/data/features/font-smooth.js +1 -1
  448. data/node_modules/caniuse-lite/data/features/font-unicode-range.js +1 -1
  449. data/node_modules/caniuse-lite/data/features/font-variant-alternates.js +1 -1
  450. data/node_modules/caniuse-lite/data/features/font-variant-numeric.js +1 -1
  451. data/node_modules/caniuse-lite/data/features/fontface.js +1 -1
  452. data/node_modules/caniuse-lite/data/features/form-attribute.js +1 -1
  453. data/node_modules/caniuse-lite/data/features/form-submit-attributes.js +1 -1
  454. data/node_modules/caniuse-lite/data/features/form-validation.js +1 -1
  455. data/node_modules/caniuse-lite/data/features/forms.js +1 -1
  456. data/node_modules/caniuse-lite/data/features/fullscreen.js +1 -1
  457. data/node_modules/caniuse-lite/data/features/gamepad.js +1 -1
  458. data/node_modules/caniuse-lite/data/features/geolocation.js +1 -1
  459. data/node_modules/caniuse-lite/data/features/getboundingclientrect.js +1 -1
  460. data/node_modules/caniuse-lite/data/features/getcomputedstyle.js +1 -1
  461. data/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +1 -1
  462. data/node_modules/caniuse-lite/data/features/getrandomvalues.js +1 -1
  463. data/node_modules/caniuse-lite/data/features/gyroscope.js +1 -1
  464. data/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +1 -1
  465. data/node_modules/caniuse-lite/data/features/hashchange.js +1 -1
  466. data/node_modules/caniuse-lite/data/features/heif.js +1 -1
  467. data/node_modules/caniuse-lite/data/features/hevc.js +1 -1
  468. data/node_modules/caniuse-lite/data/features/hidden.js +1 -1
  469. data/node_modules/caniuse-lite/data/features/high-resolution-time.js +1 -1
  470. data/node_modules/caniuse-lite/data/features/history.js +1 -1
  471. data/node_modules/caniuse-lite/data/features/html-media-capture.js +1 -1
  472. data/node_modules/caniuse-lite/data/features/html5semantic.js +1 -1
  473. data/node_modules/caniuse-lite/data/features/http-live-streaming.js +1 -1
  474. data/node_modules/caniuse-lite/data/features/http2.js +1 -1
  475. data/node_modules/caniuse-lite/data/features/http3.js +1 -1
  476. data/node_modules/caniuse-lite/data/features/iframe-sandbox.js +1 -1
  477. data/node_modules/caniuse-lite/data/features/iframe-seamless.js +1 -1
  478. data/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +1 -1
  479. data/node_modules/caniuse-lite/data/features/imagecapture.js +1 -1
  480. data/node_modules/caniuse-lite/data/features/ime.js +1 -1
  481. data/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +1 -1
  482. data/node_modules/caniuse-lite/data/features/import-maps.js +1 -1
  483. data/node_modules/caniuse-lite/data/features/imports.js +1 -1
  484. data/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +1 -1
  485. data/node_modules/caniuse-lite/data/features/indexeddb.js +1 -1
  486. data/node_modules/caniuse-lite/data/features/indexeddb2.js +1 -1
  487. data/node_modules/caniuse-lite/data/features/inline-block.js +1 -1
  488. data/node_modules/caniuse-lite/data/features/innertext.js +1 -1
  489. data/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +1 -1
  490. data/node_modules/caniuse-lite/data/features/input-color.js +1 -1
  491. data/node_modules/caniuse-lite/data/features/input-datetime.js +1 -1
  492. data/node_modules/caniuse-lite/data/features/input-email-tel-url.js +1 -1
  493. data/node_modules/caniuse-lite/data/features/input-event.js +1 -1
  494. data/node_modules/caniuse-lite/data/features/input-file-accept.js +1 -1
  495. data/node_modules/caniuse-lite/data/features/input-file-directory.js +1 -1
  496. data/node_modules/caniuse-lite/data/features/input-file-multiple.js +1 -1
  497. data/node_modules/caniuse-lite/data/features/input-inputmode.js +1 -1
  498. data/node_modules/caniuse-lite/data/features/input-minlength.js +1 -1
  499. data/node_modules/caniuse-lite/data/features/input-number.js +1 -1
  500. data/node_modules/caniuse-lite/data/features/input-pattern.js +1 -1
  501. data/node_modules/caniuse-lite/data/features/input-placeholder.js +1 -1
  502. data/node_modules/caniuse-lite/data/features/input-range.js +1 -1
  503. data/node_modules/caniuse-lite/data/features/input-search.js +1 -1
  504. data/node_modules/caniuse-lite/data/features/input-selection.js +1 -1
  505. data/node_modules/caniuse-lite/data/features/insert-adjacent.js +1 -1
  506. data/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +1 -1
  507. data/node_modules/caniuse-lite/data/features/internationalization.js +1 -1
  508. data/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +1 -1
  509. data/node_modules/caniuse-lite/data/features/intersectionobserver.js +1 -1
  510. data/node_modules/caniuse-lite/data/features/intl-pluralrules.js +1 -1
  511. data/node_modules/caniuse-lite/data/features/intrinsic-width.js +1 -1
  512. data/node_modules/caniuse-lite/data/features/jpeg2000.js +1 -1
  513. data/node_modules/caniuse-lite/data/features/jpegxl.js +1 -1
  514. data/node_modules/caniuse-lite/data/features/jpegxr.js +1 -1
  515. data/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +1 -1
  516. data/node_modules/caniuse-lite/data/features/json.js +1 -1
  517. data/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +1 -1
  518. data/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +1 -1
  519. data/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +1 -1
  520. data/node_modules/caniuse-lite/data/features/keyboardevent-code.js +1 -1
  521. data/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +1 -1
  522. data/node_modules/caniuse-lite/data/features/keyboardevent-key.js +1 -1
  523. data/node_modules/caniuse-lite/data/features/keyboardevent-location.js +1 -1
  524. data/node_modules/caniuse-lite/data/features/keyboardevent-which.js +1 -1
  525. data/node_modules/caniuse-lite/data/features/lazyload.js +1 -1
  526. data/node_modules/caniuse-lite/data/features/let.js +1 -1
  527. data/node_modules/caniuse-lite/data/features/link-icon-png.js +1 -1
  528. data/node_modules/caniuse-lite/data/features/link-icon-svg.js +1 -1
  529. data/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +1 -1
  530. data/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +1 -1
  531. data/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +1 -1
  532. data/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +1 -1
  533. data/node_modules/caniuse-lite/data/features/link-rel-preload.js +1 -1
  534. data/node_modules/caniuse-lite/data/features/link-rel-prerender.js +1 -1
  535. data/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +1 -1
  536. data/node_modules/caniuse-lite/data/features/localecompare.js +1 -1
  537. data/node_modules/caniuse-lite/data/features/magnetometer.js +1 -1
  538. data/node_modules/caniuse-lite/data/features/matchesselector.js +1 -1
  539. data/node_modules/caniuse-lite/data/features/matchmedia.js +1 -1
  540. data/node_modules/caniuse-lite/data/features/mathml.js +1 -1
  541. data/node_modules/caniuse-lite/data/features/maxlength.js +1 -1
  542. data/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +1 -1
  543. data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +1 -1
  544. data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +1 -1
  545. data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +1 -1
  546. data/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +1 -1
  547. data/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +1 -1
  548. data/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +1 -1
  549. data/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +1 -1
  550. data/node_modules/caniuse-lite/data/features/media-fragments.js +1 -1
  551. data/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +1 -1
  552. data/node_modules/caniuse-lite/data/features/mediarecorder.js +1 -1
  553. data/node_modules/caniuse-lite/data/features/mediasource.js +1 -1
  554. data/node_modules/caniuse-lite/data/features/menu.js +1 -1
  555. data/node_modules/caniuse-lite/data/features/meta-theme-color.js +1 -1
  556. data/node_modules/caniuse-lite/data/features/meter.js +1 -1
  557. data/node_modules/caniuse-lite/data/features/midi.js +1 -1
  558. data/node_modules/caniuse-lite/data/features/minmaxwh.js +1 -1
  559. data/node_modules/caniuse-lite/data/features/mp3.js +1 -1
  560. data/node_modules/caniuse-lite/data/features/mpeg-dash.js +1 -1
  561. data/node_modules/caniuse-lite/data/features/mpeg4.js +1 -1
  562. data/node_modules/caniuse-lite/data/features/multibackgrounds.js +1 -1
  563. data/node_modules/caniuse-lite/data/features/multicolumn.js +1 -1
  564. data/node_modules/caniuse-lite/data/features/mutation-events.js +1 -1
  565. data/node_modules/caniuse-lite/data/features/mutationobserver.js +1 -1
  566. data/node_modules/caniuse-lite/data/features/namevalue-storage.js +1 -1
  567. data/node_modules/caniuse-lite/data/features/native-filesystem-api.js +1 -1
  568. data/node_modules/caniuse-lite/data/features/nav-timing.js +1 -1
  569. data/node_modules/caniuse-lite/data/features/netinfo.js +1 -1
  570. data/node_modules/caniuse-lite/data/features/notifications.js +1 -1
  571. data/node_modules/caniuse-lite/data/features/object-entries.js +1 -1
  572. data/node_modules/caniuse-lite/data/features/object-fit.js +1 -1
  573. data/node_modules/caniuse-lite/data/features/object-observe.js +1 -1
  574. data/node_modules/caniuse-lite/data/features/object-values.js +1 -1
  575. data/node_modules/caniuse-lite/data/features/objectrtc.js +1 -1
  576. data/node_modules/caniuse-lite/data/features/offline-apps.js +1 -1
  577. data/node_modules/caniuse-lite/data/features/offscreencanvas.js +1 -1
  578. data/node_modules/caniuse-lite/data/features/ogg-vorbis.js +1 -1
  579. data/node_modules/caniuse-lite/data/features/ogv.js +1 -1
  580. data/node_modules/caniuse-lite/data/features/ol-reversed.js +1 -1
  581. data/node_modules/caniuse-lite/data/features/once-event-listener.js +1 -1
  582. data/node_modules/caniuse-lite/data/features/online-status.js +1 -1
  583. data/node_modules/caniuse-lite/data/features/opus.js +1 -1
  584. data/node_modules/caniuse-lite/data/features/orientation-sensor.js +1 -1
  585. data/node_modules/caniuse-lite/data/features/outline.js +1 -1
  586. data/node_modules/caniuse-lite/data/features/pad-start-end.js +1 -1
  587. data/node_modules/caniuse-lite/data/features/page-transition-events.js +1 -1
  588. data/node_modules/caniuse-lite/data/features/pagevisibility.js +1 -1
  589. data/node_modules/caniuse-lite/data/features/passive-event-listener.js +1 -1
  590. data/node_modules/caniuse-lite/data/features/passkeys.js +1 -1
  591. data/node_modules/caniuse-lite/data/features/passwordrules.js +1 -1
  592. data/node_modules/caniuse-lite/data/features/path2d.js +1 -1
  593. data/node_modules/caniuse-lite/data/features/payment-request.js +1 -1
  594. data/node_modules/caniuse-lite/data/features/pdf-viewer.js +1 -1
  595. data/node_modules/caniuse-lite/data/features/permissions-api.js +1 -1
  596. data/node_modules/caniuse-lite/data/features/permissions-policy.js +1 -1
  597. data/node_modules/caniuse-lite/data/features/picture-in-picture.js +1 -1
  598. data/node_modules/caniuse-lite/data/features/picture.js +1 -1
  599. data/node_modules/caniuse-lite/data/features/ping.js +1 -1
  600. data/node_modules/caniuse-lite/data/features/png-alpha.js +1 -1
  601. data/node_modules/caniuse-lite/data/features/pointer-events.js +1 -1
  602. data/node_modules/caniuse-lite/data/features/pointer.js +1 -1
  603. data/node_modules/caniuse-lite/data/features/pointerlock.js +1 -1
  604. data/node_modules/caniuse-lite/data/features/portals.js +1 -1
  605. data/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +1 -1
  606. data/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +1 -1
  607. data/node_modules/caniuse-lite/data/features/progress.js +1 -1
  608. data/node_modules/caniuse-lite/data/features/promise-finally.js +1 -1
  609. data/node_modules/caniuse-lite/data/features/promises.js +1 -1
  610. data/node_modules/caniuse-lite/data/features/proximity.js +1 -1
  611. data/node_modules/caniuse-lite/data/features/proxy.js +1 -1
  612. data/node_modules/caniuse-lite/data/features/publickeypinning.js +1 -1
  613. data/node_modules/caniuse-lite/data/features/push-api.js +1 -1
  614. data/node_modules/caniuse-lite/data/features/queryselector.js +1 -1
  615. data/node_modules/caniuse-lite/data/features/readonly-attr.js +1 -1
  616. data/node_modules/caniuse-lite/data/features/referrer-policy.js +1 -1
  617. data/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +1 -1
  618. data/node_modules/caniuse-lite/data/features/rel-noopener.js +1 -1
  619. data/node_modules/caniuse-lite/data/features/rel-noreferrer.js +1 -1
  620. data/node_modules/caniuse-lite/data/features/rellist.js +1 -1
  621. data/node_modules/caniuse-lite/data/features/rem.js +1 -1
  622. data/node_modules/caniuse-lite/data/features/requestanimationframe.js +1 -1
  623. data/node_modules/caniuse-lite/data/features/requestidlecallback.js +1 -1
  624. data/node_modules/caniuse-lite/data/features/resizeobserver.js +1 -1
  625. data/node_modules/caniuse-lite/data/features/resource-timing.js +1 -1
  626. data/node_modules/caniuse-lite/data/features/rest-parameters.js +1 -1
  627. data/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +1 -1
  628. data/node_modules/caniuse-lite/data/features/ruby.js +1 -1
  629. data/node_modules/caniuse-lite/data/features/run-in.js +1 -1
  630. data/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +1 -1
  631. data/node_modules/caniuse-lite/data/features/screen-orientation.js +1 -1
  632. data/node_modules/caniuse-lite/data/features/script-async.js +1 -1
  633. data/node_modules/caniuse-lite/data/features/script-defer.js +1 -1
  634. data/node_modules/caniuse-lite/data/features/scrollintoview.js +1 -1
  635. data/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +1 -1
  636. data/node_modules/caniuse-lite/data/features/sdch.js +1 -1
  637. data/node_modules/caniuse-lite/data/features/selection-api.js +1 -1
  638. data/node_modules/caniuse-lite/data/features/selectlist.js +1 -1
  639. data/node_modules/caniuse-lite/data/features/server-timing.js +1 -1
  640. data/node_modules/caniuse-lite/data/features/serviceworkers.js +1 -1
  641. data/node_modules/caniuse-lite/data/features/setimmediate.js +1 -1
  642. data/node_modules/caniuse-lite/data/features/shadowdom.js +1 -1
  643. data/node_modules/caniuse-lite/data/features/shadowdomv1.js +1 -1
  644. data/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +1 -1
  645. data/node_modules/caniuse-lite/data/features/sharedworkers.js +1 -1
  646. data/node_modules/caniuse-lite/data/features/sni.js +1 -1
  647. data/node_modules/caniuse-lite/data/features/spdy.js +1 -1
  648. data/node_modules/caniuse-lite/data/features/speech-recognition.js +1 -1
  649. data/node_modules/caniuse-lite/data/features/speech-synthesis.js +1 -1
  650. data/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +1 -1
  651. data/node_modules/caniuse-lite/data/features/sql-storage.js +1 -1
  652. data/node_modules/caniuse-lite/data/features/srcset.js +1 -1
  653. data/node_modules/caniuse-lite/data/features/stream.js +1 -1
  654. data/node_modules/caniuse-lite/data/features/streams.js +1 -1
  655. data/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +1 -1
  656. data/node_modules/caniuse-lite/data/features/style-scoped.js +1 -1
  657. data/node_modules/caniuse-lite/data/features/subresource-bundling.js +1 -1
  658. data/node_modules/caniuse-lite/data/features/subresource-integrity.js +1 -1
  659. data/node_modules/caniuse-lite/data/features/svg-css.js +1 -1
  660. data/node_modules/caniuse-lite/data/features/svg-filters.js +1 -1
  661. data/node_modules/caniuse-lite/data/features/svg-fonts.js +1 -1
  662. data/node_modules/caniuse-lite/data/features/svg-fragment.js +1 -1
  663. data/node_modules/caniuse-lite/data/features/svg-html.js +1 -1
  664. data/node_modules/caniuse-lite/data/features/svg-html5.js +1 -1
  665. data/node_modules/caniuse-lite/data/features/svg-img.js +1 -1
  666. data/node_modules/caniuse-lite/data/features/svg-smil.js +1 -1
  667. data/node_modules/caniuse-lite/data/features/svg.js +1 -1
  668. data/node_modules/caniuse-lite/data/features/sxg.js +1 -1
  669. data/node_modules/caniuse-lite/data/features/tabindex-attr.js +1 -1
  670. data/node_modules/caniuse-lite/data/features/template-literals.js +1 -1
  671. data/node_modules/caniuse-lite/data/features/template.js +1 -1
  672. data/node_modules/caniuse-lite/data/features/temporal.js +1 -1
  673. data/node_modules/caniuse-lite/data/features/testfeat.js +1 -1
  674. data/node_modules/caniuse-lite/data/features/text-decoration.js +1 -1
  675. data/node_modules/caniuse-lite/data/features/text-emphasis.js +1 -1
  676. data/node_modules/caniuse-lite/data/features/text-overflow.js +1 -1
  677. data/node_modules/caniuse-lite/data/features/text-size-adjust.js +1 -1
  678. data/node_modules/caniuse-lite/data/features/text-stroke.js +1 -1
  679. data/node_modules/caniuse-lite/data/features/textcontent.js +1 -1
  680. data/node_modules/caniuse-lite/data/features/textencoder.js +1 -1
  681. data/node_modules/caniuse-lite/data/features/tls1-1.js +1 -1
  682. data/node_modules/caniuse-lite/data/features/tls1-2.js +1 -1
  683. data/node_modules/caniuse-lite/data/features/tls1-3.js +1 -1
  684. data/node_modules/caniuse-lite/data/features/touch.js +1 -1
  685. data/node_modules/caniuse-lite/data/features/transforms2d.js +1 -1
  686. data/node_modules/caniuse-lite/data/features/transforms3d.js +1 -1
  687. data/node_modules/caniuse-lite/data/features/trusted-types.js +1 -1
  688. data/node_modules/caniuse-lite/data/features/ttf.js +1 -1
  689. data/node_modules/caniuse-lite/data/features/typedarrays.js +1 -1
  690. data/node_modules/caniuse-lite/data/features/u2f.js +1 -1
  691. data/node_modules/caniuse-lite/data/features/unhandledrejection.js +1 -1
  692. data/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +1 -1
  693. data/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +1 -1
  694. data/node_modules/caniuse-lite/data/features/url.js +1 -1
  695. data/node_modules/caniuse-lite/data/features/urlsearchparams.js +1 -1
  696. data/node_modules/caniuse-lite/data/features/use-strict.js +1 -1
  697. data/node_modules/caniuse-lite/data/features/user-select-none.js +1 -1
  698. data/node_modules/caniuse-lite/data/features/user-timing.js +1 -1
  699. data/node_modules/caniuse-lite/data/features/variable-fonts.js +1 -1
  700. data/node_modules/caniuse-lite/data/features/vector-effect.js +1 -1
  701. data/node_modules/caniuse-lite/data/features/vibration.js +1 -1
  702. data/node_modules/caniuse-lite/data/features/video.js +1 -1
  703. data/node_modules/caniuse-lite/data/features/videotracks.js +1 -1
  704. data/node_modules/caniuse-lite/data/features/view-transitions.js +1 -1
  705. data/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +1 -1
  706. data/node_modules/caniuse-lite/data/features/viewport-units.js +1 -1
  707. data/node_modules/caniuse-lite/data/features/wai-aria.js +1 -1
  708. data/node_modules/caniuse-lite/data/features/wake-lock.js +1 -1
  709. data/node_modules/caniuse-lite/data/features/wasm-bigint.js +1 -1
  710. data/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +1 -1
  711. data/node_modules/caniuse-lite/data/features/wasm-extended-const.js +1 -1
  712. data/node_modules/caniuse-lite/data/features/wasm-gc.js +1 -1
  713. data/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +1 -1
  714. data/node_modules/caniuse-lite/data/features/wasm-multi-value.js +1 -1
  715. data/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +1 -1
  716. data/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +1 -1
  717. data/node_modules/caniuse-lite/data/features/wasm-reference-types.js +1 -1
  718. data/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +1 -1
  719. data/node_modules/caniuse-lite/data/features/wasm-signext.js +1 -1
  720. data/node_modules/caniuse-lite/data/features/wasm-simd.js +1 -1
  721. data/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +1 -1
  722. data/node_modules/caniuse-lite/data/features/wasm-threads.js +1 -1
  723. data/node_modules/caniuse-lite/data/features/wasm.js +1 -1
  724. data/node_modules/caniuse-lite/data/features/wav.js +1 -1
  725. data/node_modules/caniuse-lite/data/features/wbr-element.js +1 -1
  726. data/node_modules/caniuse-lite/data/features/web-animation.js +1 -1
  727. data/node_modules/caniuse-lite/data/features/web-app-manifest.js +1 -1
  728. data/node_modules/caniuse-lite/data/features/web-bluetooth.js +1 -1
  729. data/node_modules/caniuse-lite/data/features/web-serial.js +1 -1
  730. data/node_modules/caniuse-lite/data/features/web-share.js +1 -1
  731. data/node_modules/caniuse-lite/data/features/webauthn.js +1 -1
  732. data/node_modules/caniuse-lite/data/features/webcodecs.js +1 -1
  733. data/node_modules/caniuse-lite/data/features/webgl.js +1 -1
  734. data/node_modules/caniuse-lite/data/features/webgl2.js +1 -1
  735. data/node_modules/caniuse-lite/data/features/webgpu.js +1 -1
  736. data/node_modules/caniuse-lite/data/features/webhid.js +1 -1
  737. data/node_modules/caniuse-lite/data/features/webkit-user-drag.js +1 -1
  738. data/node_modules/caniuse-lite/data/features/webm.js +1 -1
  739. data/node_modules/caniuse-lite/data/features/webnfc.js +1 -1
  740. data/node_modules/caniuse-lite/data/features/webp.js +1 -1
  741. data/node_modules/caniuse-lite/data/features/websockets.js +1 -1
  742. data/node_modules/caniuse-lite/data/features/webtransport.js +1 -1
  743. data/node_modules/caniuse-lite/data/features/webusb.js +1 -1
  744. data/node_modules/caniuse-lite/data/features/webvr.js +1 -1
  745. data/node_modules/caniuse-lite/data/features/webvtt.js +1 -1
  746. data/node_modules/caniuse-lite/data/features/webworkers.js +1 -1
  747. data/node_modules/caniuse-lite/data/features/webxr.js +1 -1
  748. data/node_modules/caniuse-lite/data/features/will-change.js +1 -1
  749. data/node_modules/caniuse-lite/data/features/woff.js +1 -1
  750. data/node_modules/caniuse-lite/data/features/woff2.js +1 -1
  751. data/node_modules/caniuse-lite/data/features/word-break.js +1 -1
  752. data/node_modules/caniuse-lite/data/features/wordwrap.js +1 -1
  753. data/node_modules/caniuse-lite/data/features/x-doc-messaging.js +1 -1
  754. data/node_modules/caniuse-lite/data/features/x-frame-options.js +1 -1
  755. data/node_modules/caniuse-lite/data/features/xhr2.js +1 -1
  756. data/node_modules/caniuse-lite/data/features/xhtml.js +1 -1
  757. data/node_modules/caniuse-lite/data/features/xhtmlsmil.js +1 -1
  758. data/node_modules/caniuse-lite/data/features/xml-serializer.js +1 -1
  759. data/node_modules/caniuse-lite/data/features/zstd.js +1 -1
  760. data/node_modules/caniuse-lite/data/regions/AD.js +1 -1
  761. data/node_modules/caniuse-lite/data/regions/AE.js +1 -1
  762. data/node_modules/caniuse-lite/data/regions/AF.js +1 -1
  763. data/node_modules/caniuse-lite/data/regions/AG.js +1 -1
  764. data/node_modules/caniuse-lite/data/regions/AI.js +1 -1
  765. data/node_modules/caniuse-lite/data/regions/AL.js +1 -1
  766. data/node_modules/caniuse-lite/data/regions/AM.js +1 -1
  767. data/node_modules/caniuse-lite/data/regions/AO.js +1 -1
  768. data/node_modules/caniuse-lite/data/regions/AR.js +1 -1
  769. data/node_modules/caniuse-lite/data/regions/AS.js +1 -1
  770. data/node_modules/caniuse-lite/data/regions/AT.js +1 -1
  771. data/node_modules/caniuse-lite/data/regions/AU.js +1 -1
  772. data/node_modules/caniuse-lite/data/regions/AW.js +1 -1
  773. data/node_modules/caniuse-lite/data/regions/AX.js +1 -1
  774. data/node_modules/caniuse-lite/data/regions/AZ.js +1 -1
  775. data/node_modules/caniuse-lite/data/regions/BA.js +1 -1
  776. data/node_modules/caniuse-lite/data/regions/BB.js +1 -1
  777. data/node_modules/caniuse-lite/data/regions/BD.js +1 -1
  778. data/node_modules/caniuse-lite/data/regions/BE.js +1 -1
  779. data/node_modules/caniuse-lite/data/regions/BF.js +1 -1
  780. data/node_modules/caniuse-lite/data/regions/BG.js +1 -1
  781. data/node_modules/caniuse-lite/data/regions/BH.js +1 -1
  782. data/node_modules/caniuse-lite/data/regions/BI.js +1 -1
  783. data/node_modules/caniuse-lite/data/regions/BJ.js +1 -1
  784. data/node_modules/caniuse-lite/data/regions/BM.js +1 -1
  785. data/node_modules/caniuse-lite/data/regions/BN.js +1 -1
  786. data/node_modules/caniuse-lite/data/regions/BO.js +1 -1
  787. data/node_modules/caniuse-lite/data/regions/BR.js +1 -1
  788. data/node_modules/caniuse-lite/data/regions/BS.js +1 -1
  789. data/node_modules/caniuse-lite/data/regions/BT.js +1 -1
  790. data/node_modules/caniuse-lite/data/regions/BW.js +1 -1
  791. data/node_modules/caniuse-lite/data/regions/BY.js +1 -1
  792. data/node_modules/caniuse-lite/data/regions/BZ.js +1 -1
  793. data/node_modules/caniuse-lite/data/regions/CA.js +1 -1
  794. data/node_modules/caniuse-lite/data/regions/CD.js +1 -1
  795. data/node_modules/caniuse-lite/data/regions/CF.js +1 -1
  796. data/node_modules/caniuse-lite/data/regions/CG.js +1 -1
  797. data/node_modules/caniuse-lite/data/regions/CH.js +1 -1
  798. data/node_modules/caniuse-lite/data/regions/CI.js +1 -1
  799. data/node_modules/caniuse-lite/data/regions/CK.js +1 -1
  800. data/node_modules/caniuse-lite/data/regions/CL.js +1 -1
  801. data/node_modules/caniuse-lite/data/regions/CM.js +1 -1
  802. data/node_modules/caniuse-lite/data/regions/CN.js +1 -1
  803. data/node_modules/caniuse-lite/data/regions/CO.js +1 -1
  804. data/node_modules/caniuse-lite/data/regions/CR.js +1 -1
  805. data/node_modules/caniuse-lite/data/regions/CU.js +1 -1
  806. data/node_modules/caniuse-lite/data/regions/CV.js +1 -1
  807. data/node_modules/caniuse-lite/data/regions/CX.js +1 -1
  808. data/node_modules/caniuse-lite/data/regions/CY.js +1 -1
  809. data/node_modules/caniuse-lite/data/regions/CZ.js +1 -1
  810. data/node_modules/caniuse-lite/data/regions/DE.js +1 -1
  811. data/node_modules/caniuse-lite/data/regions/DJ.js +1 -1
  812. data/node_modules/caniuse-lite/data/regions/DK.js +1 -1
  813. data/node_modules/caniuse-lite/data/regions/DM.js +1 -1
  814. data/node_modules/caniuse-lite/data/regions/DO.js +1 -1
  815. data/node_modules/caniuse-lite/data/regions/DZ.js +1 -1
  816. data/node_modules/caniuse-lite/data/regions/EC.js +1 -1
  817. data/node_modules/caniuse-lite/data/regions/EE.js +1 -1
  818. data/node_modules/caniuse-lite/data/regions/EG.js +1 -1
  819. data/node_modules/caniuse-lite/data/regions/ER.js +1 -1
  820. data/node_modules/caniuse-lite/data/regions/ES.js +1 -1
  821. data/node_modules/caniuse-lite/data/regions/ET.js +1 -1
  822. data/node_modules/caniuse-lite/data/regions/FI.js +1 -1
  823. data/node_modules/caniuse-lite/data/regions/FJ.js +1 -1
  824. data/node_modules/caniuse-lite/data/regions/FK.js +1 -1
  825. data/node_modules/caniuse-lite/data/regions/FM.js +1 -1
  826. data/node_modules/caniuse-lite/data/regions/FO.js +1 -1
  827. data/node_modules/caniuse-lite/data/regions/FR.js +1 -1
  828. data/node_modules/caniuse-lite/data/regions/GA.js +1 -1
  829. data/node_modules/caniuse-lite/data/regions/GB.js +1 -1
  830. data/node_modules/caniuse-lite/data/regions/GD.js +1 -1
  831. data/node_modules/caniuse-lite/data/regions/GE.js +1 -1
  832. data/node_modules/caniuse-lite/data/regions/GF.js +1 -1
  833. data/node_modules/caniuse-lite/data/regions/GG.js +1 -1
  834. data/node_modules/caniuse-lite/data/regions/GH.js +1 -1
  835. data/node_modules/caniuse-lite/data/regions/GI.js +1 -1
  836. data/node_modules/caniuse-lite/data/regions/GL.js +1 -1
  837. data/node_modules/caniuse-lite/data/regions/GM.js +1 -1
  838. data/node_modules/caniuse-lite/data/regions/GN.js +1 -1
  839. data/node_modules/caniuse-lite/data/regions/GP.js +1 -1
  840. data/node_modules/caniuse-lite/data/regions/GQ.js +1 -1
  841. data/node_modules/caniuse-lite/data/regions/GR.js +1 -1
  842. data/node_modules/caniuse-lite/data/regions/GT.js +1 -1
  843. data/node_modules/caniuse-lite/data/regions/GU.js +1 -1
  844. data/node_modules/caniuse-lite/data/regions/GW.js +1 -1
  845. data/node_modules/caniuse-lite/data/regions/GY.js +1 -1
  846. data/node_modules/caniuse-lite/data/regions/HK.js +1 -1
  847. data/node_modules/caniuse-lite/data/regions/HN.js +1 -1
  848. data/node_modules/caniuse-lite/data/regions/HR.js +1 -1
  849. data/node_modules/caniuse-lite/data/regions/HT.js +1 -1
  850. data/node_modules/caniuse-lite/data/regions/HU.js +1 -1
  851. data/node_modules/caniuse-lite/data/regions/ID.js +1 -1
  852. data/node_modules/caniuse-lite/data/regions/IE.js +1 -1
  853. data/node_modules/caniuse-lite/data/regions/IL.js +1 -1
  854. data/node_modules/caniuse-lite/data/regions/IM.js +1 -1
  855. data/node_modules/caniuse-lite/data/regions/IN.js +1 -1
  856. data/node_modules/caniuse-lite/data/regions/IQ.js +1 -1
  857. data/node_modules/caniuse-lite/data/regions/IR.js +1 -1
  858. data/node_modules/caniuse-lite/data/regions/IS.js +1 -1
  859. data/node_modules/caniuse-lite/data/regions/IT.js +1 -1
  860. data/node_modules/caniuse-lite/data/regions/JE.js +1 -1
  861. data/node_modules/caniuse-lite/data/regions/JM.js +1 -1
  862. data/node_modules/caniuse-lite/data/regions/JO.js +1 -1
  863. data/node_modules/caniuse-lite/data/regions/JP.js +1 -1
  864. data/node_modules/caniuse-lite/data/regions/KE.js +1 -1
  865. data/node_modules/caniuse-lite/data/regions/KG.js +1 -1
  866. data/node_modules/caniuse-lite/data/regions/KH.js +1 -1
  867. data/node_modules/caniuse-lite/data/regions/KI.js +1 -1
  868. data/node_modules/caniuse-lite/data/regions/KM.js +1 -1
  869. data/node_modules/caniuse-lite/data/regions/KN.js +1 -1
  870. data/node_modules/caniuse-lite/data/regions/KP.js +1 -1
  871. data/node_modules/caniuse-lite/data/regions/KR.js +1 -1
  872. data/node_modules/caniuse-lite/data/regions/KW.js +1 -1
  873. data/node_modules/caniuse-lite/data/regions/KY.js +1 -1
  874. data/node_modules/caniuse-lite/data/regions/KZ.js +1 -1
  875. data/node_modules/caniuse-lite/data/regions/LA.js +1 -1
  876. data/node_modules/caniuse-lite/data/regions/LB.js +1 -1
  877. data/node_modules/caniuse-lite/data/regions/LC.js +1 -1
  878. data/node_modules/caniuse-lite/data/regions/LI.js +1 -1
  879. data/node_modules/caniuse-lite/data/regions/LK.js +1 -1
  880. data/node_modules/caniuse-lite/data/regions/LR.js +1 -1
  881. data/node_modules/caniuse-lite/data/regions/LS.js +1 -1
  882. data/node_modules/caniuse-lite/data/regions/LT.js +1 -1
  883. data/node_modules/caniuse-lite/data/regions/LU.js +1 -1
  884. data/node_modules/caniuse-lite/data/regions/LV.js +1 -1
  885. data/node_modules/caniuse-lite/data/regions/LY.js +1 -1
  886. data/node_modules/caniuse-lite/data/regions/MA.js +1 -1
  887. data/node_modules/caniuse-lite/data/regions/MC.js +1 -1
  888. data/node_modules/caniuse-lite/data/regions/MD.js +1 -1
  889. data/node_modules/caniuse-lite/data/regions/ME.js +1 -1
  890. data/node_modules/caniuse-lite/data/regions/MG.js +1 -1
  891. data/node_modules/caniuse-lite/data/regions/MH.js +1 -1
  892. data/node_modules/caniuse-lite/data/regions/MK.js +1 -1
  893. data/node_modules/caniuse-lite/data/regions/ML.js +1 -1
  894. data/node_modules/caniuse-lite/data/regions/MM.js +1 -1
  895. data/node_modules/caniuse-lite/data/regions/MN.js +1 -1
  896. data/node_modules/caniuse-lite/data/regions/MO.js +1 -1
  897. data/node_modules/caniuse-lite/data/regions/MP.js +1 -1
  898. data/node_modules/caniuse-lite/data/regions/MQ.js +1 -1
  899. data/node_modules/caniuse-lite/data/regions/MR.js +1 -1
  900. data/node_modules/caniuse-lite/data/regions/MS.js +1 -1
  901. data/node_modules/caniuse-lite/data/regions/MT.js +1 -1
  902. data/node_modules/caniuse-lite/data/regions/MU.js +1 -1
  903. data/node_modules/caniuse-lite/data/regions/MV.js +1 -1
  904. data/node_modules/caniuse-lite/data/regions/MW.js +1 -1
  905. data/node_modules/caniuse-lite/data/regions/MX.js +1 -1
  906. data/node_modules/caniuse-lite/data/regions/MY.js +1 -1
  907. data/node_modules/caniuse-lite/data/regions/MZ.js +1 -1
  908. data/node_modules/caniuse-lite/data/regions/NA.js +1 -1
  909. data/node_modules/caniuse-lite/data/regions/NC.js +1 -1
  910. data/node_modules/caniuse-lite/data/regions/NE.js +1 -1
  911. data/node_modules/caniuse-lite/data/regions/NF.js +1 -1
  912. data/node_modules/caniuse-lite/data/regions/NG.js +1 -1
  913. data/node_modules/caniuse-lite/data/regions/NI.js +1 -1
  914. data/node_modules/caniuse-lite/data/regions/NL.js +1 -1
  915. data/node_modules/caniuse-lite/data/regions/NO.js +1 -1
  916. data/node_modules/caniuse-lite/data/regions/NP.js +1 -1
  917. data/node_modules/caniuse-lite/data/regions/NR.js +1 -1
  918. data/node_modules/caniuse-lite/data/regions/NU.js +1 -1
  919. data/node_modules/caniuse-lite/data/regions/NZ.js +1 -1
  920. data/node_modules/caniuse-lite/data/regions/OM.js +1 -1
  921. data/node_modules/caniuse-lite/data/regions/PA.js +1 -1
  922. data/node_modules/caniuse-lite/data/regions/PE.js +1 -1
  923. data/node_modules/caniuse-lite/data/regions/PF.js +1 -1
  924. data/node_modules/caniuse-lite/data/regions/PG.js +1 -1
  925. data/node_modules/caniuse-lite/data/regions/PH.js +1 -1
  926. data/node_modules/caniuse-lite/data/regions/PK.js +1 -1
  927. data/node_modules/caniuse-lite/data/regions/PL.js +1 -1
  928. data/node_modules/caniuse-lite/data/regions/PM.js +1 -1
  929. data/node_modules/caniuse-lite/data/regions/PN.js +1 -1
  930. data/node_modules/caniuse-lite/data/regions/PR.js +1 -1
  931. data/node_modules/caniuse-lite/data/regions/PS.js +1 -1
  932. data/node_modules/caniuse-lite/data/regions/PT.js +1 -1
  933. data/node_modules/caniuse-lite/data/regions/PW.js +1 -1
  934. data/node_modules/caniuse-lite/data/regions/PY.js +1 -1
  935. data/node_modules/caniuse-lite/data/regions/QA.js +1 -1
  936. data/node_modules/caniuse-lite/data/regions/RE.js +1 -1
  937. data/node_modules/caniuse-lite/data/regions/RO.js +1 -1
  938. data/node_modules/caniuse-lite/data/regions/RS.js +1 -1
  939. data/node_modules/caniuse-lite/data/regions/RU.js +1 -1
  940. data/node_modules/caniuse-lite/data/regions/RW.js +1 -1
  941. data/node_modules/caniuse-lite/data/regions/SA.js +1 -1
  942. data/node_modules/caniuse-lite/data/regions/SB.js +1 -1
  943. data/node_modules/caniuse-lite/data/regions/SC.js +1 -1
  944. data/node_modules/caniuse-lite/data/regions/SD.js +1 -1
  945. data/node_modules/caniuse-lite/data/regions/SE.js +1 -1
  946. data/node_modules/caniuse-lite/data/regions/SG.js +1 -1
  947. data/node_modules/caniuse-lite/data/regions/SH.js +1 -1
  948. data/node_modules/caniuse-lite/data/regions/SI.js +1 -1
  949. data/node_modules/caniuse-lite/data/regions/SK.js +1 -1
  950. data/node_modules/caniuse-lite/data/regions/SL.js +1 -1
  951. data/node_modules/caniuse-lite/data/regions/SM.js +1 -1
  952. data/node_modules/caniuse-lite/data/regions/SN.js +1 -1
  953. data/node_modules/caniuse-lite/data/regions/SO.js +1 -1
  954. data/node_modules/caniuse-lite/data/regions/SR.js +1 -1
  955. data/node_modules/caniuse-lite/data/regions/ST.js +1 -1
  956. data/node_modules/caniuse-lite/data/regions/SV.js +1 -1
  957. data/node_modules/caniuse-lite/data/regions/SY.js +1 -1
  958. data/node_modules/caniuse-lite/data/regions/SZ.js +1 -1
  959. data/node_modules/caniuse-lite/data/regions/TC.js +1 -1
  960. data/node_modules/caniuse-lite/data/regions/TD.js +1 -1
  961. data/node_modules/caniuse-lite/data/regions/TG.js +1 -1
  962. data/node_modules/caniuse-lite/data/regions/TH.js +1 -1
  963. data/node_modules/caniuse-lite/data/regions/TJ.js +1 -1
  964. data/node_modules/caniuse-lite/data/regions/TL.js +1 -1
  965. data/node_modules/caniuse-lite/data/regions/TM.js +1 -1
  966. data/node_modules/caniuse-lite/data/regions/TN.js +1 -1
  967. data/node_modules/caniuse-lite/data/regions/TO.js +1 -1
  968. data/node_modules/caniuse-lite/data/regions/TR.js +1 -1
  969. data/node_modules/caniuse-lite/data/regions/TT.js +1 -1
  970. data/node_modules/caniuse-lite/data/regions/TV.js +1 -1
  971. data/node_modules/caniuse-lite/data/regions/TW.js +1 -1
  972. data/node_modules/caniuse-lite/data/regions/TZ.js +1 -1
  973. data/node_modules/caniuse-lite/data/regions/UA.js +1 -1
  974. data/node_modules/caniuse-lite/data/regions/UG.js +1 -1
  975. data/node_modules/caniuse-lite/data/regions/US.js +1 -1
  976. data/node_modules/caniuse-lite/data/regions/UY.js +1 -1
  977. data/node_modules/caniuse-lite/data/regions/UZ.js +1 -1
  978. data/node_modules/caniuse-lite/data/regions/VA.js +1 -1
  979. data/node_modules/caniuse-lite/data/regions/VC.js +1 -1
  980. data/node_modules/caniuse-lite/data/regions/VE.js +1 -1
  981. data/node_modules/caniuse-lite/data/regions/VG.js +1 -1
  982. data/node_modules/caniuse-lite/data/regions/VI.js +1 -1
  983. data/node_modules/caniuse-lite/data/regions/VN.js +1 -1
  984. data/node_modules/caniuse-lite/data/regions/VU.js +1 -1
  985. data/node_modules/caniuse-lite/data/regions/WF.js +1 -1
  986. data/node_modules/caniuse-lite/data/regions/WS.js +1 -1
  987. data/node_modules/caniuse-lite/data/regions/YE.js +1 -1
  988. data/node_modules/caniuse-lite/data/regions/YT.js +1 -1
  989. data/node_modules/caniuse-lite/data/regions/ZA.js +1 -1
  990. data/node_modules/caniuse-lite/data/regions/ZM.js +1 -1
  991. data/node_modules/caniuse-lite/data/regions/ZW.js +1 -1
  992. data/node_modules/caniuse-lite/data/regions/alt-af.js +1 -1
  993. data/node_modules/caniuse-lite/data/regions/alt-an.js +1 -1
  994. data/node_modules/caniuse-lite/data/regions/alt-as.js +1 -1
  995. data/node_modules/caniuse-lite/data/regions/alt-eu.js +1 -1
  996. data/node_modules/caniuse-lite/data/regions/alt-na.js +1 -1
  997. data/node_modules/caniuse-lite/data/regions/alt-oc.js +1 -1
  998. data/node_modules/caniuse-lite/data/regions/alt-sa.js +1 -1
  999. data/node_modules/caniuse-lite/data/regions/alt-ww.js +1 -1
  1000. data/node_modules/caniuse-lite/package.json +1 -1
  1001. data/node_modules/electron-to-chromium/chromium-versions.js +4 -1
  1002. data/node_modules/electron-to-chromium/chromium-versions.json +1 -1
  1003. data/node_modules/electron-to-chromium/full-chromium-versions.js +75 -3
  1004. data/node_modules/electron-to-chromium/full-chromium-versions.json +1 -1
  1005. data/node_modules/electron-to-chromium/full-versions.js +45 -1
  1006. data/node_modules/electron-to-chromium/full-versions.json +1 -1
  1007. data/node_modules/electron-to-chromium/package.json +1 -1
  1008. data/node_modules/electron-to-chromium/versions.js +8 -1
  1009. data/node_modules/electron-to-chromium/versions.json +1 -1
  1010. data/node_modules/es-object-atoms/CHANGELOG.md +21 -0
  1011. data/node_modules/es-object-atoms/README.md +7 -0
  1012. data/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +2 -2
  1013. data/node_modules/es-object-atoms/ToObject.d.ts +6 -2
  1014. data/node_modules/es-object-atoms/isObject.d.ts +3 -0
  1015. data/node_modules/es-object-atoms/isObject.js +6 -0
  1016. data/node_modules/es-object-atoms/package.json +9 -8
  1017. data/node_modules/es-object-atoms/test/index.js +11 -1
  1018. data/node_modules/es-shim-unscopables/CHANGELOG.md +8 -0
  1019. data/node_modules/es-shim-unscopables/index.d.ts +8 -0
  1020. data/node_modules/es-shim-unscopables/index.js +2 -1
  1021. data/node_modules/es-shim-unscopables/package.json +20 -11
  1022. data/node_modules/es-shim-unscopables/test/index.js +4 -1
  1023. data/node_modules/es-shim-unscopables/test/with.js +8 -0
  1024. data/node_modules/es-shim-unscopables/tsconfig.json +10 -0
  1025. data/node_modules/eslint-plugin-erb/LICENSE +21 -0
  1026. data/node_modules/eslint-plugin-erb/README.md +257 -0
  1027. data/node_modules/eslint-plugin-erb/index.js +3 -0
  1028. data/node_modules/eslint-plugin-erb/lib/autofix.js +44 -0
  1029. data/node_modules/eslint-plugin-erb/lib/cache.js +21 -0
  1030. data/node_modules/eslint-plugin-erb/lib/dummy_replacements_map.js +30 -0
  1031. data/node_modules/eslint-plugin-erb/lib/file_coordinates.js +41 -0
  1032. data/node_modules/eslint-plugin-erb/lib/index.js +50 -0
  1033. data/node_modules/eslint-plugin-erb/lib/offset_calculation.js +50 -0
  1034. data/node_modules/eslint-plugin-erb/lib/offset_map.js +111 -0
  1035. data/node_modules/eslint-plugin-erb/lib/postprocess.js +72 -0
  1036. data/node_modules/eslint-plugin-erb/lib/preprocess.js +113 -0
  1037. data/node_modules/eslint-plugin-erb/package.json +50 -0
  1038. data/node_modules/flatted/index.js +3 -3
  1039. data/node_modules/flatted/min.js +1 -1
  1040. data/node_modules/flatted/package.json +21 -8
  1041. data/node_modules/flatted/python/flatted.py +4 -4
  1042. data/node_modules/flow-parser/flow_parser.js +5550 -5530
  1043. data/node_modules/flow-parser/package.json +1 -1
  1044. data/node_modules/for-each/CHANGELOG.md +107 -0
  1045. data/node_modules/for-each/README.md +0 -4
  1046. data/node_modules/for-each/index.d.ts +35 -0
  1047. data/node_modules/for-each/index.js +11 -4
  1048. data/node_modules/for-each/package.json +47 -36
  1049. data/node_modules/for-each/test/test.js +54 -12
  1050. data/node_modules/for-each/tsconfig.json +8 -0
  1051. data/node_modules/get-intrinsic/CHANGELOG.md +8 -0
  1052. data/node_modules/get-intrinsic/index.js +1 -0
  1053. data/node_modules/get-intrinsic/package.json +8 -8
  1054. data/node_modules/import-fresh/index.js +2 -1
  1055. data/node_modules/import-fresh/package.json +6 -1
  1056. data/node_modules/import-fresh/readme.md +14 -8
  1057. data/node_modules/is-async-function/CHANGELOG.md +13 -0
  1058. data/node_modules/is-async-function/index.d.ts +4 -2
  1059. data/node_modules/is-async-function/index.js +3 -18
  1060. data/node_modules/is-async-function/package.json +8 -3
  1061. data/node_modules/is-boolean-object/CHANGELOG.md +11 -0
  1062. data/node_modules/is-boolean-object/index.js +1 -1
  1063. data/node_modules/is-boolean-object/package.json +8 -6
  1064. data/node_modules/is-boolean-object/test/index.js +24 -1
  1065. data/node_modules/is-weakref/CHANGELOG.md +8 -0
  1066. data/node_modules/is-weakref/index.d.ts +1 -1
  1067. data/node_modules/is-weakref/index.js +3 -1
  1068. data/node_modules/is-weakref/package.json +6 -6
  1069. data/node_modules/object-inspect/CHANGELOG.md +8 -0
  1070. data/node_modules/object-inspect/index.js +10 -7
  1071. data/node_modules/object-inspect/package.json +5 -4
  1072. data/node_modules/object-inspect/test/values.js +50 -0
  1073. data/node_modules/possible-typed-array-names/CHANGELOG.md +14 -0
  1074. data/node_modules/possible-typed-array-names/README.md +4 -2
  1075. data/node_modules/possible-typed-array-names/index.d.ts +1 -0
  1076. data/node_modules/possible-typed-array-names/index.js +1 -0
  1077. data/node_modules/possible-typed-array-names/package.json +10 -9
  1078. data/node_modules/possible-typed-array-names/test/index.js +6 -3
  1079. data/node_modules/possible-typed-array-names/tsconfig.json +2 -42
  1080. data/node_modules/recast/lib/lines.d.ts +2 -2
  1081. data/node_modules/recast/lib/printer.js +17 -5
  1082. data/node_modules/recast/package.json +1 -1
  1083. data/node_modules/typescript/README.md +1 -1
  1084. data/node_modules/typescript/lib/_tsc.js +931 -500
  1085. data/node_modules/typescript/lib/_tsserver.js +43 -7
  1086. data/node_modules/typescript/lib/cs/diagnosticMessages.generated.json +14 -8
  1087. data/node_modules/typescript/lib/de/diagnosticMessages.generated.json +14 -8
  1088. data/node_modules/typescript/lib/es/diagnosticMessages.generated.json +14 -8
  1089. data/node_modules/typescript/lib/fr/diagnosticMessages.generated.json +14 -8
  1090. data/node_modules/typescript/lib/it/diagnosticMessages.generated.json +14 -8
  1091. data/node_modules/typescript/lib/ja/diagnosticMessages.generated.json +14 -8
  1092. data/node_modules/typescript/lib/ko/diagnosticMessages.generated.json +14 -8
  1093. data/node_modules/typescript/lib/lib.dom.d.ts +769 -142
  1094. data/node_modules/typescript/lib/lib.dom.iterable.d.ts +9 -7
  1095. data/node_modules/typescript/lib/lib.es2015.iterable.d.ts +69 -54
  1096. data/node_modules/typescript/lib/lib.es2020.bigint.d.ts +41 -7
  1097. data/node_modules/typescript/lib/lib.es2023.array.d.ts +24 -24
  1098. data/node_modules/typescript/lib/lib.es5.d.ts +60 -51
  1099. data/node_modules/typescript/lib/lib.esnext.d.ts +2 -0
  1100. data/node_modules/typescript/lib/lib.esnext.float16.d.ts +443 -0
  1101. data/node_modules/typescript/lib/lib.esnext.iterator.d.ts +1 -1
  1102. data/node_modules/typescript/lib/lib.esnext.promise.d.ts +34 -0
  1103. data/node_modules/typescript/lib/lib.webworker.d.ts +262 -55
  1104. data/node_modules/typescript/lib/lib.webworker.iterable.d.ts +6 -7
  1105. data/node_modules/typescript/lib/pl/diagnosticMessages.generated.json +14 -8
  1106. data/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json +14 -8
  1107. data/node_modules/typescript/lib/ru/diagnosticMessages.generated.json +14 -8
  1108. data/node_modules/typescript/lib/tr/diagnosticMessages.generated.json +14 -8
  1109. data/node_modules/typescript/lib/typescript.d.ts +14 -3
  1110. data/node_modules/typescript/lib/typescript.js +1035 -570
  1111. data/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json +14 -8
  1112. data/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json +14 -8
  1113. data/node_modules/typescript/package.json +22 -22
  1114. data/node_modules/update-browserslist-db/index.js +5 -7
  1115. data/node_modules/update-browserslist-db/package.json +2 -2
  1116. data/node_modules/which-typed-array/CHANGELOG.md +10 -0
  1117. data/node_modules/which-typed-array/index.js +21 -20
  1118. data/node_modules/which-typed-array/package.json +9 -7
  1119. data/node_modules/which-typed-array/tsconfig.json +1 -1
  1120. data/package.json +1 -1
  1121. metadata +39 -196
  1122. data/linters/jscodeshift/arrow-function-transform.js +0 -42
  1123. data/node_modules/.bin/jscodeshift +0 -1
  1124. data/node_modules/@babel/eslint-parser/LICENSE +0 -22
  1125. data/node_modules/@babel/eslint-parser/README.md +0 -142
  1126. data/node_modules/@babel/eslint-parser/lib/analyze-scope.cjs +0 -322
  1127. data/node_modules/@babel/eslint-parser/lib/analyze-scope.cjs.map +0 -1
  1128. data/node_modules/@babel/eslint-parser/lib/client.cjs +0 -106
  1129. data/node_modules/@babel/eslint-parser/lib/client.cjs.map +0 -1
  1130. data/node_modules/@babel/eslint-parser/lib/configuration.cjs +0 -23
  1131. data/node_modules/@babel/eslint-parser/lib/configuration.cjs.map +0 -1
  1132. data/node_modules/@babel/eslint-parser/lib/convert/convertAST.cjs +0 -134
  1133. data/node_modules/@babel/eslint-parser/lib/convert/convertAST.cjs.map +0 -1
  1134. data/node_modules/@babel/eslint-parser/lib/convert/convertComments.cjs +0 -10
  1135. data/node_modules/@babel/eslint-parser/lib/convert/convertComments.cjs.map +0 -1
  1136. data/node_modules/@babel/eslint-parser/lib/convert/convertTokens.cjs +0 -159
  1137. data/node_modules/@babel/eslint-parser/lib/convert/convertTokens.cjs.map +0 -1
  1138. data/node_modules/@babel/eslint-parser/lib/convert/index.cjs +0 -25
  1139. data/node_modules/@babel/eslint-parser/lib/convert/index.cjs.map +0 -1
  1140. data/node_modules/@babel/eslint-parser/lib/experimental-worker.cjs +0 -32
  1141. data/node_modules/@babel/eslint-parser/lib/experimental-worker.cjs.map +0 -1
  1142. data/node_modules/@babel/eslint-parser/lib/index.cjs +0 -32
  1143. data/node_modules/@babel/eslint-parser/lib/index.cjs.map +0 -1
  1144. data/node_modules/@babel/eslint-parser/lib/parse.cjs +0 -37
  1145. data/node_modules/@babel/eslint-parser/lib/parse.cjs.map +0 -1
  1146. data/node_modules/@babel/eslint-parser/lib/utils/eslint-version.cjs +0 -5
  1147. data/node_modules/@babel/eslint-parser/lib/utils/eslint-version.cjs.map +0 -1
  1148. data/node_modules/@babel/eslint-parser/lib/worker/ast-info.cjs +0 -37
  1149. data/node_modules/@babel/eslint-parser/lib/worker/ast-info.cjs.map +0 -1
  1150. data/node_modules/@babel/eslint-parser/lib/worker/babel-core.cjs +0 -21
  1151. data/node_modules/@babel/eslint-parser/lib/worker/babel-core.cjs.map +0 -1
  1152. data/node_modules/@babel/eslint-parser/lib/worker/configuration.cjs +0 -91
  1153. data/node_modules/@babel/eslint-parser/lib/worker/configuration.cjs.map +0 -1
  1154. data/node_modules/@babel/eslint-parser/lib/worker/extract-parser-options-plugin.cjs +0 -11
  1155. data/node_modules/@babel/eslint-parser/lib/worker/extract-parser-options-plugin.cjs.map +0 -1
  1156. data/node_modules/@babel/eslint-parser/lib/worker/handle-message.cjs +0 -32
  1157. data/node_modules/@babel/eslint-parser/lib/worker/handle-message.cjs.map +0 -1
  1158. data/node_modules/@babel/eslint-parser/lib/worker/index.cjs +0 -39
  1159. data/node_modules/@babel/eslint-parser/lib/worker/index.cjs.map +0 -1
  1160. data/node_modules/@babel/eslint-parser/lib/worker/maybeParse.cjs +0 -48
  1161. data/node_modules/@babel/eslint-parser/lib/worker/maybeParse.cjs.map +0 -1
  1162. data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/CHANGELOG.md +0 -36
  1163. data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/LICENSE +0 -201
  1164. data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/README.md +0 -98
  1165. data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/lib/index.js +0 -81
  1166. data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/lib/visitor-keys.json +0 -289
  1167. data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/package.json +0 -39
  1168. data/node_modules/@babel/eslint-parser/node_modules/semver/LICENSE +0 -15
  1169. data/node_modules/@babel/eslint-parser/node_modules/semver/README.md +0 -443
  1170. data/node_modules/@babel/eslint-parser/node_modules/semver/bin/semver.js +0 -174
  1171. data/node_modules/@babel/eslint-parser/node_modules/semver/package.json +0 -38
  1172. data/node_modules/@babel/eslint-parser/node_modules/semver/range.bnf +0 -16
  1173. data/node_modules/@babel/eslint-parser/node_modules/semver/semver.js +0 -1643
  1174. data/node_modules/@babel/eslint-parser/package.json +0 -53
  1175. data/node_modules/@babel/eslint-parser/types.d.cts +0 -9
  1176. data/node_modules/@babel/plugin-proposal-decorators/LICENSE +0 -22
  1177. data/node_modules/@babel/plugin-proposal-decorators/README.md +0 -19
  1178. data/node_modules/@babel/plugin-proposal-decorators/lib/index.js +0 -41
  1179. data/node_modules/@babel/plugin-proposal-decorators/lib/index.js.map +0 -1
  1180. data/node_modules/@babel/plugin-proposal-decorators/lib/transformer-legacy.js +0 -165
  1181. data/node_modules/@babel/plugin-proposal-decorators/lib/transformer-legacy.js.map +0 -1
  1182. data/node_modules/@babel/plugin-proposal-decorators/package.json +0 -42
  1183. data/node_modules/@babel/plugin-syntax-decorators/LICENSE +0 -22
  1184. data/node_modules/@babel/plugin-syntax-decorators/README.md +0 -19
  1185. data/node_modules/@babel/plugin-syntax-decorators/lib/index.js +0 -81
  1186. data/node_modules/@babel/plugin-syntax-decorators/lib/index.js.map +0 -1
  1187. data/node_modules/@babel/plugin-syntax-decorators/package.json +0 -33
  1188. data/node_modules/@babel/plugin-transform-react-display-name/LICENSE +0 -22
  1189. data/node_modules/@babel/plugin-transform-react-display-name/README.md +0 -19
  1190. data/node_modules/@babel/plugin-transform-react-display-name/lib/index.js +0 -92
  1191. data/node_modules/@babel/plugin-transform-react-display-name/lib/index.js.map +0 -1
  1192. data/node_modules/@babel/plugin-transform-react-display-name/package.json +0 -34
  1193. data/node_modules/@babel/plugin-transform-react-jsx/LICENSE +0 -22
  1194. data/node_modules/@babel/plugin-transform-react-jsx/README.md +0 -19
  1195. data/node_modules/@babel/plugin-transform-react-jsx/lib/create-plugin.js +0 -505
  1196. data/node_modules/@babel/plugin-transform-react-jsx/lib/create-plugin.js.map +0 -1
  1197. data/node_modules/@babel/plugin-transform-react-jsx/lib/development.js +0 -13
  1198. data/node_modules/@babel/plugin-transform-react-jsx/lib/development.js.map +0 -1
  1199. data/node_modules/@babel/plugin-transform-react-jsx/lib/index.js +0 -13
  1200. data/node_modules/@babel/plugin-transform-react-jsx/lib/index.js.map +0 -1
  1201. data/node_modules/@babel/plugin-transform-react-jsx/package.json +0 -39
  1202. data/node_modules/@babel/plugin-transform-react-jsx-development/LICENSE +0 -22
  1203. data/node_modules/@babel/plugin-transform-react-jsx-development/README.md +0 -19
  1204. data/node_modules/@babel/plugin-transform-react-jsx-development/lib/index.js +0 -10
  1205. data/node_modules/@babel/plugin-transform-react-jsx-development/lib/index.js.map +0 -1
  1206. data/node_modules/@babel/plugin-transform-react-jsx-development/package.json +0 -33
  1207. data/node_modules/@babel/plugin-transform-react-pure-annotations/LICENSE +0 -22
  1208. data/node_modules/@babel/plugin-transform-react-pure-annotations/README.md +0 -19
  1209. data/node_modules/@babel/plugin-transform-react-pure-annotations/lib/index.js +0 -49
  1210. data/node_modules/@babel/plugin-transform-react-pure-annotations/lib/index.js.map +0 -1
  1211. data/node_modules/@babel/plugin-transform-react-pure-annotations/package.json +0 -34
  1212. data/node_modules/@babel/preset-react/LICENSE +0 -22
  1213. data/node_modules/@babel/preset-react/README.md +0 -19
  1214. data/node_modules/@babel/preset-react/lib/index.js +0 -79
  1215. data/node_modules/@babel/preset-react/lib/index.js.map +0 -1
  1216. data/node_modules/@babel/preset-react/package.json +0 -37
  1217. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/LICENSE +0 -7
  1218. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/index.js +0 -8
  1219. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/CHANGELOG.md +0 -70
  1220. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/LICENSE +0 -22
  1221. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/README.md +0 -54
  1222. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/definition.js +0 -86
  1223. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/index.js +0 -165
  1224. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/pattern-visitor.js +0 -152
  1225. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/reference.js +0 -167
  1226. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/referencer.js +0 -629
  1227. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/scope-manager.js +0 -247
  1228. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/scope.js +0 -748
  1229. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/variable.js +0 -88
  1230. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/LICENSE.BSD +0 -19
  1231. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/README.md +0 -153
  1232. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/estraverse.js +0 -782
  1233. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/gulpfile.js +0 -70
  1234. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/package.json +0 -40
  1235. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/package.json +0 -48
  1236. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/package.json +0 -14
  1237. data/node_modules/flatted/python/test.py +0 -63
  1238. data/node_modules/jscodeshift/CHANGELOG.md +0 -226
  1239. data/node_modules/jscodeshift/CODE_OF_CONDUCT.md +0 -3
  1240. data/node_modules/jscodeshift/CONTRIBUTING.md +0 -48
  1241. data/node_modules/jscodeshift/README.md +0 -671
  1242. data/node_modules/jscodeshift/bin/jscodeshift.js +0 -182
  1243. data/node_modules/jscodeshift/bin/jscodeshift.sh +0 -12
  1244. data/node_modules/jscodeshift/dist/Collection.js +0 -472
  1245. data/node_modules/jscodeshift/dist/Runner.js +0 -322
  1246. data/node_modules/jscodeshift/dist/Worker.js +0 -210
  1247. data/node_modules/jscodeshift/dist/__testfixtures__/test-async-transform.input.js +0 -1
  1248. data/node_modules/jscodeshift/dist/__testfixtures__/test-async-transform.js +0 -11
  1249. data/node_modules/jscodeshift/dist/__testfixtures__/test-async-transform.output.js +0 -1
  1250. data/node_modules/jscodeshift/dist/__testfixtures__/test-sync-transform.input.js +0 -1
  1251. data/node_modules/jscodeshift/dist/__testfixtures__/test-sync-transform.js +0 -7
  1252. data/node_modules/jscodeshift/dist/__testfixtures__/test-sync-transform.output.js +0 -1
  1253. data/node_modules/jscodeshift/dist/argsParser.js +0 -273
  1254. data/node_modules/jscodeshift/dist/collections/ImportDeclaration.js +0 -113
  1255. data/node_modules/jscodeshift/dist/collections/JSXElement.js +0 -221
  1256. data/node_modules/jscodeshift/dist/collections/Node.js +0 -187
  1257. data/node_modules/jscodeshift/dist/collections/VariableDeclarator.js +0 -210
  1258. data/node_modules/jscodeshift/dist/collections/index.js +0 -14
  1259. data/node_modules/jscodeshift/dist/core.js +0 -183
  1260. data/node_modules/jscodeshift/dist/getParser.js +0 -25
  1261. data/node_modules/jscodeshift/dist/ignoreFiles.js +0 -68
  1262. data/node_modules/jscodeshift/dist/matchNode.js +0 -40
  1263. data/node_modules/jscodeshift/dist/template.js +0 -173
  1264. data/node_modules/jscodeshift/dist/testUtils.js +0 -173
  1265. data/node_modules/jscodeshift/dist/utils/intersection.js +0 -27
  1266. data/node_modules/jscodeshift/dist/utils/once.js +0 -21
  1267. data/node_modules/jscodeshift/dist/utils/union.js +0 -20
  1268. data/node_modules/jscodeshift/index.js +0 -9
  1269. data/node_modules/jscodeshift/package.json +0 -74
  1270. data/node_modules/jscodeshift/parser/babel5Compat.js +0 -50
  1271. data/node_modules/jscodeshift/parser/babylon.js +0 -57
  1272. data/node_modules/jscodeshift/parser/flow.js +0 -34
  1273. data/node_modules/jscodeshift/parser/ts.js +0 -24
  1274. data/node_modules/jscodeshift/parser/tsOptions.js +0 -46
  1275. data/node_modules/jscodeshift/parser/tsx.js +0 -27
  1276. data/node_modules/jscodeshift/src/Collection.js +0 -472
  1277. data/node_modules/jscodeshift/src/Runner.js +0 -322
  1278. data/node_modules/jscodeshift/src/Worker.js +0 -210
  1279. data/node_modules/jscodeshift/src/__testfixtures__/test-async-transform.input.js +0 -1
  1280. data/node_modules/jscodeshift/src/__testfixtures__/test-async-transform.js +0 -11
  1281. data/node_modules/jscodeshift/src/__testfixtures__/test-async-transform.output.js +0 -1
  1282. data/node_modules/jscodeshift/src/__testfixtures__/test-sync-transform.input.js +0 -1
  1283. data/node_modules/jscodeshift/src/__testfixtures__/test-sync-transform.js +0 -7
  1284. data/node_modules/jscodeshift/src/__testfixtures__/test-sync-transform.output.js +0 -1
  1285. data/node_modules/jscodeshift/src/argsParser.js +0 -273
  1286. data/node_modules/jscodeshift/src/collections/ImportDeclaration.js +0 -113
  1287. data/node_modules/jscodeshift/src/collections/JSXElement.js +0 -221
  1288. data/node_modules/jscodeshift/src/collections/Node.js +0 -187
  1289. data/node_modules/jscodeshift/src/collections/VariableDeclarator.js +0 -210
  1290. data/node_modules/jscodeshift/src/collections/index.js +0 -14
  1291. data/node_modules/jscodeshift/src/core.js +0 -183
  1292. data/node_modules/jscodeshift/src/getParser.js +0 -25
  1293. data/node_modules/jscodeshift/src/ignoreFiles.js +0 -68
  1294. data/node_modules/jscodeshift/src/matchNode.js +0 -40
  1295. data/node_modules/jscodeshift/src/template.js +0 -173
  1296. data/node_modules/jscodeshift/src/testUtils.js +0 -173
  1297. data/node_modules/jscodeshift/src/utils/intersection.js +0 -27
  1298. data/node_modules/jscodeshift/src/utils/once.js +0 -21
  1299. data/node_modules/jscodeshift/src/utils/union.js +0 -20
  1300. data/node_modules/jscodeshift/utils/requirePackage.js +0 -24
  1301. data/node_modules/jscodeshift/utils/testUtils.js +0 -49
  1302. data/node_modules/jscodeshift/website/README.md +0 -44
  1303. data/node_modules/jscodeshift/website/astro.config.mjs +0 -36
  1304. data/node_modules/jscodeshift/website/package.json +0 -17
  1305. data/node_modules/jscodeshift/website/public/favicon.svg +0 -1
  1306. data/node_modules/jscodeshift/website/src/assets/houston.webp +0 -0
  1307. data/node_modules/jscodeshift/website/src/content/config.ts +0 -6
  1308. data/node_modules/jscodeshift/website/src/content/docs/build/api-reference.mdx +0 -406
  1309. data/node_modules/jscodeshift/website/src/content/docs/build/ast-grammar.mdx +0 -3086
  1310. data/node_modules/jscodeshift/website/src/content/docs/index.mdx +0 -15
  1311. data/node_modules/jscodeshift/website/src/content/docs/overview/introduction.mdx +0 -45
  1312. data/node_modules/jscodeshift/website/src/content/docs/run/cli.mdx +0 -161
  1313. data/node_modules/jscodeshift/website/src/env.d.ts +0 -2
  1314. data/node_modules/jscodeshift/website/tsconfig.json +0 -3
  1315. data/node_modules/typescript/lib/cancellationToken.js +0 -90
@@ -1 +1 @@
1
- module.exports={C:{"34":0.0048,"39":0.00961,"52":0.00961,"78":0.0048,"112":0.0048,"113":0.0048,"114":0.0048,"115":0.24981,"120":0.0048,"122":0.0048,"124":0.0048,"125":0.0048,"126":0.0048,"127":0.01441,"128":0.02402,"129":0.0048,"130":0.00961,"131":0.09608,"132":1.50846,"133":0.07686,"134":0.0048,_:"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 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 116 117 118 119 121 123 135 136 3.5 3.6"},D:{"29":0.02402,"37":0.0048,"38":0.00961,"49":0.0048,"55":0.0048,"56":0.0048,"65":0.0048,"67":0.0048,"68":0.0048,"70":0.0048,"74":0.0048,"75":0.0048,"76":0.0048,"78":0.0048,"79":0.02882,"80":0.0048,"81":0.02402,"85":0.0048,"86":0.03843,"87":0.04324,"88":0.0048,"89":0.01441,"90":0.0048,"91":0.02402,"92":0.0048,"93":0.02882,"94":0.03843,"96":0.0048,"97":0.00961,"98":0.00961,"99":0.00961,"100":0.00961,"101":0.00961,"102":0.09608,"103":1.90238,"104":0.0048,"105":0.07206,"106":0.01441,"107":0.01441,"108":0.01922,"109":1.75826,"110":0.0048,"111":0.00961,"112":0.01441,"113":0.01441,"114":0.14892,"115":0.00961,"116":0.15373,"117":0.01922,"118":0.10088,"119":0.02882,"120":0.07686,"121":0.06245,"122":0.13451,"123":0.07206,"124":0.08167,"125":0.05284,"126":0.245,"127":0.26902,"128":0.21618,"129":0.8407,"130":19.34571,"131":11.06361,"132":0.02402,"133":0.0048,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 30 31 32 33 34 35 36 39 40 41 42 43 44 45 46 47 48 50 51 52 53 54 57 58 59 60 61 62 63 64 66 69 71 72 73 77 83 84 95 134"},F:{"28":0.0048,"46":0.01922,"85":0.02882,"86":0.0048,"95":0.01922,"102":0.0048,"104":0.0048,"113":0.02882,"114":0.78786,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 87 88 89 90 91 92 93 94 96 97 98 99 100 101 103 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.0048,"109":0.08167,"114":0.0048,"118":0.0048,"120":0.00961,"122":0.00961,"124":0.0048,"125":0.0048,"126":0.00961,"127":0.01441,"128":0.01441,"129":0.06245,"130":2.05131,"131":1.3211,_:"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 115 116 117 119 121 123"},E:{"13":0.0048,"14":0.02402,"15":0.0048,_:"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 12.1","13.1":0.01441,"14.1":0.06726,"15.1":0.0048,"15.2-15.3":0.00961,"15.4":0.00961,"15.5":0.01441,"15.6":0.1201,"16.0":0.01922,"16.1":0.02402,"16.2":0.01441,"16.3":0.03843,"16.4":0.01922,"16.5":0.02882,"16.6":0.14892,"17.0":0.00961,"17.1":0.01922,"17.2":0.03363,"17.3":0.02882,"17.4":0.06726,"17.5":0.17294,"17.6":0.66776,"18.0":0.31226,"18.1":0.29785,"18.2":0.0048},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00116,"5.0-5.1":0,"6.0-6.1":0.00466,"7.0-7.1":0.00582,"8.1-8.4":0,"9.0-9.2":0.00466,"9.3":0.01631,"10.0-10.2":0.00349,"10.3":0.02679,"11.0-11.2":0.31447,"11.3-11.4":0.00815,"12.0-12.1":0.00466,"12.2-12.5":0.1223,"13.0-13.1":0.00233,"13.2":0.03145,"13.3":0.00466,"13.4-13.7":0.01747,"14.0-14.4":0.03844,"14.5-14.8":0.05474,"15.0-15.1":0.03145,"15.2-15.3":0.02912,"15.4":0.03494,"15.5":0.04077,"15.6-15.8":0.43677,"16.0":0.0827,"16.1":0.17471,"16.2":0.08852,"16.3":0.15025,"16.4":0.03028,"16.5":0.06057,"16.6-16.7":0.57304,"17.0":0.04193,"17.1":0.06988,"17.2":0.05824,"17.3":0.08852,"17.4":0.18985,"17.5":0.56722,"17.6-17.7":4.89997,"18.0":1.73776,"18.1":1.52695,"18.2":0.06173},P:{"4":0.15731,"20":0.01049,"21":0.02097,"22":0.02097,"23":0.02097,"24":0.02097,"25":0.04195,"26":0.74461,"27":0.59778,"5.0-5.4":0.01049,"6.2-6.4":0.01049,"7.2-7.4":0.01049,_:"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":0.01049},I:{"0":0.02592,"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.0151,"10":0.00755,"11":0.08304,_:"6 7 9 5.5"},K:{"0":0.75328,_:"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.01039},O:{"0":0.90913},H:{"0":0},L:{"0":38.06874},R:{_:"0"},M:{"0":0.33768}};
1
+ module.exports={C:{"34":0.00409,"52":0.00409,"78":0.00409,"112":0.00409,"115":0.17992,"121":0.00409,"125":0.00409,"126":0.00409,"127":0.01227,"128":0.01636,"129":0.00409,"130":0.00409,"131":0.00818,"132":0.00818,"133":0.0368,"134":0.32303,"135":1.0427,"136":0.00818,"137":0.00409,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 113 114 116 117 118 119 120 122 123 124 138 3.5 3.6"},D:{"29":0.0368,"37":0.00409,"38":0.00409,"49":0.00409,"55":0.00409,"56":0.00409,"65":0.00409,"67":0.00409,"68":0.00409,"70":0.00818,"75":0.00409,"76":0.00409,"78":0.00409,"79":0.02862,"80":0.00409,"81":0.01636,"85":0.00409,"86":0.0368,"87":0.03271,"88":0.00818,"89":0.00409,"90":0.00818,"91":0.02453,"92":0.01636,"93":0.04089,"94":0.01636,"96":0.00409,"97":0.00818,"98":0.00409,"99":0.00818,"100":0.00818,"101":0.00818,"102":0.03271,"103":1.11221,"104":0.00818,"105":0.06542,"106":0.01227,"107":0.01227,"108":0.02045,"109":1.32484,"110":0.00409,"111":0.01227,"112":0.00818,"113":0.00818,"114":0.06951,"115":0.00409,"116":0.13085,"117":0.0368,"118":0.13494,"119":0.04089,"120":0.0368,"121":0.0368,"122":0.13085,"123":0.04498,"124":0.08587,"125":0.02862,"126":0.18401,"127":0.06134,"128":0.1472,"129":0.15129,"130":0.11858,"131":1.03861,"132":12.15251,"133":11.57187,"134":0.01636,"135":0.01227,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 30 31 32 33 34 35 36 39 40 41 42 43 44 45 46 47 48 50 51 52 53 54 57 58 59 60 61 62 63 64 66 69 71 72 73 74 77 83 84 95 136"},F:{"28":0.01227,"36":0.00409,"46":0.01636,"86":0.00409,"87":0.04498,"95":0.01636,"109":0.00409,"113":0.00409,"114":0.04498,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 29 30 31 32 33 34 35 37 38 39 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 102 103 104 105 106 107 108 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00409,"109":0.02045,"114":0.00409,"115":0.00818,"120":0.00818,"122":0.00409,"124":0.00409,"125":0.00409,"126":0.00818,"127":0.00409,"128":0.00409,"129":0.00409,"130":0.00818,"131":0.0736,"132":1.35755,"133":1.88094,_:"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 116 117 118 119 121 123"},E:{"13":0.00409,"14":0.01227,_:"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 18.4","13.1":0.01227,"14.1":0.0368,"15.1":0.00409,"15.2-15.3":0.00409,"15.4":0.00409,"15.5":0.00818,"15.6":0.08587,"16.0":0.02045,"16.1":0.02045,"16.2":0.01227,"16.3":0.02862,"16.4":0.01227,"16.5":0.02045,"16.6":0.09405,"17.0":0.00818,"17.1":0.03271,"17.2":0.01636,"17.3":0.02453,"17.4":0.04907,"17.5":0.11449,"17.6":0.23307,"18.0":0.06951,"18.1":0.42117,"18.2":0.1472,"18.3":0.58064},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0029,"5.0-5.1":0.00145,"6.0-6.1":0.00871,"7.0-7.1":0.00726,"8.1-8.4":0,"9.0-9.2":0.0029,"9.3":0.02178,"10.0-10.2":0.0029,"10.3":0.03339,"11.0-11.2":0.11469,"11.3-11.4":0.01016,"12.0-12.1":0.00581,"12.2-12.5":0.15388,"13.0-13.1":0.0029,"13.2":0.00436,"13.3":0.00581,"13.4-13.7":0.02178,"14.0-14.4":0.04791,"14.5-14.8":0.06678,"15.0-15.1":0.03484,"15.2-15.3":0.03484,"15.4":0.0421,"15.5":0.04791,"15.6-15.8":0.59376,"16.0":0.08565,"16.1":0.17856,"16.2":0.09001,"16.3":0.1626,"16.4":0.03629,"16.5":0.06823,"16.6-16.7":0.707,"17.0":0.04355,"17.1":0.07694,"17.2":0.06097,"17.3":0.08565,"17.4":0.17711,"17.5":0.42101,"17.6-17.7":1.38496,"18.0":0.40794,"18.1":3.74695,"18.2":1.20495,"18.3":4.29425,"18.4":0.00871},P:{"4":0.10528,"20":0.01053,"21":0.01053,"22":0.02106,"23":0.02106,"24":0.01053,"25":0.02106,"26":0.05264,"27":1.48443,"5.0-5.4":0.01053,"6.2-6.4":0.01053,"7.2-7.4":0.02106,_:"8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0.0295,"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.8039,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.07769,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":43.7528},R:{_:"0"},M:{"0":0.33693},Q:{"14.9":0.01182},O:{"0":1.06398},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"91":0.00215,"107":0.00215,"109":0.00215,"113":0.01722,"115":0.0581,"127":0.00215,"128":0.05595,"129":0.01937,"130":0.00215,"131":0.02582,"132":0.35938,"133":0.02798,_:"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 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 108 110 111 112 114 116 117 118 119 120 121 122 123 124 125 126 134 135 136 3.5 3.6"},D:{"11":0.0043,"43":0.00215,"53":0.00215,"65":0.00215,"68":0.00861,"70":0.0043,"72":0.00215,"73":0.0043,"74":0.0043,"75":0.00215,"77":0.00215,"79":0.00646,"81":0.02367,"83":0.00215,"85":0.00215,"86":0.00215,"87":0.01076,"88":0.0043,"89":0.0043,"90":0.02152,"91":0.02152,"92":0.02152,"93":0.00215,"94":0.00646,"95":0.02152,"97":0.00215,"98":0.00215,"99":0.00215,"100":0.00215,"101":0.00215,"102":0.01937,"103":0.0043,"104":0.04304,"105":0.00215,"106":0.00861,"107":0.00215,"108":0.00215,"109":1.11904,"110":0.00215,"111":0.0538,"112":0.00215,"113":0.00646,"114":0.04734,"116":0.02582,"117":0.00646,"118":0.00215,"119":0.00646,"120":0.02152,"121":0.01291,"122":0.02367,"123":0.01506,"124":0.02367,"125":0.03228,"126":0.01722,"127":0.03874,"128":0.05595,"129":0.16355,"130":3.01065,"131":2.13263,"132":0.00215,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 44 45 46 47 48 49 50 51 52 54 55 56 57 58 59 60 61 62 63 64 66 67 69 71 76 78 80 84 96 115 133 134"},F:{"49":0.00215,"79":0.01076,"81":0.00861,"83":0.0043,"85":0.00646,"86":0.00215,"91":0.00215,"95":0.03874,"108":0.0043,"112":0.00215,"113":0.0043,"114":0.34862,_:"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 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 82 84 87 88 89 90 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 109 110 111 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00215,"13":0.00215,"14":0.00215,"15":0.00215,"16":0.00215,"18":0.00646,"84":0.00215,"89":0.01076,"90":0.0043,"91":0.00215,"92":0.02152,"100":0.0043,"102":0.01076,"106":0.00215,"109":0.02582,"111":0.00215,"114":0.00215,"119":0.00215,"120":0.00215,"121":0.00215,"122":0.02367,"123":0.00215,"124":0.00215,"125":0.01722,"126":0.04734,"127":0.02152,"128":0.02367,"129":0.04519,"130":0.90814,"131":0.58534,_:"17 79 80 81 83 85 86 87 88 93 94 95 96 97 98 99 101 103 104 105 107 108 110 112 113 115 116 117 118"},E:{"13":0.00215,"14":0.00215,_:"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.5 16.2 16.3 17.0 17.1 17.2 18.2","13.1":0.00861,"14.1":0.0043,"15.4":0.00215,"15.6":0.02152,"16.0":0.00215,"16.1":0.00215,"16.4":0.00215,"16.5":0.00215,"16.6":0.00861,"17.3":0.00215,"17.4":0.00215,"17.5":0.00861,"17.6":0.01722,"18.0":0.01722,"18.1":0.01076},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00032,"5.0-5.1":0,"6.0-6.1":0.00129,"7.0-7.1":0.00162,"8.1-8.4":0,"9.0-9.2":0.00129,"9.3":0.00453,"10.0-10.2":0.00097,"10.3":0.00744,"11.0-11.2":0.08731,"11.3-11.4":0.00226,"12.0-12.1":0.00129,"12.2-12.5":0.03395,"13.0-13.1":0.00065,"13.2":0.00873,"13.3":0.00129,"13.4-13.7":0.00485,"14.0-14.4":0.01067,"14.5-14.8":0.0152,"15.0-15.1":0.00873,"15.2-15.3":0.00808,"15.4":0.0097,"15.5":0.01132,"15.6-15.8":0.12127,"16.0":0.02296,"16.1":0.04851,"16.2":0.02458,"16.3":0.04172,"16.4":0.00841,"16.5":0.01682,"16.6-16.7":0.1591,"17.0":0.01164,"17.1":0.0194,"17.2":0.01617,"17.3":0.02458,"17.4":0.05271,"17.5":0.15749,"17.6-17.7":1.36045,"18.0":0.48248,"18.1":0.42395,"18.2":0.01714},P:{"4":0.13792,"20":0.01061,"21":0.01061,"22":0.06365,"23":0.02122,"24":0.13792,"25":0.04244,"26":0.2334,"27":0.09548,_:"5.0-5.4 6.2-6.4 8.2 9.2 10.1 16.0 18.0","7.2-7.4":0.08487,"11.1-11.2":0.01061,"12.0":0.01061,"13.0":0.01061,"14.0":0.01061,"15.0":0.02122,"17.0":0.04244,"19.0":0.02122},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},A:{_:"6 7 8 9 10 11 5.5"},K:{"0":1.8515,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.3846,_:"3.0-3.1"},J:{_:"7 10"},Q:{"14.9":0.00785},O:{"0":0.11774},H:{"0":0.15},L:{"0":82.90632},R:{_:"0"},M:{"0":0.10204}};
1
+ module.exports={C:{"91":0.00441,"113":0.00221,"115":0.06395,"122":0.00221,"127":0.00221,"128":0.01764,"131":0.00441,"133":0.00882,"134":0.05733,"135":0.43659,_:"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 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 114 116 117 118 119 120 121 123 124 125 126 129 130 132 136 137 138 3.5 3.6"},D:{"11":0.00221,"43":0.00221,"49":0.00662,"50":0.00221,"57":0.00441,"70":0.00221,"72":0.00441,"73":0.01764,"74":0.00441,"77":0.00441,"78":0.01764,"79":0.00441,"81":0.01103,"85":0.01985,"86":0.00662,"87":0.0441,"88":0.00221,"90":0.00221,"91":0.04851,"92":0.05072,"93":0.00221,"94":0.00662,"95":0.01103,"98":0.00221,"99":0.00221,"101":0.02867,"102":0.01544,"103":0.00221,"104":0.01103,"106":0.01323,"109":0.68576,"111":0.04631,"112":0.00221,"114":0.02426,"116":0.01323,"117":0.00221,"118":0.00221,"119":0.02205,"120":0.00662,"121":0.00441,"122":0.02426,"123":0.01103,"124":0.03308,"125":0.01764,"126":0.02426,"127":0.01323,"128":0.0441,"129":0.02205,"130":0.03308,"131":0.20948,"132":3.16418,"133":2.51591,"134":0.00662,"135":0.00221,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 44 45 46 47 48 51 52 53 54 55 56 58 59 60 61 62 63 64 65 66 67 68 69 71 75 76 80 83 84 89 96 97 100 105 107 108 110 113 115 136"},F:{"42":0.00221,"46":0.00221,"79":0.02646,"86":0.00882,"87":0.00441,"95":0.05733,"108":0.00441,"111":0.00221,"114":0.00662,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 43 44 45 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 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.00662,"84":0.00221,"89":0.00221,"90":0.05292,"91":0.00221,"92":0.02205,"100":0.00441,"102":0.01764,"109":0.01323,"114":0.00441,"118":0.00221,"122":0.00882,"123":0.00441,"124":0.01985,"125":0.00441,"126":0.01544,"127":0.02205,"128":0.00221,"129":0.00441,"130":0.01544,"131":0.18522,"132":0.73868,"133":1.17527,_:"12 13 14 15 16 17 79 80 81 83 85 86 87 88 93 94 95 96 97 98 99 101 103 104 105 106 107 108 110 111 112 113 115 116 117 119 120 121"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 15.5 16.2 16.4 16.5 17.0 17.1 17.2 17.3 18.4","13.1":0.00882,"14.1":0.00441,"15.6":0.02867,"16.0":0.00441,"16.1":0.00441,"16.3":0.00221,"16.6":0.00882,"17.4":0.00662,"17.5":0.00221,"17.6":0.00662,"18.0":0.00221,"18.1":0.00221,"18.2":0.01103,"18.3":0.01323},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00091,"5.0-5.1":0.00045,"6.0-6.1":0.00272,"7.0-7.1":0.00227,"8.1-8.4":0,"9.0-9.2":0.00091,"9.3":0.00681,"10.0-10.2":0.00091,"10.3":0.01043,"11.0-11.2":0.03584,"11.3-11.4":0.00318,"12.0-12.1":0.00181,"12.2-12.5":0.04809,"13.0-13.1":0.00091,"13.2":0.00136,"13.3":0.00181,"13.4-13.7":0.00681,"14.0-14.4":0.01497,"14.5-14.8":0.02087,"15.0-15.1":0.01089,"15.2-15.3":0.01089,"15.4":0.01316,"15.5":0.01497,"15.6-15.8":0.18555,"16.0":0.02677,"16.1":0.0558,"16.2":0.02813,"16.3":0.05081,"16.4":0.01134,"16.5":0.02132,"16.6-16.7":0.22094,"17.0":0.01361,"17.1":0.02404,"17.2":0.01905,"17.3":0.02677,"17.4":0.05535,"17.5":0.13156,"17.6-17.7":0.4328,"18.0":0.12748,"18.1":1.17092,"18.2":0.37655,"18.3":1.34195,"18.4":0.00272},P:{"4":0.04145,"20":0.01036,"21":0.01036,"22":0.04145,"23":0.02072,"24":0.11398,"25":0.02072,"26":0.06217,"27":0.30049,_:"5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 13.0 16.0 18.0","7.2-7.4":0.08289,"12.0":0.03108,"14.0":0.03108,"15.0":0.01036,"17.0":0.05181,"19.0":0.02072},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":1.71639,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00441,_:"6 7 8 9 10 5.5"},S:{"2.5":0.30401,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":80.64997},R:{_:"0"},M:{"0":0.17149},Q:{_:"14.9"},O:{"0":0.05457},H:{"0":0.17}};
@@ -1 +1 @@
1
- module.exports={C:{"34":0.01249,"52":0.00312,"56":0.00312,"103":0.01562,"109":0.00312,"112":0.00312,"113":0.00312,"115":0.11243,"127":0.00625,"128":0.01562,"129":0.00312,"130":0.01562,"131":0.06558,"132":1.00873,"133":0.0812,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 104 105 106 107 108 110 111 114 116 117 118 119 120 121 122 123 124 125 126 134 135 136 3.5 3.6"},D:{"11":0.00312,"34":0.00312,"39":0.00312,"47":0.00312,"65":0.00312,"69":0.01249,"70":0.00312,"71":0.00312,"73":0.00625,"74":0.00937,"78":0.01249,"79":0.01562,"81":0.00625,"83":0.00312,"87":0.00625,"88":0.09057,"89":0.00312,"90":0.00312,"93":0.00312,"94":0.00625,"95":0.00312,"96":0.00312,"98":0.00312,"100":0.01562,"102":0.00625,"103":0.04997,"104":0.01562,"106":0.00937,"108":0.00312,"109":1.56775,"110":0.00312,"111":0.04372,"112":0.00312,"113":0.00312,"114":0.01249,"115":0.00312,"116":0.03435,"118":0.00312,"119":0.03123,"120":0.01249,"121":0.01874,"122":0.01874,"123":0.01874,"124":0.07183,"125":0.01249,"126":0.14678,"127":0.07495,"128":0.08744,"129":0.46533,"130":8.92241,"131":5.15295,"132":0.00625,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 40 41 42 43 44 45 46 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 66 67 68 72 75 76 77 80 84 85 86 91 92 97 99 101 105 107 117 133 134"},F:{"85":0.00937,"95":0.10618,"113":0.04372,"114":0.73703,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00937,"13":0.00312,"16":0.00625,"17":0.00312,"18":0.05309,"89":0.00625,"90":0.00312,"92":0.02811,"100":0.01249,"109":0.02811,"110":0.00312,"113":0.00312,"114":0.00625,"117":0.00312,"118":0.02186,"119":0.00312,"120":0.02811,"121":0.00312,"122":0.01249,"123":0.00312,"124":0.00625,"125":0.02186,"126":0.01249,"127":0.02811,"128":0.06246,"129":0.20612,"130":3.49776,"131":1.93938,_:"14 15 79 80 81 83 84 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 111 112 115 116"},E:{"14":0.00312,_:"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 15.1 15.2-15.3 16.2","11.1":0.00312,"12.1":0.203,"13.1":0.01249,"14.1":0.02186,"15.4":0.00625,"15.5":0.00312,"15.6":0.11867,"16.0":0.00937,"16.1":0.00312,"16.3":0.00937,"16.4":0.01874,"16.5":0.00625,"16.6":0.08744,"17.0":0.00937,"17.1":0.00625,"17.2":0.00937,"17.3":0.00937,"17.4":0.04685,"17.5":0.06558,"17.6":0.33104,"18.0":0.17801,"18.1":0.24672,"18.2":0.01249},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00076,"5.0-5.1":0,"6.0-6.1":0.00302,"7.0-7.1":0.00378,"8.1-8.4":0,"9.0-9.2":0.00302,"9.3":0.01058,"10.0-10.2":0.00227,"10.3":0.01738,"11.0-11.2":0.20403,"11.3-11.4":0.00529,"12.0-12.1":0.00302,"12.2-12.5":0.07935,"13.0-13.1":0.00151,"13.2":0.0204,"13.3":0.00302,"13.4-13.7":0.01134,"14.0-14.4":0.02494,"14.5-14.8":0.03552,"15.0-15.1":0.0204,"15.2-15.3":0.01889,"15.4":0.02267,"15.5":0.02645,"15.6-15.8":0.28338,"16.0":0.05365,"16.1":0.11335,"16.2":0.05743,"16.3":0.09748,"16.4":0.01965,"16.5":0.03929,"16.6-16.7":0.37179,"17.0":0.0272,"17.1":0.04534,"17.2":0.03778,"17.3":0.05743,"17.4":0.12317,"17.5":0.36801,"17.6-17.7":3.17911,"18.0":1.12746,"18.1":0.99069,"18.2":0.04005},P:{"4":0.15395,"20":0.01026,"21":0.23606,"22":0.05132,"23":0.02053,"24":0.34896,"25":0.07185,"26":1.38558,"27":0.87241,"5.0-5.4":0.01026,"6.2-6.4":0.05132,"7.2-7.4":0.14369,_:"8.2 9.2 11.1-11.2 12.0 15.0 16.0 18.0","10.1":0.04105,"13.0":0.01026,"14.0":0.03079,"17.0":0.03079,"19.0":0.03079},I:{"0":0.01372,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00002},A:{"11":0.01249,_:"6 7 8 9 10 5.5"},K:{"0":1.35522,_:"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.42631},H:{"0":0.13},L:{"0":59.37973},R:{_:"0"},M:{"0":0.25441}};
1
+ module.exports={C:{"34":0.00392,"69":0.03138,"86":0.00392,"91":0.00392,"115":0.20792,"127":0.00785,"128":0.01962,"131":0.00392,"132":0.00392,"133":0.00785,"134":0.23146,"135":0.6473,"136":0.00392,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 87 88 89 90 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 129 130 137 138 3.5 3.6"},D:{"44":0.00392,"49":0.00392,"70":0.01962,"74":0.00392,"78":0.01962,"79":0.00785,"81":0.00392,"83":0.00785,"87":0.00785,"88":0.06669,"91":0.00785,"93":0.00392,"94":0.00785,"95":0.03531,"97":0.00392,"100":0.01569,"103":0.01569,"104":0.04708,"107":0.00392,"108":0.00392,"109":1.0396,"111":0.02746,"112":0.153,"114":0.00785,"115":0.00392,"116":0.04708,"117":0.00392,"119":0.00785,"120":0.01569,"121":0.01177,"122":0.03531,"123":0.00785,"124":0.02354,"125":0.01177,"126":0.01177,"127":0.01962,"128":0.03138,"129":0.02746,"130":0.08631,"131":0.40799,"132":8.59529,"133":12.02792,"134":0.00392,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 45 46 47 48 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 71 72 73 75 76 77 80 84 85 86 89 90 92 96 98 99 101 102 105 106 110 113 118 135 136"},F:{"95":0.04708,"113":0.00392,"114":0.02746,_:"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 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"17":0.01177,"18":0.02746,"84":0.00392,"92":0.04315,"98":0.05885,"100":0.01177,"109":0.06277,"114":0.00392,"118":0.10592,"119":0.00392,"120":0.12554,"121":0.00785,"122":0.00785,"124":0.01177,"125":0.01962,"126":0.01177,"127":0.00785,"128":0.20792,"129":0.21184,"130":0.01962,"131":0.11377,"132":2.57349,"133":3.4287,_:"12 13 14 15 16 79 80 81 83 85 86 87 88 89 90 91 93 94 95 96 97 99 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 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 15.1 15.2-15.3 15.5 18.4","12.1":0.11769,"13.1":0.00392,"14.1":0.00785,"15.4":0.00392,"15.6":0.09023,"16.0":0.00392,"16.1":0.00392,"16.2":0.00392,"16.3":0.00392,"16.4":0.01962,"16.5":0.00392,"16.6":0.03923,"17.0":0.00785,"17.1":0.00785,"17.2":0.00785,"17.3":0.00392,"17.4":0.01177,"17.5":0.02746,"17.6":0.12161,"18.0":0.02746,"18.1":0.07454,"18.2":0.11769,"18.3":0.21184},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00156,"5.0-5.1":0.00078,"6.0-6.1":0.00467,"7.0-7.1":0.00389,"8.1-8.4":0,"9.0-9.2":0.00156,"9.3":0.01168,"10.0-10.2":0.00156,"10.3":0.0179,"11.0-11.2":0.0615,"11.3-11.4":0.00545,"12.0-12.1":0.00311,"12.2-12.5":0.08252,"13.0-13.1":0.00156,"13.2":0.00234,"13.3":0.00311,"13.4-13.7":0.01168,"14.0-14.4":0.02569,"14.5-14.8":0.03581,"15.0-15.1":0.01868,"15.2-15.3":0.01868,"15.4":0.02258,"15.5":0.02569,"15.6-15.8":0.31839,"16.0":0.04593,"16.1":0.09575,"16.2":0.04826,"16.3":0.08719,"16.4":0.01946,"16.5":0.03659,"16.6-16.7":0.37911,"17.0":0.02335,"17.1":0.04126,"17.2":0.0327,"17.3":0.04593,"17.4":0.09497,"17.5":0.22575,"17.6-17.7":0.74265,"18.0":0.21875,"18.1":2.00921,"18.2":0.64612,"18.3":2.3027,"18.4":0.00467},P:{"4":0.07191,"21":0.02055,"22":0.01027,"23":0.02055,"24":0.13355,"25":0.113,"26":0.113,"27":2.14706,_:"20 5.0-5.4 8.2 9.2 10.1 11.1-11.2 12.0 15.0 16.0 18.0","6.2-6.4":0.01027,"7.2-7.4":0.29792,"13.0":0.01027,"14.0":0.02055,"17.0":0.04109,"19.0":0.01027},I:{"0":0.00606,"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":1.14225,_:"10 11 12 11.1 11.5 12.1"},A:{"9":0.0056,"11":0.03363,_:"6 7 8 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":53.19289},R:{_:"0"},M:{"0":0.2127},Q:{"14.9":0.00608},O:{"0":0.24916},H:{"0":0.14}};
@@ -1 +1 @@
1
- module.exports={C:{"48":0.00442,"52":0.01987,"53":0.25392,"68":0.00442,"78":0.01987,"91":0.01325,"97":0.00662,"102":0.0265,"107":0.00221,"113":0.00883,"115":0.17443,"119":0.00662,"120":0.00221,"121":0.00221,"126":0.00221,"127":0.00442,"128":0.14573,"129":0.00442,"130":0.01546,"131":0.15014,"132":3.23914,"133":0.20976,_:"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 54 55 56 57 58 59 60 61 62 63 64 65 66 67 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 92 93 94 95 96 98 99 100 101 103 104 105 106 108 109 110 111 112 114 116 117 118 122 123 124 125 134 135 136 3.5 3.6"},D:{"47":0.00221,"49":0.00442,"63":0.01766,"77":0.00221,"79":0.00662,"93":0.00221,"94":0.00883,"99":0.00221,"100":0.00883,"103":0.03091,"104":0.00221,"109":0.37094,"110":0.00662,"111":0.01325,"114":0.00221,"115":0.00442,"116":0.06403,"117":0.00221,"118":0.00221,"119":0.00883,"120":0.00662,"121":0.01325,"122":0.02208,"123":0.00883,"124":0.00662,"125":0.0265,"126":0.03091,"127":0.08611,"128":0.06182,"129":0.59174,"130":4.89514,"131":2.96534,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 48 50 51 52 53 54 55 56 57 58 59 60 61 62 64 65 66 67 68 69 70 71 72 73 74 75 76 78 80 81 83 84 85 86 87 88 89 90 91 92 95 96 97 98 101 102 105 106 107 108 112 113 132 133 134"},F:{"84":0.00442,"95":0.00442,"109":0.13027,"113":0.01104,"114":0.67123,_:"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 104 105 106 107 108 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00442,"100":0.02208,"109":0.00662,"114":0.00221,"116":0.00221,"117":0.00221,"119":0.32237,"120":0.01325,"121":0.00221,"122":0.01104,"124":0.00442,"125":0.20755,"126":0.00883,"127":0.01766,"128":0.00883,"129":0.04858,"130":2.69818,"131":1.51469,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 115 118 123"},E:{"14":0.01104,"15":0.02208,_:"0 4 5 6 7 8 9 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.2-15.3","12.1":0.00662,"13.1":0.04416,"14.1":0.02429,"15.1":0.01546,"15.4":0.00221,"15.5":0.01104,"15.6":0.10157,"16.0":0.10157,"16.1":0.0265,"16.2":0.00662,"16.3":0.01766,"16.4":0.02429,"16.5":0.00883,"16.6":0.12144,"17.0":0.00221,"17.1":0.00883,"17.2":0.03091,"17.3":0.03091,"17.4":0.01104,"17.5":0.07066,"17.6":0.52109,"18.0":0.09715,"18.1":0.56083,"18.2":0.00221},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00069,"5.0-5.1":0,"6.0-6.1":0.00277,"7.0-7.1":0.00346,"8.1-8.4":0,"9.0-9.2":0.00277,"9.3":0.0097,"10.0-10.2":0.00208,"10.3":0.01593,"11.0-11.2":0.18703,"11.3-11.4":0.00485,"12.0-12.1":0.00277,"12.2-12.5":0.07273,"13.0-13.1":0.00139,"13.2":0.0187,"13.3":0.00277,"13.4-13.7":0.01039,"14.0-14.4":0.02286,"14.5-14.8":0.03256,"15.0-15.1":0.0187,"15.2-15.3":0.01732,"15.4":0.02078,"15.5":0.02424,"15.6-15.8":0.25977,"16.0":0.04918,"16.1":0.10391,"16.2":0.05265,"16.3":0.08936,"16.4":0.01801,"16.5":0.03602,"16.6-16.7":0.34081,"17.0":0.02494,"17.1":0.04156,"17.2":0.03464,"17.3":0.05265,"17.4":0.11291,"17.5":0.33735,"17.6-17.7":2.91423,"18.0":1.03352,"18.1":0.90814,"18.2":0.03671},P:{"4":0.04149,"20":0.01037,"21":0.01037,"22":0.04149,"23":0.01037,"24":0.03112,"25":0.16596,"26":0.56013,"27":0.60162,"5.0-5.4":0.01037,"6.2-6.4":0.01037,"7.2-7.4":0.09336,_:"8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0 17.0","13.0":0.01037,"18.0":0.01037,"19.0":0.02075},I:{"0":0.04665,"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:{_:"6 7 8 9 10 11 5.5"},K:{"0":0.05454,_:"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.04675},H:{"0":0},L:{"0":69.25574},R:{_:"0"},M:{"0":0.31168}};
1
+ module.exports={C:{"48":0.00184,"53":0.1046,"68":0.00184,"78":0.00184,"91":0.01101,"94":0.00918,"95":0.00367,"102":0.02569,"103":0.00551,"115":0.12662,"117":0.00184,"119":0.00734,"124":0.00551,"127":0.01101,"128":0.13579,"130":0.00734,"132":0.02386,"133":0.02386,"134":1.69738,"135":2.3488,_:"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 54 55 56 57 58 59 60 61 62 63 64 65 66 67 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 92 93 96 97 98 99 100 101 104 105 106 107 108 109 110 111 112 113 114 116 118 120 121 122 123 125 126 129 131 136 137 138 3.5 3.6"},D:{"65":0.00551,"66":0.01101,"69":0.00184,"79":0.01468,"86":0.00184,"87":0.00551,"90":0.02202,"92":0.00551,"94":0.00367,"99":0.00184,"102":0.00184,"103":0.00918,"104":0.01468,"109":1.19642,"110":0.00367,"111":0.00551,"114":0.00551,"116":0.08074,"117":0.00734,"119":0.00367,"120":0.00184,"121":0.02202,"122":0.00734,"123":0.00184,"124":0.0367,"125":0.00551,"126":0.01101,"127":0.01835,"128":0.05138,"129":0.52848,"130":0.02019,"131":0.20552,"132":2.59653,"133":2.68828,"134":0.00367,_:"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 67 68 70 71 72 73 74 75 76 77 78 80 81 83 84 85 88 89 91 93 95 96 97 98 100 101 105 106 107 108 112 113 115 118 135 136"},F:{"87":0.00184,"95":0.01285,"114":0.12295,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"17":0.00184,"92":0.00184,"100":0.01652,"109":0.00918,"114":0.00367,"119":0.57803,"120":0.00184,"122":0.00551,"125":0.14864,"126":0.00184,"127":0.00184,"128":0.00367,"129":0.00367,"130":0.00551,"131":0.41288,"132":0.96521,"133":1.33588,_:"12 13 14 15 16 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 121 123 124"},E:{"14":0.00184,"15":0.01285,_:"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 17.0 18.4","12.1":0.00184,"13.1":0.0312,"14.1":0.01652,"15.1":0.00734,"15.2-15.3":0.00367,"15.4":0.00184,"15.5":0.00551,"15.6":0.09726,"16.0":0.02202,"16.1":0.01101,"16.2":0.00184,"16.3":0.11194,"16.4":0.00734,"16.5":0.00551,"16.6":0.12295,"17.1":0.12111,"17.2":0.01835,"17.3":0.00367,"17.4":0.02569,"17.5":0.02936,"17.6":0.23672,"18.0":0.01101,"18.1":0.16332,"18.2":0.1046,"18.3":0.45141},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00123,"5.0-5.1":0.00061,"6.0-6.1":0.00369,"7.0-7.1":0.00307,"8.1-8.4":0,"9.0-9.2":0.00123,"9.3":0.00922,"10.0-10.2":0.00123,"10.3":0.01414,"11.0-11.2":0.04857,"11.3-11.4":0.0043,"12.0-12.1":0.00246,"12.2-12.5":0.06517,"13.0-13.1":0.00123,"13.2":0.00184,"13.3":0.00246,"13.4-13.7":0.00922,"14.0-14.4":0.02029,"14.5-14.8":0.02828,"15.0-15.1":0.01476,"15.2-15.3":0.01476,"15.4":0.01783,"15.5":0.02029,"15.6-15.8":0.25146,"16.0":0.03627,"16.1":0.07562,"16.2":0.03812,"16.3":0.06886,"16.4":0.01537,"16.5":0.0289,"16.6-16.7":0.29942,"17.0":0.01844,"17.1":0.03259,"17.2":0.02582,"17.3":0.03627,"17.4":0.07501,"17.5":0.1783,"17.6-17.7":0.58654,"18.0":0.17277,"18.1":1.58686,"18.2":0.5103,"18.3":1.81865,"18.4":0.00369},P:{"4":0.01045,"21":0.01045,"22":0.01045,"23":0.0209,"24":0.03135,"25":0.0418,"26":0.0418,"27":1.36911,_:"20 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.03135},I:{"0":0.11408,"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.00014},K:{"0":0.09798,_:"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":73.6665},R:{_:"0"},M:{"0":0.27761},Q:{_:"14.9"},O:{"0":0.03266},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"42":0.00293,"48":0.00293,"52":0.00293,"55":0.00293,"60":0.00146,"65":0.00293,"67":0.00146,"70":0.00293,"72":0.00439,"77":0.00293,"80":0.00146,"84":0.00293,"86":0.00293,"89":0.00146,"90":0.00146,"94":0.00146,"102":0.00146,"106":0.04099,"107":0.01025,"112":0.00146,"113":0.00146,"114":0.00146,"115":0.05856,"118":0.00293,"121":0.00878,"122":0.00146,"125":0.00146,"127":0.01757,"128":0.01025,"129":0.00146,"130":0.00878,"131":0.04392,"132":0.77299,"133":0.04392,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 43 44 45 46 47 49 50 51 53 54 56 57 58 59 61 62 63 64 66 68 69 71 73 74 75 76 78 79 81 82 83 85 87 88 91 92 93 95 96 97 98 99 100 101 103 104 105 108 109 110 111 116 117 119 120 123 124 126 134 135 136 3.5 3.6"},D:{"40":0.00146,"47":0.00293,"50":0.00146,"63":0.00439,"66":0.00146,"68":0.04392,"69":0.00146,"70":0.01903,"74":0.00146,"75":0.00146,"77":0.00146,"79":0.02489,"80":0.03074,"81":0.00146,"83":0.00146,"84":0.00586,"86":0.00586,"87":0.00439,"88":0.00146,"89":0.00293,"93":0.00146,"95":0.00293,"96":0.00146,"99":0.00293,"101":0.00439,"102":0.00293,"103":0.0161,"104":0.00293,"105":0.00293,"109":0.23863,"111":0.02489,"112":0.00146,"113":0.00293,"114":0.00439,"116":0.00439,"117":0.00293,"118":0.00878,"119":0.0161,"120":0.00293,"121":0.00146,"122":0.04538,"123":0.00146,"124":0.09662,"125":0.01171,"126":0.02196,"127":0.04246,"128":0.02782,"129":0.09077,"130":1.464,"131":0.99698,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 46 48 49 51 52 53 54 55 56 57 58 59 60 61 62 64 65 67 71 72 73 76 78 85 90 91 92 94 97 98 100 106 107 108 110 115 132 133 134"},F:{"40":0.00146,"64":0.00146,"65":0.00146,"79":0.00586,"82":0.38942,"84":0.00146,"85":0.02196,"95":0.01171,"106":0.00146,"111":0.00293,"112":0.00146,"113":0.00439,"114":0.30305,_:"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 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 83 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 107 108 109 110 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00146,"13":0.00293,"14":0.00146,"17":0.00586,"18":0.01025,"84":0.00293,"89":0.00293,"90":0.00293,"92":0.02342,"100":0.00439,"104":0.00146,"107":0.00293,"108":0.00146,"109":0.00439,"112":0.01757,"113":0.00732,"119":0.00146,"122":0.0366,"123":0.00146,"124":0.03953,"125":0.00146,"126":0.00732,"127":0.00146,"128":0.01025,"129":0.0161,"130":1.43618,"131":0.87401,_:"15 16 79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 105 106 110 111 114 115 116 117 118 120 121"},E:{"14":0.00146,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 12.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 17.0 17.2 17.5 18.2","11.1":0.00146,"13.1":0.00732,"14.1":0.01025,"15.1":2.28677,"15.6":0.06588,"16.5":0.01171,"16.6":0.00586,"17.1":0.07027,"17.3":0.00439,"17.4":0.00439,"17.6":0.02342,"18.0":0.01318,"18.1":0.08784},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00071,"5.0-5.1":0,"6.0-6.1":0.00282,"7.0-7.1":0.00353,"8.1-8.4":0,"9.0-9.2":0.00282,"9.3":0.00987,"10.0-10.2":0.00212,"10.3":0.01622,"11.0-11.2":0.19039,"11.3-11.4":0.00494,"12.0-12.1":0.00282,"12.2-12.5":0.07404,"13.0-13.1":0.00141,"13.2":0.01904,"13.3":0.00282,"13.4-13.7":0.01058,"14.0-14.4":0.02327,"14.5-14.8":0.03314,"15.0-15.1":0.01904,"15.2-15.3":0.01763,"15.4":0.02115,"15.5":0.02468,"15.6-15.8":0.26443,"16.0":0.05007,"16.1":0.10577,"16.2":0.05359,"16.3":0.09097,"16.4":0.01833,"16.5":0.03667,"16.6-16.7":0.34694,"17.0":0.02539,"17.1":0.04231,"17.2":0.03526,"17.3":0.05359,"17.4":0.11494,"17.5":0.34341,"17.6-17.7":2.96659,"18.0":1.05209,"18.1":0.92446,"18.2":0.03737},P:{"4":0.0703,"20":0.01004,"22":0.01004,"23":0.02009,"24":0.04017,"25":0.02009,"26":0.25109,"27":0.21091,_:"21 8.2 10.1 11.1-11.2 12.0 15.0 16.0 17.0 18.0","5.0-5.4":0.01004,"6.2-6.4":0.01004,"7.2-7.4":0.08035,"9.2":0.04017,"13.0":0.01004,"14.0":0.02009,"19.0":0.05022},I:{"0":0.00852,"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.00586,_:"6 7 8 9 10 5.5"},K:{"0":2.25305,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.01707,_:"3.0-3.1"},J:{_:"7 10"},Q:{"14.9":0.00854},O:{"0":0.52076},H:{"0":0.18},L:{"0":78.42973},R:{_:"0"},M:{"0":0.02561}};
1
+ module.exports={C:{"47":0.00461,"56":0.00154,"57":0.00154,"63":0.00154,"67":0.00154,"72":0.00307,"77":0.00461,"83":0.00154,"96":0.00461,"101":0.00307,"106":0.03531,"107":0.00307,"111":0.00307,"114":0.00307,"115":0.08596,"117":0.00154,"121":0.00154,"124":0.00154,"126":0.00154,"127":0.01382,"128":0.00921,"132":0.00307,"133":0.00461,"134":0.1842,"135":2.85357,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 48 49 50 51 52 53 54 55 58 59 60 61 62 64 65 66 68 69 70 71 73 74 75 76 78 79 80 81 82 84 85 86 87 88 89 90 91 92 93 94 95 97 98 99 100 102 103 104 105 108 109 110 112 113 116 118 119 120 122 123 125 129 130 131 136 137 138 3.5 3.6"},D:{"11":0.00154,"33":0.00154,"40":0.00154,"54":0.00154,"58":0.00921,"63":0.00307,"67":0.00307,"68":0.00768,"70":0.01689,"74":0.00154,"78":0.00154,"79":0.09824,"83":0.00307,"87":0.00768,"95":0.01228,"97":0.00461,"98":0.00154,"99":0.00307,"103":0.01689,"106":0.00307,"109":0.33463,"110":0.00154,"111":0.01842,"114":0.0261,"116":0.00614,"119":0.00307,"120":0.00768,"121":0.00154,"122":0.01842,"123":0.00307,"124":0.00307,"126":0.0261,"127":0.00154,"128":0.00921,"129":0.02149,"130":0.00461,"131":0.28398,"132":0.91486,"133":0.76597,_:"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 34 35 36 37 38 39 41 42 43 44 45 46 47 48 49 50 51 52 53 55 56 57 59 60 61 62 64 65 66 69 71 72 73 75 76 77 80 81 84 85 86 88 89 90 91 92 93 94 96 100 101 102 104 105 107 108 112 113 115 117 118 125 134 135 136"},F:{"27":0.00461,"53":0.00154,"79":0.00307,"82":1.24182,"86":0.00307,"87":0.00768,"95":0.03838,"112":0.00154,"113":0.00154,"114":0.00461,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 83 84 85 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00307,"13":0.00307,"14":0.01075,"16":0.00154,"18":0.00614,"84":0.00614,"89":0.00614,"90":0.00307,"92":0.01996,"100":0.00614,"109":0.01228,"111":0.00307,"113":0.00921,"118":0.00154,"122":0.00307,"124":0.00307,"125":0.00307,"126":0.00154,"127":0.15811,"128":0.00768,"129":0.00461,"130":0.00614,"131":0.03377,"132":0.34845,"133":0.41292,_:"15 17 79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 112 114 115 116 117 119 120 121 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 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.2 17.3 17.4 17.5 18.4","13.1":0.00154,"15.6":0.00921,"16.6":0.00614,"17.1":0.01689,"17.6":0.00921,"18.0":0.00307,"18.1":0.00154,"18.2":0.00614,"18.3":0.01535},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0014,"5.0-5.1":0.0007,"6.0-6.1":0.00419,"7.0-7.1":0.00349,"8.1-8.4":0,"9.0-9.2":0.0014,"9.3":0.01048,"10.0-10.2":0.0014,"10.3":0.01606,"11.0-11.2":0.05517,"11.3-11.4":0.00489,"12.0-12.1":0.00279,"12.2-12.5":0.07403,"13.0-13.1":0.0014,"13.2":0.0021,"13.3":0.00279,"13.4-13.7":0.01048,"14.0-14.4":0.02305,"14.5-14.8":0.03212,"15.0-15.1":0.01676,"15.2-15.3":0.01676,"15.4":0.02025,"15.5":0.02305,"15.6-15.8":0.28563,"16.0":0.0412,"16.1":0.0859,"16.2":0.0433,"16.3":0.07822,"16.4":0.01746,"16.5":0.03282,"16.6-16.7":0.3401,"17.0":0.02095,"17.1":0.03701,"17.2":0.02933,"17.3":0.0412,"17.4":0.0852,"17.5":0.20253,"17.6-17.7":0.66624,"18.0":0.19624,"18.1":1.80247,"18.2":0.57964,"18.3":2.06576,"18.4":0.00419},P:{"4":0.16483,"22":0.04121,"24":0.0206,"25":0.05151,"26":0.18543,"27":0.42237,_:"20 21 23 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0","5.0-5.4":0.06181,"6.2-6.4":0.0103,"7.2-7.4":0.11332,"17.0":0.0103,"19.0":0.0103},I:{"0":0.00845,"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":1.67077,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.12434,_:"6 7 8 9 10 5.5"},S:{"2.5":0.01693,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":80.09742},R:{_:"0"},M:{"0":0.01693},Q:{_:"14.9"},O:{"0":0.71106},H:{"0":0.2}};
@@ -1 +1 @@
1
- module.exports={C:{"132":0.18625,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 133 134 135 136 3.5 3.6"},D:{"109":0.93674,"130":31.89292,"131":7.69111,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 132 133 134"},F:{_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"111":0.18625,"129":0.18625,"130":5.43965,"131":4.68917,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 15.6 16.0 16.1 16.2 16.3 16.4 16.5 16.6 17.0 17.1 17.2 17.3 17.5 18.2","17.4":0.93674,"17.6":0.18625,"18.0":1.31472,"18.1":0.75049},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00202,"5.0-5.1":0,"6.0-6.1":0.0081,"7.0-7.1":0.01012,"8.1-8.4":0,"9.0-9.2":0.0081,"9.3":0.02834,"10.0-10.2":0.00607,"10.3":0.04656,"11.0-11.2":0.54661,"11.3-11.4":0.01417,"12.0-12.1":0.0081,"12.2-12.5":0.21257,"13.0-13.1":0.00405,"13.2":0.05466,"13.3":0.0081,"13.4-13.7":0.03037,"14.0-14.4":0.06681,"14.5-14.8":0.09515,"15.0-15.1":0.05466,"15.2-15.3":0.05061,"15.4":0.06073,"15.5":0.07086,"15.6-15.8":0.75919,"16.0":0.14374,"16.1":0.30367,"16.2":0.15386,"16.3":0.26116,"16.4":0.05264,"16.5":0.10527,"16.6-16.7":0.99605,"17.0":0.07288,"17.1":0.12147,"17.2":0.10122,"17.3":0.15386,"17.4":0.32999,"17.5":0.98593,"17.6-17.7":8.51707,"18.0":3.02055,"18.1":2.65412,"18.2":0.1073},P:{"26":1.13423,"27":0.19071,_:"4 20 21 22 23 24 25 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},A:{_:"6 7 8 9 10 11 5.5"},K:{"0":0,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},Q:{_:"14.9"},O:{_:"0"},H:{"0":0},L:{"0":24.02256},R:{_:"0"},M:{_:"0"}};
1
+ module.exports={C:{"115":0.56386,_:"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 134 135 136 137 138 3.5 3.6"},D:{"103":0.84579,"109":1.97095,"125":0.28193,"132":3.09867,"133":5.9154,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 126 127 128 129 130 131 134 135 136"},F:{_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"132":0.84579,"133":1.97095,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131"},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.2 17.3 17.4 17.5 17.6 18.0 18.2 18.4","15.6":5.06961,"18.1":0.56386,"18.3":2.81674},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00523,"5.0-5.1":0.00262,"6.0-6.1":0.0157,"7.0-7.1":0.01309,"8.1-8.4":0,"9.0-9.2":0.00523,"9.3":0.03926,"10.0-10.2":0.00523,"10.3":0.0602,"11.0-11.2":0.20678,"11.3-11.4":0.01832,"12.0-12.1":0.01047,"12.2-12.5":0.27745,"13.0-13.1":0.00523,"13.2":0.00785,"13.3":0.01047,"13.4-13.7":0.03926,"14.0-14.4":0.08638,"14.5-14.8":0.1204,"15.0-15.1":0.06282,"15.2-15.3":0.06282,"15.4":0.07591,"15.5":0.08638,"15.6-15.8":1.07055,"16.0":0.15443,"16.1":0.32195,"16.2":0.16228,"16.3":0.29316,"16.4":0.06544,"16.5":0.12302,"16.6-16.7":1.27471,"17.0":0.07852,"17.1":0.13873,"17.2":0.10993,"17.3":0.15443,"17.4":0.31933,"17.5":0.75907,"17.6-17.7":2.49707,"18.0":0.73551,"18.1":6.7557,"18.2":2.1725,"18.3":7.74248,"18.4":0.0157},P:{"23":0.89672,"27":9.81112,_:"4 20 21 22 24 25 26 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":0,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":38.32323},R:{_:"0"},M:{_:"0"},Q:{_:"14.9"},O:{_:"0"},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"4":0.00286,"34":0.00143,"43":0.00573,"47":0.00143,"52":0.00143,"65":0.00286,"72":0.0043,"78":0.00143,"79":0.00143,"97":0.00143,"99":0.00143,"101":0.00143,"102":0.00143,"103":0.00143,"105":0.00143,"107":0.00143,"108":0.00143,"109":0.00143,"110":0.00143,"111":0.00143,"112":0.00143,"113":0.00143,"114":0.00143,"115":0.39666,"120":0.00143,"123":0.00143,"124":0.00143,"126":0.00143,"127":0.00859,"128":0.00716,"129":0.00143,"130":0.00573,"131":0.03723,"132":0.3537,"133":0.03007,_:"2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 44 45 46 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 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 98 100 104 106 116 117 118 119 121 122 125 134 135 136 3.5 3.6"},D:{"11":0.00143,"43":0.00143,"47":0.01432,"49":0.00143,"50":0.00286,"55":0.00143,"56":0.00143,"58":0.00286,"59":0.00859,"62":0.01002,"63":0.00573,"64":0.00573,"65":0.00143,"66":0.00143,"68":0.00716,"69":0.00286,"70":0.02148,"72":0.00286,"73":0.00143,"74":0.00573,"75":0.00573,"76":0.00286,"77":0.00716,"78":0.00143,"79":0.01289,"80":0.01146,"81":0.0043,"83":0.00286,"84":0.00143,"85":0.00143,"86":0.00573,"87":0.01002,"88":0.01146,"89":0.00143,"90":0.00286,"91":0.00286,"92":0.00143,"93":0.01289,"94":0.00286,"95":0.01002,"96":0.00143,"97":0.00286,"98":0.0043,"99":0.00143,"100":0.04153,"101":0.00143,"102":0.00143,"103":0.02578,"104":0.00286,"105":0.00859,"106":0.01718,"107":0.00573,"108":0.00716,"109":0.56278,"110":0.0043,"111":0.00716,"112":0.0043,"113":0.0043,"114":0.01432,"115":0.0043,"116":0.03294,"117":0.00573,"118":0.00716,"119":0.03866,"120":0.01862,"121":0.01002,"122":0.02291,"123":0.02864,"124":0.0358,"125":0.02291,"126":0.05585,"127":0.04726,"128":0.11313,"129":0.23485,"130":2.9757,"131":1.85587,"132":0.00859,"133":0.00143,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 44 45 46 48 51 52 53 54 57 60 61 67 71 134"},F:{"42":0.00143,"46":0.00143,"58":0.00143,"74":0.00143,"79":0.00573,"83":0.00573,"84":0.03294,"85":0.15895,"86":0.00716,"90":0.00143,"95":0.02291,"108":0.00286,"112":0.00286,"113":0.00716,"114":0.26062,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 43 44 45 47 48 49 50 51 52 53 54 55 56 57 60 62 63 64 65 66 67 68 69 70 71 72 73 75 76 77 78 80 81 82 87 88 89 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 109 110 111 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00286,"13":0.00143,"14":0.00143,"15":0.00143,"18":0.02005,"84":0.00286,"89":0.0043,"90":0.00573,"92":0.02578,"100":0.0043,"103":0.00143,"107":0.00143,"109":0.00859,"111":0.00143,"112":0.00143,"114":0.02864,"115":0.00143,"119":0.00143,"120":0.00286,"121":0.00143,"122":0.00286,"123":0.00143,"124":0.00286,"125":0.00286,"126":0.00716,"127":0.00859,"128":0.02005,"129":0.05155,"130":0.52125,"131":0.33366,_:"16 17 79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 101 102 104 105 106 108 110 113 116 117 118"},E:{"11":0.0043,"13":0.0043,"14":0.00859,_:"0 4 5 6 7 8 9 10 12 15 3.1 3.2 6.1 7.1 9.1 10.1","5.1":0.00143,"11.1":0.00286,"12.1":0.00286,"13.1":0.01289,"14.1":0.00859,"15.1":0.00143,"15.2-15.3":0.00143,"15.4":0.00143,"15.5":0.00143,"15.6":0.0315,"16.0":0.00143,"16.1":0.0043,"16.2":0.00286,"16.3":0.00573,"16.4":0.00143,"16.5":0.00573,"16.6":0.01862,"17.0":0.00143,"17.1":0.00286,"17.2":0.0043,"17.3":0.0043,"17.4":0.00859,"17.5":0.01575,"17.6":0.04153,"18.0":0.02578,"18.1":0.03723,"18.2":0.00143},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00061,"5.0-5.1":0,"6.0-6.1":0.00245,"7.0-7.1":0.00306,"8.1-8.4":0,"9.0-9.2":0.00245,"9.3":0.00858,"10.0-10.2":0.00184,"10.3":0.01409,"11.0-11.2":0.16539,"11.3-11.4":0.00429,"12.0-12.1":0.00245,"12.2-12.5":0.06432,"13.0-13.1":0.00123,"13.2":0.01654,"13.3":0.00245,"13.4-13.7":0.00919,"14.0-14.4":0.02021,"14.5-14.8":0.02879,"15.0-15.1":0.01654,"15.2-15.3":0.01531,"15.4":0.01838,"15.5":0.02144,"15.6-15.8":0.2297,"16.0":0.04349,"16.1":0.09188,"16.2":0.04655,"16.3":0.07902,"16.4":0.01593,"16.5":0.03185,"16.6-16.7":0.30137,"17.0":0.02205,"17.1":0.03675,"17.2":0.03063,"17.3":0.04655,"17.4":0.09984,"17.5":0.29831,"17.6-17.7":2.57696,"18.0":0.91391,"18.1":0.80304,"18.2":0.03246},P:{"4":0.0106,"21":0.0106,"22":0.04238,"23":0.02119,"24":0.06358,"25":0.06358,"26":0.36026,"27":0.13775,_:"20 5.0-5.4 6.2-6.4 8.2 10.1 12.0 13.0 14.0 15.0 18.0","7.2-7.4":0.03179,"9.2":0.02119,"11.1-11.2":0.0106,"16.0":0.0106,"17.0":0.0106,"19.0":0.0106},I:{"0":0.05129,"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:{"8":0.00179,"11":0.01253,_:"6 7 9 10 5.5"},K:{"0":24.30178,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.01713,_:"3.0-3.1"},J:{_:"7 10"},Q:{"14.9":0.00857},O:{"0":0.52259},H:{"0":2.65},L:{"0":55.60993},R:{_:"0"},M:{"0":0.23988}};
1
+ module.exports={C:{"43":0.00326,"47":0.00163,"52":0.00163,"65":0.00163,"72":0.00163,"78":0.00163,"99":0.00163,"109":0.00163,"112":0.00163,"113":0.00163,"115":0.34251,"126":0.00163,"127":0.00652,"128":0.00652,"130":0.00163,"131":0.00163,"132":0.00326,"133":0.00816,"134":0.09949,"135":0.26748,"136":0.00489,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 44 45 46 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 66 67 68 69 70 71 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 100 101 102 103 104 105 106 107 108 110 111 114 116 117 118 119 120 121 122 123 124 125 129 137 138 3.5 3.6"},D:{"11":0.00163,"47":0.01468,"49":0.00163,"55":0.00163,"56":0.00163,"58":0.00163,"59":0.00163,"62":0.00816,"63":0.00489,"64":0.00326,"65":0.00163,"68":0.00489,"69":0.00163,"70":0.02283,"72":0.00163,"73":0.00163,"74":0.00489,"75":0.00326,"76":0.00326,"77":0.00326,"79":0.01468,"80":0.00489,"81":0.00326,"83":0.00326,"84":0.00163,"85":0.00163,"86":0.00652,"87":0.00816,"88":0.00489,"89":0.00163,"90":0.00163,"91":0.00326,"92":0.00163,"93":0.01142,"94":0.00326,"95":0.00489,"96":0.00163,"97":0.00326,"98":0.00163,"99":0.00163,"100":0.00326,"101":0.00163,"102":0.00163,"103":0.01468,"104":0.00816,"105":0.00979,"106":0.00979,"107":0.00326,"108":0.00979,"109":0.45179,"110":0.00326,"111":0.01631,"112":0.00326,"113":0.00163,"114":0.00979,"115":0.00326,"116":0.02447,"117":0.00489,"118":0.00489,"119":0.02447,"120":0.01794,"121":0.01305,"122":0.01468,"123":0.0473,"124":0.04241,"125":0.01142,"126":0.03262,"127":0.02283,"128":0.04567,"129":0.0261,"130":0.04893,"131":0.43874,"132":2.28992,"133":1.98493,"134":0.00652,"135":0.00652,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 48 50 51 52 53 54 57 60 61 66 67 71 78 136"},F:{"33":0.00163,"58":0.00163,"74":0.00163,"76":0.00163,"79":0.00326,"83":0.00326,"84":0.00489,"85":0.00979,"86":0.07013,"87":0.26259,"88":0.00163,"95":0.01631,"100":0.00816,"113":0.00163,"114":0.00652,_:"9 11 12 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 60 62 63 64 65 66 67 68 69 70 71 72 73 75 77 78 80 81 82 89 90 91 92 93 94 96 97 98 99 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.00163,"18":0.00652,"84":0.00163,"89":0.00163,"90":0.00326,"92":0.00979,"100":0.00326,"107":0.00163,"108":0.00163,"109":0.00489,"112":0.00979,"114":0.0212,"118":0.00163,"120":0.00163,"122":0.00163,"124":0.00163,"125":0.00163,"126":0.00163,"127":0.00163,"128":0.00652,"129":0.00326,"130":0.00652,"131":0.03588,"132":0.30174,"133":0.3474,_:"13 14 15 16 17 79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 110 111 113 115 116 117 119 121 123"},E:{"11":0.00163,"13":0.00326,"14":0.00326,_:"0 4 5 6 7 8 9 10 12 15 3.1 3.2 6.1 7.1 9.1 10.1 18.4","5.1":0.00326,"11.1":0.00326,"12.1":0.00163,"13.1":0.01142,"14.1":0.00652,"15.1":0.00163,"15.2-15.3":0.00163,"15.4":0.00163,"15.5":0.00326,"15.6":0.02936,"16.0":0.00489,"16.1":0.00816,"16.2":0.00163,"16.3":0.00163,"16.4":0.00163,"16.5":0.00489,"16.6":0.01305,"17.0":0.00163,"17.1":0.00163,"17.2":0.00326,"17.3":0.00326,"17.4":0.00326,"17.5":0.00979,"17.6":0.01957,"18.0":0.00816,"18.1":0.02283,"18.2":0.01794,"18.3":0.03588},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00121,"5.0-5.1":0.00061,"6.0-6.1":0.00364,"7.0-7.1":0.00303,"8.1-8.4":0,"9.0-9.2":0.00121,"9.3":0.0091,"10.0-10.2":0.00121,"10.3":0.01396,"11.0-11.2":0.04793,"11.3-11.4":0.00425,"12.0-12.1":0.00243,"12.2-12.5":0.06432,"13.0-13.1":0.00121,"13.2":0.00182,"13.3":0.00243,"13.4-13.7":0.0091,"14.0-14.4":0.02002,"14.5-14.8":0.02791,"15.0-15.1":0.01456,"15.2-15.3":0.01456,"15.4":0.0176,"15.5":0.02002,"15.6-15.8":0.24816,"16.0":0.0358,"16.1":0.07463,"16.2":0.03762,"16.3":0.06796,"16.4":0.01517,"16.5":0.02852,"16.6-16.7":0.29549,"17.0":0.0182,"17.1":0.03216,"17.2":0.02548,"17.3":0.0358,"17.4":0.07402,"17.5":0.17596,"17.6-17.7":0.57884,"18.0":0.1705,"18.1":1.56603,"18.2":0.5036,"18.3":1.79477,"18.4":0.00364},P:{"4":0.02012,"20":0.01006,"21":0.02012,"22":0.04024,"23":0.03018,"24":0.08048,"25":0.08048,"26":0.08048,"27":0.48291,_:"5.0-5.4 6.2-6.4 8.2 10.1 12.0 13.0 14.0 15.0 18.0","7.2-7.4":0.04024,"9.2":0.02012,"11.1-11.2":0.01006,"16.0":0.01006,"17.0":0.01006,"19.0":0.01006},I:{"0":0.03341,"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":23.20361,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.00163,"11":0.00652,_:"6 7 9 10 5.5"},S:{"2.5":0.01674,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":57.96684},R:{_:"0"},M:{"0":0.33476},Q:{"14.9":0.00837},O:{"0":0.41845},H:{"0":2.28}};
@@ -1 +1 @@
1
- module.exports={C:{"4":0.02249,"52":0.00375,"61":0.04124,"105":0.00375,"114":0.00375,"115":0.12372,"123":0.00375,"124":0.00375,"125":0.00375,"126":0.0075,"127":0.00375,"128":0.015,"129":0.0075,"130":0.00375,"131":0.06373,"132":1.20718,"133":0.11997,_:"2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 106 107 108 109 110 111 112 113 116 117 118 119 120 121 122 134 135 136 3.5 3.6"},D:{"55":0.00375,"65":0.00375,"69":0.0075,"70":0.01125,"73":0.0075,"75":0.0075,"76":0.01125,"79":0.03749,"80":0.00375,"81":0.02624,"83":0.02999,"85":0.00375,"86":0.01125,"87":0.04499,"88":0.01125,"89":0.00375,"91":8.13908,"93":0.02999,"94":0.03749,"96":0.015,"98":0.02624,"99":0.04874,"100":0.02249,"101":0.00375,"103":0.04124,"104":0.03749,"106":0.0075,"108":0.00375,"109":1.04597,"110":0.02999,"111":0.01125,"113":0.00375,"114":0.06373,"116":0.04124,"117":0.015,"118":0.00375,"119":0.0075,"120":0.04499,"121":0.01125,"122":0.04499,"123":0.02999,"124":0.07498,"125":0.015,"126":0.08248,"127":0.04499,"128":0.14621,"129":0.5811,"130":10.06607,"131":6.62073,"132":0.00375,_:"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 56 57 58 59 60 61 62 63 64 66 67 68 71 72 74 77 78 84 90 92 95 97 102 105 107 112 115 133 134"},F:{"46":0.00375,"85":0.0075,"95":0.02999,"113":0.08248,"114":0.91476,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.0075,"85":0.00375,"89":0.00375,"92":0.04124,"100":0.00375,"109":0.015,"114":0.01125,"115":0.0075,"119":0.00375,"120":0.00375,"121":0.00375,"122":0.0075,"123":0.00375,"124":0.01125,"125":0.0075,"126":0.01875,"127":0.01875,"128":0.02249,"129":0.06748,"130":2.51558,"131":1.63456,_:"12 13 14 15 16 17 79 80 81 83 84 86 87 88 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 116 117 118"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 15.2-15.3 15.4 15.5 16.0 16.4","5.1":0.01875,"13.1":0.0075,"14.1":0.0075,"15.1":0.00375,"15.6":0.07123,"16.1":0.02249,"16.2":0.01125,"16.3":0.03374,"16.5":0.02249,"16.6":0.04874,"17.0":0.07498,"17.1":0.0075,"17.2":0.00375,"17.3":0.015,"17.4":0.06373,"17.5":0.04874,"17.6":0.22869,"18.0":0.15746,"18.1":0.12372,"18.2":0.00375},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00128,"5.0-5.1":0,"6.0-6.1":0.00513,"7.0-7.1":0.00641,"8.1-8.4":0,"9.0-9.2":0.00513,"9.3":0.01794,"10.0-10.2":0.00384,"10.3":0.02948,"11.0-11.2":0.34605,"11.3-11.4":0.00897,"12.0-12.1":0.00513,"12.2-12.5":0.13457,"13.0-13.1":0.00256,"13.2":0.0346,"13.3":0.00513,"13.4-13.7":0.01922,"14.0-14.4":0.04229,"14.5-14.8":0.06024,"15.0-15.1":0.0346,"15.2-15.3":0.03204,"15.4":0.03845,"15.5":0.04486,"15.6-15.8":0.48062,"16.0":0.091,"16.1":0.19225,"16.2":0.09741,"16.3":0.16533,"16.4":0.03332,"16.5":0.06665,"16.6-16.7":0.63058,"17.0":0.04614,"17.1":0.0769,"17.2":0.06408,"17.3":0.09741,"17.4":0.20891,"17.5":0.62417,"17.6-17.7":5.39194,"18.0":1.91224,"18.1":1.68026,"18.2":0.06793},P:{"4":0.10305,"20":0.02061,"21":0.10305,"22":0.13396,"23":0.10305,"24":0.16487,"25":0.09274,"26":1.31899,"27":0.81406,"5.0-5.4":0.0103,"6.2-6.4":0.02061,"7.2-7.4":0.16487,_:"8.2 9.2 10.1 12.0 14.0 15.0 18.0","11.1-11.2":0.02061,"13.0":0.0103,"16.0":0.02061,"17.0":0.02061,"19.0":0.04122},I:{"0":0.02495,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00003},A:{"11":0.01875,_:"6 7 8 9 10 5.5"},K:{"0":0.41263,_:"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.06877},H:{"0":0},L:{"0":47.20044},R:{_:"0"},M:{"0":0.13754}};
1
+ module.exports={C:{"11":0.00364,"52":0.00364,"99":0.00364,"113":0.00728,"114":0.00728,"115":0.09103,"121":0.00364,"127":0.00364,"128":0.08374,"129":0.00364,"130":0.00364,"132":0.00728,"133":0.01821,"134":0.37866,"135":1.3763,"136":0.01092,_:"2 3 4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 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 100 101 102 103 104 105 106 107 108 109 110 111 112 116 117 118 119 120 122 123 124 125 126 131 137 138 3.5 3.6"},D:{"35":0.00364,"47":0.00364,"49":0.00728,"65":0.00364,"69":0.01092,"70":0.00364,"73":0.00728,"76":0.00364,"79":0.02185,"81":0.00364,"83":0.00728,"85":0.05826,"87":0.04369,"88":0.00728,"89":0.00364,"91":2.47588,"92":0.01092,"93":0.01456,"94":0.02549,"95":0.00364,"96":0.01092,"98":0.02185,"100":0.00364,"101":0.00364,"102":0.00364,"103":0.04733,"104":0.01456,"105":0.00364,"106":0.01092,"107":0.00728,"108":0.00728,"109":1.00492,"110":0.02549,"111":0.01456,"114":0.01821,"116":0.01821,"117":0.02549,"118":0.00364,"119":0.02549,"120":0.02549,"121":0.01092,"122":0.04369,"123":0.01092,"124":0.01821,"125":0.01821,"126":0.05097,"127":0.04369,"128":0.04733,"129":0.02549,"130":0.06554,"131":0.77553,"132":8.66194,"133":10.10742,"134":0.00364,"135":0.00728,_:"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 36 37 38 39 40 41 42 43 44 45 46 48 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 66 67 68 71 72 74 75 77 78 80 84 86 90 97 99 112 113 115 136"},F:{"46":0.00364,"82":0.00728,"87":0.02549,"95":0.00728,"112":0.00364,"114":0.0619,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 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 83 84 85 86 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"89":0.00364,"92":0.03277,"100":0.00728,"109":0.00728,"114":0.00728,"118":0.00364,"121":0.00364,"122":0.00728,"123":0.00728,"124":0.00364,"125":0.00728,"126":0.00728,"127":0.01092,"128":0.01456,"129":0.02549,"130":0.04369,"131":0.13108,"132":2.04988,"133":2.8946,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 119 120"},E:{"13":0.00364,_:"0 4 5 6 7 8 9 10 11 12 14 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 15.5 18.4","5.1":0.01456,"13.1":0.01092,"14.1":0.01092,"15.6":0.12015,"16.0":0.00364,"16.1":0.05097,"16.2":0.00364,"16.3":0.00728,"16.4":0.00364,"16.5":0.00728,"16.6":0.05097,"17.0":0.00364,"17.1":0.02549,"17.2":0.01092,"17.3":0.00364,"17.4":0.02549,"17.5":0.02185,"17.6":0.10923,"18.0":0.03277,"18.1":0.17841,"18.2":0.07282,"18.3":0.37138},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00213,"5.0-5.1":0.00107,"6.0-6.1":0.00639,"7.0-7.1":0.00533,"8.1-8.4":0,"9.0-9.2":0.00213,"9.3":0.01598,"10.0-10.2":0.00213,"10.3":0.0245,"11.0-11.2":0.08415,"11.3-11.4":0.00746,"12.0-12.1":0.00426,"12.2-12.5":0.1129,"13.0-13.1":0.00213,"13.2":0.0032,"13.3":0.00426,"13.4-13.7":0.01598,"14.0-14.4":0.03515,"14.5-14.8":0.049,"15.0-15.1":0.02556,"15.2-15.3":0.02556,"15.4":0.03089,"15.5":0.03515,"15.6-15.8":0.43564,"16.0":0.06284,"16.1":0.13101,"16.2":0.06604,"16.3":0.11929,"16.4":0.02663,"16.5":0.05006,"16.6-16.7":0.51872,"17.0":0.03195,"17.1":0.05645,"17.2":0.04474,"17.3":0.06284,"17.4":0.12995,"17.5":0.30889,"17.6-17.7":1.01614,"18.0":0.2993,"18.1":2.74911,"18.2":0.88406,"18.3":3.15066,"18.4":0.00639},P:{"4":0.13296,"20":0.01023,"21":0.06137,"22":0.04091,"23":0.05114,"24":0.12273,"25":0.06137,"26":0.22501,"27":1.9535,_:"5.0-5.4 8.2 9.2 10.1 12.0 14.0 15.0","6.2-6.4":0.01023,"7.2-7.4":0.14319,"11.1-11.2":0.04091,"13.0":0.01023,"16.0":0.01023,"17.0":0.02046,"18.0":0.01023,"19.0":0.02046},I:{"0":0.03173,"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.51508,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00364,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":51.71977},R:{_:"0"},M:{"0":0.20349},Q:{"14.9":0.00636},O:{"0":0.1399},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"38":0.01011,"43":0.01011,"44":0.05558,"45":0.01011,"51":0.00505,"52":0.01516,"56":0.00505,"60":0.01011,"66":0.00505,"78":0.01011,"81":0.01011,"102":0.01011,"103":0.00505,"108":0.00505,"110":0.00505,"112":0.00505,"113":0.01516,"115":0.22233,"117":0.01516,"118":0.00505,"120":0.00505,"122":0.01516,"123":0.00505,"124":0.01011,"125":0.03032,"126":0.00505,"127":0.01011,"128":0.28802,"129":0.01011,"130":0.02527,"131":0.15159,"132":1.97572,"133":0.24254,"134":0.00505,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 46 47 48 49 50 53 54 55 57 58 59 61 62 63 64 65 67 68 69 70 71 72 73 74 75 76 77 79 80 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 104 105 106 107 109 111 114 116 119 121 135 136 3.5 3.6"},D:{"45":0.15664,"47":0.01011,"48":0.10611,"49":0.04548,"52":0.03032,"58":0.01011,"66":0.01011,"72":0.02021,"79":0.01516,"86":0.01011,"87":0.02021,"88":0.01011,"91":0.09095,"92":0.02527,"93":0.01011,"94":0.00505,"96":0.03032,"97":0.00505,"98":0.01011,"101":0.00505,"102":0.01011,"103":0.13138,"104":0.19201,"105":0.01011,"106":0.06569,"107":0.01516,"108":0.03537,"109":0.49014,"110":0.01011,"111":0.01516,"112":0.02021,"113":0.12633,"114":0.15159,"115":0.01011,"116":0.18191,"117":0.02527,"118":0.0859,"119":0.02527,"120":0.04548,"121":0.05053,"122":0.16675,"123":0.10611,"124":0.11117,"125":2.82968,"126":0.82364,"127":0.67205,"128":0.42445,"129":1.47042,"130":13.01148,"131":9.21667,"132":0.01011,_:"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 50 51 53 54 55 56 57 59 60 61 62 63 64 65 67 68 69 70 71 73 74 75 76 77 78 80 81 83 84 85 89 90 95 99 100 133 134"},F:{"46":0.00505,"85":0.02021,"95":0.01516,"102":0.00505,"113":0.06569,"114":0.8388,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00505,"108":0.00505,"109":0.07074,"113":0.00505,"114":0.01011,"115":0.00505,"119":0.01011,"120":0.00505,"121":0.00505,"122":0.01011,"123":0.00505,"124":0.01011,"125":0.01011,"126":0.02527,"127":0.02021,"128":0.06569,"129":0.27792,"130":4.37085,"131":4.1182,_:"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 110 111 112 116 117 118"},E:{"8":0.00505,"9":0.01516,"14":0.02021,"15":0.01011,_:"0 4 5 6 7 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1","12.1":0.00505,"13.1":0.04548,"14.1":0.08085,"15.1":0.01516,"15.2-15.3":0.01011,"15.4":0.01516,"15.5":0.02527,"15.6":0.32339,"16.0":0.03537,"16.1":0.05558,"16.2":0.03032,"16.3":0.08085,"16.4":0.03032,"16.5":0.04548,"16.6":0.42951,"17.0":0.02021,"17.1":0.05053,"17.2":0.05053,"17.3":0.05558,"17.4":0.12127,"17.5":0.30823,"17.6":1.53611,"18.0":0.51541,"18.1":0.77311,"18.2":0.01516},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00168,"5.0-5.1":0,"6.0-6.1":0.00674,"7.0-7.1":0.00842,"8.1-8.4":0,"9.0-9.2":0.00674,"9.3":0.02359,"10.0-10.2":0.00505,"10.3":0.03875,"11.0-11.2":0.45489,"11.3-11.4":0.01179,"12.0-12.1":0.00674,"12.2-12.5":0.1769,"13.0-13.1":0.00337,"13.2":0.04549,"13.3":0.00674,"13.4-13.7":0.02527,"14.0-14.4":0.0556,"14.5-14.8":0.07919,"15.0-15.1":0.04549,"15.2-15.3":0.04212,"15.4":0.05054,"15.5":0.05897,"15.6-15.8":0.6318,"16.0":0.11962,"16.1":0.25272,"16.2":0.12804,"16.3":0.21734,"16.4":0.0438,"16.5":0.08761,"16.6-16.7":0.82892,"17.0":0.06065,"17.1":0.10109,"17.2":0.08424,"17.3":0.12804,"17.4":0.27462,"17.5":0.82049,"17.6-17.7":7.08793,"18.0":2.51371,"18.1":2.20876,"18.2":0.08929},P:{"4":0.01051,"20":0.02102,"21":0.03152,"22":0.03152,"23":0.04203,"24":0.04203,"25":0.05254,"26":2.13303,"27":2.26963,_:"5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 15.0 16.0","14.0":0.01051,"17.0":0.01051,"18.0":0.01051,"19.0":0.01051},I:{"0":0.0395,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00005},A:{"8":0.00568,"9":0.01137,"11":0.0739,_:"6 7 10 5.5"},K:{"0":0.46501,_:"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.01484},O:{"0":0.25235},H:{"0":0.01},L:{"0":26.53893},R:{_:"0"},M:{"0":0.60366}};
1
+ module.exports={C:{"38":0.00935,"43":0.00935,"44":0.04206,"45":0.00935,"48":0.00467,"52":0.01402,"60":0.01402,"72":0.00467,"78":0.00935,"81":0.01869,"87":0.00935,"91":0.00467,"102":0.00935,"103":0.00467,"110":0.00467,"112":0.00467,"113":0.01402,"115":0.18225,"117":0.01869,"121":0.00467,"124":0.00467,"125":0.03271,"126":0.00467,"127":0.00935,"128":0.40655,"129":0.00467,"130":0.00467,"131":0.00467,"132":0.01402,"133":0.04673,"134":0.57945,"135":1.81312,"136":0.00935,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 46 47 49 50 51 53 54 55 56 57 58 59 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 79 80 82 83 84 85 86 88 89 90 92 93 94 95 96 97 98 99 100 101 104 105 106 107 108 109 111 114 116 118 119 120 122 123 137 138 3.5 3.6"},D:{"38":0.00935,"42":0.00467,"45":0.11683,"47":0.00935,"48":0.09346,"49":0.02804,"52":0.0514,"58":0.00467,"66":0.00935,"72":0.03738,"79":0.01869,"80":0.00467,"86":0.01402,"87":0.01402,"88":0.0514,"90":0.00467,"91":0.00467,"92":0.00935,"93":0.00935,"94":0.00467,"96":0.03738,"97":0.01402,"98":0.00467,"99":0.00467,"101":0.00467,"102":0.00467,"103":0.06075,"104":0.27571,"105":0.00467,"106":0.01402,"107":0.01402,"108":0.03271,"109":0.46263,"110":0.05608,"111":0.01402,"112":0.02337,"113":0.1215,"114":0.15421,"115":0.00935,"116":0.11683,"117":0.04206,"118":0.09813,"119":0.01869,"120":0.09346,"121":0.02804,"122":0.08879,"123":0.0514,"124":0.14486,"125":1.99537,"126":0.52805,"127":0.42524,"128":0.14019,"129":0.27103,"130":0.27103,"131":1.61686,"132":10.43481,"133":8.78057,"134":0.01869,"135":0.00467,_:"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 46 50 51 53 54 55 56 57 59 60 61 62 63 64 65 67 68 69 70 71 73 74 75 76 77 78 81 83 84 85 89 95 100 136"},F:{"46":0.00467,"86":0.00467,"87":0.03271,"95":0.02337,"102":0.00467,"113":0.01402,"114":0.07944,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 88 89 90 91 92 93 94 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"13":0.00467,"16":0.00467,"92":0.00467,"103":0.00935,"107":0.00467,"108":0.00467,"109":0.08879,"110":0.00467,"114":0.00467,"116":0.00467,"119":0.00467,"120":0.00467,"121":0.00467,"122":0.00467,"123":0.00467,"124":0.00935,"125":0.00467,"126":0.00935,"127":0.00467,"128":0.01402,"129":0.01402,"130":0.05608,"131":0.25234,"132":3.40194,"133":4.43935,_:"12 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 104 105 106 111 112 113 115 117 118"},E:{"8":0.00467,"9":0.01402,"14":0.00935,"15":0.00467,_:"0 4 5 6 7 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1","12.1":0.00935,"13.1":0.03738,"14.1":0.04206,"15.1":0.00467,"15.2-15.3":0.00467,"15.4":0.00935,"15.5":0.01402,"15.6":0.27103,"16.0":0.04206,"16.1":0.03738,"16.2":0.02337,"16.3":0.0701,"16.4":0.02337,"16.5":0.04206,"16.6":0.37851,"17.0":0.01402,"17.1":0.20094,"17.2":0.03271,"17.3":0.04206,"17.4":0.10748,"17.5":0.18225,"17.6":0.51403,"18.0":0.11215,"18.1":0.7617,"18.2":0.31309,"18.3":1.63555,"18.4":0.00467},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00348,"5.0-5.1":0.00174,"6.0-6.1":0.01043,"7.0-7.1":0.00869,"8.1-8.4":0,"9.0-9.2":0.00348,"9.3":0.02608,"10.0-10.2":0.00348,"10.3":0.03998,"11.0-11.2":0.13733,"11.3-11.4":0.01217,"12.0-12.1":0.00695,"12.2-12.5":0.18427,"13.0-13.1":0.00348,"13.2":0.00522,"13.3":0.00695,"13.4-13.7":0.02608,"14.0-14.4":0.05737,"14.5-14.8":0.07997,"15.0-15.1":0.04172,"15.2-15.3":0.04172,"15.4":0.05041,"15.5":0.05737,"15.6-15.8":0.71101,"16.0":0.10257,"16.1":0.21382,"16.2":0.10778,"16.3":0.1947,"16.4":0.04346,"16.5":0.08171,"16.6-16.7":0.8466,"17.0":0.05215,"17.1":0.09214,"17.2":0.07301,"17.3":0.10257,"17.4":0.21209,"17.5":0.50414,"17.6-17.7":1.65844,"18.0":0.48849,"18.1":4.48683,"18.2":1.44288,"18.3":5.14221,"18.4":0.01043},P:{"4":0.02101,"20":0.0105,"21":0.02101,"22":0.03151,"23":0.05252,"24":0.03151,"25":0.03151,"26":0.12605,"27":4.52725,_:"5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0","7.2-7.4":0.0105,"16.0":0.0105,"17.0":0.0105,"18.0":0.0105,"19.0":0.0105},I:{"0":0.04252,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00005},K:{"0":0.49064,_:"10 11 12 11.1 11.5 12.1"},A:{"9":0.01147,"11":0.1147,_:"6 7 8 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":29.85288},R:{_:"0"},M:{"0":0.73499},Q:{"14.9":0.01598},O:{"0":0.29826},H:{"0":0.01}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.00508,"59":0.04062,"60":0.00508,"78":0.01015,"115":0.15231,"124":0.02031,"125":0.01015,"126":0.00508,"127":0.00508,"128":0.12693,"129":0.00508,"130":0.02031,"131":0.09646,"132":1.56372,"133":0.10154,_:"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 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 134 135 136 3.5 3.6"},D:{"66":0.1777,"79":0.01015,"86":0.00508,"87":0.02539,"88":0.01523,"89":0.02031,"90":0.00508,"91":0.00508,"92":0.00508,"93":0.01015,"94":0.00508,"95":0.00508,"97":0.00508,"98":0.00508,"102":0.04062,"103":0.04569,"104":0.00508,"105":0.00508,"106":0.01015,"107":0.01015,"108":0.01015,"109":0.31477,"110":0.00508,"111":0.00508,"112":0.00508,"113":0.13708,"114":0.15739,"115":0.00508,"116":0.20308,"117":0.01015,"118":8.51921,"119":0.02539,"120":0.02031,"121":0.07616,"122":0.11677,"123":0.07616,"124":0.09139,"125":0.30462,"126":0.23354,"127":0.14216,"128":0.47216,"129":1.6551,"130":13.23066,"131":6.58995,"132":0.00508,_:"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 80 81 83 84 85 96 99 100 101 133 134"},F:{"85":0.01015,"94":0.00508,"95":0.01523,"108":0.00508,"112":0.00508,"113":0.18277,"114":1.56372,_:"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 96 97 98 99 100 101 102 103 104 105 106 107 109 110 111 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"17":0.02031,"92":0.00508,"107":0.00508,"109":0.06092,"110":0.00508,"114":0.00508,"115":0.01015,"119":0.00508,"121":0.01015,"122":0.01015,"123":0.00508,"124":0.01015,"125":0.00508,"126":0.01523,"127":0.01015,"128":0.02539,"129":0.18277,"130":3.84329,"131":2.4065,_:"12 13 14 15 16 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 108 111 112 113 116 117 118 120"},E:{"14":0.01523,"15":0.00508,_:"0 4 5 6 7 8 9 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1","11.1":0.03046,"12.1":0.01015,"13.1":0.03046,"14.1":0.066,"15.1":0.02031,"15.2-15.3":0.01015,"15.4":0.05585,"15.5":0.03554,"15.6":0.31477,"16.0":0.02539,"16.1":0.06092,"16.2":0.04569,"16.3":0.12185,"16.4":0.066,"16.5":0.06092,"16.6":0.5077,"17.0":0.04062,"17.1":0.07108,"17.2":0.08123,"17.3":0.07108,"17.4":0.21323,"17.5":0.53816,"17.6":2.14757,"18.0":0.75647,"18.1":0.99509,"18.2":0.01523},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00293,"5.0-5.1":0,"6.0-6.1":0.01171,"7.0-7.1":0.01464,"8.1-8.4":0,"9.0-9.2":0.01171,"9.3":0.04099,"10.0-10.2":0.00878,"10.3":0.06735,"11.0-11.2":0.79061,"11.3-11.4":0.0205,"12.0-12.1":0.01171,"12.2-12.5":0.30746,"13.0-13.1":0.00586,"13.2":0.07906,"13.3":0.01171,"13.4-13.7":0.04392,"14.0-14.4":0.09663,"14.5-14.8":0.13763,"15.0-15.1":0.07906,"15.2-15.3":0.07321,"15.4":0.08785,"15.5":0.10249,"15.6-15.8":1.09808,"16.0":0.2079,"16.1":0.43923,"16.2":0.22254,"16.3":0.37774,"16.4":0.07613,"16.5":0.15227,"16.6-16.7":1.44067,"17.0":0.10542,"17.1":0.17569,"17.2":0.14641,"17.3":0.22254,"17.4":0.4773,"17.5":1.42603,"17.6-17.7":12.31894,"18.0":4.36887,"18.1":3.83887,"18.2":0.15519},P:{"4":0.03132,"21":0.01044,"22":0.01044,"23":0.01044,"24":0.02088,"25":0.03132,"26":1.50326,"27":1.57634,_:"20 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","5.0-5.4":0.01044},I:{"0":0.01474,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00002},A:{"11":0.00508,_:"6 7 8 9 10 5.5"},K:{"0":0.21169,_:"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.01477},H:{"0":0},L:{"0":16.14606},R:{_:"0"},M:{"0":0.35446}};
1
+ module.exports={C:{"52":0.00499,"59":0.0449,"60":0.00499,"78":0.00998,"102":0.00499,"111":0.00499,"115":0.12971,"124":0.00499,"127":0.00499,"128":0.15965,"129":0.00499,"132":0.00499,"133":0.01497,"134":0.45899,"135":1.24226,_:"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 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 103 104 105 106 107 108 109 110 112 113 114 116 117 118 119 120 121 122 123 125 126 130 131 136 137 138 3.5 3.6"},D:{"41":0.00499,"49":0.01996,"66":0.19956,"69":0.00998,"76":0.00499,"79":0.00998,"87":0.01996,"88":0.01497,"90":0.00499,"91":0.00499,"92":0.00499,"94":0.00499,"95":0.00499,"102":0.00998,"103":0.03492,"104":0.00499,"106":0.00499,"107":0.00499,"108":0.01497,"109":0.26941,"110":0.00499,"111":0.00998,"112":0.00499,"113":0.10477,"114":0.12473,"115":0.00499,"116":0.1347,"117":0.00499,"118":8.48629,"119":0.01497,"120":0.02495,"121":0.01497,"122":0.06985,"123":0.03991,"124":0.03492,"125":0.15466,"126":0.1347,"127":0.06985,"128":0.11475,"129":0.07484,"130":0.14967,"131":1.85092,"132":11.05064,"133":8.58607,"134":0.00998,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 42 43 44 45 46 47 48 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 67 68 70 71 72 73 74 75 77 78 80 81 83 84 85 86 89 93 96 97 98 99 100 101 105 135 136"},F:{"84":0.00499,"86":0.00499,"87":0.01996,"95":0.01996,"102":0.00499,"108":0.00499,"113":0.00499,"114":0.20954,_:"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 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:{"17":0.02495,"92":0.00499,"108":0.00499,"109":0.04989,"114":0.00499,"115":0.00499,"117":0.00499,"121":0.00499,"122":0.00998,"123":0.00499,"124":0.00499,"125":0.00499,"126":0.00998,"127":0.00499,"128":0.00499,"129":0.00998,"130":0.03991,"131":0.14967,"132":2.95848,"133":3.72678,_:"12 13 14 15 16 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 110 111 112 113 116 118 119 120"},E:{"14":0.01497,"15":0.00998,_:"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 18.4","11.1":0.0449,"12.1":0.00998,"13.1":0.02495,"14.1":0.0449,"15.1":0.00499,"15.2-15.3":0.00499,"15.4":0.01996,"15.5":0.01996,"15.6":0.29435,"16.0":0.02495,"16.1":0.03991,"16.2":0.02993,"16.3":0.07484,"16.4":0.03492,"16.5":0.03492,"16.6":0.47396,"17.0":0.01996,"17.1":0.23448,"17.2":0.05488,"17.3":0.02993,"17.4":0.11475,"17.5":0.23947,"17.6":0.6785,"18.0":0.10976,"18.1":0.94292,"18.2":0.51886,"18.3":1.76112},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00579,"5.0-5.1":0.0029,"6.0-6.1":0.01738,"7.0-7.1":0.01448,"8.1-8.4":0,"9.0-9.2":0.00579,"9.3":0.04345,"10.0-10.2":0.00579,"10.3":0.06662,"11.0-11.2":0.22882,"11.3-11.4":0.02028,"12.0-12.1":0.01159,"12.2-12.5":0.30702,"13.0-13.1":0.00579,"13.2":0.00869,"13.3":0.01159,"13.4-13.7":0.04345,"14.0-14.4":0.09558,"14.5-14.8":0.13324,"15.0-15.1":0.06951,"15.2-15.3":0.06951,"15.4":0.084,"15.5":0.09558,"15.6-15.8":1.18464,"16.0":0.17089,"16.1":0.35626,"16.2":0.17958,"16.3":0.3244,"16.4":0.07241,"16.5":0.13613,"16.6-16.7":1.41056,"17.0":0.08689,"17.1":0.15351,"17.2":0.12165,"17.3":0.17089,"17.4":0.35337,"17.5":0.83997,"17.6-17.7":2.7632,"18.0":0.8139,"18.1":7.4757,"18.2":2.40404,"18.3":8.56765,"18.4":0.01738},P:{"4":0.04169,"21":0.01042,"23":0.01042,"24":0.01042,"25":0.01042,"26":0.05211,"27":3.26224,_:"20 22 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.01042},I:{"0":0.01,"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.23055,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00499,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":17.23353},R:{_:"0"},M:{"0":0.43604},Q:{_:"14.9"},O:{"0":0.01504},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.01914,"65":0.00239,"99":0.00718,"100":0.00239,"103":0.00479,"115":0.13162,"122":0.00239,"123":0.00479,"126":0.00239,"127":0.00718,"128":0.00718,"129":0.00479,"130":0.00957,"131":0.04307,"132":0.82319,"133":0.09811,"134":0.00239,_:"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 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 101 102 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 124 125 135 136 3.5 3.6"},D:{"73":0.00239,"74":0.00239,"76":0.00239,"79":0.00718,"83":0.00239,"86":0.00239,"87":0.00957,"88":0.00239,"91":0.00239,"92":0.00239,"93":0.00479,"94":0.00718,"96":0.00239,"98":0.00239,"99":0.00239,"100":0.00239,"103":0.0335,"106":0.01197,"107":0.00239,"108":0.00479,"109":1.37598,"110":0.00239,"111":0.00239,"112":0.00239,"114":0.00718,"115":0.00239,"116":0.03829,"117":0.00479,"118":0.00957,"119":0.00718,"120":0.02393,"121":0.01197,"122":0.05025,"123":0.02393,"124":0.04068,"125":0.04547,"126":0.05983,"127":0.05025,"128":0.08615,"129":0.21537,"130":9.27048,"131":7.52599,"132":0.05983,"133":0.00239,_:"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 75 77 78 80 81 84 85 89 90 95 97 101 102 104 105 113 134"},F:{"34":0.00239,"85":0.00718,"86":0.00239,"95":0.01914,"113":0.00718,"114":0.2728,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00479,"109":0.01197,"120":0.00239,"121":0.00239,"122":0.00479,"124":0.00479,"125":0.00479,"126":0.00718,"127":0.00718,"128":0.00718,"129":0.01914,"130":0.90216,"131":0.74183,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 123"},E:{"13":0.00239,"14":0.00239,_:"0 4 5 6 7 8 9 10 11 12 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1","12.1":0.00239,"13.1":0.00718,"14.1":0.01197,"15.1":0.00239,"15.2-15.3":0.00239,"15.4":0.00239,"15.5":0.00479,"15.6":0.02872,"16.0":0.00239,"16.1":0.01197,"16.2":0.00239,"16.3":0.00718,"16.4":0.00479,"16.5":0.00479,"16.6":0.05504,"17.0":0.00479,"17.1":0.00718,"17.2":0.00718,"17.3":0.00718,"17.4":0.01436,"17.5":0.03111,"17.6":0.1029,"18.0":0.08615,"18.1":0.09333,"18.2":0.00718},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.00362,"7.0-7.1":0.00452,"8.1-8.4":0,"9.0-9.2":0.00362,"9.3":0.01266,"10.0-10.2":0.00271,"10.3":0.0208,"11.0-11.2":0.24418,"11.3-11.4":0.00633,"12.0-12.1":0.00362,"12.2-12.5":0.09496,"13.0-13.1":0.00181,"13.2":0.02442,"13.3":0.00362,"13.4-13.7":0.01357,"14.0-14.4":0.02984,"14.5-14.8":0.0425,"15.0-15.1":0.02442,"15.2-15.3":0.02261,"15.4":0.02713,"15.5":0.03165,"15.6-15.8":0.33913,"16.0":0.06421,"16.1":0.13565,"16.2":0.06873,"16.3":0.11666,"16.4":0.02351,"16.5":0.04703,"16.6-16.7":0.44494,"17.0":0.03256,"17.1":0.05426,"17.2":0.04522,"17.3":0.06873,"17.4":0.14741,"17.5":0.44042,"17.6-17.7":3.80461,"18.0":1.3493,"18.1":1.18561,"18.2":0.04793},P:{"4":0.04206,"21":0.01051,"22":0.01051,"23":0.02103,"24":0.01051,"25":0.01051,"26":0.2944,"27":0.2944,_:"20 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0 19.0","7.2-7.4":0.01051,"17.0":0.01051},I:{"0":0.02277,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00003},A:{"11":0.00479,_:"6 7 8 9 10 5.5"},K:{"0":0.60848,_:"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.97357},H:{"0":0},L:{"0":65.65068},R:{_:"0"},M:{"0":0.06085}};
1
+ module.exports={C:{"52":0.00452,"89":0.00226,"91":0.00226,"99":0.00452,"100":0.00226,"103":0.00226,"115":0.13108,"126":0.00452,"127":0.00226,"128":0.00678,"129":0.00226,"131":0.00226,"132":0.00226,"133":0.01356,"134":0.18532,"135":0.69608,"136":0.02486,_:"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 90 92 93 94 95 96 97 98 101 102 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 130 137 138 3.5 3.6"},D:{"65":0.00226,"73":0.00226,"75":0.00226,"76":0.00226,"79":0.00904,"80":0.00452,"81":0.00226,"83":0.00226,"85":0.00226,"87":0.00904,"88":0.00226,"91":0.00452,"92":0.00226,"93":0.00452,"94":0.00452,"98":0.00226,"99":0.00226,"101":0.00226,"102":0.00226,"103":0.02712,"104":0.00904,"106":0.0113,"107":0.00452,"108":0.00452,"109":1.16164,"110":0.00226,"111":0.00226,"112":0.00226,"114":0.00452,"115":0.00226,"116":0.02712,"117":0.00226,"118":0.00678,"119":0.00452,"120":0.01356,"121":0.00678,"122":0.02938,"123":0.01582,"124":0.05198,"125":0.03164,"126":0.03616,"127":0.02712,"128":0.04746,"129":0.03164,"130":0.02712,"131":0.30058,"132":8.13374,"133":7.3902,"134":0.07006,"135":0.00226,_:"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 67 68 69 70 71 72 74 77 78 84 86 89 90 95 96 97 100 105 113 136"},F:{"79":0.00226,"85":0.00226,"87":0.00904,"95":0.00904,"114":0.00678,_:"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 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.00226,"92":0.00226,"109":0.0113,"114":0.00226,"120":0.00226,"125":0.00452,"126":0.00452,"127":0.00452,"128":0.00226,"129":0.00226,"130":0.00226,"131":0.02712,"132":0.66896,"133":0.9153,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 119 121 122 123 124"},E:{"13":0.00226,"14":0.00226,_:"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 15.2-15.3 15.4","11.1":0.00226,"12.1":0.00452,"13.1":0.00452,"14.1":0.00678,"15.1":0.00452,"15.5":0.00452,"15.6":0.02486,"16.0":0.00226,"16.1":0.00904,"16.2":0.00226,"16.3":0.00452,"16.4":0.00452,"16.5":0.00452,"16.6":0.03616,"17.0":0.00226,"17.1":0.00678,"17.2":0.00678,"17.3":0.00452,"17.4":0.01582,"17.5":0.02486,"17.6":0.05424,"18.0":0.01582,"18.1":0.0565,"18.2":0.0339,"18.3":0.12882,"18.4":0.00226},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00206,"5.0-5.1":0.00103,"6.0-6.1":0.00619,"7.0-7.1":0.00515,"8.1-8.4":0,"9.0-9.2":0.00206,"9.3":0.01546,"10.0-10.2":0.00206,"10.3":0.02371,"11.0-11.2":0.08145,"11.3-11.4":0.00722,"12.0-12.1":0.00412,"12.2-12.5":0.10928,"13.0-13.1":0.00206,"13.2":0.00309,"13.3":0.00412,"13.4-13.7":0.01546,"14.0-14.4":0.03402,"14.5-14.8":0.04742,"15.0-15.1":0.02474,"15.2-15.3":0.02474,"15.4":0.0299,"15.5":0.03402,"15.6-15.8":0.42167,"16.0":0.06083,"16.1":0.12681,"16.2":0.06392,"16.3":0.11547,"16.4":0.02577,"16.5":0.04846,"16.6-16.7":0.50208,"17.0":0.03093,"17.1":0.05464,"17.2":0.0433,"17.3":0.06083,"17.4":0.12578,"17.5":0.29898,"17.6-17.7":0.98354,"18.0":0.2897,"18.1":2.66093,"18.2":0.8557,"18.3":3.0496,"18.4":0.00619},P:{"4":0.01037,"21":0.01037,"23":0.01037,"24":0.01037,"25":0.01037,"26":0.03111,"27":0.43548,_:"20 22 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0 19.0","7.2-7.4":0.02074,"17.0":0.01037},I:{"0":0.02317,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00003},K:{"0":0.4644,_:"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":66.45872},R:{_:"0"},M:{"0":0.05418},Q:{_:"14.9"},O:{"0":0.82044},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"131":0.0272,"132":0.16549,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 133 134 135 136 3.5 3.6"},D:{"129":0.0272,"130":3.77002,"131":0.63249,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 132 133 134"},F:{"114":0.05441,_:"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:{"130":1.12897,"131":0.41259,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129"},E:{"14":12.18739,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 15.6 16.0 16.1 16.2 16.4 16.5 17.0 17.1 17.2 17.3 17.4 17.6 18.0 18.1 18.2","16.3":0.08161,"16.6":0.05441,"17.5":0.08161},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0001,"5.0-5.1":0,"6.0-6.1":0.00042,"7.0-7.1":0.00052,"8.1-8.4":0,"9.0-9.2":0.00042,"9.3":0.00146,"10.0-10.2":0.00031,"10.3":0.0024,"11.0-11.2":0.02819,"11.3-11.4":0.00073,"12.0-12.1":0.00042,"12.2-12.5":0.01096,"13.0-13.1":0.00021,"13.2":0.00282,"13.3":0.00042,"13.4-13.7":0.00157,"14.0-14.4":0.00345,"14.5-14.8":0.00491,"15.0-15.1":0.00282,"15.2-15.3":0.00261,"15.4":0.00313,"15.5":0.00365,"15.6-15.8":0.03915,"16.0":0.00741,"16.1":0.01566,"16.2":0.00793,"16.3":0.01347,"16.4":0.00271,"16.5":0.00543,"16.6-16.7":0.05136,"17.0":0.00376,"17.1":0.00626,"17.2":0.00522,"17.3":0.00793,"17.4":0.01702,"17.5":0.05084,"17.6-17.7":0.43919,"18.0":0.15576,"18.1":0.13686,"18.2":0.00553},P:{"24":0.06636,"26":0.79632,"27":0.08848,_:"4 20 21 22 23 25 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},A:{_:"6 7 8 9 10 11 5.5"},K:{"0":0,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},Q:{_:"14.9"},O:{"0":0.30932},H:{"0":0},L:{"0":79.00803},R:{_:"0"},M:{"0":0.03093}};
1
+ module.exports={C:{"135":0.05364,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 136 137 138 3.5 3.6"},D:{"109":0.16092,"130":0.21456,"131":0.53908,"132":3.12989,"133":1.94177,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 134 135 136"},F:{_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"130":0.37816,"132":2.37357,"133":2.53717,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 131"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 15.6 16.0 16.1 16.2 16.3 16.4 16.5 16.6 17.0 17.1 17.2 17.3 17.4 17.5 17.6 18.0 18.1 18.2 18.3 18.4"},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00071,"5.0-5.1":0.00035,"6.0-6.1":0.00212,"7.0-7.1":0.00176,"8.1-8.4":0,"9.0-9.2":0.00071,"9.3":0.00529,"10.0-10.2":0.00071,"10.3":0.00811,"11.0-11.2":0.02787,"11.3-11.4":0.00247,"12.0-12.1":0.00141,"12.2-12.5":0.03739,"13.0-13.1":0.00071,"13.2":0.00106,"13.3":0.00141,"13.4-13.7":0.00529,"14.0-14.4":0.01164,"14.5-14.8":0.01623,"15.0-15.1":0.00847,"15.2-15.3":0.00847,"15.4":0.01023,"15.5":0.01164,"15.6-15.8":0.14427,"16.0":0.02081,"16.1":0.04339,"16.2":0.02187,"16.3":0.03951,"16.4":0.00882,"16.5":0.01658,"16.6-16.7":0.17178,"17.0":0.01058,"17.1":0.01869,"17.2":0.01481,"17.3":0.02081,"17.4":0.04303,"17.5":0.10229,"17.6-17.7":0.3365,"18.0":0.09912,"18.1":0.91039,"18.2":0.29276,"18.3":1.04337,"18.4":0.00212},P:{"21":0.11238,"25":0.22477,"27":2.80959,_:"4 20 22 23 24 26 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":3.14674,_:"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":78.57461},R:{_:"0"},M:{"0":0.10977},Q:{_:"14.9"},O:{"0":0.10977},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 3.5 3.6"},D:{_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134"},F:{_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131"},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.2-15.3 15.4 15.5 15.6 16.0 16.4 16.5 17.0 17.1 17.3 18.0 18.2","15.1":0.1168,"16.1":0.80755,"16.2":0.46051,"16.3":0.6941,"16.6":5.77301,"17.2":0.23025,"17.4":0.6941,"17.5":3.46381,"17.6":18.36017,"18.1":0.34705},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00666,"5.0-5.1":0,"6.0-6.1":0.02665,"7.0-7.1":0.03332,"8.1-8.4":0,"9.0-9.2":0.02665,"9.3":0.09328,"10.0-10.2":0.01999,"10.3":0.15325,"11.0-11.2":1.79901,"11.3-11.4":0.04664,"12.0-12.1":0.02665,"12.2-12.5":0.69962,"13.0-13.1":0.01333,"13.2":0.1799,"13.3":0.02665,"13.4-13.7":0.09995,"14.0-14.4":0.21988,"14.5-14.8":0.31316,"15.0-15.1":0.1799,"15.2-15.3":0.16658,"15.4":0.19989,"15.5":0.23321,"15.6-15.8":2.49863,"16.0":0.47307,"16.1":0.99945,"16.2":0.50639,"16.3":0.85953,"16.4":0.17324,"16.5":0.34648,"16.6-16.7":3.2782,"17.0":0.23987,"17.1":0.39978,"17.2":0.33315,"17.3":0.50639,"17.4":1.08607,"17.5":3.24488,"17.6-17.7":28.03124,"18.0":9.9412,"18.1":8.73519,"18.2":0.35314},P:{_:"4 20 21 22 23 24 25 26 27 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},A:{_:"6 7 8 9 10 11 5.5"},K:{"0":0,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},Q:{_:"14.9"},O:{_:"0"},H:{"0":0},L:{_:"0"},R:{_:"0"},M:{_:"0"}};
1
+ module.exports={C:{_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 3.5 3.6"},D:{"133":1.73205,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 134 135 136"},F:{_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133"},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 17.0 17.3 17.4 18.0 18.4","15.6":1.08384,"16.2":0.21607,"16.3":1.29991,"16.6":1.94812,"17.1":3.03195,"17.2":0.21607,"17.5":0.64821,"17.6":7.36032,"18.1":5.62828,"18.2":0.21607,"18.3":5.41221},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.01294,"5.0-5.1":0.00647,"6.0-6.1":0.03883,"7.0-7.1":0.03236,"8.1-8.4":0,"9.0-9.2":0.01294,"9.3":0.09709,"10.0-10.2":0.01294,"10.3":0.14886,"11.0-11.2":0.51132,"11.3-11.4":0.04531,"12.0-12.1":0.02589,"12.2-12.5":0.68607,"13.0-13.1":0.01294,"13.2":0.01942,"13.3":0.02589,"13.4-13.7":0.09709,"14.0-14.4":0.21359,"14.5-14.8":0.29773,"15.0-15.1":0.15534,"15.2-15.3":0.15534,"15.4":0.1877,"15.5":0.21359,"15.6-15.8":2.64719,"16.0":0.38187,"16.1":0.7961,"16.2":0.40129,"16.3":0.7249,"16.4":0.16181,"16.5":0.3042,"16.6-16.7":3.15203,"17.0":0.19417,"17.1":0.34303,"17.2":0.27184,"17.3":0.38187,"17.4":0.78963,"17.5":1.87698,"17.6-17.7":6.17462,"18.0":1.81873,"18.1":16.70512,"18.2":5.37204,"18.3":19.14519,"18.4":0.03883},P:{_:"4 20 21 22 23 24 25 26 27 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":0,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":0.43657},R:{_:"0"},M:{_:"0"},Q:{_:"14.9"},O:{_:"0"},H:{"0":0}};