UNPKG
ip2
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.3
1.0.2
1.0.1
1.0.1-a
1.0.0
0.3.7
0.3.6
0.3.5
0.3.3
0.3.2
0.3.1
0.3.0
0.2.12
0.2.11
0.2.10
0.2.9
0.2.8
0.2.7
0.2.6
0.2.5
0.1.5
0.1.1
0.1.0
Get ip info & manage the hosts files
github.com/markzhan/ip2
markzhan/ip2
ip2
/
index.js
4 lines
(3 loc)
•
142 B
JavaScript
View Raw
1
2
3
4
module.exports.ip
= require(
'./lib/ip.js'
)
;
module.exports.info
= require(
'./lib/info.js'
)
;
module.exports.hosts
= require(
'./lib/hosts.js'
)
;