UNPKG
koa-accesslog
Version:
latest (1.0.0)
1.0.0
0.0.2
0.0.1
Middleware for common log format access logs
github.com/koajs/accesslog
koajs/accesslog
koa-accesslog
/
.nycrc
12 lines
•
156 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"extension"
:
[
".js"
]
,
"reporter"
:
[
"text-lcov"
,
"text"
,
"lcov"
]
,
"report-dir"
:
"./coverage"
,
"temp-dir"
:
"./.nyc_output"
}