@binwus-org/onvif-nvt
Version:
Wrapper for ONVIF spec to control NVT (Network Video Transitter) devices.
87 lines (86 loc) • 2.29 kB
JSON
{
"name": "@binwus-org/onvif-nvt",
"version": "0.3.4",
"description": "Wrapper for ONVIF spec to control NVT (Network Video Transitter) devices.",
"main": "./dist/onvif-nvt.js",
"scripts": {
"build": "babel lib -d dist",
"jsdoc": "jsdoc ./lib/*.js ./lib/modules/*.js ./lib/utils/*.js --readme ./README.md --destination ./docs",
"lint": "eslint --ext .js lib test run",
"lint-fix": "eslint --ext .js lib test run --fix",
"test": "jest",
"test-ci": "yarn lint && jest && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"keywords": [
"node",
"nodejs",
"onvif",
"nvt",
"ipcamera",
"camera",
"ptz",
"snapshot"
],
"homepage": "https://github.com/hgarcia-binwus/onvif-nvt#readme",
"documentation": "https://hawkeye64.github.io/onvif-nvt",
"repository": {
"type": "git",
"url": "git+https://github.com/hgarcia-binwus/onvif-nvt.git"
},
"author": "Jeff Galbraith <jeff.galbraith@xendra.com>",
"license": "MIT",
"engines": {
"node": ">= 10.18.1",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
},
"dependencies": {
"pretty-data": "^0.40.0",
"request": "^2.88.2",
"url-parse": "^1.5.1",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^27.0.2",
"coveralls": "^3.1.0",
"eslint": "^7.28.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-jsdoc": "^35.1.3",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^5.0.0",
"fs": "0.0.2",
"jest": "^27.0.4",
"jsdoc": "^3.6.7",
"path": "^0.12.7"
},
"jest": {
"testEnvironment": "node"
},
"babel": {
"presets": [
[
"@babel/preset-env",
{
"modules": false,
"targets": {
"node": "current"
},
"debug": false
}
]
],
"plugins": [
"@babel/plugin-proposal-object-rest-spread"
],
"comments": false
},
"false": {}
}