immosquare-cleaner 0.1.63 → 0.1.65

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1339) hide show
  1. checksums.yaml +4 -4
  2. data/lib/immosquare-cleaner/version.rb +1 -1
  3. data/lib/immosquare-cleaner.rb +37 -37
  4. data/lib/tasks/immosquare_cleaner.rake +17 -1
  5. data/linters/rubocop/cop/custom_cops/style/font_awesome_normalization.rb +106 -0
  6. data/linters/rubocop-3.4.1.yml +3 -1
  7. data/linters/rubocop.yml +4 -0
  8. data/node_modules/@babel/compat-data/data/plugins.json +6 -7
  9. data/node_modules/@babel/compat-data/package.json +2 -2
  10. data/node_modules/@babel/core/lib/config/files/configuration.js +3 -0
  11. data/node_modules/@babel/core/lib/config/files/configuration.js.map +1 -1
  12. data/node_modules/@babel/core/lib/config/files/module-types.js +74 -63
  13. data/node_modules/@babel/core/lib/config/files/module-types.js.map +1 -1
  14. data/node_modules/@babel/core/lib/config/files/plugins.js +1 -0
  15. data/node_modules/@babel/core/lib/config/files/plugins.js.map +1 -1
  16. data/node_modules/@babel/core/lib/config/partial.js +1 -1
  17. data/node_modules/@babel/core/lib/config/partial.js.map +1 -1
  18. data/node_modules/@babel/core/lib/index.js +1 -2
  19. data/node_modules/@babel/core/lib/index.js.map +1 -1
  20. data/node_modules/@babel/core/lib/parser/index.js.map +1 -1
  21. data/node_modules/@babel/core/lib/transformation/file/babel-7-helpers.cjs +3 -1
  22. data/node_modules/@babel/core/lib/transformation/file/babel-7-helpers.cjs.map +1 -1
  23. data/node_modules/@babel/core/lib/transformation/file/file.js +2 -4
  24. data/node_modules/@babel/core/lib/transformation/file/file.js.map +1 -1
  25. data/node_modules/@babel/core/lib/transformation/normalize-file.js.map +1 -1
  26. data/node_modules/@babel/core/lib/transformation/util/clone-deep.js +27 -7
  27. data/node_modules/@babel/core/lib/transformation/util/clone-deep.js.map +1 -1
  28. data/node_modules/@babel/core/package.json +13 -14
  29. data/node_modules/@babel/generator/lib/generators/classes.js +7 -4
  30. data/node_modules/@babel/generator/lib/generators/classes.js.map +1 -1
  31. data/node_modules/@babel/generator/lib/generators/deprecated.js +28 -0
  32. data/node_modules/@babel/generator/lib/generators/deprecated.js.map +1 -0
  33. data/node_modules/@babel/generator/lib/generators/expressions.js +9 -3
  34. data/node_modules/@babel/generator/lib/generators/expressions.js.map +1 -1
  35. data/node_modules/@babel/generator/lib/generators/jsx.js +6 -1
  36. data/node_modules/@babel/generator/lib/generators/jsx.js.map +1 -1
  37. data/node_modules/@babel/generator/lib/generators/template-literals.js +16 -11
  38. data/node_modules/@babel/generator/lib/generators/template-literals.js.map +1 -1
  39. data/node_modules/@babel/generator/lib/generators/types.js +0 -9
  40. data/node_modules/@babel/generator/lib/generators/types.js.map +1 -1
  41. data/node_modules/@babel/generator/lib/generators/typescript.js +36 -18
  42. data/node_modules/@babel/generator/lib/generators/typescript.js.map +1 -1
  43. data/node_modules/@babel/generator/lib/node/parentheses.js +40 -3
  44. data/node_modules/@babel/generator/lib/node/parentheses.js.map +1 -1
  45. data/node_modules/@babel/generator/lib/printer.js +4 -3
  46. data/node_modules/@babel/generator/lib/printer.js.map +1 -1
  47. data/node_modules/@babel/generator/package.json +5 -5
  48. data/node_modules/@babel/helper-compilation-targets/lib/index.js +1 -1
  49. data/node_modules/@babel/helper-compilation-targets/lib/index.js.map +1 -1
  50. data/node_modules/@babel/helper-compilation-targets/package.json +2 -2
  51. data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js +1 -9
  52. data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js.map +1 -1
  53. data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js +9 -0
  54. data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js.map +1 -1
  55. data/node_modules/@babel/helper-create-class-features-plugin/lib/features.js +1 -1
  56. data/node_modules/@babel/helper-create-class-features-plugin/lib/features.js.map +1 -1
  57. data/node_modules/@babel/helper-create-class-features-plugin/lib/index.js +8 -8
  58. data/node_modules/@babel/helper-create-class-features-plugin/lib/index.js.map +1 -1
  59. data/node_modules/@babel/helper-create-class-features-plugin/package.json +5 -5
  60. data/node_modules/@babel/helper-plugin-utils/lib/index.js.map +1 -1
  61. data/node_modules/@babel/helper-plugin-utils/package.json +2 -2
  62. data/node_modules/@babel/helper-replace-supers/lib/index.js.map +1 -1
  63. data/node_modules/@babel/helper-replace-supers/package.json +3 -3
  64. data/node_modules/@babel/helpers/lib/helpers/asyncIterator.js.map +1 -1
  65. data/node_modules/@babel/helpers/lib/helpers/isNativeFunction.js.map +1 -1
  66. data/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js +1 -1
  67. data/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js.map +1 -1
  68. data/node_modules/@babel/helpers/lib/helpers/objectWithoutPropertiesLoose.js +1 -1
  69. data/node_modules/@babel/helpers/lib/helpers/objectWithoutPropertiesLoose.js.map +1 -1
  70. data/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js +7 -3
  71. data/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js.map +1 -1
  72. data/node_modules/@babel/helpers/lib/helpers-generated.js +3 -3
  73. data/node_modules/@babel/helpers/lib/helpers-generated.js.map +1 -1
  74. data/node_modules/@babel/helpers/package.json +5 -5
  75. data/node_modules/@babel/parser/lib/index.js +426 -236
  76. data/node_modules/@babel/parser/lib/index.js.map +1 -1
  77. data/node_modules/@babel/parser/package.json +2 -2
  78. data/node_modules/@babel/parser/typings/babel-parser.d.ts +127 -164
  79. data/node_modules/@babel/plugin-transform-flow-strip-types/lib/index.js +6 -0
  80. data/node_modules/@babel/plugin-transform-flow-strip-types/lib/index.js.map +1 -1
  81. data/node_modules/@babel/plugin-transform-flow-strip-types/package.json +4 -4
  82. data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/lib/index.js +3 -2
  83. data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/lib/index.js.map +1 -1
  84. data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/package.json +3 -3
  85. data/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js +3 -1
  86. data/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js.map +1 -1
  87. data/node_modules/@babel/plugin-transform-typescript/lib/enum.js +24 -11
  88. data/node_modules/@babel/plugin-transform-typescript/lib/enum.js.map +1 -1
  89. data/node_modules/@babel/plugin-transform-typescript/lib/index.js +38 -9
  90. data/node_modules/@babel/plugin-transform-typescript/lib/index.js.map +1 -1
  91. data/node_modules/@babel/plugin-transform-typescript/lib/namespace.js +2 -0
  92. data/node_modules/@babel/plugin-transform-typescript/lib/namespace.js.map +1 -1
  93. data/node_modules/@babel/plugin-transform-typescript/package.json +5 -5
  94. data/node_modules/@babel/template/lib/options.js.map +1 -1
  95. data/node_modules/@babel/template/lib/parse.js.map +1 -1
  96. data/node_modules/@babel/template/package.json +4 -4
  97. data/node_modules/@babel/traverse/lib/cache.js +4 -5
  98. data/node_modules/@babel/traverse/lib/cache.js.map +1 -1
  99. data/node_modules/@babel/traverse/lib/path/conversion.js +1 -2
  100. data/node_modules/@babel/traverse/lib/path/conversion.js.map +1 -1
  101. data/node_modules/@babel/traverse/lib/path/evaluation.js +17 -0
  102. data/node_modules/@babel/traverse/lib/path/evaluation.js.map +1 -1
  103. data/node_modules/@babel/traverse/lib/path/lib/hoister.js.map +1 -1
  104. data/node_modules/@babel/traverse/lib/path/modification.js +1 -1
  105. data/node_modules/@babel/traverse/lib/path/modification.js.map +1 -1
  106. data/node_modules/@babel/traverse/lib/path/replacement.js.map +1 -1
  107. data/node_modules/@babel/traverse/lib/scope/index.js +9 -2
  108. data/node_modules/@babel/traverse/lib/scope/index.js.map +1 -1
  109. data/node_modules/@babel/traverse/lib/visitors.js +1 -1
  110. data/node_modules/@babel/traverse/lib/visitors.js.map +1 -1
  111. data/node_modules/@babel/traverse/package.json +6 -6
  112. data/node_modules/@babel/types/lib/asserts/generated/index.js +8 -0
  113. data/node_modules/@babel/types/lib/asserts/generated/index.js.map +1 -1
  114. data/node_modules/@babel/types/lib/ast-types/generated/index.js.map +1 -1
  115. data/node_modules/@babel/types/lib/builders/generated/index.js +22 -2858
  116. data/node_modules/@babel/types/lib/builders/generated/index.js.map +1 -1
  117. data/node_modules/@babel/types/lib/builders/generated/lowercase.js +2886 -0
  118. data/node_modules/@babel/types/lib/builders/generated/lowercase.js.map +1 -0
  119. data/node_modules/@babel/types/lib/builders/generated/uppercase.js +267 -255
  120. data/node_modules/@babel/types/lib/builders/generated/uppercase.js.map +1 -1
  121. data/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js.map +1 -1
  122. data/node_modules/@babel/types/lib/converters/toSequenceExpression.js.map +1 -1
  123. data/node_modules/@babel/types/lib/definitions/core.js +26 -17
  124. data/node_modules/@babel/types/lib/definitions/core.js.map +1 -1
  125. data/node_modules/@babel/types/lib/definitions/flow.js +6 -3
  126. data/node_modules/@babel/types/lib/definitions/flow.js.map +1 -1
  127. data/node_modules/@babel/types/lib/definitions/jsx.js +9 -4
  128. data/node_modules/@babel/types/lib/definitions/jsx.js.map +1 -1
  129. data/node_modules/@babel/types/lib/definitions/typescript.js +51 -26
  130. data/node_modules/@babel/types/lib/definitions/typescript.js.map +1 -1
  131. data/node_modules/@babel/types/lib/definitions/utils.js +2 -2
  132. data/node_modules/@babel/types/lib/definitions/utils.js.map +1 -1
  133. data/node_modules/@babel/types/lib/index-legacy.d.ts +27 -7
  134. data/node_modules/@babel/types/lib/index.d.ts +1178 -1156
  135. data/node_modules/@babel/types/lib/index.js +10 -21
  136. data/node_modules/@babel/types/lib/index.js.flow +26 -6
  137. data/node_modules/@babel/types/lib/index.js.map +1 -1
  138. data/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js +9 -8
  139. data/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js.map +1 -1
  140. data/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js +1 -0
  141. data/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js.map +1 -1
  142. data/node_modules/@babel/types/lib/validators/generated/index.js +17 -0
  143. data/node_modules/@babel/types/lib/validators/generated/index.js.map +1 -1
  144. data/node_modules/@babel/types/package.json +12 -12
  145. data/node_modules/{@babel/eslint-parser/node_modules/eslint-visitor-keys → @eslint/config-helpers}/LICENSE +2 -2
  146. data/node_modules/@eslint/config-helpers/README.md +97 -0
  147. data/node_modules/@eslint/config-helpers/dist/cjs/index.cjs +546 -0
  148. data/node_modules/@eslint/config-helpers/dist/cjs/index.d.cts +22 -0
  149. data/node_modules/@eslint/config-helpers/dist/cjs/types.cts +31 -0
  150. data/node_modules/@eslint/config-helpers/dist/esm/index.d.ts +22 -0
  151. data/node_modules/@eslint/config-helpers/dist/esm/index.js +544 -0
  152. data/node_modules/@eslint/config-helpers/dist/esm/types.d.ts +23 -0
  153. data/node_modules/@eslint/config-helpers/dist/esm/types.ts +31 -0
  154. data/node_modules/@eslint/config-helpers/package.json +60 -0
  155. data/node_modules/@eslint/js/package.json +1 -1
  156. data/node_modules/@eslint-community/eslint-utils/index.js +21 -1
  157. data/node_modules/@eslint-community/eslint-utils/index.js.map +1 -1
  158. data/node_modules/@eslint-community/eslint-utils/index.mjs +21 -1
  159. data/node_modules/@eslint-community/eslint-utils/index.mjs.map +1 -1
  160. data/node_modules/@eslint-community/eslint-utils/package.json +1 -1
  161. data/node_modules/acorn/CHANGELOG.md +12 -0
  162. data/node_modules/acorn/dist/acorn.js +33 -24
  163. data/node_modules/acorn/dist/acorn.mjs +33 -24
  164. data/node_modules/acorn/package.json +1 -1
  165. data/node_modules/async-function/CHANGELOG.md +16 -0
  166. data/node_modules/{jscodeshift → async-function}/LICENSE +1 -1
  167. data/node_modules/async-function/README.md +51 -0
  168. data/node_modules/async-function/index.d.mts +3 -0
  169. data/node_modules/async-function/index.d.ts +13 -0
  170. data/node_modules/async-function/index.js +8 -0
  171. data/node_modules/async-function/index.mjs +4 -0
  172. data/node_modules/async-function/legacy.js +18 -0
  173. data/node_modules/async-function/package.json +86 -0
  174. data/node_modules/async-function/require.mjs +5 -0
  175. data/node_modules/async-function/test/index.js +40 -0
  176. data/node_modules/async-function/tsconfig.json +9 -0
  177. data/node_modules/browserslist/index.js +23 -4
  178. data/node_modules/browserslist/node.js +69 -60
  179. data/node_modules/browserslist/package.json +1 -1
  180. data/node_modules/call-bind-apply-helpers/CHANGELOG.md +7 -0
  181. data/node_modules/call-bind-apply-helpers/index.d.ts +38 -20
  182. data/node_modules/call-bind-apply-helpers/index.js +1 -1
  183. data/node_modules/call-bind-apply-helpers/package.json +8 -8
  184. data/node_modules/call-bind-apply-helpers/test/index.js +4 -4
  185. data/node_modules/call-bound/CHANGELOG.md +8 -0
  186. data/node_modules/call-bound/index.d.ts +91 -10
  187. data/node_modules/call-bound/index.js +4 -3
  188. data/node_modules/call-bound/package.json +10 -10
  189. data/node_modules/call-bound/test/index.js +11 -4
  190. data/node_modules/call-bound/tsconfig.json +2 -1
  191. data/node_modules/caniuse-lite/data/agents.js +1 -1
  192. data/node_modules/caniuse-lite/data/browserVersions.js +1 -1
  193. data/node_modules/caniuse-lite/data/features/aac.js +1 -1
  194. data/node_modules/caniuse-lite/data/features/abortcontroller.js +1 -1
  195. data/node_modules/caniuse-lite/data/features/ac3-ec3.js +1 -1
  196. data/node_modules/caniuse-lite/data/features/accelerometer.js +1 -1
  197. data/node_modules/caniuse-lite/data/features/addeventlistener.js +1 -1
  198. data/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +1 -1
  199. data/node_modules/caniuse-lite/data/features/ambient-light.js +1 -1
  200. data/node_modules/caniuse-lite/data/features/apng.js +1 -1
  201. data/node_modules/caniuse-lite/data/features/array-find-index.js +1 -1
  202. data/node_modules/caniuse-lite/data/features/array-find.js +1 -1
  203. data/node_modules/caniuse-lite/data/features/array-flat.js +1 -1
  204. data/node_modules/caniuse-lite/data/features/array-includes.js +1 -1
  205. data/node_modules/caniuse-lite/data/features/arrow-functions.js +1 -1
  206. data/node_modules/caniuse-lite/data/features/asmjs.js +1 -1
  207. data/node_modules/caniuse-lite/data/features/async-clipboard.js +1 -1
  208. data/node_modules/caniuse-lite/data/features/async-functions.js +1 -1
  209. data/node_modules/caniuse-lite/data/features/atob-btoa.js +1 -1
  210. data/node_modules/caniuse-lite/data/features/audio-api.js +1 -1
  211. data/node_modules/caniuse-lite/data/features/audio.js +1 -1
  212. data/node_modules/caniuse-lite/data/features/audiotracks.js +1 -1
  213. data/node_modules/caniuse-lite/data/features/autofocus.js +1 -1
  214. data/node_modules/caniuse-lite/data/features/auxclick.js +1 -1
  215. data/node_modules/caniuse-lite/data/features/av1.js +1 -1
  216. data/node_modules/caniuse-lite/data/features/avif.js +1 -1
  217. data/node_modules/caniuse-lite/data/features/background-attachment.js +1 -1
  218. data/node_modules/caniuse-lite/data/features/background-clip-text.js +1 -1
  219. data/node_modules/caniuse-lite/data/features/background-img-opts.js +1 -1
  220. data/node_modules/caniuse-lite/data/features/background-position-x-y.js +1 -1
  221. data/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +1 -1
  222. data/node_modules/caniuse-lite/data/features/background-sync.js +1 -1
  223. data/node_modules/caniuse-lite/data/features/battery-status.js +1 -1
  224. data/node_modules/caniuse-lite/data/features/beacon.js +1 -1
  225. data/node_modules/caniuse-lite/data/features/beforeafterprint.js +1 -1
  226. data/node_modules/caniuse-lite/data/features/bigint.js +1 -1
  227. data/node_modules/caniuse-lite/data/features/blobbuilder.js +1 -1
  228. data/node_modules/caniuse-lite/data/features/bloburls.js +1 -1
  229. data/node_modules/caniuse-lite/data/features/border-image.js +1 -1
  230. data/node_modules/caniuse-lite/data/features/border-radius.js +1 -1
  231. data/node_modules/caniuse-lite/data/features/broadcastchannel.js +1 -1
  232. data/node_modules/caniuse-lite/data/features/brotli.js +1 -1
  233. data/node_modules/caniuse-lite/data/features/calc.js +1 -1
  234. data/node_modules/caniuse-lite/data/features/canvas-blending.js +1 -1
  235. data/node_modules/caniuse-lite/data/features/canvas-text.js +1 -1
  236. data/node_modules/caniuse-lite/data/features/canvas.js +1 -1
  237. data/node_modules/caniuse-lite/data/features/ch-unit.js +1 -1
  238. data/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +1 -1
  239. data/node_modules/caniuse-lite/data/features/channel-messaging.js +1 -1
  240. data/node_modules/caniuse-lite/data/features/childnode-remove.js +1 -1
  241. data/node_modules/caniuse-lite/data/features/classlist.js +1 -1
  242. data/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +1 -1
  243. data/node_modules/caniuse-lite/data/features/clipboard.js +1 -1
  244. data/node_modules/caniuse-lite/data/features/colr-v1.js +1 -1
  245. data/node_modules/caniuse-lite/data/features/colr.js +1 -1
  246. data/node_modules/caniuse-lite/data/features/comparedocumentposition.js +1 -1
  247. data/node_modules/caniuse-lite/data/features/console-basic.js +1 -1
  248. data/node_modules/caniuse-lite/data/features/console-time.js +1 -1
  249. data/node_modules/caniuse-lite/data/features/const.js +1 -1
  250. data/node_modules/caniuse-lite/data/features/constraint-validation.js +1 -1
  251. data/node_modules/caniuse-lite/data/features/contenteditable.js +1 -1
  252. data/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +1 -1
  253. data/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +1 -1
  254. data/node_modules/caniuse-lite/data/features/cookie-store-api.js +1 -1
  255. data/node_modules/caniuse-lite/data/features/cors.js +1 -1
  256. data/node_modules/caniuse-lite/data/features/createimagebitmap.js +1 -1
  257. data/node_modules/caniuse-lite/data/features/credential-management.js +1 -1
  258. data/node_modules/caniuse-lite/data/features/cryptography.js +1 -1
  259. data/node_modules/caniuse-lite/data/features/css-all.js +1 -1
  260. data/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +1 -1
  261. data/node_modules/caniuse-lite/data/features/css-animation.js +1 -1
  262. data/node_modules/caniuse-lite/data/features/css-any-link.js +1 -1
  263. data/node_modules/caniuse-lite/data/features/css-appearance.js +1 -1
  264. data/node_modules/caniuse-lite/data/features/css-at-counter-style.js +1 -1
  265. data/node_modules/caniuse-lite/data/features/css-autofill.js +1 -1
  266. data/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +1 -1
  267. data/node_modules/caniuse-lite/data/features/css-background-offsets.js +1 -1
  268. data/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +1 -1
  269. data/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +1 -1
  270. data/node_modules/caniuse-lite/data/features/css-boxshadow.js +1 -1
  271. data/node_modules/caniuse-lite/data/features/css-canvas.js +1 -1
  272. data/node_modules/caniuse-lite/data/features/css-caret-color.js +1 -1
  273. data/node_modules/caniuse-lite/data/features/css-cascade-layers.js +1 -1
  274. data/node_modules/caniuse-lite/data/features/css-cascade-scope.js +1 -1
  275. data/node_modules/caniuse-lite/data/features/css-case-insensitive.js +1 -1
  276. data/node_modules/caniuse-lite/data/features/css-clip-path.js +1 -1
  277. data/node_modules/caniuse-lite/data/features/css-color-adjust.js +1 -1
  278. data/node_modules/caniuse-lite/data/features/css-color-function.js +1 -1
  279. data/node_modules/caniuse-lite/data/features/css-conic-gradients.js +1 -1
  280. data/node_modules/caniuse-lite/data/features/css-container-queries-style.js +1 -1
  281. data/node_modules/caniuse-lite/data/features/css-container-queries.js +1 -1
  282. data/node_modules/caniuse-lite/data/features/css-container-query-units.js +1 -1
  283. data/node_modules/caniuse-lite/data/features/css-containment.js +1 -1
  284. data/node_modules/caniuse-lite/data/features/css-content-visibility.js +1 -1
  285. data/node_modules/caniuse-lite/data/features/css-counters.js +1 -1
  286. data/node_modules/caniuse-lite/data/features/css-crisp-edges.js +1 -1
  287. data/node_modules/caniuse-lite/data/features/css-cross-fade.js +1 -1
  288. data/node_modules/caniuse-lite/data/features/css-default-pseudo.js +1 -1
  289. data/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +1 -1
  290. data/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +1 -1
  291. data/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +1 -1
  292. data/node_modules/caniuse-lite/data/features/css-display-contents.js +1 -1
  293. data/node_modules/caniuse-lite/data/features/css-element-function.js +1 -1
  294. data/node_modules/caniuse-lite/data/features/css-env-function.js +1 -1
  295. data/node_modules/caniuse-lite/data/features/css-exclusions.js +1 -1
  296. data/node_modules/caniuse-lite/data/features/css-featurequeries.js +1 -1
  297. data/node_modules/caniuse-lite/data/features/css-file-selector-button.js +1 -1
  298. data/node_modules/caniuse-lite/data/features/css-filter-function.js +1 -1
  299. data/node_modules/caniuse-lite/data/features/css-filters.js +1 -1
  300. data/node_modules/caniuse-lite/data/features/css-first-letter.js +1 -1
  301. data/node_modules/caniuse-lite/data/features/css-first-line.js +1 -1
  302. data/node_modules/caniuse-lite/data/features/css-fixed.js +1 -1
  303. data/node_modules/caniuse-lite/data/features/css-focus-visible.js +1 -1
  304. data/node_modules/caniuse-lite/data/features/css-focus-within.js +1 -1
  305. data/node_modules/caniuse-lite/data/features/css-font-palette.js +1 -1
  306. data/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +1 -1
  307. data/node_modules/caniuse-lite/data/features/css-font-stretch.js +1 -1
  308. data/node_modules/caniuse-lite/data/features/css-gencontent.js +1 -1
  309. data/node_modules/caniuse-lite/data/features/css-gradients.js +1 -1
  310. data/node_modules/caniuse-lite/data/features/css-grid-animation.js +1 -1
  311. data/node_modules/caniuse-lite/data/features/css-grid.js +1 -1
  312. data/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +1 -1
  313. data/node_modules/caniuse-lite/data/features/css-has.js +1 -1
  314. data/node_modules/caniuse-lite/data/features/css-hyphens.js +1 -1
  315. data/node_modules/caniuse-lite/data/features/css-image-orientation.js +1 -1
  316. data/node_modules/caniuse-lite/data/features/css-image-set.js +1 -1
  317. data/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +1 -1
  318. data/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +1 -1
  319. data/node_modules/caniuse-lite/data/features/css-initial-letter.js +1 -1
  320. data/node_modules/caniuse-lite/data/features/css-initial-value.js +1 -1
  321. data/node_modules/caniuse-lite/data/features/css-lch-lab.js +1 -1
  322. data/node_modules/caniuse-lite/data/features/css-letter-spacing.js +1 -1
  323. data/node_modules/caniuse-lite/data/features/css-line-clamp.js +1 -1
  324. data/node_modules/caniuse-lite/data/features/css-logical-props.js +1 -1
  325. data/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +1 -1
  326. data/node_modules/caniuse-lite/data/features/css-masks.js +1 -1
  327. data/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +1 -1
  328. data/node_modules/caniuse-lite/data/features/css-math-functions.js +1 -1
  329. data/node_modules/caniuse-lite/data/features/css-media-interaction.js +1 -1
  330. data/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +1 -1
  331. data/node_modules/caniuse-lite/data/features/css-media-resolution.js +1 -1
  332. data/node_modules/caniuse-lite/data/features/css-media-scripting.js +1 -1
  333. data/node_modules/caniuse-lite/data/features/css-mediaqueries.js +1 -1
  334. data/node_modules/caniuse-lite/data/features/css-mixblendmode.js +1 -1
  335. data/node_modules/caniuse-lite/data/features/css-module-scripts.js +1 -1
  336. data/node_modules/caniuse-lite/data/features/css-motion-paths.js +1 -1
  337. data/node_modules/caniuse-lite/data/features/css-namespaces.js +1 -1
  338. data/node_modules/caniuse-lite/data/features/css-nesting.js +1 -1
  339. data/node_modules/caniuse-lite/data/features/css-not-sel-list.js +1 -1
  340. data/node_modules/caniuse-lite/data/features/css-nth-child-of.js +1 -1
  341. data/node_modules/caniuse-lite/data/features/css-opacity.js +1 -1
  342. data/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +1 -1
  343. data/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +1 -1
  344. data/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +1 -1
  345. data/node_modules/caniuse-lite/data/features/css-overflow.js +1 -1
  346. data/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +1 -1
  347. data/node_modules/caniuse-lite/data/features/css-page-break.js +1 -1
  348. data/node_modules/caniuse-lite/data/features/css-paged-media.js +1 -1
  349. data/node_modules/caniuse-lite/data/features/css-paint-api.js +1 -1
  350. data/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +1 -1
  351. data/node_modules/caniuse-lite/data/features/css-placeholder.js +1 -1
  352. data/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +1 -1
  353. data/node_modules/caniuse-lite/data/features/css-read-only-write.js +1 -1
  354. data/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +1 -1
  355. data/node_modules/caniuse-lite/data/features/css-reflections.js +1 -1
  356. data/node_modules/caniuse-lite/data/features/css-regions.js +1 -1
  357. data/node_modules/caniuse-lite/data/features/css-relative-colors.js +1 -1
  358. data/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +1 -1
  359. data/node_modules/caniuse-lite/data/features/css-resize.js +1 -1
  360. data/node_modules/caniuse-lite/data/features/css-revert-value.js +1 -1
  361. data/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +1 -1
  362. data/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +1 -1
  363. data/node_modules/caniuse-lite/data/features/css-scrollbar.js +1 -1
  364. data/node_modules/caniuse-lite/data/features/css-sel2.js +1 -1
  365. data/node_modules/caniuse-lite/data/features/css-sel3.js +1 -1
  366. data/node_modules/caniuse-lite/data/features/css-selection.js +1 -1
  367. data/node_modules/caniuse-lite/data/features/css-shapes.js +1 -1
  368. data/node_modules/caniuse-lite/data/features/css-snappoints.js +1 -1
  369. data/node_modules/caniuse-lite/data/features/css-sticky.js +1 -1
  370. data/node_modules/caniuse-lite/data/features/css-subgrid.js +1 -1
  371. data/node_modules/caniuse-lite/data/features/css-supports-api.js +1 -1
  372. data/node_modules/caniuse-lite/data/features/css-table.js +1 -1
  373. data/node_modules/caniuse-lite/data/features/css-text-align-last.js +1 -1
  374. data/node_modules/caniuse-lite/data/features/css-text-box-trim.js +1 -1
  375. data/node_modules/caniuse-lite/data/features/css-text-indent.js +1 -1
  376. data/node_modules/caniuse-lite/data/features/css-text-justify.js +1 -1
  377. data/node_modules/caniuse-lite/data/features/css-text-orientation.js +1 -1
  378. data/node_modules/caniuse-lite/data/features/css-text-spacing.js +1 -1
  379. data/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +1 -1
  380. data/node_modules/caniuse-lite/data/features/css-textshadow.js +1 -1
  381. data/node_modules/caniuse-lite/data/features/css-touch-action.js +1 -1
  382. data/node_modules/caniuse-lite/data/features/css-transitions.js +1 -1
  383. data/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +1 -1
  384. data/node_modules/caniuse-lite/data/features/css-unset-value.js +1 -1
  385. data/node_modules/caniuse-lite/data/features/css-variables.js +1 -1
  386. data/node_modules/caniuse-lite/data/features/css-when-else.js +1 -1
  387. data/node_modules/caniuse-lite/data/features/css-widows-orphans.js +1 -1
  388. data/node_modules/caniuse-lite/data/features/css-width-stretch.js +1 -1
  389. data/node_modules/caniuse-lite/data/features/css-writing-mode.js +1 -1
  390. data/node_modules/caniuse-lite/data/features/css-zoom.js +1 -1
  391. data/node_modules/caniuse-lite/data/features/css3-attr.js +1 -1
  392. data/node_modules/caniuse-lite/data/features/css3-boxsizing.js +1 -1
  393. data/node_modules/caniuse-lite/data/features/css3-colors.js +1 -1
  394. data/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +1 -1
  395. data/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +1 -1
  396. data/node_modules/caniuse-lite/data/features/css3-cursors.js +1 -1
  397. data/node_modules/caniuse-lite/data/features/css3-tabsize.js +1 -1
  398. data/node_modules/caniuse-lite/data/features/currentcolor.js +1 -1
  399. data/node_modules/caniuse-lite/data/features/custom-elements.js +1 -1
  400. data/node_modules/caniuse-lite/data/features/custom-elementsv1.js +1 -1
  401. data/node_modules/caniuse-lite/data/features/customevent.js +1 -1
  402. data/node_modules/caniuse-lite/data/features/datalist.js +1 -1
  403. data/node_modules/caniuse-lite/data/features/dataset.js +1 -1
  404. data/node_modules/caniuse-lite/data/features/datauri.js +1 -1
  405. data/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +1 -1
  406. data/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +1 -1
  407. data/node_modules/caniuse-lite/data/features/decorators.js +1 -1
  408. data/node_modules/caniuse-lite/data/features/details.js +1 -1
  409. data/node_modules/caniuse-lite/data/features/deviceorientation.js +1 -1
  410. data/node_modules/caniuse-lite/data/features/devicepixelratio.js +1 -1
  411. data/node_modules/caniuse-lite/data/features/dialog.js +1 -1
  412. data/node_modules/caniuse-lite/data/features/dispatchevent.js +1 -1
  413. data/node_modules/caniuse-lite/data/features/dnssec.js +1 -1
  414. data/node_modules/caniuse-lite/data/features/do-not-track.js +1 -1
  415. data/node_modules/caniuse-lite/data/features/document-currentscript.js +1 -1
  416. data/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +1 -1
  417. data/node_modules/caniuse-lite/data/features/document-execcommand.js +1 -1
  418. data/node_modules/caniuse-lite/data/features/document-policy.js +1 -1
  419. data/node_modules/caniuse-lite/data/features/document-scrollingelement.js +1 -1
  420. data/node_modules/caniuse-lite/data/features/documenthead.js +1 -1
  421. data/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +1 -1
  422. data/node_modules/caniuse-lite/data/features/dom-range.js +1 -1
  423. data/node_modules/caniuse-lite/data/features/domcontentloaded.js +1 -1
  424. data/node_modules/caniuse-lite/data/features/dommatrix.js +1 -1
  425. data/node_modules/caniuse-lite/data/features/download.js +1 -1
  426. data/node_modules/caniuse-lite/data/features/dragndrop.js +1 -1
  427. data/node_modules/caniuse-lite/data/features/element-closest.js +1 -1
  428. data/node_modules/caniuse-lite/data/features/element-from-point.js +1 -1
  429. data/node_modules/caniuse-lite/data/features/element-scroll-methods.js +1 -1
  430. data/node_modules/caniuse-lite/data/features/eme.js +1 -1
  431. data/node_modules/caniuse-lite/data/features/eot.js +1 -1
  432. data/node_modules/caniuse-lite/data/features/es5.js +1 -1
  433. data/node_modules/caniuse-lite/data/features/es6-class.js +1 -1
  434. data/node_modules/caniuse-lite/data/features/es6-generators.js +1 -1
  435. data/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +1 -1
  436. data/node_modules/caniuse-lite/data/features/es6-module.js +1 -1
  437. data/node_modules/caniuse-lite/data/features/es6-number.js +1 -1
  438. data/node_modules/caniuse-lite/data/features/es6-string-includes.js +1 -1
  439. data/node_modules/caniuse-lite/data/features/es6.js +1 -1
  440. data/node_modules/caniuse-lite/data/features/eventsource.js +1 -1
  441. data/node_modules/caniuse-lite/data/features/extended-system-fonts.js +1 -1
  442. data/node_modules/caniuse-lite/data/features/feature-policy.js +1 -1
  443. data/node_modules/caniuse-lite/data/features/fetch.js +1 -1
  444. data/node_modules/caniuse-lite/data/features/fieldset-disabled.js +1 -1
  445. data/node_modules/caniuse-lite/data/features/fileapi.js +1 -1
  446. data/node_modules/caniuse-lite/data/features/filereader.js +1 -1
  447. data/node_modules/caniuse-lite/data/features/filereadersync.js +1 -1
  448. data/node_modules/caniuse-lite/data/features/filesystem.js +1 -1
  449. data/node_modules/caniuse-lite/data/features/flac.js +1 -1
  450. data/node_modules/caniuse-lite/data/features/flexbox-gap.js +1 -1
  451. data/node_modules/caniuse-lite/data/features/flexbox.js +1 -1
  452. data/node_modules/caniuse-lite/data/features/flow-root.js +1 -1
  453. data/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +1 -1
  454. data/node_modules/caniuse-lite/data/features/font-family-system-ui.js +1 -1
  455. data/node_modules/caniuse-lite/data/features/font-feature.js +1 -1
  456. data/node_modules/caniuse-lite/data/features/font-kerning.js +1 -1
  457. data/node_modules/caniuse-lite/data/features/font-loading.js +1 -1
  458. data/node_modules/caniuse-lite/data/features/font-size-adjust.js +1 -1
  459. data/node_modules/caniuse-lite/data/features/font-smooth.js +1 -1
  460. data/node_modules/caniuse-lite/data/features/font-unicode-range.js +1 -1
  461. data/node_modules/caniuse-lite/data/features/font-variant-alternates.js +1 -1
  462. data/node_modules/caniuse-lite/data/features/font-variant-numeric.js +1 -1
  463. data/node_modules/caniuse-lite/data/features/fontface.js +1 -1
  464. data/node_modules/caniuse-lite/data/features/form-attribute.js +1 -1
  465. data/node_modules/caniuse-lite/data/features/form-submit-attributes.js +1 -1
  466. data/node_modules/caniuse-lite/data/features/form-validation.js +1 -1
  467. data/node_modules/caniuse-lite/data/features/forms.js +1 -1
  468. data/node_modules/caniuse-lite/data/features/fullscreen.js +1 -1
  469. data/node_modules/caniuse-lite/data/features/gamepad.js +1 -1
  470. data/node_modules/caniuse-lite/data/features/geolocation.js +1 -1
  471. data/node_modules/caniuse-lite/data/features/getboundingclientrect.js +1 -1
  472. data/node_modules/caniuse-lite/data/features/getcomputedstyle.js +1 -1
  473. data/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +1 -1
  474. data/node_modules/caniuse-lite/data/features/getrandomvalues.js +1 -1
  475. data/node_modules/caniuse-lite/data/features/gyroscope.js +1 -1
  476. data/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +1 -1
  477. data/node_modules/caniuse-lite/data/features/hashchange.js +1 -1
  478. data/node_modules/caniuse-lite/data/features/heif.js +1 -1
  479. data/node_modules/caniuse-lite/data/features/hevc.js +1 -1
  480. data/node_modules/caniuse-lite/data/features/hidden.js +1 -1
  481. data/node_modules/caniuse-lite/data/features/high-resolution-time.js +1 -1
  482. data/node_modules/caniuse-lite/data/features/history.js +1 -1
  483. data/node_modules/caniuse-lite/data/features/html-media-capture.js +1 -1
  484. data/node_modules/caniuse-lite/data/features/html5semantic.js +1 -1
  485. data/node_modules/caniuse-lite/data/features/http-live-streaming.js +1 -1
  486. data/node_modules/caniuse-lite/data/features/http2.js +1 -1
  487. data/node_modules/caniuse-lite/data/features/http3.js +1 -1
  488. data/node_modules/caniuse-lite/data/features/iframe-sandbox.js +1 -1
  489. data/node_modules/caniuse-lite/data/features/iframe-seamless.js +1 -1
  490. data/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +1 -1
  491. data/node_modules/caniuse-lite/data/features/imagecapture.js +1 -1
  492. data/node_modules/caniuse-lite/data/features/ime.js +1 -1
  493. data/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +1 -1
  494. data/node_modules/caniuse-lite/data/features/import-maps.js +1 -1
  495. data/node_modules/caniuse-lite/data/features/imports.js +1 -1
  496. data/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +1 -1
  497. data/node_modules/caniuse-lite/data/features/indexeddb.js +1 -1
  498. data/node_modules/caniuse-lite/data/features/indexeddb2.js +1 -1
  499. data/node_modules/caniuse-lite/data/features/inline-block.js +1 -1
  500. data/node_modules/caniuse-lite/data/features/innertext.js +1 -1
  501. data/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +1 -1
  502. data/node_modules/caniuse-lite/data/features/input-color.js +1 -1
  503. data/node_modules/caniuse-lite/data/features/input-datetime.js +1 -1
  504. data/node_modules/caniuse-lite/data/features/input-email-tel-url.js +1 -1
  505. data/node_modules/caniuse-lite/data/features/input-event.js +1 -1
  506. data/node_modules/caniuse-lite/data/features/input-file-accept.js +1 -1
  507. data/node_modules/caniuse-lite/data/features/input-file-directory.js +1 -1
  508. data/node_modules/caniuse-lite/data/features/input-file-multiple.js +1 -1
  509. data/node_modules/caniuse-lite/data/features/input-inputmode.js +1 -1
  510. data/node_modules/caniuse-lite/data/features/input-minlength.js +1 -1
  511. data/node_modules/caniuse-lite/data/features/input-number.js +1 -1
  512. data/node_modules/caniuse-lite/data/features/input-pattern.js +1 -1
  513. data/node_modules/caniuse-lite/data/features/input-placeholder.js +1 -1
  514. data/node_modules/caniuse-lite/data/features/input-range.js +1 -1
  515. data/node_modules/caniuse-lite/data/features/input-search.js +1 -1
  516. data/node_modules/caniuse-lite/data/features/input-selection.js +1 -1
  517. data/node_modules/caniuse-lite/data/features/insert-adjacent.js +1 -1
  518. data/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +1 -1
  519. data/node_modules/caniuse-lite/data/features/internationalization.js +1 -1
  520. data/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +1 -1
  521. data/node_modules/caniuse-lite/data/features/intersectionobserver.js +1 -1
  522. data/node_modules/caniuse-lite/data/features/intl-pluralrules.js +1 -1
  523. data/node_modules/caniuse-lite/data/features/intrinsic-width.js +1 -1
  524. data/node_modules/caniuse-lite/data/features/jpeg2000.js +1 -1
  525. data/node_modules/caniuse-lite/data/features/jpegxl.js +1 -1
  526. data/node_modules/caniuse-lite/data/features/jpegxr.js +1 -1
  527. data/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +1 -1
  528. data/node_modules/caniuse-lite/data/features/json.js +1 -1
  529. data/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +1 -1
  530. data/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +1 -1
  531. data/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +1 -1
  532. data/node_modules/caniuse-lite/data/features/keyboardevent-code.js +1 -1
  533. data/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +1 -1
  534. data/node_modules/caniuse-lite/data/features/keyboardevent-key.js +1 -1
  535. data/node_modules/caniuse-lite/data/features/keyboardevent-location.js +1 -1
  536. data/node_modules/caniuse-lite/data/features/keyboardevent-which.js +1 -1
  537. data/node_modules/caniuse-lite/data/features/lazyload.js +1 -1
  538. data/node_modules/caniuse-lite/data/features/let.js +1 -1
  539. data/node_modules/caniuse-lite/data/features/link-icon-png.js +1 -1
  540. data/node_modules/caniuse-lite/data/features/link-icon-svg.js +1 -1
  541. data/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +1 -1
  542. data/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +1 -1
  543. data/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +1 -1
  544. data/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +1 -1
  545. data/node_modules/caniuse-lite/data/features/link-rel-preload.js +1 -1
  546. data/node_modules/caniuse-lite/data/features/link-rel-prerender.js +1 -1
  547. data/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +1 -1
  548. data/node_modules/caniuse-lite/data/features/localecompare.js +1 -1
  549. data/node_modules/caniuse-lite/data/features/magnetometer.js +1 -1
  550. data/node_modules/caniuse-lite/data/features/matchesselector.js +1 -1
  551. data/node_modules/caniuse-lite/data/features/matchmedia.js +1 -1
  552. data/node_modules/caniuse-lite/data/features/mathml.js +1 -1
  553. data/node_modules/caniuse-lite/data/features/maxlength.js +1 -1
  554. data/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +1 -1
  555. data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +1 -1
  556. data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +1 -1
  557. data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +1 -1
  558. data/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +1 -1
  559. data/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +1 -1
  560. data/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +1 -1
  561. data/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +1 -1
  562. data/node_modules/caniuse-lite/data/features/media-fragments.js +1 -1
  563. data/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +1 -1
  564. data/node_modules/caniuse-lite/data/features/mediarecorder.js +1 -1
  565. data/node_modules/caniuse-lite/data/features/mediasource.js +1 -1
  566. data/node_modules/caniuse-lite/data/features/menu.js +1 -1
  567. data/node_modules/caniuse-lite/data/features/meta-theme-color.js +1 -1
  568. data/node_modules/caniuse-lite/data/features/meter.js +1 -1
  569. data/node_modules/caniuse-lite/data/features/midi.js +1 -1
  570. data/node_modules/caniuse-lite/data/features/minmaxwh.js +1 -1
  571. data/node_modules/caniuse-lite/data/features/mp3.js +1 -1
  572. data/node_modules/caniuse-lite/data/features/mpeg-dash.js +1 -1
  573. data/node_modules/caniuse-lite/data/features/mpeg4.js +1 -1
  574. data/node_modules/caniuse-lite/data/features/multibackgrounds.js +1 -1
  575. data/node_modules/caniuse-lite/data/features/multicolumn.js +1 -1
  576. data/node_modules/caniuse-lite/data/features/mutation-events.js +1 -1
  577. data/node_modules/caniuse-lite/data/features/mutationobserver.js +1 -1
  578. data/node_modules/caniuse-lite/data/features/namevalue-storage.js +1 -1
  579. data/node_modules/caniuse-lite/data/features/native-filesystem-api.js +1 -1
  580. data/node_modules/caniuse-lite/data/features/nav-timing.js +1 -1
  581. data/node_modules/caniuse-lite/data/features/netinfo.js +1 -1
  582. data/node_modules/caniuse-lite/data/features/notifications.js +1 -1
  583. data/node_modules/caniuse-lite/data/features/object-entries.js +1 -1
  584. data/node_modules/caniuse-lite/data/features/object-fit.js +1 -1
  585. data/node_modules/caniuse-lite/data/features/object-observe.js +1 -1
  586. data/node_modules/caniuse-lite/data/features/object-values.js +1 -1
  587. data/node_modules/caniuse-lite/data/features/objectrtc.js +1 -1
  588. data/node_modules/caniuse-lite/data/features/offline-apps.js +1 -1
  589. data/node_modules/caniuse-lite/data/features/offscreencanvas.js +1 -1
  590. data/node_modules/caniuse-lite/data/features/ogg-vorbis.js +1 -1
  591. data/node_modules/caniuse-lite/data/features/ogv.js +1 -1
  592. data/node_modules/caniuse-lite/data/features/ol-reversed.js +1 -1
  593. data/node_modules/caniuse-lite/data/features/once-event-listener.js +1 -1
  594. data/node_modules/caniuse-lite/data/features/online-status.js +1 -1
  595. data/node_modules/caniuse-lite/data/features/opus.js +1 -1
  596. data/node_modules/caniuse-lite/data/features/orientation-sensor.js +1 -1
  597. data/node_modules/caniuse-lite/data/features/outline.js +1 -1
  598. data/node_modules/caniuse-lite/data/features/pad-start-end.js +1 -1
  599. data/node_modules/caniuse-lite/data/features/page-transition-events.js +1 -1
  600. data/node_modules/caniuse-lite/data/features/pagevisibility.js +1 -1
  601. data/node_modules/caniuse-lite/data/features/passive-event-listener.js +1 -1
  602. data/node_modules/caniuse-lite/data/features/passkeys.js +1 -1
  603. data/node_modules/caniuse-lite/data/features/passwordrules.js +1 -1
  604. data/node_modules/caniuse-lite/data/features/path2d.js +1 -1
  605. data/node_modules/caniuse-lite/data/features/payment-request.js +1 -1
  606. data/node_modules/caniuse-lite/data/features/pdf-viewer.js +1 -1
  607. data/node_modules/caniuse-lite/data/features/permissions-api.js +1 -1
  608. data/node_modules/caniuse-lite/data/features/permissions-policy.js +1 -1
  609. data/node_modules/caniuse-lite/data/features/picture-in-picture.js +1 -1
  610. data/node_modules/caniuse-lite/data/features/picture.js +1 -1
  611. data/node_modules/caniuse-lite/data/features/ping.js +1 -1
  612. data/node_modules/caniuse-lite/data/features/png-alpha.js +1 -1
  613. data/node_modules/caniuse-lite/data/features/pointer-events.js +1 -1
  614. data/node_modules/caniuse-lite/data/features/pointer.js +1 -1
  615. data/node_modules/caniuse-lite/data/features/pointerlock.js +1 -1
  616. data/node_modules/caniuse-lite/data/features/portals.js +1 -1
  617. data/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +1 -1
  618. data/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +1 -1
  619. data/node_modules/caniuse-lite/data/features/progress.js +1 -1
  620. data/node_modules/caniuse-lite/data/features/promise-finally.js +1 -1
  621. data/node_modules/caniuse-lite/data/features/promises.js +1 -1
  622. data/node_modules/caniuse-lite/data/features/proximity.js +1 -1
  623. data/node_modules/caniuse-lite/data/features/proxy.js +1 -1
  624. data/node_modules/caniuse-lite/data/features/publickeypinning.js +1 -1
  625. data/node_modules/caniuse-lite/data/features/push-api.js +1 -1
  626. data/node_modules/caniuse-lite/data/features/queryselector.js +1 -1
  627. data/node_modules/caniuse-lite/data/features/readonly-attr.js +1 -1
  628. data/node_modules/caniuse-lite/data/features/referrer-policy.js +1 -1
  629. data/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +1 -1
  630. data/node_modules/caniuse-lite/data/features/rel-noopener.js +1 -1
  631. data/node_modules/caniuse-lite/data/features/rel-noreferrer.js +1 -1
  632. data/node_modules/caniuse-lite/data/features/rellist.js +1 -1
  633. data/node_modules/caniuse-lite/data/features/rem.js +1 -1
  634. data/node_modules/caniuse-lite/data/features/requestanimationframe.js +1 -1
  635. data/node_modules/caniuse-lite/data/features/requestidlecallback.js +1 -1
  636. data/node_modules/caniuse-lite/data/features/resizeobserver.js +1 -1
  637. data/node_modules/caniuse-lite/data/features/resource-timing.js +1 -1
  638. data/node_modules/caniuse-lite/data/features/rest-parameters.js +1 -1
  639. data/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +1 -1
  640. data/node_modules/caniuse-lite/data/features/ruby.js +1 -1
  641. data/node_modules/caniuse-lite/data/features/run-in.js +1 -1
  642. data/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +1 -1
  643. data/node_modules/caniuse-lite/data/features/screen-orientation.js +1 -1
  644. data/node_modules/caniuse-lite/data/features/script-async.js +1 -1
  645. data/node_modules/caniuse-lite/data/features/script-defer.js +1 -1
  646. data/node_modules/caniuse-lite/data/features/scrollintoview.js +1 -1
  647. data/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +1 -1
  648. data/node_modules/caniuse-lite/data/features/sdch.js +1 -1
  649. data/node_modules/caniuse-lite/data/features/selection-api.js +1 -1
  650. data/node_modules/caniuse-lite/data/features/selectlist.js +1 -1
  651. data/node_modules/caniuse-lite/data/features/server-timing.js +1 -1
  652. data/node_modules/caniuse-lite/data/features/serviceworkers.js +1 -1
  653. data/node_modules/caniuse-lite/data/features/setimmediate.js +1 -1
  654. data/node_modules/caniuse-lite/data/features/shadowdom.js +1 -1
  655. data/node_modules/caniuse-lite/data/features/shadowdomv1.js +1 -1
  656. data/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +1 -1
  657. data/node_modules/caniuse-lite/data/features/sharedworkers.js +1 -1
  658. data/node_modules/caniuse-lite/data/features/sni.js +1 -1
  659. data/node_modules/caniuse-lite/data/features/spdy.js +1 -1
  660. data/node_modules/caniuse-lite/data/features/speech-recognition.js +1 -1
  661. data/node_modules/caniuse-lite/data/features/speech-synthesis.js +1 -1
  662. data/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +1 -1
  663. data/node_modules/caniuse-lite/data/features/sql-storage.js +1 -1
  664. data/node_modules/caniuse-lite/data/features/srcset.js +1 -1
  665. data/node_modules/caniuse-lite/data/features/stream.js +1 -1
  666. data/node_modules/caniuse-lite/data/features/streams.js +1 -1
  667. data/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +1 -1
  668. data/node_modules/caniuse-lite/data/features/style-scoped.js +1 -1
  669. data/node_modules/caniuse-lite/data/features/subresource-bundling.js +1 -1
  670. data/node_modules/caniuse-lite/data/features/subresource-integrity.js +1 -1
  671. data/node_modules/caniuse-lite/data/features/svg-css.js +1 -1
  672. data/node_modules/caniuse-lite/data/features/svg-filters.js +1 -1
  673. data/node_modules/caniuse-lite/data/features/svg-fonts.js +1 -1
  674. data/node_modules/caniuse-lite/data/features/svg-fragment.js +1 -1
  675. data/node_modules/caniuse-lite/data/features/svg-html.js +1 -1
  676. data/node_modules/caniuse-lite/data/features/svg-html5.js +1 -1
  677. data/node_modules/caniuse-lite/data/features/svg-img.js +1 -1
  678. data/node_modules/caniuse-lite/data/features/svg-smil.js +1 -1
  679. data/node_modules/caniuse-lite/data/features/svg.js +1 -1
  680. data/node_modules/caniuse-lite/data/features/sxg.js +1 -1
  681. data/node_modules/caniuse-lite/data/features/tabindex-attr.js +1 -1
  682. data/node_modules/caniuse-lite/data/features/template-literals.js +1 -1
  683. data/node_modules/caniuse-lite/data/features/template.js +1 -1
  684. data/node_modules/caniuse-lite/data/features/temporal.js +1 -1
  685. data/node_modules/caniuse-lite/data/features/testfeat.js +1 -1
  686. data/node_modules/caniuse-lite/data/features/text-decoration.js +1 -1
  687. data/node_modules/caniuse-lite/data/features/text-emphasis.js +1 -1
  688. data/node_modules/caniuse-lite/data/features/text-overflow.js +1 -1
  689. data/node_modules/caniuse-lite/data/features/text-size-adjust.js +1 -1
  690. data/node_modules/caniuse-lite/data/features/text-stroke.js +1 -1
  691. data/node_modules/caniuse-lite/data/features/textcontent.js +1 -1
  692. data/node_modules/caniuse-lite/data/features/textencoder.js +1 -1
  693. data/node_modules/caniuse-lite/data/features/tls1-1.js +1 -1
  694. data/node_modules/caniuse-lite/data/features/tls1-2.js +1 -1
  695. data/node_modules/caniuse-lite/data/features/tls1-3.js +1 -1
  696. data/node_modules/caniuse-lite/data/features/touch.js +1 -1
  697. data/node_modules/caniuse-lite/data/features/transforms2d.js +1 -1
  698. data/node_modules/caniuse-lite/data/features/transforms3d.js +1 -1
  699. data/node_modules/caniuse-lite/data/features/trusted-types.js +1 -1
  700. data/node_modules/caniuse-lite/data/features/ttf.js +1 -1
  701. data/node_modules/caniuse-lite/data/features/typedarrays.js +1 -1
  702. data/node_modules/caniuse-lite/data/features/u2f.js +1 -1
  703. data/node_modules/caniuse-lite/data/features/unhandledrejection.js +1 -1
  704. data/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +1 -1
  705. data/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +1 -1
  706. data/node_modules/caniuse-lite/data/features/url.js +1 -1
  707. data/node_modules/caniuse-lite/data/features/urlsearchparams.js +1 -1
  708. data/node_modules/caniuse-lite/data/features/use-strict.js +1 -1
  709. data/node_modules/caniuse-lite/data/features/user-select-none.js +1 -1
  710. data/node_modules/caniuse-lite/data/features/user-timing.js +1 -1
  711. data/node_modules/caniuse-lite/data/features/variable-fonts.js +1 -1
  712. data/node_modules/caniuse-lite/data/features/vector-effect.js +1 -1
  713. data/node_modules/caniuse-lite/data/features/vibration.js +1 -1
  714. data/node_modules/caniuse-lite/data/features/video.js +1 -1
  715. data/node_modules/caniuse-lite/data/features/videotracks.js +1 -1
  716. data/node_modules/caniuse-lite/data/features/view-transitions.js +1 -1
  717. data/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +1 -1
  718. data/node_modules/caniuse-lite/data/features/viewport-units.js +1 -1
  719. data/node_modules/caniuse-lite/data/features/wai-aria.js +1 -1
  720. data/node_modules/caniuse-lite/data/features/wake-lock.js +1 -1
  721. data/node_modules/caniuse-lite/data/features/wasm-bigint.js +1 -1
  722. data/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +1 -1
  723. data/node_modules/caniuse-lite/data/features/wasm-extended-const.js +1 -1
  724. data/node_modules/caniuse-lite/data/features/wasm-gc.js +1 -1
  725. data/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +1 -1
  726. data/node_modules/caniuse-lite/data/features/wasm-multi-value.js +1 -1
  727. data/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +1 -1
  728. data/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +1 -1
  729. data/node_modules/caniuse-lite/data/features/wasm-reference-types.js +1 -1
  730. data/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +1 -1
  731. data/node_modules/caniuse-lite/data/features/wasm-signext.js +1 -1
  732. data/node_modules/caniuse-lite/data/features/wasm-simd.js +1 -1
  733. data/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +1 -1
  734. data/node_modules/caniuse-lite/data/features/wasm-threads.js +1 -1
  735. data/node_modules/caniuse-lite/data/features/wasm.js +1 -1
  736. data/node_modules/caniuse-lite/data/features/wav.js +1 -1
  737. data/node_modules/caniuse-lite/data/features/wbr-element.js +1 -1
  738. data/node_modules/caniuse-lite/data/features/web-animation.js +1 -1
  739. data/node_modules/caniuse-lite/data/features/web-app-manifest.js +1 -1
  740. data/node_modules/caniuse-lite/data/features/web-bluetooth.js +1 -1
  741. data/node_modules/caniuse-lite/data/features/web-serial.js +1 -1
  742. data/node_modules/caniuse-lite/data/features/web-share.js +1 -1
  743. data/node_modules/caniuse-lite/data/features/webauthn.js +1 -1
  744. data/node_modules/caniuse-lite/data/features/webcodecs.js +1 -1
  745. data/node_modules/caniuse-lite/data/features/webgl.js +1 -1
  746. data/node_modules/caniuse-lite/data/features/webgl2.js +1 -1
  747. data/node_modules/caniuse-lite/data/features/webgpu.js +1 -1
  748. data/node_modules/caniuse-lite/data/features/webhid.js +1 -1
  749. data/node_modules/caniuse-lite/data/features/webkit-user-drag.js +1 -1
  750. data/node_modules/caniuse-lite/data/features/webm.js +1 -1
  751. data/node_modules/caniuse-lite/data/features/webnfc.js +1 -1
  752. data/node_modules/caniuse-lite/data/features/webp.js +1 -1
  753. data/node_modules/caniuse-lite/data/features/websockets.js +1 -1
  754. data/node_modules/caniuse-lite/data/features/webtransport.js +1 -1
  755. data/node_modules/caniuse-lite/data/features/webusb.js +1 -1
  756. data/node_modules/caniuse-lite/data/features/webvr.js +1 -1
  757. data/node_modules/caniuse-lite/data/features/webvtt.js +1 -1
  758. data/node_modules/caniuse-lite/data/features/webworkers.js +1 -1
  759. data/node_modules/caniuse-lite/data/features/webxr.js +1 -1
  760. data/node_modules/caniuse-lite/data/features/will-change.js +1 -1
  761. data/node_modules/caniuse-lite/data/features/woff.js +1 -1
  762. data/node_modules/caniuse-lite/data/features/woff2.js +1 -1
  763. data/node_modules/caniuse-lite/data/features/word-break.js +1 -1
  764. data/node_modules/caniuse-lite/data/features/wordwrap.js +1 -1
  765. data/node_modules/caniuse-lite/data/features/x-doc-messaging.js +1 -1
  766. data/node_modules/caniuse-lite/data/features/x-frame-options.js +1 -1
  767. data/node_modules/caniuse-lite/data/features/xhr2.js +1 -1
  768. data/node_modules/caniuse-lite/data/features/xhtml.js +1 -1
  769. data/node_modules/caniuse-lite/data/features/xhtmlsmil.js +1 -1
  770. data/node_modules/caniuse-lite/data/features/xml-serializer.js +1 -1
  771. data/node_modules/caniuse-lite/data/features/zstd.js +1 -1
  772. data/node_modules/caniuse-lite/data/regions/AD.js +1 -1
  773. data/node_modules/caniuse-lite/data/regions/AE.js +1 -1
  774. data/node_modules/caniuse-lite/data/regions/AF.js +1 -1
  775. data/node_modules/caniuse-lite/data/regions/AG.js +1 -1
  776. data/node_modules/caniuse-lite/data/regions/AI.js +1 -1
  777. data/node_modules/caniuse-lite/data/regions/AL.js +1 -1
  778. data/node_modules/caniuse-lite/data/regions/AM.js +1 -1
  779. data/node_modules/caniuse-lite/data/regions/AO.js +1 -1
  780. data/node_modules/caniuse-lite/data/regions/AR.js +1 -1
  781. data/node_modules/caniuse-lite/data/regions/AS.js +1 -1
  782. data/node_modules/caniuse-lite/data/regions/AT.js +1 -1
  783. data/node_modules/caniuse-lite/data/regions/AU.js +1 -1
  784. data/node_modules/caniuse-lite/data/regions/AW.js +1 -1
  785. data/node_modules/caniuse-lite/data/regions/AX.js +1 -1
  786. data/node_modules/caniuse-lite/data/regions/AZ.js +1 -1
  787. data/node_modules/caniuse-lite/data/regions/BA.js +1 -1
  788. data/node_modules/caniuse-lite/data/regions/BB.js +1 -1
  789. data/node_modules/caniuse-lite/data/regions/BD.js +1 -1
  790. data/node_modules/caniuse-lite/data/regions/BE.js +1 -1
  791. data/node_modules/caniuse-lite/data/regions/BF.js +1 -1
  792. data/node_modules/caniuse-lite/data/regions/BG.js +1 -1
  793. data/node_modules/caniuse-lite/data/regions/BH.js +1 -1
  794. data/node_modules/caniuse-lite/data/regions/BI.js +1 -1
  795. data/node_modules/caniuse-lite/data/regions/BJ.js +1 -1
  796. data/node_modules/caniuse-lite/data/regions/BM.js +1 -1
  797. data/node_modules/caniuse-lite/data/regions/BN.js +1 -1
  798. data/node_modules/caniuse-lite/data/regions/BO.js +1 -1
  799. data/node_modules/caniuse-lite/data/regions/BR.js +1 -1
  800. data/node_modules/caniuse-lite/data/regions/BS.js +1 -1
  801. data/node_modules/caniuse-lite/data/regions/BT.js +1 -1
  802. data/node_modules/caniuse-lite/data/regions/BW.js +1 -1
  803. data/node_modules/caniuse-lite/data/regions/BY.js +1 -1
  804. data/node_modules/caniuse-lite/data/regions/BZ.js +1 -1
  805. data/node_modules/caniuse-lite/data/regions/CA.js +1 -1
  806. data/node_modules/caniuse-lite/data/regions/CD.js +1 -1
  807. data/node_modules/caniuse-lite/data/regions/CF.js +1 -1
  808. data/node_modules/caniuse-lite/data/regions/CG.js +1 -1
  809. data/node_modules/caniuse-lite/data/regions/CH.js +1 -1
  810. data/node_modules/caniuse-lite/data/regions/CI.js +1 -1
  811. data/node_modules/caniuse-lite/data/regions/CK.js +1 -1
  812. data/node_modules/caniuse-lite/data/regions/CL.js +1 -1
  813. data/node_modules/caniuse-lite/data/regions/CM.js +1 -1
  814. data/node_modules/caniuse-lite/data/regions/CN.js +1 -1
  815. data/node_modules/caniuse-lite/data/regions/CO.js +1 -1
  816. data/node_modules/caniuse-lite/data/regions/CR.js +1 -1
  817. data/node_modules/caniuse-lite/data/regions/CU.js +1 -1
  818. data/node_modules/caniuse-lite/data/regions/CV.js +1 -1
  819. data/node_modules/caniuse-lite/data/regions/CX.js +1 -1
  820. data/node_modules/caniuse-lite/data/regions/CY.js +1 -1
  821. data/node_modules/caniuse-lite/data/regions/CZ.js +1 -1
  822. data/node_modules/caniuse-lite/data/regions/DE.js +1 -1
  823. data/node_modules/caniuse-lite/data/regions/DJ.js +1 -1
  824. data/node_modules/caniuse-lite/data/regions/DK.js +1 -1
  825. data/node_modules/caniuse-lite/data/regions/DM.js +1 -1
  826. data/node_modules/caniuse-lite/data/regions/DO.js +1 -1
  827. data/node_modules/caniuse-lite/data/regions/DZ.js +1 -1
  828. data/node_modules/caniuse-lite/data/regions/EC.js +1 -1
  829. data/node_modules/caniuse-lite/data/regions/EE.js +1 -1
  830. data/node_modules/caniuse-lite/data/regions/EG.js +1 -1
  831. data/node_modules/caniuse-lite/data/regions/ER.js +1 -1
  832. data/node_modules/caniuse-lite/data/regions/ES.js +1 -1
  833. data/node_modules/caniuse-lite/data/regions/ET.js +1 -1
  834. data/node_modules/caniuse-lite/data/regions/FI.js +1 -1
  835. data/node_modules/caniuse-lite/data/regions/FJ.js +1 -1
  836. data/node_modules/caniuse-lite/data/regions/FK.js +1 -1
  837. data/node_modules/caniuse-lite/data/regions/FM.js +1 -1
  838. data/node_modules/caniuse-lite/data/regions/FO.js +1 -1
  839. data/node_modules/caniuse-lite/data/regions/FR.js +1 -1
  840. data/node_modules/caniuse-lite/data/regions/GA.js +1 -1
  841. data/node_modules/caniuse-lite/data/regions/GB.js +1 -1
  842. data/node_modules/caniuse-lite/data/regions/GD.js +1 -1
  843. data/node_modules/caniuse-lite/data/regions/GE.js +1 -1
  844. data/node_modules/caniuse-lite/data/regions/GF.js +1 -1
  845. data/node_modules/caniuse-lite/data/regions/GG.js +1 -1
  846. data/node_modules/caniuse-lite/data/regions/GH.js +1 -1
  847. data/node_modules/caniuse-lite/data/regions/GI.js +1 -1
  848. data/node_modules/caniuse-lite/data/regions/GL.js +1 -1
  849. data/node_modules/caniuse-lite/data/regions/GM.js +1 -1
  850. data/node_modules/caniuse-lite/data/regions/GN.js +1 -1
  851. data/node_modules/caniuse-lite/data/regions/GP.js +1 -1
  852. data/node_modules/caniuse-lite/data/regions/GQ.js +1 -1
  853. data/node_modules/caniuse-lite/data/regions/GR.js +1 -1
  854. data/node_modules/caniuse-lite/data/regions/GT.js +1 -1
  855. data/node_modules/caniuse-lite/data/regions/GU.js +1 -1
  856. data/node_modules/caniuse-lite/data/regions/GW.js +1 -1
  857. data/node_modules/caniuse-lite/data/regions/GY.js +1 -1
  858. data/node_modules/caniuse-lite/data/regions/HK.js +1 -1
  859. data/node_modules/caniuse-lite/data/regions/HN.js +1 -1
  860. data/node_modules/caniuse-lite/data/regions/HR.js +1 -1
  861. data/node_modules/caniuse-lite/data/regions/HT.js +1 -1
  862. data/node_modules/caniuse-lite/data/regions/HU.js +1 -1
  863. data/node_modules/caniuse-lite/data/regions/ID.js +1 -1
  864. data/node_modules/caniuse-lite/data/regions/IE.js +1 -1
  865. data/node_modules/caniuse-lite/data/regions/IL.js +1 -1
  866. data/node_modules/caniuse-lite/data/regions/IM.js +1 -1
  867. data/node_modules/caniuse-lite/data/regions/IN.js +1 -1
  868. data/node_modules/caniuse-lite/data/regions/IQ.js +1 -1
  869. data/node_modules/caniuse-lite/data/regions/IR.js +1 -1
  870. data/node_modules/caniuse-lite/data/regions/IS.js +1 -1
  871. data/node_modules/caniuse-lite/data/regions/IT.js +1 -1
  872. data/node_modules/caniuse-lite/data/regions/JE.js +1 -1
  873. data/node_modules/caniuse-lite/data/regions/JM.js +1 -1
  874. data/node_modules/caniuse-lite/data/regions/JO.js +1 -1
  875. data/node_modules/caniuse-lite/data/regions/JP.js +1 -1
  876. data/node_modules/caniuse-lite/data/regions/KE.js +1 -1
  877. data/node_modules/caniuse-lite/data/regions/KG.js +1 -1
  878. data/node_modules/caniuse-lite/data/regions/KH.js +1 -1
  879. data/node_modules/caniuse-lite/data/regions/KI.js +1 -1
  880. data/node_modules/caniuse-lite/data/regions/KM.js +1 -1
  881. data/node_modules/caniuse-lite/data/regions/KN.js +1 -1
  882. data/node_modules/caniuse-lite/data/regions/KP.js +1 -1
  883. data/node_modules/caniuse-lite/data/regions/KR.js +1 -1
  884. data/node_modules/caniuse-lite/data/regions/KW.js +1 -1
  885. data/node_modules/caniuse-lite/data/regions/KY.js +1 -1
  886. data/node_modules/caniuse-lite/data/regions/KZ.js +1 -1
  887. data/node_modules/caniuse-lite/data/regions/LA.js +1 -1
  888. data/node_modules/caniuse-lite/data/regions/LB.js +1 -1
  889. data/node_modules/caniuse-lite/data/regions/LC.js +1 -1
  890. data/node_modules/caniuse-lite/data/regions/LI.js +1 -1
  891. data/node_modules/caniuse-lite/data/regions/LK.js +1 -1
  892. data/node_modules/caniuse-lite/data/regions/LR.js +1 -1
  893. data/node_modules/caniuse-lite/data/regions/LS.js +1 -1
  894. data/node_modules/caniuse-lite/data/regions/LT.js +1 -1
  895. data/node_modules/caniuse-lite/data/regions/LU.js +1 -1
  896. data/node_modules/caniuse-lite/data/regions/LV.js +1 -1
  897. data/node_modules/caniuse-lite/data/regions/LY.js +1 -1
  898. data/node_modules/caniuse-lite/data/regions/MA.js +1 -1
  899. data/node_modules/caniuse-lite/data/regions/MC.js +1 -1
  900. data/node_modules/caniuse-lite/data/regions/MD.js +1 -1
  901. data/node_modules/caniuse-lite/data/regions/ME.js +1 -1
  902. data/node_modules/caniuse-lite/data/regions/MG.js +1 -1
  903. data/node_modules/caniuse-lite/data/regions/MH.js +1 -1
  904. data/node_modules/caniuse-lite/data/regions/MK.js +1 -1
  905. data/node_modules/caniuse-lite/data/regions/ML.js +1 -1
  906. data/node_modules/caniuse-lite/data/regions/MM.js +1 -1
  907. data/node_modules/caniuse-lite/data/regions/MN.js +1 -1
  908. data/node_modules/caniuse-lite/data/regions/MO.js +1 -1
  909. data/node_modules/caniuse-lite/data/regions/MP.js +1 -1
  910. data/node_modules/caniuse-lite/data/regions/MQ.js +1 -1
  911. data/node_modules/caniuse-lite/data/regions/MR.js +1 -1
  912. data/node_modules/caniuse-lite/data/regions/MS.js +1 -1
  913. data/node_modules/caniuse-lite/data/regions/MT.js +1 -1
  914. data/node_modules/caniuse-lite/data/regions/MU.js +1 -1
  915. data/node_modules/caniuse-lite/data/regions/MV.js +1 -1
  916. data/node_modules/caniuse-lite/data/regions/MW.js +1 -1
  917. data/node_modules/caniuse-lite/data/regions/MX.js +1 -1
  918. data/node_modules/caniuse-lite/data/regions/MY.js +1 -1
  919. data/node_modules/caniuse-lite/data/regions/MZ.js +1 -1
  920. data/node_modules/caniuse-lite/data/regions/NA.js +1 -1
  921. data/node_modules/caniuse-lite/data/regions/NC.js +1 -1
  922. data/node_modules/caniuse-lite/data/regions/NE.js +1 -1
  923. data/node_modules/caniuse-lite/data/regions/NF.js +1 -1
  924. data/node_modules/caniuse-lite/data/regions/NG.js +1 -1
  925. data/node_modules/caniuse-lite/data/regions/NI.js +1 -1
  926. data/node_modules/caniuse-lite/data/regions/NL.js +1 -1
  927. data/node_modules/caniuse-lite/data/regions/NO.js +1 -1
  928. data/node_modules/caniuse-lite/data/regions/NP.js +1 -1
  929. data/node_modules/caniuse-lite/data/regions/NR.js +1 -1
  930. data/node_modules/caniuse-lite/data/regions/NU.js +1 -1
  931. data/node_modules/caniuse-lite/data/regions/NZ.js +1 -1
  932. data/node_modules/caniuse-lite/data/regions/OM.js +1 -1
  933. data/node_modules/caniuse-lite/data/regions/PA.js +1 -1
  934. data/node_modules/caniuse-lite/data/regions/PE.js +1 -1
  935. data/node_modules/caniuse-lite/data/regions/PF.js +1 -1
  936. data/node_modules/caniuse-lite/data/regions/PG.js +1 -1
  937. data/node_modules/caniuse-lite/data/regions/PH.js +1 -1
  938. data/node_modules/caniuse-lite/data/regions/PK.js +1 -1
  939. data/node_modules/caniuse-lite/data/regions/PL.js +1 -1
  940. data/node_modules/caniuse-lite/data/regions/PM.js +1 -1
  941. data/node_modules/caniuse-lite/data/regions/PN.js +1 -1
  942. data/node_modules/caniuse-lite/data/regions/PR.js +1 -1
  943. data/node_modules/caniuse-lite/data/regions/PS.js +1 -1
  944. data/node_modules/caniuse-lite/data/regions/PT.js +1 -1
  945. data/node_modules/caniuse-lite/data/regions/PW.js +1 -1
  946. data/node_modules/caniuse-lite/data/regions/PY.js +1 -1
  947. data/node_modules/caniuse-lite/data/regions/QA.js +1 -1
  948. data/node_modules/caniuse-lite/data/regions/RE.js +1 -1
  949. data/node_modules/caniuse-lite/data/regions/RO.js +1 -1
  950. data/node_modules/caniuse-lite/data/regions/RS.js +1 -1
  951. data/node_modules/caniuse-lite/data/regions/RU.js +1 -1
  952. data/node_modules/caniuse-lite/data/regions/RW.js +1 -1
  953. data/node_modules/caniuse-lite/data/regions/SA.js +1 -1
  954. data/node_modules/caniuse-lite/data/regions/SB.js +1 -1
  955. data/node_modules/caniuse-lite/data/regions/SC.js +1 -1
  956. data/node_modules/caniuse-lite/data/regions/SD.js +1 -1
  957. data/node_modules/caniuse-lite/data/regions/SE.js +1 -1
  958. data/node_modules/caniuse-lite/data/regions/SG.js +1 -1
  959. data/node_modules/caniuse-lite/data/regions/SH.js +1 -1
  960. data/node_modules/caniuse-lite/data/regions/SI.js +1 -1
  961. data/node_modules/caniuse-lite/data/regions/SK.js +1 -1
  962. data/node_modules/caniuse-lite/data/regions/SL.js +1 -1
  963. data/node_modules/caniuse-lite/data/regions/SM.js +1 -1
  964. data/node_modules/caniuse-lite/data/regions/SN.js +1 -1
  965. data/node_modules/caniuse-lite/data/regions/SO.js +1 -1
  966. data/node_modules/caniuse-lite/data/regions/SR.js +1 -1
  967. data/node_modules/caniuse-lite/data/regions/ST.js +1 -1
  968. data/node_modules/caniuse-lite/data/regions/SV.js +1 -1
  969. data/node_modules/caniuse-lite/data/regions/SY.js +1 -1
  970. data/node_modules/caniuse-lite/data/regions/SZ.js +1 -1
  971. data/node_modules/caniuse-lite/data/regions/TC.js +1 -1
  972. data/node_modules/caniuse-lite/data/regions/TD.js +1 -1
  973. data/node_modules/caniuse-lite/data/regions/TG.js +1 -1
  974. data/node_modules/caniuse-lite/data/regions/TH.js +1 -1
  975. data/node_modules/caniuse-lite/data/regions/TJ.js +1 -1
  976. data/node_modules/caniuse-lite/data/regions/TL.js +1 -1
  977. data/node_modules/caniuse-lite/data/regions/TM.js +1 -1
  978. data/node_modules/caniuse-lite/data/regions/TN.js +1 -1
  979. data/node_modules/caniuse-lite/data/regions/TO.js +1 -1
  980. data/node_modules/caniuse-lite/data/regions/TR.js +1 -1
  981. data/node_modules/caniuse-lite/data/regions/TT.js +1 -1
  982. data/node_modules/caniuse-lite/data/regions/TV.js +1 -1
  983. data/node_modules/caniuse-lite/data/regions/TW.js +1 -1
  984. data/node_modules/caniuse-lite/data/regions/TZ.js +1 -1
  985. data/node_modules/caniuse-lite/data/regions/UA.js +1 -1
  986. data/node_modules/caniuse-lite/data/regions/UG.js +1 -1
  987. data/node_modules/caniuse-lite/data/regions/US.js +1 -1
  988. data/node_modules/caniuse-lite/data/regions/UY.js +1 -1
  989. data/node_modules/caniuse-lite/data/regions/UZ.js +1 -1
  990. data/node_modules/caniuse-lite/data/regions/VA.js +1 -1
  991. data/node_modules/caniuse-lite/data/regions/VC.js +1 -1
  992. data/node_modules/caniuse-lite/data/regions/VE.js +1 -1
  993. data/node_modules/caniuse-lite/data/regions/VG.js +1 -1
  994. data/node_modules/caniuse-lite/data/regions/VI.js +1 -1
  995. data/node_modules/caniuse-lite/data/regions/VN.js +1 -1
  996. data/node_modules/caniuse-lite/data/regions/VU.js +1 -1
  997. data/node_modules/caniuse-lite/data/regions/WF.js +1 -1
  998. data/node_modules/caniuse-lite/data/regions/WS.js +1 -1
  999. data/node_modules/caniuse-lite/data/regions/YE.js +1 -1
  1000. data/node_modules/caniuse-lite/data/regions/YT.js +1 -1
  1001. data/node_modules/caniuse-lite/data/regions/ZA.js +1 -1
  1002. data/node_modules/caniuse-lite/data/regions/ZM.js +1 -1
  1003. data/node_modules/caniuse-lite/data/regions/ZW.js +1 -1
  1004. data/node_modules/caniuse-lite/data/regions/alt-af.js +1 -1
  1005. data/node_modules/caniuse-lite/data/regions/alt-an.js +1 -1
  1006. data/node_modules/caniuse-lite/data/regions/alt-as.js +1 -1
  1007. data/node_modules/caniuse-lite/data/regions/alt-eu.js +1 -1
  1008. data/node_modules/caniuse-lite/data/regions/alt-na.js +1 -1
  1009. data/node_modules/caniuse-lite/data/regions/alt-oc.js +1 -1
  1010. data/node_modules/caniuse-lite/data/regions/alt-sa.js +1 -1
  1011. data/node_modules/caniuse-lite/data/regions/alt-ww.js +1 -1
  1012. data/node_modules/caniuse-lite/package.json +1 -1
  1013. data/node_modules/electron-to-chromium/chromium-versions.js +4 -1
  1014. data/node_modules/electron-to-chromium/chromium-versions.json +1 -1
  1015. data/node_modules/electron-to-chromium/full-chromium-versions.js +75 -3
  1016. data/node_modules/electron-to-chromium/full-chromium-versions.json +1 -1
  1017. data/node_modules/electron-to-chromium/full-versions.js +45 -1
  1018. data/node_modules/electron-to-chromium/full-versions.json +1 -1
  1019. data/node_modules/electron-to-chromium/package.json +1 -1
  1020. data/node_modules/electron-to-chromium/versions.js +8 -1
  1021. data/node_modules/electron-to-chromium/versions.json +1 -1
  1022. data/node_modules/es-object-atoms/CHANGELOG.md +21 -0
  1023. data/node_modules/es-object-atoms/README.md +7 -0
  1024. data/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +2 -2
  1025. data/node_modules/es-object-atoms/ToObject.d.ts +6 -2
  1026. data/node_modules/es-object-atoms/isObject.d.ts +3 -0
  1027. data/node_modules/es-object-atoms/isObject.js +6 -0
  1028. data/node_modules/es-object-atoms/package.json +9 -8
  1029. data/node_modules/es-object-atoms/test/index.js +11 -1
  1030. data/node_modules/es-shim-unscopables/CHANGELOG.md +8 -0
  1031. data/node_modules/es-shim-unscopables/index.d.ts +8 -0
  1032. data/node_modules/es-shim-unscopables/index.js +2 -1
  1033. data/node_modules/es-shim-unscopables/package.json +20 -11
  1034. data/node_modules/es-shim-unscopables/test/index.js +4 -1
  1035. data/node_modules/es-shim-unscopables/test/with.js +8 -0
  1036. data/node_modules/es-shim-unscopables/tsconfig.json +10 -0
  1037. data/node_modules/eslint/README.md +6 -4
  1038. data/node_modules/eslint/lib/config-api.js +12 -0
  1039. data/node_modules/eslint/lib/languages/js/source-code/source-code.js +18 -14
  1040. data/node_modules/eslint/lib/rules/no-console.js +19 -11
  1041. data/node_modules/eslint/lib/rules/no-native-reassign.js +1 -1
  1042. data/node_modules/eslint/lib/rules/no-negated-in-lhs.js +1 -1
  1043. data/node_modules/eslint/lib/types/config-api.d.ts +8 -0
  1044. data/node_modules/eslint/lib/types/rules.d.ts +5199 -0
  1045. data/node_modules/eslint/package.json +14 -6
  1046. data/node_modules/eslint-scope/README.md +4 -3
  1047. data/node_modules/eslint-scope/dist/eslint-scope.cjs +59 -2
  1048. data/node_modules/eslint-scope/lib/index.js +1 -0
  1049. data/node_modules/eslint-scope/lib/referencer.js +52 -0
  1050. data/node_modules/eslint-scope/lib/scope-manager.js +4 -0
  1051. data/node_modules/eslint-scope/lib/scope.js +1 -1
  1052. data/node_modules/eslint-scope/lib/version.js +1 -1
  1053. data/node_modules/eslint-scope/package.json +1 -1
  1054. data/node_modules/flatted/index.js +3 -3
  1055. data/node_modules/flatted/min.js +1 -1
  1056. data/node_modules/flatted/package.json +21 -8
  1057. data/node_modules/flatted/python/flatted.py +4 -4
  1058. data/node_modules/flow-parser/flow_parser.js +5550 -5530
  1059. data/node_modules/flow-parser/package.json +1 -1
  1060. data/node_modules/for-each/CHANGELOG.md +107 -0
  1061. data/node_modules/for-each/README.md +0 -4
  1062. data/node_modules/for-each/index.d.ts +35 -0
  1063. data/node_modules/for-each/index.js +11 -4
  1064. data/node_modules/for-each/package.json +47 -36
  1065. data/node_modules/for-each/test/test.js +54 -12
  1066. data/node_modules/for-each/tsconfig.json +8 -0
  1067. data/node_modules/get-intrinsic/CHANGELOG.md +8 -0
  1068. data/node_modules/get-intrinsic/index.js +1 -0
  1069. data/node_modules/get-intrinsic/package.json +8 -8
  1070. data/node_modules/import-fresh/index.js +2 -1
  1071. data/node_modules/import-fresh/package.json +6 -1
  1072. data/node_modules/import-fresh/readme.md +14 -8
  1073. data/node_modules/is-async-function/CHANGELOG.md +13 -0
  1074. data/node_modules/is-async-function/index.d.ts +4 -2
  1075. data/node_modules/is-async-function/index.js +3 -18
  1076. data/node_modules/is-async-function/package.json +8 -3
  1077. data/node_modules/is-boolean-object/CHANGELOG.md +11 -0
  1078. data/node_modules/is-boolean-object/index.js +1 -1
  1079. data/node_modules/is-boolean-object/package.json +8 -6
  1080. data/node_modules/is-boolean-object/test/index.js +24 -1
  1081. data/node_modules/is-weakref/CHANGELOG.md +8 -0
  1082. data/node_modules/is-weakref/index.d.ts +1 -1
  1083. data/node_modules/is-weakref/index.js +3 -1
  1084. data/node_modules/is-weakref/package.json +6 -6
  1085. data/node_modules/object-inspect/CHANGELOG.md +8 -0
  1086. data/node_modules/object-inspect/index.js +10 -7
  1087. data/node_modules/object-inspect/package.json +5 -4
  1088. data/node_modules/object-inspect/test/values.js +50 -0
  1089. data/node_modules/possible-typed-array-names/CHANGELOG.md +14 -0
  1090. data/node_modules/possible-typed-array-names/README.md +4 -2
  1091. data/node_modules/possible-typed-array-names/index.d.ts +1 -0
  1092. data/node_modules/possible-typed-array-names/index.js +1 -0
  1093. data/node_modules/possible-typed-array-names/package.json +10 -9
  1094. data/node_modules/possible-typed-array-names/test/index.js +6 -3
  1095. data/node_modules/possible-typed-array-names/tsconfig.json +2 -42
  1096. data/node_modules/recast/lib/lines.d.ts +2 -2
  1097. data/node_modules/recast/lib/printer.js +17 -5
  1098. data/node_modules/recast/package.json +1 -1
  1099. data/node_modules/typescript/README.md +1 -1
  1100. data/node_modules/typescript/lib/_tsc.js +931 -500
  1101. data/node_modules/typescript/lib/_tsserver.js +43 -7
  1102. data/node_modules/typescript/lib/cs/diagnosticMessages.generated.json +14 -8
  1103. data/node_modules/typescript/lib/de/diagnosticMessages.generated.json +14 -8
  1104. data/node_modules/typescript/lib/es/diagnosticMessages.generated.json +14 -8
  1105. data/node_modules/typescript/lib/fr/diagnosticMessages.generated.json +14 -8
  1106. data/node_modules/typescript/lib/it/diagnosticMessages.generated.json +14 -8
  1107. data/node_modules/typescript/lib/ja/diagnosticMessages.generated.json +14 -8
  1108. data/node_modules/typescript/lib/ko/diagnosticMessages.generated.json +14 -8
  1109. data/node_modules/typescript/lib/lib.dom.d.ts +769 -142
  1110. data/node_modules/typescript/lib/lib.dom.iterable.d.ts +9 -7
  1111. data/node_modules/typescript/lib/lib.es2015.iterable.d.ts +69 -54
  1112. data/node_modules/typescript/lib/lib.es2020.bigint.d.ts +41 -7
  1113. data/node_modules/typescript/lib/lib.es2023.array.d.ts +24 -24
  1114. data/node_modules/typescript/lib/lib.es5.d.ts +60 -51
  1115. data/node_modules/typescript/lib/lib.esnext.d.ts +2 -0
  1116. data/node_modules/typescript/lib/lib.esnext.float16.d.ts +443 -0
  1117. data/node_modules/typescript/lib/lib.esnext.iterator.d.ts +1 -1
  1118. data/node_modules/typescript/lib/lib.esnext.promise.d.ts +34 -0
  1119. data/node_modules/typescript/lib/lib.webworker.d.ts +262 -55
  1120. data/node_modules/typescript/lib/lib.webworker.iterable.d.ts +6 -7
  1121. data/node_modules/typescript/lib/pl/diagnosticMessages.generated.json +14 -8
  1122. data/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json +14 -8
  1123. data/node_modules/typescript/lib/ru/diagnosticMessages.generated.json +14 -8
  1124. data/node_modules/typescript/lib/tr/diagnosticMessages.generated.json +14 -8
  1125. data/node_modules/typescript/lib/typescript.d.ts +14 -3
  1126. data/node_modules/typescript/lib/typescript.js +1035 -570
  1127. data/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json +14 -8
  1128. data/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json +14 -8
  1129. data/node_modules/typescript/package.json +22 -22
  1130. data/node_modules/update-browserslist-db/index.js +5 -7
  1131. data/node_modules/update-browserslist-db/package.json +2 -2
  1132. data/node_modules/which-typed-array/CHANGELOG.md +10 -0
  1133. data/node_modules/which-typed-array/index.js +21 -20
  1134. data/node_modules/which-typed-array/package.json +9 -7
  1135. data/node_modules/which-typed-array/tsconfig.json +1 -1
  1136. data/package.json +2 -3
  1137. metadata +41 -206
  1138. data/linters/jscodeshift/arrow-function-transform.js +0 -42
  1139. data/node_modules/.bin/jscodeshift +0 -1
  1140. data/node_modules/@babel/eslint-parser/LICENSE +0 -22
  1141. data/node_modules/@babel/eslint-parser/README.md +0 -142
  1142. data/node_modules/@babel/eslint-parser/lib/analyze-scope.cjs +0 -322
  1143. data/node_modules/@babel/eslint-parser/lib/analyze-scope.cjs.map +0 -1
  1144. data/node_modules/@babel/eslint-parser/lib/client.cjs +0 -106
  1145. data/node_modules/@babel/eslint-parser/lib/client.cjs.map +0 -1
  1146. data/node_modules/@babel/eslint-parser/lib/configuration.cjs +0 -23
  1147. data/node_modules/@babel/eslint-parser/lib/configuration.cjs.map +0 -1
  1148. data/node_modules/@babel/eslint-parser/lib/convert/convertAST.cjs +0 -134
  1149. data/node_modules/@babel/eslint-parser/lib/convert/convertAST.cjs.map +0 -1
  1150. data/node_modules/@babel/eslint-parser/lib/convert/convertComments.cjs +0 -10
  1151. data/node_modules/@babel/eslint-parser/lib/convert/convertComments.cjs.map +0 -1
  1152. data/node_modules/@babel/eslint-parser/lib/convert/convertTokens.cjs +0 -159
  1153. data/node_modules/@babel/eslint-parser/lib/convert/convertTokens.cjs.map +0 -1
  1154. data/node_modules/@babel/eslint-parser/lib/convert/index.cjs +0 -25
  1155. data/node_modules/@babel/eslint-parser/lib/convert/index.cjs.map +0 -1
  1156. data/node_modules/@babel/eslint-parser/lib/experimental-worker.cjs +0 -32
  1157. data/node_modules/@babel/eslint-parser/lib/experimental-worker.cjs.map +0 -1
  1158. data/node_modules/@babel/eslint-parser/lib/index.cjs +0 -32
  1159. data/node_modules/@babel/eslint-parser/lib/index.cjs.map +0 -1
  1160. data/node_modules/@babel/eslint-parser/lib/parse.cjs +0 -37
  1161. data/node_modules/@babel/eslint-parser/lib/parse.cjs.map +0 -1
  1162. data/node_modules/@babel/eslint-parser/lib/utils/eslint-version.cjs +0 -5
  1163. data/node_modules/@babel/eslint-parser/lib/utils/eslint-version.cjs.map +0 -1
  1164. data/node_modules/@babel/eslint-parser/lib/worker/ast-info.cjs +0 -37
  1165. data/node_modules/@babel/eslint-parser/lib/worker/ast-info.cjs.map +0 -1
  1166. data/node_modules/@babel/eslint-parser/lib/worker/babel-core.cjs +0 -21
  1167. data/node_modules/@babel/eslint-parser/lib/worker/babel-core.cjs.map +0 -1
  1168. data/node_modules/@babel/eslint-parser/lib/worker/configuration.cjs +0 -91
  1169. data/node_modules/@babel/eslint-parser/lib/worker/configuration.cjs.map +0 -1
  1170. data/node_modules/@babel/eslint-parser/lib/worker/extract-parser-options-plugin.cjs +0 -11
  1171. data/node_modules/@babel/eslint-parser/lib/worker/extract-parser-options-plugin.cjs.map +0 -1
  1172. data/node_modules/@babel/eslint-parser/lib/worker/handle-message.cjs +0 -32
  1173. data/node_modules/@babel/eslint-parser/lib/worker/handle-message.cjs.map +0 -1
  1174. data/node_modules/@babel/eslint-parser/lib/worker/index.cjs +0 -39
  1175. data/node_modules/@babel/eslint-parser/lib/worker/index.cjs.map +0 -1
  1176. data/node_modules/@babel/eslint-parser/lib/worker/maybeParse.cjs +0 -48
  1177. data/node_modules/@babel/eslint-parser/lib/worker/maybeParse.cjs.map +0 -1
  1178. data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/CHANGELOG.md +0 -36
  1179. data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/README.md +0 -98
  1180. data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/lib/index.js +0 -81
  1181. data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/lib/visitor-keys.json +0 -289
  1182. data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/package.json +0 -39
  1183. data/node_modules/@babel/eslint-parser/node_modules/semver/LICENSE +0 -15
  1184. data/node_modules/@babel/eslint-parser/node_modules/semver/README.md +0 -443
  1185. data/node_modules/@babel/eslint-parser/node_modules/semver/bin/semver.js +0 -174
  1186. data/node_modules/@babel/eslint-parser/node_modules/semver/package.json +0 -38
  1187. data/node_modules/@babel/eslint-parser/node_modules/semver/range.bnf +0 -16
  1188. data/node_modules/@babel/eslint-parser/node_modules/semver/semver.js +0 -1643
  1189. data/node_modules/@babel/eslint-parser/package.json +0 -53
  1190. data/node_modules/@babel/eslint-parser/types.d.cts +0 -9
  1191. data/node_modules/@babel/plugin-proposal-decorators/LICENSE +0 -22
  1192. data/node_modules/@babel/plugin-proposal-decorators/README.md +0 -19
  1193. data/node_modules/@babel/plugin-proposal-decorators/lib/index.js +0 -41
  1194. data/node_modules/@babel/plugin-proposal-decorators/lib/index.js.map +0 -1
  1195. data/node_modules/@babel/plugin-proposal-decorators/lib/transformer-legacy.js +0 -165
  1196. data/node_modules/@babel/plugin-proposal-decorators/lib/transformer-legacy.js.map +0 -1
  1197. data/node_modules/@babel/plugin-proposal-decorators/package.json +0 -42
  1198. data/node_modules/@babel/plugin-syntax-decorators/LICENSE +0 -22
  1199. data/node_modules/@babel/plugin-syntax-decorators/README.md +0 -19
  1200. data/node_modules/@babel/plugin-syntax-decorators/lib/index.js +0 -81
  1201. data/node_modules/@babel/plugin-syntax-decorators/lib/index.js.map +0 -1
  1202. data/node_modules/@babel/plugin-syntax-decorators/package.json +0 -33
  1203. data/node_modules/@babel/plugin-transform-react-display-name/LICENSE +0 -22
  1204. data/node_modules/@babel/plugin-transform-react-display-name/README.md +0 -19
  1205. data/node_modules/@babel/plugin-transform-react-display-name/lib/index.js +0 -92
  1206. data/node_modules/@babel/plugin-transform-react-display-name/lib/index.js.map +0 -1
  1207. data/node_modules/@babel/plugin-transform-react-display-name/package.json +0 -34
  1208. data/node_modules/@babel/plugin-transform-react-jsx/LICENSE +0 -22
  1209. data/node_modules/@babel/plugin-transform-react-jsx/README.md +0 -19
  1210. data/node_modules/@babel/plugin-transform-react-jsx/lib/create-plugin.js +0 -505
  1211. data/node_modules/@babel/plugin-transform-react-jsx/lib/create-plugin.js.map +0 -1
  1212. data/node_modules/@babel/plugin-transform-react-jsx/lib/development.js +0 -13
  1213. data/node_modules/@babel/plugin-transform-react-jsx/lib/development.js.map +0 -1
  1214. data/node_modules/@babel/plugin-transform-react-jsx/lib/index.js +0 -13
  1215. data/node_modules/@babel/plugin-transform-react-jsx/lib/index.js.map +0 -1
  1216. data/node_modules/@babel/plugin-transform-react-jsx/package.json +0 -39
  1217. data/node_modules/@babel/plugin-transform-react-jsx-development/LICENSE +0 -22
  1218. data/node_modules/@babel/plugin-transform-react-jsx-development/README.md +0 -19
  1219. data/node_modules/@babel/plugin-transform-react-jsx-development/lib/index.js +0 -10
  1220. data/node_modules/@babel/plugin-transform-react-jsx-development/lib/index.js.map +0 -1
  1221. data/node_modules/@babel/plugin-transform-react-jsx-development/package.json +0 -33
  1222. data/node_modules/@babel/plugin-transform-react-pure-annotations/LICENSE +0 -22
  1223. data/node_modules/@babel/plugin-transform-react-pure-annotations/README.md +0 -19
  1224. data/node_modules/@babel/plugin-transform-react-pure-annotations/lib/index.js +0 -49
  1225. data/node_modules/@babel/plugin-transform-react-pure-annotations/lib/index.js.map +0 -1
  1226. data/node_modules/@babel/plugin-transform-react-pure-annotations/package.json +0 -34
  1227. data/node_modules/@babel/preset-react/LICENSE +0 -22
  1228. data/node_modules/@babel/preset-react/README.md +0 -19
  1229. data/node_modules/@babel/preset-react/lib/index.js +0 -79
  1230. data/node_modules/@babel/preset-react/lib/index.js.map +0 -1
  1231. data/node_modules/@babel/preset-react/package.json +0 -37
  1232. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/LICENSE +0 -7
  1233. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/index.js +0 -8
  1234. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/CHANGELOG.md +0 -70
  1235. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/LICENSE +0 -22
  1236. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/README.md +0 -54
  1237. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/definition.js +0 -86
  1238. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/index.js +0 -165
  1239. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/pattern-visitor.js +0 -152
  1240. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/reference.js +0 -167
  1241. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/referencer.js +0 -629
  1242. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/scope-manager.js +0 -247
  1243. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/scope.js +0 -748
  1244. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/variable.js +0 -88
  1245. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/LICENSE.BSD +0 -19
  1246. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/README.md +0 -153
  1247. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/estraverse.js +0 -782
  1248. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/gulpfile.js +0 -70
  1249. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/package.json +0 -40
  1250. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/package.json +0 -48
  1251. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/package.json +0 -14
  1252. data/node_modules/eslint/lib/types/rules/best-practices.d.ts +0 -1143
  1253. data/node_modules/eslint/lib/types/rules/deprecated.d.ts +0 -252
  1254. data/node_modules/eslint/lib/types/rules/ecmascript-6.d.ts +0 -647
  1255. data/node_modules/eslint/lib/types/rules/index.d.ts +0 -50
  1256. data/node_modules/eslint/lib/types/rules/node-commonjs.d.ts +0 -171
  1257. data/node_modules/eslint/lib/types/rules/possible-errors.d.ts +0 -685
  1258. data/node_modules/eslint/lib/types/rules/strict-mode.d.ts +0 -38
  1259. data/node_modules/eslint/lib/types/rules/stylistic-issues.d.ts +0 -2043
  1260. data/node_modules/eslint/lib/types/rules/variables.d.ts +0 -234
  1261. data/node_modules/flatted/python/test.py +0 -63
  1262. data/node_modules/jscodeshift/CHANGELOG.md +0 -226
  1263. data/node_modules/jscodeshift/CODE_OF_CONDUCT.md +0 -3
  1264. data/node_modules/jscodeshift/CONTRIBUTING.md +0 -48
  1265. data/node_modules/jscodeshift/README.md +0 -671
  1266. data/node_modules/jscodeshift/bin/jscodeshift.js +0 -182
  1267. data/node_modules/jscodeshift/bin/jscodeshift.sh +0 -12
  1268. data/node_modules/jscodeshift/dist/Collection.js +0 -472
  1269. data/node_modules/jscodeshift/dist/Runner.js +0 -322
  1270. data/node_modules/jscodeshift/dist/Worker.js +0 -210
  1271. data/node_modules/jscodeshift/dist/__testfixtures__/test-async-transform.input.js +0 -1
  1272. data/node_modules/jscodeshift/dist/__testfixtures__/test-async-transform.js +0 -11
  1273. data/node_modules/jscodeshift/dist/__testfixtures__/test-async-transform.output.js +0 -1
  1274. data/node_modules/jscodeshift/dist/__testfixtures__/test-sync-transform.input.js +0 -1
  1275. data/node_modules/jscodeshift/dist/__testfixtures__/test-sync-transform.js +0 -7
  1276. data/node_modules/jscodeshift/dist/__testfixtures__/test-sync-transform.output.js +0 -1
  1277. data/node_modules/jscodeshift/dist/argsParser.js +0 -273
  1278. data/node_modules/jscodeshift/dist/collections/ImportDeclaration.js +0 -113
  1279. data/node_modules/jscodeshift/dist/collections/JSXElement.js +0 -221
  1280. data/node_modules/jscodeshift/dist/collections/Node.js +0 -187
  1281. data/node_modules/jscodeshift/dist/collections/VariableDeclarator.js +0 -210
  1282. data/node_modules/jscodeshift/dist/collections/index.js +0 -14
  1283. data/node_modules/jscodeshift/dist/core.js +0 -183
  1284. data/node_modules/jscodeshift/dist/getParser.js +0 -25
  1285. data/node_modules/jscodeshift/dist/ignoreFiles.js +0 -68
  1286. data/node_modules/jscodeshift/dist/matchNode.js +0 -40
  1287. data/node_modules/jscodeshift/dist/template.js +0 -173
  1288. data/node_modules/jscodeshift/dist/testUtils.js +0 -173
  1289. data/node_modules/jscodeshift/dist/utils/intersection.js +0 -27
  1290. data/node_modules/jscodeshift/dist/utils/once.js +0 -21
  1291. data/node_modules/jscodeshift/dist/utils/union.js +0 -20
  1292. data/node_modules/jscodeshift/index.js +0 -9
  1293. data/node_modules/jscodeshift/package.json +0 -74
  1294. data/node_modules/jscodeshift/parser/babel5Compat.js +0 -50
  1295. data/node_modules/jscodeshift/parser/babylon.js +0 -57
  1296. data/node_modules/jscodeshift/parser/flow.js +0 -34
  1297. data/node_modules/jscodeshift/parser/ts.js +0 -24
  1298. data/node_modules/jscodeshift/parser/tsOptions.js +0 -46
  1299. data/node_modules/jscodeshift/parser/tsx.js +0 -27
  1300. data/node_modules/jscodeshift/src/Collection.js +0 -472
  1301. data/node_modules/jscodeshift/src/Runner.js +0 -322
  1302. data/node_modules/jscodeshift/src/Worker.js +0 -210
  1303. data/node_modules/jscodeshift/src/__testfixtures__/test-async-transform.input.js +0 -1
  1304. data/node_modules/jscodeshift/src/__testfixtures__/test-async-transform.js +0 -11
  1305. data/node_modules/jscodeshift/src/__testfixtures__/test-async-transform.output.js +0 -1
  1306. data/node_modules/jscodeshift/src/__testfixtures__/test-sync-transform.input.js +0 -1
  1307. data/node_modules/jscodeshift/src/__testfixtures__/test-sync-transform.js +0 -7
  1308. data/node_modules/jscodeshift/src/__testfixtures__/test-sync-transform.output.js +0 -1
  1309. data/node_modules/jscodeshift/src/argsParser.js +0 -273
  1310. data/node_modules/jscodeshift/src/collections/ImportDeclaration.js +0 -113
  1311. data/node_modules/jscodeshift/src/collections/JSXElement.js +0 -221
  1312. data/node_modules/jscodeshift/src/collections/Node.js +0 -187
  1313. data/node_modules/jscodeshift/src/collections/VariableDeclarator.js +0 -210
  1314. data/node_modules/jscodeshift/src/collections/index.js +0 -14
  1315. data/node_modules/jscodeshift/src/core.js +0 -183
  1316. data/node_modules/jscodeshift/src/getParser.js +0 -25
  1317. data/node_modules/jscodeshift/src/ignoreFiles.js +0 -68
  1318. data/node_modules/jscodeshift/src/matchNode.js +0 -40
  1319. data/node_modules/jscodeshift/src/template.js +0 -173
  1320. data/node_modules/jscodeshift/src/testUtils.js +0 -173
  1321. data/node_modules/jscodeshift/src/utils/intersection.js +0 -27
  1322. data/node_modules/jscodeshift/src/utils/once.js +0 -21
  1323. data/node_modules/jscodeshift/src/utils/union.js +0 -20
  1324. data/node_modules/jscodeshift/utils/requirePackage.js +0 -24
  1325. data/node_modules/jscodeshift/utils/testUtils.js +0 -49
  1326. data/node_modules/jscodeshift/website/README.md +0 -44
  1327. data/node_modules/jscodeshift/website/astro.config.mjs +0 -36
  1328. data/node_modules/jscodeshift/website/package.json +0 -17
  1329. data/node_modules/jscodeshift/website/public/favicon.svg +0 -1
  1330. data/node_modules/jscodeshift/website/src/assets/houston.webp +0 -0
  1331. data/node_modules/jscodeshift/website/src/content/config.ts +0 -6
  1332. data/node_modules/jscodeshift/website/src/content/docs/build/api-reference.mdx +0 -406
  1333. data/node_modules/jscodeshift/website/src/content/docs/build/ast-grammar.mdx +0 -3086
  1334. data/node_modules/jscodeshift/website/src/content/docs/index.mdx +0 -15
  1335. data/node_modules/jscodeshift/website/src/content/docs/overview/introduction.mdx +0 -45
  1336. data/node_modules/jscodeshift/website/src/content/docs/run/cli.mdx +0 -161
  1337. data/node_modules/jscodeshift/website/src/env.d.ts +0 -2
  1338. data/node_modules/jscodeshift/website/tsconfig.json +0 -3
  1339. data/node_modules/typescript/lib/cancellationToken.js +0 -90
@@ -1 +1 @@
1
- module.exports={C:{"52":0.00548,"78":0.00548,"102":0.0219,"103":0.01095,"106":0.00548,"108":0.00548,"109":0.00548,"115":0.25733,"118":0.01095,"119":0.00548,"121":0.00548,"122":0.00548,"123":0.00548,"124":0.00548,"125":0.00548,"126":0.0219,"127":0.04928,"128":0.0657,"129":0.0219,"130":0.03285,"131":0.27375,"132":2.06408,"133":0.1095,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 104 105 107 110 111 112 113 114 116 117 120 134 135 136 3.5 3.6"},D:{"49":0.00548,"79":0.01095,"83":0.01095,"84":0.01095,"85":0.00548,"86":0.00548,"87":0.01095,"88":0.00548,"92":0.01643,"94":0.00548,"95":0.00548,"102":0.00548,"103":0.05475,"104":0.01643,"106":0.02738,"107":0.01643,"108":0.01643,"109":1.63703,"110":0.00548,"111":0.02738,"112":0.00548,"113":0.01643,"114":0.18615,"115":0.0219,"116":0.1314,"117":0.00548,"118":0.01095,"119":0.01643,"120":0.08213,"121":0.12045,"122":0.20805,"123":0.43253,"124":0.07665,"125":0.24638,"126":0.22995,"127":0.1752,"128":0.43253,"129":1.99838,"130":27.03555,"131":13.11263,"132":0.00548,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 89 90 91 93 96 97 98 99 100 101 105 133 134"},F:{"85":0.00548,"95":0.05475,"102":0.00548,"108":0.00548,"113":0.15878,"114":1.0293,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 103 104 105 106 107 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.01095,"99":0.00548,"102":0.01095,"108":0.00548,"109":0.0438,"111":0.01643,"112":0.00548,"113":0.01095,"114":0.00548,"117":0.0219,"121":0.01095,"122":0.01643,"123":0.06023,"124":0.01095,"125":0.03833,"126":0.01643,"127":0.0219,"128":0.14235,"129":0.22995,"130":1.3797,"131":0.60225,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 100 101 103 104 105 106 107 110 115 116 118 119 120"},E:{"11":0.00548,"14":0.00548,_:"0 4 5 6 7 8 9 10 12 13 15 3.1 3.2 5.1 6.1 7.1 11.1 12.1 15.1 15.4","9.1":0.00548,"10.1":0.00548,"13.1":0.00548,"14.1":0.0219,"15.2-15.3":0.00548,"15.5":0.00548,"15.6":0.02738,"16.0":0.00548,"16.1":0.01095,"16.2":0.0219,"16.3":0.01095,"16.4":0.01095,"16.5":0.00548,"16.6":0.03833,"17.0":0.01095,"17.1":0.01095,"17.2":0.01095,"17.3":0.01643,"17.4":0.03285,"17.5":0.04928,"17.6":0.20258,"18.0":0.09855,"18.1":0.14235,"18.2":0.00548},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00345,"5.0-5.1":0,"6.0-6.1":0.01381,"7.0-7.1":0.01726,"8.1-8.4":0,"9.0-9.2":0.01381,"9.3":0.04832,"10.0-10.2":0.01035,"10.3":0.07939,"11.0-11.2":0.93191,"11.3-11.4":0.02416,"12.0-12.1":0.01381,"12.2-12.5":0.36241,"13.0-13.1":0.0069,"13.2":0.09319,"13.3":0.01381,"13.4-13.7":0.05177,"14.0-14.4":0.1139,"14.5-14.8":0.16222,"15.0-15.1":0.09319,"15.2-15.3":0.08629,"15.4":0.10355,"15.5":0.1208,"15.6-15.8":1.29432,"16.0":0.24506,"16.1":0.51773,"16.2":0.26232,"16.3":0.44525,"16.4":0.08974,"16.5":0.17948,"16.6-16.7":1.69815,"17.0":0.12425,"17.1":0.20709,"17.2":0.17258,"17.3":0.26232,"17.4":0.5626,"17.5":1.68089,"17.6-17.7":14.52058,"18.0":5.14968,"18.1":4.52495,"18.2":0.18293},P:{"4":0.01044,"21":0.01044,"22":0.01044,"23":0.02088,"24":0.01044,"25":0.02088,"26":0.51144,"27":0.40706,_:"20 5.0-5.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","6.2-6.4":0.02088},I:{"0":0.01806,"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.00002},A:{"8":0.00616,"11":0.04312,_:"6 7 9 10 5.5"},K:{"0":0.19009,_:"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.04073},H:{"0":0},L:{"0":9.30057},R:{_:"0"},M:{"0":0.15841}};
1
+ module.exports={C:{"52":0.01148,"68":0.00574,"69":0.00574,"77":0.00574,"96":0.01721,"101":0.02295,"102":0.00574,"105":0.00574,"106":0.00574,"110":0.00574,"113":0.00574,"115":0.6197,"118":0.00574,"123":0.00574,"124":0.02869,"125":0.02869,"126":0.1205,"127":0.01721,"128":0.08607,"129":0.01721,"130":0.00574,"131":0.01148,"132":0.09181,"133":0.06886,"134":1.00415,"135":2.94933,"136":0.02295,_:"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 70 71 72 73 74 75 76 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 97 98 99 100 103 104 107 108 109 111 112 114 116 117 119 120 121 122 137 138 3.5 3.6"},D:{"49":0.00574,"52":0.00574,"53":0.00574,"59":0.00574,"79":0.01721,"81":0.00574,"83":0.03443,"84":0.01721,"85":0.01148,"86":0.00574,"87":0.02295,"88":0.00574,"90":0.00574,"91":0.00574,"92":0.00574,"94":0.01148,"97":0.00574,"98":0.00574,"99":0.00574,"101":0.01721,"102":0.01721,"103":0.02295,"104":0.16066,"105":0.01148,"106":0.14919,"107":0.22378,"108":0.21231,"109":1.50909,"110":0.21804,"111":0.13771,"112":0.09755,"113":0.01148,"114":0.11476,"115":0.04017,"116":0.18935,"117":0.00574,"118":0.02295,"119":0.02295,"120":0.06312,"121":0.02295,"122":0.17788,"123":0.02869,"124":0.48199,"125":0.04017,"126":0.10328,"127":0.05164,"128":0.13771,"129":0.29264,"130":0.18935,"131":3.78708,"132":16.30166,"133":13.00805,"134":0.01148,"135":0.03443,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 50 51 54 55 56 57 58 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 89 93 95 96 100 136"},F:{"46":0.00574,"86":0.00574,"87":0.02869,"90":0.00574,"91":0.00574,"95":0.13771,"102":0.00574,"112":0.00574,"114":0.29264,_:"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 92 93 94 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00574,"92":0.00574,"104":0.00574,"108":0.00574,"109":0.03443,"120":0.00574,"121":0.00574,"122":0.00574,"124":0.00574,"125":0.00574,"126":0.01148,"127":0.00574,"128":0.00574,"129":0.00574,"130":0.02869,"131":0.27542,"132":2.82883,"133":2.82883,_:"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 105 106 107 110 111 112 113 114 115 116 117 118 119 123"},E:{"10":0.00574,"11":0.00574,"14":0.01148,_:"0 4 5 6 7 8 9 12 13 15 3.1 3.2 5.1 6.1 7.1 11.1 15.1 18.4","9.1":0.00574,"10.1":0.01148,"12.1":0.00574,"13.1":0.01148,"14.1":0.02869,"15.2-15.3":0.00574,"15.4":0.00574,"15.5":0.00574,"15.6":0.10902,"16.0":0.01148,"16.1":0.01721,"16.2":0.0459,"16.3":0.03443,"16.4":0.02869,"16.5":0.01721,"16.6":0.1205,"17.0":0.06886,"17.1":0.04017,"17.2":0.02295,"17.3":0.03443,"17.4":0.13197,"17.5":0.15493,"17.6":0.28116,"18.0":0.07459,"18.1":0.26395,"18.2":0.23526,"18.3":0.67135},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00217,"5.0-5.1":0.00109,"6.0-6.1":0.00651,"7.0-7.1":0.00543,"8.1-8.4":0,"9.0-9.2":0.00217,"9.3":0.01628,"10.0-10.2":0.00217,"10.3":0.02496,"11.0-11.2":0.08574,"11.3-11.4":0.0076,"12.0-12.1":0.00434,"12.2-12.5":0.11505,"13.0-13.1":0.00217,"13.2":0.00326,"13.3":0.00434,"13.4-13.7":0.01628,"14.0-14.4":0.03582,"14.5-14.8":0.04993,"15.0-15.1":0.02605,"15.2-15.3":0.02605,"15.4":0.03148,"15.5":0.03582,"15.6-15.8":0.44391,"16.0":0.06404,"16.1":0.1335,"16.2":0.06729,"16.3":0.12156,"16.4":0.02713,"16.5":0.05101,"16.6-16.7":0.52857,"17.0":0.03256,"17.1":0.05752,"17.2":0.04559,"17.3":0.06404,"17.4":0.13241,"17.5":0.31475,"17.6-17.7":1.03543,"18.0":0.30499,"18.1":2.80131,"18.2":0.90085,"18.3":3.21049,"18.4":0.00651},P:{"4":0.04166,"21":0.01042,"22":0.04166,"23":0.03125,"24":0.03125,"25":0.03125,"26":0.14582,"27":2.52058,_:"20 8.2 9.2 10.1 11.1-11.2 12.0 13.0 15.0 16.0 17.0","5.0-5.4":0.01042,"6.2-6.4":0.01042,"7.2-7.4":0.01042,"14.0":0.03125,"18.0":0.01042,"19.0":0.01042},I:{"0":0.03404,"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.56698,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.00835,"9":0.00835,"10":0.00835,"11":0.06677,_:"6 7 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":27.84778},R:{_:"0"},M:{"0":0.55845},Q:{_:"14.9"},O:{"0":0.08526},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"40":0.00475,"52":0.03324,"60":0.06172,"61":0.00475,"68":0.00475,"78":0.13294,"89":0.00475,"91":0.01424,"99":0.00475,"102":0.02374,"104":0.0095,"105":0.00475,"106":0.0095,"107":0.01424,"112":0.01899,"115":0.88313,"117":0.00475,"120":0.00475,"123":0.0095,"124":0.0095,"125":0.14244,"126":0.01424,"127":0.0095,"128":1.89445,"129":0.06647,"130":0.03324,"131":0.36085,"132":3.65596,"133":0.28963,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 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 90 92 93 94 95 96 97 98 100 101 103 108 109 110 111 113 114 116 118 119 121 122 134 135 136 3.5 3.6"},D:{"34":0.00475,"44":0.00475,"45":0.00475,"46":0.00475,"51":0.00475,"56":0.00475,"58":0.00475,"65":0.00475,"66":0.0095,"72":0.0095,"79":0.07597,"80":0.00475,"85":0.00475,"87":0.04273,"88":0.0095,"90":0.0095,"91":0.02374,"94":0.0095,"96":0.02849,"97":0.0095,"98":0.0095,"100":0.00475,"102":0.01424,"103":0.03324,"106":0.03324,"107":0.03798,"108":0.02374,"109":0.7027,"110":0.00475,"111":0.01424,"112":0.0095,"113":0.00475,"114":0.18042,"115":0.00475,"116":0.52703,"117":0.04748,"118":0.54602,"119":0.02849,"120":0.03324,"121":0.07122,"122":0.12345,"123":0.19942,"124":0.22316,"125":0.07597,"126":0.29438,"127":0.06172,"128":0.45581,"129":0.90687,"130":11.7513,"131":5.68336,"132":0.00475,"133":0.00475,_:"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 47 48 49 50 52 53 54 55 57 59 60 61 62 63 64 67 68 69 70 71 73 74 75 76 77 78 81 83 84 86 89 92 93 95 99 101 104 105 134"},F:{"46":0.02374,"84":0.00475,"85":0.02374,"89":0.02374,"95":0.02374,"113":0.05223,"114":1.02557,_:"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 86 87 88 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.00475,"100":0.00475,"109":0.02374,"110":0.00475,"114":0.0095,"115":0.00475,"119":0.0095,"120":0.02374,"121":0.03798,"122":0.02374,"123":0.0095,"124":0.01899,"125":0.01899,"126":0.07122,"127":0.01424,"128":0.22316,"129":0.19467,"130":3.52302,"131":2.17933,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 111 112 113 116 117 118"},E:{"9":0.0095,"11":0.00475,"14":0.04273,"15":0.0095,_:"0 4 5 6 7 8 10 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1","11.1":0.00475,"12.1":0.0095,"13.1":0.09971,"14.1":0.18992,"15.1":0.00475,"15.2-15.3":0.0095,"15.4":0.0095,"15.5":0.09496,"15.6":0.3466,"16.0":0.14244,"16.1":0.1187,"16.2":0.07597,"16.3":0.23265,"16.4":0.02849,"16.5":0.10446,"16.6":0.43682,"17.0":0.09021,"17.1":0.1187,"17.2":0.09496,"17.3":0.1092,"17.4":0.2374,"17.5":0.74069,"17.6":2.28379,"18.0":1.13952,"18.1":1.23923,"18.2":0.01899},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00184,"5.0-5.1":0,"6.0-6.1":0.00737,"7.0-7.1":0.00921,"8.1-8.4":0,"9.0-9.2":0.00737,"9.3":0.02578,"10.0-10.2":0.00552,"10.3":0.04235,"11.0-11.2":0.49716,"11.3-11.4":0.01289,"12.0-12.1":0.00737,"12.2-12.5":0.19334,"13.0-13.1":0.00368,"13.2":0.04972,"13.3":0.00737,"13.4-13.7":0.02762,"14.0-14.4":0.06076,"14.5-14.8":0.08654,"15.0-15.1":0.04972,"15.2-15.3":0.04603,"15.4":0.05524,"15.5":0.06445,"15.6-15.8":0.69051,"16.0":0.13074,"16.1":0.2762,"16.2":0.13994,"16.3":0.23753,"16.4":0.04788,"16.5":0.09575,"16.6-16.7":0.90594,"17.0":0.06629,"17.1":0.11048,"17.2":0.09207,"17.3":0.13994,"17.4":0.30014,"17.5":0.89674,"17.6-17.7":7.74656,"18.0":2.7473,"18.1":2.41401,"18.2":0.09759},P:{"4":0.22785,"21":0.01036,"22":0.04143,"23":0.02071,"24":0.04143,"25":0.04143,"26":1.94705,"27":1.61563,_:"20 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 15.0 16.0 19.0","5.0-5.4":0.06214,"6.2-6.4":0.01036,"13.0":0.01036,"14.0":0.01036,"17.0":0.01036,"18.0":0.01036},I:{"0":0.1939,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00006,"4.4":0,"4.4.3-4.4.4":0.00025},A:{"8":0.02337,"9":0.00584,"10":0.00584,"11":0.04091,_:"6 7 5.5"},K:{"0":0.48844,_:"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.79305},O:{"0":1.03464},H:{"0":0},L:{"0":26.25894},R:{_:"0"},M:{"0":1.16594}};
1
+ module.exports={C:{"48":0.03778,"50":0.00472,"52":0.04251,"60":0.05195,"61":0.00472,"78":0.16058,"91":0.05668,"94":0.00472,"102":0.12752,"104":0.00472,"108":0.10391,"109":0.01417,"113":0.00472,"115":0.56676,"118":0.00472,"119":0.00472,"122":0.00472,"123":0.03778,"124":0.01417,"125":0.01889,"126":0.11808,"127":0.00945,"128":2.32372,"129":0.07085,"130":0.00945,"131":0.00945,"132":0.02362,"133":0.05668,"134":1.09574,"135":2.96604,_:"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 51 53 54 55 56 57 58 59 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 92 93 95 96 97 98 99 100 101 103 105 106 107 110 111 112 114 116 117 120 121 136 137 138 3.5 3.6"},D:{"11":0.00945,"58":0.00472,"79":0.15586,"80":0.00945,"84":0.00472,"86":0.00472,"87":0.02834,"88":0.00472,"89":0.00472,"91":0.03306,"94":0.00472,"95":0.00472,"97":0.00472,"98":0.00945,"99":0.01889,"100":0.00472,"102":0.02362,"103":0.05195,"104":0.01417,"105":0.00945,"106":0.01889,"107":0.08974,"108":0.07085,"109":0.69428,"110":0.03306,"111":0.01889,"112":0.01889,"114":0.15586,"116":0.45341,"117":0.01417,"118":0.58565,"119":0.05668,"120":0.05195,"121":0.06612,"122":0.14169,"123":0.04251,"124":0.13224,"125":0.1842,"126":0.1228,"127":0.01889,"128":0.20781,"129":0.08501,"130":0.07557,"131":1.10991,"132":8.42111,"133":6.96643,"134":0.00472,"135":0.00472,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 81 83 85 90 92 93 96 101 113 115 136"},F:{"46":0.00472,"83":0.00472,"84":0.00945,"87":0.05195,"95":0.00945,"96":0.05195,"114":0.13697,_:"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 85 86 88 89 90 91 92 93 94 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00472,"100":0.00472,"102":0.00472,"106":0.01417,"107":0.02834,"108":0.07085,"109":0.04723,"110":0.01889,"114":0.00472,"119":0.01889,"120":0.01889,"121":0.00472,"122":0.00945,"123":0.00472,"124":0.00472,"125":0.15114,"126":0.07085,"127":0.01889,"128":0.01889,"129":0.13224,"130":0.25032,"131":0.17947,"132":2.80546,"133":3.75951,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 103 104 105 111 112 113 115 116 117 118"},E:{"9":0.00472,"14":0.01889,"15":0.00472,_:"0 4 5 6 7 8 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 18.4","11.1":0.00472,"12.1":0.00472,"13.1":0.02834,"14.1":0.14169,"15.1":0.01417,"15.2-15.3":0.01417,"15.4":0.00945,"15.5":0.05195,"15.6":0.27866,"16.0":0.12752,"16.1":0.09446,"16.2":0.05668,"16.3":0.15586,"16.4":0.03778,"16.5":0.08029,"16.6":0.36839,"17.0":0.09446,"17.1":0.16058,"17.2":0.07557,"17.3":0.0614,"17.4":0.23615,"17.5":0.4723,"17.6":0.92099,"18.0":0.25032,"18.1":1.37439,"18.2":0.50536,"18.3":1.81836},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00397,"5.0-5.1":0.00199,"6.0-6.1":0.01192,"7.0-7.1":0.00993,"8.1-8.4":0,"9.0-9.2":0.00397,"9.3":0.02979,"10.0-10.2":0.00397,"10.3":0.04568,"11.0-11.2":0.15691,"11.3-11.4":0.0139,"12.0-12.1":0.00795,"12.2-12.5":0.21054,"13.0-13.1":0.00397,"13.2":0.00596,"13.3":0.00795,"13.4-13.7":0.02979,"14.0-14.4":0.06555,"14.5-14.8":0.09137,"15.0-15.1":0.04767,"15.2-15.3":0.04767,"15.4":0.0576,"15.5":0.06555,"15.6-15.8":0.81238,"16.0":0.11719,"16.1":0.24431,"16.2":0.12315,"16.3":0.22246,"16.4":0.04966,"16.5":0.09335,"16.6-16.7":0.96731,"17.0":0.05959,"17.1":0.10527,"17.2":0.08342,"17.3":0.11719,"17.4":0.24232,"17.5":0.57602,"17.6-17.7":1.89489,"18.0":0.55814,"18.1":5.12654,"18.2":1.6486,"18.3":5.87537,"18.4":0.01192},P:{"4":0.14623,"21":0.02089,"22":0.01045,"23":0.03134,"24":0.10445,"25":0.02089,"26":0.07312,"27":3.54092,_:"20 8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0 18.0 19.0","5.0-5.4":0.01045,"6.2-6.4":0.03134,"7.2-7.4":0.01045,"13.0":0.01045,"16.0":0.02089,"17.0":0.01045},I:{"0":0.13693,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00003,"4.4":0,"4.4.3-4.4.4":0.00016},K:{"0":0.52242,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.02362,"9":0.01181,"10":0.01181,"11":0.04723,_:"6 7 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":25.90487},R:{_:"0"},M:{"0":1.37202},Q:{"14.9":0.5277},O:{"0":0.7124},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"16":0.01988,"48":0.00663,"52":0.01326,"60":0.00663,"68":0.00663,"78":0.03977,"88":0.00663,"92":0.00663,"95":0.00663,"99":0.00663,"102":0.03314,"103":0.00663,"110":0.00663,"114":0.00663,"115":0.47059,"118":0.00663,"121":0.01326,"123":0.00663,"125":0.01988,"126":0.0464,"127":0.0464,"128":0.14582,"129":0.02651,"130":0.13256,"131":0.34466,"132":3.67854,"133":0.31814,"134":0.00663,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 53 54 55 56 57 58 59 61 62 63 64 65 66 67 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 89 90 91 93 94 96 97 98 100 101 104 105 106 107 108 109 111 112 113 116 117 119 120 122 124 135 136 3.5 3.6"},D:{"49":0.00663,"79":0.07954,"80":0.01326,"87":0.02651,"89":0.00663,"90":0.00663,"91":0.00663,"92":0.01326,"94":0.00663,"96":0.00663,"97":0.00663,"102":0.01988,"103":0.11268,"104":0.00663,"105":0.01988,"106":0.03977,"107":0.05965,"108":0.01988,"109":1.94863,"110":0.03314,"111":0.00663,"112":0.01326,"114":0.0464,"115":0.03314,"116":0.25186,"117":0.00663,"118":0.03314,"119":0.09942,"120":0.03977,"121":0.07291,"122":0.22535,"123":0.62966,"124":0.17896,"125":0.06628,"126":0.17896,"127":0.20547,"128":0.3314,"129":1.84921,"130":27.09526,"131":17.67025,"132":0.03314,"133":0.0464,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 81 83 84 85 86 88 93 95 98 99 100 101 113 134"},F:{"79":0.00663,"85":0.01988,"95":0.14582,"104":0.00663,"112":0.00663,"113":0.27175,"114":1.69677,_:"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 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 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:{"92":0.00663,"109":0.01988,"110":0.00663,"112":0.00663,"114":0.01326,"121":0.00663,"124":0.01326,"125":0.01326,"126":0.02651,"127":0.01326,"128":0.03977,"129":0.15244,"130":1.97514,"131":1.26595,_:"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 111 113 115 116 117 118 119 120 122 123"},E:{"14":0.00663,"15":0.00663,_:"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.01326,"13.1":0.01988,"14.1":0.03314,"15.1":0.00663,"15.4":0.00663,"15.5":0.00663,"15.6":0.15907,"16.0":0.00663,"16.1":0.01988,"16.2":0.00663,"16.3":0.01988,"16.4":0.03977,"16.5":0.02651,"16.6":0.12593,"17.0":0.01326,"17.1":0.0464,"17.2":0.02651,"17.3":0.03314,"17.4":0.05302,"17.5":0.12593,"17.6":0.39768,"18.0":0.37117,"18.1":0.45733,"18.2":0.01326},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00081,"5.0-5.1":0,"6.0-6.1":0.00323,"7.0-7.1":0.00404,"8.1-8.4":0,"9.0-9.2":0.00323,"9.3":0.01131,"10.0-10.2":0.00242,"10.3":0.01858,"11.0-11.2":0.21814,"11.3-11.4":0.00566,"12.0-12.1":0.00323,"12.2-12.5":0.08483,"13.0-13.1":0.00162,"13.2":0.02181,"13.3":0.00323,"13.4-13.7":0.01212,"14.0-14.4":0.02666,"14.5-14.8":0.03797,"15.0-15.1":0.02181,"15.2-15.3":0.0202,"15.4":0.02424,"15.5":0.02828,"15.6-15.8":0.30297,"16.0":0.05736,"16.1":0.12119,"16.2":0.0614,"16.3":0.10422,"16.4":0.02101,"16.5":0.04201,"16.6-16.7":0.3975,"17.0":0.02909,"17.1":0.04848,"17.2":0.0404,"17.3":0.0614,"17.4":0.13169,"17.5":0.39346,"17.6-17.7":3.39897,"18.0":1.20543,"18.1":1.0592,"18.2":0.04282},P:{"4":0.04187,"20":0.02093,"21":0.01047,"22":0.02093,"23":0.02093,"24":0.04187,"25":0.05234,"26":1.35028,"27":0.95252,_:"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.02692,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00004},A:{"8":0.01988,"11":0.07954,_:"6 7 9 10 5.5"},K:{"0":0.27988,_:"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.00337},O:{"0":0.0843},H:{"0":0},L:{"0":22.72196},R:{_:"0"},M:{"0":0.30685}};
1
+ module.exports={C:{"16":0.03922,"48":0.02241,"52":0.01681,"60":0.0056,"68":0.0056,"78":0.07284,"88":0.0056,"99":0.01121,"103":0.0056,"105":0.0056,"110":0.0056,"112":0.0056,"113":0.01681,"115":0.80683,"117":0.0056,"118":0.0056,"121":0.0056,"123":0.0056,"125":0.02802,"126":0.0056,"127":0.06163,"128":0.16809,"129":0.0056,"130":0.01681,"131":0.01681,"132":0.03362,"133":0.06163,"134":1.09259,"135":3.77642,"136":0.03362,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 53 54 55 56 57 58 59 61 62 63 64 65 66 67 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 89 90 91 92 93 94 95 96 97 98 100 101 102 104 106 107 108 109 111 114 116 119 120 122 124 137 138 3.5 3.6"},D:{"41":0.0056,"49":0.01121,"79":0.09525,"81":0.0056,"86":0.0056,"87":0.03362,"89":0.01681,"90":0.0056,"92":0.01121,"93":0.0056,"94":0.01121,"96":0.0056,"97":0.01681,"98":0.03362,"100":0.0056,"101":0.0056,"102":0.07284,"103":0.05043,"104":0.12887,"105":0.01121,"106":0.03922,"107":0.02241,"108":0.02802,"109":1.79856,"110":0.01121,"111":0.01121,"112":0.01681,"114":0.01681,"115":0.03922,"116":0.23533,"117":0.0056,"118":0.03362,"119":0.01681,"120":0.06163,"121":0.88527,"122":0.08965,"123":0.12327,"124":0.21291,"125":0.02802,"126":0.05603,"127":0.03922,"128":0.15128,"129":0.08965,"130":0.12327,"131":1.84339,"132":15.81727,"133":14.05793,"134":0.02802,"135":0.09525,_:"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 66 67 68 69 70 71 72 73 74 75 76 77 78 80 83 84 85 88 91 95 99 113 136"},F:{"87":0.02802,"95":0.12327,"106":0.0056,"114":0.17369,_:"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 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.0056,"107":0.03362,"108":0.0056,"109":0.01681,"111":0.01121,"121":0.0056,"122":0.0056,"123":0.0056,"126":0.02802,"127":0.0056,"128":0.0056,"129":0.0056,"130":0.07844,"131":0.15128,"132":2.09552,"133":2.75107,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 110 112 113 114 115 116 117 118 119 120 124 125"},E:{"13":0.0056,"14":0.01681,"15":0.0056,_:"0 4 5 6 7 8 9 10 11 12 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.1 18.4","12.1":0.02241,"13.1":0.01681,"14.1":0.02241,"15.2-15.3":0.0056,"15.4":0.0056,"15.5":0.0056,"15.6":0.12887,"16.0":0.01121,"16.1":0.04482,"16.2":0.0056,"16.3":0.02802,"16.4":0.03362,"16.5":0.01681,"16.6":0.15688,"17.0":0.0056,"17.1":0.08965,"17.2":0.02241,"17.3":0.03922,"17.4":0.06724,"17.5":0.11206,"17.6":0.31377,"18.0":0.07284,"18.1":0.30256,"18.2":0.21852,"18.3":0.9413},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00216,"5.0-5.1":0.00108,"6.0-6.1":0.00649,"7.0-7.1":0.00541,"8.1-8.4":0,"9.0-9.2":0.00216,"9.3":0.01622,"10.0-10.2":0.00216,"10.3":0.02488,"11.0-11.2":0.08545,"11.3-11.4":0.00757,"12.0-12.1":0.00433,"12.2-12.5":0.11466,"13.0-13.1":0.00216,"13.2":0.00324,"13.3":0.00433,"13.4-13.7":0.01622,"14.0-14.4":0.03569,"14.5-14.8":0.04976,"15.0-15.1":0.02596,"15.2-15.3":0.02596,"15.4":0.03137,"15.5":0.03569,"15.6-15.8":0.4424,"16.0":0.06382,"16.1":0.13304,"16.2":0.06706,"16.3":0.12115,"16.4":0.02704,"16.5":0.05084,"16.6-16.7":0.52677,"17.0":0.03245,"17.1":0.05733,"17.2":0.04543,"17.3":0.06382,"17.4":0.13196,"17.5":0.31368,"17.6-17.7":1.03191,"18.0":0.30395,"18.1":2.79177,"18.2":0.89778,"18.3":3.19956,"18.4":0.00649},P:{"4":0.0208,"20":0.0104,"21":0.0208,"22":0.0208,"23":0.03119,"24":0.0208,"25":0.03119,"26":0.10398,"27":3.11933,"5.0-5.4":0.0104,_:"6.2-6.4 8.2 9.2 10.1 11.1-11.2 13.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.0104,"12.0":0.0104,"14.0":0.0104},I:{"0":0.01316,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00002},K:{"0":0.38254,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.00575,"10":0.00575,"11":0.20702,_:"6 7 9 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":29.79482},R:{_:"0"},M:{"0":0.43091},Q:{_:"14.9"},O:{"0":0.07475},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"26":0.0019,"34":0.0019,"39":0.0019,"43":0.0019,"45":0.0057,"49":0.0019,"56":0.0019,"70":0.0019,"72":0.0019,"79":0.0019,"84":0.0019,"88":0.0019,"98":0.0019,"102":0.0019,"103":0.0095,"111":0.0019,"114":0.0019,"115":0.13673,"117":0.0038,"121":0.0038,"126":0.0019,"127":0.0057,"128":0.0038,"129":0.0095,"130":0.0076,"131":0.02849,"132":0.39879,"133":0.03228,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 27 28 29 30 31 32 33 35 36 37 38 40 41 42 44 46 47 48 50 51 52 53 54 55 57 58 59 60 61 62 63 64 65 66 67 68 69 71 73 74 75 76 77 78 80 81 82 83 85 86 87 89 90 91 92 93 94 95 96 97 99 100 101 104 105 106 107 108 109 110 112 113 116 118 119 120 122 123 124 125 134 135 136 3.5 3.6"},D:{"11":0.0019,"28":0.0057,"40":0.0019,"43":0.0038,"47":0.0057,"49":0.0076,"50":0.0019,"51":0.02469,"53":0.0019,"57":0.0019,"58":0.1937,"59":0.0019,"60":0.0019,"63":0.0019,"65":0.0019,"66":0.0019,"69":0.0019,"70":0.01139,"71":0.0057,"72":0.0019,"73":0.0095,"74":0.0057,"75":0.09115,"77":0.0019,"78":0.0038,"79":0.04178,"80":0.0057,"81":0.0038,"83":0.01519,"85":0.0038,"86":0.01329,"87":0.02849,"88":0.01519,"89":0.0019,"90":0.01139,"91":0.01139,"92":0.01519,"93":0.0038,"94":0.01139,"95":0.0076,"96":0.0057,"97":0.0038,"98":0.01899,"99":0.0057,"100":0.0057,"101":0.0038,"102":0.01709,"103":0.03608,"104":0.02469,"105":0.01709,"106":0.0038,"107":0.0076,"108":0.01139,"109":2.17815,"110":0.01329,"111":0.0076,"112":0.0057,"114":0.0076,"115":0.0038,"116":0.01899,"117":0.0057,"118":0.01709,"119":0.01329,"120":0.05887,"121":0.01329,"122":0.02279,"123":0.07026,"124":0.08546,"125":0.02279,"126":0.05887,"127":0.03608,"128":0.08166,"129":0.44057,"130":5.21845,"131":3.72394,"133":0.0057,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 29 30 31 32 33 34 35 36 37 38 39 41 42 44 45 46 48 52 54 55 56 61 62 64 67 68 76 84 113 132 134"},F:{"21":0.0019,"46":0.0019,"79":0.0076,"80":0.0038,"83":0.0019,"84":0.0095,"85":0.03228,"86":0.0019,"88":0.0019,"95":0.08735,"97":0.0019,"109":0.0019,"110":0.0019,"112":0.0019,"113":0.11394,"114":0.68174,_:"9 11 12 15 16 17 18 19 20 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 81 82 87 89 90 91 92 93 94 96 98 99 100 101 102 103 104 105 106 107 108 111 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.0019,"15":0.0019,"16":0.0019,"18":0.0076,"83":0.0019,"84":0.0019,"89":0.0038,"90":0.0019,"92":0.04368,"100":0.0095,"101":0.0019,"108":0.0019,"109":0.03228,"110":0.0019,"114":0.0076,"116":0.0019,"117":0.0038,"119":0.0019,"120":0.0019,"121":0.0019,"122":0.01139,"124":0.01329,"125":0.0038,"126":0.01139,"127":0.0095,"128":0.02279,"129":0.10445,"130":1.25144,"131":0.91342,_:"12 13 17 79 80 81 85 86 87 88 91 93 94 95 96 97 98 99 102 103 104 105 106 107 111 112 113 115 118 123"},E:{"13":0.0019,"14":0.0019,_:"0 4 5 6 7 8 9 10 11 12 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.4 16.2","5.1":0.0057,"13.1":0.0019,"14.1":0.0038,"15.2-15.3":0.0019,"15.5":0.0038,"15.6":0.02469,"16.0":0.0019,"16.1":0.02659,"16.3":0.0038,"16.4":0.0019,"16.5":0.0038,"16.6":0.02089,"17.0":0.0019,"17.1":0.0019,"17.2":0.0019,"17.3":0.0038,"17.4":0.01329,"17.5":0.01899,"17.6":0.08925,"18.0":0.06457,"18.1":0.10065,"18.2":0.0076},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00083,"5.0-5.1":0,"6.0-6.1":0.00332,"7.0-7.1":0.00415,"8.1-8.4":0,"9.0-9.2":0.00332,"9.3":0.01162,"10.0-10.2":0.00249,"10.3":0.0191,"11.0-11.2":0.22417,"11.3-11.4":0.00581,"12.0-12.1":0.00332,"12.2-12.5":0.08718,"13.0-13.1":0.00166,"13.2":0.02242,"13.3":0.00332,"13.4-13.7":0.01245,"14.0-14.4":0.0274,"14.5-14.8":0.03902,"15.0-15.1":0.02242,"15.2-15.3":0.02076,"15.4":0.02491,"15.5":0.02906,"15.6-15.8":0.31134,"16.0":0.05895,"16.1":0.12454,"16.2":0.0631,"16.3":0.1071,"16.4":0.02159,"16.5":0.04317,"16.6-16.7":0.40848,"17.0":0.02989,"17.1":0.04982,"17.2":0.04151,"17.3":0.0631,"17.4":0.13533,"17.5":0.40433,"17.6-17.7":3.49286,"18.0":1.23873,"18.1":1.08846,"18.2":0.044},P:{"4":0.09095,"20":0.1718,"21":0.09095,"22":0.25265,"23":0.24255,"24":0.27286,"25":0.27286,"26":1.30368,"27":0.67711,_:"5.0-5.4 8.2","6.2-6.4":0.10106,"7.2-7.4":0.44467,"9.2":0.01011,"10.1":0.02021,"11.1-11.2":0.06064,"12.0":0.02021,"13.0":0.07074,"14.0":0.03032,"15.0":0.02021,"16.0":0.04042,"17.0":0.03032,"18.0":0.03032,"19.0":0.07074},I:{"0":0.09699,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00003,"4.4":0,"4.4.3-4.4.4":0.00013},A:{"8":0.00209,"9":0.00209,"11":0.01671,_:"6 7 10 5.5"},K:{"0":6.0007,_:"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.4455},H:{"0":0.05},L:{"0":62.84655},R:{_:"0"},M:{"0":0.081}};
1
+ module.exports={C:{"26":0.00185,"47":0.00185,"78":0.00185,"88":0.00185,"89":0.00185,"99":0.00185,"102":0.0037,"103":0.02218,"115":0.13121,"121":0.00554,"127":0.00554,"128":0.00924,"129":0.00554,"131":0.00185,"132":0.00185,"133":0.00924,"134":0.10903,"135":0.3234,"136":0.0037,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 90 91 92 93 94 95 96 97 98 100 101 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 122 123 124 125 126 130 137 138 3.5 3.6"},D:{"11":0.00185,"27":0.00185,"28":0.00185,"33":0.00185,"42":0.00185,"43":0.0037,"45":0.00185,"47":0.0037,"49":0.00185,"51":0.01478,"56":0.00924,"58":0.24209,"60":0.00185,"61":0.00185,"63":0.00554,"64":0.00739,"65":0.00185,"67":0.00739,"68":0.0037,"69":0.00185,"70":0.00739,"71":0.00185,"73":0.00924,"75":0.05914,"76":0.00185,"78":0.00185,"79":0.02957,"80":0.00185,"81":0.00554,"83":0.01294,"84":0.0037,"85":0.00185,"86":0.01848,"87":0.02402,"88":0.00554,"89":0.00185,"90":0.00924,"91":0.01294,"92":0.00185,"93":0.00554,"94":0.00924,"95":0.0037,"96":0.01109,"98":0.01663,"99":0.00554,"100":0.01663,"102":0.02402,"103":0.05544,"104":0.54886,"105":0.00185,"106":0.0037,"107":0.0037,"108":0.01478,"109":1.56156,"110":0.0037,"111":0.00554,"112":0.0037,"114":0.00554,"115":0.00185,"116":0.01109,"117":0.00185,"118":0.00924,"119":0.00739,"120":0.02957,"121":0.00739,"122":0.02033,"123":0.02772,"124":0.01478,"125":0.00739,"126":0.04066,"127":0.01478,"128":0.02402,"129":0.03142,"130":0.12197,"131":0.40102,"132":3.70339,"133":3.2377,"134":0.00185,"135":0.00185,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 29 30 31 32 34 35 36 37 38 39 40 41 44 46 48 50 52 53 54 55 57 59 62 66 72 74 77 97 101 113 136"},F:{"28":0.00185,"46":0.00554,"73":0.00185,"79":0.01663,"85":0.00739,"86":0.0037,"87":0.07022,"88":0.00185,"95":0.08686,"108":0.00185,"114":0.02218,_:"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 74 75 76 77 78 80 81 82 83 84 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00185,"17":0.00185,"18":0.00739,"84":0.0037,"89":0.00185,"90":0.00185,"92":0.02957,"100":0.02402,"109":0.04066,"111":0.00185,"114":0.00554,"115":0.00185,"120":0.0037,"121":0.00185,"122":0.00185,"124":0.00185,"125":0.00185,"126":0.0037,"127":0.00185,"128":0.0037,"129":0.00924,"130":0.06653,"131":0.06098,"132":0.77986,"133":1.14022,_:"13 14 15 16 79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 112 113 116 117 118 119 123"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 15.5 17.3 18.4","5.1":0.0037,"13.1":0.00185,"14.1":0.0037,"15.6":0.01478,"16.0":0.00185,"16.1":0.00739,"16.2":0.00185,"16.3":0.0037,"16.4":0.00185,"16.5":0.00185,"16.6":0.01663,"17.0":0.00185,"17.1":0.00185,"17.2":0.00185,"17.4":0.01478,"17.5":0.01109,"17.6":0.0887,"18.0":0.01663,"18.1":0.07946,"18.2":0.03696,"18.3":0.07577},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00192,"5.0-5.1":0.00096,"6.0-6.1":0.00577,"7.0-7.1":0.00481,"8.1-8.4":0,"9.0-9.2":0.00192,"9.3":0.01443,"10.0-10.2":0.00192,"10.3":0.02213,"11.0-11.2":0.076,"11.3-11.4":0.00673,"12.0-12.1":0.00385,"12.2-12.5":0.10198,"13.0-13.1":0.00192,"13.2":0.00289,"13.3":0.00385,"13.4-13.7":0.01443,"14.0-14.4":0.03175,"14.5-14.8":0.04425,"15.0-15.1":0.02309,"15.2-15.3":0.02309,"15.4":0.0279,"15.5":0.03175,"15.6-15.8":0.39348,"16.0":0.05676,"16.1":0.11833,"16.2":0.05965,"16.3":0.10775,"16.4":0.02405,"16.5":0.04522,"16.6-16.7":0.46852,"17.0":0.02886,"17.1":0.05099,"17.2":0.04041,"17.3":0.05676,"17.4":0.11737,"17.5":0.279,"17.6-17.7":0.9178,"18.0":0.27034,"18.1":2.48306,"18.2":0.7985,"18.3":2.84576,"18.4":0.00577},P:{"4":0.0406,"20":0.0203,"21":0.0812,"22":0.15224,"23":0.1218,"24":0.35524,"25":0.27404,"26":0.38569,"27":1.89799,"5.0-5.4":0.01015,"6.2-6.4":0.0406,"7.2-7.4":0.24359,_:"8.2 10.1","9.2":0.0203,"11.1-11.2":0.07105,"12.0":0.01015,"13.0":0.03045,"14.0":0.0406,"15.0":0.01015,"16.0":0.03045,"17.0":0.05075,"18.0":0.03045,"19.0":0.0406},I:{"0":0.03255,"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":6.50686,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00924,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":64.27268},R:{_:"0"},M:{"0":0.10599},Q:{_:"14.9"},O:{"0":0.37504},H:{"0":0.04}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.07356,"65":0.01839,"76":0.00368,"78":0.00736,"93":0.00368,"94":0.00368,"102":0.00368,"103":0.00368,"105":0.00368,"106":0.00368,"107":0.00368,"108":0.00368,"109":0.00736,"110":0.02575,"111":0.00368,"115":0.32734,"122":0.00368,"123":0.00368,"124":0.00368,"125":0.01471,"126":0.00368,"127":0.02575,"128":0.02942,"129":0.01471,"130":0.01471,"131":0.12505,"132":1.43442,"133":0.11034,_:"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 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 95 96 97 98 99 100 101 104 112 113 114 116 117 118 119 120 121 134 135 136 3.5 3.6"},D:{"11":0.00368,"29":0.00368,"38":0.00368,"43":0.00368,"47":0.00368,"48":0.00368,"49":0.02207,"50":0.00368,"55":0.00368,"56":0.02575,"58":0.11402,"63":0.00368,"65":0.00368,"66":0.00736,"67":0.01103,"68":0.01103,"69":0.00736,"70":0.00736,"72":0.01471,"73":0.02207,"74":0.00368,"75":0.01471,"76":0.00368,"77":0.00368,"78":0.00368,"79":0.13609,"80":0.00736,"81":0.01103,"83":0.16183,"84":0.00736,"85":0.01103,"86":0.01471,"87":0.13609,"88":0.02942,"89":0.00368,"90":0.00368,"91":0.01471,"92":0.00368,"93":0.01103,"94":0.05885,"95":0.02575,"96":0.00736,"97":0.00736,"98":0.01839,"99":0.00368,"100":0.00736,"101":0.01839,"102":0.01103,"103":0.04781,"104":0.02207,"105":0.02207,"106":0.06253,"107":0.05885,"108":0.06988,"109":2.65552,"110":0.08827,"111":0.04046,"112":0.04414,"113":0.01839,"114":0.02207,"115":0.00736,"116":0.16551,"117":0.00736,"118":0.02575,"119":0.09931,"120":0.07356,"121":0.04046,"122":0.0662,"123":0.06988,"124":0.2501,"125":0.06988,"126":0.1177,"127":0.12873,"128":0.23539,"129":0.73928,"130":12.21832,"131":7.87092,"132":0.02207,"133":0.00368,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 30 31 32 33 34 35 36 37 39 40 41 42 44 45 46 51 52 53 54 57 59 60 61 62 64 71 134"},F:{"28":0.00368,"40":0.00368,"46":0.00736,"79":0.00736,"84":0.00368,"85":0.00736,"92":0.00368,"94":0.00368,"95":0.07724,"96":0.00368,"101":0.00368,"102":0.00368,"105":0.00368,"108":0.00368,"111":0.00368,"112":0.00736,"113":0.0662,"114":1.69924,_:"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 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 86 87 88 89 90 91 93 97 98 99 100 103 104 106 107 109 110 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.00368,"18":0.00736,"89":0.00368,"92":0.03678,"100":0.00368,"103":0.00368,"106":0.00736,"107":0.00736,"108":0.01103,"109":0.04046,"110":0.00736,"111":0.00368,"112":0.00368,"113":0.00368,"114":0.00368,"116":0.00368,"117":0.00368,"118":0.00368,"120":0.00368,"121":0.00368,"122":0.00368,"124":0.00736,"125":0.00736,"126":0.00736,"127":0.01103,"128":0.02207,"129":0.12505,"130":1.82061,"131":1.19903,_:"12 13 15 16 17 79 80 81 83 84 85 86 87 88 90 91 93 94 95 96 97 98 99 101 102 104 105 115 119 123"},E:{"13":0.00368,"14":0.01103,_:"0 4 5 6 7 8 9 10 11 12 15 3.1 3.2 6.1 7.1 9.1 10.1 18.2","5.1":0.00368,"11.1":0.00368,"12.1":0.00368,"13.1":0.02942,"14.1":0.0331,"15.1":0.00368,"15.2-15.3":0.00736,"15.4":0.00368,"15.5":0.00368,"15.6":0.10298,"16.0":0.00736,"16.1":0.00736,"16.2":0.00368,"16.3":0.01103,"16.4":0.01103,"16.5":0.00736,"16.6":0.06253,"17.0":0.01103,"17.1":0.01471,"17.2":0.01471,"17.3":0.01471,"17.4":0.04414,"17.5":0.06253,"17.6":0.14712,"18.0":0.11402,"18.1":0.14344},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00078,"5.0-5.1":0,"6.0-6.1":0.00313,"7.0-7.1":0.00391,"8.1-8.4":0,"9.0-9.2":0.00313,"9.3":0.01094,"10.0-10.2":0.00234,"10.3":0.01797,"11.0-11.2":0.21098,"11.3-11.4":0.00547,"12.0-12.1":0.00313,"12.2-12.5":0.08205,"13.0-13.1":0.00156,"13.2":0.0211,"13.3":0.00313,"13.4-13.7":0.01172,"14.0-14.4":0.02579,"14.5-14.8":0.03673,"15.0-15.1":0.0211,"15.2-15.3":0.01953,"15.4":0.02344,"15.5":0.02735,"15.6-15.8":0.29302,"16.0":0.05548,"16.1":0.11721,"16.2":0.05939,"16.3":0.1008,"16.4":0.02032,"16.5":0.04063,"16.6-16.7":0.38445,"17.0":0.02813,"17.1":0.04688,"17.2":0.03907,"17.3":0.05939,"17.4":0.12737,"17.5":0.38054,"17.6-17.7":3.28735,"18.0":1.16585,"18.1":1.02441,"18.2":0.04141},P:{"4":0.45134,"20":0.02052,"21":0.09232,"22":0.06155,"23":0.06155,"24":0.08206,"25":0.15387,"26":1.2104,"27":0.89242,"5.0-5.4":0.04103,"6.2-6.4":0.14361,"7.2-7.4":0.23593,_:"8.2 10.1","9.2":0.01026,"11.1-11.2":0.02052,"12.0":0.01026,"13.0":0.03077,"14.0":0.02052,"15.0":0.01026,"16.0":0.02052,"17.0":0.03077,"18.0":0.01026,"19.0":0.03077},I:{"0":0.17663,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00005,"4.4":0,"4.4.3-4.4.4":0.00023},A:{"8":0.02033,"9":0.00407,"10":0.00407,"11":0.12602,_:"6 7 5.5"},K:{"0":0.30668,_:"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.10747},H:{"0":0.06},L:{"0":52.28042},R:{_:"0"},M:{"0":0.14541}};
1
+ module.exports={C:{"52":0.05955,"65":0.01051,"72":0.0035,"75":0.00701,"78":0.0035,"94":0.0035,"102":0.0035,"103":0.0035,"106":0.0035,"107":0.0035,"108":0.0035,"109":0.0035,"110":0.01051,"111":0.0035,"113":0.0035,"115":0.29075,"124":0.0035,"125":0.01051,"126":0.00701,"127":0.01752,"128":0.04904,"129":0.0035,"130":0.01752,"131":0.00701,"132":0.00701,"133":0.02102,"134":0.30126,"135":1.1665,"136":0.01051,_:"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 73 74 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 95 96 97 98 99 100 101 104 105 112 114 116 117 118 119 120 121 122 123 137 138 3.5 3.6"},D:{"11":0.0035,"38":0.0035,"43":0.0035,"47":0.0035,"48":0.0035,"49":0.02452,"50":0.01051,"55":0.0035,"56":0.01752,"58":0.10159,"63":0.0035,"65":0.00701,"66":0.0035,"67":0.01752,"68":0.01051,"69":0.00701,"70":0.01051,"71":0.0035,"72":0.01401,"73":0.03503,"74":0.0035,"75":0.01051,"76":0.0035,"77":0.0035,"78":0.0035,"79":0.08407,"80":0.0035,"81":0.02102,"83":0.08057,"84":0.00701,"85":0.02102,"86":0.01401,"87":0.09808,"88":0.00701,"89":0.0035,"90":0.0035,"91":0.01401,"92":0.0035,"93":0.00701,"94":0.03503,"95":0.02452,"96":0.02102,"97":0.00701,"98":0.02102,"99":0.00701,"100":0.00701,"101":0.01401,"102":0.0035,"103":0.04554,"104":0.08758,"105":0.01752,"106":0.06305,"107":0.06305,"108":0.07707,"109":1.92315,"110":0.07356,"111":0.04204,"112":0.04204,"113":0.01752,"114":0.02102,"115":0.00701,"116":0.14362,"117":0.01051,"118":0.02102,"119":0.09108,"120":0.06305,"121":0.01401,"122":0.05255,"123":0.04554,"124":0.17515,"125":0.04204,"126":0.05255,"127":0.05255,"128":0.09458,"129":0.08407,"130":0.09108,"131":1.23306,"132":9.55969,"133":9.6963,"134":0.02102,"135":0.00701,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 44 45 46 51 52 53 54 57 59 60 61 62 64 136"},F:{"40":0.0035,"46":0.0035,"79":0.0035,"83":0.0035,"85":0.0035,"86":0.00701,"87":0.01051,"91":0.0035,"92":0.0035,"94":0.0035,"95":0.05605,"102":0.0035,"105":0.0035,"111":0.0035,"113":0.0035,"114":0.09108,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 84 88 89 90 93 96 97 98 99 100 101 103 104 106 107 108 109 110 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.0035,"89":0.0035,"92":0.02802,"100":0.0035,"106":0.0035,"107":0.01051,"108":0.01051,"109":0.02802,"110":0.01051,"111":0.00701,"112":0.0035,"114":0.0035,"117":0.0035,"119":0.0035,"122":0.0035,"124":0.0035,"125":0.00701,"126":0.0035,"127":0.0035,"128":0.0035,"129":0.00701,"130":0.02102,"131":0.08057,"132":1.17351,"133":1.64641,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 90 91 93 94 95 96 97 98 99 101 102 103 104 105 113 115 116 118 120 121 123"},E:{"10":0.0035,"14":0.00701,"15":0.0035,_:"0 4 5 6 7 8 9 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 15.5 18.4","11.1":0.00701,"12.1":0.0035,"13.1":0.02452,"14.1":0.02102,"15.1":0.0035,"15.2-15.3":0.0035,"15.4":0.0035,"15.6":0.08057,"16.0":0.00701,"16.1":0.00701,"16.2":0.0035,"16.3":0.00701,"16.4":0.0035,"16.5":0.01752,"16.6":0.05955,"17.0":0.00701,"17.1":0.01401,"17.2":0.02452,"17.3":0.01051,"17.4":0.03853,"17.5":0.04904,"17.6":0.07707,"18.0":0.02802,"18.1":0.07356,"18.2":0.04204,"18.3":0.21719},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.00421,"7.0-7.1":0.00351,"8.1-8.4":0,"9.0-9.2":0.0014,"9.3":0.01053,"10.0-10.2":0.0014,"10.3":0.01614,"11.0-11.2":0.05543,"11.3-11.4":0.00491,"12.0-12.1":0.00281,"12.2-12.5":0.07438,"13.0-13.1":0.0014,"13.2":0.00211,"13.3":0.00281,"13.4-13.7":0.01053,"14.0-14.4":0.02316,"14.5-14.8":0.03228,"15.0-15.1":0.01684,"15.2-15.3":0.01684,"15.4":0.02035,"15.5":0.02316,"15.6-15.8":0.28699,"16.0":0.0414,"16.1":0.08631,"16.2":0.0435,"16.3":0.07859,"16.4":0.01754,"16.5":0.03298,"16.6-16.7":0.34172,"17.0":0.02105,"17.1":0.03719,"17.2":0.02947,"17.3":0.0414,"17.4":0.0856,"17.5":0.20349,"17.6-17.7":0.6694,"18.0":0.19717,"18.1":1.81103,"18.2":0.58239,"18.3":2.07556,"18.4":0.00421},P:{"4":0.33966,"20":0.01029,"21":0.08234,"22":0.05146,"23":0.04117,"24":0.06176,"25":0.07205,"26":0.16468,"27":1.61596,"5.0-5.4":0.04117,"6.2-6.4":0.09263,"7.2-7.4":0.18527,_:"8.2 9.2 10.1 14.0 15.0","11.1-11.2":0.01029,"12.0":0.01029,"13.0":0.02059,"16.0":0.01029,"17.0":0.02059,"18.0":0.01029,"19.0":0.02059},I:{"0":0.22046,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00004,"4.4":0,"4.4.3-4.4.4":0.00027},K:{"0":0.31135,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.01458,"9":0.00365,"10":0.00365,"11":0.23693,_:"6 7 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":56.06169},R:{_:"0"},M:{"0":0.13644},Q:{_:"14.9"},O:{"0":0.07796},H:{"0":0.02}};
@@ -1 +1 @@
1
- module.exports={C:{"2":0.00639,"9":0.00639,"10":0.00639,"12":0.00639,"13":0.00639,"15":0.00639,"20":0.00639,"21":0.00639,"24":0.00639,"29":0.00639,"31":0.00639,"34":0.00639,"35":0.00639,"36":0.00639,"38":0.01278,"39":0.01918,"40":0.02557,"41":0.00639,"43":0.00639,"52":0.00639,"60":0.00639,"67":0.05753,"68":0.05114,"72":0.06392,"75":0.26846,"78":0.86292,"82":0.03835,"106":0.15341,"107":0.00639,"108":0.11506,"115":0.33878,"116":0.00639,"119":0.00639,"120":0.00639,"121":0.00639,"122":0.00639,"125":0.07031,"126":0.00639,"128":0.14062,"130":1.39985,"131":0.07031,"132":2.29473,"133":0.2429,_:"3 4 5 6 7 8 11 14 16 17 18 19 22 23 25 26 27 28 30 32 33 37 42 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 61 62 63 64 65 66 69 70 71 73 74 76 77 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 109 110 111 112 113 114 117 118 123 124 127 129 134 135 136","3.5":0.00639,"3.6":0.01278},D:{"6":0.00639,"8":0.00639,"11":0.00639,"15":0.00639,"19":0.00639,"21":0.00639,"31":0.01918,"33":0.00639,"35":0.00639,"36":0.00639,"37":0.00639,"38":0.00639,"39":0.01278,"40":0.01278,"41":0.01918,"42":0.03196,"43":0.02557,"44":0.03835,"45":0.03196,"46":0.01918,"47":0.02557,"51":0.02557,"56":0.00639,"57":0.00639,"65":0.00639,"68":0.00639,"70":0.02557,"71":0.06392,"72":0.00639,"74":0.01278,"76":0.0831,"78":0.00639,"79":0.32599,"80":0.01278,"81":0.27486,"83":0.00639,"84":0.02557,"85":0.6392,"86":0.03835,"87":0.799,"96":0.00639,"98":0.05753,"99":0.01918,"102":0.00639,"103":1.47655,"104":0.00639,"105":0.23011,"106":0.00639,"107":0.62642,"108":0.21733,"109":0.49858,"110":0.31321,"111":0.20454,"112":0.19815,"113":0.00639,"114":0.01918,"115":0.00639,"116":1.68749,"117":0.04474,"118":0.00639,"119":0.00639,"120":0.01918,"121":0.01918,"122":0.0831,"123":0.01918,"124":1.55965,"125":0.01278,"126":0.08949,"127":0.0831,"128":0.30042,"129":0.99076,"130":9.65831,"131":5.58022,_:"4 5 7 9 10 12 13 14 16 17 18 20 22 23 24 25 26 27 28 29 30 32 34 48 49 50 52 53 54 55 58 59 60 61 62 63 64 66 67 69 73 75 77 88 89 90 91 92 93 94 95 97 100 101 132 133 134"},F:{"24":0.00639,"26":0.00639,"31":0.01278,"65":0.07031,"82":0.00639,"89":0.00639,"93":0.10227,"96":0.1598,"113":0.01278,"114":12.15758,_:"9 11 12 15 16 17 18 19 20 21 22 23 25 27 28 29 30 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 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 90 91 92 94 95 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":0.00639,"12.1":0.01278},B:{"12":0.00639,"17":0.00639,"18":0.05753,"86":0.01278,"107":0.00639,"108":0.01278,"109":0.14702,"110":0.13423,"123":0.05114,"128":0.05753,"129":0.09588,"130":2.69742,"131":1.94317,_:"13 14 15 16 79 80 81 83 84 85 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 111 112 113 114 115 116 117 118 119 120 121 122 124 125 126 127"},E:{"5":0.01278,"8":0.00639,"9":0.07031,"14":0.01278,_:"0 4 6 7 10 11 12 13 15 3.1 3.2 7.1 9.1 10.1 11.1 12.1","5.1":0.00639,"6.1":0.00639,"13.1":0.03835,"14.1":0.0831,"15.1":0.00639,"15.2-15.3":0.01278,"15.4":0.03196,"15.5":0.02557,"15.6":0.23011,"16.0":0.03196,"16.1":0.51775,"16.2":0.00639,"16.3":0.09588,"16.4":0.02557,"16.5":0.2429,"16.6":0.75426,"17.0":0.01918,"17.1":0.07031,"17.2":0.93962,"17.3":0.54332,"17.4":0.37074,"17.5":0.42187,"17.6":2.83166,"18.0":0.75426,"18.1":1.91121,"18.2":0.00639},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00196,"5.0-5.1":0,"6.0-6.1":0.00786,"7.0-7.1":0.00982,"8.1-8.4":0,"9.0-9.2":0.00786,"9.3":0.02749,"10.0-10.2":0.00589,"10.3":0.04517,"11.0-11.2":0.53024,"11.3-11.4":0.01375,"12.0-12.1":0.00786,"12.2-12.5":0.2062,"13.0-13.1":0.00393,"13.2":0.05302,"13.3":0.00786,"13.4-13.7":0.02946,"14.0-14.4":0.06481,"14.5-14.8":0.0923,"15.0-15.1":0.05302,"15.2-15.3":0.0491,"15.4":0.05892,"15.5":0.06873,"15.6-15.8":0.73644,"16.0":0.13943,"16.1":0.29458,"16.2":0.14925,"16.3":0.25333,"16.4":0.05106,"16.5":0.10212,"16.6-16.7":0.96621,"17.0":0.0707,"17.1":0.11783,"17.2":0.09819,"17.3":0.14925,"17.4":0.32011,"17.5":0.95639,"17.6-17.7":8.26185,"18.0":2.93004,"18.1":2.57459,"18.2":0.10408},P:{"4":0.03148,"20":0.01049,"23":0.01049,"24":0.50363,"26":0.51412,"27":0.70298,_:"21 22 25 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","5.0-5.4":0.01049,"6.2-6.4":0.04197},I:{"0":0.32761,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.0001,"4.4":0,"4.4.3-4.4.4":0.00043},A:{"6":0.01918,"7":0.01918,"8":0.27486,"9":0.03196,"10":0.05753,"11":0.30042,_:"5.5"},K:{"0":0.10102,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.01082,_:"3.0-3.1"},J:{_:"7 10"},Q:{_:"14.9"},O:{"0":0.07216},H:{"0":0},L:{"0":13.1915},R:{_:"0"},M:{"0":0.15514}};
1
+ module.exports={C:{"4":0.0067,"24":0.0067,"28":0.0067,"30":0.0067,"38":0.0067,"67":0.06695,"68":0.08704,"72":0.08034,"75":0.2678,"78":0.20085,"82":0.03348,"89":0.0067,"105":0.0067,"115":0.43518,"125":0.11382,"127":0.0067,"128":0.24102,"129":0.01339,"130":0.01339,"132":0.0067,"133":0.03348,"134":0.56908,"135":6.30669,_:"2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 25 26 27 29 31 32 33 34 35 36 37 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 69 70 71 73 74 76 77 79 80 81 83 84 85 86 87 88 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 126 131 136 137 138","3.5":0.0067,"3.6":0.01339},D:{"11":0.0067,"12":0.0067,"30":0.0067,"31":0.0067,"32":0.0067,"39":0.0067,"41":0.01339,"42":0.02009,"43":0.01339,"44":0.0067,"45":0.02678,"46":0.01339,"47":0.02678,"51":0.01339,"57":0.0067,"63":0.0067,"65":0.0067,"70":0.02009,"71":0.06026,"76":0.08034,"78":0.0067,"79":0.32806,"80":0.02009,"81":0.30128,"84":0.01339,"85":0.77662,"86":0.03348,"87":0.87035,"91":0.50882,"93":0.0067,"98":0.08704,"99":0.02678,"103":1.69384,"106":0.20085,"107":0.0067,"108":0.47535,"109":0.43518,"110":0.32806,"111":0.24772,"112":0.56238,"113":0.0067,"114":0.01339,"115":0.02678,"116":5.10159,"118":0.0067,"120":0.08034,"122":0.02009,"123":0.02009,"124":1.64028,"125":0.09373,"126":0.03348,"127":0.02009,"128":0.29458,"129":0.18077,"130":0.08704,"131":2.03528,"132":7.53857,"133":9.03156,"134":0.01339,_:"4 5 6 7 8 9 10 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 33 34 35 36 37 38 40 48 49 50 52 53 54 55 56 58 59 60 61 62 64 66 67 68 69 72 73 74 75 77 83 88 89 90 92 94 95 96 97 100 101 102 104 105 117 119 121 135 136"},F:{"12":0.0067,"65":0.05356,"112":0.06026,"114":0.04017,_:"9 11 15 16 17 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 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 113 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1","9.5-9.6":0.0067},B:{"12":0.0067,"18":0.06695,"86":0.0067,"90":0.0067,"98":0.01339,"99":0.01339,"106":0.0067,"109":0.02678,"112":0.0067,"115":0.0067,"123":0.02009,"129":0.0067,"131":0.20085,"132":2.0085,"133":3.6153,_:"13 14 15 16 17 79 80 81 83 84 85 87 88 89 91 92 93 94 95 96 97 100 101 102 103 104 105 107 108 110 111 113 114 116 117 118 119 120 121 122 124 125 126 127 128 130"},E:{"8":0.0067,"9":0.02678,"14":0.01339,_:"0 4 5 6 7 10 11 12 13 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 15.1 15.2-15.3 15.5 16.0 18.4","5.1":0.0067,"12.1":0.01339,"13.1":0.02678,"14.1":0.04687,"15.4":0.0067,"15.6":0.24102,"16.1":0.36823,"16.2":0.01339,"16.3":0.01339,"16.4":0.02678,"16.5":0.24102,"16.6":0.2745,"17.0":0.02009,"17.1":0.18746,"17.2":0.62933,"17.3":0.16068,"17.4":0.5356,"17.5":0.20085,"17.6":0.89713,"18.0":0.16068,"18.1":1.11807,"18.2":0.72976,"18.3":4.33167},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00351,"5.0-5.1":0.00176,"6.0-6.1":0.01053,"7.0-7.1":0.00878,"8.1-8.4":0,"9.0-9.2":0.00351,"9.3":0.02634,"10.0-10.2":0.00351,"10.3":0.04038,"11.0-11.2":0.1387,"11.3-11.4":0.01229,"12.0-12.1":0.00702,"12.2-12.5":0.18611,"13.0-13.1":0.00351,"13.2":0.00527,"13.3":0.00702,"13.4-13.7":0.02634,"14.0-14.4":0.05794,"14.5-14.8":0.08076,"15.0-15.1":0.04214,"15.2-15.3":0.04214,"15.4":0.05092,"15.5":0.05794,"15.6-15.8":0.7181,"16.0":0.10359,"16.1":0.21596,"16.2":0.10886,"16.3":0.19664,"16.4":0.04389,"16.5":0.08252,"16.6-16.7":0.85505,"17.0":0.05267,"17.1":0.09305,"17.2":0.07374,"17.3":0.10359,"17.4":0.2142,"17.5":0.50917,"17.6-17.7":1.67498,"18.0":0.49336,"18.1":4.53158,"18.2":1.45727,"18.3":5.1935,"18.4":0.01053},P:{"4":0.02123,"20":0.02123,"22":0.01061,"24":0.01061,"26":0.01061,"27":1.28415,_:"21 23 25 5.0-5.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0 19.0","6.2-6.4":0.02123,"7.2-7.4":0.01061,"17.0":0.01061},I:{"0":0.23411,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00005,"4.4":0,"4.4.3-4.4.4":0.00028},K:{"0":0.12546,_:"10 11 12 11.1 11.5 12.1"},A:{"7":0.01339,"8":0.1339,"9":0.03348,"10":0.04687,"11":0.07365,_:"6 5.5"},S:{"2.5":0.0033,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":14.14513},R:{_:"0"},M:{"0":0.22798},Q:{_:"14.9"},O:{"0":0.04956},H:{"0":0.01}};
@@ -1 +1 @@
1
- module.exports={C:{"50":0.0685,"51":0.0685,"52":0.09786,"53":0.0685,"55":0.06361,"56":0.137,"60":0.00489,"78":0.02936,"88":0.26422,"102":0.00489,"103":0.03425,"105":0.01468,"110":0.00979,"113":0.00979,"115":0.32294,"116":0.00489,"120":0.00489,"121":0.00489,"123":0.00489,"125":0.05872,"126":0.01957,"127":0.00979,"128":0.14679,"129":0.00489,"130":0.00979,"131":0.0685,"132":1.56087,"133":0.1419,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 54 57 58 59 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 89 90 91 92 93 94 95 96 97 98 99 100 101 104 106 107 108 109 111 112 114 117 118 119 122 124 134 135 136 3.5","3.6":0.00979},D:{"46":0.00489,"49":0.01468,"58":0.03914,"65":0.00979,"79":0.00979,"83":0.00489,"87":0.00489,"88":0.00489,"90":0.01468,"91":0.00489,"92":0.00489,"94":0.01957,"95":0.00489,"97":0.00489,"98":0.00979,"99":0.00489,"101":0.01468,"102":0.11743,"103":0.04893,"104":0.03914,"105":0.00979,"106":0.11254,"107":0.02447,"108":0.01468,"109":3.23427,"110":0.00979,"111":0.00489,"112":0.02447,"113":0.22019,"114":0.23976,"115":0.00489,"116":0.09786,"117":0.00489,"118":0.07829,"119":0.01468,"120":0.05382,"121":0.04404,"122":0.05382,"123":0.04893,"124":0.35719,"125":0.11254,"126":0.12722,"127":0.0734,"128":0.16636,"129":0.49909,"130":20.09555,"131":10.79396,"132":0.00979,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 50 51 52 53 54 55 56 57 59 60 61 62 63 64 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 84 85 86 89 93 96 100 133 134"},F:{"73":0.00489,"76":0.00489,"77":0.00979,"79":0.04893,"82":0.00489,"84":0.00489,"85":0.05872,"87":0.00489,"89":0.22997,"93":0.00979,"95":0.27401,"109":0.00489,"113":0.05382,"114":1.58533,_:"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 74 75 78 80 81 83 86 88 90 91 92 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.00489,"108":0.00489,"109":0.01468,"110":0.00489,"118":0.00489,"119":0.00489,"121":0.02447,"122":0.00489,"124":0.00489,"126":0.03914,"127":0.00489,"128":0.00979,"129":0.04893,"130":1.09114,"131":0.78288,_:"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 111 112 113 114 115 116 117 120 123 125"},E:{"14":0.00979,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1","5.1":0.00489,"13.1":0.01468,"14.1":0.02447,"15.1":0.00489,"15.2-15.3":0.00489,"15.4":0.00489,"15.5":0.00489,"15.6":0.05382,"16.0":0.00979,"16.1":0.01468,"16.2":0.00979,"16.3":0.01957,"16.4":0.01468,"16.5":0.01468,"16.6":0.0685,"17.0":0.00489,"17.1":0.02447,"17.2":0.01957,"17.3":0.00979,"17.4":0.07829,"17.5":0.06361,"17.6":0.29847,"18.0":0.39144,"18.1":0.19572,"18.2":0.00489},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0011,"5.0-5.1":0,"6.0-6.1":0.0044,"7.0-7.1":0.00549,"8.1-8.4":0,"9.0-9.2":0.0044,"9.3":0.01538,"10.0-10.2":0.0033,"10.3":0.02527,"11.0-11.2":0.29668,"11.3-11.4":0.00769,"12.0-12.1":0.0044,"12.2-12.5":0.11538,"13.0-13.1":0.0022,"13.2":0.02967,"13.3":0.0044,"13.4-13.7":0.01648,"14.0-14.4":0.03626,"14.5-14.8":0.05164,"15.0-15.1":0.02967,"15.2-15.3":0.02747,"15.4":0.03296,"15.5":0.03846,"15.6-15.8":0.41205,"16.0":0.07802,"16.1":0.16482,"16.2":0.08351,"16.3":0.14175,"16.4":0.02857,"16.5":0.05714,"16.6-16.7":0.54062,"17.0":0.03956,"17.1":0.06593,"17.2":0.05494,"17.3":0.08351,"17.4":0.17911,"17.5":0.53512,"17.6-17.7":4.6227,"18.0":1.63943,"18.1":1.44054,"18.2":0.05824},P:{"4":0.02069,"20":0.01034,"21":0.03103,"22":0.04138,"23":0.06206,"24":0.13447,"25":0.05172,"26":1.11716,"27":0.80684,_:"5.0-5.4 8.2 10.1 12.0 13.0 15.0","6.2-6.4":0.01034,"7.2-7.4":0.02069,"9.2":0.01034,"11.1-11.2":0.01034,"14.0":0.03103,"16.0":0.01034,"17.0":0.01034,"18.0":0.01034,"19.0":0.01034},I:{"0":0.02547,"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.0103,"9":0.00515,"11":0.08241,_:"6 7 10 5.5"},K:{"0":0.51081,_:"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.01532},O:{"0":0.13276},H:{"0":0.01},L:{"0":37.29416},R:{_:"0"},M:{"0":0.38806}};
1
+ module.exports={C:{"52":0.05618,"60":0.00468,"63":0.00936,"78":0.02809,"88":0.25283,"102":0.00468,"103":0.02341,"105":0.01405,"113":0.04214,"115":0.41202,"116":0.00936,"121":0.00468,"122":0.02341,"125":0.00468,"126":0.00468,"127":0.00468,"128":0.16387,"129":0.00468,"131":0.00468,"132":0.00468,"133":0.01873,"134":0.42606,"135":1.43269,"136":0.00468,_:"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 61 62 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 89 90 91 92 93 94 95 96 97 98 99 100 101 104 106 107 108 109 110 111 112 114 117 118 119 120 123 124 130 137 138 3.5 3.6"},D:{"11":0.00468,"41":0.00468,"43":0.00468,"44":0.00468,"46":0.00468,"49":0.00936,"51":0.00468,"53":0.00468,"58":0.00468,"70":0.00936,"77":0.00468,"79":0.01405,"80":0.00468,"83":0.00468,"87":0.01873,"88":0.00936,"90":0.01873,"91":0.00468,"92":0.00468,"93":0.00468,"94":0.02341,"95":0.00936,"96":0.00468,"97":0.01405,"98":0.00468,"99":0.00468,"100":0.00468,"101":0.02341,"102":0.17792,"103":0.03277,"104":0.70698,"106":0.12641,"107":0.03277,"108":0.02341,"109":3.54896,"110":0.00936,"111":0.00936,"112":0.01405,"113":0.56184,"114":0.54311,"115":0.00468,"116":0.21537,"118":0.07959,"119":0.00936,"120":0.06087,"121":0.05618,"122":0.04214,"123":0.2856,"124":0.37924,"125":0.04214,"126":0.08428,"127":0.04214,"128":0.08428,"129":0.20601,"130":0.07491,"131":1.13304,"132":12.86145,"133":11.69564,"134":0.00468,"135":0.00468,_:"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 42 45 47 48 50 52 54 55 56 57 59 60 61 62 63 64 65 66 67 68 69 71 72 73 74 75 76 78 81 84 85 86 89 105 117 136"},F:{"69":0.00468,"73":0.00936,"75":0.00936,"79":0.16855,"82":0.00936,"85":0.05618,"86":0.00468,"87":0.03277,"95":0.25283,"109":0.00468,"111":0.04214,"114":0.15451,_:"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 70 71 72 74 76 77 78 80 81 83 84 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 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.00468,"92":0.00936,"109":0.01405,"111":0.00468,"114":0.00468,"118":0.02341,"120":0.00468,"121":0.00936,"122":0.00468,"126":0.0515,"127":0.00936,"129":0.00468,"130":0.08428,"131":0.06555,"132":1.05813,"133":1.31096,_:"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 112 113 115 116 117 119 123 124 125 128"},E:{"14":0.01405,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 12.1 15.1 18.4","10.1":0.00468,"11.1":0.00468,"13.1":0.01405,"14.1":0.00468,"15.2-15.3":0.00468,"15.4":0.00468,"15.5":0.00468,"15.6":0.03746,"16.0":0.02341,"16.1":0.01405,"16.2":0.00468,"16.3":0.01873,"16.4":0.01405,"16.5":0.00468,"16.6":0.08428,"17.0":0.01405,"17.1":0.01405,"17.2":0.00936,"17.3":0.01405,"17.4":0.103,"17.5":0.07959,"17.6":0.14046,"18.0":0.06087,"18.1":0.14982,"18.2":0.27624,"18.3":0.36988},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00248,"5.0-5.1":0.00124,"6.0-6.1":0.00743,"7.0-7.1":0.00619,"8.1-8.4":0,"9.0-9.2":0.00248,"9.3":0.01858,"10.0-10.2":0.00248,"10.3":0.02849,"11.0-11.2":0.09785,"11.3-11.4":0.00867,"12.0-12.1":0.00495,"12.2-12.5":0.13129,"13.0-13.1":0.00248,"13.2":0.00372,"13.3":0.00495,"13.4-13.7":0.01858,"14.0-14.4":0.04087,"14.5-14.8":0.05697,"15.0-15.1":0.02973,"15.2-15.3":0.02973,"15.4":0.03592,"15.5":0.04087,"15.6-15.8":0.50657,"16.0":0.07308,"16.1":0.15234,"16.2":0.07679,"16.3":0.13872,"16.4":0.03096,"16.5":0.05821,"16.6-16.7":0.60318,"17.0":0.03716,"17.1":0.06564,"17.2":0.05202,"17.3":0.07308,"17.4":0.1511,"17.5":0.35918,"17.6-17.7":1.18159,"18.0":0.34804,"18.1":3.19673,"18.2":1.02801,"18.3":3.66367,"18.4":0.00743},P:{"4":0.10284,"20":0.01028,"21":0.02057,"22":0.03085,"23":0.06171,"24":0.05142,"25":0.08228,"26":0.17483,"27":1.85119,"5.0-5.4":0.01028,"6.2-6.4":0.01028,"7.2-7.4":0.03085,_:"8.2 10.1 11.1-11.2 12.0 13.0 15.0 16.0 18.0","9.2":0.01028,"14.0":0.01028,"17.0":0.02057,"19.0":0.01028},I:{"0":0.02123,"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.55966,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.00988,"9":0.00494,"11":0.16309,_:"6 7 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":38.19631},R:{_:"0"},M:{"0":0.33503},Q:{"14.9":0.00532},O:{"0":0.117},H:{"0":0.02}};
@@ -1 +1 @@
1
- module.exports={C:{"38":0.00294,"40":0.00294,"52":0.02643,"68":0.00294,"78":0.00587,"79":0.00294,"87":0.00294,"91":0.01175,"102":0.00294,"103":0.02056,"106":0.00294,"107":0.00294,"113":0.00294,"115":0.16154,"123":0.00294,"124":0.00587,"127":0.00881,"128":0.01469,"129":0.00587,"130":0.00294,"131":0.09986,"132":1.4685,"133":0.17622,"134":0.00294,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 69 70 71 72 73 74 75 76 77 80 81 82 83 84 85 86 88 89 90 92 93 94 95 96 97 98 99 100 101 104 105 108 109 110 111 112 114 116 117 118 119 120 121 122 125 126 135 136 3.5","3.6":0.00294},D:{"43":0.00587,"44":0.00294,"45":0.00294,"47":0.00294,"49":0.0235,"51":0.00294,"53":0.00294,"65":0.00294,"66":0.01469,"68":0.00294,"70":0.00294,"71":0.00294,"75":0.00881,"76":0.00294,"77":0.00587,"79":0.57272,"83":0.04112,"85":0.00587,"86":0.01175,"87":0.28783,"88":0.02937,"89":0.01762,"90":0.00881,"91":0.00587,"94":0.1028,"95":0.00294,"97":0.00587,"98":0.00587,"99":0.0235,"100":0.00587,"102":0.00881,"103":0.03524,"104":0.03524,"105":0.01175,"106":0.01469,"108":0.00587,"109":1.79157,"110":0.01469,"111":0.01175,"112":0.02056,"113":0.00294,"114":0.00881,"115":0.00881,"116":0.19972,"117":0.03818,"118":0.00294,"119":0.03818,"120":0.03524,"121":0.04699,"122":0.05287,"123":0.03818,"124":0.08224,"125":0.01762,"126":0.03818,"127":0.15566,"128":0.07636,"129":0.52866,"130":10.11797,"131":6.6993,"132":0.00294,_:"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 46 48 50 52 54 55 56 57 58 59 60 61 62 63 64 67 69 72 73 74 78 80 81 84 92 93 96 101 107 133 134"},F:{"31":0.00294,"36":0.00587,"40":0.02056,"46":0.04112,"68":0.8018,"85":0.00587,"95":0.02056,"110":0.00294,"113":0.06461,"114":1.22179,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 32 33 34 35 37 38 39 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 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 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"89":0.00294,"92":0.0235,"100":0.00294,"107":0.00294,"109":0.01762,"118":0.00294,"119":0.00294,"123":0.00294,"124":0.00587,"126":0.01762,"127":0.00294,"128":0.00294,"129":0.02056,"130":0.68138,"131":0.4523,_:"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 108 110 111 112 113 114 115 116 117 120 121 122 125"},E:{"9":0.00587,"14":0.02643,_:"0 4 5 6 7 8 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1","13.1":0.01469,"14.1":0.07343,"15.1":0.00294,"15.2-15.3":0.00587,"15.4":0.00587,"15.5":0.00294,"15.6":0.06755,"16.0":0.00294,"16.1":0.00881,"16.2":0.02056,"16.3":0.03231,"16.4":0.00881,"16.5":0.00294,"16.6":0.06755,"17.0":0.00294,"17.1":0.18503,"17.2":0.01469,"17.3":0.00587,"17.4":0.0235,"17.5":0.11161,"17.6":0.29957,"18.0":0.15272,"18.1":0.27314,"18.2":0.00587},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00161,"5.0-5.1":0,"6.0-6.1":0.00646,"7.0-7.1":0.00807,"8.1-8.4":0,"9.0-9.2":0.00646,"9.3":0.0226,"10.0-10.2":0.00484,"10.3":0.03714,"11.0-11.2":0.43594,"11.3-11.4":0.0113,"12.0-12.1":0.00646,"12.2-12.5":0.16953,"13.0-13.1":0.00323,"13.2":0.04359,"13.3":0.00646,"13.4-13.7":0.02422,"14.0-14.4":0.05328,"14.5-14.8":0.07589,"15.0-15.1":0.04359,"15.2-15.3":0.04037,"15.4":0.04844,"15.5":0.05651,"15.6-15.8":0.60548,"16.0":0.11464,"16.1":0.24219,"16.2":0.12271,"16.3":0.20828,"16.4":0.04198,"16.5":0.08396,"16.6-16.7":0.79438,"17.0":0.05813,"17.1":0.09688,"17.2":0.08073,"17.3":0.12271,"17.4":0.26318,"17.5":0.78631,"17.6-17.7":6.79263,"18.0":2.40899,"18.1":2.11674,"18.2":0.08557},P:{"4":0.47517,"20":0.07231,"21":0.09297,"22":0.33055,"23":0.24791,"24":0.08264,"25":0.09297,"26":2.39651,"27":2.16925,"5.0-5.4":0.03099,"6.2-6.4":0.13429,"7.2-7.4":0.16528,_:"8.2 9.2 12.0 14.0 15.0 16.0 18.0","10.1":0.05165,"11.1-11.2":0.05165,"13.0":0.03099,"17.0":0.01033,"19.0":0.04132},I:{"0":0.05638,"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.02056,"9":0.00294,"10":0.00294,"11":0.02056,_:"6 7 5.5"},K:{"0":0.12007,_:"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.01413},H:{"0":0},L:{"0":48.08048},R:{_:"0"},M:{"0":0.28252}};
1
+ module.exports={C:{"52":0.01385,"72":0.00277,"78":0.00554,"82":0.00277,"91":0.01939,"96":0.00277,"103":0.00554,"105":0.00554,"107":0.00277,"115":0.15789,"119":0.00277,"123":0.00277,"124":0.00554,"125":0.00277,"126":0.00277,"127":0.00831,"128":0.01108,"132":0.00554,"133":0.00554,"134":0.21052,"135":0.73959,"136":0.00277,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 79 80 81 83 84 85 86 87 88 89 90 92 93 94 95 97 98 99 100 101 102 104 106 108 109 110 111 112 113 114 116 117 118 120 121 122 129 130 131 137 138 3.5 3.6"},D:{"41":0.02493,"43":0.00277,"44":0.00277,"45":0.00277,"46":0.00277,"47":0.00554,"49":0.04709,"53":0.00277,"58":0.00277,"66":0.00277,"68":0.00277,"73":0.00277,"77":0.02493,"79":0.42104,"80":0.00277,"83":0.03324,"85":0.00554,"86":0.00554,"87":0.27977,"88":0.02216,"89":0.01108,"91":0.00554,"93":0.01385,"94":0.14127,"95":0.00277,"96":0.00277,"98":0.00554,"100":0.0277,"102":0.01662,"103":0.02216,"104":0.18559,"105":0.00831,"106":0.01939,"107":0.00277,"108":0.01108,"109":1.76172,"110":0.01385,"111":0.00831,"114":0.00831,"116":0.12742,"117":0.01385,"119":0.02216,"120":0.01108,"121":0.00831,"122":0.06371,"123":0.03047,"124":0.06371,"125":0.01385,"126":0.0831,"127":0.04432,"128":0.03601,"129":0.02493,"130":0.06925,"131":0.61494,"132":8.33493,"133":8.19643,"134":0.01662,"135":0.00277,_:"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 48 50 51 52 54 55 56 57 59 60 61 62 63 64 65 67 69 70 71 72 74 75 76 78 81 84 90 92 97 99 101 112 113 115 118 136"},F:{"28":0.00277,"36":0.00277,"40":0.00554,"46":0.05263,"68":0.3601,"79":0.00277,"86":0.00277,"87":0.01108,"95":0.01108,"102":0.00277,"114":0.03047,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 29 30 31 32 33 34 35 37 38 39 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 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 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.02493,"107":0.00554,"109":0.00277,"114":0.00277,"119":0.00277,"122":0.00277,"124":0.00831,"125":0.00277,"126":0.01108,"127":0.00277,"129":0.00277,"130":0.00554,"131":0.0277,"132":0.44043,"133":0.71466,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 108 110 111 112 113 115 116 117 118 120 121 123 128"},E:{"14":0.01385,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 18.4","13.1":0.01108,"14.1":0.03878,"15.1":0.00554,"15.2-15.3":0.00277,"15.4":0.00277,"15.5":0.00277,"15.6":0.05263,"16.0":0.00277,"16.1":0.01662,"16.2":0.00554,"16.3":0.01108,"16.4":0.00831,"16.5":0.00277,"16.6":0.06925,"17.0":0.00554,"17.1":0.02216,"17.2":0.01939,"17.3":0.00831,"17.4":0.05263,"17.5":0.1108,"17.6":0.22714,"18.0":0.01939,"18.1":0.11911,"18.2":0.07202,"18.3":0.35456},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00307,"5.0-5.1":0.00154,"6.0-6.1":0.00921,"7.0-7.1":0.00768,"8.1-8.4":0,"9.0-9.2":0.00307,"9.3":0.02303,"10.0-10.2":0.00307,"10.3":0.03531,"11.0-11.2":0.12128,"11.3-11.4":0.01075,"12.0-12.1":0.00614,"12.2-12.5":0.16272,"13.0-13.1":0.00307,"13.2":0.00461,"13.3":0.00614,"13.4-13.7":0.02303,"14.0-14.4":0.05066,"14.5-14.8":0.07062,"15.0-15.1":0.03684,"15.2-15.3":0.03684,"15.4":0.04452,"15.5":0.05066,"15.6-15.8":0.62787,"16.0":0.09057,"16.1":0.18882,"16.2":0.09518,"16.3":0.17194,"16.4":0.03838,"16.5":0.07215,"16.6-16.7":0.74761,"17.0":0.04605,"17.1":0.08136,"17.2":0.06448,"17.3":0.09057,"17.4":0.18729,"17.5":0.44519,"17.6-17.7":1.46452,"18.0":0.43137,"18.1":3.9622,"18.2":1.27417,"18.3":4.54095,"18.4":0.00921},P:{"4":0.32747,"20":0.04093,"21":0.04093,"22":0.11257,"23":0.17397,"24":0.1228,"25":0.07163,"26":0.25584,"27":4.1241,"5.0-5.4":0.0307,"6.2-6.4":0.20467,"7.2-7.4":0.2763,_:"8.2 9.2 12.0 13.0 14.0 15.0 16.0 18.0","10.1":0.05117,"11.1-11.2":0.0307,"17.0":0.0307,"19.0":0.02047},I:{"0":0.02887,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00003},K:{"0":0.28924,_:"10 11 12 11.1 11.5 12.1"},A:{"7":0.00277,"8":0.00831,"9":0.00277,"11":0.00831,_:"6 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":51.63981},R:{_:"0"},M:{"0":0.22416},Q:{_:"14.9"},O:{"0":0.02169},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"47":0.01314,"48":0.00328,"49":0.00328,"52":0.01314,"56":0.00328,"57":0.00328,"60":0.00328,"63":0.00328,"67":0.00328,"68":0.00328,"72":0.02299,"75":0.00328,"78":0.00985,"82":0.00328,"85":0.00328,"88":0.00328,"92":0.00328,"93":0.00328,"94":0.00328,"102":0.00328,"103":0.00328,"104":0.01642,"105":0.00328,"108":0.00328,"110":0.00328,"111":0.00657,"112":0.00328,"113":0.00985,"114":0.00328,"115":0.86698,"118":0.00328,"120":0.01314,"121":0.00328,"122":0.00657,"123":0.00985,"124":0.00657,"125":0.00985,"126":0.01642,"127":0.07225,"128":0.07225,"129":0.05254,"130":0.06568,"131":0.15763,"132":2.11818,"133":0.23316,"134":0.00657,_:"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 50 51 53 54 55 58 59 61 62 64 65 66 69 70 71 73 74 76 77 79 80 81 83 84 86 87 89 90 91 95 96 97 98 99 100 101 106 107 109 116 117 119 135 136 3.5 3.6"},D:{"11":0.07225,"32":0.00657,"37":0.00328,"42":0.00985,"43":0.01642,"44":0.00328,"46":0.00328,"49":0.00657,"50":0.00657,"51":0.00328,"56":0.00328,"58":0.01642,"59":0.00328,"60":0.00328,"64":0.00328,"65":0.00328,"67":0.00657,"68":0.00985,"70":0.00657,"71":0.00328,"72":0.00328,"73":0.00657,"74":0.00328,"76":0.00328,"77":0.00328,"79":0.01642,"80":0.01642,"81":0.09524,"83":0.00985,"85":0.00985,"86":0.01642,"87":0.02299,"88":0.03284,"89":0.00657,"90":0.0197,"91":0.01314,"92":0.00328,"93":0.01314,"94":0.01314,"95":0.02299,"96":0.00328,"97":0.00328,"99":0.01642,"100":0.00328,"101":0.02299,"102":0.00985,"103":0.03284,"104":0.00985,"105":0.00985,"106":0.02299,"107":0.00985,"108":0.04269,"109":2.79468,"110":0.00328,"112":0.01314,"113":0.00985,"114":0.04269,"115":0.02299,"116":0.05911,"117":0.01314,"118":0.03941,"119":0.06896,"120":0.0624,"121":0.02299,"122":0.0821,"123":0.04598,"124":0.0624,"125":0.03612,"126":0.10509,"127":0.22331,"128":0.32183,"129":0.48275,"130":8.24941,"131":5.94404,"133":0.00657,_:"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 33 34 35 36 38 39 40 41 45 47 48 52 53 54 55 57 61 62 63 66 69 75 78 84 98 111 132 134"},F:{"34":0.00328,"35":0.00328,"36":0.00328,"37":0.00328,"42":0.00328,"48":0.00328,"79":0.01642,"84":0.00328,"85":0.00985,"86":0.00328,"90":0.00657,"95":0.06568,"101":0.00328,"106":0.00657,"111":0.00328,"112":0.00657,"113":0.02299,"114":1.02789,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 38 39 40 41 43 44 45 46 47 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 87 88 89 91 92 93 94 96 97 98 99 100 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":0.00328},B:{"12":0.00657,"13":0.00328,"14":0.00328,"15":0.00657,"16":0.00328,"17":0.00657,"18":0.02627,"83":0.00328,"84":0.00328,"85":0.00328,"89":0.01314,"90":0.00657,"92":0.08538,"96":0.02627,"100":0.01314,"109":0.01314,"110":0.00328,"114":0.00657,"117":0.00985,"121":0.00328,"122":0.01642,"123":0.00657,"124":0.00657,"125":0.00328,"126":0.07553,"127":0.0197,"128":0.02956,"129":0.07882,"130":1.52378,"131":0.99177,_:"79 80 81 86 87 88 91 93 94 95 97 98 99 101 102 103 104 105 106 107 108 111 112 113 115 116 118 119 120"},E:{"12":0.00328,_:"0 4 5 6 7 8 9 10 11 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.4 17.0 17.3 18.2","11.1":0.00328,"12.1":0.00328,"13.1":0.0197,"14.1":0.00657,"15.6":0.0197,"16.2":0.00328,"16.3":0.00657,"16.5":0.00328,"16.6":0.03284,"17.1":0.00657,"17.2":0.00328,"17.4":0.00985,"17.5":0.02627,"17.6":0.11494,"18.0":0.04926,"18.1":0.09195},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00045,"5.0-5.1":0,"6.0-6.1":0.00181,"7.0-7.1":0.00226,"8.1-8.4":0,"9.0-9.2":0.00181,"9.3":0.00632,"10.0-10.2":0.00135,"10.3":0.01038,"11.0-11.2":0.12186,"11.3-11.4":0.00316,"12.0-12.1":0.00181,"12.2-12.5":0.04739,"13.0-13.1":0.0009,"13.2":0.01219,"13.3":0.00181,"13.4-13.7":0.00677,"14.0-14.4":0.01489,"14.5-14.8":0.02121,"15.0-15.1":0.01219,"15.2-15.3":0.01128,"15.4":0.01354,"15.5":0.0158,"15.6-15.8":0.16924,"16.0":0.03204,"16.1":0.0677,"16.2":0.0343,"16.3":0.05822,"16.4":0.01173,"16.5":0.02347,"16.6-16.7":0.22205,"17.0":0.01625,"17.1":0.02708,"17.2":0.02257,"17.3":0.0343,"17.4":0.07356,"17.5":0.21979,"17.6-17.7":1.89868,"18.0":0.67336,"18.1":0.59167,"18.2":0.02392},P:{"4":0.03224,"20":0.01075,"21":0.01075,"22":0.01075,"23":0.01075,"24":0.01075,"25":0.01075,"26":0.24715,"27":0.1182,"5.0-5.4":0.01075,_:"6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 16.0 18.0 19.0","7.2-7.4":0.02149,"15.0":0.02149,"17.0":0.02149},I:{"0":0.18763,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00006,"4.4":0,"4.4.3-4.4.4":0.00024},A:{"8":0.01139,"9":0.0038,"11":0.10632,_:"6 7 10 5.5"},K:{"0":1.36152,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.30222,_:"3.0-3.1"},J:{_:"7 10"},Q:{"14.9":0.01343},O:{"0":0.6716},H:{"0":0.66},L:{"0":63.04337},R:{_:"0"},M:{"0":0.26864}};
1
+ module.exports={C:{"7":0.00301,"44":0.00301,"45":0.00301,"47":0.00602,"48":0.00301,"52":0.02106,"56":0.00902,"67":0.00602,"68":0.00301,"72":0.01203,"75":0.01805,"78":0.02106,"82":0.00902,"88":0.01203,"89":0.00602,"93":0.00301,"94":0.00602,"98":0.00301,"99":0.00301,"101":0.00301,"102":0.00301,"104":0.01203,"105":0.00301,"106":0.00301,"108":0.00301,"110":0.00301,"111":0.00301,"112":0.00301,"113":0.05114,"115":0.75802,"118":0.00301,"120":0.01504,"121":0.00602,"122":0.00301,"123":0.00602,"125":0.01203,"126":0.00602,"127":0.0361,"128":0.06918,"129":0.02106,"130":0.01203,"131":0.00902,"132":0.01504,"133":0.04211,"134":0.52038,"135":1.60026,"136":0.02406,_:"2 3 4 5 6 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 46 49 50 51 53 54 55 57 58 59 60 61 62 63 64 65 66 69 70 71 73 74 76 77 79 80 81 83 84 85 86 87 90 91 92 95 96 97 100 103 107 109 114 116 117 119 124 137 138 3.5 3.6"},D:{"11":0.03309,"32":0.00602,"33":0.00301,"38":0.00301,"40":0.00301,"42":0.01203,"43":0.00902,"47":0.00301,"49":0.00902,"53":0.00301,"55":0.00301,"56":0.00301,"57":0.00602,"58":0.00602,"59":0.00301,"60":0.00602,"61":0.01203,"63":0.00602,"64":0.00301,"65":0.00602,"66":0.00301,"68":0.00902,"69":0.00301,"70":0.00902,"71":0.00602,"72":0.00301,"73":0.00602,"74":0.00301,"76":0.00301,"78":0.00301,"79":0.02707,"80":0.01203,"81":0.05715,"83":0.00902,"84":0.00301,"85":0.0391,"86":0.00902,"87":0.04211,"88":0.01504,"89":0.00602,"90":0.00602,"91":0.00301,"92":0.00301,"94":0.00902,"95":0.02707,"97":0.00301,"98":0.00301,"99":0.00602,"100":0.00602,"101":0.02406,"102":0.00902,"103":0.01504,"104":0.00602,"105":0.01504,"106":0.08122,"107":0.00301,"108":0.01504,"109":1.78675,"110":0.00902,"111":0.00602,"112":0.00602,"113":0.00301,"114":0.01203,"115":0.00602,"116":0.0391,"117":0.00602,"118":0.01504,"119":0.02106,"120":0.02707,"121":0.02406,"122":0.04211,"123":0.09626,"124":0.01504,"125":0.04813,"126":0.03008,"127":0.0391,"128":0.08122,"129":0.05715,"130":0.0752,"131":0.76704,"132":5.64602,"133":5.89267,"134":0.00902,"135":0.00902,_:"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 34 35 36 37 39 41 44 45 46 48 50 51 52 54 62 67 75 77 93 96 136"},F:{"36":0.01203,"44":0.00301,"64":0.00301,"65":0.00301,"79":0.01504,"82":0.00602,"84":0.00301,"85":0.00301,"86":0.00301,"87":0.10227,"90":0.00902,"95":0.04512,"106":0.00301,"111":0.00301,"112":0.00602,"114":0.01203,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 40 41 42 43 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 88 89 91 92 93 94 96 97 98 99 100 101 102 103 104 105 107 108 109 110 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6","12.1":0.00301},B:{"14":0.00301,"15":0.00301,"16":0.00301,"17":0.00602,"18":0.01203,"84":0.00301,"89":0.00301,"90":0.00301,"92":0.05715,"100":0.00602,"109":0.0391,"110":0.00301,"114":0.00602,"116":0.00301,"119":0.00301,"120":0.00301,"121":0.00301,"122":0.00602,"123":0.00301,"124":0.00301,"125":0.00301,"126":0.00902,"127":0.00301,"128":0.00602,"129":0.00602,"130":0.01203,"131":0.16845,"132":1.10394,"133":1.4649,_:"12 13 79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 111 112 113 115 117 118"},E:{"14":0.00301,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.1 15.2-15.3 15.4 15.5 16.0 16.2 16.4 16.5 18.4","12.1":0.00301,"13.1":0.00602,"14.1":0.00301,"15.6":0.02406,"16.1":0.00301,"16.3":0.01805,"16.6":0.1143,"17.0":0.00301,"17.1":0.00602,"17.2":0.00602,"17.3":0.00301,"17.4":0.00602,"17.5":0.02106,"17.6":0.02406,"18.0":0.00902,"18.1":0.02106,"18.2":0.03309,"18.3":0.08723},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00075,"5.0-5.1":0.00038,"6.0-6.1":0.00226,"7.0-7.1":0.00188,"8.1-8.4":0,"9.0-9.2":0.00075,"9.3":0.00565,"10.0-10.2":0.00075,"10.3":0.00867,"11.0-11.2":0.02977,"11.3-11.4":0.00264,"12.0-12.1":0.00151,"12.2-12.5":0.03994,"13.0-13.1":0.00075,"13.2":0.00113,"13.3":0.00151,"13.4-13.7":0.00565,"14.0-14.4":0.01243,"14.5-14.8":0.01733,"15.0-15.1":0.00904,"15.2-15.3":0.00904,"15.4":0.01093,"15.5":0.01243,"15.6-15.8":0.15412,"16.0":0.02223,"16.1":0.04635,"16.2":0.02336,"16.3":0.0422,"16.4":0.00942,"16.5":0.01771,"16.6-16.7":0.18351,"17.0":0.0113,"17.1":0.01997,"17.2":0.01583,"17.3":0.02223,"17.4":0.04597,"17.5":0.10928,"17.6-17.7":0.35948,"18.0":0.10588,"18.1":0.97256,"18.2":0.31276,"18.3":1.11462,"18.4":0.00226},P:{"4":0.07553,"22":0.02158,"23":0.02158,"24":0.01079,"25":0.01079,"26":0.03237,"27":0.29134,_:"20 21 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 16.0 17.0 18.0 19.0","7.2-7.4":0.02158,"15.0":0.01079},I:{"0":0.20931,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00004,"4.4":0,"4.4.3-4.4.4":0.00025},K:{"0":1.20562,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00902,_:"6 7 8 9 10 5.5"},S:{"2.5":0.40548,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":68.85791},R:{_:"0"},M:{"0":0.37751},Q:{"14.9":0.00699},O:{"0":0.51034},H:{"0":0.64}};
@@ -1 +1 @@
1
- module.exports={C:{"125":0.42012,"132":0.28008,"133":0.02334,_:"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 126 127 128 129 130 131 134 135 136 3.5 3.6"},D:{"76":0.02334,"79":0.014,"93":0.07002,"97":0.02334,"109":0.29408,"116":3.74374,"125":1.32104,"126":0.06068,"127":0.02334,"128":0.07002,"129":0.42012,"130":13.6679,"131":8.65914,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 77 78 80 81 83 84 85 86 87 88 89 90 91 92 94 95 96 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 117 118 119 120 121 122 123 124 132 133 134"},F:{"99":0.014,"114":0.28008,_:"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 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:{"109":0.014,"114":0.02334,"121":1.25102,"126":2.74945,"129":0.014,"130":3.45432,"131":1.05497,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 119 120 122 123 124 125 127 128"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.6 17.0 17.1 17.2 18.2","13.1":0.02334,"14.1":0.43412,"15.1":0.014,"15.6":0.09336,"16.5":0.29408,"17.3":0.03734,"17.4":0.04668,"17.5":1.11098,"17.6":0.85424,"18.0":0.02334,"18.1":0.3641},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00098,"5.0-5.1":0,"6.0-6.1":0.00393,"7.0-7.1":0.00492,"8.1-8.4":0,"9.0-9.2":0.00393,"9.3":0.01377,"10.0-10.2":0.00295,"10.3":0.02261,"11.0-11.2":0.26547,"11.3-11.4":0.00688,"12.0-12.1":0.00393,"12.2-12.5":0.10324,"13.0-13.1":0.00197,"13.2":0.02655,"13.3":0.00393,"13.4-13.7":0.01475,"14.0-14.4":0.03245,"14.5-14.8":0.04621,"15.0-15.1":0.02655,"15.2-15.3":0.02458,"15.4":0.0295,"15.5":0.03441,"15.6-15.8":0.36871,"16.0":0.06981,"16.1":0.14748,"16.2":0.07472,"16.3":0.12684,"16.4":0.02556,"16.5":0.05113,"16.6-16.7":0.48374,"17.0":0.0354,"17.1":0.05899,"17.2":0.04916,"17.3":0.07472,"17.4":0.16026,"17.5":0.47883,"17.6-17.7":4.13641,"18.0":1.46697,"18.1":1.289,"18.2":0.05211},P:{"26":1.47941,"27":0.07142,_:"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 14.0 15.0 16.0 17.0 18.0 19.0","13.0":0.33669},I:{"0":0.13301,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00004,"4.4":0,"4.4.3-4.4.4":0.00017},A:{"11":0.16805,_:"6 7 8 9 10 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":0.03732},O:{"0":0.03732},H:{"0":0},L:{"0":45.43044},R:{_:"0"},M:{"0":0.3839}};
1
+ module.exports={C:{"115":0.01205,"127":0.16876,"128":0.04822,"129":0.02411,"134":0.16876,"135":0.65694,_:"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 130 131 132 133 136 137 138 3.5 3.6"},D:{"56":0.01205,"97":0.08438,"103":0.01205,"104":0.01205,"109":0.03616,"116":3.26061,"126":0.03616,"127":0.02411,"129":0.13259,"130":0.04822,"131":0.97035,"132":13.67526,"133":21.5405,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 57 58 59 60 61 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 98 99 100 101 102 105 106 107 108 110 111 112 113 114 115 117 118 119 120 121 122 123 124 125 128 134 135 136"},F:{_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"107":0.02411,"109":0.01205,"113":0.01205,"126":1.71167,"130":3.12199,"131":0.02411,"132":5.76181,"133":1.82618,_:"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 108 110 111 112 114 115 116 117 118 119 120 121 122 123 124 125 127 128 129"},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.5 15.6 16.0 16.2 16.4 17.2 17.3 17.4 18.4","13.1":0.02411,"15.4":0.04822,"16.1":0.01205,"16.3":0.01205,"16.5":0.13259,"16.6":0.03616,"17.0":0.20492,"17.1":0.02411,"17.5":1.21745,"17.6":0.84981,"18.0":1.00651,"18.1":0.27724,"18.2":0.01205,"18.3":0.42792},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00168,"5.0-5.1":0.00084,"6.0-6.1":0.00503,"7.0-7.1":0.00419,"8.1-8.4":0,"9.0-9.2":0.00168,"9.3":0.01258,"10.0-10.2":0.00168,"10.3":0.01929,"11.0-11.2":0.06627,"11.3-11.4":0.00587,"12.0-12.1":0.00336,"12.2-12.5":0.08892,"13.0-13.1":0.00168,"13.2":0.00252,"13.3":0.00336,"13.4-13.7":0.01258,"14.0-14.4":0.02768,"14.5-14.8":0.03859,"15.0-15.1":0.02013,"15.2-15.3":0.02013,"15.4":0.02433,"15.5":0.02768,"15.6-15.8":0.34311,"16.0":0.0495,"16.1":0.10319,"16.2":0.05201,"16.3":0.09396,"16.4":0.02097,"16.5":0.03943,"16.6-16.7":0.40855,"17.0":0.02517,"17.1":0.04446,"17.2":0.03523,"17.3":0.0495,"17.4":0.10235,"17.5":0.24328,"17.6-17.7":0.80032,"18.0":0.23573,"18.1":2.16523,"18.2":0.6963,"18.3":2.4815,"18.4":0.00503},P:{"26":0.03921,"27":0.10783,_:"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.13485,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00003,"4.4":0,"4.4.3-4.4.4":0.00016},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":32.54916},R:{_:"0"},M:{"0":0.04769},Q:{_:"14.9"},O:{"0":0.28613},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"44":0.00305,"48":0.00915,"51":0.00305,"52":0.06407,"65":0.00305,"68":0.00305,"77":0.00305,"78":0.00915,"88":0.00305,"89":0.00305,"105":0.00305,"107":0.0061,"108":0.0061,"109":0.02746,"110":0.00305,"111":0.00305,"113":0.00305,"115":0.42409,"117":0.00305,"118":0.0061,"123":0.00305,"127":0.00915,"128":0.02441,"129":0.00305,"130":0.00305,"131":0.11289,"132":1.63534,"133":0.20137,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 45 46 47 49 50 53 54 55 56 57 58 59 60 61 62 63 64 66 67 69 70 71 72 73 74 75 76 79 80 81 82 83 84 85 86 87 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 106 112 114 116 119 120 121 122 124 125 126 134 135 136 3.5 3.6"},D:{"38":0.00305,"43":0.00305,"44":0.00305,"45":0.00305,"46":0.00305,"47":0.00305,"49":0.01831,"51":0.00305,"52":0.00305,"53":0.0122,"56":0.00305,"65":0.0061,"66":0.00305,"68":0.00305,"69":0.00305,"70":0.00305,"72":0.0061,"73":0.01526,"75":0.00305,"79":0.24713,"81":0.01526,"83":0.03661,"84":0.00305,"86":0.00305,"87":0.1556,"88":0.0122,"89":0.00305,"90":0.00305,"91":0.02136,"92":0.00305,"93":0.00305,"94":0.05492,"95":0.01831,"96":0.00305,"97":0.0122,"98":0.00305,"99":0.00305,"100":0.00305,"102":0.01526,"103":0.0122,"104":0.00305,"105":0.0061,"106":0.06102,"107":0.02746,"108":0.07017,"109":2.78251,"110":0.01526,"111":0.03661,"112":0.06102,"113":0.00305,"114":0.01831,"116":0.10373,"117":0.00305,"118":0.0122,"119":0.01831,"120":0.01526,"121":0.03051,"122":0.10984,"123":0.03051,"124":0.08238,"125":0.03051,"126":0.04577,"127":0.05187,"128":0.11899,"129":0.50647,"130":11.21243,"131":7.08137,"132":0.00305,"133":0.00305,_:"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 48 50 54 55 57 58 59 60 61 62 63 64 67 71 74 76 77 78 80 85 101 115 134"},F:{"36":0.00305,"40":0.00915,"46":0.03661,"85":0.06712,"94":0.0061,"95":0.07322,"109":0.00305,"113":0.03356,"114":0.79631,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 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 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:{"14":0.01831,"92":0.00305,"103":0.00305,"105":0.00305,"106":0.00915,"108":0.00305,"109":0.01526,"110":0.0122,"115":0.00305,"121":0.00305,"123":0.00305,"125":0.00305,"126":0.00915,"127":0.00305,"128":0.0061,"129":0.03051,"130":0.98242,"131":0.67732,_:"12 13 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 104 107 111 112 113 114 116 117 118 119 120 122 124"},E:{"9":0.00305,"14":0.00305,_:"0 4 5 6 7 8 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.2-15.3 15.4 15.5","13.1":0.01831,"14.1":0.02136,"15.1":0.00305,"15.6":0.03356,"16.0":0.0061,"16.1":0.00915,"16.2":0.00305,"16.3":0.00915,"16.4":0.00305,"16.5":0.00305,"16.6":0.06712,"17.0":0.0061,"17.1":0.00915,"17.2":0.0122,"17.3":0.0122,"17.4":0.02441,"17.5":0.03966,"17.6":0.1434,"18.0":0.06407,"18.1":0.10984,"18.2":0.0061},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00146,"5.0-5.1":0,"6.0-6.1":0.00585,"7.0-7.1":0.00731,"8.1-8.4":0,"9.0-9.2":0.00585,"9.3":0.02048,"10.0-10.2":0.00439,"10.3":0.03365,"11.0-11.2":0.395,"11.3-11.4":0.01024,"12.0-12.1":0.00585,"12.2-12.5":0.15361,"13.0-13.1":0.00293,"13.2":0.0395,"13.3":0.00585,"13.4-13.7":0.02194,"14.0-14.4":0.04828,"14.5-14.8":0.06876,"15.0-15.1":0.0395,"15.2-15.3":0.03657,"15.4":0.04389,"15.5":0.0512,"15.6-15.8":0.54862,"16.0":0.10387,"16.1":0.21945,"16.2":0.11119,"16.3":0.18872,"16.4":0.03804,"16.5":0.07607,"16.6-16.7":0.71978,"17.0":0.05267,"17.1":0.08778,"17.2":0.07315,"17.3":0.11119,"17.4":0.23846,"17.5":0.71247,"17.6-17.7":6.15474,"18.0":2.18276,"18.1":1.91796,"18.2":0.07754},P:{"4":0.31603,"20":0.04078,"21":0.04078,"22":0.07136,"23":0.05097,"24":0.04078,"25":0.05097,"26":1.56997,"27":1.27433,"5.0-5.4":0.11214,"6.2-6.4":0.06117,_:"7.2-7.4 8.2 9.2 10.1 12.0 15.0 17.0","11.1-11.2":0.01019,"13.0":0.01019,"14.0":0.01019,"16.0":0.01019,"18.0":0.01019,"19.0":0.01019},I:{"0":0.03467,"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.0122,"9":0.00305,"10":0.00305,"11":0.01526,_:"6 7 5.5"},K:{"0":0.25715,_:"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.02085},H:{"0":0},L:{"0":51.52248},R:{_:"0"},M:{"0":0.2224}};
1
+ module.exports={C:{"48":0.01493,"51":0.00299,"52":0.03285,"78":0.00299,"85":0.00299,"87":0.00299,"88":0.00597,"95":0.01493,"105":0.01792,"106":0.00597,"108":0.00597,"110":0.01493,"111":0.00299,"115":0.30756,"118":0.00299,"127":0.00299,"128":0.02687,"129":0.00299,"131":0.00299,"132":0.01493,"133":0.01493,"134":0.37325,"135":1.22426,_:"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 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 86 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 107 109 112 113 114 116 117 119 120 121 122 123 124 125 126 130 136 137 138 3.5 3.6"},D:{"47":0.00299,"49":0.00597,"53":0.00299,"55":0.00299,"58":0.00299,"62":0.00299,"64":0.00597,"66":0.00299,"68":0.01493,"69":0.01194,"71":0.00299,"72":0.00299,"73":0.00896,"75":0.00299,"78":0.00299,"79":0.15527,"83":0.05673,"84":0.00299,"86":0.00896,"87":0.1075,"88":0.00896,"91":0.00896,"93":0.02389,"94":0.0418,"95":0.02986,"96":0.00299,"97":0.00896,"98":0.00597,"100":0.00299,"101":0.00597,"102":0.00299,"103":0.03583,"104":0.00896,"105":0.00299,"106":0.03583,"107":0.04778,"108":0.05076,"109":2.15589,"110":0.01493,"111":0.04778,"112":0.02687,"113":0.00299,"114":0.02687,"116":0.08659,"117":0.00299,"118":0.00896,"119":0.01493,"120":0.01194,"121":0.02389,"122":0.06271,"123":0.01792,"124":0.02986,"125":0.02986,"126":0.02389,"127":0.01493,"128":0.04778,"129":0.01792,"130":0.03285,"131":0.61512,"132":7.88005,"133":11.34083,"134":0.00597,_:"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 54 56 57 59 60 61 63 65 67 70 74 76 77 80 81 85 89 90 92 99 115 135 136"},F:{"36":0.00299,"46":0.04479,"87":0.00299,"92":0.00299,"93":0.01194,"95":0.05076,"102":0.00299,"114":0.07764,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 88 89 90 91 94 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00299,"92":0.00299,"106":0.00597,"108":0.00299,"109":0.02687,"110":0.00299,"115":0.00299,"122":0.00299,"125":0.00299,"129":0.00299,"130":0.00299,"131":0.04479,"132":0.66289,"133":0.854,_:"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 107 111 112 113 114 116 117 118 119 120 121 123 124 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 15.1 15.2-15.3 15.4 16.4 17.2 18.4","13.1":0.00299,"14.1":0.00299,"15.5":0.00597,"15.6":0.02687,"16.0":0.00597,"16.1":0.00597,"16.2":0.00299,"16.3":0.00597,"16.5":0.00299,"16.6":0.04479,"17.0":0.00299,"17.1":0.01493,"17.3":0.00299,"17.4":0.01194,"17.5":0.02687,"17.6":0.05673,"18.0":0.0209,"18.1":0.05375,"18.2":0.03285,"18.3":0.17319},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00318,"5.0-5.1":0.00159,"6.0-6.1":0.00953,"7.0-7.1":0.00794,"8.1-8.4":0,"9.0-9.2":0.00318,"9.3":0.02383,"10.0-10.2":0.00318,"10.3":0.03654,"11.0-11.2":0.12551,"11.3-11.4":0.01112,"12.0-12.1":0.00635,"12.2-12.5":0.1684,"13.0-13.1":0.00318,"13.2":0.00477,"13.3":0.00635,"13.4-13.7":0.02383,"14.0-14.4":0.05243,"14.5-14.8":0.07308,"15.0-15.1":0.03813,"15.2-15.3":0.03813,"15.4":0.04607,"15.5":0.05243,"15.6-15.8":0.64977,"16.0":0.09373,"16.1":0.19541,"16.2":0.0985,"16.3":0.17793,"16.4":0.03972,"16.5":0.07467,"16.6-16.7":0.77368,"17.0":0.04766,"17.1":0.0842,"17.2":0.06672,"17.3":0.09373,"17.4":0.19382,"17.5":0.46071,"17.6-17.7":1.51559,"18.0":0.44642,"18.1":4.10036,"18.2":1.3186,"18.3":4.69929,"18.4":0.00953},P:{"4":0.17132,"20":0.02016,"21":0.03023,"22":0.04031,"23":0.04031,"24":0.03023,"25":0.04031,"26":0.08062,"27":2.11635,"5.0-5.4":0.08062,"6.2-6.4":0.01008,"7.2-7.4":0.08062,_:"8.2 9.2 10.1 12.0 14.0 15.0 18.0","11.1-11.2":0.01008,"13.0":0.01008,"16.0":0.01008,"17.0":0.01008,"19.0":0.01008},I:{"0":0.028,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00003},K:{"0":0.16834,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.00597,"11":0.01792,_:"6 7 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":52.10987},R:{_:"0"},M:{"0":0.12625},Q:{_:"14.9"},O:{"0":0.00701},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"68":0.00117,"69":0.00117,"72":0.00117,"78":0.00235,"94":0.00117,"115":0.0317,"118":0.00117,"122":0.00117,"127":0.00704,"128":0.00939,"129":0.00117,"130":0.00235,"131":0.02231,"132":0.49543,"133":0.0634,_:"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 70 71 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 119 120 121 123 124 125 126 134 135 136 3.5 3.6"},D:{"11":0.00117,"38":0.00117,"58":0.00117,"62":0.00117,"65":0.00117,"68":0.00117,"70":0.00235,"72":0.00352,"73":0.00235,"75":0.00117,"79":0.01409,"81":0.00235,"83":0.27002,"86":0.00235,"87":0.02113,"88":0.0047,"92":0.01291,"94":0.00117,"98":0.00587,"99":0.00235,"103":0.01526,"104":0.00117,"106":0.00117,"107":0.00822,"109":0.18432,"110":0.00235,"111":0.00117,"114":0.00704,"115":0.00117,"116":0.02113,"117":0.00117,"118":0.00352,"119":0.00822,"120":0.00235,"121":0.00117,"122":0.01526,"123":0.02231,"124":0.13618,"125":0.00822,"126":0.0047,"127":0.0047,"128":0.02818,"129":0.07396,"130":2.19773,"131":1.85492,"132":0.00117,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 59 60 61 63 64 66 67 69 71 74 76 77 78 80 84 85 89 90 91 93 95 96 97 100 101 102 105 108 112 113 133 134"},F:{"79":0.00235,"85":0.00117,"95":0.0047,"113":0.00117,"114":0.1444,_:"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 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.00117,"13":0.0047,"16":0.00117,"17":0.0047,"18":0.00587,"84":0.00117,"89":0.00117,"90":0.00352,"92":0.01526,"100":0.00235,"108":0.00117,"109":0.03405,"120":0.0047,"121":0.01409,"122":0.01644,"124":0.00117,"125":0.01526,"126":0.00704,"127":0.01057,"128":0.00822,"129":0.01644,"130":0.80419,"131":0.77367,_:"14 15 79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 110 111 112 113 114 115 116 117 118 119 123"},E:{"14":0.00117,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 6.1 7.1 9.1 10.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 18.2","5.1":0.00117,"11.1":0.00117,"12.1":0.00117,"13.1":0.01878,"14.1":0.00235,"15.6":0.01057,"16.5":0.00117,"16.6":0.00822,"17.0":0.00117,"17.1":0.00117,"17.2":0.08922,"17.3":0.00117,"17.4":0.00352,"17.5":0.00117,"17.6":0.02113,"18.0":0.01174,"18.1":0.03757},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00149,"5.0-5.1":0,"6.0-6.1":0.00594,"7.0-7.1":0.00743,"8.1-8.4":0,"9.0-9.2":0.00594,"9.3":0.0208,"10.0-10.2":0.00446,"10.3":0.03416,"11.0-11.2":0.40106,"11.3-11.4":0.0104,"12.0-12.1":0.00594,"12.2-12.5":0.15597,"13.0-13.1":0.00297,"13.2":0.04011,"13.3":0.00594,"13.4-13.7":0.02228,"14.0-14.4":0.04902,"14.5-14.8":0.06981,"15.0-15.1":0.04011,"15.2-15.3":0.03714,"15.4":0.04456,"15.5":0.05199,"15.6-15.8":0.55703,"16.0":0.10546,"16.1":0.22281,"16.2":0.11289,"16.3":0.19162,"16.4":0.03862,"16.5":0.07724,"16.6-16.7":0.73082,"17.0":0.05347,"17.1":0.08912,"17.2":0.07427,"17.3":0.11289,"17.4":0.24212,"17.5":0.7234,"17.6-17.7":6.24914,"18.0":2.21624,"18.1":1.94738,"18.2":0.07873},P:{"4":0.10157,"21":0.02031,"22":0.13204,"23":0.0711,"24":0.17267,"25":0.25393,"26":0.59928,"27":0.17267,_:"20 5.0-5.4 6.2-6.4 8.2 10.1 12.0 15.0 18.0","7.2-7.4":0.16252,"9.2":0.02031,"11.1-11.2":0.01016,"13.0":0.01016,"14.0":0.02031,"16.0":0.02031,"17.0":0.01016,"19.0":0.04063},I:{"0":0.04403,"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.17417,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.09709,_:"3.0-3.1"},J:{_:"7 10"},Q:{_:"14.9"},O:{"0":0.11474},H:{"0":0.02},L:{"0":74.62029},R:{_:"0"},M:{"0":0.07943}};
1
+ module.exports={C:{"92":0.00162,"115":0.09373,"127":0.00162,"128":0.00808,"132":0.00162,"133":0.00323,"134":0.09696,"135":0.75467,"136":0.00808,_:"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 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 131 137 138 3.5 3.6"},D:{"38":0.00162,"49":0.00162,"55":0.00646,"58":0.00162,"65":0.00485,"70":0.00323,"71":0.00162,"72":0.00162,"73":0.00162,"74":0.00162,"75":0.00162,"79":0.0097,"80":0.00162,"83":0.00162,"84":0.00162,"86":0.00162,"87":0.02101,"89":0.00162,"92":0.00162,"93":0.00323,"94":0.00162,"98":0.01131,"99":0.00162,"103":0.02747,"104":0.00162,"105":0.00162,"106":0.00162,"107":0.10019,"108":0.00162,"109":0.60277,"110":0.00162,"111":0.00323,"113":0.00162,"114":0.00323,"116":0.02909,"118":0.00808,"119":0.01616,"120":0.00162,"122":0.00646,"123":0.01454,"124":0.09211,"125":0.05333,"126":0.01131,"127":0.00162,"128":0.0097,"129":0.00162,"130":0.00323,"131":0.10666,"132":3.01384,"133":1.7776,"134":0.00485,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 43 44 45 46 47 48 50 51 52 53 54 56 57 59 60 61 62 63 64 66 67 68 69 76 77 78 81 85 88 90 91 95 96 97 100 101 102 112 115 117 121 135 136"},F:{"62":0.00162,"84":0.00162,"87":0.00323,"95":0.02424,"114":0.00162,_:"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 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 85 86 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00162,"18":0.00485,"84":0.00162,"89":0.00162,"90":0.00162,"92":0.01131,"100":0.00162,"109":0.03717,"120":0.00323,"121":0.00162,"122":0.02586,"124":0.00162,"125":0.02586,"126":0.00808,"127":0.00162,"128":0.00162,"129":0.00485,"130":0.00323,"131":0.06626,"132":0.82739,"133":1.75013,_:"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 107 108 110 111 112 113 114 115 116 117 118 119 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 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.4 18.4","11.1":0.00162,"12.1":0.00485,"13.1":0.01939,"14.1":0.00162,"15.6":0.0711,"16.6":0.01616,"17.1":0.01293,"17.2":0.02747,"17.3":0.00162,"17.5":0.03232,"17.6":0.00808,"18.0":0.00808,"18.1":0.00646,"18.2":0.00646,"18.3":0.04525},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00338,"5.0-5.1":0.00169,"6.0-6.1":0.01013,"7.0-7.1":0.00844,"8.1-8.4":0,"9.0-9.2":0.00338,"9.3":0.02532,"10.0-10.2":0.00338,"10.3":0.03882,"11.0-11.2":0.13333,"11.3-11.4":0.01181,"12.0-12.1":0.00675,"12.2-12.5":0.1789,"13.0-13.1":0.00338,"13.2":0.00506,"13.3":0.00675,"13.4-13.7":0.02532,"14.0-14.4":0.05569,"14.5-14.8":0.07763,"15.0-15.1":0.0405,"15.2-15.3":0.0405,"15.4":0.04894,"15.5":0.05569,"15.6-15.8":0.69027,"16.0":0.09957,"16.1":0.20759,"16.2":0.10464,"16.3":0.18902,"16.4":0.04219,"16.5":0.07932,"16.6-16.7":0.82191,"17.0":0.05063,"17.1":0.08945,"17.2":0.07088,"17.3":0.09957,"17.4":0.2059,"17.5":0.48943,"17.6-17.7":1.61007,"18.0":0.47424,"18.1":4.35595,"18.2":1.40079,"18.3":4.99221,"18.4":0.01013},P:{"4":0.09234,"21":0.0513,"22":0.23598,"23":0.03078,"24":0.18468,"25":0.23598,"26":0.2052,"27":0.79001,_:"20 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 15.0 16.0 17.0 18.0","5.0-5.4":0.02052,"7.2-7.4":0.12312,"13.0":0.11286,"14.0":0.03078,"19.0":0.13338},I:{"0":0.01673,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00002},K:{"0":0.16283,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},S:{"2.5":0.08384,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":69.7348},R:{_:"0"},M:{"0":0.13414},Q:{_:"14.9"},O:{"0":0.14253},H:{"0":0.03}};