immosquare-cleaner 0.1.63 → 0.1.65

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1339) hide show
  1. checksums.yaml +4 -4
  2. data/lib/immosquare-cleaner/version.rb +1 -1
  3. data/lib/immosquare-cleaner.rb +37 -37
  4. data/lib/tasks/immosquare_cleaner.rake +17 -1
  5. data/linters/rubocop/cop/custom_cops/style/font_awesome_normalization.rb +106 -0
  6. data/linters/rubocop-3.4.1.yml +3 -1
  7. data/linters/rubocop.yml +4 -0
  8. data/node_modules/@babel/compat-data/data/plugins.json +6 -7
  9. data/node_modules/@babel/compat-data/package.json +2 -2
  10. data/node_modules/@babel/core/lib/config/files/configuration.js +3 -0
  11. data/node_modules/@babel/core/lib/config/files/configuration.js.map +1 -1
  12. data/node_modules/@babel/core/lib/config/files/module-types.js +74 -63
  13. data/node_modules/@babel/core/lib/config/files/module-types.js.map +1 -1
  14. data/node_modules/@babel/core/lib/config/files/plugins.js +1 -0
  15. data/node_modules/@babel/core/lib/config/files/plugins.js.map +1 -1
  16. data/node_modules/@babel/core/lib/config/partial.js +1 -1
  17. data/node_modules/@babel/core/lib/config/partial.js.map +1 -1
  18. data/node_modules/@babel/core/lib/index.js +1 -2
  19. data/node_modules/@babel/core/lib/index.js.map +1 -1
  20. data/node_modules/@babel/core/lib/parser/index.js.map +1 -1
  21. data/node_modules/@babel/core/lib/transformation/file/babel-7-helpers.cjs +3 -1
  22. data/node_modules/@babel/core/lib/transformation/file/babel-7-helpers.cjs.map +1 -1
  23. data/node_modules/@babel/core/lib/transformation/file/file.js +2 -4
  24. data/node_modules/@babel/core/lib/transformation/file/file.js.map +1 -1
  25. data/node_modules/@babel/core/lib/transformation/normalize-file.js.map +1 -1
  26. data/node_modules/@babel/core/lib/transformation/util/clone-deep.js +27 -7
  27. data/node_modules/@babel/core/lib/transformation/util/clone-deep.js.map +1 -1
  28. data/node_modules/@babel/core/package.json +13 -14
  29. data/node_modules/@babel/generator/lib/generators/classes.js +7 -4
  30. data/node_modules/@babel/generator/lib/generators/classes.js.map +1 -1
  31. data/node_modules/@babel/generator/lib/generators/deprecated.js +28 -0
  32. data/node_modules/@babel/generator/lib/generators/deprecated.js.map +1 -0
  33. data/node_modules/@babel/generator/lib/generators/expressions.js +9 -3
  34. data/node_modules/@babel/generator/lib/generators/expressions.js.map +1 -1
  35. data/node_modules/@babel/generator/lib/generators/jsx.js +6 -1
  36. data/node_modules/@babel/generator/lib/generators/jsx.js.map +1 -1
  37. data/node_modules/@babel/generator/lib/generators/template-literals.js +16 -11
  38. data/node_modules/@babel/generator/lib/generators/template-literals.js.map +1 -1
  39. data/node_modules/@babel/generator/lib/generators/types.js +0 -9
  40. data/node_modules/@babel/generator/lib/generators/types.js.map +1 -1
  41. data/node_modules/@babel/generator/lib/generators/typescript.js +36 -18
  42. data/node_modules/@babel/generator/lib/generators/typescript.js.map +1 -1
  43. data/node_modules/@babel/generator/lib/node/parentheses.js +40 -3
  44. data/node_modules/@babel/generator/lib/node/parentheses.js.map +1 -1
  45. data/node_modules/@babel/generator/lib/printer.js +4 -3
  46. data/node_modules/@babel/generator/lib/printer.js.map +1 -1
  47. data/node_modules/@babel/generator/package.json +5 -5
  48. data/node_modules/@babel/helper-compilation-targets/lib/index.js +1 -1
  49. data/node_modules/@babel/helper-compilation-targets/lib/index.js.map +1 -1
  50. data/node_modules/@babel/helper-compilation-targets/package.json +2 -2
  51. data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js +1 -9
  52. data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js.map +1 -1
  53. data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js +9 -0
  54. data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js.map +1 -1
  55. data/node_modules/@babel/helper-create-class-features-plugin/lib/features.js +1 -1
  56. data/node_modules/@babel/helper-create-class-features-plugin/lib/features.js.map +1 -1
  57. data/node_modules/@babel/helper-create-class-features-plugin/lib/index.js +8 -8
  58. data/node_modules/@babel/helper-create-class-features-plugin/lib/index.js.map +1 -1
  59. data/node_modules/@babel/helper-create-class-features-plugin/package.json +5 -5
  60. data/node_modules/@babel/helper-plugin-utils/lib/index.js.map +1 -1
  61. data/node_modules/@babel/helper-plugin-utils/package.json +2 -2
  62. data/node_modules/@babel/helper-replace-supers/lib/index.js.map +1 -1
  63. data/node_modules/@babel/helper-replace-supers/package.json +3 -3
  64. data/node_modules/@babel/helpers/lib/helpers/asyncIterator.js.map +1 -1
  65. data/node_modules/@babel/helpers/lib/helpers/isNativeFunction.js.map +1 -1
  66. data/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js +1 -1
  67. data/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js.map +1 -1
  68. data/node_modules/@babel/helpers/lib/helpers/objectWithoutPropertiesLoose.js +1 -1
  69. data/node_modules/@babel/helpers/lib/helpers/objectWithoutPropertiesLoose.js.map +1 -1
  70. data/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js +7 -3
  71. data/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js.map +1 -1
  72. data/node_modules/@babel/helpers/lib/helpers-generated.js +3 -3
  73. data/node_modules/@babel/helpers/lib/helpers-generated.js.map +1 -1
  74. data/node_modules/@babel/helpers/package.json +5 -5
  75. data/node_modules/@babel/parser/lib/index.js +426 -236
  76. data/node_modules/@babel/parser/lib/index.js.map +1 -1
  77. data/node_modules/@babel/parser/package.json +2 -2
  78. data/node_modules/@babel/parser/typings/babel-parser.d.ts +127 -164
  79. data/node_modules/@babel/plugin-transform-flow-strip-types/lib/index.js +6 -0
  80. data/node_modules/@babel/plugin-transform-flow-strip-types/lib/index.js.map +1 -1
  81. data/node_modules/@babel/plugin-transform-flow-strip-types/package.json +4 -4
  82. data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/lib/index.js +3 -2
  83. data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/lib/index.js.map +1 -1
  84. data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/package.json +3 -3
  85. data/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js +3 -1
  86. data/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js.map +1 -1
  87. data/node_modules/@babel/plugin-transform-typescript/lib/enum.js +24 -11
  88. data/node_modules/@babel/plugin-transform-typescript/lib/enum.js.map +1 -1
  89. data/node_modules/@babel/plugin-transform-typescript/lib/index.js +38 -9
  90. data/node_modules/@babel/plugin-transform-typescript/lib/index.js.map +1 -1
  91. data/node_modules/@babel/plugin-transform-typescript/lib/namespace.js +2 -0
  92. data/node_modules/@babel/plugin-transform-typescript/lib/namespace.js.map +1 -1
  93. data/node_modules/@babel/plugin-transform-typescript/package.json +5 -5
  94. data/node_modules/@babel/template/lib/options.js.map +1 -1
  95. data/node_modules/@babel/template/lib/parse.js.map +1 -1
  96. data/node_modules/@babel/template/package.json +4 -4
  97. data/node_modules/@babel/traverse/lib/cache.js +4 -5
  98. data/node_modules/@babel/traverse/lib/cache.js.map +1 -1
  99. data/node_modules/@babel/traverse/lib/path/conversion.js +1 -2
  100. data/node_modules/@babel/traverse/lib/path/conversion.js.map +1 -1
  101. data/node_modules/@babel/traverse/lib/path/evaluation.js +17 -0
  102. data/node_modules/@babel/traverse/lib/path/evaluation.js.map +1 -1
  103. data/node_modules/@babel/traverse/lib/path/lib/hoister.js.map +1 -1
  104. data/node_modules/@babel/traverse/lib/path/modification.js +1 -1
  105. data/node_modules/@babel/traverse/lib/path/modification.js.map +1 -1
  106. data/node_modules/@babel/traverse/lib/path/replacement.js.map +1 -1
  107. data/node_modules/@babel/traverse/lib/scope/index.js +9 -2
  108. data/node_modules/@babel/traverse/lib/scope/index.js.map +1 -1
  109. data/node_modules/@babel/traverse/lib/visitors.js +1 -1
  110. data/node_modules/@babel/traverse/lib/visitors.js.map +1 -1
  111. data/node_modules/@babel/traverse/package.json +6 -6
  112. data/node_modules/@babel/types/lib/asserts/generated/index.js +8 -0
  113. data/node_modules/@babel/types/lib/asserts/generated/index.js.map +1 -1
  114. data/node_modules/@babel/types/lib/ast-types/generated/index.js.map +1 -1
  115. data/node_modules/@babel/types/lib/builders/generated/index.js +22 -2858
  116. data/node_modules/@babel/types/lib/builders/generated/index.js.map +1 -1
  117. data/node_modules/@babel/types/lib/builders/generated/lowercase.js +2886 -0
  118. data/node_modules/@babel/types/lib/builders/generated/lowercase.js.map +1 -0
  119. data/node_modules/@babel/types/lib/builders/generated/uppercase.js +267 -255
  120. data/node_modules/@babel/types/lib/builders/generated/uppercase.js.map +1 -1
  121. data/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js.map +1 -1
  122. data/node_modules/@babel/types/lib/converters/toSequenceExpression.js.map +1 -1
  123. data/node_modules/@babel/types/lib/definitions/core.js +26 -17
  124. data/node_modules/@babel/types/lib/definitions/core.js.map +1 -1
  125. data/node_modules/@babel/types/lib/definitions/flow.js +6 -3
  126. data/node_modules/@babel/types/lib/definitions/flow.js.map +1 -1
  127. data/node_modules/@babel/types/lib/definitions/jsx.js +9 -4
  128. data/node_modules/@babel/types/lib/definitions/jsx.js.map +1 -1
  129. data/node_modules/@babel/types/lib/definitions/typescript.js +51 -26
  130. data/node_modules/@babel/types/lib/definitions/typescript.js.map +1 -1
  131. data/node_modules/@babel/types/lib/definitions/utils.js +2 -2
  132. data/node_modules/@babel/types/lib/definitions/utils.js.map +1 -1
  133. data/node_modules/@babel/types/lib/index-legacy.d.ts +27 -7
  134. data/node_modules/@babel/types/lib/index.d.ts +1178 -1156
  135. data/node_modules/@babel/types/lib/index.js +10 -21
  136. data/node_modules/@babel/types/lib/index.js.flow +26 -6
  137. data/node_modules/@babel/types/lib/index.js.map +1 -1
  138. data/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js +9 -8
  139. data/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js.map +1 -1
  140. data/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js +1 -0
  141. data/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js.map +1 -1
  142. data/node_modules/@babel/types/lib/validators/generated/index.js +17 -0
  143. data/node_modules/@babel/types/lib/validators/generated/index.js.map +1 -1
  144. data/node_modules/@babel/types/package.json +12 -12
  145. data/node_modules/{@babel/eslint-parser/node_modules/eslint-visitor-keys → @eslint/config-helpers}/LICENSE +2 -2
  146. data/node_modules/@eslint/config-helpers/README.md +97 -0
  147. data/node_modules/@eslint/config-helpers/dist/cjs/index.cjs +546 -0
  148. data/node_modules/@eslint/config-helpers/dist/cjs/index.d.cts +22 -0
  149. data/node_modules/@eslint/config-helpers/dist/cjs/types.cts +31 -0
  150. data/node_modules/@eslint/config-helpers/dist/esm/index.d.ts +22 -0
  151. data/node_modules/@eslint/config-helpers/dist/esm/index.js +544 -0
  152. data/node_modules/@eslint/config-helpers/dist/esm/types.d.ts +23 -0
  153. data/node_modules/@eslint/config-helpers/dist/esm/types.ts +31 -0
  154. data/node_modules/@eslint/config-helpers/package.json +60 -0
  155. data/node_modules/@eslint/js/package.json +1 -1
  156. data/node_modules/@eslint-community/eslint-utils/index.js +21 -1
  157. data/node_modules/@eslint-community/eslint-utils/index.js.map +1 -1
  158. data/node_modules/@eslint-community/eslint-utils/index.mjs +21 -1
  159. data/node_modules/@eslint-community/eslint-utils/index.mjs.map +1 -1
  160. data/node_modules/@eslint-community/eslint-utils/package.json +1 -1
  161. data/node_modules/acorn/CHANGELOG.md +12 -0
  162. data/node_modules/acorn/dist/acorn.js +33 -24
  163. data/node_modules/acorn/dist/acorn.mjs +33 -24
  164. data/node_modules/acorn/package.json +1 -1
  165. data/node_modules/async-function/CHANGELOG.md +16 -0
  166. data/node_modules/{jscodeshift → async-function}/LICENSE +1 -1
  167. data/node_modules/async-function/README.md +51 -0
  168. data/node_modules/async-function/index.d.mts +3 -0
  169. data/node_modules/async-function/index.d.ts +13 -0
  170. data/node_modules/async-function/index.js +8 -0
  171. data/node_modules/async-function/index.mjs +4 -0
  172. data/node_modules/async-function/legacy.js +18 -0
  173. data/node_modules/async-function/package.json +86 -0
  174. data/node_modules/async-function/require.mjs +5 -0
  175. data/node_modules/async-function/test/index.js +40 -0
  176. data/node_modules/async-function/tsconfig.json +9 -0
  177. data/node_modules/browserslist/index.js +23 -4
  178. data/node_modules/browserslist/node.js +69 -60
  179. data/node_modules/browserslist/package.json +1 -1
  180. data/node_modules/call-bind-apply-helpers/CHANGELOG.md +7 -0
  181. data/node_modules/call-bind-apply-helpers/index.d.ts +38 -20
  182. data/node_modules/call-bind-apply-helpers/index.js +1 -1
  183. data/node_modules/call-bind-apply-helpers/package.json +8 -8
  184. data/node_modules/call-bind-apply-helpers/test/index.js +4 -4
  185. data/node_modules/call-bound/CHANGELOG.md +8 -0
  186. data/node_modules/call-bound/index.d.ts +91 -10
  187. data/node_modules/call-bound/index.js +4 -3
  188. data/node_modules/call-bound/package.json +10 -10
  189. data/node_modules/call-bound/test/index.js +11 -4
  190. data/node_modules/call-bound/tsconfig.json +2 -1
  191. data/node_modules/caniuse-lite/data/agents.js +1 -1
  192. data/node_modules/caniuse-lite/data/browserVersions.js +1 -1
  193. data/node_modules/caniuse-lite/data/features/aac.js +1 -1
  194. data/node_modules/caniuse-lite/data/features/abortcontroller.js +1 -1
  195. data/node_modules/caniuse-lite/data/features/ac3-ec3.js +1 -1
  196. data/node_modules/caniuse-lite/data/features/accelerometer.js +1 -1
  197. data/node_modules/caniuse-lite/data/features/addeventlistener.js +1 -1
  198. data/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +1 -1
  199. data/node_modules/caniuse-lite/data/features/ambient-light.js +1 -1
  200. data/node_modules/caniuse-lite/data/features/apng.js +1 -1
  201. data/node_modules/caniuse-lite/data/features/array-find-index.js +1 -1
  202. data/node_modules/caniuse-lite/data/features/array-find.js +1 -1
  203. data/node_modules/caniuse-lite/data/features/array-flat.js +1 -1
  204. data/node_modules/caniuse-lite/data/features/array-includes.js +1 -1
  205. data/node_modules/caniuse-lite/data/features/arrow-functions.js +1 -1
  206. data/node_modules/caniuse-lite/data/features/asmjs.js +1 -1
  207. data/node_modules/caniuse-lite/data/features/async-clipboard.js +1 -1
  208. data/node_modules/caniuse-lite/data/features/async-functions.js +1 -1
  209. data/node_modules/caniuse-lite/data/features/atob-btoa.js +1 -1
  210. data/node_modules/caniuse-lite/data/features/audio-api.js +1 -1
  211. data/node_modules/caniuse-lite/data/features/audio.js +1 -1
  212. data/node_modules/caniuse-lite/data/features/audiotracks.js +1 -1
  213. data/node_modules/caniuse-lite/data/features/autofocus.js +1 -1
  214. data/node_modules/caniuse-lite/data/features/auxclick.js +1 -1
  215. data/node_modules/caniuse-lite/data/features/av1.js +1 -1
  216. data/node_modules/caniuse-lite/data/features/avif.js +1 -1
  217. data/node_modules/caniuse-lite/data/features/background-attachment.js +1 -1
  218. data/node_modules/caniuse-lite/data/features/background-clip-text.js +1 -1
  219. data/node_modules/caniuse-lite/data/features/background-img-opts.js +1 -1
  220. data/node_modules/caniuse-lite/data/features/background-position-x-y.js +1 -1
  221. data/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +1 -1
  222. data/node_modules/caniuse-lite/data/features/background-sync.js +1 -1
  223. data/node_modules/caniuse-lite/data/features/battery-status.js +1 -1
  224. data/node_modules/caniuse-lite/data/features/beacon.js +1 -1
  225. data/node_modules/caniuse-lite/data/features/beforeafterprint.js +1 -1
  226. data/node_modules/caniuse-lite/data/features/bigint.js +1 -1
  227. data/node_modules/caniuse-lite/data/features/blobbuilder.js +1 -1
  228. data/node_modules/caniuse-lite/data/features/bloburls.js +1 -1
  229. data/node_modules/caniuse-lite/data/features/border-image.js +1 -1
  230. data/node_modules/caniuse-lite/data/features/border-radius.js +1 -1
  231. data/node_modules/caniuse-lite/data/features/broadcastchannel.js +1 -1
  232. data/node_modules/caniuse-lite/data/features/brotli.js +1 -1
  233. data/node_modules/caniuse-lite/data/features/calc.js +1 -1
  234. data/node_modules/caniuse-lite/data/features/canvas-blending.js +1 -1
  235. data/node_modules/caniuse-lite/data/features/canvas-text.js +1 -1
  236. data/node_modules/caniuse-lite/data/features/canvas.js +1 -1
  237. data/node_modules/caniuse-lite/data/features/ch-unit.js +1 -1
  238. data/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +1 -1
  239. data/node_modules/caniuse-lite/data/features/channel-messaging.js +1 -1
  240. data/node_modules/caniuse-lite/data/features/childnode-remove.js +1 -1
  241. data/node_modules/caniuse-lite/data/features/classlist.js +1 -1
  242. data/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +1 -1
  243. data/node_modules/caniuse-lite/data/features/clipboard.js +1 -1
  244. data/node_modules/caniuse-lite/data/features/colr-v1.js +1 -1
  245. data/node_modules/caniuse-lite/data/features/colr.js +1 -1
  246. data/node_modules/caniuse-lite/data/features/comparedocumentposition.js +1 -1
  247. data/node_modules/caniuse-lite/data/features/console-basic.js +1 -1
  248. data/node_modules/caniuse-lite/data/features/console-time.js +1 -1
  249. data/node_modules/caniuse-lite/data/features/const.js +1 -1
  250. data/node_modules/caniuse-lite/data/features/constraint-validation.js +1 -1
  251. data/node_modules/caniuse-lite/data/features/contenteditable.js +1 -1
  252. data/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +1 -1
  253. data/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +1 -1
  254. data/node_modules/caniuse-lite/data/features/cookie-store-api.js +1 -1
  255. data/node_modules/caniuse-lite/data/features/cors.js +1 -1
  256. data/node_modules/caniuse-lite/data/features/createimagebitmap.js +1 -1
  257. data/node_modules/caniuse-lite/data/features/credential-management.js +1 -1
  258. data/node_modules/caniuse-lite/data/features/cryptography.js +1 -1
  259. data/node_modules/caniuse-lite/data/features/css-all.js +1 -1
  260. data/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +1 -1
  261. data/node_modules/caniuse-lite/data/features/css-animation.js +1 -1
  262. data/node_modules/caniuse-lite/data/features/css-any-link.js +1 -1
  263. data/node_modules/caniuse-lite/data/features/css-appearance.js +1 -1
  264. data/node_modules/caniuse-lite/data/features/css-at-counter-style.js +1 -1
  265. data/node_modules/caniuse-lite/data/features/css-autofill.js +1 -1
  266. data/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +1 -1
  267. data/node_modules/caniuse-lite/data/features/css-background-offsets.js +1 -1
  268. data/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +1 -1
  269. data/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +1 -1
  270. data/node_modules/caniuse-lite/data/features/css-boxshadow.js +1 -1
  271. data/node_modules/caniuse-lite/data/features/css-canvas.js +1 -1
  272. data/node_modules/caniuse-lite/data/features/css-caret-color.js +1 -1
  273. data/node_modules/caniuse-lite/data/features/css-cascade-layers.js +1 -1
  274. data/node_modules/caniuse-lite/data/features/css-cascade-scope.js +1 -1
  275. data/node_modules/caniuse-lite/data/features/css-case-insensitive.js +1 -1
  276. data/node_modules/caniuse-lite/data/features/css-clip-path.js +1 -1
  277. data/node_modules/caniuse-lite/data/features/css-color-adjust.js +1 -1
  278. data/node_modules/caniuse-lite/data/features/css-color-function.js +1 -1
  279. data/node_modules/caniuse-lite/data/features/css-conic-gradients.js +1 -1
  280. data/node_modules/caniuse-lite/data/features/css-container-queries-style.js +1 -1
  281. data/node_modules/caniuse-lite/data/features/css-container-queries.js +1 -1
  282. data/node_modules/caniuse-lite/data/features/css-container-query-units.js +1 -1
  283. data/node_modules/caniuse-lite/data/features/css-containment.js +1 -1
  284. data/node_modules/caniuse-lite/data/features/css-content-visibility.js +1 -1
  285. data/node_modules/caniuse-lite/data/features/css-counters.js +1 -1
  286. data/node_modules/caniuse-lite/data/features/css-crisp-edges.js +1 -1
  287. data/node_modules/caniuse-lite/data/features/css-cross-fade.js +1 -1
  288. data/node_modules/caniuse-lite/data/features/css-default-pseudo.js +1 -1
  289. data/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +1 -1
  290. data/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +1 -1
  291. data/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +1 -1
  292. data/node_modules/caniuse-lite/data/features/css-display-contents.js +1 -1
  293. data/node_modules/caniuse-lite/data/features/css-element-function.js +1 -1
  294. data/node_modules/caniuse-lite/data/features/css-env-function.js +1 -1
  295. data/node_modules/caniuse-lite/data/features/css-exclusions.js +1 -1
  296. data/node_modules/caniuse-lite/data/features/css-featurequeries.js +1 -1
  297. data/node_modules/caniuse-lite/data/features/css-file-selector-button.js +1 -1
  298. data/node_modules/caniuse-lite/data/features/css-filter-function.js +1 -1
  299. data/node_modules/caniuse-lite/data/features/css-filters.js +1 -1
  300. data/node_modules/caniuse-lite/data/features/css-first-letter.js +1 -1
  301. data/node_modules/caniuse-lite/data/features/css-first-line.js +1 -1
  302. data/node_modules/caniuse-lite/data/features/css-fixed.js +1 -1
  303. data/node_modules/caniuse-lite/data/features/css-focus-visible.js +1 -1
  304. data/node_modules/caniuse-lite/data/features/css-focus-within.js +1 -1
  305. data/node_modules/caniuse-lite/data/features/css-font-palette.js +1 -1
  306. data/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +1 -1
  307. data/node_modules/caniuse-lite/data/features/css-font-stretch.js +1 -1
  308. data/node_modules/caniuse-lite/data/features/css-gencontent.js +1 -1
  309. data/node_modules/caniuse-lite/data/features/css-gradients.js +1 -1
  310. data/node_modules/caniuse-lite/data/features/css-grid-animation.js +1 -1
  311. data/node_modules/caniuse-lite/data/features/css-grid.js +1 -1
  312. data/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +1 -1
  313. data/node_modules/caniuse-lite/data/features/css-has.js +1 -1
  314. data/node_modules/caniuse-lite/data/features/css-hyphens.js +1 -1
  315. data/node_modules/caniuse-lite/data/features/css-image-orientation.js +1 -1
  316. data/node_modules/caniuse-lite/data/features/css-image-set.js +1 -1
  317. data/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +1 -1
  318. data/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +1 -1
  319. data/node_modules/caniuse-lite/data/features/css-initial-letter.js +1 -1
  320. data/node_modules/caniuse-lite/data/features/css-initial-value.js +1 -1
  321. data/node_modules/caniuse-lite/data/features/css-lch-lab.js +1 -1
  322. data/node_modules/caniuse-lite/data/features/css-letter-spacing.js +1 -1
  323. data/node_modules/caniuse-lite/data/features/css-line-clamp.js +1 -1
  324. data/node_modules/caniuse-lite/data/features/css-logical-props.js +1 -1
  325. data/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +1 -1
  326. data/node_modules/caniuse-lite/data/features/css-masks.js +1 -1
  327. data/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +1 -1
  328. data/node_modules/caniuse-lite/data/features/css-math-functions.js +1 -1
  329. data/node_modules/caniuse-lite/data/features/css-media-interaction.js +1 -1
  330. data/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +1 -1
  331. data/node_modules/caniuse-lite/data/features/css-media-resolution.js +1 -1
  332. data/node_modules/caniuse-lite/data/features/css-media-scripting.js +1 -1
  333. data/node_modules/caniuse-lite/data/features/css-mediaqueries.js +1 -1
  334. data/node_modules/caniuse-lite/data/features/css-mixblendmode.js +1 -1
  335. data/node_modules/caniuse-lite/data/features/css-module-scripts.js +1 -1
  336. data/node_modules/caniuse-lite/data/features/css-motion-paths.js +1 -1
  337. data/node_modules/caniuse-lite/data/features/css-namespaces.js +1 -1
  338. data/node_modules/caniuse-lite/data/features/css-nesting.js +1 -1
  339. data/node_modules/caniuse-lite/data/features/css-not-sel-list.js +1 -1
  340. data/node_modules/caniuse-lite/data/features/css-nth-child-of.js +1 -1
  341. data/node_modules/caniuse-lite/data/features/css-opacity.js +1 -1
  342. data/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +1 -1
  343. data/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +1 -1
  344. data/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +1 -1
  345. data/node_modules/caniuse-lite/data/features/css-overflow.js +1 -1
  346. data/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +1 -1
  347. data/node_modules/caniuse-lite/data/features/css-page-break.js +1 -1
  348. data/node_modules/caniuse-lite/data/features/css-paged-media.js +1 -1
  349. data/node_modules/caniuse-lite/data/features/css-paint-api.js +1 -1
  350. data/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +1 -1
  351. data/node_modules/caniuse-lite/data/features/css-placeholder.js +1 -1
  352. data/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +1 -1
  353. data/node_modules/caniuse-lite/data/features/css-read-only-write.js +1 -1
  354. data/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +1 -1
  355. data/node_modules/caniuse-lite/data/features/css-reflections.js +1 -1
  356. data/node_modules/caniuse-lite/data/features/css-regions.js +1 -1
  357. data/node_modules/caniuse-lite/data/features/css-relative-colors.js +1 -1
  358. data/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +1 -1
  359. data/node_modules/caniuse-lite/data/features/css-resize.js +1 -1
  360. data/node_modules/caniuse-lite/data/features/css-revert-value.js +1 -1
  361. data/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +1 -1
  362. data/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +1 -1
  363. data/node_modules/caniuse-lite/data/features/css-scrollbar.js +1 -1
  364. data/node_modules/caniuse-lite/data/features/css-sel2.js +1 -1
  365. data/node_modules/caniuse-lite/data/features/css-sel3.js +1 -1
  366. data/node_modules/caniuse-lite/data/features/css-selection.js +1 -1
  367. data/node_modules/caniuse-lite/data/features/css-shapes.js +1 -1
  368. data/node_modules/caniuse-lite/data/features/css-snappoints.js +1 -1
  369. data/node_modules/caniuse-lite/data/features/css-sticky.js +1 -1
  370. data/node_modules/caniuse-lite/data/features/css-subgrid.js +1 -1
  371. data/node_modules/caniuse-lite/data/features/css-supports-api.js +1 -1
  372. data/node_modules/caniuse-lite/data/features/css-table.js +1 -1
  373. data/node_modules/caniuse-lite/data/features/css-text-align-last.js +1 -1
  374. data/node_modules/caniuse-lite/data/features/css-text-box-trim.js +1 -1
  375. data/node_modules/caniuse-lite/data/features/css-text-indent.js +1 -1
  376. data/node_modules/caniuse-lite/data/features/css-text-justify.js +1 -1
  377. data/node_modules/caniuse-lite/data/features/css-text-orientation.js +1 -1
  378. data/node_modules/caniuse-lite/data/features/css-text-spacing.js +1 -1
  379. data/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +1 -1
  380. data/node_modules/caniuse-lite/data/features/css-textshadow.js +1 -1
  381. data/node_modules/caniuse-lite/data/features/css-touch-action.js +1 -1
  382. data/node_modules/caniuse-lite/data/features/css-transitions.js +1 -1
  383. data/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +1 -1
  384. data/node_modules/caniuse-lite/data/features/css-unset-value.js +1 -1
  385. data/node_modules/caniuse-lite/data/features/css-variables.js +1 -1
  386. data/node_modules/caniuse-lite/data/features/css-when-else.js +1 -1
  387. data/node_modules/caniuse-lite/data/features/css-widows-orphans.js +1 -1
  388. data/node_modules/caniuse-lite/data/features/css-width-stretch.js +1 -1
  389. data/node_modules/caniuse-lite/data/features/css-writing-mode.js +1 -1
  390. data/node_modules/caniuse-lite/data/features/css-zoom.js +1 -1
  391. data/node_modules/caniuse-lite/data/features/css3-attr.js +1 -1
  392. data/node_modules/caniuse-lite/data/features/css3-boxsizing.js +1 -1
  393. data/node_modules/caniuse-lite/data/features/css3-colors.js +1 -1
  394. data/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +1 -1
  395. data/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +1 -1
  396. data/node_modules/caniuse-lite/data/features/css3-cursors.js +1 -1
  397. data/node_modules/caniuse-lite/data/features/css3-tabsize.js +1 -1
  398. data/node_modules/caniuse-lite/data/features/currentcolor.js +1 -1
  399. data/node_modules/caniuse-lite/data/features/custom-elements.js +1 -1
  400. data/node_modules/caniuse-lite/data/features/custom-elementsv1.js +1 -1
  401. data/node_modules/caniuse-lite/data/features/customevent.js +1 -1
  402. data/node_modules/caniuse-lite/data/features/datalist.js +1 -1
  403. data/node_modules/caniuse-lite/data/features/dataset.js +1 -1
  404. data/node_modules/caniuse-lite/data/features/datauri.js +1 -1
  405. data/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +1 -1
  406. data/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +1 -1
  407. data/node_modules/caniuse-lite/data/features/decorators.js +1 -1
  408. data/node_modules/caniuse-lite/data/features/details.js +1 -1
  409. data/node_modules/caniuse-lite/data/features/deviceorientation.js +1 -1
  410. data/node_modules/caniuse-lite/data/features/devicepixelratio.js +1 -1
  411. data/node_modules/caniuse-lite/data/features/dialog.js +1 -1
  412. data/node_modules/caniuse-lite/data/features/dispatchevent.js +1 -1
  413. data/node_modules/caniuse-lite/data/features/dnssec.js +1 -1
  414. data/node_modules/caniuse-lite/data/features/do-not-track.js +1 -1
  415. data/node_modules/caniuse-lite/data/features/document-currentscript.js +1 -1
  416. data/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +1 -1
  417. data/node_modules/caniuse-lite/data/features/document-execcommand.js +1 -1
  418. data/node_modules/caniuse-lite/data/features/document-policy.js +1 -1
  419. data/node_modules/caniuse-lite/data/features/document-scrollingelement.js +1 -1
  420. data/node_modules/caniuse-lite/data/features/documenthead.js +1 -1
  421. data/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +1 -1
  422. data/node_modules/caniuse-lite/data/features/dom-range.js +1 -1
  423. data/node_modules/caniuse-lite/data/features/domcontentloaded.js +1 -1
  424. data/node_modules/caniuse-lite/data/features/dommatrix.js +1 -1
  425. data/node_modules/caniuse-lite/data/features/download.js +1 -1
  426. data/node_modules/caniuse-lite/data/features/dragndrop.js +1 -1
  427. data/node_modules/caniuse-lite/data/features/element-closest.js +1 -1
  428. data/node_modules/caniuse-lite/data/features/element-from-point.js +1 -1
  429. data/node_modules/caniuse-lite/data/features/element-scroll-methods.js +1 -1
  430. data/node_modules/caniuse-lite/data/features/eme.js +1 -1
  431. data/node_modules/caniuse-lite/data/features/eot.js +1 -1
  432. data/node_modules/caniuse-lite/data/features/es5.js +1 -1
  433. data/node_modules/caniuse-lite/data/features/es6-class.js +1 -1
  434. data/node_modules/caniuse-lite/data/features/es6-generators.js +1 -1
  435. data/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +1 -1
  436. data/node_modules/caniuse-lite/data/features/es6-module.js +1 -1
  437. data/node_modules/caniuse-lite/data/features/es6-number.js +1 -1
  438. data/node_modules/caniuse-lite/data/features/es6-string-includes.js +1 -1
  439. data/node_modules/caniuse-lite/data/features/es6.js +1 -1
  440. data/node_modules/caniuse-lite/data/features/eventsource.js +1 -1
  441. data/node_modules/caniuse-lite/data/features/extended-system-fonts.js +1 -1
  442. data/node_modules/caniuse-lite/data/features/feature-policy.js +1 -1
  443. data/node_modules/caniuse-lite/data/features/fetch.js +1 -1
  444. data/node_modules/caniuse-lite/data/features/fieldset-disabled.js +1 -1
  445. data/node_modules/caniuse-lite/data/features/fileapi.js +1 -1
  446. data/node_modules/caniuse-lite/data/features/filereader.js +1 -1
  447. data/node_modules/caniuse-lite/data/features/filereadersync.js +1 -1
  448. data/node_modules/caniuse-lite/data/features/filesystem.js +1 -1
  449. data/node_modules/caniuse-lite/data/features/flac.js +1 -1
  450. data/node_modules/caniuse-lite/data/features/flexbox-gap.js +1 -1
  451. data/node_modules/caniuse-lite/data/features/flexbox.js +1 -1
  452. data/node_modules/caniuse-lite/data/features/flow-root.js +1 -1
  453. data/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +1 -1
  454. data/node_modules/caniuse-lite/data/features/font-family-system-ui.js +1 -1
  455. data/node_modules/caniuse-lite/data/features/font-feature.js +1 -1
  456. data/node_modules/caniuse-lite/data/features/font-kerning.js +1 -1
  457. data/node_modules/caniuse-lite/data/features/font-loading.js +1 -1
  458. data/node_modules/caniuse-lite/data/features/font-size-adjust.js +1 -1
  459. data/node_modules/caniuse-lite/data/features/font-smooth.js +1 -1
  460. data/node_modules/caniuse-lite/data/features/font-unicode-range.js +1 -1
  461. data/node_modules/caniuse-lite/data/features/font-variant-alternates.js +1 -1
  462. data/node_modules/caniuse-lite/data/features/font-variant-numeric.js +1 -1
  463. data/node_modules/caniuse-lite/data/features/fontface.js +1 -1
  464. data/node_modules/caniuse-lite/data/features/form-attribute.js +1 -1
  465. data/node_modules/caniuse-lite/data/features/form-submit-attributes.js +1 -1
  466. data/node_modules/caniuse-lite/data/features/form-validation.js +1 -1
  467. data/node_modules/caniuse-lite/data/features/forms.js +1 -1
  468. data/node_modules/caniuse-lite/data/features/fullscreen.js +1 -1
  469. data/node_modules/caniuse-lite/data/features/gamepad.js +1 -1
  470. data/node_modules/caniuse-lite/data/features/geolocation.js +1 -1
  471. data/node_modules/caniuse-lite/data/features/getboundingclientrect.js +1 -1
  472. data/node_modules/caniuse-lite/data/features/getcomputedstyle.js +1 -1
  473. data/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +1 -1
  474. data/node_modules/caniuse-lite/data/features/getrandomvalues.js +1 -1
  475. data/node_modules/caniuse-lite/data/features/gyroscope.js +1 -1
  476. data/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +1 -1
  477. data/node_modules/caniuse-lite/data/features/hashchange.js +1 -1
  478. data/node_modules/caniuse-lite/data/features/heif.js +1 -1
  479. data/node_modules/caniuse-lite/data/features/hevc.js +1 -1
  480. data/node_modules/caniuse-lite/data/features/hidden.js +1 -1
  481. data/node_modules/caniuse-lite/data/features/high-resolution-time.js +1 -1
  482. data/node_modules/caniuse-lite/data/features/history.js +1 -1
  483. data/node_modules/caniuse-lite/data/features/html-media-capture.js +1 -1
  484. data/node_modules/caniuse-lite/data/features/html5semantic.js +1 -1
  485. data/node_modules/caniuse-lite/data/features/http-live-streaming.js +1 -1
  486. data/node_modules/caniuse-lite/data/features/http2.js +1 -1
  487. data/node_modules/caniuse-lite/data/features/http3.js +1 -1
  488. data/node_modules/caniuse-lite/data/features/iframe-sandbox.js +1 -1
  489. data/node_modules/caniuse-lite/data/features/iframe-seamless.js +1 -1
  490. data/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +1 -1
  491. data/node_modules/caniuse-lite/data/features/imagecapture.js +1 -1
  492. data/node_modules/caniuse-lite/data/features/ime.js +1 -1
  493. data/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +1 -1
  494. data/node_modules/caniuse-lite/data/features/import-maps.js +1 -1
  495. data/node_modules/caniuse-lite/data/features/imports.js +1 -1
  496. data/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +1 -1
  497. data/node_modules/caniuse-lite/data/features/indexeddb.js +1 -1
  498. data/node_modules/caniuse-lite/data/features/indexeddb2.js +1 -1
  499. data/node_modules/caniuse-lite/data/features/inline-block.js +1 -1
  500. data/node_modules/caniuse-lite/data/features/innertext.js +1 -1
  501. data/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +1 -1
  502. data/node_modules/caniuse-lite/data/features/input-color.js +1 -1
  503. data/node_modules/caniuse-lite/data/features/input-datetime.js +1 -1
  504. data/node_modules/caniuse-lite/data/features/input-email-tel-url.js +1 -1
  505. data/node_modules/caniuse-lite/data/features/input-event.js +1 -1
  506. data/node_modules/caniuse-lite/data/features/input-file-accept.js +1 -1
  507. data/node_modules/caniuse-lite/data/features/input-file-directory.js +1 -1
  508. data/node_modules/caniuse-lite/data/features/input-file-multiple.js +1 -1
  509. data/node_modules/caniuse-lite/data/features/input-inputmode.js +1 -1
  510. data/node_modules/caniuse-lite/data/features/input-minlength.js +1 -1
  511. data/node_modules/caniuse-lite/data/features/input-number.js +1 -1
  512. data/node_modules/caniuse-lite/data/features/input-pattern.js +1 -1
  513. data/node_modules/caniuse-lite/data/features/input-placeholder.js +1 -1
  514. data/node_modules/caniuse-lite/data/features/input-range.js +1 -1
  515. data/node_modules/caniuse-lite/data/features/input-search.js +1 -1
  516. data/node_modules/caniuse-lite/data/features/input-selection.js +1 -1
  517. data/node_modules/caniuse-lite/data/features/insert-adjacent.js +1 -1
  518. data/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +1 -1
  519. data/node_modules/caniuse-lite/data/features/internationalization.js +1 -1
  520. data/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +1 -1
  521. data/node_modules/caniuse-lite/data/features/intersectionobserver.js +1 -1
  522. data/node_modules/caniuse-lite/data/features/intl-pluralrules.js +1 -1
  523. data/node_modules/caniuse-lite/data/features/intrinsic-width.js +1 -1
  524. data/node_modules/caniuse-lite/data/features/jpeg2000.js +1 -1
  525. data/node_modules/caniuse-lite/data/features/jpegxl.js +1 -1
  526. data/node_modules/caniuse-lite/data/features/jpegxr.js +1 -1
  527. data/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +1 -1
  528. data/node_modules/caniuse-lite/data/features/json.js +1 -1
  529. data/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +1 -1
  530. data/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +1 -1
  531. data/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +1 -1
  532. data/node_modules/caniuse-lite/data/features/keyboardevent-code.js +1 -1
  533. data/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +1 -1
  534. data/node_modules/caniuse-lite/data/features/keyboardevent-key.js +1 -1
  535. data/node_modules/caniuse-lite/data/features/keyboardevent-location.js +1 -1
  536. data/node_modules/caniuse-lite/data/features/keyboardevent-which.js +1 -1
  537. data/node_modules/caniuse-lite/data/features/lazyload.js +1 -1
  538. data/node_modules/caniuse-lite/data/features/let.js +1 -1
  539. data/node_modules/caniuse-lite/data/features/link-icon-png.js +1 -1
  540. data/node_modules/caniuse-lite/data/features/link-icon-svg.js +1 -1
  541. data/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +1 -1
  542. data/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +1 -1
  543. data/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +1 -1
  544. data/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +1 -1
  545. data/node_modules/caniuse-lite/data/features/link-rel-preload.js +1 -1
  546. data/node_modules/caniuse-lite/data/features/link-rel-prerender.js +1 -1
  547. data/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +1 -1
  548. data/node_modules/caniuse-lite/data/features/localecompare.js +1 -1
  549. data/node_modules/caniuse-lite/data/features/magnetometer.js +1 -1
  550. data/node_modules/caniuse-lite/data/features/matchesselector.js +1 -1
  551. data/node_modules/caniuse-lite/data/features/matchmedia.js +1 -1
  552. data/node_modules/caniuse-lite/data/features/mathml.js +1 -1
  553. data/node_modules/caniuse-lite/data/features/maxlength.js +1 -1
  554. data/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +1 -1
  555. data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +1 -1
  556. data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +1 -1
  557. data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +1 -1
  558. data/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +1 -1
  559. data/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +1 -1
  560. data/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +1 -1
  561. data/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +1 -1
  562. data/node_modules/caniuse-lite/data/features/media-fragments.js +1 -1
  563. data/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +1 -1
  564. data/node_modules/caniuse-lite/data/features/mediarecorder.js +1 -1
  565. data/node_modules/caniuse-lite/data/features/mediasource.js +1 -1
  566. data/node_modules/caniuse-lite/data/features/menu.js +1 -1
  567. data/node_modules/caniuse-lite/data/features/meta-theme-color.js +1 -1
  568. data/node_modules/caniuse-lite/data/features/meter.js +1 -1
  569. data/node_modules/caniuse-lite/data/features/midi.js +1 -1
  570. data/node_modules/caniuse-lite/data/features/minmaxwh.js +1 -1
  571. data/node_modules/caniuse-lite/data/features/mp3.js +1 -1
  572. data/node_modules/caniuse-lite/data/features/mpeg-dash.js +1 -1
  573. data/node_modules/caniuse-lite/data/features/mpeg4.js +1 -1
  574. data/node_modules/caniuse-lite/data/features/multibackgrounds.js +1 -1
  575. data/node_modules/caniuse-lite/data/features/multicolumn.js +1 -1
  576. data/node_modules/caniuse-lite/data/features/mutation-events.js +1 -1
  577. data/node_modules/caniuse-lite/data/features/mutationobserver.js +1 -1
  578. data/node_modules/caniuse-lite/data/features/namevalue-storage.js +1 -1
  579. data/node_modules/caniuse-lite/data/features/native-filesystem-api.js +1 -1
  580. data/node_modules/caniuse-lite/data/features/nav-timing.js +1 -1
  581. data/node_modules/caniuse-lite/data/features/netinfo.js +1 -1
  582. data/node_modules/caniuse-lite/data/features/notifications.js +1 -1
  583. data/node_modules/caniuse-lite/data/features/object-entries.js +1 -1
  584. data/node_modules/caniuse-lite/data/features/object-fit.js +1 -1
  585. data/node_modules/caniuse-lite/data/features/object-observe.js +1 -1
  586. data/node_modules/caniuse-lite/data/features/object-values.js +1 -1
  587. data/node_modules/caniuse-lite/data/features/objectrtc.js +1 -1
  588. data/node_modules/caniuse-lite/data/features/offline-apps.js +1 -1
  589. data/node_modules/caniuse-lite/data/features/offscreencanvas.js +1 -1
  590. data/node_modules/caniuse-lite/data/features/ogg-vorbis.js +1 -1
  591. data/node_modules/caniuse-lite/data/features/ogv.js +1 -1
  592. data/node_modules/caniuse-lite/data/features/ol-reversed.js +1 -1
  593. data/node_modules/caniuse-lite/data/features/once-event-listener.js +1 -1
  594. data/node_modules/caniuse-lite/data/features/online-status.js +1 -1
  595. data/node_modules/caniuse-lite/data/features/opus.js +1 -1
  596. data/node_modules/caniuse-lite/data/features/orientation-sensor.js +1 -1
  597. data/node_modules/caniuse-lite/data/features/outline.js +1 -1
  598. data/node_modules/caniuse-lite/data/features/pad-start-end.js +1 -1
  599. data/node_modules/caniuse-lite/data/features/page-transition-events.js +1 -1
  600. data/node_modules/caniuse-lite/data/features/pagevisibility.js +1 -1
  601. data/node_modules/caniuse-lite/data/features/passive-event-listener.js +1 -1
  602. data/node_modules/caniuse-lite/data/features/passkeys.js +1 -1
  603. data/node_modules/caniuse-lite/data/features/passwordrules.js +1 -1
  604. data/node_modules/caniuse-lite/data/features/path2d.js +1 -1
  605. data/node_modules/caniuse-lite/data/features/payment-request.js +1 -1
  606. data/node_modules/caniuse-lite/data/features/pdf-viewer.js +1 -1
  607. data/node_modules/caniuse-lite/data/features/permissions-api.js +1 -1
  608. data/node_modules/caniuse-lite/data/features/permissions-policy.js +1 -1
  609. data/node_modules/caniuse-lite/data/features/picture-in-picture.js +1 -1
  610. data/node_modules/caniuse-lite/data/features/picture.js +1 -1
  611. data/node_modules/caniuse-lite/data/features/ping.js +1 -1
  612. data/node_modules/caniuse-lite/data/features/png-alpha.js +1 -1
  613. data/node_modules/caniuse-lite/data/features/pointer-events.js +1 -1
  614. data/node_modules/caniuse-lite/data/features/pointer.js +1 -1
  615. data/node_modules/caniuse-lite/data/features/pointerlock.js +1 -1
  616. data/node_modules/caniuse-lite/data/features/portals.js +1 -1
  617. data/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +1 -1
  618. data/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +1 -1
  619. data/node_modules/caniuse-lite/data/features/progress.js +1 -1
  620. data/node_modules/caniuse-lite/data/features/promise-finally.js +1 -1
  621. data/node_modules/caniuse-lite/data/features/promises.js +1 -1
  622. data/node_modules/caniuse-lite/data/features/proximity.js +1 -1
  623. data/node_modules/caniuse-lite/data/features/proxy.js +1 -1
  624. data/node_modules/caniuse-lite/data/features/publickeypinning.js +1 -1
  625. data/node_modules/caniuse-lite/data/features/push-api.js +1 -1
  626. data/node_modules/caniuse-lite/data/features/queryselector.js +1 -1
  627. data/node_modules/caniuse-lite/data/features/readonly-attr.js +1 -1
  628. data/node_modules/caniuse-lite/data/features/referrer-policy.js +1 -1
  629. data/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +1 -1
  630. data/node_modules/caniuse-lite/data/features/rel-noopener.js +1 -1
  631. data/node_modules/caniuse-lite/data/features/rel-noreferrer.js +1 -1
  632. data/node_modules/caniuse-lite/data/features/rellist.js +1 -1
  633. data/node_modules/caniuse-lite/data/features/rem.js +1 -1
  634. data/node_modules/caniuse-lite/data/features/requestanimationframe.js +1 -1
  635. data/node_modules/caniuse-lite/data/features/requestidlecallback.js +1 -1
  636. data/node_modules/caniuse-lite/data/features/resizeobserver.js +1 -1
  637. data/node_modules/caniuse-lite/data/features/resource-timing.js +1 -1
  638. data/node_modules/caniuse-lite/data/features/rest-parameters.js +1 -1
  639. data/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +1 -1
  640. data/node_modules/caniuse-lite/data/features/ruby.js +1 -1
  641. data/node_modules/caniuse-lite/data/features/run-in.js +1 -1
  642. data/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +1 -1
  643. data/node_modules/caniuse-lite/data/features/screen-orientation.js +1 -1
  644. data/node_modules/caniuse-lite/data/features/script-async.js +1 -1
  645. data/node_modules/caniuse-lite/data/features/script-defer.js +1 -1
  646. data/node_modules/caniuse-lite/data/features/scrollintoview.js +1 -1
  647. data/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +1 -1
  648. data/node_modules/caniuse-lite/data/features/sdch.js +1 -1
  649. data/node_modules/caniuse-lite/data/features/selection-api.js +1 -1
  650. data/node_modules/caniuse-lite/data/features/selectlist.js +1 -1
  651. data/node_modules/caniuse-lite/data/features/server-timing.js +1 -1
  652. data/node_modules/caniuse-lite/data/features/serviceworkers.js +1 -1
  653. data/node_modules/caniuse-lite/data/features/setimmediate.js +1 -1
  654. data/node_modules/caniuse-lite/data/features/shadowdom.js +1 -1
  655. data/node_modules/caniuse-lite/data/features/shadowdomv1.js +1 -1
  656. data/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +1 -1
  657. data/node_modules/caniuse-lite/data/features/sharedworkers.js +1 -1
  658. data/node_modules/caniuse-lite/data/features/sni.js +1 -1
  659. data/node_modules/caniuse-lite/data/features/spdy.js +1 -1
  660. data/node_modules/caniuse-lite/data/features/speech-recognition.js +1 -1
  661. data/node_modules/caniuse-lite/data/features/speech-synthesis.js +1 -1
  662. data/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +1 -1
  663. data/node_modules/caniuse-lite/data/features/sql-storage.js +1 -1
  664. data/node_modules/caniuse-lite/data/features/srcset.js +1 -1
  665. data/node_modules/caniuse-lite/data/features/stream.js +1 -1
  666. data/node_modules/caniuse-lite/data/features/streams.js +1 -1
  667. data/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +1 -1
  668. data/node_modules/caniuse-lite/data/features/style-scoped.js +1 -1
  669. data/node_modules/caniuse-lite/data/features/subresource-bundling.js +1 -1
  670. data/node_modules/caniuse-lite/data/features/subresource-integrity.js +1 -1
  671. data/node_modules/caniuse-lite/data/features/svg-css.js +1 -1
  672. data/node_modules/caniuse-lite/data/features/svg-filters.js +1 -1
  673. data/node_modules/caniuse-lite/data/features/svg-fonts.js +1 -1
  674. data/node_modules/caniuse-lite/data/features/svg-fragment.js +1 -1
  675. data/node_modules/caniuse-lite/data/features/svg-html.js +1 -1
  676. data/node_modules/caniuse-lite/data/features/svg-html5.js +1 -1
  677. data/node_modules/caniuse-lite/data/features/svg-img.js +1 -1
  678. data/node_modules/caniuse-lite/data/features/svg-smil.js +1 -1
  679. data/node_modules/caniuse-lite/data/features/svg.js +1 -1
  680. data/node_modules/caniuse-lite/data/features/sxg.js +1 -1
  681. data/node_modules/caniuse-lite/data/features/tabindex-attr.js +1 -1
  682. data/node_modules/caniuse-lite/data/features/template-literals.js +1 -1
  683. data/node_modules/caniuse-lite/data/features/template.js +1 -1
  684. data/node_modules/caniuse-lite/data/features/temporal.js +1 -1
  685. data/node_modules/caniuse-lite/data/features/testfeat.js +1 -1
  686. data/node_modules/caniuse-lite/data/features/text-decoration.js +1 -1
  687. data/node_modules/caniuse-lite/data/features/text-emphasis.js +1 -1
  688. data/node_modules/caniuse-lite/data/features/text-overflow.js +1 -1
  689. data/node_modules/caniuse-lite/data/features/text-size-adjust.js +1 -1
  690. data/node_modules/caniuse-lite/data/features/text-stroke.js +1 -1
  691. data/node_modules/caniuse-lite/data/features/textcontent.js +1 -1
  692. data/node_modules/caniuse-lite/data/features/textencoder.js +1 -1
  693. data/node_modules/caniuse-lite/data/features/tls1-1.js +1 -1
  694. data/node_modules/caniuse-lite/data/features/tls1-2.js +1 -1
  695. data/node_modules/caniuse-lite/data/features/tls1-3.js +1 -1
  696. data/node_modules/caniuse-lite/data/features/touch.js +1 -1
  697. data/node_modules/caniuse-lite/data/features/transforms2d.js +1 -1
  698. data/node_modules/caniuse-lite/data/features/transforms3d.js +1 -1
  699. data/node_modules/caniuse-lite/data/features/trusted-types.js +1 -1
  700. data/node_modules/caniuse-lite/data/features/ttf.js +1 -1
  701. data/node_modules/caniuse-lite/data/features/typedarrays.js +1 -1
  702. data/node_modules/caniuse-lite/data/features/u2f.js +1 -1
  703. data/node_modules/caniuse-lite/data/features/unhandledrejection.js +1 -1
  704. data/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +1 -1
  705. data/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +1 -1
  706. data/node_modules/caniuse-lite/data/features/url.js +1 -1
  707. data/node_modules/caniuse-lite/data/features/urlsearchparams.js +1 -1
  708. data/node_modules/caniuse-lite/data/features/use-strict.js +1 -1
  709. data/node_modules/caniuse-lite/data/features/user-select-none.js +1 -1
  710. data/node_modules/caniuse-lite/data/features/user-timing.js +1 -1
  711. data/node_modules/caniuse-lite/data/features/variable-fonts.js +1 -1
  712. data/node_modules/caniuse-lite/data/features/vector-effect.js +1 -1
  713. data/node_modules/caniuse-lite/data/features/vibration.js +1 -1
  714. data/node_modules/caniuse-lite/data/features/video.js +1 -1
  715. data/node_modules/caniuse-lite/data/features/videotracks.js +1 -1
  716. data/node_modules/caniuse-lite/data/features/view-transitions.js +1 -1
  717. data/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +1 -1
  718. data/node_modules/caniuse-lite/data/features/viewport-units.js +1 -1
  719. data/node_modules/caniuse-lite/data/features/wai-aria.js +1 -1
  720. data/node_modules/caniuse-lite/data/features/wake-lock.js +1 -1
  721. data/node_modules/caniuse-lite/data/features/wasm-bigint.js +1 -1
  722. data/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +1 -1
  723. data/node_modules/caniuse-lite/data/features/wasm-extended-const.js +1 -1
  724. data/node_modules/caniuse-lite/data/features/wasm-gc.js +1 -1
  725. data/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +1 -1
  726. data/node_modules/caniuse-lite/data/features/wasm-multi-value.js +1 -1
  727. data/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +1 -1
  728. data/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +1 -1
  729. data/node_modules/caniuse-lite/data/features/wasm-reference-types.js +1 -1
  730. data/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +1 -1
  731. data/node_modules/caniuse-lite/data/features/wasm-signext.js +1 -1
  732. data/node_modules/caniuse-lite/data/features/wasm-simd.js +1 -1
  733. data/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +1 -1
  734. data/node_modules/caniuse-lite/data/features/wasm-threads.js +1 -1
  735. data/node_modules/caniuse-lite/data/features/wasm.js +1 -1
  736. data/node_modules/caniuse-lite/data/features/wav.js +1 -1
  737. data/node_modules/caniuse-lite/data/features/wbr-element.js +1 -1
  738. data/node_modules/caniuse-lite/data/features/web-animation.js +1 -1
  739. data/node_modules/caniuse-lite/data/features/web-app-manifest.js +1 -1
  740. data/node_modules/caniuse-lite/data/features/web-bluetooth.js +1 -1
  741. data/node_modules/caniuse-lite/data/features/web-serial.js +1 -1
  742. data/node_modules/caniuse-lite/data/features/web-share.js +1 -1
  743. data/node_modules/caniuse-lite/data/features/webauthn.js +1 -1
  744. data/node_modules/caniuse-lite/data/features/webcodecs.js +1 -1
  745. data/node_modules/caniuse-lite/data/features/webgl.js +1 -1
  746. data/node_modules/caniuse-lite/data/features/webgl2.js +1 -1
  747. data/node_modules/caniuse-lite/data/features/webgpu.js +1 -1
  748. data/node_modules/caniuse-lite/data/features/webhid.js +1 -1
  749. data/node_modules/caniuse-lite/data/features/webkit-user-drag.js +1 -1
  750. data/node_modules/caniuse-lite/data/features/webm.js +1 -1
  751. data/node_modules/caniuse-lite/data/features/webnfc.js +1 -1
  752. data/node_modules/caniuse-lite/data/features/webp.js +1 -1
  753. data/node_modules/caniuse-lite/data/features/websockets.js +1 -1
  754. data/node_modules/caniuse-lite/data/features/webtransport.js +1 -1
  755. data/node_modules/caniuse-lite/data/features/webusb.js +1 -1
  756. data/node_modules/caniuse-lite/data/features/webvr.js +1 -1
  757. data/node_modules/caniuse-lite/data/features/webvtt.js +1 -1
  758. data/node_modules/caniuse-lite/data/features/webworkers.js +1 -1
  759. data/node_modules/caniuse-lite/data/features/webxr.js +1 -1
  760. data/node_modules/caniuse-lite/data/features/will-change.js +1 -1
  761. data/node_modules/caniuse-lite/data/features/woff.js +1 -1
  762. data/node_modules/caniuse-lite/data/features/woff2.js +1 -1
  763. data/node_modules/caniuse-lite/data/features/word-break.js +1 -1
  764. data/node_modules/caniuse-lite/data/features/wordwrap.js +1 -1
  765. data/node_modules/caniuse-lite/data/features/x-doc-messaging.js +1 -1
  766. data/node_modules/caniuse-lite/data/features/x-frame-options.js +1 -1
  767. data/node_modules/caniuse-lite/data/features/xhr2.js +1 -1
  768. data/node_modules/caniuse-lite/data/features/xhtml.js +1 -1
  769. data/node_modules/caniuse-lite/data/features/xhtmlsmil.js +1 -1
  770. data/node_modules/caniuse-lite/data/features/xml-serializer.js +1 -1
  771. data/node_modules/caniuse-lite/data/features/zstd.js +1 -1
  772. data/node_modules/caniuse-lite/data/regions/AD.js +1 -1
  773. data/node_modules/caniuse-lite/data/regions/AE.js +1 -1
  774. data/node_modules/caniuse-lite/data/regions/AF.js +1 -1
  775. data/node_modules/caniuse-lite/data/regions/AG.js +1 -1
  776. data/node_modules/caniuse-lite/data/regions/AI.js +1 -1
  777. data/node_modules/caniuse-lite/data/regions/AL.js +1 -1
  778. data/node_modules/caniuse-lite/data/regions/AM.js +1 -1
  779. data/node_modules/caniuse-lite/data/regions/AO.js +1 -1
  780. data/node_modules/caniuse-lite/data/regions/AR.js +1 -1
  781. data/node_modules/caniuse-lite/data/regions/AS.js +1 -1
  782. data/node_modules/caniuse-lite/data/regions/AT.js +1 -1
  783. data/node_modules/caniuse-lite/data/regions/AU.js +1 -1
  784. data/node_modules/caniuse-lite/data/regions/AW.js +1 -1
  785. data/node_modules/caniuse-lite/data/regions/AX.js +1 -1
  786. data/node_modules/caniuse-lite/data/regions/AZ.js +1 -1
  787. data/node_modules/caniuse-lite/data/regions/BA.js +1 -1
  788. data/node_modules/caniuse-lite/data/regions/BB.js +1 -1
  789. data/node_modules/caniuse-lite/data/regions/BD.js +1 -1
  790. data/node_modules/caniuse-lite/data/regions/BE.js +1 -1
  791. data/node_modules/caniuse-lite/data/regions/BF.js +1 -1
  792. data/node_modules/caniuse-lite/data/regions/BG.js +1 -1
  793. data/node_modules/caniuse-lite/data/regions/BH.js +1 -1
  794. data/node_modules/caniuse-lite/data/regions/BI.js +1 -1
  795. data/node_modules/caniuse-lite/data/regions/BJ.js +1 -1
  796. data/node_modules/caniuse-lite/data/regions/BM.js +1 -1
  797. data/node_modules/caniuse-lite/data/regions/BN.js +1 -1
  798. data/node_modules/caniuse-lite/data/regions/BO.js +1 -1
  799. data/node_modules/caniuse-lite/data/regions/BR.js +1 -1
  800. data/node_modules/caniuse-lite/data/regions/BS.js +1 -1
  801. data/node_modules/caniuse-lite/data/regions/BT.js +1 -1
  802. data/node_modules/caniuse-lite/data/regions/BW.js +1 -1
  803. data/node_modules/caniuse-lite/data/regions/BY.js +1 -1
  804. data/node_modules/caniuse-lite/data/regions/BZ.js +1 -1
  805. data/node_modules/caniuse-lite/data/regions/CA.js +1 -1
  806. data/node_modules/caniuse-lite/data/regions/CD.js +1 -1
  807. data/node_modules/caniuse-lite/data/regions/CF.js +1 -1
  808. data/node_modules/caniuse-lite/data/regions/CG.js +1 -1
  809. data/node_modules/caniuse-lite/data/regions/CH.js +1 -1
  810. data/node_modules/caniuse-lite/data/regions/CI.js +1 -1
  811. data/node_modules/caniuse-lite/data/regions/CK.js +1 -1
  812. data/node_modules/caniuse-lite/data/regions/CL.js +1 -1
  813. data/node_modules/caniuse-lite/data/regions/CM.js +1 -1
  814. data/node_modules/caniuse-lite/data/regions/CN.js +1 -1
  815. data/node_modules/caniuse-lite/data/regions/CO.js +1 -1
  816. data/node_modules/caniuse-lite/data/regions/CR.js +1 -1
  817. data/node_modules/caniuse-lite/data/regions/CU.js +1 -1
  818. data/node_modules/caniuse-lite/data/regions/CV.js +1 -1
  819. data/node_modules/caniuse-lite/data/regions/CX.js +1 -1
  820. data/node_modules/caniuse-lite/data/regions/CY.js +1 -1
  821. data/node_modules/caniuse-lite/data/regions/CZ.js +1 -1
  822. data/node_modules/caniuse-lite/data/regions/DE.js +1 -1
  823. data/node_modules/caniuse-lite/data/regions/DJ.js +1 -1
  824. data/node_modules/caniuse-lite/data/regions/DK.js +1 -1
  825. data/node_modules/caniuse-lite/data/regions/DM.js +1 -1
  826. data/node_modules/caniuse-lite/data/regions/DO.js +1 -1
  827. data/node_modules/caniuse-lite/data/regions/DZ.js +1 -1
  828. data/node_modules/caniuse-lite/data/regions/EC.js +1 -1
  829. data/node_modules/caniuse-lite/data/regions/EE.js +1 -1
  830. data/node_modules/caniuse-lite/data/regions/EG.js +1 -1
  831. data/node_modules/caniuse-lite/data/regions/ER.js +1 -1
  832. data/node_modules/caniuse-lite/data/regions/ES.js +1 -1
  833. data/node_modules/caniuse-lite/data/regions/ET.js +1 -1
  834. data/node_modules/caniuse-lite/data/regions/FI.js +1 -1
  835. data/node_modules/caniuse-lite/data/regions/FJ.js +1 -1
  836. data/node_modules/caniuse-lite/data/regions/FK.js +1 -1
  837. data/node_modules/caniuse-lite/data/regions/FM.js +1 -1
  838. data/node_modules/caniuse-lite/data/regions/FO.js +1 -1
  839. data/node_modules/caniuse-lite/data/regions/FR.js +1 -1
  840. data/node_modules/caniuse-lite/data/regions/GA.js +1 -1
  841. data/node_modules/caniuse-lite/data/regions/GB.js +1 -1
  842. data/node_modules/caniuse-lite/data/regions/GD.js +1 -1
  843. data/node_modules/caniuse-lite/data/regions/GE.js +1 -1
  844. data/node_modules/caniuse-lite/data/regions/GF.js +1 -1
  845. data/node_modules/caniuse-lite/data/regions/GG.js +1 -1
  846. data/node_modules/caniuse-lite/data/regions/GH.js +1 -1
  847. data/node_modules/caniuse-lite/data/regions/GI.js +1 -1
  848. data/node_modules/caniuse-lite/data/regions/GL.js +1 -1
  849. data/node_modules/caniuse-lite/data/regions/GM.js +1 -1
  850. data/node_modules/caniuse-lite/data/regions/GN.js +1 -1
  851. data/node_modules/caniuse-lite/data/regions/GP.js +1 -1
  852. data/node_modules/caniuse-lite/data/regions/GQ.js +1 -1
  853. data/node_modules/caniuse-lite/data/regions/GR.js +1 -1
  854. data/node_modules/caniuse-lite/data/regions/GT.js +1 -1
  855. data/node_modules/caniuse-lite/data/regions/GU.js +1 -1
  856. data/node_modules/caniuse-lite/data/regions/GW.js +1 -1
  857. data/node_modules/caniuse-lite/data/regions/GY.js +1 -1
  858. data/node_modules/caniuse-lite/data/regions/HK.js +1 -1
  859. data/node_modules/caniuse-lite/data/regions/HN.js +1 -1
  860. data/node_modules/caniuse-lite/data/regions/HR.js +1 -1
  861. data/node_modules/caniuse-lite/data/regions/HT.js +1 -1
  862. data/node_modules/caniuse-lite/data/regions/HU.js +1 -1
  863. data/node_modules/caniuse-lite/data/regions/ID.js +1 -1
  864. data/node_modules/caniuse-lite/data/regions/IE.js +1 -1
  865. data/node_modules/caniuse-lite/data/regions/IL.js +1 -1
  866. data/node_modules/caniuse-lite/data/regions/IM.js +1 -1
  867. data/node_modules/caniuse-lite/data/regions/IN.js +1 -1
  868. data/node_modules/caniuse-lite/data/regions/IQ.js +1 -1
  869. data/node_modules/caniuse-lite/data/regions/IR.js +1 -1
  870. data/node_modules/caniuse-lite/data/regions/IS.js +1 -1
  871. data/node_modules/caniuse-lite/data/regions/IT.js +1 -1
  872. data/node_modules/caniuse-lite/data/regions/JE.js +1 -1
  873. data/node_modules/caniuse-lite/data/regions/JM.js +1 -1
  874. data/node_modules/caniuse-lite/data/regions/JO.js +1 -1
  875. data/node_modules/caniuse-lite/data/regions/JP.js +1 -1
  876. data/node_modules/caniuse-lite/data/regions/KE.js +1 -1
  877. data/node_modules/caniuse-lite/data/regions/KG.js +1 -1
  878. data/node_modules/caniuse-lite/data/regions/KH.js +1 -1
  879. data/node_modules/caniuse-lite/data/regions/KI.js +1 -1
  880. data/node_modules/caniuse-lite/data/regions/KM.js +1 -1
  881. data/node_modules/caniuse-lite/data/regions/KN.js +1 -1
  882. data/node_modules/caniuse-lite/data/regions/KP.js +1 -1
  883. data/node_modules/caniuse-lite/data/regions/KR.js +1 -1
  884. data/node_modules/caniuse-lite/data/regions/KW.js +1 -1
  885. data/node_modules/caniuse-lite/data/regions/KY.js +1 -1
  886. data/node_modules/caniuse-lite/data/regions/KZ.js +1 -1
  887. data/node_modules/caniuse-lite/data/regions/LA.js +1 -1
  888. data/node_modules/caniuse-lite/data/regions/LB.js +1 -1
  889. data/node_modules/caniuse-lite/data/regions/LC.js +1 -1
  890. data/node_modules/caniuse-lite/data/regions/LI.js +1 -1
  891. data/node_modules/caniuse-lite/data/regions/LK.js +1 -1
  892. data/node_modules/caniuse-lite/data/regions/LR.js +1 -1
  893. data/node_modules/caniuse-lite/data/regions/LS.js +1 -1
  894. data/node_modules/caniuse-lite/data/regions/LT.js +1 -1
  895. data/node_modules/caniuse-lite/data/regions/LU.js +1 -1
  896. data/node_modules/caniuse-lite/data/regions/LV.js +1 -1
  897. data/node_modules/caniuse-lite/data/regions/LY.js +1 -1
  898. data/node_modules/caniuse-lite/data/regions/MA.js +1 -1
  899. data/node_modules/caniuse-lite/data/regions/MC.js +1 -1
  900. data/node_modules/caniuse-lite/data/regions/MD.js +1 -1
  901. data/node_modules/caniuse-lite/data/regions/ME.js +1 -1
  902. data/node_modules/caniuse-lite/data/regions/MG.js +1 -1
  903. data/node_modules/caniuse-lite/data/regions/MH.js +1 -1
  904. data/node_modules/caniuse-lite/data/regions/MK.js +1 -1
  905. data/node_modules/caniuse-lite/data/regions/ML.js +1 -1
  906. data/node_modules/caniuse-lite/data/regions/MM.js +1 -1
  907. data/node_modules/caniuse-lite/data/regions/MN.js +1 -1
  908. data/node_modules/caniuse-lite/data/regions/MO.js +1 -1
  909. data/node_modules/caniuse-lite/data/regions/MP.js +1 -1
  910. data/node_modules/caniuse-lite/data/regions/MQ.js +1 -1
  911. data/node_modules/caniuse-lite/data/regions/MR.js +1 -1
  912. data/node_modules/caniuse-lite/data/regions/MS.js +1 -1
  913. data/node_modules/caniuse-lite/data/regions/MT.js +1 -1
  914. data/node_modules/caniuse-lite/data/regions/MU.js +1 -1
  915. data/node_modules/caniuse-lite/data/regions/MV.js +1 -1
  916. data/node_modules/caniuse-lite/data/regions/MW.js +1 -1
  917. data/node_modules/caniuse-lite/data/regions/MX.js +1 -1
  918. data/node_modules/caniuse-lite/data/regions/MY.js +1 -1
  919. data/node_modules/caniuse-lite/data/regions/MZ.js +1 -1
  920. data/node_modules/caniuse-lite/data/regions/NA.js +1 -1
  921. data/node_modules/caniuse-lite/data/regions/NC.js +1 -1
  922. data/node_modules/caniuse-lite/data/regions/NE.js +1 -1
  923. data/node_modules/caniuse-lite/data/regions/NF.js +1 -1
  924. data/node_modules/caniuse-lite/data/regions/NG.js +1 -1
  925. data/node_modules/caniuse-lite/data/regions/NI.js +1 -1
  926. data/node_modules/caniuse-lite/data/regions/NL.js +1 -1
  927. data/node_modules/caniuse-lite/data/regions/NO.js +1 -1
  928. data/node_modules/caniuse-lite/data/regions/NP.js +1 -1
  929. data/node_modules/caniuse-lite/data/regions/NR.js +1 -1
  930. data/node_modules/caniuse-lite/data/regions/NU.js +1 -1
  931. data/node_modules/caniuse-lite/data/regions/NZ.js +1 -1
  932. data/node_modules/caniuse-lite/data/regions/OM.js +1 -1
  933. data/node_modules/caniuse-lite/data/regions/PA.js +1 -1
  934. data/node_modules/caniuse-lite/data/regions/PE.js +1 -1
  935. data/node_modules/caniuse-lite/data/regions/PF.js +1 -1
  936. data/node_modules/caniuse-lite/data/regions/PG.js +1 -1
  937. data/node_modules/caniuse-lite/data/regions/PH.js +1 -1
  938. data/node_modules/caniuse-lite/data/regions/PK.js +1 -1
  939. data/node_modules/caniuse-lite/data/regions/PL.js +1 -1
  940. data/node_modules/caniuse-lite/data/regions/PM.js +1 -1
  941. data/node_modules/caniuse-lite/data/regions/PN.js +1 -1
  942. data/node_modules/caniuse-lite/data/regions/PR.js +1 -1
  943. data/node_modules/caniuse-lite/data/regions/PS.js +1 -1
  944. data/node_modules/caniuse-lite/data/regions/PT.js +1 -1
  945. data/node_modules/caniuse-lite/data/regions/PW.js +1 -1
  946. data/node_modules/caniuse-lite/data/regions/PY.js +1 -1
  947. data/node_modules/caniuse-lite/data/regions/QA.js +1 -1
  948. data/node_modules/caniuse-lite/data/regions/RE.js +1 -1
  949. data/node_modules/caniuse-lite/data/regions/RO.js +1 -1
  950. data/node_modules/caniuse-lite/data/regions/RS.js +1 -1
  951. data/node_modules/caniuse-lite/data/regions/RU.js +1 -1
  952. data/node_modules/caniuse-lite/data/regions/RW.js +1 -1
  953. data/node_modules/caniuse-lite/data/regions/SA.js +1 -1
  954. data/node_modules/caniuse-lite/data/regions/SB.js +1 -1
  955. data/node_modules/caniuse-lite/data/regions/SC.js +1 -1
  956. data/node_modules/caniuse-lite/data/regions/SD.js +1 -1
  957. data/node_modules/caniuse-lite/data/regions/SE.js +1 -1
  958. data/node_modules/caniuse-lite/data/regions/SG.js +1 -1
  959. data/node_modules/caniuse-lite/data/regions/SH.js +1 -1
  960. data/node_modules/caniuse-lite/data/regions/SI.js +1 -1
  961. data/node_modules/caniuse-lite/data/regions/SK.js +1 -1
  962. data/node_modules/caniuse-lite/data/regions/SL.js +1 -1
  963. data/node_modules/caniuse-lite/data/regions/SM.js +1 -1
  964. data/node_modules/caniuse-lite/data/regions/SN.js +1 -1
  965. data/node_modules/caniuse-lite/data/regions/SO.js +1 -1
  966. data/node_modules/caniuse-lite/data/regions/SR.js +1 -1
  967. data/node_modules/caniuse-lite/data/regions/ST.js +1 -1
  968. data/node_modules/caniuse-lite/data/regions/SV.js +1 -1
  969. data/node_modules/caniuse-lite/data/regions/SY.js +1 -1
  970. data/node_modules/caniuse-lite/data/regions/SZ.js +1 -1
  971. data/node_modules/caniuse-lite/data/regions/TC.js +1 -1
  972. data/node_modules/caniuse-lite/data/regions/TD.js +1 -1
  973. data/node_modules/caniuse-lite/data/regions/TG.js +1 -1
  974. data/node_modules/caniuse-lite/data/regions/TH.js +1 -1
  975. data/node_modules/caniuse-lite/data/regions/TJ.js +1 -1
  976. data/node_modules/caniuse-lite/data/regions/TL.js +1 -1
  977. data/node_modules/caniuse-lite/data/regions/TM.js +1 -1
  978. data/node_modules/caniuse-lite/data/regions/TN.js +1 -1
  979. data/node_modules/caniuse-lite/data/regions/TO.js +1 -1
  980. data/node_modules/caniuse-lite/data/regions/TR.js +1 -1
  981. data/node_modules/caniuse-lite/data/regions/TT.js +1 -1
  982. data/node_modules/caniuse-lite/data/regions/TV.js +1 -1
  983. data/node_modules/caniuse-lite/data/regions/TW.js +1 -1
  984. data/node_modules/caniuse-lite/data/regions/TZ.js +1 -1
  985. data/node_modules/caniuse-lite/data/regions/UA.js +1 -1
  986. data/node_modules/caniuse-lite/data/regions/UG.js +1 -1
  987. data/node_modules/caniuse-lite/data/regions/US.js +1 -1
  988. data/node_modules/caniuse-lite/data/regions/UY.js +1 -1
  989. data/node_modules/caniuse-lite/data/regions/UZ.js +1 -1
  990. data/node_modules/caniuse-lite/data/regions/VA.js +1 -1
  991. data/node_modules/caniuse-lite/data/regions/VC.js +1 -1
  992. data/node_modules/caniuse-lite/data/regions/VE.js +1 -1
  993. data/node_modules/caniuse-lite/data/regions/VG.js +1 -1
  994. data/node_modules/caniuse-lite/data/regions/VI.js +1 -1
  995. data/node_modules/caniuse-lite/data/regions/VN.js +1 -1
  996. data/node_modules/caniuse-lite/data/regions/VU.js +1 -1
  997. data/node_modules/caniuse-lite/data/regions/WF.js +1 -1
  998. data/node_modules/caniuse-lite/data/regions/WS.js +1 -1
  999. data/node_modules/caniuse-lite/data/regions/YE.js +1 -1
  1000. data/node_modules/caniuse-lite/data/regions/YT.js +1 -1
  1001. data/node_modules/caniuse-lite/data/regions/ZA.js +1 -1
  1002. data/node_modules/caniuse-lite/data/regions/ZM.js +1 -1
  1003. data/node_modules/caniuse-lite/data/regions/ZW.js +1 -1
  1004. data/node_modules/caniuse-lite/data/regions/alt-af.js +1 -1
  1005. data/node_modules/caniuse-lite/data/regions/alt-an.js +1 -1
  1006. data/node_modules/caniuse-lite/data/regions/alt-as.js +1 -1
  1007. data/node_modules/caniuse-lite/data/regions/alt-eu.js +1 -1
  1008. data/node_modules/caniuse-lite/data/regions/alt-na.js +1 -1
  1009. data/node_modules/caniuse-lite/data/regions/alt-oc.js +1 -1
  1010. data/node_modules/caniuse-lite/data/regions/alt-sa.js +1 -1
  1011. data/node_modules/caniuse-lite/data/regions/alt-ww.js +1 -1
  1012. data/node_modules/caniuse-lite/package.json +1 -1
  1013. data/node_modules/electron-to-chromium/chromium-versions.js +4 -1
  1014. data/node_modules/electron-to-chromium/chromium-versions.json +1 -1
  1015. data/node_modules/electron-to-chromium/full-chromium-versions.js +75 -3
  1016. data/node_modules/electron-to-chromium/full-chromium-versions.json +1 -1
  1017. data/node_modules/electron-to-chromium/full-versions.js +45 -1
  1018. data/node_modules/electron-to-chromium/full-versions.json +1 -1
  1019. data/node_modules/electron-to-chromium/package.json +1 -1
  1020. data/node_modules/electron-to-chromium/versions.js +8 -1
  1021. data/node_modules/electron-to-chromium/versions.json +1 -1
  1022. data/node_modules/es-object-atoms/CHANGELOG.md +21 -0
  1023. data/node_modules/es-object-atoms/README.md +7 -0
  1024. data/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +2 -2
  1025. data/node_modules/es-object-atoms/ToObject.d.ts +6 -2
  1026. data/node_modules/es-object-atoms/isObject.d.ts +3 -0
  1027. data/node_modules/es-object-atoms/isObject.js +6 -0
  1028. data/node_modules/es-object-atoms/package.json +9 -8
  1029. data/node_modules/es-object-atoms/test/index.js +11 -1
  1030. data/node_modules/es-shim-unscopables/CHANGELOG.md +8 -0
  1031. data/node_modules/es-shim-unscopables/index.d.ts +8 -0
  1032. data/node_modules/es-shim-unscopables/index.js +2 -1
  1033. data/node_modules/es-shim-unscopables/package.json +20 -11
  1034. data/node_modules/es-shim-unscopables/test/index.js +4 -1
  1035. data/node_modules/es-shim-unscopables/test/with.js +8 -0
  1036. data/node_modules/es-shim-unscopables/tsconfig.json +10 -0
  1037. data/node_modules/eslint/README.md +6 -4
  1038. data/node_modules/eslint/lib/config-api.js +12 -0
  1039. data/node_modules/eslint/lib/languages/js/source-code/source-code.js +18 -14
  1040. data/node_modules/eslint/lib/rules/no-console.js +19 -11
  1041. data/node_modules/eslint/lib/rules/no-native-reassign.js +1 -1
  1042. data/node_modules/eslint/lib/rules/no-negated-in-lhs.js +1 -1
  1043. data/node_modules/eslint/lib/types/config-api.d.ts +8 -0
  1044. data/node_modules/eslint/lib/types/rules.d.ts +5199 -0
  1045. data/node_modules/eslint/package.json +14 -6
  1046. data/node_modules/eslint-scope/README.md +4 -3
  1047. data/node_modules/eslint-scope/dist/eslint-scope.cjs +59 -2
  1048. data/node_modules/eslint-scope/lib/index.js +1 -0
  1049. data/node_modules/eslint-scope/lib/referencer.js +52 -0
  1050. data/node_modules/eslint-scope/lib/scope-manager.js +4 -0
  1051. data/node_modules/eslint-scope/lib/scope.js +1 -1
  1052. data/node_modules/eslint-scope/lib/version.js +1 -1
  1053. data/node_modules/eslint-scope/package.json +1 -1
  1054. data/node_modules/flatted/index.js +3 -3
  1055. data/node_modules/flatted/min.js +1 -1
  1056. data/node_modules/flatted/package.json +21 -8
  1057. data/node_modules/flatted/python/flatted.py +4 -4
  1058. data/node_modules/flow-parser/flow_parser.js +5550 -5530
  1059. data/node_modules/flow-parser/package.json +1 -1
  1060. data/node_modules/for-each/CHANGELOG.md +107 -0
  1061. data/node_modules/for-each/README.md +0 -4
  1062. data/node_modules/for-each/index.d.ts +35 -0
  1063. data/node_modules/for-each/index.js +11 -4
  1064. data/node_modules/for-each/package.json +47 -36
  1065. data/node_modules/for-each/test/test.js +54 -12
  1066. data/node_modules/for-each/tsconfig.json +8 -0
  1067. data/node_modules/get-intrinsic/CHANGELOG.md +8 -0
  1068. data/node_modules/get-intrinsic/index.js +1 -0
  1069. data/node_modules/get-intrinsic/package.json +8 -8
  1070. data/node_modules/import-fresh/index.js +2 -1
  1071. data/node_modules/import-fresh/package.json +6 -1
  1072. data/node_modules/import-fresh/readme.md +14 -8
  1073. data/node_modules/is-async-function/CHANGELOG.md +13 -0
  1074. data/node_modules/is-async-function/index.d.ts +4 -2
  1075. data/node_modules/is-async-function/index.js +3 -18
  1076. data/node_modules/is-async-function/package.json +8 -3
  1077. data/node_modules/is-boolean-object/CHANGELOG.md +11 -0
  1078. data/node_modules/is-boolean-object/index.js +1 -1
  1079. data/node_modules/is-boolean-object/package.json +8 -6
  1080. data/node_modules/is-boolean-object/test/index.js +24 -1
  1081. data/node_modules/is-weakref/CHANGELOG.md +8 -0
  1082. data/node_modules/is-weakref/index.d.ts +1 -1
  1083. data/node_modules/is-weakref/index.js +3 -1
  1084. data/node_modules/is-weakref/package.json +6 -6
  1085. data/node_modules/object-inspect/CHANGELOG.md +8 -0
  1086. data/node_modules/object-inspect/index.js +10 -7
  1087. data/node_modules/object-inspect/package.json +5 -4
  1088. data/node_modules/object-inspect/test/values.js +50 -0
  1089. data/node_modules/possible-typed-array-names/CHANGELOG.md +14 -0
  1090. data/node_modules/possible-typed-array-names/README.md +4 -2
  1091. data/node_modules/possible-typed-array-names/index.d.ts +1 -0
  1092. data/node_modules/possible-typed-array-names/index.js +1 -0
  1093. data/node_modules/possible-typed-array-names/package.json +10 -9
  1094. data/node_modules/possible-typed-array-names/test/index.js +6 -3
  1095. data/node_modules/possible-typed-array-names/tsconfig.json +2 -42
  1096. data/node_modules/recast/lib/lines.d.ts +2 -2
  1097. data/node_modules/recast/lib/printer.js +17 -5
  1098. data/node_modules/recast/package.json +1 -1
  1099. data/node_modules/typescript/README.md +1 -1
  1100. data/node_modules/typescript/lib/_tsc.js +931 -500
  1101. data/node_modules/typescript/lib/_tsserver.js +43 -7
  1102. data/node_modules/typescript/lib/cs/diagnosticMessages.generated.json +14 -8
  1103. data/node_modules/typescript/lib/de/diagnosticMessages.generated.json +14 -8
  1104. data/node_modules/typescript/lib/es/diagnosticMessages.generated.json +14 -8
  1105. data/node_modules/typescript/lib/fr/diagnosticMessages.generated.json +14 -8
  1106. data/node_modules/typescript/lib/it/diagnosticMessages.generated.json +14 -8
  1107. data/node_modules/typescript/lib/ja/diagnosticMessages.generated.json +14 -8
  1108. data/node_modules/typescript/lib/ko/diagnosticMessages.generated.json +14 -8
  1109. data/node_modules/typescript/lib/lib.dom.d.ts +769 -142
  1110. data/node_modules/typescript/lib/lib.dom.iterable.d.ts +9 -7
  1111. data/node_modules/typescript/lib/lib.es2015.iterable.d.ts +69 -54
  1112. data/node_modules/typescript/lib/lib.es2020.bigint.d.ts +41 -7
  1113. data/node_modules/typescript/lib/lib.es2023.array.d.ts +24 -24
  1114. data/node_modules/typescript/lib/lib.es5.d.ts +60 -51
  1115. data/node_modules/typescript/lib/lib.esnext.d.ts +2 -0
  1116. data/node_modules/typescript/lib/lib.esnext.float16.d.ts +443 -0
  1117. data/node_modules/typescript/lib/lib.esnext.iterator.d.ts +1 -1
  1118. data/node_modules/typescript/lib/lib.esnext.promise.d.ts +34 -0
  1119. data/node_modules/typescript/lib/lib.webworker.d.ts +262 -55
  1120. data/node_modules/typescript/lib/lib.webworker.iterable.d.ts +6 -7
  1121. data/node_modules/typescript/lib/pl/diagnosticMessages.generated.json +14 -8
  1122. data/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json +14 -8
  1123. data/node_modules/typescript/lib/ru/diagnosticMessages.generated.json +14 -8
  1124. data/node_modules/typescript/lib/tr/diagnosticMessages.generated.json +14 -8
  1125. data/node_modules/typescript/lib/typescript.d.ts +14 -3
  1126. data/node_modules/typescript/lib/typescript.js +1035 -570
  1127. data/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json +14 -8
  1128. data/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json +14 -8
  1129. data/node_modules/typescript/package.json +22 -22
  1130. data/node_modules/update-browserslist-db/index.js +5 -7
  1131. data/node_modules/update-browserslist-db/package.json +2 -2
  1132. data/node_modules/which-typed-array/CHANGELOG.md +10 -0
  1133. data/node_modules/which-typed-array/index.js +21 -20
  1134. data/node_modules/which-typed-array/package.json +9 -7
  1135. data/node_modules/which-typed-array/tsconfig.json +1 -1
  1136. data/package.json +2 -3
  1137. metadata +41 -206
  1138. data/linters/jscodeshift/arrow-function-transform.js +0 -42
  1139. data/node_modules/.bin/jscodeshift +0 -1
  1140. data/node_modules/@babel/eslint-parser/LICENSE +0 -22
  1141. data/node_modules/@babel/eslint-parser/README.md +0 -142
  1142. data/node_modules/@babel/eslint-parser/lib/analyze-scope.cjs +0 -322
  1143. data/node_modules/@babel/eslint-parser/lib/analyze-scope.cjs.map +0 -1
  1144. data/node_modules/@babel/eslint-parser/lib/client.cjs +0 -106
  1145. data/node_modules/@babel/eslint-parser/lib/client.cjs.map +0 -1
  1146. data/node_modules/@babel/eslint-parser/lib/configuration.cjs +0 -23
  1147. data/node_modules/@babel/eslint-parser/lib/configuration.cjs.map +0 -1
  1148. data/node_modules/@babel/eslint-parser/lib/convert/convertAST.cjs +0 -134
  1149. data/node_modules/@babel/eslint-parser/lib/convert/convertAST.cjs.map +0 -1
  1150. data/node_modules/@babel/eslint-parser/lib/convert/convertComments.cjs +0 -10
  1151. data/node_modules/@babel/eslint-parser/lib/convert/convertComments.cjs.map +0 -1
  1152. data/node_modules/@babel/eslint-parser/lib/convert/convertTokens.cjs +0 -159
  1153. data/node_modules/@babel/eslint-parser/lib/convert/convertTokens.cjs.map +0 -1
  1154. data/node_modules/@babel/eslint-parser/lib/convert/index.cjs +0 -25
  1155. data/node_modules/@babel/eslint-parser/lib/convert/index.cjs.map +0 -1
  1156. data/node_modules/@babel/eslint-parser/lib/experimental-worker.cjs +0 -32
  1157. data/node_modules/@babel/eslint-parser/lib/experimental-worker.cjs.map +0 -1
  1158. data/node_modules/@babel/eslint-parser/lib/index.cjs +0 -32
  1159. data/node_modules/@babel/eslint-parser/lib/index.cjs.map +0 -1
  1160. data/node_modules/@babel/eslint-parser/lib/parse.cjs +0 -37
  1161. data/node_modules/@babel/eslint-parser/lib/parse.cjs.map +0 -1
  1162. data/node_modules/@babel/eslint-parser/lib/utils/eslint-version.cjs +0 -5
  1163. data/node_modules/@babel/eslint-parser/lib/utils/eslint-version.cjs.map +0 -1
  1164. data/node_modules/@babel/eslint-parser/lib/worker/ast-info.cjs +0 -37
  1165. data/node_modules/@babel/eslint-parser/lib/worker/ast-info.cjs.map +0 -1
  1166. data/node_modules/@babel/eslint-parser/lib/worker/babel-core.cjs +0 -21
  1167. data/node_modules/@babel/eslint-parser/lib/worker/babel-core.cjs.map +0 -1
  1168. data/node_modules/@babel/eslint-parser/lib/worker/configuration.cjs +0 -91
  1169. data/node_modules/@babel/eslint-parser/lib/worker/configuration.cjs.map +0 -1
  1170. data/node_modules/@babel/eslint-parser/lib/worker/extract-parser-options-plugin.cjs +0 -11
  1171. data/node_modules/@babel/eslint-parser/lib/worker/extract-parser-options-plugin.cjs.map +0 -1
  1172. data/node_modules/@babel/eslint-parser/lib/worker/handle-message.cjs +0 -32
  1173. data/node_modules/@babel/eslint-parser/lib/worker/handle-message.cjs.map +0 -1
  1174. data/node_modules/@babel/eslint-parser/lib/worker/index.cjs +0 -39
  1175. data/node_modules/@babel/eslint-parser/lib/worker/index.cjs.map +0 -1
  1176. data/node_modules/@babel/eslint-parser/lib/worker/maybeParse.cjs +0 -48
  1177. data/node_modules/@babel/eslint-parser/lib/worker/maybeParse.cjs.map +0 -1
  1178. data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/CHANGELOG.md +0 -36
  1179. data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/README.md +0 -98
  1180. data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/lib/index.js +0 -81
  1181. data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/lib/visitor-keys.json +0 -289
  1182. data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/package.json +0 -39
  1183. data/node_modules/@babel/eslint-parser/node_modules/semver/LICENSE +0 -15
  1184. data/node_modules/@babel/eslint-parser/node_modules/semver/README.md +0 -443
  1185. data/node_modules/@babel/eslint-parser/node_modules/semver/bin/semver.js +0 -174
  1186. data/node_modules/@babel/eslint-parser/node_modules/semver/package.json +0 -38
  1187. data/node_modules/@babel/eslint-parser/node_modules/semver/range.bnf +0 -16
  1188. data/node_modules/@babel/eslint-parser/node_modules/semver/semver.js +0 -1643
  1189. data/node_modules/@babel/eslint-parser/package.json +0 -53
  1190. data/node_modules/@babel/eslint-parser/types.d.cts +0 -9
  1191. data/node_modules/@babel/plugin-proposal-decorators/LICENSE +0 -22
  1192. data/node_modules/@babel/plugin-proposal-decorators/README.md +0 -19
  1193. data/node_modules/@babel/plugin-proposal-decorators/lib/index.js +0 -41
  1194. data/node_modules/@babel/plugin-proposal-decorators/lib/index.js.map +0 -1
  1195. data/node_modules/@babel/plugin-proposal-decorators/lib/transformer-legacy.js +0 -165
  1196. data/node_modules/@babel/plugin-proposal-decorators/lib/transformer-legacy.js.map +0 -1
  1197. data/node_modules/@babel/plugin-proposal-decorators/package.json +0 -42
  1198. data/node_modules/@babel/plugin-syntax-decorators/LICENSE +0 -22
  1199. data/node_modules/@babel/plugin-syntax-decorators/README.md +0 -19
  1200. data/node_modules/@babel/plugin-syntax-decorators/lib/index.js +0 -81
  1201. data/node_modules/@babel/plugin-syntax-decorators/lib/index.js.map +0 -1
  1202. data/node_modules/@babel/plugin-syntax-decorators/package.json +0 -33
  1203. data/node_modules/@babel/plugin-transform-react-display-name/LICENSE +0 -22
  1204. data/node_modules/@babel/plugin-transform-react-display-name/README.md +0 -19
  1205. data/node_modules/@babel/plugin-transform-react-display-name/lib/index.js +0 -92
  1206. data/node_modules/@babel/plugin-transform-react-display-name/lib/index.js.map +0 -1
  1207. data/node_modules/@babel/plugin-transform-react-display-name/package.json +0 -34
  1208. data/node_modules/@babel/plugin-transform-react-jsx/LICENSE +0 -22
  1209. data/node_modules/@babel/plugin-transform-react-jsx/README.md +0 -19
  1210. data/node_modules/@babel/plugin-transform-react-jsx/lib/create-plugin.js +0 -505
  1211. data/node_modules/@babel/plugin-transform-react-jsx/lib/create-plugin.js.map +0 -1
  1212. data/node_modules/@babel/plugin-transform-react-jsx/lib/development.js +0 -13
  1213. data/node_modules/@babel/plugin-transform-react-jsx/lib/development.js.map +0 -1
  1214. data/node_modules/@babel/plugin-transform-react-jsx/lib/index.js +0 -13
  1215. data/node_modules/@babel/plugin-transform-react-jsx/lib/index.js.map +0 -1
  1216. data/node_modules/@babel/plugin-transform-react-jsx/package.json +0 -39
  1217. data/node_modules/@babel/plugin-transform-react-jsx-development/LICENSE +0 -22
  1218. data/node_modules/@babel/plugin-transform-react-jsx-development/README.md +0 -19
  1219. data/node_modules/@babel/plugin-transform-react-jsx-development/lib/index.js +0 -10
  1220. data/node_modules/@babel/plugin-transform-react-jsx-development/lib/index.js.map +0 -1
  1221. data/node_modules/@babel/plugin-transform-react-jsx-development/package.json +0 -33
  1222. data/node_modules/@babel/plugin-transform-react-pure-annotations/LICENSE +0 -22
  1223. data/node_modules/@babel/plugin-transform-react-pure-annotations/README.md +0 -19
  1224. data/node_modules/@babel/plugin-transform-react-pure-annotations/lib/index.js +0 -49
  1225. data/node_modules/@babel/plugin-transform-react-pure-annotations/lib/index.js.map +0 -1
  1226. data/node_modules/@babel/plugin-transform-react-pure-annotations/package.json +0 -34
  1227. data/node_modules/@babel/preset-react/LICENSE +0 -22
  1228. data/node_modules/@babel/preset-react/README.md +0 -19
  1229. data/node_modules/@babel/preset-react/lib/index.js +0 -79
  1230. data/node_modules/@babel/preset-react/lib/index.js.map +0 -1
  1231. data/node_modules/@babel/preset-react/package.json +0 -37
  1232. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/LICENSE +0 -7
  1233. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/index.js +0 -8
  1234. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/CHANGELOG.md +0 -70
  1235. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/LICENSE +0 -22
  1236. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/README.md +0 -54
  1237. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/definition.js +0 -86
  1238. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/index.js +0 -165
  1239. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/pattern-visitor.js +0 -152
  1240. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/reference.js +0 -167
  1241. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/referencer.js +0 -629
  1242. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/scope-manager.js +0 -247
  1243. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/scope.js +0 -748
  1244. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/variable.js +0 -88
  1245. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/LICENSE.BSD +0 -19
  1246. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/README.md +0 -153
  1247. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/estraverse.js +0 -782
  1248. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/gulpfile.js +0 -70
  1249. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/package.json +0 -40
  1250. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/package.json +0 -48
  1251. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/package.json +0 -14
  1252. data/node_modules/eslint/lib/types/rules/best-practices.d.ts +0 -1143
  1253. data/node_modules/eslint/lib/types/rules/deprecated.d.ts +0 -252
  1254. data/node_modules/eslint/lib/types/rules/ecmascript-6.d.ts +0 -647
  1255. data/node_modules/eslint/lib/types/rules/index.d.ts +0 -50
  1256. data/node_modules/eslint/lib/types/rules/node-commonjs.d.ts +0 -171
  1257. data/node_modules/eslint/lib/types/rules/possible-errors.d.ts +0 -685
  1258. data/node_modules/eslint/lib/types/rules/strict-mode.d.ts +0 -38
  1259. data/node_modules/eslint/lib/types/rules/stylistic-issues.d.ts +0 -2043
  1260. data/node_modules/eslint/lib/types/rules/variables.d.ts +0 -234
  1261. data/node_modules/flatted/python/test.py +0 -63
  1262. data/node_modules/jscodeshift/CHANGELOG.md +0 -226
  1263. data/node_modules/jscodeshift/CODE_OF_CONDUCT.md +0 -3
  1264. data/node_modules/jscodeshift/CONTRIBUTING.md +0 -48
  1265. data/node_modules/jscodeshift/README.md +0 -671
  1266. data/node_modules/jscodeshift/bin/jscodeshift.js +0 -182
  1267. data/node_modules/jscodeshift/bin/jscodeshift.sh +0 -12
  1268. data/node_modules/jscodeshift/dist/Collection.js +0 -472
  1269. data/node_modules/jscodeshift/dist/Runner.js +0 -322
  1270. data/node_modules/jscodeshift/dist/Worker.js +0 -210
  1271. data/node_modules/jscodeshift/dist/__testfixtures__/test-async-transform.input.js +0 -1
  1272. data/node_modules/jscodeshift/dist/__testfixtures__/test-async-transform.js +0 -11
  1273. data/node_modules/jscodeshift/dist/__testfixtures__/test-async-transform.output.js +0 -1
  1274. data/node_modules/jscodeshift/dist/__testfixtures__/test-sync-transform.input.js +0 -1
  1275. data/node_modules/jscodeshift/dist/__testfixtures__/test-sync-transform.js +0 -7
  1276. data/node_modules/jscodeshift/dist/__testfixtures__/test-sync-transform.output.js +0 -1
  1277. data/node_modules/jscodeshift/dist/argsParser.js +0 -273
  1278. data/node_modules/jscodeshift/dist/collections/ImportDeclaration.js +0 -113
  1279. data/node_modules/jscodeshift/dist/collections/JSXElement.js +0 -221
  1280. data/node_modules/jscodeshift/dist/collections/Node.js +0 -187
  1281. data/node_modules/jscodeshift/dist/collections/VariableDeclarator.js +0 -210
  1282. data/node_modules/jscodeshift/dist/collections/index.js +0 -14
  1283. data/node_modules/jscodeshift/dist/core.js +0 -183
  1284. data/node_modules/jscodeshift/dist/getParser.js +0 -25
  1285. data/node_modules/jscodeshift/dist/ignoreFiles.js +0 -68
  1286. data/node_modules/jscodeshift/dist/matchNode.js +0 -40
  1287. data/node_modules/jscodeshift/dist/template.js +0 -173
  1288. data/node_modules/jscodeshift/dist/testUtils.js +0 -173
  1289. data/node_modules/jscodeshift/dist/utils/intersection.js +0 -27
  1290. data/node_modules/jscodeshift/dist/utils/once.js +0 -21
  1291. data/node_modules/jscodeshift/dist/utils/union.js +0 -20
  1292. data/node_modules/jscodeshift/index.js +0 -9
  1293. data/node_modules/jscodeshift/package.json +0 -74
  1294. data/node_modules/jscodeshift/parser/babel5Compat.js +0 -50
  1295. data/node_modules/jscodeshift/parser/babylon.js +0 -57
  1296. data/node_modules/jscodeshift/parser/flow.js +0 -34
  1297. data/node_modules/jscodeshift/parser/ts.js +0 -24
  1298. data/node_modules/jscodeshift/parser/tsOptions.js +0 -46
  1299. data/node_modules/jscodeshift/parser/tsx.js +0 -27
  1300. data/node_modules/jscodeshift/src/Collection.js +0 -472
  1301. data/node_modules/jscodeshift/src/Runner.js +0 -322
  1302. data/node_modules/jscodeshift/src/Worker.js +0 -210
  1303. data/node_modules/jscodeshift/src/__testfixtures__/test-async-transform.input.js +0 -1
  1304. data/node_modules/jscodeshift/src/__testfixtures__/test-async-transform.js +0 -11
  1305. data/node_modules/jscodeshift/src/__testfixtures__/test-async-transform.output.js +0 -1
  1306. data/node_modules/jscodeshift/src/__testfixtures__/test-sync-transform.input.js +0 -1
  1307. data/node_modules/jscodeshift/src/__testfixtures__/test-sync-transform.js +0 -7
  1308. data/node_modules/jscodeshift/src/__testfixtures__/test-sync-transform.output.js +0 -1
  1309. data/node_modules/jscodeshift/src/argsParser.js +0 -273
  1310. data/node_modules/jscodeshift/src/collections/ImportDeclaration.js +0 -113
  1311. data/node_modules/jscodeshift/src/collections/JSXElement.js +0 -221
  1312. data/node_modules/jscodeshift/src/collections/Node.js +0 -187
  1313. data/node_modules/jscodeshift/src/collections/VariableDeclarator.js +0 -210
  1314. data/node_modules/jscodeshift/src/collections/index.js +0 -14
  1315. data/node_modules/jscodeshift/src/core.js +0 -183
  1316. data/node_modules/jscodeshift/src/getParser.js +0 -25
  1317. data/node_modules/jscodeshift/src/ignoreFiles.js +0 -68
  1318. data/node_modules/jscodeshift/src/matchNode.js +0 -40
  1319. data/node_modules/jscodeshift/src/template.js +0 -173
  1320. data/node_modules/jscodeshift/src/testUtils.js +0 -173
  1321. data/node_modules/jscodeshift/src/utils/intersection.js +0 -27
  1322. data/node_modules/jscodeshift/src/utils/once.js +0 -21
  1323. data/node_modules/jscodeshift/src/utils/union.js +0 -20
  1324. data/node_modules/jscodeshift/utils/requirePackage.js +0 -24
  1325. data/node_modules/jscodeshift/utils/testUtils.js +0 -49
  1326. data/node_modules/jscodeshift/website/README.md +0 -44
  1327. data/node_modules/jscodeshift/website/astro.config.mjs +0 -36
  1328. data/node_modules/jscodeshift/website/package.json +0 -17
  1329. data/node_modules/jscodeshift/website/public/favicon.svg +0 -1
  1330. data/node_modules/jscodeshift/website/src/assets/houston.webp +0 -0
  1331. data/node_modules/jscodeshift/website/src/content/config.ts +0 -6
  1332. data/node_modules/jscodeshift/website/src/content/docs/build/api-reference.mdx +0 -406
  1333. data/node_modules/jscodeshift/website/src/content/docs/build/ast-grammar.mdx +0 -3086
  1334. data/node_modules/jscodeshift/website/src/content/docs/index.mdx +0 -15
  1335. data/node_modules/jscodeshift/website/src/content/docs/overview/introduction.mdx +0 -45
  1336. data/node_modules/jscodeshift/website/src/content/docs/run/cli.mdx +0 -161
  1337. data/node_modules/jscodeshift/website/src/env.d.ts +0 -2
  1338. data/node_modules/jscodeshift/website/tsconfig.json +0 -3
  1339. data/node_modules/typescript/lib/cancellationToken.js +0 -90
@@ -1 +1 @@
1
- module.exports={C:{"52":0.00396,"78":0.00396,"102":0.00396,"103":0.00791,"110":0.00396,"115":0.07515,"121":0.02373,"125":0.00791,"127":0.00396,"128":0.01187,"129":0.00396,"130":0.00396,"131":0.08306,"132":1.00457,"133":0.12656,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 104 105 106 107 108 109 111 112 113 114 116 117 118 119 120 122 123 124 126 134 135 136 3.5 3.6"},D:{"49":0.00791,"55":0.00396,"58":0.00396,"63":0.00396,"65":0.00396,"69":0.08701,"70":0.00396,"74":0.00396,"76":0.02769,"79":0.03955,"80":0.00396,"81":0.00396,"83":0.00791,"86":0.01978,"87":0.02373,"91":0.02373,"92":0.00396,"93":0.02373,"94":0.01978,"95":0.00791,"101":0.00791,"102":0.00396,"103":0.47856,"104":0.05537,"106":0.01187,"107":0.00791,"109":1.43171,"110":0.00791,"111":0.00791,"112":0.00396,"114":0.00791,"115":0.01582,"116":0.13052,"119":0.0356,"120":0.01187,"121":0.05933,"122":0.13052,"123":0.0356,"124":0.05933,"125":0.02373,"126":0.10679,"127":0.05142,"128":0.34409,"129":1.20232,"130":14.74424,"131":7.17833,"132":0.02373,_:"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 56 57 59 60 61 62 64 66 67 68 71 72 73 75 77 78 84 85 88 89 90 96 97 98 99 100 105 108 113 117 118 133 134"},F:{"85":0.03955,"86":0.00396,"95":0.02373,"113":0.12261,"114":1.17859,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"13":0.01582,"90":0.00791,"92":0.00791,"107":0.00396,"109":0.10283,"114":0.00396,"117":0.00396,"121":0.05537,"122":0.01582,"124":0.00396,"126":0.03164,"127":0.01187,"128":0.01978,"129":0.22939,"130":3.26683,"131":1.92213,_:"12 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 108 110 111 112 113 115 116 118 119 120 123 125"},E:{"14":0.02769,"15":0.00791,_:"0 4 5 6 7 8 9 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1","12.1":0.00396,"13.1":0.05537,"14.1":0.03164,"15.1":0.00396,"15.2-15.3":0.00396,"15.4":0.00791,"15.5":0.01582,"15.6":0.09097,"16.0":0.01582,"16.1":0.01978,"16.2":0.03164,"16.3":0.02769,"16.4":0.00396,"16.5":0.03164,"16.6":0.29267,"17.0":0.01582,"17.1":0.01582,"17.2":0.01187,"17.3":0.02769,"17.4":0.21753,"17.5":0.14238,"17.6":0.68817,"18.0":0.43505,"18.1":0.58139,"18.2":0.02373},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00182,"5.0-5.1":0,"6.0-6.1":0.00726,"7.0-7.1":0.00908,"8.1-8.4":0,"9.0-9.2":0.00726,"9.3":0.02542,"10.0-10.2":0.00545,"10.3":0.04176,"11.0-11.2":0.49022,"11.3-11.4":0.01271,"12.0-12.1":0.00726,"12.2-12.5":0.19064,"13.0-13.1":0.00363,"13.2":0.04902,"13.3":0.00726,"13.4-13.7":0.02723,"14.0-14.4":0.05992,"14.5-14.8":0.08533,"15.0-15.1":0.04902,"15.2-15.3":0.04539,"15.4":0.05447,"15.5":0.06355,"15.6-15.8":0.68086,"16.0":0.12891,"16.1":0.27234,"16.2":0.13799,"16.3":0.23421,"16.4":0.04721,"16.5":0.09441,"16.6-16.7":0.89328,"17.0":0.06536,"17.1":0.10894,"17.2":0.09078,"17.3":0.13799,"17.4":0.29595,"17.5":0.88421,"17.6-17.7":7.6383,"18.0":2.7089,"18.1":2.38027,"18.2":0.09623},P:{"4":0.28701,"21":0.04252,"22":0.04252,"23":0.05315,"24":0.08504,"25":0.05315,"26":2.16852,"27":1.87088,_:"20 8.2 9.2 10.1 12.0 14.0 15.0 18.0","5.0-5.4":0.01063,"6.2-6.4":0.01063,"7.2-7.4":0.14882,"11.1-11.2":0.01063,"13.0":0.03189,"16.0":0.01063,"17.0":0.01063,"19.0":0.01063},I:{"0":0.02412,"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:{"9":0.00396,"11":0.00396,_:"6 7 8 10 5.5"},K:{"0":0.16319,_:"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.01813},H:{"0":0},L:{"0":38.1355},R:{_:"0"},M:{"0":0.27198}};
1
+ module.exports={C:{"78":0.00797,"103":0.00797,"115":0.09163,"127":0.00398,"128":0.02789,"129":0.00398,"132":0.00398,"133":0.00398,"134":0.35856,"135":0.87648,_:"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 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 130 131 136 137 138 3.5 3.6"},D:{"41":0.00398,"47":0.00398,"48":0.00398,"49":0.00398,"50":0.00797,"52":0.00398,"54":0.00398,"55":0.15936,"56":0.00398,"57":0.00398,"58":0.00398,"60":0.00398,"65":0.03187,"69":0.05179,"70":0.00398,"72":0.00398,"73":0.00398,"74":0.00797,"75":0.00398,"76":0.00797,"79":0.05179,"80":0.00398,"83":0.01594,"85":0.00398,"86":0.00398,"87":0.03187,"91":0.00797,"92":0.00398,"93":0.03586,"94":0.05578,"95":0.00398,"98":0.00398,"99":0.00398,"101":0.00398,"102":0.00398,"103":0.39043,"104":0.33067,"105":0.00398,"106":0.01594,"108":0.05976,"109":1.48603,"110":0.0239,"111":0.03187,"112":0.00398,"113":0.00398,"114":0.00398,"116":0.0996,"117":0.00398,"118":0.00797,"119":0.0239,"120":0.01594,"121":0.01195,"122":0.04781,"123":0.01992,"124":0.02789,"125":0.02789,"126":0.06773,"127":0.08366,"128":0.35059,"129":0.01992,"130":0.11554,"131":1.46611,"132":10.82453,"133":9.74885,"134":0.01594,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 42 43 44 45 46 51 53 59 61 62 63 64 66 67 68 71 77 78 81 84 88 89 90 96 97 100 107 115 135 136"},F:{"87":0.01992,"95":0.01195,"113":0.00398,"114":0.10757,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"13":0.00797,"92":0.00797,"109":0.05179,"117":0.00398,"122":0.00398,"124":0.00398,"125":0.00398,"126":0.01195,"128":0.00398,"129":0.00797,"130":0.10757,"131":0.24302,"132":2.50594,"133":3.1633,_:"12 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 118 119 120 121 123 127"},E:{"14":0.01195,"15":0.00797,_:"0 4 5 6 7 8 9 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 12.1 15.2-15.3 18.4","11.1":0.01594,"13.1":0.01992,"14.1":0.04382,"15.1":0.00398,"15.4":0.00797,"15.5":0.00797,"15.6":0.20717,"16.0":0.01992,"16.1":0.03187,"16.2":0.06374,"16.3":0.01594,"16.4":0.00797,"16.5":0.03586,"16.6":0.19123,"17.0":0.03984,"17.1":0.04781,"17.2":0.0239,"17.3":0.00797,"17.4":0.06374,"17.5":0.1235,"17.6":0.2988,"18.0":0.07968,"18.1":0.60557,"18.2":0.12749,"18.3":0.71314},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00314,"5.0-5.1":0.00157,"6.0-6.1":0.00942,"7.0-7.1":0.00785,"8.1-8.4":0,"9.0-9.2":0.00314,"9.3":0.02356,"10.0-10.2":0.00314,"10.3":0.03612,"11.0-11.2":0.12406,"11.3-11.4":0.01099,"12.0-12.1":0.00628,"12.2-12.5":0.16647,"13.0-13.1":0.00314,"13.2":0.00471,"13.3":0.00628,"13.4-13.7":0.02356,"14.0-14.4":0.05182,"14.5-14.8":0.07224,"15.0-15.1":0.03769,"15.2-15.3":0.03769,"15.4":0.04554,"15.5":0.05182,"15.6-15.8":0.64231,"16.0":0.09266,"16.1":0.19316,"16.2":0.09737,"16.3":0.17589,"16.4":0.03926,"16.5":0.07381,"16.6-16.7":0.7648,"17.0":0.04711,"17.1":0.08323,"17.2":0.06596,"17.3":0.09266,"17.4":0.19159,"17.5":0.45543,"17.6-17.7":1.4982,"18.0":0.44129,"18.1":4.0533,"18.2":1.30346,"18.3":4.64535,"18.4":0.00942},P:{"4":0.31037,"21":0.0214,"22":0.04281,"23":0.04281,"24":0.12843,"25":0.06421,"26":0.08562,"27":4.23818,_:"20 8.2 9.2 10.1 12.0 14.0 15.0 16.0 18.0","5.0-5.4":0.0107,"6.2-6.4":0.0214,"7.2-7.4":0.08562,"11.1-11.2":0.0107,"13.0":0.03211,"17.0":0.0214,"19.0":0.0107},I:{"0":0.01201,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00001},K:{"0":0.28882,_:"10 11 12 11.1 11.5 12.1"},A:{"10":0.00398,"11":0.00797,_:"6 7 8 9 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":40.40494},R:{_:"0"},M:{"0":0.25873},Q:{_:"14.9"},O:{"0":0.04212},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 3.5 3.6"},D:{"109":4.79552,"130":33.59696,"131":27.99904,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 132 133 134"},F:{_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"112":0.8024,"122":0.8024,"128":6.40032,"130":16.8032,"131":2.39776,_:"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 113 114 115 116 117 118 119 120 121 123 124 125 126 127 129"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 15.6 16.0 16.1 16.2 16.3 16.4 16.5 16.6 17.0 17.1 17.2 17.3 17.4 17.5 18.0 18.1 18.2","17.6":0.8024},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0,"8.1-8.4":0,"9.0-9.2":0,"9.3":0,"10.0-10.2":0,"10.3":0,"11.0-11.2":0,"11.3-11.4":0,"12.0-12.1":0,"12.2-12.5":0,"13.0-13.1":0,"13.2":0,"13.3":0,"13.4-13.7":0,"14.0-14.4":0,"14.5-14.8":0,"15.0-15.1":0,"15.2-15.3":0,"15.4":0,"15.5":0,"15.6-15.8":0,"16.0":0,"16.1":0,"16.2":0,"16.3":0,"16.4":0,"16.5":0,"16.6-16.7":0,"17.0":0,"17.1":0,"17.2":0,"17.3":0,"17.4":0,"17.5":0,"17.6-17.7":0,"18.0":0,"18.1":0,"18.2":0},P:{"26":1.59992,_:"4 20 21 22 23 24 25 27 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},A:{_:"6 7 8 9 10 11 5.5"},K:{"0":0,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},Q:{_:"14.9"},O:{_:"0"},H:{"0":0},L:{"0":4.00008},R:{_:"0"},M:{_:"0"}};
1
+ module.exports={C:{_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 3.5 3.6"},D:{"109":0.25075,"131":0.50229,"132":3.13869,"133":1.63183,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 134 135 136"},F:{_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"132":0.8788,"133":0.8788,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 15.6 16.0 16.1 16.2 16.3 16.4 16.5 16.6 17.0 17.1 17.2 17.3 17.4 17.5 17.6 18.0 18.1 18.2 18.3 18.4"},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00023,"5.0-5.1":0.00011,"6.0-6.1":0.00069,"7.0-7.1":0.00057,"8.1-8.4":0,"9.0-9.2":0.00023,"9.3":0.00171,"10.0-10.2":0.00023,"10.3":0.00263,"11.0-11.2":0.00902,"11.3-11.4":0.0008,"12.0-12.1":0.00046,"12.2-12.5":0.0121,"13.0-13.1":0.00023,"13.2":0.00034,"13.3":0.00046,"13.4-13.7":0.00171,"14.0-14.4":0.00377,"14.5-14.8":0.00525,"15.0-15.1":0.00274,"15.2-15.3":0.00274,"15.4":0.00331,"15.5":0.00377,"15.6-15.8":0.0467,"16.0":0.00674,"16.1":0.01405,"16.2":0.00708,"16.3":0.01279,"16.4":0.00285,"16.5":0.00537,"16.6-16.7":0.05561,"17.0":0.00343,"17.1":0.00605,"17.2":0.0048,"17.3":0.00674,"17.4":0.01393,"17.5":0.03312,"17.6-17.7":0.10894,"18.0":0.03209,"18.1":0.29473,"18.2":0.09478,"18.3":0.33778,"18.4":0.00069},P:{_:"4 20 21 22 23 24 25 26 27 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":0,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":91.3246},R:{_:"0"},M:{_:"0"},Q:{_:"14.9"},O:{_:"0"},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"34":0.00436,"52":0.00436,"78":0.00436,"87":0.00436,"88":0.00436,"102":0.00436,"103":0.00872,"115":0.13949,"125":0.00436,"127":0.00436,"128":0.00872,"129":0.00436,"130":0.00872,"131":0.03487,"132":0.59718,"133":0.05231,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 89 90 91 92 93 94 95 96 97 98 99 100 101 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 126 134 135 136 3.5 3.6"},D:{"11":0.00436,"30":0.00436,"34":0.01308,"38":0.05667,"45":0.00436,"48":0.00436,"49":0.03923,"53":0.03487,"56":0.00872,"61":0.03923,"65":0.00436,"66":0.00436,"67":0.00872,"68":0.00436,"70":0.00436,"71":0.00436,"72":0.00436,"73":0.03051,"74":0.01744,"75":0.00436,"76":0.00872,"77":0.00436,"78":0.00436,"79":0.3618,"80":0.00872,"81":0.01744,"83":0.01744,"84":0.00436,"85":0.00436,"86":0.22231,"87":0.30949,"88":0.00436,"89":0.00872,"90":0.00436,"91":0.0218,"92":0.00436,"94":0.10026,"95":0.00872,"96":0.00436,"97":0.01308,"98":0.00436,"99":0.00436,"100":0.01744,"101":0.01308,"102":0.01744,"103":0.05667,"104":0.01744,"105":0.00872,"106":0.01308,"107":0.01308,"108":0.02615,"109":2.65899,"110":0.01308,"111":0.00872,"112":0.00872,"113":0.00436,"114":0.0218,"115":0.00872,"116":0.10898,"117":0.0218,"118":0.17872,"119":0.04795,"120":0.04359,"121":0.04359,"122":0.05231,"123":0.03487,"124":0.05667,"125":0.03051,"126":0.09154,"127":0.08282,"128":0.20051,"129":0.64949,"130":14.79881,"131":8.5262,"132":0.01308,"133":0.00872,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 31 32 33 35 36 37 39 40 41 42 43 44 46 47 50 51 52 54 55 57 58 59 60 62 63 64 69 93 134"},F:{"28":0.00436,"36":0.01308,"46":0.09154,"85":0.00872,"95":0.01308,"113":0.00436,"114":0.09154,_:"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 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:{"17":0.00436,"18":0.00872,"92":0.00436,"108":0.00436,"109":0.08718,"110":0.00436,"111":0.00436,"112":0.00436,"113":0.00436,"114":0.00436,"115":0.00436,"116":0.00436,"117":0.00436,"118":0.00436,"119":0.00436,"120":0.00872,"121":0.00872,"122":0.00436,"123":0.00872,"124":0.00872,"125":0.00872,"126":0.01308,"127":0.01308,"128":0.0218,"129":0.10026,"130":2.72873,"131":1.68257,_:"12 13 14 15 16 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107"},E:{"13":0.0218,"14":0.0741,"15":0.01308,_:"0 4 5 6 7 8 9 10 11 12 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1","12.1":0.01744,"13.1":0.06103,"14.1":0.19616,"15.1":0.02615,"15.2-15.3":0.01744,"15.4":0.06539,"15.5":0.10898,"15.6":0.49257,"16.0":0.02615,"16.1":0.08718,"16.2":0.05667,"16.3":0.15257,"16.4":0.03051,"16.5":0.08718,"16.6":0.61026,"17.0":0.01744,"17.1":0.06539,"17.2":0.05667,"17.3":0.06539,"17.4":0.13949,"17.5":0.51,"17.6":2.53258,"18.0":0.32257,"18.1":0.38795,"18.2":0.00436},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00269,"5.0-5.1":0,"6.0-6.1":0.01074,"7.0-7.1":0.01343,"8.1-8.4":0,"9.0-9.2":0.01074,"9.3":0.03761,"10.0-10.2":0.00806,"10.3":0.06178,"11.0-11.2":0.72529,"11.3-11.4":0.0188,"12.0-12.1":0.01074,"12.2-12.5":0.28206,"13.0-13.1":0.00537,"13.2":0.07253,"13.3":0.01074,"13.4-13.7":0.04029,"14.0-14.4":0.08865,"14.5-14.8":0.12625,"15.0-15.1":0.07253,"15.2-15.3":0.06716,"15.4":0.08059,"15.5":0.09402,"15.6-15.8":1.00734,"16.0":0.19072,"16.1":0.40294,"16.2":0.20415,"16.3":0.34653,"16.4":0.06984,"16.5":0.13968,"16.6-16.7":1.32163,"17.0":0.0967,"17.1":0.16117,"17.2":0.13431,"17.3":0.20415,"17.4":0.43786,"17.5":1.3082,"17.6-17.7":11.30103,"18.0":4.00788,"18.1":3.52167,"18.2":0.14237},P:{"4":0.6034,"20":0.04554,"21":0.06831,"22":0.06831,"23":0.09108,"24":0.10246,"25":0.11385,"26":1.75326,"27":1.17264,"5.0-5.4":0.11385,"6.2-6.4":0.06831,"7.2-7.4":0.02277,_:"8.2 10.1 12.0 14.0","9.2":0.01138,"11.1-11.2":0.01138,"13.0":0.02277,"15.0":0.01138,"16.0":0.02277,"17.0":0.02277,"18.0":0.02277,"19.0":0.02277},I:{"0":0.01689,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00002},A:{"8":0.02267,"9":0.00756,"10":0.00756,"11":0.07556,_:"6 7 5.5"},K:{"0":0.15231,_:"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.01128},O:{"0":0.09026},H:{"0":0},L:{"0":25.51887},R:{_:"0"},M:{"0":0.15795}};
1
+ module.exports={C:{"34":0.00446,"52":0.00446,"78":0.00891,"88":0.00446,"115":0.13368,"125":0.00446,"127":0.00891,"128":0.00891,"130":0.00446,"131":0.00446,"132":0.00446,"133":0.01337,"134":0.21834,"135":0.60156,"136":0.00446,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 126 129 137 138 3.5 3.6"},D:{"11":0.00891,"30":0.00891,"34":0.01337,"38":0.06238,"49":0.04456,"53":0.0401,"56":0.00446,"61":0.04456,"65":0.00446,"66":0.00891,"67":0.00446,"68":0.00446,"69":0.00446,"70":0.00446,"71":0.00446,"72":0.00446,"73":0.03565,"74":0.01782,"75":0.00446,"76":0.00446,"77":0.00446,"78":0.00446,"79":0.37876,"80":0.00446,"81":0.06238,"83":0.02674,"84":0.00446,"85":0.00446,"86":0.1114,"87":0.31638,"88":0.00446,"89":0.00891,"90":0.00446,"91":0.02228,"94":0.01782,"95":0.00446,"96":0.00891,"97":0.01337,"98":0.00446,"99":0.00446,"100":0.00446,"101":0.01337,"102":0.01782,"103":0.04902,"104":0.08021,"105":0.00891,"106":0.01337,"107":0.01337,"108":0.03119,"109":2.44634,"110":0.01337,"111":0.00891,"112":0.01337,"113":0.00891,"114":0.02674,"115":0.00891,"116":0.08466,"117":0.01337,"118":0.03119,"119":0.05347,"120":0.0401,"121":0.03119,"122":0.04902,"123":0.02674,"124":0.05347,"125":0.02674,"126":0.06238,"127":0.07575,"128":0.1114,"129":0.08021,"130":0.09803,"131":1.23877,"132":13.84925,"133":9.37097,"134":0.01337,"135":0.01337,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 31 32 33 35 36 37 39 40 41 42 43 44 45 46 47 48 50 51 52 54 55 57 58 59 60 62 63 64 92 93 136"},F:{"28":0.00446,"36":0.01782,"46":0.08466,"87":0.00891,"95":0.01337,"114":0.00446,_:"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 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.00446,"18":0.00891,"92":0.00446,"108":0.00446,"109":0.08021,"111":0.00446,"112":0.00446,"113":0.00446,"114":0.00446,"115":0.00446,"116":0.00446,"118":0.00446,"119":0.00446,"120":0.00891,"121":0.00446,"122":0.00446,"123":0.00446,"124":0.00446,"125":0.00891,"126":0.00891,"127":0.00891,"128":0.00891,"129":0.00891,"130":0.02228,"131":0.14705,"132":2.42852,"133":2.52655,_:"12 13 14 15 16 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 110 117"},E:{"13":0.01782,"14":0.05793,"15":0.00891,_:"0 4 5 6 7 8 9 10 11 12 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 18.4","12.1":0.01337,"13.1":0.05793,"14.1":0.15596,"15.1":0.02228,"15.2-15.3":0.01782,"15.4":0.05347,"15.5":0.08912,"15.6":0.44114,"16.0":0.02674,"16.1":0.0713,"16.2":0.0401,"16.3":0.12031,"16.4":0.02674,"16.5":0.0713,"16.6":0.54363,"17.0":0.01337,"17.1":0.25845,"17.2":0.0401,"17.3":0.04902,"17.4":0.10249,"17.5":0.28073,"17.6":0.75306,"18.0":0.0713,"18.1":1.13628,"18.2":0.2228,"18.3":1.19421},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0052,"5.0-5.1":0.0026,"6.0-6.1":0.0156,"7.0-7.1":0.013,"8.1-8.4":0,"9.0-9.2":0.0052,"9.3":0.03899,"10.0-10.2":0.0052,"10.3":0.05979,"11.0-11.2":0.20537,"11.3-11.4":0.0182,"12.0-12.1":0.0104,"12.2-12.5":0.27556,"13.0-13.1":0.0052,"13.2":0.0078,"13.3":0.0104,"13.4-13.7":0.03899,"14.0-14.4":0.08579,"14.5-14.8":0.11958,"15.0-15.1":0.06239,"15.2-15.3":0.06239,"15.4":0.07539,"15.5":0.08579,"15.6-15.8":1.06323,"16.0":0.15338,"16.1":0.31975,"16.2":0.16117,"16.3":0.29115,"16.4":0.06499,"16.5":0.12218,"16.6-16.7":1.266,"17.0":0.07799,"17.1":0.13778,"17.2":0.10918,"17.3":0.15338,"17.4":0.31715,"17.5":0.75388,"17.6-17.7":2.48,"18.0":0.73048,"18.1":6.70952,"18.2":2.15765,"18.3":7.68956,"18.4":0.0156},P:{"4":0.60821,"20":0.02253,"21":0.04505,"22":0.05632,"23":0.06758,"24":0.06758,"25":0.06758,"26":0.14642,"27":2.84956,"5.0-5.4":0.12389,"6.2-6.4":0.06758,"7.2-7.4":0.05632,_:"8.2 9.2 10.1 11.1-11.2 12.0 14.0","13.0":0.02253,"15.0":0.01126,"16.0":0.01126,"17.0":0.02253,"18.0":0.02253,"19.0":0.01126},I:{"0":0.0166,"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.17741,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.01025,"11":0.09224,_:"6 7 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":25.80538},R:{_:"0"},M:{"0":0.19404},Q:{"14.9":0.02772},O:{"0":0.11642},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"34":0.00755,"38":0.00189,"45":0.00189,"48":0.00189,"49":0.00189,"68":0.00189,"72":0.00378,"78":0.01322,"89":0.00189,"102":0.00378,"103":0.00566,"110":0.00189,"112":0.00189,"114":0.00189,"115":0.13782,"117":0.00944,"123":0.00189,"125":0.00189,"126":0.00189,"127":0.02643,"128":0.0151,"129":0.00378,"130":0.0151,"131":0.05664,"132":0.71178,"133":0.08118,"134":0.00189,_:"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 39 40 41 42 43 44 46 47 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 69 70 71 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 90 91 92 93 94 95 96 97 98 99 100 101 104 105 106 107 108 109 111 113 116 118 119 120 121 122 124 135 136 3.5 3.6"},D:{"11":0.00189,"21":0.00189,"37":0.00189,"43":0.00189,"46":0.00189,"49":0.00378,"53":0.00189,"55":0.00189,"58":0.00189,"59":0.00189,"60":0.00189,"62":0.00189,"63":0.00378,"64":0.00189,"65":0.00189,"66":0.00189,"67":0.00189,"68":0.00566,"69":0.00189,"70":0.00566,"71":0.00378,"72":0.00189,"73":0.00189,"74":0.00378,"76":0.01133,"77":0.00378,"78":0.00378,"79":0.00944,"80":0.00378,"81":0.00189,"83":0.00755,"85":0.00189,"86":0.00189,"87":0.01133,"88":0.00755,"89":0.00189,"90":0.01133,"91":0.00189,"92":0.00189,"93":0.00378,"94":0.04154,"95":0.00378,"96":0.00189,"97":0.00566,"98":0.00378,"99":0.05664,"100":0.00755,"101":0.00189,"102":0.00189,"103":0.03965,"104":0.0151,"105":0.00566,"106":0.00566,"107":0.00566,"108":0.00378,"109":1.32726,"110":0.00378,"111":0.00755,"112":0.00755,"113":0.01133,"114":0.01322,"115":0.00378,"116":0.03965,"117":0.00189,"118":0.0151,"119":0.01322,"120":0.03021,"121":0.0151,"122":0.01888,"123":0.01322,"124":0.02454,"125":0.02077,"126":0.05475,"127":0.04154,"128":0.09062,"129":0.16614,"130":4.22534,"131":2.49405,"132":0.00378,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 38 39 40 41 42 44 45 47 48 50 51 52 54 56 57 61 75 84 133 134"},F:{"31":0.00566,"37":0.00189,"70":0.00189,"79":0.00378,"83":0.00566,"84":0.00378,"85":0.01888,"86":0.00378,"95":0.02266,"108":0.00944,"109":0.00189,"110":0.00378,"112":0.00378,"113":0.00566,"114":0.35494,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 32 33 34 35 36 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 71 72 73 74 75 76 77 78 80 81 82 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 111 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00378,"13":0.00378,"14":0.00189,"15":0.00378,"16":0.01133,"17":0.00189,"18":0.02832,"84":0.00189,"88":0.00189,"89":0.00755,"90":0.00944,"92":0.03965,"100":0.00755,"103":0.00189,"108":0.00755,"109":0.04154,"111":0.00189,"112":0.00189,"113":0.00189,"114":0.00755,"119":0.00755,"121":0.00189,"122":0.00378,"123":0.00189,"124":0.00378,"125":0.00755,"126":0.00944,"127":0.00944,"128":0.05286,"129":0.04531,"130":0.85149,"131":0.57395,_:"79 80 81 83 85 86 87 91 93 94 95 96 97 98 99 101 102 104 105 106 107 110 115 116 117 118 120"},E:{"11":0.00755,"13":0.00189,"14":0.00189,"15":0.00378,_:"0 4 5 6 7 8 9 10 12 3.1 3.2 6.1 7.1 9.1 10.1 15.2-15.3 16.0 16.2","5.1":0.00566,"11.1":0.00566,"12.1":0.00566,"13.1":0.02077,"14.1":0.0151,"15.1":0.00189,"15.4":0.00378,"15.5":0.00189,"15.6":0.02454,"16.1":0.00944,"16.3":0.00566,"16.4":0.00189,"16.5":0.00189,"16.6":0.01888,"17.0":0.00189,"17.1":0.00189,"17.2":0.00189,"17.3":0.00378,"17.4":0.00944,"17.5":0.01888,"17.6":0.05475,"18.0":0.06986,"18.1":0.06986,"18.2":0.00189},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00037,"5.0-5.1":0,"6.0-6.1":0.0015,"7.0-7.1":0.00187,"8.1-8.4":0,"9.0-9.2":0.0015,"9.3":0.00524,"10.0-10.2":0.00112,"10.3":0.0086,"11.0-11.2":0.10097,"11.3-11.4":0.00262,"12.0-12.1":0.0015,"12.2-12.5":0.03927,"13.0-13.1":0.00075,"13.2":0.0101,"13.3":0.0015,"13.4-13.7":0.00561,"14.0-14.4":0.01234,"14.5-14.8":0.01758,"15.0-15.1":0.0101,"15.2-15.3":0.00935,"15.4":0.01122,"15.5":0.01309,"15.6-15.8":0.14024,"16.0":0.02655,"16.1":0.05609,"16.2":0.02842,"16.3":0.04824,"16.4":0.00972,"16.5":0.01945,"16.6-16.7":0.18399,"17.0":0.01346,"17.1":0.02244,"17.2":0.0187,"17.3":0.02842,"17.4":0.06096,"17.5":0.18212,"17.6-17.7":1.57326,"18.0":0.55795,"18.1":0.49027,"18.2":0.01982},P:{"4":0.07203,"20":0.01029,"21":0.02058,"22":0.1029,"23":0.04116,"24":0.27782,"25":0.07203,"26":0.46304,"27":0.21608,"5.0-5.4":0.02058,_:"6.2-6.4 8.2 10.1 12.0 14.0 15.0","7.2-7.4":0.06174,"9.2":0.02058,"11.1-11.2":0.04116,"13.0":0.01029,"16.0":0.02058,"17.0":0.01029,"18.0":0.01029,"19.0":0.06174},I:{"0":0.16188,"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.00021},A:{"11":0.00755,_:"6 7 8 9 10 5.5"},K:{"0":7.41048,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":1.06267,_:"3.0-3.1"},J:{_:"7 10"},Q:{_:"14.9"},O:{"0":0.30014},H:{"0":7.11},L:{"0":65.47563},R:{_:"0"},M:{"0":0.11357}};
1
+ module.exports={C:{"38":0.00209,"49":0.00209,"64":0.00418,"72":0.00418,"78":0.00418,"91":0.00209,"102":0.00209,"112":0.00209,"115":0.14003,"127":0.00836,"128":0.02717,"129":0.00627,"130":0.00209,"131":0.00209,"132":0.00418,"133":0.01672,"134":0.209,"135":0.61028,"136":0.03135,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 43 44 45 46 47 48 50 51 52 53 54 55 56 57 58 59 60 61 62 63 65 66 67 68 69 70 71 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 92 93 94 95 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 113 114 116 117 118 119 120 121 122 123 124 125 126 137 138 3.5 3.6"},D:{"11":0.00209,"43":0.00209,"49":0.00209,"53":0.00418,"55":0.00209,"58":0.00209,"59":0.00209,"62":0.00209,"64":0.00209,"65":0.00209,"68":0.00418,"70":0.00836,"71":0.00418,"72":0.00209,"73":0.00209,"74":0.00209,"75":0.00209,"76":0.00209,"77":0.00418,"78":0.00209,"79":0.00418,"80":0.00418,"81":0.00209,"83":0.00418,"87":0.01672,"88":0.00418,"89":0.00209,"90":0.01672,"91":0.00209,"92":0.00209,"93":0.00418,"94":0.05643,"95":0.00209,"96":0.00209,"97":0.00209,"99":0.03762,"100":0.00627,"102":0.00209,"103":0.02299,"104":0.0418,"105":0.00209,"106":0.00627,"107":0.00209,"108":0.00209,"109":0.97812,"110":0.00209,"111":0.00836,"112":0.00627,"113":0.01045,"114":0.01045,"115":0.00627,"116":0.03762,"117":0.00209,"118":0.01254,"119":0.01045,"120":0.06479,"121":0.01463,"122":0.0209,"123":0.00627,"124":0.08778,"125":0.01045,"126":0.03344,"127":0.01463,"128":0.04598,"129":0.03762,"130":0.03971,"131":0.38874,"132":3.78917,"133":3.81216,"134":0.01463,"135":0.00209,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 44 45 46 47 48 50 51 52 54 56 57 60 61 63 66 67 69 84 85 86 98 101 136"},F:{"37":0.00209,"40":0.00209,"42":0.00209,"49":0.00209,"52":0.00209,"79":0.00209,"81":0.00209,"85":0.00209,"86":0.00627,"87":0.01881,"88":0.00418,"95":0.0209,"102":0.00209,"113":0.00209,"114":0.00627,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 38 39 41 43 44 45 46 47 48 50 51 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 82 83 84 89 90 91 92 93 94 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00418,"13":0.00209,"14":0.00209,"15":0.00209,"16":0.00418,"17":0.00209,"18":0.02508,"84":0.00209,"89":0.00418,"90":0.00836,"92":0.01672,"100":0.00627,"108":0.00627,"109":0.04807,"111":0.00418,"114":0.01045,"117":0.00418,"120":0.00209,"121":0.00418,"122":0.00836,"125":0.00209,"126":0.00418,"127":0.00209,"128":0.00418,"129":0.00627,"130":0.00836,"131":0.05016,"132":0.80047,"133":0.97812,_:"79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 110 112 113 115 116 118 119 123 124"},E:{"12":0.00209,"13":0.00209,"14":0.00209,_:"0 4 5 6 7 8 9 10 11 15 3.1 3.2 6.1 7.1 9.1 10.1 16.0 16.2 18.4","5.1":0.00418,"11.1":0.00209,"12.1":0.00418,"13.1":0.01463,"14.1":0.01463,"15.1":0.00209,"15.2-15.3":0.00209,"15.4":0.00209,"15.5":0.00209,"15.6":0.02508,"16.1":0.00836,"16.3":0.00209,"16.4":0.00209,"16.5":0.00418,"16.6":0.02508,"17.0":0.00418,"17.1":0.00209,"17.2":0.00418,"17.3":0.00209,"17.4":0.00836,"17.5":0.0209,"17.6":0.04389,"18.0":0.00836,"18.1":0.03344,"18.2":0.0209,"18.3":0.07106},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00085,"5.0-5.1":0.00042,"6.0-6.1":0.00255,"7.0-7.1":0.00212,"8.1-8.4":0,"9.0-9.2":0.00085,"9.3":0.00637,"10.0-10.2":0.00085,"10.3":0.00977,"11.0-11.2":0.03356,"11.3-11.4":0.00297,"12.0-12.1":0.0017,"12.2-12.5":0.04503,"13.0-13.1":0.00085,"13.2":0.00127,"13.3":0.0017,"13.4-13.7":0.00637,"14.0-14.4":0.01402,"14.5-14.8":0.01954,"15.0-15.1":0.01019,"15.2-15.3":0.01019,"15.4":0.01232,"15.5":0.01402,"15.6-15.8":0.17373,"16.0":0.02506,"16.1":0.05225,"16.2":0.02634,"16.3":0.04757,"16.4":0.01062,"16.5":0.01996,"16.6-16.7":0.20686,"17.0":0.01274,"17.1":0.02251,"17.2":0.01784,"17.3":0.02506,"17.4":0.05182,"17.5":0.12318,"17.6-17.7":0.40523,"18.0":0.11936,"18.1":1.09632,"18.2":0.35256,"18.3":1.25646,"18.4":0.00255},P:{"4":0.04089,"21":0.04089,"22":0.10221,"23":0.03066,"24":0.22487,"25":0.16354,"26":0.08177,"27":0.69505,_:"20 8.2 10.1 12.0 15.0 18.0","5.0-5.4":0.01022,"6.2-6.4":0.03066,"7.2-7.4":0.04089,"9.2":0.02044,"11.1-11.2":0.02044,"13.0":0.01022,"14.0":0.01022,"16.0":0.02044,"17.0":0.01022,"19.0":0.02044},I:{"0":0.09473,"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":6.14818,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00627,_:"6 7 8 9 10 5.5"},S:{"2.5":0.48251,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":68.09239},R:{_:"0"},M:{"0":0.11865},Q:{"14.9":0.00791},O:{"0":0.29267},H:{"0":4.91}};
@@ -1 +1 @@
1
- module.exports={C:{"38":0.00648,"49":0.00648,"52":0.12962,"55":0.00648,"68":0.02592,"78":0.00648,"82":0.00648,"84":0.00648,"88":0.00648,"91":0.00648,"98":0.01296,"102":0.01296,"103":0.03889,"105":0.01296,"106":0.01296,"107":0.00648,"108":0.01296,"109":0.01296,"110":0.01944,"111":0.01944,"113":0.00648,"115":0.71291,"116":0.00648,"120":0.00648,"122":0.00648,"123":0.01296,"125":0.03241,"126":0.11018,"127":0.01296,"128":0.14258,"129":0.01296,"130":0.01296,"131":0.08425,"132":1.82764,"133":0.18795,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 43 44 45 46 47 48 50 51 53 54 56 57 58 59 60 61 62 63 64 65 66 67 69 70 71 72 73 74 75 76 77 79 80 81 83 85 86 87 89 90 92 93 94 95 96 97 99 100 101 104 112 114 117 118 119 121 124 134 135 136 3.5 3.6"},D:{"26":0.00648,"38":0.00648,"41":0.00648,"45":0.00648,"46":0.00648,"47":0.00648,"48":0.00648,"49":0.06481,"50":0.00648,"51":0.00648,"52":0.00648,"54":0.00648,"55":0.00648,"56":0.00648,"57":0.00648,"58":0.03241,"60":0.00648,"61":0.02592,"62":0.00648,"63":0.05833,"64":0.00648,"65":0.00648,"66":0.00648,"68":0.00648,"71":0.00648,"74":0.00648,"77":0.00648,"78":0.00648,"79":0.02592,"80":0.00648,"81":0.00648,"83":0.01944,"84":0.00648,"85":0.01944,"86":0.01944,"87":0.03241,"88":0.01296,"89":0.00648,"90":0.00648,"91":0.00648,"92":0.00648,"94":0.01944,"95":0.00648,"96":0.01296,"97":0.04537,"98":0.00648,"99":0.01296,"100":0.01296,"101":0.01296,"102":0.03241,"103":0.04537,"104":0.11018,"105":0.05185,"106":0.17499,"107":0.17499,"108":0.24628,"109":3.63584,"110":0.1361,"111":0.12314,"112":0.11018,"113":0.03889,"114":0.07777,"115":0.00648,"116":0.1037,"117":0.00648,"118":0.25276,"119":0.06481,"120":0.05833,"121":0.06481,"122":0.06481,"123":0.07129,"124":0.19443,"125":0.08425,"126":0.12962,"127":0.1361,"128":0.31109,"129":0.95271,"130":17.51814,"131":10.3696,"132":0.01296,"133":0.01296,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 27 28 29 30 31 32 33 34 35 36 37 39 40 42 43 44 53 59 67 69 70 72 73 75 76 93 134"},F:{"36":0.01296,"72":0.00648,"77":0.00648,"79":0.02592,"80":0.01944,"82":0.01944,"83":0.01296,"84":0.01944,"85":0.11018,"86":0.05185,"87":0.00648,"90":0.00648,"91":0.00648,"92":0.00648,"93":0.01296,"94":0.00648,"95":0.73235,"98":0.00648,"99":0.00648,"102":0.00648,"106":0.01296,"108":0.00648,"109":0.00648,"110":0.01296,"111":0.00648,"112":0.01296,"113":0.08425,"114":4.05711,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 73 74 75 76 78 81 88 89 96 97 100 101 103 104 105 107 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00648,"18":0.00648,"92":0.01296,"103":0.00648,"106":0.01296,"107":0.03889,"108":0.02592,"109":0.05185,"110":0.02592,"111":0.01296,"114":0.00648,"116":0.01944,"121":0.00648,"122":0.00648,"124":0.00648,"125":0.00648,"126":0.00648,"128":0.00648,"129":0.06481,"130":9.06044,"131":4.88019,_:"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 104 105 112 113 115 117 118 119 120 123 127"},E:{"14":0.00648,"15":0.00648,_:"0 4 5 6 7 8 9 10 11 12 13 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 15.2-15.3","5.1":0.01296,"13.1":0.01296,"14.1":0.01944,"15.1":0.01296,"15.4":0.00648,"15.5":0.00648,"15.6":0.05833,"16.0":0.01296,"16.1":0.01944,"16.2":0.00648,"16.3":0.03241,"16.4":0.00648,"16.5":0.02592,"16.6":0.11666,"17.0":0.01944,"17.1":0.04537,"17.2":0.02592,"17.3":0.02592,"17.4":0.05833,"17.5":0.11666,"17.6":0.2722,"18.0":0.21387,"18.1":0.28516,"18.2":0.01296},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00085,"5.0-5.1":0,"6.0-6.1":0.00341,"7.0-7.1":0.00426,"8.1-8.4":0,"9.0-9.2":0.00341,"9.3":0.01192,"10.0-10.2":0.00255,"10.3":0.01959,"11.0-11.2":0.22993,"11.3-11.4":0.00596,"12.0-12.1":0.00341,"12.2-12.5":0.08942,"13.0-13.1":0.0017,"13.2":0.02299,"13.3":0.00341,"13.4-13.7":0.01277,"14.0-14.4":0.0281,"14.5-14.8":0.04003,"15.0-15.1":0.02299,"15.2-15.3":0.02129,"15.4":0.02555,"15.5":0.02981,"15.6-15.8":0.31935,"16.0":0.06046,"16.1":0.12774,"16.2":0.06472,"16.3":0.10986,"16.4":0.02214,"16.5":0.04428,"16.6-16.7":0.41899,"17.0":0.03066,"17.1":0.0511,"17.2":0.04258,"17.3":0.06472,"17.4":0.13881,"17.5":0.41473,"17.6-17.7":3.58267,"18.0":1.27058,"18.1":1.11644,"18.2":0.04513},P:{"4":0.03232,"20":0.01077,"21":0.02155,"22":0.01077,"23":0.02155,"24":0.02155,"25":0.02155,"26":0.65727,"27":0.36635,_:"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","7.2-7.4":0.01077,"17.0":0.02155,"18.0":0.01077,"19.0":0.01077},I:{"0":0.0316,"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.00877,"9":0.00877,"11":0.13153,_:"6 7 10 5.5"},K:{"0":1.00347,_:"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.00352},O:{"0":0.08094},H:{"0":0.01},L:{"0":24.08682},R:{_:"0"},M:{"0":0.16539}};
1
+ module.exports={C:{"52":0.11103,"55":0.00653,"68":0.01959,"78":0.00653,"89":0.00653,"98":0.00653,"102":0.00653,"103":0.01959,"105":0.00653,"106":0.00653,"107":0.00653,"108":0.01306,"109":0.00653,"110":0.01306,"111":0.00653,"113":0.02612,"115":0.69229,"120":0.00653,"125":0.02612,"126":0.02612,"127":0.01306,"128":0.11756,"129":0.00653,"130":0.00653,"131":0.02612,"132":0.01306,"133":0.04572,"134":0.44411,"135":1.59356,"136":0.00653,"137":0.00653,_:"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 56 57 58 59 60 61 62 63 64 65 66 67 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 90 91 92 93 94 95 96 97 99 100 101 104 112 114 116 117 118 119 121 122 123 124 138 3.5 3.6"},D:{"26":0.00653,"38":0.00653,"48":0.00653,"49":0.05225,"54":0.00653,"56":0.00653,"57":0.00653,"58":0.00653,"61":0.01306,"67":0.00653,"70":0.02612,"71":0.01959,"79":0.04572,"80":0.03266,"81":0.00653,"83":0.01306,"84":0.00653,"85":0.00653,"86":0.01959,"87":0.01959,"88":0.00653,"89":0.00653,"90":0.01306,"91":0.00653,"93":0.01959,"94":0.01959,"95":0.00653,"96":0.00653,"97":0.02612,"98":0.00653,"99":0.00653,"100":0.00653,"101":0.01959,"102":0.03919,"103":0.03919,"104":0.41145,"105":0.03266,"106":0.09143,"107":0.1045,"108":0.15021,"109":3.87288,"110":0.07837,"111":0.07837,"112":0.07837,"113":0.03266,"114":0.03919,"115":0.00653,"116":0.11756,"117":0.00653,"118":0.1045,"119":0.02612,"120":0.06531,"121":0.04572,"122":0.05878,"123":0.19593,"124":0.1045,"125":0.05225,"126":0.09797,"127":0.07837,"128":0.2743,"129":0.0849,"130":0.12409,"131":1.44335,"132":13.91756,"133":12.90526,"134":0.02612,"135":0.01306,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 43 44 45 46 47 50 51 52 53 55 59 60 62 63 64 65 66 68 69 72 73 74 75 76 77 78 92 136"},F:{"36":0.01306,"79":0.03919,"82":0.00653,"83":0.01306,"84":0.01959,"85":0.04572,"86":0.03919,"87":0.1045,"88":0.00653,"89":0.00653,"91":0.00653,"92":0.00653,"93":0.00653,"94":0.00653,"95":0.81638,"98":0.00653,"99":0.00653,"106":0.00653,"108":0.00653,"111":0.00653,"113":0.00653,"114":0.13715,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 90 96 97 100 101 102 103 104 105 107 109 110 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00653,"18":0.00653,"92":0.01306,"106":0.01306,"107":0.01959,"108":0.01306,"109":0.05225,"110":0.00653,"111":0.00653,"114":0.00653,"116":0.01306,"125":0.02612,"126":0.00653,"127":0.00653,"128":0.00653,"130":0.05878,"131":0.02612,"132":5.9824,"133":8.11803,_:"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 112 113 115 117 118 119 120 121 122 123 124 129"},E:{"14":0.00653,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 15.2-15.3 15.4 18.4","5.1":0.01306,"13.1":0.01306,"14.1":0.03266,"15.1":0.00653,"15.5":0.00653,"15.6":0.05878,"16.0":0.00653,"16.1":0.01306,"16.2":0.00653,"16.3":0.02612,"16.4":0.00653,"16.5":0.01306,"16.6":0.09143,"17.0":0.01306,"17.1":0.02612,"17.2":0.02612,"17.3":0.02612,"17.4":0.04572,"17.5":0.07184,"17.6":0.14368,"18.0":0.06531,"18.1":0.16328,"18.2":0.0849,"18.3":0.40492},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00176,"5.0-5.1":0.00088,"6.0-6.1":0.00528,"7.0-7.1":0.0044,"8.1-8.4":0,"9.0-9.2":0.00176,"9.3":0.01319,"10.0-10.2":0.00176,"10.3":0.02023,"11.0-11.2":0.06948,"11.3-11.4":0.00616,"12.0-12.1":0.00352,"12.2-12.5":0.09323,"13.0-13.1":0.00176,"13.2":0.00264,"13.3":0.00352,"13.4-13.7":0.01319,"14.0-14.4":0.02902,"14.5-14.8":0.04046,"15.0-15.1":0.02111,"15.2-15.3":0.02111,"15.4":0.02551,"15.5":0.02902,"15.6-15.8":0.35971,"16.0":0.05189,"16.1":0.10818,"16.2":0.05453,"16.3":0.0985,"16.4":0.02199,"16.5":0.04134,"16.6-16.7":0.42831,"17.0":0.02638,"17.1":0.04661,"17.2":0.03694,"17.3":0.05189,"17.4":0.1073,"17.5":0.25505,"17.6-17.7":0.83903,"18.0":0.24714,"18.1":2.26995,"18.2":0.72997,"18.3":2.60152,"18.4":0.00528},P:{"4":0.16646,"20":0.0104,"21":0.0104,"22":0.0104,"23":0.02081,"24":0.03121,"25":0.02081,"26":0.05202,"27":0.7803,_:"5.0-5.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0","6.2-6.4":0.0104,"7.2-7.4":0.03121,"17.0":0.0104,"18.0":0.0104,"19.0":0.0104},I:{"0":0.01731,"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.98838,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.00754,"11":0.09043,_:"6 7 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":23.77163},R:{_:"0"},M:{"0":0.13872},Q:{"14.9":0.0104},O:{"0":0.07283},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"13":0.00247,"34":0.00247,"50":0.00247,"52":0.01234,"58":0.00247,"65":0.00247,"68":0.00247,"72":0.00494,"76":0.00247,"78":0.00247,"91":0.01728,"93":0.00494,"102":0.00247,"103":0.00494,"110":0.00247,"111":0.00247,"114":0.00247,"115":0.26901,"121":0.00247,"122":0.00247,"123":0.00247,"124":0.00247,"125":0.00247,"126":0.0074,"127":0.03208,"128":0.04442,"129":0.01974,"130":0.01234,"131":0.22706,"132":1.15256,"133":0.19497,"134":0.00247,_:"2 3 4 5 6 7 8 9 10 11 12 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 51 53 54 55 56 57 59 60 61 62 63 64 66 67 69 70 71 73 74 75 77 79 80 81 82 83 84 85 86 87 88 89 90 92 94 95 96 97 98 99 100 101 104 105 106 107 108 109 112 113 116 117 118 119 120 135 136 3.5 3.6"},D:{"11":0.00494,"19":0.00987,"39":0.00247,"47":0.00494,"49":0.00247,"50":0.00494,"51":0.00247,"55":0.00247,"58":0.00247,"59":0.00494,"62":0.00247,"64":0.01481,"65":0.00247,"66":0.00247,"67":0.00247,"68":0.02221,"69":0.00494,"70":0.0074,"71":0.00247,"72":0.01234,"73":0.00247,"74":0.00494,"75":0.0074,"76":0.00494,"77":0.00247,"78":0.00247,"79":0.01481,"80":0.0074,"81":0.0074,"83":0.01481,"86":0.00247,"87":0.02468,"88":0.04689,"89":0.00494,"90":0.00247,"91":0.00247,"92":0.00247,"93":0.01481,"94":0.01728,"95":0.01234,"96":0.00987,"97":0.00247,"98":0.00247,"99":0.00494,"100":0.0074,"101":0.00247,"102":0.00247,"103":0.04689,"104":0.0074,"105":0.00494,"106":0.00987,"107":0.0074,"108":0.0074,"109":0.90822,"110":0.00247,"111":0.01481,"112":0.00247,"113":0.00494,"114":0.01234,"115":0.00247,"116":0.08638,"117":0.00494,"118":0.01234,"119":0.04936,"120":0.02715,"121":0.01481,"122":0.02962,"123":0.01974,"124":0.05676,"125":0.01728,"126":0.13327,"127":0.05676,"128":0.14314,"129":0.32578,"130":5.73563,"131":3.74889,"132":0.0074,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 40 41 42 43 44 45 46 48 52 53 54 56 57 60 61 63 84 85 133 134"},F:{"42":0.00247,"78":0.00247,"79":0.00247,"83":0.00247,"84":0.01234,"85":0.04442,"86":0.00494,"95":0.03455,"112":0.00247,"113":0.00987,"114":0.46645,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 80 81 82 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00987,"13":0.00494,"14":0.00987,"15":0.00247,"16":0.00247,"17":0.00494,"18":0.05923,"84":0.00247,"89":0.00494,"90":0.01234,"92":0.05183,"100":0.00494,"108":0.00494,"109":0.01728,"114":0.02468,"115":0.00247,"116":0.00494,"119":0.00247,"120":0.00494,"121":0.00247,"122":0.00494,"124":0.0074,"125":0.0074,"126":0.01234,"127":0.01481,"128":0.02221,"129":0.0617,"130":1.02669,"131":0.62687,_:"79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 110 111 112 113 117 118 123"},E:{"11":0.01481,"12":0.00494,"13":0.00247,"14":0.0074,_:"0 4 5 6 7 8 9 10 15 3.1 3.2 6.1 7.1 9.1 10.1 12.1 15.2-15.3 15.4 16.0 17.0 18.2","5.1":0.00987,"11.1":0.00247,"13.1":0.01481,"14.1":0.0074,"15.1":0.00247,"15.5":0.00247,"15.6":0.04442,"16.1":0.00247,"16.2":0.00247,"16.3":0.00247,"16.4":0.00494,"16.5":0.00494,"16.6":0.03702,"17.1":0.00494,"17.2":0.00494,"17.3":0.00987,"17.4":0.00494,"17.5":0.01728,"17.6":0.04442,"18.0":0.04689,"18.1":0.04689},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00035,"5.0-5.1":0,"6.0-6.1":0.0014,"7.0-7.1":0.00175,"8.1-8.4":0,"9.0-9.2":0.0014,"9.3":0.0049,"10.0-10.2":0.00105,"10.3":0.00805,"11.0-11.2":0.09455,"11.3-11.4":0.00245,"12.0-12.1":0.0014,"12.2-12.5":0.03677,"13.0-13.1":0.0007,"13.2":0.00946,"13.3":0.0014,"13.4-13.7":0.00525,"14.0-14.4":0.01156,"14.5-14.8":0.01646,"15.0-15.1":0.00946,"15.2-15.3":0.00875,"15.4":0.01051,"15.5":0.01226,"15.6-15.8":0.13132,"16.0":0.02486,"16.1":0.05253,"16.2":0.02661,"16.3":0.04517,"16.4":0.0091,"16.5":0.01821,"16.6-16.7":0.17229,"17.0":0.01261,"17.1":0.02101,"17.2":0.01751,"17.3":0.02661,"17.4":0.05708,"17.5":0.17054,"17.6-17.7":1.47326,"18.0":0.52249,"18.1":0.4591,"18.2":0.01856},P:{"4":0.05135,"20":0.01027,"21":0.04108,"22":0.1027,"23":0.06162,"24":0.37997,"25":0.07189,"26":0.57509,"27":0.29782,"5.0-5.4":0.03081,"6.2-6.4":0.01027,"7.2-7.4":0.09243,_:"8.2 10.1 12.0 14.0 15.0","9.2":0.04108,"11.1-11.2":0.04108,"13.0":0.01027,"16.0":0.02054,"17.0":0.01027,"18.0":0.01027,"19.0":0.06162},I:{"0":0.08266,"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},A:{"11":0.04196,_:"6 7 8 9 10 5.5"},K:{"0":4.99661,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.14309,_:"3.0-3.1"},J:{_:"7 10"},Q:{_:"14.9"},O:{"0":0.35396},H:{"0":5.72},L:{"0":65.71987},R:{_:"0"},M:{"0":0.13556}};
1
+ module.exports={C:{"47":0.00281,"49":0.00281,"50":0.00281,"52":0.00281,"58":0.00281,"60":0.00281,"66":0.00281,"72":0.00561,"78":0.00281,"91":0.01683,"93":0.00561,"94":0.00281,"109":0.00561,"113":0.00281,"115":0.20757,"127":0.01122,"128":0.03086,"129":0.00281,"130":0.00281,"131":0.00281,"132":0.00561,"133":0.02805,"134":0.30575,"135":1.00139,"136":0.03647,_:"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 51 53 54 55 56 57 59 61 62 63 64 65 67 68 69 70 71 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 92 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 114 116 117 118 119 120 121 122 123 124 125 126 137 138 3.5 3.6"},D:{"11":0.00561,"19":0.00281,"49":0.00842,"50":0.00281,"55":0.00281,"58":0.00561,"59":0.00281,"62":0.00281,"64":0.00842,"65":0.00281,"66":0.00281,"67":0.00281,"68":0.00561,"69":0.00281,"70":0.00842,"71":0.00281,"72":0.00842,"73":0.00561,"74":0.00281,"75":0.00842,"76":0.00281,"77":0.00281,"78":0.00281,"79":0.01403,"80":0.00281,"81":0.00281,"83":0.01683,"85":0.00281,"86":0.00561,"87":0.02805,"88":0.02525,"89":0.00842,"91":0.00281,"92":0.00281,"93":0.01964,"94":0.03086,"95":0.01122,"96":0.00281,"98":0.00561,"99":0.00281,"100":0.01122,"102":0.00281,"103":0.04769,"104":0.00281,"105":0.00561,"106":0.01403,"107":0.01122,"108":0.00281,"109":0.82187,"110":0.01122,"111":0.01122,"112":0.00842,"113":0.00561,"114":0.08976,"115":0.00281,"116":0.08415,"117":0.00281,"118":0.00842,"119":0.04769,"120":0.01403,"121":0.00842,"122":0.02805,"123":0.01964,"124":0.02244,"125":0.01403,"126":0.03366,"127":0.02244,"128":0.06732,"129":0.03086,"130":0.07293,"131":0.70125,"132":5.48378,"133":5.07705,"134":0.00561,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 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 56 57 60 61 63 84 90 97 101 135 136"},F:{"79":0.00281,"86":0.00842,"87":0.03647,"95":0.04488,"113":0.00281,"114":0.00561,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 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.01122,"13":0.00281,"14":0.00281,"15":0.00281,"16":0.00281,"17":0.00281,"18":0.04208,"84":0.00281,"89":0.00281,"90":0.01683,"92":0.02805,"100":0.00842,"109":0.01403,"111":0.00281,"112":0.00561,"114":0.01122,"116":0.00842,"120":0.00281,"121":0.00281,"122":0.00561,"124":0.00281,"126":0.00561,"127":0.00561,"128":0.00561,"129":0.01403,"130":0.03366,"131":0.08415,"132":0.82748,"133":1.04907,_:"79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 113 115 117 118 119 123 125"},E:{"12":0.00281,"13":0.00281,"14":0.00281,_:"0 4 5 6 7 8 9 10 11 15 3.1 3.2 6.1 7.1 9.1 10.1 15.2-15.3 15.4 15.5 16.3 18.4","5.1":0.00842,"11.1":0.00281,"12.1":0.00281,"13.1":0.01403,"14.1":0.00842,"15.1":0.00561,"15.6":0.07574,"16.0":0.00561,"16.1":0.00281,"16.2":0.00281,"16.4":0.00561,"16.5":0.00561,"16.6":0.02805,"17.0":0.00281,"17.1":0.00561,"17.2":0.00281,"17.3":0.01403,"17.4":0.01403,"17.5":0.00842,"17.6":0.0561,"18.0":0.00842,"18.1":0.03647,"18.2":0.05049,"18.3":0.07293},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00073,"5.0-5.1":0.00036,"6.0-6.1":0.00219,"7.0-7.1":0.00182,"8.1-8.4":0,"9.0-9.2":0.00073,"9.3":0.00547,"10.0-10.2":0.00073,"10.3":0.00839,"11.0-11.2":0.02882,"11.3-11.4":0.00255,"12.0-12.1":0.00146,"12.2-12.5":0.03867,"13.0-13.1":0.00073,"13.2":0.00109,"13.3":0.00146,"13.4-13.7":0.00547,"14.0-14.4":0.01204,"14.5-14.8":0.01678,"15.0-15.1":0.00875,"15.2-15.3":0.00875,"15.4":0.01058,"15.5":0.01204,"15.6-15.8":0.1492,"16.0":0.02152,"16.1":0.04487,"16.2":0.02262,"16.3":0.04086,"16.4":0.00912,"16.5":0.01714,"16.6-16.7":0.17765,"17.0":0.01094,"17.1":0.01933,"17.2":0.01532,"17.3":0.02152,"17.4":0.0445,"17.5":0.10579,"17.6-17.7":0.34801,"18.0":0.10251,"18.1":0.94151,"18.2":0.30277,"18.3":1.07904,"18.4":0.00219},P:{"4":0.06137,"20":0.01023,"21":0.01023,"22":0.06137,"23":0.03069,"24":0.34779,"25":0.10229,"26":0.13298,"27":0.69557,"5.0-5.4":0.03069,_:"6.2-6.4 8.2 10.1 12.0 15.0 18.0","7.2-7.4":0.08183,"9.2":0.04092,"11.1-11.2":0.02046,"13.0":0.01023,"14.0":0.01023,"16.0":0.01023,"17.0":0.01023,"19.0":0.03069},I:{"0":0.05744,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00007},K:{"0":5.09277,_:"10 11 12 11.1 11.5 12.1"},A:{"10":0.00323,"11":0.06129,_:"6 7 8 9 5.5"},S:{"2.5":0.10073,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":66.22252},R:{_:"0"},M:{"0":0.10073},Q:{_:"14.9"},O:{"0":0.24463},H:{"0":4.16}};
@@ -1 +1 @@
1
- module.exports={C:{"11":0.06351,"17":0.00423,"38":0.00423,"43":0.00423,"44":0.01694,"45":0.00847,"52":0.0127,"56":0.00423,"59":0.00423,"72":0.00847,"77":0.00423,"78":0.02117,"88":0.00423,"91":0.00423,"94":0.00847,"101":0.00423,"102":0.00423,"103":0.00423,"105":0.00423,"107":0.00423,"108":0.00423,"109":0.00423,"110":0.00423,"111":0.00423,"112":0.00423,"113":0.00423,"115":0.199,"118":0.32178,"120":0.00423,"121":0.00423,"122":0.00423,"123":0.00423,"124":0.00423,"125":0.02117,"126":0.00847,"127":0.0127,"128":0.08468,"129":0.01694,"130":0.0254,"131":0.19476,"132":1.6809,"133":0.10585,_:"2 3 4 5 6 7 8 9 10 12 13 14 15 16 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 46 47 48 49 50 51 53 54 55 57 58 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 79 80 81 82 83 84 85 86 87 89 90 92 93 95 96 97 98 99 100 104 106 114 116 117 119 134 135 136 3.5 3.6"},D:{"41":0.00423,"47":0.00423,"48":0.03811,"49":0.01694,"50":0.00423,"51":0.00847,"52":0.00423,"53":0.00423,"56":0.03387,"58":0.00423,"59":0.00423,"60":0.00847,"61":0.02117,"65":0.00423,"66":0.01694,"67":0.00423,"74":0.00423,"75":0.00423,"76":0.00847,"77":0.00423,"78":0.00847,"79":0.07198,"80":0.0127,"81":0.11432,"83":0.06351,"84":0.00423,"85":0.01694,"86":0.00847,"87":0.03387,"88":0.00847,"89":0.00847,"90":0.00847,"91":0.08045,"92":0.00847,"93":0.02964,"94":0.02117,"95":0.00423,"96":0.00423,"97":0.00847,"98":0.00423,"99":0.01694,"100":0.02117,"101":0.0127,"102":0.00847,"103":0.15242,"104":0.02117,"105":0.01694,"106":0.0254,"107":0.0254,"108":0.04234,"109":0.4361,"110":0.01694,"111":0.02964,"112":0.0254,"113":0.07198,"114":0.09738,"115":0.0254,"116":0.17783,"117":0.20323,"118":0.04234,"119":0.05928,"120":0.11855,"121":0.23287,"122":0.10162,"123":0.09315,"124":0.27944,"125":2.65472,"126":0.99922,"127":0.72401,"128":0.58429,"129":1.85449,"130":11.30901,"131":4.43723,"132":0.02964,"133":0.01694,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 42 43 44 45 46 54 55 57 62 63 64 68 69 70 71 72 73 134"},F:{"85":0.0127,"95":0.02117,"102":0.00423,"112":0.00423,"113":0.05504,"114":0.45727,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"16":0.00423,"17":0.00423,"18":0.0127,"87":0.00423,"92":0.00423,"107":0.00423,"108":0.00423,"109":0.05504,"110":0.00423,"111":0.00423,"112":0.00423,"113":0.00423,"114":0.00423,"116":0.00423,"117":0.00423,"119":0.00423,"120":0.0127,"121":0.00847,"122":0.00847,"123":0.00423,"124":0.00847,"125":0.0127,"126":0.01694,"127":0.02117,"128":0.04234,"129":0.26674,"130":3.59467,"131":1.80792,_:"12 13 14 15 79 80 81 83 84 85 86 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 115 118"},E:{"8":0.00423,"9":0.00423,"13":0.00423,"14":0.03387,"15":0.0127,_:"0 4 5 6 7 10 11 12 3.1 3.2 5.1 6.1 7.1 10.1","9.1":0.00423,"11.1":0.00423,"12.1":0.01694,"13.1":0.12702,"14.1":0.09738,"15.1":0.04234,"15.2-15.3":0.0127,"15.4":0.02117,"15.5":0.03387,"15.6":0.27098,"16.0":0.05504,"16.1":0.04657,"16.2":0.04234,"16.3":0.09738,"16.4":0.03811,"16.5":0.06774,"16.6":0.45304,"17.0":0.02964,"17.1":0.05928,"17.2":0.05504,"17.3":0.06774,"17.4":0.16513,"17.5":0.34295,"17.6":2.1297,"18.0":0.51655,"18.1":0.70708,"18.2":0.0254},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00267,"5.0-5.1":0,"6.0-6.1":0.01068,"7.0-7.1":0.01335,"8.1-8.4":0,"9.0-9.2":0.01068,"9.3":0.03738,"10.0-10.2":0.00801,"10.3":0.0614,"11.0-11.2":0.72084,"11.3-11.4":0.01869,"12.0-12.1":0.01068,"12.2-12.5":0.28033,"13.0-13.1":0.00534,"13.2":0.07208,"13.3":0.01068,"13.4-13.7":0.04005,"14.0-14.4":0.0881,"14.5-14.8":0.12548,"15.0-15.1":0.07208,"15.2-15.3":0.06674,"15.4":0.08009,"15.5":0.09344,"15.6-15.8":1.00116,"16.0":0.18955,"16.1":0.40047,"16.2":0.2029,"16.3":0.3444,"16.4":0.06941,"16.5":0.13883,"16.6-16.7":1.31353,"17.0":0.09611,"17.1":0.16019,"17.2":0.13349,"17.3":0.2029,"17.4":0.43517,"17.5":1.30018,"17.6-17.7":11.23173,"18.0":3.9833,"18.1":3.50007,"18.2":0.1415},P:{"4":0.02123,"20":0.01062,"21":0.02123,"22":0.01062,"23":0.01062,"24":0.02123,"25":0.03185,"26":0.82801,"27":0.55201,_:"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 19.0","16.0":0.01062,"17.0":0.01062,"18.0":0.01062},I:{"0":0.06328,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00002,"4.4":0,"4.4.3-4.4.4":0.00008},A:{"6":0.01538,"8":0.00513,"9":0.02563,"11":0.05125,_:"7 10 5.5"},K:{"0":0.24213,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.00577,_:"3.0-3.1"},J:{_:"7 10"},Q:{"14.9":0.0173},O:{"0":0.05189},H:{"0":0},L:{"0":28.96847},R:{_:"0"},M:{"0":0.5765}};
1
+ module.exports={C:{"2":0.00502,"11":0.1254,"17":0.00502,"38":0.00502,"43":0.00502,"44":0.01003,"45":0.01003,"52":0.01003,"59":0.01003,"72":0.00502,"78":0.02508,"88":0.01003,"94":0.01505,"101":0.00502,"102":0.00502,"103":0.00502,"105":0.00502,"107":0.00502,"109":0.00502,"113":0.00502,"115":0.2207,"118":0.56681,"123":0.00502,"124":0.00502,"125":0.01505,"126":0.00502,"127":0.01003,"128":0.11035,"129":0.00502,"130":0.00502,"131":0.01003,"132":0.02006,"133":0.05518,"134":0.61195,"135":1.74557,"136":0.00502,_:"3 4 5 6 7 8 9 10 12 13 14 15 16 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 46 47 48 49 50 51 53 54 55 56 57 58 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 79 80 81 82 83 84 85 86 87 89 90 91 92 93 95 96 97 98 99 100 104 106 108 110 111 112 114 116 117 119 120 121 122 137 138 3.5 3.6"},D:{"35":0.00502,"36":0.00502,"39":0.00502,"40":0.00502,"41":0.00502,"42":0.00502,"43":0.00502,"44":0.00502,"45":0.00502,"47":0.00502,"48":0.03511,"49":0.02006,"50":0.00502,"51":0.00502,"52":0.01003,"53":0.00502,"54":0.00502,"55":0.00502,"56":0.06019,"57":0.00502,"58":0.00502,"59":0.00502,"60":0.00502,"66":0.02508,"67":0.00502,"70":0.00502,"72":0.00502,"74":0.01003,"75":0.00502,"76":0.01003,"77":0.01505,"78":0.01003,"79":0.10534,"80":0.01505,"81":0.08026,"83":0.08026,"84":0.01003,"85":0.01003,"86":0.01003,"87":0.06521,"88":0.01003,"89":0.00502,"90":0.01003,"91":0.10032,"92":0.01003,"93":0.03511,"94":0.02508,"95":0.00502,"96":0.01003,"97":0.03511,"98":0.00502,"99":0.02006,"100":0.00502,"101":0.02006,"102":0.00502,"103":0.19061,"104":0.07524,"105":0.01505,"106":0.0301,"107":0.04013,"108":0.07022,"109":0.49658,"110":0.03511,"111":0.04013,"112":0.06521,"113":0.10534,"114":0.13543,"115":0.05016,"116":0.20064,"117":0.27588,"118":0.04514,"119":0.06019,"120":0.12038,"121":0.3762,"122":0.13543,"123":0.07524,"124":0.29093,"125":2.17694,"126":0.74738,"127":0.52166,"128":0.26585,"129":0.22572,"130":0.3762,"131":2.61835,"132":10.16743,"133":8.56733,"134":0.0301,"135":0.0301,_:"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 37 38 46 61 62 63 64 65 68 69 71 73 136"},F:{"87":0.02006,"95":0.02508,"113":0.00502,"114":0.05016,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"17":0.00502,"18":0.00502,"92":0.00502,"107":0.00502,"108":0.00502,"109":0.07022,"110":0.00502,"111":0.00502,"112":0.00502,"114":0.00502,"118":0.00502,"119":0.00502,"120":0.01505,"121":0.01003,"122":0.00502,"123":0.00502,"124":0.00502,"125":0.00502,"126":0.01505,"127":0.01003,"128":0.01003,"129":0.01505,"130":0.06521,"131":0.26585,"132":2.98452,"133":4.06296,_:"12 13 14 15 16 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 113 115 116 117"},E:{"8":0.00502,"9":0.00502,"13":0.00502,"14":0.03511,"15":0.01003,_:"0 4 5 6 7 10 11 12 3.1 3.2 5.1 6.1 7.1 10.1","9.1":0.00502,"11.1":0.00502,"12.1":0.02006,"13.1":0.10032,"14.1":0.10032,"15.1":0.03511,"15.2-15.3":0.01003,"15.4":0.02006,"15.5":0.02508,"15.6":0.28591,"16.0":0.07524,"16.1":0.04514,"16.2":0.04013,"16.3":0.09029,"16.4":0.03511,"16.5":0.06019,"16.6":0.45646,"17.0":0.02508,"17.1":0.18559,"17.2":0.04514,"17.3":0.05518,"17.4":0.1254,"17.5":0.2207,"17.6":0.7825,"18.0":0.0953,"18.1":0.92294,"18.2":0.39125,"18.3":1.98132,"18.4":0.00502},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00503,"5.0-5.1":0.00252,"6.0-6.1":0.01509,"7.0-7.1":0.01258,"8.1-8.4":0,"9.0-9.2":0.00503,"9.3":0.03773,"10.0-10.2":0.00503,"10.3":0.05785,"11.0-11.2":0.19872,"11.3-11.4":0.01761,"12.0-12.1":0.01006,"12.2-12.5":0.26664,"13.0-13.1":0.00503,"13.2":0.00755,"13.3":0.01006,"13.4-13.7":0.03773,"14.0-14.4":0.08301,"14.5-14.8":0.11571,"15.0-15.1":0.06037,"15.2-15.3":0.06037,"15.4":0.07295,"15.5":0.08301,"15.6-15.8":1.02881,"16.0":0.14841,"16.1":0.3094,"16.2":0.15596,"16.3":0.28173,"16.4":0.06289,"16.5":0.11822,"16.6-16.7":1.22501,"17.0":0.07546,"17.1":0.13332,"17.2":0.10565,"17.3":0.14841,"17.4":0.30688,"17.5":0.72947,"17.6-17.7":2.39972,"18.0":0.70683,"18.1":6.49231,"18.2":2.0878,"18.3":7.44063,"18.4":0.01509},P:{"4":0.02153,"20":0.01076,"21":0.02153,"22":0.01076,"23":0.01076,"24":0.02153,"25":0.02153,"26":0.05381,"27":1.54987,_:"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 19.0","16.0":0.01076,"17.0":0.01076,"18.0":0.01076},I:{"0":0.07958,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00002,"4.4":0,"4.4.3-4.4.4":0.0001},K:{"0":0.30901,_:"10 11 12 11.1 11.5 12.1"},A:{"6":0.01176,"8":0.00588,"9":0.0294,"11":0.1235,_:"7 10 5.5"},S:{"2.5":0.00498,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":22.916},R:{_:"0"},M:{"0":0.67284},Q:{"14.9":0.01994},O:{"0":0.06479},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.00987,"68":0.02467,"74":0.00493,"78":0.0148,"83":0.00987,"88":0.0296,"91":0.00493,"99":0.00493,"102":0.00987,"105":0.00493,"106":0.00493,"108":0.00493,"111":0.00493,"113":0.0296,"114":0.0148,"115":0.21212,"118":0.00493,"120":0.00493,"121":0.02467,"125":0.00987,"126":0.00493,"127":0.02467,"128":0.0592,"129":0.0148,"130":0.00987,"131":0.10359,"132":1.69202,"133":0.17266,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 69 70 71 72 73 75 76 77 79 80 81 82 84 85 86 87 89 90 92 93 94 95 96 97 98 100 101 103 104 107 109 110 112 116 117 119 122 123 124 134 135 136 3.5 3.6"},D:{"38":0.0296,"47":0.01973,"49":0.0148,"55":0.01973,"58":0.00493,"62":0.00493,"63":0.00987,"65":0.00987,"69":0.00987,"70":0.00987,"71":0.00493,"72":0.00493,"73":0.0296,"74":0.0148,"75":0.00987,"78":0.00493,"79":0.01973,"80":0.0148,"81":0.00987,"83":0.01973,"85":0.00493,"86":0.11346,"87":0.0592,"88":0.03453,"89":0.00493,"90":0.0148,"91":0.01973,"93":0.01973,"94":0.03946,"95":0.00493,"98":0.00987,"99":0.00987,"100":0.00493,"101":0.00493,"102":0.00493,"103":0.0444,"104":0.00987,"105":0.01973,"106":0.0148,"107":0.00987,"108":0.02467,"109":1.85974,"110":0.0296,"111":0.01973,"112":0.0148,"113":0.00987,"114":0.0148,"115":0.00493,"116":0.074,"117":0.00493,"118":0.00493,"119":0.0444,"120":0.0444,"121":0.06413,"122":0.07893,"123":0.04933,"124":0.09866,"125":0.10853,"126":0.14799,"127":0.15292,"128":0.18252,"129":1.02606,"130":19.63827,"131":11.38043,"132":0.0148,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 43 44 45 46 48 50 51 52 53 54 56 57 59 60 61 64 66 67 68 76 77 84 92 96 97 133 134"},F:{"69":0.00493,"79":0.00493,"85":0.00493,"95":0.02467,"104":0.07893,"110":0.00493,"112":0.01973,"113":0.31078,"114":3.07326,_:"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 80 81 82 83 84 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 105 106 107 108 109 111 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"83":0.00493,"92":0.00987,"109":0.01973,"114":0.00493,"119":0.00493,"121":0.14306,"122":0.00987,"124":0.00493,"125":0.00493,"126":0.01973,"127":0.0148,"128":0.02467,"129":0.07893,"130":2.54543,"131":1.77095,_:"12 13 14 15 16 17 18 79 80 81 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 120 123"},E:{"13":0.00493,"14":0.00987,_:"0 4 5 6 7 8 9 10 11 12 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 15.2-15.3 18.2","5.1":0.00493,"12.1":0.00493,"13.1":0.01973,"14.1":0.0148,"15.1":0.0296,"15.4":0.00493,"15.5":0.00493,"15.6":0.04933,"16.0":0.00493,"16.1":0.0148,"16.2":0.00493,"16.3":0.00987,"16.4":0.00987,"16.5":0.0148,"16.6":0.08386,"17.0":0.0148,"17.1":0.00987,"17.2":0.00987,"17.3":0.00493,"17.4":0.03946,"17.5":0.11346,"17.6":0.38971,"18.0":0.23185,"18.1":0.21705},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00127,"5.0-5.1":0,"6.0-6.1":0.00509,"7.0-7.1":0.00636,"8.1-8.4":0,"9.0-9.2":0.00509,"9.3":0.01781,"10.0-10.2":0.00382,"10.3":0.02925,"11.0-11.2":0.34339,"11.3-11.4":0.0089,"12.0-12.1":0.00509,"12.2-12.5":0.13354,"13.0-13.1":0.00254,"13.2":0.03434,"13.3":0.00509,"13.4-13.7":0.01908,"14.0-14.4":0.04197,"14.5-14.8":0.05978,"15.0-15.1":0.03434,"15.2-15.3":0.0318,"15.4":0.03815,"15.5":0.04451,"15.6-15.8":0.47693,"16.0":0.0903,"16.1":0.19077,"16.2":0.09666,"16.3":0.16406,"16.4":0.03307,"16.5":0.06613,"16.6-16.7":0.62573,"17.0":0.04579,"17.1":0.07631,"17.2":0.06359,"17.3":0.09666,"17.4":0.20731,"17.5":0.61937,"17.6-17.7":5.35053,"18.0":1.89755,"18.1":1.66735,"18.2":0.06741},P:{"4":0.46743,"21":0.13504,"22":0.05194,"23":0.01039,"24":0.06232,"25":0.02077,"26":0.66479,"27":0.5713,_:"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.01039,"7.2-7.4":0.07271,"17.0":0.01039},I:{"0":0.01011,"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.00493,_:"6 7 8 9 10 5.5"},K:{"0":0.12161,_:"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.00507},H:{"0":0},L:{"0":36.60984},R:{_:"0"},M:{"0":0.27362}};
1
+ module.exports={C:{"52":0.00478,"68":0.01433,"74":0.00478,"78":0.00478,"82":0.00478,"83":0.00956,"88":0.01911,"91":0.01433,"102":0.00478,"109":0.00478,"111":0.00478,"113":0.03345,"114":0.00956,"115":0.21023,"120":0.00478,"121":0.01433,"125":0.02867,"127":0.00478,"128":0.05734,"129":0.00478,"130":0.01911,"131":0.00478,"132":0.00478,"133":0.03822,"134":0.33924,"135":1.1085,"136":0.00478,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 69 70 71 72 73 75 76 77 79 80 81 84 85 86 87 89 90 92 93 94 95 96 97 98 99 100 101 103 104 105 106 107 108 110 112 116 117 118 119 122 123 124 126 137 138 3.5 3.6"},D:{"38":0.01911,"47":0.00956,"49":0.01433,"55":0.00956,"62":0.00478,"65":0.00478,"70":0.00956,"71":0.00478,"72":0.00478,"73":0.01433,"74":0.00478,"75":0.00478,"79":0.01433,"80":0.02389,"81":0.01433,"83":0.00956,"85":0.00478,"86":0.09556,"87":0.02389,"88":0.01911,"89":0.00478,"90":0.00956,"91":0.01433,"92":0.00478,"93":0.00956,"94":0.03345,"95":0.00478,"96":0.00478,"97":0.00478,"98":0.00478,"99":0.03822,"102":0.00478,"103":0.03822,"104":0.00956,"105":0.01433,"106":0.01433,"107":0.00956,"108":0.03822,"109":1.37606,"110":0.02867,"111":0.00478,"112":0.00956,"113":0.00478,"114":0.00956,"116":0.04778,"117":0.00478,"118":0.00478,"119":0.03345,"120":0.01911,"121":0.03822,"122":0.06211,"123":0.03822,"124":0.086,"125":0.05734,"126":0.10034,"127":0.06211,"128":0.18634,"129":0.04778,"130":0.10989,"131":1.28528,"132":15.70529,"133":14.18588,"134":0.01433,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 43 44 45 46 48 50 51 52 53 54 56 57 58 59 60 61 63 64 66 67 68 69 76 77 78 84 100 101 115 135 136"},F:{"69":0.00478,"87":0.00478,"95":0.03345,"99":0.01433,"110":0.00478,"111":0.00478,"114":0.49213,_:"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 85 86 88 89 90 91 92 93 94 96 97 98 100 101 102 103 104 105 106 107 108 109 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"83":0.00478,"92":0.00956,"109":0.00956,"120":0.00478,"122":0.00956,"124":0.00956,"125":0.00478,"126":0.00956,"128":0.00478,"129":0.00478,"130":0.03822,"131":0.08123,"132":1.29484,"133":2.41289,_:"12 13 14 15 16 17 18 79 80 81 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 121 123 127"},E:{"13":0.00478,"14":0.01433,_:"0 4 5 6 7 8 9 10 11 12 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 15.2-15.3 16.0 18.4","5.1":0.00478,"13.1":0.02389,"14.1":0.01433,"15.1":0.05256,"15.4":0.00478,"15.5":0.00478,"15.6":0.06689,"16.1":0.00956,"16.2":0.02389,"16.3":0.01911,"16.4":0.02389,"16.5":0.01433,"16.6":0.06211,"17.0":0.00478,"17.1":0.01911,"17.2":0.00478,"17.3":0.00478,"17.4":0.01911,"17.5":0.06689,"17.6":0.11945,"18.0":0.05734,"18.1":0.30579,"18.2":0.06689,"18.3":0.46347},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00234,"5.0-5.1":0.00117,"6.0-6.1":0.00702,"7.0-7.1":0.00585,"8.1-8.4":0,"9.0-9.2":0.00234,"9.3":0.01755,"10.0-10.2":0.00234,"10.3":0.02692,"11.0-11.2":0.09245,"11.3-11.4":0.00819,"12.0-12.1":0.00468,"12.2-12.5":0.12405,"13.0-13.1":0.00234,"13.2":0.00351,"13.3":0.00468,"13.4-13.7":0.01755,"14.0-14.4":0.03862,"14.5-14.8":0.05383,"15.0-15.1":0.02809,"15.2-15.3":0.02809,"15.4":0.03394,"15.5":0.03862,"15.6-15.8":0.47863,"16.0":0.06904,"16.1":0.14394,"16.2":0.07256,"16.3":0.13107,"16.4":0.02926,"16.5":0.055,"16.6-16.7":0.56991,"17.0":0.03511,"17.1":0.06202,"17.2":0.04915,"17.3":0.06904,"17.4":0.14277,"17.5":0.33937,"17.6-17.7":1.11642,"18.0":0.32884,"18.1":3.02042,"18.2":0.97131,"18.3":3.4616,"18.4":0.00702},P:{"4":0.0105,"21":0.13651,"22":0.021,"23":0.021,"24":0.07351,"25":0.0315,"26":0.042,"27":1.49115,_:"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 19.0","7.2-7.4":0.06301,"18.0":0.0315},I:{"0":0.01042,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00001},K:{"0":0.094,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00956,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":40.25159},R:{_:"0"},M:{"0":0.21932},Q:{_:"14.9"},O:{"0":0.00522},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.02706,"68":0.00773,"79":0.0116,"91":0.00387,"103":0.00387,"106":0.00387,"110":0.00387,"111":0.00773,"115":0.15851,"122":0.00387,"123":0.00387,"124":0.00387,"125":0.00773,"126":0.00387,"127":0.00773,"128":0.03479,"129":0.00773,"130":0.00387,"131":0.03866,"132":0.68815,"133":0.06186,"134":0.00387,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 86 87 88 89 90 92 93 94 95 96 97 98 99 100 101 102 104 105 107 108 109 112 113 114 116 117 118 119 120 121 135 136 3.5 3.6"},D:{"11":0.00387,"39":0.00387,"47":0.00387,"48":0.00387,"49":0.03093,"56":0.00387,"58":1.03609,"62":0.00387,"64":0.00387,"66":0.01933,"69":0.00387,"70":0.00387,"72":0.00387,"73":0.01546,"74":0.00387,"78":0.00387,"79":0.0116,"80":0.00773,"81":0.00387,"83":0.03093,"84":0.00387,"85":0.00387,"86":0.00387,"87":0.01546,"89":0.00773,"90":0.00387,"91":0.0116,"92":0.00387,"93":0.00387,"94":0.06959,"96":0.00387,"97":0.00773,"98":0.00773,"99":0.00387,"100":0.0116,"101":0.00773,"102":0.00773,"103":0.00773,"104":0.00773,"105":0.01933,"106":0.41753,"107":0.02706,"108":0.01933,"109":2.26548,"110":0.00773,"111":0.0232,"112":0.01546,"113":0.0116,"114":0.02706,"115":0.00773,"116":0.01933,"117":0.00773,"118":0.11598,"119":0.03093,"120":0.03866,"121":0.05412,"122":0.06959,"123":0.03479,"124":0.10438,"125":0.04639,"126":0.08119,"127":0.06572,"128":0.66495,"129":0.35954,"130":11.75651,"131":8.29257,"132":0.00773,"133":0.00773,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 40 41 42 43 44 45 46 50 51 52 53 54 55 57 59 60 61 63 65 67 68 71 75 76 77 88 95 134"},F:{"36":0.00387,"42":0.00387,"53":0.00387,"56":0.00387,"62":0.00387,"67":0.00387,"79":0.0232,"83":0.02706,"85":0.00773,"86":0.00387,"87":0.00387,"90":0.00387,"95":0.05412,"96":0.00773,"101":0.00387,"104":0.00387,"105":0.03093,"106":0.00387,"108":0.00387,"109":0.00387,"110":0.00387,"111":0.00387,"112":0.05026,"113":0.11598,"114":0.4098,_:"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 43 44 45 46 47 48 49 50 51 52 54 55 57 58 60 63 64 65 66 68 69 70 71 72 73 74 75 76 77 78 80 81 82 84 88 89 91 92 93 94 97 98 99 100 102 103 107 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 12.1","11.6":0.00387},B:{"14":0.00387,"15":0.00387,"16":0.00387,"18":0.03093,"84":0.00387,"89":0.00387,"90":0.00387,"92":0.03479,"100":0.00773,"108":0.0116,"109":0.0116,"112":0.00387,"114":0.00387,"115":0.00387,"116":0.00387,"117":0.00387,"119":0.00387,"120":0.00387,"121":0.00387,"122":0.00773,"123":0.0116,"124":0.0116,"125":0.0116,"126":0.0116,"127":0.00387,"128":0.01546,"129":0.04253,"130":1.7165,"131":1.33764,_:"12 13 17 79 80 81 83 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 110 111 113 118"},E:{"15":0.00773,_:"0 4 5 6 7 8 9 10 11 12 13 14 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 15.2-15.3 15.5 16.0","5.1":0.58377,"13.1":0.00773,"14.1":0.0116,"15.1":0.00387,"15.4":0.00773,"15.6":0.03866,"16.1":0.0116,"16.2":0.00387,"16.3":0.0232,"16.4":0.00387,"16.5":0.00387,"16.6":0.04639,"17.0":0.00387,"17.1":0.03479,"17.2":0.00773,"17.3":0.0116,"17.4":0.01546,"17.5":0.03866,"17.6":0.20876,"18.0":0.10825,"18.1":0.17397,"18.2":0.00387},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00065,"5.0-5.1":0,"6.0-6.1":0.00258,"7.0-7.1":0.00323,"8.1-8.4":0,"9.0-9.2":0.00258,"9.3":0.00903,"10.0-10.2":0.00194,"10.3":0.01484,"11.0-11.2":0.17423,"11.3-11.4":0.00452,"12.0-12.1":0.00258,"12.2-12.5":0.06776,"13.0-13.1":0.00129,"13.2":0.01742,"13.3":0.00258,"13.4-13.7":0.00968,"14.0-14.4":0.02129,"14.5-14.8":0.03033,"15.0-15.1":0.01742,"15.2-15.3":0.01613,"15.4":0.01936,"15.5":0.02259,"15.6-15.8":0.24199,"16.0":0.04582,"16.1":0.09679,"16.2":0.04904,"16.3":0.08324,"16.4":0.01678,"16.5":0.03356,"16.6-16.7":0.31749,"17.0":0.02323,"17.1":0.03872,"17.2":0.03226,"17.3":0.04904,"17.4":0.10518,"17.5":0.31426,"17.6-17.7":2.71476,"18.0":0.96278,"18.1":0.84598,"18.2":0.0342},P:{"4":0.26397,"20":0.05076,"21":0.07107,"22":0.08122,"23":0.10153,"24":0.13199,"25":0.08122,"26":0.79192,"27":0.41627,"5.0-5.4":0.02031,"6.2-6.4":0.08122,"7.2-7.4":0.13199,_:"8.2 9.2 10.1 12.0","11.1-11.2":0.01015,"13.0":0.01015,"14.0":0.01015,"15.0":0.01015,"16.0":0.02031,"17.0":0.04061,"18.0":0.01015,"19.0":0.02031},I:{"0":0.01224,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00002},A:{"9":0.00657,"11":0.09858,_:"6 7 8 10 5.5"},K:{"0":0.57046,_:"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.02454},O:{"0":1.89541},H:{"0":0},L:{"0":48.34537},R:{_:"0"},M:{"0":0.06134}};
1
+ module.exports={C:{"52":0.07285,"68":0.00383,"100":0.00383,"102":0.00383,"103":0.00383,"106":0.00383,"107":0.0115,"113":0.023,"115":0.17253,"119":0.00383,"124":0.00383,"125":0.00383,"127":0.00383,"128":0.05751,"129":0.00383,"130":0.00383,"131":0.00383,"132":0.00767,"133":0.0115,"134":0.21854,"135":0.60577,"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 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 101 104 105 108 109 110 111 112 114 116 117 118 120 121 122 123 126 137 138 3.5 3.6"},D:{"11":0.00383,"35":0.00383,"39":0.00383,"40":0.00383,"41":0.00383,"42":0.00383,"43":0.00383,"44":0.00383,"45":0.00383,"46":0.00383,"47":0.00383,"48":0.00383,"49":0.05368,"50":0.00383,"51":0.00383,"52":0.00383,"53":0.00383,"54":0.00383,"55":0.00383,"56":0.00767,"57":0.00383,"58":0.0115,"59":0.00383,"60":0.00383,"61":0.00383,"64":0.00383,"66":0.0115,"68":0.00383,"69":0.01534,"70":0.00383,"71":0.00383,"72":0.00383,"73":0.00383,"74":0.00383,"75":0.00383,"78":0.00383,"79":0.01917,"80":0.00767,"81":0.00383,"83":0.04217,"84":0.00383,"85":0.00767,"86":0.00383,"87":0.03834,"88":0.00383,"89":0.01534,"90":0.00767,"91":0.01534,"93":0.00383,"94":0.11502,"96":0.00383,"97":0.00383,"98":0.0115,"99":0.00383,"100":0.00383,"101":0.01534,"102":0.03451,"103":0.01917,"104":0.05368,"105":0.04217,"106":0.08051,"107":0.03067,"108":0.04217,"109":2.22372,"110":0.03067,"111":0.03451,"112":0.01534,"113":0.023,"114":0.0115,"115":0.00383,"116":0.01534,"117":0.00383,"118":0.06901,"119":0.02684,"120":0.10352,"121":0.02684,"122":0.09585,"123":0.023,"124":0.09202,"125":0.01534,"126":0.05751,"127":0.03834,"128":0.04601,"129":0.06901,"130":0.07285,"131":0.54059,"132":10.19077,"133":10.1831,"134":0.00767,"135":0.0115,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 36 37 38 62 63 65 67 76 77 92 95 136"},F:{"36":0.00383,"42":0.00383,"44":0.00383,"45":0.00383,"46":0.00383,"53":0.023,"76":0.00383,"79":0.01534,"85":0.00383,"87":0.023,"88":0.00383,"95":0.03067,"104":0.00383,"108":0.00383,"112":0.01534,"114":0.023,_:"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 43 47 48 49 50 51 52 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 77 78 80 81 82 83 84 86 89 90 91 92 93 94 96 97 98 99 100 101 102 103 105 106 107 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:{"14":0.00383,"16":0.00383,"18":0.023,"84":0.00767,"86":0.00383,"88":0.00383,"89":0.00383,"92":0.03067,"100":0.00383,"108":0.00767,"109":0.07668,"110":0.00383,"111":0.00383,"112":0.00383,"114":0.01534,"115":0.00383,"116":0.00383,"120":0.00767,"121":0.00383,"122":0.00767,"123":0.00383,"124":0.00383,"125":0.00767,"126":0.0115,"127":0.00383,"128":0.00767,"129":0.00767,"130":0.01917,"131":0.06901,"132":1.15403,"133":1.65629,_:"12 13 15 17 79 80 81 83 85 87 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 113 117 118 119"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.5 16.0 16.2 18.4","5.1":0.08051,"13.1":0.00383,"14.1":0.00383,"15.4":0.01534,"15.6":0.04217,"16.1":0.00383,"16.3":0.0115,"16.4":0.00383,"16.5":0.00383,"16.6":0.01917,"17.0":0.00767,"17.1":0.00767,"17.2":0.00767,"17.3":0.00767,"17.4":0.01534,"17.5":0.85115,"17.6":0.07668,"18.0":0.023,"18.1":0.08818,"18.2":0.06901,"18.3":0.2032},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00144,"5.0-5.1":0.00072,"6.0-6.1":0.00431,"7.0-7.1":0.00359,"8.1-8.4":0,"9.0-9.2":0.00144,"9.3":0.01078,"10.0-10.2":0.00144,"10.3":0.01654,"11.0-11.2":0.0568,"11.3-11.4":0.00503,"12.0-12.1":0.00288,"12.2-12.5":0.07621,"13.0-13.1":0.00144,"13.2":0.00216,"13.3":0.00288,"13.4-13.7":0.01078,"14.0-14.4":0.02373,"14.5-14.8":0.03307,"15.0-15.1":0.01725,"15.2-15.3":0.01725,"15.4":0.02085,"15.5":0.02373,"15.6-15.8":0.29405,"16.0":0.04242,"16.1":0.08843,"16.2":0.04458,"16.3":0.08052,"16.4":0.01797,"16.5":0.03379,"16.6-16.7":0.35013,"17.0":0.02157,"17.1":0.0381,"17.2":0.0302,"17.3":0.04242,"17.4":0.08771,"17.5":0.2085,"17.6-17.7":0.68588,"18.0":0.20203,"18.1":1.85562,"18.2":0.59673,"18.3":2.12667,"18.4":0.00431},P:{"4":0.22511,"20":0.02046,"21":0.0307,"22":0.06139,"23":0.07163,"24":0.09209,"25":0.10232,"26":0.19442,"27":1.14603,"5.0-5.4":0.0307,"6.2-6.4":0.06139,"7.2-7.4":0.15349,_:"8.2 9.2 10.1 12.0","11.1-11.2":0.01023,"13.0":0.01023,"14.0":0.02046,"15.0":0.01023,"16.0":0.01023,"17.0":0.08186,"18.0":0.01023,"19.0":0.02046},I:{"0":0.01231,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00001},K:{"0":0.82008,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.00575,"9":0.00575,"11":0.07476,_:"6 7 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":48.07461},R:{_:"0"},M:{"0":0.05549},Q:{"14.9":0.02466},O:{"0":2.66988},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"115":1.1625,"130":0.00938,"131":6.16875,"132":12.3375,"133":0.08438,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 127 128 129 134 135 136 3.5 3.6"},D:{"86":0.00938,"103":0.00938,"107":0.02813,"109":17.75625,"113":0.00938,"120":0.1125,"122":0.6375,"128":0.04688,"129":0.45938,"130":18.05625,"131":9.73125,_:"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 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 104 105 106 108 110 111 112 114 115 116 117 118 119 121 123 124 125 126 127 132 133 134"},F:{"114":0.08438,_:"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:{"17":0.0375,"129":0.02813,"130":5.95313,"131":18.81563,_:"12 13 14 15 16 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 17.3 17.4 18.2","13.1":0.17813,"14.1":0.00938,"15.6":0.04688,"16.6":0.0375,"17.1":0.04688,"17.5":0.35625,"17.6":0.225,"18.0":0.53438,"18.1":0.64688},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00021,"5.0-5.1":0,"6.0-6.1":0.00085,"7.0-7.1":0.00107,"8.1-8.4":0,"9.0-9.2":0.00085,"9.3":0.00298,"10.0-10.2":0.00064,"10.3":0.0049,"11.0-11.2":0.05752,"11.3-11.4":0.00149,"12.0-12.1":0.00085,"12.2-12.5":0.02237,"13.0-13.1":0.00043,"13.2":0.00575,"13.3":0.00085,"13.4-13.7":0.0032,"14.0-14.4":0.00703,"14.5-14.8":0.01001,"15.0-15.1":0.00575,"15.2-15.3":0.00533,"15.4":0.00639,"15.5":0.00746,"15.6-15.8":0.07989,"16.0":0.01512,"16.1":0.03195,"16.2":0.01619,"16.3":0.02748,"16.4":0.00554,"16.5":0.01108,"16.6-16.7":0.10481,"17.0":0.00767,"17.1":0.01278,"17.2":0.01065,"17.3":0.01619,"17.4":0.03472,"17.5":0.10374,"17.6-17.7":0.89621,"18.0":0.31784,"18.1":0.27928,"18.2":0.01129},P:{"26":0.0409,"27":0.05112,_:"4 20 21 22 23 24 25 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},A:{_:"6 7 8 9 10 11 5.5"},K:{"0":0.02629,_:"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":4.01141},R:{_:"0"},M:{_:"0"}};
1
+ module.exports={C:{"115":0.43305,"128":0.03464,"134":2.044,"135":6.33119,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 127 129 130 131 132 133 136 137 138 3.5 3.6"},D:{"109":0.46769,"110":0.06929,"116":0.60627,"122":2.07864,"123":0.03464,"128":0.03464,"129":0.03464,"130":0.06929,"131":0.8228,"132":24.83975,"133":34.10702,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 111 112 113 114 115 117 118 119 120 121 124 125 126 127 134 135 136"},F:{_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.38975,"132":3.00537,"133":4.65096,_:"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 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131"},E:{"11":0.03464,_:"0 4 5 6 7 8 9 10 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 12.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 17.0 17.2 17.3 17.4 18.0 18.4","11.1":0.03464,"13.1":0.03464,"15.6":0.06929,"16.5":0.03464,"16.6":0.06929,"17.1":0.32046,"17.5":0.03464,"17.6":0.50234,"18.1":2.044,"18.2":0.10393,"18.3":2.93608},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.03332,"11.3-11.4":0.00295,"12.0-12.1":0.00169,"12.2-12.5":0.0447,"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.0194,"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.17249,"16.0":0.02488,"16.1":0.05187,"16.2":0.02615,"16.3":0.04723,"16.4":0.01054,"16.5":0.01982,"16.6-16.7":0.20539,"17.0":0.01265,"17.1":0.02235,"17.2":0.01771,"17.3":0.02488,"17.4":0.05145,"17.5":0.1223,"17.6-17.7":0.40234,"18.0":0.11851,"18.1":1.0885,"18.2":0.35004,"18.3":1.2475,"18.4":0.00253},P:{"27":0.65428,_:"4 20 21 22 23 24 25 26 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":8.75803},R:{_:"0"},M:{"0":0.03613},Q:{_:"14.9"},O:{_:"0"},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.00386,"65":0.00386,"78":0.00386,"89":0.00386,"112":0.00386,"113":0.04241,"115":0.02699,"121":0.00386,"122":0.00386,"123":0.00386,"129":0.02313,"130":0.02313,"131":0.39707,"132":2.52503,"133":0.09252,_:"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 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 114 116 117 118 119 120 124 125 126 127 128 134 135 136 3.5 3.6"},D:{"45":0.00386,"46":0.00386,"51":0.00386,"56":0.00386,"57":0.00386,"74":0.02313,"75":0.00386,"76":0.02313,"79":0.03855,"83":0.06554,"87":0.13493,"88":0.00386,"89":0.08481,"91":0.01157,"93":0.04241,"94":0.01157,"95":0.00771,"102":0.01157,"103":0.06554,"104":0.01928,"105":0.01157,"109":0.56669,"112":0.06939,"113":0.00386,"114":0.00771,"115":0.04241,"116":0.05397,"117":0.1118,"118":0.00386,"119":0.05012,"120":0.01542,"121":0.00386,"122":0.03084,"123":0.01928,"124":0.06939,"125":0.03084,"126":0.07325,"127":0.35852,"128":0.37008,"129":1.13723,"130":10.55499,"131":5.8943,"132":0.03084,_:"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 47 48 49 50 52 53 54 55 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 77 78 80 81 84 85 86 90 92 96 97 98 99 100 101 106 107 108 110 111 133 134"},F:{"84":0.01157,"85":0.06168,"95":0.00386,"113":0.01928,"114":0.68234,_:"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 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.00771,"92":0.01542,"100":0.00771,"109":0.01157,"114":0.01157,"119":0.00386,"121":0.00771,"123":0.01157,"124":0.00386,"127":0.00386,"128":0.04241,"129":0.13493,"130":5.09631,"131":2.70621,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 120 122 125 126"},E:{"14":0.00386,_:"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 15.1 15.2-15.3 15.4 16.0 16.2 18.2","12.1":0.01157,"13.1":0.19661,"14.1":0.03855,"15.5":0.00386,"15.6":0.08096,"16.1":0.00386,"16.3":0.08096,"16.4":0.01157,"16.5":0.05012,"16.6":0.39321,"17.0":0.00386,"17.1":0.02313,"17.2":0.01157,"17.3":0.01542,"17.4":0.09638,"17.5":0.17348,"17.6":0.68619,"18.0":0.8481,"18.1":0.64764},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00122,"5.0-5.1":0,"6.0-6.1":0.00488,"7.0-7.1":0.0061,"8.1-8.4":0,"9.0-9.2":0.00488,"9.3":0.01708,"10.0-10.2":0.00366,"10.3":0.02805,"11.0-11.2":0.32934,"11.3-11.4":0.00854,"12.0-12.1":0.00488,"12.2-12.5":0.12808,"13.0-13.1":0.00244,"13.2":0.03293,"13.3":0.00488,"13.4-13.7":0.0183,"14.0-14.4":0.04025,"14.5-14.8":0.05733,"15.0-15.1":0.03293,"15.2-15.3":0.03049,"15.4":0.03659,"15.5":0.04269,"15.6-15.8":0.45742,"16.0":0.0866,"16.1":0.18297,"16.2":0.0927,"16.3":0.15735,"16.4":0.03171,"16.5":0.06343,"16.6-16.7":0.60013,"17.0":0.04391,"17.1":0.07319,"17.2":0.06099,"17.3":0.0927,"17.4":0.19882,"17.5":0.59403,"17.6-17.7":5.13162,"18.0":1.81992,"18.1":1.59913,"18.2":0.06465},P:{"4":0.10978,"21":0.13173,"22":0.06587,"23":0.03293,"24":0.03293,"25":0.01098,"26":1.60274,"27":1.18559,_:"20 6.2-6.4 7.2-7.4 8.2 10.1 12.0 13.0 16.0 17.0 18.0 19.0","5.0-5.4":0.01098,"9.2":0.02196,"11.1-11.2":0.01098,"14.0":0.01098,"15.0":0.01098},I:{"0":0.00613,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00001},A:{"10":0.01542,"11":0.01542,_:"6 7 8 9 5.5"},K:{"0":0.22737,_:"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.20279},H:{"0":0},L:{"0":47.8946},R:{_:"0"},M:{"0":0.17206}};
1
+ module.exports={C:{"78":0.00848,"88":0.00424,"113":0.01272,"115":0.06784,"128":0.02544,"130":0.00424,"133":0.12296,"134":0.35192,"135":1.90376,_:"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 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 114 116 117 118 119 120 121 122 123 124 125 126 127 129 131 132 136 137 138 3.5 3.6"},D:{"39":0.00424,"40":0.00424,"41":0.00424,"42":0.00424,"44":0.00424,"45":0.00424,"46":0.00848,"48":0.00424,"49":0.00424,"50":0.00848,"54":0.00424,"56":0.00424,"57":0.00424,"58":0.00424,"59":0.00424,"60":0.00424,"65":0.00424,"70":0.00424,"74":0.00848,"75":0.02544,"76":0.00424,"78":0.00424,"79":0.02544,"83":0.01696,"85":0.01696,"86":0.00424,"87":0.0424,"91":0.0424,"93":0.0636,"94":0.00848,"95":0.00424,"102":0.00848,"103":0.13144,"104":0.03392,"109":1.06848,"110":0.02544,"111":0.00848,"112":0.02544,"114":0.00424,"116":0.11448,"118":0.00848,"119":0.01272,"120":0.0212,"121":0.00424,"122":0.03392,"123":0.03392,"124":0.106,"125":0.00848,"126":0.22896,"127":0.04664,"128":0.0848,"129":0.07208,"130":0.04664,"131":1.14904,"132":9.3492,"133":9.14992,"134":0.08904,_:"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 43 47 51 52 53 55 61 62 63 64 66 67 68 69 71 72 73 77 80 81 84 88 89 90 92 96 97 98 99 100 101 105 106 107 108 113 115 117 135 136"},F:{"63":0.00848,"87":0.03816,"114":0.01272,_:"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 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.00424,"92":0.03392,"109":0.00424,"122":0.01272,"124":0.00848,"128":0.00424,"130":0.00848,"131":0.05088,"132":4.10432,"133":2.82808,_:"12 13 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 123 125 126 127 129"},E:{"14":0.01696,_:"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 17.0 18.4","13.1":1.39496,"14.1":0.05936,"15.1":0.02968,"15.2-15.3":0.00424,"15.4":0.01272,"15.5":0.00424,"15.6":0.47064,"16.0":0.01272,"16.1":0.02544,"16.2":0.0212,"16.3":0.01272,"16.4":0.00848,"16.5":0.00424,"16.6":0.3816,"17.1":0.29256,"17.2":0.00848,"17.3":0.01272,"17.4":0.03392,"17.5":0.09328,"17.6":0.43672,"18.0":0.00848,"18.1":1.43312,"18.2":0.37736,"18.3":1.31016},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00298,"5.0-5.1":0.00149,"6.0-6.1":0.00893,"7.0-7.1":0.00744,"8.1-8.4":0,"9.0-9.2":0.00298,"9.3":0.02232,"10.0-10.2":0.00298,"10.3":0.03423,"11.0-11.2":0.11756,"11.3-11.4":0.01042,"12.0-12.1":0.00595,"12.2-12.5":0.15774,"13.0-13.1":0.00298,"13.2":0.00446,"13.3":0.00595,"13.4-13.7":0.02232,"14.0-14.4":0.04911,"14.5-14.8":0.06845,"15.0-15.1":0.03571,"15.2-15.3":0.03571,"15.4":0.04315,"15.5":0.04911,"15.6-15.8":0.60862,"16.0":0.0878,"16.1":0.18303,"16.2":0.09226,"16.3":0.16666,"16.4":0.0372,"16.5":0.06994,"16.6-16.7":0.72469,"17.0":0.04464,"17.1":0.07887,"17.2":0.0625,"17.3":0.0878,"17.4":0.18154,"17.5":0.43154,"17.6-17.7":1.41962,"18.0":0.41815,"18.1":3.8407,"18.2":1.2351,"18.3":4.4017,"18.4":0.00893},P:{"4":0.11761,"20":0.01069,"21":0.05346,"22":0.01069,"23":0.03208,"24":0.02138,"25":0.03208,"26":0.05346,"27":1.96729,"5.0-5.4":0.03208,_:"6.2-6.4 8.2 9.2 10.1 12.0 13.0 14.0 15.0 16.0 18.0","7.2-7.4":0.03208,"11.1-11.2":0.02138,"17.0":0.02138,"19.0":0.02138},I:{"0":0.04025,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00005},K:{"0":0.30533,_:"10 11 12 11.1 11.5 12.1"},A:{"10":0.00424,_:"6 7 8 9 11 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":42.59566},R:{_:"0"},M:{"0":0.09794},Q:{_:"14.9"},O:{"0":0.08642},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"4":1.79084,"52":0.16525,"60":0.00384,"68":0.00769,"69":0.00384,"72":0.00384,"75":0.00384,"78":0.01153,"88":0.00384,"91":0.00769,"100":0.00384,"103":0.01153,"106":0.00769,"109":0.00769,"110":0.00384,"111":0.00384,"112":0.00769,"113":0.00769,"115":0.6341,"118":0.00384,"119":0.00384,"120":0.00384,"121":0.00384,"122":0.01153,"123":0.03074,"124":0.00384,"125":0.00384,"126":0.00769,"127":0.01153,"128":0.0538,"129":0.01537,"130":0.01922,"131":0.06533,"132":0.99918,"133":0.09608,_:"2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 61 62 63 64 65 66 67 70 71 73 74 76 77 79 80 81 82 83 84 85 86 87 89 90 92 93 94 95 96 97 98 99 101 102 104 105 107 108 114 116 117 134 135 136 3.5 3.6"},D:{"47":0.0269,"48":0.00384,"49":0.07302,"63":0.00384,"65":0.01153,"66":0.02306,"67":0.00384,"68":0.00384,"69":0.03459,"70":0.01153,"71":0.00384,"72":0.00769,"73":0.0538,"74":0.00384,"75":0.01537,"76":0.00769,"77":0.00769,"78":0.00384,"79":0.02306,"80":0.00384,"81":0.02306,"83":0.04227,"84":0.01153,"85":0.02306,"86":0.01922,"87":0.05765,"88":0.03459,"89":0.00384,"90":0.01153,"91":0.0807,"92":0.00769,"93":0.03074,"94":0.03843,"95":0.00769,"96":0.0269,"97":0.01922,"98":0.06533,"99":0.00769,"100":0.01153,"101":0.01922,"102":0.00769,"103":0.06917,"104":0.00769,"105":0.03074,"106":0.02306,"107":0.01537,"108":0.05765,"109":4.81528,"110":0.06149,"111":0.01922,"112":0.01537,"113":0.00769,"114":0.03843,"115":0.00384,"116":0.1076,"117":0.00769,"118":0.12682,"119":0.04227,"120":0.06917,"121":0.06149,"122":0.11145,"123":0.06917,"124":0.09223,"125":0.08455,"126":0.14603,"127":0.07686,"128":0.14219,"129":0.37277,"130":9.45762,"131":6.24488,"132":0.00384,"133":0.00384,_:"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 50 51 52 53 54 55 56 57 58 59 60 61 62 64 134"},F:{"79":0.00769,"81":0.00384,"85":0.04612,"86":0.00384,"95":0.17678,"102":0.00769,"112":0.00384,"113":0.13835,"114":1.89076,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 82 83 84 87 88 89 90 91 92 93 94 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"15":0.01153,"16":0.00384,"17":0.00384,"18":0.01537,"79":0.00384,"84":0.00384,"85":0.00384,"89":0.00384,"92":0.03843,"100":0.00384,"103":0.00384,"106":0.00384,"107":0.00769,"109":0.06917,"111":0.00384,"112":0.00384,"113":0.00384,"114":0.01153,"116":0.00769,"117":0.00769,"118":0.00384,"120":0.00384,"121":0.01153,"122":0.01922,"123":0.00384,"124":0.00769,"125":0.01153,"126":0.00769,"127":0.01537,"128":0.0269,"129":0.06917,"130":1.86001,"131":1.39117,_:"12 13 14 80 81 83 86 87 88 90 91 93 94 95 96 97 98 99 101 102 104 105 108 110 115 119"},E:{"14":0.00384,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 18.2","5.1":0.02306,"13.1":0.01153,"14.1":0.02306,"15.4":0.00769,"15.5":0.00384,"15.6":0.04227,"16.0":0.00384,"16.1":0.00384,"16.2":0.00384,"16.3":0.00769,"16.4":0.00384,"16.5":0.00384,"16.6":0.04227,"17.0":0.00384,"17.1":0.01153,"17.2":0.00769,"17.3":0.0269,"17.4":0.0269,"17.5":0.02306,"17.6":0.10376,"18.0":0.07302,"18.1":0.06149},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0004,"5.0-5.1":0,"6.0-6.1":0.00158,"7.0-7.1":0.00198,"8.1-8.4":0,"9.0-9.2":0.00158,"9.3":0.00553,"10.0-10.2":0.00119,"10.3":0.00909,"11.0-11.2":0.10671,"11.3-11.4":0.00277,"12.0-12.1":0.00158,"12.2-12.5":0.0415,"13.0-13.1":0.00079,"13.2":0.01067,"13.3":0.00158,"13.4-13.7":0.00593,"14.0-14.4":0.01304,"14.5-14.8":0.01858,"15.0-15.1":0.01067,"15.2-15.3":0.00988,"15.4":0.01186,"15.5":0.01383,"15.6-15.8":0.14821,"16.0":0.02806,"16.1":0.05928,"16.2":0.03004,"16.3":0.05098,"16.4":0.01028,"16.5":0.02055,"16.6-16.7":0.19445,"17.0":0.01423,"17.1":0.02371,"17.2":0.01976,"17.3":0.03004,"17.4":0.06442,"17.5":0.19247,"17.6-17.7":1.66267,"18.0":0.58966,"18.1":0.51813,"18.2":0.02095},P:{"4":0.09825,"21":0.02183,"22":0.03275,"23":0.01092,"24":0.01092,"25":0.02183,"26":0.25108,"27":0.20742,_:"20 5.0-5.4 8.2 10.1 11.1-11.2 12.0 14.0 15.0 18.0","6.2-6.4":0.01092,"7.2-7.4":0.04367,"9.2":0.01092,"13.0":0.02183,"16.0":0.01092,"17.0":0.04367,"19.0":0.02183},I:{"0":0.01843,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00002},A:{"8":0.00419,"9":0.00419,"11":0.03773,_:"6 7 10 5.5"},K:{"0":0.40014,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.02462,_:"3.0-3.1"},J:{_:"7 10"},Q:{_:"14.9"},O:{"0":0.0554},H:{"0":0},L:{"0":60.37212},R:{_:"0"},M:{"0":0.12928}};
1
+ module.exports={C:{"4":1.1396,"52":0.0924,"56":0.00385,"60":0.0077,"62":0.00385,"68":0.0077,"69":0.00385,"72":0.00385,"75":0.0077,"78":0.01155,"88":0.00385,"91":0.00385,"99":0.00385,"100":0.00385,"102":0.00385,"105":0.00385,"106":0.01155,"108":0.00385,"110":0.00385,"113":0.01155,"115":0.6237,"118":0.00385,"120":0.00385,"121":0.00385,"123":0.00385,"125":0.00385,"126":0.02695,"127":0.0077,"128":0.0924,"129":0.00385,"130":0.00385,"131":0.0077,"132":0.0077,"133":0.0231,"134":0.2772,"135":0.99715,"136":0.05775,_:"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 57 58 59 61 63 64 65 66 67 70 71 73 74 76 77 79 80 81 82 83 84 85 86 87 89 90 92 93 94 95 96 97 98 101 103 104 107 109 111 112 114 116 117 119 122 124 137 138 3.5 3.6"},D:{"22":0.00385,"45":0.00385,"47":0.0077,"49":0.0924,"50":0.00385,"63":0.00385,"65":0.0077,"66":0.02695,"69":0.02695,"70":0.00385,"71":0.0077,"72":0.0077,"73":0.02695,"75":0.01155,"76":0.0077,"77":0.01155,"78":0.01155,"79":0.01925,"80":0.00385,"81":0.01155,"83":0.01155,"84":0.0077,"85":0.02695,"86":0.0077,"87":0.0308,"88":0.0077,"89":0.0077,"90":0.0077,"91":0.0154,"92":0.01925,"93":0.0231,"94":0.02695,"95":0.00385,"96":0.01155,"97":0.0077,"98":0.01925,"100":0.0077,"101":0.0231,"102":0.0077,"103":0.077,"104":0.077,"105":0.01155,"106":0.01925,"107":0.0154,"108":0.05005,"109":4.4968,"110":0.03465,"111":0.0154,"112":0.01155,"113":0.0077,"114":0.01925,"115":0.00385,"116":0.14245,"117":0.00385,"118":0.02695,"119":0.0231,"120":0.0385,"121":0.02695,"122":0.0616,"123":0.02695,"124":0.08855,"125":0.07315,"126":0.08085,"127":0.0308,"128":0.0924,"129":0.0462,"130":0.1001,"131":0.63525,"132":7.8232,"133":7.44205,"134":0.01925,"135":0.00385,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 46 48 51 52 53 54 55 56 57 58 59 60 61 62 64 67 68 74 99 136"},F:{"73":0.00385,"79":0.00385,"82":0.00385,"85":0.00385,"86":0.00385,"87":0.0616,"95":0.18095,"102":0.00385,"107":0.00385,"113":0.00385,"114":0.1771,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 74 75 76 77 78 80 81 83 84 88 89 90 91 92 93 94 96 97 98 99 100 101 103 104 105 106 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00385,"85":0.00385,"92":0.0308,"99":0.00385,"100":0.00385,"106":0.00385,"107":0.00385,"108":0.00385,"109":0.05775,"110":0.00385,"114":0.00385,"116":0.00385,"119":0.00385,"121":0.0077,"122":0.0154,"124":0.01155,"125":0.0385,"126":0.0077,"127":0.00385,"128":0.01155,"129":0.01155,"130":0.0231,"131":0.0847,"132":1.2089,"133":1.6786,_:"12 13 14 15 16 17 79 80 81 83 84 86 87 88 89 90 91 93 94 95 96 97 98 101 102 103 104 105 111 112 113 115 117 118 120 123"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 12.1 15.2-15.3 15.5 16.2 16.4 18.4","5.1":0.0231,"11.1":0.00385,"13.1":0.0077,"14.1":0.01155,"15.1":0.00385,"15.4":0.01155,"15.6":0.02695,"16.0":0.0077,"16.1":0.00385,"16.3":0.00385,"16.5":0.00385,"16.6":0.0462,"17.0":0.00385,"17.1":0.01155,"17.2":0.00385,"17.3":0.01155,"17.4":0.01925,"17.5":0.0462,"17.6":0.0462,"18.0":0.00385,"18.1":0.05005,"18.2":0.0231,"18.3":0.10395},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00069,"5.0-5.1":0.00035,"6.0-6.1":0.00207,"7.0-7.1":0.00173,"8.1-8.4":0,"9.0-9.2":0.00069,"9.3":0.00518,"10.0-10.2":0.00069,"10.3":0.00795,"11.0-11.2":0.0273,"11.3-11.4":0.00242,"12.0-12.1":0.00138,"12.2-12.5":0.03664,"13.0-13.1":0.00069,"13.2":0.00104,"13.3":0.00138,"13.4-13.7":0.00518,"14.0-14.4":0.01141,"14.5-14.8":0.0159,"15.0-15.1":0.0083,"15.2-15.3":0.0083,"15.4":0.01002,"15.5":0.01141,"15.6-15.8":0.14136,"16.0":0.02039,"16.1":0.04251,"16.2":0.02143,"16.3":0.03871,"16.4":0.00864,"16.5":0.01624,"16.6-16.7":0.16832,"17.0":0.01037,"17.1":0.01832,"17.2":0.01452,"17.3":0.02039,"17.4":0.04217,"17.5":0.10023,"17.6-17.7":0.32973,"18.0":0.09712,"18.1":0.89207,"18.2":0.28687,"18.3":1.02237,"18.4":0.00207},P:{"4":0.07432,"21":0.01062,"22":0.02123,"23":0.01062,"24":0.01062,"25":0.02123,"26":0.05308,"27":0.57331,_:"20 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 15.0 18.0 19.0","5.0-5.4":0.03185,"7.2-7.4":0.05308,"13.0":0.02123,"14.0":0.01062,"16.0":0.04247,"17.0":0.07432},I:{"0":0.01228,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.00001},K:{"0":0.41205,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.00385,"9":0.00385,"11":0.02695,_:"6 7 10 5.5"},S:{"2.5":0.0123,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":62.74535},R:{_:"0"},M:{"0":0.1599},Q:{"14.9":0.00615},O:{"0":0.04305},H:{"0":0}};