@headwall/trusted-network-providers
Version:
Trusted network hosts and address ranges.
28 lines (27 loc) • 645 B
JSON
{
"name": "@headwall/trusted-network-providers",
"version": "1.6.0",
"description": "Trusted network hosts and address ranges.",
"main": "./src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/headwalluk/trusted-network-providers"
},
"scripts": {
"test": "node ./src/test.js",
"build-zip": "./scripts/build.sh zip",
"clean": "./scripts/build.sh clean"
},
"author": "Paul Faulkner",
"license": "MIT",
"dependencies": {
"fast-xml-parser": "^4.2.2",
"ipaddr.js": "^2.0.1",
"superagent": "^10.1.1"
},
"keywords": [
"network",
"addresses",
"trusted"
]
}