UNPKG
winston-loki
Version:
latest (6.1.3)
next (6.0.7-rc2)
6.1.3
6.1.2
6.1.1
6.1.0
6.0.8
6.0.7
6.0.7-rc2
6.0.7-rc1
6.0.6
6.0.5
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
6.0.0-rc.9
6.0.0-rc.8
6.0.0-rc.7
6.0.0-rc.6
6.0.0-rc.5
6.0.0-rc.4
6.0.0-rc.3
6.0.0-rc.2
6.0.0-rc.1
5.1.2
5.1.1
5.1.0
5.0.0
4.0.2
4.0.1
4.0.0
3.0.1
3.0.0
3.0.0-rc-1
2.2.2
2.2.2-rc1
2.2.1
2.2.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
1.0.3
1.0.2
1.0.1
1.0.0
0.0.3
0.0.2
0.0.1
A Winston transport for Grafana Loki
github.com/JaniAnttonen/winston-loki
JaniAnttonen/winston-loki
winston-loki
/
.eslintrc.js
8 lines
(7 loc)
•
91 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module.exports
=
{
extends:
[
"standard"
],
env:
{
node:
true
,
jest:
true
} }
;