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:{"54":0.00233,"57":0.00233,"61":0.00233,"72":0.00698,"73":0.00233,"78":0.00233,"88":0.00233,"94":0.00233,"102":0.00233,"108":0.00233,"109":0.00233,"110":0.00233,"115":0.18135,"116":0.00233,"120":0.00233,"121":0.00233,"122":0.00233,"123":0.00465,"124":0.00465,"125":0.00233,"126":0.0093,"127":0.04883,"128":0.01163,"129":0.0093,"130":0.0186,"131":0.07673,"132":1.3671,"133":0.16043,"134":0.00233,_:"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 55 56 58 59 60 62 63 64 65 66 67 68 69 70 71 74 75 76 77 79 80 81 82 83 84 85 86 87 89 90 91 92 93 95 96 97 98 99 100 101 103 104 105 106 107 111 112 113 114 117 118 119 135 136 3.5 3.6"},D:{"31":0.00233,"32":0.00233,"37":0.0279,"38":0.00233,"43":0.00698,"44":0.00233,"47":0.00233,"50":0.00233,"53":0.00233,"55":0.00465,"61":0.00465,"62":0.01395,"63":0.00233,"64":0.00233,"67":0.00465,"68":0.00233,"69":0.00233,"70":0.01163,"71":0.01628,"73":0.00233,"74":0.0093,"75":0.00233,"76":0.00233,"78":0.00465,"79":0.03488,"80":0.00698,"81":0.01395,"83":0.00465,"84":0.0186,"85":0.00465,"86":0.00465,"87":0.0186,"88":0.00698,"89":0.00698,"90":0.00233,"91":0.00233,"92":0.01163,"93":0.00233,"94":0.00698,"95":0.00698,"96":0.00233,"97":0.00698,"98":0.00233,"99":0.00465,"100":0.00465,"101":0.00233,"102":0.00465,"103":0.02093,"104":0.00233,"105":0.00465,"106":0.01628,"107":0.01395,"108":0.00465,"109":0.5208,"110":0.00465,"111":0.00698,"112":0.00698,"113":0.00698,"114":0.03023,"115":0.00465,"116":0.04883,"117":0.00698,"118":0.01628,"119":0.02558,"120":0.05813,"121":0.0186,"122":0.05348,"123":0.03023,"124":0.17903,"125":0.03488,"126":0.0651,"127":0.06743,"128":0.1116,"129":0.26273,"130":7.1424,"131":5.00573,"132":0.00465,"133":0.00233,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 33 34 35 36 39 40 41 42 45 46 48 49 51 52 54 56 57 58 59 60 65 66 72 77 134"},F:{"41":0.00233,"46":0.00233,"82":0.00233,"83":0.00233,"85":0.00698,"86":0.00233,"95":0.00465,"101":0.00465,"107":0.00233,"108":0.00233,"109":0.01163,"110":0.0093,"111":0.00698,"112":0.0093,"113":0.0372,"114":0.23948,_:"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 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 84 87 88 89 90 91 92 93 94 96 97 98 99 100 102 103 104 105 106 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00698,"17":0.00233,"18":0.01395,"89":0.00233,"90":0.00233,"92":0.0279,"100":0.00698,"109":0.00698,"110":0.00233,"115":0.00233,"120":0.00233,"121":0.00233,"122":0.00465,"123":0.00233,"124":0.00465,"125":0.00233,"126":0.0093,"127":0.02558,"128":0.0186,"129":0.07673,"130":1.10903,"131":0.84398,_:"13 14 15 16 79 80 81 83 84 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 111 112 113 114 116 117 118 119"},E:{"13":0.00233,"14":0.00233,_:"0 4 5 6 7 8 9 10 11 12 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1","12.1":0.00233,"13.1":0.00698,"14.1":0.01628,"15.1":0.00698,"15.2-15.3":0.00465,"15.4":0.00233,"15.5":0.00233,"15.6":0.07208,"16.0":0.00233,"16.1":0.01163,"16.2":0.01163,"16.3":0.01395,"16.4":0.0093,"16.5":0.00698,"16.6":0.04418,"17.0":0.00465,"17.1":0.01395,"17.2":0.00698,"17.3":0.0186,"17.4":0.04418,"17.5":0.04418,"17.6":0.30923,"18.0":0.15578,"18.1":0.16275,"18.2":0.00698},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00049,"5.0-5.1":0,"6.0-6.1":0.00194,"7.0-7.1":0.00243,"8.1-8.4":0,"9.0-9.2":0.00194,"9.3":0.00679,"10.0-10.2":0.00146,"10.3":0.01116,"11.0-11.2":0.13097,"11.3-11.4":0.0034,"12.0-12.1":0.00194,"12.2-12.5":0.05093,"13.0-13.1":0.00097,"13.2":0.0131,"13.3":0.00194,"13.4-13.7":0.00728,"14.0-14.4":0.01601,"14.5-14.8":0.0228,"15.0-15.1":0.0131,"15.2-15.3":0.01213,"15.4":0.01455,"15.5":0.01698,"15.6-15.8":0.1819,"16.0":0.03444,"16.1":0.07276,"16.2":0.03686,"16.3":0.06257,"16.4":0.01261,"16.5":0.02522,"16.6-16.7":0.23865,"17.0":0.01746,"17.1":0.0291,"17.2":0.02425,"17.3":0.03686,"17.4":0.07906,"17.5":0.23622,"17.6-17.7":2.04065,"18.0":0.72371,"18.1":0.63591,"18.2":0.02571},P:{"4":0.08798,"21":0.011,"22":0.011,"23":0.011,"24":0.02199,"25":0.07698,"26":0.26393,"27":0.20894,_:"20 5.0-5.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 19.0","6.2-6.4":0.011,"7.2-7.4":0.011,"17.0":0.011,"18.0":0.011},I:{"0":0.25272,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00008,"4.4":0,"4.4.3-4.4.4":0.00033},A:{"11":0.07905,_:"6 7 8 9 10 5.5"},K:{"0":0.29933,_:"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.06908},O:{"0":1.02078},H:{"0":0},L:{"0":72.62043},R:{_:"0"},M:{"0":0.16885}};
1
+ module.exports={C:{"47":0.00199,"57":0.00199,"68":0.00199,"72":0.00399,"95":0.00199,"107":0.00199,"109":0.00199,"115":0.13759,"116":0.00199,"121":0.00199,"122":0.00199,"123":0.00199,"124":0.00199,"126":0.00199,"127":0.02193,"128":0.00798,"129":0.00399,"130":0.00598,"131":0.00997,"132":0.01396,"133":0.02193,"134":0.28514,"135":0.88733,"136":0.02193,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 48 49 50 51 52 53 54 55 56 58 59 60 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 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 108 110 111 112 113 114 117 118 119 120 125 137 138 3.5 3.6"},D:{"11":0.00199,"32":0.00199,"37":0.00199,"38":0.00399,"42":0.00199,"43":0.00199,"44":0.00199,"46":0.00199,"47":0.00199,"49":0.00199,"53":0.00199,"55":0.00399,"56":0.00199,"60":0.00199,"61":0.00399,"62":0.00598,"63":0.00399,"64":0.00199,"65":0.00199,"67":0.00199,"68":0.00199,"70":0.01196,"71":0.01396,"73":0.00199,"74":0.00598,"75":0.00199,"78":0.00199,"79":0.00598,"80":0.00598,"81":0.00199,"83":0.00399,"84":0.00199,"87":0.01196,"88":0.00598,"89":0.00997,"90":0.00199,"91":0.00399,"92":0.00399,"94":0.00399,"95":0.00997,"96":0.00199,"97":0.00598,"98":0.00199,"99":0.00399,"100":0.00598,"102":0.00399,"103":0.01196,"104":0.00399,"105":0.00798,"106":0.02991,"107":0.01396,"108":0.00399,"109":0.38085,"110":0.00399,"111":0.01196,"112":0.00399,"113":0.00399,"114":0.02193,"115":0.01795,"116":0.02193,"117":0.00598,"118":0.01795,"119":0.02393,"120":0.01795,"121":0.01196,"122":0.05783,"123":0.01595,"124":0.10967,"125":0.01595,"126":0.03789,"127":0.04187,"128":0.05982,"129":0.04586,"130":0.08175,"131":0.333,"132":4.19538,"133":4.29707,"134":0.00598,"135":0.00199,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 33 34 35 36 39 40 41 45 48 50 51 52 54 57 58 59 66 69 72 76 77 85 86 93 101 136"},F:{"82":0.00399,"84":0.00199,"85":0.00199,"86":0.00199,"87":0.00598,"95":0.00399,"101":0.00199,"107":0.00199,"109":0.00598,"110":0.00399,"112":0.00199,"113":0.01396,"114":0.04586,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 88 89 90 91 92 93 94 96 97 98 99 100 102 103 104 105 106 108 111 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"16":0.00199,"18":0.00798,"84":0.00399,"89":0.00199,"92":0.01795,"100":0.00199,"109":0.00399,"113":0.00199,"114":0.00199,"116":0.00399,"119":0.00199,"122":0.00399,"123":0.00199,"124":0.00199,"126":0.00199,"127":0.00199,"128":0.00199,"129":0.00798,"130":0.01196,"131":0.17946,"132":0.68992,"133":1.05682,_:"12 13 14 15 17 79 80 81 83 85 86 87 88 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 115 117 118 120 121 125"},E:{"14":0.00199,_:"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.5 18.4","13.1":0.00598,"14.1":0.00598,"15.1":0.00199,"15.2-15.3":0.00199,"15.4":0.00199,"15.6":0.0319,"16.0":0.00199,"16.1":0.00399,"16.2":0.00399,"16.3":0.00997,"16.4":0.00798,"16.5":0.00199,"16.6":0.04786,"17.0":0.00399,"17.1":0.00598,"17.2":0.00399,"17.3":0.00399,"17.4":0.0319,"17.5":0.01595,"17.6":0.0658,"18.0":0.01994,"18.1":0.12363,"18.2":0.07577,"18.3":0.21735},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00084,"5.0-5.1":0.00042,"6.0-6.1":0.00253,"7.0-7.1":0.00211,"8.1-8.4":0,"9.0-9.2":0.00084,"9.3":0.00633,"10.0-10.2":0.00084,"10.3":0.0097,"11.0-11.2":0.03333,"11.3-11.4":0.00295,"12.0-12.1":0.00169,"12.2-12.5":0.04472,"13.0-13.1":0.00084,"13.2":0.00127,"13.3":0.00169,"13.4-13.7":0.00633,"14.0-14.4":0.01392,"14.5-14.8":0.01941,"15.0-15.1":0.01012,"15.2-15.3":0.01012,"15.4":0.01223,"15.5":0.01392,"15.6-15.8":0.17254,"16.0":0.02489,"16.1":0.05189,"16.2":0.02616,"16.3":0.04725,"16.4":0.01055,"16.5":0.01983,"16.6-16.7":0.20545,"17.0":0.01266,"17.1":0.02236,"17.2":0.01772,"17.3":0.02489,"17.4":0.05147,"17.5":0.12234,"17.6-17.7":0.40246,"18.0":0.11854,"18.1":1.08883,"18.2":0.35015,"18.3":1.24787,"18.4":0.00253},P:{"4":0.07397,"21":0.01057,"22":0.01057,"23":0.01057,"24":0.01057,"25":0.02113,"26":0.05283,"27":0.30643,_:"20 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.01057,"12.0":0.01057,"13.0":0.01057},I:{"0":0.46336,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00009,"4.4":0,"4.4.3-4.4.4":0.00056},K:{"0":0.32821,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.02393,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":78.692},R:{_:"0"},M:{"0":0.11207},Q:{"14.9":0.08005},O:{"0":0.77649},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"72":0.00473,"78":0.00945,"99":0.00945,"102":0.00473,"103":0.00945,"112":0.00473,"115":0.14181,"123":0.00473,"124":0.00473,"127":0.01891,"128":0.00945,"129":0.00473,"130":0.00473,"131":0.09927,"132":1.35665,"133":0.11345,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 100 101 104 105 106 107 108 109 110 111 113 114 116 117 118 119 120 121 122 125 126 134 135 136 3.5 3.6"},D:{"49":0.00473,"58":0.00473,"63":0.00473,"68":0.00473,"69":0.00473,"70":0.03309,"71":0.00473,"74":0.00945,"77":0.00473,"78":0.00473,"79":0.00945,"80":0.01418,"81":0.00945,"84":0.02836,"86":0.00473,"87":0.01891,"90":0.00473,"92":0.00473,"94":0.01891,"95":0.00945,"96":0.00473,"97":0.00473,"98":0.02836,"99":0.01418,"100":0.00473,"102":0.01891,"103":0.04254,"104":0.02364,"105":0.02364,"106":0.00945,"107":0.01891,"108":0.01418,"109":2.50058,"110":0.00473,"111":0.00945,"112":0.00473,"113":0.00473,"114":0.03309,"115":0.00945,"116":0.09454,"117":0.01418,"118":0.01891,"119":0.03782,"120":0.06145,"121":0.04254,"122":0.13236,"123":0.052,"124":0.03782,"125":0.06618,"126":0.27889,"127":0.05672,"128":0.32616,"129":0.81304,"130":16.56341,"131":9.47764,"132":0.01891,"133":0.00473,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 50 51 52 53 54 55 56 57 59 60 61 62 64 65 66 67 72 73 75 76 83 85 88 89 91 93 101 134"},F:{"69":0.03782,"85":0.00473,"95":0.02364,"102":0.00473,"111":0.00473,"113":0.11818,"114":1.73481,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 70 71 72 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 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00945,"89":0.00473,"92":0.02836,"100":0.00945,"109":0.052,"110":0.00473,"114":0.00473,"115":0.00473,"116":0.00473,"117":0.01418,"119":0.00473,"120":0.00473,"121":0.00473,"122":0.01418,"123":0.00945,"124":0.02364,"125":0.04727,"126":0.02364,"127":0.01891,"128":0.052,"129":0.1229,"130":4.04159,"131":3.11509,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 111 112 113 118"},E:{"13":0.00473,"14":0.00473,_:"0 4 5 6 7 8 9 10 11 12 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1","12.1":0.00473,"13.1":0.01418,"14.1":0.052,"15.1":0.02836,"15.2-15.3":0.00473,"15.4":0.00473,"15.5":0.00945,"15.6":0.07091,"16.0":0.02836,"16.1":0.02836,"16.2":0.01418,"16.3":0.07091,"16.4":0.00945,"16.5":0.02364,"16.6":0.21744,"17.0":0.03309,"17.1":0.06618,"17.2":0.03782,"17.3":0.03309,"17.4":0.08981,"17.5":0.10872,"17.6":0.48688,"18.0":0.2269,"18.1":0.45852,"18.2":0.02364},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00164,"5.0-5.1":0,"6.0-6.1":0.00657,"7.0-7.1":0.00822,"8.1-8.4":0,"9.0-9.2":0.00657,"9.3":0.02301,"10.0-10.2":0.00493,"10.3":0.0378,"11.0-11.2":0.44377,"11.3-11.4":0.01151,"12.0-12.1":0.00657,"12.2-12.5":0.17258,"13.0-13.1":0.00329,"13.2":0.04438,"13.3":0.00657,"13.4-13.7":0.02465,"14.0-14.4":0.05424,"14.5-14.8":0.07725,"15.0-15.1":0.04438,"15.2-15.3":0.04109,"15.4":0.04931,"15.5":0.05753,"15.6-15.8":0.61635,"16.0":0.1167,"16.1":0.24654,"16.2":0.12491,"16.3":0.21202,"16.4":0.04273,"16.5":0.08547,"16.6-16.7":0.80865,"17.0":0.05917,"17.1":0.09862,"17.2":0.08218,"17.3":0.12491,"17.4":0.26791,"17.5":0.80043,"17.6-17.7":6.9146,"18.0":2.45224,"18.1":2.15475,"18.2":0.08711},P:{"4":0.08204,"20":0.01026,"21":0.05128,"22":0.08204,"23":0.07179,"24":0.07179,"25":0.12307,"26":1.27169,"27":1.37425,"5.0-5.4":0.04102,"6.2-6.4":0.01026,"7.2-7.4":0.28716,_:"8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0","13.0":0.01026,"16.0":0.01026,"17.0":0.01026,"18.0":0.02051,"19.0":0.01026},I:{"0":0.02631,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00003},A:{"11":0.04727,_:"6 7 8 9 10 5.5"},K:{"0":0.11073,_:"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.02109},O:{"0":0.23201},H:{"0":0},L:{"0":34.38952},R:{_:"0"},M:{"0":0.11073}};
1
+ module.exports={C:{"42":0.00449,"89":0.00449,"99":0.00898,"112":0.00449,"113":0.00449,"115":0.14362,"126":0.00449,"127":0.00449,"128":0.01346,"130":0.00449,"131":0.00449,"132":0.00449,"133":0.00898,"134":0.30518,"135":0.94697,"136":0.01795,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 43 44 45 46 47 48 49 50 51 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 90 91 92 93 94 95 96 97 98 100 101 102 103 104 105 106 107 108 109 110 111 114 116 117 118 119 120 121 122 123 124 125 129 137 138 3.5 3.6"},D:{"27":0.00449,"43":0.00449,"49":0.00449,"50":0.00898,"54":0.00449,"55":0.00449,"59":0.00449,"68":0.00449,"69":0.00898,"70":0.03142,"71":0.00898,"74":0.00898,"76":0.00449,"77":0.00449,"78":0.01795,"79":0.01346,"80":0.00449,"81":0.00898,"83":0.00449,"87":0.03142,"88":0.00449,"89":0.00449,"90":0.00449,"94":0.02693,"97":0.00449,"98":0.01795,"99":0.00449,"100":0.00449,"101":0.00898,"102":0.01346,"103":0.0359,"104":0.00449,"105":0.00898,"106":0.00898,"108":0.00449,"109":1.77725,"111":0.00898,"112":0.00449,"114":0.04488,"115":0.00449,"116":0.06732,"117":0.00898,"118":0.01795,"119":0.04039,"120":0.02693,"121":0.02244,"122":0.08078,"123":0.02693,"124":0.04937,"125":0.06732,"126":0.08078,"127":0.04039,"128":0.20645,"129":0.04937,"130":0.14362,"131":0.93799,"132":13.71533,"133":10.8834,"134":0.00898,"135":0.00449,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 44 45 46 47 48 51 52 53 56 57 58 60 61 62 63 64 65 66 67 72 73 75 84 85 86 91 92 93 95 96 107 110 113 136"},F:{"40":0.00449,"69":0.00898,"79":0.00449,"82":0.00449,"87":0.04488,"95":0.03142,"106":0.00449,"114":0.11669,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 70 71 72 73 74 75 76 77 78 80 81 83 84 85 86 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 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.00898,"92":0.0359,"100":0.00898,"102":0.01795,"109":0.07181,"111":0.00449,"114":0.01346,"115":0.00449,"117":0.00898,"118":0.00449,"119":0.00449,"120":0.00449,"121":0.00449,"122":0.02244,"123":0.00898,"124":0.01346,"125":0.02693,"126":0.00898,"127":0.00898,"128":0.01346,"129":0.02693,"130":0.02693,"131":0.20196,"132":2.99798,"133":3.54552,_:"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 106 107 108 110 112 113 116"},E:{"14":0.00449,"15":0.01346,_:"0 4 5 6 7 8 9 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 18.4","12.1":0.00898,"13.1":0.00898,"14.1":0.04937,"15.1":0.00449,"15.2-15.3":0.00898,"15.4":0.00449,"15.5":0.00898,"15.6":0.06732,"16.0":0.00898,"16.1":0.01795,"16.2":0.04937,"16.3":0.09425,"16.4":0.00898,"16.5":0.00898,"16.6":0.1481,"17.0":0.01795,"17.1":0.04488,"17.2":0.02244,"17.3":0.02693,"17.4":0.08527,"17.5":0.12566,"17.6":0.15259,"18.0":0.04039,"18.1":0.37699,"18.2":0.19298,"18.3":0.4488},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0035,"5.0-5.1":0.00175,"6.0-6.1":0.01051,"7.0-7.1":0.00876,"8.1-8.4":0,"9.0-9.2":0.0035,"9.3":0.02627,"10.0-10.2":0.0035,"10.3":0.04028,"11.0-11.2":0.13834,"11.3-11.4":0.01226,"12.0-12.1":0.007,"12.2-12.5":0.18562,"13.0-13.1":0.0035,"13.2":0.00525,"13.3":0.007,"13.4-13.7":0.02627,"14.0-14.4":0.05779,"14.5-14.8":0.08055,"15.0-15.1":0.04203,"15.2-15.3":0.04203,"15.4":0.05078,"15.5":0.05779,"15.6-15.8":0.71623,"16.0":0.10332,"16.1":0.21539,"16.2":0.10857,"16.3":0.19613,"16.4":0.04378,"16.5":0.0823,"16.6-16.7":0.85282,"17.0":0.05253,"17.1":0.09281,"17.2":0.07355,"17.3":0.10332,"17.4":0.21364,"17.5":0.50784,"17.6-17.7":1.67061,"18.0":0.49208,"18.1":4.51975,"18.2":1.45346,"18.3":5.17994,"18.4":0.01051},P:{"4":0.08266,"20":0.01033,"21":0.01033,"22":0.031,"23":0.05166,"24":0.04133,"25":0.07233,"26":0.16532,"27":2.32483,"5.0-5.4":0.031,"6.2-6.4":0.02067,"7.2-7.4":0.05166,_:"8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0 18.0","13.0":0.02067,"17.0":0.031,"19.0":0.01033},I:{"0":0.0275,"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.15985,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.0359,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":36.74371},R:{_:"0"},M:{"0":0.1819},Q:{"14.9":0.00551},O:{"0":0.11024},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"34":0.00407,"72":0.00407,"78":0.00407,"81":0.00407,"100":0.00407,"115":0.08543,"122":0.01627,"124":0.00814,"125":0.04068,"127":0.00407,"128":0.00407,"130":0.00407,"131":0.04068,"132":0.84208,"133":0.06916,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 79 80 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 123 126 129 134 135 136 3.5 3.6"},D:{"11":0.00814,"22":0.00407,"26":0.00407,"30":0.00407,"34":0.04068,"37":0.00407,"38":0.1139,"49":0.02848,"53":0.02034,"57":0.0122,"58":0.00814,"61":0.06102,"62":0.00407,"65":0.00407,"69":0.00407,"71":0.02034,"74":0.11797,"75":0.01627,"76":0.00814,"77":0.03661,"78":0.03661,"79":0.41494,"80":0.02441,"81":0.02441,"83":0.04475,"86":0.00814,"87":0.34171,"88":0.0122,"89":0.04068,"90":0.00814,"91":0.01627,"92":0.02848,"94":0.14238,"96":0.02848,"97":0.03254,"98":0.03254,"99":0.00407,"100":0.01627,"101":0.05288,"102":0.02034,"103":0.07322,"104":0.04475,"105":0.08136,"106":0.02441,"107":0.04068,"108":0.03254,"109":1.17972,"110":0.00407,"111":0.00407,"112":0.00814,"113":0.00407,"114":0.19933,"115":0.01627,"116":0.26035,"117":0.00814,"118":0.0122,"119":0.03661,"120":0.07729,"121":0.2034,"122":0.1139,"123":0.07729,"124":0.20747,"125":0.04475,"126":0.13018,"127":0.11797,"128":0.38646,"129":0.79733,"130":10.36526,"131":5.99623,"132":0.08543,"133":0.02848,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 23 24 25 27 28 29 31 32 33 35 36 39 40 41 42 43 44 45 46 47 48 50 51 52 54 55 56 59 60 63 64 66 67 68 70 72 73 84 85 93 95 134"},F:{"36":0.03254,"46":0.09356,"70":0.00407,"79":0.00407,"85":0.00407,"95":0.00814,"113":0.00407,"114":0.35392,_:"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 71 72 73 74 75 76 77 78 80 81 82 83 84 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.01627,"92":0.00407,"108":0.00407,"109":0.04068,"112":0.01627,"113":0.00814,"114":0.00814,"115":0.00407,"120":0.09763,"121":0.00407,"122":0.01627,"123":0.00407,"124":0.03661,"125":0.00814,"126":0.02848,"127":0.01627,"128":0.02441,"129":0.13424,"130":2.84353,"131":1.89569,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 110 111 116 117 118 119"},E:{"8":0.00407,"9":0.00407,"13":0.0122,"14":0.2034,"15":0.00814,_:"0 4 5 6 7 10 11 12 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1","12.1":0.02034,"13.1":0.12204,"14.1":0.54104,"15.1":0.04068,"15.2-15.3":0.04882,"15.4":0.0895,"15.5":0.1912,"15.6":0.48816,"16.0":0.06509,"16.1":0.05288,"16.2":0.07729,"16.3":0.22374,"16.4":0.04882,"16.5":0.11797,"16.6":0.8136,"17.0":0.0122,"17.1":0.0895,"17.2":0.02441,"17.3":0.04068,"17.4":0.13018,"17.5":0.58172,"17.6":2.96964,"18.0":0.57766,"18.1":0.76885,"18.2":0.02034},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0023,"5.0-5.1":0,"6.0-6.1":0.00921,"7.0-7.1":0.01151,"8.1-8.4":0,"9.0-9.2":0.00921,"9.3":0.03223,"10.0-10.2":0.00691,"10.3":0.05295,"11.0-11.2":0.62154,"11.3-11.4":0.01611,"12.0-12.1":0.00921,"12.2-12.5":0.24171,"13.0-13.1":0.0046,"13.2":0.06215,"13.3":0.00921,"13.4-13.7":0.03453,"14.0-14.4":0.07597,"14.5-14.8":0.10819,"15.0-15.1":0.06215,"15.2-15.3":0.05755,"15.4":0.06906,"15.5":0.08057,"15.6-15.8":0.86325,"16.0":0.16344,"16.1":0.3453,"16.2":0.17495,"16.3":0.29696,"16.4":0.05985,"16.5":0.1197,"16.6-16.7":1.13259,"17.0":0.08287,"17.1":0.13812,"17.2":0.1151,"17.3":0.17495,"17.4":0.37523,"17.5":1.12108,"17.6-17.7":9.68453,"18.0":3.43459,"18.1":3.01793,"18.2":0.12201},P:{"4":0.88242,"21":0.05657,"23":0.02263,"24":0.02263,"25":0.06788,"26":1.5612,"27":1.57251,_:"20 22 8.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0","5.0-5.4":0.11313,"6.2-6.4":0.05657,"7.2-7.4":0.01131,"9.2":0.02263,"13.0":0.04525,"17.0":0.01131,"18.0":0.01131,"19.0":0.03394},I:{"0":0.0296,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00004},A:{"8":0.14441,"11":0.14441,_:"6 7 9 10 5.5"},K:{"0":0.10679,_:"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.26105},O:{"0":0.90775},H:{"0":0},L:{"0":31.65952},R:{_:"0"},M:{"0":0.32038}};
1
+ module.exports={C:{"72":0.00333,"81":0.02328,"110":0.00333,"115":0.08978,"125":0.00998,"128":0.02993,"131":0.00333,"132":0.00333,"133":0.04655,"134":0.35578,"135":0.70158,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 111 112 113 114 116 117 118 119 120 121 122 123 124 126 127 129 130 136 137 138 3.5 3.6"},D:{"43":0.00333,"47":0.00333,"49":0.00998,"58":0.00998,"61":0.00333,"70":0.00333,"74":0.00665,"78":0.1064,"79":0.0665,"80":0.00665,"81":0.02993,"83":0.00333,"86":0.0266,"87":0.09643,"89":0.23275,"90":0.00665,"92":0.00333,"94":0.00333,"96":0.00333,"97":0.00665,"98":0.01663,"99":0.00333,"101":0.12303,"102":0.00665,"103":0.01995,"104":0.00333,"105":0.00665,"106":0.0399,"107":0.04323,"108":0.04988,"109":0.49543,"110":0.00665,"111":0.00333,"112":0.03325,"113":0.00665,"114":0.29925,"115":0.00665,"116":0.25603,"117":0.00665,"118":0.00998,"119":0.0266,"120":0.1197,"121":0.13965,"122":0.06983,"123":0.04655,"124":0.28263,"125":0.12635,"126":0.02993,"127":0.0399,"128":0.12968,"129":0.0798,"130":0.10973,"131":0.98753,"132":6.82955,"133":6.56355,"134":0.04988,"135":0.09643,_:"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 48 50 51 52 53 54 55 56 57 59 60 62 63 64 65 66 67 68 69 71 72 73 75 76 77 84 85 88 91 93 95 100 136"},F:{"46":0.00665,"87":0.00998,"95":0.01663,"112":0.00333,"114":0.00665,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00333,"92":0.00333,"108":0.00333,"109":0.0266,"111":0.00333,"113":0.02328,"114":0.00665,"115":0.00665,"116":0.00665,"117":0.00333,"118":0.00333,"119":0.00665,"120":0.02328,"121":0.0133,"122":0.00998,"123":0.00333,"124":0.0133,"125":0.02993,"126":0.0399,"127":0.0133,"128":0.00998,"129":0.00998,"130":0.0133,"131":0.133,"132":2.08145,"133":2.85285,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 110 112"},E:{"14":0.01995,"15":0.0133,_:"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 18.4","5.1":0.00998,"13.1":0.02328,"14.1":0.56525,"15.1":0.00665,"15.2-15.3":0.00665,"15.4":0.0133,"15.5":0.01995,"15.6":0.18288,"16.0":0.00665,"16.1":0.0266,"16.2":0.05653,"16.3":0.0399,"16.4":0.04323,"16.5":0.04655,"16.6":0.26268,"17.0":0.00333,"17.1":0.12303,"17.2":0.0133,"17.3":0.0266,"17.4":0.30258,"17.5":0.0931,"17.6":0.48878,"18.0":0.05653,"18.1":0.6251,"18.2":0.133,"18.3":0.88445},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00495,"5.0-5.1":0.00247,"6.0-6.1":0.01484,"7.0-7.1":0.01237,"8.1-8.4":0,"9.0-9.2":0.00495,"9.3":0.03711,"10.0-10.2":0.00495,"10.3":0.0569,"11.0-11.2":0.19545,"11.3-11.4":0.01732,"12.0-12.1":0.0099,"12.2-12.5":0.26225,"13.0-13.1":0.00495,"13.2":0.00742,"13.3":0.0099,"13.4-13.7":0.03711,"14.0-14.4":0.08164,"14.5-14.8":0.11381,"15.0-15.1":0.05938,"15.2-15.3":0.05938,"15.4":0.07175,"15.5":0.08164,"15.6-15.8":1.01189,"16.0":0.14597,"16.1":0.30431,"16.2":0.15339,"16.3":0.27709,"16.4":0.06185,"16.5":0.11628,"16.6-16.7":1.20486,"17.0":0.07422,"17.1":0.13112,"17.2":0.10391,"17.3":0.14597,"17.4":0.30183,"17.5":0.71748,"17.6-17.7":2.36025,"18.0":0.69521,"18.1":6.38553,"18.2":2.05346,"18.3":7.31825,"18.4":0.01484},P:{"4":0.04229,"20":0.01057,"21":0.074,"22":0.01057,"23":0.02114,"24":0.02114,"25":0.12687,"26":0.10572,"27":3.01305,_:"5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0 17.0","13.0":0.01057,"16.0":0.01057,"18.0":0.03172,"19.0":0.10572},I:{"0":0.01998,"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.14683,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.13716,"10":0.06858,"11":0.34289,_:"6 7 9 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":38.93383},R:{_:"0"},M:{"0":0.54727},Q:{"14.9":0.32703},O:{"0":1.01445},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"78":0.01436,"115":0.11965,"120":0.00479,"131":0.11486,"132":0.40681,"133":0.11965,_:"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 121 122 123 124 125 126 127 128 129 130 134 135 136 3.5 3.6"},D:{"47":0.00479,"67":0.00479,"74":0.01436,"79":0.00479,"87":0.05743,"89":0.00479,"91":0.09572,"93":0.17708,"94":0.00479,"103":0.10529,"109":1.33529,"110":0.00479,"111":0.00479,"112":0.00957,"115":0.04307,"116":0.0335,"118":0.2393,"119":0.00957,"120":0.067,"121":0.08136,"122":0.0335,"123":0.0335,"124":0.05265,"125":0.18665,"126":0.34459,"127":0.13401,"128":0.46424,"129":2.02448,"130":20.49365,"131":9.76823,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 68 69 70 71 72 73 75 76 77 78 80 81 83 84 85 86 88 90 92 95 96 97 98 99 100 101 102 104 105 106 107 108 113 114 117 132 133 134"},F:{"95":0.00479,"113":0.24887,"114":0.72747,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 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:{"103":0.00479,"109":0.00957,"113":0.00479,"126":0.00957,"128":0.00479,"129":0.11965,"130":4.04896,"131":2.69452,_:"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 104 105 106 107 108 110 111 112 114 115 116 117 118 119 120 121 122 123 124 125 127"},E:{"13":0.00479,"14":0.00479,_:"0 4 5 6 7 8 9 10 11 12 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.1 17.1 18.2","12.1":0.00479,"13.1":0.07658,"14.1":0.01914,"15.2-15.3":0.00479,"15.4":0.00479,"15.5":0.01436,"15.6":0.03829,"16.0":0.11965,"16.1":0.01914,"16.2":0.02393,"16.3":0.01436,"16.4":0.00957,"16.5":0.00957,"16.6":0.21058,"17.0":0.04786,"17.2":0.00479,"17.3":0.03829,"17.4":0.02393,"17.5":0.10529,"17.6":0.58389,"18.0":0.29195,"18.1":0.19623},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00108,"5.0-5.1":0,"6.0-6.1":0.00433,"7.0-7.1":0.00541,"8.1-8.4":0,"9.0-9.2":0.00433,"9.3":0.01516,"10.0-10.2":0.00325,"10.3":0.02491,"11.0-11.2":0.2924,"11.3-11.4":0.00758,"12.0-12.1":0.00433,"12.2-12.5":0.11371,"13.0-13.1":0.00217,"13.2":0.02924,"13.3":0.00433,"13.4-13.7":0.01624,"14.0-14.4":0.03574,"14.5-14.8":0.0509,"15.0-15.1":0.02924,"15.2-15.3":0.02707,"15.4":0.03249,"15.5":0.0379,"15.6-15.8":0.40611,"16.0":0.07689,"16.1":0.16244,"16.2":0.0823,"16.3":0.1397,"16.4":0.02816,"16.5":0.05631,"16.6-16.7":0.53281,"17.0":0.03899,"17.1":0.06498,"17.2":0.05415,"17.3":0.0823,"17.4":0.17652,"17.5":0.5274,"17.6-17.7":4.55596,"18.0":1.61576,"18.1":1.41974,"18.2":0.0574},P:{"4":0.0214,"20":0.0107,"22":0.09632,"25":0.03211,"26":2.80403,"27":1.96925,_:"21 23 24 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 12.0 13.0 14.0 15.0 16.0 17.0 19.0","11.1-11.2":0.12843,"18.0":0.0214},I:{"0":0.01041,"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.00957,_:"6 7 8 9 10 5.5"},K:{"0":0.14599,_:"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.21899},H:{"0":0},L:{"0":36.39158},R:{_:"0"},M:{"0":0.54747}};
1
+ module.exports={C:{"52":0.00849,"78":0.01274,"115":0.09339,"128":0.00425,"133":0.03821,"134":0.17829,"135":0.50091,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 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 136 137 138 3.5 3.6"},D:{"54":0.02547,"60":0.00425,"62":0.00425,"76":0.02547,"79":0.00849,"81":0.00849,"87":0.02547,"93":0.01274,"99":0.00425,"103":0.01274,"105":0.02547,"109":0.78533,"113":0.00849,"115":0.12311,"116":0.03396,"119":0.00425,"120":0.00849,"121":0.0849,"122":0.05519,"123":0.05519,"124":0.00425,"125":0.02972,"126":1.0188,"127":0.00849,"128":0.07217,"129":0.02547,"130":0.07217,"131":3.10734,"132":10.42148,"133":12.21711,_:"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 55 56 57 58 59 61 63 64 65 66 67 68 69 70 71 72 73 74 75 77 78 80 83 84 85 86 88 89 90 91 92 94 95 96 97 98 100 101 102 104 106 107 108 110 111 112 114 117 118 134 135 136"},F:{"87":0.04245,"95":0.00425,"114":0.0467,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00849,"101":0.00425,"108":0.03821,"125":0.00425,"128":0.02972,"131":0.0467,"132":4.14312,"133":3.85022,_:"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 102 103 104 105 106 107 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 126 127 129 130"},E:{"14":0.00425,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 17.0 18.4","13.1":0.02547,"14.1":0.05943,"15.2-15.3":0.00425,"15.4":0.01274,"15.5":0.01274,"15.6":0.08915,"16.0":0.01274,"16.1":0.02547,"16.2":0.01274,"16.3":0.01274,"16.4":0.05943,"16.5":0.01698,"16.6":0.31413,"17.1":0.05519,"17.2":0.02123,"17.3":0.02123,"17.4":0.03821,"17.5":0.09764,"17.6":0.27168,"18.0":0.01698,"18.1":0.19952,"18.2":0.05943,"18.3":0.45422},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00169,"5.0-5.1":0.00085,"6.0-6.1":0.00508,"7.0-7.1":0.00424,"8.1-8.4":0,"9.0-9.2":0.00169,"9.3":0.01271,"10.0-10.2":0.00169,"10.3":0.01948,"11.0-11.2":0.06692,"11.3-11.4":0.00593,"12.0-12.1":0.00339,"12.2-12.5":0.0898,"13.0-13.1":0.00169,"13.2":0.00254,"13.3":0.00339,"13.4-13.7":0.01271,"14.0-14.4":0.02796,"14.5-14.8":0.03897,"15.0-15.1":0.02033,"15.2-15.3":0.02033,"15.4":0.02457,"15.5":0.02796,"15.6-15.8":0.34648,"16.0":0.04998,"16.1":0.1042,"16.2":0.05252,"16.3":0.09488,"16.4":0.02118,"16.5":0.03982,"16.6-16.7":0.41256,"17.0":0.02541,"17.1":0.0449,"17.2":0.03558,"17.3":0.04998,"17.4":0.10335,"17.5":0.24567,"17.6-17.7":0.80817,"18.0":0.23805,"18.1":2.18646,"18.2":0.70312,"18.3":2.50583,"18.4":0.00508},P:{"4":0.01048,"24":0.33537,"25":0.02096,"26":0.03144,"27":1.876,_:"20 21 22 23 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 17.0 18.0 19.0","16.0":0.01048},I:{"0":0.28143,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00006,"4.4":0,"4.4.3-4.4.4":0.00034},K:{"0":0.09784,_:"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":47.0541},R:{_:"0"},M:{"0":0.33955},Q:{_:"14.9"},O:{"0":0.39134},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"86":0.00305,"102":0.00305,"103":0.0061,"111":0.00305,"115":0.10377,"120":0.01221,"127":0.01526,"128":0.01831,"129":0.64397,"130":0.0061,"131":0.20754,"132":2.27069,"133":1.03768,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 104 105 106 107 108 109 110 112 113 114 116 117 118 119 121 122 123 124 125 126 134 135 136 3.5 3.6"},D:{"58":0.00305,"76":0.0061,"78":0.00305,"79":0.00305,"87":0.01526,"88":0.0061,"92":0.0061,"94":0.00916,"95":0.17091,"100":0.74774,"103":0.02136,"104":0.00305,"105":0.0061,"109":0.54936,"111":0.0061,"112":0.00916,"114":0.05494,"116":0.04578,"119":0.02442,"120":0.00305,"121":0.00305,"122":0.02136,"123":0.0061,"124":0.01831,"125":0.08851,"126":0.07325,"127":0.01526,"128":0.16481,"129":0.54631,"130":7.53234,"131":4.28196,_:"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 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 77 80 81 83 84 85 86 89 90 91 93 96 97 98 99 101 102 106 107 108 110 113 115 117 118 132 133 134"},F:{"36":0.00305,"46":0.0061,"85":0.00305,"95":0.02136,"113":0.04578,"114":0.96443,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00305,"16":0.00305,"17":0.0061,"92":0.00305,"103":0.0061,"108":0.01831,"109":0.00916,"113":0.0061,"119":0.02747,"120":0.0061,"121":0.00305,"122":0.00305,"123":0.00305,"124":0.00305,"125":0.0061,"126":0.01831,"127":0.0061,"128":0.01221,"129":0.18617,"130":2.85362,"131":2.55758,_:"13 14 15 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 104 105 106 107 110 111 112 114 115 116 117 118"},E:{"14":0.00305,_:"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":0.00305,"13.1":0.00916,"14.1":0.04273,"15.1":0.02136,"15.2-15.3":0.03052,"15.4":0.08851,"15.5":0.28689,"15.6":0.20448,"16.0":0.0061,"16.1":0.15565,"16.2":0.01221,"16.3":0.05494,"16.4":0.00305,"16.5":0.01221,"16.6":0.21669,"17.0":0.01526,"17.1":0.00916,"17.2":0.05799,"17.3":0.07325,"17.4":0.0824,"17.5":0.14344,"17.6":0.88203,"18.0":1.10788,"18.1":0.50053,"18.2":0.05188},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.00502,"7.0-7.1":0.00628,"8.1-8.4":0,"9.0-9.2":0.00502,"9.3":0.01758,"10.0-10.2":0.00377,"10.3":0.02888,"11.0-11.2":0.33899,"11.3-11.4":0.00879,"12.0-12.1":0.00502,"12.2-12.5":0.13183,"13.0-13.1":0.00251,"13.2":0.0339,"13.3":0.00502,"13.4-13.7":0.01883,"14.0-14.4":0.04143,"14.5-14.8":0.05901,"15.0-15.1":0.0339,"15.2-15.3":0.03139,"15.4":0.03767,"15.5":0.04394,"15.6-15.8":0.47081,"16.0":0.08914,"16.1":0.18833,"16.2":0.09542,"16.3":0.16196,"16.4":0.03264,"16.5":0.06529,"16.6-16.7":0.61771,"17.0":0.0452,"17.1":0.07533,"17.2":0.06278,"17.3":0.09542,"17.4":0.20465,"17.5":0.61143,"17.6-17.7":5.2819,"18.0":1.87321,"18.1":1.64597,"18.2":0.06654},P:{"4":0.031,"20":0.01033,"21":0.01033,"22":0.05167,"23":0.062,"24":0.04133,"25":0.093,"26":1.5397,"27":0.96102,_:"5.0-5.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 15.0 16.0 17.0 18.0","6.2-6.4":0.01033,"14.0":0.02067,"19.0":0.01033},I:{"0":0.09013,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00003,"4.4":0,"4.4.3-4.4.4":0.00012},A:{"11":0.03052,_:"6 7 8 9 10 5.5"},K:{"0":0.09727,_:"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.00695},H:{"0":0},L:{"0":53.64519},R:{_:"0"},M:{"0":0.48636}};
1
+ module.exports={C:{"52":0.00299,"72":0.00299,"88":0.00299,"115":0.16423,"122":0.01792,"123":0.00299,"128":0.0418,"129":0.00896,"130":0.00299,"131":0.00299,"132":0.00597,"133":0.02687,"134":0.90774,"135":2.32012,"137":0.00896,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 124 125 126 127 136 138 3.5 3.6"},D:{"49":0.00896,"50":0.00597,"69":0.00299,"76":0.0209,"79":0.02986,"83":0.00299,"84":0.00299,"85":0.00299,"87":0.00597,"88":0.02687,"94":0.00299,"95":0.0209,"98":0.00299,"99":0.01194,"100":0.02389,"103":0.0209,"108":0.00896,"109":0.33443,"110":0.00896,"111":0.00597,"114":0.09854,"116":0.06271,"117":0.00896,"119":0.00299,"120":0.00597,"121":0.00299,"122":0.00896,"123":0.00896,"124":0.03882,"125":0.03882,"126":0.02389,"127":0.01194,"128":0.15229,"129":0.02389,"130":0.03882,"131":1.3437,"132":6.31539,"133":6.05262,"134":0.00299,_:"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 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 70 71 72 73 74 75 77 78 80 81 86 89 90 91 92 93 96 97 101 102 104 105 106 107 112 113 115 118 135 136"},F:{"40":0.00299,"46":0.00299,"86":0.00299,"95":0.01493,"113":0.0209,"114":0.06868,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"17":0.00299,"18":0.00299,"92":0.00299,"97":0.01194,"100":0.00299,"109":0.07465,"110":0.00896,"117":0.00299,"119":0.02389,"120":0.00299,"122":0.00299,"124":0.00299,"125":0.00597,"126":0.00597,"127":0.00299,"128":0.00597,"129":0.00299,"130":0.0209,"131":0.09555,"132":2.347,"133":2.85462,_:"12 13 14 15 16 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 114 115 116 118 121 123"},E:{"14":0.00597,"15":0.00299,_:"0 4 5 6 7 8 9 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.1 15.2-15.3","12.1":0.00896,"13.1":0.02986,"14.1":0.0209,"15.4":0.01493,"15.5":0.07465,"15.6":0.07764,"16.0":0.02687,"16.1":0.01493,"16.2":0.00896,"16.3":0.03285,"16.4":0.00299,"16.5":0.01194,"16.6":0.35832,"17.0":0.01194,"17.1":0.05375,"17.2":0.10152,"17.3":0.01194,"17.4":0.06569,"17.5":0.19409,"17.6":0.40012,"18.0":0.04778,"18.1":0.42103,"18.2":0.26575,"18.3":1.11378,"18.4":0.00597},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00246,"5.0-5.1":0.00123,"6.0-6.1":0.00737,"7.0-7.1":0.00614,"8.1-8.4":0,"9.0-9.2":0.00246,"9.3":0.01842,"10.0-10.2":0.00246,"10.3":0.02825,"11.0-11.2":0.09702,"11.3-11.4":0.0086,"12.0-12.1":0.00491,"12.2-12.5":0.13018,"13.0-13.1":0.00246,"13.2":0.00368,"13.3":0.00491,"13.4-13.7":0.01842,"14.0-14.4":0.04053,"14.5-14.8":0.05649,"15.0-15.1":0.02948,"15.2-15.3":0.02948,"15.4":0.03562,"15.5":0.04053,"15.6-15.8":0.50231,"16.0":0.07246,"16.1":0.15106,"16.2":0.07615,"16.3":0.13755,"16.4":0.0307,"16.5":0.05772,"16.6-16.7":0.59811,"17.0":0.03684,"17.1":0.06509,"17.2":0.05158,"17.3":0.07246,"17.4":0.14983,"17.5":0.35616,"17.6-17.7":1.17166,"18.0":0.34511,"18.1":3.16986,"18.2":1.01937,"18.3":3.63287,"18.4":0.00737},P:{"4":0.02133,"20":0.02133,"21":0.05332,"22":0.13864,"23":0.02133,"24":0.07465,"25":0.05332,"26":0.30927,"27":3.16731,"5.0-5.4":0.01066,"6.2-6.4":0.01066,"7.2-7.4":0.01066,_:"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":0.02133},I:{"0":0.238,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00005,"4.4":0,"4.4.3-4.4.4":0.00029},K:{"0":0.28056,_:"10 11 12 11.1 11.5 12.1"},A:{"9":0.0418,_:"6 7 8 10 11 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":53.94072},R:{_:"0"},M:{"0":0.37174},Q:{_:"14.9"},O:{"0":0.05611},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"50":0.0013,"51":0.0013,"56":0.0013,"68":0.00259,"72":0.00259,"88":0.00259,"90":0.0013,"103":0.0013,"105":0.00648,"115":0.16317,"122":0.0013,"123":0.00389,"124":0.0013,"125":0.0013,"127":0.00518,"128":0.01554,"129":0.0013,"130":0.00259,"131":0.02202,"132":0.48563,"133":0.03756,_:"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 52 53 54 55 57 58 59 60 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 91 92 93 94 95 96 97 98 99 100 101 102 104 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 126 134 135 136 3.5 3.6"},D:{"11":0.0013,"29":0.0013,"33":0.0013,"39":0.00259,"43":0.00389,"46":0.0013,"49":0.0013,"52":0.0013,"54":0.00259,"56":0.0013,"58":1.06967,"60":0.0013,"63":0.0013,"64":0.0013,"65":0.00518,"69":0.00259,"70":0.0013,"72":0.00777,"73":0.00259,"75":0.0013,"77":0.01036,"79":0.01036,"81":0.00259,"83":0.01813,"86":0.00259,"87":0.01036,"88":0.0013,"91":0.00648,"92":0.0013,"93":0.0013,"94":0.00259,"95":0.00518,"96":0.0013,"97":0.0013,"98":0.00907,"99":0.00518,"102":0.0013,"103":0.02202,"104":0.00648,"107":0.0013,"108":0.00777,"109":0.58146,"110":0.0013,"111":0.02849,"114":0.00518,"116":0.01943,"118":0.00259,"119":0.02202,"120":0.03238,"121":0.00389,"122":0.00518,"123":0.00389,"124":0.00518,"125":0.00648,"126":0.01684,"127":0.02331,"128":0.11137,"129":0.10878,"130":2.9267,"131":2.05258,"132":0.0013,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 30 31 32 34 35 36 37 38 40 41 42 44 45 47 48 50 51 53 55 57 59 61 62 66 67 68 71 74 76 78 80 84 85 89 90 100 101 105 106 112 113 115 117 133 134"},F:{"46":0.00259,"62":0.0013,"84":0.0013,"85":0.01813,"86":0.00259,"95":0.04921,"109":0.00259,"112":0.0013,"113":0.00518,"114":0.39757,_:"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 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 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.00907,"13":0.0013,"14":0.0013,"18":0.00907,"84":0.00259,"90":0.00259,"92":0.03497,"100":0.00518,"103":0.00389,"109":0.01036,"111":0.0013,"114":0.00389,"120":0.00389,"121":0.0013,"122":0.00648,"123":0.0013,"124":0.0013,"126":0.01813,"127":0.00259,"128":0.00259,"129":0.03626,"130":0.66175,"131":0.62419,_:"15 16 17 79 80 81 83 85 86 87 88 89 91 93 94 95 96 97 98 99 101 102 104 105 106 107 108 110 112 113 115 116 117 118 119 125"},E:{"10":0.0013,"13":0.00648,"14":0.00259,"15":0.0013,_:"0 4 5 6 7 8 9 11 12 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 18.2","5.1":0.0013,"13.1":0.00259,"14.1":0.00648,"15.5":0.00389,"15.6":0.02202,"16.0":0.0013,"16.1":0.0013,"16.2":0.0013,"16.3":0.00259,"16.4":0.00648,"16.5":0.00259,"16.6":0.01684,"17.0":0.00259,"17.1":0.0013,"17.2":0.00389,"17.3":0.00518,"17.4":0.00259,"17.5":0.03885,"17.6":0.05957,"18.0":0.03108,"18.1":0.04144},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00153,"5.0-5.1":0,"6.0-6.1":0.0061,"7.0-7.1":0.00763,"8.1-8.4":0,"9.0-9.2":0.0061,"9.3":0.02137,"10.0-10.2":0.00458,"10.3":0.0351,"11.0-11.2":0.41206,"11.3-11.4":0.01068,"12.0-12.1":0.0061,"12.2-12.5":0.16025,"13.0-13.1":0.00305,"13.2":0.04121,"13.3":0.0061,"13.4-13.7":0.02289,"14.0-14.4":0.05036,"14.5-14.8":0.07173,"15.0-15.1":0.04121,"15.2-15.3":0.03815,"15.4":0.04578,"15.5":0.05342,"15.6-15.8":0.57231,"16.0":0.10836,"16.1":0.22892,"16.2":0.11599,"16.3":0.19687,"16.4":0.03968,"16.5":0.07936,"16.6-16.7":0.75087,"17.0":0.05494,"17.1":0.09157,"17.2":0.07631,"17.3":0.11599,"17.4":0.24876,"17.5":0.74324,"17.6-17.7":6.42056,"18.0":2.27703,"18.1":2.0008,"18.2":0.08089},P:{"4":0.1115,"20":0.01014,"21":0.18245,"22":0.19259,"23":0.30409,"24":0.35477,"25":0.31422,"26":1.75357,"27":1.01363,"5.0-5.4":0.01014,"6.2-6.4":0.01014,"7.2-7.4":1.00349,_:"8.2 10.1","9.2":0.01014,"11.1-11.2":0.01014,"12.0":0.01014,"13.0":0.01014,"14.0":0.02027,"15.0":0.01014,"16.0":0.02027,"17.0":0.01014,"18.0":0.02027,"19.0":0.29395},I:{"0":0.08687,"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.00011},A:{"8":0.01176,"9":0.00294,"10":0.00441,"11":0.08967,_:"6 7 5.5"},K:{"0":0.73872,_:"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.00871},O:{"0":0.11318},H:{"0":0.01},L:{"0":67.54194},R:{_:"0"},M:{"0":0.04353}};
1
+ module.exports={C:{"34":0.00205,"47":0.00205,"115":0.07987,"127":0.0041,"128":0.00819,"129":0.00614,"131":0.00205,"133":0.00205,"134":0.11878,"135":0.34406,"136":0.00205,_:"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 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 130 132 137 138 3.5 3.6"},D:{"11":0.00205,"34":0.00205,"39":0.00614,"43":0.00819,"44":0.00205,"46":0.0041,"50":0.00614,"53":0.0041,"58":0.37069,"63":0.00205,"65":0.0041,"69":0.00205,"70":0.0041,"72":0.00205,"73":0.00614,"75":0.00205,"76":0.00205,"77":0.01229,"79":0.0512,"80":0.00205,"83":0.01638,"84":0.0041,"86":0.01229,"87":0.01434,"88":0.00205,"89":0.00205,"90":0.0041,"91":0.00205,"92":0.00205,"93":0.0041,"94":0.00205,"96":0.00205,"97":0.00614,"98":0.01229,"99":0.00205,"100":0.00205,"101":0.0041,"102":0.0041,"103":0.00819,"105":0.00205,"106":0.00614,"107":0.00205,"108":0.00205,"109":5.59718,"110":0.00205,"111":0.00205,"113":0.00205,"114":0.00819,"115":0.00205,"116":0.01024,"117":0.00205,"118":0.0041,"119":0.00205,"120":0.01843,"122":0.00614,"124":0.00205,"125":0.00205,"126":0.00205,"127":0.00205,"128":0.01024,"129":0.02458,"130":0.01024,"131":0.2519,"132":2.74022,"133":2.30605,"134":0.00205,_:"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 38 40 41 42 45 47 48 49 51 52 54 55 56 57 59 60 61 62 64 66 67 68 71 74 78 81 85 95 104 112 121 123 135 136"},F:{"29":0.00205,"46":0.0041,"79":0.00205,"85":0.01229,"87":0.00614,"95":0.01434,"114":0.00614,_:"9 11 12 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 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 86 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.02048,"13":0.00205,"14":0.00205,"18":0.00614,"84":0.00205,"90":0.0041,"92":0.01434,"100":0.0041,"107":0.00205,"109":0.01024,"114":0.00205,"119":0.0041,"122":0.00205,"124":0.0041,"126":0.0041,"128":0.00819,"129":0.00205,"130":0.00205,"131":0.03277,"132":0.53862,"133":1.03834,_:"15 16 17 79 80 81 83 85 86 87 88 89 91 93 94 95 96 97 98 99 101 102 103 104 105 106 108 110 111 112 113 115 116 117 118 120 121 123 125 127"},E:{"11":0.00205,"14":0.00205,_:"0 4 5 6 7 8 9 10 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.1 15.2-15.3 16.1 16.2 16.4 17.0 17.3 18.4","12.1":0.01434,"13.1":0.0041,"14.1":0.0041,"15.4":0.00205,"15.5":0.00205,"15.6":0.02662,"16.0":0.00205,"16.3":0.00205,"16.5":0.00614,"16.6":0.02458,"17.1":0.00205,"17.2":0.01229,"17.4":0.00614,"17.5":0.00614,"17.6":0.01229,"18.0":0.00614,"18.1":0.02253,"18.2":0.01638,"18.3":0.03891},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00309,"5.0-5.1":0.00155,"6.0-6.1":0.00928,"7.0-7.1":0.00773,"8.1-8.4":0,"9.0-9.2":0.00309,"9.3":0.0232,"10.0-10.2":0.00309,"10.3":0.03557,"11.0-11.2":0.12219,"11.3-11.4":0.01083,"12.0-12.1":0.00619,"12.2-12.5":0.16395,"13.0-13.1":0.00309,"13.2":0.00464,"13.3":0.00619,"13.4-13.7":0.0232,"14.0-14.4":0.05104,"14.5-14.8":0.07115,"15.0-15.1":0.03712,"15.2-15.3":0.03712,"15.4":0.04485,"15.5":0.05104,"15.6-15.8":0.63259,"16.0":0.09125,"16.1":0.19024,"16.2":0.09589,"16.3":0.17323,"16.4":0.03867,"16.5":0.07269,"16.6-16.7":0.75323,"17.0":0.0464,"17.1":0.08197,"17.2":0.06496,"17.3":0.09125,"17.4":0.18869,"17.5":0.44853,"17.6-17.7":1.47552,"18.0":0.43461,"18.1":3.99194,"18.2":1.28373,"18.3":4.57503,"18.4":0.00928},P:{"4":0.0709,"20":0.02026,"21":0.14181,"22":0.20258,"23":0.10129,"24":0.4862,"25":0.29375,"26":0.74956,"27":1.95493,"5.0-5.4":0.01013,"6.2-6.4":0.01013,"7.2-7.4":0.81033,_:"8.2 9.2 10.1 12.0 13.0 15.0","11.1-11.2":0.02026,"14.0":0.02026,"16.0":0.05065,"17.0":0.04052,"18.0":0.02026,"19.0":0.20258},I:{"0":0.04762,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00006},K:{"0":0.61616,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00205,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":62.88394},R:{_:"0"},M:{"0":0.03181},Q:{_:"14.9"},O:{"0":0.20675},H:{"0":0.02}};
@@ -1 +1 @@
1
- module.exports={C:{"84":0.07806,"128":0.0244,"130":0.10246,"131":0.1854,"132":0.44399,"133":0.10246,_:"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 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 129 134 135 136 3.5 3.6"},D:{"103":0.26347,"109":0.28786,"123":0.0244,"126":0.05367,"127":0.0244,"128":0.07806,"129":0.70746,"130":18.34992,"131":11.77303,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 122 124 125 132 133 134"},F:{"114":0.15613,_:"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:{"100":0.0244,"121":0.0244,"126":0.05367,"128":0.0244,"129":0.2098,"130":5.55718,"131":3.51288,_:"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 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 122 123 124 125 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 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.4 16.5 17.0 17.1 17.2 17.3 17.4 17.5 18.2","13.1":0.05367,"14.1":0.15613,"15.6":0.07806,"16.3":0.05367,"16.6":0.1854,"17.6":2.4639,"18.0":0.23419,"18.1":1.23439},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00177,"5.0-5.1":0,"6.0-6.1":0.0071,"7.0-7.1":0.00887,"8.1-8.4":0,"9.0-9.2":0.0071,"9.3":0.02484,"10.0-10.2":0.00532,"10.3":0.0408,"11.0-11.2":0.479,"11.3-11.4":0.01242,"12.0-12.1":0.0071,"12.2-12.5":0.18628,"13.0-13.1":0.00355,"13.2":0.0479,"13.3":0.0071,"13.4-13.7":0.02661,"14.0-14.4":0.05854,"14.5-14.8":0.08338,"15.0-15.1":0.0479,"15.2-15.3":0.04435,"15.4":0.05322,"15.5":0.06209,"15.6-15.8":0.66528,"16.0":0.12596,"16.1":0.26611,"16.2":0.13483,"16.3":0.22886,"16.4":0.04613,"16.5":0.09225,"16.6-16.7":0.87285,"17.0":0.06387,"17.1":0.10644,"17.2":0.0887,"17.3":0.13483,"17.4":0.28918,"17.5":0.86398,"17.6-17.7":7.46355,"18.0":2.64693,"18.1":2.32582,"18.2":0.09403},P:{"23":0.03156,"26":0.32608,"27":1.18861,_:"4 20 21 22 24 25 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},A:{_:"6 7 8 9 10 11 5.5"},K:{"0":0.0256,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},Q:{_:"14.9"},O:{_:"0"},H:{"0":0},L:{"0":32.99103},R:{_:"0"},M:{"0":0.13824}};
1
+ module.exports={C:{"135":0.03877,"136":0.10177,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 137 138 3.5 3.6"},D:{"43":0.01938,"109":0.01938,"116":0.01938,"122":0.01938,"124":0.03877,"127":0.26168,"129":0.03877,"131":0.05815,"132":14.17455,"133":19.38885,_:"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 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 117 118 119 120 121 123 125 126 128 130 134 135 136"},F:{"95":0.01938,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"125":0.07754,"128":0.01938,"131":0.14053,"132":2.37454,"133":4.25479,_:"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 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 16.0 16.2 16.4 16.5 18.0 18.4","15.6":0.03877,"16.1":0.46037,"16.3":0.1793,"16.6":0.03877,"17.0":0.23745,"17.1":0.21807,"17.2":0.03877,"17.3":0.01938,"17.4":0.05815,"17.5":0.31984,"17.6":3.67327,"18.1":0.15992,"18.2":0.07754,"18.3":0.62029},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00438,"5.0-5.1":0.00219,"6.0-6.1":0.01313,"7.0-7.1":0.01094,"8.1-8.4":0,"9.0-9.2":0.00438,"9.3":0.03283,"10.0-10.2":0.00438,"10.3":0.05034,"11.0-11.2":0.17292,"11.3-11.4":0.01532,"12.0-12.1":0.00876,"12.2-12.5":0.23202,"13.0-13.1":0.00438,"13.2":0.00657,"13.3":0.00876,"13.4-13.7":0.03283,"14.0-14.4":0.07223,"14.5-14.8":0.10069,"15.0-15.1":0.05253,"15.2-15.3":0.05253,"15.4":0.06348,"15.5":0.07223,"15.6-15.8":0.89526,"16.0":0.12915,"16.1":0.26924,"16.2":0.13571,"16.3":0.24516,"16.4":0.05472,"16.5":0.10288,"16.6-16.7":1.066,"17.0":0.06567,"17.1":0.11601,"17.2":0.09193,"17.3":0.12915,"17.4":0.26705,"17.5":0.63478,"17.6-17.7":2.08821,"18.0":0.61508,"18.1":5.64956,"18.2":1.81679,"18.3":6.47478,"18.4":0.01313},P:{"20":0.08947,"21":0.02237,"23":0.02237,"26":0.02237,"27":1.02886,_:"4 22 24 25 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},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":29.42382},R:{_:"0"},M:{_:"0"},Q:{_:"14.9"},O:{_:"0"},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.00449,"68":0.04492,"73":0.00449,"78":0.00449,"113":0.00449,"115":0.08086,"120":0.00449,"125":0.00898,"127":0.02246,"128":0.00898,"130":0.00898,"131":0.07187,"132":0.98824,"133":0.09433,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 69 70 71 72 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 114 116 117 118 119 121 122 123 124 126 129 134 135 136 3.5 3.6"},D:{"44":0.00449,"46":0.00898,"49":0.01348,"51":0.02695,"56":0.00449,"58":0.00449,"70":0.00898,"75":0.00449,"76":0.00449,"78":0.00449,"79":0.01348,"80":0.00449,"84":0.00449,"86":0.00898,"87":0.00898,"88":0.01797,"91":0.00449,"92":0.01348,"93":0.01348,"94":0.00898,"95":0.00449,"98":0.00449,"99":0.00449,"103":0.02246,"104":0.00449,"106":0.00449,"107":0.04043,"109":0.69177,"110":0.00449,"111":0.00449,"113":0.00449,"114":0.00449,"115":0.00898,"116":0.25604,"117":0.0539,"118":0.00898,"119":0.03594,"120":0.04043,"121":0.01348,"122":0.45369,"123":0.7322,"124":0.23808,"125":0.1707,"126":0.1662,"127":0.06289,"128":0.28749,"129":0.98375,"130":16.71473,"131":9.84197,"132":0.00449,_:"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 47 48 50 52 53 54 55 57 59 60 61 62 63 64 65 66 67 68 69 71 72 73 74 77 81 83 85 89 90 96 97 100 101 102 105 108 112 133 134"},F:{"28":0.00449,"36":0.00898,"46":0.00449,"95":0.00449,"111":0.02246,"113":0.09882,"114":1.09156,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 29 30 31 32 33 34 35 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00449,"109":0.02695,"112":0.08086,"114":0.01348,"117":0.00449,"119":0.01348,"120":0.03144,"121":0.01797,"124":0.00449,"126":0.00449,"127":0.04492,"128":0.02246,"129":0.1123,"130":3.31959,"131":2.19659,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 113 115 116 118 122 123 125"},E:{"9":0.04492,"14":0.00898,"15":0.00449,_:"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.24257,"13.1":0.01797,"14.1":0.03594,"15.1":0.00449,"15.2-15.3":0.01348,"15.4":0.00449,"15.5":0.00898,"15.6":0.14374,"16.0":0.02246,"16.1":0.03144,"16.2":0.02246,"16.3":0.04492,"16.4":0.02695,"16.5":0.04043,"16.6":0.20214,"17.0":0.02246,"17.1":0.08086,"17.2":0.08984,"17.3":0.06289,"17.4":0.10781,"17.5":0.27401,"17.6":0.79508,"18.0":1.41498,"18.1":0.83102,"18.2":0.04941},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0018,"5.0-5.1":0,"6.0-6.1":0.00719,"7.0-7.1":0.00899,"8.1-8.4":0,"9.0-9.2":0.00719,"9.3":0.02516,"10.0-10.2":0.00539,"10.3":0.04134,"11.0-11.2":0.48532,"11.3-11.4":0.01258,"12.0-12.1":0.00719,"12.2-12.5":0.18874,"13.0-13.1":0.00359,"13.2":0.04853,"13.3":0.00719,"13.4-13.7":0.02696,"14.0-14.4":0.05932,"14.5-14.8":0.08448,"15.0-15.1":0.04853,"15.2-15.3":0.04494,"15.4":0.05392,"15.5":0.06291,"15.6-15.8":0.67406,"16.0":0.12762,"16.1":0.26962,"16.2":0.13661,"16.3":0.23188,"16.4":0.04673,"16.5":0.09347,"16.6-16.7":0.88436,"17.0":0.06471,"17.1":0.10785,"17.2":0.08987,"17.3":0.13661,"17.4":0.29299,"17.5":0.87538,"17.6-17.7":7.56202,"18.0":2.68185,"18.1":2.3565,"18.2":0.09527},P:{"4":0.03151,"21":0.0105,"22":0.03151,"23":0.04201,"24":0.0105,"25":0.05251,"26":1.59626,"27":1.34422,_:"20 5.0-5.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","6.2-6.4":0.03151,"7.2-7.4":0.0105},I:{"0":0.23079,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00007,"4.4":0,"4.4.3-4.4.4":0.0003},A:{"7":0.00487,"8":0.02433,"9":0.00487,"10":0.00487,"11":0.01947,_:"6 5.5"},K:{"0":0.29839,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.01101,_:"3.0-3.1"},J:{_:"7 10"},Q:{_:"14.9"},O:{"0":0.18724},H:{"0":0.01},L:{"0":32.57227},R:{_:"0"},M:{"0":0.19825}};
1
+ module.exports={C:{"52":0.01942,"78":0.00485,"113":0.00485,"115":0.14562,"116":0.02912,"128":0.00971,"130":0.00485,"132":0.01456,"133":0.01942,"134":0.28639,"135":1.00963,"136":0.00485,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 114 117 118 119 120 121 122 123 124 125 126 127 129 131 137 138 3.5 3.6"},D:{"38":0.01942,"49":0.00485,"56":0.00485,"63":0.09708,"70":0.00485,"71":0.00485,"76":0.00485,"79":0.01456,"86":0.01456,"87":0.01456,"88":0.01456,"93":0.00971,"98":0.00971,"99":0.00485,"103":0.02427,"105":0.01942,"107":0.07766,"108":0.01456,"109":0.65044,"111":0.00485,"114":0.01942,"115":0.00485,"116":0.3592,"117":0.04854,"118":0.02427,"119":0.01942,"120":0.06796,"121":0.00971,"122":0.29124,"123":0.92711,"124":0.29609,"125":0.00971,"126":0.04369,"127":0.01942,"128":0.17474,"129":0.15533,"130":0.08737,"131":1.23292,"132":14.46977,"133":13.40675,"134":0.03398,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 43 44 45 46 47 48 50 51 52 53 54 55 57 58 59 60 61 62 64 65 66 67 68 69 72 73 74 75 77 78 80 81 83 84 85 89 90 91 92 94 95 96 97 100 101 102 104 106 110 112 113 135 136"},F:{"28":0.00485,"87":0.00485,"102":0.00971,"111":0.01456,"114":0.08252,_:"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 86 88 89 90 91 92 93 94 95 96 97 98 99 100 101 103 104 105 106 107 108 109 110 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00485,"109":0.01942,"112":0.09223,"114":0.00485,"117":0.00485,"119":0.00971,"120":0.00971,"127":0.01942,"128":0.00485,"129":0.01942,"130":0.02912,"131":0.13106,"132":3.17452,"133":3.61623,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 113 115 116 118 121 122 123 124 125 126"},E:{"14":0.01456,_:"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":0.05339,"13.1":0.01942,"14.1":0.02912,"15.1":0.00485,"15.2-15.3":0.01456,"15.4":0.00485,"15.5":0.00485,"15.6":0.1165,"16.0":0.04369,"16.1":0.03883,"16.2":0.01456,"16.3":0.04854,"16.4":0.01942,"16.5":0.05339,"16.6":0.10679,"17.0":0.02912,"17.1":0.14077,"17.2":0.01942,"17.3":0.05825,"17.4":0.0631,"17.5":0.10679,"17.6":0.28153,"18.0":0.15047,"18.1":0.58248,"18.2":0.21843,"18.3":1.94645,"18.4":0.01456},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00346,"5.0-5.1":0.00173,"6.0-6.1":0.01039,"7.0-7.1":0.00866,"8.1-8.4":0,"9.0-9.2":0.00346,"9.3":0.02597,"10.0-10.2":0.00346,"10.3":0.03982,"11.0-11.2":0.13676,"11.3-11.4":0.01212,"12.0-12.1":0.00692,"12.2-12.5":0.1835,"13.0-13.1":0.00346,"13.2":0.00519,"13.3":0.00692,"13.4-13.7":0.02597,"14.0-14.4":0.05713,"14.5-14.8":0.07963,"15.0-15.1":0.04155,"15.2-15.3":0.04155,"15.4":0.0502,"15.5":0.05713,"15.6-15.8":0.70803,"16.0":0.10214,"16.1":0.21293,"16.2":0.10733,"16.3":0.19388,"16.4":0.04328,"16.5":0.08136,"16.6-16.7":0.84305,"17.0":0.05193,"17.1":0.09175,"17.2":0.07271,"17.3":0.10214,"17.4":0.2112,"17.5":0.50202,"17.6-17.7":1.65148,"18.0":0.48644,"18.1":4.46801,"18.2":1.43682,"18.3":5.12064,"18.4":0.01039},P:{"4":0.01054,"21":0.01054,"23":0.01054,"24":0.01054,"25":0.01054,"26":0.12648,"27":2.21346,_:"20 22 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.01054},I:{"0":0.09244,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00002,"4.4":0,"4.4.3-4.4.4":0.00011},K:{"0":0.22186,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.01456,"9":0.00485,"11":0.00485,_:"6 7 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":31.6284},R:{_:"0"},M:{"0":0.22128},Q:{_:"14.9"},O:{"0":0.1338},H:{"0":0.02}};
@@ -1 +1 @@
1
- module.exports={C:{"20":0.00221,"34":0.00441,"52":0.00221,"78":0.00441,"80":0.00221,"86":0.00221,"95":0.00221,"102":0.00441,"112":0.00221,"114":0.00441,"115":0.12359,"120":0.00221,"125":0.00221,"127":0.00883,"128":0.01986,"129":0.00221,"130":0.00441,"131":0.08607,"132":0.95122,"133":0.0949,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 81 82 83 84 85 87 88 89 90 91 92 93 94 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 113 116 117 118 119 121 122 123 124 126 134 135 136 3.5 3.6"},D:{"38":0.00441,"47":0.00221,"64":0.00221,"65":0.00221,"68":0.00221,"73":0.00221,"75":0.00221,"78":0.00441,"79":0.01986,"81":0.00221,"83":0.00221,"86":0.00221,"87":0.02648,"88":0.01766,"90":0.00221,"91":0.00883,"92":0.01104,"93":0.00221,"94":0.00662,"95":0.00221,"99":0.00662,"100":0.00441,"101":0.00221,"103":0.02428,"104":0.00441,"106":0.00441,"107":0.00441,"108":0.00441,"109":0.7261,"110":0.00441,"111":0.00662,"112":0.00441,"113":0.00221,"114":0.01324,"115":0.00221,"116":0.15008,"117":0.00441,"118":0.00221,"119":0.01766,"120":0.00883,"121":0.01766,"122":0.11697,"123":0.01766,"124":0.03752,"125":0.02869,"126":0.05518,"127":0.05076,"128":0.11256,"129":0.629,"130":7.05357,"131":5.95007,"132":0.00221,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 43 44 45 46 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 66 67 69 70 71 72 74 76 77 80 84 85 89 96 97 98 102 105 133 134"},F:{"46":0.00221,"76":0.00221,"83":0.00221,"85":0.00662,"95":0.00441,"102":0.00221,"110":0.00221,"113":0.02869,"114":0.60693,_:"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 77 78 79 80 81 82 84 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 103 104 105 106 107 108 109 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00221,"92":0.00441,"100":0.00441,"102":0.00221,"109":0.02428,"118":0.00221,"120":0.00221,"121":0.00221,"122":0.00221,"124":0.00221,"125":0.00441,"126":0.00441,"127":0.00662,"128":0.00883,"129":0.05738,"130":1.33303,"131":1.06819,_:"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 106 107 108 110 111 112 113 114 115 116 117 119 123"},E:{"13":0.00221,"14":0.01324,"15":0.00221,_:"0 4 5 6 7 8 9 10 11 12 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.2-15.3","12.1":0.00441,"13.1":0.02428,"14.1":0.02648,"15.1":0.00221,"15.4":0.04855,"15.5":0.00441,"15.6":0.08607,"16.0":0.00662,"16.1":0.01104,"16.2":0.00662,"16.3":0.03973,"16.4":0.00441,"16.5":0.00883,"16.6":0.11476,"17.0":0.00441,"17.1":0.00441,"17.2":0.01104,"17.3":0.03311,"17.4":0.06621,"17.5":0.0949,"17.6":0.43257,"18.0":0.14346,"18.1":0.18097,"18.2":0.03531},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00072,"5.0-5.1":0,"6.0-6.1":0.00286,"7.0-7.1":0.00358,"8.1-8.4":0,"9.0-9.2":0.00286,"9.3":0.01003,"10.0-10.2":0.00215,"10.3":0.01647,"11.0-11.2":0.19337,"11.3-11.4":0.00501,"12.0-12.1":0.00286,"12.2-12.5":0.0752,"13.0-13.1":0.00143,"13.2":0.01934,"13.3":0.00286,"13.4-13.7":0.01074,"14.0-14.4":0.02363,"14.5-14.8":0.03366,"15.0-15.1":0.01934,"15.2-15.3":0.0179,"15.4":0.02149,"15.5":0.02507,"15.6-15.8":0.26857,"16.0":0.05085,"16.1":0.10743,"16.2":0.05443,"16.3":0.09239,"16.4":0.01862,"16.5":0.03724,"16.6-16.7":0.35236,"17.0":0.02578,"17.1":0.04297,"17.2":0.03581,"17.3":0.05443,"17.4":0.11674,"17.5":0.34878,"17.6-17.7":3.01296,"18.0":1.06854,"18.1":0.93891,"18.2":0.03796},P:{"4":0.06152,"20":0.01025,"21":0.03076,"22":0.09228,"23":0.06152,"24":0.06152,"25":0.09228,"26":1.64046,"27":1.52768,_:"5.0-5.4 8.2 9.2 10.1 12.0 15.0","6.2-6.4":0.03076,"7.2-7.4":0.08202,"11.1-11.2":0.03076,"13.0":0.01025,"14.0":0.02051,"16.0":0.04101,"17.0":0.03076,"18.0":0.02051,"19.0":0.02051},I:{"0":0.2566,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00008,"4.4":0,"4.4.3-4.4.4":0.00033},A:{"11":0.00662,_:"6 7 8 9 10 5.5"},K:{"0":0.46758,_:"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.01559},O:{"0":0.49096},H:{"0":0},L:{"0":65.85607},R:{_:"0"},M:{"0":0.47537}};
1
+ module.exports={C:{"20":0.0023,"52":0.0023,"78":0.00918,"80":0.0023,"112":0.0023,"115":0.11246,"123":0.0023,"127":0.0023,"128":0.04131,"129":0.0023,"130":0.0023,"131":0.01148,"132":0.00459,"133":0.00918,"134":0.29835,"135":0.79178,"136":0.0023,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 113 114 116 117 118 119 120 121 122 124 125 126 137 138 3.5 3.6"},D:{"38":0.0023,"47":0.0023,"56":0.0023,"67":0.0023,"68":0.0023,"69":0.0023,"73":0.0023,"78":0.00918,"79":0.01836,"80":0.0023,"81":0.00459,"83":0.00689,"85":0.0023,"87":0.03213,"88":0.00918,"90":0.0023,"91":0.01148,"94":0.01148,"98":0.0023,"99":0.0023,"100":0.01377,"101":0.0023,"102":0.0023,"103":0.01148,"104":0.00689,"105":0.0023,"106":0.0023,"108":0.01148,"109":0.58523,"110":0.00459,"111":0.01148,"112":0.06426,"113":0.0023,"114":0.02525,"115":0.01148,"116":0.08033,"117":0.0023,"118":0.0023,"119":0.01836,"120":0.00689,"121":0.00918,"122":0.08262,"123":0.00918,"124":0.02525,"125":0.01836,"126":0.02754,"127":0.00459,"128":0.05738,"129":0.01836,"130":0.03213,"131":0.70686,"132":6.68534,"133":6.23781,"134":0.0023,"135":0.01607,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 43 44 45 46 48 49 50 51 52 53 54 55 57 58 59 60 61 62 63 64 65 66 70 71 72 74 75 76 77 84 86 89 92 93 95 96 97 107 136"},F:{"46":0.00459,"47":0.00689,"86":0.00689,"87":0.01148,"95":0.00689,"114":0.05508,_:"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 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"17":0.00459,"18":0.0023,"92":0.0023,"100":0.0023,"105":0.0023,"109":0.00918,"110":0.0023,"111":0.0023,"114":0.00689,"120":0.0023,"122":0.00689,"124":0.0023,"126":0.00459,"127":0.0023,"128":0.00459,"129":0.01148,"130":0.01607,"131":0.05508,"132":1.13832,"133":1.39766,_:"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 106 107 108 112 113 115 116 117 118 119 121 123 125"},E:{"14":0.0023,"15":0.00459,_:"0 4 5 6 7 8 9 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.2-15.3 16.2","12.1":0.0023,"13.1":0.01148,"14.1":0.02295,"15.1":0.00459,"15.4":0.0023,"15.5":0.00918,"15.6":0.0459,"16.0":0.01377,"16.1":0.01377,"16.3":0.00918,"16.4":0.00459,"16.5":0.03213,"16.6":0.10787,"17.0":0.00459,"17.1":0.02295,"17.2":0.01148,"17.3":0.01377,"17.4":0.02984,"17.5":0.06885,"17.6":0.17672,"18.0":0.03902,"18.1":0.15606,"18.2":0.09639,"18.3":0.39245,"18.4":0.00459},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.00391,"8.1-8.4":0,"9.0-9.2":0.00157,"9.3":0.01174,"10.0-10.2":0.00157,"10.3":0.01801,"11.0-11.2":0.06184,"11.3-11.4":0.00548,"12.0-12.1":0.00313,"12.2-12.5":0.08298,"13.0-13.1":0.00157,"13.2":0.00235,"13.3":0.00313,"13.4-13.7":0.01174,"14.0-14.4":0.02583,"14.5-14.8":0.03601,"15.0-15.1":0.01879,"15.2-15.3":0.01879,"15.4":0.0227,"15.5":0.02583,"15.6-15.8":0.32018,"16.0":0.04619,"16.1":0.09629,"16.2":0.04854,"16.3":0.08768,"16.4":0.01957,"16.5":0.03679,"16.6-16.7":0.38124,"17.0":0.02348,"17.1":0.04149,"17.2":0.03288,"17.3":0.04619,"17.4":0.09551,"17.5":0.22702,"17.6-17.7":0.74682,"18.0":0.21997,"18.1":2.02048,"18.2":0.64975,"18.3":2.31561,"18.4":0.0047},P:{"4":0.05137,"20":0.01027,"21":0.03082,"22":0.08219,"23":0.04109,"24":0.16437,"25":0.11301,"26":0.11301,"27":3.40047,_:"5.0-5.4 8.2 9.2 10.1 12.0 15.0 18.0","6.2-6.4":0.02055,"7.2-7.4":0.09246,"11.1-11.2":0.01027,"13.0":0.01027,"14.0":0.01027,"16.0":0.06164,"17.0":0.01027,"19.0":0.03082},I:{"0":0.2922,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00006,"4.4":0,"4.4.3-4.4.4":0.00035},K:{"0":0.53165,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00459,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":64.9052},R:{_:"0"},M:{"0":0.4546},Q:{"14.9":0.00771},O:{"0":0.50083},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"115":0.03407,"116":0.00227,"125":0.00681,"127":0.01136,"128":0.00454,"129":0.00227,"130":0.00681,"131":0.02725,"132":0.69947,"133":0.04769,_:"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 117 118 119 120 121 122 123 124 126 134 135 136 3.5 3.6"},D:{"50":0.00454,"68":0.00227,"73":0.00227,"78":0.00227,"83":0.02271,"87":0.00454,"90":0.00227,"91":0.01136,"93":0.00227,"94":0.00227,"95":0.00227,"97":0.00908,"100":0.00454,"103":0.01136,"104":0.00454,"105":0.00227,"107":0.00227,"108":0.00454,"109":0.27479,"110":0.00227,"111":0.00227,"112":0.02044,"114":0.00454,"115":0.00227,"116":0.12036,"117":0.01817,"118":0.00227,"119":0.02271,"120":0.02271,"121":0.00454,"122":0.07494,"123":0.01136,"124":0.01817,"125":0.05678,"126":0.03179,"127":0.04542,"128":0.13626,"129":0.71082,"130":9.05448,"131":5.59347,"132":0.0159,_:"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 56 57 58 59 60 61 62 63 64 65 66 67 69 70 71 72 74 75 76 77 79 80 81 84 85 86 88 89 92 96 98 99 101 102 106 113 133 134"},F:{"85":0.07494,"102":0.00227,"113":0.01136,"114":0.34973,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 86 87 88 89 90 91 92 93 94 95 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:{"16":0.00681,"92":0.00454,"100":0.01136,"114":0.00227,"121":0.00908,"122":0.00227,"124":0.00227,"125":0.00681,"126":0.03407,"127":0.00681,"128":0.02044,"129":0.03861,"130":1.2218,"131":0.79939,_:"12 13 14 15 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 115 116 117 118 119 120 123"},E:{"14":0.00681,"15":0.00454,_:"0 4 5 6 7 8 9 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1","13.1":0.00908,"14.1":0.00681,"15.2-15.3":0.00227,"15.4":0.00227,"15.5":0.00908,"15.6":0.02952,"16.0":0.00908,"16.1":0.06359,"16.2":0.00227,"16.3":0.01817,"16.4":0.02044,"16.5":0.00681,"16.6":0.04088,"17.0":0.00681,"17.1":0.02044,"17.2":0.01363,"17.3":0.01136,"17.4":0.02044,"17.5":0.10674,"17.6":0.32248,"18.0":0.27252,"18.1":0.30659,"18.2":0.0863},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00188,"5.0-5.1":0,"6.0-6.1":0.00751,"7.0-7.1":0.00938,"8.1-8.4":0,"9.0-9.2":0.00751,"9.3":0.02627,"10.0-10.2":0.00563,"10.3":0.04316,"11.0-11.2":0.50668,"11.3-11.4":0.01314,"12.0-12.1":0.00751,"12.2-12.5":0.19704,"13.0-13.1":0.00375,"13.2":0.05067,"13.3":0.00751,"13.4-13.7":0.02815,"14.0-14.4":0.06193,"14.5-14.8":0.0882,"15.0-15.1":0.05067,"15.2-15.3":0.04692,"15.4":0.0563,"15.5":0.06568,"15.6-15.8":0.70373,"16.0":0.13324,"16.1":0.28149,"16.2":0.14262,"16.3":0.24208,"16.4":0.04879,"16.5":0.09758,"16.6-16.7":0.92329,"17.0":0.06756,"17.1":0.1126,"17.2":0.09383,"17.3":0.14262,"17.4":0.30589,"17.5":0.9139,"17.6-17.7":7.89486,"18.0":2.79989,"18.1":2.46022,"18.2":0.09946},P:{"21":0.01023,"22":0.01023,"23":0.01023,"24":0.0307,"25":0.0307,"26":0.78797,"27":0.921,_:"4 20 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0","7.2-7.4":0.01023,"18.0":0.01023,"19.0":0.01023},I:{"0":0.03085,"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:{_:"6 7 8 9 10 11 5.5"},K:{"0":0.88111,_:"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.81155},H:{"0":0},L:{"0":55.75384},R:{_:"0"},M:{"0":0.4792}};
1
+ module.exports={C:{"111":0.00233,"115":0.01864,"116":0.00233,"121":0.00466,"127":0.00233,"128":0.00699,"129":0.00233,"131":0.00932,"132":0.00466,"133":0.00932,"134":0.14912,"135":0.56619,"136":0.00233,_:"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 112 113 114 117 118 119 120 122 123 124 125 126 130 137 138 3.5 3.6"},D:{"61":0.00233,"68":0.00466,"73":0.00233,"83":0.02097,"87":0.00466,"88":0.00233,"90":0.00233,"91":0.01398,"95":0.00233,"97":0.00233,"101":0.00466,"103":0.00466,"106":0.00932,"107":0.00233,"108":0.0233,"109":0.23067,"110":0.00466,"111":0.00699,"112":0.03262,"114":0.00466,"116":0.07456,"117":0.00466,"118":0.00233,"119":0.01165,"120":0.0233,"121":0.00466,"122":0.06757,"123":0.00932,"124":0.03262,"125":0.02563,"126":0.03029,"127":0.02563,"128":0.0233,"129":0.02563,"130":0.03262,"131":1.03452,"132":8.18063,"133":6.35857,"134":0.00932,_:"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 62 63 64 65 66 67 69 70 71 72 74 75 76 77 78 79 80 81 84 85 86 89 92 93 94 96 98 99 100 102 104 105 113 115 135 136"},F:{"82":0.00233,"87":0.0466,"114":0.0233,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 88 89 90 91 92 93 94 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:{"16":0.00466,"92":0.01398,"100":0.00233,"109":0.00233,"114":0.02796,"116":0.03961,"118":0.00466,"121":0.00233,"122":0.00466,"124":0.00233,"125":0.00233,"126":0.01864,"128":0.00466,"129":0.01398,"130":0.04194,"131":0.1864,"132":1.05316,"133":1.11607,_:"12 13 14 15 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 110 111 112 113 115 117 119 120 123 127"},E:{"14":0.00233,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 18.4","13.1":0.02563,"14.1":0.00699,"15.1":0.00233,"15.2-15.3":0.00466,"15.4":0.00466,"15.5":0.00466,"15.6":0.02097,"16.0":0.00932,"16.1":0.01165,"16.2":0.00233,"16.3":0.01398,"16.4":0.00699,"16.5":0.00932,"16.6":0.04427,"17.0":0.00233,"17.1":0.01864,"17.2":0.00699,"17.3":0.01398,"17.4":0.02563,"17.5":0.08155,"17.6":0.14912,"18.0":0.05592,"18.1":0.24698,"18.2":0.12582,"18.3":0.31455},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00374,"5.0-5.1":0.00187,"6.0-6.1":0.01121,"7.0-7.1":0.00934,"8.1-8.4":0,"9.0-9.2":0.00374,"9.3":0.02803,"10.0-10.2":0.00374,"10.3":0.04297,"11.0-11.2":0.1476,"11.3-11.4":0.01308,"12.0-12.1":0.00747,"12.2-12.5":0.19805,"13.0-13.1":0.00374,"13.2":0.00561,"13.3":0.00747,"13.4-13.7":0.02803,"14.0-14.4":0.06166,"14.5-14.8":0.08595,"15.0-15.1":0.04484,"15.2-15.3":0.04484,"15.4":0.05418,"15.5":0.06166,"15.6-15.8":0.76418,"16.0":0.11024,"16.1":0.22981,"16.2":0.11584,"16.3":0.20926,"16.4":0.04671,"16.5":0.08782,"16.6-16.7":0.90992,"17.0":0.05605,"17.1":0.09903,"17.2":0.07847,"17.3":0.11024,"17.4":0.22795,"17.5":0.54184,"17.6-17.7":1.78247,"18.0":0.52502,"18.1":4.82237,"18.2":1.55078,"18.3":5.52676,"18.4":0.01121},P:{"21":0.01024,"22":0.03073,"23":0.01024,"24":0.01024,"25":0.01024,"26":0.05122,"27":1.40331,_:"4 20 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.04097},I:{"0":0.01531,"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.86671,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.02097,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":56.41644},R:{_:"0"},M:{"0":0.3068},Q:{_:"14.9"},O:{"0":0.57525},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"18":0.00207,"34":0.00415,"46":0.00622,"51":0.00207,"52":0.00207,"98":0.00207,"102":0.00415,"109":0.00415,"115":0.10577,"117":0.00207,"118":0.00415,"119":0.00207,"125":0.00415,"127":0.01037,"128":0.04355,"129":0.01037,"130":0.01867,"131":0.06222,"132":0.66575,"133":0.06844,"134":0.00207,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 99 100 101 103 104 105 106 107 108 110 111 112 113 114 116 120 121 122 123 124 126 135 136 3.5 3.6"},D:{"11":0.01037,"17":0.00207,"28":0.01867,"33":0.00207,"38":0.00207,"39":0.00415,"40":0.00415,"43":0.00207,"46":0.00622,"47":0.00207,"50":0.00207,"51":0.00207,"53":0.00415,"56":0.00415,"57":0.00207,"58":0.01659,"61":0.00415,"63":0.00207,"64":0.00415,"65":0.00415,"66":0.0083,"67":0.00207,"68":0.00207,"69":0.0083,"70":0.02281,"71":0.00622,"73":0.00622,"74":0.0083,"75":0.00207,"76":0.01037,"78":0.01037,"79":0.03111,"81":0.02904,"83":0.01037,"84":0.00207,"85":0.00207,"86":0.00207,"87":0.00622,"88":0.02074,"89":0.00622,"90":0.00207,"91":0.00415,"92":0.00207,"93":0.0083,"94":0.00415,"95":0.00622,"96":0.00622,"98":0.00622,"99":0.00415,"101":0.00415,"102":0.00415,"103":0.02074,"105":0.0083,"106":0.0083,"107":0.00207,"108":0.00207,"109":0.4708,"110":0.00415,"111":0.00622,"112":0.00207,"113":0.00207,"114":0.01867,"115":0.00415,"116":0.02074,"117":0.01244,"118":0.01867,"119":0.00622,"120":0.01452,"121":0.00622,"122":0.02281,"123":0.07052,"124":0.06844,"125":0.02904,"126":0.05185,"127":0.04563,"128":0.14103,"129":0.34428,"130":4.47777,"131":2.62568,"132":0.0083,_:"4 5 6 7 8 9 10 12 13 14 15 16 18 19 20 21 22 23 24 25 26 27 29 30 31 32 34 35 36 37 41 42 44 45 48 49 52 54 55 59 60 62 72 77 80 97 100 104 133 134"},F:{"24":0.00415,"28":0.00415,"36":0.00207,"64":0.00207,"79":0.02074,"83":0.00207,"84":0.0477,"85":0.02074,"86":0.00622,"94":0.00207,"95":0.04978,"101":0.00207,"109":0.00207,"112":0.01452,"113":0.0083,"114":0.60768,_:"9 11 12 15 16 17 18 19 20 21 22 23 25 26 27 29 30 31 32 33 34 35 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 87 88 89 90 91 92 93 96 97 98 99 100 102 103 104 105 106 107 108 110 111 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 12.1","11.6":0.00207},B:{"12":0.01244,"13":0.00207,"14":0.0083,"15":0.01037,"16":0.00622,"17":0.0083,"18":0.07052,"84":0.01452,"89":0.01244,"90":0.01452,"92":0.112,"100":0.03318,"101":0.00207,"108":0.00415,"109":0.01659,"112":0.00415,"114":0.0083,"115":0.00207,"116":0.00415,"117":0.00207,"119":0.02281,"120":0.00622,"121":0.00622,"122":0.01244,"123":0.00207,"124":0.00622,"125":0.01452,"126":0.02281,"127":0.06844,"128":0.0477,"129":0.1514,"130":1.48498,"131":0.87523,_:"79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 102 103 104 105 106 107 110 111 113 118"},E:{"11":0.00207,"13":0.00207,"14":0.00622,_:"0 4 5 6 7 8 9 10 12 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 15.1 15.4 16.0 16.1 16.2 16.4 17.0 18.2","5.1":0.00207,"12.1":0.0083,"13.1":0.01037,"14.1":0.00415,"15.2-15.3":0.00207,"15.5":0.00207,"15.6":0.03526,"16.3":0.00415,"16.5":0.00207,"16.6":0.01867,"17.1":0.00207,"17.2":0.00622,"17.3":0.00622,"17.4":0.00207,"17.5":0.01867,"17.6":0.03733,"18.0":0.03733,"18.1":0.02696},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00018,"5.0-5.1":0,"6.0-6.1":0.00073,"7.0-7.1":0.00091,"8.1-8.4":0,"9.0-9.2":0.00073,"9.3":0.00254,"10.0-10.2":0.00054,"10.3":0.00417,"11.0-11.2":0.049,"11.3-11.4":0.00127,"12.0-12.1":0.00073,"12.2-12.5":0.01906,"13.0-13.1":0.00036,"13.2":0.0049,"13.3":0.00073,"13.4-13.7":0.00272,"14.0-14.4":0.00599,"14.5-14.8":0.00853,"15.0-15.1":0.0049,"15.2-15.3":0.00454,"15.4":0.00544,"15.5":0.00635,"15.6-15.8":0.06806,"16.0":0.01289,"16.1":0.02722,"16.2":0.01379,"16.3":0.02341,"16.4":0.00472,"16.5":0.00944,"16.6-16.7":0.08929,"17.0":0.00653,"17.1":0.01089,"17.2":0.00907,"17.3":0.01379,"17.4":0.02958,"17.5":0.08838,"17.6-17.7":0.7635,"18.0":0.27077,"18.1":0.23792,"18.2":0.00962},P:{"4":0.23565,"20":0.01025,"21":0.02049,"22":0.1127,"23":0.04098,"24":0.13319,"25":0.09221,"26":0.71719,"27":0.18442,"5.0-5.4":0.02049,"6.2-6.4":0.02049,"7.2-7.4":0.14344,_:"8.2 10.1 14.0 15.0 16.0","9.2":0.01025,"11.1-11.2":0.02049,"12.0":0.01025,"13.0":0.01025,"17.0":0.03074,"18.0":0.02049,"19.0":0.02049},I:{"0":0.14234,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00004,"4.4":0,"4.4.3-4.4.4":0.00019},A:{"9":0.00233,"10":0.00233,"11":0.03267,_:"6 7 8 5.5"},K:{"0":5.4102,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.07925,_:"3.0-3.1"},J:{_:"7 10"},Q:{"14.9":0.01585},O:{"0":1.48198},H:{"0":1.12},L:{"0":73.13858},R:{_:"0"},M:{"0":0.18228}};
1
+ module.exports={C:{"43":0.00256,"68":0.00256,"69":0.00256,"71":0.00256,"72":0.00256,"94":0.00256,"112":0.00256,"115":0.09713,"116":0.00256,"121":0.00256,"125":0.00511,"127":0.01022,"128":0.02045,"129":0.00511,"130":0.00511,"131":0.00256,"132":0.00511,"133":0.01534,"134":0.2326,"135":0.69268,"136":0.00767,_:"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 70 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 113 114 117 118 119 120 122 123 124 126 137 138 3.5 3.6"},D:{"11":0.02812,"26":0.00256,"38":0.00256,"43":0.00511,"49":0.00511,"50":0.00511,"52":0.00256,"53":0.00256,"56":0.00256,"57":0.00256,"61":0.00256,"62":0.00256,"64":0.01022,"67":0.00256,"68":0.00256,"69":0.00511,"70":0.00767,"71":0.01022,"73":0.00256,"75":0.00256,"76":0.00511,"78":0.00256,"79":0.00511,"80":0.00511,"81":0.00511,"83":0.01022,"84":0.00256,"85":0.00256,"86":0.00256,"87":0.00256,"88":0.01278,"89":0.00511,"90":0.00256,"91":0.00256,"92":0.00511,"93":0.00767,"94":0.01022,"95":0.01278,"96":0.00256,"98":0.00256,"100":0.00256,"101":0.00511,"102":0.00256,"103":0.03578,"104":0.00767,"105":0.00511,"106":0.01789,"108":0.00511,"109":0.63389,"110":0.00256,"111":0.02045,"112":0.00256,"114":0.01534,"115":0.00256,"116":0.02812,"118":0.01278,"119":0.01278,"120":0.03834,"121":0.00767,"122":0.03067,"123":0.023,"124":0.24538,"125":0.02812,"126":0.0409,"127":0.023,"128":0.023,"129":0.04345,"130":0.07668,"131":0.66456,"132":4.40399,"133":4.24807,"134":0.00767,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 44 45 46 47 48 51 54 55 58 59 60 63 65 66 72 74 77 97 99 107 113 117 135 136"},F:{"36":0.00511,"37":0.00256,"42":0.00767,"56":0.00256,"75":0.00256,"79":0.01278,"82":0.00256,"83":0.00256,"86":0.00511,"87":0.04601,"88":0.01534,"95":0.0639,"113":0.00511,"114":0.01789,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 38 39 40 41 43 44 45 46 47 48 49 50 51 52 53 54 55 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 76 77 78 80 81 84 85 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.01278,"13":0.00256,"14":0.00511,"15":0.00511,"16":0.00256,"17":0.01022,"18":0.0409,"84":0.01022,"88":0.00511,"89":0.00767,"90":0.01789,"92":0.11758,"100":0.023,"109":0.01278,"112":0.00256,"114":0.00256,"115":0.00256,"117":0.00256,"119":0.05879,"120":0.00511,"122":0.01278,"123":0.00256,"124":0.00511,"125":0.00256,"126":0.01022,"127":0.00767,"128":0.01278,"129":0.01278,"130":0.02045,"131":0.18659,"132":1.24988,"133":1.51826,_:"79 80 81 83 85 86 87 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 113 116 118 121"},E:{"11":0.00767,"13":0.00256,"14":0.00511,_:"0 4 5 6 7 8 9 10 12 15 3.1 3.2 5.1 6.1 7.1 10.1 11.1 15.2-15.3 15.4 16.1 16.2 16.4 17.0 17.1 18.4","9.1":0.00256,"12.1":0.00511,"13.1":0.00767,"14.1":0.01022,"15.1":0.00256,"15.5":0.00256,"15.6":0.03067,"16.0":0.00511,"16.3":0.00256,"16.5":0.00767,"16.6":0.023,"17.2":0.00256,"17.3":0.00256,"17.4":0.00256,"17.5":0.00511,"17.6":0.05879,"18.0":0.00511,"18.1":0.02045,"18.2":0.02812,"18.3":0.08435},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00042,"5.0-5.1":0.00021,"6.0-6.1":0.00125,"7.0-7.1":0.00104,"8.1-8.4":0,"9.0-9.2":0.00042,"9.3":0.00311,"10.0-10.2":0.00042,"10.3":0.00478,"11.0-11.2":0.01641,"11.3-11.4":0.00145,"12.0-12.1":0.00083,"12.2-12.5":0.02201,"13.0-13.1":0.00042,"13.2":0.00062,"13.3":0.00083,"13.4-13.7":0.00311,"14.0-14.4":0.00685,"14.5-14.8":0.00955,"15.0-15.1":0.00498,"15.2-15.3":0.00498,"15.4":0.00602,"15.5":0.00685,"15.6-15.8":0.08493,"16.0":0.01225,"16.1":0.02554,"16.2":0.01287,"16.3":0.02326,"16.4":0.00519,"16.5":0.00976,"16.6-16.7":0.10113,"17.0":0.00623,"17.1":0.01101,"17.2":0.00872,"17.3":0.01225,"17.4":0.02533,"17.5":0.06022,"17.6-17.7":0.19811,"18.0":0.05835,"18.1":0.53597,"18.2":0.17236,"18.3":0.61426,"18.4":0.00125},P:{"4":0.28223,"20":0.01045,"21":0.01045,"22":0.05227,"23":0.02091,"24":0.07317,"25":0.04181,"26":0.09408,"27":0.55401,"5.0-5.4":0.01045,"6.2-6.4":0.01045,"7.2-7.4":0.16725,_:"8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0","13.0":0.02091,"17.0":0.03136,"18.0":0.01045,"19.0":0.03136},I:{"0":0.14113,"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.00017},K:{"0":3.75635,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00511,_:"6 7 8 9 10 5.5"},S:{"2.5":0.06699,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":72.06403},R:{_:"0"},M:{"0":0.14886},Q:{"14.9":0.00744},O:{"0":1.35463},H:{"0":1.29}};
@@ -1 +1 @@
1
- module.exports={C:{"4":0.01058,"34":0.00353,"48":0.00353,"52":0.00705,"59":0.00705,"66":0.00353,"78":0.01763,"79":0.00353,"82":0.00353,"91":0.00705,"99":0.02821,"102":0.00353,"103":0.00353,"105":0.00353,"112":0.00353,"113":0.00353,"115":0.16925,"120":0.00353,"121":0.00353,"123":0.00353,"124":0.00353,"125":0.00353,"126":0.00353,"127":0.00705,"128":0.03879,"129":0.00705,"130":0.01058,"131":0.07052,"132":1.11774,"133":0.10931,"134":0.00353,_:"2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 53 54 55 56 57 58 60 61 62 63 64 65 67 68 69 70 71 72 73 74 75 76 77 80 81 83 84 85 86 87 88 89 90 92 93 94 95 96 97 98 100 101 104 106 107 108 109 110 111 114 116 117 118 119 122 135 136 3.5 3.6"},D:{"38":0.00353,"48":0.00353,"49":0.00705,"50":0.00353,"52":0.01058,"65":0.00353,"66":0.03879,"70":0.00353,"71":0.00353,"73":0.00353,"74":0.00353,"75":0.00353,"76":0.00353,"78":0.00353,"79":0.02116,"80":0.01058,"81":0.00353,"84":0.00705,"85":0.00353,"86":0.00353,"87":0.04936,"88":0.01763,"89":0.00353,"90":0.00353,"91":0.02821,"92":0.00353,"93":0.00705,"94":0.01763,"95":0.00353,"96":0.00353,"97":0.00353,"98":0.00705,"99":0.00353,"100":0.00353,"101":0.00353,"102":0.00705,"103":0.07757,"104":0.01058,"105":0.00705,"106":0.0141,"107":0.01058,"108":0.01058,"109":1.4915,"110":0.01058,"111":0.02468,"112":0.01058,"113":0.05642,"114":0.07405,"115":0.00353,"116":0.16572,"117":0.00705,"118":0.00705,"119":0.02116,"120":0.04584,"121":0.02821,"122":0.1763,"123":0.04936,"124":0.0811,"125":0.05642,"126":0.09873,"127":0.07757,"128":0.25387,"129":0.56063,"130":11.3784,"131":7.42223,"132":0.01058,_:"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 51 53 54 55 56 57 58 59 60 61 62 63 64 67 68 69 72 77 83 133 134"},F:{"85":0.01058,"86":0.00353,"95":0.03526,"102":0.00353,"109":0.00353,"112":0.00353,"113":0.09168,"114":1.20942,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 87 88 89 90 91 92 93 94 96 97 98 99 100 101 103 104 105 106 107 108 110 111 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"17":0.00353,"18":0.00353,"88":0.00353,"92":0.01058,"99":0.00353,"100":0.00353,"108":0.00353,"109":0.05289,"110":0.00353,"112":0.00353,"113":0.00353,"114":0.00705,"117":0.01058,"118":0.00353,"119":0.00353,"120":0.00353,"121":0.00705,"122":0.00705,"123":0.00705,"124":0.01058,"125":0.01058,"126":0.02468,"127":0.02116,"128":0.03526,"129":0.1763,"130":2.79612,"131":1.86878,_:"12 13 14 15 16 79 80 81 83 84 85 86 87 89 90 91 93 94 95 96 97 98 101 102 103 104 105 106 107 111 115 116"},E:{"14":0.01058,"15":0.00353,_:"0 4 5 6 7 8 9 10 11 12 13 3.1 3.2 6.1 7.1 9.1 10.1","5.1":0.00705,"11.1":0.00705,"12.1":0.00705,"13.1":0.03879,"14.1":0.04231,"15.1":0.00353,"15.2-15.3":0.00353,"15.4":0.01058,"15.5":0.01058,"15.6":0.13751,"16.0":0.0141,"16.1":0.01763,"16.2":0.0141,"16.3":0.03879,"16.4":0.01058,"16.5":0.02468,"16.6":0.14104,"17.0":0.01058,"17.1":0.02468,"17.2":0.02821,"17.3":0.02116,"17.4":0.04231,"17.5":0.13399,"17.6":0.52185,"18.0":0.28913,"18.1":0.28913,"18.2":0.01058},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00141,"5.0-5.1":0,"6.0-6.1":0.00566,"7.0-7.1":0.00707,"8.1-8.4":0,"9.0-9.2":0.00566,"9.3":0.01981,"10.0-10.2":0.00424,"10.3":0.03254,"11.0-11.2":0.38199,"11.3-11.4":0.0099,"12.0-12.1":0.00566,"12.2-12.5":0.14855,"13.0-13.1":0.00283,"13.2":0.0382,"13.3":0.00566,"13.4-13.7":0.02122,"14.0-14.4":0.04669,"14.5-14.8":0.0665,"15.0-15.1":0.0382,"15.2-15.3":0.03537,"15.4":0.04244,"15.5":0.04952,"15.6-15.8":0.53055,"16.0":0.10045,"16.1":0.21222,"16.2":0.10752,"16.3":0.18251,"16.4":0.03678,"16.5":0.07357,"16.6-16.7":0.69608,"17.0":0.05093,"17.1":0.08489,"17.2":0.07074,"17.3":0.10752,"17.4":0.23061,"17.5":0.689,"17.6-17.7":5.95201,"18.0":2.11086,"18.1":1.85479,"18.2":0.07498},P:{"4":0.07283,"21":0.0104,"22":0.0104,"23":0.0104,"24":0.0104,"25":0.0104,"26":0.38494,"27":0.36413,_:"20 5.0-5.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0 19.0","6.2-6.4":0.0104,"7.2-7.4":0.03121,"17.0":0.0104},I:{"0":0.08399,"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.00011},A:{"8":0.00401,"11":0.08414,_:"6 7 9 10 5.5"},K:{"0":0.2072,_:"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.0518},H:{"0":0},L:{"0":51.1352},R:{_:"0"},M:{"0":0.19425}};
1
+ module.exports={C:{"4":0.00641,"52":0.00427,"59":0.00427,"78":0.00854,"79":0.00214,"99":0.0427,"110":0.00214,"113":0.00214,"115":0.09821,"120":0.00214,"125":0.00214,"126":0.00427,"127":0.00427,"128":0.01922,"129":0.00214,"130":0.00214,"131":0.00214,"132":0.00427,"133":0.01068,"134":0.16867,"135":0.5914,"136":0.00427,_:"2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 100 101 102 103 104 105 106 107 108 109 111 112 114 116 117 118 119 121 122 123 124 137 138 3.5 3.6"},D:{"42":0.00214,"47":0.00214,"48":0.00214,"49":0.00641,"52":0.00427,"53":0.00214,"58":0.00214,"65":0.00214,"66":0.02135,"70":0.00214,"71":0.00214,"74":0.00214,"75":0.00214,"76":0.00214,"78":0.00214,"79":0.01281,"81":0.00214,"84":0.00214,"85":0.00214,"87":0.02562,"88":0.00427,"89":0.00214,"90":0.00214,"91":0.01068,"92":0.00214,"93":0.01068,"94":0.00427,"95":0.00214,"96":0.00214,"97":0.00214,"98":0.00214,"99":0.00214,"100":0.00214,"101":0.00214,"102":0.00214,"103":0.05765,"104":0.01922,"105":0.00214,"106":0.00854,"107":0.00641,"108":0.01068,"109":0.80276,"110":0.00641,"111":0.00854,"112":0.00641,"113":0.02989,"114":0.05765,"115":0.00214,"116":0.0854,"117":0.00214,"118":0.00427,"119":0.01708,"120":0.01495,"121":0.01281,"122":0.08327,"123":0.02989,"124":0.04484,"125":0.0363,"126":0.04484,"127":0.08754,"128":0.11102,"129":0.0363,"130":0.05978,"131":0.52094,"132":5.39088,"133":5.65135,"134":0.00641,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 43 44 45 46 50 51 54 55 56 57 59 60 61 62 63 64 67 68 69 72 73 77 80 83 86 135 136"},F:{"86":0.00214,"87":0.00641,"89":0.00214,"95":0.02135,"102":0.00214,"113":0.00214,"114":0.08327,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 88 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.00214,"18":0.00214,"92":0.00641,"99":0.00427,"100":0.00214,"107":0.00214,"108":0.00214,"109":0.02562,"112":0.00214,"113":0.00214,"114":0.00214,"116":0.00214,"117":0.00214,"118":0.00214,"119":0.00214,"120":0.00214,"121":0.00214,"122":0.00427,"123":0.00214,"124":0.00214,"125":0.00641,"126":0.00427,"127":0.00854,"128":0.00641,"129":0.00641,"130":0.05765,"131":0.07259,"132":1.11874,"133":1.66744,_:"12 13 14 15 16 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 101 102 103 104 105 106 110 111 115"},E:{"14":0.00427,"15":0.00214,_:"0 4 5 6 7 8 9 10 11 12 13 3.1 3.2 6.1 7.1 9.1 10.1","5.1":0.00427,"11.1":0.00427,"12.1":0.00641,"13.1":0.01708,"14.1":0.01708,"15.1":0.00214,"15.2-15.3":0.00214,"15.4":0.00427,"15.5":0.00427,"15.6":0.07046,"16.0":0.01068,"16.1":0.00854,"16.2":0.00641,"16.3":0.01708,"16.4":0.00427,"16.5":0.01068,"16.6":0.07259,"17.0":0.00427,"17.1":0.02562,"17.2":0.01708,"17.3":0.01068,"17.4":0.02349,"17.5":0.05124,"17.6":0.13664,"18.0":0.03843,"18.1":0.17294,"18.2":0.08113,"18.3":0.32452,"18.4":0.00214},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00154,"5.0-5.1":0.00077,"6.0-6.1":0.00463,"7.0-7.1":0.00386,"8.1-8.4":0,"9.0-9.2":0.00154,"9.3":0.01157,"10.0-10.2":0.00154,"10.3":0.01775,"11.0-11.2":0.06095,"11.3-11.4":0.0054,"12.0-12.1":0.00309,"12.2-12.5":0.08178,"13.0-13.1":0.00154,"13.2":0.00231,"13.3":0.00309,"13.4-13.7":0.01157,"14.0-14.4":0.02546,"14.5-14.8":0.03549,"15.0-15.1":0.01852,"15.2-15.3":0.01852,"15.4":0.02238,"15.5":0.02546,"15.6-15.8":0.31557,"16.0":0.04552,"16.1":0.0949,"16.2":0.04784,"16.3":0.08641,"16.4":0.01929,"16.5":0.03626,"16.6-16.7":0.37575,"17.0":0.02315,"17.1":0.04089,"17.2":0.03241,"17.3":0.04552,"17.4":0.09413,"17.5":0.22375,"17.6-17.7":0.73606,"18.0":0.21681,"18.1":1.99139,"18.2":0.64039,"18.3":2.28226,"18.4":0.00463},P:{"4":0.01134,"22":0.01134,"26":0.02268,"27":0.43093,_:"20 21 23 24 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 19.0","7.2-7.4":0.01134},I:{"0":0.14129,"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.00017},K:{"0":0.14157,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.00464,"10":0.00232,"11":0.07418,_:"6 7 9 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":71.6655},R:{_:"0"},M:{"0":0.11011},Q:{_:"14.9"},O:{"0":0.0236},H:{"0":0}};