node-whatismyip
Version:
Clean , Simple and Fast Commandline IP lookup tool. Which will also provide you Geolocation data.
36 lines (35 loc) • 691 B
JSON
{
"name": "node-whatismyip",
"version": "1.0.0",
"description": "Clean , Simple and Fast Commandline IP lookup tool. Which will also provide you Geolocation data.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "node-whatismyip"
},
"dependencies":{
"cli-table":"~0.3.1"
},
"preferGlobal": true,
"bin": {
"whatismyip": "index.js"
},
"readmeFilename": "README.md",
"engines": {
"node": ">= 0.10.x"
},
"keywords": [
"whatismyip",
"ip",
"look",
"up",
"whois",
"ip",
"whois"
],
"author": "madamimat",
"license": "MIT"
}