geo-from-ip-ilkkah
Version:
Get geolocation 🌐 information about an IP address 📲
46 lines (45 loc) • 974 B
JSON
{
"name": "geo-from-ip-ilkkah",
"version": "2.1.10",
"description": "Get geolocation 🌐 information about an IP address 📲",
"main": "lib/geo-from-ip.js",
"scripts": {
"updatedb": "node lib/update.js",
"test": "DEBUG=geo-from-ip:* jest --collectCoverage"
},
"files": [
"lib/",
"mmdb/config.js",
"mmdb/GeoLite2-City-Test.mmdb",
"mmdb/filelist.md"
],
"keywords": [
"geo",
"ip",
"update",
"mmdb",
"geo from ip",
"ip to geo",
"GeoIP2 Lite",
"GeoIP2",
"maxmind db reader",
"maxmind db",
"maxmind",
"maxmind",
"auto update"
],
"author": "Vikram Tiwari <vikramtheone1@gmail.com> (vikramtiwari.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/VikramTiwari/geo-from-ip/issues"
},
"dependencies": {
"debug": "^4.3.1",
"mmdb-reader": "^1.2.0",
"node-fetch": "^2.6.0",
"targz": "^1.0.1"
},
"devDependencies": {
"jest": "^26.6.3"
}
}