ipip-ipdb
Version:
IPIP.net 官方支持的 IP 数据库 ipdb 格式查询代码
32 lines (31 loc) • 732 B
JSON
{
"name": "ipip-ipdb",
"version": "0.6.0",
"description": "IPIP.net 官方支持的 IP 数据库 ipdb 格式查询代码",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ipipdotnet/ipdb-nodejs.git"
},
"dependencies": {
"ipaddr.js": "^1.9.1"
},
"keywords": [
"ipip",
"location",
"geolocation",
"geo",
"ipdb",
"datx",
"geoip"
],
"author": "frk@ipip.net",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ipipdotnet/ipdb-nodejs/issues"
},
"homepage": "https://github.com/ipipdotnet/ipdb-nodejs#readme"
}