@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:{"52":0.02175,"55":0.00311,"72":0.00621,"88":0.00621,"102":0.00311,"115":0.05593,"121":0.00311,"127":0.00621,"140":0.00311,"141":0.00311,"143":0.00311,"146":0.01554,"147":0.00621,"148":0.00621,"149":0.00932,"150":0.23303,"151":0.0901,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 89 90 91 92 93 94 95 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 122 123 124 125 126 128 129 130 131 132 133 134 135 136 137 138 139 142 144 145 152 153 154 3.5 3.6"},D:{"39":0.01864,"40":0.01864,"41":0.01554,"42":0.01554,"43":0.01554,"44":0.01864,"45":0.01243,"46":0.01554,"47":0.01243,"48":0.01554,"49":0.02796,"50":0.02175,"51":0.01864,"52":0.01864,"53":0.02175,"54":0.01243,"55":0.01243,"56":0.00932,"57":0.01243,"58":0.01554,"59":0.01864,"60":0.02175,"65":0.00932,"67":0.00311,"69":0.00621,"70":0.00311,"74":0.00932,"75":0.01864,"76":0.00932,"79":0.01243,"80":0.00311,"81":0.01864,"84":0.00311,"86":0.00311,"87":0.06525,"88":0.02486,"90":0.00621,"93":0.02796,"94":0.00621,"98":0.00311,"99":0.00311,"100":0.00311,"102":0.00311,"103":0.12739,"104":0.04039,"105":0.05903,"106":0.04039,"107":0.04661,"108":0.0901,"109":0.20817,"110":0.04971,"111":0.14603,"112":0.4443,"114":0.03418,"115":0.00932,"116":0.11185,"117":0.12117,"118":1.02842,"119":0.16156,"120":0.13982,"121":0.00621,"122":0.00621,"123":0.00932,"124":0.04661,"125":0.14914,"126":0.07768,"127":0.02175,"128":0.04661,"129":0.00311,"131":0.16467,"132":0.00932,"133":0.11496,"134":0.01554,"135":0.00932,"136":0.01243,"137":0.07768,"138":0.16156,"139":0.05903,"140":0.02486,"141":0.05903,"142":0.03107,"143":0.09942,"144":0.15846,"145":0.22992,"146":1.02531,"147":3.09457,"148":4.13231,"149":0.01243,"150":0.00311,_:"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 68 71 72 73 77 78 83 85 89 91 92 95 96 97 101 113 130 151 152"},F:{"57":0.00311,"79":0.00311,"95":0.01554,"97":0.00932,"98":0.00621,"108":0.00311,"113":0.00311,"114":0.00932,"120":0.00311,"122":0.00311,"123":0.00311,"126":0.00311,"131":0.41012,_:"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 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 99 100 101 102 103 104 105 106 107 109 110 111 112 115 116 117 118 119 121 124 125 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.01554,"15":0.00311,"16":0.01864,"17":0.01864,"18":0.05282,"84":0.00621,"89":0.00311,"90":0.01243,"92":0.08078,"95":0.00311,"99":0.00311,"100":0.01243,"109":0.00932,"111":0.01243,"114":0.00621,"120":0.00311,"122":0.01243,"124":0.00621,"125":0.00311,"128":0.00311,"131":0.00311,"132":0.00932,"133":0.00311,"134":0.00311,"135":0.00621,"136":0.00311,"137":0.00311,"138":0.00311,"139":0.00311,"140":0.01243,"141":0.00621,"142":0.01554,"143":0.01864,"144":0.02486,"145":0.0435,"146":0.08389,"147":1.0191,"148":2.01334,"149":0.00311,_:"12 13 79 80 81 83 85 86 87 88 91 93 94 96 97 98 101 102 103 104 105 106 107 108 110 112 113 115 116 117 118 119 121 123 126 127 129 130"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 9.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.3 16.4 16.5 17.0 17.2 17.3 18.1 18.3 18.4 TP","5.1":0.04661,"10.1":0.00932,"11.1":0.02486,"12.1":0.00621,"13.1":0.00932,"14.1":0.03107,"15.6":0.06835,"16.2":0.00311,"16.6":0.01864,"17.1":0.01243,"17.4":0.00932,"17.5":0.00311,"17.6":0.06214,"18.0":0.00621,"18.2":0.00311,"18.5-18.7":0.03107,"26.0":0.00932,"26.1":0.01554,"26.2":0.02796,"26.3":0.05593,"26.4":0.20817,"26.5":0.05593},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00104,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00209,"8.1-8.4":0,"9.0-9.2":0.00104,"9.3":0,"10.0-10.2":0,"10.3":0.0094,"11.0-11.2":0.24766,"11.3-11.4":0.00313,"12.0-12.1":0,"12.2-12.5":0.03553,"13.0-13.1":0,"13.2":0.01149,"13.3":0,"13.4-13.7":0.00209,"14.0-14.4":0.00836,"14.5-14.8":0.01358,"15.0-15.1":0.01045,"15.2-15.3":0.00627,"15.4":0.00836,"15.5":0.0094,"15.6-15.8":0.1766,"16.0":0.01881,"16.1":0.02926,"16.2":0.01567,"16.3":0.03448,"16.4":0.00731,"16.5":0.01254,"16.6-16.7":0.23512,"17.0":0.01045,"17.1":0.01776,"17.2":0.01567,"17.3":0.0303,"17.4":0.04807,"17.5":0.06479,"17.6-17.7":0.17033,"18.0":0.03448,"18.1":0.06792,"18.2":0.03657,"18.3":0.10868,"18.4":0.05016,"18.5-18.7":1.73048,"26.0":0.11077,"26.1":0.13794,"26.2":0.53085,"26.3":1.67615,"26.4":3.45679,"26.5":1.23307},P:{"20":0.00732,"21":0.01465,"23":0.02197,"24":0.0293,"25":0.04394,"26":0.05127,"27":0.11718,"28":0.20507,"29":0.84956,"30":0.05127,_:"4 22 5.0-5.4 10.1 12.0 15.0 17.0","6.2-6.4":0.00732,"7.2-7.4":0.03662,"8.2":0.01465,"9.2":0.03662,"11.1-11.2":0.04394,"13.0":0.0293,"14.0":0.00732,"16.0":0.05127,"18.0":0.01465,"19.0":0.00732},I:{"0":0.06197,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00003},K:{"0":0.41358,_:"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.28261},Q:{_:"14.9"},O:{"0":0.193},H:{all:0},L:{"0":66.97288}};
1
+ module.exports={C:{"52":0.02189,"102":0.02554,"112":0.0073,"115":0.0146,"120":0.04014,"121":0.08028,"127":0.0073,"135":0.0073,"140":0.01095,"147":0.00365,"149":0.01095,"150":0.01095,"151":0.21164,"152":0.13866,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 103 104 105 106 107 108 109 110 111 113 114 116 117 118 119 122 123 124 125 126 128 129 130 131 132 133 134 136 137 138 139 141 142 143 144 145 146 148 153 154 155 3.5 3.6"},D:{"39":0.03284,"40":0.0073,"41":0.0073,"42":0.00365,"43":0.01095,"44":0.0073,"45":0.0073,"46":0.04014,"47":0.0073,"48":0.0073,"49":0.00365,"50":0.0073,"51":0.0073,"52":0.01095,"53":0.0073,"54":0.0073,"55":0.0073,"56":0.00365,"57":0.01095,"58":0.04014,"59":0.01825,"60":0.0073,"68":0.00365,"69":0.01095,"70":0.03649,"74":0.01095,"75":0.01825,"76":0.0073,"77":0.00365,"78":0.01825,"79":0.02189,"80":0.00365,"81":0.01825,"83":0.00365,"86":0.0073,"87":0.0146,"88":0.00365,"89":0.00365,"90":0.00365,"91":0.00365,"93":0.02554,"94":0.01095,"95":0.0073,"97":0.00365,"98":0.04744,"99":0.00365,"102":0.00365,"103":0.24083,"104":0.15691,"105":0.2007,"106":0.19705,"107":0.18245,"108":0.22259,"109":0.27003,"110":0.1861,"111":0.30652,"112":0.17515,"114":0.06933,"115":0.00365,"116":0.38315,"117":0.23719,"118":2.41564,"119":0.22259,"120":0.54735,"121":0.0073,"122":0.01095,"123":0.0146,"124":0.18245,"125":0.09123,"126":0.09487,"127":0.01095,"128":0.05838,"129":0.00365,"130":0.0073,"131":0.43788,"132":0.01825,"133":0.3722,"134":0.02554,"135":0.0073,"136":0.0073,"137":0.09123,"138":0.11312,"139":0.01825,"140":0.01825,"141":0.03284,"142":0.05838,"143":0.07663,"144":0.09487,"145":0.11312,"146":0.50356,"147":0.40504,"148":2.71121,"149":4.09053,"150":0.04014,"151":0.00365,_:"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 71 72 73 84 85 92 96 100 101 113 152 153"},F:{"95":0.0073,"98":0.0146,"99":0.00365,"100":0.00365,"114":0.0073,"117":0.00365,"120":0.00365,"125":0.00365,"126":0.0073,"127":0.00365,"131":0.59844,_:"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 101 102 103 104 105 106 107 108 109 110 111 112 113 115 116 118 119 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:{"14":0.00365,"15":0.01095,"16":0.0146,"17":0.0146,"18":0.05474,"89":0.00365,"90":0.0073,"92":0.04379,"100":0.00365,"109":0.01825,"114":0.0146,"119":0.04379,"120":0.04014,"122":0.0073,"127":0.00365,"128":0.00365,"131":0.0073,"133":0.00365,"134":0.00365,"136":0.00365,"138":0.00365,"139":0.0073,"140":0.01095,"141":0.01095,"142":0.00365,"143":0.00365,"144":0.04014,"145":0.0146,"146":0.08393,"147":0.07663,"148":1.01442,"149":1.98141,"150":0.0073,_:"12 13 79 80 81 83 84 85 86 87 88 91 93 94 95 96 97 98 99 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 121 123 124 125 126 129 130 132 135 137"},E:{"27":0.00365,_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 12.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 18.0 18.1 18.4 TP","11.1":0.0073,"13.1":0.0146,"14.1":0.0073,"15.1":0.00365,"15.6":0.02554,"16.6":0.02919,"17.1":0.0073,"17.3":0.0073,"17.4":0.0073,"17.5":0.00365,"17.6":0.03649,"18.2":0.0146,"18.3":0.00365,"18.5-18.7":0.04379,"26.0":0.02919,"26.1":0.0146,"26.2":0.01095,"26.3":0.03284,"26.4":0.03649,"26.5":0.25543},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.01311,"11.0-11.2":0.39437,"11.3-11.4":0.00238,"12.0-12.1":0,"12.2-12.5":0.04051,"13.0-13.1":0,"13.2":0.01311,"13.3":0,"13.4-13.7":0.00238,"14.0-14.4":0.00834,"14.5-14.8":0.01311,"15.0-15.1":0.01191,"15.2-15.3":0.00715,"15.4":0.00834,"15.5":0.01072,"15.6-15.8":0.2085,"16.0":0.01906,"16.1":0.03098,"16.2":0.01668,"16.3":0.03574,"16.4":0.00834,"16.5":0.01311,"16.6-16.7":0.27165,"17.0":0.01191,"17.1":0.01787,"17.2":0.01668,"17.3":0.02502,"17.4":0.03813,"17.5":0.06791,"17.6-17.7":0.17514,"18.0":0.03932,"18.1":0.07506,"18.2":0.04051,"18.3":0.12391,"18.4":0.056,"18.5-18.7":1.79075,"26.0":0.11795,"26.1":0.12272,"26.2":0.37054,"26.3":0.50637,"26.4":0.58023,"26.5":6.58037},P:{"20":0.00718,"21":0.02155,"23":0.02155,"24":0.05029,"25":0.04311,"26":0.05748,"27":0.10777,"28":0.27302,"29":0.55322,"30":0.39516,_:"4 22 10.1 12.0 15.0 17.0 18.0","5.0-5.4":0.00718,"6.2-6.4":0.00718,"7.2-7.4":0.05029,"8.2":0.00718,"9.2":0.05748,"11.1-11.2":0.0934,"13.0":0.02155,"14.0":0.00718,"16.0":0.07185,"19.0":0.00718},I:{"0":0.03807,"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.52713,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.01095,_:"6 7 8 9 10 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.10797},H:{all:0},L:{"0":62.24442},R:{_:"0"},M:{"0":0.12702},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.01751,"61":0.00438,"66":0.00438,"72":0.00438,"78":0.01313,"102":0.01313,"108":0.00438,"113":0.00438,"115":0.35462,"125":0.00876,"127":0.00438,"128":0.00438,"133":0.00438,"134":0.00876,"135":0.00438,"136":0.01751,"137":0.00438,"138":0.00438,"139":0.00438,"140":0.10507,"141":0.00438,"142":0.00438,"143":0.00438,"144":0.00438,"145":0.00438,"146":0.02189,"147":0.02627,"148":0.03502,"149":0.06567,"150":2.34223,"151":1.04196,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 62 63 64 65 67 68 69 70 71 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 103 104 105 106 107 109 110 111 112 114 116 117 118 119 120 121 122 123 124 126 129 130 131 132 152 153 154 3.5 3.6"},D:{"39":0.03065,"40":0.03065,"41":0.03065,"42":0.03065,"43":0.03065,"44":0.03065,"45":0.03065,"46":0.03065,"47":0.03065,"48":0.03065,"49":0.03502,"50":0.03065,"51":0.03065,"52":0.03065,"53":0.03065,"54":0.03065,"55":0.03065,"56":0.03065,"57":0.03065,"58":0.03065,"59":0.03065,"60":0.03065,"79":0.00876,"87":0.01313,"92":0.00438,"100":0.00438,"102":0.00438,"103":0.02627,"104":0.02189,"105":0.01751,"106":0.02627,"107":0.01751,"108":0.01751,"109":0.95878,"110":0.02189,"111":0.01751,"112":0.08756,"114":0.01313,"116":0.05254,"117":0.01751,"118":0.1401,"119":0.00438,"120":0.05254,"121":0.05254,"122":0.02189,"123":0.00876,"124":0.03502,"125":0.00438,"126":0.00876,"127":0.00876,"128":0.03502,"129":0.00438,"130":0.01751,"131":0.06567,"132":0.01313,"133":0.05254,"134":0.03502,"135":0.02189,"136":0.0394,"137":0.03065,"138":0.07443,"139":0.06129,"140":0.05691,"141":0.04816,"142":0.08318,"143":0.05691,"144":0.10945,"145":0.19701,"146":0.42904,"147":7.9198,"148":12.05263,"149":0.04378,"150":0.00438,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 83 84 85 86 88 89 90 91 93 94 95 96 97 98 99 101 113 115 151 152"},F:{"95":0.08756,"97":0.01751,"98":0.06129,"112":0.00876,"122":0.00438,"131":0.75739,_:"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 113 114 115 116 117 118 119 120 121 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00438,"109":0.02627,"124":0.00438,"141":0.00438,"143":0.00438,"144":0.00876,"145":0.02627,"146":0.05691,"147":1.10326,"148":2.42541,"149":0.01313,_:"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 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 142"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 TP","13.1":0.00438,"14.1":0.00438,"15.6":0.03502,"16.3":0.00438,"16.4":0.00438,"16.5":0.00438,"16.6":0.04816,"17.0":0.01751,"17.1":0.06567,"17.2":0.00438,"17.3":0.00438,"17.4":0.00438,"17.5":0.00876,"17.6":0.07005,"18.0":0.00438,"18.1":0.00438,"18.2":0.00438,"18.3":0.01313,"18.4":0.00438,"18.5-18.7":0.02189,"26.0":0.00876,"26.1":0.01313,"26.2":0.05691,"26.3":0.23641,"26.4":0.28019,"26.5":0.15761},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00118,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00237,"8.1-8.4":0,"9.0-9.2":0.00118,"9.3":0,"10.0-10.2":0,"10.3":0.01065,"11.0-11.2":0.28056,"11.3-11.4":0.00355,"12.0-12.1":0,"12.2-12.5":0.04025,"13.0-13.1":0,"13.2":0.01302,"13.3":0,"13.4-13.7":0.00237,"14.0-14.4":0.00947,"14.5-14.8":0.01539,"15.0-15.1":0.01184,"15.2-15.3":0.0071,"15.4":0.00947,"15.5":0.01065,"15.6-15.8":0.20006,"16.0":0.02131,"16.1":0.03315,"16.2":0.01776,"16.3":0.03906,"16.4":0.00829,"16.5":0.01421,"16.6-16.7":0.26635,"17.0":0.01184,"17.1":0.02012,"17.2":0.01776,"17.3":0.03433,"17.4":0.05445,"17.5":0.07339,"17.6-17.7":0.19296,"18.0":0.03906,"18.1":0.07695,"18.2":0.04143,"18.3":0.12311,"18.4":0.05682,"18.5-18.7":1.96034,"26.0":0.12548,"26.1":0.15626,"26.2":0.60136,"26.3":1.89879,"26.4":3.91595,"26.5":1.39686},P:{"23":0.00719,"26":0.01439,"27":0.00719,"28":0.03596,"29":1.194,"30":0.24455,_:"4 20 21 22 24 25 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0 17.0 18.0 19.0","13.0":0.01439},I:{"0":0.11792,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00001,"4.4":0,"4.4.3-4.4.4":0.00006},K:{"0":0.40471,_:"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.35974},Q:{_:"14.9"},O:{"0":0.01686},H:{all:0},L:{"0":48.59199}};
1
+ module.exports={C:{"52":0.01421,"61":0.00474,"78":0.02368,"102":0.00947,"108":0.00474,"113":0.00474,"115":0.3552,"120":0.01421,"121":0.02368,"125":0.00947,"127":0.00474,"128":0.00474,"129":0.00474,"131":0.00474,"133":0.00474,"134":0.00474,"135":0.00474,"136":0.00947,"137":0.00474,"138":0.00474,"139":0.00474,"140":0.1184,"142":0.00474,"143":0.00474,"144":0.00474,"145":0.00474,"146":0.01421,"147":0.02368,"148":0.02842,"149":0.02842,"150":0.08525,"151":2.24486,"152":1.37818,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 103 104 105 106 107 109 110 111 112 114 116 117 118 119 122 123 124 126 130 132 141 153 154 155 3.5 3.6"},D:{"39":0.03789,"40":0.03789,"41":0.03789,"42":0.03789,"43":0.03789,"44":0.03789,"45":0.03789,"46":0.03789,"47":0.03789,"48":0.03789,"49":0.04262,"50":0.03789,"51":0.03789,"52":0.03789,"53":0.03789,"54":0.03789,"55":0.03789,"56":0.03789,"57":0.03789,"58":0.03789,"59":0.03789,"60":0.03789,"70":0.01421,"79":0.01421,"80":0.00474,"87":0.02368,"91":0.00474,"100":0.00474,"103":0.03789,"104":0.02842,"105":0.02368,"106":0.02368,"107":0.02368,"108":0.02368,"109":1.00403,"110":0.02842,"111":0.02368,"112":0.02368,"114":0.01421,"116":0.05683,"117":0.02368,"118":0.20365,"119":0.02842,"120":0.09472,"121":0.03315,"122":0.02368,"123":0.00947,"124":0.03789,"125":0.00474,"126":0.00947,"127":0.00947,"128":0.0521,"129":0.00474,"130":0.01421,"131":0.07104,"132":0.01894,"133":0.05683,"134":0.04262,"135":0.01894,"136":0.02842,"137":0.02842,"138":0.08051,"139":0.21786,"140":0.05683,"141":0.03315,"142":0.09472,"143":0.04262,"144":0.07578,"145":0.10893,"146":0.25101,"147":0.38835,"148":9.95981,"149":11.03962,"150":0.03789,"151":0.00474,_:"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 81 83 84 85 86 88 89 90 92 93 94 95 96 97 98 99 101 102 113 115 152 153"},F:{"40":0.00474,"95":0.09946,"97":0.00474,"98":0.02368,"99":0.08051,"112":0.00474,"126":0.00474,"131":0.86195,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 100 101 102 103 104 105 106 107 108 109 110 111 113 114 115 116 117 118 119 120 121 122 123 124 125 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00474,"109":0.02368,"119":0.01421,"120":0.01421,"138":0.00474,"141":0.00474,"143":0.00474,"144":0.00474,"145":0.01421,"146":0.01894,"147":0.03789,"148":1.00877,"149":2.85581,"150":0.00947,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 139 140 142"},E:{"27":0.00474,_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.4 17.0 18.0 TP","13.1":0.00474,"14.1":0.00474,"15.6":0.03789,"16.2":0.00474,"16.3":0.00474,"16.5":0.00474,"16.6":0.0521,"17.1":0.07578,"17.2":0.00474,"17.3":0.00474,"17.4":0.00474,"17.5":0.00947,"17.6":0.08998,"18.1":0.00947,"18.2":0.00474,"18.3":0.01421,"18.4":0.00474,"18.5-18.7":0.02842,"26.0":0.00474,"26.1":0.00947,"26.2":0.04262,"26.3":0.10893,"26.4":0.0521,"26.5":0.63936},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.00344,"8.1-8.4":0,"9.0-9.2":0.00115,"9.3":0,"10.0-10.2":0,"10.3":0.01262,"11.0-11.2":0.37967,"11.3-11.4":0.00229,"12.0-12.1":0,"12.2-12.5":0.039,"13.0-13.1":0,"13.2":0.01262,"13.3":0,"13.4-13.7":0.00229,"14.0-14.4":0.00803,"14.5-14.8":0.01262,"15.0-15.1":0.01147,"15.2-15.3":0.00688,"15.4":0.00803,"15.5":0.01032,"15.6-15.8":0.20073,"16.0":0.01835,"16.1":0.02982,"16.2":0.01606,"16.3":0.03441,"16.4":0.00803,"16.5":0.01262,"16.6-16.7":0.26152,"17.0":0.01147,"17.1":0.01721,"17.2":0.01606,"17.3":0.02409,"17.4":0.0367,"17.5":0.06538,"17.6-17.7":0.16861,"18.0":0.03785,"18.1":0.07226,"18.2":0.039,"18.3":0.11929,"18.4":0.05391,"18.5-18.7":1.72398,"26.0":0.11356,"26.1":0.11814,"26.2":0.35672,"26.3":0.48749,"26.4":0.5586,"26.5":6.33502},P:{"4":0.00692,"21":0.00692,"22":0.00692,"23":0.00692,"26":0.01383,"27":0.00692,"28":0.03459,"29":0.13834,"30":1.43185,_:"20 24 25 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.00692,"13.0":0.01383},I:{"0":0.06836,"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.4527,_:"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.01579},H:{all:0},L:{"0":46.0077},R:{_:"0"},M:{"0":0.41586},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"102":0.00595,"103":0.0119,"113":0.0119,"114":0.00595,"115":0.07735,"125":0.00595,"127":0.00595,"128":0.00595,"135":0.00595,"136":0.00595,"138":0.00595,"139":0.00595,"140":0.01785,"141":0.00595,"142":0.0119,"143":0.00595,"144":0.00595,"145":0.0119,"146":0.0119,"147":0.02975,"148":0.0238,"149":0.0476,"150":1.309,"151":0.49385,"152":0.00595,_:"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 104 105 106 107 108 109 110 111 112 116 117 118 119 120 121 122 123 124 126 129 130 131 132 133 134 137 153 154 3.5 3.6"},D:{"39":0.05355,"40":0.0595,"41":0.0595,"42":0.0595,"43":0.05355,"44":0.0595,"45":0.05355,"46":0.0595,"47":0.0595,"48":0.0595,"49":0.0595,"50":0.0595,"51":0.0595,"52":0.0595,"53":0.0595,"54":0.0595,"55":0.0595,"56":0.0595,"57":0.05355,"58":0.0595,"59":0.0595,"60":0.0595,"85":0.0119,"98":0.00595,"102":0.00595,"103":0.68425,"104":0.7497,"105":0.67235,"106":0.6783,"107":0.67235,"108":0.67235,"109":1.0829,"110":0.67235,"111":0.6902,"112":1.18405,"114":0.0119,"116":1.38635,"117":0.7021,"118":0.79135,"119":0.0238,"120":0.7021,"121":0.1071,"122":0.0476,"123":0.0119,"124":0.69615,"125":0.01785,"126":0.0238,"127":0.0238,"128":0.06545,"129":0.01785,"130":0.0238,"131":1.42205,"132":0.0119,"133":1.3685,"134":0.0238,"135":0.04165,"136":0.04165,"137":0.08925,"138":0.1904,"139":0.05355,"140":0.0476,"141":0.04165,"142":0.07735,"143":0.06545,"144":0.06545,"145":0.2737,"146":0.2737,"147":11.65605,"148":16.83255,"149":0.0476,_:"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 79 80 81 83 84 86 87 88 89 90 91 92 93 94 95 96 97 99 100 101 113 115 150 151 152"},F:{"95":0.00595,"97":0.01785,"98":0.0357,"131":0.14875,_:"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 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.00595,"109":0.00595,"114":0.00595,"131":0.00595,"142":0.00595,"143":0.00595,"144":0.00595,"145":0.0119,"146":0.0238,"147":1.547,"148":3.02855,"149":0.00595,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 132 133 134 135 136 137 138 139 140 141"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.2 TP","5.1":0.00595,"15.6":0.0238,"16.1":0.00595,"16.3":0.00595,"16.4":0.00595,"16.5":0.0119,"16.6":0.04165,"17.0":0.00595,"17.1":0.0119,"17.2":0.00595,"17.3":0.0119,"17.4":0.01785,"17.5":0.04165,"17.6":0.0833,"18.0":0.0119,"18.1":0.01785,"18.2":0.0119,"18.3":0.0357,"18.4":0.01785,"18.5-18.7":0.0714,"26.0":0.04165,"26.1":0.0357,"26.2":0.1309,"26.3":0.2023,"26.4":0.2023,"26.5":0.0714},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00055,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.0011,"8.1-8.4":0,"9.0-9.2":0.00055,"9.3":0,"10.0-10.2":0,"10.3":0.00494,"11.0-11.2":0.13016,"11.3-11.4":0.00165,"12.0-12.1":0,"12.2-12.5":0.01867,"13.0-13.1":0,"13.2":0.00604,"13.3":0,"13.4-13.7":0.0011,"14.0-14.4":0.00439,"14.5-14.8":0.00714,"15.0-15.1":0.00549,"15.2-15.3":0.0033,"15.4":0.00439,"15.5":0.00494,"15.6-15.8":0.09281,"16.0":0.00989,"16.1":0.01538,"16.2":0.00824,"16.3":0.01812,"16.4":0.00384,"16.5":0.00659,"16.6-16.7":0.12357,"17.0":0.00549,"17.1":0.00934,"17.2":0.00824,"17.3":0.01593,"17.4":0.02526,"17.5":0.03405,"17.6-17.7":0.08952,"18.0":0.01812,"18.1":0.0357,"18.2":0.01922,"18.3":0.05711,"18.4":0.02636,"18.5-18.7":0.90944,"26.0":0.05821,"26.1":0.07249,"26.2":0.27898,"26.3":0.88088,"26.4":1.81669,"26.5":0.64803},P:{"23":0.00814,"25":0.00814,"26":0.00814,"27":0.01628,"28":0.04069,"29":0.69175,"30":0.08138,_:"4 20 21 22 24 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.00814},I:{"0":0.04451,"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.33615,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00595,_:"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.06885},Q:{_:"14.9"},O:{"0":0.3564},H:{all:0},L:{"0":37.36665}};
1
+ module.exports={C:{"72":0.00618,"102":0.01236,"103":0.07418,"109":0.00618,"113":0.01236,"114":0.00618,"115":0.09273,"120":0.01855,"121":0.03709,"127":0.00618,"135":0.00618,"136":0.00618,"138":0.00618,"139":0.00618,"140":0.02473,"141":0.00618,"142":0.01236,"143":0.00618,"144":0.00618,"145":0.01236,"146":0.01236,"147":0.02473,"148":0.01855,"149":0.02473,"150":0.06182,"151":1.34768,"152":0.80984,"153":0.00618,_:"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 104 105 106 107 108 110 111 112 116 117 118 119 122 123 124 125 126 128 129 130 131 132 133 134 137 154 155 3.5 3.6"},D:{"39":0.068,"40":0.068,"41":0.068,"42":0.068,"43":0.068,"44":0.068,"45":0.068,"46":0.068,"47":0.068,"48":0.068,"49":0.068,"50":0.068,"51":0.068,"52":0.07418,"53":0.068,"54":0.068,"55":0.068,"56":0.068,"57":0.068,"58":0.068,"59":0.068,"60":0.068,"85":0.00618,"98":0.00618,"102":0.01855,"103":0.36474,"104":0.60584,"105":0.34001,"106":0.34619,"107":0.34001,"108":0.34001,"109":0.85312,"110":0.34001,"111":0.34619,"112":0.33383,"114":0.01855,"116":0.72329,"117":0.34619,"118":0.88403,"119":0.04327,"120":0.40183,"121":0.00618,"122":0.06182,"123":0.01236,"124":0.40183,"125":0.01855,"126":0.03709,"127":0.02473,"128":0.07418,"129":0.01855,"130":0.02473,"131":0.76657,"132":0.01855,"133":0.69238,"134":0.02473,"135":0.04327,"136":0.04946,"137":0.07418,"138":0.22255,"139":0.03709,"140":0.05564,"141":0.04946,"142":0.27201,"143":0.068,"144":0.068,"145":0.22873,"146":0.136,"147":0.42656,"148":12.75965,"149":20.78388,"150":0.068,"151":0.00618,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 86 87 88 89 90 91 92 93 94 95 96 97 99 100 101 113 115 152 153"},F:{"95":0.00618,"97":0.00618,"98":0.01855,"99":0.04946,"131":0.23492,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"92":0.00618,"109":0.00618,"114":0.00618,"119":0.01855,"120":0.01855,"142":0.00618,"143":0.00618,"144":0.00618,"145":0.01236,"146":0.01236,"147":0.02473,"148":1.33531,"149":4.01212,"150":0.00618,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 115 116 117 118 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141"},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 TP","15.6":0.03091,"16.1":0.00618,"16.3":0.00618,"16.4":0.00618,"16.5":0.01236,"16.6":0.04946,"17.0":0.00618,"17.1":0.01236,"17.2":0.01236,"17.3":0.01236,"17.4":0.01855,"17.5":0.04327,"17.6":0.09273,"18.0":0.01236,"18.1":0.02473,"18.2":0.01855,"18.3":0.04327,"18.4":0.01855,"18.5-18.7":0.08655,"26.0":0.04327,"26.1":0.03091,"26.2":0.11746,"26.3":0.12364,"26.4":0.08037,"26.5":0.43892},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.0075,"11.0-11.2":0.22571,"11.3-11.4":0.00136,"12.0-12.1":0,"12.2-12.5":0.02318,"13.0-13.1":0,"13.2":0.0075,"13.3":0,"13.4-13.7":0.00136,"14.0-14.4":0.00477,"14.5-14.8":0.0075,"15.0-15.1":0.00682,"15.2-15.3":0.00409,"15.4":0.00477,"15.5":0.00614,"15.6-15.8":0.11933,"16.0":0.01091,"16.1":0.01773,"16.2":0.00955,"16.3":0.02046,"16.4":0.00477,"16.5":0.0075,"16.6-16.7":0.15547,"17.0":0.00682,"17.1":0.01023,"17.2":0.00955,"17.3":0.01432,"17.4":0.02182,"17.5":0.03887,"17.6-17.7":0.10024,"18.0":0.0225,"18.1":0.04296,"18.2":0.02318,"18.3":0.07092,"18.4":0.03205,"18.5-18.7":1.02489,"26.0":0.06751,"26.1":0.07024,"26.2":0.21207,"26.3":0.28981,"26.4":0.33208,"26.5":3.7661},P:{"22":0.00794,"23":0.00794,"25":0.00794,"26":0.01587,"27":0.01587,"28":0.03968,"29":0.14286,"30":0.74604,_:"4 20 21 24 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0 19.0","7.2-7.4":0.00794,"17.0":0.01587},I:{"0":0.01526,"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.38562,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00618,_:"6 7 8 9 10 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.41234},H:{all:0},L:{"0":34.55858},R:{_:"0"},M:{"0":0.1069},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"78":0.00416,"109":0.00833,"115":0.04996,"121":0.00416,"132":0.00833,"136":0.00416,"140":0.05828,"146":0.00416,"147":0.00416,"148":0.00833,"149":0.02914,"150":0.59115,"151":0.25811,_:"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 110 111 112 113 114 116 117 118 119 120 122 123 124 125 126 127 128 129 130 131 133 134 135 137 138 139 141 142 143 144 145 152 153 154 3.5 3.6"},D:{"39":0.19566,"40":0.19566,"41":0.19566,"42":0.19566,"43":0.19566,"44":0.19566,"45":0.19566,"46":0.19566,"47":0.19566,"48":0.19566,"49":0.19982,"50":0.19566,"51":0.19566,"52":0.19566,"53":0.19566,"54":0.19566,"55":0.19566,"56":0.19566,"57":0.19982,"58":0.19566,"59":0.19566,"60":0.19566,"79":0.00833,"87":0.00833,"88":0.00416,"92":0.00416,"93":0.00416,"103":0.09159,"104":0.03747,"105":0.0333,"106":0.03747,"107":0.0333,"108":0.0333,"109":0.17068,"110":0.03747,"111":0.04163,"112":0.34553,"113":0.00833,"114":0.02082,"115":0.00416,"116":0.10824,"117":0.87423,"118":0.58698,"119":0.00833,"120":0.05412,"121":0.00416,"122":0.07077,"123":0.00416,"124":0.0791,"125":2.09815,"126":0.04163,"127":0.00416,"128":0.04579,"129":0.00833,"130":0.00416,"131":0.09991,"132":0.02498,"133":0.11656,"134":0.04579,"135":0.05412,"136":0.1124,"137":0.08326,"138":0.11656,"139":0.12905,"140":0.06245,"141":0.6078,"142":0.24562,"143":0.15403,"144":0.14987,"145":0.44544,"146":0.42046,"147":4.51686,"148":6.1654,"149":0.02082,"150":0.00833,_:"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 89 90 91 94 95 96 97 98 99 100 101 102 151 152"},F:{"46":0.00416,"97":0.00833,"98":0.05828,"131":0.22897,_:"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 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:{"12":0.15403,"109":0.00416,"114":0.00416,"134":0.01665,"138":0.00416,"142":0.00833,"143":0.01249,"144":0.01249,"145":0.08326,"146":0.0791,"147":1.60276,"148":3.35122,_:"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 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 135 136 137 139 140 141 149"},E:{"8":0.00416,"14":0.02082,_:"4 5 6 7 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 11.1 12.1 15.1 TP","10.1":0.01665,"13.1":0.00416,"14.1":0.02082,"15.2-15.3":0.00416,"15.4":0.00833,"15.5":0.00833,"15.6":0.09991,"16.0":0.00833,"16.1":0.00833,"16.2":0.00833,"16.3":0.02082,"16.4":0.00416,"16.5":0.01665,"16.6":0.14987,"17.0":0.00416,"17.1":0.10824,"17.2":0.00416,"17.3":0.00833,"17.4":0.01249,"17.5":0.0333,"17.6":0.10824,"18.0":0.00416,"18.1":0.02498,"18.2":0.00416,"18.3":0.04579,"18.4":0.01665,"18.5-18.7":0.06245,"26.0":0.01665,"26.1":0.02082,"26.2":0.17901,"26.3":0.47042,"26.4":0.59947,"26.5":0.21231},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00239,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00479,"8.1-8.4":0,"9.0-9.2":0.00239,"9.3":0,"10.0-10.2":0,"10.3":0.02155,"11.0-11.2":0.5676,"11.3-11.4":0.00718,"12.0-12.1":0,"12.2-12.5":0.08143,"13.0-13.1":0,"13.2":0.02634,"13.3":0,"13.4-13.7":0.00479,"14.0-14.4":0.01916,"14.5-14.8":0.03113,"15.0-15.1":0.02395,"15.2-15.3":0.01437,"15.4":0.01916,"15.5":0.02155,"15.6-15.8":0.40474,"16.0":0.04311,"16.1":0.06706,"16.2":0.03592,"16.3":0.07903,"16.4":0.01676,"16.5":0.02874,"16.6-16.7":0.53886,"17.0":0.02395,"17.1":0.04071,"17.2":0.03592,"17.3":0.06945,"17.4":0.11017,"17.5":0.14849,"17.6-17.7":0.39037,"18.0":0.07903,"18.1":0.15567,"18.2":0.08382,"18.3":0.24907,"18.4":0.11496,"18.5-18.7":3.96599,"26.0":0.25386,"26.1":0.31613,"26.2":1.21662,"26.3":3.84145,"26.4":7.9224,"26.5":2.82601},P:{"21":0.01276,"22":0.00638,"23":0.01276,"24":0.01276,"25":0.00638,"26":0.03828,"27":0.01914,"28":0.04466,"29":1.92037,"30":0.38918,_:"4 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":0.00638},I:{"0":0.01749,"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.14593,_:"10 11 12 11.1 11.5 12.1"},A:{"7":0.01665,"9":0.16652,_:"6 8 10 11 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.00584,_:"3.0-3.1"},R:{_:"0"},M:{"0":0.44361},Q:{_:"14.9"},O:{"0":0.03502},H:{all:0},L:{"0":37.77642}};
1
+ module.exports={C:{"109":0.00407,"113":0.00407,"115":0.05296,"120":0.05704,"121":0.11,"135":0.00407,"136":0.00815,"140":0.05296,"146":0.00407,"147":0.00407,"148":0.00407,"149":0.00815,"150":0.03667,"151":0.54999,"152":0.30555,_:"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 110 111 112 114 116 117 118 119 122 123 124 125 126 127 128 129 130 131 132 133 134 137 138 139 141 142 143 144 145 153 154 155 3.5 3.6"},D:{"39":0.00815,"40":0.01222,"41":0.00815,"42":0.00815,"43":0.00815,"44":0.00815,"45":0.00815,"46":0.00815,"47":0.00815,"48":0.00815,"49":0.0163,"50":0.00815,"51":0.00815,"52":0.00815,"53":0.00815,"54":0.00815,"55":0.00815,"56":0.00815,"57":0.00815,"58":0.00815,"59":0.00815,"60":0.00815,"79":0.0163,"87":0.0163,"88":0.01222,"93":0.00407,"103":0.06518,"104":0.04074,"105":0.04074,"106":0.04074,"107":0.04074,"108":0.04481,"109":0.17926,"110":0.04074,"111":0.04074,"112":0.03667,"113":0.00407,"114":0.52147,"115":0.00407,"116":0.12629,"117":0.78221,"118":0.59888,"119":0.11407,"120":0.19148,"121":0.00407,"122":0.07741,"123":0.00407,"124":0.08963,"125":3.40994,"126":0.03259,"127":0.04074,"128":0.04481,"129":0.00407,"130":0.00407,"131":0.10592,"132":0.02852,"133":0.13037,"134":0.03667,"135":0.06111,"136":0.08148,"137":0.02444,"138":0.11,"139":0.57443,"140":0.05704,"141":0.24037,"142":0.24037,"143":0.08555,"144":0.04074,"145":0.15889,"146":0.21592,"147":0.31777,"148":5.53249,"149":5.61805,"150":0.02852,_:"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 89 90 91 92 94 95 96 97 98 99 100 101 102 151 152 153"},F:{"46":0.00815,"96":0.00407,"98":0.00815,"99":0.05296,"131":0.22407,_:"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 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:{"12":0.11407,"109":0.01222,"119":0.05704,"120":0.05704,"131":0.00407,"134":0.0163,"139":0.00407,"142":0.01222,"143":0.0163,"144":0.00815,"145":0.04074,"146":0.0163,"147":0.08148,"148":1.43812,"149":3.91919,_:"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 132 133 135 136 137 138 140 141 150"},E:{"14":0.0163,"27":0.00407,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.2-15.3 TP","13.1":0.00815,"14.1":0.02444,"15.1":0.00407,"15.4":0.01222,"15.5":0.00407,"15.6":0.0937,"16.0":0.00815,"16.1":0.00815,"16.2":0.00407,"16.3":0.01222,"16.4":0.00407,"16.5":0.00815,"16.6":0.14259,"17.0":0.00815,"17.1":0.10185,"17.2":0.00407,"17.3":0.00815,"17.4":0.0163,"17.5":0.02852,"17.6":0.09778,"18.0":0.00407,"18.1":0.02444,"18.2":0.00407,"18.3":0.03667,"18.4":0.01222,"18.5-18.7":0.03259,"26.0":0.01222,"26.1":0.00815,"26.2":0.06518,"26.3":0.15481,"26.4":0.08148,"26.5":1.0348},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00241,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00724,"8.1-8.4":0,"9.0-9.2":0.00241,"9.3":0,"10.0-10.2":0,"10.3":0.02654,"11.0-11.2":0.79873,"11.3-11.4":0.00483,"12.0-12.1":0,"12.2-12.5":0.08204,"13.0-13.1":0,"13.2":0.02654,"13.3":0,"13.4-13.7":0.00483,"14.0-14.4":0.01689,"14.5-14.8":0.02654,"15.0-15.1":0.02413,"15.2-15.3":0.01448,"15.4":0.01689,"15.5":0.02172,"15.6-15.8":0.42229,"16.0":0.03861,"16.1":0.06274,"16.2":0.03378,"16.3":0.07239,"16.4":0.01689,"16.5":0.02654,"16.6-16.7":0.55018,"17.0":0.02413,"17.1":0.0362,"17.2":0.03378,"17.3":0.05067,"17.4":0.07722,"17.5":0.13754,"17.6-17.7":0.35472,"18.0":0.07963,"18.1":0.15202,"18.2":0.08204,"18.3":0.25096,"18.4":0.11341,"18.5-18.7":3.62684,"26.0":0.23889,"26.1":0.24855,"26.2":0.75046,"26.3":1.02555,"26.4":1.17516,"26.5":13.32737},P:{"21":0.01244,"22":0.00622,"23":0.01244,"24":0.01244,"25":0.01244,"26":0.04355,"27":0.03111,"28":0.04355,"29":0.25508,"30":2.06556,_:"4 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.01776,"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.16,_:"10 11 12 11.1 11.5 12.1"},A:{"7":0.26888,"9":0.08555,_:"6 8 10 11 5.5"},N:{_:"10 11"},S:{"2.5":0.00593,_:"3.0-3.1"},J:{_:"7 10"},O:{"0":0.04148},H:{all:0},L:{"0":39.16321},R:{_:"0"},M:{"0":0.48001},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"24":0.00433,"25":0.00865,"26":0.0173,"27":0.00433,"36":0.00433,"52":0.00433,"72":0.00433,"101":0.00433,"115":0.0865,"122":0.00433,"123":0.0173,"127":0.00433,"133":0.00433,"136":0.00865,"140":0.01298,"141":0.00433,"142":0.00433,"143":0.00433,"145":0.00433,"146":0.00865,"147":0.00433,"148":0.00865,"149":0.02595,"150":0.54928,"151":0.22058,"152":0.00433,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 28 29 30 31 32 33 34 35 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 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 124 125 126 128 129 130 131 132 134 135 137 138 139 144 153 154 3.5 3.6"},D:{"31":0.02595,"32":0.00433,"39":0.00433,"40":0.00433,"41":0.00865,"42":0.00433,"43":0.00433,"44":0.00433,"45":0.00433,"46":0.00433,"47":0.00433,"48":0.00433,"49":0.00865,"50":0.00433,"51":0.00433,"52":0.00433,"53":0.00433,"54":0.00433,"55":0.00433,"56":0.00433,"57":0.00433,"58":0.00433,"59":0.00433,"60":0.00433,"64":0.00433,"65":0.00433,"78":0.00433,"79":0.01298,"81":0.00433,"86":0.00433,"87":0.01298,"88":0.00433,"90":0.00433,"91":0.00433,"95":0.00865,"100":0.00433,"102":0.00433,"103":0.09083,"104":0.0865,"105":0.08218,"106":0.0865,"107":0.07785,"108":0.09083,"109":0.52765,"110":0.08218,"111":0.08218,"112":0.37628,"113":0.00433,"114":0.00433,"116":0.519,"117":0.08218,"118":0.62713,"119":0.0173,"120":1.1591,"121":0.01298,"122":0.04325,"123":0.00865,"124":0.1038,"125":0.00433,"126":0.00865,"127":0.00433,"128":0.02595,"129":0.00433,"130":0.00865,"131":0.19463,"132":0.00433,"133":0.17733,"134":0.73958,"135":0.02163,"136":0.00865,"137":0.02163,"138":0.07785,"139":0.07785,"140":0.04325,"141":0.0173,"142":0.07353,"143":0.0519,"144":0.07353,"145":0.30708,"146":0.3979,"147":7.0411,"148":10.31513,"149":0.0346,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 33 34 35 36 37 38 61 62 63 66 67 68 69 70 71 72 73 74 75 76 77 80 83 84 85 89 92 93 94 96 97 98 99 101 115 150 151 152"},F:{"95":0.0173,"97":0.02595,"98":0.06055,"99":0.00433,"122":0.00433,"131":0.30275,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 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.00433,"102":0.00433,"104":0.00433,"109":0.0173,"114":0.00433,"119":0.00433,"122":0.00433,"128":0.00433,"129":0.00433,"131":0.00433,"132":0.00433,"135":0.00433,"136":0.00433,"137":0.00433,"138":0.00433,"139":0.00433,"140":0.00433,"141":0.00433,"142":0.00433,"143":0.00865,"144":0.00433,"145":0.02163,"146":0.0346,"147":0.82175,"148":1.69973,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 103 105 106 107 108 110 111 112 113 115 116 117 118 120 121 123 124 125 126 127 130 133 134 149"},E:{"7":0.00433,"14":0.00433,_:"4 5 6 8 9 10 11 12 13 15 3.1 3.2 7.1 9.1 10.1 11.1 12.1 15.1 16.0 16.2 16.4 TP","5.1":0.00433,"6.1":0.00433,"13.1":0.00433,"14.1":0.0173,"15.2-15.3":0.00433,"15.4":0.00433,"15.5":0.00433,"15.6":0.06488,"16.1":0.00433,"16.3":0.01298,"16.5":0.00433,"16.6":0.07353,"17.0":0.00433,"17.1":0.0692,"17.2":0.00433,"17.3":0.01298,"17.4":0.00433,"17.5":0.00865,"17.6":0.04758,"18.0":0.00433,"18.1":0.00865,"18.2":0.00433,"18.3":0.0173,"18.4":0.00433,"18.5-18.7":0.02163,"26.0":0.00433,"26.1":0.00433,"26.2":0.03893,"26.3":0.173,"26.4":0.28113,"26.5":0.11678},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.00301,"8.1-8.4":0,"9.0-9.2":0.00151,"9.3":0,"10.0-10.2":0,"10.3":0.01356,"11.0-11.2":0.35715,"11.3-11.4":0.00452,"12.0-12.1":0,"12.2-12.5":0.05124,"13.0-13.1":0,"13.2":0.01658,"13.3":0,"13.4-13.7":0.00301,"14.0-14.4":0.01206,"14.5-14.8":0.01959,"15.0-15.1":0.01507,"15.2-15.3":0.00904,"15.4":0.01206,"15.5":0.01356,"15.6-15.8":0.25468,"16.0":0.02713,"16.1":0.0422,"16.2":0.0226,"16.3":0.04973,"16.4":0.01055,"16.5":0.01808,"16.6-16.7":0.33907,"17.0":0.01507,"17.1":0.02562,"17.2":0.0226,"17.3":0.0437,"17.4":0.06932,"17.5":0.09343,"17.6-17.7":0.24564,"18.0":0.04973,"18.1":0.09795,"18.2":0.05274,"18.3":0.15673,"18.4":0.07233,"18.5-18.7":2.49556,"26.0":0.15974,"26.1":0.19892,"26.2":0.76554,"26.3":2.41719,"26.4":4.98508,"26.5":1.77823},P:{"21":0.01225,"22":0.01225,"23":0.01837,"24":0.01837,"25":0.02449,"26":0.03674,"27":0.04286,"28":0.11021,"29":3.61228,"30":0.6796,_:"4 20 5.0-5.4 6.2-6.4 8.2 9.2 10.1 12.0 13.0 14.0 15.0 16.0 18.0","7.2-7.4":0.00612,"11.1-11.2":0.00612,"17.0":0.00612,"19.0":0.00612},I:{"0":0.01701,"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.27245,_:"10 11 12 11.1 11.5 12.1"},A:{"9":0.00433,"10":0.00433,"11":0.00865,_:"6 7 8 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{"0":0.2611},Q:{_:"14.9"},O:{"0":0.03406},H:{all:0},L:{"0":46.08119}};
1
+ module.exports={C:{"24":0.00443,"25":0.00443,"26":0.01774,"27":0.00443,"36":0.00443,"52":0.00887,"100":0.00443,"101":0.00887,"115":0.08425,"120":0.03104,"121":0.06208,"122":0.0133,"123":0.03991,"127":0.00443,"136":0.00887,"140":0.0133,"142":0.00443,"144":0.00443,"145":0.00443,"146":0.02217,"147":0.00443,"148":0.00443,"149":0.00887,"150":0.03104,"151":0.49217,"152":0.26161,"153":0.00443,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 28 29 30 31 32 33 34 35 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 124 125 126 128 129 130 131 132 133 134 135 137 138 139 141 143 154 155 3.5 3.6"},D:{"31":0.02217,"32":0.00443,"39":0.00443,"40":0.00443,"41":0.00443,"42":0.00443,"43":0.00443,"44":0.00443,"45":0.00443,"46":0.00443,"47":0.00443,"48":0.00443,"49":0.00443,"50":0.00443,"51":0.00443,"52":0.00443,"53":0.00443,"54":0.00443,"55":0.00443,"56":0.00443,"57":0.00443,"58":0.00443,"59":0.00443,"60":0.00443,"64":0.00443,"69":0.00443,"79":0.02217,"81":0.00443,"86":0.00443,"87":0.03104,"88":0.00443,"90":0.00443,"91":0.00443,"95":0.00887,"99":0.00443,"100":0.00443,"101":0.00443,"102":0.0133,"103":0.09311,"104":0.09311,"105":0.08868,"106":0.08868,"107":0.08868,"108":0.10642,"109":0.49661,"110":0.08868,"111":0.08868,"112":0.08425,"113":0.00443,"114":0.00887,"115":0.00443,"116":0.4567,"117":0.08868,"118":0.94001,"119":0.07981,"120":0.72274,"121":0.03104,"122":0.05764,"123":0.00887,"124":0.10642,"125":0.00443,"126":0.01774,"127":0.00443,"128":0.03104,"129":0.00887,"130":0.00887,"131":0.21283,"132":0.0133,"133":0.1951,"134":1.13954,"135":0.06208,"136":0.01774,"137":0.02217,"138":0.11972,"139":0.13745,"140":0.03547,"141":0.0133,"142":0.15962,"143":0.04877,"144":0.05764,"145":0.18623,"146":0.1951,"147":0.33255,"148":6.73081,"149":9.83018,"150":0.0266,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 33 34 35 36 37 38 61 62 63 65 66 67 68 70 71 72 73 74 75 76 77 78 80 83 84 85 89 92 93 94 96 97 98 151 152 153"},F:{"95":0.01774,"98":0.02217,"99":0.07538,"100":0.00443,"122":0.00443,"131":0.30151,_:"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 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"18":0.00443,"102":0.01774,"104":0.00443,"109":0.02217,"119":0.03104,"120":0.03104,"121":0.00887,"122":0.00887,"128":0.00443,"131":0.00443,"132":0.00443,"137":0.00443,"138":0.00443,"139":0.00887,"140":0.00443,"141":0.00443,"142":0.00443,"143":0.00887,"144":0.00443,"145":0.0133,"146":0.0133,"147":0.03547,"148":0.6385,"149":1.982,_:"12 13 14 15 16 17 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 103 105 106 107 108 110 111 112 113 114 115 116 117 118 123 124 125 126 127 129 130 133 134 135 136 150"},E:{"7":0.00443,"14":0.00443,_:"4 5 6 8 9 10 11 12 13 15 27 3.1 3.2 7.1 9.1 10.1 11.1 12.1 16.0 16.2 16.4 TP","5.1":0.00443,"6.1":0.00443,"13.1":0.00887,"14.1":0.02217,"15.1":0.00443,"15.2-15.3":0.00443,"15.4":0.00443,"15.5":0.00443,"15.6":0.09311,"16.1":0.00443,"16.3":0.0133,"16.5":0.00887,"16.6":0.08425,"17.0":0.00443,"17.1":0.07094,"17.2":0.00887,"17.3":0.02217,"17.4":0.00887,"17.5":0.0133,"17.6":0.04434,"18.0":0.00443,"18.1":0.0133,"18.2":0.00443,"18.3":0.02217,"18.4":0.00443,"18.5-18.7":0.01774,"26.0":0.00443,"26.1":0.00443,"26.2":0.03104,"26.3":0.04877,"26.4":0.04877,"26.5":0.54982},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.0014,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00421,"8.1-8.4":0,"9.0-9.2":0.0014,"9.3":0,"10.0-10.2":0,"10.3":0.01542,"11.0-11.2":0.46409,"11.3-11.4":0.0028,"12.0-12.1":0,"12.2-12.5":0.04767,"13.0-13.1":0,"13.2":0.01542,"13.3":0,"13.4-13.7":0.0028,"14.0-14.4":0.00981,"14.5-14.8":0.01542,"15.0-15.1":0.01402,"15.2-15.3":0.00841,"15.4":0.00981,"15.5":0.01262,"15.6-15.8":0.24536,"16.0":0.02243,"16.1":0.03645,"16.2":0.01963,"16.3":0.04206,"16.4":0.00981,"16.5":0.01542,"16.6-16.7":0.31967,"17.0":0.01402,"17.1":0.02103,"17.2":0.01963,"17.3":0.02944,"17.4":0.04487,"17.5":0.07992,"17.6-17.7":0.20611,"18.0":0.04627,"18.1":0.08833,"18.2":0.04767,"18.3":0.14582,"18.4":0.0659,"18.5-18.7":2.10732,"26.0":0.13881,"26.1":0.14441,"26.2":0.43605,"26.3":0.59588,"26.4":0.68281,"26.5":7.74366},P:{"4":0.01198,"21":0.01198,"22":0.01198,"23":0.02395,"24":0.01797,"25":0.02395,"26":0.03593,"27":0.0539,"28":0.1018,"29":0.55094,"30":3.63499,_:"20 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0","7.2-7.4":0.00599,"17.0":0.00599,"19.0":0.00599},I:{"0":0.00556,"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.31726,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.01035,"9":0.00517,"10":0.00517,"11":0.01035,_:"6 7 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.0334},H:{all:0},L:{"0":47.17428},R:{_:"0"},M:{"0":0.21151},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"60":0.0044,"115":0.21134,"120":0.0044,"121":0.0044,"138":0.0044,"140":0.02642,"148":0.01761,"149":0.05284,"150":0.95545,"151":0.46672,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 139 141 142 143 144 145 146 147 152 153 154 3.5 3.6"},D:{"39":0.00881,"40":0.00881,"41":0.00881,"42":0.01321,"43":0.00881,"44":0.01761,"45":0.00881,"46":0.01321,"47":0.01321,"48":0.01761,"49":0.00881,"50":0.00881,"51":0.01321,"52":0.00881,"53":0.01321,"54":0.00881,"55":0.01321,"56":0.00881,"57":0.01321,"58":0.00881,"59":0.00881,"60":0.00881,"75":0.0044,"78":0.00881,"89":0.0044,"103":0.01761,"104":0.01321,"105":0.00881,"106":0.00881,"107":0.05724,"108":0.01761,"109":0.47112,"110":0.00881,"111":0.01321,"112":0.24657,"113":0.00881,"116":0.15411,"117":0.01761,"118":0.32142,"119":0.01321,"120":0.05724,"121":0.03082,"122":0.0044,"123":0.0044,"124":0.01321,"126":0.11008,"128":0.01321,"129":0.0044,"130":0.26418,"131":0.03522,"133":0.02202,"135":0.03082,"136":0.0044,"137":0.02642,"138":0.45351,"139":0.20694,"140":0.0044,"141":0.00881,"142":0.01761,"143":0.02202,"144":0.10567,"145":0.39187,"146":2.15747,"147":4.993,"148":7.09323,"149":0.00881,_:"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 76 77 79 80 81 83 84 85 86 87 88 90 91 92 93 94 95 96 97 98 99 100 101 102 114 115 125 127 132 134 150 151 152"},F:{"52":0.00881,"97":0.0044,"98":0.00881,"131":0.49754,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 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:{"109":0.0044,"119":0.0044,"133":0.01321,"135":0.00881,"136":0.00881,"137":0.0044,"138":0.0044,"139":0.0044,"141":0.0044,"143":0.01761,"144":0.01761,"145":0.02202,"146":0.03963,"147":2.24993,"148":4.57472,"149":0.01321,_:"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 120 121 122 123 124 125 126 127 128 129 130 131 132 134 140 142"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 15.1 15.2-15.3 15.4 16.0 16.1 17.0 17.2 17.3 TP","13.1":0.02202,"14.1":0.03082,"15.5":0.00881,"15.6":0.18933,"16.2":0.08806,"16.3":0.03082,"16.4":0.03082,"16.5":0.12769,"16.6":0.22896,"17.1":0.54597,"17.4":0.0044,"17.5":0.03082,"17.6":0.60321,"18.0":0.0044,"18.1":0.02202,"18.2":0.00881,"18.3":0.02642,"18.4":0.07485,"18.5-18.7":0.15851,"26.0":0.01321,"26.1":0.00881,"26.2":0.26858,"26.3":3.48277,"26.4":2.33359,"26.5":1.30769},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00266,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00531,"8.1-8.4":0,"9.0-9.2":0.00266,"9.3":0,"10.0-10.2":0,"10.3":0.02391,"11.0-11.2":0.62968,"11.3-11.4":0.00797,"12.0-12.1":0,"12.2-12.5":0.09033,"13.0-13.1":0,"13.2":0.02923,"13.3":0,"13.4-13.7":0.00531,"14.0-14.4":0.02126,"14.5-14.8":0.03454,"15.0-15.1":0.02657,"15.2-15.3":0.01594,"15.4":0.02126,"15.5":0.02391,"15.6-15.8":0.44902,"16.0":0.04782,"16.1":0.07439,"16.2":0.03985,"16.3":0.08768,"16.4":0.0186,"16.5":0.03188,"16.6-16.7":0.5978,"17.0":0.02657,"17.1":0.04517,"17.2":0.03985,"17.3":0.07705,"17.4":0.12222,"17.5":0.16473,"17.6-17.7":0.43307,"18.0":0.08768,"18.1":0.1727,"18.2":0.09299,"18.3":0.27632,"18.4":0.12753,"18.5-18.7":4.39982,"26.0":0.28163,"26.1":0.35071,"26.2":1.3497,"26.3":4.26166,"26.4":8.78901,"26.5":3.13514},P:{"21":0.00897,"26":0.06281,"28":0.00897,"29":4.22605,"30":0.87033,_:"4 20 22 23 24 25 27 5.0-5.4 6.2-6.4 7.2-7.4 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0","8.2":0.00897,"17.0":0.02692,"19.0":0.00897},I:{"0":0.01118,"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.26306,_:"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.35821},Q:{_:"14.9"},O:{"0":0.01119},H:{all:0},L:{"0":26.90451}};
1
+ module.exports={C:{"60":0.00377,"115":0.08285,"120":0.03013,"121":0.06026,"125":0.02636,"139":0.00377,"140":0.00377,"148":0.00377,"149":0.01506,"150":0.06402,"151":0.67411,"152":0.26739,"153":0.00377,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 126 127 128 129 130 131 132 133 134 135 136 137 138 141 142 143 144 145 146 147 154 155 3.5 3.6"},D:{"39":0.00377,"40":0.04143,"41":0.00377,"42":0.00377,"43":0.00377,"44":0.00753,"45":0.00377,"46":0.00377,"47":0.00377,"48":0.00377,"49":0.00753,"50":0.00753,"51":0.00753,"52":0.00377,"53":0.00377,"54":0.00377,"55":0.00753,"56":0.00377,"57":0.00377,"58":0.00377,"59":0.00377,"60":0.00753,"75":0.00377,"76":0.00377,"78":0.00377,"93":0.00753,"101":0.00377,"103":0.06402,"104":0.00377,"105":0.00753,"106":0.00377,"107":0.0226,"108":0.0113,"109":0.31634,"110":0.00753,"111":0.00753,"112":0.00377,"113":0.00377,"116":0.30881,"117":0.00377,"118":0.25609,"119":0.08285,"120":0.08285,"121":0.01506,"122":0.00377,"124":0.03389,"126":0.0226,"128":0.00753,"130":0.1883,"131":0.01506,"132":0.00377,"133":0.00753,"135":0.02636,"138":2.31986,"139":0.07909,"140":0.00377,"141":0.00377,"142":0.02636,"143":0.04143,"144":0.08662,"145":0.10168,"146":1.4838,"147":0.32388,"148":4.68114,"149":4.39492,"150":0.00753,_:"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 77 79 80 81 83 84 85 86 87 88 89 90 91 92 94 95 96 97 98 99 100 102 114 115 123 125 127 129 134 136 137 151 152 153"},F:{"52":0.00753,"95":0.00377,"99":0.00377,"131":0.91514,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 98 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"109":0.00753,"119":0.03389,"120":0.03766,"125":0.00377,"133":0.00753,"136":0.00377,"137":0.00377,"138":0.00377,"141":0.0113,"143":0.00377,"144":0.0113,"145":0.06779,"146":0.00377,"147":0.03389,"148":1.64574,"149":4.3422,"150":0.00753,_:"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 126 127 128 129 130 131 132 134 135 139 140 142"},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 15.1 15.2-15.3 15.4 16.0 16.1 17.3 18.2 TP","12.1":0.00377,"13.1":0.00753,"14.1":0.01883,"15.5":0.00753,"15.6":0.1657,"16.2":0.03013,"16.3":0.0113,"16.4":0.00377,"16.5":0.10921,"16.6":0.20713,"17.0":0.00377,"17.1":0.50841,"17.2":0.01506,"17.4":0.00377,"17.5":0.12051,"17.6":0.28998,"18.0":0.00753,"18.1":0.04143,"18.3":0.03389,"18.4":0.02636,"18.5-18.7":0.11298,"26.0":0.00377,"26.1":0.00377,"26.2":0.09038,"26.3":0.35024,"26.4":0.16947,"26.5":6.24026},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00398,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.01193,"8.1-8.4":0,"9.0-9.2":0.00398,"9.3":0,"10.0-10.2":0,"10.3":0.04375,"11.0-11.2":1.31649,"11.3-11.4":0.00795,"12.0-12.1":0,"12.2-12.5":0.13523,"13.0-13.1":0,"13.2":0.04375,"13.3":0,"13.4-13.7":0.00795,"14.0-14.4":0.02784,"14.5-14.8":0.04375,"15.0-15.1":0.03977,"15.2-15.3":0.02386,"15.4":0.02784,"15.5":0.0358,"15.6-15.8":0.69603,"16.0":0.06364,"16.1":0.10341,"16.2":0.05568,"16.3":0.11932,"16.4":0.02784,"16.5":0.04375,"16.6-16.7":0.90683,"17.0":0.03977,"17.1":0.05966,"17.2":0.05568,"17.3":0.08352,"17.4":0.12727,"17.5":0.22671,"17.6-17.7":0.58466,"18.0":0.13125,"18.1":0.25057,"18.2":0.13523,"18.3":0.41364,"18.4":0.18693,"18.5-18.7":5.97789,"26.0":0.39375,"26.1":0.40966,"26.2":1.23694,"26.3":1.69036,"26.4":1.93695,"26.5":21.96666},P:{"26":0.0176,"27":0.0088,"28":0.0176,"29":0.29044,"30":2.83403,_:"4 20 21 22 23 24 25 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0","7.2-7.4":0.0088,"19.0":0.0088},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.16835,_:"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":21.02028},R:{_:"0"},M:{"0":0.2494},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"115":0.07154,"125":0.00325,"136":0.0065,"140":0.01301,"145":0.00325,"146":0.00325,"147":0.00976,"148":0.00325,"149":0.01301,"150":0.26341,"151":0.11382,"152":0.00325,_:"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 126 127 128 129 130 131 132 133 134 135 137 138 139 141 142 143 144 153 154 3.5 3.6"},D:{"39":0.02276,"40":0.02276,"41":0.02276,"42":0.02276,"43":0.02276,"44":0.02276,"45":0.02276,"46":0.02276,"47":0.02276,"48":0.02276,"49":0.02276,"50":0.02276,"51":0.02276,"52":0.02602,"53":0.02276,"54":0.02276,"55":0.02602,"56":0.02276,"57":0.02276,"58":0.02276,"59":0.02276,"60":0.02276,"69":0.00325,"71":0.00325,"73":0.00325,"74":0.00325,"79":0.00325,"81":0.00325,"83":0.00325,"87":0.0065,"93":0.00325,"102":0.00325,"103":0.10406,"104":0.09756,"105":0.09431,"106":0.09431,"107":0.09431,"108":0.09431,"109":0.69268,"110":0.09106,"111":0.09431,"112":0.50081,"114":0.00325,"116":0.19187,"117":0.10081,"118":0.59837,"119":0.0065,"120":0.11707,"121":0.00325,"122":0.0065,"123":0.00325,"124":0.10406,"125":0.00976,"126":0.00976,"127":0.00976,"128":0.00976,"129":0.00325,"130":0.0065,"131":0.21463,"132":0.00976,"133":0.19187,"134":0.01301,"135":0.0065,"136":0.03252,"137":0.02602,"138":0.07154,"139":0.02276,"140":0.03252,"141":0.01951,"142":0.03252,"143":0.04878,"144":0.04878,"145":0.17236,"146":0.20162,"147":3.72354,"148":5.76905,"149":0.02276,"150":0.00325,_:"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 72 75 76 77 78 80 84 85 86 88 89 90 91 92 94 95 96 97 98 99 100 101 113 115 151 152"},F:{"85":0.00325,"93":0.00325,"94":0.00325,"95":0.00976,"96":0.01301,"97":0.10732,"98":0.17886,"99":0.00325,"131":0.0878,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 86 87 88 89 90 91 92 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.00325,"92":0.00325,"109":0.00325,"114":0.00976,"122":0.00325,"131":0.00325,"134":0.00325,"138":0.00325,"142":0.00325,"143":0.00325,"144":0.00325,"145":0.0065,"146":0.01626,"147":0.30569,"148":0.62438,"149":0.00325,_:"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 115 116 117 118 119 120 121 123 124 125 126 127 128 129 130 132 133 135 136 137 139 140 141"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 17.3 18.0 18.1 18.2 18.4 TP","15.6":0.0065,"16.6":0.0065,"17.1":0.00325,"17.4":0.00325,"17.5":0.00325,"17.6":0.00976,"18.3":0.00325,"18.5-18.7":0.0065,"26.0":0.00325,"26.1":0.0065,"26.2":0.01626,"26.3":0.04228,"26.4":0.06179,"26.5":0.03252},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.00052,"8.1-8.4":0,"9.0-9.2":0.00026,"9.3":0,"10.0-10.2":0,"10.3":0.00235,"11.0-11.2":0.06189,"11.3-11.4":0.00078,"12.0-12.1":0,"12.2-12.5":0.00888,"13.0-13.1":0,"13.2":0.00287,"13.3":0,"13.4-13.7":0.00052,"14.0-14.4":0.00209,"14.5-14.8":0.00339,"15.0-15.1":0.00261,"15.2-15.3":0.00157,"15.4":0.00209,"15.5":0.00235,"15.6-15.8":0.04413,"16.0":0.0047,"16.1":0.00731,"16.2":0.00392,"16.3":0.00862,"16.4":0.00183,"16.5":0.00313,"16.6-16.7":0.05876,"17.0":0.00261,"17.1":0.00444,"17.2":0.00392,"17.3":0.00757,"17.4":0.01201,"17.5":0.01619,"17.6-17.7":0.04257,"18.0":0.00862,"18.1":0.01697,"18.2":0.00914,"18.3":0.02716,"18.4":0.01254,"18.5-18.7":0.43246,"26.0":0.02768,"26.1":0.03447,"26.2":0.13266,"26.3":0.41888,"26.4":0.86388,"26.5":0.30815},P:{"23":0.0071,"24":0.0071,"25":0.0071,"26":0.01421,"27":0.01421,"28":0.02841,"29":0.28413,"30":0.03552,_:"4 20 21 22 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.0071},I:{"0":0.00674,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0},K:{"0":2.67896,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00325,_:"6 7 8 9 10 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{"2.5":0.02699,_:"3.0-3.1"},R:{_:"0"},M:{"0":0.14846},Q:{_:"14.9"},O:{"0":0.96496},H:{all:0},L:{"0":75.74713}};
1
+ module.exports={C:{"103":0.00324,"115":0.06154,"120":0.00648,"121":0.0162,"125":0.00324,"136":0.00648,"140":0.00972,"146":0.00324,"147":0.00648,"148":0.00324,"149":0.00648,"150":0.01296,"151":0.21377,"152":0.13604,"153":0.00324,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 122 123 124 126 127 128 129 130 131 132 133 134 135 137 138 139 141 142 143 144 145 154 155 3.5 3.6"},D:{"39":0.0162,"40":0.0162,"41":0.0162,"42":0.0162,"43":0.0162,"44":0.0162,"45":0.0162,"46":0.0162,"47":0.0162,"48":0.0162,"49":0.0162,"50":0.0162,"51":0.0162,"52":0.0162,"53":0.0162,"54":0.0162,"55":0.0162,"56":0.0162,"57":0.0162,"58":0.0162,"59":0.0162,"60":0.0162,"69":0.00324,"70":0.00324,"71":0.00324,"73":0.00324,"74":0.00324,"79":0.00324,"81":0.00324,"86":0.00324,"87":0.00648,"93":0.00324,"102":0.00324,"103":0.03563,"104":0.03887,"105":0.02591,"106":0.02591,"107":0.02591,"108":0.02591,"109":0.56683,"110":0.02591,"111":0.02915,"112":0.02915,"114":0.00324,"116":0.0583,"117":0.02591,"118":0.4405,"119":0.01943,"120":0.0745,"121":0.00324,"122":0.00648,"123":0.01296,"124":0.04535,"125":0.00972,"126":0.00972,"127":0.00972,"128":0.00972,"129":0.00324,"130":0.00648,"131":0.09393,"132":0.00972,"133":0.06478,"134":0.00972,"135":0.00972,"136":0.03887,"137":0.02591,"138":0.07126,"139":0.02267,"140":0.02915,"141":0.01296,"142":0.04211,"143":0.03887,"144":0.03563,"145":0.09717,"146":0.11013,"147":0.18786,"148":3.49812,"149":5.48039,"150":0.02267,"151":0.00324,_:"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 72 75 76 77 78 80 83 84 85 88 89 90 91 92 94 95 96 97 98 99 100 101 113 115 152 153"},F:{"85":0.00324,"93":0.00324,"94":0.00324,"95":0.00972,"96":0.00648,"97":0.01296,"98":0.10365,"99":0.24293,"100":0.00648,"131":0.10041,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 86 87 88 89 90 91 92 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.00324,"92":0.00324,"109":0.00324,"114":0.00648,"119":0.00648,"120":0.00648,"131":0.00324,"142":0.00324,"143":0.00324,"144":0.00324,"145":0.00324,"146":0.00648,"147":0.00972,"148":0.2073,"149":0.62513,"150":0.00324,_:"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 115 116 117 118 121 122 123 124 125 126 127 128 129 130 132 133 134 135 136 137 138 139 140 141"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.2 17.3 17.4 18.0 18.1 18.2 18.4 TP","15.6":0.00324,"16.6":0.00648,"17.1":0.00324,"17.5":0.00324,"17.6":0.00648,"18.3":0.00324,"18.5-18.7":0.00648,"26.0":0.00324,"26.1":0.00648,"26.2":0.00972,"26.3":0.0162,"26.4":0.0162,"26.5":0.10041},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00027,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.0008,"8.1-8.4":0,"9.0-9.2":0.00027,"9.3":0,"10.0-10.2":0,"10.3":0.00292,"11.0-11.2":0.08773,"11.3-11.4":0.00053,"12.0-12.1":0,"12.2-12.5":0.00901,"13.0-13.1":0,"13.2":0.00292,"13.3":0,"13.4-13.7":0.00053,"14.0-14.4":0.00186,"14.5-14.8":0.00292,"15.0-15.1":0.00265,"15.2-15.3":0.00159,"15.4":0.00186,"15.5":0.00239,"15.6-15.8":0.04638,"16.0":0.00424,"16.1":0.00689,"16.2":0.00371,"16.3":0.00795,"16.4":0.00186,"16.5":0.00292,"16.6-16.7":0.06043,"17.0":0.00265,"17.1":0.00398,"17.2":0.00371,"17.3":0.00557,"17.4":0.00848,"17.5":0.01511,"17.6-17.7":0.03896,"18.0":0.00875,"18.1":0.0167,"18.2":0.00901,"18.3":0.02756,"18.4":0.01246,"18.5-18.7":0.39834,"26.0":0.02624,"26.1":0.0273,"26.2":0.08242,"26.3":0.11264,"26.4":0.12907,"26.5":1.46377},P:{"23":0.00711,"24":0.00711,"25":0.00711,"26":0.01422,"27":0.00711,"28":0.02844,"29":0.08533,"30":0.24887,_:"4 20 21 22 5.0-5.4 6.2-6.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.00711},I:{"0":0.01351,"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":2.9816,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.00324,_:"6 7 8 9 10 5.5"},N:{_:"10 11"},S:{"2.5":0.02028,_:"3.0-3.1"},J:{_:"7 10"},O:{"0":1.08176},H:{all:0},L:{"0":77.87089},R:{_:"0"},M:{"0":0.17579},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"68":0.00355,"72":0.01419,"115":0.02129,"120":0.00355,"121":0.0071,"150":0.03903,"151":0.01419,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 69 70 71 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 152 153 154 3.5 3.6"},D:{"11":0.00355,"39":0.0071,"40":0.0071,"41":0.0071,"42":0.0071,"43":0.0071,"44":0.0071,"45":0.0071,"46":0.0071,"47":0.0071,"48":0.0071,"49":0.0071,"50":0.0071,"51":0.0071,"52":0.0071,"53":0.0071,"54":0.0071,"55":0.0071,"56":0.0071,"57":0.0071,"58":0.01064,"59":0.0071,"60":0.01064,"63":0.01064,"65":0.00355,"66":0.00355,"69":0.0071,"70":0.00355,"72":0.00355,"73":0.0071,"74":0.00355,"75":0.0071,"79":0.02484,"80":0.00355,"81":0.01064,"83":0.02129,"87":0.04258,"89":0.00355,"91":0.01774,"93":0.00355,"94":0.00355,"95":0.01064,"96":0.00355,"98":0.05322,"101":0.00355,"102":0.0071,"103":0.17385,"104":0.13837,"105":0.13837,"106":0.14192,"107":0.13837,"108":0.14192,"109":0.45769,"110":0.14547,"111":0.14192,"112":0.66702,"113":0.00355,"114":0.02484,"115":0.00355,"116":0.27674,"117":0.13837,"118":1.2418,"119":0.02129,"120":0.16676,"122":0.00355,"123":0.0071,"124":0.14192,"126":0.01774,"127":0.0071,"128":0.01419,"129":0.00355,"130":0.00355,"131":0.28739,"132":0.00355,"133":0.28029,"134":0.01064,"135":0.04967,"136":0.00355,"137":0.03548,"138":0.07451,"139":0.00355,"140":0.01419,"141":0.0071,"142":0.01064,"143":0.01774,"144":0.02838,"145":0.47543,"146":0.04258,"147":1.28438,"148":2.23524,"149":0.01774,_:"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 61 62 64 67 68 71 76 77 78 84 85 86 88 90 92 97 99 100 121 125 150 151 152"},F:{"46":0.00355,"95":0.00355,"97":0.02484,"98":0.0887,"99":0.00355,"131":0.03548,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"109":0.00355,"145":0.01419,"146":0.00355,"147":0.05677,"148":0.12063,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 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 16.0 16.1 16.4 17.0 17.2 17.3 17.4 18.0 18.2 TP","5.1":0.00355,"14.1":0.00355,"15.5":0.00355,"15.6":0.01419,"16.2":0.00355,"16.3":0.0071,"16.5":0.00355,"16.6":0.02129,"17.1":0.01064,"17.5":0.0071,"17.6":0.01419,"18.1":0.00355,"18.3":0.00355,"18.4":0.00355,"18.5-18.7":0.01419,"26.0":0.0071,"26.1":0.00355,"26.2":0.02484,"26.3":0.06386,"26.4":0.11354,"26.5":0.04258},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.00848,"11.0-11.2":0.22325,"11.3-11.4":0.00283,"12.0-12.1":0,"12.2-12.5":0.03203,"13.0-13.1":0,"13.2":0.01036,"13.3":0,"13.4-13.7":0.00188,"14.0-14.4":0.00754,"14.5-14.8":0.01225,"15.0-15.1":0.00942,"15.2-15.3":0.00565,"15.4":0.00754,"15.5":0.00848,"15.6-15.8":0.1592,"16.0":0.01696,"16.1":0.02638,"16.2":0.01413,"16.3":0.03109,"16.4":0.00659,"16.5":0.0113,"16.6-16.7":0.21195,"17.0":0.00942,"17.1":0.01601,"17.2":0.01413,"17.3":0.02732,"17.4":0.04333,"17.5":0.0584,"17.6-17.7":0.15354,"18.0":0.03109,"18.1":0.06123,"18.2":0.03297,"18.3":0.09797,"18.4":0.04522,"18.5-18.7":1.55994,"26.0":0.09985,"26.1":0.12434,"26.2":0.47853,"26.3":1.51096,"26.4":3.11611,"26.5":1.11155},P:{"4":0.00749,"20":0.01498,"21":0.02996,"22":0.01498,"23":0.02996,"24":0.01498,"25":0.02996,"26":0.1573,"27":0.07491,"28":0.11236,"29":1.52811,"30":0.29214,_:"5.0-5.4 6.2-6.4 10.1 15.0 16.0 18.0","7.2-7.4":0.04494,"8.2":0.00749,"9.2":0.00749,"11.1-11.2":0.00749,"12.0":0.00749,"13.0":0.00749,"14.0":0.00749,"17.0":0.01498,"19.0":0.00749},I:{"0":0.03223,"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.61939,_:"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.08388},Q:{_:"14.9"},O:{"0":0.4968},H:{all:0},L:{"0":75.15952}};
1
+ module.exports={C:{"68":0.00383,"115":0.01917,"120":0.14182,"121":0.27981,"151":0.0345,"152":0.01917,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 69 70 71 72 73 74 75 76 77 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 150 153 154 155 3.5 3.6"},D:{"39":0.00383,"40":0.00383,"41":0.00383,"42":0.00383,"43":0.00383,"44":0.00383,"45":0.00383,"46":0.00383,"47":0.00383,"48":0.00383,"49":0.00383,"50":0.00383,"51":0.00383,"52":0.00383,"53":0.00383,"54":0.00383,"55":0.00383,"56":0.00383,"57":0.00383,"58":0.00767,"59":0.00383,"60":0.00767,"63":0.00383,"65":0.00383,"66":0.00383,"69":0.0115,"70":0.00383,"72":0.00383,"73":0.00767,"74":0.00383,"75":0.00767,"79":0.03833,"81":0.00767,"83":0.01533,"86":0.00383,"87":0.06516,"91":0.0115,"93":0.00383,"94":0.00383,"95":0.00767,"96":0.00383,"98":0.04983,"101":0.00383,"102":0.00767,"103":0.24148,"104":0.20315,"105":0.20315,"106":0.20698,"107":0.20315,"108":0.20698,"109":0.48679,"110":0.21082,"111":0.20315,"112":0.19548,"113":0.00383,"114":0.023,"115":0.00383,"116":0.40247,"117":0.20315,"118":1.61753,"119":0.29897,"120":0.52895,"122":0.00383,"123":0.00383,"124":0.20698,"125":0.00383,"126":0.01533,"127":0.00767,"128":0.01533,"131":0.4178,"132":0.00767,"133":0.4063,"134":0.0115,"135":0.04983,"136":0.00383,"137":0.05366,"138":0.06899,"139":0.00383,"140":0.0115,"141":0.00383,"142":0.023,"143":0.01533,"144":0.023,"145":0.25298,"146":0.01917,"147":0.03833,"148":1.19206,"149":2.45312,"150":0.02683,"151":0.00383,_:"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 67 68 71 76 77 78 80 84 85 88 89 90 92 97 99 100 121 129 130 152 153"},F:{"46":0.00383,"95":0.00383,"98":0.02683,"99":0.08816,"100":0.00383,"131":0.04216,_:"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 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.00383,"119":0.13799,"120":0.14182,"145":0.00767,"147":0.0115,"148":0.03833,"149":0.12649,_:"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 131 132 133 134 135 136 137 138 139 140 141 142 143 144 146 150"},E:{"14":0.00383,_:"4 5 6 7 8 9 10 11 12 13 15 27 3.1 3.2 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.4 16.5 17.0 17.2 17.3 17.4 18.0 18.2 TP","5.1":0.00383,"15.6":0.01533,"16.2":0.00383,"16.3":0.00767,"16.6":0.023,"17.1":0.01533,"17.5":0.00383,"17.6":0.0115,"18.1":0.00383,"18.3":0.00767,"18.4":0.00383,"18.5-18.7":0.0115,"26.0":0.00767,"26.1":0.00383,"26.2":0.01533,"26.3":0.02683,"26.4":0.023,"26.5":0.20315},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00098,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00295,"8.1-8.4":0,"9.0-9.2":0.00098,"9.3":0,"10.0-10.2":0,"10.3":0.01082,"11.0-11.2":0.32558,"11.3-11.4":0.00197,"12.0-12.1":0,"12.2-12.5":0.03344,"13.0-13.1":0,"13.2":0.01082,"13.3":0,"13.4-13.7":0.00197,"14.0-14.4":0.00689,"14.5-14.8":0.01082,"15.0-15.1":0.00984,"15.2-15.3":0.0059,"15.4":0.00689,"15.5":0.00885,"15.6-15.8":0.17214,"16.0":0.01574,"16.1":0.02557,"16.2":0.01377,"16.3":0.02951,"16.4":0.00689,"16.5":0.01082,"16.6-16.7":0.22427,"17.0":0.00984,"17.1":0.01475,"17.2":0.01377,"17.3":0.02066,"17.4":0.03148,"17.5":0.05607,"17.6-17.7":0.14459,"18.0":0.03246,"18.1":0.06197,"18.2":0.03344,"18.3":0.1023,"18.4":0.04623,"18.5-18.7":1.47841,"26.0":0.09738,"26.1":0.10131,"26.2":0.30591,"26.3":0.41805,"26.4":0.47903,"26.5":5.43262},P:{"4":0.01456,"20":0.00728,"21":0.01456,"22":0.01456,"23":0.02184,"24":0.01456,"25":0.0364,"26":0.13104,"27":0.05096,"28":0.10192,"29":0.27665,"30":1.23763,_:"5.0-5.4 6.2-6.4 10.1 13.0 14.0 15.0 16.0 18.0","7.2-7.4":0.04368,"8.2":0.00728,"9.2":0.00728,"11.1-11.2":0.00728,"12.0":0.00728,"17.0":0.01456,"19.0":0.00728},I:{"0":0.0308,"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.58587,_:"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.48719},H:{all:0},L:{"0":73.09782},R:{_:"0"},M:{"0":0.08634},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"47":0.00357,"48":0.00357,"52":0.00713,"56":0.00357,"60":0.00357,"70":0.00357,"72":0.00713,"80":0.00357,"90":0.00357,"91":0.00357,"94":0.00357,"99":0.00357,"100":0.00357,"102":0.00357,"106":0.00713,"107":0.00357,"108":0.00357,"111":0.00357,"112":0.00357,"113":0.00357,"114":0.00357,"115":1.00233,"118":0.00357,"119":0.00357,"120":0.00357,"121":0.00357,"122":0.00357,"123":0.00357,"125":0.00357,"127":0.04637,"128":0.00713,"130":0.00357,"131":0.00357,"132":0.00357,"133":0.00357,"134":0.00357,"135":0.00357,"136":0.0214,"137":0.00357,"138":0.0107,"139":0.0107,"140":0.14268,"141":0.0107,"142":0.01427,"143":0.02497,"144":0.02497,"145":0.0321,"146":0.07491,"147":0.27109,"148":0.3781,"149":0.13198,"150":0.48155,"151":1.49101,"152":0.00357,_:"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 49 50 51 53 54 55 57 58 59 61 62 63 64 65 66 67 68 69 71 73 74 75 76 77 78 79 81 82 83 84 85 86 87 88 89 92 93 95 96 97 98 101 103 104 105 109 110 116 117 124 126 129 153 154 3.5 3.6"},D:{"49":0.00713,"50":0.00357,"51":0.00357,"52":0.00357,"54":0.00357,"55":0.00357,"56":0.00357,"57":0.00357,"62":0.00357,"63":0.00713,"64":0.00357,"65":0.00713,"66":0.00357,"67":0.00357,"68":0.00357,"69":0.00357,"70":0.00713,"71":0.01784,"72":0.00357,"73":0.00713,"74":0.00357,"75":0.00357,"76":0.00357,"77":0.00357,"78":0.01427,"79":0.01427,"80":0.01784,"81":0.01784,"83":0.01784,"84":0.0107,"85":0.0107,"86":0.02497,"87":0.0321,"88":0.0107,"89":0.0107,"90":0.0107,"91":0.0107,"92":0.01427,"93":0.00713,"94":0.00713,"95":0.01427,"96":0.0214,"97":0.00713,"98":0.03567,"99":0.00713,"100":0.00713,"101":0.0107,"102":0.01427,"103":0.03567,"104":0.0214,"105":0.01784,"106":0.02854,"107":0.04994,"108":0.03567,"109":2.78583,"110":0.01427,"111":0.01784,"112":0.0214,"113":0.00713,"114":0.0214,"115":0.0107,"116":0.0321,"117":0.02854,"118":0.07847,"119":0.02854,"120":0.06064,"121":0.03567,"122":0.0321,"123":0.04637,"124":0.02497,"125":0.0214,"126":0.0428,"127":0.03567,"128":0.01784,"129":0.0214,"130":0.04994,"131":0.14268,"132":0.0321,"133":0.06064,"134":0.05351,"135":0.06064,"136":0.06777,"137":0.14625,"138":0.14268,"139":0.07134,"140":0.10701,"141":0.11771,"142":0.26396,"143":0.37097,"144":0.77404,"145":3.74178,"146":0.15338,"147":1.65866,"148":7.74039,"149":0.0321,"150":0.00357,_:"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 53 58 59 60 61 151 152"},F:{"64":0.00357,"79":0.00713,"85":0.00357,"95":0.0428,"98":0.02497,"101":0.00357,"120":0.00357,"122":0.00357,"124":0.00357,"125":0.0107,"126":0.0107,"127":0.0428,"131":0.33887,_:"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 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 86 87 88 89 90 91 92 93 94 96 97 99 100 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 121 123 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.00357,"17":0.00357,"18":0.01427,"81":0.00357,"88":0.00357,"89":0.00357,"90":0.00357,"92":0.13198,"100":0.0107,"109":0.07134,"120":0.00357,"122":0.0214,"131":0.00357,"133":0.00357,"134":0.00357,"135":0.00357,"137":0.00357,"138":0.00357,"139":0.0107,"140":0.00713,"141":0.01427,"142":0.00713,"143":0.03924,"144":0.03567,"145":0.17835,"146":0.00713,"147":0.08561,"148":0.71697,_:"12 13 15 16 79 80 83 84 85 86 87 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 119 121 123 124 125 126 127 128 129 130 132 136 149"},E:{"14":0.00357,_:"4 5 6 7 8 9 10 11 12 13 15 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.1 17.3 17.4 18.2 TP","15.6":0.0107,"16.6":0.0107,"17.2":0.00357,"17.5":0.00713,"17.6":0.0107,"18.0":0.00357,"18.1":0.00357,"18.3":0.00713,"18.4":0.00357,"18.5-18.7":0.01427,"26.0":0.0107,"26.1":0.00713,"26.2":0.01784,"26.3":0.02854,"26.4":0.00713,"26.5":0.02497},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00075,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00149,"8.1-8.4":0,"9.0-9.2":0.00075,"9.3":0,"10.0-10.2":0,"10.3":0.00672,"11.0-11.2":0.17704,"11.3-11.4":0.00224,"12.0-12.1":0,"12.2-12.5":0.0254,"13.0-13.1":0,"13.2":0.00822,"13.3":0,"13.4-13.7":0.00149,"14.0-14.4":0.00598,"14.5-14.8":0.00971,"15.0-15.1":0.00747,"15.2-15.3":0.00448,"15.4":0.00598,"15.5":0.00672,"15.6-15.8":0.12624,"16.0":0.01345,"16.1":0.02092,"16.2":0.0112,"16.3":0.02465,"16.4":0.00523,"16.5":0.00896,"16.6-16.7":0.16807,"17.0":0.00747,"17.1":0.0127,"17.2":0.0112,"17.3":0.02166,"17.4":0.03436,"17.5":0.04631,"17.6-17.7":0.12176,"18.0":0.02465,"18.1":0.04855,"18.2":0.02614,"18.3":0.07769,"18.4":0.03586,"18.5-18.7":1.23701,"26.0":0.07918,"26.1":0.0986,"26.2":0.37947,"26.3":1.19817,"26.4":2.47103,"26.5":0.88145},P:{"20":0.02459,"21":0.04098,"22":0.07377,"23":0.08196,"24":0.10655,"25":0.13114,"26":0.23769,"27":0.21311,"28":0.53276,"29":1.64747,"30":0.31146,_:"4 10.1","5.0-5.4":0.0082,"6.2-6.4":0.0082,"7.2-7.4":0.09836,"8.2":0.0082,"9.2":0.01639,"11.1-11.2":0.02459,"12.0":0.0082,"13.0":0.03279,"14.0":0.02459,"15.0":0.01639,"16.0":0.02459,"17.0":0.04918,"18.0":0.02459,"19.0":0.02459},I:{"0":0.00643,"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.32813,_:"10 11 12 11.1 11.5 12.1"},A:{"8":0.00357,"10":0.00357,"11":0.02497,_:"6 7 9 5.5"},J:{_:"7 10"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},R:{_:"0"},M:{"0":0.95223},Q:{_:"14.9"},O:{"0":0.14155},H:{all:0},L:{"0":58.19075}};
1
+ module.exports={C:{"47":0.00382,"48":0.00382,"52":0.00763,"56":0.00382,"60":0.00382,"72":0.00763,"84":0.00382,"94":0.00382,"95":0.00382,"102":0.00382,"106":0.00763,"108":0.00382,"110":0.00382,"112":0.00382,"113":0.00382,"115":1.18678,"118":0.00382,"120":0.00382,"121":0.00763,"126":0.00382,"127":0.04198,"128":0.00382,"130":0.00382,"131":0.00382,"132":0.00382,"133":0.00382,"134":0.00382,"135":0.00382,"136":0.00763,"137":0.00382,"138":0.01145,"139":0.00382,"140":0.10685,"141":0.00763,"142":0.01145,"143":0.01908,"144":0.01526,"145":0.0229,"146":0.04961,"147":0.10303,"148":0.04961,"149":0.01145,"150":0.02671,"151":1.6447,"152":1.00361,"153":0.00382,_:"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 49 50 51 53 54 55 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 85 86 87 88 89 90 91 92 93 96 97 98 99 100 101 103 104 105 107 109 111 114 116 117 119 122 123 124 125 129 154 155 3.5 3.6"},D:{"49":0.01145,"51":0.00382,"52":0.00382,"53":0.00382,"54":0.00382,"55":0.00382,"58":0.00382,"61":0.00382,"62":0.00382,"63":0.00763,"64":0.00382,"65":0.00382,"66":0.00382,"67":0.00382,"68":0.00382,"69":0.00763,"70":0.00763,"71":0.01908,"72":0.00382,"73":0.00382,"74":0.00382,"75":0.00382,"76":0.00382,"77":0.00382,"78":0.01526,"79":0.01908,"80":0.01526,"81":0.01145,"83":0.01908,"84":0.01145,"85":0.00763,"86":0.02671,"87":0.03053,"88":0.01145,"89":0.01526,"90":0.01145,"91":0.01145,"92":0.01526,"93":0.00382,"94":0.00763,"95":0.01526,"96":0.01908,"97":0.00763,"98":0.05724,"99":0.00763,"100":0.00763,"101":0.01145,"102":0.01145,"103":0.03053,"104":0.01908,"105":0.0229,"106":0.0229,"107":0.04961,"108":0.03816,"109":3.53743,"110":0.01526,"111":0.01526,"112":0.01526,"113":0.00763,"114":0.0229,"115":0.01145,"116":0.03816,"117":0.02671,"118":0.0725,"119":0.03053,"120":0.05342,"121":0.02671,"122":0.04579,"123":0.03816,"124":0.03053,"125":0.01908,"126":0.03816,"127":0.02671,"128":0.0229,"129":0.01908,"130":0.04198,"131":0.12211,"132":0.03816,"133":0.05724,"134":0.05724,"135":0.07632,"136":0.07632,"137":0.09158,"138":0.14882,"139":0.07632,"140":0.08395,"141":0.11066,"142":0.20225,"143":0.2862,"144":0.50753,"145":1.30507,"146":0.05342,"147":0.19843,"148":5.36148,"149":8.65087,"150":0.03053,_:"4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 50 56 57 59 60 151 152 153"},F:{"79":0.01145,"95":0.13738,"98":0.00763,"99":0.01908,"101":0.00382,"120":0.00382,"124":0.00382,"125":0.01145,"126":0.00763,"127":0.01526,"131":0.22896,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 100 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 121 122 123 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"14":0.00382,"15":0.00382,"16":0.00382,"17":0.00382,"18":0.01908,"83":0.00382,"84":0.00382,"88":0.00382,"89":0.00382,"90":0.00382,"92":0.12211,"100":0.00763,"109":0.12974,"119":0.00382,"120":0.00382,"122":0.01908,"131":0.00382,"133":0.00382,"135":0.00382,"136":0.00382,"137":0.00382,"138":0.00763,"139":0.00382,"140":0.00763,"141":0.01145,"142":0.01145,"143":0.02671,"144":0.01526,"145":0.04579,"147":0.01145,"148":0.20225,"149":0.87768,_:"12 13 79 80 81 85 86 87 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 123 124 125 126 127 128 129 130 132 134 146 150"},E:{_:"4 5 6 7 8 9 10 11 12 13 14 15 27 3.1 3.2 5.1 6.1 7.1 9.1 10.1 11.1 12.1 13.1 14.1 15.1 15.2-15.3 15.4 15.5 16.0 16.1 16.2 16.3 16.4 16.5 17.0 17.3 17.4 18.0 18.4 26.4 TP","15.6":0.01145,"16.6":0.01526,"17.1":0.00382,"17.2":0.00382,"17.5":0.00382,"17.6":0.00763,"18.1":0.00382,"18.2":0.00382,"18.3":0.00382,"18.5-18.7":0.00763,"26.0":0.00763,"26.1":0.00382,"26.2":0.00763,"26.3":0.00763,"26.5":0.04961},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00077,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00232,"8.1-8.4":0,"9.0-9.2":0.00077,"9.3":0,"10.0-10.2":0,"10.3":0.0085,"11.0-11.2":0.25566,"11.3-11.4":0.00154,"12.0-12.1":0,"12.2-12.5":0.02626,"13.0-13.1":0,"13.2":0.0085,"13.3":0,"13.4-13.7":0.00154,"14.0-14.4":0.00541,"14.5-14.8":0.0085,"15.0-15.1":0.00772,"15.2-15.3":0.00463,"15.4":0.00541,"15.5":0.00695,"15.6-15.8":0.13517,"16.0":0.01236,"16.1":0.02008,"16.2":0.01081,"16.3":0.02317,"16.4":0.00541,"16.5":0.0085,"16.6-16.7":0.1761,"17.0":0.00772,"17.1":0.01159,"17.2":0.01081,"17.3":0.01622,"17.4":0.02472,"17.5":0.04403,"17.6-17.7":0.11354,"18.0":0.02549,"18.1":0.04866,"18.2":0.02626,"18.3":0.08033,"18.4":0.0363,"18.5-18.7":1.16089,"26.0":0.07647,"26.1":0.07956,"26.2":0.24021,"26.3":0.32826,"26.4":0.37615,"26.5":4.26586},P:{"20":0.02423,"21":0.04039,"22":0.08885,"23":0.08885,"24":0.11308,"25":0.15347,"26":0.21809,"27":0.25847,"28":0.54118,"29":0.75119,"30":1.39737,_:"4 10.1","5.0-5.4":0.00808,"6.2-6.4":0.00808,"7.2-7.4":0.08077,"8.2":0.00808,"9.2":0.01615,"11.1-11.2":0.03231,"12.0":0.00808,"13.0":0.04039,"14.0":0.04039,"15.0":0.00808,"16.0":0.03231,"17.0":0.04846,"18.0":0.02423,"19.0":0.03231},I:{"0":0.00618,"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.28446,_:"10 11 12 11.1 11.5 12.1"},A:{"11":0.03434,_:"6 7 8 9 10 5.5"},N:{_:"10 11"},S:{_:"2.5 3.0-3.1"},J:{_:"7 10"},O:{"0":0.06184},H:{all:0},L:{"0":56.30391},R:{_:"0"},M:{"0":1.10694},Q:{_:"14.9"}};
@@ -1 +1 @@
1
- module.exports={C:{"48":0.10336,"60":0.00646,"78":0.03876,"88":0.00646,"115":0.1292,"128":0.05168,"136":0.12274,"140":0.93024,"144":0.00646,"146":0.02584,"147":0.12274,"148":0.01938,"149":0.17442,"150":2.0672,"151":0.5814,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 52 53 54 55 56 57 58 59 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 116 117 118 119 120 121 122 123 124 125 126 127 129 130 131 132 133 134 135 137 138 139 141 142 143 145 152 153 154 3.5 3.6"},D:{"39":0.00646,"40":0.00646,"41":0.01292,"42":0.01292,"43":0.00646,"44":0.00646,"45":0.01292,"46":0.01292,"47":0.00646,"48":0.00646,"49":0.01292,"50":0.00646,"51":0.00646,"52":0.01292,"53":0.00646,"54":0.01292,"55":0.00646,"56":0.01292,"57":0.00646,"58":0.00646,"59":0.01292,"60":0.01292,"87":0.00646,"93":0.00646,"103":0.01938,"105":0.00646,"106":0.00646,"107":0.01292,"109":0.16796,"110":0.01292,"112":0.03876,"113":0.01292,"114":0.10336,"115":0.01292,"116":0.07752,"118":0.26486,"119":0.01292,"120":0.01292,"121":0.01938,"122":0.18088,"123":0.00646,"124":0.43282,"125":0.00646,"126":0.05168,"128":0.12274,"130":0.01292,"131":0.07106,"132":0.01938,"133":0.05168,"134":0.05814,"135":0.05814,"136":0.10336,"137":0.1292,"138":0.25194,"139":0.03876,"140":0.03876,"141":0.01938,"142":1.81526,"143":0.40052,"144":0.8398,"145":0.65892,"146":1.39536,"147":11.78304,"148":15.20684,"149":0.05168,_:"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 79 80 81 83 84 85 86 88 89 90 91 92 94 95 96 97 98 99 100 101 102 104 108 111 117 127 129 150 151 152"},F:{"64":0.00646,"95":0.10982,"97":0.00646,"98":0.01938,"125":0.00646,"126":0.01938,"127":0.00646,"131":1.02714,_:"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 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 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:{"109":0.08398,"138":0.05168,"139":0.00646,"140":0.00646,"143":0.00646,"145":0.0323,"146":0.08398,"147":2.37082,"148":5.25844,"149":0.01938,_:"12 13 14 15 16 17 18 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 141 142 144"},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 15.1 15.2-15.3 15.5 16.4 TP","12.1":0.01938,"13.1":0.01292,"14.1":0.01938,"15.4":0.00646,"15.6":0.36176,"16.0":0.00646,"16.1":0.00646,"16.2":0.00646,"16.3":0.00646,"16.5":0.01292,"16.6":0.2584,"17.0":0.00646,"17.1":0.23902,"17.2":0.00646,"17.3":0.02584,"17.4":0.01938,"17.5":0.27132,"17.6":0.52972,"18.0":0.00646,"18.1":0.01938,"18.2":0.01292,"18.3":0.03876,"18.4":0.0323,"18.5-18.7":0.15504,"26.0":0.14858,"26.1":0.04522,"26.2":0.40698,"26.3":1.11112,"26.4":1.11112,"26.5":0.65246},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00184,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00369,"8.1-8.4":0,"9.0-9.2":0.00184,"9.3":0,"10.0-10.2":0,"10.3":0.01659,"11.0-11.2":0.43686,"11.3-11.4":0.00553,"12.0-12.1":0,"12.2-12.5":0.06267,"13.0-13.1":0,"13.2":0.02028,"13.3":0,"13.4-13.7":0.00369,"14.0-14.4":0.01475,"14.5-14.8":0.02396,"15.0-15.1":0.01843,"15.2-15.3":0.01106,"15.4":0.01475,"15.5":0.01659,"15.6-15.8":0.31151,"16.0":0.03318,"16.1":0.05161,"16.2":0.02765,"16.3":0.06083,"16.4":0.0129,"16.5":0.02212,"16.6-16.7":0.41474,"17.0":0.01843,"17.1":0.03134,"17.2":0.02765,"17.3":0.05346,"17.4":0.08479,"17.5":0.11428,"17.6-17.7":0.30045,"18.0":0.06083,"18.1":0.11981,"18.2":0.06451,"18.3":0.1917,"18.4":0.08848,"18.5-18.7":3.05247,"26.0":0.19539,"26.1":0.24331,"26.2":0.93639,"26.3":2.95662,"26.4":6.09756,"26.5":2.17507},P:{"4":0.01909,"23":0.00636,"26":0.00636,"27":0.04455,"28":0.03182,"29":1.4894,"30":0.31825,_:"20 21 22 24 25 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.00636},I:{"0":0.04951,"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.25488,_:"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.66198},Q:{_:"14.9"},O:{"0":0.02124},H:{all:0},L:{"0":18.40796}};
1
+ module.exports={C:{"48":0.08363,"78":0.0386,"91":0.00643,"113":0.00643,"115":0.13509,"120":0.0193,"121":0.0386,"127":0.00643,"128":0.0386,"131":0.01287,"134":0.24445,"135":0.00643,"140":1.13864,"146":0.00643,"147":0.0193,"148":0.03217,"149":0.12223,"150":0.13509,"151":3.7826,"152":1.17724,_:"2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 79 80 81 82 83 84 85 86 87 88 89 90 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 114 116 117 118 119 122 123 124 125 126 129 130 132 133 136 137 138 139 141 142 143 144 145 153 154 155 3.5 3.6"},D:{"39":0.00643,"40":0.00643,"41":0.00643,"42":0.00643,"43":0.00643,"44":0.00643,"45":0.00643,"46":0.00643,"47":0.00643,"48":0.00643,"49":0.00643,"50":0.00643,"51":0.00643,"52":0.00643,"53":0.0193,"54":0.00643,"55":0.00643,"56":0.00643,"57":0.00643,"58":0.00643,"59":0.00643,"60":0.0193,"79":0.00643,"86":0.00643,"87":0.01287,"92":0.00643,"93":0.01287,"103":0.02573,"104":0.00643,"106":0.01287,"107":0.01287,"108":0.00643,"109":0.25732,"110":0.02573,"111":0.00643,"113":0.00643,"114":0.18656,"115":0.00643,"116":0.44388,"118":0.41815,"119":0.04503,"120":0.05146,"121":0.01287,"122":0.15439,"123":0.00643,"124":0.09006,"126":0.0579,"127":0.00643,"128":0.19942,"129":0.00643,"130":0.01287,"131":0.07076,"132":0.0193,"133":0.0386,"134":0.03217,"135":0.03217,"136":0.03217,"137":0.22516,"138":2.45097,"139":0.12223,"140":0.02573,"141":0.02573,"142":1.9878,"143":0.28305,"144":0.36025,"145":0.41815,"146":0.69476,"147":0.76553,"148":9.64307,"149":14.8924,"150":0.12223,_:"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 88 89 90 91 94 95 96 97 98 99 100 101 102 105 112 117 125 151 152 153"},F:{"46":0.00643,"95":0.0386,"98":0.00643,"99":0.03217,"114":0.00643,"115":0.00643,"116":0.00643,"131":1.00998,_:"9 11 12 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 60 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 96 97 100 101 102 103 104 105 106 107 108 109 110 111 112 113 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.14153,"119":0.0193,"120":0.0193,"138":0.0193,"139":0.00643,"141":0.00643,"143":0.00643,"144":0.01287,"145":0.01287,"146":0.0193,"147":0.07076,"148":1.84627,"149":5.55811,"150":0.02573,_:"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 131 132 133 134 135 136 137 140 142"},E:{"14":0.00643,"27":0.00643,_:"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.00643,"14.1":0.00643,"15.5":0.03217,"15.6":0.19942,"16.0":0.00643,"16.1":0.00643,"16.2":0.0193,"16.3":0.0193,"16.5":0.00643,"16.6":0.25089,"17.0":0.00643,"17.1":0.22516,"17.2":0.00643,"17.3":0.01287,"17.4":0.03217,"17.5":0.26375,"17.6":0.23802,"18.0":0.01287,"18.1":0.01287,"18.2":0.00643,"18.3":0.03217,"18.4":0.0579,"18.5-18.7":0.05146,"26.0":0.11579,"26.1":0.0193,"26.2":0.12223,"26.3":0.21872,"26.4":0.21229,"26.5":2.70829},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00183,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.0055,"8.1-8.4":0,"9.0-9.2":0.00183,"9.3":0,"10.0-10.2":0,"10.3":0.02017,"11.0-11.2":0.60687,"11.3-11.4":0.00367,"12.0-12.1":0,"12.2-12.5":0.06234,"13.0-13.1":0,"13.2":0.02017,"13.3":0,"13.4-13.7":0.00367,"14.0-14.4":0.01283,"14.5-14.8":0.02017,"15.0-15.1":0.01833,"15.2-15.3":0.011,"15.4":0.01283,"15.5":0.0165,"15.6-15.8":0.32085,"16.0":0.02934,"16.1":0.04767,"16.2":0.02567,"16.3":0.055,"16.4":0.01283,"16.5":0.02017,"16.6-16.7":0.41802,"17.0":0.01833,"17.1":0.0275,"17.2":0.02567,"17.3":0.0385,"17.4":0.05867,"17.5":0.10451,"17.6-17.7":0.26952,"18.0":0.0605,"18.1":0.11551,"18.2":0.06234,"18.3":0.19068,"18.4":0.08617,"18.5-18.7":2.75566,"26.0":0.18151,"26.1":0.18884,"26.2":0.5702,"26.3":0.77921,"26.4":0.89288,"26.5":10.12608},P:{"23":0.00687,"27":0.02749,"28":0.01374,"29":0.18555,"30":1.72489,_:"4 20 21 22 24 25 26 5.0-5.4 6.2-6.4 7.2-7.4 8.2 9.2 10.1 11.1-11.2 12.0 13.0 14.0 15.0 16.0 18.0 19.0","17.0":0.00687},I:{"0":0.01069,"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.16765,_:"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.02854},H:{all:0},L:{"0":17.73688},R:{_:"0"},M:{"0":0.79544},Q:{"14.9":0.00357}};
@@ -1 +1 @@
1
- module.exports={C:{"52":0.01681,"59":0.0056,"78":0.02241,"108":0.0056,"113":0.0056,"115":0.25209,"120":0.0056,"121":0.0056,"123":0.0056,"128":0.0056,"131":0.0056,"132":0.0056,"133":0.0056,"135":0.0056,"136":0.0112,"138":0.03361,"139":0.0056,"140":0.08963,"141":0.0056,"142":0.0056,"143":0.08403,"144":0.0056,"145":0.0112,"146":0.0112,"147":0.03361,"148":0.02801,"149":0.07843,"150":1.88787,"151":0.78428,"152":0.0056,_:"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 109 110 111 112 114 116 117 118 119 122 124 125 126 127 129 130 134 137 153 154 3.5 3.6"},D:{"39":0.29691,"40":0.29691,"41":0.29691,"42":0.29691,"43":0.29691,"44":0.29691,"45":0.29691,"46":0.2913,"47":0.29691,"48":0.29691,"49":0.30811,"50":0.29691,"51":0.29691,"52":0.2913,"53":0.29691,"54":0.29691,"55":0.29691,"56":0.29691,"57":0.2913,"58":0.29691,"59":0.29691,"60":0.29691,"63":0.0056,"66":0.0112,"74":0.0056,"77":0.0112,"79":0.01681,"81":0.0056,"86":0.0112,"87":0.02241,"88":0.0056,"101":0.0056,"102":0.0056,"103":0.08403,"104":0.05042,"105":0.05602,"106":0.06722,"107":0.06162,"108":0.05042,"109":1.36689,"110":0.05602,"111":0.07283,"112":0.67224,"114":0.0112,"116":0.20727,"117":0.05602,"118":0.88512,"119":0.03361,"120":0.08403,"121":0.01681,"122":0.03921,"123":0.0112,"124":0.09523,"125":0.0112,"126":0.02241,"127":0.01681,"128":0.10084,"129":0.0056,"130":0.07283,"131":0.2689,"132":0.03361,"133":0.15686,"134":0.07283,"135":0.05602,"136":0.05042,"137":0.08963,"138":0.20167,"139":0.11204,"140":0.05042,"141":0.04482,"142":0.14565,"143":0.14005,"144":0.20167,"145":0.48177,"146":0.58261,"147":9.97156,"148":13.28234,"149":0.03921,"150":0.0056,_:"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 67 68 69 70 71 72 73 75 76 78 80 83 84 85 89 90 91 92 93 94 95 96 97 98 99 100 113 115 151 152"},F:{"46":0.0056,"94":0.0056,"95":0.0112,"97":0.02241,"98":0.07843,"114":0.0056,"131":0.45936,_:"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 96 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 115 116 117 118 119 120 121 122 123 124 125 126 127 9.5-9.6 10.0-10.1 10.5 10.6 11.1 11.5 11.6 12.1"},B:{"17":0.0056,"92":0.0056,"109":0.02801,"122":0.02241,"129":0.0056,"131":0.0056,"132":0.0056,"133":0.0056,"134":0.0056,"135":0.0056,"136":0.0056,"137":0.0056,"138":0.0056,"139":0.0056,"140":0.0056,"141":0.0056,"142":0.0056,"143":0.0112,"144":0.02241,"145":0.05042,"146":0.08403,"147":1.30527,"148":2.68336,"149":0.0056,_:"12 13 14 15 16 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 120 121 123 124 125 126 127 128 130"},E:{"14":0.0112,_:"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.0112,"13.1":0.02801,"14.1":0.02241,"15.4":0.0056,"15.5":0.0056,"15.6":0.11764,"16.0":0.0056,"16.1":0.0056,"16.2":0.0056,"16.3":0.0112,"16.4":0.0112,"16.5":0.0112,"16.6":0.11204,"17.0":0.0056,"17.1":0.08403,"17.2":0.0056,"17.3":0.0112,"17.4":0.01681,"17.5":0.03361,"17.6":0.19047,"18.0":0.0112,"18.1":0.02241,"18.2":0.0056,"18.3":0.02241,"18.4":0.02241,"18.5-18.7":0.08403,"26.0":0.04482,"26.1":0.02801,"26.2":0.16806,"26.3":0.50418,"26.4":0.59941,"26.5":0.2913},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.00251,"8.1-8.4":0,"9.0-9.2":0.00125,"9.3":0,"10.0-10.2":0,"10.3":0.01128,"11.0-11.2":0.29706,"11.3-11.4":0.00376,"12.0-12.1":0,"12.2-12.5":0.04262,"13.0-13.1":0,"13.2":0.01379,"13.3":0,"13.4-13.7":0.00251,"14.0-14.4":0.01003,"14.5-14.8":0.01629,"15.0-15.1":0.01253,"15.2-15.3":0.00752,"15.4":0.01003,"15.5":0.01128,"15.6-15.8":0.21183,"16.0":0.02256,"16.1":0.0351,"16.2":0.0188,"16.3":0.04136,"16.4":0.00877,"16.5":0.01504,"16.6-16.7":0.28202,"17.0":0.01253,"17.1":0.02131,"17.2":0.0188,"17.3":0.03635,"17.4":0.05766,"17.5":0.07771,"17.6-17.7":0.20431,"18.0":0.04136,"18.1":0.08147,"18.2":0.04387,"18.3":0.13036,"18.4":0.06016,"18.5-18.7":2.07568,"26.0":0.13286,"26.1":0.16545,"26.2":0.63674,"26.3":2.0105,"26.4":4.14635,"26.5":1.47905},P:{"4":0.02149,"20":0.00716,"21":0.00716,"22":0.00716,"23":0.00716,"24":0.04299,"25":0.00716,"26":0.02149,"27":0.02149,"28":0.05015,"29":1.33976,"30":0.2221,_:"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.00716,"8.2":0.00716,"19.0":0.00716},I:{"0":0.01757,"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.35624,_:"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.431},Q:{"14.9":0.0044},O:{"0":0.15833},H:{all:0},L:{"0":33.93144}};
1
+ module.exports={C:{"52":0.01623,"59":0.00541,"78":0.01623,"101":0.00541,"107":0.00541,"115":0.2164,"120":0.06492,"121":0.12443,"122":0.00541,"123":0.01623,"128":0.00541,"132":0.00541,"133":0.00541,"135":0.00541,"136":0.01082,"138":0.01623,"139":0.00541,"140":0.08656,"141":0.00541,"142":0.00541,"143":0.1082,"144":0.00541,"145":0.00541,"146":0.01082,"147":0.02705,"148":0.01623,"149":0.02164,"150":0.05951,"151":1.66628,"152":1.0279,_:"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 102 103 104 105 106 108 109 110 111 112 113 114 116 117 118 119 124 125 126 127 129 130 131 134 137 153 154 155 3.5 3.6"},D:{"39":0.31378,"40":0.31378,"41":0.31378,"42":0.31378,"43":0.31378,"44":0.31378,"45":0.30837,"46":0.31378,"47":0.31378,"48":0.31378,"49":0.31919,"50":0.31378,"51":0.31378,"52":0.31378,"53":0.31378,"54":0.31378,"55":0.30837,"56":0.31378,"57":0.31378,"58":0.31378,"59":0.31378,"60":0.30837,"66":0.01082,"70":0.40034,"74":0.00541,"79":0.02164,"81":0.00541,"86":0.01623,"87":0.02705,"88":0.00541,"100":0.00541,"101":0.00541,"102":0.01082,"103":0.07574,"104":0.04328,"105":0.04328,"106":0.0541,"107":0.04328,"108":0.04869,"109":1.33627,"110":0.04328,"111":0.06492,"112":0.04328,"114":0.04328,"115":0.01082,"116":0.18394,"117":0.04328,"118":0.85478,"119":0.14607,"120":0.19476,"121":0.02164,"122":0.04869,"123":0.01082,"124":0.1082,"125":0.03787,"126":0.01082,"127":0.01623,"128":0.08656,"129":0.00541,"130":0.08656,"131":0.26509,"132":0.03787,"133":0.12443,"134":0.0541,"135":0.04328,"136":0.04869,"137":0.11902,"138":0.18394,"139":0.31919,"140":0.05951,"141":0.0541,"142":0.11361,"143":0.08115,"144":0.09197,"145":0.36788,"146":0.25968,"147":0.70871,"148":10.55491,"149":11.09591,"150":0.09197,"151":0.00541,_:"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 72 73 75 76 77 78 80 83 84 85 89 90 91 92 93 94 95 96 97 98 99 113 152 153"},F:{"46":0.00541,"94":0.00541,"95":0.01082,"98":0.02164,"99":0.07033,"131":0.44903,_:"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 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:{"17":0.00541,"92":0.00541,"102":0.00541,"109":0.02705,"114":0.00541,"119":0.06492,"120":0.06492,"121":0.00541,"122":0.03246,"129":0.00541,"131":0.00541,"133":0.00541,"134":0.00541,"135":0.00541,"136":0.00541,"138":0.00541,"139":0.00541,"140":0.00541,"141":0.00541,"142":0.00541,"143":0.01082,"144":0.01623,"145":0.01623,"146":0.03246,"147":0.04869,"148":0.88724,"149":2.67795,"150":0.00541,_:"12 13 14 15 16 18 79 80 81 83 84 85 86 87 88 89 90 91 93 94 95 96 97 98 99 100 101 103 104 105 106 107 108 110 111 112 113 115 116 117 118 123 124 125 126 127 128 130 132 137"},E:{"14":0.00541,"27":0.00541,_:"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 15.1 15.2-15.3 TP","11.1":0.00541,"12.1":0.00541,"13.1":0.03246,"14.1":0.02705,"15.4":0.00541,"15.5":0.00541,"15.6":0.10279,"16.0":0.00541,"16.1":0.00541,"16.2":0.01082,"16.3":0.01082,"16.4":0.01623,"16.5":0.01082,"16.6":0.11902,"17.0":0.00541,"17.1":0.07574,"17.2":0.01082,"17.3":0.01623,"17.4":0.01623,"17.5":0.02705,"17.6":0.13525,"18.0":0.02164,"18.1":0.01623,"18.2":0.00541,"18.3":0.02164,"18.4":0.01623,"18.5-18.7":0.05951,"26.0":0.04328,"26.1":0.02705,"26.2":0.1082,"26.3":0.15148,"26.4":0.1082,"26.5":1.07659},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00107,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.0032,"8.1-8.4":0,"9.0-9.2":0.00107,"9.3":0,"10.0-10.2":0,"10.3":0.01173,"11.0-11.2":0.35301,"11.3-11.4":0.00213,"12.0-12.1":0,"12.2-12.5":0.03626,"13.0-13.1":0,"13.2":0.01173,"13.3":0,"13.4-13.7":0.00213,"14.0-14.4":0.00747,"14.5-14.8":0.01173,"15.0-15.1":0.01066,"15.2-15.3":0.0064,"15.4":0.00747,"15.5":0.0096,"15.6-15.8":0.18664,"16.0":0.01706,"16.1":0.02773,"16.2":0.01493,"16.3":0.03199,"16.4":0.00747,"16.5":0.01173,"16.6-16.7":0.24316,"17.0":0.01066,"17.1":0.016,"17.2":0.01493,"17.3":0.0224,"17.4":0.03413,"17.5":0.06079,"17.6-17.7":0.15677,"18.0":0.03519,"18.1":0.06719,"18.2":0.03626,"18.3":0.11091,"18.4":0.05012,"18.5-18.7":1.60293,"26.0":0.10558,"26.1":0.10985,"26.2":0.33168,"26.3":0.45326,"26.4":0.51938,"26.5":5.89022},P:{"4":0.02078,"21":0.00693,"22":0.00693,"23":0.00693,"24":0.04849,"25":0.00693,"26":0.02078,"27":0.02078,"28":0.05542,"29":0.20089,"30":1.1499,_:"20 5.0-5.4 6.2-6.4 9.2 10.1 11.1-11.2 13.0 14.0 15.0 16.0 17.0 18.0 19.0","7.2-7.4":0.00693,"8.2":0.00693,"12.0":0.00693},I:{"0":0.01835,"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.36728,_:"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.17446},H:{all:0},L:{"0":37.96144},R:{_:"0"},M:{"0":0.38564},Q:{"14.9":0.00459}};