bson-rpc
Version:
the nodejs version of bson-rpc
65 lines • 1.31 kB
JSON
{
"name": "is-reachable",
"version": "2.3.3",
"description": "Check if servers are reachable",
"license": "MIT",
"repository": "sindresorhus/is-reachable",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"contributors": [
"silverwind <me@silverwind.io> (github.com/silverwind)"
],
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava test.js"
},
"files": [
"index.js",
"browser.js"
],
"keywords": [
"browser",
"online",
"offline",
"network",
"connected",
"connectivity",
"internet",
"is",
"has",
"detect",
"reachable",
"reachability",
"server",
"host",
"accessible",
"socket"
],
"dependencies": {
"arrify": "^1.0.1",
"got": "^7.1.0",
"is-port-reachable": "^2.0.0",
"p-any": "^1.1.0",
"p-timeout": "^1.2.0",
"pify": "^3.0.0",
"port-numbers": "^2.0.3",
"prepend-http": "^1.0.4",
"router-ips": "^1.0.0",
"url-parse": "^1.1.9"
},
"devDependencies": {
"ava": "*",
"xo": "*"
},
"browser": "browser.js",
"xo": {
"esnext": true
},
"_from": "is-reachable@2.3.3",
"_resolved": "http://registry.npm.taobao.org/is-reachable/download/is-reachable-2.3.3.tgz"
}