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.01963,"60":0.00785,"68":0.00393,"97":0.00393,"115":0.85958,"123":0.00393,"126":0.00393,"128":0.00393,"129":0.00785,"130":0.00785,"131":0.16485,"132":1.12648,"133":0.0314,_:"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 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 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 124 125 127 134 135 136 3.5 3.6"},D:{"38":0.00393,"44":0.00393,"50":0.00393,"56":0.00393,"57":0.00393,"58":0.02355,"72":0.00393,"75":0.05103,"76":0.03925,"79":0.01963,"83":0.11383,"87":0.16878,"89":0.00393,"92":0.00393,"94":0.01178,"97":0.5966,"100":0.00393,"103":1.56608,"104":0.01963,"108":0.00785,"109":0.27868,"112":0.0471,"113":0.00393,"114":0.00393,"115":0.04318,"116":0.23943,"117":0.0157,"119":0.01963,"120":0.00785,"121":0.01963,"122":0.05495,"123":0.02355,"124":0.01178,"125":0.01963,"126":0.1413,"127":0.19233,"128":0.14915,"129":0.98518,"130":11.07635,"131":4.4117,"132":0.00785,_:"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 45 46 47 48 49 51 52 53 54 55 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 77 78 80 81 84 85 86 88 90 91 93 95 96 98 99 101 102 105 106 107 110 111 118 133 134"},F:{"85":0.01178,"107":0.00785,"113":0.02355,"114":0.30223,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"16":0.01963,"17":0.00785,"18":0.03533,"83":0.00393,"92":0.00393,"109":0.00785,"110":0.00393,"112":0.00785,"123":0.00785,"125":0.00393,"126":0.00393,"127":0.0471,"128":0.02355,"129":0.43175,"130":5.83648,"131":2.28435,_:"12 13 14 15 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 111 113 114 115 116 117 118 119 120 121 122 124"},E:{"14":0.3297,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1","12.1":0.04318,"13.1":0.11775,"14.1":0.01178,"15.1":0.00393,"15.2-15.3":0.01178,"15.4":0.00785,"15.5":0.08243,"15.6":0.15308,"16.0":0.00393,"16.1":0.0471,"16.2":0.01178,"16.3":0.07065,"16.4":0.0314,"16.5":0.02748,"16.6":0.08243,"17.0":0.00393,"17.1":0.0157,"17.2":0.03925,"17.3":0.13738,"17.4":0.1413,"17.5":0.11775,"17.6":1.51505,"18.0":2.4492,"18.1":0.33363,"18.2":0.0471},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00157,"5.0-5.1":0,"6.0-6.1":0.00628,"7.0-7.1":0.00785,"8.1-8.4":0,"9.0-9.2":0.00628,"9.3":0.02199,"10.0-10.2":0.00471,"10.3":0.03613,"11.0-11.2":0.42417,"11.3-11.4":0.011,"12.0-12.1":0.00628,"12.2-12.5":0.16495,"13.0-13.1":0.00314,"13.2":0.04242,"13.3":0.00628,"13.4-13.7":0.02356,"14.0-14.4":0.05184,"14.5-14.8":0.07384,"15.0-15.1":0.04242,"15.2-15.3":0.03927,"15.4":0.04713,"15.5":0.05498,"15.6-15.8":0.58912,"16.0":0.11154,"16.1":0.23565,"16.2":0.1194,"16.3":0.20266,"16.4":0.04085,"16.5":0.08169,"16.6-16.7":0.77293,"17.0":0.05656,"17.1":0.09426,"17.2":0.07855,"17.3":0.1194,"17.4":0.25607,"17.5":0.76507,"17.6-17.7":6.60918,"18.0":2.34392,"18.1":2.05957,"18.2":0.08326},P:{"4":0.04247,"20":0.03185,"21":0.01062,"22":0.01062,"24":0.02124,"25":0.04247,"26":2.10237,"27":1.27417,_:"23 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","5.0-5.4":0.03185,"7.2-7.4":0.07433,"18.0":0.01062,"19.0":0.01062},I:{"0":0.19397,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00006,"4.4":0,"4.4.3-4.4.4":0.00025},A:{"11":0.01178,_:"6 7 8 9 10 5.5"},K:{"0":0.9234,_:"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.12758},H:{"0":0},L:{"0":40.83173},R:{_:"0"},M:{"0":0.46778}};
1
+ module.exports={C:{"115":1.38869,"122":0.01201,"128":0.004,"130":0.004,"131":0.05203,"133":0.004,"134":0.13207,"135":0.4042,_:"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 123 124 125 126 127 129 132 136 137 138 3.5 3.6"},D:{"39":0.004,"40":0.004,"41":0.004,"42":0.008,"43":0.004,"48":0.004,"49":0.01201,"52":0.004,"54":0.004,"55":0.004,"56":0.004,"57":0.004,"58":0.004,"59":0.004,"60":0.004,"66":0.004,"74":0.03202,"79":0.01201,"83":0.02801,"87":0.08404,"88":0.03602,"91":0.01201,"93":0.02001,"94":0.02401,"95":0.01201,"97":0.26413,"98":0.004,"103":1.28864,"104":0.008,"107":0.004,"109":0.16408,"110":0.004,"112":0.04802,"116":0.09205,"119":0.008,"120":0.01601,"121":0.008,"122":0.04802,"123":0.008,"124":0.008,"125":0.02401,"126":0.03202,"127":0.11206,"128":0.07604,"129":0.02801,"130":0.07604,"131":1.32066,"132":9.55277,"133":8.69635,"134":0.02401,_:"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 44 45 46 47 50 51 53 61 62 63 64 65 67 68 69 70 71 72 73 75 76 77 78 80 81 84 85 86 89 90 92 96 99 100 101 102 105 106 108 111 113 114 115 117 118 135 136"},F:{"114":0.01201,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"109":0.01201,"110":0.008,"112":0.004,"120":0.004,"121":0.01201,"122":0.004,"126":0.02001,"128":0.01601,"129":0.01201,"130":0.44422,"131":0.14407,"132":3.22161,"133":3.45373,_:"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 111 113 114 115 116 117 118 119 123 124 125 127"},E:{"14":0.43622,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 17.0 18.4","13.1":0.008,"14.1":0.03602,"15.4":0.01601,"15.5":0.004,"15.6":0.04002,"16.0":0.008,"16.1":0.004,"16.2":0.008,"16.3":0.008,"16.4":0.008,"16.5":0.29215,"16.6":0.3922,"17.1":0.06403,"17.2":0.01201,"17.3":0.04402,"17.4":0.02001,"17.5":0.11606,"17.6":0.58829,"18.0":0.02401,"18.1":0.7964,"18.2":0.27214,"18.3":2.2091},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00317,"5.0-5.1":0.00159,"6.0-6.1":0.00952,"7.0-7.1":0.00794,"8.1-8.4":0,"9.0-9.2":0.00317,"9.3":0.02381,"10.0-10.2":0.00317,"10.3":0.03651,"11.0-11.2":0.1254,"11.3-11.4":0.01111,"12.0-12.1":0.00635,"12.2-12.5":0.16826,"13.0-13.1":0.00317,"13.2":0.00476,"13.3":0.00635,"13.4-13.7":0.02381,"14.0-14.4":0.05238,"14.5-14.8":0.07302,"15.0-15.1":0.0381,"15.2-15.3":0.0381,"15.4":0.04603,"15.5":0.05238,"15.6-15.8":0.64922,"16.0":0.09365,"16.1":0.19524,"16.2":0.09841,"16.3":0.17778,"16.4":0.03968,"16.5":0.0746,"16.6-16.7":0.77303,"17.0":0.04762,"17.1":0.08413,"17.2":0.06667,"17.3":0.09365,"17.4":0.19365,"17.5":0.46033,"17.6-17.7":1.51432,"18.0":0.44604,"18.1":4.09691,"18.2":1.31749,"18.3":4.69534,"18.4":0.00952},P:{"4":0.08672,"21":0.02168,"22":0.01084,"23":0.01084,"24":0.03252,"25":0.01084,"26":0.09756,"27":2.67737,_:"20 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.19511},I:{"0":0.00599,"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.80987,_:"10 11 12 11.1 11.5 12.1"},A:{"10":0.004,_:"6 7 8 9 11 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":41.69059},R:{_:"0"},M:{"0":0.38994},Q:{_:"14.9"},O:{"0":0.19797},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:{"39":0.50758,"71":0.25379,"103":0.76138,"105":1.77201,"109":2.2796,"126":0.76138,"129":1.01064,"130":7.59563,"131":2.0258,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 104 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 127 128 132 133 134"},F:{"56":0.50758,"95":0.25379,_:"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 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.25379,"130":3.54402,"131":1.26443,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.4 16.6 17.0 17.1 17.2 17.3 17.4 17.5 18.2","15.6":10.63207,"16.3":3.29023,"16.5":0.25379,"17.6":1.26443,"18.0":0.50758,"18.1":4.3054},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00296,"5.0-5.1":0,"6.0-6.1":0.01184,"7.0-7.1":0.0148,"8.1-8.4":0,"9.0-9.2":0.01184,"9.3":0.04143,"10.0-10.2":0.00888,"10.3":0.06806,"11.0-11.2":0.799,"11.3-11.4":0.02071,"12.0-12.1":0.01184,"12.2-12.5":0.31072,"13.0-13.1":0.00592,"13.2":0.0799,"13.3":0.01184,"13.4-13.7":0.04439,"14.0-14.4":0.09766,"14.5-14.8":0.13909,"15.0-15.1":0.0799,"15.2-15.3":0.07398,"15.4":0.08878,"15.5":0.10357,"15.6-15.8":1.10973,"16.0":0.21011,"16.1":0.44389,"16.2":0.2249,"16.3":0.38175,"16.4":0.07694,"16.5":0.15388,"16.6-16.7":1.45596,"17.0":0.10653,"17.1":0.17756,"17.2":0.14796,"17.3":0.2249,"17.4":0.48236,"17.5":1.44117,"17.6-17.7":12.44967,"18.0":4.41524,"18.1":3.87961,"18.2":0.15684},P:{_:"4 20 21 22 23 24 25 26 27 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},A:{_:"6 7 8 9 10 11 5.5"},K:{"0":0,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},Q:{"14.9":0.79301},O:{_:"0"},H:{"0":0},L:{"0":22.43827},R:{_:"0"},M:{"0":0.26251}};
1
+ module.exports={C:{"128":2.58804,"134":16.38,"135":8.62407,_:"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 129 130 131 132 133 136 137 138 3.5 3.6"},D:{"71":0.85995,"105":4.30794,"109":0.85995,"119":1.72809,"121":0.85995,"129":0.85995,"131":18.10809,"133":18.10809,_:"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 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 106 107 108 110 111 112 113 114 115 116 117 118 120 122 123 124 125 126 127 128 130 132 134 135 136"},F:{_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 15.6 16.0 16.1 16.2 16.3 16.4 16.5 16.6 17.0 17.1 17.2 17.3 17.4 17.5 17.6 18.0 18.1 18.2 18.3 18.4"},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00259,"5.0-5.1":0.00129,"6.0-6.1":0.00776,"7.0-7.1":0.00646,"8.1-8.4":0,"9.0-9.2":0.00259,"9.3":0.01939,"10.0-10.2":0.00259,"10.3":0.02974,"11.0-11.2":0.10214,"11.3-11.4":0.00905,"12.0-12.1":0.00517,"12.2-12.5":0.13705,"13.0-13.1":0.00259,"13.2":0.00388,"13.3":0.00517,"13.4-13.7":0.01939,"14.0-14.4":0.04267,"14.5-14.8":0.05947,"15.0-15.1":0.03103,"15.2-15.3":0.03103,"15.4":0.03749,"15.5":0.04267,"15.6-15.8":0.52879,"16.0":0.07628,"16.1":0.15902,"16.2":0.08016,"16.3":0.1448,"16.4":0.03232,"16.5":0.06077,"16.6-16.7":0.62963,"17.0":0.03879,"17.1":0.06852,"17.2":0.0543,"17.3":0.07628,"17.4":0.15773,"17.5":0.37494,"17.6-17.7":1.23341,"18.0":0.3633,"18.1":3.33693,"18.2":1.07309,"18.3":3.82435,"18.4":0.00776},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":8.61916},R:{_:"0"},M:{_:"0"},Q:{_:"14.9"},O:{_:"0"},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.00406,"72":0.00406,"102":0.00406,"103":0.00812,"104":0.00406,"105":0.00406,"106":0.00406,"109":0.00406,"110":0.00406,"115":0.03655,"123":0.00406,"125":0.00406,"128":0.00812,"129":0.00406,"131":0.01218,"132":0.35331,"133":0.03249,"134":0.00406,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 107 108 111 112 113 114 116 117 118 119 120 121 122 124 126 127 130 135 136 3.5 3.6"},D:{"42":0.01218,"49":0.00406,"56":0.00406,"61":0.00406,"77":0.00406,"79":0.00812,"81":0.01624,"83":0.00406,"86":0.00406,"87":0.02031,"88":0.00406,"89":0.00812,"91":0.00812,"94":0.01624,"96":0.00406,"97":0.00406,"98":0.00406,"101":0.00406,"102":0.00406,"103":0.01624,"104":0.04061,"105":0.00812,"106":0.06498,"107":0.02437,"108":0.02843,"109":0.67007,"110":0.01624,"111":0.71474,"112":0.02437,"113":0.00812,"114":0.02437,"115":0.00406,"116":0.03655,"117":0.00406,"118":0.00812,"119":0.01624,"120":0.02437,"121":0.05685,"122":0.06092,"123":0.02843,"124":0.04873,"125":0.04467,"126":0.08122,"127":0.0731,"128":0.18681,"129":0.48326,"130":14.7658,"131":9.53929,"132":0.01218,"133":0.00406,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 43 44 45 46 47 48 50 51 52 53 54 55 57 58 59 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 78 80 84 85 90 92 93 95 99 100 134"},F:{"79":0.00406,"85":0.00812,"95":0.00406,"113":0.10153,"114":0.21929,_:"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 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.00406,"92":0.00812,"100":0.00406,"103":0.00406,"104":0.00406,"105":0.00406,"106":0.00406,"107":0.02031,"108":0.01218,"109":0.12995,"110":0.00406,"111":0.00812,"112":0.02031,"113":0.00406,"114":0.01218,"115":0.00406,"116":0.00812,"117":0.00812,"118":0.00406,"119":0.01218,"120":0.02031,"121":0.03249,"122":0.01624,"123":0.01218,"124":0.08122,"125":0.02031,"126":0.04467,"127":0.03249,"128":0.05685,"129":0.08934,"130":4.11785,"131":2.91986,_:"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"},E:{"8":0.00406,"14":0.00406,_:"0 4 5 6 7 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3","13.1":0.00406,"14.1":0.01218,"15.4":0.00406,"15.5":0.00406,"15.6":0.03655,"16.0":0.00406,"16.1":0.00812,"16.2":0.00812,"16.3":0.01218,"16.4":0.00406,"16.5":0.00812,"16.6":0.04467,"17.0":0.00406,"17.1":0.01218,"17.2":0.01218,"17.3":0.00812,"17.4":0.03655,"17.5":0.04873,"17.6":0.24366,"18.0":0.12589,"18.1":0.19493,"18.2":0.00812},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00105,"5.0-5.1":0,"6.0-6.1":0.00419,"7.0-7.1":0.00524,"8.1-8.4":0,"9.0-9.2":0.00419,"9.3":0.01467,"10.0-10.2":0.00314,"10.3":0.0241,"11.0-11.2":0.28286,"11.3-11.4":0.00733,"12.0-12.1":0.00419,"12.2-12.5":0.11,"13.0-13.1":0.0021,"13.2":0.02829,"13.3":0.00419,"13.4-13.7":0.01571,"14.0-14.4":0.03457,"14.5-14.8":0.04924,"15.0-15.1":0.02829,"15.2-15.3":0.02619,"15.4":0.03143,"15.5":0.03667,"15.6-15.8":0.39286,"16.0":0.07438,"16.1":0.15715,"16.2":0.07962,"16.3":0.13515,"16.4":0.02724,"16.5":0.05448,"16.6-16.7":0.51544,"17.0":0.03772,"17.1":0.06286,"17.2":0.05238,"17.3":0.07962,"17.4":0.17077,"17.5":0.5102,"17.6-17.7":4.40742,"18.0":1.56308,"18.1":1.37346,"18.2":0.05552},P:{"4":0.01019,"20":0.01019,"21":0.02039,"22":0.05097,"23":0.04078,"24":0.13252,"25":0.18349,"26":7.42109,"27":7.11528,_:"5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0","13.0":0.01019,"17.0":0.01019,"18.0":0.01019,"19.0":0.01019},I:{"0":0.10667,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00003,"4.4":0,"4.4.3-4.4.4":0.00014},A:{"8":0.00505,"9":0.00505,"11":0.17671,_:"6 7 10 5.5"},K:{"0":0.16629,_:"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.01782},O:{"0":0.08315},H:{"0":0},L:{"0":26.79499},R:{_:"0"},M:{"0":0.18411}};
1
+ module.exports={C:{"52":0.00398,"106":0.00398,"109":0.00398,"110":0.00398,"111":0.00398,"115":0.44576,"125":0.00398,"128":0.00796,"129":0.00398,"133":0.00398,"134":0.08756,"135":0.32238,"136":0.00398,"137":0.00398,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 107 108 112 113 114 116 117 118 119 120 121 122 123 124 126 127 130 131 132 138 3.5 3.6"},D:{"42":0.01194,"79":0.00398,"81":0.01194,"86":0.00398,"87":0.01194,"89":0.00398,"90":0.00398,"91":0.00796,"92":0.00398,"96":0.00398,"97":0.01194,"98":0.00398,"101":0.00398,"103":0.0199,"104":0.0398,"105":0.00398,"106":0.07562,"107":0.0199,"108":0.03184,"109":0.44974,"110":0.01592,"111":0.6169,"112":0.02388,"113":0.01194,"114":0.02388,"116":0.02786,"118":0.00796,"119":0.00796,"120":0.01592,"121":0.03582,"122":0.04378,"123":0.02388,"124":0.04378,"125":0.03582,"126":0.05174,"127":0.02786,"128":0.05572,"129":0.0398,"130":0.25472,"131":0.64078,"132":11.63354,"133":11.47832,"134":0.01194,"135":0.00398,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 83 84 85 88 93 94 95 99 100 102 115 117 136"},F:{"87":0.01592,"95":0.00398,"114":0.00398,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00398,"90":0.00398,"92":0.00796,"100":0.00398,"105":0.00398,"106":0.00398,"107":0.01194,"108":0.00398,"109":0.07562,"110":0.00398,"111":0.01194,"112":0.01592,"113":0.00398,"114":0.01194,"115":0.00398,"116":0.00398,"117":0.00796,"118":0.00398,"119":0.00796,"120":0.01194,"121":0.00796,"122":0.01194,"123":0.00398,"124":0.01194,"125":0.01194,"126":0.01592,"127":0.0199,"128":0.0199,"129":0.01592,"130":0.0398,"131":0.12736,"132":2.88948,"133":3.96806,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 91 93 94 95 96 97 98 99 101 102 103 104"},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 16.4","13.1":0.00398,"14.1":0.00796,"15.4":0.00398,"15.5":0.00398,"15.6":0.02388,"16.0":0.00398,"16.1":0.00398,"16.2":0.00398,"16.3":0.00796,"16.5":0.00398,"16.6":0.03582,"17.0":0.00398,"17.1":0.01194,"17.2":0.00796,"17.3":0.00398,"17.4":0.02388,"17.5":0.02786,"17.6":0.07562,"18.0":0.01592,"18.1":0.10746,"18.2":0.0597,"18.3":0.29452,"18.4":0.00398},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00212,"5.0-5.1":0.00106,"6.0-6.1":0.00637,"7.0-7.1":0.00531,"8.1-8.4":0,"9.0-9.2":0.00212,"9.3":0.01592,"10.0-10.2":0.00212,"10.3":0.02441,"11.0-11.2":0.08384,"11.3-11.4":0.00743,"12.0-12.1":0.00425,"12.2-12.5":0.1125,"13.0-13.1":0.00212,"13.2":0.00318,"13.3":0.00425,"13.4-13.7":0.01592,"14.0-14.4":0.03502,"14.5-14.8":0.04882,"15.0-15.1":0.02547,"15.2-15.3":0.02547,"15.4":0.03078,"15.5":0.03502,"15.6-15.8":0.43408,"16.0":0.06262,"16.1":0.13054,"16.2":0.0658,"16.3":0.11887,"16.4":0.02653,"16.5":0.04988,"16.6-16.7":0.51687,"17.0":0.03184,"17.1":0.05625,"17.2":0.04458,"17.3":0.06262,"17.4":0.12948,"17.5":0.30778,"17.6-17.7":1.01251,"18.0":0.29823,"18.1":2.73928,"18.2":0.8809,"18.3":3.1394,"18.4":0.00637},P:{"20":0.01014,"21":0.02028,"22":0.04055,"23":0.03041,"24":0.09124,"25":0.09124,"26":0.19262,"27":14.80134,_:"4 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 14.0 16.0","13.0":0.01014,"15.0":0.01014,"17.0":0.01014,"18.0":0.01014,"19.0":0.01014},I:{"0":0.09613,"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.00012},K:{"0":0.14448,_:"10 11 12 11.1 11.5 12.1"},A:{"10":0.00551,"11":0.13777,_:"6 7 8 9 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":28.27276},R:{_:"0"},M:{"0":0.20468},Q:{"14.9":0.01204},O:{"0":0.06622},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"34":0.0023,"48":0.0023,"78":0.0023,"109":0.0023,"110":0.0023,"115":0.0414,"121":0.0046,"125":0.0069,"126":0.0023,"127":0.0069,"128":0.0184,"129":0.0184,"130":0.0161,"131":0.0529,"132":0.6854,"133":0.0506,_:"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 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 111 112 113 114 116 117 118 119 120 122 123 124 134 135 136 3.5 3.6"},D:{"38":0.0023,"41":0.0023,"47":0.0023,"58":0.0299,"65":0.0023,"74":0.0023,"75":0.0023,"78":0.0023,"79":0.0069,"80":0.0023,"81":0.0023,"83":0.0023,"84":0.0046,"86":0.0023,"87":0.023,"88":0.0138,"89":0.0046,"90":0.0138,"91":0.0092,"93":0.0046,"94":0.0092,"96":0.0023,"97":0.0023,"99":0.0115,"100":0.0023,"101":0.0046,"102":0.0023,"103":0.0529,"104":0.0046,"105":0.0023,"106":0.0092,"107":0.0069,"108":0.0161,"109":0.483,"110":0.0069,"111":0.0092,"112":0.0069,"114":0.0092,"116":0.0782,"117":0.0184,"118":0.0023,"119":0.0414,"120":0.023,"121":0.0184,"122":0.069,"123":0.0161,"124":0.0253,"125":0.0184,"126":0.0736,"127":0.0506,"128":0.1311,"129":0.3818,"130":7.7418,"131":4.8875,"132":0.0092,_:"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 42 43 44 45 46 48 49 50 51 52 53 54 55 56 57 59 60 61 62 63 64 66 67 68 69 70 71 72 73 76 77 85 92 95 98 113 115 133 134"},F:{"46":0.0184,"82":0.0023,"84":0.0023,"85":0.0805,"95":0.0276,"102":0.0046,"109":0.0023,"111":0.0023,"113":0.0667,"114":0.5267,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 103 104 105 106 107 108 110 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.0023,"92":0.0069,"100":0.0023,"104":0.0023,"109":0.0115,"113":0.0023,"114":0.0023,"117":0.0023,"119":0.0046,"120":0.0023,"121":0.0023,"122":0.0023,"123":0.0023,"124":0.0046,"126":0.0161,"127":0.0046,"128":0.0368,"129":0.1196,"130":1.6698,"131":0.9407,_:"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 105 106 107 108 110 111 112 115 116 118 125"},E:{"7":0.0023,"14":0.023,"15":0.0069,_:"0 4 5 6 8 9 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 11.1","10.1":0.0115,"12.1":0.0023,"13.1":0.0138,"14.1":0.023,"15.1":0.0023,"15.2-15.3":0.0069,"15.4":0.0046,"15.5":0.0092,"15.6":0.0713,"16.0":0.0023,"16.1":0.0391,"16.2":0.0184,"16.3":0.0299,"16.4":0.0069,"16.5":0.0115,"16.6":0.1104,"17.0":0.0207,"17.1":0.0115,"17.2":0.0276,"17.3":0.0138,"17.4":0.0368,"17.5":0.1518,"17.6":0.6049,"18.0":0.2208,"18.1":0.2438,"18.2":0.0115},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00277,"5.0-5.1":0,"6.0-6.1":0.01107,"7.0-7.1":0.01384,"8.1-8.4":0,"9.0-9.2":0.01107,"9.3":0.03876,"10.0-10.2":0.00831,"10.3":0.06368,"11.0-11.2":0.7475,"11.3-11.4":0.01938,"12.0-12.1":0.01107,"12.2-12.5":0.29069,"13.0-13.1":0.00554,"13.2":0.07475,"13.3":0.01107,"13.4-13.7":0.04153,"14.0-14.4":0.09136,"14.5-14.8":0.13012,"15.0-15.1":0.07475,"15.2-15.3":0.06921,"15.4":0.08306,"15.5":0.0969,"15.6-15.8":1.03819,"16.0":0.19656,"16.1":0.41528,"16.2":0.21041,"16.3":0.35714,"16.4":0.07198,"16.5":0.14396,"16.6-16.7":1.36211,"17.0":0.09967,"17.1":0.16611,"17.2":0.13843,"17.3":0.21041,"17.4":0.45127,"17.5":1.34826,"17.6-17.7":11.64712,"18.0":4.13062,"18.1":3.62952,"18.2":0.14673},P:{"4":0.04072,"20":0.02036,"21":0.06108,"22":0.08144,"23":0.11198,"24":0.2036,"25":0.16288,"26":2.46361,"27":1.71027,_:"5.0-5.4 8.2 9.2 10.1 12.0 14.0 15.0","6.2-6.4":0.01018,"7.2-7.4":0.07126,"11.1-11.2":0.02036,"13.0":0.03054,"16.0":0.01018,"17.0":0.02036,"18.0":0.01018,"19.0":0.03054},I:{"0":0.02305,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00003},A:{"11":0.0276,_:"6 7 8 9 10 5.5"},K:{"0":1.45319,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},Q:{_:"14.9"},O:{"0":1.67112},H:{"0":0.01},L:{"0":42.91729},R:{_:"0"},M:{"0":0.07701}};
1
+ module.exports={C:{"48":0.0024,"99":0.0024,"115":0.02396,"121":0.0024,"124":0.0024,"125":0.00719,"128":0.01917,"129":0.00479,"132":0.02396,"133":0.00479,"134":0.13418,"135":0.40013,"136":0.00479,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 52 53 54 55 56 57 58 59 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 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 122 123 126 127 130 131 137 138 3.5 3.6"},D:{"38":0.0024,"47":0.0024,"49":0.0024,"56":0.00719,"58":0.0575,"68":0.0024,"75":0.00479,"79":0.01438,"80":0.0024,"83":0.0024,"85":0.0024,"87":0.03834,"88":0.0024,"90":0.0024,"91":0.0024,"92":0.0024,"93":0.0024,"94":0.00479,"99":0.00479,"100":0.0024,"101":0.00479,"102":0.0024,"103":0.06469,"105":0.00479,"106":0.02156,"107":0.00958,"108":0.03354,"109":0.43368,"110":0.02875,"111":0.04073,"112":0.0024,"113":0.0024,"114":0.01917,"115":0.00719,"116":0.02396,"117":0.00479,"118":0.0024,"119":0.01438,"120":0.02396,"121":0.01917,"122":0.01917,"123":0.04552,"124":0.03115,"125":0.02156,"126":0.04792,"127":0.02875,"128":0.08626,"129":0.06469,"130":0.0575,"131":0.58702,"132":6.61296,"133":5.41736,"134":0.00958,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 43 44 45 46 48 50 51 52 53 54 55 57 59 60 61 62 63 64 65 66 67 69 70 71 72 73 74 76 77 78 81 84 86 89 95 96 97 98 104 135 136"},F:{"36":0.0024,"46":0.01198,"85":0.01198,"86":0.2995,"87":0.2372,"95":0.02636,"109":0.0024,"113":0.01198,"114":0.07667,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00958,"92":0.01198,"99":0.00719,"108":0.0024,"109":0.02156,"111":0.0024,"113":0.0024,"114":0.0024,"118":0.02156,"120":0.0024,"121":0.0024,"122":0.0024,"123":0.0024,"125":0.0024,"126":0.00479,"127":0.00479,"128":0.00719,"129":0.00479,"130":0.06469,"131":0.13418,"132":1.12852,"133":1.28665,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 100 101 102 103 104 105 106 107 110 112 115 116 117 119 124"},E:{"7":0.00479,"14":0.02156,_:"0 4 5 6 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 18.4","13.1":0.00958,"14.1":0.02156,"15.1":0.01917,"15.2-15.3":0.0024,"15.4":0.00958,"15.5":0.00719,"15.6":0.07428,"16.0":0.00479,"16.1":0.01198,"16.2":0.02396,"16.3":0.03834,"16.4":0.00479,"16.5":0.02875,"16.6":0.10542,"17.0":0.00719,"17.1":0.02875,"17.2":0.01917,"17.3":0.01198,"17.4":0.05032,"17.5":0.10542,"17.6":0.21324,"18.0":0.07667,"18.1":0.34982,"18.2":0.11501,"18.3":0.4816},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00536,"5.0-5.1":0.00268,"6.0-6.1":0.01608,"7.0-7.1":0.0134,"8.1-8.4":0,"9.0-9.2":0.00536,"9.3":0.04019,"10.0-10.2":0.00536,"10.3":0.06162,"11.0-11.2":0.21166,"11.3-11.4":0.01875,"12.0-12.1":0.01072,"12.2-12.5":0.284,"13.0-13.1":0.00536,"13.2":0.00804,"13.3":0.01072,"13.4-13.7":0.04019,"14.0-14.4":0.08841,"14.5-14.8":0.12325,"15.0-15.1":0.0643,"15.2-15.3":0.0643,"15.4":0.0777,"15.5":0.08841,"15.6-15.8":1.09581,"16.0":0.15808,"16.1":0.32955,"16.2":0.16611,"16.3":0.30008,"16.4":0.06698,"16.5":0.12592,"16.6-16.7":1.30479,"17.0":0.08038,"17.1":0.142,"17.2":0.11253,"17.3":0.15808,"17.4":0.32687,"17.5":0.77698,"17.6-17.7":2.556,"18.0":0.75287,"18.1":6.91512,"18.2":2.22377,"18.3":7.9252,"18.4":0.01608},P:{"4":0.04066,"20":0.01016,"21":0.04066,"22":0.07115,"23":0.09148,"24":0.1423,"25":0.13213,"26":0.25411,"27":3.30337,_:"5.0-5.4 6.2-6.4 8.2 9.2 10.1 12.0 16.0","7.2-7.4":0.05082,"11.1-11.2":0.02033,"13.0":0.02033,"14.0":0.01016,"15.0":0.01016,"17.0":0.01016,"18.0":0.01016,"19.0":0.03049},I:{"0":0.04554,"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":1.68831,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.03834,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":44.122},R:{_:"0"},M:{"0":0.07605},Q:{"14.9":0.00761},O:{"0":2.04575},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"69":0.00433,"92":0.00433,"94":0.02167,"115":0.013,"123":0.00433,"124":0.01733,"128":0.01733,"130":0.04766,"131":0.20798,"132":0.88827,"133":0.052,_:"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 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 93 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 125 126 127 129 134 135 136 3.5 3.6"},D:{"23":0.00433,"69":0.00867,"74":0.00433,"75":0.026,"76":0.00433,"77":0.00433,"79":0.013,"83":0.013,"91":0.00867,"93":0.052,"94":0.00433,"98":0.026,"99":0.00867,"100":0.00867,"103":0.03466,"104":0.00867,"105":0.00433,"109":0.25131,"112":0.00867,"113":0.00433,"115":0.00867,"116":0.13432,"119":0.05633,"120":0.00433,"121":0.013,"122":0.23832,"123":0.039,"124":1.45156,"125":0.00867,"126":0.27298,"127":0.07366,"128":0.94026,"129":1.61621,"130":13.75728,"131":6.62949,"132":0.00433,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 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 70 71 72 73 78 80 81 84 85 86 87 88 89 90 92 95 96 97 101 102 106 107 108 110 111 114 117 118 133 134"},F:{"79":0.00433,"82":0.00433,"113":0.07366,"114":0.59795,_:"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 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 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"98":0.00433,"99":0.00433,"100":0.00433,"108":0.00433,"109":0.013,"110":0.05633,"114":0.00433,"119":0.00433,"122":0.00433,"123":0.00433,"124":0.01733,"125":0.00433,"126":0.00433,"127":0.00433,"128":0.02167,"129":0.18632,"130":5.35992,"131":2.60847,_:"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 101 102 103 104 105 106 107 111 112 113 115 116 117 118 120 121"},E:{"14":0.01733,"15":0.00433,_:"0 4 5 6 7 8 9 10 11 12 13 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.5","13.1":0.11266,"14.1":0.04333,"15.1":0.00433,"15.2-15.3":0.00433,"15.4":0.00433,"15.6":0.25131,"16.0":0.01733,"16.1":0.01733,"16.2":0.04333,"16.3":0.18632,"16.4":0.12999,"16.5":0.026,"16.6":0.22965,"17.0":0.00867,"17.1":0.039,"17.2":0.04766,"17.3":0.039,"17.4":0.35531,"17.5":0.28598,"17.6":2.05384,"18.0":0.92726,"18.1":0.84494,"18.2":0.00867},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00262,"5.0-5.1":0,"6.0-6.1":0.0105,"7.0-7.1":0.01312,"8.1-8.4":0,"9.0-9.2":0.0105,"9.3":0.03674,"10.0-10.2":0.00787,"10.3":0.06036,"11.0-11.2":0.70858,"11.3-11.4":0.01837,"12.0-12.1":0.0105,"12.2-12.5":0.27556,"13.0-13.1":0.00525,"13.2":0.07086,"13.3":0.0105,"13.4-13.7":0.03937,"14.0-14.4":0.0866,"14.5-14.8":0.12335,"15.0-15.1":0.07086,"15.2-15.3":0.06561,"15.4":0.07873,"15.5":0.09185,"15.6-15.8":0.98415,"16.0":0.18633,"16.1":0.39366,"16.2":0.19945,"16.3":0.33855,"16.4":0.06823,"16.5":0.13647,"16.6-16.7":1.2912,"17.0":0.09448,"17.1":0.15746,"17.2":0.13122,"17.3":0.19945,"17.4":0.42778,"17.5":1.27808,"17.6-17.7":11.0408,"18.0":3.91559,"18.1":3.44057,"18.2":0.13909},P:{"4":0.03121,"22":0.0104,"23":0.02081,"24":0.05202,"25":0.03121,"26":2.46594,"27":2.49715,_:"20 21 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.03121},I:{"0":0.00565,"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:{_:"6 7 8 9 10 11 5.5"},K:{"0":0.10767,_:"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.017},H:{"0":0},L:{"0":25.15905},R:{_:"0"},M:{"0":0.26068}};
1
+ module.exports={C:{"78":0.01408,"102":0.00938,"115":0.03754,"124":0.01408,"125":0.1173,"128":0.01877,"129":0.00469,"130":0.01408,"131":0.00469,"133":0.00938,"134":0.32375,"135":0.77418,_:"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 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 126 127 132 136 137 138 3.5 3.6"},D:{"56":0.00469,"75":0.03284,"76":0.00469,"79":0.00938,"93":0.00469,"98":0.04223,"99":0.01408,"100":0.00469,"103":0.02346,"106":0.01408,"108":0.0563,"109":0.22052,"111":0.00469,"112":0.01877,"113":0.00469,"115":0.01408,"116":0.11261,"120":0.00469,"121":0.00938,"122":0.22991,"123":0.00938,"124":1.00878,"125":0.01408,"126":0.00938,"128":0.19706,"129":0.04692,"130":0.14545,"131":2.20055,"132":11.86138,"133":9.06964,"134":0.23929,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 77 78 80 81 83 84 85 86 87 88 89 90 91 92 94 95 96 97 101 102 104 105 107 110 114 117 118 119 127 135 136"},F:{"87":0.00469,"114":0.08446,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"99":0.00469,"106":0.00469,"109":0.00938,"110":0.03284,"113":0.00938,"114":0.00469,"122":0.00469,"123":0.00469,"126":0.39882,"128":0.01408,"129":0.00469,"130":0.04692,"131":0.27214,"132":4.79522,"133":4.55593,_:"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 100 101 102 103 104 105 107 108 111 112 115 116 117 118 119 120 121 124 125 127"},E:{"14":0.00469,_:"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 18.4","12.1":0.00469,"13.1":0.06569,"14.1":0.04223,"15.2-15.3":0.07038,"15.4":0.01408,"15.5":0.00938,"15.6":0.18299,"16.0":0.01408,"16.1":0.01877,"16.2":0.13607,"16.3":0.03284,"16.4":0.01408,"16.5":0.01408,"16.6":0.34721,"17.0":0.09384,"17.1":0.0563,"17.2":0.00938,"17.3":0.03754,"17.4":0.4692,"17.5":0.1783,"17.6":0.5302,"18.0":0.03754,"18.1":1.53898,"18.2":0.60527,"18.3":2.50553},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00482,"5.0-5.1":0.00241,"6.0-6.1":0.01446,"7.0-7.1":0.01205,"8.1-8.4":0,"9.0-9.2":0.00482,"9.3":0.03614,"10.0-10.2":0.00482,"10.3":0.05542,"11.0-11.2":0.19034,"11.3-11.4":0.01687,"12.0-12.1":0.00964,"12.2-12.5":0.25539,"13.0-13.1":0.00482,"13.2":0.00723,"13.3":0.00964,"13.4-13.7":0.03614,"14.0-14.4":0.07951,"14.5-14.8":0.11083,"15.0-15.1":0.05783,"15.2-15.3":0.05783,"15.4":0.06987,"15.5":0.07951,"15.6-15.8":0.98544,"16.0":0.14215,"16.1":0.29635,"16.2":0.14938,"16.3":0.26985,"16.4":0.06023,"16.5":0.11324,"16.6-16.7":1.17337,"17.0":0.07228,"17.1":0.1277,"17.2":0.10119,"17.3":0.14215,"17.4":0.29394,"17.5":0.69872,"17.6-17.7":2.29855,"18.0":0.67704,"18.1":6.2186,"18.2":1.99978,"18.3":7.12694,"18.4":0.01446},P:{"4":0.03238,"24":0.02159,"25":0.04317,"26":0.03238,"27":3.98269,_:"20 21 22 23 5.0-5.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 19.0","6.2-6.4":0.01079,"7.2-7.4":0.02159,"18.0":0.01079},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.24943,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.16422,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":24.98542},R:{_:"0"},M:{"0":0.3768},Q:{_:"14.9"},O:{"0":0.02123},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"50":0.00876,"51":0.00876,"52":0.03065,"53":0.00438,"55":0.01313,"56":0.01313,"62":0.00438,"65":0.01313,"79":0.00438,"84":0.00438,"101":0.00876,"109":0.00438,"113":0.00438,"115":0.34148,"117":0.00438,"118":0.02627,"121":0.00438,"123":0.00438,"124":0.00438,"125":0.02189,"126":0.00438,"127":0.00876,"128":0.03502,"129":0.00876,"130":0.00876,"131":0.07443,"132":1.2346,"133":0.09632,"134":0.00876,_:"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 54 57 58 59 60 61 63 64 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 102 103 104 105 106 107 108 110 111 112 114 116 119 120 122 135 136 3.5 3.6"},D:{"38":0.01313,"44":0.00438,"48":0.00438,"49":0.02627,"51":0.03502,"53":0.00438,"58":0.65232,"64":0.00876,"69":0.00438,"70":0.00438,"72":0.00438,"74":0.03502,"77":0.00438,"79":0.02189,"80":0.00876,"81":0.01313,"86":0.00876,"87":0.02189,"88":0.00438,"89":0.00438,"90":0.01313,"91":0.01313,"92":0.00876,"94":0.02189,"96":0.00438,"97":0.00876,"98":0.01313,"99":0.00438,"100":0.00438,"101":0.00438,"102":0.00876,"103":0.20139,"105":0.00876,"106":0.17074,"107":0.00876,"108":0.02627,"109":2.35974,"110":0.00438,"111":0.00438,"112":0.02189,"114":0.01313,"115":0.00438,"116":0.09194,"117":0.00876,"118":0.09632,"119":0.0394,"120":0.04378,"121":0.03065,"122":0.07443,"123":0.05254,"124":0.22328,"125":0.06129,"126":0.08318,"127":0.11821,"128":0.13572,"129":0.51223,"130":12.16646,"131":7.72279,"132":0.01313,"133":0.00438,_:"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 45 46 47 50 52 54 55 56 57 59 60 61 62 63 65 66 67 68 71 73 75 76 78 83 84 85 93 95 104 113 134"},F:{"32":0.00438,"36":0.02189,"56":0.01313,"77":0.00438,"79":0.04378,"84":0.00438,"85":0.09632,"86":0.00876,"87":0.00438,"89":0.02627,"91":0.00438,"95":0.33711,"107":0.00438,"108":0.00438,"109":0.00438,"112":0.05691,"113":0.07005,"114":1.9307,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 33 34 35 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 78 80 81 82 83 88 90 92 93 94 96 97 98 99 100 101 102 103 104 105 106 110 111 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00438,"92":0.01751,"100":0.00438,"107":0.00438,"109":0.01313,"114":0.00438,"118":0.00438,"120":0.00438,"121":0.00438,"122":0.01313,"123":0.03065,"124":0.04378,"125":0.0394,"126":0.01313,"127":0.00438,"128":0.01313,"129":0.06129,"130":2.10582,"131":1.46663,_:"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 108 110 111 112 113 115 116 117 119"},E:{"9":0.00438,"14":0.01313,_:"0 4 5 6 7 8 10 11 12 13 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1","5.1":0.02189,"12.1":0.00438,"13.1":0.01313,"14.1":0.02189,"15.1":0.00876,"15.2-15.3":0.00438,"15.4":0.01313,"15.5":0.02189,"15.6":0.12696,"16.0":0.00876,"16.1":0.05254,"16.2":0.03065,"16.3":0.04378,"16.4":0.01751,"16.5":0.04378,"16.6":0.19263,"17.0":0.01313,"17.1":0.04816,"17.2":0.05691,"17.3":0.06567,"17.4":0.10945,"17.5":0.22328,"17.6":0.74426,"18.0":0.46845,"18.1":0.4378,"18.2":0.00876},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00185,"5.0-5.1":0,"6.0-6.1":0.00738,"7.0-7.1":0.00923,"8.1-8.4":0,"9.0-9.2":0.00738,"9.3":0.02584,"10.0-10.2":0.00554,"10.3":0.04246,"11.0-11.2":0.4984,"11.3-11.4":0.01292,"12.0-12.1":0.00738,"12.2-12.5":0.19382,"13.0-13.1":0.00369,"13.2":0.04984,"13.3":0.00738,"13.4-13.7":0.02769,"14.0-14.4":0.06092,"14.5-14.8":0.08676,"15.0-15.1":0.04984,"15.2-15.3":0.04615,"15.4":0.05538,"15.5":0.06461,"15.6-15.8":0.69223,"16.0":0.13106,"16.1":0.27689,"16.2":0.14029,"16.3":0.23813,"16.4":0.04799,"16.5":0.09599,"16.6-16.7":0.9082,"17.0":0.06645,"17.1":0.11076,"17.2":0.0923,"17.3":0.14029,"17.4":0.30089,"17.5":0.89897,"17.6-17.7":7.76585,"18.0":2.75414,"18.1":2.42002,"18.2":0.09783},P:{"4":0.08275,"20":0.01034,"21":0.03103,"22":0.03103,"23":0.07241,"24":0.04138,"25":0.06206,"26":0.93094,"27":0.662,_:"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.03103,"17.0":0.02069,"18.0":0.01034,"19.0":0.02069},I:{"0":0.02243,"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:{"6":0.01419,"8":0.03548,"9":0.0071,"10":0.01419,"11":0.13481,_:"7 5.5"},K:{"0":0.38785,_:"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.00562},O:{"0":0.3204},H:{"0":0},L:{"0":33.22689},R:{_:"0"},M:{"0":0.08432}};
1
+ module.exports={C:{"52":0.01789,"55":0.00447,"65":0.00895,"101":0.00447,"103":0.00447,"113":0.01342,"115":0.31758,"117":0.00447,"120":0.00895,"125":0.00447,"127":0.00895,"128":0.03578,"129":0.00447,"130":0.00447,"131":0.00447,"132":0.00895,"133":0.04473,"134":0.27733,"135":0.92591,"136":0.01342,_:"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 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 102 104 105 106 107 108 109 110 111 112 114 116 118 119 121 122 123 124 126 137 138 3.5 3.6"},D:{"38":0.00895,"39":0.00447,"42":0.00447,"43":0.00447,"47":0.00447,"49":0.00895,"50":0.00447,"51":0.00895,"53":0.00447,"55":0.00447,"56":0.00447,"58":0.03131,"64":0.00447,"69":0.00447,"70":0.00895,"74":0.00895,"79":0.02684,"80":0.00895,"83":0.00447,"87":0.01789,"88":0.00447,"90":0.01789,"91":0.01342,"94":0.02684,"97":0.00895,"98":0.00447,"99":0.00895,"100":0.01342,"101":0.01342,"102":0.02684,"103":0.15656,"104":0.04026,"105":0.00447,"106":0.11183,"107":0.00895,"108":0.02684,"109":2.24992,"110":0.01342,"111":0.01789,"112":0.02237,"114":0.01342,"115":0.00447,"116":0.14761,"117":0.00447,"118":0.08946,"119":0.04026,"120":0.04473,"121":0.03578,"122":0.12524,"123":0.03578,"124":0.11183,"125":0.07157,"126":0.07604,"127":0.05368,"128":0.0671,"129":0.08499,"130":0.12972,"131":1.03774,"132":10.355,"133":9.68852,"134":0.00895,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 40 41 44 45 46 48 52 54 57 59 60 61 62 63 65 66 67 68 71 72 73 75 76 77 78 81 84 85 86 89 92 93 95 96 113 135 136"},F:{"36":0.01789,"38":0.00447,"54":0.05368,"56":0.01342,"73":0.01789,"79":0.02684,"82":0.00447,"83":0.00447,"84":0.00447,"85":0.05368,"86":0.01342,"87":0.10735,"95":0.39362,"102":0.00447,"105":0.00447,"107":0.00447,"108":0.00447,"109":0.00447,"114":0.10288,_:"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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 55 57 58 60 62 63 64 65 66 67 68 69 70 71 72 74 75 76 77 78 80 81 88 89 90 91 92 93 94 96 97 98 99 100 101 103 104 106 110 111 112 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00447,"92":0.01342,"100":0.00447,"108":0.00447,"109":0.01342,"110":0.00895,"117":0.00447,"118":0.00895,"122":0.03578,"125":0.02684,"126":0.00895,"127":0.00447,"128":0.00447,"129":0.00447,"130":0.01342,"131":0.08499,"132":1.53424,"133":2.17388,_:"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 111 112 113 114 115 116 119 120 121 123 124"},E:{"12":0.00447,"14":0.00895,_:"0 4 5 6 7 8 9 10 11 13 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 18.4","5.1":0.00447,"13.1":0.01342,"14.1":0.01789,"15.1":0.01342,"15.2-15.3":0.00447,"15.4":0.00447,"15.5":0.03131,"15.6":0.15208,"16.0":0.00895,"16.1":0.0671,"16.2":0.01342,"16.3":0.0492,"16.4":0.01342,"16.5":0.04473,"16.6":0.16103,"17.0":0.00895,"17.1":0.1163,"17.2":0.03131,"17.3":0.06262,"17.4":0.11183,"17.5":0.17445,"17.6":0.38021,"18.0":0.11183,"18.1":0.45177,"18.2":0.21918,"18.3":0.80961},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00394,"5.0-5.1":0.00197,"6.0-6.1":0.01183,"7.0-7.1":0.00986,"8.1-8.4":0,"9.0-9.2":0.00394,"9.3":0.02957,"10.0-10.2":0.00394,"10.3":0.04534,"11.0-11.2":0.15575,"11.3-11.4":0.0138,"12.0-12.1":0.00789,"12.2-12.5":0.20898,"13.0-13.1":0.00394,"13.2":0.00591,"13.3":0.00789,"13.4-13.7":0.02957,"14.0-14.4":0.06506,"14.5-14.8":0.09069,"15.0-15.1":0.04732,"15.2-15.3":0.04732,"15.4":0.05717,"15.5":0.06506,"15.6-15.8":0.80634,"16.0":0.11632,"16.1":0.24249,"16.2":0.12223,"16.3":0.22081,"16.4":0.04929,"16.5":0.09266,"16.6-16.7":0.96011,"17.0":0.05914,"17.1":0.10449,"17.2":0.0828,"17.3":0.11632,"17.4":0.24052,"17.5":0.57173,"17.6-17.7":1.88079,"18.0":0.55399,"18.1":5.08839,"18.2":1.63633,"18.3":5.83164,"18.4":0.01183},P:{"4":0.11395,"20":0.01036,"21":0.02072,"22":0.03108,"23":0.07252,"24":0.0518,"25":0.04144,"26":0.13467,"27":1.41925,"5.0-5.4":0.01036,_:"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.04144,"11.1-11.2":0.01036,"17.0":0.01036,"19.0":0.01036},I:{"0":0.01655,"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.30399,_:"10 11 12 11.1 11.5 12.1"},A:{"6":0.01093,"8":0.0164,"11":0.12027,_:"7 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":31.08855},R:{_:"0"},M:{"0":0.12159},Q:{"14.9":0.00553},O:{"0":0.29293},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"66":0.00492,"78":0.00984,"89":0.00246,"94":0.00246,"101":0.00246,"102":0.00246,"103":0.01231,"106":0.08367,"109":0.00492,"110":0.00492,"115":0.07383,"125":0.00246,"127":0.00984,"128":0.00492,"129":0.00246,"130":0.00492,"131":0.04676,"132":0.6374,"133":0.04184,_:"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 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 95 96 97 98 99 100 104 105 107 108 111 112 113 114 116 117 118 119 120 121 122 123 124 126 134 135 136 3.5 3.6"},D:{"22":0.00246,"37":0.5488,"43":0.00738,"70":0.00984,"72":0.00246,"74":0.00246,"75":0.00246,"77":0.00246,"78":0.00246,"79":0.00738,"81":0.00738,"83":0.00246,"86":0.00738,"87":0.00984,"89":0.00492,"90":0.00246,"91":0.00246,"92":0.00246,"94":0.00984,"95":0.00246,"96":0.00738,"97":0.00738,"98":0.01477,"99":0.00984,"100":0.00246,"101":0.00492,"102":0.1009,"103":0.01477,"104":0.02461,"105":0.00984,"106":0.01231,"107":0.03938,"108":0.01969,"109":0.80721,"111":0.05906,"112":0.01477,"113":0.00246,"114":0.02461,"115":0.01231,"116":0.02215,"117":0.01477,"118":0.02215,"119":0.01723,"120":0.06645,"121":0.01969,"122":0.11813,"123":0.01969,"124":0.04676,"125":0.06399,"126":0.05414,"127":0.06153,"128":0.14766,"129":0.33224,"130":8.60612,"131":4.84817,"132":0.1009,"133":0.00246,_:"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 38 39 40 41 42 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 71 73 76 80 84 85 88 93 110 134"},F:{"79":0.00246,"85":0.01969,"86":0.00246,"95":0.01231,"113":0.00738,"114":0.23626,_:"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 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.00492,"17":0.00246,"18":0.01969,"84":0.00246,"92":0.02953,"100":0.00984,"106":0.00246,"107":0.00246,"109":0.02707,"110":0.04922,"111":0.00246,"116":0.00246,"117":0.00246,"119":0.00492,"120":0.01231,"121":0.00246,"122":0.01231,"123":0.00246,"124":0.00492,"125":0.00492,"126":0.01477,"127":0.00984,"128":0.01231,"129":0.03692,"130":1.20343,"131":0.76291,_:"12 14 15 16 79 80 81 83 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 108 112 113 114 115 118"},E:{"14":0.02707,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.2-15.3","13.1":0.00246,"14.1":0.00984,"15.1":0.00492,"15.4":0.01231,"15.5":0.01231,"15.6":0.16981,"16.0":0.00984,"16.1":0.00492,"16.2":0.00492,"16.3":0.01477,"16.4":0.00246,"16.5":0.00984,"16.6":0.08614,"17.0":0.00246,"17.1":0.01969,"17.2":0.00738,"17.3":0.00492,"17.4":0.02461,"17.5":0.04922,"17.6":0.21657,"18.0":0.09844,"18.1":0.17227,"18.2":0.00246},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00162,"5.0-5.1":0,"6.0-6.1":0.00649,"7.0-7.1":0.00811,"8.1-8.4":0,"9.0-9.2":0.00649,"9.3":0.0227,"10.0-10.2":0.00486,"10.3":0.03729,"11.0-11.2":0.43778,"11.3-11.4":0.01135,"12.0-12.1":0.00649,"12.2-12.5":0.17025,"13.0-13.1":0.00324,"13.2":0.04378,"13.3":0.00649,"13.4-13.7":0.02432,"14.0-14.4":0.05351,"14.5-14.8":0.07621,"15.0-15.1":0.04378,"15.2-15.3":0.04054,"15.4":0.04864,"15.5":0.05675,"15.6-15.8":0.60803,"16.0":0.11512,"16.1":0.24321,"16.2":0.12323,"16.3":0.20916,"16.4":0.04216,"16.5":0.08431,"16.6-16.7":0.79774,"17.0":0.05837,"17.1":0.09729,"17.2":0.08107,"17.3":0.12323,"17.4":0.26429,"17.5":0.78963,"17.6-17.7":6.82133,"18.0":2.41916,"18.1":2.12569,"18.2":0.08594},P:{"4":0.06042,"20":0.13091,"21":0.06042,"22":0.06042,"23":0.1007,"24":0.05035,"25":0.14098,"26":1.00703,"27":0.70492,_:"5.0-5.4 6.2-6.4 8.2 9.2 10.1 12.0 15.0 16.0","7.2-7.4":0.1007,"11.1-11.2":0.03021,"13.0":0.01007,"14.0":0.01007,"17.0":0.03021,"18.0":0.01007,"19.0":0.07049},I:{"0":0.04513,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00006},A:{"11":0.13043,_:"6 7 8 9 10 5.5"},K:{"0":0.27137,_:"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.03769},O:{"0":1.23623},H:{"0":0},L:{"0":57.17037},R:{_:"0"},M:{"0":0.11307}};
1
+ module.exports={C:{"56":0.00275,"66":0.00551,"81":0.00275,"94":0.00275,"101":0.00275,"103":0.00551,"108":0.00275,"109":0.00275,"110":0.00275,"115":0.06607,"127":0.00275,"128":0.00275,"130":0.00275,"131":0.00275,"133":0.01377,"134":0.12389,"135":0.37441,"136":0.00275,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 57 58 59 60 61 62 63 64 65 67 68 69 70 71 72 73 74 75 76 77 78 79 80 82 83 84 85 86 87 88 89 90 91 92 93 95 96 97 98 99 100 102 104 105 106 107 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 129 132 137 138 3.5 3.6"},D:{"37":0.20097,"43":0.00275,"47":0.00275,"57":0.00551,"69":0.00275,"70":0.00826,"71":0.03579,"78":0.00275,"79":0.00551,"80":0.00275,"81":0.00275,"83":0.00275,"84":0.00275,"85":0.00275,"86":0.00551,"87":0.00551,"90":0.00275,"91":0.00551,"92":0.00275,"94":0.00275,"96":0.00551,"97":0.00826,"98":0.00275,"99":0.00551,"101":0.00275,"102":0.09636,"103":0.01927,"104":0.11563,"105":0.00826,"106":0.00826,"107":0.00826,"108":0.00551,"109":0.6387,"110":0.00551,"111":0.07984,"112":0.00551,"113":0.00551,"114":0.03579,"115":0.00551,"116":0.01652,"117":0.00275,"119":0.02753,"120":0.06883,"121":0.03028,"122":0.03579,"123":0.01652,"124":0.21198,"125":0.48728,"126":0.1349,"127":0.12113,"128":0.14866,"129":0.05781,"130":0.07433,"131":0.74606,"132":7.56524,"133":6.82744,"134":0.00551,"135":0.01652,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 38 39 40 41 42 44 45 46 48 49 50 51 52 53 54 55 56 58 59 60 61 62 63 64 65 66 67 68 72 73 74 75 76 77 88 89 93 95 100 118 136"},F:{"60":0.00551,"74":0.00551,"79":0.00275,"84":0.00275,"87":0.01652,"95":0.00551,"114":0.00826,_:"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 62 63 64 65 66 67 68 69 70 71 72 73 75 76 77 78 80 81 82 83 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:{"18":0.00826,"89":0.00275,"92":0.03579,"100":0.00275,"109":0.03304,"110":0.0881,"111":0.00551,"114":0.00275,"115":0.00275,"119":0.01101,"120":0.00551,"121":0.00275,"122":0.00826,"123":0.00275,"124":0.00275,"125":0.01101,"126":0.00275,"127":0.01101,"128":0.02202,"129":0.00826,"130":0.02202,"131":0.0468,"132":0.82315,"133":1.20306,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 112 113 116 117 118"},E:{"13":0.00275,"14":0.01101,_:"0 4 5 6 7 8 9 10 11 12 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 15.1 15.2-15.3 16.2 18.4","12.1":0.00275,"13.1":0.00275,"14.1":0.02478,"15.4":0.00551,"15.5":0.00275,"15.6":0.12939,"16.0":0.01652,"16.1":0.00551,"16.3":0.01377,"16.4":0.00275,"16.5":0.00551,"16.6":0.0881,"17.0":0.00275,"17.1":0.00551,"17.2":0.00275,"17.3":0.00551,"17.4":0.01927,"17.5":0.0468,"17.6":0.07708,"18.0":0.01101,"18.1":0.12389,"18.2":0.06057,"18.3":0.33036},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0031,"5.0-5.1":0.00155,"6.0-6.1":0.0093,"7.0-7.1":0.00775,"8.1-8.4":0,"9.0-9.2":0.0031,"9.3":0.02324,"10.0-10.2":0.0031,"10.3":0.03564,"11.0-11.2":0.1224,"11.3-11.4":0.01085,"12.0-12.1":0.0062,"12.2-12.5":0.16424,"13.0-13.1":0.0031,"13.2":0.00465,"13.3":0.0062,"13.4-13.7":0.02324,"14.0-14.4":0.05113,"14.5-14.8":0.07127,"15.0-15.1":0.03719,"15.2-15.3":0.03719,"15.4":0.04493,"15.5":0.05113,"15.6-15.8":0.63371,"16.0":0.09142,"16.1":0.19058,"16.2":0.09606,"16.3":0.17353,"16.4":0.03874,"16.5":0.07282,"16.6-16.7":0.75456,"17.0":0.04648,"17.1":0.08212,"17.2":0.06508,"17.3":0.09142,"17.4":0.18903,"17.5":0.44933,"17.6-17.7":1.47814,"18.0":0.43538,"18.1":3.99902,"18.2":1.28601,"18.3":4.58315,"18.4":0.0093},P:{"4":0.02047,"20":0.34797,"21":0.02047,"22":0.05117,"23":0.05117,"24":0.0307,"25":0.08188,"26":0.11258,"27":1.62729,_:"5.0-5.4 6.2-6.4 8.2 9.2 10.1 12.0 13.0 14.0 15.0 18.0","7.2-7.4":0.06141,"11.1-11.2":0.01023,"16.0":0.01023,"17.0":0.01023,"19.0":0.04094},I:{"0":0.05063,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00006},K:{"0":0.17393,_:"10 11 12 11.1 11.5 12.1"},A:{"9":0.01009,"11":0.11104,_:"6 7 8 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":57.39866},R:{_:"0"},M:{"0":0.13045},Q:{"14.9":0.04348},O:{"0":0.99284},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.00306,"68":0.01223,"72":0.00306,"78":0.00306,"89":0.00306,"91":0.00611,"115":0.31487,"120":0.00306,"122":0.00611,"123":0.00306,"127":0.00611,"128":0.03363,"129":0.00306,"130":0.01529,"131":0.12228,"132":1.07301,"133":0.06725,_:"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 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 90 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 121 124 125 126 134 135 136 3.5 3.6"},D:{"38":0.00306,"49":0.00306,"50":0.00306,"56":0.00306,"58":0.19259,"63":0.00306,"65":0.00917,"67":0.01223,"68":0.00306,"69":0.00306,"72":0.00306,"73":0.01223,"74":0.01223,"75":0.00611,"76":0.00306,"79":0.02446,"80":0.00306,"81":0.00306,"83":0.02446,"84":0.00306,"85":0.00306,"86":0.00611,"87":0.07948,"88":0.01834,"89":0.00611,"90":0.00611,"91":0.0214,"92":0.00306,"93":0.00611,"94":0.03057,"95":0.00611,"96":0.00306,"97":0.00306,"98":0.05197,"99":0.00306,"100":0.00611,"101":0.00306,"102":0.00611,"103":0.02446,"104":0.00306,"105":0.00306,"106":0.00306,"107":0.00611,"108":0.03668,"109":1.94425,"110":0.00917,"111":0.00611,"112":0.00306,"113":0.00306,"114":0.00917,"115":0.00306,"116":0.0856,"117":0.00306,"118":0.00917,"119":0.03668,"120":0.06114,"121":0.0214,"122":0.16202,"123":0.03057,"124":0.05503,"125":0.02446,"126":0.09171,"127":0.06725,"128":0.18953,"129":0.41575,"130":10.54971,"131":6.08343,"132":0.01223,_:"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 51 52 53 54 55 57 59 60 61 62 64 66 70 71 77 78 133 134"},F:{"79":0.00917,"85":0.00611,"95":0.02751,"102":0.00306,"111":0.00611,"112":0.00306,"113":0.02446,"114":0.72757,_:"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 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 103 104 105 106 107 108 109 110 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.00306,"15":0.00306,"16":0.00306,"17":0.00611,"18":0.00306,"85":0.00611,"86":0.00306,"89":0.00306,"90":0.00306,"92":0.0428,"100":0.00611,"109":0.0214,"114":0.07337,"115":0.00611,"121":0.00306,"122":0.00611,"123":0.00306,"124":0.00306,"125":0.01529,"126":0.00917,"127":0.00917,"128":0.02751,"129":0.09477,"130":2.04513,"131":1.18306,_:"12 13 79 80 81 83 84 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 116 117 118 119 120"},E:{"14":0.09477,"15":0.00306,_:"0 4 5 6 7 8 9 10 11 12 13 3.1 3.2 6.1 7.1 9.1 10.1","5.1":0.00611,"11.1":0.00306,"12.1":0.00306,"13.1":0.07337,"14.1":0.03668,"15.1":0.00611,"15.2-15.3":0.0856,"15.4":0.00917,"15.5":0.00917,"15.6":0.22316,"16.0":0.00611,"16.1":0.01834,"16.2":0.00611,"16.3":0.03974,"16.4":0.01223,"16.5":0.03057,"16.6":0.12534,"17.0":0.00917,"17.1":0.0642,"17.2":0.02446,"17.3":0.03363,"17.4":0.04586,"17.5":0.14979,"17.6":0.41575,"18.0":0.24762,"18.1":0.27819,"18.2":0.01834},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00149,"5.0-5.1":0,"6.0-6.1":0.00596,"7.0-7.1":0.00745,"8.1-8.4":0,"9.0-9.2":0.00596,"9.3":0.02085,"10.0-10.2":0.00447,"10.3":0.03425,"11.0-11.2":0.4021,"11.3-11.4":0.01042,"12.0-12.1":0.00596,"12.2-12.5":0.15637,"13.0-13.1":0.00298,"13.2":0.04021,"13.3":0.00596,"13.4-13.7":0.02234,"14.0-14.4":0.04915,"14.5-14.8":0.07,"15.0-15.1":0.04021,"15.2-15.3":0.03723,"15.4":0.04468,"15.5":0.05212,"15.6-15.8":0.55848,"16.0":0.10574,"16.1":0.22339,"16.2":0.11318,"16.3":0.19212,"16.4":0.03872,"16.5":0.07744,"16.6-16.7":0.73272,"17.0":0.05361,"17.1":0.08936,"17.2":0.07446,"17.3":0.11318,"17.4":0.24275,"17.5":0.72528,"17.6-17.7":6.26537,"18.0":2.222,"18.1":1.95244,"18.2":0.07893},P:{"4":0.14358,"20":0.03077,"21":0.10255,"22":0.14358,"23":0.14358,"24":0.23587,"25":0.11281,"26":2.85099,"27":1.9075,"5.0-5.4":0.01026,"6.2-6.4":0.02051,"7.2-7.4":0.13332,_:"8.2 10.1","9.2":0.01026,"11.1-11.2":0.03077,"12.0":0.01026,"13.0":0.02051,"14.0":0.01026,"15.0":0.01026,"16.0":0.04102,"17.0":0.04102,"18.0":0.01026,"19.0":0.02051},I:{"0":0.04849,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00006},A:{"9":0.00306,"11":0.03057,_:"6 7 8 10 5.5"},K:{"0":0.40269,_:"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.20135},H:{"0":0},L:{"0":49.21867},R:{_:"0"},M:{"0":0.17358}};
1
+ module.exports={C:{"51":0.0029,"68":0.00581,"78":0.00581,"91":0.00581,"115":0.20031,"119":0.0029,"125":0.0029,"127":0.0029,"128":0.02322,"130":0.0029,"132":0.01161,"133":0.00871,"134":0.26998,"135":0.61834,"136":0.01161,_:"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 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 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 120 121 122 123 124 126 129 131 137 138 3.5 3.6"},D:{"38":0.0029,"47":0.0029,"49":0.0029,"55":0.00581,"56":0.0029,"58":0.29611,"63":0.0029,"65":0.00871,"66":0.0029,"67":0.0029,"68":0.0029,"69":0.00581,"71":0.0029,"72":0.0029,"73":0.00871,"75":0.0029,"79":0.02322,"80":0.02322,"81":0.00581,"83":0.02032,"84":0.00581,"85":0.0029,"86":0.00581,"87":0.04064,"88":0.00871,"89":0.01161,"90":0.0029,"91":0.0029,"92":0.0029,"94":0.02322,"95":0.00871,"96":0.0029,"98":0.06387,"99":0.0029,"100":0.0029,"101":0.0029,"102":0.00581,"103":0.02613,"104":0.0029,"105":0.0029,"106":0.00581,"107":0.00871,"108":0.02903,"109":1.38183,"110":0.00871,"111":0.01161,"112":0.0029,"113":0.0029,"114":0.01742,"116":0.06387,"117":0.0029,"118":0.00581,"119":0.04064,"120":0.07838,"121":0.01161,"122":0.06387,"123":0.02613,"124":0.03484,"125":0.01742,"126":0.04935,"127":0.02322,"128":0.06677,"129":0.04355,"130":0.04645,"131":0.88832,"132":7.44039,"133":6.87721,"134":0.01742,"135":0.01161,_:"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 57 59 60 61 62 64 70 74 76 77 78 93 97 115 136"},F:{"36":0.0029,"46":0.0029,"79":0.0029,"84":0.0029,"87":0.01161,"95":0.06387,"102":0.0029,"109":0.0029,"111":0.00581,"113":0.0029,"114":0.04935,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 85 86 88 89 90 91 92 93 94 96 97 98 99 100 101 103 104 105 106 107 108 110 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"13":0.0029,"18":0.00871,"83":0.0029,"84":0.0029,"89":0.0029,"92":0.03484,"100":0.0029,"109":0.02322,"114":0.03193,"122":0.00581,"123":0.0029,"124":0.0029,"125":0.00581,"126":0.0029,"127":0.0029,"128":0.00581,"129":0.0029,"130":0.00871,"131":0.08999,"132":1.22507,"133":1.59665,_:"12 14 15 16 17 79 80 81 85 86 87 88 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 119 120 121"},E:{"14":0.02032,_:"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","5.1":0.00871,"12.1":0.0029,"13.1":0.01452,"14.1":0.02322,"15.1":0.0029,"15.2-15.3":0.05806,"15.4":0.0029,"15.5":0.00581,"15.6":0.21192,"16.0":0.0029,"16.1":0.01452,"16.2":0.00581,"16.3":0.01742,"16.4":0.00581,"16.5":0.02032,"16.6":0.11031,"17.0":0.0029,"17.1":0.04935,"17.2":0.01452,"17.3":0.01452,"17.4":0.01452,"17.5":0.08419,"17.6":0.16547,"18.0":0.03774,"18.1":0.20611,"18.2":0.08419,"18.3":0.4819,"18.4":0.01161},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0029,"5.0-5.1":0.00145,"6.0-6.1":0.00871,"7.0-7.1":0.00726,"8.1-8.4":0,"9.0-9.2":0.0029,"9.3":0.02178,"10.0-10.2":0.0029,"10.3":0.0334,"11.0-11.2":0.11471,"11.3-11.4":0.01016,"12.0-12.1":0.00581,"12.2-12.5":0.15392,"13.0-13.1":0.0029,"13.2":0.00436,"13.3":0.00581,"13.4-13.7":0.02178,"14.0-14.4":0.04792,"14.5-14.8":0.06679,"15.0-15.1":0.03485,"15.2-15.3":0.03485,"15.4":0.04211,"15.5":0.04792,"15.6-15.8":0.59389,"16.0":0.08567,"16.1":0.1786,"16.2":0.09003,"16.3":0.16263,"16.4":0.0363,"16.5":0.06825,"16.6-16.7":0.70715,"17.0":0.04356,"17.1":0.07696,"17.2":0.06099,"17.3":0.08567,"17.4":0.17715,"17.5":0.42109,"17.6-17.7":1.38525,"18.0":0.40802,"18.1":3.74773,"18.2":1.2052,"18.3":4.29515,"18.4":0.00871},P:{"4":0.13261,"20":0.0204,"21":0.0714,"22":0.11221,"23":0.17341,"24":0.16321,"25":0.25501,"26":0.39782,"27":4.87588,"5.0-5.4":0.0102,"6.2-6.4":0.0102,"7.2-7.4":0.17341,_:"8.2 10.1 12.0","9.2":0.0102,"11.1-11.2":0.0408,"13.0":0.0204,"14.0":0.0102,"15.0":0.0102,"16.0":0.0306,"17.0":0.09181,"18.0":0.0204,"19.0":0.0204},I:{"0":0.09916,"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.00012},K:{"0":0.51098,_:"10 11 12 11.1 11.5 12.1"},A:{"9":0.0029,"11":0.03484,_:"6 7 8 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":52.47545},R:{_:"0"},M:{"0":0.12775},Q:{_:"14.9"},O:{"0":0.22001},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.00407,"88":0.01222,"89":0.0163,"91":0.01222,"115":0.06111,"122":0.00407,"123":0.01222,"126":0.00407,"128":0.05704,"130":0.06111,"131":0.04889,"132":0.79036,"133":0.03259,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 90 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 124 125 127 129 134 135 136 3.5 3.6"},D:{"47":0.00407,"50":0.00407,"56":0.01222,"68":0.00815,"70":0.00407,"76":0.00407,"79":0.02852,"83":0.01222,"87":0.03667,"88":0.01222,"89":0.00815,"91":0.00815,"93":0.01222,"94":0.03667,"98":0.00407,"102":0.06111,"103":0.09778,"104":0.02037,"105":0.00815,"109":0.32185,"114":0.00407,"115":0.00407,"116":0.04889,"119":0.03667,"120":0.00407,"121":0.00815,"122":0.02852,"123":0.00407,"124":0.01222,"125":0.06926,"126":0.08148,"127":0.06518,"128":0.17518,"129":0.68036,"130":16.15748,"131":8.3517,"132":0.13852,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 48 49 51 52 53 54 55 57 58 59 60 61 62 63 64 65 66 67 69 71 72 73 74 75 77 78 80 81 84 85 86 90 92 95 96 97 99 100 101 106 107 108 110 111 112 113 117 118 133 134"},F:{"82":0.00407,"85":0.02037,"93":0.00407,"95":0.00815,"113":0.05704,"114":0.74147,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 86 87 88 89 90 91 92 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00407,"92":0.00407,"107":0.00407,"108":0.00407,"109":0.02444,"114":0.2974,"122":0.01222,"124":0.00407,"125":0.0163,"126":0.00815,"128":0.0163,"129":0.15074,"130":4.1677,"131":2.13478,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 110 111 112 113 115 116 117 118 119 120 121 123 127"},E:{"14":0.00407,_:"0 4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.5 16.0","13.1":0.0163,"14.1":0.00407,"15.1":0.00407,"15.2-15.3":0.00815,"15.4":0.00815,"15.6":0.03667,"16.1":0.00815,"16.2":0.0163,"16.3":0.10592,"16.4":0.06111,"16.5":0.00407,"16.6":0.30962,"17.0":0.00407,"17.1":0.0163,"17.2":0.05704,"17.3":0.00815,"17.4":0.04889,"17.5":0.06111,"17.6":0.73739,"18.0":1.13257,"18.1":0.16703,"18.2":0.03259},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0016,"5.0-5.1":0,"6.0-6.1":0.00639,"7.0-7.1":0.00799,"8.1-8.4":0,"9.0-9.2":0.00639,"9.3":0.02238,"10.0-10.2":0.00479,"10.3":0.03676,"11.0-11.2":0.43153,"11.3-11.4":0.01119,"12.0-12.1":0.00639,"12.2-12.5":0.16782,"13.0-13.1":0.0032,"13.2":0.04315,"13.3":0.00639,"13.4-13.7":0.02397,"14.0-14.4":0.05274,"14.5-14.8":0.07512,"15.0-15.1":0.04315,"15.2-15.3":0.03996,"15.4":0.04795,"15.5":0.05594,"15.6-15.8":0.59934,"16.0":0.11348,"16.1":0.23974,"16.2":0.12147,"16.3":0.20617,"16.4":0.04155,"16.5":0.08311,"16.6-16.7":0.78634,"17.0":0.05754,"17.1":0.09589,"17.2":0.07991,"17.3":0.12147,"17.4":0.26051,"17.5":0.77834,"17.6-17.7":6.7238,"18.0":2.38458,"18.1":2.0953,"18.2":0.08471},P:{"4":0.06236,"21":0.01039,"22":0.08314,"23":0.03118,"24":0.08314,"25":0.02079,"26":2.66051,"27":2.28637,_:"20 5.0-5.4 8.2 9.2 10.1 12.0 13.0","6.2-6.4":0.01039,"7.2-7.4":0.19746,"11.1-11.2":0.03118,"14.0":0.01039,"15.0":0.01039,"16.0":0.02079,"17.0":0.01039,"18.0":0.01039,"19.0":0.03118},I:{"0":0.01183,"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:{_:"6 7 8 9 10 11 5.5"},K:{"0":0.34371,_:"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.01778},H:{"0":0},L:{"0":39.25745},R:{_:"0"},M:{"0":0.14815}};
1
+ module.exports={C:{"115":0.06875,"128":0.02426,"133":0.00404,"134":0.19007,"135":0.4044,_:"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 136 137 138 3.5 3.6"},D:{"42":0.00404,"47":0.00404,"50":0.00404,"63":0.00404,"74":0.0364,"75":0.00404,"76":0.01618,"79":0.01618,"83":0.01618,"86":0.00404,"87":0.0364,"88":0.00404,"93":0.04448,"94":0.00404,"102":0.00809,"103":0.1011,"106":0.00809,"108":0.00404,"109":0.19411,"111":0.00404,"112":0.00809,"113":0.01618,"114":0.00404,"116":0.08897,"118":0.00809,"119":0.04044,"120":0.01213,"122":0.01213,"123":0.00809,"124":0.01213,"125":0.03235,"126":0.19816,"127":0.02426,"128":0.01618,"129":0.01618,"130":0.07684,"131":1.05144,"132":12.9044,"133":10.01294,"134":0.22646,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 43 44 45 46 48 49 51 52 53 54 55 56 57 58 59 60 61 62 64 65 66 67 68 69 70 71 72 73 77 78 80 81 84 85 89 90 91 92 95 96 97 98 99 100 101 104 105 107 110 115 117 121 135 136"},F:{"87":0.0364,"113":0.00809,"114":0.03235,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.02022,"109":0.01618,"114":0.27904,"119":0.00404,"120":0.00404,"125":0.00404,"127":0.00404,"129":0.0364,"130":0.08088,"131":0.22242,"132":2.43449,"133":3.01278,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 121 122 123 124 126 128"},E:{"13":0.02831,"14":0.0364,_:"0 4 5 6 7 8 9 10 11 12 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.5 16.0 16.5 17.0 17.2 18.4","13.1":0.02426,"14.1":0.02831,"15.2-15.3":0.00404,"15.4":0.12132,"15.6":0.08897,"16.1":0.01213,"16.2":0.01213,"16.3":0.00809,"16.4":0.00809,"16.6":0.07279,"17.1":1.51246,"17.3":0.01618,"17.4":0.01618,"17.5":0.04853,"17.6":0.25882,"18.0":0.13345,"18.1":0.6066,"18.2":0.34374,"18.3":0.75623},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00309,"5.0-5.1":0.00155,"6.0-6.1":0.00928,"7.0-7.1":0.00773,"8.1-8.4":0,"9.0-9.2":0.00309,"9.3":0.02319,"10.0-10.2":0.00309,"10.3":0.03556,"11.0-11.2":0.12215,"11.3-11.4":0.01082,"12.0-12.1":0.00618,"12.2-12.5":0.16389,"13.0-13.1":0.00309,"13.2":0.00464,"13.3":0.00618,"13.4-13.7":0.02319,"14.0-14.4":0.05102,"14.5-14.8":0.07112,"15.0-15.1":0.03711,"15.2-15.3":0.03711,"15.4":0.04484,"15.5":0.05102,"15.6-15.8":0.63239,"16.0":0.09122,"16.1":0.19018,"16.2":0.09586,"16.3":0.17317,"16.4":0.03865,"16.5":0.07267,"16.6-16.7":0.75299,"17.0":0.04639,"17.1":0.08195,"17.2":0.06494,"17.3":0.09122,"17.4":0.18863,"17.5":0.44839,"17.6-17.7":1.47505,"18.0":0.43448,"18.1":3.99068,"18.2":1.28333,"18.3":4.57359,"18.4":0.00928},P:{"4":0.07428,"20":0.02122,"21":0.01061,"22":0.01061,"23":0.01061,"24":0.03183,"25":0.03183,"26":0.15917,"27":4.90259,_:"5.0-5.4 6.2-6.4 8.2 9.2 10.1 12.0 13.0 14.0 15.0 16.0 17.0","7.2-7.4":0.14856,"11.1-11.2":0.02122,"18.0":0.01061,"19.0":0.01061},I:{"0":0.00594,"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.13103,_:"10 11 12 11.1 11.5 12.1"},A:{"10":0.00404,"11":0.00404,_:"6 7 8 9 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":40.16529},R:{_:"0"},M:{"0":0.42883},Q:{_:"14.9"},O:{"0":0.02978},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"3":0.01378,"4":0.00689,"6":0.00689,"17":0.00689,"26":0.00689,"27":0.00689,"29":0.00689,"30":0.01378,"31":0.00689,"34":0.01378,"36":0.00689,"37":0.00689,"38":0.00689,"39":0.01378,"40":0.01378,"41":0.01378,"102":0.02067,"103":0.04822,"108":0.00689,"110":0.01378,"115":1.65336,"116":0.00689,"120":0.00689,"122":0.00689,"123":0.02067,"127":0.02067,"128":0.29623,"129":0.05511,"130":0.06889,"131":0.42023,"132":6.39299,"133":0.43401,_:"2 5 7 8 9 10 11 12 13 14 15 16 18 19 20 21 22 23 24 25 28 32 33 35 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 104 105 106 107 109 111 112 113 114 117 118 119 121 124 125 126 134 135 136 3.5","3.6":0.03445},D:{"19":0.00689,"20":0.00689,"21":0.00689,"27":0.00689,"28":0.01378,"29":0.00689,"30":0.00689,"33":0.00689,"36":0.01378,"37":0.00689,"38":0.00689,"39":0.01378,"40":0.01378,"41":0.02067,"42":0.01378,"43":0.04133,"44":0.062,"45":0.02067,"46":0.02067,"47":0.03445,"48":0.01378,"51":0.062,"68":0.00689,"70":0.01378,"73":0.00689,"78":0.00689,"79":0.20667,"80":0.00689,"84":0.06889,"86":0.01378,"87":0.00689,"88":0.02067,"90":0.00689,"96":0.00689,"98":0.062,"99":0.02067,"100":0.00689,"103":0.02067,"104":0.08267,"105":0.02067,"106":0.94379,"107":2.1287,"108":1.08846,"109":1.74292,"110":0.04822,"111":0.53045,"112":0.31689,"113":0.00689,"114":0.03445,"116":1.21935,"117":0.00689,"118":0.248,"119":0.02067,"120":0.07578,"121":0.02067,"122":0.04822,"124":0.39956,"125":0.02067,"126":0.11711,"127":0.062,"128":0.26867,"129":1.88759,"130":14.41868,"131":7.08878,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 22 23 24 25 26 31 32 34 35 49 50 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 69 71 72 74 75 76 77 81 83 85 89 91 92 93 94 95 97 101 102 115 123 132 133 134"},F:{"29":0.01378,"31":0.02067,"32":0.00689,"46":0.01378,"79":0.00689,"83":0.00689,"84":0.00689,"93":0.01378,"94":0.38578,"95":0.00689,"113":0.07578,"114":1.42602,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 30 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 85 86 87 88 89 90 91 92 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 10.0-10.1 10.5 10.6 11.1 11.6","9.5-9.6":0.00689,"11.5":0.00689,"12.1":0.01378},B:{"12":0.02067,"17":0.00689,"92":0.00689,"98":0.01378,"103":0.00689,"104":0.00689,"106":0.66134,"107":0.99891,"108":0.03445,"109":0.10334,"110":0.01378,"111":0.00689,"115":0.01378,"122":0.02756,"126":0.02067,"127":0.01378,"128":0.02067,"129":0.19978,"130":8.00502,"131":5.88321,_:"13 14 15 16 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 99 100 101 102 105 112 113 114 116 117 118 119 120 121 123 124 125"},E:{"8":0.01378,"9":0.06889,"14":0.00689,_:"0 4 5 6 7 10 11 12 13 15 3.1 3.2 9.1 10.1 11.1 12.1 15.2-15.3 15.5 18.2","5.1":0.01378,"6.1":0.00689,"7.1":0.00689,"13.1":0.02756,"14.1":0.00689,"15.1":0.04822,"15.4":0.00689,"15.6":0.14467,"16.0":0.13089,"16.1":0.00689,"16.2":0.00689,"16.3":0.02756,"16.4":0.06889,"16.5":0.14467,"16.6":0.20667,"17.0":0.24112,"17.1":0.02067,"17.2":0.11022,"17.3":0.06889,"17.4":0.04822,"17.5":0.15845,"17.6":1.1918,"18.0":0.35823,"18.1":0.69579},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00153,"5.0-5.1":0,"6.0-6.1":0.00614,"7.0-7.1":0.00767,"8.1-8.4":0,"9.0-9.2":0.00614,"9.3":0.02149,"10.0-10.2":0.0046,"10.3":0.0353,"11.0-11.2":0.41444,"11.3-11.4":0.01074,"12.0-12.1":0.00614,"12.2-12.5":0.16117,"13.0-13.1":0.00307,"13.2":0.04144,"13.3":0.00614,"13.4-13.7":0.02302,"14.0-14.4":0.05065,"14.5-14.8":0.07214,"15.0-15.1":0.04144,"15.2-15.3":0.03837,"15.4":0.04605,"15.5":0.05372,"15.6-15.8":0.57561,"16.0":0.10898,"16.1":0.23025,"16.2":0.11666,"16.3":0.19801,"16.4":0.03991,"16.5":0.07982,"16.6-16.7":0.7552,"17.0":0.05526,"17.1":0.0921,"17.2":0.07675,"17.3":0.11666,"17.4":0.2502,"17.5":0.74753,"17.6-17.7":6.45761,"18.0":2.29017,"18.1":2.01234,"18.2":0.08135},P:{"4":0.0316,"20":0.01053,"26":1.67469,"27":1.45351,_:"21 22 23 24 25 5.0-5.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 16.0 17.0 18.0","6.2-6.4":0.02107,"15.0":0.01053,"19.0":0.02107},I:{"0":0.36939,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00011,"4.4":0,"4.4.3-4.4.4":0.00048},A:{"6":0.01383,"7":0.02074,"8":0.26276,"9":0.03457,"10":0.06223,"11":1.43824,_:"5.5"},K:{"0":0.29555,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.02178,_:"3.0-3.1"},J:{_:"7 10"},Q:{"14.9":0.03111},O:{"0":0.26444},H:{"0":0},L:{"0":10.97251},R:{_:"0"},M:{"0":0.4511}};
1
+ module.exports={C:{"2":0.00722,"3":0.00722,"5":0.00722,"10":0.00722,"17":0.00722,"21":0.00722,"23":0.00722,"25":0.00722,"27":0.00722,"29":0.00722,"30":0.00722,"31":0.00722,"35":0.00722,"36":0.00722,"39":0.00722,"40":0.01444,"104":0.49818,"107":0.41876,"108":0.12274,"109":0.08664,"110":0.62092,"111":0.6859,"115":1.24184,"126":0.01444,"127":0.01444,"128":0.09386,"130":0.02888,"132":0.27436,"133":0.11552,"134":1.35736,"135":5.2345,_:"4 6 7 8 9 11 12 13 14 15 16 18 19 20 22 24 26 28 32 33 34 37 38 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 105 106 112 113 114 116 117 118 119 120 121 122 123 124 125 129 131 136 137 138 3.5","3.6":0.00722},D:{"5":0.00722,"7":0.00722,"10":0.00722,"19":0.00722,"23":0.00722,"28":0.00722,"33":0.02166,"35":0.00722,"37":0.00722,"38":0.00722,"39":0.00722,"40":0.00722,"41":0.02166,"42":0.01444,"43":0.02166,"44":0.01444,"45":0.02166,"46":0.01444,"47":0.02166,"48":0.1083,"51":0.02166,"79":0.15162,"84":0.15162,"87":0.00722,"90":0.00722,"91":8.4835,"94":0.00722,"95":0.02166,"96":0.00722,"97":0.00722,"98":0.11552,"99":0.0361,"100":0.00722,"103":0.02166,"105":1.17686,"106":0.05776,"107":0.76532,"108":1.01802,"109":0.71478,"110":0.48374,"111":0.1083,"112":0.02166,"115":0.02166,"116":2.72194,"117":0.01444,"119":0.0361,"120":0.00722,"121":0.11552,"122":0.20938,"124":0.2888,"125":0.01444,"126":0.15884,"127":0.01444,"128":0.05054,"129":0.17328,"130":0.19494,"131":1.65338,"132":8.3752,"133":8.15138,_:"4 6 8 9 11 12 13 14 15 16 17 18 20 21 22 24 25 26 27 29 30 31 32 34 36 49 50 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 83 85 86 88 89 92 93 101 102 104 113 114 118 123 134 135 136"},F:{"12":0.00722,"29":0.00722,"31":0.00722,"84":0.00722,"88":0.02888,"93":0.00722,"94":0.48374,"114":0.04332,_:"9 11 15 16 17 18 19 20 21 22 23 24 25 26 27 28 30 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 85 86 87 89 90 91 92 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 10.0-10.1 10.5 10.6 11.5 11.6","9.5-9.6":0.00722,"11.1":0.00722,"12.1":0.00722},B:{"98":0.02166,"104":0.01444,"106":0.00722,"109":0.0361,"110":0.02166,"118":0.00722,"122":0.02888,"124":0.00722,"126":0.00722,"128":0.00722,"129":0.00722,"130":0.01444,"131":0.19494,"132":6.39692,"133":9.91306,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 99 100 101 102 103 105 107 108 111 112 113 114 115 116 117 119 120 121 123 125 127"},E:{"4":0.00722,"5":0.00722,"6":0.00722,"7":0.00722,"8":0.00722,"9":0.01444,"13":0.00722,"14":0.00722,_:"0 10 11 12 15 3.1 3.2 6.1 9.1 10.1 15.2-15.3 16.2 17.0 18.4","5.1":0.00722,"7.1":0.00722,"11.1":0.00722,"12.1":0.00722,"13.1":0.23104,"14.1":0.00722,"15.1":0.00722,"15.4":0.00722,"15.5":0.01444,"15.6":0.11552,"16.0":0.12274,"16.1":0.01444,"16.3":0.0361,"16.4":0.01444,"16.5":0.02166,"16.6":0.2166,"17.1":0.12274,"17.2":0.00722,"17.3":0.08664,"17.4":0.15162,"17.5":0.1083,"17.6":0.30324,"18.0":0.0722,"18.1":0.3971,"18.2":0.2888,"18.3":0.99636},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00326,"5.0-5.1":0.00163,"6.0-6.1":0.00978,"7.0-7.1":0.00815,"8.1-8.4":0,"9.0-9.2":0.00326,"9.3":0.02444,"10.0-10.2":0.00326,"10.3":0.03748,"11.0-11.2":0.12872,"11.3-11.4":0.01141,"12.0-12.1":0.00652,"12.2-12.5":0.17271,"13.0-13.1":0.00326,"13.2":0.00489,"13.3":0.00652,"13.4-13.7":0.02444,"14.0-14.4":0.05377,"14.5-14.8":0.07495,"15.0-15.1":0.0391,"15.2-15.3":0.0391,"15.4":0.04725,"15.5":0.05377,"15.6-15.8":0.66641,"16.0":0.09613,"16.1":0.20041,"16.2":0.10102,"16.3":0.18249,"16.4":0.04073,"16.5":0.07658,"16.6-16.7":0.7935,"17.0":0.04888,"17.1":0.08636,"17.2":0.06843,"17.3":0.09613,"17.4":0.19878,"17.5":0.47251,"17.6-17.7":1.55441,"18.0":0.45785,"18.1":4.20537,"18.2":1.35237,"18.3":4.81964,"18.4":0.00978},P:{"4":0.01042,"20":0.01042,"21":0.04166,"26":0.03125,"27":1.41657,_:"22 23 24 25 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0","5.0-5.4":0.02083,"6.2-6.4":0.01042,"7.2-7.4":0.02083,"17.0":0.02083,"19.0":0.02083},I:{"0":0.21363,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00004,"4.4":0,"4.4.3-4.4.4":0.00026},K:{"0":0.13066,_:"10 11 12 11.1 11.5 12.1"},A:{"6":0.03925,"7":0.0314,"8":0.35325,"9":0.07065,"10":0.1099,"11":1.53862,_:"5.5"},S:{"2.5":0.00278,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":8.9912},R:{_:"0"},M:{"0":0.39476},Q:{"14.9":0.02224},O:{"0":0.05004},H:{"0":0}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.006,"65":0.006,"88":0.06,"115":0.156,"125":0.072,"126":0.006,"127":0.006,"128":0.018,"129":0.006,"130":0.006,"131":0.042,"132":0.846,"133":0.09,"134":0.006,_:"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 78 79 80 81 82 83 84 85 86 87 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 135 136 3.5 3.6"},D:{"63":0.006,"64":0.006,"68":0.012,"70":0.006,"74":0.012,"75":0.006,"76":0.006,"79":0.006,"81":0.006,"85":0.006,"86":0.012,"87":0.006,"88":0.006,"91":0.006,"93":0.006,"94":0.006,"95":0.006,"96":0.006,"97":0.006,"99":0.006,"102":0.006,"103":0.042,"104":0.006,"106":0.012,"107":0.006,"108":0.006,"109":1.29,"110":0.006,"111":0.018,"112":0.006,"113":0.006,"114":0.012,"115":0.006,"116":0.036,"117":0.006,"118":0.006,"119":0.018,"120":0.09,"121":0.024,"122":0.042,"123":0.018,"124":0.054,"125":0.024,"126":0.096,"127":0.054,"128":0.096,"129":0.264,"130":9.816,"131":7.254,"132":0.012,"133":0.006,_:"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 65 66 67 69 71 72 73 77 78 80 83 84 89 90 92 98 100 101 105 134"},F:{"79":0.006,"85":0.042,"95":0.06,"105":0.006,"113":0.012,"114":0.624,_:"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 86 87 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 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.006,"92":0.03,"100":0.006,"109":0.012,"113":0.006,"114":0.006,"117":0.006,"122":0.006,"124":0.012,"125":0.006,"126":0.012,"127":0.018,"128":0.09,"129":0.258,"130":21.462,"131":14.466,_:"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 115 116 118 119 120 121 123"},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.4 15.5 16.0 16.2 18.2","13.1":0.006,"14.1":0.012,"15.1":0.048,"15.2-15.3":0.006,"15.6":0.018,"16.1":0.006,"16.3":0.012,"16.4":0.006,"16.5":0.018,"16.6":0.024,"17.0":0.006,"17.1":0.006,"17.2":0.012,"17.3":0.006,"17.4":0.018,"17.5":0.048,"17.6":0.06,"18.0":0.042,"18.1":0.072},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00041,"5.0-5.1":0,"6.0-6.1":0.00164,"7.0-7.1":0.00205,"8.1-8.4":0,"9.0-9.2":0.00164,"9.3":0.00574,"10.0-10.2":0.00123,"10.3":0.00943,"11.0-11.2":0.1107,"11.3-11.4":0.00287,"12.0-12.1":0.00164,"12.2-12.5":0.04305,"13.0-13.1":0.00082,"13.2":0.01107,"13.3":0.00164,"13.4-13.7":0.00615,"14.0-14.4":0.01353,"14.5-14.8":0.01927,"15.0-15.1":0.01107,"15.2-15.3":0.01025,"15.4":0.0123,"15.5":0.01435,"15.6-15.8":0.15375,"16.0":0.02911,"16.1":0.0615,"16.2":0.03116,"16.3":0.05289,"16.4":0.01066,"16.5":0.02132,"16.6-16.7":0.20172,"17.0":0.01476,"17.1":0.0246,"17.2":0.0205,"17.3":0.03116,"17.4":0.06683,"17.5":0.19967,"17.6-17.7":1.72487,"18.0":0.61172,"18.1":0.53751,"18.2":0.02173},P:{"4":0.07269,"20":0.02077,"21":0.05192,"22":0.10384,"23":0.09345,"24":0.10384,"25":0.14537,"26":0.59188,"27":0.2596,_:"5.0-5.4 8.2 10.1 12.0","6.2-6.4":0.01038,"7.2-7.4":0.3842,"9.2":0.01038,"11.1-11.2":0.02077,"13.0":0.04154,"14.0":0.03115,"15.0":0.02077,"16.0":0.02077,"17.0":0.02077,"18.0":0.02077,"19.0":0.03115},I:{"0":0.01596,"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:{"11":0.012,_:"6 7 8 9 10 5.5"},K:{"0":1.09,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.004,_:"3.0-3.1"},J:{_:"7 10"},Q:{_:"14.9"},O:{"0":0.888},H:{"0":0.01},L:{"0":33.104},R:{_:"0"},M:{"0":0.092}};
1
+ module.exports={C:{"88":0.04425,"115":0.1138,"127":0.00632,"128":0.01264,"130":0.00632,"132":0.00632,"133":0.01264,"134":0.22127,"135":0.62588,"136":0.01264,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 89 90 91 92 93 94 95 96 97 98 99 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 129 131 137 138 3.5 3.6"},D:{"56":0.00632,"63":0.00632,"68":0.00632,"74":0.00632,"79":0.00632,"85":0.00632,"86":0.00632,"87":0.00632,"88":0.00632,"91":0.00632,"92":0.00632,"93":0.00632,"94":0.00632,"96":0.00632,"99":0.00632,"102":0.00632,"103":0.03161,"104":0.00632,"105":0.00632,"106":0.01264,"107":0.00632,"108":0.00632,"109":1.08106,"110":0.00632,"111":0.01264,"112":0.00632,"113":0.00632,"114":0.01264,"115":0.00632,"116":0.03161,"117":0.00632,"118":0.04425,"119":0.01264,"120":0.02529,"121":0.01897,"122":0.02529,"123":0.01897,"124":0.04425,"125":0.01264,"126":0.04425,"127":0.01897,"128":0.03793,"129":0.05058,"130":0.10747,"131":0.5184,"132":7.88986,"133":8.1048,"134":0.01264,"135":0.00632,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 57 58 59 60 61 62 64 65 66 67 69 70 71 72 73 75 76 77 78 80 81 83 84 89 90 95 97 98 100 101 136"},F:{"86":0.00632,"87":0.03793,"95":0.04425,"114":0.01897,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 88 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:{"18":0.00632,"92":0.03161,"100":0.00632,"109":0.01264,"114":0.00632,"122":0.01264,"124":0.01897,"125":0.00632,"126":0.00632,"127":0.00632,"128":0.00632,"129":0.01897,"130":0.01264,"131":0.44886,"132":17.63206,"133":22.00688,_:"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 119 120 121 123"},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.5 16.0 16.2 17.3 18.4","13.1":0.00632,"14.1":0.01264,"15.4":0.00632,"15.6":0.02529,"16.1":0.00632,"16.3":0.01264,"16.4":0.01897,"16.5":0.00632,"16.6":0.02529,"17.0":0.00632,"17.1":0.00632,"17.2":0.00632,"17.4":0.01264,"17.5":0.03161,"17.6":0.03793,"18.0":0.01264,"18.1":0.03793,"18.2":0.04425,"18.3":0.12012},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0008,"5.0-5.1":0.0004,"6.0-6.1":0.00239,"7.0-7.1":0.00199,"8.1-8.4":0,"9.0-9.2":0.0008,"9.3":0.00597,"10.0-10.2":0.0008,"10.3":0.00916,"11.0-11.2":0.03147,"11.3-11.4":0.00279,"12.0-12.1":0.00159,"12.2-12.5":0.04222,"13.0-13.1":0.0008,"13.2":0.00119,"13.3":0.00159,"13.4-13.7":0.00597,"14.0-14.4":0.01314,"14.5-14.8":0.01832,"15.0-15.1":0.00956,"15.2-15.3":0.00956,"15.4":0.01155,"15.5":0.01314,"15.6-15.8":0.16292,"16.0":0.0235,"16.1":0.04899,"16.2":0.0247,"16.3":0.04461,"16.4":0.00996,"16.5":0.01872,"16.6-16.7":0.19399,"17.0":0.01195,"17.1":0.02111,"17.2":0.01673,"17.3":0.0235,"17.4":0.0486,"17.5":0.11551,"17.6-17.7":0.38,"18.0":0.11193,"18.1":1.02808,"18.2":0.33061,"18.3":1.17825,"18.4":0.00239},P:{"4":0.06227,"20":0.01038,"21":0.03114,"22":0.05189,"23":0.06227,"24":0.07265,"25":0.13492,"26":0.15568,"27":0.73689,_:"5.0-5.4 8.2 10.1 12.0 15.0","6.2-6.4":0.02076,"7.2-7.4":0.31136,"9.2":0.02076,"11.1-11.2":0.02076,"13.0":0.03114,"14.0":0.02076,"16.0":0.01038,"17.0":0.02076,"18.0":0.01038,"19.0":0.02076},I:{"0":0.01101,"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.84697,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.01264,_:"6 7 8 9 10 5.5"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":31.36361},R:{_:"0"},M:{"0":0.10298},Q:{_:"14.9"},O:{"0":0.85697},H:{"0":0.01}};
@@ -1 +1 @@
1
- module.exports={C:{"34":0.00165,"46":0.00494,"49":0.00165,"58":0.00165,"72":0.00165,"78":0.00165,"79":0.00165,"106":0.00165,"108":0.00494,"115":0.0181,"116":0.00658,"122":0.00329,"126":0.0329,"127":0.00494,"128":0.01316,"129":0.00329,"130":0.00658,"131":0.03455,"132":0.63004,"133":0.03126,_:"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 47 48 50 51 52 53 54 55 56 57 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 107 109 110 111 112 113 114 117 118 119 120 121 123 124 125 134 135 136 3.5 3.6"},D:{"29":0.00165,"43":0.00165,"49":0.00494,"56":0.00329,"58":0.00165,"59":0.00494,"60":0.00165,"62":0.00165,"63":0.00329,"64":0.02797,"65":0.00165,"68":0.00823,"69":0.00165,"70":0.00494,"71":0.00494,"72":0.00165,"73":0.00329,"74":0.00329,"76":0.01316,"77":0.04442,"78":0.00165,"79":0.00329,"80":0.01152,"81":0.01645,"83":0.0329,"84":0.00165,"85":0.00165,"86":0.00329,"87":0.00494,"88":0.00823,"90":0.00165,"91":0.00165,"92":0.02961,"93":0.02303,"94":0.0181,"95":0.00329,"96":0.00823,"97":0.00494,"98":0.00165,"99":0.01316,"100":0.00329,"101":0.00658,"102":0.00329,"103":0.051,"104":0.00165,"105":0.01645,"106":0.00823,"107":0.00165,"108":0.00494,"109":0.28788,"110":0.00494,"111":0.01645,"112":0.00823,"113":0.00165,"114":0.00987,"116":0.02139,"117":0.01481,"118":0.00329,"119":0.03784,"120":0.01152,"121":0.00329,"122":0.00987,"123":0.02303,"124":0.0181,"125":0.01481,"126":0.06416,"127":0.02139,"128":0.04442,"129":0.21221,"130":2.74057,"131":1.71574,"132":0.00658,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 30 31 32 33 34 35 36 37 38 39 40 41 42 44 45 46 47 48 50 51 52 53 54 55 57 61 66 67 75 89 115 133 134"},F:{"21":0.00165,"36":0.00165,"64":0.00165,"79":0.01481,"85":0.00329,"89":0.00165,"90":0.00165,"95":0.00823,"99":0.00823,"101":0.00165,"105":0.00329,"113":0.00823,"114":0.54943,_:"9 11 12 15 16 17 18 19 20 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 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 86 87 88 91 92 93 94 96 97 98 100 102 103 104 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.00658,"13":0.00329,"14":0.00165,"15":0.00165,"16":0.00987,"17":0.00494,"18":0.05758,"84":0.01316,"88":0.00494,"89":0.01974,"90":0.01152,"92":0.11515,"100":0.00987,"105":0.00987,"107":0.00165,"109":0.00987,"111":0.00329,"112":0.00329,"114":0.00329,"115":0.00165,"119":0.00165,"120":0.00987,"121":0.00329,"122":0.00823,"124":0.00494,"125":0.00329,"126":0.03619,"127":0.02303,"128":0.02797,"129":0.09706,"130":1.59236,"131":0.76657,_:"79 80 81 83 85 86 87 91 93 94 95 96 97 98 99 101 102 103 104 106 108 110 113 116 117 118 123"},E:{"11":0.00329,"13":0.01481,_:"0 4 5 6 7 8 9 10 12 14 15 3.1 3.2 6.1 7.1 9.1 10.1 15.4 15.5 16.2 16.4 16.5 17.3 18.2","5.1":0.00329,"11.1":0.00494,"12.1":0.02468,"13.1":0.02139,"14.1":0.00658,"15.1":0.00165,"15.2-15.3":0.00329,"15.6":0.00987,"16.0":0.00165,"16.1":0.00165,"16.3":0.00329,"16.6":0.0181,"17.0":0.00165,"17.1":0.00165,"17.2":0.00165,"17.4":0.00823,"17.5":0.01481,"17.6":0.04771,"18.0":0.01645,"18.1":0.06745},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00057,"5.0-5.1":0,"6.0-6.1":0.00229,"7.0-7.1":0.00287,"8.1-8.4":0,"9.0-9.2":0.00229,"9.3":0.00802,"10.0-10.2":0.00172,"10.3":0.01318,"11.0-11.2":0.15475,"11.3-11.4":0.00401,"12.0-12.1":0.00229,"12.2-12.5":0.06018,"13.0-13.1":0.00115,"13.2":0.01548,"13.3":0.00229,"13.4-13.7":0.0086,"14.0-14.4":0.01891,"14.5-14.8":0.02694,"15.0-15.1":0.01548,"15.2-15.3":0.01433,"15.4":0.01719,"15.5":0.02006,"15.6-15.8":0.21493,"16.0":0.04069,"16.1":0.08597,"16.2":0.04356,"16.3":0.07394,"16.4":0.0149,"16.5":0.0298,"16.6-16.7":0.28199,"17.0":0.02063,"17.1":0.03439,"17.2":0.02866,"17.3":0.04356,"17.4":0.09342,"17.5":0.27913,"17.6-17.7":2.41125,"18.0":0.85514,"18.1":0.7514,"18.2":0.03038},P:{"4":0.01023,"20":0.01023,"21":0.02046,"22":0.05115,"23":0.02046,"24":0.12277,"25":0.07161,"26":0.34784,"27":0.133,"5.0-5.4":0.07161,_:"6.2-6.4 8.2 10.1 12.0 14.0 15.0 17.0 18.0","7.2-7.4":0.04092,"9.2":0.01023,"11.1-11.2":0.02046,"13.0":0.01023,"16.0":0.05115,"19.0":0.01023},I:{"0":0.01667,"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:{"10":0.00376,"11":0.0094,_:"6 7 8 9 5.5"},K:{"0":2.7405,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.04178,_:"3.0-3.1"},J:{_:"7 10"},Q:{_:"14.9"},O:{"0":0.50966},H:{"0":4.52},L:{"0":74.58131},R:{_:"0"},M:{"0":0.06684}};
1
+ module.exports={C:{"46":0.002,"83":0.002,"85":0.002,"112":0.002,"115":0.02401,"127":0.008,"128":0.008,"130":0.002,"131":0.004,"133":0.004,"134":0.21611,"135":0.64432,"136":0.01201,_:"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 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 84 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 113 114 116 117 118 119 120 121 122 123 124 125 126 129 132 137 138 3.5 3.6"},D:{"11":0.002,"38":0.002,"43":0.01401,"49":0.002,"57":0.002,"58":0.002,"59":0.002,"63":0.002,"64":0.17609,"65":0.002,"67":0.002,"68":0.02801,"70":0.004,"73":0.002,"74":0.01201,"75":0.004,"76":0.01801,"77":0.002,"79":0.002,"80":0.01001,"81":0.004,"83":0.004,"86":0.006,"87":0.008,"88":0.008,"89":0.002,"90":0.004,"91":0.002,"92":0.03202,"93":0.002,"94":0.008,"95":0.002,"96":0.008,"98":0.01201,"99":0.002,"100":0.004,"101":0.002,"103":0.03402,"104":0.004,"105":0.01201,"106":0.008,"107":0.008,"108":0.002,"109":0.22011,"111":0.02801,"112":0.002,"113":0.002,"114":0.01801,"116":0.06003,"117":0.006,"118":0.008,"119":0.004,"120":0.006,"121":0.002,"122":0.008,"123":0.01601,"124":0.01401,"125":0.03602,"126":0.05803,"127":0.01401,"128":0.03602,"129":0.01601,"130":0.03602,"131":0.31016,"132":2.02701,"133":2.01901,"134":0.006,_:"4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41 42 44 45 46 47 48 50 51 52 53 54 55 56 60 61 62 66 69 71 72 78 84 85 97 102 110 115 135 136"},F:{"46":0.002,"60":0.002,"85":0.004,"86":0.01001,"87":0.07004,"88":0.004,"95":0.01001,"99":0.006,"108":0.006,"109":0.004,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 89 90 91 92 93 94 96 97 98 100 101 102 103 104 105 106 107 110 111 112 113 114 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.002,"13":0.002,"14":0.01601,"15":0.002,"16":0.004,"17":0.002,"18":0.05003,"84":0.004,"85":0.002,"89":0.008,"90":0.01201,"92":0.04002,"98":0.004,"100":0.004,"103":0.002,"114":0.002,"115":0.002,"120":0.002,"122":0.004,"124":0.004,"125":0.002,"126":0.004,"128":0.008,"129":0.01001,"130":0.01401,"131":0.08004,"132":0.7904,"133":0.74437,_:"79 80 81 83 86 87 88 91 93 94 95 96 97 99 101 102 104 105 106 107 108 109 110 111 112 113 116 117 118 119 121 123 127"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 15.1 16.0 16.2 17.0 17.2 17.3 18.4","11.1":0.006,"12.1":0.02601,"13.1":0.01801,"14.1":0.004,"15.2-15.3":0.002,"15.4":0.01001,"15.5":0.002,"15.6":0.05003,"16.1":0.002,"16.3":0.002,"16.4":0.006,"16.5":0.002,"16.6":0.01401,"17.1":0.002,"17.4":0.02001,"17.5":0.01601,"17.6":0.02601,"18.0":0.004,"18.1":0.01201,"18.2":0.006,"18.3":0.04802},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00099,"5.0-5.1":0.0005,"6.0-6.1":0.00298,"7.0-7.1":0.00248,"8.1-8.4":0,"9.0-9.2":0.00099,"9.3":0.00744,"10.0-10.2":0.00099,"10.3":0.01141,"11.0-11.2":0.03918,"11.3-11.4":0.00347,"12.0-12.1":0.00198,"12.2-12.5":0.05257,"13.0-13.1":0.00099,"13.2":0.00149,"13.3":0.00198,"13.4-13.7":0.00744,"14.0-14.4":0.01637,"14.5-14.8":0.02281,"15.0-15.1":0.0119,"15.2-15.3":0.0119,"15.4":0.01438,"15.5":0.01637,"15.6-15.8":0.20284,"16.0":0.02926,"16.1":0.061,"16.2":0.03075,"16.3":0.05555,"16.4":0.0124,"16.5":0.02331,"16.6-16.7":0.24152,"17.0":0.01488,"17.1":0.02628,"17.2":0.02083,"17.3":0.02926,"17.4":0.0605,"17.5":0.14382,"17.6-17.7":0.47312,"18.0":0.13936,"18.1":1.28002,"18.2":0.41163,"18.3":1.46698,"18.4":0.00298},P:{"4":0.08307,"21":0.02077,"22":0.02077,"23":0.04153,"24":0.08307,"25":0.09345,"26":0.23882,"27":0.34265,_:"20 5.0-5.4 8.2 10.1 12.0 15.0 16.0 17.0 18.0","6.2-6.4":0.01038,"7.2-7.4":0.02077,"9.2":0.04153,"11.1-11.2":0.02077,"13.0":0.01038,"14.0":0.04153,"19.0":0.01038},I:{"0":0.05588,"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":2.82514,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.02401,_:"6 7 8 9 10 5.5"},S:{"2.5":0.016,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":76.10866},R:{_:"0"},M:{"0":0.04},Q:{_:"14.9"},O:{"0":0.46394},H:{"0":4.07}};
@@ -1 +1 @@
1
- module.exports={C:{"34":0.0034,"102":0.0034,"113":0.01019,"115":0.0849,"127":0.01019,"128":0.06792,"129":0.0034,"130":0.02717,"131":0.04415,"132":0.41092,"133":0.02717,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 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 103 104 105 106 107 108 109 110 111 112 114 116 117 118 119 120 121 122 123 124 125 126 134 135 136 3.5 3.6"},D:{"43":0.0034,"55":0.0034,"65":0.01698,"69":0.0034,"70":0.07811,"71":0.01358,"74":0.0034,"75":0.0034,"76":0.02377,"79":0.00679,"80":0.0034,"81":0.00679,"83":0.0034,"86":0.00679,"88":0.00679,"94":0.01698,"95":0.00679,"97":0.00679,"99":0.0034,"100":0.0034,"102":0.03736,"103":0.01698,"107":0.00679,"108":0.02377,"109":0.78787,"111":0.02377,"112":0.0034,"113":0.0034,"114":0.02717,"116":0.0034,"118":0.06113,"119":0.01019,"120":0.01698,"121":0.00679,"122":0.04754,"123":0.04075,"124":0.01698,"125":0.01019,"126":0.1664,"127":0.03056,"128":0.04415,"129":0.28866,"130":7.99418,"131":4.16689,"132":0.0034,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 44 45 46 47 48 49 50 51 52 53 54 56 57 58 59 60 61 62 63 64 66 67 68 72 73 77 78 84 85 87 89 90 91 92 93 96 98 101 104 105 106 110 115 117 133 134"},F:{"37":0.0034,"79":0.00679,"84":0.0034,"85":0.03736,"88":0.0034,"95":0.15961,"112":0.0034,"114":0.82183,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 38 39 40 41 42 43 44 45 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 86 87 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 113 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"15":0.0034,"18":0.01019,"84":0.0034,"90":0.00679,"92":0.06113,"96":0.0034,"100":0.00679,"103":0.01698,"104":0.0034,"109":0.04415,"113":0.0034,"114":0.0034,"118":0.0034,"119":0.00679,"120":0.01019,"121":0.01358,"122":0.0034,"123":0.0034,"124":0.00679,"125":0.01019,"126":0.01358,"127":0.01358,"128":0.02717,"129":0.06792,"130":2.1191,"131":1.08672,_:"12 13 14 16 17 79 80 81 83 85 86 87 88 89 91 93 94 95 97 98 99 101 102 105 106 107 108 110 111 112 115 116 117"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 15.5 16.0 16.2 16.5 17.0 17.2 17.3","13.1":0.00679,"14.1":0.00679,"15.6":0.00679,"16.1":0.0034,"16.3":0.0034,"16.4":0.0034,"16.6":0.05094,"17.1":0.0034,"17.4":0.00679,"17.5":0.02717,"17.6":0.05434,"18.0":0.03396,"18.1":0.15961,"18.2":0.02717},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00025,"5.0-5.1":0,"6.0-6.1":0.001,"7.0-7.1":0.00125,"8.1-8.4":0,"9.0-9.2":0.001,"9.3":0.0035,"10.0-10.2":0.00075,"10.3":0.00574,"11.0-11.2":0.06741,"11.3-11.4":0.00175,"12.0-12.1":0.001,"12.2-12.5":0.02622,"13.0-13.1":0.0005,"13.2":0.00674,"13.3":0.001,"13.4-13.7":0.00375,"14.0-14.4":0.00824,"14.5-14.8":0.01173,"15.0-15.1":0.00674,"15.2-15.3":0.00624,"15.4":0.00749,"15.5":0.00874,"15.6-15.8":0.09363,"16.0":0.01773,"16.1":0.03745,"16.2":0.01897,"16.3":0.03221,"16.4":0.00649,"16.5":0.01298,"16.6-16.7":0.12284,"17.0":0.00899,"17.1":0.01498,"17.2":0.01248,"17.3":0.01897,"17.4":0.0407,"17.5":0.12159,"17.6-17.7":1.05036,"18.0":0.37251,"18.1":0.32732,"18.2":0.01323},P:{"4":0.49922,"21":0.04075,"22":0.13245,"23":0.06113,"24":0.27508,"25":1.01882,"26":1.14108,"27":0.22414,_:"20 5.0-5.4 10.1 12.0 14.0 15.0","6.2-6.4":0.15282,"7.2-7.4":0.31583,"8.2":0.01019,"9.2":0.01019,"11.1-11.2":0.01019,"13.0":0.02038,"16.0":0.01019,"17.0":0.03056,"18.0":0.02038,"19.0":0.10188},I:{"0":0.04613,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00006},A:{"11":1.13766,_:"6 7 8 9 10 5.5"},K:{"0":5.22086,_:"10 11 12 11.1 11.5 12.1"},N:{_:"10 11"},S:{"2.5":0.05284,_:"3.0-3.1"},J:{_:"7 10"},Q:{_:"14.9"},O:{"0":0.72655},H:{"0":0.4},L:{"0":65.73346},R:{_:"0"},M:{"0":0.05284}};
1
+ module.exports={C:{"34":0.00301,"106":0.00301,"115":0.05418,"123":0.00301,"124":0.00301,"125":0.01806,"126":0.00301,"127":0.00301,"128":0.02107,"129":0.00301,"130":0.00301,"132":0.00903,"133":0.00301,"134":0.09933,"135":0.45451,"136":0.00301,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 131 137 138 3.5 3.6"},D:{"20":0.00301,"42":0.00301,"43":0.00301,"50":0.01505,"55":0.01204,"63":0.00301,"65":0.00301,"70":0.00301,"74":0.03612,"78":0.00301,"79":0.01204,"86":0.00301,"87":0.00301,"88":0.00903,"90":0.00602,"91":0.00301,"93":0.00301,"94":0.00301,"95":0.00602,"98":0.00301,"99":0.00903,"100":0.00602,"102":0.04515,"103":0.04515,"108":0.01204,"109":0.5719,"111":0.0903,"114":0.01505,"115":0.00602,"116":0.00903,"117":0.00301,"118":0.01204,"119":0.00903,"120":0.01806,"121":0.00301,"122":0.03311,"123":0.01505,"124":0.01204,"125":0.03311,"126":0.00602,"127":0.0301,"128":0.01204,"129":0.04816,"130":0.0301,"131":0.54782,"132":3.95815,"133":5.18021,"134":0.00903,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 44 45 46 47 48 49 51 52 53 54 56 57 58 59 60 61 62 64 66 67 68 69 71 72 73 75 76 77 80 81 83 84 85 89 92 96 97 101 104 105 106 107 110 112 113 135 136"},F:{"36":0.00301,"46":0.00301,"79":0.01505,"86":0.00602,"87":0.03913,"95":0.10234,"107":0.02107,"109":0.00301,"113":0.00602,"114":0.01204,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 88 89 90 91 92 93 94 96 97 98 99 100 101 102 103 104 105 106 108 110 111 112 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00602,"13":0.01204,"16":0.01204,"17":0.00903,"18":0.01204,"84":0.01505,"90":0.00602,"92":0.0602,"109":0.01204,"113":0.00301,"114":0.00602,"115":0.00301,"116":0.00301,"119":0.00301,"120":0.00301,"122":0.00903,"123":0.00301,"124":0.00602,"125":0.01505,"126":0.00602,"127":0.00301,"128":0.00903,"129":0.09933,"130":0.03612,"131":0.1204,"132":1.806,"133":1.89028,_:"14 15 79 80 81 83 85 86 87 88 89 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 117 118 121"},E:{_:"0 4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.5 16.0 16.1 16.2 16.4 16.5 17.0 17.2 18.4","5.1":0.00602,"13.1":0.00301,"14.1":0.00301,"15.4":0.00301,"15.6":0.00602,"16.3":0.00903,"16.6":0.00602,"17.1":0.01204,"17.3":0.00602,"17.4":0.00602,"17.5":0.00301,"17.6":0.05719,"18.0":0.02709,"18.1":0.03612,"18.2":0.02408,"18.3":0.0903},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00065,"5.0-5.1":0.00032,"6.0-6.1":0.00194,"7.0-7.1":0.00162,"8.1-8.4":0,"9.0-9.2":0.00065,"9.3":0.00485,"10.0-10.2":0.00065,"10.3":0.00744,"11.0-11.2":0.02556,"11.3-11.4":0.00227,"12.0-12.1":0.00129,"12.2-12.5":0.0343,"13.0-13.1":0.00065,"13.2":0.00097,"13.3":0.00129,"13.4-13.7":0.00485,"14.0-14.4":0.01068,"14.5-14.8":0.01489,"15.0-15.1":0.00777,"15.2-15.3":0.00777,"15.4":0.00938,"15.5":0.01068,"15.6-15.8":0.13235,"16.0":0.01909,"16.1":0.0398,"16.2":0.02006,"16.3":0.03624,"16.4":0.00809,"16.5":0.01521,"16.6-16.7":0.15759,"17.0":0.00971,"17.1":0.01715,"17.2":0.01359,"17.3":0.01909,"17.4":0.03948,"17.5":0.09384,"17.6-17.7":0.30871,"18.0":0.09093,"18.1":0.83519,"18.2":0.26858,"18.3":0.95718,"18.4":0.00194},P:{"4":0.19261,"21":0.02028,"22":0.09124,"23":0.09124,"24":0.29399,"25":1.06445,"26":0.2433,"27":1.30775,_:"20 5.0-5.4 9.2 10.1 12.0 14.0 15.0","6.2-6.4":0.1622,"7.2-7.4":1.41926,"8.2":0.01014,"11.1-11.2":0.02028,"13.0":0.01014,"16.0":0.02028,"17.0":0.01014,"18.0":0.01014,"19.0":0.04055},I:{"0":0.0279,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00003},K:{"0":4.9439,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.89096,_:"6 7 8 9 10 5.5"},S:{"2.5":0.00699,_:"3.0-3.1"},J:{_:"7 10"},N:{_:"10 11"},L:{"0":67.77193},R:{_:"0"},M:{"0":0.04892},Q:{"14.9":0.11881},O:{"0":0.64299},H:{"0":0.2}};