arp-parse
Version:
A streaming, cross-platform ARP table parser.
31 lines (30 loc) • 611 B
JSON
{
"name": "arp-parse",
"version": "0.0.2",
"description": "A streaming, cross-platform ARP table parser.",
"main": "index.js",
"directories": {
"test": "test"
},
"devDependencies": {
"concat-stream": "~1.0.1",
"stream-filter": "~1.0.0",
"tape": "~1.1.1"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/michaelrhodes/arp-parse"
},
"keywords": [
"ARP",
"parse"
],
"author": "Michael Rhodes",
"license": "MIT",
"bugs": {
"url": "https://github.com/michaelrhodes/arp-parse/issues"
}
}