UNPKG
ipip-ipdb
Version:
latest (0.6.0)
0.6.0
0.3.0
0.2.0
0.1.0
IPIP.net 官方支持的 IP 数据库 ipdb 格式查询代码
github.com/ipipdotnet/ipdb-nodejs
ipipdotnet/ipdb-nodejs
ipip-ipdb
/
index.js
6 lines
•
178 B
JavaScript
View Raw
1
2
3
4
5
6
module
.exports = {
City
:
require
(
'./lib/city'
),
District
:
require
(
'./lib/district'
),
IDC
:
require
(
'./lib/idc'
),
BaseStation
:
require
(
'./lib/base_station'
) };