xypriss-security
Version:
Advanced High-Performance Security Framework. Military-grade encryption, post-quantum resilience, and fortified data structures.
19 lines • 486 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DEFAULT_PALETTE = void 0;
exports.DEFAULT_PALETTE = {
reset: "\x1b[0m",
bold: "\x1b[1m",
dim: "\x1b[2m",
gray: "\x1b[90m",
white: "\x1b[37m",
red: "\x1b[31m",
brightRed: "\x1b[91m",
yellow: "\x1b[33m",
green: "\x1b[32m",
brightGreen: "\x1b[92m",
cyan: "\x1b[36m",
blue: "\x1b[34m",
magenta: "\x1b[35m",
};
//# sourceMappingURL=DEFAULT_PALETTE.js.map