UNPKG

cidr-js

Version:

Utility for expanding cidr blocks in a list of IPs

41 lines (40 loc) 820 B
{ "name": "cidr-js", "version": "2.3.1", "description": "Utility for expanding cidr blocks in a list of IPs", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/krg7880/cidr-js.git" }, "keywords": [ "cidr", "ip", "ips", "ipv4", "network", "networking" ], "author": "Kirk Gordon <kirk7880@gmail.com>", "license": "ISC", "bugs": { "url": "https://github.com/krg7880/cidr-js/issues" }, "homepage": "https://github.com/krg7880/cidr-js", "devDependencies": { "chai": "^2.1.2", "mocha": "^2.2.1" }, "dependencies": { "bluebird": "^2.9.21", "ip-subnet-calculator": "^1.0.2", "line-by-line": "^0.1.3", "phpjs": "^1.3.2" } }