Files
openit/utils/rm/node_modules/ip-address/bower.json
2022-07-20 16:18:09 +08:00

27 lines
551 B
JSON

{
"name": "ip-address",
"description": "A library for parsing IPv6 and IPv4 IP addresses in node and the browser.",
"main": "dist/ip-address-globals.js",
"authors": [
"Beau Gunderson <beau@beaugunderson.com> (https://beaugunderson.com/)"
],
"license": "MIT",
"keywords": [
"ipv6",
"ipv4",
"browser",
"validation"
],
"homepage": "https://github.com/beaugunderson/ip-address",
"moduleType": [
"globals"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}