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:{"37":0.00433,"48":0.00433,"50":0.00433,"51":0.00433,"52":0.02599,"53":0.00433,"54":0.00433,"55":0.00433,"56":0.00433,"78":0.03032,"88":0.00433,"102":0.013,"103":0.00433,"113":0.00866,"115":0.17328,"120":0.00433,"122":0.02166,"124":0.00433,"125":0.00866,"126":0.00433,"127":0.02599,"128":0.04765,"129":0.00866,"130":0.01733,"131":0.15162,"132":1.7458,"133":0.14296,_:"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 38 39 40 41 42 43 44 45 46 47 49 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 104 105 106 107 108 109 110 111 112 114 116 117 118 119 121 123 134 135 136 3.5 3.6"},D:{"34":0.00433,"38":0.05632,"39":0.02166,"40":0.02166,"41":0.02166,"42":0.02166,"43":0.02166,"44":0.02166,"45":0.02166,"46":0.02166,"47":0.02166,"48":0.02166,"49":0.02599,"50":0.02166,"51":0.02166,"52":0.03032,"53":0.02599,"54":0.02166,"55":0.02166,"56":0.02166,"57":0.02166,"58":0.02166,"59":0.03466,"60":0.02166,"61":0.00866,"65":0.00433,"66":0.00433,"72":0.00433,"76":0.013,"77":0.00433,"79":0.04765,"81":0.00433,"83":0.00433,"85":0.00433,"86":0.00433,"87":0.03032,"88":0.01733,"90":0.09964,"91":0.00866,"92":0.00433,"93":0.02599,"94":0.03466,"95":0.00866,"96":0.00433,"97":0.00866,"98":0.00866,"99":0.00866,"100":0.00433,"101":0.00433,"102":0.00433,"103":0.19927,"104":0.00866,"105":0.00433,"106":0.00433,"107":0.01733,"108":0.02166,"109":0.5285,"110":0.013,"111":0.00866,"112":0.01733,"113":0.19061,"114":0.2166,"115":0.00433,"116":0.25992,"117":0.02166,"118":0.00866,"119":0.03466,"120":0.06065,"121":0.05198,"122":0.14729,"123":0.04765,"124":0.10397,"125":0.06931,"126":0.2166,"127":0.15162,"128":0.48085,"129":1.58118,"130":14.7288,"131":6.84023,"132":0.02599,"133":0.00433,_:"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 62 63 64 67 68 69 70 71 73 74 75 78 80 84 89 134"},F:{"42":0.00433,"45":0.00433,"46":0.01733,"85":0.00433,"86":0.00866,"95":0.01733,"109":0.00433,"110":0.00433,"112":0.00866,"113":0.06931,"114":0.6628,_:"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 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 111 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00433,"105":0.00433,"109":0.02599,"111":0.00433,"113":0.013,"114":0.00433,"117":0.00433,"119":0.00433,"120":0.00866,"121":0.00866,"122":0.00433,"123":0.00433,"124":0.00433,"125":0.00433,"126":0.03466,"127":0.02166,"128":0.03032,"129":0.18628,"130":3.38762,"131":2.18766,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 106 107 108 110 112 115 116 118"},E:{"13":0.00433,"14":0.04765,"15":0.00433,_:"0 4 5 6 7 8 9 10 11 12 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1","12.1":0.00866,"13.1":0.09097,"14.1":0.1083,"15.1":0.02166,"15.2-15.3":0.02166,"15.4":0.02166,"15.5":0.05198,"15.6":0.43753,"16.0":0.07364,"16.1":0.08664,"16.2":0.03899,"16.3":0.1083,"16.4":0.02166,"16.5":0.05198,"16.6":0.58915,"17.0":0.013,"17.1":0.05198,"17.2":0.04765,"17.3":0.06931,"17.4":0.0953,"17.5":0.32923,"17.6":2.10535,"18.0":0.44186,"18.1":0.71478,"18.2":0.013},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00133,"5.0-5.1":0,"6.0-6.1":0.0053,"7.0-7.1":0.00663,"8.1-8.4":0,"9.0-9.2":0.0053,"9.3":0.01856,"10.0-10.2":0.00398,"10.3":0.03049,"11.0-11.2":0.35795,"11.3-11.4":0.00928,"12.0-12.1":0.0053,"12.2-12.5":0.1392,"13.0-13.1":0.00265,"13.2":0.0358,"13.3":0.0053,"13.4-13.7":0.01989,"14.0-14.4":0.04375,"14.5-14.8":0.06231,"15.0-15.1":0.0358,"15.2-15.3":0.03314,"15.4":0.03977,"15.5":0.0464,"15.6-15.8":0.49715,"16.0":0.09413,"16.1":0.19886,"16.2":0.10076,"16.3":0.17102,"16.4":0.03447,"16.5":0.06894,"16.6-16.7":0.65227,"17.0":0.04773,"17.1":0.07954,"17.2":0.06629,"17.3":0.10076,"17.4":0.2161,"17.5":0.64564,"17.6-17.7":5.57741,"18.0":1.97801,"18.1":1.73805,"18.2":0.07026},P:{"4":0.10639,"20":0.01064,"21":0.03192,"22":0.02128,"23":0.02128,"24":0.03192,"25":0.03192,"26":1.23414,"27":1.04263,"5.0-5.4":0.02128,"6.2-6.4":0.02128,_:"7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 18.0 19.0","16.0":0.01064,"17.0":0.01064},I:{"0":0.01697,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00002},A:{"11":0.0953,_:"6 7 8 9 10 5.5"},K:{"0":0.15304,_:"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.00567},O:{"0":0.04534},H:{"0":0},L:{"0":40.39487},R:{_:"0"},M:{"0":0.46478}};
1
+ module.exports={C:{"34":0.00408,"37":0.00816,"48":0.01632,"52":0.01224,"54":0.00408,"78":0.02041,"88":0.00408,"102":0.00816,"113":0.00408,"115":0.13059,"124":0.00408,"125":0.00408,"127":0.00408,"128":0.04081,"131":0.00408,"132":0.00408,"133":0.02449,"134":0.45707,"135":1.39978,"136":0.00408,_:"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 38 39 40 41 42 43 44 45 46 47 49 50 51 53 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 103 104 105 106 107 108 109 110 111 112 114 116 117 118 119 120 121 122 123 126 129 130 137 138 3.5 3.6"},D:{"34":0.00816,"38":0.04489,"39":0.09794,"40":0.09386,"41":0.09386,"42":0.09794,"43":0.09794,"44":0.09794,"45":0.09794,"46":0.09386,"47":0.09386,"48":0.09794,"49":0.12651,"50":0.09386,"51":0.09386,"52":0.09794,"53":0.09794,"54":0.09386,"55":0.09386,"56":0.09794,"57":0.09386,"58":0.09794,"59":0.11019,"60":0.09386,"61":0.00816,"65":0.00408,"66":0.00408,"75":0.00408,"76":0.00408,"79":0.05305,"83":0.00408,"86":0.00408,"87":0.02857,"88":0.00816,"90":0.09794,"91":0.00816,"93":0.02449,"94":0.01632,"95":0.00408,"96":0.00408,"97":0.00408,"98":0.00816,"99":0.00816,"101":0.00408,"102":0.00408,"103":0.12243,"104":0.02041,"105":0.00408,"106":0.00408,"107":0.00408,"108":0.03265,"109":0.41626,"110":0.00816,"111":0.01224,"112":0.00816,"113":0.23262,"114":0.24894,"115":0.00408,"116":0.14692,"117":0.00408,"118":0.00408,"119":0.02449,"120":0.03265,"121":0.04081,"122":0.08978,"123":0.03265,"124":0.07346,"125":0.02857,"126":0.10203,"127":0.04081,"128":0.17956,"129":0.08162,"130":0.21629,"131":1.57527,"132":9.90051,"133":8.88026,"134":0.02857,"135":0.01632,_:"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 62 63 64 67 68 69 70 71 72 73 74 77 78 80 81 84 85 89 92 100 136"},F:{"45":0.00408,"46":0.02041,"87":0.00816,"95":0.01632,"109":0.00408,"113":0.00408,"114":0.06938,_:"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 81 82 83 84 85 86 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 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.00816,"92":0.00408,"105":0.00408,"109":0.02857,"111":0.00408,"113":0.00408,"114":0.00408,"119":0.00408,"120":0.00408,"121":0.00408,"123":0.00408,"124":0.00408,"125":0.00408,"126":0.02041,"127":0.01632,"128":0.00816,"129":0.00408,"130":0.04897,"131":0.16324,"132":2.3833,"133":3.28521,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 106 107 108 110 112 115 116 117 118 122"},E:{"13":0.01224,"14":0.03265,"15":0.00816,_:"0 4 5 6 7 8 9 10 11 12 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 18.4","12.1":0.00816,"13.1":0.0653,"14.1":0.0857,"15.1":0.00816,"15.2-15.3":0.02041,"15.4":0.01632,"15.5":0.03673,"15.6":0.4081,"16.0":0.05305,"16.1":0.07754,"16.2":0.02449,"16.3":0.08162,"16.4":0.02041,"16.5":0.04489,"16.6":0.47748,"17.0":0.01632,"17.1":0.24078,"17.2":0.05713,"17.3":0.04489,"17.4":0.08162,"17.5":0.22854,"17.6":0.66928,"18.0":0.05305,"18.1":0.82844,"18.2":0.26527,"18.3":1.48957},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00253,"5.0-5.1":0.00126,"6.0-6.1":0.00759,"7.0-7.1":0.00632,"8.1-8.4":0,"9.0-9.2":0.00253,"9.3":0.01897,"10.0-10.2":0.00253,"10.3":0.02909,"11.0-11.2":0.09993,"11.3-11.4":0.00885,"12.0-12.1":0.00506,"12.2-12.5":0.13408,"13.0-13.1":0.00253,"13.2":0.00379,"13.3":0.00506,"13.4-13.7":0.01897,"14.0-14.4":0.04174,"14.5-14.8":0.05818,"15.0-15.1":0.03036,"15.2-15.3":0.03036,"15.4":0.03668,"15.5":0.04174,"15.6-15.8":0.51734,"16.0":0.07463,"16.1":0.15558,"16.2":0.07842,"16.3":0.14167,"16.4":0.03162,"16.5":0.05945,"16.6-16.7":0.616,"17.0":0.03795,"17.1":0.06704,"17.2":0.05313,"17.3":0.07463,"17.4":0.15432,"17.5":0.36682,"17.6-17.7":1.20671,"18.0":0.35543,"18.1":3.26468,"18.2":1.04986,"18.3":3.74155,"18.4":0.00759},P:{"4":0.23075,"21":0.02098,"22":0.02098,"23":0.02098,"24":0.02098,"25":0.02098,"26":0.06293,"27":2.15014,_:"20 8.2 9.2 10.1 11.1-11.2 12.0 13.0 15.0 18.0 19.0","5.0-5.4":0.02098,"6.2-6.4":0.01049,"7.2-7.4":0.01049,"14.0":0.01049,"16.0":0.01049,"17.0":0.01049},I:{"0":0.01772,"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.17165,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.09386,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":43.67384},R:{_:"0"},M:{"0":0.50903},Q:{"14.9":0.00592},O:{"0":0.05327},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"34":0.00157,"66":0.00157,"68":0.00157,"111":0.00157,"115":0.01888,"127":0.00157,"128":0.00157,"130":0.00157,"131":0.01573,"132":0.18561,"133":0.0173,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 67 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 112 113 114 116 117 118 119 120 121 122 123 124 125 126 129 134 135 136 3.5 3.6"},D:{"11":0.00157,"38":0.01258,"49":0.00157,"56":0.00157,"58":0.13842,"59":0.00157,"65":0.00157,"66":0.00157,"68":0.00472,"69":0.00315,"70":0.00157,"73":0.00472,"74":0.00157,"75":0.01258,"76":0.00315,"78":0.00157,"79":0.0236,"80":0.00157,"81":0.00157,"83":0.0236,"85":0.00157,"86":0.00472,"87":0.01888,"88":0.01416,"89":0.00315,"90":0.00629,"91":0.00787,"93":0.03146,"94":0.00944,"95":0.01101,"96":0.00157,"98":0.02831,"99":0.00315,"100":0.00157,"101":0.00157,"102":0.00315,"103":0.16045,"104":0.00157,"105":0.00629,"106":0.00472,"107":0.00472,"108":0.00315,"109":0.53482,"110":0.0173,"111":0.00787,"112":0.00629,"113":0.00629,"114":0.03618,"115":0.00315,"116":0.02045,"117":0.00157,"118":0.00315,"119":0.05977,"120":0.01101,"121":0.00629,"122":0.05663,"123":0.0173,"124":0.05034,"125":0.02045,"126":0.0755,"127":0.03933,"128":0.07079,"129":0.18876,"130":5.97111,"131":4.05991,"132":0.01416,"133":0.00157,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 43 44 45 46 47 48 50 51 52 53 54 55 57 60 61 62 63 64 67 71 72 77 84 92 97 134"},F:{"36":0.00157,"46":0.00315,"85":0.00629,"95":0.00315,"113":0.00629,"114":0.16674,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 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.00157,"92":0.00472,"94":0.00157,"100":0.00315,"106":0.00157,"109":0.02202,"114":0.00157,"116":0.00157,"117":0.00157,"118":0.00157,"119":0.00315,"120":0.00157,"122":0.00157,"124":0.00315,"125":0.00472,"126":0.00315,"127":0.00315,"128":0.00944,"129":0.03303,"130":0.76291,"131":0.52066,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 95 96 97 98 99 101 102 103 104 105 107 108 110 111 112 113 115 121 123"},E:{"14":0.00629,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1","13.1":0.00944,"14.1":0.01416,"15.1":0.00157,"15.2-15.3":0.00157,"15.4":0.00472,"15.5":0.00472,"15.6":0.05034,"16.0":0.00157,"16.1":0.02045,"16.2":0.00472,"16.3":0.00944,"16.4":0.00629,"16.5":0.01258,"16.6":0.04719,"17.0":0.00157,"17.1":0.00629,"17.2":0.00629,"17.3":0.01416,"17.4":0.0236,"17.5":0.08022,"17.6":0.20134,"18.0":0.06607,"18.1":0.07079,"18.2":0.00157},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00213,"5.0-5.1":0,"6.0-6.1":0.00852,"7.0-7.1":0.01065,"8.1-8.4":0,"9.0-9.2":0.00852,"9.3":0.02981,"10.0-10.2":0.00639,"10.3":0.04898,"11.0-11.2":0.57497,"11.3-11.4":0.01491,"12.0-12.1":0.00852,"12.2-12.5":0.2236,"13.0-13.1":0.00426,"13.2":0.0575,"13.3":0.00852,"13.4-13.7":0.03194,"14.0-14.4":0.07027,"14.5-14.8":0.10009,"15.0-15.1":0.0575,"15.2-15.3":0.05324,"15.4":0.06389,"15.5":0.07453,"15.6-15.8":0.79856,"16.0":0.15119,"16.1":0.31943,"16.2":0.16184,"16.3":0.27471,"16.4":0.05537,"16.5":0.11073,"16.6-16.7":1.04772,"17.0":0.07666,"17.1":0.12777,"17.2":0.10648,"17.3":0.16184,"17.4":0.34711,"17.5":1.03707,"17.6-17.7":8.95882,"18.0":3.17722,"18.1":2.79178,"18.2":0.11286},P:{"4":0.01041,"20":0.01041,"21":0.06247,"22":0.07288,"23":0.06247,"24":0.08329,"25":0.07288,"26":1.22857,"27":1.00993,"5.0-5.4":0.01041,"6.2-6.4":0.01041,"7.2-7.4":0.08329,_:"8.2 10.1 12.0 15.0 18.0","9.2":0.01041,"11.1-11.2":0.03123,"13.0":0.02082,"14.0":0.02082,"16.0":0.02082,"17.0":0.03123,"19.0":0.02082},I:{"0":0.05045,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00002,"4.4":0,"4.4.3-4.4.4":0.00007},A:{"11":0.00944,_:"6 7 8 9 10 5.5"},K:{"0":0.44663,_:"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.5309},H:{"0":0},L:{"0":60.09279},R:{_:"0"},M:{"0":0.12641}};
1
+ module.exports={C:{"113":0.00256,"115":0.06388,"127":0.00511,"128":0.00256,"132":0.00256,"133":0.00511,"134":0.09709,"135":0.26061,"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 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 114 116 117 118 119 120 121 122 123 124 125 126 129 130 131 137 138 3.5 3.6"},D:{"38":0.01789,"53":0.00256,"55":0.00767,"58":0.20951,"62":0.00256,"65":0.00256,"66":0.00256,"68":0.00767,"69":0.00256,"70":0.00256,"73":0.01533,"75":0.00511,"76":0.00511,"77":0.00256,"78":0.00256,"79":0.05877,"81":0.00256,"83":0.02044,"86":0.00256,"87":0.04599,"88":0.00767,"89":0.00256,"90":0.00511,"91":0.00511,"93":0.02555,"94":0.01278,"95":0.023,"98":0.023,"99":0.00256,"100":0.00256,"101":0.01022,"102":0.00256,"103":0.17374,"105":0.00256,"106":0.00511,"107":0.01278,"108":0.01022,"109":0.86615,"110":0.023,"111":0.00767,"112":0.00256,"113":0.00511,"114":0.02555,"115":0.00511,"116":0.04088,"117":0.00256,"118":0.00256,"119":0.08687,"120":0.02044,"121":0.00767,"122":0.05366,"123":0.01022,"124":0.04344,"125":0.02555,"126":0.09198,"127":0.01789,"128":0.04344,"129":0.03833,"130":0.08176,"131":0.45224,"132":7.54492,"133":7.22043,"134":0.023,"135":0.00256,_:"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 54 56 57 59 60 61 63 64 67 71 72 74 80 84 85 92 96 97 104 136"},F:{"46":0.00767,"87":0.04599,"88":0.00256,"95":0.00767,"102":0.00767,"114":0.01789,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 89 90 91 92 93 94 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00256,"86":0.00256,"92":0.00511,"100":0.00511,"108":0.00256,"109":0.023,"110":0.00256,"111":0.00256,"114":0.00256,"119":0.00256,"120":0.00256,"121":0.00256,"122":0.00256,"125":0.00256,"126":0.00511,"129":0.00511,"130":0.023,"131":0.06643,"132":1.18297,"133":1.34393,_:"12 13 14 15 16 17 79 80 81 83 84 85 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 112 113 115 116 117 118 123 124 127 128"},E:{"14":0.00767,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 12.1 15.2-15.3 18.4","11.1":0.00256,"13.1":0.023,"14.1":0.00511,"15.1":0.00511,"15.4":0.00511,"15.5":0.00511,"15.6":0.04344,"16.0":0.00256,"16.1":0.01022,"16.2":0.00256,"16.3":0.00767,"16.4":0.00256,"16.5":0.00767,"16.6":0.05366,"17.0":0.00256,"17.1":0.01533,"17.2":0.00256,"17.3":0.01533,"17.4":0.01533,"17.5":0.03066,"17.6":0.10731,"18.0":0.01789,"18.1":0.11498,"18.2":0.05621,"18.3":0.17119},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00249,"5.0-5.1":0.00124,"6.0-6.1":0.00746,"7.0-7.1":0.00622,"8.1-8.4":0,"9.0-9.2":0.00249,"9.3":0.01865,"10.0-10.2":0.00249,"10.3":0.02859,"11.0-11.2":0.09821,"11.3-11.4":0.0087,"12.0-12.1":0.00497,"12.2-12.5":0.13177,"13.0-13.1":0.00249,"13.2":0.00373,"13.3":0.00497,"13.4-13.7":0.01865,"14.0-14.4":0.04102,"14.5-14.8":0.05718,"15.0-15.1":0.02984,"15.2-15.3":0.02984,"15.4":0.03605,"15.5":0.04102,"15.6-15.8":0.50845,"16.0":0.07335,"16.1":0.15291,"16.2":0.07708,"16.3":0.13923,"16.4":0.03108,"16.5":0.05843,"16.6-16.7":0.60541,"17.0":0.03729,"17.1":0.06589,"17.2":0.05221,"17.3":0.07335,"17.4":0.15166,"17.5":0.36051,"17.6-17.7":1.18596,"18.0":0.34932,"18.1":3.20856,"18.2":1.03181,"18.3":3.67723,"18.4":0.00746},P:{"4":0.04171,"20":0.02085,"21":0.02085,"22":0.04171,"23":0.04171,"24":0.05214,"25":0.05214,"26":0.14598,"27":2.10633,_:"5.0-5.4 8.2 9.2 10.1 12.0 14.0 15.0 18.0","6.2-6.4":0.03128,"7.2-7.4":0.05214,"11.1-11.2":0.01043,"13.0":0.01043,"16.0":0.01043,"17.0":0.02085,"19.0":0.01043},I:{"0":0.04457,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00005},K:{"0":0.79651,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00767,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":60.78849},R:{_:"0"},M:{"0":0.15632},Q:{_:"14.9"},O:{"0":0.88584},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"4":0.04186,"34":0.00381,"78":0.00761,"92":0.00381,"97":0.02664,"107":0.01142,"115":0.04186,"117":0.00381,"120":0.03805,"125":0.03044,"126":0.00381,"127":0.00381,"128":0.03044,"129":0.00381,"130":0.00381,"131":0.03425,"132":0.85613,"133":0.07991,_:"2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 93 94 95 96 98 99 100 101 102 103 104 105 106 108 109 110 111 112 113 114 116 118 119 121 122 123 124 134 135 136 3.5 3.6"},D:{"11":0.00381,"43":0.00381,"45":0.00381,"46":0.00381,"47":0.00761,"49":0.00381,"51":0.00381,"56":0.00381,"62":0.00381,"67":0.00381,"69":0.00761,"70":0.00761,"73":0.01142,"74":0.00761,"75":0.00381,"76":0.00381,"78":0.00761,"79":0.11035,"81":0.00761,"83":0.17123,"85":0.02283,"86":0.00761,"87":0.1484,"88":0.09132,"89":0.03044,"90":0.00381,"91":0.03425,"92":0.00381,"93":0.01522,"94":0.03805,"95":0.00381,"98":0.01142,"99":0.00381,"100":0.04566,"101":0.00761,"102":0.00381,"103":0.03805,"104":0.00381,"105":0.01522,"106":0.00761,"107":0.00381,"108":0.02283,"109":0.67349,"110":0.12176,"111":0.05708,"112":0.05327,"113":0.02283,"114":0.04186,"115":0.00381,"116":0.20547,"117":0.00381,"118":0.00761,"119":0.01142,"120":0.08371,"121":0.04947,"122":0.17123,"123":0.05708,"124":0.13318,"125":0.04947,"126":0.10654,"127":0.49465,"128":0.15981,"129":0.64305,"130":11.9439,"131":7.80786,"132":0.00761,_:"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 48 50 52 53 54 55 57 58 59 60 61 63 64 65 66 68 71 72 77 80 84 96 97 133 134"},F:{"46":0.02664,"85":0.01142,"91":0.01522,"95":0.02664,"102":0.00381,"110":0.01142,"113":0.20928,"114":2.11939,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 86 87 88 89 90 92 93 94 96 97 98 99 100 101 103 104 105 106 107 108 109 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00381,"92":0.01522,"100":0.00381,"106":0.01142,"109":0.02664,"114":0.00381,"120":0.00381,"121":0.01142,"122":0.00761,"123":0.00381,"124":0.00761,"125":0.01522,"126":0.03805,"127":0.06469,"128":0.05327,"129":0.09132,"130":3.09727,"131":2.45042,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 107 108 110 111 112 113 115 116 117 118 119"},E:{"9":0.00761,"14":0.00381,_:"0 4 5 6 7 8 10 11 12 13 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1","5.1":0.01522,"13.1":0.03044,"14.1":0.02283,"15.1":0.00761,"15.2-15.3":0.00381,"15.4":0.00761,"15.5":0.00761,"15.6":0.08371,"16.0":0.00761,"16.1":0.04566,"16.2":0.01522,"16.3":0.04947,"16.4":0.12937,"16.5":0.02664,"16.6":0.12176,"17.0":0.00381,"17.1":0.01142,"17.2":0.01903,"17.3":0.01522,"17.4":0.08752,"17.5":0.23591,"17.6":0.64685,"18.0":0.27016,"18.1":0.46421,"18.2":0.00761},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00161,"5.0-5.1":0,"6.0-6.1":0.00644,"7.0-7.1":0.00805,"8.1-8.4":0,"9.0-9.2":0.00644,"9.3":0.02254,"10.0-10.2":0.00483,"10.3":0.03703,"11.0-11.2":0.43472,"11.3-11.4":0.01127,"12.0-12.1":0.00644,"12.2-12.5":0.16906,"13.0-13.1":0.00322,"13.2":0.04347,"13.3":0.00644,"13.4-13.7":0.02415,"14.0-14.4":0.05313,"14.5-14.8":0.07567,"15.0-15.1":0.04347,"15.2-15.3":0.04025,"15.4":0.0483,"15.5":0.05635,"15.6-15.8":0.60378,"16.0":0.11432,"16.1":0.24151,"16.2":0.12237,"16.3":0.2077,"16.4":0.04186,"16.5":0.08372,"16.6-16.7":0.79216,"17.0":0.05796,"17.1":0.0966,"17.2":0.0805,"17.3":0.12237,"17.4":0.26244,"17.5":0.78411,"17.6-17.7":6.77361,"18.0":2.40224,"18.1":2.11082,"18.2":0.08533},P:{"4":0.1038,"20":0.01038,"21":0.04152,"22":0.17647,"23":0.04152,"24":0.07266,"25":0.04152,"26":1.60895,"27":1.22488,_:"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.01038,"7.2-7.4":0.11418,"13.0":0.01038,"14.0":0.01038,"17.0":0.01038,"19.0":0.01038},I:{"0":0.06181,"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:{"8":0.01142,"9":0.00381,"10":0.00381,"11":0.01903,_:"6 7 5.5"},K:{"0":0.18585,_:"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.02478},O:{"0":0.06195},H:{"0":0},L:{"0":42.97432},R:{_:"0"},M:{"0":0.28497}};
1
+ module.exports={C:{"4":0.00418,"78":0.02506,"101":0.00418,"111":0.00418,"115":0.04595,"120":0.03759,"124":0.00418,"127":0.00418,"128":0.03342,"129":0.00418,"131":0.00835,"132":0.00418,"133":0.00835,"134":0.23391,"135":0.83958,_:"2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 102 103 104 105 106 107 108 109 110 112 113 114 116 117 118 119 121 122 123 125 126 130 136 137 138 3.5 3.6"},D:{"38":0.00418,"47":0.00418,"50":0.00418,"62":0.00418,"73":0.00835,"74":0.00418,"75":0.01253,"77":0.00418,"79":0.04595,"81":0.01253,"83":0.1629,"86":0.00418,"87":2.72758,"88":0.03342,"89":0.02924,"90":0.00418,"91":0.01253,"93":0.00418,"94":0.01671,"97":0.00418,"98":0.00418,"100":0.00835,"101":0.00418,"102":0.02089,"103":0.07936,"104":0.00835,"106":0.00418,"107":0.00418,"108":0.01253,"109":0.45112,"110":0.02506,"111":0.01671,"112":0.02506,"113":0.03759,"114":0.02506,"115":0.00418,"116":0.2172,"118":0.00418,"119":0.01253,"120":0.14202,"121":0.02089,"122":0.19632,"123":0.02089,"124":0.10443,"125":0.02089,"126":0.04595,"127":0.04177,"128":0.17126,"129":0.07936,"130":0.04177,"131":1.91724,"132":10.10834,"133":9.64052,"134":0.00835,_:"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 56 57 58 59 60 61 63 64 65 66 67 68 69 70 71 72 76 78 80 84 85 92 95 96 99 105 117 135 136"},F:{"87":0.02924,"95":0.02924,"110":0.00418,"113":0.00418,"114":0.24227,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 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.00418,"92":0.00835,"100":0.00418,"109":0.01671,"120":0.00418,"122":0.00418,"123":0.00418,"124":0.00418,"125":0.00418,"126":0.01671,"127":0.00835,"128":0.00835,"129":0.02089,"130":0.03342,"131":0.11696,"132":1.9256,"133":3.16199,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 121"},E:{"14":0.00418,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 15.2-15.3 18.4","5.1":0.00418,"13.1":0.0543,"14.1":0.02924,"15.1":0.00418,"15.4":0.01253,"15.5":0.00418,"15.6":0.13366,"16.0":0.00418,"16.1":0.00835,"16.2":0.00835,"16.3":0.01253,"16.4":0.10025,"16.5":0.00835,"16.6":0.08772,"17.0":0.00418,"17.1":0.03759,"17.2":0.00835,"17.3":0.02924,"17.4":0.02924,"17.5":0.11696,"17.6":0.19632,"18.0":0.05848,"18.1":0.36758,"18.2":0.32998,"18.3":0.87299},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0026,"5.0-5.1":0.0013,"6.0-6.1":0.0078,"7.0-7.1":0.0065,"8.1-8.4":0,"9.0-9.2":0.0026,"9.3":0.0195,"10.0-10.2":0.0026,"10.3":0.02989,"11.0-11.2":0.10268,"11.3-11.4":0.0091,"12.0-12.1":0.0052,"12.2-12.5":0.13777,"13.0-13.1":0.0026,"13.2":0.0039,"13.3":0.0052,"13.4-13.7":0.0195,"14.0-14.4":0.04289,"14.5-14.8":0.05979,"15.0-15.1":0.03119,"15.2-15.3":0.03119,"15.4":0.03769,"15.5":0.04289,"15.6-15.8":0.53157,"16.0":0.07668,"16.1":0.15986,"16.2":0.08058,"16.3":0.14557,"16.4":0.03249,"16.5":0.06109,"16.6-16.7":0.63295,"17.0":0.03899,"17.1":0.06888,"17.2":0.05459,"17.3":0.07668,"17.4":0.15856,"17.5":0.37691,"17.6-17.7":1.23991,"18.0":0.36521,"18.1":3.35451,"18.2":1.07875,"18.3":3.84449,"18.4":0.0078},P:{"4":0.04156,"20":0.01039,"21":0.03117,"22":0.14545,"23":0.02078,"24":0.33245,"25":0.04156,"26":0.11428,"27":2.43102,_:"5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0 19.0","7.2-7.4":0.07272,"17.0":0.03117},I:{"0":0.02325,"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.20963,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.00835,"9":0.00418,"11":0.00418,_:"6 7 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":44.23476},R:{_:"0"},M:{"0":0.2795},Q:{_:"14.9"},O:{"0":0.12228},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"4":0.05548,"52":0.00555,"78":0.0111,"88":0.07212,"103":0.00555,"110":0.00555,"115":0.09432,"120":0.00555,"122":0.00555,"123":0.0111,"125":0.00555,"127":0.00555,"128":0.01664,"129":0.00555,"130":0.0111,"131":0.07212,"132":0.89323,"133":0.09986,_:"2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 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 104 105 106 107 108 109 111 112 113 114 116 117 118 119 121 124 126 134 135 136 3.5 3.6"},D:{"34":0.00555,"38":0.0111,"47":0.0111,"49":0.01664,"62":0.0111,"65":0.00555,"70":0.00555,"72":0.00555,"76":0.0111,"79":0.11096,"80":0.01664,"81":0.00555,"85":0.00555,"86":0.00555,"87":0.09432,"88":0.01664,"91":0.01664,"92":0.00555,"93":0.01664,"94":0.04438,"95":0.01664,"96":0.00555,"98":0.00555,"100":0.0111,"101":0.00555,"102":0.00555,"103":0.03329,"104":0.0111,"105":0.00555,"106":0.01664,"107":0.01664,"108":0.01664,"109":2.01392,"110":0.02774,"111":0.02219,"112":0.00555,"113":0.00555,"114":0.02219,"115":0.0111,"116":0.08322,"117":0.0111,"118":0.0111,"119":0.03329,"120":0.05548,"121":0.16644,"122":0.18863,"123":0.09432,"124":0.18863,"125":0.07767,"126":0.18308,"127":0.11096,"128":0.27185,"129":0.74898,"130":23.98955,"131":15.56769,"132":0.01664,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 39 40 41 42 43 44 45 46 48 50 51 52 53 54 55 56 57 58 59 60 61 63 64 66 67 68 69 71 73 74 75 77 78 83 84 89 90 97 99 133 134"},F:{"46":0.00555,"95":0.03329,"113":0.21082,"114":2.99037,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 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.00555,"92":0.0111,"100":0.00555,"109":0.02219,"114":0.00555,"119":0.00555,"120":0.00555,"121":0.00555,"122":0.01664,"123":0.02774,"124":0.00555,"125":0.00555,"126":0.02219,"127":0.0111,"128":0.02219,"129":0.06103,"130":2.38564,"131":1.60337,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118"},E:{"12":0.00555,_:"0 4 5 6 7 8 9 10 11 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 15.2-15.3 17.0","5.1":0.0111,"13.1":0.00555,"14.1":0.0111,"15.1":0.00555,"15.4":0.02774,"15.5":0.00555,"15.6":0.04993,"16.0":0.00555,"16.1":0.0111,"16.2":0.00555,"16.3":0.0111,"16.4":0.0111,"16.5":0.00555,"16.6":0.04438,"17.1":0.02219,"17.2":0.0111,"17.3":0.0111,"17.4":0.02774,"17.5":0.04993,"17.6":0.20528,"18.0":0.11651,"18.1":0.14425,"18.2":0.00555},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00047,"5.0-5.1":0,"6.0-6.1":0.00187,"7.0-7.1":0.00234,"8.1-8.4":0,"9.0-9.2":0.00187,"9.3":0.00654,"10.0-10.2":0.0014,"10.3":0.01074,"11.0-11.2":0.12609,"11.3-11.4":0.00327,"12.0-12.1":0.00187,"12.2-12.5":0.04904,"13.0-13.1":0.00093,"13.2":0.01261,"13.3":0.00187,"13.4-13.7":0.00701,"14.0-14.4":0.01541,"14.5-14.8":0.02195,"15.0-15.1":0.01261,"15.2-15.3":0.01168,"15.4":0.01401,"15.5":0.01635,"15.6-15.8":0.17513,"16.0":0.03316,"16.1":0.07005,"16.2":0.03549,"16.3":0.06024,"16.4":0.01214,"16.5":0.02428,"16.6-16.7":0.22977,"17.0":0.01681,"17.1":0.02802,"17.2":0.02335,"17.3":0.03549,"17.4":0.07612,"17.5":0.22744,"17.6-17.7":1.96473,"18.0":0.69679,"18.1":0.61226,"18.2":0.02475},P:{"4":0.13609,"21":0.01047,"22":0.11515,"23":0.02094,"24":0.04187,"25":0.04187,"26":0.36639,"27":0.28264,_:"20 8.2 9.2 10.1 12.0 14.0 15.0 16.0 18.0","5.0-5.4":0.01047,"6.2-6.4":0.01047,"7.2-7.4":0.04187,"11.1-11.2":0.0314,"13.0":0.02094,"17.0":0.02094,"19.0":0.01047},I:{"0":0.01777,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00002},A:{"11":0.03329,_:"6 7 8 9 10 5.5"},K:{"0":0.19144,_:"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.00445},O:{"0":0.02671},H:{"0":0},L:{"0":39.15879},R:{_:"0"},M:{"0":0.16918}};
1
+ module.exports={C:{"4":0.01533,"52":0.00511,"68":0.00511,"78":0.01022,"115":0.12778,"118":0.34244,"120":0.00511,"125":0.00511,"126":0.01022,"127":0.00511,"128":0.01533,"132":0.01533,"133":0.00511,"134":0.19422,"135":0.68999,"136":0.00511,_:"2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 119 121 122 123 124 129 130 131 137 138 3.5 3.6"},D:{"38":0.01533,"47":0.01022,"49":0.03067,"58":0.00511,"70":0.01022,"72":0.01022,"74":0.00511,"75":0.00511,"78":0.00511,"79":0.10733,"80":0.01533,"81":0.00511,"85":0.00511,"87":0.10222,"88":0.00511,"91":0.02044,"92":0.00511,"93":0.00511,"94":0.02556,"95":0.00511,"96":0.00511,"99":0.00511,"101":0.00511,"102":0.00511,"103":0.01533,"104":0.01533,"105":0.00511,"106":0.01022,"107":0.02556,"108":0.07155,"109":1.55886,"110":0.02044,"111":0.02044,"112":0.00511,"113":0.00511,"114":0.03578,"115":0.00511,"116":0.092,"117":0.01533,"118":0.00511,"119":0.03578,"120":0.10733,"121":0.138,"122":0.138,"123":0.13289,"124":0.10222,"125":0.08178,"126":0.092,"127":0.06644,"128":0.11755,"129":0.10733,"130":0.10222,"131":1.16531,"132":17.43873,"133":17.48473,"134":0.01533,"135":0.00511,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 43 44 45 46 48 50 51 52 53 54 55 56 57 59 60 61 62 63 64 65 66 67 68 69 71 73 76 77 83 84 86 89 90 97 98 100 136"},F:{"87":0.00511,"95":0.05622,"113":0.00511,"114":0.27088,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00511,"85":0.00511,"92":0.01022,"109":0.03067,"120":0.01022,"122":0.00511,"123":0.04089,"124":0.00511,"125":0.01533,"126":0.01022,"127":0.00511,"128":0.01022,"129":0.01022,"130":0.02044,"131":0.092,"132":1.47708,"133":2.13129,_:"12 13 14 15 16 17 79 80 81 83 84 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 121"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 15.2-15.3 15.4 15.5 17.0 18.4","5.1":0.00511,"13.1":0.00511,"14.1":0.01022,"15.1":0.00511,"15.6":0.02556,"16.0":0.00511,"16.1":0.00511,"16.2":0.00511,"16.3":0.01022,"16.4":0.01022,"16.5":0.00511,"16.6":0.04089,"17.1":0.01022,"17.2":0.01022,"17.3":0.00511,"17.4":0.02556,"17.5":0.04089,"17.6":0.07667,"18.0":0.046,"18.1":0.11244,"18.2":0.05111,"18.3":0.18911},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00094,"5.0-5.1":0.00047,"6.0-6.1":0.00283,"7.0-7.1":0.00236,"8.1-8.4":0,"9.0-9.2":0.00094,"9.3":0.00708,"10.0-10.2":0.00094,"10.3":0.01086,"11.0-11.2":0.0373,"11.3-11.4":0.00331,"12.0-12.1":0.00189,"12.2-12.5":0.05005,"13.0-13.1":0.00094,"13.2":0.00142,"13.3":0.00189,"13.4-13.7":0.00708,"14.0-14.4":0.01558,"14.5-14.8":0.02172,"15.0-15.1":0.01133,"15.2-15.3":0.01133,"15.4":0.01369,"15.5":0.01558,"15.6-15.8":0.19312,"16.0":0.02786,"16.1":0.05808,"16.2":0.02928,"16.3":0.05288,"16.4":0.0118,"16.5":0.02219,"16.6-16.7":0.22995,"17.0":0.01417,"17.1":0.02503,"17.2":0.01983,"17.3":0.02786,"17.4":0.05761,"17.5":0.13693,"17.6-17.7":0.45046,"18.0":0.13268,"18.1":1.2187,"18.2":0.39191,"18.3":1.39671,"18.4":0.00283},P:{"4":0.14376,"20":0.01027,"21":0.01027,"22":0.02054,"23":0.03081,"24":0.04108,"25":0.03081,"26":0.04108,"27":0.79071,"5.0-5.4":0.01027,"6.2-6.4":0.01027,"7.2-7.4":0.04108,_:"8.2 9.2 10.1 12.0 14.0 15.0 16.0 18.0 19.0","11.1-11.2":0.02054,"13.0":0.01027,"17.0":0.01027},I:{"0":0.03415,"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.2053,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.02556,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":44.59669},R:{_:"0"},M:{"0":0.13686},Q:{_:"14.9"},O:{"0":0.0391},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"67":0.00192,"75":0.00575,"78":0.00575,"82":0.00383,"88":0.00192,"94":0.00192,"99":0.00383,"103":0.00959,"104":0.00383,"105":0.00192,"115":0.36231,"116":0.023,"121":0.00767,"122":0.00575,"125":0.00192,"126":0.00192,"127":0.023,"128":0.11694,"129":0.00767,"130":0.00575,"131":0.10927,"132":2.02627,"133":0.17636,_:"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 68 69 70 71 72 73 74 76 77 79 80 81 83 84 85 86 87 89 90 91 92 93 95 96 97 98 100 101 102 106 107 108 109 110 111 112 113 114 117 118 119 120 123 124 134 135 136 3.5 3.6"},D:{"57":0.00192,"70":0.00192,"79":0.00959,"81":0.00383,"85":0.01342,"87":0.01917,"88":0.00192,"89":0.00192,"94":0.00192,"95":0.00192,"98":0.00192,"100":0.00192,"102":0.00575,"103":0.09777,"104":0.00383,"106":0.00383,"109":0.22046,"110":0.00575,"111":0.00192,"112":0.00767,"114":0.00192,"116":0.07093,"117":0.00192,"119":0.0115,"120":0.023,"121":0.01342,"122":0.00767,"123":0.00959,"124":0.13419,"125":0.01917,"126":0.023,"127":0.02684,"128":0.08435,"129":0.47158,"130":3.4391,"131":2.27548,_:"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 58 59 60 61 62 63 64 65 66 67 68 69 71 72 73 74 75 76 77 78 80 83 84 86 90 91 92 93 96 97 99 101 105 107 108 113 115 118 132 133 134"},F:{"46":0.00575,"81":0.00192,"95":0.00192,"102":0.00192,"106":0.02109,"109":0.00192,"113":0.0115,"114":0.42557,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 103 104 105 107 108 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00192,"90":0.00192,"100":0.00575,"109":0.00192,"120":0.00192,"122":0.00383,"124":0.00192,"126":0.00767,"127":0.00575,"128":0.01917,"129":0.08051,"130":1.41475,"131":1.29014,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 91 92 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 121 123 125"},E:{"14":0.02492,"15":0.00192,_:"0 4 5 6 7 8 9 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1","12.1":0.00192,"13.1":0.02684,"14.1":0.05368,"15.1":0.01534,"15.2-15.3":0.0115,"15.4":0.08818,"15.5":0.0115,"15.6":0.12652,"16.0":0.00959,"16.1":0.0786,"16.2":0.03067,"16.3":0.07476,"16.4":0.03834,"16.5":0.06518,"16.6":0.80131,"17.0":0.01342,"17.1":0.05943,"17.2":0.09202,"17.3":0.12269,"17.4":0.2032,"17.5":0.28755,"17.6":1.63137,"18.0":0.18978,"18.1":0.34314,"18.2":0.00192},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00131,"5.0-5.1":0,"6.0-6.1":0.00522,"7.0-7.1":0.00653,"8.1-8.4":0,"9.0-9.2":0.00522,"9.3":0.01829,"10.0-10.2":0.00392,"10.3":0.03004,"11.0-11.2":0.35268,"11.3-11.4":0.00914,"12.0-12.1":0.00522,"12.2-12.5":0.13715,"13.0-13.1":0.00261,"13.2":0.03527,"13.3":0.00522,"13.4-13.7":0.01959,"14.0-14.4":0.04311,"14.5-14.8":0.06139,"15.0-15.1":0.03527,"15.2-15.3":0.03266,"15.4":0.03919,"15.5":0.04572,"15.6-15.8":0.48983,"16.0":0.09274,"16.1":0.19593,"16.2":0.09927,"16.3":0.1685,"16.4":0.03396,"16.5":0.06792,"16.6-16.7":0.64266,"17.0":0.04702,"17.1":0.07837,"17.2":0.06531,"17.3":0.09927,"17.4":0.21291,"17.5":0.63613,"17.6-17.7":5.49524,"18.0":1.94887,"18.1":1.71244,"18.2":0.06923},P:{"21":0.01027,"22":0.06159,"23":0.01027,"24":0.05133,"25":0.02053,"26":0.97521,"27":0.89309,_:"4 20 5.0-5.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","6.2-6.4":0.01027,"7.2-7.4":0.02053},I:{"0":0.2097,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00006,"4.4":0,"4.4.3-4.4.4":0.00027},A:{_:"6 7 8 9 10 11 5.5"},K:{"0":0.14549,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},Q:{_:"14.9"},O:{_:"0"},H:{"0":0},L:{"0":65.88282},R:{_:"0"},M:{"0":0.27482}};
1
+ module.exports={C:{"78":0.00339,"99":0.00113,"100":0.00113,"101":0.00113,"104":0.00226,"106":0.00226,"110":0.00113,"112":0.00113,"115":0.26805,"119":0.00113,"120":0.00113,"121":0.00566,"123":0.00113,"125":0.00113,"126":0.00226,"128":0.07125,"129":0.00113,"130":0.00113,"131":0.00339,"132":0.00452,"133":0.03619,"134":0.18096,"135":0.92742,"136":0.00113,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 102 103 105 107 108 109 111 113 114 116 117 118 122 124 127 137 138 3.5 3.6"},D:{"59":0.00113,"70":0.00113,"71":0.00226,"74":0.00113,"79":0.00566,"84":0.00226,"86":0.00113,"87":0.00792,"94":0.00905,"98":0.00113,"102":0.00113,"103":0.02036,"104":0.00113,"106":0.00339,"107":0.00339,"109":0.15495,"112":0.00452,"114":0.00113,"116":0.01923,"117":0.00113,"119":0.00339,"120":0.0328,"121":0.00566,"122":0.01131,"123":0.00566,"124":0.00679,"125":0.00452,"126":0.01131,"127":0.00226,"128":0.07012,"129":0.01583,"130":0.00905,"131":0.21263,"132":1.73609,"133":1.91931,"134":0.00113,_:"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 60 61 62 63 64 65 66 67 68 69 72 73 75 76 77 78 80 81 83 85 88 89 90 91 92 93 95 96 97 99 100 101 105 108 110 111 113 115 118 135 136"},F:{"46":0.00452,"81":0.00566,"93":0.00226,"95":0.00452,"114":0.01583,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 82 83 84 85 86 87 88 89 90 91 92 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00113,"99":0.00113,"100":0.00452,"103":0.00113,"109":0.00792,"112":0.00113,"119":0.00113,"122":0.00113,"124":0.00226,"125":0.00113,"127":0.00339,"128":0.00226,"129":0.00679,"130":0.00452,"131":0.05203,"132":0.63223,"133":0.98623,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 101 102 104 105 106 107 108 110 111 113 114 115 116 117 118 120 121 123 126"},E:{"14":0.0181,"15":0.00113,_:"0 4 5 6 7 8 9 10 11 12 13 3.1 3.2 5.1 6.1 9.1 10.1 11.1 18.4","7.1":0.00113,"12.1":0.00339,"13.1":0.02036,"14.1":0.03732,"15.1":0.01131,"15.2-15.3":0.00339,"15.4":0.00226,"15.5":0.01583,"15.6":0.07238,"16.0":0.01244,"16.1":0.01131,"16.2":0.00679,"16.3":0.02714,"16.4":0.01583,"16.5":0.03167,"16.6":0.4196,"17.0":0.01131,"17.1":0.0656,"17.2":0.02036,"17.3":0.09387,"17.4":0.13346,"17.5":0.07917,"17.6":0.37662,"18.0":0.05994,"18.1":0.25221,"18.2":0.10971,"18.3":0.42073},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.01047,"10.0-10.2":0.0014,"10.3":0.01605,"11.0-11.2":0.05514,"11.3-11.4":0.00489,"12.0-12.1":0.00279,"12.2-12.5":0.07399,"13.0-13.1":0.0014,"13.2":0.00209,"13.3":0.00279,"13.4-13.7":0.01047,"14.0-14.4":0.02303,"14.5-14.8":0.03211,"15.0-15.1":0.01675,"15.2-15.3":0.01675,"15.4":0.02024,"15.5":0.02303,"15.6-15.8":0.28548,"16.0":0.04118,"16.1":0.08585,"16.2":0.04328,"16.3":0.07817,"16.4":0.01745,"16.5":0.03281,"16.6-16.7":0.33992,"17.0":0.02094,"17.1":0.03699,"17.2":0.02932,"17.3":0.04118,"17.4":0.08515,"17.5":0.20242,"17.6-17.7":0.66588,"18.0":0.19614,"18.1":1.80151,"18.2":0.57933,"18.3":2.06466,"18.4":0.00419},P:{"22":0.02085,"23":0.02085,"24":0.03128,"25":0.03128,"26":0.04171,"27":1.36595,_:"4 20 21 5.0-5.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","6.2-6.4":0.01043,"7.2-7.4":0.02085},I:{"0":0.23013,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00005,"4.4":0,"4.4.3-4.4.4":0.00028},K:{"0":0.03548,_:"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":80.5217},R:{_:"0"},M:{"0":0.28381},Q:{_:"14.9"},O:{"0":0.04435},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"6":0.00283,"56":0.00283,"98":0.00283,"104":0.00567,"106":0.00283,"109":0.00283,"110":0.03966,"112":0.00283,"114":0.00567,"115":0.0255,"118":0.00283,"119":0.02833,"122":0.00283,"123":0.00283,"127":0.06233,"128":0.0085,"129":0.00567,"130":0.0085,"131":0.08499,"132":0.90656,"133":0.03116,_:"2 3 4 5 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 99 100 101 102 103 105 107 108 111 113 116 117 120 121 124 125 126 134 135 136 3.5 3.6"},D:{"18":0.00283,"37":0.00283,"43":0.00567,"49":0.00567,"56":0.00283,"61":0.00283,"65":0.0085,"66":0.00567,"67":0.01417,"68":0.00283,"69":0.00567,"70":0.05949,"73":0.0085,"76":0.00283,"77":0.00567,"78":0.00283,"79":0.00567,"81":0.00567,"83":0.0085,"85":0.00283,"87":0.0085,"88":0.04816,"89":0.00283,"90":0.00567,"91":0.0085,"94":0.00567,"95":0.00283,"97":0.00283,"99":0.03966,"100":0.01417,"101":0.00283,"102":0.00283,"103":0.02266,"104":0.00283,"105":0.01133,"106":0.00567,"107":0.0255,"108":0.00567,"109":0.60343,"111":0.03116,"112":0.00567,"113":0.16715,"114":0.01983,"115":0.00567,"116":0.017,"117":0.017,"118":0.01133,"119":0.22664,"120":0.14165,"121":0.05099,"122":0.034,"123":0.02266,"124":0.04816,"125":0.03683,"126":0.07083,"127":0.11332,"128":0.10765,"129":0.30313,"130":5.76799,"131":2.91232,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 19 20 21 22 23 24 25 26 27 28 29 30 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 62 63 64 71 72 74 75 80 84 86 92 93 96 98 110 132 133 134"},F:{"75":0.0085,"84":0.0085,"85":0.06799,"86":0.0085,"95":0.00567,"112":0.0085,"113":0.01417,"114":0.67142,_:"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 76 77 78 79 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.00283,"13":0.0085,"15":0.02266,"16":0.00567,"17":0.00283,"18":0.0255,"80":0.00283,"84":0.00567,"89":0.01983,"90":0.01133,"92":0.07649,"95":0.00283,"100":0.03683,"105":0.00283,"109":0.00283,"111":0.09916,"114":0.02266,"116":0.0085,"117":0.00283,"119":0.01983,"120":0.01417,"121":0.01417,"122":0.01983,"123":0.017,"124":0.017,"125":0.02266,"126":0.0425,"127":0.04816,"128":0.06516,"129":0.24364,"130":2.60069,"131":1.68847,_:"14 79 81 83 85 86 87 88 91 93 94 96 97 98 99 101 102 103 104 106 107 108 110 112 113 115 118"},E:{"11":0.00283,"13":0.00283,"14":0.00283,_:"0 4 5 6 7 8 9 10 12 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.2-15.3 15.5 16.0 16.2","13.1":0.02266,"14.1":0.01417,"15.1":0.00567,"15.4":0.01133,"15.6":0.02266,"16.1":0.00283,"16.3":0.00283,"16.4":0.00283,"16.5":0.02833,"16.6":0.01417,"17.0":0.00567,"17.1":0.00283,"17.2":0.00283,"17.3":0.00567,"17.4":0.017,"17.5":0.0255,"17.6":0.05949,"18.0":0.02833,"18.1":0.01417,"18.2":0.00283},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00026,"5.0-5.1":0,"6.0-6.1":0.00103,"7.0-7.1":0.00129,"8.1-8.4":0,"9.0-9.2":0.00103,"9.3":0.0036,"10.0-10.2":0.00077,"10.3":0.00592,"11.0-11.2":0.06947,"11.3-11.4":0.0018,"12.0-12.1":0.00103,"12.2-12.5":0.02702,"13.0-13.1":0.00051,"13.2":0.00695,"13.3":0.00103,"13.4-13.7":0.00386,"14.0-14.4":0.00849,"14.5-14.8":0.01209,"15.0-15.1":0.00695,"15.2-15.3":0.00643,"15.4":0.00772,"15.5":0.00901,"15.6-15.8":0.09649,"16.0":0.01827,"16.1":0.03859,"16.2":0.01955,"16.3":0.03319,"16.4":0.00669,"16.5":0.01338,"16.6-16.7":0.12659,"17.0":0.00926,"17.1":0.01544,"17.2":0.01286,"17.3":0.01955,"17.4":0.04194,"17.5":0.1253,"17.6-17.7":1.08244,"18.0":0.38388,"18.1":0.33731,"18.2":0.01364},P:{"4":0.02041,"20":0.04082,"21":0.10205,"22":0.35719,"23":0.10205,"24":0.46945,"25":0.23473,"26":1.16342,"27":0.38781,_:"5.0-5.4 8.2 9.2 10.1 12.0","6.2-6.4":0.01021,"7.2-7.4":0.09185,"11.1-11.2":0.01021,"13.0":0.05103,"14.0":0.02041,"15.0":0.01021,"16.0":0.01021,"17.0":0.01021,"18.0":0.01021,"19.0":0.05103},I:{"0":0.22884,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00007,"4.4":0,"4.4.3-4.4.4":0.0003},A:{"11":0.02266,_:"6 7 8 9 10 5.5"},K:{"0":0.67953,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.00717,_:"3.0-3.1"},J:{_:"7 10"},Q:{"14.9":0.0215},O:{"0":0.78837},H:{"0":0.03},L:{"0":73.03017},R:{_:"0"},M:{"0":0.15767}};
1
+ module.exports={C:{"88":0.00607,"100":0.00304,"106":0.00607,"110":0.0243,"111":0.00607,"113":0.00304,"114":0.00304,"115":0.0243,"118":0.01822,"119":0.00304,"127":0.04556,"128":0.01519,"130":0.00911,"131":0.00304,"132":0.00607,"133":0.06074,"134":0.15792,"135":0.53451,"136":0.00304,_:"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 89 90 91 92 93 94 95 96 97 98 99 101 102 103 104 105 107 108 109 112 116 117 120 121 122 123 124 125 126 129 137 138 3.5 3.6"},D:{"36":0.00304,"43":0.00607,"49":0.00911,"58":0.00304,"61":0.00304,"62":0.00304,"65":0.00911,"67":0.00911,"69":0.00304,"70":0.02126,"74":0.00304,"79":0.00304,"80":0.00304,"81":0.00304,"86":0.00304,"87":0.01519,"88":0.06074,"89":0.00607,"90":0.00304,"92":0.03948,"94":0.00304,"95":0.00304,"96":0.00304,"98":0.00304,"99":0.00911,"101":0.00304,"102":0.00304,"103":0.01215,"104":0.00607,"105":0.03948,"106":0.00607,"107":0.00911,"108":0.00607,"109":0.47985,"110":0.00304,"111":0.01822,"114":0.02126,"115":0.00607,"116":0.00911,"117":0.00607,"118":0.01822,"119":0.01215,"120":0.20348,"121":0.04859,"122":0.02733,"123":0.0243,"124":0.03037,"125":0.03644,"126":0.04252,"127":0.06985,"128":0.03341,"129":0.03341,"130":0.04556,"131":0.59525,"132":4.56157,"133":3.99669,"134":0.01215,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 40 41 42 44 45 46 47 48 50 51 52 53 54 55 56 57 59 60 63 64 66 68 71 72 73 75 76 77 78 83 84 85 91 93 97 100 112 113 135 136"},F:{"83":0.00304,"86":0.00607,"87":0.06378,"93":0.00304,"102":0.00304,"114":0.01215,_:"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 84 85 88 89 90 91 92 94 95 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00304,"13":0.01822,"14":0.00304,"16":0.00304,"17":0.00304,"18":0.0243,"80":0.00304,"84":0.01215,"85":0.00304,"89":0.01519,"90":0.00607,"92":0.03644,"100":0.03644,"101":0.00304,"103":0.00304,"108":0.00304,"109":0.02126,"110":0.00304,"111":0.11541,"112":0.00304,"113":0.00304,"114":0.00607,"115":0.00911,"116":0.00607,"117":0.00304,"118":0.00304,"119":0.01519,"120":0.00607,"121":0.00607,"122":0.00607,"123":0.03037,"124":0.01519,"125":0.00911,"126":0.01519,"127":0.0243,"128":0.02733,"129":0.04252,"130":0.06985,"131":0.30977,"132":2.90945,"133":3.16759,_:"15 79 81 83 86 87 88 91 93 94 95 96 97 98 99 102 104 105 106 107"},E:{"11":0.01519,"14":0.00304,_:"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.1 15.2-15.3 15.4 15.5 16.0 16.2 16.4 17.0 18.4","13.1":0.00304,"14.1":0.00304,"15.6":0.00911,"16.1":0.00304,"16.3":0.00304,"16.5":0.00304,"16.6":0.00607,"17.1":0.00607,"17.2":0.00304,"17.3":0.00304,"17.4":0.00304,"17.5":0.01822,"17.6":0.02733,"18.0":0.00607,"18.1":0.00911,"18.2":0.01822,"18.3":0.03948},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00037,"5.0-5.1":0.00018,"6.0-6.1":0.0011,"7.0-7.1":0.00092,"8.1-8.4":0,"9.0-9.2":0.00037,"9.3":0.00275,"10.0-10.2":0.00037,"10.3":0.00421,"11.0-11.2":0.01447,"11.3-11.4":0.00128,"12.0-12.1":0.00073,"12.2-12.5":0.01941,"13.0-13.1":0.00037,"13.2":0.00055,"13.3":0.00073,"13.4-13.7":0.00275,"14.0-14.4":0.00604,"14.5-14.8":0.00842,"15.0-15.1":0.0044,"15.2-15.3":0.0044,"15.4":0.00531,"15.5":0.00604,"15.6-15.8":0.0749,"16.0":0.0108,"16.1":0.02252,"16.2":0.01135,"16.3":0.02051,"16.4":0.00458,"16.5":0.00861,"16.6-16.7":0.08918,"17.0":0.00549,"17.1":0.00971,"17.2":0.00769,"17.3":0.0108,"17.4":0.02234,"17.5":0.05311,"17.6-17.7":0.1747,"18.0":0.05146,"18.1":0.47265,"18.2":0.152,"18.3":0.54169,"18.4":0.0011},P:{"4":0.01022,"20":0.02044,"21":0.06133,"22":0.25553,"23":0.10221,"24":0.41907,"25":0.20442,"26":0.1942,"27":1.19588,_:"5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 15.0 17.0 18.0","7.2-7.4":0.09199,"13.0":0.01022,"14.0":0.03066,"16.0":0.02044,"19.0":0.08177},I:{"0":0.55593,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00011,"4.4":0,"4.4.3-4.4.4":0.00067},K:{"0":1.02445,_:"10 11 12 11.1 11.5 12.1"},A:{"10":0.00456,"11":0.02278,_:"6 7 8 9 5.5"},S:{"2.5":0.00696,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":73.10005},R:{_:"0"},M:{"0":0.20889},Q:{"14.9":0.02089},O:{"0":0.63363},H:{"0":0.02}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.00105,"56":0.01991,"59":0.00105,"60":0.00105,"66":0.00105,"78":0.00105,"103":0.00105,"111":0.0021,"115":0.02096,"123":0.00105,"124":0.00105,"127":0.0021,"128":0.06812,"129":0.00105,"130":0.00314,"131":0.01153,"132":0.20226,"133":0.01467,_:"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 57 58 61 62 63 64 65 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 104 105 106 107 108 109 110 112 113 114 116 117 118 119 120 121 122 125 126 134 135 136 3.5 3.6"},D:{"49":0.00105,"56":0.00105,"66":0.00419,"70":0.00105,"73":0.0021,"74":0.00105,"75":0.00105,"76":0.0021,"78":0.0021,"79":0.00943,"80":0.00105,"81":0.00105,"83":0.00524,"84":0.00105,"85":0.00105,"86":0.00105,"87":0.01991,"88":0.00838,"89":0.00105,"90":0.00105,"91":0.00524,"92":0.00105,"93":0.00734,"94":0.01048,"95":0.00105,"96":0.00105,"97":0.00105,"98":0.00105,"99":0.00105,"100":0.00105,"101":0.00105,"102":0.00314,"103":0.08698,"104":0.0021,"105":0.00314,"106":0.0021,"107":0.0021,"108":0.00419,"109":0.19702,"110":0.0021,"111":0.00524,"112":0.00314,"113":0.00314,"114":0.01467,"115":0.0021,"116":0.0241,"117":0.00734,"118":0.00524,"119":0.00838,"120":0.01677,"121":0.01153,"122":0.02725,"123":0.01886,"124":0.02096,"125":0.02201,"126":0.05764,"127":0.0283,"128":0.07546,"129":0.16034,"130":4.1658,"131":2.50472,"132":0.00734,"133":0.00105,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 50 51 52 53 54 55 57 58 59 60 61 62 63 64 65 67 68 69 71 72 77 134"},F:{"46":0.0021,"85":0.00314,"95":0.0021,"107":0.00105,"113":0.0262,"114":0.32802,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"17":0.00105,"18":0.00105,"92":0.0021,"100":0.00105,"109":0.00419,"114":0.0021,"117":0.00105,"118":0.00105,"119":0.00105,"120":0.00105,"121":0.00105,"122":0.00105,"124":0.0021,"125":0.00105,"126":0.00314,"127":0.00419,"128":0.00943,"129":0.01886,"130":0.71893,"131":0.47265,_:"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 108 110 111 112 113 115 116 123"},E:{"13":0.00314,"14":0.00314,"15":0.00105,_:"0 4 5 6 7 8 9 10 11 12 3.1 3.2 5.1 6.1 7.1 9.1 10.1","11.1":0.00105,"12.1":0.00105,"13.1":0.00314,"14.1":0.00838,"15.1":0.00524,"15.2-15.3":0.0021,"15.4":0.0021,"15.5":0.00314,"15.6":0.02306,"16.0":0.0021,"16.1":0.00524,"16.2":0.00419,"16.3":0.00734,"16.4":0.0021,"16.5":0.00419,"16.6":0.02725,"17.0":0.00314,"17.1":0.00419,"17.2":0.00524,"17.3":0.00629,"17.4":0.01362,"17.5":0.02934,"17.6":0.11004,"18.0":0.08384,"18.1":0.06393,"18.2":0.00419},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00017,"5.0-5.1":0,"6.0-6.1":0.00067,"7.0-7.1":0.00084,"8.1-8.4":0,"9.0-9.2":0.00067,"9.3":0.00236,"10.0-10.2":0.0005,"10.3":0.00387,"11.0-11.2":0.04544,"11.3-11.4":0.00118,"12.0-12.1":0.00067,"12.2-12.5":0.01767,"13.0-13.1":0.00034,"13.2":0.00454,"13.3":0.00067,"13.4-13.7":0.00252,"14.0-14.4":0.00555,"14.5-14.8":0.00791,"15.0-15.1":0.00454,"15.2-15.3":0.00421,"15.4":0.00505,"15.5":0.00589,"15.6-15.8":0.06311,"16.0":0.01195,"16.1":0.02524,"16.2":0.01279,"16.3":0.02171,"16.4":0.00438,"16.5":0.00875,"16.6-16.7":0.0828,"17.0":0.00606,"17.1":0.0101,"17.2":0.00841,"17.3":0.01279,"17.4":0.02743,"17.5":0.08196,"17.6-17.7":0.70803,"18.0":0.2511,"18.1":0.22064,"18.2":0.00892},P:{"4":0.0236,"26":0.118,"27":0.1062,_:"20 21 22 23 24 25 5.0-5.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","6.2-6.4":0.0118},I:{"0":0.13398,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00004,"4.4":0,"4.4.3-4.4.4":0.00017},A:{"11":0.00524,_:"6 7 8 9 10 5.5"},K:{"0":0.09847,_:"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.08057},H:{"0":0},L:{"0":87.57378},R:{_:"0"},M:{"0":0.02686}};
1
+ module.exports={C:{"56":0.03531,"59":0.00307,"81":0.00154,"115":0.01842,"121":0.00154,"126":0.00154,"127":0.00154,"128":0.08289,"130":0.00154,"131":0.00154,"132":0.00768,"133":0.00461,"134":0.06601,"135":0.241,"136":0.00307,_:"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 57 58 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 122 123 124 125 129 137 138 3.5 3.6"},D:{"49":0.00154,"56":0.00154,"63":0.03838,"65":0.00307,"66":0.01075,"70":0.00154,"73":0.00154,"74":0.00154,"75":0.00154,"76":0.00307,"78":0.00307,"79":0.01075,"80":0.00154,"81":0.00307,"83":0.00614,"84":0.00154,"85":0.00154,"86":0.00154,"87":0.02456,"88":0.00614,"89":0.00154,"91":0.00768,"92":0.00154,"93":0.01535,"94":0.00461,"95":0.00154,"96":0.00154,"97":0.00154,"98":0.00154,"99":0.00154,"100":0.00154,"101":0.00154,"102":0.00461,"103":0.18574,"104":0.01228,"105":0.00461,"106":0.00307,"107":0.00154,"108":0.01075,"109":0.22718,"110":0.00154,"111":0.00921,"112":0.00307,"113":0.00461,"114":0.02303,"115":0.00307,"116":0.02456,"117":0.00768,"118":0.00461,"119":0.01075,"120":0.01535,"121":0.01535,"122":0.03684,"123":0.01996,"124":0.02763,"125":0.0261,"126":0.06601,"127":0.02303,"128":0.04452,"129":0.03838,"130":0.06908,"131":0.31928,"132":4.45457,"133":4.15525,"134":0.00768,"135":0.00154,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 50 51 52 53 54 55 57 58 59 60 61 62 64 67 68 69 71 72 77 90 136"},F:{"28":0.00154,"46":0.00154,"71":0.00154,"74":0.00154,"87":0.00768,"95":0.00154,"113":0.00154,"114":0.03838,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 72 73 75 76 77 78 79 80 81 82 83 84 85 86 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"17":0.00154,"18":0.00154,"92":0.00307,"100":0.00154,"109":0.00461,"114":0.00154,"119":0.00154,"120":0.00154,"122":0.00154,"124":0.00154,"125":0.00154,"126":0.00307,"127":0.00154,"128":0.00614,"129":0.00461,"130":0.00614,"131":0.03531,"132":0.71378,"133":0.87495,_:"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 108 110 111 112 113 115 116 117 118 121 123"},E:{"14":0.00307,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 12.1 18.4","11.1":0.00307,"13.1":0.00307,"14.1":0.00768,"15.1":0.00461,"15.2-15.3":0.00154,"15.4":0.00307,"15.5":0.00307,"15.6":0.02917,"16.0":0.00307,"16.1":0.00921,"16.2":0.00461,"16.3":0.00768,"16.4":0.00307,"16.5":0.00461,"16.6":0.03531,"17.0":0.00307,"17.1":0.01228,"17.2":0.00768,"17.3":0.00614,"17.4":0.02303,"17.5":0.03224,"17.6":0.07061,"18.0":0.02303,"18.1":0.10592,"18.2":0.05373,"18.3":0.15964},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00091,"5.0-5.1":0.00045,"6.0-6.1":0.00272,"7.0-7.1":0.00227,"8.1-8.4":0,"9.0-9.2":0.00091,"9.3":0.00681,"10.0-10.2":0.00091,"10.3":0.01044,"11.0-11.2":0.03584,"11.3-11.4":0.00318,"12.0-12.1":0.00181,"12.2-12.5":0.04809,"13.0-13.1":0.00091,"13.2":0.00136,"13.3":0.00181,"13.4-13.7":0.00681,"14.0-14.4":0.01497,"14.5-14.8":0.02087,"15.0-15.1":0.01089,"15.2-15.3":0.01089,"15.4":0.01316,"15.5":0.01497,"15.6-15.8":0.18557,"16.0":0.02677,"16.1":0.05581,"16.2":0.02813,"16.3":0.05082,"16.4":0.01134,"16.5":0.02133,"16.6-16.7":0.22096,"17.0":0.01361,"17.1":0.02405,"17.2":0.01906,"17.3":0.02677,"17.4":0.05535,"17.5":0.13158,"17.6-17.7":0.43285,"18.0":0.1275,"18.1":1.17106,"18.2":0.37659,"18.3":1.34212,"18.4":0.00272},P:{"4":0.02108,"22":0.01054,"23":0.01054,"24":0.01054,"25":0.01054,"26":0.02108,"27":0.46382,_:"20 21 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.01054},I:{"0":0.18586,"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.00022},K:{"0":0.1693,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00768,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":80.89772},R:{_:"0"},M:{"0":0.04233},Q:{_:"14.9"},O:{"0":0.13544},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"44":0.00263,"47":0.00263,"52":0.00525,"56":0.00263,"72":0.00263,"102":0.00263,"103":0.00788,"105":0.00525,"106":0.00263,"107":0.00525,"108":0.00525,"109":0.00525,"110":0.00788,"111":0.00525,"112":0.00525,"113":0.00263,"115":0.18126,"123":0.00263,"125":0.00263,"126":0.00263,"127":0.00788,"128":0.01051,"129":0.00263,"130":0.00525,"131":0.02102,"132":0.3993,"133":0.03678,"134":0.00263,_:"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 48 49 50 51 53 54 55 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 104 114 116 117 118 119 120 121 122 124 135 136 3.5 3.6"},D:{"38":0.00263,"43":0.00263,"48":0.00263,"49":0.00263,"50":0.00263,"56":0.00788,"58":0.00263,"62":0.00263,"63":0.00263,"64":0.00263,"65":0.00525,"66":0.00263,"68":0.01051,"69":0.00525,"70":0.00525,"71":0.00525,"72":0.00525,"73":0.00788,"74":0.01314,"75":0.01051,"76":0.01051,"77":0.01576,"78":0.00525,"79":0.00788,"80":0.01314,"81":0.01051,"83":0.00788,"84":0.00788,"85":0.01314,"86":0.01051,"87":0.01051,"88":0.00525,"89":0.01051,"90":0.00525,"91":0.01314,"92":0.00525,"93":0.0289,"94":0.00525,"95":0.01051,"96":0.00525,"97":0.00525,"98":0.00525,"99":0.00263,"100":0.00263,"101":0.00263,"102":0.01314,"103":0.12084,"104":0.02102,"105":0.02102,"106":0.06568,"107":0.10508,"108":0.09457,"109":2.35905,"110":0.04991,"111":0.05517,"112":0.05254,"113":0.00263,"114":0.01051,"115":0.00263,"116":0.02364,"117":0.00525,"118":0.01314,"119":0.03152,"120":0.03152,"121":0.02364,"122":0.0289,"123":0.02627,"124":0.05779,"125":0.04203,"126":0.11296,"127":0.06305,"128":0.09983,"129":0.29422,"130":9.41517,"131":6.5675,"132":0.01839,"133":0.00525,_:"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 44 45 46 47 51 52 53 54 55 57 59 60 61 67 134"},F:{"79":0.00263,"83":0.00263,"84":0.00263,"85":0.02364,"86":0.01051,"90":0.00263,"91":0.00263,"92":0.00263,"93":0.00263,"94":0.00525,"95":0.05779,"113":0.01051,"114":0.56218,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 87 88 89 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00525,"14":0.00263,"15":0.00263,"16":0.00263,"17":0.00263,"18":0.01051,"84":0.00263,"89":0.00263,"90":0.00263,"92":0.02627,"95":0.00263,"100":0.00263,"103":0.00263,"105":0.00263,"106":0.00788,"107":0.01314,"108":0.01314,"109":0.02364,"110":0.01051,"111":0.00788,"112":0.00263,"114":0.01314,"120":0.00263,"122":0.00525,"124":0.00263,"125":0.00263,"126":0.0289,"127":0.00525,"128":0.01051,"129":0.0289,"130":0.65675,"131":0.45184,_:"13 79 80 81 83 85 86 87 88 91 93 94 96 97 98 99 101 102 104 113 115 116 117 118 119 121 123"},E:{"14":0.00788,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 10.1 11.1 12.1 15.4 16.4 18.2","9.1":0.00788,"13.1":0.00525,"14.1":0.00525,"15.1":0.00263,"15.2-15.3":0.00263,"15.5":0.00263,"15.6":0.01839,"16.0":0.00263,"16.1":0.00263,"16.2":0.00788,"16.3":0.00525,"16.5":0.00263,"16.6":0.0289,"17.0":0.00263,"17.1":0.00525,"17.2":0.00263,"17.3":0.00788,"17.4":0.01576,"17.5":0.01314,"17.6":0.05517,"18.0":0.03152,"18.1":0.03415},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00026,"5.0-5.1":0,"6.0-6.1":0.00103,"7.0-7.1":0.00129,"8.1-8.4":0,"9.0-9.2":0.00103,"9.3":0.00361,"10.0-10.2":0.00077,"10.3":0.00594,"11.0-11.2":0.06967,"11.3-11.4":0.00181,"12.0-12.1":0.00103,"12.2-12.5":0.0271,"13.0-13.1":0.00052,"13.2":0.00697,"13.3":0.00103,"13.4-13.7":0.00387,"14.0-14.4":0.00852,"14.5-14.8":0.01213,"15.0-15.1":0.00697,"15.2-15.3":0.00645,"15.4":0.00774,"15.5":0.00903,"15.6-15.8":0.09677,"16.0":0.01832,"16.1":0.03871,"16.2":0.01961,"16.3":0.03329,"16.4":0.00671,"16.5":0.01342,"16.6-16.7":0.12696,"17.0":0.00929,"17.1":0.01548,"17.2":0.0129,"17.3":0.01961,"17.4":0.04206,"17.5":0.12567,"17.6-17.7":1.08564,"18.0":0.38502,"18.1":0.33831,"18.2":0.01368},P:{"4":0.06267,"20":0.01045,"21":0.01045,"22":0.02089,"23":0.02089,"24":0.03134,"25":0.03134,"26":0.35513,"27":0.26113,_:"5.0-5.4 8.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0","6.2-6.4":0.01045,"7.2-7.4":0.02089,"9.2":0.01045,"17.0":0.02089,"19.0":0.01045},I:{"0":0.08828,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00003,"4.4":0,"4.4.3-4.4.4":0.00012},A:{"8":0.0028,"9":0.0028,"11":0.0811,_:"6 7 10 5.5"},K:{"0":1.42206,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.08848,_:"3.0-3.1"},J:{_:"7 10"},Q:{_:"14.9"},O:{"0":4.04778},H:{"0":0.2},L:{"0":67.08345},R:{_:"0"},M:{"0":0.06636}};
1
+ module.exports={C:{"47":0.00257,"52":0.00514,"72":0.00257,"102":0.00257,"103":0.00257,"105":0.00514,"106":0.00514,"107":0.00514,"108":0.00514,"109":0.00514,"110":0.00514,"111":0.00514,"112":0.00257,"113":0.00257,"115":0.15946,"125":0.00257,"126":0.00257,"127":0.00257,"128":0.01029,"129":0.00257,"130":0.00257,"131":0.00257,"132":0.00257,"133":0.00772,"134":0.09774,"135":0.32407,"136":0.00514,_:"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 104 114 116 117 118 119 120 121 122 123 124 137 138 3.5 3.6"},D:{"11":0.00257,"43":0.00257,"47":0.00257,"48":0.00257,"49":0.00514,"50":0.00257,"56":0.00772,"58":0.00257,"61":0.00257,"62":0.00257,"63":0.00257,"64":0.00257,"65":0.00514,"66":0.00257,"68":0.00772,"69":0.00257,"70":0.00257,"71":0.00772,"72":0.00514,"73":0.00772,"74":0.00772,"75":0.01286,"76":0.00772,"77":0.01286,"78":0.00257,"79":0.01029,"80":0.01029,"81":0.00514,"83":0.00772,"84":0.00514,"85":0.00772,"86":0.00772,"87":0.00772,"88":0.00257,"89":0.00514,"90":0.00257,"91":0.01029,"92":0.00257,"93":0.03344,"94":0.00514,"95":0.01029,"96":0.00514,"97":0.00514,"98":0.00257,"99":0.05658,"100":0.00257,"101":0.00257,"102":0.018,"103":0.11317,"104":0.1106,"105":0.02058,"106":0.0643,"107":0.08488,"108":0.09259,"109":1.96501,"110":0.04887,"111":0.04887,"112":0.0463,"113":0.00257,"114":0.018,"115":0.00514,"116":0.04887,"117":0.00257,"118":0.01029,"119":0.02315,"120":0.01286,"121":0.01543,"122":0.02315,"123":0.018,"124":0.03858,"125":0.02572,"126":0.0823,"127":0.02572,"128":0.05401,"129":0.0463,"130":0.05916,"131":0.4681,"132":7.51024,"133":7.07043,"134":0.018,"135":0.00514,_:"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 51 52 53 54 55 57 59 60 67 136"},F:{"44":0.00257,"79":0.00514,"86":0.00514,"87":0.04887,"88":0.00257,"91":0.00514,"92":0.00257,"93":0.00257,"94":0.00514,"95":0.04372,"96":0.00257,"114":0.01286,_:"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 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 89 90 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.00514,"14":0.00257,"15":0.00257,"16":0.00257,"17":0.00257,"18":0.00772,"89":0.00257,"92":0.018,"103":0.00257,"105":0.00257,"106":0.00514,"107":0.01286,"108":0.01029,"109":0.018,"110":0.01029,"111":0.00514,"113":0.00257,"114":0.02315,"119":0.00257,"122":0.00257,"125":0.00257,"126":0.00257,"129":0.01286,"130":0.00514,"131":0.03601,"132":0.39352,"133":0.51697,_:"13 79 80 81 83 84 85 86 87 88 90 91 93 94 95 96 97 98 99 100 101 102 104 112 115 116 117 118 120 121 123 124 127 128"},E:{"10":0.00257,"14":0.00257,_:"0 4 5 6 7 8 9 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.4 16.4 16.5 17.0 17.2 18.4","13.1":0.00514,"14.1":0.00514,"15.2-15.3":0.00514,"15.5":0.00257,"15.6":0.03086,"16.0":0.00257,"16.1":0.00514,"16.2":0.00257,"16.3":0.00257,"16.6":0.01543,"17.1":0.01543,"17.3":0.00257,"17.4":0.00772,"17.5":0.01029,"17.6":0.02315,"18.0":0.00772,"18.1":0.02315,"18.2":0.01286,"18.3":0.0463},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00061,"5.0-5.1":0.00031,"6.0-6.1":0.00184,"7.0-7.1":0.00154,"8.1-8.4":0,"9.0-9.2":0.00061,"9.3":0.00461,"10.0-10.2":0.00061,"10.3":0.00707,"11.0-11.2":0.02429,"11.3-11.4":0.00215,"12.0-12.1":0.00123,"12.2-12.5":0.03259,"13.0-13.1":0.00061,"13.2":0.00092,"13.3":0.00123,"13.4-13.7":0.00461,"14.0-14.4":0.01015,"14.5-14.8":0.01414,"15.0-15.1":0.00738,"15.2-15.3":0.00738,"15.4":0.00892,"15.5":0.01015,"15.6-15.8":0.12576,"16.0":0.01814,"16.1":0.03782,"16.2":0.01906,"16.3":0.03444,"16.4":0.00769,"16.5":0.01445,"16.6-16.7":0.14974,"17.0":0.00922,"17.1":0.0163,"17.2":0.01291,"17.3":0.01814,"17.4":0.03751,"17.5":0.08917,"17.6-17.7":0.29333,"18.0":0.0864,"18.1":0.7936,"18.2":0.25521,"18.3":0.90952,"18.4":0.00184},P:{"4":0.07385,"21":0.01055,"22":0.01055,"23":0.01055,"24":0.03165,"25":0.05275,"26":0.0633,"27":0.59078,_:"20 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.01055,"6.2-6.4":0.0211,"7.2-7.4":0.0211,"9.2":0.01055,"17.0":0.0211},I:{"0":0.06671,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00008},K:{"0":1.21113,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.00267,"9":0.00267,"11":0.0641,_:"6 7 10 5.5"},S:{"2.5":0.11883,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":69.01785},R:{_:"0"},M:{"0":0.05942},Q:{_:"14.9"},O:{"0":3.85461},H:{"0":0.2}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.03286,"68":0.00411,"78":0.00411,"88":0.01643,"91":0.00411,"102":0.00411,"103":0.00411,"110":0.00411,"112":0.00411,"113":0.00411,"114":0.00411,"115":0.43956,"116":0.00411,"120":0.00411,"121":0.00411,"122":0.00411,"123":0.00822,"124":0.00411,"125":0.00822,"126":0.01232,"127":0.02465,"128":0.12324,"129":0.01232,"130":0.02876,"131":0.16432,"132":3.46715,"133":0.34507,"134":0.00411,_:"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 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 89 90 92 93 94 95 96 97 98 99 100 101 104 105 106 107 108 109 111 117 118 119 135 136 3.5 3.6"},D:{"49":0.00411,"58":0.00411,"73":0.00822,"76":0.00411,"79":0.43545,"85":0.00411,"87":0.01643,"88":0.00411,"89":0.01232,"90":0.00411,"91":0.00411,"92":0.00411,"93":0.00411,"94":0.00822,"95":0.03286,"97":0.00411,"99":0.11913,"101":0.00411,"102":0.00822,"103":0.01643,"104":1.03111,"105":0.00411,"106":0.00822,"107":0.00411,"108":0.01232,"109":0.69425,"110":0.00411,"111":0.04108,"112":0.00411,"113":0.02465,"114":0.02876,"115":0.00411,"116":0.03697,"117":0.01232,"118":0.01643,"119":0.01232,"120":0.02876,"121":0.02465,"122":0.08627,"123":0.09038,"124":0.04108,"125":0.03697,"126":0.07805,"127":0.0493,"128":0.09859,"129":0.47653,"130":11.11625,"131":6.92198,"132":0.00822,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 50 51 52 53 54 55 56 57 59 60 61 62 63 64 65 66 67 68 69 70 71 72 74 75 77 78 80 81 83 84 86 96 98 100 133 134"},F:{"79":0.00411,"80":0.00411,"83":0.00411,"84":0.00411,"85":0.1027,"86":0.00822,"94":0.00411,"95":0.13146,"102":0.00411,"109":0.00822,"110":0.00411,"111":0.00411,"112":0.00822,"113":0.68604,"114":7.8586,_:"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 81 82 87 88 89 90 91 92 93 96 97 98 99 100 101 103 104 105 106 107 108 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00411,"109":0.06984,"114":0.00411,"119":0.00411,"120":0.00822,"121":0.00411,"122":0.00411,"123":0.00411,"124":0.00411,"125":0.00411,"126":0.01232,"127":0.00822,"128":0.01232,"129":0.06573,"130":1.80752,"131":1.20775,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118"},E:{"13":0.00411,"14":0.00411,_:"0 4 5 6 7 8 9 10 11 12 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.2-15.3","13.1":0.00822,"14.1":0.01232,"15.1":0.00411,"15.4":0.00411,"15.5":0.00411,"15.6":0.03697,"16.0":0.01643,"16.1":0.01232,"16.2":0.00822,"16.3":0.01232,"16.4":0.00411,"16.5":0.01643,"16.6":0.0534,"17.0":0.01643,"17.1":0.01643,"17.2":0.02054,"17.3":0.01643,"17.4":0.04108,"17.5":0.09038,"17.6":0.24237,"18.0":0.16843,"18.1":0.20951,"18.2":0.01232},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00095,"5.0-5.1":0,"6.0-6.1":0.00379,"7.0-7.1":0.00473,"8.1-8.4":0,"9.0-9.2":0.00379,"9.3":0.01326,"10.0-10.2":0.00284,"10.3":0.02178,"11.0-11.2":0.25565,"11.3-11.4":0.00663,"12.0-12.1":0.00379,"12.2-12.5":0.09942,"13.0-13.1":0.00189,"13.2":0.02556,"13.3":0.00379,"13.4-13.7":0.0142,"14.0-14.4":0.03125,"14.5-14.8":0.0445,"15.0-15.1":0.02556,"15.2-15.3":0.02367,"15.4":0.02841,"15.5":0.03314,"15.6-15.8":0.35507,"16.0":0.06723,"16.1":0.14203,"16.2":0.07196,"16.3":0.12214,"16.4":0.02462,"16.5":0.04924,"16.6-16.7":0.46585,"17.0":0.03409,"17.1":0.05681,"17.2":0.04734,"17.3":0.07196,"17.4":0.15434,"17.5":0.46111,"17.6-17.7":3.98337,"18.0":1.41269,"18.1":1.24131,"18.2":0.05018},P:{"20":0.01028,"21":0.01028,"22":0.03085,"23":0.03085,"24":0.03085,"25":0.04113,"26":1.36769,"27":1.22373,_:"4 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0.01176,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00002},A:{"8":0.01027,"11":0.01027,_:"6 7 9 10 5.5"},K:{"0":3.10508,_:"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.08249},H:{"0":0},L:{"0":43.65144},R:{_:"0"},M:{"0":0.74828}};
1
+ module.exports={C:{"52":0.0242,"68":0.00403,"78":0.00807,"88":0.01614,"102":0.00403,"110":0.00403,"113":0.00403,"115":0.46391,"116":0.00403,"118":0.00403,"120":0.00403,"121":0.00403,"123":0.00403,"124":0.00403,"125":0.00403,"127":0.00807,"128":0.14926,"129":0.00807,"130":0.00403,"131":0.00807,"132":0.01614,"133":0.04841,"134":0.92782,"135":3.08601,"136":0.0121,"137":0.00403,_:"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 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 103 104 105 106 107 108 109 111 112 114 117 119 122 126 138 3.5 3.6"},D:{"49":0.00403,"79":0.33886,"85":0.00403,"87":0.0121,"88":0.00403,"89":0.0121,"90":0.00403,"92":0.00403,"94":0.00403,"95":0.00403,"98":0.00403,"99":0.08068,"100":0.00403,"101":0.00403,"102":0.00403,"103":0.01614,"104":0.94396,"106":0.00807,"107":0.00807,"108":0.02017,"109":0.65754,"110":0.00403,"111":0.12102,"112":0.00807,"113":0.01614,"114":0.01614,"115":0.00403,"116":0.02824,"117":0.0121,"118":0.02017,"119":0.00807,"120":0.04034,"121":0.04437,"122":0.12102,"123":0.04437,"124":0.04437,"125":0.01614,"126":0.07261,"127":0.03227,"128":0.05648,"129":0.04034,"130":0.06454,"131":0.68578,"132":8.55208,"133":8.35038,"134":0.00807,"135":0.00403,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 83 84 86 91 93 96 97 105 136"},F:{"46":0.00403,"79":0.00403,"82":0.00403,"84":0.00403,"85":0.00403,"86":0.0121,"87":0.16943,"91":0.00403,"94":0.00403,"95":0.12505,"102":0.00403,"109":0.00807,"110":0.00403,"112":0.00403,"113":0.00807,"114":0.73419,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 83 88 89 90 92 93 96 97 98 99 100 101 103 104 105 106 107 108 111 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00403,"108":0.00403,"109":0.06858,"114":0.00403,"122":0.00403,"123":0.00403,"124":0.00403,"125":0.00403,"126":0.00403,"127":0.00403,"128":0.00403,"129":0.00807,"130":0.04034,"131":0.06858,"132":1.35946,"133":1.85564,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 110 111 112 113 115 116 117 118 119 120 121"},E:{"14":0.00403,_:"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 18.4","13.1":0.00807,"14.1":0.0121,"15.5":0.00403,"15.6":0.03227,"16.0":0.01614,"16.1":0.00807,"16.2":0.00403,"16.3":0.01614,"16.4":0.00403,"16.5":0.00807,"16.6":0.04034,"17.0":0.00403,"17.1":0.02017,"17.2":0.02017,"17.3":0.0121,"17.4":0.03227,"17.5":0.04034,"17.6":0.12102,"18.0":0.03227,"18.1":0.15329,"18.2":0.08471,"18.3":0.31465},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00178,"5.0-5.1":0.00089,"6.0-6.1":0.00534,"7.0-7.1":0.00445,"8.1-8.4":0,"9.0-9.2":0.00178,"9.3":0.01336,"10.0-10.2":0.00178,"10.3":0.02048,"11.0-11.2":0.07036,"11.3-11.4":0.00623,"12.0-12.1":0.00356,"12.2-12.5":0.0944,"13.0-13.1":0.00178,"13.2":0.00267,"13.3":0.00356,"13.4-13.7":0.01336,"14.0-14.4":0.02939,"14.5-14.8":0.04097,"15.0-15.1":0.02137,"15.2-15.3":0.02137,"15.4":0.02583,"15.5":0.02939,"15.6-15.8":0.36424,"16.0":0.05254,"16.1":0.10954,"16.2":0.05522,"16.3":0.09974,"16.4":0.02226,"16.5":0.04186,"16.6-16.7":0.43371,"17.0":0.02672,"17.1":0.0472,"17.2":0.0374,"17.3":0.05254,"17.4":0.10865,"17.5":0.25827,"17.6-17.7":0.84961,"18.0":0.25025,"18.1":2.29857,"18.2":0.73918,"18.3":2.63432,"18.4":0.00534},P:{"4":0.01026,"20":0.01026,"21":0.01026,"22":0.02052,"23":0.02052,"24":0.02052,"25":0.02052,"26":0.0513,"27":2.58569,_:"5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0.01191,"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":3.09584,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.01614,"11":0.00807,_:"6 7 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":45.71024},R:{_:"0"},M:{"0":0.76352},Q:{_:"14.9"},O:{"0":0.07158},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"115":0.06245,"128":0.45158,"129":0.0048,"131":0.0048,"132":1.49404,"133":0.12971,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 127 130 134 135 136 3.5 3.6"},D:{"103":0.00961,"109":0.05284,"114":0.0048,"120":0.0048,"127":0.07686,"128":0.04324,"129":0.37471,"130":2.23866,"131":0.65334,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 104 105 106 107 108 110 111 112 113 115 116 117 118 119 121 122 123 124 125 126 132 133 134"},F:{"84":0.02882,"113":0.03363,"114":0.02402,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 85 86 87 88 89 90 91 92 93 94 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:{"124":0.00961,"128":0.01922,"129":0.01922,"130":0.6053,"131":0.50442,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 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 14.1 15.4 15.5 16.0","13.1":0.0048,"15.1":0.32667,"15.2-15.3":0.0048,"15.6":1.06168,"16.1":0.28824,"16.2":0.37952,"16.3":0.68697,"16.4":1.02325,"16.5":0.4852,"16.6":4.71753,"17.0":0.34108,"17.1":0.68697,"17.2":0.9608,"17.3":0.46118,"17.4":1.70542,"17.5":3.54535,"17.6":18.39452,"18.0":1.14816,"18.1":1.70062,"18.2":0.0048},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00481,"5.0-5.1":0,"6.0-6.1":0.01922,"7.0-7.1":0.02403,"8.1-8.4":0,"9.0-9.2":0.01922,"9.3":0.06729,"10.0-10.2":0.01442,"10.3":0.11054,"11.0-11.2":1.29767,"11.3-11.4":0.03364,"12.0-12.1":0.01922,"12.2-12.5":0.50465,"13.0-13.1":0.00961,"13.2":0.12977,"13.3":0.01922,"13.4-13.7":0.07209,"14.0-14.4":0.1586,"14.5-14.8":0.22589,"15.0-15.1":0.12977,"15.2-15.3":0.12015,"15.4":0.14419,"15.5":0.16822,"15.6-15.8":1.80232,"16.0":0.34124,"16.1":0.72093,"16.2":0.36527,"16.3":0.62,"16.4":0.12496,"16.5":0.24992,"16.6-16.7":2.36464,"17.0":0.17302,"17.1":0.28837,"17.2":0.24031,"17.3":0.36527,"17.4":0.78341,"17.5":2.34061,"17.6-17.7":20.21962,"18.0":7.17083,"18.1":6.30091,"18.2":0.25473},P:{"26":0.17068,"27":0.032,_:"4 20 21 22 23 24 25 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},A:{_:"6 7 8 9 10 11 5.5"},K:{"0":0.0052,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},Q:{_:"14.9"},O:{_:"0"},H:{"0":0},L:{"0":3.64113},R:{_:"0"},M:{"0":0.02079}};
1
+ module.exports={C:{"86":0.01677,"99":0.00559,"114":0.01677,"115":0.05031,"126":0.00559,"128":0.00559,"132":0.00559,"133":0.02236,"134":0.40248,"135":0.93353,_:"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 87 88 89 90 91 92 93 94 95 96 97 98 100 101 102 103 104 105 106 107 108 109 110 111 112 113 116 117 118 119 120 121 122 123 124 125 127 129 130 131 136 137 138 3.5 3.6"},D:{"39":0.00559,"87":0.01118,"103":0.01118,"109":0.45838,"114":0.00559,"116":0.01677,"118":0.00559,"126":0.00559,"129":0.01677,"130":0.02795,"131":0.49751,"132":3.98567,"133":2.77264,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 104 105 106 107 108 110 111 112 113 115 117 119 120 121 122 123 124 125 127 128 134 135 136"},F:{"114":0.10621,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"109":0.0559,"130":0.01677,"131":0.01118,"132":0.64285,"133":0.92794,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.4","15.1":0.58695,"15.2-15.3":0.04472,"15.5":0.03913,"15.6":1.19067,"16.0":0.88881,"16.1":0.17888,"16.2":0.53664,"16.3":0.94471,"16.4":1.72172,"16.5":0.70434,"16.6":5.50615,"17.0":0.30745,"17.1":2.78382,"17.2":1.64905,"17.3":0.42484,"17.4":1.87265,"17.5":2.72233,"17.6":12.67253,"18.0":0.28509,"18.1":1.60992,"18.2":1.29688,"18.3":4.472,"18.4":0.00559},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00782,"5.0-5.1":0.00391,"6.0-6.1":0.02345,"7.0-7.1":0.01954,"8.1-8.4":0,"9.0-9.2":0.00782,"9.3":0.05863,"10.0-10.2":0.00782,"10.3":0.0899,"11.0-11.2":0.30878,"11.3-11.4":0.02736,"12.0-12.1":0.01563,"12.2-12.5":0.41431,"13.0-13.1":0.00782,"13.2":0.01173,"13.3":0.01563,"13.4-13.7":0.05863,"14.0-14.4":0.12898,"14.5-14.8":0.1798,"15.0-15.1":0.09381,"15.2-15.3":0.09381,"15.4":0.11335,"15.5":0.12898,"15.6-15.8":1.59861,"16.0":0.23061,"16.1":0.48076,"16.2":0.24233,"16.3":0.43776,"16.4":0.09771,"16.5":0.1837,"16.6-16.7":1.90348,"17.0":0.11726,"17.1":0.20716,"17.2":0.16416,"17.3":0.23061,"17.4":0.47685,"17.5":1.13349,"17.6-17.7":3.72879,"18.0":1.09831,"18.1":10.08806,"18.2":3.24413,"18.3":11.5616,"18.4":0.02345},P:{"27":0.6246,_:"4 20 21 22 23 24 25 26 5.0-5.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","6.2-6.4":0.01059},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.03529,_:"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":4.3737},R:{_:"0"},M:{"0":0.02206},Q:{_:"14.9"},O:{_:"0"},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 3.5 3.6"},D:{"130":52.94572,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 131 132 133 134"},F:{_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"130":5.88214,"131":5.88214,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 15.6 16.0 16.1 16.2 16.3 16.4 16.5 16.6 17.0 17.1 17.2 17.3 17.4 17.5 17.6 18.0 18.1 18.2"},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00118,"5.0-5.1":0,"6.0-6.1":0.00471,"7.0-7.1":0.00588,"8.1-8.4":0,"9.0-9.2":0.00471,"9.3":0.01647,"10.0-10.2":0.00353,"10.3":0.02706,"11.0-11.2":0.31767,"11.3-11.4":0.00824,"12.0-12.1":0.00471,"12.2-12.5":0.12354,"13.0-13.1":0.00235,"13.2":0.03177,"13.3":0.00471,"13.4-13.7":0.01765,"14.0-14.4":0.03883,"14.5-14.8":0.0553,"15.0-15.1":0.03177,"15.2-15.3":0.02941,"15.4":0.0353,"15.5":0.04118,"15.6-15.8":0.44121,"16.0":0.08353,"16.1":0.17648,"16.2":0.08942,"16.3":0.15177,"16.4":0.03059,"16.5":0.06118,"16.6-16.7":0.57886,"17.0":0.04236,"17.1":0.07059,"17.2":0.05883,"17.3":0.08942,"17.4":0.19178,"17.5":0.57298,"17.6-17.7":4.94974,"18.0":1.75541,"18.1":1.54246,"18.2":0.06236},P:{_:"4 20 21 22 23 24 25 26 27 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},A:{_:"6 7 8 9 10 11 5.5"},K:{"0":0,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},Q:{_:"14.9"},O:{_:"0"},H:{"0":0},L:{"0":23.53451},R:{_:"0"},M:{_:"0"}};
1
+ module.exports={C:{_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 3.5 3.6"},D:{"132":44,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 133 134 135 136"},F:{_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 15.6 16.0 16.1 16.2 16.3 16.4 16.5 16.6 17.0 17.1 17.2 17.3 17.4 17.5 17.6 18.0 18.1 18.2 18.3 18.4"},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00086,"5.0-5.1":0.00043,"6.0-6.1":0.00258,"7.0-7.1":0.00215,"8.1-8.4":0,"9.0-9.2":0.00086,"9.3":0.00646,"10.0-10.2":0.00086,"10.3":0.0099,"11.0-11.2":0.03402,"11.3-11.4":0.00301,"12.0-12.1":0.00172,"12.2-12.5":0.04565,"13.0-13.1":0.00086,"13.2":0.00129,"13.3":0.00172,"13.4-13.7":0.00646,"14.0-14.4":0.01421,"14.5-14.8":0.01981,"15.0-15.1":0.01034,"15.2-15.3":0.01034,"15.4":0.01249,"15.5":0.01421,"15.6-15.8":0.17613,"16.0":0.02541,"16.1":0.05297,"16.2":0.0267,"16.3":0.04823,"16.4":0.01077,"16.5":0.02024,"16.6-16.7":0.20972,"17.0":0.01292,"17.1":0.02282,"17.2":0.01809,"17.3":0.02541,"17.4":0.05254,"17.5":0.12489,"17.6-17.7":0.41083,"18.0":0.12101,"18.1":1.11148,"18.2":0.35743,"18.3":1.27383,"18.4":0.00258},P:{_:"4 20 21 22 23 24 25 26 27 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":0,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":51.6936},R:{_:"0"},M:{_:"0"},Q:{_:"14.9"},O:{_:"0"},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.00331,"78":0.00662,"94":0.00662,"115":0.08606,"125":0.01986,"127":0.00331,"128":0.02317,"129":0.00331,"130":0.06951,"131":0.1324,"132":1.30083,"133":0.07944,_:"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 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 134 135 136 3.5 3.6"},D:{"56":0.00331,"65":0.00331,"76":0.00331,"79":0.01324,"84":0.00331,"85":0.00331,"87":0.04634,"89":0.00662,"93":0.00993,"94":0.01655,"95":0.00331,"98":0.00662,"99":0.00662,"101":0.01986,"103":0.06289,"105":0.00331,"107":0.00331,"108":0.00331,"109":0.28797,"110":0.00331,"111":0.00662,"112":0.00331,"113":0.04634,"114":0.00331,"115":0.00993,"116":0.0662,"117":0.00331,"118":0.05296,"119":0.01324,"120":0.01986,"121":0.00662,"122":0.06951,"123":0.02317,"124":0.11916,"125":0.02317,"126":0.0993,"127":0.0662,"128":0.47995,"129":0.87053,"130":9.6983,"131":4.29969,"132":0.01986,"133":0.00662,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 57 58 59 60 61 62 63 64 66 67 68 69 70 71 72 73 74 75 77 78 80 81 83 86 88 90 91 92 96 97 100 102 104 106 134"},F:{"73":0.00331,"85":0.01324,"95":0.00331,"112":0.00331,"113":0.06951,"114":1.03272,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 74 75 76 77 78 79 80 81 82 83 84 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"16":0.00331,"18":0.00662,"89":0.00662,"92":0.00662,"97":0.00331,"100":0.00331,"109":0.01324,"115":0.00331,"116":0.00331,"118":0.00331,"119":0.00331,"120":0.00331,"121":0.00331,"122":0.00662,"123":0.00331,"124":0.00993,"125":0.03641,"126":0.00662,"127":0.01655,"128":0.0331,"129":0.18205,"130":4.16398,"131":2.54208,_:"12 13 14 15 17 79 80 81 83 84 85 86 87 88 90 91 93 94 95 96 98 99 101 102 103 104 105 106 107 108 110 111 112 113 114 117"},E:{"8":0.00662,"13":0.00331,"14":0.01986,"15":0.00331,_:"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","13.1":0.01986,"14.1":0.06951,"15.1":0.04303,"15.2-15.3":0.05296,"15.4":0.01324,"15.5":0.05296,"15.6":0.25487,"16.0":0.00993,"16.1":0.03641,"16.2":0.02979,"16.3":0.12909,"16.4":0.01655,"16.5":0.05958,"16.6":0.25818,"17.0":0.08275,"17.1":0.03972,"17.2":0.06951,"17.3":0.11254,"17.4":0.20853,"17.5":0.2979,"17.6":1.42661,"18.0":0.50974,"18.1":0.84736,"18.2":0.03641},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00317,"5.0-5.1":0,"6.0-6.1":0.01268,"7.0-7.1":0.01585,"8.1-8.4":0,"9.0-9.2":0.01268,"9.3":0.04437,"10.0-10.2":0.00951,"10.3":0.07289,"11.0-11.2":0.85564,"11.3-11.4":0.02218,"12.0-12.1":0.01268,"12.2-12.5":0.33275,"13.0-13.1":0.00634,"13.2":0.08556,"13.3":0.01268,"13.4-13.7":0.04754,"14.0-14.4":0.10458,"14.5-14.8":0.14895,"15.0-15.1":0.08556,"15.2-15.3":0.07923,"15.4":0.09507,"15.5":0.11092,"15.6-15.8":1.18839,"16.0":0.225,"16.1":0.47536,"16.2":0.24085,"16.3":0.40881,"16.4":0.0824,"16.5":0.16479,"16.6-16.7":1.55917,"17.0":0.11409,"17.1":0.19014,"17.2":0.15845,"17.3":0.24085,"17.4":0.51656,"17.5":1.54333,"17.6-17.7":13.33221,"18.0":4.72823,"18.1":4.15463,"18.2":0.16796},P:{"4":0.07299,"21":0.01043,"22":0.01043,"23":0.03128,"24":0.04171,"25":0.1147,"26":1.76222,"27":1.25128,_:"20 5.0-5.4 7.2-7.4 8.2 9.2 10.1 12.0 14.0 15.0 19.0","6.2-6.4":0.01043,"11.1-11.2":0.01043,"13.0":0.01043,"16.0":0.01043,"17.0":0.01043,"18.0":0.03128},I:{"0":0.00668,"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.00331,_:"6 7 8 9 10 5.5"},K:{"0":0.26091,_:"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.00669},H:{"0":0},L:{"0":32.29884},R:{_:"0"},M:{"0":0.2676}};
1
+ module.exports={C:{"52":0.00361,"78":0.00721,"94":0.00361,"115":0.4326,"117":0.01082,"128":0.02524,"129":0.00361,"131":0.00721,"132":0.00361,"133":0.01803,"134":0.58401,"135":1.20407,_:"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 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 118 119 120 121 122 123 124 125 126 127 130 136 137 138 3.5 3.6"},D:{"65":0.00361,"70":0.00361,"74":0.00361,"76":0.00361,"79":0.01442,"80":0.00361,"84":0.00361,"85":0.00361,"87":0.02884,"89":0.01082,"93":0.00361,"94":0.00721,"95":0.01082,"98":0.00361,"99":0.00361,"100":0.00361,"101":0.01442,"103":0.07571,"108":0.01082,"109":0.37853,"110":0.00361,"111":0.00361,"112":0.00721,"113":0.07931,"114":0.00361,"115":0.00361,"116":0.08652,"118":0.00361,"119":0.02163,"120":0.00721,"121":0.01082,"122":0.06129,"123":0.01442,"124":0.09013,"125":0.01442,"126":0.03605,"127":0.01803,"128":0.13699,"129":0.05768,"130":0.09013,"131":1.14639,"132":7.10906,"133":7.36862,"134":0.00721,"135":0.05047,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 66 67 68 69 71 72 73 75 77 78 81 83 86 88 90 91 92 96 97 102 104 105 106 107 117 136"},F:{"73":0.00361,"80":0.00361,"87":0.01082,"95":0.00361,"112":0.00721,"114":0.0721,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 74 75 76 77 78 79 81 82 83 84 85 86 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00361,"85":0.00361,"92":0.00361,"107":0.00361,"109":0.02163,"114":0.00361,"117":0.00361,"119":0.00361,"122":0.01803,"123":0.00361,"124":0.00361,"125":0.03966,"126":0.01082,"127":0.00361,"128":0.02163,"129":0.00721,"130":0.06489,"131":0.15862,"132":3.22287,"133":4.79826,_:"12 13 14 15 16 17 79 80 81 83 84 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 108 110 111 112 113 115 116 118 120 121"},E:{"13":0.00361,"14":0.01803,_:"0 4 5 6 7 8 9 10 11 12 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1","12.1":0.00361,"13.1":0.03605,"14.1":0.03966,"15.1":0.05408,"15.2-15.3":0.00361,"15.4":0.01442,"15.5":0.01442,"15.6":0.1442,"16.0":0.0721,"16.1":0.04326,"16.2":0.01082,"16.3":0.04326,"16.4":0.01082,"16.5":0.02524,"16.6":0.20549,"17.0":0.04687,"17.1":0.07571,"17.2":0.0685,"17.3":0.08292,"17.4":0.11536,"17.5":0.17665,"17.6":0.56238,"18.0":0.09013,"18.1":0.68135,"18.2":0.38574,"18.3":1.38432,"18.4":0.00361},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00603,"5.0-5.1":0.00301,"6.0-6.1":0.01808,"7.0-7.1":0.01506,"8.1-8.4":0,"9.0-9.2":0.00603,"9.3":0.04519,"10.0-10.2":0.00603,"10.3":0.0693,"11.0-11.2":0.23802,"11.3-11.4":0.02109,"12.0-12.1":0.01205,"12.2-12.5":0.31936,"13.0-13.1":0.00603,"13.2":0.00904,"13.3":0.01205,"13.4-13.7":0.04519,"14.0-14.4":0.09942,"14.5-14.8":0.13859,"15.0-15.1":0.07231,"15.2-15.3":0.07231,"15.4":0.08737,"15.5":0.09942,"15.6-15.8":1.23226,"16.0":0.17776,"16.1":0.37058,"16.2":0.1868,"16.3":0.33744,"16.4":0.07532,"16.5":0.1416,"16.6-16.7":1.46726,"17.0":0.09039,"17.1":0.15968,"17.2":0.12654,"17.3":0.17776,"17.4":0.36757,"17.5":0.87373,"17.6-17.7":2.87426,"18.0":0.84661,"18.1":7.77617,"18.2":2.50067,"18.3":8.91202,"18.4":0.01808},P:{"4":0.09459,"21":0.01051,"22":0.03153,"23":0.02102,"24":0.04204,"25":0.03153,"26":0.07357,"27":3.28953,_:"20 5.0-5.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 19.0","6.2-6.4":0.01051,"7.2-7.4":0.02102,"16.0":0.01051,"17.0":0.01051,"18.0":0.01051},I:{"0":0.02552,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00003},K:{"0":0.28134,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.06489,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":31.5488},R:{_:"0"},M:{"0":0.28773},Q:{_:"14.9"},O:{"0":0.00639},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"39":0.00094,"70":0.00094,"91":0.00094,"103":0.00094,"111":0.00094,"113":0.00094,"115":0.02735,"116":0.00094,"117":0.00094,"118":0.00189,"122":0.00094,"123":0.00283,"125":0.00094,"126":0.00094,"127":0.00472,"128":0.00283,"129":0.00189,"130":0.00189,"131":0.01226,"132":0.25744,"133":0.02829,_:"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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 92 93 94 95 96 97 98 99 100 101 102 104 105 106 107 108 109 110 112 114 119 120 121 124 134 135 136 3.5 3.6"},D:{"26":0.00189,"38":0.00472,"46":0.00094,"47":0.00094,"49":0.00094,"58":0.00189,"61":0.00094,"63":0.00094,"66":0.00094,"69":0.00094,"70":0.00094,"71":0.00283,"72":0.00094,"73":0.00094,"75":0.00094,"77":0.03395,"78":0.02075,"79":0.01697,"80":0.00094,"81":0.00283,"83":0.01509,"85":0.00283,"86":0.00189,"87":0.00943,"88":0.00094,"89":0.00566,"90":0.00283,"91":0.00189,"92":0.00377,"93":0.00189,"94":0.0066,"95":0.01415,"96":0.00094,"97":0.01037,"98":0.00377,"99":0.00094,"100":0.0198,"101":0.00094,"102":0.00189,"103":0.00849,"104":0.00189,"105":0.00189,"106":0.00283,"107":0.00566,"108":0.00472,"109":0.42341,"110":0.00472,"111":0.00472,"112":0.01226,"113":0.00283,"114":0.00566,"115":0.00283,"116":0.01509,"117":0.0679,"118":0.01037,"119":0.01603,"120":0.00754,"121":0.02358,"122":0.04338,"123":0.03489,"124":0.02735,"125":0.01603,"126":0.02829,"127":0.03206,"128":0.05187,"129":0.15842,"130":3.47118,"131":2.4584,"132":0.00094,"133":0.00094,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 43 44 45 48 50 51 52 53 54 55 56 57 59 60 62 64 65 67 68 74 76 84 134"},F:{"46":0.00566,"64":0.00094,"85":0.00283,"95":0.00283,"102":0.00094,"103":0.00189,"104":0.00094,"112":0.00094,"113":0.0132,"114":0.21218,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 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 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.00094,"13":0.00189,"16":0.00094,"18":0.00283,"84":0.00094,"86":0.00094,"89":0.00094,"92":0.01132,"100":0.00189,"102":0.00094,"103":0.00094,"107":0.00283,"108":0.00189,"109":0.00566,"110":0.00094,"111":0.00094,"112":0.00189,"113":0.00283,"114":0.00189,"115":0.00094,"116":0.00472,"117":0.01603,"118":0.00283,"119":0.00094,"120":0.00094,"121":0.00094,"122":0.00283,"123":0.00094,"124":0.00283,"125":0.00283,"126":0.00094,"127":0.00849,"128":0.00943,"129":0.02358,"130":0.4781,"131":0.33382,_:"14 15 17 79 80 81 83 85 87 88 90 91 93 94 95 96 97 98 99 101 104 105 106"},E:{"12":0.00094,"14":0.00094,_:"0 4 5 6 7 8 9 10 11 13 15 3.1 3.2 6.1 7.1 9.1 10.1 12.1 18.2","5.1":0.00094,"11.1":0.00094,"13.1":0.00189,"14.1":0.00377,"15.1":0.00189,"15.2-15.3":0.00094,"15.4":0.00094,"15.5":0.00377,"15.6":0.01509,"16.0":0.00189,"16.1":0.00754,"16.2":0.00472,"16.3":0.01226,"16.4":0.00283,"16.5":0.00377,"16.6":0.02829,"17.0":0.0066,"17.1":0.00377,"17.2":0.00189,"17.3":0.00472,"17.4":0.01037,"17.5":0.01697,"17.6":0.07073,"18.0":0.04904,"18.1":0.04904},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00067,"5.0-5.1":0,"6.0-6.1":0.00269,"7.0-7.1":0.00336,"8.1-8.4":0,"9.0-9.2":0.00269,"9.3":0.00941,"10.0-10.2":0.00202,"10.3":0.01546,"11.0-11.2":0.18147,"11.3-11.4":0.0047,"12.0-12.1":0.00269,"12.2-12.5":0.07057,"13.0-13.1":0.00134,"13.2":0.01815,"13.3":0.00269,"13.4-13.7":0.01008,"14.0-14.4":0.02218,"14.5-14.8":0.03159,"15.0-15.1":0.01815,"15.2-15.3":0.0168,"15.4":0.02016,"15.5":0.02352,"15.6-15.8":0.25204,"16.0":0.04772,"16.1":0.10082,"16.2":0.05108,"16.3":0.0867,"16.4":0.01747,"16.5":0.03495,"16.6-16.7":0.33067,"17.0":0.0242,"17.1":0.04033,"17.2":0.03361,"17.3":0.05108,"17.4":0.10955,"17.5":0.32731,"17.6-17.7":2.82754,"18.0":1.00278,"18.1":0.88113,"18.2":0.03562},P:{"4":0.0406,"20":0.0406,"21":0.10151,"22":0.32482,"23":0.16241,"24":0.11166,"25":0.28422,"26":1.24854,"27":0.54814,_:"5.0-5.4 6.2-6.4 8.2 10.1 12.0","7.2-7.4":0.03045,"9.2":0.01015,"11.1-11.2":0.0406,"13.0":0.03045,"14.0":0.03045,"15.0":0.0203,"16.0":0.03045,"17.0":0.05075,"18.0":0.03045,"19.0":0.0609},I:{"0":0.05423,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00002,"4.4":0,"4.4.3-4.4.4":0.00007},A:{"11":0.00849,_:"6 7 8 9 10 5.5"},K:{"0":0.30703,_:"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.01812},H:{"0":0.01},L:{"0":80.58313},R:{_:"0"},M:{"0":0.03623}};
1
+ module.exports={C:{"52":0.00088,"84":0.00088,"103":0.00177,"115":0.02561,"118":0.00265,"126":0.00177,"127":0.00442,"128":0.00353,"130":0.00088,"131":0.00088,"132":0.00088,"133":0.00618,"134":0.07417,"135":0.19161,"136":0.00088,_:"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 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 119 120 121 122 123 124 125 129 137 138 3.5 3.6"},D:{"26":0.00265,"38":0.00265,"46":0.00177,"50":0.00088,"56":0.00088,"58":0.00353,"64":0.00088,"66":0.00177,"69":0.00177,"70":0.00265,"71":0.00353,"73":0.00265,"74":0.00177,"77":0.04415,"78":0.00177,"79":0.00971,"80":0.00177,"81":0.00265,"83":0.00706,"84":0.00088,"85":0.00177,"86":0.00088,"87":0.00883,"88":0.00088,"89":0.00795,"90":0.00353,"91":0.00088,"92":0.00265,"94":0.0053,"95":0.00795,"96":0.00088,"97":0.00883,"98":0.00353,"99":0.00088,"100":0.01236,"101":0.00088,"102":0.00088,"103":0.00265,"104":0.00883,"105":0.00177,"106":0.00353,"107":0.00618,"108":0.00883,"109":0.31082,"110":0.00353,"111":0.00353,"112":0.00883,"113":0.00088,"114":0.00706,"115":0.0053,"116":0.01413,"117":0.05651,"118":0.01325,"119":0.02208,"120":0.00706,"121":0.00442,"122":0.01501,"123":0.03885,"124":0.01854,"125":0.02296,"126":0.01501,"127":0.02472,"128":0.02208,"129":0.01678,"130":0.03179,"131":0.36026,"132":2.81854,"133":2.48918,"134":0.00088,"135":0.00088,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 43 44 45 47 48 49 51 52 53 54 55 57 59 60 61 62 63 65 67 68 72 75 76 93 136"},F:{"46":0.00353,"87":0.00177,"92":0.00088,"95":0.00177,"114":0.00618,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 88 89 90 91 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00177,"84":0.00088,"89":0.00177,"90":0.00088,"92":0.01236,"100":0.00177,"107":0.00177,"109":0.00177,"113":0.00088,"114":0.00088,"115":0.00088,"116":0.00088,"117":0.01589,"118":0.00088,"119":0.00088,"122":0.00088,"124":0.00177,"125":0.00265,"126":0.00088,"127":0.00088,"128":0.00177,"129":0.00177,"130":0.01678,"131":0.0468,"132":0.35673,"133":0.44945,_:"12 13 14 15 16 17 79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 108 110 111 112 120 121 123"},E:{"14":0.00088,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 18.4","5.1":0.0053,"13.1":0.00088,"14.1":0.00442,"15.1":0.00088,"15.2-15.3":0.00088,"15.4":0.00088,"15.5":0.00177,"15.6":0.00618,"16.0":0.00088,"16.1":0.00265,"16.2":0.00177,"16.3":0.0053,"16.4":0.00088,"16.5":0.00177,"16.6":0.02208,"17.0":0.00795,"17.1":0.00353,"17.2":0.00088,"17.3":0.00265,"17.4":0.01854,"17.5":0.01236,"17.6":0.01589,"18.0":0.00883,"18.1":0.07064,"18.2":0.02472,"18.3":0.05298},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00118,"5.0-5.1":0.00059,"6.0-6.1":0.00355,"7.0-7.1":0.00296,"8.1-8.4":0,"9.0-9.2":0.00118,"9.3":0.00887,"10.0-10.2":0.00118,"10.3":0.01361,"11.0-11.2":0.04674,"11.3-11.4":0.00414,"12.0-12.1":0.00237,"12.2-12.5":0.06271,"13.0-13.1":0.00118,"13.2":0.00177,"13.3":0.00237,"13.4-13.7":0.00887,"14.0-14.4":0.01952,"14.5-14.8":0.02721,"15.0-15.1":0.0142,"15.2-15.3":0.0142,"15.4":0.01716,"15.5":0.01952,"15.6-15.8":0.24198,"16.0":0.03491,"16.1":0.07277,"16.2":0.03668,"16.3":0.06626,"16.4":0.01479,"16.5":0.02781,"16.6-16.7":0.28812,"17.0":0.01775,"17.1":0.03136,"17.2":0.02485,"17.3":0.03491,"17.4":0.07218,"17.5":0.17157,"17.6-17.7":0.56441,"18.0":0.16625,"18.1":1.52699,"18.2":0.49105,"18.3":1.75004,"18.4":0.00355},P:{"4":0.03054,"20":0.03054,"21":0.07126,"22":0.23415,"23":0.10181,"24":0.07126,"25":0.14253,"26":0.30542,"27":1.5271,_:"5.0-5.4 10.1 12.0","6.2-6.4":0.01018,"7.2-7.4":0.0509,"8.2":0.01018,"9.2":0.01018,"11.1-11.2":0.02036,"13.0":0.02036,"14.0":0.02036,"15.0":0.01018,"16.0":0.03054,"17.0":0.03054,"18.0":0.02036,"19.0":0.04072},I:{"0":0.07278,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00009},K:{"0":0.32729,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00265,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":82.42763},R:{_:"0"},M:{"0":0.0547},Q:{_:"14.9"},O:{"0":0.02735},H:{"0":0.01}};