check-internet-connected
Version:
Utility to check if internet is connected or not
37 lines (36 loc) • 766 B
JSON
{
"name": "check-internet-connected",
"version": "2.0.6",
"description": "Utility to check if internet is connected or not",
"main": "index.js",
"scripts": {
"test-fix": "semistandard --fix",
"test": "semistandard"
},
"repository": "aankur/check-internet-connected",
"homepage": "https://github.com/aankur/check-internet-connected",
"engines": {
"node": ">=8"
},
"keywords": [
"dns",
"tcp",
"internet",
"connection",
"detect",
"check",
"connected",
"online",
"offline",
"accessible",
"reachable"
],
"author": "Ankur Deep Jaiswal <ankur@techgentsia.com>",
"license": "MIT",
"dependencies": {
"bluebird": "^3.7.2"
},
"devDependencies": {
"semistandard": "^14.2.3"
}
}