@socketsecurity/cli-with-sentry 1.0.92 → 1.0.94

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 (2529) hide show
  1. package/dist/cli.js +1359 -1280
  2. package/dist/cli.js.map +1 -1
  3. package/dist/constants.js +3 -3
  4. package/dist/constants.js.map +1 -1
  5. package/dist/socket-completion.bash +19 -19
  6. package/dist/tsconfig.dts.tsbuildinfo +1 -0
  7. package/dist/types/cli.d.mts +3 -0
  8. package/dist/types/cli.d.mts.map +1 -0
  9. package/dist/types/commands/analytics/cmd-analytics.d.mts +11 -0
  10. package/dist/types/commands/analytics/cmd-analytics.d.mts.map +1 -0
  11. package/dist/types/commands/analytics/fetch-org-analytics.d.mts +8 -0
  12. package/dist/types/commands/analytics/fetch-org-analytics.d.mts.map +1 -0
  13. package/dist/types/commands/analytics/fetch-repo-analytics.d.mts +8 -0
  14. package/dist/types/commands/analytics/fetch-repo-analytics.d.mts.map +1 -0
  15. package/dist/types/commands/analytics/handle-analytics.d.mts +9 -0
  16. package/dist/types/commands/analytics/handle-analytics.d.mts.map +1 -0
  17. package/dist/types/commands/analytics/output-analytics.d.mts +28 -0
  18. package/dist/types/commands/analytics/output-analytics.d.mts.map +1 -0
  19. package/dist/types/commands/audit-log/cmd-audit-log.d.mts +11 -0
  20. package/dist/types/commands/audit-log/cmd-audit-log.d.mts.map +1 -0
  21. package/dist/types/commands/audit-log/fetch-audit-log.d.mts +15 -0
  22. package/dist/types/commands/audit-log/fetch-audit-log.d.mts.map +1 -0
  23. package/dist/types/commands/audit-log/handle-audit-log.d.mts +9 -0
  24. package/dist/types/commands/audit-log/handle-audit-log.d.mts.map +1 -0
  25. package/dist/types/commands/audit-log/output-audit-log.d.mts +22 -0
  26. package/dist/types/commands/audit-log/output-audit-log.d.mts.map +1 -0
  27. package/dist/types/commands/ci/cmd-ci.d.mts +10 -0
  28. package/dist/types/commands/ci/cmd-ci.d.mts.map +1 -0
  29. package/dist/types/commands/ci/fetch-default-org-slug.d.mts +4 -0
  30. package/dist/types/commands/ci/fetch-default-org-slug.d.mts.map +1 -0
  31. package/dist/types/commands/ci/handle-ci.d.mts +2 -0
  32. package/dist/types/commands/ci/handle-ci.d.mts.map +1 -0
  33. package/dist/types/commands/config/cmd-config-auto.d.mts +11 -0
  34. package/dist/types/commands/config/cmd-config-auto.d.mts.map +1 -0
  35. package/dist/types/commands/config/cmd-config-get.d.mts +10 -0
  36. package/dist/types/commands/config/cmd-config-get.d.mts.map +1 -0
  37. package/dist/types/commands/config/cmd-config-list.d.mts +10 -0
  38. package/dist/types/commands/config/cmd-config-list.d.mts.map +1 -0
  39. package/dist/types/commands/config/cmd-config-set.d.mts +11 -0
  40. package/dist/types/commands/config/cmd-config-set.d.mts.map +1 -0
  41. package/dist/types/commands/config/cmd-config-unset.d.mts +11 -0
  42. package/dist/types/commands/config/cmd-config-unset.d.mts.map +1 -0
  43. package/dist/types/commands/config/cmd-config.d.mts +3 -0
  44. package/dist/types/commands/config/cmd-config.d.mts.map +1 -0
  45. package/dist/types/commands/config/discover-config-value.d.mts +3 -0
  46. package/dist/types/commands/config/discover-config-value.d.mts.map +1 -0
  47. package/dist/types/commands/config/handle-config-auto.d.mts +7 -0
  48. package/dist/types/commands/config/handle-config-auto.d.mts.map +1 -0
  49. package/dist/types/commands/config/handle-config-get.d.mts +7 -0
  50. package/dist/types/commands/config/handle-config-get.d.mts.map +1 -0
  51. package/dist/types/commands/config/handle-config-set.d.mts +8 -0
  52. package/dist/types/commands/config/handle-config-set.d.mts.map +1 -0
  53. package/dist/types/commands/config/handle-config-unset.d.mts +7 -0
  54. package/dist/types/commands/config/handle-config-unset.d.mts.map +1 -0
  55. package/dist/types/commands/config/output-config-auto.d.mts +4 -0
  56. package/dist/types/commands/config/output-config-auto.d.mts.map +1 -0
  57. package/dist/types/commands/config/output-config-get.d.mts +4 -0
  58. package/dist/types/commands/config/output-config-get.d.mts.map +1 -0
  59. package/dist/types/commands/config/output-config-list.d.mts +6 -0
  60. package/dist/types/commands/config/output-config-list.d.mts.map +1 -0
  61. package/dist/types/commands/config/output-config-set.d.mts +3 -0
  62. package/dist/types/commands/config/output-config-set.d.mts.map +1 -0
  63. package/dist/types/commands/config/output-config-unset.d.mts +3 -0
  64. package/dist/types/commands/config/output-config-unset.d.mts.map +1 -0
  65. package/dist/types/commands/fix/agent-fix.d.mts +42 -0
  66. package/dist/types/commands/fix/agent-fix.d.mts.map +1 -0
  67. package/dist/types/commands/fix/cmd-fix.d.mts +11 -0
  68. package/dist/types/commands/fix/cmd-fix.d.mts.map +1 -0
  69. package/dist/types/commands/fix/coana-fix.d.mts +6 -0
  70. package/dist/types/commands/fix/coana-fix.d.mts.map +1 -0
  71. package/dist/types/commands/fix/fix-branch-helpers.d.mts +4 -0
  72. package/dist/types/commands/fix/fix-branch-helpers.d.mts.map +1 -0
  73. package/dist/types/commands/fix/fix-env-helpers.d.mts +13 -0
  74. package/dist/types/commands/fix/fix-env-helpers.d.mts.map +1 -0
  75. package/dist/types/commands/fix/get-actual-tree.d.mts +3 -0
  76. package/dist/types/commands/fix/get-actual-tree.d.mts.map +1 -0
  77. package/dist/types/commands/fix/handle-fix.d.mts +11 -0
  78. package/dist/types/commands/fix/handle-fix.d.mts.map +1 -0
  79. package/dist/types/commands/fix/npm-fix.d.mts +7 -0
  80. package/dist/types/commands/fix/npm-fix.d.mts.map +1 -0
  81. package/dist/types/commands/fix/output-fix-result.d.mts +3 -0
  82. package/dist/types/commands/fix/output-fix-result.d.mts.map +1 -0
  83. package/dist/types/commands/fix/pnpm-fix.d.mts +7 -0
  84. package/dist/types/commands/fix/pnpm-fix.d.mts.map +1 -0
  85. package/dist/types/commands/fix/pull-request.d.mts +47 -0
  86. package/dist/types/commands/fix/pull-request.d.mts.map +1 -0
  87. package/dist/types/commands/fix/shared.d.mts +8 -0
  88. package/dist/types/commands/fix/shared.d.mts.map +1 -0
  89. package/dist/types/commands/fix/socket-git.d.mts +32 -0
  90. package/dist/types/commands/fix/socket-git.d.mts.map +1 -0
  91. package/dist/types/commands/install/cmd-install-completion.d.mts +10 -0
  92. package/dist/types/commands/install/cmd-install-completion.d.mts.map +1 -0
  93. package/dist/types/commands/install/cmd-install.d.mts +3 -0
  94. package/dist/types/commands/install/cmd-install.d.mts.map +1 -0
  95. package/dist/types/commands/install/handle-install-completion.d.mts +2 -0
  96. package/dist/types/commands/install/handle-install-completion.d.mts.map +1 -0
  97. package/dist/types/commands/install/output-install-completion.d.mts +12 -0
  98. package/dist/types/commands/install/output-install-completion.d.mts.map +1 -0
  99. package/dist/types/commands/install/setup-tab-completion.d.mts +13 -0
  100. package/dist/types/commands/install/setup-tab-completion.d.mts.map +1 -0
  101. package/dist/types/commands/json/cmd-json.d.mts +10 -0
  102. package/dist/types/commands/json/cmd-json.d.mts.map +1 -0
  103. package/dist/types/commands/json/handle-cmd-json.d.mts +2 -0
  104. package/dist/types/commands/json/handle-cmd-json.d.mts.map +1 -0
  105. package/dist/types/commands/json/output-cmd-json.d.mts +2 -0
  106. package/dist/types/commands/json/output-cmd-json.d.mts.map +1 -0
  107. package/dist/types/commands/login/apply-login.d.mts +2 -0
  108. package/dist/types/commands/login/apply-login.d.mts.map +1 -0
  109. package/dist/types/commands/login/attempt-login.d.mts +6 -0
  110. package/dist/types/commands/login/attempt-login.d.mts.map +1 -0
  111. package/dist/types/commands/login/cmd-login.d.mts +11 -0
  112. package/dist/types/commands/login/cmd-login.d.mts.map +1 -0
  113. package/dist/types/commands/logout/apply-logout.d.mts +2 -0
  114. package/dist/types/commands/logout/apply-logout.d.mts.map +1 -0
  115. package/dist/types/commands/logout/attempt-logout.d.mts +2 -0
  116. package/dist/types/commands/logout/attempt-logout.d.mts.map +1 -0
  117. package/dist/types/commands/logout/cmd-logout.d.mts +10 -0
  118. package/dist/types/commands/logout/cmd-logout.d.mts.map +1 -0
  119. package/dist/types/commands/manifest/cmd-manifest-auto.d.mts +10 -0
  120. package/dist/types/commands/manifest/cmd-manifest-auto.d.mts.map +1 -0
  121. package/dist/types/commands/manifest/cmd-manifest-cdxgen.d.mts +10 -0
  122. package/dist/types/commands/manifest/cmd-manifest-cdxgen.d.mts.map +1 -0
  123. package/dist/types/commands/manifest/cmd-manifest-conda.d.mts +10 -0
  124. package/dist/types/commands/manifest/cmd-manifest-conda.d.mts.map +1 -0
  125. package/dist/types/commands/manifest/cmd-manifest-gradle.d.mts +10 -0
  126. package/dist/types/commands/manifest/cmd-manifest-gradle.d.mts.map +1 -0
  127. package/dist/types/commands/manifest/cmd-manifest-kotlin.d.mts +10 -0
  128. package/dist/types/commands/manifest/cmd-manifest-kotlin.d.mts.map +1 -0
  129. package/dist/types/commands/manifest/cmd-manifest-scala.d.mts +10 -0
  130. package/dist/types/commands/manifest/cmd-manifest-scala.d.mts.map +1 -0
  131. package/dist/types/commands/manifest/cmd-manifest-setup.d.mts +10 -0
  132. package/dist/types/commands/manifest/cmd-manifest-setup.d.mts.map +1 -0
  133. package/dist/types/commands/manifest/cmd-manifest.d.mts +10 -0
  134. package/dist/types/commands/manifest/cmd-manifest.d.mts.map +1 -0
  135. package/dist/types/commands/manifest/convert-conda-to-requirements.d.mts +8 -0
  136. package/dist/types/commands/manifest/convert-conda-to-requirements.d.mts.map +1 -0
  137. package/dist/types/commands/manifest/convert_gradle_to_maven.d.mts +7 -0
  138. package/dist/types/commands/manifest/convert_gradle_to_maven.d.mts.map +1 -0
  139. package/dist/types/commands/manifest/convert_sbt_to_maven.d.mts +8 -0
  140. package/dist/types/commands/manifest/convert_sbt_to_maven.d.mts.map +1 -0
  141. package/dist/types/commands/manifest/detect-manifest-actions.d.mts +13 -0
  142. package/dist/types/commands/manifest/detect-manifest-actions.d.mts.map +1 -0
  143. package/dist/types/commands/manifest/generate_auto_manifest.d.mts +9 -0
  144. package/dist/types/commands/manifest/generate_auto_manifest.d.mts.map +1 -0
  145. package/dist/types/commands/manifest/handle-manifest-conda.d.mts +9 -0
  146. package/dist/types/commands/manifest/handle-manifest-conda.d.mts.map +1 -0
  147. package/dist/types/commands/manifest/handle-manifest-setup.d.mts +2 -0
  148. package/dist/types/commands/manifest/handle-manifest-setup.d.mts.map +1 -0
  149. package/dist/types/commands/manifest/output-manifest-setup.d.mts +3 -0
  150. package/dist/types/commands/manifest/output-manifest-setup.d.mts.map +1 -0
  151. package/dist/types/commands/manifest/output-requirements.d.mts +6 -0
  152. package/dist/types/commands/manifest/output-requirements.d.mts.map +1 -0
  153. package/dist/types/commands/manifest/run-cdxgen.d.mts +2 -0
  154. package/dist/types/commands/manifest/run-cdxgen.d.mts.map +1 -0
  155. package/dist/types/commands/manifest/setup-manifest-config.d.mts +3 -0
  156. package/dist/types/commands/manifest/setup-manifest-config.d.mts.map +1 -0
  157. package/dist/types/commands/npm/cmd-npm.d.mts +11 -0
  158. package/dist/types/commands/npm/cmd-npm.d.mts.map +1 -0
  159. package/dist/types/commands/npx/cmd-npx.d.mts +10 -0
  160. package/dist/types/commands/npx/cmd-npx.d.mts.map +1 -0
  161. package/dist/types/commands/oops/cmd-oops.d.mts +10 -0
  162. package/dist/types/commands/oops/cmd-oops.d.mts.map +1 -0
  163. package/dist/types/commands/optimize/add-overrides.d.mts +20 -0
  164. package/dist/types/commands/optimize/add-overrides.d.mts.map +1 -0
  165. package/dist/types/commands/optimize/apply-optimization.d.mts +14 -0
  166. package/dist/types/commands/optimize/apply-optimization.d.mts.map +1 -0
  167. package/dist/types/commands/optimize/cmd-optimize.d.mts +11 -0
  168. package/dist/types/commands/optimize/cmd-optimize.d.mts.map +1 -0
  169. package/dist/types/commands/optimize/deps-includes-by-agent.d.mts +5 -0
  170. package/dist/types/commands/optimize/deps-includes-by-agent.d.mts.map +1 -0
  171. package/dist/types/commands/optimize/get-dependency-entries.d.mts +3 -0
  172. package/dist/types/commands/optimize/get-dependency-entries.d.mts.map +1 -0
  173. package/dist/types/commands/optimize/get-overrides-by-agent.d.mts +42 -0
  174. package/dist/types/commands/optimize/get-overrides-by-agent.d.mts.map +1 -0
  175. package/dist/types/commands/optimize/handle-optimize.d.mts +8 -0
  176. package/dist/types/commands/optimize/handle-optimize.d.mts.map +1 -0
  177. package/dist/types/commands/optimize/lockfile-includes-by-agent.d.mts +8 -0
  178. package/dist/types/commands/optimize/lockfile-includes-by-agent.d.mts.map +1 -0
  179. package/dist/types/commands/optimize/ls-by-agent.d.mts +13 -0
  180. package/dist/types/commands/optimize/ls-by-agent.d.mts.map +1 -0
  181. package/dist/types/commands/optimize/output-optimize-result.d.mts +9 -0
  182. package/dist/types/commands/optimize/output-optimize-result.d.mts.map +1 -0
  183. package/dist/types/commands/optimize/shared.d.mts +2 -0
  184. package/dist/types/commands/optimize/shared.d.mts.map +1 -0
  185. package/dist/types/commands/optimize/types.d.mts +9 -0
  186. package/dist/types/commands/optimize/types.d.mts.map +1 -0
  187. package/dist/types/commands/optimize/update-lockfile.d.mts +11 -0
  188. package/dist/types/commands/optimize/update-lockfile.d.mts.map +1 -0
  189. package/dist/types/commands/optimize/update-manifest-by-agent.d.mts +8 -0
  190. package/dist/types/commands/optimize/update-manifest-by-agent.d.mts.map +1 -0
  191. package/dist/types/commands/organization/cmd-organization-dependencies.d.mts +11 -0
  192. package/dist/types/commands/organization/cmd-organization-dependencies.d.mts.map +1 -0
  193. package/dist/types/commands/organization/cmd-organization-list.d.mts +11 -0
  194. package/dist/types/commands/organization/cmd-organization-list.d.mts.map +1 -0
  195. package/dist/types/commands/organization/cmd-organization-policy-license.d.mts +11 -0
  196. package/dist/types/commands/organization/cmd-organization-policy-license.d.mts.map +1 -0
  197. package/dist/types/commands/organization/cmd-organization-policy-security.d.mts +11 -0
  198. package/dist/types/commands/organization/cmd-organization-policy-security.d.mts.map +1 -0
  199. package/dist/types/commands/organization/cmd-organization-policy.d.mts +3 -0
  200. package/dist/types/commands/organization/cmd-organization-policy.d.mts.map +1 -0
  201. package/dist/types/commands/organization/cmd-organization-quota.d.mts +10 -0
  202. package/dist/types/commands/organization/cmd-organization-quota.d.mts.map +1 -0
  203. package/dist/types/commands/organization/cmd-organization.d.mts +3 -0
  204. package/dist/types/commands/organization/cmd-organization.d.mts.map +1 -0
  205. package/dist/types/commands/organization/fetch-dependencies.d.mts +12 -0
  206. package/dist/types/commands/organization/fetch-dependencies.d.mts.map +1 -0
  207. package/dist/types/commands/organization/fetch-license-policy.d.mts +8 -0
  208. package/dist/types/commands/organization/fetch-license-policy.d.mts.map +1 -0
  209. package/dist/types/commands/organization/fetch-organization-list.d.mts +8 -0
  210. package/dist/types/commands/organization/fetch-organization-list.d.mts.map +1 -0
  211. package/dist/types/commands/organization/fetch-quota.d.mts +8 -0
  212. package/dist/types/commands/organization/fetch-quota.d.mts.map +1 -0
  213. package/dist/types/commands/organization/fetch-security-policy.d.mts +8 -0
  214. package/dist/types/commands/organization/fetch-security-policy.d.mts.map +1 -0
  215. package/dist/types/commands/organization/handle-dependencies.d.mts +7 -0
  216. package/dist/types/commands/organization/handle-dependencies.d.mts.map +1 -0
  217. package/dist/types/commands/organization/handle-license-policy.d.mts +3 -0
  218. package/dist/types/commands/organization/handle-license-policy.d.mts.map +1 -0
  219. package/dist/types/commands/organization/handle-organization-list.d.mts +3 -0
  220. package/dist/types/commands/organization/handle-organization-list.d.mts.map +1 -0
  221. package/dist/types/commands/organization/handle-quota.d.mts +3 -0
  222. package/dist/types/commands/organization/handle-quota.d.mts.map +1 -0
  223. package/dist/types/commands/organization/handle-security-policy.d.mts +3 -0
  224. package/dist/types/commands/organization/handle-security-policy.d.mts.map +1 -0
  225. package/dist/types/commands/organization/output-dependencies.d.mts +8 -0
  226. package/dist/types/commands/organization/output-dependencies.d.mts.map +1 -0
  227. package/dist/types/commands/organization/output-license-policy.d.mts +4 -0
  228. package/dist/types/commands/organization/output-license-policy.d.mts.map +1 -0
  229. package/dist/types/commands/organization/output-organization-list.d.mts +4 -0
  230. package/dist/types/commands/organization/output-organization-list.d.mts.map +1 -0
  231. package/dist/types/commands/organization/output-quota.d.mts +4 -0
  232. package/dist/types/commands/organization/output-quota.d.mts.map +1 -0
  233. package/dist/types/commands/organization/output-security-policy.d.mts +4 -0
  234. package/dist/types/commands/organization/output-security-policy.d.mts.map +1 -0
  235. package/dist/types/commands/package/cmd-package-score.d.mts +11 -0
  236. package/dist/types/commands/package/cmd-package-score.d.mts.map +1 -0
  237. package/dist/types/commands/package/cmd-package-shallow.d.mts +18 -0
  238. package/dist/types/commands/package/cmd-package-shallow.d.mts.map +1 -0
  239. package/dist/types/commands/package/cmd-package.d.mts +3 -0
  240. package/dist/types/commands/package/cmd-package.d.mts.map +1 -0
  241. package/dist/types/commands/package/fetch-purl-deep-score.d.mts +51 -0
  242. package/dist/types/commands/package/fetch-purl-deep-score.d.mts.map +1 -0
  243. package/dist/types/commands/package/fetch-purls-shallow-score.d.mts +8 -0
  244. package/dist/types/commands/package/fetch-purls-shallow-score.d.mts.map +1 -0
  245. package/dist/types/commands/package/handle-purl-deep-score.d.mts +3 -0
  246. package/dist/types/commands/package/handle-purl-deep-score.d.mts.map +1 -0
  247. package/dist/types/commands/package/handle-purls-shallow-score.d.mts +6 -0
  248. package/dist/types/commands/package/handle-purls-shallow-score.d.mts.map +1 -0
  249. package/dist/types/commands/package/output-purls-deep-score.d.mts +5 -0
  250. package/dist/types/commands/package/output-purls-deep-score.d.mts.map +1 -0
  251. package/dist/types/commands/package/output-purls-shallow-score.d.mts +29 -0
  252. package/dist/types/commands/package/output-purls-shallow-score.d.mts.map +1 -0
  253. package/dist/types/commands/package/parse-package-specifiers.d.mts +9 -0
  254. package/dist/types/commands/package/parse-package-specifiers.d.mts.map +1 -0
  255. package/dist/types/commands/raw-npm/cmd-raw-npm.d.mts +10 -0
  256. package/dist/types/commands/raw-npm/cmd-raw-npm.d.mts.map +1 -0
  257. package/dist/types/commands/raw-npm/run-raw-npm.d.mts +2 -0
  258. package/dist/types/commands/raw-npm/run-raw-npm.d.mts.map +1 -0
  259. package/dist/types/commands/raw-npx/cmd-raw-npx.d.mts +10 -0
  260. package/dist/types/commands/raw-npx/cmd-raw-npx.d.mts.map +1 -0
  261. package/dist/types/commands/raw-npx/run-raw-npx.d.mts +2 -0
  262. package/dist/types/commands/raw-npx/run-raw-npx.d.mts.map +1 -0
  263. package/dist/types/commands/repository/cmd-repository-create.d.mts +11 -0
  264. package/dist/types/commands/repository/cmd-repository-create.d.mts.map +1 -0
  265. package/dist/types/commands/repository/cmd-repository-del.d.mts +11 -0
  266. package/dist/types/commands/repository/cmd-repository-del.d.mts.map +1 -0
  267. package/dist/types/commands/repository/cmd-repository-list.d.mts +11 -0
  268. package/dist/types/commands/repository/cmd-repository-list.d.mts.map +1 -0
  269. package/dist/types/commands/repository/cmd-repository-update.d.mts +11 -0
  270. package/dist/types/commands/repository/cmd-repository-update.d.mts.map +1 -0
  271. package/dist/types/commands/repository/cmd-repository-view.d.mts +11 -0
  272. package/dist/types/commands/repository/cmd-repository-view.d.mts.map +1 -0
  273. package/dist/types/commands/repository/cmd-repository.d.mts +3 -0
  274. package/dist/types/commands/repository/cmd-repository.d.mts.map +1 -0
  275. package/dist/types/commands/repository/fetch-create-repo.d.mts +16 -0
  276. package/dist/types/commands/repository/fetch-create-repo.d.mts.map +1 -0
  277. package/dist/types/commands/repository/fetch-delete-repo.d.mts +8 -0
  278. package/dist/types/commands/repository/fetch-delete-repo.d.mts.map +1 -0
  279. package/dist/types/commands/repository/fetch-list-all-repos.d.mts +10 -0
  280. package/dist/types/commands/repository/fetch-list-all-repos.d.mts.map +1 -0
  281. package/dist/types/commands/repository/fetch-list-repos.d.mts +15 -0
  282. package/dist/types/commands/repository/fetch-list-repos.d.mts.map +1 -0
  283. package/dist/types/commands/repository/fetch-update-repo.d.mts +16 -0
  284. package/dist/types/commands/repository/fetch-update-repo.d.mts.map +1 -0
  285. package/dist/types/commands/repository/fetch-view-repo.d.mts +8 -0
  286. package/dist/types/commands/repository/fetch-view-repo.d.mts.map +1 -0
  287. package/dist/types/commands/repository/handle-create-repo.d.mts +10 -0
  288. package/dist/types/commands/repository/handle-create-repo.d.mts.map +1 -0
  289. package/dist/types/commands/repository/handle-delete-repo.d.mts +3 -0
  290. package/dist/types/commands/repository/handle-delete-repo.d.mts.map +1 -0
  291. package/dist/types/commands/repository/handle-list-repos.d.mts +11 -0
  292. package/dist/types/commands/repository/handle-list-repos.d.mts.map +1 -0
  293. package/dist/types/commands/repository/handle-update-repo.d.mts +10 -0
  294. package/dist/types/commands/repository/handle-update-repo.d.mts.map +1 -0
  295. package/dist/types/commands/repository/handle-view-repo.d.mts +3 -0
  296. package/dist/types/commands/repository/handle-view-repo.d.mts.map +1 -0
  297. package/dist/types/commands/repository/output-create-repo.d.mts +4 -0
  298. package/dist/types/commands/repository/output-create-repo.d.mts.map +1 -0
  299. package/dist/types/commands/repository/output-delete-repo.d.mts +4 -0
  300. package/dist/types/commands/repository/output-delete-repo.d.mts.map +1 -0
  301. package/dist/types/commands/repository/output-list-repos.d.mts +4 -0
  302. package/dist/types/commands/repository/output-list-repos.d.mts.map +1 -0
  303. package/dist/types/commands/repository/output-update-repo.d.mts +4 -0
  304. package/dist/types/commands/repository/output-update-repo.d.mts.map +1 -0
  305. package/dist/types/commands/repository/output-view-repo.d.mts +4 -0
  306. package/dist/types/commands/repository/output-view-repo.d.mts.map +1 -0
  307. package/dist/types/commands/scan/cmd-scan-create.d.mts +11 -0
  308. package/dist/types/commands/scan/cmd-scan-create.d.mts.map +1 -0
  309. package/dist/types/commands/scan/cmd-scan-del.d.mts +11 -0
  310. package/dist/types/commands/scan/cmd-scan-del.d.mts.map +1 -0
  311. package/dist/types/commands/scan/cmd-scan-diff.d.mts +11 -0
  312. package/dist/types/commands/scan/cmd-scan-diff.d.mts.map +1 -0
  313. package/dist/types/commands/scan/cmd-scan-github.d.mts +11 -0
  314. package/dist/types/commands/scan/cmd-scan-github.d.mts.map +1 -0
  315. package/dist/types/commands/scan/cmd-scan-list.d.mts +4 -0
  316. package/dist/types/commands/scan/cmd-scan-list.d.mts.map +1 -0
  317. package/dist/types/commands/scan/cmd-scan-metadata.d.mts +4 -0
  318. package/dist/types/commands/scan/cmd-scan-metadata.d.mts.map +1 -0
  319. package/dist/types/commands/scan/cmd-scan-reach.d.mts +11 -0
  320. package/dist/types/commands/scan/cmd-scan-reach.d.mts.map +1 -0
  321. package/dist/types/commands/scan/cmd-scan-report.d.mts +4 -0
  322. package/dist/types/commands/scan/cmd-scan-report.d.mts.map +1 -0
  323. package/dist/types/commands/scan/cmd-scan-setup.d.mts +10 -0
  324. package/dist/types/commands/scan/cmd-scan-setup.d.mts.map +1 -0
  325. package/dist/types/commands/scan/cmd-scan-view.d.mts +4 -0
  326. package/dist/types/commands/scan/cmd-scan-view.d.mts.map +1 -0
  327. package/dist/types/commands/scan/cmd-scan.d.mts +3 -0
  328. package/dist/types/commands/scan/cmd-scan.d.mts.map +1 -0
  329. package/dist/types/commands/scan/create-scan-from-github.d.mts +12 -0
  330. package/dist/types/commands/scan/create-scan-from-github.d.mts.map +1 -0
  331. package/dist/types/commands/scan/fetch-create-org-full-scan.d.mts +20 -0
  332. package/dist/types/commands/scan/fetch-create-org-full-scan.d.mts.map +1 -0
  333. package/dist/types/commands/scan/fetch-delete-org-full-scan.d.mts +8 -0
  334. package/dist/types/commands/scan/fetch-delete-org-full-scan.d.mts.map +1 -0
  335. package/dist/types/commands/scan/fetch-diff-scan.d.mts +8 -0
  336. package/dist/types/commands/scan/fetch-diff-scan.d.mts.map +1 -0
  337. package/dist/types/commands/scan/fetch-list-scans.d.mts +18 -0
  338. package/dist/types/commands/scan/fetch-list-scans.d.mts.map +1 -0
  339. package/dist/types/commands/scan/fetch-report-data.d.mts +17 -0
  340. package/dist/types/commands/scan/fetch-report-data.d.mts.map +1 -0
  341. package/dist/types/commands/scan/fetch-scan-metadata.d.mts +8 -0
  342. package/dist/types/commands/scan/fetch-scan-metadata.d.mts.map +1 -0
  343. package/dist/types/commands/scan/fetch-scan.d.mts +4 -0
  344. package/dist/types/commands/scan/fetch-scan.d.mts.map +1 -0
  345. package/dist/types/commands/scan/fetch-supported-scan-file-names.d.mts +8 -0
  346. package/dist/types/commands/scan/fetch-supported-scan-file-names.d.mts.map +1 -0
  347. package/dist/types/commands/scan/finalize-tier1-scan.d.mts +12 -0
  348. package/dist/types/commands/scan/finalize-tier1-scan.d.mts.map +1 -0
  349. package/dist/types/commands/scan/generate-report.d.mts +43 -0
  350. package/dist/types/commands/scan/generate-report.d.mts.map +1 -0
  351. package/dist/types/commands/scan/handle-create-github-scan.d.mts +12 -0
  352. package/dist/types/commands/scan/handle-create-github-scan.d.mts.map +1 -0
  353. package/dist/types/commands/scan/handle-create-new-scan.d.mts +26 -0
  354. package/dist/types/commands/scan/handle-create-new-scan.d.mts.map +1 -0
  355. package/dist/types/commands/scan/handle-delete-scan.d.mts +3 -0
  356. package/dist/types/commands/scan/handle-delete-scan.d.mts.map +1 -0
  357. package/dist/types/commands/scan/handle-diff-scan.d.mts +10 -0
  358. package/dist/types/commands/scan/handle-diff-scan.d.mts.map +1 -0
  359. package/dist/types/commands/scan/handle-list-scans.d.mts +13 -0
  360. package/dist/types/commands/scan/handle-list-scans.d.mts.map +1 -0
  361. package/dist/types/commands/scan/handle-scan-config.d.mts +2 -0
  362. package/dist/types/commands/scan/handle-scan-config.d.mts.map +1 -0
  363. package/dist/types/commands/scan/handle-scan-metadata.d.mts +3 -0
  364. package/dist/types/commands/scan/handle-scan-metadata.d.mts.map +1 -0
  365. package/dist/types/commands/scan/handle-scan-reach.d.mts +12 -0
  366. package/dist/types/commands/scan/handle-scan-reach.d.mts.map +1 -0
  367. package/dist/types/commands/scan/handle-scan-report.d.mts +12 -0
  368. package/dist/types/commands/scan/handle-scan-report.d.mts.map +1 -0
  369. package/dist/types/commands/scan/handle-scan-view.d.mts +3 -0
  370. package/dist/types/commands/scan/handle-scan-view.d.mts.map +1 -0
  371. package/dist/types/commands/scan/output-create-new-scan.d.mts +10 -0
  372. package/dist/types/commands/scan/output-create-new-scan.d.mts.map +1 -0
  373. package/dist/types/commands/scan/output-delete-scan.d.mts +4 -0
  374. package/dist/types/commands/scan/output-delete-scan.d.mts.map +1 -0
  375. package/dist/types/commands/scan/output-diff-scan.d.mts +8 -0
  376. package/dist/types/commands/scan/output-diff-scan.d.mts.map +1 -0
  377. package/dist/types/commands/scan/output-list-scans.d.mts +4 -0
  378. package/dist/types/commands/scan/output-list-scans.d.mts.map +1 -0
  379. package/dist/types/commands/scan/output-scan-config-result.d.mts +3 -0
  380. package/dist/types/commands/scan/output-scan-config-result.d.mts.map +1 -0
  381. package/dist/types/commands/scan/output-scan-github.d.mts +3 -0
  382. package/dist/types/commands/scan/output-scan-github.d.mts.map +1 -0
  383. package/dist/types/commands/scan/output-scan-metadata.d.mts +4 -0
  384. package/dist/types/commands/scan/output-scan-metadata.d.mts.map +1 -0
  385. package/dist/types/commands/scan/output-scan-reach.d.mts +7 -0
  386. package/dist/types/commands/scan/output-scan-reach.d.mts.map +1 -0
  387. package/dist/types/commands/scan/output-scan-report.d.mts +20 -0
  388. package/dist/types/commands/scan/output-scan-report.d.mts.map +1 -0
  389. package/dist/types/commands/scan/output-scan-view.d.mts +4 -0
  390. package/dist/types/commands/scan/output-scan-view.d.mts.map +1 -0
  391. package/dist/types/commands/scan/perform-reachability-analysis.d.mts +26 -0
  392. package/dist/types/commands/scan/perform-reachability-analysis.d.mts.map +1 -0
  393. package/dist/types/commands/scan/reachability-flags.d.mts +3 -0
  394. package/dist/types/commands/scan/reachability-flags.d.mts.map +1 -0
  395. package/dist/types/commands/scan/setup-scan-config.d.mts +3 -0
  396. package/dist/types/commands/scan/setup-scan-config.d.mts.map +1 -0
  397. package/dist/types/commands/scan/stream-scan.d.mts +7 -0
  398. package/dist/types/commands/scan/stream-scan.d.mts.map +1 -0
  399. package/dist/types/commands/scan/suggest-org-slug.d.mts +2 -0
  400. package/dist/types/commands/scan/suggest-org-slug.d.mts.map +1 -0
  401. package/dist/types/commands/scan/suggest-repo-slug.d.mts +9 -0
  402. package/dist/types/commands/scan/suggest-repo-slug.d.mts.map +1 -0
  403. package/dist/types/commands/scan/suggest-to-persist-orgslug.d.mts +2 -0
  404. package/dist/types/commands/scan/suggest-to-persist-orgslug.d.mts.map +1 -0
  405. package/dist/types/commands/scan/suggest_branch_slug.d.mts +2 -0
  406. package/dist/types/commands/scan/suggest_branch_slug.d.mts.map +1 -0
  407. package/dist/types/commands/scan/suggest_target.d.mts +2 -0
  408. package/dist/types/commands/scan/suggest_target.d.mts.map +1 -0
  409. package/dist/types/commands/threat-feed/cmd-threat-feed.d.mts +11 -0
  410. package/dist/types/commands/threat-feed/cmd-threat-feed.d.mts.map +1 -0
  411. package/dist/types/commands/threat-feed/fetch-threat-feed.d.mts +13 -0
  412. package/dist/types/commands/threat-feed/fetch-threat-feed.d.mts.map +1 -0
  413. package/dist/types/commands/threat-feed/handle-threat-feed.d.mts +13 -0
  414. package/dist/types/commands/threat-feed/handle-threat-feed.d.mts.map +1 -0
  415. package/dist/types/commands/threat-feed/output-threat-feed.d.mts +4 -0
  416. package/dist/types/commands/threat-feed/output-threat-feed.d.mts.map +1 -0
  417. package/dist/types/commands/threat-feed/types.d.mts +15 -0
  418. package/dist/types/commands/threat-feed/types.d.mts.map +1 -0
  419. package/dist/types/commands/uninstall/cmd-uninstall-completion.d.mts +9 -0
  420. package/dist/types/commands/uninstall/cmd-uninstall-completion.d.mts.map +1 -0
  421. package/dist/types/commands/uninstall/cmd-uninstall.d.mts +3 -0
  422. package/dist/types/commands/uninstall/cmd-uninstall.d.mts.map +1 -0
  423. package/dist/types/commands/uninstall/handle-uninstall-completion.d.mts +2 -0
  424. package/dist/types/commands/uninstall/handle-uninstall-completion.d.mts.map +1 -0
  425. package/dist/types/commands/uninstall/output-uninstall-completion.d.mts +6 -0
  426. package/dist/types/commands/uninstall/output-uninstall-completion.d.mts.map +1 -0
  427. package/dist/types/commands/uninstall/teardown-tab-completion.d.mts +6 -0
  428. package/dist/types/commands/uninstall/teardown-tab-completion.d.mts.map +1 -0
  429. package/dist/types/commands/wrapper/add-socket-wrapper.d.mts +2 -0
  430. package/dist/types/commands/wrapper/add-socket-wrapper.d.mts.map +1 -0
  431. package/dist/types/commands/wrapper/check-socket-wrapper-setup.d.mts +2 -0
  432. package/dist/types/commands/wrapper/check-socket-wrapper-setup.d.mts.map +1 -0
  433. package/dist/types/commands/wrapper/cmd-wrapper.d.mts +10 -0
  434. package/dist/types/commands/wrapper/cmd-wrapper.d.mts.map +1 -0
  435. package/dist/types/commands/wrapper/postinstall-wrapper.d.mts +2 -0
  436. package/dist/types/commands/wrapper/postinstall-wrapper.d.mts.map +1 -0
  437. package/dist/types/commands/wrapper/remove-socket-wrapper.d.mts +2 -0
  438. package/dist/types/commands/wrapper/remove-socket-wrapper.d.mts.map +1 -0
  439. package/dist/types/commands.d.mts +228 -0
  440. package/dist/types/commands.d.mts.map +1 -0
  441. package/dist/types/constants.d.mts +135 -0
  442. package/dist/types/constants.d.mts.map +1 -0
  443. package/dist/types/flags.d.mts +17 -0
  444. package/dist/types/flags.d.mts.map +1 -0
  445. package/dist/types/instrument-with-sentry.d.mts +2 -0
  446. package/dist/types/instrument-with-sentry.d.mts.map +1 -0
  447. package/dist/types/shadow/npm/arborist/index.d.mts +8 -0
  448. package/dist/types/shadow/npm/arborist/index.d.mts.map +1 -0
  449. package/dist/types/shadow/npm/arborist/lib/arborist/index.d.mts +35 -0
  450. package/dist/types/shadow/npm/arborist/lib/arborist/index.d.mts.map +1 -0
  451. package/dist/types/shadow/npm/arborist/types.d.mts +123 -0
  452. package/dist/types/shadow/npm/arborist/types.d.mts.map +1 -0
  453. package/dist/types/shadow/npm/arborist-helpers.d.mts +39 -0
  454. package/dist/types/shadow/npm/arborist-helpers.d.mts.map +1 -0
  455. package/dist/types/shadow/npm/bin.d.mts +2 -0
  456. package/dist/types/shadow/npm/bin.d.mts.map +1 -0
  457. package/dist/types/shadow/npm/inject.d.mts +2 -0
  458. package/dist/types/shadow/npm/inject.d.mts.map +1 -0
  459. package/dist/types/shadow/npm/install.d.mts +13 -0
  460. package/dist/types/shadow/npm/install.d.mts.map +1 -0
  461. package/dist/types/shadow/npm/link.d.mts +2 -0
  462. package/dist/types/shadow/npm/link.d.mts.map +1 -0
  463. package/dist/types/shadow/npm/paths.d.mts +7 -0
  464. package/dist/types/shadow/npm/paths.d.mts.map +1 -0
  465. package/dist/types/types.d.mts +29 -0
  466. package/dist/types/types.d.mts.map +1 -0
  467. package/dist/types/utils/agent.d.mts +12 -0
  468. package/dist/types/utils/agent.d.mts.map +1 -0
  469. package/dist/types/utils/alert/artifact.d.mts +34 -0
  470. package/dist/types/utils/alert/artifact.d.mts.map +1 -0
  471. package/dist/types/utils/alert/fix.d.mts +6 -0
  472. package/dist/types/utils/alert/fix.d.mts.map +1 -0
  473. package/dist/types/utils/alert/severity.d.mts +14 -0
  474. package/dist/types/utils/alert/severity.d.mts.map +1 -0
  475. package/dist/types/utils/alerts-map.d.mts +24 -0
  476. package/dist/types/utils/alerts-map.d.mts.map +1 -0
  477. package/dist/types/utils/api.d.mts +22 -0
  478. package/dist/types/utils/api.d.mts.map +1 -0
  479. package/dist/types/utils/check-input.d.mts +9 -0
  480. package/dist/types/utils/check-input.d.mts.map +1 -0
  481. package/dist/types/utils/cmd.d.mts +5 -0
  482. package/dist/types/utils/cmd.d.mts.map +1 -0
  483. package/dist/types/utils/coana.d.mts +5 -0
  484. package/dist/types/utils/coana.d.mts.map +1 -0
  485. package/dist/types/utils/color-or-markdown.d.mts +16 -0
  486. package/dist/types/utils/color-or-markdown.d.mts.map +1 -0
  487. package/dist/types/utils/completion.d.mts +11 -0
  488. package/dist/types/utils/completion.d.mts.map +1 -0
  489. package/dist/types/utils/config.d.mts +32 -0
  490. package/dist/types/utils/config.d.mts.map +1 -0
  491. package/dist/types/utils/determine-org-slug.d.mts +2 -0
  492. package/dist/types/utils/determine-org-slug.d.mts.map +1 -0
  493. package/dist/types/utils/ecosystem.d.mts +20 -0
  494. package/dist/types/utils/ecosystem.d.mts.map +1 -0
  495. package/dist/types/utils/errors.d.mts +14 -0
  496. package/dist/types/utils/errors.d.mts.map +1 -0
  497. package/dist/types/utils/fail-msg-with-badge.d.mts +2 -0
  498. package/dist/types/utils/fail-msg-with-badge.d.mts.map +1 -0
  499. package/dist/types/utils/fs.d.mts +9 -0
  500. package/dist/types/utils/fs.d.mts.map +1 -0
  501. package/dist/types/utils/get-output-kind.d.mts +3 -0
  502. package/dist/types/utils/get-output-kind.d.mts.map +1 -0
  503. package/dist/types/utils/git.d.mts +34 -0
  504. package/dist/types/utils/git.d.mts.map +1 -0
  505. package/dist/types/utils/glob.d.mts +16 -0
  506. package/dist/types/utils/glob.d.mts.map +1 -0
  507. package/dist/types/utils/lockfile.d.mts +2 -0
  508. package/dist/types/utils/lockfile.d.mts.map +1 -0
  509. package/dist/types/utils/map-to-object.d.mts +10 -0
  510. package/dist/types/utils/map-to-object.d.mts.map +1 -0
  511. package/dist/types/utils/markdown.d.mts +10 -0
  512. package/dist/types/utils/markdown.d.mts.map +1 -0
  513. package/dist/types/utils/meow-with-subcommands.d.mts +47 -0
  514. package/dist/types/utils/meow-with-subcommands.d.mts.map +1 -0
  515. package/dist/types/utils/ms-at-home.d.mts +2 -0
  516. package/dist/types/utils/ms-at-home.d.mts.map +1 -0
  517. package/dist/types/utils/npm-config.d.mts +14 -0
  518. package/dist/types/utils/npm-config.d.mts.map +1 -0
  519. package/dist/types/utils/npm-package-arg.d.mts +4 -0
  520. package/dist/types/utils/npm-package-arg.d.mts.map +1 -0
  521. package/dist/types/utils/npm-paths.d.mts +7 -0
  522. package/dist/types/utils/npm-paths.d.mts.map +1 -0
  523. package/dist/types/utils/objects.d.mts +3 -0
  524. package/dist/types/utils/objects.d.mts.map +1 -0
  525. package/dist/types/utils/output-formatting.d.mts +20 -0
  526. package/dist/types/utils/output-formatting.d.mts.map +1 -0
  527. package/dist/types/utils/package-environment.d.mts +57 -0
  528. package/dist/types/utils/package-environment.d.mts.map +1 -0
  529. package/dist/types/utils/path-resolve.d.mts +14 -0
  530. package/dist/types/utils/path-resolve.d.mts.map +1 -0
  531. package/dist/types/utils/pnpm.d.mts +11 -0
  532. package/dist/types/utils/pnpm.d.mts.map +1 -0
  533. package/dist/types/utils/purl.d.mts +16 -0
  534. package/dist/types/utils/purl.d.mts.map +1 -0
  535. package/dist/types/utils/requirements.d.mts +121 -0
  536. package/dist/types/utils/requirements.d.mts.map +1 -0
  537. package/dist/types/utils/sdk.d.mts +13 -0
  538. package/dist/types/utils/sdk.d.mts.map +1 -0
  539. package/dist/types/utils/semver.d.mts +8 -0
  540. package/dist/types/utils/semver.d.mts.map +1 -0
  541. package/dist/types/utils/serialize-result-json.d.mts +5 -0
  542. package/dist/types/utils/serialize-result-json.d.mts.map +1 -0
  543. package/dist/types/utils/socket-json.d.mts +56 -0
  544. package/dist/types/utils/socket-json.d.mts.map +1 -0
  545. package/dist/types/utils/socket-package-alert.d.mts +78 -0
  546. package/dist/types/utils/socket-package-alert.d.mts.map +1 -0
  547. package/dist/types/utils/socket-url.d.mts +8 -0
  548. package/dist/types/utils/socket-url.d.mts.map +1 -0
  549. package/dist/types/utils/spec.d.mts +5 -0
  550. package/dist/types/utils/spec.d.mts.map +1 -0
  551. package/dist/types/utils/strings.d.mts +2 -0
  552. package/dist/types/utils/strings.d.mts.map +1 -0
  553. package/dist/types/utils/tildify.d.mts +4 -0
  554. package/dist/types/utils/tildify.d.mts.map +1 -0
  555. package/dist/types/utils/translations.d.mts +617 -0
  556. package/dist/types/utils/translations.d.mts.map +1 -0
  557. package/dist/types/utils/walk-nested-map.d.mts +7 -0
  558. package/dist/types/utils/walk-nested-map.d.mts.map +1 -0
  559. package/dist/utils.js +208 -23
  560. package/dist/utils.js.map +1 -1
  561. package/dist/vendor.js +98 -83
  562. package/external/@coana-tech/cli/cli-wrapper.mjs +2 -1
  563. package/external/@coana-tech/cli/cli.mjs +690 -584
  564. package/external/@coana-tech/cli/reachability-analyzers-cli.mjs +432 -363
  565. package/external/@coana-tech/cli/repos/coana-tech/alucard/alucard.jar +0 -0
  566. package/external/@coana-tech/cli/repos/coana-tech/class-graph-analysis/dist/bundle/class-graph-analysis-cli.mjs +20155 -0
  567. package/external/@coana-tech/cli/repos/coana-tech/class-graph-analysis/dist/bundle/tree-sitter.wasm +0 -0
  568. package/external/@coana-tech/cli/repos/coana-tech/cocoa/release/Coana.Cocoa.deps.json +69 -0
  569. package/external/@coana-tech/cli/repos/coana-tech/cocoa/release/Coana.Cocoa.dll +0 -0
  570. package/external/@coana-tech/cli/repos/coana-tech/cocoa/release/Coana.Cocoa.runtimeconfig.json +12 -0
  571. package/external/@coana-tech/cli/repos/coana-tech/cocoa/release/Mono.Cecil.Rocks.dll +0 -0
  572. package/external/@coana-tech/cli/repos/coana-tech/cocoa/release/Mono.Cecil.dll +0 -0
  573. package/external/@coana-tech/cli/repos/coana-tech/cocoa/release/System.CommandLine.dll +0 -0
  574. package/external/@coana-tech/cli/repos/coana-tech/goana/bin/goana-darwin-amd64.gz +0 -0
  575. package/external/@coana-tech/cli/repos/coana-tech/goana/bin/goana-darwin-arm64.gz +0 -0
  576. package/external/@coana-tech/cli/repos/coana-tech/goana/bin/goana-linux-amd64.gz +0 -0
  577. package/external/@coana-tech/cli/repos/coana-tech/goana/bin/goana-linux-arm64.gz +0 -0
  578. package/external/@coana-tech/cli/repos/coana-tech/mambalade/dist/mambalade-0.3.11-py3-none-any.whl +0 -0
  579. package/external/@coana-tech/cli/repos/coana-tech/tree-sitter-scala/node-types.json +8350 -0
  580. package/external/@coana-tech/cli/repos/coana-tech/tree-sitter-scala/tree-sitter-scala.wasm +0 -0
  581. package/external/@coana-tech/cli/repos/fwcd/tree-sitter-kotlin/node-types.json +9853 -0
  582. package/external/@coana-tech/cli/repos/fwcd/tree-sitter-kotlin/tree-sitter-kotlin.wasm +0 -0
  583. package/external/@coana-tech/cli/repos/tree-sitter/tree-sitter-c-sharp/node-types.json +7117 -0
  584. package/external/@coana-tech/cli/repos/tree-sitter/tree-sitter-c-sharp/tree-sitter-c_sharp.wasm +0 -0
  585. package/external/@coana-tech/cli/repos/tree-sitter/tree-sitter-java/node-types.json +4586 -0
  586. package/external/@coana-tech/cli/repos/tree-sitter/tree-sitter-java/tree-sitter-java.wasm +0 -0
  587. package/external/@coana-tech/cli/repos/tree-sitter/tree-sitter-rust/node-types.json +5554 -0
  588. package/external/@coana-tech/cli/repos/tree-sitter/tree-sitter-rust/tree-sitter-rust.wasm +0 -0
  589. package/external/@socketsecurity/registry/external/@inquirer/confirm.js +13 -4
  590. package/external/@socketsecurity/registry/external/@inquirer/input.js +10 -4
  591. package/external/@socketsecurity/registry/external/@inquirer/password.js +8 -3
  592. package/external/@socketsecurity/registry/external/@inquirer/search.js +16 -11
  593. package/external/@socketsecurity/registry/external/@inquirer/select.js +10 -17
  594. package/external/@socketsecurity/registry/external/@socketregistry/yocto-spinner.js +8 -3
  595. package/external/@socketsecurity/registry/external/browserslist.js +608 -582
  596. package/external/@socketsecurity/registry/external/yoctocolors-cjs.js +8 -3
  597. package/external/@socketsecurity/registry/manifest.json +2 -2
  598. package/package.json +19 -17
  599. package/requirements.json +120 -0
  600. package/external/@coana-tech/cli/coana-repos/goana/bin/goana-darwin-amd64.gz +0 -0
  601. package/external/@coana-tech/cli/coana-repos/goana/bin/goana-darwin-arm64.gz +0 -0
  602. package/external/@coana-tech/cli/coana-repos/goana/bin/goana-linux-amd64.gz +0 -0
  603. package/external/@coana-tech/cli/coana-repos/goana/bin/goana-linux-arm64.gz +0 -0
  604. package/external/@coana-tech/cli/coana-repos/mambalade/dist/mambalade-0.3.11-py3-none-any.whl +0 -0
  605. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/jelly.js +0 -0
  606. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/code-frame/LICENSE +0 -0
  607. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/code-frame/README.md +0 -0
  608. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/code-frame/lib/index.js +0 -0
  609. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/code-frame/lib/index.js.map +0 -0
  610. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/code-frame/package.json +0 -0
  611. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/compat-data/LICENSE +0 -0
  612. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/compat-data/README.md +0 -0
  613. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/compat-data/corejs2-built-ins.js +0 -0
  614. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/compat-data/corejs3-shipped-proposals.js +0 -0
  615. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/compat-data/data/corejs2-built-ins.json +0 -0
  616. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/compat-data/data/corejs3-shipped-proposals.json +0 -0
  617. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/compat-data/data/native-modules.json +0 -0
  618. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/compat-data/data/overlapping-plugins.json +0 -0
  619. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/compat-data/data/plugin-bugfixes.json +0 -0
  620. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/compat-data/data/plugins.json +0 -0
  621. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/compat-data/native-modules.js +0 -0
  622. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/compat-data/overlapping-plugins.js +0 -0
  623. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/compat-data/package.json +0 -0
  624. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/compat-data/plugin-bugfixes.js +0 -0
  625. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/compat-data/plugins.js +0 -0
  626. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/LICENSE +0 -0
  627. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/README.md +0 -0
  628. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/cjs-proxy.cjs +0 -0
  629. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/cache-contexts.js +0 -0
  630. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/cache-contexts.js.map +0 -0
  631. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/caching.js +0 -0
  632. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/caching.js.map +0 -0
  633. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/config-chain.js +0 -0
  634. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/config-chain.js.map +0 -0
  635. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/config-descriptors.js +0 -0
  636. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/config-descriptors.js.map +0 -0
  637. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/files/configuration.js +0 -0
  638. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/files/configuration.js.map +0 -0
  639. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/files/import.cjs +0 -0
  640. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/files/import.cjs.map +0 -0
  641. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/files/index-browser.js +0 -0
  642. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/files/index-browser.js.map +0 -0
  643. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/files/index.js +0 -0
  644. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/files/index.js.map +0 -0
  645. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/files/module-types.js +0 -0
  646. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/files/module-types.js.map +0 -0
  647. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/files/package.js +0 -0
  648. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/files/package.js.map +0 -0
  649. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/files/plugins.js +0 -0
  650. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/files/plugins.js.map +0 -0
  651. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/files/types.js +0 -0
  652. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/files/types.js.map +0 -0
  653. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/files/utils.js +0 -0
  654. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/files/utils.js.map +0 -0
  655. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/full.js +0 -0
  656. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/full.js.map +0 -0
  657. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/helpers/config-api.js +0 -0
  658. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/helpers/config-api.js.map +0 -0
  659. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/helpers/deep-array.js +0 -0
  660. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/helpers/deep-array.js.map +0 -0
  661. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/helpers/environment.js +0 -0
  662. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/helpers/environment.js.map +0 -0
  663. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/index.js +0 -0
  664. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/index.js.map +0 -0
  665. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/item.js +0 -0
  666. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/item.js.map +0 -0
  667. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/partial.js +0 -0
  668. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/partial.js.map +0 -0
  669. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/pattern-to-regex.js +0 -0
  670. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/pattern-to-regex.js.map +0 -0
  671. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/plugin.js +0 -0
  672. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/plugin.js.map +0 -0
  673. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/printer.js +0 -0
  674. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/printer.js.map +0 -0
  675. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/resolve-targets-browser.js +0 -0
  676. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/resolve-targets-browser.js.map +0 -0
  677. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/resolve-targets.js +0 -0
  678. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/resolve-targets.js.map +0 -0
  679. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/util.js +0 -0
  680. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/util.js.map +0 -0
  681. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/validation/option-assertions.js +0 -0
  682. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/validation/option-assertions.js.map +0 -0
  683. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/validation/options.js +0 -0
  684. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/validation/options.js.map +0 -0
  685. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/validation/plugins.js +0 -0
  686. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/validation/plugins.js.map +0 -0
  687. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/validation/removed.js +0 -0
  688. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/config/validation/removed.js.map +0 -0
  689. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/errors/config-error.js +0 -0
  690. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/errors/config-error.js.map +0 -0
  691. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/errors/rewrite-stack-trace.js +0 -0
  692. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/errors/rewrite-stack-trace.js.map +0 -0
  693. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/gensync-utils/async.js +0 -0
  694. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/gensync-utils/async.js.map +0 -0
  695. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/gensync-utils/fs.js +0 -0
  696. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/gensync-utils/fs.js.map +0 -0
  697. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/gensync-utils/functional.js +0 -0
  698. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/gensync-utils/functional.js.map +0 -0
  699. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/index.js +0 -0
  700. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/index.js.map +0 -0
  701. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/parse.js +0 -0
  702. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/parse.js.map +0 -0
  703. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/parser/index.js +0 -0
  704. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/parser/index.js.map +0 -0
  705. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/parser/util/missing-plugin-helper.js +0 -0
  706. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/parser/util/missing-plugin-helper.js.map +0 -0
  707. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/tools/build-external-helpers.js +0 -0
  708. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/tools/build-external-helpers.js.map +0 -0
  709. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transform-ast.js +0 -0
  710. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transform-ast.js.map +0 -0
  711. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transform-file-browser.js +0 -0
  712. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transform-file-browser.js.map +0 -0
  713. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transform-file.js +0 -0
  714. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transform-file.js.map +0 -0
  715. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transform.js +0 -0
  716. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transform.js.map +0 -0
  717. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transformation/block-hoist-plugin.js +0 -0
  718. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transformation/block-hoist-plugin.js.map +0 -0
  719. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transformation/file/file.js +0 -0
  720. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transformation/file/file.js.map +0 -0
  721. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transformation/file/generate.js +0 -0
  722. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transformation/file/generate.js.map +0 -0
  723. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transformation/file/merge-map.js +0 -0
  724. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transformation/file/merge-map.js.map +0 -0
  725. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transformation/index.js +0 -0
  726. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transformation/index.js.map +0 -0
  727. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transformation/normalize-file.js +0 -0
  728. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transformation/normalize-file.js.map +0 -0
  729. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transformation/normalize-opts.js +0 -0
  730. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transformation/normalize-opts.js.map +0 -0
  731. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transformation/plugin-pass.js +0 -0
  732. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transformation/plugin-pass.js.map +0 -0
  733. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transformation/util/clone-deep.js +0 -0
  734. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/transformation/util/clone-deep.js.map +0 -0
  735. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/vendor/import-meta-resolve.js +0 -0
  736. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/lib/vendor/import-meta-resolve.js.map +0 -0
  737. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/node_modules/.bin/semver +0 -0
  738. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/node_modules/semver/LICENSE +0 -0
  739. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/node_modules/semver/README.md +0 -0
  740. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/node_modules/semver/bin/semver.js +0 -0
  741. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/node_modules/semver/package.json +0 -0
  742. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/node_modules/semver/range.bnf +0 -0
  743. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/node_modules/semver/semver.js +0 -0
  744. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/package.json +0 -0
  745. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/src/config/files/index-browser.ts +0 -0
  746. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/src/config/files/index.ts +0 -0
  747. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/src/config/resolve-targets-browser.ts +0 -0
  748. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/src/config/resolve-targets.ts +0 -0
  749. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/src/transform-file-browser.ts +0 -0
  750. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/core/src/transform-file.ts +0 -0
  751. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/LICENSE +0 -0
  752. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/README.md +0 -0
  753. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/buffer.js +0 -0
  754. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/buffer.js.map +0 -0
  755. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/generators/base.js +0 -0
  756. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/generators/base.js.map +0 -0
  757. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/generators/classes.js +0 -0
  758. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/generators/classes.js.map +0 -0
  759. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/generators/expressions.js +0 -0
  760. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/generators/expressions.js.map +0 -0
  761. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/generators/flow.js +0 -0
  762. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/generators/flow.js.map +0 -0
  763. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/generators/index.js +0 -0
  764. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/generators/index.js.map +0 -0
  765. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/generators/jsx.js +0 -0
  766. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/generators/jsx.js.map +0 -0
  767. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/generators/methods.js +0 -0
  768. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/generators/methods.js.map +0 -0
  769. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/generators/modules.js +0 -0
  770. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/generators/modules.js.map +0 -0
  771. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/generators/statements.js +0 -0
  772. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/generators/statements.js.map +0 -0
  773. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/generators/template-literals.js +0 -0
  774. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/generators/template-literals.js.map +0 -0
  775. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/generators/types.js +0 -0
  776. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/generators/types.js.map +0 -0
  777. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/generators/typescript.js +0 -0
  778. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/generators/typescript.js.map +0 -0
  779. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/index.js +0 -0
  780. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/index.js.map +0 -0
  781. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/node/index.js +0 -0
  782. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/node/index.js.map +0 -0
  783. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/node/parentheses.js +0 -0
  784. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/node/parentheses.js.map +0 -0
  785. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/node/whitespace.js +0 -0
  786. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/node/whitespace.js.map +0 -0
  787. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/printer.js +0 -0
  788. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/printer.js.map +0 -0
  789. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/source-map.js +0 -0
  790. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/lib/source-map.js.map +0 -0
  791. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/generator/package.json +0 -0
  792. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-annotate-as-pure/LICENSE +0 -0
  793. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-annotate-as-pure/README.md +0 -0
  794. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-annotate-as-pure/lib/index.js +0 -0
  795. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-annotate-as-pure/lib/index.js.map +0 -0
  796. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-annotate-as-pure/package.json +0 -0
  797. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-annotate-as-pure/tsconfig.json +0 -0
  798. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-annotate-as-pure/tsconfig.tsbuildinfo +0 -0
  799. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-compilation-targets/LICENSE +0 -0
  800. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-compilation-targets/README.md +0 -0
  801. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/debug.js +0 -0
  802. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/debug.js.map +0 -0
  803. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/filter-items.js +0 -0
  804. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/filter-items.js.map +0 -0
  805. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/index.js +0 -0
  806. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/index.js.map +0 -0
  807. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/options.js +0 -0
  808. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/options.js.map +0 -0
  809. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/pretty.js +0 -0
  810. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/pretty.js.map +0 -0
  811. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/targets.js +0 -0
  812. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/targets.js.map +0 -0
  813. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/utils.js +0 -0
  814. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/utils.js.map +0 -0
  815. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/.bin/semver +0 -0
  816. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/semver/LICENSE +0 -0
  817. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/semver/README.md +0 -0
  818. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/semver/bin/semver.js +0 -0
  819. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/semver/package.json +0 -0
  820. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/semver/range.bnf +0 -0
  821. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/semver/semver.js +0 -0
  822. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-compilation-targets/package.json +0 -0
  823. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/LICENSE +0 -0
  824. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/README.md +0 -0
  825. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js +0 -0
  826. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js.map +0 -0
  827. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js +0 -0
  828. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js.map +0 -0
  829. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/features.js +0 -0
  830. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/features.js.map +0 -0
  831. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/fields.js +0 -0
  832. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/fields.js.map +0 -0
  833. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/index.js +0 -0
  834. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/index.js.map +0 -0
  835. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/misc.js +0 -0
  836. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/misc.js.map +0 -0
  837. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js +0 -0
  838. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js.map +0 -0
  839. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/.bin/semver +0 -0
  840. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/LICENSE +0 -0
  841. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/README.md +0 -0
  842. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/bin/semver.js +0 -0
  843. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/package.json +0 -0
  844. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/range.bnf +0 -0
  845. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/semver.js +0 -0
  846. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/package.json +0 -0
  847. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/tsconfig.json +0 -0
  848. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/tsconfig.tsbuildinfo +0 -0
  849. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-environment-visitor/LICENSE +0 -0
  850. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-environment-visitor/README.md +0 -0
  851. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-environment-visitor/lib/index.js +0 -0
  852. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-environment-visitor/lib/index.js.map +0 -0
  853. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-environment-visitor/package.json +0 -0
  854. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-function-name/LICENSE +0 -0
  855. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-function-name/README.md +0 -0
  856. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-function-name/lib/index.js +0 -0
  857. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-function-name/lib/index.js.map +0 -0
  858. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-function-name/package.json +0 -0
  859. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-hoist-variables/LICENSE +0 -0
  860. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-hoist-variables/README.md +0 -0
  861. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-hoist-variables/lib/index.js +0 -0
  862. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-hoist-variables/lib/index.js.map +0 -0
  863. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-hoist-variables/package.json +0 -0
  864. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/LICENSE +0 -0
  865. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/README.md +0 -0
  866. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/lib/index.js +0 -0
  867. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/lib/index.js.map +0 -0
  868. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/package.json +0 -0
  869. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/tsconfig.json +0 -0
  870. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/tsconfig.tsbuildinfo +0 -0
  871. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-imports/LICENSE +0 -0
  872. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-imports/README.md +0 -0
  873. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-imports/lib/import-builder.js +0 -0
  874. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-imports/lib/import-builder.js.map +0 -0
  875. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-imports/lib/import-injector.js +0 -0
  876. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-imports/lib/import-injector.js.map +0 -0
  877. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-imports/lib/index.js +0 -0
  878. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-imports/lib/index.js.map +0 -0
  879. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-imports/lib/is-module.js +0 -0
  880. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-imports/lib/is-module.js.map +0 -0
  881. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-imports/package.json +0 -0
  882. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-transforms/LICENSE +0 -0
  883. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-transforms/README.md +0 -0
  884. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-transforms/lib/dynamic-import.js +0 -0
  885. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-transforms/lib/dynamic-import.js.map +0 -0
  886. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-transforms/lib/get-module-name.js +0 -0
  887. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-transforms/lib/get-module-name.js.map +0 -0
  888. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-transforms/lib/index.js +0 -0
  889. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-transforms/lib/index.js.map +0 -0
  890. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-transforms/lib/lazy-modules.js +0 -0
  891. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-transforms/lib/lazy-modules.js.map +0 -0
  892. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-transforms/lib/normalize-and-load-metadata.js +0 -0
  893. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-transforms/lib/normalize-and-load-metadata.js.map +0 -0
  894. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-transforms/lib/rewrite-live-references.js +0 -0
  895. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-transforms/lib/rewrite-live-references.js.map +0 -0
  896. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-transforms/lib/rewrite-this.js +0 -0
  897. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-transforms/lib/rewrite-this.js.map +0 -0
  898. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-module-transforms/package.json +0 -0
  899. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-optimise-call-expression/LICENSE +0 -0
  900. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-optimise-call-expression/README.md +0 -0
  901. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-optimise-call-expression/lib/index.js +0 -0
  902. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-optimise-call-expression/lib/index.js.map +0 -0
  903. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-optimise-call-expression/package.json +0 -0
  904. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-optimise-call-expression/tsconfig.json +0 -0
  905. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-optimise-call-expression/tsconfig.tsbuildinfo +0 -0
  906. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-plugin-utils/LICENSE +0 -0
  907. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-plugin-utils/README.md +0 -0
  908. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-plugin-utils/lib/index.js +0 -0
  909. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-plugin-utils/lib/index.js.map +0 -0
  910. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-plugin-utils/package.json +0 -0
  911. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-plugin-utils/tsconfig.json +0 -0
  912. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-plugin-utils/tsconfig.tsbuildinfo +0 -0
  913. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-replace-supers/LICENSE +0 -0
  914. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-replace-supers/README.md +0 -0
  915. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-replace-supers/lib/index.js +0 -0
  916. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-replace-supers/lib/index.js.map +0 -0
  917. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-replace-supers/package.json +0 -0
  918. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-replace-supers/tsconfig.json +0 -0
  919. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-replace-supers/tsconfig.tsbuildinfo +0 -0
  920. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-simple-access/LICENSE +0 -0
  921. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-simple-access/README.md +0 -0
  922. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-simple-access/lib/index.js +0 -0
  923. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-simple-access/lib/index.js.map +0 -0
  924. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-simple-access/package.json +0 -0
  925. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/LICENSE +0 -0
  926. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/README.md +0 -0
  927. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/lib/index.js +0 -0
  928. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/lib/index.js.map +0 -0
  929. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/package.json +0 -0
  930. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/tsconfig.json +0 -0
  931. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/tsconfig.tsbuildinfo +0 -0
  932. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-split-export-declaration/LICENSE +0 -0
  933. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-split-export-declaration/README.md +0 -0
  934. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-split-export-declaration/lib/index.js +0 -0
  935. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-split-export-declaration/lib/index.js.map +0 -0
  936. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-split-export-declaration/package.json +0 -0
  937. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-string-parser/LICENSE +0 -0
  938. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-string-parser/README.md +0 -0
  939. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-string-parser/lib/index.js +0 -0
  940. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-string-parser/lib/index.js.map +0 -0
  941. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-string-parser/package.json +0 -0
  942. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-validator-identifier/LICENSE +0 -0
  943. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-validator-identifier/README.md +0 -0
  944. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-validator-identifier/lib/identifier.js +0 -0
  945. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-validator-identifier/lib/identifier.js.map +0 -0
  946. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-validator-identifier/lib/index.js +0 -0
  947. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-validator-identifier/lib/index.js.map +0 -0
  948. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-validator-identifier/lib/keyword.js +0 -0
  949. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-validator-identifier/lib/keyword.js.map +0 -0
  950. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-validator-identifier/package.json +0 -0
  951. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-validator-identifier/scripts/generate-identifier-regex.js +0 -0
  952. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-validator-option/LICENSE +0 -0
  953. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-validator-option/README.md +0 -0
  954. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-validator-option/lib/find-suggestion.js +0 -0
  955. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-validator-option/lib/find-suggestion.js.map +0 -0
  956. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-validator-option/lib/index.js +0 -0
  957. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-validator-option/lib/index.js.map +0 -0
  958. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-validator-option/lib/validator.js +0 -0
  959. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-validator-option/lib/validator.js.map +0 -0
  960. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helper-validator-option/package.json +0 -0
  961. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/LICENSE +0 -0
  962. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/README.md +0 -0
  963. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/AwaitValue.js +0 -0
  964. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/AwaitValue.js.map +0 -0
  965. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/OverloadYield.js +0 -0
  966. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/OverloadYield.js.map +0 -0
  967. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecoratedDescriptor.js +0 -0
  968. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecoratedDescriptor.js.map +0 -0
  969. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs.js +0 -0
  970. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs.js.map +0 -0
  971. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2203.js +0 -0
  972. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2203.js.map +0 -0
  973. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2203R.js +0 -0
  974. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2203R.js.map +0 -0
  975. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2301.js +0 -0
  976. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2301.js.map +0 -0
  977. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2305.js +0 -0
  978. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2305.js.map +0 -0
  979. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2311.js +0 -0
  980. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2311.js.map +0 -0
  981. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/arrayLikeToArray.js +0 -0
  982. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/arrayLikeToArray.js.map +0 -0
  983. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/arrayWithHoles.js +0 -0
  984. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/arrayWithHoles.js.map +0 -0
  985. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/arrayWithoutHoles.js +0 -0
  986. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/arrayWithoutHoles.js.map +0 -0
  987. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/assertClassBrand.js +0 -0
  988. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/assertClassBrand.js.map +0 -0
  989. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/assertThisInitialized.js +0 -0
  990. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/assertThisInitialized.js.map +0 -0
  991. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/asyncGeneratorDelegate.js +0 -0
  992. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/asyncGeneratorDelegate.js.map +0 -0
  993. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/asyncIterator.js +0 -0
  994. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/asyncIterator.js.map +0 -0
  995. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/asyncToGenerator.js +0 -0
  996. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/asyncToGenerator.js.map +0 -0
  997. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/awaitAsyncGenerator.js +0 -0
  998. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/awaitAsyncGenerator.js.map +0 -0
  999. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/callSuper.js +0 -0
  1000. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/callSuper.js.map +0 -0
  1001. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/checkInRHS.js +0 -0
  1002. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/checkInRHS.js.map +0 -0
  1003. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/checkPrivateRedeclaration.js +0 -0
  1004. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/checkPrivateRedeclaration.js.map +0 -0
  1005. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorDestructureSet.js +0 -0
  1006. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorDestructureSet.js.map +0 -0
  1007. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorGet.js +0 -0
  1008. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorGet.js.map +0 -0
  1009. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorSet.js +0 -0
  1010. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorSet.js.map +0 -0
  1011. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classCallCheck.js +0 -0
  1012. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classCallCheck.js.map +0 -0
  1013. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticAccess.js +0 -0
  1014. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticAccess.js.map +0 -0
  1015. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticFieldDescriptor.js +0 -0
  1016. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticFieldDescriptor.js.map +0 -0
  1017. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classExtractFieldDescriptor.js +0 -0
  1018. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classExtractFieldDescriptor.js.map +0 -0
  1019. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classNameTDZError.js +0 -0
  1020. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classNameTDZError.js.map +0 -0
  1021. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldDestructureSet.js +0 -0
  1022. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldDestructureSet.js.map +0 -0
  1023. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet.js +0 -0
  1024. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet.js.map +0 -0
  1025. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet2.js +0 -0
  1026. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet2.js.map +0 -0
  1027. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldInitSpec.js +0 -0
  1028. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldInitSpec.js.map +0 -0
  1029. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseBase.js +0 -0
  1030. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseBase.js.map +0 -0
  1031. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseKey.js +0 -0
  1032. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseKey.js.map +0 -0
  1033. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet.js +0 -0
  1034. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet.js.map +0 -0
  1035. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet2.js +0 -0
  1036. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet2.js.map +0 -0
  1037. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateGetter.js +0 -0
  1038. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateGetter.js.map +0 -0
  1039. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateMethodGet.js +0 -0
  1040. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateMethodGet.js.map +0 -0
  1041. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateMethodInitSpec.js +0 -0
  1042. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateMethodInitSpec.js.map +0 -0
  1043. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateMethodSet.js +0 -0
  1044. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateMethodSet.js.map +0 -0
  1045. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateSetter.js +0 -0
  1046. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateSetter.js.map +0 -0
  1047. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldDestructureSet.js +0 -0
  1048. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldDestructureSet.js.map +0 -0
  1049. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecGet.js +0 -0
  1050. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecGet.js.map +0 -0
  1051. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecSet.js +0 -0
  1052. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecSet.js.map +0 -0
  1053. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodGet.js +0 -0
  1054. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodGet.js.map +0 -0
  1055. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodSet.js +0 -0
  1056. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodSet.js.map +0 -0
  1057. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/construct.js +0 -0
  1058. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/construct.js.map +0 -0
  1059. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/createClass.js +0 -0
  1060. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/createClass.js.map +0 -0
  1061. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelper.js +0 -0
  1062. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelper.js.map +0 -0
  1063. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelperLoose.js +0 -0
  1064. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelperLoose.js.map +0 -0
  1065. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/createSuper.js +0 -0
  1066. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/createSuper.js.map +0 -0
  1067. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/decorate.js +0 -0
  1068. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/decorate.js.map +0 -0
  1069. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/defaults.js +0 -0
  1070. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/defaults.js.map +0 -0
  1071. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/defineAccessor.js +0 -0
  1072. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/defineAccessor.js.map +0 -0
  1073. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/defineEnumerableProperties.js +0 -0
  1074. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/defineEnumerableProperties.js.map +0 -0
  1075. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/defineProperty.js +0 -0
  1076. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/defineProperty.js.map +0 -0
  1077. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/dispose.js +0 -0
  1078. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/dispose.js.map +0 -0
  1079. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/extends.js +0 -0
  1080. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/extends.js.map +0 -0
  1081. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/get.js +0 -0
  1082. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/get.js.map +0 -0
  1083. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/getPrototypeOf.js +0 -0
  1084. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/getPrototypeOf.js.map +0 -0
  1085. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/identity.js +0 -0
  1086. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/identity.js.map +0 -0
  1087. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/importDeferProxy.js +0 -0
  1088. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/importDeferProxy.js.map +0 -0
  1089. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/inherits.js +0 -0
  1090. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/inherits.js.map +0 -0
  1091. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/inheritsLoose.js +0 -0
  1092. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/inheritsLoose.js.map +0 -0
  1093. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/initializerDefineProperty.js +0 -0
  1094. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/initializerDefineProperty.js.map +0 -0
  1095. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/initializerWarningHelper.js +0 -0
  1096. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/initializerWarningHelper.js.map +0 -0
  1097. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/instanceof.js +0 -0
  1098. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/instanceof.js.map +0 -0
  1099. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/interopRequireDefault.js +0 -0
  1100. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/interopRequireDefault.js.map +0 -0
  1101. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/interopRequireWildcard.js +0 -0
  1102. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/interopRequireWildcard.js.map +0 -0
  1103. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/isNativeFunction.js +0 -0
  1104. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/isNativeFunction.js.map +0 -0
  1105. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/isNativeReflectConstruct.js +0 -0
  1106. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/isNativeReflectConstruct.js.map +0 -0
  1107. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/iterableToArray.js +0 -0
  1108. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/iterableToArray.js.map +0 -0
  1109. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimit.js +0 -0
  1110. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimit.js.map +0 -0
  1111. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/jsx.js +0 -0
  1112. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/jsx.js.map +0 -0
  1113. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/maybeArrayLike.js +0 -0
  1114. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/maybeArrayLike.js.map +0 -0
  1115. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/newArrowCheck.js +0 -0
  1116. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/newArrowCheck.js.map +0 -0
  1117. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/nonIterableRest.js +0 -0
  1118. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/nonIterableRest.js.map +0 -0
  1119. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/nonIterableSpread.js +0 -0
  1120. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/nonIterableSpread.js.map +0 -0
  1121. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/nullishReceiverError.js +0 -0
  1122. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/nullishReceiverError.js.map +0 -0
  1123. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectDestructuringEmpty.js +0 -0
  1124. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectDestructuringEmpty.js.map +0 -0
  1125. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectSpread.js +0 -0
  1126. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectSpread.js.map +0 -0
  1127. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectSpread2.js +0 -0
  1128. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectSpread2.js.map +0 -0
  1129. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js +0 -0
  1130. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js.map +0 -0
  1131. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectWithoutPropertiesLoose.js +0 -0
  1132. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectWithoutPropertiesLoose.js.map +0 -0
  1133. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/possibleConstructorReturn.js +0 -0
  1134. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/possibleConstructorReturn.js.map +0 -0
  1135. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/readOnlyError.js +0 -0
  1136. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/readOnlyError.js.map +0 -0
  1137. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/regeneratorRuntime.js +0 -0
  1138. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/regeneratorRuntime.js.map +0 -0
  1139. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/set.js +0 -0
  1140. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/set.js.map +0 -0
  1141. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/setFunctionName.js +0 -0
  1142. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/setFunctionName.js.map +0 -0
  1143. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/setPrototypeOf.js +0 -0
  1144. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/setPrototypeOf.js.map +0 -0
  1145. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/skipFirstGeneratorNext.js +0 -0
  1146. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/skipFirstGeneratorNext.js.map +0 -0
  1147. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/slicedToArray.js +0 -0
  1148. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/slicedToArray.js.map +0 -0
  1149. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/superPropBase.js +0 -0
  1150. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/superPropBase.js.map +0 -0
  1151. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteral.js +0 -0
  1152. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteral.js.map +0 -0
  1153. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteralLoose.js +0 -0
  1154. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteralLoose.js.map +0 -0
  1155. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/tdz.js +0 -0
  1156. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/tdz.js.map +0 -0
  1157. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/temporalRef.js +0 -0
  1158. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/temporalRef.js.map +0 -0
  1159. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/temporalUndefined.js +0 -0
  1160. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/temporalUndefined.js.map +0 -0
  1161. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/toArray.js +0 -0
  1162. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/toArray.js.map +0 -0
  1163. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/toConsumableArray.js +0 -0
  1164. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/toConsumableArray.js.map +0 -0
  1165. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/toPrimitive.js +0 -0
  1166. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/toPrimitive.js.map +0 -0
  1167. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/toPropertyKey.js +0 -0
  1168. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/toPropertyKey.js.map +0 -0
  1169. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/toSetter.js +0 -0
  1170. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/toSetter.js.map +0 -0
  1171. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/typeof.js +0 -0
  1172. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/typeof.js.map +0 -0
  1173. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/unsupportedIterableToArray.js +0 -0
  1174. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/unsupportedIterableToArray.js.map +0 -0
  1175. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/using.js +0 -0
  1176. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/using.js.map +0 -0
  1177. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/usingCtx.js +0 -0
  1178. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/usingCtx.js.map +0 -0
  1179. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/wrapAsyncGenerator.js +0 -0
  1180. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/wrapAsyncGenerator.js.map +0 -0
  1181. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/wrapNativeSuper.js +0 -0
  1182. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/wrapNativeSuper.js.map +0 -0
  1183. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js +0 -0
  1184. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js.map +0 -0
  1185. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/writeOnlyError.js +0 -0
  1186. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers/writeOnlyError.js.map +0 -0
  1187. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers-generated.js +0 -0
  1188. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/helpers-generated.js.map +0 -0
  1189. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/index.js +0 -0
  1190. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/lib/index.js.map +0 -0
  1191. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/package.json +0 -0
  1192. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/scripts/build-helper-metadata.js +0 -0
  1193. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/scripts/generate-helpers.js +0 -0
  1194. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/helpers/scripts/generate-regenerator-runtime.js +0 -0
  1195. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/highlight/LICENSE +0 -0
  1196. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/highlight/README.md +0 -0
  1197. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/highlight/lib/index.js +0 -0
  1198. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/highlight/lib/index.js.map +0 -0
  1199. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/highlight/package.json +0 -0
  1200. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/parser/CHANGELOG.md +0 -0
  1201. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/parser/LICENSE +0 -0
  1202. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/parser/README.md +0 -0
  1203. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/parser/bin/babel-parser.js +0 -0
  1204. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/parser/index.cjs +0 -0
  1205. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/parser/lib/index.js +0 -0
  1206. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/parser/lib/index.js.map +0 -0
  1207. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/parser/package.json +0 -0
  1208. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/parser/typings/babel-parser.d.ts +0 -0
  1209. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-proposal-decorators/LICENSE +0 -0
  1210. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-proposal-decorators/README.md +0 -0
  1211. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-proposal-decorators/lib/index.js +0 -0
  1212. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-proposal-decorators/lib/index.js.map +0 -0
  1213. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-proposal-decorators/lib/transformer-legacy.js +0 -0
  1214. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-proposal-decorators/lib/transformer-legacy.js.map +0 -0
  1215. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-proposal-decorators/package.json +0 -0
  1216. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-proposal-decorators/tsconfig.json +0 -0
  1217. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-proposal-decorators/tsconfig.tsbuildinfo +0 -0
  1218. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-async-generators/LICENSE +0 -0
  1219. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-async-generators/README.md +0 -0
  1220. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-async-generators/lib/index.js +0 -0
  1221. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-async-generators/package.json +0 -0
  1222. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-bigint/LICENSE +0 -0
  1223. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-bigint/README.md +0 -0
  1224. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-bigint/lib/index.js +0 -0
  1225. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-bigint/package.json +0 -0
  1226. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-class-properties/LICENSE +0 -0
  1227. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-class-properties/README.md +0 -0
  1228. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-class-properties/lib/index.js +0 -0
  1229. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-class-properties/package.json +0 -0
  1230. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-decorators/LICENSE +0 -0
  1231. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-decorators/README.md +0 -0
  1232. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-decorators/lib/index.js +0 -0
  1233. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-decorators/lib/index.js.map +0 -0
  1234. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-decorators/package.json +0 -0
  1235. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-decorators/tsconfig.json +0 -0
  1236. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-decorators/tsconfig.tsbuildinfo +0 -0
  1237. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-import-meta/LICENSE +0 -0
  1238. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-import-meta/README.md +0 -0
  1239. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-import-meta/lib/index.js +0 -0
  1240. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-import-meta/package.json +0 -0
  1241. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-json-strings/LICENSE +0 -0
  1242. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-json-strings/README.md +0 -0
  1243. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-json-strings/lib/index.js +0 -0
  1244. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-json-strings/package.json +0 -0
  1245. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-jsx/LICENSE +0 -0
  1246. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-jsx/README.md +0 -0
  1247. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-jsx/lib/index.js +0 -0
  1248. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-jsx/lib/index.js.map +0 -0
  1249. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-jsx/package.json +0 -0
  1250. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-logical-assignment-operators/LICENSE +0 -0
  1251. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-logical-assignment-operators/README.md +0 -0
  1252. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-logical-assignment-operators/lib/index.js +0 -0
  1253. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-logical-assignment-operators/package.json +0 -0
  1254. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/LICENSE +0 -0
  1255. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/README.md +0 -0
  1256. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/lib/index.js +0 -0
  1257. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/package.json +0 -0
  1258. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-numeric-separator/LICENSE +0 -0
  1259. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-numeric-separator/README.md +0 -0
  1260. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-numeric-separator/lib/index.js +0 -0
  1261. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-numeric-separator/package.json +0 -0
  1262. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-object-rest-spread/LICENSE +0 -0
  1263. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-object-rest-spread/README.md +0 -0
  1264. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-object-rest-spread/lib/index.js +0 -0
  1265. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-object-rest-spread/package.json +0 -0
  1266. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-optional-catch-binding/LICENSE +0 -0
  1267. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-optional-catch-binding/README.md +0 -0
  1268. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-optional-catch-binding/lib/index.js +0 -0
  1269. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-optional-catch-binding/package.json +0 -0
  1270. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-optional-chaining/LICENSE +0 -0
  1271. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-optional-chaining/README.md +0 -0
  1272. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-optional-chaining/lib/index.js +0 -0
  1273. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-optional-chaining/package.json +0 -0
  1274. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-top-level-await/LICENSE +0 -0
  1275. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-top-level-await/README.md +0 -0
  1276. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-top-level-await/lib/index.js +0 -0
  1277. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-top-level-await/package.json +0 -0
  1278. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-typescript/LICENSE +0 -0
  1279. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-typescript/README.md +0 -0
  1280. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-typescript/lib/index.js +0 -0
  1281. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-typescript/lib/index.js.map +0 -0
  1282. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-typescript/package.json +0 -0
  1283. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-typescript/tsconfig.json +0 -0
  1284. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-syntax-typescript/tsconfig.tsbuildinfo +0 -0
  1285. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-transform-template-literals/LICENSE +0 -0
  1286. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-transform-template-literals/README.md +0 -0
  1287. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-transform-template-literals/lib/index.js +0 -0
  1288. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-transform-template-literals/lib/index.js.map +0 -0
  1289. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-transform-template-literals/package.json +0 -0
  1290. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-transform-template-literals/tsconfig.json +0 -0
  1291. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-transform-template-literals/tsconfig.tsbuildinfo +0 -0
  1292. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-transform-typescript/LICENSE +0 -0
  1293. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-transform-typescript/README.md +0 -0
  1294. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js +0 -0
  1295. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js.map +0 -0
  1296. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/enum.js +0 -0
  1297. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/enum.js.map +0 -0
  1298. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/global-types.js +0 -0
  1299. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/global-types.js.map +0 -0
  1300. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/index.js +0 -0
  1301. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/index.js.map +0 -0
  1302. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/namespace.js +0 -0
  1303. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/namespace.js.map +0 -0
  1304. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-transform-typescript/package.json +0 -0
  1305. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-transform-typescript/tsconfig.json +0 -0
  1306. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/plugin-transform-typescript/tsconfig.tsbuildinfo +0 -0
  1307. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/template/LICENSE +0 -0
  1308. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/template/README.md +0 -0
  1309. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/template/lib/builder.js +0 -0
  1310. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/template/lib/builder.js.map +0 -0
  1311. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/template/lib/formatters.js +0 -0
  1312. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/template/lib/formatters.js.map +0 -0
  1313. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/template/lib/index.js +0 -0
  1314. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/template/lib/index.js.map +0 -0
  1315. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/template/lib/literal.js +0 -0
  1316. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/template/lib/literal.js.map +0 -0
  1317. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/template/lib/options.js +0 -0
  1318. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/template/lib/options.js.map +0 -0
  1319. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/template/lib/parse.js +0 -0
  1320. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/template/lib/parse.js.map +0 -0
  1321. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/template/lib/populate.js +0 -0
  1322. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/template/lib/populate.js.map +0 -0
  1323. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/template/lib/string.js +0 -0
  1324. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/template/lib/string.js.map +0 -0
  1325. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/template/package.json +0 -0
  1326. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/LICENSE +0 -0
  1327. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/README.md +0 -0
  1328. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/cache.js +0 -0
  1329. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/cache.js.map +0 -0
  1330. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/context.js +0 -0
  1331. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/context.js.map +0 -0
  1332. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/hub.js +0 -0
  1333. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/hub.js.map +0 -0
  1334. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/index.js +0 -0
  1335. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/index.js.map +0 -0
  1336. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/ancestry.js +0 -0
  1337. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/ancestry.js.map +0 -0
  1338. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/comments.js +0 -0
  1339. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/comments.js.map +0 -0
  1340. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/context.js +0 -0
  1341. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/context.js.map +0 -0
  1342. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/conversion.js +0 -0
  1343. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/conversion.js.map +0 -0
  1344. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/evaluation.js +0 -0
  1345. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/evaluation.js.map +0 -0
  1346. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/family.js +0 -0
  1347. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/family.js.map +0 -0
  1348. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/index.js +0 -0
  1349. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/index.js.map +0 -0
  1350. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/inference/index.js +0 -0
  1351. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/inference/index.js.map +0 -0
  1352. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/inference/inferer-reference.js +0 -0
  1353. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/inference/inferer-reference.js.map +0 -0
  1354. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/inference/inferers.js +0 -0
  1355. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/inference/inferers.js.map +0 -0
  1356. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/inference/util.js +0 -0
  1357. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/inference/util.js.map +0 -0
  1358. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/introspection.js +0 -0
  1359. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/introspection.js.map +0 -0
  1360. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/lib/hoister.js +0 -0
  1361. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/lib/hoister.js.map +0 -0
  1362. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/lib/removal-hooks.js +0 -0
  1363. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/lib/removal-hooks.js.map +0 -0
  1364. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/lib/virtual-types-validator.js +0 -0
  1365. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/lib/virtual-types-validator.js.map +0 -0
  1366. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/lib/virtual-types.js +0 -0
  1367. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/lib/virtual-types.js.map +0 -0
  1368. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/modification.js +0 -0
  1369. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/modification.js.map +0 -0
  1370. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/removal.js +0 -0
  1371. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/removal.js.map +0 -0
  1372. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/replacement.js +0 -0
  1373. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/path/replacement.js.map +0 -0
  1374. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/scope/binding.js +0 -0
  1375. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/scope/binding.js.map +0 -0
  1376. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/scope/index.js +0 -0
  1377. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/scope/index.js.map +0 -0
  1378. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/scope/lib/renamer.js +0 -0
  1379. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/scope/lib/renamer.js.map +0 -0
  1380. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/traverse-node.js +0 -0
  1381. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/traverse-node.js.map +0 -0
  1382. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/types.js +0 -0
  1383. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/types.js.map +0 -0
  1384. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/visitors.js +0 -0
  1385. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/lib/visitors.js.map +0 -0
  1386. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/traverse/package.json +0 -0
  1387. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/LICENSE +0 -0
  1388. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/README.md +0 -0
  1389. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/asserts/assertNode.js +0 -0
  1390. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/asserts/assertNode.js.map +0 -0
  1391. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/asserts/generated/index.js +0 -0
  1392. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/asserts/generated/index.js.map +0 -0
  1393. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/ast-types/generated/index.js +0 -0
  1394. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/ast-types/generated/index.js.map +0 -0
  1395. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js +0 -0
  1396. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js.map +0 -0
  1397. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js +0 -0
  1398. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js.map +0 -0
  1399. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/builders/generated/index.js +0 -0
  1400. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/builders/generated/index.js.map +0 -0
  1401. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/builders/generated/uppercase.js +0 -0
  1402. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/builders/generated/uppercase.js.map +0 -0
  1403. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/builders/productions.js +0 -0
  1404. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/builders/productions.js.map +0 -0
  1405. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/builders/react/buildChildren.js +0 -0
  1406. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/builders/react/buildChildren.js.map +0 -0
  1407. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js +0 -0
  1408. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js.map +0 -0
  1409. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/builders/validateNode.js +0 -0
  1410. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/builders/validateNode.js.map +0 -0
  1411. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/clone/clone.js +0 -0
  1412. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/clone/clone.js.map +0 -0
  1413. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/clone/cloneDeep.js +0 -0
  1414. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/clone/cloneDeep.js.map +0 -0
  1415. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js +0 -0
  1416. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js.map +0 -0
  1417. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/clone/cloneNode.js +0 -0
  1418. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/clone/cloneNode.js.map +0 -0
  1419. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js +0 -0
  1420. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js.map +0 -0
  1421. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/comments/addComment.js +0 -0
  1422. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/comments/addComment.js.map +0 -0
  1423. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/comments/addComments.js +0 -0
  1424. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/comments/addComments.js.map +0 -0
  1425. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/comments/inheritInnerComments.js +0 -0
  1426. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/comments/inheritInnerComments.js.map +0 -0
  1427. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/comments/inheritLeadingComments.js +0 -0
  1428. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/comments/inheritLeadingComments.js.map +0 -0
  1429. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/comments/inheritTrailingComments.js +0 -0
  1430. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/comments/inheritTrailingComments.js.map +0 -0
  1431. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/comments/inheritsComments.js +0 -0
  1432. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/comments/inheritsComments.js.map +0 -0
  1433. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/comments/removeComments.js +0 -0
  1434. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/comments/removeComments.js.map +0 -0
  1435. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/constants/generated/index.js +0 -0
  1436. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/constants/generated/index.js.map +0 -0
  1437. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/constants/index.js +0 -0
  1438. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/constants/index.js.map +0 -0
  1439. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/converters/ensureBlock.js +0 -0
  1440. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/converters/ensureBlock.js.map +0 -0
  1441. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js +0 -0
  1442. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js.map +0 -0
  1443. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js +0 -0
  1444. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js.map +0 -0
  1445. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/converters/toBlock.js +0 -0
  1446. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/converters/toBlock.js.map +0 -0
  1447. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/converters/toComputedKey.js +0 -0
  1448. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/converters/toComputedKey.js.map +0 -0
  1449. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/converters/toExpression.js +0 -0
  1450. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/converters/toExpression.js.map +0 -0
  1451. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/converters/toIdentifier.js +0 -0
  1452. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/converters/toIdentifier.js.map +0 -0
  1453. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/converters/toKeyAlias.js +0 -0
  1454. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/converters/toKeyAlias.js.map +0 -0
  1455. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/converters/toSequenceExpression.js +0 -0
  1456. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/converters/toSequenceExpression.js.map +0 -0
  1457. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/converters/toStatement.js +0 -0
  1458. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/converters/toStatement.js.map +0 -0
  1459. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/converters/valueToNode.js +0 -0
  1460. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/converters/valueToNode.js.map +0 -0
  1461. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/definitions/core.js +0 -0
  1462. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/definitions/core.js.map +0 -0
  1463. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/definitions/deprecated-aliases.js +0 -0
  1464. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/definitions/deprecated-aliases.js.map +0 -0
  1465. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/definitions/experimental.js +0 -0
  1466. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/definitions/experimental.js.map +0 -0
  1467. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/definitions/flow.js +0 -0
  1468. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/definitions/flow.js.map +0 -0
  1469. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/definitions/index.js +0 -0
  1470. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/definitions/index.js.map +0 -0
  1471. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/definitions/jsx.js +0 -0
  1472. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/definitions/jsx.js.map +0 -0
  1473. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/definitions/misc.js +0 -0
  1474. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/definitions/misc.js.map +0 -0
  1475. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/definitions/placeholders.js +0 -0
  1476. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/definitions/placeholders.js.map +0 -0
  1477. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/definitions/typescript.js +0 -0
  1478. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/definitions/typescript.js.map +0 -0
  1479. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/definitions/utils.js +0 -0
  1480. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/definitions/utils.js.map +0 -0
  1481. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/index-legacy.d.ts +0 -0
  1482. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/index.d.ts +0 -0
  1483. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/index.js +0 -0
  1484. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/index.js.flow +0 -0
  1485. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/index.js.map +0 -0
  1486. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js +0 -0
  1487. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js.map +0 -0
  1488. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js +0 -0
  1489. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js.map +0 -0
  1490. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/modifications/inherits.js +0 -0
  1491. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/modifications/inherits.js.map +0 -0
  1492. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js +0 -0
  1493. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js.map +0 -0
  1494. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/modifications/removeProperties.js +0 -0
  1495. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/modifications/removeProperties.js.map +0 -0
  1496. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js +0 -0
  1497. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js.map +0 -0
  1498. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js +0 -0
  1499. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js.map +0 -0
  1500. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js +0 -0
  1501. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js.map +0 -0
  1502. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js +0 -0
  1503. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js.map +0 -0
  1504. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/traverse/traverse.js +0 -0
  1505. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/traverse/traverse.js.map +0 -0
  1506. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/traverse/traverseFast.js +0 -0
  1507. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/traverse/traverseFast.js.map +0 -0
  1508. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/utils/deprecationWarning.js +0 -0
  1509. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/utils/deprecationWarning.js.map +0 -0
  1510. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/utils/inherit.js +0 -0
  1511. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/utils/inherit.js.map +0 -0
  1512. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js +0 -0
  1513. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js.map +0 -0
  1514. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/utils/shallowEqual.js +0 -0
  1515. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/utils/shallowEqual.js.map +0 -0
  1516. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js +0 -0
  1517. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js.map +0 -0
  1518. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/generated/index.js +0 -0
  1519. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/generated/index.js.map +0 -0
  1520. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/is.js +0 -0
  1521. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/is.js.map +0 -0
  1522. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isBinding.js +0 -0
  1523. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isBinding.js.map +0 -0
  1524. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isBlockScoped.js +0 -0
  1525. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isBlockScoped.js.map +0 -0
  1526. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isImmutable.js +0 -0
  1527. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isImmutable.js.map +0 -0
  1528. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isLet.js +0 -0
  1529. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isLet.js.map +0 -0
  1530. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isNode.js +0 -0
  1531. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isNode.js.map +0 -0
  1532. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isNodesEquivalent.js +0 -0
  1533. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isNodesEquivalent.js.map +0 -0
  1534. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isPlaceholderType.js +0 -0
  1535. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isPlaceholderType.js.map +0 -0
  1536. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isReferenced.js +0 -0
  1537. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isReferenced.js.map +0 -0
  1538. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isScope.js +0 -0
  1539. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isScope.js.map +0 -0
  1540. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isSpecifierDefault.js +0 -0
  1541. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isSpecifierDefault.js.map +0 -0
  1542. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isType.js +0 -0
  1543. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isType.js.map +0 -0
  1544. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isValidES3Identifier.js +0 -0
  1545. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isValidES3Identifier.js.map +0 -0
  1546. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isValidIdentifier.js +0 -0
  1547. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isValidIdentifier.js.map +0 -0
  1548. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isVar.js +0 -0
  1549. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/isVar.js.map +0 -0
  1550. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/matchesPattern.js +0 -0
  1551. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/matchesPattern.js.map +0 -0
  1552. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/react/isCompatTag.js +0 -0
  1553. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/react/isCompatTag.js.map +0 -0
  1554. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/react/isReactComponent.js +0 -0
  1555. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/react/isReactComponent.js.map +0 -0
  1556. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/validate.js +0 -0
  1557. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/lib/validators/validate.js.map +0 -0
  1558. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@babel/types/package.json +0 -0
  1559. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/gen-mapping/LICENSE +0 -0
  1560. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/gen-mapping/README.md +0 -0
  1561. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs +0 -0
  1562. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs.map +0 -0
  1563. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js +0 -0
  1564. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js.map +0 -0
  1565. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts +0 -0
  1566. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts +0 -0
  1567. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/types/types.d.ts +0 -0
  1568. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/gen-mapping/package.json +0 -0
  1569. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/resolve-uri/LICENSE +0 -0
  1570. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/resolve-uri/README.md +0 -0
  1571. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs +0 -0
  1572. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map +0 -0
  1573. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js +0 -0
  1574. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js.map +0 -0
  1575. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/resolve-uri/dist/types/resolve-uri.d.ts +0 -0
  1576. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/resolve-uri/package.json +0 -0
  1577. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/set-array/LICENSE +0 -0
  1578. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/set-array/README.md +0 -0
  1579. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/set-array/dist/set-array.mjs +0 -0
  1580. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/set-array/dist/set-array.mjs.map +0 -0
  1581. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/set-array/dist/set-array.umd.js +0 -0
  1582. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/set-array/dist/set-array.umd.js.map +0 -0
  1583. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/set-array/dist/types/set-array.d.ts +0 -0
  1584. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/set-array/package.json +0 -0
  1585. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/sourcemap-codec/LICENSE +0 -0
  1586. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/sourcemap-codec/README.md +0 -0
  1587. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs +0 -0
  1588. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map +0 -0
  1589. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js +0 -0
  1590. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map +0 -0
  1591. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/sourcemap-codec/dist/types/sourcemap-codec.d.ts +0 -0
  1592. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/sourcemap-codec/package.json +0 -0
  1593. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/trace-mapping/LICENSE +0 -0
  1594. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/trace-mapping/README.md +0 -0
  1595. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs +0 -0
  1596. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map +0 -0
  1597. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js +0 -0
  1598. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map +0 -0
  1599. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/any-map.d.ts +0 -0
  1600. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/binary-search.d.ts +0 -0
  1601. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/by-source.d.ts +0 -0
  1602. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/resolve.d.ts +0 -0
  1603. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/sort.d.ts +0 -0
  1604. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/sourcemap-segment.d.ts +0 -0
  1605. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/strip-filename.d.ts +0 -0
  1606. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts +0 -0
  1607. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/types.d.ts +0 -0
  1608. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/@jridgewell/trace-mapping/package.json +0 -0
  1609. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/browserslist/LICENSE +0 -0
  1610. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/browserslist/README.md +0 -0
  1611. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/browserslist/browser.js +0 -0
  1612. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/browserslist/cli.js +0 -0
  1613. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/browserslist/error.d.ts +0 -0
  1614. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/browserslist/error.js +0 -0
  1615. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/browserslist/index.d.ts +0 -0
  1616. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/browserslist/index.js +0 -0
  1617. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/browserslist/node.js +0 -0
  1618. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/browserslist/package.json +0 -0
  1619. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/browserslist/parse.js +0 -0
  1620. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/LICENSE +0 -0
  1621. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/README.md +0 -0
  1622. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/agents.js +0 -0
  1623. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/browserVersions.js +0 -0
  1624. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/browsers.js +0 -0
  1625. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/aac.js +0 -0
  1626. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/abortcontroller.js +0 -0
  1627. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/ac3-ec3.js +0 -0
  1628. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/accelerometer.js +0 -0
  1629. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/addeventlistener.js +0 -0
  1630. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +0 -0
  1631. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/ambient-light.js +0 -0
  1632. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/apng.js +0 -0
  1633. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/array-find-index.js +0 -0
  1634. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/array-find.js +0 -0
  1635. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/array-flat.js +0 -0
  1636. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/array-includes.js +0 -0
  1637. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/arrow-functions.js +0 -0
  1638. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/asmjs.js +0 -0
  1639. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/async-clipboard.js +0 -0
  1640. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/async-functions.js +0 -0
  1641. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/atob-btoa.js +0 -0
  1642. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/audio-api.js +0 -0
  1643. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/audio.js +0 -0
  1644. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/audiotracks.js +0 -0
  1645. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/autofocus.js +0 -0
  1646. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/auxclick.js +0 -0
  1647. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/av1.js +0 -0
  1648. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/avif.js +0 -0
  1649. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/background-attachment.js +0 -0
  1650. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/background-clip-text.js +0 -0
  1651. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/background-img-opts.js +0 -0
  1652. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/background-position-x-y.js +0 -0
  1653. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +0 -0
  1654. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/background-sync.js +0 -0
  1655. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/battery-status.js +0 -0
  1656. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/beacon.js +0 -0
  1657. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/beforeafterprint.js +0 -0
  1658. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/bigint.js +0 -0
  1659. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/blobbuilder.js +0 -0
  1660. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/bloburls.js +0 -0
  1661. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/border-image.js +0 -0
  1662. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/border-radius.js +0 -0
  1663. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/broadcastchannel.js +0 -0
  1664. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/brotli.js +0 -0
  1665. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/calc.js +0 -0
  1666. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/canvas-blending.js +0 -0
  1667. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/canvas-text.js +0 -0
  1668. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/canvas.js +0 -0
  1669. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/ch-unit.js +0 -0
  1670. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +0 -0
  1671. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/channel-messaging.js +0 -0
  1672. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/childnode-remove.js +0 -0
  1673. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/classlist.js +0 -0
  1674. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +0 -0
  1675. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/clipboard.js +0 -0
  1676. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/colr-v1.js +0 -0
  1677. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/colr.js +0 -0
  1678. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/comparedocumentposition.js +0 -0
  1679. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/console-basic.js +0 -0
  1680. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/console-time.js +0 -0
  1681. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/const.js +0 -0
  1682. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/constraint-validation.js +0 -0
  1683. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/contenteditable.js +0 -0
  1684. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +0 -0
  1685. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +0 -0
  1686. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/cookie-store-api.js +0 -0
  1687. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/cors.js +0 -0
  1688. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/createimagebitmap.js +0 -0
  1689. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/credential-management.js +0 -0
  1690. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/cryptography.js +0 -0
  1691. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-all.js +0 -0
  1692. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +0 -0
  1693. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-animation.js +0 -0
  1694. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-any-link.js +0 -0
  1695. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-appearance.js +0 -0
  1696. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-at-counter-style.js +0 -0
  1697. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-autofill.js +0 -0
  1698. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +0 -0
  1699. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-background-offsets.js +0 -0
  1700. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +0 -0
  1701. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +0 -0
  1702. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-boxshadow.js +0 -0
  1703. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-canvas.js +0 -0
  1704. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-caret-color.js +0 -0
  1705. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-cascade-layers.js +0 -0
  1706. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-cascade-scope.js +0 -0
  1707. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-case-insensitive.js +0 -0
  1708. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-clip-path.js +0 -0
  1709. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-color-adjust.js +0 -0
  1710. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-color-function.js +0 -0
  1711. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-conic-gradients.js +0 -0
  1712. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-container-queries-style.js +0 -0
  1713. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-container-queries.js +0 -0
  1714. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-container-query-units.js +0 -0
  1715. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-containment.js +0 -0
  1716. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-content-visibility.js +0 -0
  1717. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-counters.js +0 -0
  1718. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-crisp-edges.js +0 -0
  1719. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-cross-fade.js +0 -0
  1720. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-default-pseudo.js +0 -0
  1721. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +0 -0
  1722. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +0 -0
  1723. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +0 -0
  1724. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-display-contents.js +0 -0
  1725. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-element-function.js +0 -0
  1726. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-env-function.js +0 -0
  1727. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-exclusions.js +0 -0
  1728. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-featurequeries.js +0 -0
  1729. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-file-selector-button.js +0 -0
  1730. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-filter-function.js +0 -0
  1731. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-filters.js +0 -0
  1732. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-first-letter.js +0 -0
  1733. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-first-line.js +0 -0
  1734. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-fixed.js +0 -0
  1735. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-focus-visible.js +0 -0
  1736. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-focus-within.js +0 -0
  1737. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-font-palette.js +0 -0
  1738. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +0 -0
  1739. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-font-stretch.js +0 -0
  1740. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-gencontent.js +0 -0
  1741. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-gradients.js +0 -0
  1742. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-grid-animation.js +0 -0
  1743. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-grid.js +0 -0
  1744. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +0 -0
  1745. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-has.js +0 -0
  1746. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-hyphens.js +0 -0
  1747. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-image-orientation.js +0 -0
  1748. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-image-set.js +0 -0
  1749. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +0 -0
  1750. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +0 -0
  1751. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-initial-letter.js +0 -0
  1752. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-initial-value.js +0 -0
  1753. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-lch-lab.js +0 -0
  1754. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-letter-spacing.js +0 -0
  1755. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-line-clamp.js +0 -0
  1756. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-logical-props.js +0 -0
  1757. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +0 -0
  1758. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-masks.js +0 -0
  1759. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +0 -0
  1760. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-math-functions.js +0 -0
  1761. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-media-interaction.js +0 -0
  1762. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +0 -0
  1763. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-media-resolution.js +0 -0
  1764. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-media-scripting.js +0 -0
  1765. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-mediaqueries.js +0 -0
  1766. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-mixblendmode.js +0 -0
  1767. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-module-scripts.js +0 -0
  1768. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-motion-paths.js +0 -0
  1769. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-namespaces.js +0 -0
  1770. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-nesting.js +0 -0
  1771. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-not-sel-list.js +0 -0
  1772. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-nth-child-of.js +0 -0
  1773. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-opacity.js +0 -0
  1774. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +0 -0
  1775. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +0 -0
  1776. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +0 -0
  1777. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-overflow.js +0 -0
  1778. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +0 -0
  1779. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-page-break.js +0 -0
  1780. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-paged-media.js +0 -0
  1781. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-paint-api.js +0 -0
  1782. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +0 -0
  1783. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-placeholder.js +0 -0
  1784. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +0 -0
  1785. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-read-only-write.js +0 -0
  1786. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +0 -0
  1787. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-reflections.js +0 -0
  1788. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-regions.js +0 -0
  1789. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-relative-colors.js +0 -0
  1790. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +0 -0
  1791. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-resize.js +0 -0
  1792. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-revert-value.js +0 -0
  1793. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +0 -0
  1794. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +0 -0
  1795. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-scroll-timeline.js +0 -0
  1796. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-scrollbar.js +0 -0
  1797. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-sel2.js +0 -0
  1798. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-sel3.js +0 -0
  1799. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-selection.js +0 -0
  1800. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-shapes.js +0 -0
  1801. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-snappoints.js +0 -0
  1802. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-sticky.js +0 -0
  1803. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-subgrid.js +0 -0
  1804. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-supports-api.js +0 -0
  1805. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-table.js +0 -0
  1806. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-text-align-last.js +0 -0
  1807. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-text-box-trim.js +0 -0
  1808. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-text-indent.js +0 -0
  1809. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-text-justify.js +0 -0
  1810. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-text-orientation.js +0 -0
  1811. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-text-spacing.js +0 -0
  1812. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +0 -0
  1813. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-textshadow.js +0 -0
  1814. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-touch-action.js +0 -0
  1815. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-transitions.js +0 -0
  1816. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +0 -0
  1817. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-unset-value.js +0 -0
  1818. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-variables.js +0 -0
  1819. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-when-else.js +0 -0
  1820. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-widows-orphans.js +0 -0
  1821. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-width-stretch.js +0 -0
  1822. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-writing-mode.js +0 -0
  1823. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css-zoom.js +0 -0
  1824. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css3-attr.js +0 -0
  1825. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css3-boxsizing.js +0 -0
  1826. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css3-colors.js +0 -0
  1827. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +0 -0
  1828. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +0 -0
  1829. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css3-cursors.js +0 -0
  1830. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/css3-tabsize.js +0 -0
  1831. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/currentcolor.js +0 -0
  1832. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/custom-elements.js +0 -0
  1833. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/custom-elementsv1.js +0 -0
  1834. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/customevent.js +0 -0
  1835. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/datalist.js +0 -0
  1836. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/dataset.js +0 -0
  1837. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/datauri.js +0 -0
  1838. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +0 -0
  1839. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +0 -0
  1840. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/decorators.js +0 -0
  1841. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/details.js +0 -0
  1842. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/deviceorientation.js +0 -0
  1843. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/devicepixelratio.js +0 -0
  1844. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/dialog.js +0 -0
  1845. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/dispatchevent.js +0 -0
  1846. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/dnssec.js +0 -0
  1847. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/do-not-track.js +0 -0
  1848. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/document-currentscript.js +0 -0
  1849. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +0 -0
  1850. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/document-execcommand.js +0 -0
  1851. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/document-policy.js +0 -0
  1852. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/document-scrollingelement.js +0 -0
  1853. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/documenthead.js +0 -0
  1854. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +0 -0
  1855. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/dom-range.js +0 -0
  1856. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/domcontentloaded.js +0 -0
  1857. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/dommatrix.js +0 -0
  1858. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/download.js +0 -0
  1859. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/dragndrop.js +0 -0
  1860. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/element-closest.js +0 -0
  1861. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/element-from-point.js +0 -0
  1862. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/element-scroll-methods.js +0 -0
  1863. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/eme.js +0 -0
  1864. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/eot.js +0 -0
  1865. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/es5.js +0 -0
  1866. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/es6-class.js +0 -0
  1867. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/es6-generators.js +0 -0
  1868. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +0 -0
  1869. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/es6-module.js +0 -0
  1870. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/es6-number.js +0 -0
  1871. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/es6-string-includes.js +0 -0
  1872. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/es6.js +0 -0
  1873. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/eventsource.js +0 -0
  1874. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/extended-system-fonts.js +0 -0
  1875. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/feature-policy.js +0 -0
  1876. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/fetch.js +0 -0
  1877. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/fieldset-disabled.js +0 -0
  1878. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/fileapi.js +0 -0
  1879. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/filereader.js +0 -0
  1880. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/filereadersync.js +0 -0
  1881. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/filesystem.js +0 -0
  1882. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/flac.js +0 -0
  1883. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/flexbox-gap.js +0 -0
  1884. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/flexbox.js +0 -0
  1885. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/flow-root.js +0 -0
  1886. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +0 -0
  1887. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/font-family-system-ui.js +0 -0
  1888. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/font-feature.js +0 -0
  1889. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/font-kerning.js +0 -0
  1890. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/font-loading.js +0 -0
  1891. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/font-size-adjust.js +0 -0
  1892. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/font-smooth.js +0 -0
  1893. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/font-unicode-range.js +0 -0
  1894. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/font-variant-alternates.js +0 -0
  1895. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/font-variant-numeric.js +0 -0
  1896. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/fontface.js +0 -0
  1897. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/form-attribute.js +0 -0
  1898. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/form-submit-attributes.js +0 -0
  1899. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/form-validation.js +0 -0
  1900. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/forms.js +0 -0
  1901. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/fullscreen.js +0 -0
  1902. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/gamepad.js +0 -0
  1903. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/geolocation.js +0 -0
  1904. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/getboundingclientrect.js +0 -0
  1905. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/getcomputedstyle.js +0 -0
  1906. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +0 -0
  1907. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/getrandomvalues.js +0 -0
  1908. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/gyroscope.js +0 -0
  1909. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +0 -0
  1910. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/hashchange.js +0 -0
  1911. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/heif.js +0 -0
  1912. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/hevc.js +0 -0
  1913. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/hidden.js +0 -0
  1914. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/high-resolution-time.js +0 -0
  1915. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/history.js +0 -0
  1916. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/html-media-capture.js +0 -0
  1917. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/html5semantic.js +0 -0
  1918. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/http-live-streaming.js +0 -0
  1919. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/http2.js +0 -0
  1920. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/http3.js +0 -0
  1921. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/iframe-sandbox.js +0 -0
  1922. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/iframe-seamless.js +0 -0
  1923. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +0 -0
  1924. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/imagecapture.js +0 -0
  1925. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/ime.js +0 -0
  1926. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +0 -0
  1927. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/import-maps.js +0 -0
  1928. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/imports.js +0 -0
  1929. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +0 -0
  1930. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/indexeddb.js +0 -0
  1931. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/indexeddb2.js +0 -0
  1932. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/inline-block.js +0 -0
  1933. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/innertext.js +0 -0
  1934. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +0 -0
  1935. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/input-color.js +0 -0
  1936. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/input-datetime.js +0 -0
  1937. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/input-email-tel-url.js +0 -0
  1938. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/input-event.js +0 -0
  1939. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/input-file-accept.js +0 -0
  1940. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/input-file-directory.js +0 -0
  1941. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/input-file-multiple.js +0 -0
  1942. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/input-inputmode.js +0 -0
  1943. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/input-minlength.js +0 -0
  1944. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/input-number.js +0 -0
  1945. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/input-pattern.js +0 -0
  1946. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/input-placeholder.js +0 -0
  1947. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/input-range.js +0 -0
  1948. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/input-search.js +0 -0
  1949. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/input-selection.js +0 -0
  1950. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/insert-adjacent.js +0 -0
  1951. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +0 -0
  1952. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/internationalization.js +0 -0
  1953. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +0 -0
  1954. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/intersectionobserver.js +0 -0
  1955. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/intl-pluralrules.js +0 -0
  1956. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/intrinsic-width.js +0 -0
  1957. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/jpeg2000.js +0 -0
  1958. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/jpegxl.js +0 -0
  1959. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/jpegxr.js +0 -0
  1960. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +0 -0
  1961. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/json.js +0 -0
  1962. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +0 -0
  1963. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +0 -0
  1964. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +0 -0
  1965. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/keyboardevent-code.js +0 -0
  1966. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +0 -0
  1967. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/keyboardevent-key.js +0 -0
  1968. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/keyboardevent-location.js +0 -0
  1969. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/keyboardevent-which.js +0 -0
  1970. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/lazyload.js +0 -0
  1971. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/let.js +0 -0
  1972. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/link-icon-png.js +0 -0
  1973. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/link-icon-svg.js +0 -0
  1974. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +0 -0
  1975. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +0 -0
  1976. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +0 -0
  1977. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +0 -0
  1978. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/link-rel-preload.js +0 -0
  1979. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/link-rel-prerender.js +0 -0
  1980. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +0 -0
  1981. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/localecompare.js +0 -0
  1982. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/magnetometer.js +0 -0
  1983. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/matchesselector.js +0 -0
  1984. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/matchmedia.js +0 -0
  1985. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/mathml.js +0 -0
  1986. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/maxlength.js +0 -0
  1987. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +0 -0
  1988. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +0 -0
  1989. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +0 -0
  1990. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +0 -0
  1991. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +0 -0
  1992. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +0 -0
  1993. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +0 -0
  1994. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +0 -0
  1995. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/media-fragments.js +0 -0
  1996. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +0 -0
  1997. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/mediarecorder.js +0 -0
  1998. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/mediasource.js +0 -0
  1999. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/menu.js +0 -0
  2000. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/meta-theme-color.js +0 -0
  2001. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/meter.js +0 -0
  2002. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/midi.js +0 -0
  2003. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/minmaxwh.js +0 -0
  2004. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/mp3.js +0 -0
  2005. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/mpeg-dash.js +0 -0
  2006. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/mpeg4.js +0 -0
  2007. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/multibackgrounds.js +0 -0
  2008. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/multicolumn.js +0 -0
  2009. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/mutation-events.js +0 -0
  2010. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/mutationobserver.js +0 -0
  2011. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/namevalue-storage.js +0 -0
  2012. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/native-filesystem-api.js +0 -0
  2013. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/nav-timing.js +0 -0
  2014. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/netinfo.js +0 -0
  2015. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/notifications.js +0 -0
  2016. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/object-entries.js +0 -0
  2017. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/object-fit.js +0 -0
  2018. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/object-observe.js +0 -0
  2019. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/object-values.js +0 -0
  2020. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/objectrtc.js +0 -0
  2021. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/offline-apps.js +0 -0
  2022. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/offscreencanvas.js +0 -0
  2023. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/ogg-vorbis.js +0 -0
  2024. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/ogv.js +0 -0
  2025. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/ol-reversed.js +0 -0
  2026. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/once-event-listener.js +0 -0
  2027. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/online-status.js +0 -0
  2028. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/opus.js +0 -0
  2029. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/orientation-sensor.js +0 -0
  2030. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/outline.js +0 -0
  2031. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/pad-start-end.js +0 -0
  2032. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/page-transition-events.js +0 -0
  2033. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/pagevisibility.js +0 -0
  2034. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/passive-event-listener.js +0 -0
  2035. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/passkeys.js +0 -0
  2036. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/passwordrules.js +0 -0
  2037. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/path2d.js +0 -0
  2038. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/payment-request.js +0 -0
  2039. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/pdf-viewer.js +0 -0
  2040. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/permissions-api.js +0 -0
  2041. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/permissions-policy.js +0 -0
  2042. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/picture-in-picture.js +0 -0
  2043. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/picture.js +0 -0
  2044. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/ping.js +0 -0
  2045. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/png-alpha.js +0 -0
  2046. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/pointer-events.js +0 -0
  2047. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/pointer.js +0 -0
  2048. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/pointerlock.js +0 -0
  2049. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/portals.js +0 -0
  2050. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +0 -0
  2051. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +0 -0
  2052. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/progress.js +0 -0
  2053. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/promise-finally.js +0 -0
  2054. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/promises.js +0 -0
  2055. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/proximity.js +0 -0
  2056. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/proxy.js +0 -0
  2057. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/publickeypinning.js +0 -0
  2058. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/push-api.js +0 -0
  2059. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/queryselector.js +0 -0
  2060. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/readonly-attr.js +0 -0
  2061. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/referrer-policy.js +0 -0
  2062. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +0 -0
  2063. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/rel-noopener.js +0 -0
  2064. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/rel-noreferrer.js +0 -0
  2065. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/rellist.js +0 -0
  2066. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/rem.js +0 -0
  2067. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/requestanimationframe.js +0 -0
  2068. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/requestidlecallback.js +0 -0
  2069. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/resizeobserver.js +0 -0
  2070. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/resource-timing.js +0 -0
  2071. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/rest-parameters.js +0 -0
  2072. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +0 -0
  2073. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/ruby.js +0 -0
  2074. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/run-in.js +0 -0
  2075. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +0 -0
  2076. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/screen-orientation.js +0 -0
  2077. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/script-async.js +0 -0
  2078. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/script-defer.js +0 -0
  2079. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/scrollintoview.js +0 -0
  2080. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +0 -0
  2081. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/sdch.js +0 -0
  2082. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/selection-api.js +0 -0
  2083. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/selectlist.js +0 -0
  2084. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/server-timing.js +0 -0
  2085. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/serviceworkers.js +0 -0
  2086. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/setimmediate.js +0 -0
  2087. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/shadowdom.js +0 -0
  2088. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/shadowdomv1.js +0 -0
  2089. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +0 -0
  2090. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/sharedworkers.js +0 -0
  2091. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/sni.js +0 -0
  2092. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/spdy.js +0 -0
  2093. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/speech-recognition.js +0 -0
  2094. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/speech-synthesis.js +0 -0
  2095. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +0 -0
  2096. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/sql-storage.js +0 -0
  2097. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/srcset.js +0 -0
  2098. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/stream.js +0 -0
  2099. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/streams.js +0 -0
  2100. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +0 -0
  2101. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/style-scoped.js +0 -0
  2102. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/subresource-bundling.js +0 -0
  2103. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/subresource-integrity.js +0 -0
  2104. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/svg-css.js +0 -0
  2105. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/svg-filters.js +0 -0
  2106. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/svg-fonts.js +0 -0
  2107. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/svg-fragment.js +0 -0
  2108. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/svg-html.js +0 -0
  2109. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/svg-html5.js +0 -0
  2110. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/svg-img.js +0 -0
  2111. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/svg-smil.js +0 -0
  2112. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/svg.js +0 -0
  2113. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/sxg.js +0 -0
  2114. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/tabindex-attr.js +0 -0
  2115. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/template-literals.js +0 -0
  2116. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/template.js +0 -0
  2117. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/temporal.js +0 -0
  2118. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/testfeat.js +0 -0
  2119. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/text-decoration.js +0 -0
  2120. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/text-emphasis.js +0 -0
  2121. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/text-overflow.js +0 -0
  2122. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/text-size-adjust.js +0 -0
  2123. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/text-stroke.js +0 -0
  2124. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/textcontent.js +0 -0
  2125. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/textencoder.js +0 -0
  2126. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/tls1-1.js +0 -0
  2127. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/tls1-2.js +0 -0
  2128. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/tls1-3.js +0 -0
  2129. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/touch.js +0 -0
  2130. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/transforms2d.js +0 -0
  2131. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/transforms3d.js +0 -0
  2132. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/trusted-types.js +0 -0
  2133. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/ttf.js +0 -0
  2134. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/typedarrays.js +0 -0
  2135. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/u2f.js +0 -0
  2136. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/unhandledrejection.js +0 -0
  2137. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +0 -0
  2138. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +0 -0
  2139. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/url.js +0 -0
  2140. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/urlsearchparams.js +0 -0
  2141. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/use-strict.js +0 -0
  2142. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/user-select-none.js +0 -0
  2143. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/user-timing.js +0 -0
  2144. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/variable-fonts.js +0 -0
  2145. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/vector-effect.js +0 -0
  2146. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/vibration.js +0 -0
  2147. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/video.js +0 -0
  2148. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/videotracks.js +0 -0
  2149. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/view-transitions.js +0 -0
  2150. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +0 -0
  2151. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/viewport-units.js +0 -0
  2152. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/wai-aria.js +0 -0
  2153. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/wake-lock.js +0 -0
  2154. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/wasm-bigint.js +0 -0
  2155. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +0 -0
  2156. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/wasm-extended-const.js +0 -0
  2157. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/wasm-gc.js +0 -0
  2158. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +0 -0
  2159. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/wasm-multi-value.js +0 -0
  2160. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +0 -0
  2161. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +0 -0
  2162. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/wasm-reference-types.js +0 -0
  2163. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +0 -0
  2164. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/wasm-signext.js +0 -0
  2165. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/wasm-simd.js +0 -0
  2166. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +0 -0
  2167. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/wasm-threads.js +0 -0
  2168. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/wasm.js +0 -0
  2169. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/wav.js +0 -0
  2170. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/wbr-element.js +0 -0
  2171. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/web-animation.js +0 -0
  2172. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/web-app-manifest.js +0 -0
  2173. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/web-bluetooth.js +0 -0
  2174. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/web-serial.js +0 -0
  2175. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/web-share.js +0 -0
  2176. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/webauthn.js +0 -0
  2177. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/webcodecs.js +0 -0
  2178. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/webgl.js +0 -0
  2179. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/webgl2.js +0 -0
  2180. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/webgpu.js +0 -0
  2181. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/webhid.js +0 -0
  2182. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/webkit-user-drag.js +0 -0
  2183. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/webm.js +0 -0
  2184. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/webnfc.js +0 -0
  2185. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/webp.js +0 -0
  2186. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/websockets.js +0 -0
  2187. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/webtransport.js +0 -0
  2188. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/webusb.js +0 -0
  2189. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/webvr.js +0 -0
  2190. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/webvtt.js +0 -0
  2191. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/webworkers.js +0 -0
  2192. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/webxr.js +0 -0
  2193. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/will-change.js +0 -0
  2194. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/woff.js +0 -0
  2195. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/woff2.js +0 -0
  2196. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/word-break.js +0 -0
  2197. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/wordwrap.js +0 -0
  2198. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/x-doc-messaging.js +0 -0
  2199. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/x-frame-options.js +0 -0
  2200. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/xhr2.js +0 -0
  2201. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/xhtml.js +0 -0
  2202. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/xhtmlsmil.js +0 -0
  2203. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/xml-serializer.js +0 -0
  2204. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features/zstd.js +0 -0
  2205. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/features.js +0 -0
  2206. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/AD.js +0 -0
  2207. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/AE.js +0 -0
  2208. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/AF.js +0 -0
  2209. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/AG.js +0 -0
  2210. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/AI.js +0 -0
  2211. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/AL.js +0 -0
  2212. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/AM.js +0 -0
  2213. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/AO.js +0 -0
  2214. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/AR.js +0 -0
  2215. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/AS.js +0 -0
  2216. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/AT.js +0 -0
  2217. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/AU.js +0 -0
  2218. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/AW.js +0 -0
  2219. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/AX.js +0 -0
  2220. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/AZ.js +0 -0
  2221. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/BA.js +0 -0
  2222. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/BB.js +0 -0
  2223. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/BD.js +0 -0
  2224. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/BE.js +0 -0
  2225. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/BF.js +0 -0
  2226. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/BG.js +0 -0
  2227. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/BH.js +0 -0
  2228. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/BI.js +0 -0
  2229. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/BJ.js +0 -0
  2230. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/BM.js +0 -0
  2231. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/BN.js +0 -0
  2232. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/BO.js +0 -0
  2233. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/BR.js +0 -0
  2234. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/BS.js +0 -0
  2235. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/BT.js +0 -0
  2236. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/BW.js +0 -0
  2237. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/BY.js +0 -0
  2238. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/BZ.js +0 -0
  2239. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/CA.js +0 -0
  2240. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/CD.js +0 -0
  2241. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/CF.js +0 -0
  2242. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/CG.js +0 -0
  2243. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/CH.js +0 -0
  2244. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/CI.js +0 -0
  2245. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/CK.js +0 -0
  2246. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/CL.js +0 -0
  2247. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/CM.js +0 -0
  2248. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/CN.js +0 -0
  2249. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/CO.js +0 -0
  2250. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/CR.js +0 -0
  2251. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/CU.js +0 -0
  2252. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/CV.js +0 -0
  2253. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/CX.js +0 -0
  2254. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/CY.js +0 -0
  2255. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/CZ.js +0 -0
  2256. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/DE.js +0 -0
  2257. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/DJ.js +0 -0
  2258. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/DK.js +0 -0
  2259. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/DM.js +0 -0
  2260. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/DO.js +0 -0
  2261. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/DZ.js +0 -0
  2262. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/EC.js +0 -0
  2263. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/EE.js +0 -0
  2264. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/EG.js +0 -0
  2265. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/ER.js +0 -0
  2266. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/ES.js +0 -0
  2267. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/ET.js +0 -0
  2268. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/FI.js +0 -0
  2269. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/FJ.js +0 -0
  2270. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/FK.js +0 -0
  2271. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/FM.js +0 -0
  2272. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/FO.js +0 -0
  2273. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/FR.js +0 -0
  2274. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/GA.js +0 -0
  2275. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/GB.js +0 -0
  2276. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/GD.js +0 -0
  2277. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/GE.js +0 -0
  2278. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/GF.js +0 -0
  2279. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/GG.js +0 -0
  2280. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/GH.js +0 -0
  2281. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/GI.js +0 -0
  2282. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/GL.js +0 -0
  2283. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/GM.js +0 -0
  2284. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/GN.js +0 -0
  2285. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/GP.js +0 -0
  2286. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/GQ.js +0 -0
  2287. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/GR.js +0 -0
  2288. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/GT.js +0 -0
  2289. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/GU.js +0 -0
  2290. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/GW.js +0 -0
  2291. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/GY.js +0 -0
  2292. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/HK.js +0 -0
  2293. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/HN.js +0 -0
  2294. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/HR.js +0 -0
  2295. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/HT.js +0 -0
  2296. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/HU.js +0 -0
  2297. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/ID.js +0 -0
  2298. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/IE.js +0 -0
  2299. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/IL.js +0 -0
  2300. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/IM.js +0 -0
  2301. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/IN.js +0 -0
  2302. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/IQ.js +0 -0
  2303. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/IR.js +0 -0
  2304. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/IS.js +0 -0
  2305. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/IT.js +0 -0
  2306. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/JE.js +0 -0
  2307. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/JM.js +0 -0
  2308. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/JO.js +0 -0
  2309. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/JP.js +0 -0
  2310. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/KE.js +0 -0
  2311. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/KG.js +0 -0
  2312. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/KH.js +0 -0
  2313. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/KI.js +0 -0
  2314. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/KM.js +0 -0
  2315. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/KN.js +0 -0
  2316. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/KP.js +0 -0
  2317. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/KR.js +0 -0
  2318. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/KW.js +0 -0
  2319. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/KY.js +0 -0
  2320. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/KZ.js +0 -0
  2321. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/LA.js +0 -0
  2322. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/LB.js +0 -0
  2323. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/LC.js +0 -0
  2324. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/LI.js +0 -0
  2325. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/LK.js +0 -0
  2326. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/LR.js +0 -0
  2327. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/LS.js +0 -0
  2328. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/LT.js +0 -0
  2329. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/LU.js +0 -0
  2330. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/LV.js +0 -0
  2331. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/LY.js +0 -0
  2332. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/MA.js +0 -0
  2333. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/MC.js +0 -0
  2334. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/MD.js +0 -0
  2335. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/ME.js +0 -0
  2336. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/MG.js +0 -0
  2337. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/MH.js +0 -0
  2338. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/MK.js +0 -0
  2339. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/ML.js +0 -0
  2340. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/MM.js +0 -0
  2341. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/MN.js +0 -0
  2342. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/MO.js +0 -0
  2343. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/MP.js +0 -0
  2344. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/MQ.js +0 -0
  2345. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/MR.js +0 -0
  2346. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/MS.js +0 -0
  2347. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/MT.js +0 -0
  2348. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/MU.js +0 -0
  2349. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/MV.js +0 -0
  2350. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/MW.js +0 -0
  2351. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/MX.js +0 -0
  2352. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/MY.js +0 -0
  2353. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/MZ.js +0 -0
  2354. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/NA.js +0 -0
  2355. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/NC.js +0 -0
  2356. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/NE.js +0 -0
  2357. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/NF.js +0 -0
  2358. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/NG.js +0 -0
  2359. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/NI.js +0 -0
  2360. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/NL.js +0 -0
  2361. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/NO.js +0 -0
  2362. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/NP.js +0 -0
  2363. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/NR.js +0 -0
  2364. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/NU.js +0 -0
  2365. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/NZ.js +0 -0
  2366. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/OM.js +0 -0
  2367. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/PA.js +0 -0
  2368. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/PE.js +0 -0
  2369. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/PF.js +0 -0
  2370. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/PG.js +0 -0
  2371. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/PH.js +0 -0
  2372. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/PK.js +0 -0
  2373. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/PL.js +0 -0
  2374. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/PM.js +0 -0
  2375. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/PN.js +0 -0
  2376. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/PR.js +0 -0
  2377. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/PS.js +0 -0
  2378. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/PT.js +0 -0
  2379. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/PW.js +0 -0
  2380. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/PY.js +0 -0
  2381. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/QA.js +0 -0
  2382. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/RE.js +0 -0
  2383. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/RO.js +0 -0
  2384. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/RS.js +0 -0
  2385. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/RU.js +0 -0
  2386. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/RW.js +0 -0
  2387. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/SA.js +0 -0
  2388. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/SB.js +0 -0
  2389. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/SC.js +0 -0
  2390. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/SD.js +0 -0
  2391. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/SE.js +0 -0
  2392. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/SG.js +0 -0
  2393. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/SH.js +0 -0
  2394. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/SI.js +0 -0
  2395. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/SK.js +0 -0
  2396. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/SL.js +0 -0
  2397. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/SM.js +0 -0
  2398. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/SN.js +0 -0
  2399. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/SO.js +0 -0
  2400. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/SR.js +0 -0
  2401. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/ST.js +0 -0
  2402. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/SV.js +0 -0
  2403. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/SY.js +0 -0
  2404. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/SZ.js +0 -0
  2405. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/TC.js +0 -0
  2406. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/TD.js +0 -0
  2407. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/TG.js +0 -0
  2408. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/TH.js +0 -0
  2409. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/TJ.js +0 -0
  2410. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/TK.js +0 -0
  2411. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/TL.js +0 -0
  2412. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/TM.js +0 -0
  2413. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/TN.js +0 -0
  2414. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/TO.js +0 -0
  2415. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/TR.js +0 -0
  2416. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/TT.js +0 -0
  2417. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/TV.js +0 -0
  2418. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/TW.js +0 -0
  2419. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/TZ.js +0 -0
  2420. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/UA.js +0 -0
  2421. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/UG.js +0 -0
  2422. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/US.js +0 -0
  2423. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/UY.js +0 -0
  2424. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/UZ.js +0 -0
  2425. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/VA.js +0 -0
  2426. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/VC.js +0 -0
  2427. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/VE.js +0 -0
  2428. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/VG.js +0 -0
  2429. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/VI.js +0 -0
  2430. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/VN.js +0 -0
  2431. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/VU.js +0 -0
  2432. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/WF.js +0 -0
  2433. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/WS.js +0 -0
  2434. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/YE.js +0 -0
  2435. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/YT.js +0 -0
  2436. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/ZA.js +0 -0
  2437. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/ZM.js +0 -0
  2438. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/ZW.js +0 -0
  2439. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/alt-af.js +0 -0
  2440. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/alt-an.js +0 -0
  2441. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/alt-as.js +0 -0
  2442. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/alt-eu.js +0 -0
  2443. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/alt-na.js +0 -0
  2444. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/alt-oc.js +0 -0
  2445. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/alt-sa.js +0 -0
  2446. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/data/regions/alt-ww.js +0 -0
  2447. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/dist/lib/statuses.js +0 -0
  2448. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/dist/lib/supported.js +0 -0
  2449. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/dist/unpacker/agents.js +0 -0
  2450. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/dist/unpacker/browserVersions.js +0 -0
  2451. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/dist/unpacker/browsers.js +0 -0
  2452. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/dist/unpacker/feature.js +0 -0
  2453. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/dist/unpacker/features.js +0 -0
  2454. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/dist/unpacker/index.js +0 -0
  2455. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/dist/unpacker/region.js +0 -0
  2456. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/caniuse-lite/package.json +0 -0
  2457. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/debug/LICENSE +0 -0
  2458. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/debug/README.md +0 -0
  2459. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/debug/package.json +0 -0
  2460. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/debug/src/browser.js +0 -0
  2461. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/debug/src/common.js +0 -0
  2462. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/debug/src/index.js +0 -0
  2463. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/debug/src/node.js +0 -0
  2464. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/electron-to-chromium/LICENSE +0 -0
  2465. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/electron-to-chromium/README.md +0 -0
  2466. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/electron-to-chromium/chromium-versions.js +0 -0
  2467. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/electron-to-chromium/chromium-versions.json +0 -0
  2468. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/electron-to-chromium/full-chromium-versions.js +0 -0
  2469. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/electron-to-chromium/full-chromium-versions.json +0 -0
  2470. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/electron-to-chromium/full-versions.js +0 -0
  2471. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/electron-to-chromium/full-versions.json +0 -0
  2472. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/electron-to-chromium/index.js +0 -0
  2473. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/electron-to-chromium/package.json +0 -0
  2474. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/electron-to-chromium/versions.js +0 -0
  2475. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/electron-to-chromium/versions.json +0 -0
  2476. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/gensync/LICENSE +0 -0
  2477. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/gensync/README.md +0 -0
  2478. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/gensync/index.js +0 -0
  2479. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/gensync/index.js.flow +0 -0
  2480. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/gensync/package.json +0 -0
  2481. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/gensync/test/.babelrc +0 -0
  2482. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/gensync/test/index.test.js +0 -0
  2483. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/globals/globals.json +0 -0
  2484. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/globals/index.js +0 -0
  2485. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/globals/license +0 -0
  2486. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/globals/package.json +0 -0
  2487. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/globals/readme.md +0 -0
  2488. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/js-tokens/CHANGELOG.md +0 -0
  2489. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/js-tokens/LICENSE +0 -0
  2490. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/js-tokens/README.md +0 -0
  2491. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/js-tokens/index.js +0 -0
  2492. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/js-tokens/package.json +0 -0
  2493. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/jsesc/LICENSE-MIT.txt +0 -0
  2494. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/jsesc/README.md +0 -0
  2495. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/jsesc/bin/jsesc +0 -0
  2496. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/jsesc/jsesc.js +0 -0
  2497. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/jsesc/man/jsesc.1 +0 -0
  2498. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/jsesc/package.json +0 -0
  2499. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/lru-cache/LICENSE +0 -0
  2500. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/lru-cache/README.md +0 -0
  2501. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/lru-cache/index.js +0 -0
  2502. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/lru-cache/package.json +0 -0
  2503. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/ms/index.js +0 -0
  2504. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/ms/license.md +0 -0
  2505. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/ms/package.json +0 -0
  2506. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/ms/readme.md +0 -0
  2507. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/node-releases/LICENSE +0 -0
  2508. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/node-releases/README.md +0 -0
  2509. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/node-releases/data/processed/envs.json +0 -0
  2510. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/node-releases/data/release-schedule/release-schedule.json +0 -0
  2511. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/node-releases/package.json +0 -0
  2512. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/picocolors/LICENSE +0 -0
  2513. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/picocolors/README.md +0 -0
  2514. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/picocolors/package.json +0 -0
  2515. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/picocolors/picocolors.browser.js +0 -0
  2516. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/picocolors/picocolors.d.ts +0 -0
  2517. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/picocolors/picocolors.js +0 -0
  2518. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/picocolors/types.ts +0 -0
  2519. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/to-fast-properties/index.js +0 -0
  2520. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/to-fast-properties/license +0 -0
  2521. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/to-fast-properties/package.json +0 -0
  2522. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/to-fast-properties/readme.md +0 -0
  2523. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/yallist/LICENSE +0 -0
  2524. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/yallist/README.md +0 -0
  2525. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/yallist/iterator.js +0 -0
  2526. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/yallist/package.json +0 -0
  2527. /package/external/@coana-tech/cli/{coana-repos/jelly → repos/coana-tech/jelly-private}/dist/bundle/node_modules/yallist/yallist.js +0 -0
  2528. /package/external/@coana-tech/cli/{coana-repos → repos/coana-tech}/mambalade/dist/networkx-3.5-py3-none-any.whl +0 -0
  2529. /package/external/@coana-tech/cli/{coana-repos → repos/coana-tech}/mambalade/dist/typing_extensions-4.14.1-py3-none-any.whl +0 -0
@@ -0,0 +1,4586 @@
1
+ [
2
+ {
3
+ "type": "_literal",
4
+ "named": true,
5
+ "subtypes": [
6
+ {
7
+ "type": "binary_integer_literal",
8
+ "named": true
9
+ },
10
+ {
11
+ "type": "character_literal",
12
+ "named": true
13
+ },
14
+ {
15
+ "type": "decimal_floating_point_literal",
16
+ "named": true
17
+ },
18
+ {
19
+ "type": "decimal_integer_literal",
20
+ "named": true
21
+ },
22
+ {
23
+ "type": "false",
24
+ "named": true
25
+ },
26
+ {
27
+ "type": "hex_floating_point_literal",
28
+ "named": true
29
+ },
30
+ {
31
+ "type": "hex_integer_literal",
32
+ "named": true
33
+ },
34
+ {
35
+ "type": "null_literal",
36
+ "named": true
37
+ },
38
+ {
39
+ "type": "octal_integer_literal",
40
+ "named": true
41
+ },
42
+ {
43
+ "type": "string_literal",
44
+ "named": true
45
+ },
46
+ {
47
+ "type": "true",
48
+ "named": true
49
+ }
50
+ ]
51
+ },
52
+ {
53
+ "type": "_simple_type",
54
+ "named": true,
55
+ "subtypes": [
56
+ {
57
+ "type": "boolean_type",
58
+ "named": true
59
+ },
60
+ {
61
+ "type": "floating_point_type",
62
+ "named": true
63
+ },
64
+ {
65
+ "type": "generic_type",
66
+ "named": true
67
+ },
68
+ {
69
+ "type": "integral_type",
70
+ "named": true
71
+ },
72
+ {
73
+ "type": "scoped_type_identifier",
74
+ "named": true
75
+ },
76
+ {
77
+ "type": "type_identifier",
78
+ "named": true
79
+ },
80
+ {
81
+ "type": "void_type",
82
+ "named": true
83
+ }
84
+ ]
85
+ },
86
+ {
87
+ "type": "_type",
88
+ "named": true,
89
+ "subtypes": [
90
+ {
91
+ "type": "_unannotated_type",
92
+ "named": true
93
+ },
94
+ {
95
+ "type": "annotated_type",
96
+ "named": true
97
+ }
98
+ ]
99
+ },
100
+ {
101
+ "type": "_unannotated_type",
102
+ "named": true,
103
+ "subtypes": [
104
+ {
105
+ "type": "_simple_type",
106
+ "named": true
107
+ },
108
+ {
109
+ "type": "array_type",
110
+ "named": true
111
+ }
112
+ ]
113
+ },
114
+ {
115
+ "type": "declaration",
116
+ "named": true,
117
+ "subtypes": [
118
+ {
119
+ "type": "annotation_type_declaration",
120
+ "named": true
121
+ },
122
+ {
123
+ "type": "class_declaration",
124
+ "named": true
125
+ },
126
+ {
127
+ "type": "enum_declaration",
128
+ "named": true
129
+ },
130
+ {
131
+ "type": "import_declaration",
132
+ "named": true
133
+ },
134
+ {
135
+ "type": "interface_declaration",
136
+ "named": true
137
+ },
138
+ {
139
+ "type": "module_declaration",
140
+ "named": true
141
+ },
142
+ {
143
+ "type": "package_declaration",
144
+ "named": true
145
+ },
146
+ {
147
+ "type": "record_declaration",
148
+ "named": true
149
+ }
150
+ ]
151
+ },
152
+ {
153
+ "type": "expression",
154
+ "named": true,
155
+ "subtypes": [
156
+ {
157
+ "type": "assignment_expression",
158
+ "named": true
159
+ },
160
+ {
161
+ "type": "binary_expression",
162
+ "named": true
163
+ },
164
+ {
165
+ "type": "cast_expression",
166
+ "named": true
167
+ },
168
+ {
169
+ "type": "instanceof_expression",
170
+ "named": true
171
+ },
172
+ {
173
+ "type": "lambda_expression",
174
+ "named": true
175
+ },
176
+ {
177
+ "type": "primary_expression",
178
+ "named": true
179
+ },
180
+ {
181
+ "type": "switch_expression",
182
+ "named": true
183
+ },
184
+ {
185
+ "type": "ternary_expression",
186
+ "named": true
187
+ },
188
+ {
189
+ "type": "unary_expression",
190
+ "named": true
191
+ },
192
+ {
193
+ "type": "update_expression",
194
+ "named": true
195
+ }
196
+ ]
197
+ },
198
+ {
199
+ "type": "module_directive",
200
+ "named": true,
201
+ "subtypes": [
202
+ {
203
+ "type": "exports_module_directive",
204
+ "named": true
205
+ },
206
+ {
207
+ "type": "opens_module_directive",
208
+ "named": true
209
+ },
210
+ {
211
+ "type": "provides_module_directive",
212
+ "named": true
213
+ },
214
+ {
215
+ "type": "requires_module_directive",
216
+ "named": true
217
+ },
218
+ {
219
+ "type": "uses_module_directive",
220
+ "named": true
221
+ }
222
+ ]
223
+ },
224
+ {
225
+ "type": "primary_expression",
226
+ "named": true,
227
+ "subtypes": [
228
+ {
229
+ "type": "_literal",
230
+ "named": true
231
+ },
232
+ {
233
+ "type": "array_access",
234
+ "named": true
235
+ },
236
+ {
237
+ "type": "array_creation_expression",
238
+ "named": true
239
+ },
240
+ {
241
+ "type": "class_literal",
242
+ "named": true
243
+ },
244
+ {
245
+ "type": "field_access",
246
+ "named": true
247
+ },
248
+ {
249
+ "type": "identifier",
250
+ "named": true
251
+ },
252
+ {
253
+ "type": "method_invocation",
254
+ "named": true
255
+ },
256
+ {
257
+ "type": "method_reference",
258
+ "named": true
259
+ },
260
+ {
261
+ "type": "object_creation_expression",
262
+ "named": true
263
+ },
264
+ {
265
+ "type": "parenthesized_expression",
266
+ "named": true
267
+ },
268
+ {
269
+ "type": "template_expression",
270
+ "named": true
271
+ },
272
+ {
273
+ "type": "this",
274
+ "named": true
275
+ }
276
+ ]
277
+ },
278
+ {
279
+ "type": "statement",
280
+ "named": true,
281
+ "subtypes": [
282
+ {
283
+ "type": ";",
284
+ "named": false
285
+ },
286
+ {
287
+ "type": "assert_statement",
288
+ "named": true
289
+ },
290
+ {
291
+ "type": "block",
292
+ "named": true
293
+ },
294
+ {
295
+ "type": "break_statement",
296
+ "named": true
297
+ },
298
+ {
299
+ "type": "continue_statement",
300
+ "named": true
301
+ },
302
+ {
303
+ "type": "declaration",
304
+ "named": true
305
+ },
306
+ {
307
+ "type": "do_statement",
308
+ "named": true
309
+ },
310
+ {
311
+ "type": "enhanced_for_statement",
312
+ "named": true
313
+ },
314
+ {
315
+ "type": "expression_statement",
316
+ "named": true
317
+ },
318
+ {
319
+ "type": "for_statement",
320
+ "named": true
321
+ },
322
+ {
323
+ "type": "if_statement",
324
+ "named": true
325
+ },
326
+ {
327
+ "type": "labeled_statement",
328
+ "named": true
329
+ },
330
+ {
331
+ "type": "local_variable_declaration",
332
+ "named": true
333
+ },
334
+ {
335
+ "type": "return_statement",
336
+ "named": true
337
+ },
338
+ {
339
+ "type": "switch_expression",
340
+ "named": true
341
+ },
342
+ {
343
+ "type": "synchronized_statement",
344
+ "named": true
345
+ },
346
+ {
347
+ "type": "throw_statement",
348
+ "named": true
349
+ },
350
+ {
351
+ "type": "try_statement",
352
+ "named": true
353
+ },
354
+ {
355
+ "type": "try_with_resources_statement",
356
+ "named": true
357
+ },
358
+ {
359
+ "type": "while_statement",
360
+ "named": true
361
+ },
362
+ {
363
+ "type": "yield_statement",
364
+ "named": true
365
+ }
366
+ ]
367
+ },
368
+ {
369
+ "type": "annotated_type",
370
+ "named": true,
371
+ "fields": {},
372
+ "children": {
373
+ "multiple": true,
374
+ "required": true,
375
+ "types": [
376
+ {
377
+ "type": "_unannotated_type",
378
+ "named": true
379
+ },
380
+ {
381
+ "type": "annotation",
382
+ "named": true
383
+ },
384
+ {
385
+ "type": "marker_annotation",
386
+ "named": true
387
+ }
388
+ ]
389
+ }
390
+ },
391
+ {
392
+ "type": "annotation",
393
+ "named": true,
394
+ "fields": {
395
+ "arguments": {
396
+ "multiple": false,
397
+ "required": true,
398
+ "types": [
399
+ {
400
+ "type": "annotation_argument_list",
401
+ "named": true
402
+ }
403
+ ]
404
+ },
405
+ "name": {
406
+ "multiple": false,
407
+ "required": true,
408
+ "types": [
409
+ {
410
+ "type": "identifier",
411
+ "named": true
412
+ },
413
+ {
414
+ "type": "scoped_identifier",
415
+ "named": true
416
+ }
417
+ ]
418
+ }
419
+ }
420
+ },
421
+ {
422
+ "type": "annotation_argument_list",
423
+ "named": true,
424
+ "fields": {},
425
+ "children": {
426
+ "multiple": true,
427
+ "required": false,
428
+ "types": [
429
+ {
430
+ "type": "annotation",
431
+ "named": true
432
+ },
433
+ {
434
+ "type": "element_value_array_initializer",
435
+ "named": true
436
+ },
437
+ {
438
+ "type": "element_value_pair",
439
+ "named": true
440
+ },
441
+ {
442
+ "type": "expression",
443
+ "named": true
444
+ },
445
+ {
446
+ "type": "marker_annotation",
447
+ "named": true
448
+ }
449
+ ]
450
+ }
451
+ },
452
+ {
453
+ "type": "annotation_type_body",
454
+ "named": true,
455
+ "fields": {},
456
+ "children": {
457
+ "multiple": true,
458
+ "required": false,
459
+ "types": [
460
+ {
461
+ "type": "annotation_type_declaration",
462
+ "named": true
463
+ },
464
+ {
465
+ "type": "annotation_type_element_declaration",
466
+ "named": true
467
+ },
468
+ {
469
+ "type": "class_declaration",
470
+ "named": true
471
+ },
472
+ {
473
+ "type": "constant_declaration",
474
+ "named": true
475
+ },
476
+ {
477
+ "type": "enum_declaration",
478
+ "named": true
479
+ },
480
+ {
481
+ "type": "interface_declaration",
482
+ "named": true
483
+ }
484
+ ]
485
+ }
486
+ },
487
+ {
488
+ "type": "annotation_type_declaration",
489
+ "named": true,
490
+ "fields": {
491
+ "body": {
492
+ "multiple": false,
493
+ "required": true,
494
+ "types": [
495
+ {
496
+ "type": "annotation_type_body",
497
+ "named": true
498
+ }
499
+ ]
500
+ },
501
+ "name": {
502
+ "multiple": false,
503
+ "required": true,
504
+ "types": [
505
+ {
506
+ "type": "identifier",
507
+ "named": true
508
+ }
509
+ ]
510
+ }
511
+ },
512
+ "children": {
513
+ "multiple": false,
514
+ "required": false,
515
+ "types": [
516
+ {
517
+ "type": "modifiers",
518
+ "named": true
519
+ }
520
+ ]
521
+ }
522
+ },
523
+ {
524
+ "type": "annotation_type_element_declaration",
525
+ "named": true,
526
+ "fields": {
527
+ "dimensions": {
528
+ "multiple": false,
529
+ "required": false,
530
+ "types": [
531
+ {
532
+ "type": "dimensions",
533
+ "named": true
534
+ }
535
+ ]
536
+ },
537
+ "name": {
538
+ "multiple": false,
539
+ "required": true,
540
+ "types": [
541
+ {
542
+ "type": "identifier",
543
+ "named": true
544
+ }
545
+ ]
546
+ },
547
+ "type": {
548
+ "multiple": false,
549
+ "required": true,
550
+ "types": [
551
+ {
552
+ "type": "_unannotated_type",
553
+ "named": true
554
+ }
555
+ ]
556
+ },
557
+ "value": {
558
+ "multiple": false,
559
+ "required": false,
560
+ "types": [
561
+ {
562
+ "type": "annotation",
563
+ "named": true
564
+ },
565
+ {
566
+ "type": "element_value_array_initializer",
567
+ "named": true
568
+ },
569
+ {
570
+ "type": "expression",
571
+ "named": true
572
+ },
573
+ {
574
+ "type": "marker_annotation",
575
+ "named": true
576
+ }
577
+ ]
578
+ }
579
+ },
580
+ "children": {
581
+ "multiple": false,
582
+ "required": false,
583
+ "types": [
584
+ {
585
+ "type": "modifiers",
586
+ "named": true
587
+ }
588
+ ]
589
+ }
590
+ },
591
+ {
592
+ "type": "argument_list",
593
+ "named": true,
594
+ "fields": {},
595
+ "children": {
596
+ "multiple": true,
597
+ "required": false,
598
+ "types": [
599
+ {
600
+ "type": "expression",
601
+ "named": true
602
+ }
603
+ ]
604
+ }
605
+ },
606
+ {
607
+ "type": "array_access",
608
+ "named": true,
609
+ "fields": {
610
+ "array": {
611
+ "multiple": false,
612
+ "required": true,
613
+ "types": [
614
+ {
615
+ "type": "primary_expression",
616
+ "named": true
617
+ }
618
+ ]
619
+ },
620
+ "index": {
621
+ "multiple": false,
622
+ "required": true,
623
+ "types": [
624
+ {
625
+ "type": "expression",
626
+ "named": true
627
+ }
628
+ ]
629
+ }
630
+ }
631
+ },
632
+ {
633
+ "type": "array_creation_expression",
634
+ "named": true,
635
+ "fields": {
636
+ "dimensions": {
637
+ "multiple": true,
638
+ "required": true,
639
+ "types": [
640
+ {
641
+ "type": "dimensions",
642
+ "named": true
643
+ },
644
+ {
645
+ "type": "dimensions_expr",
646
+ "named": true
647
+ }
648
+ ]
649
+ },
650
+ "type": {
651
+ "multiple": false,
652
+ "required": true,
653
+ "types": [
654
+ {
655
+ "type": "_simple_type",
656
+ "named": true
657
+ }
658
+ ]
659
+ },
660
+ "value": {
661
+ "multiple": false,
662
+ "required": false,
663
+ "types": [
664
+ {
665
+ "type": "array_initializer",
666
+ "named": true
667
+ }
668
+ ]
669
+ }
670
+ },
671
+ "children": {
672
+ "multiple": true,
673
+ "required": false,
674
+ "types": [
675
+ {
676
+ "type": "annotation",
677
+ "named": true
678
+ },
679
+ {
680
+ "type": "marker_annotation",
681
+ "named": true
682
+ }
683
+ ]
684
+ }
685
+ },
686
+ {
687
+ "type": "array_initializer",
688
+ "named": true,
689
+ "fields": {},
690
+ "children": {
691
+ "multiple": true,
692
+ "required": false,
693
+ "types": [
694
+ {
695
+ "type": "array_initializer",
696
+ "named": true
697
+ },
698
+ {
699
+ "type": "expression",
700
+ "named": true
701
+ }
702
+ ]
703
+ }
704
+ },
705
+ {
706
+ "type": "array_type",
707
+ "named": true,
708
+ "fields": {
709
+ "dimensions": {
710
+ "multiple": false,
711
+ "required": true,
712
+ "types": [
713
+ {
714
+ "type": "dimensions",
715
+ "named": true
716
+ }
717
+ ]
718
+ },
719
+ "element": {
720
+ "multiple": false,
721
+ "required": true,
722
+ "types": [
723
+ {
724
+ "type": "_unannotated_type",
725
+ "named": true
726
+ }
727
+ ]
728
+ }
729
+ }
730
+ },
731
+ {
732
+ "type": "assert_statement",
733
+ "named": true,
734
+ "fields": {},
735
+ "children": {
736
+ "multiple": true,
737
+ "required": true,
738
+ "types": [
739
+ {
740
+ "type": "expression",
741
+ "named": true
742
+ }
743
+ ]
744
+ }
745
+ },
746
+ {
747
+ "type": "assignment_expression",
748
+ "named": true,
749
+ "fields": {
750
+ "left": {
751
+ "multiple": false,
752
+ "required": true,
753
+ "types": [
754
+ {
755
+ "type": "array_access",
756
+ "named": true
757
+ },
758
+ {
759
+ "type": "field_access",
760
+ "named": true
761
+ },
762
+ {
763
+ "type": "identifier",
764
+ "named": true
765
+ }
766
+ ]
767
+ },
768
+ "operator": {
769
+ "multiple": false,
770
+ "required": true,
771
+ "types": [
772
+ {
773
+ "type": "%=",
774
+ "named": false
775
+ },
776
+ {
777
+ "type": "&=",
778
+ "named": false
779
+ },
780
+ {
781
+ "type": "*=",
782
+ "named": false
783
+ },
784
+ {
785
+ "type": "+=",
786
+ "named": false
787
+ },
788
+ {
789
+ "type": "-=",
790
+ "named": false
791
+ },
792
+ {
793
+ "type": "/=",
794
+ "named": false
795
+ },
796
+ {
797
+ "type": "<<=",
798
+ "named": false
799
+ },
800
+ {
801
+ "type": "=",
802
+ "named": false
803
+ },
804
+ {
805
+ "type": ">>=",
806
+ "named": false
807
+ },
808
+ {
809
+ "type": ">>>=",
810
+ "named": false
811
+ },
812
+ {
813
+ "type": "^=",
814
+ "named": false
815
+ },
816
+ {
817
+ "type": "|=",
818
+ "named": false
819
+ }
820
+ ]
821
+ },
822
+ "right": {
823
+ "multiple": false,
824
+ "required": true,
825
+ "types": [
826
+ {
827
+ "type": "expression",
828
+ "named": true
829
+ }
830
+ ]
831
+ }
832
+ }
833
+ },
834
+ {
835
+ "type": "asterisk",
836
+ "named": true,
837
+ "fields": {}
838
+ },
839
+ {
840
+ "type": "binary_expression",
841
+ "named": true,
842
+ "fields": {
843
+ "left": {
844
+ "multiple": false,
845
+ "required": true,
846
+ "types": [
847
+ {
848
+ "type": "expression",
849
+ "named": true
850
+ }
851
+ ]
852
+ },
853
+ "operator": {
854
+ "multiple": false,
855
+ "required": true,
856
+ "types": [
857
+ {
858
+ "type": "!=",
859
+ "named": false
860
+ },
861
+ {
862
+ "type": "%",
863
+ "named": false
864
+ },
865
+ {
866
+ "type": "&",
867
+ "named": false
868
+ },
869
+ {
870
+ "type": "&&",
871
+ "named": false
872
+ },
873
+ {
874
+ "type": "*",
875
+ "named": false
876
+ },
877
+ {
878
+ "type": "+",
879
+ "named": false
880
+ },
881
+ {
882
+ "type": "-",
883
+ "named": false
884
+ },
885
+ {
886
+ "type": "/",
887
+ "named": false
888
+ },
889
+ {
890
+ "type": "<",
891
+ "named": false
892
+ },
893
+ {
894
+ "type": "<<",
895
+ "named": false
896
+ },
897
+ {
898
+ "type": "<=",
899
+ "named": false
900
+ },
901
+ {
902
+ "type": "==",
903
+ "named": false
904
+ },
905
+ {
906
+ "type": ">",
907
+ "named": false
908
+ },
909
+ {
910
+ "type": ">=",
911
+ "named": false
912
+ },
913
+ {
914
+ "type": ">>",
915
+ "named": false
916
+ },
917
+ {
918
+ "type": ">>>",
919
+ "named": false
920
+ },
921
+ {
922
+ "type": "^",
923
+ "named": false
924
+ },
925
+ {
926
+ "type": "|",
927
+ "named": false
928
+ },
929
+ {
930
+ "type": "||",
931
+ "named": false
932
+ }
933
+ ]
934
+ },
935
+ "right": {
936
+ "multiple": false,
937
+ "required": true,
938
+ "types": [
939
+ {
940
+ "type": "expression",
941
+ "named": true
942
+ }
943
+ ]
944
+ }
945
+ }
946
+ },
947
+ {
948
+ "type": "block",
949
+ "named": true,
950
+ "fields": {},
951
+ "children": {
952
+ "multiple": true,
953
+ "required": false,
954
+ "types": [
955
+ {
956
+ "type": "statement",
957
+ "named": true
958
+ }
959
+ ]
960
+ }
961
+ },
962
+ {
963
+ "type": "break_statement",
964
+ "named": true,
965
+ "fields": {},
966
+ "children": {
967
+ "multiple": false,
968
+ "required": false,
969
+ "types": [
970
+ {
971
+ "type": "identifier",
972
+ "named": true
973
+ }
974
+ ]
975
+ }
976
+ },
977
+ {
978
+ "type": "cast_expression",
979
+ "named": true,
980
+ "fields": {
981
+ "type": {
982
+ "multiple": true,
983
+ "required": true,
984
+ "types": [
985
+ {
986
+ "type": "_type",
987
+ "named": true
988
+ }
989
+ ]
990
+ },
991
+ "value": {
992
+ "multiple": false,
993
+ "required": true,
994
+ "types": [
995
+ {
996
+ "type": "expression",
997
+ "named": true
998
+ }
999
+ ]
1000
+ }
1001
+ }
1002
+ },
1003
+ {
1004
+ "type": "catch_clause",
1005
+ "named": true,
1006
+ "fields": {
1007
+ "body": {
1008
+ "multiple": false,
1009
+ "required": true,
1010
+ "types": [
1011
+ {
1012
+ "type": "block",
1013
+ "named": true
1014
+ }
1015
+ ]
1016
+ }
1017
+ },
1018
+ "children": {
1019
+ "multiple": false,
1020
+ "required": true,
1021
+ "types": [
1022
+ {
1023
+ "type": "catch_formal_parameter",
1024
+ "named": true
1025
+ }
1026
+ ]
1027
+ }
1028
+ },
1029
+ {
1030
+ "type": "catch_formal_parameter",
1031
+ "named": true,
1032
+ "fields": {
1033
+ "dimensions": {
1034
+ "multiple": false,
1035
+ "required": false,
1036
+ "types": [
1037
+ {
1038
+ "type": "dimensions",
1039
+ "named": true
1040
+ }
1041
+ ]
1042
+ },
1043
+ "name": {
1044
+ "multiple": false,
1045
+ "required": true,
1046
+ "types": [
1047
+ {
1048
+ "type": "identifier",
1049
+ "named": true
1050
+ },
1051
+ {
1052
+ "type": "underscore_pattern",
1053
+ "named": true
1054
+ }
1055
+ ]
1056
+ }
1057
+ },
1058
+ "children": {
1059
+ "multiple": true,
1060
+ "required": true,
1061
+ "types": [
1062
+ {
1063
+ "type": "catch_type",
1064
+ "named": true
1065
+ },
1066
+ {
1067
+ "type": "modifiers",
1068
+ "named": true
1069
+ }
1070
+ ]
1071
+ }
1072
+ },
1073
+ {
1074
+ "type": "catch_type",
1075
+ "named": true,
1076
+ "fields": {},
1077
+ "children": {
1078
+ "multiple": true,
1079
+ "required": true,
1080
+ "types": [
1081
+ {
1082
+ "type": "_unannotated_type",
1083
+ "named": true
1084
+ }
1085
+ ]
1086
+ }
1087
+ },
1088
+ {
1089
+ "type": "class_body",
1090
+ "named": true,
1091
+ "fields": {},
1092
+ "children": {
1093
+ "multiple": true,
1094
+ "required": false,
1095
+ "types": [
1096
+ {
1097
+ "type": "annotation_type_declaration",
1098
+ "named": true
1099
+ },
1100
+ {
1101
+ "type": "block",
1102
+ "named": true
1103
+ },
1104
+ {
1105
+ "type": "class_declaration",
1106
+ "named": true
1107
+ },
1108
+ {
1109
+ "type": "compact_constructor_declaration",
1110
+ "named": true
1111
+ },
1112
+ {
1113
+ "type": "constructor_declaration",
1114
+ "named": true
1115
+ },
1116
+ {
1117
+ "type": "enum_declaration",
1118
+ "named": true
1119
+ },
1120
+ {
1121
+ "type": "field_declaration",
1122
+ "named": true
1123
+ },
1124
+ {
1125
+ "type": "interface_declaration",
1126
+ "named": true
1127
+ },
1128
+ {
1129
+ "type": "method_declaration",
1130
+ "named": true
1131
+ },
1132
+ {
1133
+ "type": "record_declaration",
1134
+ "named": true
1135
+ },
1136
+ {
1137
+ "type": "static_initializer",
1138
+ "named": true
1139
+ }
1140
+ ]
1141
+ }
1142
+ },
1143
+ {
1144
+ "type": "class_declaration",
1145
+ "named": true,
1146
+ "fields": {
1147
+ "body": {
1148
+ "multiple": false,
1149
+ "required": true,
1150
+ "types": [
1151
+ {
1152
+ "type": "class_body",
1153
+ "named": true
1154
+ }
1155
+ ]
1156
+ },
1157
+ "interfaces": {
1158
+ "multiple": false,
1159
+ "required": false,
1160
+ "types": [
1161
+ {
1162
+ "type": "super_interfaces",
1163
+ "named": true
1164
+ }
1165
+ ]
1166
+ },
1167
+ "name": {
1168
+ "multiple": false,
1169
+ "required": true,
1170
+ "types": [
1171
+ {
1172
+ "type": "identifier",
1173
+ "named": true
1174
+ }
1175
+ ]
1176
+ },
1177
+ "permits": {
1178
+ "multiple": false,
1179
+ "required": false,
1180
+ "types": [
1181
+ {
1182
+ "type": "permits",
1183
+ "named": true
1184
+ }
1185
+ ]
1186
+ },
1187
+ "superclass": {
1188
+ "multiple": false,
1189
+ "required": false,
1190
+ "types": [
1191
+ {
1192
+ "type": "superclass",
1193
+ "named": true
1194
+ }
1195
+ ]
1196
+ },
1197
+ "type_parameters": {
1198
+ "multiple": false,
1199
+ "required": false,
1200
+ "types": [
1201
+ {
1202
+ "type": "type_parameters",
1203
+ "named": true
1204
+ }
1205
+ ]
1206
+ }
1207
+ },
1208
+ "children": {
1209
+ "multiple": false,
1210
+ "required": false,
1211
+ "types": [
1212
+ {
1213
+ "type": "modifiers",
1214
+ "named": true
1215
+ }
1216
+ ]
1217
+ }
1218
+ },
1219
+ {
1220
+ "type": "class_literal",
1221
+ "named": true,
1222
+ "fields": {},
1223
+ "children": {
1224
+ "multiple": false,
1225
+ "required": true,
1226
+ "types": [
1227
+ {
1228
+ "type": "_unannotated_type",
1229
+ "named": true
1230
+ }
1231
+ ]
1232
+ }
1233
+ },
1234
+ {
1235
+ "type": "compact_constructor_declaration",
1236
+ "named": true,
1237
+ "fields": {
1238
+ "body": {
1239
+ "multiple": false,
1240
+ "required": true,
1241
+ "types": [
1242
+ {
1243
+ "type": "block",
1244
+ "named": true
1245
+ }
1246
+ ]
1247
+ },
1248
+ "name": {
1249
+ "multiple": false,
1250
+ "required": true,
1251
+ "types": [
1252
+ {
1253
+ "type": "identifier",
1254
+ "named": true
1255
+ }
1256
+ ]
1257
+ }
1258
+ },
1259
+ "children": {
1260
+ "multiple": false,
1261
+ "required": false,
1262
+ "types": [
1263
+ {
1264
+ "type": "modifiers",
1265
+ "named": true
1266
+ }
1267
+ ]
1268
+ }
1269
+ },
1270
+ {
1271
+ "type": "constant_declaration",
1272
+ "named": true,
1273
+ "fields": {
1274
+ "declarator": {
1275
+ "multiple": true,
1276
+ "required": true,
1277
+ "types": [
1278
+ {
1279
+ "type": "variable_declarator",
1280
+ "named": true
1281
+ }
1282
+ ]
1283
+ },
1284
+ "type": {
1285
+ "multiple": false,
1286
+ "required": true,
1287
+ "types": [
1288
+ {
1289
+ "type": "_unannotated_type",
1290
+ "named": true
1291
+ }
1292
+ ]
1293
+ }
1294
+ },
1295
+ "children": {
1296
+ "multiple": false,
1297
+ "required": false,
1298
+ "types": [
1299
+ {
1300
+ "type": "modifiers",
1301
+ "named": true
1302
+ }
1303
+ ]
1304
+ }
1305
+ },
1306
+ {
1307
+ "type": "constructor_body",
1308
+ "named": true,
1309
+ "fields": {},
1310
+ "children": {
1311
+ "multiple": true,
1312
+ "required": false,
1313
+ "types": [
1314
+ {
1315
+ "type": "explicit_constructor_invocation",
1316
+ "named": true
1317
+ },
1318
+ {
1319
+ "type": "statement",
1320
+ "named": true
1321
+ }
1322
+ ]
1323
+ }
1324
+ },
1325
+ {
1326
+ "type": "constructor_declaration",
1327
+ "named": true,
1328
+ "fields": {
1329
+ "body": {
1330
+ "multiple": false,
1331
+ "required": true,
1332
+ "types": [
1333
+ {
1334
+ "type": "constructor_body",
1335
+ "named": true
1336
+ }
1337
+ ]
1338
+ },
1339
+ "name": {
1340
+ "multiple": false,
1341
+ "required": true,
1342
+ "types": [
1343
+ {
1344
+ "type": "identifier",
1345
+ "named": true
1346
+ }
1347
+ ]
1348
+ },
1349
+ "parameters": {
1350
+ "multiple": false,
1351
+ "required": true,
1352
+ "types": [
1353
+ {
1354
+ "type": "formal_parameters",
1355
+ "named": true
1356
+ }
1357
+ ]
1358
+ },
1359
+ "type_parameters": {
1360
+ "multiple": false,
1361
+ "required": false,
1362
+ "types": [
1363
+ {
1364
+ "type": "type_parameters",
1365
+ "named": true
1366
+ }
1367
+ ]
1368
+ }
1369
+ },
1370
+ "children": {
1371
+ "multiple": true,
1372
+ "required": false,
1373
+ "types": [
1374
+ {
1375
+ "type": "modifiers",
1376
+ "named": true
1377
+ },
1378
+ {
1379
+ "type": "throws",
1380
+ "named": true
1381
+ }
1382
+ ]
1383
+ }
1384
+ },
1385
+ {
1386
+ "type": "continue_statement",
1387
+ "named": true,
1388
+ "fields": {},
1389
+ "children": {
1390
+ "multiple": false,
1391
+ "required": false,
1392
+ "types": [
1393
+ {
1394
+ "type": "identifier",
1395
+ "named": true
1396
+ }
1397
+ ]
1398
+ }
1399
+ },
1400
+ {
1401
+ "type": "dimensions",
1402
+ "named": true,
1403
+ "fields": {},
1404
+ "children": {
1405
+ "multiple": true,
1406
+ "required": false,
1407
+ "types": [
1408
+ {
1409
+ "type": "annotation",
1410
+ "named": true
1411
+ },
1412
+ {
1413
+ "type": "marker_annotation",
1414
+ "named": true
1415
+ }
1416
+ ]
1417
+ }
1418
+ },
1419
+ {
1420
+ "type": "dimensions_expr",
1421
+ "named": true,
1422
+ "fields": {},
1423
+ "children": {
1424
+ "multiple": true,
1425
+ "required": true,
1426
+ "types": [
1427
+ {
1428
+ "type": "annotation",
1429
+ "named": true
1430
+ },
1431
+ {
1432
+ "type": "expression",
1433
+ "named": true
1434
+ },
1435
+ {
1436
+ "type": "marker_annotation",
1437
+ "named": true
1438
+ }
1439
+ ]
1440
+ }
1441
+ },
1442
+ {
1443
+ "type": "do_statement",
1444
+ "named": true,
1445
+ "fields": {
1446
+ "body": {
1447
+ "multiple": false,
1448
+ "required": true,
1449
+ "types": [
1450
+ {
1451
+ "type": "statement",
1452
+ "named": true
1453
+ }
1454
+ ]
1455
+ },
1456
+ "condition": {
1457
+ "multiple": false,
1458
+ "required": true,
1459
+ "types": [
1460
+ {
1461
+ "type": "parenthesized_expression",
1462
+ "named": true
1463
+ }
1464
+ ]
1465
+ }
1466
+ }
1467
+ },
1468
+ {
1469
+ "type": "element_value_array_initializer",
1470
+ "named": true,
1471
+ "fields": {},
1472
+ "children": {
1473
+ "multiple": true,
1474
+ "required": false,
1475
+ "types": [
1476
+ {
1477
+ "type": "annotation",
1478
+ "named": true
1479
+ },
1480
+ {
1481
+ "type": "element_value_array_initializer",
1482
+ "named": true
1483
+ },
1484
+ {
1485
+ "type": "expression",
1486
+ "named": true
1487
+ },
1488
+ {
1489
+ "type": "marker_annotation",
1490
+ "named": true
1491
+ }
1492
+ ]
1493
+ }
1494
+ },
1495
+ {
1496
+ "type": "element_value_pair",
1497
+ "named": true,
1498
+ "fields": {
1499
+ "key": {
1500
+ "multiple": false,
1501
+ "required": true,
1502
+ "types": [
1503
+ {
1504
+ "type": "identifier",
1505
+ "named": true
1506
+ }
1507
+ ]
1508
+ },
1509
+ "value": {
1510
+ "multiple": false,
1511
+ "required": true,
1512
+ "types": [
1513
+ {
1514
+ "type": "annotation",
1515
+ "named": true
1516
+ },
1517
+ {
1518
+ "type": "element_value_array_initializer",
1519
+ "named": true
1520
+ },
1521
+ {
1522
+ "type": "expression",
1523
+ "named": true
1524
+ },
1525
+ {
1526
+ "type": "marker_annotation",
1527
+ "named": true
1528
+ }
1529
+ ]
1530
+ }
1531
+ }
1532
+ },
1533
+ {
1534
+ "type": "enhanced_for_statement",
1535
+ "named": true,
1536
+ "fields": {
1537
+ "body": {
1538
+ "multiple": false,
1539
+ "required": true,
1540
+ "types": [
1541
+ {
1542
+ "type": "statement",
1543
+ "named": true
1544
+ }
1545
+ ]
1546
+ },
1547
+ "dimensions": {
1548
+ "multiple": false,
1549
+ "required": false,
1550
+ "types": [
1551
+ {
1552
+ "type": "dimensions",
1553
+ "named": true
1554
+ }
1555
+ ]
1556
+ },
1557
+ "name": {
1558
+ "multiple": false,
1559
+ "required": true,
1560
+ "types": [
1561
+ {
1562
+ "type": "identifier",
1563
+ "named": true
1564
+ },
1565
+ {
1566
+ "type": "underscore_pattern",
1567
+ "named": true
1568
+ }
1569
+ ]
1570
+ },
1571
+ "type": {
1572
+ "multiple": false,
1573
+ "required": true,
1574
+ "types": [
1575
+ {
1576
+ "type": "_unannotated_type",
1577
+ "named": true
1578
+ }
1579
+ ]
1580
+ },
1581
+ "value": {
1582
+ "multiple": false,
1583
+ "required": true,
1584
+ "types": [
1585
+ {
1586
+ "type": "expression",
1587
+ "named": true
1588
+ }
1589
+ ]
1590
+ }
1591
+ },
1592
+ "children": {
1593
+ "multiple": false,
1594
+ "required": false,
1595
+ "types": [
1596
+ {
1597
+ "type": "modifiers",
1598
+ "named": true
1599
+ }
1600
+ ]
1601
+ }
1602
+ },
1603
+ {
1604
+ "type": "enum_body",
1605
+ "named": true,
1606
+ "fields": {},
1607
+ "children": {
1608
+ "multiple": true,
1609
+ "required": false,
1610
+ "types": [
1611
+ {
1612
+ "type": "enum_body_declarations",
1613
+ "named": true
1614
+ },
1615
+ {
1616
+ "type": "enum_constant",
1617
+ "named": true
1618
+ }
1619
+ ]
1620
+ }
1621
+ },
1622
+ {
1623
+ "type": "enum_body_declarations",
1624
+ "named": true,
1625
+ "fields": {},
1626
+ "children": {
1627
+ "multiple": true,
1628
+ "required": false,
1629
+ "types": [
1630
+ {
1631
+ "type": "annotation_type_declaration",
1632
+ "named": true
1633
+ },
1634
+ {
1635
+ "type": "block",
1636
+ "named": true
1637
+ },
1638
+ {
1639
+ "type": "class_declaration",
1640
+ "named": true
1641
+ },
1642
+ {
1643
+ "type": "compact_constructor_declaration",
1644
+ "named": true
1645
+ },
1646
+ {
1647
+ "type": "constructor_declaration",
1648
+ "named": true
1649
+ },
1650
+ {
1651
+ "type": "enum_declaration",
1652
+ "named": true
1653
+ },
1654
+ {
1655
+ "type": "field_declaration",
1656
+ "named": true
1657
+ },
1658
+ {
1659
+ "type": "interface_declaration",
1660
+ "named": true
1661
+ },
1662
+ {
1663
+ "type": "method_declaration",
1664
+ "named": true
1665
+ },
1666
+ {
1667
+ "type": "record_declaration",
1668
+ "named": true
1669
+ },
1670
+ {
1671
+ "type": "static_initializer",
1672
+ "named": true
1673
+ }
1674
+ ]
1675
+ }
1676
+ },
1677
+ {
1678
+ "type": "enum_constant",
1679
+ "named": true,
1680
+ "fields": {
1681
+ "arguments": {
1682
+ "multiple": false,
1683
+ "required": false,
1684
+ "types": [
1685
+ {
1686
+ "type": "argument_list",
1687
+ "named": true
1688
+ }
1689
+ ]
1690
+ },
1691
+ "body": {
1692
+ "multiple": false,
1693
+ "required": false,
1694
+ "types": [
1695
+ {
1696
+ "type": "class_body",
1697
+ "named": true
1698
+ }
1699
+ ]
1700
+ },
1701
+ "name": {
1702
+ "multiple": false,
1703
+ "required": true,
1704
+ "types": [
1705
+ {
1706
+ "type": "identifier",
1707
+ "named": true
1708
+ }
1709
+ ]
1710
+ }
1711
+ },
1712
+ "children": {
1713
+ "multiple": false,
1714
+ "required": false,
1715
+ "types": [
1716
+ {
1717
+ "type": "modifiers",
1718
+ "named": true
1719
+ }
1720
+ ]
1721
+ }
1722
+ },
1723
+ {
1724
+ "type": "enum_declaration",
1725
+ "named": true,
1726
+ "fields": {
1727
+ "body": {
1728
+ "multiple": false,
1729
+ "required": true,
1730
+ "types": [
1731
+ {
1732
+ "type": "enum_body",
1733
+ "named": true
1734
+ }
1735
+ ]
1736
+ },
1737
+ "interfaces": {
1738
+ "multiple": false,
1739
+ "required": false,
1740
+ "types": [
1741
+ {
1742
+ "type": "super_interfaces",
1743
+ "named": true
1744
+ }
1745
+ ]
1746
+ },
1747
+ "name": {
1748
+ "multiple": false,
1749
+ "required": true,
1750
+ "types": [
1751
+ {
1752
+ "type": "identifier",
1753
+ "named": true
1754
+ }
1755
+ ]
1756
+ }
1757
+ },
1758
+ "children": {
1759
+ "multiple": false,
1760
+ "required": false,
1761
+ "types": [
1762
+ {
1763
+ "type": "modifiers",
1764
+ "named": true
1765
+ }
1766
+ ]
1767
+ }
1768
+ },
1769
+ {
1770
+ "type": "explicit_constructor_invocation",
1771
+ "named": true,
1772
+ "fields": {
1773
+ "arguments": {
1774
+ "multiple": false,
1775
+ "required": true,
1776
+ "types": [
1777
+ {
1778
+ "type": "argument_list",
1779
+ "named": true
1780
+ }
1781
+ ]
1782
+ },
1783
+ "constructor": {
1784
+ "multiple": false,
1785
+ "required": true,
1786
+ "types": [
1787
+ {
1788
+ "type": "super",
1789
+ "named": true
1790
+ },
1791
+ {
1792
+ "type": "this",
1793
+ "named": true
1794
+ }
1795
+ ]
1796
+ },
1797
+ "object": {
1798
+ "multiple": false,
1799
+ "required": false,
1800
+ "types": [
1801
+ {
1802
+ "type": "primary_expression",
1803
+ "named": true
1804
+ }
1805
+ ]
1806
+ },
1807
+ "type_arguments": {
1808
+ "multiple": false,
1809
+ "required": false,
1810
+ "types": [
1811
+ {
1812
+ "type": "type_arguments",
1813
+ "named": true
1814
+ }
1815
+ ]
1816
+ }
1817
+ }
1818
+ },
1819
+ {
1820
+ "type": "exports_module_directive",
1821
+ "named": true,
1822
+ "fields": {
1823
+ "modules": {
1824
+ "multiple": true,
1825
+ "required": false,
1826
+ "types": [
1827
+ {
1828
+ "type": "identifier",
1829
+ "named": true
1830
+ },
1831
+ {
1832
+ "type": "scoped_identifier",
1833
+ "named": true
1834
+ }
1835
+ ]
1836
+ },
1837
+ "package": {
1838
+ "multiple": false,
1839
+ "required": true,
1840
+ "types": [
1841
+ {
1842
+ "type": "identifier",
1843
+ "named": true
1844
+ },
1845
+ {
1846
+ "type": "scoped_identifier",
1847
+ "named": true
1848
+ }
1849
+ ]
1850
+ }
1851
+ }
1852
+ },
1853
+ {
1854
+ "type": "expression_statement",
1855
+ "named": true,
1856
+ "fields": {},
1857
+ "children": {
1858
+ "multiple": false,
1859
+ "required": true,
1860
+ "types": [
1861
+ {
1862
+ "type": "expression",
1863
+ "named": true
1864
+ }
1865
+ ]
1866
+ }
1867
+ },
1868
+ {
1869
+ "type": "extends_interfaces",
1870
+ "named": true,
1871
+ "fields": {},
1872
+ "children": {
1873
+ "multiple": false,
1874
+ "required": true,
1875
+ "types": [
1876
+ {
1877
+ "type": "type_list",
1878
+ "named": true
1879
+ }
1880
+ ]
1881
+ }
1882
+ },
1883
+ {
1884
+ "type": "field_access",
1885
+ "named": true,
1886
+ "fields": {
1887
+ "field": {
1888
+ "multiple": false,
1889
+ "required": true,
1890
+ "types": [
1891
+ {
1892
+ "type": "identifier",
1893
+ "named": true
1894
+ },
1895
+ {
1896
+ "type": "this",
1897
+ "named": true
1898
+ }
1899
+ ]
1900
+ },
1901
+ "object": {
1902
+ "multiple": false,
1903
+ "required": true,
1904
+ "types": [
1905
+ {
1906
+ "type": "primary_expression",
1907
+ "named": true
1908
+ },
1909
+ {
1910
+ "type": "super",
1911
+ "named": true
1912
+ }
1913
+ ]
1914
+ }
1915
+ },
1916
+ "children": {
1917
+ "multiple": false,
1918
+ "required": false,
1919
+ "types": [
1920
+ {
1921
+ "type": "super",
1922
+ "named": true
1923
+ }
1924
+ ]
1925
+ }
1926
+ },
1927
+ {
1928
+ "type": "field_declaration",
1929
+ "named": true,
1930
+ "fields": {
1931
+ "declarator": {
1932
+ "multiple": true,
1933
+ "required": true,
1934
+ "types": [
1935
+ {
1936
+ "type": "variable_declarator",
1937
+ "named": true
1938
+ }
1939
+ ]
1940
+ },
1941
+ "type": {
1942
+ "multiple": false,
1943
+ "required": true,
1944
+ "types": [
1945
+ {
1946
+ "type": "_unannotated_type",
1947
+ "named": true
1948
+ }
1949
+ ]
1950
+ }
1951
+ },
1952
+ "children": {
1953
+ "multiple": false,
1954
+ "required": false,
1955
+ "types": [
1956
+ {
1957
+ "type": "modifiers",
1958
+ "named": true
1959
+ }
1960
+ ]
1961
+ }
1962
+ },
1963
+ {
1964
+ "type": "finally_clause",
1965
+ "named": true,
1966
+ "fields": {},
1967
+ "children": {
1968
+ "multiple": false,
1969
+ "required": true,
1970
+ "types": [
1971
+ {
1972
+ "type": "block",
1973
+ "named": true
1974
+ }
1975
+ ]
1976
+ }
1977
+ },
1978
+ {
1979
+ "type": "floating_point_type",
1980
+ "named": true,
1981
+ "fields": {}
1982
+ },
1983
+ {
1984
+ "type": "for_statement",
1985
+ "named": true,
1986
+ "fields": {
1987
+ "body": {
1988
+ "multiple": false,
1989
+ "required": true,
1990
+ "types": [
1991
+ {
1992
+ "type": "statement",
1993
+ "named": true
1994
+ }
1995
+ ]
1996
+ },
1997
+ "condition": {
1998
+ "multiple": false,
1999
+ "required": false,
2000
+ "types": [
2001
+ {
2002
+ "type": "expression",
2003
+ "named": true
2004
+ }
2005
+ ]
2006
+ },
2007
+ "init": {
2008
+ "multiple": true,
2009
+ "required": false,
2010
+ "types": [
2011
+ {
2012
+ "type": "expression",
2013
+ "named": true
2014
+ },
2015
+ {
2016
+ "type": "local_variable_declaration",
2017
+ "named": true
2018
+ }
2019
+ ]
2020
+ },
2021
+ "update": {
2022
+ "multiple": true,
2023
+ "required": false,
2024
+ "types": [
2025
+ {
2026
+ "type": "expression",
2027
+ "named": true
2028
+ }
2029
+ ]
2030
+ }
2031
+ }
2032
+ },
2033
+ {
2034
+ "type": "formal_parameter",
2035
+ "named": true,
2036
+ "fields": {
2037
+ "dimensions": {
2038
+ "multiple": false,
2039
+ "required": false,
2040
+ "types": [
2041
+ {
2042
+ "type": "dimensions",
2043
+ "named": true
2044
+ }
2045
+ ]
2046
+ },
2047
+ "name": {
2048
+ "multiple": false,
2049
+ "required": true,
2050
+ "types": [
2051
+ {
2052
+ "type": "identifier",
2053
+ "named": true
2054
+ },
2055
+ {
2056
+ "type": "underscore_pattern",
2057
+ "named": true
2058
+ }
2059
+ ]
2060
+ },
2061
+ "type": {
2062
+ "multiple": false,
2063
+ "required": true,
2064
+ "types": [
2065
+ {
2066
+ "type": "_unannotated_type",
2067
+ "named": true
2068
+ }
2069
+ ]
2070
+ }
2071
+ },
2072
+ "children": {
2073
+ "multiple": false,
2074
+ "required": false,
2075
+ "types": [
2076
+ {
2077
+ "type": "modifiers",
2078
+ "named": true
2079
+ }
2080
+ ]
2081
+ }
2082
+ },
2083
+ {
2084
+ "type": "formal_parameters",
2085
+ "named": true,
2086
+ "fields": {},
2087
+ "children": {
2088
+ "multiple": true,
2089
+ "required": false,
2090
+ "types": [
2091
+ {
2092
+ "type": "formal_parameter",
2093
+ "named": true
2094
+ },
2095
+ {
2096
+ "type": "receiver_parameter",
2097
+ "named": true
2098
+ },
2099
+ {
2100
+ "type": "spread_parameter",
2101
+ "named": true
2102
+ }
2103
+ ]
2104
+ }
2105
+ },
2106
+ {
2107
+ "type": "generic_type",
2108
+ "named": true,
2109
+ "fields": {},
2110
+ "children": {
2111
+ "multiple": true,
2112
+ "required": true,
2113
+ "types": [
2114
+ {
2115
+ "type": "scoped_type_identifier",
2116
+ "named": true
2117
+ },
2118
+ {
2119
+ "type": "type_arguments",
2120
+ "named": true
2121
+ },
2122
+ {
2123
+ "type": "type_identifier",
2124
+ "named": true
2125
+ }
2126
+ ]
2127
+ }
2128
+ },
2129
+ {
2130
+ "type": "guard",
2131
+ "named": true,
2132
+ "fields": {},
2133
+ "children": {
2134
+ "multiple": false,
2135
+ "required": true,
2136
+ "types": [
2137
+ {
2138
+ "type": "expression",
2139
+ "named": true
2140
+ }
2141
+ ]
2142
+ }
2143
+ },
2144
+ {
2145
+ "type": "if_statement",
2146
+ "named": true,
2147
+ "fields": {
2148
+ "alternative": {
2149
+ "multiple": false,
2150
+ "required": false,
2151
+ "types": [
2152
+ {
2153
+ "type": "statement",
2154
+ "named": true
2155
+ }
2156
+ ]
2157
+ },
2158
+ "condition": {
2159
+ "multiple": false,
2160
+ "required": true,
2161
+ "types": [
2162
+ {
2163
+ "type": "parenthesized_expression",
2164
+ "named": true
2165
+ }
2166
+ ]
2167
+ },
2168
+ "consequence": {
2169
+ "multiple": false,
2170
+ "required": true,
2171
+ "types": [
2172
+ {
2173
+ "type": "statement",
2174
+ "named": true
2175
+ }
2176
+ ]
2177
+ }
2178
+ }
2179
+ },
2180
+ {
2181
+ "type": "import_declaration",
2182
+ "named": true,
2183
+ "fields": {},
2184
+ "children": {
2185
+ "multiple": true,
2186
+ "required": true,
2187
+ "types": [
2188
+ {
2189
+ "type": "asterisk",
2190
+ "named": true
2191
+ },
2192
+ {
2193
+ "type": "identifier",
2194
+ "named": true
2195
+ },
2196
+ {
2197
+ "type": "scoped_identifier",
2198
+ "named": true
2199
+ }
2200
+ ]
2201
+ }
2202
+ },
2203
+ {
2204
+ "type": "inferred_parameters",
2205
+ "named": true,
2206
+ "fields": {},
2207
+ "children": {
2208
+ "multiple": true,
2209
+ "required": true,
2210
+ "types": [
2211
+ {
2212
+ "type": "identifier",
2213
+ "named": true
2214
+ }
2215
+ ]
2216
+ }
2217
+ },
2218
+ {
2219
+ "type": "instanceof_expression",
2220
+ "named": true,
2221
+ "fields": {
2222
+ "left": {
2223
+ "multiple": false,
2224
+ "required": true,
2225
+ "types": [
2226
+ {
2227
+ "type": "expression",
2228
+ "named": true
2229
+ }
2230
+ ]
2231
+ },
2232
+ "name": {
2233
+ "multiple": false,
2234
+ "required": false,
2235
+ "types": [
2236
+ {
2237
+ "type": "identifier",
2238
+ "named": true
2239
+ }
2240
+ ]
2241
+ },
2242
+ "pattern": {
2243
+ "multiple": false,
2244
+ "required": false,
2245
+ "types": [
2246
+ {
2247
+ "type": "record_pattern",
2248
+ "named": true
2249
+ }
2250
+ ]
2251
+ },
2252
+ "right": {
2253
+ "multiple": false,
2254
+ "required": false,
2255
+ "types": [
2256
+ {
2257
+ "type": "_type",
2258
+ "named": true
2259
+ }
2260
+ ]
2261
+ }
2262
+ }
2263
+ },
2264
+ {
2265
+ "type": "integral_type",
2266
+ "named": true,
2267
+ "fields": {}
2268
+ },
2269
+ {
2270
+ "type": "interface_body",
2271
+ "named": true,
2272
+ "fields": {},
2273
+ "children": {
2274
+ "multiple": true,
2275
+ "required": false,
2276
+ "types": [
2277
+ {
2278
+ "type": "annotation_type_declaration",
2279
+ "named": true
2280
+ },
2281
+ {
2282
+ "type": "class_declaration",
2283
+ "named": true
2284
+ },
2285
+ {
2286
+ "type": "constant_declaration",
2287
+ "named": true
2288
+ },
2289
+ {
2290
+ "type": "enum_declaration",
2291
+ "named": true
2292
+ },
2293
+ {
2294
+ "type": "interface_declaration",
2295
+ "named": true
2296
+ },
2297
+ {
2298
+ "type": "method_declaration",
2299
+ "named": true
2300
+ },
2301
+ {
2302
+ "type": "record_declaration",
2303
+ "named": true
2304
+ }
2305
+ ]
2306
+ }
2307
+ },
2308
+ {
2309
+ "type": "interface_declaration",
2310
+ "named": true,
2311
+ "fields": {
2312
+ "body": {
2313
+ "multiple": false,
2314
+ "required": true,
2315
+ "types": [
2316
+ {
2317
+ "type": "interface_body",
2318
+ "named": true
2319
+ }
2320
+ ]
2321
+ },
2322
+ "name": {
2323
+ "multiple": false,
2324
+ "required": true,
2325
+ "types": [
2326
+ {
2327
+ "type": "identifier",
2328
+ "named": true
2329
+ }
2330
+ ]
2331
+ },
2332
+ "permits": {
2333
+ "multiple": false,
2334
+ "required": false,
2335
+ "types": [
2336
+ {
2337
+ "type": "permits",
2338
+ "named": true
2339
+ }
2340
+ ]
2341
+ },
2342
+ "type_parameters": {
2343
+ "multiple": false,
2344
+ "required": false,
2345
+ "types": [
2346
+ {
2347
+ "type": "type_parameters",
2348
+ "named": true
2349
+ }
2350
+ ]
2351
+ }
2352
+ },
2353
+ "children": {
2354
+ "multiple": true,
2355
+ "required": false,
2356
+ "types": [
2357
+ {
2358
+ "type": "extends_interfaces",
2359
+ "named": true
2360
+ },
2361
+ {
2362
+ "type": "modifiers",
2363
+ "named": true
2364
+ }
2365
+ ]
2366
+ }
2367
+ },
2368
+ {
2369
+ "type": "labeled_statement",
2370
+ "named": true,
2371
+ "fields": {},
2372
+ "children": {
2373
+ "multiple": true,
2374
+ "required": true,
2375
+ "types": [
2376
+ {
2377
+ "type": "identifier",
2378
+ "named": true
2379
+ },
2380
+ {
2381
+ "type": "statement",
2382
+ "named": true
2383
+ }
2384
+ ]
2385
+ }
2386
+ },
2387
+ {
2388
+ "type": "lambda_expression",
2389
+ "named": true,
2390
+ "fields": {
2391
+ "body": {
2392
+ "multiple": false,
2393
+ "required": true,
2394
+ "types": [
2395
+ {
2396
+ "type": "block",
2397
+ "named": true
2398
+ },
2399
+ {
2400
+ "type": "expression",
2401
+ "named": true
2402
+ }
2403
+ ]
2404
+ },
2405
+ "parameters": {
2406
+ "multiple": false,
2407
+ "required": true,
2408
+ "types": [
2409
+ {
2410
+ "type": "formal_parameters",
2411
+ "named": true
2412
+ },
2413
+ {
2414
+ "type": "identifier",
2415
+ "named": true
2416
+ },
2417
+ {
2418
+ "type": "inferred_parameters",
2419
+ "named": true
2420
+ }
2421
+ ]
2422
+ }
2423
+ }
2424
+ },
2425
+ {
2426
+ "type": "local_variable_declaration",
2427
+ "named": true,
2428
+ "fields": {
2429
+ "declarator": {
2430
+ "multiple": true,
2431
+ "required": true,
2432
+ "types": [
2433
+ {
2434
+ "type": "variable_declarator",
2435
+ "named": true
2436
+ }
2437
+ ]
2438
+ },
2439
+ "type": {
2440
+ "multiple": false,
2441
+ "required": true,
2442
+ "types": [
2443
+ {
2444
+ "type": "_unannotated_type",
2445
+ "named": true
2446
+ }
2447
+ ]
2448
+ }
2449
+ },
2450
+ "children": {
2451
+ "multiple": false,
2452
+ "required": false,
2453
+ "types": [
2454
+ {
2455
+ "type": "modifiers",
2456
+ "named": true
2457
+ }
2458
+ ]
2459
+ }
2460
+ },
2461
+ {
2462
+ "type": "marker_annotation",
2463
+ "named": true,
2464
+ "fields": {
2465
+ "name": {
2466
+ "multiple": false,
2467
+ "required": true,
2468
+ "types": [
2469
+ {
2470
+ "type": "identifier",
2471
+ "named": true
2472
+ },
2473
+ {
2474
+ "type": "scoped_identifier",
2475
+ "named": true
2476
+ }
2477
+ ]
2478
+ }
2479
+ }
2480
+ },
2481
+ {
2482
+ "type": "method_declaration",
2483
+ "named": true,
2484
+ "fields": {
2485
+ "body": {
2486
+ "multiple": false,
2487
+ "required": false,
2488
+ "types": [
2489
+ {
2490
+ "type": "block",
2491
+ "named": true
2492
+ }
2493
+ ]
2494
+ },
2495
+ "dimensions": {
2496
+ "multiple": false,
2497
+ "required": false,
2498
+ "types": [
2499
+ {
2500
+ "type": "dimensions",
2501
+ "named": true
2502
+ }
2503
+ ]
2504
+ },
2505
+ "name": {
2506
+ "multiple": false,
2507
+ "required": true,
2508
+ "types": [
2509
+ {
2510
+ "type": "identifier",
2511
+ "named": true
2512
+ }
2513
+ ]
2514
+ },
2515
+ "parameters": {
2516
+ "multiple": false,
2517
+ "required": true,
2518
+ "types": [
2519
+ {
2520
+ "type": "formal_parameters",
2521
+ "named": true
2522
+ }
2523
+ ]
2524
+ },
2525
+ "type": {
2526
+ "multiple": false,
2527
+ "required": true,
2528
+ "types": [
2529
+ {
2530
+ "type": "_unannotated_type",
2531
+ "named": true
2532
+ }
2533
+ ]
2534
+ },
2535
+ "type_parameters": {
2536
+ "multiple": false,
2537
+ "required": false,
2538
+ "types": [
2539
+ {
2540
+ "type": "type_parameters",
2541
+ "named": true
2542
+ }
2543
+ ]
2544
+ }
2545
+ },
2546
+ "children": {
2547
+ "multiple": true,
2548
+ "required": false,
2549
+ "types": [
2550
+ {
2551
+ "type": "annotation",
2552
+ "named": true
2553
+ },
2554
+ {
2555
+ "type": "marker_annotation",
2556
+ "named": true
2557
+ },
2558
+ {
2559
+ "type": "modifiers",
2560
+ "named": true
2561
+ },
2562
+ {
2563
+ "type": "throws",
2564
+ "named": true
2565
+ }
2566
+ ]
2567
+ }
2568
+ },
2569
+ {
2570
+ "type": "method_invocation",
2571
+ "named": true,
2572
+ "fields": {
2573
+ "arguments": {
2574
+ "multiple": false,
2575
+ "required": true,
2576
+ "types": [
2577
+ {
2578
+ "type": "argument_list",
2579
+ "named": true
2580
+ }
2581
+ ]
2582
+ },
2583
+ "name": {
2584
+ "multiple": false,
2585
+ "required": true,
2586
+ "types": [
2587
+ {
2588
+ "type": "identifier",
2589
+ "named": true
2590
+ }
2591
+ ]
2592
+ },
2593
+ "object": {
2594
+ "multiple": false,
2595
+ "required": false,
2596
+ "types": [
2597
+ {
2598
+ "type": "primary_expression",
2599
+ "named": true
2600
+ },
2601
+ {
2602
+ "type": "super",
2603
+ "named": true
2604
+ }
2605
+ ]
2606
+ },
2607
+ "type_arguments": {
2608
+ "multiple": false,
2609
+ "required": false,
2610
+ "types": [
2611
+ {
2612
+ "type": "type_arguments",
2613
+ "named": true
2614
+ }
2615
+ ]
2616
+ }
2617
+ },
2618
+ "children": {
2619
+ "multiple": false,
2620
+ "required": false,
2621
+ "types": [
2622
+ {
2623
+ "type": "super",
2624
+ "named": true
2625
+ }
2626
+ ]
2627
+ }
2628
+ },
2629
+ {
2630
+ "type": "method_reference",
2631
+ "named": true,
2632
+ "fields": {},
2633
+ "children": {
2634
+ "multiple": true,
2635
+ "required": true,
2636
+ "types": [
2637
+ {
2638
+ "type": "_type",
2639
+ "named": true
2640
+ },
2641
+ {
2642
+ "type": "primary_expression",
2643
+ "named": true
2644
+ },
2645
+ {
2646
+ "type": "super",
2647
+ "named": true
2648
+ },
2649
+ {
2650
+ "type": "type_arguments",
2651
+ "named": true
2652
+ }
2653
+ ]
2654
+ }
2655
+ },
2656
+ {
2657
+ "type": "modifiers",
2658
+ "named": true,
2659
+ "fields": {},
2660
+ "children": {
2661
+ "multiple": true,
2662
+ "required": false,
2663
+ "types": [
2664
+ {
2665
+ "type": "annotation",
2666
+ "named": true
2667
+ },
2668
+ {
2669
+ "type": "marker_annotation",
2670
+ "named": true
2671
+ }
2672
+ ]
2673
+ }
2674
+ },
2675
+ {
2676
+ "type": "module_body",
2677
+ "named": true,
2678
+ "fields": {},
2679
+ "children": {
2680
+ "multiple": true,
2681
+ "required": false,
2682
+ "types": [
2683
+ {
2684
+ "type": "module_directive",
2685
+ "named": true
2686
+ }
2687
+ ]
2688
+ }
2689
+ },
2690
+ {
2691
+ "type": "module_declaration",
2692
+ "named": true,
2693
+ "fields": {
2694
+ "body": {
2695
+ "multiple": false,
2696
+ "required": true,
2697
+ "types": [
2698
+ {
2699
+ "type": "module_body",
2700
+ "named": true
2701
+ }
2702
+ ]
2703
+ },
2704
+ "name": {
2705
+ "multiple": false,
2706
+ "required": true,
2707
+ "types": [
2708
+ {
2709
+ "type": "identifier",
2710
+ "named": true
2711
+ },
2712
+ {
2713
+ "type": "scoped_identifier",
2714
+ "named": true
2715
+ }
2716
+ ]
2717
+ }
2718
+ },
2719
+ "children": {
2720
+ "multiple": true,
2721
+ "required": false,
2722
+ "types": [
2723
+ {
2724
+ "type": "annotation",
2725
+ "named": true
2726
+ },
2727
+ {
2728
+ "type": "marker_annotation",
2729
+ "named": true
2730
+ }
2731
+ ]
2732
+ }
2733
+ },
2734
+ {
2735
+ "type": "multiline_string_fragment",
2736
+ "named": true,
2737
+ "fields": {}
2738
+ },
2739
+ {
2740
+ "type": "object_creation_expression",
2741
+ "named": true,
2742
+ "fields": {
2743
+ "arguments": {
2744
+ "multiple": false,
2745
+ "required": true,
2746
+ "types": [
2747
+ {
2748
+ "type": "argument_list",
2749
+ "named": true
2750
+ }
2751
+ ]
2752
+ },
2753
+ "type": {
2754
+ "multiple": false,
2755
+ "required": true,
2756
+ "types": [
2757
+ {
2758
+ "type": "_simple_type",
2759
+ "named": true
2760
+ }
2761
+ ]
2762
+ },
2763
+ "type_arguments": {
2764
+ "multiple": false,
2765
+ "required": false,
2766
+ "types": [
2767
+ {
2768
+ "type": "type_arguments",
2769
+ "named": true
2770
+ }
2771
+ ]
2772
+ }
2773
+ },
2774
+ "children": {
2775
+ "multiple": true,
2776
+ "required": false,
2777
+ "types": [
2778
+ {
2779
+ "type": "annotation",
2780
+ "named": true
2781
+ },
2782
+ {
2783
+ "type": "class_body",
2784
+ "named": true
2785
+ },
2786
+ {
2787
+ "type": "marker_annotation",
2788
+ "named": true
2789
+ },
2790
+ {
2791
+ "type": "primary_expression",
2792
+ "named": true
2793
+ }
2794
+ ]
2795
+ }
2796
+ },
2797
+ {
2798
+ "type": "opens_module_directive",
2799
+ "named": true,
2800
+ "fields": {
2801
+ "modules": {
2802
+ "multiple": true,
2803
+ "required": false,
2804
+ "types": [
2805
+ {
2806
+ "type": "identifier",
2807
+ "named": true
2808
+ },
2809
+ {
2810
+ "type": "scoped_identifier",
2811
+ "named": true
2812
+ }
2813
+ ]
2814
+ },
2815
+ "package": {
2816
+ "multiple": false,
2817
+ "required": true,
2818
+ "types": [
2819
+ {
2820
+ "type": "identifier",
2821
+ "named": true
2822
+ },
2823
+ {
2824
+ "type": "scoped_identifier",
2825
+ "named": true
2826
+ }
2827
+ ]
2828
+ }
2829
+ }
2830
+ },
2831
+ {
2832
+ "type": "package_declaration",
2833
+ "named": true,
2834
+ "fields": {},
2835
+ "children": {
2836
+ "multiple": true,
2837
+ "required": true,
2838
+ "types": [
2839
+ {
2840
+ "type": "annotation",
2841
+ "named": true
2842
+ },
2843
+ {
2844
+ "type": "identifier",
2845
+ "named": true
2846
+ },
2847
+ {
2848
+ "type": "marker_annotation",
2849
+ "named": true
2850
+ },
2851
+ {
2852
+ "type": "scoped_identifier",
2853
+ "named": true
2854
+ }
2855
+ ]
2856
+ }
2857
+ },
2858
+ {
2859
+ "type": "parenthesized_expression",
2860
+ "named": true,
2861
+ "fields": {},
2862
+ "children": {
2863
+ "multiple": false,
2864
+ "required": true,
2865
+ "types": [
2866
+ {
2867
+ "type": "expression",
2868
+ "named": true
2869
+ }
2870
+ ]
2871
+ }
2872
+ },
2873
+ {
2874
+ "type": "pattern",
2875
+ "named": true,
2876
+ "fields": {},
2877
+ "children": {
2878
+ "multiple": false,
2879
+ "required": true,
2880
+ "types": [
2881
+ {
2882
+ "type": "record_pattern",
2883
+ "named": true
2884
+ },
2885
+ {
2886
+ "type": "type_pattern",
2887
+ "named": true
2888
+ }
2889
+ ]
2890
+ }
2891
+ },
2892
+ {
2893
+ "type": "permits",
2894
+ "named": true,
2895
+ "fields": {},
2896
+ "children": {
2897
+ "multiple": false,
2898
+ "required": true,
2899
+ "types": [
2900
+ {
2901
+ "type": "type_list",
2902
+ "named": true
2903
+ }
2904
+ ]
2905
+ }
2906
+ },
2907
+ {
2908
+ "type": "program",
2909
+ "named": true,
2910
+ "root": true,
2911
+ "fields": {},
2912
+ "children": {
2913
+ "multiple": true,
2914
+ "required": false,
2915
+ "types": [
2916
+ {
2917
+ "type": "method_declaration",
2918
+ "named": true
2919
+ },
2920
+ {
2921
+ "type": "statement",
2922
+ "named": true
2923
+ }
2924
+ ]
2925
+ }
2926
+ },
2927
+ {
2928
+ "type": "provides_module_directive",
2929
+ "named": true,
2930
+ "fields": {
2931
+ "provided": {
2932
+ "multiple": false,
2933
+ "required": true,
2934
+ "types": [
2935
+ {
2936
+ "type": "identifier",
2937
+ "named": true
2938
+ },
2939
+ {
2940
+ "type": "scoped_identifier",
2941
+ "named": true
2942
+ }
2943
+ ]
2944
+ },
2945
+ "provider": {
2946
+ "multiple": true,
2947
+ "required": false,
2948
+ "types": [
2949
+ {
2950
+ "type": "identifier",
2951
+ "named": true
2952
+ },
2953
+ {
2954
+ "type": "scoped_identifier",
2955
+ "named": true
2956
+ }
2957
+ ]
2958
+ }
2959
+ },
2960
+ "children": {
2961
+ "multiple": false,
2962
+ "required": true,
2963
+ "types": [
2964
+ {
2965
+ "type": "identifier",
2966
+ "named": true
2967
+ },
2968
+ {
2969
+ "type": "scoped_identifier",
2970
+ "named": true
2971
+ }
2972
+ ]
2973
+ }
2974
+ },
2975
+ {
2976
+ "type": "receiver_parameter",
2977
+ "named": true,
2978
+ "fields": {},
2979
+ "children": {
2980
+ "multiple": true,
2981
+ "required": true,
2982
+ "types": [
2983
+ {
2984
+ "type": "_unannotated_type",
2985
+ "named": true
2986
+ },
2987
+ {
2988
+ "type": "annotation",
2989
+ "named": true
2990
+ },
2991
+ {
2992
+ "type": "identifier",
2993
+ "named": true
2994
+ },
2995
+ {
2996
+ "type": "marker_annotation",
2997
+ "named": true
2998
+ },
2999
+ {
3000
+ "type": "this",
3001
+ "named": true
3002
+ }
3003
+ ]
3004
+ }
3005
+ },
3006
+ {
3007
+ "type": "record_declaration",
3008
+ "named": true,
3009
+ "fields": {
3010
+ "body": {
3011
+ "multiple": false,
3012
+ "required": true,
3013
+ "types": [
3014
+ {
3015
+ "type": "class_body",
3016
+ "named": true
3017
+ }
3018
+ ]
3019
+ },
3020
+ "interfaces": {
3021
+ "multiple": false,
3022
+ "required": false,
3023
+ "types": [
3024
+ {
3025
+ "type": "super_interfaces",
3026
+ "named": true
3027
+ }
3028
+ ]
3029
+ },
3030
+ "name": {
3031
+ "multiple": false,
3032
+ "required": true,
3033
+ "types": [
3034
+ {
3035
+ "type": "identifier",
3036
+ "named": true
3037
+ }
3038
+ ]
3039
+ },
3040
+ "parameters": {
3041
+ "multiple": false,
3042
+ "required": true,
3043
+ "types": [
3044
+ {
3045
+ "type": "formal_parameters",
3046
+ "named": true
3047
+ }
3048
+ ]
3049
+ },
3050
+ "type_parameters": {
3051
+ "multiple": false,
3052
+ "required": false,
3053
+ "types": [
3054
+ {
3055
+ "type": "type_parameters",
3056
+ "named": true
3057
+ }
3058
+ ]
3059
+ }
3060
+ },
3061
+ "children": {
3062
+ "multiple": false,
3063
+ "required": false,
3064
+ "types": [
3065
+ {
3066
+ "type": "modifiers",
3067
+ "named": true
3068
+ }
3069
+ ]
3070
+ }
3071
+ },
3072
+ {
3073
+ "type": "record_pattern",
3074
+ "named": true,
3075
+ "fields": {},
3076
+ "children": {
3077
+ "multiple": true,
3078
+ "required": true,
3079
+ "types": [
3080
+ {
3081
+ "type": "generic_type",
3082
+ "named": true
3083
+ },
3084
+ {
3085
+ "type": "identifier",
3086
+ "named": true
3087
+ },
3088
+ {
3089
+ "type": "record_pattern_body",
3090
+ "named": true
3091
+ }
3092
+ ]
3093
+ }
3094
+ },
3095
+ {
3096
+ "type": "record_pattern_body",
3097
+ "named": true,
3098
+ "fields": {},
3099
+ "children": {
3100
+ "multiple": true,
3101
+ "required": false,
3102
+ "types": [
3103
+ {
3104
+ "type": "record_pattern",
3105
+ "named": true
3106
+ },
3107
+ {
3108
+ "type": "record_pattern_component",
3109
+ "named": true
3110
+ }
3111
+ ]
3112
+ }
3113
+ },
3114
+ {
3115
+ "type": "record_pattern_component",
3116
+ "named": true,
3117
+ "fields": {},
3118
+ "children": {
3119
+ "multiple": true,
3120
+ "required": true,
3121
+ "types": [
3122
+ {
3123
+ "type": "_unannotated_type",
3124
+ "named": true
3125
+ },
3126
+ {
3127
+ "type": "identifier",
3128
+ "named": true
3129
+ },
3130
+ {
3131
+ "type": "underscore_pattern",
3132
+ "named": true
3133
+ }
3134
+ ]
3135
+ }
3136
+ },
3137
+ {
3138
+ "type": "requires_modifier",
3139
+ "named": true,
3140
+ "fields": {}
3141
+ },
3142
+ {
3143
+ "type": "requires_module_directive",
3144
+ "named": true,
3145
+ "fields": {
3146
+ "modifiers": {
3147
+ "multiple": true,
3148
+ "required": false,
3149
+ "types": [
3150
+ {
3151
+ "type": "requires_modifier",
3152
+ "named": true
3153
+ }
3154
+ ]
3155
+ },
3156
+ "module": {
3157
+ "multiple": false,
3158
+ "required": true,
3159
+ "types": [
3160
+ {
3161
+ "type": "identifier",
3162
+ "named": true
3163
+ },
3164
+ {
3165
+ "type": "scoped_identifier",
3166
+ "named": true
3167
+ }
3168
+ ]
3169
+ }
3170
+ }
3171
+ },
3172
+ {
3173
+ "type": "resource",
3174
+ "named": true,
3175
+ "fields": {
3176
+ "dimensions": {
3177
+ "multiple": false,
3178
+ "required": false,
3179
+ "types": [
3180
+ {
3181
+ "type": "dimensions",
3182
+ "named": true
3183
+ }
3184
+ ]
3185
+ },
3186
+ "name": {
3187
+ "multiple": false,
3188
+ "required": false,
3189
+ "types": [
3190
+ {
3191
+ "type": "identifier",
3192
+ "named": true
3193
+ },
3194
+ {
3195
+ "type": "underscore_pattern",
3196
+ "named": true
3197
+ }
3198
+ ]
3199
+ },
3200
+ "type": {
3201
+ "multiple": false,
3202
+ "required": false,
3203
+ "types": [
3204
+ {
3205
+ "type": "_unannotated_type",
3206
+ "named": true
3207
+ }
3208
+ ]
3209
+ },
3210
+ "value": {
3211
+ "multiple": false,
3212
+ "required": false,
3213
+ "types": [
3214
+ {
3215
+ "type": "expression",
3216
+ "named": true
3217
+ }
3218
+ ]
3219
+ }
3220
+ },
3221
+ "children": {
3222
+ "multiple": false,
3223
+ "required": false,
3224
+ "types": [
3225
+ {
3226
+ "type": "field_access",
3227
+ "named": true
3228
+ },
3229
+ {
3230
+ "type": "identifier",
3231
+ "named": true
3232
+ },
3233
+ {
3234
+ "type": "modifiers",
3235
+ "named": true
3236
+ }
3237
+ ]
3238
+ }
3239
+ },
3240
+ {
3241
+ "type": "resource_specification",
3242
+ "named": true,
3243
+ "fields": {},
3244
+ "children": {
3245
+ "multiple": true,
3246
+ "required": true,
3247
+ "types": [
3248
+ {
3249
+ "type": "resource",
3250
+ "named": true
3251
+ }
3252
+ ]
3253
+ }
3254
+ },
3255
+ {
3256
+ "type": "return_statement",
3257
+ "named": true,
3258
+ "fields": {},
3259
+ "children": {
3260
+ "multiple": false,
3261
+ "required": false,
3262
+ "types": [
3263
+ {
3264
+ "type": "expression",
3265
+ "named": true
3266
+ }
3267
+ ]
3268
+ }
3269
+ },
3270
+ {
3271
+ "type": "scoped_identifier",
3272
+ "named": true,
3273
+ "fields": {
3274
+ "name": {
3275
+ "multiple": false,
3276
+ "required": true,
3277
+ "types": [
3278
+ {
3279
+ "type": "identifier",
3280
+ "named": true
3281
+ }
3282
+ ]
3283
+ },
3284
+ "scope": {
3285
+ "multiple": false,
3286
+ "required": true,
3287
+ "types": [
3288
+ {
3289
+ "type": "identifier",
3290
+ "named": true
3291
+ },
3292
+ {
3293
+ "type": "scoped_identifier",
3294
+ "named": true
3295
+ }
3296
+ ]
3297
+ }
3298
+ }
3299
+ },
3300
+ {
3301
+ "type": "scoped_type_identifier",
3302
+ "named": true,
3303
+ "fields": {},
3304
+ "children": {
3305
+ "multiple": true,
3306
+ "required": true,
3307
+ "types": [
3308
+ {
3309
+ "type": "annotation",
3310
+ "named": true
3311
+ },
3312
+ {
3313
+ "type": "generic_type",
3314
+ "named": true
3315
+ },
3316
+ {
3317
+ "type": "marker_annotation",
3318
+ "named": true
3319
+ },
3320
+ {
3321
+ "type": "scoped_type_identifier",
3322
+ "named": true
3323
+ },
3324
+ {
3325
+ "type": "type_identifier",
3326
+ "named": true
3327
+ }
3328
+ ]
3329
+ }
3330
+ },
3331
+ {
3332
+ "type": "spread_parameter",
3333
+ "named": true,
3334
+ "fields": {},
3335
+ "children": {
3336
+ "multiple": true,
3337
+ "required": true,
3338
+ "types": [
3339
+ {
3340
+ "type": "_unannotated_type",
3341
+ "named": true
3342
+ },
3343
+ {
3344
+ "type": "annotation",
3345
+ "named": true
3346
+ },
3347
+ {
3348
+ "type": "marker_annotation",
3349
+ "named": true
3350
+ },
3351
+ {
3352
+ "type": "modifiers",
3353
+ "named": true
3354
+ },
3355
+ {
3356
+ "type": "variable_declarator",
3357
+ "named": true
3358
+ }
3359
+ ]
3360
+ }
3361
+ },
3362
+ {
3363
+ "type": "static_initializer",
3364
+ "named": true,
3365
+ "fields": {},
3366
+ "children": {
3367
+ "multiple": false,
3368
+ "required": true,
3369
+ "types": [
3370
+ {
3371
+ "type": "block",
3372
+ "named": true
3373
+ }
3374
+ ]
3375
+ }
3376
+ },
3377
+ {
3378
+ "type": "string_interpolation",
3379
+ "named": true,
3380
+ "fields": {},
3381
+ "children": {
3382
+ "multiple": false,
3383
+ "required": true,
3384
+ "types": [
3385
+ {
3386
+ "type": "expression",
3387
+ "named": true
3388
+ }
3389
+ ]
3390
+ }
3391
+ },
3392
+ {
3393
+ "type": "string_literal",
3394
+ "named": true,
3395
+ "fields": {},
3396
+ "children": {
3397
+ "multiple": true,
3398
+ "required": false,
3399
+ "types": [
3400
+ {
3401
+ "type": "escape_sequence",
3402
+ "named": true
3403
+ },
3404
+ {
3405
+ "type": "multiline_string_fragment",
3406
+ "named": true
3407
+ },
3408
+ {
3409
+ "type": "string_fragment",
3410
+ "named": true
3411
+ },
3412
+ {
3413
+ "type": "string_interpolation",
3414
+ "named": true
3415
+ }
3416
+ ]
3417
+ }
3418
+ },
3419
+ {
3420
+ "type": "super_interfaces",
3421
+ "named": true,
3422
+ "fields": {},
3423
+ "children": {
3424
+ "multiple": false,
3425
+ "required": true,
3426
+ "types": [
3427
+ {
3428
+ "type": "type_list",
3429
+ "named": true
3430
+ }
3431
+ ]
3432
+ }
3433
+ },
3434
+ {
3435
+ "type": "superclass",
3436
+ "named": true,
3437
+ "fields": {},
3438
+ "children": {
3439
+ "multiple": false,
3440
+ "required": true,
3441
+ "types": [
3442
+ {
3443
+ "type": "_type",
3444
+ "named": true
3445
+ }
3446
+ ]
3447
+ }
3448
+ },
3449
+ {
3450
+ "type": "switch_block",
3451
+ "named": true,
3452
+ "fields": {},
3453
+ "children": {
3454
+ "multiple": true,
3455
+ "required": false,
3456
+ "types": [
3457
+ {
3458
+ "type": "switch_block_statement_group",
3459
+ "named": true
3460
+ },
3461
+ {
3462
+ "type": "switch_rule",
3463
+ "named": true
3464
+ }
3465
+ ]
3466
+ }
3467
+ },
3468
+ {
3469
+ "type": "switch_block_statement_group",
3470
+ "named": true,
3471
+ "fields": {},
3472
+ "children": {
3473
+ "multiple": true,
3474
+ "required": true,
3475
+ "types": [
3476
+ {
3477
+ "type": "statement",
3478
+ "named": true
3479
+ },
3480
+ {
3481
+ "type": "switch_label",
3482
+ "named": true
3483
+ }
3484
+ ]
3485
+ }
3486
+ },
3487
+ {
3488
+ "type": "switch_expression",
3489
+ "named": true,
3490
+ "fields": {
3491
+ "body": {
3492
+ "multiple": false,
3493
+ "required": true,
3494
+ "types": [
3495
+ {
3496
+ "type": "switch_block",
3497
+ "named": true
3498
+ }
3499
+ ]
3500
+ },
3501
+ "condition": {
3502
+ "multiple": false,
3503
+ "required": true,
3504
+ "types": [
3505
+ {
3506
+ "type": "parenthesized_expression",
3507
+ "named": true
3508
+ }
3509
+ ]
3510
+ }
3511
+ }
3512
+ },
3513
+ {
3514
+ "type": "switch_label",
3515
+ "named": true,
3516
+ "fields": {},
3517
+ "children": {
3518
+ "multiple": true,
3519
+ "required": false,
3520
+ "types": [
3521
+ {
3522
+ "type": "expression",
3523
+ "named": true
3524
+ },
3525
+ {
3526
+ "type": "guard",
3527
+ "named": true
3528
+ },
3529
+ {
3530
+ "type": "pattern",
3531
+ "named": true
3532
+ }
3533
+ ]
3534
+ }
3535
+ },
3536
+ {
3537
+ "type": "switch_rule",
3538
+ "named": true,
3539
+ "fields": {},
3540
+ "children": {
3541
+ "multiple": true,
3542
+ "required": true,
3543
+ "types": [
3544
+ {
3545
+ "type": "block",
3546
+ "named": true
3547
+ },
3548
+ {
3549
+ "type": "expression_statement",
3550
+ "named": true
3551
+ },
3552
+ {
3553
+ "type": "switch_label",
3554
+ "named": true
3555
+ },
3556
+ {
3557
+ "type": "throw_statement",
3558
+ "named": true
3559
+ }
3560
+ ]
3561
+ }
3562
+ },
3563
+ {
3564
+ "type": "synchronized_statement",
3565
+ "named": true,
3566
+ "fields": {
3567
+ "body": {
3568
+ "multiple": false,
3569
+ "required": true,
3570
+ "types": [
3571
+ {
3572
+ "type": "block",
3573
+ "named": true
3574
+ }
3575
+ ]
3576
+ }
3577
+ },
3578
+ "children": {
3579
+ "multiple": false,
3580
+ "required": true,
3581
+ "types": [
3582
+ {
3583
+ "type": "parenthesized_expression",
3584
+ "named": true
3585
+ }
3586
+ ]
3587
+ }
3588
+ },
3589
+ {
3590
+ "type": "template_expression",
3591
+ "named": true,
3592
+ "fields": {
3593
+ "template_argument": {
3594
+ "multiple": false,
3595
+ "required": true,
3596
+ "types": [
3597
+ {
3598
+ "type": "string_literal",
3599
+ "named": true
3600
+ }
3601
+ ]
3602
+ },
3603
+ "template_processor": {
3604
+ "multiple": false,
3605
+ "required": true,
3606
+ "types": [
3607
+ {
3608
+ "type": "primary_expression",
3609
+ "named": true
3610
+ }
3611
+ ]
3612
+ }
3613
+ }
3614
+ },
3615
+ {
3616
+ "type": "ternary_expression",
3617
+ "named": true,
3618
+ "fields": {
3619
+ "alternative": {
3620
+ "multiple": false,
3621
+ "required": true,
3622
+ "types": [
3623
+ {
3624
+ "type": "expression",
3625
+ "named": true
3626
+ }
3627
+ ]
3628
+ },
3629
+ "condition": {
3630
+ "multiple": false,
3631
+ "required": true,
3632
+ "types": [
3633
+ {
3634
+ "type": "expression",
3635
+ "named": true
3636
+ }
3637
+ ]
3638
+ },
3639
+ "consequence": {
3640
+ "multiple": false,
3641
+ "required": true,
3642
+ "types": [
3643
+ {
3644
+ "type": "expression",
3645
+ "named": true
3646
+ }
3647
+ ]
3648
+ }
3649
+ }
3650
+ },
3651
+ {
3652
+ "type": "throw_statement",
3653
+ "named": true,
3654
+ "fields": {},
3655
+ "children": {
3656
+ "multiple": false,
3657
+ "required": true,
3658
+ "types": [
3659
+ {
3660
+ "type": "expression",
3661
+ "named": true
3662
+ }
3663
+ ]
3664
+ }
3665
+ },
3666
+ {
3667
+ "type": "throws",
3668
+ "named": true,
3669
+ "fields": {},
3670
+ "children": {
3671
+ "multiple": true,
3672
+ "required": true,
3673
+ "types": [
3674
+ {
3675
+ "type": "_type",
3676
+ "named": true
3677
+ }
3678
+ ]
3679
+ }
3680
+ },
3681
+ {
3682
+ "type": "try_statement",
3683
+ "named": true,
3684
+ "fields": {
3685
+ "body": {
3686
+ "multiple": false,
3687
+ "required": true,
3688
+ "types": [
3689
+ {
3690
+ "type": "block",
3691
+ "named": true
3692
+ }
3693
+ ]
3694
+ }
3695
+ },
3696
+ "children": {
3697
+ "multiple": true,
3698
+ "required": true,
3699
+ "types": [
3700
+ {
3701
+ "type": "catch_clause",
3702
+ "named": true
3703
+ },
3704
+ {
3705
+ "type": "finally_clause",
3706
+ "named": true
3707
+ }
3708
+ ]
3709
+ }
3710
+ },
3711
+ {
3712
+ "type": "try_with_resources_statement",
3713
+ "named": true,
3714
+ "fields": {
3715
+ "body": {
3716
+ "multiple": false,
3717
+ "required": true,
3718
+ "types": [
3719
+ {
3720
+ "type": "block",
3721
+ "named": true
3722
+ }
3723
+ ]
3724
+ },
3725
+ "resources": {
3726
+ "multiple": false,
3727
+ "required": true,
3728
+ "types": [
3729
+ {
3730
+ "type": "resource_specification",
3731
+ "named": true
3732
+ }
3733
+ ]
3734
+ }
3735
+ },
3736
+ "children": {
3737
+ "multiple": true,
3738
+ "required": false,
3739
+ "types": [
3740
+ {
3741
+ "type": "catch_clause",
3742
+ "named": true
3743
+ },
3744
+ {
3745
+ "type": "finally_clause",
3746
+ "named": true
3747
+ }
3748
+ ]
3749
+ }
3750
+ },
3751
+ {
3752
+ "type": "type_arguments",
3753
+ "named": true,
3754
+ "fields": {},
3755
+ "children": {
3756
+ "multiple": true,
3757
+ "required": false,
3758
+ "types": [
3759
+ {
3760
+ "type": "_type",
3761
+ "named": true
3762
+ },
3763
+ {
3764
+ "type": "wildcard",
3765
+ "named": true
3766
+ }
3767
+ ]
3768
+ }
3769
+ },
3770
+ {
3771
+ "type": "type_bound",
3772
+ "named": true,
3773
+ "fields": {},
3774
+ "children": {
3775
+ "multiple": true,
3776
+ "required": true,
3777
+ "types": [
3778
+ {
3779
+ "type": "_type",
3780
+ "named": true
3781
+ }
3782
+ ]
3783
+ }
3784
+ },
3785
+ {
3786
+ "type": "type_list",
3787
+ "named": true,
3788
+ "fields": {},
3789
+ "children": {
3790
+ "multiple": true,
3791
+ "required": true,
3792
+ "types": [
3793
+ {
3794
+ "type": "_type",
3795
+ "named": true
3796
+ }
3797
+ ]
3798
+ }
3799
+ },
3800
+ {
3801
+ "type": "type_parameter",
3802
+ "named": true,
3803
+ "fields": {},
3804
+ "children": {
3805
+ "multiple": true,
3806
+ "required": true,
3807
+ "types": [
3808
+ {
3809
+ "type": "annotation",
3810
+ "named": true
3811
+ },
3812
+ {
3813
+ "type": "marker_annotation",
3814
+ "named": true
3815
+ },
3816
+ {
3817
+ "type": "type_bound",
3818
+ "named": true
3819
+ },
3820
+ {
3821
+ "type": "type_identifier",
3822
+ "named": true
3823
+ }
3824
+ ]
3825
+ }
3826
+ },
3827
+ {
3828
+ "type": "type_parameters",
3829
+ "named": true,
3830
+ "fields": {},
3831
+ "children": {
3832
+ "multiple": true,
3833
+ "required": true,
3834
+ "types": [
3835
+ {
3836
+ "type": "type_parameter",
3837
+ "named": true
3838
+ }
3839
+ ]
3840
+ }
3841
+ },
3842
+ {
3843
+ "type": "type_pattern",
3844
+ "named": true,
3845
+ "fields": {},
3846
+ "children": {
3847
+ "multiple": true,
3848
+ "required": true,
3849
+ "types": [
3850
+ {
3851
+ "type": "_unannotated_type",
3852
+ "named": true
3853
+ },
3854
+ {
3855
+ "type": "identifier",
3856
+ "named": true
3857
+ }
3858
+ ]
3859
+ }
3860
+ },
3861
+ {
3862
+ "type": "unary_expression",
3863
+ "named": true,
3864
+ "fields": {
3865
+ "operand": {
3866
+ "multiple": false,
3867
+ "required": true,
3868
+ "types": [
3869
+ {
3870
+ "type": "expression",
3871
+ "named": true
3872
+ }
3873
+ ]
3874
+ },
3875
+ "operator": {
3876
+ "multiple": false,
3877
+ "required": true,
3878
+ "types": [
3879
+ {
3880
+ "type": "!",
3881
+ "named": false
3882
+ },
3883
+ {
3884
+ "type": "+",
3885
+ "named": false
3886
+ },
3887
+ {
3888
+ "type": "-",
3889
+ "named": false
3890
+ },
3891
+ {
3892
+ "type": "~",
3893
+ "named": false
3894
+ }
3895
+ ]
3896
+ }
3897
+ }
3898
+ },
3899
+ {
3900
+ "type": "update_expression",
3901
+ "named": true,
3902
+ "fields": {},
3903
+ "children": {
3904
+ "multiple": false,
3905
+ "required": true,
3906
+ "types": [
3907
+ {
3908
+ "type": "expression",
3909
+ "named": true
3910
+ }
3911
+ ]
3912
+ }
3913
+ },
3914
+ {
3915
+ "type": "uses_module_directive",
3916
+ "named": true,
3917
+ "fields": {
3918
+ "type": {
3919
+ "multiple": false,
3920
+ "required": true,
3921
+ "types": [
3922
+ {
3923
+ "type": "identifier",
3924
+ "named": true
3925
+ },
3926
+ {
3927
+ "type": "scoped_identifier",
3928
+ "named": true
3929
+ }
3930
+ ]
3931
+ }
3932
+ }
3933
+ },
3934
+ {
3935
+ "type": "variable_declarator",
3936
+ "named": true,
3937
+ "fields": {
3938
+ "dimensions": {
3939
+ "multiple": false,
3940
+ "required": false,
3941
+ "types": [
3942
+ {
3943
+ "type": "dimensions",
3944
+ "named": true
3945
+ }
3946
+ ]
3947
+ },
3948
+ "name": {
3949
+ "multiple": false,
3950
+ "required": true,
3951
+ "types": [
3952
+ {
3953
+ "type": "identifier",
3954
+ "named": true
3955
+ },
3956
+ {
3957
+ "type": "underscore_pattern",
3958
+ "named": true
3959
+ }
3960
+ ]
3961
+ },
3962
+ "value": {
3963
+ "multiple": false,
3964
+ "required": false,
3965
+ "types": [
3966
+ {
3967
+ "type": "array_initializer",
3968
+ "named": true
3969
+ },
3970
+ {
3971
+ "type": "expression",
3972
+ "named": true
3973
+ }
3974
+ ]
3975
+ }
3976
+ }
3977
+ },
3978
+ {
3979
+ "type": "while_statement",
3980
+ "named": true,
3981
+ "fields": {
3982
+ "body": {
3983
+ "multiple": false,
3984
+ "required": true,
3985
+ "types": [
3986
+ {
3987
+ "type": "statement",
3988
+ "named": true
3989
+ }
3990
+ ]
3991
+ },
3992
+ "condition": {
3993
+ "multiple": false,
3994
+ "required": true,
3995
+ "types": [
3996
+ {
3997
+ "type": "parenthesized_expression",
3998
+ "named": true
3999
+ }
4000
+ ]
4001
+ }
4002
+ }
4003
+ },
4004
+ {
4005
+ "type": "wildcard",
4006
+ "named": true,
4007
+ "fields": {},
4008
+ "children": {
4009
+ "multiple": true,
4010
+ "required": false,
4011
+ "types": [
4012
+ {
4013
+ "type": "_type",
4014
+ "named": true
4015
+ },
4016
+ {
4017
+ "type": "annotation",
4018
+ "named": true
4019
+ },
4020
+ {
4021
+ "type": "marker_annotation",
4022
+ "named": true
4023
+ },
4024
+ {
4025
+ "type": "super",
4026
+ "named": true
4027
+ }
4028
+ ]
4029
+ }
4030
+ },
4031
+ {
4032
+ "type": "yield_statement",
4033
+ "named": true,
4034
+ "fields": {},
4035
+ "children": {
4036
+ "multiple": false,
4037
+ "required": true,
4038
+ "types": [
4039
+ {
4040
+ "type": "expression",
4041
+ "named": true
4042
+ }
4043
+ ]
4044
+ }
4045
+ },
4046
+ {
4047
+ "type": "!",
4048
+ "named": false
4049
+ },
4050
+ {
4051
+ "type": "!=",
4052
+ "named": false
4053
+ },
4054
+ {
4055
+ "type": "\"",
4056
+ "named": false
4057
+ },
4058
+ {
4059
+ "type": "\"\"\"",
4060
+ "named": false
4061
+ },
4062
+ {
4063
+ "type": "%",
4064
+ "named": false
4065
+ },
4066
+ {
4067
+ "type": "%=",
4068
+ "named": false
4069
+ },
4070
+ {
4071
+ "type": "&",
4072
+ "named": false
4073
+ },
4074
+ {
4075
+ "type": "&&",
4076
+ "named": false
4077
+ },
4078
+ {
4079
+ "type": "&=",
4080
+ "named": false
4081
+ },
4082
+ {
4083
+ "type": "(",
4084
+ "named": false
4085
+ },
4086
+ {
4087
+ "type": ")",
4088
+ "named": false
4089
+ },
4090
+ {
4091
+ "type": "*",
4092
+ "named": false
4093
+ },
4094
+ {
4095
+ "type": "*=",
4096
+ "named": false
4097
+ },
4098
+ {
4099
+ "type": "+",
4100
+ "named": false
4101
+ },
4102
+ {
4103
+ "type": "++",
4104
+ "named": false
4105
+ },
4106
+ {
4107
+ "type": "+=",
4108
+ "named": false
4109
+ },
4110
+ {
4111
+ "type": ",",
4112
+ "named": false
4113
+ },
4114
+ {
4115
+ "type": "-",
4116
+ "named": false
4117
+ },
4118
+ {
4119
+ "type": "--",
4120
+ "named": false
4121
+ },
4122
+ {
4123
+ "type": "-=",
4124
+ "named": false
4125
+ },
4126
+ {
4127
+ "type": "->",
4128
+ "named": false
4129
+ },
4130
+ {
4131
+ "type": ".",
4132
+ "named": false
4133
+ },
4134
+ {
4135
+ "type": "...",
4136
+ "named": false
4137
+ },
4138
+ {
4139
+ "type": "/",
4140
+ "named": false
4141
+ },
4142
+ {
4143
+ "type": "/=",
4144
+ "named": false
4145
+ },
4146
+ {
4147
+ "type": ":",
4148
+ "named": false
4149
+ },
4150
+ {
4151
+ "type": "::",
4152
+ "named": false
4153
+ },
4154
+ {
4155
+ "type": ";",
4156
+ "named": false
4157
+ },
4158
+ {
4159
+ "type": "<",
4160
+ "named": false
4161
+ },
4162
+ {
4163
+ "type": "<<",
4164
+ "named": false
4165
+ },
4166
+ {
4167
+ "type": "<<=",
4168
+ "named": false
4169
+ },
4170
+ {
4171
+ "type": "<=",
4172
+ "named": false
4173
+ },
4174
+ {
4175
+ "type": "=",
4176
+ "named": false
4177
+ },
4178
+ {
4179
+ "type": "==",
4180
+ "named": false
4181
+ },
4182
+ {
4183
+ "type": ">",
4184
+ "named": false
4185
+ },
4186
+ {
4187
+ "type": ">=",
4188
+ "named": false
4189
+ },
4190
+ {
4191
+ "type": ">>",
4192
+ "named": false
4193
+ },
4194
+ {
4195
+ "type": ">>=",
4196
+ "named": false
4197
+ },
4198
+ {
4199
+ "type": ">>>",
4200
+ "named": false
4201
+ },
4202
+ {
4203
+ "type": ">>>=",
4204
+ "named": false
4205
+ },
4206
+ {
4207
+ "type": "?",
4208
+ "named": false
4209
+ },
4210
+ {
4211
+ "type": "@",
4212
+ "named": false
4213
+ },
4214
+ {
4215
+ "type": "@interface",
4216
+ "named": false
4217
+ },
4218
+ {
4219
+ "type": "[",
4220
+ "named": false
4221
+ },
4222
+ {
4223
+ "type": "\\{",
4224
+ "named": false
4225
+ },
4226
+ {
4227
+ "type": "]",
4228
+ "named": false
4229
+ },
4230
+ {
4231
+ "type": "^",
4232
+ "named": false
4233
+ },
4234
+ {
4235
+ "type": "^=",
4236
+ "named": false
4237
+ },
4238
+ {
4239
+ "type": "abstract",
4240
+ "named": false
4241
+ },
4242
+ {
4243
+ "type": "assert",
4244
+ "named": false
4245
+ },
4246
+ {
4247
+ "type": "binary_integer_literal",
4248
+ "named": true
4249
+ },
4250
+ {
4251
+ "type": "block_comment",
4252
+ "named": true
4253
+ },
4254
+ {
4255
+ "type": "boolean_type",
4256
+ "named": true
4257
+ },
4258
+ {
4259
+ "type": "break",
4260
+ "named": false
4261
+ },
4262
+ {
4263
+ "type": "byte",
4264
+ "named": false
4265
+ },
4266
+ {
4267
+ "type": "case",
4268
+ "named": false
4269
+ },
4270
+ {
4271
+ "type": "catch",
4272
+ "named": false
4273
+ },
4274
+ {
4275
+ "type": "char",
4276
+ "named": false
4277
+ },
4278
+ {
4279
+ "type": "character_literal",
4280
+ "named": true
4281
+ },
4282
+ {
4283
+ "type": "class",
4284
+ "named": false
4285
+ },
4286
+ {
4287
+ "type": "continue",
4288
+ "named": false
4289
+ },
4290
+ {
4291
+ "type": "decimal_floating_point_literal",
4292
+ "named": true
4293
+ },
4294
+ {
4295
+ "type": "decimal_integer_literal",
4296
+ "named": true
4297
+ },
4298
+ {
4299
+ "type": "default",
4300
+ "named": false
4301
+ },
4302
+ {
4303
+ "type": "do",
4304
+ "named": false
4305
+ },
4306
+ {
4307
+ "type": "double",
4308
+ "named": false
4309
+ },
4310
+ {
4311
+ "type": "else",
4312
+ "named": false
4313
+ },
4314
+ {
4315
+ "type": "enum",
4316
+ "named": false
4317
+ },
4318
+ {
4319
+ "type": "escape_sequence",
4320
+ "named": true
4321
+ },
4322
+ {
4323
+ "type": "exports",
4324
+ "named": false
4325
+ },
4326
+ {
4327
+ "type": "extends",
4328
+ "named": false
4329
+ },
4330
+ {
4331
+ "type": "false",
4332
+ "named": true
4333
+ },
4334
+ {
4335
+ "type": "final",
4336
+ "named": false
4337
+ },
4338
+ {
4339
+ "type": "finally",
4340
+ "named": false
4341
+ },
4342
+ {
4343
+ "type": "float",
4344
+ "named": false
4345
+ },
4346
+ {
4347
+ "type": "for",
4348
+ "named": false
4349
+ },
4350
+ {
4351
+ "type": "hex_floating_point_literal",
4352
+ "named": true
4353
+ },
4354
+ {
4355
+ "type": "hex_integer_literal",
4356
+ "named": true
4357
+ },
4358
+ {
4359
+ "type": "identifier",
4360
+ "named": true
4361
+ },
4362
+ {
4363
+ "type": "if",
4364
+ "named": false
4365
+ },
4366
+ {
4367
+ "type": "implements",
4368
+ "named": false
4369
+ },
4370
+ {
4371
+ "type": "import",
4372
+ "named": false
4373
+ },
4374
+ {
4375
+ "type": "instanceof",
4376
+ "named": false
4377
+ },
4378
+ {
4379
+ "type": "int",
4380
+ "named": false
4381
+ },
4382
+ {
4383
+ "type": "interface",
4384
+ "named": false
4385
+ },
4386
+ {
4387
+ "type": "line_comment",
4388
+ "named": true
4389
+ },
4390
+ {
4391
+ "type": "long",
4392
+ "named": false
4393
+ },
4394
+ {
4395
+ "type": "module",
4396
+ "named": false
4397
+ },
4398
+ {
4399
+ "type": "native",
4400
+ "named": false
4401
+ },
4402
+ {
4403
+ "type": "new",
4404
+ "named": false
4405
+ },
4406
+ {
4407
+ "type": "non-sealed",
4408
+ "named": false
4409
+ },
4410
+ {
4411
+ "type": "null_literal",
4412
+ "named": true
4413
+ },
4414
+ {
4415
+ "type": "octal_integer_literal",
4416
+ "named": true
4417
+ },
4418
+ {
4419
+ "type": "open",
4420
+ "named": false
4421
+ },
4422
+ {
4423
+ "type": "opens",
4424
+ "named": false
4425
+ },
4426
+ {
4427
+ "type": "package",
4428
+ "named": false
4429
+ },
4430
+ {
4431
+ "type": "permits",
4432
+ "named": false
4433
+ },
4434
+ {
4435
+ "type": "private",
4436
+ "named": false
4437
+ },
4438
+ {
4439
+ "type": "protected",
4440
+ "named": false
4441
+ },
4442
+ {
4443
+ "type": "provides",
4444
+ "named": false
4445
+ },
4446
+ {
4447
+ "type": "public",
4448
+ "named": false
4449
+ },
4450
+ {
4451
+ "type": "record",
4452
+ "named": false
4453
+ },
4454
+ {
4455
+ "type": "requires",
4456
+ "named": false
4457
+ },
4458
+ {
4459
+ "type": "return",
4460
+ "named": false
4461
+ },
4462
+ {
4463
+ "type": "sealed",
4464
+ "named": false
4465
+ },
4466
+ {
4467
+ "type": "short",
4468
+ "named": false
4469
+ },
4470
+ {
4471
+ "type": "static",
4472
+ "named": false
4473
+ },
4474
+ {
4475
+ "type": "strictfp",
4476
+ "named": false
4477
+ },
4478
+ {
4479
+ "type": "string_fragment",
4480
+ "named": true
4481
+ },
4482
+ {
4483
+ "type": "super",
4484
+ "named": true
4485
+ },
4486
+ {
4487
+ "type": "switch",
4488
+ "named": false
4489
+ },
4490
+ {
4491
+ "type": "synchronized",
4492
+ "named": false
4493
+ },
4494
+ {
4495
+ "type": "this",
4496
+ "named": true
4497
+ },
4498
+ {
4499
+ "type": "throw",
4500
+ "named": false
4501
+ },
4502
+ {
4503
+ "type": "throws",
4504
+ "named": false
4505
+ },
4506
+ {
4507
+ "type": "to",
4508
+ "named": false
4509
+ },
4510
+ {
4511
+ "type": "transient",
4512
+ "named": false
4513
+ },
4514
+ {
4515
+ "type": "transitive",
4516
+ "named": false
4517
+ },
4518
+ {
4519
+ "type": "true",
4520
+ "named": true
4521
+ },
4522
+ {
4523
+ "type": "try",
4524
+ "named": false
4525
+ },
4526
+ {
4527
+ "type": "type_identifier",
4528
+ "named": true
4529
+ },
4530
+ {
4531
+ "type": "underscore_pattern",
4532
+ "named": true
4533
+ },
4534
+ {
4535
+ "type": "uses",
4536
+ "named": false
4537
+ },
4538
+ {
4539
+ "type": "void_type",
4540
+ "named": true
4541
+ },
4542
+ {
4543
+ "type": "volatile",
4544
+ "named": false
4545
+ },
4546
+ {
4547
+ "type": "when",
4548
+ "named": false
4549
+ },
4550
+ {
4551
+ "type": "while",
4552
+ "named": false
4553
+ },
4554
+ {
4555
+ "type": "with",
4556
+ "named": false
4557
+ },
4558
+ {
4559
+ "type": "yield",
4560
+ "named": false
4561
+ },
4562
+ {
4563
+ "type": "{",
4564
+ "named": false
4565
+ },
4566
+ {
4567
+ "type": "|",
4568
+ "named": false
4569
+ },
4570
+ {
4571
+ "type": "|=",
4572
+ "named": false
4573
+ },
4574
+ {
4575
+ "type": "||",
4576
+ "named": false
4577
+ },
4578
+ {
4579
+ "type": "}",
4580
+ "named": false
4581
+ },
4582
+ {
4583
+ "type": "~",
4584
+ "named": false
4585
+ }
4586
+ ]