UNPKG

local-ip-addresses-and-hostnames

Version:
44 lines (43 loc) 1.08 kB
{ "name": "local-ip-addresses-and-hostnames", "version": "0.3.0", "description": "Get local IP addresses and hostnames", "engines": { "node": ">=18" }, "main": "local-ip-addresses-and-hostnames.js", "scripts": { "test": "vitest run" }, "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" }, "devDependencies": { "vitest": "^4.1.4" } }