icmp
Version:
Internet Control Message Protocol in Node
40 lines (39 loc) • 726 B
JSON
{
"name": "icmp",
"version": "2.0.1",
"description": "Internet Control Message Protocol in Node",
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "mocha"
},
"contributors": [
{
"name": "Nathanael Demacon",
"email": "nathanael.dmc@outlook.fr"
}
],
"repository": {
"type": "git",
"url": "git://github.com/QuantumSheep/node-icmp.git"
},
"keywords": [
"icmp",
"ping",
"echo",
"monitor",
"monitoring",
"net",
"network"
],
"author": "Nathanael Demacon <nathanael.dmc@outlook.fr>",
"license": "MIT",
"dependencies": {
"raw-socket": "^1.7.0"
},
"devDependencies": {
"mocha": "^8.2.1"
}
}