UNPKG
yarn-audit-html
Version:
latest (7.3.2)
next (7.2.1-rc.0)
7.3.2
7.3.1
7.3.0
7.2.1-rc.0
7.2.0
7.1.1
7.1.0
7.0.2
7.0.1
7.0.0
6.2.0
6.1.0
6.0.0
5.0.0
4.0.1
4.0.0
3.0.1
3.0.0
2.1.0
2.0.1
2.0.0
1.4.0
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
0.4.0
0.3.2
0.3.1
0.3.0
0.2.0
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Generate a HTML report for Yarn Audit
davityavryan/yarn-audit-html
yarn-audit-html
/
.nycrc.json
9 lines
(8 loc)
•
250 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"
$schema
"
:
"https://json.schemastore.org/nycrc"
,
"all"
:
true
,
"include"
: [
"src/**"
],
"exclude"
: [
"fixtures"
,
"src/**/*.ignore*"
,
"src/**/*.test.ts"
,
"src/types.ts"
],
"reporter"
: [
"html"
,
"text"
,
"text-summary"
,
"json"
],
"output"
:
"reports"
}