UNPKG

check-ip

Version:

Code that will validate an IP address for correct format and give additional information about the type of IP address.

50 lines (49 loc) 1.11 kB
{ "name": "check-ip", "version": "1.1.1", "license": "MIT", "author": "Johnny Mastin <Johnny.Mastin@gmail.com (https://github.com/johnnymastin)", "description": "Code that will validate an IP address for correct format and give additional information about the type of IP address.", "keywords": [ "ip", "ip address", "validate ip", "ip validator", "ip validate", "check ip", "ip check", "ip checker", "devops", "automate", "automation", "multicast", "bogon", "apipa", "rfc1918", "public ip", "private ip", "cidr", "aardvark", "bot" ], "homepage": "https://github.com/johnnymastin/check-ip", "repository": { "type": "git", "url": "https://github.com/johnnymastin/check-ip.git" }, "bugs": { "url": "https://github.com/johnnymastin/check-ip/issues", "email": "Johnny.Mastin@gmail.com" }, "scripts": { "test": "mocha || true" }, "main": "check-ip.js", "dependencies": { "ip-range-check": "^0.0.2" }, "devDependencies": { "chai": "^3.5.0", "mocha": "^3.4.1" } }