@socketsecurity/cli-with-sentry 1.0.93 → 1.0.95

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 (2032) hide show
  1. package/README.md +2 -1
  2. package/dist/cli.js +136 -105
  3. package/dist/cli.js.map +1 -1
  4. package/dist/constants.js +7 -3
  5. package/dist/constants.js.map +1 -1
  6. package/dist/tsconfig.dts.tsbuildinfo +1 -1
  7. package/dist/types/commands/analytics/fetch-org-analytics.d.mts +1 -1
  8. package/dist/types/commands/analytics/fetch-org-analytics.d.mts.map +1 -1
  9. package/dist/types/commands/analytics/fetch-repo-analytics.d.mts +1 -1
  10. package/dist/types/commands/analytics/fetch-repo-analytics.d.mts.map +1 -1
  11. package/dist/types/commands/audit-log/fetch-audit-log.d.mts +1 -1
  12. package/dist/types/commands/audit-log/fetch-audit-log.d.mts.map +1 -1
  13. package/dist/types/commands/config/discover-config-value.d.mts.map +1 -1
  14. package/dist/types/commands/fix/cmd-fix.d.mts.map +1 -1
  15. package/dist/types/commands/login/attempt-login.d.mts.map +1 -1
  16. package/dist/types/commands/organization/fetch-dependencies.d.mts +1 -1
  17. package/dist/types/commands/organization/fetch-dependencies.d.mts.map +1 -1
  18. package/dist/types/commands/organization/fetch-license-policy.d.mts +1 -1
  19. package/dist/types/commands/organization/fetch-license-policy.d.mts.map +1 -1
  20. package/dist/types/commands/organization/fetch-organization-list.d.mts +15 -3
  21. package/dist/types/commands/organization/fetch-organization-list.d.mts.map +1 -1
  22. package/dist/types/commands/organization/fetch-quota.d.mts +1 -1
  23. package/dist/types/commands/organization/fetch-quota.d.mts.map +1 -1
  24. package/dist/types/commands/organization/fetch-security-policy.d.mts +1 -1
  25. package/dist/types/commands/organization/fetch-security-policy.d.mts.map +1 -1
  26. package/dist/types/commands/organization/output-organization-list.d.mts +3 -3
  27. package/dist/types/commands/organization/output-organization-list.d.mts.map +1 -1
  28. package/dist/types/commands/package/fetch-purls-shallow-score.d.mts +1 -1
  29. package/dist/types/commands/package/fetch-purls-shallow-score.d.mts.map +1 -1
  30. package/dist/types/commands/repository/fetch-create-repo.d.mts +1 -1
  31. package/dist/types/commands/repository/fetch-create-repo.d.mts.map +1 -1
  32. package/dist/types/commands/repository/fetch-delete-repo.d.mts +1 -1
  33. package/dist/types/commands/repository/fetch-delete-repo.d.mts.map +1 -1
  34. package/dist/types/commands/repository/fetch-list-all-repos.d.mts +1 -1
  35. package/dist/types/commands/repository/fetch-list-all-repos.d.mts.map +1 -1
  36. package/dist/types/commands/repository/fetch-list-repos.d.mts +1 -1
  37. package/dist/types/commands/repository/fetch-list-repos.d.mts.map +1 -1
  38. package/dist/types/commands/repository/fetch-update-repo.d.mts +1 -1
  39. package/dist/types/commands/repository/fetch-update-repo.d.mts.map +1 -1
  40. package/dist/types/commands/repository/fetch-view-repo.d.mts +1 -1
  41. package/dist/types/commands/repository/fetch-view-repo.d.mts.map +1 -1
  42. package/dist/types/commands/scan/cmd-scan-reach.d.mts.map +1 -1
  43. package/dist/types/commands/scan/fetch-create-org-full-scan.d.mts +1 -1
  44. package/dist/types/commands/scan/fetch-create-org-full-scan.d.mts.map +1 -1
  45. package/dist/types/commands/scan/fetch-delete-org-full-scan.d.mts +1 -1
  46. package/dist/types/commands/scan/fetch-delete-org-full-scan.d.mts.map +1 -1
  47. package/dist/types/commands/scan/fetch-list-scans.d.mts +1 -1
  48. package/dist/types/commands/scan/fetch-list-scans.d.mts.map +1 -1
  49. package/dist/types/commands/scan/fetch-report-data.d.mts +1 -1
  50. package/dist/types/commands/scan/fetch-report-data.d.mts.map +1 -1
  51. package/dist/types/commands/scan/fetch-scan-metadata.d.mts +1 -1
  52. package/dist/types/commands/scan/fetch-scan-metadata.d.mts.map +1 -1
  53. package/dist/types/commands/scan/fetch-supported-scan-file-names.d.mts +1 -1
  54. package/dist/types/commands/scan/fetch-supported-scan-file-names.d.mts.map +1 -1
  55. package/dist/types/commands/scan/handle-create-new-scan.d.mts.map +1 -1
  56. package/dist/types/commands/scan/perform-reachability-analysis.d.mts.map +1 -1
  57. package/dist/types/commands/scan/stream-scan.d.mts +1 -1
  58. package/dist/types/commands/scan/stream-scan.d.mts.map +1 -1
  59. package/dist/types/commands/scan/suggest-repo-slug.d.mts +1 -1
  60. package/dist/types/commands/scan/suggest-repo-slug.d.mts.map +1 -1
  61. package/dist/types/constants.d.mts +1 -0
  62. package/dist/types/constants.d.mts.map +1 -1
  63. package/dist/types/utils/meow-with-subcommands.d.mts.map +1 -1
  64. package/dist/types/utils/organization.d.mts +5 -0
  65. package/dist/types/utils/organization.d.mts.map +1 -0
  66. package/dist/types/utils/sdk.d.mts.map +1 -1
  67. package/dist/types/utils/serialize-result-json.d.mts.map +1 -1
  68. package/dist/utils.js +55 -29
  69. package/dist/utils.js.map +1 -1
  70. package/dist/vendor.js +23 -15
  71. package/external/@coana-tech/cli/README.md +5 -0
  72. package/external/@coana-tech/cli/repos/coana-tech/alucard/alucard.jar +0 -0
  73. package/external/@coana-tech/cli/repos/coana-tech/class-graph-analysis/dist/bundle/tree-sitter.wasm +0 -0
  74. package/external/@coana-tech/cli/repos/coana-tech/cocoa/release/Coana.Cocoa.deps.json +69 -0
  75. package/external/@coana-tech/cli/repos/coana-tech/cocoa/release/Coana.Cocoa.dll +0 -0
  76. package/external/@coana-tech/cli/repos/coana-tech/cocoa/release/Coana.Cocoa.runtimeconfig.json +12 -0
  77. package/external/@coana-tech/cli/repos/coana-tech/cocoa/release/Mono.Cecil.Rocks.dll +0 -0
  78. package/external/@coana-tech/cli/repos/coana-tech/cocoa/release/Mono.Cecil.dll +0 -0
  79. package/external/@coana-tech/cli/repos/coana-tech/cocoa/release/System.CommandLine.dll +0 -0
  80. package/external/@coana-tech/cli/repos/coana-tech/goana/bin/goana-darwin-amd64.gz +0 -0
  81. package/external/@coana-tech/cli/repos/coana-tech/goana/bin/goana-darwin-arm64.gz +0 -0
  82. package/external/@coana-tech/cli/repos/coana-tech/goana/bin/goana-linux-amd64.gz +0 -0
  83. package/external/@coana-tech/cli/repos/coana-tech/goana/bin/goana-linux-arm64.gz +0 -0
  84. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/jelly.js +251832 -0
  85. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/code-frame/LICENSE +22 -0
  86. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/code-frame/README.md +19 -0
  87. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/code-frame/lib/index.js +156 -0
  88. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/code-frame/lib/index.js.map +1 -0
  89. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/code-frame/package.json +30 -0
  90. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/compat-data/LICENSE +22 -0
  91. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/compat-data/README.md +19 -0
  92. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/compat-data/corejs2-built-ins.js +2 -0
  93. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/compat-data/corejs3-shipped-proposals.js +2 -0
  94. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/compat-data/data/corejs2-built-ins.json +2090 -0
  95. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/compat-data/data/corejs3-shipped-proposals.json +5 -0
  96. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/compat-data/data/native-modules.json +18 -0
  97. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/compat-data/data/overlapping-plugins.json +33 -0
  98. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/compat-data/data/plugin-bugfixes.json +213 -0
  99. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/compat-data/data/plugins.json +794 -0
  100. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/compat-data/native-modules.js +1 -0
  101. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/compat-data/overlapping-plugins.js +1 -0
  102. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/compat-data/package.json +40 -0
  103. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/compat-data/plugin-bugfixes.js +1 -0
  104. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/compat-data/plugins.js +1 -0
  105. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/LICENSE +22 -0
  106. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/README.md +19 -0
  107. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/cjs-proxy.cjs +59 -0
  108. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/cache-contexts.js +3 -0
  109. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/cache-contexts.js.map +1 -0
  110. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/caching.js +261 -0
  111. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/caching.js.map +1 -0
  112. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/config-chain.js +469 -0
  113. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/config-chain.js.map +1 -0
  114. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/config-descriptors.js +190 -0
  115. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/config-descriptors.js.map +1 -0
  116. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/files/configuration.js +286 -0
  117. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/files/configuration.js.map +1 -0
  118. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/files/import.cjs +6 -0
  119. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/files/import.cjs.map +1 -0
  120. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/files/index-browser.js +58 -0
  121. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/files/index-browser.js.map +1 -0
  122. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/files/index.js +78 -0
  123. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/files/index.js.map +1 -0
  124. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/files/module-types.js +176 -0
  125. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/files/module-types.js.map +1 -0
  126. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/files/package.js +61 -0
  127. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/files/package.js.map +1 -0
  128. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/files/plugins.js +217 -0
  129. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/files/plugins.js.map +1 -0
  130. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/files/types.js +3 -0
  131. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/files/types.js.map +1 -0
  132. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/files/utils.js +36 -0
  133. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/files/utils.js.map +1 -0
  134. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/full.js +310 -0
  135. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/full.js.map +1 -0
  136. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/helpers/config-api.js +84 -0
  137. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/helpers/config-api.js.map +1 -0
  138. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/helpers/deep-array.js +23 -0
  139. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/helpers/deep-array.js.map +1 -0
  140. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/helpers/environment.js +12 -0
  141. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/helpers/environment.js.map +1 -0
  142. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/index.js +93 -0
  143. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/index.js.map +1 -0
  144. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/item.js +67 -0
  145. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/item.js.map +1 -0
  146. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/partial.js +158 -0
  147. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/partial.js.map +1 -0
  148. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/pattern-to-regex.js +38 -0
  149. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/pattern-to-regex.js.map +1 -0
  150. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/plugin.js +33 -0
  151. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/plugin.js.map +1 -0
  152. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/printer.js +113 -0
  153. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/printer.js.map +1 -0
  154. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/resolve-targets-browser.js +41 -0
  155. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/resolve-targets-browser.js.map +1 -0
  156. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/resolve-targets.js +61 -0
  157. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/resolve-targets.js.map +1 -0
  158. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/util.js +31 -0
  159. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/util.js.map +1 -0
  160. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/validation/option-assertions.js +277 -0
  161. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/validation/option-assertions.js.map +1 -0
  162. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/validation/options.js +189 -0
  163. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/validation/options.js.map +1 -0
  164. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/validation/plugins.js +67 -0
  165. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/validation/plugins.js.map +1 -0
  166. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/validation/removed.js +68 -0
  167. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/config/validation/removed.js.map +1 -0
  168. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/errors/config-error.js +18 -0
  169. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/errors/config-error.js.map +1 -0
  170. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/errors/rewrite-stack-trace.js +98 -0
  171. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/errors/rewrite-stack-trace.js.map +1 -0
  172. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/gensync-utils/async.js +90 -0
  173. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/gensync-utils/async.js.map +1 -0
  174. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/gensync-utils/fs.js +31 -0
  175. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/gensync-utils/fs.js.map +1 -0
  176. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/gensync-utils/functional.js +58 -0
  177. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/gensync-utils/functional.js.map +1 -0
  178. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/index.js +242 -0
  179. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/index.js.map +1 -0
  180. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/parse.js +47 -0
  181. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/parse.js.map +1 -0
  182. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/parser/index.js +79 -0
  183. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/parser/index.js.map +1 -0
  184. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/parser/util/missing-plugin-helper.js +339 -0
  185. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/parser/util/missing-plugin-helper.js.map +1 -0
  186. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/tools/build-external-helpers.js +144 -0
  187. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/tools/build-external-helpers.js.map +1 -0
  188. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transform-ast.js +50 -0
  189. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transform-ast.js.map +1 -0
  190. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transform-file-browser.js +23 -0
  191. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transform-file-browser.js.map +1 -0
  192. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transform-file.js +40 -0
  193. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transform-file.js.map +1 -0
  194. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transform.js +49 -0
  195. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transform.js.map +1 -0
  196. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transformation/block-hoist-plugin.js +84 -0
  197. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transformation/block-hoist-plugin.js.map +1 -0
  198. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transformation/file/file.js +211 -0
  199. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transformation/file/file.js.map +1 -0
  200. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transformation/file/generate.js +84 -0
  201. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transformation/file/generate.js.map +1 -0
  202. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transformation/file/merge-map.js +37 -0
  203. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transformation/file/merge-map.js.map +1 -0
  204. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transformation/index.js +101 -0
  205. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transformation/index.js.map +1 -0
  206. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transformation/normalize-file.js +129 -0
  207. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transformation/normalize-file.js.map +1 -0
  208. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transformation/normalize-opts.js +59 -0
  209. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transformation/normalize-opts.js.map +1 -0
  210. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transformation/plugin-pass.js +48 -0
  211. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transformation/plugin-pass.js.map +1 -0
  212. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transformation/util/clone-deep.js +36 -0
  213. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/transformation/util/clone-deep.js.map +1 -0
  214. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/vendor/import-meta-resolve.js +1043 -0
  215. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/lib/vendor/import-meta-resolve.js.map +1 -0
  216. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/node_modules/.bin/semver +174 -0
  217. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/node_modules/semver/LICENSE +15 -0
  218. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/node_modules/semver/README.md +443 -0
  219. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/node_modules/semver/bin/semver.js +174 -0
  220. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/node_modules/semver/package.json +38 -0
  221. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/node_modules/semver/range.bnf +16 -0
  222. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/node_modules/semver/semver.js +1643 -0
  223. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/package.json +82 -0
  224. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/src/config/files/index-browser.ts +109 -0
  225. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/src/config/files/index.ts +29 -0
  226. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/src/config/resolve-targets-browser.ts +40 -0
  227. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/src/config/resolve-targets.ts +56 -0
  228. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/src/transform-file-browser.ts +31 -0
  229. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/core/src/transform-file.ts +55 -0
  230. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/LICENSE +22 -0
  231. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/README.md +19 -0
  232. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/buffer.js +317 -0
  233. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/buffer.js.map +1 -0
  234. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/generators/base.js +94 -0
  235. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/generators/base.js.map +1 -0
  236. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/generators/classes.js +179 -0
  237. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/generators/classes.js.map +1 -0
  238. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/generators/expressions.js +284 -0
  239. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/generators/expressions.js.map +1 -0
  240. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/generators/flow.js +668 -0
  241. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/generators/flow.js.map +1 -0
  242. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/generators/index.js +128 -0
  243. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/generators/index.js.map +1 -0
  244. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/generators/jsx.js +123 -0
  245. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/generators/jsx.js.map +1 -0
  246. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/generators/methods.js +175 -0
  247. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/generators/methods.js.map +1 -0
  248. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/generators/modules.js +274 -0
  249. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/generators/modules.js.map +1 -0
  250. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/generators/statements.js +287 -0
  251. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/generators/statements.js.map +1 -0
  252. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/generators/template-literals.js +31 -0
  253. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/generators/template-literals.js.map +1 -0
  254. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/generators/types.js +229 -0
  255. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/generators/types.js.map +1 -0
  256. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/generators/typescript.js +690 -0
  257. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/generators/typescript.js.map +1 -0
  258. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/index.js +89 -0
  259. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/index.js.map +1 -0
  260. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/node/index.js +91 -0
  261. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/node/index.js.map +1 -0
  262. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/node/parentheses.js +224 -0
  263. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/node/parentheses.js.map +1 -0
  264. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/node/whitespace.js +145 -0
  265. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/node/whitespace.js.map +1 -0
  266. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/printer.js +687 -0
  267. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/printer.js.map +1 -0
  268. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/source-map.js +85 -0
  269. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/lib/source-map.js.map +1 -0
  270. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/generator/package.json +38 -0
  271. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-annotate-as-pure/LICENSE +22 -0
  272. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-annotate-as-pure/README.md +19 -0
  273. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-annotate-as-pure/lib/index.js +23 -0
  274. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-annotate-as-pure/lib/index.js.map +1 -0
  275. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-annotate-as-pure/package.json +27 -0
  276. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-annotate-as-pure/tsconfig.json +17 -0
  277. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-annotate-as-pure/tsconfig.tsbuildinfo +1 -0
  278. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-compilation-targets/LICENSE +22 -0
  279. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-compilation-targets/README.md +19 -0
  280. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/debug.js +28 -0
  281. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/debug.js.map +1 -0
  282. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/filter-items.js +67 -0
  283. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/filter-items.js.map +1 -0
  284. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/index.js +224 -0
  285. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/index.js.map +1 -0
  286. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/options.js +24 -0
  287. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/options.js.map +1 -0
  288. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/pretty.js +40 -0
  289. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/pretty.js.map +1 -0
  290. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/targets.js +28 -0
  291. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/targets.js.map +1 -0
  292. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/utils.js +58 -0
  293. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/utils.js.map +1 -0
  294. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/.bin/semver +174 -0
  295. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/semver/LICENSE +15 -0
  296. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/semver/README.md +443 -0
  297. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/semver/bin/semver.js +174 -0
  298. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/semver/package.json +38 -0
  299. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/semver/range.bnf +16 -0
  300. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/semver/semver.js +1643 -0
  301. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-compilation-targets/package.json +43 -0
  302. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/LICENSE +22 -0
  303. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/README.md +19 -0
  304. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js +137 -0
  305. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js.map +1 -0
  306. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js +1304 -0
  307. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js.map +1 -0
  308. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/features.js +147 -0
  309. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/features.js.map +1 -0
  310. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/fields.js +1055 -0
  311. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/fields.js.map +1 -0
  312. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/index.js +245 -0
  313. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/index.js.map +1 -0
  314. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/misc.js +133 -0
  315. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/misc.js.map +1 -0
  316. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js +13 -0
  317. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js.map +1 -0
  318. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/.bin/semver +174 -0
  319. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/LICENSE +15 -0
  320. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/README.md +443 -0
  321. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/bin/semver.js +174 -0
  322. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/package.json +38 -0
  323. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/range.bnf +16 -0
  324. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/semver.js +1643 -0
  325. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/package.json +45 -0
  326. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/tsconfig.json +32 -0
  327. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/tsconfig.tsbuildinfo +1 -0
  328. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-environment-visitor/LICENSE +22 -0
  329. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-environment-visitor/README.md +19 -0
  330. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-environment-visitor/lib/index.js +51 -0
  331. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-environment-visitor/lib/index.js.map +1 -0
  332. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-environment-visitor/package.json +34 -0
  333. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-function-name/LICENSE +22 -0
  334. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-function-name/README.md +19 -0
  335. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-function-name/lib/index.js +170 -0
  336. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-function-name/lib/index.js.map +1 -0
  337. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-function-name/package.json +28 -0
  338. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-hoist-variables/LICENSE +22 -0
  339. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-hoist-variables/README.md +19 -0
  340. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-hoist-variables/lib/index.js +50 -0
  341. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-hoist-variables/lib/index.js.map +1 -0
  342. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-hoist-variables/package.json +27 -0
  343. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/LICENSE +22 -0
  344. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/README.md +19 -0
  345. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/lib/index.js +397 -0
  346. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/lib/index.js.map +1 -0
  347. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/package.json +25 -0
  348. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/tsconfig.json +17 -0
  349. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/tsconfig.tsbuildinfo +1 -0
  350. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-imports/LICENSE +22 -0
  351. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-imports/README.md +19 -0
  352. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-imports/lib/import-builder.js +122 -0
  353. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-imports/lib/import-builder.js.map +1 -0
  354. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-imports/lib/import-injector.js +304 -0
  355. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-imports/lib/import-injector.js.map +1 -0
  356. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-imports/lib/index.js +37 -0
  357. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-imports/lib/index.js.map +1 -0
  358. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-imports/lib/is-module.js +11 -0
  359. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-imports/lib/is-module.js.map +1 -0
  360. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-imports/package.json +28 -0
  361. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-transforms/LICENSE +22 -0
  362. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-transforms/README.md +19 -0
  363. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-transforms/lib/dynamic-import.js +48 -0
  364. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-transforms/lib/dynamic-import.js.map +1 -0
  365. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-transforms/lib/get-module-name.js +48 -0
  366. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-transforms/lib/get-module-name.js.map +1 -0
  367. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-transforms/lib/index.js +380 -0
  368. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-transforms/lib/index.js.map +1 -0
  369. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-transforms/lib/lazy-modules.js +31 -0
  370. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-transforms/lib/lazy-modules.js.map +1 -0
  371. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-transforms/lib/normalize-and-load-metadata.js +358 -0
  372. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-transforms/lib/normalize-and-load-metadata.js.map +1 -0
  373. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-transforms/lib/rewrite-live-references.js +376 -0
  374. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-transforms/lib/rewrite-live-references.js.map +1 -0
  375. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-transforms/lib/rewrite-this.js +24 -0
  376. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-transforms/lib/rewrite-this.js.map +1 -0
  377. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-module-transforms/package.json +34 -0
  378. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-optimise-call-expression/LICENSE +22 -0
  379. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-optimise-call-expression/README.md +19 -0
  380. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-optimise-call-expression/lib/index.js +33 -0
  381. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-optimise-call-expression/lib/index.js.map +1 -0
  382. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-optimise-call-expression/package.json +28 -0
  383. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-optimise-call-expression/tsconfig.json +17 -0
  384. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-optimise-call-expression/tsconfig.tsbuildinfo +1 -0
  385. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-plugin-utils/LICENSE +22 -0
  386. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-plugin-utils/README.md +19 -0
  387. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-plugin-utils/lib/index.js +77 -0
  388. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-plugin-utils/lib/index.js.map +1 -0
  389. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-plugin-utils/package.json +24 -0
  390. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-plugin-utils/tsconfig.json +39 -0
  391. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-plugin-utils/tsconfig.tsbuildinfo +1 -0
  392. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-replace-supers/LICENSE +22 -0
  393. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-replace-supers/README.md +19 -0
  394. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-replace-supers/lib/index.js +231 -0
  395. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-replace-supers/lib/index.js.map +1 -0
  396. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-replace-supers/package.json +32 -0
  397. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-replace-supers/tsconfig.json +23 -0
  398. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-replace-supers/tsconfig.tsbuildinfo +1 -0
  399. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-simple-access/LICENSE +22 -0
  400. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-simple-access/README.md +19 -0
  401. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-simple-access/lib/index.js +91 -0
  402. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-simple-access/lib/index.js.map +1 -0
  403. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-simple-access/package.json +28 -0
  404. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/LICENSE +22 -0
  405. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/README.md +19 -0
  406. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/lib/index.js +34 -0
  407. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/lib/index.js.map +1 -0
  408. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/package.json +31 -0
  409. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/tsconfig.json +17 -0
  410. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/tsconfig.tsbuildinfo +1 -0
  411. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-split-export-declaration/LICENSE +22 -0
  412. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-split-export-declaration/README.md +19 -0
  413. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-split-export-declaration/lib/index.js +59 -0
  414. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-split-export-declaration/lib/index.js.map +1 -0
  415. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-split-export-declaration/package.json +27 -0
  416. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-string-parser/LICENSE +22 -0
  417. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-string-parser/README.md +19 -0
  418. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-string-parser/lib/index.js +295 -0
  419. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-string-parser/lib/index.js.map +1 -0
  420. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-string-parser/package.json +31 -0
  421. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-validator-identifier/LICENSE +22 -0
  422. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-validator-identifier/README.md +19 -0
  423. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-validator-identifier/lib/identifier.js +70 -0
  424. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-validator-identifier/lib/identifier.js.map +1 -0
  425. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-validator-identifier/lib/index.js +57 -0
  426. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-validator-identifier/lib/index.js.map +1 -0
  427. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-validator-identifier/lib/keyword.js +35 -0
  428. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-validator-identifier/lib/keyword.js.map +1 -0
  429. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-validator-identifier/package.json +31 -0
  430. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-validator-identifier/scripts/generate-identifier-regex.js +73 -0
  431. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-validator-option/LICENSE +22 -0
  432. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-validator-option/README.md +19 -0
  433. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-validator-option/lib/find-suggestion.js +39 -0
  434. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-validator-option/lib/find-suggestion.js.map +1 -0
  435. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-validator-option/lib/index.js +21 -0
  436. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-validator-option/lib/index.js.map +1 -0
  437. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-validator-option/lib/validator.js +48 -0
  438. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-validator-option/lib/validator.js.map +1 -0
  439. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helper-validator-option/package.json +27 -0
  440. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/LICENSE +22 -0
  441. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/README.md +19 -0
  442. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/AwaitValue.js +11 -0
  443. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/AwaitValue.js.map +1 -0
  444. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/OverloadYield.js +12 -0
  445. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/OverloadYield.js.map +1 -0
  446. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecoratedDescriptor.js +31 -0
  447. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecoratedDescriptor.js.map +1 -0
  448. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs.js +459 -0
  449. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs.js.map +1 -0
  450. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2203.js +363 -0
  451. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2203.js.map +1 -0
  452. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2203R.js +376 -0
  453. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2203R.js.map +1 -0
  454. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2301.js +421 -0
  455. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2301.js.map +1 -0
  456. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2305.js +235 -0
  457. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2305.js.map +1 -0
  458. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2311.js +236 -0
  459. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2311.js.map +1 -0
  460. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/arrayLikeToArray.js +13 -0
  461. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/arrayLikeToArray.js.map +1 -0
  462. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/arrayWithHoles.js +11 -0
  463. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/arrayWithHoles.js.map +1 -0
  464. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/arrayWithoutHoles.js +12 -0
  465. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/arrayWithoutHoles.js.map +1 -0
  466. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/assertClassBrand.js +14 -0
  467. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/assertClassBrand.js.map +1 -0
  468. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/assertThisInitialized.js +14 -0
  469. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/assertThisInitialized.js.map +1 -0
  470. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/asyncGeneratorDelegate.js +52 -0
  471. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/asyncGeneratorDelegate.js.map +1 -0
  472. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/asyncIterator.js +72 -0
  473. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/asyncIterator.js.map +1 -0
  474. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/asyncToGenerator.js +38 -0
  475. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/asyncToGenerator.js.map +1 -0
  476. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/awaitAsyncGenerator.js +12 -0
  477. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/awaitAsyncGenerator.js.map +1 -0
  478. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/callSuper.js +15 -0
  479. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/callSuper.js.map +1 -0
  480. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/checkInRHS.js +14 -0
  481. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/checkInRHS.js.map +1 -0
  482. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/checkPrivateRedeclaration.js +13 -0
  483. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/checkPrivateRedeclaration.js.map +1 -0
  484. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorDestructureSet.js +25 -0
  485. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorDestructureSet.js.map +1 -0
  486. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorGet.js +14 -0
  487. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorGet.js.map +1 -0
  488. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorSet.js +18 -0
  489. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorSet.js.map +1 -0
  490. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classCallCheck.js +13 -0
  491. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classCallCheck.js.map +1 -0
  492. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticAccess.js +12 -0
  493. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticAccess.js.map +1 -0
  494. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticFieldDescriptor.js +13 -0
  495. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticFieldDescriptor.js.map +1 -0
  496. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classExtractFieldDescriptor.js +12 -0
  497. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classExtractFieldDescriptor.js.map +1 -0
  498. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classNameTDZError.js +11 -0
  499. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classNameTDZError.js.map +1 -0
  500. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldDestructureSet.js +14 -0
  501. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldDestructureSet.js.map +1 -0
  502. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet.js +14 -0
  503. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet.js.map +1 -0
  504. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet2.js +12 -0
  505. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet2.js.map +1 -0
  506. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldInitSpec.js +13 -0
  507. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldInitSpec.js.map +1 -0
  508. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseBase.js +14 -0
  509. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseBase.js.map +1 -0
  510. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseKey.js +12 -0
  511. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseKey.js.map +1 -0
  512. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet.js +15 -0
  513. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet.js.map +1 -0
  514. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet2.js +13 -0
  515. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet2.js.map +1 -0
  516. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateGetter.js +12 -0
  517. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateGetter.js.map +1 -0
  518. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateMethodGet.js +13 -0
  519. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateMethodGet.js.map +1 -0
  520. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateMethodInitSpec.js +13 -0
  521. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateMethodInitSpec.js.map +1 -0
  522. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateMethodSet.js +11 -0
  523. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateMethodSet.js.map +1 -0
  524. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateSetter.js +13 -0
  525. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateSetter.js.map +1 -0
  526. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldDestructureSet.js +16 -0
  527. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldDestructureSet.js.map +1 -0
  528. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecGet.js +16 -0
  529. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecGet.js.map +1 -0
  530. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecSet.js +17 -0
  531. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecSet.js.map +1 -0
  532. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodGet.js +13 -0
  533. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodGet.js.map +1 -0
  534. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodSet.js +11 -0
  535. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodSet.js.map +1 -0
  536. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/construct.js +20 -0
  537. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/construct.js.map +1 -0
  538. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/createClass.js +26 -0
  539. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/createClass.js.map +1 -0
  540. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelper.js +64 -0
  541. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelper.js.map +1 -0
  542. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelperLoose.js +29 -0
  543. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelperLoose.js.map +1 -0
  544. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/createSuper.js +25 -0
  545. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/createSuper.js.map +1 -0
  546. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/decorate.js +350 -0
  547. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/decorate.js.map +1 -0
  548. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/defaults.js +18 -0
  549. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/defaults.js.map +1 -0
  550. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/defineAccessor.js +16 -0
  551. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/defineAccessor.js.map +1 -0
  552. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/defineEnumerableProperties.js +27 -0
  553. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/defineEnumerableProperties.js.map +1 -0
  554. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/defineProperty.js +23 -0
  555. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/defineProperty.js.map +1 -0
  556. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/dispose.js +47 -0
  557. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/dispose.js.map +1 -0
  558. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/extends.js +22 -0
  559. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/extends.js.map +1 -0
  560. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/get.js +25 -0
  561. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/get.js.map +1 -0
  562. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/getPrototypeOf.js +14 -0
  563. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/getPrototypeOf.js.map +1 -0
  564. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/identity.js +11 -0
  565. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/identity.js.map +1 -0
  566. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/importDeferProxy.js +35 -0
  567. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/importDeferProxy.js.map +1 -0
  568. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/inherits.js +25 -0
  569. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/inherits.js.map +1 -0
  570. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/inheritsLoose.js +14 -0
  571. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/inheritsLoose.js.map +1 -0
  572. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/initializerDefineProperty.js +17 -0
  573. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/initializerDefineProperty.js.map +1 -0
  574. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/initializerWarningHelper.js +11 -0
  575. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/initializerWarningHelper.js.map +1 -0
  576. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/instanceof.js +15 -0
  577. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/instanceof.js.map +1 -0
  578. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/interopRequireDefault.js +13 -0
  579. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/interopRequireDefault.js.map +1 -0
  580. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/interopRequireWildcard.js +49 -0
  581. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/interopRequireWildcard.js.map +1 -0
  582. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/isNativeFunction.js +15 -0
  583. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/isNativeFunction.js.map +1 -0
  584. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/isNativeReflectConstruct.js +16 -0
  585. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/isNativeReflectConstruct.js.map +1 -0
  586. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/iterableToArray.js +13 -0
  587. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/iterableToArray.js.map +1 -0
  588. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimit.js +41 -0
  589. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimit.js.map +1 -0
  590. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/jsx.js +47 -0
  591. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/jsx.js.map +1 -0
  592. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/maybeArrayLike.js +16 -0
  593. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/maybeArrayLike.js.map +1 -0
  594. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/newArrowCheck.js +13 -0
  595. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/newArrowCheck.js.map +1 -0
  596. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/nonIterableRest.js +11 -0
  597. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/nonIterableRest.js.map +1 -0
  598. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/nonIterableSpread.js +11 -0
  599. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/nonIterableSpread.js.map +1 -0
  600. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/nullishReceiverError.js +11 -0
  601. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/nullishReceiverError.js.map +1 -0
  602. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectDestructuringEmpty.js +11 -0
  603. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectDestructuringEmpty.js.map +1 -0
  604. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectSpread.js +24 -0
  605. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectSpread.js.map +1 -0
  606. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectSpread2.js +39 -0
  607. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectSpread2.js.map +1 -0
  608. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js +24 -0
  609. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js.map +1 -0
  610. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectWithoutPropertiesLoose.js +19 -0
  611. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectWithoutPropertiesLoose.js.map +1 -0
  612. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/possibleConstructorReturn.js +17 -0
  613. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/possibleConstructorReturn.js.map +1 -0
  614. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/readOnlyError.js +11 -0
  615. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/readOnlyError.js.map +1 -0
  616. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/regeneratorRuntime.js +499 -0
  617. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/regeneratorRuntime.js.map +1 -0
  618. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/set.js +48 -0
  619. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/set.js.map +1 -0
  620. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/setFunctionName.js +21 -0
  621. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/setFunctionName.js.map +1 -0
  622. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/setPrototypeOf.js +15 -0
  623. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/setPrototypeOf.js.map +1 -0
  624. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/skipFirstGeneratorNext.js +15 -0
  625. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/skipFirstGeneratorNext.js.map +1 -0
  626. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/slicedToArray.js +15 -0
  627. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/slicedToArray.js.map +1 -0
  628. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/superPropBase.js +16 -0
  629. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/superPropBase.js.map +1 -0
  630. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteral.js +18 -0
  631. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteral.js.map +1 -0
  632. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteralLoose.js +15 -0
  633. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteralLoose.js.map +1 -0
  634. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/tdz.js +11 -0
  635. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/tdz.js.map +1 -0
  636. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/temporalRef.js +13 -0
  637. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/temporalRef.js.map +1 -0
  638. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/temporalUndefined.js +9 -0
  639. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/temporalUndefined.js.map +1 -0
  640. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/toArray.js +15 -0
  641. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/toArray.js.map +1 -0
  642. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/toConsumableArray.js +15 -0
  643. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/toConsumableArray.js.map +1 -0
  644. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/toPrimitive.js +18 -0
  645. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/toPrimitive.js.map +1 -0
  646. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/toPropertyKey.js +13 -0
  647. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/toPropertyKey.js.map +1 -0
  648. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/toSetter.js +18 -0
  649. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/toSetter.js.map +1 -0
  650. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/typeof.js +22 -0
  651. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/typeof.js.map +1 -0
  652. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/unsupportedIterableToArray.js +19 -0
  653. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/unsupportedIterableToArray.js.map +1 -0
  654. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/using.js +29 -0
  655. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/using.js.map +1 -0
  656. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/usingCtx.js +73 -0
  657. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/usingCtx.js.map +1 -0
  658. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/wrapAsyncGenerator.js +97 -0
  659. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/wrapAsyncGenerator.js.map +1 -0
  660. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/wrapNativeSuper.js +38 -0
  661. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/wrapNativeSuper.js.map +1 -0
  662. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js +68 -0
  663. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js.map +1 -0
  664. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/writeOnlyError.js +11 -0
  665. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers/writeOnlyError.js.map +1 -0
  666. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers-generated.js +1207 -0
  667. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/helpers-generated.js.map +1 -0
  668. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/index.js +121 -0
  669. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/lib/index.js.map +1 -0
  670. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/package.json +31 -0
  671. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/scripts/build-helper-metadata.js +209 -0
  672. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/scripts/generate-helpers.js +207 -0
  673. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/helpers/scripts/generate-regenerator-runtime.js +61 -0
  674. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/highlight/LICENSE +22 -0
  675. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/highlight/README.md +19 -0
  676. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/highlight/lib/index.js +119 -0
  677. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/highlight/lib/index.js.map +1 -0
  678. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/highlight/package.json +30 -0
  679. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/parser/CHANGELOG.md +1073 -0
  680. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/parser/LICENSE +19 -0
  681. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/parser/README.md +19 -0
  682. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/parser/bin/babel-parser.js +15 -0
  683. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/parser/index.cjs +5 -0
  684. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/parser/lib/index.js +14007 -0
  685. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/parser/lib/index.js.map +1 -0
  686. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/parser/package.json +47 -0
  687. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/parser/typings/babel-parser.d.ts +251 -0
  688. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-proposal-decorators/LICENSE +22 -0
  689. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-proposal-decorators/README.md +19 -0
  690. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-proposal-decorators/lib/index.js +41 -0
  691. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-proposal-decorators/lib/index.js.map +1 -0
  692. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-proposal-decorators/lib/transformer-legacy.js +165 -0
  693. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-proposal-decorators/lib/transformer-legacy.js.map +1 -0
  694. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-proposal-decorators/package.json +42 -0
  695. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-proposal-decorators/tsconfig.json +23 -0
  696. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-proposal-decorators/tsconfig.tsbuildinfo +1 -0
  697. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-async-generators/LICENSE +22 -0
  698. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-async-generators/README.md +19 -0
  699. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-async-generators/lib/index.js +22 -0
  700. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-async-generators/package.json +23 -0
  701. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-bigint/LICENSE +22 -0
  702. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-bigint/README.md +19 -0
  703. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-bigint/lib/index.js +22 -0
  704. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-bigint/package.json +23 -0
  705. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-class-properties/LICENSE +22 -0
  706. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-class-properties/README.md +19 -0
  707. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-class-properties/lib/index.js +22 -0
  708. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-class-properties/package.json +28 -0
  709. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-decorators/LICENSE +22 -0
  710. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-decorators/README.md +19 -0
  711. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-decorators/lib/index.js +81 -0
  712. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-decorators/lib/index.js.map +1 -0
  713. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-decorators/package.json +33 -0
  714. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-decorators/tsconfig.json +17 -0
  715. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-decorators/tsconfig.tsbuildinfo +1 -0
  716. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-import-meta/LICENSE +22 -0
  717. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-import-meta/README.md +19 -0
  718. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-import-meta/lib/index.js +22 -0
  719. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-import-meta/package.json +28 -0
  720. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-json-strings/LICENSE +22 -0
  721. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-json-strings/README.md +19 -0
  722. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-json-strings/lib/index.js +22 -0
  723. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-json-strings/package.json +23 -0
  724. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-jsx/LICENSE +22 -0
  725. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-jsx/README.md +19 -0
  726. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-jsx/lib/index.js +23 -0
  727. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-jsx/lib/index.js.map +1 -0
  728. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-jsx/package.json +33 -0
  729. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-logical-assignment-operators/LICENSE +22 -0
  730. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-logical-assignment-operators/README.md +19 -0
  731. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-logical-assignment-operators/lib/index.js +22 -0
  732. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-logical-assignment-operators/package.json +28 -0
  733. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/LICENSE +22 -0
  734. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/README.md +19 -0
  735. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/lib/index.js +22 -0
  736. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/package.json +23 -0
  737. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-numeric-separator/LICENSE +22 -0
  738. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-numeric-separator/README.md +19 -0
  739. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-numeric-separator/lib/index.js +22 -0
  740. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-numeric-separator/package.json +28 -0
  741. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-object-rest-spread/LICENSE +22 -0
  742. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-object-rest-spread/README.md +19 -0
  743. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-object-rest-spread/lib/index.js +22 -0
  744. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-object-rest-spread/package.json +23 -0
  745. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-optional-catch-binding/LICENSE +22 -0
  746. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-optional-catch-binding/README.md +19 -0
  747. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-optional-catch-binding/lib/index.js +22 -0
  748. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-optional-catch-binding/package.json +23 -0
  749. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-optional-chaining/LICENSE +22 -0
  750. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-optional-chaining/README.md +19 -0
  751. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-optional-chaining/lib/index.js +22 -0
  752. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-optional-chaining/package.json +23 -0
  753. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-top-level-await/LICENSE +22 -0
  754. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-top-level-await/README.md +19 -0
  755. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-top-level-await/lib/index.js +22 -0
  756. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-top-level-await/package.json +32 -0
  757. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-typescript/LICENSE +22 -0
  758. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-typescript/README.md +19 -0
  759. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-typescript/lib/index.js +55 -0
  760. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-typescript/lib/index.js.map +1 -0
  761. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-typescript/package.json +35 -0
  762. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-typescript/tsconfig.json +17 -0
  763. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-syntax-typescript/tsconfig.tsbuildinfo +1 -0
  764. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-transform-template-literals/LICENSE +22 -0
  765. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-transform-template-literals/README.md +19 -0
  766. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-transform-template-literals/lib/index.js +108 -0
  767. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-transform-template-literals/lib/index.js.map +1 -0
  768. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-transform-template-literals/package.json +34 -0
  769. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-transform-template-literals/tsconfig.json +17 -0
  770. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-transform-template-literals/tsconfig.tsbuildinfo +1 -0
  771. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-transform-typescript/LICENSE +22 -0
  772. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-transform-typescript/README.md +19 -0
  773. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js +58 -0
  774. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js.map +1 -0
  775. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/enum.js +302 -0
  776. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/enum.js.map +1 -0
  777. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/global-types.js +22 -0
  778. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/global-types.js.map +1 -0
  779. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/index.js +486 -0
  780. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/index.js.map +1 -0
  781. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/namespace.js +165 -0
  782. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/namespace.js.map +1 -0
  783. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-transform-typescript/package.json +40 -0
  784. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-transform-typescript/tsconfig.json +26 -0
  785. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/plugin-transform-typescript/tsconfig.tsbuildinfo +1 -0
  786. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/template/LICENSE +22 -0
  787. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/template/README.md +19 -0
  788. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/template/lib/builder.js +69 -0
  789. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/template/lib/builder.js.map +1 -0
  790. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/template/lib/formatters.js +61 -0
  791. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/template/lib/formatters.js.map +1 -0
  792. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/template/lib/index.js +23 -0
  793. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/template/lib/index.js.map +1 -0
  794. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/template/lib/literal.js +69 -0
  795. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/template/lib/literal.js.map +1 -0
  796. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/template/lib/options.js +73 -0
  797. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/template/lib/options.js.map +1 -0
  798. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/template/lib/parse.js +160 -0
  799. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/template/lib/parse.js.map +1 -0
  800. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/template/lib/populate.js +122 -0
  801. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/template/lib/populate.js.map +1 -0
  802. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/template/lib/string.js +20 -0
  803. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/template/lib/string.js.map +1 -0
  804. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/template/package.json +27 -0
  805. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/LICENSE +22 -0
  806. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/README.md +19 -0
  807. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/cache.js +44 -0
  808. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/cache.js.map +1 -0
  809. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/context.js +118 -0
  810. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/context.js.map +1 -0
  811. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/hub.js +19 -0
  812. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/hub.js.map +1 -0
  813. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/index.js +94 -0
  814. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/index.js.map +1 -0
  815. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/ancestry.js +141 -0
  816. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/ancestry.js.map +1 -0
  817. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/comments.js +52 -0
  818. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/comments.js.map +1 -0
  819. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/context.js +223 -0
  820. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/context.js.map +1 -0
  821. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/conversion.js +468 -0
  822. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/conversion.js.map +1 -0
  823. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/evaluation.js +347 -0
  824. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/evaluation.js.map +1 -0
  825. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/family.js +335 -0
  826. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/family.js.map +1 -0
  827. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/index.js +287 -0
  828. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/index.js.map +1 -0
  829. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/inference/index.js +149 -0
  830. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/inference/index.js.map +1 -0
  831. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/inference/inferer-reference.js +151 -0
  832. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/inference/inferer-reference.js.map +1 -0
  833. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/inference/inferers.js +207 -0
  834. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/inference/inferers.js.map +1 -0
  835. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/inference/util.js +30 -0
  836. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/inference/util.js.map +1 -0
  837. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/introspection.js +398 -0
  838. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/introspection.js.map +1 -0
  839. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/lib/hoister.js +171 -0
  840. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/lib/hoister.js.map +1 -0
  841. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/lib/removal-hooks.js +37 -0
  842. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/lib/removal-hooks.js.map +1 -0
  843. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/lib/virtual-types-validator.js +163 -0
  844. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/lib/virtual-types-validator.js.map +1 -0
  845. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/lib/virtual-types.js +26 -0
  846. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/lib/virtual-types.js.map +1 -0
  847. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/modification.js +228 -0
  848. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/modification.js.map +1 -0
  849. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/removal.js +67 -0
  850. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/removal.js.map +1 -0
  851. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/replacement.js +265 -0
  852. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/path/replacement.js.map +1 -0
  853. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/scope/binding.js +83 -0
  854. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/scope/binding.js.map +1 -0
  855. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/scope/index.js +910 -0
  856. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/scope/index.js.map +1 -0
  857. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/scope/lib/renamer.js +115 -0
  858. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/scope/lib/renamer.js.map +1 -0
  859. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/traverse-node.js +29 -0
  860. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/traverse-node.js.map +1 -0
  861. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/types.js +3 -0
  862. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/types.js.map +1 -0
  863. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/visitors.js +221 -0
  864. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/lib/visitors.js.map +1 -0
  865. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/traverse/package.json +38 -0
  866. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/LICENSE +22 -0
  867. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/README.md +19 -0
  868. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/asserts/assertNode.js +16 -0
  869. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/asserts/assertNode.js.map +1 -0
  870. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/asserts/generated/index.js +1235 -0
  871. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/asserts/generated/index.js.map +1 -0
  872. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/ast-types/generated/index.js +3 -0
  873. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/ast-types/generated/index.js.map +1 -0
  874. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js +18 -0
  875. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js.map +1 -0
  876. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js +31 -0
  877. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js.map +1 -0
  878. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/builders/generated/index.js +1991 -0
  879. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/builders/generated/index.js.map +1 -0
  880. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/builders/generated/uppercase.js +1532 -0
  881. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/builders/generated/uppercase.js.map +1 -0
  882. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/builders/productions.js +12 -0
  883. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/builders/productions.js.map +1 -0
  884. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/builders/react/buildChildren.js +24 -0
  885. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/builders/react/buildChildren.js.map +1 -0
  886. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js +22 -0
  887. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js.map +1 -0
  888. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/builders/validateNode.js +17 -0
  889. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/builders/validateNode.js.map +1 -0
  890. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/clone/clone.js +12 -0
  891. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/clone/clone.js.map +1 -0
  892. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/clone/cloneDeep.js +12 -0
  893. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/clone/cloneDeep.js.map +1 -0
  894. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js +12 -0
  895. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js.map +1 -0
  896. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/clone/cloneNode.js +104 -0
  897. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/clone/cloneNode.js.map +1 -0
  898. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js +12 -0
  899. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js.map +1 -0
  900. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/comments/addComment.js +15 -0
  901. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/comments/addComment.js.map +1 -0
  902. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/comments/addComments.js +22 -0
  903. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/comments/addComments.js.map +1 -0
  904. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/comments/inheritInnerComments.js +12 -0
  905. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/comments/inheritInnerComments.js.map +1 -0
  906. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/comments/inheritLeadingComments.js +12 -0
  907. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/comments/inheritLeadingComments.js.map +1 -0
  908. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/comments/inheritTrailingComments.js +12 -0
  909. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/comments/inheritTrailingComments.js.map +1 -0
  910. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/comments/inheritsComments.js +17 -0
  911. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/comments/inheritsComments.js.map +1 -0
  912. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/comments/removeComments.js +15 -0
  913. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/comments/removeComments.js.map +1 -0
  914. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/constants/generated/index.js +59 -0
  915. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/constants/generated/index.js.map +1 -0
  916. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/constants/index.js +31 -0
  917. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/constants/index.js.map +1 -0
  918. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/converters/ensureBlock.js +14 -0
  919. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/converters/ensureBlock.js.map +1 -0
  920. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js +66 -0
  921. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js.map +1 -0
  922. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js +14 -0
  923. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js.map +1 -0
  924. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/converters/toBlock.js +29 -0
  925. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/converters/toBlock.js.map +1 -0
  926. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/converters/toComputedKey.js +14 -0
  927. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/converters/toComputedKey.js.map +1 -0
  928. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/converters/toExpression.js +27 -0
  929. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/converters/toExpression.js.map +1 -0
  930. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/converters/toIdentifier.js +25 -0
  931. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/converters/toIdentifier.js.map +1 -0
  932. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/converters/toKeyAlias.js +38 -0
  933. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/converters/toKeyAlias.js.map +1 -0
  934. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/converters/toSequenceExpression.js +20 -0
  935. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/converters/toSequenceExpression.js.map +1 -0
  936. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/converters/toStatement.js +39 -0
  937. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/converters/toStatement.js.map +1 -0
  938. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/converters/valueToNode.js +76 -0
  939. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/converters/valueToNode.js.map +1 -0
  940. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/definitions/core.js +1689 -0
  941. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/definitions/core.js.map +1 -0
  942. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/definitions/deprecated-aliases.js +11 -0
  943. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/definitions/deprecated-aliases.js.map +1 -0
  944. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/definitions/experimental.js +134 -0
  945. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/definitions/experimental.js.map +1 -0
  946. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/definitions/flow.js +489 -0
  947. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/definitions/flow.js.map +1 -0
  948. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/definitions/index.js +96 -0
  949. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/definitions/index.js.map +1 -0
  950. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/definitions/jsx.js +158 -0
  951. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/definitions/jsx.js.map +1 -0
  952. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/definitions/misc.js +32 -0
  953. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/definitions/misc.js.map +1 -0
  954. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/definitions/placeholders.js +27 -0
  955. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/definitions/placeholders.js.map +1 -0
  956. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/definitions/typescript.js +493 -0
  957. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/definitions/typescript.js.map +1 -0
  958. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/definitions/utils.js +273 -0
  959. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/definitions/utils.js.map +1 -0
  960. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/index-legacy.d.ts +2758 -0
  961. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/index.d.ts +3235 -0
  962. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/index.js +576 -0
  963. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/index.js.flow +2612 -0
  964. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/index.js.map +1 -0
  965. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js +15 -0
  966. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js.map +1 -0
  967. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js +65 -0
  968. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js.map +1 -0
  969. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/modifications/inherits.js +28 -0
  970. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/modifications/inherits.js.map +1 -0
  971. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js +17 -0
  972. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js.map +1 -0
  973. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/modifications/removeProperties.js +24 -0
  974. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/modifications/removeProperties.js.map +1 -0
  975. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js +14 -0
  976. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js.map +1 -0
  977. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js +65 -0
  978. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js.map +1 -0
  979. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js +101 -0
  980. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js.map +1 -0
  981. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js +13 -0
  982. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js.map +1 -0
  983. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/traverse/traverse.js +50 -0
  984. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/traverse/traverse.js.map +1 -0
  985. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/traverse/traverseFast.js +26 -0
  986. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/traverse/traverseFast.js.map +1 -0
  987. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/utils/deprecationWarning.js +44 -0
  988. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/utils/deprecationWarning.js.map +1 -0
  989. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/utils/inherit.js +13 -0
  990. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/utils/inherit.js.map +1 -0
  991. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js +40 -0
  992. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js.map +1 -0
  993. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/utils/shallowEqual.js +17 -0
  994. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/utils/shallowEqual.js.map +1 -0
  995. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js +13 -0
  996. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js.map +1 -0
  997. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/generated/index.js +2752 -0
  998. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/generated/index.js.map +1 -0
  999. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/is.js +27 -0
  1000. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/is.js.map +1 -0
  1001. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isBinding.js +27 -0
  1002. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isBinding.js.map +1 -0
  1003. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isBlockScoped.js +13 -0
  1004. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isBlockScoped.js.map +1 -0
  1005. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isImmutable.js +21 -0
  1006. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isImmutable.js.map +1 -0
  1007. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isLet.js +13 -0
  1008. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isLet.js.map +1 -0
  1009. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isNode.js +12 -0
  1010. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isNode.js.map +1 -0
  1011. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isNodesEquivalent.js +57 -0
  1012. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isNodesEquivalent.js.map +1 -0
  1013. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isPlaceholderType.js +19 -0
  1014. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isPlaceholderType.js.map +1 -0
  1015. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isReferenced.js +96 -0
  1016. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isReferenced.js.map +1 -0
  1017. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isScope.js +18 -0
  1018. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isScope.js.map +1 -0
  1019. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isSpecifierDefault.js +14 -0
  1020. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isSpecifierDefault.js.map +1 -0
  1021. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isType.js +22 -0
  1022. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isType.js.map +1 -0
  1023. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isValidES3Identifier.js +13 -0
  1024. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isValidES3Identifier.js.map +1 -0
  1025. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isValidIdentifier.js +18 -0
  1026. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isValidIdentifier.js.map +1 -0
  1027. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isVar.js +15 -0
  1028. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/isVar.js.map +1 -0
  1029. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/matchesPattern.js +36 -0
  1030. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/matchesPattern.js.map +1 -0
  1031. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/react/isCompatTag.js +11 -0
  1032. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/react/isCompatTag.js.map +1 -0
  1033. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/react/isReactComponent.js +11 -0
  1034. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/react/isReactComponent.js.map +1 -0
  1035. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/validate.js +30 -0
  1036. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/lib/validators/validate.js.map +1 -0
  1037. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@babel/types/package.json +40 -0
  1038. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/gen-mapping/LICENSE +19 -0
  1039. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/gen-mapping/README.md +227 -0
  1040. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs +230 -0
  1041. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs.map +1 -0
  1042. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js +246 -0
  1043. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js.map +1 -0
  1044. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts +88 -0
  1045. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts +12 -0
  1046. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/types/types.d.ts +36 -0
  1047. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/gen-mapping/package.json +76 -0
  1048. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/resolve-uri/LICENSE +19 -0
  1049. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/resolve-uri/README.md +40 -0
  1050. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs +242 -0
  1051. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map +1 -0
  1052. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js +250 -0
  1053. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js.map +1 -0
  1054. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/resolve-uri/dist/types/resolve-uri.d.ts +4 -0
  1055. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/resolve-uri/package.json +69 -0
  1056. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/set-array/LICENSE +19 -0
  1057. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/set-array/README.md +37 -0
  1058. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/set-array/dist/set-array.mjs +69 -0
  1059. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/set-array/dist/set-array.mjs.map +1 -0
  1060. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/set-array/dist/set-array.umd.js +83 -0
  1061. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/set-array/dist/set-array.umd.js.map +1 -0
  1062. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/set-array/dist/types/set-array.d.ts +32 -0
  1063. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/set-array/package.json +65 -0
  1064. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/sourcemap-codec/LICENSE +21 -0
  1065. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/sourcemap-codec/README.md +200 -0
  1066. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs +164 -0
  1067. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map +1 -0
  1068. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js +175 -0
  1069. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map +1 -0
  1070. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/sourcemap-codec/dist/types/sourcemap-codec.d.ts +6 -0
  1071. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/sourcemap-codec/package.json +74 -0
  1072. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/trace-mapping/LICENSE +19 -0
  1073. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/trace-mapping/README.md +257 -0
  1074. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs +580 -0
  1075. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map +1 -0
  1076. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js +600 -0
  1077. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map +1 -0
  1078. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/any-map.d.ts +8 -0
  1079. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/binary-search.d.ts +32 -0
  1080. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/by-source.d.ts +7 -0
  1081. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/resolve.d.ts +1 -0
  1082. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/sort.d.ts +2 -0
  1083. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/sourcemap-segment.d.ts +16 -0
  1084. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/strip-filename.d.ts +4 -0
  1085. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts +79 -0
  1086. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/types.d.ts +99 -0
  1087. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/@jridgewell/trace-mapping/package.json +77 -0
  1088. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/browserslist/LICENSE +20 -0
  1089. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/browserslist/README.md +67 -0
  1090. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/browserslist/browser.js +52 -0
  1091. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/browserslist/cli.js +156 -0
  1092. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/browserslist/error.d.ts +7 -0
  1093. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/browserslist/error.js +12 -0
  1094. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/browserslist/index.d.ts +201 -0
  1095. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/browserslist/index.js +1211 -0
  1096. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/browserslist/node.js +419 -0
  1097. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/browserslist/package.json +44 -0
  1098. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/browserslist/parse.js +78 -0
  1099. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/LICENSE +395 -0
  1100. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/README.md +6 -0
  1101. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/agents.js +1 -0
  1102. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/browserVersions.js +1 -0
  1103. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/browsers.js +1 -0
  1104. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/aac.js +1 -0
  1105. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/abortcontroller.js +1 -0
  1106. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/ac3-ec3.js +1 -0
  1107. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/accelerometer.js +1 -0
  1108. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/addeventlistener.js +1 -0
  1109. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +1 -0
  1110. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/ambient-light.js +1 -0
  1111. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/apng.js +1 -0
  1112. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/array-find-index.js +1 -0
  1113. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/array-find.js +1 -0
  1114. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/array-flat.js +1 -0
  1115. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/array-includes.js +1 -0
  1116. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/arrow-functions.js +1 -0
  1117. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/asmjs.js +1 -0
  1118. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/async-clipboard.js +1 -0
  1119. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/async-functions.js +1 -0
  1120. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/atob-btoa.js +1 -0
  1121. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/audio-api.js +1 -0
  1122. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/audio.js +1 -0
  1123. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/audiotracks.js +1 -0
  1124. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/autofocus.js +1 -0
  1125. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/auxclick.js +1 -0
  1126. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/av1.js +1 -0
  1127. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/avif.js +1 -0
  1128. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/background-attachment.js +1 -0
  1129. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/background-clip-text.js +1 -0
  1130. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/background-img-opts.js +1 -0
  1131. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/background-position-x-y.js +1 -0
  1132. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +1 -0
  1133. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/background-sync.js +1 -0
  1134. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/battery-status.js +1 -0
  1135. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/beacon.js +1 -0
  1136. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/beforeafterprint.js +1 -0
  1137. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/bigint.js +1 -0
  1138. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/blobbuilder.js +1 -0
  1139. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/bloburls.js +1 -0
  1140. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/border-image.js +1 -0
  1141. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/border-radius.js +1 -0
  1142. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/broadcastchannel.js +1 -0
  1143. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/brotli.js +1 -0
  1144. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/calc.js +1 -0
  1145. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/canvas-blending.js +1 -0
  1146. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/canvas-text.js +1 -0
  1147. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/canvas.js +1 -0
  1148. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/ch-unit.js +1 -0
  1149. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +1 -0
  1150. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/channel-messaging.js +1 -0
  1151. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/childnode-remove.js +1 -0
  1152. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/classlist.js +1 -0
  1153. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +1 -0
  1154. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/clipboard.js +1 -0
  1155. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/colr-v1.js +1 -0
  1156. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/colr.js +1 -0
  1157. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/comparedocumentposition.js +1 -0
  1158. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/console-basic.js +1 -0
  1159. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/console-time.js +1 -0
  1160. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/const.js +1 -0
  1161. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/constraint-validation.js +1 -0
  1162. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/contenteditable.js +1 -0
  1163. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +1 -0
  1164. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +1 -0
  1165. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/cookie-store-api.js +1 -0
  1166. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/cors.js +1 -0
  1167. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/createimagebitmap.js +1 -0
  1168. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/credential-management.js +1 -0
  1169. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/cryptography.js +1 -0
  1170. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-all.js +1 -0
  1171. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +1 -0
  1172. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-animation.js +1 -0
  1173. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-any-link.js +1 -0
  1174. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-appearance.js +1 -0
  1175. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-at-counter-style.js +1 -0
  1176. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-autofill.js +1 -0
  1177. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +1 -0
  1178. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-background-offsets.js +1 -0
  1179. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +1 -0
  1180. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +1 -0
  1181. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-boxshadow.js +1 -0
  1182. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-canvas.js +1 -0
  1183. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-caret-color.js +1 -0
  1184. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-cascade-layers.js +1 -0
  1185. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-cascade-scope.js +1 -0
  1186. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-case-insensitive.js +1 -0
  1187. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-clip-path.js +1 -0
  1188. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-color-adjust.js +1 -0
  1189. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-color-function.js +1 -0
  1190. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-conic-gradients.js +1 -0
  1191. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-container-queries-style.js +1 -0
  1192. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-container-queries.js +1 -0
  1193. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-container-query-units.js +1 -0
  1194. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-containment.js +1 -0
  1195. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-content-visibility.js +1 -0
  1196. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-counters.js +1 -0
  1197. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-crisp-edges.js +1 -0
  1198. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-cross-fade.js +1 -0
  1199. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-default-pseudo.js +1 -0
  1200. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +1 -0
  1201. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +1 -0
  1202. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +1 -0
  1203. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-display-contents.js +1 -0
  1204. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-element-function.js +1 -0
  1205. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-env-function.js +1 -0
  1206. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-exclusions.js +1 -0
  1207. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-featurequeries.js +1 -0
  1208. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-file-selector-button.js +1 -0
  1209. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-filter-function.js +1 -0
  1210. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-filters.js +1 -0
  1211. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-first-letter.js +1 -0
  1212. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-first-line.js +1 -0
  1213. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-fixed.js +1 -0
  1214. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-focus-visible.js +1 -0
  1215. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-focus-within.js +1 -0
  1216. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-font-palette.js +1 -0
  1217. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +1 -0
  1218. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-font-stretch.js +1 -0
  1219. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-gencontent.js +1 -0
  1220. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-gradients.js +1 -0
  1221. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-grid-animation.js +1 -0
  1222. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-grid.js +1 -0
  1223. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +1 -0
  1224. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-has.js +1 -0
  1225. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-hyphens.js +1 -0
  1226. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-image-orientation.js +1 -0
  1227. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-image-set.js +1 -0
  1228. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +1 -0
  1229. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +1 -0
  1230. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-initial-letter.js +1 -0
  1231. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-initial-value.js +1 -0
  1232. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-lch-lab.js +1 -0
  1233. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-letter-spacing.js +1 -0
  1234. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-line-clamp.js +1 -0
  1235. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-logical-props.js +1 -0
  1236. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +1 -0
  1237. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-masks.js +1 -0
  1238. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +1 -0
  1239. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-math-functions.js +1 -0
  1240. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-media-interaction.js +1 -0
  1241. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +1 -0
  1242. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-media-resolution.js +1 -0
  1243. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-media-scripting.js +1 -0
  1244. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-mediaqueries.js +1 -0
  1245. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-mixblendmode.js +1 -0
  1246. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-module-scripts.js +1 -0
  1247. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-motion-paths.js +1 -0
  1248. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-namespaces.js +1 -0
  1249. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-nesting.js +1 -0
  1250. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-not-sel-list.js +1 -0
  1251. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-nth-child-of.js +1 -0
  1252. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-opacity.js +1 -0
  1253. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +1 -0
  1254. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +1 -0
  1255. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +1 -0
  1256. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-overflow.js +1 -0
  1257. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +1 -0
  1258. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-page-break.js +1 -0
  1259. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-paged-media.js +1 -0
  1260. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-paint-api.js +1 -0
  1261. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +1 -0
  1262. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-placeholder.js +1 -0
  1263. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +1 -0
  1264. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-read-only-write.js +1 -0
  1265. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +1 -0
  1266. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-reflections.js +1 -0
  1267. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-regions.js +1 -0
  1268. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-relative-colors.js +1 -0
  1269. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +1 -0
  1270. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-resize.js +1 -0
  1271. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-revert-value.js +1 -0
  1272. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +1 -0
  1273. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +1 -0
  1274. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-scroll-timeline.js +1 -0
  1275. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-scrollbar.js +1 -0
  1276. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-sel2.js +1 -0
  1277. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-sel3.js +1 -0
  1278. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-selection.js +1 -0
  1279. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-shapes.js +1 -0
  1280. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-snappoints.js +1 -0
  1281. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-sticky.js +1 -0
  1282. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-subgrid.js +1 -0
  1283. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-supports-api.js +1 -0
  1284. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-table.js +1 -0
  1285. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-text-align-last.js +1 -0
  1286. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-text-box-trim.js +1 -0
  1287. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-text-indent.js +1 -0
  1288. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-text-justify.js +1 -0
  1289. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-text-orientation.js +1 -0
  1290. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-text-spacing.js +1 -0
  1291. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +1 -0
  1292. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-textshadow.js +1 -0
  1293. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-touch-action.js +1 -0
  1294. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-transitions.js +1 -0
  1295. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +1 -0
  1296. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-unset-value.js +1 -0
  1297. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-variables.js +1 -0
  1298. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-when-else.js +1 -0
  1299. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-widows-orphans.js +1 -0
  1300. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-width-stretch.js +1 -0
  1301. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-writing-mode.js +1 -0
  1302. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css-zoom.js +1 -0
  1303. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css3-attr.js +1 -0
  1304. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css3-boxsizing.js +1 -0
  1305. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css3-colors.js +1 -0
  1306. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +1 -0
  1307. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +1 -0
  1308. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css3-cursors.js +1 -0
  1309. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/css3-tabsize.js +1 -0
  1310. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/currentcolor.js +1 -0
  1311. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/custom-elements.js +1 -0
  1312. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/custom-elementsv1.js +1 -0
  1313. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/customevent.js +1 -0
  1314. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/datalist.js +1 -0
  1315. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/dataset.js +1 -0
  1316. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/datauri.js +1 -0
  1317. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +1 -0
  1318. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +1 -0
  1319. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/decorators.js +1 -0
  1320. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/details.js +1 -0
  1321. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/deviceorientation.js +1 -0
  1322. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/devicepixelratio.js +1 -0
  1323. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/dialog.js +1 -0
  1324. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/dispatchevent.js +1 -0
  1325. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/dnssec.js +1 -0
  1326. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/do-not-track.js +1 -0
  1327. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/document-currentscript.js +1 -0
  1328. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +1 -0
  1329. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/document-execcommand.js +1 -0
  1330. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/document-policy.js +1 -0
  1331. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/document-scrollingelement.js +1 -0
  1332. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/documenthead.js +1 -0
  1333. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +1 -0
  1334. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/dom-range.js +1 -0
  1335. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/domcontentloaded.js +1 -0
  1336. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/dommatrix.js +1 -0
  1337. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/download.js +1 -0
  1338. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/dragndrop.js +1 -0
  1339. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/element-closest.js +1 -0
  1340. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/element-from-point.js +1 -0
  1341. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/element-scroll-methods.js +1 -0
  1342. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/eme.js +1 -0
  1343. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/eot.js +1 -0
  1344. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/es5.js +1 -0
  1345. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/es6-class.js +1 -0
  1346. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/es6-generators.js +1 -0
  1347. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +1 -0
  1348. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/es6-module.js +1 -0
  1349. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/es6-number.js +1 -0
  1350. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/es6-string-includes.js +1 -0
  1351. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/es6.js +1 -0
  1352. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/eventsource.js +1 -0
  1353. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/extended-system-fonts.js +1 -0
  1354. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/feature-policy.js +1 -0
  1355. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/fetch.js +1 -0
  1356. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/fieldset-disabled.js +1 -0
  1357. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/fileapi.js +1 -0
  1358. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/filereader.js +1 -0
  1359. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/filereadersync.js +1 -0
  1360. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/filesystem.js +1 -0
  1361. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/flac.js +1 -0
  1362. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/flexbox-gap.js +1 -0
  1363. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/flexbox.js +1 -0
  1364. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/flow-root.js +1 -0
  1365. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +1 -0
  1366. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/font-family-system-ui.js +1 -0
  1367. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/font-feature.js +1 -0
  1368. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/font-kerning.js +1 -0
  1369. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/font-loading.js +1 -0
  1370. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/font-size-adjust.js +1 -0
  1371. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/font-smooth.js +1 -0
  1372. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/font-unicode-range.js +1 -0
  1373. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/font-variant-alternates.js +1 -0
  1374. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/font-variant-numeric.js +1 -0
  1375. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/fontface.js +1 -0
  1376. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/form-attribute.js +1 -0
  1377. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/form-submit-attributes.js +1 -0
  1378. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/form-validation.js +1 -0
  1379. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/forms.js +1 -0
  1380. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/fullscreen.js +1 -0
  1381. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/gamepad.js +1 -0
  1382. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/geolocation.js +1 -0
  1383. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/getboundingclientrect.js +1 -0
  1384. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/getcomputedstyle.js +1 -0
  1385. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +1 -0
  1386. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/getrandomvalues.js +1 -0
  1387. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/gyroscope.js +1 -0
  1388. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +1 -0
  1389. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/hashchange.js +1 -0
  1390. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/heif.js +1 -0
  1391. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/hevc.js +1 -0
  1392. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/hidden.js +1 -0
  1393. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/high-resolution-time.js +1 -0
  1394. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/history.js +1 -0
  1395. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/html-media-capture.js +1 -0
  1396. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/html5semantic.js +1 -0
  1397. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/http-live-streaming.js +1 -0
  1398. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/http2.js +1 -0
  1399. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/http3.js +1 -0
  1400. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/iframe-sandbox.js +1 -0
  1401. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/iframe-seamless.js +1 -0
  1402. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +1 -0
  1403. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/imagecapture.js +1 -0
  1404. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/ime.js +1 -0
  1405. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +1 -0
  1406. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/import-maps.js +1 -0
  1407. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/imports.js +1 -0
  1408. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +1 -0
  1409. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/indexeddb.js +1 -0
  1410. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/indexeddb2.js +1 -0
  1411. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/inline-block.js +1 -0
  1412. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/innertext.js +1 -0
  1413. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +1 -0
  1414. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/input-color.js +1 -0
  1415. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/input-datetime.js +1 -0
  1416. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/input-email-tel-url.js +1 -0
  1417. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/input-event.js +1 -0
  1418. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/input-file-accept.js +1 -0
  1419. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/input-file-directory.js +1 -0
  1420. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/input-file-multiple.js +1 -0
  1421. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/input-inputmode.js +1 -0
  1422. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/input-minlength.js +1 -0
  1423. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/input-number.js +1 -0
  1424. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/input-pattern.js +1 -0
  1425. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/input-placeholder.js +1 -0
  1426. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/input-range.js +1 -0
  1427. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/input-search.js +1 -0
  1428. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/input-selection.js +1 -0
  1429. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/insert-adjacent.js +1 -0
  1430. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +1 -0
  1431. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/internationalization.js +1 -0
  1432. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +1 -0
  1433. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/intersectionobserver.js +1 -0
  1434. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/intl-pluralrules.js +1 -0
  1435. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/intrinsic-width.js +1 -0
  1436. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/jpeg2000.js +1 -0
  1437. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/jpegxl.js +1 -0
  1438. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/jpegxr.js +1 -0
  1439. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +1 -0
  1440. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/json.js +1 -0
  1441. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +1 -0
  1442. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +1 -0
  1443. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +1 -0
  1444. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/keyboardevent-code.js +1 -0
  1445. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +1 -0
  1446. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/keyboardevent-key.js +1 -0
  1447. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/keyboardevent-location.js +1 -0
  1448. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/keyboardevent-which.js +1 -0
  1449. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/lazyload.js +1 -0
  1450. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/let.js +1 -0
  1451. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/link-icon-png.js +1 -0
  1452. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/link-icon-svg.js +1 -0
  1453. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +1 -0
  1454. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +1 -0
  1455. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +1 -0
  1456. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +1 -0
  1457. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/link-rel-preload.js +1 -0
  1458. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/link-rel-prerender.js +1 -0
  1459. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +1 -0
  1460. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/localecompare.js +1 -0
  1461. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/magnetometer.js +1 -0
  1462. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/matchesselector.js +1 -0
  1463. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/matchmedia.js +1 -0
  1464. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/mathml.js +1 -0
  1465. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/maxlength.js +1 -0
  1466. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +1 -0
  1467. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +1 -0
  1468. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +1 -0
  1469. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +1 -0
  1470. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +1 -0
  1471. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +1 -0
  1472. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +1 -0
  1473. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +1 -0
  1474. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/media-fragments.js +1 -0
  1475. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +1 -0
  1476. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/mediarecorder.js +1 -0
  1477. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/mediasource.js +1 -0
  1478. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/menu.js +1 -0
  1479. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/meta-theme-color.js +1 -0
  1480. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/meter.js +1 -0
  1481. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/midi.js +1 -0
  1482. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/minmaxwh.js +1 -0
  1483. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/mp3.js +1 -0
  1484. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/mpeg-dash.js +1 -0
  1485. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/mpeg4.js +1 -0
  1486. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/multibackgrounds.js +1 -0
  1487. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/multicolumn.js +1 -0
  1488. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/mutation-events.js +1 -0
  1489. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/mutationobserver.js +1 -0
  1490. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/namevalue-storage.js +1 -0
  1491. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/native-filesystem-api.js +1 -0
  1492. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/nav-timing.js +1 -0
  1493. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/netinfo.js +1 -0
  1494. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/notifications.js +1 -0
  1495. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/object-entries.js +1 -0
  1496. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/object-fit.js +1 -0
  1497. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/object-observe.js +1 -0
  1498. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/object-values.js +1 -0
  1499. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/objectrtc.js +1 -0
  1500. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/offline-apps.js +1 -0
  1501. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/offscreencanvas.js +1 -0
  1502. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/ogg-vorbis.js +1 -0
  1503. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/ogv.js +1 -0
  1504. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/ol-reversed.js +1 -0
  1505. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/once-event-listener.js +1 -0
  1506. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/online-status.js +1 -0
  1507. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/opus.js +1 -0
  1508. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/orientation-sensor.js +1 -0
  1509. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/outline.js +1 -0
  1510. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/pad-start-end.js +1 -0
  1511. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/page-transition-events.js +1 -0
  1512. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/pagevisibility.js +1 -0
  1513. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/passive-event-listener.js +1 -0
  1514. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/passkeys.js +1 -0
  1515. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/passwordrules.js +1 -0
  1516. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/path2d.js +1 -0
  1517. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/payment-request.js +1 -0
  1518. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/pdf-viewer.js +1 -0
  1519. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/permissions-api.js +1 -0
  1520. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/permissions-policy.js +1 -0
  1521. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/picture-in-picture.js +1 -0
  1522. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/picture.js +1 -0
  1523. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/ping.js +1 -0
  1524. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/png-alpha.js +1 -0
  1525. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/pointer-events.js +1 -0
  1526. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/pointer.js +1 -0
  1527. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/pointerlock.js +1 -0
  1528. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/portals.js +1 -0
  1529. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +1 -0
  1530. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +1 -0
  1531. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/progress.js +1 -0
  1532. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/promise-finally.js +1 -0
  1533. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/promises.js +1 -0
  1534. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/proximity.js +1 -0
  1535. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/proxy.js +1 -0
  1536. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/publickeypinning.js +1 -0
  1537. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/push-api.js +1 -0
  1538. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/queryselector.js +1 -0
  1539. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/readonly-attr.js +1 -0
  1540. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/referrer-policy.js +1 -0
  1541. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +1 -0
  1542. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/rel-noopener.js +1 -0
  1543. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/rel-noreferrer.js +1 -0
  1544. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/rellist.js +1 -0
  1545. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/rem.js +1 -0
  1546. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/requestanimationframe.js +1 -0
  1547. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/requestidlecallback.js +1 -0
  1548. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/resizeobserver.js +1 -0
  1549. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/resource-timing.js +1 -0
  1550. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/rest-parameters.js +1 -0
  1551. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +1 -0
  1552. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/ruby.js +1 -0
  1553. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/run-in.js +1 -0
  1554. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +1 -0
  1555. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/screen-orientation.js +1 -0
  1556. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/script-async.js +1 -0
  1557. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/script-defer.js +1 -0
  1558. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/scrollintoview.js +1 -0
  1559. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +1 -0
  1560. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/sdch.js +1 -0
  1561. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/selection-api.js +1 -0
  1562. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/selectlist.js +1 -0
  1563. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/server-timing.js +1 -0
  1564. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/serviceworkers.js +1 -0
  1565. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/setimmediate.js +1 -0
  1566. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/shadowdom.js +1 -0
  1567. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/shadowdomv1.js +1 -0
  1568. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +1 -0
  1569. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/sharedworkers.js +1 -0
  1570. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/sni.js +1 -0
  1571. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/spdy.js +1 -0
  1572. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/speech-recognition.js +1 -0
  1573. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/speech-synthesis.js +1 -0
  1574. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +1 -0
  1575. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/sql-storage.js +1 -0
  1576. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/srcset.js +1 -0
  1577. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/stream.js +1 -0
  1578. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/streams.js +1 -0
  1579. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +1 -0
  1580. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/style-scoped.js +1 -0
  1581. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/subresource-bundling.js +1 -0
  1582. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/subresource-integrity.js +1 -0
  1583. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/svg-css.js +1 -0
  1584. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/svg-filters.js +1 -0
  1585. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/svg-fonts.js +1 -0
  1586. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/svg-fragment.js +1 -0
  1587. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/svg-html.js +1 -0
  1588. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/svg-html5.js +1 -0
  1589. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/svg-img.js +1 -0
  1590. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/svg-smil.js +1 -0
  1591. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/svg.js +1 -0
  1592. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/sxg.js +1 -0
  1593. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/tabindex-attr.js +1 -0
  1594. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/template-literals.js +1 -0
  1595. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/template.js +1 -0
  1596. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/temporal.js +1 -0
  1597. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/testfeat.js +1 -0
  1598. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/text-decoration.js +1 -0
  1599. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/text-emphasis.js +1 -0
  1600. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/text-overflow.js +1 -0
  1601. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/text-size-adjust.js +1 -0
  1602. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/text-stroke.js +1 -0
  1603. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/textcontent.js +1 -0
  1604. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/textencoder.js +1 -0
  1605. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/tls1-1.js +1 -0
  1606. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/tls1-2.js +1 -0
  1607. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/tls1-3.js +1 -0
  1608. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/touch.js +1 -0
  1609. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/transforms2d.js +1 -0
  1610. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/transforms3d.js +1 -0
  1611. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/trusted-types.js +1 -0
  1612. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/ttf.js +1 -0
  1613. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/typedarrays.js +1 -0
  1614. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/u2f.js +1 -0
  1615. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/unhandledrejection.js +1 -0
  1616. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +1 -0
  1617. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +1 -0
  1618. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/url.js +1 -0
  1619. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/urlsearchparams.js +1 -0
  1620. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/use-strict.js +1 -0
  1621. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/user-select-none.js +1 -0
  1622. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/user-timing.js +1 -0
  1623. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/variable-fonts.js +1 -0
  1624. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/vector-effect.js +1 -0
  1625. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/vibration.js +1 -0
  1626. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/video.js +1 -0
  1627. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/videotracks.js +1 -0
  1628. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/view-transitions.js +1 -0
  1629. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +1 -0
  1630. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/viewport-units.js +1 -0
  1631. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/wai-aria.js +1 -0
  1632. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/wake-lock.js +1 -0
  1633. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/wasm-bigint.js +1 -0
  1634. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +1 -0
  1635. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/wasm-extended-const.js +1 -0
  1636. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/wasm-gc.js +1 -0
  1637. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +1 -0
  1638. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/wasm-multi-value.js +1 -0
  1639. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +1 -0
  1640. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +1 -0
  1641. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/wasm-reference-types.js +1 -0
  1642. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +1 -0
  1643. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/wasm-signext.js +1 -0
  1644. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/wasm-simd.js +1 -0
  1645. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +1 -0
  1646. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/wasm-threads.js +1 -0
  1647. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/wasm.js +1 -0
  1648. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/wav.js +1 -0
  1649. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/wbr-element.js +1 -0
  1650. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/web-animation.js +1 -0
  1651. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/web-app-manifest.js +1 -0
  1652. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/web-bluetooth.js +1 -0
  1653. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/web-serial.js +1 -0
  1654. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/web-share.js +1 -0
  1655. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/webauthn.js +1 -0
  1656. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/webcodecs.js +1 -0
  1657. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/webgl.js +1 -0
  1658. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/webgl2.js +1 -0
  1659. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/webgpu.js +1 -0
  1660. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/webhid.js +1 -0
  1661. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/webkit-user-drag.js +1 -0
  1662. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/webm.js +1 -0
  1663. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/webnfc.js +1 -0
  1664. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/webp.js +1 -0
  1665. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/websockets.js +1 -0
  1666. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/webtransport.js +1 -0
  1667. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/webusb.js +1 -0
  1668. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/webvr.js +1 -0
  1669. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/webvtt.js +1 -0
  1670. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/webworkers.js +1 -0
  1671. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/webxr.js +1 -0
  1672. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/will-change.js +1 -0
  1673. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/woff.js +1 -0
  1674. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/woff2.js +1 -0
  1675. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/word-break.js +1 -0
  1676. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/wordwrap.js +1 -0
  1677. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/x-doc-messaging.js +1 -0
  1678. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/x-frame-options.js +1 -0
  1679. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/xhr2.js +1 -0
  1680. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/xhtml.js +1 -0
  1681. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/xhtmlsmil.js +1 -0
  1682. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/xml-serializer.js +1 -0
  1683. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features/zstd.js +1 -0
  1684. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/features.js +1 -0
  1685. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/AD.js +1 -0
  1686. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/AE.js +1 -0
  1687. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/AF.js +1 -0
  1688. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/AG.js +1 -0
  1689. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/AI.js +1 -0
  1690. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/AL.js +1 -0
  1691. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/AM.js +1 -0
  1692. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/AO.js +1 -0
  1693. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/AR.js +1 -0
  1694. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/AS.js +1 -0
  1695. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/AT.js +1 -0
  1696. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/AU.js +1 -0
  1697. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/AW.js +1 -0
  1698. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/AX.js +1 -0
  1699. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/AZ.js +1 -0
  1700. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/BA.js +1 -0
  1701. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/BB.js +1 -0
  1702. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/BD.js +1 -0
  1703. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/BE.js +1 -0
  1704. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/BF.js +1 -0
  1705. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/BG.js +1 -0
  1706. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/BH.js +1 -0
  1707. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/BI.js +1 -0
  1708. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/BJ.js +1 -0
  1709. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/BM.js +1 -0
  1710. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/BN.js +1 -0
  1711. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/BO.js +1 -0
  1712. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/BR.js +1 -0
  1713. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/BS.js +1 -0
  1714. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/BT.js +1 -0
  1715. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/BW.js +1 -0
  1716. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/BY.js +1 -0
  1717. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/BZ.js +1 -0
  1718. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/CA.js +1 -0
  1719. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/CD.js +1 -0
  1720. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/CF.js +1 -0
  1721. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/CG.js +1 -0
  1722. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/CH.js +1 -0
  1723. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/CI.js +1 -0
  1724. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/CK.js +1 -0
  1725. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/CL.js +1 -0
  1726. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/CM.js +1 -0
  1727. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/CN.js +1 -0
  1728. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/CO.js +1 -0
  1729. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/CR.js +1 -0
  1730. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/CU.js +1 -0
  1731. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/CV.js +1 -0
  1732. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/CX.js +1 -0
  1733. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/CY.js +1 -0
  1734. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/CZ.js +1 -0
  1735. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/DE.js +1 -0
  1736. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/DJ.js +1 -0
  1737. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/DK.js +1 -0
  1738. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/DM.js +1 -0
  1739. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/DO.js +1 -0
  1740. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/DZ.js +1 -0
  1741. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/EC.js +1 -0
  1742. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/EE.js +1 -0
  1743. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/EG.js +1 -0
  1744. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/ER.js +1 -0
  1745. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/ES.js +1 -0
  1746. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/ET.js +1 -0
  1747. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/FI.js +1 -0
  1748. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/FJ.js +1 -0
  1749. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/FK.js +1 -0
  1750. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/FM.js +1 -0
  1751. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/FO.js +1 -0
  1752. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/FR.js +1 -0
  1753. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/GA.js +1 -0
  1754. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/GB.js +1 -0
  1755. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/GD.js +1 -0
  1756. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/GE.js +1 -0
  1757. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/GF.js +1 -0
  1758. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/GG.js +1 -0
  1759. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/GH.js +1 -0
  1760. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/GI.js +1 -0
  1761. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/GL.js +1 -0
  1762. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/GM.js +1 -0
  1763. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/GN.js +1 -0
  1764. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/GP.js +1 -0
  1765. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/GQ.js +1 -0
  1766. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/GR.js +1 -0
  1767. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/GT.js +1 -0
  1768. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/GU.js +1 -0
  1769. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/GW.js +1 -0
  1770. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/GY.js +1 -0
  1771. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/HK.js +1 -0
  1772. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/HN.js +1 -0
  1773. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/HR.js +1 -0
  1774. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/HT.js +1 -0
  1775. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/HU.js +1 -0
  1776. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/ID.js +1 -0
  1777. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/IE.js +1 -0
  1778. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/IL.js +1 -0
  1779. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/IM.js +1 -0
  1780. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/IN.js +1 -0
  1781. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/IQ.js +1 -0
  1782. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/IR.js +1 -0
  1783. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/IS.js +1 -0
  1784. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/IT.js +1 -0
  1785. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/JE.js +1 -0
  1786. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/JM.js +1 -0
  1787. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/JO.js +1 -0
  1788. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/JP.js +1 -0
  1789. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/KE.js +1 -0
  1790. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/KG.js +1 -0
  1791. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/KH.js +1 -0
  1792. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/KI.js +1 -0
  1793. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/KM.js +1 -0
  1794. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/KN.js +1 -0
  1795. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/KP.js +1 -0
  1796. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/KR.js +1 -0
  1797. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/KW.js +1 -0
  1798. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/KY.js +1 -0
  1799. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/KZ.js +1 -0
  1800. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/LA.js +1 -0
  1801. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/LB.js +1 -0
  1802. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/LC.js +1 -0
  1803. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/LI.js +1 -0
  1804. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/LK.js +1 -0
  1805. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/LR.js +1 -0
  1806. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/LS.js +1 -0
  1807. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/LT.js +1 -0
  1808. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/LU.js +1 -0
  1809. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/LV.js +1 -0
  1810. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/LY.js +1 -0
  1811. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/MA.js +1 -0
  1812. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/MC.js +1 -0
  1813. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/MD.js +1 -0
  1814. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/ME.js +1 -0
  1815. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/MG.js +1 -0
  1816. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/MH.js +1 -0
  1817. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/MK.js +1 -0
  1818. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/ML.js +1 -0
  1819. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/MM.js +1 -0
  1820. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/MN.js +1 -0
  1821. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/MO.js +1 -0
  1822. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/MP.js +1 -0
  1823. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/MQ.js +1 -0
  1824. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/MR.js +1 -0
  1825. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/MS.js +1 -0
  1826. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/MT.js +1 -0
  1827. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/MU.js +1 -0
  1828. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/MV.js +1 -0
  1829. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/MW.js +1 -0
  1830. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/MX.js +1 -0
  1831. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/MY.js +1 -0
  1832. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/MZ.js +1 -0
  1833. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/NA.js +1 -0
  1834. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/NC.js +1 -0
  1835. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/NE.js +1 -0
  1836. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/NF.js +1 -0
  1837. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/NG.js +1 -0
  1838. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/NI.js +1 -0
  1839. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/NL.js +1 -0
  1840. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/NO.js +1 -0
  1841. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/NP.js +1 -0
  1842. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/NR.js +1 -0
  1843. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/NU.js +1 -0
  1844. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/NZ.js +1 -0
  1845. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/OM.js +1 -0
  1846. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/PA.js +1 -0
  1847. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/PE.js +1 -0
  1848. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/PF.js +1 -0
  1849. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/PG.js +1 -0
  1850. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/PH.js +1 -0
  1851. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/PK.js +1 -0
  1852. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/PL.js +1 -0
  1853. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/PM.js +1 -0
  1854. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/PN.js +1 -0
  1855. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/PR.js +1 -0
  1856. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/PS.js +1 -0
  1857. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/PT.js +1 -0
  1858. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/PW.js +1 -0
  1859. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/PY.js +1 -0
  1860. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/QA.js +1 -0
  1861. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/RE.js +1 -0
  1862. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/RO.js +1 -0
  1863. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/RS.js +1 -0
  1864. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/RU.js +1 -0
  1865. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/RW.js +1 -0
  1866. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/SA.js +1 -0
  1867. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/SB.js +1 -0
  1868. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/SC.js +1 -0
  1869. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/SD.js +1 -0
  1870. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/SE.js +1 -0
  1871. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/SG.js +1 -0
  1872. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/SH.js +1 -0
  1873. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/SI.js +1 -0
  1874. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/SK.js +1 -0
  1875. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/SL.js +1 -0
  1876. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/SM.js +1 -0
  1877. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/SN.js +1 -0
  1878. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/SO.js +1 -0
  1879. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/SR.js +1 -0
  1880. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/ST.js +1 -0
  1881. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/SV.js +1 -0
  1882. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/SY.js +1 -0
  1883. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/SZ.js +1 -0
  1884. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/TC.js +1 -0
  1885. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/TD.js +1 -0
  1886. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/TG.js +1 -0
  1887. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/TH.js +1 -0
  1888. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/TJ.js +1 -0
  1889. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/TK.js +1 -0
  1890. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/TL.js +1 -0
  1891. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/TM.js +1 -0
  1892. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/TN.js +1 -0
  1893. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/TO.js +1 -0
  1894. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/TR.js +1 -0
  1895. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/TT.js +1 -0
  1896. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/TV.js +1 -0
  1897. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/TW.js +1 -0
  1898. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/TZ.js +1 -0
  1899. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/UA.js +1 -0
  1900. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/UG.js +1 -0
  1901. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/US.js +1 -0
  1902. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/UY.js +1 -0
  1903. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/UZ.js +1 -0
  1904. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/VA.js +1 -0
  1905. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/VC.js +1 -0
  1906. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/VE.js +1 -0
  1907. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/VG.js +1 -0
  1908. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/VI.js +1 -0
  1909. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/VN.js +1 -0
  1910. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/VU.js +1 -0
  1911. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/WF.js +1 -0
  1912. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/WS.js +1 -0
  1913. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/YE.js +1 -0
  1914. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/YT.js +1 -0
  1915. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/ZA.js +1 -0
  1916. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/ZM.js +1 -0
  1917. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/ZW.js +1 -0
  1918. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/alt-af.js +1 -0
  1919. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/alt-an.js +1 -0
  1920. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/alt-as.js +1 -0
  1921. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/alt-eu.js +1 -0
  1922. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/alt-na.js +1 -0
  1923. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/alt-oc.js +1 -0
  1924. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/alt-sa.js +1 -0
  1925. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/data/regions/alt-ww.js +1 -0
  1926. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/dist/lib/statuses.js +9 -0
  1927. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/dist/lib/supported.js +9 -0
  1928. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/dist/unpacker/agents.js +47 -0
  1929. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/dist/unpacker/browserVersions.js +1 -0
  1930. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/dist/unpacker/browsers.js +1 -0
  1931. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/dist/unpacker/feature.js +52 -0
  1932. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/dist/unpacker/features.js +6 -0
  1933. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/dist/unpacker/index.js +4 -0
  1934. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/dist/unpacker/region.js +22 -0
  1935. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/caniuse-lite/package.json +34 -0
  1936. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/debug/LICENSE +20 -0
  1937. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/debug/README.md +481 -0
  1938. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/debug/package.json +59 -0
  1939. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/debug/src/browser.js +269 -0
  1940. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/debug/src/common.js +274 -0
  1941. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/debug/src/index.js +10 -0
  1942. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/debug/src/node.js +263 -0
  1943. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/electron-to-chromium/LICENSE +5 -0
  1944. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/electron-to-chromium/README.md +186 -0
  1945. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/electron-to-chromium/chromium-versions.js +68 -0
  1946. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/electron-to-chromium/chromium-versions.json +1 -0
  1947. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/electron-to-chromium/full-chromium-versions.js +3361 -0
  1948. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/electron-to-chromium/full-chromium-versions.json +1 -0
  1949. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/electron-to-chromium/full-versions.js +2443 -0
  1950. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/electron-to-chromium/full-versions.json +1 -0
  1951. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/electron-to-chromium/index.js +36 -0
  1952. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/electron-to-chromium/package.json +44 -0
  1953. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/electron-to-chromium/versions.js +161 -0
  1954. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/electron-to-chromium/versions.json +1 -0
  1955. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/gensync/LICENSE +7 -0
  1956. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/gensync/README.md +196 -0
  1957. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/gensync/index.js +373 -0
  1958. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/gensync/index.js.flow +32 -0
  1959. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/gensync/package.json +37 -0
  1960. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/gensync/test/.babelrc +5 -0
  1961. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/gensync/test/index.test.js +489 -0
  1962. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/globals/globals.json +1563 -0
  1963. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/globals/index.js +2 -0
  1964. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/globals/license +9 -0
  1965. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/globals/package.json +41 -0
  1966. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/globals/readme.md +41 -0
  1967. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/js-tokens/CHANGELOG.md +151 -0
  1968. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/js-tokens/LICENSE +21 -0
  1969. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/js-tokens/README.md +240 -0
  1970. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/js-tokens/index.js +23 -0
  1971. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/js-tokens/package.json +30 -0
  1972. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/jsesc/LICENSE-MIT.txt +20 -0
  1973. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/jsesc/README.md +421 -0
  1974. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/jsesc/bin/jsesc +148 -0
  1975. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/jsesc/jsesc.js +329 -0
  1976. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/jsesc/man/jsesc.1 +94 -0
  1977. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/jsesc/package.json +54 -0
  1978. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/lru-cache/LICENSE +15 -0
  1979. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/lru-cache/README.md +166 -0
  1980. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/lru-cache/index.js +334 -0
  1981. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/lru-cache/package.json +32 -0
  1982. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/ms/index.js +162 -0
  1983. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/ms/license.md +21 -0
  1984. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/ms/package.json +37 -0
  1985. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/ms/readme.md +60 -0
  1986. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/node-releases/LICENSE +21 -0
  1987. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/node-releases/README.md +12 -0
  1988. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/node-releases/data/processed/envs.json +1 -0
  1989. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/node-releases/data/release-schedule/release-schedule.json +1 -0
  1990. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/node-releases/package.json +19 -0
  1991. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/picocolors/LICENSE +15 -0
  1992. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/picocolors/README.md +21 -0
  1993. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/picocolors/package.json +25 -0
  1994. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/picocolors/picocolors.browser.js +4 -0
  1995. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/picocolors/picocolors.d.ts +5 -0
  1996. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/picocolors/picocolors.js +65 -0
  1997. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/picocolors/types.ts +30 -0
  1998. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/to-fast-properties/index.js +27 -0
  1999. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/to-fast-properties/license +10 -0
  2000. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/to-fast-properties/package.json +35 -0
  2001. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/to-fast-properties/readme.md +37 -0
  2002. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/yallist/LICENSE +15 -0
  2003. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/yallist/README.md +204 -0
  2004. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/yallist/iterator.js +8 -0
  2005. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/yallist/package.json +29 -0
  2006. package/external/@coana-tech/cli/repos/coana-tech/jelly-private/dist/bundle/node_modules/yallist/yallist.js +426 -0
  2007. package/external/@coana-tech/cli/repos/coana-tech/mambalade/dist/mambalade-0.3.11-py3-none-any.whl +0 -0
  2008. package/external/@coana-tech/cli/repos/coana-tech/mambalade/dist/networkx-3.5-py3-none-any.whl +0 -0
  2009. package/external/@coana-tech/cli/repos/coana-tech/mambalade/dist/typing_extensions-4.14.1-py3-none-any.whl +0 -0
  2010. package/external/@coana-tech/cli/repos/coana-tech/tree-sitter-scala/node-types.json +8350 -0
  2011. package/external/@coana-tech/cli/repos/coana-tech/tree-sitter-scala/tree-sitter-scala.wasm +0 -0
  2012. package/external/@coana-tech/cli/repos/fwcd/tree-sitter-kotlin/node-types.json +9853 -0
  2013. package/external/@coana-tech/cli/repos/fwcd/tree-sitter-kotlin/tree-sitter-kotlin.wasm +0 -0
  2014. package/external/@coana-tech/cli/repos/tree-sitter/tree-sitter-c-sharp/node-types.json +7117 -0
  2015. package/external/@coana-tech/cli/repos/tree-sitter/tree-sitter-c-sharp/tree-sitter-c_sharp.wasm +0 -0
  2016. package/external/@coana-tech/cli/repos/tree-sitter/tree-sitter-java/node-types.json +4586 -0
  2017. package/external/@coana-tech/cli/repos/tree-sitter/tree-sitter-java/tree-sitter-java.wasm +0 -0
  2018. package/external/@coana-tech/cli/repos/tree-sitter/tree-sitter-rust/node-types.json +5554 -0
  2019. package/external/@coana-tech/cli/repos/tree-sitter/tree-sitter-rust/tree-sitter-rust.wasm +0 -0
  2020. package/external/@socketsecurity/registry/README.md +9 -0
  2021. package/external/@socketsecurity/registry/external/@inquirer/confirm.js +13 -4
  2022. package/external/@socketsecurity/registry/external/@inquirer/input.js +10 -4
  2023. package/external/@socketsecurity/registry/external/@inquirer/password.js +8 -3
  2024. package/external/@socketsecurity/registry/external/@inquirer/search.js +16 -11
  2025. package/external/@socketsecurity/registry/external/@inquirer/select.js +10 -17
  2026. package/external/@socketsecurity/registry/external/@socketregistry/yocto-spinner.js +8 -3
  2027. package/external/@socketsecurity/registry/external/browserslist.js +608 -582
  2028. package/external/@socketsecurity/registry/external/yoctocolors-cjs.js +8 -3
  2029. package/external/@socketsecurity/registry/lib/env.js +11 -0
  2030. package/external/@socketsecurity/registry/manifest.json +2 -2
  2031. package/external/blessed/README.md +2421 -0
  2032. package/package.json +8 -8
@@ -0,0 +1,2421 @@
1
+ # blessed
2
+
3
+ A curses-like library with a high level terminal interface API for node.js.
4
+
5
+ ![blessed](https://raw.githubusercontent.com/chjj/blessed/master/img/v0.1.0-3.gif)
6
+
7
+ Blessed is over 16,000 lines of code and terminal goodness. It's completely
8
+ implemented in javascript, and its goal consists of two things:
9
+
10
+ 1. Reimplement ncurses entirely by parsing and compiling terminfo and termcap,
11
+ and exposing a `Program` object which can output escape sequences compatible
12
+ with _any_ terminal.
13
+
14
+ 2. Implement a widget API which is heavily optimized for terminals.
15
+
16
+ The blessed renderer makes use of CSR (change-scroll-region), and BCE
17
+ (back-color-erase). It draws the screen using the painter's algorithm and is
18
+ sped up with smart cursor movements and a screen damage buffer. This means
19
+ rendering of your application will be extremely efficient: blessed only draws
20
+ the changes (damage) to the screen.
21
+
22
+ Blessed is arguably as accurate as ncurses, but even more optimized in some
23
+ ways. The widget library gives you an API which is reminiscent of the DOM.
24
+ Anyone is able to make an awesome terminal application with blessed. There are
25
+ terminal widget libraries for other platforms (primarily [python][urwid] and
26
+ [perl][curses-ui]), but blessed is possibly the most DOM-like (dare I say the
27
+ most user-friendly?).
28
+
29
+ Blessed has been used to implement other popular libraries and programs.
30
+ Examples include: the [slap text editor][slap] and [blessed-contrib][contrib].
31
+ The blessed API itself has gone on to inspire [termui][termui] for Go.
32
+
33
+ ## Install
34
+
35
+ ``` bash
36
+ $ npm install blessed
37
+ ```
38
+
39
+ ## Example
40
+
41
+ This will render a box with line borders containing the text `'Hello world!'`,
42
+ perfectly centered horizontally and vertically.
43
+
44
+ __NOTE__: It is recommend you use either `smartCSR` or `fastCSR` as a
45
+ `blessed.screen` option. This will enable CSR when scrolling text in elements
46
+ or when manipulating lines.
47
+
48
+ ``` js
49
+ var blessed = require('blessed');
50
+
51
+ // Create a screen object.
52
+ var screen = blessed.screen({
53
+ smartCSR: true
54
+ });
55
+
56
+ screen.title = 'my window title';
57
+
58
+ // Create a box perfectly centered horizontally and vertically.
59
+ var box = blessed.box({
60
+ top: 'center',
61
+ left: 'center',
62
+ width: '50%',
63
+ height: '50%',
64
+ content: 'Hello {bold}world{/bold}!',
65
+ tags: true,
66
+ border: {
67
+ type: 'line'
68
+ },
69
+ style: {
70
+ fg: 'white',
71
+ bg: 'magenta',
72
+ border: {
73
+ fg: '#f0f0f0'
74
+ },
75
+ hover: {
76
+ bg: 'green'
77
+ }
78
+ }
79
+ });
80
+
81
+ // Append our box to the screen.
82
+ screen.append(box);
83
+
84
+ // Add a png icon to the box
85
+ var icon = blessed.image({
86
+ parent: box,
87
+ top: 0,
88
+ left: 0,
89
+ type: 'overlay',
90
+ width: 'shrink',
91
+ height: 'shrink',
92
+ file: __dirname + '/my-program-icon.png',
93
+ search: false
94
+ });
95
+
96
+ // If our box is clicked, change the content.
97
+ box.on('click', function(data) {
98
+ box.setContent('{center}Some different {red-fg}content{/red-fg}.{/center}');
99
+ screen.render();
100
+ });
101
+
102
+ // If box is focused, handle `enter`/`return` and give us some more content.
103
+ box.key('enter', function(ch, key) {
104
+ box.setContent('{right}Even different {black-fg}content{/black-fg}.{/right}\n');
105
+ box.setLine(1, 'bar');
106
+ box.insertLine(1, 'foo');
107
+ screen.render();
108
+ });
109
+
110
+ // Quit on Escape, q, or Control-C.
111
+ screen.key(['escape', 'q', 'C-c'], function(ch, key) {
112
+ return process.exit(0);
113
+ });
114
+
115
+ // Focus our element.
116
+ box.focus();
117
+
118
+ // Render the screen.
119
+ screen.render();
120
+ ```
121
+
122
+ ## Documentation
123
+
124
+ ### Widgets
125
+
126
+ - [Base Nodes](#base-nodes)
127
+ - [Node](#node-from-eventemitter) (abstract)
128
+ - [Screen](#screen-from-node)
129
+ - [Element](#element-from-node) (abstract)
130
+ - [Boxes](#boxes)
131
+ - [Box](#box-from-element)
132
+ - [Text](#text-from-element)
133
+ - [Line](#line-from-box)
134
+ - [ScrollableBox](#scrollablebox-from-box) (deprecated)
135
+ - [ScrollableText](#scrollabletext-from-scrollablebox) (deprecated)
136
+ - [BigText](#bigtext-from-box)
137
+ - [Lists](#lists)
138
+ - [List](#list-from-box)
139
+ - [FileManager](#filemanager-from-list)
140
+ - [ListTable](#listtable-from-list)
141
+ - [Listbar](#listbar-from-box)
142
+ - [Forms](#forms)
143
+ - [Form](#form-from-box)
144
+ - [Input](#input-from-box) (abstract)
145
+ - [Textarea](#textarea-from-input)
146
+ - [Textbox](#textbox-from-textarea)
147
+ - [Button](#button-from-input)
148
+ - [Checkbox](#checkbox-from-input)
149
+ - [RadioSet](#radioset-from-box)
150
+ - [RadioButton](#radiobutton-from-checkbox)
151
+ - [Prompts](#prompts)
152
+ - [Prompt](#prompt-from-box)
153
+ - [Question](#question-from-box)
154
+ - [Message](#message-from-box)
155
+ - [Loading](#loading-from-box)
156
+ - [Data Display](#data-display)
157
+ - [ProgressBar](#progressbar-from-input)
158
+ - [Log](#log-from-scrollabletext)
159
+ - [Table](#table-from-box)
160
+ - [Special Elements](#special-elements)
161
+ - [Terminal](#terminal-from-box)
162
+ - [Image](#image-from-box)
163
+ - [ANSIImage](#ansiimage-from-box)
164
+ - [OverlayImage](#overlayimage-from-box)
165
+ - [Video](#video-from-box)
166
+ - [Layout](#layout-from-element)
167
+
168
+ ### Other
169
+
170
+ - [Helpers](#helpers)
171
+
172
+ ### Mechanics
173
+
174
+ - [Content & Tags](#content--tags)
175
+ - [Colors](#colors)
176
+ - [Attributes](#attributes)
177
+ - [Alignment](#alignment)
178
+ - [Escaping](#escaping)
179
+ - [SGR Sequences](#sgr-sequences)
180
+ - [Style](#style)
181
+ - [Colors](#colors-1)
182
+ - [Attributes](#attributes-1)
183
+ - [Transparency](#transparency)
184
+ - [Shadow](#shadow)
185
+ - [Effects](#effects)
186
+ - [Events](#events)
187
+ - [Event Bubbling](#event-bubbling)
188
+ - [Poisitioning](#positioning)
189
+ - [Rendering](#rendering)
190
+ - [Artificial Cursors](#artificial-cursors)
191
+ - [Multiple Screens](#multiple-screens)
192
+ - [Server Side Usage](#server-side-usage)
193
+
194
+ ### Notes
195
+
196
+ - [Windows Compatibility](#windows-compatibility)
197
+ - [Low-level Usage](#low-level-usage)
198
+ - [Testing](#testing)
199
+ - [Examples](#examples)
200
+ - [FAQ](#faq)
201
+
202
+
203
+ ## Widgets
204
+
205
+ Blessed comes with a number of high-level widgets so you can avoid all the
206
+ nasty low-level terminal stuff.
207
+
208
+
209
+ ### Base Nodes
210
+
211
+
212
+ #### Node (from EventEmitter)
213
+
214
+ The base node which everything inherits from.
215
+
216
+ ##### Options:
217
+
218
+ - __screen__ - The screen to be associated with.
219
+ - __parent__ - The desired parent.
220
+ - __children__ - An arrray of children.
221
+
222
+ ##### Properties:
223
+
224
+ - Inherits all from EventEmitter.
225
+ - __type__ - Type of the node (e.g. `box`).
226
+ - __options__ - Original options object.
227
+ - __parent__ - Parent node.
228
+ - __screen__ - Parent screen.
229
+ - __children__ - Array of node's children.
230
+ - __data, _, $__ - An object for any miscellanous user data.
231
+ - __index__ - Render index (document order index) of the last render call.
232
+
233
+ ##### Events:
234
+
235
+ - Inherits all from EventEmitter.
236
+ - __adopt__ - Received when node is added to a parent.
237
+ - __remove__ - Received when node is removed from it's current parent.
238
+ - __reparent__ - Received when node gains a new parent.
239
+ - __attach__ - Received when node is attached to the screen directly or
240
+ somewhere in its ancestry.
241
+ - __detach__ - Received when node is detached from the screen directly or
242
+ somewhere in its ancestry.
243
+
244
+ ##### Methods:
245
+
246
+ - Inherits all from EventEmitter.
247
+ - __prepend(node)__ - Prepend a node to this node's children.
248
+ - __append(node)__ - Append a node to this node's children.
249
+ - __remove(node)__ - Remove child node from node.
250
+ - __insert(node, i)__ - Insert a node to this node's children at index `i`.
251
+ - __insertBefore(node, refNode)__ - Insert a node to this node's children
252
+ before the reference node.
253
+ - __insertAfter(node, refNode)__ - Insert a node from node after the reference
254
+ node.
255
+ - __detach()__ - Remove node from its parent.
256
+ - __emitDescendants(type, args..., [iterator])__ - Emit event for element, and
257
+ recursively emit same event for all descendants.
258
+ - __get(name, [default])__ - Get user property with a potential default value.
259
+ - __set(name, value)__ - Set user property to value.
260
+
261
+
262
+ #### Screen (from Node)
263
+
264
+ The screen on which every other node renders.
265
+
266
+ ##### Options:
267
+
268
+ - __program__ - The blessed `Program` to be associated with. Will be
269
+ automatically instantiated if none is provided.
270
+ - __smartCSR__ - Attempt to perform CSR optimization on all possible elements
271
+ (not just full-width ones, elements with uniform cells to their sides).
272
+ This is known to cause flickering with elements that are not full-width,
273
+ however, it is more optimal for terminal rendering.
274
+ - __fastCSR__ - Do CSR on any element within 20 cols of the screen edge on
275
+ either side. Faster than `smartCSR`, but may cause flickering depending on
276
+ what is on each side of the element.
277
+ - __useBCE__ - Attempt to perform `back_color_erase` optimizations for terminals
278
+ that support it. It will also work with terminals that don't support it, but
279
+ only on lines with the default background color. As it stands with the current
280
+ implementation, it's uncertain how much terminal performance this adds at the
281
+ cost of overhead within node.
282
+ - __resizeTimeout__ - Amount of time (in ms) to redraw the screen after the
283
+ terminal is resized (Default: 300).
284
+ - __tabSize__ - The width of tabs within an element's content.
285
+ - __autoPadding__ - Automatically position child elements with border and
286
+ padding in mind (__NOTE__: this is a recommended option. It may become
287
+ default in the future).
288
+ - __cursor.artificial__ - Have blessed draw a custom cursor and hide the
289
+ terminal cursor (__experimental__).
290
+ - __cursor.shape__ - Shape of the cursor. Can be: block, underline, or line.
291
+ - __cursor.blink__ - Whether the cursor blinks.
292
+ - __cursor.color__ - Color of the color. Accepts any valid color value (`null`
293
+ is default).
294
+ - __log__ - Create a log file. See `log` method.
295
+ - __dump__ - Dump all output and input to desired file. Can be used together
296
+ with `log` option if set as a boolean.
297
+ - __debug__ - Debug mode. Enables usage of the `debug` method. Also creates a
298
+ debug console which will display when pressing F12. It will display all log
299
+ and debug messages.
300
+ - __ignoreLocked__ - Array of keys in their full format (e.g. `C-c`) to ignore
301
+ when keys are locked or grabbed. Useful for creating a key that will _always_
302
+ exit no matter whether the keys are locked.
303
+ - __dockBorders__ - Automatically "dock" borders with other elements instead of
304
+ overlapping, depending on position (__experimental__). For example:
305
+ These border-overlapped elements:
306
+ ```
307
+ ┌─────────┌─────────┐
308
+ │ box1 │ box2 │
309
+ └─────────└─────────┘
310
+ ```
311
+ Become:
312
+ ```
313
+ ┌─────────┬─────────┐
314
+ │ box1 │ box2 │
315
+ └─────────┴─────────┘
316
+ ```
317
+ - __ignoreDockContrast__ - Normally, dockable borders will not dock if the
318
+ colors or attributes are different. This option will allow them to dock
319
+ regardless. It may produce some odd looking multi-colored borders though.
320
+ - __fullUnicode__ - Allow for rendering of East Asian double-width characters,
321
+ utf-16 surrogate pairs, and unicode combining characters. This allows you to
322
+ display text above the basic multilingual plane. This is behind an option
323
+ because it may affect performance slightly negatively. Without this option
324
+ enabled, all double-width, surrogate pair, and combining characters will be
325
+ replaced by `'??'`, `'?'`, `''` respectively. (NOTE: iTerm2 cannot display
326
+ combining characters properly. Blessed simply removes them from an element's
327
+ content if iTerm2 is detected).
328
+ - __sendFocus__ - Send focus events after mouse is enabled.
329
+ - __warnings__ - Display warnings (such as the output not being a TTY, similar
330
+ to ncurses).
331
+ - __forceUnicode__ - Force blessed to use unicode even if it is not detected
332
+ via terminfo, env variables, or windows code page. If value is `true` unicode
333
+ is forced. If value is `false` non-unicode is forced (default: `null`).
334
+ - __input/output__ - Input and output streams. `process.stdin`/`process.stdout`
335
+ by default, however, it could be a `net.Socket` if you want to make a program
336
+ that runs over telnet or something of that nature.
337
+ - __terminal__ - `TERM` name used for terminfo parsing. The `$TERM` env variable is
338
+ used by default.
339
+ - __title__ - Set the terminal window title if possible.
340
+
341
+ ##### Properties:
342
+
343
+ - Inherits all from Node.
344
+ - __program__ - The blessed Program object.
345
+ - __tput__ - The blessed Tput object (only available if you passed `tput: true`
346
+ to the Program constructor.)
347
+ - __focused__ - Top of the focus history stack.
348
+ - __width__ - Width of the screen (same as `program.cols`).
349
+ - __height__ - Height of the screen (same as `program.rows`).
350
+ - __cols__ - Same as `screen.width`.
351
+ - __rows__ - Same as `screen.height`.
352
+ - __left__ - Relative left offset, always zero.
353
+ - __right__ - Relative right offset, always zero.
354
+ - __top__ - Relative top offset, always zero.
355
+ - __bottom__ - Relative bottom offset, always zero.
356
+ - __aleft__ - Absolute left offset, always zero.
357
+ - __aright__ - Absolute right offset, always zero.
358
+ - __atop__ - Absolute top offset, always zero.
359
+ - __abottom__ - Absolute bottom offset, always zero.
360
+ - __grabKeys__ - Whether the focused element grabs all keypresses.
361
+ - __lockKeys__ - Prevent keypresses from being received by any element.
362
+ - __hover__ - The currently hovered element. Only set if mouse events are bound.
363
+ - __terminal__ - Set or get terminal name. `Set` calls `screen.setTerminal()`
364
+ internally.
365
+ - __title__ - Set or get window title.
366
+
367
+ ##### Events:
368
+
369
+ - Inherits all from Node.
370
+ - __resize__ - Received on screen resize.
371
+ - __mouse__ - Received on mouse events.
372
+ - __keypress__ - Received on key events.
373
+ - __element [name]__ - Global events received for all elements.
374
+ - __key [name]__ - Received on key event for [name].
375
+ - __focus, blur__ - Received when the terminal window focuses/blurs. Requires a
376
+ terminal supporting the focus protocol and focus needs to be passed to
377
+ program.enableMouse().
378
+ - __prerender__ - Received before render.
379
+ - __render__ - Received on render.
380
+ - __warning__ - Received when blessed notices something untoward (output is not
381
+ a tty, terminfo not found, etc).
382
+ - __destroy__ - Received when the screen is destroyed (only useful when using
383
+ multiple screens).
384
+
385
+ ##### Methods:
386
+
387
+ - Inherits all from Node.
388
+ - __log(msg, ...)__ - Write string to the log file if one was created.
389
+ - __debug(msg, ...)__ - Same as the log method, but only gets called if the
390
+ `debug` option was set.
391
+ - __alloc()__ - Allocate a new pending screen buffer and a new output screen
392
+ buffer.
393
+ - __realloc()__ - Reallocate the screen buffers and clear the screen.
394
+ - __draw(start, end)__ - Draw the screen based on the contents of the screen
395
+ buffer.
396
+ - __render()__ - Render all child elements, writing all data to the screen
397
+ buffer and drawing the screen.
398
+ - __clearRegion(x1, x2, y1, y2)__ - Clear any region on the screen.
399
+ - __fillRegion(attr, ch, x1, x2, y1, y2)__ - Fill any region with a character
400
+ of a certain attribute.
401
+ - __focusOffset(offset)__ - Focus element by offset of focusable elements.
402
+ - __focusPrevious()__ - Focus previous element in the index.
403
+ - __focusNext()__ - Focus next element in the index.
404
+ - __focusPush(element)__ - Push element on the focus stack (equivalent to
405
+ `screen.focused = el`).
406
+ - __focusPop()__ - Pop element off the focus stack.
407
+ - __saveFocus()__ - Save the focused element.
408
+ - __restoreFocus()__ - Restore the saved focused element.
409
+ - __rewindFocus()__ - "Rewind" focus to the last visible and attached element.
410
+ - __key(name, listener)__ - Bind a keypress listener for a specific key.
411
+ - __onceKey(name, listener)__ - Bind a keypress listener for a specific key
412
+ once.
413
+ - __unkey(name, listener)__ - Remove a keypress listener for a specific key.
414
+ - __spawn(file, args, options)__ - Spawn a process in the foreground, return to
415
+ blessed app after exit.
416
+ - __exec(file, args, options, callback)__ - Spawn a process in the foreground,
417
+ return to blessed app after exit. Executes callback on error or exit.
418
+ - __readEditor([options], callback)__ - Read data from text editor.
419
+ - __setEffects(el, fel, over, out, effects, temp)__ - Set effects based on
420
+ two events and attributes.
421
+ - __insertLine(n, y, top, bottom)__ - Insert a line into the screen (using csr:
422
+ this bypasses the output buffer).
423
+ - __deleteLine(n, y, top, bottom)__ - Delete a line from the screen (using csr:
424
+ this bypasses the output buffer).
425
+ - __insertBottom(top, bottom)__ - Insert a line at the bottom of the screen.
426
+ - __insertTop(top, bottom)__ - Insert a line at the top of the screen.
427
+ - __deleteBottom(top, bottom)__ - Delete a line at the bottom of the screen.
428
+ - __deleteTop(top, bottom)__ - Delete a line at the top of the screen.
429
+ - __enableMouse([el])__ - Enable mouse events for the screen and optionally an
430
+ element (automatically called when a form of on('mouse') is bound).
431
+ - __enableKeys([el])__ - Enable keypress events for the screen and optionally
432
+ an element (automatically called when a form of on('keypress') is bound).
433
+ - __enableInput([el])__ - Enable key and mouse events. Calls bot enableMouse
434
+ and enableKeys.
435
+ - __copyToClipboard(text)__ - Attempt to copy text to clipboard using iTerm2's
436
+ proprietary sequence. Returns true if successful.
437
+ - __cursorShape(shape, blink)__ - Attempt to change cursor shape. Will not work
438
+ in all terminals (see artificial cursors for a solution to this). Returns
439
+ true if successful.
440
+ - __cursorColor(color)__ - Attempt to change cursor color. Returns true if
441
+ successful.
442
+ - __cursorReset()__ - Attempt to reset cursor. Returns true if successful.
443
+ - __screenshot([xi, xl, yi, yl])__ - Take an SGR screenshot of the screen
444
+ within the region. Returns a string containing only characters and SGR codes.
445
+ Can be displayed by simply echoing it in a terminal.
446
+ - __destroy()__ - Destroy the screen object and remove it from the global list.
447
+ Also remove all global events relevant to the screen object. If all screen
448
+ objects are destroyed, the node process is essentially reset to its initial
449
+ state.
450
+ - __setTerminal(term)__ - Reset the terminal to `term`. Reloads terminfo.
451
+
452
+
453
+ #### Element (from Node)
454
+
455
+ The base element.
456
+
457
+ ##### Options:
458
+
459
+ - __fg, bg, bold, underline__ - Attributes.
460
+ - __style__ - May contain attributes in the format of:
461
+ ``` js
462
+ {
463
+ fg: 'blue',
464
+ bg: 'black',
465
+ border: {
466
+ fg: 'blue'
467
+ },
468
+ scrollbar: {
469
+ bg: 'blue'
470
+ },
471
+ focus: {
472
+ bg: 'red'
473
+ },
474
+ hover: {
475
+ bg: 'red'
476
+ }
477
+ }
478
+ ```
479
+ - __border__ - Border object, see below.
480
+ - __content__ - Element's text content.
481
+ - __clickable__ - Element is clickable.
482
+ - __input, keyable__ - Element is focusable and can receive key input.
483
+ - __focused__ - Element is focused.
484
+ - __hidden__ - Whether the element is hidden.
485
+ - __label__ - A simple text label for the element.
486
+ - __hoverText__ - A floating text label for the element which appears on mouseover.
487
+ - __align__ - Text alignment: `left`, `center`, or `right`.
488
+ - __valign__ - Vertical text alignment: `top`, `middle`, or `bottom`.
489
+ - __shrink__ - Shrink/flex/grow to content and child elements. Width/height
490
+ during render.
491
+ - __padding__ - Amount of padding on the inside of the element. Can be a number
492
+ or an object containing the properties: `left`, `right`, `top`, and `bottom`.
493
+ - __width, height__ - Width/height of the element, can be a number, percentage
494
+ (`0-100%`), or keyword (`half` or `shrink`). Percentages can also have
495
+ offsets (`50%+1`, `50%-1`).
496
+ - __left, right, top, bottom__ - Offsets of the element __relative to its
497
+ parent__. Can be a number, percentage (`0-100%`), or keyword (`center`).
498
+ `right` and `bottom` do not accept keywords. Percentages can also have
499
+ offsets (`50%+1`, `50%-1`).
500
+ - __position__ - Can contain the above options.
501
+ - __scrollable__ - Whether the element is scrollable or not.
502
+ - __ch__ - Background character (default is whitespace ` `).
503
+ - __draggable__ - Allow the element to be dragged with the mouse.
504
+ - __shadow__ - Draw a translucent offset shadow behind the element.
505
+
506
+ ##### Properties:
507
+
508
+ - Inherits all from Node.
509
+ - __name__ - Name of the element. Useful for form submission.
510
+ - __border__ - Border object.
511
+ - __type__ - Type of border (`line` or `bg`). `bg` by default.
512
+ - __ch__ - Character to use if `bg` type, default is space.
513
+ - __bg, fg__ - Border foreground and background, must be numbers (-1 for
514
+ default).
515
+ - __bold, underline__ - Border attributes.
516
+ - __style__ - Contains attributes (e.g. `fg/bg/underline`). See above.
517
+ - __position__ - Raw width, height, and offsets.
518
+ - __content__ - Raw text content.
519
+ - __hidden__ - Whether the element is hidden or not.
520
+ - __visible__ - Whether the element is visible or not.
521
+ - __detached__ - Whether the element is attached to a screen in its ancestry
522
+ somewhere.
523
+ - __fg, bg__ - Foreground and background, must be numbers (-1 for default).
524
+ - __bold, underline__ - Attributes.
525
+ - __width__ - Calculated width.
526
+ - __height__ - Calculated height.
527
+ - __left__ - Calculated relative left offset.
528
+ - __right__ - Calculated relative right offset.
529
+ - __top__ - Calculated relative top offset.
530
+ - __bottom__ - Calculated relative bottom offset.
531
+ - __aleft__ - Calculated absolute left offset.
532
+ - __aright__ - Calculated absolute right offset.
533
+ - __atop__ - Calculated absolute top offset.
534
+ - __abottom__ - Calculated absolute bottom offset.
535
+ - __draggable__ - Whether the element is draggable. Set to true to allow
536
+ dragging.
537
+
538
+ ##### Events:
539
+
540
+ - Inherits all from Node.
541
+ - __blur, focus__ - Received when an element is focused or unfocused.
542
+ - __mouse__ - Received on mouse events for this element.
543
+ - __mousedown, mouseup__ - Mouse button was pressed or released.
544
+ - __wheeldown, wheelup__ - Wheel was scrolled down or up.
545
+ - __mouseover, mouseout__ - Element was hovered or unhovered.
546
+ - __mousemove__ - Mouse was moved somewhere on this element.
547
+ - __click__ - Element was clicked (slightly smarter than mouseup).
548
+ - __keypress__ - Received on key events for this element.
549
+ - __move__ - Received when the element is moved.
550
+ - __resize__ - Received when the element is resized.
551
+ - __key [name]__ - Received on key event for [name].
552
+ - __prerender__ - Received before a call to render.
553
+ - __render__ - Received after a call to render.
554
+ - __hide__ - Received when element becomes hidden.
555
+ - __show__ - Received when element is shown.
556
+ - __destroy__ - Received when element is destroyed.
557
+
558
+ ##### Methods:
559
+
560
+ - Inherits all from Node.
561
+ - Note: If the `scrollable` option is enabled, Element inherits all methods
562
+ from ScrollableBox.
563
+ - __render()__ - Write content and children to the screen buffer.
564
+ - __hide()__ - Hide element.
565
+ - __show()__ - Show element.
566
+ - __toggle()__ - Toggle hidden/shown.
567
+ - __focus()__ - Focus element.
568
+ - __key(name, listener)__ - Bind a keypress listener for a specific key.
569
+ - __onceKey(name, listener)__ - Bind a keypress listener for a specific key
570
+ once.
571
+ - __unkey(name, listener)__ - Remove a keypress listener for a specific key.
572
+ - __onScreenEvent(type, handler)__ - Same as`el.on('screen', ...)` except this
573
+ will automatically keep track of which listeners are bound to the screen
574
+ object. For use with `removeScreenEvent()`, `free()`, and `destroy()`.
575
+ - __removeScreenEvent(type, handler)__ - Same as`el.removeListener('screen',
576
+ ...)` except this will automatically keep track of which listeners are bound
577
+ to the screen object. For use with `onScreenEvent()`, `free()`, and
578
+ `destroy()`.
579
+ - __free()__ - Free up the element. Automatically unbind all events that may
580
+ have been bound to the screen object. This prevents memory leaks. For use
581
+ with `onScreenEvent()`, `removeScreenEvent()`, and `destroy()`.
582
+ - __destroy()__ - Same as the `detach()` method, except this will automatically
583
+ call `free()` and unbind any screen events to prevent memory leaks. for use
584
+ with `onScreenEvent()`, `removeScreenEvent()`, and `free()`.
585
+ - __setIndex(z)__ - Set the z-index of the element (changes rendering order).
586
+ - __setFront()__ - Put the element in front of its siblings.
587
+ - __setBack()__ - Put the element in back of its siblings.
588
+ - __setLabel(text/options)__ - Set the label text for the top-left corner.
589
+ Example options: `{text:'foo',side:'left'}`
590
+ - __removeLabel()__ - Remove the label completely.
591
+ - __setHover(text/options)__ - Set a hover text box to follow the cursor.
592
+ Similar to the "title" DOM attribute in the browser.
593
+ Example options: `{text:'foo'}`
594
+ - __removeHover()__ - Remove the hover label completely.
595
+ - __enableMouse()__ - Enable mouse events for the element (automatically called
596
+ when a form of on('mouse') is bound).
597
+ - __enableKeys()__ - Enable keypress events for the element (automatically
598
+ called when a form of on('keypress') is bound).
599
+ - __enableInput()__ - Enable key and mouse events. Calls bot enableMouse and
600
+ enableKeys.
601
+ - __enableDrag()__ - Enable dragging of the element.
602
+ - __disableDrag()__ - Disable dragging of the element.
603
+ - __screenshot([xi, xl, yi, yl])__ - Take an SGR screenshot of the element
604
+ within the region. Returns a string containing only characters and SGR codes.
605
+ Can be displayed by simply echoing it in a terminal.
606
+
607
+ ###### Content Methods
608
+
609
+ Methods for dealing with text content, line by line. Useful for writing a
610
+ text editor, irc client, etc.
611
+
612
+ Note: All of these methods deal with pre-aligned, pre-wrapped text. If you use
613
+ deleteTop() on a box with a wrapped line at the top, it may remove 3-4 "real"
614
+ lines (rows) depending on how long the original line was.
615
+
616
+ The `lines` parameter can be a string or an array of strings. The `line`
617
+ parameter must be a string.
618
+
619
+ - __setContent(text)__ - Set the content. Note: When text is input, it will be
620
+ stripped of all non-SGR escape codes, tabs will be replaced with 8 spaces,
621
+ and tags will be replaced with SGR codes (if enabled).
622
+ - __getContent()__ - Return content, slightly different from `el.content`.
623
+ Assume the above formatting.
624
+ - __setText(text)__ - Similar to `setContent`, but ignore tags and remove escape
625
+ codes.
626
+ - __getText()__ - Similar to `getContent`, but return content with tags and
627
+ escape codes removed.
628
+ - __insertLine(i, lines)__ - Insert a line into the box's content.
629
+ - __deleteLine(i)__ - Delete a line from the box's content.
630
+ - __getLine(i)__ - Get a line from the box's content.
631
+ - __getBaseLine(i)__ - Get a line from the box's content from the visible top.
632
+ - __setLine(i, line)__ - Set a line in the box's content.
633
+ - __setBaseLine(i, line)__ - Set a line in the box's content from the visible
634
+ top.
635
+ - __clearLine(i)__ - Clear a line from the box's content.
636
+ - __clearBaseLine(i)__ - Clear a line from the box's content from the visible
637
+ top.
638
+ - __insertTop(lines)__ - Insert a line at the top of the box.
639
+ - __insertBottom(lines)__ - Insert a line at the bottom of the box.
640
+ - __deleteTop()__ - Delete a line at the top of the box.
641
+ - __deleteBottom()__ - Delete a line at the bottom of the box.
642
+ - __unshiftLine(lines)__ - Unshift a line onto the top of the content.
643
+ - __shiftLine(i)__ - Shift a line off the top of the content.
644
+ - __pushLine(lines)__ - Push a line onto the bottom of the content.
645
+ - __popLine(i)__ - Pop a line off the bottom of the content.
646
+ - __getLines()__ - An array containing the content lines.
647
+ - __getScreenLines()__ - An array containing the lines as they are displayed on
648
+ the screen.
649
+ - __strWidth(text)__ - Get a string's displayed width, taking into account
650
+ double-width, surrogate pairs, combining characters, tags, and SGR escape
651
+ codes.
652
+
653
+
654
+ ### Boxes
655
+
656
+
657
+ #### Box (from Element)
658
+
659
+ A box element which draws a simple box containing `content` or other elements.
660
+
661
+ ##### Options:
662
+
663
+ - Inherits all from Element.
664
+
665
+ ##### Properties:
666
+
667
+ - Inherits all from Element.
668
+
669
+ ##### Events:
670
+
671
+ - Inherits all from Element.
672
+
673
+ ##### Methods:
674
+
675
+ - Inherits all from Element.
676
+
677
+
678
+ #### Text (from Element)
679
+
680
+ An element similar to Box, but geared towards rendering simple text elements.
681
+
682
+ ##### Options:
683
+
684
+ - Inherits all from Element.
685
+ - __fill__ - Fill the entire line with chosen bg until parent bg ends, even if
686
+ there is not enough text to fill the entire width. __(deprecated)__
687
+ - __align__ - Text alignment: `left`, `center`, or `right`.
688
+
689
+ Inherits all options, properties, events, and methods from Element.
690
+
691
+
692
+ #### Line (from Box)
693
+
694
+ A simple line which can be `line` or `bg` styled.
695
+
696
+ ##### Options:
697
+
698
+ - Inherits all from Box.
699
+ - __orientation__ - Can be `vertical` or `horizontal`.
700
+ - __type, bg, fg, ch__ - Treated the same as a border object.
701
+ (attributes can be contained in `style`).
702
+
703
+ Inherits all options, properties, events, and methods from Box.
704
+
705
+
706
+ #### ScrollableBox (from Box)
707
+
708
+ __DEPRECATED__ - Use Box with the `scrollable` option instead.
709
+
710
+ A box with scrollable content.
711
+
712
+ ##### Options:
713
+
714
+ - Inherits all from Box.
715
+ - __baseLimit__ - A limit to the childBase. Default is `Infinity`.
716
+ - __alwaysScroll__ - A option which causes the ignoring of `childOffset`. This
717
+ in turn causes the childBase to change every time the element is scrolled.
718
+ - __scrollbar__ - Object enabling a scrollbar.
719
+ - __scrollbar.style__ - Style of the scrollbar.
720
+ - __scrollbar.track__ - Style of the scrollbar track if present (takes regular
721
+ style options).
722
+
723
+ ##### Properties:
724
+
725
+ - Inherits all from Box.
726
+ - __childBase__ - The offset of the top of the scroll content.
727
+ - __childOffset__ - The offset of the chosen item/line.
728
+
729
+ ##### Events:
730
+
731
+ - Inherits all from Box.
732
+ - __scroll__ - Received when the element is scrolled.
733
+
734
+ ##### Methods:
735
+
736
+ - __scroll(offset)__ - Scroll the content by a relative offset.
737
+ - __scrollTo(index)__ - Scroll the content to an absolute index.
738
+ - __setScroll(index)__ - Same as `scrollTo`.
739
+ - __setScrollPerc(perc)__ - Set the current scroll index in percentage (0-100).
740
+ - __getScroll()__ - Get the current scroll index in lines.
741
+ - __getScrollHeight()__ - Get the actual height of the scrolling area.
742
+ - __getScrollPerc()__ - Get the current scroll index in percentage.
743
+ - __resetScroll()__ - Reset the scroll index to its initial state.
744
+
745
+
746
+ #### ScrollableText (from ScrollableBox)
747
+
748
+ __DEPRECATED__ - Use Box with the `scrollable` and `alwaysScroll` options
749
+ instead.
750
+
751
+ A scrollable text box which can display and scroll text, as well as handle
752
+ pre-existing newlines and escape codes.
753
+
754
+ ##### Options:
755
+
756
+ - Inherits all from ScrollableBox.
757
+ - __mouse__ - Whether to enable automatic mouse support for this element.
758
+ - __keys__ - Use predefined keys for navigating the text.
759
+ - __vi__ - Use vi keys with the `keys` option.
760
+
761
+ ##### Properties:
762
+
763
+ - Inherits all from ScrollableBox.
764
+
765
+ ##### Events:
766
+
767
+ - Inherits all from ScrollableBox.
768
+
769
+ ##### Methods:
770
+
771
+ - Inherits all from ScrollableBox.
772
+
773
+
774
+ #### BigText (from Box)
775
+
776
+ A box which can render content drawn as 8x14 cell characters using the terminus
777
+ font.
778
+
779
+ ##### Options:
780
+
781
+ - Inherits all from Box.
782
+ - __font__ - bdf->json font file to use (see [ttystudio][ttystudio] for
783
+ instructions on compiling BDFs to JSON).
784
+ - __fontBold__ - bdf->json bold font file to use (see [ttystudio][ttystudio]
785
+ for instructions on compiling BDFs to JSON).
786
+ - __fch__ - foreground character. (default: `' '`)
787
+
788
+ ##### Properties:
789
+
790
+ - Inherits all from Box.
791
+
792
+ ##### Events:
793
+
794
+ - Inherits all from Box.
795
+
796
+ ##### Methods:
797
+
798
+ - Inherits all from Box.
799
+
800
+
801
+ ### Lists
802
+
803
+
804
+ #### List (from Box)
805
+
806
+ A scrollable list which can display selectable items.
807
+
808
+ ##### Options:
809
+
810
+ - Inherits all from Box.
811
+ - __style.selected__ - Style for a selected item.
812
+ - __style.item__ - Style for an unselected item.
813
+ - __mouse__ - Whether to automatically enable mouse support for this list
814
+ (allows clicking items).
815
+ - __keys__ - Use predefined keys for navigating the list.
816
+ - __vi__ - Use vi keys with the `keys` option.
817
+ - __items__ - An array of strings which become the list's items.
818
+ - __search__ - A function that is called when `vi` mode is enabled and the key
819
+ `/` is pressed. This function accepts a callback function which should be
820
+ called with the search string. The search string is then used to jump to an
821
+ item that is found in `items`.
822
+ - __interactive__ - Whether the list is interactive and can have items selected
823
+ (Default: true).
824
+ - __invertSelected__ - Whether to automatically override tags and invert fg of
825
+ item when selected (Default: `true`).
826
+
827
+ ##### Properties:
828
+
829
+ - Inherits all from Box.
830
+
831
+ ##### Events:
832
+
833
+ - Inherits all from Box.
834
+ - __select__ - Received when an item is selected.
835
+ - __cancel__ - List was canceled (when `esc` is pressed with the `keys` option).
836
+ - __action__ - Either a select or a cancel event was received.
837
+
838
+ ##### Methods:
839
+
840
+ - Inherits all from Box.
841
+ - __add/addItem(text)__ - Add an item based on a string.
842
+ - __removeItem(child)__ - Removes an item from the list. Child can be an
843
+ element, index, or string.
844
+ - __pushItem(child)__ - Push an item onto the list.
845
+ - __popItem()__ - Pop an item off the list.
846
+ - __unshiftItem(child)__ - Unshift an item onto the list.
847
+ - __shiftItem()__ - Shift an item off the list.
848
+ - __insertItem(i, child)__ - Inserts an item to the list. Child can be an
849
+ element, index, or string.
850
+ - __getItem(child)__ - Returns the item element. Child can be an element,
851
+ index, or string.
852
+ - __setItem(child, content)__ - Set item to content.
853
+ - __spliceItem(i, n, item1, ...)__ - Remove and insert items to the list.
854
+ - __clearItems()__ - Clears all items from the list.
855
+ - __setItems(items)__ - Sets the list items to multiple strings.
856
+ - __getItemIndex(child)__ - Returns the item index from the list. Child can be
857
+ an element, index, or string.
858
+ - __select(index)__ - Select an index of an item.
859
+ - __move(offset)__ - Select item based on current offset.
860
+ - __up(amount)__ - Select item above selected.
861
+ - __down(amount)__ - Select item below selected.
862
+ - __pick(callback)__ - Show/focus list and pick an item. The callback is
863
+ executed with the result.
864
+ - __fuzzyFind([string/regex/callback])__ - Find an item based on its text
865
+ content.
866
+
867
+
868
+ #### FileManager (from List)
869
+
870
+ A very simple file manager for selecting files.
871
+
872
+ ##### Options:
873
+
874
+ - Inherits all from List.
875
+ - __cwd__ - Current working directory.
876
+
877
+ ##### Properties:
878
+
879
+ - Inherits all from List.
880
+ - __cwd__ - Current working directory.
881
+
882
+ ##### Events:
883
+
884
+ - Inherits all from List.
885
+ - __cd__ - Directory was selected and navigated to.
886
+ - __file__ - File was selected.
887
+
888
+ ##### Methods:
889
+
890
+ - Inherits all from List.
891
+ - __refresh([cwd], [callback])__ - Refresh the file list (perform a `readdir` on `cwd`
892
+ and update the list items).
893
+ - __pick([cwd], callback)__ - Pick a single file and return the path in the callback.
894
+ - __reset([cwd], [callback])__ - Reset back to original cwd.
895
+
896
+
897
+ #### ListTable (from List)
898
+
899
+ A stylized table of text elements with a list.
900
+
901
+ ##### Options:
902
+
903
+ - Inherits all from List.
904
+ - __rows/data__ - Array of array of strings representing rows.
905
+ - __pad__ - Spaces to attempt to pad on the sides of each cell. `2` by default:
906
+ one space on each side (only useful if the width is shrunken).
907
+ - __noCellBorders__ - Do not draw inner cells.
908
+ - __style.header__ - Header style.
909
+ - __style.cell__ - Cell style.
910
+
911
+ ##### Properties:
912
+
913
+ - Inherits all from List.
914
+
915
+ ##### Events:
916
+
917
+ - Inherits all from List.
918
+
919
+ ##### Methods:
920
+
921
+ - Inherits all from List.
922
+ - __setRows/setData(rows)__ - Set rows in table. Array of arrays of strings.
923
+ ``` js
924
+ table.setData([
925
+ [ 'Animals', 'Foods' ],
926
+ [ 'Elephant', 'Apple' ],
927
+ [ 'Bird', 'Orange' ]
928
+ ]);
929
+ ```
930
+
931
+
932
+ #### Listbar (from Box)
933
+
934
+ A horizontal list. Useful for a main menu bar.
935
+
936
+ ##### Options:
937
+
938
+ - Inherits all from Box.
939
+ - __style.selected__ - Style for a selected item.
940
+ - __style.item__ - Style for an unselected item.
941
+ - __commands/items__ - Set buttons using an object with keys as titles of
942
+ buttons, containing of objects containing keys of `keys` and `callback`.
943
+ - __autoCommandKeys__ - Automatically bind list buttons to keys 0-9.
944
+
945
+ ##### Properties:
946
+
947
+ - Inherits all from Box.
948
+
949
+ ##### Events:
950
+
951
+ - Inherits all from Box.
952
+
953
+ ##### Methods:
954
+
955
+ - Inherits all from Box.
956
+ - __setItems(commands)__ - Set commands (see `commands` option above).
957
+ - __add/addItem/appendItem(item, callback)__ - Append an item to the bar.
958
+ - __select(offset)__ - Select an item on the bar.
959
+ - __removeItem(child)__ - Remove item from the bar.
960
+ - __move(offset)__ - Move relatively across the bar.
961
+ - __moveLeft(offset)__ - Move left relatively across the bar.
962
+ - __moveRight(offset)__ - Move right relatively across the bar.
963
+ - __selectTab(index)__ - Select button and execute its callback.
964
+
965
+
966
+ ### Forms
967
+
968
+
969
+ #### Form (from Box)
970
+
971
+ A form which can contain form elements.
972
+
973
+ ##### Options:
974
+
975
+ - Inherits all from Box.
976
+ - __keys__ - Allow default keys (tab, vi keys, enter).
977
+ - __vi__ - Allow vi keys.
978
+
979
+ ##### Properties:
980
+
981
+ - Inherits all from Box.
982
+ - __submission__ - Last submitted data.
983
+
984
+ ##### Events:
985
+
986
+ - Inherits all from Box.
987
+ - __submit__ - Form is submitted. Receives a data object.
988
+ - __cancel__ - Form is discarded.
989
+ - __reset__ - Form is cleared.
990
+
991
+ ##### Methods:
992
+
993
+ - Inherits all from Box.
994
+ - __focusNext()__ - Focus next form element.
995
+ - __focusPrevious()__ - Focus previous form element.
996
+ - __submit()__ - Submit the form.
997
+ - __cancel()__ - Discard the form.
998
+ - __reset()__ - Clear the form.
999
+
1000
+
1001
+ #### Input (from Box)
1002
+
1003
+ A form input.
1004
+
1005
+
1006
+ #### Textarea (from Input)
1007
+
1008
+ A box which allows multiline text input.
1009
+
1010
+ ##### Options:
1011
+
1012
+ - Inherits all from Input.
1013
+ - __keys__ - Use pre-defined keys (`i` or `enter` for insert, `e` for editor,
1014
+ `C-e` for editor while inserting).
1015
+ - __mouse__ - Use pre-defined mouse events (right-click for editor).
1016
+ - __inputOnFocus__ - Call `readInput()` when the element is focused.
1017
+ Automatically unfocus.
1018
+
1019
+ ##### Properties:
1020
+
1021
+ - Inherits all from Input.
1022
+ - __value__ - The input text. __read-only__.
1023
+
1024
+ ##### Events:
1025
+
1026
+ - Inherits all from Input.
1027
+ - __submit__ - Value is submitted (enter).
1028
+ - __cancel__ - Value is discared (escape).
1029
+ - __action__ - Either submit or cancel.
1030
+
1031
+ ##### Methods:
1032
+
1033
+ - Inherits all from Input.
1034
+ - __submit__ - Submit the textarea (emits `submit`).
1035
+ - __cancel__ - Cancel the textarea (emits `cancel`).
1036
+ - __readInput(callback)__ - Grab key events and start reading text from the
1037
+ keyboard. Takes a callback which receives the final value.
1038
+ - __readEditor(callback)__ - Open text editor in `$EDITOR`, read the output from
1039
+ the resulting file. Takes a callback which receives the final value.
1040
+ - __getValue()__ - The same as `this.value`, for now.
1041
+ - __clearValue()__ - Clear input.
1042
+ - __setValue(text)__ - Set value.
1043
+
1044
+
1045
+ #### Textbox (from Textarea)
1046
+
1047
+ A box which allows text input.
1048
+
1049
+ ##### Options:
1050
+
1051
+ - Inherits all from Textarea.
1052
+ - __secret__ - Completely hide text.
1053
+ - __censor__ - Replace text with asterisks (`*`).
1054
+
1055
+ ##### Properties:
1056
+
1057
+ - Inherits all from Textarea.
1058
+ - __secret__ - Completely hide text.
1059
+ - __censor__ - Replace text with asterisks (`*`).
1060
+
1061
+ ##### Events:
1062
+
1063
+ - Inherits all from Textarea.
1064
+
1065
+ ##### Methods:
1066
+
1067
+ - Inherits all from Textarea.
1068
+
1069
+
1070
+ #### Button (from Input)
1071
+
1072
+ A button which can be focused and allows key and mouse input.
1073
+
1074
+ ##### Options:
1075
+
1076
+ - Inherits all from Input.
1077
+
1078
+ ##### Properties:
1079
+
1080
+ - Inherits all from Input.
1081
+
1082
+ ##### Events:
1083
+
1084
+ - Inherits all from Input.
1085
+ - __press__ - Received when the button is clicked/pressed.
1086
+
1087
+ ##### Methods:
1088
+
1089
+ - Inherits all from Input.
1090
+ - __press()__ - Press button. Emits `press`.
1091
+
1092
+
1093
+ #### Checkbox (from Input)
1094
+
1095
+ A checkbox which can be used in a form element.
1096
+
1097
+ ##### Options:
1098
+
1099
+ - Inherits all from Input.
1100
+ - __checked__ - Whether the element is checked or not.
1101
+ - __mouse__ - Enable mouse support.
1102
+
1103
+ ##### Properties:
1104
+
1105
+ - Inherits all from Input.
1106
+ - __text__ - The text next to the checkbox (do not use setContent, use
1107
+ `check.text = ''`).
1108
+ - __checked__ - Whether the element is checked or not.
1109
+ - __value__ - Same as `checked`.
1110
+
1111
+ ##### Events:
1112
+
1113
+ - Inherits all from Input.
1114
+ - __check__ - Received when element is checked.
1115
+ - __uncheck__ received when element is unchecked.
1116
+
1117
+ ##### Methods:
1118
+
1119
+ - Inherits all from Input.
1120
+ - __check()__ - Check the element.
1121
+ - __uncheck()__ - Uncheck the element.
1122
+ - __toggle()__ - Toggle checked state.
1123
+
1124
+
1125
+ #### RadioSet (from Box)
1126
+
1127
+ An element wrapping RadioButtons. RadioButtons within this element will be
1128
+ mutually exclusive with each other.
1129
+
1130
+ ##### Options:
1131
+
1132
+ - Inherits all from Box.
1133
+
1134
+ ##### Properties:
1135
+
1136
+ - Inherits all from Box.
1137
+
1138
+ ##### Events:
1139
+
1140
+ - Inherits all from Box.
1141
+
1142
+ ##### Methods:
1143
+
1144
+ - Inherits all from Box.
1145
+
1146
+
1147
+ #### RadioButton (from Checkbox)
1148
+
1149
+ A radio button which can be used in a form element.
1150
+
1151
+ ##### Options:
1152
+
1153
+ - Inherits all from Checkbox.
1154
+
1155
+ ##### Properties:
1156
+
1157
+ - Inherits all from Checkbox.
1158
+
1159
+ ##### Events:
1160
+
1161
+ - Inherits all from Checkbox.
1162
+
1163
+ ##### Methods:
1164
+
1165
+ - Inherits all from Checkbox.
1166
+
1167
+
1168
+ ### Prompts
1169
+
1170
+
1171
+ #### Prompt (from Box)
1172
+
1173
+ A prompt box containing a text input, okay, and cancel buttons (automatically
1174
+ hidden).
1175
+
1176
+ ##### Options:
1177
+
1178
+ - Inherits all from Box.
1179
+
1180
+ ##### Properties:
1181
+
1182
+ - Inherits all from Box.
1183
+
1184
+ ##### Events:
1185
+
1186
+ - Inherits all from Box.
1187
+
1188
+ ##### Methods:
1189
+
1190
+ - Inherits all from Box.
1191
+ - __input/setInput/readInput(text, value, callback)__ - Show the prompt and
1192
+ wait for the result of the textbox. Set text and initial value.
1193
+
1194
+
1195
+ #### Question (from Box)
1196
+
1197
+ A question box containing okay and cancel buttons (automatically hidden).
1198
+
1199
+ ##### Options:
1200
+
1201
+ - Inherits all from Box.
1202
+
1203
+ ##### Properties:
1204
+
1205
+ - Inherits all from Box.
1206
+
1207
+ ##### Events:
1208
+
1209
+ - Inherits all from Box.
1210
+
1211
+ ##### Methods:
1212
+
1213
+ - Inherits all from Box.
1214
+ - __ask(question, callback)__ - Ask a `question`. `callback` will yield the
1215
+ result.
1216
+
1217
+
1218
+ #### Message (from Box)
1219
+
1220
+ A box containing a message to be displayed (automatically hidden).
1221
+
1222
+ ##### Options:
1223
+
1224
+ - Inherits all from Box.
1225
+
1226
+ ##### Properties:
1227
+
1228
+ - Inherits all from Box.
1229
+
1230
+ ##### Events:
1231
+
1232
+ - Inherits all from Box.
1233
+
1234
+ ##### Methods:
1235
+
1236
+ - Inherits all from Box.
1237
+ - __log/display(text, [time], callback)__ - Display a message for a time
1238
+ (default is 3 seconds). Set time to 0 for a perpetual message that is
1239
+ dismissed on keypress.
1240
+ - __error(text, [time], callback)__ - Display an error in the same way.
1241
+
1242
+
1243
+ #### Loading (from Box)
1244
+
1245
+ A box with a spinning line to denote loading (automatically hidden).
1246
+
1247
+ ##### Options:
1248
+
1249
+ - Inherits all from Box.
1250
+
1251
+ ##### Properties:
1252
+
1253
+ - Inherits all from Box.
1254
+
1255
+ ##### Events:
1256
+
1257
+ - Inherits all from Box.
1258
+
1259
+ ##### Methods:
1260
+
1261
+ - Inherits all from Box.
1262
+ - __load(text)__ - Display the loading box with a message. Will lock keys until
1263
+ `stop` is called.
1264
+ - __stop()__ - Hide loading box. Unlock keys.
1265
+
1266
+
1267
+ ### Data Display
1268
+
1269
+
1270
+ #### ProgressBar (from Input)
1271
+
1272
+ A progress bar allowing various styles. This can also be used as a form input.
1273
+
1274
+ ##### Options:
1275
+
1276
+ - Inherits all from Input.
1277
+ - __orientation__ - Can be `horizontal` or `vertical`.
1278
+ - __style.bar__ - Style of the bar contents itself.
1279
+ - __pch__ - The character to fill the bar with (default is space).
1280
+ - __filled__ - The amount filled (0 - 100).
1281
+ - __value__ - Same as `filled`.
1282
+ - __keys__ - Enable key support.
1283
+ - __mouse__ - Enable mouse support.
1284
+
1285
+ ##### Properties:
1286
+
1287
+ - Inherits all from Input.
1288
+
1289
+ ##### Events:
1290
+
1291
+ - Inherits all from Input.
1292
+ - __reset__ - Bar was reset.
1293
+ - __complete__ - Bar has completely filled.
1294
+
1295
+ ##### Methods:
1296
+
1297
+ - Inherits all from Input.
1298
+ - __progress(amount)__ - Progress the bar by a fill amount.
1299
+ - __setProgress(amount)__ - Set progress to specific amount.
1300
+ - __reset()__ - Reset the bar.
1301
+
1302
+
1303
+ #### Log (from ScrollableText)
1304
+
1305
+ A log permanently scrolled to the bottom.
1306
+
1307
+ ##### Options:
1308
+
1309
+ - Inherits all from ScrollableText.
1310
+ - __scrollback__ - Amount of scrollback allowed. Default: Infinity.
1311
+ - __scrollOnInput__ - Scroll to bottom on input even if the user has scrolled
1312
+ up. Default: false.
1313
+
1314
+ ##### Properties:
1315
+
1316
+ - Inherits all from ScrollableText.
1317
+ - __scrollback__ - Amount of scrollback allowed. Default: Infinity.
1318
+ - __scrollOnInput__ - Scroll to bottom on input even if the user has scrolled
1319
+ up. Default: false.
1320
+
1321
+ ##### Events:
1322
+
1323
+ - Inherits all from ScrollableText.
1324
+ - __log__ - Emitted on a log line. Passes in line.
1325
+
1326
+ ##### Methods:
1327
+
1328
+ - Inherits all from ScrollableText.
1329
+ - __log/add(text)__ - Add a log line.
1330
+
1331
+
1332
+ #### Table (from Box)
1333
+
1334
+ A stylized table of text elements.
1335
+
1336
+ ##### Options:
1337
+
1338
+ - Inherits all from Box.
1339
+ - __rows/data__ - Array of array of strings representing rows.
1340
+ - __pad__ - Spaces to attempt to pad on the sides of each cell. `2` by default:
1341
+ one space on each side (only useful if the width is shrunken).
1342
+ - __noCellBorders__ - Do not draw inner cells.
1343
+ - __fillCellBorders__ - Fill cell borders with the adjacent background color.
1344
+ - __style.header__ - Header style.
1345
+ - __style.cell__ - Cell style.
1346
+
1347
+ ##### Properties:
1348
+
1349
+ - Inherits all from Box.
1350
+
1351
+ ##### Events:
1352
+
1353
+ - Inherits all from Box.
1354
+
1355
+ ##### Methods:
1356
+
1357
+ - Inherits all from Box.
1358
+ - __setRows/setData(rows)__ - Set rows in table. Array of arrays of strings.
1359
+ ``` js
1360
+ table.setData([
1361
+ [ 'Animals', 'Foods' ],
1362
+ [ 'Elephant', 'Apple' ],
1363
+ [ 'Bird', 'Orange' ]
1364
+ ]);
1365
+ ```
1366
+
1367
+
1368
+ ### Special Elements
1369
+
1370
+
1371
+ #### Terminal (from Box)
1372
+
1373
+ A box which spins up a pseudo terminal and renders the output. Useful for
1374
+ writing a terminal multiplexer, or something similar to an mc-like file
1375
+ manager. Requires term.js and pty.js to be installed. See
1376
+ `example/multiplex.js` for an example terminal multiplexer.
1377
+
1378
+ ##### Options:
1379
+
1380
+ - Inherits all from Box.
1381
+ - __handler__ - Handler for input data.
1382
+ - __shell__ - Name of shell. `$SHELL` by default.
1383
+ - __args__ - Args for shell.
1384
+ - __cursor__ - Can be `line`, `underline`, and `block`.
1385
+ - __terminal__ - Terminal name (Default: `xterm`).
1386
+ - __env__ - Object for process env.
1387
+ - Other options similar to term.js'.
1388
+
1389
+ ##### Properties:
1390
+
1391
+ - Inherits all from Box.
1392
+ - __term__ - Reference to the headless term.js terminal.
1393
+ - __pty__ - Reference to the pty.js pseudo terminal.
1394
+
1395
+ ##### Events:
1396
+
1397
+ - Inherits all from Box.
1398
+ - __title__ - Window title from terminal.
1399
+ - Other events similar to ScrollableBox.
1400
+
1401
+ ##### Methods:
1402
+
1403
+ - Inherits all from Box.
1404
+ - __write(data)__ - Write data to the terminal.
1405
+ - __screenshot([xi, xl, yi, xl])__ - Nearly identical to `element.screenshot`,
1406
+ however, the specified region includes the terminal's _entire_ scrollback,
1407
+ rather than just what is visible on the screen.
1408
+ - Other methods similar to ScrollableBox.
1409
+
1410
+
1411
+ #### Image (from Box)
1412
+
1413
+ Display an image in the terminal (jpeg, png, gif) using either blessed's
1414
+ internal png/gif-to-terminal renderer (using a [ANSIImage element](#ansiimage-from-box)) or
1415
+ using `w3mimgdisplay` (using a [OverlayImage element](#overlayimage-from-box)).
1416
+
1417
+ ##### Options:
1418
+
1419
+ - Inherits all from Box.
1420
+ - __file__ - Path to image.
1421
+ - __type__ - `ansi` or `overlay`. Whether to render the file as ANSI art or
1422
+ using `w3m` to overlay. See the [ANSIImage element](#ansiimage-from-box) for
1423
+ more information/options. (__default__: `ansi`).
1424
+
1425
+ ##### Properties:
1426
+
1427
+ - Inherits all from Box.
1428
+ - See [ANSIImage element](#ansiimage-from-box)
1429
+ - See [OverlayImage element](#overlayimage-from-box)
1430
+
1431
+ ##### Events:
1432
+
1433
+ - Inherits all from Box.
1434
+ - See [ANSIImage element](#ansiimage-from-box)
1435
+ - See [OverlayImage element](#overlayimage-from-box)
1436
+
1437
+ ##### Methods:
1438
+
1439
+ - Inherits all from Box.
1440
+ - See [ANSIImage element](#ansiimage-from-box)
1441
+ - See [OverlayImage element](#overlayimage-from-box)
1442
+
1443
+
1444
+ #### ANSIImage (from Box)
1445
+
1446
+ Convert any `.png` file (or `.gif`, see below) to an ANSI image and display it
1447
+ as an element. This differs from the `OverlayImage` element in that it uses
1448
+ blessed's internal PNG/GIF parser and does not require external dependencies.
1449
+
1450
+ Blessed uses an internal from-scratch PNG/GIF reader because no other javascript
1451
+ PNG reader supports Adam7 interlaced images (much less pass the png test
1452
+ suite).
1453
+
1454
+ The blessed PNG reader supports adam7 deinterlacing, animation (APNG), all
1455
+ color types, bit depths 1-32, alpha, alpha palettes, and outputs scaled bitmaps
1456
+ (cellmaps) in blessed for efficient rendering to the screen buffer. It also
1457
+ uses some code from libcaca/libcucul to add density ASCII characters in order
1458
+ to give the image more detail in the terminal.
1459
+
1460
+ If a corrupt PNG or a non-PNG is passed in, blessed will display error text in
1461
+ the element.
1462
+
1463
+ `.gif` files are also supported via a javascript implementation (they are
1464
+ internally converted to bitmaps and fed to the PNG renderer). Any other image
1465
+ format is support only if the user has imagemagick (`convert` and `identify`)
1466
+ installed.
1467
+
1468
+ ##### Options:
1469
+
1470
+ - Inherits all from Box.
1471
+ - __file__ - URL or path to PNG/GIF file. Can also be a buffer.
1472
+ - __scale__ - Scale cellmap down (`0-1.0`) from its original pixel width/height
1473
+ (Default: `1.0`).
1474
+ - __width/height__ - This differs from other element's `width` or `height` in
1475
+ that only one of them is needed: blessed will maintain the aspect ratio of
1476
+ the image as it scales down to the proper number of cells. __NOTE__: PNG/GIF's
1477
+ are always automatically shrunken to size (based on scale) if a `width` or
1478
+ `height` is not given.
1479
+ - __ascii__ - Add various "density" ASCII characters over the rendering to give
1480
+ the image more detail, similar to libcaca/libcucul (the library mplayer uses
1481
+ to display videos in the terminal).
1482
+ - __animate__ - Whether to animate if the image is an APNG/animating GIF. If
1483
+ false, only display the first frame or IDAT (Default: `true`).
1484
+ - __speed__ - Set the speed of animation. Slower: `0.0-1.0`. Faster: `1-1000`.
1485
+ It cannot go faster than 1 frame per millisecond, so 1000 is the fastest.
1486
+ (Default: 1.0)
1487
+ - __optimization__ - `mem` or `cpu`. If optimizing for memory, animation frames
1488
+ will be rendered to bitmaps _as the animation plays_, using less memory.
1489
+ Optimizing for cpu will precompile all bitmaps beforehand, which may be
1490
+ faster, but might also OOM the process on large images. (Default: `mem`).
1491
+
1492
+ ##### Properties:
1493
+
1494
+ - Inherits all from Box.
1495
+ - __img__ - Image object from the png reader.
1496
+ - __img.width__ - Pixel width.
1497
+ - __img.height__ - Pixel height.
1498
+ - __img.bmp__ - Image bitmap.
1499
+ - __img.cellmap__ - Image cellmap (bitmap scaled down to cell size).
1500
+
1501
+ ##### Events:
1502
+
1503
+ - Inherits all from Box.
1504
+
1505
+ ##### Methods:
1506
+
1507
+ - Inherits all from Box.
1508
+ - __setImage(file)__ - Set the image in the box to a new path. File can be a
1509
+ path, url, or buffer.
1510
+ - __clearImage()__ - Clear the image.
1511
+ - __play()__ - Play animation if it has been paused or stopped.
1512
+ - __pause()__ - Pause animation.
1513
+ - __stop()__ - Stop animation.
1514
+
1515
+
1516
+ #### OverlayImage (from Box)
1517
+
1518
+ Display an image in the terminal (jpeg, png, gif) using w3mimgdisplay. Requires
1519
+ w3m to be installed. X11 required: works in xterm, urxvt, and possibly other
1520
+ terminals.
1521
+
1522
+ ##### Options:
1523
+
1524
+ - Inherits all from Box.
1525
+ - __file__ - Path to image.
1526
+ - __ansi__ - Render the file as ANSI art instead of using `w3m` to overlay
1527
+ Internally uses the ANSIImage element. See the [ANSIImage element](#ansiimage-from-box) for
1528
+ more information/options. (Default: `true`).
1529
+ - __w3m__ - Path to w3mimgdisplay. If a proper `w3mimgdisplay` path is not
1530
+ given, blessed will search the entire disk for the binary.
1531
+ - __search__ - Whether to search `/usr`, `/bin`, and `/lib` for
1532
+ `w3mimgdisplay` (Default: `true`).
1533
+
1534
+ ##### Properties:
1535
+
1536
+ - Inherits all from Box.
1537
+
1538
+ ##### Events:
1539
+
1540
+ - Inherits all from Box.
1541
+
1542
+ ##### Methods:
1543
+
1544
+ - Inherits all from Box.
1545
+ - __setImage(img, [callback])__ - Set the image in the box to a new path.
1546
+ - __clearImage([callback])__ - Clear the current image.
1547
+ - __imageSize(img, [callback])__ - Get the size of an image file in pixels.
1548
+ - __termSize([callback])__ - Get the size of the terminal in pixels.
1549
+ - __getPixelRatio([callback])__ - Get the pixel to cell ratio for the terminal.
1550
+ - _Note:_ All methods above can be synchronous as long as the host version of
1551
+ node supports `spawnSync`.
1552
+
1553
+
1554
+ #### Video (from Box)
1555
+
1556
+ A box which spins up a pseudo terminal in order to render a video via `mplayer
1557
+ -vo caca` or `mpv --vo caca`. Requires `mplayer` or `mpv` to be installed with
1558
+ libcaca support.
1559
+
1560
+ ##### Options:
1561
+
1562
+ - Inherits all from Box.
1563
+ - __file__ - Video to play.
1564
+ - __start__ - Start time in seconds.
1565
+
1566
+ ##### Properties:
1567
+
1568
+ - Inherits all from Box.
1569
+ - __tty__ - The terminal element running `mplayer` or `mpv`.
1570
+
1571
+ ##### Events:
1572
+
1573
+ - Inherits all from Box.
1574
+
1575
+ ##### Methods:
1576
+
1577
+ - Inherits all from Box.
1578
+
1579
+
1580
+ #### Layout (from Element)
1581
+
1582
+ A layout which can position children automatically based on a `renderer` method
1583
+ (__experimental__ - the mechanics of this element may be changed in the
1584
+ future!).
1585
+
1586
+ By default, the Layout element automatically positions children as if they were
1587
+ `display: inline-block;` in CSS.
1588
+
1589
+ ##### Options:
1590
+
1591
+ - Inherits all from Element.
1592
+ - __renderer__ - A callback which is called right before the children are
1593
+ iterated over to be rendered. Should return an iterator callback which is
1594
+ called on each child element: __iterator(el, i)__.
1595
+ - __layout__ - Using the default renderer, it provides two layouts: inline, and
1596
+ grid. `inline` is the default and will render akin to `inline-block`. `grid`
1597
+ will create an automatic grid based on element dimensions. The grid cells'
1598
+ width and height are always determined by the largest children in the layout.
1599
+
1600
+ ##### Properties:
1601
+
1602
+ - Inherits all from Element.
1603
+
1604
+ ##### Events:
1605
+
1606
+ - Inherits all from Element.
1607
+
1608
+ ##### Methods:
1609
+
1610
+ - Inherits all from Element.
1611
+ - __renderer(coords)__ - A callback which is called right before the children
1612
+ are iterated over to be rendered. Should return an iterator callback which is
1613
+ called on each child element: __iterator(el, i)__.
1614
+ - __isRendered(el)__ - Check to see if a previous child element has been
1615
+ rendered and is visible on screen. This is __only__ useful for checking child
1616
+ elements that have already been attempted to be rendered! see the example
1617
+ below.
1618
+ - __getLast(i)__ - Get the last rendered and visible child element based on an
1619
+ index. This is useful for basing the position of the current child element on
1620
+ the position of the last child element.
1621
+ - __getLastCoords(i)__ - Get the last rendered and visible child element coords
1622
+ based on an index. This is useful for basing the position of the current
1623
+ child element on the position of the last child element. See the example
1624
+ below.
1625
+
1626
+ ##### Rendering a Layout for child elements
1627
+
1628
+ ###### Notes
1629
+
1630
+ You must __always__ give `Layout` a width and height. This is a chicken-and-egg
1631
+ problem: blessed cannot calculate the width and height dynamically _before_ the
1632
+ children are positioned.
1633
+
1634
+ `border` and `padding` are already calculated into the `coords` object the
1635
+ `renderer` receives, so there is no need to account for it in your renderer.
1636
+
1637
+ Try to set position for children using `el.position`. `el.position` is the most
1638
+ primitive "to-be-rendered" way to set coordinates. Setting `el.left` directly
1639
+ has more dynamic behavior which may interfere with rendering.
1640
+
1641
+ Some definitions for `coords` (otherwise known as `el.lpos`):
1642
+
1643
+ - `coords.xi` - the absolute x coordinate of the __left__ side of a rendered
1644
+ element. It is absolute: relative to the screen itself.
1645
+ - `coords.xl` - the absolute x coordinate of the __right__ side of a rendered
1646
+ element. It is absolute: relative to the screen itself.
1647
+ - `coords.yi` - the absolute y coordinate of the __top__ side of a rendered
1648
+ element. It is absolute: relative to the screen itself.
1649
+ - `coords.yl` - the absolute y coordinate of the __bottom__ side of a rendered
1650
+ element. It is absolute: relative to the screen itself.
1651
+
1652
+ Note again: the `coords` the renderer receives for the Layout already has
1653
+ border and padding subtracted, so you do not have to account for these. The
1654
+ children do not.
1655
+
1656
+ ###### Example
1657
+
1658
+ Here is an example of how to provide a renderer. Note that this is also the
1659
+ default renderer if none is provided. This renderer will render each child as
1660
+ though they were `display: inline-block;` in CSS, as if there were a
1661
+ dynamically sized horizontal grid from left to right.
1662
+
1663
+ ``` js
1664
+ var layout = blessed.layout({
1665
+ parent: screen,
1666
+ top: 'center',
1667
+ left: 'center',
1668
+ width: '50%',
1669
+ height: '50%',
1670
+ border: 'line',
1671
+ style: {
1672
+ bg: 'red',
1673
+ border: {
1674
+ fg: 'blue'
1675
+ }
1676
+ },
1677
+ // NOTE: This is already the default renderer if none is provided!
1678
+ renderer: function(coords) {
1679
+ var self = this;
1680
+
1681
+ // The coordinates of the layout element
1682
+ var width = coords.xl - coords.xi
1683
+ , height = coords.yl - coords.yi
1684
+ , xi = coords.xi
1685
+ , xl = coords.xl
1686
+ , yi = coords.yi
1687
+ , yl = coords.yl;
1688
+
1689
+ // The current row offset in cells (which row are we on?)
1690
+ var rowOffset = 0;
1691
+
1692
+ // The index of the first child in the row
1693
+ var rowIndex = 0;
1694
+
1695
+ return function iterator(el, i) {
1696
+ // Make our children shrinkable. If they don't have a height, for
1697
+ // example, calculate it for them.
1698
+ el.shrink = true;
1699
+
1700
+ // Find the previous rendered child's coordinates
1701
+ var last = self.getLastCoords(i);
1702
+
1703
+ // If there is no previously rendered element, we are on the first child.
1704
+ if (!last) {
1705
+ el.position.left = 0;
1706
+ el.position.top = 0;
1707
+ } else {
1708
+ // Otherwise, figure out where to place this child. We'll start by
1709
+ // setting it's `left`/`x` coordinate to right after the previous
1710
+ // rendered element. This child will end up directly to the right of it.
1711
+ el.position.left = last.xl - xi;
1712
+
1713
+ // If our child does not overlap the right side of the Layout, set it's
1714
+ // `top`/`y` to the current `rowOffset` (the coordinate for the current
1715
+ // row).
1716
+ if (el.position.left + el.width <= width) {
1717
+ el.position.top = rowOffset;
1718
+ } else {
1719
+ // Otherwise we need to start a new row and calculate a new
1720
+ // `rowOffset` and `rowIndex` (the index of the child on the current
1721
+ // row).
1722
+ rowOffset += self.children.slice(rowIndex, i).reduce(function(out, el) {
1723
+ if (!self.isRendered(el)) return out;
1724
+ out = Math.max(out, el.lpos.yl - el.lpos.yi);
1725
+ return out;
1726
+ }, 0);
1727
+ rowIndex = i;
1728
+ el.position.left = 0;
1729
+ el.position.top = rowOffset;
1730
+ }
1731
+ }
1732
+
1733
+ // If our child overflows the Layout, do not render it!
1734
+ // Disable this feature for now.
1735
+ if (el.position.top + el.height > height) {
1736
+ // Returning false tells blessed to ignore this child.
1737
+ // return false;
1738
+ }
1739
+ };
1740
+ }
1741
+ });
1742
+
1743
+ for (var i = 0; i < 10; i++) {
1744
+ blessed.box({
1745
+ parent: layout,
1746
+ width: i % 2 === 0 ? 10 : 20,
1747
+ height: i % 2 === 0 ? 5 : 10,
1748
+ border: 'line'
1749
+ });
1750
+ }
1751
+ ```
1752
+
1753
+
1754
+ ### Other
1755
+
1756
+
1757
+ #### Helpers
1758
+
1759
+ All helpers reside on `blessed.helpers` or `blessed`.
1760
+
1761
+ - __merge(a, b)__ - Merge objects `a` and `b` into object `a`.
1762
+ - __asort(obj)__ - Sort array alphabetically by `name` prop.
1763
+ - __hsort(obj)__ - Sort array numerically by `index` prop.
1764
+ - __findFile(start, target)__ - Find a file at `start` directory with name
1765
+ `target`.
1766
+ - __escape(text)__ - Escape content's tags to be passed into `el.setContent()`.
1767
+ Example: `box.setContent('escaped tag: ' + blessed.escape('{bold}{/bold}'));`
1768
+ - __parseTags(text)__ - Parse tags into SGR escape codes.
1769
+ - __generateTags(style, text)__ - Generate text tags based on `style` object.
1770
+ - __attrToBinary(style, element)__ - Convert `style` attributes to binary
1771
+ format.
1772
+ - __stripTags(text)__ - Strip text of tags and SGR sequences.
1773
+ - __cleanTags(text)__ - Strip text of tags, SGR escape code, and
1774
+ leading/trailing whitespace.
1775
+ - __dropUnicode(text)__ - Drop text of any >U+FFFF characters.
1776
+
1777
+
1778
+ ### Mechanics
1779
+
1780
+
1781
+ #### Content & Tags
1782
+
1783
+ Every element can have text content via `setContent`. If `tags: true` was
1784
+ passed to the element's constructor, the content can contain tags. For example:
1785
+
1786
+ ``` js
1787
+ box.setContent('hello {red-fg}{green-bg}{bold}world{/bold}{/green-bg}{/red-fg}');
1788
+ ```
1789
+
1790
+ To make this more concise `{/}` cancels all character attributes.
1791
+
1792
+ ``` js
1793
+ box.setContent('hello {red-fg}{green-bg}{bold}world{/}');
1794
+ ```
1795
+
1796
+
1797
+ ##### Colors
1798
+
1799
+ Blessed tags support the basic 16 colors for colors, as well as up to 256
1800
+ colors.
1801
+
1802
+ ``` js
1803
+ box.setContent('hello {red-fg}{green-bg}world{/}');
1804
+ ```
1805
+
1806
+ Tags can also use hex colors (which will be reduced to the most accurate
1807
+ terminal color):
1808
+
1809
+ ``` js
1810
+ box.setContent('hello {#ff0000-fg}{#00ff00-bg}world{/}');
1811
+ ```
1812
+
1813
+
1814
+ ##### Attributes
1815
+
1816
+ Blessed supports all terminal attributes, including `bold`, `underline`,
1817
+ `blink`, `inverse`, and `invisible`.
1818
+
1819
+ ``` js
1820
+ box.setContent('hello {bold}world{/bold}');
1821
+ ```
1822
+
1823
+
1824
+ ##### Alignment
1825
+
1826
+ Newlines and alignment are also possible in content.
1827
+
1828
+ ``` js
1829
+ box.setContent('hello\n'
1830
+ + '{right}world{/right}\n'
1831
+ + '{center}foo{/center}\n');
1832
+ + 'left{|}right');
1833
+ ```
1834
+
1835
+ This will produce a box that looks like:
1836
+
1837
+ ```
1838
+ | hello |
1839
+ | world |
1840
+ | foo |
1841
+ | left right |
1842
+ ```
1843
+
1844
+
1845
+ ##### Escaping
1846
+
1847
+ Escaping can either be done using `blessed.escape()`
1848
+
1849
+ ```
1850
+ box.setContent('here is an escaped tag: ' + blessed.escape('{bold}{/bold}'));
1851
+ ```
1852
+
1853
+ Or with the special `{open}` and `{close}` tags:
1854
+
1855
+ ```
1856
+ box.setContent('here is an escaped tag: {open}bold{close}{open}/bold{close}');
1857
+ ```
1858
+
1859
+ Either will produce:
1860
+
1861
+ ```
1862
+ here is an escaped tag: {bold}{/bold}
1863
+ ```
1864
+
1865
+
1866
+ ##### SGR Sequences
1867
+
1868
+ Content can also handle SGR escape codes. This means if you got output from a
1869
+ program, say `git log` for example, you can feed it directly to an element's
1870
+ content and the colors will be parsed appropriately.
1871
+
1872
+ This means that while `{red-fg}foo{/red-fg}` produces `^[[31mfoo^[[39m`, you
1873
+ could just feed `^[[31mfoo^[[39m` directly to the content.
1874
+
1875
+
1876
+ #### Style
1877
+
1878
+ The style option controls most of the visual aspects of an element.
1879
+
1880
+ ``` js
1881
+ style: {
1882
+ fg: 'blue',
1883
+ bg: 'black',
1884
+ bold: true,
1885
+ underline: false,
1886
+ blink: false,
1887
+ inverse: false,
1888
+ invisible: false,
1889
+ transparent: false,
1890
+ border: {
1891
+ fg: 'blue',
1892
+ bg: 'red'
1893
+ },
1894
+ scrollbar: {
1895
+ bg: 'blue'
1896
+ },
1897
+ focus: {
1898
+ bg: 'red'
1899
+ },
1900
+ hover: {
1901
+ bg: 'red'
1902
+ }
1903
+ }
1904
+ ```
1905
+
1906
+
1907
+ ##### Colors
1908
+
1909
+ Colors can be the names of any of the 16 basic terminal colors, along with hex
1910
+ values (e.g. `#ff0000`) for 256 color terminals. If 256 or 88 colors is not
1911
+ supported. Blessed with reduce the color to whatever is available.
1912
+
1913
+
1914
+ ##### Attributes
1915
+
1916
+ Blessed supports all terminal attributes, including `bold`, `underline`,
1917
+ `blink`, `inverse`, and `invisible`. Attributes are represented as bools in the
1918
+ `style` object.
1919
+
1920
+
1921
+ ##### Transparency
1922
+
1923
+ Blessed can set the opacity of an element to 50% using `style.transparent =
1924
+ true;`. While this seems like it normally shouldn't be possible in a terminal,
1925
+ blessed will use a color blending algorithm to blend the element of the
1926
+ foremost element with the background behind it. Obviously characters cannot be
1927
+ blended, but background colors can.
1928
+
1929
+
1930
+ ##### Shadow
1931
+
1932
+ Translucent shadows are also an option when it comes to styling an element.
1933
+ This option will create a 50% opacity 2-cell wide, 1-cell high shadow offset to
1934
+ the bottom-right.
1935
+
1936
+ ``` js
1937
+ shadow: true
1938
+ ```
1939
+
1940
+
1941
+ ##### Effects
1942
+
1943
+ Blessed supports hover and focus styles. (Hover is only useful is mouse input
1944
+ is enabled).
1945
+
1946
+ ``` js
1947
+ style: {
1948
+ hover: {
1949
+ bg: 'red'
1950
+ },
1951
+ focus: {
1952
+ border: {
1953
+ fg: 'blue'
1954
+ }
1955
+ }
1956
+ }
1957
+ ```
1958
+
1959
+
1960
+ ##### Scrollbar
1961
+
1962
+ On scrollable elements, blessed will support style options for the scrollbar,
1963
+ such as:
1964
+
1965
+ ``` js
1966
+ style: {
1967
+ scrollbar: {
1968
+ bg: 'red',
1969
+ fg: 'blue'
1970
+ }
1971
+ }
1972
+ ```
1973
+
1974
+ As a main option, scrollbar will either take a bool or an object:
1975
+
1976
+ ``` js
1977
+ scrollbar: {
1978
+ ch: ' '
1979
+ }
1980
+ ```
1981
+
1982
+ Or:
1983
+
1984
+ ``` js
1985
+ scrollbar: true
1986
+ ```
1987
+
1988
+
1989
+ #### Events
1990
+
1991
+ Events in Blessed work similar to the traditional node.js model, with one
1992
+ important difference: they have a concept of a tree and event bubbling.
1993
+
1994
+
1995
+ ##### Event Bubbling
1996
+
1997
+ Events can bubble in blessed. For example:
1998
+
1999
+ Receiving all click events for `box` (a normal event listener):
2000
+
2001
+ ``` js
2002
+ box.on('click', function(mouse) {
2003
+ box.setContent('You clicked ' + mouse.x + ', ' + mouse.y + '.');
2004
+ screen.render();
2005
+ });
2006
+ ```
2007
+
2008
+ Receiving all click events for `box`, as well as all of its children:
2009
+
2010
+ ``` js
2011
+ box.on('element click', function(el, mouse) {
2012
+ box.setContent('You clicked '
2013
+ + el.type + ' at ' + mouse.x + ', ' + mouse.y + '.');
2014
+ screen.render();
2015
+ if (el === box) {
2016
+ return false; // Cancel propagation.
2017
+ }
2018
+ });
2019
+ ```
2020
+
2021
+ `el` gets passed in as the first argument. It refers to the target element the
2022
+ event occurred on. Returning `false` will cancel propagation up the tree.
2023
+
2024
+
2025
+ #### Positioning
2026
+
2027
+ Offsets may be a number, a percentage (e.g. `50%`), or a keyword (e.g.
2028
+ `center`).
2029
+
2030
+ Dimensions may be a number, or a percentage (e.g. `50%`).
2031
+
2032
+ Positions are treated almost _exactly_ the same as they are in CSS/CSSOM when
2033
+ an element has the `position: absolute` CSS property.
2034
+
2035
+ When an element is created, it can be given coordinates in its constructor:
2036
+
2037
+ ``` js
2038
+ var box = blessed.box({
2039
+ left: 'center',
2040
+ top: 'center',
2041
+ bg: 'yellow',
2042
+ width: '50%',
2043
+ height: '50%'
2044
+ });
2045
+ ```
2046
+
2047
+ This tells blessed to create a box, perfectly centered __relative to its
2048
+ parent__, 50% as wide and 50% as tall as its parent.
2049
+
2050
+ Percentages can also have offsets applied to them:
2051
+
2052
+ ``` js
2053
+ ...
2054
+ height: '50%-1',
2055
+ left: '45%+1',
2056
+ ...
2057
+ ```
2058
+
2059
+ To access the calculated offsets, relative to the parent:
2060
+
2061
+ ``` js
2062
+ console.log(box.left);
2063
+ console.log(box.top);
2064
+ ```
2065
+
2066
+ To access the calculated offsets, absolute (relative to the screen):
2067
+
2068
+ ``` js
2069
+ console.log(box.aleft);
2070
+ console.log(box.atop);
2071
+ ```
2072
+
2073
+
2074
+ ##### Overlapping offsets and dimensions greater than parents'
2075
+
2076
+ This still needs to be tested a bit, but it should work.
2077
+
2078
+
2079
+ #### Rendering
2080
+
2081
+ To actually render the screen buffer, you must call `render`.
2082
+
2083
+ ``` js
2084
+ box.setContent('Hello {#0fe1ab-fg}world{/}.');
2085
+ screen.render();
2086
+ ```
2087
+
2088
+ Elements are rendered with the lower elements in the children array being
2089
+ painted first. In terms of the painter's algorithm, the lowest indicies in the
2090
+ array are the furthest away, just like in the DOM.
2091
+
2092
+
2093
+ #### Artificial Cursors
2094
+
2095
+ Terminal cursors can be tricky. They all have different custom escape codes to
2096
+ alter. As an _experimental_ alternative, blessed can draw a cursor for you,
2097
+ allowing you to have a custom cursor that you control.
2098
+
2099
+ ``` js
2100
+ var screen = blessed.screen({
2101
+ cursor: {
2102
+ artificial: true,
2103
+ shape: 'line',
2104
+ blink: true,
2105
+ color: null // null for default
2106
+ }
2107
+ });
2108
+ ```
2109
+
2110
+ That's it. It's controlled the same way as the regular cursor.
2111
+
2112
+ To create a custom cursor:
2113
+
2114
+ ``` js
2115
+ var screen = blessed.screen({
2116
+ cursor: {
2117
+ artificial: true,
2118
+ shape: {
2119
+ bg: 'red',
2120
+ fg: 'white',
2121
+ bold: true,
2122
+ ch: '#'
2123
+ },
2124
+ blink: true
2125
+ }
2126
+ });
2127
+ ```
2128
+
2129
+
2130
+ #### Multiple Screens
2131
+
2132
+ Blessed supports the ability to create multiple screens. This may not seem
2133
+ useful at first, but if you're writing a program that serves terminal
2134
+ interfaces over http, telnet, or any other protocol, this can be very useful.
2135
+
2136
+ ##### Server Side Usage
2137
+
2138
+ A simple telnet server might look like this (see examples/blessed-telnet.js for
2139
+ a full example):
2140
+
2141
+ ``` js
2142
+ var blessed = require('blessed');
2143
+ var telnet = require('telnet');
2144
+
2145
+ telnet.createServer(function(client) {
2146
+ client.do.transmit_binary();
2147
+ client.do.terminal_type();
2148
+ client.do.window_size();
2149
+
2150
+ client.on('terminal type', function(data) {
2151
+ if (data.command === 'sb' && data.name) {
2152
+ screen.terminal = data.name;
2153
+ screen.render();
2154
+ }
2155
+ });
2156
+
2157
+ client.on('window size', function(data) {
2158
+ if (data.command === 'sb') {
2159
+ client.columns = data.columns;
2160
+ client.rows = data.rows;
2161
+ client.emit('resize');
2162
+ }
2163
+ });
2164
+
2165
+ // Make the client look like a tty:
2166
+ client.setRawMode = function(mode) {
2167
+ client.isRaw = mode;
2168
+ if (!client.writable) return;
2169
+ if (mode) {
2170
+ client.do.suppress_go_ahead();
2171
+ client.will.suppress_go_ahead();
2172
+ client.will.echo();
2173
+ } else {
2174
+ client.dont.suppress_go_ahead();
2175
+ client.wont.suppress_go_ahead();
2176
+ client.wont.echo();
2177
+ }
2178
+ };
2179
+ client.isTTY = true;
2180
+ client.isRaw = false;
2181
+ client.columns = 80;
2182
+ client.rows = 24;
2183
+
2184
+ var screen = blessed.screen({
2185
+ smartCSR: true,
2186
+ input: client,
2187
+ output: client,
2188
+ terminal: 'xterm-256color',
2189
+ fullUnicode: true
2190
+ });
2191
+
2192
+ client.on('close', function() {
2193
+ if (!screen.destroyed) {
2194
+ screen.destroy();
2195
+ }
2196
+ });
2197
+
2198
+ screen.key(['C-c', 'q'], function(ch, key) {
2199
+ screen.destroy();
2200
+ });
2201
+
2202
+ screen.on('destroy', function() {
2203
+ if (client.writable) {
2204
+ client.destroy();
2205
+ }
2206
+ });
2207
+
2208
+ screen.data.main = blessed.box({
2209
+ parent: screen,
2210
+ left: 'center',
2211
+ top: 'center',
2212
+ width: '80%',
2213
+ height: '90%',
2214
+ border: 'line',
2215
+ content: 'Welcome to my server. Here is your own private session.'
2216
+ });
2217
+
2218
+ screen.render();
2219
+ }).listen(2300);
2220
+ ```
2221
+
2222
+ Once you've written something similar and started it, you can simply telnet
2223
+ into your blessed app:
2224
+
2225
+ ``` bash
2226
+ $ telnet localhost 2300
2227
+ ```
2228
+
2229
+ Creating a netcat server would also work as long as you disable line buffering
2230
+ and terminal echo on the commandline via `stty`:
2231
+ `$ stty -icanon -echo; ncat localhost 2300; stty icanon echo`
2232
+
2233
+ Or by using netcat's `-t` option: `$ ncat -t localhost 2300`
2234
+
2235
+ Creating a streaming http 1.1 server than runs in the terminal is possible by
2236
+ curling it with special arguments: `$ curl -sSNT. localhost:8080`.
2237
+
2238
+ There are currently no examples of netcat/nc/ncat or http->curl servers yet.
2239
+
2240
+ ---
2241
+
2242
+ The `blessed.screen` constructor can accept `input`, `output`, and `term`
2243
+ arguments to aid with this. The multiple screens will be managed internally by
2244
+ blessed. The programmer just has to keep track of the references, however, to
2245
+ avoid ambiguity, it's possible to explicitly dictate which screen a node is
2246
+ part of by using the `screen` option when creating an element.
2247
+
2248
+ The `screen.destroy()` method is also crucial: this will clean up all event
2249
+ listeners the screen has bound and make sure it stops listening on the event
2250
+ loop. Make absolutely certain to remember to clean up your screens once you're
2251
+ done with them.
2252
+
2253
+ A tricky part is making sure to include the ability for the client to send the
2254
+ TERM which is reset on the serverside, and the terminal size, which is should
2255
+ also be reset on the serverside. Both of these capabilities are demonstrated
2256
+ above.
2257
+
2258
+ For a working example of a blessed telnet server, see
2259
+ `examples/blessed-telnet.js`.
2260
+
2261
+
2262
+ ### Notes
2263
+
2264
+
2265
+ #### Windows Compatibility
2266
+
2267
+ Currently there is no `mouse` or `resize` event support on Windows.
2268
+
2269
+ Windows users will need to explicitly set `term` when creating a screen like so
2270
+ (__NOTE__: This is no longer necessary as of the latest versions of blessed.
2271
+ This is now handled automatically):
2272
+
2273
+ ``` js
2274
+ var screen = blessed.screen({ terminal: 'windows-ansi' });
2275
+ ```
2276
+
2277
+
2278
+ #### Low-level Usage
2279
+
2280
+ This will actually parse the xterm terminfo and compile every
2281
+ string capability to a javascript function:
2282
+
2283
+ ``` js
2284
+ var blessed = require('blessed');
2285
+
2286
+ var tput = blessed.tput({
2287
+ terminal: 'xterm-256color',
2288
+ extended: true
2289
+ });
2290
+
2291
+ process.stdout.write(tput.setaf(4) + 'Hello' + tput.sgr0() + '\n');
2292
+ ```
2293
+
2294
+ To play around with it on the command line, it works just like tput:
2295
+
2296
+ ``` bash
2297
+ $ tput.js setaf 2
2298
+ $ tput.js sgr0
2299
+ $ echo "$(tput.js setaf 2)Hello World$(tput.js sgr0)"
2300
+ ```
2301
+
2302
+ The main functionality is exposed in the main `blessed` module:
2303
+
2304
+ ``` js
2305
+ var blessed = require('blessed')
2306
+ , program = blessed.program();
2307
+
2308
+ program.key('q', function(ch, key) {
2309
+ program.clear();
2310
+ program.disableMouse();
2311
+ program.showCursor();
2312
+ program.normalBuffer();
2313
+ process.exit(0);
2314
+ });
2315
+
2316
+ program.on('mouse', function(data) {
2317
+ if (data.action === 'mousemove') {
2318
+ program.move(data.x, data.y);
2319
+ program.bg('red');
2320
+ program.write('x');
2321
+ program.bg('!red');
2322
+ }
2323
+ });
2324
+
2325
+ program.alternateBuffer();
2326
+ program.enableMouse();
2327
+ program.hideCursor();
2328
+ program.clear();
2329
+
2330
+ program.move(1, 1);
2331
+ program.bg('black');
2332
+ program.write('Hello world', 'blue fg');
2333
+ program.setx((program.cols / 2 | 0) - 4);
2334
+ program.down(5);
2335
+ program.write('Hi again!');
2336
+ program.bg('!black');
2337
+ program.feed();
2338
+ ```
2339
+
2340
+
2341
+ #### Testing
2342
+
2343
+ Most tests contained in the `test/` directory are interactive. It's up to the
2344
+ programmer to determine whether the test is properly displayed. In the future
2345
+ it might be better to do something similar to vttest.
2346
+
2347
+
2348
+ #### Examples
2349
+
2350
+ Examples can be found in `examples/`.
2351
+
2352
+
2353
+ #### FAQ
2354
+
2355
+ 1. Why doesn't the Linux console render lines correctly on Ubuntu?
2356
+ - You need to install the `ncurses-base` package __and__ the `ncurses-term`
2357
+ package. (#98)
2358
+ 2. Why do vertical lines look chopped up in iTerm2?
2359
+ - All ACS vertical lines look this way in iTerm2 with the default font.
2360
+ 3. Why can't I use my mouse in Terminal.app?
2361
+ - Terminal.app does not support mouse events.
2362
+ 4. Why doesn't the OverlayImage element appear in my terminal?
2363
+ - The OverlayImage element uses w3m to display images. This generally only
2364
+ works on X11+xterm/urxvt, but it _may_ work on other unix terminals.
2365
+ 5. Why can't my mouse clicks register beyond 255 cells?
2366
+ - Older versions of VTE do not support any modern mouse protocol. On top of
2367
+ that, the old X10 protocol it _does_ implement is bugged. Through several
2368
+ workarounds we've managed to get the cell limit from `127` to `255`. If
2369
+ you're not happy with this, you may want to look into using xterm or urxvt,
2370
+ or a terminal which uses a modern VTE, like gnome-terminal.
2371
+ 6. Is blessed efficient?
2372
+ - Yes. Blessed implements CSR and uses the painter's algorithm to render the
2373
+ screen. It maintains two screen buffers so it only needs to render what
2374
+ has changed on the terminal screen.
2375
+ 7. Will blessed work with all terminals?
2376
+ - Yes. Blessed has a terminfo/termcap parser and compiler that was written
2377
+ from scratch. It should work with every terminal as long as a terminfo
2378
+ file is provided. If you notice any compatibility issues in your termial,
2379
+ do not hesitate to post an issue.
2380
+ 8. What is "curses" and "ncurses"?
2381
+ - ["curses"][curses] was an old library written in the early days of unix
2382
+ which allowed a programmer to easily manipulate the cursor in order to
2383
+ render the screen. ["ncurses"][ncurses] is a free reimplementation of
2384
+ curses. It improved upon it quite a bit by focusing more on terminal
2385
+ compatibility and is now the standard library for implementing terminal
2386
+ programs. Blessed uses neither of these, and instead handles terminal
2387
+ compatibility itself.
2388
+ 9. What is the difference between blessed and blessed-contrib?
2389
+ - blessed is a major piece of code which reimplements curses from the ground
2390
+ up. A UI API is then layered on top of this. [blessed-contrib][contrib] is
2391
+ a popular library built on top of blessed which makes clever use of modules
2392
+ to implement useful widgets like graphs, ascii art, and so on.
2393
+ 10. Are there blessed-like solutions for non-javascript platforms?
2394
+ - Yes. There are some fantastic solutions out there.
2395
+ - Perl: [Curses::UI][curses-ui]
2396
+ - Python: [Urwid][urwid]
2397
+ - Go: [termui][termui] & [termbox-go][termbox]
2398
+
2399
+
2400
+ ## Contribution and License Agreement
2401
+
2402
+ If you contribute code to this project, you are implicitly allowing your code
2403
+ to be distributed under the MIT license. You are also implicitly verifying that
2404
+ all code is your original work. `</legalese>`
2405
+
2406
+
2407
+ ## License
2408
+
2409
+ Copyright (c) 2013-2015, Christopher Jeffrey. (MIT License)
2410
+
2411
+ See LICENSE for more info.
2412
+
2413
+ [slap]: https://github.com/slap-editor/slap
2414
+ [contrib]: https://github.com/yaronn/blessed-contrib
2415
+ [termui]: https://github.com/gizak/termui
2416
+ [curses]: https://en.wikipedia.org/wiki/Curses_(programming_library)
2417
+ [ncurses]: https://en.wikipedia.org/wiki/Ncurses
2418
+ [urwid]: http://urwid.org/reference/index.html
2419
+ [curses-ui]: http://search.cpan.org/~mdxi/Curses-UI-0.9609/lib/Curses/UI.pm
2420
+ [termbox]: https://github.com/nsf/termbox-go
2421
+ [ttystudio]: https://github.com/chjj/ttystudio#choosing-a-new-font-for-your-terminal-recording