iptrie
Version:
IP tries (prefix tree)
19 lines (18 loc) • 488 B
JSON
{ "name" : "iptrie"
, "description" : "IP tries (prefix tree)"
, "keywords" : [ "iptrie", "blocklist", "IP", "acl" ]
, "version" : "0.0.7"
, "author" : { "name" : "Theo Schlossnagle" }
, "directories": { "lib": "." }
, "repository" :
{ "type" : "git"
, "url" : "git://github.com/postwait/node-iptrie.git"
}
, "bugs" :
{ "url" : "http://github.com/postwait/node-iptrie/issues"
}
, "main" : "iptrie"
, "engines" : { "node" : ">= 4.2.0" }
, "licenses" :
[ { "type" : "BSD" } ]
}