-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.0.20240911 auto update ip database
- Loading branch information
1 parent
54838c6
commit 97dd984
Showing
5 changed files
with
30 additions
and
30 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
{ | ||
"name": "@iplookup/country", | ||
"version": "1.0.0", | ||
"description": "Browser api to lookup country from IP address", | ||
"keywords": [ | ||
"location", | ||
"iplookup", | ||
"lookup", | ||
"geo", | ||
"geoip", | ||
"ip", | ||
"ipv4", | ||
"ipv6", | ||
"ip-location-db", | ||
"country" | ||
], | ||
"author": "sapics", | ||
"homepage": "https://github.com/sapics/ip-location-api", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/sapics/ip-location-api.git" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"license": "MIT", | ||
"main": "iplookup.cjs", | ||
"exports": { | ||
"import": "./iplookup.mjs", | ||
"require": "./iplookup.cjs" | ||
} | ||
"name": "@iplookup/country", | ||
"version": "1.0.20240911", | ||
"description": "Browser api to lookup country from IP address", | ||
"keywords": [ | ||
"location", | ||
"iplookup", | ||
"lookup", | ||
"geo", | ||
"geoip", | ||
"ip", | ||
"ipv4", | ||
"ipv6", | ||
"ip-location-db", | ||
"country" | ||
], | ||
"author": "sapics", | ||
"homepage": "https://github.com/sapics/ip-location-api", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/sapics/ip-location-api.git" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"license": "MIT", | ||
"main": "iplookup.cjs", | ||
"exports": { | ||
"import": "./iplookup.mjs", | ||
"require": "./iplookup.cjs" | ||
} | ||
} |