ip2
Version:
Get ip info & manage the hosts files
74 lines (73 loc) • 1.21 kB
JSON
{
"name": "ip2",
"version": "1.1.1",
"description": "Get ip info & manage the hosts files",
"main": "index.js",
"bin": {
"ip2": "./bin/ip2-cli.js"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/markzhan/ip2"
},
"keywords": [
"ip",
"hosts",
"google",
"tools",
"cli",
"cmd",
"dev",
"lan",
"dns",
"ipv4",
"mask",
"cidr",
"subnet",
"domain",
"internet",
"geo",
"ipgeo",
"geoip",
"address",
"location",
"ip2location",
"geolocation",
"os",
"name",
"system",
"version",
"platform",
"osx",
"linux",
"windows"
],
"author": {
"name": "Mark Zhan",
"url": "http://markzhan.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/markzhan/ip2/issues"
},
"homepage": "https://github.com/markzhan/ip2",
"dependencies": {
"commander": "^2.6.0",
"ip": "^0.3.2",
"os-name": "^1.0.3",
"request": "^2.51.0"
},
"devDependencies": {
"should": "^4.6.1"
},
"engines": {
"node": ">=0.10.x"
},
"directories": {
"test": "test"
},
"ipapi": "ip-api.com"
}