state-machine-cat 10.1.9 → 10.1.11
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/dist/commonjs/bundle.js +3 -3
- package/dist/esm/render/scjson/make-valid-event-names.mjs +1 -1
- package/dist/esm/render/scjson/make-valid-xml-name.mjs +2 -2
- package/dist/esm/version.mjs +1 -1
- package/package.json +40 -308
- package/src/cli/attributes-parser.mjs +0 -977
- package/src/parse/scxml/index.mjs +0 -291
- package/src/parse/smcat/smcat-parser.mjs +0 -2744
- package/src/render/dot/README.md +0 -12
- package/src/render/dot/dot.states.template.js +0 -1
- package/src/render/dot/dot.template.js +0 -1
- package/src/render/dot/index.mjs +0 -200
- package/src/render/scxml/render-from-scjson.js +0 -15
- package/src/render/scxml/scxml.states.template.js +0 -1
- package/src/render/scxml/scxml.template.js +0 -1
- package/src/render/smcat/smcat.template.js +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "state-machine-cat",
|
|
3
|
-
"version": "10.1.
|
|
3
|
+
"version": "10.1.11",
|
|
4
4
|
"description": "write beautiful state charts",
|
|
5
5
|
"main": "./dist/commonjs/index.js",
|
|
6
6
|
"module": "./dist/esm/index.mjs",
|
|
@@ -21,38 +21,30 @@
|
|
|
21
21
|
"dist/esm/render/scxml/scxml.template.js"
|
|
22
22
|
],
|
|
23
23
|
"scripts": {
|
|
24
|
-
"build": "make clean dist pages",
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"depcruise": "
|
|
30
|
-
"depcruise:
|
|
31
|
-
"depcruise:graph": "
|
|
32
|
-
"depcruise:graph:
|
|
33
|
-
"depcruise:
|
|
34
|
-
"depcruise:
|
|
35
|
-
"depcruise:
|
|
36
|
-
"depcruise:
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"depcruise:github-actions:mermaid:affected": "depcruise bin src test types tools --config config/dependency-cruiser.js --output-type mermaid --reaches \"$(watskeburt $SHA -T regex)\"",
|
|
45
|
-
"lint": "wireit",
|
|
46
|
-
"lint:eslint": "wireit",
|
|
47
|
-
"lint:prettier": "wireit",
|
|
48
|
-
"lint:types": "wireit",
|
|
49
|
-
"lint:types:tsc": "wireit",
|
|
50
|
-
"lint:types:eslint": "wireit",
|
|
24
|
+
"build": "make clean dist pages cli-build && rm -rf dist/esm && tsc",
|
|
25
|
+
"check": "run-s depcruise lint test:cover",
|
|
26
|
+
"depcruise": "dependency-cruise bin src test types tools --config config/dependency-cruiser",
|
|
27
|
+
"depcruise:graph": "run-s depcruise:graph:doc:archi depcruise:graph:doc:deps depcruise:graph:doc:flat-deps",
|
|
28
|
+
"depcruise:graph:doc:archi": "dependency-cruise bin src --config config/dependency-cruiser/graph.js --output-type archi | dot -T svg | tee docs/dependency-cruiser-archi-graph.svg | depcruise-wrap-stream-in-html > docs/dependency-cruiser-archi-graph.html",
|
|
29
|
+
"depcruise:graph:doc:deps": "dependency-cruise bin src --config config/dependency-cruiser/graph.js --output-type dot | dot -T svg | tee docs/dependency-cruiser-graph.svg | depcruise-wrap-stream-in-html > docs/dependency-cruiser-graph.html",
|
|
30
|
+
"depcruise:graph:doc:flat-deps": "dependency-cruise bin src --config config/dependency-cruiser/graph.js --output-type flat | dot -T svg | tee docs/dependency-cruiser-graph-flat-dot.svg | depcruise-wrap-stream-in-html > docs/dependency-cruiser-graph-flat-dot.html",
|
|
31
|
+
"depcruise:graph:dev": "dependency-cruise bin src --config config/dependency-cruiser/graph.js --output-type dot --prefix vscode://file/$(pwd)/ --highlight \"$(watskeburt develop)\"| dot -Tsvg | depcruise-wrap-stream-in-html | browser",
|
|
32
|
+
"depcruise:graph:dev:flat": "dependency-cruise bin src --config config/dependency-cruiser/graph.js --output-type flat --prefix vscode://file/$(pwd)/ --highlight \"$(watskeburt develop)\"| twopi -Tsvg | depcruise-wrap-stream-in-html | browser",
|
|
33
|
+
"depcruise:view-report": "dependency-cruise bin src test types tools --config config/dependency-cruiser --output-type err-html --prefix vscode://file/$(pwd)/ | browser",
|
|
34
|
+
"depcruise:github-actions:markdown": "dependency-cruise bin src test types tools --config config/dependency-cruiser --output-type markdown",
|
|
35
|
+
"depcruise:github-actions:mermaid": "dependency-cruise bin src --config config/dependency-cruiser/graph.js --output-type mermaid",
|
|
36
|
+
"depcruise:github-actions:mermaid:affected": "dependency-cruise bin src test types tools --no-cache --config config/dependency-cruiser --output-type mermaid --reaches \"$(watskeburt $SHA -T regex)\"",
|
|
37
|
+
"format": "prettier --cache --loglevel warn --write \"bin/*.mjs\" \"{src,test}/**/*.{js,mjs}\" \"{config,test}/**/*.{js,json}\" \"tools/*.{js,mjs,json}\" \"{src,types}/**/*.{ts,mts}\" \"*.{json,yml,md}\" \"docs/{smcat-online-interpreter.js,*.md}\"",
|
|
38
|
+
"format:check": "prettier --cache --check \"bin/*.mjs\" \"{src,test}/**/*.{js,mjs}\" \"{config,test}/**/*.{js,json}\" \"tools/*.{js,mjs,json}\" \"{src,types}/**/*.{ts,mts}\" \"*.{json,yml,md}\" \"docs/{smcat-online-interpreter.js,*.md}\"",
|
|
39
|
+
"lint": "run-p lint:eslint format:check lint:types",
|
|
40
|
+
"lint:eslint": "eslint --cache --cache-location node_modules/.cache/eslint/cache.json --color src test config",
|
|
41
|
+
"lint:types": "run-p lint:types:*",
|
|
42
|
+
"lint:types:tsc": "tsc --noEmit --strict --types --noUnusedLocals --noUnusedParameters --pretty types/*.d.ts src/cli/*.d.ts src/parse/scxml/*.d.ts",
|
|
43
|
+
"lint:types:eslint": "eslint types/*.d.ts src/cli/*.d.ts src/parse/scxml/*.d.ts",
|
|
51
44
|
"lint:eslint:clear-caches": "rm -rf node_modules/.cache/eslint/",
|
|
52
|
-
"lint:fix": "
|
|
53
|
-
"lint:fix:eslint": "
|
|
54
|
-
"lint:fix:
|
|
55
|
-
"lint:fix:types": "wireit",
|
|
45
|
+
"lint:fix": "run-s lint:fix:eslint format lint:fix:types",
|
|
46
|
+
"lint:fix:eslint": "eslint --cache --cache-location node_modules/.cache/eslint/cache.json --fix --color src test config",
|
|
47
|
+
"lint:fix:types": "eslint --fix types/*.d.ts src/cli/*.d.ts src/cli/*.d.ts src/parse/scxml/*.d.ts",
|
|
56
48
|
"prepare": "husky install",
|
|
57
49
|
"scm:push": "run-p --aggregate-output scm:push:*",
|
|
58
50
|
"scm:push:github": "run-p --aggregate-output scm:push:github:*",
|
|
@@ -65,20 +57,17 @@
|
|
|
65
57
|
"scm:push:bitbucket-mirror:commits": "git push bitbucket-mirror",
|
|
66
58
|
"scm:push:bitbucket-mirror:tags": "git push --tags bitbucket-mirror",
|
|
67
59
|
"scm:stage": "git add .",
|
|
68
|
-
"test": "
|
|
69
|
-
"test:cover": "
|
|
60
|
+
"test": "mocha --no-warnings",
|
|
61
|
+
"test:cover": "NODE_OPTIONS=--no-warnings c8 mocha",
|
|
70
62
|
"update-dependencies": "run-s upem:update upem:install lint:eslint:clear-caches lint:fix check",
|
|
71
63
|
"upem-outdated": "npm outdated --json --long | upem --dry-run",
|
|
72
64
|
"upem:install": "npm install",
|
|
73
65
|
"upem:update": "npm outdated --json --long | upem | pbcopy && pbpaste",
|
|
74
|
-
"version": "run-s build
|
|
66
|
+
"version": "run-s build depcruise:graph scm:stage"
|
|
75
67
|
},
|
|
76
68
|
"files": [
|
|
77
69
|
"bin/",
|
|
78
70
|
"dist/",
|
|
79
|
-
"src/**/*.js",
|
|
80
|
-
"src/**/*.mjs",
|
|
81
|
-
"src/**/*.json",
|
|
82
71
|
"types/",
|
|
83
72
|
"package.json",
|
|
84
73
|
"README.md",
|
|
@@ -93,262 +82,6 @@
|
|
|
93
82
|
}
|
|
94
83
|
]
|
|
95
84
|
},
|
|
96
|
-
"wireit": {
|
|
97
|
-
"check": {
|
|
98
|
-
"dependencies": [
|
|
99
|
-
"depcruise",
|
|
100
|
-
"lint",
|
|
101
|
-
"test:cover"
|
|
102
|
-
]
|
|
103
|
-
},
|
|
104
|
-
"cachefolder": {
|
|
105
|
-
"command": "mkdir -p node_modules/.cache",
|
|
106
|
-
"clean": false,
|
|
107
|
-
"files": [],
|
|
108
|
-
"output": [
|
|
109
|
-
"node_modules/.cache"
|
|
110
|
-
],
|
|
111
|
-
"packageLocks": []
|
|
112
|
-
},
|
|
113
|
-
"depcruise:json": {
|
|
114
|
-
"command": "dependency-cruise --progress performance-log --output-type json --output-to node_modules/.cache/depcruise-cache.json --config config/dependency-cruiser.js src test bin",
|
|
115
|
-
"files": [
|
|
116
|
-
"src/**/*",
|
|
117
|
-
"test/**/*",
|
|
118
|
-
"bin/**/*",
|
|
119
|
-
"config/dependency-cruiser.js"
|
|
120
|
-
],
|
|
121
|
-
"dependencies": [
|
|
122
|
-
"cachefolder"
|
|
123
|
-
],
|
|
124
|
-
"clean": true,
|
|
125
|
-
"output": [
|
|
126
|
-
"node_modules/.cache/depcruise-cache.json"
|
|
127
|
-
]
|
|
128
|
-
},
|
|
129
|
-
"depcruise": {
|
|
130
|
-
"command": "depcruise-fmt node_modules/.cache/depcruise-cache.json --output-type err-long",
|
|
131
|
-
"files": [
|
|
132
|
-
"node_modules/.cache/depcruise-cache.json"
|
|
133
|
-
],
|
|
134
|
-
"dependencies": [
|
|
135
|
-
"depcruise:json"
|
|
136
|
-
],
|
|
137
|
-
"output": []
|
|
138
|
-
},
|
|
139
|
-
"depcruise:html-report": {
|
|
140
|
-
"command": "depcruise-fmt node_modules/.cache/depcruise-cache.json --output-type err-html --output-to dependency-violation-report.html",
|
|
141
|
-
"files": [
|
|
142
|
-
"node_modules/.cache/depcruise-cache.json"
|
|
143
|
-
],
|
|
144
|
-
"dependencies": [
|
|
145
|
-
"depcruise:json"
|
|
146
|
-
],
|
|
147
|
-
"clean": false,
|
|
148
|
-
"output": [
|
|
149
|
-
"dependency-violation-report.html"
|
|
150
|
-
]
|
|
151
|
-
},
|
|
152
|
-
"depcruise:graph:doc:deps-svg": {
|
|
153
|
-
"command": "depcruise-fmt node_modules/.cache/depcruise-cache.json --include-only '^(bin|src|package\\.json)' --output-type dot | dot -T svg -o docs/dependency-cruiser-graph.svg",
|
|
154
|
-
"files": [
|
|
155
|
-
"node_modules/.cache/depcruise-cache.json"
|
|
156
|
-
],
|
|
157
|
-
"dependencies": [
|
|
158
|
-
"depcruise:json"
|
|
159
|
-
],
|
|
160
|
-
"clean": false,
|
|
161
|
-
"output": [
|
|
162
|
-
"docs/dependency-cruiser-graph.svg"
|
|
163
|
-
]
|
|
164
|
-
},
|
|
165
|
-
"depcruise:graph:doc:deps-html": {
|
|
166
|
-
"command": "depcruise-wrap-stream-in-html < docs/dependency-cruiser-graph.svg > docs/dependency-cruiser-graph.html",
|
|
167
|
-
"files": [
|
|
168
|
-
"node_modules/.cache/depcruise-cache.json"
|
|
169
|
-
],
|
|
170
|
-
"dependencies": [
|
|
171
|
-
"depcruise:graph:doc:deps-svg"
|
|
172
|
-
],
|
|
173
|
-
"clean": false,
|
|
174
|
-
"output": [
|
|
175
|
-
"docs/dependency-cruiser-graph.html"
|
|
176
|
-
]
|
|
177
|
-
},
|
|
178
|
-
"depcruise:graph:doc:flat-deps-svg": {
|
|
179
|
-
"command": "depcruise-fmt node_modules/.cache/depcruise-cache.json --include-only '^(bin|src|package\\.json)' --output-type flat | dot -T svg -o docs/dependency-cruiser-graph-flat-dot.svg",
|
|
180
|
-
"files": [
|
|
181
|
-
"node_modules/.cache/depcruise-cache.json"
|
|
182
|
-
],
|
|
183
|
-
"dependencies": [
|
|
184
|
-
"depcruise:json"
|
|
185
|
-
],
|
|
186
|
-
"clean": false,
|
|
187
|
-
"output": [
|
|
188
|
-
"docs/dependency-cruiser-graph-flat-dot.svg"
|
|
189
|
-
]
|
|
190
|
-
},
|
|
191
|
-
"depcruise:graph:doc:flat-deps-html": {
|
|
192
|
-
"command": "depcruise-wrap-stream-in-html < docs/dependency-cruiser-graph-flat-dot.svg > docs/dependency-cruiser-graph-flat-dot.html",
|
|
193
|
-
"files": [
|
|
194
|
-
"node_modules/.cache/depcruise-cache.json"
|
|
195
|
-
],
|
|
196
|
-
"dependencies": [
|
|
197
|
-
"depcruise:graph:doc:flat-deps-svg"
|
|
198
|
-
],
|
|
199
|
-
"clean": false,
|
|
200
|
-
"output": [
|
|
201
|
-
"docs/dependency-cruiser-graph-flat-dot.html"
|
|
202
|
-
]
|
|
203
|
-
},
|
|
204
|
-
"depcruise:graph:doc:archi-svg": {
|
|
205
|
-
"command": "depcruise-fmt node_modules/.cache/depcruise-cache.json --include-only '^(bin|src|package\\.json)' --output-type archi | dot -T svg -o docs/dependency-cruiser-archi-graph.svg",
|
|
206
|
-
"files": [
|
|
207
|
-
"node_modules/.cache/depcruise-cache.json"
|
|
208
|
-
],
|
|
209
|
-
"dependencies": [
|
|
210
|
-
"depcruise:json"
|
|
211
|
-
],
|
|
212
|
-
"clean": false,
|
|
213
|
-
"output": [
|
|
214
|
-
"docs/dependency-cruiser-archi-graph.svg"
|
|
215
|
-
]
|
|
216
|
-
},
|
|
217
|
-
"depcruise:graph:doc:archi-html": {
|
|
218
|
-
"command": "depcruise-wrap-stream-in-html < docs/dependency-cruiser-archi-graph.svg > docs/dependency-cruiser-archi-graph.html",
|
|
219
|
-
"files": [
|
|
220
|
-
"node_modules/.cache/depcruise-cache.json"
|
|
221
|
-
],
|
|
222
|
-
"dependencies": [
|
|
223
|
-
"depcruise:graph:doc:archi-svg"
|
|
224
|
-
],
|
|
225
|
-
"clean": false,
|
|
226
|
-
"output": [
|
|
227
|
-
"docs/dependency-cruiser-archi-graph.html"
|
|
228
|
-
]
|
|
229
|
-
},
|
|
230
|
-
"depcruise:graph": {
|
|
231
|
-
"dependencies": [
|
|
232
|
-
"depcruise:graph:doc:archi-html",
|
|
233
|
-
"depcruise:graph:doc:deps-html",
|
|
234
|
-
"depcruise:graph:doc:flat-deps-html"
|
|
235
|
-
]
|
|
236
|
-
},
|
|
237
|
-
"depcruise:graph:dev": {
|
|
238
|
-
"command": "depcruise-fmt node_modules/.cache/depcruise-cache.json --output-type dot --include-only '^(bin|src|package\\.json)' --prefix vscode://file/$(pwd)/ --highlight \"$(watskeburt develop)\"| dot -Tsvg | depcruise-wrap-stream-in-html | browser",
|
|
239
|
-
"dependencies": [
|
|
240
|
-
"depcruise:json"
|
|
241
|
-
]
|
|
242
|
-
},
|
|
243
|
-
"depcruise:graph:dev:flat": {
|
|
244
|
-
"command": "depcruise-fmt node_modules/.cache/depcruise-cache.json --output-type flat --include-only '^(bin|src|package\\.json)' --prefix vscode://file/$(pwd)/ --highlight \"$(watskeburt develop)\"| twopi -Tsvg | depcruise-wrap-stream-in-html | browser",
|
|
245
|
-
"dependencies": [
|
|
246
|
-
"depcruise:json"
|
|
247
|
-
]
|
|
248
|
-
},
|
|
249
|
-
"depcruise:view-report": {
|
|
250
|
-
"command": "depcruise-fmt node_modules/.cache/depcruise-cache.json --output-type err-html --prefix vscode://file/$(pwd)/ | browser",
|
|
251
|
-
"dependencies": [
|
|
252
|
-
"depcruise:json"
|
|
253
|
-
]
|
|
254
|
-
},
|
|
255
|
-
"lint": {
|
|
256
|
-
"dependencies": [
|
|
257
|
-
"lint:eslint",
|
|
258
|
-
"lint:prettier",
|
|
259
|
-
"lint:types"
|
|
260
|
-
]
|
|
261
|
-
},
|
|
262
|
-
"lint:eslint": {
|
|
263
|
-
"command": "eslint --cache --cache-location node_modules/.cache/eslint/cache.json --color src test config",
|
|
264
|
-
"files": [
|
|
265
|
-
"{src,test}/**/*.{js,mjs}",
|
|
266
|
-
"config/**/*.{js,json}",
|
|
267
|
-
".eslintrc.json"
|
|
268
|
-
]
|
|
269
|
-
},
|
|
270
|
-
"lint:prettier": {
|
|
271
|
-
"command": "prettier --check \"bin/*.mjs\" \"{src,test}/**/*.{js,mjs}\" \"{config,test}/**/*.{js,json}\" \"tools/*.{js,mjs,json}\" \"{src,types}/**/*.{ts,mts}\" \"*.{json,yml,md}\" \"docs/{smcat-online-interpreter.js,*.md}\"",
|
|
272
|
-
"files": [
|
|
273
|
-
"bin/*.mjs",
|
|
274
|
-
"{src,test}/**/*.{js,mjs}",
|
|
275
|
-
"{config,test}/**/*.{js,json}",
|
|
276
|
-
"tools/*.{js,mjs,json}",
|
|
277
|
-
"types/*.ts",
|
|
278
|
-
"*.{json,yml,md}",
|
|
279
|
-
"docs/{smcat-online-interpreter.js,*.md}"
|
|
280
|
-
]
|
|
281
|
-
},
|
|
282
|
-
"lint:types": {
|
|
283
|
-
"dependencies": [
|
|
284
|
-
"lint:types:tsc",
|
|
285
|
-
"lint:types:eslint"
|
|
286
|
-
]
|
|
287
|
-
},
|
|
288
|
-
"lint:types:tsc": {
|
|
289
|
-
"command": "tsc --noEmit --strict --types --noUnusedLocals --noUnusedParameters --pretty types/*.d.ts src/cli/*.d.ts src/parse/scxml/*.d.ts",
|
|
290
|
-
"files": [
|
|
291
|
-
"types/*.d.ts"
|
|
292
|
-
]
|
|
293
|
-
},
|
|
294
|
-
"lint:types:eslint": {
|
|
295
|
-
"command": "eslint types/*.d.ts src/cli/*.d.ts src/parse/scxml/*.d.ts",
|
|
296
|
-
"files": [
|
|
297
|
-
"{src,types}/**/*.d.{ts,mts}",
|
|
298
|
-
".eslintrc.json"
|
|
299
|
-
]
|
|
300
|
-
},
|
|
301
|
-
"lint:fix": {
|
|
302
|
-
"dependencies": [
|
|
303
|
-
"lint:fix:eslint",
|
|
304
|
-
"lint:fix:prettier",
|
|
305
|
-
"lint:fix:types"
|
|
306
|
-
]
|
|
307
|
-
},
|
|
308
|
-
"lint:fix:eslint": {
|
|
309
|
-
"command": "eslint --cache --cache-location .cache --fix --color src test config",
|
|
310
|
-
"files": [
|
|
311
|
-
"{src,test}/**/*.{js,mjs}",
|
|
312
|
-
"config/**/*.{js,json}",
|
|
313
|
-
".eslintrc.json"
|
|
314
|
-
]
|
|
315
|
-
},
|
|
316
|
-
"lint:fix:prettier": {
|
|
317
|
-
"command": "prettier --loglevel warn --write \"bin/*.mjs\" \"{src,test}/**/*.{js,mjs}\" \"{config,test}/**/*.{js,json}\" \"tools/*.{js,mjs,json}\" \"{src,types}/**/*.{ts,mts}\" \"*.{json,yml,md}\" \"docs/{smcat-online-interpreter.js,*.md}\"",
|
|
318
|
-
"files": [
|
|
319
|
-
"bin/*.mjs",
|
|
320
|
-
"{src,test}/**/*.{js,mjs,ts,mts}",
|
|
321
|
-
"{config,test}/**/*.{js,json}",
|
|
322
|
-
"tools/*.{js,mjs,json}",
|
|
323
|
-
"types/*.ts",
|
|
324
|
-
"*.{json,yml,md}",
|
|
325
|
-
"docs/{smcat-online-interpreter.js,*.md}"
|
|
326
|
-
]
|
|
327
|
-
},
|
|
328
|
-
"lint:fix:types": {
|
|
329
|
-
"command": "eslint --fix types/*.d.ts src/cli/*.d.ts src/cli/*.d.ts src/parse/scxml/*.d.ts",
|
|
330
|
-
"files": [
|
|
331
|
-
"{src,types}/**/*.d.{ts,mts}",
|
|
332
|
-
".eslintrc.json"
|
|
333
|
-
]
|
|
334
|
-
},
|
|
335
|
-
"test": {
|
|
336
|
-
"command": "mocha --no-warnings",
|
|
337
|
-
"files": [
|
|
338
|
-
"{src,test}/**/*.{js,mjs,json,ts,mts,cts}"
|
|
339
|
-
]
|
|
340
|
-
},
|
|
341
|
-
"test:cover": {
|
|
342
|
-
"command": "NODE_OPTIONS=--no-warnings c8 mocha",
|
|
343
|
-
"output": [
|
|
344
|
-
"coverage/lcov.info",
|
|
345
|
-
"coverage/coverage-summary.json"
|
|
346
|
-
],
|
|
347
|
-
"files": [
|
|
348
|
-
"{src,test}/**/*.{js,mjs,json,ts,mts,cts}"
|
|
349
|
-
]
|
|
350
|
-
}
|
|
351
|
-
},
|
|
352
85
|
"keywords": [
|
|
353
86
|
"state",
|
|
354
87
|
"state chart",
|
|
@@ -371,7 +104,7 @@
|
|
|
371
104
|
"ajv": "8.12.0",
|
|
372
105
|
"chalk": "5.2.0",
|
|
373
106
|
"commander": "10.0.0",
|
|
374
|
-
"fast-xml-parser": "4.1.
|
|
107
|
+
"fast-xml-parser": "4.1.3",
|
|
375
108
|
"get-stream": "6.0.1",
|
|
376
109
|
"handlebars": "4.7.7",
|
|
377
110
|
"he": "1.2.0",
|
|
@@ -388,39 +121,38 @@
|
|
|
388
121
|
"@types/he": "1.2.0",
|
|
389
122
|
"@types/lodash": "4.14.191",
|
|
390
123
|
"@types/mocha": "10.0.1",
|
|
391
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
392
|
-
"@typescript-eslint/parser": "5.
|
|
124
|
+
"@typescript-eslint/eslint-plugin": "5.56.0",
|
|
125
|
+
"@typescript-eslint/parser": "5.56.0",
|
|
393
126
|
"c8": "7.13.0",
|
|
394
127
|
"chai": "4.3.7",
|
|
395
128
|
"chai-as-promised": "7.1.1",
|
|
396
129
|
"chai-json-schema": "1.5.1",
|
|
397
130
|
"chai-xml": "0.4.0",
|
|
398
|
-
"dependency-cruiser": "12.
|
|
399
|
-
"esbuild": "0.17.
|
|
400
|
-
"eslint": "8.
|
|
131
|
+
"dependency-cruiser": "12.11.0",
|
|
132
|
+
"esbuild": "0.17.13",
|
|
133
|
+
"eslint": "8.36.0",
|
|
401
134
|
"eslint-config-moving-meadow": "4.0.2",
|
|
402
|
-
"eslint-config-prettier": "8.
|
|
135
|
+
"eslint-config-prettier": "8.8.0",
|
|
403
136
|
"eslint-plugin-budapestian": "5.0.1",
|
|
404
137
|
"eslint-plugin-eslint-comments": "3.2.0",
|
|
405
138
|
"eslint-plugin-import": "2.27.5",
|
|
406
139
|
"eslint-plugin-mocha": "10.1.0",
|
|
407
140
|
"eslint-plugin-node": "11.1.0",
|
|
408
141
|
"eslint-plugin-security": "1.7.1",
|
|
409
|
-
"eslint-plugin-unicorn": "
|
|
142
|
+
"eslint-plugin-unicorn": "46.0.0",
|
|
410
143
|
"husky": "8.0.3",
|
|
411
144
|
"is-pdf": "1.0.0",
|
|
412
145
|
"is-png": "3.0.1",
|
|
413
|
-
"lint-staged": "13.
|
|
146
|
+
"lint-staged": "13.2.0",
|
|
414
147
|
"mocha": "10.2.0",
|
|
415
148
|
"npm-run-all": "4.1.5",
|
|
416
|
-
"peggy": "3.0.
|
|
417
|
-
"prettier": "2.8.
|
|
149
|
+
"peggy": "3.0.2",
|
|
150
|
+
"prettier": "2.8.7",
|
|
418
151
|
"query-string": "8.1.0",
|
|
419
152
|
"ts-node": "10.9.1",
|
|
420
|
-
"typescript": "
|
|
153
|
+
"typescript": "5.0.2",
|
|
421
154
|
"upem": "7.3.2",
|
|
422
|
-
"watskeburt": "0.10.
|
|
423
|
-
"wireit": "0.9.5",
|
|
155
|
+
"watskeburt": "0.10.1",
|
|
424
156
|
"xml-name-validator": "4.0.0"
|
|
425
157
|
},
|
|
426
158
|
"engines": {
|