ccjk 12.0.1 → 12.0.3

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 (162) hide show
  1. package/dist/chunks/agent-teams.mjs +17 -18
  2. package/dist/chunks/agent.mjs +105 -102
  3. package/dist/chunks/agents.mjs +87 -77
  4. package/dist/chunks/api-cli.mjs +41 -27
  5. package/dist/chunks/api-providers.mjs +2 -4
  6. package/dist/chunks/api.mjs +23 -12
  7. package/dist/chunks/auto-bootstrap.mjs +3 -5
  8. package/dist/chunks/auto-init.mjs +3 -4
  9. package/dist/chunks/auto-updater.mjs +103 -91
  10. package/dist/chunks/banner.mjs +44 -43
  11. package/dist/chunks/boost.mjs +30 -31
  12. package/dist/chunks/ccjk-agents.mjs +6 -9
  13. package/dist/chunks/ccjk-all.mjs +703 -85
  14. package/dist/chunks/ccjk-config.mjs +6 -6
  15. package/dist/chunks/ccjk-hooks.mjs +20 -9
  16. package/dist/chunks/ccjk-mcp.mjs +64 -52
  17. package/dist/chunks/ccjk-setup.mjs +35 -25
  18. package/dist/chunks/ccjk-skills.mjs +51 -41
  19. package/dist/chunks/ccr.mjs +43 -33
  20. package/dist/chunks/ccu.mjs +16 -12
  21. package/dist/chunks/check-updates.mjs +31 -20
  22. package/dist/chunks/claude-code-config-manager.mjs +25 -10
  23. package/dist/chunks/claude-code-incremental-manager.mjs +65 -51
  24. package/dist/chunks/claude-config.mjs +2 -2
  25. package/dist/chunks/claude-wrapper.mjs +9 -6
  26. package/dist/chunks/cleanup-migration.mjs +1 -1
  27. package/dist/chunks/cli-hook.mjs +10 -3
  28. package/dist/chunks/cloud-sync.mjs +1 -1
  29. package/dist/chunks/codex-config-switch.mjs +59 -46
  30. package/dist/chunks/codex-provider-manager.mjs +30 -17
  31. package/dist/chunks/codex-uninstaller.mjs +5 -6
  32. package/dist/chunks/codex.mjs +89 -89
  33. package/dist/chunks/commands.mjs +28 -29
  34. package/dist/chunks/commands2.mjs +4 -3
  35. package/dist/chunks/commit.mjs +42 -23
  36. package/dist/chunks/completion.mjs +46 -47
  37. package/dist/chunks/config-consolidator.mjs +13 -14
  38. package/dist/chunks/config-switch.mjs +67 -54
  39. package/dist/chunks/config.mjs +10 -10
  40. package/dist/chunks/config2.mjs +53 -42
  41. package/dist/chunks/config3.mjs +107 -93
  42. package/dist/chunks/constants.mjs +2 -4
  43. package/dist/chunks/context-loader.mjs +5 -4
  44. package/dist/chunks/context.mjs +77 -76
  45. package/dist/chunks/convoy-manager.mjs +4 -4
  46. package/dist/chunks/dashboard.mjs +28 -29
  47. package/dist/chunks/doctor.mjs +69 -55
  48. package/dist/chunks/evolution.mjs +37 -38
  49. package/dist/chunks/features.mjs +104 -93
  50. package/dist/chunks/fs-operations.mjs +1 -1
  51. package/dist/chunks/health-alerts.mjs +1 -1
  52. package/dist/chunks/health-check.mjs +1 -1
  53. package/dist/chunks/help.mjs +117 -116
  54. package/dist/chunks/hook-installer.mjs +3 -2
  55. package/dist/chunks/index.mjs +20 -6
  56. package/dist/chunks/index10.mjs +1171 -0
  57. package/dist/chunks/index11.mjs +1008 -0
  58. package/dist/chunks/index12.mjs +193 -0
  59. package/dist/chunks/index13.mjs +218 -0
  60. package/dist/chunks/index14.mjs +663 -0
  61. package/dist/chunks/index2.mjs +19 -10
  62. package/dist/chunks/index3.mjs +19079 -164
  63. package/dist/chunks/index4.mjs +8 -1171
  64. package/dist/chunks/index5.mjs +7479 -884
  65. package/dist/chunks/index6.mjs +160 -184
  66. package/dist/chunks/index7.mjs +3573 -653
  67. package/dist/chunks/index8.mjs +19 -0
  68. package/dist/chunks/index9.mjs +616 -0
  69. package/dist/chunks/init.mjs +177 -176
  70. package/dist/chunks/installer.mjs +92 -82
  71. package/dist/chunks/installer2.mjs +3 -2
  72. package/dist/chunks/interview.mjs +118 -107
  73. package/dist/chunks/json-config.mjs +3 -2
  74. package/dist/chunks/linux.mjs +3863 -0
  75. package/dist/chunks/macos.mjs +69 -0
  76. package/dist/chunks/main.mjs +635 -0
  77. package/dist/chunks/marketplace.mjs +69 -66
  78. package/dist/chunks/mcp-cli.mjs +62 -49
  79. package/dist/chunks/mcp.mjs +141 -128
  80. package/dist/chunks/menu.mjs +85 -85
  81. package/dist/chunks/metrics-display.mjs +41 -40
  82. package/dist/chunks/migrator.mjs +4 -5
  83. package/dist/chunks/monitor.mjs +96 -96
  84. package/dist/chunks/notification.mjs +151 -141
  85. package/dist/chunks/onboarding.mjs +27 -16
  86. package/dist/chunks/package.mjs +2 -3
  87. package/dist/chunks/paradigm.mjs +24 -23
  88. package/dist/chunks/permission-manager.mjs +11 -12
  89. package/dist/chunks/permissions.mjs +72 -57
  90. package/dist/chunks/persistence-manager.mjs +97 -84
  91. package/dist/chunks/persistence.mjs +1 -1
  92. package/dist/chunks/platform.mjs +29 -29
  93. package/dist/chunks/plugin.mjs +104 -105
  94. package/dist/chunks/prompts.mjs +39 -27
  95. package/dist/chunks/providers.mjs +68 -69
  96. package/dist/chunks/quick-actions.mjs +71 -72
  97. package/dist/chunks/quick-provider.mjs +56 -40
  98. package/dist/chunks/quick-setup.mjs +74 -62
  99. package/dist/chunks/remote.mjs +21 -12
  100. package/dist/chunks/session.mjs +116 -103
  101. package/dist/chunks/sessions.mjs +29 -28
  102. package/dist/chunks/silent-updater.mjs +8 -10
  103. package/dist/chunks/simple-config.mjs +13 -10
  104. package/dist/chunks/skill.mjs +8560 -103
  105. package/dist/chunks/skills-sync.mjs +5212 -79
  106. package/dist/chunks/skills.mjs +105 -94
  107. package/dist/chunks/slash-commands.mjs +36 -37
  108. package/dist/chunks/smart-defaults.mjs +7 -3
  109. package/dist/chunks/smart-guide.mjs +1 -1
  110. package/dist/chunks/startup.mjs +2 -4
  111. package/dist/chunks/stats.mjs +41 -42
  112. package/dist/chunks/status.mjs +49 -50
  113. package/dist/chunks/team.mjs +24 -12
  114. package/dist/chunks/thinking.mjs +74 -63
  115. package/dist/chunks/trace.mjs +20 -19
  116. package/dist/chunks/uninstall.mjs +69 -56
  117. package/dist/chunks/update.mjs +44 -32
  118. package/dist/chunks/upgrade-manager.mjs +30 -23
  119. package/dist/chunks/version-checker.mjs +45 -41
  120. package/dist/chunks/vim.mjs +81 -69
  121. package/dist/chunks/windows.mjs +14 -0
  122. package/dist/chunks/workflows.mjs +15 -15
  123. package/dist/chunks/wsl.mjs +129 -0
  124. package/dist/chunks/zero-config.mjs +45 -34
  125. package/dist/cli.mjs +20 -20
  126. package/dist/index.mjs +44 -34
  127. package/dist/shared/ccjk.BAGoDD49.mjs +36 -0
  128. package/dist/shared/ccjk.BBtCGd_g.mjs +899 -0
  129. package/dist/shared/{ccjk.CGcy7cNM.mjs → ccjk.BDKUdmLk.mjs} +1 -1
  130. package/dist/shared/{ccjk.DtMBiwVG.mjs → ccjk.BFxsJM0k.mjs} +1 -1
  131. package/dist/shared/{ccjk.j4uut26D.mjs → ccjk.BIxuVL3_.mjs} +5 -5
  132. package/dist/shared/ccjk.BRZ9ww8S.mjs +142 -0
  133. package/dist/shared/{ccjk.CN0edl87.mjs → ccjk.BSYWk9ML.mjs} +1 -1
  134. package/dist/shared/{ccjk.Dk1HDseQ.mjs → ccjk.BnpWvs9V.mjs} +75 -75
  135. package/dist/shared/ccjk.BoApaI4j.mjs +28 -0
  136. package/dist/shared/{ccjk.DKojSRzw.mjs → ccjk.BrPUmTqm.mjs} +1 -1
  137. package/dist/shared/{ccjk.C10pepYx.mjs → ccjk.BxSmJ8B7.mjs} +1 -1
  138. package/dist/shared/ccjk.Bx_rmYfN.mjs +69 -0
  139. package/dist/shared/ccjk.COweQ1RR.mjs +5 -0
  140. package/dist/shared/{ccjk.BN90X6oc.mjs → ccjk.CePkJq2S.mjs} +17 -17
  141. package/dist/shared/{ccjk.Bvoex4TZ.mjs → ccjk.CfKKcvWy.mjs} +1 -1
  142. package/dist/shared/ccjk.Cjgrln_h.mjs +297 -0
  143. package/dist/shared/ccjk.CxpGa6MC.mjs +2724 -0
  144. package/dist/shared/{ccjk.DfwJOEok.mjs → ccjk.D5MFQT7w.mjs} +1 -1
  145. package/dist/shared/{ccjk.cChAaGgT.mjs → ccjk.DG_o24cZ.mjs} +6 -6
  146. package/dist/shared/{ccjk.bhFAMRyc.mjs → ccjk.DLLw-h4Y.mjs} +32 -32
  147. package/dist/shared/ccjk.DOwtZMk8.mjs +4019 -0
  148. package/dist/shared/ccjk.DSpGBMwx.mjs +38 -0
  149. package/dist/shared/{ccjk.BsXQugfY.mjs → ccjk.DTdjs-qK.mjs} +13 -13
  150. package/dist/shared/{ccjk.Bdhyg3X-.mjs → ccjk.DsYaCCx4.mjs} +1 -1
  151. package/dist/shared/ccjk.KfSWcGlE.mjs +38 -0
  152. package/dist/shared/ccjk.RyizuzOI.mjs +21 -0
  153. package/dist/shared/{ccjk.h7_W-wTs.mjs → ccjk.SPoXMvZD.mjs} +1 -1
  154. package/dist/shared/ccjk.T_cX87dY.mjs +15 -0
  155. package/dist/shared/{ccjk.CrB6OYHv.mjs → ccjk._dESH4Rk.mjs} +2 -2
  156. package/dist/shared/ccjk.bQ7Dh1g4.mjs +249 -0
  157. package/dist/shared/{ccjk.CBhIZiPz.mjs → ccjk.hoqrwWdN.mjs} +1 -1
  158. package/dist/shared/{ccjk.BNwRnWYx.mjs → ccjk.s7OCVzdd.mjs} +1230 -33
  159. package/dist/shared/{ccjk.BOIUTf5z.mjs → ccjk.waa2ikKJ.mjs} +8 -9
  160. package/package.json +31 -29
  161. package/dist/shared/ccjk.DHbrGcgg.mjs +0 -13
  162. package/dist/shared/ccjk.DntgA8fQ.mjs +0 -42
package/dist/index.mjs CHANGED
@@ -4,30 +4,40 @@ import * as os from 'node:os';
4
4
  import { homedir } from 'node:os';
5
5
  import * as path from 'node:path';
6
6
  import { promisify } from 'node:util';
7
- import ansis from 'ansis';
8
- import { version } from './chunks/package.mjs';
9
- import { join as join$1 } from 'pathe';
7
+ import a from './chunks/index2.mjs';
8
+ import { g as getRuntimeVersion } from './shared/ccjk.DSpGBMwx.mjs';
9
+ import { j as join$1 } from './shared/ccjk.bQ7Dh1g4.mjs';
10
10
  export { j as config } from './chunks/config.mjs';
11
11
  export { e as extractDisplayName, a as extractString, i as i18nHelpers, n as normalizeRecommendation, b as normalizeRecommendations } from './shared/ccjk.AqnXPAzw.mjs';
12
- export { a as loggerUtils } from './shared/ccjk.cChAaGgT.mjs';
12
+ export { a as loggerUtils } from './shared/ccjk.DG_o24cZ.mjs';
13
13
  export { p as platform } from './chunks/platform.mjs';
14
14
  import { Transform } from 'node:stream';
15
15
  import { pipeline } from 'node:stream/promises';
16
+ import './shared/ccjk.BAGoDD49.mjs';
16
17
  import 'node:url';
17
- import 'dayjs';
18
- import 'inquirer';
19
- import './chunks/constants.mjs';
20
- import './chunks/index3.mjs';
21
18
  import 'node:process';
22
- import 'i18next';
23
- import 'i18next-fs-backend';
19
+ import './shared/ccjk.RyizuzOI.mjs';
20
+ import './chunks/index3.mjs';
21
+ import 'node:readline';
22
+ import 'stream';
23
+ import 'node:tty';
24
+ import 'node:async_hooks';
25
+ import './shared/ccjk.Cjgrln_h.mjs';
26
+ import 'tty';
27
+ import 'fs';
28
+ import 'child_process';
29
+ import 'node:crypto';
30
+ import 'buffer';
31
+ import 'string_decoder';
32
+ import './chunks/constants.mjs';
33
+ import './chunks/index5.mjs';
24
34
  import './chunks/claude-config.mjs';
25
35
  import './chunks/json-config.mjs';
26
36
  import './chunks/fs-operations.mjs';
27
- import 'node:crypto';
28
37
  import 'node:fs/promises';
29
38
  import './shared/ccjk.BiCrMV5O.mjs';
30
- import 'tinyexec';
39
+ import './chunks/main.mjs';
40
+ import 'module';
31
41
 
32
42
  const execAsync$1 = promisify(exec);
33
43
  class BaseCodeTool {
@@ -1590,7 +1600,7 @@ function leftText(text, width) {
1590
1600
  return `${BOX_CHARS.vertical} ${text}${" ".repeat(padding - 1)}${BOX_CHARS.vertical}`;
1591
1601
  }
1592
1602
  function getVersion() {
1593
- return version;
1603
+ return getRuntimeVersion();
1594
1604
  }
1595
1605
  function generateWelcome(scanResult, options = {}) {
1596
1606
  const {
@@ -1604,26 +1614,26 @@ function generateWelcome(scanResult, options = {}) {
1604
1614
  lines.push(createBorderLine(width, "top"));
1605
1615
  if (showVersion) {
1606
1616
  const version = getVersion();
1607
- const title = ansis.bold.cyan(`\u{1F389} CCJK v${version} - Claude Code JinKu`);
1617
+ const title = a.bold.cyan(`\u{1F389} CCJK v${version} - Claude Code JinKu`);
1608
1618
  lines.push(centerText(title, width));
1609
1619
  } else {
1610
- const title = ansis.bold.cyan("\u{1F389} CCJK - Claude Code JinKu");
1620
+ const title = a.bold.cyan("\u{1F389} CCJK - Claude Code JinKu");
1611
1621
  lines.push(centerText(title, width));
1612
1622
  }
1613
1623
  if (showStats && scanResult.total > 0) {
1614
1624
  lines.push(leftText("", width));
1615
- lines.push(leftText(ansis.bold("\u2728 Available Capabilities:"), width));
1625
+ lines.push(leftText(a.bold("\u2728 Available Capabilities:"), width));
1616
1626
  if (scanResult.skills.length > 0) {
1617
1627
  const activeSkills = scanResult.skills.filter((c) => c.status === "active");
1618
1628
  if (activeSkills.length > 0) {
1619
1629
  lines.push(leftText("", width));
1620
- lines.push(leftText(ansis.bold.green(" \u{1F4DA} Skills:"), width));
1630
+ lines.push(leftText(a.bold.green(" \u{1F4DA} Skills:"), width));
1621
1631
  activeSkills.slice(0, 5).forEach((skill) => {
1622
1632
  const trigger = skill.triggers?.[0] || `/${skill.id}`;
1623
- lines.push(leftText(` ${ansis.cyan(trigger.padEnd(20))} ${ansis.dim(skill.description)}`, width));
1633
+ lines.push(leftText(` ${a.cyan(trigger.padEnd(20))} ${a.dim(skill.description)}`, width));
1624
1634
  });
1625
1635
  if (activeSkills.length > 5) {
1626
- lines.push(leftText(` ${ansis.dim(`... and ${activeSkills.length - 5} more`)}`, width));
1636
+ lines.push(leftText(` ${a.dim(`... and ${activeSkills.length - 5} more`)}`, width));
1627
1637
  }
1628
1638
  }
1629
1639
  }
@@ -1631,12 +1641,12 @@ function generateWelcome(scanResult, options = {}) {
1631
1641
  const activeMcp = scanResult.mcpServices.filter((c) => c.status === "active");
1632
1642
  if (activeMcp.length > 0) {
1633
1643
  lines.push(leftText("", width));
1634
- lines.push(leftText(ansis.bold.green(" \u{1F50C} MCP Services:"), width));
1644
+ lines.push(leftText(a.bold.green(" \u{1F50C} MCP Services:"), width));
1635
1645
  activeMcp.slice(0, 5).forEach((mcp) => {
1636
- lines.push(leftText(` ${ansis.cyan(mcp.name.padEnd(20))} ${ansis.dim(mcp.description)}`, width));
1646
+ lines.push(leftText(` ${a.cyan(mcp.name.padEnd(20))} ${a.dim(mcp.description)}`, width));
1637
1647
  });
1638
1648
  if (activeMcp.length > 5) {
1639
- lines.push(leftText(` ${ansis.dim(`... and ${activeMcp.length - 5} more`)}`, width));
1649
+ lines.push(leftText(` ${a.dim(`... and ${activeMcp.length - 5} more`)}`, width));
1640
1650
  }
1641
1651
  }
1642
1652
  }
@@ -1644,10 +1654,10 @@ function generateWelcome(scanResult, options = {}) {
1644
1654
  const activeAgents = scanResult.agents.filter((c) => c.status === "active");
1645
1655
  if (activeAgents.length > 0) {
1646
1656
  lines.push(leftText("", width));
1647
- lines.push(leftText(ansis.bold.green(" \u{1F916} Agents:"), width));
1657
+ lines.push(leftText(a.bold.green(" \u{1F916} Agents:"), width));
1648
1658
  activeAgents.forEach((agent) => {
1649
1659
  const trigger = agent.triggers?.[0] || agent.id;
1650
- lines.push(leftText(` ${ansis.cyan(trigger.padEnd(20))} ${ansis.dim(agent.description)}`, width));
1660
+ lines.push(leftText(` ${a.cyan(trigger.padEnd(20))} ${a.dim(agent.description)}`, width));
1651
1661
  });
1652
1662
  }
1653
1663
  }
@@ -1655,33 +1665,33 @@ function generateWelcome(scanResult, options = {}) {
1655
1665
  const activeSuperpowers = scanResult.superpowers.filter((c) => c.status === "active");
1656
1666
  if (activeSuperpowers.length > 0) {
1657
1667
  lines.push(leftText("", width));
1658
- lines.push(leftText(ansis.bold.green(" \u26A1 Superpowers:"), width));
1668
+ lines.push(leftText(a.bold.green(" \u26A1 Superpowers:"), width));
1659
1669
  activeSuperpowers.slice(0, 3).forEach((sp) => {
1660
- lines.push(leftText(` ${ansis.cyan(sp.name.padEnd(20))} ${ansis.dim(sp.description)}`, width));
1670
+ lines.push(leftText(` ${a.cyan(sp.name.padEnd(20))} ${a.dim(sp.description)}`, width));
1661
1671
  });
1662
1672
  if (activeSuperpowers.length > 3) {
1663
- lines.push(leftText(` ${ansis.dim(`... and ${activeSuperpowers.length - 3} more`)}`, width));
1673
+ lines.push(leftText(` ${a.dim(`... and ${activeSuperpowers.length - 3} more`)}`, width));
1664
1674
  }
1665
1675
  }
1666
1676
  }
1667
1677
  if (scanResult.commands.length > 0) {
1668
1678
  const activeCommands = scanResult.commands.filter((c) => c.status === "active").length;
1669
1679
  lines.push(leftText("", width));
1670
- lines.push(leftText(` ${ansis.green("\u2022")} ${activeCommands} CCJK Command(s) available`, width));
1680
+ lines.push(leftText(` ${a.green("\u2022")} ${activeCommands} CCJK Command(s) available`, width));
1671
1681
  }
1672
1682
  if (scanResult.errorCount > 0) {
1673
1683
  lines.push(leftText("", width));
1674
- lines.push(leftText(` ${ansis.red("\u26A0")} ${scanResult.errorCount} capability error(s) detected`, width));
1684
+ lines.push(leftText(` ${a.red("\u26A0")} ${scanResult.errorCount} capability error(s) detected`, width));
1675
1685
  }
1676
1686
  }
1677
1687
  if (showRecommendations && !compact) {
1678
1688
  lines.push(leftText("", width));
1679
- lines.push(leftText(ansis.bold("\u{1F4A1} Quick Tips:"), width));
1680
- lines.push(leftText(` ${ansis.green("/ccjk:status")} - View detailed capability status`, width));
1681
- lines.push(leftText(` ${ansis.green("/ccjk:help")} - Get help and documentation`, width));
1689
+ lines.push(leftText(a.bold("\u{1F4A1} Quick Tips:"), width));
1690
+ lines.push(leftText(` ${a.green("/ccjk:status")} - View detailed capability status`, width));
1691
+ lines.push(leftText(` ${a.green("/ccjk:help")} - Get help and documentation`, width));
1682
1692
  const activeSkills = scanResult.skills.filter((c) => c.status === "active");
1683
1693
  if (activeSkills.length > 0 && activeSkills[0].triggers?.[0]) {
1684
- lines.push(leftText(` ${ansis.green(activeSkills[0].triggers[0])} - Try this skill`, width));
1694
+ lines.push(leftText(` ${a.green(activeSkills[0].triggers[0])} - Try this skill`, width));
1685
1695
  }
1686
1696
  }
1687
1697
  lines.push(createBorderLine(width, "bottom"));
@@ -1699,7 +1709,7 @@ function generateCompactWelcome(scanResult) {
1699
1709
  parts.push(`${scanResult.superpowers.filter((c) => c.status === "active").length} superpowers`);
1700
1710
  }
1701
1711
  const summary = parts.join(", ");
1702
- return ansis.dim(`CCJK loaded: ${summary || "no capabilities"}`);
1712
+ return a.dim(`CCJK loaded: ${summary || "no capabilities"}`);
1703
1713
  }
1704
1714
  function generateRecommendations(scanResult) {
1705
1715
  const recommendations = [];
@@ -0,0 +1,36 @@
1
+ var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
2
+
3
+ function getDefaultExportFromCjs (x) {
4
+ return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
5
+ }
6
+
7
+ function getAugmentedNamespace(n) {
8
+ if (Object.prototype.hasOwnProperty.call(n, '__esModule')) return n;
9
+ var f = n.default;
10
+ if (typeof f == "function") {
11
+ var a = function a () {
12
+ var isInstance = false;
13
+ try {
14
+ isInstance = this instanceof a;
15
+ } catch {}
16
+ if (isInstance) {
17
+ return Reflect.construct(f, arguments, this.constructor);
18
+ }
19
+ return f.apply(this, arguments);
20
+ };
21
+ a.prototype = f.prototype;
22
+ } else a = {};
23
+ Object.defineProperty(a, '__esModule', {value: true});
24
+ Object.keys(n).forEach(function (k) {
25
+ var d = Object.getOwnPropertyDescriptor(n, k);
26
+ Object.defineProperty(a, k, d.get ? d : {
27
+ enumerable: true,
28
+ get: function () {
29
+ return n[k];
30
+ }
31
+ });
32
+ });
33
+ return a;
34
+ }
35
+
36
+ export { getAugmentedNamespace as a, commonjsGlobal as c, getDefaultExportFromCjs as g };