nali-ip-cli
Version:
Parse geoinfo of IP Address online without leaving your terminal
54 lines (53 loc) • 1.35 kB
JSON
{
"name": "nali-ip-cli",
"version": "1.1.1",
"description": "Parse geoinfo of IP Address online without leaving your terminal",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "pkg . --targets 'node16-linux-x64,node16-macos-x64,node16-macos-arm64' --out-path './bin/'"
},
"bin": {
"nali": "./lib/nali.js",
"nali-dig": "./lib/nali-dig.js",
"nali-nslookup": "./lib/nali-nslookup.js",
"nali-ping": "./lib/nali-ping.js",
"nali-tracepath": "./lib/nali-tracepath.js",
"nali-traceroute": "./lib/nali-traceroute.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fantasyroot/nali-ip-cli.git"
},
"author": "Anto17 (https://github.com/fantasyroot)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/fantasyroot/nali-ip-cli/issues"
},
"homepage": "",
"keywords": [
"IP 地址",
"IP 解析",
"Nali",
"nali-ip-cli"
],
"dependencies": {
"@inquirer/prompts": "^3.1.1",
"@sukka/cdn": "^1.0.3",
"axios": "^0.19.2",
"chalk": "^3.0.0",
"commander": "^4.1.1",
"gbk.js": "^0.3.0",
"pangu": "^4.0.7",
"progress": "^2.0.3",
"string-replace-async": "^2.0.0"
},
"devDependencies": {
"pkg": "^5.8.1"
},
"pkg": {
"scripts": [
"./lib/**/*"
]
}
}