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:{"12":0.00308,"107":0.00615,"115":0.04613,"122":0.00308,"126":0.00308,"127":0.00615,"128":0.00615,"129":0.01538,"130":0.01538,"131":0.02768,"132":0.55043,"133":0.05535,_:"2 3 4 5 6 7 8 9 10 11 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 108 109 110 111 112 113 114 116 117 118 119 120 121 123 124 125 134 135 136 3.5 3.6"},D:{"11":0.00308,"37":0.00308,"38":0.00308,"42":0.00308,"45":0.00308,"60":0.00308,"65":0.00308,"69":0.07995,"76":0.0123,"77":0.00615,"78":0.00308,"79":0.09533,"80":0.00923,"81":0.0246,"83":0.0369,"84":0.00308,"86":0.00615,"87":0.04613,"88":0.00308,"91":0.00923,"93":0.0738,"94":0.02768,"97":0.12915,"98":0.00923,"102":0.00308,"103":0.0738,"104":0.00923,"105":0.01538,"107":0.00923,"108":0.00615,"109":0.38438,"110":0.01538,"111":0.01845,"114":0.00923,"116":0.01538,"117":0.13223,"118":0.00308,"119":0.03075,"120":0.01845,"121":0.00615,"122":0.1968,"123":0.04613,"124":0.01538,"125":0.04305,"126":0.0861,"127":0.03383,"128":0.0738,"129":0.67958,"130":10.2213,"131":6.64508,"132":0.03383,"133":0.04613,_:"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 39 40 41 43 44 46 47 48 49 50 51 52 53 54 55 56 57 58 59 61 62 63 64 66 67 68 70 71 72 73 74 75 85 89 90 92 95 96 99 100 101 106 112 113 115 134"},F:{"28":0.00308,"79":0.00615,"82":0.00308,"86":0.00615,"95":0.00308,"113":0.0123,"114":1.06703,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 83 84 85 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"16":0.00923,"17":0.00615,"18":0.04305,"89":0.00615,"92":0.0123,"100":0.00615,"108":0.00308,"109":0.01538,"114":0.01538,"115":0.00308,"117":0.00615,"119":0.00923,"120":0.00615,"121":0.00308,"122":0.00308,"124":0.01845,"125":0.00308,"126":0.0123,"127":0.00615,"128":0.01845,"129":0.0984,"130":3.32408,"131":2.11253,_:"12 13 14 15 79 80 81 83 84 85 86 87 88 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 110 111 112 113 116 118 123"},E:{"14":0.01845,"15":0.00308,_:"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.1","12.1":0.00615,"13.1":0.00923,"14.1":0.00615,"15.2-15.3":0.00308,"15.4":0.0123,"15.5":0.00615,"15.6":0.10763,"16.0":0.00308,"16.1":0.00615,"16.2":0.0369,"16.3":0.0123,"16.4":0.0123,"16.5":0.00308,"16.6":0.07073,"17.0":0.00308,"17.1":0.05843,"17.2":0.00923,"17.3":0.00923,"17.4":0.02153,"17.5":0.06458,"17.6":0.31365,"18.0":0.10455,"18.1":0.21525,"18.2":0.03383},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00116,"5.0-5.1":0,"6.0-6.1":0.00464,"7.0-7.1":0.0058,"8.1-8.4":0,"9.0-9.2":0.00464,"9.3":0.01624,"10.0-10.2":0.00348,"10.3":0.02668,"11.0-11.2":0.31318,"11.3-11.4":0.00812,"12.0-12.1":0.00464,"12.2-12.5":0.12179,"13.0-13.1":0.00232,"13.2":0.03132,"13.3":0.00464,"13.4-13.7":0.0174,"14.0-14.4":0.03828,"14.5-14.8":0.05452,"15.0-15.1":0.03132,"15.2-15.3":0.029,"15.4":0.0348,"15.5":0.0406,"15.6-15.8":0.43498,"16.0":0.08236,"16.1":0.17399,"16.2":0.08816,"16.3":0.14963,"16.4":0.03016,"16.5":0.06032,"16.6-16.7":0.57069,"17.0":0.04176,"17.1":0.0696,"17.2":0.058,"17.3":0.08816,"17.4":0.18907,"17.5":0.56489,"17.6-17.7":4.87986,"18.0":1.73063,"18.1":1.52068,"18.2":0.06148},P:{"4":0.12702,"21":0.05292,"22":0.14819,"23":0.06351,"24":0.15877,"25":0.09526,"26":2.31805,"27":1.34425,_:"20 5.0-5.4 6.2-6.4 8.2 9.2 10.1 12.0 14.0 18.0","7.2-7.4":0.16935,"11.1-11.2":0.01058,"13.0":0.06351,"15.0":0.01058,"16.0":0.01058,"17.0":0.02117,"19.0":0.05292},I:{"0":0.02764,"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:{"10":0.10763,"11":0.10763,_:"6 7 8 9 5.5"},K:{"0":0.42243,_:"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.00693},O:{"0":0.14543},H:{"0":0},L:{"0":53.99605},R:{_:"0"},M:{"0":0.18005}};
1
+ module.exports={C:{"110":0.00319,"115":0.02871,"118":0.00638,"124":0.00319,"127":0.01276,"128":0.00957,"130":0.00319,"133":0.00319,"134":0.13079,"135":0.50721,"136":0.01595,_:"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 111 112 113 114 116 117 119 120 121 122 123 125 126 129 131 132 137 138 3.5 3.6"},D:{"42":0.00319,"43":0.00319,"44":0.00319,"45":0.00319,"46":0.00319,"47":0.00319,"48":0.00319,"49":0.00319,"51":0.00319,"52":0.00319,"53":0.00638,"55":0.00319,"56":0.00319,"57":0.00319,"58":0.00319,"59":0.00319,"60":0.00319,"63":0.00319,"64":0.00319,"65":0.00319,"69":0.04466,"73":0.00638,"74":0.00319,"75":0.00319,"76":0.00638,"77":0.00319,"79":0.12122,"81":0.01276,"83":0.01276,"84":0.00957,"86":0.01276,"87":0.09889,"88":0.00319,"89":0.00319,"91":0.00638,"92":0.00319,"93":0.07975,"94":0.02552,"97":0.07337,"98":0.01595,"101":0.00319,"103":0.08294,"105":0.02552,"108":0.01595,"109":0.1595,"111":0.00319,"113":0.00319,"114":0.00957,"116":0.01914,"117":0.01595,"119":0.01276,"120":0.00638,"121":0.05104,"122":0.0638,"123":0.05423,"124":0.03828,"125":0.01595,"126":0.08613,"127":0.02233,"128":0.24563,"129":0.03509,"130":0.33814,"131":0.50083,"132":8.8044,"133":7.2413,"134":0.01914,"135":0.01276,_:"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 50 54 61 62 66 67 68 70 71 72 78 80 85 90 95 96 99 100 102 104 106 107 110 112 115 118 136"},F:{"87":0.30305,"88":0.00319,"89":0.00319,"95":0.00319,"102":0.00319,"112":0.00319,"113":0.00319,"114":0.08932,_:"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 90 91 92 93 94 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"15":0.00319,"84":0.00319,"92":0.00638,"94":0.00319,"100":0.00957,"109":0.00638,"113":0.00319,"114":0.00638,"118":0.00638,"120":0.00638,"122":0.00319,"123":0.00319,"124":0.01276,"127":0.00319,"128":0.02871,"129":0.00638,"130":0.02871,"131":0.16588,"132":2.62856,"133":2.87419,_:"12 13 14 16 17 18 79 80 81 83 85 86 87 88 89 90 91 93 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 115 116 117 119 121 125 126"},E:{"14":0.00319,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 15.2-15.3 15.5 16.0 17.0 18.4","5.1":0.00319,"13.1":0.00957,"14.1":0.01276,"15.1":0.00319,"15.4":0.01276,"15.6":0.0638,"16.1":0.00319,"16.2":0.00319,"16.3":0.02552,"16.4":0.00957,"16.5":0.00638,"16.6":0.10208,"17.1":0.03828,"17.2":0.04466,"17.3":0.02871,"17.4":0.02233,"17.5":0.06061,"17.6":0.2233,"18.0":0.00957,"18.1":0.23606,"18.2":0.06699,"18.3":0.45617},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00203,"5.0-5.1":0.00102,"6.0-6.1":0.0061,"7.0-7.1":0.00508,"8.1-8.4":0,"9.0-9.2":0.00203,"9.3":0.01525,"10.0-10.2":0.00203,"10.3":0.02338,"11.0-11.2":0.08031,"11.3-11.4":0.00712,"12.0-12.1":0.00407,"12.2-12.5":0.10776,"13.0-13.1":0.00203,"13.2":0.00305,"13.3":0.00407,"13.4-13.7":0.01525,"14.0-14.4":0.03355,"14.5-14.8":0.04676,"15.0-15.1":0.0244,"15.2-15.3":0.0244,"15.4":0.02948,"15.5":0.03355,"15.6-15.8":0.41578,"16.0":0.05998,"16.1":0.12504,"16.2":0.06303,"16.3":0.11386,"16.4":0.02541,"16.5":0.04778,"16.6-16.7":0.49508,"17.0":0.0305,"17.1":0.05388,"17.2":0.0427,"17.3":0.05998,"17.4":0.12402,"17.5":0.29481,"17.6-17.7":0.96982,"18.0":0.28566,"18.1":2.6238,"18.2":0.84376,"18.3":3.00705,"18.4":0.0061},P:{"4":0.13857,"20":0.01066,"21":0.02132,"22":0.06395,"23":0.02132,"24":0.2345,"25":0.10659,"26":0.17054,"27":3.41086,_:"5.0-5.4 8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0 17.0","6.2-6.4":0.01066,"7.2-7.4":0.24516,"13.0":0.07461,"16.0":0.01066,"18.0":0.01066,"19.0":0.03198},I:{"0":0.08154,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00002,"4.4":0,"4.4.3-4.4.4":0.0001},K:{"0":0.27917,_:"10 11 12 11.1 11.5 12.1"},A:{"10":0.00638,_:"6 7 8 9 11 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":56.31429},R:{_:"0"},M:{"0":0.0749},Q:{"14.9":0.01362},O:{"0":0.31321},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"34":0.00452,"52":0.00904,"63":0.00452,"78":0.00904,"81":0.00452,"109":0.00452,"111":0.00452,"115":1.98384,"119":0.00452,"121":0.00452,"123":0.00452,"125":0.00452,"127":0.01356,"128":0.0226,"129":0.00452,"130":0.00904,"131":0.04971,"132":0.81794,"133":0.0723,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 112 113 114 116 117 118 120 122 124 126 134 135 136 3.5 3.6"},D:{"26":0.00452,"30":0.00452,"34":0.03615,"38":0.0949,"49":0.01356,"52":0.00452,"53":0.00904,"56":0.00452,"58":0.00904,"61":0.04067,"65":0.00452,"67":0.00452,"68":0.00452,"69":0.00452,"70":0.00904,"72":0.00452,"73":0.00452,"74":0.04067,"75":0.0226,"76":0.00452,"78":0.01808,"79":0.44738,"80":0.01356,"81":0.02711,"83":0.02711,"85":0.00904,"86":0.03615,"87":0.39767,"88":0.00452,"89":0.00904,"90":0.00904,"91":0.0226,"92":0.01356,"94":0.18076,"95":0.00904,"96":0.05423,"97":0.02711,"98":0.01808,"99":0.01356,"100":0.01808,"101":0.02711,"102":0.01808,"103":0.07682,"104":0.00904,"105":0.00904,"106":0.01356,"107":0.04971,"108":0.03163,"109":1.08004,"110":0.01356,"111":0.0226,"112":0.04067,"113":0.03163,"114":0.07682,"115":0.01808,"116":1.95673,"117":0.01808,"118":0.04519,"119":0.09038,"120":0.11749,"121":0.13557,"122":0.12201,"123":0.13105,"124":0.16268,"125":0.13105,"126":0.27566,"127":0.32085,"128":0.39767,"129":0.76823,"130":10.6558,"131":6.12325,"132":0.04519,"133":0.03615,_:"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 31 32 33 35 36 37 39 40 41 42 43 44 45 46 47 48 50 51 54 55 57 59 60 62 63 64 66 71 77 84 93 134"},F:{"36":0.0226,"46":0.10846,"85":0.01808,"95":0.01356,"102":1.82116,"113":0.00452,"114":0.12201,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.01356,"92":0.01356,"100":0.00452,"106":0.00452,"109":0.08134,"110":0.00452,"111":0.00452,"112":0.00452,"113":0.01808,"114":0.01356,"115":0.00452,"116":0.00904,"117":0.00904,"118":0.00452,"119":0.00904,"120":0.03615,"121":0.03163,"122":0.01808,"123":0.01808,"124":0.01808,"125":0.02711,"126":0.03163,"127":0.05875,"128":0.05423,"129":0.13105,"130":2.6391,"131":1.70366,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 107 108"},E:{"8":0.00452,"12":0.00452,"13":0.01356,"14":0.07682,"15":0.01808,_:"0 4 5 6 7 9 10 11 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1","12.1":0.01356,"13.1":0.06779,"14.1":0.15817,"15.1":0.01808,"15.2-15.3":0.01356,"15.4":0.08586,"15.5":0.08586,"15.6":0.49709,"16.0":0.04519,"16.1":0.07682,"16.2":0.05875,"16.3":0.17172,"16.4":0.03615,"16.5":0.06779,"16.6":0.61007,"17.0":0.01808,"17.1":0.06327,"17.2":0.04519,"17.3":0.06779,"17.4":0.11749,"17.5":0.46094,"17.6":2.84245,"18.0":0.42479,"18.1":0.50613,"18.2":0.01356},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00192,"5.0-5.1":0,"6.0-6.1":0.00766,"7.0-7.1":0.00958,"8.1-8.4":0,"9.0-9.2":0.00766,"9.3":0.02681,"10.0-10.2":0.00575,"10.3":0.04405,"11.0-11.2":0.51707,"11.3-11.4":0.01341,"12.0-12.1":0.00766,"12.2-12.5":0.20108,"13.0-13.1":0.00383,"13.2":0.05171,"13.3":0.00766,"13.4-13.7":0.02873,"14.0-14.4":0.0632,"14.5-14.8":0.09001,"15.0-15.1":0.05171,"15.2-15.3":0.04788,"15.4":0.05745,"15.5":0.06703,"15.6-15.8":0.71815,"16.0":0.13597,"16.1":0.28726,"16.2":0.14554,"16.3":0.24704,"16.4":0.04979,"16.5":0.09958,"16.6-16.7":0.94221,"17.0":0.06894,"17.1":0.1149,"17.2":0.09575,"17.3":0.14554,"17.4":0.31216,"17.5":0.93263,"17.6-17.7":8.05666,"18.0":2.85727,"18.1":2.51065,"18.2":0.1015},P:{"4":0.8777,"20":0.01125,"21":0.06752,"22":0.04501,"23":0.05626,"24":0.06752,"25":0.07877,"26":2.3968,"27":2.12674,"5.0-5.4":0.16879,"6.2-6.4":0.12378,"7.2-7.4":0.05626,_:"8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0","13.0":0.02251,"17.0":0.03376,"18.0":0.01125,"19.0":0.01125},I:{"0":0.02734,"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.06327,"9":0.06327,"11":0.44286,_:"6 7 10 5.5"},K:{"0":0.12058,_:"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.2028},O:{"0":0.39463},H:{"0":0},L:{"0":29.2447},R:{_:"0"},M:{"0":0.4604}};
1
+ module.exports={C:{"34":0.00417,"52":0.00834,"72":0.00834,"78":0.00417,"81":0.00417,"105":0.00417,"109":0.00417,"111":0.00417,"115":0.92135,"116":0.02085,"123":0.00417,"125":0.00417,"127":0.00834,"128":0.02085,"130":0.00417,"131":0.00834,"132":0.00834,"133":0.02085,"134":0.37521,"135":0.87966,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 79 80 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 106 107 108 110 112 113 114 117 118 119 120 121 122 124 126 129 136 137 138 3.5 3.6"},D:{"26":0.00417,"30":0.00417,"34":0.02918,"38":0.07921,"49":0.01251,"52":0.00417,"53":0.00834,"56":0.00417,"58":0.00834,"61":0.03752,"65":0.00417,"67":0.00417,"68":0.00417,"70":0.00834,"73":0.00417,"74":0.03335,"75":0.01251,"76":0.00417,"78":0.01668,"79":0.38772,"80":0.01251,"81":0.00834,"83":0.02501,"84":0.00417,"85":0.01251,"86":0.03335,"87":0.33352,"88":0.00417,"89":0.00834,"90":0.00834,"91":0.02918,"92":0.01251,"94":0.02085,"95":0.03335,"96":0.00834,"97":0.01668,"98":0.02085,"99":0.00834,"100":0.00417,"101":0.02501,"102":0.01251,"103":0.05003,"104":0.01668,"105":0.00834,"106":0.00834,"107":0.06254,"108":0.04586,"109":0.92135,"110":0.01668,"111":0.01668,"112":0.0542,"113":0.02501,"114":0.08755,"115":0.01668,"116":0.72958,"117":0.01668,"118":0.04169,"119":0.0667,"120":0.10839,"121":0.13758,"122":0.10423,"123":0.11256,"124":0.14592,"125":0.13758,"126":0.25848,"127":0.33769,"128":0.24597,"129":0.13758,"130":0.15008,"131":1.37577,"132":8.72155,"133":7.47085,"134":0.03335,"135":0.12924,_:"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 31 32 33 35 36 37 39 40 41 42 43 44 45 46 47 48 50 51 54 55 57 59 60 62 63 64 66 69 71 72 77 93 136"},F:{"36":0.02501,"46":0.08755,"86":0.00417,"87":0.02085,"95":0.01668,"102":0.62118,"114":0.00834,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 88 89 90 91 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:{"18":0.01668,"92":0.01251,"100":0.00417,"104":0.00417,"106":0.00417,"108":0.00417,"109":0.0667,"110":0.00417,"111":0.00417,"112":0.00417,"113":0.02085,"114":0.01251,"115":0.00834,"116":0.00834,"117":0.02085,"118":0.01251,"119":0.00834,"120":0.02918,"121":0.01668,"122":0.01668,"123":0.01668,"124":0.01668,"125":0.02085,"126":0.02918,"127":0.04169,"128":0.02918,"129":0.02501,"130":0.04586,"131":0.18761,"132":2.1387,"133":2.50557,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 105 107"},E:{"8":0.00834,"12":0.00417,"13":0.01251,"14":0.05003,"15":0.01251,_:"0 4 5 6 7 9 10 11 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 18.4","12.1":0.01251,"13.1":0.04586,"14.1":0.10423,"15.1":0.01668,"15.2-15.3":0.00834,"15.4":0.06254,"15.5":0.06254,"15.6":0.34186,"16.0":0.04586,"16.1":0.05003,"16.2":0.03752,"16.3":0.12924,"16.4":0.02501,"16.5":0.04169,"16.6":0.44191,"17.0":0.01251,"17.1":0.18761,"17.2":0.02918,"17.3":0.04586,"17.4":0.07504,"17.5":0.21679,"17.6":0.70039,"18.0":0.07504,"18.1":1.04225,"18.2":0.23763,"18.3":1.22152},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00393,"5.0-5.1":0.00197,"6.0-6.1":0.01179,"7.0-7.1":0.00983,"8.1-8.4":0,"9.0-9.2":0.00393,"9.3":0.02948,"10.0-10.2":0.00393,"10.3":0.0452,"11.0-11.2":0.15524,"11.3-11.4":0.01376,"12.0-12.1":0.00786,"12.2-12.5":0.20829,"13.0-13.1":0.00393,"13.2":0.0059,"13.3":0.00786,"13.4-13.7":0.02948,"14.0-14.4":0.06485,"14.5-14.8":0.09039,"15.0-15.1":0.04716,"15.2-15.3":0.04716,"15.4":0.05699,"15.5":0.06485,"15.6-15.8":0.8037,"16.0":0.11594,"16.1":0.2417,"16.2":0.12183,"16.3":0.22009,"16.4":0.04913,"16.5":0.09236,"16.6-16.7":0.95698,"17.0":0.05895,"17.1":0.10415,"17.2":0.08253,"17.3":0.11594,"17.4":0.23974,"17.5":0.56986,"17.6-17.7":1.87465,"18.0":0.55218,"18.1":5.07179,"18.2":1.63099,"18.3":5.81261,"18.4":0.01179},P:{"4":0.81572,"20":0.01088,"21":0.05438,"22":0.03263,"23":0.04351,"24":0.05438,"25":0.04351,"26":0.1849,"27":4.4919,"5.0-5.4":0.16314,"6.2-6.4":0.08701,"7.2-7.4":0.08701,_:"8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0","13.0":0.01088,"17.0":0.02175,"18.0":0.01088,"19.0":0.01088},I:{"0":0.03492,"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.12245,_:"10 11 12 11.1 11.5 12.1"},A:{"9":0.07921,"11":0.55448,_:"6 7 8 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":33.11803},R:{_:"0"},M:{"0":0.53062},Q:{"14.9":0.2449},O:{"0":0.37318},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"4":0.0881,"52":0.00352,"68":0.00352,"69":0.00352,"108":0.00352,"114":0.00352,"115":0.10924,"123":0.01057,"124":0.00352,"125":0.01057,"126":0.00705,"127":0.0141,"128":0.00705,"129":0.00352,"130":0.0141,"131":0.02819,"132":0.77176,"133":0.10572,_:"2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 109 110 111 112 113 116 117 118 119 120 121 122 134 135 136 3.5 3.6"},D:{"38":0.00352,"47":0.00352,"49":0.00352,"55":0.00352,"65":0.00705,"69":0.00705,"70":0.00352,"73":0.00352,"74":0.02467,"75":0.00352,"76":0.00705,"77":0.00352,"79":0.08105,"80":0.00352,"81":0.00352,"85":0.00352,"86":0.00352,"87":0.04934,"88":0.03172,"90":0.00352,"91":0.03524,"92":0.00352,"93":0.03876,"94":0.2643,"97":0.00352,"98":0.00352,"99":0.00352,"100":0.00352,"102":0.00352,"103":0.12686,"105":0.00705,"106":0.00705,"108":0.30659,"109":0.93034,"110":0.01057,"111":0.01057,"112":0.00352,"113":0.00352,"114":0.02819,"115":0.00705,"116":0.2502,"117":0.15153,"118":0.15153,"119":0.15858,"120":0.17268,"121":0.05638,"122":0.06343,"123":0.04581,"124":0.39469,"125":0.02467,"126":0.06343,"127":0.05286,"128":0.23963,"129":0.84224,"130":11.65739,"131":7.05857,"132":0.00352,"133":0.00352,_:"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 48 50 51 52 53 54 56 57 58 59 60 61 62 63 64 66 67 68 71 72 78 83 84 89 95 96 101 104 107 134"},F:{"36":0.00352,"85":0.0141,"95":0.03876,"112":0.00352,"113":0.10924,"114":1.84658,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"16":0.00352,"18":0.00352,"92":0.01762,"100":0.00352,"109":0.04934,"112":0.01057,"114":0.00352,"117":0.00352,"119":0.00352,"120":0.00352,"121":0.00352,"122":0.00352,"124":0.02114,"125":0.01057,"126":0.02467,"127":0.0141,"128":0.02467,"129":0.11629,"130":2.70996,"131":2.00163,_:"12 13 14 15 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 113 115 116 118 123"},E:{"14":0.00352,"15":0.00352,_:"0 4 5 6 7 8 9 10 11 12 13 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 15.2-15.3","5.1":0.01057,"13.1":0.02467,"14.1":0.00352,"15.1":0.00352,"15.4":0.00352,"15.5":0.00705,"15.6":0.03876,"16.0":0.00705,"16.1":0.01057,"16.2":0.01762,"16.3":0.00705,"16.4":0.00705,"16.5":0.00705,"16.6":0.04934,"17.0":0.00352,"17.1":0.00705,"17.2":0.00705,"17.3":0.02467,"17.4":0.03172,"17.5":0.07048,"17.6":0.52155,"18.0":0.17268,"18.1":0.20439,"18.2":0.05991},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00232,"5.0-5.1":0,"6.0-6.1":0.00929,"7.0-7.1":0.01161,"8.1-8.4":0,"9.0-9.2":0.00929,"9.3":0.03252,"10.0-10.2":0.00697,"10.3":0.05343,"11.0-11.2":0.62719,"11.3-11.4":0.01626,"12.0-12.1":0.00929,"12.2-12.5":0.24391,"13.0-13.1":0.00465,"13.2":0.06272,"13.3":0.00929,"13.4-13.7":0.03484,"14.0-14.4":0.07666,"14.5-14.8":0.10918,"15.0-15.1":0.06272,"15.2-15.3":0.05807,"15.4":0.06969,"15.5":0.0813,"15.6-15.8":0.8711,"16.0":0.16493,"16.1":0.34844,"16.2":0.17654,"16.3":0.29966,"16.4":0.0604,"16.5":0.12079,"16.6-16.7":1.14289,"17.0":0.08363,"17.1":0.13938,"17.2":0.11615,"17.3":0.17654,"17.4":0.37864,"17.5":1.13127,"17.6-17.7":9.77261,"18.0":3.46583,"18.1":3.04538,"18.2":0.12312},P:{"4":0.17535,"20":0.01031,"21":0.02063,"22":0.05157,"23":0.03094,"24":0.03094,"25":0.26818,"26":1.01083,"27":0.71171,"5.0-5.4":0.01031,"6.2-6.4":0.06189,"7.2-7.4":0.06189,_:"8.2 9.2 10.1 12.0 14.0 15.0","11.1-11.2":0.02063,"13.0":0.02063,"16.0":0.03094,"17.0":0.01031,"18.0":0.01031,"19.0":0.02063},I:{"0":0.01939,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00003},A:{"11":0.01762,_:"6 7 8 9 10 5.5"},K:{"0":0.27847,_:"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.16838},H:{"0":0},L:{"0":40.04326},R:{_:"0"},M:{"0":0.11657}};
1
+ module.exports={C:{"4":0.01846,"108":0.01107,"115":0.10335,"127":0.00369,"128":0.00738,"129":0.00369,"130":0.00369,"131":0.00369,"132":0.00738,"133":0.00738,"134":0.16979,"135":0.72344,"136":0.00369,_:"2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 137 138 3.5 3.6"},D:{"46":0.00369,"47":0.00738,"49":0.00369,"50":0.00369,"56":0.00369,"69":0.00369,"70":0.00369,"73":0.00738,"75":0.00369,"76":0.00369,"77":0.00369,"79":0.02953,"85":0.01107,"87":0.03691,"88":0.01107,"91":0.00738,"92":0.01107,"93":0.02215,"94":0.03322,"98":0.00738,"99":0.00369,"100":0.00369,"102":0.00369,"103":0.04798,"105":0.00738,"106":0.00738,"107":0.00369,"108":0.0812,"109":0.72344,"110":0.01476,"111":0.00369,"114":0.00738,"115":0.00738,"116":0.10704,"118":0.00369,"119":0.01846,"120":0.01476,"121":0.01846,"122":0.0406,"123":0.0406,"124":0.17348,"125":0.07013,"126":0.08858,"127":0.01107,"128":0.06275,"129":0.05906,"130":0.09966,"131":2.00421,"132":9.75531,"133":9.4342,"134":0.00369,"135":0.00369,_:"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 48 51 52 53 54 55 57 58 59 60 61 62 63 64 65 66 67 68 71 72 74 78 80 81 83 84 86 89 90 95 96 97 101 104 112 113 117 136"},F:{"86":0.00738,"87":0.01107,"95":0.03322,"114":0.15133,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00369,"90":0.00369,"92":0.01476,"100":0.00369,"109":0.02215,"112":0.01476,"114":0.00369,"115":0.00369,"119":0.00369,"121":0.00369,"122":0.00738,"123":0.00369,"124":0.00369,"125":0.00369,"126":0.01107,"127":0.00369,"128":0.00738,"129":0.01107,"130":0.06275,"131":0.09228,"132":2.07803,"133":3.79066,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 113 116 117 118 120"},E:{"13":0.00369,_:"0 4 5 6 7 8 9 10 11 12 14 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.5 16.0 16.4","5.1":0.00738,"13.1":0.01846,"14.1":0.00369,"15.2-15.3":0.00369,"15.4":0.05167,"15.6":0.03691,"16.1":0.00369,"16.2":0.00369,"16.3":0.01846,"16.5":0.02215,"16.6":0.05167,"17.0":0.01476,"17.1":0.01107,"17.2":0.00738,"17.3":0.00738,"17.4":0.04798,"17.5":0.03691,"17.6":0.14026,"18.0":0.05537,"18.1":0.33219,"18.2":0.09597,"18.3":0.59056,"18.4":0.02953},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00379,"5.0-5.1":0.00189,"6.0-6.1":0.01137,"7.0-7.1":0.00947,"8.1-8.4":0,"9.0-9.2":0.00379,"9.3":0.02842,"10.0-10.2":0.00379,"10.3":0.04358,"11.0-11.2":0.14967,"11.3-11.4":0.01326,"12.0-12.1":0.00758,"12.2-12.5":0.20083,"13.0-13.1":0.00379,"13.2":0.00568,"13.3":0.00758,"13.4-13.7":0.02842,"14.0-14.4":0.06252,"14.5-14.8":0.08715,"15.0-15.1":0.04547,"15.2-15.3":0.04547,"15.4":0.05494,"15.5":0.06252,"15.6-15.8":0.77489,"16.0":0.11178,"16.1":0.23303,"16.2":0.11746,"16.3":0.21219,"16.4":0.04736,"16.5":0.08905,"16.6-16.7":0.92267,"17.0":0.05684,"17.1":0.10041,"17.2":0.07957,"17.3":0.11178,"17.4":0.23114,"17.5":0.54943,"17.6-17.7":1.80744,"18.0":0.53238,"18.1":4.88994,"18.2":1.57251,"18.3":5.60421,"18.4":0.01137},P:{"4":0.12382,"20":0.02064,"21":0.01032,"22":0.04127,"23":0.01032,"24":0.06191,"25":0.02064,"26":0.13414,"27":1.75418,"5.0-5.4":0.01032,"6.2-6.4":0.01032,"7.2-7.4":0.07223,_:"8.2 9.2 10.1 12.0 13.0 14.0 15.0 17.0 18.0","11.1-11.2":0.01032,"16.0":0.03096,"19.0":0.01032},I:{"0":0.04407,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00005},K:{"0":0.27129,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00369,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":43.9134},R:{_:"0"},M:{"0":0.1388},Q:{_:"14.9"},O:{"0":0.04416},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"34":0.00436,"52":0.02618,"78":0.01309,"88":0.00436,"94":0.00436,"102":0.00436,"103":0.00873,"106":0.00436,"113":0.01309,"115":0.52356,"120":0.07417,"123":0.00436,"124":0.01309,"125":0.01745,"126":0.00436,"127":0.02618,"128":0.07417,"129":0.00873,"130":0.00873,"131":0.15707,"132":2.94503,"133":0.2836,"134":0.00436,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 89 90 91 92 93 95 96 97 98 99 100 101 104 105 107 108 109 110 111 112 114 116 117 118 119 121 122 135 136 3.5 3.6"},D:{"47":0.00436,"49":0.03054,"63":0.00436,"66":0.00436,"69":0.00436,"75":0.01309,"76":0.00436,"77":0.00873,"79":0.13525,"81":0.02618,"83":0.00436,"84":0.00873,"86":0.00436,"87":0.11344,"88":0.01309,"89":0.00436,"90":0.00436,"91":0.00873,"92":0.00436,"93":0.01309,"94":0.0349,"95":0.01745,"96":0.00436,"98":0.00436,"99":0.00436,"100":0.00436,"102":0.00436,"103":0.03927,"104":0.00873,"105":0.00436,"106":0.02182,"107":0.00873,"108":0.01745,"109":1.52705,"110":0.00436,"111":0.01309,"112":0.00873,"113":0.00436,"114":0.01309,"115":0.00436,"116":0.11344,"117":0.00436,"118":0.02182,"119":0.02618,"120":0.06545,"121":0.04363,"122":0.06981,"123":0.0349,"124":0.17016,"125":0.05672,"126":0.07417,"127":0.07417,"128":0.19634,"129":0.76353,"130":16.54013,"131":10.52792,"132":0.00436,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 48 50 51 52 53 54 55 56 57 58 59 60 61 62 64 65 67 68 70 71 72 73 74 78 80 85 97 101 133 134"},F:{"46":0.02182,"83":0.00436,"85":0.03054,"86":0.00436,"95":0.04363,"102":0.00436,"104":0.00436,"112":0.00436,"113":0.12216,"114":1.85428,_:"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 84 87 88 89 90 91 92 93 94 96 97 98 99 100 101 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.00436,"109":0.06108,"110":0.00436,"114":0.00436,"118":0.00873,"119":0.00436,"120":0.00436,"121":0.00436,"122":0.00436,"123":0.01745,"124":0.00436,"125":0.01309,"126":0.01745,"127":0.00436,"128":0.01745,"129":0.06108,"130":1.96771,"131":1.27836,_:"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 112 113 115 116 117"},E:{"14":0.01309,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.2-15.3","13.1":0.01309,"14.1":0.02618,"15.1":0.00436,"15.4":0.00436,"15.5":0.00436,"15.6":0.09162,"16.0":0.01745,"16.1":0.01309,"16.2":0.00873,"16.3":0.02182,"16.4":0.01309,"16.5":0.01309,"16.6":0.10908,"17.0":0.00436,"17.1":0.0349,"17.2":0.0349,"17.3":0.03054,"17.4":0.02618,"17.5":0.14834,"17.6":0.45375,"18.0":0.19634,"18.1":0.2356,"18.2":0.00873},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00103,"5.0-5.1":0,"6.0-6.1":0.00412,"7.0-7.1":0.00515,"8.1-8.4":0,"9.0-9.2":0.00412,"9.3":0.01442,"10.0-10.2":0.00309,"10.3":0.02369,"11.0-11.2":0.27807,"11.3-11.4":0.00721,"12.0-12.1":0.00412,"12.2-12.5":0.10814,"13.0-13.1":0.00206,"13.2":0.02781,"13.3":0.00412,"13.4-13.7":0.01545,"14.0-14.4":0.03399,"14.5-14.8":0.0484,"15.0-15.1":0.02781,"15.2-15.3":0.02575,"15.4":0.0309,"15.5":0.03605,"15.6-15.8":0.3862,"16.0":0.07312,"16.1":0.15448,"16.2":0.07827,"16.3":0.13285,"16.4":0.02678,"16.5":0.05355,"16.6-16.7":0.5067,"17.0":0.03708,"17.1":0.06179,"17.2":0.05149,"17.3":0.07827,"17.4":0.16787,"17.5":0.50155,"17.6-17.7":4.3327,"18.0":1.53658,"18.1":1.35017,"18.2":0.05458},P:{"4":0.22817,"20":0.01037,"21":0.02074,"22":0.02074,"23":0.05186,"24":0.04149,"25":0.04149,"26":1.91873,"27":1.70093,"5.0-5.4":0.06223,"6.2-6.4":0.04149,_:"7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0","16.0":0.01037,"17.0":0.01037,"18.0":0.04149,"19.0":0.01037},I:{"0":0.02812,"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.00516,"11":0.05156,_:"6 7 9 10 5.5"},K:{"0":0.4115,_:"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.11274},H:{"0":0},L:{"0":41.28808},R:{_:"0"},M:{"0":0.46787}};
1
+ module.exports={C:{"34":0.00454,"52":0.01815,"78":0.00454,"88":0.00454,"94":0.00454,"102":0.00454,"103":0.00454,"106":0.00454,"108":0.00454,"112":0.00454,"113":0.00454,"115":0.44019,"123":0.00454,"125":0.01361,"127":0.01361,"128":0.05899,"129":0.00908,"130":0.00454,"131":0.01361,"132":0.00908,"133":0.09984,"134":0.70793,"135":2.5322,"136":0.00454,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 89 90 91 92 93 95 96 97 98 99 100 101 104 105 107 109 110 111 114 116 117 118 119 120 121 122 124 126 137 138 3.5 3.6"},D:{"41":0.01815,"47":0.00454,"49":0.01815,"53":0.00454,"66":0.00454,"75":0.00454,"76":0.00454,"77":0.01815,"79":0.11799,"81":0.02269,"84":0.00908,"86":0.00454,"87":0.12706,"88":0.01815,"90":0.00454,"91":0.00454,"93":0.00454,"94":0.01815,"95":0.00908,"98":0.00454,"99":0.00454,"102":0.00454,"103":0.02723,"104":0.06807,"105":0.00454,"106":0.02723,"107":0.00454,"108":0.01815,"109":1.44762,"110":0.00454,"111":0.03177,"112":0.01361,"113":0.00454,"114":0.01361,"116":0.10891,"117":0.00908,"118":0.01361,"119":0.04084,"120":0.06353,"121":0.02723,"122":0.08168,"123":0.02723,"124":0.11799,"125":0.02269,"126":0.05446,"127":0.0363,"128":0.07715,"129":0.04538,"130":0.10437,"131":1.35686,"132":14.20848,"133":14.14495,"134":0.01361,_:"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 48 50 51 52 54 55 56 57 58 59 60 61 62 63 64 65 67 68 69 70 71 72 73 74 78 80 83 85 89 92 96 97 100 101 115 135 136"},F:{"46":0.0363,"70":0.00454,"85":0.00454,"87":0.04992,"95":0.06353,"104":0.00454,"114":0.11799,_:"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 71 72 73 74 75 76 77 78 79 80 81 82 83 84 86 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00454,"109":0.04084,"117":0.00454,"118":0.00908,"119":0.00454,"122":0.00454,"123":0.01815,"124":0.00454,"125":0.00454,"126":0.00908,"129":0.00454,"130":0.01815,"131":0.11345,"132":1.48846,"133":2.0421,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 120 121 127 128"},E:{"14":0.0363,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.2-15.3","13.1":0.00908,"14.1":0.01361,"15.1":0.00908,"15.4":0.00454,"15.5":0.00454,"15.6":0.08168,"16.0":0.01815,"16.1":0.01815,"16.2":0.00908,"16.3":0.01815,"16.4":0.00908,"16.5":0.02723,"16.6":0.09984,"17.0":0.00908,"17.1":0.04084,"17.2":0.02723,"17.3":0.02269,"17.4":0.04538,"17.5":0.15883,"17.6":0.14522,"18.0":0.02269,"18.1":0.20875,"18.2":0.08168,"18.3":0.39027,"18.4":0.00454},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00205,"5.0-5.1":0.00102,"6.0-6.1":0.00614,"7.0-7.1":0.00511,"8.1-8.4":0,"9.0-9.2":0.00205,"9.3":0.01534,"10.0-10.2":0.00205,"10.3":0.02353,"11.0-11.2":0.0808,"11.3-11.4":0.00716,"12.0-12.1":0.00409,"12.2-12.5":0.10842,"13.0-13.1":0.00205,"13.2":0.00307,"13.3":0.00409,"13.4-13.7":0.01534,"14.0-14.4":0.03375,"14.5-14.8":0.04705,"15.0-15.1":0.02455,"15.2-15.3":0.02455,"15.4":0.02966,"15.5":0.03375,"15.6-15.8":0.41834,"16.0":0.06035,"16.1":0.12581,"16.2":0.06342,"16.3":0.11456,"16.4":0.02557,"16.5":0.04807,"16.6-16.7":0.49813,"17.0":0.03069,"17.1":0.05421,"17.2":0.04296,"17.3":0.06035,"17.4":0.12479,"17.5":0.29663,"17.6-17.7":0.97579,"18.0":0.28742,"18.1":2.63996,"18.2":0.84896,"18.3":3.02558,"18.4":0.00614},P:{"4":0.17521,"20":0.02061,"21":0.01031,"22":0.02061,"23":0.05153,"24":0.04123,"25":0.03092,"26":0.14429,"27":3.57629,"5.0-5.4":0.05153,"6.2-6.4":0.03092,"7.2-7.4":0.03092,_:"8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0","17.0":0.01031,"19.0":0.01031},I:{"0":0.03815,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00005},K:{"0":0.41504,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.05446,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":40.38009},R:{_:"0"},M:{"0":0.36043},Q:{_:"14.9"},O:{"0":0.06553},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.00104,"54":0.00622,"72":0.00104,"88":0.00207,"115":0.00415,"127":0.00104,"128":0.00104,"129":0.00104,"130":0.00104,"131":0.00622,"132":0.08815,"133":0.00519,_:"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 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 134 135 136 3.5 3.6"},D:{"11":0.01452,"49":0.00104,"55":0.00104,"56":0.01348,"68":0.00311,"69":0.00207,"70":0.00104,"73":0.00104,"74":0.00415,"75":0.00207,"76":0.07155,"77":0.00104,"79":0.00104,"80":0.00104,"81":0.00519,"84":0.00104,"86":0.01659,"87":0.00726,"88":0.01037,"89":0.00104,"90":0.00311,"91":0.00104,"92":0.00104,"93":0.07155,"94":0.00207,"95":0.02489,"96":0.00104,"97":0.00519,"98":0.00207,"99":0.00104,"102":0.00207,"103":0.04459,"104":0.00104,"105":0.06222,"106":0.00415,"107":0.00207,"108":0.08296,"109":0.09748,"110":0.01659,"111":0.03318,"112":0.00104,"114":0.06741,"115":0.00104,"116":0.02385,"117":0.00207,"118":0.00415,"119":0.02074,"120":0.01659,"121":0.00726,"122":0.00622,"123":0.00726,"124":0.02904,"125":0.02489,"126":0.028,"127":0.06533,"128":0.04459,"129":0.15659,"130":1.15522,"131":0.59835,"132":0.00104,_:"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 50 51 52 53 54 57 58 59 60 61 62 63 64 65 66 67 71 72 78 83 85 100 101 113 133 134"},F:{"57":0.00104,"79":0.00104,"84":0.00104,"85":0.00207,"95":0.00933,"112":0.00104,"113":0.00207,"114":0.12651,_:"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 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 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00415,"13":0.00104,"14":0.00207,"15":0.00104,"16":0.00207,"17":0.00207,"18":0.00311,"92":0.01452,"96":0.00104,"100":0.00207,"109":0.01452,"114":0.00207,"119":0.00311,"123":0.0083,"124":0.00311,"125":0.00415,"126":0.00104,"127":0.00622,"128":0.00415,"129":0.01659,"130":0.30384,"131":0.2074,_:"79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 120 121 122"},E:{"14":0.04459,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 12.1 15.1 15.5 16.0 16.1 16.4 17.2 18.2","11.1":0.00415,"13.1":0.01037,"14.1":0.00519,"15.2-15.3":0.00104,"15.4":0.01141,"15.6":0.01556,"16.2":0.00519,"16.3":0.00311,"16.5":0.00415,"16.6":0.00933,"17.0":0.00104,"17.1":0.00207,"17.3":0.00207,"17.4":0.00104,"17.5":0.00311,"17.6":0.02178,"18.0":0.01867,"18.1":0.02593},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00089,"5.0-5.1":0,"6.0-6.1":0.00357,"7.0-7.1":0.00446,"8.1-8.4":0,"9.0-9.2":0.00357,"9.3":0.0125,"10.0-10.2":0.00268,"10.3":0.02053,"11.0-11.2":0.24103,"11.3-11.4":0.00625,"12.0-12.1":0.00357,"12.2-12.5":0.09374,"13.0-13.1":0.00179,"13.2":0.0241,"13.3":0.00357,"13.4-13.7":0.01339,"14.0-14.4":0.02946,"14.5-14.8":0.04196,"15.0-15.1":0.0241,"15.2-15.3":0.02232,"15.4":0.02678,"15.5":0.03125,"15.6-15.8":0.33477,"16.0":0.06338,"16.1":0.13391,"16.2":0.06785,"16.3":0.11516,"16.4":0.02321,"16.5":0.04642,"16.6-16.7":0.43922,"17.0":0.03214,"17.1":0.05356,"17.2":0.04464,"17.3":0.06785,"17.4":0.14551,"17.5":0.43475,"17.6-17.7":3.75565,"18.0":1.33193,"18.1":1.17035,"18.2":0.04731},P:{"4":0.17543,"20":0.02064,"21":0.06192,"22":0.04128,"23":0.0516,"24":0.07224,"25":0.1032,"26":0.3715,"27":0.09288,"5.0-5.4":0.02064,"6.2-6.4":0.01032,"7.2-7.4":0.09288,"8.2":0.01032,"9.2":0.11352,_:"10.1 12.0","11.1-11.2":0.21671,"13.0":0.16511,"14.0":0.07224,"15.0":0.02064,"16.0":0.11352,"17.0":0.02064,"18.0":0.02064,"19.0":0.04128},I:{"0":0.05366,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00002,"4.4":0,"4.4.3-4.4.4":0.00007},A:{"11":0.00207,_:"6 7 8 9 10 5.5"},K:{"0":0.19719,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.00896,_:"3.0-3.1"},J:{_:"7 10"},Q:{_:"14.9"},O:{"0":0.02689},H:{"0":0},L:{"0":84.81387},R:{_:"0"},M:{"0":0.0717}};
1
+ module.exports={C:{"52":0.00147,"72":0.00147,"88":0.00737,"102":0.00295,"115":0.00442,"128":0.00295,"133":0.01473,"134":0.02062,"135":0.31817,_:"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 78 79 80 81 82 83 84 85 86 87 89 90 91 92 93 94 95 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 127 129 130 131 132 136 137 138 3.5 3.6"},D:{"11":0.01031,"49":0.00147,"55":0.00147,"56":0.0162,"59":0.00147,"65":0.00295,"68":0.00295,"69":0.00147,"70":0.00147,"73":0.00147,"74":0.00147,"75":0.00147,"76":0.02799,"79":0.02799,"80":0.00147,"81":0.00295,"83":0.00295,"84":0.00442,"87":0.01178,"88":0.00147,"90":0.00147,"91":0.00295,"92":0.00589,"93":0.12521,"94":0.00442,"97":0.00147,"99":0.00147,"102":0.00147,"103":0.109,"105":0.05008,"106":0.00442,"108":0.06187,"109":0.35205,"110":0.00737,"111":0.05892,"112":0.00295,"113":0.00147,"114":0.03093,"116":0.02357,"117":0.0162,"118":0.00147,"119":0.0162,"120":0.05745,"121":0.00737,"122":0.00295,"123":0.00295,"124":0.00589,"125":0.03388,"126":0.07954,"127":0.01031,"128":0.0221,"129":0.03241,"130":0.0221,"131":0.39035,"132":1.53192,"133":0.92063,"134":0.00295,_:"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 50 51 52 53 54 57 58 60 61 62 63 64 66 67 71 72 77 78 85 86 89 95 96 98 100 101 104 107 115 135 136"},F:{"86":0.00147,"87":0.00147,"95":0.00147,"108":0.00147,"114":0.00147,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 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.00147,"14":0.00147,"15":0.00147,"17":0.00147,"18":0.00442,"89":0.00147,"92":0.01768,"100":0.00147,"109":0.01178,"118":0.00147,"120":0.00295,"121":0.00147,"122":0.00147,"125":0.00147,"127":0.01915,"128":0.01326,"129":0.00147,"130":0.00589,"131":0.0221,"132":0.42128,"133":0.98102,_:"13 16 79 80 81 83 84 85 86 87 88 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 119 123 124 126"},E:{"14":0.06923,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 12.1 15.1 15.4 15.5 16.0 16.1 16.4 17.0 17.1 17.2 18.4","11.1":0.00147,"13.1":0.00589,"14.1":0.02062,"15.2-15.3":0.00884,"15.6":0.06629,"16.2":0.00442,"16.3":0.00442,"16.5":0.00442,"16.6":0.00442,"17.3":0.00589,"17.4":0.00147,"17.5":0.00147,"17.6":0.0162,"18.0":0.01031,"18.1":0.00442,"18.2":0.00442,"18.3":0.02062},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00213,"5.0-5.1":0.00107,"6.0-6.1":0.0064,"7.0-7.1":0.00533,"8.1-8.4":0,"9.0-9.2":0.00213,"9.3":0.016,"10.0-10.2":0.00213,"10.3":0.02453,"11.0-11.2":0.08427,"11.3-11.4":0.00747,"12.0-12.1":0.00427,"12.2-12.5":0.11307,"13.0-13.1":0.00213,"13.2":0.0032,"13.3":0.00427,"13.4-13.7":0.016,"14.0-14.4":0.0352,"14.5-14.8":0.04907,"15.0-15.1":0.0256,"15.2-15.3":0.0256,"15.4":0.03094,"15.5":0.0352,"15.6-15.8":0.43629,"16.0":0.06294,"16.1":0.13121,"16.2":0.06614,"16.3":0.11947,"16.4":0.02667,"16.5":0.05014,"16.6-16.7":0.5195,"17.0":0.032,"17.1":0.05654,"17.2":0.0448,"17.3":0.06294,"17.4":0.13014,"17.5":0.30935,"17.6-17.7":1.01766,"18.0":0.29975,"18.1":2.75322,"18.2":0.88538,"18.3":3.15538,"18.4":0.0064},P:{"4":0.09164,"20":0.03055,"21":0.05091,"22":0.03055,"23":0.04073,"24":0.10182,"25":0.05091,"26":0.16292,"27":0.32583,"5.0-5.4":0.02036,"6.2-6.4":0.01018,"7.2-7.4":0.08146,_:"8.2 10.1 12.0","9.2":0.12219,"11.1-11.2":0.19346,"13.0":0.14255,"14.0":0.08146,"15.0":0.01018,"16.0":0.13237,"17.0":0.02036,"18.0":0.01018,"19.0":0.02036},I:{"0":0.04255,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00005},K:{"0":0.06822,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00147,_:"6 7 8 9 10 5.5"},S:{"2.5":0.00853,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":80.98102},R:{_:"0"},M:{"0":0.05969},Q:{_:"14.9"},O:{"0":0.01705},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.01793,"78":0.00717,"88":0.00717,"91":0.00359,"97":0.00359,"102":0.00717,"103":0.01076,"107":0.00359,"111":0.00359,"112":0.00359,"113":0.00717,"115":0.41239,"116":0.00359,"118":0.01076,"119":0.06455,"120":0.46618,"121":0.00359,"124":0.00717,"125":0.00717,"126":0.00717,"127":0.01793,"128":0.06096,"129":0.01076,"130":0.02152,"131":0.18647,"132":2.66798,"133":0.20082,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 89 90 92 93 94 95 96 98 99 100 101 104 105 106 108 109 110 114 117 122 123 134 135 136 3.5 3.6"},D:{"34":0.00717,"38":0.01434,"49":0.00359,"53":0.00359,"79":0.10758,"81":0.00359,"83":0.00359,"87":0.06455,"88":0.00359,"89":0.00359,"91":0.00717,"93":0.01076,"94":0.02152,"95":0.00359,"96":0.00717,"100":0.00359,"102":0.00717,"103":0.1542,"104":0.01793,"105":0.00359,"106":0.00359,"107":0.00359,"108":0.01076,"109":0.97898,"110":0.00359,"111":0.00359,"112":0.00717,"113":0.01434,"114":0.03227,"115":0.00359,"116":0.05738,"117":0.00359,"118":0.13268,"119":0.0251,"120":0.08606,"121":0.02152,"122":0.05379,"123":0.01793,"124":0.04662,"125":0.02869,"126":0.08965,"127":0.05379,"128":0.12551,"129":0.91443,"130":14.46951,"131":8.12229,"132":0.00717,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 39 40 41 42 43 44 45 46 47 48 50 51 52 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 84 85 86 90 92 97 98 99 101 133 134"},F:{"46":0.00717,"85":0.01434,"86":0.00359,"95":0.05738,"105":0.02152,"106":0.09682,"113":0.11117,"114":0.93953,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 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.00359,"109":0.0251,"110":0.00359,"115":0.00359,"118":0.00359,"119":0.01793,"120":0.06813,"121":0.00359,"124":0.00359,"125":0.00359,"126":0.01076,"127":0.00359,"128":0.01434,"129":0.08606,"130":1.18338,"131":0.82478,_:"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 112 113 114 116 117 122 123"},E:{"14":0.00359,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1","13.1":0.01076,"14.1":0.02152,"15.2-15.3":0.00359,"15.4":0.00359,"15.5":0.00717,"15.6":0.0502,"16.0":0.00359,"16.1":0.00717,"16.2":0.00717,"16.3":0.01434,"16.4":0.00359,"16.5":0.00717,"16.6":0.06455,"17.0":0.00359,"17.1":0.01076,"17.2":0.01076,"17.3":0.01076,"17.4":0.02152,"17.5":0.06096,"17.6":0.24743,"18.0":0.12551,"18.1":0.17213,"18.2":0.00717},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.00311,"7.0-7.1":0.00389,"8.1-8.4":0,"9.0-9.2":0.00311,"9.3":0.0109,"10.0-10.2":0.00234,"10.3":0.01791,"11.0-11.2":0.21021,"11.3-11.4":0.00545,"12.0-12.1":0.00311,"12.2-12.5":0.08175,"13.0-13.1":0.00156,"13.2":0.02102,"13.3":0.00311,"13.4-13.7":0.01168,"14.0-14.4":0.02569,"14.5-14.8":0.03659,"15.0-15.1":0.02102,"15.2-15.3":0.01946,"15.4":0.02336,"15.5":0.02725,"15.6-15.8":0.29195,"16.0":0.05528,"16.1":0.11678,"16.2":0.05917,"16.3":0.10043,"16.4":0.02024,"16.5":0.04048,"16.6-16.7":0.38304,"17.0":0.02803,"17.1":0.04671,"17.2":0.03893,"17.3":0.05917,"17.4":0.1269,"17.5":0.37915,"17.6-17.7":3.27531,"18.0":1.16158,"18.1":1.02066,"18.2":0.04126},P:{"4":0.15539,"20":0.01036,"21":0.03108,"22":0.0518,"23":0.0518,"24":0.0518,"25":0.06216,"26":1.34673,"27":1.27421,"5.0-5.4":0.01036,"6.2-6.4":0.01036,_:"7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0","13.0":0.01036,"17.0":0.01036,"18.0":0.01036,"19.0":0.01036},I:{"0":0.10238,"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:{"11":0.01434,_:"6 7 8 9 10 5.5"},K:{"0":0.23087,_:"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.01283},H:{"0":0},L:{"0":53.36921},R:{_:"0"},M:{"0":0.21163}};
1
+ module.exports={C:{"12":0.00315,"48":0.00946,"52":0.01892,"78":0.00315,"88":0.00315,"95":0.00315,"102":0.00315,"103":0.00315,"111":0.00315,"113":0.00315,"115":0.4731,"119":0.15139,"120":0.46048,"125":0.00631,"126":0.00315,"127":0.00946,"128":0.06623,"129":0.00315,"130":0.00631,"131":0.01262,"132":0.00946,"133":0.02208,"134":0.64026,"135":2.19203,"136":0.00315,_:"2 3 4 5 6 7 8 9 10 11 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 89 90 91 92 93 94 96 97 98 99 100 101 104 105 106 107 108 109 110 112 114 116 117 118 121 122 123 124 137 138 3.5 3.6"},D:{"34":0.00946,"38":0.01262,"49":0.00631,"53":0.00631,"56":0.00315,"79":0.13247,"83":0.00315,"84":0.00315,"86":0.00315,"87":0.082,"88":0.00946,"89":0.00315,"91":0.00946,"94":0.01577,"95":0.00631,"96":0.00315,"98":0.00315,"100":0.00315,"102":0.00315,"103":0.02523,"104":0.01892,"106":0.00315,"107":0.00631,"108":0.02208,"109":1.07551,"110":0.00315,"111":0.00946,"112":0.00315,"113":0.01262,"114":0.02208,"115":0.00315,"116":0.04416,"117":0.00315,"118":0.01577,"119":0.01892,"120":0.06623,"121":0.02523,"122":0.05046,"123":0.01892,"124":0.041,"125":0.01262,"126":0.03469,"127":0.02208,"128":0.05993,"129":0.03154,"130":0.06623,"131":0.6308,"132":8.44326,"133":8.17517,"134":0.00631,"135":0.00315,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 39 40 41 42 43 44 45 46 47 48 50 51 52 54 55 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 85 90 92 93 97 99 101 105 136"},F:{"40":0.00315,"46":0.00946,"79":0.00315,"86":0.00631,"87":0.01892,"95":0.05993,"105":0.00315,"106":0.09462,"114":0.082,_:"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 83 84 85 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 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.00315,"109":0.01892,"119":0.03469,"120":0.32171,"122":0.00315,"126":0.01577,"128":0.00631,"129":0.00631,"130":0.041,"131":0.05677,"132":1.09444,"133":1.47923,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 123 124 125 127"},E:{"14":0.00315,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 18.4","13.1":0.00946,"14.1":0.01262,"15.2-15.3":0.00315,"15.4":0.00315,"15.5":0.00631,"15.6":0.06308,"16.0":0.01262,"16.1":0.00631,"16.2":0.00631,"16.3":0.01262,"16.4":0.00631,"16.5":0.00946,"16.6":0.0757,"17.0":0.00946,"17.1":0.04416,"17.2":0.00631,"17.3":0.00946,"17.4":0.02208,"17.5":0.03469,"17.6":0.12616,"18.0":0.02208,"18.1":0.14824,"18.2":0.09147,"18.3":0.35325},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00177,"5.0-5.1":0.00088,"6.0-6.1":0.0053,"7.0-7.1":0.00442,"8.1-8.4":0,"9.0-9.2":0.00177,"9.3":0.01326,"10.0-10.2":0.00177,"10.3":0.02033,"11.0-11.2":0.06982,"11.3-11.4":0.00619,"12.0-12.1":0.00354,"12.2-12.5":0.09368,"13.0-13.1":0.00177,"13.2":0.00265,"13.3":0.00354,"13.4-13.7":0.01326,"14.0-14.4":0.02917,"14.5-14.8":0.04066,"15.0-15.1":0.02121,"15.2-15.3":0.02121,"15.4":0.02563,"15.5":0.02917,"15.6-15.8":0.36148,"16.0":0.05215,"16.1":0.10871,"16.2":0.0548,"16.3":0.09899,"16.4":0.0221,"16.5":0.04154,"16.6-16.7":0.43042,"17.0":0.02651,"17.1":0.04684,"17.2":0.03712,"17.3":0.05215,"17.4":0.10783,"17.5":0.25631,"17.6-17.7":0.84316,"18.0":0.24835,"18.1":2.28114,"18.2":0.73357,"18.3":2.61434,"18.4":0.0053},P:{"4":0.14608,"20":0.01043,"21":0.02087,"22":0.04174,"23":0.05217,"24":0.05217,"25":0.04174,"26":0.10434,"27":2.7233,"5.0-5.4":0.01043,"6.2-6.4":0.01043,"7.2-7.4":0.01043,_:"8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0 17.0 18.0","13.0":0.01043,"19.0":0.01043},I:{"0":0.08199,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00002,"4.4":0,"4.4.3-4.4.4":0.0001},K:{"0":0.58876,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00631,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":57.28541},R:{_:"0"},M:{"0":0.24646},Q:{_:"14.9"},O:{"0":0.02054},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"17":0.0027,"36":0.01079,"52":0.0027,"78":0.0027,"86":0.0027,"89":0.0027,"107":0.0027,"109":0.0027,"111":0.0027,"112":0.0027,"113":0.01889,"114":0.0054,"115":0.11601,"119":0.0027,"120":0.0027,"121":0.0027,"122":0.0027,"123":0.0027,"124":0.0027,"125":0.0054,"126":0.0054,"127":0.02158,"128":0.01619,"129":0.0054,"130":0.01349,"131":0.08364,"132":1.3544,"133":0.09983,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 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 87 88 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 108 110 116 117 118 134 135 136 3.5 3.6"},D:{"25":0.0027,"52":0.0027,"79":0.0054,"80":0.0054,"81":0.0027,"83":0.0027,"86":0.0027,"87":0.0054,"89":0.0027,"91":0.0054,"92":0.0027,"94":0.0027,"95":0.0027,"96":0.0027,"97":0.0027,"98":0.0027,"99":0.0027,"100":0.00809,"101":0.0027,"102":0.0027,"103":0.01619,"104":0.0054,"105":0.0027,"106":0.01079,"107":0.0054,"108":0.00809,"109":0.74195,"110":0.0027,"111":0.02698,"112":0.00809,"113":0.00809,"114":0.02158,"115":0.0027,"116":0.05936,"117":0.01079,"118":0.01889,"119":0.01619,"120":0.02698,"121":0.03777,"122":0.05126,"123":0.03238,"124":0.05396,"125":0.03777,"126":0.06745,"127":0.05396,"128":0.1403,"129":0.31027,"130":11.47459,"131":7.07146,"132":0.0054,"133":0.0027,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 84 85 88 90 93 134"},F:{"85":0.0054,"95":0.00809,"113":0.00809,"114":0.23473,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.0027,"18":0.0054,"92":0.0054,"100":0.0027,"109":0.01079,"114":0.0027,"120":0.0027,"121":0.0054,"122":0.0027,"124":0.0027,"125":0.0027,"126":0.0054,"127":0.0054,"128":0.01079,"129":0.02968,"130":1.69434,"131":1.16554,_:"12 13 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 119 123"},E:{"14":0.0054,_:"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.00809,"13.1":0.00809,"14.1":0.02158,"15.1":0.00809,"15.2-15.3":0.0027,"15.4":0.0054,"15.5":0.00809,"15.6":0.04587,"16.0":0.0054,"16.1":0.01619,"16.2":0.00809,"16.3":0.01349,"16.4":0.00809,"16.5":0.02428,"16.6":0.05666,"17.0":0.01079,"17.1":0.01619,"17.2":0.01889,"17.3":0.01619,"17.4":0.03507,"17.5":0.07285,"17.6":0.1403,"18.0":0.10522,"18.1":0.08364,"18.2":0.0027},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0004,"5.0-5.1":0,"6.0-6.1":0.0016,"7.0-7.1":0.002,"8.1-8.4":0,"9.0-9.2":0.0016,"9.3":0.00559,"10.0-10.2":0.0012,"10.3":0.00919,"11.0-11.2":0.10784,"11.3-11.4":0.0028,"12.0-12.1":0.0016,"12.2-12.5":0.04194,"13.0-13.1":0.0008,"13.2":0.01078,"13.3":0.0016,"13.4-13.7":0.00599,"14.0-14.4":0.01318,"14.5-14.8":0.01877,"15.0-15.1":0.01078,"15.2-15.3":0.00999,"15.4":0.01198,"15.5":0.01398,"15.6-15.8":0.14978,"16.0":0.02836,"16.1":0.05991,"16.2":0.03036,"16.3":0.05153,"16.4":0.01038,"16.5":0.02077,"16.6-16.7":0.19651,"17.0":0.01438,"17.1":0.02397,"17.2":0.01997,"17.3":0.03036,"17.4":0.06511,"17.5":0.19452,"17.6-17.7":1.68036,"18.0":0.59593,"18.1":0.52364,"18.2":0.02117},P:{"4":0.01042,"20":0.01042,"21":0.01042,"22":0.03126,"23":0.02084,"24":0.03126,"25":0.04167,"26":0.39591,"27":0.25005,_:"5.0-5.4 6.2-6.4 8.2 9.2 10.1 12.0 13.0 14.0 15.0 16.0 18.0","7.2-7.4":0.02084,"11.1-11.2":0.01042,"17.0":0.01042,"19.0":0.01042},I:{"0":0.08015,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00002,"4.4":0,"4.4.3-4.4.4":0.0001},A:{"11":0.02698,_:"6 7 8 9 10 5.5"},K:{"0":0.41621,_:"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.40891},H:{"0":0},L:{"0":67.77909},R:{_:"0"},M:{"0":0.04381}};
1
+ module.exports={C:{"17":0.00333,"52":0.00333,"86":0.00333,"109":0.00333,"112":0.00333,"113":0.0233,"114":0.00999,"115":0.15646,"121":0.00333,"122":0.00333,"123":0.00333,"124":0.00333,"125":0.00666,"126":0.00333,"127":0.01997,"128":0.0233,"129":0.00333,"130":0.00666,"131":0.00666,"132":0.01332,"133":0.02996,"134":0.52265,"135":1.4581,"136":0.01665,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 116 117 118 119 120 137 138 3.5 3.6"},D:{"25":0.00333,"52":0.00333,"79":0.00333,"80":0.00333,"81":0.00333,"83":0.00333,"87":0.00333,"89":0.00333,"91":0.00333,"92":0.00333,"94":0.00333,"95":0.00333,"97":0.00333,"98":0.00333,"100":0.00666,"101":0.00333,"102":0.00333,"103":0.01997,"104":0.0233,"105":0.00333,"106":0.00666,"107":0.00999,"108":0.00999,"109":0.82226,"110":0.00666,"111":0.05992,"112":0.00666,"113":0.01332,"114":0.0233,"115":0.00666,"116":0.07657,"117":0.00666,"118":0.02996,"119":0.01665,"120":0.02663,"121":0.07657,"122":0.05659,"123":0.03329,"124":0.06991,"125":0.03329,"126":0.06658,"127":0.04661,"128":0.11319,"129":0.05326,"130":0.08988,"131":0.77899,"132":11.29197,"133":10.38981,"134":0.00666,"135":0.00333,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 84 85 86 88 90 93 96 99 136"},F:{"87":0.00999,"95":0.01332,"107":0.00333,"114":0.01332,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 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.00333,"92":0.00666,"100":0.00333,"109":0.00999,"114":0.00666,"122":0.00333,"124":0.00333,"125":0.00333,"126":0.00333,"127":0.00333,"128":0.00333,"129":0.00666,"130":0.00666,"131":0.06658,"132":1.40484,"133":1.92083,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 119 120 121 123"},E:{"14":0.00666,_:"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 18.4","5.1":0.00333,"13.1":0.00666,"14.1":0.0233,"15.1":0.00666,"15.2-15.3":0.00333,"15.4":0.00333,"15.5":0.00666,"15.6":0.04994,"16.0":0.00333,"16.1":0.01665,"16.2":0.00999,"16.3":0.01665,"16.4":0.00999,"16.5":0.0233,"16.6":0.05992,"17.0":0.00999,"17.1":0.01997,"17.2":0.01665,"17.3":0.01997,"17.4":0.03662,"17.5":0.06658,"17.6":0.11319,"18.0":0.04661,"18.1":0.1265,"18.2":0.06991,"18.3":0.17644},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00097,"5.0-5.1":0.00049,"6.0-6.1":0.00292,"7.0-7.1":0.00243,"8.1-8.4":0,"9.0-9.2":0.00097,"9.3":0.0073,"10.0-10.2":0.00097,"10.3":0.0112,"11.0-11.2":0.03847,"11.3-11.4":0.00341,"12.0-12.1":0.00195,"12.2-12.5":0.05162,"13.0-13.1":0.00097,"13.2":0.00146,"13.3":0.00195,"13.4-13.7":0.0073,"14.0-14.4":0.01607,"14.5-14.8":0.0224,"15.0-15.1":0.01169,"15.2-15.3":0.01169,"15.4":0.01412,"15.5":0.01607,"15.6-15.8":0.19918,"16.0":0.02873,"16.1":0.0599,"16.2":0.03019,"16.3":0.05454,"16.4":0.01217,"16.5":0.02289,"16.6-16.7":0.23716,"17.0":0.01461,"17.1":0.02581,"17.2":0.02045,"17.3":0.02873,"17.4":0.05941,"17.5":0.14123,"17.6-17.7":0.46458,"18.0":0.13684,"18.1":1.2569,"18.2":0.4042,"18.3":1.4405,"18.4":0.00292},P:{"4":0.01021,"20":0.01021,"21":0.01021,"22":0.02041,"23":0.03062,"24":0.03062,"25":0.04083,"26":0.06124,"27":0.74508,_:"5.0-5.4 6.2-6.4 8.2 9.2 10.1 12.0 13.0 14.0 15.0 16.0 18.0","7.2-7.4":0.03062,"11.1-11.2":0.01021,"17.0":0.01021,"19.0":0.01021},I:{"0":0.07323,"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.00009},K:{"0":0.54035,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.16645,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":60.90982},R:{_:"0"},M:{"0":0.06671},Q:{_:"14.9"},O:{"0":0.63375},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"36":0.00345,"38":0.01379,"43":0.00689,"44":0.07583,"45":0.01034,"52":0.00345,"55":0.00345,"56":0.03447,"58":0.00345,"68":0.00345,"78":0.01034,"88":0.00345,"115":0.06205,"123":0.00345,"125":0.03447,"127":0.01034,"128":0.05171,"129":0.00689,"130":0.02758,"131":0.07583,"132":0.88243,"133":0.08273,_:"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 37 39 40 41 42 46 47 48 49 50 51 53 54 57 59 60 61 62 63 64 65 66 67 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 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 124 126 134 135 136 3.6","3.5":0.00689},D:{"38":0.00345,"39":0.01724,"40":0.01724,"41":0.01724,"42":0.01724,"43":0.01724,"44":0.01724,"45":0.01724,"46":0.01724,"47":0.02413,"48":0.10686,"49":0.04136,"50":0.01724,"51":0.03447,"52":0.01724,"53":0.02413,"54":0.02068,"55":0.01724,"56":0.01724,"57":0.01724,"58":0.02068,"59":0.01724,"60":0.01724,"61":0.38951,"62":0.00345,"63":0.01034,"65":0.00345,"74":0.01724,"79":0.03447,"81":0.04481,"85":0.00345,"86":0.00345,"87":0.02413,"88":0.00689,"89":0.02068,"91":0.01724,"92":0.01379,"93":0.00689,"94":0.01034,"95":0.00345,"96":0.00345,"98":0.00345,"99":0.00345,"100":0.00345,"102":0.00345,"103":0.05515,"104":0.00345,"105":0.01724,"106":0.03447,"107":0.01034,"108":0.00689,"109":0.33436,"110":0.00345,"111":0.00345,"112":0.00345,"113":0.05515,"114":0.07928,"115":0.01724,"116":0.09652,"117":0.03792,"118":0.00689,"119":0.30334,"120":0.08962,"121":0.01379,"122":0.12409,"123":0.03102,"124":0.12754,"125":5.02573,"126":1.13406,"127":1.04444,"128":0.37228,"129":0.748,"130":8.51409,"131":4.4225,"132":0.00345,_:"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 64 66 67 68 69 70 71 72 73 75 76 77 78 80 83 84 90 97 101 133 134"},F:{"46":0.01034,"85":0.00689,"95":0.00345,"113":0.03447,"114":0.5205,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6","12.1":0.00345},B:{"12":0.00345,"92":0.00345,"107":0.00345,"108":0.00345,"109":0.00689,"116":0.00345,"117":0.00345,"121":0.00345,"122":0.00345,"123":0.00345,"124":0.00689,"125":0.00689,"126":0.02068,"127":0.01034,"128":0.04136,"129":0.15167,"130":2.57836,"131":1.64767,_:"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 111 112 113 114 115 118 119 120"},E:{"8":0.00689,"9":0.01379,"13":0.00345,"14":0.03102,"15":0.00689,_:"0 4 5 6 7 10 11 12 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1","12.1":0.00345,"13.1":0.03792,"14.1":0.07239,"15.1":0.01034,"15.2-15.3":0.01379,"15.4":0.01724,"15.5":0.03447,"15.6":0.22061,"16.0":0.01724,"16.1":0.02758,"16.2":0.03792,"16.3":0.11375,"16.4":0.01724,"16.5":0.02413,"16.6":0.22061,"17.0":0.01379,"17.1":0.04136,"17.2":0.03447,"17.3":0.05515,"17.4":0.11375,"17.5":0.20337,"17.6":1.19611,"18.0":0.26542,"18.1":0.32057,"18.2":0.00689},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0019,"5.0-5.1":0,"6.0-6.1":0.00759,"7.0-7.1":0.00949,"8.1-8.4":0,"9.0-9.2":0.00759,"9.3":0.02657,"10.0-10.2":0.00569,"10.3":0.04365,"11.0-11.2":0.51239,"11.3-11.4":0.01328,"12.0-12.1":0.00759,"12.2-12.5":0.19926,"13.0-13.1":0.0038,"13.2":0.05124,"13.3":0.00759,"13.4-13.7":0.02847,"14.0-14.4":0.06263,"14.5-14.8":0.08919,"15.0-15.1":0.05124,"15.2-15.3":0.04744,"15.4":0.05693,"15.5":0.06642,"15.6-15.8":0.71166,"16.0":0.13474,"16.1":0.28466,"16.2":0.14423,"16.3":0.24481,"16.4":0.04934,"16.5":0.09868,"16.6-16.7":0.93369,"17.0":0.06832,"17.1":0.11386,"17.2":0.09489,"17.3":0.14423,"17.4":0.30933,"17.5":0.9242,"17.6-17.7":7.98383,"18.0":2.83144,"18.1":2.48795,"18.2":0.10058},P:{"4":0.01047,"20":0.02094,"21":0.03142,"22":0.03142,"23":0.05236,"24":0.06283,"25":0.05236,"26":1.56029,"27":1.27755,_:"5.0-5.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0","6.2-6.4":0.02094,"7.2-7.4":0.01047,"19.0":0.02094},I:{"0":0.06539,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00002,"4.4":0,"4.4.3-4.4.4":0.00009},A:{"8":0.00361,"9":0.02528,"11":0.04694,_:"6 7 10 5.5"},K:{"0":0.16383,_:"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.02621},H:{"0":0},L:{"0":42.86189},R:{_:"0"},M:{"0":0.39973}};
1
+ module.exports={C:{"36":0.00313,"48":0.00313,"52":0.00313,"59":0.06884,"78":0.00939,"88":0.00313,"113":0.00313,"114":0.00313,"115":0.06571,"124":0.00313,"125":0.00313,"127":0.00626,"128":0.0219,"129":0.00313,"130":0.00626,"131":0.00313,"132":0.00939,"133":0.01565,"134":0.22529,"135":0.75722,"136":0.00313,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 40 41 42 43 44 45 46 47 49 50 51 53 54 55 56 57 58 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 116 117 118 119 120 121 122 123 126 137 138 3.5 3.6"},D:{"39":0.06884,"40":0.07197,"41":0.06884,"42":0.06884,"43":0.06884,"44":0.06884,"45":0.06884,"46":0.06884,"47":0.06884,"48":0.06884,"49":0.07197,"50":0.06884,"51":0.06884,"52":0.0751,"53":0.07197,"54":0.07197,"55":0.06884,"56":0.07197,"57":0.07197,"58":0.07197,"59":0.07197,"60":0.06884,"61":0.0219,"62":0.00313,"63":0.00939,"65":0.00313,"74":0.0219,"76":0.00313,"79":0.03129,"80":0.00313,"81":0.03755,"83":0.00313,"85":0.00313,"86":0.00313,"87":0.02503,"88":0.00939,"90":0.00313,"91":0.00313,"92":0.00626,"93":0.00939,"94":0.00626,"95":0.00313,"98":0.00313,"102":0.00939,"103":0.04694,"104":0.0219,"105":0.01252,"106":0.03442,"107":0.00626,"108":0.01252,"109":0.33793,"110":0.00626,"111":0.00313,"112":0.00313,"113":0.03129,"114":0.03442,"115":0.00626,"116":0.09074,"117":0.02816,"118":0.00313,"119":0.01565,"120":0.25658,"121":0.00939,"122":0.07823,"123":0.03442,"124":0.08761,"125":3.71099,"126":0.82919,"127":0.76661,"128":0.07197,"129":0.07197,"130":0.40677,"131":1.06073,"132":5.90129,"133":5.39753,"134":0.00626,"135":0.00313,_:"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 64 66 67 68 69 70 71 72 73 75 77 78 84 89 96 97 99 100 101 136"},F:{"46":0.00313,"87":0.00626,"95":0.00626,"107":0.00313,"114":0.04068,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 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:{"107":0.00313,"109":0.00939,"114":0.00313,"117":0.00313,"121":0.00626,"124":0.00313,"125":0.00313,"126":0.0219,"127":0.00626,"128":0.00313,"129":0.01565,"130":0.06258,"131":0.10639,"132":1.61456,"133":2.43436,_:"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 113 115 116 118 119 120 122 123"},E:{"8":0.00313,"13":0.00313,"14":0.04694,"15":0.00313,_:"0 4 5 6 7 9 10 11 12 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 18.4","12.1":0.00313,"13.1":0.02816,"14.1":0.04694,"15.1":0.00626,"15.2-15.3":0.00939,"15.4":0.00939,"15.5":0.03755,"15.6":0.17522,"16.0":0.02503,"16.1":0.01877,"16.2":0.03129,"16.3":0.05632,"16.4":0.01252,"16.5":0.01877,"16.6":0.19087,"17.0":0.00939,"17.1":0.10639,"17.2":0.02503,"17.3":0.02816,"17.4":0.06884,"17.5":0.12516,"17.6":0.32855,"18.0":0.05632,"18.1":0.52254,"18.2":0.16897,"18.3":0.61954},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00387,"5.0-5.1":0.00194,"6.0-6.1":0.01162,"7.0-7.1":0.00968,"8.1-8.4":0,"9.0-9.2":0.00387,"9.3":0.02905,"10.0-10.2":0.00387,"10.3":0.04455,"11.0-11.2":0.15302,"11.3-11.4":0.01356,"12.0-12.1":0.00775,"12.2-12.5":0.20532,"13.0-13.1":0.00387,"13.2":0.00581,"13.3":0.00775,"13.4-13.7":0.02905,"14.0-14.4":0.06392,"14.5-14.8":0.0891,"15.0-15.1":0.04649,"15.2-15.3":0.04649,"15.4":0.05617,"15.5":0.06392,"15.6-15.8":0.79221,"16.0":0.11428,"16.1":0.23824,"16.2":0.12009,"16.3":0.21694,"16.4":0.04842,"16.5":0.09104,"16.6-16.7":0.94329,"17.0":0.05811,"17.1":0.10266,"17.2":0.08135,"17.3":0.11428,"17.4":0.23631,"17.5":0.56171,"17.6-17.7":1.84784,"18.0":0.54428,"18.1":4.99923,"18.2":1.60766,"18.3":5.72945,"18.4":0.01162},P:{"4":0.01044,"20":0.02088,"21":0.03132,"22":0.03132,"23":0.04176,"24":0.06264,"25":0.04176,"26":0.09396,"27":2.86042,_:"5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0","7.2-7.4":0.02088,"19.0":0.02088},I:{"0":0.06857,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00008},K:{"0":0.13055,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.00331,"9":0.01988,"11":0.03313,_:"6 7 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":46.13749},R:{_:"0"},M:{"0":0.39852},Q:{_:"14.9"},O:{"0":0.01374},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"24":0.00319,"25":0.00639,"26":0.01597,"27":0.00319,"36":0.00319,"51":0.00319,"52":0.00958,"60":0.00319,"63":0.00639,"78":0.00319,"101":0.00319,"113":0.00639,"115":0.12457,"118":0.00639,"119":0.00319,"120":0.00319,"122":0.00319,"123":0.00639,"124":0.00319,"125":0.00319,"127":0.00319,"128":0.02236,"129":0.00639,"130":0.01278,"131":0.05749,"132":0.75378,"133":0.06069,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 28 29 30 31 32 33 34 35 37 38 39 40 41 42 43 44 45 46 47 48 49 50 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 88 89 90 91 92 93 94 95 96 97 98 99 100 102 103 104 105 106 107 108 109 110 111 112 114 116 117 121 126 134 135 136 3.5 3.6"},D:{"31":0.01916,"32":0.00319,"38":0.00639,"49":0.00319,"55":0.01597,"56":0.00639,"64":0.00319,"65":0.00639,"68":0.00319,"69":0.00319,"70":0.00319,"71":0.00319,"72":0.00319,"74":0.00639,"75":0.00319,"76":0.00639,"77":0.00319,"78":0.00319,"79":0.03194,"80":0.00639,"81":0.00319,"83":0.00958,"84":0.00319,"85":0.00639,"86":0.00958,"87":0.04152,"88":0.00958,"89":0.00639,"90":0.00639,"91":0.03513,"92":0.00958,"94":0.00639,"95":0.00319,"96":0.00319,"97":0.00319,"98":0.00639,"99":0.00319,"100":0.00639,"101":0.00958,"102":0.00639,"103":0.02875,"104":0.00639,"105":0.00639,"106":0.01278,"107":0.00639,"108":0.03513,"109":0.70268,"110":0.00639,"111":0.00639,"112":0.00639,"113":0.06069,"114":0.07346,"115":0.00958,"116":0.07666,"117":0.00639,"118":0.01597,"119":0.03194,"120":0.03513,"121":0.03194,"122":0.07666,"123":0.03833,"124":0.0511,"125":0.0543,"126":0.09582,"127":0.11179,"128":0.22677,"129":0.76975,"130":13.68629,"131":7.92112,"132":0.00958,"133":0.00319,_:"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 33 34 35 36 37 39 40 41 42 43 44 45 46 47 48 50 51 52 53 54 57 58 59 60 61 62 63 66 67 73 93 134"},F:{"85":0.01597,"86":0.00958,"95":0.02555,"113":0.04472,"114":0.61964,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00319,"80":0.00319,"81":0.00319,"83":0.00319,"84":0.00319,"92":0.00319,"103":0.00319,"104":0.00319,"108":0.00319,"109":0.02555,"110":0.00319,"112":0.00319,"114":0.00319,"116":0.00639,"119":0.00639,"120":0.00639,"121":0.00639,"122":0.00319,"123":0.00319,"124":0.00639,"125":0.00639,"126":0.01597,"127":0.01278,"128":0.01916,"129":0.08624,"130":1.51076,"131":1.0636,_:"12 13 14 15 16 17 79 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 105 106 107 111 113 115 117 118"},E:{"7":0.00319,"8":0.13095,"10":0.00319,"14":0.01278,"15":0.00319,_:"0 4 5 6 9 11 12 13 3.1 3.2 5.1 7.1 10.1 11.1 12.1","6.1":0.00319,"9.1":0.00639,"13.1":0.00639,"14.1":0.02875,"15.1":0.00319,"15.2-15.3":0.00958,"15.4":0.00319,"15.5":0.01597,"15.6":0.06388,"16.0":0.00319,"16.1":0.01278,"16.2":0.00639,"16.3":0.02875,"16.4":0.00319,"16.5":0.01278,"16.6":0.1086,"17.0":0.00319,"17.1":0.01597,"17.2":0.01278,"17.3":0.02236,"17.4":0.02555,"17.5":0.07666,"17.6":0.41203,"18.0":0.11498,"18.1":0.18525,"18.2":0.00639},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00139,"5.0-5.1":0,"6.0-6.1":0.00555,"7.0-7.1":0.00694,"8.1-8.4":0,"9.0-9.2":0.00555,"9.3":0.01942,"10.0-10.2":0.00416,"10.3":0.0319,"11.0-11.2":0.37451,"11.3-11.4":0.00971,"12.0-12.1":0.00555,"12.2-12.5":0.14564,"13.0-13.1":0.00277,"13.2":0.03745,"13.3":0.00555,"13.4-13.7":0.02081,"14.0-14.4":0.04577,"14.5-14.8":0.06519,"15.0-15.1":0.03745,"15.2-15.3":0.03468,"15.4":0.04161,"15.5":0.04855,"15.6-15.8":0.52015,"16.0":0.09848,"16.1":0.20806,"16.2":0.10542,"16.3":0.17893,"16.4":0.03606,"16.5":0.07213,"16.6-16.7":0.68243,"17.0":0.04993,"17.1":0.08322,"17.2":0.06935,"17.3":0.10542,"17.4":0.22609,"17.5":0.6755,"17.6-17.7":5.83537,"18.0":2.0695,"18.1":1.81844,"18.2":0.07351},P:{"4":0.03078,"20":0.03078,"21":0.09233,"22":0.15388,"23":0.17439,"24":0.19491,"25":0.22569,"26":4.0726,"27":3.26218,_:"5.0-5.4 8.2 10.1 12.0","6.2-6.4":0.01026,"7.2-7.4":0.02052,"9.2":0.01026,"11.1-11.2":0.03078,"13.0":0.03078,"14.0":0.02052,"15.0":0.01026,"16.0":0.02052,"17.0":0.02052,"18.0":0.01026,"19.0":0.05129},I:{"0":0.01358,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00002},A:{"8":0.00319,"9":0.00319,"10":0.00319,"11":0.02236,_:"6 7 5.5"},K:{"0":0.30988,_:"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.03403},H:{"0":0.01},L:{"0":45.72213},R:{_:"0"},M:{"0":0.19737}};
1
+ module.exports={C:{"24":0.01808,"25":0.01085,"26":0.05786,"27":0.01808,"28":0.00723,"31":0.00723,"36":0.00362,"51":0.00362,"52":0.00723,"78":0.00362,"89":0.00362,"110":0.00362,"113":0.00362,"115":0.11571,"119":0.00362,"125":0.00362,"126":0.00362,"127":0.00362,"128":0.02893,"129":0.00362,"130":0.00362,"131":0.00362,"132":0.00723,"133":0.02531,"134":0.30736,"135":0.61834,"136":0.00362,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 29 30 32 33 34 35 37 38 39 40 41 42 43 44 45 46 47 48 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 85 86 87 88 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 111 112 114 116 117 118 120 121 122 123 124 137 138 3.5 3.6"},D:{"31":0.10125,"32":0.02893,"35":0.01085,"38":0.00723,"40":0.00362,"41":0.00362,"49":0.00362,"55":0.00362,"56":0.00723,"61":0.00362,"64":0.00362,"65":0.00723,"69":0.00362,"74":0.01446,"78":0.00362,"79":0.03254,"80":0.00362,"81":0.00362,"83":0.00723,"85":0.00362,"86":0.00723,"87":0.03616,"88":0.00723,"89":0.00362,"90":0.01085,"91":0.04339,"92":0.01085,"94":0.00723,"96":0.00723,"97":0.00362,"98":0.00362,"99":0.00362,"100":0.00362,"101":0.00362,"102":0.01085,"103":0.01446,"104":0.0217,"105":0.00362,"106":0.01446,"107":0.01085,"108":0.03978,"109":0.68342,"110":0.00723,"111":0.01085,"112":0.00723,"113":0.08678,"114":0.09402,"115":0.00723,"116":0.17357,"117":0.00723,"118":0.01446,"119":0.02531,"120":0.04701,"121":0.03616,"122":0.06147,"123":0.03616,"124":0.06509,"125":0.03616,"126":0.0687,"127":0.0687,"128":0.10486,"129":0.05062,"130":0.07955,"131":1.22944,"132":11.54227,"133":11.17706,"134":0.01446,"135":0.00362,_:"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 33 34 36 37 39 42 43 44 45 46 47 48 50 51 52 53 54 57 58 59 60 62 63 66 67 68 70 71 72 73 75 76 77 84 93 95 136"},F:{"46":0.00362,"86":0.00362,"87":0.0217,"95":0.01446,"114":0.05062,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 88 89 90 91 92 93 94 96 97 98 99 100 101 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":0.00723},B:{"18":0.00723,"91":0.01085,"92":0.00362,"103":0.00362,"104":0.00362,"108":0.00362,"109":0.03254,"110":0.00362,"112":0.00362,"114":0.00362,"117":0.00362,"119":0.00362,"120":0.00723,"122":0.00362,"124":0.00362,"125":0.00723,"126":0.01085,"127":0.00362,"128":0.00723,"129":0.01085,"130":0.0217,"131":0.1121,"132":1.14627,"133":1.51149,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 93 94 95 96 97 98 99 100 101 102 105 106 107 111 113 115 116 118 121 123"},E:{"7":0.01446,"8":0.07594,"14":0.00362,"15":0.00362,_:"0 4 5 6 9 10 11 12 13 3.1 3.2 7.1 10.1 11.1 12.1 18.4","5.1":0.00362,"6.1":0.01808,"9.1":0.00362,"13.1":0.00723,"14.1":0.02893,"15.1":0.00362,"15.2-15.3":0.00723,"15.4":0.00362,"15.5":0.01085,"15.6":0.06509,"16.0":0.00723,"16.1":0.01446,"16.2":0.00362,"16.3":0.02531,"16.4":0.00362,"16.5":0.01446,"16.6":0.0904,"17.0":0.00723,"17.1":0.05424,"17.2":0.01808,"17.3":0.01446,"17.4":0.0217,"17.5":0.04701,"17.6":0.16272,"18.0":0.0217,"18.1":0.19888,"18.2":0.06147,"18.3":0.33267},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00278,"5.0-5.1":0.00139,"6.0-6.1":0.00833,"7.0-7.1":0.00695,"8.1-8.4":0,"9.0-9.2":0.00278,"9.3":0.02084,"10.0-10.2":0.00278,"10.3":0.03195,"11.0-11.2":0.10974,"11.3-11.4":0.00972,"12.0-12.1":0.00556,"12.2-12.5":0.14725,"13.0-13.1":0.00278,"13.2":0.00417,"13.3":0.00556,"13.4-13.7":0.02084,"14.0-14.4":0.04584,"14.5-14.8":0.0639,"15.0-15.1":0.03334,"15.2-15.3":0.03334,"15.4":0.04029,"15.5":0.04584,"15.6-15.8":0.56817,"16.0":0.08196,"16.1":0.17087,"16.2":0.08613,"16.3":0.15559,"16.4":0.03473,"16.5":0.06529,"16.6-16.7":0.67652,"17.0":0.04167,"17.1":0.07363,"17.2":0.05834,"17.3":0.08196,"17.4":0.16948,"17.5":0.40286,"17.6-17.7":1.32526,"18.0":0.39035,"18.1":3.58542,"18.2":1.153,"18.3":4.10913,"18.4":0.00833},P:{"4":0.0206,"20":0.0309,"21":0.0515,"22":0.0824,"23":0.15451,"24":0.11331,"25":0.14421,"26":0.24721,"27":6.14947,"5.0-5.4":0.0103,_:"6.2-6.4 8.2 9.2 10.1 12.0","7.2-7.4":0.0103,"11.1-11.2":0.0412,"13.0":0.0103,"14.0":0.0103,"15.0":0.0103,"16.0":0.0206,"17.0":0.0206,"18.0":0.0103,"19.0":0.0206},I:{"0":0.02548,"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.25174,_:"10 11 12 11.1 11.5 12.1"},A:{"9":0.00362,"10":0.02531,"11":0.12294,_:"6 7 8 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":43.30424},R:{_:"0"},M:{"0":0.23621},Q:{_:"14.9"},O:{"0":0.03192},H:{"0":0.01}};
@@ -1 +1 @@
1
- module.exports={C:{"3":0.00446,"4":0.00446,"6":0.00446,"15":0.00446,"33":0.00446,"35":0.00446,"37":0.00446,"38":0.00446,"40":0.00893,"78":0.00446,"82":0.00446,"91":0.00446,"96":0.00893,"102":0.00893,"103":0.02232,"113":0.01339,"115":0.08035,"119":0.00446,"125":0.0491,"128":0.04464,"129":0.02678,"130":0.00446,"131":0.08482,"132":1.81238,"133":0.17856,_:"2 5 7 8 9 10 11 12 13 14 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 34 36 39 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 83 84 85 86 87 88 89 90 92 93 94 95 97 98 99 100 101 104 105 106 107 108 109 110 111 112 114 116 117 118 120 121 122 123 124 126 127 134 135 136","3.5":0.00446,"3.6":0.00446},D:{"31":0.00446,"33":0.00446,"37":0.00446,"38":0.00446,"39":0.00446,"40":0.00893,"41":0.00893,"42":0.00446,"43":0.00893,"44":0.02232,"45":0.00446,"46":0.00893,"47":0.00893,"51":0.00893,"70":0.00446,"76":0.01339,"79":0.01786,"85":0.00446,"87":0.02232,"94":0.00446,"95":0.00446,"98":0.03125,"99":0.00893,"103":0.04018,"104":0.05803,"107":0.00446,"108":0.01339,"109":0.29909,"111":0.00893,"112":0.00446,"113":0.00446,"114":0.01339,"115":0.00446,"116":0.99994,"117":0.00446,"118":0.00893,"119":0.01786,"120":0.0491,"121":0.08482,"122":0.03125,"123":0.00446,"124":1.2276,"125":0.01339,"126":0.03571,"127":0.0625,"128":0.13838,"129":0.83477,"130":8.97264,"131":4.5265,"132":0.00893,_:"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 32 34 35 36 48 49 50 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 71 72 73 74 75 77 78 80 81 83 84 86 88 89 90 91 92 93 96 97 100 101 102 105 106 110 133 134"},F:{"31":0.00446,"79":0.00893,"85":0.00893,"112":0.02678,"113":0.08035,"114":4.32115,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 32 33 34 35 36 37 38 39 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 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6","12.1":0.00446},B:{"98":0.00446,"107":0.06696,"109":0.03125,"118":0.00446,"119":0.00446,"120":0.02678,"123":0.00893,"127":0.01339,"128":0.00893,"129":0.30802,"130":5.63803,"131":2.87928,_:"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 99 100 101 102 103 104 105 106 108 110 111 112 113 114 115 116 117 121 122 124 125 126"},E:{"8":0.00446,"9":0.02232,"14":0.02678,_:"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","5.1":0.00446,"12.1":0.01786,"13.1":0.08035,"14.1":0.05803,"15.2-15.3":0.04018,"15.4":0.00446,"15.5":0.02678,"15.6":0.52229,"16.0":0.02232,"16.1":0.03125,"16.2":0.1116,"16.3":0.2723,"16.4":0.03571,"16.5":0.01786,"16.6":1.0044,"17.0":0.04464,"17.1":0.00446,"17.2":0.14285,"17.3":0.03571,"17.4":0.29909,"17.5":0.29909,"17.6":4.55774,"18.0":0.41069,"18.1":1.10707,"18.2":0.02232},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00298,"5.0-5.1":0,"6.0-6.1":0.01191,"7.0-7.1":0.01489,"8.1-8.4":0,"9.0-9.2":0.01191,"9.3":0.04169,"10.0-10.2":0.00893,"10.3":0.06849,"11.0-11.2":0.80401,"11.3-11.4":0.02084,"12.0-12.1":0.01191,"12.2-12.5":0.31267,"13.0-13.1":0.00596,"13.2":0.0804,"13.3":0.01191,"13.4-13.7":0.04467,"14.0-14.4":0.09827,"14.5-14.8":0.13996,"15.0-15.1":0.0804,"15.2-15.3":0.07445,"15.4":0.08933,"15.5":0.10422,"15.6-15.8":1.11668,"16.0":0.21142,"16.1":0.44667,"16.2":0.22631,"16.3":0.38414,"16.4":0.07742,"16.5":0.15485,"16.6-16.7":1.46508,"17.0":0.1072,"17.1":0.17867,"17.2":0.14889,"17.3":0.22631,"17.4":0.48538,"17.5":1.4502,"17.6-17.7":12.52767,"18.0":4.4429,"18.1":3.90391,"18.2":0.15782},P:{"4":0.03399,"20":0.03399,"21":0.07931,"22":0.01133,"23":0.07931,"24":0.24926,"25":0.02266,"26":2.03936,"27":2.02803,_:"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 18.0 19.0","6.2-6.4":0.03399,"17.0":0.01133},I:{"0":0.15467,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00005,"4.4":0,"4.4.3-4.4.4":0.0002},A:{"7":0.00446,"8":0.07142,"9":0.00893,"10":0.01339,"11":0.0491,_:"6 5.5"},K:{"0":0.23251,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.00554,_:"3.0-3.1"},J:{_:"7 10"},Q:{_:"14.9"},O:{"0":0.01661},H:{"0":0},L:{"0":19.52723},R:{_:"0"},M:{"0":0.53699}};
1
+ module.exports={C:{"40":0.00398,"48":0.00398,"52":0.01195,"68":0.00398,"78":0.00398,"115":0.13944,"123":0.00398,"126":0.00398,"128":0.06773,"131":0.00398,"132":0.01992,"133":0.00398,"134":0.44222,"135":1.53384,"136":0.01594,_:"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 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 69 70 71 72 73 74 75 76 77 79 80 81 82 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 124 125 127 129 130 137 138 3.5","3.6":0.00398},D:{"21":0.00398,"33":0.00398,"41":0.00398,"42":0.00398,"44":0.01195,"45":0.00797,"47":0.00797,"49":0.00797,"51":0.00797,"58":0.00398,"75":0.01594,"79":0.01594,"86":0.00797,"87":0.01992,"88":0.00797,"94":0.00398,"95":0.01594,"98":0.04382,"99":0.01195,"101":0.00398,"103":0.15538,"107":0.01594,"108":0.03187,"109":0.68923,"111":0.00398,"114":0.00398,"115":0.00398,"116":0.75696,"118":0.01992,"119":0.04382,"120":0.18326,"121":0.06374,"122":0.04781,"123":0.00797,"124":0.01195,"125":0.01195,"126":0.03187,"127":0.0239,"128":0.05976,"129":0.04781,"130":0.17928,"131":1.23902,"132":5.93218,"133":6.3744,"135":0.00398,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 22 23 24 25 26 27 28 29 30 31 32 34 35 36 37 38 39 40 43 46 48 50 52 53 54 55 56 57 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 76 77 78 80 81 83 84 85 89 90 91 92 93 96 97 100 102 104 105 106 110 112 113 117 134 136"},F:{"31":0.00398,"87":0.00797,"95":0.00398,"114":0.03187,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00398,"98":0.00398,"107":0.14342,"109":0.03984,"120":0.00398,"121":0.00398,"123":0.00398,"124":0.00398,"125":0.00797,"126":0.00398,"129":0.00398,"130":0.09163,"131":0.3745,"132":3.13541,"133":4.88438,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 99 100 101 102 103 104 105 106 108 110 111 112 113 114 115 116 117 118 119 122 127 128"},E:{"7":0.00398,"8":0.00398,"9":0.00797,"14":0.00398,_:"0 4 5 6 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.4 18.4","12.1":0.03984,"13.1":0.04382,"14.1":0.07171,"15.1":0.0239,"15.2-15.3":0.03187,"15.5":0.05578,"15.6":0.41434,"16.0":0.01992,"16.1":0.01992,"16.2":0.07968,"16.3":0.24701,"16.4":0.01195,"16.5":0.03187,"16.6":0.63346,"17.0":0.01195,"17.1":0.40238,"17.2":0.05578,"17.3":0.00398,"17.4":0.07968,"17.5":0.13944,"17.6":1.92427,"18.0":0.13944,"18.1":1.39042,"18.2":0.5219,"18.3":3.82464},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00609,"5.0-5.1":0.00304,"6.0-6.1":0.01826,"7.0-7.1":0.01522,"8.1-8.4":0,"9.0-9.2":0.00609,"9.3":0.04565,"10.0-10.2":0.00609,"10.3":0.07,"11.0-11.2":0.24044,"11.3-11.4":0.0213,"12.0-12.1":0.01217,"12.2-12.5":0.32261,"13.0-13.1":0.00609,"13.2":0.00913,"13.3":0.01217,"13.4-13.7":0.04565,"14.0-14.4":0.10044,"14.5-14.8":0.14,"15.0-15.1":0.07304,"15.2-15.3":0.07304,"15.4":0.08826,"15.5":0.10044,"15.6-15.8":1.24479,"16.0":0.17957,"16.1":0.37435,"16.2":0.1887,"16.3":0.34087,"16.4":0.07609,"16.5":0.14304,"16.6-16.7":1.48218,"17.0":0.0913,"17.1":0.16131,"17.2":0.12783,"17.3":0.17957,"17.4":0.37131,"17.5":0.88261,"17.6-17.7":2.90349,"18.0":0.85522,"18.1":7.85526,"18.2":2.5261,"18.3":9.00266,"18.4":0.01826},P:{"4":0.12255,"20":0.01114,"21":0.12255,"22":0.01114,"24":0.26739,"25":0.05571,"26":0.11141,"27":4.16683,_:"23 5.0-5.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","6.2-6.4":0.01114,"7.2-7.4":0.01114},I:{"0":0.07205,"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.00009},K:{"0":0.19251,_:"10 11 12 11.1 11.5 12.1"},A:{"6":0.00422,"8":0.03375,"9":0.00844,"10":0.00844,"11":0.01687,_:"7 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":24.09562},R:{_:"0"},M:{"0":0.57152},Q:{_:"14.9"},O:{"0":0.00602},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"42":0.00784,"52":0.00588,"59":0.00196,"66":0.00196,"78":0.00196,"88":0.00392,"102":0.00196,"103":0.00196,"111":0.00196,"113":0.00392,"115":0.15084,"116":0.00196,"123":0.00196,"124":0.00196,"125":0.00196,"126":0.00196,"127":0.00392,"128":0.01959,"129":0.00392,"130":0.00588,"131":0.03134,"132":0.42706,"133":0.05093,"134":0.00196,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 60 61 62 63 64 65 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 89 90 91 92 93 94 95 96 97 98 99 100 101 104 105 106 107 108 109 110 112 114 117 118 119 120 121 122 135 136 3.5 3.6"},D:{"49":0.00196,"55":0.00196,"56":0.00196,"66":0.0098,"68":0.00196,"69":0.00196,"70":0.00196,"71":0.00196,"73":0.00196,"74":0.00392,"78":0.00196,"79":0.0098,"80":0.00196,"81":0.00392,"83":0.00392,"85":0.00196,"86":0.00196,"87":0.02547,"88":0.00196,"89":0.00196,"90":0.00196,"91":0.00196,"92":0.00196,"93":0.00196,"94":0.00784,"95":0.00196,"96":0.00196,"97":0.00196,"98":0.00392,"99":0.00196,"100":0.00196,"101":0.00784,"102":0.00196,"103":0.01371,"104":0.00588,"105":0.00588,"106":0.00784,"107":0.00588,"108":0.03722,"109":1.38697,"110":0.00392,"111":0.01175,"112":0.00588,"113":0.00588,"114":0.01175,"115":0.00588,"116":0.02155,"117":0.01371,"118":0.01371,"119":0.03134,"120":0.02743,"121":0.01763,"122":0.03134,"123":0.02743,"124":0.03722,"125":0.07052,"126":0.13125,"127":0.09403,"128":0.14497,"129":0.3585,"130":6.85258,"131":4.55076,"132":0.0098,"133":0.00392,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 50 51 52 53 54 57 58 59 60 61 62 63 64 65 67 72 75 76 77 84 134"},F:{"79":0.00196,"83":0.00196,"84":0.00392,"85":0.07836,"86":0.00784,"95":0.01371,"113":0.00392,"114":0.17631,_:"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 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"17":0.00196,"18":0.00196,"92":0.00588,"100":0.00196,"108":0.00196,"109":0.0098,"114":0.00588,"120":0.00196,"121":0.00196,"122":0.00196,"123":0.00196,"124":0.00196,"125":0.00196,"126":0.00588,"127":0.00392,"128":0.0098,"129":0.02351,"130":0.55244,"131":0.38592,_:"12 13 14 15 16 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 110 111 112 113 115 116 117 118 119"},E:{"14":0.00196,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 12.1 15.2-15.3 15.4","11.1":0.00196,"13.1":0.00196,"14.1":0.00392,"15.1":0.00196,"15.5":0.00196,"15.6":0.0098,"16.0":0.00196,"16.1":0.00196,"16.2":0.00196,"16.3":0.00196,"16.4":0.00196,"16.5":0.00196,"16.6":0.01175,"17.0":0.00196,"17.1":0.00196,"17.2":0.00196,"17.3":0.00392,"17.4":0.01175,"17.5":0.01763,"17.6":0.04506,"18.0":0.0431,"18.1":0.05681,"18.2":0.00392},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0002,"5.0-5.1":0,"6.0-6.1":0.00079,"7.0-7.1":0.00099,"8.1-8.4":0,"9.0-9.2":0.00079,"9.3":0.00277,"10.0-10.2":0.00059,"10.3":0.00455,"11.0-11.2":0.05341,"11.3-11.4":0.00138,"12.0-12.1":0.00079,"12.2-12.5":0.02077,"13.0-13.1":0.0004,"13.2":0.00534,"13.3":0.00079,"13.4-13.7":0.00297,"14.0-14.4":0.00653,"14.5-14.8":0.0093,"15.0-15.1":0.00534,"15.2-15.3":0.00495,"15.4":0.00593,"15.5":0.00692,"15.6-15.8":0.07419,"16.0":0.01405,"16.1":0.02967,"16.2":0.01504,"16.3":0.02552,"16.4":0.00514,"16.5":0.01029,"16.6-16.7":0.09733,"17.0":0.00712,"17.1":0.01187,"17.2":0.00989,"17.3":0.01504,"17.4":0.03225,"17.5":0.09634,"17.6-17.7":0.83228,"18.0":0.29517,"18.1":0.25936,"18.2":0.01049},P:{"4":0.02113,"21":0.01056,"22":0.01056,"23":0.04225,"24":0.04225,"25":0.03169,"26":0.32744,"27":0.19013,_:"20 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0 19.0","7.2-7.4":0.02113,"17.0":0.01056},I:{"0":0.00802,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00001},A:{"10":0.0022,"11":0.01543,_:"6 7 8 9 5.5"},K:{"0":2.80295,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.10455,_:"3.0-3.1"},J:{_:"7 10"},Q:{_:"14.9"},O:{"0":1.42343},H:{"0":0.06},L:{"0":76.26227},R:{_:"0"},M:{"0":0.13671}};
1
+ module.exports={C:{"42":0.00839,"52":0.00419,"59":0.0021,"88":0.0021,"113":0.00419,"115":0.1384,"125":0.0021,"127":0.00419,"128":0.02307,"129":0.0021,"130":0.00419,"131":0.0021,"132":0.0021,"133":0.00839,"134":0.12792,"135":0.41521,"136":0.01468,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 114 116 117 118 119 120 121 122 123 124 126 137 138 3.5 3.6"},D:{"49":0.0021,"52":0.0021,"55":0.0021,"66":0.00839,"68":0.0021,"69":0.0021,"70":0.0021,"71":0.0021,"73":0.0021,"74":0.0021,"76":0.0021,"78":0.0021,"79":0.00839,"80":0.0021,"81":0.00419,"83":0.0021,"84":0.0021,"85":0.0021,"86":0.0021,"87":0.01678,"88":0.0021,"89":0.0021,"90":0.0021,"91":0.00419,"93":0.0021,"94":0.00419,"95":0.0021,"96":0.0021,"97":0.0021,"98":0.0021,"99":0.0021,"100":0.0021,"101":0.00629,"102":0.0021,"103":0.01468,"104":0.01468,"105":0.00419,"106":0.00839,"107":0.00839,"108":0.01887,"109":1.28546,"110":0.00629,"111":0.01049,"112":0.00839,"113":0.00419,"114":0.00839,"115":0.00419,"116":0.02516,"117":0.00629,"118":0.00839,"119":0.02936,"120":0.01678,"121":0.01049,"122":0.02307,"123":0.01887,"124":0.02516,"125":0.05452,"126":0.07759,"127":0.04194,"128":0.05662,"129":0.04404,"130":0.0671,"131":0.52006,"132":5.78562,"133":5.58221,"134":0.01678,"135":0.00419,_:"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 53 54 56 57 58 59 60 61 62 63 64 65 67 72 75 77 92 136"},F:{"79":0.0021,"84":0.0021,"85":0.0021,"86":0.01049,"87":0.12792,"88":0.0021,"95":0.01468,"114":0.00629,_:"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 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"17":0.0021,"18":0.0021,"92":0.00629,"100":0.0021,"107":0.0021,"108":0.0021,"109":0.00839,"114":0.00839,"120":0.0021,"122":0.0021,"124":0.0021,"125":0.0021,"126":0.00419,"127":0.0021,"128":0.0021,"129":0.00419,"130":0.00629,"131":0.03355,"132":0.45924,"133":0.59765,_:"12 13 14 15 16 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 110 111 112 113 115 116 117 118 119 121 123"},E:{"14":0.0021,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 12.1 15.2-15.3 15.4 18.4","11.1":0.0021,"13.1":0.0021,"14.1":0.00419,"15.1":0.0021,"15.5":0.0021,"15.6":0.01049,"16.0":0.0021,"16.1":0.0021,"16.2":0.0021,"16.3":0.0021,"16.4":0.0021,"16.5":0.0021,"16.6":0.01258,"17.0":0.0021,"17.1":0.00419,"17.2":0.0021,"17.3":0.0021,"17.4":0.00839,"17.5":0.01678,"17.6":0.02726,"18.0":0.01049,"18.1":0.03565,"18.2":0.03146,"18.3":0.08807},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00049,"5.0-5.1":0.00025,"6.0-6.1":0.00148,"7.0-7.1":0.00124,"8.1-8.4":0,"9.0-9.2":0.00049,"9.3":0.00371,"10.0-10.2":0.00049,"10.3":0.00569,"11.0-11.2":0.01954,"11.3-11.4":0.00173,"12.0-12.1":0.00099,"12.2-12.5":0.02622,"13.0-13.1":0.00049,"13.2":0.00074,"13.3":0.00099,"13.4-13.7":0.00371,"14.0-14.4":0.00816,"14.5-14.8":0.01138,"15.0-15.1":0.00594,"15.2-15.3":0.00594,"15.4":0.00717,"15.5":0.00816,"15.6-15.8":0.10116,"16.0":0.01459,"16.1":0.03042,"16.2":0.01533,"16.3":0.0277,"16.4":0.00618,"16.5":0.01162,"16.6-16.7":0.12045,"17.0":0.00742,"17.1":0.01311,"17.2":0.01039,"17.3":0.01459,"17.4":0.03017,"17.5":0.07173,"17.6-17.7":0.23596,"18.0":0.0695,"18.1":0.63837,"18.2":0.20529,"18.3":0.73161,"18.4":0.00148},P:{"4":0.02121,"21":0.0106,"22":0.0106,"23":0.03181,"24":0.03181,"25":0.03181,"26":0.06362,"27":0.60435,_:"20 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0 19.0","7.2-7.4":0.02121,"17.0":0.0106},I:{"0":0.01577,"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":2.85374,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.02097,_:"6 7 8 9 10 5.5"},S:{"2.5":0.09482,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":75.05354},R:{_:"0"},M:{"0":0.15804},Q:{_:"14.9"},O:{"0":1.72264},H:{"0":0.07}};
@@ -1 +1 @@
1
- module.exports={C:{"34":0.00149,"68":0.00074,"69":0.01115,"72":0.00074,"79":0.00074,"102":0.00074,"103":0.00074,"111":0.00149,"115":0.04532,"122":0.00149,"123":0.00446,"125":0.00074,"126":0.00149,"127":0.00223,"128":0.00223,"129":0.00074,"130":0.00372,"131":0.00817,"132":0.12185,"133":0.0104,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 70 71 73 74 75 76 77 78 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 104 105 106 107 108 109 110 112 113 114 116 117 118 119 120 121 124 134 135 136 3.5 3.6"},D:{"11":0.00297,"34":0.00149,"38":0.0052,"42":0.00074,"43":0.0052,"47":0.00149,"49":0.00074,"50":0.00074,"52":0.00074,"53":0.00074,"55":0.00074,"56":0.00074,"58":0.01189,"59":0.00074,"60":0.00074,"61":0.00074,"63":0.00074,"64":0.00074,"65":0.00223,"66":0.00223,"68":0.00372,"69":0.00446,"70":0.00446,"71":0.00149,"72":0.00297,"73":0.0156,"74":0.00223,"75":0.00817,"77":0.00074,"78":0.00074,"79":0.03715,"80":0.00149,"81":0.00446,"83":0.03492,"84":0.00074,"85":0.00074,"86":0.00446,"87":0.03195,"88":0.0156,"89":0.00223,"90":0.00743,"91":0.00223,"92":0.00074,"93":0.00149,"94":0.02972,"95":0.0156,"96":0.00372,"97":0.00149,"98":0.03641,"99":0.00297,"100":0.00446,"101":0.00149,"102":0.00892,"103":0.01263,"104":0.00149,"105":0.00297,"106":0.00446,"107":0.00669,"108":0.00594,"109":0.55131,"110":0.0156,"111":0.00892,"112":0.00223,"113":0.00223,"114":0.02303,"115":0.00074,"116":0.0052,"117":0.00669,"118":0.00817,"119":0.02823,"120":0.02898,"121":0.00669,"122":0.01412,"123":0.01189,"124":0.01709,"125":0.01412,"126":0.03641,"127":0.03046,"128":0.03492,"129":0.0743,"130":2.04994,"131":1.41764,"132":0.00372,"133":0.00074,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 39 40 41 44 45 46 48 51 54 57 62 67 76 134"},F:{"46":0.00223,"79":0.00223,"83":0.00149,"84":0.00074,"85":0.00817,"86":0.00074,"95":0.01486,"112":0.00074,"113":0.01709,"114":0.24965,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00149,"84":0.00074,"89":0.00074,"90":0.00074,"92":0.0104,"100":0.00149,"107":0.00074,"109":0.00743,"114":0.00223,"116":0.00074,"117":0.00074,"118":0.00074,"120":0.00074,"121":0.00149,"122":0.00223,"124":0.00297,"125":0.00297,"126":0.00223,"127":0.00223,"128":0.01412,"129":0.04161,"130":0.38859,"131":0.26897,_:"12 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 108 110 111 112 113 115 119 123"},E:{"14":0.00149,_:"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","5.1":0.0052,"12.1":0.00074,"13.1":0.00149,"14.1":0.00372,"15.1":0.00074,"15.2-15.3":0.00074,"15.4":0.00149,"15.5":0.00149,"15.6":0.01932,"16.0":0.00074,"16.1":0.0052,"16.2":0.00223,"16.3":0.00594,"16.4":0.00149,"16.5":0.00149,"16.6":0.02526,"17.0":0.00372,"17.1":0.00446,"17.2":0.00372,"17.3":0.00446,"17.4":0.00669,"17.5":0.03418,"17.6":0.11665,"18.0":0.06167,"18.1":0.07059,"18.2":0.00223},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00125,"5.0-5.1":0,"6.0-6.1":0.00499,"7.0-7.1":0.00624,"8.1-8.4":0,"9.0-9.2":0.00499,"9.3":0.01746,"10.0-10.2":0.00374,"10.3":0.02868,"11.0-11.2":0.3367,"11.3-11.4":0.00873,"12.0-12.1":0.00499,"12.2-12.5":0.13094,"13.0-13.1":0.00249,"13.2":0.03367,"13.3":0.00499,"13.4-13.7":0.01871,"14.0-14.4":0.04115,"14.5-14.8":0.05861,"15.0-15.1":0.03367,"15.2-15.3":0.03118,"15.4":0.03741,"15.5":0.04365,"15.6-15.8":0.46764,"16.0":0.08854,"16.1":0.18706,"16.2":0.09478,"16.3":0.16087,"16.4":0.03242,"16.5":0.06485,"16.6-16.7":0.61355,"17.0":0.04489,"17.1":0.07482,"17.2":0.06235,"17.3":0.09478,"17.4":0.20327,"17.5":0.60731,"17.6-17.7":5.24635,"18.0":1.8606,"18.1":1.63489,"18.2":0.06609},P:{"4":0.04014,"20":0.01004,"21":0.06021,"22":0.06021,"23":0.07025,"24":0.09032,"25":0.07025,"26":1.06372,"27":1.02358,_:"5.0-5.4 8.2 9.2 10.1 12.0","6.2-6.4":0.02007,"7.2-7.4":0.06021,"11.1-11.2":0.03011,"13.0":0.02007,"14.0":0.01004,"15.0":0.01004,"16.0":0.03011,"17.0":0.05018,"18.0":0.01004,"19.0":0.02007},I:{"0":0.03695,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00005},A:{"9":0.00089,"11":0.00802,_:"6 7 8 10 5.5"},K:{"0":0.75916,_:"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.37032},H:{"0":0},L:{"0":76.91573},R:{_:"0"},M:{"0":0.05555}};
1
+ module.exports={C:{"72":0.00119,"115":0.05108,"121":0.00119,"126":0.00238,"127":0.00119,"128":0.00238,"132":0.00119,"133":0.00119,"134":0.02732,"135":0.08672,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 122 123 124 125 129 130 131 136 137 138 3.5 3.6"},D:{"11":0.00832,"34":0.00119,"38":0.00594,"43":0.00594,"47":0.00119,"53":0.00119,"56":0.00713,"58":0.01188,"63":0.00238,"65":0.00356,"66":0.00238,"67":0.00119,"68":0.00238,"69":0.00475,"70":0.01188,"71":0.00119,"72":0.00238,"73":0.01544,"75":0.00356,"76":0.00119,"78":0.00119,"79":0.03208,"80":0.00238,"81":0.00238,"83":0.02614,"85":0.00119,"86":0.00238,"87":0.05227,"88":0.00356,"89":0.00238,"90":0.00356,"91":0.0095,"92":0.00356,"93":0.00238,"94":0.0202,"95":0.01307,"96":0.00238,"97":0.00594,"98":0.05584,"99":0.00119,"100":0.00356,"101":0.00238,"102":0.01188,"103":0.01901,"104":0.01188,"105":0.00356,"106":0.00594,"107":0.00475,"108":0.01307,"109":0.62251,"110":0.01663,"111":0.00713,"113":0.00238,"114":0.01544,"115":0.00119,"116":0.00356,"117":0.00119,"118":0.00356,"119":0.0297,"120":0.01782,"121":0.00356,"122":0.01069,"123":0.0095,"124":0.00832,"125":0.00832,"126":0.02376,"127":0.01544,"128":0.01307,"129":0.00713,"130":0.01663,"131":0.11524,"132":1.44817,"133":1.61687,"134":0.00356,"135":0.00119,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 39 40 41 42 44 45 46 48 49 50 51 52 54 55 57 59 60 61 62 64 74 77 84 112 136"},F:{"46":0.00119,"79":0.00475,"82":0.00119,"87":0.01426,"95":0.01307,"114":0.01426,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 83 84 85 86 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00119,"92":0.00594,"100":0.00119,"109":0.00356,"114":0.00238,"119":0.00238,"122":0.00119,"125":0.00356,"126":0.00119,"127":0.00119,"128":0.00238,"129":0.00119,"130":0.02495,"131":0.00832,"132":0.16038,"133":0.21622,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 120 121 123 124"},E:{"14":0.00119,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 18.4","5.1":0.00119,"13.1":0.00119,"14.1":0.00475,"15.4":0.00119,"15.5":0.00356,"15.6":0.0202,"16.0":0.00475,"16.1":0.00713,"16.2":0.00475,"16.3":0.01901,"16.4":0.00119,"16.5":0.00238,"16.6":0.04039,"17.0":0.00238,"17.1":0.01069,"17.2":0.00238,"17.3":0.00713,"17.4":0.01188,"17.5":0.03683,"17.6":0.0796,"18.0":0.01663,"18.1":0.14137,"18.2":0.04514,"18.3":0.17701},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00278,"5.0-5.1":0.00139,"6.0-6.1":0.00834,"7.0-7.1":0.00695,"8.1-8.4":0,"9.0-9.2":0.00278,"9.3":0.02084,"10.0-10.2":0.00278,"10.3":0.03196,"11.0-11.2":0.10978,"11.3-11.4":0.00973,"12.0-12.1":0.00556,"12.2-12.5":0.1473,"13.0-13.1":0.00278,"13.2":0.00417,"13.3":0.00556,"13.4-13.7":0.02084,"14.0-14.4":0.04586,"14.5-14.8":0.06392,"15.0-15.1":0.03335,"15.2-15.3":0.03335,"15.4":0.0403,"15.5":0.04586,"15.6-15.8":0.56837,"16.0":0.08199,"16.1":0.17093,"16.2":0.08616,"16.3":0.15564,"16.4":0.03474,"16.5":0.06531,"16.6-16.7":0.67676,"17.0":0.04169,"17.1":0.07365,"17.2":0.05837,"17.3":0.08199,"17.4":0.16954,"17.5":0.403,"17.6-17.7":1.32573,"18.0":0.39049,"18.1":3.58669,"18.2":1.15341,"18.3":4.11059,"18.4":0.00834},P:{"4":0.03064,"20":0.03064,"21":0.06127,"22":0.07148,"23":0.13275,"24":0.10212,"25":0.10212,"26":0.33699,"27":3.28816,_:"5.0-5.4 8.2 10.1 12.0","6.2-6.4":0.03064,"7.2-7.4":0.09191,"9.2":0.01021,"11.1-11.2":0.02042,"13.0":0.04085,"14.0":0.02042,"15.0":0.01021,"16.0":0.02042,"17.0":0.04085,"18.0":0.01021,"19.0":0.02042},I:{"0":0.02638,"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.58159,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00594,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":74.27727},R:{_:"0"},M:{"0":0.11456},Q:{_:"14.9"},O:{"0":0.44941},H:{"0":0}};