jscpd-html-reporter
Version:
An npm module which uses jscpd and gib blame to generate a pretty html report for code duplicity
26 lines • 411 B
JSON
{
"foreground": {
"normal": "0",
"black": "30",
"red": "31",
"green": "32",
"yellow": "33",
"blue": "34",
"magenta": "35",
"cyan": "36",
"white": "37",
"original": "39"
},
"background": {
"normal": "0",
"black": "40",
"red": "41",
"green": "42",
"yellow": "43",
"blue": "44",
"magenta": "45",
"cyan": "46",
"white": "47",
"original": "49"
}
}