geoip2-api
Version:
This module allows obtaining the client's geolocation using their IP address, leveraging data retrieved from a fast API.
38 lines (37 loc) • 986 B
JSON
{
"name": "geoip2-api",
"version": "1.1.1",
"description": "This module allows obtaining the client's geolocation using their IP address, leveraging data retrieved from a fast API.",
"keywords": [
"geo api",
"geo ip",
"geo wrapper",
"geoip api",
"geoip api-wrapper",
"geoip data",
"geoip wrapper",
"geoip",
"ip"
],
"homepage": "https://github.com/sefinek/geoip2-api#readme",
"bugs": {
"url": "https://github.com/sefinek/geoip2-api/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sefinek/geoip2-api.git"
},
"license": "MIT",
"author": "Sefinek <contact@sefinek.net> (https://sefinek.net)",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "jest test",
"up": "ncu -u && npm install && npm update && npm audit fix"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"globals": "^16.0.0",
"jest": "^29.7.0"
}
}