@metaphi-ai/hum 0.2.31 → 0.2.33

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 (2) hide show
  1. package/dist/cli.mjs +536 -10
  2. package/package.json +1 -1
package/dist/cli.mjs CHANGED
@@ -38,10 +38,19 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
38
38
  mod
39
39
  ));
40
40
 
41
+ // <define:HUM_CORE_SUBS>
42
+ var define_HUM_CORE_SUBS_default;
43
+ var init_define_HUM_CORE_SUBS = __esm({
44
+ "<define:HUM_CORE_SUBS>"() {
45
+ define_HUM_CORE_SUBS_default = ["run", "login", "logout", "whoami", "model", "credits", "sessions", "show", "export", "sync", "ci", "core", "skill", "agent", "persona", "ps", "stop", "send", "team", "hooks", "trust", "permissions", "worktrees", "plugin", "mcp", "slack", "listen", "admin"];
46
+ }
47
+ });
48
+
41
49
  // node_modules/react/cjs/react.production.js
42
50
  var require_react_production = __commonJS({
43
51
  "node_modules/react/cjs/react.production.js"(exports) {
44
52
  "use strict";
53
+ init_define_HUM_CORE_SUBS();
45
54
  var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element");
46
55
  var REACT_PORTAL_TYPE = Symbol.for("react.portal");
47
56
  var REACT_FRAGMENT_TYPE = Symbol.for("react.fragment");
@@ -483,6 +492,7 @@ var require_react_production = __commonJS({
483
492
  var require_react_development = __commonJS({
484
493
  "node_modules/react/cjs/react.development.js"(exports, module) {
485
494
  "use strict";
495
+ init_define_HUM_CORE_SUBS();
486
496
  "production" !== process.env.NODE_ENV && (function() {
487
497
  function defineDeprecationWarning(methodName, info) {
488
498
  Object.defineProperty(Component.prototype, methodName, {
@@ -1455,6 +1465,7 @@ var require_react_development = __commonJS({
1455
1465
  var require_react = __commonJS({
1456
1466
  "node_modules/react/index.js"(exports, module) {
1457
1467
  "use strict";
1468
+ init_define_HUM_CORE_SUBS();
1458
1469
  if (process.env.NODE_ENV === "production") {
1459
1470
  module.exports = require_react_production();
1460
1471
  } else {
@@ -1518,6 +1529,7 @@ function debounce(func, debounceMs, { signal, edges } = {}) {
1518
1529
  }
1519
1530
  var init_debounce = __esm({
1520
1531
  "node_modules/es-toolkit/dist/function/debounce.mjs"() {
1532
+ init_define_HUM_CORE_SUBS();
1521
1533
  }
1522
1534
  });
1523
1535
 
@@ -1558,6 +1570,7 @@ function debounce2(func, debounceMs = 0, options2 = {}) {
1558
1570
  }
1559
1571
  var init_debounce2 = __esm({
1560
1572
  "node_modules/es-toolkit/dist/compat/function/debounce.mjs"() {
1573
+ init_define_HUM_CORE_SUBS();
1561
1574
  init_debounce();
1562
1575
  }
1563
1576
  });
@@ -1573,6 +1586,7 @@ function throttle(func, throttleMs = 0, options2 = {}) {
1573
1586
  }
1574
1587
  var init_throttle = __esm({
1575
1588
  "node_modules/es-toolkit/dist/compat/function/throttle.mjs"() {
1589
+ init_define_HUM_CORE_SUBS();
1576
1590
  init_debounce2();
1577
1591
  }
1578
1592
  });
@@ -1580,6 +1594,7 @@ var init_throttle = __esm({
1580
1594
  // node_modules/es-toolkit/dist/compat/index.mjs
1581
1595
  var init_compat = __esm({
1582
1596
  "node_modules/es-toolkit/dist/compat/index.mjs"() {
1597
+ init_define_HUM_CORE_SUBS();
1583
1598
  init_throttle();
1584
1599
  }
1585
1600
  });
@@ -1588,6 +1603,7 @@ var init_compat = __esm({
1588
1603
  var isBrowser, isNode, isBun, isDeno, isElectron, isJsDom, isWebWorker, isDedicatedWorker, isSharedWorker, isServiceWorker, platform, isMacOs, isWindows, isLinux, isIos, isAndroid;
1589
1604
  var init_environment = __esm({
1590
1605
  "node_modules/environment/index.js"() {
1606
+ init_define_HUM_CORE_SUBS();
1591
1607
  isBrowser = globalThis.window?.document !== void 0;
1592
1608
  isNode = globalThis.process?.versions?.node !== void 0;
1593
1609
  isBun = globalThis.process?.versions?.bun !== void 0;
@@ -1653,6 +1669,7 @@ import os from "node:os";
1653
1669
  var ESC, OSC, BEL, SEP, isTerminalApp, isWindows2, isTmux, cwdFunction, wrapOsc, cursorTo, cursorMove, cursorUp, cursorDown, cursorForward, cursorBackward, cursorLeft, cursorSavePosition, cursorRestorePosition, cursorGetPosition, cursorNextLine, cursorPrevLine, cursorHide, cursorShow, eraseLines, eraseEndLine, eraseStartLine, eraseLine, eraseDown, eraseUp, eraseScreen, scrollUp, scrollDown, clearScreen, clearViewport, isOldWindows, clearTerminal, enterAlternativeScreen, exitAlternativeScreen, beginSynchronizedOutput, endSynchronizedOutput, synchronizedOutput, beep, link, image, iTerm, ConEmu, setCwd;
1654
1670
  var init_base = __esm({
1655
1671
  "node_modules/ansi-escapes/base.js"() {
1672
+ init_define_HUM_CORE_SUBS();
1656
1673
  init_environment();
1657
1674
  ESC = "\x1B[";
1658
1675
  OSC = "\x1B]";
@@ -1798,6 +1815,7 @@ var init_base = __esm({
1798
1815
  // node_modules/ansi-escapes/index.js
1799
1816
  var init_ansi_escapes = __esm({
1800
1817
  "node_modules/ansi-escapes/index.js"() {
1818
+ init_define_HUM_CORE_SUBS();
1801
1819
  init_base();
1802
1820
  init_base();
1803
1821
  }
@@ -1808,6 +1826,7 @@ import { env } from "node:process";
1808
1826
  var check, isInCi, is_in_ci_default;
1809
1827
  var init_is_in_ci = __esm({
1810
1828
  "node_modules/is-in-ci/index.js"() {
1829
+ init_define_HUM_CORE_SUBS();
1811
1830
  check = (key) => key in env && env[key] !== "0" && env[key] !== "false";
1812
1831
  isInCi = check("CI") || check("CONTINUOUS_INTEGRATION");
1813
1832
  is_in_ci_default = isInCi;
@@ -1840,6 +1859,7 @@ function autoBind(self, { include, exclude } = {}) {
1840
1859
  var getAllProperties;
1841
1860
  var init_auto_bind = __esm({
1842
1861
  "node_modules/auto-bind/index.js"() {
1862
+ init_define_HUM_CORE_SUBS();
1843
1863
  getAllProperties = (object) => {
1844
1864
  const properties = /* @__PURE__ */ new Set();
1845
1865
  do {
@@ -1855,6 +1875,7 @@ var init_auto_bind = __esm({
1855
1875
  // node_modules/signal-exit/signals.js
1856
1876
  var require_signals = __commonJS({
1857
1877
  "node_modules/signal-exit/signals.js"(exports, module) {
1878
+ init_define_HUM_CORE_SUBS();
1858
1879
  module.exports = [
1859
1880
  "SIGABRT",
1860
1881
  "SIGALRM",
@@ -1892,6 +1913,7 @@ var require_signals = __commonJS({
1892
1913
  // node_modules/signal-exit/index.js
1893
1914
  var require_signal_exit = __commonJS({
1894
1915
  "node_modules/signal-exit/index.js"(exports, module) {
1916
+ init_define_HUM_CORE_SUBS();
1895
1917
  var process14 = global.process;
1896
1918
  var processOk = function(process15) {
1897
1919
  return process15 && typeof process15 === "object" && typeof process15.removeListener === "function" && typeof process15.emit === "function" && typeof process15.reallyExit === "function" && typeof process15.listeners === "function" && typeof process15.kill === "function" && typeof process15.pid === "number" && typeof process15.on === "function";
@@ -2053,6 +2075,7 @@ import { PassThrough } from "node:stream";
2053
2075
  var consoleMethods, originalMethods, patchConsole, dist_default;
2054
2076
  var init_dist = __esm({
2055
2077
  "node_modules/patch-console/dist/index.js"() {
2078
+ init_define_HUM_CORE_SUBS();
2056
2079
  consoleMethods = [
2057
2080
  "assert",
2058
2081
  "count",
@@ -2103,6 +2126,7 @@ var init_dist = __esm({
2103
2126
  var require_react_reconciler_constants_production = __commonJS({
2104
2127
  "node_modules/react-reconciler/cjs/react-reconciler-constants.production.js"(exports) {
2105
2128
  "use strict";
2129
+ init_define_HUM_CORE_SUBS();
2106
2130
  exports.ConcurrentRoot = 1;
2107
2131
  exports.ContinuousEventPriority = 8;
2108
2132
  exports.DefaultEventPriority = 32;
@@ -2117,6 +2141,7 @@ var require_react_reconciler_constants_production = __commonJS({
2117
2141
  var require_react_reconciler_constants_development = __commonJS({
2118
2142
  "node_modules/react-reconciler/cjs/react-reconciler-constants.development.js"(exports) {
2119
2143
  "use strict";
2144
+ init_define_HUM_CORE_SUBS();
2120
2145
  "production" !== process.env.NODE_ENV && (exports.ConcurrentRoot = 1, exports.ContinuousEventPriority = 8, exports.DefaultEventPriority = 32, exports.DiscreteEventPriority = 2, exports.IdleEventPriority = 268435456, exports.LegacyRoot = 0, exports.NoEventPriority = 0);
2121
2146
  }
2122
2147
  });
@@ -2125,6 +2150,7 @@ var require_react_reconciler_constants_development = __commonJS({
2125
2150
  var require_constants = __commonJS({
2126
2151
  "node_modules/react-reconciler/constants.js"(exports, module) {
2127
2152
  "use strict";
2153
+ init_define_HUM_CORE_SUBS();
2128
2154
  if (process.env.NODE_ENV === "production") {
2129
2155
  module.exports = require_react_reconciler_constants_production();
2130
2156
  } else {
@@ -2137,6 +2163,7 @@ var require_constants = __commonJS({
2137
2163
  var loadYoga, yoga_wasm_base64_esm_default;
2138
2164
  var init_yoga_wasm_base64_esm = __esm({
2139
2165
  "node_modules/yoga-layout/dist/binaries/yoga-wasm-base64-esm.js"() {
2166
+ init_define_HUM_CORE_SUBS();
2140
2167
  loadYoga = (() => {
2141
2168
  var _scriptDir = import.meta.url;
2142
2169
  return (function(loadYoga2) {
@@ -3373,6 +3400,7 @@ var init_yoga_wasm_base64_esm = __esm({
3373
3400
  var Align, BoxSizing, Dimension, Direction, Display, Edge, Errata, ExperimentalFeature, FlexDirection, Gutter, Justify, LogLevel, MeasureMode, NodeType, Overflow, PositionType, Unit, Wrap, constants, YGEnums_default;
3374
3401
  var init_YGEnums = __esm({
3375
3402
  "node_modules/yoga-layout/dist/src/generated/YGEnums.js"() {
3403
+ init_define_HUM_CORE_SUBS();
3376
3404
  Align = /* @__PURE__ */ (function(Align2) {
3377
3405
  Align2[Align2["Auto"] = 0] = "Auto";
3378
3406
  Align2[Align2["FlexStart"] = 1] = "FlexStart";
@@ -3679,6 +3707,7 @@ function wrapAssembly(lib) {
3679
3707
  }
3680
3708
  var init_wrapAssembly = __esm({
3681
3709
  "node_modules/yoga-layout/dist/src/wrapAssembly.js"() {
3710
+ init_define_HUM_CORE_SUBS();
3682
3711
  init_YGEnums();
3683
3712
  init_YGEnums();
3684
3713
  }
@@ -3688,6 +3717,7 @@ var init_wrapAssembly = __esm({
3688
3717
  var Yoga, src_default;
3689
3718
  var init_src = __esm({
3690
3719
  async "node_modules/yoga-layout/dist/src/index.js"() {
3720
+ init_define_HUM_CORE_SUBS();
3691
3721
  init_yoga_wasm_base64_esm();
3692
3722
  init_wrapAssembly();
3693
3723
  init_YGEnums();
@@ -3706,6 +3736,7 @@ function ansiRegex({ onlyFirst = false } = {}) {
3706
3736
  }
3707
3737
  var init_ansi_regex = __esm({
3708
3738
  "node_modules/ink/node_modules/ansi-regex/index.js"() {
3739
+ init_define_HUM_CORE_SUBS();
3709
3740
  }
3710
3741
  });
3711
3742
 
@@ -3722,6 +3753,7 @@ function stripAnsi(string) {
3722
3753
  var regex;
3723
3754
  var init_strip_ansi = __esm({
3724
3755
  "node_modules/ink/node_modules/strip-ansi/index.js"() {
3756
+ init_define_HUM_CORE_SUBS();
3725
3757
  init_ansi_regex();
3726
3758
  regex = ansiRegex();
3727
3759
  }
@@ -3731,6 +3763,7 @@ var init_strip_ansi = __esm({
3731
3763
  var ambiguousMinimalCodePoint, ambiguousMaximumCodePoint, ambiguousRanges, fullwidthMinimalCodePoint, fullwidthMaximumCodePoint, fullwidthRanges, wideMinimalCodePoint, wideMaximumCodePoint, wideRanges;
3732
3764
  var init_lookup_data = __esm({
3733
3765
  "node_modules/get-east-asian-width/lookup-data.js"() {
3766
+ init_define_HUM_CORE_SUBS();
3734
3767
  ambiguousMinimalCodePoint = 161;
3735
3768
  ambiguousMaximumCodePoint = 1114109;
3736
3769
  ambiguousRanges = [161, 161, 164, 164, 167, 168, 170, 170, 173, 174, 176, 180, 182, 186, 188, 191, 198, 198, 208, 208, 215, 216, 222, 225, 230, 230, 232, 234, 236, 237, 240, 240, 242, 243, 247, 250, 252, 252, 254, 254, 257, 257, 273, 273, 275, 275, 283, 283, 294, 295, 299, 299, 305, 307, 312, 312, 319, 322, 324, 324, 328, 331, 333, 333, 338, 339, 358, 359, 363, 363, 462, 462, 464, 464, 466, 466, 468, 468, 470, 470, 472, 472, 474, 474, 476, 476, 593, 593, 609, 609, 708, 708, 711, 711, 713, 715, 717, 717, 720, 720, 728, 731, 733, 733, 735, 735, 768, 879, 913, 929, 931, 937, 945, 961, 963, 969, 1025, 1025, 1040, 1103, 1105, 1105, 8208, 8208, 8211, 8214, 8216, 8217, 8220, 8221, 8224, 8226, 8228, 8231, 8240, 8240, 8242, 8243, 8245, 8245, 8251, 8251, 8254, 8254, 8308, 8308, 8319, 8319, 8321, 8324, 8364, 8364, 8451, 8451, 8453, 8453, 8457, 8457, 8467, 8467, 8470, 8470, 8481, 8482, 8486, 8486, 8491, 8491, 8531, 8532, 8539, 8542, 8544, 8555, 8560, 8569, 8585, 8585, 8592, 8601, 8632, 8633, 8658, 8658, 8660, 8660, 8679, 8679, 8704, 8704, 8706, 8707, 8711, 8712, 8715, 8715, 8719, 8719, 8721, 8721, 8725, 8725, 8730, 8730, 8733, 8736, 8739, 8739, 8741, 8741, 8743, 8748, 8750, 8750, 8756, 8759, 8764, 8765, 8776, 8776, 8780, 8780, 8786, 8786, 8800, 8801, 8804, 8807, 8810, 8811, 8814, 8815, 8834, 8835, 8838, 8839, 8853, 8853, 8857, 8857, 8869, 8869, 8895, 8895, 8978, 8978, 9312, 9449, 9451, 9547, 9552, 9587, 9600, 9615, 9618, 9621, 9632, 9633, 9635, 9641, 9650, 9651, 9654, 9655, 9660, 9661, 9664, 9665, 9670, 9672, 9675, 9675, 9678, 9681, 9698, 9701, 9711, 9711, 9733, 9734, 9737, 9737, 9742, 9743, 9756, 9756, 9758, 9758, 9792, 9792, 9794, 9794, 9824, 9825, 9827, 9829, 9831, 9834, 9836, 9837, 9839, 9839, 9886, 9887, 9919, 9919, 9926, 9933, 9935, 9939, 9941, 9953, 9955, 9955, 9960, 9961, 9963, 9969, 9972, 9972, 9974, 9977, 9979, 9980, 9982, 9983, 10045, 10045, 10102, 10111, 11094, 11097, 12872, 12879, 57344, 63743, 65024, 65039, 65533, 65533, 127232, 127242, 127248, 127277, 127280, 127337, 127344, 127373, 127375, 127376, 127387, 127404, 917760, 917999, 983040, 1048573, 1048576, 1114109];
@@ -3747,6 +3780,7 @@ var init_lookup_data = __esm({
3747
3780
  var isInRange;
3748
3781
  var init_utilities = __esm({
3749
3782
  "node_modules/get-east-asian-width/utilities.js"() {
3783
+ init_define_HUM_CORE_SUBS();
3750
3784
  isInRange = (ranges, codePoint) => {
3751
3785
  let low = 0;
3752
3786
  let high = Math.floor(ranges.length / 2) - 1;
@@ -3786,6 +3820,7 @@ function findWideFastPathRange(ranges) {
3786
3820
  var commonCjkCodePoint, wideFastPathStart, wideFastPathEnd, isAmbiguous, isFullWidth, isWide;
3787
3821
  var init_lookup = __esm({
3788
3822
  "node_modules/get-east-asian-width/lookup.js"() {
3823
+ init_define_HUM_CORE_SUBS();
3789
3824
  init_lookup_data();
3790
3825
  init_utilities();
3791
3826
  commonCjkCodePoint = 19968;
@@ -3829,6 +3864,7 @@ function eastAsianWidth(codePoint, { ambiguousAsWide = false } = {}) {
3829
3864
  }
3830
3865
  var init_get_east_asian_width = __esm({
3831
3866
  "node_modules/get-east-asian-width/index.js"() {
3867
+ init_define_HUM_CORE_SUBS();
3832
3868
  init_lookup();
3833
3869
  init_lookup();
3834
3870
  }
@@ -3955,6 +3991,7 @@ function stringWidth(input, options2 = {}) {
3955
3991
  var segmenter, zeroWidthClusterRegex, leadingNonPrintingRegex, spacingMarkRegex, rgiEmojiRegex, unqualifiedKeycapRegex, extendedPictographicRegex;
3956
3992
  var init_string_width = __esm({
3957
3993
  "node_modules/ink/node_modules/string-width/index.js"() {
3994
+ init_define_HUM_CORE_SUBS();
3958
3995
  init_strip_ansi();
3959
3996
  init_get_east_asian_width();
3960
3997
  segmenter = new Intl.Segmenter();
@@ -4085,6 +4122,7 @@ function assembleStyles() {
4085
4122
  var ANSI_BACKGROUND_OFFSET, wrapAnsi16, wrapAnsi256, wrapAnsi16m, styles, modifierNames, foregroundColorNames, backgroundColorNames, colorNames, ansiStyles, ansi_styles_default;
4086
4123
  var init_ansi_styles = __esm({
4087
4124
  "node_modules/ansi-styles/index.js"() {
4125
+ init_define_HUM_CORE_SUBS();
4088
4126
  ANSI_BACKGROUND_OFFSET = 10;
4089
4127
  wrapAnsi16 = (offset = 0) => (code) => `\x1B[${code + offset}m`;
4090
4128
  wrapAnsi256 = (offset = 0) => (code) => `\x1B[${38 + offset};5;${code}m`;
@@ -4165,6 +4203,7 @@ function wrapAnsi(string, columns, options2) {
4165
4203
  var ANSI_ESCAPE, ANSI_ESCAPE_BELL, C1_CSI, ANSI_CSI, ANSI_OSC, ANSI_SGR_TERMINATOR, ANSI_SGR_RESET, ANSI_SGR_RESET_FOREGROUND, ANSI_SGR_RESET_BACKGROUND, ANSI_SGR_RESET_UNDERLINE_COLOR, ANSI_SGR_FOREGROUND_EXTENDED, ANSI_SGR_BACKGROUND_EXTENDED, ANSI_SGR_UNDERLINE_COLOR_EXTENDED, ANSI_SGR_COLOR_MODE_RGB, ANSI_SGR_COLOR_MODE_256, ANSI_ESCAPE_LINK, ESCAPES, ESCAPE_CHARACTERS, CSI_INTRODUCER, CSI_PARAMETERS, SGR_PARAMETERS, OSC_STRING_TERMINATOR, OSC_STRING_PAYLOAD, LINK_PARAMETERS, OSC_STRING, ANSI_ESCAPE_REGEX, ANSI_SGR_MODIFIER_CLOSE_CODES, segmenter2, getStringWidth, TAB_SIZE, ESCAPE_INTRODUCER_REGEX, ROW_BOUNDARY_REGEX, ASCII_PRINTABLE_REGEX, wrapAnsiCode, wrapAnsiHyperlink, matchAnsiEscape, forEachSegment, getWidth, getTokens, splitWords, getColonColorToken, getSgrTokens, removeActiveStyle, upsertActiveStyle, removeModifierStylesByClose, getColorStyle, applySgrResetCode, applySgrToken, applySgrParameters, applySgrResets, applyLeadingSgrResets, getClosingSgrSequence, getOpeningSgrSequence, wrapWord, stringVisibleTrimSpacesRight, expandTabs, restoreStylesAcrossRows, exec;
4166
4204
  var init_wrap_ansi = __esm({
4167
4205
  "node_modules/ink/node_modules/wrap-ansi/index.js"() {
4206
+ init_define_HUM_CORE_SUBS();
4168
4207
  init_string_width();
4169
4208
  init_ansi_styles();
4170
4209
  ANSI_ESCAPE = "\x1B";
@@ -4675,6 +4714,7 @@ function terminalSize() {
4675
4714
  var defaultColumns, defaultRows, exec2, create, createIfNotDefault, isForegroundProcess, devTty, tput, resize;
4676
4715
  var init_terminal_size = __esm({
4677
4716
  "node_modules/terminal-size/index.js"() {
4717
+ init_define_HUM_CORE_SUBS();
4678
4718
  defaultColumns = 80;
4679
4719
  defaultRows = 24;
4680
4720
  exec2 = (command, arguments_, { shell, env: env3 } = {}) => execFileSync(command, arguments_, {
@@ -4759,6 +4799,7 @@ var init_terminal_size = __esm({
4759
4799
  var getWindowSize;
4760
4800
  var init_utils = __esm({
4761
4801
  "node_modules/ink/build/utils.js"() {
4802
+ init_define_HUM_CORE_SUBS();
4762
4803
  init_terminal_size();
4763
4804
  getWindowSize = (stdout) => {
4764
4805
  const { columns, rows } = stdout;
@@ -4778,6 +4819,7 @@ var init_utils = __esm({
4778
4819
  var require_scheduler_production = __commonJS({
4779
4820
  "node_modules/scheduler/cjs/scheduler.production.js"(exports) {
4780
4821
  "use strict";
4822
+ init_define_HUM_CORE_SUBS();
4781
4823
  function push(heap, node) {
4782
4824
  var index = heap.length;
4783
4825
  heap.push(node);
@@ -5051,6 +5093,7 @@ var require_scheduler_production = __commonJS({
5051
5093
  var require_scheduler_development = __commonJS({
5052
5094
  "node_modules/scheduler/cjs/scheduler.development.js"(exports) {
5053
5095
  "use strict";
5096
+ init_define_HUM_CORE_SUBS();
5054
5097
  "production" !== process.env.NODE_ENV && (function() {
5055
5098
  function performWorkUntilDeadline() {
5056
5099
  needsPaint = false;
@@ -5310,6 +5353,7 @@ var require_scheduler_development = __commonJS({
5310
5353
  var require_scheduler = __commonJS({
5311
5354
  "node_modules/scheduler/index.js"(exports, module) {
5312
5355
  "use strict";
5356
+ init_define_HUM_CORE_SUBS();
5313
5357
  if (process.env.NODE_ENV === "production") {
5314
5358
  module.exports = require_scheduler_production();
5315
5359
  } else {
@@ -5322,6 +5366,7 @@ var require_scheduler = __commonJS({
5322
5366
  var require_react_reconciler_production = __commonJS({
5323
5367
  "node_modules/react-reconciler/cjs/react-reconciler.production.js"(exports, module) {
5324
5368
  "use strict";
5369
+ init_define_HUM_CORE_SUBS();
5325
5370
  module.exports = function($$$config) {
5326
5371
  function createFiber(tag2, pendingProps, key, mode) {
5327
5372
  return new FiberNode(tag2, pendingProps, key, mode);
@@ -13501,6 +13546,7 @@ var require_react_reconciler_production = __commonJS({
13501
13546
  var require_react_reconciler_development = __commonJS({
13502
13547
  "node_modules/react-reconciler/cjs/react-reconciler.development.js"(exports, module) {
13503
13548
  "use strict";
13549
+ init_define_HUM_CORE_SUBS();
13504
13550
  "production" !== process.env.NODE_ENV && (module.exports = function($$$config) {
13505
13551
  function findHook(fiber, id) {
13506
13552
  for (fiber = fiber.memoizedState; null !== fiber && 0 < id; )
@@ -27274,6 +27320,7 @@ var require_react_reconciler_development = __commonJS({
27274
27320
  var require_react_reconciler = __commonJS({
27275
27321
  "node_modules/react-reconciler/index.js"(exports, module) {
27276
27322
  "use strict";
27323
+ init_define_HUM_CORE_SUBS();
27277
27324
  if (process.env.NODE_ENV === "production") {
27278
27325
  module.exports = require_react_reconciler_production();
27279
27326
  } else {
@@ -27292,6 +27339,7 @@ function ansiRegex2({ onlyFirst = false } = {}) {
27292
27339
  }
27293
27340
  var init_ansi_regex2 = __esm({
27294
27341
  "node_modules/widest-line/node_modules/ansi-regex/index.js"() {
27342
+ init_define_HUM_CORE_SUBS();
27295
27343
  }
27296
27344
  });
27297
27345
 
@@ -27308,6 +27356,7 @@ function stripAnsi2(string) {
27308
27356
  var regex2;
27309
27357
  var init_strip_ansi2 = __esm({
27310
27358
  "node_modules/widest-line/node_modules/strip-ansi/index.js"() {
27359
+ init_define_HUM_CORE_SUBS();
27311
27360
  init_ansi_regex2();
27312
27361
  regex2 = ansiRegex2();
27313
27362
  }
@@ -27434,6 +27483,7 @@ function stringWidth2(input, options2 = {}) {
27434
27483
  var segmenter3, zeroWidthClusterRegex2, leadingNonPrintingRegex2, spacingMarkRegex2, rgiEmojiRegex2, unqualifiedKeycapRegex2, extendedPictographicRegex2;
27435
27484
  var init_string_width2 = __esm({
27436
27485
  "node_modules/widest-line/node_modules/string-width/index.js"() {
27486
+ init_define_HUM_CORE_SUBS();
27437
27487
  init_strip_ansi2();
27438
27488
  init_get_east_asian_width();
27439
27489
  segmenter3 = new Intl.Segmenter();
@@ -27456,6 +27506,7 @@ function widestLine(string) {
27456
27506
  }
27457
27507
  var init_widest_line = __esm({
27458
27508
  "node_modules/widest-line/index.js"() {
27509
+ init_define_HUM_CORE_SUBS();
27459
27510
  init_string_width2();
27460
27511
  }
27461
27512
  });
@@ -27464,6 +27515,7 @@ var init_widest_line = __esm({
27464
27515
  var cache, measureText, measure_text_default;
27465
27516
  var init_measure_text = __esm({
27466
27517
  "node_modules/ink/build/measure-text.js"() {
27518
+ init_define_HUM_CORE_SUBS();
27467
27519
  init_widest_line();
27468
27520
  cache = /* @__PURE__ */ new Map();
27469
27521
  measureText = (text) => {
@@ -27496,6 +27548,7 @@ function isFullwidthCodePoint(codePoint) {
27496
27548
  }
27497
27549
  var init_is_fullwidth_code_point = __esm({
27498
27550
  "node_modules/is-fullwidth-code-point/index.js"() {
27551
+ init_define_HUM_CORE_SUBS();
27499
27552
  init_get_east_asian_width();
27500
27553
  }
27501
27554
  });
@@ -28042,6 +28095,7 @@ function tokenizeAnsi(string, { endCharacter = Number.POSITIVE_INFINITY } = {})
28042
28095
  var ESCAPE_CODE_POINT, C1_DCS_CODE_POINT, C1_SOS_CODE_POINT, C1_CSI_CODE_POINT, C1_ST_CODE_POINT, C1_OSC_CODE_POINT, C1_PM_CODE_POINT, C1_APC_CODE_POINT, ESCAPES2, ESCAPE, ANSI_BELL, ANSI_CSI2, ANSI_OSC2, ANSI_DCS, ANSI_SOS, ANSI_PM, ANSI_APC, ANSI_SGR_TERMINATOR2, ANSI_OSC_TERMINATOR, ANSI_STRING_TERMINATOR, C1_OSC, C1_STRING_TERMINATOR, ANSI_HYPERLINK_ESC_PREFIX, ANSI_HYPERLINK_C1_PREFIX, ANSI_HYPERLINK_ESC_CLOSE, ANSI_HYPERLINK_C1_CLOSE, CODE_POINT_0, CODE_POINT_9, CODE_POINT_SEMICOLON, CODE_POINT_COLON, CODE_POINT_CSI_PARAMETER_START, CODE_POINT_CSI_PARAMETER_END, CODE_POINT_CSI_INTERMEDIATE_START, CODE_POINT_CSI_INTERMEDIATE_END, CODE_POINT_CSI_FINAL_START, CODE_POINT_CSI_FINAL_END, REGIONAL_INDICATOR_SYMBOL_LETTER_A, REGIONAL_INDICATOR_SYMBOL_LETTER_Z, SGR_RESET_CODE, SGR_EXTENDED_FOREGROUND_CODE, SGR_DEFAULT_FOREGROUND_CODE, SGR_EXTENDED_BACKGROUND_CODE, SGR_DEFAULT_BACKGROUND_CODE, SGR_COLOR_TYPE_ANSI_256, SGR_COLOR_TYPE_TRUECOLOR, SGR_ANSI_256_FRAGMENT_LENGTH, SGR_TRUECOLOR_FRAGMENT_LENGTH, SGR_ANSI_256_LAST_PARAMETER_OFFSET, SGR_TRUECOLOR_LAST_PARAMETER_OFFSET, VARIATION_SELECTOR_16_CODE_POINT, COMBINING_ENCLOSING_KEYCAP_CODE_POINT, EMOJI_PRESENTATION_GRAPHEME_REGEX, GRAPHEME_SEGMENTER, endCodeNumbers;
28043
28096
  var init_tokenize_ansi = __esm({
28044
28097
  "node_modules/slice-ansi/tokenize-ansi.js"() {
28098
+ init_define_HUM_CORE_SUBS();
28045
28099
  init_ansi_styles();
28046
28100
  init_is_fullwidth_code_point();
28047
28101
  ESCAPE_CODE_POINT = 27;
@@ -28339,6 +28393,7 @@ function sliceAnsi(string, start, end) {
28339
28393
  var tokenHandlers;
28340
28394
  var init_slice_ansi = __esm({
28341
28395
  "node_modules/slice-ansi/index.js"() {
28396
+ init_define_HUM_CORE_SUBS();
28342
28397
  init_tokenize_ansi();
28343
28398
  tokenHandlers = {
28344
28399
  sgr: applySgrToken2,
@@ -28359,6 +28414,7 @@ function ansiRegex3({ onlyFirst = false } = {}) {
28359
28414
  }
28360
28415
  var init_ansi_regex3 = __esm({
28361
28416
  "node_modules/cli-truncate/node_modules/ansi-regex/index.js"() {
28417
+ init_define_HUM_CORE_SUBS();
28362
28418
  }
28363
28419
  });
28364
28420
 
@@ -28375,6 +28431,7 @@ function stripAnsi3(string) {
28375
28431
  var regex3;
28376
28432
  var init_strip_ansi3 = __esm({
28377
28433
  "node_modules/cli-truncate/node_modules/strip-ansi/index.js"() {
28434
+ init_define_HUM_CORE_SUBS();
28378
28435
  init_ansi_regex3();
28379
28436
  regex3 = ansiRegex3();
28380
28437
  }
@@ -28501,6 +28558,7 @@ function stringWidth3(input, options2 = {}) {
28501
28558
  var segmenter4, zeroWidthClusterRegex3, leadingNonPrintingRegex3, spacingMarkRegex3, rgiEmojiRegex3, unqualifiedKeycapRegex3, extendedPictographicRegex3;
28502
28559
  var init_string_width3 = __esm({
28503
28560
  "node_modules/cli-truncate/node_modules/string-width/index.js"() {
28561
+ init_define_HUM_CORE_SUBS();
28504
28562
  init_strip_ansi3();
28505
28563
  init_get_east_asian_width();
28506
28564
  segmenter4 = new Intl.Segmenter();
@@ -28656,6 +28714,7 @@ function cliTruncate(text, columns, options2 = {}) {
28656
28714
  var validPositions;
28657
28715
  var init_cli_truncate = __esm({
28658
28716
  "node_modules/cli-truncate/index.js"() {
28717
+ init_define_HUM_CORE_SUBS();
28659
28718
  init_slice_ansi();
28660
28719
  init_string_width3();
28661
28720
  validPositions = /* @__PURE__ */ new Set(["start", "middle", "end"]);
@@ -28666,6 +28725,7 @@ var init_cli_truncate = __esm({
28666
28725
  var cache2, wrapText, wrap_text_default;
28667
28726
  var init_wrap_text = __esm({
28668
28727
  "node_modules/ink/build/wrap-text.js"() {
28728
+ init_define_HUM_CORE_SUBS();
28669
28729
  init_wrap_ansi();
28670
28730
  init_cli_truncate();
28671
28731
  cache2 = {};
@@ -28710,6 +28770,7 @@ var init_wrap_text = __esm({
28710
28770
  var bellCharacter, escapeCharacter, stringTerminatorCharacter, csiCharacter, oscCharacter, dcsCharacter, pmCharacter, apcCharacter, sosCharacter, isCsiParameterCharacter2, isCsiIntermediateCharacter2, isCsiFinalCharacter2, isEscapeIntermediateCharacter, isEscapeFinalCharacter, isC1ControlCharacter, readCsiSequence, findControlStringTerminatorIndex, readEscapeSequence, getControlStringFromEscapeIntroducer, getControlStringFromC1Introducer, hasAnsiControlCharacters, malformedFromIndex, tokenizeAnsi2;
28711
28771
  var init_ansi_tokenizer = __esm({
28712
28772
  "node_modules/ink/build/ansi-tokenizer.js"() {
28773
+ init_define_HUM_CORE_SUBS();
28713
28774
  bellCharacter = "\x07";
28714
28775
  escapeCharacter = "\x1B";
28715
28776
  stringTerminatorCharacter = "\x9C";
@@ -29022,6 +29083,7 @@ var init_ansi_tokenizer = __esm({
29022
29083
  var sgrParametersRegex, sanitizeAnsi, sanitize_ansi_default;
29023
29084
  var init_sanitize_ansi = __esm({
29024
29085
  "node_modules/ink/build/sanitize-ansi.js"() {
29086
+ init_define_HUM_CORE_SUBS();
29025
29087
  init_ansi_tokenizer();
29026
29088
  sgrParametersRegex = /^[\d:;]*$/;
29027
29089
  sanitizeAnsi = (text) => {
@@ -29048,6 +29110,7 @@ var init_sanitize_ansi = __esm({
29048
29110
  var squashTextNodes, squash_text_nodes_default;
29049
29111
  var init_squash_text_nodes = __esm({
29050
29112
  "node_modules/ink/build/squash-text-nodes.js"() {
29113
+ init_define_HUM_CORE_SUBS();
29051
29114
  init_sanitize_ansi();
29052
29115
  squashTextNodes = (node) => {
29053
29116
  let text = "";
@@ -29079,6 +29142,7 @@ var init_squash_text_nodes = __esm({
29079
29142
  var createNode, appendChildNode, insertBeforeNode, removeChildNode, setAttribute, setStyle, createTextNode, measureTextNode, findClosestYogaNode, markNodeAsDirty, setTextNodeValue, emitLayoutListeners;
29080
29143
  var init_dom = __esm({
29081
29144
  async "node_modules/ink/build/dom.js"() {
29145
+ init_define_HUM_CORE_SUBS();
29082
29146
  await init_src();
29083
29147
  init_measure_text();
29084
29148
  init_wrap_text();
@@ -29212,6 +29276,7 @@ var init_dom = __esm({
29212
29276
  var positionEdges, applyPositionStyles, applyMarginStyles, applyPaddingStyles, applyFlexStyles, applyDimensionStyles, applyDisplayStyles, applyBorderStyles, applyGapStyles, styles2, styles_default;
29213
29277
  var init_styles = __esm({
29214
29278
  async "node_modules/ink/build/styles.js"() {
29279
+ init_define_HUM_CORE_SUBS();
29215
29280
  await init_src();
29216
29281
  positionEdges = [
29217
29282
  ["top", src_default.EDGE_TOP],
@@ -29505,6 +29570,7 @@ var init_styles = __esm({
29505
29570
  var require_constants2 = __commonJS({
29506
29571
  "node_modules/ws/lib/constants.js"(exports, module) {
29507
29572
  "use strict";
29573
+ init_define_HUM_CORE_SUBS();
29508
29574
  var BINARY_TYPES = ["nodebuffer", "arraybuffer", "fragments"];
29509
29575
  var hasBlob = typeof Blob !== "undefined";
29510
29576
  if (hasBlob) BINARY_TYPES.push("blob");
@@ -29528,6 +29594,7 @@ var require_constants2 = __commonJS({
29528
29594
  var require_buffer_util = __commonJS({
29529
29595
  "node_modules/ws/lib/buffer-util.js"(exports, module) {
29530
29596
  "use strict";
29597
+ init_define_HUM_CORE_SUBS();
29531
29598
  var { EMPTY_BUFFER } = require_constants2();
29532
29599
  var FastBuffer = Buffer[Symbol.species];
29533
29600
  function concat(list2, totalLength) {
@@ -29603,6 +29670,7 @@ var require_buffer_util = __commonJS({
29603
29670
  var require_limiter = __commonJS({
29604
29671
  "node_modules/ws/lib/limiter.js"(exports, module) {
29605
29672
  "use strict";
29673
+ init_define_HUM_CORE_SUBS();
29606
29674
  var kDone = Symbol("kDone");
29607
29675
  var kRun = Symbol("kRun");
29608
29676
  var Limiter = class {
@@ -29653,6 +29721,7 @@ var require_limiter = __commonJS({
29653
29721
  var require_permessage_deflate = __commonJS({
29654
29722
  "node_modules/ws/lib/permessage-deflate.js"(exports, module) {
29655
29723
  "use strict";
29724
+ init_define_HUM_CORE_SUBS();
29656
29725
  var zlib = __require("zlib");
29657
29726
  var bufferUtil = require_buffer_util();
29658
29727
  var Limiter = require_limiter();
@@ -30036,6 +30105,7 @@ var require_permessage_deflate = __commonJS({
30036
30105
  var require_validation = __commonJS({
30037
30106
  "node_modules/ws/lib/validation.js"(exports, module) {
30038
30107
  "use strict";
30108
+ init_define_HUM_CORE_SUBS();
30039
30109
  var { isUtf8 } = __require("buffer");
30040
30110
  var { hasBlob } = require_constants2();
30041
30111
  var tokenChars = [
@@ -30237,6 +30307,7 @@ var require_validation = __commonJS({
30237
30307
  var require_receiver = __commonJS({
30238
30308
  "node_modules/ws/lib/receiver.js"(exports, module) {
30239
30309
  "use strict";
30310
+ init_define_HUM_CORE_SUBS();
30240
30311
  var { Writable } = __require("stream");
30241
30312
  var PerMessageDeflate2 = require_permessage_deflate();
30242
30313
  var {
@@ -30860,6 +30931,7 @@ var require_receiver = __commonJS({
30860
30931
  var require_sender = __commonJS({
30861
30932
  "node_modules/ws/lib/sender.js"(exports, module) {
30862
30933
  "use strict";
30934
+ init_define_HUM_CORE_SUBS();
30863
30935
  var { Duplex } = __require("stream");
30864
30936
  var { randomFillSync } = __require("crypto");
30865
30937
  var {
@@ -31353,6 +31425,7 @@ var require_sender = __commonJS({
31353
31425
  var require_event_target = __commonJS({
31354
31426
  "node_modules/ws/lib/event-target.js"(exports, module) {
31355
31427
  "use strict";
31428
+ init_define_HUM_CORE_SUBS();
31356
31429
  var { kForOnEventAttribute, kListener } = require_constants2();
31357
31430
  var kCode = Symbol("kCode");
31358
31431
  var kData = Symbol("kData");
@@ -31582,6 +31655,7 @@ var require_event_target = __commonJS({
31582
31655
  var require_extension = __commonJS({
31583
31656
  "node_modules/ws/lib/extension.js"(exports, module) {
31584
31657
  "use strict";
31658
+ init_define_HUM_CORE_SUBS();
31585
31659
  var { tokenChars } = require_validation();
31586
31660
  function push(dest, name, elem) {
31587
31661
  if (dest[name] === void 0) dest[name] = [elem];
@@ -31735,6 +31809,7 @@ var require_extension = __commonJS({
31735
31809
  var require_websocket = __commonJS({
31736
31810
  "node_modules/ws/lib/websocket.js"(exports, module) {
31737
31811
  "use strict";
31812
+ init_define_HUM_CORE_SUBS();
31738
31813
  var EventEmitter3 = __require("events");
31739
31814
  var https = __require("https");
31740
31815
  var http = __require("http");
@@ -32631,6 +32706,7 @@ var require_websocket = __commonJS({
32631
32706
  var require_stream = __commonJS({
32632
32707
  "node_modules/ws/lib/stream.js"(exports, module) {
32633
32708
  "use strict";
32709
+ init_define_HUM_CORE_SUBS();
32634
32710
  var WebSocket2 = require_websocket();
32635
32711
  var { Duplex } = __require("stream");
32636
32712
  function emitClose(stream) {
@@ -32729,6 +32805,7 @@ var require_stream = __commonJS({
32729
32805
  var require_subprotocol = __commonJS({
32730
32806
  "node_modules/ws/lib/subprotocol.js"(exports, module) {
32731
32807
  "use strict";
32808
+ init_define_HUM_CORE_SUBS();
32732
32809
  var { tokenChars } = require_validation();
32733
32810
  function parse(header) {
32734
32811
  const protocols = /* @__PURE__ */ new Set();
@@ -32774,6 +32851,7 @@ var require_subprotocol = __commonJS({
32774
32851
  var require_websocket_server = __commonJS({
32775
32852
  "node_modules/ws/lib/websocket-server.js"(exports, module) {
32776
32853
  "use strict";
32854
+ init_define_HUM_CORE_SUBS();
32777
32855
  var EventEmitter3 = __require("events");
32778
32856
  var http = __require("http");
32779
32857
  var { Duplex } = __require("stream");
@@ -33175,6 +33253,7 @@ var require_websocket_server = __commonJS({
33175
33253
  var import_stream, import_extension, import_permessage_deflate, import_receiver, import_sender, import_subprotocol, import_websocket, import_websocket_server, wrapper_default;
33176
33254
  var init_wrapper = __esm({
33177
33255
  "node_modules/ws/wrapper.mjs"() {
33256
+ init_define_HUM_CORE_SUBS();
33178
33257
  import_stream = __toESM(require_stream(), 1);
33179
33258
  import_extension = __toESM(require_extension(), 1);
33180
33259
  import_permessage_deflate = __toESM(require_permessage_deflate(), 1);
@@ -33191,6 +33270,7 @@ var init_wrapper = __esm({
33191
33270
  var customGlobal;
33192
33271
  var init_devtools_window_polyfill = __esm({
33193
33272
  "node_modules/ink/build/devtools-window-polyfill.js"() {
33273
+ init_define_HUM_CORE_SUBS();
33194
33274
  init_wrapper();
33195
33275
  customGlobal = globalThis;
33196
33276
  customGlobal.WebSocket ||= wrapper_default;
@@ -33254,6 +33334,7 @@ var init_devtools_window_polyfill = __esm({
33254
33334
  var devtools_stub_default;
33255
33335
  var init_devtools_stub = __esm({
33256
33336
  "src/devtools-stub.js"() {
33337
+ init_define_HUM_CORE_SUBS();
33257
33338
  devtools_stub_default = { connectToDevTools() {
33258
33339
  } };
33259
33340
  }
@@ -33264,6 +33345,7 @@ var devtools_exports = {};
33264
33345
  var isDevToolsReachable;
33265
33346
  var init_devtools = __esm({
33266
33347
  async "node_modules/ink/build/devtools.js"() {
33348
+ init_define_HUM_CORE_SUBS();
33267
33349
  init_devtools_window_polyfill();
33268
33350
  init_wrapper();
33269
33351
  init_devtools_stub();
@@ -33308,6 +33390,7 @@ async function loadPackageJson() {
33308
33390
  var import_react_reconciler, import_constants, Scheduler, import_react, diff, cleanupYogaNode, currentUpdatePriority, currentRootNode, packageInfo, reconciler_default;
33309
33391
  var init_reconciler = __esm({
33310
33392
  async "node_modules/ink/build/reconciler.js"() {
33393
+ init_define_HUM_CORE_SUBS();
33311
33394
  import_react_reconciler = __toESM(require_react_reconciler(), 1);
33312
33395
  import_constants = __toESM(require_constants(), 1);
33313
33396
  Scheduler = __toESM(require_scheduler(), 1);
@@ -33627,6 +33710,7 @@ function indentString(string, count = 1, options2 = {}) {
33627
33710
  }
33628
33711
  var init_indent_string = __esm({
33629
33712
  "node_modules/indent-string/index.js"() {
33713
+ init_define_HUM_CORE_SUBS();
33630
33714
  }
33631
33715
  });
33632
33716
 
@@ -33634,6 +33718,7 @@ var init_indent_string = __esm({
33634
33718
  var getMaxWidth, get_max_width_default;
33635
33719
  var init_get_max_width = __esm({
33636
33720
  async "node_modules/ink/build/get-max-width.js"() {
33721
+ init_define_HUM_CORE_SUBS();
33637
33722
  await init_src();
33638
33723
  getMaxWidth = (yogaNode) => {
33639
33724
  return yogaNode.getComputedWidth() - yogaNode.getComputedPadding(src_default.EDGE_LEFT) - yogaNode.getComputedPadding(src_default.EDGE_RIGHT) - yogaNode.getComputedBorder(src_default.EDGE_LEFT) - yogaNode.getComputedBorder(src_default.EDGE_RIGHT);
@@ -33735,6 +33820,7 @@ var init_boxes = __esm({
33735
33820
  var cli_boxes_default;
33736
33821
  var init_cli_boxes = __esm({
33737
33822
  "node_modules/cli-boxes/index.js"() {
33823
+ init_define_HUM_CORE_SUBS();
33738
33824
  init_boxes();
33739
33825
  cli_boxes_default = boxes_default;
33740
33826
  }
@@ -33858,6 +33944,7 @@ function assembleStyles2() {
33858
33944
  var ANSI_BACKGROUND_OFFSET2, wrapAnsi162, wrapAnsi2562, wrapAnsi16m2, styles3, modifierNames2, foregroundColorNames2, backgroundColorNames2, colorNames2, ansiStyles2, ansi_styles_default2;
33859
33945
  var init_ansi_styles2 = __esm({
33860
33946
  "node_modules/chalk/source/vendor/ansi-styles/index.js"() {
33947
+ init_define_HUM_CORE_SUBS();
33861
33948
  ANSI_BACKGROUND_OFFSET2 = 10;
33862
33949
  wrapAnsi162 = (offset = 0) => (code) => `\x1B[${code + offset}m`;
33863
33950
  wrapAnsi2562 = (offset = 0) => (code) => `\x1B[${38 + offset};5;${code}m`;
@@ -34053,6 +34140,7 @@ function createSupportsColor(stream, options2 = {}) {
34053
34140
  var env2, flagForceColor, supportsColor, supports_color_default;
34054
34141
  var init_supports_color = __esm({
34055
34142
  "node_modules/chalk/source/vendor/supports-color/index.js"() {
34143
+ init_define_HUM_CORE_SUBS();
34056
34144
  ({ env: env2 } = process5);
34057
34145
  if (hasFlag("no-color") || hasFlag("no-colors") || hasFlag("color=false") || hasFlag("color=never")) {
34058
34146
  flagForceColor = 0;
@@ -34098,6 +34186,7 @@ function stringEncaseCRLFWithFirstIndex(string, prefix, postfix, index) {
34098
34186
  }
34099
34187
  var init_utilities2 = __esm({
34100
34188
  "node_modules/chalk/source/utilities.js"() {
34189
+ init_define_HUM_CORE_SUBS();
34101
34190
  }
34102
34191
  });
34103
34192
 
@@ -34108,6 +34197,7 @@ function createChalk(options2) {
34108
34197
  var stdoutColor, stderrColor, GENERATOR, STYLER, IS_EMPTY, levelMapping, styles4, applyOptions, chalkFactory, getModelAnsi, usedModels, proto, createStyler, createBuilder, applyStyle, chalk, chalkStderr, source_default;
34109
34198
  var init_source = __esm({
34110
34199
  "node_modules/chalk/source/index.js"() {
34200
+ init_define_HUM_CORE_SUBS();
34111
34201
  init_ansi_styles2();
34112
34202
  init_supports_color();
34113
34203
  init_utilities2();
@@ -34260,6 +34350,7 @@ var init_source = __esm({
34260
34350
  var rgbRegex, ansiRegex4, isNamedColor, colorize, colorize_default;
34261
34351
  var init_colorize = __esm({
34262
34352
  "node_modules/ink/build/colorize.js"() {
34353
+ init_define_HUM_CORE_SUBS();
34263
34354
  init_source();
34264
34355
  rgbRegex = /^rgb\(\s?(\d+),\s?(\d+),\s?(\d+)\s?\)$/;
34265
34356
  ansiRegex4 = /^ansi256\(\s?(\d+)\s?\)$/;
@@ -34308,6 +34399,7 @@ var init_colorize = __esm({
34308
34399
  var stylePiece, renderBorder, render_border_default;
34309
34400
  var init_render_border = __esm({
34310
34401
  "node_modules/ink/build/render-border.js"() {
34402
+ init_define_HUM_CORE_SUBS();
34311
34403
  init_cli_boxes();
34312
34404
  init_source();
34313
34405
  init_colorize();
@@ -34387,6 +34479,7 @@ var init_render_border = __esm({
34387
34479
  var renderBackground, render_background_default;
34388
34480
  var init_render_background = __esm({
34389
34481
  "node_modules/ink/build/render-background.js"() {
34482
+ init_define_HUM_CORE_SUBS();
34390
34483
  init_colorize();
34391
34484
  renderBackground = (x, y, node, output) => {
34392
34485
  if (!node.style.backgroundColor) {
@@ -34416,6 +34509,7 @@ var init_render_background = __esm({
34416
34509
  var applyPaddingToText, renderNodeToScreenReaderOutput, renderNodeToOutput, render_node_to_output_default;
34417
34510
  var init_render_node_to_output = __esm({
34418
34511
  async "node_modules/ink/build/render-node-to-output.js"() {
34512
+ init_define_HUM_CORE_SUBS();
34419
34513
  init_widest_line();
34420
34514
  init_indent_string();
34421
34515
  await init_src();
@@ -34537,6 +34631,7 @@ var init_render_node_to_output = __esm({
34537
34631
  var BEL2, ESC2, BACKSLASH, CSI, OSC2, C1_ST, CC_BEL, CC_ESC, CC_BACKSLASH, CC_CSI, CC_OSC, CC_C1_ST, CC_0, CC_9, CC_SEMI, CC_M, ESCAPES3, linkCodePrefix, linkCodePrefixCharCodes, linkEndCode, linkEndCodeST, linkEndCodeC1ST;
34538
34632
  var init_consts = __esm({
34539
34633
  "node_modules/@alcalzone/ansi-tokenize/build/consts.js"() {
34634
+ init_define_HUM_CORE_SUBS();
34540
34635
  BEL2 = "\x07";
34541
34636
  ESC2 = "\x1B";
34542
34637
  BACKSLASH = "\\";
@@ -34598,6 +34693,7 @@ function isIntensityCode(code) {
34598
34693
  var endCodesSet, endCodesMap;
34599
34694
  var init_ansiCodes = __esm({
34600
34695
  "node_modules/@alcalzone/ansi-tokenize/build/ansiCodes.js"() {
34696
+ init_define_HUM_CORE_SUBS();
34601
34697
  init_ansi_styles();
34602
34698
  init_consts();
34603
34699
  endCodesSet = /* @__PURE__ */ new Set();
@@ -34635,6 +34731,7 @@ function reduceAnsiCodesIncremental(codes, newCodes) {
34635
34731
  }
34636
34732
  var init_reduce = __esm({
34637
34733
  "node_modules/@alcalzone/ansi-tokenize/build/reduce.js"() {
34734
+ init_define_HUM_CORE_SUBS();
34638
34735
  init_ansi_styles();
34639
34736
  init_ansiCodes();
34640
34737
  }
@@ -34649,6 +34746,7 @@ function undoAnsiCodes2(codes) {
34649
34746
  }
34650
34747
  var init_undo = __esm({
34651
34748
  "node_modules/@alcalzone/ansi-tokenize/build/undo.js"() {
34749
+ init_define_HUM_CORE_SUBS();
34652
34750
  init_reduce();
34653
34751
  }
34654
34752
  });
@@ -34673,6 +34771,7 @@ function diffAnsiCodes(from, to) {
34673
34771
  }
34674
34772
  var init_diff = __esm({
34675
34773
  "node_modules/@alcalzone/ansi-tokenize/build/diff.js"() {
34774
+ init_define_HUM_CORE_SUBS();
34676
34775
  init_ansiCodes();
34677
34776
  init_undo();
34678
34777
  }
@@ -34712,6 +34811,7 @@ function styledCharsToString(chars) {
34712
34811
  }
34713
34812
  var init_styledChars = __esm({
34714
34813
  "node_modules/@alcalzone/ansi-tokenize/build/styledChars.js"() {
34814
+ init_define_HUM_CORE_SUBS();
34715
34815
  init_ansiCodes();
34716
34816
  init_diff();
34717
34817
  init_reduce();
@@ -34868,6 +34968,7 @@ function tokenize(str, endChar = Number.POSITIVE_INFINITY) {
34868
34968
  var segmenter5;
34869
34969
  var init_tokenize = __esm({
34870
34970
  "node_modules/@alcalzone/ansi-tokenize/build/tokenize.js"() {
34971
+ init_define_HUM_CORE_SUBS();
34871
34972
  init_is_fullwidth_code_point();
34872
34973
  init_ansiCodes();
34873
34974
  init_consts();
@@ -34878,6 +34979,7 @@ var init_tokenize = __esm({
34878
34979
  // node_modules/@alcalzone/ansi-tokenize/build/index.js
34879
34980
  var init_build = __esm({
34880
34981
  "node_modules/@alcalzone/ansi-tokenize/build/index.js"() {
34982
+ init_define_HUM_CORE_SUBS();
34881
34983
  init_ansiCodes();
34882
34984
  init_diff();
34883
34985
  init_reduce();
@@ -34891,6 +34993,7 @@ var init_build = __esm({
34891
34993
  var OutputCaches, Output;
34892
34994
  var init_output = __esm({
34893
34995
  "node_modules/ink/build/output.js"() {
34996
+ init_define_HUM_CORE_SUBS();
34894
34997
  init_slice_ansi();
34895
34998
  init_string_width();
34896
34999
  init_build();
@@ -35087,6 +35190,7 @@ var init_output = __esm({
35087
35190
  var renderer, renderer_default;
35088
35191
  var init_renderer = __esm({
35089
35192
  async "node_modules/ink/build/renderer.js"() {
35193
+ init_define_HUM_CORE_SUBS();
35090
35194
  await init_render_node_to_output();
35091
35195
  init_output();
35092
35196
  renderer = (node, isScreenReaderEnabled) => {
@@ -35150,6 +35254,7 @@ var init_renderer = __esm({
35150
35254
  var showCursorEscape, hideCursorEscape, cursorPositionChanged, buildCursorSuffix, buildReturnToBottom, buildCursorOnlySequence, buildReturnToBottomPrefix;
35151
35255
  var init_cursor_helpers = __esm({
35152
35256
  "node_modules/ink/build/cursor-helpers.js"() {
35257
+ init_define_HUM_CORE_SUBS();
35153
35258
  init_ansi_escapes();
35154
35259
  showCursorEscape = "\x1B[?25h";
35155
35260
  hideCursorEscape = "\x1B[?25l";
@@ -35187,6 +35292,7 @@ var init_cursor_helpers = __esm({
35187
35292
  var require_mimic_fn = __commonJS({
35188
35293
  "node_modules/mimic-fn/index.js"(exports, module) {
35189
35294
  "use strict";
35295
+ init_define_HUM_CORE_SUBS();
35190
35296
  var mimicFn = (to, from) => {
35191
35297
  for (const prop of Reflect.ownKeys(from)) {
35192
35298
  Object.defineProperty(to, prop, Object.getOwnPropertyDescriptor(from, prop));
@@ -35202,6 +35308,7 @@ var require_mimic_fn = __commonJS({
35202
35308
  var require_onetime = __commonJS({
35203
35309
  "node_modules/onetime/index.js"(exports, module) {
35204
35310
  "use strict";
35311
+ init_define_HUM_CORE_SUBS();
35205
35312
  var mimicFn = require_mimic_fn();
35206
35313
  var calledFunctions = /* @__PURE__ */ new WeakMap();
35207
35314
  var onetime2 = (function_, options2 = {}) => {
@@ -35241,6 +35348,7 @@ import process6 from "node:process";
35241
35348
  var import_onetime, import_signal_exit, restoreCursor, restore_cursor_default;
35242
35349
  var init_restore_cursor = __esm({
35243
35350
  "node_modules/restore-cursor/index.js"() {
35351
+ init_define_HUM_CORE_SUBS();
35244
35352
  import_onetime = __toESM(require_onetime(), 1);
35245
35353
  import_signal_exit = __toESM(require_signal_exit(), 1);
35246
35354
  restoreCursor = (0, import_onetime.default)(() => {
@@ -35257,6 +35365,7 @@ import process7 from "node:process";
35257
35365
  var isHidden, cliCursor, cli_cursor_default;
35258
35366
  var init_cli_cursor = __esm({
35259
35367
  "node_modules/cli-cursor/index.js"() {
35368
+ init_define_HUM_CORE_SUBS();
35260
35369
  init_restore_cursor();
35261
35370
  isHidden = false;
35262
35371
  cliCursor = {};
@@ -35293,6 +35402,7 @@ var init_cli_cursor = __esm({
35293
35402
  var visibleLineCount, createStandard, createIncremental, create2, logUpdate, log_update_default;
35294
35403
  var init_log_update = __esm({
35295
35404
  "node_modules/ink/build/log-update.js"() {
35405
+ init_define_HUM_CORE_SUBS();
35296
35406
  init_ansi_escapes();
35297
35407
  init_cli_cursor();
35298
35408
  init_cursor_helpers();
@@ -35534,6 +35644,7 @@ function shouldSynchronize(stream, interactive) {
35534
35644
  var bsu, esu;
35535
35645
  var init_write_synchronized = __esm({
35536
35646
  "node_modules/ink/build/write-synchronized.js"() {
35647
+ init_define_HUM_CORE_SUBS();
35537
35648
  init_is_in_ci();
35538
35649
  bsu = "\x1B[?2026h";
35539
35650
  esu = "\x1B[?2026l";
@@ -35544,6 +35655,7 @@ var init_write_synchronized = __esm({
35544
35655
  var instances, instances_default;
35545
35656
  var init_instances = __esm({
35546
35657
  "node_modules/ink/build/instances.js"() {
35658
+ init_define_HUM_CORE_SUBS();
35547
35659
  instances = /* @__PURE__ */ new WeakMap();
35548
35660
  instances_default = instances;
35549
35661
  }
@@ -35553,6 +35665,7 @@ var init_instances = __esm({
35553
35665
  var escape, pasteStart, pasteEnd, isCsiParameterByte, isCsiIntermediateByte, isCsiFinalByte, parseCsiSequence, parseSs3Sequence, parseControlSequence, parseEscapedCodePoint, parseEscapeSequence, splitBackspaceBytes, parseKeypresses, createInputParser;
35554
35666
  var init_input_parser = __esm({
35555
35667
  "node_modules/ink/build/input-parser.js"() {
35668
+ init_define_HUM_CORE_SUBS();
35556
35669
  escape = "\x1B";
35557
35670
  pasteStart = "\x1B[200~";
35558
35671
  pasteEnd = "\x1B[201~";
@@ -35743,6 +35856,7 @@ var init_input_parser = __esm({
35743
35856
  var import_react2, noopSuspension, defaultValue, AppContext, AppContext_default;
35744
35857
  var init_AppContext = __esm({
35745
35858
  "node_modules/ink/build/components/AppContext.js"() {
35859
+ init_define_HUM_CORE_SUBS();
35746
35860
  import_react2 = __toESM(require_react(), 1);
35747
35861
  noopSuspension = {
35748
35862
  async resume() {
@@ -35775,6 +35889,7 @@ import process8 from "node:process";
35775
35889
  var import_react3, StdinContext, StdinContext_default;
35776
35890
  var init_StdinContext = __esm({
35777
35891
  "node_modules/ink/build/components/StdinContext.js"() {
35892
+ init_define_HUM_CORE_SUBS();
35778
35893
  import_react3 = __toESM(require_react(), 1);
35779
35894
  StdinContext = (0, import_react3.createContext)({
35780
35895
  stdin: process8.stdin,
@@ -35798,6 +35913,7 @@ import process9 from "node:process";
35798
35913
  var import_react4, StdoutContext, StdoutContext_default;
35799
35914
  var init_StdoutContext = __esm({
35800
35915
  "node_modules/ink/build/components/StdoutContext.js"() {
35916
+ init_define_HUM_CORE_SUBS();
35801
35917
  import_react4 = __toESM(require_react(), 1);
35802
35918
  StdoutContext = (0, import_react4.createContext)({
35803
35919
  stdout: process9.stdout,
@@ -35814,6 +35930,7 @@ import process10 from "node:process";
35814
35930
  var import_react5, StderrContext, StderrContext_default;
35815
35931
  var init_StderrContext = __esm({
35816
35932
  "node_modules/ink/build/components/StderrContext.js"() {
35933
+ init_define_HUM_CORE_SUBS();
35817
35934
  import_react5 = __toESM(require_react(), 1);
35818
35935
  StderrContext = (0, import_react5.createContext)({
35819
35936
  stderr: process10.stderr,
@@ -35829,6 +35946,7 @@ var init_StderrContext = __esm({
35829
35946
  var import_react6, FocusContext, FocusContext_default;
35830
35947
  var init_FocusContext = __esm({
35831
35948
  "node_modules/ink/build/components/FocusContext.js"() {
35949
+ init_define_HUM_CORE_SUBS();
35832
35950
  import_react6 = __toESM(require_react(), 1);
35833
35951
  FocusContext = (0, import_react6.createContext)({
35834
35952
  activeId: void 0,
@@ -35860,6 +35978,7 @@ var init_FocusContext = __esm({
35860
35978
  var import_react7, animationContext, AnimationContext_default;
35861
35979
  var init_AnimationContext = __esm({
35862
35980
  "node_modules/ink/build/components/AnimationContext.js"() {
35981
+ init_define_HUM_CORE_SUBS();
35863
35982
  import_react7 = __toESM(require_react(), 1);
35864
35983
  animationContext = (0, import_react7.createContext)({
35865
35984
  renderThrottleMs: 0,
@@ -35880,6 +35999,7 @@ var init_AnimationContext = __esm({
35880
35999
  var import_react8, CursorContext, CursorContext_default;
35881
36000
  var init_CursorContext = __esm({
35882
36001
  "node_modules/ink/build/components/CursorContext.js"() {
36002
+ init_define_HUM_CORE_SUBS();
35883
36003
  import_react8 = __toESM(require_react(), 1);
35884
36004
  CursorContext = (0, import_react8.createContext)({
35885
36005
  setCursorPosition() {
@@ -35894,6 +36014,7 @@ var init_CursorContext = __esm({
35894
36014
  var require_escape_string_regexp = __commonJS({
35895
36015
  "node_modules/escape-string-regexp/index.js"(exports, module) {
35896
36016
  "use strict";
36017
+ init_define_HUM_CORE_SUBS();
35897
36018
  var matchOperatorsRegex = /[|\\{}()[\]^$+*?.-]/g;
35898
36019
  module.exports = (string) => {
35899
36020
  if (typeof string !== "string") {
@@ -35908,6 +36029,7 @@ var require_escape_string_regexp = __commonJS({
35908
36029
  var require_stack_utils = __commonJS({
35909
36030
  "node_modules/stack-utils/index.js"(exports, module) {
35910
36031
  "use strict";
36032
+ init_define_HUM_CORE_SUBS();
35911
36033
  var escapeStringRegexp = require_escape_string_regexp();
35912
36034
  var cwd2 = typeof process === "object" && process && typeof process.cwd === "function" ? process.cwd() : ".";
35913
36035
  var natives = [].concat(
@@ -36161,6 +36283,7 @@ var require_stack_utils = __commonJS({
36161
36283
  var convertToSpaces, dist_default2;
36162
36284
  var init_dist2 = __esm({
36163
36285
  "node_modules/convert-to-spaces/dist/index.js"() {
36286
+ init_define_HUM_CORE_SUBS();
36164
36287
  convertToSpaces = (input, spaces = 2) => {
36165
36288
  return input.replace(/^\t+/gm, ($1) => " ".repeat($1.length * spaces));
36166
36289
  };
@@ -36172,6 +36295,7 @@ var init_dist2 = __esm({
36172
36295
  var generateLineNumbers, codeExcerpt, dist_default3;
36173
36296
  var init_dist3 = __esm({
36174
36297
  "node_modules/code-excerpt/dist/index.js"() {
36298
+ init_define_HUM_CORE_SUBS();
36175
36299
  init_dist2();
36176
36300
  generateLineNumbers = (line, around) => {
36177
36301
  const lineNumbers = [];
@@ -36204,6 +36328,7 @@ var init_dist3 = __esm({
36204
36328
  var import_react9, accessibilityContext;
36205
36329
  var init_AccessibilityContext = __esm({
36206
36330
  "node_modules/ink/build/components/AccessibilityContext.js"() {
36331
+ init_define_HUM_CORE_SUBS();
36207
36332
  import_react9 = __toESM(require_react(), 1);
36208
36333
  accessibilityContext = (0, import_react9.createContext)({
36209
36334
  isScreenReaderEnabled: false
@@ -36215,6 +36340,7 @@ var init_AccessibilityContext = __esm({
36215
36340
  var import_react10, backgroundContext;
36216
36341
  var init_BackgroundContext = __esm({
36217
36342
  "node_modules/ink/build/components/BackgroundContext.js"() {
36343
+ init_define_HUM_CORE_SUBS();
36218
36344
  import_react10 = __toESM(require_react(), 1);
36219
36345
  backgroundContext = (0, import_react10.createContext)(void 0);
36220
36346
  }
@@ -36224,6 +36350,7 @@ var init_BackgroundContext = __esm({
36224
36350
  var import_react11, Box, Box_default;
36225
36351
  var init_Box = __esm({
36226
36352
  "node_modules/ink/build/components/Box.js"() {
36353
+ init_define_HUM_CORE_SUBS();
36227
36354
  import_react11 = __toESM(require_react(), 1);
36228
36355
  init_AccessibilityContext();
36229
36356
  init_BackgroundContext();
@@ -36300,6 +36427,7 @@ function Text({ color, backgroundColor, dimColor = false, bold = false, italic =
36300
36427
  var import_react12;
36301
36428
  var init_Text = __esm({
36302
36429
  "node_modules/ink/build/components/Text.js"() {
36430
+ init_define_HUM_CORE_SUBS();
36303
36431
  import_react12 = __toESM(require_react(), 1);
36304
36432
  init_source();
36305
36433
  init_colorize();
@@ -36418,6 +36546,7 @@ function ErrorOverview({ error }) {
36418
36546
  var import_react13, import_stack_utils, cleanupPath, stackUtils;
36419
36547
  var init_ErrorOverview = __esm({
36420
36548
  "node_modules/ink/build/components/ErrorOverview.js"() {
36549
+ init_define_HUM_CORE_SUBS();
36421
36550
  import_react13 = __toESM(require_react(), 1);
36422
36551
  import_stack_utils = __toESM(require_stack_utils(), 1);
36423
36552
  init_dist3();
@@ -36437,6 +36566,7 @@ var init_ErrorOverview = __esm({
36437
36566
  var import_react14, ErrorBoundary;
36438
36567
  var init_ErrorBoundary = __esm({
36439
36568
  "node_modules/ink/build/components/ErrorBoundary.js"() {
36569
+ init_define_HUM_CORE_SUBS();
36440
36570
  import_react14 = __toESM(require_react(), 1);
36441
36571
  init_ErrorOverview();
36442
36572
  ErrorBoundary = class extends import_react14.PureComponent {
@@ -36971,6 +37101,7 @@ function App({ children, stdin, stdout, stderr, writeToStdout, writeToStderr, ex
36971
37101
  var import_react15, tab, shiftTab, escape2, App_default;
36972
37102
  var init_App = __esm({
36973
37103
  "node_modules/ink/build/components/App.js"() {
37104
+ init_define_HUM_CORE_SUBS();
36974
37105
  import_react15 = __toESM(require_react(), 1);
36975
37106
  init_cli_cursor();
36976
37107
  init_input_parser();
@@ -37001,6 +37132,7 @@ function resolveFlags(flags) {
37001
37132
  var kittyFlags, kittyModifiers;
37002
37133
  var init_kitty_keyboard = __esm({
37003
37134
  "node_modules/ink/build/kitty-keyboard.js"() {
37135
+ init_define_HUM_CORE_SUBS();
37004
37136
  kittyFlags = {
37005
37137
  disambiguateEscapeCodes: 1,
37006
37138
  reportEventTypes: 2,
@@ -37026,6 +37158,7 @@ import process12 from "node:process";
37026
37158
  var import_react16, import_signal_exit2, import_constants2, noop, textEncoder, yieldImmediate, kittyQueryEscapeByte, kittyQueryOpenBracketByte, kittyQueryQuestionMarkByte, kittyQueryLetterByte, zeroByte, nineByte, isDigitByte, matchKittyQueryResponse, hasCompleteKittyQueryResponse, stripKittyQueryResponsesAndTrailingPartial, isWindowsConsole, shouldClearTerminalForFrame, isErrorInput, getWritableStreamState, settleThrottle, Ink;
37027
37159
  var init_ink = __esm({
37028
37160
  async "node_modules/ink/build/ink.js"() {
37161
+ init_define_HUM_CORE_SUBS();
37029
37162
  import_react16 = __toESM(require_react(), 1);
37030
37163
  init_compat();
37031
37164
  init_ansi_escapes();
@@ -37850,6 +37983,7 @@ import process13 from "node:process";
37850
37983
  var render, render_default, getOptions, getInstance;
37851
37984
  var init_render = __esm({
37852
37985
  async "node_modules/ink/build/render.js"() {
37986
+ init_define_HUM_CORE_SUBS();
37853
37987
  await init_ink();
37854
37988
  init_instances();
37855
37989
  render = (node, options2) => {
@@ -37908,6 +38042,7 @@ var init_render = __esm({
37908
38042
  var import_constants3;
37909
38043
  var init_render_to_string = __esm({
37910
38044
  async "node_modules/ink/build/render-to-string.js"() {
38045
+ init_define_HUM_CORE_SUBS();
37911
38046
  await init_src();
37912
38047
  import_constants3 = __toESM(require_constants(), 1);
37913
38048
  await init_reconciler();
@@ -37939,6 +38074,7 @@ function Static(props) {
37939
38074
  var import_react17;
37940
38075
  var init_Static = __esm({
37941
38076
  "node_modules/ink/build/components/Static.js"() {
38077
+ init_define_HUM_CORE_SUBS();
37942
38078
  import_react17 = __toESM(require_react(), 1);
37943
38079
  }
37944
38080
  });
@@ -37947,6 +38083,7 @@ var init_Static = __esm({
37947
38083
  var import_react18;
37948
38084
  var init_Transform = __esm({
37949
38085
  "node_modules/ink/build/components/Transform.js"() {
38086
+ init_define_HUM_CORE_SUBS();
37950
38087
  import_react18 = __toESM(require_react(), 1);
37951
38088
  init_AccessibilityContext();
37952
38089
  }
@@ -37956,6 +38093,7 @@ var init_Transform = __esm({
37956
38093
  var import_react19;
37957
38094
  var init_Newline = __esm({
37958
38095
  "node_modules/ink/build/components/Newline.js"() {
38096
+ init_define_HUM_CORE_SUBS();
37959
38097
  import_react19 = __toESM(require_react(), 1);
37960
38098
  }
37961
38099
  });
@@ -37964,6 +38102,7 @@ var init_Newline = __esm({
37964
38102
  var import_react20;
37965
38103
  var init_Spacer = __esm({
37966
38104
  "node_modules/ink/build/components/Spacer.js"() {
38105
+ init_define_HUM_CORE_SUBS();
37967
38106
  import_react20 = __toESM(require_react(), 1);
37968
38107
  init_Box();
37969
38108
  }
@@ -37991,6 +38130,7 @@ function parseKittyModifiers(modifiers) {
37991
38130
  var textDecoder, metaKeyCodeRe, fnKeyRe, keyName, nonAlphanumericKeys, isShiftKey, isCtrlKey, kittyKeyRe, kittySpecialKeyRe, kittySpecialLetterKeys, kittySpecialNumberKeys, kittyCodepointNames, isValidCodepoint, safeFromCodePoint, parseKittyKeypress, parseKittySpecialKey, parseKeypress, parse_keypress_default;
37992
38131
  var init_parse_keypress = __esm({
37993
38132
  "node_modules/ink/build/parse-keypress.js"() {
38133
+ init_define_HUM_CORE_SUBS();
37994
38134
  init_kitty_keyboard();
37995
38135
  textDecoder = new TextDecoder();
37996
38136
  metaKeyCodeRe = /^(?:\x1b)([a-zA-Z0-9])$/;
@@ -38411,6 +38551,7 @@ var init_parse_keypress = __esm({
38411
38551
  var import_react21, useStdinContext;
38412
38552
  var init_use_stdin = __esm({
38413
38553
  "node_modules/ink/build/hooks/use-stdin.js"() {
38554
+ init_define_HUM_CORE_SUBS();
38414
38555
  import_react21 = __toESM(require_react(), 1);
38415
38556
  init_StdinContext();
38416
38557
  useStdinContext = () => (0, import_react21.useContext)(StdinContext_default);
@@ -38421,6 +38562,7 @@ var init_use_stdin = __esm({
38421
38562
  var import_react22, useInput, use_input_default;
38422
38563
  var init_use_input = __esm({
38423
38564
  async "node_modules/ink/build/hooks/use-input.js"() {
38565
+ init_define_HUM_CORE_SUBS();
38424
38566
  import_react22 = __toESM(require_react(), 1);
38425
38567
  init_parse_keypress();
38426
38568
  await init_reconciler();
@@ -38510,6 +38652,7 @@ var init_use_input = __esm({
38510
38652
  var import_react23, usePaste, use_paste_default;
38511
38653
  var init_use_paste = __esm({
38512
38654
  async "node_modules/ink/build/hooks/use-paste.js"() {
38655
+ init_define_HUM_CORE_SUBS();
38513
38656
  import_react23 = __toESM(require_react(), 1);
38514
38657
  await init_reconciler();
38515
38658
  init_use_stdin();
@@ -38549,6 +38692,7 @@ var init_use_paste = __esm({
38549
38692
  var import_react24, useApp, use_app_default;
38550
38693
  var init_use_app = __esm({
38551
38694
  "node_modules/ink/build/hooks/use-app.js"() {
38695
+ init_define_HUM_CORE_SUBS();
38552
38696
  import_react24 = __toESM(require_react(), 1);
38553
38697
  init_AppContext();
38554
38698
  useApp = () => (0, import_react24.useContext)(AppContext_default);
@@ -38560,6 +38704,7 @@ var init_use_app = __esm({
38560
38704
  var import_react25, useStdout, use_stdout_default;
38561
38705
  var init_use_stdout = __esm({
38562
38706
  "node_modules/ink/build/hooks/use-stdout.js"() {
38707
+ init_define_HUM_CORE_SUBS();
38563
38708
  import_react25 = __toESM(require_react(), 1);
38564
38709
  init_StdoutContext();
38565
38710
  useStdout = () => (0, import_react25.useContext)(StdoutContext_default);
@@ -38571,6 +38716,7 @@ var init_use_stdout = __esm({
38571
38716
  var import_react26;
38572
38717
  var init_use_stderr = __esm({
38573
38718
  "node_modules/ink/build/hooks/use-stderr.js"() {
38719
+ init_define_HUM_CORE_SUBS();
38574
38720
  import_react26 = __toESM(require_react(), 1);
38575
38721
  init_StderrContext();
38576
38722
  }
@@ -38580,6 +38726,7 @@ var init_use_stderr = __esm({
38580
38726
  var import_react27;
38581
38727
  var init_use_focus = __esm({
38582
38728
  "node_modules/ink/build/hooks/use-focus.js"() {
38729
+ init_define_HUM_CORE_SUBS();
38583
38730
  import_react27 = __toESM(require_react(), 1);
38584
38731
  init_FocusContext();
38585
38732
  init_use_stdin();
@@ -38590,6 +38737,7 @@ var init_use_focus = __esm({
38590
38737
  var import_react28;
38591
38738
  var init_use_focus_manager = __esm({
38592
38739
  "node_modules/ink/build/hooks/use-focus-manager.js"() {
38740
+ init_define_HUM_CORE_SUBS();
38593
38741
  import_react28 = __toESM(require_react(), 1);
38594
38742
  init_FocusContext();
38595
38743
  }
@@ -38599,6 +38747,7 @@ var init_use_focus_manager = __esm({
38599
38747
  var import_react29;
38600
38748
  var init_use_is_screen_reader_enabled = __esm({
38601
38749
  "node_modules/ink/build/hooks/use-is-screen-reader-enabled.js"() {
38750
+ init_define_HUM_CORE_SUBS();
38602
38751
  import_react29 = __toESM(require_react(), 1);
38603
38752
  init_AccessibilityContext();
38604
38753
  }
@@ -38608,6 +38757,7 @@ var init_use_is_screen_reader_enabled = __esm({
38608
38757
  var import_react30;
38609
38758
  var init_use_cursor = __esm({
38610
38759
  "node_modules/ink/build/hooks/use-cursor.js"() {
38760
+ init_define_HUM_CORE_SUBS();
38611
38761
  import_react30 = __toESM(require_react(), 1);
38612
38762
  init_CursorContext();
38613
38763
  }
@@ -38617,6 +38767,7 @@ var init_use_cursor = __esm({
38617
38767
  var import_react31;
38618
38768
  var init_use_animation = __esm({
38619
38769
  "node_modules/ink/build/hooks/use-animation.js"() {
38770
+ init_define_HUM_CORE_SUBS();
38620
38771
  import_react31 = __toESM(require_react(), 1);
38621
38772
  init_AnimationContext();
38622
38773
  }
@@ -38626,6 +38777,7 @@ var init_use_animation = __esm({
38626
38777
  var import_react32;
38627
38778
  var init_use_window_size = __esm({
38628
38779
  "node_modules/ink/build/hooks/use-window-size.js"() {
38780
+ init_define_HUM_CORE_SUBS();
38629
38781
  import_react32 = __toESM(require_react(), 1);
38630
38782
  init_utils();
38631
38783
  init_use_stdout();
@@ -38636,6 +38788,7 @@ var init_use_window_size = __esm({
38636
38788
  var import_react33;
38637
38789
  var init_use_box_metrics = __esm({
38638
38790
  async "node_modules/ink/build/hooks/use-box-metrics.js"() {
38791
+ init_define_HUM_CORE_SUBS();
38639
38792
  import_react33 = __toESM(require_react(), 1);
38640
38793
  await init_dom();
38641
38794
  }
@@ -38644,12 +38797,14 @@ var init_use_box_metrics = __esm({
38644
38797
  // node_modules/ink/build/measure-element.js
38645
38798
  var init_measure_element = __esm({
38646
38799
  "node_modules/ink/build/measure-element.js"() {
38800
+ init_define_HUM_CORE_SUBS();
38647
38801
  }
38648
38802
  });
38649
38803
 
38650
38804
  // node_modules/ink/build/index.js
38651
38805
  var init_build2 = __esm({
38652
38806
  async "node_modules/ink/build/index.js"() {
38807
+ init_define_HUM_CORE_SUBS();
38653
38808
  await init_render();
38654
38809
  await init_render_to_string();
38655
38810
  init_Box();
@@ -38726,6 +38881,7 @@ async function detectTheme({ env: env3 = process.env, stdin = process.stdin, std
38726
38881
  var import_react34, ACCENT_DARK, ON_LIGHT, shade, onGround, light, ACCENT, setTheme, themeFromEnv, dimText, accentInk, accentText, parseBackground;
38727
38882
  var init_theme = __esm({
38728
38883
  async "src/theme.js"() {
38884
+ init_define_HUM_CORE_SUBS();
38729
38885
  import_react34 = __toESM(require_react(), 1);
38730
38886
  await init_build2();
38731
38887
  init_source();
@@ -40394,6 +40550,7 @@ var require_spinners = __commonJS({
40394
40550
  var require_cli_spinners = __commonJS({
40395
40551
  "node_modules/cli-spinners/index.js"(exports, module) {
40396
40552
  "use strict";
40553
+ init_define_HUM_CORE_SUBS();
40397
40554
  var spinners2 = Object.assign({}, require_spinners());
40398
40555
  var spinnersList = Object.keys(spinners2);
40399
40556
  Object.defineProperty(spinners2, "random", {
@@ -40417,6 +40574,7 @@ function ansiRegex5({ onlyFirst = false } = {}) {
40417
40574
  }
40418
40575
  var init_ansi_regex4 = __esm({
40419
40576
  "node_modules/wrap-ansi/node_modules/ansi-regex/index.js"() {
40577
+ init_define_HUM_CORE_SUBS();
40420
40578
  }
40421
40579
  });
40422
40580
 
@@ -40433,6 +40591,7 @@ function stripAnsi4(string) {
40433
40591
  var regex4;
40434
40592
  var init_strip_ansi4 = __esm({
40435
40593
  "node_modules/wrap-ansi/node_modules/strip-ansi/index.js"() {
40594
+ init_define_HUM_CORE_SUBS();
40436
40595
  init_ansi_regex4();
40437
40596
  regex4 = ansiRegex5();
40438
40597
  }
@@ -40441,6 +40600,7 @@ var init_strip_ansi4 = __esm({
40441
40600
  // node_modules/wrap-ansi/node_modules/emoji-regex/index.js
40442
40601
  var require_emoji_regex = __commonJS({
40443
40602
  "node_modules/wrap-ansi/node_modules/emoji-regex/index.js"(exports, module) {
40603
+ init_define_HUM_CORE_SUBS();
40444
40604
  module.exports = () => {
40445
40605
  return /[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26D3\uFE0F?(?:\u200D\uD83D\uDCA5)?|\u26F9(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF43\uDF45-\uDF4A\uDF4C-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDF44(?:\u200D\uD83D\uDFEB)?|\uDF4B(?:\u200D\uD83D\uDFE9)?|\uDFC3(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E-\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4\uDEB5](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE41\uDE43\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED8\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC08(?:\u200D\u2B1B)?|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC26(?:\u200D(?:\u2B1B|\uD83D\uDD25))?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFE])))?))?|\uDD75(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?|\uDE42(?:\u200D[\u2194\u2195]\uFE0F?)?|\uDEB6(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3C-\uDD3E\uDDB8\uDDB9\uDDCD\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE8A\uDE8E-\uDEC2\uDEC6\uDEC8\uDECD-\uDEDC\uDEDF-\uDEEA\uDEEF]|\uDDCE(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1|\uDDD1\u200D\uD83E\uDDD2(?:\u200D\uD83E\uDDD2)?|\uDDD2(?:\u200D\uD83E\uDDD2)?))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g;
40446
40606
  };
@@ -40495,6 +40655,7 @@ function stringWidth4(string, options2 = {}) {
40495
40655
  var import_emoji_regex, segmenter6, defaultIgnorableCodePointRegex;
40496
40656
  var init_string_width4 = __esm({
40497
40657
  "node_modules/wrap-ansi/node_modules/string-width/index.js"() {
40658
+ init_define_HUM_CORE_SUBS();
40498
40659
  init_strip_ansi4();
40499
40660
  init_get_east_asian_width();
40500
40661
  import_emoji_regex = __toESM(require_emoji_regex(), 1);
@@ -40510,6 +40671,7 @@ function wrapAnsi2(string, columns, options2) {
40510
40671
  var ESCAPES4, END_CODE, ANSI_ESCAPE_BELL2, ANSI_CSI3, ANSI_OSC3, ANSI_SGR_TERMINATOR3, ANSI_ESCAPE_LINK2, wrapAnsiCode2, wrapAnsiHyperlink2, wordLengths, wrapWord2, stringVisibleTrimSpacesRight2, exec3;
40511
40672
  var init_wrap_ansi2 = __esm({
40512
40673
  "node_modules/wrap-ansi/index.js"() {
40674
+ init_define_HUM_CORE_SUBS();
40513
40675
  init_string_width4();
40514
40676
  init_strip_ansi4();
40515
40677
  init_ansi_styles();
@@ -40849,6 +41011,7 @@ function marked(src, opt) {
40849
41011
  var _defaults, escapeTest, escapeReplace, escapeTestNoEncode, escapeReplaceNoEncode, escapeReplacements, getEscapeReplacement, unescapeTest, caret, noopTest, _Tokenizer, newline, blockCode, fences, hr, heading, bullet, lheading, _paragraph, blockText, _blockLabel, def, list, _tag, _comment, html, paragraph, blockquote, blockNormal, gfmTable, blockGfm, blockPedantic, escape3, inlineCode, br, inlineText, _punctuation, punctuation, blockSkip, emStrongLDelim, emStrongRDelimAst, emStrongRDelimUnd, anyPunctuation, autolink, _inlineComment, tag, _inlineLabel, link2, reflink, nolink, reflinkSearch, inlineNormal, inlinePedantic, inlineGfm, inlineBreaks, block, inline, _Lexer, _Renderer, _TextRenderer, _Parser, _Hooks, Marked, markedInstance, options, setOptions, use, walkTokens, parseInline, parser, lexer;
40850
41012
  var init_marked_esm = __esm({
40851
41013
  "node_modules/marked/lib/marked.esm.js"() {
41014
+ init_define_HUM_CORE_SUBS();
40852
41015
  _defaults = _getDefaults();
40853
41016
  escapeTest = /[&<>"']/;
40854
41017
  escapeReplace = new RegExp(escapeTest.source, "g");
@@ -42683,6 +42846,7 @@ ${content}</tr>
42683
42846
  // node_modules/cli-table3/src/debug.js
42684
42847
  var require_debug = __commonJS({
42685
42848
  "node_modules/cli-table3/src/debug.js"(exports, module) {
42849
+ init_define_HUM_CORE_SUBS();
42686
42850
  var messages = [];
42687
42851
  var level = 0;
42688
42852
  var debug = (msg, min) => {
@@ -42711,6 +42875,7 @@ var require_debug = __commonJS({
42711
42875
  var require_ansi_regex = __commonJS({
42712
42876
  "node_modules/ansi-regex/index.js"(exports, module) {
42713
42877
  "use strict";
42878
+ init_define_HUM_CORE_SUBS();
42714
42879
  module.exports = ({ onlyFirst = false } = {}) => {
42715
42880
  const pattern = [
42716
42881
  "[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)",
@@ -42725,6 +42890,7 @@ var require_ansi_regex = __commonJS({
42725
42890
  var require_strip_ansi = __commonJS({
42726
42891
  "node_modules/strip-ansi/index.js"(exports, module) {
42727
42892
  "use strict";
42893
+ init_define_HUM_CORE_SUBS();
42728
42894
  var ansiRegex6 = require_ansi_regex();
42729
42895
  module.exports = (string) => typeof string === "string" ? string.replace(ansiRegex6(), "") : string;
42730
42896
  }
@@ -42734,6 +42900,7 @@ var require_strip_ansi = __commonJS({
42734
42900
  var require_is_fullwidth_code_point = __commonJS({
42735
42901
  "node_modules/string-width/node_modules/is-fullwidth-code-point/index.js"(exports, module) {
42736
42902
  "use strict";
42903
+ init_define_HUM_CORE_SUBS();
42737
42904
  var isFullwidthCodePoint2 = (codePoint) => {
42738
42905
  if (Number.isNaN(codePoint)) {
42739
42906
  return false;
@@ -42767,6 +42934,7 @@ var require_is_fullwidth_code_point = __commonJS({
42767
42934
  var require_emoji_regex2 = __commonJS({
42768
42935
  "node_modules/emoji-regex/index.js"(exports, module) {
42769
42936
  "use strict";
42937
+ init_define_HUM_CORE_SUBS();
42770
42938
  module.exports = function() {
42771
42939
  return /\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F|\uD83D\uDC68(?:\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68\uD83C\uDFFB|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|[\u2695\u2696\u2708]\uFE0F|\uD83D[\uDC66\uDC67]|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708])\uFE0F|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C[\uDFFB-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)\uD83C\uDFFB|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB\uDFFC])|\uD83D\uDC69(?:\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB-\uDFFD])|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|(?:(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)\uFE0F|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\u200D[\u2640\u2642])|\uD83C\uDFF4\u200D\u2620)\uFE0F|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF4\uD83C\uDDF2|\uD83C\uDDF6\uD83C\uDDE6|[#\*0-9]\uFE0F\u20E3|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83D\uDC69(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270A-\u270D]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC70\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDCAA\uDD74\uDD7A\uDD90\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD36\uDDB5\uDDB6\uDDBB\uDDD2-\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5\uDEEB\uDEEC\uDEF4-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g;
42772
42940
  };
@@ -42777,6 +42945,7 @@ var require_emoji_regex2 = __commonJS({
42777
42945
  var require_string_width = __commonJS({
42778
42946
  "node_modules/string-width/index.js"(exports, module) {
42779
42947
  "use strict";
42948
+ init_define_HUM_CORE_SUBS();
42780
42949
  var stripAnsi5 = require_strip_ansi();
42781
42950
  var isFullwidthCodePoint2 = require_is_fullwidth_code_point();
42782
42951
  var emojiRegex2 = require_emoji_regex2();
@@ -42813,6 +42982,7 @@ var require_string_width = __commonJS({
42813
42982
  // node_modules/cli-table3/src/utils.js
42814
42983
  var require_utils = __commonJS({
42815
42984
  "node_modules/cli-table3/src/utils.js"(exports, module) {
42985
+ init_define_HUM_CORE_SUBS();
42816
42986
  var stringWidth5 = require_string_width();
42817
42987
  function codeRegex(capture) {
42818
42988
  return capture ? /\u001b\[((?:\d*;){0,5}\d*)m/g : /\u001b\[(?:\d*;){0,5}\d*m/g;
@@ -43115,6 +43285,7 @@ var require_utils = __commonJS({
43115
43285
  // node_modules/@colors/colors/lib/styles.js
43116
43286
  var require_styles = __commonJS({
43117
43287
  "node_modules/@colors/colors/lib/styles.js"(exports, module) {
43288
+ init_define_HUM_CORE_SUBS();
43118
43289
  var styles5 = {};
43119
43290
  module["exports"] = styles5;
43120
43291
  var codes = {
@@ -43183,6 +43354,7 @@ var require_styles = __commonJS({
43183
43354
  var require_has_flag = __commonJS({
43184
43355
  "node_modules/@colors/colors/lib/system/has-flag.js"(exports, module) {
43185
43356
  "use strict";
43357
+ init_define_HUM_CORE_SUBS();
43186
43358
  module.exports = function(flag, argv) {
43187
43359
  argv = argv || process.argv;
43188
43360
  var terminatorPos = argv.indexOf("--");
@@ -43197,6 +43369,7 @@ var require_has_flag = __commonJS({
43197
43369
  var require_supports_colors = __commonJS({
43198
43370
  "node_modules/@colors/colors/lib/system/supports-colors.js"(exports, module) {
43199
43371
  "use strict";
43372
+ init_define_HUM_CORE_SUBS();
43200
43373
  var os9 = __require("os");
43201
43374
  var hasFlag2 = require_has_flag();
43202
43375
  var env3 = process.env;
@@ -43292,6 +43465,7 @@ var require_supports_colors = __commonJS({
43292
43465
  // node_modules/@colors/colors/lib/custom/trap.js
43293
43466
  var require_trap = __commonJS({
43294
43467
  "node_modules/@colors/colors/lib/custom/trap.js"(exports, module) {
43468
+ init_define_HUM_CORE_SUBS();
43295
43469
  module["exports"] = function runTheTrap(text, options2) {
43296
43470
  var result = "";
43297
43471
  text = text || "Run the trap, drop the bass";
@@ -43361,6 +43535,7 @@ var require_trap = __commonJS({
43361
43535
  // node_modules/@colors/colors/lib/custom/zalgo.js
43362
43536
  var require_zalgo = __commonJS({
43363
43537
  "node_modules/@colors/colors/lib/custom/zalgo.js"(exports, module) {
43538
+ init_define_HUM_CORE_SUBS();
43364
43539
  module["exports"] = function zalgo(text, options2) {
43365
43540
  text = text || " he is here ";
43366
43541
  var soul = {
@@ -43548,6 +43723,7 @@ var require_zalgo = __commonJS({
43548
43723
  // node_modules/@colors/colors/lib/maps/america.js
43549
43724
  var require_america = __commonJS({
43550
43725
  "node_modules/@colors/colors/lib/maps/america.js"(exports, module) {
43726
+ init_define_HUM_CORE_SUBS();
43551
43727
  module["exports"] = function(colors) {
43552
43728
  return function(letter, i, exploded) {
43553
43729
  if (letter === " ") return letter;
@@ -43567,6 +43743,7 @@ var require_america = __commonJS({
43567
43743
  // node_modules/@colors/colors/lib/maps/zebra.js
43568
43744
  var require_zebra = __commonJS({
43569
43745
  "node_modules/@colors/colors/lib/maps/zebra.js"(exports, module) {
43746
+ init_define_HUM_CORE_SUBS();
43570
43747
  module["exports"] = function(colors) {
43571
43748
  return function(letter, i, exploded) {
43572
43749
  return i % 2 === 0 ? letter : colors.inverse(letter);
@@ -43578,6 +43755,7 @@ var require_zebra = __commonJS({
43578
43755
  // node_modules/@colors/colors/lib/maps/rainbow.js
43579
43756
  var require_rainbow = __commonJS({
43580
43757
  "node_modules/@colors/colors/lib/maps/rainbow.js"(exports, module) {
43758
+ init_define_HUM_CORE_SUBS();
43581
43759
  module["exports"] = function(colors) {
43582
43760
  var rainbowColors = ["red", "yellow", "green", "blue", "magenta"];
43583
43761
  return function(letter, i, exploded) {
@@ -43594,6 +43772,7 @@ var require_rainbow = __commonJS({
43594
43772
  // node_modules/@colors/colors/lib/maps/random.js
43595
43773
  var require_random = __commonJS({
43596
43774
  "node_modules/@colors/colors/lib/maps/random.js"(exports, module) {
43775
+ init_define_HUM_CORE_SUBS();
43597
43776
  module["exports"] = function(colors) {
43598
43777
  var available = [
43599
43778
  "underline",
@@ -43624,6 +43803,7 @@ var require_random = __commonJS({
43624
43803
  // node_modules/@colors/colors/lib/colors.js
43625
43804
  var require_colors = __commonJS({
43626
43805
  "node_modules/@colors/colors/lib/colors.js"(exports, module) {
43806
+ init_define_HUM_CORE_SUBS();
43627
43807
  var colors = {};
43628
43808
  module["exports"] = colors;
43629
43809
  colors.themes = {};
@@ -43768,6 +43948,7 @@ var require_colors = __commonJS({
43768
43948
  // node_modules/@colors/colors/safe.js
43769
43949
  var require_safe = __commonJS({
43770
43950
  "node_modules/@colors/colors/safe.js"(exports, module) {
43951
+ init_define_HUM_CORE_SUBS();
43771
43952
  var colors = require_colors();
43772
43953
  module["exports"] = colors;
43773
43954
  }
@@ -43776,6 +43957,7 @@ var require_safe = __commonJS({
43776
43957
  // node_modules/cli-table3/src/cell.js
43777
43958
  var require_cell = __commonJS({
43778
43959
  "node_modules/cli-table3/src/cell.js"(exports, module) {
43960
+ init_define_HUM_CORE_SUBS();
43779
43961
  var { info, debug } = require_debug();
43780
43962
  var utils = require_utils();
43781
43963
  var Cell = class _Cell {
@@ -44150,6 +44332,7 @@ var require_cell = __commonJS({
44150
44332
  // node_modules/cli-table3/src/layout-manager.js
44151
44333
  var require_layout_manager = __commonJS({
44152
44334
  "node_modules/cli-table3/src/layout-manager.js"(exports, module) {
44335
+ init_define_HUM_CORE_SUBS();
44153
44336
  var { warn, debug } = require_debug();
44154
44337
  var Cell = require_cell();
44155
44338
  var { ColSpanCell, RowSpanCell } = Cell;
@@ -44387,6 +44570,7 @@ var require_layout_manager = __commonJS({
44387
44570
  // node_modules/cli-table3/src/table.js
44388
44571
  var require_table = __commonJS({
44389
44572
  "node_modules/cli-table3/src/table.js"(exports, module) {
44573
+ init_define_HUM_CORE_SUBS();
44390
44574
  var debug = require_debug();
44391
44575
  var utils = require_utils();
44392
44576
  var tableLayout = require_layout_manager();
@@ -44481,6 +44665,7 @@ var require_table = __commonJS({
44481
44665
  // node_modules/cli-table3/index.js
44482
44666
  var require_cli_table3 = __commonJS({
44483
44667
  "node_modules/cli-table3/index.js"(exports, module) {
44668
+ init_define_HUM_CORE_SUBS();
44484
44669
  module.exports = require_table();
44485
44670
  }
44486
44671
  });
@@ -44488,6 +44673,7 @@ var require_cli_table3 = __commonJS({
44488
44673
  // node_modules/highlight.js/lib/core.js
44489
44674
  var require_core = __commonJS({
44490
44675
  "node_modules/highlight.js/lib/core.js"(exports, module) {
44676
+ init_define_HUM_CORE_SUBS();
44491
44677
  function deepFreeze(obj) {
44492
44678
  if (obj instanceof Map) {
44493
44679
  obj.clear = obj.delete = obj.set = function() {
@@ -46006,6 +46192,7 @@ var require_core = __commonJS({
46006
46192
  // node_modules/highlight.js/lib/languages/1c.js
46007
46193
  var require_c = __commonJS({
46008
46194
  "node_modules/highlight.js/lib/languages/1c.js"(exports, module) {
46195
+ init_define_HUM_CORE_SUBS();
46009
46196
  function _1c(hljs) {
46010
46197
  var UNDERSCORE_IDENT_RE = "[A-Za-z\u0410-\u042F\u0430-\u044F\u0451\u0401_][A-Za-z\u0410-\u042F\u0430-\u044F\u0451\u0401_0-9]+";
46011
46198
  var v7_keywords = "\u0434\u0430\u043B\u0435\u0435 ";
@@ -46148,6 +46335,7 @@ var require_c = __commonJS({
46148
46335
  // node_modules/highlight.js/lib/languages/abnf.js
46149
46336
  var require_abnf = __commonJS({
46150
46337
  "node_modules/highlight.js/lib/languages/abnf.js"(exports, module) {
46338
+ init_define_HUM_CORE_SUBS();
46151
46339
  function source(re) {
46152
46340
  if (!re) return null;
46153
46341
  if (typeof re === "string") return re;
@@ -46224,6 +46412,7 @@ var require_abnf = __commonJS({
46224
46412
  // node_modules/highlight.js/lib/languages/accesslog.js
46225
46413
  var require_accesslog = __commonJS({
46226
46414
  "node_modules/highlight.js/lib/languages/accesslog.js"(exports, module) {
46415
+ init_define_HUM_CORE_SUBS();
46227
46416
  function source(re) {
46228
46417
  if (!re) return null;
46229
46418
  if (typeof re === "string") return re;
@@ -46322,6 +46511,7 @@ var require_accesslog = __commonJS({
46322
46511
  // node_modules/highlight.js/lib/languages/actionscript.js
46323
46512
  var require_actionscript = __commonJS({
46324
46513
  "node_modules/highlight.js/lib/languages/actionscript.js"(exports, module) {
46514
+ init_define_HUM_CORE_SUBS();
46325
46515
  function source(re) {
46326
46516
  if (!re) return null;
46327
46517
  if (typeof re === "string") return re;
@@ -46410,6 +46600,7 @@ var require_actionscript = __commonJS({
46410
46600
  // node_modules/highlight.js/lib/languages/ada.js
46411
46601
  var require_ada = __commonJS({
46412
46602
  "node_modules/highlight.js/lib/languages/ada.js"(exports, module) {
46603
+ init_define_HUM_CORE_SUBS();
46413
46604
  function ada(hljs) {
46414
46605
  const INTEGER_RE = "\\d(_|\\d)*";
46415
46606
  const EXPONENT_RE = "[eE][-+]?" + INTEGER_RE;
@@ -46559,6 +46750,7 @@ var require_ada = __commonJS({
46559
46750
  // node_modules/highlight.js/lib/languages/angelscript.js
46560
46751
  var require_angelscript = __commonJS({
46561
46752
  "node_modules/highlight.js/lib/languages/angelscript.js"(exports, module) {
46753
+ init_define_HUM_CORE_SUBS();
46562
46754
  function angelscript(hljs) {
46563
46755
  var builtInTypeMode = {
46564
46756
  className: "built_in",
@@ -46679,6 +46871,7 @@ var require_angelscript = __commonJS({
46679
46871
  // node_modules/highlight.js/lib/languages/apache.js
46680
46872
  var require_apache = __commonJS({
46681
46873
  "node_modules/highlight.js/lib/languages/apache.js"(exports, module) {
46874
+ init_define_HUM_CORE_SUBS();
46682
46875
  function apache(hljs) {
46683
46876
  const NUMBER_REF = {
46684
46877
  className: "number",
@@ -46759,6 +46952,7 @@ var require_apache = __commonJS({
46759
46952
  // node_modules/highlight.js/lib/languages/applescript.js
46760
46953
  var require_applescript = __commonJS({
46761
46954
  "node_modules/highlight.js/lib/languages/applescript.js"(exports, module) {
46955
+ init_define_HUM_CORE_SUBS();
46762
46956
  function source(re) {
46763
46957
  if (!re) return null;
46764
46958
  if (typeof re === "string") return re;
@@ -46901,6 +47095,7 @@ var require_applescript = __commonJS({
46901
47095
  // node_modules/highlight.js/lib/languages/arcade.js
46902
47096
  var require_arcade = __commonJS({
46903
47097
  "node_modules/highlight.js/lib/languages/arcade.js"(exports, module) {
47098
+ init_define_HUM_CORE_SUBS();
46904
47099
  function arcade(hljs) {
46905
47100
  const IDENT_RE = "[A-Za-z_][0-9A-Za-z_]*";
46906
47101
  const KEYWORDS = {
@@ -47051,6 +47246,7 @@ var require_arcade = __commonJS({
47051
47246
  // node_modules/highlight.js/lib/languages/arduino.js
47052
47247
  var require_arduino = __commonJS({
47053
47248
  "node_modules/highlight.js/lib/languages/arduino.js"(exports, module) {
47249
+ init_define_HUM_CORE_SUBS();
47054
47250
  function source(re) {
47055
47251
  if (!re) return null;
47056
47252
  if (typeof re === "string") return re;
@@ -47477,6 +47673,7 @@ var require_arduino = __commonJS({
47477
47673
  // node_modules/highlight.js/lib/languages/armasm.js
47478
47674
  var require_armasm = __commonJS({
47479
47675
  "node_modules/highlight.js/lib/languages/armasm.js"(exports, module) {
47676
+ init_define_HUM_CORE_SUBS();
47480
47677
  function armasm(hljs) {
47481
47678
  const COMMENT = {
47482
47679
  variants: [
@@ -47574,6 +47771,7 @@ var require_armasm = __commonJS({
47574
47771
  // node_modules/highlight.js/lib/languages/xml.js
47575
47772
  var require_xml = __commonJS({
47576
47773
  "node_modules/highlight.js/lib/languages/xml.js"(exports, module) {
47774
+ init_define_HUM_CORE_SUBS();
47577
47775
  function source(re) {
47578
47776
  if (!re) return null;
47579
47777
  if (typeof re === "string") return re;
@@ -47824,6 +48022,7 @@ var require_xml = __commonJS({
47824
48022
  // node_modules/highlight.js/lib/languages/asciidoc.js
47825
48023
  var require_asciidoc = __commonJS({
47826
48024
  "node_modules/highlight.js/lib/languages/asciidoc.js"(exports, module) {
48025
+ init_define_HUM_CORE_SUBS();
47827
48026
  function source(re) {
47828
48027
  if (!re) return null;
47829
48028
  if (typeof re === "string") return re;
@@ -48103,6 +48302,7 @@ var require_asciidoc = __commonJS({
48103
48302
  // node_modules/highlight.js/lib/languages/aspectj.js
48104
48303
  var require_aspectj = __commonJS({
48105
48304
  "node_modules/highlight.js/lib/languages/aspectj.js"(exports, module) {
48305
+ init_define_HUM_CORE_SUBS();
48106
48306
  function source(re) {
48107
48307
  if (!re) return null;
48108
48308
  if (typeof re === "string") return re;
@@ -48260,6 +48460,7 @@ var require_aspectj = __commonJS({
48260
48460
  // node_modules/highlight.js/lib/languages/autohotkey.js
48261
48461
  var require_autohotkey = __commonJS({
48262
48462
  "node_modules/highlight.js/lib/languages/autohotkey.js"(exports, module) {
48463
+ init_define_HUM_CORE_SUBS();
48263
48464
  function autohotkey(hljs) {
48264
48465
  const BACKTICK_ESCAPE = {
48265
48466
  begin: "`[\\s\\S]"
@@ -48340,6 +48541,7 @@ var require_autohotkey = __commonJS({
48340
48541
  // node_modules/highlight.js/lib/languages/autoit.js
48341
48542
  var require_autoit = __commonJS({
48342
48543
  "node_modules/highlight.js/lib/languages/autoit.js"(exports, module) {
48544
+ init_define_HUM_CORE_SUBS();
48343
48545
  function autoit(hljs) {
48344
48546
  const KEYWORDS = "ByRef Case Const ContinueCase ContinueLoop Dim Do Else ElseIf EndFunc EndIf EndSelect EndSwitch EndWith Enum Exit ExitLoop For Func Global If In Local Next ReDim Return Select Static Step Switch Then To Until Volatile WEnd While With";
48345
48547
  const DIRECTIVES = [
@@ -48504,6 +48706,7 @@ var require_autoit = __commonJS({
48504
48706
  // node_modules/highlight.js/lib/languages/avrasm.js
48505
48707
  var require_avrasm = __commonJS({
48506
48708
  "node_modules/highlight.js/lib/languages/avrasm.js"(exports, module) {
48709
+ init_define_HUM_CORE_SUBS();
48507
48710
  function avrasm(hljs) {
48508
48711
  return {
48509
48712
  name: "AVR Assembly",
@@ -48569,6 +48772,7 @@ var require_avrasm = __commonJS({
48569
48772
  // node_modules/highlight.js/lib/languages/awk.js
48570
48773
  var require_awk = __commonJS({
48571
48774
  "node_modules/highlight.js/lib/languages/awk.js"(exports, module) {
48775
+ init_define_HUM_CORE_SUBS();
48572
48776
  function awk(hljs) {
48573
48777
  const VARIABLE = {
48574
48778
  className: "variable",
@@ -48639,6 +48843,7 @@ var require_awk = __commonJS({
48639
48843
  // node_modules/highlight.js/lib/languages/axapta.js
48640
48844
  var require_axapta = __commonJS({
48641
48845
  "node_modules/highlight.js/lib/languages/axapta.js"(exports, module) {
48846
+ init_define_HUM_CORE_SUBS();
48642
48847
  function axapta(hljs) {
48643
48848
  const BUILT_IN_KEYWORDS = [
48644
48849
  "anytype",
@@ -48810,6 +49015,7 @@ var require_axapta = __commonJS({
48810
49015
  // node_modules/highlight.js/lib/languages/bash.js
48811
49016
  var require_bash = __commonJS({
48812
49017
  "node_modules/highlight.js/lib/languages/bash.js"(exports, module) {
49018
+ init_define_HUM_CORE_SUBS();
48813
49019
  function source(re) {
48814
49020
  if (!re) return null;
48815
49021
  if (typeof re === "string") return re;
@@ -48950,6 +49156,7 @@ var require_bash = __commonJS({
48950
49156
  // node_modules/highlight.js/lib/languages/basic.js
48951
49157
  var require_basic = __commonJS({
48952
49158
  "node_modules/highlight.js/lib/languages/basic.js"(exports, module) {
49159
+ init_define_HUM_CORE_SUBS();
48953
49160
  function basic(hljs) {
48954
49161
  return {
48955
49162
  name: "BASIC",
@@ -49000,6 +49207,7 @@ var require_basic = __commonJS({
49000
49207
  // node_modules/highlight.js/lib/languages/bnf.js
49001
49208
  var require_bnf = __commonJS({
49002
49209
  "node_modules/highlight.js/lib/languages/bnf.js"(exports, module) {
49210
+ init_define_HUM_CORE_SUBS();
49003
49211
  function bnf(hljs) {
49004
49212
  return {
49005
49213
  name: "Backus\u2013Naur Form",
@@ -49036,6 +49244,7 @@ var require_bnf = __commonJS({
49036
49244
  // node_modules/highlight.js/lib/languages/brainfuck.js
49037
49245
  var require_brainfuck = __commonJS({
49038
49246
  "node_modules/highlight.js/lib/languages/brainfuck.js"(exports, module) {
49247
+ init_define_HUM_CORE_SUBS();
49039
49248
  function brainfuck(hljs) {
49040
49249
  const LITERAL = {
49041
49250
  className: "literal",
@@ -49080,6 +49289,7 @@ var require_brainfuck = __commonJS({
49080
49289
  // node_modules/highlight.js/lib/languages/c-like.js
49081
49290
  var require_c_like = __commonJS({
49082
49291
  "node_modules/highlight.js/lib/languages/c-like.js"(exports, module) {
49292
+ init_define_HUM_CORE_SUBS();
49083
49293
  function source(re) {
49084
49294
  if (!re) return null;
49085
49295
  if (typeof re === "string") return re;
@@ -49506,6 +49716,7 @@ var require_c_like = __commonJS({
49506
49716
  // node_modules/highlight.js/lib/languages/c.js
49507
49717
  var require_c2 = __commonJS({
49508
49718
  "node_modules/highlight.js/lib/languages/c.js"(exports, module) {
49719
+ init_define_HUM_CORE_SUBS();
49509
49720
  function source(re) {
49510
49721
  if (!re) return null;
49511
49722
  if (typeof re === "string") return re;
@@ -49755,6 +49966,7 @@ var require_c2 = __commonJS({
49755
49966
  // node_modules/highlight.js/lib/languages/cal.js
49756
49967
  var require_cal = __commonJS({
49757
49968
  "node_modules/highlight.js/lib/languages/cal.js"(exports, module) {
49969
+ init_define_HUM_CORE_SUBS();
49758
49970
  function cal(hljs) {
49759
49971
  const KEYWORDS = "div mod in and or not xor asserterror begin case do downto else end exit for if of repeat then to until while with var";
49760
49972
  const LITERALS = "false true";
@@ -49852,6 +50064,7 @@ var require_cal = __commonJS({
49852
50064
  // node_modules/highlight.js/lib/languages/capnproto.js
49853
50065
  var require_capnproto = __commonJS({
49854
50066
  "node_modules/highlight.js/lib/languages/capnproto.js"(exports, module) {
50067
+ init_define_HUM_CORE_SUBS();
49855
50068
  function capnproto(hljs) {
49856
50069
  return {
49857
50070
  name: "Cap\u2019n Proto",
@@ -49910,6 +50123,7 @@ var require_capnproto = __commonJS({
49910
50123
  // node_modules/highlight.js/lib/languages/ceylon.js
49911
50124
  var require_ceylon = __commonJS({
49912
50125
  "node_modules/highlight.js/lib/languages/ceylon.js"(exports, module) {
50126
+ init_define_HUM_CORE_SUBS();
49913
50127
  function ceylon(hljs) {
49914
50128
  const KEYWORDS = "assembly module package import alias class interface object given value assign void function new of extends satisfies abstracts in out return break continue throw assert dynamic if else switch case for while try catch finally then let this outer super is exists nonempty";
49915
50129
  const DECLARATION_MODIFIERS = "shared abstract formal default actual variable late native deprecated final sealed annotation suppressWarnings small";
@@ -49979,6 +50193,7 @@ var require_ceylon = __commonJS({
49979
50193
  // node_modules/highlight.js/lib/languages/clean.js
49980
50194
  var require_clean = __commonJS({
49981
50195
  "node_modules/highlight.js/lib/languages/clean.js"(exports, module) {
50196
+ init_define_HUM_CORE_SUBS();
49982
50197
  function clean(hljs) {
49983
50198
  return {
49984
50199
  name: "Clean",
@@ -50011,6 +50226,7 @@ var require_clean = __commonJS({
50011
50226
  // node_modules/highlight.js/lib/languages/clojure.js
50012
50227
  var require_clojure = __commonJS({
50013
50228
  "node_modules/highlight.js/lib/languages/clojure.js"(exports, module) {
50229
+ init_define_HUM_CORE_SUBS();
50014
50230
  function clojure(hljs) {
50015
50231
  const SYMBOLSTART = "a-zA-Z_\\-!.?+*=<>&#'";
50016
50232
  const SYMBOL_RE = "[" + SYMBOLSTART + "][" + SYMBOLSTART + "0-9/;:]*";
@@ -50134,6 +50350,7 @@ var require_clojure = __commonJS({
50134
50350
  // node_modules/highlight.js/lib/languages/clojure-repl.js
50135
50351
  var require_clojure_repl = __commonJS({
50136
50352
  "node_modules/highlight.js/lib/languages/clojure-repl.js"(exports, module) {
50353
+ init_define_HUM_CORE_SUBS();
50137
50354
  function clojureRepl(hljs) {
50138
50355
  return {
50139
50356
  name: "Clojure REPL",
@@ -50156,6 +50373,7 @@ var require_clojure_repl = __commonJS({
50156
50373
  // node_modules/highlight.js/lib/languages/cmake.js
50157
50374
  var require_cmake = __commonJS({
50158
50375
  "node_modules/highlight.js/lib/languages/cmake.js"(exports, module) {
50376
+ init_define_HUM_CORE_SUBS();
50159
50377
  function cmake(hljs) {
50160
50378
  return {
50161
50379
  name: "CMake",
@@ -50186,6 +50404,7 @@ var require_cmake = __commonJS({
50186
50404
  // node_modules/highlight.js/lib/languages/coffeescript.js
50187
50405
  var require_coffeescript = __commonJS({
50188
50406
  "node_modules/highlight.js/lib/languages/coffeescript.js"(exports, module) {
50407
+ init_define_HUM_CORE_SUBS();
50189
50408
  var KEYWORDS = [
50190
50409
  "as",
50191
50410
  // for exports
@@ -50530,6 +50749,7 @@ var require_coffeescript = __commonJS({
50530
50749
  // node_modules/highlight.js/lib/languages/coq.js
50531
50750
  var require_coq = __commonJS({
50532
50751
  "node_modules/highlight.js/lib/languages/coq.js"(exports, module) {
50752
+ init_define_HUM_CORE_SUBS();
50533
50753
  function coq(hljs) {
50534
50754
  return {
50535
50755
  name: "Coq",
@@ -50561,6 +50781,7 @@ var require_coq = __commonJS({
50561
50781
  // node_modules/highlight.js/lib/languages/cos.js
50562
50782
  var require_cos = __commonJS({
50563
50783
  "node_modules/highlight.js/lib/languages/cos.js"(exports, module) {
50784
+ init_define_HUM_CORE_SUBS();
50564
50785
  function cos(hljs) {
50565
50786
  const STRINGS = {
50566
50787
  className: "string",
@@ -50655,6 +50876,7 @@ var require_cos = __commonJS({
50655
50876
  // node_modules/highlight.js/lib/languages/cpp.js
50656
50877
  var require_cpp = __commonJS({
50657
50878
  "node_modules/highlight.js/lib/languages/cpp.js"(exports, module) {
50879
+ init_define_HUM_CORE_SUBS();
50658
50880
  function source(re) {
50659
50881
  if (!re) return null;
50660
50882
  if (typeof re === "string") return re;
@@ -51060,6 +51282,7 @@ var require_cpp = __commonJS({
51060
51282
  // node_modules/highlight.js/lib/languages/crmsh.js
51061
51283
  var require_crmsh = __commonJS({
51062
51284
  "node_modules/highlight.js/lib/languages/crmsh.js"(exports, module) {
51285
+ init_define_HUM_CORE_SUBS();
51063
51286
  function crmsh(hljs) {
51064
51287
  const RESOURCES = "primitive rsc_template";
51065
51288
  const COMMANDS2 = "group clone ms master location colocation order fencing_topology rsc_ticket acl_target acl_group user role tag xml";
@@ -51153,6 +51376,7 @@ var require_crmsh = __commonJS({
51153
51376
  // node_modules/highlight.js/lib/languages/crystal.js
51154
51377
  var require_crystal = __commonJS({
51155
51378
  "node_modules/highlight.js/lib/languages/crystal.js"(exports, module) {
51379
+ init_define_HUM_CORE_SUBS();
51156
51380
  function crystal(hljs) {
51157
51381
  const INT_SUFFIX = "(_?[ui](8|16|32|64|128))?";
51158
51382
  const FLOAT_SUFFIX = "(_?f(32|64))?";
@@ -51471,6 +51695,7 @@ var require_crystal = __commonJS({
51471
51695
  // node_modules/highlight.js/lib/languages/csharp.js
51472
51696
  var require_csharp = __commonJS({
51473
51697
  "node_modules/highlight.js/lib/languages/csharp.js"(exports, module) {
51698
+ init_define_HUM_CORE_SUBS();
51474
51699
  function csharp(hljs) {
51475
51700
  const BUILT_IN_KEYWORDS = [
51476
51701
  "bool",
@@ -51905,6 +52130,7 @@ var require_csharp = __commonJS({
51905
52130
  // node_modules/highlight.js/lib/languages/csp.js
51906
52131
  var require_csp = __commonJS({
51907
52132
  "node_modules/highlight.js/lib/languages/csp.js"(exports, module) {
52133
+ init_define_HUM_CORE_SUBS();
51908
52134
  function csp(hljs) {
51909
52135
  return {
51910
52136
  name: "CSP",
@@ -51935,6 +52161,7 @@ var require_csp = __commonJS({
51935
52161
  // node_modules/highlight.js/lib/languages/css.js
51936
52162
  var require_css = __commonJS({
51937
52163
  "node_modules/highlight.js/lib/languages/css.js"(exports, module) {
52164
+ init_define_HUM_CORE_SUBS();
51938
52165
  var MODES = (hljs) => {
51939
52166
  return {
51940
52167
  IMPORTANT: {
@@ -52528,6 +52755,7 @@ var require_css = __commonJS({
52528
52755
  // node_modules/highlight.js/lib/languages/d.js
52529
52756
  var require_d = __commonJS({
52530
52757
  "node_modules/highlight.js/lib/languages/d.js"(exports, module) {
52758
+ init_define_HUM_CORE_SUBS();
52531
52759
  function d(hljs) {
52532
52760
  const D_KEYWORDS = {
52533
52761
  $pattern: hljs.UNDERSCORE_IDENT_RE,
@@ -52645,6 +52873,7 @@ var require_d = __commonJS({
52645
52873
  // node_modules/highlight.js/lib/languages/markdown.js
52646
52874
  var require_markdown = __commonJS({
52647
52875
  "node_modules/highlight.js/lib/languages/markdown.js"(exports, module) {
52876
+ init_define_HUM_CORE_SUBS();
52648
52877
  function source(re) {
52649
52878
  if (!re) return null;
52650
52879
  if (typeof re === "string") return re;
@@ -52880,6 +53109,7 @@ var require_markdown = __commonJS({
52880
53109
  // node_modules/highlight.js/lib/languages/dart.js
52881
53110
  var require_dart = __commonJS({
52882
53111
  "node_modules/highlight.js/lib/languages/dart.js"(exports, module) {
53112
+ init_define_HUM_CORE_SUBS();
52883
53113
  function dart(hljs) {
52884
53114
  const SUBST = {
52885
53115
  className: "subst",
@@ -53065,6 +53295,7 @@ var require_dart = __commonJS({
53065
53295
  // node_modules/highlight.js/lib/languages/delphi.js
53066
53296
  var require_delphi = __commonJS({
53067
53297
  "node_modules/highlight.js/lib/languages/delphi.js"(exports, module) {
53298
+ init_define_HUM_CORE_SUBS();
53068
53299
  function delphi(hljs) {
53069
53300
  const KEYWORDS = "exports register file shl array record property for mod while set ally label uses raise not stored class safecall var interface or private static exit index inherited to else stdcall override shr asm far resourcestring finalization packed virtual out and protected library do xorwrite goto near function end div overload object unit begin string on inline repeat until destructor write message program with read initialization except default nil if case cdecl in downto threadvar of try pascal const external constructor type public then implementation finally published procedure absolute reintroduce operator as is abstract alias assembler bitpacked break continue cppdecl cvar enumerator experimental platform deprecated unimplemented dynamic export far16 forward generic helper implements interrupt iochecks local name nodefault noreturn nostackframe oldfpccall otherwise saveregisters softfloat specialize strict unaligned varargs ";
53070
53301
  const COMMENT_MODES = [
@@ -53179,6 +53410,7 @@ var require_delphi = __commonJS({
53179
53410
  // node_modules/highlight.js/lib/languages/diff.js
53180
53411
  var require_diff = __commonJS({
53181
53412
  "node_modules/highlight.js/lib/languages/diff.js"(exports, module) {
53413
+ init_define_HUM_CORE_SUBS();
53182
53414
  function diff2(hljs) {
53183
53415
  return {
53184
53416
  name: "Diff",
@@ -53260,6 +53492,7 @@ var require_diff = __commonJS({
53260
53492
  // node_modules/highlight.js/lib/languages/django.js
53261
53493
  var require_django = __commonJS({
53262
53494
  "node_modules/highlight.js/lib/languages/django.js"(exports, module) {
53495
+ init_define_HUM_CORE_SUBS();
53263
53496
  function django(hljs) {
53264
53497
  const FILTER = {
53265
53498
  begin: /\|[A-Za-z]+:?/,
@@ -53313,6 +53546,7 @@ var require_django = __commonJS({
53313
53546
  // node_modules/highlight.js/lib/languages/dns.js
53314
53547
  var require_dns = __commonJS({
53315
53548
  "node_modules/highlight.js/lib/languages/dns.js"(exports, module) {
53549
+ init_define_HUM_CORE_SUBS();
53316
53550
  function dns(hljs) {
53317
53551
  return {
53318
53552
  name: "DNS Zone",
@@ -53354,6 +53588,7 @@ var require_dns = __commonJS({
53354
53588
  // node_modules/highlight.js/lib/languages/dockerfile.js
53355
53589
  var require_dockerfile = __commonJS({
53356
53590
  "node_modules/highlight.js/lib/languages/dockerfile.js"(exports, module) {
53591
+ init_define_HUM_CORE_SUBS();
53357
53592
  function dockerfile(hljs) {
53358
53593
  return {
53359
53594
  name: "Dockerfile",
@@ -53383,6 +53618,7 @@ var require_dockerfile = __commonJS({
53383
53618
  // node_modules/highlight.js/lib/languages/dos.js
53384
53619
  var require_dos = __commonJS({
53385
53620
  "node_modules/highlight.js/lib/languages/dos.js"(exports, module) {
53621
+ init_define_HUM_CORE_SUBS();
53386
53622
  function dos(hljs) {
53387
53623
  const COMMENT = hljs.COMMENT(
53388
53624
  /^\s*@?rem\b/,
@@ -53440,6 +53676,7 @@ var require_dos = __commonJS({
53440
53676
  // node_modules/highlight.js/lib/languages/dsconfig.js
53441
53677
  var require_dsconfig = __commonJS({
53442
53678
  "node_modules/highlight.js/lib/languages/dsconfig.js"(exports, module) {
53679
+ init_define_HUM_CORE_SUBS();
53443
53680
  function dsconfig(hljs) {
53444
53681
  const QUOTED_PROPERTY = {
53445
53682
  className: "string",
@@ -53502,6 +53739,7 @@ var require_dsconfig = __commonJS({
53502
53739
  // node_modules/highlight.js/lib/languages/dts.js
53503
53740
  var require_dts = __commonJS({
53504
53741
  "node_modules/highlight.js/lib/languages/dts.js"(exports, module) {
53742
+ init_define_HUM_CORE_SUBS();
53505
53743
  function dts(hljs) {
53506
53744
  const STRINGS = {
53507
53745
  className: "string",
@@ -53642,6 +53880,7 @@ var require_dts = __commonJS({
53642
53880
  // node_modules/highlight.js/lib/languages/dust.js
53643
53881
  var require_dust = __commonJS({
53644
53882
  "node_modules/highlight.js/lib/languages/dust.js"(exports, module) {
53883
+ init_define_HUM_CORE_SUBS();
53645
53884
  function dust(hljs) {
53646
53885
  const EXPRESSION_KEYWORDS = "if eq ne lt lte gt gte select default math sep";
53647
53886
  return {
@@ -53682,6 +53921,7 @@ var require_dust = __commonJS({
53682
53921
  // node_modules/highlight.js/lib/languages/ebnf.js
53683
53922
  var require_ebnf = __commonJS({
53684
53923
  "node_modules/highlight.js/lib/languages/ebnf.js"(exports, module) {
53924
+ init_define_HUM_CORE_SUBS();
53685
53925
  function ebnf(hljs) {
53686
53926
  const commentMode = hljs.COMMENT(/\(\*/, /\*\)/);
53687
53927
  const nonTerminalMode = {
@@ -53729,6 +53969,7 @@ var require_ebnf = __commonJS({
53729
53969
  // node_modules/highlight.js/lib/languages/elixir.js
53730
53970
  var require_elixir = __commonJS({
53731
53971
  "node_modules/highlight.js/lib/languages/elixir.js"(exports, module) {
53972
+ init_define_HUM_CORE_SUBS();
53732
53973
  function elixir(hljs) {
53733
53974
  const ELIXIR_IDENT_RE = "[a-zA-Z_][a-zA-Z0-9_.]*(!|\\?)?";
53734
53975
  const ELIXIR_METHOD_RE = "[a-zA-Z_]\\w*[!?=]?|[-+~]@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?";
@@ -53985,6 +54226,7 @@ var require_elixir = __commonJS({
53985
54226
  // node_modules/highlight.js/lib/languages/elm.js
53986
54227
  var require_elm = __commonJS({
53987
54228
  "node_modules/highlight.js/lib/languages/elm.js"(exports, module) {
54229
+ init_define_HUM_CORE_SUBS();
53988
54230
  function elm(hljs) {
53989
54231
  const COMMENT = {
53990
54232
  variants: [
@@ -54101,6 +54343,7 @@ var require_elm = __commonJS({
54101
54343
  // node_modules/highlight.js/lib/languages/ruby.js
54102
54344
  var require_ruby = __commonJS({
54103
54345
  "node_modules/highlight.js/lib/languages/ruby.js"(exports, module) {
54346
+ init_define_HUM_CORE_SUBS();
54104
54347
  function source(re) {
54105
54348
  if (!re) return null;
54106
54349
  if (typeof re === "string") return re;
@@ -54443,6 +54686,7 @@ var require_ruby = __commonJS({
54443
54686
  // node_modules/highlight.js/lib/languages/erb.js
54444
54687
  var require_erb = __commonJS({
54445
54688
  "node_modules/highlight.js/lib/languages/erb.js"(exports, module) {
54689
+ init_define_HUM_CORE_SUBS();
54446
54690
  function erb(hljs) {
54447
54691
  return {
54448
54692
  name: "ERB",
@@ -54466,6 +54710,7 @@ var require_erb = __commonJS({
54466
54710
  // node_modules/highlight.js/lib/languages/erlang-repl.js
54467
54711
  var require_erlang_repl = __commonJS({
54468
54712
  "node_modules/highlight.js/lib/languages/erlang-repl.js"(exports, module) {
54713
+ init_define_HUM_CORE_SUBS();
54469
54714
  function source(re) {
54470
54715
  if (!re) return null;
54471
54716
  if (typeof re === "string") return re;
@@ -54532,6 +54777,7 @@ var require_erlang_repl = __commonJS({
54532
54777
  // node_modules/highlight.js/lib/languages/erlang.js
54533
54778
  var require_erlang = __commonJS({
54534
54779
  "node_modules/highlight.js/lib/languages/erlang.js"(exports, module) {
54780
+ init_define_HUM_CORE_SUBS();
54535
54781
  function erlang(hljs) {
54536
54782
  const BASIC_ATOM_RE = "[a-z'][a-zA-Z0-9_']*";
54537
54783
  const FUNCTION_NAME_RE = "(" + BASIC_ATOM_RE + ":" + BASIC_ATOM_RE + "|" + BASIC_ATOM_RE + ")";
@@ -54720,6 +54966,7 @@ var require_erlang = __commonJS({
54720
54966
  // node_modules/highlight.js/lib/languages/excel.js
54721
54967
  var require_excel = __commonJS({
54722
54968
  "node_modules/highlight.js/lib/languages/excel.js"(exports, module) {
54969
+ init_define_HUM_CORE_SUBS();
54723
54970
  function excel(hljs) {
54724
54971
  return {
54725
54972
  name: "Excel formulae",
@@ -54785,6 +55032,7 @@ var require_excel = __commonJS({
54785
55032
  // node_modules/highlight.js/lib/languages/fix.js
54786
55033
  var require_fix = __commonJS({
54787
55034
  "node_modules/highlight.js/lib/languages/fix.js"(exports, module) {
55035
+ init_define_HUM_CORE_SUBS();
54788
55036
  function fix(hljs) {
54789
55037
  return {
54790
55038
  name: "FIX",
@@ -54821,6 +55069,7 @@ var require_fix = __commonJS({
54821
55069
  // node_modules/highlight.js/lib/languages/flix.js
54822
55070
  var require_flix = __commonJS({
54823
55071
  "node_modules/highlight.js/lib/languages/flix.js"(exports, module) {
55072
+ init_define_HUM_CORE_SUBS();
54824
55073
  function flix(hljs) {
54825
55074
  const CHAR = {
54826
55075
  className: "string",
@@ -54868,6 +55117,7 @@ var require_flix = __commonJS({
54868
55117
  // node_modules/highlight.js/lib/languages/fortran.js
54869
55118
  var require_fortran = __commonJS({
54870
55119
  "node_modules/highlight.js/lib/languages/fortran.js"(exports, module) {
55120
+ init_define_HUM_CORE_SUBS();
54871
55121
  function source(re) {
54872
55122
  if (!re) return null;
54873
55123
  if (typeof re === "string") return re;
@@ -54966,6 +55216,7 @@ var require_fortran = __commonJS({
54966
55216
  // node_modules/highlight.js/lib/languages/fsharp.js
54967
55217
  var require_fsharp = __commonJS({
54968
55218
  "node_modules/highlight.js/lib/languages/fsharp.js"(exports, module) {
55219
+ init_define_HUM_CORE_SUBS();
54969
55220
  function fsharp(hljs) {
54970
55221
  const TYPEPARAM = {
54971
55222
  begin: "<",
@@ -55041,6 +55292,7 @@ var require_fsharp = __commonJS({
55041
55292
  // node_modules/highlight.js/lib/languages/gams.js
55042
55293
  var require_gams = __commonJS({
55043
55294
  "node_modules/highlight.js/lib/languages/gams.js"(exports, module) {
55295
+ init_define_HUM_CORE_SUBS();
55044
55296
  function source(re) {
55045
55297
  if (!re) return null;
55046
55298
  if (typeof re === "string") return re;
@@ -55214,6 +55466,7 @@ var require_gams = __commonJS({
55214
55466
  // node_modules/highlight.js/lib/languages/gauss.js
55215
55467
  var require_gauss = __commonJS({
55216
55468
  "node_modules/highlight.js/lib/languages/gauss.js"(exports, module) {
55469
+ init_define_HUM_CORE_SUBS();
55217
55470
  function gauss(hljs) {
55218
55471
  const KEYWORDS = {
55219
55472
  keyword: "bool break call callexe checkinterrupt clear clearg closeall cls comlog compile continue create debug declare delete disable dlibrary dllcall do dos ed edit else elseif enable end endfor endif endp endo errorlog errorlogat expr external fn for format goto gosub graph if keyword let lib library line load loadarray loadexe loadf loadk loadm loadp loads loadx local locate loopnextindex lprint lpwidth lshow matrix msym ndpclex new open output outwidth plot plotsym pop prcsn print printdos proc push retp return rndcon rndmod rndmult rndseed run save saveall screen scroll setarray show sparse stop string struct system trace trap threadfor threadendfor threadbegin threadjoin threadstat threadend until use while winprint ne ge le gt lt and xor or not eq eqv",
@@ -55416,6 +55669,7 @@ var require_gauss = __commonJS({
55416
55669
  // node_modules/highlight.js/lib/languages/gcode.js
55417
55670
  var require_gcode = __commonJS({
55418
55671
  "node_modules/highlight.js/lib/languages/gcode.js"(exports, module) {
55672
+ init_define_HUM_CORE_SUBS();
55419
55673
  function gcode(hljs) {
55420
55674
  const GCODE_IDENT_RE = "[A-Z_][A-Z0-9_.]*";
55421
55675
  const GCODE_CLOSE_RE = "%";
@@ -55500,6 +55754,7 @@ var require_gcode = __commonJS({
55500
55754
  // node_modules/highlight.js/lib/languages/gherkin.js
55501
55755
  var require_gherkin = __commonJS({
55502
55756
  "node_modules/highlight.js/lib/languages/gherkin.js"(exports, module) {
55757
+ init_define_HUM_CORE_SUBS();
55503
55758
  function gherkin(hljs) {
55504
55759
  return {
55505
55760
  name: "Gherkin",
@@ -55547,6 +55802,7 @@ var require_gherkin = __commonJS({
55547
55802
  // node_modules/highlight.js/lib/languages/glsl.js
55548
55803
  var require_glsl = __commonJS({
55549
55804
  "node_modules/highlight.js/lib/languages/glsl.js"(exports, module) {
55805
+ init_define_HUM_CORE_SUBS();
55550
55806
  function glsl(hljs) {
55551
55807
  return {
55552
55808
  name: "GLSL",
@@ -55582,6 +55838,7 @@ var require_glsl = __commonJS({
55582
55838
  // node_modules/highlight.js/lib/languages/gml.js
55583
55839
  var require_gml = __commonJS({
55584
55840
  "node_modules/highlight.js/lib/languages/gml.js"(exports, module) {
55841
+ init_define_HUM_CORE_SUBS();
55585
55842
  function gml(hljs) {
55586
55843
  const GML_KEYWORDS = {
55587
55844
  keyword: "begin end if then else while do for break continue with until repeat exit and or xor not return mod div switch case default var globalvar enum function constructor delete #macro #region #endregion",
@@ -55610,6 +55867,7 @@ var require_gml = __commonJS({
55610
55867
  // node_modules/highlight.js/lib/languages/go.js
55611
55868
  var require_go = __commonJS({
55612
55869
  "node_modules/highlight.js/lib/languages/go.js"(exports, module) {
55870
+ init_define_HUM_CORE_SUBS();
55613
55871
  function go(hljs) {
55614
55872
  const GO_KEYWORDS = {
55615
55873
  keyword: "break default func interface select case map struct chan else goto package switch const fallthrough if range type continue for import return var go defer bool byte complex64 complex128 float32 float64 int8 int16 int32 int64 string uint8 uint16 uint32 uint64 int uint uintptr rune",
@@ -55675,6 +55933,7 @@ var require_go = __commonJS({
55675
55933
  // node_modules/highlight.js/lib/languages/golo.js
55676
55934
  var require_golo = __commonJS({
55677
55935
  "node_modules/highlight.js/lib/languages/golo.js"(exports, module) {
55936
+ init_define_HUM_CORE_SUBS();
55678
55937
  function golo(hljs) {
55679
55938
  return {
55680
55939
  name: "Golo",
@@ -55700,6 +55959,7 @@ var require_golo = __commonJS({
55700
55959
  // node_modules/highlight.js/lib/languages/gradle.js
55701
55960
  var require_gradle = __commonJS({
55702
55961
  "node_modules/highlight.js/lib/languages/gradle.js"(exports, module) {
55962
+ init_define_HUM_CORE_SUBS();
55703
55963
  function gradle(hljs) {
55704
55964
  return {
55705
55965
  name: "Gradle",
@@ -55724,6 +55984,7 @@ var require_gradle = __commonJS({
55724
55984
  // node_modules/highlight.js/lib/languages/groovy.js
55725
55985
  var require_groovy = __commonJS({
55726
55986
  "node_modules/highlight.js/lib/languages/groovy.js"(exports, module) {
55987
+ init_define_HUM_CORE_SUBS();
55727
55988
  function source(re) {
55728
55989
  if (!re) return null;
55729
55990
  if (typeof re === "string") return re;
@@ -55867,6 +56128,7 @@ var require_groovy = __commonJS({
55867
56128
  // node_modules/highlight.js/lib/languages/haml.js
55868
56129
  var require_haml = __commonJS({
55869
56130
  "node_modules/highlight.js/lib/languages/haml.js"(exports, module) {
56131
+ init_define_HUM_CORE_SUBS();
55870
56132
  function haml(hljs) {
55871
56133
  return {
55872
56134
  name: "HAML",
@@ -55980,6 +56242,7 @@ var require_haml = __commonJS({
55980
56242
  // node_modules/highlight.js/lib/languages/handlebars.js
55981
56243
  var require_handlebars = __commonJS({
55982
56244
  "node_modules/highlight.js/lib/languages/handlebars.js"(exports, module) {
56245
+ init_define_HUM_CORE_SUBS();
55983
56246
  function source(re) {
55984
56247
  if (!re) return null;
55985
56248
  if (typeof re === "string") return re;
@@ -56246,6 +56509,7 @@ var require_handlebars = __commonJS({
56246
56509
  // node_modules/highlight.js/lib/languages/haskell.js
56247
56510
  var require_haskell = __commonJS({
56248
56511
  "node_modules/highlight.js/lib/languages/haskell.js"(exports, module) {
56512
+ init_define_HUM_CORE_SUBS();
56249
56513
  function haskell(hljs) {
56250
56514
  const COMMENT = {
56251
56515
  variants: [
@@ -56405,6 +56669,7 @@ var require_haskell = __commonJS({
56405
56669
  // node_modules/highlight.js/lib/languages/haxe.js
56406
56670
  var require_haxe = __commonJS({
56407
56671
  "node_modules/highlight.js/lib/languages/haxe.js"(exports, module) {
56672
+ init_define_HUM_CORE_SUBS();
56408
56673
  function haxe(hljs) {
56409
56674
  const HAXE_BASIC_TYPES = "Int Float String Bool Dynamic Void Array ";
56410
56675
  return {
@@ -56563,6 +56828,7 @@ var require_haxe = __commonJS({
56563
56828
  // node_modules/highlight.js/lib/languages/hsp.js
56564
56829
  var require_hsp = __commonJS({
56565
56830
  "node_modules/highlight.js/lib/languages/hsp.js"(exports, module) {
56831
+ init_define_HUM_CORE_SUBS();
56566
56832
  function hsp(hljs) {
56567
56833
  return {
56568
56834
  name: "HSP",
@@ -56621,6 +56887,7 @@ var require_hsp = __commonJS({
56621
56887
  // node_modules/highlight.js/lib/languages/htmlbars.js
56622
56888
  var require_htmlbars = __commonJS({
56623
56889
  "node_modules/highlight.js/lib/languages/htmlbars.js"(exports, module) {
56890
+ init_define_HUM_CORE_SUBS();
56624
56891
  function source(re) {
56625
56892
  if (!re) return null;
56626
56893
  if (typeof re === "string") return re;
@@ -56895,6 +57162,7 @@ var require_htmlbars = __commonJS({
56895
57162
  // node_modules/highlight.js/lib/languages/http.js
56896
57163
  var require_http = __commonJS({
56897
57164
  "node_modules/highlight.js/lib/languages/http.js"(exports, module) {
57165
+ init_define_HUM_CORE_SUBS();
56898
57166
  function source(re) {
56899
57167
  if (!re) return null;
56900
57168
  if (typeof re === "string") return re;
@@ -56997,6 +57265,7 @@ var require_http = __commonJS({
56997
57265
  // node_modules/highlight.js/lib/languages/hy.js
56998
57266
  var require_hy = __commonJS({
56999
57267
  "node_modules/highlight.js/lib/languages/hy.js"(exports, module) {
57268
+ init_define_HUM_CORE_SUBS();
57000
57269
  function hy(hljs) {
57001
57270
  var SYMBOLSTART = "a-zA-Z_\\-!.?+*=<>&#'";
57002
57271
  var SYMBOL_RE = "[" + SYMBOLSTART + "][" + SYMBOLSTART + "0-9/;:]*";
@@ -57075,6 +57344,7 @@ var require_hy = __commonJS({
57075
57344
  // node_modules/highlight.js/lib/languages/inform7.js
57076
57345
  var require_inform7 = __commonJS({
57077
57346
  "node_modules/highlight.js/lib/languages/inform7.js"(exports, module) {
57347
+ init_define_HUM_CORE_SUBS();
57078
57348
  function inform7(hljs) {
57079
57349
  const START_BRACKET = "\\[";
57080
57350
  const END_BRACKET = "\\]";
@@ -57137,6 +57407,7 @@ var require_inform7 = __commonJS({
57137
57407
  // node_modules/highlight.js/lib/languages/ini.js
57138
57408
  var require_ini = __commonJS({
57139
57409
  "node_modules/highlight.js/lib/languages/ini.js"(exports, module) {
57410
+ init_define_HUM_CORE_SUBS();
57140
57411
  function source(re) {
57141
57412
  if (!re) return null;
57142
57413
  if (typeof re === "string") return re;
@@ -57281,6 +57552,7 @@ var require_ini = __commonJS({
57281
57552
  // node_modules/highlight.js/lib/languages/irpf90.js
57282
57553
  var require_irpf90 = __commonJS({
57283
57554
  "node_modules/highlight.js/lib/languages/irpf90.js"(exports, module) {
57555
+ init_define_HUM_CORE_SUBS();
57284
57556
  function source(re) {
57285
57557
  if (!re) return null;
57286
57558
  if (typeof re === "string") return re;
@@ -57358,6 +57630,7 @@ var require_irpf90 = __commonJS({
57358
57630
  // node_modules/highlight.js/lib/languages/isbl.js
57359
57631
  var require_isbl = __commonJS({
57360
57632
  "node_modules/highlight.js/lib/languages/isbl.js"(exports, module) {
57633
+ init_define_HUM_CORE_SUBS();
57361
57634
  function isbl(hljs) {
57362
57635
  const UNDERSCORE_IDENT_RE = "[A-Za-z\u0410-\u042F\u0430-\u044F\u0451\u0401_!][A-Za-z\u0410-\u042F\u0430-\u044F\u0451\u0401_0-9]*";
57363
57636
  const FUNCTION_NAME_IDENT_RE = "[A-Za-z\u0410-\u042F\u0430-\u044F\u0451\u0401_][A-Za-z\u0410-\u042F\u0430-\u044F\u0451\u0401_0-9]*";
@@ -57622,6 +57895,7 @@ var require_isbl = __commonJS({
57622
57895
  // node_modules/highlight.js/lib/languages/java.js
57623
57896
  var require_java = __commonJS({
57624
57897
  "node_modules/highlight.js/lib/languages/java.js"(exports, module) {
57898
+ init_define_HUM_CORE_SUBS();
57625
57899
  var decimalDigits = "[0-9](_*[0-9])*";
57626
57900
  var frac = `\\.(${decimalDigits})`;
57627
57901
  var hexDigits = "[0-9a-fA-F](_*[0-9a-fA-F])*";
@@ -57795,6 +58069,7 @@ var require_java = __commonJS({
57795
58069
  // node_modules/highlight.js/lib/languages/javascript.js
57796
58070
  var require_javascript = __commonJS({
57797
58071
  "node_modules/highlight.js/lib/languages/javascript.js"(exports, module) {
58072
+ init_define_HUM_CORE_SUBS();
57798
58073
  var IDENT_RE = "[A-Za-z$_][0-9A-Za-z$_]*";
57799
58074
  var KEYWORDS = [
57800
58075
  "as",
@@ -58343,6 +58618,7 @@ var require_javascript = __commonJS({
58343
58618
  // node_modules/highlight.js/lib/languages/jboss-cli.js
58344
58619
  var require_jboss_cli = __commonJS({
58345
58620
  "node_modules/highlight.js/lib/languages/jboss-cli.js"(exports, module) {
58621
+ init_define_HUM_CORE_SUBS();
58346
58622
  function jbossCli(hljs) {
58347
58623
  const PARAM = {
58348
58624
  begin: /[\w-]+ *=/,
@@ -58401,6 +58677,7 @@ var require_jboss_cli = __commonJS({
58401
58677
  // node_modules/highlight.js/lib/languages/json.js
58402
58678
  var require_json = __commonJS({
58403
58679
  "node_modules/highlight.js/lib/languages/json.js"(exports, module) {
58680
+ init_define_HUM_CORE_SUBS();
58404
58681
  function json(hljs) {
58405
58682
  const LITERALS = {
58406
58683
  literal: "true false null"
@@ -58462,6 +58739,7 @@ var require_json = __commonJS({
58462
58739
  // node_modules/highlight.js/lib/languages/julia.js
58463
58740
  var require_julia = __commonJS({
58464
58741
  "node_modules/highlight.js/lib/languages/julia.js"(exports, module) {
58742
+ init_define_HUM_CORE_SUBS();
58465
58743
  function julia(hljs) {
58466
58744
  var VARIABLE_NAME_RE = "[A-Za-z_\\u00A1-\\uFFFF][A-Za-z_0-9\\u00A1-\\uFFFF]*";
58467
58745
  var KEYWORD_LIST = [
@@ -58814,6 +59092,7 @@ var require_julia = __commonJS({
58814
59092
  // node_modules/highlight.js/lib/languages/julia-repl.js
58815
59093
  var require_julia_repl = __commonJS({
58816
59094
  "node_modules/highlight.js/lib/languages/julia-repl.js"(exports, module) {
59095
+ init_define_HUM_CORE_SUBS();
58817
59096
  function juliaRepl(hljs) {
58818
59097
  return {
58819
59098
  name: "Julia REPL",
@@ -58845,6 +59124,7 @@ var require_julia_repl = __commonJS({
58845
59124
  // node_modules/highlight.js/lib/languages/kotlin.js
58846
59125
  var require_kotlin = __commonJS({
58847
59126
  "node_modules/highlight.js/lib/languages/kotlin.js"(exports, module) {
59127
+ init_define_HUM_CORE_SUBS();
58848
59128
  var decimalDigits = "[0-9](_*[0-9])*";
58849
59129
  var frac = `\\.(${decimalDigits})`;
58850
59130
  var hexDigits = "[0-9a-fA-F](_*[0-9a-fA-F])*";
@@ -59105,6 +59385,7 @@ var require_kotlin = __commonJS({
59105
59385
  // node_modules/highlight.js/lib/languages/lasso.js
59106
59386
  var require_lasso = __commonJS({
59107
59387
  "node_modules/highlight.js/lib/languages/lasso.js"(exports, module) {
59388
+ init_define_HUM_CORE_SUBS();
59108
59389
  function lasso(hljs) {
59109
59390
  const LASSO_IDENT_RE = "[a-zA-Z_][\\w.]*";
59110
59391
  const LASSO_ANGLE_RE = "<\\?(lasso(script)?|=)";
@@ -59271,6 +59552,7 @@ var require_lasso = __commonJS({
59271
59552
  // node_modules/highlight.js/lib/languages/latex.js
59272
59553
  var require_latex = __commonJS({
59273
59554
  "node_modules/highlight.js/lib/languages/latex.js"(exports, module) {
59555
+ init_define_HUM_CORE_SUBS();
59274
59556
  function source(re) {
59275
59557
  if (!re) return null;
59276
59558
  if (typeof re === "string") return re;
@@ -59526,6 +59808,7 @@ var require_latex = __commonJS({
59526
59808
  // node_modules/highlight.js/lib/languages/ldif.js
59527
59809
  var require_ldif = __commonJS({
59528
59810
  "node_modules/highlight.js/lib/languages/ldif.js"(exports, module) {
59811
+ init_define_HUM_CORE_SUBS();
59529
59812
  function ldif(hljs) {
59530
59813
  return {
59531
59814
  name: "LDIF",
@@ -59567,6 +59850,7 @@ var require_ldif = __commonJS({
59567
59850
  // node_modules/highlight.js/lib/languages/leaf.js
59568
59851
  var require_leaf = __commonJS({
59569
59852
  "node_modules/highlight.js/lib/languages/leaf.js"(exports, module) {
59853
+ init_define_HUM_CORE_SUBS();
59570
59854
  function leaf(hljs) {
59571
59855
  return {
59572
59856
  name: "Leaf",
@@ -59615,6 +59899,7 @@ var require_leaf = __commonJS({
59615
59899
  // node_modules/highlight.js/lib/languages/less.js
59616
59900
  var require_less = __commonJS({
59617
59901
  "node_modules/highlight.js/lib/languages/less.js"(exports, module) {
59902
+ init_define_HUM_CORE_SUBS();
59618
59903
  var MODES = (hljs) => {
59619
59904
  return {
59620
59905
  IMPORTANT: {
@@ -60270,6 +60555,7 @@ var require_less = __commonJS({
60270
60555
  // node_modules/highlight.js/lib/languages/lisp.js
60271
60556
  var require_lisp = __commonJS({
60272
60557
  "node_modules/highlight.js/lib/languages/lisp.js"(exports, module) {
60558
+ init_define_HUM_CORE_SUBS();
60273
60559
  function lisp(hljs) {
60274
60560
  var LISP_IDENT_RE = "[a-zA-Z_\\-+\\*\\/<=>&#][a-zA-Z0-9_\\-+*\\/<=>&#!]*";
60275
60561
  var MEC_RE = "\\|[^]*?\\|";
@@ -60384,6 +60670,7 @@ var require_lisp = __commonJS({
60384
60670
  // node_modules/highlight.js/lib/languages/livecodeserver.js
60385
60671
  var require_livecodeserver = __commonJS({
60386
60672
  "node_modules/highlight.js/lib/languages/livecodeserver.js"(exports, module) {
60673
+ init_define_HUM_CORE_SUBS();
60387
60674
  function livecodeserver(hljs) {
60388
60675
  const VARIABLE = {
60389
60676
  className: "variable",
@@ -60499,6 +60786,7 @@ var require_livecodeserver = __commonJS({
60499
60786
  // node_modules/highlight.js/lib/languages/livescript.js
60500
60787
  var require_livescript = __commonJS({
60501
60788
  "node_modules/highlight.js/lib/languages/livescript.js"(exports, module) {
60789
+ init_define_HUM_CORE_SUBS();
60502
60790
  var KEYWORDS = [
60503
60791
  "as",
60504
60792
  // for exports
@@ -60861,6 +61149,7 @@ var require_livescript = __commonJS({
60861
61149
  // node_modules/highlight.js/lib/languages/llvm.js
60862
61150
  var require_llvm = __commonJS({
60863
61151
  "node_modules/highlight.js/lib/languages/llvm.js"(exports, module) {
61152
+ init_define_HUM_CORE_SUBS();
60864
61153
  function source(re) {
60865
61154
  if (!re) return null;
60866
61155
  if (typeof re === "string") return re;
@@ -60957,6 +61246,7 @@ var require_llvm = __commonJS({
60957
61246
  // node_modules/highlight.js/lib/languages/lsl.js
60958
61247
  var require_lsl = __commonJS({
60959
61248
  "node_modules/highlight.js/lib/languages/lsl.js"(exports, module) {
61249
+ init_define_HUM_CORE_SUBS();
60960
61250
  function lsl(hljs) {
60961
61251
  var LSL_STRING_ESCAPE_CHARS = {
60962
61252
  className: "subst",
@@ -61043,6 +61333,7 @@ var require_lsl = __commonJS({
61043
61333
  // node_modules/highlight.js/lib/languages/lua.js
61044
61334
  var require_lua = __commonJS({
61045
61335
  "node_modules/highlight.js/lib/languages/lua.js"(exports, module) {
61336
+ init_define_HUM_CORE_SUBS();
61046
61337
  function lua(hljs) {
61047
61338
  const OPENING_LONG_BRACKET = "\\[=*\\[";
61048
61339
  const CLOSING_LONG_BRACKET = "\\]=*\\]";
@@ -61110,6 +61401,7 @@ var require_lua = __commonJS({
61110
61401
  // node_modules/highlight.js/lib/languages/makefile.js
61111
61402
  var require_makefile = __commonJS({
61112
61403
  "node_modules/highlight.js/lib/languages/makefile.js"(exports, module) {
61404
+ init_define_HUM_CORE_SUBS();
61113
61405
  function makefile(hljs) {
61114
61406
  const VARIABLE = {
61115
61407
  className: "variable",
@@ -61188,6 +61480,7 @@ var require_makefile = __commonJS({
61188
61480
  // node_modules/highlight.js/lib/languages/mathematica.js
61189
61481
  var require_mathematica = __commonJS({
61190
61482
  "node_modules/highlight.js/lib/languages/mathematica.js"(exports, module) {
61483
+ init_define_HUM_CORE_SUBS();
61191
61484
  var SYSTEM_SYMBOLS = [
61192
61485
  "AASTriangle",
61193
61486
  "AbelianGroup",
@@ -67935,6 +68228,7 @@ var require_mathematica = __commonJS({
67935
68228
  // node_modules/highlight.js/lib/languages/matlab.js
67936
68229
  var require_matlab = __commonJS({
67937
68230
  "node_modules/highlight.js/lib/languages/matlab.js"(exports, module) {
68231
+ init_define_HUM_CORE_SUBS();
67938
68232
  function matlab(hljs) {
67939
68233
  var TRANSPOSE_RE = "('|\\.')+";
67940
68234
  var TRANSPOSE = {
@@ -68018,6 +68312,7 @@ var require_matlab = __commonJS({
68018
68312
  // node_modules/highlight.js/lib/languages/maxima.js
68019
68313
  var require_maxima = __commonJS({
68020
68314
  "node_modules/highlight.js/lib/languages/maxima.js"(exports, module) {
68315
+ init_define_HUM_CORE_SUBS();
68021
68316
  function maxima(hljs) {
68022
68317
  const KEYWORDS = "if then else elseif for thru do while unless step in and or not";
68023
68318
  const LITERALS = "true false unknown inf minf ind und %e %i %pi %phi %gamma";
@@ -68077,6 +68372,7 @@ var require_maxima = __commonJS({
68077
68372
  // node_modules/highlight.js/lib/languages/mel.js
68078
68373
  var require_mel = __commonJS({
68079
68374
  "node_modules/highlight.js/lib/languages/mel.js"(exports, module) {
68375
+ init_define_HUM_CORE_SUBS();
68080
68376
  function mel(hljs) {
68081
68377
  return {
68082
68378
  name: "MEL",
@@ -68108,6 +68404,7 @@ var require_mel = __commonJS({
68108
68404
  // node_modules/highlight.js/lib/languages/mercury.js
68109
68405
  var require_mercury = __commonJS({
68110
68406
  "node_modules/highlight.js/lib/languages/mercury.js"(exports, module) {
68407
+ init_define_HUM_CORE_SUBS();
68111
68408
  function mercury(hljs) {
68112
68409
  const KEYWORDS = {
68113
68410
  keyword: "module use_module import_module include_module end_module initialise mutable initialize finalize finalise interface implementation pred mode func type inst solver any_pred any_func is semidet det nondet multi erroneous failure cc_nondet cc_multi typeclass instance where pragma promise external trace atomic or_else require_complete_switch require_det require_semidet require_multi require_nondet require_cc_multi require_cc_nondet require_erroneous require_failure",
@@ -68203,6 +68500,7 @@ var require_mercury = __commonJS({
68203
68500
  // node_modules/highlight.js/lib/languages/mipsasm.js
68204
68501
  var require_mipsasm = __commonJS({
68205
68502
  "node_modules/highlight.js/lib/languages/mipsasm.js"(exports, module) {
68503
+ init_define_HUM_CORE_SUBS();
68206
68504
  function mipsasm(hljs) {
68207
68505
  return {
68208
68506
  name: "MIPS Assembly",
@@ -68284,6 +68582,7 @@ var require_mipsasm = __commonJS({
68284
68582
  // node_modules/highlight.js/lib/languages/mizar.js
68285
68583
  var require_mizar = __commonJS({
68286
68584
  "node_modules/highlight.js/lib/languages/mizar.js"(exports, module) {
68585
+ init_define_HUM_CORE_SUBS();
68287
68586
  function mizar(hljs) {
68288
68587
  return {
68289
68588
  name: "Mizar",
@@ -68300,6 +68599,7 @@ var require_mizar = __commonJS({
68300
68599
  // node_modules/highlight.js/lib/languages/perl.js
68301
68600
  var require_perl = __commonJS({
68302
68601
  "node_modules/highlight.js/lib/languages/perl.js"(exports, module) {
68602
+ init_define_HUM_CORE_SUBS();
68303
68603
  function source(re) {
68304
68604
  if (!re) return null;
68305
68605
  if (typeof re === "string") return re;
@@ -68776,6 +69076,7 @@ var require_perl = __commonJS({
68776
69076
  // node_modules/highlight.js/lib/languages/mojolicious.js
68777
69077
  var require_mojolicious = __commonJS({
68778
69078
  "node_modules/highlight.js/lib/languages/mojolicious.js"(exports, module) {
69079
+ init_define_HUM_CORE_SUBS();
68779
69080
  function mojolicious(hljs) {
68780
69081
  return {
68781
69082
  name: "Mojolicious",
@@ -68809,6 +69110,7 @@ var require_mojolicious = __commonJS({
68809
69110
  // node_modules/highlight.js/lib/languages/monkey.js
68810
69111
  var require_monkey = __commonJS({
68811
69112
  "node_modules/highlight.js/lib/languages/monkey.js"(exports, module) {
69113
+ init_define_HUM_CORE_SUBS();
68812
69114
  function monkey(hljs) {
68813
69115
  const NUMBER = {
68814
69116
  className: "number",
@@ -68889,6 +69191,7 @@ var require_monkey = __commonJS({
68889
69191
  // node_modules/highlight.js/lib/languages/moonscript.js
68890
69192
  var require_moonscript = __commonJS({
68891
69193
  "node_modules/highlight.js/lib/languages/moonscript.js"(exports, module) {
69194
+ init_define_HUM_CORE_SUBS();
68892
69195
  function moonscript(hljs) {
68893
69196
  const KEYWORDS = {
68894
69197
  keyword: (
@@ -69033,6 +69336,7 @@ var require_moonscript = __commonJS({
69033
69336
  // node_modules/highlight.js/lib/languages/n1ql.js
69034
69337
  var require_n1ql = __commonJS({
69035
69338
  "node_modules/highlight.js/lib/languages/n1ql.js"(exports, module) {
69339
+ init_define_HUM_CORE_SUBS();
69036
69340
  function n1ql(hljs) {
69037
69341
  return {
69038
69342
  name: "N1QL",
@@ -69085,6 +69389,7 @@ var require_n1ql = __commonJS({
69085
69389
  // node_modules/highlight.js/lib/languages/nginx.js
69086
69390
  var require_nginx = __commonJS({
69087
69391
  "node_modules/highlight.js/lib/languages/nginx.js"(exports, module) {
69392
+ init_define_HUM_CORE_SUBS();
69088
69393
  function nginx(hljs) {
69089
69394
  const VAR = {
69090
69395
  className: "variable",
@@ -69219,6 +69524,7 @@ var require_nginx = __commonJS({
69219
69524
  // node_modules/highlight.js/lib/languages/nim.js
69220
69525
  var require_nim = __commonJS({
69221
69526
  "node_modules/highlight.js/lib/languages/nim.js"(exports, module) {
69527
+ init_define_HUM_CORE_SUBS();
69222
69528
  function nim(hljs) {
69223
69529
  return {
69224
69530
  name: "Nim",
@@ -69285,6 +69591,7 @@ var require_nim = __commonJS({
69285
69591
  // node_modules/highlight.js/lib/languages/nix.js
69286
69592
  var require_nix = __commonJS({
69287
69593
  "node_modules/highlight.js/lib/languages/nix.js"(exports, module) {
69594
+ init_define_HUM_CORE_SUBS();
69288
69595
  function nix(hljs) {
69289
69596
  const NIX_KEYWORDS = {
69290
69597
  keyword: "rec with let in inherit assert if else then",
@@ -69344,6 +69651,7 @@ var require_nix = __commonJS({
69344
69651
  // node_modules/highlight.js/lib/languages/node-repl.js
69345
69652
  var require_node_repl = __commonJS({
69346
69653
  "node_modules/highlight.js/lib/languages/node-repl.js"(exports, module) {
69654
+ init_define_HUM_CORE_SUBS();
69347
69655
  function nodeRepl(hljs) {
69348
69656
  return {
69349
69657
  name: "Node REPL",
@@ -69378,6 +69686,7 @@ var require_node_repl = __commonJS({
69378
69686
  // node_modules/highlight.js/lib/languages/nsis.js
69379
69687
  var require_nsis = __commonJS({
69380
69688
  "node_modules/highlight.js/lib/languages/nsis.js"(exports, module) {
69689
+ init_define_HUM_CORE_SUBS();
69381
69690
  function nsis(hljs) {
69382
69691
  const CONSTANTS = {
69383
69692
  className: "variable",
@@ -69484,6 +69793,7 @@ var require_nsis = __commonJS({
69484
69793
  // node_modules/highlight.js/lib/languages/objectivec.js
69485
69794
  var require_objectivec = __commonJS({
69486
69795
  "node_modules/highlight.js/lib/languages/objectivec.js"(exports, module) {
69796
+ init_define_HUM_CORE_SUBS();
69487
69797
  function objectivec(hljs) {
69488
69798
  const API_CLASS = {
69489
69799
  className: "built_in",
@@ -69576,6 +69886,7 @@ var require_objectivec = __commonJS({
69576
69886
  // node_modules/highlight.js/lib/languages/ocaml.js
69577
69887
  var require_ocaml = __commonJS({
69578
69888
  "node_modules/highlight.js/lib/languages/ocaml.js"(exports, module) {
69889
+ init_define_HUM_CORE_SUBS();
69579
69890
  function ocaml(hljs) {
69580
69891
  return {
69581
69892
  name: "OCaml",
@@ -69646,6 +69957,7 @@ var require_ocaml = __commonJS({
69646
69957
  // node_modules/highlight.js/lib/languages/openscad.js
69647
69958
  var require_openscad = __commonJS({
69648
69959
  "node_modules/highlight.js/lib/languages/openscad.js"(exports, module) {
69960
+ init_define_HUM_CORE_SUBS();
69649
69961
  function openscad(hljs) {
69650
69962
  const SPECIAL_VARS = {
69651
69963
  className: "keyword",
@@ -69724,6 +70036,7 @@ var require_openscad = __commonJS({
69724
70036
  // node_modules/highlight.js/lib/languages/oxygene.js
69725
70037
  var require_oxygene = __commonJS({
69726
70038
  "node_modules/highlight.js/lib/languages/oxygene.js"(exports, module) {
70039
+ init_define_HUM_CORE_SUBS();
69727
70040
  function oxygene(hljs) {
69728
70041
  const OXYGENE_KEYWORDS = {
69729
70042
  $pattern: /\.?\w+/,
@@ -69815,6 +70128,7 @@ var require_oxygene = __commonJS({
69815
70128
  // node_modules/highlight.js/lib/languages/parser3.js
69816
70129
  var require_parser3 = __commonJS({
69817
70130
  "node_modules/highlight.js/lib/languages/parser3.js"(exports, module) {
70131
+ init_define_HUM_CORE_SUBS();
69818
70132
  function parser3(hljs) {
69819
70133
  const CURLY_SUBCOMMENT = hljs.COMMENT(
69820
70134
  /\{/,
@@ -69869,6 +70183,7 @@ var require_parser3 = __commonJS({
69869
70183
  // node_modules/highlight.js/lib/languages/pf.js
69870
70184
  var require_pf = __commonJS({
69871
70185
  "node_modules/highlight.js/lib/languages/pf.js"(exports, module) {
70186
+ init_define_HUM_CORE_SUBS();
69872
70187
  function pf(hljs) {
69873
70188
  const MACRO = {
69874
70189
  className: "variable",
@@ -69909,6 +70224,7 @@ var require_pf = __commonJS({
69909
70224
  // node_modules/highlight.js/lib/languages/pgsql.js
69910
70225
  var require_pgsql = __commonJS({
69911
70226
  "node_modules/highlight.js/lib/languages/pgsql.js"(exports, module) {
70227
+ init_define_HUM_CORE_SUBS();
69912
70228
  function pgsql(hljs) {
69913
70229
  const COMMENT_MODE = hljs.COMMENT("--", "$");
69914
70230
  const UNQUOTED_IDENT = "[a-zA-Z_][a-zA-Z_0-9$]*";
@@ -70293,6 +70609,7 @@ var require_pgsql = __commonJS({
70293
70609
  // node_modules/highlight.js/lib/languages/php.js
70294
70610
  var require_php = __commonJS({
70295
70611
  "node_modules/highlight.js/lib/languages/php.js"(exports, module) {
70612
+ init_define_HUM_CORE_SUBS();
70296
70613
  function php(hljs) {
70297
70614
  const VARIABLE = {
70298
70615
  className: "variable",
@@ -70481,6 +70798,7 @@ var require_php = __commonJS({
70481
70798
  // node_modules/highlight.js/lib/languages/php-template.js
70482
70799
  var require_php_template = __commonJS({
70483
70800
  "node_modules/highlight.js/lib/languages/php-template.js"(exports, module) {
70801
+ init_define_HUM_CORE_SUBS();
70484
70802
  function phpTemplate(hljs) {
70485
70803
  return {
70486
70804
  name: "PHP template",
@@ -70532,6 +70850,7 @@ var require_php_template = __commonJS({
70532
70850
  // node_modules/highlight.js/lib/languages/plaintext.js
70533
70851
  var require_plaintext = __commonJS({
70534
70852
  "node_modules/highlight.js/lib/languages/plaintext.js"(exports, module) {
70853
+ init_define_HUM_CORE_SUBS();
70535
70854
  function plaintext(hljs) {
70536
70855
  return {
70537
70856
  name: "Plain text",
@@ -70549,6 +70868,7 @@ var require_plaintext = __commonJS({
70549
70868
  // node_modules/highlight.js/lib/languages/pony.js
70550
70869
  var require_pony = __commonJS({
70551
70870
  "node_modules/highlight.js/lib/languages/pony.js"(exports, module) {
70871
+ init_define_HUM_CORE_SUBS();
70552
70872
  function pony(hljs) {
70553
70873
  const KEYWORDS = {
70554
70874
  keyword: "actor addressof and as be break class compile_error compile_intrinsic consume continue delegate digestof do else elseif embed end error for fun if ifdef in interface is isnt lambda let match new not object or primitive recover repeat return struct then trait try type until use var where while with xor",
@@ -70610,6 +70930,7 @@ var require_pony = __commonJS({
70610
70930
  // node_modules/highlight.js/lib/languages/powershell.js
70611
70931
  var require_powershell = __commonJS({
70612
70932
  "node_modules/highlight.js/lib/languages/powershell.js"(exports, module) {
70933
+ init_define_HUM_CORE_SUBS();
70613
70934
  function powershell(hljs) {
70614
70935
  const TYPES = [
70615
70936
  "string",
@@ -70886,6 +71207,7 @@ var require_powershell = __commonJS({
70886
71207
  // node_modules/highlight.js/lib/languages/processing.js
70887
71208
  var require_processing = __commonJS({
70888
71209
  "node_modules/highlight.js/lib/languages/processing.js"(exports, module) {
71210
+ init_define_HUM_CORE_SUBS();
70889
71211
  function processing(hljs) {
70890
71212
  return {
70891
71213
  name: "Processing",
@@ -70911,6 +71233,7 @@ var require_processing = __commonJS({
70911
71233
  // node_modules/highlight.js/lib/languages/profile.js
70912
71234
  var require_profile = __commonJS({
70913
71235
  "node_modules/highlight.js/lib/languages/profile.js"(exports, module) {
71236
+ init_define_HUM_CORE_SUBS();
70914
71237
  function profile(hljs) {
70915
71238
  return {
70916
71239
  name: "Python profiler",
@@ -70953,6 +71276,7 @@ var require_profile = __commonJS({
70953
71276
  // node_modules/highlight.js/lib/languages/prolog.js
70954
71277
  var require_prolog = __commonJS({
70955
71278
  "node_modules/highlight.js/lib/languages/prolog.js"(exports, module) {
71279
+ init_define_HUM_CORE_SUBS();
70956
71280
  function prolog(hljs) {
70957
71281
  const ATOM = {
70958
71282
  begin: /[a-z][A-Za-z0-9_]*/,
@@ -71039,6 +71363,7 @@ var require_prolog = __commonJS({
71039
71363
  // node_modules/highlight.js/lib/languages/properties.js
71040
71364
  var require_properties = __commonJS({
71041
71365
  "node_modules/highlight.js/lib/languages/properties.js"(exports, module) {
71366
+ init_define_HUM_CORE_SUBS();
71042
71367
  function properties(hljs) {
71043
71368
  var WS0 = "[ \\t\\f]*";
71044
71369
  var WS1 = "[ \\t\\f]+";
@@ -71117,6 +71442,7 @@ var require_properties = __commonJS({
71117
71442
  // node_modules/highlight.js/lib/languages/protobuf.js
71118
71443
  var require_protobuf = __commonJS({
71119
71444
  "node_modules/highlight.js/lib/languages/protobuf.js"(exports, module) {
71445
+ init_define_HUM_CORE_SUBS();
71120
71446
  function protobuf(hljs) {
71121
71447
  return {
71122
71448
  name: "Protocol Buffers",
@@ -71164,6 +71490,7 @@ var require_protobuf = __commonJS({
71164
71490
  // node_modules/highlight.js/lib/languages/puppet.js
71165
71491
  var require_puppet = __commonJS({
71166
71492
  "node_modules/highlight.js/lib/languages/puppet.js"(exports, module) {
71493
+ init_define_HUM_CORE_SUBS();
71167
71494
  function puppet(hljs) {
71168
71495
  const PUPPET_KEYWORDS = {
71169
71496
  keyword: (
@@ -71281,6 +71608,7 @@ var require_puppet = __commonJS({
71281
71608
  // node_modules/highlight.js/lib/languages/purebasic.js
71282
71609
  var require_purebasic = __commonJS({
71283
71610
  "node_modules/highlight.js/lib/languages/purebasic.js"(exports, module) {
71611
+ init_define_HUM_CORE_SUBS();
71284
71612
  function purebasic(hljs) {
71285
71613
  const STRINGS = {
71286
71614
  // PB IDE color: #0080FF (Azure Radiance)
@@ -71347,6 +71675,7 @@ var require_purebasic = __commonJS({
71347
71675
  // node_modules/highlight.js/lib/languages/python.js
71348
71676
  var require_python = __commonJS({
71349
71677
  "node_modules/highlight.js/lib/languages/python.js"(exports, module) {
71678
+ init_define_HUM_CORE_SUBS();
71350
71679
  function source(re) {
71351
71680
  if (!re) return null;
71352
71681
  if (typeof re === "string") return re;
@@ -71755,6 +72084,7 @@ var require_python = __commonJS({
71755
72084
  // node_modules/highlight.js/lib/languages/python-repl.js
71756
72085
  var require_python_repl = __commonJS({
71757
72086
  "node_modules/highlight.js/lib/languages/python-repl.js"(exports, module) {
72087
+ init_define_HUM_CORE_SUBS();
71758
72088
  function pythonRepl(hljs) {
71759
72089
  return {
71760
72090
  aliases: ["pycon"],
@@ -71789,6 +72119,7 @@ var require_python_repl = __commonJS({
71789
72119
  // node_modules/highlight.js/lib/languages/q.js
71790
72120
  var require_q = __commonJS({
71791
72121
  "node_modules/highlight.js/lib/languages/q.js"(exports, module) {
72122
+ init_define_HUM_CORE_SUBS();
71792
72123
  function q(hljs) {
71793
72124
  const KEYWORDS = {
71794
72125
  $pattern: /(`?)[A-Za-z0-9_]+\b/,
@@ -71818,6 +72149,7 @@ var require_q = __commonJS({
71818
72149
  // node_modules/highlight.js/lib/languages/qml.js
71819
72150
  var require_qml = __commonJS({
71820
72151
  "node_modules/highlight.js/lib/languages/qml.js"(exports, module) {
72152
+ init_define_HUM_CORE_SUBS();
71821
72153
  function source(re) {
71822
72154
  if (!re) return null;
71823
72155
  if (typeof re === "string") return re;
@@ -71991,6 +72323,7 @@ var require_qml = __commonJS({
71991
72323
  // node_modules/highlight.js/lib/languages/r.js
71992
72324
  var require_r = __commonJS({
71993
72325
  "node_modules/highlight.js/lib/languages/r.js"(exports, module) {
72326
+ init_define_HUM_CORE_SUBS();
71994
72327
  function source(re) {
71995
72328
  if (!re) return null;
71996
72329
  if (typeof re === "string") return re;
@@ -72162,6 +72495,7 @@ var require_r = __commonJS({
72162
72495
  // node_modules/highlight.js/lib/languages/reasonml.js
72163
72496
  var require_reasonml = __commonJS({
72164
72497
  "node_modules/highlight.js/lib/languages/reasonml.js"(exports, module) {
72498
+ init_define_HUM_CORE_SUBS();
72165
72499
  function reasonml(hljs) {
72166
72500
  function orReValues(ops) {
72167
72501
  return ops.map(function(op) {
@@ -72452,6 +72786,7 @@ var require_reasonml = __commonJS({
72452
72786
  // node_modules/highlight.js/lib/languages/rib.js
72453
72787
  var require_rib = __commonJS({
72454
72788
  "node_modules/highlight.js/lib/languages/rib.js"(exports, module) {
72789
+ init_define_HUM_CORE_SUBS();
72455
72790
  function rib(hljs) {
72456
72791
  return {
72457
72792
  name: "RenderMan RIB",
@@ -72472,6 +72807,7 @@ var require_rib = __commonJS({
72472
72807
  // node_modules/highlight.js/lib/languages/roboconf.js
72473
72808
  var require_roboconf = __commonJS({
72474
72809
  "node_modules/highlight.js/lib/languages/roboconf.js"(exports, module) {
72810
+ init_define_HUM_CORE_SUBS();
72475
72811
  function roboconf(hljs) {
72476
72812
  const IDENTIFIER = "[a-zA-Z-_][^\\n{]+\\{";
72477
72813
  const PROPERTY = {
@@ -72546,6 +72882,7 @@ var require_roboconf = __commonJS({
72546
72882
  // node_modules/highlight.js/lib/languages/routeros.js
72547
72883
  var require_routeros = __commonJS({
72548
72884
  "node_modules/highlight.js/lib/languages/routeros.js"(exports, module) {
72885
+ init_define_HUM_CORE_SUBS();
72549
72886
  function routeros(hljs) {
72550
72887
  const STATEMENTS = "foreach do while for if from to step else on-error and or not in";
72551
72888
  const GLOBAL_COMMANDS = "global local beep delay put len typeof pick log time set find environment terminal error execute parse resolve toarray tobool toid toip toip6 tonum tostr totime";
@@ -72705,6 +73042,7 @@ var require_routeros = __commonJS({
72705
73042
  // node_modules/highlight.js/lib/languages/rsl.js
72706
73043
  var require_rsl = __commonJS({
72707
73044
  "node_modules/highlight.js/lib/languages/rsl.js"(exports, module) {
73045
+ init_define_HUM_CORE_SUBS();
72708
73046
  function rsl(hljs) {
72709
73047
  return {
72710
73048
  name: "RenderMan RSL",
@@ -72743,6 +73081,7 @@ var require_rsl = __commonJS({
72743
73081
  // node_modules/highlight.js/lib/languages/ruleslanguage.js
72744
73082
  var require_ruleslanguage = __commonJS({
72745
73083
  "node_modules/highlight.js/lib/languages/ruleslanguage.js"(exports, module) {
73084
+ init_define_HUM_CORE_SUBS();
72746
73085
  function ruleslanguage(hljs) {
72747
73086
  return {
72748
73087
  name: "Oracle Rules Language",
@@ -72779,6 +73118,7 @@ var require_ruleslanguage = __commonJS({
72779
73118
  // node_modules/highlight.js/lib/languages/rust.js
72780
73119
  var require_rust = __commonJS({
72781
73120
  "node_modules/highlight.js/lib/languages/rust.js"(exports, module) {
73121
+ init_define_HUM_CORE_SUBS();
72782
73122
  function rust(hljs) {
72783
73123
  const NUM_SUFFIX = "([ui](8|16|32|64|128|size)|f(32|64))?";
72784
73124
  const KEYWORDS = "abstract as async await become box break const continue crate do dyn else enum extern false final fn for if impl in let loop macro match mod move mut override priv pub ref return self Self static struct super trait true try type typeof unsafe unsized use virtual where while yield";
@@ -72898,6 +73238,7 @@ var require_rust = __commonJS({
72898
73238
  // node_modules/highlight.js/lib/languages/sas.js
72899
73239
  var require_sas = __commonJS({
72900
73240
  "node_modules/highlight.js/lib/languages/sas.js"(exports, module) {
73241
+ init_define_HUM_CORE_SUBS();
72901
73242
  function sas(hljs) {
72902
73243
  const SAS_KEYWORDS = "do if then else end until while abort array attrib by call cards cards4 catname continue datalines datalines4 delete delim delimiter display dm drop endsas error file filename footnote format goto in infile informat input keep label leave length libname link list lostcard merge missing modify options output out page put redirect remove rename replace retain return select set skip startsas stop title update waitsas where window x systask add and alter as cascade check create delete describe distinct drop foreign from group having index insert into in key like message modify msgtype not null on or order primary references reset restrict select set table unique update validate view where";
72903
73244
  const SAS_FUN = "abs|addr|airy|arcos|arsin|atan|attrc|attrn|band|betainv|blshift|bnot|bor|brshift|bxor|byte|cdf|ceil|cexist|cinv|close|cnonct|collate|compbl|compound|compress|cos|cosh|css|curobs|cv|daccdb|daccdbsl|daccsl|daccsyd|dacctab|dairy|date|datejul|datepart|datetime|day|dclose|depdb|depdbsl|depdbsl|depsl|depsl|depsyd|depsyd|deptab|deptab|dequote|dhms|dif|digamma|dim|dinfo|dnum|dopen|doptname|doptnum|dread|dropnote|dsname|erf|erfc|exist|exp|fappend|fclose|fcol|fdelete|fetch|fetchobs|fexist|fget|fileexist|filename|fileref|finfo|finv|fipname|fipnamel|fipstate|floor|fnonct|fnote|fopen|foptname|foptnum|fpoint|fpos|fput|fread|frewind|frlen|fsep|fuzz|fwrite|gaminv|gamma|getoption|getvarc|getvarn|hbound|hms|hosthelp|hour|ibessel|index|indexc|indexw|input|inputc|inputn|int|intck|intnx|intrr|irr|jbessel|juldate|kurtosis|lag|lbound|left|length|lgamma|libname|libref|log|log10|log2|logpdf|logpmf|logsdf|lowcase|max|mdy|mean|min|minute|mod|month|mopen|mort|n|netpv|nmiss|normal|note|npv|open|ordinal|pathname|pdf|peek|peekc|pmf|point|poisson|poke|probbeta|probbnml|probchi|probf|probgam|probhypr|probit|probnegb|probnorm|probt|put|putc|putn|qtr|quote|ranbin|rancau|ranexp|rangam|range|rank|rannor|ranpoi|rantbl|rantri|ranuni|repeat|resolve|reverse|rewind|right|round|saving|scan|sdf|second|sign|sin|sinh|skewness|soundex|spedis|sqrt|std|stderr|stfips|stname|stnamel|substr|sum|symget|sysget|sysmsg|sysprod|sysrc|system|tan|tanh|time|timepart|tinv|tnonct|today|translate|tranwrd|trigamma|trim|trimn|trunc|uniform|upcase|uss|var|varfmt|varinfmt|varlabel|varlen|varname|varnum|varray|varrayx|vartype|verify|vformat|vformatd|vformatdx|vformatn|vformatnx|vformatw|vformatwx|vformatx|vinarray|vinarrayx|vinformat|vinformatd|vinformatdx|vinformatn|vinformatnx|vinformatw|vinformatwx|vinformatx|vlabel|vlabelx|vlength|vlengthx|vname|vnamex|vtype|vtypex|weekday|year|yyq|zipfips|zipname|zipnamel|zipstate";
@@ -72960,6 +73301,7 @@ var require_sas = __commonJS({
72960
73301
  // node_modules/highlight.js/lib/languages/scala.js
72961
73302
  var require_scala = __commonJS({
72962
73303
  "node_modules/highlight.js/lib/languages/scala.js"(exports, module) {
73304
+ init_define_HUM_CORE_SUBS();
72963
73305
  function scala(hljs) {
72964
73306
  const ANNOTATION = {
72965
73307
  className: "meta",
@@ -73087,6 +73429,7 @@ var require_scala = __commonJS({
73087
73429
  // node_modules/highlight.js/lib/languages/scheme.js
73088
73430
  var require_scheme = __commonJS({
73089
73431
  "node_modules/highlight.js/lib/languages/scheme.js"(exports, module) {
73432
+ init_define_HUM_CORE_SUBS();
73090
73433
  function scheme(hljs) {
73091
73434
  const SCHEME_IDENT_RE = "[^\\(\\)\\[\\]\\{\\}\",'`;#|\\\\\\s]+";
73092
73435
  const SCHEME_SIMPLE_NUMBER_RE = "(-|\\+)?\\d+([./]\\d+)?";
@@ -73242,6 +73585,7 @@ var require_scheme = __commonJS({
73242
73585
  // node_modules/highlight.js/lib/languages/scilab.js
73243
73586
  var require_scilab = __commonJS({
73244
73587
  "node_modules/highlight.js/lib/languages/scilab.js"(exports, module) {
73588
+ init_define_HUM_CORE_SUBS();
73245
73589
  function scilab(hljs) {
73246
73590
  const COMMON_CONTAINS = [
73247
73591
  hljs.C_NUMBER_MODE,
@@ -73307,6 +73651,7 @@ var require_scilab = __commonJS({
73307
73651
  // node_modules/highlight.js/lib/languages/scss.js
73308
73652
  var require_scss = __commonJS({
73309
73653
  "node_modules/highlight.js/lib/languages/scss.js"(exports, module) {
73654
+ init_define_HUM_CORE_SUBS();
73310
73655
  var MODES = (hljs) => {
73311
73656
  return {
73312
73657
  IMPORTANT: {
@@ -73854,6 +74199,7 @@ var require_scss = __commonJS({
73854
74199
  // node_modules/highlight.js/lib/languages/shell.js
73855
74200
  var require_shell = __commonJS({
73856
74201
  "node_modules/highlight.js/lib/languages/shell.js"(exports, module) {
74202
+ init_define_HUM_CORE_SUBS();
73857
74203
  function shell(hljs) {
73858
74204
  return {
73859
74205
  name: "Shell Session",
@@ -73880,6 +74226,7 @@ var require_shell = __commonJS({
73880
74226
  // node_modules/highlight.js/lib/languages/smali.js
73881
74227
  var require_smali = __commonJS({
73882
74228
  "node_modules/highlight.js/lib/languages/smali.js"(exports, module) {
74229
+ init_define_HUM_CORE_SUBS();
73883
74230
  function smali(hljs) {
73884
74231
  const smali_instr_low_prio = [
73885
74232
  "add",
@@ -74013,6 +74360,7 @@ var require_smali = __commonJS({
74013
74360
  // node_modules/highlight.js/lib/languages/smalltalk.js
74014
74361
  var require_smalltalk = __commonJS({
74015
74362
  "node_modules/highlight.js/lib/languages/smalltalk.js"(exports, module) {
74363
+ init_define_HUM_CORE_SUBS();
74016
74364
  function smalltalk(hljs) {
74017
74365
  const VAR_IDENT_RE = "[a-z][a-zA-Z0-9_]*";
74018
74366
  const CHAR = {
@@ -74075,6 +74423,7 @@ var require_smalltalk = __commonJS({
74075
74423
  // node_modules/highlight.js/lib/languages/sml.js
74076
74424
  var require_sml = __commonJS({
74077
74425
  "node_modules/highlight.js/lib/languages/sml.js"(exports, module) {
74426
+ init_define_HUM_CORE_SUBS();
74078
74427
  function sml(hljs) {
74079
74428
  return {
74080
74429
  name: "SML (Standard ML)",
@@ -74152,6 +74501,7 @@ var require_sml = __commonJS({
74152
74501
  // node_modules/highlight.js/lib/languages/sqf.js
74153
74502
  var require_sqf = __commonJS({
74154
74503
  "node_modules/highlight.js/lib/languages/sqf.js"(exports, module) {
74504
+ init_define_HUM_CORE_SUBS();
74155
74505
  function sqf(hljs) {
74156
74506
  const VARIABLE = {
74157
74507
  className: "variable",
@@ -74234,6 +74584,7 @@ var require_sqf = __commonJS({
74234
74584
  // node_modules/highlight.js/lib/languages/sql_more.js
74235
74585
  var require_sql_more = __commonJS({
74236
74586
  "node_modules/highlight.js/lib/languages/sql_more.js"(exports, module) {
74587
+ init_define_HUM_CORE_SUBS();
74237
74588
  function sql_more(hljs) {
74238
74589
  var COMMENT_MODE = hljs.COMMENT("--", "$");
74239
74590
  return {
@@ -74290,6 +74641,7 @@ var require_sql_more = __commonJS({
74290
74641
  // node_modules/highlight.js/lib/languages/sql.js
74291
74642
  var require_sql = __commonJS({
74292
74643
  "node_modules/highlight.js/lib/languages/sql.js"(exports, module) {
74644
+ init_define_HUM_CORE_SUBS();
74293
74645
  function source(re) {
74294
74646
  if (!re) return null;
74295
74647
  if (typeof re === "string") return re;
@@ -74941,6 +75293,7 @@ var require_sql = __commonJS({
74941
75293
  // node_modules/highlight.js/lib/languages/stan.js
74942
75294
  var require_stan = __commonJS({
74943
75295
  "node_modules/highlight.js/lib/languages/stan.js"(exports, module) {
75296
+ init_define_HUM_CORE_SUBS();
74944
75297
  function stan(hljs) {
74945
75298
  const BLOCKS = [
74946
75299
  "functions",
@@ -75484,6 +75837,7 @@ var require_stan = __commonJS({
75484
75837
  // node_modules/highlight.js/lib/languages/stata.js
75485
75838
  var require_stata = __commonJS({
75486
75839
  "node_modules/highlight.js/lib/languages/stata.js"(exports, module) {
75840
+ init_define_HUM_CORE_SUBS();
75487
75841
  function stata(hljs) {
75488
75842
  return {
75489
75843
  name: "Stata",
@@ -75534,6 +75888,7 @@ var require_stata = __commonJS({
75534
75888
  // node_modules/highlight.js/lib/languages/step21.js
75535
75889
  var require_step21 = __commonJS({
75536
75890
  "node_modules/highlight.js/lib/languages/step21.js"(exports, module) {
75891
+ init_define_HUM_CORE_SUBS();
75537
75892
  function step21(hljs) {
75538
75893
  const STEP21_IDENT_RE = "[A-Z_][A-Z0-9_.]*";
75539
75894
  const STEP21_KEYWORDS = {
@@ -75598,6 +75953,7 @@ var require_step21 = __commonJS({
75598
75953
  // node_modules/highlight.js/lib/languages/stylus.js
75599
75954
  var require_stylus = __commonJS({
75600
75955
  "node_modules/highlight.js/lib/languages/stylus.js"(exports, module) {
75956
+ init_define_HUM_CORE_SUBS();
75601
75957
  var MODES = (hljs) => {
75602
75958
  return {
75603
75959
  IMPORTANT: {
@@ -76199,6 +76555,7 @@ var require_stylus = __commonJS({
76199
76555
  // node_modules/highlight.js/lib/languages/subunit.js
76200
76556
  var require_subunit = __commonJS({
76201
76557
  "node_modules/highlight.js/lib/languages/subunit.js"(exports, module) {
76558
+ init_define_HUM_CORE_SUBS();
76202
76559
  function subunit(hljs) {
76203
76560
  const DETAILS = {
76204
76561
  className: "string",
@@ -76249,6 +76606,7 @@ var require_subunit = __commonJS({
76249
76606
  // node_modules/highlight.js/lib/languages/swift.js
76250
76607
  var require_swift = __commonJS({
76251
76608
  "node_modules/highlight.js/lib/languages/swift.js"(exports, module) {
76609
+ init_define_HUM_CORE_SUBS();
76252
76610
  function source(re) {
76253
76611
  if (!re) return null;
76254
76612
  if (typeof re === "string") return re;
@@ -77044,6 +77402,7 @@ var require_swift = __commonJS({
77044
77402
  // node_modules/highlight.js/lib/languages/taggerscript.js
77045
77403
  var require_taggerscript = __commonJS({
77046
77404
  "node_modules/highlight.js/lib/languages/taggerscript.js"(exports, module) {
77405
+ init_define_HUM_CORE_SUBS();
77047
77406
  function taggerscript(hljs) {
77048
77407
  const COMMENT = {
77049
77408
  className: "comment",
@@ -77093,6 +77452,7 @@ var require_taggerscript = __commonJS({
77093
77452
  // node_modules/highlight.js/lib/languages/yaml.js
77094
77453
  var require_yaml = __commonJS({
77095
77454
  "node_modules/highlight.js/lib/languages/yaml.js"(exports, module) {
77455
+ init_define_HUM_CORE_SUBS();
77096
77456
  function yaml(hljs) {
77097
77457
  var LITERALS = "true false yes no null";
77098
77458
  var URI_CHARACTERS = "[\\w#;/?:@&=+$,.~*'()[\\]]+";
@@ -77262,6 +77622,7 @@ var require_yaml = __commonJS({
77262
77622
  // node_modules/highlight.js/lib/languages/tap.js
77263
77623
  var require_tap = __commonJS({
77264
77624
  "node_modules/highlight.js/lib/languages/tap.js"(exports, module) {
77625
+ init_define_HUM_CORE_SUBS();
77265
77626
  function tap(hljs) {
77266
77627
  return {
77267
77628
  name: "Test Anything Protocol",
@@ -77314,6 +77675,7 @@ var require_tap = __commonJS({
77314
77675
  // node_modules/highlight.js/lib/languages/tcl.js
77315
77676
  var require_tcl = __commonJS({
77316
77677
  "node_modules/highlight.js/lib/languages/tcl.js"(exports, module) {
77678
+ init_define_HUM_CORE_SUBS();
77317
77679
  function source(re) {
77318
77680
  if (!re) return null;
77319
77681
  if (typeof re === "string") return re;
@@ -77393,6 +77755,7 @@ var require_tcl = __commonJS({
77393
77755
  // node_modules/highlight.js/lib/languages/thrift.js
77394
77756
  var require_thrift = __commonJS({
77395
77757
  "node_modules/highlight.js/lib/languages/thrift.js"(exports, module) {
77758
+ init_define_HUM_CORE_SUBS();
77396
77759
  function thrift(hljs) {
77397
77760
  const BUILT_IN_TYPES = "bool byte i16 i32 i64 double string binary";
77398
77761
  return {
@@ -77438,6 +77801,7 @@ var require_thrift = __commonJS({
77438
77801
  // node_modules/highlight.js/lib/languages/tp.js
77439
77802
  var require_tp = __commonJS({
77440
77803
  "node_modules/highlight.js/lib/languages/tp.js"(exports, module) {
77804
+ init_define_HUM_CORE_SUBS();
77441
77805
  function tp(hljs) {
77442
77806
  const TPID = {
77443
77807
  className: "number",
@@ -77525,6 +77889,7 @@ var require_tp = __commonJS({
77525
77889
  // node_modules/highlight.js/lib/languages/twig.js
77526
77890
  var require_twig = __commonJS({
77527
77891
  "node_modules/highlight.js/lib/languages/twig.js"(exports, module) {
77892
+ init_define_HUM_CORE_SUBS();
77528
77893
  function twig(hljs) {
77529
77894
  var PARAMS = {
77530
77895
  className: "params",
@@ -77591,6 +77956,7 @@ var require_twig = __commonJS({
77591
77956
  // node_modules/highlight.js/lib/languages/typescript.js
77592
77957
  var require_typescript = __commonJS({
77593
77958
  "node_modules/highlight.js/lib/languages/typescript.js"(exports, module) {
77959
+ init_define_HUM_CORE_SUBS();
77594
77960
  var IDENT_RE = "[A-Za-z$_][0-9A-Za-z$_]*";
77595
77961
  var KEYWORDS = [
77596
77962
  "as",
@@ -78215,6 +78581,7 @@ var require_typescript = __commonJS({
78215
78581
  // node_modules/highlight.js/lib/languages/vala.js
78216
78582
  var require_vala = __commonJS({
78217
78583
  "node_modules/highlight.js/lib/languages/vala.js"(exports, module) {
78584
+ init_define_HUM_CORE_SUBS();
78218
78585
  function vala(hljs) {
78219
78586
  return {
78220
78587
  name: "Vala",
@@ -78262,6 +78629,7 @@ var require_vala = __commonJS({
78262
78629
  // node_modules/highlight.js/lib/languages/vbnet.js
78263
78630
  var require_vbnet = __commonJS({
78264
78631
  "node_modules/highlight.js/lib/languages/vbnet.js"(exports, module) {
78632
+ init_define_HUM_CORE_SUBS();
78265
78633
  function source(re) {
78266
78634
  if (!re) return null;
78267
78635
  if (typeof re === "string") return re;
@@ -78422,6 +78790,7 @@ var require_vbnet = __commonJS({
78422
78790
  // node_modules/highlight.js/lib/languages/vbscript.js
78423
78791
  var require_vbscript = __commonJS({
78424
78792
  "node_modules/highlight.js/lib/languages/vbscript.js"(exports, module) {
78793
+ init_define_HUM_CORE_SUBS();
78425
78794
  function source(re) {
78426
78795
  if (!re) return null;
78427
78796
  if (typeof re === "string") return re;
@@ -78486,6 +78855,7 @@ var require_vbscript = __commonJS({
78486
78855
  // node_modules/highlight.js/lib/languages/vbscript-html.js
78487
78856
  var require_vbscript_html = __commonJS({
78488
78857
  "node_modules/highlight.js/lib/languages/vbscript-html.js"(exports, module) {
78858
+ init_define_HUM_CORE_SUBS();
78489
78859
  function vbscriptHtml(hljs) {
78490
78860
  return {
78491
78861
  name: "VBScript in HTML",
@@ -78506,6 +78876,7 @@ var require_vbscript_html = __commonJS({
78506
78876
  // node_modules/highlight.js/lib/languages/verilog.js
78507
78877
  var require_verilog = __commonJS({
78508
78878
  "node_modules/highlight.js/lib/languages/verilog.js"(exports, module) {
78879
+ init_define_HUM_CORE_SUBS();
78509
78880
  function verilog(hljs) {
78510
78881
  const SV_KEYWORDS = {
78511
78882
  $pattern: /[\w\$]+/,
@@ -78574,6 +78945,7 @@ var require_verilog = __commonJS({
78574
78945
  // node_modules/highlight.js/lib/languages/vhdl.js
78575
78946
  var require_vhdl = __commonJS({
78576
78947
  "node_modules/highlight.js/lib/languages/vhdl.js"(exports, module) {
78948
+ init_define_HUM_CORE_SUBS();
78577
78949
  function vhdl(hljs) {
78578
78950
  const INTEGER_RE = "\\d(_|\\d)*";
78579
78951
  const EXPONENT_RE = "[eE][-+]?" + INTEGER_RE;
@@ -78621,6 +78993,7 @@ var require_vhdl = __commonJS({
78621
78993
  // node_modules/highlight.js/lib/languages/vim.js
78622
78994
  var require_vim = __commonJS({
78623
78995
  "node_modules/highlight.js/lib/languages/vim.js"(exports, module) {
78996
+ init_define_HUM_CORE_SUBS();
78624
78997
  function vim(hljs) {
78625
78998
  return {
78626
78999
  name: "Vim Script",
@@ -78691,6 +79064,7 @@ var require_vim = __commonJS({
78691
79064
  // node_modules/highlight.js/lib/languages/x86asm.js
78692
79065
  var require_x86asm = __commonJS({
78693
79066
  "node_modules/highlight.js/lib/languages/x86asm.js"(exports, module) {
79067
+ init_define_HUM_CORE_SUBS();
78694
79068
  function x86asm(hljs) {
78695
79069
  return {
78696
79070
  name: "Intel x86 Assembly",
@@ -78793,6 +79167,7 @@ var require_x86asm = __commonJS({
78793
79167
  // node_modules/highlight.js/lib/languages/xl.js
78794
79168
  var require_xl = __commonJS({
78795
79169
  "node_modules/highlight.js/lib/languages/xl.js"(exports, module) {
79170
+ init_define_HUM_CORE_SUBS();
78796
79171
  function xl(hljs) {
78797
79172
  const BUILTIN_MODULES = "ObjectLoader Animate MovieCredits Slides Filters Shading Materials LensFlare Mapping VLCAudioVideo StereoDecoder PointCloud NetworkAccess RemoteControl RegExp ChromaKey Snowfall NodeJS Speech Charts";
78798
79173
  const XL_KEYWORDS = {
@@ -78866,6 +79241,7 @@ var require_xl = __commonJS({
78866
79241
  // node_modules/highlight.js/lib/languages/xquery.js
78867
79242
  var require_xquery = __commonJS({
78868
79243
  "node_modules/highlight.js/lib/languages/xquery.js"(exports, module) {
79244
+ init_define_HUM_CORE_SUBS();
78869
79245
  function xquery(_hljs) {
78870
79246
  const KEYWORDS = "module schema namespace boundary-space preserve no-preserve strip default collation base-uri ordering context decimal-format decimal-separator copy-namespaces empty-sequence except exponent-separator external grouping-separator inherit no-inherit lax minus-sign per-mille percent schema-attribute schema-element strict unordered zero-digit declare import option function validate variable for at in let where order group by return if then else tumbling sliding window start when only end previous next stable ascending descending allowing empty greatest least some every satisfies switch case typeswitch try catch and or to union intersect instance of treat as castable cast map array delete insert into replace value rename copy modify update";
78871
79247
  const TYPE = "item document-node node attribute document element comment namespace namespace-node processing-instruction text construction xs:anyAtomicType xs:untypedAtomic xs:duration xs:time xs:decimal xs:float xs:double xs:gYearMonth xs:gYear xs:gMonthDay xs:gMonth xs:gDay xs:boolean xs:base64Binary xs:hexBinary xs:anyURI xs:QName xs:NOTATION xs:dateTime xs:dateTimeStamp xs:date xs:string xs:normalizedString xs:token xs:language xs:NMTOKEN xs:Name xs:NCName xs:ID xs:IDREF xs:ENTITY xs:integer xs:nonPositiveInteger xs:negativeInteger xs:long xs:int xs:short xs:byte xs:nonNegativeInteger xs:unisignedLong xs:unsignedInt xs:unsignedShort xs:unsignedByte xs:positiveInteger xs:yearMonthDuration xs:dayTimeDuration";
@@ -79023,6 +79399,7 @@ var require_xquery = __commonJS({
79023
79399
  // node_modules/highlight.js/lib/languages/zephir.js
79024
79400
  var require_zephir = __commonJS({
79025
79401
  "node_modules/highlight.js/lib/languages/zephir.js"(exports, module) {
79402
+ init_define_HUM_CORE_SUBS();
79026
79403
  function zephir(hljs) {
79027
79404
  const STRING = {
79028
79405
  className: "string",
@@ -79137,6 +79514,7 @@ var require_zephir = __commonJS({
79137
79514
  // node_modules/highlight.js/lib/index.js
79138
79515
  var require_lib = __commonJS({
79139
79516
  "node_modules/highlight.js/lib/index.js"(exports, module) {
79517
+ init_define_HUM_CORE_SUBS();
79140
79518
  var hljs = require_core();
79141
79519
  hljs.registerLanguage("1c", require_c());
79142
79520
  hljs.registerLanguage("abnf", require_abnf());
@@ -79337,6 +79715,7 @@ var require_lib = __commonJS({
79337
79715
  var require_unicode = __commonJS({
79338
79716
  "node_modules/parse5/lib/common/unicode.js"(exports) {
79339
79717
  "use strict";
79718
+ init_define_HUM_CORE_SUBS();
79340
79719
  var UNDEFINED_CODE_POINTS = [
79341
79720
  65534,
79342
79721
  65535,
@@ -79444,6 +79823,7 @@ var require_unicode = __commonJS({
79444
79823
  var require_error_codes = __commonJS({
79445
79824
  "node_modules/parse5/lib/common/error-codes.js"(exports, module) {
79446
79825
  "use strict";
79826
+ init_define_HUM_CORE_SUBS();
79447
79827
  module.exports = {
79448
79828
  controlCharacterInInputStream: "control-character-in-input-stream",
79449
79829
  noncharacterInInputStream: "noncharacter-in-input-stream",
@@ -79513,6 +79893,7 @@ var require_error_codes = __commonJS({
79513
79893
  var require_preprocessor = __commonJS({
79514
79894
  "node_modules/parse5/lib/tokenizer/preprocessor.js"(exports, module) {
79515
79895
  "use strict";
79896
+ init_define_HUM_CORE_SUBS();
79516
79897
  var unicode = require_unicode();
79517
79898
  var ERR = require_error_codes();
79518
79899
  var $ = unicode.CODE_POINTS;
@@ -79623,6 +80004,7 @@ var require_preprocessor = __commonJS({
79623
80004
  var require_named_entity_data = __commonJS({
79624
80005
  "node_modules/parse5/lib/tokenizer/named-entity-data.js"(exports, module) {
79625
80006
  "use strict";
80007
+ init_define_HUM_CORE_SUBS();
79626
80008
  module.exports = new Uint16Array([4, 52, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 106, 303, 412, 810, 1432, 1701, 1796, 1987, 2114, 2360, 2420, 2484, 3170, 3251, 4140, 4393, 4575, 4610, 5106, 5512, 5728, 6117, 6274, 6315, 6345, 6427, 6516, 7002, 7910, 8733, 9323, 9870, 10170, 10631, 10893, 11318, 11386, 11467, 12773, 13092, 14474, 14922, 15448, 15542, 16419, 17666, 18166, 18611, 19004, 19095, 19298, 19397, 4, 16, 69, 77, 97, 98, 99, 102, 103, 108, 109, 110, 111, 112, 114, 115, 116, 117, 140, 150, 158, 169, 176, 194, 199, 210, 216, 222, 226, 242, 256, 266, 283, 294, 108, 105, 103, 5, 198, 1, 59, 148, 1, 198, 80, 5, 38, 1, 59, 156, 1, 38, 99, 117, 116, 101, 5, 193, 1, 59, 167, 1, 193, 114, 101, 118, 101, 59, 1, 258, 4, 2, 105, 121, 182, 191, 114, 99, 5, 194, 1, 59, 189, 1, 194, 59, 1, 1040, 114, 59, 3, 55349, 56580, 114, 97, 118, 101, 5, 192, 1, 59, 208, 1, 192, 112, 104, 97, 59, 1, 913, 97, 99, 114, 59, 1, 256, 100, 59, 1, 10835, 4, 2, 103, 112, 232, 237, 111, 110, 59, 1, 260, 102, 59, 3, 55349, 56632, 112, 108, 121, 70, 117, 110, 99, 116, 105, 111, 110, 59, 1, 8289, 105, 110, 103, 5, 197, 1, 59, 264, 1, 197, 4, 2, 99, 115, 272, 277, 114, 59, 3, 55349, 56476, 105, 103, 110, 59, 1, 8788, 105, 108, 100, 101, 5, 195, 1, 59, 292, 1, 195, 109, 108, 5, 196, 1, 59, 301, 1, 196, 4, 8, 97, 99, 101, 102, 111, 114, 115, 117, 321, 350, 354, 383, 388, 394, 400, 405, 4, 2, 99, 114, 327, 336, 107, 115, 108, 97, 115, 104, 59, 1, 8726, 4, 2, 118, 119, 342, 345, 59, 1, 10983, 101, 100, 59, 1, 8966, 121, 59, 1, 1041, 4, 3, 99, 114, 116, 362, 369, 379, 97, 117, 115, 101, 59, 1, 8757, 110, 111, 117, 108, 108, 105, 115, 59, 1, 8492, 97, 59, 1, 914, 114, 59, 3, 55349, 56581, 112, 102, 59, 3, 55349, 56633, 101, 118, 101, 59, 1, 728, 99, 114, 59, 1, 8492, 109, 112, 101, 113, 59, 1, 8782, 4, 14, 72, 79, 97, 99, 100, 101, 102, 104, 105, 108, 111, 114, 115, 117, 442, 447, 456, 504, 542, 547, 569, 573, 577, 616, 678, 784, 790, 796, 99, 121, 59, 1, 1063, 80, 89, 5, 169, 1, 59, 454, 1, 169, 4, 3, 99, 112, 121, 464, 470, 497, 117, 116, 101, 59, 1, 262, 4, 2, 59, 105, 476, 478, 1, 8914, 116, 97, 108, 68, 105, 102, 102, 101, 114, 101, 110, 116, 105, 97, 108, 68, 59, 1, 8517, 108, 101, 121, 115, 59, 1, 8493, 4, 4, 97, 101, 105, 111, 514, 520, 530, 535, 114, 111, 110, 59, 1, 268, 100, 105, 108, 5, 199, 1, 59, 528, 1, 199, 114, 99, 59, 1, 264, 110, 105, 110, 116, 59, 1, 8752, 111, 116, 59, 1, 266, 4, 2, 100, 110, 553, 560, 105, 108, 108, 97, 59, 1, 184, 116, 101, 114, 68, 111, 116, 59, 1, 183, 114, 59, 1, 8493, 105, 59, 1, 935, 114, 99, 108, 101, 4, 4, 68, 77, 80, 84, 591, 596, 603, 609, 111, 116, 59, 1, 8857, 105, 110, 117, 115, 59, 1, 8854, 108, 117, 115, 59, 1, 8853, 105, 109, 101, 115, 59, 1, 8855, 111, 4, 2, 99, 115, 623, 646, 107, 119, 105, 115, 101, 67, 111, 110, 116, 111, 117, 114, 73, 110, 116, 101, 103, 114, 97, 108, 59, 1, 8754, 101, 67, 117, 114, 108, 121, 4, 2, 68, 81, 658, 671, 111, 117, 98, 108, 101, 81, 117, 111, 116, 101, 59, 1, 8221, 117, 111, 116, 101, 59, 1, 8217, 4, 4, 108, 110, 112, 117, 688, 701, 736, 753, 111, 110, 4, 2, 59, 101, 696, 698, 1, 8759, 59, 1, 10868, 4, 3, 103, 105, 116, 709, 717, 722, 114, 117, 101, 110, 116, 59, 1, 8801, 110, 116, 59, 1, 8751, 111, 117, 114, 73, 110, 116, 101, 103, 114, 97, 108, 59, 1, 8750, 4, 2, 102, 114, 742, 745, 59, 1, 8450, 111, 100, 117, 99, 116, 59, 1, 8720, 110, 116, 101, 114, 67, 108, 111, 99, 107, 119, 105, 115, 101, 67, 111, 110, 116, 111, 117, 114, 73, 110, 116, 101, 103, 114, 97, 108, 59, 1, 8755, 111, 115, 115, 59, 1, 10799, 99, 114, 59, 3, 55349, 56478, 112, 4, 2, 59, 67, 803, 805, 1, 8915, 97, 112, 59, 1, 8781, 4, 11, 68, 74, 83, 90, 97, 99, 101, 102, 105, 111, 115, 834, 850, 855, 860, 865, 888, 903, 916, 921, 1011, 1415, 4, 2, 59, 111, 840, 842, 1, 8517, 116, 114, 97, 104, 100, 59, 1, 10513, 99, 121, 59, 1, 1026, 99, 121, 59, 1, 1029, 99, 121, 59, 1, 1039, 4, 3, 103, 114, 115, 873, 879, 883, 103, 101, 114, 59, 1, 8225, 114, 59, 1, 8609, 104, 118, 59, 1, 10980, 4, 2, 97, 121, 894, 900, 114, 111, 110, 59, 1, 270, 59, 1, 1044, 108, 4, 2, 59, 116, 910, 912, 1, 8711, 97, 59, 1, 916, 114, 59, 3, 55349, 56583, 4, 2, 97, 102, 927, 998, 4, 2, 99, 109, 933, 992, 114, 105, 116, 105, 99, 97, 108, 4, 4, 65, 68, 71, 84, 950, 957, 978, 985, 99, 117, 116, 101, 59, 1, 180, 111, 4, 2, 116, 117, 964, 967, 59, 1, 729, 98, 108, 101, 65, 99, 117, 116, 101, 59, 1, 733, 114, 97, 118, 101, 59, 1, 96, 105, 108, 100, 101, 59, 1, 732, 111, 110, 100, 59, 1, 8900, 102, 101, 114, 101, 110, 116, 105, 97, 108, 68, 59, 1, 8518, 4, 4, 112, 116, 117, 119, 1021, 1026, 1048, 1249, 102, 59, 3, 55349, 56635, 4, 3, 59, 68, 69, 1034, 1036, 1041, 1, 168, 111, 116, 59, 1, 8412, 113, 117, 97, 108, 59, 1, 8784, 98, 108, 101, 4, 6, 67, 68, 76, 82, 85, 86, 1065, 1082, 1101, 1189, 1211, 1236, 111, 110, 116, 111, 117, 114, 73, 110, 116, 101, 103, 114, 97, 108, 59, 1, 8751, 111, 4, 2, 116, 119, 1089, 1092, 59, 1, 168, 110, 65, 114, 114, 111, 119, 59, 1, 8659, 4, 2, 101, 111, 1107, 1141, 102, 116, 4, 3, 65, 82, 84, 1117, 1124, 1136, 114, 114, 111, 119, 59, 1, 8656, 105, 103, 104, 116, 65, 114, 114, 111, 119, 59, 1, 8660, 101, 101, 59, 1, 10980, 110, 103, 4, 2, 76, 82, 1149, 1177, 101, 102, 116, 4, 2, 65, 82, 1158, 1165, 114, 114, 111, 119, 59, 1, 10232, 105, 103, 104, 116, 65, 114, 114, 111, 119, 59, 1, 10234, 105, 103, 104, 116, 65, 114, 114, 111, 119, 59, 1, 10233, 105, 103, 104, 116, 4, 2, 65, 84, 1199, 1206, 114, 114, 111, 119, 59, 1, 8658, 101, 101, 59, 1, 8872, 112, 4, 2, 65, 68, 1218, 1225, 114, 114, 111, 119, 59, 1, 8657, 111, 119, 110, 65, 114, 114, 111, 119, 59, 1, 8661, 101, 114, 116, 105, 99, 97, 108, 66, 97, 114, 59, 1, 8741, 110, 4, 6, 65, 66, 76, 82, 84, 97, 1264, 1292, 1299, 1352, 1391, 1408, 114, 114, 111, 119, 4, 3, 59, 66, 85, 1276, 1278, 1283, 1, 8595, 97, 114, 59, 1, 10515, 112, 65, 114, 114, 111, 119, 59, 1, 8693, 114, 101, 118, 101, 59, 1, 785, 101, 102, 116, 4, 3, 82, 84, 86, 1310, 1323, 1334, 105, 103, 104, 116, 86, 101, 99, 116, 111, 114, 59, 1, 10576, 101, 101, 86, 101, 99, 116, 111, 114, 59, 1, 10590, 101, 99, 116, 111, 114, 4, 2, 59, 66, 1345, 1347, 1, 8637, 97, 114, 59, 1, 10582, 105, 103, 104, 116, 4, 2, 84, 86, 1362, 1373, 101, 101, 86, 101, 99, 116, 111, 114, 59, 1, 10591, 101, 99, 116, 111, 114, 4, 2, 59, 66, 1384, 1386, 1, 8641, 97, 114, 59, 1, 10583, 101, 101, 4, 2, 59, 65, 1399, 1401, 1, 8868, 114, 114, 111, 119, 59, 1, 8615, 114, 114, 111, 119, 59, 1, 8659, 4, 2, 99, 116, 1421, 1426, 114, 59, 3, 55349, 56479, 114, 111, 107, 59, 1, 272, 4, 16, 78, 84, 97, 99, 100, 102, 103, 108, 109, 111, 112, 113, 115, 116, 117, 120, 1466, 1470, 1478, 1489, 1515, 1520, 1525, 1536, 1544, 1593, 1609, 1617, 1650, 1664, 1668, 1677, 71, 59, 1, 330, 72, 5, 208, 1, 59, 1476, 1, 208, 99, 117, 116, 101, 5, 201, 1, 59, 1487, 1, 201, 4, 3, 97, 105, 121, 1497, 1503, 1512, 114, 111, 110, 59, 1, 282, 114, 99, 5, 202, 1, 59, 1510, 1, 202, 59, 1, 1069, 111, 116, 59, 1, 278, 114, 59, 3, 55349, 56584, 114, 97, 118, 101, 5, 200, 1, 59, 1534, 1, 200, 101, 109, 101, 110, 116, 59, 1, 8712, 4, 2, 97, 112, 1550, 1555, 99, 114, 59, 1, 274, 116, 121, 4, 2, 83, 86, 1563, 1576, 109, 97, 108, 108, 83, 113, 117, 97, 114, 101, 59, 1, 9723, 101, 114, 121, 83, 109, 97, 108, 108, 83, 113, 117, 97, 114, 101, 59, 1, 9643, 4, 2, 103, 112, 1599, 1604, 111, 110, 59, 1, 280, 102, 59, 3, 55349, 56636, 115, 105, 108, 111, 110, 59, 1, 917, 117, 4, 2, 97, 105, 1624, 1640, 108, 4, 2, 59, 84, 1631, 1633, 1, 10869, 105, 108, 100, 101, 59, 1, 8770, 108, 105, 98, 114, 105, 117, 109, 59, 1, 8652, 4, 2, 99, 105, 1656, 1660, 114, 59, 1, 8496, 109, 59, 1, 10867, 97, 59, 1, 919, 109, 108, 5, 203, 1, 59, 1675, 1, 203, 4, 2, 105, 112, 1683, 1689, 115, 116, 115, 59, 1, 8707, 111, 110, 101, 110, 116, 105, 97, 108, 69, 59, 1, 8519, 4, 5, 99, 102, 105, 111, 115, 1713, 1717, 1722, 1762, 1791, 121, 59, 1, 1060, 114, 59, 3, 55349, 56585, 108, 108, 101, 100, 4, 2, 83, 86, 1732, 1745, 109, 97, 108, 108, 83, 113, 117, 97, 114, 101, 59, 1, 9724, 101, 114, 121, 83, 109, 97, 108, 108, 83, 113, 117, 97, 114, 101, 59, 1, 9642, 4, 3, 112, 114, 117, 1770, 1775, 1781, 102, 59, 3, 55349, 56637, 65, 108, 108, 59, 1, 8704, 114, 105, 101, 114, 116, 114, 102, 59, 1, 8497, 99, 114, 59, 1, 8497, 4, 12, 74, 84, 97, 98, 99, 100, 102, 103, 111, 114, 115, 116, 1822, 1827, 1834, 1848, 1855, 1877, 1882, 1887, 1890, 1896, 1978, 1984, 99, 121, 59, 1, 1027, 5, 62, 1, 59, 1832, 1, 62, 109, 109, 97, 4, 2, 59, 100, 1843, 1845, 1, 915, 59, 1, 988, 114, 101, 118, 101, 59, 1, 286, 4, 3, 101, 105, 121, 1863, 1869, 1874, 100, 105, 108, 59, 1, 290, 114, 99, 59, 1, 284, 59, 1, 1043, 111, 116, 59, 1, 288, 114, 59, 3, 55349, 56586, 59, 1, 8921, 112, 102, 59, 3, 55349, 56638, 101, 97, 116, 101, 114, 4, 6, 69, 70, 71, 76, 83, 84, 1915, 1933, 1944, 1953, 1959, 1971, 113, 117, 97, 108, 4, 2, 59, 76, 1925, 1927, 1, 8805, 101, 115, 115, 59, 1, 8923, 117, 108, 108, 69, 113, 117, 97, 108, 59, 1, 8807, 114, 101, 97, 116, 101, 114, 59, 1, 10914, 101, 115, 115, 59, 1, 8823, 108, 97, 110, 116, 69, 113, 117, 97, 108, 59, 1, 10878, 105, 108, 100, 101, 59, 1, 8819, 99, 114, 59, 3, 55349, 56482, 59, 1, 8811, 4, 8, 65, 97, 99, 102, 105, 111, 115, 117, 2005, 2012, 2026, 2032, 2036, 2049, 2073, 2089, 82, 68, 99, 121, 59, 1, 1066, 4, 2, 99, 116, 2018, 2023, 101, 107, 59, 1, 711, 59, 1, 94, 105, 114, 99, 59, 1, 292, 114, 59, 1, 8460, 108, 98, 101, 114, 116, 83, 112, 97, 99, 101, 59, 1, 8459, 4, 2, 112, 114, 2055, 2059, 102, 59, 1, 8461, 105, 122, 111, 110, 116, 97, 108, 76, 105, 110, 101, 59, 1, 9472, 4, 2, 99, 116, 2079, 2083, 114, 59, 1, 8459, 114, 111, 107, 59, 1, 294, 109, 112, 4, 2, 68, 69, 2097, 2107, 111, 119, 110, 72, 117, 109, 112, 59, 1, 8782, 113, 117, 97, 108, 59, 1, 8783, 4, 14, 69, 74, 79, 97, 99, 100, 102, 103, 109, 110, 111, 115, 116, 117, 2144, 2149, 2155, 2160, 2171, 2189, 2194, 2198, 2209, 2245, 2307, 2329, 2334, 2341, 99, 121, 59, 1, 1045, 108, 105, 103, 59, 1, 306, 99, 121, 59, 1, 1025, 99, 117, 116, 101, 5, 205, 1, 59, 2169, 1, 205, 4, 2, 105, 121, 2177, 2186, 114, 99, 5, 206, 1, 59, 2184, 1, 206, 59, 1, 1048, 111, 116, 59, 1, 304, 114, 59, 1, 8465, 114, 97, 118, 101, 5, 204, 1, 59, 2207, 1, 204, 4, 3, 59, 97, 112, 2217, 2219, 2238, 1, 8465, 4, 2, 99, 103, 2225, 2229, 114, 59, 1, 298, 105, 110, 97, 114, 121, 73, 59, 1, 8520, 108, 105, 101, 115, 59, 1, 8658, 4, 2, 116, 118, 2251, 2281, 4, 2, 59, 101, 2257, 2259, 1, 8748, 4, 2, 103, 114, 2265, 2271, 114, 97, 108, 59, 1, 8747, 115, 101, 99, 116, 105, 111, 110, 59, 1, 8898, 105, 115, 105, 98, 108, 101, 4, 2, 67, 84, 2293, 2300, 111, 109, 109, 97, 59, 1, 8291, 105, 109, 101, 115, 59, 1, 8290, 4, 3, 103, 112, 116, 2315, 2320, 2325, 111, 110, 59, 1, 302, 102, 59, 3, 55349, 56640, 97, 59, 1, 921, 99, 114, 59, 1, 8464, 105, 108, 100, 101, 59, 1, 296, 4, 2, 107, 109, 2347, 2352, 99, 121, 59, 1, 1030, 108, 5, 207, 1, 59, 2358, 1, 207, 4, 5, 99, 102, 111, 115, 117, 2372, 2386, 2391, 2397, 2414, 4, 2, 105, 121, 2378, 2383, 114, 99, 59, 1, 308, 59, 1, 1049, 114, 59, 3, 55349, 56589, 112, 102, 59, 3, 55349, 56641, 4, 2, 99, 101, 2403, 2408, 114, 59, 3, 55349, 56485, 114, 99, 121, 59, 1, 1032, 107, 99, 121, 59, 1, 1028, 4, 7, 72, 74, 97, 99, 102, 111, 115, 2436, 2441, 2446, 2452, 2467, 2472, 2478, 99, 121, 59, 1, 1061, 99, 121, 59, 1, 1036, 112, 112, 97, 59, 1, 922, 4, 2, 101, 121, 2458, 2464, 100, 105, 108, 59, 1, 310, 59, 1, 1050, 114, 59, 3, 55349, 56590, 112, 102, 59, 3, 55349, 56642, 99, 114, 59, 3, 55349, 56486, 4, 11, 74, 84, 97, 99, 101, 102, 108, 109, 111, 115, 116, 2508, 2513, 2520, 2562, 2585, 2981, 2986, 3004, 3011, 3146, 3167, 99, 121, 59, 1, 1033, 5, 60, 1, 59, 2518, 1, 60, 4, 5, 99, 109, 110, 112, 114, 2532, 2538, 2544, 2548, 2558, 117, 116, 101, 59, 1, 313, 98, 100, 97, 59, 1, 923, 103, 59, 1, 10218, 108, 97, 99, 101, 116, 114, 102, 59, 1, 8466, 114, 59, 1, 8606, 4, 3, 97, 101, 121, 2570, 2576, 2582, 114, 111, 110, 59, 1, 317, 100, 105, 108, 59, 1, 315, 59, 1, 1051, 4, 2, 102, 115, 2591, 2907, 116, 4, 10, 65, 67, 68, 70, 82, 84, 85, 86, 97, 114, 2614, 2663, 2672, 2728, 2735, 2760, 2820, 2870, 2888, 2895, 4, 2, 110, 114, 2620, 2633, 103, 108, 101, 66, 114, 97, 99, 107, 101, 116, 59, 1, 10216, 114, 111, 119, 4, 3, 59, 66, 82, 2644, 2646, 2651, 1, 8592, 97, 114, 59, 1, 8676, 105, 103, 104, 116, 65, 114, 114, 111, 119, 59, 1, 8646, 101, 105, 108, 105, 110, 103, 59, 1, 8968, 111, 4, 2, 117, 119, 2679, 2692, 98, 108, 101, 66, 114, 97, 99, 107, 101, 116, 59, 1, 10214, 110, 4, 2, 84, 86, 2699, 2710, 101, 101, 86, 101, 99, 116, 111, 114, 59, 1, 10593, 101, 99, 116, 111, 114, 4, 2, 59, 66, 2721, 2723, 1, 8643, 97, 114, 59, 1, 10585, 108, 111, 111, 114, 59, 1, 8970, 105, 103, 104, 116, 4, 2, 65, 86, 2745, 2752, 114, 114, 111, 119, 59, 1, 8596, 101, 99, 116, 111, 114, 59, 1, 10574, 4, 2, 101, 114, 2766, 2792, 101, 4, 3, 59, 65, 86, 2775, 2777, 2784, 1, 8867, 114, 114, 111, 119, 59, 1, 8612, 101, 99, 116, 111, 114, 59, 1, 10586, 105, 97, 110, 103, 108, 101, 4, 3, 59, 66, 69, 2806, 2808, 2813, 1, 8882, 97, 114, 59, 1, 10703, 113, 117, 97, 108, 59, 1, 8884, 112, 4, 3, 68, 84, 86, 2829, 2841, 2852, 111, 119, 110, 86, 101, 99, 116, 111, 114, 59, 1, 10577, 101, 101, 86, 101, 99, 116, 111, 114, 59, 1, 10592, 101, 99, 116, 111, 114, 4, 2, 59, 66, 2863, 2865, 1, 8639, 97, 114, 59, 1, 10584, 101, 99, 116, 111, 114, 4, 2, 59, 66, 2881, 2883, 1, 8636, 97, 114, 59, 1, 10578, 114, 114, 111, 119, 59, 1, 8656, 105, 103, 104, 116, 97, 114, 114, 111, 119, 59, 1, 8660, 115, 4, 6, 69, 70, 71, 76, 83, 84, 2922, 2936, 2947, 2956, 2962, 2974, 113, 117, 97, 108, 71, 114, 101, 97, 116, 101, 114, 59, 1, 8922, 117, 108, 108, 69, 113, 117, 97, 108, 59, 1, 8806, 114, 101, 97, 116, 101, 114, 59, 1, 8822, 101, 115, 115, 59, 1, 10913, 108, 97, 110, 116, 69, 113, 117, 97, 108, 59, 1, 10877, 105, 108, 100, 101, 59, 1, 8818, 114, 59, 3, 55349, 56591, 4, 2, 59, 101, 2992, 2994, 1, 8920, 102, 116, 97, 114, 114, 111, 119, 59, 1, 8666, 105, 100, 111, 116, 59, 1, 319, 4, 3, 110, 112, 119, 3019, 3110, 3115, 103, 4, 4, 76, 82, 108, 114, 3030, 3058, 3070, 3098, 101, 102, 116, 4, 2, 65, 82, 3039, 3046, 114, 114, 111, 119, 59, 1, 10229, 105, 103, 104, 116, 65, 114, 114, 111, 119, 59, 1, 10231, 105, 103, 104, 116, 65, 114, 114, 111, 119, 59, 1, 10230, 101, 102, 116, 4, 2, 97, 114, 3079, 3086, 114, 114, 111, 119, 59, 1, 10232, 105, 103, 104, 116, 97, 114, 114, 111, 119, 59, 1, 10234, 105, 103, 104, 116, 97, 114, 114, 111, 119, 59, 1, 10233, 102, 59, 3, 55349, 56643, 101, 114, 4, 2, 76, 82, 3123, 3134, 101, 102, 116, 65, 114, 114, 111, 119, 59, 1, 8601, 105, 103, 104, 116, 65, 114, 114, 111, 119, 59, 1, 8600, 4, 3, 99, 104, 116, 3154, 3158, 3161, 114, 59, 1, 8466, 59, 1, 8624, 114, 111, 107, 59, 1, 321, 59, 1, 8810, 4, 8, 97, 99, 101, 102, 105, 111, 115, 117, 3188, 3192, 3196, 3222, 3227, 3237, 3243, 3248, 112, 59, 1, 10501, 121, 59, 1, 1052, 4, 2, 100, 108, 3202, 3213, 105, 117, 109, 83, 112, 97, 99, 101, 59, 1, 8287, 108, 105, 110, 116, 114, 102, 59, 1, 8499, 114, 59, 3, 55349, 56592, 110, 117, 115, 80, 108, 117, 115, 59, 1, 8723, 112, 102, 59, 3, 55349, 56644, 99, 114, 59, 1, 8499, 59, 1, 924, 4, 9, 74, 97, 99, 101, 102, 111, 115, 116, 117, 3271, 3276, 3283, 3306, 3422, 3427, 4120, 4126, 4137, 99, 121, 59, 1, 1034, 99, 117, 116, 101, 59, 1, 323, 4, 3, 97, 101, 121, 3291, 3297, 3303, 114, 111, 110, 59, 1, 327, 100, 105, 108, 59, 1, 325, 59, 1, 1053, 4, 3, 103, 115, 119, 3314, 3380, 3415, 97, 116, 105, 118, 101, 4, 3, 77, 84, 86, 3327, 3340, 3365, 101, 100, 105, 117, 109, 83, 112, 97, 99, 101, 59, 1, 8203, 104, 105, 4, 2, 99, 110, 3348, 3357, 107, 83, 112, 97, 99, 101, 59, 1, 8203, 83, 112, 97, 99, 101, 59, 1, 8203, 101, 114, 121, 84, 104, 105, 110, 83, 112, 97, 99, 101, 59, 1, 8203, 116, 101, 100, 4, 2, 71, 76, 3389, 3405, 114, 101, 97, 116, 101, 114, 71, 114, 101, 97, 116, 101, 114, 59, 1, 8811, 101, 115, 115, 76, 101, 115, 115, 59, 1, 8810, 76, 105, 110, 101, 59, 1, 10, 114, 59, 3, 55349, 56593, 4, 4, 66, 110, 112, 116, 3437, 3444, 3460, 3464, 114, 101, 97, 107, 59, 1, 8288, 66, 114, 101, 97, 107, 105, 110, 103, 83, 112, 97, 99, 101, 59, 1, 160, 102, 59, 1, 8469, 4, 13, 59, 67, 68, 69, 71, 72, 76, 78, 80, 82, 83, 84, 86, 3492, 3494, 3517, 3536, 3578, 3657, 3685, 3784, 3823, 3860, 3915, 4066, 4107, 1, 10988, 4, 2, 111, 117, 3500, 3510, 110, 103, 114, 117, 101, 110, 116, 59, 1, 8802, 112, 67, 97, 112, 59, 1, 8813, 111, 117, 98, 108, 101, 86, 101, 114, 116, 105, 99, 97, 108, 66, 97, 114, 59, 1, 8742, 4, 3, 108, 113, 120, 3544, 3552, 3571, 101, 109, 101, 110, 116, 59, 1, 8713, 117, 97, 108, 4, 2, 59, 84, 3561, 3563, 1, 8800, 105, 108, 100, 101, 59, 3, 8770, 824, 105, 115, 116, 115, 59, 1, 8708, 114, 101, 97, 116, 101, 114, 4, 7, 59, 69, 70, 71, 76, 83, 84, 3600, 3602, 3609, 3621, 3631, 3637, 3650, 1, 8815, 113, 117, 97, 108, 59, 1, 8817, 117, 108, 108, 69, 113, 117, 97, 108, 59, 3, 8807, 824, 114, 101, 97, 116, 101, 114, 59, 3, 8811, 824, 101, 115, 115, 59, 1, 8825, 108, 97, 110, 116, 69, 113, 117, 97, 108, 59, 3, 10878, 824, 105, 108, 100, 101, 59, 1, 8821, 117, 109, 112, 4, 2, 68, 69, 3666, 3677, 111, 119, 110, 72, 117, 109, 112, 59, 3, 8782, 824, 113, 117, 97, 108, 59, 3, 8783, 824, 101, 4, 2, 102, 115, 3692, 3724, 116, 84, 114, 105, 97, 110, 103, 108, 101, 4, 3, 59, 66, 69, 3709, 3711, 3717, 1, 8938, 97, 114, 59, 3, 10703, 824, 113, 117, 97, 108, 59, 1, 8940, 115, 4, 6, 59, 69, 71, 76, 83, 84, 3739, 3741, 3748, 3757, 3764, 3777, 1, 8814, 113, 117, 97, 108, 59, 1, 8816, 114, 101, 97, 116, 101, 114, 59, 1, 8824, 101, 115, 115, 59, 3, 8810, 824, 108, 97, 110, 116, 69, 113, 117, 97, 108, 59, 3, 10877, 824, 105, 108, 100, 101, 59, 1, 8820, 101, 115, 116, 101, 100, 4, 2, 71, 76, 3795, 3812, 114, 101, 97, 116, 101, 114, 71, 114, 101, 97, 116, 101, 114, 59, 3, 10914, 824, 101, 115, 115, 76, 101, 115, 115, 59, 3, 10913, 824, 114, 101, 99, 101, 100, 101, 115, 4, 3, 59, 69, 83, 3838, 3840, 3848, 1, 8832, 113, 117, 97, 108, 59, 3, 10927, 824, 108, 97, 110, 116, 69, 113, 117, 97, 108, 59, 1, 8928, 4, 2, 101, 105, 3866, 3881, 118, 101, 114, 115, 101, 69, 108, 101, 109, 101, 110, 116, 59, 1, 8716, 103, 104, 116, 84, 114, 105, 97, 110, 103, 108, 101, 4, 3, 59, 66, 69, 3900, 3902, 3908, 1, 8939, 97, 114, 59, 3, 10704, 824, 113, 117, 97, 108, 59, 1, 8941, 4, 2, 113, 117, 3921, 3973, 117, 97, 114, 101, 83, 117, 4, 2, 98, 112, 3933, 3952, 115, 101, 116, 4, 2, 59, 69, 3942, 3945, 3, 8847, 824, 113, 117, 97, 108, 59, 1, 8930, 101, 114, 115, 101, 116, 4, 2, 59, 69, 3963, 3966, 3, 8848, 824, 113, 117, 97, 108, 59, 1, 8931, 4, 3, 98, 99, 112, 3981, 4e3, 4045, 115, 101, 116, 4, 2, 59, 69, 3990, 3993, 3, 8834, 8402, 113, 117, 97, 108, 59, 1, 8840, 99, 101, 101, 100, 115, 4, 4, 59, 69, 83, 84, 4015, 4017, 4025, 4037, 1, 8833, 113, 117, 97, 108, 59, 3, 10928, 824, 108, 97, 110, 116, 69, 113, 117, 97, 108, 59, 1, 8929, 105, 108, 100, 101, 59, 3, 8831, 824, 101, 114, 115, 101, 116, 4, 2, 59, 69, 4056, 4059, 3, 8835, 8402, 113, 117, 97, 108, 59, 1, 8841, 105, 108, 100, 101, 4, 4, 59, 69, 70, 84, 4080, 4082, 4089, 4100, 1, 8769, 113, 117, 97, 108, 59, 1, 8772, 117, 108, 108, 69, 113, 117, 97, 108, 59, 1, 8775, 105, 108, 100, 101, 59, 1, 8777, 101, 114, 116, 105, 99, 97, 108, 66, 97, 114, 59, 1, 8740, 99, 114, 59, 3, 55349, 56489, 105, 108, 100, 101, 5, 209, 1, 59, 4135, 1, 209, 59, 1, 925, 4, 14, 69, 97, 99, 100, 102, 103, 109, 111, 112, 114, 115, 116, 117, 118, 4170, 4176, 4187, 4205, 4212, 4217, 4228, 4253, 4259, 4292, 4295, 4316, 4337, 4346, 108, 105, 103, 59, 1, 338, 99, 117, 116, 101, 5, 211, 1, 59, 4185, 1, 211, 4, 2, 105, 121, 4193, 4202, 114, 99, 5, 212, 1, 59, 4200, 1, 212, 59, 1, 1054, 98, 108, 97, 99, 59, 1, 336, 114, 59, 3, 55349, 56594, 114, 97, 118, 101, 5, 210, 1, 59, 4226, 1, 210, 4, 3, 97, 101, 105, 4236, 4241, 4246, 99, 114, 59, 1, 332, 103, 97, 59, 1, 937, 99, 114, 111, 110, 59, 1, 927, 112, 102, 59, 3, 55349, 56646, 101, 110, 67, 117, 114, 108, 121, 4, 2, 68, 81, 4272, 4285, 111, 117, 98, 108, 101, 81, 117, 111, 116, 101, 59, 1, 8220, 117, 111, 116, 101, 59, 1, 8216, 59, 1, 10836, 4, 2, 99, 108, 4301, 4306, 114, 59, 3, 55349, 56490, 97, 115, 104, 5, 216, 1, 59, 4314, 1, 216, 105, 4, 2, 108, 109, 4323, 4332, 100, 101, 5, 213, 1, 59, 4330, 1, 213, 101, 115, 59, 1, 10807, 109, 108, 5, 214, 1, 59, 4344, 1, 214, 101, 114, 4, 2, 66, 80, 4354, 4380, 4, 2, 97, 114, 4360, 4364, 114, 59, 1, 8254, 97, 99, 4, 2, 101, 107, 4372, 4375, 59, 1, 9182, 101, 116, 59, 1, 9140, 97, 114, 101, 110, 116, 104, 101, 115, 105, 115, 59, 1, 9180, 4, 9, 97, 99, 102, 104, 105, 108, 111, 114, 115, 4413, 4422, 4426, 4431, 4435, 4438, 4448, 4471, 4561, 114, 116, 105, 97, 108, 68, 59, 1, 8706, 121, 59, 1, 1055, 114, 59, 3, 55349, 56595, 105, 59, 1, 934, 59, 1, 928, 117, 115, 77, 105, 110, 117, 115, 59, 1, 177, 4, 2, 105, 112, 4454, 4467, 110, 99, 97, 114, 101, 112, 108, 97, 110, 101, 59, 1, 8460, 102, 59, 1, 8473, 4, 4, 59, 101, 105, 111, 4481, 4483, 4526, 4531, 1, 10939, 99, 101, 100, 101, 115, 4, 4, 59, 69, 83, 84, 4498, 4500, 4507, 4519, 1, 8826, 113, 117, 97, 108, 59, 1, 10927, 108, 97, 110, 116, 69, 113, 117, 97, 108, 59, 1, 8828, 105, 108, 100, 101, 59, 1, 8830, 109, 101, 59, 1, 8243, 4, 2, 100, 112, 4537, 4543, 117, 99, 116, 59, 1, 8719, 111, 114, 116, 105, 111, 110, 4, 2, 59, 97, 4555, 4557, 1, 8759, 108, 59, 1, 8733, 4, 2, 99, 105, 4567, 4572, 114, 59, 3, 55349, 56491, 59, 1, 936, 4, 4, 85, 102, 111, 115, 4585, 4594, 4599, 4604, 79, 84, 5, 34, 1, 59, 4592, 1, 34, 114, 59, 3, 55349, 56596, 112, 102, 59, 1, 8474, 99, 114, 59, 3, 55349, 56492, 4, 12, 66, 69, 97, 99, 101, 102, 104, 105, 111, 114, 115, 117, 4636, 4642, 4650, 4681, 4704, 4763, 4767, 4771, 5047, 5069, 5081, 5094, 97, 114, 114, 59, 1, 10512, 71, 5, 174, 1, 59, 4648, 1, 174, 4, 3, 99, 110, 114, 4658, 4664, 4668, 117, 116, 101, 59, 1, 340, 103, 59, 1, 10219, 114, 4, 2, 59, 116, 4675, 4677, 1, 8608, 108, 59, 1, 10518, 4, 3, 97, 101, 121, 4689, 4695, 4701, 114, 111, 110, 59, 1, 344, 100, 105, 108, 59, 1, 342, 59, 1, 1056, 4, 2, 59, 118, 4710, 4712, 1, 8476, 101, 114, 115, 101, 4, 2, 69, 85, 4722, 4748, 4, 2, 108, 113, 4728, 4736, 101, 109, 101, 110, 116, 59, 1, 8715, 117, 105, 108, 105, 98, 114, 105, 117, 109, 59, 1, 8651, 112, 69, 113, 117, 105, 108, 105, 98, 114, 105, 117, 109, 59, 1, 10607, 114, 59, 1, 8476, 111, 59, 1, 929, 103, 104, 116, 4, 8, 65, 67, 68, 70, 84, 85, 86, 97, 4792, 4840, 4849, 4905, 4912, 4972, 5022, 5040, 4, 2, 110, 114, 4798, 4811, 103, 108, 101, 66, 114, 97, 99, 107, 101, 116, 59, 1, 10217, 114, 111, 119, 4, 3, 59, 66, 76, 4822, 4824, 4829, 1, 8594, 97, 114, 59, 1, 8677, 101, 102, 116, 65, 114, 114, 111, 119, 59, 1, 8644, 101, 105, 108, 105, 110, 103, 59, 1, 8969, 111, 4, 2, 117, 119, 4856, 4869, 98, 108, 101, 66, 114, 97, 99, 107, 101, 116, 59, 1, 10215, 110, 4, 2, 84, 86, 4876, 4887, 101, 101, 86, 101, 99, 116, 111, 114, 59, 1, 10589, 101, 99, 116, 111, 114, 4, 2, 59, 66, 4898, 4900, 1, 8642, 97, 114, 59, 1, 10581, 108, 111, 111, 114, 59, 1, 8971, 4, 2, 101, 114, 4918, 4944, 101, 4, 3, 59, 65, 86, 4927, 4929, 4936, 1, 8866, 114, 114, 111, 119, 59, 1, 8614, 101, 99, 116, 111, 114, 59, 1, 10587, 105, 97, 110, 103, 108, 101, 4, 3, 59, 66, 69, 4958, 4960, 4965, 1, 8883, 97, 114, 59, 1, 10704, 113, 117, 97, 108, 59, 1, 8885, 112, 4, 3, 68, 84, 86, 4981, 4993, 5004, 111, 119, 110, 86, 101, 99, 116, 111, 114, 59, 1, 10575, 101, 101, 86, 101, 99, 116, 111, 114, 59, 1, 10588, 101, 99, 116, 111, 114, 4, 2, 59, 66, 5015, 5017, 1, 8638, 97, 114, 59, 1, 10580, 101, 99, 116, 111, 114, 4, 2, 59, 66, 5033, 5035, 1, 8640, 97, 114, 59, 1, 10579, 114, 114, 111, 119, 59, 1, 8658, 4, 2, 112, 117, 5053, 5057, 102, 59, 1, 8477, 110, 100, 73, 109, 112, 108, 105, 101, 115, 59, 1, 10608, 105, 103, 104, 116, 97, 114, 114, 111, 119, 59, 1, 8667, 4, 2, 99, 104, 5087, 5091, 114, 59, 1, 8475, 59, 1, 8625, 108, 101, 68, 101, 108, 97, 121, 101, 100, 59, 1, 10740, 4, 13, 72, 79, 97, 99, 102, 104, 105, 109, 111, 113, 115, 116, 117, 5134, 5150, 5157, 5164, 5198, 5203, 5259, 5265, 5277, 5283, 5374, 5380, 5385, 4, 2, 67, 99, 5140, 5146, 72, 99, 121, 59, 1, 1065, 121, 59, 1, 1064, 70, 84, 99, 121, 59, 1, 1068, 99, 117, 116, 101, 59, 1, 346, 4, 5, 59, 97, 101, 105, 121, 5176, 5178, 5184, 5190, 5195, 1, 10940, 114, 111, 110, 59, 1, 352, 100, 105, 108, 59, 1, 350, 114, 99, 59, 1, 348, 59, 1, 1057, 114, 59, 3, 55349, 56598, 111, 114, 116, 4, 4, 68, 76, 82, 85, 5216, 5227, 5238, 5250, 111, 119, 110, 65, 114, 114, 111, 119, 59, 1, 8595, 101, 102, 116, 65, 114, 114, 111, 119, 59, 1, 8592, 105, 103, 104, 116, 65, 114, 114, 111, 119, 59, 1, 8594, 112, 65, 114, 114, 111, 119, 59, 1, 8593, 103, 109, 97, 59, 1, 931, 97, 108, 108, 67, 105, 114, 99, 108, 101, 59, 1, 8728, 112, 102, 59, 3, 55349, 56650, 4, 2, 114, 117, 5289, 5293, 116, 59, 1, 8730, 97, 114, 101, 4, 4, 59, 73, 83, 85, 5306, 5308, 5322, 5367, 1, 9633, 110, 116, 101, 114, 115, 101, 99, 116, 105, 111, 110, 59, 1, 8851, 117, 4, 2, 98, 112, 5329, 5347, 115, 101, 116, 4, 2, 59, 69, 5338, 5340, 1, 8847, 113, 117, 97, 108, 59, 1, 8849, 101, 114, 115, 101, 116, 4, 2, 59, 69, 5358, 5360, 1, 8848, 113, 117, 97, 108, 59, 1, 8850, 110, 105, 111, 110, 59, 1, 8852, 99, 114, 59, 3, 55349, 56494, 97, 114, 59, 1, 8902, 4, 4, 98, 99, 109, 112, 5395, 5420, 5475, 5478, 4, 2, 59, 115, 5401, 5403, 1, 8912, 101, 116, 4, 2, 59, 69, 5411, 5413, 1, 8912, 113, 117, 97, 108, 59, 1, 8838, 4, 2, 99, 104, 5426, 5468, 101, 101, 100, 115, 4, 4, 59, 69, 83, 84, 5440, 5442, 5449, 5461, 1, 8827, 113, 117, 97, 108, 59, 1, 10928, 108, 97, 110, 116, 69, 113, 117, 97, 108, 59, 1, 8829, 105, 108, 100, 101, 59, 1, 8831, 84, 104, 97, 116, 59, 1, 8715, 59, 1, 8721, 4, 3, 59, 101, 115, 5486, 5488, 5507, 1, 8913, 114, 115, 101, 116, 4, 2, 59, 69, 5498, 5500, 1, 8835, 113, 117, 97, 108, 59, 1, 8839, 101, 116, 59, 1, 8913, 4, 11, 72, 82, 83, 97, 99, 102, 104, 105, 111, 114, 115, 5536, 5546, 5552, 5567, 5579, 5602, 5607, 5655, 5695, 5701, 5711, 79, 82, 78, 5, 222, 1, 59, 5544, 1, 222, 65, 68, 69, 59, 1, 8482, 4, 2, 72, 99, 5558, 5563, 99, 121, 59, 1, 1035, 121, 59, 1, 1062, 4, 2, 98, 117, 5573, 5576, 59, 1, 9, 59, 1, 932, 4, 3, 97, 101, 121, 5587, 5593, 5599, 114, 111, 110, 59, 1, 356, 100, 105, 108, 59, 1, 354, 59, 1, 1058, 114, 59, 3, 55349, 56599, 4, 2, 101, 105, 5613, 5631, 4, 2, 114, 116, 5619, 5627, 101, 102, 111, 114, 101, 59, 1, 8756, 97, 59, 1, 920, 4, 2, 99, 110, 5637, 5647, 107, 83, 112, 97, 99, 101, 59, 3, 8287, 8202, 83, 112, 97, 99, 101, 59, 1, 8201, 108, 100, 101, 4, 4, 59, 69, 70, 84, 5668, 5670, 5677, 5688, 1, 8764, 113, 117, 97, 108, 59, 1, 8771, 117, 108, 108, 69, 113, 117, 97, 108, 59, 1, 8773, 105, 108, 100, 101, 59, 1, 8776, 112, 102, 59, 3, 55349, 56651, 105, 112, 108, 101, 68, 111, 116, 59, 1, 8411, 4, 2, 99, 116, 5717, 5722, 114, 59, 3, 55349, 56495, 114, 111, 107, 59, 1, 358, 4, 14, 97, 98, 99, 100, 102, 103, 109, 110, 111, 112, 114, 115, 116, 117, 5758, 5789, 5805, 5823, 5830, 5835, 5846, 5852, 5921, 5937, 6089, 6095, 6101, 6108, 4, 2, 99, 114, 5764, 5774, 117, 116, 101, 5, 218, 1, 59, 5772, 1, 218, 114, 4, 2, 59, 111, 5781, 5783, 1, 8607, 99, 105, 114, 59, 1, 10569, 114, 4, 2, 99, 101, 5796, 5800, 121, 59, 1, 1038, 118, 101, 59, 1, 364, 4, 2, 105, 121, 5811, 5820, 114, 99, 5, 219, 1, 59, 5818, 1, 219, 59, 1, 1059, 98, 108, 97, 99, 59, 1, 368, 114, 59, 3, 55349, 56600, 114, 97, 118, 101, 5, 217, 1, 59, 5844, 1, 217, 97, 99, 114, 59, 1, 362, 4, 2, 100, 105, 5858, 5905, 101, 114, 4, 2, 66, 80, 5866, 5892, 4, 2, 97, 114, 5872, 5876, 114, 59, 1, 95, 97, 99, 4, 2, 101, 107, 5884, 5887, 59, 1, 9183, 101, 116, 59, 1, 9141, 97, 114, 101, 110, 116, 104, 101, 115, 105, 115, 59, 1, 9181, 111, 110, 4, 2, 59, 80, 5913, 5915, 1, 8899, 108, 117, 115, 59, 1, 8846, 4, 2, 103, 112, 5927, 5932, 111, 110, 59, 1, 370, 102, 59, 3, 55349, 56652, 4, 8, 65, 68, 69, 84, 97, 100, 112, 115, 5955, 5985, 5996, 6009, 6026, 6033, 6044, 6075, 114, 114, 111, 119, 4, 3, 59, 66, 68, 5967, 5969, 5974, 1, 8593, 97, 114, 59, 1, 10514, 111, 119, 110, 65, 114, 114, 111, 119, 59, 1, 8645, 111, 119, 110, 65, 114, 114, 111, 119, 59, 1, 8597, 113, 117, 105, 108, 105, 98, 114, 105, 117, 109, 59, 1, 10606, 101, 101, 4, 2, 59, 65, 6017, 6019, 1, 8869, 114, 114, 111, 119, 59, 1, 8613, 114, 114, 111, 119, 59, 1, 8657, 111, 119, 110, 97, 114, 114, 111, 119, 59, 1, 8661, 101, 114, 4, 2, 76, 82, 6052, 6063, 101, 102, 116, 65, 114, 114, 111, 119, 59, 1, 8598, 105, 103, 104, 116, 65, 114, 114, 111, 119, 59, 1, 8599, 105, 4, 2, 59, 108, 6082, 6084, 1, 978, 111, 110, 59, 1, 933, 105, 110, 103, 59, 1, 366, 99, 114, 59, 3, 55349, 56496, 105, 108, 100, 101, 59, 1, 360, 109, 108, 5, 220, 1, 59, 6115, 1, 220, 4, 9, 68, 98, 99, 100, 101, 102, 111, 115, 118, 6137, 6143, 6148, 6152, 6166, 6250, 6255, 6261, 6267, 97, 115, 104, 59, 1, 8875, 97, 114, 59, 1, 10987, 121, 59, 1, 1042, 97, 115, 104, 4, 2, 59, 108, 6161, 6163, 1, 8873, 59, 1, 10982, 4, 2, 101, 114, 6172, 6175, 59, 1, 8897, 4, 3, 98, 116, 121, 6183, 6188, 6238, 97, 114, 59, 1, 8214, 4, 2, 59, 105, 6194, 6196, 1, 8214, 99, 97, 108, 4, 4, 66, 76, 83, 84, 6209, 6214, 6220, 6231, 97, 114, 59, 1, 8739, 105, 110, 101, 59, 1, 124, 101, 112, 97, 114, 97, 116, 111, 114, 59, 1, 10072, 105, 108, 100, 101, 59, 1, 8768, 84, 104, 105, 110, 83, 112, 97, 99, 101, 59, 1, 8202, 114, 59, 3, 55349, 56601, 112, 102, 59, 3, 55349, 56653, 99, 114, 59, 3, 55349, 56497, 100, 97, 115, 104, 59, 1, 8874, 4, 5, 99, 101, 102, 111, 115, 6286, 6292, 6298, 6303, 6309, 105, 114, 99, 59, 1, 372, 100, 103, 101, 59, 1, 8896, 114, 59, 3, 55349, 56602, 112, 102, 59, 3, 55349, 56654, 99, 114, 59, 3, 55349, 56498, 4, 4, 102, 105, 111, 115, 6325, 6330, 6333, 6339, 114, 59, 3, 55349, 56603, 59, 1, 926, 112, 102, 59, 3, 55349, 56655, 99, 114, 59, 3, 55349, 56499, 4, 9, 65, 73, 85, 97, 99, 102, 111, 115, 117, 6365, 6370, 6375, 6380, 6391, 6405, 6410, 6416, 6422, 99, 121, 59, 1, 1071, 99, 121, 59, 1, 1031, 99, 121, 59, 1, 1070, 99, 117, 116, 101, 5, 221, 1, 59, 6389, 1, 221, 4, 2, 105, 121, 6397, 6402, 114, 99, 59, 1, 374, 59, 1, 1067, 114, 59, 3, 55349, 56604, 112, 102, 59, 3, 55349, 56656, 99, 114, 59, 3, 55349, 56500, 109, 108, 59, 1, 376, 4, 8, 72, 97, 99, 100, 101, 102, 111, 115, 6445, 6450, 6457, 6472, 6477, 6501, 6505, 6510, 99, 121, 59, 1, 1046, 99, 117, 116, 101, 59, 1, 377, 4, 2, 97, 121, 6463, 6469, 114, 111, 110, 59, 1, 381, 59, 1, 1047, 111, 116, 59, 1, 379, 4, 2, 114, 116, 6483, 6497, 111, 87, 105, 100, 116, 104, 83, 112, 97, 99, 101, 59, 1, 8203, 97, 59, 1, 918, 114, 59, 1, 8488, 112, 102, 59, 1, 8484, 99, 114, 59, 3, 55349, 56501, 4, 16, 97, 98, 99, 101, 102, 103, 108, 109, 110, 111, 112, 114, 115, 116, 117, 119, 6550, 6561, 6568, 6612, 6622, 6634, 6645, 6672, 6699, 6854, 6870, 6923, 6933, 6963, 6974, 6983, 99, 117, 116, 101, 5, 225, 1, 59, 6559, 1, 225, 114, 101, 118, 101, 59, 1, 259, 4, 6, 59, 69, 100, 105, 117, 121, 6582, 6584, 6588, 6591, 6600, 6609, 1, 8766, 59, 3, 8766, 819, 59, 1, 8767, 114, 99, 5, 226, 1, 59, 6598, 1, 226, 116, 101, 5, 180, 1, 59, 6607, 1, 180, 59, 1, 1072, 108, 105, 103, 5, 230, 1, 59, 6620, 1, 230, 4, 2, 59, 114, 6628, 6630, 1, 8289, 59, 3, 55349, 56606, 114, 97, 118, 101, 5, 224, 1, 59, 6643, 1, 224, 4, 2, 101, 112, 6651, 6667, 4, 2, 102, 112, 6657, 6663, 115, 121, 109, 59, 1, 8501, 104, 59, 1, 8501, 104, 97, 59, 1, 945, 4, 2, 97, 112, 6678, 6692, 4, 2, 99, 108, 6684, 6688, 114, 59, 1, 257, 103, 59, 1, 10815, 5, 38, 1, 59, 6697, 1, 38, 4, 2, 100, 103, 6705, 6737, 4, 5, 59, 97, 100, 115, 118, 6717, 6719, 6724, 6727, 6734, 1, 8743, 110, 100, 59, 1, 10837, 59, 1, 10844, 108, 111, 112, 101, 59, 1, 10840, 59, 1, 10842, 4, 7, 59, 101, 108, 109, 114, 115, 122, 6753, 6755, 6758, 6762, 6814, 6835, 6848, 1, 8736, 59, 1, 10660, 101, 59, 1, 8736, 115, 100, 4, 2, 59, 97, 6770, 6772, 1, 8737, 4, 8, 97, 98, 99, 100, 101, 102, 103, 104, 6790, 6793, 6796, 6799, 6802, 6805, 6808, 6811, 59, 1, 10664, 59, 1, 10665, 59, 1, 10666, 59, 1, 10667, 59, 1, 10668, 59, 1, 10669, 59, 1, 10670, 59, 1, 10671, 116, 4, 2, 59, 118, 6821, 6823, 1, 8735, 98, 4, 2, 59, 100, 6830, 6832, 1, 8894, 59, 1, 10653, 4, 2, 112, 116, 6841, 6845, 104, 59, 1, 8738, 59, 1, 197, 97, 114, 114, 59, 1, 9084, 4, 2, 103, 112, 6860, 6865, 111, 110, 59, 1, 261, 102, 59, 3, 55349, 56658, 4, 7, 59, 69, 97, 101, 105, 111, 112, 6886, 6888, 6891, 6897, 6900, 6904, 6908, 1, 8776, 59, 1, 10864, 99, 105, 114, 59, 1, 10863, 59, 1, 8778, 100, 59, 1, 8779, 115, 59, 1, 39, 114, 111, 120, 4, 2, 59, 101, 6917, 6919, 1, 8776, 113, 59, 1, 8778, 105, 110, 103, 5, 229, 1, 59, 6931, 1, 229, 4, 3, 99, 116, 121, 6941, 6946, 6949, 114, 59, 3, 55349, 56502, 59, 1, 42, 109, 112, 4, 2, 59, 101, 6957, 6959, 1, 8776, 113, 59, 1, 8781, 105, 108, 100, 101, 5, 227, 1, 59, 6972, 1, 227, 109, 108, 5, 228, 1, 59, 6981, 1, 228, 4, 2, 99, 105, 6989, 6997, 111, 110, 105, 110, 116, 59, 1, 8755, 110, 116, 59, 1, 10769, 4, 16, 78, 97, 98, 99, 100, 101, 102, 105, 107, 108, 110, 111, 112, 114, 115, 117, 7036, 7041, 7119, 7135, 7149, 7155, 7219, 7224, 7347, 7354, 7463, 7489, 7786, 7793, 7814, 7866, 111, 116, 59, 1, 10989, 4, 2, 99, 114, 7047, 7094, 107, 4, 4, 99, 101, 112, 115, 7058, 7064, 7073, 7080, 111, 110, 103, 59, 1, 8780, 112, 115, 105, 108, 111, 110, 59, 1, 1014, 114, 105, 109, 101, 59, 1, 8245, 105, 109, 4, 2, 59, 101, 7088, 7090, 1, 8765, 113, 59, 1, 8909, 4, 2, 118, 119, 7100, 7105, 101, 101, 59, 1, 8893, 101, 100, 4, 2, 59, 103, 7113, 7115, 1, 8965, 101, 59, 1, 8965, 114, 107, 4, 2, 59, 116, 7127, 7129, 1, 9141, 98, 114, 107, 59, 1, 9142, 4, 2, 111, 121, 7141, 7146, 110, 103, 59, 1, 8780, 59, 1, 1073, 113, 117, 111, 59, 1, 8222, 4, 5, 99, 109, 112, 114, 116, 7167, 7181, 7188, 7193, 7199, 97, 117, 115, 4, 2, 59, 101, 7176, 7178, 1, 8757, 59, 1, 8757, 112, 116, 121, 118, 59, 1, 10672, 115, 105, 59, 1, 1014, 110, 111, 117, 59, 1, 8492, 4, 3, 97, 104, 119, 7207, 7210, 7213, 59, 1, 946, 59, 1, 8502, 101, 101, 110, 59, 1, 8812, 114, 59, 3, 55349, 56607, 103, 4, 7, 99, 111, 115, 116, 117, 118, 119, 7241, 7262, 7288, 7305, 7328, 7335, 7340, 4, 3, 97, 105, 117, 7249, 7253, 7258, 112, 59, 1, 8898, 114, 99, 59, 1, 9711, 112, 59, 1, 8899, 4, 3, 100, 112, 116, 7270, 7275, 7281, 111, 116, 59, 1, 10752, 108, 117, 115, 59, 1, 10753, 105, 109, 101, 115, 59, 1, 10754, 4, 2, 113, 116, 7294, 7300, 99, 117, 112, 59, 1, 10758, 97, 114, 59, 1, 9733, 114, 105, 97, 110, 103, 108, 101, 4, 2, 100, 117, 7318, 7324, 111, 119, 110, 59, 1, 9661, 112, 59, 1, 9651, 112, 108, 117, 115, 59, 1, 10756, 101, 101, 59, 1, 8897, 101, 100, 103, 101, 59, 1, 8896, 97, 114, 111, 119, 59, 1, 10509, 4, 3, 97, 107, 111, 7362, 7436, 7458, 4, 2, 99, 110, 7368, 7432, 107, 4, 3, 108, 115, 116, 7377, 7386, 7394, 111, 122, 101, 110, 103, 101, 59, 1, 10731, 113, 117, 97, 114, 101, 59, 1, 9642, 114, 105, 97, 110, 103, 108, 101, 4, 4, 59, 100, 108, 114, 7411, 7413, 7419, 7425, 1, 9652, 111, 119, 110, 59, 1, 9662, 101, 102, 116, 59, 1, 9666, 105, 103, 104, 116, 59, 1, 9656, 107, 59, 1, 9251, 4, 2, 49, 51, 7442, 7454, 4, 2, 50, 52, 7448, 7451, 59, 1, 9618, 59, 1, 9617, 52, 59, 1, 9619, 99, 107, 59, 1, 9608, 4, 2, 101, 111, 7469, 7485, 4, 2, 59, 113, 7475, 7478, 3, 61, 8421, 117, 105, 118, 59, 3, 8801, 8421, 116, 59, 1, 8976, 4, 4, 112, 116, 119, 120, 7499, 7504, 7517, 7523, 102, 59, 3, 55349, 56659, 4, 2, 59, 116, 7510, 7512, 1, 8869, 111, 109, 59, 1, 8869, 116, 105, 101, 59, 1, 8904, 4, 12, 68, 72, 85, 86, 98, 100, 104, 109, 112, 116, 117, 118, 7549, 7571, 7597, 7619, 7655, 7660, 7682, 7708, 7715, 7721, 7728, 7750, 4, 4, 76, 82, 108, 114, 7559, 7562, 7565, 7568, 59, 1, 9559, 59, 1, 9556, 59, 1, 9558, 59, 1, 9555, 4, 5, 59, 68, 85, 100, 117, 7583, 7585, 7588, 7591, 7594, 1, 9552, 59, 1, 9574, 59, 1, 9577, 59, 1, 9572, 59, 1, 9575, 4, 4, 76, 82, 108, 114, 7607, 7610, 7613, 7616, 59, 1, 9565, 59, 1, 9562, 59, 1, 9564, 59, 1, 9561, 4, 7, 59, 72, 76, 82, 104, 108, 114, 7635, 7637, 7640, 7643, 7646, 7649, 7652, 1, 9553, 59, 1, 9580, 59, 1, 9571, 59, 1, 9568, 59, 1, 9579, 59, 1, 9570, 59, 1, 9567, 111, 120, 59, 1, 10697, 4, 4, 76, 82, 108, 114, 7670, 7673, 7676, 7679, 59, 1, 9557, 59, 1, 9554, 59, 1, 9488, 59, 1, 9484, 4, 5, 59, 68, 85, 100, 117, 7694, 7696, 7699, 7702, 7705, 1, 9472, 59, 1, 9573, 59, 1, 9576, 59, 1, 9516, 59, 1, 9524, 105, 110, 117, 115, 59, 1, 8863, 108, 117, 115, 59, 1, 8862, 105, 109, 101, 115, 59, 1, 8864, 4, 4, 76, 82, 108, 114, 7738, 7741, 7744, 7747, 59, 1, 9563, 59, 1, 9560, 59, 1, 9496, 59, 1, 9492, 4, 7, 59, 72, 76, 82, 104, 108, 114, 7766, 7768, 7771, 7774, 7777, 7780, 7783, 1, 9474, 59, 1, 9578, 59, 1, 9569, 59, 1, 9566, 59, 1, 9532, 59, 1, 9508, 59, 1, 9500, 114, 105, 109, 101, 59, 1, 8245, 4, 2, 101, 118, 7799, 7804, 118, 101, 59, 1, 728, 98, 97, 114, 5, 166, 1, 59, 7812, 1, 166, 4, 4, 99, 101, 105, 111, 7824, 7829, 7834, 7846, 114, 59, 3, 55349, 56503, 109, 105, 59, 1, 8271, 109, 4, 2, 59, 101, 7841, 7843, 1, 8765, 59, 1, 8909, 108, 4, 3, 59, 98, 104, 7855, 7857, 7860, 1, 92, 59, 1, 10693, 115, 117, 98, 59, 1, 10184, 4, 2, 108, 109, 7872, 7885, 108, 4, 2, 59, 101, 7879, 7881, 1, 8226, 116, 59, 1, 8226, 112, 4, 3, 59, 69, 101, 7894, 7896, 7899, 1, 8782, 59, 1, 10926, 4, 2, 59, 113, 7905, 7907, 1, 8783, 59, 1, 8783, 4, 15, 97, 99, 100, 101, 102, 104, 105, 108, 111, 114, 115, 116, 117, 119, 121, 7942, 8021, 8075, 8080, 8121, 8126, 8157, 8279, 8295, 8430, 8446, 8485, 8491, 8707, 8726, 4, 3, 99, 112, 114, 7950, 7956, 8007, 117, 116, 101, 59, 1, 263, 4, 6, 59, 97, 98, 99, 100, 115, 7970, 7972, 7977, 7984, 7998, 8003, 1, 8745, 110, 100, 59, 1, 10820, 114, 99, 117, 112, 59, 1, 10825, 4, 2, 97, 117, 7990, 7994, 112, 59, 1, 10827, 112, 59, 1, 10823, 111, 116, 59, 1, 10816, 59, 3, 8745, 65024, 4, 2, 101, 111, 8013, 8017, 116, 59, 1, 8257, 110, 59, 1, 711, 4, 4, 97, 101, 105, 117, 8031, 8046, 8056, 8061, 4, 2, 112, 114, 8037, 8041, 115, 59, 1, 10829, 111, 110, 59, 1, 269, 100, 105, 108, 5, 231, 1, 59, 8054, 1, 231, 114, 99, 59, 1, 265, 112, 115, 4, 2, 59, 115, 8069, 8071, 1, 10828, 109, 59, 1, 10832, 111, 116, 59, 1, 267, 4, 3, 100, 109, 110, 8088, 8097, 8104, 105, 108, 5, 184, 1, 59, 8095, 1, 184, 112, 116, 121, 118, 59, 1, 10674, 116, 5, 162, 2, 59, 101, 8112, 8114, 1, 162, 114, 100, 111, 116, 59, 1, 183, 114, 59, 3, 55349, 56608, 4, 3, 99, 101, 105, 8134, 8138, 8154, 121, 59, 1, 1095, 99, 107, 4, 2, 59, 109, 8146, 8148, 1, 10003, 97, 114, 107, 59, 1, 10003, 59, 1, 967, 114, 4, 7, 59, 69, 99, 101, 102, 109, 115, 8174, 8176, 8179, 8258, 8261, 8268, 8273, 1, 9675, 59, 1, 10691, 4, 3, 59, 101, 108, 8187, 8189, 8193, 1, 710, 113, 59, 1, 8791, 101, 4, 2, 97, 100, 8200, 8223, 114, 114, 111, 119, 4, 2, 108, 114, 8210, 8216, 101, 102, 116, 59, 1, 8634, 105, 103, 104, 116, 59, 1, 8635, 4, 5, 82, 83, 97, 99, 100, 8235, 8238, 8241, 8246, 8252, 59, 1, 174, 59, 1, 9416, 115, 116, 59, 1, 8859, 105, 114, 99, 59, 1, 8858, 97, 115, 104, 59, 1, 8861, 59, 1, 8791, 110, 105, 110, 116, 59, 1, 10768, 105, 100, 59, 1, 10991, 99, 105, 114, 59, 1, 10690, 117, 98, 115, 4, 2, 59, 117, 8288, 8290, 1, 9827, 105, 116, 59, 1, 9827, 4, 4, 108, 109, 110, 112, 8305, 8326, 8376, 8400, 111, 110, 4, 2, 59, 101, 8313, 8315, 1, 58, 4, 2, 59, 113, 8321, 8323, 1, 8788, 59, 1, 8788, 4, 2, 109, 112, 8332, 8344, 97, 4, 2, 59, 116, 8339, 8341, 1, 44, 59, 1, 64, 4, 3, 59, 102, 108, 8352, 8354, 8358, 1, 8705, 110, 59, 1, 8728, 101, 4, 2, 109, 120, 8365, 8371, 101, 110, 116, 59, 1, 8705, 101, 115, 59, 1, 8450, 4, 2, 103, 105, 8382, 8395, 4, 2, 59, 100, 8388, 8390, 1, 8773, 111, 116, 59, 1, 10861, 110, 116, 59, 1, 8750, 4, 3, 102, 114, 121, 8408, 8412, 8417, 59, 3, 55349, 56660, 111, 100, 59, 1, 8720, 5, 169, 2, 59, 115, 8424, 8426, 1, 169, 114, 59, 1, 8471, 4, 2, 97, 111, 8436, 8441, 114, 114, 59, 1, 8629, 115, 115, 59, 1, 10007, 4, 2, 99, 117, 8452, 8457, 114, 59, 3, 55349, 56504, 4, 2, 98, 112, 8463, 8474, 4, 2, 59, 101, 8469, 8471, 1, 10959, 59, 1, 10961, 4, 2, 59, 101, 8480, 8482, 1, 10960, 59, 1, 10962, 100, 111, 116, 59, 1, 8943, 4, 7, 100, 101, 108, 112, 114, 118, 119, 8507, 8522, 8536, 8550, 8600, 8697, 8702, 97, 114, 114, 4, 2, 108, 114, 8516, 8519, 59, 1, 10552, 59, 1, 10549, 4, 2, 112, 115, 8528, 8532, 114, 59, 1, 8926, 99, 59, 1, 8927, 97, 114, 114, 4, 2, 59, 112, 8545, 8547, 1, 8630, 59, 1, 10557, 4, 6, 59, 98, 99, 100, 111, 115, 8564, 8566, 8573, 8587, 8592, 8596, 1, 8746, 114, 99, 97, 112, 59, 1, 10824, 4, 2, 97, 117, 8579, 8583, 112, 59, 1, 10822, 112, 59, 1, 10826, 111, 116, 59, 1, 8845, 114, 59, 1, 10821, 59, 3, 8746, 65024, 4, 4, 97, 108, 114, 118, 8610, 8623, 8663, 8672, 114, 114, 4, 2, 59, 109, 8618, 8620, 1, 8631, 59, 1, 10556, 121, 4, 3, 101, 118, 119, 8632, 8651, 8656, 113, 4, 2, 112, 115, 8639, 8645, 114, 101, 99, 59, 1, 8926, 117, 99, 99, 59, 1, 8927, 101, 101, 59, 1, 8910, 101, 100, 103, 101, 59, 1, 8911, 101, 110, 5, 164, 1, 59, 8670, 1, 164, 101, 97, 114, 114, 111, 119, 4, 2, 108, 114, 8684, 8690, 101, 102, 116, 59, 1, 8630, 105, 103, 104, 116, 59, 1, 8631, 101, 101, 59, 1, 8910, 101, 100, 59, 1, 8911, 4, 2, 99, 105, 8713, 8721, 111, 110, 105, 110, 116, 59, 1, 8754, 110, 116, 59, 1, 8753, 108, 99, 116, 121, 59, 1, 9005, 4, 19, 65, 72, 97, 98, 99, 100, 101, 102, 104, 105, 106, 108, 111, 114, 115, 116, 117, 119, 122, 8773, 8778, 8783, 8821, 8839, 8854, 8887, 8914, 8930, 8944, 9036, 9041, 9058, 9197, 9227, 9258, 9281, 9297, 9305, 114, 114, 59, 1, 8659, 97, 114, 59, 1, 10597, 4, 4, 103, 108, 114, 115, 8793, 8799, 8805, 8809, 103, 101, 114, 59, 1, 8224, 101, 116, 104, 59, 1, 8504, 114, 59, 1, 8595, 104, 4, 2, 59, 118, 8816, 8818, 1, 8208, 59, 1, 8867, 4, 2, 107, 108, 8827, 8834, 97, 114, 111, 119, 59, 1, 10511, 97, 99, 59, 1, 733, 4, 2, 97, 121, 8845, 8851, 114, 111, 110, 59, 1, 271, 59, 1, 1076, 4, 3, 59, 97, 111, 8862, 8864, 8880, 1, 8518, 4, 2, 103, 114, 8870, 8876, 103, 101, 114, 59, 1, 8225, 114, 59, 1, 8650, 116, 115, 101, 113, 59, 1, 10871, 4, 3, 103, 108, 109, 8895, 8902, 8907, 5, 176, 1, 59, 8900, 1, 176, 116, 97, 59, 1, 948, 112, 116, 121, 118, 59, 1, 10673, 4, 2, 105, 114, 8920, 8926, 115, 104, 116, 59, 1, 10623, 59, 3, 55349, 56609, 97, 114, 4, 2, 108, 114, 8938, 8941, 59, 1, 8643, 59, 1, 8642, 4, 5, 97, 101, 103, 115, 118, 8956, 8986, 8989, 8996, 9001, 109, 4, 3, 59, 111, 115, 8965, 8967, 8983, 1, 8900, 110, 100, 4, 2, 59, 115, 8975, 8977, 1, 8900, 117, 105, 116, 59, 1, 9830, 59, 1, 9830, 59, 1, 168, 97, 109, 109, 97, 59, 1, 989, 105, 110, 59, 1, 8946, 4, 3, 59, 105, 111, 9009, 9011, 9031, 1, 247, 100, 101, 5, 247, 2, 59, 111, 9020, 9022, 1, 247, 110, 116, 105, 109, 101, 115, 59, 1, 8903, 110, 120, 59, 1, 8903, 99, 121, 59, 1, 1106, 99, 4, 2, 111, 114, 9048, 9053, 114, 110, 59, 1, 8990, 111, 112, 59, 1, 8973, 4, 5, 108, 112, 116, 117, 119, 9070, 9076, 9081, 9130, 9144, 108, 97, 114, 59, 1, 36, 102, 59, 3, 55349, 56661, 4, 5, 59, 101, 109, 112, 115, 9093, 9095, 9109, 9116, 9122, 1, 729, 113, 4, 2, 59, 100, 9102, 9104, 1, 8784, 111, 116, 59, 1, 8785, 105, 110, 117, 115, 59, 1, 8760, 108, 117, 115, 59, 1, 8724, 113, 117, 97, 114, 101, 59, 1, 8865, 98, 108, 101, 98, 97, 114, 119, 101, 100, 103, 101, 59, 1, 8966, 110, 4, 3, 97, 100, 104, 9153, 9160, 9172, 114, 114, 111, 119, 59, 1, 8595, 111, 119, 110, 97, 114, 114, 111, 119, 115, 59, 1, 8650, 97, 114, 112, 111, 111, 110, 4, 2, 108, 114, 9184, 9190, 101, 102, 116, 59, 1, 8643, 105, 103, 104, 116, 59, 1, 8642, 4, 2, 98, 99, 9203, 9211, 107, 97, 114, 111, 119, 59, 1, 10512, 4, 2, 111, 114, 9217, 9222, 114, 110, 59, 1, 8991, 111, 112, 59, 1, 8972, 4, 3, 99, 111, 116, 9235, 9248, 9252, 4, 2, 114, 121, 9241, 9245, 59, 3, 55349, 56505, 59, 1, 1109, 108, 59, 1, 10742, 114, 111, 107, 59, 1, 273, 4, 2, 100, 114, 9264, 9269, 111, 116, 59, 1, 8945, 105, 4, 2, 59, 102, 9276, 9278, 1, 9663, 59, 1, 9662, 4, 2, 97, 104, 9287, 9292, 114, 114, 59, 1, 8693, 97, 114, 59, 1, 10607, 97, 110, 103, 108, 101, 59, 1, 10662, 4, 2, 99, 105, 9311, 9315, 121, 59, 1, 1119, 103, 114, 97, 114, 114, 59, 1, 10239, 4, 18, 68, 97, 99, 100, 101, 102, 103, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 120, 9361, 9376, 9398, 9439, 9444, 9447, 9462, 9495, 9531, 9585, 9598, 9614, 9659, 9755, 9771, 9792, 9808, 9826, 4, 2, 68, 111, 9367, 9372, 111, 116, 59, 1, 10871, 116, 59, 1, 8785, 4, 2, 99, 115, 9382, 9392, 117, 116, 101, 5, 233, 1, 59, 9390, 1, 233, 116, 101, 114, 59, 1, 10862, 4, 4, 97, 105, 111, 121, 9408, 9414, 9430, 9436, 114, 111, 110, 59, 1, 283, 114, 4, 2, 59, 99, 9421, 9423, 1, 8790, 5, 234, 1, 59, 9428, 1, 234, 108, 111, 110, 59, 1, 8789, 59, 1, 1101, 111, 116, 59, 1, 279, 59, 1, 8519, 4, 2, 68, 114, 9453, 9458, 111, 116, 59, 1, 8786, 59, 3, 55349, 56610, 4, 3, 59, 114, 115, 9470, 9472, 9482, 1, 10906, 97, 118, 101, 5, 232, 1, 59, 9480, 1, 232, 4, 2, 59, 100, 9488, 9490, 1, 10902, 111, 116, 59, 1, 10904, 4, 4, 59, 105, 108, 115, 9505, 9507, 9515, 9518, 1, 10905, 110, 116, 101, 114, 115, 59, 1, 9191, 59, 1, 8467, 4, 2, 59, 100, 9524, 9526, 1, 10901, 111, 116, 59, 1, 10903, 4, 3, 97, 112, 115, 9539, 9544, 9564, 99, 114, 59, 1, 275, 116, 121, 4, 3, 59, 115, 118, 9554, 9556, 9561, 1, 8709, 101, 116, 59, 1, 8709, 59, 1, 8709, 112, 4, 2, 49, 59, 9571, 9583, 4, 2, 51, 52, 9577, 9580, 59, 1, 8196, 59, 1, 8197, 1, 8195, 4, 2, 103, 115, 9591, 9594, 59, 1, 331, 112, 59, 1, 8194, 4, 2, 103, 112, 9604, 9609, 111, 110, 59, 1, 281, 102, 59, 3, 55349, 56662, 4, 3, 97, 108, 115, 9622, 9635, 9640, 114, 4, 2, 59, 115, 9629, 9631, 1, 8917, 108, 59, 1, 10723, 117, 115, 59, 1, 10865, 105, 4, 3, 59, 108, 118, 9649, 9651, 9656, 1, 949, 111, 110, 59, 1, 949, 59, 1, 1013, 4, 4, 99, 115, 117, 118, 9669, 9686, 9716, 9747, 4, 2, 105, 111, 9675, 9680, 114, 99, 59, 1, 8790, 108, 111, 110, 59, 1, 8789, 4, 2, 105, 108, 9692, 9696, 109, 59, 1, 8770, 97, 110, 116, 4, 2, 103, 108, 9705, 9710, 116, 114, 59, 1, 10902, 101, 115, 115, 59, 1, 10901, 4, 3, 97, 101, 105, 9724, 9729, 9734, 108, 115, 59, 1, 61, 115, 116, 59, 1, 8799, 118, 4, 2, 59, 68, 9741, 9743, 1, 8801, 68, 59, 1, 10872, 112, 97, 114, 115, 108, 59, 1, 10725, 4, 2, 68, 97, 9761, 9766, 111, 116, 59, 1, 8787, 114, 114, 59, 1, 10609, 4, 3, 99, 100, 105, 9779, 9783, 9788, 114, 59, 1, 8495, 111, 116, 59, 1, 8784, 109, 59, 1, 8770, 4, 2, 97, 104, 9798, 9801, 59, 1, 951, 5, 240, 1, 59, 9806, 1, 240, 4, 2, 109, 114, 9814, 9822, 108, 5, 235, 1, 59, 9820, 1, 235, 111, 59, 1, 8364, 4, 3, 99, 105, 112, 9834, 9838, 9843, 108, 59, 1, 33, 115, 116, 59, 1, 8707, 4, 2, 101, 111, 9849, 9859, 99, 116, 97, 116, 105, 111, 110, 59, 1, 8496, 110, 101, 110, 116, 105, 97, 108, 101, 59, 1, 8519, 4, 12, 97, 99, 101, 102, 105, 106, 108, 110, 111, 112, 114, 115, 9896, 9910, 9914, 9921, 9954, 9960, 9967, 9989, 9994, 10027, 10036, 10164, 108, 108, 105, 110, 103, 100, 111, 116, 115, 101, 113, 59, 1, 8786, 121, 59, 1, 1092, 109, 97, 108, 101, 59, 1, 9792, 4, 3, 105, 108, 114, 9929, 9935, 9950, 108, 105, 103, 59, 1, 64259, 4, 2, 105, 108, 9941, 9945, 103, 59, 1, 64256, 105, 103, 59, 1, 64260, 59, 3, 55349, 56611, 108, 105, 103, 59, 1, 64257, 108, 105, 103, 59, 3, 102, 106, 4, 3, 97, 108, 116, 9975, 9979, 9984, 116, 59, 1, 9837, 105, 103, 59, 1, 64258, 110, 115, 59, 1, 9649, 111, 102, 59, 1, 402, 4, 2, 112, 114, 1e4, 10005, 102, 59, 3, 55349, 56663, 4, 2, 97, 107, 10011, 10016, 108, 108, 59, 1, 8704, 4, 2, 59, 118, 10022, 10024, 1, 8916, 59, 1, 10969, 97, 114, 116, 105, 110, 116, 59, 1, 10765, 4, 2, 97, 111, 10042, 10159, 4, 2, 99, 115, 10048, 10155, 4, 6, 49, 50, 51, 52, 53, 55, 10062, 10102, 10114, 10135, 10139, 10151, 4, 6, 50, 51, 52, 53, 54, 56, 10076, 10083, 10086, 10093, 10096, 10099, 5, 189, 1, 59, 10081, 1, 189, 59, 1, 8531, 5, 188, 1, 59, 10091, 1, 188, 59, 1, 8533, 59, 1, 8537, 59, 1, 8539, 4, 2, 51, 53, 10108, 10111, 59, 1, 8532, 59, 1, 8534, 4, 3, 52, 53, 56, 10122, 10129, 10132, 5, 190, 1, 59, 10127, 1, 190, 59, 1, 8535, 59, 1, 8540, 53, 59, 1, 8536, 4, 2, 54, 56, 10145, 10148, 59, 1, 8538, 59, 1, 8541, 56, 59, 1, 8542, 108, 59, 1, 8260, 119, 110, 59, 1, 8994, 99, 114, 59, 3, 55349, 56507, 4, 17, 69, 97, 98, 99, 100, 101, 102, 103, 105, 106, 108, 110, 111, 114, 115, 116, 118, 10206, 10217, 10247, 10254, 10268, 10273, 10358, 10363, 10374, 10380, 10385, 10406, 10458, 10464, 10470, 10497, 10610, 4, 2, 59, 108, 10212, 10214, 1, 8807, 59, 1, 10892, 4, 3, 99, 109, 112, 10225, 10231, 10244, 117, 116, 101, 59, 1, 501, 109, 97, 4, 2, 59, 100, 10239, 10241, 1, 947, 59, 1, 989, 59, 1, 10886, 114, 101, 118, 101, 59, 1, 287, 4, 2, 105, 121, 10260, 10265, 114, 99, 59, 1, 285, 59, 1, 1075, 111, 116, 59, 1, 289, 4, 4, 59, 108, 113, 115, 10283, 10285, 10288, 10308, 1, 8805, 59, 1, 8923, 4, 3, 59, 113, 115, 10296, 10298, 10301, 1, 8805, 59, 1, 8807, 108, 97, 110, 116, 59, 1, 10878, 4, 4, 59, 99, 100, 108, 10318, 10320, 10324, 10345, 1, 10878, 99, 59, 1, 10921, 111, 116, 4, 2, 59, 111, 10332, 10334, 1, 10880, 4, 2, 59, 108, 10340, 10342, 1, 10882, 59, 1, 10884, 4, 2, 59, 101, 10351, 10354, 3, 8923, 65024, 115, 59, 1, 10900, 114, 59, 3, 55349, 56612, 4, 2, 59, 103, 10369, 10371, 1, 8811, 59, 1, 8921, 109, 101, 108, 59, 1, 8503, 99, 121, 59, 1, 1107, 4, 4, 59, 69, 97, 106, 10395, 10397, 10400, 10403, 1, 8823, 59, 1, 10898, 59, 1, 10917, 59, 1, 10916, 4, 4, 69, 97, 101, 115, 10416, 10419, 10434, 10453, 59, 1, 8809, 112, 4, 2, 59, 112, 10426, 10428, 1, 10890, 114, 111, 120, 59, 1, 10890, 4, 2, 59, 113, 10440, 10442, 1, 10888, 4, 2, 59, 113, 10448, 10450, 1, 10888, 59, 1, 8809, 105, 109, 59, 1, 8935, 112, 102, 59, 3, 55349, 56664, 97, 118, 101, 59, 1, 96, 4, 2, 99, 105, 10476, 10480, 114, 59, 1, 8458, 109, 4, 3, 59, 101, 108, 10489, 10491, 10494, 1, 8819, 59, 1, 10894, 59, 1, 10896, 5, 62, 6, 59, 99, 100, 108, 113, 114, 10512, 10514, 10527, 10532, 10538, 10545, 1, 62, 4, 2, 99, 105, 10520, 10523, 59, 1, 10919, 114, 59, 1, 10874, 111, 116, 59, 1, 8919, 80, 97, 114, 59, 1, 10645, 117, 101, 115, 116, 59, 1, 10876, 4, 5, 97, 100, 101, 108, 115, 10557, 10574, 10579, 10599, 10605, 4, 2, 112, 114, 10563, 10570, 112, 114, 111, 120, 59, 1, 10886, 114, 59, 1, 10616, 111, 116, 59, 1, 8919, 113, 4, 2, 108, 113, 10586, 10592, 101, 115, 115, 59, 1, 8923, 108, 101, 115, 115, 59, 1, 10892, 101, 115, 115, 59, 1, 8823, 105, 109, 59, 1, 8819, 4, 2, 101, 110, 10616, 10626, 114, 116, 110, 101, 113, 113, 59, 3, 8809, 65024, 69, 59, 3, 8809, 65024, 4, 10, 65, 97, 98, 99, 101, 102, 107, 111, 115, 121, 10653, 10658, 10713, 10718, 10724, 10760, 10765, 10786, 10850, 10875, 114, 114, 59, 1, 8660, 4, 4, 105, 108, 109, 114, 10668, 10674, 10678, 10684, 114, 115, 112, 59, 1, 8202, 102, 59, 1, 189, 105, 108, 116, 59, 1, 8459, 4, 2, 100, 114, 10690, 10695, 99, 121, 59, 1, 1098, 4, 3, 59, 99, 119, 10703, 10705, 10710, 1, 8596, 105, 114, 59, 1, 10568, 59, 1, 8621, 97, 114, 59, 1, 8463, 105, 114, 99, 59, 1, 293, 4, 3, 97, 108, 114, 10732, 10748, 10754, 114, 116, 115, 4, 2, 59, 117, 10741, 10743, 1, 9829, 105, 116, 59, 1, 9829, 108, 105, 112, 59, 1, 8230, 99, 111, 110, 59, 1, 8889, 114, 59, 3, 55349, 56613, 115, 4, 2, 101, 119, 10772, 10779, 97, 114, 111, 119, 59, 1, 10533, 97, 114, 111, 119, 59, 1, 10534, 4, 5, 97, 109, 111, 112, 114, 10798, 10803, 10809, 10839, 10844, 114, 114, 59, 1, 8703, 116, 104, 116, 59, 1, 8763, 107, 4, 2, 108, 114, 10816, 10827, 101, 102, 116, 97, 114, 114, 111, 119, 59, 1, 8617, 105, 103, 104, 116, 97, 114, 114, 111, 119, 59, 1, 8618, 102, 59, 3, 55349, 56665, 98, 97, 114, 59, 1, 8213, 4, 3, 99, 108, 116, 10858, 10863, 10869, 114, 59, 3, 55349, 56509, 97, 115, 104, 59, 1, 8463, 114, 111, 107, 59, 1, 295, 4, 2, 98, 112, 10881, 10887, 117, 108, 108, 59, 1, 8259, 104, 101, 110, 59, 1, 8208, 4, 15, 97, 99, 101, 102, 103, 105, 106, 109, 110, 111, 112, 113, 115, 116, 117, 10925, 10936, 10958, 10977, 10990, 11001, 11039, 11045, 11101, 11192, 11220, 11226, 11237, 11285, 11299, 99, 117, 116, 101, 5, 237, 1, 59, 10934, 1, 237, 4, 3, 59, 105, 121, 10944, 10946, 10955, 1, 8291, 114, 99, 5, 238, 1, 59, 10953, 1, 238, 59, 1, 1080, 4, 2, 99, 120, 10964, 10968, 121, 59, 1, 1077, 99, 108, 5, 161, 1, 59, 10975, 1, 161, 4, 2, 102, 114, 10983, 10986, 59, 1, 8660, 59, 3, 55349, 56614, 114, 97, 118, 101, 5, 236, 1, 59, 10999, 1, 236, 4, 4, 59, 105, 110, 111, 11011, 11013, 11028, 11034, 1, 8520, 4, 2, 105, 110, 11019, 11024, 110, 116, 59, 1, 10764, 116, 59, 1, 8749, 102, 105, 110, 59, 1, 10716, 116, 97, 59, 1, 8489, 108, 105, 103, 59, 1, 307, 4, 3, 97, 111, 112, 11053, 11092, 11096, 4, 3, 99, 103, 116, 11061, 11065, 11088, 114, 59, 1, 299, 4, 3, 101, 108, 112, 11073, 11076, 11082, 59, 1, 8465, 105, 110, 101, 59, 1, 8464, 97, 114, 116, 59, 1, 8465, 104, 59, 1, 305, 102, 59, 1, 8887, 101, 100, 59, 1, 437, 4, 5, 59, 99, 102, 111, 116, 11113, 11115, 11121, 11136, 11142, 1, 8712, 97, 114, 101, 59, 1, 8453, 105, 110, 4, 2, 59, 116, 11129, 11131, 1, 8734, 105, 101, 59, 1, 10717, 100, 111, 116, 59, 1, 305, 4, 5, 59, 99, 101, 108, 112, 11154, 11156, 11161, 11179, 11186, 1, 8747, 97, 108, 59, 1, 8890, 4, 2, 103, 114, 11167, 11173, 101, 114, 115, 59, 1, 8484, 99, 97, 108, 59, 1, 8890, 97, 114, 104, 107, 59, 1, 10775, 114, 111, 100, 59, 1, 10812, 4, 4, 99, 103, 112, 116, 11202, 11206, 11211, 11216, 121, 59, 1, 1105, 111, 110, 59, 1, 303, 102, 59, 3, 55349, 56666, 97, 59, 1, 953, 114, 111, 100, 59, 1, 10812, 117, 101, 115, 116, 5, 191, 1, 59, 11235, 1, 191, 4, 2, 99, 105, 11243, 11248, 114, 59, 3, 55349, 56510, 110, 4, 5, 59, 69, 100, 115, 118, 11261, 11263, 11266, 11271, 11282, 1, 8712, 59, 1, 8953, 111, 116, 59, 1, 8949, 4, 2, 59, 118, 11277, 11279, 1, 8948, 59, 1, 8947, 59, 1, 8712, 4, 2, 59, 105, 11291, 11293, 1, 8290, 108, 100, 101, 59, 1, 297, 4, 2, 107, 109, 11305, 11310, 99, 121, 59, 1, 1110, 108, 5, 239, 1, 59, 11316, 1, 239, 4, 6, 99, 102, 109, 111, 115, 117, 11332, 11346, 11351, 11357, 11363, 11380, 4, 2, 105, 121, 11338, 11343, 114, 99, 59, 1, 309, 59, 1, 1081, 114, 59, 3, 55349, 56615, 97, 116, 104, 59, 1, 567, 112, 102, 59, 3, 55349, 56667, 4, 2, 99, 101, 11369, 11374, 114, 59, 3, 55349, 56511, 114, 99, 121, 59, 1, 1112, 107, 99, 121, 59, 1, 1108, 4, 8, 97, 99, 102, 103, 104, 106, 111, 115, 11404, 11418, 11433, 11438, 11445, 11450, 11455, 11461, 112, 112, 97, 4, 2, 59, 118, 11413, 11415, 1, 954, 59, 1, 1008, 4, 2, 101, 121, 11424, 11430, 100, 105, 108, 59, 1, 311, 59, 1, 1082, 114, 59, 3, 55349, 56616, 114, 101, 101, 110, 59, 1, 312, 99, 121, 59, 1, 1093, 99, 121, 59, 1, 1116, 112, 102, 59, 3, 55349, 56668, 99, 114, 59, 3, 55349, 56512, 4, 23, 65, 66, 69, 72, 97, 98, 99, 100, 101, 102, 103, 104, 106, 108, 109, 110, 111, 112, 114, 115, 116, 117, 118, 11515, 11538, 11544, 11555, 11560, 11721, 11780, 11818, 11868, 12136, 12160, 12171, 12203, 12208, 12246, 12275, 12327, 12509, 12523, 12569, 12641, 12732, 12752, 4, 3, 97, 114, 116, 11523, 11528, 11532, 114, 114, 59, 1, 8666, 114, 59, 1, 8656, 97, 105, 108, 59, 1, 10523, 97, 114, 114, 59, 1, 10510, 4, 2, 59, 103, 11550, 11552, 1, 8806, 59, 1, 10891, 97, 114, 59, 1, 10594, 4, 9, 99, 101, 103, 109, 110, 112, 113, 114, 116, 11580, 11586, 11594, 11600, 11606, 11624, 11627, 11636, 11694, 117, 116, 101, 59, 1, 314, 109, 112, 116, 121, 118, 59, 1, 10676, 114, 97, 110, 59, 1, 8466, 98, 100, 97, 59, 1, 955, 103, 4, 3, 59, 100, 108, 11615, 11617, 11620, 1, 10216, 59, 1, 10641, 101, 59, 1, 10216, 59, 1, 10885, 117, 111, 5, 171, 1, 59, 11634, 1, 171, 114, 4, 8, 59, 98, 102, 104, 108, 112, 115, 116, 11655, 11657, 11669, 11673, 11677, 11681, 11685, 11690, 1, 8592, 4, 2, 59, 102, 11663, 11665, 1, 8676, 115, 59, 1, 10527, 115, 59, 1, 10525, 107, 59, 1, 8617, 112, 59, 1, 8619, 108, 59, 1, 10553, 105, 109, 59, 1, 10611, 108, 59, 1, 8610, 4, 3, 59, 97, 101, 11702, 11704, 11709, 1, 10923, 105, 108, 59, 1, 10521, 4, 2, 59, 115, 11715, 11717, 1, 10925, 59, 3, 10925, 65024, 4, 3, 97, 98, 114, 11729, 11734, 11739, 114, 114, 59, 1, 10508, 114, 107, 59, 1, 10098, 4, 2, 97, 107, 11745, 11758, 99, 4, 2, 101, 107, 11752, 11755, 59, 1, 123, 59, 1, 91, 4, 2, 101, 115, 11764, 11767, 59, 1, 10635, 108, 4, 2, 100, 117, 11774, 11777, 59, 1, 10639, 59, 1, 10637, 4, 4, 97, 101, 117, 121, 11790, 11796, 11811, 11815, 114, 111, 110, 59, 1, 318, 4, 2, 100, 105, 11802, 11807, 105, 108, 59, 1, 316, 108, 59, 1, 8968, 98, 59, 1, 123, 59, 1, 1083, 4, 4, 99, 113, 114, 115, 11828, 11832, 11845, 11864, 97, 59, 1, 10550, 117, 111, 4, 2, 59, 114, 11840, 11842, 1, 8220, 59, 1, 8222, 4, 2, 100, 117, 11851, 11857, 104, 97, 114, 59, 1, 10599, 115, 104, 97, 114, 59, 1, 10571, 104, 59, 1, 8626, 4, 5, 59, 102, 103, 113, 115, 11880, 11882, 12008, 12011, 12031, 1, 8804, 116, 4, 5, 97, 104, 108, 114, 116, 11895, 11913, 11935, 11947, 11996, 114, 114, 111, 119, 4, 2, 59, 116, 11905, 11907, 1, 8592, 97, 105, 108, 59, 1, 8610, 97, 114, 112, 111, 111, 110, 4, 2, 100, 117, 11925, 11931, 111, 119, 110, 59, 1, 8637, 112, 59, 1, 8636, 101, 102, 116, 97, 114, 114, 111, 119, 115, 59, 1, 8647, 105, 103, 104, 116, 4, 3, 97, 104, 115, 11959, 11974, 11984, 114, 114, 111, 119, 4, 2, 59, 115, 11969, 11971, 1, 8596, 59, 1, 8646, 97, 114, 112, 111, 111, 110, 115, 59, 1, 8651, 113, 117, 105, 103, 97, 114, 114, 111, 119, 59, 1, 8621, 104, 114, 101, 101, 116, 105, 109, 101, 115, 59, 1, 8907, 59, 1, 8922, 4, 3, 59, 113, 115, 12019, 12021, 12024, 1, 8804, 59, 1, 8806, 108, 97, 110, 116, 59, 1, 10877, 4, 5, 59, 99, 100, 103, 115, 12043, 12045, 12049, 12070, 12083, 1, 10877, 99, 59, 1, 10920, 111, 116, 4, 2, 59, 111, 12057, 12059, 1, 10879, 4, 2, 59, 114, 12065, 12067, 1, 10881, 59, 1, 10883, 4, 2, 59, 101, 12076, 12079, 3, 8922, 65024, 115, 59, 1, 10899, 4, 5, 97, 100, 101, 103, 115, 12095, 12103, 12108, 12126, 12131, 112, 112, 114, 111, 120, 59, 1, 10885, 111, 116, 59, 1, 8918, 113, 4, 2, 103, 113, 12115, 12120, 116, 114, 59, 1, 8922, 103, 116, 114, 59, 1, 10891, 116, 114, 59, 1, 8822, 105, 109, 59, 1, 8818, 4, 3, 105, 108, 114, 12144, 12150, 12156, 115, 104, 116, 59, 1, 10620, 111, 111, 114, 59, 1, 8970, 59, 3, 55349, 56617, 4, 2, 59, 69, 12166, 12168, 1, 8822, 59, 1, 10897, 4, 2, 97, 98, 12177, 12198, 114, 4, 2, 100, 117, 12184, 12187, 59, 1, 8637, 4, 2, 59, 108, 12193, 12195, 1, 8636, 59, 1, 10602, 108, 107, 59, 1, 9604, 99, 121, 59, 1, 1113, 4, 5, 59, 97, 99, 104, 116, 12220, 12222, 12227, 12235, 12241, 1, 8810, 114, 114, 59, 1, 8647, 111, 114, 110, 101, 114, 59, 1, 8990, 97, 114, 100, 59, 1, 10603, 114, 105, 59, 1, 9722, 4, 2, 105, 111, 12252, 12258, 100, 111, 116, 59, 1, 320, 117, 115, 116, 4, 2, 59, 97, 12267, 12269, 1, 9136, 99, 104, 101, 59, 1, 9136, 4, 4, 69, 97, 101, 115, 12285, 12288, 12303, 12322, 59, 1, 8808, 112, 4, 2, 59, 112, 12295, 12297, 1, 10889, 114, 111, 120, 59, 1, 10889, 4, 2, 59, 113, 12309, 12311, 1, 10887, 4, 2, 59, 113, 12317, 12319, 1, 10887, 59, 1, 8808, 105, 109, 59, 1, 8934, 4, 8, 97, 98, 110, 111, 112, 116, 119, 122, 12345, 12359, 12364, 12421, 12446, 12467, 12474, 12490, 4, 2, 110, 114, 12351, 12355, 103, 59, 1, 10220, 114, 59, 1, 8701, 114, 107, 59, 1, 10214, 103, 4, 3, 108, 109, 114, 12373, 12401, 12409, 101, 102, 116, 4, 2, 97, 114, 12382, 12389, 114, 114, 111, 119, 59, 1, 10229, 105, 103, 104, 116, 97, 114, 114, 111, 119, 59, 1, 10231, 97, 112, 115, 116, 111, 59, 1, 10236, 105, 103, 104, 116, 97, 114, 114, 111, 119, 59, 1, 10230, 112, 97, 114, 114, 111, 119, 4, 2, 108, 114, 12433, 12439, 101, 102, 116, 59, 1, 8619, 105, 103, 104, 116, 59, 1, 8620, 4, 3, 97, 102, 108, 12454, 12458, 12462, 114, 59, 1, 10629, 59, 3, 55349, 56669, 117, 115, 59, 1, 10797, 105, 109, 101, 115, 59, 1, 10804, 4, 2, 97, 98, 12480, 12485, 115, 116, 59, 1, 8727, 97, 114, 59, 1, 95, 4, 3, 59, 101, 102, 12498, 12500, 12506, 1, 9674, 110, 103, 101, 59, 1, 9674, 59, 1, 10731, 97, 114, 4, 2, 59, 108, 12517, 12519, 1, 40, 116, 59, 1, 10643, 4, 5, 97, 99, 104, 109, 116, 12535, 12540, 12548, 12561, 12564, 114, 114, 59, 1, 8646, 111, 114, 110, 101, 114, 59, 1, 8991, 97, 114, 4, 2, 59, 100, 12556, 12558, 1, 8651, 59, 1, 10605, 59, 1, 8206, 114, 105, 59, 1, 8895, 4, 6, 97, 99, 104, 105, 113, 116, 12583, 12589, 12594, 12597, 12614, 12635, 113, 117, 111, 59, 1, 8249, 114, 59, 3, 55349, 56513, 59, 1, 8624, 109, 4, 3, 59, 101, 103, 12606, 12608, 12611, 1, 8818, 59, 1, 10893, 59, 1, 10895, 4, 2, 98, 117, 12620, 12623, 59, 1, 91, 111, 4, 2, 59, 114, 12630, 12632, 1, 8216, 59, 1, 8218, 114, 111, 107, 59, 1, 322, 5, 60, 8, 59, 99, 100, 104, 105, 108, 113, 114, 12660, 12662, 12675, 12680, 12686, 12692, 12698, 12705, 1, 60, 4, 2, 99, 105, 12668, 12671, 59, 1, 10918, 114, 59, 1, 10873, 111, 116, 59, 1, 8918, 114, 101, 101, 59, 1, 8907, 109, 101, 115, 59, 1, 8905, 97, 114, 114, 59, 1, 10614, 117, 101, 115, 116, 59, 1, 10875, 4, 2, 80, 105, 12711, 12716, 97, 114, 59, 1, 10646, 4, 3, 59, 101, 102, 12724, 12726, 12729, 1, 9667, 59, 1, 8884, 59, 1, 9666, 114, 4, 2, 100, 117, 12739, 12746, 115, 104, 97, 114, 59, 1, 10570, 104, 97, 114, 59, 1, 10598, 4, 2, 101, 110, 12758, 12768, 114, 116, 110, 101, 113, 113, 59, 3, 8808, 65024, 69, 59, 3, 8808, 65024, 4, 14, 68, 97, 99, 100, 101, 102, 104, 105, 108, 110, 111, 112, 115, 117, 12803, 12809, 12893, 12908, 12914, 12928, 12933, 12937, 13011, 13025, 13032, 13049, 13052, 13069, 68, 111, 116, 59, 1, 8762, 4, 4, 99, 108, 112, 114, 12819, 12827, 12849, 12887, 114, 5, 175, 1, 59, 12825, 1, 175, 4, 2, 101, 116, 12833, 12836, 59, 1, 9794, 4, 2, 59, 101, 12842, 12844, 1, 10016, 115, 101, 59, 1, 10016, 4, 2, 59, 115, 12855, 12857, 1, 8614, 116, 111, 4, 4, 59, 100, 108, 117, 12869, 12871, 12877, 12883, 1, 8614, 111, 119, 110, 59, 1, 8615, 101, 102, 116, 59, 1, 8612, 112, 59, 1, 8613, 107, 101, 114, 59, 1, 9646, 4, 2, 111, 121, 12899, 12905, 109, 109, 97, 59, 1, 10793, 59, 1, 1084, 97, 115, 104, 59, 1, 8212, 97, 115, 117, 114, 101, 100, 97, 110, 103, 108, 101, 59, 1, 8737, 114, 59, 3, 55349, 56618, 111, 59, 1, 8487, 4, 3, 99, 100, 110, 12945, 12954, 12985, 114, 111, 5, 181, 1, 59, 12952, 1, 181, 4, 4, 59, 97, 99, 100, 12964, 12966, 12971, 12976, 1, 8739, 115, 116, 59, 1, 42, 105, 114, 59, 1, 10992, 111, 116, 5, 183, 1, 59, 12983, 1, 183, 117, 115, 4, 3, 59, 98, 100, 12995, 12997, 13e3, 1, 8722, 59, 1, 8863, 4, 2, 59, 117, 13006, 13008, 1, 8760, 59, 1, 10794, 4, 2, 99, 100, 13017, 13021, 112, 59, 1, 10971, 114, 59, 1, 8230, 112, 108, 117, 115, 59, 1, 8723, 4, 2, 100, 112, 13038, 13044, 101, 108, 115, 59, 1, 8871, 102, 59, 3, 55349, 56670, 59, 1, 8723, 4, 2, 99, 116, 13058, 13063, 114, 59, 3, 55349, 56514, 112, 111, 115, 59, 1, 8766, 4, 3, 59, 108, 109, 13077, 13079, 13087, 1, 956, 116, 105, 109, 97, 112, 59, 1, 8888, 97, 112, 59, 1, 8888, 4, 24, 71, 76, 82, 86, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 108, 109, 111, 112, 114, 115, 116, 117, 118, 119, 13142, 13165, 13217, 13229, 13247, 13330, 13359, 13414, 13420, 13508, 13513, 13579, 13602, 13626, 13631, 13762, 13767, 13855, 13936, 13995, 14214, 14285, 14312, 14432, 4, 2, 103, 116, 13148, 13152, 59, 3, 8921, 824, 4, 2, 59, 118, 13158, 13161, 3, 8811, 8402, 59, 3, 8811, 824, 4, 3, 101, 108, 116, 13173, 13200, 13204, 102, 116, 4, 2, 97, 114, 13181, 13188, 114, 114, 111, 119, 59, 1, 8653, 105, 103, 104, 116, 97, 114, 114, 111, 119, 59, 1, 8654, 59, 3, 8920, 824, 4, 2, 59, 118, 13210, 13213, 3, 8810, 8402, 59, 3, 8810, 824, 105, 103, 104, 116, 97, 114, 114, 111, 119, 59, 1, 8655, 4, 2, 68, 100, 13235, 13241, 97, 115, 104, 59, 1, 8879, 97, 115, 104, 59, 1, 8878, 4, 5, 98, 99, 110, 112, 116, 13259, 13264, 13270, 13275, 13308, 108, 97, 59, 1, 8711, 117, 116, 101, 59, 1, 324, 103, 59, 3, 8736, 8402, 4, 5, 59, 69, 105, 111, 112, 13287, 13289, 13293, 13298, 13302, 1, 8777, 59, 3, 10864, 824, 100, 59, 3, 8779, 824, 115, 59, 1, 329, 114, 111, 120, 59, 1, 8777, 117, 114, 4, 2, 59, 97, 13316, 13318, 1, 9838, 108, 4, 2, 59, 115, 13325, 13327, 1, 9838, 59, 1, 8469, 4, 2, 115, 117, 13336, 13344, 112, 5, 160, 1, 59, 13342, 1, 160, 109, 112, 4, 2, 59, 101, 13352, 13355, 3, 8782, 824, 59, 3, 8783, 824, 4, 5, 97, 101, 111, 117, 121, 13371, 13385, 13391, 13407, 13411, 4, 2, 112, 114, 13377, 13380, 59, 1, 10819, 111, 110, 59, 1, 328, 100, 105, 108, 59, 1, 326, 110, 103, 4, 2, 59, 100, 13399, 13401, 1, 8775, 111, 116, 59, 3, 10861, 824, 112, 59, 1, 10818, 59, 1, 1085, 97, 115, 104, 59, 1, 8211, 4, 7, 59, 65, 97, 100, 113, 115, 120, 13436, 13438, 13443, 13466, 13472, 13478, 13494, 1, 8800, 114, 114, 59, 1, 8663, 114, 4, 2, 104, 114, 13450, 13454, 107, 59, 1, 10532, 4, 2, 59, 111, 13460, 13462, 1, 8599, 119, 59, 1, 8599, 111, 116, 59, 3, 8784, 824, 117, 105, 118, 59, 1, 8802, 4, 2, 101, 105, 13484, 13489, 97, 114, 59, 1, 10536, 109, 59, 3, 8770, 824, 105, 115, 116, 4, 2, 59, 115, 13503, 13505, 1, 8708, 59, 1, 8708, 114, 59, 3, 55349, 56619, 4, 4, 69, 101, 115, 116, 13523, 13527, 13563, 13568, 59, 3, 8807, 824, 4, 3, 59, 113, 115, 13535, 13537, 13559, 1, 8817, 4, 3, 59, 113, 115, 13545, 13547, 13551, 1, 8817, 59, 3, 8807, 824, 108, 97, 110, 116, 59, 3, 10878, 824, 59, 3, 10878, 824, 105, 109, 59, 1, 8821, 4, 2, 59, 114, 13574, 13576, 1, 8815, 59, 1, 8815, 4, 3, 65, 97, 112, 13587, 13592, 13597, 114, 114, 59, 1, 8654, 114, 114, 59, 1, 8622, 97, 114, 59, 1, 10994, 4, 3, 59, 115, 118, 13610, 13612, 13623, 1, 8715, 4, 2, 59, 100, 13618, 13620, 1, 8956, 59, 1, 8954, 59, 1, 8715, 99, 121, 59, 1, 1114, 4, 7, 65, 69, 97, 100, 101, 115, 116, 13647, 13652, 13656, 13661, 13665, 13737, 13742, 114, 114, 59, 1, 8653, 59, 3, 8806, 824, 114, 114, 59, 1, 8602, 114, 59, 1, 8229, 4, 4, 59, 102, 113, 115, 13675, 13677, 13703, 13725, 1, 8816, 116, 4, 2, 97, 114, 13684, 13691, 114, 114, 111, 119, 59, 1, 8602, 105, 103, 104, 116, 97, 114, 114, 111, 119, 59, 1, 8622, 4, 3, 59, 113, 115, 13711, 13713, 13717, 1, 8816, 59, 3, 8806, 824, 108, 97, 110, 116, 59, 3, 10877, 824, 4, 2, 59, 115, 13731, 13734, 3, 10877, 824, 59, 1, 8814, 105, 109, 59, 1, 8820, 4, 2, 59, 114, 13748, 13750, 1, 8814, 105, 4, 2, 59, 101, 13757, 13759, 1, 8938, 59, 1, 8940, 105, 100, 59, 1, 8740, 4, 2, 112, 116, 13773, 13778, 102, 59, 3, 55349, 56671, 5, 172, 3, 59, 105, 110, 13787, 13789, 13829, 1, 172, 110, 4, 4, 59, 69, 100, 118, 13800, 13802, 13806, 13812, 1, 8713, 59, 3, 8953, 824, 111, 116, 59, 3, 8949, 824, 4, 3, 97, 98, 99, 13820, 13823, 13826, 59, 1, 8713, 59, 1, 8951, 59, 1, 8950, 105, 4, 2, 59, 118, 13836, 13838, 1, 8716, 4, 3, 97, 98, 99, 13846, 13849, 13852, 59, 1, 8716, 59, 1, 8958, 59, 1, 8957, 4, 3, 97, 111, 114, 13863, 13892, 13899, 114, 4, 4, 59, 97, 115, 116, 13874, 13876, 13883, 13888, 1, 8742, 108, 108, 101, 108, 59, 1, 8742, 108, 59, 3, 11005, 8421, 59, 3, 8706, 824, 108, 105, 110, 116, 59, 1, 10772, 4, 3, 59, 99, 101, 13907, 13909, 13914, 1, 8832, 117, 101, 59, 1, 8928, 4, 2, 59, 99, 13920, 13923, 3, 10927, 824, 4, 2, 59, 101, 13929, 13931, 1, 8832, 113, 59, 3, 10927, 824, 4, 4, 65, 97, 105, 116, 13946, 13951, 13971, 13982, 114, 114, 59, 1, 8655, 114, 114, 4, 3, 59, 99, 119, 13961, 13963, 13967, 1, 8603, 59, 3, 10547, 824, 59, 3, 8605, 824, 103, 104, 116, 97, 114, 114, 111, 119, 59, 1, 8603, 114, 105, 4, 2, 59, 101, 13990, 13992, 1, 8939, 59, 1, 8941, 4, 7, 99, 104, 105, 109, 112, 113, 117, 14011, 14036, 14060, 14080, 14085, 14090, 14106, 4, 4, 59, 99, 101, 114, 14021, 14023, 14028, 14032, 1, 8833, 117, 101, 59, 1, 8929, 59, 3, 10928, 824, 59, 3, 55349, 56515, 111, 114, 116, 4, 2, 109, 112, 14045, 14050, 105, 100, 59, 1, 8740, 97, 114, 97, 108, 108, 101, 108, 59, 1, 8742, 109, 4, 2, 59, 101, 14067, 14069, 1, 8769, 4, 2, 59, 113, 14075, 14077, 1, 8772, 59, 1, 8772, 105, 100, 59, 1, 8740, 97, 114, 59, 1, 8742, 115, 117, 4, 2, 98, 112, 14098, 14102, 101, 59, 1, 8930, 101, 59, 1, 8931, 4, 3, 98, 99, 112, 14114, 14157, 14171, 4, 4, 59, 69, 101, 115, 14124, 14126, 14130, 14133, 1, 8836, 59, 3, 10949, 824, 59, 1, 8840, 101, 116, 4, 2, 59, 101, 14141, 14144, 3, 8834, 8402, 113, 4, 2, 59, 113, 14151, 14153, 1, 8840, 59, 3, 10949, 824, 99, 4, 2, 59, 101, 14164, 14166, 1, 8833, 113, 59, 3, 10928, 824, 4, 4, 59, 69, 101, 115, 14181, 14183, 14187, 14190, 1, 8837, 59, 3, 10950, 824, 59, 1, 8841, 101, 116, 4, 2, 59, 101, 14198, 14201, 3, 8835, 8402, 113, 4, 2, 59, 113, 14208, 14210, 1, 8841, 59, 3, 10950, 824, 4, 4, 103, 105, 108, 114, 14224, 14228, 14238, 14242, 108, 59, 1, 8825, 108, 100, 101, 5, 241, 1, 59, 14236, 1, 241, 103, 59, 1, 8824, 105, 97, 110, 103, 108, 101, 4, 2, 108, 114, 14254, 14269, 101, 102, 116, 4, 2, 59, 101, 14263, 14265, 1, 8938, 113, 59, 1, 8940, 105, 103, 104, 116, 4, 2, 59, 101, 14279, 14281, 1, 8939, 113, 59, 1, 8941, 4, 2, 59, 109, 14291, 14293, 1, 957, 4, 3, 59, 101, 115, 14301, 14303, 14308, 1, 35, 114, 111, 59, 1, 8470, 112, 59, 1, 8199, 4, 9, 68, 72, 97, 100, 103, 105, 108, 114, 115, 14332, 14338, 14344, 14349, 14355, 14369, 14376, 14408, 14426, 97, 115, 104, 59, 1, 8877, 97, 114, 114, 59, 1, 10500, 112, 59, 3, 8781, 8402, 97, 115, 104, 59, 1, 8876, 4, 2, 101, 116, 14361, 14365, 59, 3, 8805, 8402, 59, 3, 62, 8402, 110, 102, 105, 110, 59, 1, 10718, 4, 3, 65, 101, 116, 14384, 14389, 14393, 114, 114, 59, 1, 10498, 59, 3, 8804, 8402, 4, 2, 59, 114, 14399, 14402, 3, 60, 8402, 105, 101, 59, 3, 8884, 8402, 4, 2, 65, 116, 14414, 14419, 114, 114, 59, 1, 10499, 114, 105, 101, 59, 3, 8885, 8402, 105, 109, 59, 3, 8764, 8402, 4, 3, 65, 97, 110, 14440, 14445, 14468, 114, 114, 59, 1, 8662, 114, 4, 2, 104, 114, 14452, 14456, 107, 59, 1, 10531, 4, 2, 59, 111, 14462, 14464, 1, 8598, 119, 59, 1, 8598, 101, 97, 114, 59, 1, 10535, 4, 18, 83, 97, 99, 100, 101, 102, 103, 104, 105, 108, 109, 111, 112, 114, 115, 116, 117, 118, 14512, 14515, 14535, 14560, 14597, 14603, 14618, 14643, 14657, 14662, 14701, 14741, 14747, 14769, 14851, 14877, 14907, 14916, 59, 1, 9416, 4, 2, 99, 115, 14521, 14531, 117, 116, 101, 5, 243, 1, 59, 14529, 1, 243, 116, 59, 1, 8859, 4, 2, 105, 121, 14541, 14557, 114, 4, 2, 59, 99, 14548, 14550, 1, 8858, 5, 244, 1, 59, 14555, 1, 244, 59, 1, 1086, 4, 5, 97, 98, 105, 111, 115, 14572, 14577, 14583, 14587, 14591, 115, 104, 59, 1, 8861, 108, 97, 99, 59, 1, 337, 118, 59, 1, 10808, 116, 59, 1, 8857, 111, 108, 100, 59, 1, 10684, 108, 105, 103, 59, 1, 339, 4, 2, 99, 114, 14609, 14614, 105, 114, 59, 1, 10687, 59, 3, 55349, 56620, 4, 3, 111, 114, 116, 14626, 14630, 14640, 110, 59, 1, 731, 97, 118, 101, 5, 242, 1, 59, 14638, 1, 242, 59, 1, 10689, 4, 2, 98, 109, 14649, 14654, 97, 114, 59, 1, 10677, 59, 1, 937, 110, 116, 59, 1, 8750, 4, 4, 97, 99, 105, 116, 14672, 14677, 14693, 14698, 114, 114, 59, 1, 8634, 4, 2, 105, 114, 14683, 14687, 114, 59, 1, 10686, 111, 115, 115, 59, 1, 10683, 110, 101, 59, 1, 8254, 59, 1, 10688, 4, 3, 97, 101, 105, 14709, 14714, 14719, 99, 114, 59, 1, 333, 103, 97, 59, 1, 969, 4, 3, 99, 100, 110, 14727, 14733, 14736, 114, 111, 110, 59, 1, 959, 59, 1, 10678, 117, 115, 59, 1, 8854, 112, 102, 59, 3, 55349, 56672, 4, 3, 97, 101, 108, 14755, 14759, 14764, 114, 59, 1, 10679, 114, 112, 59, 1, 10681, 117, 115, 59, 1, 8853, 4, 7, 59, 97, 100, 105, 111, 115, 118, 14785, 14787, 14792, 14831, 14837, 14841, 14848, 1, 8744, 114, 114, 59, 1, 8635, 4, 4, 59, 101, 102, 109, 14802, 14804, 14817, 14824, 1, 10845, 114, 4, 2, 59, 111, 14811, 14813, 1, 8500, 102, 59, 1, 8500, 5, 170, 1, 59, 14822, 1, 170, 5, 186, 1, 59, 14829, 1, 186, 103, 111, 102, 59, 1, 8886, 114, 59, 1, 10838, 108, 111, 112, 101, 59, 1, 10839, 59, 1, 10843, 4, 3, 99, 108, 111, 14859, 14863, 14873, 114, 59, 1, 8500, 97, 115, 104, 5, 248, 1, 59, 14871, 1, 248, 108, 59, 1, 8856, 105, 4, 2, 108, 109, 14884, 14893, 100, 101, 5, 245, 1, 59, 14891, 1, 245, 101, 115, 4, 2, 59, 97, 14901, 14903, 1, 8855, 115, 59, 1, 10806, 109, 108, 5, 246, 1, 59, 14914, 1, 246, 98, 97, 114, 59, 1, 9021, 4, 12, 97, 99, 101, 102, 104, 105, 108, 109, 111, 114, 115, 117, 14948, 14992, 14996, 15033, 15038, 15068, 15090, 15189, 15192, 15222, 15427, 15441, 114, 4, 4, 59, 97, 115, 116, 14959, 14961, 14976, 14989, 1, 8741, 5, 182, 2, 59, 108, 14968, 14970, 1, 182, 108, 101, 108, 59, 1, 8741, 4, 2, 105, 108, 14982, 14986, 109, 59, 1, 10995, 59, 1, 11005, 59, 1, 8706, 121, 59, 1, 1087, 114, 4, 5, 99, 105, 109, 112, 116, 15009, 15014, 15019, 15024, 15027, 110, 116, 59, 1, 37, 111, 100, 59, 1, 46, 105, 108, 59, 1, 8240, 59, 1, 8869, 101, 110, 107, 59, 1, 8241, 114, 59, 3, 55349, 56621, 4, 3, 105, 109, 111, 15046, 15057, 15063, 4, 2, 59, 118, 15052, 15054, 1, 966, 59, 1, 981, 109, 97, 116, 59, 1, 8499, 110, 101, 59, 1, 9742, 4, 3, 59, 116, 118, 15076, 15078, 15087, 1, 960, 99, 104, 102, 111, 114, 107, 59, 1, 8916, 59, 1, 982, 4, 2, 97, 117, 15096, 15119, 110, 4, 2, 99, 107, 15103, 15115, 107, 4, 2, 59, 104, 15110, 15112, 1, 8463, 59, 1, 8462, 118, 59, 1, 8463, 115, 4, 9, 59, 97, 98, 99, 100, 101, 109, 115, 116, 15140, 15142, 15148, 15151, 15156, 15168, 15171, 15179, 15184, 1, 43, 99, 105, 114, 59, 1, 10787, 59, 1, 8862, 105, 114, 59, 1, 10786, 4, 2, 111, 117, 15162, 15165, 59, 1, 8724, 59, 1, 10789, 59, 1, 10866, 110, 5, 177, 1, 59, 15177, 1, 177, 105, 109, 59, 1, 10790, 119, 111, 59, 1, 10791, 59, 1, 177, 4, 3, 105, 112, 117, 15200, 15208, 15213, 110, 116, 105, 110, 116, 59, 1, 10773, 102, 59, 3, 55349, 56673, 110, 100, 5, 163, 1, 59, 15220, 1, 163, 4, 10, 59, 69, 97, 99, 101, 105, 110, 111, 115, 117, 15244, 15246, 15249, 15253, 15258, 15334, 15347, 15367, 15416, 15421, 1, 8826, 59, 1, 10931, 112, 59, 1, 10935, 117, 101, 59, 1, 8828, 4, 2, 59, 99, 15264, 15266, 1, 10927, 4, 6, 59, 97, 99, 101, 110, 115, 15280, 15282, 15290, 15299, 15303, 15329, 1, 8826, 112, 112, 114, 111, 120, 59, 1, 10935, 117, 114, 108, 121, 101, 113, 59, 1, 8828, 113, 59, 1, 10927, 4, 3, 97, 101, 115, 15311, 15319, 15324, 112, 112, 114, 111, 120, 59, 1, 10937, 113, 113, 59, 1, 10933, 105, 109, 59, 1, 8936, 105, 109, 59, 1, 8830, 109, 101, 4, 2, 59, 115, 15342, 15344, 1, 8242, 59, 1, 8473, 4, 3, 69, 97, 115, 15355, 15358, 15362, 59, 1, 10933, 112, 59, 1, 10937, 105, 109, 59, 1, 8936, 4, 3, 100, 102, 112, 15375, 15378, 15404, 59, 1, 8719, 4, 3, 97, 108, 115, 15386, 15392, 15398, 108, 97, 114, 59, 1, 9006, 105, 110, 101, 59, 1, 8978, 117, 114, 102, 59, 1, 8979, 4, 2, 59, 116, 15410, 15412, 1, 8733, 111, 59, 1, 8733, 105, 109, 59, 1, 8830, 114, 101, 108, 59, 1, 8880, 4, 2, 99, 105, 15433, 15438, 114, 59, 3, 55349, 56517, 59, 1, 968, 110, 99, 115, 112, 59, 1, 8200, 4, 6, 102, 105, 111, 112, 115, 117, 15462, 15467, 15472, 15478, 15485, 15491, 114, 59, 3, 55349, 56622, 110, 116, 59, 1, 10764, 112, 102, 59, 3, 55349, 56674, 114, 105, 109, 101, 59, 1, 8279, 99, 114, 59, 3, 55349, 56518, 4, 3, 97, 101, 111, 15499, 15520, 15534, 116, 4, 2, 101, 105, 15506, 15515, 114, 110, 105, 111, 110, 115, 59, 1, 8461, 110, 116, 59, 1, 10774, 115, 116, 4, 2, 59, 101, 15528, 15530, 1, 63, 113, 59, 1, 8799, 116, 5, 34, 1, 59, 15540, 1, 34, 4, 21, 65, 66, 72, 97, 98, 99, 100, 101, 102, 104, 105, 108, 109, 110, 111, 112, 114, 115, 116, 117, 120, 15586, 15609, 15615, 15620, 15796, 15855, 15893, 15931, 15977, 16001, 16039, 16183, 16204, 16222, 16228, 16285, 16312, 16318, 16363, 16408, 16416, 4, 3, 97, 114, 116, 15594, 15599, 15603, 114, 114, 59, 1, 8667, 114, 59, 1, 8658, 97, 105, 108, 59, 1, 10524, 97, 114, 114, 59, 1, 10511, 97, 114, 59, 1, 10596, 4, 7, 99, 100, 101, 110, 113, 114, 116, 15636, 15651, 15656, 15664, 15687, 15696, 15770, 4, 2, 101, 117, 15642, 15646, 59, 3, 8765, 817, 116, 101, 59, 1, 341, 105, 99, 59, 1, 8730, 109, 112, 116, 121, 118, 59, 1, 10675, 103, 4, 4, 59, 100, 101, 108, 15675, 15677, 15680, 15683, 1, 10217, 59, 1, 10642, 59, 1, 10661, 101, 59, 1, 10217, 117, 111, 5, 187, 1, 59, 15694, 1, 187, 114, 4, 11, 59, 97, 98, 99, 102, 104, 108, 112, 115, 116, 119, 15721, 15723, 15727, 15739, 15742, 15746, 15750, 15754, 15758, 15763, 15767, 1, 8594, 112, 59, 1, 10613, 4, 2, 59, 102, 15733, 15735, 1, 8677, 115, 59, 1, 10528, 59, 1, 10547, 115, 59, 1, 10526, 107, 59, 1, 8618, 112, 59, 1, 8620, 108, 59, 1, 10565, 105, 109, 59, 1, 10612, 108, 59, 1, 8611, 59, 1, 8605, 4, 2, 97, 105, 15776, 15781, 105, 108, 59, 1, 10522, 111, 4, 2, 59, 110, 15788, 15790, 1, 8758, 97, 108, 115, 59, 1, 8474, 4, 3, 97, 98, 114, 15804, 15809, 15814, 114, 114, 59, 1, 10509, 114, 107, 59, 1, 10099, 4, 2, 97, 107, 15820, 15833, 99, 4, 2, 101, 107, 15827, 15830, 59, 1, 125, 59, 1, 93, 4, 2, 101, 115, 15839, 15842, 59, 1, 10636, 108, 4, 2, 100, 117, 15849, 15852, 59, 1, 10638, 59, 1, 10640, 4, 4, 97, 101, 117, 121, 15865, 15871, 15886, 15890, 114, 111, 110, 59, 1, 345, 4, 2, 100, 105, 15877, 15882, 105, 108, 59, 1, 343, 108, 59, 1, 8969, 98, 59, 1, 125, 59, 1, 1088, 4, 4, 99, 108, 113, 115, 15903, 15907, 15914, 15927, 97, 59, 1, 10551, 100, 104, 97, 114, 59, 1, 10601, 117, 111, 4, 2, 59, 114, 15922, 15924, 1, 8221, 59, 1, 8221, 104, 59, 1, 8627, 4, 3, 97, 99, 103, 15939, 15966, 15970, 108, 4, 4, 59, 105, 112, 115, 15950, 15952, 15957, 15963, 1, 8476, 110, 101, 59, 1, 8475, 97, 114, 116, 59, 1, 8476, 59, 1, 8477, 116, 59, 1, 9645, 5, 174, 1, 59, 15975, 1, 174, 4, 3, 105, 108, 114, 15985, 15991, 15997, 115, 104, 116, 59, 1, 10621, 111, 111, 114, 59, 1, 8971, 59, 3, 55349, 56623, 4, 2, 97, 111, 16007, 16028, 114, 4, 2, 100, 117, 16014, 16017, 59, 1, 8641, 4, 2, 59, 108, 16023, 16025, 1, 8640, 59, 1, 10604, 4, 2, 59, 118, 16034, 16036, 1, 961, 59, 1, 1009, 4, 3, 103, 110, 115, 16047, 16167, 16171, 104, 116, 4, 6, 97, 104, 108, 114, 115, 116, 16063, 16081, 16103, 16130, 16143, 16155, 114, 114, 111, 119, 4, 2, 59, 116, 16073, 16075, 1, 8594, 97, 105, 108, 59, 1, 8611, 97, 114, 112, 111, 111, 110, 4, 2, 100, 117, 16093, 16099, 111, 119, 110, 59, 1, 8641, 112, 59, 1, 8640, 101, 102, 116, 4, 2, 97, 104, 16112, 16120, 114, 114, 111, 119, 115, 59, 1, 8644, 97, 114, 112, 111, 111, 110, 115, 59, 1, 8652, 105, 103, 104, 116, 97, 114, 114, 111, 119, 115, 59, 1, 8649, 113, 117, 105, 103, 97, 114, 114, 111, 119, 59, 1, 8605, 104, 114, 101, 101, 116, 105, 109, 101, 115, 59, 1, 8908, 103, 59, 1, 730, 105, 110, 103, 100, 111, 116, 115, 101, 113, 59, 1, 8787, 4, 3, 97, 104, 109, 16191, 16196, 16201, 114, 114, 59, 1, 8644, 97, 114, 59, 1, 8652, 59, 1, 8207, 111, 117, 115, 116, 4, 2, 59, 97, 16214, 16216, 1, 9137, 99, 104, 101, 59, 1, 9137, 109, 105, 100, 59, 1, 10990, 4, 4, 97, 98, 112, 116, 16238, 16252, 16257, 16278, 4, 2, 110, 114, 16244, 16248, 103, 59, 1, 10221, 114, 59, 1, 8702, 114, 107, 59, 1, 10215, 4, 3, 97, 102, 108, 16265, 16269, 16273, 114, 59, 1, 10630, 59, 3, 55349, 56675, 117, 115, 59, 1, 10798, 105, 109, 101, 115, 59, 1, 10805, 4, 2, 97, 112, 16291, 16304, 114, 4, 2, 59, 103, 16298, 16300, 1, 41, 116, 59, 1, 10644, 111, 108, 105, 110, 116, 59, 1, 10770, 97, 114, 114, 59, 1, 8649, 4, 4, 97, 99, 104, 113, 16328, 16334, 16339, 16342, 113, 117, 111, 59, 1, 8250, 114, 59, 3, 55349, 56519, 59, 1, 8625, 4, 2, 98, 117, 16348, 16351, 59, 1, 93, 111, 4, 2, 59, 114, 16358, 16360, 1, 8217, 59, 1, 8217, 4, 3, 104, 105, 114, 16371, 16377, 16383, 114, 101, 101, 59, 1, 8908, 109, 101, 115, 59, 1, 8906, 105, 4, 4, 59, 101, 102, 108, 16394, 16396, 16399, 16402, 1, 9657, 59, 1, 8885, 59, 1, 9656, 116, 114, 105, 59, 1, 10702, 108, 117, 104, 97, 114, 59, 1, 10600, 59, 1, 8478, 4, 19, 97, 98, 99, 100, 101, 102, 104, 105, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 122, 16459, 16466, 16472, 16572, 16590, 16672, 16687, 16746, 16844, 16850, 16924, 16963, 16988, 17115, 17121, 17154, 17206, 17614, 17656, 99, 117, 116, 101, 59, 1, 347, 113, 117, 111, 59, 1, 8218, 4, 10, 59, 69, 97, 99, 101, 105, 110, 112, 115, 121, 16494, 16496, 16499, 16513, 16518, 16531, 16536, 16556, 16564, 16569, 1, 8827, 59, 1, 10932, 4, 2, 112, 114, 16505, 16508, 59, 1, 10936, 111, 110, 59, 1, 353, 117, 101, 59, 1, 8829, 4, 2, 59, 100, 16524, 16526, 1, 10928, 105, 108, 59, 1, 351, 114, 99, 59, 1, 349, 4, 3, 69, 97, 115, 16544, 16547, 16551, 59, 1, 10934, 112, 59, 1, 10938, 105, 109, 59, 1, 8937, 111, 108, 105, 110, 116, 59, 1, 10771, 105, 109, 59, 1, 8831, 59, 1, 1089, 111, 116, 4, 3, 59, 98, 101, 16582, 16584, 16587, 1, 8901, 59, 1, 8865, 59, 1, 10854, 4, 7, 65, 97, 99, 109, 115, 116, 120, 16606, 16611, 16634, 16642, 16646, 16652, 16668, 114, 114, 59, 1, 8664, 114, 4, 2, 104, 114, 16618, 16622, 107, 59, 1, 10533, 4, 2, 59, 111, 16628, 16630, 1, 8600, 119, 59, 1, 8600, 116, 5, 167, 1, 59, 16640, 1, 167, 105, 59, 1, 59, 119, 97, 114, 59, 1, 10537, 109, 4, 2, 105, 110, 16659, 16665, 110, 117, 115, 59, 1, 8726, 59, 1, 8726, 116, 59, 1, 10038, 114, 4, 2, 59, 111, 16679, 16682, 3, 55349, 56624, 119, 110, 59, 1, 8994, 4, 4, 97, 99, 111, 121, 16697, 16702, 16716, 16739, 114, 112, 59, 1, 9839, 4, 2, 104, 121, 16708, 16713, 99, 121, 59, 1, 1097, 59, 1, 1096, 114, 116, 4, 2, 109, 112, 16724, 16729, 105, 100, 59, 1, 8739, 97, 114, 97, 108, 108, 101, 108, 59, 1, 8741, 5, 173, 1, 59, 16744, 1, 173, 4, 2, 103, 109, 16752, 16770, 109, 97, 4, 3, 59, 102, 118, 16762, 16764, 16767, 1, 963, 59, 1, 962, 59, 1, 962, 4, 8, 59, 100, 101, 103, 108, 110, 112, 114, 16788, 16790, 16795, 16806, 16817, 16828, 16832, 16838, 1, 8764, 111, 116, 59, 1, 10858, 4, 2, 59, 113, 16801, 16803, 1, 8771, 59, 1, 8771, 4, 2, 59, 69, 16812, 16814, 1, 10910, 59, 1, 10912, 4, 2, 59, 69, 16823, 16825, 1, 10909, 59, 1, 10911, 101, 59, 1, 8774, 108, 117, 115, 59, 1, 10788, 97, 114, 114, 59, 1, 10610, 97, 114, 114, 59, 1, 8592, 4, 4, 97, 101, 105, 116, 16860, 16883, 16891, 16904, 4, 2, 108, 115, 16866, 16878, 108, 115, 101, 116, 109, 105, 110, 117, 115, 59, 1, 8726, 104, 112, 59, 1, 10803, 112, 97, 114, 115, 108, 59, 1, 10724, 4, 2, 100, 108, 16897, 16900, 59, 1, 8739, 101, 59, 1, 8995, 4, 2, 59, 101, 16910, 16912, 1, 10922, 4, 2, 59, 115, 16918, 16920, 1, 10924, 59, 3, 10924, 65024, 4, 3, 102, 108, 112, 16932, 16938, 16958, 116, 99, 121, 59, 1, 1100, 4, 2, 59, 98, 16944, 16946, 1, 47, 4, 2, 59, 97, 16952, 16954, 1, 10692, 114, 59, 1, 9023, 102, 59, 3, 55349, 56676, 97, 4, 2, 100, 114, 16970, 16985, 101, 115, 4, 2, 59, 117, 16978, 16980, 1, 9824, 105, 116, 59, 1, 9824, 59, 1, 8741, 4, 3, 99, 115, 117, 16996, 17028, 17089, 4, 2, 97, 117, 17002, 17015, 112, 4, 2, 59, 115, 17009, 17011, 1, 8851, 59, 3, 8851, 65024, 112, 4, 2, 59, 115, 17022, 17024, 1, 8852, 59, 3, 8852, 65024, 117, 4, 2, 98, 112, 17035, 17062, 4, 3, 59, 101, 115, 17043, 17045, 17048, 1, 8847, 59, 1, 8849, 101, 116, 4, 2, 59, 101, 17056, 17058, 1, 8847, 113, 59, 1, 8849, 4, 3, 59, 101, 115, 17070, 17072, 17075, 1, 8848, 59, 1, 8850, 101, 116, 4, 2, 59, 101, 17083, 17085, 1, 8848, 113, 59, 1, 8850, 4, 3, 59, 97, 102, 17097, 17099, 17112, 1, 9633, 114, 4, 2, 101, 102, 17106, 17109, 59, 1, 9633, 59, 1, 9642, 59, 1, 9642, 97, 114, 114, 59, 1, 8594, 4, 4, 99, 101, 109, 116, 17131, 17136, 17142, 17148, 114, 59, 3, 55349, 56520, 116, 109, 110, 59, 1, 8726, 105, 108, 101, 59, 1, 8995, 97, 114, 102, 59, 1, 8902, 4, 2, 97, 114, 17160, 17172, 114, 4, 2, 59, 102, 17167, 17169, 1, 9734, 59, 1, 9733, 4, 2, 97, 110, 17178, 17202, 105, 103, 104, 116, 4, 2, 101, 112, 17188, 17197, 112, 115, 105, 108, 111, 110, 59, 1, 1013, 104, 105, 59, 1, 981, 115, 59, 1, 175, 4, 5, 98, 99, 109, 110, 112, 17218, 17351, 17420, 17423, 17427, 4, 9, 59, 69, 100, 101, 109, 110, 112, 114, 115, 17238, 17240, 17243, 17248, 17261, 17267, 17279, 17285, 17291, 1, 8834, 59, 1, 10949, 111, 116, 59, 1, 10941, 4, 2, 59, 100, 17254, 17256, 1, 8838, 111, 116, 59, 1, 10947, 117, 108, 116, 59, 1, 10945, 4, 2, 69, 101, 17273, 17276, 59, 1, 10955, 59, 1, 8842, 108, 117, 115, 59, 1, 10943, 97, 114, 114, 59, 1, 10617, 4, 3, 101, 105, 117, 17299, 17335, 17339, 116, 4, 3, 59, 101, 110, 17308, 17310, 17322, 1, 8834, 113, 4, 2, 59, 113, 17317, 17319, 1, 8838, 59, 1, 10949, 101, 113, 4, 2, 59, 113, 17330, 17332, 1, 8842, 59, 1, 10955, 109, 59, 1, 10951, 4, 2, 98, 112, 17345, 17348, 59, 1, 10965, 59, 1, 10963, 99, 4, 6, 59, 97, 99, 101, 110, 115, 17366, 17368, 17376, 17385, 17389, 17415, 1, 8827, 112, 112, 114, 111, 120, 59, 1, 10936, 117, 114, 108, 121, 101, 113, 59, 1, 8829, 113, 59, 1, 10928, 4, 3, 97, 101, 115, 17397, 17405, 17410, 112, 112, 114, 111, 120, 59, 1, 10938, 113, 113, 59, 1, 10934, 105, 109, 59, 1, 8937, 105, 109, 59, 1, 8831, 59, 1, 8721, 103, 59, 1, 9834, 4, 13, 49, 50, 51, 59, 69, 100, 101, 104, 108, 109, 110, 112, 115, 17455, 17462, 17469, 17476, 17478, 17481, 17496, 17509, 17524, 17530, 17536, 17548, 17554, 5, 185, 1, 59, 17460, 1, 185, 5, 178, 1, 59, 17467, 1, 178, 5, 179, 1, 59, 17474, 1, 179, 1, 8835, 59, 1, 10950, 4, 2, 111, 115, 17487, 17491, 116, 59, 1, 10942, 117, 98, 59, 1, 10968, 4, 2, 59, 100, 17502, 17504, 1, 8839, 111, 116, 59, 1, 10948, 115, 4, 2, 111, 117, 17516, 17520, 108, 59, 1, 10185, 98, 59, 1, 10967, 97, 114, 114, 59, 1, 10619, 117, 108, 116, 59, 1, 10946, 4, 2, 69, 101, 17542, 17545, 59, 1, 10956, 59, 1, 8843, 108, 117, 115, 59, 1, 10944, 4, 3, 101, 105, 117, 17562, 17598, 17602, 116, 4, 3, 59, 101, 110, 17571, 17573, 17585, 1, 8835, 113, 4, 2, 59, 113, 17580, 17582, 1, 8839, 59, 1, 10950, 101, 113, 4, 2, 59, 113, 17593, 17595, 1, 8843, 59, 1, 10956, 109, 59, 1, 10952, 4, 2, 98, 112, 17608, 17611, 59, 1, 10964, 59, 1, 10966, 4, 3, 65, 97, 110, 17622, 17627, 17650, 114, 114, 59, 1, 8665, 114, 4, 2, 104, 114, 17634, 17638, 107, 59, 1, 10534, 4, 2, 59, 111, 17644, 17646, 1, 8601, 119, 59, 1, 8601, 119, 97, 114, 59, 1, 10538, 108, 105, 103, 5, 223, 1, 59, 17664, 1, 223, 4, 13, 97, 98, 99, 100, 101, 102, 104, 105, 111, 112, 114, 115, 119, 17694, 17709, 17714, 17737, 17742, 17749, 17754, 17860, 17905, 17957, 17964, 18090, 18122, 4, 2, 114, 117, 17700, 17706, 103, 101, 116, 59, 1, 8982, 59, 1, 964, 114, 107, 59, 1, 9140, 4, 3, 97, 101, 121, 17722, 17728, 17734, 114, 111, 110, 59, 1, 357, 100, 105, 108, 59, 1, 355, 59, 1, 1090, 111, 116, 59, 1, 8411, 108, 114, 101, 99, 59, 1, 8981, 114, 59, 3, 55349, 56625, 4, 4, 101, 105, 107, 111, 17764, 17805, 17836, 17851, 4, 2, 114, 116, 17770, 17786, 101, 4, 2, 52, 102, 17777, 17780, 59, 1, 8756, 111, 114, 101, 59, 1, 8756, 97, 4, 3, 59, 115, 118, 17795, 17797, 17802, 1, 952, 121, 109, 59, 1, 977, 59, 1, 977, 4, 2, 99, 110, 17811, 17831, 107, 4, 2, 97, 115, 17818, 17826, 112, 112, 114, 111, 120, 59, 1, 8776, 105, 109, 59, 1, 8764, 115, 112, 59, 1, 8201, 4, 2, 97, 115, 17842, 17846, 112, 59, 1, 8776, 105, 109, 59, 1, 8764, 114, 110, 5, 254, 1, 59, 17858, 1, 254, 4, 3, 108, 109, 110, 17868, 17873, 17901, 100, 101, 59, 1, 732, 101, 115, 5, 215, 3, 59, 98, 100, 17884, 17886, 17898, 1, 215, 4, 2, 59, 97, 17892, 17894, 1, 8864, 114, 59, 1, 10801, 59, 1, 10800, 116, 59, 1, 8749, 4, 3, 101, 112, 115, 17913, 17917, 17953, 97, 59, 1, 10536, 4, 4, 59, 98, 99, 102, 17927, 17929, 17934, 17939, 1, 8868, 111, 116, 59, 1, 9014, 105, 114, 59, 1, 10993, 4, 2, 59, 111, 17945, 17948, 3, 55349, 56677, 114, 107, 59, 1, 10970, 97, 59, 1, 10537, 114, 105, 109, 101, 59, 1, 8244, 4, 3, 97, 105, 112, 17972, 17977, 18082, 100, 101, 59, 1, 8482, 4, 7, 97, 100, 101, 109, 112, 115, 116, 17993, 18051, 18056, 18059, 18066, 18072, 18076, 110, 103, 108, 101, 4, 5, 59, 100, 108, 113, 114, 18009, 18011, 18017, 18032, 18035, 1, 9653, 111, 119, 110, 59, 1, 9663, 101, 102, 116, 4, 2, 59, 101, 18026, 18028, 1, 9667, 113, 59, 1, 8884, 59, 1, 8796, 105, 103, 104, 116, 4, 2, 59, 101, 18045, 18047, 1, 9657, 113, 59, 1, 8885, 111, 116, 59, 1, 9708, 59, 1, 8796, 105, 110, 117, 115, 59, 1, 10810, 108, 117, 115, 59, 1, 10809, 98, 59, 1, 10701, 105, 109, 101, 59, 1, 10811, 101, 122, 105, 117, 109, 59, 1, 9186, 4, 3, 99, 104, 116, 18098, 18111, 18116, 4, 2, 114, 121, 18104, 18108, 59, 3, 55349, 56521, 59, 1, 1094, 99, 121, 59, 1, 1115, 114, 111, 107, 59, 1, 359, 4, 2, 105, 111, 18128, 18133, 120, 116, 59, 1, 8812, 104, 101, 97, 100, 4, 2, 108, 114, 18143, 18154, 101, 102, 116, 97, 114, 114, 111, 119, 59, 1, 8606, 105, 103, 104, 116, 97, 114, 114, 111, 119, 59, 1, 8608, 4, 18, 65, 72, 97, 98, 99, 100, 102, 103, 104, 108, 109, 111, 112, 114, 115, 116, 117, 119, 18204, 18209, 18214, 18234, 18250, 18268, 18292, 18308, 18319, 18343, 18379, 18397, 18413, 18504, 18547, 18553, 18584, 18603, 114, 114, 59, 1, 8657, 97, 114, 59, 1, 10595, 4, 2, 99, 114, 18220, 18230, 117, 116, 101, 5, 250, 1, 59, 18228, 1, 250, 114, 59, 1, 8593, 114, 4, 2, 99, 101, 18241, 18245, 121, 59, 1, 1118, 118, 101, 59, 1, 365, 4, 2, 105, 121, 18256, 18265, 114, 99, 5, 251, 1, 59, 18263, 1, 251, 59, 1, 1091, 4, 3, 97, 98, 104, 18276, 18281, 18287, 114, 114, 59, 1, 8645, 108, 97, 99, 59, 1, 369, 97, 114, 59, 1, 10606, 4, 2, 105, 114, 18298, 18304, 115, 104, 116, 59, 1, 10622, 59, 3, 55349, 56626, 114, 97, 118, 101, 5, 249, 1, 59, 18317, 1, 249, 4, 2, 97, 98, 18325, 18338, 114, 4, 2, 108, 114, 18332, 18335, 59, 1, 8639, 59, 1, 8638, 108, 107, 59, 1, 9600, 4, 2, 99, 116, 18349, 18374, 4, 2, 111, 114, 18355, 18369, 114, 110, 4, 2, 59, 101, 18363, 18365, 1, 8988, 114, 59, 1, 8988, 111, 112, 59, 1, 8975, 114, 105, 59, 1, 9720, 4, 2, 97, 108, 18385, 18390, 99, 114, 59, 1, 363, 5, 168, 1, 59, 18395, 1, 168, 4, 2, 103, 112, 18403, 18408, 111, 110, 59, 1, 371, 102, 59, 3, 55349, 56678, 4, 6, 97, 100, 104, 108, 115, 117, 18427, 18434, 18445, 18470, 18475, 18494, 114, 114, 111, 119, 59, 1, 8593, 111, 119, 110, 97, 114, 114, 111, 119, 59, 1, 8597, 97, 114, 112, 111, 111, 110, 4, 2, 108, 114, 18457, 18463, 101, 102, 116, 59, 1, 8639, 105, 103, 104, 116, 59, 1, 8638, 117, 115, 59, 1, 8846, 105, 4, 3, 59, 104, 108, 18484, 18486, 18489, 1, 965, 59, 1, 978, 111, 110, 59, 1, 965, 112, 97, 114, 114, 111, 119, 115, 59, 1, 8648, 4, 3, 99, 105, 116, 18512, 18537, 18542, 4, 2, 111, 114, 18518, 18532, 114, 110, 4, 2, 59, 101, 18526, 18528, 1, 8989, 114, 59, 1, 8989, 111, 112, 59, 1, 8974, 110, 103, 59, 1, 367, 114, 105, 59, 1, 9721, 99, 114, 59, 3, 55349, 56522, 4, 3, 100, 105, 114, 18561, 18566, 18572, 111, 116, 59, 1, 8944, 108, 100, 101, 59, 1, 361, 105, 4, 2, 59, 102, 18579, 18581, 1, 9653, 59, 1, 9652, 4, 2, 97, 109, 18590, 18595, 114, 114, 59, 1, 8648, 108, 5, 252, 1, 59, 18601, 1, 252, 97, 110, 103, 108, 101, 59, 1, 10663, 4, 15, 65, 66, 68, 97, 99, 100, 101, 102, 108, 110, 111, 112, 114, 115, 122, 18643, 18648, 18661, 18667, 18847, 18851, 18857, 18904, 18909, 18915, 18931, 18937, 18943, 18949, 18996, 114, 114, 59, 1, 8661, 97, 114, 4, 2, 59, 118, 18656, 18658, 1, 10984, 59, 1, 10985, 97, 115, 104, 59, 1, 8872, 4, 2, 110, 114, 18673, 18679, 103, 114, 116, 59, 1, 10652, 4, 7, 101, 107, 110, 112, 114, 115, 116, 18695, 18704, 18711, 18720, 18742, 18754, 18810, 112, 115, 105, 108, 111, 110, 59, 1, 1013, 97, 112, 112, 97, 59, 1, 1008, 111, 116, 104, 105, 110, 103, 59, 1, 8709, 4, 3, 104, 105, 114, 18728, 18732, 18735, 105, 59, 1, 981, 59, 1, 982, 111, 112, 116, 111, 59, 1, 8733, 4, 2, 59, 104, 18748, 18750, 1, 8597, 111, 59, 1, 1009, 4, 2, 105, 117, 18760, 18766, 103, 109, 97, 59, 1, 962, 4, 2, 98, 112, 18772, 18791, 115, 101, 116, 110, 101, 113, 4, 2, 59, 113, 18784, 18787, 3, 8842, 65024, 59, 3, 10955, 65024, 115, 101, 116, 110, 101, 113, 4, 2, 59, 113, 18803, 18806, 3, 8843, 65024, 59, 3, 10956, 65024, 4, 2, 104, 114, 18816, 18822, 101, 116, 97, 59, 1, 977, 105, 97, 110, 103, 108, 101, 4, 2, 108, 114, 18834, 18840, 101, 102, 116, 59, 1, 8882, 105, 103, 104, 116, 59, 1, 8883, 121, 59, 1, 1074, 97, 115, 104, 59, 1, 8866, 4, 3, 101, 108, 114, 18865, 18884, 18890, 4, 3, 59, 98, 101, 18873, 18875, 18880, 1, 8744, 97, 114, 59, 1, 8891, 113, 59, 1, 8794, 108, 105, 112, 59, 1, 8942, 4, 2, 98, 116, 18896, 18901, 97, 114, 59, 1, 124, 59, 1, 124, 114, 59, 3, 55349, 56627, 116, 114, 105, 59, 1, 8882, 115, 117, 4, 2, 98, 112, 18923, 18927, 59, 3, 8834, 8402, 59, 3, 8835, 8402, 112, 102, 59, 3, 55349, 56679, 114, 111, 112, 59, 1, 8733, 116, 114, 105, 59, 1, 8883, 4, 2, 99, 117, 18955, 18960, 114, 59, 3, 55349, 56523, 4, 2, 98, 112, 18966, 18981, 110, 4, 2, 69, 101, 18973, 18977, 59, 3, 10955, 65024, 59, 3, 8842, 65024, 110, 4, 2, 69, 101, 18988, 18992, 59, 3, 10956, 65024, 59, 3, 8843, 65024, 105, 103, 122, 97, 103, 59, 1, 10650, 4, 7, 99, 101, 102, 111, 112, 114, 115, 19020, 19026, 19061, 19066, 19072, 19075, 19089, 105, 114, 99, 59, 1, 373, 4, 2, 100, 105, 19032, 19055, 4, 2, 98, 103, 19038, 19043, 97, 114, 59, 1, 10847, 101, 4, 2, 59, 113, 19050, 19052, 1, 8743, 59, 1, 8793, 101, 114, 112, 59, 1, 8472, 114, 59, 3, 55349, 56628, 112, 102, 59, 3, 55349, 56680, 59, 1, 8472, 4, 2, 59, 101, 19081, 19083, 1, 8768, 97, 116, 104, 59, 1, 8768, 99, 114, 59, 3, 55349, 56524, 4, 14, 99, 100, 102, 104, 105, 108, 109, 110, 111, 114, 115, 117, 118, 119, 19125, 19146, 19152, 19157, 19173, 19176, 19192, 19197, 19202, 19236, 19252, 19269, 19286, 19291, 4, 3, 97, 105, 117, 19133, 19137, 19142, 112, 59, 1, 8898, 114, 99, 59, 1, 9711, 112, 59, 1, 8899, 116, 114, 105, 59, 1, 9661, 114, 59, 3, 55349, 56629, 4, 2, 65, 97, 19163, 19168, 114, 114, 59, 1, 10234, 114, 114, 59, 1, 10231, 59, 1, 958, 4, 2, 65, 97, 19182, 19187, 114, 114, 59, 1, 10232, 114, 114, 59, 1, 10229, 97, 112, 59, 1, 10236, 105, 115, 59, 1, 8955, 4, 3, 100, 112, 116, 19210, 19215, 19230, 111, 116, 59, 1, 10752, 4, 2, 102, 108, 19221, 19225, 59, 3, 55349, 56681, 117, 115, 59, 1, 10753, 105, 109, 101, 59, 1, 10754, 4, 2, 65, 97, 19242, 19247, 114, 114, 59, 1, 10233, 114, 114, 59, 1, 10230, 4, 2, 99, 113, 19258, 19263, 114, 59, 3, 55349, 56525, 99, 117, 112, 59, 1, 10758, 4, 2, 112, 116, 19275, 19281, 108, 117, 115, 59, 1, 10756, 114, 105, 59, 1, 9651, 101, 101, 59, 1, 8897, 101, 100, 103, 101, 59, 1, 8896, 4, 8, 97, 99, 101, 102, 105, 111, 115, 117, 19316, 19335, 19349, 19357, 19362, 19367, 19373, 19379, 99, 4, 2, 117, 121, 19323, 19332, 116, 101, 5, 253, 1, 59, 19330, 1, 253, 59, 1, 1103, 4, 2, 105, 121, 19341, 19346, 114, 99, 59, 1, 375, 59, 1, 1099, 110, 5, 165, 1, 59, 19355, 1, 165, 114, 59, 3, 55349, 56630, 99, 121, 59, 1, 1111, 112, 102, 59, 3, 55349, 56682, 99, 114, 59, 3, 55349, 56526, 4, 2, 99, 109, 19385, 19389, 121, 59, 1, 1102, 108, 5, 255, 1, 59, 19395, 1, 255, 4, 10, 97, 99, 100, 101, 102, 104, 105, 111, 115, 119, 19419, 19426, 19441, 19446, 19462, 19467, 19472, 19480, 19486, 19492, 99, 117, 116, 101, 59, 1, 378, 4, 2, 97, 121, 19432, 19438, 114, 111, 110, 59, 1, 382, 59, 1, 1079, 111, 116, 59, 1, 380, 4, 2, 101, 116, 19452, 19458, 116, 114, 102, 59, 1, 8488, 97, 59, 1, 950, 114, 59, 3, 55349, 56631, 99, 121, 59, 1, 1078, 103, 114, 97, 114, 114, 59, 1, 8669, 112, 102, 59, 3, 55349, 56683, 99, 114, 59, 3, 55349, 56527, 4, 2, 106, 110, 19498, 19501, 59, 1, 8205, 106, 59, 1, 8204]);
79627
80009
  }
79628
80010
  });
@@ -79631,6 +80013,7 @@ var require_named_entity_data = __commonJS({
79631
80013
  var require_tokenizer = __commonJS({
79632
80014
  "node_modules/parse5/lib/tokenizer/index.js"(exports, module) {
79633
80015
  "use strict";
80016
+ init_define_HUM_CORE_SUBS();
79634
80017
  var Preprocessor = require_preprocessor();
79635
80018
  var unicode = require_unicode();
79636
80019
  var neTree = require_named_entity_data();
@@ -81571,6 +81954,7 @@ var require_tokenizer = __commonJS({
81571
81954
  var require_html = __commonJS({
81572
81955
  "node_modules/parse5/lib/common/html.js"(exports) {
81573
81956
  "use strict";
81957
+ init_define_HUM_CORE_SUBS();
81574
81958
  var NS = exports.NAMESPACES = {
81575
81959
  HTML: "http://www.w3.org/1999/xhtml",
81576
81960
  MATHML: "http://www.w3.org/1998/Math/MathML",
@@ -81823,6 +82207,7 @@ var require_html = __commonJS({
81823
82207
  var require_open_element_stack = __commonJS({
81824
82208
  "node_modules/parse5/lib/parser/open-element-stack.js"(exports, module) {
81825
82209
  "use strict";
82210
+ init_define_HUM_CORE_SUBS();
81826
82211
  var HTML = require_html();
81827
82212
  var $ = HTML.TAG_NAMES;
81828
82213
  var NS = HTML.NAMESPACES;
@@ -82166,6 +82551,7 @@ var require_open_element_stack = __commonJS({
82166
82551
  var require_formatting_element_list = __commonJS({
82167
82552
  "node_modules/parse5/lib/parser/formatting-element-list.js"(exports, module) {
82168
82553
  "use strict";
82554
+ init_define_HUM_CORE_SUBS();
82169
82555
  var NOAH_ARK_CAPACITY = 3;
82170
82556
  var FormattingElementList = class _FormattingElementList {
82171
82557
  constructor(treeAdapter) {
@@ -82306,6 +82692,7 @@ var require_formatting_element_list = __commonJS({
82306
82692
  var require_mixin = __commonJS({
82307
82693
  "node_modules/parse5/lib/utils/mixin.js"(exports, module) {
82308
82694
  "use strict";
82695
+ init_define_HUM_CORE_SUBS();
82309
82696
  var Mixin = class {
82310
82697
  constructor(host) {
82311
82698
  const originalMethods2 = {};
@@ -82342,6 +82729,7 @@ var require_mixin = __commonJS({
82342
82729
  var require_preprocessor_mixin = __commonJS({
82343
82730
  "node_modules/parse5/lib/extensions/position-tracking/preprocessor-mixin.js"(exports, module) {
82344
82731
  "use strict";
82732
+ init_define_HUM_CORE_SUBS();
82345
82733
  var Mixin = require_mixin();
82346
82734
  var PositionTrackingPreprocessorMixin = class extends Mixin {
82347
82735
  constructor(preprocessor) {
@@ -82395,6 +82783,7 @@ var require_preprocessor_mixin = __commonJS({
82395
82783
  var require_tokenizer_mixin = __commonJS({
82396
82784
  "node_modules/parse5/lib/extensions/location-info/tokenizer-mixin.js"(exports, module) {
82397
82785
  "use strict";
82786
+ init_define_HUM_CORE_SUBS();
82398
82787
  var Mixin = require_mixin();
82399
82788
  var Tokenizer = require_tokenizer();
82400
82789
  var PositionTrackingPreprocessorMixin = require_preprocessor_mixin();
@@ -82511,6 +82900,7 @@ var require_tokenizer_mixin = __commonJS({
82511
82900
  var require_open_element_stack_mixin = __commonJS({
82512
82901
  "node_modules/parse5/lib/extensions/location-info/open-element-stack-mixin.js"(exports, module) {
82513
82902
  "use strict";
82903
+ init_define_HUM_CORE_SUBS();
82514
82904
  var Mixin = require_mixin();
82515
82905
  var LocationInfoOpenElementStackMixin = class extends Mixin {
82516
82906
  constructor(stack, opts) {
@@ -82544,6 +82934,7 @@ var require_open_element_stack_mixin = __commonJS({
82544
82934
  var require_parser_mixin = __commonJS({
82545
82935
  "node_modules/parse5/lib/extensions/location-info/parser-mixin.js"(exports, module) {
82546
82936
  "use strict";
82937
+ init_define_HUM_CORE_SUBS();
82547
82938
  var Mixin = require_mixin();
82548
82939
  var Tokenizer = require_tokenizer();
82549
82940
  var LocationInfoTokenizerMixin = require_tokenizer_mixin();
@@ -82704,6 +83095,7 @@ var require_parser_mixin = __commonJS({
82704
83095
  var require_mixin_base = __commonJS({
82705
83096
  "node_modules/parse5/lib/extensions/error-reporting/mixin-base.js"(exports, module) {
82706
83097
  "use strict";
83098
+ init_define_HUM_CORE_SUBS();
82707
83099
  var Mixin = require_mixin();
82708
83100
  var ErrorReportingMixinBase = class extends Mixin {
82709
83101
  constructor(host, opts) {
@@ -82745,6 +83137,7 @@ var require_mixin_base = __commonJS({
82745
83137
  var require_preprocessor_mixin2 = __commonJS({
82746
83138
  "node_modules/parse5/lib/extensions/error-reporting/preprocessor-mixin.js"(exports, module) {
82747
83139
  "use strict";
83140
+ init_define_HUM_CORE_SUBS();
82748
83141
  var ErrorReportingMixinBase = require_mixin_base();
82749
83142
  var PositionTrackingPreprocessorMixin = require_preprocessor_mixin();
82750
83143
  var Mixin = require_mixin();
@@ -82769,6 +83162,7 @@ var require_preprocessor_mixin2 = __commonJS({
82769
83162
  var require_tokenizer_mixin2 = __commonJS({
82770
83163
  "node_modules/parse5/lib/extensions/error-reporting/tokenizer-mixin.js"(exports, module) {
82771
83164
  "use strict";
83165
+ init_define_HUM_CORE_SUBS();
82772
83166
  var ErrorReportingMixinBase = require_mixin_base();
82773
83167
  var ErrorReportingPreprocessorMixin = require_preprocessor_mixin2();
82774
83168
  var Mixin = require_mixin();
@@ -82787,6 +83181,7 @@ var require_tokenizer_mixin2 = __commonJS({
82787
83181
  var require_parser_mixin2 = __commonJS({
82788
83182
  "node_modules/parse5/lib/extensions/error-reporting/parser-mixin.js"(exports, module) {
82789
83183
  "use strict";
83184
+ init_define_HUM_CORE_SUBS();
82790
83185
  var ErrorReportingMixinBase = require_mixin_base();
82791
83186
  var ErrorReportingTokenizerMixin = require_tokenizer_mixin2();
82792
83187
  var LocationInfoTokenizerMixin = require_tokenizer_mixin();
@@ -82834,6 +83229,7 @@ var require_parser_mixin2 = __commonJS({
82834
83229
  var require_default = __commonJS({
82835
83230
  "node_modules/parse5/lib/tree-adapters/default.js"(exports) {
82836
83231
  "use strict";
83232
+ init_define_HUM_CORE_SUBS();
82837
83233
  var { DOCUMENT_MODE } = require_html();
82838
83234
  exports.createDocument = function() {
82839
83235
  return {
@@ -83008,6 +83404,7 @@ var require_default = __commonJS({
83008
83404
  var require_merge_options = __commonJS({
83009
83405
  "node_modules/parse5/lib/utils/merge-options.js"(exports, module) {
83010
83406
  "use strict";
83407
+ init_define_HUM_CORE_SUBS();
83011
83408
  module.exports = function mergeOptions(defaults, options2) {
83012
83409
  options2 = options2 || /* @__PURE__ */ Object.create(null);
83013
83410
  return [defaults, options2].reduce((merged, optObj) => {
@@ -83024,6 +83421,7 @@ var require_merge_options = __commonJS({
83024
83421
  var require_doctype = __commonJS({
83025
83422
  "node_modules/parse5/lib/common/doctype.js"(exports) {
83026
83423
  "use strict";
83424
+ init_define_HUM_CORE_SUBS();
83027
83425
  var { DOCUMENT_MODE } = require_html();
83028
83426
  var VALID_DOCTYPE_NAME = "html";
83029
83427
  var VALID_SYSTEM_ID = "about:legacy-compat";
@@ -83157,6 +83555,7 @@ var require_doctype = __commonJS({
83157
83555
  var require_foreign_content = __commonJS({
83158
83556
  "node_modules/parse5/lib/common/foreign-content.js"(exports) {
83159
83557
  "use strict";
83558
+ init_define_HUM_CORE_SUBS();
83160
83559
  var Tokenizer = require_tokenizer();
83161
83560
  var HTML = require_html();
83162
83561
  var $ = HTML.TAG_NAMES;
@@ -83393,6 +83792,7 @@ var require_foreign_content = __commonJS({
83393
83792
  var require_parser = __commonJS({
83394
83793
  "node_modules/parse5/lib/parser/index.js"(exports, module) {
83395
83794
  "use strict";
83795
+ init_define_HUM_CORE_SUBS();
83396
83796
  var Tokenizer = require_tokenizer();
83397
83797
  var OpenElementStack = require_open_element_stack();
83398
83798
  var FormattingElementList = require_formatting_element_list();
@@ -85644,6 +86044,7 @@ var require_parser = __commonJS({
85644
86044
  var require_serializer = __commonJS({
85645
86045
  "node_modules/parse5/lib/serializer/index.js"(exports, module) {
85646
86046
  "use strict";
86047
+ init_define_HUM_CORE_SUBS();
85647
86048
  var defaultTreeAdapter = require_default();
85648
86049
  var mergeOptions = require_merge_options();
85649
86050
  var doctype = require_doctype();
@@ -85761,6 +86162,7 @@ var require_serializer = __commonJS({
85761
86162
  var require_lib2 = __commonJS({
85762
86163
  "node_modules/parse5/lib/index.js"(exports) {
85763
86164
  "use strict";
86165
+ init_define_HUM_CORE_SUBS();
85764
86166
  var Parser = require_parser();
85765
86167
  var Serializer = require_serializer();
85766
86168
  exports.parse = function parse(html2, options2) {
@@ -85787,6 +86189,7 @@ var require_lib2 = __commonJS({
85787
86189
  var require_html2 = __commonJS({
85788
86190
  "node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/lib/common/html.js"(exports) {
85789
86191
  "use strict";
86192
+ init_define_HUM_CORE_SUBS();
85790
86193
  var NS = exports.NAMESPACES = {
85791
86194
  HTML: "http://www.w3.org/1999/xhtml",
85792
86195
  MATHML: "http://www.w3.org/1998/Math/MathML",
@@ -86039,6 +86442,7 @@ var require_html2 = __commonJS({
86039
86442
  var require_doctype2 = __commonJS({
86040
86443
  "node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/lib/common/doctype.js"(exports) {
86041
86444
  "use strict";
86445
+ init_define_HUM_CORE_SUBS();
86042
86446
  var { DOCUMENT_MODE } = require_html2();
86043
86447
  var VALID_DOCTYPE_NAME = "html";
86044
86448
  var VALID_SYSTEM_ID = "about:legacy-compat";
@@ -86172,6 +86576,7 @@ var require_doctype2 = __commonJS({
86172
86576
  var require_lib3 = __commonJS({
86173
86577
  "node_modules/parse5-htmlparser2-tree-adapter/lib/index.js"(exports) {
86174
86578
  "use strict";
86579
+ init_define_HUM_CORE_SUBS();
86175
86580
  var doctype = require_doctype2();
86176
86581
  var { DOCUMENT_MODE } = require_html2();
86177
86582
  var nodeTypes = {
@@ -86454,6 +86859,7 @@ var require_lib3 = __commonJS({
86454
86859
  var require_color_name = __commonJS({
86455
86860
  "node_modules/color-name/index.js"(exports, module) {
86456
86861
  "use strict";
86862
+ init_define_HUM_CORE_SUBS();
86457
86863
  module.exports = {
86458
86864
  "aliceblue": [240, 248, 255],
86459
86865
  "antiquewhite": [250, 235, 215],
@@ -86610,6 +87016,7 @@ var require_color_name = __commonJS({
86610
87016
  // node_modules/color-convert/conversions.js
86611
87017
  var require_conversions = __commonJS({
86612
87018
  "node_modules/color-convert/conversions.js"(exports, module) {
87019
+ init_define_HUM_CORE_SUBS();
86613
87020
  var cssKeywords = require_color_name();
86614
87021
  var reverseKeywords = {};
86615
87022
  for (const key of Object.keys(cssKeywords)) {
@@ -87281,6 +87688,7 @@ var require_conversions = __commonJS({
87281
87688
  // node_modules/color-convert/route.js
87282
87689
  var require_route = __commonJS({
87283
87690
  "node_modules/color-convert/route.js"(exports, module) {
87691
+ init_define_HUM_CORE_SUBS();
87284
87692
  var conversions = require_conversions();
87285
87693
  function buildGraph() {
87286
87694
  const graph = {};
@@ -87351,6 +87759,7 @@ var require_route = __commonJS({
87351
87759
  // node_modules/color-convert/index.js
87352
87760
  var require_color_convert = __commonJS({
87353
87761
  "node_modules/color-convert/index.js"(exports, module) {
87762
+ init_define_HUM_CORE_SUBS();
87354
87763
  var conversions = require_conversions();
87355
87764
  var route = require_route();
87356
87765
  var convert = {};
@@ -87413,6 +87822,7 @@ var require_color_convert = __commonJS({
87413
87822
  var require_ansi_styles = __commonJS({
87414
87823
  "node_modules/cli-highlight/node_modules/ansi-styles/index.js"(exports, module) {
87415
87824
  "use strict";
87825
+ init_define_HUM_CORE_SUBS();
87416
87826
  var wrapAnsi163 = (fn, offset) => (...args2) => {
87417
87827
  const code = fn(...args2);
87418
87828
  return `\x1B[${code + offset}m`;
@@ -87555,6 +87965,7 @@ var require_ansi_styles = __commonJS({
87555
87965
  var require_has_flag2 = __commonJS({
87556
87966
  "node_modules/has-flag/index.js"(exports, module) {
87557
87967
  "use strict";
87968
+ init_define_HUM_CORE_SUBS();
87558
87969
  module.exports = (flag, argv = process.argv) => {
87559
87970
  const prefix = flag.startsWith("-") ? "" : flag.length === 1 ? "-" : "--";
87560
87971
  const position = argv.indexOf(prefix + flag);
@@ -87568,6 +87979,7 @@ var require_has_flag2 = __commonJS({
87568
87979
  var require_supports_color = __commonJS({
87569
87980
  "node_modules/supports-color/index.js"(exports, module) {
87570
87981
  "use strict";
87982
+ init_define_HUM_CORE_SUBS();
87571
87983
  var os9 = __require("os");
87572
87984
  var tty3 = __require("tty");
87573
87985
  var hasFlag2 = require_has_flag2();
@@ -87670,6 +88082,7 @@ var require_supports_color = __commonJS({
87670
88082
  var require_util = __commonJS({
87671
88083
  "node_modules/cli-highlight/node_modules/chalk/source/util.js"(exports, module) {
87672
88084
  "use strict";
88085
+ init_define_HUM_CORE_SUBS();
87673
88086
  var stringReplaceAll2 = (string, substring, replacer) => {
87674
88087
  let index = string.indexOf(substring);
87675
88088
  if (index === -1) {
@@ -87709,6 +88122,7 @@ var require_util = __commonJS({
87709
88122
  var require_templates = __commonJS({
87710
88123
  "node_modules/cli-highlight/node_modules/chalk/source/templates.js"(exports, module) {
87711
88124
  "use strict";
88125
+ init_define_HUM_CORE_SUBS();
87712
88126
  var TEMPLATE_REGEX = /(?:\\(u(?:[a-f\d]{4}|\{[a-f\d]{1,6}\})|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi;
87713
88127
  var STYLE_REGEX = /(?:^|\.)(\w+)(?:\(([^)]*)\))?/g;
87714
88128
  var STRING_REGEX = /^(['"])((?:\\.|(?!\1)[^\\])*)\1$/;
@@ -87823,6 +88237,7 @@ var require_templates = __commonJS({
87823
88237
  var require_source = __commonJS({
87824
88238
  "node_modules/cli-highlight/node_modules/chalk/source/index.js"(exports, module) {
87825
88239
  "use strict";
88240
+ init_define_HUM_CORE_SUBS();
87826
88241
  var ansiStyles3 = require_ansi_styles();
87827
88242
  var { stdout: stdoutColor2, stderr: stderrColor2 } = require_supports_color();
87828
88243
  var {
@@ -88001,6 +88416,7 @@ var require_source = __commonJS({
88001
88416
  var require_theme = __commonJS({
88002
88417
  "node_modules/cli-highlight/dist/theme.js"(exports) {
88003
88418
  "use strict";
88419
+ init_define_HUM_CORE_SUBS();
88004
88420
  var __importDefault = exports && exports.__importDefault || function(mod) {
88005
88421
  return mod && mod.__esModule ? mod : { "default": mod };
88006
88422
  };
@@ -88226,6 +88642,7 @@ var require_theme = __commonJS({
88226
88642
  var require_dist = __commonJS({
88227
88643
  "node_modules/cli-highlight/dist/index.js"(exports) {
88228
88644
  "use strict";
88645
+ init_define_HUM_CORE_SUBS();
88229
88646
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
88230
88647
  if (k2 === void 0) k2 = k;
88231
88648
  Object.defineProperty(o, k2, { enumerable: true, get: function() {
@@ -88496,6 +88913,7 @@ function renderMarkdown(text, width) {
88496
88913
  var import_cli_table3, import_cli_highlight, ANSI_RE, displayLen, lexer2, ENTITIES, unescape2, wrap, indentBlock, HEADING;
88497
88914
  var init_markdown = __esm({
88498
88915
  async "src/markdown.js"() {
88916
+ init_define_HUM_CORE_SUBS();
88499
88917
  init_marked_esm();
88500
88918
  import_cli_table3 = __toESM(require_cli_table3(), 1);
88501
88919
  init_source();
@@ -88535,6 +88953,7 @@ var init_markdown = __esm({
88535
88953
  var require_react_jsx_runtime_production = __commonJS({
88536
88954
  "node_modules/react/cjs/react-jsx-runtime.production.js"(exports) {
88537
88955
  "use strict";
88956
+ init_define_HUM_CORE_SUBS();
88538
88957
  var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element");
88539
88958
  var REACT_FRAGMENT_TYPE = Symbol.for("react.fragment");
88540
88959
  function jsxProd(type, config, maybeKey) {
@@ -88565,6 +88984,7 @@ var require_react_jsx_runtime_production = __commonJS({
88565
88984
  var require_react_jsx_runtime_development = __commonJS({
88566
88985
  "node_modules/react/cjs/react-jsx-runtime.development.js"(exports) {
88567
88986
  "use strict";
88987
+ init_define_HUM_CORE_SUBS();
88568
88988
  "production" !== process.env.NODE_ENV && (function() {
88569
88989
  function getComponentNameFromType(type) {
88570
88990
  if (null == type) return null;
@@ -88822,6 +89242,7 @@ var require_react_jsx_runtime_development = __commonJS({
88822
89242
  var require_jsx_runtime = __commonJS({
88823
89243
  "node_modules/react/jsx-runtime.js"(exports, module) {
88824
89244
  "use strict";
89245
+ init_define_HUM_CORE_SUBS();
88825
89246
  if (process.env.NODE_ENV === "production") {
88826
89247
  module.exports = require_react_jsx_runtime_production();
88827
89248
  } else {
@@ -89036,8 +89457,9 @@ function installVersion(version, { env: env3 = process.env, say = (m) => console
89036
89457
  var win, MINE, npmFix, NPM_FIX, humHome, versionsDir, versionDir, pkgDir, coreDir, corePython, readyFile, entryFile, stampPath, statePath, isVersion, newer, run, ASK_VERSION, ASK_SSL, sslAdvice, readInstallState, writeInstallState, pause;
89037
89458
  var init_install = __esm({
89038
89459
  "src/install.js"() {
89460
+ init_define_HUM_CORE_SUBS();
89039
89461
  win = process.platform === "win32";
89040
- MINE = true ? "0.2.31" : "";
89462
+ MINE = true ? "0.2.33" : "";
89041
89463
  npmFix = (version = "") => `npm i -g @metaphi-ai/hum@${version || "latest"} --foreground-scripts`;
89042
89464
  NPM_FIX = npmFix("latest");
89043
89465
  humHome = (env3 = process.env) => env3.HUM_HOME || path.join(os3.homedir(), ".hum");
@@ -89236,6 +89658,7 @@ async function updateNow(layout2 = installLayout(), { mine = MINE, latest = late
89236
89658
  var dist, humHome2, win2, updateCommand, readyVersion, installerScript, stateFile, readState, writeState;
89237
89659
  var init_update = __esm({
89238
89660
  "src/update.js"() {
89661
+ init_define_HUM_CORE_SUBS();
89239
89662
  init_install();
89240
89663
  init_install();
89241
89664
  dist = (env3 = process.env) => (env3.HUM_DIST || "https://hum.metaphi.ai").replace(/\/+$/, "");
@@ -89382,10 +89805,10 @@ function clientEnv() {
89382
89805
  platform: process.platform,
89383
89806
  arch: process.arch,
89384
89807
  terminal: process.env.TERM_PROGRAM || (process.env.WT_SESSION ? "Windows Terminal" : process.env.TERM || ""),
89385
- tui: true ? "0.2.31" : ""
89808
+ tui: true ? "0.2.33" : ""
89386
89809
  };
89387
89810
  }
89388
- function startFailure(failures, { npm = /^(node|bun)(\.exe)?$/i.test(String(process.execPath).split(/[\\/]/).pop()), platform: platform2 = process.platform, version = true ? "0.2.31" : "" } = {}) {
89811
+ function startFailure(failures, { npm = /^(node|bun)(\.exe)?$/i.test(String(process.execPath).split(/[\\/]/).pop()), platform: platform2 = process.platform, version = true ? "0.2.33" : "" } = {}) {
89389
89812
  const refused = failures.find((f) => f.error && f.error.code !== "ENOENT");
89390
89813
  const fix = npm ? npmFix(version) : updateCommand({ kind: "native" }, platform2);
89391
89814
  if (!refused) {
@@ -89525,6 +89948,7 @@ async function startSession(cwd2, opts = {}, {
89525
89948
  var runDir, readRun, EngineError, win3, exists, RETRIES, RETRY_MS, Core;
89526
89949
  var init_core = __esm({
89527
89950
  "src/core.js"() {
89951
+ init_define_HUM_CORE_SUBS();
89528
89952
  init_install();
89529
89953
  init_update();
89530
89954
  runDir = () => path3.join(process.env.HUM_HOME || path3.join(os5.homedir(), ".hum"), "run");
@@ -89858,6 +90282,7 @@ async function peekSession(row, ready, make = (port2, token2) => new Core(port2,
89858
90282
  var firstLine, rank, needCount, stateText, fmtCost, PEEK_SETTLE_MS, asked;
89859
90283
  var init_agents = __esm({
89860
90284
  "src/agents.js"() {
90285
+ init_define_HUM_CORE_SUBS();
89861
90286
  init_core();
89862
90287
  firstLine = (s) => (s || "").trim().split("\n")[0] || "";
89863
90288
  rank = (r) => r.needs ? 0 : r.state === "busy" ? 1 : 2;
@@ -90111,6 +90536,7 @@ async function doctor({ json = false, mine, write = (t) => process.stdout.write(
90111
90536
  var isWin, npmFix2, exists2, realpath, tail, check2, PARSE_CONFIG, MARK;
90112
90537
  var init_doctor = __esm({
90113
90538
  "src/doctor.js"() {
90539
+ init_define_HUM_CORE_SUBS();
90114
90540
  init_core();
90115
90541
  init_install();
90116
90542
  init_update();
@@ -90339,6 +90765,7 @@ function Agents({ onAttach, onQuit, read = liveRows, peek = peekSession, stop =
90339
90765
  var import_react39, import_jsx_runtime4, EVERY_MS, PEEK_LINES2, pad, padLeft, FOOTER;
90340
90766
  var init_agents2 = __esm({
90341
90767
  async "src/agents.jsx"() {
90768
+ init_define_HUM_CORE_SUBS();
90342
90769
  import_react39 = __toESM(require_react(), 1);
90343
90770
  await init_build2();
90344
90771
  await init_theme();
@@ -90354,10 +90781,12 @@ var init_agents2 = __esm({
90354
90781
  });
90355
90782
 
90356
90783
  // src/cli.jsx
90784
+ init_define_HUM_CORE_SUBS();
90357
90785
  var import_react40 = __toESM(require_react(), 1);
90358
90786
  await init_build2();
90359
90787
 
90360
90788
  // src/app.jsx
90789
+ init_define_HUM_CORE_SUBS();
90361
90790
  var import_react38 = __toESM(require_react(), 1);
90362
90791
  await init_build2();
90363
90792
  await init_theme();
@@ -90366,6 +90795,7 @@ import os7 from "node:os";
90366
90795
  import path7 from "node:path";
90367
90796
 
90368
90797
  // node_modules/ink-spinner/build/index.js
90798
+ init_define_HUM_CORE_SUBS();
90369
90799
  var import_react35 = __toESM(require_react(), 1);
90370
90800
  await init_build2();
90371
90801
  var import_cli_spinners = __toESM(require_cli_spinners(), 1);
@@ -90392,6 +90822,7 @@ init_wrap_ansi2();
90392
90822
  await init_markdown();
90393
90823
 
90394
90824
  // src/diff.jsx
90825
+ init_define_HUM_CORE_SUBS();
90395
90826
  var import_react36 = __toESM(require_react(), 1);
90396
90827
  await init_build2();
90397
90828
  init_source();
@@ -90485,6 +90916,7 @@ function DiffStat({ stat, lines }) {
90485
90916
  }
90486
90917
 
90487
90918
  // src/consult.js
90919
+ init_define_HUM_CORE_SUBS();
90488
90920
  init_source();
90489
90921
  init_wrap_ansi2();
90490
90922
  await init_markdown();
@@ -90560,6 +90992,7 @@ function pickOf(step, said) {
90560
90992
  }
90561
90993
 
90562
90994
  // src/wordmark.js
90995
+ init_define_HUM_CORE_SUBS();
90563
90996
  var WORDMARK = [
90564
90997
  "\u2588\u2588\u2557 \u2588\u2588\u2557\u2588\u2588\u2557 \u2588\u2588\u2557\u2588\u2588\u2588\u2557 \u2588\u2588\u2588\u2557",
90565
90998
  "\u2588\u2588\u2551 \u2588\u2588\u2551\u2588\u2588\u2551 \u2588\u2588\u2551\u2588\u2588\u2588\u2588\u2557 \u2588\u2588\u2588\u2588\u2551",
@@ -90576,6 +91009,7 @@ var MASCOT = [
90576
91009
  var MASCOT_WIDTH = 10;
90577
91010
 
90578
91011
  // src/banner.js
91012
+ init_define_HUM_CORE_SUBS();
90579
91013
  function bannerLines(ev, homeRel2 = (p) => p, mine = "") {
90580
91014
  const state = ev.state && ev.state !== "new" && ev.state !== "idle" ? ` \xB7 ${ev.state}` : "";
90581
91015
  const drift = mine && ev.version && mine !== ev.version ? ` \xB7 you installed ${mine}` : "";
@@ -90590,6 +91024,7 @@ init_core();
90590
91024
  init_agents();
90591
91025
 
90592
91026
  // src/input.jsx
91027
+ init_define_HUM_CORE_SUBS();
90593
91028
  var import_react37 = __toESM(require_react(), 1);
90594
91029
  await init_build2();
90595
91030
  init_source();
@@ -90863,6 +91298,7 @@ function MultilineInput({
90863
91298
  var input_default = MultilineInput;
90864
91299
 
90865
91300
  // src/attention.js
91301
+ init_define_HUM_CORE_SUBS();
90866
91302
  import path6 from "node:path";
90867
91303
  var BEL3 = "\x07";
90868
91304
  var ASK_WAIT_MS = 6e3;
@@ -90887,7 +91323,7 @@ var after = (ms, fn) => {
90887
91323
 
90888
91324
  // src/app.jsx
90889
91325
  var import_jsx_runtime3 = __toESM(require_jsx_runtime(), 1);
90890
- var MINE2 = true ? "0.2.31" : "";
91326
+ var MINE2 = true ? "0.2.33" : "";
90891
91327
  var fmtDur = (s) => s < 60 ? `${Math.max(1, Math.round(s))}s` : `${Math.floor(s / 60)}m ${Math.round(s % 60)}s`;
90892
91328
  var plural = (n, w) => `${n} ${w}${n === 1 ? "" : "s"}`;
90893
91329
  var shortSession = (name) => (name || "").replace(/\.jsonl$/, "");
@@ -91020,7 +91456,7 @@ var COMMANDS = [
91020
91456
  { name: "/continue", desc: "after a pause: let the agent carry on" },
91021
91457
  { name: "/goal", desc: "the goal the session keeps working toward on its own, exchange after exchange, until the model marks it complete or blocked (/goal <objective>; /goal pause \xB7 resume \xB7 clear; /goal alone shows where it stands)" },
91022
91458
  { name: "/image", desc: "attach an image file to your next message (/image <path>); ctrl+v pastes a screenshot" },
91023
- { name: "/mcp", desc: "the MCP servers in this session \u2014 what each mounted, and any that did not" },
91459
+ { name: "/mcp", desc: "the MCP servers in this session: pick one to see its tools, reconnect, sign in or sign out (/mcp <name> goes straight to it)" },
91024
91460
  { name: "/memory", desc: "what this project taught Hum: where the memory files are and one line per entry; edit the files by hand" },
91025
91461
  { name: "/slack", desc: "this session's Slack thread \u2014 opened now in the declared channel when it has none \u2014 and whether you are paired" },
91026
91462
  { name: "/tools", desc: "the tools the model has, and the sandbox they run in" },
@@ -91055,6 +91491,14 @@ var HELP_PAD = Math.max(...COMMANDS.map((c) => c.name.length));
91055
91491
  var DIFF_TAIL_LINES = 20;
91056
91492
  var PATCH_LINES = 200;
91057
91493
  var NEEDS_EVERY_MS = 1e4;
91494
+ var serverState = (s) => s.mounting ? "mounting" : s.error ? s.error.startsWith("sign in first") ? "not signed in" : `not mounted \xB7 ${s.error}` : `${s.tools.length} tool${s.tools.length === 1 ? "" : "s"}${s.signed_in ? " \xB7 signed in" : ""}`;
91495
+ var serverActions = (s) => [
91496
+ { do: "tools", label: "show tools" },
91497
+ { do: "reconnect", label: "reconnect" },
91498
+ ...s.url && !s.signed_in ? [{ do: "login", label: "sign in" }] : [],
91499
+ ...s.url && s.signed_in ? [{ do: "logout", label: "sign out" }] : []
91500
+ ];
91501
+ var sourceLabel = (source) => ({ deployment: "deployment", config: "config", plugin: "plugin", agent: "agent file", program: "program" })[(source || "config").split(":")[0]] || source;
91058
91502
  var ESC_ESC_MS = 800;
91059
91503
  var REWIND_ROWS = 8;
91060
91504
  var REWIND_CHOICES = [
@@ -91234,6 +91678,7 @@ function App2({ core: core2, task, resume, images = [], peek = peekSession, upda
91234
91678
  const escRef = (0, import_react38.useRef)(0);
91235
91679
  const rewindRef = (0, import_react38.useRef)({ files: true, conversation: true });
91236
91680
  const wantRow = (0, import_react38.useRef)(null);
91681
+ const wantServer = (0, import_react38.useRef)(null);
91237
91682
  const wroteRef = (0, import_react38.useRef)(false);
91238
91683
  const preHello = (0, import_react38.useRef)([]);
91239
91684
  const [meter, setMeter] = (0, import_react38.useState)({ tokens: 0, cap: 0, input: 0, output: 0 });
@@ -91823,9 +92268,27 @@ ${r.content}`).join("\n\n") };
91823
92268
  dropAsk(ev.id);
91824
92269
  break;
91825
92270
  }
91826
- case "mcp":
91827
- append({ kind: "mcp", servers: ev.servers || [] });
92271
+ case "mcp": {
92272
+ const servers = ev.servers || [];
92273
+ const want = wantServer.current;
92274
+ wantServer.current = null;
92275
+ if (want === null) {
92276
+ append({ kind: "mcp", servers });
92277
+ break;
92278
+ }
92279
+ if (want === false) break;
92280
+ if (!servers.length) {
92281
+ append({ kind: "info", text: "no MCP servers in this session \xB7 hum mcp add <name> <url>" });
92282
+ break;
92283
+ }
92284
+ const at = want ? servers.findIndex((s) => s.name === want) : 0;
92285
+ if (at < 0) {
92286
+ append({ kind: "warn", text: `no server named ${want} here` });
92287
+ break;
92288
+ }
92289
+ setPicker({ kind: "mcp", servers, index: at, step: want ? "action" : "server", action: 0 });
91828
92290
  break;
92291
+ }
91829
92292
  case "memory": {
91830
92293
  const items2 = ev.items || [];
91831
92294
  append({ kind: "info", text: [
@@ -92254,6 +92717,32 @@ ${r.content}`).join("\n\n") };
92254
92717
  }
92255
92718
  }
92256
92719
  }
92720
+ if (picker && picker.kind === "mcp") {
92721
+ const s = picker.servers[picker.index];
92722
+ const acts = serverActions(s);
92723
+ const move = (field, n, d) => setPicker((p) => ({ ...p, [field]: (p[field] + n + d) % n }));
92724
+ if (picker.step === "server") {
92725
+ if (key.upArrow) move("index", picker.servers.length, -1);
92726
+ else if (key.downArrow || key.tab) move("index", picker.servers.length, 1);
92727
+ else if (key.escape) setPicker(null);
92728
+ else if (key.return) setPicker((p) => ({ ...p, step: "action", action: 0 }));
92729
+ else if (/^[1-9]$/.test(input) && Number(input) <= picker.servers.length) setPicker((p) => ({ ...p, index: Number(input) - 1 }));
92730
+ return;
92731
+ }
92732
+ if (key.upArrow) move("action", acts.length, -1);
92733
+ else if (key.downArrow || key.tab) move("action", acts.length, 1);
92734
+ else if (key.escape) setPicker((p) => ({ ...p, step: "server" }));
92735
+ else if (key.return) {
92736
+ setPicker(null);
92737
+ const act = acts[picker.action];
92738
+ if (act.do === "tools") append({ kind: "info", text: s.tools.length ? `${s.name}: ${s.tools.join(", ")}` : `${s.name}: no tools` });
92739
+ else {
92740
+ wantServer.current = false;
92741
+ core2.send({ cmd: "mcp", name: s.name, do: act.do });
92742
+ }
92743
+ } else if (/^[1-9]$/.test(input) && Number(input) <= acts.length) setPicker((p) => ({ ...p, action: Number(input) - 1 }));
92744
+ return;
92745
+ }
92257
92746
  if (picker && picker.kind === "reasoning") {
92258
92747
  const it = picker.items[picker.index];
92259
92748
  const pick = (keep) => {
@@ -92500,7 +92989,10 @@ ${r.content}`).join("\n\n") };
92500
92989
  break;
92501
92990
  case "/mcp":
92502
92991
  if (hello?.mcp === void 0) append({ kind: "warn", text: "this version of hum does not say what is mounted; update hum (/stop, then hum)" });
92503
- else core2.send({ cmd: "mcp" });
92992
+ else {
92993
+ wantServer.current = arg;
92994
+ core2.send({ cmd: "mcp" });
92995
+ }
92504
92996
  break;
92505
92997
  case "/accept":
92506
92998
  vote(1, arg);
@@ -92990,6 +93482,40 @@ ${r.content}`).join("\n\n") };
92990
93482
  /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(Text2, { dimColor: true, children: "esc goes back" })
92991
93483
  ] })
92992
93484
  ] }),
93485
+ picker && picker.kind === "mcp" && (() => {
93486
+ const s = picker.servers[picker.index];
93487
+ if (picker.step === "action") {
93488
+ const acts = serverActions(s);
93489
+ return /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(Box2, { flexDirection: "column", paddingX: 1, marginTop: 1, children: [
93490
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(Text2, { color: ACCENT, bold: true, children: [
93491
+ s.name,
93492
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(Text2, { dimColor: true, children: ` \xB7 ${serverState(s)} \xB7 ${s.at}` })
93493
+ ] }),
93494
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(Text2, { children: " " }),
93495
+ acts.map((a, i) => /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(Box2, { children: [
93496
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(Text2, { color: ACCENT, children: i === picker.action ? "\u276F " : " " }),
93497
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(Text2, { bold: i === picker.action, dimColor: i !== picker.action, children: `${i + 1}. ${a.label}` })
93498
+ ] }, a.do)),
93499
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(Text2, { children: " " }),
93500
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(Text2, { dimColor: true, children: "Enter to choose \xB7 Esc to go back" })
93501
+ ] });
93502
+ }
93503
+ const nameW = Math.max(...picker.servers.map((m) => m.name.length));
93504
+ return /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(Box2, { flexDirection: "column", paddingX: 1, marginTop: 1, children: [
93505
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(Text2, { color: ACCENT, bold: true, children: "MCP servers" }),
93506
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(Text2, { children: " " }),
93507
+ picker.servers.map((m, i) => /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(Box2, { children: [
93508
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(Text2, { color: ACCENT, children: i === picker.index ? "\u276F " : " " }),
93509
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(Text2, { bold: i === picker.index, children: `${i + 1}. ${m.name}`.padEnd(nameW + 4) }),
93510
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(Text2, { dimColor: i !== picker.index, children: [
93511
+ " ",
93512
+ `${sourceLabel(m.source)} \xB7 ${serverState(m)}`
93513
+ ] })
93514
+ ] }, m.name)),
93515
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(Text2, { children: " " }),
93516
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(Text2, { dimColor: true, children: "Enter to pick \xB7 Esc to close" })
93517
+ ] });
93518
+ })(),
92993
93519
  picker && picker.kind === "model" && /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(Box2, { flexDirection: "column", paddingX: 1, marginTop: 1, children: [
92994
93520
  /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(Text2, { color: ACCENT, bold: true, children: "Select model" }),
92995
93521
  /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(Text2, { dimColor: true, children: "Switch models. Served via Metaphi AI." }),
@@ -93269,7 +93795,7 @@ init_install();
93269
93795
  await init_theme();
93270
93796
  var import_jsx_runtime5 = __toESM(require_jsx_runtime(), 1);
93271
93797
  import { spawnSync as spawnSync6 } from "node:child_process";
93272
- var MINE3 = true ? "0.2.31" : "0.0.0";
93798
+ var MINE3 = true ? "0.2.33" : "0.0.0";
93273
93799
  var layout = installLayout();
93274
93800
  function completeInstall() {
93275
93801
  if (layout.kind !== "npm" || !needsInstall(MINE3)) return;
@@ -93279,7 +93805,7 @@ function completeInstall() {
93279
93805
  const r = installCore(MINE3, { say });
93280
93806
  if (!r.ok) say(`the update did not finish: ${r.error} \xB7 ${npmFix(MINE3)}`);
93281
93807
  }
93282
- var CORE_COMMANDS = /* @__PURE__ */ new Set(["run", "login", "logout", "whoami", "model", "key", "sessions", "show", "sync", "skill", "persona", "ps", "stop", "hooks", "core"]);
93808
+ var CORE_COMMANDS = new Set(typeof define_HUM_CORE_SUBS_default === "undefined" ? [] : define_HUM_CORE_SUBS_default);
93283
93809
  var argv0 = process.argv.slice(2);
93284
93810
  if (argv0[0] === "--version" || argv0[0] === "-V") {
93285
93811
  process.stdout.write(`hum ${MINE3}