ip-packet
Version:
Encode/decode raw ip packets
25 lines (24 loc) • 583 B
JSON
{
"name": "ip-packet",
"version": "2.2.1",
"description": "Encode/decode raw ip packets",
"main": "index.js",
"devDependencies": {
"brittle": "^3.5.2",
"compact-encoding": "^2.15.0",
"standard": "^17.1.0"
},
"scripts": {
"test": "standard && node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/ip-packet.git"
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/ip-packet/issues"
},
"homepage": "https://github.com/mafintosh/ip-packet"
}