UNPKG
whois-json
Version:
latest (2.0.4)
2.1.0
2.0.4
2.0.3
2.0.2
2.0.1
1.3.1
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.0.1
1.0.0
whois, with actual JavaScript (not flat string) results!
mikemaccana/whois-json
whois-json
/
.jshintrc
9 lines
(8 loc)
•
198 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
{
"predef"
:
[
// Node comes with console, so does every modern browser
"console"
]
,
"asi"
:
true
,
// Tolerate Automatic Semicolon Insertion (no semicolons).
"esnext"
:
true
}