UNPKG

node-opcua-pseudo-session

Version:

pure nodejs OPCUA SDK - module pseudo-session

53 lines (52 loc) 1.65 kB
{ "name": "node-opcua-pseudo-session", "version": "2.173.0", "description": "pure nodejs OPCUA SDK - module pseudo-session", "scripts": { "clean": "npx rimraf -g node_modules dist *.tsbuildinfo", "lint": "eslint source/**/*.ts", "build": "tsc -b", "test": "echo mocha test" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "dependencies": { "node-opcua-assert": "2.164.0", "node-opcua-basic-types": "2.173.0", "node-opcua-constants": "2.157.0", "node-opcua-data-model": "2.173.0", "node-opcua-data-value": "2.173.0", "node-opcua-debug": "2.172.0", "node-opcua-nodeid": "2.173.0", "node-opcua-service-browse": "2.173.0", "node-opcua-service-call": "2.173.0", "node-opcua-service-read": "2.173.0", "node-opcua-service-subscription": "2.173.0", "node-opcua-service-translate-browse-path": "2.173.0", "node-opcua-service-write": "2.173.0", "node-opcua-status-code": "2.173.0", "node-opcua-types": "2.173.0", "node-opcua-utils": "2.173.0", "node-opcua-variant": "2.173.0" }, "author": "Etienne Rossignon", "license": "MIT", "repository": { "type": "git", "url": "git://github.com/node-opcua/node-opcua.git" }, "keywords": [ "OPCUA", "opcua", "m2m", "iot", "opc ua", "internet of things" ], "homepage": "http://node-opcua.github.io/", "gitHead": "4aa6634e2e1e14e223fa46a632438295be12744c", "files": [ "dist", "source" ] }