UNPKG

internet-available

Version:

A module to verify if there's an active internet connection with Node.js

43 lines 1.09 kB
{ "name": "internet-available", "version": "1.0.0", "description": "A module to verify if there's an active internet connection with Node.js", "main": "internet-available.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "internet", "online", "offline", "is-online", "network", "connected", "connectivity", "internet", "is", "has", "detect", "hostname", "hostnames", "dns", "socket", "reachable", "reachability", "accessible" ], "author": "Our Code World", "license": "MIT", "dependencies": { "dns-socket": "^1.6.1" }, "devDependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/ourcodeworld/internet-available.git" }, "bugs": { "url": "https://github.com/ourcodeworld/internet-available/issues" }, "homepage": "https://github.com/ourcodeworld/internet-available#readme" }