local-ip-addresses-and-hostnames
Version:
Get local IP addresses and hostnames
41 lines (40 loc) • 1.04 kB
JSON
{
"name": "local-ip-addresses-and-hostnames",
"version": "0.2.0",
"description": "Get local IP addresses and hostnames",
"engines": {
"node": ">=18"
},
"main": "local-ip-addresses-and-hostnames.js",
"scripts": {
"test": "echo \"Warning: no test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/webextensions/local-ip-addresses-and-hostnames.git"
},
"keywords": [
"local",
"IP",
"address",
"addresses",
"host",
"hosts",
"name",
"names",
"hostname",
"hostnames",
"etc",
"etc/hosts",
"/etc/hosts"
],
"author": "Priyank Parashar",
"license": "MIT",
"bugs": {
"url": "https://github.com/webextensions/local-ip-addresses-and-hostnames/issues"
},
"homepage": "https://github.com/webextensions/local-ip-addresses-and-hostnames#readme",
"dependencies": {
"@webextensions/parse-hosts": "1.0.3"
}
}