UNPKG

geoip-lite2

Version:

A light weight native JavaScript implementation of GeoIP API from MaxMind. Improved and faster version by Sefinek.

86 lines (85 loc) 2.06 kB
{ "name": "geoip-lite2", "version": "2.2.6", "description": "A light weight native JavaScript implementation of GeoIP API from MaxMind. Improved and faster version by Sefinek.", "keywords": [ "city", "country", "fast-geoip", "fast-geolocation", "geo-ip", "geo-location-api", "geo", "geoip-api", "geoip-data", "geoip-database", "geoip", "geoip2-lite", "geoip2-lite2", "geoip2", "geolite", "geolite2", "geolocation", "geolookup", "global-ip-data", "ip-analytics", "ip-geo", "ip-geolocation", "ip-georesolution", "ip-location", "ip-lookup", "ip-mapping", "ip-resolver", "ip-tracking", "ip", "ipv4", "ipv6", "location", "maxmind-integration", "maxmind-lite", "maxmind", "region", "state" ], "homepage": "https://github.com/sefinek/geoip-lite2#readme", "bugs": { "url": "https://github.com/sefinek/geoip-lite2/issues" }, "repository": { "type": "git", "url": "git+https://github.com/sefinek/geoip-lite2.git" }, "license": "Apache-2.0", "author": "Philip Tellis <philip@bluesmoon.info> (https://bluesmoon.info)", "type": "commonjs", "main": "lib-minified/main.js", "types": "index.d.ts", "directories": { "lib": "lib", "test": "test" }, "scripts": { "minify": "node minify.js", "test": "jest test", "up": "ncu -u && npm install && npm update && npm audit fix", "updatedb": "node utils-minified/updatedb.js", "updatedb-debug": "node utils-minified/updatedb.js debug", "updatedb-force": "node utils-minified/updatedb.js force" }, "dependencies": { "adm-zip": "^0.5.16", "async": "^3.2.6", "iconv-lite": "0.6.3", "ip-address": "^10.0.1", "rimraf": "^6.0.1" }, "devDependencies": { "@eslint/js": "^9.29.0", "globals": "^16.2.0", "jest": "^30.0.2", "terser": "^5.43.1" }, "engines": { "node": ">=10.3.0" } }