UNPKG

insubnet

Version:

Check an IP(v4 or v6) against a subnet.

38 lines (37 loc) 827 B
{ "name": "insubnet", "version": "0.0.8", "homepage": "http://louist.github.io/inSubnet/", "author": { "name": "Louis T.", "email": "louist@ltdev.im", "url": "http://ltdev.im/" }, "scripts": { "test": "node test.js" }, "repository": { "type": "git", "url": "git://github.com/LouisT/inSubnet.git" }, "bugs": { "url": "https://github.com/LouisT/inSubnet/issues" }, "licenses": [ { "type": "unlicensed", "url": "http://unlicense.org/" } ], "keywords": [ "ip", "ipv4", "ipv6", "subnet", "expander", "validation" ], "description": "Check an IP(v4 or v6) against a subnet.", "engine": "node => 0.6", "main": "index.js" }