@adamlui/geolocate
Version:
Fetch IP geolocation data from the CLI.
84 lines (83 loc) • 1.91 kB
JSON
{
"name": "@adamlui/geolocate",
"version": "2.4.0",
"description": "Fetch IP geolocation data from the CLI.",
"author": {
"name": "Adam Lui",
"email": "adam@kudoai.com",
"url": "https://github.com/adamlui"
},
"homepage": "https://github.com/adamlui/js-utils",
"license": "MIT",
"funding": [
{
"type": "cashapp",
"url": "https://cash.app/$AdamLui"
},
{
"type": "github",
"url": "http://github.com/sponsors/adamlui"
},
{
"type": "ko-fi",
"url": "https://ko-fi.com/adamlui"
},
{
"type": "paypal",
"url": "https://paypal.me/adamlui"
}
],
"main": "dist/geolocate.min.js",
"files": [
"dist/",
"docs/"
],
"bin": {
"geolocate": "dist/cli/index.js"
},
"directories": {
"lib": "./dist",
"doc": "./docs"
},
"scripts": {
"dev": "npm run build && npm i -g && geolocate --help",
"build": "node utils/build",
"build:js": "node utils/build --js",
"build:data": "node utils/build --data",
"build:json": "node utils/build --json",
"debug": "node src/cli --debug",
"translate": "translate-messages",
"bump:patch": "bash utils/bump.sh patch",
"bump:minor": "bash utils/bump.sh minor",
"bump:feat": "npm run bump:minor",
"bump:major": "bash utils/bump.sh major"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adamlui/js-utils.git"
},
"keywords": [
"api",
"cli",
"data",
"geolocate",
"geolocation",
"ip",
"networking",
"sluething",
"utility"
],
"bugs": {
"url": "https://github.com/adamlui/js-utils/issues"
},
"dependencies": {
"is-unicode-supported": "^2.1.0",
"node-clipboardy": "^1.0.3"
},
"devDependencies": {
"@adamlui/minify.js": "^2.4.1",
"console-table-printer": "^2.15.0",
"copyfiles": "^2.4.1",
"generate-ip": "^2.8.2"
}
}