@forbocai/test-game 0.6.2 → 0.6.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -1,3 +1,1585 @@
1
+ var __create = Object.create;
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __getProtoOf = Object.getPrototypeOf;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
8
+ get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
9
+ }) : x)(function(x) {
10
+ if (typeof require !== "undefined") return require.apply(this, arguments);
11
+ throw Error('Dynamic require of "' + x + '" is not supported');
12
+ });
13
+ var __commonJS = (cb, mod) => function __require2() {
14
+ return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
15
+ };
16
+ var __copyProps = (to, from, except, desc) => {
17
+ if (from && typeof from === "object" || typeof from === "function") {
18
+ for (let key of __getOwnPropNames(from))
19
+ if (!__hasOwnProp.call(to, key) && key !== except)
20
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
21
+ }
22
+ return to;
23
+ };
24
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
25
+ // If the importer is in node compatibility mode or this is not an ESM
26
+ // file that has been converted to a CommonJS file using a Babel-
27
+ // compatible transform (i.e. "__esModule" has not been set), then set
28
+ // "default" to the CommonJS "module.exports" for node compatibility.
29
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
30
+ mod
31
+ ));
32
+
33
+ // ../../node_modules/color-name/index.js
34
+ var require_color_name = __commonJS({
35
+ "../../node_modules/color-name/index.js"(exports, module) {
36
+ "use strict";
37
+ module.exports = {
38
+ "aliceblue": [240, 248, 255],
39
+ "antiquewhite": [250, 235, 215],
40
+ "aqua": [0, 255, 255],
41
+ "aquamarine": [127, 255, 212],
42
+ "azure": [240, 255, 255],
43
+ "beige": [245, 245, 220],
44
+ "bisque": [255, 228, 196],
45
+ "black": [0, 0, 0],
46
+ "blanchedalmond": [255, 235, 205],
47
+ "blue": [0, 0, 255],
48
+ "blueviolet": [138, 43, 226],
49
+ "brown": [165, 42, 42],
50
+ "burlywood": [222, 184, 135],
51
+ "cadetblue": [95, 158, 160],
52
+ "chartreuse": [127, 255, 0],
53
+ "chocolate": [210, 105, 30],
54
+ "coral": [255, 127, 80],
55
+ "cornflowerblue": [100, 149, 237],
56
+ "cornsilk": [255, 248, 220],
57
+ "crimson": [220, 20, 60],
58
+ "cyan": [0, 255, 255],
59
+ "darkblue": [0, 0, 139],
60
+ "darkcyan": [0, 139, 139],
61
+ "darkgoldenrod": [184, 134, 11],
62
+ "darkgray": [169, 169, 169],
63
+ "darkgreen": [0, 100, 0],
64
+ "darkgrey": [169, 169, 169],
65
+ "darkkhaki": [189, 183, 107],
66
+ "darkmagenta": [139, 0, 139],
67
+ "darkolivegreen": [85, 107, 47],
68
+ "darkorange": [255, 140, 0],
69
+ "darkorchid": [153, 50, 204],
70
+ "darkred": [139, 0, 0],
71
+ "darksalmon": [233, 150, 122],
72
+ "darkseagreen": [143, 188, 143],
73
+ "darkslateblue": [72, 61, 139],
74
+ "darkslategray": [47, 79, 79],
75
+ "darkslategrey": [47, 79, 79],
76
+ "darkturquoise": [0, 206, 209],
77
+ "darkviolet": [148, 0, 211],
78
+ "deeppink": [255, 20, 147],
79
+ "deepskyblue": [0, 191, 255],
80
+ "dimgray": [105, 105, 105],
81
+ "dimgrey": [105, 105, 105],
82
+ "dodgerblue": [30, 144, 255],
83
+ "firebrick": [178, 34, 34],
84
+ "floralwhite": [255, 250, 240],
85
+ "forestgreen": [34, 139, 34],
86
+ "fuchsia": [255, 0, 255],
87
+ "gainsboro": [220, 220, 220],
88
+ "ghostwhite": [248, 248, 255],
89
+ "gold": [255, 215, 0],
90
+ "goldenrod": [218, 165, 32],
91
+ "gray": [128, 128, 128],
92
+ "green": [0, 128, 0],
93
+ "greenyellow": [173, 255, 47],
94
+ "grey": [128, 128, 128],
95
+ "honeydew": [240, 255, 240],
96
+ "hotpink": [255, 105, 180],
97
+ "indianred": [205, 92, 92],
98
+ "indigo": [75, 0, 130],
99
+ "ivory": [255, 255, 240],
100
+ "khaki": [240, 230, 140],
101
+ "lavender": [230, 230, 250],
102
+ "lavenderblush": [255, 240, 245],
103
+ "lawngreen": [124, 252, 0],
104
+ "lemonchiffon": [255, 250, 205],
105
+ "lightblue": [173, 216, 230],
106
+ "lightcoral": [240, 128, 128],
107
+ "lightcyan": [224, 255, 255],
108
+ "lightgoldenrodyellow": [250, 250, 210],
109
+ "lightgray": [211, 211, 211],
110
+ "lightgreen": [144, 238, 144],
111
+ "lightgrey": [211, 211, 211],
112
+ "lightpink": [255, 182, 193],
113
+ "lightsalmon": [255, 160, 122],
114
+ "lightseagreen": [32, 178, 170],
115
+ "lightskyblue": [135, 206, 250],
116
+ "lightslategray": [119, 136, 153],
117
+ "lightslategrey": [119, 136, 153],
118
+ "lightsteelblue": [176, 196, 222],
119
+ "lightyellow": [255, 255, 224],
120
+ "lime": [0, 255, 0],
121
+ "limegreen": [50, 205, 50],
122
+ "linen": [250, 240, 230],
123
+ "magenta": [255, 0, 255],
124
+ "maroon": [128, 0, 0],
125
+ "mediumaquamarine": [102, 205, 170],
126
+ "mediumblue": [0, 0, 205],
127
+ "mediumorchid": [186, 85, 211],
128
+ "mediumpurple": [147, 112, 219],
129
+ "mediumseagreen": [60, 179, 113],
130
+ "mediumslateblue": [123, 104, 238],
131
+ "mediumspringgreen": [0, 250, 154],
132
+ "mediumturquoise": [72, 209, 204],
133
+ "mediumvioletred": [199, 21, 133],
134
+ "midnightblue": [25, 25, 112],
135
+ "mintcream": [245, 255, 250],
136
+ "mistyrose": [255, 228, 225],
137
+ "moccasin": [255, 228, 181],
138
+ "navajowhite": [255, 222, 173],
139
+ "navy": [0, 0, 128],
140
+ "oldlace": [253, 245, 230],
141
+ "olive": [128, 128, 0],
142
+ "olivedrab": [107, 142, 35],
143
+ "orange": [255, 165, 0],
144
+ "orangered": [255, 69, 0],
145
+ "orchid": [218, 112, 214],
146
+ "palegoldenrod": [238, 232, 170],
147
+ "palegreen": [152, 251, 152],
148
+ "paleturquoise": [175, 238, 238],
149
+ "palevioletred": [219, 112, 147],
150
+ "papayawhip": [255, 239, 213],
151
+ "peachpuff": [255, 218, 185],
152
+ "peru": [205, 133, 63],
153
+ "pink": [255, 192, 203],
154
+ "plum": [221, 160, 221],
155
+ "powderblue": [176, 224, 230],
156
+ "purple": [128, 0, 128],
157
+ "rebeccapurple": [102, 51, 153],
158
+ "red": [255, 0, 0],
159
+ "rosybrown": [188, 143, 143],
160
+ "royalblue": [65, 105, 225],
161
+ "saddlebrown": [139, 69, 19],
162
+ "salmon": [250, 128, 114],
163
+ "sandybrown": [244, 164, 96],
164
+ "seagreen": [46, 139, 87],
165
+ "seashell": [255, 245, 238],
166
+ "sienna": [160, 82, 45],
167
+ "silver": [192, 192, 192],
168
+ "skyblue": [135, 206, 235],
169
+ "slateblue": [106, 90, 205],
170
+ "slategray": [112, 128, 144],
171
+ "slategrey": [112, 128, 144],
172
+ "snow": [255, 250, 250],
173
+ "springgreen": [0, 255, 127],
174
+ "steelblue": [70, 130, 180],
175
+ "tan": [210, 180, 140],
176
+ "teal": [0, 128, 128],
177
+ "thistle": [216, 191, 216],
178
+ "tomato": [255, 99, 71],
179
+ "turquoise": [64, 224, 208],
180
+ "violet": [238, 130, 238],
181
+ "wheat": [245, 222, 179],
182
+ "white": [255, 255, 255],
183
+ "whitesmoke": [245, 245, 245],
184
+ "yellow": [255, 255, 0],
185
+ "yellowgreen": [154, 205, 50]
186
+ };
187
+ }
188
+ });
189
+
190
+ // ../../node_modules/color-convert/conversions.js
191
+ var require_conversions = __commonJS({
192
+ "../../node_modules/color-convert/conversions.js"(exports, module) {
193
+ "use strict";
194
+ var cssKeywords = require_color_name();
195
+ var reverseKeywords = {};
196
+ for (const key of Object.keys(cssKeywords)) {
197
+ reverseKeywords[cssKeywords[key]] = key;
198
+ }
199
+ var convert = {
200
+ rgb: { channels: 3, labels: "rgb" },
201
+ hsl: { channels: 3, labels: "hsl" },
202
+ hsv: { channels: 3, labels: "hsv" },
203
+ hwb: { channels: 3, labels: "hwb" },
204
+ cmyk: { channels: 4, labels: "cmyk" },
205
+ xyz: { channels: 3, labels: "xyz" },
206
+ lab: { channels: 3, labels: "lab" },
207
+ lch: { channels: 3, labels: "lch" },
208
+ hex: { channels: 1, labels: ["hex"] },
209
+ keyword: { channels: 1, labels: ["keyword"] },
210
+ ansi16: { channels: 1, labels: ["ansi16"] },
211
+ ansi256: { channels: 1, labels: ["ansi256"] },
212
+ hcg: { channels: 3, labels: ["h", "c", "g"] },
213
+ apple: { channels: 3, labels: ["r16", "g16", "b16"] },
214
+ gray: { channels: 1, labels: ["gray"] }
215
+ };
216
+ module.exports = convert;
217
+ for (const model of Object.keys(convert)) {
218
+ if (!("channels" in convert[model])) {
219
+ throw new Error("missing channels property: " + model);
220
+ }
221
+ if (!("labels" in convert[model])) {
222
+ throw new Error("missing channel labels property: " + model);
223
+ }
224
+ if (convert[model].labels.length !== convert[model].channels) {
225
+ throw new Error("channel and label counts mismatch: " + model);
226
+ }
227
+ const { channels, labels } = convert[model];
228
+ delete convert[model].channels;
229
+ delete convert[model].labels;
230
+ Object.defineProperty(convert[model], "channels", { value: channels });
231
+ Object.defineProperty(convert[model], "labels", { value: labels });
232
+ }
233
+ convert.rgb.hsl = function(rgb) {
234
+ const r = rgb[0] / 255;
235
+ const g = rgb[1] / 255;
236
+ const b = rgb[2] / 255;
237
+ const min = Math.min(r, g, b);
238
+ const max = Math.max(r, g, b);
239
+ const delta = max - min;
240
+ let h;
241
+ let s;
242
+ if (max === min) {
243
+ h = 0;
244
+ } else if (r === max) {
245
+ h = (g - b) / delta;
246
+ } else if (g === max) {
247
+ h = 2 + (b - r) / delta;
248
+ } else if (b === max) {
249
+ h = 4 + (r - g) / delta;
250
+ }
251
+ h = Math.min(h * 60, 360);
252
+ if (h < 0) {
253
+ h += 360;
254
+ }
255
+ const l = (min + max) / 2;
256
+ if (max === min) {
257
+ s = 0;
258
+ } else if (l <= 0.5) {
259
+ s = delta / (max + min);
260
+ } else {
261
+ s = delta / (2 - max - min);
262
+ }
263
+ return [h, s * 100, l * 100];
264
+ };
265
+ convert.rgb.hsv = function(rgb) {
266
+ let rdif;
267
+ let gdif;
268
+ let bdif;
269
+ let h;
270
+ let s;
271
+ const r = rgb[0] / 255;
272
+ const g = rgb[1] / 255;
273
+ const b = rgb[2] / 255;
274
+ const v = Math.max(r, g, b);
275
+ const diff = v - Math.min(r, g, b);
276
+ const diffc = function(c) {
277
+ return (v - c) / 6 / diff + 1 / 2;
278
+ };
279
+ if (diff === 0) {
280
+ h = 0;
281
+ s = 0;
282
+ } else {
283
+ s = diff / v;
284
+ rdif = diffc(r);
285
+ gdif = diffc(g);
286
+ bdif = diffc(b);
287
+ if (r === v) {
288
+ h = bdif - gdif;
289
+ } else if (g === v) {
290
+ h = 1 / 3 + rdif - bdif;
291
+ } else if (b === v) {
292
+ h = 2 / 3 + gdif - rdif;
293
+ }
294
+ if (h < 0) {
295
+ h += 1;
296
+ } else if (h > 1) {
297
+ h -= 1;
298
+ }
299
+ }
300
+ return [
301
+ h * 360,
302
+ s * 100,
303
+ v * 100
304
+ ];
305
+ };
306
+ convert.rgb.hwb = function(rgb) {
307
+ const r = rgb[0];
308
+ const g = rgb[1];
309
+ let b = rgb[2];
310
+ const h = convert.rgb.hsl(rgb)[0];
311
+ const w = 1 / 255 * Math.min(r, Math.min(g, b));
312
+ b = 1 - 1 / 255 * Math.max(r, Math.max(g, b));
313
+ return [h, w * 100, b * 100];
314
+ };
315
+ convert.rgb.cmyk = function(rgb) {
316
+ const r = rgb[0] / 255;
317
+ const g = rgb[1] / 255;
318
+ const b = rgb[2] / 255;
319
+ const k = Math.min(1 - r, 1 - g, 1 - b);
320
+ const c = (1 - r - k) / (1 - k) || 0;
321
+ const m = (1 - g - k) / (1 - k) || 0;
322
+ const y = (1 - b - k) / (1 - k) || 0;
323
+ return [c * 100, m * 100, y * 100, k * 100];
324
+ };
325
+ function comparativeDistance(x, y) {
326
+ return (x[0] - y[0]) ** 2 + (x[1] - y[1]) ** 2 + (x[2] - y[2]) ** 2;
327
+ }
328
+ convert.rgb.keyword = function(rgb) {
329
+ const reversed = reverseKeywords[rgb];
330
+ if (reversed) {
331
+ return reversed;
332
+ }
333
+ let currentClosestDistance = Infinity;
334
+ let currentClosestKeyword;
335
+ for (const keyword of Object.keys(cssKeywords)) {
336
+ const value = cssKeywords[keyword];
337
+ const distance = comparativeDistance(rgb, value);
338
+ if (distance < currentClosestDistance) {
339
+ currentClosestDistance = distance;
340
+ currentClosestKeyword = keyword;
341
+ }
342
+ }
343
+ return currentClosestKeyword;
344
+ };
345
+ convert.keyword.rgb = function(keyword) {
346
+ return cssKeywords[keyword];
347
+ };
348
+ convert.rgb.xyz = function(rgb) {
349
+ let r = rgb[0] / 255;
350
+ let g = rgb[1] / 255;
351
+ let b = rgb[2] / 255;
352
+ r = r > 0.04045 ? ((r + 0.055) / 1.055) ** 2.4 : r / 12.92;
353
+ g = g > 0.04045 ? ((g + 0.055) / 1.055) ** 2.4 : g / 12.92;
354
+ b = b > 0.04045 ? ((b + 0.055) / 1.055) ** 2.4 : b / 12.92;
355
+ const x = r * 0.4124 + g * 0.3576 + b * 0.1805;
356
+ const y = r * 0.2126 + g * 0.7152 + b * 0.0722;
357
+ const z = r * 0.0193 + g * 0.1192 + b * 0.9505;
358
+ return [x * 100, y * 100, z * 100];
359
+ };
360
+ convert.rgb.lab = function(rgb) {
361
+ const xyz = convert.rgb.xyz(rgb);
362
+ let x = xyz[0];
363
+ let y = xyz[1];
364
+ let z = xyz[2];
365
+ x /= 95.047;
366
+ y /= 100;
367
+ z /= 108.883;
368
+ x = x > 8856e-6 ? x ** (1 / 3) : 7.787 * x + 16 / 116;
369
+ y = y > 8856e-6 ? y ** (1 / 3) : 7.787 * y + 16 / 116;
370
+ z = z > 8856e-6 ? z ** (1 / 3) : 7.787 * z + 16 / 116;
371
+ const l = 116 * y - 16;
372
+ const a = 500 * (x - y);
373
+ const b = 200 * (y - z);
374
+ return [l, a, b];
375
+ };
376
+ convert.hsl.rgb = function(hsl) {
377
+ const h = hsl[0] / 360;
378
+ const s = hsl[1] / 100;
379
+ const l = hsl[2] / 100;
380
+ let t2;
381
+ let t3;
382
+ let val;
383
+ if (s === 0) {
384
+ val = l * 255;
385
+ return [val, val, val];
386
+ }
387
+ if (l < 0.5) {
388
+ t2 = l * (1 + s);
389
+ } else {
390
+ t2 = l + s - l * s;
391
+ }
392
+ const t1 = 2 * l - t2;
393
+ const rgb = [0, 0, 0];
394
+ for (let i = 0; i < 3; i++) {
395
+ t3 = h + 1 / 3 * -(i - 1);
396
+ if (t3 < 0) {
397
+ t3++;
398
+ }
399
+ if (t3 > 1) {
400
+ t3--;
401
+ }
402
+ if (6 * t3 < 1) {
403
+ val = t1 + (t2 - t1) * 6 * t3;
404
+ } else if (2 * t3 < 1) {
405
+ val = t2;
406
+ } else if (3 * t3 < 2) {
407
+ val = t1 + (t2 - t1) * (2 / 3 - t3) * 6;
408
+ } else {
409
+ val = t1;
410
+ }
411
+ rgb[i] = val * 255;
412
+ }
413
+ return rgb;
414
+ };
415
+ convert.hsl.hsv = function(hsl) {
416
+ const h = hsl[0];
417
+ let s = hsl[1] / 100;
418
+ let l = hsl[2] / 100;
419
+ let smin = s;
420
+ const lmin = Math.max(l, 0.01);
421
+ l *= 2;
422
+ s *= l <= 1 ? l : 2 - l;
423
+ smin *= lmin <= 1 ? lmin : 2 - lmin;
424
+ const v = (l + s) / 2;
425
+ const sv = l === 0 ? 2 * smin / (lmin + smin) : 2 * s / (l + s);
426
+ return [h, sv * 100, v * 100];
427
+ };
428
+ convert.hsv.rgb = function(hsv) {
429
+ const h = hsv[0] / 60;
430
+ const s = hsv[1] / 100;
431
+ let v = hsv[2] / 100;
432
+ const hi = Math.floor(h) % 6;
433
+ const f = h - Math.floor(h);
434
+ const p = 255 * v * (1 - s);
435
+ const q = 255 * v * (1 - s * f);
436
+ const t = 255 * v * (1 - s * (1 - f));
437
+ v *= 255;
438
+ switch (hi) {
439
+ case 0:
440
+ return [v, t, p];
441
+ case 1:
442
+ return [q, v, p];
443
+ case 2:
444
+ return [p, v, t];
445
+ case 3:
446
+ return [p, q, v];
447
+ case 4:
448
+ return [t, p, v];
449
+ case 5:
450
+ return [v, p, q];
451
+ }
452
+ };
453
+ convert.hsv.hsl = function(hsv) {
454
+ const h = hsv[0];
455
+ const s = hsv[1] / 100;
456
+ const v = hsv[2] / 100;
457
+ const vmin = Math.max(v, 0.01);
458
+ let sl;
459
+ let l;
460
+ l = (2 - s) * v;
461
+ const lmin = (2 - s) * vmin;
462
+ sl = s * vmin;
463
+ sl /= lmin <= 1 ? lmin : 2 - lmin;
464
+ sl = sl || 0;
465
+ l /= 2;
466
+ return [h, sl * 100, l * 100];
467
+ };
468
+ convert.hwb.rgb = function(hwb) {
469
+ const h = hwb[0] / 360;
470
+ let wh = hwb[1] / 100;
471
+ let bl = hwb[2] / 100;
472
+ const ratio = wh + bl;
473
+ let f;
474
+ if (ratio > 1) {
475
+ wh /= ratio;
476
+ bl /= ratio;
477
+ }
478
+ const i = Math.floor(6 * h);
479
+ const v = 1 - bl;
480
+ f = 6 * h - i;
481
+ if ((i & 1) !== 0) {
482
+ f = 1 - f;
483
+ }
484
+ const n = wh + f * (v - wh);
485
+ let r;
486
+ let g;
487
+ let b;
488
+ switch (i) {
489
+ default:
490
+ case 6:
491
+ case 0:
492
+ r = v;
493
+ g = n;
494
+ b = wh;
495
+ break;
496
+ case 1:
497
+ r = n;
498
+ g = v;
499
+ b = wh;
500
+ break;
501
+ case 2:
502
+ r = wh;
503
+ g = v;
504
+ b = n;
505
+ break;
506
+ case 3:
507
+ r = wh;
508
+ g = n;
509
+ b = v;
510
+ break;
511
+ case 4:
512
+ r = n;
513
+ g = wh;
514
+ b = v;
515
+ break;
516
+ case 5:
517
+ r = v;
518
+ g = wh;
519
+ b = n;
520
+ break;
521
+ }
522
+ return [r * 255, g * 255, b * 255];
523
+ };
524
+ convert.cmyk.rgb = function(cmyk) {
525
+ const c = cmyk[0] / 100;
526
+ const m = cmyk[1] / 100;
527
+ const y = cmyk[2] / 100;
528
+ const k = cmyk[3] / 100;
529
+ const r = 1 - Math.min(1, c * (1 - k) + k);
530
+ const g = 1 - Math.min(1, m * (1 - k) + k);
531
+ const b = 1 - Math.min(1, y * (1 - k) + k);
532
+ return [r * 255, g * 255, b * 255];
533
+ };
534
+ convert.xyz.rgb = function(xyz) {
535
+ const x = xyz[0] / 100;
536
+ const y = xyz[1] / 100;
537
+ const z = xyz[2] / 100;
538
+ let r;
539
+ let g;
540
+ let b;
541
+ r = x * 3.2406 + y * -1.5372 + z * -0.4986;
542
+ g = x * -0.9689 + y * 1.8758 + z * 0.0415;
543
+ b = x * 0.0557 + y * -0.204 + z * 1.057;
544
+ r = r > 31308e-7 ? 1.055 * r ** (1 / 2.4) - 0.055 : r * 12.92;
545
+ g = g > 31308e-7 ? 1.055 * g ** (1 / 2.4) - 0.055 : g * 12.92;
546
+ b = b > 31308e-7 ? 1.055 * b ** (1 / 2.4) - 0.055 : b * 12.92;
547
+ r = Math.min(Math.max(0, r), 1);
548
+ g = Math.min(Math.max(0, g), 1);
549
+ b = Math.min(Math.max(0, b), 1);
550
+ return [r * 255, g * 255, b * 255];
551
+ };
552
+ convert.xyz.lab = function(xyz) {
553
+ let x = xyz[0];
554
+ let y = xyz[1];
555
+ let z = xyz[2];
556
+ x /= 95.047;
557
+ y /= 100;
558
+ z /= 108.883;
559
+ x = x > 8856e-6 ? x ** (1 / 3) : 7.787 * x + 16 / 116;
560
+ y = y > 8856e-6 ? y ** (1 / 3) : 7.787 * y + 16 / 116;
561
+ z = z > 8856e-6 ? z ** (1 / 3) : 7.787 * z + 16 / 116;
562
+ const l = 116 * y - 16;
563
+ const a = 500 * (x - y);
564
+ const b = 200 * (y - z);
565
+ return [l, a, b];
566
+ };
567
+ convert.lab.xyz = function(lab) {
568
+ const l = lab[0];
569
+ const a = lab[1];
570
+ const b = lab[2];
571
+ let x;
572
+ let y;
573
+ let z;
574
+ y = (l + 16) / 116;
575
+ x = a / 500 + y;
576
+ z = y - b / 200;
577
+ const y2 = y ** 3;
578
+ const x2 = x ** 3;
579
+ const z2 = z ** 3;
580
+ y = y2 > 8856e-6 ? y2 : (y - 16 / 116) / 7.787;
581
+ x = x2 > 8856e-6 ? x2 : (x - 16 / 116) / 7.787;
582
+ z = z2 > 8856e-6 ? z2 : (z - 16 / 116) / 7.787;
583
+ x *= 95.047;
584
+ y *= 100;
585
+ z *= 108.883;
586
+ return [x, y, z];
587
+ };
588
+ convert.lab.lch = function(lab) {
589
+ const l = lab[0];
590
+ const a = lab[1];
591
+ const b = lab[2];
592
+ let h;
593
+ const hr = Math.atan2(b, a);
594
+ h = hr * 360 / 2 / Math.PI;
595
+ if (h < 0) {
596
+ h += 360;
597
+ }
598
+ const c = Math.sqrt(a * a + b * b);
599
+ return [l, c, h];
600
+ };
601
+ convert.lch.lab = function(lch) {
602
+ const l = lch[0];
603
+ const c = lch[1];
604
+ const h = lch[2];
605
+ const hr = h / 360 * 2 * Math.PI;
606
+ const a = c * Math.cos(hr);
607
+ const b = c * Math.sin(hr);
608
+ return [l, a, b];
609
+ };
610
+ convert.rgb.ansi16 = function(args, saturation = null) {
611
+ const [r, g, b] = args;
612
+ let value = saturation === null ? convert.rgb.hsv(args)[2] : saturation;
613
+ value = Math.round(value / 50);
614
+ if (value === 0) {
615
+ return 30;
616
+ }
617
+ let ansi = 30 + (Math.round(b / 255) << 2 | Math.round(g / 255) << 1 | Math.round(r / 255));
618
+ if (value === 2) {
619
+ ansi += 60;
620
+ }
621
+ return ansi;
622
+ };
623
+ convert.hsv.ansi16 = function(args) {
624
+ return convert.rgb.ansi16(convert.hsv.rgb(args), args[2]);
625
+ };
626
+ convert.rgb.ansi256 = function(args) {
627
+ const r = args[0];
628
+ const g = args[1];
629
+ const b = args[2];
630
+ if (r === g && g === b) {
631
+ if (r < 8) {
632
+ return 16;
633
+ }
634
+ if (r > 248) {
635
+ return 231;
636
+ }
637
+ return Math.round((r - 8) / 247 * 24) + 232;
638
+ }
639
+ const ansi = 16 + 36 * Math.round(r / 255 * 5) + 6 * Math.round(g / 255 * 5) + Math.round(b / 255 * 5);
640
+ return ansi;
641
+ };
642
+ convert.ansi16.rgb = function(args) {
643
+ let color = args % 10;
644
+ if (color === 0 || color === 7) {
645
+ if (args > 50) {
646
+ color += 3.5;
647
+ }
648
+ color = color / 10.5 * 255;
649
+ return [color, color, color];
650
+ }
651
+ const mult = (~~(args > 50) + 1) * 0.5;
652
+ const r = (color & 1) * mult * 255;
653
+ const g = (color >> 1 & 1) * mult * 255;
654
+ const b = (color >> 2 & 1) * mult * 255;
655
+ return [r, g, b];
656
+ };
657
+ convert.ansi256.rgb = function(args) {
658
+ if (args >= 232) {
659
+ const c = (args - 232) * 10 + 8;
660
+ return [c, c, c];
661
+ }
662
+ args -= 16;
663
+ let rem;
664
+ const r = Math.floor(args / 36) / 5 * 255;
665
+ const g = Math.floor((rem = args % 36) / 6) / 5 * 255;
666
+ const b = rem % 6 / 5 * 255;
667
+ return [r, g, b];
668
+ };
669
+ convert.rgb.hex = function(args) {
670
+ const integer = ((Math.round(args[0]) & 255) << 16) + ((Math.round(args[1]) & 255) << 8) + (Math.round(args[2]) & 255);
671
+ const string = integer.toString(16).toUpperCase();
672
+ return "000000".substring(string.length) + string;
673
+ };
674
+ convert.hex.rgb = function(args) {
675
+ const match = args.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);
676
+ if (!match) {
677
+ return [0, 0, 0];
678
+ }
679
+ let colorString = match[0];
680
+ if (match[0].length === 3) {
681
+ colorString = colorString.split("").map((char) => {
682
+ return char + char;
683
+ }).join("");
684
+ }
685
+ const integer = parseInt(colorString, 16);
686
+ const r = integer >> 16 & 255;
687
+ const g = integer >> 8 & 255;
688
+ const b = integer & 255;
689
+ return [r, g, b];
690
+ };
691
+ convert.rgb.hcg = function(rgb) {
692
+ const r = rgb[0] / 255;
693
+ const g = rgb[1] / 255;
694
+ const b = rgb[2] / 255;
695
+ const max = Math.max(Math.max(r, g), b);
696
+ const min = Math.min(Math.min(r, g), b);
697
+ const chroma = max - min;
698
+ let grayscale;
699
+ let hue;
700
+ if (chroma < 1) {
701
+ grayscale = min / (1 - chroma);
702
+ } else {
703
+ grayscale = 0;
704
+ }
705
+ if (chroma <= 0) {
706
+ hue = 0;
707
+ } else if (max === r) {
708
+ hue = (g - b) / chroma % 6;
709
+ } else if (max === g) {
710
+ hue = 2 + (b - r) / chroma;
711
+ } else {
712
+ hue = 4 + (r - g) / chroma;
713
+ }
714
+ hue /= 6;
715
+ hue %= 1;
716
+ return [hue * 360, chroma * 100, grayscale * 100];
717
+ };
718
+ convert.hsl.hcg = function(hsl) {
719
+ const s = hsl[1] / 100;
720
+ const l = hsl[2] / 100;
721
+ const c = l < 0.5 ? 2 * s * l : 2 * s * (1 - l);
722
+ let f = 0;
723
+ if (c < 1) {
724
+ f = (l - 0.5 * c) / (1 - c);
725
+ }
726
+ return [hsl[0], c * 100, f * 100];
727
+ };
728
+ convert.hsv.hcg = function(hsv) {
729
+ const s = hsv[1] / 100;
730
+ const v = hsv[2] / 100;
731
+ const c = s * v;
732
+ let f = 0;
733
+ if (c < 1) {
734
+ f = (v - c) / (1 - c);
735
+ }
736
+ return [hsv[0], c * 100, f * 100];
737
+ };
738
+ convert.hcg.rgb = function(hcg) {
739
+ const h = hcg[0] / 360;
740
+ const c = hcg[1] / 100;
741
+ const g = hcg[2] / 100;
742
+ if (c === 0) {
743
+ return [g * 255, g * 255, g * 255];
744
+ }
745
+ const pure = [0, 0, 0];
746
+ const hi = h % 1 * 6;
747
+ const v = hi % 1;
748
+ const w = 1 - v;
749
+ let mg = 0;
750
+ switch (Math.floor(hi)) {
751
+ case 0:
752
+ pure[0] = 1;
753
+ pure[1] = v;
754
+ pure[2] = 0;
755
+ break;
756
+ case 1:
757
+ pure[0] = w;
758
+ pure[1] = 1;
759
+ pure[2] = 0;
760
+ break;
761
+ case 2:
762
+ pure[0] = 0;
763
+ pure[1] = 1;
764
+ pure[2] = v;
765
+ break;
766
+ case 3:
767
+ pure[0] = 0;
768
+ pure[1] = w;
769
+ pure[2] = 1;
770
+ break;
771
+ case 4:
772
+ pure[0] = v;
773
+ pure[1] = 0;
774
+ pure[2] = 1;
775
+ break;
776
+ default:
777
+ pure[0] = 1;
778
+ pure[1] = 0;
779
+ pure[2] = w;
780
+ }
781
+ mg = (1 - c) * g;
782
+ return [
783
+ (c * pure[0] + mg) * 255,
784
+ (c * pure[1] + mg) * 255,
785
+ (c * pure[2] + mg) * 255
786
+ ];
787
+ };
788
+ convert.hcg.hsv = function(hcg) {
789
+ const c = hcg[1] / 100;
790
+ const g = hcg[2] / 100;
791
+ const v = c + g * (1 - c);
792
+ let f = 0;
793
+ if (v > 0) {
794
+ f = c / v;
795
+ }
796
+ return [hcg[0], f * 100, v * 100];
797
+ };
798
+ convert.hcg.hsl = function(hcg) {
799
+ const c = hcg[1] / 100;
800
+ const g = hcg[2] / 100;
801
+ const l = g * (1 - c) + 0.5 * c;
802
+ let s = 0;
803
+ if (l > 0 && l < 0.5) {
804
+ s = c / (2 * l);
805
+ } else if (l >= 0.5 && l < 1) {
806
+ s = c / (2 * (1 - l));
807
+ }
808
+ return [hcg[0], s * 100, l * 100];
809
+ };
810
+ convert.hcg.hwb = function(hcg) {
811
+ const c = hcg[1] / 100;
812
+ const g = hcg[2] / 100;
813
+ const v = c + g * (1 - c);
814
+ return [hcg[0], (v - c) * 100, (1 - v) * 100];
815
+ };
816
+ convert.hwb.hcg = function(hwb) {
817
+ const w = hwb[1] / 100;
818
+ const b = hwb[2] / 100;
819
+ const v = 1 - b;
820
+ const c = v - w;
821
+ let g = 0;
822
+ if (c < 1) {
823
+ g = (v - c) / (1 - c);
824
+ }
825
+ return [hwb[0], c * 100, g * 100];
826
+ };
827
+ convert.apple.rgb = function(apple) {
828
+ return [apple[0] / 65535 * 255, apple[1] / 65535 * 255, apple[2] / 65535 * 255];
829
+ };
830
+ convert.rgb.apple = function(rgb) {
831
+ return [rgb[0] / 255 * 65535, rgb[1] / 255 * 65535, rgb[2] / 255 * 65535];
832
+ };
833
+ convert.gray.rgb = function(args) {
834
+ return [args[0] / 100 * 255, args[0] / 100 * 255, args[0] / 100 * 255];
835
+ };
836
+ convert.gray.hsl = function(args) {
837
+ return [0, 0, args[0]];
838
+ };
839
+ convert.gray.hsv = convert.gray.hsl;
840
+ convert.gray.hwb = function(gray) {
841
+ return [0, 100, gray[0]];
842
+ };
843
+ convert.gray.cmyk = function(gray) {
844
+ return [0, 0, 0, gray[0]];
845
+ };
846
+ convert.gray.lab = function(gray) {
847
+ return [gray[0], 0, 0];
848
+ };
849
+ convert.gray.hex = function(gray) {
850
+ const val = Math.round(gray[0] / 100 * 255) & 255;
851
+ const integer = (val << 16) + (val << 8) + val;
852
+ const string = integer.toString(16).toUpperCase();
853
+ return "000000".substring(string.length) + string;
854
+ };
855
+ convert.rgb.gray = function(rgb) {
856
+ const val = (rgb[0] + rgb[1] + rgb[2]) / 3;
857
+ return [val / 255 * 100];
858
+ };
859
+ }
860
+ });
861
+
862
+ // ../../node_modules/color-convert/route.js
863
+ var require_route = __commonJS({
864
+ "../../node_modules/color-convert/route.js"(exports, module) {
865
+ "use strict";
866
+ var conversions = require_conversions();
867
+ function buildGraph() {
868
+ const graph = {};
869
+ const models = Object.keys(conversions);
870
+ for (let len = models.length, i = 0; i < len; i++) {
871
+ graph[models[i]] = {
872
+ // http://jsperf.com/1-vs-infinity
873
+ // micro-opt, but this is simple.
874
+ distance: -1,
875
+ parent: null
876
+ };
877
+ }
878
+ return graph;
879
+ }
880
+ function deriveBFS(fromModel) {
881
+ const graph = buildGraph();
882
+ const queue = [fromModel];
883
+ graph[fromModel].distance = 0;
884
+ while (queue.length) {
885
+ const current = queue.pop();
886
+ const adjacents = Object.keys(conversions[current]);
887
+ for (let len = adjacents.length, i = 0; i < len; i++) {
888
+ const adjacent = adjacents[i];
889
+ const node = graph[adjacent];
890
+ if (node.distance === -1) {
891
+ node.distance = graph[current].distance + 1;
892
+ node.parent = current;
893
+ queue.unshift(adjacent);
894
+ }
895
+ }
896
+ }
897
+ return graph;
898
+ }
899
+ function link(from, to) {
900
+ return function(args) {
901
+ return to(from(args));
902
+ };
903
+ }
904
+ function wrapConversion(toModel, graph) {
905
+ const path = [graph[toModel].parent, toModel];
906
+ let fn = conversions[graph[toModel].parent][toModel];
907
+ let cur = graph[toModel].parent;
908
+ while (graph[cur].parent) {
909
+ path.unshift(graph[cur].parent);
910
+ fn = link(conversions[graph[cur].parent][cur], fn);
911
+ cur = graph[cur].parent;
912
+ }
913
+ fn.conversion = path;
914
+ return fn;
915
+ }
916
+ module.exports = function(fromModel) {
917
+ const graph = deriveBFS(fromModel);
918
+ const conversion = {};
919
+ const models = Object.keys(graph);
920
+ for (let len = models.length, i = 0; i < len; i++) {
921
+ const toModel = models[i];
922
+ const node = graph[toModel];
923
+ if (node.parent === null) {
924
+ continue;
925
+ }
926
+ conversion[toModel] = wrapConversion(toModel, graph);
927
+ }
928
+ return conversion;
929
+ };
930
+ }
931
+ });
932
+
933
+ // ../../node_modules/color-convert/index.js
934
+ var require_color_convert = __commonJS({
935
+ "../../node_modules/color-convert/index.js"(exports, module) {
936
+ "use strict";
937
+ var conversions = require_conversions();
938
+ var route = require_route();
939
+ var convert = {};
940
+ var models = Object.keys(conversions);
941
+ function wrapRaw(fn) {
942
+ const wrappedFn = function(...args) {
943
+ const arg0 = args[0];
944
+ if (arg0 === void 0 || arg0 === null) {
945
+ return arg0;
946
+ }
947
+ if (arg0.length > 1) {
948
+ args = arg0;
949
+ }
950
+ return fn(args);
951
+ };
952
+ if ("conversion" in fn) {
953
+ wrappedFn.conversion = fn.conversion;
954
+ }
955
+ return wrappedFn;
956
+ }
957
+ function wrapRounded(fn) {
958
+ const wrappedFn = function(...args) {
959
+ const arg0 = args[0];
960
+ if (arg0 === void 0 || arg0 === null) {
961
+ return arg0;
962
+ }
963
+ if (arg0.length > 1) {
964
+ args = arg0;
965
+ }
966
+ const result = fn(args);
967
+ if (typeof result === "object") {
968
+ for (let len = result.length, i = 0; i < len; i++) {
969
+ result[i] = Math.round(result[i]);
970
+ }
971
+ }
972
+ return result;
973
+ };
974
+ if ("conversion" in fn) {
975
+ wrappedFn.conversion = fn.conversion;
976
+ }
977
+ return wrappedFn;
978
+ }
979
+ models.forEach((fromModel) => {
980
+ convert[fromModel] = {};
981
+ Object.defineProperty(convert[fromModel], "channels", { value: conversions[fromModel].channels });
982
+ Object.defineProperty(convert[fromModel], "labels", { value: conversions[fromModel].labels });
983
+ const routes = route(fromModel);
984
+ const routeModels = Object.keys(routes);
985
+ routeModels.forEach((toModel) => {
986
+ const fn = routes[toModel];
987
+ convert[fromModel][toModel] = wrapRounded(fn);
988
+ convert[fromModel][toModel].raw = wrapRaw(fn);
989
+ });
990
+ });
991
+ module.exports = convert;
992
+ }
993
+ });
994
+
995
+ // ../../node_modules/chalk/node_modules/ansi-styles/index.js
996
+ var require_ansi_styles = __commonJS({
997
+ "../../node_modules/chalk/node_modules/ansi-styles/index.js"(exports, module) {
998
+ "use strict";
999
+ var wrapAnsi16 = (fn, offset) => (...args) => {
1000
+ const code = fn(...args);
1001
+ return `\x1B[${code + offset}m`;
1002
+ };
1003
+ var wrapAnsi256 = (fn, offset) => (...args) => {
1004
+ const code = fn(...args);
1005
+ return `\x1B[${38 + offset};5;${code}m`;
1006
+ };
1007
+ var wrapAnsi16m = (fn, offset) => (...args) => {
1008
+ const rgb = fn(...args);
1009
+ return `\x1B[${38 + offset};2;${rgb[0]};${rgb[1]};${rgb[2]}m`;
1010
+ };
1011
+ var ansi2ansi = (n) => n;
1012
+ var rgb2rgb = (r, g, b) => [r, g, b];
1013
+ var setLazyProperty = (object, property, get) => {
1014
+ Object.defineProperty(object, property, {
1015
+ get: () => {
1016
+ const value = get();
1017
+ Object.defineProperty(object, property, {
1018
+ value,
1019
+ enumerable: true,
1020
+ configurable: true
1021
+ });
1022
+ return value;
1023
+ },
1024
+ enumerable: true,
1025
+ configurable: true
1026
+ });
1027
+ };
1028
+ var colorConvert;
1029
+ var makeDynamicStyles = (wrap, targetSpace, identity, isBackground) => {
1030
+ if (colorConvert === void 0) {
1031
+ colorConvert = require_color_convert();
1032
+ }
1033
+ const offset = isBackground ? 10 : 0;
1034
+ const styles = {};
1035
+ for (const [sourceSpace, suite] of Object.entries(colorConvert)) {
1036
+ const name = sourceSpace === "ansi16" ? "ansi" : sourceSpace;
1037
+ if (sourceSpace === targetSpace) {
1038
+ styles[name] = wrap(identity, offset);
1039
+ } else if (typeof suite === "object") {
1040
+ styles[name] = wrap(suite[targetSpace], offset);
1041
+ }
1042
+ }
1043
+ return styles;
1044
+ };
1045
+ function assembleStyles() {
1046
+ const codes = /* @__PURE__ */ new Map();
1047
+ const styles = {
1048
+ modifier: {
1049
+ reset: [0, 0],
1050
+ // 21 isn't widely supported and 22 does the same thing
1051
+ bold: [1, 22],
1052
+ dim: [2, 22],
1053
+ italic: [3, 23],
1054
+ underline: [4, 24],
1055
+ inverse: [7, 27],
1056
+ hidden: [8, 28],
1057
+ strikethrough: [9, 29]
1058
+ },
1059
+ color: {
1060
+ black: [30, 39],
1061
+ red: [31, 39],
1062
+ green: [32, 39],
1063
+ yellow: [33, 39],
1064
+ blue: [34, 39],
1065
+ magenta: [35, 39],
1066
+ cyan: [36, 39],
1067
+ white: [37, 39],
1068
+ // Bright color
1069
+ blackBright: [90, 39],
1070
+ redBright: [91, 39],
1071
+ greenBright: [92, 39],
1072
+ yellowBright: [93, 39],
1073
+ blueBright: [94, 39],
1074
+ magentaBright: [95, 39],
1075
+ cyanBright: [96, 39],
1076
+ whiteBright: [97, 39]
1077
+ },
1078
+ bgColor: {
1079
+ bgBlack: [40, 49],
1080
+ bgRed: [41, 49],
1081
+ bgGreen: [42, 49],
1082
+ bgYellow: [43, 49],
1083
+ bgBlue: [44, 49],
1084
+ bgMagenta: [45, 49],
1085
+ bgCyan: [46, 49],
1086
+ bgWhite: [47, 49],
1087
+ // Bright color
1088
+ bgBlackBright: [100, 49],
1089
+ bgRedBright: [101, 49],
1090
+ bgGreenBright: [102, 49],
1091
+ bgYellowBright: [103, 49],
1092
+ bgBlueBright: [104, 49],
1093
+ bgMagentaBright: [105, 49],
1094
+ bgCyanBright: [106, 49],
1095
+ bgWhiteBright: [107, 49]
1096
+ }
1097
+ };
1098
+ styles.color.gray = styles.color.blackBright;
1099
+ styles.bgColor.bgGray = styles.bgColor.bgBlackBright;
1100
+ styles.color.grey = styles.color.blackBright;
1101
+ styles.bgColor.bgGrey = styles.bgColor.bgBlackBright;
1102
+ for (const [groupName, group] of Object.entries(styles)) {
1103
+ for (const [styleName, style] of Object.entries(group)) {
1104
+ styles[styleName] = {
1105
+ open: `\x1B[${style[0]}m`,
1106
+ close: `\x1B[${style[1]}m`
1107
+ };
1108
+ group[styleName] = styles[styleName];
1109
+ codes.set(style[0], style[1]);
1110
+ }
1111
+ Object.defineProperty(styles, groupName, {
1112
+ value: group,
1113
+ enumerable: false
1114
+ });
1115
+ }
1116
+ Object.defineProperty(styles, "codes", {
1117
+ value: codes,
1118
+ enumerable: false
1119
+ });
1120
+ styles.color.close = "\x1B[39m";
1121
+ styles.bgColor.close = "\x1B[49m";
1122
+ setLazyProperty(styles.color, "ansi", () => makeDynamicStyles(wrapAnsi16, "ansi16", ansi2ansi, false));
1123
+ setLazyProperty(styles.color, "ansi256", () => makeDynamicStyles(wrapAnsi256, "ansi256", ansi2ansi, false));
1124
+ setLazyProperty(styles.color, "ansi16m", () => makeDynamicStyles(wrapAnsi16m, "rgb", rgb2rgb, false));
1125
+ setLazyProperty(styles.bgColor, "ansi", () => makeDynamicStyles(wrapAnsi16, "ansi16", ansi2ansi, true));
1126
+ setLazyProperty(styles.bgColor, "ansi256", () => makeDynamicStyles(wrapAnsi256, "ansi256", ansi2ansi, true));
1127
+ setLazyProperty(styles.bgColor, "ansi16m", () => makeDynamicStyles(wrapAnsi16m, "rgb", rgb2rgb, true));
1128
+ return styles;
1129
+ }
1130
+ Object.defineProperty(module, "exports", {
1131
+ enumerable: true,
1132
+ get: assembleStyles
1133
+ });
1134
+ }
1135
+ });
1136
+
1137
+ // ../../node_modules/has-flag/index.js
1138
+ var require_has_flag = __commonJS({
1139
+ "../../node_modules/has-flag/index.js"(exports, module) {
1140
+ "use strict";
1141
+ module.exports = (flag, argv = process.argv) => {
1142
+ const prefix = flag.startsWith("-") ? "" : flag.length === 1 ? "-" : "--";
1143
+ const position = argv.indexOf(prefix + flag);
1144
+ const terminatorPosition = argv.indexOf("--");
1145
+ return position !== -1 && (terminatorPosition === -1 || position < terminatorPosition);
1146
+ };
1147
+ }
1148
+ });
1149
+
1150
+ // ../../node_modules/supports-color/index.js
1151
+ var require_supports_color = __commonJS({
1152
+ "../../node_modules/supports-color/index.js"(exports, module) {
1153
+ "use strict";
1154
+ var os = __require("os");
1155
+ var tty = __require("tty");
1156
+ var hasFlag = require_has_flag();
1157
+ var { env } = process;
1158
+ var forceColor;
1159
+ if (hasFlag("no-color") || hasFlag("no-colors") || hasFlag("color=false") || hasFlag("color=never")) {
1160
+ forceColor = 0;
1161
+ } else if (hasFlag("color") || hasFlag("colors") || hasFlag("color=true") || hasFlag("color=always")) {
1162
+ forceColor = 1;
1163
+ }
1164
+ if ("FORCE_COLOR" in env) {
1165
+ if (env.FORCE_COLOR === "true") {
1166
+ forceColor = 1;
1167
+ } else if (env.FORCE_COLOR === "false") {
1168
+ forceColor = 0;
1169
+ } else {
1170
+ forceColor = env.FORCE_COLOR.length === 0 ? 1 : Math.min(parseInt(env.FORCE_COLOR, 10), 3);
1171
+ }
1172
+ }
1173
+ function translateLevel(level) {
1174
+ if (level === 0) {
1175
+ return false;
1176
+ }
1177
+ return {
1178
+ level,
1179
+ hasBasic: true,
1180
+ has256: level >= 2,
1181
+ has16m: level >= 3
1182
+ };
1183
+ }
1184
+ function supportsColor(haveStream, streamIsTTY) {
1185
+ if (forceColor === 0) {
1186
+ return 0;
1187
+ }
1188
+ if (hasFlag("color=16m") || hasFlag("color=full") || hasFlag("color=truecolor")) {
1189
+ return 3;
1190
+ }
1191
+ if (hasFlag("color=256")) {
1192
+ return 2;
1193
+ }
1194
+ if (haveStream && !streamIsTTY && forceColor === void 0) {
1195
+ return 0;
1196
+ }
1197
+ const min = forceColor || 0;
1198
+ if (env.TERM === "dumb") {
1199
+ return min;
1200
+ }
1201
+ if (process.platform === "win32") {
1202
+ const osRelease = os.release().split(".");
1203
+ if (Number(osRelease[0]) >= 10 && Number(osRelease[2]) >= 10586) {
1204
+ return Number(osRelease[2]) >= 14931 ? 3 : 2;
1205
+ }
1206
+ return 1;
1207
+ }
1208
+ if ("CI" in env) {
1209
+ if (["TRAVIS", "CIRCLECI", "APPVEYOR", "GITLAB_CI", "GITHUB_ACTIONS", "BUILDKITE"].some((sign) => sign in env) || env.CI_NAME === "codeship") {
1210
+ return 1;
1211
+ }
1212
+ return min;
1213
+ }
1214
+ if ("TEAMCITY_VERSION" in env) {
1215
+ return /^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(env.TEAMCITY_VERSION) ? 1 : 0;
1216
+ }
1217
+ if (env.COLORTERM === "truecolor") {
1218
+ return 3;
1219
+ }
1220
+ if ("TERM_PROGRAM" in env) {
1221
+ const version = parseInt((env.TERM_PROGRAM_VERSION || "").split(".")[0], 10);
1222
+ switch (env.TERM_PROGRAM) {
1223
+ case "iTerm.app":
1224
+ return version >= 3 ? 3 : 2;
1225
+ case "Apple_Terminal":
1226
+ return 2;
1227
+ }
1228
+ }
1229
+ if (/-256(color)?$/i.test(env.TERM)) {
1230
+ return 2;
1231
+ }
1232
+ if (/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(env.TERM)) {
1233
+ return 1;
1234
+ }
1235
+ if ("COLORTERM" in env) {
1236
+ return 1;
1237
+ }
1238
+ return min;
1239
+ }
1240
+ function getSupportLevel(stream) {
1241
+ const level = supportsColor(stream, stream && stream.isTTY);
1242
+ return translateLevel(level);
1243
+ }
1244
+ module.exports = {
1245
+ supportsColor: getSupportLevel,
1246
+ stdout: translateLevel(supportsColor(true, tty.isatty(1))),
1247
+ stderr: translateLevel(supportsColor(true, tty.isatty(2)))
1248
+ };
1249
+ }
1250
+ });
1251
+
1252
+ // ../../node_modules/chalk/source/util.js
1253
+ var require_util = __commonJS({
1254
+ "../../node_modules/chalk/source/util.js"(exports, module) {
1255
+ "use strict";
1256
+ var stringReplaceAll = (string, substring, replacer) => {
1257
+ let index = string.indexOf(substring);
1258
+ if (index === -1) {
1259
+ return string;
1260
+ }
1261
+ const substringLength = substring.length;
1262
+ let endIndex = 0;
1263
+ let returnValue = "";
1264
+ do {
1265
+ returnValue += string.substr(endIndex, index - endIndex) + substring + replacer;
1266
+ endIndex = index + substringLength;
1267
+ index = string.indexOf(substring, endIndex);
1268
+ } while (index !== -1);
1269
+ returnValue += string.substr(endIndex);
1270
+ return returnValue;
1271
+ };
1272
+ var stringEncaseCRLFWithFirstIndex = (string, prefix, postfix, index) => {
1273
+ let endIndex = 0;
1274
+ let returnValue = "";
1275
+ do {
1276
+ const gotCR = string[index - 1] === "\r";
1277
+ returnValue += string.substr(endIndex, (gotCR ? index - 1 : index) - endIndex) + prefix + (gotCR ? "\r\n" : "\n") + postfix;
1278
+ endIndex = index + 1;
1279
+ index = string.indexOf("\n", endIndex);
1280
+ } while (index !== -1);
1281
+ returnValue += string.substr(endIndex);
1282
+ return returnValue;
1283
+ };
1284
+ module.exports = {
1285
+ stringReplaceAll,
1286
+ stringEncaseCRLFWithFirstIndex
1287
+ };
1288
+ }
1289
+ });
1290
+
1291
+ // ../../node_modules/chalk/source/templates.js
1292
+ var require_templates = __commonJS({
1293
+ "../../node_modules/chalk/source/templates.js"(exports, module) {
1294
+ "use strict";
1295
+ 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;
1296
+ var STYLE_REGEX = /(?:^|\.)(\w+)(?:\(([^)]*)\))?/g;
1297
+ var STRING_REGEX = /^(['"])((?:\\.|(?!\1)[^\\])*)\1$/;
1298
+ var ESCAPE_REGEX = /\\(u(?:[a-f\d]{4}|{[a-f\d]{1,6}})|x[a-f\d]{2}|.)|([^\\])/gi;
1299
+ var ESCAPES = /* @__PURE__ */ new Map([
1300
+ ["n", "\n"],
1301
+ ["r", "\r"],
1302
+ ["t", " "],
1303
+ ["b", "\b"],
1304
+ ["f", "\f"],
1305
+ ["v", "\v"],
1306
+ ["0", "\0"],
1307
+ ["\\", "\\"],
1308
+ ["e", "\x1B"],
1309
+ ["a", "\x07"]
1310
+ ]);
1311
+ function unescape(c) {
1312
+ const u = c[0] === "u";
1313
+ const bracket = c[1] === "{";
1314
+ if (u && !bracket && c.length === 5 || c[0] === "x" && c.length === 3) {
1315
+ return String.fromCharCode(parseInt(c.slice(1), 16));
1316
+ }
1317
+ if (u && bracket) {
1318
+ return String.fromCodePoint(parseInt(c.slice(2, -1), 16));
1319
+ }
1320
+ return ESCAPES.get(c) || c;
1321
+ }
1322
+ function parseArguments(name, arguments_) {
1323
+ const results = [];
1324
+ const chunks = arguments_.trim().split(/\s*,\s*/g);
1325
+ let matches;
1326
+ for (const chunk of chunks) {
1327
+ const number = Number(chunk);
1328
+ if (!Number.isNaN(number)) {
1329
+ results.push(number);
1330
+ } else if (matches = chunk.match(STRING_REGEX)) {
1331
+ results.push(matches[2].replace(ESCAPE_REGEX, (m, escape, character) => escape ? unescape(escape) : character));
1332
+ } else {
1333
+ throw new Error(`Invalid Chalk template style argument: ${chunk} (in style '${name}')`);
1334
+ }
1335
+ }
1336
+ return results;
1337
+ }
1338
+ function parseStyle(style) {
1339
+ STYLE_REGEX.lastIndex = 0;
1340
+ const results = [];
1341
+ let matches;
1342
+ while ((matches = STYLE_REGEX.exec(style)) !== null) {
1343
+ const name = matches[1];
1344
+ if (matches[2]) {
1345
+ const args = parseArguments(name, matches[2]);
1346
+ results.push([name].concat(args));
1347
+ } else {
1348
+ results.push([name]);
1349
+ }
1350
+ }
1351
+ return results;
1352
+ }
1353
+ function buildStyle(chalk2, styles) {
1354
+ const enabled = {};
1355
+ for (const layer of styles) {
1356
+ for (const style of layer.styles) {
1357
+ enabled[style[0]] = layer.inverse ? null : style.slice(1);
1358
+ }
1359
+ }
1360
+ let current = chalk2;
1361
+ for (const [styleName, styles2] of Object.entries(enabled)) {
1362
+ if (!Array.isArray(styles2)) {
1363
+ continue;
1364
+ }
1365
+ if (!(styleName in current)) {
1366
+ throw new Error(`Unknown Chalk style: ${styleName}`);
1367
+ }
1368
+ current = styles2.length > 0 ? current[styleName](...styles2) : current[styleName];
1369
+ }
1370
+ return current;
1371
+ }
1372
+ module.exports = (chalk2, temporary) => {
1373
+ const styles = [];
1374
+ const chunks = [];
1375
+ let chunk = [];
1376
+ temporary.replace(TEMPLATE_REGEX, (m, escapeCharacter, inverse, style, close, character) => {
1377
+ if (escapeCharacter) {
1378
+ chunk.push(unescape(escapeCharacter));
1379
+ } else if (style) {
1380
+ const string = chunk.join("");
1381
+ chunk = [];
1382
+ chunks.push(styles.length === 0 ? string : buildStyle(chalk2, styles)(string));
1383
+ styles.push({ inverse, styles: parseStyle(style) });
1384
+ } else if (close) {
1385
+ if (styles.length === 0) {
1386
+ throw new Error("Found extraneous } in Chalk template literal");
1387
+ }
1388
+ chunks.push(buildStyle(chalk2, styles)(chunk.join("")));
1389
+ chunk = [];
1390
+ styles.pop();
1391
+ } else {
1392
+ chunk.push(character);
1393
+ }
1394
+ });
1395
+ chunks.push(chunk.join(""));
1396
+ if (styles.length > 0) {
1397
+ const errMessage = `Chalk template literal is missing ${styles.length} closing bracket${styles.length === 1 ? "" : "s"} (\`}\`)`;
1398
+ throw new Error(errMessage);
1399
+ }
1400
+ return chunks.join("");
1401
+ };
1402
+ }
1403
+ });
1404
+
1405
+ // ../../node_modules/chalk/source/index.js
1406
+ var require_source = __commonJS({
1407
+ "../../node_modules/chalk/source/index.js"(exports, module) {
1408
+ "use strict";
1409
+ var ansiStyles = require_ansi_styles();
1410
+ var { stdout: stdoutColor, stderr: stderrColor } = require_supports_color();
1411
+ var {
1412
+ stringReplaceAll,
1413
+ stringEncaseCRLFWithFirstIndex
1414
+ } = require_util();
1415
+ var { isArray } = Array;
1416
+ var levelMapping = [
1417
+ "ansi",
1418
+ "ansi",
1419
+ "ansi256",
1420
+ "ansi16m"
1421
+ ];
1422
+ var styles = /* @__PURE__ */ Object.create(null);
1423
+ var applyOptions = (object, options = {}) => {
1424
+ if (options.level && !(Number.isInteger(options.level) && options.level >= 0 && options.level <= 3)) {
1425
+ throw new Error("The `level` option should be an integer from 0 to 3");
1426
+ }
1427
+ const colorLevel = stdoutColor ? stdoutColor.level : 0;
1428
+ object.level = options.level === void 0 ? colorLevel : options.level;
1429
+ };
1430
+ var ChalkClass = class {
1431
+ constructor(options) {
1432
+ return chalkFactory(options);
1433
+ }
1434
+ };
1435
+ var chalkFactory = (options) => {
1436
+ const chalk3 = {};
1437
+ applyOptions(chalk3, options);
1438
+ chalk3.template = (...arguments_) => chalkTag(chalk3.template, ...arguments_);
1439
+ Object.setPrototypeOf(chalk3, Chalk.prototype);
1440
+ Object.setPrototypeOf(chalk3.template, chalk3);
1441
+ chalk3.template.constructor = () => {
1442
+ throw new Error("`chalk.constructor()` is deprecated. Use `new chalk.Instance()` instead.");
1443
+ };
1444
+ chalk3.template.Instance = ChalkClass;
1445
+ return chalk3.template;
1446
+ };
1447
+ function Chalk(options) {
1448
+ return chalkFactory(options);
1449
+ }
1450
+ for (const [styleName, style] of Object.entries(ansiStyles)) {
1451
+ styles[styleName] = {
1452
+ get() {
1453
+ const builder = createBuilder(this, createStyler(style.open, style.close, this._styler), this._isEmpty);
1454
+ Object.defineProperty(this, styleName, { value: builder });
1455
+ return builder;
1456
+ }
1457
+ };
1458
+ }
1459
+ styles.visible = {
1460
+ get() {
1461
+ const builder = createBuilder(this, this._styler, true);
1462
+ Object.defineProperty(this, "visible", { value: builder });
1463
+ return builder;
1464
+ }
1465
+ };
1466
+ var usedModels = ["rgb", "hex", "keyword", "hsl", "hsv", "hwb", "ansi", "ansi256"];
1467
+ for (const model of usedModels) {
1468
+ styles[model] = {
1469
+ get() {
1470
+ const { level } = this;
1471
+ return function(...arguments_) {
1472
+ const styler = createStyler(ansiStyles.color[levelMapping[level]][model](...arguments_), ansiStyles.color.close, this._styler);
1473
+ return createBuilder(this, styler, this._isEmpty);
1474
+ };
1475
+ }
1476
+ };
1477
+ }
1478
+ for (const model of usedModels) {
1479
+ const bgModel = "bg" + model[0].toUpperCase() + model.slice(1);
1480
+ styles[bgModel] = {
1481
+ get() {
1482
+ const { level } = this;
1483
+ return function(...arguments_) {
1484
+ const styler = createStyler(ansiStyles.bgColor[levelMapping[level]][model](...arguments_), ansiStyles.bgColor.close, this._styler);
1485
+ return createBuilder(this, styler, this._isEmpty);
1486
+ };
1487
+ }
1488
+ };
1489
+ }
1490
+ var proto = Object.defineProperties(() => {
1491
+ }, {
1492
+ ...styles,
1493
+ level: {
1494
+ enumerable: true,
1495
+ get() {
1496
+ return this._generator.level;
1497
+ },
1498
+ set(level) {
1499
+ this._generator.level = level;
1500
+ }
1501
+ }
1502
+ });
1503
+ var createStyler = (open, close, parent) => {
1504
+ let openAll;
1505
+ let closeAll;
1506
+ if (parent === void 0) {
1507
+ openAll = open;
1508
+ closeAll = close;
1509
+ } else {
1510
+ openAll = parent.openAll + open;
1511
+ closeAll = close + parent.closeAll;
1512
+ }
1513
+ return {
1514
+ open,
1515
+ close,
1516
+ openAll,
1517
+ closeAll,
1518
+ parent
1519
+ };
1520
+ };
1521
+ var createBuilder = (self, _styler, _isEmpty) => {
1522
+ const builder = (...arguments_) => {
1523
+ if (isArray(arguments_[0]) && isArray(arguments_[0].raw)) {
1524
+ return applyStyle(builder, chalkTag(builder, ...arguments_));
1525
+ }
1526
+ return applyStyle(builder, arguments_.length === 1 ? "" + arguments_[0] : arguments_.join(" "));
1527
+ };
1528
+ Object.setPrototypeOf(builder, proto);
1529
+ builder._generator = self;
1530
+ builder._styler = _styler;
1531
+ builder._isEmpty = _isEmpty;
1532
+ return builder;
1533
+ };
1534
+ var applyStyle = (self, string) => {
1535
+ if (self.level <= 0 || !string) {
1536
+ return self._isEmpty ? "" : string;
1537
+ }
1538
+ let styler = self._styler;
1539
+ if (styler === void 0) {
1540
+ return string;
1541
+ }
1542
+ const { openAll, closeAll } = styler;
1543
+ if (string.indexOf("\x1B") !== -1) {
1544
+ while (styler !== void 0) {
1545
+ string = stringReplaceAll(string, styler.close, styler.open);
1546
+ styler = styler.parent;
1547
+ }
1548
+ }
1549
+ const lfIndex = string.indexOf("\n");
1550
+ if (lfIndex !== -1) {
1551
+ string = stringEncaseCRLFWithFirstIndex(string, closeAll, openAll, lfIndex);
1552
+ }
1553
+ return openAll + string + closeAll;
1554
+ };
1555
+ var template;
1556
+ var chalkTag = (chalk3, ...strings) => {
1557
+ const [firstString] = strings;
1558
+ if (!isArray(firstString) || !isArray(firstString.raw)) {
1559
+ return strings.join(" ");
1560
+ }
1561
+ const arguments_ = strings.slice(1);
1562
+ const parts = [firstString.raw[0]];
1563
+ for (let i = 1; i < firstString.length; i++) {
1564
+ parts.push(
1565
+ String(arguments_[i - 1]).replace(/[{}\\]/g, "\\$&"),
1566
+ String(firstString.raw[i])
1567
+ );
1568
+ }
1569
+ if (template === void 0) {
1570
+ template = require_templates();
1571
+ }
1572
+ return template(chalk3, parts.join(""));
1573
+ };
1574
+ Object.defineProperties(Chalk.prototype, styles);
1575
+ var chalk2 = Chalk();
1576
+ chalk2.supportsColor = stdoutColor;
1577
+ chalk2.stderr = Chalk({ level: stderrColor ? stderrColor.level : 0 });
1578
+ chalk2.stderr.supportsColor = stderrColor;
1579
+ module.exports = chalk2;
1580
+ }
1581
+ });
1582
+
1
1583
  // src/game.ts
2
1584
  import { createInterface } from "readline/promises";
3
1585
  import { stdin as input, stdout as output } from "process";
@@ -267,18 +1849,192 @@ var runCommand = async (command) => {
267
1849
  }
268
1850
  };
269
1851
 
1852
+ // src/lib/theme.ts
1853
+ var import_chalk = __toESM(require_source());
1854
+ var THEME = {
1855
+ // --- PRIMARY NEONS & CORES ---
1856
+ VOID: "#abe7ff",
1857
+ // Core Cyan (210)
1858
+ SOURCE: "#7fbfff",
1859
+ // Data Blue (175)
1860
+ CHROME: "#ebebeb",
1861
+ // Bright Silver (244)
1862
+ AZURE: "#0b0bef",
1863
+ // Deep Cyber Azure (18)
1864
+ SKY: "#d7ffff",
1865
+ // Cold Sky (234)
1866
+ PLASMA: "#0000ff",
1867
+ // Pure Plasma (11)
1868
+ // --- STATUS & ALERTS (REDS/GOLDS) ---
1869
+ CRITICAL: "#ff0000",
1870
+ // Pure Red (249)
1871
+ ERROR: "#b30000",
1872
+ // Blood Red (215)
1873
+ WARNING: "#fff31b",
1874
+ // Warning Yellow (250)
1875
+ GOLD: "#dbcb13",
1876
+ // Amber Gold (237)
1877
+ SCARLET: "#d70000",
1878
+ // Signal Scarlet (233)
1879
+ PULSE: "#a3270b",
1880
+ // Deep Pulse (201)
1881
+ // --- ENTITIES & FACTIONS ---
1882
+ PLAYER: "#ffffff",
1883
+ // Pure White (253)
1884
+ NPC: "#efbf77",
1885
+ // Civilian Tan (245)
1886
+ DOOMGUARD: "#8b0000",
1887
+ // Doomguard Crimson (180)
1888
+ MILLER: "#af632f",
1889
+ // Miller Rust (211)
1890
+ SYNTH: "#fff393",
1891
+ // Synth Yellow (251)
1892
+ ORACLE: "#fff7c7",
1893
+ // Oracle Cream (252)
1894
+ // --- SPECIALIZED MODULES ---
1895
+ BIO: "#5f7367",
1896
+ // Bio-Digital (136)
1897
+ TOXIC: "#2f4337",
1898
+ // Toxic Waste (75)
1899
+ RECALL: "#c7c337",
1900
+ // Memory Lime (226)
1901
+ SOUL: "#af6b8f",
1902
+ // Soul Pink (213)
1903
+ NEURAL: "#975777",
1904
+ // Neural Magenta (192)
1905
+ GHOST: "#db7f3b",
1906
+ // Ghost Orange (235)
1907
+ ECHO: "#6b6b97",
1908
+ // Echo Purple (152)
1909
+ // --- ATMOSPHERIC & HUES ---
1910
+ WRECKED: "#43272f",
1911
+ // Bruised Dark (95)
1912
+ DEEP_VOID: "#0b0b0f",
1913
+ // Near Black (17)
1914
+ GLITCH: "#4b2f37",
1915
+ // Glitch Maroon (106)
1916
+ FOREST: "#1f2b1f",
1917
+ // Deep Forest (43)
1918
+ RUST: "#632f1f",
1919
+ // Industrial Rust (137)
1920
+ LEAD: "#2f2f3f",
1921
+ // Lead Grey (69)
1922
+ // --- INFRASTRUCTURE ---
1923
+ DIM: "#2f2f2f",
1924
+ // Interface Grey (68)
1925
+ BORDER: "#3f3f3f",
1926
+ // Panel Grey (92)
1927
+ METAL: "#6b6b6b",
1928
+ // Steel (151)
1929
+ OBSIDIAN: "#070000",
1930
+ // Void Black (12)
1931
+ STEEL: "#ababab"
1932
+ // Polished Steel (209)
1933
+ };
1934
+ var hex = {
1935
+ void: import_chalk.default.hex(THEME.VOID),
1936
+ source: import_chalk.default.hex(THEME.SOURCE),
1937
+ chrome: import_chalk.default.hex(THEME.CHROME).bold,
1938
+ azure: import_chalk.default.hex(THEME.AZURE),
1939
+ sky: import_chalk.default.hex(THEME.SKY),
1940
+ plasma: import_chalk.default.hex(THEME.PLASMA).bold,
1941
+ critical: import_chalk.default.hex(THEME.CRITICAL).bold,
1942
+ error: import_chalk.default.hex(THEME.ERROR),
1943
+ warning: import_chalk.default.hex(THEME.WARNING),
1944
+ gold: import_chalk.default.hex(THEME.GOLD),
1945
+ scarlet: import_chalk.default.hex(THEME.SCARLET),
1946
+ pulse: import_chalk.default.hex(THEME.PULSE),
1947
+ player: import_chalk.default.hex(THEME.PLAYER).bold,
1948
+ npc: import_chalk.default.hex(THEME.NPC),
1949
+ doomguard: import_chalk.default.hex(THEME.DOOMGUARD).bold,
1950
+ miller: import_chalk.default.hex(THEME.MILLER),
1951
+ synth: import_chalk.default.hex(THEME.SYNTH),
1952
+ oracle: import_chalk.default.hex(THEME.ORACLE),
1953
+ bio: import_chalk.default.hex(THEME.BIO),
1954
+ toxic: import_chalk.default.hex(THEME.TOXIC),
1955
+ recall: import_chalk.default.hex(THEME.RECALL),
1956
+ soul: import_chalk.default.hex(THEME.SOUL),
1957
+ neural: import_chalk.default.hex(THEME.NEURAL),
1958
+ ghost: import_chalk.default.hex(THEME.GHOST),
1959
+ echo: import_chalk.default.hex(THEME.ECHO),
1960
+ wrecked: import_chalk.default.hex(THEME.WRECKED),
1961
+ deep: import_chalk.default.hex(THEME.DEEP_VOID),
1962
+ glitch: import_chalk.default.hex(THEME.GLITCH),
1963
+ forest: import_chalk.default.hex(THEME.FOREST),
1964
+ rust: import_chalk.default.hex(THEME.RUST),
1965
+ lead: import_chalk.default.hex(THEME.LEAD),
1966
+ dim: import_chalk.default.hex(THEME.DIM),
1967
+ border: import_chalk.default.hex(THEME.BORDER),
1968
+ metal: import_chalk.default.hex(THEME.METAL),
1969
+ obsidian: import_chalk.default.hex(THEME.OBSIDIAN),
1970
+ steel: import_chalk.default.hex(THEME.STEEL)
1971
+ };
1972
+ var RUNES = "\u16A0 \u16A2 \u16A6 \u16A8 \u16B1 \u16B2 \u16B7 \u16B9";
1973
+ var zalgo = (text) => {
1974
+ const map = {
1975
+ "a": "\xE1",
1976
+ "e": "\xE9",
1977
+ "i": "\xED",
1978
+ "o": "\xF3",
1979
+ "u": "\xFA",
1980
+ "A": "\xC1",
1981
+ "E": "\xC9",
1982
+ "I": "\xCD",
1983
+ "O": "\xD3",
1984
+ "U": "\xDA"
1985
+ };
1986
+ return text.split("").map((c) => map[c] || c).join("");
1987
+ };
1988
+ var SKULL_ART = `
1989
+ ______
1990
+ .-" "-.
1991
+ / \\
1992
+ | |
1993
+ |, .-. .-. ,|
1994
+ | )(__/ \\__)( |
1995
+ |/ /\\ \\|
1996
+ (_ ^^ _)
1997
+ \\__|IIIIII|__/
1998
+ | \\IIIIII/ |
1999
+ \\ /
2000
+ \`--------\`
2001
+ `;
2002
+ var NEURAL_ART = `
2003
+ ____ ____
2004
+ / \\____/ \\
2005
+ / /\\ \\__/ /\\ \\
2006
+ / / \\ \\/ / \\ \\
2007
+ \\ \\__/ /\\ \\__/ /
2008
+ \\ / \\ /
2009
+ \\____/ \\____/
2010
+ `;
2011
+ var FRAGMENTS = [
2012
+ "The sky above the port was the color of television, tuned to a dead channel. - Gibson",
2013
+ "Reality is that which, when you stop believing in it, doesn't go away. - Dick",
2014
+ "The most merciful thing in the world is the inability of the human mind to correlate all its contents. - Lovecraft",
2015
+ "High-tech low-life. The Sprawl is watching.",
2016
+ "In the chrome-plated silence of the machine, we find our demons.",
2017
+ "Ritual silence. The daimon whispers in the code.",
2018
+ "Steel and sorcery. The lambdas are binding the void."
2019
+ ];
2020
+ var getRandomFragment = () => FRAGMENTS[Math.floor(Math.random() * FRAGMENTS.length)];
2021
+
270
2022
  // src/lib/render.ts
271
2023
  var cellAt = (pos, state) => {
272
2024
  const isBlocked = state.grid.blocked.some((b) => b.x === pos.x && b.y === pos.y);
273
- if (isBlocked) return "#";
2025
+ if (isBlocked) return hex.border("#");
274
2026
  if (state.player.position.x === pos.x && state.player.position.y === pos.y) {
275
- return "P";
2027
+ return hex.player("P");
276
2028
  }
277
2029
  for (const npc of Object.values(state.npcs.entities)) {
278
2030
  if (!npc) continue;
279
- if (npc.position.x === pos.x && npc.position.y === pos.y) return npc.id === "miller" ? "M" : "D";
2031
+ if (npc.position.x === pos.x && npc.position.y === pos.y) {
2032
+ if (npc.id === "miller") return hex.miller("M");
2033
+ if (npc.id === "doomguard") return hex.doomguard("D");
2034
+ return hex.npc("N");
2035
+ }
280
2036
  }
281
- return ".";
2037
+ return hex.dim(".");
282
2038
  };
283
2039
  var renderGrid = (state) => {
284
2040
  const rows = [];
@@ -291,7 +2047,8 @@ var renderGrid = (state) => {
291
2047
  }
292
2048
  return rows.join("\n");
293
2049
  };
294
- var renderLegend = () => "Legend :: P=Scout D=Doomguard M=Miller #=Blocked Tile .=Open Tile";
2050
+ var renderLegend = () => `${hex.chrome("Legend")} :: ${hex.player("P")}=${hex.azure("Scout")} ${hex.doomguard("D")}=${hex.critical("Doomguard")} ${hex.miller("M")}=${hex.gold("Miller")} ${hex.border("#")}=${hex.metal("Blocked")} ${hex.dim(".")}=${hex.steel("Open")}
2051
+ ${hex.source(RUNES)}`;
295
2052
 
296
2053
  // src/store.ts
297
2054
  import { configureStore } from "@reduxjs/toolkit";
@@ -443,7 +2200,7 @@ var steps = [
443
2200
  {
444
2201
  group: "soul_export",
445
2202
  command: "forbocai soul export miller",
446
- expectedRoutes: ["POST /npcs/{id}/soul/export"]
2203
+ expectedRoutes: ["POST /npcs/{id}/soul/export", "POST /npcs/{id}/soul/confirm"]
447
2204
  },
448
2205
  {
449
2206
  group: "soul_list",
@@ -524,7 +2281,7 @@ var steps = [
524
2281
  {
525
2282
  group: "soul_import",
526
2283
  command: "forbocai soul import tx-demo-001",
527
- expectedRoutes: ["GET /souls/{txId}", "POST /npcs/import"]
2284
+ expectedRoutes: ["GET /souls/{txId}", "POST /npcs/import", "POST /npcs/import/confirm"]
528
2285
  },
529
2286
  {
530
2287
  group: "soul_chat",
@@ -649,9 +2406,10 @@ var applyScenarioInitialState = (step, store) => {
649
2406
  var runGame = async ({
650
2407
  mode
651
2408
  }) => {
652
- console.log("\n[VOID::WATCHER] Echoes session booting...");
653
- console.log(`NEURAL_LINK_ESTABLISHED :: mode=${mode}
654
- `);
2409
+ console.log("\n" + hex.azure(NEURAL_ART));
2410
+ console.log(hex.critical("SYSTEM_OVERRIDE") + ` // ` + hex.void("NEURAL_LINK_ESTABLISHED"));
2411
+ console.log(hex.warning(`[VOID::WATCHER]`) + hex.dim(` Echoes session booting at mode=${hex.azure(mode)}
2412
+ `));
655
2413
  const store = createTestGameStore();
656
2414
  store.dispatch(uiActions.setMode(mode));
657
2415
  store.dispatch(
@@ -671,15 +2429,16 @@ var runGame = async ({
671
2429
  for (const step of store.getState().scenario.steps) {
672
2430
  if (mode === "manual") {
673
2431
  console.log(`
674
- \u256D\u2500 ${step.title} \u2500\u256E`);
675
- console.log(step.description);
676
- console.log("\u2570\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u256F\n");
2432
+ ` + hex.border(`\u256D\u2500 `) + hex.sky(step.title) + hex.border(` \u2500\u256E`));
2433
+ console.log(hex.dim(zalgo(step.description)));
2434
+ console.log(hex.border(`\u2570\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u256F
2435
+ `));
677
2436
  console.log(renderGrid(store.getState()));
678
- await rl?.question("> Press Enter to execute this trace segment...");
2437
+ await rl?.question(hex.player(`> `) + hex.chrome(`Execute trace segment :: `) + hex.source(`[${step.id}]`));
679
2438
  } else {
680
2439
  console.log(`
681
- :: ${step.title}`);
682
- console.log(step.description);
2440
+ ` + hex.steel(`:: `) + hex.sky(step.title) + ` ` + hex.dim(`[${step.id}]`));
2441
+ console.log(hex.dim(zalgo(step.description)));
683
2442
  }
684
2443
  applyScenarioInitialState(step, store);
685
2444
  for (const command of step.commands) {
@@ -711,28 +2470,61 @@ var runGame = async ({
711
2470
  store.dispatch(uiActions.addMessage(`System Bridge Blocked Action: ${validation.reason}`));
712
2471
  }
713
2472
  }
714
- console.log(`[${result.status}] ${command.command}`);
2473
+ const group = command.group;
2474
+ let statusColor = result.status === "ok" ? hex.gold : hex.critical;
2475
+ if (result.status === "ok" && group === "status") statusColor = hex.plasma;
2476
+ let cmdColor = hex.source;
2477
+ if (group.startsWith("memory")) cmdColor = hex.bio;
2478
+ if (group.startsWith("soul")) cmdColor = hex.soul;
2479
+ if (group.startsWith("ghost")) cmdColor = hex.ghost;
2480
+ if (group.startsWith("npc")) cmdColor = hex.azure;
2481
+ if (group.startsWith("bridge")) cmdColor = hex.recall;
2482
+ if (group === "cortex_init") cmdColor = hex.neural;
2483
+ console.log(`${statusColor(`[${result.status}]`)} ${cmdColor(command.command)}`);
715
2484
  if (result.status === "error") {
716
- console.log("LOG_ERR_CRITICAL :: command execution fault recorded");
2485
+ process.stderr.write(hex.critical(SKULL_ART));
2486
+ console.log(hex.critical("LOG_ERR_CRITICAL") + ` // ` + hex.rust("BIT_ROT_DETECTED") + ` // ` + hex.glitch("V_OID_LEAK"));
2487
+ if (result.output) {
2488
+ console.log(hex.dim(` | `) + hex.glitch(result.output.split("\n")[0]));
2489
+ }
717
2490
  }
718
2491
  }
719
2492
  if (mode === "autoplay") {
720
- await delay(500);
2493
+ const fragment = getRandomFragment();
2494
+ console.log(`
2495
+ ` + hex.bio(`\u16EB`) + ` ` + hex.dim.italic(`"${fragment}"`));
2496
+ process.stdout.write(hex.dim(" " + zalgo(":: synchronizing_neural_bus...") + " "));
2497
+ const dots = [".", "..", "..."];
2498
+ for (const dot of dots) {
2499
+ process.stdout.write(hex.echo(dot));
2500
+ await delay(250);
2501
+ }
2502
+ console.log("\n");
721
2503
  }
722
2504
  }
723
2505
  rl?.close();
724
2506
  const state = store.getState();
725
2507
  const missingGroups = selectMissingGroups(state.harness.covered);
726
2508
  const complete = missingGroups.length === 0;
727
- const summary = complete ? `Run complete: all ${Object.keys(state.harness.covered).length} command groups were exercised.` : `Run incomplete: missing command groups -> ${missingGroups.join(", ")}`;
728
- console.log("\n=== Transcript Summary // chrome rain ledger ===");
2509
+ const summaryText = complete ? `ALL_BINDINGS_COMPLETE :: Coverage achieved.` : `VOID_GAPS_DETECTED :: Missing groups -> ${missingGroups.join(", ")}`;
2510
+ const summary = complete ? hex.chrome(summaryText) : hex.scarlet(summaryText);
2511
+ console.log("\n" + hex.lead("=== ") + hex.steel("Transcript Summary // ") + hex.rust("chrome rain ledger") + hex.lead(" ==="));
729
2512
  for (const entry of state.transcript.entries) {
2513
+ const statusColor = entry.status === "ok" ? hex.gold : hex.critical;
2514
+ let groupColor = hex.source;
2515
+ if (entry.commandGroup.startsWith("memory")) groupColor = hex.bio;
2516
+ if (entry.commandGroup.startsWith("soul")) groupColor = hex.soul;
2517
+ if (entry.commandGroup.startsWith("ghost")) groupColor = hex.ghost;
2518
+ if (entry.commandGroup.startsWith("npc")) groupColor = hex.azure;
2519
+ if (entry.commandGroup.startsWith("bridge")) groupColor = hex.recall;
2520
+ if (entry.commandGroup === "cortex_init") groupColor = hex.neural;
730
2521
  console.log(
731
- `${entry.at} | ${entry.commandGroup} | ${entry.status} | ${entry.command} | routes: ${entry.expectedRoutes.join(", ")}`
2522
+ `${hex.dim(entry.at.split("T")[1].split(".")[0])} | ${groupColor(entry.commandGroup.padEnd(16))} | ${statusColor(entry.status.padEnd(5))} | ${hex.player(entry.command)}`
732
2523
  );
733
2524
  }
734
- console.log("\n\u16A0 \u16A2 \u16A6 \u16A8 \u16B1 \u16B2 \u16B7 \u16B9");
2525
+ console.log("\n" + hex.plasma(RUNES));
735
2526
  console.log(summary);
2527
+ console.log(hex.dim(`Compliance is monitored by the Watcher in the Code. \u{1F441}\uFE0F`));
736
2528
  return {
737
2529
  complete,
738
2530
  missingGroups,