-
-
Notifications
You must be signed in to change notification settings - Fork 485
/
Copy pathpackage.json
164 lines (164 loc) · 5.84 KB
/
package.json
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
{
"name": "node-opcua-mono-repo",
"private": true,
"description": "pure nodejs OPCUA SDK",
"homepage": "http://node-opcua.github.io/",
"main": "index.js",
"bin": {},
"directories": {
"test": "test"
},
"scripts": {
"tsup": "npx tsup ./packages/node-opcua/source/index.ts",
"consistency": "npx -y @ster5/check-version-consistency",
"preinstall": "node prevent_npm_install.js",
"postinstall": "pnpm build",
"_x_preinstall": "npm i browserify -g",
"build": "npm run generate && tsc -b packages",
"generate": "pnpm recursive run generate",
"pretest": "pnpm recursive run pretest",
"test": "cd packages && node --expose-gc ${SECURITY_REVERT_CVE_2023_46809} --max-old-space-size=1024 run_all_mocha_tests.js",
"test:win": "cd packages && node --expose-gc %SECURITY_REVERT_CVE_2023_46809% --max-old-space-size=1024 run_all_mocha_tests.js",
"eslint": "eslint packages/**/src/*.js packages/**/source/*.ts packages/**/test_helpers/*",
"eslint-fix": "eslint --fix packages/*/src/**.js packages/*/__tests__/ utils/*.js scripts/*.js",
"generate_doc": "make doc",
"generate_autodoc": "npx autodoc -o _tmp_generated_doc bin/binaryStream.js",
"ncu": "ncu -u -x mkdirp,@types/mkdirp,yargs,env-paths,long,@types/long,cli-truncate,chalk,case-anything --target=latest && ncu --deep -u --timeout 400000 -x mkdirp,@types/mkdirp,yargs,env-paths,cli-truncate,chalk,case-anything,long,@types/long --target=latest ",
"prettier-watch": "onchange \"packages/*/(src|test|source)/**/*.(js|ts)\" -v -p -- prettier --write {{changed}}",
"alex": "npx alex documentation/*.md",
"cost-of-modules": "npx cost-of-modules",
"typedoc": "npx typedoc --tsconfig tsconfig-for-doc.json --options typedoc.json",
"typedoc:all": "npx typedoc --mode library --options typedoc.json",
"legal": "npx legally",
"legal2": "npx npm-license-crawler",
"legal3": " npx license-checker --production --summary",
"publish:lerna": "pnpm m run clean && npx rimraf -g packages/node_modules packages/*/dist packages/*/\"tsconfig.tsbuildinfo\" && pnpm m i && npx lerna publish",
"makelinks": "npx tsx ../make-links/makelinks.ts"
},
"repository": {
"type": "git",
"url": "git://github.com/node-opcua/node-opcua.git"
},
"keywords": [
"OPCUA",
"opcua",
"m2m",
"iot",
"opc ua",
"internet of things"
],
"author": "Etienne Rossignon",
"license": "MIT",
"bugs": {
"url": "https://github.com/node-opcua/node-opcua/issues"
},
"workspaces": [
"packages/*",
"packages_extra/*"
],
"devDependencies": {
"@types/mocha": "^10.0.10",
"@types/node": "22.10.5",
"app-module-path": "^2.2.0",
"benchmark": "^2.1.4",
"bignumber.js": "^9.1.2",
"csv": "^6.3.11",
"enum": "3.0.4",
"ersatz-node-expat": "^0.1.6",
"eslint-cli": "^1.1.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"mocha": "^11.0.2",
"mocha-lcov-reporter": "^1.3.0",
"prettier": "^3.4.2",
"should": "^13.2.3",
"ts-node": "^10.9.2",
"typescript": "5.7.2"
},
"typings": "./packages/node-opcua/node-opcua.d.ts",
"engines": {
"node": ">=16.0.0",
"pnpm": ">=8.0.0"
},
"dependenciesMeta": {
"*": {
"injected": true
}
},
"dependencies": {
"@ster5/global-mutex": "^2.0.0",
"@types/async": "^3.2.24",
"@types/bonjour": "^3.5.13",
"@types/lodash": "4.17.13",
"@types/long": "4.0.2",
"@types/mkdirp": "1.0.2",
"@types/sinon": "17.0.3",
"@types/underscore": "^1.13.0",
"@types/wordwrap": "^1.0.3",
"@types/yargs": "17.0.33",
"async": "^3.2.6",
"backoff": "^2.5.0",
"better-assert": "^1.0.2",
"bomstrip": "^0.1.4",
"byline": "^5.0.0",
"chalk": "4.1.2",
"cli-table3": "^0.6.5",
"cli-truncate": "2.1.0",
"csv-parse": "5.6.0",
"date-utils": "^1.2.21",
"deassertify": "^0.2.0",
"delayed": "^2.0.0",
"dequeue": "^1.0.5",
"easy-table": "^1.2.0",
"env-paths": "2.2.1",
"eslint": "9.17.0",
"exit": "^0.1.2",
"fqdn": "^0.0.3",
"hexy": "0.3.5",
"hjson": "^3.2.2",
"humanize": "0.0.9",
"js2xmlparser": "^5.0.0",
"lockfile": "^1.0.4",
"lodash": "4.17.21",
"long": "4.0.0",
"memfs": "^4.15.3",
"mkdirp": "1.0.4",
"mocha-clean": "^1.0.0",
"node-opcua-crypto": "4.15.0",
"node-opcua-pki": "4.18.0",
"object.values": "^1.2.1",
"pretty-ms": "^9.2.0",
"progress": "^2.0.3",
"rimraf": "6.0.1",
"semver": "^7.6.3",
"set-prototype-of": "^1.0.0",
"shebang-loader": "^0.0.1",
"sinon": "^19.0.2",
"source-map-support": "^0.5.21",
"sprintf-js": "^1.1.3",
"sterfive-bonjour-service": "1.1.4",
"thenify": "^3.3.1",
"treeify": "^1.1.0",
"tslib": "^2.8.1",
"underscore": "^1.13.7",
"winston": "*",
"wordwrap": "^1.0.0",
"wrap-text": "^1.0.9",
"xml-writer": "^1.7.0",
"yargs": "15.4.1"
},
"funding": {
"url": "https://github.com/sponsors/erossignon"
},
"pnpm": {
"overrides": {
"lodash@<4.17.11": ">=4.17.11",
"shelljs@<0.8.5": ">=0.8.5",
"lodash@<4.17.21": ">=4.17.21",
"lodash@>=3.7.0 <4.17.19": ">=4.17.19",
"lodash@<4.17.5": ">=4.17.5",
"lodash@<4.17.12": ">=4.17.12",
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5"
}
}
}