UNPKG
@slimio/psp
Version:
latest (0.12.3)
0.12.3
0.12.2
0.12.1
0.12.0
0.11.1
0.11.0
0.10.0
0.9.2
0.9.1
0.9.0
0.8.0
0.7.0
0.6.0
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
Analyze compliance with the structural policy of a SlimIO project
github.com/SlimIO/psp
SlimIO/psp
@slimio/psp
/
src
/
severities.js
13 lines
(10 loc)
•
293 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
"use strict"
;
// Require Third-party Dependencies
const
kleur =
require
(
"kleur"
);
module
.
exports
= {
CRIT
: kleur.
red
().
bold
(
"CRIT"
),
WARN
: kleur.
magenta
().
bold
(
"WARN"
),
INFO
: kleur.
green
().
bold
(
"INFO"
),
ARROW_UP
:
":arrow_double_up:"
,
ARROW_DOWN
:
":arrow_double_down:"
};