@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
package/dist/cli.js CHANGED
@@ -322,27 +322,37 @@ async function handleAnalytics({
322
322
  const {
323
323
  DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$M
324
324
  } = constants;
325
- const config$M = {
326
- commandName: 'analytics',
327
- description: 'Look up analytics data',
328
- hidden: false,
329
- flags: {
330
- ...flags.commonFlags,
331
- ...flags.outputFlags,
332
- file: {
333
- type: 'string',
334
- description: 'Path to store result, only valid with --json/--markdown'
335
- }
336
- },
337
- help: (command, {
338
- flags
339
- }) => `
325
+ const CMD_NAME$w = 'analytics';
326
+ const description$C = 'Look up analytics data';
327
+ const hidden$u = false;
328
+ const cmdAnalytics = {
329
+ description: description$C,
330
+ hidden: hidden$u,
331
+ run: run$P
332
+ };
333
+ async function run$P(argv, importMeta, {
334
+ parentName
335
+ }) {
336
+ const config = {
337
+ commandName: CMD_NAME$w,
338
+ description: description$C,
339
+ hidden: hidden$u,
340
+ flags: {
341
+ ...flags.commonFlags,
342
+ ...flags.outputFlags,
343
+ file: {
344
+ type: 'string',
345
+ description: 'Path to store result, only valid with --json/--markdown'
346
+ }
347
+ },
348
+ help: (command, {
349
+ flags
350
+ }) => `
340
351
  Usage
341
352
  $ ${command} [options] [ "org" | "repo" <reponame>] [TIME]
342
353
 
343
354
  API Token Requirements
344
- - Quota: 1 unit
345
- - Permissions: report:write
355
+ ${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$w}`)}
346
356
 
347
357
  The scope is either org or repo level, defaults to org.
348
358
 
@@ -358,18 +368,10 @@ const config$M = {
358
368
  $ ${command} repo test-repo 30
359
369
  $ ${command} 90
360
370
  `
361
- };
362
- const cmdAnalytics = {
363
- description: config$M.description,
364
- hidden: config$M.hidden,
365
- run: run$P
366
- };
367
- async function run$P(argv, importMeta, {
368
- parentName
369
- }) {
371
+ };
370
372
  const cli = utils.meowOrExit({
371
373
  argv,
372
- config: config$M,
374
+ config,
373
375
  importMeta,
374
376
  parentName
375
377
  });
@@ -753,39 +755,49 @@ const {
753
755
  DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$L,
754
756
  SOCKET_WEBSITE_URL: SOCKET_WEBSITE_URL$3
755
757
  } = constants;
756
- const config$L = {
757
- commandName: 'audit-log',
758
- description: 'Look up the audit log for an organization',
759
- hidden: false,
760
- flags: {
761
- ...flags.commonFlags,
762
- ...flags.outputFlags,
763
- interactive: {
764
- type: 'boolean',
765
- default: true,
766
- description: 'Allow for interactive elements, asking for input. Use --no-interactive to prevent any input questions, defaulting them to cancel/no.'
767
- },
768
- org: {
769
- type: 'string',
770
- description: 'Force override the organization slug, overrides the default org from config'
771
- },
772
- page: {
773
- type: 'number',
774
- description: 'Result page to fetch'
758
+ const CMD_NAME$v = 'audit-log';
759
+ const description$B = 'Look up the audit log for an organization';
760
+ const hidden$t = false;
761
+ const cmdAuditLog = {
762
+ description: description$B,
763
+ hidden: hidden$t,
764
+ run: run$O
765
+ };
766
+ async function run$O(argv, importMeta, {
767
+ parentName
768
+ }) {
769
+ const config = {
770
+ commandName: CMD_NAME$v,
771
+ description: description$B,
772
+ hidden: hidden$t,
773
+ flags: {
774
+ ...flags.commonFlags,
775
+ ...flags.outputFlags,
776
+ interactive: {
777
+ type: 'boolean',
778
+ default: true,
779
+ description: 'Allow for interactive elements, asking for input.\nUse --no-interactive to prevent any input questions, defaulting them to cancel/no.'
780
+ },
781
+ org: {
782
+ type: 'string',
783
+ description: 'Force override the organization slug, overrides the default org from config'
784
+ },
785
+ page: {
786
+ type: 'number',
787
+ description: 'Result page to fetch'
788
+ },
789
+ perPage: {
790
+ type: 'number',
791
+ default: 30,
792
+ description: 'Results per page - default is 30'
793
+ }
775
794
  },
776
- perPage: {
777
- type: 'number',
778
- default: 30,
779
- description: 'Results per page - default is 30'
780
- }
781
- },
782
- help: (command, config) => `
795
+ help: (command, config) => `
783
796
  Usage
784
797
  $ ${command} [options] [FILTER]
785
798
 
786
799
  API Token Requirements
787
- - Quota: 1 unit
788
- - Permissions: audit-log:list
800
+ ${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$v}`)}
789
801
 
790
802
  This feature requires an Enterprise Plan. To learn more about getting access
791
803
  to this feature and many more, please visit ${SOCKET_WEBSITE_URL$3}/pricing
@@ -807,20 +819,12 @@ const config$L = {
807
819
 
808
820
  Examples
809
821
  $ ${command}
810
- $ ${command} deleteReport --page 2 --perPage 10
822
+ $ ${command} deleteReport --page 2 --per-page 10
811
823
  `
812
- };
813
- const cmdAuditLog = {
814
- description: config$L.description,
815
- hidden: config$L.hidden,
816
- run: run$O
817
- };
818
- async function run$O(argv, importMeta, {
819
- parentName
820
- }) {
824
+ };
821
825
  const cli = utils.meowOrExit({
822
826
  argv,
823
- config: config$L,
827
+ config,
824
828
  importMeta,
825
829
  parentName
826
830
  });
@@ -1522,9 +1526,14 @@ async function outputCreateNewScan(result, options) {
1522
1526
  }
1523
1527
  return;
1524
1528
  }
1525
- const link = vendor.yoctocolorsCjsExports.underline(vendor.yoctocolorsCjsExports.cyan(`${result.data.html_report_url}`));
1526
1529
  logger.logger.log('');
1527
- logger.logger.log(`Available at: ${link}`);
1530
+ logger.logger.success('Scan completed successfully!');
1531
+ const htmlReportUrl = result.data.html_report_url;
1532
+ if (htmlReportUrl) {
1533
+ logger.logger.log(`View report at: ${vendor.terminalLinkExports(htmlReportUrl, htmlReportUrl)}`);
1534
+ } else {
1535
+ logger.logger.log('No report available.');
1536
+ }
1528
1537
  if (interactive && (await prompts.confirm({
1529
1538
  message: 'Would you like to open it in your browser?',
1530
1539
  default: false
@@ -2162,11 +2171,11 @@ async function handleCreateNewScan({
2162
2171
  const packagePaths = await utils.getPackageFilesForScan(targets, supportedFiles, {
2163
2172
  cwd
2164
2173
  });
2165
- spinner.stop();
2174
+ spinner.successAndStop(`Found ${packagePaths.length} ${words.pluralize('file', packagePaths.length)} to include in scan.`);
2166
2175
  const wasValidInput = utils.checkCommandInput(outputKind, {
2167
2176
  nook: true,
2168
2177
  test: packagePaths.length > 0,
2169
- fail: 'found no eligible files to scan',
2178
+ fail: `found no eligible files to scan. See supported manifest files at ${vendor.terminalLinkExports('docs.socket.dev', 'https://docs.socket.dev/docs/manifest-file-detection-in-socket')}`,
2170
2179
  message: 'TARGET (file/dir) must contain matching / supported file types for a scan'
2171
2180
  });
2172
2181
  if (!wasValidInput) {
@@ -2268,10 +2277,8 @@ async function handleCi(autoManifest) {
2268
2277
  }
2269
2278
  const orgSlug = orgSlugCResult.data;
2270
2279
  const cwd = process.cwd();
2271
- // Lazily access constants.SOCKET_DEFAULT_BRANCH.
2272
- const branchName = (await utils.gitBranch(cwd)) || constants.SOCKET_DEFAULT_BRANCH;
2273
- // Lazily access constants.SOCKET_DEFAULT_REPOSITORY.
2274
- const repoName = (await utils.getRepoName(cwd)) || constants.SOCKET_DEFAULT_REPOSITORY;
2280
+ const branchName = (await utils.gitBranch(cwd)) || (await utils.detectDefaultBranch(cwd));
2281
+ const repoName = await utils.getRepoName(cwd);
2275
2282
  await handleCreateNewScan({
2276
2283
  autoManifest,
2277
2284
  branchName,
@@ -2287,12 +2294,12 @@ async function handleCi(autoManifest) {
2287
2294
  pendingHead: true,
2288
2295
  pullRequest: 0,
2289
2296
  reach: {
2290
- runReachabilityAnalysis: false,
2291
- reachDisableAnalytics: false,
2292
2297
  reachAnalysisTimeout: 0,
2293
2298
  reachAnalysisMemoryLimit: 0,
2299
+ reachDisableAnalytics: false,
2294
2300
  reachEcosystems: [],
2295
- reachExcludePaths: []
2301
+ reachExcludePaths: [],
2302
+ runReachabilityAnalysis: false
2296
2303
  },
2297
2304
  repoName,
2298
2305
  readOnly: false,
@@ -2306,7 +2313,7 @@ async function handleCi(autoManifest) {
2306
2313
  const {
2307
2314
  DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$K
2308
2315
  } = constants;
2309
- const config$K = {
2316
+ const config$k = {
2310
2317
  commandName: 'ci',
2311
2318
  description: 'Shorthand for `socket scan create --report --no-interactive`',
2312
2319
  hidden: false,
@@ -2324,26 +2331,26 @@ const config$K = {
2324
2331
  $ ${command} [options]
2325
2332
 
2326
2333
  Options
2327
- ${utils.getFlagListOutput(config$K.flags)}
2334
+ ${utils.getFlagListOutput(config$k.flags)}
2328
2335
 
2329
2336
  This command is intended to use in CI runs to allow automated systems to
2330
2337
  accept or reject a current build. It will use the default org of the
2331
2338
  Socket API token. The exit code will be non-zero when the scan does not pass
2332
2339
  your security policy.
2333
2340
 
2334
- The --autoManifest flag does the same as the one from \`socket scan create\`
2341
+ The --auto-manifest flag does the same as the one from \`socket scan create\`
2335
2342
  but is not enabled by default since the CI is less likely to be set up with
2336
2343
  all the necessary dev tooling. Enable it if you want the scan to include
2337
2344
  locally generated manifests like for gradle and sbt.
2338
2345
 
2339
2346
  Examples
2340
2347
  $ ${command}
2341
- $ ${command} --autoManifest
2348
+ $ ${command} --auto-manifest
2342
2349
  `
2343
2350
  };
2344
2351
  const cmdCI = {
2345
- description: config$K.description,
2346
- hidden: config$K.hidden,
2352
+ description: config$k.description,
2353
+ hidden: config$k.hidden,
2347
2354
  run: run$N
2348
2355
  };
2349
2356
  async function run$N(argv, importMeta, {
@@ -2351,7 +2358,7 @@ async function run$N(argv, importMeta, {
2351
2358
  }) {
2352
2359
  const cli = utils.meowOrExit({
2353
2360
  argv,
2354
- config: config$K,
2361
+ config: config$k,
2355
2362
  importMeta,
2356
2363
  parentName
2357
2364
  });
@@ -2595,20 +2602,21 @@ async function handleConfigAuto({
2595
2602
  const {
2596
2603
  DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$J
2597
2604
  } = constants;
2598
- const description$a = 'Automatically discover and set the correct value config item';
2599
- const hidden$2 = false;
2605
+ const CMD_NAME$u = 'auto';
2606
+ const description$A = 'Automatically discover and set the correct value config item';
2607
+ const hidden$s = false;
2600
2608
  const cmdConfigAuto = {
2601
- description: description$a,
2602
- hidden: hidden$2,
2609
+ description: description$A,
2610
+ hidden: hidden$s,
2603
2611
  run: run$M
2604
2612
  };
2605
2613
  async function run$M(argv, importMeta, {
2606
2614
  parentName
2607
2615
  }) {
2608
2616
  const config = {
2609
- commandName: 'auto',
2610
- description: description$a,
2611
- hidden: hidden$2,
2617
+ commandName: CMD_NAME$u,
2618
+ description: description$A,
2619
+ hidden: hidden$s,
2612
2620
  flags: {
2613
2621
  ...flags.commonFlags,
2614
2622
  ...flags.outputFlags
@@ -2706,7 +2714,7 @@ async function handleConfigGet({
2706
2714
  const {
2707
2715
  DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$I
2708
2716
  } = constants;
2709
- const config$J = {
2717
+ const config$j = {
2710
2718
  commandName: 'get',
2711
2719
  description: 'Get the value of a local CLI config item',
2712
2720
  hidden: false,
@@ -2733,8 +2741,8 @@ ${utils.getSupportedConfigEntries().map(([key, desc]) => ` - ${key} -- ${des
2733
2741
  `
2734
2742
  };
2735
2743
  const cmdConfigGet = {
2736
- description: config$J.description,
2737
- hidden: config$J.hidden,
2744
+ description: config$j.description,
2745
+ hidden: config$j.hidden,
2738
2746
  run: run$L
2739
2747
  };
2740
2748
  async function run$L(argv, importMeta, {
@@ -2742,7 +2750,7 @@ async function run$L(argv, importMeta, {
2742
2750
  }) {
2743
2751
  const cli = utils.meowOrExit({
2744
2752
  argv,
2745
- config: config$J,
2753
+ config: config$j,
2746
2754
  importMeta,
2747
2755
  parentName
2748
2756
  });
@@ -2847,7 +2855,7 @@ async function outputConfigList({
2847
2855
  const {
2848
2856
  DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$H
2849
2857
  } = constants;
2850
- const config$I = {
2858
+ const config$i = {
2851
2859
  commandName: 'list',
2852
2860
  description: 'Show all local CLI config items and their values',
2853
2861
  hidden: false,
@@ -2872,8 +2880,8 @@ const config$I = {
2872
2880
  `
2873
2881
  };
2874
2882
  const cmdConfigList = {
2875
- description: config$I.description,
2876
- hidden: config$I.hidden,
2883
+ description: config$i.description,
2884
+ hidden: config$i.hidden,
2877
2885
  run: run$K
2878
2886
  };
2879
2887
  async function run$K(argv, importMeta, {
@@ -2881,7 +2889,7 @@ async function run$K(argv, importMeta, {
2881
2889
  }) {
2882
2890
  const cli = utils.meowOrExit({
2883
2891
  argv,
2884
- config: config$I,
2892
+ config: config$i,
2885
2893
  importMeta,
2886
2894
  parentName
2887
2895
  });
@@ -2953,20 +2961,21 @@ async function handleConfigSet({
2953
2961
  const {
2954
2962
  DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$G
2955
2963
  } = constants;
2956
- const description$9 = 'Update the value of a local CLI config item';
2957
- const hidden$1 = false;
2964
+ const CMD_NAME$t = 'set';
2965
+ const description$z = 'Update the value of a local CLI config item';
2966
+ const hidden$r = false;
2958
2967
  const cmdConfigSet = {
2959
- description: description$9,
2960
- hidden: hidden$1,
2968
+ description: description$z,
2969
+ hidden: hidden$r,
2961
2970
  run: run$J
2962
2971
  };
2963
2972
  async function run$J(argv, importMeta, {
2964
2973
  parentName
2965
2974
  }) {
2966
2975
  const config = {
2967
- commandName: 'set',
2968
- description: description$9,
2969
- hidden: hidden$1,
2976
+ commandName: CMD_NAME$t,
2977
+ description: description$z,
2978
+ hidden: hidden$r,
2970
2979
  flags: {
2971
2980
  ...flags.commonFlags,
2972
2981
  ...flags.outputFlags
@@ -3079,20 +3088,21 @@ async function handleConfigUnset({
3079
3088
  const {
3080
3089
  DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$F
3081
3090
  } = constants;
3082
- const description$8 = 'Clear the value of a local CLI config item';
3083
- const hidden = false;
3091
+ const CMD_NAME$s = 'unset';
3092
+ const description$y = 'Clear the value of a local CLI config item';
3093
+ const hidden$q = false;
3084
3094
  const cmdConfigUnset = {
3085
- description: description$8,
3086
- hidden,
3095
+ description: description$y,
3096
+ hidden: hidden$q,
3087
3097
  run: run$I
3088
3098
  };
3089
3099
  async function run$I(argv, importMeta, {
3090
3100
  parentName
3091
3101
  }) {
3092
3102
  const config = {
3093
- commandName: 'unset',
3094
- description: description$8,
3095
- hidden,
3103
+ commandName: CMD_NAME$s,
3104
+ description: description$y,
3105
+ hidden: hidden$q,
3096
3106
  flags: {
3097
3107
  ...flags.commonFlags,
3098
3108
  ...flags.outputFlags
@@ -3151,9 +3161,9 @@ ${utils.getSupportedConfigEntries().map(([key, desc]) => ` - ${key} -- ${des
3151
3161
  });
3152
3162
  }
3153
3163
 
3154
- const description$7 = 'Manage Socket CLI configuration';
3164
+ const description$x = 'Manage Socket CLI configuration';
3155
3165
  const cmdConfig = {
3156
- description: description$7,
3166
+ description: description$x,
3157
3167
  hidden: false,
3158
3168
  async run(argv, importMeta, {
3159
3169
  parentName
@@ -3166,7 +3176,7 @@ const cmdConfig = {
3166
3176
  unset: cmdConfigUnset
3167
3177
  }, {
3168
3178
  argv,
3169
- description: description$7,
3179
+ description: description$x,
3170
3180
  importMeta,
3171
3181
  name: `${parentName} config`
3172
3182
  });
@@ -4384,7 +4394,7 @@ async function agentFix(pkgEnvDetails, actualTree, alertsMap, installer, {
4384
4394
  };
4385
4395
  }
4386
4396
 
4387
- const CMD_NAME$1 = 'socket fix';
4397
+ const CMD_NAME$r = 'socket fix';
4388
4398
  function getFixAlertsMapOptions(options = {}) {
4389
4399
  return {
4390
4400
  __proto__: null,
@@ -4834,7 +4844,7 @@ async function handleFix({
4834
4844
  return;
4835
4845
  }
4836
4846
  const pkgEnvCResult = await utils.detectAndValidatePackageEnvironment(cwd, {
4837
- cmdName: CMD_NAME$1,
4847
+ cmdName: CMD_NAME$r,
4838
4848
  logger: logger.logger
4839
4849
  });
4840
4850
  if (!pkgEnvCResult.ok) {
@@ -4895,63 +4905,74 @@ async function handleFix({
4895
4905
  const {
4896
4906
  DRY_RUN_NOT_SAVING
4897
4907
  } = constants;
4908
+ const CMD_NAME$q = 'fix';
4898
4909
  const DEFAULT_LIMIT = 10;
4899
- const config$H = {
4900
- commandName: 'fix',
4901
- description: 'Update dependencies with "fixable" Socket alerts',
4902
- hidden: false,
4903
- flags: {
4904
- ...flags.commonFlags,
4905
- autoMerge: {
4906
- type: 'boolean',
4907
- default: false,
4908
- description: `Enable auto-merge for pull requests that Socket opens.\nSee ${vendor.terminalLinkExports('GitHub documentation', 'https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository')} for managing auto-merge for pull requests in your repository.`
4909
- },
4910
- autopilot: {
4911
- type: 'boolean',
4912
- default: false,
4913
- description: `Shorthand for --autoMerge --test`
4914
- },
4915
- ghsa: {
4916
- type: 'string',
4917
- default: [],
4918
- description: `Provide a list of ${vendor.terminalLinkExports('GHSA IDs', 'https://docs.github.com/en/code-security/security-advisories/working-with-global-security-advisories-from-the-github-advisory-database/about-the-github-advisory-database#about-ghsa-ids')} to compute fixes for, as either a comma separated value or as multiple flags.\nUse '--ghsa all' to lookup all GHSA IDs and compute fixes for them.`,
4919
- isMultiple: true,
4920
- hidden: true
4921
- },
4922
- limit: {
4923
- type: 'number',
4924
- default: DEFAULT_LIMIT,
4925
- description: `The number of fixes to attempt at a time (default ${DEFAULT_LIMIT})`
4926
- },
4927
- maxSatisfying: {
4928
- type: 'boolean',
4929
- default: true,
4930
- description: 'Use the maximum satisfying version for dependency updates',
4931
- hidden: true
4932
- },
4933
- minSatisfying: {
4934
- type: 'boolean',
4935
- default: false,
4936
- description: 'Constrain dependency updates to the minimum satisfying version'
4937
- },
4938
- prCheck: {
4939
- type: 'boolean',
4940
- default: true,
4941
- description: 'Check for an existing PR before attempting a fix',
4942
- hidden: true
4943
- },
4944
- purl: {
4945
- type: 'string',
4946
- default: [],
4947
- description: `Provide a list of ${vendor.terminalLinkExports('PURLs', 'https://github.com/package-url/purl-spec?tab=readme-ov-file#purl')} to compute fixes for, as either a comma separated value or as\nmultiple flags, instead of querying the Socket API`,
4948
- isMultiple: true,
4949
- shortFlag: 'p'
4950
- },
4951
- rangeStyle: {
4952
- type: 'string',
4953
- default: 'preserve',
4954
- description: `
4910
+ const description$w = 'Update dependencies with "fixable" Socket alerts';
4911
+ const hidden$p = false;
4912
+ const cmdFix = {
4913
+ description: description$w,
4914
+ hidden: hidden$p,
4915
+ run: run$H
4916
+ };
4917
+ async function run$H(argv, importMeta, {
4918
+ parentName
4919
+ }) {
4920
+ const config = {
4921
+ commandName: CMD_NAME$q,
4922
+ description: description$w,
4923
+ hidden: hidden$p,
4924
+ flags: {
4925
+ ...flags.commonFlags,
4926
+ autoMerge: {
4927
+ type: 'boolean',
4928
+ default: false,
4929
+ description: `Enable auto-merge for pull requests that Socket opens.\nSee ${vendor.terminalLinkExports('GitHub documentation', 'https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository')} for managing auto-merge for pull requests in your repository.`
4930
+ },
4931
+ autopilot: {
4932
+ type: 'boolean',
4933
+ default: false,
4934
+ description: `Shorthand for --auto-merge --test`
4935
+ },
4936
+ ghsa: {
4937
+ type: 'string',
4938
+ default: [],
4939
+ description: `Provide a list of ${vendor.terminalLinkExports('GHSA IDs', 'https://docs.github.com/en/code-security/security-advisories/working-with-global-security-advisories-from-the-github-advisory-database/about-the-github-advisory-database#about-ghsa-ids')} to compute fixes for, as either a comma separated value or as multiple flags.\nUse '--ghsa all' to lookup all GHSA IDs and compute fixes for them.`,
4940
+ isMultiple: true,
4941
+ hidden: true
4942
+ },
4943
+ limit: {
4944
+ type: 'number',
4945
+ default: DEFAULT_LIMIT,
4946
+ description: `The number of fixes to attempt at a time (default ${DEFAULT_LIMIT})`
4947
+ },
4948
+ maxSatisfying: {
4949
+ type: 'boolean',
4950
+ default: true,
4951
+ description: 'Use the maximum satisfying version for dependency updates',
4952
+ hidden: true
4953
+ },
4954
+ minSatisfying: {
4955
+ type: 'boolean',
4956
+ default: false,
4957
+ description: 'Constrain dependency updates to the minimum satisfying version'
4958
+ },
4959
+ prCheck: {
4960
+ type: 'boolean',
4961
+ default: true,
4962
+ description: 'Check for an existing PR before attempting a fix',
4963
+ hidden: true
4964
+ },
4965
+ purl: {
4966
+ type: 'string',
4967
+ default: [],
4968
+ description: `Provide a list of ${vendor.terminalLinkExports('PURLs', 'https://github.com/package-url/purl-spec?tab=readme-ov-file#purl')} to compute fixes for, as either a comma separated value or as\nmultiple flags, instead of querying the Socket API`,
4969
+ isMultiple: true,
4970
+ shortFlag: 'p'
4971
+ },
4972
+ rangeStyle: {
4973
+ type: 'string',
4974
+ default: 'preserve',
4975
+ description: `
4955
4976
  Define how dependency version ranges are updated in package.json (default 'preserve').
4956
4977
  Available styles:
4957
4978
  * caret - Use ^ range for compatible updates (e.g. ^1.2.3)
@@ -4963,42 +4984,37 @@ Available styles:
4963
4984
  * preserve - Retain the existing version range style as-is
4964
4985
  * tilde - Use ~ range for patch/minor updates (e.g. ~1.2.3)
4965
4986
  `.trim()
4987
+ },
4988
+ test: {
4989
+ type: 'boolean',
4990
+ default: false,
4991
+ description: 'Verify the fix by running unit tests'
4992
+ },
4993
+ testScript: {
4994
+ type: 'string',
4995
+ default: 'test',
4996
+ description: "The test script to run for fix attempts (default 'test')"
4997
+ }
4966
4998
  },
4967
- test: {
4968
- type: 'boolean',
4969
- default: false,
4970
- description: 'Verify the fix by running unit tests'
4971
- },
4972
- testScript: {
4973
- type: 'string',
4974
- default: 'test',
4975
- description: "The test script to run for fix attempts (default 'test')"
4976
- }
4977
- },
4978
- help: (command, config) => `
4999
+ help: (command, config) => `
4979
5000
  Usage
4980
5001
  $ ${command} [options] [CWD=.]
4981
5002
 
5003
+ API Token Requirements
5004
+ ${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$q}`)}
5005
+
4982
5006
  Options
4983
5007
  ${utils.getFlagListOutput(config.flags)}
4984
5008
 
4985
5009
  Examples
4986
5010
  $ ${command}
4987
- $ ${command} ./proj/tree --autoMerge
4988
- `
4989
- };
4990
- const cmdFix = {
4991
- description: config$H.description,
4992
- hidden: config$H.hidden,
4993
- run: run$H
4994
- };
4995
- async function run$H(argv, importMeta, {
4996
- parentName
4997
- }) {
5011
+ $ ${command} ./proj/tree --auto-merge
5012
+ `
5013
+ };
4998
5014
  const cli = utils.meowOrExit({
4999
5015
  allowUnknownFlags: false,
5000
5016
  argv,
5001
- config: config$H,
5017
+ config,
5002
5018
  importMeta,
5003
5019
  parentName
5004
5020
  });
@@ -5207,7 +5223,7 @@ async function handleInstallCompletion(targetName) {
5207
5223
  const {
5208
5224
  DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$E
5209
5225
  } = constants;
5210
- const config$G = {
5226
+ const config$h = {
5211
5227
  commandName: 'completion',
5212
5228
  description: 'Install bash completion for Socket CLI',
5213
5229
  hidden: false,
@@ -5244,8 +5260,8 @@ const config$G = {
5244
5260
  `
5245
5261
  };
5246
5262
  const cmdInstallCompletion = {
5247
- description: config$G.description,
5248
- hidden: config$G.hidden,
5263
+ description: config$h.description,
5264
+ hidden: config$h.hidden,
5249
5265
  run: run$G
5250
5266
  };
5251
5267
  async function run$G(argv, importMeta, {
@@ -5253,7 +5269,7 @@ async function run$G(argv, importMeta, {
5253
5269
  }) {
5254
5270
  const cli = utils.meowOrExit({
5255
5271
  argv,
5256
- config: config$G,
5272
+ config: config$h,
5257
5273
  importMeta,
5258
5274
  parentName
5259
5275
  });
@@ -5266,9 +5282,9 @@ async function run$G(argv, importMeta, {
5266
5282
  await handleInstallCompletion(String(targetName));
5267
5283
  }
5268
5284
 
5269
- const description$6 = 'Install Socket CLI tab completion';
5285
+ const description$v = 'Install Socket CLI tab completion';
5270
5286
  const cmdInstall = {
5271
- description: description$6,
5287
+ description: description$v,
5272
5288
  hidden: false,
5273
5289
  async run(argv, importMeta, {
5274
5290
  parentName
@@ -5277,7 +5293,7 @@ const cmdInstall = {
5277
5293
  completion: cmdInstallCompletion
5278
5294
  }, {
5279
5295
  argv,
5280
- description: description$6,
5296
+ description: description$v,
5281
5297
  importMeta,
5282
5298
  name: `${parentName} install`
5283
5299
  });
@@ -5308,7 +5324,7 @@ async function handleCmdJson(cwd) {
5308
5324
  await outputCmdJson(cwd);
5309
5325
  }
5310
5326
 
5311
- const config$F = {
5327
+ const config$g = {
5312
5328
  commandName: 'json',
5313
5329
  description: 'Display the `socket.json` that would be applied for target folder',
5314
5330
  hidden: true,
@@ -5327,8 +5343,8 @@ const config$F = {
5327
5343
  `
5328
5344
  };
5329
5345
  const cmdJson = {
5330
- description: config$F.description,
5331
- hidden: config$F.hidden,
5346
+ description: config$g.description,
5347
+ hidden: config$g.hidden,
5332
5348
  run: run$F
5333
5349
  };
5334
5350
  async function run$F(argv, importMeta, {
@@ -5336,7 +5352,7 @@ async function run$F(argv, importMeta, {
5336
5352
  }) {
5337
5353
  const cli = utils.meowOrExit({
5338
5354
  argv,
5339
- config: config$F,
5355
+ config: config$g,
5340
5356
  importMeta,
5341
5357
  parentName
5342
5358
  });
@@ -5489,27 +5505,38 @@ async function attemptLogin(apiBaseUrl, apiProxy) {
5489
5505
  const {
5490
5506
  DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$D
5491
5507
  } = constants;
5492
- const config$E = {
5493
- commandName: 'login',
5494
- description: 'Setup Socket CLI with an API token and defaults',
5495
- hidden: false,
5496
- flags: {
5497
- ...flags.commonFlags,
5498
- apiBaseUrl: {
5499
- type: 'string',
5500
- description: 'API server to connect to for login'
5508
+ const CMD_NAME$p = 'login';
5509
+ const description$u = 'Setup Socket CLI with an API token and defaults';
5510
+ const hidden$o = false;
5511
+ const cmdLogin = {
5512
+ description: description$u,
5513
+ hidden: hidden$o,
5514
+ run: run$E
5515
+ };
5516
+ async function run$E(argv, importMeta, {
5517
+ parentName
5518
+ }) {
5519
+ const config = {
5520
+ commandName: CMD_NAME$p,
5521
+ description: description$u,
5522
+ hidden: hidden$o,
5523
+ flags: {
5524
+ ...flags.commonFlags,
5525
+ apiBaseUrl: {
5526
+ type: 'string',
5527
+ description: 'API server to connect to for login'
5528
+ },
5529
+ apiProxy: {
5530
+ type: 'string',
5531
+ description: 'Proxy to use when making connection to API server'
5532
+ }
5501
5533
  },
5502
- apiProxy: {
5503
- type: 'string',
5504
- description: 'Proxy to use when making connection to API server'
5505
- }
5506
- },
5507
- help: (command, config) => `
5534
+ help: (command, config) => `
5508
5535
  Usage
5509
5536
  $ ${command} [options]
5510
5537
 
5511
5538
  API Token Requirements
5512
- - Quota: 1 unit
5539
+ ${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$p}`)}
5513
5540
 
5514
5541
  Logs into the Socket API by prompting for an API token
5515
5542
 
@@ -5520,18 +5547,10 @@ const config$E = {
5520
5547
  $ ${command}
5521
5548
  $ ${command} --api-proxy=http://localhost:1234
5522
5549
  `
5523
- };
5524
- const cmdLogin = {
5525
- description: config$E.description,
5526
- hidden: config$E.hidden,
5527
- run: run$E
5528
- };
5529
- async function run$E(argv, importMeta, {
5530
- parentName
5531
- }) {
5550
+ };
5532
5551
  const cli = utils.meowOrExit({
5533
5552
  argv,
5534
- config: config$E,
5553
+ config,
5535
5554
  importMeta,
5536
5555
  parentName
5537
5556
  });
@@ -5541,7 +5560,7 @@ async function run$E(argv, importMeta, {
5541
5560
  return;
5542
5561
  }
5543
5562
  if (!vendor.isInteractiveExports()) {
5544
- throw new utils.InputError('Cannot prompt for credentials in a non-interactive shell');
5563
+ throw new utils.InputError('Cannot prompt for credentials in a non-interactive shell. Use SOCKET_CLI_API_TOKEN environment variable instead');
5545
5564
  }
5546
5565
  const apiBaseUrl = cli.flags['apiBaseUrl'];
5547
5566
  const apiProxy = cli.flags['apiProxy'];
@@ -5571,7 +5590,7 @@ function attemptLogout() {
5571
5590
  const {
5572
5591
  DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$C
5573
5592
  } = constants;
5574
- const config$D = {
5593
+ const config$f = {
5575
5594
  commandName: 'logout',
5576
5595
  description: 'Socket API logout',
5577
5596
  hidden: false,
@@ -5589,8 +5608,8 @@ const config$D = {
5589
5608
  `
5590
5609
  };
5591
5610
  const cmdLogout = {
5592
- description: config$D.description,
5593
- hidden: config$D.hidden,
5611
+ description: config$f.description,
5612
+ hidden: config$f.hidden,
5594
5613
  run: run$D
5595
5614
  };
5596
5615
  async function run$D(argv, importMeta, {
@@ -5598,7 +5617,7 @@ async function run$D(argv, importMeta, {
5598
5617
  }) {
5599
5618
  const cli = utils.meowOrExit({
5600
5619
  argv,
5601
- config: config$D,
5620
+ config: config$f,
5602
5621
  importMeta,
5603
5622
  parentName
5604
5623
  });
@@ -5893,7 +5912,7 @@ const yargsConfig = {
5893
5912
  'usages-slices-file' // hidden
5894
5913
  ]
5895
5914
  };
5896
- const config$C = {
5915
+ const config$e = {
5897
5916
  commandName: 'cdxgen',
5898
5917
  description: 'Create an SBOM with CycloneDX generator (cdxgen)',
5899
5918
  hidden: false,
@@ -5903,8 +5922,8 @@ const config$C = {
5903
5922
  help: () => ''
5904
5923
  };
5905
5924
  const cmdManifestCdxgen = {
5906
- description: config$C.description,
5907
- hidden: config$C.hidden,
5925
+ description: config$e.description,
5926
+ hidden: config$e.hidden,
5908
5927
  run: run$C
5909
5928
  };
5910
5929
  async function run$C(argv, importMeta, {
@@ -5913,7 +5932,7 @@ async function run$C(argv, importMeta, {
5913
5932
  const cli = utils.meowOrExit({
5914
5933
  // Don't let meow take over --help.
5915
5934
  argv: argv.filter(a => !utils.isHelpFlag(a)),
5916
- config: config$C,
5935
+ config: config$e,
5917
5936
  importMeta,
5918
5937
  parentName
5919
5938
  });
@@ -5969,7 +5988,7 @@ async function run$C(argv, importMeta, {
5969
5988
  const {
5970
5989
  DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$A
5971
5990
  } = constants;
5972
- const config$B = {
5991
+ const config$d = {
5973
5992
  commandName: 'auto',
5974
5993
  description: 'Auto-detect build and attempt to generate manifest file',
5975
5994
  hidden: false,
@@ -6002,8 +6021,8 @@ const config$B = {
6002
6021
  `
6003
6022
  };
6004
6023
  const cmdManifestAuto = {
6005
- description: config$B.description,
6006
- hidden: config$B.hidden,
6024
+ description: config$d.description,
6025
+ hidden: config$d.hidden,
6007
6026
  run: run$B
6008
6027
  };
6009
6028
  async function run$B(argv, importMeta, {
@@ -6011,7 +6030,7 @@ async function run$B(argv, importMeta, {
6011
6030
  }) {
6012
6031
  const cli = utils.meowOrExit({
6013
6032
  argv,
6014
- config: config$B,
6033
+ config: config$d,
6015
6034
  importMeta,
6016
6035
  parentName
6017
6036
  });
@@ -6029,7 +6048,7 @@ async function run$B(argv, importMeta, {
6029
6048
  cwd = path.resolve(process.cwd(), cwd);
6030
6049
  const outputKind = utils.getOutputKind(json, markdown);
6031
6050
  if (verbose) {
6032
- logger.logger.group('- ', parentName, config$B.commandName, ':');
6051
+ logger.logger.group('- ', parentName, config$d.commandName, ':');
6033
6052
  logger.logger.group('- flags:', cli.flags);
6034
6053
  logger.logger.groupEnd();
6035
6054
  logger.logger.log('- input:', cli.input);
@@ -6066,7 +6085,7 @@ async function run$B(argv, importMeta, {
6066
6085
  const {
6067
6086
  DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$z
6068
6087
  } = constants;
6069
- const config$A = {
6088
+ const config$c = {
6070
6089
  commandName: 'conda',
6071
6090
  description: '[beta] Convert a Conda environment.yml file to a python requirements.txt',
6072
6091
  hidden: false,
@@ -6117,8 +6136,8 @@ const config$A = {
6117
6136
  `
6118
6137
  };
6119
6138
  const cmdManifestConda = {
6120
- description: config$A.description,
6121
- hidden: config$A.hidden,
6139
+ description: config$c.description,
6140
+ hidden: config$c.hidden,
6122
6141
  run: run$A
6123
6142
  };
6124
6143
  async function run$A(argv, importMeta, {
@@ -6126,7 +6145,7 @@ async function run$A(argv, importMeta, {
6126
6145
  }) {
6127
6146
  const cli = utils.meowOrExit({
6128
6147
  argv,
6129
- config: config$A,
6148
+ config: config$c,
6130
6149
  importMeta,
6131
6150
  parentName
6132
6151
  });
@@ -6184,7 +6203,7 @@ async function run$A(argv, importMeta, {
6184
6203
  verbose = false;
6185
6204
  }
6186
6205
  if (verbose) {
6187
- logger.logger.group('- ', parentName, config$A.commandName, ':');
6206
+ logger.logger.group('- ', parentName, config$c.commandName, ':');
6188
6207
  logger.logger.group('- flags:', cli.flags);
6189
6208
  logger.logger.groupEnd();
6190
6209
  logger.logger.log('- target:', cwd);
@@ -6223,7 +6242,7 @@ async function run$A(argv, importMeta, {
6223
6242
  const {
6224
6243
  DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$y
6225
6244
  } = constants;
6226
- const config$z = {
6245
+ const config$b = {
6227
6246
  commandName: 'gradle',
6228
6247
  description: '[beta] Use Gradle to generate a manifest file (`pom.xml`) for a Gradle/Java/Kotlin/etc project',
6229
6248
  hidden: false,
@@ -6276,8 +6295,8 @@ const config$z = {
6276
6295
  `
6277
6296
  };
6278
6297
  const cmdManifestGradle = {
6279
- description: config$z.description,
6280
- hidden: config$z.hidden,
6298
+ description: config$b.description,
6299
+ hidden: config$b.hidden,
6281
6300
  run: run$z
6282
6301
  };
6283
6302
  async function run$z(argv, importMeta, {
@@ -6285,7 +6304,7 @@ async function run$z(argv, importMeta, {
6285
6304
  }) {
6286
6305
  const cli = utils.meowOrExit({
6287
6306
  argv,
6288
- config: config$z,
6307
+ config: config$b,
6289
6308
  importMeta,
6290
6309
  parentName
6291
6310
  });
@@ -6321,7 +6340,7 @@ async function run$z(argv, importMeta, {
6321
6340
  if (!gradleOpts) {
6322
6341
  if (sockJson.defaults?.manifest?.gradle?.gradleOpts) {
6323
6342
  gradleOpts = sockJson.defaults?.manifest?.gradle?.gradleOpts;
6324
- logger.logger.info('Using default --gradleOpts from socket.json:', gradleOpts);
6343
+ logger.logger.info('Using default --gradle-opts from socket.json:', gradleOpts);
6325
6344
  } else {
6326
6345
  gradleOpts = '';
6327
6346
  }
@@ -6335,7 +6354,7 @@ async function run$z(argv, importMeta, {
6335
6354
  }
6336
6355
  }
6337
6356
  if (verbose) {
6338
- logger.logger.group('- ', parentName, config$z.commandName, ':');
6357
+ logger.logger.group('- ', parentName, config$b.commandName, ':');
6339
6358
  logger.logger.group('- flags:', cli.flags);
6340
6359
  logger.logger.groupEnd();
6341
6360
  logger.logger.log('- input:', cli.input);
@@ -6382,7 +6401,7 @@ const {
6382
6401
  // sense for the help panels to note the requested language, rather than
6383
6402
  // `socket manifest kotlin` to print help screens with `gradle` as the
6384
6403
  // command. Room for improvement.
6385
- const config$y = {
6404
+ const config$a = {
6386
6405
  commandName: 'kotlin',
6387
6406
  description: '[beta] Use Gradle to generate a manifest file (`pom.xml`) for a Kotlin project',
6388
6407
  hidden: false,
@@ -6435,8 +6454,8 @@ const config$y = {
6435
6454
  `
6436
6455
  };
6437
6456
  const cmdManifestKotlin = {
6438
- description: config$y.description,
6439
- hidden: config$y.hidden,
6457
+ description: config$a.description,
6458
+ hidden: config$a.hidden,
6440
6459
  run: run$y
6441
6460
  };
6442
6461
  async function run$y(argv, importMeta, {
@@ -6444,7 +6463,7 @@ async function run$y(argv, importMeta, {
6444
6463
  }) {
6445
6464
  const cli = utils.meowOrExit({
6446
6465
  argv,
6447
- config: config$y,
6466
+ config: config$a,
6448
6467
  importMeta,
6449
6468
  parentName
6450
6469
  });
@@ -6480,7 +6499,7 @@ async function run$y(argv, importMeta, {
6480
6499
  if (!gradleOpts) {
6481
6500
  if (sockJson.defaults?.manifest?.gradle?.gradleOpts) {
6482
6501
  gradleOpts = sockJson.defaults?.manifest?.gradle?.gradleOpts;
6483
- logger.logger.info('Using default --gradleOpts from socket.json:', gradleOpts);
6502
+ logger.logger.info('Using default --gradle-opts from socket.json:', gradleOpts);
6484
6503
  } else {
6485
6504
  gradleOpts = '';
6486
6505
  }
@@ -6494,7 +6513,7 @@ async function run$y(argv, importMeta, {
6494
6513
  }
6495
6514
  }
6496
6515
  if (verbose) {
6497
- logger.logger.group('- ', parentName, config$y.commandName, ':');
6516
+ logger.logger.group('- ', parentName, config$a.commandName, ':');
6498
6517
  logger.logger.group('- flags:', cli.flags);
6499
6518
  logger.logger.groupEnd();
6500
6519
  logger.logger.log('- input:', cli.input);
@@ -6535,7 +6554,7 @@ async function run$y(argv, importMeta, {
6535
6554
  const {
6536
6555
  DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$w
6537
6556
  } = constants;
6538
- const config$x = {
6557
+ const config$9 = {
6539
6558
  commandName: 'scala',
6540
6559
  description: "[beta] Generate a manifest file (`pom.xml`) from Scala's `build.sbt` file",
6541
6560
  hidden: false,
@@ -6601,8 +6620,8 @@ const config$x = {
6601
6620
  `
6602
6621
  };
6603
6622
  const cmdManifestScala = {
6604
- description: config$x.description,
6605
- hidden: config$x.hidden,
6623
+ description: config$9.description,
6624
+ hidden: config$9.hidden,
6606
6625
  run: run$x
6607
6626
  };
6608
6627
  async function run$x(argv, importMeta, {
@@ -6610,7 +6629,7 @@ async function run$x(argv, importMeta, {
6610
6629
  }) {
6611
6630
  const cli = utils.meowOrExit({
6612
6631
  argv,
6613
- config: config$x,
6632
+ config: config$9,
6614
6633
  importMeta,
6615
6634
  parentName
6616
6635
  });
@@ -6662,7 +6681,7 @@ async function run$x(argv, importMeta, {
6662
6681
  if (!sbtOpts) {
6663
6682
  if (sockJson.defaults?.manifest?.sbt?.sbtOpts) {
6664
6683
  sbtOpts = sockJson.defaults?.manifest?.sbt?.sbtOpts;
6665
- logger.logger.info('Using default --sbtOpts from socket.json:', sbtOpts);
6684
+ logger.logger.info('Using default --sbt-opts from socket.json:', sbtOpts);
6666
6685
  } else {
6667
6686
  sbtOpts = '';
6668
6687
  }
@@ -6674,7 +6693,7 @@ async function run$x(argv, importMeta, {
6674
6693
  verbose = false;
6675
6694
  }
6676
6695
  if (verbose) {
6677
- logger.logger.group('- ', parentName, config$x.commandName, ':');
6696
+ logger.logger.group('- ', parentName, config$9.commandName, ':');
6678
6697
  logger.logger.group('- flags:', cli.flags);
6679
6698
  logger.logger.groupEnd();
6680
6699
  logger.logger.log('- input:', cli.input);
@@ -6934,7 +6953,7 @@ async function setupGradle(config) {
6934
6953
  delete config.bin;
6935
6954
  }
6936
6955
  const opts = await prompts.input({
6937
- message: '(--gradleOpts) Enter gradle options to pass through',
6956
+ message: '(--gradle-opts) Enter gradle options to pass through',
6938
6957
  default: config.gradleOpts || '',
6939
6958
  required: false
6940
6959
  // validate: async string => bool
@@ -6966,7 +6985,7 @@ async function setupSbt(config) {
6966
6985
  delete config.bin;
6967
6986
  }
6968
6987
  const opts = await prompts.input({
6969
- message: '(--sbtOpts) Enter sbt options to pass through',
6988
+ message: '(--sbt-opts) Enter sbt options to pass through',
6970
6989
  default: config.sbtOpts || '',
6971
6990
  required: false
6972
6991
  // validate: async string => bool
@@ -7122,7 +7141,7 @@ async function handleManifestSetup(cwd, defaultOnReadError) {
7122
7141
  const {
7123
7142
  DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$v
7124
7143
  } = constants;
7125
- const config$w = {
7144
+ const config$8 = {
7126
7145
  commandName: 'setup',
7127
7146
  description: 'Start interactive configurator to customize default flag values for `socket manifest` in this dir',
7128
7147
  hidden: false,
@@ -7165,8 +7184,8 @@ const config$w = {
7165
7184
  `
7166
7185
  };
7167
7186
  const cmdManifestSetup = {
7168
- description: config$w.description,
7169
- hidden: config$w.hidden,
7187
+ description: config$8.description,
7188
+ hidden: config$8.hidden,
7170
7189
  run: run$w
7171
7190
  };
7172
7191
  async function run$w(argv, importMeta, {
@@ -7174,7 +7193,7 @@ async function run$w(argv, importMeta, {
7174
7193
  }) {
7175
7194
  const cli = utils.meowOrExit({
7176
7195
  argv,
7177
- config: config$w,
7196
+ config: config$8,
7178
7197
  importMeta,
7179
7198
  parentName
7180
7199
  });
@@ -7193,7 +7212,7 @@ async function run$w(argv, importMeta, {
7193
7212
  await handleManifestSetup(cwd, Boolean(defaultOnReadError));
7194
7213
  }
7195
7214
 
7196
- const config$v = {
7215
+ const config$7 = {
7197
7216
  commandName: 'manifest',
7198
7217
  description: 'Generate a dependency manifest for certain ecosystems',
7199
7218
  hidden: false,
@@ -7201,8 +7220,8 @@ const config$v = {
7201
7220
  ...flags.commonFlags
7202
7221
  }};
7203
7222
  const cmdManifest = {
7204
- description: config$v.description,
7205
- hidden: config$v.hidden,
7223
+ description: config$7.description,
7224
+ hidden: config$7.hidden,
7206
7225
  run: run$v
7207
7226
  };
7208
7227
  async function run$v(argv, importMeta, {
@@ -7220,15 +7239,15 @@ async function run$v(argv, importMeta, {
7220
7239
  argv,
7221
7240
  aliases: {
7222
7241
  yolo: {
7223
- description: config$v.description,
7242
+ description: config$7.description,
7224
7243
  hidden: true,
7225
7244
  argv: ['auto']
7226
7245
  }
7227
7246
  },
7228
- description: config$v.description,
7247
+ description: config$7.description,
7229
7248
  importMeta,
7230
- flags: config$v.flags,
7231
- name: `${parentName} ${config$v.commandName}`
7249
+ flags: config$7.flags,
7250
+ name: `${parentName} ${config$7.commandName}`
7232
7251
  });
7233
7252
  }
7234
7253
 
@@ -7236,42 +7255,44 @@ const require$3 = require$$5.createRequire(require('node:url').pathToFileURL(__f
7236
7255
  const {
7237
7256
  DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$u
7238
7257
  } = constants;
7239
- const config$u = {
7240
- commandName: 'npm',
7241
- description: 'Run npm with the Socket wrapper',
7242
- hidden: false,
7243
- flags: {
7244
- ...flags.commonFlags
7245
- },
7246
- help: command => `
7258
+ const CMD_NAME$o = 'npm';
7259
+ const description$t = 'Run npm with the Socket wrapper';
7260
+ const hidden$n = false;
7261
+ const cmdNpm = {
7262
+ description: description$t,
7263
+ hidden: hidden$n,
7264
+ run: run$u
7265
+ };
7266
+ async function run$u(argv, importMeta, {
7267
+ parentName
7268
+ }) {
7269
+ const config = {
7270
+ commandName: CMD_NAME$o,
7271
+ description: description$t,
7272
+ hidden: hidden$n,
7273
+ flags: {
7274
+ ...flags.commonFlags
7275
+ },
7276
+ help: command => `
7247
7277
  Usage
7248
7278
  $ ${command} ...
7249
7279
 
7250
- This runs npm but checks packages through Socket before installing anything.
7251
- See docs for more details.
7280
+ API Token Requirements
7281
+ ${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$o}`)}
7252
7282
 
7253
- Note: Everything after "npm" is sent straight to the npm command.
7254
- Only the \`--dryRun\` and \`--help\` flags are caught here.
7283
+ Note: Everything after "npm" is passed to the npm command.
7284
+ Only the \`--dry-run\` and \`--help\` flags are caught here.
7255
7285
 
7256
- Use \`socket wrapper on\` to automatically enable this such that you don't
7257
- have to write \`socket npm\` for that purpose.
7286
+ Use \`socket wrapper on\` to alias this command as \`npm\`.
7258
7287
 
7259
7288
  Examples
7260
7289
  $ ${command}
7261
- $ ${command} install -g socket
7262
- `
7263
- };
7264
- const cmdNpm = {
7265
- description: config$u.description,
7266
- hidden: config$u.hidden,
7267
- run: run$u
7268
- };
7269
- async function run$u(argv, importMeta, {
7270
- parentName
7271
- }) {
7290
+ $ ${command} install -g cowsay
7291
+ `
7292
+ };
7272
7293
  const cli = utils.meowOrExit({
7273
7294
  argv,
7274
- config: config$u,
7295
+ config,
7275
7296
  importMeta,
7276
7297
  parentName
7277
7298
  });
@@ -7290,42 +7311,43 @@ const require$2 = require$$5.createRequire(require('node:url').pathToFileURL(__f
7290
7311
  const {
7291
7312
  DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$t
7292
7313
  } = constants;
7293
- const config$t = {
7294
- commandName: 'npx',
7295
- description: 'Run npx with the Socket wrapper',
7296
- hidden: false,
7297
- flags: {
7298
- ...flags.commonFlags
7299
- },
7300
- help: (command, _config) => `
7314
+ const CMD_NAME$n = 'npx';
7315
+ const description$s = 'Run npx with the Socket wrapper';
7316
+ const hidden$m = false;
7317
+ const cmdNpx = {
7318
+ description: description$s,
7319
+ hidden: hidden$m,
7320
+ run: run$t
7321
+ };
7322
+ async function run$t(argv, importMeta, {
7323
+ parentName
7324
+ }) {
7325
+ const config = {
7326
+ commandName: CMD_NAME$n,
7327
+ description: description$s,
7328
+ hidden: hidden$m,
7329
+ flags: {
7330
+ ...flags.commonFlags
7331
+ },
7332
+ help: (command, _config) => `
7301
7333
  Usage
7302
7334
  $ ${command} ...
7303
7335
 
7304
- This runs npx but checks packages through Socket before running them.
7305
- See docs for more details.
7336
+ API Token Requirements
7337
+ ${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$n}`)}
7306
7338
 
7307
- Note: Everything after "npx" is sent straight to the npx command.
7308
- Only the \`--dryRun\` and \`--help\` flags are caught here.
7339
+ Note: Everything after "npx" is passed to the npx command.
7340
+ Only the \`--dry-run\` and \`--help\` flags are caught here.
7309
7341
 
7310
- Use \`socket wrapper on\` to automatically enable this such that you don't
7311
- have to write \`socket npx\` for that purpose.
7342
+ Use \`socket wrapper on\` to alias this command as \`npx\`.
7312
7343
 
7313
7344
  Examples
7314
- $ ${command}
7315
- $ ${command} prettier
7345
+ $ ${command} cowsay
7316
7346
  `
7317
- };
7318
- const cmdNpx = {
7319
- description: config$t.description,
7320
- hidden: config$t.hidden,
7321
- run: run$t
7322
- };
7323
- async function run$t(argv, importMeta, {
7324
- parentName
7325
- }) {
7347
+ };
7326
7348
  const cli = utils.meowOrExit({
7327
7349
  argv,
7328
- config: config$t,
7350
+ config,
7329
7351
  importMeta,
7330
7352
  parentName
7331
7353
  });
@@ -7343,7 +7365,7 @@ async function run$t(argv, importMeta, {
7343
7365
  const {
7344
7366
  DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$s
7345
7367
  } = constants;
7346
- const config$s = {
7368
+ const config$6 = {
7347
7369
  commandName: 'oops',
7348
7370
  description: 'Trigger an intentional error (for development)',
7349
7371
  hidden: true,
@@ -7364,8 +7386,8 @@ const config$s = {
7364
7386
  `
7365
7387
  };
7366
7388
  const cmdOops = {
7367
- description: config$s.description,
7368
- hidden: config$s.hidden,
7389
+ description: config$6.description,
7390
+ hidden: config$6.hidden,
7369
7391
  run: run$s
7370
7392
  };
7371
7393
  async function run$s(argv, importMeta, {
@@ -7373,7 +7395,7 @@ async function run$s(argv, importMeta, {
7373
7395
  }) {
7374
7396
  const cli = utils.meowOrExit({
7375
7397
  argv,
7376
- config: config$s,
7398
+ config: config$6,
7377
7399
  importMeta,
7378
7400
  parentName
7379
7401
  });
@@ -7709,7 +7731,7 @@ async function listPackages(pkgEnvDetails, options) {
7709
7731
  }
7710
7732
  }
7711
7733
 
7712
- const CMD_NAME = 'socket optimize';
7734
+ const CMD_NAME$m = 'socket optimize';
7713
7735
 
7714
7736
  const {
7715
7737
  BUN,
@@ -7884,7 +7906,7 @@ async function addOverrides(pkgEnvDetails, pkgPath, options) {
7884
7906
  npmExecPath === NPM && !state.warnedPnpmWorkspaceRequiresNpm) {
7885
7907
  state.warnedPnpmWorkspaceRequiresNpm = true;
7886
7908
  spinner?.stop();
7887
- logger?.warn(utils.cmdPrefixMessage(CMD_NAME, `${agent} workspace support requires \`npm ls\`, falling back to \`${agent} list\``));
7909
+ logger?.warn(utils.cmdPrefixMessage(CMD_NAME$m, `${agent} workspace support requires \`npm ls\`, falling back to \`${agent} list\``));
7888
7910
  spinner?.start();
7889
7911
  }
7890
7912
  const overridesDataObjects = [];
@@ -8115,7 +8137,7 @@ async function applyOptimization(pkgEnvDetails, {
8115
8137
  const pkgJsonChanged = addedCount > 0 || updatedCount > 0;
8116
8138
  if (pkgJsonChanged || pkgEnvDetails.features.npmBuggyOverrides) {
8117
8139
  const result = await updateLockfile(pkgEnvDetails, {
8118
- cmdName: CMD_NAME,
8140
+ cmdName: CMD_NAME$m,
8119
8141
  logger: logger.logger,
8120
8142
  spinner
8121
8143
  });
@@ -8177,7 +8199,7 @@ async function handleOptimize({
8177
8199
  prod
8178
8200
  }) {
8179
8201
  const pkgEnvCResult = await utils.detectAndValidatePackageEnvironment(cwd, {
8180
- cmdName: CMD_NAME,
8202
+ cmdName: CMD_NAME$m,
8181
8203
  logger: logger.logger,
8182
8204
  prod
8183
8205
  });
@@ -8202,7 +8224,7 @@ async function handleOptimize({
8202
8224
  await outputOptimizeResult({
8203
8225
  ok: false,
8204
8226
  message: 'Unsupported',
8205
- cause: utils.cmdPrefixMessage(CMD_NAME, `${agent} v${agentVersion} does not support overrides.`)
8227
+ cause: utils.cmdPrefixMessage(CMD_NAME$m, `${agent} v${agentVersion} does not support overrides.`)
8206
8228
  }, outputKind);
8207
8229
  return;
8208
8230
  }
@@ -8216,27 +8238,41 @@ async function handleOptimize({
8216
8238
  const {
8217
8239
  DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$r
8218
8240
  } = constants;
8219
- const config$r = {
8220
- commandName: 'optimize',
8221
- description: 'Optimize dependencies with @socketregistry overrides',
8222
- hidden: false,
8223
- flags: {
8224
- ...flags.commonFlags,
8225
- pin: {
8226
- type: 'boolean',
8227
- default: false,
8228
- description: 'Pin overrides to their latest version'
8241
+ const CMD_NAME$l = 'optimize';
8242
+ const description$r = 'Optimize dependencies with @socketregistry overrides';
8243
+ const hidden$l = false;
8244
+ const cmdOptimize = {
8245
+ description: description$r,
8246
+ hidden: hidden$l,
8247
+ run: run$r
8248
+ };
8249
+ async function run$r(argv, importMeta, {
8250
+ parentName
8251
+ }) {
8252
+ const config = {
8253
+ commandName: CMD_NAME$l,
8254
+ description: description$r,
8255
+ hidden: hidden$l,
8256
+ flags: {
8257
+ ...flags.commonFlags,
8258
+ pin: {
8259
+ type: 'boolean',
8260
+ default: false,
8261
+ description: 'Pin overrides to their latest version'
8262
+ },
8263
+ prod: {
8264
+ type: 'boolean',
8265
+ default: false,
8266
+ description: 'Only add overrides for production dependencies'
8267
+ }
8229
8268
  },
8230
- prod: {
8231
- type: 'boolean',
8232
- default: false,
8233
- description: 'Only add overrides for production dependencies'
8234
- }
8235
- },
8236
- help: (command, config) => `
8269
+ help: (command, config) => `
8237
8270
  Usage
8238
8271
  $ ${command} [options] [CWD=.]
8239
8272
 
8273
+ API Token Requirements
8274
+ ${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$l}`)}
8275
+
8240
8276
  Options
8241
8277
  ${utils.getFlagListOutput(config.flags)}
8242
8278
 
@@ -8244,18 +8280,10 @@ const config$r = {
8244
8280
  $ ${command}
8245
8281
  $ ${command} ./proj/tree --pin
8246
8282
  `
8247
- };
8248
- const cmdOptimize = {
8249
- description: config$r.description,
8250
- hidden: config$r.hidden,
8251
- run: run$r
8252
- };
8253
- async function run$r(argv, importMeta, {
8254
- parentName
8255
- }) {
8283
+ };
8256
8284
  const cli = utils.meowOrExit({
8257
8285
  argv,
8258
- config: config$r,
8286
+ config,
8259
8287
  importMeta,
8260
8288
  parentName
8261
8289
  });
@@ -8389,31 +8417,41 @@ async function handleDependencies({
8389
8417
  const {
8390
8418
  DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$q
8391
8419
  } = constants;
8392
- const config$q = {
8393
- commandName: 'dependencies',
8394
- description: 'Search for any dependency that is being used in your organization',
8395
- hidden: false,
8396
- flags: {
8397
- ...flags.commonFlags,
8398
- limit: {
8399
- type: 'number',
8400
- default: 50,
8401
- description: 'Maximum number of dependencies returned'
8402
- },
8403
- offset: {
8404
- type: 'number',
8405
- default: 0,
8406
- description: 'Page number'
8420
+ const CMD_NAME$k = 'dependencies';
8421
+ const description$q = 'Search for any dependency that is being used in your organization';
8422
+ const hidden$k = false;
8423
+ const cmdOrganizationDependencies = {
8424
+ description: description$q,
8425
+ hidden: hidden$k,
8426
+ run: run$q
8427
+ };
8428
+ async function run$q(argv, importMeta, {
8429
+ parentName
8430
+ }) {
8431
+ const config = {
8432
+ commandName: CMD_NAME$k,
8433
+ description: description$q,
8434
+ hidden: hidden$k,
8435
+ flags: {
8436
+ ...flags.commonFlags,
8437
+ limit: {
8438
+ type: 'number',
8439
+ default: 50,
8440
+ description: 'Maximum number of dependencies returned'
8441
+ },
8442
+ offset: {
8443
+ type: 'number',
8444
+ default: 0,
8445
+ description: 'Page number'
8446
+ },
8447
+ ...flags.outputFlags
8407
8448
  },
8408
- ...flags.outputFlags
8409
- },
8410
- help: (command, config) => `
8449
+ help: (command, config) => `
8411
8450
  Usage
8412
8451
  ${command} [options]
8413
8452
 
8414
8453
  API Token Requirements
8415
- - Quota: 1 unit
8416
- - Permissions: none (does need token with access to target org)
8454
+ ${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$k}`)}
8417
8455
 
8418
8456
  Options
8419
8457
  ${utils.getFlagListOutput(config.flags)}
@@ -8422,18 +8460,10 @@ const config$q = {
8422
8460
  ${command}
8423
8461
  ${command} --limit 20 --offset 10
8424
8462
  `
8425
- };
8426
- const cmdOrganizationDependencies = {
8427
- description: config$q.description,
8428
- hidden: config$q.hidden,
8429
- run: run$q
8430
- };
8431
- async function run$q(argv, importMeta, {
8432
- parentName
8433
- }) {
8463
+ };
8434
8464
  const cli = utils.meowOrExit({
8435
8465
  argv,
8436
- config: config$q,
8466
+ config,
8437
8467
  importMeta,
8438
8468
  parentName
8439
8469
  });
@@ -8524,33 +8554,43 @@ async function handleLicensePolicy(orgSlug, outputKind) {
8524
8554
  const {
8525
8555
  DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$p
8526
8556
  } = constants;
8527
- const config$p = {
8528
- commandName: 'license',
8529
- description: 'Retrieve the license policy of an organization',
8530
- hidden: false,
8531
- flags: {
8532
- ...flags.commonFlags,
8533
- ...flags.outputFlags,
8534
- interactive: {
8535
- type: 'boolean',
8536
- default: true,
8537
- description: 'Allow for interactive elements, asking for input. Use --no-interactive to prevent any input questions, defaulting them to cancel/no.'
8557
+ const CMD_NAME$j = 'license';
8558
+ const description$p = 'Retrieve the license policy of an organization';
8559
+ const hidden$j = false;
8560
+ const cmdOrganizationPolicyLicense = {
8561
+ description: description$p,
8562
+ hidden: hidden$j,
8563
+ run: run$p
8564
+ };
8565
+ async function run$p(argv, importMeta, {
8566
+ parentName
8567
+ }) {
8568
+ const config = {
8569
+ commandName: CMD_NAME$j,
8570
+ description: description$p,
8571
+ hidden: hidden$j,
8572
+ flags: {
8573
+ ...flags.commonFlags,
8574
+ ...flags.outputFlags,
8575
+ interactive: {
8576
+ type: 'boolean',
8577
+ default: true,
8578
+ description: 'Allow for interactive elements, asking for input. Use --no-interactive to prevent any input questions, defaulting them to cancel/no.'
8579
+ },
8580
+ org: {
8581
+ type: 'string',
8582
+ description: 'Force override the organization slug, overrides the default org from config'
8583
+ }
8538
8584
  },
8539
- org: {
8540
- type: 'string',
8541
- description: 'Force override the organization slug, overrides the default org from config'
8542
- }
8543
- },
8544
- help: (command, _config) => `
8585
+ help: command => `
8545
8586
  Usage
8546
8587
  $ ${command} [options]
8547
8588
 
8548
8589
  API Token Requirements
8549
- - Quota: 1 unit
8550
- - Permissions: license-policy:read
8590
+ ${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$j}`)}
8551
8591
 
8552
8592
  Options
8553
- ${utils.getFlagListOutput(config$p.flags)}
8593
+ ${utils.getFlagListOutput(config.flags)}
8554
8594
 
8555
8595
  Your API token will need the \`license-policy:read\` permission otherwise
8556
8596
  the request will fail with an authentication error.
@@ -8559,18 +8599,10 @@ const config$p = {
8559
8599
  $ ${command}
8560
8600
  $ ${command} --json
8561
8601
  `
8562
- };
8563
- const cmdOrganizationPolicyLicense = {
8564
- description: config$p.description,
8565
- hidden: config$p.hidden,
8566
- run: run$p
8567
- };
8568
- async function run$p(argv, importMeta, {
8569
- parentName
8570
- }) {
8602
+ };
8571
8603
  const cli = utils.meowOrExit({
8572
8604
  argv,
8573
- config: config$p,
8605
+ config,
8574
8606
  importMeta,
8575
8607
  parentName
8576
8608
  });
@@ -8659,33 +8691,43 @@ async function handleSecurityPolicy(orgSlug, outputKind) {
8659
8691
  const {
8660
8692
  DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$o
8661
8693
  } = constants;
8662
- const config$o = {
8663
- commandName: 'security',
8664
- description: 'Retrieve the security policy of an organization',
8665
- hidden: true,
8666
- flags: {
8667
- ...flags.commonFlags,
8668
- ...flags.outputFlags,
8669
- interactive: {
8670
- type: 'boolean',
8671
- default: true,
8672
- description: 'Allow for interactive elements, asking for input. Use --no-interactive to prevent any input questions, defaulting them to cancel/no.'
8694
+ const CMD_NAME$i = 'security';
8695
+ const description$o = 'Retrieve the security policy of an organization';
8696
+ const hidden$i = true;
8697
+ const cmdOrganizationPolicySecurity = {
8698
+ description: description$o,
8699
+ hidden: hidden$i,
8700
+ run: run$o
8701
+ };
8702
+ async function run$o(argv, importMeta, {
8703
+ parentName
8704
+ }) {
8705
+ const config = {
8706
+ commandName: CMD_NAME$i,
8707
+ description: description$o,
8708
+ hidden: hidden$i,
8709
+ flags: {
8710
+ ...flags.commonFlags,
8711
+ ...flags.outputFlags,
8712
+ interactive: {
8713
+ type: 'boolean',
8714
+ default: true,
8715
+ description: 'Allow for interactive elements, asking for input. Use --no-interactive to prevent any input questions, defaulting them to cancel/no.'
8716
+ },
8717
+ org: {
8718
+ type: 'string',
8719
+ description: 'Force override the organization slug, overrides the default org from config'
8720
+ }
8673
8721
  },
8674
- org: {
8675
- type: 'string',
8676
- description: 'Force override the organization slug, overrides the default org from config'
8677
- }
8678
- },
8679
- help: (command, _config) => `
8722
+ help: (command, _config) => `
8680
8723
  Usage
8681
8724
  $ ${command} [options]
8682
8725
 
8683
8726
  API Token Requirements
8684
- - Quota: 1 unit
8685
- - Permissions: security-policy:read
8727
+ ${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$i}`)}
8686
8728
 
8687
8729
  Options
8688
- ${utils.getFlagListOutput(config$o.flags)}
8730
+ ${utils.getFlagListOutput(config.flags)}
8689
8731
 
8690
8732
  Your API token will need the \`security-policy:read\` permission otherwise
8691
8733
  the request will fail with an authentication error.
@@ -8694,18 +8736,10 @@ const config$o = {
8694
8736
  $ ${command}
8695
8737
  $ ${command} --json
8696
8738
  `
8697
- };
8698
- const cmdOrganizationPolicySecurity = {
8699
- description: config$o.description,
8700
- hidden: config$o.hidden,
8701
- run: run$o
8702
- };
8703
- async function run$o(argv, importMeta, {
8704
- parentName
8705
- }) {
8739
+ };
8706
8740
  const cli = utils.meowOrExit({
8707
8741
  argv,
8708
- config: config$o,
8742
+ config,
8709
8743
  importMeta,
8710
8744
  parentName
8711
8745
  });
@@ -8798,41 +8832,43 @@ async function handleOrganizationList(outputKind = 'text') {
8798
8832
  const {
8799
8833
  DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$n
8800
8834
  } = constants;
8801
- const config$n = {
8802
- commandName: 'list',
8803
- description: 'List organizations associated with the Socket API token',
8804
- hidden: false,
8805
- flags: {
8806
- ...flags.commonFlags,
8807
- ...flags.outputFlags
8808
- },
8809
- help: (command, _config) => `
8835
+ const CMD_NAME$h = 'list';
8836
+ const description$n = 'List organizations associated with the Socket API token';
8837
+ const hidden$h = false;
8838
+ const cmdOrganizationList = {
8839
+ description: description$n,
8840
+ hidden: hidden$h,
8841
+ run: run$n
8842
+ };
8843
+ async function run$n(argv, importMeta, {
8844
+ parentName
8845
+ }) {
8846
+ const config = {
8847
+ commandName: CMD_NAME$h,
8848
+ description: description$n,
8849
+ hidden: hidden$h,
8850
+ flags: {
8851
+ ...flags.commonFlags,
8852
+ ...flags.outputFlags
8853
+ },
8854
+ help: (command, _config) => `
8810
8855
  Usage
8811
8856
  $ ${command} [options]
8812
8857
 
8813
8858
  API Token Requirements
8814
- - Quota: 1 unit
8815
- - Permissions: none (does need a token)
8859
+ ${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$h}`)}
8816
8860
 
8817
8861
  Options
8818
- ${utils.getFlagListOutput(config$n.flags)}
8862
+ ${utils.getFlagListOutput(config.flags)}
8819
8863
 
8820
8864
  Examples
8821
8865
  $ ${command}
8822
8866
  $ ${command} --json
8823
8867
  `
8824
- };
8825
- const cmdOrganizationList = {
8826
- description: config$n.description,
8827
- hidden: config$n.hidden,
8828
- run: run$n
8829
- };
8830
- async function run$n(argv, importMeta, {
8831
- parentName
8832
- }) {
8868
+ };
8833
8869
  const cli = utils.meowOrExit({
8834
8870
  argv,
8835
- config: config$n,
8871
+ config,
8836
8872
  importMeta,
8837
8873
  parentName
8838
8874
  });
@@ -8864,9 +8900,9 @@ async function run$n(argv, importMeta, {
8864
8900
  await handleOrganizationList(outputKind);
8865
8901
  }
8866
8902
 
8867
- const description$5 = 'Organization policy details';
8903
+ const description$m = 'Organization policy details';
8868
8904
  const cmdOrganizationPolicy = {
8869
- description: description$5,
8905
+ description: description$m,
8870
8906
  // Hidden because it was broken all this time (nobody could be using it)
8871
8907
  // and we're not sure if it's useful to anyone in its current state.
8872
8908
  // Until we do, we'll hide this to keep the help tidier.
@@ -8880,7 +8916,7 @@ const cmdOrganizationPolicy = {
8880
8916
  license: cmdOrganizationPolicyLicense
8881
8917
  }, {
8882
8918
  argv,
8883
- description: description$5,
8919
+ description: description$m,
8884
8920
  defaultSub: 'list',
8885
8921
  // Backwards compat
8886
8922
  importMeta,
@@ -8937,7 +8973,7 @@ async function handleQuota(outputKind = 'text') {
8937
8973
  const {
8938
8974
  DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$m
8939
8975
  } = constants;
8940
- const config$m = {
8976
+ const config$5 = {
8941
8977
  commandName: 'quota',
8942
8978
  description: 'List organizations associated with the Socket API token',
8943
8979
  hidden: true,
@@ -8950,7 +8986,7 @@ const config$m = {
8950
8986
  $ ${command} [options]
8951
8987
 
8952
8988
  Options
8953
- ${utils.getFlagListOutput(config$m.flags)}
8989
+ ${utils.getFlagListOutput(config$5.flags)}
8954
8990
 
8955
8991
  Examples
8956
8992
  $ ${command}
@@ -8958,8 +8994,8 @@ const config$m = {
8958
8994
  `
8959
8995
  };
8960
8996
  const cmdOrganizationQuota = {
8961
- description: config$m.description,
8962
- hidden: config$m.hidden,
8997
+ description: config$5.description,
8998
+ hidden: config$5.hidden,
8963
8999
  run: run$m
8964
9000
  };
8965
9001
  async function run$m(argv, importMeta, {
@@ -8967,7 +9003,7 @@ async function run$m(argv, importMeta, {
8967
9003
  }) {
8968
9004
  const cli = utils.meowOrExit({
8969
9005
  argv,
8970
- config: config$m,
9006
+ config: config$5,
8971
9007
  importMeta,
8972
9008
  parentName
8973
9009
  });
@@ -8997,9 +9033,9 @@ async function run$m(argv, importMeta, {
8997
9033
  await handleQuota(outputKind);
8998
9034
  }
8999
9035
 
9000
- const description$4 = 'Manage Socket organization account details';
9036
+ const description$l = 'Manage Socket organization account details';
9001
9037
  const cmdOrganization = {
9002
- description: description$4,
9038
+ description: description$l,
9003
9039
  hidden: false,
9004
9040
  async run(argv, importMeta, {
9005
9041
  parentName
@@ -9028,7 +9064,7 @@ const cmdOrganization = {
9028
9064
  }
9029
9065
  },
9030
9066
  argv,
9031
- description: description$4,
9067
+ description: description$l,
9032
9068
  importMeta,
9033
9069
  name: `${parentName} organization`
9034
9070
  });
@@ -9256,21 +9292,31 @@ function parsePackageSpecifiers(ecosystem, pkgs) {
9256
9292
  const {
9257
9293
  DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$l
9258
9294
  } = constants;
9259
- const config$l = {
9260
- commandName: 'score',
9261
- description: 'Look up score for one package which reflects all of its transitive dependencies as well',
9262
- hidden: false,
9263
- flags: {
9264
- ...flags.commonFlags,
9265
- ...flags.outputFlags
9266
- },
9267
- help: (command, config) => `
9295
+ const CMD_NAME$g = 'score';
9296
+ const description$k = 'Look up score for one package which reflects all of its transitive dependencies as well';
9297
+ const hidden$g = false;
9298
+ const cmdPackageScore = {
9299
+ description: description$k,
9300
+ hidden: hidden$g,
9301
+ run: run$l
9302
+ };
9303
+ async function run$l(argv, importMeta, {
9304
+ parentName
9305
+ }) {
9306
+ const config = {
9307
+ commandName: CMD_NAME$g,
9308
+ description: description$k,
9309
+ hidden: hidden$g,
9310
+ flags: {
9311
+ ...flags.commonFlags,
9312
+ ...flags.outputFlags
9313
+ },
9314
+ help: (command, config) => `
9268
9315
  Usage
9269
9316
  $ ${command} [options] <<ECOSYSTEM> <NAME> | <PURL>>
9270
9317
 
9271
9318
  API Token Requirements
9272
- - Quota: 100 units
9273
- - Permissions: packages:list
9319
+ ${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$g}`)}
9274
9320
 
9275
9321
  Options
9276
9322
  ${utils.getFlagListOutput(config.flags)}
@@ -9300,18 +9346,10 @@ const config$l = {
9300
9346
  $ ${command} pkg:golang/github.com/steelpoor/tlsproxy@v0.0.0-20250304082521-29051ed19c60
9301
9347
  $ ${command} nuget/needpluscommonlibrary@1.0.0 --markdown
9302
9348
  `
9303
- };
9304
- const cmdPackageScore = {
9305
- description: config$l.description,
9306
- hidden: config$l.hidden,
9307
- run: run$l
9308
- };
9309
- async function run$l(argv, importMeta, {
9310
- parentName
9311
- }) {
9349
+ };
9312
9350
  const cli = utils.meowOrExit({
9313
9351
  argv,
9314
- config: config$l,
9352
+ config,
9315
9353
  importMeta,
9316
9354
  parentName
9317
9355
  });
@@ -9416,7 +9454,7 @@ function outputPurlsShallowScore(purls, result, outputKind) {
9416
9454
  const txt = generateTextReport(rows, missing);
9417
9455
  logger.logger.log(txt);
9418
9456
  }
9419
- function formatReportCard(artifact, color) {
9457
+ function formatReportCard(artifact, colorize) {
9420
9458
  const scoreResult = {
9421
9459
  'Supply Chain Risk': Math.floor((artifact.score?.supplyChain ?? 0) * 100),
9422
9460
  Maintenance: Math.floor((artifact.score?.maintenance ?? 0) * 100),
@@ -9424,16 +9462,32 @@ function formatReportCard(artifact, color) {
9424
9462
  Vulnerabilities: Math.floor((artifact.score?.vulnerability ?? 0) * 100),
9425
9463
  License: Math.floor((artifact.score?.license ?? 0) * 100)
9426
9464
  };
9427
- const alertString = getAlertString(artifact.alerts, !color);
9465
+ const alertString = getAlertString(artifact.alerts, {
9466
+ colorize
9467
+ });
9428
9468
  if (!artifact.ecosystem) {
9429
9469
  require$$6.debugFn('notice', 'miss: artifact ecosystem', artifact);
9430
9470
  }
9431
9471
  const purl = `pkg:${artifact.ecosystem}/${artifact.name}${artifact.version ? '@' + artifact.version : ''}`;
9432
- return ['Package: ' + (color ? vendor.yoctocolorsCjsExports.bold(purl) : purl), '', ...Object.entries(scoreResult).map(score => `- ${score[0]}:`.padEnd(20, ' ') + ` ${formatScore(score[1], !color, true)}`), alertString].join('\n');
9472
+
9473
+ // Calculate proper padding based on longest label.
9474
+ const maxLabelLength = Math.max(...Object.keys(scoreResult).map(label => label.length));
9475
+ const labelPadding = maxLabelLength + 2; // +2 for ": "
9476
+
9477
+ return ['Package: ' + (colorize ? vendor.yoctocolorsCjsExports.bold(purl) : purl), '', ...Object.entries(scoreResult).map(score => `- ${score[0]}:`.padEnd(labelPadding, ' ') + ` ${formatScore(score[1], {
9478
+ colorize
9479
+ })}`), alertString].join('\n');
9433
9480
  }
9434
- function formatScore(score, noColor = false, pad = false) {
9435
- const padded = String(score).padStart(pad ? 3 : 0, ' ');
9436
- if (noColor) {
9481
+ function formatScore(score, options) {
9482
+ const {
9483
+ colorize,
9484
+ padding = 3
9485
+ } = {
9486
+ __proto__: null,
9487
+ ...options
9488
+ };
9489
+ const padded = String(score).padStart(padding, ' ');
9490
+ if (!colorize) {
9437
9491
  return padded;
9438
9492
  }
9439
9493
  if (score >= 80) {
@@ -9444,9 +9498,15 @@ function formatScore(score, noColor = false, pad = false) {
9444
9498
  }
9445
9499
  return vendor.yoctocolorsCjsExports.red(padded);
9446
9500
  }
9447
- function getAlertString(alerts, noColor = false) {
9501
+ function getAlertString(alerts, options) {
9502
+ const {
9503
+ colorize
9504
+ } = {
9505
+ __proto__: null,
9506
+ ...options
9507
+ };
9448
9508
  if (!alerts.size) {
9449
- return noColor ? `- Alerts: none!` : `- Alerts: ${vendor.yoctocolorsCjsExports.green('none')}!`;
9509
+ return `- Alerts: ${colorize ? vendor.yoctocolorsCjsExports.green('none') : 'none'}!`;
9450
9510
  }
9451
9511
  const o = Array.from(alerts.values());
9452
9512
  const bad = o.filter(alert => alert.severity !== 'low' && alert.severity !== 'middle').sort((a, b) => a.type < b.type ? -1 : a.type > b.type ? 1 : 0);
@@ -9456,10 +9516,11 @@ function getAlertString(alerts, noColor = false) {
9456
9516
  // We need to create the no-color string regardless because the actual string
9457
9517
  // contains a bunch of invisible ANSI chars which would screw up length checks.
9458
9518
  const colorless = `- Alerts (${bad.length}/${mid.length.toString()}/${low.length}):`;
9459
- if (noColor) {
9460
- return colorless + ' '.repeat(Math.max(0, 20 - colorless.length)) + ' ' + [bad.map(alert => `[${alert.severity}] ` + alert.type).join(', '), mid.map(alert => `[${alert.severity}] ` + alert.type).join(', '), low.map(alert => `[${alert.severity}] ` + alert.type).join(', ')].filter(Boolean).join(', ');
9519
+ const padding = ` ${' '.repeat(Math.max(0, 20 - colorless.length))}`;
9520
+ if (colorize) {
9521
+ return `- Alerts (${vendor.yoctocolorsCjsExports.red(bad.length.toString())}/${vendor.yoctocolorsCjsExports.yellow(mid.length.toString())}/${low.length}):` + padding + [bad.map(a => vendor.yoctocolorsCjsExports.red(`${vendor.yoctocolorsCjsExports.dim(`[${a.severity}] `)}${a.type}`)).join(', '), mid.map(a => vendor.yoctocolorsCjsExports.yellow(`${vendor.yoctocolorsCjsExports.dim(`[${a.severity}] `)}${a.type}`)).join(', '), low.map(a => `${vendor.yoctocolorsCjsExports.dim(`[${a.severity}] `)}${a.type}`).join(', ')].filter(Boolean).join(', ');
9461
9522
  }
9462
- return `- Alerts (${vendor.yoctocolorsCjsExports.red(bad.length.toString())}/${vendor.yoctocolorsCjsExports.yellow(mid.length.toString())}/${low.length}):` + ' '.repeat(Math.max(0, 20 - colorless.length)) + ' ' + [bad.map(alert => vendor.yoctocolorsCjsExports.red(vendor.yoctocolorsCjsExports.dim(`[${alert.severity}] `) + alert.type)).join(', '), mid.map(alert => vendor.yoctocolorsCjsExports.yellow(vendor.yoctocolorsCjsExports.dim(`[${alert.severity}] `) + alert.type)).join(', '), low.map(alert => vendor.yoctocolorsCjsExports.dim(`[${alert.severity}] `) + alert.type).join(', ')].filter(Boolean).join(', ');
9523
+ return colorless + padding + [bad.map(a => `[${a.severity}] ${a.type}`).join(', '), mid.map(a => `[${a.severity}] ${a.type}`).join(', '), low.map(a => `[${a.severity}] ${a.type}`).join(', ')].filter(Boolean).join(', ');
9463
9524
  }
9464
9525
  function preProcess(artifacts, requestedPurls) {
9465
9526
  // Dedupe results (for example, pypi will emit one package for each system release (win/mac/cpu) even if it's
@@ -9616,21 +9677,38 @@ async function handlePurlsShallowScore({
9616
9677
  const {
9617
9678
  DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$k
9618
9679
  } = constants;
9619
- const config$k = {
9620
- commandName: 'shallow',
9621
- description: 'Look up info regarding one or more packages but not their transitives',
9622
- hidden: false,
9623
- flags: {
9624
- ...flags.commonFlags,
9625
- ...flags.outputFlags
9680
+ const CMD_NAME$f = 'shallow';
9681
+ const description$j = 'Look up info regarding one or more packages but not their transitives';
9682
+ const hidden$f = false;
9683
+ const cmdPackageShallow = {
9684
+ description: description$j,
9685
+ hidden: hidden$f,
9686
+ alias: {
9687
+ shallowScore: {
9688
+ description: description$j,
9689
+ hidden: true,
9690
+ argv: []
9691
+ }
9626
9692
  },
9627
- help: (command, config) => `
9693
+ run: run$k
9694
+ };
9695
+ async function run$k(argv, importMeta, {
9696
+ parentName
9697
+ }) {
9698
+ const config = {
9699
+ commandName: CMD_NAME$f,
9700
+ description: description$j,
9701
+ hidden: hidden$f,
9702
+ flags: {
9703
+ ...flags.commonFlags,
9704
+ ...flags.outputFlags
9705
+ },
9706
+ help: (command, config) => `
9628
9707
  Usage
9629
9708
  $ ${command} [options] <<ECOSYSTEM> <PKGNAME> [<PKGNAME> ...] | <PURL> [<PURL> ...]>
9630
9709
 
9631
9710
  API Token Requirements
9632
- - Quota: 100 units
9633
- - Permissions: packages:list
9711
+ ${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$f}`)}
9634
9712
 
9635
9713
  Options
9636
9714
  ${utils.getFlagListOutput(config.flags)}
@@ -9659,25 +9737,10 @@ const config$k = {
9659
9737
  $ ${command} npm/webtorrent golang/babel
9660
9738
  $ ${command} npm npm/webtorrent@1.0.1 babel
9661
9739
  `
9662
- };
9663
- const cmdPackageShallow = {
9664
- description: config$k.description,
9665
- hidden: config$k.hidden,
9666
- alias: {
9667
- shallowScore: {
9668
- description: config$k.description,
9669
- hidden: true,
9670
- argv: []
9671
- }
9672
- },
9673
- run: run$k
9674
- };
9675
- async function run$k(argv, importMeta, {
9676
- parentName
9677
- }) {
9740
+ };
9678
9741
  const cli = utils.meowOrExit({
9679
9742
  argv,
9680
- config: config$k,
9743
+ config,
9681
9744
  importMeta,
9682
9745
  parentName
9683
9746
  });
@@ -9719,9 +9782,9 @@ async function run$k(argv, importMeta, {
9719
9782
  });
9720
9783
  }
9721
9784
 
9722
- const description$3 = 'Look up published package details';
9785
+ const description$i = 'Look up published package details';
9723
9786
  const cmdPackage = {
9724
- description: description$3,
9787
+ description: description$i,
9725
9788
  hidden: false,
9726
9789
  async run(argv, importMeta, {
9727
9790
  parentName
@@ -9732,13 +9795,13 @@ const cmdPackage = {
9732
9795
  }, {
9733
9796
  aliases: {
9734
9797
  deep: {
9735
- description: description$3,
9798
+ description: description$i,
9736
9799
  hidden: true,
9737
9800
  argv: ['score']
9738
9801
  }
9739
9802
  },
9740
9803
  argv,
9741
- description: description$3,
9804
+ description: description$i,
9742
9805
  importMeta,
9743
9806
  name: `${parentName} package`
9744
9807
  });
@@ -9766,7 +9829,7 @@ async function runRawNpm(argv) {
9766
9829
  const {
9767
9830
  DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$j
9768
9831
  } = constants;
9769
- const config$j = {
9832
+ const config$4 = {
9770
9833
  commandName: 'raw-npm',
9771
9834
  description: 'Run npm without the Socket wrapper',
9772
9835
  hidden: false,
@@ -9777,20 +9840,20 @@ const config$j = {
9777
9840
  Usage
9778
9841
  $ ${command} ...
9779
9842
 
9780
- This does the opposite of \`socket npm\`: it will execute the real \`npm\`
9781
- command without Socket. This can be useful when you have the wrapper on
9782
- and want to install a certain package anyways. Use at your own risk.
9843
+ Execute \`npm\` without gating installs through the Socket API.
9844
+ Useful when \`socket wrapper on\` is enabled and you want to bypass
9845
+ the Socket wrapper. Use at your own risk.
9783
9846
 
9784
- Note: Everything after "raw-npm" is sent straight to the npm command.
9785
- Only the \`--dryRun\` and \`--help\` flags are caught here.
9847
+ Note: Everything after "raw-npm" is passed to the npm command.
9848
+ Only the \`--dry-run\` and \`--help\` flags are caught here.
9786
9849
 
9787
9850
  Examples
9788
- $ ${command} install -g socket
9851
+ $ ${command} install -g cowsay
9789
9852
  `
9790
9853
  };
9791
9854
  const cmdRawNpm = {
9792
- description: config$j.description,
9793
- hidden: config$j.hidden,
9855
+ description: config$4.description,
9856
+ hidden: config$4.hidden,
9794
9857
  run: run$j
9795
9858
  };
9796
9859
  async function run$j(argv, importMeta, {
@@ -9798,7 +9861,7 @@ async function run$j(argv, importMeta, {
9798
9861
  }) {
9799
9862
  const cli = utils.meowOrExit({
9800
9863
  argv,
9801
- config: config$j,
9864
+ config: config$4,
9802
9865
  importMeta,
9803
9866
  parentName
9804
9867
  });
@@ -9831,7 +9894,7 @@ async function runRawNpx(argv) {
9831
9894
  const {
9832
9895
  DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$i
9833
9896
  } = constants;
9834
- const config$i = {
9897
+ const config$3 = {
9835
9898
  commandName: 'raw-npx',
9836
9899
  description: 'Run npx without the Socket wrapper',
9837
9900
  hidden: false,
@@ -9842,20 +9905,20 @@ const config$i = {
9842
9905
  Usage
9843
9906
  $ ${command} ...
9844
9907
 
9845
- This does the opposite of \`socket npx\`: it will execute the real \`npx\`
9846
- command without Socket. This can be useful when you have the wrapper on
9847
- and want to run a certain package anyways. Use at your own risk.
9908
+ Execute \`npx\` without gating installs through the Socket API.
9909
+ Useful when \`socket wrapper on\` is enabled and you want to bypass
9910
+ the Socket wrapper. Use at your own risk.
9848
9911
 
9849
- Note: Everything after "raw-npx" is sent straight to the npx command.
9850
- Only the \`--dryRun\` and \`--help\` flags are caught here.
9912
+ Note: Everything after "raw-npx" is passed to the npx command.
9913
+ Only the \`--dry-run\` and \`--help\` flags are caught here.
9851
9914
 
9852
9915
  Examples
9853
- $ ${command} prettier
9916
+ $ ${command} cowsay
9854
9917
  `
9855
9918
  };
9856
9919
  const cmdRawNpx = {
9857
- description: config$i.description,
9858
- hidden: config$i.hidden,
9920
+ description: config$3.description,
9921
+ hidden: config$3.hidden,
9859
9922
  run: run$i
9860
9923
  };
9861
9924
  async function run$i(argv, importMeta, {
@@ -9863,7 +9926,7 @@ async function run$i(argv, importMeta, {
9863
9926
  }) {
9864
9927
  const cli = utils.meowOrExit({
9865
9928
  argv,
9866
- config: config$i,
9929
+ config: config$3,
9867
9930
  importMeta,
9868
9931
  parentName
9869
9932
  });
@@ -9946,50 +10009,60 @@ async function handleCreateRepo({
9946
10009
  const {
9947
10010
  DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$h
9948
10011
  } = constants;
9949
- const config$h = {
9950
- commandName: 'create',
9951
- description: 'Create a repository in an organization',
9952
- hidden: false,
9953
- flags: {
9954
- ...flags.commonFlags,
9955
- ...flags.outputFlags,
9956
- defaultBranch: {
9957
- type: 'string',
9958
- default: 'main',
9959
- description: 'Repository default branch. Defaults to "main"'
9960
- },
9961
- homepage: {
9962
- type: 'string',
9963
- default: '',
9964
- description: 'Repository url'
9965
- },
9966
- interactive: {
9967
- type: 'boolean',
9968
- default: true,
9969
- description: 'Allow for interactive elements, asking for input. Use --no-interactive to prevent any input questions, defaulting them to cancel/no.'
9970
- },
9971
- org: {
9972
- type: 'string',
9973
- description: 'Force override the organization slug, overrides the default org from config'
9974
- },
9975
- repoDescription: {
9976
- type: 'string',
9977
- default: '',
9978
- description: 'Repository description'
10012
+ const CMD_NAME$e = 'create';
10013
+ const description$h = 'Create a repository in an organization';
10014
+ const hidden$e = false;
10015
+ const cmdRepositoryCreate = {
10016
+ description: description$h,
10017
+ hidden: hidden$e,
10018
+ run: run$h
10019
+ };
10020
+ async function run$h(argv, importMeta, {
10021
+ parentName
10022
+ }) {
10023
+ const config = {
10024
+ commandName: CMD_NAME$e,
10025
+ description: description$h,
10026
+ hidden: hidden$e,
10027
+ flags: {
10028
+ ...flags.commonFlags,
10029
+ ...flags.outputFlags,
10030
+ defaultBranch: {
10031
+ type: 'string',
10032
+ default: 'main',
10033
+ description: 'Repository default branch. Defaults to "main"'
10034
+ },
10035
+ homepage: {
10036
+ type: 'string',
10037
+ default: '',
10038
+ description: 'Repository url'
10039
+ },
10040
+ interactive: {
10041
+ type: 'boolean',
10042
+ default: true,
10043
+ description: 'Allow for interactive elements, asking for input. Use --no-interactive to prevent any input questions, defaulting them to cancel/no.'
10044
+ },
10045
+ org: {
10046
+ type: 'string',
10047
+ description: 'Force override the organization slug, overrides the default org from config'
10048
+ },
10049
+ repoDescription: {
10050
+ type: 'string',
10051
+ default: '',
10052
+ description: 'Repository description'
10053
+ },
10054
+ visibility: {
10055
+ type: 'string',
10056
+ default: 'private',
10057
+ description: 'Repository visibility (Default Private)'
10058
+ }
9979
10059
  },
9980
- visibility: {
9981
- type: 'string',
9982
- default: 'private',
9983
- description: 'Repository visibility (Default Private)'
9984
- }
9985
- },
9986
- help: (command, config) => `
10060
+ help: (command, config) => `
9987
10061
  Usage
9988
10062
  $ ${command} [options] <REPO>
9989
10063
 
9990
10064
  API Token Requirements
9991
- - Quota: 1 unit
9992
- - Permissions: repo:create
10065
+ ${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$e}`)}
9993
10066
 
9994
10067
  The REPO name should be a "slug". Follows the same naming convention as GitHub.
9995
10068
 
@@ -10000,18 +10073,10 @@ const config$h = {
10000
10073
  $ ${command} test-repo
10001
10074
  $ ${command} our-repo --homepage=socket.dev --default-branch=trunk
10002
10075
  `
10003
- };
10004
- const cmdRepositoryCreate = {
10005
- description: config$h.description,
10006
- hidden: config$h.hidden,
10007
- run: run$h
10008
- };
10009
- async function run$h(argv, importMeta, {
10010
- parentName
10011
- }) {
10076
+ };
10012
10077
  const cli = utils.meowOrExit({
10013
10078
  argv,
10014
- config: config$h,
10079
+ config,
10015
10080
  importMeta,
10016
10081
  parentName
10017
10082
  });
@@ -10104,30 +10169,40 @@ async function handleDeleteRepo(orgSlug, repoName, outputKind) {
10104
10169
  const {
10105
10170
  DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$g
10106
10171
  } = constants;
10107
- const config$g = {
10108
- commandName: 'del',
10109
- description: 'Delete a repository in an organization',
10110
- hidden: false,
10111
- flags: {
10112
- ...flags.commonFlags,
10113
- ...flags.outputFlags,
10114
- interactive: {
10115
- type: 'boolean',
10116
- default: true,
10117
- description: 'Allow for interactive elements, asking for input. Use --no-interactive to prevent any input questions, defaulting them to cancel/no.'
10172
+ const CMD_NAME$d = 'del';
10173
+ const description$g = 'Delete a repository in an organization';
10174
+ const hidden$d = false;
10175
+ const cmdRepositoryDel = {
10176
+ description: description$g,
10177
+ hidden: hidden$d,
10178
+ run: run$g
10179
+ };
10180
+ async function run$g(argv, importMeta, {
10181
+ parentName
10182
+ }) {
10183
+ const config = {
10184
+ commandName: CMD_NAME$d,
10185
+ description: description$g,
10186
+ hidden: hidden$d,
10187
+ flags: {
10188
+ ...flags.commonFlags,
10189
+ ...flags.outputFlags,
10190
+ interactive: {
10191
+ type: 'boolean',
10192
+ default: true,
10193
+ description: 'Allow for interactive elements, asking for input. Use --no-interactive to prevent any input questions, defaulting them to cancel/no.'
10194
+ },
10195
+ org: {
10196
+ type: 'string',
10197
+ description: 'Force override the organization slug, overrides the default org from config'
10198
+ }
10118
10199
  },
10119
- org: {
10120
- type: 'string',
10121
- description: 'Force override the organization slug, overrides the default org from config'
10122
- }
10123
- },
10124
- help: (command, config) => `
10200
+ help: (command, config) => `
10125
10201
  Usage
10126
10202
  $ ${command} [options] <REPO>
10127
10203
 
10128
10204
  API Token Requirements
10129
- - Quota: 1 unit
10130
- - Permissions: repo:delete
10205
+ ${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$d}`)}
10131
10206
 
10132
10207
  Options
10133
10208
  ${utils.getFlagListOutput(config.flags)}
@@ -10135,18 +10210,10 @@ const config$g = {
10135
10210
  Examples
10136
10211
  $ ${command} test-repo
10137
10212
  `
10138
- };
10139
- const cmdRepositoryDel = {
10140
- description: config$g.description,
10141
- hidden: config$g.hidden,
10142
- run: run$g
10143
- };
10144
- async function run$g(argv, importMeta, {
10145
- parentName
10146
- }) {
10213
+ };
10147
10214
  const cli = utils.meowOrExit({
10148
10215
  argv,
10149
- config: config$g,
10216
+ config,
10150
10217
  importMeta,
10151
10218
  parentName
10152
10219
  });
@@ -10366,58 +10433,68 @@ async function handleListRepos({
10366
10433
  const {
10367
10434
  DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$f
10368
10435
  } = constants;
10369
- const config$f = {
10370
- commandName: 'list',
10371
- description: 'List repositories in an organization',
10372
- hidden: false,
10373
- flags: {
10374
- ...flags.commonFlags,
10375
- ...flags.outputFlags,
10376
- all: {
10377
- type: 'boolean',
10378
- default: false,
10379
- description: 'By default view shows the last n repos. This flag allows you to fetch the entire list. Will ignore --page and --perPage.'
10380
- },
10381
- direction: {
10382
- type: 'string',
10383
- default: 'desc',
10384
- description: 'Direction option'
10385
- },
10386
- interactive: {
10387
- type: 'boolean',
10388
- default: true,
10389
- description: 'Allow for interactive elements, asking for input. Use --no-interactive to prevent any input questions, defaulting them to cancel/no.'
10390
- },
10391
- org: {
10392
- type: 'string',
10393
- description: 'Force override the organization slug, overrides the default org from config'
10394
- },
10395
- perPage: {
10396
- type: 'number',
10397
- shortFlag: 'pp',
10398
- default: 30,
10399
- description: 'Number of results per page'
10400
- },
10401
- page: {
10402
- type: 'number',
10403
- shortFlag: 'p',
10404
- default: 1,
10405
- description: 'Page number'
10436
+ const CMD_NAME$c = 'list';
10437
+ const description$f = 'List repositories in an organization';
10438
+ const hidden$c = false;
10439
+ const cmdRepositoryList = {
10440
+ description: description$f,
10441
+ hidden: hidden$c,
10442
+ run: run$f
10443
+ };
10444
+ async function run$f(argv, importMeta, {
10445
+ parentName
10446
+ }) {
10447
+ const config = {
10448
+ commandName: CMD_NAME$c,
10449
+ description: description$f,
10450
+ hidden: hidden$c,
10451
+ flags: {
10452
+ ...flags.commonFlags,
10453
+ ...flags.outputFlags,
10454
+ all: {
10455
+ type: 'boolean',
10456
+ default: false,
10457
+ description: 'By default view shows the last n repos. This flag allows you to fetch the entire list. Will ignore --page and --per-page.'
10458
+ },
10459
+ direction: {
10460
+ type: 'string',
10461
+ default: 'desc',
10462
+ description: 'Direction option'
10463
+ },
10464
+ interactive: {
10465
+ type: 'boolean',
10466
+ default: true,
10467
+ description: 'Allow for interactive elements, asking for input. Use --no-interactive to prevent any input questions, defaulting them to cancel/no.'
10468
+ },
10469
+ org: {
10470
+ type: 'string',
10471
+ description: 'Force override the organization slug, overrides the default org from config'
10472
+ },
10473
+ perPage: {
10474
+ type: 'number',
10475
+ shortFlag: 'pp',
10476
+ default: 30,
10477
+ description: 'Number of results per page'
10478
+ },
10479
+ page: {
10480
+ type: 'number',
10481
+ shortFlag: 'p',
10482
+ default: 1,
10483
+ description: 'Page number'
10484
+ },
10485
+ sort: {
10486
+ type: 'string',
10487
+ shortFlag: 's',
10488
+ default: 'created_at',
10489
+ description: 'Sorting option'
10490
+ }
10406
10491
  },
10407
- sort: {
10408
- type: 'string',
10409
- shortFlag: 's',
10410
- default: 'created_at',
10411
- description: 'Sorting option'
10412
- }
10413
- },
10414
- help: (command, config) => `
10492
+ help: (command, config) => `
10415
10493
  Usage
10416
10494
  $ ${command} [options]
10417
10495
 
10418
10496
  API Token Requirements
10419
- - Quota: 1 unit
10420
- - Permissions: repo:list
10497
+ ${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$c}`)}
10421
10498
 
10422
10499
  Options
10423
10500
  ${utils.getFlagListOutput(config.flags)}
@@ -10426,18 +10503,10 @@ const config$f = {
10426
10503
  $ ${command}
10427
10504
  $ ${command} --json
10428
10505
  `
10429
- };
10430
- const cmdRepositoryList = {
10431
- description: config$f.description,
10432
- hidden: config$f.hidden,
10433
- run: run$f
10434
- };
10435
- async function run$f(argv, importMeta, {
10436
- parentName
10437
- }) {
10506
+ };
10438
10507
  const cli = utils.meowOrExit({
10439
10508
  argv,
10440
- config: config$f,
10509
+ config,
10441
10510
  importMeta,
10442
10511
  parentName
10443
10512
  });
@@ -10564,54 +10633,64 @@ async function handleUpdateRepo({
10564
10633
  const {
10565
10634
  DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$e
10566
10635
  } = constants;
10567
- const config$e = {
10568
- commandName: 'update',
10569
- description: 'Update a repository in an organization',
10570
- hidden: false,
10571
- flags: {
10572
- ...flags.commonFlags,
10573
- ...flags.outputFlags,
10574
- defaultBranch: {
10575
- type: 'string',
10576
- shortFlag: 'b',
10577
- default: 'main',
10578
- description: 'Repository default branch'
10579
- },
10580
- homepage: {
10581
- type: 'string',
10582
- shortFlag: 'h',
10583
- default: '',
10584
- description: 'Repository url'
10585
- },
10586
- interactive: {
10587
- type: 'boolean',
10588
- default: true,
10589
- description: 'Allow for interactive elements, asking for input. Use --no-interactive to prevent any input questions, defaulting them to cancel/no.'
10590
- },
10591
- org: {
10592
- type: 'string',
10593
- description: 'Force override the organization slug, overrides the default org from config'
10594
- },
10595
- repoDescription: {
10596
- type: 'string',
10597
- shortFlag: 'd',
10598
- default: '',
10599
- description: 'Repository description'
10636
+ const CMD_NAME$b = 'update';
10637
+ const description$e = 'Update a repository in an organization';
10638
+ const hidden$b = false;
10639
+ const cmdRepositoryUpdate = {
10640
+ description: description$e,
10641
+ hidden: hidden$b,
10642
+ run: run$e
10643
+ };
10644
+ async function run$e(argv, importMeta, {
10645
+ parentName
10646
+ }) {
10647
+ const config = {
10648
+ commandName: CMD_NAME$b,
10649
+ description: description$e,
10650
+ hidden: hidden$b,
10651
+ flags: {
10652
+ ...flags.commonFlags,
10653
+ ...flags.outputFlags,
10654
+ defaultBranch: {
10655
+ type: 'string',
10656
+ shortFlag: 'b',
10657
+ default: 'main',
10658
+ description: 'Repository default branch'
10659
+ },
10660
+ homepage: {
10661
+ type: 'string',
10662
+ shortFlag: 'h',
10663
+ default: '',
10664
+ description: 'Repository url'
10665
+ },
10666
+ interactive: {
10667
+ type: 'boolean',
10668
+ default: true,
10669
+ description: 'Allow for interactive elements, asking for input. Use --no-interactive to prevent any input questions, defaulting them to cancel/no.'
10670
+ },
10671
+ org: {
10672
+ type: 'string',
10673
+ description: 'Force override the organization slug, overrides the default org from config'
10674
+ },
10675
+ repoDescription: {
10676
+ type: 'string',
10677
+ shortFlag: 'd',
10678
+ default: '',
10679
+ description: 'Repository description'
10680
+ },
10681
+ visibility: {
10682
+ type: 'string',
10683
+ shortFlag: 'v',
10684
+ default: 'private',
10685
+ description: 'Repository visibility (Default Private)'
10686
+ }
10600
10687
  },
10601
- visibility: {
10602
- type: 'string',
10603
- shortFlag: 'v',
10604
- default: 'private',
10605
- description: 'Repository visibility (Default Private)'
10606
- }
10607
- },
10608
- help: (command, config) => `
10688
+ help: (command, config) => `
10609
10689
  Usage
10610
10690
  $ ${command} [options] <REPO>
10611
10691
 
10612
10692
  API Token Requirements
10613
- - Quota: 1 unit
10614
- - Permissions: repo:update
10693
+ ${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$b}`)}
10615
10694
 
10616
10695
  Options
10617
10696
  ${utils.getFlagListOutput(config.flags)}
@@ -10620,18 +10699,10 @@ const config$e = {
10620
10699
  $ ${command} test-repo
10621
10700
  $ ${command} test-repo --homepage https://example.com
10622
10701
  `
10623
- };
10624
- const cmdRepositoryUpdate = {
10625
- description: config$e.description,
10626
- hidden: config$e.hidden,
10627
- run: run$e
10628
- };
10629
- async function run$e(argv, importMeta, {
10630
- parentName
10631
- }) {
10702
+ };
10632
10703
  const cli = utils.meowOrExit({
10633
10704
  argv,
10634
- config: config$e,
10705
+ config,
10635
10706
  importMeta,
10636
10707
  parentName
10637
10708
  });
@@ -10749,30 +10820,40 @@ async function handleViewRepo(orgSlug, repoName, outputKind) {
10749
10820
  const {
10750
10821
  DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$d
10751
10822
  } = constants;
10752
- const config$d = {
10753
- commandName: 'view',
10754
- description: 'View repositories in an organization',
10755
- hidden: false,
10756
- flags: {
10757
- ...flags.commonFlags,
10758
- ...flags.outputFlags,
10759
- interactive: {
10760
- type: 'boolean',
10761
- default: true,
10762
- description: 'Allow for interactive elements, asking for input. Use --no-interactive to prevent any input questions, defaulting them to cancel/no.'
10823
+ const CMD_NAME$a = 'view';
10824
+ const description$d = 'View repositories in an organization';
10825
+ const hidden$a = false;
10826
+ const cmdRepositoryView = {
10827
+ description: description$d,
10828
+ hidden: hidden$a,
10829
+ run: run$d
10830
+ };
10831
+ async function run$d(argv, importMeta, {
10832
+ parentName
10833
+ }) {
10834
+ const config = {
10835
+ commandName: CMD_NAME$a,
10836
+ description: description$d,
10837
+ hidden: hidden$a,
10838
+ flags: {
10839
+ ...flags.commonFlags,
10840
+ ...flags.outputFlags,
10841
+ interactive: {
10842
+ type: 'boolean',
10843
+ default: true,
10844
+ description: 'Allow for interactive elements, asking for input. Use --no-interactive to prevent any input questions, defaulting them to cancel/no.'
10845
+ },
10846
+ org: {
10847
+ type: 'string',
10848
+ description: 'Force override the organization slug, overrides the default org from config'
10849
+ }
10763
10850
  },
10764
- org: {
10765
- type: 'string',
10766
- description: 'Force override the organization slug, overrides the default org from config'
10767
- }
10768
- },
10769
- help: (command, config) => `
10851
+ help: (command, config) => `
10770
10852
  Usage
10771
10853
  $ ${command} [options] <REPO>
10772
10854
 
10773
10855
  API Token Requirements
10774
- - Quota: 1 unit
10775
- - Permissions: repo:list
10856
+ ${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$a}`)}
10776
10857
 
10777
10858
  Options
10778
10859
  ${utils.getFlagListOutput(config.flags)}
@@ -10781,18 +10862,10 @@ const config$d = {
10781
10862
  $ ${command} test-repo
10782
10863
  $ ${command} test-repo --json
10783
10864
  `
10784
- };
10785
- const cmdRepositoryView = {
10786
- description: config$d.description,
10787
- hidden: config$d.hidden,
10788
- run: run$d
10789
- };
10790
- async function run$d(argv, importMeta, {
10791
- parentName
10792
- }) {
10865
+ };
10793
10866
  const cli = utils.meowOrExit({
10794
10867
  argv,
10795
- config: config$d,
10868
+ config,
10796
10869
  importMeta,
10797
10870
  parentName
10798
10871
  });
@@ -10843,9 +10916,9 @@ async function run$d(argv, importMeta, {
10843
10916
  await handleViewRepo(orgSlug, String(repoName), outputKind);
10844
10917
  }
10845
10918
 
10846
- const description$2 = 'Manage registered repositories';
10919
+ const description$c = 'Manage registered repositories';
10847
10920
  const cmdRepository = {
10848
- description: description$2,
10921
+ description: description$c,
10849
10922
  async run(argv, importMeta, {
10850
10923
  parentName
10851
10924
  }) {
@@ -10857,7 +10930,7 @@ const cmdRepository = {
10857
10930
  update: cmdRepositoryUpdate
10858
10931
  }, {
10859
10932
  argv,
10860
- description: description$2,
10933
+ description: description$c,
10861
10934
  importMeta,
10862
10935
  name: `${parentName} repository`
10863
10936
  });
@@ -10911,10 +10984,11 @@ async function suggestTarget() {
10911
10984
  }
10912
10985
 
10913
10986
  const {
10914
- DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$c,
10915
- SOCKET_DEFAULT_BRANCH: SOCKET_DEFAULT_BRANCH$1,
10916
- SOCKET_DEFAULT_REPOSITORY: SOCKET_DEFAULT_REPOSITORY$1
10987
+ DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$c
10917
10988
  } = constants;
10989
+ const CMD_NAME$9 = 'create';
10990
+ const description$b = 'Create a new Socket scan and report';
10991
+ const hidden$9 = false;
10918
10992
  const generalFlags$1 = {
10919
10993
  ...flags.commonFlags,
10920
10994
  ...flags.outputFlags,
@@ -10962,7 +11036,7 @@ const generalFlags$1 = {
10962
11036
  pullRequest: {
10963
11037
  type: 'number',
10964
11038
  shortFlag: 'pr',
10965
- description: 'Commit hash'
11039
+ description: 'Pull request number'
10966
11040
  },
10967
11041
  org: {
10968
11042
  type: 'string',
@@ -11000,22 +11074,29 @@ const generalFlags$1 = {
11000
11074
  description: 'Set the visibility (true/false) of the scan in your dashboard.'
11001
11075
  }
11002
11076
  };
11003
- const config$c = {
11004
- commandName: 'create',
11005
- description: 'Create a new Socket scan and report',
11006
- hidden: false,
11007
- flags: {
11008
- ...generalFlags$1,
11009
- ...reachabilityFlags
11010
- },
11011
- // TODO: Your project's "socket.yml" file's "projectIgnorePaths".
11012
- help: command => `
11077
+ const cmdScanCreate = {
11078
+ description: description$b,
11079
+ hidden: hidden$9,
11080
+ run: run$c
11081
+ };
11082
+ async function run$c(argv, importMeta, {
11083
+ parentName
11084
+ }) {
11085
+ const config = {
11086
+ commandName: CMD_NAME$9,
11087
+ description: description$b,
11088
+ hidden: hidden$9,
11089
+ flags: {
11090
+ ...generalFlags$1,
11091
+ ...reachabilityFlags
11092
+ },
11093
+ // TODO: Your project's "socket.yml" file's "projectIgnorePaths".
11094
+ help: command => `
11013
11095
  Usage
11014
11096
  $ ${command} [options] [TARGET...]
11015
11097
 
11016
11098
  API Token Requirements
11017
- - Quota: 1 unit
11018
- - Permissions: full-scans:create
11099
+ ${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$9}`)}
11019
11100
 
11020
11101
  Options
11021
11102
  ${utils.getFlagListOutput(generalFlags$1)}
@@ -11041,14 +11122,14 @@ const config$c = {
11041
11122
  The --repo and --branch flags tell Socket to associate this Scan with that
11042
11123
  repo/branch. The names will show up on your dashboard on the Socket website.
11043
11124
 
11044
- Note: for a first run you probably want to set --defaultBranch to indicate
11125
+ Note: for a first run you probably want to set --default-branch to indicate
11045
11126
  the default branch name, like "main" or "master".
11046
11127
 
11047
11128
  The "alerts page" (https://socket.dev/dashboard/org/YOURORG/alerts) will show
11048
11129
  the results from the last scan designated as the "pending head" on the branch
11049
11130
  configured on Socket to be the "default branch". When creating a scan the
11050
- --setAsAlertsPage flag will default to true to update this. You can prevent
11051
- this by using --no-setAsAlertsPage. This flag is ignored for any branch that
11131
+ --set-as-alerts-page flag will default to true to update this. You can prevent
11132
+ this by using --no-set-as-alerts-page. This flag is ignored for any branch that
11052
11133
  is not designated as the "default branch". It is disabled when using --tmp.
11053
11134
 
11054
11135
  You can use \`socket scan setup\` to configure certain repo flag defaults.
@@ -11058,18 +11139,10 @@ const config$c = {
11058
11139
  $ ${command} ./proj --json
11059
11140
  $ ${command} --repo=test-repo --branch=main ./package.json
11060
11141
  `
11061
- };
11062
- const cmdScanCreate = {
11063
- description: config$c.description,
11064
- hidden: config$c.hidden,
11065
- run: run$c
11066
- };
11067
- async function run$c(argv, importMeta, {
11068
- parentName
11069
- }) {
11142
+ };
11070
11143
  const cli = utils.meowOrExit({
11071
11144
  argv,
11072
- config: config$c,
11145
+ config,
11073
11146
  importMeta,
11074
11147
  parentName
11075
11148
  });
@@ -11122,7 +11195,7 @@ async function run$c(argv, importMeta, {
11122
11195
  if (typeof autoManifest !== 'boolean') {
11123
11196
  if (sockJson.defaults?.scan?.create?.autoManifest !== undefined) {
11124
11197
  autoManifest = sockJson.defaults.scan.create.autoManifest;
11125
- logger.logger.info('Using default --autoManifest from socket.json:', autoManifest);
11198
+ logger.logger.info('Using default --auto-manifest from socket.json:', autoManifest);
11126
11199
  } else {
11127
11200
  autoManifest = false;
11128
11201
  }
@@ -11132,7 +11205,7 @@ async function run$c(argv, importMeta, {
11132
11205
  branchName = sockJson.defaults.scan.create.branch;
11133
11206
  logger.logger.info('Using default --branch from socket.json:', branchName);
11134
11207
  } else {
11135
- branchName = (await utils.gitBranch(cwd)) || SOCKET_DEFAULT_BRANCH$1;
11208
+ branchName = (await utils.gitBranch(cwd)) || (await utils.detectDefaultBranch(cwd));
11136
11209
  }
11137
11210
  }
11138
11211
  if (!repoName) {
@@ -11140,7 +11213,7 @@ async function run$c(argv, importMeta, {
11140
11213
  repoName = sockJson.defaults.scan.create.repo;
11141
11214
  logger.logger.info('Using default --repo from socket.json:', repoName);
11142
11215
  } else {
11143
- repoName = (await utils.getRepoName(cwd)) || SOCKET_DEFAULT_REPOSITORY$1;
11216
+ repoName = await utils.getRepoName(cwd);
11144
11217
  }
11145
11218
  }
11146
11219
  if (typeof report !== 'boolean') {
@@ -11195,7 +11268,7 @@ async function run$c(argv, importMeta, {
11195
11268
  }
11196
11269
  const detected = await detectManifestActions(sockJson, cwd);
11197
11270
  if (detected.count > 0 && !autoManifest) {
11198
- logger.logger.info(`Detected ${detected.count} manifest targets we could try to generate. Please set the --autoManifest flag if you want to include languages covered by \`socket manifest auto\` in the Scan.`);
11271
+ logger.logger.info(`Detected ${detected.count} manifest targets we could try to generate. Please set the --auto-manifest flag if you want to include languages covered by \`socket manifest auto\` in the Scan.`);
11199
11272
  }
11200
11273
  if (updatedInput && orgSlug && targets.length) {
11201
11274
  logger.logger.info('Note: You can invoke this command next time to skip the interactive questions:');
@@ -11206,6 +11279,14 @@ async function run$c(argv, importMeta, {
11206
11279
  logger.logger.info('You can also run `socket scan setup` to persist these flag defaults to a socket.json file.');
11207
11280
  logger.logger.error('');
11208
11281
  }
11282
+
11283
+ // Validation helpers for better readability.
11284
+ const hasReachEcosystems = reachEcosystems.length > 0;
11285
+ const hasReachExcludePaths = reachExcludePaths.length > 0;
11286
+ const isUsingNonDefaultMemoryLimit = reachAnalysisMemoryLimit !== reachabilityFlags['reachAnalysisMemoryLimit']?.default;
11287
+ const isUsingNonDefaultTimeout = reachAnalysisTimeout !== reachabilityFlags['reachAnalysisTimeout']?.default;
11288
+ const isUsingNonDefaultAnalytics = reachDisableAnalytics !== reachabilityFlags['reachDisableAnalytics']?.default;
11289
+ const isUsingAnyReachabilityFlags = isUsingNonDefaultMemoryLimit || isUsingNonDefaultTimeout || isUsingNonDefaultAnalytics || hasReachEcosystems || hasReachExcludePaths;
11209
11290
  const wasValidInput = utils.checkCommandInput(outputKind, {
11210
11291
  nook: true,
11211
11292
  test: !!orgSlug,
@@ -11225,41 +11306,21 @@ async function run$c(argv, importMeta, {
11225
11306
  test: hasApiToken,
11226
11307
  message: 'This command requires a Socket API token for access',
11227
11308
  fail: 'try `socket login`'
11228
- }, {
11229
- nook: true,
11230
- test: !pendingHead || !!branchName,
11231
- message: 'When --pendingHead is set, --branch is mandatory',
11232
- fail: 'missing branch name'
11233
11309
  }, {
11234
11310
  nook: true,
11235
11311
  test: !defaultBranch || !!branchName,
11236
- message: 'When --defaultBranch is set, --branch is mandatory',
11312
+ message: 'When --default-branch is set, --branch is mandatory',
11237
11313
  fail: 'missing branch name'
11238
11314
  }, {
11239
11315
  nook: true,
11240
- test: reach || reachDisableAnalytics === reachabilityFlags['reachDisableAnalytics']?.default,
11241
- message: 'The --reachDisableAnalytics flag requires --reach to be set',
11242
- fail: 'missing --reach flag'
11243
- }, {
11244
- nook: true,
11245
- test: reach || reachAnalysisMemoryLimit === reachabilityFlags['reachAnalysisMemoryLimit']?.default,
11246
- message: 'The --reachAnalysisMemoryLimit flag requires --reach to be set',
11247
- fail: 'missing --reach flag'
11248
- }, {
11249
- nook: true,
11250
- test: reach || reachAnalysisTimeout === reachabilityFlags['reachAnalysisTimeout']?.default,
11251
- message: 'The --reachAnalysisTimeout flag requires --reach to be set',
11252
- fail: 'missing --reach flag'
11253
- }, {
11254
- nook: true,
11255
- test: reach || !reachEcosystems.length,
11256
- message: 'The --reachEcosystems flag requires --reach to be set',
11257
- fail: 'missing --reach flag'
11316
+ test: !pendingHead || !!branchName,
11317
+ message: 'When --pending-head is set, --branch is mandatory',
11318
+ fail: 'missing branch name'
11258
11319
  }, {
11259
11320
  nook: true,
11260
- test: reach || !reachExcludePaths.length,
11261
- message: 'The --reachExcludePaths flag requires --reach to be set',
11262
- fail: 'missing --reach flag'
11321
+ test: reach || !isUsingAnyReachabilityFlags,
11322
+ message: 'Reachability analysis flags require --reach to be enabled',
11323
+ fail: 'add --reach flag to use --reach-* options'
11263
11324
  });
11264
11325
  if (!wasValidInput) {
11265
11326
  return;
@@ -11337,30 +11398,40 @@ async function handleDeleteScan(orgSlug, scanId, outputKind) {
11337
11398
  const {
11338
11399
  DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$b
11339
11400
  } = constants;
11340
- const config$b = {
11341
- commandName: 'del',
11342
- description: 'Delete a scan',
11343
- hidden: false,
11344
- flags: {
11345
- ...flags.commonFlags,
11346
- ...flags.outputFlags,
11347
- interactive: {
11348
- type: 'boolean',
11349
- default: true,
11350
- description: 'Allow for interactive elements, asking for input. Use --no-interactive to prevent any input questions, defaulting them to cancel/no.'
11401
+ const CMD_NAME$8 = 'del';
11402
+ const description$a = 'Delete a scan';
11403
+ const hidden$8 = false;
11404
+ const cmdScanDel = {
11405
+ description: description$a,
11406
+ hidden: hidden$8,
11407
+ run: run$b
11408
+ };
11409
+ async function run$b(argv, importMeta, {
11410
+ parentName
11411
+ }) {
11412
+ const config = {
11413
+ commandName: CMD_NAME$8,
11414
+ description: description$a,
11415
+ hidden: hidden$8,
11416
+ flags: {
11417
+ ...flags.commonFlags,
11418
+ ...flags.outputFlags,
11419
+ interactive: {
11420
+ type: 'boolean',
11421
+ default: true,
11422
+ description: 'Allow for interactive elements, asking for input. Use --no-interactive to prevent any input questions, defaulting them to cancel/no.'
11423
+ },
11424
+ org: {
11425
+ type: 'string',
11426
+ description: 'Force override the organization slug, overrides the default org from config'
11427
+ }
11351
11428
  },
11352
- org: {
11353
- type: 'string',
11354
- description: 'Force override the organization slug, overrides the default org from config'
11355
- }
11356
- },
11357
- help: (command, config) => `
11429
+ help: (command, config) => `
11358
11430
  Usage
11359
11431
  $ ${command} [options] <SCAN_ID>
11360
11432
 
11361
11433
  API Token Requirements
11362
- - Quota: 1 unit
11363
- - Permissions: full-scans:delete
11434
+ ${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$8}`)}
11364
11435
 
11365
11436
  Options
11366
11437
  ${utils.getFlagListOutput(config.flags)}
@@ -11369,18 +11440,10 @@ const config$b = {
11369
11440
  $ ${command} 000aaaa1-0000-0a0a-00a0-00a0000000a0
11370
11441
  $ ${command} 000aaaa1-0000-0a0a-00a0-00a0000000a0 --json
11371
11442
  `
11372
- };
11373
- const cmdScanDel = {
11374
- description: config$b.description,
11375
- hidden: config$b.hidden,
11376
- run: run$b
11377
- };
11378
- async function run$b(argv, importMeta, {
11379
- parentName
11380
- }) {
11443
+ };
11381
11444
  const cli = utils.meowOrExit({
11382
11445
  argv,
11383
- config: config$b,
11446
+ config,
11384
11447
  importMeta,
11385
11448
  parentName
11386
11449
  });
@@ -11611,45 +11674,55 @@ const {
11611
11674
  DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$a,
11612
11675
  SOCKET_WEBSITE_URL: SOCKET_WEBSITE_URL$1
11613
11676
  } = constants;
11677
+ const CMD_NAME$7 = 'diff';
11614
11678
  const SOCKET_SBOM_URL_PREFIX = `${SOCKET_WEBSITE_URL$1}/dashboard/org/SocketDev/sbom/`;
11615
11679
  const {
11616
11680
  length: SOCKET_SBOM_URL_PREFIX_LENGTH
11617
11681
  } = SOCKET_SBOM_URL_PREFIX;
11618
- const config$a = {
11619
- commandName: 'diff',
11620
- description: 'See what changed between two Scans',
11621
- hidden: false,
11622
- flags: {
11623
- ...flags.commonFlags,
11624
- ...flags.outputFlags,
11625
- depth: {
11626
- type: 'number',
11627
- default: 2,
11628
- description: 'Max depth of JSON to display before truncating, use zero for no limit (without --json/--file)'
11629
- },
11630
- file: {
11631
- type: 'string',
11632
- shortFlag: 'f',
11633
- default: '',
11634
- description: 'Path to a local file where the output should be saved. Use `-` to force stdout.'
11635
- },
11636
- interactive: {
11637
- type: 'boolean',
11638
- default: true,
11639
- description: 'Allow for interactive elements, asking for input. Use --no-interactive to prevent any input questions, defaulting them to cancel/no.'
11682
+ const description$9 = 'See what changed between two Scans';
11683
+ const hidden$7 = false;
11684
+ const cmdScanDiff = {
11685
+ description: description$9,
11686
+ hidden: hidden$7,
11687
+ run: run$a
11688
+ };
11689
+ async function run$a(argv, importMeta, {
11690
+ parentName
11691
+ }) {
11692
+ const config = {
11693
+ commandName: CMD_NAME$7,
11694
+ description: description$9,
11695
+ hidden: hidden$7,
11696
+ flags: {
11697
+ ...flags.commonFlags,
11698
+ ...flags.outputFlags,
11699
+ depth: {
11700
+ type: 'number',
11701
+ default: 2,
11702
+ description: 'Max depth of JSON to display before truncating, use zero for no limit (without --json/--file)'
11703
+ },
11704
+ file: {
11705
+ type: 'string',
11706
+ shortFlag: 'f',
11707
+ default: '',
11708
+ description: 'Path to a local file where the output should be saved. Use `-` to force stdout.'
11709
+ },
11710
+ interactive: {
11711
+ type: 'boolean',
11712
+ default: true,
11713
+ description: 'Allow for interactive elements, asking for input. Use --no-interactive to prevent any input questions, defaulting them to cancel/no.'
11714
+ },
11715
+ org: {
11716
+ type: 'string',
11717
+ description: 'Force override the organization slug, overrides the default org from config'
11718
+ }
11640
11719
  },
11641
- org: {
11642
- type: 'string',
11643
- description: 'Force override the organization slug, overrides the default org from config'
11644
- }
11645
- },
11646
- help: (command, config) => `
11720
+ help: (command, config) => `
11647
11721
  Usage
11648
11722
  $ ${command} [options] <SCAN_ID1> <SCAN_ID2>
11649
11723
 
11650
11724
  API Token Requirements
11651
- - Quota: 1 unit
11652
- - Permissions: full-scans:list
11725
+ ${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$7}`)}
11653
11726
 
11654
11727
  This command displays the package changes between two scans. The full output
11655
11728
  can be pretty large depending on the size of your repo and time range. It is
@@ -11666,18 +11739,10 @@ const config$a = {
11666
11739
  $ ${command} aaa0aa0a-aaaa-0000-0a0a-0000000a00a0 aaa1aa1a-aaaa-1111-1a1a-1111111a11a1
11667
11740
  $ ${command} aaa0aa0a-aaaa-0000-0a0a-0000000a00a0 aaa1aa1a-aaaa-1111-1a1a-1111111a11a1 --json
11668
11741
  `
11669
- };
11670
- const cmdScanDiff = {
11671
- description: config$a.description,
11672
- hidden: config$a.hidden,
11673
- run: run$a
11674
- };
11675
- async function run$a(argv, importMeta, {
11676
- parentName
11677
- }) {
11742
+ };
11678
11743
  const cli = utils.meowOrExit({
11679
11744
  argv,
11680
- config: config$a,
11745
+ config,
11681
11746
  importMeta,
11682
11747
  parentName
11683
11748
  });
@@ -12398,51 +12463,60 @@ async function handleCreateGithubScan({
12398
12463
  const {
12399
12464
  DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$9
12400
12465
  } = constants;
12401
- const config$9 = {
12402
- commandName: 'github',
12403
- description: 'Create a scan for given GitHub repo',
12404
- hidden: true,
12405
- // wip
12406
- flags: {
12407
- ...flags.commonFlags,
12408
- ...flags.outputFlags,
12409
- all: {
12410
- type: 'boolean',
12411
- description: 'Apply for all known repositories reported by the Socket API. Supersedes `repos`.'
12412
- },
12413
- githubToken: {
12414
- type: 'string',
12415
- description: 'Required GitHub token for authentication.\nMay set environment variable GITHUB_TOKEN or SOCKET_CLI_GITHUB_TOKEN instead.'
12416
- },
12417
- githubApiUrl: {
12418
- type: 'string',
12419
- description: 'Base URL of the GitHub API (default: https://api.github.com)'
12420
- },
12421
- interactive: {
12422
- type: 'boolean',
12423
- default: true,
12424
- description: 'Allow for interactive elements, asking for input. Use --no-interactive to prevent any input questions, defaulting them to cancel/no.'
12425
- },
12426
- org: {
12427
- type: 'string',
12428
- description: 'Force override the organization slug, overrides the default org from config'
12429
- },
12430
- orgGithub: {
12431
- type: 'string',
12432
- description: 'Alternate GitHub Org if the name is different than the Socket Org'
12466
+ const CMD_NAME$6 = 'github';
12467
+ const description$8 = 'Create a scan for given GitHub repo';
12468
+ const hidden$6 = true;
12469
+ const cmdScanGithub = {
12470
+ description: description$8,
12471
+ hidden: hidden$6,
12472
+ run: run$9
12473
+ };
12474
+ async function run$9(argv, importMeta, {
12475
+ parentName
12476
+ }) {
12477
+ const config = {
12478
+ commandName: CMD_NAME$6,
12479
+ description: description$8,
12480
+ hidden: hidden$6,
12481
+ flags: {
12482
+ ...flags.commonFlags,
12483
+ ...flags.outputFlags,
12484
+ all: {
12485
+ type: 'boolean',
12486
+ description: 'Apply for all known repositories reported by the Socket API. Supersedes `repos`.'
12487
+ },
12488
+ githubToken: {
12489
+ type: 'string',
12490
+ description: 'Required GitHub token for authentication.\nMay set environment variable GITHUB_TOKEN or SOCKET_CLI_GITHUB_TOKEN instead.'
12491
+ },
12492
+ githubApiUrl: {
12493
+ type: 'string',
12494
+ description: 'Base URL of the GitHub API (default: https://api.github.com)'
12495
+ },
12496
+ interactive: {
12497
+ type: 'boolean',
12498
+ default: true,
12499
+ description: 'Allow for interactive elements, asking for input. Use --no-interactive to prevent any input questions, defaulting them to cancel/no.'
12500
+ },
12501
+ org: {
12502
+ type: 'string',
12503
+ description: 'Force override the organization slug, overrides the default org from config'
12504
+ },
12505
+ orgGithub: {
12506
+ type: 'string',
12507
+ description: 'Alternate GitHub Org if the name is different than the Socket Org'
12508
+ },
12509
+ repos: {
12510
+ type: 'string',
12511
+ description: 'List of repos to target in a comma-separated format (e.g., repo1,repo2). If not specified, the script will pull the list from Socket and ask you to pick one. Use --all to use them all.'
12512
+ }
12433
12513
  },
12434
- repos: {
12435
- type: 'string',
12436
- description: 'List of repos to target in a comma-separated format (e.g., repo1,repo2). If not specified, the script will pull the list from Socket and ask you to pick one. Use --all to use them all.'
12437
- }
12438
- },
12439
- help: (command, config) => `
12514
+ help: (command, config) => `
12440
12515
  Usage
12441
12516
  $ ${command} [options] [CWD=.]
12442
12517
 
12443
12518
  API Token Requirements
12444
- - Quota: 1 unit
12445
- - Permissions: full-scans:create
12519
+ ${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$6}`)}
12446
12520
 
12447
12521
  This is similar to the \`socket scan create\` command except it pulls the files
12448
12522
  from GitHub. See the help for that command for more details.
@@ -12463,18 +12537,10 @@ const config$9 = {
12463
12537
  $ ${command}
12464
12538
  $ ${command} ./proj
12465
12539
  `
12466
- };
12467
- const cmdScanGithub = {
12468
- description: config$9.description,
12469
- hidden: config$9.hidden,
12470
- run: run$9
12471
- };
12472
- async function run$9(argv, importMeta, {
12473
- parentName
12474
- }) {
12540
+ };
12475
12541
  const cli = utils.meowOrExit({
12476
12542
  argv,
12477
- config: config$9,
12543
+ config,
12478
12544
  importMeta,
12479
12545
  parentName
12480
12546
  });
@@ -12709,70 +12775,80 @@ async function handleListScans({
12709
12775
  const {
12710
12776
  DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$8
12711
12777
  } = constants;
12712
- const config$8 = {
12713
- commandName: 'list',
12714
- description: 'List the scans for an organization',
12715
- hidden: false,
12716
- flags: {
12717
- ...flags.commonFlags,
12718
- ...flags.outputFlags,
12719
- branch: {
12720
- type: 'string',
12721
- description: 'Filter to show only scans with this branch name'
12722
- },
12723
- direction: {
12724
- type: 'string',
12725
- shortFlag: 'd',
12726
- default: 'desc',
12727
- description: 'Direction option (`desc` or `asc`) - Default is `desc`'
12728
- },
12729
- fromTime: {
12730
- type: 'string',
12731
- shortFlag: 'f',
12732
- default: '',
12733
- description: 'From time - as a unix timestamp'
12734
- },
12735
- interactive: {
12736
- type: 'boolean',
12737
- default: true,
12738
- description: 'Allow for interactive elements, asking for input. Use --no-interactive to prevent any input questions, defaulting them to cancel/no.'
12739
- },
12740
- page: {
12741
- type: 'number',
12742
- shortFlag: 'p',
12743
- default: 1,
12744
- description: 'Page number - Default is 1'
12745
- },
12746
- perPage: {
12747
- type: 'number',
12748
- shortFlag: 'pp',
12749
- default: 30,
12750
- description: 'Results per page - Default is 30'
12751
- },
12752
- org: {
12753
- type: 'string',
12754
- description: 'Force override the organization slug, overrides the default org from config'
12755
- },
12756
- sort: {
12757
- type: 'string',
12758
- shortFlag: 's',
12759
- default: 'created_at',
12760
- description: 'Sorting option (`name` or `created_at`) - default is `created_at`'
12778
+ const CMD_NAME$5 = 'list';
12779
+ const description$7 = 'List the scans for an organization';
12780
+ const hidden$5 = false;
12781
+ const cmdScanList = {
12782
+ description: description$7,
12783
+ hidden: hidden$5,
12784
+ run: run$8
12785
+ };
12786
+ async function run$8(argv, importMeta, {
12787
+ parentName
12788
+ }) {
12789
+ const config = {
12790
+ commandName: CMD_NAME$5,
12791
+ description: description$7,
12792
+ hidden: hidden$5,
12793
+ flags: {
12794
+ ...flags.commonFlags,
12795
+ ...flags.outputFlags,
12796
+ branch: {
12797
+ type: 'string',
12798
+ description: 'Filter to show only scans with this branch name'
12799
+ },
12800
+ direction: {
12801
+ type: 'string',
12802
+ shortFlag: 'd',
12803
+ default: 'desc',
12804
+ description: 'Direction option (`desc` or `asc`) - Default is `desc`'
12805
+ },
12806
+ fromTime: {
12807
+ type: 'string',
12808
+ shortFlag: 'f',
12809
+ default: '',
12810
+ description: 'From time - as a unix timestamp'
12811
+ },
12812
+ interactive: {
12813
+ type: 'boolean',
12814
+ default: true,
12815
+ description: 'Allow for interactive elements, asking for input. Use --no-interactive to prevent any input questions, defaulting them to cancel/no.'
12816
+ },
12817
+ page: {
12818
+ type: 'number',
12819
+ shortFlag: 'p',
12820
+ default: 1,
12821
+ description: 'Page number - Default is 1'
12822
+ },
12823
+ perPage: {
12824
+ type: 'number',
12825
+ shortFlag: 'pp',
12826
+ default: 30,
12827
+ description: 'Results per page - Default is 30'
12828
+ },
12829
+ org: {
12830
+ type: 'string',
12831
+ description: 'Force override the organization slug, overrides the default org from config'
12832
+ },
12833
+ sort: {
12834
+ type: 'string',
12835
+ shortFlag: 's',
12836
+ default: 'created_at',
12837
+ description: 'Sorting option (`name` or `created_at`) - default is `created_at`'
12838
+ },
12839
+ untilTime: {
12840
+ type: 'string',
12841
+ shortFlag: 'u',
12842
+ default: '',
12843
+ description: 'Until time - as a unix timestamp'
12844
+ }
12761
12845
  },
12762
- untilTime: {
12763
- type: 'string',
12764
- shortFlag: 'u',
12765
- default: '',
12766
- description: 'Until time - as a unix timestamp'
12767
- }
12768
- },
12769
- help: (command, config) => `
12846
+ help: (command, config) => `
12770
12847
  Usage
12771
12848
  $ ${command} [options] [REPO [BRANCH]]
12772
12849
 
12773
12850
  API Token Requirements
12774
- - Quota: 1 unit
12775
- - Permissions: full-scans:list
12851
+ ${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$5}`)}
12776
12852
 
12777
12853
  Optionally filter by REPO. If you specify a repo, you can also specify a
12778
12854
  branch to filter by. (Note: If you don't specify a repo then you must use
@@ -12785,18 +12861,10 @@ const config$8 = {
12785
12861
  $ ${command}
12786
12862
  $ ${command} webtools badbranch --markdown
12787
12863
  `
12788
- };
12789
- const cmdScanList = {
12790
- description: config$8.description,
12791
- hidden: config$8.hidden,
12792
- run: run$8
12793
- };
12794
- async function run$8(argv, importMeta, {
12795
- parentName
12796
- }) {
12864
+ };
12797
12865
  const cli = utils.meowOrExit({
12798
12866
  argv,
12799
- config: config$8,
12867
+ config,
12800
12868
  importMeta,
12801
12869
  parentName
12802
12870
  });
@@ -12914,30 +12982,40 @@ async function handleOrgScanMetadata(orgSlug, scanId, outputKind) {
12914
12982
  const {
12915
12983
  DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$7
12916
12984
  } = constants;
12917
- const config$7 = {
12918
- commandName: 'metadata',
12919
- description: "Get a scan's metadata",
12920
- hidden: false,
12921
- flags: {
12922
- ...flags.commonFlags,
12923
- ...flags.outputFlags,
12924
- interactive: {
12925
- type: 'boolean',
12926
- default: true,
12927
- description: 'Allow for interactive elements, asking for input. Use --no-interactive to prevent any input questions, defaulting them to cancel/no.'
12985
+ const CMD_NAME$4 = 'metadata';
12986
+ const description$6 = "Get a scan's metadata";
12987
+ const hidden$4 = false;
12988
+ const cmdScanMetadata = {
12989
+ description: description$6,
12990
+ hidden: hidden$4,
12991
+ run: run$7
12992
+ };
12993
+ async function run$7(argv, importMeta, {
12994
+ parentName
12995
+ }) {
12996
+ const config = {
12997
+ commandName: CMD_NAME$4,
12998
+ description: description$6,
12999
+ hidden: hidden$4,
13000
+ flags: {
13001
+ ...flags.commonFlags,
13002
+ ...flags.outputFlags,
13003
+ interactive: {
13004
+ type: 'boolean',
13005
+ default: true,
13006
+ description: 'Allow for interactive elements, asking for input. Use --no-interactive to prevent any input questions, defaulting them to cancel/no.'
13007
+ },
13008
+ org: {
13009
+ type: 'string',
13010
+ description: 'Force override the organization slug, overrides the default org from config'
13011
+ }
12928
13012
  },
12929
- org: {
12930
- type: 'string',
12931
- description: 'Force override the organization slug, overrides the default org from config'
12932
- }
12933
- },
12934
- help: (command, config) => `
13013
+ help: (command, config) => `
12935
13014
  Usage
12936
13015
  $ ${command} [options] <SCAN_ID>
12937
13016
 
12938
13017
  API Token Requirements
12939
- - Quota: 1 unit
12940
- - Permissions: full-scans:list
13018
+ ${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$4}`)}
12941
13019
 
12942
13020
  Options
12943
13021
  ${utils.getFlagListOutput(config.flags)}
@@ -12946,18 +13024,10 @@ const config$7 = {
12946
13024
  $ ${command} 000aaaa1-0000-0a0a-00a0-00a0000000a0
12947
13025
  $ ${command} 000aaaa1-0000-0a0a-00a0-00a0000000a0 --json
12948
13026
  `
12949
- };
12950
- const cmdScanMetadata = {
12951
- description: config$7.description,
12952
- hidden: config$7.hidden,
12953
- run: run$7
12954
- };
12955
- async function run$7(argv, importMeta, {
12956
- parentName
12957
- }) {
13027
+ };
12958
13028
  const cli = utils.meowOrExit({
12959
13029
  argv,
12960
- config: config$7,
13030
+ config,
12961
13031
  importMeta,
12962
13032
  parentName
12963
13033
  });
@@ -13052,7 +13122,7 @@ async function handleScanReach({
13052
13122
  const packagePaths = await utils.getPackageFilesForScan(targets, supportedFiles, {
13053
13123
  cwd
13054
13124
  });
13055
- spinner.stop();
13125
+ spinner.successAndStop(`Found ${packagePaths.length} ${words.pluralize('manifest file', packagePaths.length)} for reachability analysis.`);
13056
13126
  const wasValidInput = utils.checkCommandInput(outputKind, {
13057
13127
  nook: true,
13058
13128
  test: packagePaths.length > 0,
@@ -13082,6 +13152,9 @@ async function handleScanReach({
13082
13152
  const {
13083
13153
  DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$6
13084
13154
  } = constants;
13155
+ const CMD_NAME$3 = 'reach';
13156
+ const description$5 = 'Compute tier 1 reachability';
13157
+ const hidden$3 = true;
13085
13158
  const generalFlags = {
13086
13159
  ...flags.commonFlags,
13087
13160
  ...flags.outputFlags,
@@ -13094,21 +13167,28 @@ const generalFlags = {
13094
13167
  description: 'Force override the organization slug, overrides the default org from config'
13095
13168
  }
13096
13169
  };
13097
- const config$6 = {
13098
- commandName: 'reach',
13099
- description: 'Compute tier 1 reachability',
13100
- hidden: true,
13101
- flags: {
13102
- ...generalFlags,
13103
- ...reachabilityFlags
13104
- },
13105
- help: command => `
13170
+ const cmdScanReach = {
13171
+ description: description$5,
13172
+ hidden: hidden$3,
13173
+ run: run$6
13174
+ };
13175
+ async function run$6(argv, importMeta, {
13176
+ parentName
13177
+ }) {
13178
+ const config = {
13179
+ commandName: CMD_NAME$3,
13180
+ description: description$5,
13181
+ hidden: hidden$3,
13182
+ flags: {
13183
+ ...generalFlags,
13184
+ ...reachabilityFlags
13185
+ },
13186
+ help: command => `
13106
13187
  Usage
13107
13188
  $ ${command} [options] [CWD=.]
13108
13189
 
13109
13190
  API Token Requirements
13110
- - Quota: 1 unit
13111
- - Permissions: full-scans:create
13191
+ ${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$3}`)}
13112
13192
 
13113
13193
  Options
13114
13194
  ${utils.getFlagListOutput(generalFlags)}
@@ -13128,18 +13208,10 @@ const config$6 = {
13128
13208
  $ ${command} ./proj
13129
13209
  $ ${command} ./proj --reach-ecosystems npm,pypi
13130
13210
  `
13131
- };
13132
- const cmdScanReach = {
13133
- description: config$6.description,
13134
- hidden: config$6.hidden,
13135
- run: run$6
13136
- };
13137
- async function run$6(argv, importMeta, {
13138
- parentName
13139
- }) {
13211
+ };
13140
13212
  const cli = utils.meowOrExit({
13141
13213
  argv,
13142
- config: config$6,
13214
+ config,
13143
13215
  importMeta,
13144
13216
  parentName
13145
13217
  });
@@ -13206,9 +13278,9 @@ async function run$6(argv, importMeta, {
13206
13278
  targets,
13207
13279
  interactive,
13208
13280
  reachabilityOptions: {
13209
- reachDisableAnalytics: Boolean(reachDisableAnalytics),
13210
13281
  reachAnalysisTimeout: Number(reachAnalysisTimeout),
13211
13282
  reachAnalysisMemoryLimit: Number(reachAnalysisMemoryLimit),
13283
+ reachDisableAnalytics: Boolean(reachDisableAnalytics),
13212
13284
  reachEcosystems,
13213
13285
  reachExcludePaths
13214
13286
  }
@@ -13218,50 +13290,60 @@ async function run$6(argv, importMeta, {
13218
13290
  const {
13219
13291
  DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$5
13220
13292
  } = constants;
13221
- const config$5 = {
13222
- commandName: 'report',
13223
- description: 'Check whether a scan result passes the organizational policies (security, license)',
13224
- hidden: false,
13225
- flags: {
13226
- ...flags.commonFlags,
13227
- ...flags.outputFlags,
13228
- fold: {
13229
- type: 'string',
13230
- default: 'none',
13231
- description: 'Fold reported alerts to some degree'
13232
- },
13233
- interactive: {
13234
- type: 'boolean',
13235
- default: true,
13236
- description: 'Allow for interactive elements, asking for input. Use --no-interactive to prevent any input questions, defaulting them to cancel/no.'
13237
- },
13238
- org: {
13239
- type: 'string',
13240
- description: 'Force override the organization slug, overrides the default org from config'
13241
- },
13242
- reportLevel: {
13243
- type: 'string',
13244
- default: 'warn',
13245
- description: 'Which policy level alerts should be reported'
13246
- },
13247
- short: {
13248
- type: 'boolean',
13249
- default: false,
13250
- description: 'Report only the healthy status'
13293
+ const CMD_NAME$2 = 'report';
13294
+ const description$4 = 'Check whether a scan result passes the organizational policies (security, license)';
13295
+ const hidden$2 = false;
13296
+ const cmdScanReport = {
13297
+ description: description$4,
13298
+ hidden: hidden$2,
13299
+ run: run$5
13300
+ };
13301
+ async function run$5(argv, importMeta, {
13302
+ parentName
13303
+ }) {
13304
+ const config = {
13305
+ commandName: CMD_NAME$2,
13306
+ description: description$4,
13307
+ hidden: hidden$2,
13308
+ flags: {
13309
+ ...flags.commonFlags,
13310
+ ...flags.outputFlags,
13311
+ fold: {
13312
+ type: 'string',
13313
+ default: 'none',
13314
+ description: 'Fold reported alerts to some degree'
13315
+ },
13316
+ interactive: {
13317
+ type: 'boolean',
13318
+ default: true,
13319
+ description: 'Allow for interactive elements, asking for input. Use --no-interactive to prevent any input questions, defaulting them to cancel/no.'
13320
+ },
13321
+ org: {
13322
+ type: 'string',
13323
+ description: 'Force override the organization slug, overrides the default org from config'
13324
+ },
13325
+ reportLevel: {
13326
+ type: 'string',
13327
+ default: 'warn',
13328
+ description: 'Which policy level alerts should be reported'
13329
+ },
13330
+ short: {
13331
+ type: 'boolean',
13332
+ default: false,
13333
+ description: 'Report only the healthy status'
13334
+ },
13335
+ license: {
13336
+ type: 'boolean',
13337
+ default: false,
13338
+ description: 'Also report the license policy status. Default: false'
13339
+ }
13251
13340
  },
13252
- license: {
13253
- type: 'boolean',
13254
- default: false,
13255
- description: 'Also report the license policy status. Default: false'
13256
- }
13257
- },
13258
- help: (command, config) => `
13341
+ help: (command, config) => `
13259
13342
  Usage
13260
13343
  $ ${command} [options] <SCAN_ID> [OUTPUT_PATH]
13261
13344
 
13262
13345
  API Token Requirements
13263
- - Quota: 2 units
13264
- - Permissions: full-scans:list security-policy:read
13346
+ ${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$2}`)}
13265
13347
 
13266
13348
  Options
13267
13349
  ${utils.getFlagListOutput(config.flags)}
@@ -13295,18 +13377,10 @@ const config$5 = {
13295
13377
  $ ${command} 000aaaa1-0000-0a0a-00a0-00a0000000a0 --json --fold=version
13296
13378
  $ ${command} 000aaaa1-0000-0a0a-00a0-00a0000000a0 --license --markdown --short
13297
13379
  `
13298
- };
13299
- const cmdScanReport = {
13300
- description: config$5.description,
13301
- hidden: config$5.hidden,
13302
- run: run$5
13303
- };
13304
- async function run$5(argv, importMeta, {
13305
- parentName
13306
- }) {
13380
+ };
13307
13381
  const cli = utils.meowOrExit({
13308
13382
  argv,
13309
- config: config$5,
13383
+ config,
13310
13384
  importMeta,
13311
13385
  parentName
13312
13386
  });
@@ -13376,10 +13450,6 @@ async function outputScanConfigResult(result) {
13376
13450
  logger.logger.log('');
13377
13451
  }
13378
13452
 
13379
- const {
13380
- SOCKET_DEFAULT_BRANCH,
13381
- SOCKET_DEFAULT_REPOSITORY
13382
- } = constants;
13383
13453
  async function setupScanConfig(cwd, defaultOnReadError = false) {
13384
13454
  const jsonPath = path.join(cwd, `socket.json`);
13385
13455
  if (fs$1.existsSync(jsonPath)) {
@@ -13474,7 +13544,7 @@ async function setupScanConfig(cwd, defaultOnReadError = false) {
13474
13544
  async function configureScan(config, cwd = process.cwd()) {
13475
13545
  const defaultRepoName = await prompts.input({
13476
13546
  message: '(--repo) What repo name (slug) should be reported to Socket for this dir?',
13477
- default: config.repo || (await utils.getRepoName(cwd)) || SOCKET_DEFAULT_REPOSITORY,
13547
+ default: config.repo || (await utils.getRepoName(cwd)),
13478
13548
  required: false
13479
13549
  // validate: async string => bool
13480
13550
  });
@@ -13482,15 +13552,15 @@ async function configureScan(config, cwd = process.cwd()) {
13482
13552
  return canceledByUser();
13483
13553
  }
13484
13554
  if (defaultRepoName) {
13485
- // Even if it's SOCKET_DEFAULT_REPOSITORY store it because if we change
13486
- // this default then an existing user probably would not expect the change?
13555
+ // Store it even if it's constants.SOCKET_DEFAULT_REPOSITORY because if we
13556
+ // change this default then an existing user probably would not expect the change.
13487
13557
  config.repo = defaultRepoName;
13488
13558
  } else {
13489
13559
  delete config.repo;
13490
13560
  }
13491
13561
  const defaultBranchName = await prompts.input({
13492
13562
  message: '(--branch) What branch name (slug) should be reported to Socket for this dir?',
13493
- default: config.branch || (await utils.gitBranch(cwd)) || SOCKET_DEFAULT_BRANCH,
13563
+ default: config.branch || (await utils.gitBranch(cwd)) || (await utils.detectDefaultBranch(cwd)),
13494
13564
  required: false
13495
13565
  // validate: async string => bool
13496
13566
  });
@@ -13498,14 +13568,14 @@ async function configureScan(config, cwd = process.cwd()) {
13498
13568
  return canceledByUser();
13499
13569
  }
13500
13570
  if (defaultBranchName) {
13501
- // Even if it's SOCKET_DEFAULT_BRANCH store it because if we change
13502
- // this default then an existing user probably would not expect the change?
13571
+ // Store it even if it's constants.SOCKET_DEFAULT_BRANCH because if we change
13572
+ // this default then an existing user probably would not expect the change.
13503
13573
  config.branch = defaultBranchName;
13504
13574
  } else {
13505
13575
  delete config.branch;
13506
13576
  }
13507
13577
  const autoManifest = await prompts.select({
13508
- message: '(--autoManifest) Do you want to run `socket manifest auto` before creating a scan? You would need this for sbt, gradle, etc.',
13578
+ message: '(--auto-manifest) Do you want to run `socket manifest auto` before creating a scan? You would need this for sbt, gradle, etc.',
13509
13579
  choices: [{
13510
13580
  name: 'no',
13511
13581
  value: 'no',
@@ -13607,7 +13677,7 @@ async function configureGithub(config) {
13607
13677
  }
13608
13678
  }
13609
13679
  const defaultGithubApiUrl = await prompts.input({
13610
- message: '(--githubApiUrl) Do you want to override the default github url?',
13680
+ message: '(--github-api-url) Do you want to override the default github url?',
13611
13681
  default: config.githubApiUrl ||
13612
13682
  // Lazily access constants.ENV.GITHUB_API_URL.
13613
13683
  constants.ENV.GITHUB_API_URL,
@@ -13625,7 +13695,7 @@ async function configureGithub(config) {
13625
13695
  delete config.githubApiUrl;
13626
13696
  }
13627
13697
  const defaultOrgGithub = await prompts.input({
13628
- message: '(--orgGithub) Do you want to change the org slug that is used when talking to the GitHub API? Defaults to your Socket org slug.',
13698
+ message: '(--org-github) Do you want to change the org slug that is used when talking to the GitHub API? Defaults to your Socket org slug.',
13629
13699
  default: config.orgGithub || '',
13630
13700
  required: false
13631
13701
  // validate: async string => bool
@@ -13668,7 +13738,7 @@ async function handleScanConfig(cwd, defaultOnReadError = false) {
13668
13738
  const {
13669
13739
  DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$4
13670
13740
  } = constants;
13671
- const config$4 = {
13741
+ const config$2 = {
13672
13742
  commandName: 'setup',
13673
13743
  description: 'Start interactive configurator to customize default flag values for `socket scan` in this dir',
13674
13744
  hidden: false,
@@ -13704,8 +13774,8 @@ const config$4 = {
13704
13774
  `
13705
13775
  };
13706
13776
  const cmdScanSetup = {
13707
- description: config$4.description,
13708
- hidden: config$4.hidden,
13777
+ description: config$2.description,
13778
+ hidden: config$2.hidden,
13709
13779
  run: run$4
13710
13780
  };
13711
13781
  async function run$4(argv, importMeta, {
@@ -13713,7 +13783,7 @@ async function run$4(argv, importMeta, {
13713
13783
  }) {
13714
13784
  const cli = utils.meowOrExit({
13715
13785
  argv,
13716
- config: config$4,
13786
+ config: config$2,
13717
13787
  importMeta,
13718
13788
  parentName
13719
13789
  });
@@ -13870,35 +13940,45 @@ async function streamScan(orgSlug, scanId, options) {
13870
13940
  const {
13871
13941
  DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$3
13872
13942
  } = constants;
13873
- const config$3 = {
13874
- commandName: 'view',
13875
- description: 'View the raw results of a scan',
13876
- hidden: false,
13877
- flags: {
13878
- ...flags.commonFlags,
13879
- ...flags.outputFlags,
13880
- stream: {
13881
- type: 'boolean',
13882
- default: false,
13883
- description: 'Only valid with --json. Streams the response as "ndjson" (chunks of valid json blobs).'
13884
- },
13885
- interactive: {
13886
- type: 'boolean',
13887
- default: true,
13888
- description: 'Allow for interactive elements, asking for input. Use --no-interactive to prevent any input questions, defaulting them to cancel/no.'
13943
+ const CMD_NAME$1 = 'view';
13944
+ const description$3 = 'View the raw results of a scan';
13945
+ const hidden$1 = false;
13946
+ const cmdScanView = {
13947
+ description: description$3,
13948
+ hidden: hidden$1,
13949
+ run: run$3
13950
+ };
13951
+ async function run$3(argv, importMeta, {
13952
+ parentName
13953
+ }) {
13954
+ const config = {
13955
+ commandName: CMD_NAME$1,
13956
+ description: description$3,
13957
+ hidden: hidden$1,
13958
+ flags: {
13959
+ ...flags.commonFlags,
13960
+ ...flags.outputFlags,
13961
+ stream: {
13962
+ type: 'boolean',
13963
+ default: false,
13964
+ description: 'Only valid with --json. Streams the response as "ndjson" (chunks of valid json blobs).'
13965
+ },
13966
+ interactive: {
13967
+ type: 'boolean',
13968
+ default: true,
13969
+ description: 'Allow for interactive elements, asking for input. Use --no-interactive to prevent any input questions, defaulting them to cancel/no.'
13970
+ },
13971
+ org: {
13972
+ type: 'string',
13973
+ description: 'Force override the organization slug, overrides the default org from config'
13974
+ }
13889
13975
  },
13890
- org: {
13891
- type: 'string',
13892
- description: 'Force override the organization slug, overrides the default org from config'
13893
- }
13894
- },
13895
- help: (command, config) => `
13976
+ help: (command, config) => `
13896
13977
  Usage
13897
13978
  $ ${command} [options] <SCAN_ID> [OUTPUT_FILE]
13898
13979
 
13899
13980
  API Token Requirements
13900
- - Quota: 1 unit
13901
- - Permissions: full-scans:list
13981
+ ${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME$1}`)}
13902
13982
 
13903
13983
  When no output path is given the contents is sent to stdout.
13904
13984
 
@@ -13909,18 +13989,10 @@ const config$3 = {
13909
13989
  $ ${command} 000aaaa1-0000-0a0a-00a0-00a0000000a0
13910
13990
  $ ${command} 000aaaa1-0000-0a0a-00a0-00a0000000a0 ./stream.txt
13911
13991
  `
13912
- };
13913
- const cmdScanView = {
13914
- description: config$3.description,
13915
- hidden: config$3.hidden,
13916
- run: run$3
13917
- };
13918
- async function run$3(argv, importMeta, {
13919
- parentName
13920
- }) {
13992
+ };
13921
13993
  const cli = utils.meowOrExit({
13922
13994
  argv,
13923
- config: config$3,
13995
+ config,
13924
13996
  importMeta,
13925
13997
  parentName
13926
13998
  });
@@ -13977,9 +14049,9 @@ async function run$3(argv, importMeta, {
13977
14049
  }
13978
14050
  }
13979
14051
 
13980
- const description$1 = 'Manage Socket scans';
14052
+ const description$2 = 'Manage Socket scans';
13981
14053
  const cmdScan = {
13982
- description: description$1,
14054
+ description: description$2,
13983
14055
  async run(argv, importMeta, {
13984
14056
  parentName
13985
14057
  }) {
@@ -14008,7 +14080,7 @@ const cmdScan = {
14008
14080
  }
14009
14081
  },
14010
14082
  argv,
14011
- description: description$1,
14083
+ description: description$2,
14012
14084
  importMeta,
14013
14085
  name: `${parentName} scan`
14014
14086
  });
@@ -14194,68 +14266,78 @@ async function handleThreatFeed({
14194
14266
  const {
14195
14267
  DRY_RUN_BAILING_NOW: DRY_RUN_BAILING_NOW$2
14196
14268
  } = constants;
14269
+ const CMD_NAME = 'threat-feed';
14197
14270
  const ECOSYSTEMS = new Set(['gem', 'golang', 'maven', 'npm', 'nuget', 'pypi']);
14198
14271
  const TYPE_FILTERS = new Set(['anom', 'c', 'fp', 'joke', 'mal', 'secret', 'spy', 'tp', 'typo', 'u', 'vuln']);
14199
- const config$2 = {
14200
- commandName: 'threat-feed',
14201
- description: '[Beta] View the threat feed',
14202
- hidden: false,
14203
- flags: {
14204
- ...flags.commonFlags,
14205
- ...flags.outputFlags,
14206
- direction: {
14207
- type: 'string',
14208
- default: 'desc',
14209
- description: 'Order asc or desc by the createdAt attribute'
14210
- },
14211
- eco: {
14212
- type: 'string',
14213
- default: '',
14214
- description: 'Only show threats for a particular ecosystem'
14215
- },
14216
- filter: {
14217
- type: 'string',
14218
- default: 'mal',
14219
- description: 'Filter what type of threats to return'
14220
- },
14221
- interactive: {
14222
- type: 'boolean',
14223
- default: true,
14224
- description: 'Allow for interactive elements, asking for input. Use --no-interactive to prevent any input questions, defaulting them to cancel/no.'
14225
- },
14226
- org: {
14227
- type: 'string',
14228
- description: 'Force override the organization slug, overrides the default org from config'
14229
- },
14230
- page: {
14231
- type: 'string',
14232
- default: '1',
14233
- description: 'Page token'
14234
- },
14235
- perPage: {
14236
- type: 'number',
14237
- shortFlag: 'pp',
14238
- default: 30,
14239
- description: 'Number of items per page'
14240
- },
14241
- pkg: {
14242
- type: 'string',
14243
- default: '',
14244
- description: 'Filter by this package name'
14272
+ const description$1 = '[Beta] View the threat-feed';
14273
+ const hidden = false;
14274
+ const cmdThreatFeed = {
14275
+ description: description$1,
14276
+ hidden,
14277
+ run: run$2
14278
+ };
14279
+ async function run$2(argv, importMeta, {
14280
+ parentName
14281
+ }) {
14282
+ const config = {
14283
+ commandName: CMD_NAME,
14284
+ description: description$1,
14285
+ hidden,
14286
+ flags: {
14287
+ ...flags.commonFlags,
14288
+ ...flags.outputFlags,
14289
+ direction: {
14290
+ type: 'string',
14291
+ default: 'desc',
14292
+ description: 'Order asc or desc by the createdAt attribute'
14293
+ },
14294
+ eco: {
14295
+ type: 'string',
14296
+ default: '',
14297
+ description: 'Only show threats for a particular ecosystem'
14298
+ },
14299
+ filter: {
14300
+ type: 'string',
14301
+ default: 'mal',
14302
+ description: 'Filter what type of threats to return'
14303
+ },
14304
+ interactive: {
14305
+ type: 'boolean',
14306
+ default: true,
14307
+ description: 'Allow for interactive elements, asking for input. Use --no-interactive to prevent any input questions, defaulting them to cancel/no.'
14308
+ },
14309
+ org: {
14310
+ type: 'string',
14311
+ description: 'Force override the organization slug, overrides the default org from config'
14312
+ },
14313
+ page: {
14314
+ type: 'string',
14315
+ default: '1',
14316
+ description: 'Page token'
14317
+ },
14318
+ perPage: {
14319
+ type: 'number',
14320
+ shortFlag: 'pp',
14321
+ default: 30,
14322
+ description: 'Number of items per page'
14323
+ },
14324
+ pkg: {
14325
+ type: 'string',
14326
+ default: '',
14327
+ description: 'Filter by this package name'
14328
+ },
14329
+ version: {
14330
+ type: 'string',
14331
+ default: '',
14332
+ description: 'Filter by this package version'
14333
+ }
14245
14334
  },
14246
- version: {
14247
- type: 'string',
14248
- default: '',
14249
- description: 'Filter by this package version'
14250
- }
14251
- },
14252
- help: (command, config) => `
14335
+ help: (command, config) => `
14253
14336
  Usage
14254
14337
  $ ${command} [options] [ECOSYSTEM] [TYPE_FILTER]
14255
14338
 
14256
14339
  API Token Requirements
14257
- - Quota: 1 unit
14258
- - Permissions: threat-feed:list
14340
+ ${utils.getFlagApiRequirementsOutput(`${parentName}:${CMD_NAME}`)}
14259
14341
  - Special access
14260
14342
 
14261
14343
  This feature requires a Threat Feed license. Please contact
@@ -14305,20 +14387,12 @@ const config$2 = {
14305
14387
  $ ${command}
14306
14388
  $ ${command} maven --json
14307
14389
  $ ${command} typo
14308
- $ ${command} npm joke 1.0.0 --perPage=5 --page=2 --direction=asc
14390
+ $ ${command} npm joke 1.0.0 --per-page=5 --page=2 --direction=asc
14309
14391
  `
14310
- };
14311
- const cmdThreatFeed = {
14312
- description: config$2.description,
14313
- hidden: config$2.hidden,
14314
- run: run$2
14315
- };
14316
- async function run$2(argv, importMeta, {
14317
- parentName
14318
- }) {
14392
+ };
14319
14393
  const cli = utils.meowOrExit({
14320
14394
  argv,
14321
- config: config$2,
14395
+ config,
14322
14396
  importMeta,
14323
14397
  parentName
14324
14398
  });
@@ -14815,7 +14889,7 @@ const rootCommands = {
14815
14889
  ci: cmdCI,
14816
14890
  cdxgen: cmdManifestCdxgen,
14817
14891
  config: cmdConfig,
14818
- deps: cmdOrganizationDependencies,
14892
+ dependencies: cmdOrganizationDependencies,
14819
14893
  fix: cmdFix,
14820
14894
  install: cmdInstall,
14821
14895
  json: cmdJson,
@@ -14840,8 +14914,8 @@ const rootCommands = {
14840
14914
  };
14841
14915
  const rootAliases = {
14842
14916
  audit: {
14843
- description: cmdAuditLog.description,
14844
- hidden: true,
14917
+ description: `${cmdAuditLog.description} (alias)`,
14918
+ hidden: false,
14845
14919
  argv: ['audit-log']
14846
14920
  },
14847
14921
  auditLog: {
@@ -14859,14 +14933,19 @@ const rootAliases = {
14859
14933
  hidden: true,
14860
14934
  argv: ['audit-log']
14861
14935
  },
14936
+ deps: {
14937
+ description: `${cmdOrganizationDependencies.description} (alias)`,
14938
+ hidden: false,
14939
+ argv: ['dependencies']
14940
+ },
14862
14941
  feed: {
14863
- description: cmdThreatFeed.description,
14864
- hidden: true,
14942
+ description: `${cmdThreatFeed.description} (alias)`,
14943
+ hidden: false,
14865
14944
  argv: ['threat-feed']
14866
14945
  },
14867
14946
  org: {
14868
- description: cmdOrganization.description,
14869
- hidden: true,
14947
+ description: `${cmdOrganization.description} (alias)`,
14948
+ hidden: false,
14870
14949
  argv: ['organization']
14871
14950
  },
14872
14951
  orgs: {
@@ -14890,13 +14969,13 @@ const rootAliases = {
14890
14969
  argv: ['organization']
14891
14970
  },
14892
14971
  pkg: {
14893
- description: cmdPackage.description,
14894
- hidden: true,
14972
+ description: `${cmdPackage.description} (alias)`,
14973
+ hidden: false,
14895
14974
  argv: ['package']
14896
14975
  },
14897
14976
  repo: {
14898
- description: cmdRepository.description,
14899
- hidden: true,
14977
+ description: `${cmdRepository.description} (alias)`,
14978
+ hidden: false,
14900
14979
  argv: ['repos']
14901
14980
  },
14902
14981
  repos: {
@@ -14993,5 +15072,5 @@ void (async () => {
14993
15072
  await utils.captureException(e);
14994
15073
  }
14995
15074
  })();
14996
- //# debugId=179b5d73-a525-4e97-bef0-f189ffa26e77
15075
+ //# debugId=81b47540-775f-4f45-886a-8772911e83e
14997
15076
  //# sourceMappingURL=cli.js.map