@adamlui/geolocate
Version:
Fetch IP geolocation data from the CLI.
61 lines (60 loc) • 1.23 kB
JSON
{
"name": "@adamlui/geolocate",
"version": "2.0.11",
"description": "Fetch IP geolocation data from the CLI.",
"author": {
"name": "Adam Lui",
"email": "adam@kudoai.com",
"url": "https://github.com/adamlui"
},
"homepage": "https://geolocatejs.org",
"license": "MIT",
"funding": [
{
"type": "github",
"url": "http://github.com/sponsors/adamlui"
},
{
"type": "ko-fi",
"url": "https://ko-fi.com/adamlui"
}
],
"main": "dist/geolocate.min.js",
"files": [
"docs/"
],
"bin": {
"geolocate": "dist/cli.min.js"
},
"directories": {
"lib": "./dist",
"doc": "./docs"
},
"scripts": {
"build": "bash utils/build.sh",
"bump:patch": "bash utils/bump.sh patch",
"bump:minor": "bash utils/bump.sh minor",
"bump:major": "bash utils/bump.sh major"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adamlui/js-utils.git"
},
"keywords": [
"geolocate",
"geolocation",
"ip",
"networking",
"api",
"cli"
],
"bugs": {
"url": "https://support.geolocatejs.org"
},
"dependencies": {
"generate-ip": "^2.4.4"
},
"devDependencies": {
"@adamlui/minify.js": "^1.8.5"
}
}