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:{"32":0.01328,"35":0.00241,"36":0.00121,"38":0.00121,"39":0.00121,"43":0.00121,"46":0.00121,"47":0.00241,"48":0.00241,"52":0.02535,"53":0.00121,"54":0.00121,"56":0.00241,"57":0.00121,"65":0.00121,"72":0.00362,"73":0.00241,"77":0.00121,"78":0.00121,"80":0.00121,"84":0.00724,"85":0.00121,"87":0.00121,"88":0.00241,"89":0.00121,"92":0.00121,"94":0.00121,"97":0.00121,"98":0.00121,"99":0.00121,"101":0.00121,"102":0.00241,"103":0.00121,"104":0.00121,"105":0.00483,"106":0.00121,"107":0.00241,"108":0.00121,"110":0.00121,"111":0.00121,"113":0.00362,"114":0.00121,"115":0.32348,"118":0.00121,"119":0.00121,"121":0.00121,"122":0.00241,"123":0.00241,"124":0.00241,"125":0.00121,"126":0.00241,"127":0.01811,"128":0.01569,"129":0.00362,"130":0.00845,"131":0.04345,"132":0.45263,"133":0.03862,"134":0.00241,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 33 34 37 40 41 42 44 45 49 50 51 55 58 59 60 61 62 63 64 66 67 68 69 70 71 74 75 76 79 81 82 83 86 90 91 93 95 96 100 109 112 116 117 120 135 136 3.5 3.6"},D:{"11":0.00362,"22":0.00241,"28":0.00121,"29":0.00121,"32":0.00121,"34":0.00121,"38":0.00483,"39":0.00121,"40":0.00121,"43":0.00483,"47":0.00241,"49":0.00483,"50":0.00241,"52":0.00121,"55":0.00483,"56":0.00241,"57":0.00121,"58":0.05794,"59":0.00121,"60":0.00121,"61":0.00121,"63":0.00121,"64":0.00483,"65":0.00362,"66":0.00362,"67":0.00483,"68":0.01569,"69":0.01328,"70":0.01569,"71":0.00604,"72":0.00362,"73":0.01569,"74":0.00121,"75":0.00845,"76":0.00121,"77":0.00241,"78":0.00604,"79":0.04466,"80":0.12553,"81":0.00845,"83":0.05069,"84":0.00241,"85":0.00483,"86":0.00966,"87":0.02414,"88":0.03018,"89":0.00604,"90":0.00604,"91":0.00362,"92":0.01086,"93":0.00483,"94":0.04345,"95":0.00724,"96":0.00966,"97":0.00604,"98":0.03983,"99":0.00845,"100":0.00724,"101":0.00604,"102":0.02414,"103":0.03983,"104":0.01086,"105":0.02173,"106":0.03138,"107":0.01207,"108":0.02052,"109":1.27218,"110":0.00362,"111":0.02293,"112":0.01569,"113":0.00362,"114":0.02897,"115":0.00845,"116":0.02535,"117":0.01569,"118":0.01931,"119":0.01328,"120":0.04828,"121":0.00966,"122":0.07121,"123":0.05673,"124":0.01931,"125":0.02052,"126":0.06639,"127":0.04949,"128":0.1376,"129":0.19312,"130":2.91128,"131":1.90947,"132":0.02293,"133":0.00121,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 23 24 25 26 27 30 31 33 35 36 37 41 42 44 45 46 48 51 53 54 62 134"},F:{"38":0.00121,"40":0.00121,"53":0.00121,"73":0.00121,"79":0.28606,"82":0.00121,"83":0.00241,"85":0.02414,"86":0.00121,"88":0.00121,"95":0.0338,"99":0.00121,"101":0.00121,"102":0.00121,"109":0.00121,"112":0.00241,"113":0.00483,"114":0.34279,_:"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 39 41 42 43 44 45 46 47 48 49 50 51 52 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 74 75 76 77 78 80 81 84 87 89 90 91 92 93 94 96 97 98 100 103 104 105 106 107 108 110 111 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.00121,"15":0.00241,"16":0.00483,"17":0.00121,"18":0.01328,"84":0.00362,"89":0.00483,"90":0.00121,"92":0.02535,"100":0.00604,"103":0.00121,"109":0.0169,"113":0.00121,"114":0.00604,"115":0.00121,"117":0.00121,"119":0.00121,"120":0.00121,"121":0.00121,"122":0.00241,"123":0.00121,"124":0.00241,"125":0.00121,"126":0.00604,"127":0.00845,"128":0.01086,"129":0.02897,"130":0.4997,"131":0.37055,_:"12 13 79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 101 102 104 105 106 107 108 110 111 112 116 118"},E:{"13":0.00121,"14":0.00241,_:"0 4 5 6 7 8 9 10 11 12 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 15.2-15.3 16.0","5.1":0.0338,"13.1":0.00241,"14.1":0.00241,"15.1":0.00121,"15.4":0.00362,"15.5":0.00241,"15.6":0.0338,"16.1":0.00121,"16.2":0.00121,"16.3":0.00121,"16.4":0.03018,"16.5":0.00241,"16.6":0.01328,"17.0":0.01811,"17.1":0.00121,"17.2":0.00121,"17.3":0.00483,"17.4":0.00845,"17.5":0.06035,"17.6":0.03983,"18.0":0.02173,"18.1":0.02293,"18.2":0.00121},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00023,"5.0-5.1":0,"6.0-6.1":0.0009,"7.0-7.1":0.00113,"8.1-8.4":0,"9.0-9.2":0.0009,"9.3":0.00315,"10.0-10.2":0.00068,"10.3":0.00518,"11.0-11.2":0.06078,"11.3-11.4":0.00158,"12.0-12.1":0.0009,"12.2-12.5":0.02364,"13.0-13.1":0.00045,"13.2":0.00608,"13.3":0.0009,"13.4-13.7":0.00338,"14.0-14.4":0.00743,"14.5-14.8":0.01058,"15.0-15.1":0.00608,"15.2-15.3":0.00563,"15.4":0.00675,"15.5":0.00788,"15.6-15.8":0.08441,"16.0":0.01598,"16.1":0.03377,"16.2":0.01711,"16.3":0.02904,"16.4":0.00585,"16.5":0.01171,"16.6-16.7":0.11075,"17.0":0.0081,"17.1":0.01351,"17.2":0.01126,"17.3":0.01711,"17.4":0.03669,"17.5":0.10962,"17.6-17.7":0.947,"18.0":0.33585,"18.1":0.29511,"18.2":0.01193},P:{"4":1.78015,"20":0.0708,"21":0.16183,"22":0.20229,"23":0.24275,"24":0.38435,"25":0.26298,"26":1.01145,"27":0.28321,"5.0-5.4":0.09103,"6.2-6.4":0.51584,"7.2-7.4":0.51584,"8.2":0.0708,"9.2":0.2124,"10.1":0.09103,"11.1-11.2":0.08092,"12.0":0.0708,"13.0":0.18206,"14.0":0.18206,"15.0":0.04046,"16.0":0.15172,"17.0":0.24275,"18.0":0.06069,"19.0":0.09103},I:{"0":0.07019,"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:{"9":0.00362,"11":0.01931,_:"6 7 8 10 5.5"},K:{"0":1.10464,_:"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":1.06395},H:{"0":0.1},L:{"0":77.24627},R:{_:"0"},M:{"0":0.07914}};
1
+ module.exports={C:{"39":0.00128,"43":0.00128,"47":0.00128,"48":0.00128,"49":0.00256,"52":0.00384,"60":0.00128,"66":0.00128,"67":0.00128,"68":0.00256,"72":0.00256,"78":0.00128,"83":0.00128,"84":0.00128,"88":0.00128,"89":0.00128,"94":0.00256,"98":0.00256,"100":0.00128,"103":0.00128,"106":0.00256,"107":0.00128,"113":0.00512,"115":0.28032,"118":0.00128,"121":0.00384,"122":0.00512,"123":0.00128,"124":0.00128,"125":0.00128,"127":0.01152,"128":0.00384,"129":0.00256,"130":0.00256,"131":0.00256,"132":0.00384,"133":0.00896,"134":0.11648,"135":0.35328,"136":0.00256,_:"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 40 41 42 44 45 46 50 51 53 54 55 56 57 58 59 61 62 63 64 65 69 70 71 73 74 75 76 77 79 80 81 82 85 86 87 90 91 92 93 95 96 97 99 101 102 104 105 108 109 110 111 112 114 116 117 119 120 126 137 138 3.5 3.6"},D:{"11":0.00256,"30":0.00128,"34":0.00256,"36":0.00128,"37":0.00256,"38":0.00384,"39":0.00128,"40":0.00128,"43":0.00768,"44":0.00128,"45":0.00128,"47":0.00128,"49":0.00384,"50":0.0064,"55":0.00128,"56":0.00512,"57":0.00512,"58":0.25984,"59":0.00512,"61":0.00128,"63":0.00384,"64":0.00384,"65":0.00256,"66":0.00256,"67":0.00128,"68":0.0192,"69":0.00384,"70":0.0256,"71":0.00896,"72":0.00512,"73":0.0192,"74":0.00256,"75":0.00512,"76":0.00256,"77":0.00128,"78":0.00512,"79":0.04096,"80":0.04608,"81":0.01152,"83":0.02688,"84":0.00384,"85":0.00256,"86":0.01152,"87":0.0192,"88":0.01408,"89":0.00512,"90":0.00256,"91":0.0064,"92":0.00384,"93":0.00384,"94":0.04608,"95":0.0064,"96":0.00512,"97":0.01152,"98":0.03712,"99":0.00896,"100":0.01408,"101":0.00256,"102":0.0128,"103":0.01536,"104":0.0064,"105":0.02944,"106":0.00896,"107":0.00768,"108":0.01152,"109":1.02912,"110":0.00256,"111":0.01792,"112":0.00384,"113":0.00512,"114":0.01664,"115":0.00256,"116":0.02048,"117":0.00512,"118":0.02304,"119":0.01792,"120":0.05248,"121":0.00768,"122":0.02688,"123":0.04096,"124":0.0256,"125":0.01408,"126":0.04736,"127":0.0192,"128":0.0512,"129":0.032,"130":0.05376,"131":0.31104,"132":2.05056,"133":1.9264,"134":0.00256,"135":0.00128,_:"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 31 32 33 35 41 42 46 48 51 52 53 54 60 62 136"},F:{"69":0.00128,"70":0.00128,"73":0.00128,"79":0.10112,"82":0.00256,"83":0.00128,"85":0.00256,"86":0.00512,"87":0.02304,"90":0.00128,"95":0.03328,"114":0.00768,_:"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 71 72 74 75 76 77 78 80 81 84 88 89 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00128,"14":0.00128,"15":0.00128,"16":0.00256,"17":0.00256,"18":0.00512,"84":0.00128,"86":0.00128,"89":0.00128,"90":0.00128,"92":0.02688,"100":0.00384,"108":0.00128,"109":0.02816,"111":0.00128,"113":0.00128,"114":0.00256,"119":0.00128,"121":0.00128,"122":0.00896,"124":0.00128,"125":0.00128,"126":0.00256,"127":0.00128,"128":0.00128,"129":0.00896,"130":0.0064,"131":0.03968,"132":0.25216,"133":0.3648,_:"13 79 80 81 83 85 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 110 112 115 116 117 118 120 123"},E:{"14":0.00128,_:"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 16.0 18.4","5.1":0.02816,"13.1":0.00256,"14.1":0.00256,"15.4":0.00256,"15.5":0.0064,"15.6":0.04096,"16.1":0.00256,"16.2":0.00256,"16.3":0.00256,"16.4":0.00256,"16.5":0.00384,"16.6":0.02048,"17.0":0.00256,"17.1":0.00384,"17.2":0.00256,"17.3":0.00512,"17.4":0.00384,"17.5":0.01792,"17.6":0.02048,"18.0":0.0064,"18.1":0.02688,"18.2":0.0064,"18.3":0.04736},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00068,"5.0-5.1":0.00034,"6.0-6.1":0.00204,"7.0-7.1":0.0017,"8.1-8.4":0,"9.0-9.2":0.00068,"9.3":0.00509,"10.0-10.2":0.00068,"10.3":0.0078,"11.0-11.2":0.02679,"11.3-11.4":0.00237,"12.0-12.1":0.00136,"12.2-12.5":0.03595,"13.0-13.1":0.00068,"13.2":0.00102,"13.3":0.00136,"13.4-13.7":0.00509,"14.0-14.4":0.01119,"14.5-14.8":0.0156,"15.0-15.1":0.00814,"15.2-15.3":0.00814,"15.4":0.00984,"15.5":0.01119,"15.6-15.8":0.13872,"16.0":0.02001,"16.1":0.04172,"16.2":0.02103,"16.3":0.03799,"16.4":0.00848,"16.5":0.01594,"16.6-16.7":0.16518,"17.0":0.01018,"17.1":0.01798,"17.2":0.01425,"17.3":0.02001,"17.4":0.04138,"17.5":0.09836,"17.6-17.7":0.32357,"18.0":0.09531,"18.1":0.8754,"18.2":0.28151,"18.3":1.00326,"18.4":0.00204},P:{"4":1.74953,"20":0.04045,"21":0.12135,"22":0.14158,"23":0.17192,"24":0.20226,"25":0.35395,"26":0.3135,"27":1.30456,"5.0-5.4":0.10113,"6.2-6.4":0.37418,"7.2-7.4":0.29327,"8.2":0.03034,"9.2":0.11124,"10.1":0.03034,"11.1-11.2":0.06068,"12.0":0.04045,"13.0":0.14158,"14.0":0.16181,"15.0":0.04045,"16.0":0.10113,"17.0":0.20226,"18.0":0.05056,"19.0":0.06068},I:{"0":0.05221,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00006},K:{"0":1.10578,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.01152,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":78.49382},R:{_:"0"},M:{"0":0.06975},Q:{_:"14.9"},O:{"0":1.4212},H:{"0":0.08}};
@@ -1 +1 @@
1
- module.exports={C:{"34":0.00174,"52":0.00174,"60":0.00174,"65":0.00174,"80":0.0139,"111":0.00521,"115":0.07647,"124":0.00174,"125":0.00174,"127":0.00174,"128":0.1008,"130":0.00174,"131":0.073,"132":0.37193,"133":0.02433,_:"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 61 62 63 64 66 67 68 69 70 71 72 73 74 75 76 77 78 79 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 112 113 114 116 117 118 119 120 121 122 123 126 129 134 135 136 3.5 3.6"},D:{"56":0.00174,"63":0.00174,"70":0.01043,"73":0.00521,"79":0.00521,"81":0.00521,"83":0.00521,"85":0.00348,"86":0.0139,"87":0.00521,"88":0.00869,"90":0.00174,"92":0.00174,"93":0.00348,"94":0.00521,"95":0.01738,"96":0.00174,"99":0.00348,"101":0.00174,"102":0.00348,"103":0.01912,"106":0.00174,"107":0.00348,"109":0.56311,"110":0.00348,"111":0.0139,"112":0.00521,"114":0.00348,"115":0.0139,"116":0.04519,"118":0.0139,"119":0.01738,"120":0.00869,"121":0.00348,"122":0.01564,"123":0.00521,"124":0.00348,"125":0.00521,"126":0.03128,"127":0.01738,"128":0.01912,"129":0.13209,"130":4.13644,"131":2.08212,"132":0.00348,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 57 58 59 60 61 62 64 65 66 67 68 69 71 72 74 75 76 77 78 80 84 89 91 97 98 100 104 105 108 113 117 133 134"},F:{"28":0.00174,"34":0.00174,"42":0.00174,"45":0.00174,"79":0.00174,"84":0.01217,"85":0.02259,"86":0.00348,"95":0.03824,"112":0.00348,"113":0.01564,"114":0.31632,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 29 30 31 32 33 35 36 37 38 39 40 41 43 44 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 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.00869,"15":0.00348,"16":0.00174,"17":0.00521,"18":0.0139,"84":0.02259,"89":0.00869,"92":0.02781,"99":0.00174,"100":0.00521,"103":0.00695,"108":0.00348,"109":0.02259,"110":0.00521,"111":0.00174,"112":0.00174,"114":0.0139,"120":0.00521,"121":0.01043,"122":0.01912,"125":0.00521,"126":0.00869,"127":0.00695,"128":0.06257,"129":0.10602,"130":1.20096,"131":0.71953,_:"13 14 79 80 81 83 85 86 87 88 90 91 93 94 95 96 97 98 101 102 104 105 106 107 113 115 116 117 118 119 123 124"},E:{"11":0.00348,"14":0.00174,"15":0.00174,_:"0 4 5 6 7 8 9 10 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 15.1 15.2-15.3 15.4 15.5 16.0 16.2 17.0 18.2","14.1":0.00174,"15.6":0.01043,"16.1":0.04171,"16.3":0.00348,"16.4":0.00174,"16.5":0.00348,"16.6":0.01043,"17.1":0.0365,"17.2":0.00174,"17.3":0.00348,"17.4":0.00869,"17.5":0.08864,"17.6":0.0365,"18.0":0.02955,"18.1":0.03997},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00041,"5.0-5.1":0,"6.0-6.1":0.00163,"7.0-7.1":0.00204,"8.1-8.4":0,"9.0-9.2":0.00163,"9.3":0.0057,"10.0-10.2":0.00122,"10.3":0.00937,"11.0-11.2":0.10999,"11.3-11.4":0.00285,"12.0-12.1":0.00163,"12.2-12.5":0.04277,"13.0-13.1":0.00081,"13.2":0.011,"13.3":0.00163,"13.4-13.7":0.00611,"14.0-14.4":0.01344,"14.5-14.8":0.01915,"15.0-15.1":0.011,"15.2-15.3":0.01018,"15.4":0.01222,"15.5":0.01426,"15.6-15.8":0.15276,"16.0":0.02892,"16.1":0.0611,"16.2":0.03096,"16.3":0.05255,"16.4":0.01059,"16.5":0.02118,"16.6-16.7":0.20042,"17.0":0.01467,"17.1":0.02444,"17.2":0.02037,"17.3":0.03096,"17.4":0.0664,"17.5":0.19839,"17.6-17.7":1.71379,"18.0":0.60779,"18.1":0.53406,"18.2":0.02159},P:{"4":0.25667,"20":0.02053,"21":0.0308,"22":0.04107,"23":0.24641,"24":0.14374,"25":0.08214,"26":1.00616,"27":0.17454,_:"5.0-5.4 6.2-6.4 8.2 10.1 11.1-11.2 12.0 14.0 15.0 17.0","7.2-7.4":1.2731,"9.2":0.01027,"13.0":0.0308,"16.0":0.01027,"18.0":0.01027,"19.0":0.0924},I:{"0":0.02473,"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:{"10":0.00174,"11":0.00174,_:"6 7 8 9 5.5"},K:{"0":14.58387,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.04132,_:"3.0-3.1"},J:{_:"7 10"},Q:{_:"14.9"},O:{"0":0.27268},H:{"0":0.43},L:{"0":65.51638},R:{_:"0"},M:{"0":0.17352}};
1
+ module.exports={C:{"12":0.00176,"72":0.00353,"73":0.00353,"111":0.06703,"115":0.03175,"116":0.00176,"117":0.00176,"126":0.00706,"127":0.00706,"128":0.00706,"131":0.00353,"133":0.00176,"134":0.0688,"135":0.32458,_:"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 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 112 113 114 118 119 120 121 122 123 124 125 129 130 132 136 137 138 3.5 3.6"},D:{"39":0.00176,"40":0.00176,"55":0.00176,"56":0.00176,"65":0.01588,"66":0.00353,"70":0.01058,"74":0.00882,"79":0.00353,"80":0.00176,"81":0.00529,"84":0.00176,"86":0.00176,"87":0.00353,"88":0.01411,"89":0.00176,"90":0.00529,"93":0.00176,"94":0.00529,"95":0.00529,"96":0.00176,"98":0.00176,"99":0.00706,"100":0.00353,"102":0.00176,"103":0.00529,"105":0.00176,"106":0.00529,"108":0.00176,"109":0.83261,"111":0.01058,"112":0.00176,"114":0.00706,"115":0.00706,"116":0.01235,"117":0.00176,"118":0.03881,"119":0.00353,"120":0.01058,"121":0.02999,"122":0.00529,"123":0.00529,"124":0.00706,"125":0.00353,"126":0.0441,"127":0.03528,"128":0.05468,"129":0.03704,"130":0.43042,"131":0.56801,"132":2.61248,"133":2.98116,"134":0.00353,_:"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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 57 58 59 60 61 62 63 64 67 68 69 71 72 73 75 76 77 78 83 85 91 92 97 101 104 107 110 113 135 136"},F:{"22":0.00353,"40":0.00176,"79":0.00176,"85":0.00353,"86":0.00882,"87":0.00706,"95":0.03704,"109":0.00353,"110":0.00529,"114":0.00353,_:"9 11 12 15 16 17 18 19 20 21 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 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.00353,"15":0.00353,"16":0.00353,"17":0.00706,"18":0.01588,"84":0.00176,"85":0.00176,"86":0.00176,"89":0.00176,"90":0.00176,"92":0.03352,"100":0.00176,"104":0.00176,"109":0.00882,"116":0.00176,"122":0.00353,"125":0.00176,"126":0.00176,"128":0.02822,"129":0.00353,"130":0.01235,"131":0.0688,"132":0.89435,"133":0.87671,_:"13 14 79 80 81 83 87 88 91 93 94 95 96 97 98 99 101 102 103 105 106 107 108 110 111 112 113 114 115 117 118 119 120 121 123 124 127"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 15.1 15.2-15.3 15.4 16.0 16.1 16.2 16.3 17.1 18.4","14.1":0.05292,"15.5":0.00353,"15.6":0.01235,"16.4":0.00176,"16.5":0.00176,"16.6":0.02646,"17.0":0.00353,"17.2":0.00176,"17.3":0.00176,"17.4":0.00353,"17.5":0.01235,"17.6":0.01764,"18.0":0.00882,"18.1":0.01235,"18.2":0.01058,"18.3":0.10584},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00095,"5.0-5.1":0.00047,"6.0-6.1":0.00284,"7.0-7.1":0.00237,"8.1-8.4":0,"9.0-9.2":0.00095,"9.3":0.0071,"10.0-10.2":0.00095,"10.3":0.01089,"11.0-11.2":0.03741,"11.3-11.4":0.00331,"12.0-12.1":0.00189,"12.2-12.5":0.0502,"13.0-13.1":0.00095,"13.2":0.00142,"13.3":0.00189,"13.4-13.7":0.0071,"14.0-14.4":0.01563,"14.5-14.8":0.02178,"15.0-15.1":0.01137,"15.2-15.3":0.01137,"15.4":0.01373,"15.5":0.01563,"15.6-15.8":0.19369,"16.0":0.02794,"16.1":0.05825,"16.2":0.02936,"16.3":0.05304,"16.4":0.01184,"16.5":0.02226,"16.6-16.7":0.23063,"17.0":0.01421,"17.1":0.0251,"17.2":0.01989,"17.3":0.02794,"17.4":0.05778,"17.5":0.13734,"17.6-17.7":0.45179,"18.0":0.13307,"18.1":1.22228,"18.2":0.39306,"18.3":1.40082,"18.4":0.00284},P:{"4":0.22546,"20":0.07174,"21":0.03074,"22":0.0205,"23":0.03074,"24":0.32794,"25":0.09223,"26":0.34844,"27":1.66021,_:"5.0-5.4 8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0 18.0","6.2-6.4":0.01025,"7.2-7.4":0.71737,"13.0":0.01025,"17.0":0.03074,"19.0":0.03074},I:{"0":0.02466,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00003},K:{"0":13.4447,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},S:{"2.5":0.02471,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":64.3865},R:{_:"0"},M:{"0":1.50719},Q:{_:"14.9"},O:{"0":0.44474},H:{"0":0.26}};
@@ -1 +1 @@
1
- module.exports={C:{"115":4.60453,"124":0.00793,"128":0.00397,"131":0.01983,"132":1.01926,"133":0.01983,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 125 126 127 129 130 134 135 136 3.5 3.6"},D:{"48":0.00397,"52":0.00397,"55":0.01983,"75":0.00397,"77":0.00397,"79":0.01586,"87":0.04759,"88":0.01983,"93":0.01586,"94":0.01586,"95":0.00397,"103":0.29348,"105":0.02776,"109":0.27365,"114":0.00397,"116":0.03569,"118":0.00793,"120":0.0119,"122":0.03966,"123":0.00397,"124":0.00397,"125":0.00793,"126":0.13088,"127":0.03966,"128":0.16261,"129":1.74107,"130":10.5337,"131":3.98186,"132":0.14674,"133":0.00397,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 53 54 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 76 78 80 81 83 84 85 86 89 90 91 92 96 97 98 99 100 101 102 104 106 107 108 110 111 112 113 115 117 119 121 134"},F:{"95":0.0119,"107":0.00397,"109":0.00397,"113":0.01983,"114":0.42436,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 108 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"16":0.00793,"83":0.00397,"92":0.00793,"100":0.00397,"109":0.01983,"118":0.01586,"119":0.00397,"125":0.01983,"126":0.18244,"128":0.01586,"129":0.36884,"130":5.02096,"131":2.76827,_:"12 13 14 15 17 18 79 80 81 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 114 115 116 117 120 121 122 123 124 127"},E:{"14":0.01983,"15":0.00793,_:"0 4 5 6 7 8 9 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 18.2","13.1":0.07535,"14.1":0.07932,"15.2-15.3":0.06346,"15.4":0.03569,"15.5":0.00793,"15.6":0.24193,"16.0":0.08329,"16.1":0.02776,"16.2":0.0238,"16.3":0.01983,"16.4":0.05156,"16.5":0.26572,"16.6":0.59093,"17.0":0.30538,"17.1":0.02776,"17.2":0.03966,"17.3":0.02776,"17.4":0.15467,"17.5":0.29348,"17.6":1.68555,"18.0":1.07082,"18.1":0.64249},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.0119,"7.0-7.1":0.01488,"8.1-8.4":0,"9.0-9.2":0.0119,"9.3":0.04166,"10.0-10.2":0.00893,"10.3":0.06843,"11.0-11.2":0.80335,"11.3-11.4":0.02083,"12.0-12.1":0.0119,"12.2-12.5":0.31241,"13.0-13.1":0.00595,"13.2":0.08033,"13.3":0.0119,"13.4-13.7":0.04463,"14.0-14.4":0.09819,"14.5-14.8":0.13984,"15.0-15.1":0.08033,"15.2-15.3":0.07438,"15.4":0.08926,"15.5":0.10414,"15.6-15.8":1.11576,"16.0":0.21125,"16.1":0.4463,"16.2":0.22613,"16.3":0.38382,"16.4":0.07736,"16.5":0.15472,"16.6-16.7":1.46388,"17.0":0.10711,"17.1":0.17852,"17.2":0.14877,"17.3":0.22613,"17.4":0.48498,"17.5":1.449,"17.6-17.7":12.51736,"18.0":4.43925,"18.1":3.9007,"18.2":0.15769},P:{"4":0.03254,"21":0.01085,"22":0.05423,"24":0.01085,"26":0.75928,"27":1.51856,_:"20 23 25 8.2 9.2 10.1 12.0 13.0 14.0 15.0 18.0","5.0-5.4":0.07593,"6.2-6.4":0.01085,"7.2-7.4":0.02169,"11.1-11.2":0.01085,"16.0":0.03254,"17.0":0.1627,"19.0":0.03254},I:{"0":0.0301,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00004},A:{"11":0.0119,_:"6 7 8 9 10 5.5"},K:{"0":0.28963,_:"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.0181},H:{"0":0},L:{"0":28.12388},R:{_:"0"},M:{"0":0.21119}};
1
+ module.exports={C:{"47":0.01591,"115":3.254,"129":0.00398,"133":0.00398,"134":0.11536,"135":0.42167,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 127 128 130 131 132 136 137 138 3.5 3.6"},D:{"41":0.00398,"44":0.00796,"45":0.00398,"49":0.00398,"51":0.00398,"56":0.00796,"60":0.00398,"76":0.00398,"79":0.01591,"83":0.00398,"86":0.00398,"87":0.00796,"88":0.00796,"93":0.00398,"103":0.02387,"104":0.03978,"105":0.00398,"106":0.01591,"108":0.00796,"109":0.29039,"111":0.00398,"112":0.0358,"116":0.21083,"117":0.00398,"119":0.00398,"122":0.0358,"124":0.00398,"126":0.11536,"128":0.11138,"129":0.03978,"130":0.07558,"131":1.14566,"132":10.31893,"133":5.48566,"134":0.03978,"135":0.00398,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 42 43 46 47 48 50 52 53 54 55 57 58 59 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 77 78 80 81 84 85 89 90 91 92 94 95 96 97 98 99 100 101 102 107 110 113 114 115 118 120 121 123 125 127 136"},F:{"87":0.01193,"114":0.02387,_:"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 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"83":0.03182,"109":0.00398,"130":0.00796,"131":0.17503,"132":3.38926,"133":3.52849,_:"12 13 14 15 16 17 18 79 80 81 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129"},E:{"14":0.01193,_:"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.4336,"14.1":0.03978,"15.2-15.3":0.02387,"15.4":0.00796,"15.5":0.01591,"15.6":0.11934,"16.0":0.05967,"16.1":0.04774,"16.2":0.13127,"16.3":0.02785,"16.4":0.00796,"16.5":0.11934,"16.6":0.53703,"17.0":0.00398,"17.1":0.38587,"17.2":0.01591,"17.3":0.02387,"17.4":0.09945,"17.5":0.30233,"17.6":0.90301,"18.0":0.03182,"18.1":1.73441,"18.2":0.42962,"18.3":2.63741},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00616,"5.0-5.1":0.00308,"6.0-6.1":0.01848,"7.0-7.1":0.0154,"8.1-8.4":0,"9.0-9.2":0.00616,"9.3":0.0462,"10.0-10.2":0.00616,"10.3":0.07085,"11.0-11.2":0.24334,"11.3-11.4":0.02156,"12.0-12.1":0.01232,"12.2-12.5":0.32651,"13.0-13.1":0.00616,"13.2":0.00924,"13.3":0.01232,"13.4-13.7":0.0462,"14.0-14.4":0.10165,"14.5-14.8":0.14169,"15.0-15.1":0.07393,"15.2-15.3":0.07393,"15.4":0.08933,"15.5":0.10165,"15.6-15.8":1.25982,"16.0":0.18173,"16.1":0.37887,"16.2":0.19098,"16.3":0.34499,"16.4":0.07701,"16.5":0.14477,"16.6-16.7":1.50008,"17.0":0.09241,"17.1":0.16325,"17.2":0.12937,"17.3":0.18173,"17.4":0.37579,"17.5":0.89327,"17.6-17.7":2.93856,"18.0":0.86555,"18.1":7.95013,"18.2":2.55661,"18.3":9.11139,"18.4":0.01848},P:{"4":0.18365,"21":0.0108,"22":0.02161,"24":0.07562,"26":0.23767,"27":2.50629,_:"20 23 25 5.0-5.4 6.2-6.4 8.2 9.2 10.1 12.0 14.0 15.0 17.0 18.0","7.2-7.4":0.02161,"11.1-11.2":0.09723,"13.0":0.0108,"16.0":0.02161,"19.0":0.0108},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":0.06022,_:"10 11 12 11.1 11.5 12.1"},A:{"10":0.01193,_:"6 7 8 9 11 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":26.68129},R:{_:"0"},M:{"0":0.66242},Q:{_:"14.9"},O:{"0":0.06624},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"44":0.00094,"72":0.00094,"77":0.00187,"91":0.00094,"95":0.00094,"113":0.00187,"115":0.02624,"116":0.00094,"118":0.00094,"123":0.00094,"127":0.00375,"128":0.00094,"129":0.00187,"130":0.00281,"131":0.01593,"132":0.34388,"133":0.01499,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 78 79 80 81 82 83 84 85 86 87 88 89 90 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 114 117 119 120 121 122 124 125 126 134 135 136 3.5 3.6"},D:{"38":0.00094,"56":0.00094,"58":0.00094,"64":0.00843,"66":0.00094,"68":0.00094,"69":0.00187,"70":0.00187,"71":0.00187,"74":0.00094,"77":0.00094,"78":0.05528,"80":0.00094,"81":0.00094,"86":0.00094,"88":0.00469,"89":0.00094,"92":0.03186,"94":0.00469,"95":0.00094,"96":0.00375,"98":0.00094,"99":0.11619,"100":0.00094,"101":0.00094,"102":0.00094,"103":0.00094,"104":0.00094,"105":0.00094,"108":0.00937,"109":0.21832,"110":0.00094,"111":0.00187,"112":0.00094,"113":0.00375,"114":0.00937,"115":0.03935,"116":0.00281,"117":0.00094,"118":0.00187,"119":0.01687,"120":0.00375,"121":0.00843,"122":0.00375,"123":0.00469,"124":0.01312,"125":0.00656,"126":0.02061,"127":0.01406,"128":0.00562,"129":0.02998,"130":0.50692,"131":0.31483,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 57 59 60 61 62 63 65 67 72 73 75 76 79 83 84 85 87 90 91 93 97 106 107 132 133 134"},F:{"34":0.00094,"42":0.00094,"46":0.00094,"51":0.00094,"79":0.00281,"81":0.00094,"85":0.00281,"95":0.00094,"111":0.00094,"112":0.00094,"113":0.00469,"114":0.04685,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 40 41 43 44 45 47 48 49 50 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 82 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 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00094,"14":0.00094,"17":0.00094,"18":0.00187,"84":0.00281,"89":0.00094,"90":0.01499,"92":0.0178,"100":0.00094,"103":0.00094,"121":0.00094,"124":0.00937,"125":0.00187,"126":0.00281,"127":0.00187,"128":0.01406,"129":0.00375,"130":0.42071,"131":0.22769,_:"13 15 16 79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 101 102 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 122 123"},E:{"13":0.00094,_:"0 4 5 6 7 8 9 10 11 12 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 12.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 17.0 17.1 17.2 17.3 17.4 18.2","11.1":0.00187,"13.1":0.00375,"14.1":0.14336,"15.6":0.00187,"16.5":0.00469,"16.6":0.00281,"17.5":0.00937,"17.6":0.00281,"18.0":0.00187,"18.1":0.00187},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00043,"5.0-5.1":0,"6.0-6.1":0.00174,"7.0-7.1":0.00217,"8.1-8.4":0,"9.0-9.2":0.00174,"9.3":0.00608,"10.0-10.2":0.0013,"10.3":0.00998,"11.0-11.2":0.11721,"11.3-11.4":0.00304,"12.0-12.1":0.00174,"12.2-12.5":0.04558,"13.0-13.1":0.00087,"13.2":0.01172,"13.3":0.00174,"13.4-13.7":0.00651,"14.0-14.4":0.01433,"14.5-14.8":0.0204,"15.0-15.1":0.01172,"15.2-15.3":0.01085,"15.4":0.01302,"15.5":0.01519,"15.6-15.8":0.16279,"16.0":0.03082,"16.1":0.06512,"16.2":0.03299,"16.3":0.056,"16.4":0.01129,"16.5":0.02257,"16.6-16.7":0.21359,"17.0":0.01563,"17.1":0.02605,"17.2":0.02171,"17.3":0.03299,"17.4":0.07076,"17.5":0.21142,"17.6-17.7":1.82633,"18.0":0.6477,"18.1":0.56913,"18.2":0.02301},P:{"20":0.06021,"21":0.37131,"22":0.42148,"23":0.04014,"24":0.50176,"25":0.06021,"26":0.58205,"27":0.04014,_:"4 5.0-5.4 6.2-6.4 8.2 10.1 12.0 14.0 17.0","7.2-7.4":0.21074,"9.2":0.03011,"11.1-11.2":0.04014,"13.0":0.01004,"15.0":0.02007,"16.0":0.03011,"18.0":0.02007,"19.0":0.18063},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},A:{_:"6 7 8 9 10 11 5.5"},K:{"0":1.17351,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.01813,_:"3.0-3.1"},J:{_:"7 10"},Q:{"14.9":0.00906},O:{"0":0.04532},H:{"0":0.05},L:{"0":88.67983},R:{_:"0"},M:{"0":0.01813}};
1
+ module.exports={C:{"72":0.0013,"115":0.04036,"127":0.0013,"128":0.0013,"129":0.0013,"131":0.0013,"132":0.02213,"133":0.00391,"134":0.04427,"135":0.18749,_:"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 121 122 123 124 125 126 130 136 137 138 3.5 3.6"},D:{"57":0.0013,"58":0.00521,"60":0.0013,"64":0.0026,"68":0.0013,"70":0.0013,"71":0.0013,"87":0.0013,"88":0.0026,"92":0.0651,"97":0.0013,"99":0.00391,"103":0.0013,"107":0.01823,"108":0.0013,"109":0.37888,"110":0.00391,"111":0.01172,"113":0.0026,"114":0.01823,"115":0.11197,"116":0.0026,"117":0.00911,"118":0.00391,"120":0.0026,"121":0.0026,"122":0.0013,"123":0.00781,"124":0.00651,"126":0.00391,"128":0.0013,"129":0.00391,"130":0.00911,"131":0.07031,"132":0.61454,"133":0.3268,"134":0.0013,_:"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 59 61 62 63 65 66 67 69 72 73 74 75 76 77 78 79 80 81 83 84 85 86 89 90 91 93 94 95 96 98 100 101 102 104 105 106 112 119 125 127 135 136"},F:{"45":0.0013,"46":0.0013,"81":0.0013,"86":0.0013,"87":0.0026,"113":0.0026,"114":0.00391,_:"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 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 82 83 84 85 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.0026,"84":0.0013,"89":0.0013,"90":0.02474,"92":0.00911,"100":0.00391,"121":0.0013,"122":0.0013,"128":0.00521,"129":0.00391,"130":0.0013,"131":0.02083,"132":0.52471,"133":0.44398,_:"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 107 108 109 110 111 112 113 114 115 116 117 118 119 120 123 124 125 126 127"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 17.0 17.1 17.2 17.3 17.4 17.5 18.0 18.1 18.2 18.4","14.1":0.28904,"15.6":0.00391,"16.5":0.0026,"16.6":0.0013,"17.6":0.02604,"18.3":0.0026},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00099,"5.0-5.1":0.00049,"6.0-6.1":0.00296,"7.0-7.1":0.00247,"8.1-8.4":0,"9.0-9.2":0.00099,"9.3":0.00741,"10.0-10.2":0.00099,"10.3":0.01136,"11.0-11.2":0.03903,"11.3-11.4":0.00346,"12.0-12.1":0.00198,"12.2-12.5":0.05236,"13.0-13.1":0.00099,"13.2":0.00148,"13.3":0.00198,"13.4-13.7":0.00741,"14.0-14.4":0.0163,"14.5-14.8":0.02272,"15.0-15.1":0.01186,"15.2-15.3":0.01186,"15.4":0.01433,"15.5":0.0163,"15.6-15.8":0.20204,"16.0":0.02915,"16.1":0.06076,"16.2":0.03063,"16.3":0.05533,"16.4":0.01235,"16.5":0.02322,"16.6-16.7":0.24057,"17.0":0.01482,"17.1":0.02618,"17.2":0.02075,"17.3":0.02915,"17.4":0.06027,"17.5":0.14326,"17.6-17.7":0.47127,"18.0":0.13881,"18.1":1.27499,"18.2":0.41001,"18.3":1.46122,"18.4":0.00296},P:{"20":0.02006,"21":0.31099,"22":0.24077,"23":0.11035,"24":0.52167,"25":0.33106,"26":0.19061,"27":0.32103,_:"4 5.0-5.4 6.2-6.4 8.2 12.0 13.0 15.0 17.0","7.2-7.4":0.06019,"9.2":0.02006,"10.1":0.01003,"11.1-11.2":0.0301,"14.0":0.01003,"16.0":0.05016,"18.0":0.01003,"19.0":0.04013},I:{"0":0.01736,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00002},K:{"0":0.58358,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},S:{"2.5":0.02609,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":88.40587},R:{_:"0"},M:{"0":0.0087},Q:{_:"14.9"},O:{"0":0.03479},H:{"0":0.06}};
@@ -1 +1 @@
1
- module.exports={C:{"43":0.00701,"52":0.00467,"58":0.00234,"61":0.00234,"67":0.00234,"68":0.00234,"72":0.02102,"78":0.00234,"92":0.00234,"100":0.00234,"102":0.00234,"103":0.01168,"112":0.00467,"113":0.00934,"115":0.38778,"122":0.00234,"124":0.00234,"126":0.00234,"127":0.02102,"128":0.0257,"129":0.00701,"130":0.01402,"131":0.13549,"132":2.11642,"133":0.22192,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 44 45 46 47 48 49 50 51 53 54 55 56 57 59 60 62 63 64 65 66 69 70 71 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 104 105 106 107 108 109 110 111 114 116 117 118 119 120 121 123 125 134 135 136 3.5 3.6"},D:{"11":0.00234,"31":0.00234,"43":0.00234,"47":0.03971,"49":0.00234,"56":0.00234,"58":0.00234,"61":0.00234,"64":0.00234,"66":0.00234,"69":0.00467,"70":0.00467,"73":0.00467,"75":0.00934,"76":0.05139,"77":0.00701,"79":0.00467,"81":0.04438,"83":0.00934,"84":0.00467,"85":0.00467,"86":0.01635,"87":0.01168,"88":0.00934,"89":0.00234,"91":0.01402,"93":0.06774,"94":0.00467,"95":0.00467,"100":0.00467,"102":0.00701,"103":0.20323,"104":0.09578,"105":0.00234,"106":0.01635,"108":0.00234,"109":1.23107,"110":0.00234,"111":0.00234,"113":0.00467,"114":0.00701,"116":0.01869,"117":0.02803,"118":0.03971,"119":0.03037,"120":0.01168,"121":0.00467,"122":0.01402,"123":0.01168,"124":0.02803,"125":0.00934,"126":0.06774,"127":0.03738,"128":0.07008,"129":0.10512,"130":5.40784,"131":3.79133,_:"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 32 33 34 35 36 37 38 39 40 41 42 44 45 46 48 50 51 52 53 54 55 57 59 60 62 63 65 67 68 71 72 74 78 80 90 92 96 97 98 99 101 107 112 115 132 133 134"},F:{"37":0.02803,"46":0.00234,"78":0.01402,"79":0.00701,"84":0.00701,"85":0.00234,"95":0.11446,"102":0.00234,"112":0.00934,"113":0.00701,"114":0.97178,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 80 81 82 83 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00234,"13":0.00234,"14":0.00234,"17":0.00701,"18":0.00701,"84":0.00234,"89":0.00467,"90":0.00234,"92":0.03504,"100":0.00234,"109":0.16819,"121":0.00234,"122":0.00234,"123":0.00234,"124":0.00467,"125":0.00701,"126":0.11914,"127":0.00701,"128":0.0257,"129":0.05606,"130":1.80573,"131":1.43197,_:"15 16 79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120"},E:{"13":0.00234,_:"0 4 5 6 7 8 9 10 11 12 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 15.5 16.0 16.2 16.3 16.4 16.5 17.0 17.1 17.3 18.2","13.1":0.01635,"14.1":0.00234,"15.6":0.03971,"16.1":0.00234,"16.6":0.0257,"17.2":0.00234,"17.4":0.00234,"17.5":0.01402,"17.6":0.08176,"18.0":0.00467,"18.1":0.0327},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00098,"5.0-5.1":0,"6.0-6.1":0.00391,"7.0-7.1":0.00489,"8.1-8.4":0,"9.0-9.2":0.00391,"9.3":0.01368,"10.0-10.2":0.00293,"10.3":0.02247,"11.0-11.2":0.2638,"11.3-11.4":0.00684,"12.0-12.1":0.00391,"12.2-12.5":0.10259,"13.0-13.1":0.00195,"13.2":0.02638,"13.3":0.00391,"13.4-13.7":0.01466,"14.0-14.4":0.03224,"14.5-14.8":0.04592,"15.0-15.1":0.02638,"15.2-15.3":0.02443,"15.4":0.02931,"15.5":0.0342,"15.6-15.8":0.36639,"16.0":0.06937,"16.1":0.14655,"16.2":0.07425,"16.3":0.12604,"16.4":0.0254,"16.5":0.05081,"16.6-16.7":0.4807,"17.0":0.03517,"17.1":0.05862,"17.2":0.04885,"17.3":0.07425,"17.4":0.15926,"17.5":0.47581,"17.6-17.7":4.11038,"18.0":1.45773,"18.1":1.28089,"18.2":0.05178},P:{"4":0.22372,"22":0.18111,"24":0.01065,"25":0.01065,"26":0.26634,"27":0.12784,_:"20 21 23 5.0-5.4 8.2 10.1 11.1-11.2 13.0 14.0 15.0 16.0 18.0 19.0","6.2-6.4":0.01065,"7.2-7.4":0.01065,"9.2":0.01065,"12.0":0.01065,"17.0":0.01065},I:{"0":0.13763,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00004,"4.4":0,"4.4.3-4.4.4":0.00018},A:{"11":0.00467,_:"6 7 8 9 10 5.5"},K:{"0":0.6819,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.00766,_:"3.0-3.1"},J:{_:"7 10"},Q:{"14.9":0.00766},O:{"0":0.09962},H:{"0":0.23},L:{"0":68.07076},R:{_:"0"},M:{"0":0.06897}};
1
+ module.exports={C:{"47":0.0195,"52":0.0039,"72":0.0039,"103":0.0078,"112":0.0078,"115":0.31972,"127":0.0117,"128":0.03899,"129":0.0078,"133":0.05069,"134":0.51467,"135":5.4469,"136":0.0078,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 48 49 50 51 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 104 105 106 107 108 109 110 111 113 114 116 117 118 119 120 121 122 123 124 125 126 130 131 132 137 138 3.5 3.6"},D:{"38":0.0039,"47":0.0078,"50":0.0078,"56":0.0039,"58":0.0039,"66":0.0039,"73":0.0117,"75":0.03119,"76":0.03119,"79":0.0039,"81":0.0078,"83":0.03899,"86":0.03509,"87":0.0039,"88":0.0039,"89":0.0039,"91":0.0078,"92":0.0156,"93":0.05459,"94":0.0039,"95":0.0039,"100":0.0039,"102":0.0039,"103":0.22614,"104":0.07408,"106":0.0078,"109":3.69235,"110":0.0039,"111":0.12867,"114":0.0039,"116":0.0156,"117":0.07798,"118":0.0039,"119":0.05069,"120":0.0039,"122":0.09358,"123":0.0156,"124":0.0117,"126":0.0117,"127":0.03119,"128":0.09748,"129":0.0117,"130":0.02339,"131":0.27293,"132":7.83699,"133":7.63424,"134":0.0078,_:"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 49 51 52 53 54 55 57 59 60 61 62 63 64 65 67 68 69 70 71 72 74 77 78 80 84 85 90 96 97 98 99 101 105 107 108 112 113 115 121 125 135 136"},F:{"79":0.0039,"89":0.0039,"95":0.23784,"112":0.04679,"114":0.0039,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 86 87 88 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"15":0.0039,"18":0.0039,"92":0.0117,"100":0.0039,"109":0.03119,"116":0.0078,"119":0.0039,"127":0.0195,"128":0.0039,"130":0.0195,"131":0.05459,"132":1.65708,"133":3.64946,_:"12 13 14 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 114 115 117 118 120 121 122 123 124 125 126 129"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.1 17.2 17.3 18.4","13.1":0.0117,"14.1":0.0039,"15.6":0.03899,"16.6":0.0117,"17.4":0.0039,"17.5":0.0039,"17.6":0.08578,"18.0":0.0078,"18.1":0.0078,"18.2":0.0078,"18.3":0.04289},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.002,"5.0-5.1":0.001,"6.0-6.1":0.00601,"7.0-7.1":0.00501,"8.1-8.4":0,"9.0-9.2":0.002,"9.3":0.01502,"10.0-10.2":0.002,"10.3":0.02304,"11.0-11.2":0.07913,"11.3-11.4":0.00701,"12.0-12.1":0.00401,"12.2-12.5":0.10617,"13.0-13.1":0.002,"13.2":0.003,"13.3":0.00401,"13.4-13.7":0.01502,"14.0-14.4":0.03305,"14.5-14.8":0.04607,"15.0-15.1":0.02404,"15.2-15.3":0.02404,"15.4":0.02905,"15.5":0.03305,"15.6-15.8":0.40966,"16.0":0.0591,"16.1":0.1232,"16.2":0.0621,"16.3":0.11218,"16.4":0.02504,"16.5":0.04708,"16.6-16.7":0.48779,"17.0":0.03005,"17.1":0.05309,"17.2":0.04207,"17.3":0.0591,"17.4":0.1222,"17.5":0.29047,"17.6-17.7":0.95555,"18.0":0.28146,"18.1":2.58518,"18.2":0.83134,"18.3":2.96279,"18.4":0.00601},P:{"4":0.14208,"21":0.01093,"22":0.01093,"24":0.04372,"26":0.02186,"27":0.15301,_:"20 23 25 8.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0 19.0","5.0-5.4":0.01093,"6.2-6.4":0.04372,"7.2-7.4":0.01093,"9.2":0.01093,"17.0":0.06558},I:{"0":0.09132,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00002,"4.4":0,"4.4.3-4.4.4":0.00011},K:{"0":0.5088,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":53.65802},R:{_:"0"},M:{"0":0.061},Q:{"14.9":0.0061},O:{"0":0.0427},H:{"0":0.15}};
@@ -1 +1 @@
1
- module.exports={C:{"48":0.00416,"52":0.00831,"53":0.01663,"55":0.44896,"56":1.45911,"78":0.00416,"85":0.00416,"98":0.00416,"103":0.00416,"106":0.00416,"108":0.01663,"113":0.00416,"115":0.12471,"125":0.00416,"127":0.00831,"128":0.01663,"129":0.00416,"130":0.00416,"131":0.03326,"132":0.87713,"133":0.08314,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 54 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 86 87 88 89 90 91 92 93 94 95 96 97 99 100 101 102 104 105 107 109 110 111 112 114 116 117 118 119 120 121 122 123 124 126 134 135 136 3.5 3.6"},D:{"37":0.06651,"43":0.00831,"49":0.00831,"56":0.00416,"65":0.00416,"70":0.00416,"79":0.02079,"80":0.00416,"81":0.00416,"83":0.00416,"84":0.00416,"85":0.00416,"86":0.00416,"87":0.02079,"88":0.00831,"89":0.00416,"90":0.00416,"91":0.01247,"92":0.00416,"93":0.00416,"94":0.01247,"95":0.00416,"96":0.00416,"97":0.00416,"98":0.00416,"99":0.00416,"100":0.00416,"101":0.03741,"102":0.00831,"103":0.0291,"104":0.00831,"105":0.02079,"106":0.01247,"107":0.01663,"108":0.03741,"109":1.87896,"110":0.00831,"111":0.01247,"112":0.01247,"113":0.06236,"114":0.0582,"115":0.00831,"116":0.04157,"117":0.02079,"118":0.07067,"119":0.02079,"120":0.03741,"121":0.0291,"122":0.09977,"123":0.04988,"124":0.12887,"125":0.05404,"126":0.0873,"127":0.06651,"128":0.17875,"129":0.37413,"130":14.42895,"131":10.0059,"132":0.01663,"133":0.00416,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 38 39 40 41 42 44 45 46 47 48 50 51 52 53 54 55 57 58 59 60 61 62 63 64 66 67 68 69 71 72 73 74 75 76 77 78 134"},F:{"85":0.00831,"95":0.01663,"113":0.02079,"114":0.39076,_:"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:{"18":0.00831,"92":0.00831,"100":0.00416,"107":0.00416,"108":0.00416,"109":0.02079,"110":0.00416,"113":0.00416,"114":0.00416,"119":0.00416,"120":0.00416,"121":0.00416,"122":0.00831,"123":0.00416,"124":0.00831,"125":0.00831,"126":0.02079,"127":0.02079,"128":0.02494,"129":0.0582,"130":2.25725,"131":1.75841,_:"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 111 112 115 116 117 118"},E:{"10":0.00416,"14":0.00831,"15":0.00416,_:"0 4 5 6 7 8 9 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1","12.1":0.00416,"13.1":0.01247,"14.1":0.03326,"15.1":0.00416,"15.2-15.3":0.00416,"15.4":0.00831,"15.5":0.01247,"15.6":0.10393,"16.0":0.01247,"16.1":0.06236,"16.2":0.02079,"16.3":0.05404,"16.4":0.01247,"16.5":0.02079,"16.6":0.14965,"17.0":0.02079,"17.1":0.02079,"17.2":0.03326,"17.3":0.0291,"17.4":0.06236,"17.5":0.21201,"17.6":1.11823,"18.0":0.43233,"18.1":0.4448,"18.2":0.01247},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00153,"5.0-5.1":0,"6.0-6.1":0.00611,"7.0-7.1":0.00764,"8.1-8.4":0,"9.0-9.2":0.00611,"9.3":0.02139,"10.0-10.2":0.00458,"10.3":0.03514,"11.0-11.2":0.41246,"11.3-11.4":0.01069,"12.0-12.1":0.00611,"12.2-12.5":0.1604,"13.0-13.1":0.00306,"13.2":0.04125,"13.3":0.00611,"13.4-13.7":0.02291,"14.0-14.4":0.05041,"14.5-14.8":0.0718,"15.0-15.1":0.04125,"15.2-15.3":0.03819,"15.4":0.04583,"15.5":0.05347,"15.6-15.8":0.57286,"16.0":0.10846,"16.1":0.22914,"16.2":0.1161,"16.3":0.19706,"16.4":0.03972,"16.5":0.07944,"16.6-16.7":0.75159,"17.0":0.05499,"17.1":0.09166,"17.2":0.07638,"17.3":0.1161,"17.4":0.249,"17.5":0.74395,"17.6-17.7":6.4267,"18.0":2.27921,"18.1":2.00271,"18.2":0.08096},P:{"4":0.03201,"20":0.01067,"21":0.03201,"22":0.05334,"23":0.07468,"24":0.08535,"25":0.09602,"26":1.47231,"27":1.05623,_:"5.0-5.4 6.2-6.4 8.2 9.2 10.1 12.0 13.0 14.0 15.0 16.0","7.2-7.4":0.03201,"11.1-11.2":0.01067,"17.0":0.01067,"18.0":0.01067,"19.0":0.02134},I:{"0":0.02916,"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.00432,"11":0.32824,_:"6 7 9 10 5.5"},K:{"0":0.23714,_:"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.00584},O:{"0":0.18701},H:{"0":0.02},L:{"0":41.3056},R:{_:"0"},M:{"0":0.16363}};
1
+ module.exports={C:{"52":0.00385,"53":0.02694,"55":0.35026,"56":0.92376,"98":0.00385,"103":0.0077,"113":0.00385,"115":0.08853,"126":0.00385,"127":0.0077,"128":0.0154,"132":0.00385,"133":0.0077,"134":0.19245,"135":0.67742,"136":0.0077,_:"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 54 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 99 100 101 102 104 105 106 107 108 109 110 111 112 114 116 117 118 119 120 121 122 123 124 125 129 130 131 137 138 3.5 3.6"},D:{"37":0.02309,"43":0.00385,"47":0.00385,"49":0.00385,"56":0.00385,"57":0.00385,"63":0.00385,"65":0.00385,"66":0.00385,"67":0.00385,"69":0.00385,"70":0.00385,"72":0.00385,"73":0.00385,"74":0.00385,"78":0.00385,"79":0.04234,"80":0.00385,"81":0.00385,"83":0.00385,"84":0.00385,"85":0.0077,"86":0.00385,"87":0.03079,"88":0.00385,"89":0.00385,"90":0.00385,"91":0.0077,"92":0.00385,"93":0.00385,"94":0.00385,"95":0.0077,"96":0.00385,"99":0.00385,"100":0.00385,"101":0.02694,"102":0.0077,"103":0.02309,"104":0.31562,"105":0.01155,"106":0.01155,"107":0.0154,"108":0.02309,"109":1.30096,"110":0.0077,"111":0.0077,"112":0.0077,"113":0.05389,"114":0.05774,"115":0.0077,"116":0.03079,"117":0.0154,"118":0.06543,"119":0.01925,"120":0.02309,"121":0.01925,"122":0.10392,"123":0.03464,"124":0.09623,"125":0.04619,"126":0.05389,"127":0.04234,"128":0.08083,"129":0.05004,"130":0.07313,"131":0.5658,"132":10.88882,"133":10.7695,"134":0.01155,"135":0.01155,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 38 39 40 41 42 44 45 46 48 50 51 52 53 54 55 58 59 60 61 62 64 68 71 75 76 77 97 98 136"},F:{"82":0.00385,"87":0.02694,"95":0.01925,"108":0.0077,"114":0.02309,_:"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 83 84 85 86 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:{"17":0.00385,"18":0.00385,"92":0.00385,"100":0.00385,"108":0.00385,"109":0.04619,"110":0.00385,"114":0.00385,"119":0.00385,"120":0.00385,"121":0.00385,"122":0.0077,"124":0.00385,"125":0.00385,"126":0.0154,"127":0.0077,"128":0.01155,"129":0.0154,"130":0.01925,"131":0.08083,"132":1.43183,"133":2.05922,_:"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 111 112 113 115 116 117 118 123"},E:{"14":0.00385,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 15.2-15.3 18.4","11.1":0.00385,"12.1":0.00385,"13.1":0.01155,"14.1":0.02309,"15.1":0.00385,"15.4":0.0077,"15.5":0.01155,"15.6":0.09238,"16.0":0.01155,"16.1":0.04619,"16.2":0.0154,"16.3":0.03849,"16.4":0.01155,"16.5":0.01155,"16.6":0.10777,"17.0":0.0154,"17.1":0.05389,"17.2":0.01925,"17.3":0.0154,"17.4":0.04619,"17.5":0.13472,"17.6":0.29252,"18.0":0.07313,"18.1":0.61199,"18.2":0.1886,"18.3":0.85833},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00296,"5.0-5.1":0.00148,"6.0-6.1":0.00889,"7.0-7.1":0.00741,"8.1-8.4":0,"9.0-9.2":0.00296,"9.3":0.02223,"10.0-10.2":0.00296,"10.3":0.03409,"11.0-11.2":0.11708,"11.3-11.4":0.01037,"12.0-12.1":0.00593,"12.2-12.5":0.15709,"13.0-13.1":0.00296,"13.2":0.00445,"13.3":0.00593,"13.4-13.7":0.02223,"14.0-14.4":0.04891,"14.5-14.8":0.06817,"15.0-15.1":0.03557,"15.2-15.3":0.03557,"15.4":0.04298,"15.5":0.04891,"15.6-15.8":0.60614,"16.0":0.08744,"16.1":0.18229,"16.2":0.09189,"16.3":0.16599,"16.4":0.03705,"16.5":0.06965,"16.6-16.7":0.72174,"17.0":0.04446,"17.1":0.07855,"17.2":0.06224,"17.3":0.08744,"17.4":0.18081,"17.5":0.42978,"17.6-17.7":1.41384,"18.0":0.41645,"18.1":3.82509,"18.2":1.23007,"18.3":4.38381,"18.4":0.00889},P:{"4":0.07392,"20":0.01056,"21":0.03168,"22":0.04224,"23":0.06336,"24":0.06336,"25":0.09504,"26":0.14784,"27":2.47103,"5.0-5.4":0.01056,_:"6.2-6.4 8.2 10.1 12.0 13.0 14.0 16.0 18.0","7.2-7.4":0.04224,"9.2":0.264,"11.1-11.2":0.03168,"15.0":0.01056,"17.0":0.01056,"19.0":0.01056},I:{"0":0.02456,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00003},K:{"0":0.28145,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.00431,"11":0.1766,_:"6 7 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":45.9931},R:{_:"0"},M:{"0":0.1661},Q:{"14.9":0.00615},O:{"0":0.33221},H:{"0":0.02}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.00617,"62":0.00308,"79":0.00308,"89":0.00308,"94":0.00308,"111":0.00308,"115":0.08944,"122":0.01234,"125":0.00308,"127":0.01234,"128":0.01542,"129":0.00925,"130":0.00925,"131":0.03392,"132":0.33924,"133":0.03701,_:"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 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 86 87 88 90 91 92 93 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 112 113 114 116 117 118 119 120 121 123 124 126 134 135 136 3.5 3.6"},D:{"27":0.00925,"31":0.00925,"35":0.01234,"44":0.00308,"46":0.00308,"47":0.0586,"49":0.02159,"52":0.00308,"55":0.00925,"56":0.11411,"58":5.66839,"65":0.00617,"66":0.04626,"69":0.00925,"70":0.01234,"71":0.00617,"72":0.00925,"74":0.00308,"75":0.00617,"76":0.00308,"77":1.49882,"78":0.00308,"79":0.0185,"81":0.00308,"83":0.00617,"84":0.00617,"85":0.00617,"86":0.00925,"87":0.11102,"88":0.01542,"89":0.01234,"91":0.00308,"92":0.00925,"93":0.00308,"94":0.02159,"95":0.00308,"96":0.03701,"97":0.00617,"98":0.00617,"99":0.00617,"100":0.01542,"101":0.00308,"102":0.00617,"103":0.00617,"105":0.00617,"106":0.08635,"107":0.11411,"108":0.00925,"109":2.86812,"110":0.03701,"111":0.19429,"112":0.01234,"113":0.00308,"114":0.00308,"115":0.00308,"116":0.00308,"117":0.00925,"118":0.08327,"119":0.06785,"120":0.02159,"121":0.0185,"122":0.03084,"123":0.03701,"124":0.04009,"125":0.04626,"126":0.04318,"127":0.0185,"128":0.16962,"129":0.26522,"130":5.12252,"131":3.44791,"132":0.00308,"133":0.00617,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 28 29 30 32 33 34 36 37 38 39 40 41 42 43 45 48 50 51 53 54 57 59 60 61 62 63 64 67 68 73 80 90 104 134"},F:{"36":0.02776,"53":0.00308,"62":0.00308,"73":0.00308,"79":0.05551,"80":0.00308,"83":0.00308,"84":0.00925,"85":0.00925,"86":0.0185,"89":0.00308,"93":0.01542,"95":0.58596,"112":0.01234,"113":0.02159,"114":0.73708,_:"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 54 55 56 57 58 60 63 64 65 66 67 68 69 70 71 72 74 75 76 77 78 81 82 87 88 90 91 92 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":0.00308},B:{"14":0.00617,"15":0.00925,"16":0.00617,"17":0.00617,"18":0.04009,"80":0.00308,"83":0.00308,"84":0.00308,"90":0.01542,"92":0.08944,"94":0.00308,"100":0.01542,"104":0.02159,"106":0.00308,"107":0.00617,"109":0.01234,"113":0.00308,"114":0.01234,"119":0.00308,"120":0.00617,"121":0.0185,"122":0.00925,"123":0.00617,"124":0.00617,"125":0.00617,"126":0.00308,"127":0.00308,"128":0.0586,"129":0.03701,"130":0.95604,"131":0.84502,_:"12 13 79 81 85 86 87 88 89 91 93 95 96 97 98 99 101 102 103 105 108 110 111 112 115 116 117 118"},E:{"14":0.00925,_:"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 14.1 15.4 16.2 17.2","5.1":0.0771,"12.1":0.00308,"13.1":0.00925,"15.1":0.00308,"15.2-15.3":0.01234,"15.5":0.01542,"15.6":0.01542,"16.0":0.00308,"16.1":0.00308,"16.3":0.00308,"16.4":0.00617,"16.5":0.12336,"16.6":0.01542,"17.0":0.00308,"17.1":0.00925,"17.3":0.00308,"17.4":0.00617,"17.5":0.06785,"17.6":0.11411,"18.0":0.06168,"18.1":0.03084,"18.2":0.00308},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00059,"5.0-5.1":0,"6.0-6.1":0.00235,"7.0-7.1":0.00294,"8.1-8.4":0,"9.0-9.2":0.00235,"9.3":0.00823,"10.0-10.2":0.00176,"10.3":0.01352,"11.0-11.2":0.1587,"11.3-11.4":0.00411,"12.0-12.1":0.00235,"12.2-12.5":0.06172,"13.0-13.1":0.00118,"13.2":0.01587,"13.3":0.00235,"13.4-13.7":0.00882,"14.0-14.4":0.0194,"14.5-14.8":0.02763,"15.0-15.1":0.01587,"15.2-15.3":0.01469,"15.4":0.01763,"15.5":0.02057,"15.6-15.8":0.22042,"16.0":0.04173,"16.1":0.08817,"16.2":0.04467,"16.3":0.07582,"16.4":0.01528,"16.5":0.03056,"16.6-16.7":0.28919,"17.0":0.02116,"17.1":0.03527,"17.2":0.02939,"17.3":0.04467,"17.4":0.09581,"17.5":0.28625,"17.6-17.7":2.47277,"18.0":0.87696,"18.1":0.77057,"18.2":0.03115},P:{"4":0.30403,"20":0.0304,"21":0.31417,"22":0.10134,"23":0.13175,"24":0.22296,"25":0.30403,"26":0.84116,"27":0.24323,"5.0-5.4":0.05067,"6.2-6.4":0.05067,"7.2-7.4":0.16215,"8.2":0.01013,"9.2":0.07094,_:"10.1 15.0","11.1-11.2":0.06081,"12.0":0.01013,"13.0":0.01013,"14.0":0.01013,"16.0":0.10134,"17.0":0.01013,"18.0":0.01013,"19.0":0.04054},I:{"0":0.069,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00002,"4.4":0,"4.4.3-4.4.4":0.00009},A:{"11":0.24364,_:"6 7 8 9 10 5.5"},K:{"0":1.04737,_:"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.02075},O:{"0":0.71916},H:{"0":0.55},L:{"0":58.12081},R:{_:"0"},M:{"0":0.02075}};
1
+ module.exports={C:{"52":0.01369,"89":0.00274,"109":0.00274,"111":0.00547,"115":0.09032,"125":0.00274,"127":0.00547,"128":0.01642,"129":0.00274,"132":0.01642,"133":0.00821,"134":0.24086,"135":0.2518,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 90 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 119 120 121 122 123 124 126 130 131 136 137 138 3.5 3.6"},D:{"31":0.00274,"35":0.01095,"39":0.00547,"43":0.00274,"44":0.00274,"46":0.00547,"49":0.0219,"50":0.00547,"51":0.06295,"53":0.00274,"54":0.00274,"56":0.00274,"57":0.00274,"58":0.04927,"60":0.00274,"62":0.00274,"64":0.00274,"67":0.00274,"69":0.00274,"70":0.01369,"71":0.00547,"72":0.01095,"74":0.00821,"76":0.00274,"77":1.82832,"78":0.00821,"79":0.01369,"80":0.00547,"81":0.00821,"83":0.01916,"84":0.00547,"86":0.00547,"87":0.09306,"88":0.00547,"89":0.01095,"90":0.00274,"91":0.00821,"92":0.00547,"94":0.02737,"95":0.00274,"96":0.00274,"97":0.00274,"98":0.01369,"99":0.00547,"100":0.00274,"101":0.00547,"102":0.0219,"104":0.01095,"106":0.07664,"107":0.00274,"108":0.07116,"109":2.41951,"110":0.02737,"111":0.0219,"112":0.01369,"113":0.00274,"114":0.01369,"115":0.01642,"116":0.01095,"117":0.00274,"118":0.03558,"119":0.03284,"120":0.02737,"121":0.03284,"122":0.1259,"123":0.09032,"124":0.00821,"125":0.01095,"126":0.03011,"127":0.01095,"128":0.02737,"129":0.09306,"130":0.04379,"131":0.48719,"132":4.6009,"133":4.43941,"134":0.01369,"135":0.00547,_:"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 33 34 36 37 38 40 41 42 45 47 48 52 55 59 61 63 65 66 68 73 75 85 93 103 105 136"},F:{"36":0.00547,"49":0.00274,"53":0.00274,"56":0.01369,"64":0.00274,"73":0.00274,"79":0.052,"81":0.00547,"82":0.00821,"86":0.01642,"87":0.22443,"93":0.00274,"94":0.00274,"95":0.13138,"110":0.00821,"112":0.08485,"114":0.01369,_:"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 50 51 52 54 55 57 58 60 62 63 65 66 67 68 69 70 71 72 74 75 76 77 78 80 83 84 85 88 89 90 91 92 96 97 98 99 100 101 102 103 104 105 106 107 108 109 111 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6","12.1":0.00274},B:{"12":0.00274,"14":0.00547,"15":0.00547,"16":0.00821,"17":0.00274,"18":0.0219,"89":0.00821,"90":0.00274,"92":0.03558,"100":0.00821,"106":0.08485,"109":0.27096,"110":0.00274,"114":0.01642,"115":0.00274,"119":0.00821,"120":0.01916,"121":0.00821,"123":0.00547,"124":0.01369,"126":0.00274,"127":0.06021,"128":0.01095,"129":0.00274,"130":0.01369,"131":0.10948,"132":0.88131,"133":0.91416,_:"13 79 80 81 83 84 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 107 108 111 112 113 116 117 118 122 125"},E:{"15":1.16049,_:"0 4 5 6 7 8 9 10 11 12 13 14 3.1 3.2 6.1 7.1 9.1 10.1 12.1 15.1 15.4 15.5 16.0 16.1 16.2 16.3 16.4 17.0 17.2 18.4","5.1":0.13959,"11.1":0.00274,"13.1":0.00547,"14.1":0.02737,"15.2-15.3":0.00274,"15.6":0.01095,"16.5":0.07116,"16.6":0.04379,"17.1":0.00274,"17.3":0.01095,"17.4":0.05748,"17.5":0.00274,"17.6":0.07937,"18.0":0.00821,"18.1":0.0958,"18.2":0.03011,"18.3":0.12317},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0014,"5.0-5.1":0.0007,"6.0-6.1":0.00419,"7.0-7.1":0.00349,"8.1-8.4":0,"9.0-9.2":0.0014,"9.3":0.01048,"10.0-10.2":0.0014,"10.3":0.01607,"11.0-11.2":0.0552,"11.3-11.4":0.00489,"12.0-12.1":0.00279,"12.2-12.5":0.07406,"13.0-13.1":0.0014,"13.2":0.0021,"13.3":0.00279,"13.4-13.7":0.01048,"14.0-14.4":0.02306,"14.5-14.8":0.03214,"15.0-15.1":0.01677,"15.2-15.3":0.01677,"15.4":0.02026,"15.5":0.02306,"15.6-15.8":0.28577,"16.0":0.04122,"16.1":0.08594,"16.2":0.04332,"16.3":0.07825,"16.4":0.01747,"16.5":0.03284,"16.6-16.7":0.34027,"17.0":0.02096,"17.1":0.03703,"17.2":0.02935,"17.3":0.04122,"17.4":0.08524,"17.5":0.20262,"17.6-17.7":0.66656,"18.0":0.19633,"18.1":1.80335,"18.2":0.57992,"18.3":2.06676,"18.4":0.00419},P:{"4":0.123,"20":0.01025,"21":0.0205,"22":0.082,"23":0.15375,"24":0.15375,"25":0.19475,"26":0.21525,"27":1.08652,"5.0-5.4":0.09225,"6.2-6.4":0.0615,"7.2-7.4":0.15375,"8.2":0.01025,"9.2":0.0205,_:"10.1 12.0 15.0","11.1-11.2":0.03075,"13.0":0.0205,"14.0":0.01025,"16.0":0.041,"17.0":0.01025,"18.0":0.01025,"19.0":0.041},I:{"0":0.02899,"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":1.33271,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.04379,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":61.57189},R:{_:"0"},M:{"0":0.01453},Q:{"14.9":0.01453},O:{"0":0.76988},H:{"0":0.04}};
@@ -1 +1 @@
1
- module.exports={C:{"7":0.0036,"30":0.0036,"36":0.0072,"37":0.0036,"40":0.0036,"44":0.0036,"45":0.0036,"47":0.0072,"48":0.0036,"56":0.02161,"57":0.0036,"63":0.07202,"66":0.0072,"72":0.04681,"78":0.03961,"79":0.14764,"82":0.0036,"95":0.0144,"98":0.0036,"103":0.0144,"105":0.0036,"111":0.0036,"113":0.0036,"114":0.01801,"115":0.79942,"117":0.0036,"118":0.0036,"119":0.0036,"120":0.0036,"121":0.02881,"123":0.0036,"124":0.0072,"125":0.0108,"126":0.0108,"127":0.21606,"128":0.10083,"129":0.02881,"130":0.06842,"131":0.45733,"132":4.10154,"133":0.20526,"134":0.0072,_:"2 3 4 5 6 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 31 32 33 34 35 38 39 41 42 43 46 49 50 51 52 53 54 55 58 59 60 61 62 64 65 67 68 69 70 71 73 74 75 76 77 80 81 83 84 85 86 87 88 89 90 91 92 93 94 96 97 99 100 101 102 104 106 107 108 109 110 112 116 122 135 136 3.5 3.6"},D:{"31":0.0036,"40":0.0072,"41":0.0036,"42":0.0108,"49":0.0036,"51":0.0108,"58":0.02881,"63":0.0036,"65":0.0108,"67":0.0036,"68":0.0072,"70":0.0144,"71":0.0036,"72":0.0072,"73":0.0036,"74":0.0108,"75":0.01801,"76":0.0036,"77":0.0108,"78":0.0072,"79":0.03241,"80":0.0036,"84":0.03241,"85":0.0108,"86":0.0036,"87":0.02881,"88":0.03241,"89":0.0036,"90":0.0036,"91":0.0144,"92":0.0072,"95":0.0036,"96":0.0144,"100":0.0072,"102":0.0036,"103":0.16565,"104":0.0036,"105":0.0072,"106":0.0036,"107":0.0036,"108":0.0108,"109":1.46921,"110":0.0036,"111":0.01801,"112":0.0036,"113":0.0036,"114":0.05041,"115":0.0072,"116":0.16205,"117":0.04321,"118":0.0144,"119":0.0072,"120":0.04321,"121":0.01801,"122":0.06842,"123":0.04321,"124":0.05762,"125":0.03961,"126":0.18725,"127":0.25207,"128":0.32769,"129":1.09831,"130":10.02158,"131":5.90924,"132":0.0072,_:"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 33 34 35 36 37 38 39 43 44 45 46 47 48 50 52 53 54 55 56 57 59 60 61 62 64 66 69 81 83 93 94 97 98 99 101 133 134"},F:{"34":0.0036,"63":0.0036,"78":0.0036,"79":0.0072,"83":0.0036,"85":0.0036,"95":0.0108,"96":0.0036,"102":0.02881,"107":0.0036,"112":0.0144,"113":0.0108,"114":0.48253,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 64 65 66 67 68 69 70 71 72 73 74 75 76 77 80 81 82 84 86 87 88 89 90 91 92 93 94 97 98 99 100 101 103 104 105 106 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.0144,"13":0.0108,"15":0.0036,"16":0.05402,"17":0.0036,"18":0.02881,"84":0.0072,"85":0.0036,"89":0.02161,"90":0.0036,"92":0.02521,"96":0.02161,"97":0.0144,"100":0.07922,"108":0.0036,"109":0.03601,"111":0.0072,"112":0.0036,"113":0.0072,"114":0.0072,"115":0.0072,"116":0.0036,"117":0.0036,"118":0.0036,"119":0.0108,"120":0.02521,"121":0.02161,"122":0.02521,"123":0.03601,"124":0.02161,"125":0.05041,"126":0.10443,"127":0.06842,"128":0.14764,"129":0.3601,"130":2.84839,"131":1.7825,_:"14 79 80 81 83 86 87 88 91 93 94 95 98 99 101 102 103 104 105 106 107 110"},E:{"14":0.0036,_:"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.4 15.5 16.0 18.2","5.1":0.0036,"13.1":0.07562,"14.1":0.06122,"15.1":0.05041,"15.2-15.3":0.02881,"15.6":0.05041,"16.1":0.0144,"16.2":0.0036,"16.3":0.0144,"16.4":0.0036,"16.5":0.04681,"16.6":0.05402,"17.0":0.0144,"17.1":0.0036,"17.2":0.02881,"17.3":0.01801,"17.4":0.05041,"17.5":0.25207,"17.6":0.10803,"18.0":0.10443,"18.1":0.04681},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00043,"5.0-5.1":0,"6.0-6.1":0.00172,"7.0-7.1":0.00216,"8.1-8.4":0,"9.0-9.2":0.00172,"9.3":0.00604,"10.0-10.2":0.00129,"10.3":0.00992,"11.0-11.2":0.11643,"11.3-11.4":0.00302,"12.0-12.1":0.00172,"12.2-12.5":0.04528,"13.0-13.1":0.00086,"13.2":0.01164,"13.3":0.00172,"13.4-13.7":0.00647,"14.0-14.4":0.01423,"14.5-14.8":0.02027,"15.0-15.1":0.01164,"15.2-15.3":0.01078,"15.4":0.01294,"15.5":0.01509,"15.6-15.8":0.16171,"16.0":0.03062,"16.1":0.06468,"16.2":0.03277,"16.3":0.05563,"16.4":0.01121,"16.5":0.02242,"16.6-16.7":0.21216,"17.0":0.01552,"17.1":0.02587,"17.2":0.02156,"17.3":0.03277,"17.4":0.07029,"17.5":0.21001,"17.6-17.7":1.81416,"18.0":0.64339,"18.1":0.56534,"18.2":0.02285},P:{"4":0.05097,"21":0.03058,"22":0.11214,"23":0.07136,"24":0.19369,"25":0.1733,"26":0.3568,"27":0.38738,_:"20 5.0-5.4 6.2-6.4 8.2 9.2 10.1 12.0 14.0 15.0 17.0 18.0","7.2-7.4":0.06116,"11.1-11.2":0.03058,"13.0":0.01019,"16.0":0.01019,"19.0":0.04078},I:{"0":0.00638,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00001},A:{"11":0.0144,_:"6 7 8 9 10 5.5"},K:{"0":0.44786,_:"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.03839},O:{"0":0.46705},H:{"0":0},L:{"0":58.38302},R:{_:"0"},M:{"0":0.10237}};
1
+ module.exports={C:{"30":0.00515,"35":0.00515,"37":0.08235,"44":0.01029,"45":0.00515,"46":0.00515,"47":0.03088,"48":0.00515,"56":0.01544,"57":0.03088,"62":0.04118,"63":0.01029,"67":0.00515,"72":0.03603,"76":0.00515,"78":0.04632,"79":0.18529,"82":0.00515,"88":0.00515,"98":0.00515,"99":0.01029,"101":0.00515,"104":0.00515,"112":0.00515,"114":0.01029,"115":1.13234,"122":0.00515,"123":0.01029,"124":0.01029,"125":0.02574,"126":0.01544,"127":0.06176,"128":0.25735,"129":0.03603,"130":0.02059,"131":0.03603,"132":0.07721,"133":0.07206,"134":1.49263,"135":3.72128,"136":0.10809,_:"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 31 32 33 34 36 38 39 40 41 42 43 49 50 51 52 53 54 55 58 59 60 61 64 65 66 68 69 70 71 73 74 75 77 80 81 83 84 85 86 87 89 90 91 92 93 94 95 96 97 100 102 103 105 106 107 108 109 110 111 113 116 117 118 119 120 121 137 138 3.5 3.6"},D:{"11":0.01029,"22":0.00515,"31":0.01544,"33":0.01029,"34":0.03088,"40":0.00515,"42":0.00515,"43":0.00515,"44":0.00515,"48":0.01029,"49":0.01029,"51":0.00515,"53":0.01029,"58":0.06176,"59":0.00515,"62":0.03088,"63":0.00515,"64":0.01544,"65":0.00515,"66":0.00515,"67":0.01029,"68":0.03088,"69":0.00515,"70":0.01029,"71":0.00515,"72":0.03088,"73":0.01544,"74":0.03088,"75":0.02059,"76":0.00515,"79":0.01544,"80":0.03088,"81":0.00515,"84":0.03088,"85":0.00515,"86":0.00515,"87":0.05662,"90":0.01029,"95":0.01029,"96":0.02574,"99":0.00515,"100":0.00515,"101":0.00515,"102":0.01029,"103":0.13382,"104":0.00515,"105":0.04632,"107":0.00515,"108":0.00515,"109":1.70366,"110":0.01029,"112":0.00515,"113":0.00515,"114":0.12353,"115":0.02059,"116":0.20588,"117":0.03088,"118":0.00515,"119":0.04632,"120":0.07721,"121":0.61764,"122":0.07721,"123":0.02059,"124":0.06691,"125":0.05147,"126":0.11323,"127":0.18529,"128":0.12868,"129":0.19044,"130":0.30882,"131":1.77572,"132":13.0425,"133":10.04694,"134":0.00515,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 23 24 25 26 27 28 29 30 32 35 36 37 38 39 41 45 46 47 50 52 54 55 56 57 60 61 77 78 83 88 89 91 92 93 94 97 98 106 111 135 136"},F:{"49":0.00515,"75":0.01544,"90":0.00515,"95":0.02059,"102":0.01029,"112":0.00515,"114":0.00515,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 76 77 78 79 80 81 82 83 84 85 86 87 88 89 91 92 93 94 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.05147,"13":0.01029,"14":0.02059,"15":0.02574,"16":0.04118,"17":0.02059,"18":0.05662,"80":0.00515,"84":0.01029,"89":0.02059,"90":0.01029,"92":0.12353,"96":0.00515,"99":0.00515,"100":0.10809,"104":0.00515,"105":0.00515,"107":0.01544,"108":0.01029,"109":0.01544,"110":0.04118,"112":0.01029,"113":0.01544,"114":0.04118,"117":0.02059,"118":0.00515,"119":0.01029,"120":0.02059,"121":0.01029,"122":0.04632,"123":0.00515,"124":0.01544,"125":0.02574,"126":0.10294,"127":0.04632,"128":0.05662,"129":0.15441,"130":0.19559,"131":0.68455,"132":3.44334,"133":4.39554,_:"79 81 83 85 86 87 88 91 93 94 95 97 98 101 102 103 106 111 115 116"},E:{"11":0.00515,"14":0.01029,_:"0 4 5 6 7 8 9 10 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.4 16.0 16.1 16.2 18.4","13.1":0.02574,"14.1":0.13382,"15.1":0.01544,"15.2-15.3":0.01544,"15.5":0.01029,"15.6":0.06691,"16.3":0.01029,"16.4":0.00515,"16.5":0.04118,"16.6":0.06691,"17.0":0.01029,"17.1":0.01544,"17.2":0.07721,"17.3":0.01029,"17.4":0.00515,"17.5":0.03603,"17.6":0.10294,"18.0":0.01544,"18.1":0.12868,"18.2":0.11838,"18.3":0.11323},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00097,"5.0-5.1":0.00048,"6.0-6.1":0.00291,"7.0-7.1":0.00242,"8.1-8.4":0,"9.0-9.2":0.00097,"9.3":0.00727,"10.0-10.2":0.00097,"10.3":0.01115,"11.0-11.2":0.0383,"11.3-11.4":0.00339,"12.0-12.1":0.00194,"12.2-12.5":0.05139,"13.0-13.1":0.00097,"13.2":0.00145,"13.3":0.00194,"13.4-13.7":0.00727,"14.0-14.4":0.016,"14.5-14.8":0.0223,"15.0-15.1":0.01164,"15.2-15.3":0.01164,"15.4":0.01406,"15.5":0.016,"15.6-15.8":0.19829,"16.0":0.0286,"16.1":0.05963,"16.2":0.03006,"16.3":0.0543,"16.4":0.01212,"16.5":0.02279,"16.6-16.7":0.2361,"17.0":0.01454,"17.1":0.0257,"17.2":0.02036,"17.3":0.0286,"17.4":0.05915,"17.5":0.1406,"17.6-17.7":0.46251,"18.0":0.13623,"18.1":1.25131,"18.2":0.4024,"18.3":1.43408,"18.4":0.00291},P:{"20":0.0103,"21":0.02061,"22":0.12363,"23":0.10303,"24":0.09272,"25":0.12363,"26":0.09272,"27":0.56665,_:"4 5.0-5.4 8.2 10.1 12.0 13.0 15.0","6.2-6.4":0.0103,"7.2-7.4":0.04121,"9.2":0.0103,"11.1-11.2":0.0103,"14.0":0.0103,"16.0":0.0103,"17.0":0.0103,"18.0":0.0103,"19.0":0.0103},I:{"0":0.00484,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00001},K:{"0":0.53868,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.01544,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":43.62106},R:{_:"0"},M:{"0":0.02912},Q:{"14.9":0.00485},O:{"0":0.42221},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"34":0.01345,"54":0.00224,"68":0.00224,"69":0.02242,"72":0.00897,"75":0.00224,"78":0.01121,"79":0.00224,"89":0.00224,"95":0.00224,"101":0.06502,"102":0.00897,"105":0.00448,"108":0.00224,"115":0.03139,"117":0.00448,"123":0.00448,"124":0.00448,"125":0.00448,"127":0.00224,"128":0.00224,"130":0.00224,"131":0.01121,"132":0.10089,"133":0.00224,_:"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 55 56 57 58 59 60 61 62 63 64 65 66 67 70 71 73 74 76 77 80 81 82 83 84 85 86 87 88 90 91 92 93 94 96 97 98 99 100 103 104 106 107 109 110 111 112 113 114 116 118 119 120 121 122 126 129 134 135 136 3.5 3.6"},D:{"11":0.00897,"22":0.01121,"31":0.01794,"37":0.00673,"47":0.00673,"48":0.00224,"49":0.04484,"50":0.00448,"52":0.01345,"53":0.00224,"55":0.00224,"56":0.00897,"58":0.39235,"61":0.02466,"63":0.00224,"64":0.01345,"68":0.00224,"69":0.00224,"70":0.01121,"72":0.00448,"73":0.00448,"74":0.00224,"77":0.00448,"78":0.03811,"79":0.0269,"80":0.00673,"81":0.01121,"83":0.05829,"84":0.00448,"85":0.01345,"86":0.00897,"87":0.02466,"88":0.08968,"89":0.01121,"90":0.01569,"91":0.02018,"96":0.0426,"97":0.0269,"98":0.04036,"99":0.00224,"100":0.01345,"101":0.03139,"102":0.00673,"103":0.02466,"104":0.00673,"105":0.00897,"106":0.05157,"107":0.02018,"108":0.14125,"109":5.03777,"110":0.01121,"111":0.03587,"112":0.01794,"113":0.00224,"114":0.01121,"115":0.00224,"116":0.01121,"117":0.00448,"118":0.20851,"119":0.00448,"120":0.06726,"121":0.00673,"122":0.01345,"123":0.00897,"124":0.02242,"125":0.00897,"126":0.06053,"127":0.06278,"128":0.08295,"129":0.14349,"130":5.8718,"131":1.4304,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 23 24 25 26 27 28 29 30 32 33 34 35 36 38 39 40 41 42 43 44 45 46 51 54 57 59 60 62 65 66 67 71 75 76 92 93 94 95 132 133 134"},F:{"46":0.00897,"63":0.00897,"72":0.00224,"77":0.00673,"79":0.01121,"91":0.00224,"95":0.03811,"113":0.00224,"114":0.27801,_:"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 64 65 66 67 68 69 70 71 73 74 75 76 78 80 81 82 83 84 85 86 87 88 89 90 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 12.1","11.6":0.00224},B:{"13":0.00224,"15":0.02018,"17":0.00224,"18":0.00673,"84":0.00224,"88":0.00224,"89":0.02242,"92":0.00673,"98":0.00224,"99":0.00224,"104":0.02242,"112":0.00224,"119":0.00448,"121":0.01569,"125":0.00224,"127":0.00224,"129":0.04036,"130":0.69054,"131":0.12779,_:"12 14 16 79 80 81 83 85 86 87 90 91 93 94 95 96 97 100 101 102 103 105 106 107 108 109 110 111 113 114 115 116 117 118 120 122 123 124 126 128"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.1 17.2 17.3 17.4 18.2","11.1":0.00897,"15.5":0.00224,"15.6":0.01345,"16.6":0.00224,"17.5":0.00897,"17.6":0.08744,"18.0":0.03139,"18.1":0.00897},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00022,"5.0-5.1":0,"6.0-6.1":0.00089,"7.0-7.1":0.00111,"8.1-8.4":0,"9.0-9.2":0.00089,"9.3":0.00311,"10.0-10.2":0.00067,"10.3":0.0051,"11.0-11.2":0.05991,"11.3-11.4":0.00155,"12.0-12.1":0.00089,"12.2-12.5":0.0233,"13.0-13.1":0.00044,"13.2":0.00599,"13.3":0.00089,"13.4-13.7":0.00333,"14.0-14.4":0.00732,"14.5-14.8":0.01043,"15.0-15.1":0.00599,"15.2-15.3":0.00555,"15.4":0.00666,"15.5":0.00777,"15.6-15.8":0.08322,"16.0":0.01576,"16.1":0.03329,"16.2":0.01686,"16.3":0.02863,"16.4":0.00577,"16.5":0.01154,"16.6-16.7":0.10918,"17.0":0.00799,"17.1":0.01331,"17.2":0.0111,"17.3":0.01686,"17.4":0.03617,"17.5":0.10807,"17.6-17.7":0.93356,"18.0":0.33109,"18.1":0.29092,"18.2":0.01176},P:{"4":1.12997,"20":0.01027,"21":0.04109,"22":0.25681,"23":0.08218,"24":0.32872,"25":0.09245,"26":0.86289,"27":0.15409,"5.0-5.4":0.08218,"6.2-6.4":0.02054,"7.2-7.4":0.35954,_:"8.2 10.1 15.0","9.2":0.01027,"11.1-11.2":0.02054,"12.0":0.01027,"13.0":0.02054,"14.0":0.01027,"16.0":0.01027,"17.0":0.08218,"18.0":0.01027,"19.0":0.05136},I:{"0":0.06194,"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.00008},A:{"11":2.95047,_:"6 7 8 9 10 5.5"},K:{"0":0.24708,_:"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.57417},H:{"0":0.04},L:{"0":69.00761},R:{_:"0"},M:{"0":0.01552}};
1
+ module.exports={C:{"38":0.05443,"68":0.02474,"82":0.02474,"115":0.31667,"122":0.66303,"125":0.15834,"127":0.02474,"128":0.02474,"129":0.05443,"132":0.02474,"133":0.45027,"134":0.34636,"135":0.9797,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 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 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 123 124 126 130 131 136 137 138 3.5 3.6"},D:{"40":0.63829,"52":0.3711,"58":0.18802,"63":0.07917,"69":0.02474,"75":0.02474,"79":0.3711,"84":0.02474,"101":0.02474,"105":0.05443,"108":0.05443,"109":4.24044,"112":0.05443,"122":0.18802,"124":0.02474,"126":0.26719,"128":0.02474,"129":2.04352,"130":0.02474,"131":1.08856,"132":10.26215,"133":13.54762,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 59 60 61 62 64 65 66 67 68 70 71 72 73 74 76 77 78 80 81 83 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 102 103 104 106 107 110 111 113 114 115 116 117 118 119 120 121 123 125 127 134 135 136"},F:{"42":0.07917,"53":0.02474,"86":0.02474,"87":1.08856,"88":0.05443,"92":0.05443,"95":0.05443,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 43 44 45 46 47 48 49 50 51 52 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 89 90 91 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6","12.1":0.05443},B:{"16":0.02474,"18":0.29193,"86":0.02474,"109":0.07917,"121":0.63829,"131":0.52944,"132":0.5047,"133":1.08856,_:"12 13 14 15 17 79 80 81 83 84 85 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 122 123 124 125 126 127 128 129 130"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.2 16.3 16.4 16.5 17.1 17.2 17.3 18.0 18.4","13.1":0.1336,"15.6":0.10391,"16.1":0.05443,"16.6":0.02474,"17.0":0.02474,"17.4":0.39584,"17.5":0.05443,"17.6":0.2375,"18.1":0.76694,"18.2":0.21276,"18.3":0.6086},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00164,"5.0-5.1":0.00082,"6.0-6.1":0.00491,"7.0-7.1":0.00409,"8.1-8.4":0,"9.0-9.2":0.00164,"9.3":0.01228,"10.0-10.2":0.00164,"10.3":0.01884,"11.0-11.2":0.0647,"11.3-11.4":0.00573,"12.0-12.1":0.00328,"12.2-12.5":0.08681,"13.0-13.1":0.00164,"13.2":0.00246,"13.3":0.00328,"13.4-13.7":0.01228,"14.0-14.4":0.02702,"14.5-14.8":0.03767,"15.0-15.1":0.01965,"15.2-15.3":0.01965,"15.4":0.02375,"15.5":0.02702,"15.6-15.8":0.33494,"16.0":0.04832,"16.1":0.10073,"16.2":0.05077,"16.3":0.09172,"16.4":0.02047,"16.5":0.03849,"16.6-16.7":0.39882,"17.0":0.02457,"17.1":0.0434,"17.2":0.0344,"17.3":0.04832,"17.4":0.09991,"17.5":0.23749,"17.6-17.7":0.78126,"18.0":0.23012,"18.1":2.11366,"18.2":0.67971,"18.3":2.42239,"18.4":0.00491},P:{"4":0.11638,"26":0.08464,"27":0.6983,_:"20 21 22 23 24 25 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 19.0","5.0-5.4":1.37545,"7.2-7.4":5.66049,"18.0":0.03174},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":3.66246,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.77189,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":23.7451},R:{_:"0"},M:{"0":0.08588},Q:{_:"14.9"},O:{"0":5.38543},H:{"0":1.92}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.02718,"78":0.00679,"91":0.0034,"102":0.00679,"103":0.01699,"108":0.0034,"109":0.0034,"111":0.0034,"115":0.25138,"122":0.0034,"123":0.01019,"125":0.01019,"126":0.00679,"127":0.00679,"128":0.02038,"129":0.0034,"130":0.00679,"131":0.03737,"132":0.73375,"133":0.07813,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 92 93 94 95 96 97 98 99 100 101 104 105 106 107 110 112 113 114 116 117 118 119 120 121 124 134 135 136 3.5 3.6"},D:{"11":0.0034,"43":0.0034,"47":0.0034,"49":0.02718,"50":0.0034,"56":0.01359,"58":0.05775,"59":0.0034,"60":0.0034,"62":0.0034,"63":0.0034,"65":0.01019,"66":0.0034,"68":0.0034,"69":0.0034,"70":0.00679,"72":0.00679,"73":0.00679,"74":0.00679,"75":0.0034,"77":0.00679,"78":0.0034,"79":0.02378,"80":0.0034,"81":0.01359,"83":0.01359,"84":0.01019,"85":0.00679,"86":0.01359,"87":0.04076,"88":0.01359,"89":0.01019,"90":0.00679,"91":0.00679,"92":0.00679,"93":0.0034,"94":0.03397,"95":0.01359,"96":0.00679,"97":0.00679,"98":0.01359,"99":0.00679,"100":0.00679,"101":0.0034,"102":0.03057,"103":0.04756,"104":0.04416,"105":0.00679,"106":0.02038,"107":0.03057,"108":0.03737,"109":4.1885,"110":0.03057,"111":0.01019,"112":0.08832,"113":0.00679,"114":0.02378,"115":0.0034,"116":0.05096,"117":0.00679,"118":0.02718,"119":0.05096,"120":0.07134,"121":0.03057,"122":0.09172,"123":0.03397,"124":0.13928,"125":0.04076,"126":0.08832,"127":0.06454,"128":0.14267,"129":0.48237,"130":10.66658,"131":7.23221,"132":0.00679,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 44 45 46 48 51 52 53 54 55 57 61 64 67 71 76 133 134"},F:{"40":0.0034,"46":0.0034,"79":0.01019,"82":0.00679,"85":0.01019,"86":0.0034,"95":0.07134,"102":0.0034,"103":0.0034,"108":0.0034,"109":0.03057,"112":0.0034,"113":0.13928,"114":2.30317,_:"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 83 84 87 88 89 90 91 92 93 94 96 97 98 99 100 101 104 105 106 107 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.0034,"17":0.0034,"18":0.00679,"84":0.0034,"89":0.0034,"90":0.0034,"92":0.02718,"100":0.0034,"103":0.0034,"107":0.00679,"108":0.0034,"109":0.04076,"112":0.0034,"113":0.0034,"114":0.00679,"116":0.01019,"117":0.00679,"118":0.0034,"119":0.0034,"121":0.0034,"122":0.01019,"123":0.0034,"124":0.00679,"125":0.02038,"126":0.02038,"127":0.01359,"128":0.01359,"129":0.06115,"130":1.69171,"131":1.08704,_:"13 14 15 16 79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 101 102 104 105 106 110 111 115 120"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.1 15.2-15.3","12.1":0.0034,"13.1":0.00679,"14.1":0.01019,"15.4":0.00679,"15.5":0.0034,"15.6":0.04076,"16.0":0.0034,"16.1":0.02718,"16.2":0.01019,"16.3":0.00679,"16.4":0.0034,"16.5":0.0034,"16.6":0.04076,"17.0":0.0034,"17.1":0.00679,"17.2":0.00679,"17.3":0.00679,"17.4":0.08832,"17.5":0.01699,"17.6":0.06454,"18.0":0.15966,"18.1":0.06454,"18.2":0.0034},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00053,"5.0-5.1":0,"6.0-6.1":0.00211,"7.0-7.1":0.00263,"8.1-8.4":0,"9.0-9.2":0.00211,"9.3":0.00737,"10.0-10.2":0.00158,"10.3":0.01211,"11.0-11.2":0.14211,"11.3-11.4":0.00368,"12.0-12.1":0.00211,"12.2-12.5":0.05527,"13.0-13.1":0.00105,"13.2":0.01421,"13.3":0.00211,"13.4-13.7":0.0079,"14.0-14.4":0.01737,"14.5-14.8":0.02474,"15.0-15.1":0.01421,"15.2-15.3":0.01316,"15.4":0.01579,"15.5":0.01842,"15.6-15.8":0.19738,"16.0":0.03737,"16.1":0.07895,"16.2":0.04,"16.3":0.0679,"16.4":0.01368,"16.5":0.02737,"16.6-16.7":0.25896,"17.0":0.01895,"17.1":0.03158,"17.2":0.02632,"17.3":0.04,"17.4":0.08579,"17.5":0.25633,"17.6-17.7":2.21431,"18.0":0.7853,"18.1":0.69003,"18.2":0.0279},P:{"4":0.14406,"20":0.01029,"21":0.03087,"22":0.05145,"23":0.03087,"24":0.05145,"25":0.07203,"26":0.62769,"27":0.40131,_:"5.0-5.4 8.2 9.2 10.1 12.0 14.0 15.0 18.0","6.2-6.4":0.01029,"7.2-7.4":0.26754,"11.1-11.2":0.01029,"13.0":0.01029,"16.0":0.01029,"17.0":0.03087,"19.0":0.01029},I:{"0":0.07248,"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.0073,"9":0.00365,"11":0.08757,_:"6 7 10 5.5"},K:{"0":0.21114,_:"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.07264},H:{"0":0.02},L:{"0":60.36226},R:{_:"0"},M:{"0":0.07925}};
1
+ module.exports={C:{"52":0.02461,"78":0.0041,"102":0.0041,"103":0.01231,"105":0.0041,"106":0.0082,"107":0.0041,"113":0.0041,"115":0.2133,"123":0.0041,"125":0.02871,"126":0.02461,"127":0.0041,"128":0.02871,"129":0.0041,"131":0.0041,"132":0.0041,"133":0.02461,"134":0.31175,"135":1.05832,"136":0.0041,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 104 108 109 110 111 112 114 116 117 118 119 120 121 122 124 130 137 138 3.5 3.6"},D:{"11":0.0041,"39":0.0041,"42":0.0041,"43":0.0082,"47":0.0041,"49":0.03282,"50":0.0041,"55":0.0041,"56":0.02051,"58":0.09024,"60":0.0041,"65":0.01231,"68":0.0041,"69":0.0082,"70":0.0082,"71":0.0041,"72":0.0041,"73":0.01231,"74":0.0041,"75":0.0041,"77":0.0041,"78":0.0041,"79":0.01641,"80":0.0041,"81":0.0041,"83":0.01641,"84":0.03692,"85":0.01231,"86":0.01641,"87":0.02461,"88":0.01231,"89":0.0082,"90":0.01231,"91":0.02871,"92":0.0041,"93":0.0041,"94":0.03692,"95":0.01231,"96":0.0041,"97":0.0082,"98":0.0082,"99":0.0082,"100":0.0041,"101":0.0041,"102":0.04102,"103":0.02051,"104":0.33226,"105":0.01641,"106":0.03282,"107":0.02871,"108":0.02871,"109":3.74923,"110":0.02871,"111":0.01641,"112":0.03282,"113":0.0041,"114":0.01641,"115":0.0041,"116":0.04512,"117":0.0041,"118":0.02461,"119":0.05743,"120":0.03692,"121":0.02461,"122":0.06973,"123":0.02461,"124":0.18049,"125":0.05743,"126":0.06973,"127":0.04102,"128":0.08614,"129":0.04922,"130":0.08614,"131":0.83271,"132":10.0499,"133":9.96786,"134":0.01641,"135":0.0041,_:"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 40 41 44 45 46 48 51 52 53 54 57 59 61 62 63 64 66 67 76 136"},F:{"36":0.0041,"40":0.0082,"79":0.01231,"82":0.04512,"85":0.0041,"87":0.0082,"94":0.0041,"95":0.06153,"109":0.02871,"112":0.0041,"113":0.0041,"114":0.27483,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 41 42 43 44 45 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 86 88 89 90 91 92 93 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.0041,"16":0.0041,"18":0.0041,"84":0.0041,"89":0.01231,"90":0.0082,"92":0.02461,"100":0.0041,"107":0.0041,"109":0.02461,"110":0.0041,"113":0.0041,"114":0.0041,"115":0.0041,"116":0.0041,"120":0.0041,"122":0.01231,"124":0.01231,"125":0.04102,"126":0.0082,"127":0.0041,"128":0.0041,"129":0.01641,"130":0.01231,"131":0.11896,"132":1.53415,"133":2.24379,_:"12 13 15 17 79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 108 111 112 117 118 119 121 123"},E:{"14":0.0041,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 16.2 16.4 18.4","13.1":0.0082,"14.1":0.01641,"15.4":0.01231,"15.5":0.0041,"15.6":0.04922,"16.0":0.0082,"16.1":0.0082,"16.3":0.0082,"16.5":0.0041,"16.6":0.97217,"17.0":0.0041,"17.1":0.01231,"17.2":0.0041,"17.3":0.0041,"17.4":0.04922,"17.5":0.04512,"17.6":0.04922,"18.0":0.03692,"18.1":0.04922,"18.2":0.02461,"18.3":0.10665},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00112,"5.0-5.1":0.00056,"6.0-6.1":0.00335,"7.0-7.1":0.0028,"8.1-8.4":0,"9.0-9.2":0.00112,"9.3":0.00839,"10.0-10.2":0.00112,"10.3":0.01286,"11.0-11.2":0.04416,"11.3-11.4":0.00391,"12.0-12.1":0.00224,"12.2-12.5":0.05926,"13.0-13.1":0.00112,"13.2":0.00168,"13.3":0.00224,"13.4-13.7":0.00839,"14.0-14.4":0.01845,"14.5-14.8":0.02572,"15.0-15.1":0.01342,"15.2-15.3":0.01342,"15.4":0.01621,"15.5":0.01845,"15.6-15.8":0.22865,"16.0":0.03298,"16.1":0.06876,"16.2":0.03466,"16.3":0.06261,"16.4":0.01398,"16.5":0.02627,"16.6-16.7":0.27225,"17.0":0.01677,"17.1":0.02963,"17.2":0.02348,"17.3":0.03298,"17.4":0.0682,"17.5":0.16212,"17.6-17.7":0.53332,"18.0":0.15709,"18.1":1.44287,"18.2":0.464,"18.3":1.65363,"18.4":0.00335},P:{"4":0.10134,"20":0.02027,"21":0.02027,"22":0.0304,"23":0.0304,"24":0.0304,"25":0.05067,"26":0.08107,"27":0.98303,_:"5.0-5.4 8.2 9.2 10.1 11.1-11.2 12.0 15.0 16.0 18.0","6.2-6.4":0.01013,"7.2-7.4":0.24322,"13.0":0.02027,"14.0":0.01013,"17.0":0.04054,"19.0":0.01013},I:{"0":0.09416,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00002,"4.4":0,"4.4.3-4.4.4":0.00011},K:{"0":0.35741,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.11075,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":53.97504},R:{_:"0"},M:{"0":0.14743},Q:{_:"14.9"},O:{"0":0.09435},H:{"0":0.02}};
@@ -1 +1 @@
1
- module.exports={C:{"115":0.01124,"125":0.00562,"128":0.04779,"129":0.00562,"131":0.08152,"132":0.75054,"133":0.08152,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 126 127 130 134 135 136 3.5 3.6"},D:{"44":0.00562,"45":0.00562,"79":0.05341,"81":0.00562,"83":0.00562,"86":0.1012,"93":0.01124,"96":0.00562,"98":0.03654,"99":0.0759,"103":0.01687,"105":0.01687,"109":0.31202,"116":0.18272,"120":0.07028,"122":0.12931,"125":0.06465,"126":0.73929,"127":0.17709,"128":0.09557,"129":0.27829,"130":7.12307,"131":4.40484,_:"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 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 84 85 87 88 89 90 91 92 94 95 97 100 101 102 104 106 107 108 110 111 112 113 114 115 117 118 119 121 123 124 132 133 134"},F:{"85":0.1012,"89":0.03092,"114":0.33732,_:"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 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"89":0.03654,"100":0.00562,"109":0.0759,"116":0.03654,"117":0.00562,"122":0.31202,"125":0.01687,"127":0.05903,"128":0.03654,"129":1.18624,"130":5.07948,"131":2.36124,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 90 91 92 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 114 115 118 119 120 121 123 124 126"},E:{"14":0.01124,_:"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 16.0 16.1 16.2 17.1 17.3 18.2","13.1":0.04217,"14.1":0.03092,"15.2-15.3":0.00562,"15.4":0.00562,"15.5":0.01124,"15.6":0.03654,"16.3":0.00562,"16.4":0.01124,"16.5":0.01124,"16.6":0.15461,"17.0":0.01124,"17.2":1.43642,"17.4":0.01124,"17.5":0.02249,"17.6":0.17709,"18.0":0.02249,"18.1":0.08152},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00097,"5.0-5.1":0,"6.0-6.1":0.00388,"7.0-7.1":0.00485,"8.1-8.4":0,"9.0-9.2":0.00388,"9.3":0.01359,"10.0-10.2":0.00291,"10.3":0.02232,"11.0-11.2":0.26204,"11.3-11.4":0.00679,"12.0-12.1":0.00388,"12.2-12.5":0.1019,"13.0-13.1":0.00194,"13.2":0.0262,"13.3":0.00388,"13.4-13.7":0.01456,"14.0-14.4":0.03203,"14.5-14.8":0.04561,"15.0-15.1":0.0262,"15.2-15.3":0.02426,"15.4":0.02912,"15.5":0.03397,"15.6-15.8":0.36394,"16.0":0.06891,"16.1":0.14558,"16.2":0.07376,"16.3":0.1252,"16.4":0.02523,"16.5":0.05047,"16.6-16.7":0.47749,"17.0":0.03494,"17.1":0.05823,"17.2":0.04853,"17.3":0.07376,"17.4":0.15819,"17.5":0.47264,"17.6-17.7":4.08296,"18.0":1.44801,"18.1":1.27235,"18.2":0.05144},P:{"4":0.04074,"21":0.02037,"22":0.08148,"24":0.27498,"25":0.04074,"26":0.5907,"27":0.22406,_:"20 23 5.0-5.4 6.2-6.4 8.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.04074,"9.2":0.03055},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},A:{_:"6 7 8 9 10 11 5.5"},K:{"0":0.13659,_:"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.64701},H:{"0":0},L:{"0":61.16213},R:{_:"0"},M:{"0":0.05751}};
1
+ module.exports={C:{"103":0.00711,"115":0.02844,"127":0.02133,"128":0.27018,"134":0.39816,"135":0.80343,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 129 130 131 132 133 136 137 138 3.5 3.6"},D:{"46":0.00711,"70":0.00711,"81":0.01422,"97":0.04622,"98":0.03911,"99":0.05333,"102":0.00711,"103":0.06755,"107":0.00711,"109":0.61502,"114":0.00711,"116":0.03911,"117":0.00711,"119":0.02844,"121":0.03555,"122":0.03911,"123":0.01422,"124":0.02133,"126":0.72878,"128":0.03555,"129":0.02133,"130":0.15642,"131":2.97909,"132":7.33041,"133":9.21812,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 71 72 73 74 75 76 77 78 79 80 83 84 85 86 87 88 89 90 91 92 93 94 95 96 100 101 104 105 106 108 110 111 112 113 115 118 120 125 127 134 135 136"},F:{"70":0.01422,"87":0.02133,_:"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 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00711,"92":0.00711,"96":0.02133,"100":0.00711,"105":0.00711,"109":0.1422,"112":0.00711,"114":0.02844,"115":0.03911,"116":0.03911,"119":0.01422,"120":0.02844,"121":0.09599,"122":0.08177,"126":0.1031,"128":0.00711,"129":0.04622,"130":0.14931,"131":0.87098,"132":3.33104,"133":3.66165,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 97 98 99 101 102 103 104 106 107 108 110 111 113 117 118 123 124 125 127"},E:{"14":0.01422,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 15.5 16.2 16.4 16.5 17.3 18.4","13.1":0.01422,"14.1":0.00711,"15.6":0.06044,"16.0":0.10665,"16.1":0.00711,"16.3":0.06044,"16.6":0.04622,"17.0":0.02844,"17.1":0.01422,"17.2":0.00711,"17.4":0.1422,"17.5":0.36617,"17.6":0.10665,"18.0":0.00711,"18.1":0.03555,"18.2":0.1031,"18.3":0.1031},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00132,"5.0-5.1":0.00066,"6.0-6.1":0.00395,"7.0-7.1":0.00329,"8.1-8.4":0,"9.0-9.2":0.00132,"9.3":0.00987,"10.0-10.2":0.00132,"10.3":0.01513,"11.0-11.2":0.05198,"11.3-11.4":0.00461,"12.0-12.1":0.00263,"12.2-12.5":0.06974,"13.0-13.1":0.00132,"13.2":0.00197,"13.3":0.00263,"13.4-13.7":0.00987,"14.0-14.4":0.02171,"14.5-14.8":0.03026,"15.0-15.1":0.01579,"15.2-15.3":0.01579,"15.4":0.01908,"15.5":0.02171,"15.6-15.8":0.26909,"16.0":0.03882,"16.1":0.08093,"16.2":0.04079,"16.3":0.07369,"16.4":0.01645,"16.5":0.03092,"16.6-16.7":0.32041,"17.0":0.01974,"17.1":0.03487,"17.2":0.02763,"17.3":0.03882,"17.4":0.08027,"17.5":0.1908,"17.6-17.7":0.62767,"18.0":0.18488,"18.1":1.69812,"18.2":0.54608,"18.3":1.94616,"18.4":0.00395},P:{"21":0.01015,"23":0.09133,"24":0.03044,"25":0.0203,"26":0.05074,"27":1.04525,_:"4 20 22 5.0-5.4 6.2-6.4 8.2 9.2 10.1 12.0 13.0 14.0 15.0 16.0 17.0 18.0","7.2-7.4":0.0203,"11.1-11.2":0.01015,"19.0":0.01015},I:{"0":0.03216,"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.33509,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":56.4902},R:{_:"0"},M:{"0":0.47041},Q:{"14.9":0.50263},O:{"0":0.05155},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"47":0.00251,"52":0.00503,"72":0.00251,"78":0.00251,"79":0.08544,"85":0.00251,"88":0.00251,"103":0.00251,"108":0.00251,"109":0.00251,"115":0.11309,"125":0.00503,"127":0.0377,"128":0.00503,"129":0.00251,"130":0.00251,"131":0.01257,"132":0.3292,"133":0.04021,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 80 81 82 83 84 86 87 89 90 91 92 93 94 95 96 97 98 99 100 101 102 104 105 106 107 110 111 112 113 114 116 117 118 119 120 121 122 123 124 126 134 135 136 3.5 3.6"},D:{"22":0.00251,"26":0.01759,"34":0.0201,"38":0.02764,"47":0.02764,"49":0.0201,"50":0.00251,"53":0.00754,"56":0.00251,"58":0.00251,"59":0.00251,"63":0.00251,"65":0.00251,"68":0.00503,"69":0.00251,"70":0.00251,"71":0.00251,"72":0.00251,"73":0.01257,"75":0.00251,"76":0.00251,"77":0.00251,"78":0.00251,"79":0.27894,"80":0.00754,"81":0.00503,"83":0.04775,"84":0.00251,"85":0.02513,"86":0.00754,"87":0.21361,"88":0.01257,"89":0.00503,"90":0.00503,"91":0.01508,"92":0.00251,"93":0.00251,"94":0.06031,"95":0.00754,"96":0.00503,"97":0.00503,"98":0.00503,"99":0.00754,"100":0.00754,"101":0.00503,"102":0.00503,"103":0.0201,"104":0.00754,"105":0.00503,"106":0.02513,"107":0.01508,"108":0.04272,"109":2.92262,"110":0.01257,"111":0.01508,"112":0.01508,"113":0.00754,"114":0.06031,"115":0.00754,"116":0.03016,"117":0.00503,"118":0.02262,"119":0.02513,"120":0.02262,"121":0.02262,"122":0.04272,"123":0.03016,"124":0.04272,"125":0.02513,"126":0.05026,"127":0.05529,"128":0.09549,"129":0.21612,"130":6.53129,"131":5.86283,"132":0.00251,"133":0.00251,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 23 24 25 27 28 29 30 31 32 33 35 36 37 39 40 41 42 43 44 45 46 48 51 52 54 55 57 60 61 62 64 66 67 74 134"},F:{"28":0.00251,"31":0.00503,"32":0.01005,"36":0.00754,"40":0.07036,"46":0.10806,"79":0.00251,"85":0.02513,"86":0.00251,"95":0.04523,"109":0.00251,"112":0.00251,"113":0.08042,"114":1.23891,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 29 30 33 34 35 37 38 39 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.00251,"15":0.00251,"17":0.00251,"18":0.01005,"92":0.00754,"100":0.00251,"106":0.00251,"107":0.00251,"108":0.00251,"109":0.09549,"110":0.00251,"111":0.00251,"114":0.00251,"115":0.00251,"117":0.00251,"119":0.00251,"120":0.00251,"121":0.00251,"122":0.00503,"123":0.00251,"124":0.00503,"125":0.00503,"126":0.01005,"127":0.01005,"128":0.01759,"129":0.05026,"130":1.22634,"131":0.97253,_:"12 13 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 112 113 116 118"},E:{"8":0.00251,"13":0.00251,"14":0.00754,"15":0.00251,_:"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","12.1":0.00251,"13.1":0.01005,"14.1":0.01508,"15.1":0.00251,"15.2-15.3":0.00251,"15.4":0.00503,"15.5":0.00503,"15.6":0.06283,"16.0":0.00251,"16.1":0.01257,"16.2":0.00754,"16.3":0.0201,"16.4":0.00503,"16.5":0.01257,"16.6":0.06785,"17.0":0.00754,"17.1":0.01005,"17.2":0.01005,"17.3":0.01257,"17.4":0.02513,"17.5":0.06283,"17.6":0.20104,"18.0":0.10303,"18.1":0.12565,"18.2":0.00251},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00141,"5.0-5.1":0,"6.0-6.1":0.00564,"7.0-7.1":0.00705,"8.1-8.4":0,"9.0-9.2":0.00564,"9.3":0.01975,"10.0-10.2":0.00423,"10.3":0.03244,"11.0-11.2":0.38085,"11.3-11.4":0.00987,"12.0-12.1":0.00564,"12.2-12.5":0.14811,"13.0-13.1":0.00282,"13.2":0.03808,"13.3":0.00564,"13.4-13.7":0.02116,"14.0-14.4":0.04655,"14.5-14.8":0.0663,"15.0-15.1":0.03808,"15.2-15.3":0.03526,"15.4":0.04232,"15.5":0.04937,"15.6-15.8":0.52896,"16.0":0.10015,"16.1":0.21158,"16.2":0.1072,"16.3":0.18196,"16.4":0.03667,"16.5":0.07335,"16.6-16.7":0.69399,"17.0":0.05078,"17.1":0.08463,"17.2":0.07053,"17.3":0.1072,"17.4":0.22992,"17.5":0.68694,"17.6-17.7":5.93419,"18.0":2.10454,"18.1":1.84923,"18.2":0.07476},P:{"4":0.27536,"20":0.0204,"21":0.08159,"22":0.04079,"23":0.05099,"24":0.05099,"25":0.07139,"26":1.15245,"27":1.07086,"5.0-5.4":0.04079,"6.2-6.4":0.0306,"7.2-7.4":0.09179,_:"8.2 10.1 15.0","9.2":0.0102,"11.1-11.2":0.0102,"12.0":0.0102,"13.0":0.0306,"14.0":0.0102,"16.0":0.0204,"17.0":0.08159,"18.0":0.0102,"19.0":0.0204},I:{"0":0.02988,"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.00263,"11":0.05517,_:"6 7 9 10 5.5"},K:{"0":0.80111,_:"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.09733},H:{"0":0},L:{"0":55.26541},R:{_:"0"},M:{"0":0.10482}};
1
+ module.exports={C:{"47":0.00249,"52":0.00249,"78":0.00249,"88":0.00249,"108":0.00249,"115":0.08719,"125":0.00249,"128":0.00996,"132":0.00249,"133":0.00498,"134":0.08968,"135":0.29643,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 126 127 129 130 131 136 137 138 3.5 3.6"},D:{"22":0.00249,"26":0.00747,"34":0.00747,"38":0.01993,"47":0.01744,"49":0.00996,"50":0.00249,"52":0.00249,"53":0.00747,"56":0.00249,"58":0.00498,"63":0.00249,"65":0.00249,"66":0.00249,"68":0.00249,"69":0.00249,"70":0.00249,"71":0.00249,"72":0.00249,"73":0.01495,"75":0.00249,"78":0.00249,"79":0.2765,"80":0.00498,"81":0.00498,"83":0.04982,"84":0.00249,"85":0.01744,"86":0.00498,"87":0.22668,"88":0.00747,"89":0.00249,"90":0.00249,"91":0.01246,"92":0.00249,"93":0.00249,"94":0.03487,"95":0.00498,"96":0.00249,"97":0.00249,"98":0.00498,"99":0.00498,"100":0.00249,"101":0.00747,"102":0.00498,"103":0.01495,"104":0.02242,"105":0.00498,"106":0.01744,"107":0.01495,"108":0.07473,"109":2.01771,"110":0.01246,"111":0.01246,"112":0.00996,"113":0.00498,"114":0.05231,"115":0.00996,"116":0.02989,"117":0.00498,"118":0.01495,"119":0.09217,"120":0.02242,"121":0.01744,"122":0.03737,"123":0.01993,"124":0.02989,"125":0.01744,"126":0.03238,"127":0.01744,"128":0.05729,"129":0.02989,"130":0.04982,"131":0.46582,"132":7.08939,"133":5.71435,"134":0.00498,"135":0.00249,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 23 24 25 27 28 29 30 31 32 33 35 36 37 39 40 41 42 43 44 45 46 48 51 54 55 57 59 60 61 62 64 67 74 76 77 136"},F:{"28":0.00249,"31":0.00249,"32":0.00498,"36":0.00498,"40":0.0548,"46":0.10711,"79":0.00249,"84":0.00249,"85":0.00249,"86":0.00498,"87":0.02989,"95":0.04235,"109":0.00249,"113":0.01246,"114":0.12704,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 29 30 33 34 35 37 38 39 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.00249,"17":0.00249,"18":0.00747,"87":0.00498,"92":0.00498,"107":0.00249,"108":0.00249,"109":0.06975,"110":0.00249,"111":0.00249,"119":0.00249,"120":0.00249,"121":0.00249,"122":0.00249,"123":0.00249,"124":0.00249,"125":0.00249,"126":0.00498,"127":0.00249,"128":0.00498,"129":0.00747,"130":0.01744,"131":0.05978,"132":0.87185,"133":1.0512,_:"12 13 15 16 79 80 81 83 84 85 86 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 112 113 114 115 116 117 118"},E:{"8":0.00249,"13":0.00249,"14":0.00498,"15":0.00249,_:"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.00249,"13.1":0.00747,"14.1":0.01246,"15.1":0.00249,"15.2-15.3":0.00249,"15.4":0.00249,"15.5":0.00498,"15.6":0.05231,"16.0":0.00249,"16.1":0.00996,"16.2":0.00498,"16.3":0.0274,"16.4":0.00747,"16.5":0.00996,"16.6":0.06477,"17.0":0.00498,"17.1":0.01495,"17.2":0.00996,"17.3":0.00996,"17.4":0.01993,"17.5":0.04484,"17.6":0.09964,"18.0":0.03986,"18.1":0.17935,"18.2":0.07224,"18.3":0.2217},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00347,"5.0-5.1":0.00174,"6.0-6.1":0.01041,"7.0-7.1":0.00868,"8.1-8.4":0,"9.0-9.2":0.00347,"9.3":0.02603,"10.0-10.2":0.00347,"10.3":0.03991,"11.0-11.2":0.13709,"11.3-11.4":0.01215,"12.0-12.1":0.00694,"12.2-12.5":0.18394,"13.0-13.1":0.00347,"13.2":0.00521,"13.3":0.00694,"13.4-13.7":0.02603,"14.0-14.4":0.05727,"14.5-14.8":0.07983,"15.0-15.1":0.04165,"15.2-15.3":0.04165,"15.4":0.05032,"15.5":0.05727,"15.6-15.8":0.70975,"16.0":0.10238,"16.1":0.21345,"16.2":0.10759,"16.3":0.19436,"16.4":0.04338,"16.5":0.08156,"16.6-16.7":0.84511,"17.0":0.05206,"17.1":0.09197,"17.2":0.07288,"17.3":0.10238,"17.4":0.21171,"17.5":0.50325,"17.6-17.7":1.6555,"18.0":0.48763,"18.1":4.47889,"18.2":1.44032,"18.3":5.13311,"18.4":0.01041},P:{"4":0.16338,"20":0.01021,"21":0.06127,"22":0.03063,"23":0.04084,"24":0.03063,"25":0.06127,"26":0.1838,"27":2.07287,"5.0-5.4":0.04084,"6.2-6.4":0.02042,"7.2-7.4":0.0919,_:"8.2 9.2 10.1 11.1-11.2 15.0","12.0":0.01021,"13.0":0.02042,"14.0":0.01021,"16.0":0.01021,"17.0":0.05106,"18.0":0.01021,"19.0":0.01021},I:{"0":0.02998,"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.73588,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.00266,"11":0.0372,_:"6 7 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":53.55526},R:{_:"0"},M:{"0":0.09762},Q:{_:"14.9"},O:{"0":0.06007},H:{"0":0}};