forked from node-opcua/node-opcua
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
165 lines (165 loc) · 6.14 KB
/
package.json
File metadata and controls
165 lines (165 loc) · 6.14 KB
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
165
{
"name": "node-opcua",
"version": "2.5.0",
"private": true,
"description": "pure nodejs OPCUA SDK",
"homepage": "http://node-opcua.github.io/",
"main": "index.js",
"bin": {},
"directories": {
"test": "test"
},
"scripts": {
"_x_preinstall": "npm i browserify -g",
"bootstrap": "node ./node_modules/lerna/cli.js bootstrap --hoist",
"build1": "node ./node_modules/lerna/cli.js --stream --sort --concurrency=1 run build",
"build": "npm run generate && tsc -b packages",
"generate": "node ./node_modules/lerna/cli.js run generate",
"postinstall": "npm run bootstrap && npm run build && npm run generate",
"pretest": "node ./node_modules/lerna/cli.js run pretest",
"_old_test": "cd source && mocha test --color -R spec --recursive --timeout 200000 --bail",
"test": "cd packages && node --max-old-space-size=512 run_all_mocha_tests.js",
"test1": "cd packages && node run_all_mocha_tests.js",
"testlerna": "node ./node_modules/lerna/cli.js run --concurrency 1 test",
"eslint": "eslint packages/**/src/*.js packages/**/souce/*.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",
"ncuold": "ncu -u && node ./node_modules/lerna/cli.js exec --sort --stream ncu -- -u --packageFile package.json",
"ncu": "npx npm-check --skip-unused -ayu && node ./node_modules/lerna/cli.js exec --sort --concurrency 1 --stream -- npx npm-check --skip-unused -ayu",
"prettier-watch": "onchange \"packages/*/(src|test|source)/**/*.(js|ts)\" -v -p -- prettier --write {{changed}}",
"lebab-let": "node ./node_modules/lerna/cli.js exec lebab --replace index.js --transform let && node ./node_modules/lerna/cli.js exec lebab --replace test --transform let && node ./node_modules/lerna/cli.js exec lebab --replace src --transform let",
"licences": " npx license-checker --production --summary",
"alex": "npx alex documentation/*.md",
"cost-of-modules": "npx cost-of-modules",
"typedoc": "ts-node documentation/maketypedoc.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"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@types/mocha": "^5.2.7",
"@types/prettier": "^1.19.0",
"app-module-path": "^2.2.0",
"babel-minify-webpack-plugin": "^0.3.1",
"babili-webpack-plugin": "^0.1.2",
"benchmark": "2.1.4",
"bignumber.js": "^9.0.0",
"copy-webpack-plugin": "^5.1.1",
"coveralls": "^3.0.9",
"csv": "^5.3.1",
"cucumber": "^6.0.5",
"enum": "2.5.0",
"ersatz-node-expat": "^0.1.6",
"eslint-cli": "^1.1.1",
"eyes": "0.1.8",
"jsdoc": "3.6.3",
"literate-programming": "^1.0.0",
"litpro": "2.0.0",
"mocha": "^7.0.0",
"mocha-lcov-reporter": "1.3.0",
"nyc": "^15.0.0",
"prettier": "^1.19.1",
"request": "^2.88.0",
"tmp": "0.1.0",
"tracer": "1.0.2",
"ts-node": "^8.6.2",
"typedoc": "^0.16.2",
"typescript": "^3.7.4",
"typescript-eslint-parser": "^22.0.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-node-externals": "^1.7.2"
},
"typings": "./packages/node-opcua/node-opcua.d.ts",
"dependencies": {
"@babel/core": "^7.8.3",
"@types/async": "^3.0.3",
"@types/bonjour": "^3.5.5",
"@types/csv-parse": "^1.2.2",
"@types/long": "^4.0.0",
"@types/mkdirp": "^0.5.2",
"@types/node": "^13.1.6",
"@types/once": "^1.4.0",
"@types/rimraf": "^2.0.3",
"@types/sinon": "^7.5.1",
"@types/underscore": "^1.9.4",
"@types/yargs": "^15.0.0",
"async": "^3.1.0",
"backoff": "^2.5.0",
"better-assert": "1.0.2",
"bomstrip": "0.1.4",
"bonjour": "^3.5.0",
"byline": "5.0.0",
"callbackify": "^1.1.0",
"chalk": "^3.0.0",
"cli-table3": "^0.5.1",
"cli-truncate": "^2.1.0",
"colors": "^1.4.0",
"csv-parse": "^4.8.5",
"date-utils": "^1.2.21",
"deassertify": "^0.1.2",
"delayed": "^2.0.0",
"dequeue": "^1.0.5",
"easy-table": "^1.1.1",
"env-paths": "^2.2.0",
"eslint": "^6.8.0",
"exit": "^0.1.2",
"fqdn": "0.0.3",
"hexy": "^0.3.0",
"humanize": "0.0.9",
"influx": "^5.5.1",
"lerna": "^3.20.2",
"long": "^4.0.0",
"ltx": "^2.9.2",
"mkdirp": "^0.5.1",
"mocha-clean": "^1.0.0",
"mocha-typescript": "^1.1.17",
"node-jsrsasign": "0.0.7",
"node-opcua-crypto": "^1.1.4",
"node-opcua-pki": "^1.5.5",
"object.values": "^1.1.1",
"once": "^1.4.0",
"pretty-error": "^2.1.1",
"pretty-ms": "^5.1.0",
"progress": "^2.0.3",
"q": "^1.5.1",
"readline": "^1.3.0",
"semver": "^7.1.1",
"set-prototype-of": "^1.0.0",
"shebang-loader": "0.0.1",
"should": "13.2.3",
"sinon": "^8.0.4",
"source-map-support": "^0.5.16",
"sprintf-js": "^1.1.2",
"thenify": "^3.3.0",
"treeify": "^1.1.0",
"typedoc-plugin-external-module-map": "^1.0.0",
"typedoc-plugin-external-module-name": "^2.1.0",
"typedoc-plugin-monorepo": "^0.1.0",
"underscore": "^1.9.2",
"unirest": "^0.6.0",
"vorpal": "^1.12.0",
"vorpal-repl": "^1.1.8",
"xml-writer": "^1.7.0",
"yargs": "^15.1.0"
},
"funding": {
"url": "https://github.com/sponsors/erossignon"
}
}