@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:{"72":0.0359,"115":0.73005,"120":0.00598,"121":0.01197,"135":0.00598,"136":0.00598,"140":0.02394,"144":0.01795,"146":0.00598,"147":0.0359,"148":0.00598,"149":0.04189,"150":0.84973,"151":0.40691,"152":0.00598,_:"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 128 129 130 131 132 133 134 137 138 139 141 142 143 145 153 154 3.5 3.6"},D:{"39":0.23338,"40":0.23338,"41":0.23338,"42":0.23936,"43":0.23936,"44":0.23338,"45":0.23338,"46":0.23338,"47":0.23338,"48":0.25133,"49":0.23936,"50":0.23338,"51":0.23338,"52":0.23338,"53":0.23936,"54":0.23338,"55":0.22739,"56":0.23338,"57":0.22739,"58":0.23338,"59":0.23936,"60":0.23338,"63":0.00598,"70":0.00598,"79":0.01197,"87":0.00598,"91":0.00598,"93":0.00598,"97":0.01197,"98":0.00598,"99":0.01795,"103":0.53856,"104":0.53856,"105":0.52659,"106":0.53258,"107":0.53258,"108":0.52659,"109":0.65824,"110":0.53258,"111":0.53258,"112":1.9807,"114":0.01795,"115":0.01197,"116":1.0831,"117":0.52061,"118":5.14624,"119":0.01795,"120":0.55053,"121":0.00598,"122":0.02394,"123":0.00598,"124":0.53856,"126":0.01197,"127":0.00598,"128":0.04189,"129":0.00598,"130":0.00598,"131":1.06515,"132":0.00598,"133":1.23869,"134":0.01795,"135":0.01197,"136":0.00598,"137":0.01795,"138":0.07779,"139":0.1855,"140":0.05984,"141":0.01795,"142":0.06582,"143":0.04189,"144":0.05984,"145":0.97539,"146":0.31715,"147":6.04384,"148":10.04115,"149":0.01795,_:"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 71 72 73 74 75 76 77 78 80 81 83 84 85 86 88 89 90 92 94 95 96 100 101 102 113 125 150 151 152"},F:{"95":0.00598,"97":0.00598,"98":0.02394,"117":0.00598,"131":0.68816,_:"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 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:{"92":0.01197,"122":0.00598,"133":0.00598,"134":0.01795,"135":0.00598,"136":0.01197,"138":0.00598,"139":0.00598,"141":0.00598,"142":0.00598,"143":0.00598,"144":0.01197,"145":0.04189,"146":0.04787,"147":1.36435,"148":2.89027,"149":0.00598,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 123 124 125 126 127 128 129 130 131 132 137 140"},E:{"14":0.00598,_:"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 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 17.0 17.2 17.3 17.4 18.2 18.4 TP","5.1":0.01197,"14.1":0.00598,"15.6":0.02394,"16.3":0.00598,"16.4":0.01197,"16.5":0.00598,"16.6":0.04787,"17.1":0.0359,"17.5":0.07181,"17.6":0.05984,"18.0":0.00598,"18.1":0.00598,"18.3":0.01795,"18.5-18.7":0.0359,"26.0":0.00598,"26.1":0.01197,"26.2":0.12566,"26.3":0.40093,"26.4":0.51462,"26.5":0.23936},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00117,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00233,"8.1-8.4":0,"9.0-9.2":0.00117,"9.3":0,"10.0-10.2":0,"10.3":0.01049,"11.0-11.2":0.27621,"11.3-11.4":0.0035,"12.0-12.1":0,"12.2-12.5":0.03963,"13.0-13.1":0,"13.2":0.01282,"13.3":0,"13.4-13.7":0.00233,"14.0-14.4":0.00932,"14.5-14.8":0.01515,"15.0-15.1":0.01165,"15.2-15.3":0.00699,"15.4":0.00932,"15.5":0.01049,"15.6-15.8":0.19696,"16.0":0.02098,"16.1":0.03263,"16.2":0.01748,"16.3":0.03846,"16.4":0.00816,"16.5":0.01399,"16.6-16.7":0.26222,"17.0":0.01165,"17.1":0.01981,"17.2":0.01748,"17.3":0.0338,"17.4":0.05361,"17.5":0.07226,"17.6-17.7":0.18997,"18.0":0.03846,"18.1":0.07575,"18.2":0.04079,"18.3":0.12121,"18.4":0.05594,"18.5-18.7":1.92997,"26.0":0.12354,"26.1":0.15384,"26.2":0.59205,"26.3":1.86937,"26.4":3.85529,"26.5":1.37522},P:{"4":0.01399,"22":0.00699,"23":0.00699,"24":0.00699,"25":0.00699,"26":0.02798,"27":0.01399,"28":0.02798,"29":1.58061,"30":0.3427,_:"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.01399,"8.2":0.00699},I:{"0":0.01605,"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.21285,_:"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.26907},Q:{_:"14.9"},O:{"0":0.01606},H:{all:0},L:{"0":32.89638}};
1
+ module.exports={C:{"115":0.52533,"120":0.24515,"121":0.4728,"128":0.00584,"135":0.00584,"140":0.01751,"144":0.01167,"146":0.01167,"147":0.00584,"148":0.01167,"149":0.00584,"150":0.02335,"151":0.56035,"152":0.29185,"153":0.00584,_:"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 129 130 131 132 133 134 136 137 138 139 141 142 143 145 154 155 3.5 3.6"},D:{"39":0.29769,"40":0.29769,"41":0.29185,"42":0.29185,"43":0.29769,"44":0.29185,"45":0.30352,"46":0.29769,"47":0.30936,"48":0.30352,"49":0.30352,"50":0.29769,"51":0.29769,"52":0.30352,"53":0.30352,"54":0.29769,"55":0.30352,"56":0.30352,"57":0.30352,"58":0.29769,"59":0.29769,"60":0.29769,"69":0.00584,"79":0.02919,"81":0.00584,"87":0.00584,"97":0.01167,"98":0.00584,"102":0.01751,"103":0.59537,"104":0.57786,"105":0.5837,"106":0.5837,"107":0.57203,"108":0.58954,"109":0.67709,"110":0.57786,"111":0.58954,"112":0.57203,"114":0.01167,"115":0.01167,"116":1.15573,"117":0.57786,"118":4.08006,"119":0.49031,"120":1.07401,"122":0.02335,"123":0.00584,"124":0.59537,"125":0.02335,"126":0.00584,"127":0.00584,"128":0.04086,"129":0.00584,"130":0.00584,"131":1.17324,"132":0.01167,"133":1.17324,"134":0.01167,"135":0.01167,"136":0.00584,"137":0.07588,"138":0.0467,"139":0.5837,"140":0.04086,"141":0.14593,"142":0.08172,"143":0.0467,"144":0.02919,"145":0.56619,"146":0.09339,"147":0.19846,"148":4.41861,"149":8.44614,"150":0.03502,_:"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 70 71 72 73 74 75 76 77 78 80 83 84 85 86 88 89 90 91 92 93 94 95 96 99 100 101 113 121 151 152 153"},F:{"95":0.00584,"98":0.00584,"99":0.02919,"131":0.43194,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 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.00584,"119":0.23348,"120":0.23932,"122":0.02335,"131":0.00584,"133":0.00584,"134":0.01167,"135":0.00584,"137":0.01167,"139":0.00584,"140":0.00584,"141":0.00584,"143":0.00584,"144":0.00584,"145":0.02335,"146":0.01167,"147":0.0467,"148":0.88722,"149":2.9185,"150":0.01167,_:"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 124 125 126 127 128 129 130 132 136 138 142"},E:{"14":0.00584,_:"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 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.2 17.3 18.1 TP","15.6":0.01751,"16.5":0.00584,"16.6":0.04086,"17.0":0.00584,"17.1":0.02335,"17.4":0.00584,"17.5":0.07004,"17.6":0.05837,"18.0":0.00584,"18.2":0.00584,"18.3":0.01167,"18.4":0.00584,"18.5-18.7":0.03502,"26.0":0.01167,"26.1":0.00584,"26.2":0.05837,"26.3":0.10507,"26.4":0.04086,"26.5":0.91641},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.00345,"8.1-8.4":0,"9.0-9.2":0.00115,"9.3":0,"10.0-10.2":0,"10.3":0.01265,"11.0-11.2":0.38059,"11.3-11.4":0.0023,"12.0-12.1":0,"12.2-12.5":0.03909,"13.0-13.1":0,"13.2":0.01265,"13.3":0,"13.4-13.7":0.0023,"14.0-14.4":0.00805,"14.5-14.8":0.01265,"15.0-15.1":0.0115,"15.2-15.3":0.0069,"15.4":0.00805,"15.5":0.01035,"15.6-15.8":0.20122,"16.0":0.0184,"16.1":0.0299,"16.2":0.0161,"16.3":0.03449,"16.4":0.00805,"16.5":0.01265,"16.6-16.7":0.26216,"17.0":0.0115,"17.1":0.01725,"17.2":0.0161,"17.3":0.02415,"17.4":0.03679,"17.5":0.06554,"17.6-17.7":0.16902,"18.0":0.03794,"18.1":0.07244,"18.2":0.03909,"18.3":0.11958,"18.4":0.05404,"18.5-18.7":1.72818,"26.0":0.11383,"26.1":0.11843,"26.2":0.35759,"26.3":0.48867,"26.4":0.55996,"26.5":6.35046},P:{"4":0.01919,"25":0.01279,"26":0.02558,"27":0.03837,"28":0.04477,"29":0.2686,"30":2.21918,_:"20 21 22 23 24 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","7.2-7.4":0.0064,"8.2":0.0064,"19.0":0.0064},I:{"0":0.01248,"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.17485,_:"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.01249},H:{all:0},L:{"0":34.96463},R:{_:"0"},M:{"0":0.21648},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"4":0.26179,"50":0.00379,"52":0.01138,"54":0.01138,"56":0.00379,"57":0.0607,"58":0.00379,"60":0.00759,"61":0.01138,"66":0.01138,"68":0.00379,"70":0.00379,"71":0.00379,"72":0.01138,"78":0.00379,"81":0.00379,"84":0.00759,"85":0.00379,"87":0.00759,"89":0.00379,"91":0.03415,"92":0.00379,"93":0.00759,"94":0.01138,"95":0.00759,"96":0.00379,"98":0.00379,"99":0.05691,"100":0.04932,"101":0.00759,"102":0.00759,"103":0.00379,"104":0.02276,"108":0.00379,"109":0.01138,"110":0.02276,"111":0.03415,"112":0.01897,"113":0.00379,"114":0.00759,"115":0.70189,"116":0.00379,"117":0.00379,"118":0.00379,"120":0.00379,"121":0.00379,"122":0.02276,"125":0.00379,"126":0.01518,"127":0.61842,"128":0.00759,"129":0.01897,"131":0.00379,"132":0.00379,"133":0.00379,"134":0.07967,"135":0.01518,"136":0.02276,"137":0.02276,"138":0.00379,"139":0.01138,"140":0.17832,"141":0.01518,"142":0.02276,"143":0.05312,"144":0.03035,"145":0.04932,"146":0.09864,"147":0.11382,"148":0.09864,"149":0.24661,"150":3.57774,"151":1.36584,"152":0.02656,"153":0.00379,_:"2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 51 53 55 59 62 63 64 65 67 69 73 74 75 76 77 79 80 82 83 86 88 90 97 105 106 107 119 123 124 130 154 3.5 3.6"},D:{"50":0.00759,"55":0.00379,"57":0.00379,"68":0.00379,"69":0.00379,"70":0.00759,"71":0.00379,"72":0.01138,"73":0.00379,"75":0.00759,"77":0.00759,"81":0.01138,"83":0.00379,"86":0.01138,"87":0.00379,"88":0.04932,"90":0.03035,"91":0.00759,"92":0.00379,"93":0.00759,"94":0.00379,"96":0.00379,"97":0.00379,"98":0.00379,"99":0.00379,"101":0.00379,"102":0.00379,"103":0.00759,"104":0.00379,"105":0.02656,"106":0.01518,"107":0.01518,"108":0.01518,"109":0.55772,"110":0.01518,"111":0.01897,"112":0.28834,"113":0.00379,"114":0.00759,"115":0.00379,"116":0.06829,"117":0.01138,"118":0.74362,"119":0.02656,"120":0.01897,"121":0.01138,"122":0.01518,"123":0.03035,"124":0.01518,"125":0.01897,"126":0.15555,"127":0.02276,"128":0.01518,"129":0.01138,"130":0.01138,"131":0.09485,"132":0.00759,"133":0.02276,"134":0.02656,"135":0.03035,"136":0.01897,"137":0.03035,"138":0.09864,"139":0.11382,"140":0.02656,"141":0.01897,"142":0.04932,"143":0.08347,"144":0.08347,"145":0.11382,"146":0.27696,"147":2.21949,"148":2.66339,"149":0.00379,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 51 52 53 54 56 58 59 60 61 62 63 64 65 66 67 74 76 78 79 80 84 85 89 95 100 150 151 152"},F:{"42":0.00379,"50":0.00379,"62":0.07209,"64":0.00379,"70":0.00379,"79":0.00759,"90":0.00759,"92":0.00379,"95":0.08347,"96":0.00379,"97":0.03415,"98":0.07588,"113":0.00379,"116":0.00379,"119":0.00379,"120":0.00379,"122":0.01138,"123":0.00759,"125":0.00759,"126":0.01518,"127":0.12141,"131":0.69051,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 43 44 45 46 47 48 49 51 52 53 54 55 56 57 58 60 63 65 66 67 68 69 71 72 73 74 75 76 77 78 80 81 82 83 84 85 86 87 88 89 91 93 94 99 100 101 102 103 104 105 106 107 108 109 110 111 112 114 115 117 118 121 124 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.00759,"15":0.02276,"16":0.01897,"17":0.00759,"18":0.03794,"79":0.00379,"84":0.01518,"89":0.01138,"90":0.02656,"92":0.20108,"96":0.00759,"98":0.00759,"100":0.03794,"109":0.02656,"110":0.00379,"115":0.00759,"120":0.00379,"121":0.00759,"122":0.0645,"124":0.00379,"126":0.00379,"128":0.00759,"129":0.01138,"130":0.01138,"131":0.02656,"133":0.00379,"134":0.01897,"135":0.02276,"136":0.00379,"137":0.03035,"138":0.03794,"139":0.01518,"140":0.03035,"141":0.03415,"142":0.02656,"143":0.06829,"144":0.08726,"145":0.0645,"146":0.19349,"147":1.14579,"148":1.87044,"149":0.00379,_:"12 13 80 81 83 85 86 87 88 91 93 94 95 97 99 101 102 103 104 105 106 107 108 111 112 113 114 116 117 118 119 123 125 127 132"},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 12.1 15.1 15.2-15.3 15.4 15.5 16.1 16.2 16.3 16.5 17.0 17.3 17.5 18.0 18.1 18.2 18.3 18.4 26.0 TP","5.1":0.00759,"11.1":0.00379,"13.1":0.00379,"14.1":0.00379,"15.6":0.01518,"16.0":0.00379,"16.4":0.00379,"16.6":0.00379,"17.1":0.00379,"17.2":0.00379,"17.4":0.00379,"17.6":0.00379,"18.5-18.7":0.03035,"26.1":0.00379,"26.2":0.00379,"26.3":0.01138,"26.4":0.0607,"26.5":0.07967},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00025,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00049,"8.1-8.4":0,"9.0-9.2":0.00025,"9.3":0,"10.0-10.2":0,"10.3":0.00221,"11.0-11.2":0.05824,"11.3-11.4":0.00074,"12.0-12.1":0,"12.2-12.5":0.00836,"13.0-13.1":0,"13.2":0.0027,"13.3":0,"13.4-13.7":0.00049,"14.0-14.4":0.00197,"14.5-14.8":0.00319,"15.0-15.1":0.00246,"15.2-15.3":0.00147,"15.4":0.00197,"15.5":0.00221,"15.6-15.8":0.04153,"16.0":0.00442,"16.1":0.00688,"16.2":0.00369,"16.3":0.00811,"16.4":0.00172,"16.5":0.00295,"16.6-16.7":0.0553,"17.0":0.00246,"17.1":0.00418,"17.2":0.00369,"17.3":0.00713,"17.4":0.0113,"17.5":0.01524,"17.6-17.7":0.04006,"18.0":0.00811,"18.1":0.01597,"18.2":0.0086,"18.3":0.02556,"18.4":0.0118,"18.5-18.7":0.40697,"26.0":0.02605,"26.1":0.03244,"26.2":0.12484,"26.3":0.3942,"26.4":0.81297,"26.5":0.28999},P:{"21":0.03424,"22":0.0274,"23":0.00685,"24":0.06849,"25":0.04794,"26":0.0274,"27":0.08219,"28":0.3082,"29":0.9109,"30":0.03424,_:"4 20 6.2-6.4 8.2 10.1 12.0 15.0 18.0","5.0-5.4":0.00685,"7.2-7.4":0.06849,"9.2":0.00685,"11.1-11.2":0.00685,"13.0":0.00685,"14.0":0.00685,"16.0":0.04109,"17.0":0.00685,"19.0":0.02055},I:{"0":0.0124,"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.67645,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00379,_:"6 7 8 9 10 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{"0":0.46545},Q:{_:"14.9"},O:{"0":0.03724},H:{all:0},L:{"0":70.0727}};
1
+ module.exports={C:{"4":0.17338,"50":0.00738,"51":0.00738,"52":0.00738,"54":0.00738,"56":0.00369,"57":0.01845,"60":0.00369,"61":0.00369,"66":0.00369,"68":0.01476,"69":0.00369,"72":0.01476,"82":0.00369,"84":0.00369,"87":0.00369,"90":0.00369,"92":0.00738,"93":0.00369,"94":0.01107,"96":0.00369,"97":0.00369,"102":0.01107,"104":0.01845,"109":0.00738,"110":0.00369,"111":0.01107,"112":0.00369,"113":0.00738,"114":0.00369,"115":0.74887,"117":0.00369,"118":0.00369,"120":0.01476,"121":0.02951,"122":0.01476,"123":0.00738,"124":0.00369,"125":0.01476,"126":0.00369,"127":0.09591,"128":0.01107,"129":0.00369,"130":0.00369,"131":0.01107,"132":0.01107,"133":0.01107,"134":0.01476,"135":0.01107,"136":0.01476,"137":0.01845,"138":0.00738,"139":0.01107,"140":0.17338,"141":0.00369,"142":0.01107,"143":0.07009,"144":0.02951,"145":0.0332,"146":0.05165,"147":0.08485,"148":0.07747,"149":0.09591,"150":0.34677,"151":3.06187,"152":1.56783,"153":0.04427,_:"2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 53 55 58 59 62 63 64 65 67 70 71 73 74 75 76 77 78 79 80 81 83 85 86 88 89 91 95 98 99 100 101 103 105 106 107 108 116 119 154 155 3.5 3.6"},D:{"37":0.00369,"49":0.00738,"50":0.00738,"53":0.00369,"61":0.00369,"63":0.00369,"66":0.00369,"67":0.00369,"68":0.01107,"69":0.00369,"70":0.00369,"71":0.00738,"72":0.01476,"75":0.00369,"79":0.00369,"80":0.00369,"81":0.00738,"86":0.01845,"87":0.00738,"88":0.05165,"89":0.00369,"90":0.04796,"93":0.00369,"94":0.01107,"96":0.00369,"97":0.00369,"98":0.00369,"101":0.00738,"103":0.02213,"104":0.01476,"105":0.02213,"106":0.02213,"107":0.02213,"108":0.02951,"109":0.46481,"110":0.02582,"111":0.02582,"112":0.01845,"114":0.00738,"115":0.00369,"116":0.11805,"117":0.02213,"118":0.61606,"119":0.03689,"120":0.05534,"121":0.01476,"122":0.01476,"123":0.02213,"124":0.0332,"125":0.01845,"126":0.0332,"127":0.01845,"128":0.01107,"129":0.00738,"130":0.00738,"131":0.08116,"132":0.01107,"133":0.04058,"134":0.04427,"135":0.01476,"136":0.01107,"137":0.02951,"138":0.07009,"139":0.07747,"140":0.02213,"141":0.02213,"142":0.04058,"143":0.08485,"144":0.13649,"145":0.06271,"146":0.11805,"147":0.41686,"148":1.90352,"149":2.57861,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 38 39 40 41 42 43 44 45 46 47 48 51 52 54 55 56 57 58 59 60 62 64 65 73 74 76 77 78 83 84 85 91 92 95 99 100 102 113 150 151 152 153"},F:{"41":0.00369,"45":0.00369,"62":0.05165,"73":0.00369,"79":0.01107,"84":0.00738,"90":0.00369,"95":0.05902,"97":0.00369,"98":0.03689,"99":0.05534,"117":0.00369,"120":0.00369,"122":0.00738,"123":0.00738,"124":0.00738,"125":0.01107,"126":0.01107,"127":0.10698,"131":0.84109,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 42 43 44 46 47 48 49 50 51 52 53 54 55 56 57 58 60 63 64 65 66 67 68 69 70 71 72 74 75 76 77 78 80 81 82 83 85 86 87 88 89 91 92 93 94 96 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 118 119 121 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"13":0.01107,"14":0.01107,"15":0.01107,"16":0.00738,"17":0.01476,"18":0.08854,"79":0.00369,"80":0.00738,"84":0.02213,"88":0.00369,"89":0.02582,"90":0.01845,"92":0.25085,"96":0.00369,"100":0.04058,"109":0.01107,"119":0.01107,"120":0.01107,"121":0.00369,"122":0.03689,"124":0.00738,"127":0.00738,"128":0.01107,"129":0.00369,"130":0.00738,"131":0.01476,"132":0.00369,"134":0.00738,"135":0.01107,"136":0.01476,"137":0.01476,"138":0.0332,"139":0.01476,"140":0.04796,"141":0.06271,"142":0.0332,"143":0.05902,"144":0.08116,"145":0.0664,"146":0.10698,"147":0.0996,"148":1.12515,"149":2.15438,_:"12 81 83 85 86 87 91 93 94 95 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 123 125 126 133 150"},E:{"11":0.00369,_:"4 5 6 7 8 9 10 12 13 14 15 27 3.1 3.2 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.5 17.0 17.3 17.4 17.5 18.0 18.1 18.2 18.4 18.5-18.7 26.0 26.1 TP","5.1":0.00369,"11.1":0.00369,"15.6":0.00369,"16.4":0.02213,"16.6":0.00738,"17.1":0.00369,"17.2":0.00369,"17.6":0.01476,"18.3":0.00369,"26.2":0.00369,"26.3":0.00369,"26.4":0.00738,"26.5":0.18076},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00026,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00078,"8.1-8.4":0,"9.0-9.2":0.00026,"9.3":0,"10.0-10.2":0,"10.3":0.00285,"11.0-11.2":0.08565,"11.3-11.4":0.00052,"12.0-12.1":0,"12.2-12.5":0.0088,"13.0-13.1":0,"13.2":0.00285,"13.3":0,"13.4-13.7":0.00052,"14.0-14.4":0.00181,"14.5-14.8":0.00285,"15.0-15.1":0.00259,"15.2-15.3":0.00155,"15.4":0.00181,"15.5":0.00233,"15.6-15.8":0.04528,"16.0":0.00414,"16.1":0.00673,"16.2":0.00362,"16.3":0.00776,"16.4":0.00181,"16.5":0.00285,"16.6-16.7":0.059,"17.0":0.00259,"17.1":0.00388,"17.2":0.00362,"17.3":0.00543,"17.4":0.00828,"17.5":0.01475,"17.6-17.7":0.03804,"18.0":0.00854,"18.1":0.0163,"18.2":0.0088,"18.3":0.02691,"18.4":0.01216,"18.5-18.7":0.3889,"26.0":0.02562,"26.1":0.02665,"26.2":0.08047,"26.3":0.10997,"26.4":0.12601,"26.5":1.42908},P:{"21":0.00653,"22":0.01307,"23":0.0196,"24":0.04574,"25":0.0196,"26":0.0392,"27":0.09147,"28":0.32015,"29":0.43776,"30":0.49003,_:"4 20 5.0-5.4 10.1 12.0 14.0 15.0 18.0","6.2-6.4":0.00653,"7.2-7.4":0.07187,"8.2":0.00653,"9.2":0.0196,"11.1-11.2":0.00653,"13.0":0.00653,"16.0":0.0392,"17.0":0.01307,"19.0":0.01307},I:{"0":0.01891,"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.82043,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00369,_:"6 7 8 9 10 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.03787},H:{all:0},L:{"0":71.09053},R:{_:"0"},M:{"0":0.5175},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"60":0.02474,"72":0.00989,"112":0.00989,"115":0.00495,"120":0.00989,"121":0.01979,"136":0.06431,"140":0.01979,"148":0.00495,"149":0.01484,"150":0.29682,"151":0.09399,_:"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 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 127 128 129 130 131 132 133 134 135 137 138 139 141 142 143 144 145 146 147 152 153 154 3.5 3.6"},D:{"39":0.0841,"40":0.06926,"41":0.0841,"42":0.05936,"43":0.06926,"44":0.11378,"45":0.09894,"46":0.06926,"47":0.08905,"48":0.07915,"49":0.14346,"50":0.08905,"51":0.07915,"52":0.08905,"53":0.07421,"54":0.0841,"55":0.07421,"56":0.08905,"57":0.07915,"58":0.07915,"59":0.08905,"60":0.07421,"62":0.00495,"64":0.00989,"66":0.00495,"72":0.00989,"73":0.02968,"76":0.00495,"79":0.01484,"81":0.01979,"83":0.00989,"87":0.00495,"89":0.02474,"91":0.00495,"95":0.01484,"98":0.00495,"99":0.00495,"103":0.14841,"104":0.06926,"105":0.10389,"106":0.05936,"107":0.07421,"108":0.07421,"109":0.26219,"110":0.0841,"111":0.05442,"112":3.84382,"114":0.00495,"115":0.00495,"116":0.18799,"117":0.07915,"118":9.70601,"119":0.03958,"120":0.4106,"122":0.00989,"124":0.09399,"125":0.00495,"126":0.00495,"127":0.00989,"128":0.07421,"129":0.00495,"130":0.02474,"131":0.14841,"132":0.00989,"133":0.15336,"134":0.00989,"135":0.02474,"136":0.00495,"137":0.04947,"138":0.30177,"139":0.06926,"140":0.01484,"141":0.00989,"142":0.03463,"143":0.02968,"144":0.03463,"145":0.18799,"146":0.26714,"147":5.51096,"148":7.10389,"149":0.01979,"150":0.00495,_:"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 63 65 67 68 69 70 71 74 75 77 78 80 84 85 86 88 90 92 93 94 96 97 100 101 102 113 121 123 151 152"},F:{"46":0.01979,"97":0.00989,"98":0.02474,"117":0.00495,"131":0.44523,_:"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 95 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:{"16":0.00495,"89":0.00495,"92":0.21767,"109":0.05936,"114":0.00495,"134":0.00495,"137":0.01484,"138":0.00989,"140":0.00495,"141":0.00495,"142":0.00989,"143":0.01484,"144":0.02474,"145":0.00989,"146":0.01484,"147":2.73074,"148":3.45301,"149":0.02968,_:"12 13 14 15 17 18 79 80 81 83 84 85 86 87 88 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 135 136 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 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.4 16.5 17.0 17.3 18.3 18.4 26.1 TP","5.1":0.04452,"12.1":0.00989,"13.1":0.00989,"14.1":0.00495,"15.6":0.81131,"16.3":0.01979,"16.6":0.01484,"17.1":0.04947,"17.2":0.00989,"17.4":0.00495,"17.5":0.00495,"17.6":0.19293,"18.0":0.00495,"18.1":0.15336,"18.2":0.02968,"18.5-18.7":0.00495,"26.0":0.00989,"26.2":0.05936,"26.3":0.40565,"26.4":0.46997,"26.5":0.06431},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00128,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00255,"8.1-8.4":0,"9.0-9.2":0.00128,"9.3":0,"10.0-10.2":0,"10.3":0.01149,"11.0-11.2":0.3025,"11.3-11.4":0.00383,"12.0-12.1":0,"12.2-12.5":0.0434,"13.0-13.1":0,"13.2":0.01404,"13.3":0,"13.4-13.7":0.00255,"14.0-14.4":0.01021,"14.5-14.8":0.01659,"15.0-15.1":0.01276,"15.2-15.3":0.00766,"15.4":0.01021,"15.5":0.01149,"15.6-15.8":0.21571,"16.0":0.02297,"16.1":0.03574,"16.2":0.01915,"16.3":0.04212,"16.4":0.00893,"16.5":0.01532,"16.6-16.7":0.28719,"17.0":0.01276,"17.1":0.0217,"17.2":0.01915,"17.3":0.03702,"17.4":0.05871,"17.5":0.07914,"17.6-17.7":0.20805,"18.0":0.04212,"18.1":0.08297,"18.2":0.04467,"18.3":0.13274,"18.4":0.06127,"18.5-18.7":2.1137,"26.0":0.1353,"26.1":0.16848,"26.2":0.64841,"26.3":2.04733,"26.4":4.22229,"26.5":1.50614},P:{"4":0.06142,"24":0.00877,"25":0.01755,"26":0.01755,"27":0.01755,"28":0.0351,"29":3.20262,"30":0.15794,_:"20 21 22 23 5.0-5.4 6.2-6.4 8.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 17.0 18.0","7.2-7.4":0.01755,"9.2":0.00877,"16.0":0.00877,"19.0":0.00877},I:{"0":0.04543,"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.18696,_:"10 11 12 11.1 11.5 12.1"},A:{"9":0.10883,"11":0.10883,_:"6 7 8 10 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{"0":0.12127},Q:{"14.9":0.00505},O:{"0":0.06569},H:{all:0},L:{"0":39.58366}};
1
+ module.exports={C:{"60":0.0351,"115":0.0819,"120":0.6552,"121":1.3572,"123":0.00585,"133":0.00585,"136":0.0117,"140":0.04095,"147":0.00585,"149":0.00585,"150":0.01755,"151":0.27495,"152":0.0702,_:"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 124 125 126 127 128 129 130 131 132 134 135 137 138 139 141 142 143 144 145 146 148 153 154 155 3.5 3.6"},D:{"39":0.04095,"40":0.0585,"41":0.0585,"42":0.04095,"43":0.0351,"44":0.04095,"45":0.05265,"46":0.04095,"47":0.0585,"48":0.05265,"49":0.0468,"50":0.04095,"51":0.05265,"52":0.0585,"53":0.0351,"54":0.05265,"55":0.04095,"56":0.0585,"57":0.0585,"58":0.0468,"59":0.02925,"60":0.05265,"66":0.00585,"70":0.00585,"72":0.01755,"73":0.0351,"76":0.00585,"79":0.0351,"81":0.00585,"87":0.01755,"88":0.01755,"93":0.00585,"94":0.01755,"97":0.00585,"103":0.26325,"104":0.22815,"105":0.26325,"106":0.2106,"107":0.26325,"108":0.2223,"109":0.3276,"110":0.22815,"111":0.29835,"112":0.22815,"113":0.00585,"116":0.43875,"117":0.2691,"118":10.74645,"119":1.37475,"120":1.69065,"122":0.0117,"124":0.3159,"125":0.01755,"126":0.00585,"127":0.00585,"128":0.1521,"129":0.00585,"130":0.0468,"131":0.4914,"132":0.0585,"133":0.5031,"134":0.02925,"135":0.01755,"136":0.00585,"137":0.16965,"138":0.0936,"139":0.0936,"140":0.0234,"141":0.00585,"142":0.06435,"143":0.02925,"144":0.01755,"145":0.2106,"146":0.13455,"147":0.4329,"148":6.38235,"149":7.02585,"150":0.0585,"151":0.00585,_:"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 67 68 69 71 74 75 77 78 80 83 84 85 86 89 90 91 92 95 96 98 99 100 101 102 114 115 121 123 152 153"},F:{"46":0.00585,"99":0.00585,"119":0.00585,"122":0.00585,"131":0.61425,_:"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 95 96 97 98 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 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:{"16":0.00585,"86":0.00585,"92":0.01755,"101":0.00585,"119":0.71955,"120":0.71955,"121":0.1755,"133":0.01755,"138":0.0117,"139":0.0117,"141":0.00585,"144":0.00585,"145":0.02925,"146":0.09945,"147":0.2106,"148":1.4157,"149":4.42845,"150":0.0234,_:"12 13 14 15 17 18 79 80 81 83 84 85 87 88 89 90 91 93 94 95 96 97 98 99 100 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 122 123 124 125 126 127 128 129 130 131 132 134 135 136 137 140 142 143"},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 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.5 17.0 17.1 17.2 17.3 17.4 18.2 18.3 18.4 26.0 TP","11.1":0.00585,"13.1":0.00585,"15.6":0.0117,"16.4":0.01755,"16.6":0.00585,"17.5":0.02925,"17.6":0.1521,"18.0":0.00585,"18.1":0.00585,"18.5-18.7":0.0117,"26.1":0.00585,"26.2":0.0351,"26.3":0.07605,"26.4":0.4095,"26.5":2.00655},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00106,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00317,"8.1-8.4":0,"9.0-9.2":0.00106,"9.3":0,"10.0-10.2":0,"10.3":0.01163,"11.0-11.2":0.35001,"11.3-11.4":0.00211,"12.0-12.1":0,"12.2-12.5":0.03595,"13.0-13.1":0,"13.2":0.01163,"13.3":0,"13.4-13.7":0.00211,"14.0-14.4":0.0074,"14.5-14.8":0.01163,"15.0-15.1":0.01057,"15.2-15.3":0.00634,"15.4":0.0074,"15.5":0.00952,"15.6-15.8":0.18505,"16.0":0.01692,"16.1":0.02749,"16.2":0.0148,"16.3":0.03172,"16.4":0.0074,"16.5":0.01163,"16.6-16.7":0.24109,"17.0":0.01057,"17.1":0.01586,"17.2":0.0148,"17.3":0.02221,"17.4":0.03384,"17.5":0.06027,"17.6-17.7":0.15544,"18.0":0.03489,"18.1":0.06662,"18.2":0.03595,"18.3":0.10997,"18.4":0.0497,"18.5-18.7":1.5893,"26.0":0.10468,"26.1":0.10891,"26.2":0.32886,"26.3":0.4494,"26.4":0.51496,"26.5":5.84013},P:{"4":0.06411,"24":0.00534,"25":0.00534,"26":0.00534,"27":0.01603,"28":0.02137,"29":0.18166,"30":0.53962,_:"20 21 22 23 6.2-6.4 9.2 10.1 11.1-11.2 12.0 14.0 16.0 17.0 18.0 19.0","5.0-5.4":0.01069,"7.2-7.4":0.02671,"8.2":0.00534,"13.0":0.00534,"15.0":0.00534},I:{"0":0.01244,"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.1826,_:"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.0332},H:{all:0},L:{"0":36.8831},R:{_:"0"},M:{"0":0.0913},Q:{"14.9":0.00415}};
@@ -1 +1 @@
1
- module.exports={C:{_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 3.5 3.6"},D:{_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152"},F:{_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 131 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 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 15.6 16.0 16.1 16.2 16.3 16.4 16.5 16.6 17.0 17.1 17.2 17.3 17.4 17.5 17.6 18.0 18.1 18.2 18.3 18.4 18.5-18.7 26.0 26.1 26.2 26.3 26.4 26.5 TP"},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0,"8.1-8.4":0,"9.0-9.2":0,"9.3":0,"10.0-10.2":0,"10.3":0,"11.0-11.2":0,"11.3-11.4":0,"12.0-12.1":0,"12.2-12.5":0,"13.0-13.1":0,"13.2":0,"13.3":0,"13.4-13.7":0,"14.0-14.4":0,"14.5-14.8":0,"15.0-15.1":0,"15.2-15.3":0,"15.4":0,"15.5":0,"15.6-15.8":0,"16.0":0,"16.1":0,"16.2":0,"16.3":0,"16.4":0,"16.5":0,"16.6-16.7":0,"17.0":0,"17.1":0,"17.2":0,"17.3":0,"17.4":0,"17.5":0,"17.6-17.7":0,"18.0":0,"18.1":0,"18.2":0,"18.3":0,"18.4":0,"18.5-18.7":0,"26.0":0,"26.1":0,"26.2":0,"26.3":0,"26.4":0,"26.5":0},P:{_:"4 20 21 22 23 24 25 26 27 28 29 30 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":0,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{_:"0"},Q:{_:"14.9"},O:{_:"0"},H:{all:0},L:{"0":100}};
1
+ module.exports={C:{_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 3.5 3.6"},D:{_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153"},F:{_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 131 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 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 15.6 16.0 16.1 16.2 16.3 16.4 16.5 16.6 17.0 17.1 17.2 17.3 17.4 17.5 17.6 18.0 18.1 18.2 18.3 18.4 18.5-18.7 26.0 26.1 26.2 26.3 26.4 26.5 TP"},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0,"8.1-8.4":0,"9.0-9.2":0,"9.3":0,"10.0-10.2":0,"10.3":0,"11.0-11.2":0,"11.3-11.4":0,"12.0-12.1":0,"12.2-12.5":0,"13.0-13.1":0,"13.2":0,"13.3":0,"13.4-13.7":0,"14.0-14.4":0,"14.5-14.8":0,"15.0-15.1":0,"15.2-15.3":0,"15.4":0,"15.5":0,"15.6-15.8":0,"16.0":0,"16.1":0,"16.2":0,"16.3":0,"16.4":0,"16.5":0,"16.6-16.7":0,"17.0":0,"17.1":0,"17.2":0,"17.3":0,"17.4":0,"17.5":0,"17.6-17.7":0,"18.0":0,"18.1":0,"18.2":0,"18.3":0,"18.4":0,"18.5-18.7":0,"26.0":0,"26.1":0,"26.2":0,"26.3":0,"26.4":0,"26.5":0},P:{_:"4 20 21 22 23 24 25 26 27 28 29 30 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":0,_:"10 11 12 11.1 11.5 12.1"},A:{_:"6 7 8 9 10 11 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{_:"0"},H:{all:0},L:{_:"0"},R:{_:"0"},M:{_:"0"},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"115":0.08571,"135":0.00536,"136":0.00536,"140":0.02679,"141":0.01071,"145":0.01071,"146":0.00536,"147":0.01607,"148":0.01071,"149":0.0375,"150":0.79819,"151":0.32678,_:"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 142 143 144 152 153 154 3.5 3.6"},D:{"39":0.17678,"40":0.17678,"41":0.17142,"42":0.18214,"43":0.17678,"44":0.17142,"45":0.17142,"46":0.18214,"47":0.17142,"48":0.17678,"49":0.17678,"50":0.17678,"51":0.17678,"52":0.17142,"53":0.17142,"54":0.17142,"55":0.17142,"56":0.17142,"57":0.17678,"58":0.17678,"59":0.17678,"60":0.17678,"79":0.02143,"87":0.01607,"91":0.00536,"95":0.00536,"98":0.01607,"103":0.04821,"104":0.0375,"105":0.0375,"106":0.03214,"107":0.0375,"108":0.0375,"109":0.41249,"110":0.03214,"111":0.0375,"112":0.21428,"113":0.00536,"114":0.00536,"116":0.09107,"117":0.0375,"118":0.29999,"119":0.02143,"120":0.12857,"121":0.01071,"122":0.06964,"123":0.01607,"124":0.16071,"125":0.01071,"126":0.00536,"127":0.17678,"128":0.01607,"129":0.00536,"130":0.01071,"131":0.12321,"132":0.01071,"133":0.08036,"134":0.01071,"135":0.01071,"136":0.01607,"137":0.02143,"138":2.73743,"139":0.12857,"140":0.02679,"141":0.02679,"142":0.09643,"143":0.0375,"144":0.075,"145":0.27856,"146":1.06069,"147":9.12297,"148":12.34789,"149":0.04286,_:"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 92 93 94 96 97 99 100 101 102 115 150 151 152"},F:{"78":0.00536,"92":0.00536,"95":0.00536,"97":0.04821,"98":0.075,"131":0.44999,_:"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 79 80 81 82 83 84 85 86 87 88 89 90 91 93 94 96 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.01071,"127":0.01071,"132":0.00536,"133":0.01071,"134":0.00536,"136":0.00536,"137":0.00536,"138":0.00536,"139":0.00536,"140":0.03214,"143":0.00536,"144":0.00536,"145":0.02143,"146":0.03214,"147":1.62317,"148":3.8999,_:"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 128 129 130 131 135 141 142 149"},E:{"14":0.00536,_:"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.4 TP","13.1":0.19821,"14.1":0.01607,"15.5":0.00536,"15.6":0.04286,"16.1":0.00536,"16.3":0.02679,"16.5":0.00536,"16.6":0.06964,"17.0":0.00536,"17.1":0.04821,"17.2":0.01071,"17.3":0.00536,"17.4":0.00536,"17.5":0.03214,"17.6":0.06428,"18.0":0.00536,"18.1":0.01607,"18.2":0.00536,"18.3":0.02679,"18.4":0.00536,"18.5-18.7":0.0375,"26.0":0.03214,"26.1":0.02679,"26.2":0.06964,"26.3":0.3857,"26.4":0.6482,"26.5":0.31071},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00125,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.0025,"8.1-8.4":0,"9.0-9.2":0.00125,"9.3":0,"10.0-10.2":0,"10.3":0.01124,"11.0-11.2":0.29605,"11.3-11.4":0.00375,"12.0-12.1":0,"12.2-12.5":0.04247,"13.0-13.1":0,"13.2":0.01374,"13.3":0,"13.4-13.7":0.0025,"14.0-14.4":0.00999,"14.5-14.8":0.01624,"15.0-15.1":0.01249,"15.2-15.3":0.00749,"15.4":0.00999,"15.5":0.01124,"15.6-15.8":0.21111,"16.0":0.02248,"16.1":0.03498,"16.2":0.01874,"16.3":0.04122,"16.4":0.00874,"16.5":0.01499,"16.6-16.7":0.28106,"17.0":0.01249,"17.1":0.02124,"17.2":0.01874,"17.3":0.03623,"17.4":0.05746,"17.5":0.07745,"17.6-17.7":0.20361,"18.0":0.04122,"18.1":0.0812,"18.2":0.04372,"18.3":0.12991,"18.4":0.05996,"18.5-18.7":2.06861,"26.0":0.13241,"26.1":0.16489,"26.2":0.63457,"26.3":2.00366,"26.4":4.13223,"26.5":1.47401},P:{"4":0.00697,"22":0.00697,"23":0.01394,"24":0.00697,"25":0.00697,"26":0.01394,"27":0.02091,"28":0.05576,"29":1.76352,"30":0.28579,_:"20 21 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0.00927,"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.45027,_:"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.35279},Q:{"14.9":0.00928},O:{"0":0.18104},H:{all:0},L:{"0":38.75893}};
1
+ module.exports={C:{"78":0.00553,"115":0.0663,"120":0.0221,"121":0.04973,"135":0.00553,"136":0.00553,"140":0.07183,"141":0.01658,"145":0.00553,"146":0.00553,"147":0.0221,"148":0.00553,"149":0.0221,"150":0.05525,"151":0.69615,"152":0.35913,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 128 129 130 131 132 133 134 137 138 139 142 143 144 153 154 155 3.5 3.6"},D:{"39":0.2652,"40":0.27073,"41":0.2652,"42":0.2652,"43":0.27073,"44":0.27073,"45":0.27073,"46":0.2652,"47":0.2652,"48":0.27073,"49":0.2652,"50":0.2652,"51":0.27073,"52":0.27073,"53":0.27073,"54":0.27073,"55":0.27625,"56":0.2652,"57":0.2652,"58":0.2652,"59":0.27625,"60":0.2652,"70":0.00553,"79":0.01658,"87":0.0221,"102":0.00553,"103":0.0442,"104":0.03868,"105":0.02763,"106":0.02763,"107":0.02763,"108":0.02763,"109":0.33703,"110":0.02763,"111":0.02763,"112":0.02763,"114":0.00553,"116":0.07183,"117":0.02763,"118":0.41438,"119":0.04973,"120":0.09945,"121":0.00553,"122":0.05525,"123":0.01658,"124":0.24863,"125":0.01105,"126":0.00553,"127":0.00553,"128":0.02763,"129":0.01105,"130":0.00553,"131":0.0884,"132":0.01105,"133":0.06078,"134":0.01658,"135":0.01658,"136":0.01105,"137":0.01658,"138":2.75698,"139":0.16575,"140":0.05525,"141":0.0442,"142":0.03868,"143":0.04973,"144":0.04973,"145":0.10498,"146":1.71275,"147":0.37018,"148":8.23778,"149":11.81245,"150":0.01658,_:"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 80 81 83 84 85 86 88 89 90 91 92 93 94 95 96 97 98 99 100 101 113 115 151 152 153"},F:{"78":0.00553,"98":0.02763,"99":0.06078,"131":0.38123,_:"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 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:{"109":0.01658,"119":0.0221,"120":0.02763,"131":0.00553,"132":0.00553,"133":0.00553,"134":0.00553,"135":0.00553,"140":0.00553,"141":0.00553,"142":0.00553,"143":0.00553,"145":0.02763,"146":0.00553,"147":0.03868,"148":1.44203,"149":4.87305,_:"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 122 123 124 125 126 127 128 129 130 136 137 138 139 144 150"},E:{"27":0.00553,_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 15.5 16.0 16.2 16.4 16.5 TP","13.1":0.24863,"14.1":0.03315,"15.6":0.03868,"16.1":0.00553,"16.3":0.01105,"16.6":0.07735,"17.0":0.00553,"17.1":0.04973,"17.2":0.01105,"17.3":0.00553,"17.4":0.01105,"17.5":0.0221,"17.6":0.06078,"18.0":0.01105,"18.1":0.01105,"18.2":0.00553,"18.3":0.01658,"18.4":0.01105,"18.5-18.7":0.0221,"26.0":0.00553,"26.1":0.01105,"26.2":0.03868,"26.3":0.07183,"26.4":0.05525,"26.5":1.27075},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00119,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00357,"8.1-8.4":0,"9.0-9.2":0.00119,"9.3":0,"10.0-10.2":0,"10.3":0.01307,"11.0-11.2":0.39341,"11.3-11.4":0.00238,"12.0-12.1":0,"12.2-12.5":0.04041,"13.0-13.1":0,"13.2":0.01307,"13.3":0,"13.4-13.7":0.00238,"14.0-14.4":0.00832,"14.5-14.8":0.01307,"15.0-15.1":0.01189,"15.2-15.3":0.00713,"15.4":0.00832,"15.5":0.0107,"15.6-15.8":0.208,"16.0":0.01902,"16.1":0.0309,"16.2":0.01664,"16.3":0.03566,"16.4":0.00832,"16.5":0.01307,"16.6-16.7":0.27099,"17.0":0.01189,"17.1":0.01783,"17.2":0.01664,"17.3":0.02496,"17.4":0.03803,"17.5":0.06775,"17.6-17.7":0.17472,"18.0":0.03922,"18.1":0.07488,"18.2":0.04041,"18.3":0.12361,"18.4":0.05586,"18.5-18.7":1.78641,"26.0":0.11767,"26.1":0.12242,"26.2":0.36964,"26.3":0.50514,"26.4":0.57883,"26.5":6.56442},P:{"4":0.00686,"22":0.00686,"23":0.00686,"24":0.00686,"25":0.00686,"26":0.01371,"27":0.01371,"28":0.04799,"29":0.23997,"30":1.89231,_:"20 21 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0.01341,"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.3043,_:"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.00448,_:"3.0-3.1"},J:{_:"7 10"},O:{"0":0.12083},H:{all:0},L:{"0":38.31325},R:{_:"0"},M:{"0":0.2506},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.02777,"56":0.02221,"78":0.00555,"97":0.00555,"113":0.00555,"115":0.51643,"127":0.02221,"128":0.01111,"129":0.00555,"131":0.00555,"132":0.01111,"135":0.00555,"136":0.01111,"137":0.06664,"138":0.00555,"139":0.00555,"140":0.12217,"141":0.00555,"142":0.01666,"143":0.01666,"144":0.01666,"145":0.01666,"146":0.01666,"147":0.02777,"148":0.05553,"149":0.1888,"150":3.39288,"151":1.4882,_:"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 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 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 114 116 117 118 119 120 121 122 123 124 125 126 130 133 134 152 153 154 3.5 3.6"},D:{"39":0.08885,"40":0.08885,"41":0.08885,"42":0.0833,"43":0.0833,"44":0.0833,"45":0.0833,"46":0.0833,"47":0.0833,"48":0.08885,"49":0.09995,"50":0.08885,"51":0.0833,"52":0.0833,"53":0.08885,"54":0.0833,"55":0.0833,"56":0.08885,"57":0.08885,"58":0.08885,"59":0.0833,"60":0.08885,"78":0.26099,"79":0.02777,"87":0.01111,"88":0.00555,"102":0.00555,"103":0.04998,"104":0.02221,"105":0.01666,"106":0.01666,"107":0.01666,"108":0.01666,"109":0.62749,"110":0.01666,"111":0.01666,"112":0.12217,"114":0.00555,"115":0.02221,"116":0.04998,"117":0.01666,"118":0.16659,"119":0.02221,"120":0.03887,"121":0.01111,"122":0.04442,"123":0.00555,"124":0.03332,"125":0.00555,"126":0.01111,"127":0.01111,"128":0.01111,"129":0.01111,"130":0.02221,"131":0.06108,"132":0.01666,"133":0.04442,"134":0.01111,"135":0.10551,"136":0.01111,"137":0.02777,"138":0.10551,"139":0.08885,"140":0.04442,"141":0.07774,"142":0.11106,"143":0.07774,"144":0.0833,"145":0.15548,"146":0.69413,"147":8.79595,"148":13.34386,"149":0.04998,_:"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 89 90 91 92 93 94 95 96 97 98 99 100 101 113 150 151 152"},F:{"46":0.00555,"79":0.00555,"84":0.00555,"85":0.01111,"89":0.00555,"90":0.00555,"95":0.06108,"97":0.02221,"98":0.06108,"115":0.00555,"125":0.01111,"126":0.00555,"127":0.00555,"131":1.16613,_:"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 86 87 88 91 92 93 94 96 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 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"107":0.00555,"108":0.00555,"109":0.05553,"111":0.00555,"120":0.00555,"122":0.00555,"128":0.00555,"129":0.00555,"131":0.01666,"132":0.00555,"133":0.00555,"134":0.00555,"135":0.00555,"136":0.01111,"137":0.00555,"138":1.19945,"139":0.01111,"140":0.00555,"141":0.00555,"142":0.01666,"143":0.04442,"144":0.03332,"145":0.05553,"146":0.11106,"147":2.37668,"148":4.97549,"149":0.00555,_:"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 110 112 113 114 115 116 117 118 119 121 123 124 125 126 127 130"},E:{"14":0.00555,_:"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.4 TP","13.1":0.00555,"14.1":0.01111,"15.5":0.01111,"15.6":0.06664,"16.0":0.00555,"16.1":0.00555,"16.2":0.00555,"16.3":0.00555,"16.5":0.01111,"16.6":0.08885,"17.0":0.00555,"17.1":0.07774,"17.2":0.01111,"17.3":0.01111,"17.4":0.01111,"17.5":0.02221,"17.6":0.07774,"18.0":0.00555,"18.1":0.01111,"18.2":0.00555,"18.3":0.02221,"18.4":0.01111,"18.5-18.7":0.02777,"26.0":0.01666,"26.1":0.01666,"26.2":0.10551,"26.3":0.3665,"26.4":0.42203,"26.5":0.22212},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00094,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00188,"8.1-8.4":0,"9.0-9.2":0.00094,"9.3":0,"10.0-10.2":0,"10.3":0.00846,"11.0-11.2":0.22286,"11.3-11.4":0.00282,"12.0-12.1":0,"12.2-12.5":0.03197,"13.0-13.1":0,"13.2":0.01034,"13.3":0,"13.4-13.7":0.00188,"14.0-14.4":0.00752,"14.5-14.8":0.01222,"15.0-15.1":0.0094,"15.2-15.3":0.00564,"15.4":0.00752,"15.5":0.00846,"15.6-15.8":0.15892,"16.0":0.01693,"16.1":0.02633,"16.2":0.0141,"16.3":0.03103,"16.4":0.00658,"16.5":0.01128,"16.6-16.7":0.21157,"17.0":0.0094,"17.1":0.01599,"17.2":0.0141,"17.3":0.02727,"17.4":0.04326,"17.5":0.0583,"17.6-17.7":0.15327,"18.0":0.03103,"18.1":0.06112,"18.2":0.03291,"18.3":0.09779,"18.4":0.04514,"18.5-18.7":1.55718,"26.0":0.09967,"26.1":0.12412,"26.2":0.47769,"26.3":1.50829,"26.4":3.11061,"26.5":1.10959},P:{"4":0.00732,"21":0.00732,"22":0.00732,"23":0.00732,"24":0.00732,"25":0.00732,"26":0.02197,"27":0.01465,"28":0.04394,"29":1.62567,"30":0.36614,_:"20 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0.08439,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00004},K:{"0":0.40459,_:"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.42682},Q:{_:"14.9"},O:{"0":0.06224},H:{all:0},L:{"0":37.32545}};
1
+ module.exports={C:{"52":0.02626,"56":0.01575,"78":0.00525,"88":0.00525,"113":0.00525,"115":0.39908,"120":0.01575,"121":0.021,"127":0.021,"128":0.0105,"129":0.00525,"132":0.00525,"133":0.00525,"135":0.00525,"136":0.01575,"137":0.13653,"138":0.00525,"139":0.00525,"140":0.12077,"141":0.00525,"142":0.01575,"143":0.01575,"144":0.01575,"145":0.01575,"146":0.021,"147":0.02626,"148":0.021,"149":0.03676,"150":0.11027,"151":2.79353,"152":1.85885,_:"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 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 114 116 117 118 119 122 123 124 125 126 130 131 134 153 154 155 3.5 3.6"},D:{"39":0.09452,"40":0.09452,"41":0.09452,"42":0.09452,"43":0.09452,"44":0.09452,"45":0.09452,"46":0.09452,"47":0.09452,"48":0.09452,"49":0.09977,"50":0.09452,"51":0.09452,"52":0.09452,"53":0.09452,"54":0.09452,"55":0.09452,"56":0.09452,"57":0.09452,"58":0.09452,"59":0.09452,"60":0.09452,"70":0.02626,"77":0.03676,"78":0.17328,"79":0.04726,"87":0.01575,"88":0.00525,"99":0.00525,"102":0.00525,"103":0.02626,"104":0.021,"105":0.01575,"106":0.021,"107":0.0105,"108":0.01575,"109":0.64587,"110":0.0105,"111":0.021,"112":0.01575,"114":0.0105,"115":0.021,"116":0.04201,"117":0.0105,"118":0.15753,"119":0.03676,"120":0.06826,"121":0.00525,"122":0.03676,"123":0.00525,"124":0.03676,"125":0.00525,"126":0.0105,"127":0.0105,"128":0.01575,"129":0.00525,"130":0.021,"131":0.05776,"132":0.0105,"133":0.04201,"134":0.0105,"135":0.021,"136":0.03151,"137":0.02626,"138":0.09977,"139":0.32556,"140":0.03151,"141":0.07351,"142":0.07351,"143":0.08402,"144":0.06301,"145":0.10502,"146":0.18379,"147":0.53035,"148":8.94245,"149":11.07961,"150":0.03676,_:"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 80 81 83 84 85 86 89 90 91 92 93 94 95 96 97 98 100 101 113 151 152 153"},F:{"46":0.0105,"85":0.00525,"89":0.0105,"95":0.05251,"98":0.01575,"99":0.07351,"125":0.00525,"131":1.17097,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 86 87 88 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 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"107":0.00525,"109":0.05251,"119":0.0105,"120":0.01575,"122":0.00525,"128":0.00525,"131":0.00525,"134":0.00525,"135":0.00525,"136":0.00525,"137":0.00525,"138":0.42008,"139":0.00525,"140":0.00525,"141":0.00525,"142":0.0105,"143":0.04201,"144":0.021,"145":0.021,"146":0.06826,"147":0.08927,"148":1.72233,"149":5.46629,"150":0.00525,_:"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 108 110 111 112 113 114 115 116 117 118 121 123 124 125 126 127 129 130 132 133"},E:{"14":0.00525,"27":0.00525,_:"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 15.1 15.2-15.3 16.0 16.4 TP","14.1":0.0105,"15.4":0.00525,"15.5":0.00525,"15.6":0.05251,"16.1":0.00525,"16.2":0.00525,"16.3":0.0105,"16.5":0.00525,"16.6":0.11027,"17.0":0.00525,"17.1":0.06826,"17.2":0.00525,"17.3":0.0105,"17.4":0.0105,"17.5":0.03676,"17.6":0.06301,"18.0":0.00525,"18.1":0.0105,"18.2":0.00525,"18.3":0.01575,"18.4":0.01575,"18.5-18.7":0.021,"26.0":0.0105,"26.1":0.01575,"26.2":0.04726,"26.3":0.08927,"26.4":0.06826,"26.5":0.84541},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00096,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00287,"8.1-8.4":0,"9.0-9.2":0.00096,"9.3":0,"10.0-10.2":0,"10.3":0.01052,"11.0-11.2":0.31643,"11.3-11.4":0.00191,"12.0-12.1":0,"12.2-12.5":0.0325,"13.0-13.1":0,"13.2":0.01052,"13.3":0,"13.4-13.7":0.00191,"14.0-14.4":0.00669,"14.5-14.8":0.01052,"15.0-15.1":0.00956,"15.2-15.3":0.00574,"15.4":0.00669,"15.5":0.0086,"15.6-15.8":0.1673,"16.0":0.0153,"16.1":0.02486,"16.2":0.01338,"16.3":0.02868,"16.4":0.00669,"16.5":0.01052,"16.6-16.7":0.21796,"17.0":0.00956,"17.1":0.01434,"17.2":0.01338,"17.3":0.02008,"17.4":0.03059,"17.5":0.05449,"17.6-17.7":0.14053,"18.0":0.03155,"18.1":0.06023,"18.2":0.0325,"18.3":0.09942,"18.4":0.04493,"18.5-18.7":1.43683,"26.0":0.09464,"26.1":0.09847,"26.2":0.29731,"26.3":0.40629,"26.4":0.46556,"26.5":5.27984},P:{"4":0.00715,"21":0.00715,"22":0.00715,"23":0.00715,"24":0.00715,"25":0.00715,"26":0.01429,"27":0.02144,"28":0.05002,"29":0.20724,"30":1.90087,_:"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.00715,"8.2":0.00715},I:{"0":0.08065,"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.00003},K:{"0":0.36092,_:"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.04749},H:{all:0},L:{"0":40.88614},R:{_:"0"},M:{"0":0.4749},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"2":0.01164,"3":0.00582,"48":0.00582,"52":0.0291,"59":0.00582,"68":0.00582,"78":0.02328,"88":0.00582,"102":0.00582,"104":0.00582,"113":0.00582,"115":0.47724,"119":0.00582,"121":0.00582,"123":0.00582,"125":0.00582,"127":0.00582,"128":0.0291,"132":0.00582,"133":0.00582,"134":0.01746,"135":0.01164,"136":0.0291,"137":0.00582,"138":0.00582,"139":0.01164,"140":0.59364,"141":0.01746,"142":0.02328,"143":0.01746,"144":0.01746,"145":0.01164,"146":0.05238,"147":0.05238,"148":0.07566,"149":0.19206,"150":4.8306,"151":2.17086,"152":0.01164,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 53 54 55 56 57 58 60 61 62 63 64 65 66 67 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 89 90 91 92 93 94 95 96 97 98 99 100 101 103 105 106 107 108 109 110 111 112 114 116 117 118 120 122 124 126 129 130 131 153 154 3.6","3.5":0.00582},D:{"4":0.00582,"13":0.00582,"39":0.25026,"40":0.25026,"41":0.25608,"42":0.25026,"43":0.25026,"44":0.25026,"45":0.25026,"46":0.25026,"47":0.25026,"48":0.25026,"49":0.2619,"50":0.25026,"51":0.25026,"52":0.2619,"53":0.25026,"54":0.25026,"55":0.25026,"56":0.25026,"57":0.25026,"58":0.25608,"59":0.25026,"60":0.25026,"65":0.00582,"66":0.01164,"79":0.01746,"80":0.00582,"81":0.00582,"85":0.00582,"86":0.00582,"87":0.01746,"88":0.00582,"90":0.00582,"91":0.00582,"92":0.01164,"94":0.02328,"95":0.04074,"96":0.12222,"99":0.01746,"103":0.04656,"104":0.0291,"105":0.02328,"106":0.02328,"107":0.02328,"108":0.02328,"109":0.38994,"110":0.05238,"111":0.0291,"112":0.31428,"113":0.00582,"114":0.04656,"115":0.02328,"116":0.07566,"117":0.02328,"118":0.44232,"119":0.02328,"120":0.0873,"121":0.01164,"122":0.0291,"123":0.01746,"124":0.07566,"125":0.90792,"126":0.02328,"127":0.01164,"128":0.03492,"129":0.01164,"130":0.0582,"131":0.44814,"132":0.04656,"133":0.11058,"134":0.07566,"135":0.05238,"136":0.03492,"137":0.09894,"138":0.12222,"139":0.06402,"140":0.08148,"141":0.06984,"142":0.6984,"143":0.10476,"144":0.39576,"145":0.21534,"146":1.1349,"147":5.2962,"148":7.79298,"149":0.02328,"150":0.00582,_:"5 6 7 8 9 10 11 12 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 67 68 69 70 71 72 73 74 75 76 77 78 83 84 89 93 97 98 100 101 102 151 152"},F:{"46":0.00582,"95":0.0582,"97":0.04656,"98":0.13386,"106":0.00582,"113":0.06984,"114":0.00582,"126":0.00582,"127":0.00582,"131":1.76346,_:"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 99 100 101 102 103 104 105 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":0.00582},B:{"85":0.00582,"92":0.00582,"109":0.09894,"119":0.00582,"120":0.00582,"122":0.01164,"123":0.00582,"124":0.00582,"126":0.00582,"128":0.00582,"129":0.00582,"130":0.00582,"131":0.01746,"132":0.00582,"133":0.00582,"134":0.00582,"135":0.00582,"136":0.00582,"137":0.01164,"138":0.01164,"139":0.01164,"140":0.0291,"141":0.01164,"142":0.01746,"143":0.03492,"144":0.0291,"145":0.08148,"146":0.10476,"147":2.3571,"148":5.05758,"149":0.00582,_:"12 13 14 15 16 17 18 79 80 81 83 84 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 125 127"},E:{"14":0.01164,_:"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 12.1 15.1 15.2-15.3 TP","11.1":0.00582,"13.1":0.0291,"14.1":0.02328,"15.4":0.00582,"15.5":0.01164,"15.6":0.1164,"16.0":0.02328,"16.1":0.01164,"16.2":0.01746,"16.3":0.01746,"16.4":0.00582,"16.5":0.01164,"16.6":0.18042,"17.0":0.00582,"17.1":0.12804,"17.2":0.00582,"17.3":0.01164,"17.4":0.01746,"17.5":0.03492,"17.6":0.16296,"18.0":0.01164,"18.1":0.0291,"18.2":0.01164,"18.3":0.04074,"18.4":0.01746,"18.5-18.7":0.06402,"26.0":0.03492,"26.1":0.04656,"26.2":0.1746,"26.3":0.75078,"26.4":1.26876,"26.5":0.57036},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00151,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00303,"8.1-8.4":0,"9.0-9.2":0.00151,"9.3":0,"10.0-10.2":0,"10.3":0.01362,"11.0-11.2":0.35862,"11.3-11.4":0.00454,"12.0-12.1":0,"12.2-12.5":0.05145,"13.0-13.1":0,"13.2":0.01664,"13.3":0,"13.4-13.7":0.00303,"14.0-14.4":0.01211,"14.5-14.8":0.01967,"15.0-15.1":0.01513,"15.2-15.3":0.00908,"15.4":0.01211,"15.5":0.01362,"15.6-15.8":0.25572,"16.0":0.02724,"16.1":0.04237,"16.2":0.0227,"16.3":0.04993,"16.4":0.01059,"16.5":0.01816,"16.6-16.7":0.34046,"17.0":0.01513,"17.1":0.02572,"17.2":0.0227,"17.3":0.04388,"17.4":0.06961,"17.5":0.09382,"17.6-17.7":0.24665,"18.0":0.04993,"18.1":0.09836,"18.2":0.05296,"18.3":0.15737,"18.4":0.07263,"18.5-18.7":2.50579,"26.0":0.16039,"26.1":0.19974,"26.2":0.76869,"26.3":2.42711,"26.4":5.00553,"26.5":1.78553},P:{"4":0.02004,"21":0.02004,"22":0.00668,"23":0.00668,"24":0.00668,"25":0.01336,"26":0.05344,"27":0.02672,"28":0.05344,"29":1.95044,"30":0.44753,_:"20 5.0-5.4 6.2-6.4 9.2 10.1 12.0 14.0 15.0 16.0 18.0 19.0","7.2-7.4":0.01336,"8.2":0.00668,"11.1-11.2":0.02004,"13.0":0.00668,"17.0":0.00668},I:{"0":0.01253,"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.50578,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.01746,_:"6 7 8 9 10 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{"0":1.30834},Q:{"14.9":0.00418},O:{"0":0.13794},H:{all:0},L:{"0":25.55694}};
1
+ module.exports={C:{"2":0.01093,"3":0.00547,"48":0.00547,"52":0.0328,"68":0.00547,"78":0.02186,"88":0.00547,"102":0.00547,"103":0.00547,"104":0.00547,"113":0.00547,"115":0.42088,"120":0.02733,"121":0.06013,"123":0.00547,"125":0.00547,"127":0.00547,"128":0.02186,"130":0.00547,"131":0.00547,"132":0.00547,"133":0.00547,"134":0.02186,"135":0.02186,"136":0.0328,"137":0.01093,"138":0.00547,"139":0.01093,"140":0.61219,"141":0.0164,"142":0.02186,"143":0.01093,"144":0.02186,"145":0.01093,"146":0.02186,"147":0.03826,"148":0.0328,"149":0.04919,"150":0.23504,"151":4.1323,"152":2.48156,"153":0.00547,_:"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 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 89 90 91 92 93 94 95 96 97 98 99 100 101 105 106 107 108 109 110 111 112 114 116 117 118 119 122 124 126 129 154 155 3.6","3.5":0.00547},D:{"4":0.00547,"13":0.00547,"39":0.2569,"40":0.2569,"41":0.2569,"42":0.2569,"43":0.2569,"44":0.2569,"45":0.2569,"46":0.2569,"47":0.2569,"48":0.2569,"49":0.26237,"50":0.2569,"51":0.2569,"52":0.28423,"53":0.2569,"54":0.2569,"55":0.2569,"56":0.2569,"57":0.2569,"58":0.2569,"59":0.2569,"60":0.2569,"65":0.00547,"66":0.01093,"70":0.2569,"79":0.02186,"80":0.01093,"81":0.00547,"83":0.00547,"84":0.00547,"85":0.00547,"86":0.00547,"87":0.02186,"88":0.00547,"90":0.00547,"91":0.00547,"101":0.00547,"102":0.00547,"103":0.04373,"104":0.03826,"105":0.02733,"106":0.02733,"107":0.02733,"108":0.0328,"109":0.37169,"110":0.06013,"111":0.03826,"112":0.02733,"113":0.00547,"114":0.03826,"115":0.03826,"116":0.07652,"117":0.02733,"118":0.48101,"119":0.07652,"120":0.15305,"121":0.0164,"122":0.02733,"123":0.01093,"124":0.10932,"125":0.38809,"126":0.02733,"127":0.0164,"128":0.04373,"129":0.00547,"130":0.06559,"131":0.34436,"132":0.04919,"133":0.09839,"134":0.10385,"135":0.04919,"136":0.03826,"137":0.15305,"138":0.11479,"139":0.14212,"140":0.04373,"141":0.06559,"142":0.31703,"143":0.19131,"144":0.10932,"145":0.11479,"146":0.60673,"147":0.38809,"148":5.18177,"149":7.32991,"150":0.03826,"151":0.00547,_:"5 6 7 8 9 10 11 12 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 67 68 69 71 72 73 74 75 76 77 78 89 92 93 94 95 96 97 98 99 100 152 153"},F:{"46":0.00547,"95":0.04373,"98":0.03826,"99":0.13665,"100":0.00547,"106":0.00547,"113":0.07106,"114":0.00547,"122":0.00547,"125":0.00547,"131":1.49222,_:"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 101 102 103 104 105 107 108 109 110 111 112 115 116 117 118 119 120 121 123 124 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6","12.1":0.00547},B:{"85":0.00547,"92":0.00547,"109":0.08746,"119":0.02733,"120":0.0328,"122":0.00547,"123":0.00547,"124":0.00547,"126":0.01093,"128":0.00547,"130":0.00547,"131":0.01093,"132":0.01093,"133":0.00547,"134":0.00547,"135":0.00547,"136":0.00547,"137":0.01093,"138":0.01093,"139":0.01093,"140":0.02186,"141":0.01093,"142":0.0164,"143":0.02186,"144":0.02186,"145":0.03826,"146":0.04373,"147":0.08199,"148":1.76552,"149":5.35668,"150":0.00547,_:"12 13 14 15 16 17 18 79 80 81 83 84 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 125 127 129"},E:{"7":0.01093,"14":0.00547,"27":0.00547,_:"4 5 6 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 12.1 15.1 15.2-15.3 TP","11.1":0.00547,"13.1":0.02186,"14.1":0.02186,"15.4":0.00547,"15.5":0.00547,"15.6":0.11479,"16.0":0.00547,"16.1":0.01093,"16.2":0.00547,"16.3":0.01093,"16.4":0.00547,"16.5":0.00547,"16.6":0.15305,"17.0":0.01093,"17.1":0.12025,"17.2":0.00547,"17.3":0.01093,"17.4":0.0164,"17.5":0.0328,"17.6":0.13118,"18.0":0.01093,"18.1":0.02186,"18.2":0.00547,"18.3":0.03826,"18.4":0.0164,"18.5-18.7":0.04919,"26.0":0.02186,"26.1":0.02733,"26.2":0.10385,"26.3":0.19131,"26.4":0.16398,"26.5":2.00056},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0013,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00391,"8.1-8.4":0,"9.0-9.2":0.0013,"9.3":0,"10.0-10.2":0,"10.3":0.01433,"11.0-11.2":0.43107,"11.3-11.4":0.0026,"12.0-12.1":0,"12.2-12.5":0.04428,"13.0-13.1":0,"13.2":0.01433,"13.3":0,"13.4-13.7":0.0026,"14.0-14.4":0.00912,"14.5-14.8":0.01433,"15.0-15.1":0.01302,"15.2-15.3":0.00781,"15.4":0.00912,"15.5":0.01172,"15.6-15.8":0.22791,"16.0":0.02084,"16.1":0.03386,"16.2":0.01823,"16.3":0.03907,"16.4":0.00912,"16.5":0.01433,"16.6-16.7":0.29693,"17.0":0.01302,"17.1":0.01953,"17.2":0.01823,"17.3":0.02735,"17.4":0.04167,"17.5":0.07423,"17.6-17.7":0.19144,"18.0":0.04298,"18.1":0.08205,"18.2":0.04428,"18.3":0.13544,"18.4":0.06121,"18.5-18.7":1.9574,"26.0":0.12893,"26.1":0.13414,"26.2":0.40502,"26.3":0.55349,"26.4":0.63424,"26.5":7.19277},P:{"4":0.01994,"20":0.00665,"21":0.01994,"22":0.00665,"23":0.01329,"24":0.01329,"25":0.01329,"26":0.05981,"27":0.03323,"28":0.06646,"29":0.19274,"30":2.06027,_:"5.0-5.4 6.2-6.4 9.2 10.1 12.0 13.0 14.0 15.0 16.0 18.0","7.2-7.4":0.00665,"8.2":0.00665,"11.1-11.2":0.01994,"17.0":0.00665,"19.0":0.00665},I:{"0":0.01359,"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.53036,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.01093,_:"6 7 8 9 10 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.14959},H:{all:0},L:{"0":31.61822},R:{_:"0"},M:{"0":1.31457},Q:{"14.9":0.00453}};
@@ -1 +1 @@
1
- module.exports={C:{"72":0.00439,"73":0.00439,"100":0.00439,"115":0.01756,"127":0.01756,"140":0.0439,"144":0.01756,"146":0.00878,"150":0.46973,"151":0.10097,_:"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 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 128 129 130 131 132 133 134 135 136 137 138 139 141 142 143 145 147 148 149 152 153 154 3.5 3.6"},D:{"39":0.02634,"40":0.03512,"41":0.01756,"42":0.01756,"43":0.0439,"44":0.02195,"45":0.02195,"46":0.02634,"47":0.01756,"48":0.01756,"49":0.03512,"50":0.02195,"51":0.01756,"52":0.01756,"53":0.02634,"54":0.02195,"55":0.02634,"56":0.03073,"57":0.01756,"58":0.02195,"59":0.01756,"60":0.03073,"64":0.00439,"66":0.00878,"70":0.00439,"71":0.00878,"79":0.03512,"83":0.01317,"87":0.01756,"89":0.17999,"93":0.00878,"98":0.03951,"103":0.02195,"104":0.01756,"105":0.00878,"106":0.01756,"107":0.00439,"108":0.00878,"109":0.23267,"110":0.01756,"111":0.01317,"112":1.36529,"116":0.02634,"117":0.01317,"118":4.78949,"119":0.01756,"120":0.03512,"123":0.01756,"124":0.01317,"127":0.00439,"130":0.03073,"131":0.02634,"132":0.00878,"133":0.01756,"136":0.03512,"137":0.01317,"138":0.32047,"139":0.01317,"140":0.09219,"141":0.01317,"142":0.03073,"143":0.02634,"144":0.03512,"145":0.10536,"146":0.24145,"147":5.10557,"148":4.75876,"149":0.00878,"150":0.00878,_:"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 67 68 69 72 73 74 75 76 77 78 80 81 84 85 86 88 90 91 92 94 95 96 97 99 100 101 102 113 114 115 121 122 125 126 128 129 134 135 151 152"},F:{"46":0.00439,"82":0.00439,"97":0.03073,"98":0.01756,"131":0.1317,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 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.02195,"84":0.00439,"90":0.01756,"92":0.06146,"109":0.03073,"119":0.01317,"120":0.00439,"133":0.00439,"134":0.00878,"135":0.01756,"136":0.20194,"137":0.00878,"138":0.00439,"139":0.00439,"141":0.0439,"144":0.01317,"145":0.02634,"146":0.07024,"147":0.93946,"148":1.47943,_:"12 13 14 15 16 17 79 80 81 83 85 86 87 88 89 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 122 123 124 125 126 127 128 129 130 131 132 140 142 143 149"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 9.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 26.5 TP","5.1":0.00439,"10.1":0.00878,"14.1":0.00439,"15.6":0.02195,"16.6":0.00439,"17.1":0.00439,"17.6":0.03073,"18.5-18.7":0.00878,"26.0":0.00439,"26.1":0.02195,"26.2":0.00439,"26.3":0.17999,"26.4":0.00439},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00052,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00104,"8.1-8.4":0,"9.0-9.2":0.00052,"9.3":0,"10.0-10.2":0,"10.3":0.00466,"11.0-11.2":0.12274,"11.3-11.4":0.00155,"12.0-12.1":0,"12.2-12.5":0.01761,"13.0-13.1":0,"13.2":0.0057,"13.3":0,"13.4-13.7":0.00104,"14.0-14.4":0.00414,"14.5-14.8":0.00673,"15.0-15.1":0.00518,"15.2-15.3":0.00311,"15.4":0.00414,"15.5":0.00466,"15.6-15.8":0.08752,"16.0":0.00932,"16.1":0.0145,"16.2":0.00777,"16.3":0.01709,"16.4":0.00363,"16.5":0.00621,"16.6-16.7":0.11653,"17.0":0.00518,"17.1":0.0088,"17.2":0.00777,"17.3":0.01502,"17.4":0.02382,"17.5":0.03211,"17.6-17.7":0.08442,"18.0":0.01709,"18.1":0.03366,"18.2":0.01813,"18.3":0.05386,"18.4":0.02486,"18.5-18.7":0.85763,"26.0":0.0549,"26.1":0.06836,"26.2":0.26309,"26.3":0.8307,"26.4":1.7132,"26.5":0.61112},P:{"4":0.00667,"23":0.35331,"24":0.00667,"26":0.02666,"27":0.08666,"28":0.13999,"29":1.17325,"30":0.36664,_:"20 21 22 25 5.0-5.4 6.2-6.4 8.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0","7.2-7.4":0.06,"9.2":0.00667,"19.0":0.00667},I:{"0":0.05045,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00003},K:{"0":2.36223,_:"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.19077},Q:{"14.9":0.02244},O:{"0":0.67332},H:{all:0},L:{"0":64.59209}};
1
+ module.exports={C:{"11":0.00458,"51":0.00916,"56":0.00458,"66":0.00458,"72":0.01374,"115":0.04121,"120":0.12363,"121":0.27932,"150":0.04121,"151":0.6548,"152":0.27474,_:"2 3 4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 52 53 54 55 57 58 59 60 61 62 63 64 65 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 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 153 154 155 3.5 3.6"},D:{"39":0.00916,"40":0.01374,"41":0.01374,"42":0.00916,"43":0.01832,"44":0.00916,"45":0.01374,"46":0.00916,"47":0.01374,"48":0.01832,"49":0.00458,"50":0.00916,"51":0.00916,"52":0.00458,"53":0.01832,"54":0.00916,"55":0.00916,"56":0.01832,"57":0.01374,"58":0.01832,"59":0.01374,"60":0.01832,"68":0.00458,"70":0.01832,"74":0.00916,"79":0.02747,"80":0.00458,"81":0.02747,"86":0.00458,"87":0.0229,"89":0.07784,"91":0.00458,"93":0.00458,"94":0.01374,"97":0.03663,"98":0.01832,"103":0.05495,"104":0.03205,"105":0.07326,"106":0.04121,"107":0.05495,"108":0.05495,"109":0.27474,"110":0.05495,"111":0.03663,"112":0.05495,"114":0.00916,"116":0.11448,"117":0.03663,"118":5.52227,"119":0.27016,"120":0.34343,"122":0.00916,"124":0.06869,"128":0.01832,"129":0.00916,"130":0.00458,"131":0.20606,"132":0.00458,"133":0.13279,"134":0.02747,"135":0.04579,"137":0.09158,"138":0.1969,"139":0.01832,"140":0.05953,"141":0.01374,"142":0.21979,"143":0.04121,"144":0.05495,"145":0.04579,"146":0.15111,"147":0.36174,"148":3.20072,"149":4.95448,"150":0.01374,"151":0.06869,_:"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 69 71 72 73 75 76 77 78 83 84 85 88 90 92 95 96 99 100 101 102 113 115 121 123 125 126 127 136 152 153"},F:{"46":0.01832,"85":0.0229,"97":0.02747,"98":0.03663,"99":0.07784,"113":0.00458,"131":0.24727,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 86 87 88 89 90 91 92 93 94 95 96 100 101 102 103 104 105 106 107 108 109 110 111 112 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:{"13":0.00458,"14":0.00458,"15":0.00458,"18":0.03205,"84":0.00458,"92":0.00916,"109":0.00916,"119":0.12821,"120":0.11448,"128":0.00458,"131":0.03663,"134":0.00458,"140":0.00458,"141":0.00458,"142":0.00916,"143":0.01374,"144":0.01374,"145":0.05495,"146":0.00916,"147":0.01374,"148":0.74638,"149":1.93234,_:"12 16 17 79 80 81 83 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 129 130 132 133 135 136 137 138 139 150"},E:{"27":0.00458,_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.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.5 17.0 17.1 17.2 17.4 17.5 18.0 18.1 18.2 18.4 26.0 26.2 TP","10.1":0.05495,"16.3":0.00458,"16.4":0.00458,"16.6":0.00458,"17.3":0.01832,"17.6":0.00916,"18.3":0.00458,"18.5-18.7":0.00458,"26.1":0.00458,"26.3":0.174,"26.4":0.01374,"26.5":0.03205},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00067,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00202,"8.1-8.4":0,"9.0-9.2":0.00067,"9.3":0,"10.0-10.2":0,"10.3":0.00741,"11.0-11.2":0.22286,"11.3-11.4":0.00135,"12.0-12.1":0,"12.2-12.5":0.02289,"13.0-13.1":0,"13.2":0.00741,"13.3":0,"13.4-13.7":0.00135,"14.0-14.4":0.00471,"14.5-14.8":0.00741,"15.0-15.1":0.00673,"15.2-15.3":0.00404,"15.4":0.00471,"15.5":0.00606,"15.6-15.8":0.11783,"16.0":0.01077,"16.1":0.01751,"16.2":0.00943,"16.3":0.0202,"16.4":0.00471,"16.5":0.00741,"16.6-16.7":0.15351,"17.0":0.00673,"17.1":0.0101,"17.2":0.00943,"17.3":0.01414,"17.4":0.02155,"17.5":0.03838,"17.6-17.7":0.09897,"18.0":0.02222,"18.1":0.04242,"18.2":0.02289,"18.3":0.07002,"18.4":0.03164,"18.5-18.7":1.01195,"26.0":0.06666,"26.1":0.06935,"26.2":0.20939,"26.3":0.28615,"26.4":0.32789,"26.5":3.71857},P:{"4":0.03511,"22":0.01756,"23":0.05706,"24":0.00878,"25":0.01317,"26":0.05267,"27":0.06584,"28":0.17118,"29":0.27213,"30":0.61889,_:"20 21 5.0-5.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","6.2-6.4":0.00439,"7.2-7.4":0.03072,"8.2":0.01317},I:{"0":0.00542,"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":1.98951,_:"10 11 12 11.1 11.5 12.1"},A:{"9":0.00458,_:"6 7 8 10 11 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.46621},H:{all:0},L:{"0":62.81565},R:{_:"0"},M:{"0":0.17347},Q:{"14.9":0.00542}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.00577,"59":0.00577,"78":0.00577,"115":0.10384,"125":0.14423,"128":0.01154,"133":0.00577,"134":0.01731,"140":0.17307,"144":0.00577,"146":0.00577,"147":0.01154,"148":0.01154,"149":0.05192,"150":1.43648,"151":0.63459,_:"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 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 126 127 129 130 131 132 135 136 137 138 139 141 142 143 145 152 153 154 3.5 3.6"},D:{"39":0.06346,"40":0.06346,"41":0.05769,"42":0.06346,"43":0.05769,"44":0.06346,"45":0.06346,"46":0.05769,"47":0.06346,"48":0.06346,"49":0.075,"50":0.06346,"51":0.06346,"52":0.0923,"53":0.05769,"54":0.06346,"55":0.06346,"56":0.05769,"57":0.06346,"58":0.09807,"59":0.06346,"60":0.06346,"66":0.01154,"74":0.00577,"79":0.00577,"87":0.01154,"88":0.03461,"90":0.00577,"101":0.00577,"102":0.01154,"103":0.02308,"104":0.00577,"105":0.00577,"106":0.00577,"107":0.00577,"108":0.00577,"109":0.19615,"110":0.00577,"111":0.00577,"112":0.06923,"114":0.00577,"116":0.10384,"117":0.00577,"118":0.10384,"119":0.00577,"120":0.03461,"121":0.00577,"122":0.05192,"123":0.00577,"124":0.05192,"125":0.00577,"126":0.04038,"127":0.00577,"128":0.08654,"129":0.01731,"130":0.00577,"131":0.03461,"132":0.01154,"133":0.01731,"134":0.01731,"135":0.01154,"136":0.04038,"137":0.04615,"138":0.21345,"139":0.19615,"140":0.02885,"141":0.10961,"142":0.34037,"143":0.13846,"144":0.19615,"145":0.51921,"146":2.35375,"147":10.62073,"148":16.14743,"149":0.075,_:"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 67 68 69 70 71 72 73 75 76 77 78 80 81 83 84 85 86 89 91 92 93 94 95 96 97 98 99 100 113 115 150 151 152"},F:{"95":0.00577,"97":0.00577,"98":0.03461,"102":0.01731,"111":0.00577,"131":0.9115,_:"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 99 100 101 103 104 105 106 107 108 109 110 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.00577,"109":0.03461,"130":0.00577,"131":0.00577,"132":0.01154,"134":0.00577,"137":0.01154,"138":0.01154,"139":0.00577,"140":0.00577,"141":0.00577,"142":0.01154,"143":0.01731,"144":0.01154,"145":0.04038,"146":0.09807,"147":2.60759,"148":5.56132,"149":0.00577,_:"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 120 121 122 123 124 125 126 127 128 129 133 135 136"},E:{"12":0.00577,"14":0.00577,_:"4 5 6 7 8 9 10 11 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 12.1 15.1 15.2-15.3 TP","11.1":0.00577,"13.1":0.02885,"14.1":0.04038,"15.4":0.01154,"15.5":0.00577,"15.6":0.13846,"16.0":0.01154,"16.1":0.02308,"16.2":0.00577,"16.3":0.03461,"16.4":0.00577,"16.5":0.02308,"16.6":0.32306,"17.0":0.00577,"17.1":0.16153,"17.2":0.00577,"17.3":0.01154,"17.4":0.04615,"17.5":0.0923,"17.6":0.25384,"18.0":0.01154,"18.1":0.06346,"18.2":0.00577,"18.3":0.08077,"18.4":0.04615,"18.5-18.7":0.08077,"26.0":0.04038,"26.1":0.05769,"26.2":0.2423,"26.3":1.04996,"26.4":1.60955,"26.5":0.70959},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.00443,"8.1-8.4":0,"9.0-9.2":0.00221,"9.3":0,"10.0-10.2":0,"10.3":0.01992,"11.0-11.2":0.52454,"11.3-11.4":0.00664,"12.0-12.1":0,"12.2-12.5":0.07525,"13.0-13.1":0,"13.2":0.02435,"13.3":0,"13.4-13.7":0.00443,"14.0-14.4":0.01771,"14.5-14.8":0.02877,"15.0-15.1":0.02213,"15.2-15.3":0.01328,"15.4":0.01771,"15.5":0.01992,"15.6-15.8":0.37404,"16.0":0.03984,"16.1":0.06197,"16.2":0.0332,"16.3":0.07304,"16.4":0.01549,"16.5":0.02656,"16.6-16.7":0.49798,"17.0":0.02213,"17.1":0.03763,"17.2":0.0332,"17.3":0.06418,"17.4":0.10181,"17.5":0.13722,"17.6-17.7":0.36076,"18.0":0.07304,"18.1":0.14386,"18.2":0.07746,"18.3":0.23018,"18.4":0.10624,"18.5-18.7":3.66512,"26.0":0.2346,"26.1":0.29215,"26.2":1.12432,"26.3":3.55003,"26.4":7.32139,"26.5":2.61162},P:{"4":0.02047,"24":0.00682,"26":0.01364,"27":0.01364,"28":0.02729,"29":1.27581,"30":0.27972,_:"20 21 22 23 25 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0.02113,"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.16078,_:"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.46964},Q:{"14.9":0.00423},O:{"0":0.02539},H:{all:0},L:{"0":20.67773}};
1
+ module.exports={C:{"59":0.00614,"78":0.00614,"115":0.09209,"120":0.01228,"121":0.01842,"128":0.00614,"134":0.01228,"140":0.20259,"146":0.00614,"147":0.00614,"148":0.11664,"149":0.01228,"150":0.07367,"151":1.27691,"152":0.74896,_:"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 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 129 130 131 132 133 135 136 137 138 139 141 142 143 144 145 153 154 155 3.5 3.6"},D:{"39":0.12892,"40":0.12892,"41":0.12892,"42":0.12892,"43":0.12892,"44":0.13506,"45":0.12892,"46":0.12892,"47":0.12892,"48":0.12892,"49":0.13506,"50":0.12892,"51":0.12892,"52":0.19645,"53":0.12892,"54":0.12278,"55":0.12892,"56":0.12892,"57":0.12892,"58":0.18417,"59":0.12892,"60":0.12892,"66":0.01228,"79":0.01228,"87":0.01228,"88":0.04297,"101":0.00614,"102":0.01228,"103":0.02456,"104":0.00614,"105":0.00614,"106":0.00614,"107":0.00614,"108":0.00614,"109":0.29467,"110":0.01228,"111":0.00614,"112":0.00614,"114":0.01228,"116":0.07367,"117":0.00614,"118":0.12278,"119":0.02456,"120":0.04297,"121":0.00614,"122":0.03683,"123":0.00614,"124":0.09209,"125":1.28305,"126":0.04297,"127":0.00614,"128":0.07367,"129":0.01842,"130":0.00614,"131":0.08595,"132":0.01228,"133":0.01842,"134":0.03683,"135":0.00614,"136":0.05525,"137":0.03683,"138":0.3622,"139":0.53409,"140":0.04297,"141":0.13506,"142":0.15961,"143":0.15961,"144":0.17803,"145":0.27626,"146":0.42973,"147":0.79193,"148":11.00109,"149":18.53978,"150":0.04297,_:"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 67 68 69 70 71 72 73 74 75 76 77 78 80 81 83 84 85 86 89 90 91 92 93 94 95 96 97 98 99 100 113 115 151 152 153"},F:{"95":0.00614,"98":0.00614,"99":0.03683,"102":0.02456,"131":0.66915,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 100 101 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.00614,"100":0.00614,"109":0.03683,"119":0.01228,"120":0.01228,"131":0.00614,"132":0.00614,"134":0.00614,"135":0.00614,"137":0.00614,"138":0.00614,"139":0.00614,"140":0.01228,"141":0.00614,"142":0.01842,"143":0.01228,"144":0.00614,"145":0.07981,"146":0.04297,"147":0.06139,"148":2.42491,"149":6.04692,"150":0.00614,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 122 123 124 125 126 127 128 129 130 133 136"},E:{"14":0.00614,"27":0.00614,_:"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 12.1 15.2-15.3 15.5 TP","11.1":0.00614,"13.1":0.02456,"14.1":0.03683,"15.1":0.00614,"15.4":0.01228,"15.6":0.12278,"16.0":0.00614,"16.1":0.00614,"16.2":0.00614,"16.3":0.0307,"16.4":0.00614,"16.5":0.01228,"16.6":0.25784,"17.0":0.00614,"17.1":0.16575,"17.2":0.00614,"17.3":0.01228,"17.4":0.03683,"17.5":0.05525,"17.6":0.22714,"18.0":0.01842,"18.1":0.0307,"18.2":0.00614,"18.3":0.04911,"18.4":0.04297,"18.5-18.7":0.05525,"26.0":0.01842,"26.1":0.03683,"26.2":0.1412,"26.3":0.23328,"26.4":0.19645,"26.5":2.68888},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00179,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00536,"8.1-8.4":0,"9.0-9.2":0.00179,"9.3":0,"10.0-10.2":0,"10.3":0.01965,"11.0-11.2":0.5912,"11.3-11.4":0.00357,"12.0-12.1":0,"12.2-12.5":0.06073,"13.0-13.1":0,"13.2":0.01965,"13.3":0,"13.4-13.7":0.00357,"14.0-14.4":0.0125,"14.5-14.8":0.01965,"15.0-15.1":0.01786,"15.2-15.3":0.01072,"15.4":0.0125,"15.5":0.01607,"15.6-15.8":0.31257,"16.0":0.02858,"16.1":0.04644,"16.2":0.02501,"16.3":0.05358,"16.4":0.0125,"16.5":0.01965,"16.6-16.7":0.40723,"17.0":0.01786,"17.1":0.02679,"17.2":0.02501,"17.3":0.03751,"17.4":0.05716,"17.5":0.10181,"17.6-17.7":0.26256,"18.0":0.05894,"18.1":0.11252,"18.2":0.06073,"18.3":0.18575,"18.4":0.08395,"18.5-18.7":2.68451,"26.0":0.17682,"26.1":0.18397,"26.2":0.55548,"26.3":0.75909,"26.4":0.86983,"26.5":9.86462},P:{"20":0.00675,"22":0.00675,"26":0.00675,"27":0.0135,"28":0.0135,"29":0.09453,"30":1.33696,_:"4 21 23 24 25 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0"},I:{"0":0.03086,"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.20849,_:"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.02703},H:{all:0},L:{"0":21.19346},R:{_:"0"},M:{"0":0.46332},Q:{"14.9":0.00386}};
@@ -1 +1 @@
1
- module.exports={C:{"120":0.00534,"121":0.01067,"127":0.00534,"140":0.06404,"141":0.00534,"143":0.00534,"149":0.00534,"150":0.2455,"151":0.0427,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 122 123 124 125 126 128 129 130 131 132 133 134 135 136 137 138 139 142 144 145 146 147 148 152 153 154 3.5 3.6"},D:{"39":0.07472,"40":0.07472,"41":0.06404,"42":0.05337,"43":0.06938,"44":0.05871,"45":0.04803,"46":0.06404,"47":0.07472,"48":0.05871,"49":0.05337,"50":0.10674,"51":0.04803,"52":0.04803,"53":0.06404,"54":0.09607,"55":0.09073,"56":0.05337,"57":0.05337,"58":0.05871,"59":0.07472,"60":0.05337,"67":0.01067,"69":0.00534,"75":0.05337,"76":0.41629,"77":0.34691,"79":0.01601,"87":0.00534,"91":0.01067,"93":0.13343,"94":0.00534,"101":0.00534,"103":0.12275,"104":0.03736,"105":0.02135,"106":0.03202,"107":0.02135,"108":0.03202,"109":0.08539,"110":0.02669,"111":0.03736,"112":0.82724,"116":0.0427,"117":0.02135,"118":3.12748,"119":0.01067,"120":0.03736,"122":0.00534,"123":0.00534,"124":0.02135,"125":0.00534,"126":0.11208,"127":0.0427,"128":0.01067,"129":0.00534,"130":0.01067,"131":0.04803,"132":0.02135,"133":0.04803,"134":0.00534,"135":0.00534,"138":0.07472,"139":0.03736,"140":0.10674,"141":0.03736,"142":0.3896,"143":0.02135,"144":0.02135,"145":0.87527,"146":0.42162,"147":6.9808,"148":9.67598,"149":0.01067,"150":0.00534,_:"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 68 70 71 72 73 74 78 80 81 83 84 85 86 88 89 90 92 95 96 97 98 99 100 102 113 114 115 121 136 137 151 152"},F:{"97":0.00534,"98":0.01067,"131":0.42162,_:"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 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:{"114":0.00534,"115":0.01067,"119":0.00534,"120":0.00534,"133":0.00534,"143":0.00534,"145":0.03202,"146":0.11741,"147":2.48171,"148":5.89205,_:"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 116 117 118 121 122 123 124 125 126 127 128 129 130 131 132 134 135 136 137 138 139 140 141 142 144 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 15.1 15.2-15.3 15.4 15.5 16.0 16.2 16.3 16.4 16.5 17.0 17.1 17.2 17.4 18.0 18.1 18.3 18.4 26.0 TP","5.1":0.00534,"14.1":0.04803,"15.6":0.01067,"16.1":0.20281,"16.6":0.02135,"17.3":0.00534,"17.5":0.00534,"17.6":0.03736,"18.2":0.01067,"18.5-18.7":0.01601,"26.1":0.00534,"26.2":0.05871,"26.3":0.23483,"26.4":0.60308,"26.5":0.16011},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00071,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00141,"8.1-8.4":0,"9.0-9.2":0.00071,"9.3":0,"10.0-10.2":0,"10.3":0.00635,"11.0-11.2":0.16732,"11.3-11.4":0.00212,"12.0-12.1":0,"12.2-12.5":0.024,"13.0-13.1":0,"13.2":0.00777,"13.3":0,"13.4-13.7":0.00141,"14.0-14.4":0.00565,"14.5-14.8":0.00918,"15.0-15.1":0.00706,"15.2-15.3":0.00424,"15.4":0.00565,"15.5":0.00635,"15.6-15.8":0.11931,"16.0":0.01271,"16.1":0.01977,"16.2":0.01059,"16.3":0.0233,"16.4":0.00494,"16.5":0.00847,"16.6-16.7":0.15885,"17.0":0.00706,"17.1":0.012,"17.2":0.01059,"17.3":0.02047,"17.4":0.03247,"17.5":0.04377,"17.6-17.7":0.11507,"18.0":0.0233,"18.1":0.04589,"18.2":0.02471,"18.3":0.07342,"18.4":0.03389,"18.5-18.7":1.1691,"26.0":0.07483,"26.1":0.09319,"26.2":0.35864,"26.3":1.13239,"26.4":2.33538,"26.5":0.83305},P:{"4":0.05166,"21":0.01292,"24":0.03229,"25":0.00646,"26":0.05166,"27":0.05166,"28":0.06458,"29":1.595,"30":0.30996,_:"20 22 23 5.0-5.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","6.2-6.4":0.00646,"7.2-7.4":0.03229},I:{"0":0.03727,"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":1.13311,_:"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.10725},Q:{_:"14.9"},O:{"0":0.02798},H:{all:0},L:{"0":49.83101}};
1
+ module.exports={C:{"120":0.25036,"121":0.4552,"125":0.02276,"126":0.02276,"127":0.03983,"128":0.01707,"129":0.02276,"130":0.01707,"131":0.02276,"132":0.03414,"133":0.03414,"134":0.00569,"135":0.03414,"136":0.03414,"140":0.05121,"143":0.00569,"149":0.00569,"150":0.00569,"151":0.33002,"152":0.20484,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 122 123 124 137 138 139 141 142 144 145 146 147 148 153 154 155 3.5 3.6"},D:{"39":0.02845,"40":0.03414,"41":0.02276,"42":0.01138,"43":0.05121,"44":0.03983,"45":0.02276,"46":0.05121,"47":0.01138,"48":0.03414,"49":0.03414,"50":0.03414,"51":0.02276,"52":0.02276,"53":0.03414,"54":0.05121,"55":0.03983,"56":0.03414,"57":0.05121,"58":0.02276,"59":0.03414,"60":0.03983,"67":0.00569,"75":0.01138,"76":0.14794,"77":0.12518,"79":0.04552,"88":0.04552,"93":0.03414,"97":0.01138,"103":0.1138,"104":0.01707,"105":0.03414,"106":0.01138,"107":0.02276,"108":0.01707,"109":0.09104,"110":0.02845,"111":0.03414,"112":0.02276,"116":0.08535,"117":0.01138,"118":3.1295,"119":0.4552,"120":0.54624,"122":0.00569,"123":0.00569,"124":0.02276,"125":0.00569,"126":0.10242,"127":0.00569,"128":0.00569,"129":0.00569,"130":0.02276,"131":0.04552,"132":0.01138,"133":0.06259,"134":0.01138,"135":0.00569,"137":0.03983,"138":0.10811,"139":0.01707,"140":0.08535,"141":0.00569,"142":0.16501,"143":0.03414,"144":0.06259,"145":0.19346,"146":5.30877,"147":0.64866,"148":5.47378,"149":11.59622,"150":0.25605,"151":0.00569,_:"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 68 69 70 71 72 73 74 78 80 81 83 84 85 86 87 89 90 91 92 94 95 96 98 99 100 101 102 113 114 115 121 136 152 153"},F:{"95":0.00569,"98":0.00569,"99":0.00569,"114":0.00569,"125":0.00569,"131":0.35847,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 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 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"119":0.20484,"120":0.25036,"136":0.00569,"140":0.00569,"142":0.00569,"143":0.00569,"144":0.00569,"145":0.01138,"146":0.01707,"147":0.05121,"148":2.25324,"149":6.00864,_:"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 128 129 130 131 132 133 134 135 137 138 139 141 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.2 16.3 16.4 16.5 17.0 17.2 17.3 17.4 18.0 18.1 18.2 18.5-18.7 TP","15.6":0.01138,"16.1":0.14225,"16.6":0.01707,"17.1":0.01138,"17.5":0.01138,"17.6":0.02276,"18.3":0.00569,"18.4":0.01138,"26.0":0.02276,"26.1":0.05121,"26.2":0.02845,"26.3":0.00569,"26.4":0.02276,"26.5":0.43244},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00068,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00205,"8.1-8.4":0,"9.0-9.2":0.00068,"9.3":0,"10.0-10.2":0,"10.3":0.00752,"11.0-11.2":0.22631,"11.3-11.4":0.00137,"12.0-12.1":0,"12.2-12.5":0.02325,"13.0-13.1":0,"13.2":0.00752,"13.3":0,"13.4-13.7":0.00137,"14.0-14.4":0.00479,"14.5-14.8":0.00752,"15.0-15.1":0.00684,"15.2-15.3":0.0041,"15.4":0.00479,"15.5":0.00615,"15.6-15.8":0.11965,"16.0":0.01094,"16.1":0.01778,"16.2":0.00957,"16.3":0.02051,"16.4":0.00479,"16.5":0.00752,"16.6-16.7":0.15589,"17.0":0.00684,"17.1":0.01026,"17.2":0.00957,"17.3":0.01436,"17.4":0.02188,"17.5":0.03897,"17.6-17.7":0.10051,"18.0":0.02256,"18.1":0.04307,"18.2":0.02325,"18.3":0.07111,"18.4":0.03214,"18.5-18.7":1.02764,"26.0":0.06769,"26.1":0.07042,"26.2":0.21264,"26.3":0.29058,"26.4":0.33297,"26.5":3.77621},P:{"4":0.01629,"22":0.02444,"24":0.00815,"25":0.00815,"26":0.04888,"27":0.00815,"28":0.12219,"29":0.30955,"30":1.83287,_:"20 21 23 5.0-5.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","6.2-6.4":0.08146,"7.2-7.4":0.03258,"9.2":0.01629},I:{"0":0.01723,"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.58199,_:"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.1552},H:{all:0},L:{"0":45.3238},R:{_:"0"},M:{"0":0.22417},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"4":0.11453,"52":0.00603,"72":0.00603,"115":0.03617,"120":0.00603,"121":0.01808,"140":0.01808,"146":0.03617,"147":0.00603,"148":0.00603,"149":0.01808,"150":0.54855,"151":0.26523,"152":0.00603,_:"2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 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 128 129 130 131 132 133 134 135 136 137 138 139 141 142 143 144 145 153 154 3.5 3.6"},D:{"39":0.28934,"40":0.28332,"41":0.28332,"42":0.28934,"43":0.28934,"44":0.28332,"45":0.29537,"46":0.28934,"47":0.29537,"48":0.31948,"49":0.28934,"50":0.28332,"51":0.28934,"52":0.28934,"53":0.3014,"54":0.28934,"55":0.3014,"56":0.28934,"57":0.28332,"58":0.29537,"59":0.29537,"60":0.28934,"65":0.1085,"72":0.00603,"73":0.00603,"75":0.00603,"76":0.00603,"79":0.00603,"87":0.01206,"91":0.00603,"93":0.03014,"97":0.01206,"99":0.02411,"100":0.00603,"103":0.7957,"104":0.75953,"105":0.75953,"106":0.74747,"107":0.74144,"108":0.7535,"109":1.18149,"110":0.74747,"111":0.75953,"112":2.67643,"114":0.00603,"116":1.507,"117":0.7535,"118":5.13586,"119":0.02411,"120":0.78364,"121":0.00603,"122":0.01808,"123":0.00603,"124":0.77158,"125":0.00603,"126":0.01206,"127":0.00603,"128":0.02411,"129":0.00603,"130":0.00603,"131":1.53714,"132":0.01206,"133":1.71195,"134":0.01808,"135":0.00603,"136":0.1507,"137":0.05425,"138":0.27729,"139":0.0422,"140":0.03014,"141":0.01206,"142":0.22304,"143":0.0422,"144":0.11453,"145":1.01873,"146":0.4099,"147":5.25039,"148":8.83102,"149":0.01808,"150":0.00603,_:"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 74 77 78 80 81 83 84 85 86 88 89 90 92 94 95 96 98 101 102 113 115 151 152"},F:{"95":0.00603,"97":0.00603,"98":0.01206,"117":0.00603,"120":0.00603,"131":0.63897,_:"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 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 118 119 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.00603,"92":0.02411,"109":0.01808,"119":0.00603,"120":0.00603,"122":0.00603,"131":0.01206,"133":0.00603,"134":0.00603,"135":0.00603,"136":0.01206,"137":0.00603,"138":0.00603,"139":0.00603,"140":0.00603,"141":0.00603,"142":0.00603,"143":0.01808,"144":0.02411,"145":0.09645,"146":0.06631,"147":1.21163,"148":2.98386,_:"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 123 124 125 126 127 128 129 130 132 149"},E:{"4":0.00603,"13":0.00603,_:"5 6 7 8 9 10 11 12 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.3 TP","5.1":0.01206,"14.1":0.00603,"15.6":0.02411,"16.6":0.0422,"17.1":0.02411,"17.2":0.00603,"17.4":0.00603,"17.5":0.00603,"17.6":0.05425,"18.0":0.00603,"18.1":0.00603,"18.2":0.00603,"18.3":0.01206,"18.4":0.00603,"18.5-18.7":0.03014,"26.0":0.04822,"26.1":0.01808,"26.2":0.07836,"26.3":0.27729,"26.4":0.33757,"26.5":0.13262},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.00281,"8.1-8.4":0,"9.0-9.2":0.00141,"9.3":0,"10.0-10.2":0,"10.3":0.01265,"11.0-11.2":0.33324,"11.3-11.4":0.00422,"12.0-12.1":0,"12.2-12.5":0.04781,"13.0-13.1":0,"13.2":0.01547,"13.3":0,"13.4-13.7":0.00281,"14.0-14.4":0.01125,"14.5-14.8":0.01828,"15.0-15.1":0.01406,"15.2-15.3":0.00844,"15.4":0.01125,"15.5":0.01265,"15.6-15.8":0.23763,"16.0":0.02531,"16.1":0.03937,"16.2":0.02109,"16.3":0.0464,"16.4":0.00984,"16.5":0.01687,"16.6-16.7":0.31637,"17.0":0.01406,"17.1":0.0239,"17.2":0.02109,"17.3":0.04078,"17.4":0.06468,"17.5":0.08718,"17.6-17.7":0.22919,"18.0":0.0464,"18.1":0.0914,"18.2":0.04921,"18.3":0.14623,"18.4":0.06749,"18.5-18.7":2.32848,"26.0":0.14905,"26.1":0.1856,"26.2":0.71429,"26.3":2.25537,"26.4":4.65134,"26.5":1.65918},P:{"4":0.0116,"24":0.0058,"25":0.0116,"26":0.0116,"27":0.01739,"28":0.02319,"29":0.3305,"30":0.06958,_:"20 21 22 23 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.0116,"8.2":0.0116},I:{"0":0.04365,"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.15888,_:"10 11 12 11.1 11.5 12.1"},A:{"6":0.0165,"7":0.0165,"8":0.06599,"9":0.0165,"10":0.033,"11":0.00825,_:"5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{"0":0.08341},Q:{_:"14.9"},O:{"0":0.01589},H:{all:0},L:{"0":29.49791}};
1
+ module.exports={C:{"4":0.0538,"115":0.03587,"120":0.25108,"121":0.52009,"125":0.00598,"126":0.00598,"127":0.00598,"128":0.00598,"129":0.00598,"130":0.00598,"131":0.00598,"132":0.00598,"133":0.00598,"134":0.00598,"135":0.00598,"136":0.00598,"140":0.01196,"146":0.01196,"147":0.00598,"148":0.00598,"150":0.02391,"151":0.32879,"152":0.17934,"153":0.00598,_:"2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 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 149 154 155 3.5 3.6"},D:{"39":0.30488,"40":0.29292,"41":0.2989,"42":0.29292,"43":0.28694,"44":0.29292,"45":0.30488,"46":0.2989,"47":0.28694,"48":0.2989,"49":0.29292,"50":0.28694,"51":0.2989,"52":0.28694,"53":0.28694,"54":0.2989,"55":0.2989,"56":0.29292,"57":0.29292,"58":0.29292,"59":0.29292,"60":0.29292,"65":0.00598,"73":0.00598,"79":0.00598,"87":0.00598,"91":0.00598,"93":0.02989,"94":0.00598,"97":0.01196,"100":0.00598,"103":1.09995,"104":1.06408,"105":1.08202,"106":1.05811,"107":1.05213,"108":1.07604,"109":1.4407,"110":1.05811,"111":1.08202,"112":1.02822,"114":0.06576,"116":2.08632,"117":1.07006,"118":3.60473,"119":0.53204,"120":1.59613,"121":0.00598,"122":0.01196,"124":1.09995,"125":0.00598,"126":0.01196,"127":0.00598,"128":0.02391,"130":0.00598,"131":2.0923,"132":0.01793,"133":2.11023,"134":0.01196,"135":0.00598,"136":0.09565,"137":0.0538,"138":0.18532,"139":0.05978,"140":0.01196,"141":0.02989,"142":0.46628,"143":0.02989,"144":0.0538,"145":0.49617,"146":0.16141,"147":0.22716,"148":3.80799,"149":7.74151,"150":0.03587,_:"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 74 75 76 77 78 80 81 83 84 85 86 88 89 90 92 95 96 98 99 101 102 113 115 123 129 151 152 153"},F:{"95":0.00598,"98":0.00598,"99":0.02989,"114":0.00598,"123":0.00598,"131":0.44237,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 115 116 117 118 119 120 121 122 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.00598,"92":0.01196,"109":0.01793,"119":0.25705,"120":0.25108,"131":0.00598,"133":0.00598,"134":0.00598,"136":0.01196,"138":0.00598,"140":0.00598,"142":0.00598,"143":0.00598,"144":0.01196,"145":0.02989,"146":0.01793,"147":0.08967,"148":0.9505,"149":2.71999,"150":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 121 122 123 124 125 126 127 128 129 130 132 135 137 139 141"},E:{"13":0.00598,"27":0.00598,_:"4 5 6 7 8 9 10 11 12 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 15.5 16.2 16.4 16.5 17.0 17.3 18.0 18.4 TP","13.1":0.00598,"14.1":0.00598,"15.6":0.02391,"16.0":0.00598,"16.1":0.00598,"16.3":0.00598,"16.6":0.02989,"17.1":0.02989,"17.2":0.00598,"17.4":0.00598,"17.5":0.01196,"17.6":0.03587,"18.1":0.00598,"18.2":0.00598,"18.3":0.00598,"18.5-18.7":0.02391,"26.0":0.04185,"26.1":0.01196,"26.2":0.02989,"26.3":0.06576,"26.4":0.04782,"26.5":0.49617},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00136,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00407,"8.1-8.4":0,"9.0-9.2":0.00136,"9.3":0,"10.0-10.2":0,"10.3":0.01492,"11.0-11.2":0.44891,"11.3-11.4":0.00271,"12.0-12.1":0,"12.2-12.5":0.04611,"13.0-13.1":0,"13.2":0.01492,"13.3":0,"13.4-13.7":0.00271,"14.0-14.4":0.00949,"14.5-14.8":0.01492,"15.0-15.1":0.01356,"15.2-15.3":0.00814,"15.4":0.00949,"15.5":0.01221,"15.6-15.8":0.23734,"16.0":0.0217,"16.1":0.03526,"16.2":0.01899,"16.3":0.04069,"16.4":0.00949,"16.5":0.01492,"16.6-16.7":0.30922,"17.0":0.01356,"17.1":0.02034,"17.2":0.01899,"17.3":0.02848,"17.4":0.0434,"17.5":0.0773,"17.6-17.7":0.19936,"18.0":0.04476,"18.1":0.08544,"18.2":0.04611,"18.3":0.14105,"18.4":0.06374,"18.5-18.7":2.0384,"26.0":0.13427,"26.1":0.13969,"26.2":0.42178,"26.3":0.57639,"26.4":0.66048,"26.5":7.49039},P:{"4":0.00566,"21":0.01132,"24":0.00566,"25":0.00566,"26":0.01698,"27":0.01132,"28":0.01698,"29":0.05095,"30":0.32831,_:"20 22 23 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.00566},I:{"0":0.03214,"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.10457,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.01674,"9":0.00837,"10":0.00837,"11":0.00837,_:"6 7 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.00804},H:{all:0},L:{"0":30.46764},R:{_:"0"},M:{"0":0.12468},Q:{_:"14.9"}};