bpmn-client 1.0.3 → 1.2.5
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/.env +4 -0
- package/Sample/.env +4 -0
- package/Sample/CarExample.js +62 -0
- package/Sample/CarExample.ts +97 -0
- package/Sample/package.json +44 -0
- package/Sample/test.js +33 -0
- package/Sample/test.ts +32 -0
- package/Sample/tsconfig.json +17 -0
- package/demo.env +4 -0
- package/index.js +14 -141
- package/index.ts +1 -139
- package/local.env +4 -0
- package/package.json +12 -14
- package/src/BPMNClient.js +246 -0
- package/src/BPMNClient.ts +246 -0
- package/src/index.js +19 -0
- package/src/index.ts +4 -0
- package/src/interfaces/DataObjects.js +2 -0
- package/src/interfaces/DataObjects.ts +97 -0
- package/src/interfaces/Enums.js +117 -0
- package/src/interfaces/Enums.ts +71 -0
- package/test/.eslintrc.json +20 -0
- package/test/.mocharc.json +12 -0
- package/test/feature/.env +5 -0
- package/test/feature/carServer.js +122 -0
- package/test/helpers/setup.js +9 -0
- package/test/logs/Buy Used Carrepairsfalse cleaning +0 -0
- package/test/logs/Buy Used Carrepairstrue cleaning +0 -0
- package/test/logs/Buy Used Carscenario CaseId +0 -0
- package/test/logs/carrepairsfalse cleaning +0 -0
- package/test/logs/carrepairstrue cleaning +0 -0
- package/test.env +4 -0
- package/test.js +53 -5
- package/test.ts +104 -4
- package/test2.js +270 -0
- package/test2.ts +326 -0
- package/tsconfig.json +4 -4
- package/BPMNClient.d.ts +0 -36
- package/BPMNClient.js +0 -144
- package/BPMNClient.js.map +0 -1
- package/BPMNClient.ts +0 -139
- package/index.d.ts +0 -36
- package/index.js.map +0 -1
- package/npm.list +0 -579
- package/test.d.ts +0 -1
- package/test.js.map +0 -1
package/npm.list
DELETED
|
@@ -1,579 +0,0 @@
|
|
|
1
|
-
bpmn-server.webapp@0.0.0 E:\X4\dev\bpmnClient
|
|
2
|
-
+-- @types/debug@0.0.30
|
|
3
|
-
+-- @types/express@4.17.6
|
|
4
|
-
| +-- @types/body-parser@1.19.0
|
|
5
|
-
| | +-- @types/connect@3.4.33
|
|
6
|
-
| | | `-- @types/node@8.10.61 deduped
|
|
7
|
-
| | `-- @types/node@8.10.61 deduped
|
|
8
|
-
| +-- @types/express-serve-static-core@4.17.7 deduped
|
|
9
|
-
| +-- @types/qs@6.9.3
|
|
10
|
-
| `-- @types/serve-static@1.13.4 deduped
|
|
11
|
-
+-- @types/express-serve-static-core@4.17.7
|
|
12
|
-
| +-- @types/node@8.10.61 deduped
|
|
13
|
-
| +-- @types/qs@6.9.3 deduped
|
|
14
|
-
| `-- @types/range-parser@1.2.3
|
|
15
|
-
+-- @types/mime@1.3.1
|
|
16
|
-
+-- @types/node@8.10.61
|
|
17
|
-
+-- @types/serve-static@1.13.4
|
|
18
|
-
| +-- @types/express-serve-static-core@4.17.7 deduped
|
|
19
|
-
| `-- @types/mime@1.3.1 deduped
|
|
20
|
-
+-- bpmn-moddle@7.0.3
|
|
21
|
-
| +-- min-dash@3.5.2
|
|
22
|
-
| +-- moddle@5.0.1
|
|
23
|
-
| | `-- min-dash@3.5.2 deduped
|
|
24
|
-
| `-- moddle-xml@9.0.3
|
|
25
|
-
| +-- min-dash@3.5.2 deduped
|
|
26
|
-
| +-- moddle@5.0.1 deduped
|
|
27
|
-
| `-- saxen@8.1.2
|
|
28
|
-
+-- bpmn-server@1.1.7
|
|
29
|
-
| +-- bpmn-moddle@7.0.3 deduped
|
|
30
|
-
| +-- camunda-bpmn-moddle@4.4.0 deduped
|
|
31
|
-
| +-- chai@4.2.0 deduped
|
|
32
|
-
| +-- cron-parser@2.15.0
|
|
33
|
-
| | +-- is-nan@1.3.0
|
|
34
|
-
| | | `-- define-properties@1.1.3 deduped
|
|
35
|
-
| | `-- moment-timezone@0.5.31
|
|
36
|
-
| | `-- moment@2.27.0
|
|
37
|
-
| +-- express@4.17.1 deduped
|
|
38
|
-
| +-- iso8601-duration@1.2.0 deduped
|
|
39
|
-
| +-- mocha@7.2.0 deduped
|
|
40
|
-
| +-- mocha-cakes-2@3.3.0 deduped
|
|
41
|
-
| +-- mongodb@3.5.9 deduped
|
|
42
|
-
| +-- mongoose@5.9.25 deduped
|
|
43
|
-
| +-- nodemon@2.0.4 deduped
|
|
44
|
-
| +-- pug@2.0.4 deduped
|
|
45
|
-
| +-- ts-node@8.10.2 deduped
|
|
46
|
-
| `-- uuid@8.2.0 deduped
|
|
47
|
-
+-- camunda-bpmn-moddle@4.4.0
|
|
48
|
-
| `-- min-dash@3.5.2 deduped
|
|
49
|
-
+-- chai@4.2.0
|
|
50
|
-
| +-- assertion-error@1.1.0
|
|
51
|
-
| +-- check-error@1.0.2
|
|
52
|
-
| +-- deep-eql@3.0.1
|
|
53
|
-
| | `-- type-detect@4.0.8 deduped
|
|
54
|
-
| +-- get-func-name@2.0.0
|
|
55
|
-
| +-- pathval@1.1.0
|
|
56
|
-
| `-- type-detect@4.0.8
|
|
57
|
-
+-- connect-busboy@0.0.2
|
|
58
|
-
| `-- busboy@0.3.1
|
|
59
|
-
| `-- dicer@0.3.0
|
|
60
|
-
| `-- streamsearch@0.1.2
|
|
61
|
-
+-- debug@2.6.9
|
|
62
|
-
| `-- ms@2.0.0
|
|
63
|
-
+-- express@4.17.1
|
|
64
|
-
| +-- accepts@1.3.7
|
|
65
|
-
| | +-- mime-types@2.1.27
|
|
66
|
-
| | | `-- mime-db@1.44.0
|
|
67
|
-
| | `-- negotiator@0.6.2
|
|
68
|
-
| +-- array-flatten@1.1.1
|
|
69
|
-
| +-- body-parser@1.19.0
|
|
70
|
-
| | +-- bytes@3.1.0
|
|
71
|
-
| | +-- content-type@1.0.4 deduped
|
|
72
|
-
| | +-- debug@2.6.9 deduped
|
|
73
|
-
| | +-- depd@1.1.2 deduped
|
|
74
|
-
| | +-- http-errors@1.7.2
|
|
75
|
-
| | | +-- depd@1.1.2 deduped
|
|
76
|
-
| | | +-- inherits@2.0.3 deduped
|
|
77
|
-
| | | +-- setprototypeof@1.1.1 deduped
|
|
78
|
-
| | | +-- statuses@1.5.0 deduped
|
|
79
|
-
| | | `-- toidentifier@1.0.0
|
|
80
|
-
| | +-- iconv-lite@0.4.24
|
|
81
|
-
| | | `-- safer-buffer@2.1.2
|
|
82
|
-
| | +-- on-finished@2.3.0 deduped
|
|
83
|
-
| | +-- qs@6.7.0 deduped
|
|
84
|
-
| | +-- raw-body@2.4.0
|
|
85
|
-
| | | +-- bytes@3.1.0 deduped
|
|
86
|
-
| | | +-- http-errors@1.7.2 deduped
|
|
87
|
-
| | | +-- iconv-lite@0.4.24 deduped
|
|
88
|
-
| | | `-- unpipe@1.0.0 deduped
|
|
89
|
-
| | `-- type-is@1.6.18 deduped
|
|
90
|
-
| +-- content-disposition@0.5.3
|
|
91
|
-
| | `-- safe-buffer@5.1.2 deduped
|
|
92
|
-
| +-- content-type@1.0.4
|
|
93
|
-
| +-- cookie@0.4.0
|
|
94
|
-
| +-- cookie-signature@1.0.6
|
|
95
|
-
| +-- debug@2.6.9 deduped
|
|
96
|
-
| +-- depd@1.1.2
|
|
97
|
-
| +-- encodeurl@1.0.2
|
|
98
|
-
| +-- escape-html@1.0.3
|
|
99
|
-
| +-- etag@1.8.1
|
|
100
|
-
| +-- finalhandler@1.1.2
|
|
101
|
-
| | +-- debug@2.6.9 deduped
|
|
102
|
-
| | +-- encodeurl@1.0.2 deduped
|
|
103
|
-
| | +-- escape-html@1.0.3 deduped
|
|
104
|
-
| | +-- on-finished@2.3.0 deduped
|
|
105
|
-
| | +-- parseurl@1.3.3 deduped
|
|
106
|
-
| | +-- statuses@1.5.0 deduped
|
|
107
|
-
| | `-- unpipe@1.0.0
|
|
108
|
-
| +-- fresh@0.5.2
|
|
109
|
-
| +-- merge-descriptors@1.0.1
|
|
110
|
-
| +-- methods@1.1.2
|
|
111
|
-
| +-- on-finished@2.3.0
|
|
112
|
-
| | `-- ee-first@1.1.1
|
|
113
|
-
| +-- parseurl@1.3.3
|
|
114
|
-
| +-- path-to-regexp@0.1.7
|
|
115
|
-
| +-- proxy-addr@2.0.6
|
|
116
|
-
| | +-- forwarded@0.1.2
|
|
117
|
-
| | `-- ipaddr.js@1.9.1
|
|
118
|
-
| +-- qs@6.7.0
|
|
119
|
-
| +-- range-parser@1.2.1
|
|
120
|
-
| +-- safe-buffer@5.1.2
|
|
121
|
-
| +-- send@0.17.1
|
|
122
|
-
| | +-- debug@2.6.9 deduped
|
|
123
|
-
| | +-- depd@1.1.2 deduped
|
|
124
|
-
| | +-- destroy@1.0.4
|
|
125
|
-
| | +-- encodeurl@1.0.2 deduped
|
|
126
|
-
| | +-- escape-html@1.0.3 deduped
|
|
127
|
-
| | +-- etag@1.8.1 deduped
|
|
128
|
-
| | +-- fresh@0.5.2 deduped
|
|
129
|
-
| | +-- http-errors@1.7.2 deduped
|
|
130
|
-
| | +-- mime@1.6.0
|
|
131
|
-
| | +-- ms@2.1.1
|
|
132
|
-
| | +-- on-finished@2.3.0 deduped
|
|
133
|
-
| | +-- range-parser@1.2.1 deduped
|
|
134
|
-
| | `-- statuses@1.5.0 deduped
|
|
135
|
-
| +-- serve-static@1.14.1
|
|
136
|
-
| | +-- encodeurl@1.0.2 deduped
|
|
137
|
-
| | +-- escape-html@1.0.3 deduped
|
|
138
|
-
| | +-- parseurl@1.3.3 deduped
|
|
139
|
-
| | `-- send@0.17.1 deduped
|
|
140
|
-
| +-- setprototypeof@1.1.1
|
|
141
|
-
| +-- statuses@1.5.0
|
|
142
|
-
| +-- type-is@1.6.18
|
|
143
|
-
| | +-- media-typer@0.3.0
|
|
144
|
-
| | `-- mime-types@2.1.27 deduped
|
|
145
|
-
| +-- utils-merge@1.0.1
|
|
146
|
-
| `-- vary@1.1.2
|
|
147
|
-
+-- iso8601-duration@1.2.0
|
|
148
|
-
+-- mocha@7.2.0
|
|
149
|
-
| +-- ansi-colors@3.2.3
|
|
150
|
-
| +-- browser-stdout@1.3.1
|
|
151
|
-
| +-- chokidar@3.3.0
|
|
152
|
-
| | +-- anymatch@3.1.1
|
|
153
|
-
| | | +-- normalize-path@3.0.0 deduped
|
|
154
|
-
| | | `-- picomatch@2.2.2
|
|
155
|
-
| | +-- braces@3.0.2
|
|
156
|
-
| | | `-- fill-range@7.0.1
|
|
157
|
-
| | | `-- to-regex-range@5.0.1
|
|
158
|
-
| | | `-- is-number@7.0.0
|
|
159
|
-
| | +-- UNMET OPTIONAL DEPENDENCY fsevents@2.1.3
|
|
160
|
-
| | +-- glob-parent@5.1.1
|
|
161
|
-
| | | `-- is-glob@4.0.1 deduped
|
|
162
|
-
| | +-- is-binary-path@2.1.0
|
|
163
|
-
| | | `-- binary-extensions@2.1.0
|
|
164
|
-
| | +-- is-glob@4.0.1
|
|
165
|
-
| | | `-- is-extglob@2.1.1
|
|
166
|
-
| | +-- normalize-path@3.0.0
|
|
167
|
-
| | `-- readdirp@3.2.0
|
|
168
|
-
| | `-- picomatch@2.2.2 deduped
|
|
169
|
-
| +-- debug@3.2.6
|
|
170
|
-
| | `-- ms@2.1.1 deduped
|
|
171
|
-
| +-- diff@3.5.0
|
|
172
|
-
| +-- escape-string-regexp@1.0.5
|
|
173
|
-
| +-- find-up@3.0.0
|
|
174
|
-
| | `-- locate-path@3.0.0
|
|
175
|
-
| | +-- p-locate@3.0.0
|
|
176
|
-
| | | `-- p-limit@2.3.0
|
|
177
|
-
| | | `-- p-try@2.2.0
|
|
178
|
-
| | `-- path-exists@3.0.0
|
|
179
|
-
| +-- glob@7.1.3
|
|
180
|
-
| | +-- fs.realpath@1.0.0
|
|
181
|
-
| | +-- inflight@1.0.6
|
|
182
|
-
| | | +-- once@1.4.0 deduped
|
|
183
|
-
| | | `-- wrappy@1.0.2
|
|
184
|
-
| | +-- inherits@2.0.3
|
|
185
|
-
| | +-- minimatch@3.0.4 deduped
|
|
186
|
-
| | +-- once@1.4.0
|
|
187
|
-
| | | `-- wrappy@1.0.2 deduped
|
|
188
|
-
| | `-- path-is-absolute@1.0.1
|
|
189
|
-
| +-- growl@1.10.5
|
|
190
|
-
| +-- he@1.2.0
|
|
191
|
-
| +-- js-yaml@3.13.1
|
|
192
|
-
| | +-- argparse@1.0.10
|
|
193
|
-
| | | `-- sprintf-js@1.0.3
|
|
194
|
-
| | `-- esprima@4.0.1
|
|
195
|
-
| +-- log-symbols@3.0.0
|
|
196
|
-
| | `-- chalk@2.4.2
|
|
197
|
-
| | +-- ansi-styles@3.2.1
|
|
198
|
-
| | | `-- color-convert@1.9.3
|
|
199
|
-
| | | `-- color-name@1.1.3
|
|
200
|
-
| | +-- escape-string-regexp@1.0.5 deduped
|
|
201
|
-
| | `-- supports-color@5.5.0
|
|
202
|
-
| | `-- has-flag@3.0.0 deduped
|
|
203
|
-
| +-- minimatch@3.0.4
|
|
204
|
-
| | `-- brace-expansion@1.1.11
|
|
205
|
-
| | +-- balanced-match@1.0.0
|
|
206
|
-
| | `-- concat-map@0.0.1
|
|
207
|
-
| +-- mkdirp@0.5.5
|
|
208
|
-
| | `-- minimist@1.2.5
|
|
209
|
-
| +-- ms@2.1.1
|
|
210
|
-
| +-- node-environment-flags@1.0.6
|
|
211
|
-
| | +-- object.getownpropertydescriptors@2.1.0
|
|
212
|
-
| | | +-- define-properties@1.1.3 deduped
|
|
213
|
-
| | | `-- es-abstract@1.17.6
|
|
214
|
-
| | | +-- es-to-primitive@1.2.1
|
|
215
|
-
| | | | +-- is-callable@1.2.0 deduped
|
|
216
|
-
| | | | +-- is-date-object@1.0.2
|
|
217
|
-
| | | | `-- is-symbol@1.0.3
|
|
218
|
-
| | | | `-- has-symbols@1.0.1 deduped
|
|
219
|
-
| | | +-- function-bind@1.1.1 deduped
|
|
220
|
-
| | | +-- has@1.0.3
|
|
221
|
-
| | | | `-- function-bind@1.1.1 deduped
|
|
222
|
-
| | | +-- has-symbols@1.0.1 deduped
|
|
223
|
-
| | | +-- is-callable@1.2.0
|
|
224
|
-
| | | +-- is-regex@1.1.0 deduped
|
|
225
|
-
| | | +-- object-inspect@1.8.0
|
|
226
|
-
| | | +-- object-keys@1.1.1 deduped
|
|
227
|
-
| | | +-- object.assign@4.1.0 deduped
|
|
228
|
-
| | | +-- string.prototype.trimend@1.0.1
|
|
229
|
-
| | | | +-- define-properties@1.1.3 deduped
|
|
230
|
-
| | | | `-- es-abstract@1.17.6 deduped
|
|
231
|
-
| | | `-- string.prototype.trimstart@1.0.1
|
|
232
|
-
| | | +-- define-properties@1.1.3 deduped
|
|
233
|
-
| | | `-- es-abstract@1.17.6 deduped
|
|
234
|
-
| | `-- semver@5.7.1 deduped
|
|
235
|
-
| +-- object.assign@4.1.0
|
|
236
|
-
| | +-- define-properties@1.1.3
|
|
237
|
-
| | | `-- object-keys@1.1.1 deduped
|
|
238
|
-
| | +-- function-bind@1.1.1
|
|
239
|
-
| | +-- has-symbols@1.0.1
|
|
240
|
-
| | `-- object-keys@1.1.1
|
|
241
|
-
| +-- strip-json-comments@2.0.1
|
|
242
|
-
| +-- supports-color@6.0.0
|
|
243
|
-
| | `-- has-flag@3.0.0
|
|
244
|
-
| +-- which@1.3.1
|
|
245
|
-
| | `-- isexe@2.0.0
|
|
246
|
-
| +-- wide-align@1.1.3
|
|
247
|
-
| | `-- string-width@2.1.1
|
|
248
|
-
| | +-- is-fullwidth-code-point@2.0.0
|
|
249
|
-
| | `-- strip-ansi@4.0.0
|
|
250
|
-
| | `-- ansi-regex@3.0.0
|
|
251
|
-
| +-- yargs@13.3.2
|
|
252
|
-
| | +-- cliui@5.0.0
|
|
253
|
-
| | | +-- string-width@3.1.0
|
|
254
|
-
| | | | +-- emoji-regex@7.0.3 deduped
|
|
255
|
-
| | | | +-- is-fullwidth-code-point@2.0.0 deduped
|
|
256
|
-
| | | | `-- strip-ansi@5.2.0 deduped
|
|
257
|
-
| | | +-- strip-ansi@5.2.0
|
|
258
|
-
| | | | `-- ansi-regex@4.1.0
|
|
259
|
-
| | | `-- wrap-ansi@5.1.0
|
|
260
|
-
| | | +-- ansi-styles@3.2.1 deduped
|
|
261
|
-
| | | +-- string-width@3.1.0
|
|
262
|
-
| | | | +-- emoji-regex@7.0.3 deduped
|
|
263
|
-
| | | | +-- is-fullwidth-code-point@2.0.0 deduped
|
|
264
|
-
| | | | `-- strip-ansi@5.2.0 deduped
|
|
265
|
-
| | | `-- strip-ansi@5.2.0
|
|
266
|
-
| | | `-- ansi-regex@4.1.0
|
|
267
|
-
| | +-- find-up@3.0.0 deduped
|
|
268
|
-
| | +-- get-caller-file@2.0.5
|
|
269
|
-
| | +-- require-directory@2.1.1
|
|
270
|
-
| | +-- require-main-filename@2.0.0
|
|
271
|
-
| | +-- set-blocking@2.0.0
|
|
272
|
-
| | +-- string-width@3.1.0
|
|
273
|
-
| | | +-- emoji-regex@7.0.3
|
|
274
|
-
| | | +-- is-fullwidth-code-point@2.0.0 deduped
|
|
275
|
-
| | | `-- strip-ansi@5.2.0
|
|
276
|
-
| | | `-- ansi-regex@4.1.0
|
|
277
|
-
| | +-- which-module@2.0.0
|
|
278
|
-
| | +-- y18n@4.0.0
|
|
279
|
-
| | `-- yargs-parser@13.1.2 deduped
|
|
280
|
-
| +-- yargs-parser@13.1.2
|
|
281
|
-
| | +-- camelcase@5.3.1
|
|
282
|
-
| | `-- decamelize@1.2.0
|
|
283
|
-
| `-- yargs-unparser@1.6.0
|
|
284
|
-
| +-- flat@4.1.0
|
|
285
|
-
| | `-- is-buffer@2.0.4
|
|
286
|
-
| +-- lodash@4.17.15 deduped
|
|
287
|
-
| `-- yargs@13.3.2 deduped
|
|
288
|
-
+-- mocha-cakes-2@3.3.0
|
|
289
|
-
+-- mongodb@3.5.9
|
|
290
|
-
| +-- bl@2.2.0
|
|
291
|
-
| | +-- readable-stream@2.3.7
|
|
292
|
-
| | | +-- core-util-is@1.0.2
|
|
293
|
-
| | | +-- inherits@2.0.3 deduped
|
|
294
|
-
| | | +-- isarray@1.0.0
|
|
295
|
-
| | | +-- process-nextick-args@2.0.1
|
|
296
|
-
| | | +-- safe-buffer@5.1.2 deduped
|
|
297
|
-
| | | +-- string_decoder@1.1.1
|
|
298
|
-
| | | | `-- safe-buffer@5.1.2 deduped
|
|
299
|
-
| | | `-- util-deprecate@1.0.2
|
|
300
|
-
| | `-- safe-buffer@5.1.2 deduped
|
|
301
|
-
| +-- bson@1.1.4
|
|
302
|
-
| +-- denque@1.4.1
|
|
303
|
-
| +-- require_optional@1.0.1
|
|
304
|
-
| | +-- resolve-from@2.0.0
|
|
305
|
-
| | `-- semver@5.7.1 deduped
|
|
306
|
-
| +-- safe-buffer@5.1.2 deduped
|
|
307
|
-
| `-- saslprep@1.0.3
|
|
308
|
-
| `-- sparse-bitfield@3.0.3
|
|
309
|
-
| `-- memory-pager@1.5.0
|
|
310
|
-
+-- mongoose@5.9.25
|
|
311
|
-
| +-- bson@1.1.4 deduped
|
|
312
|
-
| +-- kareem@2.3.1
|
|
313
|
-
| +-- mongodb@3.5.9 deduped
|
|
314
|
-
| +-- mongoose-legacy-pluralize@1.0.2
|
|
315
|
-
| +-- mpath@0.7.0
|
|
316
|
-
| +-- mquery@3.2.2
|
|
317
|
-
| | +-- bluebird@3.5.1
|
|
318
|
-
| | +-- debug@3.1.0
|
|
319
|
-
| | | `-- ms@2.0.0 deduped
|
|
320
|
-
| | +-- regexp-clone@1.0.0 deduped
|
|
321
|
-
| | +-- safe-buffer@5.1.2 deduped
|
|
322
|
-
| | `-- sliced@1.0.1 deduped
|
|
323
|
-
| +-- ms@2.1.2
|
|
324
|
-
| +-- regexp-clone@1.0.0
|
|
325
|
-
| +-- safe-buffer@5.2.1
|
|
326
|
-
| +-- sift@7.0.1
|
|
327
|
-
| `-- sliced@1.0.1
|
|
328
|
-
+-- nock@12.0.3
|
|
329
|
-
| +-- debug@4.1.1
|
|
330
|
-
| | `-- ms@2.1.2
|
|
331
|
-
| +-- json-stringify-safe@5.0.1
|
|
332
|
-
| +-- lodash@4.17.15
|
|
333
|
-
| `-- propagate@2.0.1
|
|
334
|
-
+-- nodemon@2.0.4
|
|
335
|
-
| +-- chokidar@3.3.0 deduped
|
|
336
|
-
| +-- debug@3.2.6
|
|
337
|
-
| | `-- ms@2.1.2
|
|
338
|
-
| +-- ignore-by-default@1.0.1
|
|
339
|
-
| +-- minimatch@3.0.4 deduped
|
|
340
|
-
| +-- pstree.remy@1.1.8
|
|
341
|
-
| +-- semver@5.7.1
|
|
342
|
-
| +-- supports-color@5.5.0
|
|
343
|
-
| | `-- has-flag@3.0.0 deduped
|
|
344
|
-
| +-- touch@3.1.0
|
|
345
|
-
| | `-- nopt@1.0.10
|
|
346
|
-
| | `-- abbrev@1.1.1
|
|
347
|
-
| +-- undefsafe@2.0.3
|
|
348
|
-
| | `-- debug@2.6.9 deduped
|
|
349
|
-
| `-- update-notifier@4.1.0
|
|
350
|
-
| +-- boxen@4.2.0
|
|
351
|
-
| | +-- ansi-align@3.0.0
|
|
352
|
-
| | | `-- string-width@3.1.0
|
|
353
|
-
| | | +-- emoji-regex@7.0.3 deduped
|
|
354
|
-
| | | +-- is-fullwidth-code-point@2.0.0 deduped
|
|
355
|
-
| | | `-- strip-ansi@5.2.0
|
|
356
|
-
| | | `-- ansi-regex@4.1.0
|
|
357
|
-
| | +-- camelcase@5.3.1 deduped
|
|
358
|
-
| | +-- chalk@3.0.0
|
|
359
|
-
| | | +-- ansi-styles@4.2.1
|
|
360
|
-
| | | | +-- @types/color-name@1.1.1 deduped
|
|
361
|
-
| | | | `-- color-convert@2.0.1
|
|
362
|
-
| | | | `-- color-name@1.1.4
|
|
363
|
-
| | | `-- supports-color@7.1.0
|
|
364
|
-
| | | `-- has-flag@4.0.0
|
|
365
|
-
| | +-- cli-boxes@2.2.0
|
|
366
|
-
| | +-- string-width@4.2.0
|
|
367
|
-
| | | +-- emoji-regex@8.0.0
|
|
368
|
-
| | | +-- is-fullwidth-code-point@3.0.0
|
|
369
|
-
| | | `-- strip-ansi@6.0.0
|
|
370
|
-
| | | `-- ansi-regex@5.0.0
|
|
371
|
-
| | +-- term-size@2.2.0
|
|
372
|
-
| | +-- type-fest@0.8.1
|
|
373
|
-
| | `-- widest-line@3.1.0
|
|
374
|
-
| | `-- string-width@4.2.0
|
|
375
|
-
| | +-- emoji-regex@8.0.0
|
|
376
|
-
| | +-- is-fullwidth-code-point@3.0.0
|
|
377
|
-
| | `-- strip-ansi@6.0.0
|
|
378
|
-
| | `-- ansi-regex@5.0.0
|
|
379
|
-
| +-- chalk@3.0.0
|
|
380
|
-
| | +-- ansi-styles@4.2.1
|
|
381
|
-
| | | +-- @types/color-name@1.1.1
|
|
382
|
-
| | | `-- color-convert@2.0.1
|
|
383
|
-
| | | `-- color-name@1.1.4
|
|
384
|
-
| | `-- supports-color@7.1.0
|
|
385
|
-
| | `-- has-flag@4.0.0
|
|
386
|
-
| +-- configstore@5.0.1
|
|
387
|
-
| | +-- dot-prop@5.2.0
|
|
388
|
-
| | | `-- is-obj@2.0.0
|
|
389
|
-
| | +-- graceful-fs@4.2.4 deduped
|
|
390
|
-
| | +-- make-dir@3.1.0
|
|
391
|
-
| | | `-- semver@6.3.0
|
|
392
|
-
| | +-- unique-string@2.0.0
|
|
393
|
-
| | | `-- crypto-random-string@2.0.0
|
|
394
|
-
| | +-- write-file-atomic@3.0.3
|
|
395
|
-
| | | +-- imurmurhash@0.1.4
|
|
396
|
-
| | | +-- is-typedarray@1.0.0
|
|
397
|
-
| | | +-- signal-exit@3.0.3
|
|
398
|
-
| | | `-- typedarray-to-buffer@3.1.5
|
|
399
|
-
| | | `-- is-typedarray@1.0.0 deduped
|
|
400
|
-
| | `-- xdg-basedir@4.0.0 deduped
|
|
401
|
-
| +-- has-yarn@2.1.0
|
|
402
|
-
| +-- import-lazy@2.1.0
|
|
403
|
-
| +-- is-ci@2.0.0
|
|
404
|
-
| | `-- ci-info@2.0.0
|
|
405
|
-
| +-- is-installed-globally@0.3.2
|
|
406
|
-
| | +-- global-dirs@2.0.1
|
|
407
|
-
| | | `-- ini@1.3.5
|
|
408
|
-
| | `-- is-path-inside@3.0.2
|
|
409
|
-
| +-- is-npm@4.0.0
|
|
410
|
-
| +-- is-yarn-global@0.3.0
|
|
411
|
-
| +-- latest-version@5.1.0
|
|
412
|
-
| | `-- package-json@6.5.0
|
|
413
|
-
| | +-- got@9.6.0
|
|
414
|
-
| | | +-- @sindresorhus/is@0.14.0
|
|
415
|
-
| | | +-- @szmarczak/http-timer@1.1.2
|
|
416
|
-
| | | | `-- defer-to-connect@1.1.3
|
|
417
|
-
| | | +-- cacheable-request@6.1.0
|
|
418
|
-
| | | | +-- clone-response@1.0.2
|
|
419
|
-
| | | | | `-- mimic-response@1.0.1 deduped
|
|
420
|
-
| | | | +-- get-stream@5.1.0
|
|
421
|
-
| | | | | `-- pump@3.0.0 deduped
|
|
422
|
-
| | | | +-- http-cache-semantics@4.1.0
|
|
423
|
-
| | | | +-- keyv@3.1.0
|
|
424
|
-
| | | | | `-- json-buffer@3.0.0
|
|
425
|
-
| | | | +-- lowercase-keys@2.0.0
|
|
426
|
-
| | | | +-- normalize-url@4.5.0
|
|
427
|
-
| | | | `-- responselike@1.0.2
|
|
428
|
-
| | | | `-- lowercase-keys@1.0.1 deduped
|
|
429
|
-
| | | +-- decompress-response@3.3.0
|
|
430
|
-
| | | | `-- mimic-response@1.0.1 deduped
|
|
431
|
-
| | | +-- duplexer3@0.1.4
|
|
432
|
-
| | | +-- get-stream@4.1.0
|
|
433
|
-
| | | | `-- pump@3.0.0
|
|
434
|
-
| | | | +-- end-of-stream@1.4.4
|
|
435
|
-
| | | | | `-- once@1.4.0 deduped
|
|
436
|
-
| | | | `-- once@1.4.0 deduped
|
|
437
|
-
| | | +-- lowercase-keys@1.0.1
|
|
438
|
-
| | | +-- mimic-response@1.0.1
|
|
439
|
-
| | | +-- p-cancelable@1.1.0
|
|
440
|
-
| | | +-- to-readable-stream@1.0.0
|
|
441
|
-
| | | `-- url-parse-lax@3.0.0
|
|
442
|
-
| | | `-- prepend-http@2.0.0
|
|
443
|
-
| | +-- registry-auth-token@4.2.0
|
|
444
|
-
| | | `-- rc@1.2.8
|
|
445
|
-
| | | +-- deep-extend@0.6.0
|
|
446
|
-
| | | +-- ini@1.3.5 deduped
|
|
447
|
-
| | | +-- minimist@1.2.5 deduped
|
|
448
|
-
| | | `-- strip-json-comments@2.0.1 deduped
|
|
449
|
-
| | +-- registry-url@5.1.0
|
|
450
|
-
| | | `-- rc@1.2.8 deduped
|
|
451
|
-
| | `-- semver@6.3.0
|
|
452
|
-
| +-- pupa@2.0.1
|
|
453
|
-
| | `-- escape-goat@2.1.1
|
|
454
|
-
| +-- semver-diff@3.1.1
|
|
455
|
-
| | `-- semver@6.3.0
|
|
456
|
-
| `-- xdg-basedir@4.0.0
|
|
457
|
-
+-- pug@2.0.4
|
|
458
|
-
| +-- pug-code-gen@2.0.2
|
|
459
|
-
| | +-- constantinople@3.1.2
|
|
460
|
-
| | | +-- @types/babel-types@7.0.8
|
|
461
|
-
| | | +-- @types/babylon@6.16.5
|
|
462
|
-
| | | | `-- @types/babel-types@7.0.8 deduped
|
|
463
|
-
| | | +-- babel-types@6.26.0
|
|
464
|
-
| | | | +-- babel-runtime@6.26.0
|
|
465
|
-
| | | | | +-- core-js@2.6.11
|
|
466
|
-
| | | | | `-- regenerator-runtime@0.11.1
|
|
467
|
-
| | | | +-- esutils@2.0.3
|
|
468
|
-
| | | | +-- lodash@4.17.15 deduped
|
|
469
|
-
| | | | `-- to-fast-properties@1.0.3
|
|
470
|
-
| | | `-- babylon@6.18.0
|
|
471
|
-
| | +-- doctypes@1.1.0
|
|
472
|
-
| | +-- js-stringify@1.0.2
|
|
473
|
-
| | +-- pug-attrs@2.0.4
|
|
474
|
-
| | | +-- constantinople@3.1.2 deduped
|
|
475
|
-
| | | +-- js-stringify@1.0.2 deduped
|
|
476
|
-
| | | `-- pug-runtime@2.0.5 deduped
|
|
477
|
-
| | +-- pug-error@1.3.3
|
|
478
|
-
| | +-- pug-runtime@2.0.5 deduped
|
|
479
|
-
| | +-- void-elements@2.0.1
|
|
480
|
-
| | `-- with@5.1.1
|
|
481
|
-
| | +-- acorn@3.3.0
|
|
482
|
-
| | `-- acorn-globals@3.1.0
|
|
483
|
-
| | `-- acorn@4.0.13
|
|
484
|
-
| +-- pug-filters@3.1.1
|
|
485
|
-
| | +-- clean-css@4.2.3
|
|
486
|
-
| | | `-- source-map@0.6.1 deduped
|
|
487
|
-
| | +-- constantinople@3.1.2 deduped
|
|
488
|
-
| | +-- jstransformer@1.0.0
|
|
489
|
-
| | | +-- is-promise@2.2.2
|
|
490
|
-
| | | `-- promise@7.3.1
|
|
491
|
-
| | | `-- asap@2.0.6
|
|
492
|
-
| | +-- pug-error@1.3.3 deduped
|
|
493
|
-
| | +-- pug-walk@1.1.8
|
|
494
|
-
| | +-- resolve@1.17.0
|
|
495
|
-
| | | `-- path-parse@1.0.6
|
|
496
|
-
| | `-- uglify-js@2.8.29
|
|
497
|
-
| | +-- source-map@0.5.7
|
|
498
|
-
| | +-- uglify-to-browserify@1.0.2
|
|
499
|
-
| | `-- yargs@3.10.0
|
|
500
|
-
| | +-- camelcase@1.2.1
|
|
501
|
-
| | +-- cliui@2.1.0
|
|
502
|
-
| | | +-- center-align@0.1.3
|
|
503
|
-
| | | | +-- align-text@0.1.4
|
|
504
|
-
| | | | | +-- kind-of@3.2.2
|
|
505
|
-
| | | | | | `-- is-buffer@1.1.6
|
|
506
|
-
| | | | | +-- longest@1.0.1
|
|
507
|
-
| | | | | `-- repeat-string@1.6.1
|
|
508
|
-
| | | | `-- lazy-cache@1.0.4
|
|
509
|
-
| | | +-- right-align@0.1.3
|
|
510
|
-
| | | | `-- align-text@0.1.4 deduped
|
|
511
|
-
| | | `-- wordwrap@0.0.2
|
|
512
|
-
| | +-- decamelize@1.2.0 deduped
|
|
513
|
-
| | `-- window-size@0.1.0
|
|
514
|
-
| +-- pug-lexer@4.1.0
|
|
515
|
-
| | +-- character-parser@2.2.0
|
|
516
|
-
| | | `-- is-regex@1.1.0
|
|
517
|
-
| | | `-- has-symbols@1.0.1 deduped
|
|
518
|
-
| | +-- is-expression@3.0.0
|
|
519
|
-
| | | +-- acorn@4.0.13
|
|
520
|
-
| | | `-- object-assign@4.1.1 deduped
|
|
521
|
-
| | `-- pug-error@1.3.3 deduped
|
|
522
|
-
| +-- pug-linker@3.0.6
|
|
523
|
-
| | +-- pug-error@1.3.3 deduped
|
|
524
|
-
| | `-- pug-walk@1.1.8 deduped
|
|
525
|
-
| +-- pug-load@2.0.12
|
|
526
|
-
| | +-- object-assign@4.1.1
|
|
527
|
-
| | `-- pug-walk@1.1.8 deduped
|
|
528
|
-
| +-- pug-parser@5.0.1
|
|
529
|
-
| | +-- pug-error@1.3.3 deduped
|
|
530
|
-
| | `-- token-stream@0.0.1
|
|
531
|
-
| +-- pug-runtime@2.0.5
|
|
532
|
-
| `-- pug-strip-comments@1.0.4
|
|
533
|
-
| `-- pug-error@1.3.3 deduped
|
|
534
|
-
+-- ts-node@8.10.2
|
|
535
|
-
| +-- arg@4.1.3
|
|
536
|
-
| +-- diff@4.0.2
|
|
537
|
-
| +-- make-error@1.3.6
|
|
538
|
-
| +-- source-map-support@0.5.19
|
|
539
|
-
| | +-- buffer-from@1.1.1
|
|
540
|
-
| | `-- source-map@0.6.1
|
|
541
|
-
| `-- yn@3.1.1
|
|
542
|
-
+-- typedoc@0.17.7
|
|
543
|
-
| +-- fs-extra@8.1.0
|
|
544
|
-
| | +-- graceful-fs@4.2.4
|
|
545
|
-
| | +-- jsonfile@4.0.0
|
|
546
|
-
| | | `-- graceful-fs@4.2.4 deduped
|
|
547
|
-
| | `-- universalify@0.1.2
|
|
548
|
-
| +-- handlebars@4.7.6
|
|
549
|
-
| | +-- minimist@1.2.5 deduped
|
|
550
|
-
| | +-- neo-async@2.6.1
|
|
551
|
-
| | +-- source-map@0.6.1 deduped
|
|
552
|
-
| | +-- uglify-js@3.9.4
|
|
553
|
-
| | | `-- commander@2.20.3
|
|
554
|
-
| | `-- wordwrap@1.0.0
|
|
555
|
-
| +-- highlight.js@10.1.1
|
|
556
|
-
| +-- lodash@4.17.15 deduped
|
|
557
|
-
| +-- lunr@2.3.8
|
|
558
|
-
| +-- marked@1.0.0
|
|
559
|
-
| +-- minimatch@3.0.4 deduped
|
|
560
|
-
| +-- progress@2.0.3
|
|
561
|
-
| +-- shelljs@0.8.4
|
|
562
|
-
| | +-- glob@7.1.3 deduped
|
|
563
|
-
| | +-- interpret@1.4.0
|
|
564
|
-
| | `-- rechoir@0.6.2
|
|
565
|
-
| | `-- resolve@1.17.0 deduped
|
|
566
|
-
| `-- typedoc-default-themes@0.10.1
|
|
567
|
-
| `-- lunr@2.3.8 deduped
|
|
568
|
-
+-- typedoc-plugin-markdown@2.3.1
|
|
569
|
-
| +-- fs-extra@9.0.1
|
|
570
|
-
| | +-- at-least-node@1.0.0
|
|
571
|
-
| | +-- graceful-fs@4.2.4 deduped
|
|
572
|
-
| | +-- jsonfile@6.0.1
|
|
573
|
-
| | | +-- graceful-fs@4.2.4 deduped
|
|
574
|
-
| | | `-- universalify@1.0.0 deduped
|
|
575
|
-
| | `-- universalify@1.0.0
|
|
576
|
-
| `-- handlebars@4.7.6 deduped
|
|
577
|
-
+-- typescript@3.9.3
|
|
578
|
-
`-- uuid@8.2.0
|
|
579
|
-
|
package/test.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/test.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"test.js","sourceRoot":"","sources":["test.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,6CAA0C;AAG1C,SAAe,IAAI;;QACf,MAAM,MAAM,GAAG,IAAI,uBAAU,CAAC,uBAAuB,EAAE,EAAE,CAAC,CAAC;QAC3D,MAAM,GAAG,GAAE,MAAM,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,CAAC;QACzE,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IAErB,CAAC;CAAA"}
|