UNPKG

ip-city

Version:

Quick geolocation lookup from IP address

54 lines 1.11 kB
{ "name": "ip-city", "version": "5.0.202504082258", "description": "Quick geolocation lookup from IP address", "keywords": [ "geo", "geoip", "ip", "ipv4", "ipv6", "geolookup", "maxmind", "geolite", "city" ], "homepage": "https://github.com/sapics/ip-city", "author": "sapics (https://github.com/sapics)", "files": [ "lib/", "data/", "scripts/", "test/", "LICENSE", "EULA" ], "main": "lib/geoip.js", "repository": { "type": "git", "url": "git://github.com/sapics/ip-city.git" }, "engines": { "node": ">=10.20.0" }, "scripts": { "test": "nodeunit --reporter=minimal test/tests.js", "updatedb": "node scripts/updatedb.js", "updatedb-debug": "node scripts/updatedb.js debug" }, "dependencies": { "async": "^2.6.4", "countries-list": "^3.1.1", "ip-address": "^6.4.0", "yauzl": "^2.10.0" }, "config": { "update": true }, "devDependencies": { "dayjs": "^1.11.13", "geoip-lite": "^1.4.10", "nodeunit-x": "^0.16.0" }, "license": "MaxMind GeoLite2 License" }