is-local-ip
Version:
Check that a given ip address is private.
32 lines (31 loc) • 749 B
JSON
{
"name": "is-local-ip",
"description": "Check that a given ip address is private.",
"version": "1.1.0",
"author": "Dylan Piercey <pierceydylan@gmail.com>",
"bin": "index.js",
"bugs": "https://github.com/DylanPiercey/is-local-ip/issues",
"devDependencies": {
"snazzy": "^3.0.0",
"standard": "^6.0.5",
"tap-spec": "^4.1.1",
"tape": "^4.5.1"
},
"homepage": "https://github.com/DylanPiercey/is-local-ip",
"keywords": [
"ip",
"is-local-ip",
"local",
"private",
"test"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/DylanPiercey/is-local-ip"
},
"scripts": {
"test": "standard --verbose | snazzy && node ./test main"
}
}