UNPKG
dns-cached
Version:
latest (0.6.3)
0.6.3
0.6.2
0.6.1
0.6.0
0.5.1
0.5.0
0.4.4
0.4.3
0.2.3
0.2.0
0.1.0
0.0.0
DNS Cache for Node.js
github.com/vivek-26/dns-cached
vivek-26/dns-cached
dns-cached
/
.eslintrc.json
11 lines
•
146 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"env"
:
{
"node"
:
true
,
"jest"
:
true
,
"es6"
:
true
}
,
"extends"
:
"airbnb"
,
"parserOptions"
:
{
"sourceType"
:
"module"
}
}