UNPKG

@bettercorp/node-netflowv9

Version:

NetFlow Version 1,5,7,9 compatible library for Node.JS. It also support NetFlow v9 options template & data

39 lines (38 loc) 1.04 kB
{ "name": "@bettercorp/node-netflowv9", "version": "0.3.5", "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": "mocha" }, "repository": { "type": "git", "url": "https://github.com/BetterCorp/node-netflowv9.git" }, "keywords": [ "netflow", "v9", "cisco", "node", "node.js", "javascript" ], "author": "Delian Delchev <delian.delchev@gmail.com> (http://deliantech.blogspot.com/), Mathew Heard (https://github.com/splitice)", "license": "GPLv2", "bugs": { "url": "https://github.com/BetterCorp/node-netflowv9/issues" }, "dependencies": { "asynchronous-emitter": "^0.1.0", "debug": "^4.1.0", "highwayhash": "^3.1.1" }, "homepage": "https://github.com/BetterCorp/node-netflowv9", "devDependencies": { "benny": "^3.6.14", "chai": "^4.2.0", "mocha": "^10.0.0", "q-lite": "git+https://github.com/HalleyAssist/q-lite.git" } }