node-opcua-server-configuration 2.64.0 → 2.65.1

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.
Files changed (1) hide show
  1. package/package.json +60 -61
package/package.json CHANGED
@@ -1,62 +1,61 @@
1
1
  {
2
- "name": "node-opcua-server-configuration",
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
- "memfs": "^3.4.1",
9
- "node-opcua-address-space": "2.64.0",
10
- "node-opcua-assert": "2.64.0",
11
- "node-opcua-basic-types": "2.64.0",
12
- "node-opcua-certificate-manager": "2.64.0",
13
- "node-opcua-client": "2.64.0",
14
- "node-opcua-constants": "2.64.0",
15
- "node-opcua-crypto": "^1.7.5",
16
- "node-opcua-data-model": "2.64.0",
17
- "node-opcua-debug": "2.64.0",
18
- "node-opcua-file-transfer": "2.64.0",
19
- "node-opcua-hostname": "2.64.0",
20
- "node-opcua-nodeid": "2.64.0",
21
- "node-opcua-nodesets": "2.64.0",
22
- "node-opcua-pki": "^2.13.0",
23
- "node-opcua-pseudo-session": "2.64.0",
24
- "node-opcua-secure-channel": "2.64.0",
25
- "node-opcua-server": "2.64.0",
26
- "node-opcua-service-translate-browse-path": "2.64.0",
27
- "node-opcua-status-code": "2.64.0",
28
- "node-opcua-types": "2.64.0",
29
- "node-opcua-variant": "2.64.0",
30
- "rimraf": "^3.0.2"
31
- },
32
- "devDependencies": {
33
- "node-opcua-binary-stream": "2.64.0",
34
- "node-opcua-data-value": "2.64.0",
35
- "node-opcua-leak-detector": "2.64.0",
36
- "should": "^13.2.3",
37
- "sinon": "^13.0.1"
38
- },
39
- "author": "Etienne Rossignon",
40
- "license": "MIT",
41
- "repository": {
42
- "type": "git",
43
- "url": "git://github.com/node-opcua/node-opcua.git"
44
- },
45
- "keywords": [
46
- "OPCUA",
47
- "opcua",
48
- "m2m",
49
- "iot",
50
- "opc ua",
51
- "internet of things"
52
- ],
53
- "homepage": "http://node-opcua.github.io/",
54
- "gitHead": "07dcdd8e8c7f2b55544c6e23023093e35674829c",
55
- "scripts": {
56
- "build": "tsc -b",
57
- "lint": "eslint source/**/*.ts",
58
- "clean": "node -e \"require('rimraf').sync('dist');\"",
59
- "test": "mocha"
60
- },
61
- "readme": "node-opcua-server-configuration\n===============================\n\nan implementation of a OPC UA stack fully written in javascript and nodejs\n\n\nsee http://node-opcua.github.io/\n\nan implementation of ServerConfiguration object inside node-opcua servers\n\n\n\n"
62
- }
2
+ "name": "node-opcua-server-configuration",
3
+ "version": "2.65.1",
4
+ "description": "pure nodejs OPCUA SDK - module -server",
5
+ "scripts": {
6
+ "build": "tsc -b",
7
+ "lint": "eslint source/**/*.ts",
8
+ "clean": "node -e \"require('rimraf').sync('dist');\"",
9
+ "test": "mocha"
10
+ },
11
+ "main": "./dist/index.js",
12
+ "types": "./dist/index.d.ts",
13
+ "dependencies": {
14
+ "memfs": "^3.4.1",
15
+ "node-opcua-address-space": "2.65.1",
16
+ "node-opcua-assert": "2.64.1",
17
+ "node-opcua-basic-types": "2.64.1",
18
+ "node-opcua-certificate-manager": "2.65.0",
19
+ "node-opcua-client": "2.65.1",
20
+ "node-opcua-constants": "2.64.1",
21
+ "node-opcua-crypto": "^1.9.0",
22
+ "node-opcua-data-model": "2.64.1",
23
+ "node-opcua-debug": "2.64.1",
24
+ "node-opcua-file-transfer": "2.65.1",
25
+ "node-opcua-hostname": "2.64.1",
26
+ "node-opcua-nodeid": "2.64.1",
27
+ "node-opcua-nodesets": "2.64.1",
28
+ "node-opcua-pki": "^2.14.1",
29
+ "node-opcua-pseudo-session": "2.65.1",
30
+ "node-opcua-secure-channel": "2.65.1",
31
+ "node-opcua-server": "2.65.1",
32
+ "node-opcua-service-translate-browse-path": "2.65.1",
33
+ "node-opcua-status-code": "2.64.1",
34
+ "node-opcua-types": "2.65.1",
35
+ "node-opcua-variant": "2.64.1",
36
+ "rimraf": "^3.0.2"
37
+ },
38
+ "devDependencies": {
39
+ "node-opcua-binary-stream": "2.64.1",
40
+ "node-opcua-data-value": "2.64.1",
41
+ "node-opcua-leak-detector": "2.64.1",
42
+ "should": "^13.2.3",
43
+ "sinon": "^13.0.1"
44
+ },
45
+ "author": "Etienne Rossignon",
46
+ "license": "MIT",
47
+ "repository": {
48
+ "type": "git",
49
+ "url": "git://github.com/node-opcua/node-opcua.git"
50
+ },
51
+ "keywords": [
52
+ "OPCUA",
53
+ "opcua",
54
+ "m2m",
55
+ "iot",
56
+ "opc ua",
57
+ "internet of things"
58
+ ],
59
+ "homepage": "http://node-opcua.github.io/",
60
+ "gitHead": "494c1a72df17756dafa8661648d7ae4d89be89ea"
61
+ }