node-opcua-pseudo-session
Version:
pure nodejs OPCUA SDK - module pseudo-session
55 lines (54 loc) • 1.73 kB
JSON
{
"name": "node-opcua-pseudo-session",
"version": "2.151.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.139.0",
"node-opcua-basic-types": "2.151.0",
"node-opcua-constants": "2.139.0",
"node-opcua-data-model": "2.151.0",
"node-opcua-data-value": "2.151.0",
"node-opcua-debug": "2.139.0",
"node-opcua-nodeid": "2.139.0",
"node-opcua-service-browse": "2.151.0",
"node-opcua-service-call": "2.151.0",
"node-opcua-service-filter": "2.151.0",
"node-opcua-service-read": "2.151.0",
"node-opcua-service-subscription": "2.151.0",
"node-opcua-service-translate-browse-path": "2.151.0",
"node-opcua-service-write": "2.151.0",
"node-opcua-status-code": "2.139.0",
"node-opcua-types": "2.151.0",
"node-opcua-utils": "2.139.0",
"node-opcua-variant": "2.151.0",
"thenify-ex": "4.4.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": "991033dd109dcf825217003cbf240ea103890b65",
"files": [
"dist",
"source"
]
}