UNPKG

net-snmp

Version:

JavaScript implementation of the Simple Network Management Protocol (SNMP)

53 lines (52 loc) 1.06 kB
{ "name": "net-snmp", "version": "3.12.1", "description": "JavaScript implementation of the Simple Network Management Protocol (SNMP)", "main": "index.js", "directories": { "example": "example" }, "dependencies": { "asn1-ber": "^1.2.1", "smart-buffer": "^4.1.0" }, "devDependencies": { "eslint": "^5.16.0", "getopts": "*" }, "contributors": [ { "name": "Stephen Vickers", "email": "stephen.vickers@nospaceships.com" }, { "name": "NoSpaceships Ltd", "email": "hello@nospaceships.com" }, { "name": "Mark Abrahams", "email": "mark@abrahams.co.nz" } ], "repository": { "type": "git", "url": "git://github.com/markabrahams/node-net-snmp.git" }, "keywords": [ "snmp", "snmpv1", "snmpv2", "snmpv2c", "snmpv3", "net", "network", "mon", "monitor", "monitoring" ], "author": "Mark Abrahams <mark@abrahams.co.nz>", "license": "MIT", "scripts": { "lint": "./node_modules/.bin/eslint . ./**/*.js" } }