@cityssm/is-private-network-address
Version:
Determines whether or not a network address is a private or internal.
40 lines (39 loc) • 1.08 kB
JSON
{
"name": "@cityssm/is-private-network-address",
"version": "1.0.0",
"description": "Determines whether or not a network address is a private or internal.",
"keywords": [
"ip address",
"ipv4",
"ipv6",
"local",
"private",
"network address",
"subnet",
"internet"
],
"type": "module",
"exports": "./index.js",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"test": "node --test",
"coverage": "c8 --reporter=lcov --reporter=text --reporter=text-summary node --test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cityssm/is-private-network-address.git"
},
"author": "The Corporation of the City of Sault Ste. Marie",
"license": "MIT",
"bugs": {
"url": "https://github.com/cityssm/is-private-network-address/issues"
},
"homepage": "https://github.com/cityssm/is-private-network-address#readme",
"devDependencies": {
"@types/node": "^22.9.0",
"eslint-config-cityssm": "^15.0.1",
"prettier-config-cityssm": "^1.0.0"
}
}