@shugaev/spur 0.1.1 → 0.1.2

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 (1105) hide show
  1. package/dist/agents/cursor-submit-ack.d.ts.map +1 -1
  2. package/dist/agents/cursor-submit-ack.js +15 -1
  3. package/dist/agents/cursor-submit-ack.js.map +1 -1
  4. package/dist/agents/cursor.d.ts +1 -0
  5. package/dist/agents/cursor.d.ts.map +1 -1
  6. package/dist/agents/cursor.js +3 -1
  7. package/dist/agents/cursor.js.map +1 -1
  8. package/dist/agents/index.js +2 -2
  9. package/dist/agents/index.js.map +1 -1
  10. package/dist/agents/models.d.ts +3 -0
  11. package/dist/agents/models.d.ts.map +1 -1
  12. package/dist/agents/models.js +41 -3
  13. package/dist/agents/models.js.map +1 -1
  14. package/dist/backlog/index.d.ts +15 -0
  15. package/dist/backlog/index.d.ts.map +1 -0
  16. package/dist/backlog/index.js +80 -0
  17. package/dist/backlog/index.js.map +1 -0
  18. package/dist/backlog/providers.d.ts +12 -0
  19. package/dist/backlog/providers.d.ts.map +1 -0
  20. package/dist/backlog/providers.js +22 -0
  21. package/dist/backlog/providers.js.map +1 -0
  22. package/dist/cli.d.ts.map +1 -1
  23. package/dist/cli.js +12 -1
  24. package/dist/cli.js.map +1 -1
  25. package/dist/config.d.ts.map +1 -1
  26. package/dist/config.js +64 -0
  27. package/dist/config.js.map +1 -1
  28. package/dist/event-sources/github.d.ts.map +1 -1
  29. package/dist/event-sources/github.js +30 -32
  30. package/dist/event-sources/github.js.map +1 -1
  31. package/dist/event-sources/index.d.ts.map +1 -1
  32. package/dist/event-sources/index.js +5 -0
  33. package/dist/event-sources/index.js.map +1 -1
  34. package/dist/gh.d.ts +2 -0
  35. package/dist/gh.d.ts.map +1 -1
  36. package/dist/gh.js +28 -0
  37. package/dist/gh.js.map +1 -1
  38. package/dist/jira.d.ts +15 -0
  39. package/dist/jira.d.ts.map +1 -0
  40. package/dist/jira.js +74 -0
  41. package/dist/jira.js.map +1 -0
  42. package/dist/metadata.d.ts +7 -1
  43. package/dist/metadata.d.ts.map +1 -1
  44. package/dist/metadata.js +129 -0
  45. package/dist/metadata.js.map +1 -1
  46. package/dist/preflight.d.ts.map +1 -1
  47. package/dist/preflight.js +4 -0
  48. package/dist/preflight.js.map +1 -1
  49. package/dist/prompt-template.d.ts +3 -0
  50. package/dist/prompt-template.d.ts.map +1 -0
  51. package/dist/prompt-template.js +14 -0
  52. package/dist/prompt-template.js.map +1 -0
  53. package/dist/send-batches.d.ts +3 -1
  54. package/dist/send-batches.d.ts.map +1 -1
  55. package/dist/send-batches.js +94 -0
  56. package/dist/send-batches.js.map +1 -1
  57. package/dist/server.d.ts.map +1 -1
  58. package/dist/server.js +27 -1
  59. package/dist/server.js.map +1 -1
  60. package/dist/session-service.d.ts +13 -1
  61. package/dist/session-service.d.ts.map +1 -1
  62. package/dist/session-service.js +164 -45
  63. package/dist/session-service.js.map +1 -1
  64. package/dist/shepherd.d.ts.map +1 -1
  65. package/dist/shepherd.js +2 -1
  66. package/dist/shepherd.js.map +1 -1
  67. package/dist/triggers.d.ts.map +1 -1
  68. package/dist/triggers.js +81 -15
  69. package/dist/triggers.js.map +1 -1
  70. package/dist/types.d.ts +74 -2
  71. package/dist/types.d.ts.map +1 -1
  72. package/package.json +1 -1
  73. package/web/.next/BUILD_ID +1 -1
  74. package/web/.next/app-build-manifest.json +98 -91
  75. package/web/.next/app-path-routes-manifest.json +2 -1
  76. package/web/.next/build-manifest.json +3 -3
  77. package/web/.next/prerender-manifest.json +18 -18
  78. package/web/.next/required-server-files.json +3 -3
  79. package/web/.next/server/app/_not-found/page.js +2 -2
  80. package/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  81. package/web/.next/server/app/_not-found.html +1 -1
  82. package/web/.next/server/app/_not-found.rsc +3 -3
  83. package/web/.next/server/app/api/backlog/take/route.js +1 -0
  84. package/web/.next/server/app/api/backlog/take/route.js.nft.json +1 -0
  85. package/web/.next/server/app/api/backlog/take/route_client-reference-manifest.js +1 -0
  86. package/web/.next/server/app/api/github-status/route.js +1 -1
  87. package/web/.next/server/app/api/github-status/route_client-reference-manifest.js +1 -1
  88. package/web/.next/server/app/api/gitlab-status/route.js +1 -1
  89. package/web/.next/server/app/api/gitlab-status/route_client-reference-manifest.js +1 -1
  90. package/web/.next/server/app/api/models/route.js +1 -1
  91. package/web/.next/server/app/api/models/route_client-reference-manifest.js +1 -1
  92. package/web/.next/server/app/api/pr-status/merge/route.js +1 -1
  93. package/web/.next/server/app/api/pr-status/merge/route_client-reference-manifest.js +1 -1
  94. package/web/.next/server/app/api/pr-status/route.js +2 -2
  95. package/web/.next/server/app/api/pr-status/route_client-reference-manifest.js +1 -1
  96. package/web/.next/server/app/api/preflight/route.js +1 -1
  97. package/web/.next/server/app/api/preflight/route_client-reference-manifest.js +1 -1
  98. package/web/.next/server/app/api/projects/[id]/branches/exists/route.js +1 -1
  99. package/web/.next/server/app/api/projects/[id]/branches/exists/route_client-reference-manifest.js +1 -1
  100. package/web/.next/server/app/api/projects/[id]/route.js +1 -1
  101. package/web/.next/server/app/api/projects/[id]/route_client-reference-manifest.js +1 -1
  102. package/web/.next/server/app/api/projects/[id]/slash-commands/route.js +1 -1
  103. package/web/.next/server/app/api/projects/[id]/slash-commands/route_client-reference-manifest.js +1 -1
  104. package/web/.next/server/app/api/projects/route.js +1 -1
  105. package/web/.next/server/app/api/projects/route_client-reference-manifest.js +1 -1
  106. package/web/.next/server/app/api/runtime/info/route.js +1 -1
  107. package/web/.next/server/app/api/runtime/info/route_client-reference-manifest.js +1 -1
  108. package/web/.next/server/app/api/runtime/resources/route.js +1 -1
  109. package/web/.next/server/app/api/runtime/resources/route_client-reference-manifest.js +1 -1
  110. package/web/.next/server/app/api/runtime/terminal/route.js +1 -1
  111. package/web/.next/server/app/api/runtime/terminal/route_client-reference-manifest.js +1 -1
  112. package/web/.next/server/app/api/runtime/versions/route.js +1 -1
  113. package/web/.next/server/app/api/runtime/versions/route_client-reference-manifest.js +1 -1
  114. package/web/.next/server/app/api/runtime/versions/switch/route.js +1 -1
  115. package/web/.next/server/app/api/runtime/versions/switch/route_client-reference-manifest.js +1 -1
  116. package/web/.next/server/app/api/runtime/voice/route.js +1 -1
  117. package/web/.next/server/app/api/runtime/voice/route_client-reference-manifest.js +1 -1
  118. package/web/.next/server/app/api/runtime/voice/transcribe/route.js +1 -1
  119. package/web/.next/server/app/api/runtime/voice/transcribe/route_client-reference-manifest.js +1 -1
  120. package/web/.next/server/app/api/sessions/[id]/artifacts/[artifactId]/route.js +1 -1
  121. package/web/.next/server/app/api/sessions/[id]/artifacts/[artifactId]/route_client-reference-manifest.js +1 -1
  122. package/web/.next/server/app/api/sessions/[id]/complete/route.js +1 -1
  123. package/web/.next/server/app/api/sessions/[id]/complete/route_client-reference-manifest.js +1 -1
  124. package/web/.next/server/app/api/sessions/[id]/conversation/route.js +1 -1
  125. package/web/.next/server/app/api/sessions/[id]/conversation/route_client-reference-manifest.js +1 -1
  126. package/web/.next/server/app/api/sessions/[id]/kill/route.js +1 -1
  127. package/web/.next/server/app/api/sessions/[id]/kill/route_client-reference-manifest.js +1 -1
  128. package/web/.next/server/app/api/sessions/[id]/logs/route.js +1 -1
  129. package/web/.next/server/app/api/sessions/[id]/logs/route_client-reference-manifest.js +1 -1
  130. package/web/.next/server/app/api/sessions/[id]/pause/route.js +1 -1
  131. package/web/.next/server/app/api/sessions/[id]/pause/route_client-reference-manifest.js +1 -1
  132. package/web/.next/server/app/api/sessions/[id]/respawn/route.js +1 -1
  133. package/web/.next/server/app/api/sessions/[id]/respawn/route_client-reference-manifest.js +1 -1
  134. package/web/.next/server/app/api/sessions/[id]/restore/route.js +1 -1
  135. package/web/.next/server/app/api/sessions/[id]/restore/route_client-reference-manifest.js +1 -1
  136. package/web/.next/server/app/api/sessions/[id]/route.js +1 -1
  137. package/web/.next/server/app/api/sessions/[id]/route_client-reference-manifest.js +1 -1
  138. package/web/.next/server/app/api/sessions/[id]/send/route.js +1 -1
  139. package/web/.next/server/app/api/sessions/[id]/send/route_client-reference-manifest.js +1 -1
  140. package/web/.next/server/app/api/sessions/[id]/sidecars/[name]/start/route.js +1 -1
  141. package/web/.next/server/app/api/sessions/[id]/sidecars/[name]/start/route_client-reference-manifest.js +1 -1
  142. package/web/.next/server/app/api/sessions/[id]/sidecars/[name]/stop/route.js +1 -1
  143. package/web/.next/server/app/api/sessions/[id]/sidecars/[name]/stop/route_client-reference-manifest.js +1 -1
  144. package/web/.next/server/app/api/sessions/[id]/slash-commands/route.js +1 -1
  145. package/web/.next/server/app/api/sessions/[id]/slash-commands/route_client-reference-manifest.js +1 -1
  146. package/web/.next/server/app/api/sessions/[id]/tags/route.js +1 -1
  147. package/web/.next/server/app/api/sessions/[id]/tags/route_client-reference-manifest.js +1 -1
  148. package/web/.next/server/app/api/sessions/route.js +1 -1
  149. package/web/.next/server/app/api/sessions/route_client-reference-manifest.js +1 -1
  150. package/web/.next/server/app/api/shepherd/spawn/route.js +1 -1
  151. package/web/.next/server/app/api/shepherd/spawn/route_client-reference-manifest.js +1 -1
  152. package/web/.next/server/app/api/spawn/route.js +1 -1
  153. package/web/.next/server/app/api/spawn/route_client-reference-manifest.js +1 -1
  154. package/web/.next/server/app/apple-icon/route.js +1 -1
  155. package/web/.next/server/app/apple-icon/route_client-reference-manifest.js +1 -1
  156. package/web/.next/server/app/icon/route.js +1 -1
  157. package/web/.next/server/app/icon/route_client-reference-manifest.js +1 -1
  158. package/web/.next/server/app/icon-192/route.js +1 -1
  159. package/web/.next/server/app/icon-192/route_client-reference-manifest.js +1 -1
  160. package/web/.next/server/app/icon-512/route.js +1 -1
  161. package/web/.next/server/app/icon-512/route_client-reference-manifest.js +1 -1
  162. package/web/.next/server/app/manifest.webmanifest/route.js +2 -2
  163. package/web/.next/server/app/manifest.webmanifest/route_client-reference-manifest.js +1 -1
  164. package/web/.next/server/app/page.js +3 -3
  165. package/web/.next/server/app/page.js.nft.json +1 -1
  166. package/web/.next/server/app/page_client-reference-manifest.js +1 -1
  167. package/web/.next/server/app/sessions/[id]/page.js +6 -6
  168. package/web/.next/server/app/sessions/[id]/page.js.nft.json +1 -1
  169. package/web/.next/server/app/sessions/[id]/page_client-reference-manifest.js +1 -1
  170. package/web/.next/server/app-paths-manifest.json +2 -1
  171. package/web/.next/server/chunks/135.js +1 -1
  172. package/web/.next/server/chunks/5158.js +1 -0
  173. package/web/.next/server/chunks/7331.js +3 -3
  174. package/web/.next/server/functions-config-manifest.json +3 -3
  175. package/web/.next/server/middleware-build-manifest.js +1 -1
  176. package/web/.next/server/next-font-manifest.js +1 -1
  177. package/web/.next/server/next-font-manifest.json +1 -1
  178. package/web/.next/server/pages/404.html +1 -1
  179. package/web/.next/server/pages/500.html +1 -1
  180. package/web/.next/server/server-reference-manifest.json +1 -1
  181. package/web/.next/static/chunks/5124-5365d82e8f9962c5.js +1 -0
  182. package/web/.next/static/chunks/app/_not-found/{page-1b6e9375ed39417d.js → page-ce7aac1309588445.js} +1 -1
  183. package/web/.next/static/chunks/app/api/backlog/take/route-1c98dbb79467f151.js +1 -0
  184. package/web/.next/static/chunks/app/api/github-status/route-1c98dbb79467f151.js +1 -0
  185. package/web/.next/static/chunks/app/api/gitlab-status/route-1c98dbb79467f151.js +1 -0
  186. package/web/.next/static/chunks/app/api/models/route-1c98dbb79467f151.js +1 -0
  187. package/web/.next/static/chunks/app/api/pr-status/merge/route-1c98dbb79467f151.js +1 -0
  188. package/web/.next/static/chunks/app/api/pr-status/route-1c98dbb79467f151.js +1 -0
  189. package/web/.next/static/chunks/app/api/preflight/route-1c98dbb79467f151.js +1 -0
  190. package/web/.next/static/chunks/app/api/projects/[id]/branches/exists/route-1c98dbb79467f151.js +1 -0
  191. package/web/.next/static/chunks/app/api/projects/[id]/route-1c98dbb79467f151.js +1 -0
  192. package/web/.next/static/chunks/app/api/projects/[id]/slash-commands/route-1c98dbb79467f151.js +1 -0
  193. package/web/.next/static/chunks/app/api/projects/route-1c98dbb79467f151.js +1 -0
  194. package/web/.next/static/chunks/app/api/runtime/info/route-1c98dbb79467f151.js +1 -0
  195. package/web/.next/static/chunks/app/api/runtime/resources/route-1c98dbb79467f151.js +1 -0
  196. package/web/.next/static/chunks/app/api/runtime/terminal/route-1c98dbb79467f151.js +1 -0
  197. package/web/.next/static/chunks/app/api/runtime/versions/route-1c98dbb79467f151.js +1 -0
  198. package/web/.next/static/chunks/app/api/runtime/versions/switch/route-1c98dbb79467f151.js +1 -0
  199. package/web/.next/static/chunks/app/api/runtime/voice/route-1c98dbb79467f151.js +1 -0
  200. package/web/.next/static/chunks/app/api/runtime/voice/transcribe/route-1c98dbb79467f151.js +1 -0
  201. package/web/.next/static/chunks/app/api/sessions/[id]/artifacts/[artifactId]/route-1c98dbb79467f151.js +1 -0
  202. package/web/.next/static/chunks/app/api/sessions/[id]/complete/route-1c98dbb79467f151.js +1 -0
  203. package/web/.next/static/chunks/app/api/sessions/[id]/conversation/route-1c98dbb79467f151.js +1 -0
  204. package/web/.next/static/chunks/app/api/sessions/[id]/kill/route-1c98dbb79467f151.js +1 -0
  205. package/web/.next/static/chunks/app/api/sessions/[id]/logs/route-1c98dbb79467f151.js +1 -0
  206. package/web/.next/static/chunks/app/api/sessions/[id]/pause/route-1c98dbb79467f151.js +1 -0
  207. package/web/.next/static/chunks/app/api/sessions/[id]/respawn/route-1c98dbb79467f151.js +1 -0
  208. package/web/.next/static/chunks/app/api/sessions/[id]/restore/route-1c98dbb79467f151.js +1 -0
  209. package/web/.next/static/chunks/app/api/sessions/[id]/route-1c98dbb79467f151.js +1 -0
  210. package/web/.next/static/chunks/app/api/sessions/[id]/send/route-1c98dbb79467f151.js +1 -0
  211. package/web/.next/static/chunks/app/api/sessions/[id]/sidecars/[name]/start/route-1c98dbb79467f151.js +1 -0
  212. package/web/.next/static/chunks/app/api/sessions/[id]/sidecars/[name]/stop/route-1c98dbb79467f151.js +1 -0
  213. package/web/.next/static/chunks/app/api/sessions/[id]/slash-commands/route-1c98dbb79467f151.js +1 -0
  214. package/web/.next/static/chunks/app/api/sessions/[id]/tags/route-1c98dbb79467f151.js +1 -0
  215. package/web/.next/static/chunks/app/api/sessions/route-1c98dbb79467f151.js +1 -0
  216. package/web/.next/static/chunks/app/api/shepherd/spawn/route-1c98dbb79467f151.js +1 -0
  217. package/web/.next/static/chunks/app/api/spawn/route-1c98dbb79467f151.js +1 -0
  218. package/web/.next/static/chunks/app/apple-icon/route-1c98dbb79467f151.js +1 -0
  219. package/web/.next/static/chunks/app/icon/route-1c98dbb79467f151.js +1 -0
  220. package/web/.next/static/chunks/app/icon-192/route-1c98dbb79467f151.js +1 -0
  221. package/web/.next/static/chunks/app/icon-512/route-1c98dbb79467f151.js +1 -0
  222. package/web/.next/static/chunks/app/layout-f69f7a978709d508.js +1 -0
  223. package/web/.next/static/chunks/app/manifest.webmanifest/route-1c98dbb79467f151.js +1 -0
  224. package/web/.next/static/chunks/app/page-8a91ba4badc56ab2.js +1 -0
  225. package/web/.next/static/chunks/app/sessions/[id]/page-d8abb491bd89b750.js +1 -0
  226. package/web/.next/static/chunks/{main-app-1cea33e0d8c88bba.js → main-app-96c0fcaf99db6703.js} +1 -1
  227. package/web/.next/static/css/1c8043fd02fc0a5c.css +3 -0
  228. package/web/.next/static/j6j0a_rHfbTSVFFhtL-Dd/_buildManifest.js +1 -0
  229. package/web/node_modules/.package-lock.json +3 -3
  230. package/web/node_modules/caniuse-lite/data/agents.js +1 -1
  231. package/web/node_modules/caniuse-lite/data/browserVersions.js +1 -1
  232. package/web/node_modules/caniuse-lite/data/features/aac.js +1 -1
  233. package/web/node_modules/caniuse-lite/data/features/abortcontroller.js +1 -1
  234. package/web/node_modules/caniuse-lite/data/features/ac3-ec3.js +1 -1
  235. package/web/node_modules/caniuse-lite/data/features/accelerometer.js +1 -1
  236. package/web/node_modules/caniuse-lite/data/features/addeventlistener.js +1 -1
  237. package/web/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +1 -1
  238. package/web/node_modules/caniuse-lite/data/features/ambient-light.js +1 -1
  239. package/web/node_modules/caniuse-lite/data/features/apng.js +1 -1
  240. package/web/node_modules/caniuse-lite/data/features/array-find-index.js +1 -1
  241. package/web/node_modules/caniuse-lite/data/features/array-find.js +1 -1
  242. package/web/node_modules/caniuse-lite/data/features/array-flat.js +1 -1
  243. package/web/node_modules/caniuse-lite/data/features/array-includes.js +1 -1
  244. package/web/node_modules/caniuse-lite/data/features/arrow-functions.js +1 -1
  245. package/web/node_modules/caniuse-lite/data/features/asmjs.js +1 -1
  246. package/web/node_modules/caniuse-lite/data/features/async-clipboard.js +1 -1
  247. package/web/node_modules/caniuse-lite/data/features/async-functions.js +1 -1
  248. package/web/node_modules/caniuse-lite/data/features/atob-btoa.js +1 -1
  249. package/web/node_modules/caniuse-lite/data/features/audio-api.js +1 -1
  250. package/web/node_modules/caniuse-lite/data/features/audio.js +1 -1
  251. package/web/node_modules/caniuse-lite/data/features/audiotracks.js +1 -1
  252. package/web/node_modules/caniuse-lite/data/features/autofocus.js +1 -1
  253. package/web/node_modules/caniuse-lite/data/features/auxclick.js +1 -1
  254. package/web/node_modules/caniuse-lite/data/features/av1.js +1 -1
  255. package/web/node_modules/caniuse-lite/data/features/avif.js +1 -1
  256. package/web/node_modules/caniuse-lite/data/features/background-attachment.js +1 -1
  257. package/web/node_modules/caniuse-lite/data/features/background-clip-text.js +1 -1
  258. package/web/node_modules/caniuse-lite/data/features/background-img-opts.js +1 -1
  259. package/web/node_modules/caniuse-lite/data/features/background-position-x-y.js +1 -1
  260. package/web/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +1 -1
  261. package/web/node_modules/caniuse-lite/data/features/background-sync.js +1 -1
  262. package/web/node_modules/caniuse-lite/data/features/battery-status.js +1 -1
  263. package/web/node_modules/caniuse-lite/data/features/beacon.js +1 -1
  264. package/web/node_modules/caniuse-lite/data/features/beforeafterprint.js +1 -1
  265. package/web/node_modules/caniuse-lite/data/features/bigint.js +1 -1
  266. package/web/node_modules/caniuse-lite/data/features/blobbuilder.js +1 -1
  267. package/web/node_modules/caniuse-lite/data/features/bloburls.js +1 -1
  268. package/web/node_modules/caniuse-lite/data/features/border-image.js +1 -1
  269. package/web/node_modules/caniuse-lite/data/features/border-radius.js +1 -1
  270. package/web/node_modules/caniuse-lite/data/features/broadcastchannel.js +1 -1
  271. package/web/node_modules/caniuse-lite/data/features/brotli.js +1 -1
  272. package/web/node_modules/caniuse-lite/data/features/calc.js +1 -1
  273. package/web/node_modules/caniuse-lite/data/features/canvas-blending.js +1 -1
  274. package/web/node_modules/caniuse-lite/data/features/canvas-text.js +1 -1
  275. package/web/node_modules/caniuse-lite/data/features/canvas.js +1 -1
  276. package/web/node_modules/caniuse-lite/data/features/ch-unit.js +1 -1
  277. package/web/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +1 -1
  278. package/web/node_modules/caniuse-lite/data/features/channel-messaging.js +1 -1
  279. package/web/node_modules/caniuse-lite/data/features/childnode-remove.js +1 -1
  280. package/web/node_modules/caniuse-lite/data/features/classlist.js +1 -1
  281. package/web/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +1 -1
  282. package/web/node_modules/caniuse-lite/data/features/clipboard.js +1 -1
  283. package/web/node_modules/caniuse-lite/data/features/colr-v1.js +1 -1
  284. package/web/node_modules/caniuse-lite/data/features/colr.js +1 -1
  285. package/web/node_modules/caniuse-lite/data/features/comparedocumentposition.js +1 -1
  286. package/web/node_modules/caniuse-lite/data/features/console-basic.js +1 -1
  287. package/web/node_modules/caniuse-lite/data/features/console-time.js +1 -1
  288. package/web/node_modules/caniuse-lite/data/features/const.js +1 -1
  289. package/web/node_modules/caniuse-lite/data/features/constraint-validation.js +1 -1
  290. package/web/node_modules/caniuse-lite/data/features/contenteditable.js +1 -1
  291. package/web/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +1 -1
  292. package/web/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +1 -1
  293. package/web/node_modules/caniuse-lite/data/features/cookie-store-api.js +1 -1
  294. package/web/node_modules/caniuse-lite/data/features/cors.js +1 -1
  295. package/web/node_modules/caniuse-lite/data/features/createimagebitmap.js +1 -1
  296. package/web/node_modules/caniuse-lite/data/features/credential-management.js +1 -1
  297. package/web/node_modules/caniuse-lite/data/features/cross-document-view-transitions.js +1 -1
  298. package/web/node_modules/caniuse-lite/data/features/cryptography.js +1 -1
  299. package/web/node_modules/caniuse-lite/data/features/css-all.js +1 -1
  300. package/web/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +1 -1
  301. package/web/node_modules/caniuse-lite/data/features/css-animation.js +1 -1
  302. package/web/node_modules/caniuse-lite/data/features/css-any-link.js +1 -1
  303. package/web/node_modules/caniuse-lite/data/features/css-appearance.js +1 -1
  304. package/web/node_modules/caniuse-lite/data/features/css-at-counter-style.js +1 -1
  305. package/web/node_modules/caniuse-lite/data/features/css-autofill.js +1 -1
  306. package/web/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +1 -1
  307. package/web/node_modules/caniuse-lite/data/features/css-background-offsets.js +1 -1
  308. package/web/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +1 -1
  309. package/web/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +1 -1
  310. package/web/node_modules/caniuse-lite/data/features/css-boxshadow.js +1 -1
  311. package/web/node_modules/caniuse-lite/data/features/css-canvas.js +1 -1
  312. package/web/node_modules/caniuse-lite/data/features/css-caret-color.js +1 -1
  313. package/web/node_modules/caniuse-lite/data/features/css-cascade-layers.js +1 -1
  314. package/web/node_modules/caniuse-lite/data/features/css-cascade-scope.js +1 -1
  315. package/web/node_modules/caniuse-lite/data/features/css-case-insensitive.js +1 -1
  316. package/web/node_modules/caniuse-lite/data/features/css-clip-path.js +1 -1
  317. package/web/node_modules/caniuse-lite/data/features/css-color-adjust.js +1 -1
  318. package/web/node_modules/caniuse-lite/data/features/css-color-function.js +1 -1
  319. package/web/node_modules/caniuse-lite/data/features/css-conic-gradients.js +1 -1
  320. package/web/node_modules/caniuse-lite/data/features/css-container-queries-style.js +1 -1
  321. package/web/node_modules/caniuse-lite/data/features/css-container-queries.js +1 -1
  322. package/web/node_modules/caniuse-lite/data/features/css-container-query-units.js +1 -1
  323. package/web/node_modules/caniuse-lite/data/features/css-containment.js +1 -1
  324. package/web/node_modules/caniuse-lite/data/features/css-content-visibility.js +1 -1
  325. package/web/node_modules/caniuse-lite/data/features/css-counters.js +1 -1
  326. package/web/node_modules/caniuse-lite/data/features/css-crisp-edges.js +1 -1
  327. package/web/node_modules/caniuse-lite/data/features/css-cross-fade.js +1 -1
  328. package/web/node_modules/caniuse-lite/data/features/css-default-pseudo.js +1 -1
  329. package/web/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +1 -1
  330. package/web/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +1 -1
  331. package/web/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +1 -1
  332. package/web/node_modules/caniuse-lite/data/features/css-display-contents.js +1 -1
  333. package/web/node_modules/caniuse-lite/data/features/css-element-function.js +1 -1
  334. package/web/node_modules/caniuse-lite/data/features/css-env-function.js +1 -1
  335. package/web/node_modules/caniuse-lite/data/features/css-exclusions.js +1 -1
  336. package/web/node_modules/caniuse-lite/data/features/css-featurequeries.js +1 -1
  337. package/web/node_modules/caniuse-lite/data/features/css-file-selector-button.js +1 -1
  338. package/web/node_modules/caniuse-lite/data/features/css-filter-function.js +1 -1
  339. package/web/node_modules/caniuse-lite/data/features/css-filters.js +1 -1
  340. package/web/node_modules/caniuse-lite/data/features/css-first-letter.js +1 -1
  341. package/web/node_modules/caniuse-lite/data/features/css-first-line.js +1 -1
  342. package/web/node_modules/caniuse-lite/data/features/css-fixed.js +1 -1
  343. package/web/node_modules/caniuse-lite/data/features/css-focus-visible.js +1 -1
  344. package/web/node_modules/caniuse-lite/data/features/css-focus-within.js +1 -1
  345. package/web/node_modules/caniuse-lite/data/features/css-font-palette.js +1 -1
  346. package/web/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +1 -1
  347. package/web/node_modules/caniuse-lite/data/features/css-font-stretch.js +1 -1
  348. package/web/node_modules/caniuse-lite/data/features/css-gencontent.js +1 -1
  349. package/web/node_modules/caniuse-lite/data/features/css-gradients.js +1 -1
  350. package/web/node_modules/caniuse-lite/data/features/css-grid-animation.js +1 -1
  351. package/web/node_modules/caniuse-lite/data/features/css-grid-lanes.js +1 -1
  352. package/web/node_modules/caniuse-lite/data/features/css-grid.js +1 -1
  353. package/web/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +1 -1
  354. package/web/node_modules/caniuse-lite/data/features/css-has.js +1 -1
  355. package/web/node_modules/caniuse-lite/data/features/css-hyphens.js +1 -1
  356. package/web/node_modules/caniuse-lite/data/features/css-if.js +1 -1
  357. package/web/node_modules/caniuse-lite/data/features/css-image-orientation.js +1 -1
  358. package/web/node_modules/caniuse-lite/data/features/css-image-set.js +1 -1
  359. package/web/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +1 -1
  360. package/web/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +1 -1
  361. package/web/node_modules/caniuse-lite/data/features/css-initial-letter.js +1 -1
  362. package/web/node_modules/caniuse-lite/data/features/css-initial-value.js +1 -1
  363. package/web/node_modules/caniuse-lite/data/features/css-lch-lab.js +1 -1
  364. package/web/node_modules/caniuse-lite/data/features/css-letter-spacing.js +1 -1
  365. package/web/node_modules/caniuse-lite/data/features/css-line-clamp.js +1 -1
  366. package/web/node_modules/caniuse-lite/data/features/css-logical-props.js +1 -1
  367. package/web/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +1 -1
  368. package/web/node_modules/caniuse-lite/data/features/css-masks.js +1 -1
  369. package/web/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +1 -1
  370. package/web/node_modules/caniuse-lite/data/features/css-math-functions.js +1 -1
  371. package/web/node_modules/caniuse-lite/data/features/css-media-interaction.js +1 -1
  372. package/web/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +1 -1
  373. package/web/node_modules/caniuse-lite/data/features/css-media-resolution.js +1 -1
  374. package/web/node_modules/caniuse-lite/data/features/css-media-scripting.js +1 -1
  375. package/web/node_modules/caniuse-lite/data/features/css-mediaqueries.js +1 -1
  376. package/web/node_modules/caniuse-lite/data/features/css-mixblendmode.js +1 -1
  377. package/web/node_modules/caniuse-lite/data/features/css-module-scripts.js +1 -1
  378. package/web/node_modules/caniuse-lite/data/features/css-motion-paths.js +1 -1
  379. package/web/node_modules/caniuse-lite/data/features/css-namespaces.js +1 -1
  380. package/web/node_modules/caniuse-lite/data/features/css-nesting.js +1 -1
  381. package/web/node_modules/caniuse-lite/data/features/css-not-sel-list.js +1 -1
  382. package/web/node_modules/caniuse-lite/data/features/css-nth-child-of.js +1 -1
  383. package/web/node_modules/caniuse-lite/data/features/css-opacity.js +1 -1
  384. package/web/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +1 -1
  385. package/web/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +1 -1
  386. package/web/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +1 -1
  387. package/web/node_modules/caniuse-lite/data/features/css-overflow.js +1 -1
  388. package/web/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +1 -1
  389. package/web/node_modules/caniuse-lite/data/features/css-page-break.js +1 -1
  390. package/web/node_modules/caniuse-lite/data/features/css-paged-media.js +1 -1
  391. package/web/node_modules/caniuse-lite/data/features/css-paint-api.js +1 -1
  392. package/web/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +1 -1
  393. package/web/node_modules/caniuse-lite/data/features/css-placeholder.js +1 -1
  394. package/web/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +1 -1
  395. package/web/node_modules/caniuse-lite/data/features/css-read-only-write.js +1 -1
  396. package/web/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +1 -1
  397. package/web/node_modules/caniuse-lite/data/features/css-reflections.js +1 -1
  398. package/web/node_modules/caniuse-lite/data/features/css-regions.js +1 -1
  399. package/web/node_modules/caniuse-lite/data/features/css-relative-colors.js +1 -1
  400. package/web/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +1 -1
  401. package/web/node_modules/caniuse-lite/data/features/css-resize.js +1 -1
  402. package/web/node_modules/caniuse-lite/data/features/css-revert-value.js +1 -1
  403. package/web/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +1 -1
  404. package/web/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +1 -1
  405. package/web/node_modules/caniuse-lite/data/features/css-scrollbar.js +1 -1
  406. package/web/node_modules/caniuse-lite/data/features/css-sel2.js +1 -1
  407. package/web/node_modules/caniuse-lite/data/features/css-sel3.js +1 -1
  408. package/web/node_modules/caniuse-lite/data/features/css-selection.js +1 -1
  409. package/web/node_modules/caniuse-lite/data/features/css-shapes.js +1 -1
  410. package/web/node_modules/caniuse-lite/data/features/css-snappoints.js +1 -1
  411. package/web/node_modules/caniuse-lite/data/features/css-sticky.js +1 -1
  412. package/web/node_modules/caniuse-lite/data/features/css-subgrid.js +1 -1
  413. package/web/node_modules/caniuse-lite/data/features/css-supports-api.js +1 -1
  414. package/web/node_modules/caniuse-lite/data/features/css-table.js +1 -1
  415. package/web/node_modules/caniuse-lite/data/features/css-text-align-last.js +1 -1
  416. package/web/node_modules/caniuse-lite/data/features/css-text-box-trim.js +1 -1
  417. package/web/node_modules/caniuse-lite/data/features/css-text-indent.js +1 -1
  418. package/web/node_modules/caniuse-lite/data/features/css-text-justify.js +1 -1
  419. package/web/node_modules/caniuse-lite/data/features/css-text-orientation.js +1 -1
  420. package/web/node_modules/caniuse-lite/data/features/css-text-spacing.js +1 -1
  421. package/web/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +1 -1
  422. package/web/node_modules/caniuse-lite/data/features/css-textshadow.js +1 -1
  423. package/web/node_modules/caniuse-lite/data/features/css-touch-action.js +1 -1
  424. package/web/node_modules/caniuse-lite/data/features/css-transitions.js +1 -1
  425. package/web/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +1 -1
  426. package/web/node_modules/caniuse-lite/data/features/css-unset-value.js +1 -1
  427. package/web/node_modules/caniuse-lite/data/features/css-variables.js +1 -1
  428. package/web/node_modules/caniuse-lite/data/features/css-when-else.js +1 -1
  429. package/web/node_modules/caniuse-lite/data/features/css-widows-orphans.js +1 -1
  430. package/web/node_modules/caniuse-lite/data/features/css-width-stretch.js +1 -1
  431. package/web/node_modules/caniuse-lite/data/features/css-writing-mode.js +1 -1
  432. package/web/node_modules/caniuse-lite/data/features/css-zoom.js +1 -1
  433. package/web/node_modules/caniuse-lite/data/features/css3-attr.js +1 -1
  434. package/web/node_modules/caniuse-lite/data/features/css3-boxsizing.js +1 -1
  435. package/web/node_modules/caniuse-lite/data/features/css3-colors.js +1 -1
  436. package/web/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +1 -1
  437. package/web/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +1 -1
  438. package/web/node_modules/caniuse-lite/data/features/css3-cursors.js +1 -1
  439. package/web/node_modules/caniuse-lite/data/features/css3-tabsize.js +1 -1
  440. package/web/node_modules/caniuse-lite/data/features/currentcolor.js +1 -1
  441. package/web/node_modules/caniuse-lite/data/features/custom-elements.js +1 -1
  442. package/web/node_modules/caniuse-lite/data/features/custom-elementsv1.js +1 -1
  443. package/web/node_modules/caniuse-lite/data/features/customevent.js +1 -1
  444. package/web/node_modules/caniuse-lite/data/features/customizable-select.js +1 -1
  445. package/web/node_modules/caniuse-lite/data/features/datalist.js +1 -1
  446. package/web/node_modules/caniuse-lite/data/features/dataset.js +1 -1
  447. package/web/node_modules/caniuse-lite/data/features/datauri.js +1 -1
  448. package/web/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +1 -1
  449. package/web/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +1 -1
  450. package/web/node_modules/caniuse-lite/data/features/decorators.js +1 -1
  451. package/web/node_modules/caniuse-lite/data/features/details.js +1 -1
  452. package/web/node_modules/caniuse-lite/data/features/deviceorientation.js +1 -1
  453. package/web/node_modules/caniuse-lite/data/features/devicepixelratio.js +1 -1
  454. package/web/node_modules/caniuse-lite/data/features/dialog.js +1 -1
  455. package/web/node_modules/caniuse-lite/data/features/dispatchevent.js +1 -1
  456. package/web/node_modules/caniuse-lite/data/features/dnssec.js +1 -1
  457. package/web/node_modules/caniuse-lite/data/features/do-not-track.js +1 -1
  458. package/web/node_modules/caniuse-lite/data/features/document-currentscript.js +1 -1
  459. package/web/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +1 -1
  460. package/web/node_modules/caniuse-lite/data/features/document-execcommand.js +1 -1
  461. package/web/node_modules/caniuse-lite/data/features/document-policy.js +1 -1
  462. package/web/node_modules/caniuse-lite/data/features/document-scrollingelement.js +1 -1
  463. package/web/node_modules/caniuse-lite/data/features/documenthead.js +1 -1
  464. package/web/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +1 -1
  465. package/web/node_modules/caniuse-lite/data/features/dom-range.js +1 -1
  466. package/web/node_modules/caniuse-lite/data/features/domcontentloaded.js +1 -1
  467. package/web/node_modules/caniuse-lite/data/features/dommatrix.js +1 -1
  468. package/web/node_modules/caniuse-lite/data/features/download.js +1 -1
  469. package/web/node_modules/caniuse-lite/data/features/dragndrop.js +1 -1
  470. package/web/node_modules/caniuse-lite/data/features/element-closest.js +1 -1
  471. package/web/node_modules/caniuse-lite/data/features/element-from-point.js +1 -1
  472. package/web/node_modules/caniuse-lite/data/features/element-scroll-methods.js +1 -1
  473. package/web/node_modules/caniuse-lite/data/features/eme.js +1 -1
  474. package/web/node_modules/caniuse-lite/data/features/eot.js +1 -1
  475. package/web/node_modules/caniuse-lite/data/features/es5.js +1 -1
  476. package/web/node_modules/caniuse-lite/data/features/es6-class.js +1 -1
  477. package/web/node_modules/caniuse-lite/data/features/es6-generators.js +1 -1
  478. package/web/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +1 -1
  479. package/web/node_modules/caniuse-lite/data/features/es6-module.js +1 -1
  480. package/web/node_modules/caniuse-lite/data/features/es6-number.js +1 -1
  481. package/web/node_modules/caniuse-lite/data/features/es6-string-includes.js +1 -1
  482. package/web/node_modules/caniuse-lite/data/features/es6.js +1 -1
  483. package/web/node_modules/caniuse-lite/data/features/eventsource.js +1 -1
  484. package/web/node_modules/caniuse-lite/data/features/extended-system-fonts.js +1 -1
  485. package/web/node_modules/caniuse-lite/data/features/feature-policy.js +1 -1
  486. package/web/node_modules/caniuse-lite/data/features/fetch.js +1 -1
  487. package/web/node_modules/caniuse-lite/data/features/fieldset-disabled.js +1 -1
  488. package/web/node_modules/caniuse-lite/data/features/fileapi.js +1 -1
  489. package/web/node_modules/caniuse-lite/data/features/filereader.js +1 -1
  490. package/web/node_modules/caniuse-lite/data/features/filereadersync.js +1 -1
  491. package/web/node_modules/caniuse-lite/data/features/filesystem.js +1 -1
  492. package/web/node_modules/caniuse-lite/data/features/flac.js +1 -1
  493. package/web/node_modules/caniuse-lite/data/features/flexbox-gap.js +1 -1
  494. package/web/node_modules/caniuse-lite/data/features/flexbox.js +1 -1
  495. package/web/node_modules/caniuse-lite/data/features/flow-root.js +1 -1
  496. package/web/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +1 -1
  497. package/web/node_modules/caniuse-lite/data/features/font-family-system-ui.js +1 -1
  498. package/web/node_modules/caniuse-lite/data/features/font-feature.js +1 -1
  499. package/web/node_modules/caniuse-lite/data/features/font-kerning.js +1 -1
  500. package/web/node_modules/caniuse-lite/data/features/font-loading.js +1 -1
  501. package/web/node_modules/caniuse-lite/data/features/font-size-adjust.js +1 -1
  502. package/web/node_modules/caniuse-lite/data/features/font-smooth.js +1 -1
  503. package/web/node_modules/caniuse-lite/data/features/font-unicode-range.js +1 -1
  504. package/web/node_modules/caniuse-lite/data/features/font-variant-alternates.js +1 -1
  505. package/web/node_modules/caniuse-lite/data/features/font-variant-numeric.js +1 -1
  506. package/web/node_modules/caniuse-lite/data/features/fontface.js +1 -1
  507. package/web/node_modules/caniuse-lite/data/features/form-attribute.js +1 -1
  508. package/web/node_modules/caniuse-lite/data/features/form-submit-attributes.js +1 -1
  509. package/web/node_modules/caniuse-lite/data/features/form-validation.js +1 -1
  510. package/web/node_modules/caniuse-lite/data/features/forms.js +1 -1
  511. package/web/node_modules/caniuse-lite/data/features/fullscreen.js +1 -1
  512. package/web/node_modules/caniuse-lite/data/features/gamepad.js +1 -1
  513. package/web/node_modules/caniuse-lite/data/features/geolocation.js +1 -1
  514. package/web/node_modules/caniuse-lite/data/features/getboundingclientrect.js +1 -1
  515. package/web/node_modules/caniuse-lite/data/features/getcomputedstyle.js +1 -1
  516. package/web/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +1 -1
  517. package/web/node_modules/caniuse-lite/data/features/getrandomvalues.js +1 -1
  518. package/web/node_modules/caniuse-lite/data/features/gyroscope.js +1 -1
  519. package/web/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +1 -1
  520. package/web/node_modules/caniuse-lite/data/features/hashchange.js +1 -1
  521. package/web/node_modules/caniuse-lite/data/features/heif.js +1 -1
  522. package/web/node_modules/caniuse-lite/data/features/hevc.js +1 -1
  523. package/web/node_modules/caniuse-lite/data/features/hidden.js +1 -1
  524. package/web/node_modules/caniuse-lite/data/features/high-resolution-time.js +1 -1
  525. package/web/node_modules/caniuse-lite/data/features/history.js +1 -1
  526. package/web/node_modules/caniuse-lite/data/features/html-media-capture.js +1 -1
  527. package/web/node_modules/caniuse-lite/data/features/html5semantic.js +1 -1
  528. package/web/node_modules/caniuse-lite/data/features/http-live-streaming.js +1 -1
  529. package/web/node_modules/caniuse-lite/data/features/http2.js +1 -1
  530. package/web/node_modules/caniuse-lite/data/features/http3.js +1 -1
  531. package/web/node_modules/caniuse-lite/data/features/iframe-sandbox.js +1 -1
  532. package/web/node_modules/caniuse-lite/data/features/iframe-seamless.js +1 -1
  533. package/web/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +1 -1
  534. package/web/node_modules/caniuse-lite/data/features/imagecapture.js +1 -1
  535. package/web/node_modules/caniuse-lite/data/features/ime.js +1 -1
  536. package/web/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +1 -1
  537. package/web/node_modules/caniuse-lite/data/features/import-maps.js +1 -1
  538. package/web/node_modules/caniuse-lite/data/features/imports.js +1 -1
  539. package/web/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +1 -1
  540. package/web/node_modules/caniuse-lite/data/features/indexeddb.js +1 -1
  541. package/web/node_modules/caniuse-lite/data/features/indexeddb2.js +1 -1
  542. package/web/node_modules/caniuse-lite/data/features/inline-block.js +1 -1
  543. package/web/node_modules/caniuse-lite/data/features/innertext.js +1 -1
  544. package/web/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +1 -1
  545. package/web/node_modules/caniuse-lite/data/features/input-color.js +1 -1
  546. package/web/node_modules/caniuse-lite/data/features/input-datetime.js +1 -1
  547. package/web/node_modules/caniuse-lite/data/features/input-email-tel-url.js +1 -1
  548. package/web/node_modules/caniuse-lite/data/features/input-event.js +1 -1
  549. package/web/node_modules/caniuse-lite/data/features/input-file-accept.js +1 -1
  550. package/web/node_modules/caniuse-lite/data/features/input-file-directory.js +1 -1
  551. package/web/node_modules/caniuse-lite/data/features/input-file-multiple.js +1 -1
  552. package/web/node_modules/caniuse-lite/data/features/input-inputmode.js +1 -1
  553. package/web/node_modules/caniuse-lite/data/features/input-minlength.js +1 -1
  554. package/web/node_modules/caniuse-lite/data/features/input-number.js +1 -1
  555. package/web/node_modules/caniuse-lite/data/features/input-pattern.js +1 -1
  556. package/web/node_modules/caniuse-lite/data/features/input-placeholder.js +1 -1
  557. package/web/node_modules/caniuse-lite/data/features/input-range.js +1 -1
  558. package/web/node_modules/caniuse-lite/data/features/input-search.js +1 -1
  559. package/web/node_modules/caniuse-lite/data/features/input-selection.js +1 -1
  560. package/web/node_modules/caniuse-lite/data/features/insert-adjacent.js +1 -1
  561. package/web/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +1 -1
  562. package/web/node_modules/caniuse-lite/data/features/internationalization.js +1 -1
  563. package/web/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +1 -1
  564. package/web/node_modules/caniuse-lite/data/features/intersectionobserver.js +1 -1
  565. package/web/node_modules/caniuse-lite/data/features/intl-pluralrules.js +1 -1
  566. package/web/node_modules/caniuse-lite/data/features/intrinsic-width.js +1 -1
  567. package/web/node_modules/caniuse-lite/data/features/jpeg2000.js +1 -1
  568. package/web/node_modules/caniuse-lite/data/features/jpegxl.js +1 -1
  569. package/web/node_modules/caniuse-lite/data/features/jpegxr.js +1 -1
  570. package/web/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +1 -1
  571. package/web/node_modules/caniuse-lite/data/features/json.js +1 -1
  572. package/web/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +1 -1
  573. package/web/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +1 -1
  574. package/web/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +1 -1
  575. package/web/node_modules/caniuse-lite/data/features/keyboardevent-code.js +1 -1
  576. package/web/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +1 -1
  577. package/web/node_modules/caniuse-lite/data/features/keyboardevent-key.js +1 -1
  578. package/web/node_modules/caniuse-lite/data/features/keyboardevent-location.js +1 -1
  579. package/web/node_modules/caniuse-lite/data/features/keyboardevent-which.js +1 -1
  580. package/web/node_modules/caniuse-lite/data/features/lazyload.js +1 -1
  581. package/web/node_modules/caniuse-lite/data/features/let.js +1 -1
  582. package/web/node_modules/caniuse-lite/data/features/link-icon-png.js +1 -1
  583. package/web/node_modules/caniuse-lite/data/features/link-icon-svg.js +1 -1
  584. package/web/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +1 -1
  585. package/web/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +1 -1
  586. package/web/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +1 -1
  587. package/web/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +1 -1
  588. package/web/node_modules/caniuse-lite/data/features/link-rel-preload.js +1 -1
  589. package/web/node_modules/caniuse-lite/data/features/link-rel-prerender.js +1 -1
  590. package/web/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +1 -1
  591. package/web/node_modules/caniuse-lite/data/features/loading-lazy-media.js +1 -1
  592. package/web/node_modules/caniuse-lite/data/features/localecompare.js +1 -1
  593. package/web/node_modules/caniuse-lite/data/features/magnetometer.js +1 -1
  594. package/web/node_modules/caniuse-lite/data/features/matchesselector.js +1 -1
  595. package/web/node_modules/caniuse-lite/data/features/matchmedia.js +1 -1
  596. package/web/node_modules/caniuse-lite/data/features/mathml.js +1 -1
  597. package/web/node_modules/caniuse-lite/data/features/maxlength.js +1 -1
  598. package/web/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +1 -1
  599. package/web/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +1 -1
  600. package/web/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +1 -1
  601. package/web/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +1 -1
  602. package/web/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +1 -1
  603. package/web/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +1 -1
  604. package/web/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +1 -1
  605. package/web/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +1 -1
  606. package/web/node_modules/caniuse-lite/data/features/media-fragments.js +1 -1
  607. package/web/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +1 -1
  608. package/web/node_modules/caniuse-lite/data/features/mediarecorder.js +1 -1
  609. package/web/node_modules/caniuse-lite/data/features/mediasource.js +1 -1
  610. package/web/node_modules/caniuse-lite/data/features/menu.js +1 -1
  611. package/web/node_modules/caniuse-lite/data/features/meta-theme-color.js +1 -1
  612. package/web/node_modules/caniuse-lite/data/features/meter.js +1 -1
  613. package/web/node_modules/caniuse-lite/data/features/midi.js +1 -1
  614. package/web/node_modules/caniuse-lite/data/features/minmaxwh.js +1 -1
  615. package/web/node_modules/caniuse-lite/data/features/mp3.js +1 -1
  616. package/web/node_modules/caniuse-lite/data/features/mpeg-dash.js +1 -1
  617. package/web/node_modules/caniuse-lite/data/features/mpeg4.js +1 -1
  618. package/web/node_modules/caniuse-lite/data/features/multibackgrounds.js +1 -1
  619. package/web/node_modules/caniuse-lite/data/features/multicolumn.js +1 -1
  620. package/web/node_modules/caniuse-lite/data/features/mutation-events.js +1 -1
  621. package/web/node_modules/caniuse-lite/data/features/mutationobserver.js +1 -1
  622. package/web/node_modules/caniuse-lite/data/features/namevalue-storage.js +1 -1
  623. package/web/node_modules/caniuse-lite/data/features/native-filesystem-api.js +1 -1
  624. package/web/node_modules/caniuse-lite/data/features/nav-timing.js +1 -1
  625. package/web/node_modules/caniuse-lite/data/features/netinfo.js +1 -1
  626. package/web/node_modules/caniuse-lite/data/features/notifications.js +1 -1
  627. package/web/node_modules/caniuse-lite/data/features/object-entries.js +1 -1
  628. package/web/node_modules/caniuse-lite/data/features/object-fit.js +1 -1
  629. package/web/node_modules/caniuse-lite/data/features/object-observe.js +1 -1
  630. package/web/node_modules/caniuse-lite/data/features/object-values.js +1 -1
  631. package/web/node_modules/caniuse-lite/data/features/objectrtc.js +1 -1
  632. package/web/node_modules/caniuse-lite/data/features/offline-apps.js +1 -1
  633. package/web/node_modules/caniuse-lite/data/features/offscreencanvas.js +1 -1
  634. package/web/node_modules/caniuse-lite/data/features/ogg-vorbis.js +1 -1
  635. package/web/node_modules/caniuse-lite/data/features/ogv.js +1 -1
  636. package/web/node_modules/caniuse-lite/data/features/ol-reversed.js +1 -1
  637. package/web/node_modules/caniuse-lite/data/features/once-event-listener.js +1 -1
  638. package/web/node_modules/caniuse-lite/data/features/online-status.js +1 -1
  639. package/web/node_modules/caniuse-lite/data/features/opus.js +1 -1
  640. package/web/node_modules/caniuse-lite/data/features/orientation-sensor.js +1 -1
  641. package/web/node_modules/caniuse-lite/data/features/outline.js +1 -1
  642. package/web/node_modules/caniuse-lite/data/features/pad-start-end.js +1 -1
  643. package/web/node_modules/caniuse-lite/data/features/page-transition-events.js +1 -1
  644. package/web/node_modules/caniuse-lite/data/features/pagevisibility.js +1 -1
  645. package/web/node_modules/caniuse-lite/data/features/passive-event-listener.js +1 -1
  646. package/web/node_modules/caniuse-lite/data/features/passkeys.js +1 -1
  647. package/web/node_modules/caniuse-lite/data/features/passwordrules.js +1 -1
  648. package/web/node_modules/caniuse-lite/data/features/path2d.js +1 -1
  649. package/web/node_modules/caniuse-lite/data/features/payment-request.js +1 -1
  650. package/web/node_modules/caniuse-lite/data/features/pdf-viewer.js +1 -1
  651. package/web/node_modules/caniuse-lite/data/features/permissions-api.js +1 -1
  652. package/web/node_modules/caniuse-lite/data/features/permissions-policy.js +1 -1
  653. package/web/node_modules/caniuse-lite/data/features/picture-in-picture.js +1 -1
  654. package/web/node_modules/caniuse-lite/data/features/picture.js +1 -1
  655. package/web/node_modules/caniuse-lite/data/features/ping.js +1 -1
  656. package/web/node_modules/caniuse-lite/data/features/png-alpha.js +1 -1
  657. package/web/node_modules/caniuse-lite/data/features/pointer-events.js +1 -1
  658. package/web/node_modules/caniuse-lite/data/features/pointer.js +1 -1
  659. package/web/node_modules/caniuse-lite/data/features/pointerlock.js +1 -1
  660. package/web/node_modules/caniuse-lite/data/features/portals.js +1 -1
  661. package/web/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +1 -1
  662. package/web/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +1 -1
  663. package/web/node_modules/caniuse-lite/data/features/progress.js +1 -1
  664. package/web/node_modules/caniuse-lite/data/features/promise-finally.js +1 -1
  665. package/web/node_modules/caniuse-lite/data/features/promises.js +1 -1
  666. package/web/node_modules/caniuse-lite/data/features/proximity.js +1 -1
  667. package/web/node_modules/caniuse-lite/data/features/proxy.js +1 -1
  668. package/web/node_modules/caniuse-lite/data/features/publickeypinning.js +1 -1
  669. package/web/node_modules/caniuse-lite/data/features/push-api.js +1 -1
  670. package/web/node_modules/caniuse-lite/data/features/queryselector.js +1 -1
  671. package/web/node_modules/caniuse-lite/data/features/readonly-attr.js +1 -1
  672. package/web/node_modules/caniuse-lite/data/features/referrer-policy.js +1 -1
  673. package/web/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +1 -1
  674. package/web/node_modules/caniuse-lite/data/features/rel-noopener.js +1 -1
  675. package/web/node_modules/caniuse-lite/data/features/rel-noreferrer.js +1 -1
  676. package/web/node_modules/caniuse-lite/data/features/rellist.js +1 -1
  677. package/web/node_modules/caniuse-lite/data/features/rem.js +1 -1
  678. package/web/node_modules/caniuse-lite/data/features/requestanimationframe.js +1 -1
  679. package/web/node_modules/caniuse-lite/data/features/requestidlecallback.js +1 -1
  680. package/web/node_modules/caniuse-lite/data/features/resizeobserver.js +1 -1
  681. package/web/node_modules/caniuse-lite/data/features/resource-timing.js +1 -1
  682. package/web/node_modules/caniuse-lite/data/features/rest-parameters.js +1 -1
  683. package/web/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +1 -1
  684. package/web/node_modules/caniuse-lite/data/features/ruby.js +1 -1
  685. package/web/node_modules/caniuse-lite/data/features/run-in.js +1 -1
  686. package/web/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +1 -1
  687. package/web/node_modules/caniuse-lite/data/features/screen-orientation.js +1 -1
  688. package/web/node_modules/caniuse-lite/data/features/script-async.js +1 -1
  689. package/web/node_modules/caniuse-lite/data/features/script-defer.js +1 -1
  690. package/web/node_modules/caniuse-lite/data/features/scrollintoview.js +1 -1
  691. package/web/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +1 -1
  692. package/web/node_modules/caniuse-lite/data/features/sdch.js +1 -1
  693. package/web/node_modules/caniuse-lite/data/features/selection-api.js +1 -1
  694. package/web/node_modules/caniuse-lite/data/features/server-timing.js +1 -1
  695. package/web/node_modules/caniuse-lite/data/features/serviceworkers.js +1 -1
  696. package/web/node_modules/caniuse-lite/data/features/setimmediate.js +1 -1
  697. package/web/node_modules/caniuse-lite/data/features/shadowdom.js +1 -1
  698. package/web/node_modules/caniuse-lite/data/features/shadowdomv1.js +1 -1
  699. package/web/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +1 -1
  700. package/web/node_modules/caniuse-lite/data/features/sharedworkers.js +1 -1
  701. package/web/node_modules/caniuse-lite/data/features/sni.js +1 -1
  702. package/web/node_modules/caniuse-lite/data/features/spdy.js +1 -1
  703. package/web/node_modules/caniuse-lite/data/features/speech-recognition.js +1 -1
  704. package/web/node_modules/caniuse-lite/data/features/speech-synthesis.js +1 -1
  705. package/web/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +1 -1
  706. package/web/node_modules/caniuse-lite/data/features/sql-storage.js +1 -1
  707. package/web/node_modules/caniuse-lite/data/features/srcset.js +1 -1
  708. package/web/node_modules/caniuse-lite/data/features/stream.js +1 -1
  709. package/web/node_modules/caniuse-lite/data/features/streams.js +1 -1
  710. package/web/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +1 -1
  711. package/web/node_modules/caniuse-lite/data/features/style-scoped.js +1 -1
  712. package/web/node_modules/caniuse-lite/data/features/subresource-bundling.js +1 -1
  713. package/web/node_modules/caniuse-lite/data/features/subresource-integrity.js +1 -1
  714. package/web/node_modules/caniuse-lite/data/features/svg-css.js +1 -1
  715. package/web/node_modules/caniuse-lite/data/features/svg-filters.js +1 -1
  716. package/web/node_modules/caniuse-lite/data/features/svg-fonts.js +1 -1
  717. package/web/node_modules/caniuse-lite/data/features/svg-fragment.js +1 -1
  718. package/web/node_modules/caniuse-lite/data/features/svg-html.js +1 -1
  719. package/web/node_modules/caniuse-lite/data/features/svg-html5.js +1 -1
  720. package/web/node_modules/caniuse-lite/data/features/svg-img.js +1 -1
  721. package/web/node_modules/caniuse-lite/data/features/svg-smil.js +1 -1
  722. package/web/node_modules/caniuse-lite/data/features/svg.js +1 -1
  723. package/web/node_modules/caniuse-lite/data/features/sxg.js +1 -1
  724. package/web/node_modules/caniuse-lite/data/features/tabindex-attr.js +1 -1
  725. package/web/node_modules/caniuse-lite/data/features/template-literals.js +1 -1
  726. package/web/node_modules/caniuse-lite/data/features/template.js +1 -1
  727. package/web/node_modules/caniuse-lite/data/features/temporal.js +1 -1
  728. package/web/node_modules/caniuse-lite/data/features/testfeat.js +1 -1
  729. package/web/node_modules/caniuse-lite/data/features/text-decoration.js +1 -1
  730. package/web/node_modules/caniuse-lite/data/features/text-emphasis.js +1 -1
  731. package/web/node_modules/caniuse-lite/data/features/text-overflow.js +1 -1
  732. package/web/node_modules/caniuse-lite/data/features/text-size-adjust.js +1 -1
  733. package/web/node_modules/caniuse-lite/data/features/text-stroke.js +1 -1
  734. package/web/node_modules/caniuse-lite/data/features/textcontent.js +1 -1
  735. package/web/node_modules/caniuse-lite/data/features/textencoder.js +1 -1
  736. package/web/node_modules/caniuse-lite/data/features/tls1-1.js +1 -1
  737. package/web/node_modules/caniuse-lite/data/features/tls1-2.js +1 -1
  738. package/web/node_modules/caniuse-lite/data/features/tls1-3.js +1 -1
  739. package/web/node_modules/caniuse-lite/data/features/touch.js +1 -1
  740. package/web/node_modules/caniuse-lite/data/features/transforms2d.js +1 -1
  741. package/web/node_modules/caniuse-lite/data/features/transforms3d.js +1 -1
  742. package/web/node_modules/caniuse-lite/data/features/trusted-types.js +1 -1
  743. package/web/node_modules/caniuse-lite/data/features/ttf.js +1 -1
  744. package/web/node_modules/caniuse-lite/data/features/typedarrays.js +1 -1
  745. package/web/node_modules/caniuse-lite/data/features/u2f.js +1 -1
  746. package/web/node_modules/caniuse-lite/data/features/unhandledrejection.js +1 -1
  747. package/web/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +1 -1
  748. package/web/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +1 -1
  749. package/web/node_modules/caniuse-lite/data/features/url.js +1 -1
  750. package/web/node_modules/caniuse-lite/data/features/urlsearchparams.js +1 -1
  751. package/web/node_modules/caniuse-lite/data/features/use-strict.js +1 -1
  752. package/web/node_modules/caniuse-lite/data/features/user-select-none.js +1 -1
  753. package/web/node_modules/caniuse-lite/data/features/user-timing.js +1 -1
  754. package/web/node_modules/caniuse-lite/data/features/variable-fonts.js +1 -1
  755. package/web/node_modules/caniuse-lite/data/features/vector-effect.js +1 -1
  756. package/web/node_modules/caniuse-lite/data/features/vibration.js +1 -1
  757. package/web/node_modules/caniuse-lite/data/features/video.js +1 -1
  758. package/web/node_modules/caniuse-lite/data/features/videotracks.js +1 -1
  759. package/web/node_modules/caniuse-lite/data/features/view-transitions.js +1 -1
  760. package/web/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +1 -1
  761. package/web/node_modules/caniuse-lite/data/features/viewport-units.js +1 -1
  762. package/web/node_modules/caniuse-lite/data/features/wai-aria.js +1 -1
  763. package/web/node_modules/caniuse-lite/data/features/wake-lock.js +1 -1
  764. package/web/node_modules/caniuse-lite/data/features/wasm-bigint.js +1 -1
  765. package/web/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +1 -1
  766. package/web/node_modules/caniuse-lite/data/features/wasm-extended-const.js +1 -1
  767. package/web/node_modules/caniuse-lite/data/features/wasm-gc.js +1 -1
  768. package/web/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +1 -1
  769. package/web/node_modules/caniuse-lite/data/features/wasm-multi-value.js +1 -1
  770. package/web/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +1 -1
  771. package/web/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +1 -1
  772. package/web/node_modules/caniuse-lite/data/features/wasm-reference-types.js +1 -1
  773. package/web/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +1 -1
  774. package/web/node_modules/caniuse-lite/data/features/wasm-signext.js +1 -1
  775. package/web/node_modules/caniuse-lite/data/features/wasm-simd.js +1 -1
  776. package/web/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +1 -1
  777. package/web/node_modules/caniuse-lite/data/features/wasm-threads.js +1 -1
  778. package/web/node_modules/caniuse-lite/data/features/wasm.js +1 -1
  779. package/web/node_modules/caniuse-lite/data/features/wav.js +1 -1
  780. package/web/node_modules/caniuse-lite/data/features/wbr-element.js +1 -1
  781. package/web/node_modules/caniuse-lite/data/features/web-animation.js +1 -1
  782. package/web/node_modules/caniuse-lite/data/features/web-app-manifest.js +1 -1
  783. package/web/node_modules/caniuse-lite/data/features/web-bluetooth.js +1 -1
  784. package/web/node_modules/caniuse-lite/data/features/web-serial.js +1 -1
  785. package/web/node_modules/caniuse-lite/data/features/web-share.js +1 -1
  786. package/web/node_modules/caniuse-lite/data/features/webauthn.js +1 -1
  787. package/web/node_modules/caniuse-lite/data/features/webcodecs.js +1 -1
  788. package/web/node_modules/caniuse-lite/data/features/webgl.js +1 -1
  789. package/web/node_modules/caniuse-lite/data/features/webgl2.js +1 -1
  790. package/web/node_modules/caniuse-lite/data/features/webgpu.js +1 -1
  791. package/web/node_modules/caniuse-lite/data/features/webhid.js +1 -1
  792. package/web/node_modules/caniuse-lite/data/features/webkit-user-drag.js +1 -1
  793. package/web/node_modules/caniuse-lite/data/features/webm.js +1 -1
  794. package/web/node_modules/caniuse-lite/data/features/webnfc.js +1 -1
  795. package/web/node_modules/caniuse-lite/data/features/webp.js +1 -1
  796. package/web/node_modules/caniuse-lite/data/features/websockets.js +1 -1
  797. package/web/node_modules/caniuse-lite/data/features/webtransport.js +1 -1
  798. package/web/node_modules/caniuse-lite/data/features/webusb.js +1 -1
  799. package/web/node_modules/caniuse-lite/data/features/webvr.js +1 -1
  800. package/web/node_modules/caniuse-lite/data/features/webvtt.js +1 -1
  801. package/web/node_modules/caniuse-lite/data/features/webworkers.js +1 -1
  802. package/web/node_modules/caniuse-lite/data/features/webxr.js +1 -1
  803. package/web/node_modules/caniuse-lite/data/features/will-change.js +1 -1
  804. package/web/node_modules/caniuse-lite/data/features/woff.js +1 -1
  805. package/web/node_modules/caniuse-lite/data/features/woff2.js +1 -1
  806. package/web/node_modules/caniuse-lite/data/features/word-break.js +1 -1
  807. package/web/node_modules/caniuse-lite/data/features/wordwrap.js +1 -1
  808. package/web/node_modules/caniuse-lite/data/features/x-doc-messaging.js +1 -1
  809. package/web/node_modules/caniuse-lite/data/features/x-frame-options.js +1 -1
  810. package/web/node_modules/caniuse-lite/data/features/xhr2.js +1 -1
  811. package/web/node_modules/caniuse-lite/data/features/xhtml.js +1 -1
  812. package/web/node_modules/caniuse-lite/data/features/xhtmlsmil.js +1 -1
  813. package/web/node_modules/caniuse-lite/data/features/xml-serializer.js +1 -1
  814. package/web/node_modules/caniuse-lite/data/features/zstd.js +1 -1
  815. package/web/node_modules/caniuse-lite/data/regions/AD.js +1 -1
  816. package/web/node_modules/caniuse-lite/data/regions/AE.js +1 -1
  817. package/web/node_modules/caniuse-lite/data/regions/AF.js +1 -1
  818. package/web/node_modules/caniuse-lite/data/regions/AG.js +1 -1
  819. package/web/node_modules/caniuse-lite/data/regions/AI.js +1 -1
  820. package/web/node_modules/caniuse-lite/data/regions/AL.js +1 -1
  821. package/web/node_modules/caniuse-lite/data/regions/AM.js +1 -1
  822. package/web/node_modules/caniuse-lite/data/regions/AO.js +1 -1
  823. package/web/node_modules/caniuse-lite/data/regions/AR.js +1 -1
  824. package/web/node_modules/caniuse-lite/data/regions/AS.js +1 -1
  825. package/web/node_modules/caniuse-lite/data/regions/AT.js +1 -1
  826. package/web/node_modules/caniuse-lite/data/regions/AU.js +1 -1
  827. package/web/node_modules/caniuse-lite/data/regions/AW.js +1 -1
  828. package/web/node_modules/caniuse-lite/data/regions/AX.js +1 -1
  829. package/web/node_modules/caniuse-lite/data/regions/AZ.js +1 -1
  830. package/web/node_modules/caniuse-lite/data/regions/BA.js +1 -1
  831. package/web/node_modules/caniuse-lite/data/regions/BB.js +1 -1
  832. package/web/node_modules/caniuse-lite/data/regions/BD.js +1 -1
  833. package/web/node_modules/caniuse-lite/data/regions/BE.js +1 -1
  834. package/web/node_modules/caniuse-lite/data/regions/BF.js +1 -1
  835. package/web/node_modules/caniuse-lite/data/regions/BG.js +1 -1
  836. package/web/node_modules/caniuse-lite/data/regions/BH.js +1 -1
  837. package/web/node_modules/caniuse-lite/data/regions/BI.js +1 -1
  838. package/web/node_modules/caniuse-lite/data/regions/BJ.js +1 -1
  839. package/web/node_modules/caniuse-lite/data/regions/BM.js +1 -1
  840. package/web/node_modules/caniuse-lite/data/regions/BN.js +1 -1
  841. package/web/node_modules/caniuse-lite/data/regions/BO.js +1 -1
  842. package/web/node_modules/caniuse-lite/data/regions/BR.js +1 -1
  843. package/web/node_modules/caniuse-lite/data/regions/BS.js +1 -1
  844. package/web/node_modules/caniuse-lite/data/regions/BT.js +1 -1
  845. package/web/node_modules/caniuse-lite/data/regions/BW.js +1 -1
  846. package/web/node_modules/caniuse-lite/data/regions/BY.js +1 -1
  847. package/web/node_modules/caniuse-lite/data/regions/BZ.js +1 -1
  848. package/web/node_modules/caniuse-lite/data/regions/CA.js +1 -1
  849. package/web/node_modules/caniuse-lite/data/regions/CD.js +1 -1
  850. package/web/node_modules/caniuse-lite/data/regions/CF.js +1 -1
  851. package/web/node_modules/caniuse-lite/data/regions/CG.js +1 -1
  852. package/web/node_modules/caniuse-lite/data/regions/CH.js +1 -1
  853. package/web/node_modules/caniuse-lite/data/regions/CI.js +1 -1
  854. package/web/node_modules/caniuse-lite/data/regions/CK.js +1 -1
  855. package/web/node_modules/caniuse-lite/data/regions/CL.js +1 -1
  856. package/web/node_modules/caniuse-lite/data/regions/CM.js +1 -1
  857. package/web/node_modules/caniuse-lite/data/regions/CN.js +1 -1
  858. package/web/node_modules/caniuse-lite/data/regions/CO.js +1 -1
  859. package/web/node_modules/caniuse-lite/data/regions/CR.js +1 -1
  860. package/web/node_modules/caniuse-lite/data/regions/CU.js +1 -1
  861. package/web/node_modules/caniuse-lite/data/regions/CV.js +1 -1
  862. package/web/node_modules/caniuse-lite/data/regions/CX.js +1 -1
  863. package/web/node_modules/caniuse-lite/data/regions/CY.js +1 -1
  864. package/web/node_modules/caniuse-lite/data/regions/CZ.js +1 -1
  865. package/web/node_modules/caniuse-lite/data/regions/DE.js +1 -1
  866. package/web/node_modules/caniuse-lite/data/regions/DJ.js +1 -1
  867. package/web/node_modules/caniuse-lite/data/regions/DK.js +1 -1
  868. package/web/node_modules/caniuse-lite/data/regions/DM.js +1 -1
  869. package/web/node_modules/caniuse-lite/data/regions/DO.js +1 -1
  870. package/web/node_modules/caniuse-lite/data/regions/DZ.js +1 -1
  871. package/web/node_modules/caniuse-lite/data/regions/EC.js +1 -1
  872. package/web/node_modules/caniuse-lite/data/regions/EE.js +1 -1
  873. package/web/node_modules/caniuse-lite/data/regions/EG.js +1 -1
  874. package/web/node_modules/caniuse-lite/data/regions/ER.js +1 -1
  875. package/web/node_modules/caniuse-lite/data/regions/ES.js +1 -1
  876. package/web/node_modules/caniuse-lite/data/regions/ET.js +1 -1
  877. package/web/node_modules/caniuse-lite/data/regions/FI.js +1 -1
  878. package/web/node_modules/caniuse-lite/data/regions/FJ.js +1 -1
  879. package/web/node_modules/caniuse-lite/data/regions/FK.js +1 -1
  880. package/web/node_modules/caniuse-lite/data/regions/FM.js +1 -1
  881. package/web/node_modules/caniuse-lite/data/regions/FO.js +1 -1
  882. package/web/node_modules/caniuse-lite/data/regions/FR.js +1 -1
  883. package/web/node_modules/caniuse-lite/data/regions/GA.js +1 -1
  884. package/web/node_modules/caniuse-lite/data/regions/GB.js +1 -1
  885. package/web/node_modules/caniuse-lite/data/regions/GD.js +1 -1
  886. package/web/node_modules/caniuse-lite/data/regions/GE.js +1 -1
  887. package/web/node_modules/caniuse-lite/data/regions/GF.js +1 -1
  888. package/web/node_modules/caniuse-lite/data/regions/GG.js +1 -1
  889. package/web/node_modules/caniuse-lite/data/regions/GH.js +1 -1
  890. package/web/node_modules/caniuse-lite/data/regions/GI.js +1 -1
  891. package/web/node_modules/caniuse-lite/data/regions/GL.js +1 -1
  892. package/web/node_modules/caniuse-lite/data/regions/GM.js +1 -1
  893. package/web/node_modules/caniuse-lite/data/regions/GN.js +1 -1
  894. package/web/node_modules/caniuse-lite/data/regions/GP.js +1 -1
  895. package/web/node_modules/caniuse-lite/data/regions/GQ.js +1 -1
  896. package/web/node_modules/caniuse-lite/data/regions/GR.js +1 -1
  897. package/web/node_modules/caniuse-lite/data/regions/GT.js +1 -1
  898. package/web/node_modules/caniuse-lite/data/regions/GU.js +1 -1
  899. package/web/node_modules/caniuse-lite/data/regions/GW.js +1 -1
  900. package/web/node_modules/caniuse-lite/data/regions/GY.js +1 -1
  901. package/web/node_modules/caniuse-lite/data/regions/HK.js +1 -1
  902. package/web/node_modules/caniuse-lite/data/regions/HN.js +1 -1
  903. package/web/node_modules/caniuse-lite/data/regions/HR.js +1 -1
  904. package/web/node_modules/caniuse-lite/data/regions/HT.js +1 -1
  905. package/web/node_modules/caniuse-lite/data/regions/HU.js +1 -1
  906. package/web/node_modules/caniuse-lite/data/regions/ID.js +1 -1
  907. package/web/node_modules/caniuse-lite/data/regions/IE.js +1 -1
  908. package/web/node_modules/caniuse-lite/data/regions/IL.js +1 -1
  909. package/web/node_modules/caniuse-lite/data/regions/IM.js +1 -1
  910. package/web/node_modules/caniuse-lite/data/regions/IN.js +1 -1
  911. package/web/node_modules/caniuse-lite/data/regions/IQ.js +1 -1
  912. package/web/node_modules/caniuse-lite/data/regions/IR.js +1 -1
  913. package/web/node_modules/caniuse-lite/data/regions/IS.js +1 -1
  914. package/web/node_modules/caniuse-lite/data/regions/IT.js +1 -1
  915. package/web/node_modules/caniuse-lite/data/regions/JE.js +1 -1
  916. package/web/node_modules/caniuse-lite/data/regions/JM.js +1 -1
  917. package/web/node_modules/caniuse-lite/data/regions/JO.js +1 -1
  918. package/web/node_modules/caniuse-lite/data/regions/JP.js +1 -1
  919. package/web/node_modules/caniuse-lite/data/regions/KE.js +1 -1
  920. package/web/node_modules/caniuse-lite/data/regions/KG.js +1 -1
  921. package/web/node_modules/caniuse-lite/data/regions/KH.js +1 -1
  922. package/web/node_modules/caniuse-lite/data/regions/KI.js +1 -1
  923. package/web/node_modules/caniuse-lite/data/regions/KM.js +1 -1
  924. package/web/node_modules/caniuse-lite/data/regions/KN.js +1 -1
  925. package/web/node_modules/caniuse-lite/data/regions/KP.js +1 -1
  926. package/web/node_modules/caniuse-lite/data/regions/KR.js +1 -1
  927. package/web/node_modules/caniuse-lite/data/regions/KW.js +1 -1
  928. package/web/node_modules/caniuse-lite/data/regions/KY.js +1 -1
  929. package/web/node_modules/caniuse-lite/data/regions/KZ.js +1 -1
  930. package/web/node_modules/caniuse-lite/data/regions/LA.js +1 -1
  931. package/web/node_modules/caniuse-lite/data/regions/LB.js +1 -1
  932. package/web/node_modules/caniuse-lite/data/regions/LC.js +1 -1
  933. package/web/node_modules/caniuse-lite/data/regions/LI.js +1 -1
  934. package/web/node_modules/caniuse-lite/data/regions/LK.js +1 -1
  935. package/web/node_modules/caniuse-lite/data/regions/LR.js +1 -1
  936. package/web/node_modules/caniuse-lite/data/regions/LS.js +1 -1
  937. package/web/node_modules/caniuse-lite/data/regions/LT.js +1 -1
  938. package/web/node_modules/caniuse-lite/data/regions/LU.js +1 -1
  939. package/web/node_modules/caniuse-lite/data/regions/LV.js +1 -1
  940. package/web/node_modules/caniuse-lite/data/regions/LY.js +1 -1
  941. package/web/node_modules/caniuse-lite/data/regions/MA.js +1 -1
  942. package/web/node_modules/caniuse-lite/data/regions/MC.js +1 -1
  943. package/web/node_modules/caniuse-lite/data/regions/MD.js +1 -1
  944. package/web/node_modules/caniuse-lite/data/regions/ME.js +1 -1
  945. package/web/node_modules/caniuse-lite/data/regions/MG.js +1 -1
  946. package/web/node_modules/caniuse-lite/data/regions/MH.js +1 -1
  947. package/web/node_modules/caniuse-lite/data/regions/MK.js +1 -1
  948. package/web/node_modules/caniuse-lite/data/regions/ML.js +1 -1
  949. package/web/node_modules/caniuse-lite/data/regions/MM.js +1 -1
  950. package/web/node_modules/caniuse-lite/data/regions/MN.js +1 -1
  951. package/web/node_modules/caniuse-lite/data/regions/MO.js +1 -1
  952. package/web/node_modules/caniuse-lite/data/regions/MP.js +1 -1
  953. package/web/node_modules/caniuse-lite/data/regions/MQ.js +1 -1
  954. package/web/node_modules/caniuse-lite/data/regions/MR.js +1 -1
  955. package/web/node_modules/caniuse-lite/data/regions/MS.js +1 -1
  956. package/web/node_modules/caniuse-lite/data/regions/MT.js +1 -1
  957. package/web/node_modules/caniuse-lite/data/regions/MU.js +1 -1
  958. package/web/node_modules/caniuse-lite/data/regions/MV.js +1 -1
  959. package/web/node_modules/caniuse-lite/data/regions/MW.js +1 -1
  960. package/web/node_modules/caniuse-lite/data/regions/MX.js +1 -1
  961. package/web/node_modules/caniuse-lite/data/regions/MY.js +1 -1
  962. package/web/node_modules/caniuse-lite/data/regions/MZ.js +1 -1
  963. package/web/node_modules/caniuse-lite/data/regions/NA.js +1 -1
  964. package/web/node_modules/caniuse-lite/data/regions/NC.js +1 -1
  965. package/web/node_modules/caniuse-lite/data/regions/NE.js +1 -1
  966. package/web/node_modules/caniuse-lite/data/regions/NF.js +1 -1
  967. package/web/node_modules/caniuse-lite/data/regions/NG.js +1 -1
  968. package/web/node_modules/caniuse-lite/data/regions/NI.js +1 -1
  969. package/web/node_modules/caniuse-lite/data/regions/NL.js +1 -1
  970. package/web/node_modules/caniuse-lite/data/regions/NO.js +1 -1
  971. package/web/node_modules/caniuse-lite/data/regions/NP.js +1 -1
  972. package/web/node_modules/caniuse-lite/data/regions/NR.js +1 -1
  973. package/web/node_modules/caniuse-lite/data/regions/NU.js +1 -1
  974. package/web/node_modules/caniuse-lite/data/regions/NZ.js +1 -1
  975. package/web/node_modules/caniuse-lite/data/regions/OM.js +1 -1
  976. package/web/node_modules/caniuse-lite/data/regions/PA.js +1 -1
  977. package/web/node_modules/caniuse-lite/data/regions/PE.js +1 -1
  978. package/web/node_modules/caniuse-lite/data/regions/PF.js +1 -1
  979. package/web/node_modules/caniuse-lite/data/regions/PG.js +1 -1
  980. package/web/node_modules/caniuse-lite/data/regions/PH.js +1 -1
  981. package/web/node_modules/caniuse-lite/data/regions/PK.js +1 -1
  982. package/web/node_modules/caniuse-lite/data/regions/PL.js +1 -1
  983. package/web/node_modules/caniuse-lite/data/regions/PM.js +1 -1
  984. package/web/node_modules/caniuse-lite/data/regions/PN.js +1 -1
  985. package/web/node_modules/caniuse-lite/data/regions/PR.js +1 -1
  986. package/web/node_modules/caniuse-lite/data/regions/PS.js +1 -1
  987. package/web/node_modules/caniuse-lite/data/regions/PT.js +1 -1
  988. package/web/node_modules/caniuse-lite/data/regions/PW.js +1 -1
  989. package/web/node_modules/caniuse-lite/data/regions/PY.js +1 -1
  990. package/web/node_modules/caniuse-lite/data/regions/QA.js +1 -1
  991. package/web/node_modules/caniuse-lite/data/regions/RE.js +1 -1
  992. package/web/node_modules/caniuse-lite/data/regions/RO.js +1 -1
  993. package/web/node_modules/caniuse-lite/data/regions/RS.js +1 -1
  994. package/web/node_modules/caniuse-lite/data/regions/RU.js +1 -1
  995. package/web/node_modules/caniuse-lite/data/regions/RW.js +1 -1
  996. package/web/node_modules/caniuse-lite/data/regions/SA.js +1 -1
  997. package/web/node_modules/caniuse-lite/data/regions/SB.js +1 -1
  998. package/web/node_modules/caniuse-lite/data/regions/SC.js +1 -1
  999. package/web/node_modules/caniuse-lite/data/regions/SD.js +1 -1
  1000. package/web/node_modules/caniuse-lite/data/regions/SE.js +1 -1
  1001. package/web/node_modules/caniuse-lite/data/regions/SG.js +1 -1
  1002. package/web/node_modules/caniuse-lite/data/regions/SH.js +1 -1
  1003. package/web/node_modules/caniuse-lite/data/regions/SI.js +1 -1
  1004. package/web/node_modules/caniuse-lite/data/regions/SK.js +1 -1
  1005. package/web/node_modules/caniuse-lite/data/regions/SL.js +1 -1
  1006. package/web/node_modules/caniuse-lite/data/regions/SM.js +1 -1
  1007. package/web/node_modules/caniuse-lite/data/regions/SN.js +1 -1
  1008. package/web/node_modules/caniuse-lite/data/regions/SO.js +1 -1
  1009. package/web/node_modules/caniuse-lite/data/regions/SR.js +1 -1
  1010. package/web/node_modules/caniuse-lite/data/regions/ST.js +1 -1
  1011. package/web/node_modules/caniuse-lite/data/regions/SV.js +1 -1
  1012. package/web/node_modules/caniuse-lite/data/regions/SY.js +1 -1
  1013. package/web/node_modules/caniuse-lite/data/regions/SZ.js +1 -1
  1014. package/web/node_modules/caniuse-lite/data/regions/TC.js +1 -1
  1015. package/web/node_modules/caniuse-lite/data/regions/TD.js +1 -1
  1016. package/web/node_modules/caniuse-lite/data/regions/TG.js +1 -1
  1017. package/web/node_modules/caniuse-lite/data/regions/TH.js +1 -1
  1018. package/web/node_modules/caniuse-lite/data/regions/TJ.js +1 -1
  1019. package/web/node_modules/caniuse-lite/data/regions/TL.js +1 -1
  1020. package/web/node_modules/caniuse-lite/data/regions/TM.js +1 -1
  1021. package/web/node_modules/caniuse-lite/data/regions/TN.js +1 -1
  1022. package/web/node_modules/caniuse-lite/data/regions/TO.js +1 -1
  1023. package/web/node_modules/caniuse-lite/data/regions/TR.js +1 -1
  1024. package/web/node_modules/caniuse-lite/data/regions/TT.js +1 -1
  1025. package/web/node_modules/caniuse-lite/data/regions/TV.js +1 -1
  1026. package/web/node_modules/caniuse-lite/data/regions/TW.js +1 -1
  1027. package/web/node_modules/caniuse-lite/data/regions/TZ.js +1 -1
  1028. package/web/node_modules/caniuse-lite/data/regions/UA.js +1 -1
  1029. package/web/node_modules/caniuse-lite/data/regions/UG.js +1 -1
  1030. package/web/node_modules/caniuse-lite/data/regions/US.js +1 -1
  1031. package/web/node_modules/caniuse-lite/data/regions/UY.js +1 -1
  1032. package/web/node_modules/caniuse-lite/data/regions/UZ.js +1 -1
  1033. package/web/node_modules/caniuse-lite/data/regions/VA.js +1 -1
  1034. package/web/node_modules/caniuse-lite/data/regions/VC.js +1 -1
  1035. package/web/node_modules/caniuse-lite/data/regions/VE.js +1 -1
  1036. package/web/node_modules/caniuse-lite/data/regions/VG.js +1 -1
  1037. package/web/node_modules/caniuse-lite/data/regions/VI.js +1 -1
  1038. package/web/node_modules/caniuse-lite/data/regions/VN.js +1 -1
  1039. package/web/node_modules/caniuse-lite/data/regions/VU.js +1 -1
  1040. package/web/node_modules/caniuse-lite/data/regions/WF.js +1 -1
  1041. package/web/node_modules/caniuse-lite/data/regions/WS.js +1 -1
  1042. package/web/node_modules/caniuse-lite/data/regions/YE.js +1 -1
  1043. package/web/node_modules/caniuse-lite/data/regions/YT.js +1 -1
  1044. package/web/node_modules/caniuse-lite/data/regions/ZA.js +1 -1
  1045. package/web/node_modules/caniuse-lite/data/regions/ZM.js +1 -1
  1046. package/web/node_modules/caniuse-lite/data/regions/ZW.js +1 -1
  1047. package/web/node_modules/caniuse-lite/data/regions/alt-af.js +1 -1
  1048. package/web/node_modules/caniuse-lite/data/regions/alt-an.js +1 -1
  1049. package/web/node_modules/caniuse-lite/data/regions/alt-as.js +1 -1
  1050. package/web/node_modules/caniuse-lite/data/regions/alt-eu.js +1 -1
  1051. package/web/node_modules/caniuse-lite/data/regions/alt-na.js +1 -1
  1052. package/web/node_modules/caniuse-lite/data/regions/alt-oc.js +1 -1
  1053. package/web/node_modules/caniuse-lite/data/regions/alt-sa.js +1 -1
  1054. package/web/node_modules/caniuse-lite/data/regions/alt-ww.js +1 -1
  1055. package/web/node_modules/caniuse-lite/data/versionGroups.js +1 -1
  1056. package/web/node_modules/caniuse-lite/package.json +1 -1
  1057. package/web/package-lock.json +45 -45
  1058. package/web/server.js +1 -1
  1059. package/web/.next/server/chunks/7974.js +0 -1
  1060. package/web/.next/static/1N29vAB1vCj1iGIUfy4to/_buildManifest.js +0 -1
  1061. package/web/.next/static/chunks/5124-19d3cb5b8c373b6d.js +0 -1
  1062. package/web/.next/static/chunks/app/api/github-status/route-596ce1d0c049f589.js +0 -1
  1063. package/web/.next/static/chunks/app/api/gitlab-status/route-596ce1d0c049f589.js +0 -1
  1064. package/web/.next/static/chunks/app/api/models/route-596ce1d0c049f589.js +0 -1
  1065. package/web/.next/static/chunks/app/api/pr-status/merge/route-596ce1d0c049f589.js +0 -1
  1066. package/web/.next/static/chunks/app/api/pr-status/route-596ce1d0c049f589.js +0 -1
  1067. package/web/.next/static/chunks/app/api/preflight/route-596ce1d0c049f589.js +0 -1
  1068. package/web/.next/static/chunks/app/api/projects/[id]/branches/exists/route-596ce1d0c049f589.js +0 -1
  1069. package/web/.next/static/chunks/app/api/projects/[id]/route-596ce1d0c049f589.js +0 -1
  1070. package/web/.next/static/chunks/app/api/projects/[id]/slash-commands/route-596ce1d0c049f589.js +0 -1
  1071. package/web/.next/static/chunks/app/api/projects/route-596ce1d0c049f589.js +0 -1
  1072. package/web/.next/static/chunks/app/api/runtime/info/route-596ce1d0c049f589.js +0 -1
  1073. package/web/.next/static/chunks/app/api/runtime/resources/route-596ce1d0c049f589.js +0 -1
  1074. package/web/.next/static/chunks/app/api/runtime/terminal/route-596ce1d0c049f589.js +0 -1
  1075. package/web/.next/static/chunks/app/api/runtime/versions/route-596ce1d0c049f589.js +0 -1
  1076. package/web/.next/static/chunks/app/api/runtime/versions/switch/route-596ce1d0c049f589.js +0 -1
  1077. package/web/.next/static/chunks/app/api/runtime/voice/route-596ce1d0c049f589.js +0 -1
  1078. package/web/.next/static/chunks/app/api/runtime/voice/transcribe/route-596ce1d0c049f589.js +0 -1
  1079. package/web/.next/static/chunks/app/api/sessions/[id]/artifacts/[artifactId]/route-596ce1d0c049f589.js +0 -1
  1080. package/web/.next/static/chunks/app/api/sessions/[id]/complete/route-596ce1d0c049f589.js +0 -1
  1081. package/web/.next/static/chunks/app/api/sessions/[id]/conversation/route-596ce1d0c049f589.js +0 -1
  1082. package/web/.next/static/chunks/app/api/sessions/[id]/kill/route-596ce1d0c049f589.js +0 -1
  1083. package/web/.next/static/chunks/app/api/sessions/[id]/logs/route-596ce1d0c049f589.js +0 -1
  1084. package/web/.next/static/chunks/app/api/sessions/[id]/pause/route-596ce1d0c049f589.js +0 -1
  1085. package/web/.next/static/chunks/app/api/sessions/[id]/respawn/route-596ce1d0c049f589.js +0 -1
  1086. package/web/.next/static/chunks/app/api/sessions/[id]/restore/route-596ce1d0c049f589.js +0 -1
  1087. package/web/.next/static/chunks/app/api/sessions/[id]/route-596ce1d0c049f589.js +0 -1
  1088. package/web/.next/static/chunks/app/api/sessions/[id]/send/route-596ce1d0c049f589.js +0 -1
  1089. package/web/.next/static/chunks/app/api/sessions/[id]/sidecars/[name]/start/route-596ce1d0c049f589.js +0 -1
  1090. package/web/.next/static/chunks/app/api/sessions/[id]/sidecars/[name]/stop/route-596ce1d0c049f589.js +0 -1
  1091. package/web/.next/static/chunks/app/api/sessions/[id]/slash-commands/route-596ce1d0c049f589.js +0 -1
  1092. package/web/.next/static/chunks/app/api/sessions/[id]/tags/route-596ce1d0c049f589.js +0 -1
  1093. package/web/.next/static/chunks/app/api/sessions/route-596ce1d0c049f589.js +0 -1
  1094. package/web/.next/static/chunks/app/api/shepherd/spawn/route-596ce1d0c049f589.js +0 -1
  1095. package/web/.next/static/chunks/app/api/spawn/route-596ce1d0c049f589.js +0 -1
  1096. package/web/.next/static/chunks/app/apple-icon/route-596ce1d0c049f589.js +0 -1
  1097. package/web/.next/static/chunks/app/icon/route-596ce1d0c049f589.js +0 -1
  1098. package/web/.next/static/chunks/app/icon-192/route-596ce1d0c049f589.js +0 -1
  1099. package/web/.next/static/chunks/app/icon-512/route-596ce1d0c049f589.js +0 -1
  1100. package/web/.next/static/chunks/app/layout-77450a833d54e15c.js +0 -1
  1101. package/web/.next/static/chunks/app/manifest.webmanifest/route-596ce1d0c049f589.js +0 -1
  1102. package/web/.next/static/chunks/app/page-fd332d4acc6d8ff0.js +0 -1
  1103. package/web/.next/static/chunks/app/sessions/[id]/page-508070021783e022.js +0 -1
  1104. package/web/.next/static/css/a21fffd2e823d08d.css +0 -3
  1105. /package/web/.next/static/{1N29vAB1vCj1iGIUfy4to → j6j0a_rHfbTSVFFhtL-Dd}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- module.exports={C:{"48":0.00399,"72":0.00797,"103":0.00399,"115":0.02392,"121":0.00399,"125":0.05981,"134":0.01595,"140":0.01595,"143":0.00399,"144":0.00399,"148":0.00797,"149":0.04386,"150":0.40667,"151":0.10765,_:"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 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 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 122 123 124 126 127 128 129 130 131 132 133 135 136 137 138 139 141 142 145 146 147 152 153 154 3.5 3.6"},D:{"39":0.02392,"40":0.02392,"41":0.02791,"42":0.01994,"43":0.02392,"44":0.02392,"45":0.02392,"46":0.01994,"47":0.02392,"48":0.02392,"49":0.02392,"50":0.02392,"51":0.02392,"52":0.02392,"53":0.01994,"54":0.02392,"55":0.02392,"56":0.02392,"57":0.02392,"58":0.02392,"59":0.02392,"60":0.02392,"70":0.00399,"87":0.00797,"91":0.00797,"93":0.00399,"103":0.29504,"104":0.28308,"105":0.26713,"106":0.26713,"107":0.26314,"108":0.26713,"109":0.4904,"110":0.2751,"111":0.26713,"112":0.614,"114":0.01994,"116":0.53825,"117":0.26314,"118":0.74158,"119":0.00797,"120":0.46249,"121":0.00399,"122":0.01595,"123":0.00399,"124":0.31099,"126":0.00797,"127":0.00797,"128":0.01595,"130":0.00399,"131":0.56217,"132":0.01196,"133":0.53426,"134":0.00797,"135":0.01595,"136":0.00797,"137":0.04386,"138":0.19536,"139":0.01595,"140":0.01994,"141":0.01196,"142":0.10366,"143":0.06379,"144":0.04386,"145":0.29105,"146":0.20334,"147":5.38245,"148":8.40858,"149":0.01595,"150":0.00399,_:"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 61 62 63 64 65 66 67 68 69 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 88 89 90 92 94 95 96 97 98 99 100 101 102 113 115 125 129 151 152"},F:{"46":0.00399,"95":0.00399,"97":0.05981,"98":0.11562,"99":0.00399,"131":0.57413,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 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 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00399,"92":0.01994,"109":0.01994,"122":0.00399,"135":0.00399,"137":0.00399,"142":0.00399,"143":0.00797,"144":0.00399,"145":0.03987,"146":0.04784,"147":0.96087,"148":1.90977,"149":0.01196,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 123 124 125 126 127 128 129 130 131 132 133 134 136 138 139 140 141"},E:{"14":0.00399,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 16.0 17.2 TP","13.1":0.00399,"14.1":0.00399,"15.5":0.00399,"15.6":0.09968,"16.1":0.00399,"16.2":0.00399,"16.3":0.00399,"16.4":0.00399,"16.5":0.00399,"16.6":0.04784,"17.0":0.01994,"17.1":0.0319,"17.3":0.00399,"17.4":0.00797,"17.5":0.01595,"17.6":0.05582,"18.0":0.00797,"18.1":0.01595,"18.2":0.00399,"18.3":0.01595,"18.4":0.01196,"18.5-18.7":0.04386,"26.0":0.02392,"26.1":0.01595,"26.2":0.10765,"26.3":0.31099,"26.4":0.50236,"26.5":0.28308},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00215,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00429,"8.1-8.4":0,"9.0-9.2":0.00215,"9.3":0,"10.0-10.2":0,"10.3":0.01932,"11.0-11.2":0.50875,"11.3-11.4":0.00644,"12.0-12.1":0,"12.2-12.5":0.07299,"13.0-13.1":0,"13.2":0.02361,"13.3":0,"13.4-13.7":0.00429,"14.0-14.4":0.01717,"14.5-14.8":0.02791,"15.0-15.1":0.02147,"15.2-15.3":0.01288,"15.4":0.01717,"15.5":0.01932,"15.6-15.8":0.36278,"16.0":0.03864,"16.1":0.06011,"16.2":0.0322,"16.3":0.07084,"16.4":0.01503,"16.5":0.02576,"16.6-16.7":0.48299,"17.0":0.02147,"17.1":0.03649,"17.2":0.0322,"17.3":0.06225,"17.4":0.09875,"17.5":0.13309,"17.6-17.7":0.3499,"18.0":0.07084,"18.1":0.13953,"18.2":0.07513,"18.3":0.22325,"18.4":0.10304,"18.5-18.7":3.55484,"26.0":0.22754,"26.1":0.28336,"26.2":1.09049,"26.3":3.44321,"26.4":7.10109,"26.5":2.53304},P:{"4":0.0068,"22":0.0136,"23":0.0068,"24":0.0136,"25":0.0136,"26":0.0204,"27":0.0272,"28":0.1156,"29":1.44843,"30":0.1904,_:"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.0136},I:{"0":0.02403,"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":1.44913,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{"0":0.10823},Q:{_:"14.9"},O:{"0":1.44913},H:{all:0},L:{"0":42.71206}};
1
+ module.exports={C:{"48":0.00382,"52":0.00382,"115":0.01145,"120":0.05342,"121":0.11066,"134":0.03053,"135":0.00382,"140":0.01908,"143":0.00382,"144":0.00382,"146":0.00382,"147":0.00382,"149":0.00382,"150":0.0229,"151":0.22133,"152":0.17172,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 53 54 55 56 57 58 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 122 123 124 125 126 127 128 129 130 131 132 133 136 137 138 139 141 142 145 148 153 154 155 3.5 3.6"},D:{"39":0.01526,"40":0.01526,"41":0.01908,"42":0.01908,"43":0.01526,"44":0.01908,"45":0.01526,"46":0.01526,"47":0.01526,"48":0.01526,"49":0.01908,"50":0.01526,"51":0.01526,"52":0.01526,"53":0.01526,"54":0.01526,"55":0.01526,"56":0.01908,"57":0.01526,"58":0.01908,"59":0.01908,"60":0.01908,"70":0.00382,"75":0.00382,"79":0.00382,"87":0.01145,"88":0.00382,"91":0.01145,"103":0.1679,"104":0.14501,"105":0.14119,"106":0.14119,"107":0.14119,"108":0.14119,"109":0.43121,"110":0.14882,"111":0.14501,"112":0.14119,"114":0.03053,"116":0.29002,"117":0.14882,"118":1.01887,"119":0.11448,"120":0.7403,"121":0.00382,"122":0.01145,"124":0.16409,"125":0.00763,"126":0.0229,"128":0.01908,"129":0.00382,"131":0.3091,"132":0.01908,"133":0.28238,"134":0.00763,"135":0.01526,"136":0.00763,"137":0.03053,"138":0.08395,"139":0.01145,"140":0.00763,"141":0.01145,"142":0.41213,"143":0.04198,"144":0.02671,"145":0.18317,"146":0.08014,"147":0.22514,"148":5.72018,"149":6.78485,"150":0.03053,_:"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 61 62 63 64 65 66 67 68 69 71 72 73 74 76 77 78 80 81 83 84 85 86 89 90 92 93 94 95 96 97 98 99 100 101 102 113 115 123 127 130 151 152 153"},F:{"94":0.00382,"95":0.00382,"97":0.01145,"98":0.06106,"99":0.22514,"100":0.01145,"131":0.41213,_:"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 96 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 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00763,"109":0.01526,"114":0.00382,"119":0.05342,"120":0.05342,"122":0.00382,"125":0.00382,"131":0.00382,"135":0.01526,"137":0.00382,"138":0.00382,"142":0.00382,"143":0.00763,"144":0.00382,"145":0.13738,"146":0.01526,"147":0.06869,"148":0.70596,"149":2.0988,"150":0.00763,_:"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 123 124 126 127 128 129 130 132 133 134 136 139 140 141"},E:{"14":0.00382,"27":0.00763,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.5 16.0 16.2 16.4 17.0 17.2 17.3 TP","13.1":0.01145,"14.1":0.00382,"15.4":0.00382,"15.6":0.07632,"16.1":0.00382,"16.3":0.00763,"16.5":0.00382,"16.6":0.04198,"17.1":0.01908,"17.4":0.00382,"17.5":0.01908,"17.6":0.0954,"18.0":0.00763,"18.1":0.01145,"18.2":0.00382,"18.3":0.01526,"18.4":0.02671,"18.5-18.7":0.03434,"26.0":0.04198,"26.1":0.01526,"26.2":0.08014,"26.3":0.08014,"26.4":0.10303,"26.5":0.98071},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00224,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00673,"8.1-8.4":0,"9.0-9.2":0.00224,"9.3":0,"10.0-10.2":0,"10.3":0.02466,"11.0-11.2":0.742,"11.3-11.4":0.00448,"12.0-12.1":0,"12.2-12.5":0.07622,"13.0-13.1":0,"13.2":0.02466,"13.3":0,"13.4-13.7":0.00448,"14.0-14.4":0.01569,"14.5-14.8":0.02466,"15.0-15.1":0.02242,"15.2-15.3":0.01345,"15.4":0.01569,"15.5":0.02018,"15.6-15.8":0.3923,"16.0":0.03587,"16.1":0.05828,"16.2":0.03138,"16.3":0.06725,"16.4":0.01569,"16.5":0.02466,"16.6-16.7":0.51111,"17.0":0.02242,"17.1":0.03363,"17.2":0.03138,"17.3":0.04708,"17.4":0.07173,"17.5":0.12778,"17.6-17.7":0.32953,"18.0":0.07398,"18.1":0.14123,"18.2":0.07622,"18.3":0.23314,"18.4":0.10536,"18.5-18.7":3.36928,"26.0":0.22193,"26.1":0.2309,"26.2":0.69717,"26.3":0.95272,"26.4":1.09171,"26.5":12.38091},P:{"4":0.01273,"21":0.00636,"22":0.00636,"23":0.01273,"24":0.01273,"25":0.00636,"26":0.03819,"27":0.03182,"28":0.08911,"29":0.4328,"30":1.2984,_:"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.01273},I:{"0":0.03089,"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":1.57692,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":1.546},H:{all:0},L:{"0":44.33482},R:{_:"0"},M:{"0":0.13605},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"115":0.05557,"134":0.04042,"140":0.04547,"141":0.00505,"145":0.00505,"146":0.0101,"148":2.01575,"149":0.05557,"150":0.72244,"151":0.29302,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 135 136 137 138 139 142 143 144 147 152 153 154 3.5 3.6"},D:{"39":0.03031,"40":0.03031,"41":0.03031,"42":0.03536,"43":0.04547,"44":0.03031,"45":0.03031,"46":0.04042,"47":0.03536,"48":0.03031,"49":0.03536,"50":0.03536,"51":0.04042,"52":0.03031,"53":0.02021,"54":0.04547,"55":0.02526,"56":0.03031,"57":0.03536,"58":0.03536,"59":0.02526,"60":0.04547,"79":0.00505,"81":0.0101,"92":0.02021,"94":0.05052,"103":0.17177,"104":0.03031,"105":0.03031,"106":0.04042,"107":0.03536,"108":0.05052,"109":0.17682,"110":0.04042,"111":0.03031,"112":0.09599,"116":0.21724,"117":0.03536,"118":0.36374,"120":0.05557,"122":0.02526,"124":0.06568,"125":0.00505,"126":0.02021,"127":0.0101,"128":0.1364,"129":0.02021,"130":0.0101,"131":0.08588,"132":0.0101,"133":0.09094,"134":0.05557,"137":0.00505,"138":2.55631,"139":0.32333,"140":0.0101,"141":0.01516,"142":0.04042,"143":0.15661,"144":0.14651,"145":1.58128,"146":0.56077,"147":7.17384,"148":12.39761,"149":0.02526,"150":0.00505,_:"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 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 83 84 85 86 87 88 89 90 91 93 95 96 97 98 99 100 101 102 113 114 115 119 121 123 135 136 151 152"},F:{"84":0.00505,"131":0.31322,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"109":0.00505,"132":0.00505,"133":0.00505,"136":0.00505,"140":0.01516,"143":0.15156,"144":0.82348,"145":0.04042,"146":0.59108,"147":4.62258,"148":5.02674,"149":0.00505,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 134 135 137 138 139 141 142"},E:{_:"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 15.1 15.4 15.5 16.0 16.2 16.4 17.2 18.2 TP","14.1":0.02021,"15.2-15.3":0.00505,"15.6":0.15661,"16.1":0.1263,"16.3":0.00505,"16.5":0.00505,"16.6":0.08588,"17.0":0.0101,"17.1":0.02021,"17.3":0.0101,"17.4":0.02526,"17.5":0.00505,"17.6":0.03031,"18.0":0.0101,"18.1":0.0101,"18.3":0.0101,"18.4":0.0101,"18.5-18.7":0.03536,"26.0":0.01516,"26.1":0.04547,"26.2":0.23744,"26.3":1.09123,"26.4":1.15691,"26.5":0.48499},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00245,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.0049,"8.1-8.4":0,"9.0-9.2":0.00245,"9.3":0,"10.0-10.2":0,"10.3":0.02203,"11.0-11.2":0.58012,"11.3-11.4":0.00734,"12.0-12.1":0,"12.2-12.5":0.08322,"13.0-13.1":0,"13.2":0.02693,"13.3":0,"13.4-13.7":0.0049,"14.0-14.4":0.01958,"14.5-14.8":0.03182,"15.0-15.1":0.02448,"15.2-15.3":0.01469,"15.4":0.01958,"15.5":0.02203,"15.6-15.8":0.41367,"16.0":0.04406,"16.1":0.06854,"16.2":0.03672,"16.3":0.08078,"16.4":0.01713,"16.5":0.02937,"16.6-16.7":0.55075,"17.0":0.02448,"17.1":0.04161,"17.2":0.03672,"17.3":0.07099,"17.4":0.1126,"17.5":0.15176,"17.6-17.7":0.39899,"18.0":0.08078,"18.1":0.15911,"18.2":0.08567,"18.3":0.25457,"18.4":0.11749,"18.5-18.7":4.05352,"26.0":0.25946,"26.1":0.32311,"26.2":1.24347,"26.3":3.92623,"26.4":8.09724,"26.5":2.88838},P:{"4":0.0182,"23":0.0091,"27":0.0091,"28":0.0182,"29":2.38376,"30":1.15549,_:"20 21 22 24 25 26 5.0-5.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","6.2-6.4":0.0182},I:{"0":0.01977,"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.1336,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{"0":0.11875},Q:{_:"14.9"},O:{"0":0.01979},H:{all:0},L:{"0":22.74042}};
1
+ module.exports={C:{"115":0.0159,"120":0.0106,"121":0.0159,"125":0.09008,"126":0.11658,"127":0.10068,"128":0.04769,"129":0.06359,"130":0.08478,"131":0.11128,"132":0.09008,"133":0.08478,"134":0.06889,"135":0.07419,"136":0.12188,"140":0.06359,"148":0.86374,"150":0.0159,"151":0.74716,"152":0.65178,_:"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 122 123 124 137 138 139 141 142 143 144 145 146 147 149 153 154 155 3.5 3.6"},D:{"39":0.0106,"40":0.0159,"41":0.0265,"42":0.0212,"43":0.0212,"44":0.0212,"45":0.0106,"46":0.0159,"47":0.0159,"48":0.0212,"49":0.0212,"50":0.0159,"51":0.0159,"52":0.0159,"53":0.0212,"54":0.0212,"55":0.0159,"56":0.0159,"57":0.0159,"58":0.0159,"59":0.0212,"60":0.0212,"79":0.0106,"81":0.0053,"87":0.0159,"92":0.03709,"94":0.0106,"100":0.0212,"102":0.0106,"103":0.05829,"104":0.03709,"105":0.04769,"106":0.03179,"107":0.03179,"108":0.03709,"109":0.28085,"110":0.0265,"111":0.04769,"112":0.03179,"116":0.21196,"117":0.04769,"118":0.5564,"119":0.0159,"120":0.08478,"122":0.0106,"124":0.09008,"125":0.0159,"126":0.03179,"127":0.04239,"128":0.19606,"129":0.03179,"130":0.03179,"131":0.10598,"132":0.0212,"133":0.09008,"134":0.05299,"135":0.0159,"136":0.0106,"137":0.0159,"138":2.01892,"139":1.17108,"140":0.09008,"141":0.0106,"142":0.05829,"143":0.07419,"144":0.05299,"145":0.86904,"146":0.87963,"147":0.60939,"148":6.8781,"149":13.41177,"150":0.11658,"151":0.03709,_:"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 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 83 84 85 86 88 89 90 91 93 95 96 97 98 99 101 113 114 115 121 123 152 153"},F:{"99":0.0053,"131":0.16427,_:"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 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 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"109":0.0053,"119":0.0053,"120":0.0053,"122":0.0053,"124":0.0212,"133":0.0106,"143":0.0053,"144":0.06889,"145":0.0053,"146":0.23846,"147":1.0386,"148":2.73428,"149":6.24222,"150":0.0159,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 123 125 126 127 128 129 130 131 132 134 135 136 137 138 139 140 141 142"},E:{"14":0.0053,"15":0.0053,_:"4 5 6 7 8 9 10 11 12 13 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.4 16.1 16.2 16.4 17.0 17.2 18.2 TP","13.1":0.0106,"14.1":0.0106,"15.2-15.3":0.0053,"15.5":0.0053,"15.6":0.05829,"16.0":0.0159,"16.3":0.0106,"16.5":0.0053,"16.6":0.20136,"17.1":0.05299,"17.3":0.08478,"17.4":0.0159,"17.5":0.0106,"17.6":0.11128,"18.0":0.0053,"18.1":0.0106,"18.3":0.0106,"18.4":0.0053,"18.5-18.7":0.05829,"26.0":0.05829,"26.1":0.0106,"26.2":0.17487,"26.3":0.20136,"26.4":0.15367,"26.5":3.55563},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00243,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.0073,"8.1-8.4":0,"9.0-9.2":0.00243,"9.3":0,"10.0-10.2":0,"10.3":0.02677,"11.0-11.2":0.8054,"11.3-11.4":0.00487,"12.0-12.1":0,"12.2-12.5":0.08273,"13.0-13.1":0,"13.2":0.02677,"13.3":0,"13.4-13.7":0.00487,"14.0-14.4":0.01703,"14.5-14.8":0.02677,"15.0-15.1":0.02433,"15.2-15.3":0.0146,"15.4":0.01703,"15.5":0.0219,"15.6-15.8":0.42582,"16.0":0.03893,"16.1":0.06326,"16.2":0.03407,"16.3":0.073,"16.4":0.01703,"16.5":0.02677,"16.6-16.7":0.55478,"17.0":0.02433,"17.1":0.0365,"17.2":0.03407,"17.3":0.0511,"17.4":0.07786,"17.5":0.13869,"17.6-17.7":0.35769,"18.0":0.0803,"18.1":0.15329,"18.2":0.08273,"18.3":0.25306,"18.4":0.11436,"18.5-18.7":3.65716,"26.0":0.24089,"26.1":0.25062,"26.2":0.75674,"26.3":1.03413,"26.4":1.18499,"26.5":13.43877},P:{"4":0.02753,"28":0.02753,"29":0.18353,"30":2.62454,_:"20 21 22 23 24 25 26 27 5.0-5.4 6.2-6.4 7.2-7.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","8.2":0.00918},I:{"0":0.0047,"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.27736,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.0094},H:{all:0},L:{"0":21.31692},R:{_:"0"},M:{"0":0.24445},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.03084,"71":0.02467,"72":0.03084,"115":0.12334,"120":0.00617,"121":0.00617,"133":0.01233,"134":0.01233,"135":0.00617,"140":0.04317,"143":0.00617,"146":0.0185,"147":0.00617,"148":0.0185,"149":0.03084,"150":0.85105,"151":0.37002,"152":0.04934,_:"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 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 122 123 124 125 126 127 128 129 130 131 132 136 137 138 139 141 142 144 145 153 154 3.5 3.6"},D:{"39":0.06167,"40":0.06784,"41":0.06167,"42":0.06784,"43":0.06784,"44":0.06167,"45":0.06784,"46":0.06167,"47":0.06167,"48":0.06784,"49":0.074,"50":0.06784,"51":0.06167,"52":0.06167,"53":0.06167,"54":0.06167,"55":0.06167,"56":0.06784,"57":0.06167,"58":0.06167,"59":0.06167,"60":0.06167,"78":0.02467,"79":0.00617,"86":0.0185,"87":0.00617,"90":0.00617,"91":0.00617,"98":0.037,"102":0.01233,"103":0.77088,"104":0.78938,"105":0.78321,"106":0.84488,"107":0.77704,"108":0.78938,"109":1.7761,"110":0.77704,"111":0.78938,"112":2.44213,"114":0.04317,"116":1.56025,"117":0.80788,"118":4.76092,"119":0.01233,"120":1.54792,"121":0.37619,"122":0.03084,"123":0.0185,"124":0.85721,"126":0.0185,"127":0.00617,"128":0.01233,"129":0.01233,"130":0.01233,"131":1.59725,"132":0.02467,"133":1.56642,"134":0.04317,"135":0.01233,"136":0.0185,"137":0.037,"138":0.09251,"139":0.03084,"140":0.0555,"141":0.06784,"142":0.31452,"143":0.08017,"144":0.09251,"145":1.49858,"146":0.51803,"147":5.77231,"148":9.10866,"149":0.037,"150":0.00617,_:"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 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 80 81 83 84 85 88 89 92 93 94 95 96 97 99 100 101 113 115 125 151 152"},F:{"54":0.00617,"73":0.00617,"79":0.01233,"85":0.0185,"86":0.10484,"87":0.00617,"90":0.00617,"95":0.20351,"97":0.02467,"98":0.04934,"111":0.00617,"117":0.00617,"122":0.0555,"131":0.72154,_:"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 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 74 75 76 77 78 80 81 82 83 84 88 89 91 92 93 94 96 99 100 101 102 103 104 105 106 107 108 109 110 112 113 114 115 116 118 119 120 121 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00617,"109":0.037,"118":0.00617,"126":0.00617,"134":0.00617,"136":0.00617,"140":0.00617,"141":0.00617,"143":0.00617,"144":0.00617,"145":0.0185,"146":0.01233,"147":0.87571,"148":1.7576,"149":0.00617,_:"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 114 115 116 117 119 120 121 122 123 124 125 127 128 129 130 131 132 133 135 137 138 139 142"},E:{"14":0.00617,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.3 16.4 17.0 TP","5.1":0.00617,"15.6":0.04934,"16.1":0.00617,"16.2":0.00617,"16.5":0.00617,"16.6":0.04934,"17.1":0.04934,"17.2":0.01233,"17.3":0.01233,"17.4":0.01233,"17.5":0.03084,"17.6":0.08017,"18.0":0.00617,"18.1":0.01233,"18.2":0.02467,"18.3":0.03084,"18.4":0.00617,"18.5-18.7":0.037,"26.0":0.04317,"26.1":0.03084,"26.2":0.11101,"26.3":0.38235,"26.4":0.42552,"26.5":0.19734},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00123,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00247,"8.1-8.4":0,"9.0-9.2":0.00123,"9.3":0,"10.0-10.2":0,"10.3":0.01111,"11.0-11.2":0.2926,"11.3-11.4":0.0037,"12.0-12.1":0,"12.2-12.5":0.04198,"13.0-13.1":0,"13.2":0.01358,"13.3":0,"13.4-13.7":0.00247,"14.0-14.4":0.00988,"14.5-14.8":0.01605,"15.0-15.1":0.01235,"15.2-15.3":0.00741,"15.4":0.00988,"15.5":0.01111,"15.6-15.8":0.20865,"16.0":0.02222,"16.1":0.03457,"16.2":0.01852,"16.3":0.04074,"16.4":0.00864,"16.5":0.01482,"16.6-16.7":0.27779,"17.0":0.01235,"17.1":0.02099,"17.2":0.01852,"17.3":0.0358,"17.4":0.05679,"17.5":0.07655,"17.6-17.7":0.20124,"18.0":0.04074,"18.1":0.08025,"18.2":0.04321,"18.3":0.1284,"18.4":0.05926,"18.5-18.7":2.04451,"26.0":0.13087,"26.1":0.16297,"26.2":0.62718,"26.3":1.98031,"26.4":4.08409,"26.5":1.45684},P:{"23":0.00662,"24":0.00662,"25":0.00662,"26":0.01323,"27":0.00662,"28":0.03308,"29":0.42349,"30":0.12572,_:"4 20 21 22 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.00662},I:{"0":0.00766,"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.35647,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.0111,"11":0.0444,_:"6 7 9 10 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{"0":0.11499},Q:{"14.9":0.00767},O:{"0":0.24915},H:{all:0},L:{"0":26.04232}};
1
+ module.exports={C:{"52":0.05836,"71":0.05187,"103":0.00648,"115":0.12968,"120":0.23991,"121":0.47333,"125":0.00648,"127":0.00648,"133":0.01297,"134":0.01297,"135":0.00648,"136":0.00648,"140":0.03242,"146":0.01945,"147":0.00648,"148":0.01297,"149":0.00648,"150":0.03242,"151":0.73269,"152":0.6095,"153":0.00648,_:"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 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 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 126 128 129 130 131 132 137 138 139 141 142 143 144 145 154 155 3.5 3.6"},D:{"39":0.0389,"40":0.0389,"41":0.04539,"42":0.0389,"43":0.0389,"44":0.0389,"45":0.0389,"46":0.04539,"47":0.0389,"48":0.0389,"49":0.04539,"50":0.04539,"51":0.0389,"52":0.0389,"53":0.04539,"54":0.0389,"55":0.04539,"56":0.0389,"57":0.0389,"58":0.04539,"59":0.0389,"60":0.0389,"78":0.00648,"79":0.00648,"86":0.05187,"87":0.01297,"90":0.00648,"94":0.00648,"98":0.07132,"102":0.01297,"103":0.76511,"104":0.78456,"105":0.75863,"106":0.84292,"107":0.75863,"108":0.75863,"109":1.9063,"110":0.75214,"111":0.76511,"112":0.74566,"114":0.03242,"116":1.4978,"117":0.76511,"118":6.86007,"119":0.4863,"120":1.25141,"121":0.00648,"122":0.03242,"123":0.01945,"124":0.82995,"125":0.00648,"126":0.01297,"128":0.03242,"129":0.01297,"130":0.00648,"131":1.54968,"132":0.04539,"133":1.54968,"134":0.07132,"135":0.02594,"136":0.0389,"137":0.09726,"138":0.37607,"139":0.02594,"140":0.07132,"141":0.05836,"142":0.49927,"143":0.09078,"144":0.09726,"145":0.97908,"146":0.23991,"147":0.46685,"148":5.94583,"149":9.42774,"150":0.0389,"151":0.00648,_:"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 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 80 81 83 84 85 88 89 91 92 93 95 96 97 99 100 101 113 115 127 152 153"},F:{"54":0.01297,"66":0.00648,"73":0.00648,"75":0.00648,"79":0.00648,"85":0.01945,"86":0.16858,"90":0.00648,"95":0.22694,"98":0.01297,"99":0.11023,"111":0.00648,"114":0.00648,"115":0.00648,"119":0.00648,"122":0.0389,"131":1.03096,_:"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 55 56 57 58 60 62 63 64 65 67 68 69 70 71 72 74 76 77 78 80 81 82 83 84 87 88 89 91 92 93 94 96 97 100 101 102 103 104 105 106 107 108 109 110 112 113 116 117 118 120 121 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00648,"109":0.08429,"118":0.00648,"119":0.23342,"120":0.23342,"131":0.00648,"136":0.00648,"143":0.00648,"144":0.00648,"145":0.01945,"146":0.00648,"147":0.01945,"148":0.84292,"149":2.25643,_:"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 114 115 116 117 121 122 123 124 125 126 127 128 129 130 132 133 134 135 137 138 139 140 141 142 150"},E:{"14":0.00648,"27":0.00648,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 16.0 16.3 17.0 TP","15.5":0.00648,"15.6":0.05187,"16.1":0.00648,"16.2":0.00648,"16.4":0.00648,"16.5":0.00648,"16.6":0.06484,"17.1":0.0389,"17.2":0.00648,"17.3":0.00648,"17.4":0.01297,"17.5":0.02594,"17.6":0.06484,"18.0":0.00648,"18.1":0.01297,"18.2":0.01945,"18.3":0.0389,"18.4":0.00648,"18.5-18.7":0.0389,"26.0":0.05836,"26.1":0.01945,"26.2":0.08429,"26.3":0.12968,"26.4":0.11671,"26.5":0.94666},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00124,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00373,"8.1-8.4":0,"9.0-9.2":0.00124,"9.3":0,"10.0-10.2":0,"10.3":0.01368,"11.0-11.2":0.41175,"11.3-11.4":0.00249,"12.0-12.1":0,"12.2-12.5":0.04229,"13.0-13.1":0,"13.2":0.01368,"13.3":0,"13.4-13.7":0.00249,"14.0-14.4":0.00871,"14.5-14.8":0.01368,"15.0-15.1":0.01244,"15.2-15.3":0.00746,"15.4":0.00871,"15.5":0.0112,"15.6-15.8":0.21769,"16.0":0.0199,"16.1":0.03234,"16.2":0.01742,"16.3":0.03732,"16.4":0.00871,"16.5":0.01368,"16.6-16.7":0.28362,"17.0":0.01244,"17.1":0.01866,"17.2":0.01742,"17.3":0.02612,"17.4":0.03981,"17.5":0.07091,"17.6-17.7":0.18286,"18.0":0.04105,"18.1":0.07837,"18.2":0.04229,"18.3":0.12937,"18.4":0.05847,"18.5-18.7":1.86968,"26.0":0.12315,"26.1":0.12813,"26.2":0.38687,"26.3":0.52868,"26.4":0.60581,"26.5":6.87041},P:{"4":0.00649,"20":0.00649,"23":0.00649,"26":0.00649,"27":0.00649,"28":0.03244,"29":0.07785,"30":0.51901,_:"21 22 24 25 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0 19.0","17.0":0.00649},I:{"0":0.01054,"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.29543,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.06484,_:"6 7 8 9 10 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.26026},H:{all:0},L:{"0":23.36309},R:{_:"0"},M:{"0":0.16178},Q:{"14.9":0.00352}};
@@ -1 +1 @@
1
- module.exports={C:{"103":0.00539,"115":0.01347,"134":0.00269,"135":0.00269,"139":0.00269,"148":0.01077,"149":0.00269,"150":0.09695,"151":0.0377,_:"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 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 136 137 138 140 141 142 143 144 145 146 147 152 153 154 3.5 3.6"},D:{"39":0.00808,"40":0.00808,"41":0.00808,"42":0.00808,"43":0.00808,"44":0.00808,"45":0.00808,"46":0.00808,"47":0.00808,"48":0.00808,"49":0.00808,"50":0.01077,"51":0.00808,"52":0.00808,"53":0.00808,"54":0.00808,"55":0.00808,"56":0.00808,"57":0.00808,"58":0.00808,"59":0.00808,"60":0.00808,"70":0.01077,"72":0.00269,"79":0.00269,"87":0.00539,"101":0.00269,"102":0.00539,"103":0.00539,"104":0.01616,"105":0.00269,"106":0.00269,"107":0.00269,"108":0.00269,"109":0.25314,"110":0.00269,"111":0.00539,"112":0.23968,"114":0.00539,"115":0.00269,"116":0.00808,"117":0.01077,"118":0.41472,"119":0.00269,"120":0.00808,"121":0.00269,"122":0.00269,"123":0.00269,"124":0.00539,"125":0.02154,"126":0.00808,"127":0.00808,"128":0.01077,"129":0.00269,"130":0.16966,"131":0.02962,"132":0.00269,"133":0.01077,"134":0.00808,"135":0.00269,"136":0.00269,"137":0.04578,"138":0.08348,"139":0.00539,"140":0.00808,"141":0.01077,"142":0.08618,"143":0.02962,"144":0.05117,"145":0.0377,"146":0.07271,"147":2.21634,"148":3.08887,"149":0.01885,"150":0.00269,_:"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 61 62 63 64 65 66 67 68 69 71 73 74 75 76 77 78 80 81 83 84 85 86 88 89 90 91 92 93 94 95 96 97 98 99 100 113 151 152"},F:{"84":0.00269,"89":0.00269,"96":0.00269,"97":0.01347,"98":0.01077,"116":0.00269,"131":0.04309,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 85 86 87 88 90 91 92 93 94 95 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00808,"92":0.00539,"109":0.00269,"131":0.00269,"135":0.00269,"137":0.00539,"138":0.00269,"143":0.00269,"144":0.00269,"145":0.00808,"146":0.00808,"147":0.14273,"148":0.38241,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 132 133 134 136 139 140 141 142 149"},E:{_:"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.4 16.5 17.0 17.2 17.4 TP","15.6":0.02424,"16.1":0.00269,"16.2":0.00269,"16.3":0.00269,"16.6":0.0754,"17.1":0.00808,"17.3":0.00269,"17.5":0.00269,"17.6":0.02154,"18.0":0.00269,"18.1":0.00269,"18.2":0.00539,"18.3":0.00539,"18.4":0.00269,"18.5-18.7":0.01347,"26.0":0.00539,"26.1":0.00808,"26.2":0.03232,"26.3":0.08348,"26.4":0.08079,"26.5":0.02693},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00205,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00411,"8.1-8.4":0,"9.0-9.2":0.00205,"9.3":0,"10.0-10.2":0,"10.3":0.01847,"11.0-11.2":0.48645,"11.3-11.4":0.00616,"12.0-12.1":0,"12.2-12.5":0.06979,"13.0-13.1":0,"13.2":0.02258,"13.3":0,"13.4-13.7":0.00411,"14.0-14.4":0.01642,"14.5-14.8":0.02668,"15.0-15.1":0.02053,"15.2-15.3":0.01232,"15.4":0.01642,"15.5":0.01847,"15.6-15.8":0.34688,"16.0":0.03695,"16.1":0.05747,"16.2":0.03079,"16.3":0.06773,"16.4":0.01437,"16.5":0.02463,"16.6-16.7":0.46182,"17.0":0.02053,"17.1":0.03489,"17.2":0.03079,"17.3":0.05952,"17.4":0.09442,"17.5":0.12726,"17.6-17.7":0.33456,"18.0":0.06773,"18.1":0.13341,"18.2":0.07184,"18.3":0.21346,"18.4":0.09852,"18.5-18.7":3.399,"26.0":0.21757,"26.1":0.27093,"26.2":1.04269,"26.3":3.29227,"26.4":6.78979,"26.5":2.42199},P:{"21":0.00645,"22":0.00645,"23":0.01291,"24":0.01936,"25":0.02582,"26":0.03227,"27":0.02582,"28":0.18718,"29":1.07145,"30":0.12909,_:"4 20 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.03227},I:{"0":0.0365,"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.22652,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{"0":0.07307},Q:{"14.9":0.00731},O:{"0":0.61379},H:{all:0},L:{"0":66.87662}};
1
+ module.exports={C:{"115":0.01054,"120":0.00527,"121":0.01054,"140":0.00264,"148":0.01054,"150":0.00264,"151":0.07381,"152":0.05008,"153":0.00264,_:"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 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 141 142 143 144 145 146 147 149 154 155 3.5 3.6"},D:{"39":0.00527,"40":0.00527,"41":0.00791,"42":0.00791,"43":0.00527,"44":0.00527,"45":0.00791,"46":0.00791,"47":0.00791,"48":0.00791,"49":0.00791,"50":0.00527,"51":0.00527,"52":0.00791,"53":0.00527,"54":0.00527,"55":0.00527,"56":0.00527,"57":0.00791,"58":0.00527,"59":0.00791,"60":0.00527,"79":0.00264,"87":0.00527,"102":0.00527,"103":0.00527,"104":0.01845,"105":0.00527,"106":0.00527,"107":0.00791,"108":0.00527,"109":0.20297,"110":0.00527,"111":0.00791,"112":0.00264,"114":0.02109,"115":0.00527,"116":0.01054,"117":0.00527,"118":0.37695,"119":0.01582,"120":0.02109,"121":0.00264,"122":0.00791,"124":0.01054,"125":0.01582,"126":0.01054,"127":0.01318,"128":0.01582,"129":0.00264,"130":0.01318,"131":0.03163,"132":0.00791,"133":0.01318,"134":0.00527,"135":0.00791,"136":0.01054,"137":0.03163,"138":0.11335,"139":0.00264,"140":0.00527,"141":0.00791,"142":0.08435,"143":0.03954,"144":0.0369,"145":0.02109,"146":0.03427,"147":0.10544,"148":1.55524,"149":2.64127,"150":0.02109,"151":0.00527,_:"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 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 83 84 85 86 88 89 90 91 92 93 94 95 96 97 98 99 100 101 113 123 152 153"},F:{"95":0.00264,"96":0.00264,"97":0.00264,"98":0.01845,"99":0.01582,"131":0.04481,_:"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 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 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00264,"92":0.00264,"109":0.00264,"119":0.00527,"120":0.00527,"131":0.00264,"132":0.00264,"133":0.00527,"134":0.00264,"138":0.00264,"145":0.00264,"146":0.00264,"147":0.02372,"148":0.13444,"149":0.39276,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 122 123 124 125 126 127 128 129 130 135 136 137 139 140 141 142 143 144 150"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 15.1 15.2-15.3 15.4 15.5 16.0 16.4 16.5 17.0 17.2 17.3 TP","14.1":0.00264,"15.6":0.03954,"16.1":0.00264,"16.2":0.00264,"16.3":0.00264,"16.6":0.04481,"17.1":0.01054,"17.4":0.00264,"17.5":0.00264,"17.6":0.01318,"18.0":0.01582,"18.1":0.00527,"18.2":0.01582,"18.3":0.00264,"18.4":0.00264,"18.5-18.7":0.00791,"26.0":0.00527,"26.1":0.00264,"26.2":0.02636,"26.3":0.03163,"26.4":0.01582,"26.5":0.16343},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00215,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00644,"8.1-8.4":0,"9.0-9.2":0.00215,"9.3":0,"10.0-10.2":0,"10.3":0.02361,"11.0-11.2":0.71038,"11.3-11.4":0.00429,"12.0-12.1":0,"12.2-12.5":0.07297,"13.0-13.1":0,"13.2":0.02361,"13.3":0,"13.4-13.7":0.00429,"14.0-14.4":0.01502,"14.5-14.8":0.02361,"15.0-15.1":0.02146,"15.2-15.3":0.01288,"15.4":0.01502,"15.5":0.01932,"15.6-15.8":0.37558,"16.0":0.03434,"16.1":0.0558,"16.2":0.03005,"16.3":0.06438,"16.4":0.01502,"16.5":0.02361,"16.6-16.7":0.48932,"17.0":0.02146,"17.1":0.03219,"17.2":0.03005,"17.3":0.04507,"17.4":0.06868,"17.5":0.12233,"17.6-17.7":0.31549,"18.0":0.07082,"18.1":0.13521,"18.2":0.07297,"18.3":0.2232,"18.4":0.10087,"18.5-18.7":3.22568,"26.0":0.21247,"26.1":0.22105,"26.2":0.66746,"26.3":0.91212,"26.4":1.04518,"26.5":11.85325},P:{"21":0.00565,"22":0.01129,"23":0.01694,"24":0.00565,"25":0.02823,"26":0.02823,"27":0.04516,"28":0.14678,"29":0.29921,"30":0.66616,_:"4 20 5.0-5.4 6.2-6.4 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.02258,"8.2":0.00565},I:{"0":0.02207,"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.28724,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.56711},H:{all:0},L:{"0":67.65445},R:{_:"0"},M:{"0":0.07365},Q:{"14.9":0.01473}};
@@ -1 +1 @@
1
- module.exports={C:{"72":0.05997,"115":0.11394,"120":0.006,"121":0.01199,"128":0.006,"138":0.006,"140":0.01199,"143":0.04198,"148":0.006,"149":0.03598,"150":0.53373,"151":0.21589,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 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 122 123 124 125 126 127 129 130 131 132 133 134 135 136 137 139 141 142 144 145 146 147 152 153 154 3.5 3.6"},D:{"39":0.02399,"40":0.02399,"41":0.02399,"42":0.02399,"43":0.02399,"44":0.02399,"45":0.02399,"46":0.02399,"47":0.02399,"48":0.02399,"49":0.02999,"50":0.02999,"51":0.02399,"52":0.02399,"53":0.02999,"54":0.02999,"55":0.02399,"56":0.02399,"57":0.02399,"58":0.02399,"59":0.02399,"60":0.02399,"65":0.006,"68":0.006,"69":0.01199,"71":0.01199,"72":0.006,"73":0.006,"75":0.006,"79":0.02399,"80":0.01199,"86":0.006,"87":0.02399,"91":0.006,"94":0.02399,"98":0.01799,"102":0.006,"103":0.7976,"104":0.76162,"105":0.76762,"106":0.77961,"107":0.76162,"108":0.76762,"109":1.35532,"110":0.77961,"111":0.77961,"112":2.89655,"114":0.006,"116":1.57721,"117":0.77361,"118":6.42279,"119":0.01199,"120":0.7976,"121":0.006,"122":0.02399,"123":0.07196,"124":0.8096,"125":0.006,"126":0.01199,"127":0.01799,"128":0.03598,"129":0.01799,"130":0.01199,"131":1.63118,"132":0.01199,"133":1.57121,"134":0.02399,"135":0.01199,"136":0.01799,"137":0.02999,"138":0.36582,"139":0.04198,"140":0.03598,"141":0.05397,"142":0.15592,"143":0.06597,"144":0.06597,"145":1.85907,"146":0.21589,"147":5.49325,"148":8.29985,"149":0.01199,"150":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 61 62 63 64 66 67 70 74 76 77 78 81 83 84 85 88 89 90 92 93 95 96 97 99 100 101 113 115 151 152"},F:{"48":0.006,"95":0.006,"97":0.01199,"98":0.02999,"117":0.006,"131":0.33583,_:"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 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"15":0.006,"17":0.006,"18":0.01199,"92":0.02399,"109":0.01199,"131":0.006,"134":0.006,"140":0.006,"141":0.006,"142":0.006,"143":0.006,"144":0.01799,"145":0.01799,"146":0.05397,"147":1.23538,"148":1.7931,"149":0.006,_:"12 13 14 16 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 132 133 135 136 137 138 139"},E:{_:"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 13.1 15.1 15.2-15.3 15.5 16.0 16.2 16.4 16.5 17.2 17.3 18.0 18.4 TP","5.1":0.04198,"14.1":0.006,"15.4":0.01799,"15.6":0.16792,"16.1":0.006,"16.3":0.006,"16.6":0.06597,"17.0":0.01199,"17.1":0.03598,"17.4":0.006,"17.5":0.01199,"17.6":0.03598,"18.1":0.006,"18.2":0.006,"18.3":0.02399,"18.5-18.7":0.04198,"26.0":0.006,"26.1":0.01199,"26.2":0.05997,"26.3":0.23988,"26.4":0.41979,"26.5":0.27586},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00115,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00229,"8.1-8.4":0,"9.0-9.2":0.00115,"9.3":0,"10.0-10.2":0,"10.3":0.01032,"11.0-11.2":0.27171,"11.3-11.4":0.00344,"12.0-12.1":0,"12.2-12.5":0.03898,"13.0-13.1":0,"13.2":0.01261,"13.3":0,"13.4-13.7":0.00229,"14.0-14.4":0.00917,"14.5-14.8":0.0149,"15.0-15.1":0.01146,"15.2-15.3":0.00688,"15.4":0.00917,"15.5":0.01032,"15.6-15.8":0.19375,"16.0":0.02064,"16.1":0.0321,"16.2":0.0172,"16.3":0.03783,"16.4":0.00803,"16.5":0.01376,"16.6-16.7":0.25795,"17.0":0.01146,"17.1":0.01949,"17.2":0.0172,"17.3":0.03325,"17.4":0.05274,"17.5":0.07108,"17.6-17.7":0.18687,"18.0":0.03783,"18.1":0.07452,"18.2":0.04013,"18.3":0.11923,"18.4":0.05503,"18.5-18.7":1.89854,"26.0":0.12152,"26.1":0.15133,"26.2":0.5824,"26.3":1.83892,"26.4":3.79249,"26.5":1.35282},P:{"4":0.01148,"21":0.00574,"22":0.01148,"23":0.01148,"24":0.49351,"25":0.02869,"26":0.05165,"27":0.01722,"28":0.0746,"29":1.5494,"30":0.32136,_:"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 18.0 19.0","7.2-7.4":0.04591,"17.0":0.01148},I:{"0":0.13996,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00007},K:{"0":0.30023,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{"0":0.12409},Q:{_:"14.9"},O:{"0":0.16012},H:{all:0},L:{"0":33.9622}};
1
+ module.exports={C:{"52":0.00618,"115":0.12368,"120":0.21644,"121":0.44525,"138":0.00618,"139":0.00618,"140":0.00618,"143":0.01237,"147":0.00618,"150":0.01237,"151":0.4267,"152":0.23499,_:"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 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 141 142 144 145 146 148 149 153 154 155 3.5 3.6"},D:{"39":0.01237,"40":0.01855,"41":0.01237,"42":0.01855,"43":0.01237,"44":0.01855,"45":0.01237,"46":0.01237,"47":0.01237,"48":0.01855,"49":0.02474,"50":0.02474,"51":0.01237,"52":0.03092,"53":0.01855,"54":0.01237,"55":0.01855,"56":0.01237,"57":0.02474,"58":0.01855,"59":0.01237,"60":0.01855,"65":0.01237,"66":0.00618,"69":0.01237,"72":0.00618,"73":0.00618,"75":0.00618,"79":0.08039,"81":0.00618,"83":0.01237,"86":0.01237,"87":0.05566,"88":0.00618,"89":0.00618,"90":0.00618,"91":0.00618,"94":0.01237,"98":0.09894,"101":0.00618,"102":0.00618,"103":1.0822,"104":1.03891,"105":1.03273,"106":1.02036,"107":1.02036,"108":1.0451,"109":1.57074,"110":1.05746,"111":1.05128,"112":1.01418,"113":0.00618,"114":0.02474,"116":2.08401,"117":1.02036,"118":6.94463,"119":0.45762,"120":1.49034,"121":0.00618,"122":0.01855,"123":0.01855,"124":1.03891,"125":0.00618,"126":0.01237,"127":0.00618,"128":0.02474,"129":0.01855,"130":0.00618,"131":2.12111,"132":0.01855,"133":2.07782,"134":0.00618,"135":0.01237,"136":0.01237,"137":0.10513,"138":0.37722,"139":0.02474,"140":0.01237,"141":0.02474,"142":0.41433,"143":0.04947,"144":0.04329,"145":1.24917,"146":0.1175,"147":0.32157,"148":5.91809,"149":6.42518,"150":0.04329,"151":0.00618,_:"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 61 62 63 64 67 68 70 71 74 76 77 78 80 84 85 92 93 95 96 97 99 100 115 152 153"},F:{"46":0.00618,"48":0.01237,"64":0.00618,"95":0.00618,"98":0.00618,"99":0.03092,"131":0.26591,_:"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 49 50 51 52 53 54 55 56 57 58 60 62 63 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 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 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"16":0.00618,"18":0.01237,"92":0.01855,"109":0.00618,"114":0.00618,"119":0.21026,"120":0.21644,"122":0.00618,"140":0.00618,"143":0.01237,"145":0.00618,"146":0.02474,"147":0.02474,"148":0.59985,"149":1.7377,_:"12 13 14 15 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 121 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 141 142 144 150"},E:{"27":0.00618,_:"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 18.0 18.1 18.4 TP","5.1":0.01855,"13.1":0.00618,"14.1":0.00618,"15.4":0.01237,"15.6":0.09894,"16.3":0.00618,"16.6":0.05566,"17.0":0.00618,"17.1":0.03092,"17.2":0.00618,"17.3":0.00618,"17.4":0.00618,"17.5":0.01237,"17.6":0.02474,"18.2":0.00618,"18.3":0.00618,"18.5-18.7":0.02474,"26.0":0.01855,"26.1":0.00618,"26.2":0.02474,"26.3":0.09894,"26.4":0.04947,"26.5":0.66169},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,"7.0-7.1":0.00316,"8.1-8.4":0,"9.0-9.2":0.00105,"9.3":0,"10.0-10.2":0,"10.3":0.0116,"11.0-11.2":0.34908,"11.3-11.4":0.00211,"12.0-12.1":0,"12.2-12.5":0.03586,"13.0-13.1":0,"13.2":0.0116,"13.3":0,"13.4-13.7":0.00211,"14.0-14.4":0.00738,"14.5-14.8":0.0116,"15.0-15.1":0.01055,"15.2-15.3":0.00633,"15.4":0.00738,"15.5":0.00949,"15.6-15.8":0.18456,"16.0":0.01687,"16.1":0.02742,"16.2":0.01476,"16.3":0.03164,"16.4":0.00738,"16.5":0.0116,"16.6-16.7":0.24046,"17.0":0.01055,"17.1":0.01582,"17.2":0.01476,"17.3":0.02215,"17.4":0.03375,"17.5":0.06011,"17.6-17.7":0.15503,"18.0":0.0348,"18.1":0.06644,"18.2":0.03586,"18.3":0.10968,"18.4":0.04957,"18.5-18.7":1.58512,"26.0":0.10441,"26.1":0.10863,"26.2":0.32799,"26.3":0.44822,"26.4":0.51361,"26.5":5.82476},P:{"4":0.01398,"20":0.00699,"21":0.00699,"22":0.01398,"23":0.01398,"24":0.02097,"25":0.02796,"26":0.03495,"27":0.03495,"28":0.06991,"29":0.37051,"30":1.81059,_:"5.0-5.4 6.2-6.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0","7.2-7.4":0.03495,"8.2":0.01398,"17.0":0.00699,"19.0":0.00699},I:{"0":0.04195,"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.32445,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.16795},H:{all:0},L:{"0":33.83644},R:{_:"0"},M:{"0":0.10306},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"72":0.00513,"115":0.01027,"121":0.00513,"140":0.0308,"142":0.00513,"146":0.00513,"147":0.01027,"149":0.05133,"150":0.55436,"151":0.26178,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 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 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 141 143 144 145 148 152 153 154 3.5 3.6"},D:{"39":0.04106,"40":0.0462,"41":0.05133,"42":0.0308,"43":0.0462,"44":0.0462,"45":0.05133,"46":0.0462,"47":0.05133,"48":0.0462,"49":0.04106,"50":0.0462,"51":0.0462,"52":0.0462,"53":0.0462,"54":0.05133,"55":0.0462,"56":0.0462,"57":0.0462,"58":0.03593,"59":0.04106,"60":0.0462,"63":0.01027,"79":0.00513,"93":0.00513,"103":0.14886,"104":0.12319,"105":0.13346,"106":0.11806,"107":0.11293,"108":0.12319,"109":0.17966,"110":0.12319,"111":0.13859,"112":1.01633,"113":0.00513,"114":0.02053,"116":0.27205,"117":0.11293,"118":2.29445,"119":0.01027,"120":0.11293,"122":0.07186,"123":0.01027,"124":0.13346,"126":0.0154,"128":0.03593,"130":0.01027,"131":0.27205,"132":0.01027,"133":0.25152,"134":0.00513,"135":0.00513,"136":0.00513,"137":0.02053,"138":0.05646,"139":0.07186,"140":0.01027,"142":0.15399,"143":0.04106,"144":0.05646,"145":2.25852,"146":0.31311,"147":9.80916,"148":8.82363,"149":0.23099,"150":0.0616,_:"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 61 62 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 94 95 96 97 98 99 100 101 102 115 121 125 127 129 141 151 152"},F:{"131":0.25665,_:"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 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"16":0.00513,"18":0.01027,"90":0.02053,"92":0.00513,"109":0.00513,"119":0.14372,"130":0.0154,"132":0.00513,"134":0.00513,"139":0.65189,"143":0.00513,"144":0.02567,"145":0.0616,"146":0.17452,"147":2.29445,"148":5.91322,"149":0.00513,_:"12 13 14 15 17 79 80 81 83 84 85 86 87 88 89 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 120 121 122 123 124 125 126 127 128 129 131 133 135 136 137 138 140 141 142"},E:{"14":0.02053,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 16.0 16.2 16.3 16.4 16.5 17.2 17.3 18.2 18.4 TP","13.1":0.0154,"14.1":0.00513,"15.5":0.00513,"15.6":0.02567,"16.1":0.00513,"16.6":0.01027,"17.0":0.00513,"17.1":0.02567,"17.4":0.02053,"17.5":0.00513,"17.6":0.0308,"18.0":0.00513,"18.1":0.01027,"18.3":0.01027,"18.5-18.7":0.0154,"26.0":0.00513,"26.1":0.00513,"26.2":0.0308,"26.3":0.34391,"26.4":0.20532,"26.5":0.0616},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0014,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.0028,"8.1-8.4":0,"9.0-9.2":0.0014,"9.3":0,"10.0-10.2":0,"10.3":0.01259,"11.0-11.2":0.33151,"11.3-11.4":0.0042,"12.0-12.1":0,"12.2-12.5":0.04756,"13.0-13.1":0,"13.2":0.01539,"13.3":0,"13.4-13.7":0.0028,"14.0-14.4":0.01119,"14.5-14.8":0.01818,"15.0-15.1":0.01399,"15.2-15.3":0.00839,"15.4":0.01119,"15.5":0.01259,"15.6-15.8":0.23639,"16.0":0.02518,"16.1":0.03917,"16.2":0.02098,"16.3":0.04616,"16.4":0.00979,"16.5":0.01679,"16.6-16.7":0.31472,"17.0":0.01399,"17.1":0.02378,"17.2":0.02098,"17.3":0.04056,"17.4":0.06434,"17.5":0.08672,"17.6-17.7":0.228,"18.0":0.04616,"18.1":0.09092,"18.2":0.04896,"18.3":0.14547,"18.4":0.06714,"18.5-18.7":2.31637,"26.0":0.14827,"26.1":0.18464,"26.2":0.71058,"26.3":2.24364,"26.4":4.62715,"26.5":1.65056},P:{"4":0.00769,"21":0.00385,"23":0.00385,"24":0.00385,"25":0.01538,"26":0.00769,"27":0.01538,"28":0.01538,"29":1.22301,"30":0.31921,_:"20 22 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.03461},I:{"0":0.02431,"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.03407,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{"0":0.57917},Q:{_:"14.9"},O:{"0":0.05354},H:{all:0},L:{"0":39.23524}};
1
+ module.exports={C:{"115":0.00513,"120":0.13346,"121":0.29258,"125":0.0154,"126":0.02053,"127":0.02053,"128":0.01027,"129":0.02053,"130":0.02053,"131":0.02053,"132":0.0154,"133":0.0154,"134":0.00513,"135":0.0154,"136":0.0308,"140":0.00513,"147":0.03593,"149":0.01027,"151":0.78022,"152":0.20532,"153":0.11806,_:"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 122 123 124 137 138 139 141 142 143 144 145 146 148 150 154 155 3.5 3.6"},D:{"39":0.02053,"40":0.0308,"41":0.02567,"42":0.02567,"43":0.0308,"44":0.02053,"45":0.03593,"46":0.02053,"47":0.02053,"48":0.02053,"49":0.0308,"50":0.0308,"51":0.02567,"52":0.02567,"53":0.02053,"54":0.0308,"55":0.02053,"56":0.02053,"57":0.02567,"58":0.02053,"59":0.02567,"60":0.02567,"63":0.00513,"69":0.01027,"79":0.00513,"87":0.01027,"88":0.00513,"89":0.00513,"93":0.00513,"103":0.18479,"104":0.12833,"105":0.15399,"106":0.14886,"107":0.12833,"108":0.14886,"109":0.22585,"110":0.15912,"111":0.13346,"112":0.15399,"114":0.00513,"116":0.30798,"117":0.15399,"118":2.5819,"119":0.32851,"120":0.40551,"121":0.00513,"122":0.06673,"123":0.02053,"124":0.15912,"125":0.00513,"126":0.02053,"128":0.11293,"131":0.32851,"132":0.00513,"133":0.25665,"134":0.0154,"136":0.02053,"137":0.02567,"138":0.09239,"139":0.02567,"140":0.077,"141":0.00513,"142":0.08213,"143":0.03593,"144":0.0308,"145":1.23705,"146":0.5441,"147":0.32338,"148":7.18107,"149":9.43959,"150":0.14372,"151":0.06673,_:"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 61 62 64 65 66 67 68 70 71 72 73 74 75 76 77 78 80 81 83 84 85 86 90 91 92 94 95 96 97 98 99 100 101 102 113 115 127 129 130 135 152 153"},F:{"98":0.04106,"99":0.0154,"131":0.27205,_:"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 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 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.0154,"92":0.01027,"109":0.00513,"119":0.30798,"120":0.13346,"130":0.0154,"134":0.00513,"139":0.08726,"145":0.0154,"146":0.02567,"147":0.0462,"148":3.36725,"149":3.75736,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 122 123 124 125 126 127 128 129 131 132 133 135 136 137 138 140 141 142 143 144 150"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 18.0 18.1 18.2 18.3 26.1 TP","11.1":0.02053,"15.6":0.02567,"16.6":0.0154,"17.1":0.02567,"17.3":0.02053,"17.4":0.0154,"17.5":0.0154,"17.6":0.0308,"18.4":0.02053,"18.5-18.7":0.00513,"26.0":0.11293,"26.2":0.02567,"26.3":0.06673,"26.4":0.05133,"26.5":0.79048},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00141,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00424,"8.1-8.4":0,"9.0-9.2":0.00141,"9.3":0,"10.0-10.2":0,"10.3":0.01553,"11.0-11.2":0.46744,"11.3-11.4":0.00282,"12.0-12.1":0,"12.2-12.5":0.04802,"13.0-13.1":0,"13.2":0.01553,"13.3":0,"13.4-13.7":0.00282,"14.0-14.4":0.00989,"14.5-14.8":0.01553,"15.0-15.1":0.01412,"15.2-15.3":0.00847,"15.4":0.00989,"15.5":0.01271,"15.6-15.8":0.24714,"16.0":0.0226,"16.1":0.03672,"16.2":0.01977,"16.3":0.04237,"16.4":0.00989,"16.5":0.01553,"16.6-16.7":0.32198,"17.0":0.01412,"17.1":0.02118,"17.2":0.01977,"17.3":0.02966,"17.4":0.04519,"17.5":0.0805,"17.6-17.7":0.20759,"18.0":0.0466,"18.1":0.08897,"18.2":0.04802,"18.3":0.14687,"18.4":0.06637,"18.5-18.7":2.12255,"26.0":0.13981,"26.1":0.14546,"26.2":0.4392,"26.3":0.60019,"26.4":0.68774,"26.5":7.79962},P:{"4":0.00261,"21":0.00261,"24":0.00261,"25":0.00521,"26":0.00261,"27":0.00261,"28":0.01043,"29":0.08865,"30":1.54875,_:"20 22 23 6.2-6.4 9.2 10.1 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","5.0-5.4":0.00261,"7.2-7.4":0.00782,"8.2":0.00521,"11.1-11.2":0.00261},I:{"0":0.02918,"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.05842,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.0146},H:{all:0},L:{"0":40.09273},R:{_:"0"},M:{"0":0.3505},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"115":0.91809,"135":0.02135,"136":0.00712,"140":0.49819,"148":0.0427,"149":0.03559,"150":5.67937,"151":1.43052,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 137 138 139 141 142 143 144 145 146 147 152 153 154 3.5 3.6"},D:{"39":0.00712,"40":0.00712,"41":0.00712,"42":0.00712,"43":0.00712,"44":0.01423,"45":0.00712,"46":0.00712,"47":0.00712,"48":0.00712,"49":0.00712,"50":0.00712,"51":0.00712,"52":0.00712,"53":0.01423,"54":0.00712,"55":0.00712,"56":0.00712,"57":0.00712,"58":0.01423,"59":0.00712,"60":0.00712,"78":0.01423,"79":0.00712,"106":0.00712,"107":0.04982,"109":0.05694,"111":0.00712,"112":0.74729,"116":0.22774,"117":0.00712,"118":0.81846,"120":0.00712,"123":0.00712,"124":1.41628,"125":0.02135,"126":0.03559,"127":0.02847,"128":0.03559,"129":0.03559,"130":0.03559,"131":0.03559,"133":0.01423,"134":0.00712,"137":0.03559,"138":2.4269,"140":0.01423,"142":0.03559,"143":0.2491,"144":0.18504,"145":0.23486,"146":14.83895,"147":9.39444,"148":10.2983,"149":0.00712,_:"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 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 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 108 110 113 114 115 119 121 122 132 135 136 139 141 150 151 152"},F:{"52":0.01423,"90":0.01423,"95":0.00712,"97":0.04982,"98":0.01423,"114":0.00712,"122":0.06405,"131":1.14584,_:"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 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 91 92 93 94 96 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 115 116 117 118 119 120 121 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00712,"119":0.00712,"128":0.11387,"131":0.0427,"133":0.03559,"139":0.05694,"143":0.00712,"144":0.13522,"145":0.02135,"146":0.10676,"147":3.45175,"148":6.95331,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 120 121 122 123 124 125 126 127 129 130 132 134 135 136 137 138 140 141 142 149"},E:{_:"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 12.1 14.1 15.1 15.2-15.3 15.4 15.5 16.1 16.2 16.3 17.0 17.2 18.1 TP","11.1":0.36297,"13.1":0.0427,"15.6":0.18504,"16.0":0.02847,"16.4":0.00712,"16.5":0.01423,"16.6":0.0854,"17.1":0.02135,"17.3":0.00712,"17.4":0.02847,"17.5":0.00712,"17.6":0.06405,"18.0":0.00712,"18.2":0.02847,"18.3":0.06405,"18.4":0.03559,"18.5-18.7":0.02135,"26.0":0.02847,"26.1":0.02135,"26.2":0.06405,"26.3":0.31315,"26.4":1.35935,"26.5":1.16007},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00206,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00411,"8.1-8.4":0,"9.0-9.2":0.00206,"9.3":0,"10.0-10.2":0,"10.3":0.01851,"11.0-11.2":0.48755,"11.3-11.4":0.00617,"12.0-12.1":0,"12.2-12.5":0.06994,"13.0-13.1":0,"13.2":0.02263,"13.3":0,"13.4-13.7":0.00411,"14.0-14.4":0.01646,"14.5-14.8":0.02674,"15.0-15.1":0.02057,"15.2-15.3":0.01234,"15.4":0.01646,"15.5":0.01851,"15.6-15.8":0.34766,"16.0":0.03703,"16.1":0.0576,"16.2":0.03086,"16.3":0.06789,"16.4":0.0144,"16.5":0.02469,"16.6-16.7":0.46286,"17.0":0.02057,"17.1":0.03497,"17.2":0.03086,"17.3":0.05966,"17.4":0.09463,"17.5":0.12754,"17.6-17.7":0.33532,"18.0":0.06789,"18.1":0.13372,"18.2":0.072,"18.3":0.21394,"18.4":0.09874,"18.5-18.7":3.40665,"26.0":0.21806,"26.1":0.27154,"26.2":1.04504,"26.3":3.29968,"26.4":6.80508,"26.5":2.42745},P:{"28":0.05223,"29":0.90291,"30":0.11193,_:"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.05768,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{"0":1.00075},Q:{_:"14.9"},O:{"0":0.00288},H:{all:0},L:{"0":7.31295}};
1
+ module.exports={C:{"60":0.01357,"115":1.30272,"120":0.01357,"121":0.05428,"135":0.02036,"136":0.00679,"140":0.14927,"147":0.03393,"149":0.00679,"150":1.5402,"151":3.58927,"152":1.74375,_:"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 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 122 123 124 125 126 127 128 129 130 131 132 133 134 137 138 139 141 142 143 144 145 146 148 153 154 155 3.5 3.6"},D:{"39":0.00679,"40":0.00679,"41":0.01357,"42":0.00679,"43":0.00679,"44":0.01357,"45":0.00679,"46":0.01357,"47":0.00679,"48":0.00679,"49":0.01357,"51":0.00679,"52":0.00679,"53":0.00679,"55":0.01357,"58":0.00679,"59":0.01357,"78":0.01357,"96":0.00679,"106":0.01357,"107":0.06107,"109":0.02036,"111":0.04071,"113":0.01357,"114":0.01357,"116":0.04071,"117":0.02036,"118":0.39353,"119":0.05428,"120":0.06107,"124":1.01775,"131":0.01357,"132":0.02036,"135":0.01357,"137":0.02714,"138":2.63937,"139":0.01357,"140":0.03393,"141":0.00679,"142":0.04071,"143":0.35282,"144":0.91598,"145":0.08821,"146":14.14673,"147":0.25105,"148":8.142,"149":6.19471,"150":0.01357,_:"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 50 54 56 57 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 97 98 99 100 101 102 103 104 105 108 110 112 115 121 122 123 125 126 127 128 129 130 133 134 136 151 152 153"},F:{"52":0.02036,"90":0.00679,"98":0.06107,"122":0.55637,"131":0.90919,_:"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 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 91 92 93 94 95 96 97 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"119":0.0475,"120":0.04071,"128":0.03393,"139":0.21712,"141":0.01357,"144":0.15606,"145":0.01357,"146":0.00679,"147":0.01357,"148":2.22548,"149":7.85703,"150":0.01357,_:"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 121 122 123 124 125 126 127 129 130 131 132 133 134 135 136 137 138 140 142 143"},E:{"14":0.02036,"27":0.00679,_:"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 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.2 16.3 16.4 17.0 17.2 18.0 18.4 26.1 TP","11.1":0.4546,"12.1":0.01357,"15.6":0.39353,"16.1":0.02714,"16.5":0.02714,"16.6":0.08142,"17.1":0.16284,"17.3":0.00679,"17.4":0.02714,"17.5":0.03393,"17.6":0.06785,"18.1":0.00679,"18.2":0.02036,"18.3":0.00679,"18.5-18.7":0.07464,"26.0":0.01357,"26.2":0.49531,"26.3":0.40032,"26.4":0.6785,"26.5":4.2067},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00221,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00662,"8.1-8.4":0,"9.0-9.2":0.00221,"9.3":0,"10.0-10.2":0,"10.3":0.02426,"11.0-11.2":0.72992,"11.3-11.4":0.00441,"12.0-12.1":0,"12.2-12.5":0.07498,"13.0-13.1":0,"13.2":0.02426,"13.3":0,"13.4-13.7":0.00441,"14.0-14.4":0.01544,"14.5-14.8":0.02426,"15.0-15.1":0.02205,"15.2-15.3":0.01323,"15.4":0.01544,"15.5":0.01985,"15.6-15.8":0.38591,"16.0":0.03528,"16.1":0.05734,"16.2":0.03087,"16.3":0.06616,"16.4":0.01544,"16.5":0.02426,"16.6-16.7":0.50279,"17.0":0.02205,"17.1":0.03308,"17.2":0.03087,"17.3":0.04631,"17.4":0.07057,"17.5":0.1257,"17.6-17.7":0.32417,"18.0":0.07277,"18.1":0.13893,"18.2":0.07498,"18.3":0.22934,"18.4":0.10364,"18.5-18.7":3.31443,"26.0":0.21832,"26.1":0.22714,"26.2":0.68582,"26.3":0.93721,"26.4":1.07394,"26.5":12.17938},P:{"22":0.00747,"26":0.00747,"29":0.00747,"30":1.01545,_:"4 20 21 23 24 25 27 28 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 17.0 18.0 19.0","13.0":0.02987},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.20582,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{_:"0"},H:{all:0},L:{"0":9.98251},R:{_:"0"},M:{"0":0.73646},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"115":0.07545,"140":0.01509,"143":0.00755,"146":0.01509,"147":0.00755,"148":0.01509,"149":0.02264,"150":1.00349,"151":0.36971,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 141 142 144 145 152 153 154 3.5 3.6"},D:{"39":0.00755,"40":0.00755,"41":0.00755,"42":0.00755,"43":0.00755,"44":0.00755,"45":0.00755,"46":0.00755,"47":0.00755,"48":0.00755,"49":0.00755,"50":0.00755,"51":0.00755,"52":0.00755,"53":0.00755,"54":0.00755,"55":0.00755,"56":0.00755,"57":0.00755,"58":0.00755,"59":0.00755,"60":0.00755,"74":0.00755,"78":0.00755,"79":0.00755,"80":0.00755,"87":0.00755,"103":0.06036,"104":0.02264,"105":0.01509,"106":0.02264,"107":0.01509,"108":0.01509,"109":0.58097,"110":0.01509,"111":0.01509,"112":0.06791,"114":0.00755,"116":0.04527,"117":0.02264,"118":0.16599,"120":0.03018,"122":0.03018,"123":0.00755,"124":0.02264,"125":0.00755,"126":0.01509,"127":0.01509,"128":0.01509,"129":0.00755,"130":0.00755,"131":0.06036,"132":0.00755,"133":0.03773,"134":0.01509,"135":0.01509,"136":0.03018,"137":0.02264,"138":0.06036,"139":0.03018,"140":0.02264,"141":0.01509,"142":0.03773,"143":0.04527,"144":0.04527,"145":0.12072,"146":0.28671,"147":5.16833,"148":9.08418,"149":0.04527,"150":0.00755,_:"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 61 62 63 64 65 66 67 68 69 70 71 72 73 75 76 77 81 83 84 85 86 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 113 115 119 121 151 152"},F:{"95":0.12827,"96":0.01509,"97":0.03773,"98":0.03018,"131":0.32444,_:"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 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 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.02264,"92":0.03773,"109":0.00755,"122":0.00755,"131":0.00755,"139":0.00755,"140":0.02264,"141":0.00755,"142":0.00755,"143":0.01509,"144":0.02264,"145":0.03018,"146":0.15845,"147":14.69766,"148":32.66231,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 123 124 125 126 127 128 129 130 132 133 134 135 136 137 138 149"},E:{_:"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 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 17.0 17.1 17.2 17.3 17.4 17.5 18.0 18.1 18.2 TP","5.1":0.00755,"15.6":0.00755,"16.5":0.00755,"16.6":0.00755,"17.6":0.02264,"18.3":0.00755,"18.4":0.00755,"18.5-18.7":0.00755,"26.0":0.00755,"26.1":0.00755,"26.2":0.03018,"26.3":0.11318,"26.4":0.06791,"26.5":0.03018},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00036,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00073,"8.1-8.4":0,"9.0-9.2":0.00036,"9.3":0,"10.0-10.2":0,"10.3":0.00328,"11.0-11.2":0.08638,"11.3-11.4":0.00109,"12.0-12.1":0,"12.2-12.5":0.01239,"13.0-13.1":0,"13.2":0.00401,"13.3":0,"13.4-13.7":0.00073,"14.0-14.4":0.00292,"14.5-14.8":0.00474,"15.0-15.1":0.00364,"15.2-15.3":0.00219,"15.4":0.00292,"15.5":0.00328,"15.6-15.8":0.0616,"16.0":0.00656,"16.1":0.01021,"16.2":0.00547,"16.3":0.01203,"16.4":0.00255,"16.5":0.00437,"16.6-16.7":0.08201,"17.0":0.00364,"17.1":0.0062,"17.2":0.00547,"17.3":0.01057,"17.4":0.01677,"17.5":0.0226,"17.6-17.7":0.05941,"18.0":0.01203,"18.1":0.02369,"18.2":0.01276,"18.3":0.0379,"18.4":0.01749,"18.5-18.7":0.60356,"26.0":0.03863,"26.1":0.04811,"26.2":0.18515,"26.3":0.58461,"26.4":1.20567,"26.5":0.43008},P:{"20":0.00691,"21":0.00691,"22":0.00691,"23":0.01381,"24":0.01381,"25":0.03453,"26":0.03453,"27":0.02762,"28":0.08287,"29":0.43509,"30":0.02762,_:"4 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 18.0","7.2-7.4":0.10359,"11.1-11.2":0.00691,"19.0":0.00691},I:{"0":0.00245,"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.60418,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{"0":0.07859},Q:{_:"14.9"},O:{"0":0.49857},H:{all:0},L:{"0":25.97828}};
1
+ module.exports={C:{"115":0.07139,"121":0.00793,"140":0.01586,"146":0.00793,"148":0.00793,"149":0.00793,"150":0.01586,"151":0.9915,"152":0.53938,_:"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 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 141 142 143 144 145 147 153 154 155 3.5 3.6"},D:{"39":0.00793,"40":0.00793,"41":0.00793,"42":0.00793,"43":0.00793,"44":0.00793,"45":0.00793,"47":0.00793,"48":0.00793,"49":0.00793,"50":0.00793,"51":0.00793,"52":0.00793,"53":0.00793,"54":0.00793,"55":0.00793,"56":0.00793,"57":0.00793,"58":0.00793,"59":0.00793,"60":0.00793,"70":0.00793,"74":0.00793,"79":0.01586,"87":0.00793,"93":0.00793,"103":0.04759,"104":0.01586,"105":0.01586,"106":0.01586,"107":0.01586,"108":0.01586,"109":0.53938,"110":0.01586,"111":0.01586,"112":0.01586,"114":0.01586,"115":0.10312,"116":0.03966,"117":0.01586,"118":0.2221,"119":0.00793,"120":0.03173,"121":0.00793,"122":0.03966,"124":0.0238,"126":0.0238,"127":0.0238,"128":0.01586,"129":0.00793,"130":0.00793,"131":0.06346,"132":0.00793,"133":0.05552,"134":0.0238,"135":0.01586,"136":0.01586,"137":0.0238,"138":0.10312,"139":0.01586,"140":0.03173,"141":0.01586,"142":0.03966,"143":0.04759,"144":0.03173,"145":0.07932,"146":0.15864,"147":0.19037,"148":4.71954,"149":7.89234,"150":0.04759,"151":0.00793,_:"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 46 61 62 63 64 65 66 67 68 69 71 72 73 75 76 77 78 80 81 83 84 85 86 88 89 90 91 92 94 95 96 97 98 99 100 101 102 113 123 125 152 153"},F:{"95":0.10312,"97":0.03966,"98":0.01586,"99":0.05552,"131":0.48385,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 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 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.01586,"92":0.0238,"109":0.01586,"122":0.00793,"138":0.00793,"139":0.00793,"140":0.0238,"141":0.00793,"142":0.00793,"143":0.03173,"144":0.01586,"145":0.0238,"146":0.06346,"147":0.06346,"148":14.8487,"149":38.78748,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 150"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.1 17.2 17.3 17.4 17.5 18.0 18.1 18.2 18.3 18.4 26.0 TP","15.6":0.00793,"16.6":0.00793,"17.6":0.01586,"18.5-18.7":0.00793,"26.1":0.00793,"26.2":0.01586,"26.3":0.03173,"26.4":0.01586,"26.5":0.10312},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0003,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00091,"8.1-8.4":0,"9.0-9.2":0.0003,"9.3":0,"10.0-10.2":0,"10.3":0.00333,"11.0-11.2":0.10028,"11.3-11.4":0.00061,"12.0-12.1":0,"12.2-12.5":0.0103,"13.0-13.1":0,"13.2":0.00333,"13.3":0,"13.4-13.7":0.00061,"14.0-14.4":0.00212,"14.5-14.8":0.00333,"15.0-15.1":0.00303,"15.2-15.3":0.00182,"15.4":0.00212,"15.5":0.00273,"15.6-15.8":0.05302,"16.0":0.00485,"16.1":0.00788,"16.2":0.00424,"16.3":0.00909,"16.4":0.00212,"16.5":0.00333,"16.6-16.7":0.06908,"17.0":0.00303,"17.1":0.00454,"17.2":0.00424,"17.3":0.00636,"17.4":0.00969,"17.5":0.01727,"17.6-17.7":0.04454,"18.0":0.01,"18.1":0.01909,"18.2":0.0103,"18.3":0.03151,"18.4":0.01424,"18.5-18.7":0.45535,"26.0":0.02999,"26.1":0.03121,"26.2":0.09422,"26.3":0.12876,"26.4":0.14754,"26.5":1.67326},P:{"21":0.00743,"22":0.01487,"23":0.01487,"24":0.01487,"25":0.02974,"26":0.0223,"27":0.18587,"28":0.09665,"29":0.19331,"30":0.24535,_:"4 20 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 18.0","7.2-7.4":0.09665,"11.1-11.2":0.00743,"19.0":0.00743},I:{"0":0.00413,"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.52114,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.48391},H:{all:0},L:{"0":22.01325},R:{_:"0"},M:{"0":0.06824},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"56":0.00822,"58":0.01644,"72":0.01233,"109":0.00411,"110":0.00411,"115":0.01644,"121":0.00411,"138":0.02467,"140":0.01644,"141":0.00411,"143":0.00411,"146":0.00411,"147":0.00822,"148":0.01644,"149":0.00822,"150":0.3741,"151":0.21377,"152":0.00411,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 57 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 102 103 104 105 106 107 108 111 112 113 114 116 117 118 119 120 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 139 142 144 145 153 154 3.5 3.6"},D:{"40":0.00822,"41":0.00822,"42":0.00822,"43":0.00411,"44":0.00822,"45":0.00822,"46":0.00822,"47":0.00822,"48":0.00822,"49":0.04111,"50":0.00411,"51":0.00822,"52":0.00822,"53":0.00411,"54":0.00822,"55":0.01644,"56":0.00822,"57":0.01233,"58":0.00411,"59":0.01644,"60":0.01233,"65":0.00411,"67":0.01233,"68":0.00822,"69":0.00822,"70":0.00822,"71":0.00411,"74":0.00411,"75":0.00411,"76":0.00822,"79":0.01644,"80":0.00822,"81":0.02056,"83":0.02467,"88":0.00411,"90":0.00411,"92":0.00411,"93":0.01233,"94":0.01233,"98":0.00411,"99":0.00411,"103":0.05344,"104":0.01233,"105":0.01644,"106":0.01233,"107":0.00822,"108":0.00822,"109":0.15622,"110":0.01644,"111":0.02056,"112":0.5221,"114":0.00822,"115":0.00822,"116":0.02878,"117":0.01233,"118":1.59918,"119":0.00411,"120":0.04522,"122":0.01644,"123":0.00411,"124":0.01644,"126":0.04933,"127":0.04111,"129":0.01233,"130":0.01233,"131":0.04522,"132":0.00411,"133":0.02467,"134":0.02056,"135":0.00411,"136":0.01644,"137":0.04933,"138":1.8294,"139":0.01233,"140":0.00822,"141":0.04522,"142":0.037,"143":0.03289,"144":0.04111,"145":0.09044,"146":0.185,"147":3.10381,"148":3.85201,"149":0.01644,_:"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 61 62 63 64 66 72 73 77 78 84 85 86 87 89 91 95 96 97 100 101 102 113 121 125 128 150 151 152"},F:{"36":0.01644,"37":0.00822,"54":0.00411,"79":0.00822,"86":0.01233,"93":0.00411,"95":0.03289,"96":0.02056,"97":0.04522,"98":0.05344,"113":0.01233,"119":0.01233,"124":0.00822,"126":0.00822,"127":0.00411,"131":0.37821,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 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 87 88 89 90 91 92 94 99 100 101 102 103 104 105 106 107 108 109 110 111 112 114 115 116 117 118 120 121 122 123 125 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00411,"15":0.00411,"17":0.00411,"18":0.13977,"80":0.00411,"84":0.06167,"85":0.00822,"90":0.02467,"92":0.06578,"100":0.01644,"107":0.00822,"109":0.00411,"111":0.00411,"114":0.01233,"115":0.00411,"122":0.00822,"129":0.00822,"131":0.00411,"133":0.00411,"136":0.00411,"139":0.00411,"140":0.02056,"141":0.02056,"142":0.01233,"143":0.02878,"144":0.037,"145":0.05344,"146":0.12333,"147":1.33196,"148":1.83351,"149":0.01644,_:"13 14 16 79 81 83 86 87 88 89 91 93 94 95 96 97 98 99 101 102 103 104 105 106 108 110 112 113 116 117 118 119 120 121 123 124 125 126 127 128 130 132 134 135 137 138"},E:{"13":0.00411,"14":0.02467,_:"4 5 6 7 8 9 10 11 12 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 12.1 15.1 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.2 17.3 17.5 18.0 18.1 18.2 18.3 TP","11.1":0.00411,"13.1":0.07811,"14.1":0.00822,"15.2-15.3":0.00411,"15.6":0.037,"16.6":0.03289,"17.0":0.00411,"17.1":0.01233,"17.4":0.00411,"17.6":0.09455,"18.4":0.00411,"18.5-18.7":0.00411,"26.0":0.00411,"26.1":0.00411,"26.2":0.00822,"26.3":0.04933,"26.4":0.08222,"26.5":0.01233},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0006,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.0012,"8.1-8.4":0,"9.0-9.2":0.0006,"9.3":0,"10.0-10.2":0,"10.3":0.00538,"11.0-11.2":0.1418,"11.3-11.4":0.00179,"12.0-12.1":0,"12.2-12.5":0.02034,"13.0-13.1":0,"13.2":0.00658,"13.3":0,"13.4-13.7":0.0012,"14.0-14.4":0.00479,"14.5-14.8":0.00778,"15.0-15.1":0.00598,"15.2-15.3":0.00359,"15.4":0.00479,"15.5":0.00538,"15.6-15.8":0.10112,"16.0":0.01077,"16.1":0.01675,"16.2":0.00897,"16.3":0.01974,"16.4":0.00419,"16.5":0.00718,"16.6-16.7":0.13462,"17.0":0.00598,"17.1":0.01017,"17.2":0.00897,"17.3":0.01735,"17.4":0.02752,"17.5":0.0371,"17.6-17.7":0.09753,"18.0":0.01974,"18.1":0.03889,"18.2":0.02094,"18.3":0.06223,"18.4":0.02872,"18.5-18.7":0.99082,"26.0":0.06342,"26.1":0.07898,"26.2":0.30395,"26.3":0.95971,"26.4":1.97925,"26.5":0.70602},P:{"4":0.00576,"24":0.01151,"25":0.00576,"27":0.02878,"28":0.10938,"29":0.28783,"30":0.03454,_:"20 21 22 23 26 5.0-5.4 6.2-6.4 8.2 10.1 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.00576,"9.2":0.01727,"11.1-11.2":0.00576},I:{"0":0.00588,"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":3.0935,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.03533,_:"3.0-3.1"},R:{_:"0"},M:{"0":0.17078},Q:{_:"14.9"},O:{"0":0.52412},H:{all:0.01},L:{"0":70.07675}};
1
+ module.exports={C:{"58":0.01307,"72":0.00436,"76":0.00436,"115":0.02179,"120":0.04793,"121":0.061,"127":0.00436,"137":0.00436,"140":0.00436,"146":0.00436,"149":0.00436,"150":0.05664,"151":0.41827,"152":0.24399,_:"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 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 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 122 123 124 125 126 128 129 130 131 132 133 134 135 136 138 139 141 142 143 144 145 147 148 153 154 155 3.5 3.6"},D:{"39":0.00436,"40":0.00436,"41":0.00436,"42":0.00436,"43":0.00436,"44":0.00436,"45":0.00436,"46":0.00436,"47":0.00436,"48":0.00436,"49":0.00436,"50":0.00436,"51":0.00436,"52":0.01307,"53":0.00436,"54":0.00436,"55":0.00436,"56":0.00436,"57":0.00436,"58":0.00436,"59":0.01743,"60":0.00436,"64":0.00871,"67":0.01307,"68":0.00436,"70":0.01307,"71":0.01743,"75":0.00871,"76":0.00436,"77":0.0305,"79":0.02614,"80":0.00436,"81":0.03486,"83":0.00436,"86":0.00871,"87":0.00871,"88":0.00436,"90":0.00436,"91":0.00436,"93":0.00436,"94":0.01743,"98":0.00871,"99":0.00436,"100":0.00436,"103":0.05228,"104":0.03921,"105":0.05664,"106":0.04793,"107":0.04357,"108":0.03921,"109":0.10457,"110":0.05228,"111":0.06971,"112":0.04793,"115":0.00436,"116":0.10457,"117":0.02614,"118":2.72748,"119":0.08278,"120":0.19171,"122":0.01743,"124":0.04357,"125":0.01743,"126":0.03921,"127":0.01307,"128":0.01307,"129":0.00436,"130":0.01307,"131":0.09585,"132":0.00436,"133":0.10893,"134":0.01307,"135":0.01307,"136":0.01743,"137":0.07407,"138":0.18299,"139":0.00871,"140":0.02179,"141":0.01307,"142":0.01743,"143":0.01307,"144":0.02614,"145":0.02179,"146":0.122,"147":0.30499,"148":2.60984,"149":6.44836,"150":0.02179,_:"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 61 62 63 65 66 69 72 73 74 78 84 85 89 92 95 96 97 101 102 113 114 121 123 151 152 153"},F:{"48":0.00436,"64":0.00871,"79":0.01743,"85":0.00436,"93":0.00436,"95":0.17864,"96":0.00436,"97":0.01307,"98":0.02614,"99":0.061,"101":0.00871,"113":0.00436,"115":0.00436,"118":0.00436,"126":0.00436,"127":0.0305,"131":0.42699,_:"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 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 89 90 91 92 94 100 102 103 104 105 106 107 108 109 110 111 112 114 116 117 119 120 121 122 123 124 125 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.00436,"17":0.00436,"18":0.09585,"84":0.00436,"89":0.00436,"90":0.01743,"92":0.061,"97":0.00436,"100":0.00871,"102":0.00436,"103":0.00436,"104":0.00436,"109":0.00436,"119":0.02614,"120":0.03921,"122":0.01743,"126":0.00436,"128":0.00436,"131":0.00436,"135":0.00871,"137":0.00436,"138":0.00436,"140":0.00871,"141":0.01307,"142":0.00436,"143":0.02179,"144":0.02614,"145":0.01307,"146":0.03486,"147":0.07407,"148":0.83219,"149":1.72973,"150":0.01307,_:"12 13 15 16 79 80 81 83 85 86 87 88 91 93 94 95 96 98 99 101 105 106 107 108 110 111 112 113 114 115 116 117 118 121 123 124 125 127 129 130 132 133 134 136 139"},E:{"14":0.00871,_:"4 5 6 7 8 9 10 11 12 13 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 17.3 18.0 18.1 18.3 18.5-18.7 26.0 26.1 TP","13.1":0.00436,"14.1":0.00436,"15.2-15.3":0.00436,"15.6":0.03486,"16.6":0.00436,"17.1":0.00871,"17.4":0.00436,"17.5":0.01743,"17.6":0.02179,"18.2":0.00436,"18.4":0.01307,"26.2":0.00436,"26.3":0.00436,"26.4":0.00436,"26.5":0.10021},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00072,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00217,"8.1-8.4":0,"9.0-9.2":0.00072,"9.3":0,"10.0-10.2":0,"10.3":0.00795,"11.0-11.2":0.23908,"11.3-11.4":0.00144,"12.0-12.1":0,"12.2-12.5":0.02456,"13.0-13.1":0,"13.2":0.00795,"13.3":0,"13.4-13.7":0.00144,"14.0-14.4":0.00506,"14.5-14.8":0.00795,"15.0-15.1":0.00722,"15.2-15.3":0.00433,"15.4":0.00506,"15.5":0.0065,"15.6-15.8":0.1264,"16.0":0.01156,"16.1":0.01878,"16.2":0.01011,"16.3":0.02167,"16.4":0.00506,"16.5":0.00795,"16.6-16.7":0.16469,"17.0":0.00722,"17.1":0.01083,"17.2":0.01011,"17.3":0.01517,"17.4":0.02311,"17.5":0.04117,"17.6-17.7":0.10618,"18.0":0.02384,"18.1":0.04551,"18.2":0.02456,"18.3":0.07512,"18.4":0.03395,"18.5-18.7":1.08562,"26.0":0.07151,"26.1":0.0744,"26.2":0.22464,"26.3":0.30698,"26.4":0.35176,"26.5":3.98928},P:{"21":0.00651,"24":0.00651,"26":0.01301,"27":0.05205,"28":0.12363,"29":0.13664,"30":0.27328,_:"4 20 22 23 25 5.0-5.4 6.2-6.4 7.2-7.4 8.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","9.2":0.02603},I:{"0":0.0451,"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":3.3758,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},N:{_:"10 11"},S:{"2.5":0.01129,_:"3.0-3.1"},J:{_:"7 10"},O:{"0":0.68845},H:{all:0.01},L:{"0":67.15092},R:{_:"0"},M:{"0":0.079},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"115":0.05352,"121":0.00446,"140":0.01338,"143":0.18286,"146":0.05798,"147":0.00446,"148":0.00892,"149":0.00892,"150":0.28544,"151":0.1115,_:"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 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 141 142 144 145 152 153 154 3.5 3.6"},D:{"39":0.0223,"40":0.00892,"41":0.00892,"42":0.0223,"43":0.01784,"44":0.01338,"45":0.01784,"46":0.01784,"47":0.01784,"48":0.01338,"49":0.01338,"50":0.0223,"51":0.02676,"52":0.01784,"53":0.01784,"54":0.01338,"55":0.0223,"56":0.01784,"57":0.01784,"58":0.00892,"59":0.01338,"60":0.01784,"68":0.00892,"69":0.00446,"72":0.00446,"79":0.00446,"81":0.00446,"83":0.00446,"87":0.03122,"88":0.00446,"94":0.00446,"98":0.00446,"103":0.00446,"104":0.00446,"105":0.00446,"106":0.00446,"107":0.00446,"108":0.00446,"109":0.32112,"111":0.01784,"112":0.29882,"114":0.00446,"116":0.01338,"117":0.00446,"118":0.80726,"119":0.00446,"120":0.0223,"121":0.00446,"122":0.00446,"123":0.00446,"124":0.03568,"125":0.00446,"127":0.01784,"128":0.00446,"130":0.20962,"131":0.02676,"132":0.05352,"133":0.00446,"134":0.00446,"135":0.04906,"137":0.00446,"138":0.04014,"139":0.01338,"140":0.00892,"141":0.01784,"142":0.21854,"143":0.01784,"144":0.00892,"145":0.03122,"146":0.29436,"147":4.35296,"148":5.89166,"149":0.08028,_:"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 61 62 63 64 65 66 67 70 71 73 74 75 76 77 78 80 84 85 86 89 90 91 92 93 95 96 97 99 100 101 102 110 113 115 126 129 136 150 151 152"},F:{"66":0.00446,"86":0.00446,"95":0.22746,"97":0.04014,"98":0.03568,"99":0.00446,"114":0.00892,"125":0.00446,"127":0.00446,"131":0.2899,_:"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 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 87 88 89 90 91 92 93 94 96 100 101 102 103 104 105 106 107 108 109 110 111 112 113 115 116 117 118 119 120 121 122 123 124 126 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"12":0.00446,"18":0.0446,"89":0.00446,"90":0.00446,"92":0.00892,"100":0.00446,"107":0.01338,"109":0.00892,"136":0.00892,"138":0.00446,"139":0.00446,"140":0.01338,"141":0.01338,"142":0.00446,"143":0.00446,"144":0.00892,"145":0.03122,"146":0.06244,"147":1.2934,"148":2.04268,"149":0.00446,_:"13 14 15 16 17 79 80 81 83 84 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 108 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 137"},E:{_:"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 13.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 17.3 17.4 17.5 18.0 18.1 18.2 18.3 18.4 18.5-18.7 26.1 TP","5.1":0.00446,"14.1":0.00446,"15.6":0.00892,"16.6":0.00892,"17.1":0.00446,"17.6":0.00446,"26.0":0.00446,"26.2":0.03122,"26.3":0.1338,"26.4":0.0669,"26.5":0.00892},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00034,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00068,"8.1-8.4":0,"9.0-9.2":0.00034,"9.3":0,"10.0-10.2":0,"10.3":0.00305,"11.0-11.2":0.08037,"11.3-11.4":0.00102,"12.0-12.1":0,"12.2-12.5":0.01153,"13.0-13.1":0,"13.2":0.00373,"13.3":0,"13.4-13.7":0.00068,"14.0-14.4":0.00271,"14.5-14.8":0.00441,"15.0-15.1":0.00339,"15.2-15.3":0.00203,"15.4":0.00271,"15.5":0.00305,"15.6-15.8":0.05731,"16.0":0.0061,"16.1":0.0095,"16.2":0.00509,"16.3":0.01119,"16.4":0.00237,"16.5":0.00407,"16.6-16.7":0.0763,"17.0":0.00339,"17.1":0.00576,"17.2":0.00509,"17.3":0.00983,"17.4":0.0156,"17.5":0.02102,"17.6-17.7":0.05527,"18.0":0.01119,"18.1":0.02204,"18.2":0.01187,"18.3":0.03527,"18.4":0.01628,"18.5-18.7":0.56156,"26.0":0.03595,"26.1":0.04476,"26.2":0.17227,"26.3":0.54393,"26.4":1.12177,"26.5":0.40015},P:{"4":0.01616,"22":0.08889,"23":0.01616,"24":0.01616,"25":0.01616,"26":0.01616,"27":0.04041,"28":0.1293,"29":1.83444,"30":0.68691,_:"20 21 5.0-5.4 6.2-6.4 9.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.11314,"8.2":0.01616,"10.1":0.00808,"11.1-11.2":0.01616},I:{"0":0.00554,"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":3.21932,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{"0":0.12744},Q:{_:"14.9"},O:{"0":0.65384},H:{all:0},L:{"0":68.93137}};
1
+ module.exports={C:{"72":0.00462,"112":0.00462,"115":0.05077,"120":0.01846,"121":0.03692,"127":0.00462,"140":0.03231,"146":0.00462,"147":0.00923,"148":0.00462,"150":0.08769,"151":0.26306,"152":0.25844,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 113 114 116 117 118 119 122 123 124 125 126 128 129 130 131 132 133 134 135 136 137 138 139 141 142 143 144 145 149 153 154 155 3.5 3.6"},D:{"39":0.01385,"40":0.00462,"41":0.00923,"42":0.00462,"43":0.00923,"44":0.01385,"45":0.01385,"46":0.00923,"47":0.00462,"48":0.00462,"49":0.01385,"50":0.00462,"51":0.00462,"52":0.01846,"53":0.00923,"54":0.00923,"55":0.00462,"56":0.01846,"57":0.00923,"58":0.01385,"59":0.00923,"60":0.01846,"61":0.01846,"65":0.09692,"73":0.00462,"74":0.00462,"75":0.00462,"79":0.06923,"81":0.00462,"84":0.00462,"87":0.00462,"88":0.00923,"102":0.00923,"103":0.01385,"104":0.00923,"105":0.01385,"106":0.01385,"107":0.01385,"108":0.01385,"109":0.26767,"110":0.00923,"111":0.01385,"112":0.00923,"113":0.00923,"114":0.03692,"116":0.03692,"117":0.01385,"118":2.65363,"119":0.04615,"120":0.06461,"121":0.00923,"122":0.01385,"123":0.00923,"124":0.02308,"125":0.01385,"126":0.01385,"127":0.02308,"128":0.01846,"129":0.00923,"130":0.02308,"131":0.03692,"132":0.01385,"133":0.03231,"134":0.00462,"135":0.00462,"137":0.03692,"138":0.05077,"139":0.00462,"140":0.01385,"141":0.02769,"142":0.03231,"143":0.02308,"144":0.03692,"145":0.07846,"146":0.38305,"147":0.2769,"148":4.37041,"149":6.14257,"150":0.10153,_:"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 62 63 64 66 67 68 69 70 71 72 76 77 78 80 83 85 86 89 90 91 92 93 94 95 96 97 98 99 100 101 115 136 151 152 153"},F:{"46":0.00462,"79":0.00462,"95":0.06461,"98":0.02308,"99":0.26767,"131":0.67379,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 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 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.01385,"15":0.00923,"16":0.00923,"17":0.00462,"18":0.00923,"92":0.01385,"109":0.00462,"114":0.00923,"115":0.00462,"119":0.02769,"120":0.03692,"122":0.00462,"138":0.00462,"139":0.00462,"141":0.03231,"142":0.00923,"143":0.00923,"144":0.01385,"145":0.01385,"146":0.00923,"147":0.01846,"148":1.07068,"149":2.32596,_:"12 13 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 116 117 118 121 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 140 150"},E:{"27":0.00462,_:"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 17.0 17.1 17.2 17.3 17.4 17.5 18.0 18.1 18.2 18.3 18.4 26.0 26.1 TP","16.6":0.00462,"17.6":0.00462,"18.5-18.7":0.0923,"26.2":0.00923,"26.3":0.00923,"26.4":0.00462,"26.5":0.16614},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00047,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.0014,"8.1-8.4":0,"9.0-9.2":0.00047,"9.3":0,"10.0-10.2":0,"10.3":0.00512,"11.0-11.2":0.15397,"11.3-11.4":0.00093,"12.0-12.1":0,"12.2-12.5":0.01582,"13.0-13.1":0,"13.2":0.00512,"13.3":0,"13.4-13.7":0.00093,"14.0-14.4":0.00326,"14.5-14.8":0.00512,"15.0-15.1":0.00465,"15.2-15.3":0.00279,"15.4":0.00326,"15.5":0.00419,"15.6-15.8":0.08141,"16.0":0.00744,"16.1":0.01209,"16.2":0.00651,"16.3":0.01396,"16.4":0.00326,"16.5":0.00512,"16.6-16.7":0.10606,"17.0":0.00465,"17.1":0.00698,"17.2":0.00651,"17.3":0.00977,"17.4":0.01489,"17.5":0.02652,"17.6-17.7":0.06838,"18.0":0.01535,"18.1":0.02931,"18.2":0.01582,"18.3":0.04838,"18.4":0.02186,"18.5-18.7":0.69916,"26.0":0.04605,"26.1":0.04791,"26.2":0.14467,"26.3":0.1977,"26.4":0.22654,"26.5":2.56918},P:{"4":0.00977,"21":0.00489,"22":0.06352,"23":0.02443,"24":0.01954,"25":0.02932,"26":0.00977,"27":0.01466,"28":0.07329,"29":0.9674,"30":1.1775,_:"20 6.2-6.4 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.00489,"7.2-7.4":0.06352,"8.2":0.00489,"17.0":0.00489,"19.0":0.00977},I:{"0":0.01076,"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":2.88044,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.7753},H:{all:0},L:{"0":62.73192},R:{_:"0"},M:{"0":0.19382},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.00646,"78":0.00646,"103":0.01292,"106":0.00646,"115":0.42643,"120":0.00646,"121":0.00646,"123":0.00646,"124":0.00646,"125":0.00646,"127":0.00646,"128":0.01292,"129":0.01938,"132":0.00646,"133":0.01292,"134":0.03877,"135":0.01292,"136":0.01292,"138":0.00646,"139":0.01292,"140":0.2326,"141":0.00646,"142":0.00646,"143":0.00646,"144":0.00646,"145":0.00646,"146":0.02584,"147":0.09692,"148":0.06461,"149":0.1163,"150":2.19028,"151":1.04022,"152":0.00646,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 104 105 107 108 109 110 111 112 113 114 116 117 118 119 122 126 130 131 137 153 154 3.5 3.6"},D:{"39":0.36828,"40":0.37474,"41":0.37474,"42":0.36828,"43":0.36828,"44":0.38766,"45":0.37474,"46":0.37474,"47":0.37474,"48":0.3812,"49":0.37474,"50":0.36828,"51":0.37474,"52":0.37474,"53":0.36828,"54":0.3812,"55":0.37474,"56":0.3812,"57":0.3812,"58":0.37474,"59":0.37474,"60":0.37474,"79":0.00646,"83":0.00646,"85":0.01292,"87":0.00646,"88":0.01292,"90":0.01292,"91":0.01292,"98":0.00646,"101":0.01292,"102":0.01292,"103":0.02584,"104":0.03231,"105":0.02584,"106":0.03231,"107":0.02584,"108":0.03231,"109":1.27928,"110":0.02584,"111":0.02584,"112":0.32305,"113":0.01938,"114":0.07107,"115":0.07753,"116":0.18737,"117":0.02584,"118":0.39412,"119":0.00646,"120":0.09692,"121":0.01938,"122":0.34889,"123":0.03231,"124":0.13568,"125":2.26135,"126":0.02584,"127":0.01292,"128":0.05169,"129":0.03877,"130":0.56857,"131":0.27136,"132":0.03231,"133":0.06461,"134":0.04523,"135":0.05169,"136":0.03231,"137":0.02584,"138":0.51042,"139":0.85285,"140":0.08399,"141":0.50396,"142":0.15506,"143":0.05815,"144":0.15506,"145":0.29075,"146":0.78178,"147":8.53498,"148":14.9766,"149":0.03231,"150":0.00646,_:"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 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 84 86 89 92 93 94 95 96 97 99 100 151 152"},F:{"82":0.01292,"83":0.00646,"85":0.00646,"89":0.00646,"90":0.00646,"91":0.00646,"94":0.00646,"95":0.2649,"97":0.02584,"98":0.07107,"99":0.00646,"105":0.00646,"106":0.00646,"113":0.00646,"114":0.00646,"126":0.00646,"127":0.01938,"131":1.79616,_:"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 84 86 87 88 92 93 96 100 101 102 103 104 107 108 109 110 111 112 115 116 117 118 119 120 121 122 123 124 125 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00646,"90":0.00646,"92":0.00646,"109":0.04523,"122":0.01292,"124":0.00646,"128":0.00646,"131":0.01292,"132":0.00646,"133":0.00646,"134":0.00646,"136":0.00646,"137":0.00646,"138":0.00646,"140":0.00646,"141":0.00646,"142":0.01292,"143":0.01292,"144":0.02584,"145":0.03231,"146":0.10984,"147":1.28574,"148":3.10774,"149":0.03231,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 123 125 126 127 129 130 135 139"},E:{"10":0.00646,"11":0.00646,"14":0.01292,"15":0.01292,_:"4 5 6 7 8 9 12 13 3.1 3.2 5.1 6.1 7.1 9.1 11.1 12.1 13.1 15.1 15.2-15.3 15.4 16.1 16.2 16.3 16.4 TP","10.1":0.01292,"14.1":0.00646,"15.5":0.00646,"15.6":0.03877,"16.0":0.00646,"16.5":0.00646,"16.6":0.04523,"17.0":0.00646,"17.1":0.02584,"17.2":0.01292,"17.3":0.00646,"17.4":0.01292,"17.5":0.01292,"17.6":0.10984,"18.0":0.00646,"18.1":0.02584,"18.2":0.00646,"18.3":0.01292,"18.4":0.00646,"18.5-18.7":0.03231,"26.0":0.03231,"26.1":0.01938,"26.2":0.07107,"26.3":0.34243,"26.4":0.2649,"26.5":0.16153},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0009,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00179,"8.1-8.4":0,"9.0-9.2":0.0009,"9.3":0,"10.0-10.2":0,"10.3":0.00807,"11.0-11.2":0.21248,"11.3-11.4":0.00269,"12.0-12.1":0,"12.2-12.5":0.03048,"13.0-13.1":0,"13.2":0.00986,"13.3":0,"13.4-13.7":0.00179,"14.0-14.4":0.00717,"14.5-14.8":0.01165,"15.0-15.1":0.00897,"15.2-15.3":0.00538,"15.4":0.00717,"15.5":0.00807,"15.6-15.8":0.15151,"16.0":0.01614,"16.1":0.0251,"16.2":0.01345,"16.3":0.02959,"16.4":0.00628,"16.5":0.01076,"16.6-16.7":0.20172,"17.0":0.00897,"17.1":0.01524,"17.2":0.01345,"17.3":0.026,"17.4":0.04124,"17.5":0.05558,"17.6-17.7":0.14613,"18.0":0.02959,"18.1":0.05827,"18.2":0.03138,"18.3":0.09324,"18.4":0.04303,"18.5-18.7":1.48465,"26.0":0.09503,"26.1":0.11834,"26.2":0.45544,"26.3":1.43803,"26.4":2.96572,"26.5":1.0579},P:{"4":0.01382,"22":0.00691,"23":0.00691,"24":0.00691,"25":0.00691,"26":0.05529,"27":0.01382,"28":0.03456,"29":1.23017,"30":0.22115,_:"20 21 6.2-6.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0 19.0","5.0-5.4":0.00691,"7.2-7.4":0.00691,"8.2":0.00691,"17.0":0.01382},I:{"0":0.0106,"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.66514,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.00808,"10":0.00808,"11":0.01615,_:"6 7 9 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{"0":0.57669},Q:{_:"14.9"},O:{"0":0.07076},H:{all:0},L:{"0":25.60101}};
1
+ module.exports={C:{"103":0.00581,"106":0.00581,"115":0.25542,"120":0.02322,"121":0.04644,"129":0.00581,"133":0.00581,"134":0.02322,"135":0.00581,"136":0.00581,"139":0.00581,"140":0.1103,"141":0.00581,"145":0.00581,"146":0.00581,"147":0.02322,"148":0.01161,"149":0.02322,"150":0.09288,"151":1.55574,"152":0.80109,"153":0.00581,_:"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 104 105 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 128 130 131 132 137 138 142 143 144 154 155 3.5 3.6"},D:{"39":1.01007,"40":1.01007,"41":1.02168,"42":1.01588,"43":1.01588,"44":1.01007,"45":1.01007,"46":1.00427,"47":1.02168,"48":1.02749,"49":1.01588,"50":1.00427,"51":1.01007,"52":1.01588,"53":1.02168,"54":1.01588,"55":1.01588,"56":1.01007,"57":1.01588,"58":1.01588,"59":1.01007,"60":1.02168,"70":0.26703,"76":0.00581,"85":0.01742,"87":0.00581,"88":0.00581,"96":0.03483,"103":0.01742,"104":0.02322,"105":0.01742,"106":0.02903,"107":0.01742,"108":0.01742,"109":0.67919,"110":0.01742,"111":0.01742,"112":0.10449,"113":0.01742,"114":0.05805,"115":0.06386,"116":0.13932,"117":0.01742,"118":0.27864,"119":0.05805,"120":0.09288,"121":0.00581,"122":0.17415,"123":0.01161,"124":0.06386,"125":1.9737,"126":0.01742,"127":0.01161,"128":0.04064,"129":0.01161,"130":0.28445,"131":0.1161,"132":0.02322,"133":0.05805,"134":0.03483,"135":0.05805,"136":0.01742,"137":0.01742,"138":0.26123,"139":1.21905,"140":0.02322,"141":0.14513,"142":0.09869,"143":0.03483,"144":0.10449,"145":0.05805,"146":0.6908,"147":0.33669,"148":4.70205,"149":8.94551,"150":0.04064,_:"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 61 62 63 64 65 66 67 68 69 71 72 73 74 75 77 78 79 80 81 83 84 86 89 90 91 92 93 94 95 97 98 99 100 101 102 151 152 153"},F:{"87":0.00581,"95":0.10449,"98":0.01161,"99":0.05225,"114":0.00581,"127":0.00581,"131":1.1552,_:"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 100 101 102 103 104 105 106 107 108 109 110 111 112 113 115 116 117 118 119 120 121 122 123 124 125 126 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00581,"109":0.02903,"119":0.02322,"120":0.02322,"122":0.00581,"131":0.00581,"132":0.00581,"133":0.00581,"136":0.00581,"138":0.00581,"143":0.01161,"144":0.00581,"145":0.01742,"146":0.01161,"147":0.03483,"148":0.88817,"149":2.15946,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 123 124 125 126 127 128 129 130 134 135 137 139 140 141 142 150"},E:{"11":0.00581,"14":0.00581,_:"4 5 6 7 8 9 10 12 13 15 27 3.1 3.2 5.1 6.1 7.1 9.1 11.1 12.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 17.0 17.2 18.2 18.4 TP","10.1":0.00581,"13.1":0.00581,"15.6":0.01742,"16.5":0.00581,"16.6":0.02322,"17.1":0.01161,"17.3":0.00581,"17.4":0.00581,"17.5":0.00581,"17.6":0.04644,"18.0":0.00581,"18.1":0.02322,"18.3":0.01161,"18.5-18.7":0.01161,"26.0":0.01161,"26.1":0.00581,"26.2":0.02322,"26.3":0.06966,"26.4":0.02322,"26.5":0.38894},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00051,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00154,"8.1-8.4":0,"9.0-9.2":0.00051,"9.3":0,"10.0-10.2":0,"10.3":0.00563,"11.0-11.2":0.16954,"11.3-11.4":0.00102,"12.0-12.1":0,"12.2-12.5":0.01742,"13.0-13.1":0,"13.2":0.00563,"13.3":0,"13.4-13.7":0.00102,"14.0-14.4":0.00359,"14.5-14.8":0.00563,"15.0-15.1":0.00512,"15.2-15.3":0.00307,"15.4":0.00359,"15.5":0.00461,"15.6-15.8":0.08964,"16.0":0.0082,"16.1":0.01332,"16.2":0.00717,"16.3":0.01537,"16.4":0.00359,"16.5":0.00563,"16.6-16.7":0.11678,"17.0":0.00512,"17.1":0.00768,"17.2":0.00717,"17.3":0.01076,"17.4":0.01639,"17.5":0.0292,"17.6-17.7":0.07529,"18.0":0.0169,"18.1":0.03227,"18.2":0.01742,"18.3":0.05327,"18.4":0.02407,"18.5-18.7":0.76985,"26.0":0.05071,"26.1":0.05276,"26.2":0.1593,"26.3":0.21769,"26.4":0.24945,"26.5":2.82893},P:{"4":0.00675,"22":0.00675,"23":0.00675,"24":0.01349,"25":0.00675,"26":0.02024,"27":0.00675,"28":0.02024,"29":0.12143,"30":0.77579,_:"20 21 5.0-5.4 6.2-6.4 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.00675,"8.2":0.00675},I:{"0":0.01257,"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.27268,_:"10 11 12 11.1 11.5 12.1"},A:{"7":0.00746,"8":0.02239,"9":0.00746,"10":0.00746,"11":0.00746,_:"6 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.02937},H:{all:0},L:{"0":36.94121},R:{_:"0"},M:{"0":0.27268},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"60":0.01755,"68":0.0117,"78":0.07604,"91":0.00585,"102":0.01755,"104":0.02925,"115":0.28075,"120":0.00585,"121":0.00585,"123":0.00585,"128":0.14623,"133":0.00585,"134":0.15792,"136":0.09358,"139":0.02925,"140":3.98902,"142":0.00585,"144":0.0117,"145":0.00585,"146":0.16377,"147":0.05264,"148":0.0234,"149":0.19887,"150":2.34545,"151":1.09961,"152":0.07019,_:"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 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 103 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 124 125 126 127 129 130 131 132 135 137 138 141 143 153 154 3.5 3.6"},D:{"39":0.01755,"40":0.01755,"41":0.01755,"42":0.0117,"43":0.01755,"44":0.01755,"45":0.01755,"46":0.01755,"47":0.01755,"48":0.01755,"49":0.01755,"50":0.0117,"51":0.01755,"52":0.0117,"53":0.01755,"54":0.01755,"55":0.01755,"56":0.01755,"57":0.01755,"58":0.01755,"59":0.01755,"60":0.01755,"65":0.00585,"79":0.05849,"87":0.00585,"88":0.00585,"90":0.00585,"101":0.00585,"102":0.00585,"103":0.02925,"104":0.00585,"105":0.00585,"106":0.0117,"107":0.01755,"108":0.00585,"109":0.64339,"110":0.00585,"111":0.0117,"112":0.22811,"114":0.08189,"116":0.08189,"117":0.00585,"118":1.12301,"119":0.03509,"120":0.03509,"121":0.0117,"122":0.02925,"123":0.01755,"124":0.22811,"125":0.0117,"126":0.01755,"128":0.06434,"129":0.00585,"130":0.01755,"131":0.05849,"132":0.18717,"133":0.07019,"134":0.0117,"135":0.0234,"136":0.05849,"137":0.25151,"138":0.61415,"139":0.0234,"140":0.01755,"141":0.0234,"142":6.80239,"143":0.21641,"144":0.10528,"145":0.16377,"146":0.99433,"147":5.52731,"148":8.02483,"149":0.05264,_:"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 61 62 63 64 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 83 84 85 86 89 91 92 93 94 95 96 97 98 99 100 113 115 127 150 151 152"},F:{"94":0.0117,"95":0.01755,"96":0.0117,"97":0.02925,"98":0.07604,"126":0.00585,"131":0.78377,_:"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 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 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00585,"109":0.0117,"120":0.00585,"122":0.00585,"124":0.00585,"131":0.00585,"133":0.0117,"134":0.00585,"137":0.00585,"138":0.00585,"139":0.0117,"140":0.00585,"141":0.0117,"142":0.00585,"143":0.0234,"144":0.14038,"145":0.03509,"146":0.18132,"147":1.93602,"148":3.74921,"149":0.00585,_:"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 114 115 116 117 118 119 121 123 125 126 127 128 129 130 132 135 136"},E:{"15":0.00585,_:"4 5 6 7 8 9 10 11 12 13 14 3.1 3.2 5.1 6.1 7.1 9.1 11.1 12.1 15.1 15.2-15.3 TP","10.1":0.00585,"13.1":0.0117,"14.1":0.01755,"15.4":0.00585,"15.5":0.03509,"15.6":0.11113,"16.0":0.0117,"16.1":0.02925,"16.2":0.0234,"16.3":0.0234,"16.4":0.00585,"16.5":0.05849,"16.6":0.14623,"17.0":0.00585,"17.1":0.23981,"17.2":0.00585,"17.3":0.03509,"17.4":0.03509,"17.5":0.07604,"17.6":0.29245,"18.0":0.05849,"18.1":0.04094,"18.2":0.0117,"18.3":0.09943,"18.4":0.04094,"18.5-18.7":0.18717,"26.0":0.14038,"26.1":0.07604,"26.2":0.73113,"26.3":0.83056,"26.4":1.66112,"26.5":0.69018},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00165,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00331,"8.1-8.4":0,"9.0-9.2":0.00165,"9.3":0,"10.0-10.2":0,"10.3":0.01488,"11.0-11.2":0.39194,"11.3-11.4":0.00496,"12.0-12.1":0,"12.2-12.5":0.05623,"13.0-13.1":0,"13.2":0.01819,"13.3":0,"13.4-13.7":0.00331,"14.0-14.4":0.01323,"14.5-14.8":0.0215,"15.0-15.1":0.01654,"15.2-15.3":0.00992,"15.4":0.01323,"15.5":0.01488,"15.6-15.8":0.27949,"16.0":0.02977,"16.1":0.04631,"16.2":0.02481,"16.3":0.05457,"16.4":0.01158,"16.5":0.01985,"16.6-16.7":0.3721,"17.0":0.01654,"17.1":0.02811,"17.2":0.02481,"17.3":0.04796,"17.4":0.07607,"17.5":0.10253,"17.6-17.7":0.26956,"18.0":0.05457,"18.1":0.10749,"18.2":0.05788,"18.3":0.17199,"18.4":0.07938,"18.5-18.7":2.73862,"26.0":0.1753,"26.1":0.2183,"26.2":0.84011,"26.3":2.65263,"26.4":5.47063,"26.5":1.95143},P:{"4":0.00767,"21":0.023,"22":0.00767,"23":0.00767,"26":0.01533,"27":0.03066,"28":0.023,"29":2.29188,"30":0.36793,_:"20 24 25 5.0-5.4 6.2-6.4 7.2-7.4 9.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0 17.0 18.0","8.2":0.00767,"13.0":0.00767,"19.0":0.00767},I:{"0":0.02903,"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.34868,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{"0":1.86795},Q:{"14.9":0.03321},O:{"0":0.11208},H:{all:0},L:{"0":23.97304}};
1
+ module.exports={C:{"68":0.0057,"78":0.02851,"91":0.0171,"102":0.0171,"104":0.0057,"115":0.42758,"120":0.09122,"121":0.18243,"122":0.0057,"123":0.0057,"128":0.14823,"134":0.0114,"135":0.0057,"136":0.19954,"139":0.02851,"140":4.80024,"143":0.0057,"144":0.0057,"146":0.34206,"147":0.0171,"148":0.0114,"149":0.0228,"150":0.16533,"151":2.41152,"152":1.37394,"153":0.07981,_:"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 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 103 105 106 107 108 109 110 111 112 113 114 116 117 118 119 124 125 126 127 129 130 131 132 133 137 138 141 142 145 154 155 3.5 3.6"},D:{"39":0.0171,"40":0.0114,"41":0.0057,"42":0.0114,"43":0.0114,"44":0.0057,"45":0.0057,"46":0.0114,"47":0.0171,"48":0.0114,"49":0.0114,"50":0.0057,"51":0.0114,"52":0.0171,"53":0.0114,"54":0.0057,"55":0.0057,"56":0.0114,"57":0.0057,"58":0.0114,"59":0.0057,"60":0.0114,"79":0.06841,"83":0.0057,"87":0.0171,"88":0.0057,"95":0.0057,"101":0.0114,"102":0.0057,"103":0.0228,"104":0.0171,"105":0.0171,"106":0.0171,"107":0.02851,"108":0.0171,"109":0.51309,"110":0.0171,"111":0.0171,"112":0.0171,"114":0.17673,"116":0.10832,"117":0.0171,"118":1.47086,"119":0.22804,"120":0.23374,"121":0.03421,"122":0.03991,"123":1.1174,"124":0.06271,"125":0.0057,"126":0.0171,"127":0.0057,"128":0.07981,"129":0.0057,"130":0.0057,"131":0.09122,"132":0.08552,"133":0.14823,"134":0.02851,"135":0.02851,"136":0.03991,"137":0.41617,"138":1.42525,"139":0.03421,"140":0.0228,"141":0.03421,"142":2.67947,"143":0.43328,"144":0.05701,"145":0.07981,"146":0.5815,"147":0.33636,"148":6.68727,"149":6.59036,"150":0.0171,"151":0.0057,_:"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 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 84 85 86 89 90 91 92 93 94 96 97 98 99 100 113 115 152 153"},F:{"46":0.0057,"95":0.0171,"98":0.05701,"99":0.03421,"114":0.0057,"118":0.0057,"119":0.0057,"131":0.67842,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 115 116 117 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.0057,"109":0.0114,"119":0.09122,"120":0.10832,"122":0.0057,"131":0.0057,"133":0.0228,"134":0.0057,"135":0.0057,"136":0.0171,"137":0.0114,"138":0.0114,"139":0.0114,"140":0.02851,"141":0.0114,"142":0.0057,"143":0.0114,"144":0.16533,"145":0.0228,"146":0.13682,"147":0.08552,"148":1.66469,"149":4.05911,"150":0.0057,_:"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 114 115 116 117 118 121 123 124 125 126 127 128 129 130 132"},E:{"27":0.0114,_:"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 15.1 15.2-15.3 TP","12.1":0.0057,"13.1":0.0057,"14.1":0.0171,"15.4":0.0057,"15.5":0.0114,"15.6":0.07981,"16.0":0.0057,"16.1":0.0114,"16.2":0.0057,"16.3":0.0171,"16.4":0.0057,"16.5":0.03421,"16.6":0.29645,"17.0":0.0171,"17.1":0.29645,"17.2":0.0114,"17.3":0.02851,"17.4":0.0228,"17.5":0.05131,"17.6":0.22234,"18.0":0.0228,"18.1":0.0228,"18.2":0.03421,"18.3":0.07411,"18.4":0.03991,"18.5-18.7":0.07981,"26.0":0.17673,"26.1":0.03991,"26.2":0.29075,"26.3":0.21094,"26.4":0.17103,"26.5":2.41152},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,"7.0-7.1":0.00486,"8.1-8.4":0,"9.0-9.2":0.00162,"9.3":0,"10.0-10.2":0,"10.3":0.01781,"11.0-11.2":0.53587,"11.3-11.4":0.00324,"12.0-12.1":0,"12.2-12.5":0.05504,"13.0-13.1":0,"13.2":0.01781,"13.3":0,"13.4-13.7":0.00324,"14.0-14.4":0.01133,"14.5-14.8":0.01781,"15.0-15.1":0.01619,"15.2-15.3":0.00971,"15.4":0.01133,"15.5":0.01457,"15.6-15.8":0.28332,"16.0":0.0259,"16.1":0.04209,"16.2":0.02267,"16.3":0.04857,"16.4":0.01133,"16.5":0.01781,"16.6-16.7":0.36912,"17.0":0.01619,"17.1":0.02428,"17.2":0.02267,"17.3":0.034,"17.4":0.05181,"17.5":0.09228,"17.6-17.7":0.23799,"18.0":0.05343,"18.1":0.10199,"18.2":0.05504,"18.3":0.16837,"18.4":0.07609,"18.5-18.7":2.43328,"26.0":0.16028,"26.1":0.16675,"26.2":0.50349,"26.3":0.68805,"26.4":0.78843,"26.5":8.94146},P:{"21":0.0073,"22":0.0073,"23":0.0219,"24":0.0073,"26":0.0146,"27":0.10222,"28":0.04381,"29":0.15333,"30":2.47513,_:"4 20 25 6.2-6.4 9.2 10.1 11.1-11.2 13.0 14.0 15.0 16.0 17.0 18.0 19.0","5.0-5.4":0.0146,"7.2-7.4":0.0073,"8.2":0.0146,"12.0":0.0073},I:{"0":0.00859,"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.3397,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.05701,_:"6 7 8 9 10 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.1333},H:{all:0},L:{"0":25.77375},R:{_:"0"},M:{"0":2.0253},Q:{"14.9":0.0817}};