@minilibs/ip2geo
Version:
Ip to Geo location instantly ⚡
48 lines • 1.17 kB
JSON
{
"name": "@minilibs/ip2geo",
"version": "0.0.6",
"description": "Ip to Geo location instantly ⚡",
"type": "module",
"main": "/cjs/index.cjs",
"module": "/esm/index.js",
"types": "./index.d.ts",
"keywords": [
"geo ip",
"ip geolocation",
"ip to location",
"ip location",
"ip geo",
"geolocation lookup",
"ip tracker",
"client ip geolocation",
"server ip geolocation",
"geoip api",
"ip data",
"geolocation api",
"ip info",
"ip location api",
"ip lookup",
"geo location",
"ip mapping",
"ip coordinates",
"location from ip",
"lightweight geolocation",
"tiny geoip",
"type safe geo",
"ip to country",
"geoip client side",
"geoip server side",
"online ip lookup",
"javascript geoip",
"bun geoip",
"nodejs ip geolocation",
"ip2geo"
],
"exports": {
".": {
"import": "./esm/index.js",
"require": "./cjs/index.cjs",
"types": "./index.d.ts"
}
}
}