UNPKG

license-kit

Version:

Aggregate license notes of OSS libraries used in your Node.js project, analyze & visualize OSS licenses with AI-turbocharged tooling

12 lines (11 loc) 621 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WARNING_EMOJI = exports.ERROR_EMOJI = exports.NON_TAB_HELP_LISTING_SUBLIST_OFFSET = void 0; /** * The characters printed as prefix of any sublisting in a help message decsribing usage of flags or commands; * \t cannot be used on its own since it would break Commander.js's auto-alignment of help listing items, * therefore U+2063 invisible separator (which is a non-whitespace character is used before a \t) */ exports.NON_TAB_HELP_LISTING_SUBLIST_OFFSET = '\u2063\t'; exports.ERROR_EMOJI = '❌'; exports.WARNING_EMOJI = '⚠️';