32 lines
700 B
JSON

{
"name": "ip2region",
"version": "3.0.0",
"description": "javascript (ES6) binding for ip2region with both IPv4 and IPv6 supported ",
"type": "module",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lionsoul2014/ip2region.git"
},
"keywords": [
"ip2region",
"ip-address",
"ip-lookup",
"ip-location",
"ipv4-lookup",
"ipv6-lookup"
],
"author": "lionsoul2014",
"license": "ISC",
"bugs": {
"url": "https://github.com/lionsoul2014/ip2region/issues"
},
"homepage": "https://github.com/lionsoul2014/ip2region#readme",
"devDependencies": {
"jest": "^30.2.0"
}
}