immosquare-cleaner 0.1.64 → 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 (1301) hide show
  1. checksums.yaml +4 -4
  2. data/lib/immosquare-cleaner/version.rb +1 -1
  3. data/lib/immosquare-cleaner.rb +36 -36
  4. data/lib/tasks/immosquare_cleaner.rake +17 -1
  5. data/linters/rubocop/cop/custom_cops/style/font_awesome_normalization.rb +2 -0
  6. data/node_modules/@babel/compat-data/data/plugins.json +6 -7
  7. data/node_modules/@babel/compat-data/package.json +2 -2
  8. data/node_modules/@babel/core/lib/config/files/configuration.js +3 -0
  9. data/node_modules/@babel/core/lib/config/files/configuration.js.map +1 -1
  10. data/node_modules/@babel/core/lib/config/files/module-types.js +74 -63
  11. data/node_modules/@babel/core/lib/config/files/module-types.js.map +1 -1
  12. data/node_modules/@babel/core/lib/config/files/plugins.js +1 -0
  13. data/node_modules/@babel/core/lib/config/files/plugins.js.map +1 -1
  14. data/node_modules/@babel/core/lib/config/partial.js +1 -1
  15. data/node_modules/@babel/core/lib/config/partial.js.map +1 -1
  16. data/node_modules/@babel/core/lib/index.js +1 -2
  17. data/node_modules/@babel/core/lib/index.js.map +1 -1
  18. data/node_modules/@babel/core/lib/parser/index.js.map +1 -1
  19. data/node_modules/@babel/core/lib/transformation/file/babel-7-helpers.cjs +3 -1
  20. data/node_modules/@babel/core/lib/transformation/file/babel-7-helpers.cjs.map +1 -1
  21. data/node_modules/@babel/core/lib/transformation/file/file.js +2 -4
  22. data/node_modules/@babel/core/lib/transformation/file/file.js.map +1 -1
  23. data/node_modules/@babel/core/lib/transformation/normalize-file.js.map +1 -1
  24. data/node_modules/@babel/core/lib/transformation/util/clone-deep.js +27 -7
  25. data/node_modules/@babel/core/lib/transformation/util/clone-deep.js.map +1 -1
  26. data/node_modules/@babel/core/package.json +13 -14
  27. data/node_modules/@babel/generator/lib/generators/classes.js +7 -4
  28. data/node_modules/@babel/generator/lib/generators/classes.js.map +1 -1
  29. data/node_modules/@babel/generator/lib/generators/deprecated.js +28 -0
  30. data/node_modules/@babel/generator/lib/generators/deprecated.js.map +1 -0
  31. data/node_modules/@babel/generator/lib/generators/expressions.js +9 -3
  32. data/node_modules/@babel/generator/lib/generators/expressions.js.map +1 -1
  33. data/node_modules/@babel/generator/lib/generators/jsx.js +6 -1
  34. data/node_modules/@babel/generator/lib/generators/jsx.js.map +1 -1
  35. data/node_modules/@babel/generator/lib/generators/template-literals.js +16 -11
  36. data/node_modules/@babel/generator/lib/generators/template-literals.js.map +1 -1
  37. data/node_modules/@babel/generator/lib/generators/types.js +0 -9
  38. data/node_modules/@babel/generator/lib/generators/types.js.map +1 -1
  39. data/node_modules/@babel/generator/lib/generators/typescript.js +36 -18
  40. data/node_modules/@babel/generator/lib/generators/typescript.js.map +1 -1
  41. data/node_modules/@babel/generator/lib/node/parentheses.js +40 -3
  42. data/node_modules/@babel/generator/lib/node/parentheses.js.map +1 -1
  43. data/node_modules/@babel/generator/lib/printer.js +4 -3
  44. data/node_modules/@babel/generator/lib/printer.js.map +1 -1
  45. data/node_modules/@babel/generator/package.json +5 -5
  46. data/node_modules/@babel/helper-compilation-targets/lib/index.js +1 -1
  47. data/node_modules/@babel/helper-compilation-targets/lib/index.js.map +1 -1
  48. data/node_modules/@babel/helper-compilation-targets/package.json +2 -2
  49. data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js +1 -9
  50. data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js.map +1 -1
  51. data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js +9 -0
  52. data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js.map +1 -1
  53. data/node_modules/@babel/helper-create-class-features-plugin/lib/features.js +1 -1
  54. data/node_modules/@babel/helper-create-class-features-plugin/lib/features.js.map +1 -1
  55. data/node_modules/@babel/helper-create-class-features-plugin/lib/index.js +8 -8
  56. data/node_modules/@babel/helper-create-class-features-plugin/lib/index.js.map +1 -1
  57. data/node_modules/@babel/helper-create-class-features-plugin/package.json +5 -5
  58. data/node_modules/@babel/helper-plugin-utils/lib/index.js.map +1 -1
  59. data/node_modules/@babel/helper-plugin-utils/package.json +2 -2
  60. data/node_modules/@babel/helper-replace-supers/lib/index.js.map +1 -1
  61. data/node_modules/@babel/helper-replace-supers/package.json +3 -3
  62. data/node_modules/@babel/helpers/lib/helpers/asyncIterator.js.map +1 -1
  63. data/node_modules/@babel/helpers/lib/helpers/isNativeFunction.js.map +1 -1
  64. data/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js +1 -1
  65. data/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js.map +1 -1
  66. data/node_modules/@babel/helpers/lib/helpers/objectWithoutPropertiesLoose.js +1 -1
  67. data/node_modules/@babel/helpers/lib/helpers/objectWithoutPropertiesLoose.js.map +1 -1
  68. data/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js +7 -3
  69. data/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js.map +1 -1
  70. data/node_modules/@babel/helpers/lib/helpers-generated.js +3 -3
  71. data/node_modules/@babel/helpers/lib/helpers-generated.js.map +1 -1
  72. data/node_modules/@babel/helpers/package.json +5 -5
  73. data/node_modules/@babel/parser/lib/index.js +426 -236
  74. data/node_modules/@babel/parser/lib/index.js.map +1 -1
  75. data/node_modules/@babel/parser/package.json +2 -2
  76. data/node_modules/@babel/parser/typings/babel-parser.d.ts +127 -164
  77. data/node_modules/@babel/plugin-transform-flow-strip-types/lib/index.js +6 -0
  78. data/node_modules/@babel/plugin-transform-flow-strip-types/lib/index.js.map +1 -1
  79. data/node_modules/@babel/plugin-transform-flow-strip-types/package.json +4 -4
  80. data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/lib/index.js +3 -2
  81. data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/lib/index.js.map +1 -1
  82. data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/package.json +3 -3
  83. data/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js +3 -1
  84. data/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js.map +1 -1
  85. data/node_modules/@babel/plugin-transform-typescript/lib/enum.js +24 -11
  86. data/node_modules/@babel/plugin-transform-typescript/lib/enum.js.map +1 -1
  87. data/node_modules/@babel/plugin-transform-typescript/lib/index.js +38 -9
  88. data/node_modules/@babel/plugin-transform-typescript/lib/index.js.map +1 -1
  89. data/node_modules/@babel/plugin-transform-typescript/lib/namespace.js +2 -0
  90. data/node_modules/@babel/plugin-transform-typescript/lib/namespace.js.map +1 -1
  91. data/node_modules/@babel/plugin-transform-typescript/package.json +5 -5
  92. data/node_modules/@babel/template/lib/options.js.map +1 -1
  93. data/node_modules/@babel/template/lib/parse.js.map +1 -1
  94. data/node_modules/@babel/template/package.json +4 -4
  95. data/node_modules/@babel/traverse/lib/cache.js +4 -5
  96. data/node_modules/@babel/traverse/lib/cache.js.map +1 -1
  97. data/node_modules/@babel/traverse/lib/path/conversion.js +1 -2
  98. data/node_modules/@babel/traverse/lib/path/conversion.js.map +1 -1
  99. data/node_modules/@babel/traverse/lib/path/evaluation.js +17 -0
  100. data/node_modules/@babel/traverse/lib/path/evaluation.js.map +1 -1
  101. data/node_modules/@babel/traverse/lib/path/lib/hoister.js.map +1 -1
  102. data/node_modules/@babel/traverse/lib/path/modification.js +1 -1
  103. data/node_modules/@babel/traverse/lib/path/modification.js.map +1 -1
  104. data/node_modules/@babel/traverse/lib/path/replacement.js.map +1 -1
  105. data/node_modules/@babel/traverse/lib/scope/index.js +9 -2
  106. data/node_modules/@babel/traverse/lib/scope/index.js.map +1 -1
  107. data/node_modules/@babel/traverse/lib/visitors.js +1 -1
  108. data/node_modules/@babel/traverse/lib/visitors.js.map +1 -1
  109. data/node_modules/@babel/traverse/package.json +6 -6
  110. data/node_modules/@babel/types/lib/asserts/generated/index.js +8 -0
  111. data/node_modules/@babel/types/lib/asserts/generated/index.js.map +1 -1
  112. data/node_modules/@babel/types/lib/ast-types/generated/index.js.map +1 -1
  113. data/node_modules/@babel/types/lib/builders/generated/index.js +22 -2858
  114. data/node_modules/@babel/types/lib/builders/generated/index.js.map +1 -1
  115. data/node_modules/@babel/types/lib/builders/generated/lowercase.js +2886 -0
  116. data/node_modules/@babel/types/lib/builders/generated/lowercase.js.map +1 -0
  117. data/node_modules/@babel/types/lib/builders/generated/uppercase.js +267 -255
  118. data/node_modules/@babel/types/lib/builders/generated/uppercase.js.map +1 -1
  119. data/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js.map +1 -1
  120. data/node_modules/@babel/types/lib/converters/toSequenceExpression.js.map +1 -1
  121. data/node_modules/@babel/types/lib/definitions/core.js +26 -17
  122. data/node_modules/@babel/types/lib/definitions/core.js.map +1 -1
  123. data/node_modules/@babel/types/lib/definitions/flow.js +6 -3
  124. data/node_modules/@babel/types/lib/definitions/flow.js.map +1 -1
  125. data/node_modules/@babel/types/lib/definitions/jsx.js +9 -4
  126. data/node_modules/@babel/types/lib/definitions/jsx.js.map +1 -1
  127. data/node_modules/@babel/types/lib/definitions/typescript.js +51 -26
  128. data/node_modules/@babel/types/lib/definitions/typescript.js.map +1 -1
  129. data/node_modules/@babel/types/lib/definitions/utils.js +2 -2
  130. data/node_modules/@babel/types/lib/definitions/utils.js.map +1 -1
  131. data/node_modules/@babel/types/lib/index-legacy.d.ts +27 -7
  132. data/node_modules/@babel/types/lib/index.d.ts +1178 -1156
  133. data/node_modules/@babel/types/lib/index.js +10 -21
  134. data/node_modules/@babel/types/lib/index.js.flow +26 -6
  135. data/node_modules/@babel/types/lib/index.js.map +1 -1
  136. data/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js +9 -8
  137. data/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js.map +1 -1
  138. data/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js +1 -0
  139. data/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js.map +1 -1
  140. data/node_modules/@babel/types/lib/validators/generated/index.js +17 -0
  141. data/node_modules/@babel/types/lib/validators/generated/index.js.map +1 -1
  142. data/node_modules/@babel/types/package.json +12 -12
  143. data/node_modules/@eslint-community/eslint-utils/index.js +21 -1
  144. data/node_modules/@eslint-community/eslint-utils/index.js.map +1 -1
  145. data/node_modules/@eslint-community/eslint-utils/index.mjs +21 -1
  146. data/node_modules/@eslint-community/eslint-utils/index.mjs.map +1 -1
  147. data/node_modules/@eslint-community/eslint-utils/package.json +1 -1
  148. data/node_modules/acorn/CHANGELOG.md +12 -0
  149. data/node_modules/acorn/dist/acorn.js +33 -24
  150. data/node_modules/acorn/dist/acorn.mjs +33 -24
  151. data/node_modules/acorn/package.json +1 -1
  152. data/node_modules/async-function/CHANGELOG.md +16 -0
  153. data/node_modules/{jscodeshift → async-function}/LICENSE +1 -1
  154. data/node_modules/async-function/README.md +51 -0
  155. data/node_modules/async-function/index.d.mts +3 -0
  156. data/node_modules/async-function/index.d.ts +13 -0
  157. data/node_modules/async-function/index.js +8 -0
  158. data/node_modules/async-function/index.mjs +4 -0
  159. data/node_modules/async-function/legacy.js +18 -0
  160. data/node_modules/async-function/package.json +86 -0
  161. data/node_modules/async-function/require.mjs +5 -0
  162. data/node_modules/async-function/test/index.js +40 -0
  163. data/node_modules/async-function/tsconfig.json +9 -0
  164. data/node_modules/browserslist/index.js +23 -4
  165. data/node_modules/browserslist/node.js +69 -60
  166. data/node_modules/browserslist/package.json +1 -1
  167. data/node_modules/call-bind-apply-helpers/CHANGELOG.md +7 -0
  168. data/node_modules/call-bind-apply-helpers/index.d.ts +38 -20
  169. data/node_modules/call-bind-apply-helpers/index.js +1 -1
  170. data/node_modules/call-bind-apply-helpers/package.json +8 -8
  171. data/node_modules/call-bind-apply-helpers/test/index.js +4 -4
  172. data/node_modules/call-bound/CHANGELOG.md +8 -0
  173. data/node_modules/call-bound/index.d.ts +91 -10
  174. data/node_modules/call-bound/index.js +4 -3
  175. data/node_modules/call-bound/package.json +10 -10
  176. data/node_modules/call-bound/test/index.js +11 -4
  177. data/node_modules/call-bound/tsconfig.json +2 -1
  178. data/node_modules/caniuse-lite/data/agents.js +1 -1
  179. data/node_modules/caniuse-lite/data/browserVersions.js +1 -1
  180. data/node_modules/caniuse-lite/data/features/aac.js +1 -1
  181. data/node_modules/caniuse-lite/data/features/abortcontroller.js +1 -1
  182. data/node_modules/caniuse-lite/data/features/ac3-ec3.js +1 -1
  183. data/node_modules/caniuse-lite/data/features/accelerometer.js +1 -1
  184. data/node_modules/caniuse-lite/data/features/addeventlistener.js +1 -1
  185. data/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +1 -1
  186. data/node_modules/caniuse-lite/data/features/ambient-light.js +1 -1
  187. data/node_modules/caniuse-lite/data/features/apng.js +1 -1
  188. data/node_modules/caniuse-lite/data/features/array-find-index.js +1 -1
  189. data/node_modules/caniuse-lite/data/features/array-find.js +1 -1
  190. data/node_modules/caniuse-lite/data/features/array-flat.js +1 -1
  191. data/node_modules/caniuse-lite/data/features/array-includes.js +1 -1
  192. data/node_modules/caniuse-lite/data/features/arrow-functions.js +1 -1
  193. data/node_modules/caniuse-lite/data/features/asmjs.js +1 -1
  194. data/node_modules/caniuse-lite/data/features/async-clipboard.js +1 -1
  195. data/node_modules/caniuse-lite/data/features/async-functions.js +1 -1
  196. data/node_modules/caniuse-lite/data/features/atob-btoa.js +1 -1
  197. data/node_modules/caniuse-lite/data/features/audio-api.js +1 -1
  198. data/node_modules/caniuse-lite/data/features/audio.js +1 -1
  199. data/node_modules/caniuse-lite/data/features/audiotracks.js +1 -1
  200. data/node_modules/caniuse-lite/data/features/autofocus.js +1 -1
  201. data/node_modules/caniuse-lite/data/features/auxclick.js +1 -1
  202. data/node_modules/caniuse-lite/data/features/av1.js +1 -1
  203. data/node_modules/caniuse-lite/data/features/avif.js +1 -1
  204. data/node_modules/caniuse-lite/data/features/background-attachment.js +1 -1
  205. data/node_modules/caniuse-lite/data/features/background-clip-text.js +1 -1
  206. data/node_modules/caniuse-lite/data/features/background-img-opts.js +1 -1
  207. data/node_modules/caniuse-lite/data/features/background-position-x-y.js +1 -1
  208. data/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +1 -1
  209. data/node_modules/caniuse-lite/data/features/background-sync.js +1 -1
  210. data/node_modules/caniuse-lite/data/features/battery-status.js +1 -1
  211. data/node_modules/caniuse-lite/data/features/beacon.js +1 -1
  212. data/node_modules/caniuse-lite/data/features/beforeafterprint.js +1 -1
  213. data/node_modules/caniuse-lite/data/features/bigint.js +1 -1
  214. data/node_modules/caniuse-lite/data/features/blobbuilder.js +1 -1
  215. data/node_modules/caniuse-lite/data/features/bloburls.js +1 -1
  216. data/node_modules/caniuse-lite/data/features/border-image.js +1 -1
  217. data/node_modules/caniuse-lite/data/features/border-radius.js +1 -1
  218. data/node_modules/caniuse-lite/data/features/broadcastchannel.js +1 -1
  219. data/node_modules/caniuse-lite/data/features/brotli.js +1 -1
  220. data/node_modules/caniuse-lite/data/features/calc.js +1 -1
  221. data/node_modules/caniuse-lite/data/features/canvas-blending.js +1 -1
  222. data/node_modules/caniuse-lite/data/features/canvas-text.js +1 -1
  223. data/node_modules/caniuse-lite/data/features/canvas.js +1 -1
  224. data/node_modules/caniuse-lite/data/features/ch-unit.js +1 -1
  225. data/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +1 -1
  226. data/node_modules/caniuse-lite/data/features/channel-messaging.js +1 -1
  227. data/node_modules/caniuse-lite/data/features/childnode-remove.js +1 -1
  228. data/node_modules/caniuse-lite/data/features/classlist.js +1 -1
  229. data/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +1 -1
  230. data/node_modules/caniuse-lite/data/features/clipboard.js +1 -1
  231. data/node_modules/caniuse-lite/data/features/colr-v1.js +1 -1
  232. data/node_modules/caniuse-lite/data/features/colr.js +1 -1
  233. data/node_modules/caniuse-lite/data/features/comparedocumentposition.js +1 -1
  234. data/node_modules/caniuse-lite/data/features/console-basic.js +1 -1
  235. data/node_modules/caniuse-lite/data/features/console-time.js +1 -1
  236. data/node_modules/caniuse-lite/data/features/const.js +1 -1
  237. data/node_modules/caniuse-lite/data/features/constraint-validation.js +1 -1
  238. data/node_modules/caniuse-lite/data/features/contenteditable.js +1 -1
  239. data/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +1 -1
  240. data/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +1 -1
  241. data/node_modules/caniuse-lite/data/features/cookie-store-api.js +1 -1
  242. data/node_modules/caniuse-lite/data/features/cors.js +1 -1
  243. data/node_modules/caniuse-lite/data/features/createimagebitmap.js +1 -1
  244. data/node_modules/caniuse-lite/data/features/credential-management.js +1 -1
  245. data/node_modules/caniuse-lite/data/features/cryptography.js +1 -1
  246. data/node_modules/caniuse-lite/data/features/css-all.js +1 -1
  247. data/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +1 -1
  248. data/node_modules/caniuse-lite/data/features/css-animation.js +1 -1
  249. data/node_modules/caniuse-lite/data/features/css-any-link.js +1 -1
  250. data/node_modules/caniuse-lite/data/features/css-appearance.js +1 -1
  251. data/node_modules/caniuse-lite/data/features/css-at-counter-style.js +1 -1
  252. data/node_modules/caniuse-lite/data/features/css-autofill.js +1 -1
  253. data/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +1 -1
  254. data/node_modules/caniuse-lite/data/features/css-background-offsets.js +1 -1
  255. data/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +1 -1
  256. data/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +1 -1
  257. data/node_modules/caniuse-lite/data/features/css-boxshadow.js +1 -1
  258. data/node_modules/caniuse-lite/data/features/css-canvas.js +1 -1
  259. data/node_modules/caniuse-lite/data/features/css-caret-color.js +1 -1
  260. data/node_modules/caniuse-lite/data/features/css-cascade-layers.js +1 -1
  261. data/node_modules/caniuse-lite/data/features/css-cascade-scope.js +1 -1
  262. data/node_modules/caniuse-lite/data/features/css-case-insensitive.js +1 -1
  263. data/node_modules/caniuse-lite/data/features/css-clip-path.js +1 -1
  264. data/node_modules/caniuse-lite/data/features/css-color-adjust.js +1 -1
  265. data/node_modules/caniuse-lite/data/features/css-color-function.js +1 -1
  266. data/node_modules/caniuse-lite/data/features/css-conic-gradients.js +1 -1
  267. data/node_modules/caniuse-lite/data/features/css-container-queries-style.js +1 -1
  268. data/node_modules/caniuse-lite/data/features/css-container-queries.js +1 -1
  269. data/node_modules/caniuse-lite/data/features/css-container-query-units.js +1 -1
  270. data/node_modules/caniuse-lite/data/features/css-containment.js +1 -1
  271. data/node_modules/caniuse-lite/data/features/css-content-visibility.js +1 -1
  272. data/node_modules/caniuse-lite/data/features/css-counters.js +1 -1
  273. data/node_modules/caniuse-lite/data/features/css-crisp-edges.js +1 -1
  274. data/node_modules/caniuse-lite/data/features/css-cross-fade.js +1 -1
  275. data/node_modules/caniuse-lite/data/features/css-default-pseudo.js +1 -1
  276. data/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +1 -1
  277. data/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +1 -1
  278. data/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +1 -1
  279. data/node_modules/caniuse-lite/data/features/css-display-contents.js +1 -1
  280. data/node_modules/caniuse-lite/data/features/css-element-function.js +1 -1
  281. data/node_modules/caniuse-lite/data/features/css-env-function.js +1 -1
  282. data/node_modules/caniuse-lite/data/features/css-exclusions.js +1 -1
  283. data/node_modules/caniuse-lite/data/features/css-featurequeries.js +1 -1
  284. data/node_modules/caniuse-lite/data/features/css-file-selector-button.js +1 -1
  285. data/node_modules/caniuse-lite/data/features/css-filter-function.js +1 -1
  286. data/node_modules/caniuse-lite/data/features/css-filters.js +1 -1
  287. data/node_modules/caniuse-lite/data/features/css-first-letter.js +1 -1
  288. data/node_modules/caniuse-lite/data/features/css-first-line.js +1 -1
  289. data/node_modules/caniuse-lite/data/features/css-fixed.js +1 -1
  290. data/node_modules/caniuse-lite/data/features/css-focus-visible.js +1 -1
  291. data/node_modules/caniuse-lite/data/features/css-focus-within.js +1 -1
  292. data/node_modules/caniuse-lite/data/features/css-font-palette.js +1 -1
  293. data/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +1 -1
  294. data/node_modules/caniuse-lite/data/features/css-font-stretch.js +1 -1
  295. data/node_modules/caniuse-lite/data/features/css-gencontent.js +1 -1
  296. data/node_modules/caniuse-lite/data/features/css-gradients.js +1 -1
  297. data/node_modules/caniuse-lite/data/features/css-grid-animation.js +1 -1
  298. data/node_modules/caniuse-lite/data/features/css-grid.js +1 -1
  299. data/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +1 -1
  300. data/node_modules/caniuse-lite/data/features/css-has.js +1 -1
  301. data/node_modules/caniuse-lite/data/features/css-hyphens.js +1 -1
  302. data/node_modules/caniuse-lite/data/features/css-image-orientation.js +1 -1
  303. data/node_modules/caniuse-lite/data/features/css-image-set.js +1 -1
  304. data/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +1 -1
  305. data/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +1 -1
  306. data/node_modules/caniuse-lite/data/features/css-initial-letter.js +1 -1
  307. data/node_modules/caniuse-lite/data/features/css-initial-value.js +1 -1
  308. data/node_modules/caniuse-lite/data/features/css-lch-lab.js +1 -1
  309. data/node_modules/caniuse-lite/data/features/css-letter-spacing.js +1 -1
  310. data/node_modules/caniuse-lite/data/features/css-line-clamp.js +1 -1
  311. data/node_modules/caniuse-lite/data/features/css-logical-props.js +1 -1
  312. data/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +1 -1
  313. data/node_modules/caniuse-lite/data/features/css-masks.js +1 -1
  314. data/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +1 -1
  315. data/node_modules/caniuse-lite/data/features/css-math-functions.js +1 -1
  316. data/node_modules/caniuse-lite/data/features/css-media-interaction.js +1 -1
  317. data/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +1 -1
  318. data/node_modules/caniuse-lite/data/features/css-media-resolution.js +1 -1
  319. data/node_modules/caniuse-lite/data/features/css-media-scripting.js +1 -1
  320. data/node_modules/caniuse-lite/data/features/css-mediaqueries.js +1 -1
  321. data/node_modules/caniuse-lite/data/features/css-mixblendmode.js +1 -1
  322. data/node_modules/caniuse-lite/data/features/css-module-scripts.js +1 -1
  323. data/node_modules/caniuse-lite/data/features/css-motion-paths.js +1 -1
  324. data/node_modules/caniuse-lite/data/features/css-namespaces.js +1 -1
  325. data/node_modules/caniuse-lite/data/features/css-nesting.js +1 -1
  326. data/node_modules/caniuse-lite/data/features/css-not-sel-list.js +1 -1
  327. data/node_modules/caniuse-lite/data/features/css-nth-child-of.js +1 -1
  328. data/node_modules/caniuse-lite/data/features/css-opacity.js +1 -1
  329. data/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +1 -1
  330. data/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +1 -1
  331. data/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +1 -1
  332. data/node_modules/caniuse-lite/data/features/css-overflow.js +1 -1
  333. data/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +1 -1
  334. data/node_modules/caniuse-lite/data/features/css-page-break.js +1 -1
  335. data/node_modules/caniuse-lite/data/features/css-paged-media.js +1 -1
  336. data/node_modules/caniuse-lite/data/features/css-paint-api.js +1 -1
  337. data/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +1 -1
  338. data/node_modules/caniuse-lite/data/features/css-placeholder.js +1 -1
  339. data/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +1 -1
  340. data/node_modules/caniuse-lite/data/features/css-read-only-write.js +1 -1
  341. data/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +1 -1
  342. data/node_modules/caniuse-lite/data/features/css-reflections.js +1 -1
  343. data/node_modules/caniuse-lite/data/features/css-regions.js +1 -1
  344. data/node_modules/caniuse-lite/data/features/css-relative-colors.js +1 -1
  345. data/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +1 -1
  346. data/node_modules/caniuse-lite/data/features/css-resize.js +1 -1
  347. data/node_modules/caniuse-lite/data/features/css-revert-value.js +1 -1
  348. data/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +1 -1
  349. data/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +1 -1
  350. data/node_modules/caniuse-lite/data/features/css-scrollbar.js +1 -1
  351. data/node_modules/caniuse-lite/data/features/css-sel2.js +1 -1
  352. data/node_modules/caniuse-lite/data/features/css-sel3.js +1 -1
  353. data/node_modules/caniuse-lite/data/features/css-selection.js +1 -1
  354. data/node_modules/caniuse-lite/data/features/css-shapes.js +1 -1
  355. data/node_modules/caniuse-lite/data/features/css-snappoints.js +1 -1
  356. data/node_modules/caniuse-lite/data/features/css-sticky.js +1 -1
  357. data/node_modules/caniuse-lite/data/features/css-subgrid.js +1 -1
  358. data/node_modules/caniuse-lite/data/features/css-supports-api.js +1 -1
  359. data/node_modules/caniuse-lite/data/features/css-table.js +1 -1
  360. data/node_modules/caniuse-lite/data/features/css-text-align-last.js +1 -1
  361. data/node_modules/caniuse-lite/data/features/css-text-box-trim.js +1 -1
  362. data/node_modules/caniuse-lite/data/features/css-text-indent.js +1 -1
  363. data/node_modules/caniuse-lite/data/features/css-text-justify.js +1 -1
  364. data/node_modules/caniuse-lite/data/features/css-text-orientation.js +1 -1
  365. data/node_modules/caniuse-lite/data/features/css-text-spacing.js +1 -1
  366. data/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +1 -1
  367. data/node_modules/caniuse-lite/data/features/css-textshadow.js +1 -1
  368. data/node_modules/caniuse-lite/data/features/css-touch-action.js +1 -1
  369. data/node_modules/caniuse-lite/data/features/css-transitions.js +1 -1
  370. data/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +1 -1
  371. data/node_modules/caniuse-lite/data/features/css-unset-value.js +1 -1
  372. data/node_modules/caniuse-lite/data/features/css-variables.js +1 -1
  373. data/node_modules/caniuse-lite/data/features/css-when-else.js +1 -1
  374. data/node_modules/caniuse-lite/data/features/css-widows-orphans.js +1 -1
  375. data/node_modules/caniuse-lite/data/features/css-width-stretch.js +1 -1
  376. data/node_modules/caniuse-lite/data/features/css-writing-mode.js +1 -1
  377. data/node_modules/caniuse-lite/data/features/css-zoom.js +1 -1
  378. data/node_modules/caniuse-lite/data/features/css3-attr.js +1 -1
  379. data/node_modules/caniuse-lite/data/features/css3-boxsizing.js +1 -1
  380. data/node_modules/caniuse-lite/data/features/css3-colors.js +1 -1
  381. data/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +1 -1
  382. data/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +1 -1
  383. data/node_modules/caniuse-lite/data/features/css3-cursors.js +1 -1
  384. data/node_modules/caniuse-lite/data/features/css3-tabsize.js +1 -1
  385. data/node_modules/caniuse-lite/data/features/currentcolor.js +1 -1
  386. data/node_modules/caniuse-lite/data/features/custom-elements.js +1 -1
  387. data/node_modules/caniuse-lite/data/features/custom-elementsv1.js +1 -1
  388. data/node_modules/caniuse-lite/data/features/customevent.js +1 -1
  389. data/node_modules/caniuse-lite/data/features/datalist.js +1 -1
  390. data/node_modules/caniuse-lite/data/features/dataset.js +1 -1
  391. data/node_modules/caniuse-lite/data/features/datauri.js +1 -1
  392. data/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +1 -1
  393. data/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +1 -1
  394. data/node_modules/caniuse-lite/data/features/decorators.js +1 -1
  395. data/node_modules/caniuse-lite/data/features/details.js +1 -1
  396. data/node_modules/caniuse-lite/data/features/deviceorientation.js +1 -1
  397. data/node_modules/caniuse-lite/data/features/devicepixelratio.js +1 -1
  398. data/node_modules/caniuse-lite/data/features/dialog.js +1 -1
  399. data/node_modules/caniuse-lite/data/features/dispatchevent.js +1 -1
  400. data/node_modules/caniuse-lite/data/features/dnssec.js +1 -1
  401. data/node_modules/caniuse-lite/data/features/do-not-track.js +1 -1
  402. data/node_modules/caniuse-lite/data/features/document-currentscript.js +1 -1
  403. data/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +1 -1
  404. data/node_modules/caniuse-lite/data/features/document-execcommand.js +1 -1
  405. data/node_modules/caniuse-lite/data/features/document-policy.js +1 -1
  406. data/node_modules/caniuse-lite/data/features/document-scrollingelement.js +1 -1
  407. data/node_modules/caniuse-lite/data/features/documenthead.js +1 -1
  408. data/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +1 -1
  409. data/node_modules/caniuse-lite/data/features/dom-range.js +1 -1
  410. data/node_modules/caniuse-lite/data/features/domcontentloaded.js +1 -1
  411. data/node_modules/caniuse-lite/data/features/dommatrix.js +1 -1
  412. data/node_modules/caniuse-lite/data/features/download.js +1 -1
  413. data/node_modules/caniuse-lite/data/features/dragndrop.js +1 -1
  414. data/node_modules/caniuse-lite/data/features/element-closest.js +1 -1
  415. data/node_modules/caniuse-lite/data/features/element-from-point.js +1 -1
  416. data/node_modules/caniuse-lite/data/features/element-scroll-methods.js +1 -1
  417. data/node_modules/caniuse-lite/data/features/eme.js +1 -1
  418. data/node_modules/caniuse-lite/data/features/eot.js +1 -1
  419. data/node_modules/caniuse-lite/data/features/es5.js +1 -1
  420. data/node_modules/caniuse-lite/data/features/es6-class.js +1 -1
  421. data/node_modules/caniuse-lite/data/features/es6-generators.js +1 -1
  422. data/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +1 -1
  423. data/node_modules/caniuse-lite/data/features/es6-module.js +1 -1
  424. data/node_modules/caniuse-lite/data/features/es6-number.js +1 -1
  425. data/node_modules/caniuse-lite/data/features/es6-string-includes.js +1 -1
  426. data/node_modules/caniuse-lite/data/features/es6.js +1 -1
  427. data/node_modules/caniuse-lite/data/features/eventsource.js +1 -1
  428. data/node_modules/caniuse-lite/data/features/extended-system-fonts.js +1 -1
  429. data/node_modules/caniuse-lite/data/features/feature-policy.js +1 -1
  430. data/node_modules/caniuse-lite/data/features/fetch.js +1 -1
  431. data/node_modules/caniuse-lite/data/features/fieldset-disabled.js +1 -1
  432. data/node_modules/caniuse-lite/data/features/fileapi.js +1 -1
  433. data/node_modules/caniuse-lite/data/features/filereader.js +1 -1
  434. data/node_modules/caniuse-lite/data/features/filereadersync.js +1 -1
  435. data/node_modules/caniuse-lite/data/features/filesystem.js +1 -1
  436. data/node_modules/caniuse-lite/data/features/flac.js +1 -1
  437. data/node_modules/caniuse-lite/data/features/flexbox-gap.js +1 -1
  438. data/node_modules/caniuse-lite/data/features/flexbox.js +1 -1
  439. data/node_modules/caniuse-lite/data/features/flow-root.js +1 -1
  440. data/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +1 -1
  441. data/node_modules/caniuse-lite/data/features/font-family-system-ui.js +1 -1
  442. data/node_modules/caniuse-lite/data/features/font-feature.js +1 -1
  443. data/node_modules/caniuse-lite/data/features/font-kerning.js +1 -1
  444. data/node_modules/caniuse-lite/data/features/font-loading.js +1 -1
  445. data/node_modules/caniuse-lite/data/features/font-size-adjust.js +1 -1
  446. data/node_modules/caniuse-lite/data/features/font-smooth.js +1 -1
  447. data/node_modules/caniuse-lite/data/features/font-unicode-range.js +1 -1
  448. data/node_modules/caniuse-lite/data/features/font-variant-alternates.js +1 -1
  449. data/node_modules/caniuse-lite/data/features/font-variant-numeric.js +1 -1
  450. data/node_modules/caniuse-lite/data/features/fontface.js +1 -1
  451. data/node_modules/caniuse-lite/data/features/form-attribute.js +1 -1
  452. data/node_modules/caniuse-lite/data/features/form-submit-attributes.js +1 -1
  453. data/node_modules/caniuse-lite/data/features/form-validation.js +1 -1
  454. data/node_modules/caniuse-lite/data/features/forms.js +1 -1
  455. data/node_modules/caniuse-lite/data/features/fullscreen.js +1 -1
  456. data/node_modules/caniuse-lite/data/features/gamepad.js +1 -1
  457. data/node_modules/caniuse-lite/data/features/geolocation.js +1 -1
  458. data/node_modules/caniuse-lite/data/features/getboundingclientrect.js +1 -1
  459. data/node_modules/caniuse-lite/data/features/getcomputedstyle.js +1 -1
  460. data/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +1 -1
  461. data/node_modules/caniuse-lite/data/features/getrandomvalues.js +1 -1
  462. data/node_modules/caniuse-lite/data/features/gyroscope.js +1 -1
  463. data/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +1 -1
  464. data/node_modules/caniuse-lite/data/features/hashchange.js +1 -1
  465. data/node_modules/caniuse-lite/data/features/heif.js +1 -1
  466. data/node_modules/caniuse-lite/data/features/hevc.js +1 -1
  467. data/node_modules/caniuse-lite/data/features/hidden.js +1 -1
  468. data/node_modules/caniuse-lite/data/features/high-resolution-time.js +1 -1
  469. data/node_modules/caniuse-lite/data/features/history.js +1 -1
  470. data/node_modules/caniuse-lite/data/features/html-media-capture.js +1 -1
  471. data/node_modules/caniuse-lite/data/features/html5semantic.js +1 -1
  472. data/node_modules/caniuse-lite/data/features/http-live-streaming.js +1 -1
  473. data/node_modules/caniuse-lite/data/features/http2.js +1 -1
  474. data/node_modules/caniuse-lite/data/features/http3.js +1 -1
  475. data/node_modules/caniuse-lite/data/features/iframe-sandbox.js +1 -1
  476. data/node_modules/caniuse-lite/data/features/iframe-seamless.js +1 -1
  477. data/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +1 -1
  478. data/node_modules/caniuse-lite/data/features/imagecapture.js +1 -1
  479. data/node_modules/caniuse-lite/data/features/ime.js +1 -1
  480. data/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +1 -1
  481. data/node_modules/caniuse-lite/data/features/import-maps.js +1 -1
  482. data/node_modules/caniuse-lite/data/features/imports.js +1 -1
  483. data/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +1 -1
  484. data/node_modules/caniuse-lite/data/features/indexeddb.js +1 -1
  485. data/node_modules/caniuse-lite/data/features/indexeddb2.js +1 -1
  486. data/node_modules/caniuse-lite/data/features/inline-block.js +1 -1
  487. data/node_modules/caniuse-lite/data/features/innertext.js +1 -1
  488. data/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +1 -1
  489. data/node_modules/caniuse-lite/data/features/input-color.js +1 -1
  490. data/node_modules/caniuse-lite/data/features/input-datetime.js +1 -1
  491. data/node_modules/caniuse-lite/data/features/input-email-tel-url.js +1 -1
  492. data/node_modules/caniuse-lite/data/features/input-event.js +1 -1
  493. data/node_modules/caniuse-lite/data/features/input-file-accept.js +1 -1
  494. data/node_modules/caniuse-lite/data/features/input-file-directory.js +1 -1
  495. data/node_modules/caniuse-lite/data/features/input-file-multiple.js +1 -1
  496. data/node_modules/caniuse-lite/data/features/input-inputmode.js +1 -1
  497. data/node_modules/caniuse-lite/data/features/input-minlength.js +1 -1
  498. data/node_modules/caniuse-lite/data/features/input-number.js +1 -1
  499. data/node_modules/caniuse-lite/data/features/input-pattern.js +1 -1
  500. data/node_modules/caniuse-lite/data/features/input-placeholder.js +1 -1
  501. data/node_modules/caniuse-lite/data/features/input-range.js +1 -1
  502. data/node_modules/caniuse-lite/data/features/input-search.js +1 -1
  503. data/node_modules/caniuse-lite/data/features/input-selection.js +1 -1
  504. data/node_modules/caniuse-lite/data/features/insert-adjacent.js +1 -1
  505. data/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +1 -1
  506. data/node_modules/caniuse-lite/data/features/internationalization.js +1 -1
  507. data/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +1 -1
  508. data/node_modules/caniuse-lite/data/features/intersectionobserver.js +1 -1
  509. data/node_modules/caniuse-lite/data/features/intl-pluralrules.js +1 -1
  510. data/node_modules/caniuse-lite/data/features/intrinsic-width.js +1 -1
  511. data/node_modules/caniuse-lite/data/features/jpeg2000.js +1 -1
  512. data/node_modules/caniuse-lite/data/features/jpegxl.js +1 -1
  513. data/node_modules/caniuse-lite/data/features/jpegxr.js +1 -1
  514. data/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +1 -1
  515. data/node_modules/caniuse-lite/data/features/json.js +1 -1
  516. data/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +1 -1
  517. data/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +1 -1
  518. data/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +1 -1
  519. data/node_modules/caniuse-lite/data/features/keyboardevent-code.js +1 -1
  520. data/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +1 -1
  521. data/node_modules/caniuse-lite/data/features/keyboardevent-key.js +1 -1
  522. data/node_modules/caniuse-lite/data/features/keyboardevent-location.js +1 -1
  523. data/node_modules/caniuse-lite/data/features/keyboardevent-which.js +1 -1
  524. data/node_modules/caniuse-lite/data/features/lazyload.js +1 -1
  525. data/node_modules/caniuse-lite/data/features/let.js +1 -1
  526. data/node_modules/caniuse-lite/data/features/link-icon-png.js +1 -1
  527. data/node_modules/caniuse-lite/data/features/link-icon-svg.js +1 -1
  528. data/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +1 -1
  529. data/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +1 -1
  530. data/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +1 -1
  531. data/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +1 -1
  532. data/node_modules/caniuse-lite/data/features/link-rel-preload.js +1 -1
  533. data/node_modules/caniuse-lite/data/features/link-rel-prerender.js +1 -1
  534. data/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +1 -1
  535. data/node_modules/caniuse-lite/data/features/localecompare.js +1 -1
  536. data/node_modules/caniuse-lite/data/features/magnetometer.js +1 -1
  537. data/node_modules/caniuse-lite/data/features/matchesselector.js +1 -1
  538. data/node_modules/caniuse-lite/data/features/matchmedia.js +1 -1
  539. data/node_modules/caniuse-lite/data/features/mathml.js +1 -1
  540. data/node_modules/caniuse-lite/data/features/maxlength.js +1 -1
  541. data/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +1 -1
  542. data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +1 -1
  543. data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +1 -1
  544. data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +1 -1
  545. data/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +1 -1
  546. data/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +1 -1
  547. data/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +1 -1
  548. data/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +1 -1
  549. data/node_modules/caniuse-lite/data/features/media-fragments.js +1 -1
  550. data/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +1 -1
  551. data/node_modules/caniuse-lite/data/features/mediarecorder.js +1 -1
  552. data/node_modules/caniuse-lite/data/features/mediasource.js +1 -1
  553. data/node_modules/caniuse-lite/data/features/menu.js +1 -1
  554. data/node_modules/caniuse-lite/data/features/meta-theme-color.js +1 -1
  555. data/node_modules/caniuse-lite/data/features/meter.js +1 -1
  556. data/node_modules/caniuse-lite/data/features/midi.js +1 -1
  557. data/node_modules/caniuse-lite/data/features/minmaxwh.js +1 -1
  558. data/node_modules/caniuse-lite/data/features/mp3.js +1 -1
  559. data/node_modules/caniuse-lite/data/features/mpeg-dash.js +1 -1
  560. data/node_modules/caniuse-lite/data/features/mpeg4.js +1 -1
  561. data/node_modules/caniuse-lite/data/features/multibackgrounds.js +1 -1
  562. data/node_modules/caniuse-lite/data/features/multicolumn.js +1 -1
  563. data/node_modules/caniuse-lite/data/features/mutation-events.js +1 -1
  564. data/node_modules/caniuse-lite/data/features/mutationobserver.js +1 -1
  565. data/node_modules/caniuse-lite/data/features/namevalue-storage.js +1 -1
  566. data/node_modules/caniuse-lite/data/features/native-filesystem-api.js +1 -1
  567. data/node_modules/caniuse-lite/data/features/nav-timing.js +1 -1
  568. data/node_modules/caniuse-lite/data/features/netinfo.js +1 -1
  569. data/node_modules/caniuse-lite/data/features/notifications.js +1 -1
  570. data/node_modules/caniuse-lite/data/features/object-entries.js +1 -1
  571. data/node_modules/caniuse-lite/data/features/object-fit.js +1 -1
  572. data/node_modules/caniuse-lite/data/features/object-observe.js +1 -1
  573. data/node_modules/caniuse-lite/data/features/object-values.js +1 -1
  574. data/node_modules/caniuse-lite/data/features/objectrtc.js +1 -1
  575. data/node_modules/caniuse-lite/data/features/offline-apps.js +1 -1
  576. data/node_modules/caniuse-lite/data/features/offscreencanvas.js +1 -1
  577. data/node_modules/caniuse-lite/data/features/ogg-vorbis.js +1 -1
  578. data/node_modules/caniuse-lite/data/features/ogv.js +1 -1
  579. data/node_modules/caniuse-lite/data/features/ol-reversed.js +1 -1
  580. data/node_modules/caniuse-lite/data/features/once-event-listener.js +1 -1
  581. data/node_modules/caniuse-lite/data/features/online-status.js +1 -1
  582. data/node_modules/caniuse-lite/data/features/opus.js +1 -1
  583. data/node_modules/caniuse-lite/data/features/orientation-sensor.js +1 -1
  584. data/node_modules/caniuse-lite/data/features/outline.js +1 -1
  585. data/node_modules/caniuse-lite/data/features/pad-start-end.js +1 -1
  586. data/node_modules/caniuse-lite/data/features/page-transition-events.js +1 -1
  587. data/node_modules/caniuse-lite/data/features/pagevisibility.js +1 -1
  588. data/node_modules/caniuse-lite/data/features/passive-event-listener.js +1 -1
  589. data/node_modules/caniuse-lite/data/features/passkeys.js +1 -1
  590. data/node_modules/caniuse-lite/data/features/passwordrules.js +1 -1
  591. data/node_modules/caniuse-lite/data/features/path2d.js +1 -1
  592. data/node_modules/caniuse-lite/data/features/payment-request.js +1 -1
  593. data/node_modules/caniuse-lite/data/features/pdf-viewer.js +1 -1
  594. data/node_modules/caniuse-lite/data/features/permissions-api.js +1 -1
  595. data/node_modules/caniuse-lite/data/features/permissions-policy.js +1 -1
  596. data/node_modules/caniuse-lite/data/features/picture-in-picture.js +1 -1
  597. data/node_modules/caniuse-lite/data/features/picture.js +1 -1
  598. data/node_modules/caniuse-lite/data/features/ping.js +1 -1
  599. data/node_modules/caniuse-lite/data/features/png-alpha.js +1 -1
  600. data/node_modules/caniuse-lite/data/features/pointer-events.js +1 -1
  601. data/node_modules/caniuse-lite/data/features/pointer.js +1 -1
  602. data/node_modules/caniuse-lite/data/features/pointerlock.js +1 -1
  603. data/node_modules/caniuse-lite/data/features/portals.js +1 -1
  604. data/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +1 -1
  605. data/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +1 -1
  606. data/node_modules/caniuse-lite/data/features/progress.js +1 -1
  607. data/node_modules/caniuse-lite/data/features/promise-finally.js +1 -1
  608. data/node_modules/caniuse-lite/data/features/promises.js +1 -1
  609. data/node_modules/caniuse-lite/data/features/proximity.js +1 -1
  610. data/node_modules/caniuse-lite/data/features/proxy.js +1 -1
  611. data/node_modules/caniuse-lite/data/features/publickeypinning.js +1 -1
  612. data/node_modules/caniuse-lite/data/features/push-api.js +1 -1
  613. data/node_modules/caniuse-lite/data/features/queryselector.js +1 -1
  614. data/node_modules/caniuse-lite/data/features/readonly-attr.js +1 -1
  615. data/node_modules/caniuse-lite/data/features/referrer-policy.js +1 -1
  616. data/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +1 -1
  617. data/node_modules/caniuse-lite/data/features/rel-noopener.js +1 -1
  618. data/node_modules/caniuse-lite/data/features/rel-noreferrer.js +1 -1
  619. data/node_modules/caniuse-lite/data/features/rellist.js +1 -1
  620. data/node_modules/caniuse-lite/data/features/rem.js +1 -1
  621. data/node_modules/caniuse-lite/data/features/requestanimationframe.js +1 -1
  622. data/node_modules/caniuse-lite/data/features/requestidlecallback.js +1 -1
  623. data/node_modules/caniuse-lite/data/features/resizeobserver.js +1 -1
  624. data/node_modules/caniuse-lite/data/features/resource-timing.js +1 -1
  625. data/node_modules/caniuse-lite/data/features/rest-parameters.js +1 -1
  626. data/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +1 -1
  627. data/node_modules/caniuse-lite/data/features/ruby.js +1 -1
  628. data/node_modules/caniuse-lite/data/features/run-in.js +1 -1
  629. data/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +1 -1
  630. data/node_modules/caniuse-lite/data/features/screen-orientation.js +1 -1
  631. data/node_modules/caniuse-lite/data/features/script-async.js +1 -1
  632. data/node_modules/caniuse-lite/data/features/script-defer.js +1 -1
  633. data/node_modules/caniuse-lite/data/features/scrollintoview.js +1 -1
  634. data/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +1 -1
  635. data/node_modules/caniuse-lite/data/features/sdch.js +1 -1
  636. data/node_modules/caniuse-lite/data/features/selection-api.js +1 -1
  637. data/node_modules/caniuse-lite/data/features/selectlist.js +1 -1
  638. data/node_modules/caniuse-lite/data/features/server-timing.js +1 -1
  639. data/node_modules/caniuse-lite/data/features/serviceworkers.js +1 -1
  640. data/node_modules/caniuse-lite/data/features/setimmediate.js +1 -1
  641. data/node_modules/caniuse-lite/data/features/shadowdom.js +1 -1
  642. data/node_modules/caniuse-lite/data/features/shadowdomv1.js +1 -1
  643. data/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +1 -1
  644. data/node_modules/caniuse-lite/data/features/sharedworkers.js +1 -1
  645. data/node_modules/caniuse-lite/data/features/sni.js +1 -1
  646. data/node_modules/caniuse-lite/data/features/spdy.js +1 -1
  647. data/node_modules/caniuse-lite/data/features/speech-recognition.js +1 -1
  648. data/node_modules/caniuse-lite/data/features/speech-synthesis.js +1 -1
  649. data/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +1 -1
  650. data/node_modules/caniuse-lite/data/features/sql-storage.js +1 -1
  651. data/node_modules/caniuse-lite/data/features/srcset.js +1 -1
  652. data/node_modules/caniuse-lite/data/features/stream.js +1 -1
  653. data/node_modules/caniuse-lite/data/features/streams.js +1 -1
  654. data/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +1 -1
  655. data/node_modules/caniuse-lite/data/features/style-scoped.js +1 -1
  656. data/node_modules/caniuse-lite/data/features/subresource-bundling.js +1 -1
  657. data/node_modules/caniuse-lite/data/features/subresource-integrity.js +1 -1
  658. data/node_modules/caniuse-lite/data/features/svg-css.js +1 -1
  659. data/node_modules/caniuse-lite/data/features/svg-filters.js +1 -1
  660. data/node_modules/caniuse-lite/data/features/svg-fonts.js +1 -1
  661. data/node_modules/caniuse-lite/data/features/svg-fragment.js +1 -1
  662. data/node_modules/caniuse-lite/data/features/svg-html.js +1 -1
  663. data/node_modules/caniuse-lite/data/features/svg-html5.js +1 -1
  664. data/node_modules/caniuse-lite/data/features/svg-img.js +1 -1
  665. data/node_modules/caniuse-lite/data/features/svg-smil.js +1 -1
  666. data/node_modules/caniuse-lite/data/features/svg.js +1 -1
  667. data/node_modules/caniuse-lite/data/features/sxg.js +1 -1
  668. data/node_modules/caniuse-lite/data/features/tabindex-attr.js +1 -1
  669. data/node_modules/caniuse-lite/data/features/template-literals.js +1 -1
  670. data/node_modules/caniuse-lite/data/features/template.js +1 -1
  671. data/node_modules/caniuse-lite/data/features/temporal.js +1 -1
  672. data/node_modules/caniuse-lite/data/features/testfeat.js +1 -1
  673. data/node_modules/caniuse-lite/data/features/text-decoration.js +1 -1
  674. data/node_modules/caniuse-lite/data/features/text-emphasis.js +1 -1
  675. data/node_modules/caniuse-lite/data/features/text-overflow.js +1 -1
  676. data/node_modules/caniuse-lite/data/features/text-size-adjust.js +1 -1
  677. data/node_modules/caniuse-lite/data/features/text-stroke.js +1 -1
  678. data/node_modules/caniuse-lite/data/features/textcontent.js +1 -1
  679. data/node_modules/caniuse-lite/data/features/textencoder.js +1 -1
  680. data/node_modules/caniuse-lite/data/features/tls1-1.js +1 -1
  681. data/node_modules/caniuse-lite/data/features/tls1-2.js +1 -1
  682. data/node_modules/caniuse-lite/data/features/tls1-3.js +1 -1
  683. data/node_modules/caniuse-lite/data/features/touch.js +1 -1
  684. data/node_modules/caniuse-lite/data/features/transforms2d.js +1 -1
  685. data/node_modules/caniuse-lite/data/features/transforms3d.js +1 -1
  686. data/node_modules/caniuse-lite/data/features/trusted-types.js +1 -1
  687. data/node_modules/caniuse-lite/data/features/ttf.js +1 -1
  688. data/node_modules/caniuse-lite/data/features/typedarrays.js +1 -1
  689. data/node_modules/caniuse-lite/data/features/u2f.js +1 -1
  690. data/node_modules/caniuse-lite/data/features/unhandledrejection.js +1 -1
  691. data/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +1 -1
  692. data/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +1 -1
  693. data/node_modules/caniuse-lite/data/features/url.js +1 -1
  694. data/node_modules/caniuse-lite/data/features/urlsearchparams.js +1 -1
  695. data/node_modules/caniuse-lite/data/features/use-strict.js +1 -1
  696. data/node_modules/caniuse-lite/data/features/user-select-none.js +1 -1
  697. data/node_modules/caniuse-lite/data/features/user-timing.js +1 -1
  698. data/node_modules/caniuse-lite/data/features/variable-fonts.js +1 -1
  699. data/node_modules/caniuse-lite/data/features/vector-effect.js +1 -1
  700. data/node_modules/caniuse-lite/data/features/vibration.js +1 -1
  701. data/node_modules/caniuse-lite/data/features/video.js +1 -1
  702. data/node_modules/caniuse-lite/data/features/videotracks.js +1 -1
  703. data/node_modules/caniuse-lite/data/features/view-transitions.js +1 -1
  704. data/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +1 -1
  705. data/node_modules/caniuse-lite/data/features/viewport-units.js +1 -1
  706. data/node_modules/caniuse-lite/data/features/wai-aria.js +1 -1
  707. data/node_modules/caniuse-lite/data/features/wake-lock.js +1 -1
  708. data/node_modules/caniuse-lite/data/features/wasm-bigint.js +1 -1
  709. data/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +1 -1
  710. data/node_modules/caniuse-lite/data/features/wasm-extended-const.js +1 -1
  711. data/node_modules/caniuse-lite/data/features/wasm-gc.js +1 -1
  712. data/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +1 -1
  713. data/node_modules/caniuse-lite/data/features/wasm-multi-value.js +1 -1
  714. data/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +1 -1
  715. data/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +1 -1
  716. data/node_modules/caniuse-lite/data/features/wasm-reference-types.js +1 -1
  717. data/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +1 -1
  718. data/node_modules/caniuse-lite/data/features/wasm-signext.js +1 -1
  719. data/node_modules/caniuse-lite/data/features/wasm-simd.js +1 -1
  720. data/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +1 -1
  721. data/node_modules/caniuse-lite/data/features/wasm-threads.js +1 -1
  722. data/node_modules/caniuse-lite/data/features/wasm.js +1 -1
  723. data/node_modules/caniuse-lite/data/features/wav.js +1 -1
  724. data/node_modules/caniuse-lite/data/features/wbr-element.js +1 -1
  725. data/node_modules/caniuse-lite/data/features/web-animation.js +1 -1
  726. data/node_modules/caniuse-lite/data/features/web-app-manifest.js +1 -1
  727. data/node_modules/caniuse-lite/data/features/web-bluetooth.js +1 -1
  728. data/node_modules/caniuse-lite/data/features/web-serial.js +1 -1
  729. data/node_modules/caniuse-lite/data/features/web-share.js +1 -1
  730. data/node_modules/caniuse-lite/data/features/webauthn.js +1 -1
  731. data/node_modules/caniuse-lite/data/features/webcodecs.js +1 -1
  732. data/node_modules/caniuse-lite/data/features/webgl.js +1 -1
  733. data/node_modules/caniuse-lite/data/features/webgl2.js +1 -1
  734. data/node_modules/caniuse-lite/data/features/webgpu.js +1 -1
  735. data/node_modules/caniuse-lite/data/features/webhid.js +1 -1
  736. data/node_modules/caniuse-lite/data/features/webkit-user-drag.js +1 -1
  737. data/node_modules/caniuse-lite/data/features/webm.js +1 -1
  738. data/node_modules/caniuse-lite/data/features/webnfc.js +1 -1
  739. data/node_modules/caniuse-lite/data/features/webp.js +1 -1
  740. data/node_modules/caniuse-lite/data/features/websockets.js +1 -1
  741. data/node_modules/caniuse-lite/data/features/webtransport.js +1 -1
  742. data/node_modules/caniuse-lite/data/features/webusb.js +1 -1
  743. data/node_modules/caniuse-lite/data/features/webvr.js +1 -1
  744. data/node_modules/caniuse-lite/data/features/webvtt.js +1 -1
  745. data/node_modules/caniuse-lite/data/features/webworkers.js +1 -1
  746. data/node_modules/caniuse-lite/data/features/webxr.js +1 -1
  747. data/node_modules/caniuse-lite/data/features/will-change.js +1 -1
  748. data/node_modules/caniuse-lite/data/features/woff.js +1 -1
  749. data/node_modules/caniuse-lite/data/features/woff2.js +1 -1
  750. data/node_modules/caniuse-lite/data/features/word-break.js +1 -1
  751. data/node_modules/caniuse-lite/data/features/wordwrap.js +1 -1
  752. data/node_modules/caniuse-lite/data/features/x-doc-messaging.js +1 -1
  753. data/node_modules/caniuse-lite/data/features/x-frame-options.js +1 -1
  754. data/node_modules/caniuse-lite/data/features/xhr2.js +1 -1
  755. data/node_modules/caniuse-lite/data/features/xhtml.js +1 -1
  756. data/node_modules/caniuse-lite/data/features/xhtmlsmil.js +1 -1
  757. data/node_modules/caniuse-lite/data/features/xml-serializer.js +1 -1
  758. data/node_modules/caniuse-lite/data/features/zstd.js +1 -1
  759. data/node_modules/caniuse-lite/data/regions/AD.js +1 -1
  760. data/node_modules/caniuse-lite/data/regions/AE.js +1 -1
  761. data/node_modules/caniuse-lite/data/regions/AF.js +1 -1
  762. data/node_modules/caniuse-lite/data/regions/AG.js +1 -1
  763. data/node_modules/caniuse-lite/data/regions/AI.js +1 -1
  764. data/node_modules/caniuse-lite/data/regions/AL.js +1 -1
  765. data/node_modules/caniuse-lite/data/regions/AM.js +1 -1
  766. data/node_modules/caniuse-lite/data/regions/AO.js +1 -1
  767. data/node_modules/caniuse-lite/data/regions/AR.js +1 -1
  768. data/node_modules/caniuse-lite/data/regions/AS.js +1 -1
  769. data/node_modules/caniuse-lite/data/regions/AT.js +1 -1
  770. data/node_modules/caniuse-lite/data/regions/AU.js +1 -1
  771. data/node_modules/caniuse-lite/data/regions/AW.js +1 -1
  772. data/node_modules/caniuse-lite/data/regions/AX.js +1 -1
  773. data/node_modules/caniuse-lite/data/regions/AZ.js +1 -1
  774. data/node_modules/caniuse-lite/data/regions/BA.js +1 -1
  775. data/node_modules/caniuse-lite/data/regions/BB.js +1 -1
  776. data/node_modules/caniuse-lite/data/regions/BD.js +1 -1
  777. data/node_modules/caniuse-lite/data/regions/BE.js +1 -1
  778. data/node_modules/caniuse-lite/data/regions/BF.js +1 -1
  779. data/node_modules/caniuse-lite/data/regions/BG.js +1 -1
  780. data/node_modules/caniuse-lite/data/regions/BH.js +1 -1
  781. data/node_modules/caniuse-lite/data/regions/BI.js +1 -1
  782. data/node_modules/caniuse-lite/data/regions/BJ.js +1 -1
  783. data/node_modules/caniuse-lite/data/regions/BM.js +1 -1
  784. data/node_modules/caniuse-lite/data/regions/BN.js +1 -1
  785. data/node_modules/caniuse-lite/data/regions/BO.js +1 -1
  786. data/node_modules/caniuse-lite/data/regions/BR.js +1 -1
  787. data/node_modules/caniuse-lite/data/regions/BS.js +1 -1
  788. data/node_modules/caniuse-lite/data/regions/BT.js +1 -1
  789. data/node_modules/caniuse-lite/data/regions/BW.js +1 -1
  790. data/node_modules/caniuse-lite/data/regions/BY.js +1 -1
  791. data/node_modules/caniuse-lite/data/regions/BZ.js +1 -1
  792. data/node_modules/caniuse-lite/data/regions/CA.js +1 -1
  793. data/node_modules/caniuse-lite/data/regions/CD.js +1 -1
  794. data/node_modules/caniuse-lite/data/regions/CF.js +1 -1
  795. data/node_modules/caniuse-lite/data/regions/CG.js +1 -1
  796. data/node_modules/caniuse-lite/data/regions/CH.js +1 -1
  797. data/node_modules/caniuse-lite/data/regions/CI.js +1 -1
  798. data/node_modules/caniuse-lite/data/regions/CK.js +1 -1
  799. data/node_modules/caniuse-lite/data/regions/CL.js +1 -1
  800. data/node_modules/caniuse-lite/data/regions/CM.js +1 -1
  801. data/node_modules/caniuse-lite/data/regions/CN.js +1 -1
  802. data/node_modules/caniuse-lite/data/regions/CO.js +1 -1
  803. data/node_modules/caniuse-lite/data/regions/CR.js +1 -1
  804. data/node_modules/caniuse-lite/data/regions/CU.js +1 -1
  805. data/node_modules/caniuse-lite/data/regions/CV.js +1 -1
  806. data/node_modules/caniuse-lite/data/regions/CX.js +1 -1
  807. data/node_modules/caniuse-lite/data/regions/CY.js +1 -1
  808. data/node_modules/caniuse-lite/data/regions/CZ.js +1 -1
  809. data/node_modules/caniuse-lite/data/regions/DE.js +1 -1
  810. data/node_modules/caniuse-lite/data/regions/DJ.js +1 -1
  811. data/node_modules/caniuse-lite/data/regions/DK.js +1 -1
  812. data/node_modules/caniuse-lite/data/regions/DM.js +1 -1
  813. data/node_modules/caniuse-lite/data/regions/DO.js +1 -1
  814. data/node_modules/caniuse-lite/data/regions/DZ.js +1 -1
  815. data/node_modules/caniuse-lite/data/regions/EC.js +1 -1
  816. data/node_modules/caniuse-lite/data/regions/EE.js +1 -1
  817. data/node_modules/caniuse-lite/data/regions/EG.js +1 -1
  818. data/node_modules/caniuse-lite/data/regions/ER.js +1 -1
  819. data/node_modules/caniuse-lite/data/regions/ES.js +1 -1
  820. data/node_modules/caniuse-lite/data/regions/ET.js +1 -1
  821. data/node_modules/caniuse-lite/data/regions/FI.js +1 -1
  822. data/node_modules/caniuse-lite/data/regions/FJ.js +1 -1
  823. data/node_modules/caniuse-lite/data/regions/FK.js +1 -1
  824. data/node_modules/caniuse-lite/data/regions/FM.js +1 -1
  825. data/node_modules/caniuse-lite/data/regions/FO.js +1 -1
  826. data/node_modules/caniuse-lite/data/regions/FR.js +1 -1
  827. data/node_modules/caniuse-lite/data/regions/GA.js +1 -1
  828. data/node_modules/caniuse-lite/data/regions/GB.js +1 -1
  829. data/node_modules/caniuse-lite/data/regions/GD.js +1 -1
  830. data/node_modules/caniuse-lite/data/regions/GE.js +1 -1
  831. data/node_modules/caniuse-lite/data/regions/GF.js +1 -1
  832. data/node_modules/caniuse-lite/data/regions/GG.js +1 -1
  833. data/node_modules/caniuse-lite/data/regions/GH.js +1 -1
  834. data/node_modules/caniuse-lite/data/regions/GI.js +1 -1
  835. data/node_modules/caniuse-lite/data/regions/GL.js +1 -1
  836. data/node_modules/caniuse-lite/data/regions/GM.js +1 -1
  837. data/node_modules/caniuse-lite/data/regions/GN.js +1 -1
  838. data/node_modules/caniuse-lite/data/regions/GP.js +1 -1
  839. data/node_modules/caniuse-lite/data/regions/GQ.js +1 -1
  840. data/node_modules/caniuse-lite/data/regions/GR.js +1 -1
  841. data/node_modules/caniuse-lite/data/regions/GT.js +1 -1
  842. data/node_modules/caniuse-lite/data/regions/GU.js +1 -1
  843. data/node_modules/caniuse-lite/data/regions/GW.js +1 -1
  844. data/node_modules/caniuse-lite/data/regions/GY.js +1 -1
  845. data/node_modules/caniuse-lite/data/regions/HK.js +1 -1
  846. data/node_modules/caniuse-lite/data/regions/HN.js +1 -1
  847. data/node_modules/caniuse-lite/data/regions/HR.js +1 -1
  848. data/node_modules/caniuse-lite/data/regions/HT.js +1 -1
  849. data/node_modules/caniuse-lite/data/regions/HU.js +1 -1
  850. data/node_modules/caniuse-lite/data/regions/ID.js +1 -1
  851. data/node_modules/caniuse-lite/data/regions/IE.js +1 -1
  852. data/node_modules/caniuse-lite/data/regions/IL.js +1 -1
  853. data/node_modules/caniuse-lite/data/regions/IM.js +1 -1
  854. data/node_modules/caniuse-lite/data/regions/IN.js +1 -1
  855. data/node_modules/caniuse-lite/data/regions/IQ.js +1 -1
  856. data/node_modules/caniuse-lite/data/regions/IR.js +1 -1
  857. data/node_modules/caniuse-lite/data/regions/IS.js +1 -1
  858. data/node_modules/caniuse-lite/data/regions/IT.js +1 -1
  859. data/node_modules/caniuse-lite/data/regions/JE.js +1 -1
  860. data/node_modules/caniuse-lite/data/regions/JM.js +1 -1
  861. data/node_modules/caniuse-lite/data/regions/JO.js +1 -1
  862. data/node_modules/caniuse-lite/data/regions/JP.js +1 -1
  863. data/node_modules/caniuse-lite/data/regions/KE.js +1 -1
  864. data/node_modules/caniuse-lite/data/regions/KG.js +1 -1
  865. data/node_modules/caniuse-lite/data/regions/KH.js +1 -1
  866. data/node_modules/caniuse-lite/data/regions/KI.js +1 -1
  867. data/node_modules/caniuse-lite/data/regions/KM.js +1 -1
  868. data/node_modules/caniuse-lite/data/regions/KN.js +1 -1
  869. data/node_modules/caniuse-lite/data/regions/KP.js +1 -1
  870. data/node_modules/caniuse-lite/data/regions/KR.js +1 -1
  871. data/node_modules/caniuse-lite/data/regions/KW.js +1 -1
  872. data/node_modules/caniuse-lite/data/regions/KY.js +1 -1
  873. data/node_modules/caniuse-lite/data/regions/KZ.js +1 -1
  874. data/node_modules/caniuse-lite/data/regions/LA.js +1 -1
  875. data/node_modules/caniuse-lite/data/regions/LB.js +1 -1
  876. data/node_modules/caniuse-lite/data/regions/LC.js +1 -1
  877. data/node_modules/caniuse-lite/data/regions/LI.js +1 -1
  878. data/node_modules/caniuse-lite/data/regions/LK.js +1 -1
  879. data/node_modules/caniuse-lite/data/regions/LR.js +1 -1
  880. data/node_modules/caniuse-lite/data/regions/LS.js +1 -1
  881. data/node_modules/caniuse-lite/data/regions/LT.js +1 -1
  882. data/node_modules/caniuse-lite/data/regions/LU.js +1 -1
  883. data/node_modules/caniuse-lite/data/regions/LV.js +1 -1
  884. data/node_modules/caniuse-lite/data/regions/LY.js +1 -1
  885. data/node_modules/caniuse-lite/data/regions/MA.js +1 -1
  886. data/node_modules/caniuse-lite/data/regions/MC.js +1 -1
  887. data/node_modules/caniuse-lite/data/regions/MD.js +1 -1
  888. data/node_modules/caniuse-lite/data/regions/ME.js +1 -1
  889. data/node_modules/caniuse-lite/data/regions/MG.js +1 -1
  890. data/node_modules/caniuse-lite/data/regions/MH.js +1 -1
  891. data/node_modules/caniuse-lite/data/regions/MK.js +1 -1
  892. data/node_modules/caniuse-lite/data/regions/ML.js +1 -1
  893. data/node_modules/caniuse-lite/data/regions/MM.js +1 -1
  894. data/node_modules/caniuse-lite/data/regions/MN.js +1 -1
  895. data/node_modules/caniuse-lite/data/regions/MO.js +1 -1
  896. data/node_modules/caniuse-lite/data/regions/MP.js +1 -1
  897. data/node_modules/caniuse-lite/data/regions/MQ.js +1 -1
  898. data/node_modules/caniuse-lite/data/regions/MR.js +1 -1
  899. data/node_modules/caniuse-lite/data/regions/MS.js +1 -1
  900. data/node_modules/caniuse-lite/data/regions/MT.js +1 -1
  901. data/node_modules/caniuse-lite/data/regions/MU.js +1 -1
  902. data/node_modules/caniuse-lite/data/regions/MV.js +1 -1
  903. data/node_modules/caniuse-lite/data/regions/MW.js +1 -1
  904. data/node_modules/caniuse-lite/data/regions/MX.js +1 -1
  905. data/node_modules/caniuse-lite/data/regions/MY.js +1 -1
  906. data/node_modules/caniuse-lite/data/regions/MZ.js +1 -1
  907. data/node_modules/caniuse-lite/data/regions/NA.js +1 -1
  908. data/node_modules/caniuse-lite/data/regions/NC.js +1 -1
  909. data/node_modules/caniuse-lite/data/regions/NE.js +1 -1
  910. data/node_modules/caniuse-lite/data/regions/NF.js +1 -1
  911. data/node_modules/caniuse-lite/data/regions/NG.js +1 -1
  912. data/node_modules/caniuse-lite/data/regions/NI.js +1 -1
  913. data/node_modules/caniuse-lite/data/regions/NL.js +1 -1
  914. data/node_modules/caniuse-lite/data/regions/NO.js +1 -1
  915. data/node_modules/caniuse-lite/data/regions/NP.js +1 -1
  916. data/node_modules/caniuse-lite/data/regions/NR.js +1 -1
  917. data/node_modules/caniuse-lite/data/regions/NU.js +1 -1
  918. data/node_modules/caniuse-lite/data/regions/NZ.js +1 -1
  919. data/node_modules/caniuse-lite/data/regions/OM.js +1 -1
  920. data/node_modules/caniuse-lite/data/regions/PA.js +1 -1
  921. data/node_modules/caniuse-lite/data/regions/PE.js +1 -1
  922. data/node_modules/caniuse-lite/data/regions/PF.js +1 -1
  923. data/node_modules/caniuse-lite/data/regions/PG.js +1 -1
  924. data/node_modules/caniuse-lite/data/regions/PH.js +1 -1
  925. data/node_modules/caniuse-lite/data/regions/PK.js +1 -1
  926. data/node_modules/caniuse-lite/data/regions/PL.js +1 -1
  927. data/node_modules/caniuse-lite/data/regions/PM.js +1 -1
  928. data/node_modules/caniuse-lite/data/regions/PN.js +1 -1
  929. data/node_modules/caniuse-lite/data/regions/PR.js +1 -1
  930. data/node_modules/caniuse-lite/data/regions/PS.js +1 -1
  931. data/node_modules/caniuse-lite/data/regions/PT.js +1 -1
  932. data/node_modules/caniuse-lite/data/regions/PW.js +1 -1
  933. data/node_modules/caniuse-lite/data/regions/PY.js +1 -1
  934. data/node_modules/caniuse-lite/data/regions/QA.js +1 -1
  935. data/node_modules/caniuse-lite/data/regions/RE.js +1 -1
  936. data/node_modules/caniuse-lite/data/regions/RO.js +1 -1
  937. data/node_modules/caniuse-lite/data/regions/RS.js +1 -1
  938. data/node_modules/caniuse-lite/data/regions/RU.js +1 -1
  939. data/node_modules/caniuse-lite/data/regions/RW.js +1 -1
  940. data/node_modules/caniuse-lite/data/regions/SA.js +1 -1
  941. data/node_modules/caniuse-lite/data/regions/SB.js +1 -1
  942. data/node_modules/caniuse-lite/data/regions/SC.js +1 -1
  943. data/node_modules/caniuse-lite/data/regions/SD.js +1 -1
  944. data/node_modules/caniuse-lite/data/regions/SE.js +1 -1
  945. data/node_modules/caniuse-lite/data/regions/SG.js +1 -1
  946. data/node_modules/caniuse-lite/data/regions/SH.js +1 -1
  947. data/node_modules/caniuse-lite/data/regions/SI.js +1 -1
  948. data/node_modules/caniuse-lite/data/regions/SK.js +1 -1
  949. data/node_modules/caniuse-lite/data/regions/SL.js +1 -1
  950. data/node_modules/caniuse-lite/data/regions/SM.js +1 -1
  951. data/node_modules/caniuse-lite/data/regions/SN.js +1 -1
  952. data/node_modules/caniuse-lite/data/regions/SO.js +1 -1
  953. data/node_modules/caniuse-lite/data/regions/SR.js +1 -1
  954. data/node_modules/caniuse-lite/data/regions/ST.js +1 -1
  955. data/node_modules/caniuse-lite/data/regions/SV.js +1 -1
  956. data/node_modules/caniuse-lite/data/regions/SY.js +1 -1
  957. data/node_modules/caniuse-lite/data/regions/SZ.js +1 -1
  958. data/node_modules/caniuse-lite/data/regions/TC.js +1 -1
  959. data/node_modules/caniuse-lite/data/regions/TD.js +1 -1
  960. data/node_modules/caniuse-lite/data/regions/TG.js +1 -1
  961. data/node_modules/caniuse-lite/data/regions/TH.js +1 -1
  962. data/node_modules/caniuse-lite/data/regions/TJ.js +1 -1
  963. data/node_modules/caniuse-lite/data/regions/TL.js +1 -1
  964. data/node_modules/caniuse-lite/data/regions/TM.js +1 -1
  965. data/node_modules/caniuse-lite/data/regions/TN.js +1 -1
  966. data/node_modules/caniuse-lite/data/regions/TO.js +1 -1
  967. data/node_modules/caniuse-lite/data/regions/TR.js +1 -1
  968. data/node_modules/caniuse-lite/data/regions/TT.js +1 -1
  969. data/node_modules/caniuse-lite/data/regions/TV.js +1 -1
  970. data/node_modules/caniuse-lite/data/regions/TW.js +1 -1
  971. data/node_modules/caniuse-lite/data/regions/TZ.js +1 -1
  972. data/node_modules/caniuse-lite/data/regions/UA.js +1 -1
  973. data/node_modules/caniuse-lite/data/regions/UG.js +1 -1
  974. data/node_modules/caniuse-lite/data/regions/US.js +1 -1
  975. data/node_modules/caniuse-lite/data/regions/UY.js +1 -1
  976. data/node_modules/caniuse-lite/data/regions/UZ.js +1 -1
  977. data/node_modules/caniuse-lite/data/regions/VA.js +1 -1
  978. data/node_modules/caniuse-lite/data/regions/VC.js +1 -1
  979. data/node_modules/caniuse-lite/data/regions/VE.js +1 -1
  980. data/node_modules/caniuse-lite/data/regions/VG.js +1 -1
  981. data/node_modules/caniuse-lite/data/regions/VI.js +1 -1
  982. data/node_modules/caniuse-lite/data/regions/VN.js +1 -1
  983. data/node_modules/caniuse-lite/data/regions/VU.js +1 -1
  984. data/node_modules/caniuse-lite/data/regions/WF.js +1 -1
  985. data/node_modules/caniuse-lite/data/regions/WS.js +1 -1
  986. data/node_modules/caniuse-lite/data/regions/YE.js +1 -1
  987. data/node_modules/caniuse-lite/data/regions/YT.js +1 -1
  988. data/node_modules/caniuse-lite/data/regions/ZA.js +1 -1
  989. data/node_modules/caniuse-lite/data/regions/ZM.js +1 -1
  990. data/node_modules/caniuse-lite/data/regions/ZW.js +1 -1
  991. data/node_modules/caniuse-lite/data/regions/alt-af.js +1 -1
  992. data/node_modules/caniuse-lite/data/regions/alt-an.js +1 -1
  993. data/node_modules/caniuse-lite/data/regions/alt-as.js +1 -1
  994. data/node_modules/caniuse-lite/data/regions/alt-eu.js +1 -1
  995. data/node_modules/caniuse-lite/data/regions/alt-na.js +1 -1
  996. data/node_modules/caniuse-lite/data/regions/alt-oc.js +1 -1
  997. data/node_modules/caniuse-lite/data/regions/alt-sa.js +1 -1
  998. data/node_modules/caniuse-lite/data/regions/alt-ww.js +1 -1
  999. data/node_modules/caniuse-lite/package.json +1 -1
  1000. data/node_modules/electron-to-chromium/chromium-versions.js +4 -1
  1001. data/node_modules/electron-to-chromium/chromium-versions.json +1 -1
  1002. data/node_modules/electron-to-chromium/full-chromium-versions.js +75 -3
  1003. data/node_modules/electron-to-chromium/full-chromium-versions.json +1 -1
  1004. data/node_modules/electron-to-chromium/full-versions.js +45 -1
  1005. data/node_modules/electron-to-chromium/full-versions.json +1 -1
  1006. data/node_modules/electron-to-chromium/package.json +1 -1
  1007. data/node_modules/electron-to-chromium/versions.js +8 -1
  1008. data/node_modules/electron-to-chromium/versions.json +1 -1
  1009. data/node_modules/es-object-atoms/CHANGELOG.md +21 -0
  1010. data/node_modules/es-object-atoms/README.md +7 -0
  1011. data/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +2 -2
  1012. data/node_modules/es-object-atoms/ToObject.d.ts +6 -2
  1013. data/node_modules/es-object-atoms/isObject.d.ts +3 -0
  1014. data/node_modules/es-object-atoms/isObject.js +6 -0
  1015. data/node_modules/es-object-atoms/package.json +9 -8
  1016. data/node_modules/es-object-atoms/test/index.js +11 -1
  1017. data/node_modules/es-shim-unscopables/CHANGELOG.md +8 -0
  1018. data/node_modules/es-shim-unscopables/index.d.ts +8 -0
  1019. data/node_modules/es-shim-unscopables/index.js +2 -1
  1020. data/node_modules/es-shim-unscopables/package.json +20 -11
  1021. data/node_modules/es-shim-unscopables/test/index.js +4 -1
  1022. data/node_modules/es-shim-unscopables/test/with.js +8 -0
  1023. data/node_modules/es-shim-unscopables/tsconfig.json +10 -0
  1024. data/node_modules/flatted/index.js +3 -3
  1025. data/node_modules/flatted/min.js +1 -1
  1026. data/node_modules/flatted/package.json +21 -8
  1027. data/node_modules/flatted/python/flatted.py +4 -4
  1028. data/node_modules/flow-parser/flow_parser.js +5550 -5530
  1029. data/node_modules/flow-parser/package.json +1 -1
  1030. data/node_modules/for-each/CHANGELOG.md +107 -0
  1031. data/node_modules/for-each/README.md +0 -4
  1032. data/node_modules/for-each/index.d.ts +35 -0
  1033. data/node_modules/for-each/index.js +11 -4
  1034. data/node_modules/for-each/package.json +47 -36
  1035. data/node_modules/for-each/test/test.js +54 -12
  1036. data/node_modules/for-each/tsconfig.json +8 -0
  1037. data/node_modules/get-intrinsic/CHANGELOG.md +8 -0
  1038. data/node_modules/get-intrinsic/index.js +1 -0
  1039. data/node_modules/get-intrinsic/package.json +8 -8
  1040. data/node_modules/import-fresh/index.js +2 -1
  1041. data/node_modules/import-fresh/package.json +6 -1
  1042. data/node_modules/import-fresh/readme.md +14 -8
  1043. data/node_modules/is-async-function/CHANGELOG.md +13 -0
  1044. data/node_modules/is-async-function/index.d.ts +4 -2
  1045. data/node_modules/is-async-function/index.js +3 -18
  1046. data/node_modules/is-async-function/package.json +8 -3
  1047. data/node_modules/is-boolean-object/CHANGELOG.md +11 -0
  1048. data/node_modules/is-boolean-object/index.js +1 -1
  1049. data/node_modules/is-boolean-object/package.json +8 -6
  1050. data/node_modules/is-boolean-object/test/index.js +24 -1
  1051. data/node_modules/is-weakref/CHANGELOG.md +8 -0
  1052. data/node_modules/is-weakref/index.d.ts +1 -1
  1053. data/node_modules/is-weakref/index.js +3 -1
  1054. data/node_modules/is-weakref/package.json +6 -6
  1055. data/node_modules/object-inspect/CHANGELOG.md +8 -0
  1056. data/node_modules/object-inspect/index.js +10 -7
  1057. data/node_modules/object-inspect/package.json +5 -4
  1058. data/node_modules/object-inspect/test/values.js +50 -0
  1059. data/node_modules/possible-typed-array-names/CHANGELOG.md +14 -0
  1060. data/node_modules/possible-typed-array-names/README.md +4 -2
  1061. data/node_modules/possible-typed-array-names/index.d.ts +1 -0
  1062. data/node_modules/possible-typed-array-names/index.js +1 -0
  1063. data/node_modules/possible-typed-array-names/package.json +10 -9
  1064. data/node_modules/possible-typed-array-names/test/index.js +6 -3
  1065. data/node_modules/possible-typed-array-names/tsconfig.json +2 -42
  1066. data/node_modules/recast/lib/lines.d.ts +2 -2
  1067. data/node_modules/recast/lib/printer.js +17 -5
  1068. data/node_modules/recast/package.json +1 -1
  1069. data/node_modules/typescript/README.md +1 -1
  1070. data/node_modules/typescript/lib/_tsc.js +931 -500
  1071. data/node_modules/typescript/lib/_tsserver.js +43 -7
  1072. data/node_modules/typescript/lib/cs/diagnosticMessages.generated.json +14 -8
  1073. data/node_modules/typescript/lib/de/diagnosticMessages.generated.json +14 -8
  1074. data/node_modules/typescript/lib/es/diagnosticMessages.generated.json +14 -8
  1075. data/node_modules/typescript/lib/fr/diagnosticMessages.generated.json +14 -8
  1076. data/node_modules/typescript/lib/it/diagnosticMessages.generated.json +14 -8
  1077. data/node_modules/typescript/lib/ja/diagnosticMessages.generated.json +14 -8
  1078. data/node_modules/typescript/lib/ko/diagnosticMessages.generated.json +14 -8
  1079. data/node_modules/typescript/lib/lib.dom.d.ts +769 -142
  1080. data/node_modules/typescript/lib/lib.dom.iterable.d.ts +9 -7
  1081. data/node_modules/typescript/lib/lib.es2015.iterable.d.ts +69 -54
  1082. data/node_modules/typescript/lib/lib.es2020.bigint.d.ts +41 -7
  1083. data/node_modules/typescript/lib/lib.es2023.array.d.ts +24 -24
  1084. data/node_modules/typescript/lib/lib.es5.d.ts +60 -51
  1085. data/node_modules/typescript/lib/lib.esnext.d.ts +2 -0
  1086. data/node_modules/typescript/lib/lib.esnext.float16.d.ts +443 -0
  1087. data/node_modules/typescript/lib/lib.esnext.iterator.d.ts +1 -1
  1088. data/node_modules/typescript/lib/lib.esnext.promise.d.ts +34 -0
  1089. data/node_modules/typescript/lib/lib.webworker.d.ts +262 -55
  1090. data/node_modules/typescript/lib/lib.webworker.iterable.d.ts +6 -7
  1091. data/node_modules/typescript/lib/pl/diagnosticMessages.generated.json +14 -8
  1092. data/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json +14 -8
  1093. data/node_modules/typescript/lib/ru/diagnosticMessages.generated.json +14 -8
  1094. data/node_modules/typescript/lib/tr/diagnosticMessages.generated.json +14 -8
  1095. data/node_modules/typescript/lib/typescript.d.ts +14 -3
  1096. data/node_modules/typescript/lib/typescript.js +1035 -570
  1097. data/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json +14 -8
  1098. data/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json +14 -8
  1099. data/node_modules/typescript/package.json +22 -22
  1100. data/node_modules/update-browserslist-db/index.js +5 -7
  1101. data/node_modules/update-browserslist-db/package.json +2 -2
  1102. data/node_modules/which-typed-array/CHANGELOG.md +10 -0
  1103. data/node_modules/which-typed-array/index.js +21 -20
  1104. data/node_modules/which-typed-array/package.json +9 -7
  1105. data/node_modules/which-typed-array/tsconfig.json +1 -1
  1106. data/package.json +0 -1
  1107. metadata +26 -196
  1108. data/linters/jscodeshift/arrow-function-transform.js +0 -42
  1109. data/node_modules/.bin/jscodeshift +0 -1
  1110. data/node_modules/@babel/eslint-parser/LICENSE +0 -22
  1111. data/node_modules/@babel/eslint-parser/README.md +0 -142
  1112. data/node_modules/@babel/eslint-parser/lib/analyze-scope.cjs +0 -322
  1113. data/node_modules/@babel/eslint-parser/lib/analyze-scope.cjs.map +0 -1
  1114. data/node_modules/@babel/eslint-parser/lib/client.cjs +0 -106
  1115. data/node_modules/@babel/eslint-parser/lib/client.cjs.map +0 -1
  1116. data/node_modules/@babel/eslint-parser/lib/configuration.cjs +0 -23
  1117. data/node_modules/@babel/eslint-parser/lib/configuration.cjs.map +0 -1
  1118. data/node_modules/@babel/eslint-parser/lib/convert/convertAST.cjs +0 -134
  1119. data/node_modules/@babel/eslint-parser/lib/convert/convertAST.cjs.map +0 -1
  1120. data/node_modules/@babel/eslint-parser/lib/convert/convertComments.cjs +0 -10
  1121. data/node_modules/@babel/eslint-parser/lib/convert/convertComments.cjs.map +0 -1
  1122. data/node_modules/@babel/eslint-parser/lib/convert/convertTokens.cjs +0 -159
  1123. data/node_modules/@babel/eslint-parser/lib/convert/convertTokens.cjs.map +0 -1
  1124. data/node_modules/@babel/eslint-parser/lib/convert/index.cjs +0 -25
  1125. data/node_modules/@babel/eslint-parser/lib/convert/index.cjs.map +0 -1
  1126. data/node_modules/@babel/eslint-parser/lib/experimental-worker.cjs +0 -32
  1127. data/node_modules/@babel/eslint-parser/lib/experimental-worker.cjs.map +0 -1
  1128. data/node_modules/@babel/eslint-parser/lib/index.cjs +0 -32
  1129. data/node_modules/@babel/eslint-parser/lib/index.cjs.map +0 -1
  1130. data/node_modules/@babel/eslint-parser/lib/parse.cjs +0 -37
  1131. data/node_modules/@babel/eslint-parser/lib/parse.cjs.map +0 -1
  1132. data/node_modules/@babel/eslint-parser/lib/utils/eslint-version.cjs +0 -5
  1133. data/node_modules/@babel/eslint-parser/lib/utils/eslint-version.cjs.map +0 -1
  1134. data/node_modules/@babel/eslint-parser/lib/worker/ast-info.cjs +0 -37
  1135. data/node_modules/@babel/eslint-parser/lib/worker/ast-info.cjs.map +0 -1
  1136. data/node_modules/@babel/eslint-parser/lib/worker/babel-core.cjs +0 -21
  1137. data/node_modules/@babel/eslint-parser/lib/worker/babel-core.cjs.map +0 -1
  1138. data/node_modules/@babel/eslint-parser/lib/worker/configuration.cjs +0 -91
  1139. data/node_modules/@babel/eslint-parser/lib/worker/configuration.cjs.map +0 -1
  1140. data/node_modules/@babel/eslint-parser/lib/worker/extract-parser-options-plugin.cjs +0 -11
  1141. data/node_modules/@babel/eslint-parser/lib/worker/extract-parser-options-plugin.cjs.map +0 -1
  1142. data/node_modules/@babel/eslint-parser/lib/worker/handle-message.cjs +0 -32
  1143. data/node_modules/@babel/eslint-parser/lib/worker/handle-message.cjs.map +0 -1
  1144. data/node_modules/@babel/eslint-parser/lib/worker/index.cjs +0 -39
  1145. data/node_modules/@babel/eslint-parser/lib/worker/index.cjs.map +0 -1
  1146. data/node_modules/@babel/eslint-parser/lib/worker/maybeParse.cjs +0 -48
  1147. data/node_modules/@babel/eslint-parser/lib/worker/maybeParse.cjs.map +0 -1
  1148. data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/CHANGELOG.md +0 -36
  1149. data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/LICENSE +0 -201
  1150. data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/README.md +0 -98
  1151. data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/lib/index.js +0 -81
  1152. data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/lib/visitor-keys.json +0 -289
  1153. data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/package.json +0 -39
  1154. data/node_modules/@babel/eslint-parser/node_modules/semver/LICENSE +0 -15
  1155. data/node_modules/@babel/eslint-parser/node_modules/semver/README.md +0 -443
  1156. data/node_modules/@babel/eslint-parser/node_modules/semver/bin/semver.js +0 -174
  1157. data/node_modules/@babel/eslint-parser/node_modules/semver/package.json +0 -38
  1158. data/node_modules/@babel/eslint-parser/node_modules/semver/range.bnf +0 -16
  1159. data/node_modules/@babel/eslint-parser/node_modules/semver/semver.js +0 -1643
  1160. data/node_modules/@babel/eslint-parser/package.json +0 -53
  1161. data/node_modules/@babel/eslint-parser/types.d.cts +0 -9
  1162. data/node_modules/@babel/plugin-proposal-decorators/LICENSE +0 -22
  1163. data/node_modules/@babel/plugin-proposal-decorators/README.md +0 -19
  1164. data/node_modules/@babel/plugin-proposal-decorators/lib/index.js +0 -41
  1165. data/node_modules/@babel/plugin-proposal-decorators/lib/index.js.map +0 -1
  1166. data/node_modules/@babel/plugin-proposal-decorators/lib/transformer-legacy.js +0 -165
  1167. data/node_modules/@babel/plugin-proposal-decorators/lib/transformer-legacy.js.map +0 -1
  1168. data/node_modules/@babel/plugin-proposal-decorators/package.json +0 -42
  1169. data/node_modules/@babel/plugin-syntax-decorators/LICENSE +0 -22
  1170. data/node_modules/@babel/plugin-syntax-decorators/README.md +0 -19
  1171. data/node_modules/@babel/plugin-syntax-decorators/lib/index.js +0 -81
  1172. data/node_modules/@babel/plugin-syntax-decorators/lib/index.js.map +0 -1
  1173. data/node_modules/@babel/plugin-syntax-decorators/package.json +0 -33
  1174. data/node_modules/@babel/plugin-transform-react-display-name/LICENSE +0 -22
  1175. data/node_modules/@babel/plugin-transform-react-display-name/README.md +0 -19
  1176. data/node_modules/@babel/plugin-transform-react-display-name/lib/index.js +0 -92
  1177. data/node_modules/@babel/plugin-transform-react-display-name/lib/index.js.map +0 -1
  1178. data/node_modules/@babel/plugin-transform-react-display-name/package.json +0 -34
  1179. data/node_modules/@babel/plugin-transform-react-jsx/LICENSE +0 -22
  1180. data/node_modules/@babel/plugin-transform-react-jsx/README.md +0 -19
  1181. data/node_modules/@babel/plugin-transform-react-jsx/lib/create-plugin.js +0 -505
  1182. data/node_modules/@babel/plugin-transform-react-jsx/lib/create-plugin.js.map +0 -1
  1183. data/node_modules/@babel/plugin-transform-react-jsx/lib/development.js +0 -13
  1184. data/node_modules/@babel/plugin-transform-react-jsx/lib/development.js.map +0 -1
  1185. data/node_modules/@babel/plugin-transform-react-jsx/lib/index.js +0 -13
  1186. data/node_modules/@babel/plugin-transform-react-jsx/lib/index.js.map +0 -1
  1187. data/node_modules/@babel/plugin-transform-react-jsx/package.json +0 -39
  1188. data/node_modules/@babel/plugin-transform-react-jsx-development/LICENSE +0 -22
  1189. data/node_modules/@babel/plugin-transform-react-jsx-development/README.md +0 -19
  1190. data/node_modules/@babel/plugin-transform-react-jsx-development/lib/index.js +0 -10
  1191. data/node_modules/@babel/plugin-transform-react-jsx-development/lib/index.js.map +0 -1
  1192. data/node_modules/@babel/plugin-transform-react-jsx-development/package.json +0 -33
  1193. data/node_modules/@babel/plugin-transform-react-pure-annotations/LICENSE +0 -22
  1194. data/node_modules/@babel/plugin-transform-react-pure-annotations/README.md +0 -19
  1195. data/node_modules/@babel/plugin-transform-react-pure-annotations/lib/index.js +0 -49
  1196. data/node_modules/@babel/plugin-transform-react-pure-annotations/lib/index.js.map +0 -1
  1197. data/node_modules/@babel/plugin-transform-react-pure-annotations/package.json +0 -34
  1198. data/node_modules/@babel/preset-react/LICENSE +0 -22
  1199. data/node_modules/@babel/preset-react/README.md +0 -19
  1200. data/node_modules/@babel/preset-react/lib/index.js +0 -79
  1201. data/node_modules/@babel/preset-react/lib/index.js.map +0 -1
  1202. data/node_modules/@babel/preset-react/package.json +0 -37
  1203. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/LICENSE +0 -7
  1204. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/index.js +0 -8
  1205. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/CHANGELOG.md +0 -70
  1206. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/LICENSE +0 -22
  1207. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/README.md +0 -54
  1208. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/definition.js +0 -86
  1209. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/index.js +0 -165
  1210. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/pattern-visitor.js +0 -152
  1211. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/reference.js +0 -167
  1212. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/referencer.js +0 -629
  1213. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/scope-manager.js +0 -247
  1214. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/scope.js +0 -748
  1215. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/variable.js +0 -88
  1216. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/LICENSE.BSD +0 -19
  1217. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/README.md +0 -153
  1218. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/estraverse.js +0 -782
  1219. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/gulpfile.js +0 -70
  1220. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/package.json +0 -40
  1221. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/package.json +0 -48
  1222. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/package.json +0 -14
  1223. data/node_modules/flatted/python/test.py +0 -63
  1224. data/node_modules/jscodeshift/CHANGELOG.md +0 -226
  1225. data/node_modules/jscodeshift/CODE_OF_CONDUCT.md +0 -3
  1226. data/node_modules/jscodeshift/CONTRIBUTING.md +0 -48
  1227. data/node_modules/jscodeshift/README.md +0 -671
  1228. data/node_modules/jscodeshift/bin/jscodeshift.js +0 -182
  1229. data/node_modules/jscodeshift/bin/jscodeshift.sh +0 -12
  1230. data/node_modules/jscodeshift/dist/Collection.js +0 -472
  1231. data/node_modules/jscodeshift/dist/Runner.js +0 -322
  1232. data/node_modules/jscodeshift/dist/Worker.js +0 -210
  1233. data/node_modules/jscodeshift/dist/__testfixtures__/test-async-transform.input.js +0 -1
  1234. data/node_modules/jscodeshift/dist/__testfixtures__/test-async-transform.js +0 -11
  1235. data/node_modules/jscodeshift/dist/__testfixtures__/test-async-transform.output.js +0 -1
  1236. data/node_modules/jscodeshift/dist/__testfixtures__/test-sync-transform.input.js +0 -1
  1237. data/node_modules/jscodeshift/dist/__testfixtures__/test-sync-transform.js +0 -7
  1238. data/node_modules/jscodeshift/dist/__testfixtures__/test-sync-transform.output.js +0 -1
  1239. data/node_modules/jscodeshift/dist/argsParser.js +0 -273
  1240. data/node_modules/jscodeshift/dist/collections/ImportDeclaration.js +0 -113
  1241. data/node_modules/jscodeshift/dist/collections/JSXElement.js +0 -221
  1242. data/node_modules/jscodeshift/dist/collections/Node.js +0 -187
  1243. data/node_modules/jscodeshift/dist/collections/VariableDeclarator.js +0 -210
  1244. data/node_modules/jscodeshift/dist/collections/index.js +0 -14
  1245. data/node_modules/jscodeshift/dist/core.js +0 -183
  1246. data/node_modules/jscodeshift/dist/getParser.js +0 -25
  1247. data/node_modules/jscodeshift/dist/ignoreFiles.js +0 -68
  1248. data/node_modules/jscodeshift/dist/matchNode.js +0 -40
  1249. data/node_modules/jscodeshift/dist/template.js +0 -173
  1250. data/node_modules/jscodeshift/dist/testUtils.js +0 -173
  1251. data/node_modules/jscodeshift/dist/utils/intersection.js +0 -27
  1252. data/node_modules/jscodeshift/dist/utils/once.js +0 -21
  1253. data/node_modules/jscodeshift/dist/utils/union.js +0 -20
  1254. data/node_modules/jscodeshift/index.js +0 -9
  1255. data/node_modules/jscodeshift/package.json +0 -74
  1256. data/node_modules/jscodeshift/parser/babel5Compat.js +0 -50
  1257. data/node_modules/jscodeshift/parser/babylon.js +0 -57
  1258. data/node_modules/jscodeshift/parser/flow.js +0 -34
  1259. data/node_modules/jscodeshift/parser/ts.js +0 -24
  1260. data/node_modules/jscodeshift/parser/tsOptions.js +0 -46
  1261. data/node_modules/jscodeshift/parser/tsx.js +0 -27
  1262. data/node_modules/jscodeshift/src/Collection.js +0 -472
  1263. data/node_modules/jscodeshift/src/Runner.js +0 -322
  1264. data/node_modules/jscodeshift/src/Worker.js +0 -210
  1265. data/node_modules/jscodeshift/src/__testfixtures__/test-async-transform.input.js +0 -1
  1266. data/node_modules/jscodeshift/src/__testfixtures__/test-async-transform.js +0 -11
  1267. data/node_modules/jscodeshift/src/__testfixtures__/test-async-transform.output.js +0 -1
  1268. data/node_modules/jscodeshift/src/__testfixtures__/test-sync-transform.input.js +0 -1
  1269. data/node_modules/jscodeshift/src/__testfixtures__/test-sync-transform.js +0 -7
  1270. data/node_modules/jscodeshift/src/__testfixtures__/test-sync-transform.output.js +0 -1
  1271. data/node_modules/jscodeshift/src/argsParser.js +0 -273
  1272. data/node_modules/jscodeshift/src/collections/ImportDeclaration.js +0 -113
  1273. data/node_modules/jscodeshift/src/collections/JSXElement.js +0 -221
  1274. data/node_modules/jscodeshift/src/collections/Node.js +0 -187
  1275. data/node_modules/jscodeshift/src/collections/VariableDeclarator.js +0 -210
  1276. data/node_modules/jscodeshift/src/collections/index.js +0 -14
  1277. data/node_modules/jscodeshift/src/core.js +0 -183
  1278. data/node_modules/jscodeshift/src/getParser.js +0 -25
  1279. data/node_modules/jscodeshift/src/ignoreFiles.js +0 -68
  1280. data/node_modules/jscodeshift/src/matchNode.js +0 -40
  1281. data/node_modules/jscodeshift/src/template.js +0 -173
  1282. data/node_modules/jscodeshift/src/testUtils.js +0 -173
  1283. data/node_modules/jscodeshift/src/utils/intersection.js +0 -27
  1284. data/node_modules/jscodeshift/src/utils/once.js +0 -21
  1285. data/node_modules/jscodeshift/src/utils/union.js +0 -20
  1286. data/node_modules/jscodeshift/utils/requirePackage.js +0 -24
  1287. data/node_modules/jscodeshift/utils/testUtils.js +0 -49
  1288. data/node_modules/jscodeshift/website/README.md +0 -44
  1289. data/node_modules/jscodeshift/website/astro.config.mjs +0 -36
  1290. data/node_modules/jscodeshift/website/package.json +0 -17
  1291. data/node_modules/jscodeshift/website/public/favicon.svg +0 -1
  1292. data/node_modules/jscodeshift/website/src/assets/houston.webp +0 -0
  1293. data/node_modules/jscodeshift/website/src/content/config.ts +0 -6
  1294. data/node_modules/jscodeshift/website/src/content/docs/build/api-reference.mdx +0 -406
  1295. data/node_modules/jscodeshift/website/src/content/docs/build/ast-grammar.mdx +0 -3086
  1296. data/node_modules/jscodeshift/website/src/content/docs/index.mdx +0 -15
  1297. data/node_modules/jscodeshift/website/src/content/docs/overview/introduction.mdx +0 -45
  1298. data/node_modules/jscodeshift/website/src/content/docs/run/cli.mdx +0 -161
  1299. data/node_modules/jscodeshift/website/src/env.d.ts +0 -2
  1300. data/node_modules/jscodeshift/website/tsconfig.json +0 -3
  1301. data/node_modules/typescript/lib/cancellationToken.js +0 -90
@@ -1 +1 @@
1
- module.exports={C:{"41":0.00298,"43":0.00298,"47":0.00298,"50":0.00298,"52":0.02685,"56":0.00298,"60":0.00298,"68":0.00298,"70":0.00298,"72":0.00895,"77":0.00298,"78":0.00298,"84":0.00298,"88":0.00298,"89":0.00298,"92":0.00298,"94":0.00597,"95":0.00298,"96":0.00298,"99":0.00298,"100":0.00298,"101":0.00298,"102":0.00298,"103":0.00298,"104":0.00298,"105":0.00298,"106":0.00597,"107":0.00298,"108":0.00298,"109":0.00597,"110":0.00298,"111":0.00298,"112":0.00298,"113":0.00298,"114":0.00298,"115":1.44079,"116":0.00298,"117":0.00298,"118":0.00298,"119":0.00298,"120":0.00597,"121":0.00597,"122":0.00597,"123":0.00597,"124":0.00597,"125":0.00895,"126":0.00895,"127":0.07756,"128":0.08949,"129":0.0179,"130":0.02983,"131":0.1581,"132":2.34762,"133":0.20583,_:"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 42 44 45 46 48 49 51 53 54 55 57 58 59 61 62 63 64 65 66 67 69 71 73 74 75 76 79 80 81 82 83 85 86 87 90 91 93 97 98 134 135 136 3.5 3.6"},D:{"38":0.00597,"48":0.00298,"49":0.01193,"51":0.00298,"54":0.00298,"55":0.00298,"56":0.00298,"58":0.00298,"62":0.00298,"63":0.00298,"64":0.00298,"65":0.00298,"66":0.00298,"67":0.00298,"68":0.00298,"69":0.00298,"70":0.00298,"71":0.0179,"72":0.00597,"73":0.00298,"74":0.00597,"75":0.00298,"76":0.00298,"77":0.00298,"78":0.01492,"79":0.01492,"80":0.01492,"81":0.00895,"83":0.01492,"84":0.01193,"85":0.00895,"86":0.02088,"87":0.02088,"88":0.00895,"89":0.00895,"90":0.00597,"91":0.00895,"92":0.01193,"93":0.00298,"94":0.00895,"95":0.00895,"96":0.01492,"97":0.00895,"98":0.01193,"99":0.01193,"100":0.01193,"101":0.00597,"102":0.00895,"103":0.02983,"104":0.0179,"105":0.02685,"106":0.02685,"107":0.03878,"108":0.06264,"109":3.96142,"110":0.0179,"111":0.03281,"112":0.02386,"113":0.00895,"114":0.02088,"115":0.01193,"116":0.02983,"117":0.02088,"118":0.05071,"119":0.03281,"120":0.05966,"121":0.04773,"122":0.06264,"123":0.07756,"124":0.06563,"125":0.05071,"126":0.11037,"127":0.10142,"128":0.15213,"129":0.36691,"130":7.98549,"131":5.72438,"132":0.00298,_:"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 50 52 53 57 59 60 61 133 134"},F:{"46":0.00298,"64":0.00298,"79":0.01492,"83":0.00298,"85":0.00298,"95":0.04773,"101":0.00597,"108":0.00298,"109":0.00298,"110":0.00298,"111":0.00298,"112":0.00597,"113":0.01193,"114":0.25356,_:"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 80 81 82 84 86 87 88 89 90 91 92 93 94 96 97 98 99 100 102 103 104 105 106 107 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00597,"13":0.00597,"14":0.00895,"15":0.00298,"16":0.00597,"17":0.00597,"18":0.02983,"81":0.00298,"83":0.00298,"84":0.00597,"88":0.00298,"89":0.01193,"90":0.00895,"92":0.19091,"100":0.0358,"106":0.00298,"107":0.00298,"108":0.00298,"109":0.17003,"110":0.00298,"111":0.00298,"112":0.00298,"114":0.00298,"115":0.00298,"117":0.00298,"118":0.00298,"119":0.00298,"120":0.00895,"121":0.00597,"122":0.02983,"123":0.00597,"124":0.00895,"125":0.01193,"126":0.02088,"127":0.02685,"128":0.0358,"129":0.06563,"130":0.74575,"131":0.49816,_:"79 80 85 86 87 91 93 94 95 96 97 98 99 101 102 103 104 105 113 116"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 18.2","5.1":0.00298,"13.1":0.00298,"14.1":0.00298,"15.6":0.01193,"16.6":0.00895,"17.1":0.00298,"17.2":0.00298,"17.3":0.00298,"17.4":0.00597,"17.5":0.00895,"17.6":0.01492,"18.0":0.01492,"18.1":0.02386},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0005,"5.0-5.1":0,"6.0-6.1":0.002,"7.0-7.1":0.00249,"8.1-8.4":0,"9.0-9.2":0.002,"9.3":0.00698,"10.0-10.2":0.0015,"10.3":0.01147,"11.0-11.2":0.13471,"11.3-11.4":0.00349,"12.0-12.1":0.002,"12.2-12.5":0.05239,"13.0-13.1":0.001,"13.2":0.01347,"13.3":0.002,"13.4-13.7":0.00748,"14.0-14.4":0.01646,"14.5-14.8":0.02345,"15.0-15.1":0.01347,"15.2-15.3":0.01247,"15.4":0.01497,"15.5":0.01746,"15.6-15.8":0.18709,"16.0":0.03542,"16.1":0.07484,"16.2":0.03792,"16.3":0.06436,"16.4":0.01297,"16.5":0.02594,"16.6-16.7":0.24546,"17.0":0.01796,"17.1":0.02993,"17.2":0.02495,"17.3":0.03792,"17.4":0.08132,"17.5":0.24297,"17.6-17.7":2.09891,"18.0":0.74437,"18.1":0.65407,"18.2":0.02644},P:{"4":0.07097,"20":0.08111,"21":0.1318,"22":0.27374,"23":0.33457,"24":0.40554,"25":0.41568,"26":2.17978,"27":0.59817,"5.0-5.4":0.01014,"6.2-6.4":0.02028,"7.2-7.4":0.17236,"8.2":0.01014,"9.2":0.03042,"10.1":0.01014,"11.1-11.2":0.08111,"12.0":0.03042,"13.0":0.10139,"14.0":0.10139,"15.0":0.03042,"16.0":0.10139,"17.0":0.1318,"18.0":0.09125,"19.0":0.10139},I:{"0":0.007,"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:{"8":0.00896,"9":0.00299,"10":0.00299,"11":2.69662,_:"6 7 5.5"},K:{"0":0.44417,_:"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.06315},H:{"0":0.04},L:{"0":58.35506},R:{_:"0"},M:{"0":1.05957}};
1
+ module.exports={C:{"4":0.00522,"47":0.00261,"48":0.00261,"50":0.00261,"52":0.0209,"55":0.00522,"56":0.00261,"60":0.00261,"68":0.00261,"72":0.00522,"88":0.00261,"91":0.00261,"94":0.00522,"95":0.00261,"97":0.00261,"99":0.00261,"100":0.00261,"102":0.00522,"103":0.00261,"105":0.00261,"106":0.00261,"107":0.00261,"108":0.00261,"109":0.00522,"110":0.00261,"111":0.00261,"112":0.00261,"113":0.00261,"114":0.00261,"115":1.21458,"116":0.00261,"118":0.00261,"119":0.00261,"120":0.00261,"121":0.00261,"122":0.00261,"123":0.00261,"124":0.00261,"125":0.00522,"126":0.00522,"127":0.04702,"128":0.07575,"129":0.00522,"130":0.00784,"131":0.01045,"132":0.01567,"133":0.04702,"134":0.57986,"135":1.73437,"136":0.00261,_:"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 49 51 53 54 57 58 59 61 62 63 64 65 66 67 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 89 90 92 93 96 98 101 104 117 137 138 3.5 3.6"},D:{"38":0.00261,"49":0.00522,"51":0.00261,"58":0.00522,"62":0.00261,"63":0.00261,"66":0.00261,"67":0.00261,"68":0.00261,"69":0.00261,"70":0.00261,"71":0.01306,"72":0.00261,"73":0.00261,"74":0.00522,"75":0.00261,"76":0.00261,"77":0.00261,"78":0.00784,"79":0.01045,"80":0.01045,"81":0.00784,"83":0.01045,"84":0.00784,"85":0.00522,"86":0.01567,"87":0.01567,"88":0.00784,"89":0.00784,"90":0.00522,"91":0.01045,"92":0.00784,"93":0.00261,"94":0.00522,"95":0.00522,"96":0.01306,"97":0.00522,"98":0.01045,"99":0.00784,"100":0.00784,"101":0.00522,"102":0.00522,"103":0.01828,"104":0.01567,"105":0.01306,"106":0.0209,"107":0.02612,"108":0.04179,"109":3.42172,"110":0.01306,"111":0.02612,"112":0.01567,"113":0.00522,"114":0.01306,"115":0.00784,"116":0.01567,"117":0.01045,"118":0.03396,"119":0.01567,"120":0.03657,"121":0.02351,"122":0.0444,"123":0.05224,"124":0.03657,"125":0.03134,"126":0.06269,"127":0.03657,"128":0.03918,"129":0.05224,"130":0.07836,"131":0.62688,"132":6.29231,"133":5.82737,"134":0.00522,"135":0.00261,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 43 44 45 46 47 48 50 52 53 54 55 56 57 59 60 61 64 65 136"},F:{"46":0.00261,"64":0.00261,"79":0.01045,"82":0.00261,"83":0.00261,"84":0.00261,"87":0.00522,"95":0.04702,"101":0.00261,"113":0.00261,"114":0.01306,_:"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 80 81 85 86 88 89 90 91 92 93 94 96 97 98 99 100 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.00261,"13":0.00261,"14":0.00522,"15":0.00261,"16":0.00522,"17":0.00522,"18":0.0209,"81":0.00261,"84":0.00261,"88":0.00261,"89":0.00522,"90":0.00261,"92":0.09142,"100":0.01306,"106":0.00261,"107":0.00261,"108":0.00261,"109":0.12799,"110":0.00261,"111":0.00261,"114":0.00261,"119":0.00261,"120":0.00522,"121":0.00261,"122":0.01567,"123":0.00261,"124":0.00261,"125":0.00261,"126":0.00522,"127":0.00784,"128":0.00784,"129":0.00784,"130":0.01306,"131":0.05485,"132":0.5015,"133":0.55113,_:"79 80 83 85 86 87 91 93 94 95 96 97 98 99 101 102 103 104 105 112 113 115 116 117 118"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 15.5 16.0 16.2 16.5 17.0 17.2 18.4","13.1":0.00261,"14.1":0.00261,"15.6":0.01045,"16.1":0.00261,"16.3":0.00261,"16.4":0.00261,"16.6":0.00784,"17.1":0.00261,"17.3":0.00261,"17.4":0.00261,"17.5":0.00522,"17.6":0.01306,"18.0":0.00522,"18.1":0.01045,"18.2":0.01045,"18.3":0.0209},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00109,"5.0-5.1":0.00055,"6.0-6.1":0.00328,"7.0-7.1":0.00273,"8.1-8.4":0,"9.0-9.2":0.00109,"9.3":0.00819,"10.0-10.2":0.00109,"10.3":0.01256,"11.0-11.2":0.04313,"11.3-11.4":0.00382,"12.0-12.1":0.00218,"12.2-12.5":0.05787,"13.0-13.1":0.00109,"13.2":0.00164,"13.3":0.00218,"13.4-13.7":0.00819,"14.0-14.4":0.01802,"14.5-14.8":0.02511,"15.0-15.1":0.0131,"15.2-15.3":0.0131,"15.4":0.01583,"15.5":0.01802,"15.6-15.8":0.2233,"16.0":0.03221,"16.1":0.06715,"16.2":0.03385,"16.3":0.06115,"16.4":0.01365,"16.5":0.02566,"16.6-16.7":0.26589,"17.0":0.01638,"17.1":0.02894,"17.2":0.02293,"17.3":0.03221,"17.4":0.06661,"17.5":0.15833,"17.6-17.7":0.52086,"18.0":0.15342,"18.1":1.40916,"18.2":0.45316,"18.3":1.61499,"18.4":0.00328},P:{"4":0.04056,"20":0.07098,"21":0.10139,"22":0.21293,"23":0.25348,"24":0.31432,"25":0.27376,"26":0.45627,"27":2.73761,"5.0-5.4":0.01014,"6.2-6.4":0.02028,"7.2-7.4":0.17237,"8.2":0.01014,"9.2":0.03042,"10.1":0.01014,"11.1-11.2":0.07098,"12.0":0.02028,"13.0":0.09125,"14.0":0.09125,"15.0":0.03042,"16.0":0.08111,"17.0":0.11153,"18.0":0.06084,"19.0":0.08111},I:{"0":0.00737,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00001},K:{"0":0.40112,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.00261,"9":0.00261,"11":2.10527,_:"6 7 10 5.5"},S:{"2.5":0.00739,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":62.27751},R:{_:"0"},M:{"0":1.07126},Q:{_:"14.9"},O:{"0":0.04433},H:{"0":0.02}};
@@ -1 +1 @@
1
- module.exports={C:{"48":0.02696,"60":0.00539,"77":0.01617,"78":0.00539,"91":0.00539,"102":0.01617,"103":0.06469,"109":0.01078,"113":0.01078,"115":0.15634,"119":0.01078,"125":0.06469,"127":0.00539,"128":0.18329,"129":0.00539,"130":0.01078,"131":0.12399,"132":1.92998,"133":0.13478,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 52 53 54 55 56 57 58 59 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 79 80 81 82 83 84 85 86 87 88 89 90 92 93 94 95 96 97 98 99 100 101 104 105 106 107 108 110 111 112 114 116 117 118 120 121 122 123 124 126 134 135 136 3.5 3.6"},D:{"38":0.00539,"43":0.00539,"44":0.00539,"45":0.00539,"46":0.00539,"51":0.01078,"70":0.00539,"77":0.00539,"79":0.01617,"85":0.00539,"87":0.01078,"89":0.00539,"90":0.05391,"91":0.00539,"94":0.00539,"95":0.00539,"96":0.02696,"98":0.00539,"100":0.00539,"102":0.02156,"103":0.16173,"104":0.09165,"107":0.00539,"108":0.01617,"109":0.38815,"110":0.01078,"111":0.01078,"112":0.03235,"113":0.94882,"114":1.33697,"116":0.31268,"117":0.02156,"118":0.04852,"119":0.01078,"120":0.22642,"121":0.01078,"122":0.08087,"123":0.03774,"124":0.06469,"125":0.10243,"126":0.26416,"127":0.49058,"128":0.6577,"129":2.36126,"130":17.89273,"131":8.55013,"132":0.00539,"133":0.00539,_:"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 47 48 49 50 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 71 72 73 74 75 76 78 80 81 83 84 86 88 92 93 97 99 101 105 106 115 134"},F:{"83":0.00539,"85":0.01078,"95":0.10782,"96":0.00539,"113":0.28033,"114":2.07014,_:"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 86 87 88 89 90 91 92 93 94 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.01078,"107":0.01078,"109":0.01078,"120":0.00539,"121":0.01617,"125":0.00539,"126":0.03774,"127":0.01078,"128":0.14556,"129":0.10243,"130":3.13217,"131":2.01084,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 108 110 111 112 113 114 115 116 117 118 119 122 123 124"},E:{"9":0.01617,"14":0.03235,"15":0.00539,_:"0 4 5 6 7 8 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1","12.1":0.00539,"13.1":0.0593,"14.1":0.12399,"15.1":0.01078,"15.2-15.3":0.00539,"15.4":0.03235,"15.5":0.03774,"15.6":0.66848,"16.0":0.12938,"16.1":0.04852,"16.2":0.15634,"16.3":0.25338,"16.4":0.0593,"16.5":0.16712,"16.6":0.43128,"17.0":0.04852,"17.1":0.06469,"17.2":0.09704,"17.3":0.28572,"17.4":0.3612,"17.5":0.66848,"17.6":1.99467,"18.0":1.06203,"18.1":1.06203,"18.2":0.01078},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.00854,"7.0-7.1":0.01067,"8.1-8.4":0,"9.0-9.2":0.00854,"9.3":0.02988,"10.0-10.2":0.0064,"10.3":0.04909,"11.0-11.2":0.5763,"11.3-11.4":0.01494,"12.0-12.1":0.00854,"12.2-12.5":0.22412,"13.0-13.1":0.00427,"13.2":0.05763,"13.3":0.00854,"13.4-13.7":0.03202,"14.0-14.4":0.07044,"14.5-14.8":0.10032,"15.0-15.1":0.05763,"15.2-15.3":0.05336,"15.4":0.06403,"15.5":0.07471,"15.6-15.8":0.80041,"16.0":0.15154,"16.1":0.32016,"16.2":0.16222,"16.3":0.27534,"16.4":0.0555,"16.5":0.11099,"16.6-16.7":1.05014,"17.0":0.07684,"17.1":0.12807,"17.2":0.10672,"17.3":0.16222,"17.4":0.34791,"17.5":1.03947,"17.6-17.7":8.97955,"18.0":3.18457,"18.1":2.79824,"18.2":0.11312},P:{"4":0.02062,"20":0.01031,"21":0.01031,"23":0.01031,"24":0.01031,"25":0.04124,"26":1.69095,"27":1.45381,_:"22 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 18.0 19.0","17.0":0.02062},I:{"0":0.069,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00002,"4.4":0,"4.4.3-4.4.4":0.00009},A:{"7":0.00539,"8":0.02696,"9":0.00539,"10":0.00539,"11":0.02156,_:"6 5.5"},K:{"0":0.17979,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.00461,_:"3.0-3.1"},J:{_:"7 10"},Q:{"14.9":0.01844},O:{"0":0.01844},H:{"0":0},L:{"0":20.59567},R:{_:"0"},M:{"0":0.4149}};
1
+ module.exports={C:{"48":0.02205,"60":0.00551,"77":0.01102,"78":0.01654,"102":0.00551,"111":0.01102,"113":0.02205,"115":0.42994,"127":0.01102,"128":0.24804,"131":0.00551,"132":0.03307,"133":0.02205,"134":0.67798,"135":1.94022,"136":0.00551,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 52 53 54 55 56 57 58 59 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 103 104 105 106 107 108 109 110 112 114 116 117 118 119 120 121 122 123 124 125 126 129 130 137 138 3.5 3.6"},D:{"44":0.00551,"52":0.01654,"79":0.03307,"85":0.00551,"87":0.01102,"94":0.00551,"96":0.01102,"98":0.01102,"99":0.00551,"102":0.00551,"103":0.07717,"104":0.31418,"105":0.01654,"107":0.00551,"108":0.03307,"109":0.3693,"110":0.01654,"111":0.01102,"112":0.01654,"113":0.82129,"114":0.9646,"116":0.46852,"118":0.06614,"119":0.00551,"120":0.01654,"121":0.00551,"122":0.06063,"123":0.0441,"124":0.09922,"125":0.02205,"126":0.08819,"127":0.19843,"128":0.24253,"129":0.05512,"130":0.51262,"131":2.62922,"132":13.36109,"133":12.79335,"134":0.00551,"135":0.00551,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 45 46 47 48 49 50 51 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 88 89 90 91 92 93 95 97 100 101 106 115 117 136"},F:{"46":0.00551,"83":0.01102,"87":0.01102,"95":0.11575,"113":0.00551,"114":0.15985,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 84 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:{"92":0.00551,"109":0.00551,"110":0.01102,"118":0.00551,"120":0.01102,"126":0.02756,"127":0.00551,"129":0.00551,"130":0.51813,"131":0.13229,"132":2.54103,"133":3.14735,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 111 112 113 114 115 116 117 119 121 122 123 124 125 128"},E:{"14":0.02756,_:"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 18.4","12.1":0.02756,"13.1":0.01102,"14.1":0.07717,"15.1":0.02205,"15.2-15.3":0.00551,"15.4":0.03307,"15.5":0.1378,"15.6":0.57325,"16.0":0.13229,"16.1":0.03858,"16.2":0.02756,"16.3":0.24804,"16.4":0.02205,"16.5":0.26458,"16.6":0.38584,"17.0":0.07166,"17.1":0.25355,"17.2":0.04961,"17.3":0.12126,"17.4":0.1819,"17.5":0.86538,"17.6":0.76066,"18.0":0.15985,"18.1":1.1465,"18.2":0.74412,"18.3":2.22685},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00396,"5.0-5.1":0.00198,"6.0-6.1":0.01189,"7.0-7.1":0.00991,"8.1-8.4":0,"9.0-9.2":0.00396,"9.3":0.02972,"10.0-10.2":0.00396,"10.3":0.04557,"11.0-11.2":0.15654,"11.3-11.4":0.01387,"12.0-12.1":0.00793,"12.2-12.5":0.21003,"13.0-13.1":0.00396,"13.2":0.00594,"13.3":0.00793,"13.4-13.7":0.02972,"14.0-14.4":0.06539,"14.5-14.8":0.09115,"15.0-15.1":0.04756,"15.2-15.3":0.04756,"15.4":0.05746,"15.5":0.06539,"15.6-15.8":0.81042,"16.0":0.11691,"16.1":0.24372,"16.2":0.12285,"16.3":0.22192,"16.4":0.04954,"16.5":0.09313,"16.6-16.7":0.96497,"17.0":0.05944,"17.1":0.10502,"17.2":0.08322,"17.3":0.11691,"17.4":0.24174,"17.5":0.57462,"17.6-17.7":1.89031,"18.0":0.55679,"18.1":5.11415,"18.2":1.64461,"18.3":5.86116,"18.4":0.01189},P:{"4":0.01039,"21":0.01039,"23":0.01039,"25":0.15586,"26":0.07274,"27":3.06533,_:"20 22 24 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 17.0 18.0 19.0","7.2-7.4":0.02078,"16.0":0.01039},I:{"0":0.03135,"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.39486,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.01654,"10":0.00551,"11":0.01654,_:"6 7 9 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":21.01267},R:{_:"0"},M:{"0":0.48908},Q:{"14.9":0.00897},O:{"0":0.06282},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"48":0.00509,"52":0.02543,"59":0.05085,"68":0.00509,"78":0.04577,"88":0.02034,"102":0.00509,"113":0.01017,"114":0.00509,"115":0.40172,"118":0.00509,"119":0.00509,"121":0.00509,"123":0.00509,"124":0.00509,"125":0.01017,"126":0.46782,"127":0.01526,"128":0.10679,"129":0.01526,"130":0.02543,"131":0.21866,"132":2.82726,"133":0.22374,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 53 54 55 56 57 58 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 110 111 112 116 117 120 122 134 135 136 3.5 3.6"},D:{"38":0.00509,"49":0.02034,"52":0.00509,"63":0.06102,"66":0.2034,"70":0.00509,"79":0.02034,"81":0.01017,"85":0.01526,"86":0.01526,"87":0.0356,"88":0.01017,"89":0.01017,"90":0.00509,"91":0.00509,"92":0.27968,"94":0.01017,"96":0.00509,"98":0.00509,"99":0.00509,"100":0.00509,"101":0.00509,"102":0.00509,"103":0.1017,"104":0.02034,"105":0.01526,"106":0.01017,"107":0.01017,"108":0.01526,"109":1.77467,"110":0.01017,"111":0.02034,"112":0.01017,"113":0.02543,"114":0.04577,"115":0.00509,"116":0.32544,"117":0.01526,"118":0.0356,"119":0.0356,"120":0.04068,"121":0.03051,"122":0.12204,"123":0.1017,"124":0.13221,"125":0.08645,"126":0.16781,"127":0.1017,"128":0.39155,"129":1.13396,"130":20.83325,"131":9.64116,"132":0.01017,"133":0.00509,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 43 44 45 46 47 48 50 51 53 54 55 56 57 58 59 60 61 62 64 65 67 68 69 71 72 73 74 75 76 77 78 80 83 84 93 95 97 134"},F:{"46":0.00509,"85":0.02034,"95":0.02034,"102":0.00509,"113":0.05594,"114":0.96615,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"17":0.02543,"85":0.00509,"90":0.08136,"92":0.00509,"103":0.00509,"107":0.00509,"109":0.05594,"112":0.00509,"113":0.00509,"114":0.00509,"115":0.02543,"117":0.00509,"119":0.00509,"120":0.00509,"121":0.00509,"122":0.00509,"123":0.00509,"124":0.01017,"125":0.01017,"126":0.02034,"127":0.01017,"128":0.03051,"129":0.1017,"130":2.1357,"131":1.4238,_:"12 13 14 15 16 18 79 80 81 83 84 86 87 88 89 91 93 94 95 96 97 98 99 100 101 102 104 105 106 108 110 111 116 118"},E:{"13":0.00509,"14":0.02034,"15":0.00509,_:"0 4 5 6 7 8 9 10 11 12 3.1 3.2 5.1 6.1 7.1 10.1","9.1":0.00509,"11.1":0.04068,"12.1":0.01017,"13.1":0.06611,"14.1":0.239,"15.1":0.01017,"15.2-15.3":0.01017,"15.4":0.01526,"15.5":0.02543,"15.6":0.2034,"16.0":0.02034,"16.1":0.04068,"16.2":0.03051,"16.3":0.05594,"16.4":0.03051,"16.5":0.0356,"16.6":0.18815,"17.0":0.03051,"17.1":0.05085,"17.2":0.06102,"17.3":0.05085,"17.4":0.10679,"17.5":0.239,"17.6":0.82886,"18.0":0.49833,"18.1":0.62037,"18.2":0.01526},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00126,"5.0-5.1":0,"6.0-6.1":0.00503,"7.0-7.1":0.00629,"8.1-8.4":0,"9.0-9.2":0.00503,"9.3":0.0176,"10.0-10.2":0.00377,"10.3":0.02892,"11.0-11.2":0.33946,"11.3-11.4":0.0088,"12.0-12.1":0.00503,"12.2-12.5":0.13201,"13.0-13.1":0.00251,"13.2":0.03395,"13.3":0.00503,"13.4-13.7":0.01886,"14.0-14.4":0.04149,"14.5-14.8":0.05909,"15.0-15.1":0.03395,"15.2-15.3":0.03143,"15.4":0.03772,"15.5":0.044,"15.6-15.8":0.47147,"16.0":0.08927,"16.1":0.18859,"16.2":0.09555,"16.3":0.16219,"16.4":0.03269,"16.5":0.06538,"16.6-16.7":0.61857,"17.0":0.04526,"17.1":0.07544,"17.2":0.06286,"17.3":0.09555,"17.4":0.20493,"17.5":0.61228,"17.6-17.7":5.28928,"18.0":1.87583,"18.1":1.64826,"18.2":0.06663},P:{"4":0.05165,"20":0.01033,"21":0.03099,"22":0.04132,"23":0.03099,"24":0.15496,"25":0.05165,"26":1.44626,"27":0.92974,_:"5.0-5.4 7.2-7.4 8.2 9.2 10.1 12.0 16.0","6.2-6.4":0.01033,"11.1-11.2":0.01033,"13.0":0.01033,"14.0":0.01033,"15.0":0.01033,"17.0":0.01033,"18.0":0.01033,"19.0":0.02066},I:{"0":0.02943,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00004},A:{"11":0.23391,_:"6 7 8 9 10 5.5"},K:{"0":0.32931,_:"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.00492},O:{"0":0.07864},H:{"0":0},L:{"0":33.00075},R:{_:"0"},M:{"0":0.52099}};
1
+ module.exports={C:{"2":0.00435,"48":0.00435,"52":0.0348,"59":0.03915,"68":0.00435,"75":0.00435,"76":0.00435,"77":0.00435,"78":0.04785,"82":0.00435,"88":0.02175,"102":0.00435,"113":0.0087,"114":0.00435,"115":0.38715,"119":0.00435,"122":0.00435,"125":0.0087,"127":0.0087,"128":0.0957,"129":0.00435,"130":0.00435,"131":0.01305,"132":0.0174,"133":0.03915,"134":0.68295,"135":2.34465,"136":0.0087,_:"3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 53 54 55 56 57 58 60 61 62 63 64 65 66 67 69 70 71 72 73 74 79 80 81 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 116 117 118 120 121 123 124 126 137 138 3.5 3.6"},D:{"38":0.00435,"49":0.03045,"52":0.00435,"58":0.00435,"63":0.0435,"65":0.00435,"66":0.174,"68":0.00435,"77":0.01305,"79":0.02175,"81":0.01305,"85":0.02175,"86":0.0174,"87":0.0435,"88":0.01305,"89":0.00435,"90":0.00435,"91":0.29145,"92":0.2262,"93":0.00435,"94":0.0087,"95":0.00435,"96":0.00435,"97":0.00435,"99":0.00435,"100":0.01305,"101":0.00435,"102":0.0087,"103":0.08265,"104":0.01305,"105":0.0087,"106":0.0087,"107":0.01305,"108":0.0174,"109":1.3398,"110":0.01305,"111":0.02175,"112":0.01305,"113":0.0174,"114":0.0435,"115":0.00435,"116":0.24795,"117":0.0087,"118":0.01305,"119":0.03045,"120":0.03045,"121":0.03045,"122":0.087,"123":0.0348,"124":0.09135,"125":0.0435,"126":0.11745,"127":0.03045,"128":0.2523,"129":0.06525,"130":0.15225,"131":1.131,"132":11.4753,"133":11.22735,"134":0.0087,"135":0.00435,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 43 44 45 46 47 48 50 51 53 54 55 56 57 59 60 61 62 64 67 69 70 71 72 73 74 75 76 78 80 83 84 98 136"},F:{"46":0.00435,"85":0.00435,"87":0.03045,"89":0.00435,"95":0.0261,"102":0.00435,"114":0.0609,_:"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 88 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:{"17":0.0174,"85":0.01305,"90":0.0696,"92":0.00435,"109":0.0522,"114":0.00435,"115":0.00435,"119":0.00435,"120":0.00435,"121":0.00435,"122":0.00435,"123":0.00435,"124":0.00435,"125":0.00435,"126":0.0174,"127":0.00435,"128":0.0087,"129":0.01305,"130":0.03915,"131":0.10875,"132":1.76175,"133":2.4882,_:"12 13 14 15 16 18 79 80 81 83 84 86 87 88 89 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 116 117 118"},E:{"8":0.00435,"13":0.00435,"14":0.0261,"15":0.00435,_:"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":0.03915,"12.1":0.0087,"13.1":0.0609,"14.1":0.22185,"15.1":0.01305,"15.2-15.3":0.0087,"15.4":0.0087,"15.5":0.02175,"15.6":0.2175,"16.0":0.0261,"16.1":0.0348,"16.2":0.02175,"16.3":0.04785,"16.4":0.0261,"16.5":0.0348,"16.6":0.2175,"17.0":0.03045,"17.1":0.0957,"17.2":0.04785,"17.3":0.0348,"17.4":0.09135,"17.5":0.1653,"17.6":0.4698,"18.0":0.10875,"18.1":0.50025,"18.2":0.26535,"18.3":1.12665,"18.4":0.00435},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00289,"5.0-5.1":0.00145,"6.0-6.1":0.00868,"7.0-7.1":0.00723,"8.1-8.4":0,"9.0-9.2":0.00289,"9.3":0.02169,"10.0-10.2":0.00289,"10.3":0.03326,"11.0-11.2":0.11425,"11.3-11.4":0.01012,"12.0-12.1":0.00578,"12.2-12.5":0.15329,"13.0-13.1":0.00289,"13.2":0.00434,"13.3":0.00578,"13.4-13.7":0.02169,"14.0-14.4":0.04772,"14.5-14.8":0.06652,"15.0-15.1":0.03471,"15.2-15.3":0.03471,"15.4":0.04194,"15.5":0.04772,"15.6-15.8":0.59147,"16.0":0.08532,"16.1":0.17788,"16.2":0.08966,"16.3":0.16197,"16.4":0.03615,"16.5":0.06797,"16.6-16.7":0.70427,"17.0":0.04338,"17.1":0.07665,"17.2":0.06074,"17.3":0.08532,"17.4":0.17643,"17.5":0.41938,"17.6-17.7":1.37962,"18.0":0.40637,"18.1":3.7325,"18.2":1.2003,"18.3":4.27769,"18.4":0.00868},P:{"4":0.05219,"20":0.01044,"21":0.04175,"22":0.02088,"23":0.03131,"24":0.17745,"25":0.04175,"26":0.09394,"27":2.48423,"5.0-5.4":0.01044,_:"6.2-6.4 8.2 9.2 10.1 12.0 14.0 15.0 16.0 18.0","7.2-7.4":0.01044,"11.1-11.2":0.01044,"13.0":0.01044,"17.0":0.01044,"19.0":0.01044},I:{"0":0.02819,"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.35589,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.1914,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":38.78013},R:{_:"0"},M:{"0":0.55925},Q:{"14.9":0.00565},O:{"0":0.10733},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"78":0.00435,"115":0.12188,"128":0.02177,"129":0.00435,"130":0.02177,"131":0.04353,"132":2.51603,"133":0.29165,_:"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 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 134 135 136 3.5 3.6"},D:{"49":0.00435,"76":0.01306,"79":0.00435,"80":0.07835,"87":0.00871,"88":0.0653,"90":0.00435,"91":0.11318,"93":0.00435,"94":0.00871,"97":0.00435,"98":0.03482,"99":0.03047,"102":0.00435,"103":0.08271,"109":0.23071,"115":0.00435,"116":0.04788,"117":0.00435,"119":0.00435,"120":0.00871,"121":0.00435,"122":0.08271,"123":0.03918,"124":0.02612,"125":0.01306,"126":0.11318,"127":0.05659,"128":0.35259,"129":1.7412,"130":7.78316,"131":6.99962,_:"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 77 78 81 83 84 85 86 89 92 95 96 100 101 104 105 106 107 108 110 111 112 113 114 118 132 133 134"},F:{"83":0.00435,"89":0.00435,"112":0.00435,"113":0.03047,"114":0.37871,_:"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 86 87 88 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"98":0.00435,"108":0.00435,"109":0.04353,"120":0.08271,"123":0.00435,"126":0.00435,"128":0.01741,"129":0.26553,"130":4.62289,"131":2.8991,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 99 100 101 102 103 104 105 106 107 110 111 112 113 114 115 116 117 118 119 121 122 124 125 127"},E:{"10":0.00435,"14":0.0653,"15":0.00435,_:"0 4 5 6 7 8 9 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1","12.1":0.01741,"13.1":0.02177,"14.1":0.09577,"15.1":0.01306,"15.2-15.3":0.03482,"15.4":0.00871,"15.5":0.02612,"15.6":0.95766,"16.0":0.06094,"16.1":0.35259,"16.2":0.03918,"16.3":0.13494,"16.4":0.13494,"16.5":0.074,"16.6":0.80531,"17.0":0.02177,"17.1":0.03918,"17.2":0.09577,"17.3":0.31777,"17.4":0.11753,"17.5":0.37001,"17.6":5.13219,"18.0":0.62248,"18.1":1.07519,"18.2":0.04788},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00311,"5.0-5.1":0,"6.0-6.1":0.01246,"7.0-7.1":0.01557,"8.1-8.4":0,"9.0-9.2":0.01246,"9.3":0.04361,"10.0-10.2":0.00934,"10.3":0.07164,"11.0-11.2":0.84102,"11.3-11.4":0.0218,"12.0-12.1":0.01246,"12.2-12.5":0.32706,"13.0-13.1":0.00623,"13.2":0.0841,"13.3":0.01246,"13.4-13.7":0.04672,"14.0-14.4":0.10279,"14.5-14.8":0.1464,"15.0-15.1":0.0841,"15.2-15.3":0.07787,"15.4":0.09345,"15.5":0.10902,"15.6-15.8":1.16808,"16.0":0.22116,"16.1":0.46723,"16.2":0.23673,"16.3":0.40182,"16.4":0.08099,"16.5":0.16197,"16.6-16.7":1.53252,"17.0":0.11214,"17.1":0.18689,"17.2":0.15574,"17.3":0.23673,"17.4":0.50773,"17.5":1.51695,"17.6-17.7":13.10432,"18.0":4.64741,"18.1":4.08361,"18.2":0.16509},P:{"4":0.31909,"20":0.011,"21":0.011,"22":0.011,"23":0.011,"24":0.011,"25":0.04401,"26":1.76052,"27":1.81553,_:"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 17.0 18.0 19.0","6.2-6.4":0.011,"16.0":0.05502},I:{"0":0.00563,"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.00435,_:"6 7 8 9 10 5.5"},K:{"0":0.03953,_:"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.00565},H:{"0":0},L:{"0":22.11334},R:{_:"0"},M:{"0":0.17506}};
1
+ module.exports={C:{"81":0.00431,"115":0.03875,"128":0.00861,"134":0.32718,"135":1.5455,_:"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 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 129 130 131 132 133 136 137 138 3.5 3.6"},D:{"75":0.00431,"76":0.00431,"79":0.00861,"80":0.11193,"87":0.00431,"88":0.00861,"91":0.00431,"94":0.00431,"98":0.01292,"99":0.00861,"101":0.00431,"103":0.06027,"108":0.00431,"109":0.13776,"110":0.00431,"115":0.00431,"116":0.24108,"119":0.00431,"120":0.01292,"121":0.00431,"122":0.07749,"123":0.03014,"124":0.12915,"125":0.00861,"126":0.10763,"127":0.00431,"128":0.06888,"129":0.03014,"130":0.07749,"131":0.97724,"132":8.4378,"133":7.89107,_:"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 77 78 81 83 84 85 86 89 90 92 93 95 96 97 100 102 104 105 106 107 111 112 113 114 117 118 134 135 136"},F:{"87":0.00431,"114":0.03875,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"98":0.00431,"100":0.00431,"109":0.05597,"127":0.00431,"129":0.11624,"130":0.03014,"131":0.09902,"132":3.62912,"133":4.92062,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 99 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 128"},E:{"14":0.02153,_:"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 18.4","12.1":0.00861,"13.1":0.02583,"14.1":0.11193,"15.1":0.02583,"15.2-15.3":0.02583,"15.4":0.00431,"15.5":0.02153,"15.6":0.59409,"16.0":0.06027,"16.1":0.06458,"16.2":0.03014,"16.3":0.10332,"16.4":0.03444,"16.5":0.05597,"16.6":0.78351,"17.0":0.00431,"17.1":0.46925,"17.2":0.02153,"17.3":0.09902,"17.4":0.09041,"17.5":0.22386,"17.6":2.3247,"18.0":0.10332,"18.1":2.05349,"18.2":0.60701,"18.3":3.65495},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00666,"5.0-5.1":0.00333,"6.0-6.1":0.01999,"7.0-7.1":0.01665,"8.1-8.4":0,"9.0-9.2":0.00666,"9.3":0.04996,"10.0-10.2":0.00666,"10.3":0.07661,"11.0-11.2":0.26315,"11.3-11.4":0.02332,"12.0-12.1":0.01332,"12.2-12.5":0.35308,"13.0-13.1":0.00666,"13.2":0.00999,"13.3":0.01332,"13.4-13.7":0.04996,"14.0-14.4":0.10992,"14.5-14.8":0.15323,"15.0-15.1":0.07994,"15.2-15.3":0.07994,"15.4":0.0966,"15.5":0.10992,"15.6-15.8":1.36237,"16.0":0.19653,"16.1":0.40971,"16.2":0.20652,"16.3":0.37307,"16.4":0.08327,"16.5":0.15656,"16.6-16.7":1.62219,"17.0":0.09993,"17.1":0.17654,"17.2":0.1399,"17.3":0.19653,"17.4":0.40638,"17.5":0.96599,"17.6-17.7":3.17776,"18.0":0.93601,"18.1":8.59729,"18.2":2.76472,"18.3":9.85307,"18.4":0.01999},P:{"4":0.17489,"24":0.01093,"25":0.01093,"26":0.01093,"27":3.94599,_:"20 21 22 23 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 17.0 18.0 19.0","7.2-7.4":0.01093,"16.0":0.05465},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.10249,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00431,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":20.05712},R:{_:"0"},M:{"0":0.21637},Q:{_:"14.9"},O:{_:"0"},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"78":0.03057,"115":0.04446,"127":0.00278,"128":0.03335,"129":0.00278,"130":0.00834,"131":0.04446,"132":0.85871,"133":0.08059,"134":0.00556,_:"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 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 135 136 3.5 3.6"},D:{"11":0.00278,"43":0.00278,"49":0.00556,"50":0.00278,"58":0.00278,"63":0.00278,"65":0.0139,"69":0.00834,"70":0.0139,"72":0.00278,"73":0.0528,"74":0.00278,"75":0.00556,"76":0.02223,"77":0.00278,"78":0.00278,"79":0.02779,"81":0.02501,"83":0.23066,"84":0.00278,"86":0.00278,"87":0.03891,"88":0.00278,"89":0.00278,"91":0.00556,"92":0.00278,"93":0.04446,"94":0.03891,"95":0.00278,"97":0.00278,"98":0.00834,"99":0.00278,"100":0.00278,"101":0.00556,"102":0.00834,"103":0.1584,"104":0.00278,"105":0.01112,"106":0.00278,"107":0.00278,"108":0.00556,"109":0.35571,"110":0.00556,"111":0.01945,"112":0.00834,"113":0.00278,"114":0.00834,"115":0.00556,"116":0.08059,"117":0.01945,"118":0.01112,"119":0.02223,"120":0.02779,"121":0.01945,"122":0.03891,"123":0.0139,"124":0.0667,"125":0.02223,"126":0.13617,"127":0.0528,"128":0.12783,"129":0.70309,"130":9.27352,"131":5.14671,"132":0.02223,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 44 45 46 47 48 51 52 53 54 55 56 57 59 60 61 62 64 66 67 68 71 80 85 90 96 133 134"},F:{"28":0.00278,"46":0.00278,"85":0.04446,"86":0.00278,"89":0.00278,"95":0.00834,"103":0.00278,"113":0.06392,"114":0.60026,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 87 88 90 91 92 93 94 96 97 98 99 100 101 102 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"16":0.00278,"17":0.00278,"18":0.00556,"92":0.01112,"100":0.00278,"109":0.01112,"114":0.00278,"118":0.00278,"120":0.00278,"121":0.00278,"124":0.00278,"125":0.00556,"126":0.00556,"127":0.00556,"128":0.01667,"129":0.1584,"130":2.74287,"131":1.62849,_:"12 13 14 15 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 119 122 123"},E:{"11":0.00278,"14":0.01112,"15":0.00278,_:"0 4 5 6 7 8 9 10 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 12.1","11.1":0.00278,"13.1":0.16396,"14.1":0.03891,"15.1":0.00556,"15.2-15.3":0.00278,"15.4":0.00556,"15.5":0.00834,"15.6":0.09449,"16.0":0.01112,"16.1":0.01112,"16.2":0.01945,"16.3":0.02501,"16.4":0.00834,"16.5":0.0139,"16.6":0.13061,"17.0":0.01112,"17.1":0.02501,"17.2":0.03891,"17.3":0.00834,"17.4":0.03057,"17.5":0.1056,"17.6":0.53913,"18.0":0.33348,"18.1":0.40573,"18.2":0.02501},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00255,"5.0-5.1":0,"6.0-6.1":0.01021,"7.0-7.1":0.01277,"8.1-8.4":0,"9.0-9.2":0.01021,"9.3":0.03575,"10.0-10.2":0.00766,"10.3":0.05873,"11.0-11.2":0.6894,"11.3-11.4":0.01787,"12.0-12.1":0.01021,"12.2-12.5":0.2681,"13.0-13.1":0.00511,"13.2":0.06894,"13.3":0.01021,"13.4-13.7":0.0383,"14.0-14.4":0.08426,"14.5-14.8":0.12001,"15.0-15.1":0.06894,"15.2-15.3":0.06383,"15.4":0.0766,"15.5":0.08937,"15.6-15.8":0.9575,"16.0":0.18129,"16.1":0.383,"16.2":0.19405,"16.3":0.32938,"16.4":0.06639,"16.5":0.13277,"16.6-16.7":1.25625,"17.0":0.09192,"17.1":0.1532,"17.2":0.12767,"17.3":0.19405,"17.4":0.4162,"17.5":1.24348,"17.6-17.7":10.74192,"18.0":3.80959,"18.1":3.34744,"18.2":0.13533},P:{"4":0.23222,"20":0.05278,"21":0.02111,"22":0.10555,"23":0.06333,"24":0.07389,"25":0.06333,"26":1.69942,"27":1.04498,"5.0-5.4":0.01056,"6.2-6.4":0.01056,"7.2-7.4":0.14778,_:"8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0 17.0 18.0","13.0":0.03167,"16.0":0.01056,"19.0":0.02111},I:{"0":0.05764,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00002,"4.4":0,"4.4.3-4.4.4":0.00008},A:{"11":0.00556,_:"6 7 8 9 10 5.5"},K:{"0":0.36105,_:"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.01444},O:{"0":0.14442},H:{"0":0},L:{"0":44.13373},R:{_:"0"},M:{"0":0.18775}};
1
+ module.exports={C:{"52":0.00281,"72":0.00562,"78":0.00843,"88":0.04214,"115":0.07303,"121":0.00281,"127":0.00281,"128":0.0309,"130":0.00843,"132":0.00281,"133":0.00843,"134":0.30618,"135":1.02248,"136":0.01124,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 79 80 81 82 83 84 85 86 87 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 122 123 124 125 126 129 131 137 138 3.5 3.6"},D:{"39":0.00281,"43":0.00281,"49":0.00281,"50":0.00281,"55":0.00281,"56":0.00281,"58":0.00281,"59":0.00281,"63":0.00281,"64":0.00281,"65":0.00281,"66":0.00281,"69":0.00843,"70":0.02809,"73":0.06742,"74":0.00281,"75":0.00843,"76":0.00843,"78":0.00281,"79":0.03652,"81":0.00562,"83":0.17416,"84":0.00843,"86":0.01405,"87":0.05899,"88":0.00281,"89":0.00281,"91":0.05056,"93":0.04775,"94":0.02528,"95":0.00281,"98":0.04214,"99":0.00281,"101":0.01685,"102":0.00281,"103":0.13764,"104":0.00562,"105":0.00562,"106":0.00843,"107":0.00281,"108":0.03652,"109":0.23877,"110":0.01124,"111":0.01124,"112":0.00843,"113":0.01685,"114":0.00562,"115":0.00281,"116":0.04214,"117":0.00281,"118":0.00281,"119":0.01966,"120":0.03933,"121":0.01405,"122":0.03371,"123":0.01685,"124":0.07023,"125":0.01124,"126":0.11236,"127":0.01966,"128":0.10674,"129":0.04494,"130":0.08989,"131":0.8736,"132":7.13767,"133":6.78093,"134":0.01685,"135":0.00281,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 40 41 42 44 45 46 47 48 51 52 53 54 57 60 61 62 67 68 71 72 77 80 85 90 92 96 97 100 136"},F:{"28":0.00281,"86":0.01124,"87":0.07865,"114":0.06742,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.00281,"18":0.00281,"92":0.00281,"109":0.00562,"114":0.00562,"120":0.00281,"121":0.00281,"126":0.00562,"127":0.00281,"128":0.00562,"129":0.00281,"130":0.1236,"131":0.08427,"132":1.72754,"133":2.25001,_:"12 13 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 119 122 123 124 125"},E:{"14":0.00562,"15":0.01405,_:"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 12.1 15.1","11.1":0.00562,"13.1":0.02809,"14.1":0.03933,"15.2-15.3":0.00281,"15.4":0.00562,"15.5":0.00562,"15.6":0.08989,"16.0":0.02528,"16.1":0.01124,"16.2":0.01124,"16.3":0.03371,"16.4":0.00562,"16.5":0.00843,"16.6":0.19101,"17.0":0.01405,"17.1":0.03371,"17.2":0.02247,"17.3":0.01405,"17.4":0.14326,"17.5":0.08146,"17.6":0.25,"18.0":0.03652,"18.1":0.41573,"18.2":0.23596,"18.3":0.75281,"18.4":0.00281},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00541,"5.0-5.1":0.00271,"6.0-6.1":0.01624,"7.0-7.1":0.01353,"8.1-8.4":0,"9.0-9.2":0.00541,"9.3":0.04059,"10.0-10.2":0.00541,"10.3":0.06224,"11.0-11.2":0.21377,"11.3-11.4":0.01894,"12.0-12.1":0.01082,"12.2-12.5":0.28683,"13.0-13.1":0.00541,"13.2":0.00812,"13.3":0.01082,"13.4-13.7":0.04059,"14.0-14.4":0.0893,"14.5-14.8":0.12447,"15.0-15.1":0.06494,"15.2-15.3":0.06494,"15.4":0.07847,"15.5":0.0893,"15.6-15.8":1.10674,"16.0":0.15965,"16.1":0.33283,"16.2":0.16777,"16.3":0.30307,"16.4":0.06765,"16.5":0.12718,"16.6-16.7":1.31781,"17.0":0.08118,"17.1":0.14342,"17.2":0.11365,"17.3":0.15965,"17.4":0.33013,"17.5":0.78473,"17.6-17.7":2.5815,"18.0":0.76038,"18.1":6.98412,"18.2":2.24596,"18.3":8.00427,"18.4":0.01624},P:{"4":0.2096,"20":0.02096,"21":0.01048,"22":0.0524,"23":0.02096,"24":0.08384,"25":0.06288,"26":0.18864,"27":2.80866,"5.0-5.4":0.01048,"6.2-6.4":0.01048,"7.2-7.4":0.09432,_:"8.2 9.2 10.1 12.0 14.0 15.0 17.0 18.0","11.1-11.2":0.01048,"13.0":0.01048,"16.0":0.0524,"19.0":0.04192},I:{"0":0.05741,"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.00007},K:{"0":0.20854,_:"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":42.53534},R:{_:"0"},M:{"0":0.22292},Q:{_:"14.9"},O:{"0":0.16539},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"34":0.00456,"39":0.00228,"52":0.00456,"56":0.00228,"70":0.00228,"78":0.00456,"91":0.00228,"103":0.00456,"106":0.00228,"107":0.00228,"110":0.00228,"111":0.00228,"115":0.14364,"117":0.00228,"118":0.00228,"119":0.00228,"125":0.00228,"126":0.00228,"127":0.00456,"128":0.02964,"129":0.00456,"130":0.00228,"131":0.01824,"132":0.48792,"133":0.0456,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 57 58 59 60 61 62 63 64 65 66 67 68 69 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 92 93 94 95 96 97 98 99 100 101 102 104 105 108 109 112 113 114 116 120 121 122 123 124 134 135 136 3.5 3.6"},D:{"11":0.0114,"34":0.00912,"38":0.00228,"47":0.00228,"49":0.00456,"50":0.00228,"58":0.09348,"63":0.00228,"65":0.00228,"66":0.00456,"68":0.00684,"69":0.00228,"70":0.00912,"73":0.00912,"74":0.00684,"76":0.00228,"77":0.00228,"78":0.00456,"79":0.01824,"80":0.00456,"81":0.00684,"83":0.05472,"85":0.00228,"86":0.00228,"87":0.03876,"88":0.0114,"89":0.00228,"90":0.00912,"91":0.00456,"92":0.00228,"93":0.00228,"94":0.02964,"95":0.0114,"96":0.00912,"98":0.0684,"99":0.00456,"100":0.00684,"101":0.00228,"102":0.00456,"103":0.01596,"104":0.01596,"105":0.00912,"106":0.01368,"107":0.01368,"108":0.01596,"109":1.15368,"110":0.0228,"111":0.0114,"112":0.01824,"113":0.00228,"114":0.04788,"115":0.00228,"116":0.02052,"117":0.00912,"118":0.01596,"119":0.0228,"120":0.0342,"121":0.01368,"122":0.07068,"123":0.02964,"124":0.11856,"125":0.04104,"126":0.03876,"127":0.04332,"128":0.10944,"129":0.51984,"130":8.11452,"131":5.2326,"132":0.00456,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 39 40 41 42 43 44 45 46 48 51 52 53 54 55 56 57 59 60 61 62 64 67 71 72 75 84 97 133 134"},F:{"46":0.00456,"73":0.00228,"79":0.00912,"82":0.01596,"83":0.00456,"84":0.00228,"85":0.00456,"92":0.00228,"95":0.01824,"99":0.00228,"102":0.00228,"103":0.00228,"104":0.00228,"107":0.00228,"109":0.03192,"111":0.00456,"112":0.02736,"113":0.05016,"114":0.2736,_:"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 74 75 76 77 78 80 81 86 87 88 89 90 91 93 94 96 97 98 100 101 105 106 108 110 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00228,"18":0.00456,"84":0.00228,"89":0.00228,"92":0.01368,"100":0.0114,"103":0.00684,"106":0.00228,"107":0.00228,"109":0.0114,"112":0.00228,"113":0.00228,"114":0.00228,"116":0.00684,"117":0.00684,"118":0.00456,"120":0.00456,"121":0.00456,"122":0.00228,"123":0.00228,"124":0.00228,"125":0.00228,"126":0.00456,"127":0.01824,"128":0.02052,"129":0.04104,"130":1.20384,"131":0.77976,_:"13 14 15 16 17 79 80 81 83 85 86 87 88 90 91 93 94 95 96 97 98 99 101 102 104 105 108 110 111 115 119"},E:{"14":0.00684,"15":0.00228,_:"0 4 5 6 7 8 9 10 11 12 13 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1","5.1":0.00228,"13.1":0.01368,"14.1":0.00912,"15.1":0.00456,"15.2-15.3":0.00228,"15.4":0.00228,"15.5":0.00228,"15.6":0.10716,"16.0":0.00684,"16.1":0.01368,"16.2":0.00228,"16.3":0.01368,"16.4":0.00228,"16.5":0.00228,"16.6":0.0456,"17.0":0.00912,"17.1":0.00912,"17.2":0.01368,"17.3":0.01368,"17.4":0.04332,"17.5":0.07524,"17.6":0.23028,"18.0":0.16644,"18.1":0.1482,"18.2":0.00456},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00115,"5.0-5.1":0,"6.0-6.1":0.0046,"7.0-7.1":0.00575,"8.1-8.4":0,"9.0-9.2":0.0046,"9.3":0.01611,"10.0-10.2":0.00345,"10.3":0.02646,"11.0-11.2":0.31062,"11.3-11.4":0.00805,"12.0-12.1":0.0046,"12.2-12.5":0.1208,"13.0-13.1":0.0023,"13.2":0.03106,"13.3":0.0046,"13.4-13.7":0.01726,"14.0-14.4":0.03796,"14.5-14.8":0.05407,"15.0-15.1":0.03106,"15.2-15.3":0.02876,"15.4":0.03451,"15.5":0.04027,"15.6-15.8":0.43141,"16.0":0.08168,"16.1":0.17256,"16.2":0.08743,"16.3":0.14841,"16.4":0.02991,"16.5":0.05982,"16.6-16.7":0.56601,"17.0":0.04142,"17.1":0.06903,"17.2":0.05752,"17.3":0.08743,"17.4":0.18752,"17.5":0.56026,"17.6-17.7":4.83985,"18.0":1.71644,"18.1":1.50821,"18.2":0.06097},P:{"4":0.06096,"20":0.02032,"21":0.07112,"22":0.08128,"23":0.11176,"24":0.11176,"25":0.11176,"26":2.01171,"27":1.53418,"5.0-5.4":0.02032,"6.2-6.4":0.02032,"7.2-7.4":0.1016,_:"8.2 9.2 10.1 12.0","11.1-11.2":0.04064,"13.0":0.02032,"14.0":0.04064,"15.0":0.01016,"16.0":0.04064,"17.0":0.02032,"18.0":0.02032,"19.0":0.02032},I:{"0":0.03852,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00005},A:{"11":0.02052,_:"6 7 8 9 10 5.5"},K:{"0":0.19847,_:"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.17758},H:{"0":0.01},L:{"0":62.44639},R:{_:"0"},M:{"0":0.1853}};
1
+ module.exports={C:{"34":0.00222,"52":0.00222,"56":0.00222,"106":0.00222,"108":0.00222,"110":0.00222,"115":0.09337,"125":0.00222,"128":0.01112,"132":0.00222,"133":0.00222,"134":0.11782,"135":0.28677,"136":0.00222,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 107 109 111 112 113 114 116 117 118 119 120 121 122 123 124 126 127 129 130 131 137 138 3.5 3.6"},D:{"11":0.01334,"34":0.00889,"38":0.00222,"43":0.00222,"47":0.00445,"49":0.00222,"50":0.00222,"54":0.00667,"58":0.10004,"66":0.00222,"67":0.00222,"68":0.00222,"70":0.00445,"73":0.01112,"74":0.00222,"77":0.00222,"78":0.00445,"79":0.00889,"80":0.00222,"81":0.00667,"83":0.03557,"84":0.00222,"86":0.00222,"87":0.02445,"88":0.01556,"89":0.00222,"90":0.01112,"91":0.00667,"92":0.00222,"93":0.00222,"94":0.01556,"95":0.00667,"96":0.00445,"97":0.00222,"98":0.04446,"99":0.00222,"100":0.00222,"101":0.00222,"102":0.00222,"103":0.01556,"104":0.00889,"105":0.00222,"106":0.00667,"107":0.00889,"108":0.02001,"109":0.87142,"110":0.02445,"111":0.00889,"112":0.00445,"113":0.00667,"114":0.04891,"115":0.00222,"116":0.04001,"117":0.00445,"118":0.00445,"119":0.02001,"120":0.02445,"121":0.01334,"122":0.04001,"123":0.04224,"124":0.09337,"125":0.01778,"126":0.0289,"127":0.02001,"128":0.06002,"129":0.03779,"130":0.06224,"131":0.68913,"132":6.43559,"133":5.51749,"134":0.01334,"135":0.00445,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 39 40 41 42 44 45 46 48 51 52 53 55 56 57 59 60 61 62 63 64 65 69 71 72 75 76 85 136"},F:{"46":0.00222,"79":0.00445,"82":0.02001,"83":0.00222,"87":0.00667,"95":0.01112,"102":0.00222,"106":0.00222,"109":0.02001,"111":0.00222,"112":0.01112,"113":0.02445,"114":0.0289,_:"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 84 85 86 88 89 90 91 92 93 94 96 97 98 99 100 101 103 104 105 107 108 110 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00222,"92":0.00889,"95":0.00222,"100":0.00222,"106":0.00222,"107":0.00222,"109":0.00445,"110":0.00222,"111":0.00222,"114":0.00222,"118":0.00222,"121":0.00222,"122":0.00222,"124":0.00222,"126":0.00222,"128":0.00222,"129":0.00222,"130":0.00889,"131":0.05558,"132":0.79806,"133":1.04259,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 96 97 98 99 101 102 103 104 105 108 112 113 115 116 117 119 120 123 125 127"},E:{"14":0.00222,_:"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.00222,"13.1":0.02445,"14.1":0.00445,"15.1":0.00222,"15.2-15.3":0.00222,"15.4":0.00222,"15.5":0.00222,"15.6":0.07336,"16.0":0.00889,"16.1":0.00222,"16.2":0.00222,"16.3":0.01112,"16.4":0.00445,"16.5":0.00445,"16.6":0.04224,"17.0":0.00667,"17.1":0.00667,"17.2":0.00667,"17.3":0.01778,"17.4":0.03335,"17.5":0.04668,"17.6":0.09114,"18.0":0.0289,"18.1":0.21341,"18.2":0.07781,"18.3":0.29566},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00264,"5.0-5.1":0.00132,"6.0-6.1":0.00792,"7.0-7.1":0.0066,"8.1-8.4":0,"9.0-9.2":0.00264,"9.3":0.01981,"10.0-10.2":0.00264,"10.3":0.03037,"11.0-11.2":0.10431,"11.3-11.4":0.00924,"12.0-12.1":0.00528,"12.2-12.5":0.13996,"13.0-13.1":0.00264,"13.2":0.00396,"13.3":0.00528,"13.4-13.7":0.01981,"14.0-14.4":0.04357,"14.5-14.8":0.06074,"15.0-15.1":0.03169,"15.2-15.3":0.03169,"15.4":0.03829,"15.5":0.04357,"15.6-15.8":0.54003,"16.0":0.0779,"16.1":0.1624,"16.2":0.08186,"16.3":0.14788,"16.4":0.03301,"16.5":0.06206,"16.6-16.7":0.64302,"17.0":0.03961,"17.1":0.06998,"17.2":0.05546,"17.3":0.0779,"17.4":0.16108,"17.5":0.38291,"17.6-17.7":1.25963,"18.0":0.37102,"18.1":3.40786,"18.2":1.0959,"18.3":3.90564,"18.4":0.00792},P:{"4":0.05092,"20":0.02037,"21":0.04073,"22":0.07128,"23":0.08147,"24":0.08147,"25":0.10183,"26":0.21385,"27":3.24848,"5.0-5.4":0.01018,"6.2-6.4":0.01018,"7.2-7.4":0.09165,_:"8.2 9.2 10.1 12.0","11.1-11.2":0.02037,"13.0":0.01018,"14.0":0.02037,"15.0":0.01018,"16.0":0.01018,"17.0":0.01018,"18.0":0.02037,"19.0":0.02037},I:{"0":0.03104,"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.19995,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.00222,"11":0.01334,_:"6 7 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":63.24874},R:{_:"0"},M:{"0":0.23328},Q:{_:"14.9"},O:{"0":0.1633},H:{"0":0.01}};
@@ -1 +1 @@
1
- module.exports={C:{"47":0.00544,"48":0.01088,"52":0.02176,"56":0.00544,"78":0.03264,"86":0.00544,"88":0.00544,"89":0.02176,"101":0.00544,"102":0.01088,"103":0.0272,"105":0.00544,"106":0.00544,"107":0.00544,"108":0.01088,"109":0.01088,"110":0.00544,"111":0.00544,"113":0.02176,"115":0.50592,"119":0.00544,"121":0.00544,"122":0.00544,"124":0.00544,"125":0.02176,"126":0.00544,"127":0.01632,"128":0.0816,"129":0.01088,"130":0.0272,"131":0.14144,"132":2.27936,"133":0.20128,_:"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 49 50 51 53 54 55 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 87 90 91 92 93 94 95 96 97 98 99 100 104 112 114 116 117 118 120 123 134 135 136 3.5 3.6"},D:{"48":0.00544,"49":0.0272,"52":0.00544,"65":0.00544,"67":0.00544,"68":0.00544,"70":0.01632,"74":0.00544,"75":0.01088,"76":0.00544,"77":0.00544,"78":0.00544,"79":0.01088,"80":0.00544,"81":0.0544,"83":0.01088,"84":0.00544,"85":0.00544,"86":0.0272,"87":0.01632,"88":0.00544,"89":0.01088,"90":0.01088,"91":0.10336,"92":0.31552,"93":0.00544,"94":0.00544,"95":0.02176,"96":0.00544,"97":0.01088,"98":0.02176,"99":0.01088,"100":0.69632,"101":0.02176,"102":0.01632,"103":0.07616,"104":0.05984,"105":0.03808,"106":0.1088,"107":0.136,"108":0.14144,"109":0.96288,"110":0.09248,"111":0.07616,"112":0.1088,"113":0.04896,"114":0.07072,"115":0.01088,"116":0.16864,"117":0.01632,"118":0.07616,"119":0.10336,"120":0.05984,"121":0.09248,"122":0.07616,"123":0.06528,"124":0.12512,"125":0.3536,"126":0.16864,"127":0.16864,"128":0.41888,"129":1.17504,"130":12.72416,"131":7.45824,"132":0.0272,"133":0.01088,_:"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 50 51 53 54 55 56 57 58 59 60 61 62 63 64 66 69 71 72 73 134"},F:{"85":0.04896,"86":0.00544,"91":0.00544,"92":0.00544,"94":0.01088,"95":0.02176,"113":0.01088,"114":0.2992,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 87 88 89 90 93 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.00544,"18":0.00544,"92":0.01088,"101":0.00544,"105":0.00544,"106":0.00544,"107":0.01632,"108":0.02176,"109":0.26112,"110":0.01088,"111":0.01632,"112":0.00544,"113":0.01088,"114":0.01088,"115":0.01088,"116":0.00544,"117":0.03264,"118":0.00544,"119":0.01088,"120":0.02176,"121":0.01088,"122":0.02176,"123":0.01088,"124":0.02176,"125":0.01632,"126":0.04352,"127":0.04896,"128":0.08704,"129":0.23936,"130":6.37568,"131":4.2704,_:"12 13 14 15 16 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 102 103 104"},E:{"13":0.00544,"14":0.03808,"15":0.00544,_:"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.01632,"13.1":0.05984,"14.1":0.11968,"15.1":0.00544,"15.2-15.3":0.00544,"15.4":0.0272,"15.5":0.0272,"15.6":0.19584,"16.0":0.03264,"16.1":0.03808,"16.2":0.03264,"16.3":0.05984,"16.4":0.03264,"16.5":0.03808,"16.6":0.26656,"17.0":0.01088,"17.1":0.02176,"17.2":0.0272,"17.3":0.0272,"17.4":0.10336,"17.5":0.18496,"17.6":1.02272,"18.0":0.29376,"18.1":0.41344,"18.2":0.01088},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00217,"5.0-5.1":0,"6.0-6.1":0.00869,"7.0-7.1":0.01086,"8.1-8.4":0,"9.0-9.2":0.00869,"9.3":0.03042,"10.0-10.2":0.00652,"10.3":0.04998,"11.0-11.2":0.58667,"11.3-11.4":0.01521,"12.0-12.1":0.00869,"12.2-12.5":0.22815,"13.0-13.1":0.00435,"13.2":0.05867,"13.3":0.00869,"13.4-13.7":0.03259,"14.0-14.4":0.0717,"14.5-14.8":0.10212,"15.0-15.1":0.05867,"15.2-15.3":0.05432,"15.4":0.06519,"15.5":0.07605,"15.6-15.8":0.81482,"16.0":0.15427,"16.1":0.32593,"16.2":0.16514,"16.3":0.2803,"16.4":0.05649,"16.5":0.11299,"16.6-16.7":1.06904,"17.0":0.07822,"17.1":0.13037,"17.2":0.10864,"17.3":0.16514,"17.4":0.35417,"17.5":1.05817,"17.6-17.7":9.14114,"18.0":3.24188,"18.1":2.84859,"18.2":0.11516},P:{"20":0.01082,"22":0.01082,"23":0.01082,"24":0.01082,"25":0.02164,"26":0.49762,"27":0.43271,_:"4 21 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 18.0","17.0":0.01082,"19.0":0.01082},I:{"0":0.0455,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00006},A:{"6":0.01904,"8":0.01904,"9":0.03808,"11":0.26656,_:"7 10 5.5"},K:{"0":0.16416,_:"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.10944},O:{"0":0.26904},H:{"0":0},L:{"0":28.918},R:{_:"0"},M:{"0":0.48792}};
1
+ module.exports={C:{"48":0.0053,"52":0.02121,"56":0.01591,"78":0.01591,"101":0.0053,"102":0.0053,"103":0.0106,"106":0.0053,"107":0.0053,"108":0.0053,"109":0.0053,"110":0.0053,"111":0.0053,"113":0.06893,"115":1.94583,"116":0.0053,"125":0.0106,"126":0.0053,"127":0.0106,"128":0.06893,"130":0.0053,"131":0.02651,"132":0.01591,"133":0.03711,"134":0.57792,"135":1.80798,"136":0.0053,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 53 54 55 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 104 105 112 114 117 118 119 120 121 122 123 124 129 137 138 3.5 3.6"},D:{"49":0.02121,"52":0.0053,"53":0.0053,"65":0.0106,"67":0.0053,"68":0.0053,"70":0.0053,"74":0.0106,"75":0.0053,"76":0.0053,"77":0.72107,"78":0.0053,"79":0.0053,"80":0.0053,"81":0.04772,"83":0.01591,"84":0.0053,"85":0.0053,"86":0.02121,"87":0.01591,"88":0.0053,"89":0.0106,"90":0.0053,"91":0.10604,"92":0.0053,"93":0.01591,"95":0.02651,"96":0.0053,"97":0.0106,"98":0.01591,"99":0.0053,"100":0.0053,"101":0.01591,"102":0.0053,"103":0.06362,"104":0.39235,"105":0.01591,"106":0.07423,"107":0.08483,"108":0.07423,"109":0.7953,"110":0.04772,"111":0.04242,"112":0.07953,"113":0.04772,"114":0.07423,"115":0.0053,"116":0.09544,"117":0.0053,"118":0.07423,"119":0.11134,"120":0.17497,"121":0.06362,"122":0.09013,"123":0.07423,"124":0.13785,"125":0.16966,"126":0.09013,"127":0.06893,"128":0.18027,"129":0.17497,"130":0.15906,"131":1.43154,"132":9.44286,"133":8.83843,"134":0.02121,"135":0.04242,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 50 51 54 55 56 57 58 59 60 61 62 63 64 66 69 71 72 73 94 136"},F:{"49":0.0053,"87":0.05832,"88":0.0053,"93":0.0053,"94":0.0053,"95":0.01591,"114":0.0106,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 89 90 91 92 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.0053,"92":0.0053,"100":0.0053,"102":0.0053,"106":0.0053,"107":0.01591,"108":0.0106,"109":0.23329,"110":0.0106,"111":0.0053,"112":0.0053,"113":0.0106,"114":0.0053,"115":0.0053,"116":0.0053,"117":0.0053,"118":0.0053,"119":0.0106,"120":0.02121,"121":0.0106,"122":0.02121,"123":0.0106,"124":0.01591,"125":0.0106,"126":0.02651,"127":0.02651,"128":0.02121,"129":0.02651,"130":0.05832,"131":0.23329,"132":4.40596,"133":5.73146,_:"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 103 104 105"},E:{"13":0.0053,"14":0.02121,"15":0.0053,_:"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.0106,"13.1":0.03711,"14.1":0.07423,"15.1":0.0053,"15.2-15.3":0.0106,"15.4":0.01591,"15.5":0.02121,"15.6":0.17497,"16.0":0.03181,"16.1":0.03181,"16.2":0.02121,"16.3":0.04772,"16.4":0.0106,"16.5":0.02121,"16.6":0.20678,"17.0":0.0106,"17.1":0.08483,"17.2":0.02121,"17.3":0.02651,"17.4":0.06893,"17.5":0.10074,"17.6":0.33403,"18.0":0.04242,"18.1":0.34463,"18.2":0.14315,"18.3":0.77409},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00459,"5.0-5.1":0.00229,"6.0-6.1":0.01376,"7.0-7.1":0.01147,"8.1-8.4":0,"9.0-9.2":0.00459,"9.3":0.0344,"10.0-10.2":0.00459,"10.3":0.05275,"11.0-11.2":0.18119,"11.3-11.4":0.01605,"12.0-12.1":0.00917,"12.2-12.5":0.24312,"13.0-13.1":0.00459,"13.2":0.00688,"13.3":0.00917,"13.4-13.7":0.0344,"14.0-14.4":0.07569,"14.5-14.8":0.1055,"15.0-15.1":0.05505,"15.2-15.3":0.05505,"15.4":0.06651,"15.5":0.07569,"15.6-15.8":0.93806,"16.0":0.13532,"16.1":0.28211,"16.2":0.1422,"16.3":0.25688,"16.4":0.05734,"16.5":0.1078,"16.6-16.7":1.11696,"17.0":0.06881,"17.1":0.12156,"17.2":0.09633,"17.3":0.13532,"17.4":0.27981,"17.5":0.66513,"17.6-17.7":2.18804,"18.0":0.64449,"18.1":5.91964,"18.2":1.90364,"18.3":6.78431,"18.4":0.01376},P:{"20":0.02182,"22":0.01091,"23":0.01091,"25":0.01091,"26":0.02182,"27":0.93819,_:"4 21 24 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.0375,"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.14091,_:"10 11 12 11.1 11.5 12.1"},A:{"6":0.02651,"9":0.02651,"11":0.31812,_:"7 8 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":30.00297},R:{_:"0"},M:{"0":0.47909},Q:{"14.9":0.12682},O:{"0":0.27243},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"34":0.00299,"47":0.00599,"52":0.00599,"66":0.00299,"72":0.00299,"78":0.00898,"103":0.00299,"112":0.00299,"113":0.00599,"115":0.19461,"118":0.00599,"119":0.00599,"120":0.00299,"122":0.00599,"123":0.01497,"124":0.00299,"125":0.0479,"126":0.00898,"127":0.01796,"128":0.03593,"129":0.01198,"130":0.01497,"131":0.10479,"132":1.17964,"133":0.11377,_:"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 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 67 68 69 70 71 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 104 105 106 107 108 109 110 111 114 116 117 121 134 135 136 3.5 3.6"},D:{"11":0.00599,"34":0.00299,"38":0.00299,"43":0.00299,"49":0.00599,"50":0.00299,"51":0.00599,"54":0.00299,"56":0.00599,"57":0.00299,"58":0.00299,"64":0.00299,"65":0.00599,"66":0.00898,"68":0.00299,"69":0.00599,"70":0.00898,"71":0.00299,"72":0.01198,"73":0.05689,"74":0.00599,"75":0.00599,"76":0.01497,"77":0.00599,"78":0.00299,"79":0.03892,"80":0.00299,"81":0.00898,"83":0.11078,"84":0.00299,"86":0.00299,"87":0.03892,"88":0.04192,"89":0.00299,"90":0.00299,"91":0.00599,"92":0.00299,"93":0.01796,"94":0.01796,"95":0.01497,"96":0.00299,"97":0.00299,"98":0.02695,"99":0.00299,"100":0.00898,"101":0.00599,"102":0.00599,"103":0.07485,"104":0.01198,"105":0.00599,"106":0.01796,"107":0.00898,"108":0.01796,"109":1.02095,"110":0.00898,"111":0.02695,"112":0.00599,"113":0.02096,"114":0.02096,"115":0.00299,"116":0.05689,"117":0.00599,"118":0.00898,"119":0.06587,"120":0.02695,"121":0.02395,"122":0.05988,"123":0.04192,"124":0.03892,"125":0.04491,"126":0.08683,"127":0.06587,"128":0.16168,"129":0.45209,"130":9.64367,"131":6.40117,"132":0.02096,"133":0.00299,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 39 40 41 42 44 45 46 47 48 52 53 55 59 60 61 62 63 67 85 134"},F:{"36":0.00299,"46":0.00898,"79":0.00299,"83":0.01198,"84":0.04491,"85":0.08383,"86":0.00898,"95":0.01796,"112":0.00299,"113":0.01796,"114":0.58084,_:"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 80 81 82 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00299,"13":0.00299,"14":0.00299,"15":0.00299,"16":0.00299,"18":0.00898,"89":0.00299,"90":0.00299,"92":0.03293,"100":0.00299,"107":0.00299,"109":0.02096,"111":0.00299,"113":0.00599,"114":0.01497,"119":0.00299,"120":0.00299,"121":0.00599,"122":0.00898,"123":0.00299,"124":0.01497,"125":0.01198,"126":0.01198,"127":0.02395,"128":0.03593,"129":0.0509,"130":1.4491,"131":0.93113,_:"17 79 80 81 83 84 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 108 110 112 115 116 117 118"},E:{"14":0.00299,_:"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 15.1","5.1":0.02695,"12.1":0.00299,"13.1":0.00898,"14.1":0.01796,"15.2-15.3":0.00299,"15.4":0.00299,"15.5":0.00299,"15.6":0.05689,"16.0":0.00599,"16.1":0.00299,"16.2":0.00299,"16.3":0.00599,"16.4":0.00599,"16.5":0.00898,"16.6":0.11078,"17.0":0.00599,"17.1":0.00898,"17.2":0.00599,"17.3":0.01198,"17.4":0.01497,"17.5":0.03293,"17.6":0.09581,"18.0":0.05988,"18.1":0.0988,"18.2":0.00599},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00021,"5.0-5.1":0,"6.0-6.1":0.00082,"7.0-7.1":0.00103,"8.1-8.4":0,"9.0-9.2":0.00082,"9.3":0.00288,"10.0-10.2":0.00062,"10.3":0.00474,"11.0-11.2":0.05561,"11.3-11.4":0.00144,"12.0-12.1":0.00082,"12.2-12.5":0.02162,"13.0-13.1":0.00041,"13.2":0.00556,"13.3":0.00082,"13.4-13.7":0.00309,"14.0-14.4":0.0068,"14.5-14.8":0.00968,"15.0-15.1":0.00556,"15.2-15.3":0.00515,"15.4":0.00618,"15.5":0.00721,"15.6-15.8":0.07723,"16.0":0.01462,"16.1":0.03089,"16.2":0.01565,"16.3":0.02657,"16.4":0.00535,"16.5":0.01071,"16.6-16.7":0.10133,"17.0":0.00741,"17.1":0.01236,"17.2":0.0103,"17.3":0.01565,"17.4":0.03357,"17.5":0.1003,"17.6-17.7":0.86642,"18.0":0.30727,"18.1":0.27,"18.2":0.01092},P:{"4":0.23699,"20":0.0103,"21":0.0103,"22":0.06182,"23":0.04122,"24":0.15456,"25":0.05152,"26":0.52551,"27":0.35034,_:"5.0-5.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0","6.2-6.4":0.0103,"7.2-7.4":0.11335,"17.0":0.0103,"19.0":0.02061},I:{"0":0.10484,"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.00014},A:{"10":0.00362,"11":0.08321,_:"6 7 8 9 5.5"},K:{"0":12.99109,_:"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.04203},O:{"0":0.15411},H:{"0":3.94},L:{"0":53.39714},R:{_:"0"},M:{"0":0.22416}};
1
+ module.exports={C:{"47":0.00324,"52":0.00324,"72":0.00324,"78":0.00649,"102":0.00324,"103":0.00324,"108":0.00324,"109":0.00324,"112":0.00324,"113":0.00324,"115":0.17842,"121":0.00324,"123":0.00649,"125":0.00324,"126":0.02595,"127":0.01622,"128":0.04217,"129":0.00973,"130":0.00649,"131":0.00649,"132":0.01622,"133":0.01298,"134":0.33413,"135":1.03159,"136":0.02271,_:"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 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 104 105 106 107 110 111 114 116 117 118 119 120 122 124 137 138 3.5 3.6"},D:{"11":0.00324,"43":0.00324,"49":0.00324,"51":0.00649,"56":0.00973,"58":0.00324,"65":0.00324,"66":0.01622,"68":0.00324,"69":0.00324,"70":0.00649,"71":0.00324,"72":0.00973,"73":0.03893,"74":0.00324,"75":0.00324,"76":0.00649,"78":0.01622,"79":0.0292,"80":0.00324,"81":0.00324,"83":0.07461,"85":0.00324,"86":0.00324,"87":0.03893,"88":0.01946,"90":0.00324,"91":0.0292,"92":0.00324,"93":0.01298,"94":0.01622,"95":0.01298,"97":0.00324,"98":0.02271,"99":0.00324,"100":0.00649,"101":0.00324,"102":0.00324,"103":0.07137,"104":0.03893,"105":0.00973,"106":0.02595,"107":0.00973,"108":0.01946,"109":1.02186,"110":0.00973,"111":0.03568,"112":0.00649,"113":0.0292,"114":0.01946,"115":0.00324,"116":0.06488,"117":0.00324,"118":0.00973,"119":0.08434,"120":0.02271,"121":0.01298,"122":0.07137,"123":0.01946,"124":0.0292,"125":0.0811,"126":0.06812,"127":0.0292,"128":0.06812,"129":0.05839,"130":0.27574,"131":1.03484,"132":8.20408,"133":7.87319,"134":0.03568,"135":0.00324,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 44 45 46 47 48 50 52 53 54 55 57 59 60 61 62 63 64 67 77 84 89 96 136"},F:{"46":0.00649,"79":0.00324,"84":0.00973,"85":0.00324,"86":0.03893,"87":0.20762,"88":0.02271,"95":0.01622,"110":0.00324,"111":0.00324,"114":0.01622,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 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.00324,"13":0.00324,"14":0.00324,"18":0.01946,"89":0.00324,"90":0.00324,"92":0.02595,"100":0.00649,"106":0.00324,"108":0.00324,"109":0.01946,"111":0.00324,"114":0.01622,"115":0.00324,"116":0.00324,"119":0.00324,"120":0.00324,"121":0.00324,"122":0.00649,"124":0.00973,"125":0.03244,"126":0.00649,"127":0.00649,"128":0.01298,"129":0.00973,"130":0.01622,"131":0.07786,"132":1.06403,"133":1.40465,_:"15 16 17 79 80 81 83 84 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 107 110 112 113 117 118 123"},E:{"11":0.00324,_:"0 4 5 6 7 8 9 10 12 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 15.1 18.4","5.1":0.00324,"12.1":0.00324,"13.1":0.00649,"14.1":0.0292,"15.2-15.3":0.00324,"15.4":0.00324,"15.5":0.00324,"15.6":0.03893,"16.0":0.00324,"16.1":0.00324,"16.2":0.00324,"16.3":0.00649,"16.4":0.00324,"16.5":0.00324,"16.6":0.07786,"17.0":0.00324,"17.1":0.00649,"17.2":0.00649,"17.3":0.00649,"17.4":0.01946,"17.5":0.04866,"17.6":0.07137,"18.0":0.00973,"18.1":0.0519,"18.2":0.04866,"18.3":0.12003},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00043,"5.0-5.1":0.00021,"6.0-6.1":0.00128,"7.0-7.1":0.00107,"8.1-8.4":0,"9.0-9.2":0.00043,"9.3":0.0032,"10.0-10.2":0.00043,"10.3":0.00491,"11.0-11.2":0.01687,"11.3-11.4":0.00149,"12.0-12.1":0.00085,"12.2-12.5":0.02263,"13.0-13.1":0.00043,"13.2":0.00064,"13.3":0.00085,"13.4-13.7":0.0032,"14.0-14.4":0.00705,"14.5-14.8":0.00982,"15.0-15.1":0.00512,"15.2-15.3":0.00512,"15.4":0.00619,"15.5":0.00705,"15.6-15.8":0.08732,"16.0":0.0126,"16.1":0.02626,"16.2":0.01324,"16.3":0.02391,"16.4":0.00534,"16.5":0.01003,"16.6-16.7":0.10397,"17.0":0.0064,"17.1":0.01131,"17.2":0.00897,"17.3":0.0126,"17.4":0.02605,"17.5":0.06191,"17.6-17.7":0.20367,"18.0":0.05999,"18.1":0.55102,"18.2":0.1772,"18.3":0.6315,"18.4":0.00128},P:{"4":0.14261,"20":0.01019,"21":0.01019,"22":0.03056,"23":0.02037,"24":0.13243,"25":0.05093,"26":0.08149,"27":0.71307,_:"5.0-5.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0","6.2-6.4":0.01019,"7.2-7.4":0.09168,"19.0":0.01019},I:{"0":0.06068,"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.00007},K:{"0":14.43504,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.00399,"10":0.00399,"11":0.04392,_:"6 7 9 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":51.85178},R:{_:"0"},M:{"0":0.24322},Q:{_:"14.9"},O:{"0":0.16214},H:{"0":3.34}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.02507,"79":0.01075,"84":0.00358,"89":0.00358,"90":0.08955,"94":0.01075,"109":0.00358,"113":0.02149,"115":0.27223,"116":0.00716,"119":0.01791,"121":0.00358,"123":0.01075,"125":0.06806,"126":0.00358,"127":0.00358,"128":0.01791,"129":0.00358,"130":0.01075,"131":0.03582,"132":0.81311,"133":0.1003,_:"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 80 81 82 83 85 86 87 88 91 92 93 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 114 117 118 120 122 124 134 135 136 3.5 3.6"},D:{"29":0.00358,"41":0.00358,"47":0.00358,"49":0.01791,"50":0.01075,"55":0.00358,"57":0.01075,"58":3.13783,"60":0.01433,"67":0.00358,"71":0.00358,"75":0.00358,"78":0.00358,"79":0.02149,"80":0.00358,"83":0.00716,"84":0.02149,"85":0.00716,"86":0.00358,"87":0.01433,"88":0.00716,"89":0.00716,"90":0.00358,"91":0.00358,"92":0.01075,"94":0.0394,"97":0.00358,"100":0.00358,"101":0.08239,"102":0.00716,"103":0.01791,"105":0.00358,"106":0.03582,"107":0.00716,"108":0.01433,"109":1.96294,"110":0.00358,"111":0.00358,"112":0.01075,"114":0.02149,"115":0.00358,"116":0.0394,"117":0.00358,"118":0.04657,"119":0.01075,"120":0.13612,"121":0.02149,"122":0.08597,"123":0.04298,"124":0.05373,"125":0.04298,"126":0.11462,"127":0.05373,"128":0.48357,"129":0.58028,"130":10.01169,"131":6.39387,"132":0.00716,"133":0.00716,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 30 31 32 33 34 35 36 37 38 39 40 42 43 44 45 46 48 51 52 53 54 56 59 61 62 63 64 65 66 68 69 70 72 73 74 76 77 81 93 95 96 98 99 104 113 134"},F:{"42":0.06806,"70":0.00358,"79":0.00716,"80":0.00358,"82":0.00358,"85":0.03224,"86":0.00358,"95":0.15761,"102":0.00358,"113":0.03224,"114":1.49369,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 71 72 73 74 75 76 77 78 81 83 84 87 88 89 90 91 92 93 94 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"17":0.00358,"18":0.00716,"92":0.01791,"100":0.00358,"109":0.01433,"110":0.00716,"112":0.00358,"115":0.01075,"120":0.00716,"121":0.00358,"122":0.00358,"125":0.00716,"127":0.00716,"128":0.00358,"129":0.05015,"130":1.06385,"131":1.0746,_:"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 111 113 114 116 117 118 119 123 124 126"},E:{"14":0.01075,_:"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","5.1":0.0788,"13.1":0.13253,"14.1":0.03582,"15.1":0.00358,"15.4":0.00358,"15.5":0.00358,"15.6":0.06806,"16.0":0.00358,"16.1":0.01075,"16.2":0.00358,"16.3":0.01433,"16.4":0.00716,"16.5":0.00716,"16.6":0.08597,"17.0":0.00716,"17.1":0.05731,"17.2":0.01791,"17.3":0.02507,"17.4":0.04298,"17.5":0.12537,"17.6":0.36178,"18.0":0.19343,"18.1":0.29372,"18.2":0.00358},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00104,"5.0-5.1":0,"6.0-6.1":0.00417,"7.0-7.1":0.00521,"8.1-8.4":0,"9.0-9.2":0.00417,"9.3":0.01458,"10.0-10.2":0.00312,"10.3":0.02396,"11.0-11.2":0.28124,"11.3-11.4":0.00729,"12.0-12.1":0.00417,"12.2-12.5":0.10937,"13.0-13.1":0.00208,"13.2":0.02812,"13.3":0.00417,"13.4-13.7":0.01562,"14.0-14.4":0.03437,"14.5-14.8":0.04896,"15.0-15.1":0.02812,"15.2-15.3":0.02604,"15.4":0.03125,"15.5":0.03646,"15.6-15.8":0.39062,"16.0":0.07396,"16.1":0.15625,"16.2":0.07916,"16.3":0.13437,"16.4":0.02708,"16.5":0.05417,"16.6-16.7":0.51249,"17.0":0.0375,"17.1":0.0625,"17.2":0.05208,"17.3":0.07916,"17.4":0.16979,"17.5":0.50728,"17.6-17.7":4.38219,"18.0":1.55413,"18.1":1.36559,"18.2":0.05521},P:{"4":0.06179,"20":0.0103,"21":0.06179,"22":0.0309,"23":0.04119,"24":0.08239,"25":0.07209,"26":0.54583,"27":0.27806,_:"5.0-5.4 8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0","6.2-6.4":0.0103,"7.2-7.4":0.08239,"13.0":0.0206,"17.0":0.0103,"18.0":0.0103,"19.0":0.0103},I:{"0":0.02562,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00003},A:{"8":0.02022,"9":0.00404,"10":0.00404,"11":0.22243,_:"6 7 5.5"},K:{"0":0.53269,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.00642,_:"3.0-3.1"},J:{_:"7 10"},Q:{"14.9":0.02567},O:{"0":0.49419},H:{"0":0},L:{"0":50.27321},R:{_:"0"},M:{"0":0.13478}};
1
+ module.exports={C:{"3":0.00368,"52":0.02942,"90":0.16179,"105":0.00368,"113":0.00735,"115":0.26842,"119":0.00368,"121":0.04045,"125":0.01103,"127":0.00735,"128":0.02206,"129":0.00368,"131":0.00735,"133":0.00368,"134":0.18753,"135":1.04427,_:"2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 91 92 93 94 95 96 97 98 99 100 101 102 103 104 106 107 108 109 110 111 112 114 116 117 118 120 122 123 124 126 130 132 136 137 138 3.5 3.6"},D:{"29":0.01103,"40":0.00368,"42":0.00368,"43":0.00368,"44":0.00368,"45":0.00368,"47":0.00368,"48":0.00368,"49":0.02942,"50":0.00368,"51":0.00368,"52":0.00368,"53":0.00368,"54":0.00368,"55":0.00368,"56":0.00368,"57":0.00368,"58":0.02942,"59":0.00368,"60":0.00735,"68":0.00368,"69":0.00368,"70":0.00368,"72":0.00368,"75":0.00368,"79":0.01839,"83":0.01471,"84":0.01471,"86":0.00735,"87":0.01103,"88":0.00368,"89":0.00368,"90":0.01839,"91":0.00368,"92":0.00368,"94":0.05148,"96":0.00368,"97":0.01471,"99":0.02206,"101":0.00735,"102":0.0478,"103":0.00368,"105":0.01103,"106":0.00735,"107":0.01103,"108":0.00735,"109":1.74658,"111":0.02942,"112":0.01103,"113":0.00735,"114":0.00735,"116":0.04045,"117":0.00368,"118":0.06619,"119":0.02574,"120":0.73172,"121":0.01839,"122":0.10296,"123":0.01471,"124":0.04045,"125":0.01839,"126":0.10663,"127":0.01103,"128":0.14708,"129":0.20224,"130":0.18753,"131":1.04059,"132":9.12631,"133":8.73655,"134":0.00368,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 30 31 32 33 34 35 36 37 38 39 41 46 61 62 63 64 65 66 67 71 73 74 76 77 78 80 81 85 93 95 98 100 104 110 115 135 136"},F:{"46":0.00735,"79":0.03309,"85":0.00735,"86":0.01839,"87":0.01471,"90":0.00735,"95":0.13605,"114":0.03309,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 88 89 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6","12.1":0.00368},B:{"14":0.00368,"18":0.00368,"92":0.00368,"97":0.00368,"100":0.00368,"109":0.00735,"110":0.00735,"114":0.00368,"122":0.00368,"125":0.00368,"126":0.00368,"129":0.00368,"130":0.00735,"131":0.41182,"132":0.70966,"133":0.86777,_:"12 13 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 98 99 101 102 103 104 105 106 107 108 111 112 113 115 116 117 118 119 120 121 123 124 127 128"},E:{"4":0.00735,_:"0 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 13.1 15.4 16.0 16.2 18.4","5.1":0.06986,"14.1":0.01839,"15.1":0.00368,"15.2-15.3":0.00368,"15.5":0.10663,"15.6":0.08825,"16.1":0.01103,"16.3":0.01839,"16.4":0.00735,"16.5":0.00368,"16.6":0.02574,"17.0":0.01471,"17.1":0.03309,"17.2":0.00368,"17.3":0.01839,"17.4":0.08457,"17.5":0.06251,"17.6":0.15811,"18.0":0.03309,"18.1":0.11766,"18.2":0.13973,"18.3":0.36035},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00197,"5.0-5.1":0.00099,"6.0-6.1":0.00591,"7.0-7.1":0.00493,"8.1-8.4":0,"9.0-9.2":0.00197,"9.3":0.01478,"10.0-10.2":0.00197,"10.3":0.02266,"11.0-11.2":0.07782,"11.3-11.4":0.0069,"12.0-12.1":0.00394,"12.2-12.5":0.10442,"13.0-13.1":0.00197,"13.2":0.00296,"13.3":0.00394,"13.4-13.7":0.01478,"14.0-14.4":0.03251,"14.5-14.8":0.04532,"15.0-15.1":0.02364,"15.2-15.3":0.02364,"15.4":0.02857,"15.5":0.03251,"15.6-15.8":0.40292,"16.0":0.05812,"16.1":0.12117,"16.2":0.06108,"16.3":0.11033,"16.4":0.02463,"16.5":0.0463,"16.6-16.7":0.47976,"17.0":0.02955,"17.1":0.05221,"17.2":0.04138,"17.3":0.05812,"17.4":0.12019,"17.5":0.28569,"17.6-17.7":0.93981,"18.0":0.27682,"18.1":2.5426,"18.2":0.81765,"18.3":2.914,"18.4":0.00591},P:{"4":0.04215,"20":0.02108,"21":0.02108,"22":0.04215,"23":0.05269,"24":0.08431,"25":0.03162,"26":0.07377,"27":0.82199,_:"5.0-5.4 8.2 9.2 10.1 12.0 14.0 15.0 16.0 17.0 18.0","6.2-6.4":0.02108,"7.2-7.4":0.05269,"11.1-11.2":0.01054,"13.0":0.04215,"19.0":0.01054},I:{"0":0.01893,"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.59436,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.04588,"9":0.01251,"10":0.02085,"11":0.47966,_:"6 7 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":50.67732},R:{_:"0"},M:{"0":0.09485},Q:{"14.9":0.00632},O:{"0":0.61333},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"4":0.00389,"39":0.00389,"47":0.03109,"50":0.00777,"51":0.01166,"52":0.01943,"58":0.00389,"60":0.00389,"67":0.00389,"68":0.00389,"72":0.00389,"75":0.01166,"78":0.05052,"91":0.00777,"102":0.02332,"103":0.05829,"105":0.00777,"106":0.00389,"107":0.00389,"109":0.00777,"110":0.00389,"111":0.01943,"112":0.00389,"114":0.00777,"115":0.13212,"116":0.00389,"118":0.00389,"124":0.00389,"125":0.01166,"127":0.01166,"128":0.01166,"129":0.00777,"130":0.01554,"131":0.0544,"132":1.31735,"133":0.08938,"134":0.00389,_:"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 40 41 42 43 44 45 46 48 49 53 54 55 56 57 59 61 62 63 64 65 66 69 70 71 73 74 76 77 79 80 81 82 83 84 85 86 87 88 89 90 92 93 94 95 96 97 98 99 100 101 104 108 113 117 119 120 121 122 123 126 135 136 3.5 3.6"},D:{"29":0.00389,"37":0.01554,"38":0.01166,"41":0.00389,"43":0.00389,"45":0.00389,"48":0.00389,"49":0.00389,"51":0.00389,"56":0.07383,"57":0.00389,"58":0.00389,"69":0.01943,"70":0.00389,"71":0.00389,"72":0.00389,"75":0.00389,"76":0.00389,"77":0.00389,"78":0.00389,"79":0.03886,"80":0.01554,"81":0.01554,"83":0.00777,"84":0.00389,"85":0.03497,"86":0.01554,"87":0.06606,"88":0.00389,"89":0.00389,"90":0.00777,"91":0.00389,"94":0.0272,"95":0.00389,"97":0.00777,"98":0.01554,"99":0.00777,"100":0.01166,"101":0.00389,"102":0.01943,"103":0.04275,"104":0.11658,"105":0.0272,"106":0.06995,"107":0.08161,"108":0.10492,"109":0.58679,"110":0.06995,"111":0.04663,"112":0.0544,"113":0.00389,"114":0.03886,"115":0.01166,"116":0.08938,"117":0.03886,"118":0.0272,"119":0.03109,"120":0.04663,"121":0.03497,"122":0.05829,"123":0.03886,"124":0.15544,"125":0.0544,"126":0.25259,"127":0.18653,"128":0.29145,"129":0.9987,"130":14.44815,"131":9.22148,"132":0.01943,"133":0.01166,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 30 31 32 33 34 35 36 39 40 42 44 46 47 50 52 53 54 55 59 60 61 62 63 64 65 66 67 68 73 74 92 93 96 134"},F:{"44":0.00389,"65":0.00389,"84":0.00389,"85":0.00777,"95":0.01166,"102":0.00389,"103":0.00389,"110":0.00389,"113":0.03497,"114":1.67098,_:"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 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 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:{"12":0.00389,"14":0.00777,"17":0.00389,"18":0.01166,"86":0.00389,"89":0.00389,"92":0.0272,"100":0.00389,"102":0.00389,"105":0.00389,"107":0.00389,"108":0.01943,"109":0.0272,"110":0.00777,"112":0.06606,"113":0.00777,"114":0.01554,"116":0.01166,"117":0.01943,"118":0.00777,"120":0.01943,"121":0.00777,"122":0.00777,"123":0.00389,"124":0.00389,"125":0.00389,"126":0.0272,"127":0.00777,"128":0.01943,"129":0.04275,"130":1.44559,"131":0.95207,_:"13 15 16 79 80 81 83 84 85 87 88 90 91 93 94 95 96 97 98 99 101 103 104 106 111 115 119"},E:{"4":0.00389,"10":0.01554,"14":0.01166,"15":0.00389,_:"0 5 6 7 8 9 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.2-15.3","12.1":0.00389,"13.1":0.01554,"14.1":0.03497,"15.1":0.00389,"15.4":0.03109,"15.5":0.01554,"15.6":0.12824,"16.0":0.03497,"16.1":0.02332,"16.2":0.01554,"16.3":0.04663,"16.4":0.01554,"16.5":0.01166,"16.6":0.13212,"17.0":0.00389,"17.1":0.01554,"17.2":0.0272,"17.3":0.01554,"17.4":0.09715,"17.5":0.09326,"17.6":0.43135,"18.0":0.14767,"18.1":0.21373,"18.2":0.03886},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00194,"5.0-5.1":0,"6.0-6.1":0.00776,"7.0-7.1":0.00971,"8.1-8.4":0,"9.0-9.2":0.00776,"9.3":0.02718,"10.0-10.2":0.00582,"10.3":0.04465,"11.0-11.2":0.52412,"11.3-11.4":0.01359,"12.0-12.1":0.00776,"12.2-12.5":0.20383,"13.0-13.1":0.00388,"13.2":0.05241,"13.3":0.00776,"13.4-13.7":0.02912,"14.0-14.4":0.06406,"14.5-14.8":0.09124,"15.0-15.1":0.05241,"15.2-15.3":0.04853,"15.4":0.05824,"15.5":0.06794,"15.6-15.8":0.72795,"16.0":0.13782,"16.1":0.29118,"16.2":0.14753,"16.3":0.25041,"16.4":0.05047,"16.5":0.10094,"16.6-16.7":0.95507,"17.0":0.06988,"17.1":0.11647,"17.2":0.09706,"17.3":0.14753,"17.4":0.31641,"17.5":0.94536,"17.6-17.7":8.16661,"18.0":2.89626,"18.1":2.54491,"18.2":0.10288},P:{"4":0.0321,"20":0.0107,"21":0.0107,"22":0.0107,"23":0.0321,"24":0.0107,"25":0.0321,"26":0.50288,"27":0.48148,"5.0-5.4":0.0107,_:"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.0107,"17.0":0.0107},I:{"0":0.0488,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00006},A:{"8":0.03643,"9":0.0052,"10":0.01041,"11":0.53086,_:"6 7 5.5"},K:{"0":0.41187,_:"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.0856},O:{"0":0.94156},H:{"0":0.01},L:{"0":40.4012},R:{_:"0"},M:{"0":0.2201}};
1
+ module.exports={C:{"52":0.00456,"67":0.00456,"68":0.00456,"72":0.00456,"75":0.01822,"78":0.04555,"103":0.00911,"107":0.00456,"108":0.01367,"109":0.00456,"115":0.06377,"125":0.03644,"127":0.00911,"128":0.00911,"129":0.00456,"130":0.00456,"132":0.00456,"133":0.00911,"134":0.1822,"135":0.85179,"136":0.00456,_:"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 69 70 71 73 74 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 110 111 112 113 114 116 117 118 119 120 121 122 123 124 126 131 137 138 3.5 3.6"},D:{"37":0.00456,"48":0.00911,"56":0.02278,"69":0.03644,"70":0.00911,"71":0.00456,"76":0.00456,"77":0.00456,"79":0.03644,"80":0.00456,"81":0.01822,"85":0.04555,"86":0.02733,"87":0.05011,"89":0.00456,"91":0.00911,"94":0.00456,"97":0.01367,"98":0.00456,"100":0.02278,"101":0.00456,"102":0.00456,"103":0.01822,"104":0.28241,"105":0.02278,"106":0.05011,"107":0.06833,"108":0.09566,"109":0.38718,"110":0.05922,"111":0.05466,"112":0.05011,"113":0.00911,"114":0.01367,"115":0.00456,"116":0.09566,"117":0.01367,"118":0.00456,"119":0.03644,"120":0.02733,"121":0.01367,"122":0.03189,"123":0.02733,"124":0.23231,"125":0.05466,"126":0.12754,"127":0.08655,"128":0.08655,"129":0.22775,"130":0.12754,"131":2.25017,"132":15.41412,"133":13.93375,"134":0.01367,"135":0.01367,_:"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 50 51 52 53 54 55 57 58 59 60 61 62 63 64 65 66 67 68 72 73 74 75 78 83 84 88 90 92 93 95 96 99 136"},F:{"65":0.00456,"87":0.00911,"92":0.00456,"94":0.00911,"95":0.00456,"114":0.01367,_:"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 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 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:{"14":0.00911,"17":0.00456,"18":0.00911,"89":0.00456,"92":0.02278,"100":0.00456,"102":0.00456,"105":0.00456,"106":0.00911,"107":0.01367,"108":0.00456,"109":0.00911,"110":0.00456,"111":0.00911,"117":0.02278,"118":0.00456,"122":0.00456,"124":0.00456,"126":0.00456,"127":0.00456,"128":0.00911,"129":0.03189,"130":0.00911,"131":0.11843,"132":0.78802,"133":1.29362,_:"12 13 15 16 79 80 81 83 84 85 86 87 88 90 91 93 94 95 96 97 98 99 101 103 104 112 113 114 115 116 119 120 121 123 125"},E:{"14":0.00456,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.2-15.3 15.4 18.4","13.1":0.01822,"14.1":0.01367,"15.1":0.00456,"15.5":0.00911,"15.6":0.08655,"16.0":0.041,"16.1":0.00911,"16.2":0.00456,"16.3":0.00911,"16.4":0.00911,"16.5":0.041,"16.6":0.06833,"17.0":0.00456,"17.1":0.05922,"17.2":0.00911,"17.3":0.00911,"17.4":0.02733,"17.5":0.041,"17.6":0.13665,"18.0":0.03644,"18.1":0.1321,"18.2":0.10477,"18.3":0.25508},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00331,"5.0-5.1":0.00166,"6.0-6.1":0.00994,"7.0-7.1":0.00829,"8.1-8.4":0,"9.0-9.2":0.00331,"9.3":0.02486,"10.0-10.2":0.00331,"10.3":0.03812,"11.0-11.2":0.13094,"11.3-11.4":0.0116,"12.0-12.1":0.00663,"12.2-12.5":0.17569,"13.0-13.1":0.00331,"13.2":0.00497,"13.3":0.00663,"13.4-13.7":0.02486,"14.0-14.4":0.0547,"14.5-14.8":0.07624,"15.0-15.1":0.03978,"15.2-15.3":0.03978,"15.4":0.04807,"15.5":0.0547,"15.6-15.8":0.6779,"16.0":0.09779,"16.1":0.20387,"16.2":0.10276,"16.3":0.18564,"16.4":0.04144,"16.5":0.0779,"16.6-16.7":0.80718,"17.0":0.04972,"17.1":0.08785,"17.2":0.06961,"17.3":0.09779,"17.4":0.20221,"17.5":0.48066,"17.6-17.7":1.58121,"18.0":0.46575,"18.1":4.2779,"18.2":1.37569,"18.3":4.90276,"18.4":0.00994},P:{"4":0.01017,"21":0.01017,"22":0.01017,"23":0.01017,"24":0.02034,"25":0.03051,"26":0.03051,"27":1.09829,_:"20 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 15.0 16.0 18.0","14.0":0.01017,"17.0":0.01017,"19.0":0.01017},I:{"0":0.02717,"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.52272,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.01103,"11":1.16872,_:"6 7 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":37.13954},R:{_:"0"},M:{"0":0.19602},Q:{"14.9":0.09801},O:{"0":0.74597},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"132":0.07362,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 133 134 135 136 3.5 3.6"},D:{"99":0.11043,"118":0.03681,"122":0.14724,"124":0.11043,"129":0.03681,"130":4.12763,"131":4.42211,_:"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 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 119 120 121 123 125 126 127 128 132 133 134"},F:{"114":0.3681,_:"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:{"125":0.18405,"128":0.03681,"129":0.14724,"130":1.06749,"131":0.58896,_:"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 126 127"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.1 17.2 17.3 17.4 17.5 18.0 18.1 18.2","15.6":0.11043,"16.6":0.25767,"17.6":0.33129},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00028,"5.0-5.1":0,"6.0-6.1":0.00113,"7.0-7.1":0.00142,"8.1-8.4":0,"9.0-9.2":0.00113,"9.3":0.00397,"10.0-10.2":0.00085,"10.3":0.00653,"11.0-11.2":0.07661,"11.3-11.4":0.00199,"12.0-12.1":0.00113,"12.2-12.5":0.02979,"13.0-13.1":0.00057,"13.2":0.00766,"13.3":0.00113,"13.4-13.7":0.00426,"14.0-14.4":0.00936,"14.5-14.8":0.01334,"15.0-15.1":0.00766,"15.2-15.3":0.00709,"15.4":0.00851,"15.5":0.00993,"15.6-15.8":0.1064,"16.0":0.02014,"16.1":0.04256,"16.2":0.02156,"16.3":0.0366,"16.4":0.00738,"16.5":0.01475,"16.6-16.7":0.13959,"17.0":0.01021,"17.1":0.01702,"17.2":0.01419,"17.3":0.02156,"17.4":0.04625,"17.5":0.13818,"17.6-17.7":1.19365,"18.0":0.42332,"18.1":0.37197,"18.2":0.01504},P:{"4":0.22337,"21":0.22337,"22":0.07107,"24":0.07107,"26":0.33506,"27":1.08641,_:"20 23 25 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0","7.2-7.4":0.44675,"19.0":0.04061},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},A:{_:"6 7 8 9 10 11 5.5"},K:{"0":0,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},Q:{_:"14.9"},O:{"0":0.48294},H:{"0":0},L:{"0":81.68289},R:{_:"0"},M:{_:"0"}};
1
+ module.exports={C:{"134":0.45612,"135":0.05792,_:"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 136 137 138 3.5 3.6"},D:{"109":0.45612,"129":0.11403,"130":0.11403,"131":0.91405,"132":2.79826,"133":1.37017,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 134 135 136"},F:{"111":0.22806,_:"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 112 113 114 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.05792,"100":0.11403,"131":0.40001,"132":1.02808,"133":3.19827,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 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.2 18.3 18.4","18.1":0.05792},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0006,"5.0-5.1":0.0003,"6.0-6.1":0.00179,"7.0-7.1":0.00149,"8.1-8.4":0,"9.0-9.2":0.0006,"9.3":0.00447,"10.0-10.2":0.0006,"10.3":0.00686,"11.0-11.2":0.02355,"11.3-11.4":0.00209,"12.0-12.1":0.00119,"12.2-12.5":0.0316,"13.0-13.1":0.0006,"13.2":0.00089,"13.3":0.00119,"13.4-13.7":0.00447,"14.0-14.4":0.00984,"14.5-14.8":0.01371,"15.0-15.1":0.00715,"15.2-15.3":0.00715,"15.4":0.00865,"15.5":0.00984,"15.6-15.8":0.12193,"16.0":0.01759,"16.1":0.03667,"16.2":0.01848,"16.3":0.03339,"16.4":0.00745,"16.5":0.01401,"16.6-16.7":0.14518,"17.0":0.00894,"17.1":0.0158,"17.2":0.01252,"17.3":0.01759,"17.4":0.03637,"17.5":0.08645,"17.6-17.7":0.2844,"18.0":0.08377,"18.1":0.76944,"18.2":0.24744,"18.3":0.88183,"18.4":0.00179},P:{"21":0.17074,"22":0.46201,"23":0.11048,"25":0.06026,"27":3.61573,_:"4 20 24 26 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0","7.2-7.4":0.06026,"19.0":0.40175},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":79.85714},R:{_:"0"},M:{_:"0"},Q:{_:"14.9"},O:{"0":0.45864},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"43":0.01198,"72":0.003,"81":0.00449,"115":0.08089,"127":0.003,"129":0.00449,"130":0.003,"131":0.06741,"132":0.5243,"133":0.03595,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 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 128 134 135 136 3.5 3.6"},D:{"38":0.0015,"39":0.01198,"43":0.003,"46":0.0015,"55":0.0749,"59":0.00749,"61":0.0015,"69":0.01348,"70":0.02696,"77":0.02547,"81":0.00899,"84":0.00599,"86":0.00599,"87":0.02397,"89":0.0015,"92":0.00449,"93":0.003,"94":0.01049,"95":0.0015,"96":0.0015,"97":0.00599,"99":0.0015,"100":0.01049,"101":0.01198,"102":0.02547,"103":0.01348,"104":0.0015,"105":0.00899,"107":0.00599,"108":0.00899,"109":0.49883,"111":0.00599,"113":0.0015,"114":0.01648,"115":0.003,"116":0.04045,"117":0.02996,"118":0.00449,"119":0.00899,"120":0.003,"121":0.00899,"122":0.01198,"123":0.01049,"124":0.0015,"125":0.00899,"126":0.01798,"127":0.00599,"128":0.04943,"129":0.13632,"130":1.47403,"131":1.39014,"132":0.003,_:"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 40 41 42 44 45 47 48 49 50 51 52 53 54 56 57 58 60 62 63 64 65 66 67 68 71 72 73 74 75 76 78 79 80 83 85 88 90 91 98 106 110 112 133 134"},F:{"79":0.00449,"90":0.00599,"95":0.01947,"111":0.0015,"112":0.003,"113":0.01198,"114":0.36102,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 86 87 88 89 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.0015,"13":0.0015,"14":0.003,"16":0.00449,"17":0.0015,"18":0.08838,"84":0.00449,"85":0.00749,"90":0.00899,"92":0.04344,"100":0.0015,"109":0.003,"110":0.0015,"113":0.0015,"114":0.01798,"117":0.0015,"118":0.09587,"126":0.0015,"127":0.0015,"128":0.06591,"129":0.01798,"130":0.43292,"131":0.22919,_:"15 79 80 81 83 86 87 88 89 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 111 112 115 116 119 120 121 122 123 124 125"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 16.0 16.1 16.2 16.3 16.5 17.0 17.2","13.1":0.03296,"14.1":0.03445,"15.5":0.0015,"15.6":0.08988,"16.4":0.0015,"16.6":0.05093,"17.1":0.00899,"17.3":0.0015,"17.4":0.003,"17.5":0.003,"17.6":0.16178,"18.0":0.05093,"18.1":0.34754,"18.2":0.03146},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00084,"5.0-5.1":0,"6.0-6.1":0.00334,"7.0-7.1":0.00418,"8.1-8.4":0,"9.0-9.2":0.00334,"9.3":0.0117,"10.0-10.2":0.00251,"10.3":0.01922,"11.0-11.2":0.22565,"11.3-11.4":0.00585,"12.0-12.1":0.00334,"12.2-12.5":0.08775,"13.0-13.1":0.00167,"13.2":0.02257,"13.3":0.00334,"13.4-13.7":0.01254,"14.0-14.4":0.02758,"14.5-14.8":0.03928,"15.0-15.1":0.02257,"15.2-15.3":0.02089,"15.4":0.02507,"15.5":0.02925,"15.6-15.8":0.3134,"16.0":0.05934,"16.1":0.12536,"16.2":0.06352,"16.3":0.10781,"16.4":0.02173,"16.5":0.04346,"16.6-16.7":0.41119,"17.0":0.03009,"17.1":0.05014,"17.2":0.04179,"17.3":0.06352,"17.4":0.13623,"17.5":0.40701,"17.6-17.7":3.51599,"18.0":1.24693,"18.1":1.09566,"18.2":0.04429},P:{"4":0.09087,"21":0.0101,"22":0.12115,"23":0.04038,"24":0.17163,"25":0.04038,"26":0.66634,"27":0.05048,_:"20 6.2-6.4 8.2 9.2 10.1 12.0 13.0 14.0 15.0 16.0 17.0 18.0","5.0-5.4":0.0101,"7.2-7.4":0.03029,"11.1-11.2":0.0101,"19.0":0.05048},I:{"0":0.04242,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00006},A:{_:"6 7 8 9 10 11 5.5"},K:{"0":0.56963,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.017,_:"3.0-3.1"},J:{_:"7 10"},Q:{_:"14.9"},O:{"0":0.07652},H:{"0":0},L:{"0":82.31712},R:{_:"0"},M:{"0":0.06802}};
1
+ module.exports={C:{"63":0.00159,"69":0.00159,"81":0.00318,"115":0.07478,"128":0.0525,"132":0.00636,"133":0.06205,"134":0.05569,"135":0.1241,_:"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 64 65 66 67 68 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 121 122 123 124 125 126 127 129 130 131 136 137 138 3.5 3.6"},D:{"50":0.00159,"56":0.00318,"58":0.01432,"59":0.00318,"66":0.00636,"68":0.00159,"69":0.00159,"70":0.00318,"73":0.00318,"81":0.00159,"87":0.01909,"90":0.00159,"93":0.00955,"97":0.00318,"100":0.00796,"103":0.00636,"108":0.00159,"109":0.29115,"110":0.00636,"114":0.00159,"115":0.00159,"116":0.00159,"118":0.00159,"120":0.00477,"121":0.00159,"122":0.00955,"123":0.00159,"124":0.00318,"126":0.00477,"127":0.00159,"128":0.11614,"129":0.02227,"130":0.035,"131":0.29911,"132":2.06035,"133":1.03415,_:"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 51 52 53 54 55 57 60 61 62 63 64 65 67 71 72 74 75 76 77 78 79 80 83 84 85 86 88 89 91 92 94 95 96 98 99 101 102 104 105 106 107 111 112 113 117 119 125 134 135 136"},F:{"47":0.00318,"95":0.02227,"105":0.00318,"109":0.00159,"113":0.00318,"114":0.01273,_:"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 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 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:{"13":0.00159,"14":0.00318,"15":0.00318,"17":0.00477,"18":0.00636,"84":0.00318,"92":0.01909,"100":0.00636,"102":0.00796,"119":0.00159,"122":0.00318,"126":0.00477,"128":0.02546,"130":0.00159,"131":0.04296,"132":0.25933,"133":0.31343,_:"12 16 79 80 81 83 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 120 121 123 124 125 127 129"},E:{"15":0.01909,_:"0 4 5 6 7 8 9 10 11 12 13 14 3.1 3.2 5.1 6.1 7.1 9.1 10.1 12.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 17.0 17.2 17.4 17.5 18.4","11.1":0.00318,"13.1":0.01114,"15.6":0.04614,"16.5":0.00318,"16.6":0.00636,"17.1":0.00955,"17.3":0.00159,"17.6":0.03818,"18.0":0.02705,"18.1":0.03023,"18.2":0.01591,"18.3":0.04137},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00157,"5.0-5.1":0.00078,"6.0-6.1":0.0047,"7.0-7.1":0.00392,"8.1-8.4":0,"9.0-9.2":0.00157,"9.3":0.01175,"10.0-10.2":0.00157,"10.3":0.01802,"11.0-11.2":0.06191,"11.3-11.4":0.00549,"12.0-12.1":0.00313,"12.2-12.5":0.08306,"13.0-13.1":0.00157,"13.2":0.00235,"13.3":0.00313,"13.4-13.7":0.01175,"14.0-14.4":0.02586,"14.5-14.8":0.03605,"15.0-15.1":0.01881,"15.2-15.3":0.01881,"15.4":0.02273,"15.5":0.02586,"15.6-15.8":0.3205,"16.0":0.04623,"16.1":0.09639,"16.2":0.04858,"16.3":0.08777,"16.4":0.01959,"16.5":0.03683,"16.6-16.7":0.38163,"17.0":0.02351,"17.1":0.04153,"17.2":0.03291,"17.3":0.04623,"17.4":0.0956,"17.5":0.22725,"17.6-17.7":0.74758,"18.0":0.2202,"18.1":2.02254,"18.2":0.65041,"18.3":2.31796,"18.4":0.0047},P:{"4":0.58158,"21":0.02005,"22":0.03008,"23":0.01003,"24":0.05014,"25":0.01003,"26":0.18049,"27":0.14038,_:"20 5.0-5.4 6.2-6.4 8.2 10.1 12.0 14.0 15.0 17.0","7.2-7.4":0.05014,"9.2":0.01003,"11.1-11.2":0.07019,"13.0":0.01003,"16.0":0.12033,"18.0":0.01003,"19.0":0.06016},I:{"0":0.01678,"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.16816,_:"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":84.56046},R:{_:"0"},M:{"0":0.02522},Q:{"14.9":0.00841},O:{"0":0.15975},H:{"0":0}};