geoip-lite2
Version:
A light weight native JavaScript implementation of GeoIP API from MaxMind. Improved and faster version by Sefinek.
83 lines (82 loc) • 2.01 kB
JSON
{
"name": "geoip-lite2",
"version": "2.2.3",
"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",
"geo-ip",
"geoip api",
"geoip data",
"geoip database",
"geoip",
"geoip-api",
"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)",
"main": "lib-minified/main.js",
"types": "index.d.ts",
"scripts": {
"up": "ncu -u && npm install && npm update && npm audit fix",
"minify": "node minify.js",
"test": "jest test",
"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.17.0",
"globals": "^15.14.0",
"jest": "^29.7.0",
"terser": "^5.37.0"
},
"engines": {
"node": ">=10.3.0"
}
}