UNPKG

node-unifi

Version:

NodeJS class for querying UniFi-Controller (www.ubnt.com)

56 lines (55 loc) 1.2 kB
{ "name": "node-unifi", "version": "2.5.1", "description": "NodeJS class for querying UniFi-Controller (www.ubnt.com)", "author": "Jens Maus <mail@jens-maus.de>", "homepage": "https://github.com/jens-maus/node-unifi", "license": "MIT", "keywords": [ "network", "wifi", "unifi", "ubnt", "ubiquiti" ], "repository": { "type": "git", "url": "git+https://github.com/jens-maus/node-unifi.git" }, "dependencies": { "axios": "1.6.2", "eventemitter2": "^6.4.9", "http-cookie-agent": "^5.0.4", "tough-cookie": "^4.1.3", "url": "^0.11.3", "ws": "^8.14.2" }, "devDependencies": { "dot-prop": ">=8.0.2", "eslint": ">=7.32.0", "glob-parent": ">=6.0.2", "mocha": "^10.2.0", "pre-commit": "^1.2.2", "should": "latest", "xo": "~0.39.1" }, "xo": { "space": 2 }, "pre-commit": [ "lintfix" ], "main": "unifi.js", "scripts": { "test": "xo && mocha --colors", "lint": "xo", "lintfix": "xo --fix" }, "bugs": { "url": "https://github.com/jens-maus/node-unifi/issues" }, "engines": { "node": ">=14.18.0 <15.0.0 || >=16.0.0" }, "readmeFilename": "README.md" }