UNPKG

node-red-contrib-opcua

Version:

A Node-RED node to communicate via OPC UA based on node-opcua library.

69 lines (68 loc) 1.97 kB
{ "name": "node-red-contrib-opcua", "version": "0.2.340", "description": "A Node-RED node to communicate via OPC UA based on node-opcua library.", "repository": { "type": "git", "url": "git+https://github.com/mikakaraila/node-red-contrib-opcua.git" }, "keywords": [ "node-red", "OPC UA", "opc-ua", "unified automation", "opc foundation", "node-opcua" ], "author": { "name": "Mika Karaila", "email": "mika.karaila@gmail.com" }, "license": "Apache-2.0", "bugs": { "url": "https://github.com/mikakaraila/node-red-contrib-opcua/issues" }, "node-red": { "version": ">=1.3", "nodes": { "OpcUa-Item": "opcua/101-opcuaitem.js", "OpcUa-Client": "opcua/102-opcuaclient.js", "OpcUa-Browser": "opcua/103-opcuabrowser.js", "OpcUa-Server": "opcua/104-opcuaserver.js", "OpcUa-Endpoint": "opcua/105-opcuaendpoint.js", "OpcUa-Event": "opcua/106-opcuaevent.js", "OpcUa-Method": "opcua/107-opcuamethod.js", "OpcUa-Rights": "opcua/108-opcuarights.js", "OpcUa-Discovery": "opcua/109-opcuadiscovery.js" } }, "engines": { "node": ">=15" }, "dependencies": { "async": "^3.2.1", "chalk": "4.1.2", "env-paths": "2.2.1", "flatted": "^3.2.2", "get-user-locale": "^2.3.0", "lodash.clonedeep": "^4.5.0", "node-opcua": "^2.156.0", "node-opcua-client-crawler": "2.127.1", "node-opcua-file-transfer": "^2.156.0", "node-opcua-crypto": "4.16.0", "os-locale": "^6.0.2" }, "directories": { "example": "examples" }, "homepage": "https://github.com/mikakaraila/node-red-contrib-opcua#readme", "scripts": { "test": "karma start opcua.conf.js --log-level debug --single-run" }, "devDependencies": { "jasmine-core": "^3.8.0", "karma": "^6.3.4", "karma-chrome-launcher": "^3.1.0", "karma-jasmine": "^4.0.1" } }