node-opcua-convert-nodeset-to-javascript 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 (2) hide show
  1. package/dist/main.js +0 -0
  2. package/package.json +57 -57
package/dist/main.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,58 +1,58 @@
1
1
  {
2
- "name": "node-opcua-convert-nodeset-to-javascript",
3
- "version": "2.64.0",
4
- "description": "pure nodejs OPCUA SDK - module -convert-nodeset-to-javascript",
5
- "types": "dist/index.d.ts",
6
- "main": "dist/index.js",
7
- "bin": "dist/main.js",
8
- "dependencies": {
9
- "@types/wordwrap": "^1.0.1",
10
- "case-anything": "1.1.3",
11
- "node-opcua-address-space": "2.64.0",
12
- "node-opcua-address-space-base": "2.64.0",
13
- "node-opcua-assert": "2.64.0",
14
- "node-opcua-basic-types": "2.64.0",
15
- "node-opcua-constants": "2.64.0",
16
- "node-opcua-data-access": "2.64.0",
17
- "node-opcua-data-model": "2.64.0",
18
- "node-opcua-data-value": "2.64.0",
19
- "node-opcua-debug": "2.64.0",
20
- "node-opcua-factory": "2.64.0",
21
- "node-opcua-nodeid": "2.64.0",
22
- "node-opcua-pseudo-session": "2.64.0",
23
- "node-opcua-service-translate-browse-path": "2.64.0",
24
- "node-opcua-status-code": "2.64.0",
25
- "node-opcua-types": "2.64.0",
26
- "node-opcua-utils": "2.64.0",
27
- "wordwrap": "^1.0.0"
28
- },
29
- "devDependencies": {
30
- "node-opcua-leak-detector": "2.64.0",
31
- "node-opcua-nodesets": "2.64.0",
32
- "node-opcua-packet-analyzer": "2.64.0",
33
- "node-opcua-variant": "2.64.0",
34
- "should": "^13.2.3"
35
- },
36
- "author": "Etienne Rossignon",
37
- "license": "MIT",
38
- "repository": {
39
- "type": "git",
40
- "url": "git://github.com/node-opcua/node-opcua.git"
41
- },
42
- "keywords": [
43
- "OPCUA",
44
- "opcua",
45
- "m2m",
46
- "iot",
47
- "opc ua",
48
- "internet of things"
49
- ],
50
- "homepage": "http://node-opcua.github.io/",
51
- "gitHead": "07dcdd8e8c7f2b55544c6e23023093e35674829c",
52
- "scripts": {
53
- "build": "tsc -b",
54
- "generate": "pnpm run build && ts-node source/main.ts",
55
- "test": "mocha && pnpm run test-generated",
56
- "test-generated": "tsc --build tsconfig-generated.json"
57
- }
58
- }
2
+ "name": "node-opcua-convert-nodeset-to-javascript",
3
+ "version": "2.65.1",
4
+ "description": "pure nodejs OPCUA SDK - module -convert-nodeset-to-javascript",
5
+ "types": "dist/index.d.ts",
6
+ "main": "dist/index.js",
7
+ "bin": "dist/main.js",
8
+ "scripts": {
9
+ "build": "tsc -b",
10
+ "generate": "pnpm run build && ts-node source/main.ts",
11
+ "test": "mocha && pnpm run test-generated",
12
+ "test-generated": "tsc --build tsconfig-generated.json"
13
+ },
14
+ "dependencies": {
15
+ "@types/wordwrap": "^1.0.1",
16
+ "case-anything": "1.1.3",
17
+ "node-opcua-address-space": "2.65.1",
18
+ "node-opcua-address-space-base": "2.65.1",
19
+ "node-opcua-assert": "2.64.1",
20
+ "node-opcua-basic-types": "2.64.1",
21
+ "node-opcua-constants": "2.64.1",
22
+ "node-opcua-data-access": "2.65.1",
23
+ "node-opcua-data-model": "2.64.1",
24
+ "node-opcua-data-value": "2.64.1",
25
+ "node-opcua-debug": "2.64.1",
26
+ "node-opcua-factory": "2.64.1",
27
+ "node-opcua-nodeid": "2.64.1",
28
+ "node-opcua-pseudo-session": "2.65.1",
29
+ "node-opcua-service-translate-browse-path": "2.65.1",
30
+ "node-opcua-status-code": "2.64.1",
31
+ "node-opcua-types": "2.65.1",
32
+ "node-opcua-utils": "2.64.1",
33
+ "wordwrap": "^1.0.0"
34
+ },
35
+ "devDependencies": {
36
+ "node-opcua-leak-detector": "2.64.1",
37
+ "node-opcua-nodesets": "2.64.1",
38
+ "node-opcua-packet-analyzer": "2.64.1",
39
+ "node-opcua-variant": "2.64.1",
40
+ "should": "^13.2.3"
41
+ },
42
+ "author": "Etienne Rossignon",
43
+ "license": "MIT",
44
+ "repository": {
45
+ "type": "git",
46
+ "url": "git://github.com/node-opcua/node-opcua.git"
47
+ },
48
+ "keywords": [
49
+ "OPCUA",
50
+ "opcua",
51
+ "m2m",
52
+ "iot",
53
+ "opc ua",
54
+ "internet of things"
55
+ ],
56
+ "homepage": "http://node-opcua.github.io/",
57
+ "gitHead": "494c1a72df17756dafa8661648d7ae4d89be89ea"
58
+ }