UNPKG

geoip-country-lite

Version:

A fork of GeoIP-lite, a light-weight, native JavaScript implementation of GeoIP API from MaxMind that only supports country data.

33 lines (32 loc) 1.09 kB
{ "name" : "geoip-country-lite", "version" : "1.0.0", "description" : "A fork of GeoIP-lite, a light-weight, native JavaScript implementation of GeoIP API from MaxMind that only supports country data.", "keywords" : ["geo", "geoip", "ip", "ipv4", "ipv6", "geolookup", "maxmind", "geolite", "country"], "homepage" : "https://github.com/carlosrymer/geoip-country-lite", "author" : "Carlos Rymer", "files" : ["lib/", "data/", "test/","scripts/"], "main" : "lib/geoip.js", "repository" : { "type": "git", "url": "git://github.com/carlosrymer/geoip-country-lite.git" }, "engines" : { "node": ">=0.6.3" }, "scripts": { "test": "nodeunit --reporter=minimal test/tests.js", "updatedb": "node scripts/updatedb.js", "updatedb-debug": "node scripts/updatedb.js debug" }, "dependencies": { "async": "~1.3.0", "colors": "0.6.0-1", "glob": "~3.2.1", "iconv-lite": "~0.4.7", "lazy": "~1.0.11", "rimraf": "~2.0.2", "unzip": "~0.0.4" }, "config": { "update": true }, "devDependencies": { "nodeunit": "~0.9.1" } }