node-opcua-server 2.63.2 → 2.64.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +87 -87
package/package.json
CHANGED
|
@@ -1,88 +1,88 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
"
|
|
87
|
-
|
|
88
|
-
}
|
|
2
|
+
"name": "node-opcua-server",
|
|
3
|
+
"version": "2.64.0",
|
|
4
|
+
"description": "pure nodejs OPCUA SDK - module -server",
|
|
5
|
+
"main": "./dist/index.js",
|
|
6
|
+
"types": "./dist/index.d.ts",
|
|
7
|
+
"dependencies": {
|
|
8
|
+
"@ster5/global-mutex": "^1.2.0",
|
|
9
|
+
"@types/underscore": "^1.11.4",
|
|
10
|
+
"async": "^3.2.3",
|
|
11
|
+
"bonjour": "^3.5.0",
|
|
12
|
+
"dequeue": "^1.0.5",
|
|
13
|
+
"lodash": "4.17.21",
|
|
14
|
+
"node-opcua-address-space": "2.64.0",
|
|
15
|
+
"node-opcua-assert": "2.64.0",
|
|
16
|
+
"node-opcua-basic-types": "2.64.0",
|
|
17
|
+
"node-opcua-certificate-manager": "2.64.0",
|
|
18
|
+
"node-opcua-client": "2.64.0",
|
|
19
|
+
"node-opcua-client-dynamic-extension-object": "2.64.0",
|
|
20
|
+
"node-opcua-common": "2.64.0",
|
|
21
|
+
"node-opcua-constants": "2.64.0",
|
|
22
|
+
"node-opcua-crypto": "^1.7.5",
|
|
23
|
+
"node-opcua-data-model": "2.64.0",
|
|
24
|
+
"node-opcua-data-value": "2.64.0",
|
|
25
|
+
"node-opcua-date-time": "2.64.0",
|
|
26
|
+
"node-opcua-debug": "2.64.0",
|
|
27
|
+
"node-opcua-enum": "2.64.0",
|
|
28
|
+
"node-opcua-extension-object": "2.64.0",
|
|
29
|
+
"node-opcua-factory": "2.64.0",
|
|
30
|
+
"node-opcua-hostname": "2.64.0",
|
|
31
|
+
"node-opcua-nodeid": "2.64.0",
|
|
32
|
+
"node-opcua-nodesets": "2.64.0",
|
|
33
|
+
"node-opcua-numeric-range": "2.64.0",
|
|
34
|
+
"node-opcua-object-registry": "2.64.0",
|
|
35
|
+
"node-opcua-pki": "^2.13.0",
|
|
36
|
+
"node-opcua-secure-channel": "2.64.0",
|
|
37
|
+
"node-opcua-service-browse": "2.64.0",
|
|
38
|
+
"node-opcua-service-call": "2.64.0",
|
|
39
|
+
"node-opcua-service-discovery": "2.64.0",
|
|
40
|
+
"node-opcua-service-endpoints": "2.64.0",
|
|
41
|
+
"node-opcua-service-filter": "2.64.0",
|
|
42
|
+
"node-opcua-service-history": "2.64.0",
|
|
43
|
+
"node-opcua-service-node-management": "2.64.0",
|
|
44
|
+
"node-opcua-service-query": "2.64.0",
|
|
45
|
+
"node-opcua-service-read": "2.64.0",
|
|
46
|
+
"node-opcua-service-register-node": "2.64.0",
|
|
47
|
+
"node-opcua-service-secure-channel": "2.64.0",
|
|
48
|
+
"node-opcua-service-session": "2.64.0",
|
|
49
|
+
"node-opcua-service-subscription": "2.64.0",
|
|
50
|
+
"node-opcua-service-translate-browse-path": "2.64.0",
|
|
51
|
+
"node-opcua-service-write": "2.64.0",
|
|
52
|
+
"node-opcua-status-code": "2.64.0",
|
|
53
|
+
"node-opcua-types": "2.64.0",
|
|
54
|
+
"node-opcua-utils": "2.64.0",
|
|
55
|
+
"node-opcua-variant": "2.64.0"
|
|
56
|
+
},
|
|
57
|
+
"devDependencies": {
|
|
58
|
+
"node-opcua-data-access": "2.64.0",
|
|
59
|
+
"node-opcua-leak-detector": "2.64.0",
|
|
60
|
+
"node-opcua-test-helpers": "2.64.0",
|
|
61
|
+
"node-opcua-transport": "2.64.0",
|
|
62
|
+
"should": "^13.2.3",
|
|
63
|
+
"sinon": "^13.0.1"
|
|
64
|
+
},
|
|
65
|
+
"author": "Etienne Rossignon",
|
|
66
|
+
"license": "MIT",
|
|
67
|
+
"repository": {
|
|
68
|
+
"type": "git",
|
|
69
|
+
"url": "git://github.com/node-opcua/node-opcua.git"
|
|
70
|
+
},
|
|
71
|
+
"keywords": [
|
|
72
|
+
"OPCUA",
|
|
73
|
+
"opcua",
|
|
74
|
+
"m2m",
|
|
75
|
+
"iot",
|
|
76
|
+
"opc ua",
|
|
77
|
+
"internet of things"
|
|
78
|
+
],
|
|
79
|
+
"homepage": "http://node-opcua.github.io/",
|
|
80
|
+
"gitHead": "07dcdd8e8c7f2b55544c6e23023093e35674829c",
|
|
81
|
+
"scripts": {
|
|
82
|
+
"build": "tsc -b",
|
|
83
|
+
"lint": "eslint source test",
|
|
84
|
+
"format": "prettier --write source test",
|
|
85
|
+
"clean": "node -e \"require('rimraf').sync('certificates');\" && node -e \"require('rimraf').sync('dist');\"",
|
|
86
|
+
"test": "mocha"
|
|
87
|
+
}
|
|
88
|
+
}
|