@luminati-io/net-ping
Version:
Ping and trace route to many hosts at once.
43 lines (42 loc) • 983 B
JSON
{
"name": "@luminati-io/net-ping",
"version": "1.2.3-lum.3",
"description": "Ping and trace route to many hosts at once.",
"main": "index.js",
"directories": {
"example": "example"
},
"dependencies": {
"@luminati-io/raw-socket": "*"
},
"contributors": [
"Stephen Vickers <stephen.vickers@nospaceships.com>",
"NoSpaceships Ltd <hello@nospaceships.com>"
],
"repository": {
"type": "git",
"url": "git://github.com/nospaceships/node-net-ping.git"
},
"keywords": [
"echo",
"icmp",
"monitor",
"monitoring",
"net",
"network",
"ping",
"trace",
"trace-route",
"traceroute",
"tracert"
],
"author": "NoSpaceships Ltd <hello@nospaceships.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nospaceships/node-net-ping/issues"
},
"homepage": "https://github.com/nospaceships/node-net-ping#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}