node-netflowv9
Version:
NetFlow Version 1,5,7,9 compatible library for Node.JS. It also support NetFlow v9 options template & data
37 lines (36 loc) • 904 B
JSON
{
"name": "node-netflowv9",
"version": "0.2.16",
"description": "NetFlow Version 1,5,7,9 compatible library for Node.JS. It also support NetFlow v9 options template & data",
"main": "netflowv9.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/delian/node-netflowv9.git"
},
"keywords": [
"netflow",
"v9",
"cisco",
"node",
"node.js",
"javascript"
],
"author": "Delian Delchev <delian.delchev@gmail.com> (http://deliantech.blogspot.com/)",
"license": "GPLv2",
"bugs": {
"url": "https://github.com/delian/node-netflowv9/issues"
},
"dependencies": {
"clone": "^1.0.4",
"debug": "^4.1.0",
"dequeue": "^1.0.5"
},
"homepage": "https://github.com/delian/node-netflowv9",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^5.2.0"
}
}