UNPKG

ya-express-ntlm

Version:
34 lines 1.35 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.debugNtlmContext = exports.debugNtlmLdapProxyId = exports.debugNtlmLdapProxy = exports.hvOutColor = exports.hvInColor = exports.hnColor = exports.debugNtlmAuthFlow = void 0; /* eslint-disable no-console */ const af_tools_ts_1 = require("af-tools-ts"); const af_color_1 = require("af-color"); exports.debugNtlmAuthFlow = (0, af_tools_ts_1.Debug)('ntlm:auth-flow', { noTime: true, noPrefix: false, prefixColor: af_color_1.bold + af_color_1.green, messageColor: af_color_1.reset, }); exports.hnColor = af_color_1.green; exports.hvInColor = af_color_1.magenta; exports.hvOutColor = af_color_1.cyan; exports.debugNtlmLdapProxy = (0, af_tools_ts_1.Debug)('ntlm:ldap-proxy', { noTime: true, noPrefix: false, prefixColor: af_color_1.bold + af_color_1.yellow, messageColor: af_color_1.reset, }); exports.debugNtlmLdapProxyId = (0, af_tools_ts_1.Debug)('ntlm:ldap-proxy-id', { noTime: true, noPrefix: false, prefixColor: af_color_1.bold + af_color_1.cyan, messageColor: af_color_1.reset, }); exports.debugNtlmContext = (0, af_tools_ts_1.Debug)('ntlm:context', { noTime: true, noPrefix: false, prefixColor: af_color_1.bold + af_color_1.red, messageColor: af_color_1.reset, }); //# sourceMappingURL=debug.js.map