@sap/async-xsjs 2.0.7 → 2.0.9
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/CHANGELOG.md +14 -0
- package/README.md +2 -0
- package/npm-shrinkwrap.json +402 -1131
- package/package.json +3 -3
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap/async-xsjs",
|
|
3
|
-
"version": "2.0.
|
|
4
|
-
"lockfileVersion":
|
|
3
|
+
"version": "2.0.9",
|
|
4
|
+
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@sap/async-xsjs",
|
|
9
|
-
"version": "2.0.
|
|
9
|
+
"version": "2.0.9",
|
|
10
10
|
"license": "SEE LICENSE IN LICENSE file",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@sap/audit-logging": "^5.7.1",
|
|
13
13
|
"@sap/e2e-trace": "^5.3.0",
|
|
14
14
|
"@sap/hana-client": "2.22.32",
|
|
15
|
-
"@sap/hdbext": "8.0
|
|
15
|
+
"@sap/hdbext": "8.1.0",
|
|
16
16
|
"@sap/instance-manager": "^5.2.1",
|
|
17
17
|
"@sap/jobs-client": "^1.8.5",
|
|
18
18
|
"@sap/logging": "^8.3.0",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"content-type": "1.0.5",
|
|
33
33
|
"cookie": "1.0.2",
|
|
34
34
|
"cookie-parser": "1.4.7",
|
|
35
|
-
"express": "4.21.
|
|
35
|
+
"express": "4.21.2",
|
|
36
36
|
"lodash": "4.17.21",
|
|
37
37
|
"media-typer": "0.3.0",
|
|
38
38
|
"moment": "2.29.4",
|
|
@@ -52,6 +52,7 @@
|
|
|
52
52
|
},
|
|
53
53
|
"node_modules/@sap/audit-logging": {
|
|
54
54
|
"version": "5.8.4",
|
|
55
|
+
"license": "SEE LICENSE IN LICENSE file",
|
|
55
56
|
"dependencies": {
|
|
56
57
|
"@sap/xssec": "^3.6.1",
|
|
57
58
|
"debug": "4.3.4",
|
|
@@ -66,6 +67,7 @@
|
|
|
66
67
|
},
|
|
67
68
|
"node_modules/@sap/e2e-trace": {
|
|
68
69
|
"version": "5.3.0",
|
|
70
|
+
"license": "SEE LICENSE IN LICENSE file",
|
|
69
71
|
"dependencies": {
|
|
70
72
|
"request-stats": "3.0.0"
|
|
71
73
|
},
|
|
@@ -76,6 +78,7 @@
|
|
|
76
78
|
"node_modules/@sap/hana-client": {
|
|
77
79
|
"version": "2.22.32",
|
|
78
80
|
"hasInstallScript": true,
|
|
81
|
+
"license": "SEE LICENSE IN developer-license-3_2.txt",
|
|
79
82
|
"dependencies": {
|
|
80
83
|
"debug": "3.1.0"
|
|
81
84
|
},
|
|
@@ -85,18 +88,21 @@
|
|
|
85
88
|
},
|
|
86
89
|
"node_modules/@sap/hana-client/node_modules/debug": {
|
|
87
90
|
"version": "3.1.0",
|
|
91
|
+
"license": "MIT",
|
|
88
92
|
"dependencies": {
|
|
89
93
|
"ms": "2.0.0"
|
|
90
94
|
}
|
|
91
95
|
},
|
|
92
96
|
"node_modules/@sap/hana-client/node_modules/ms": {
|
|
93
|
-
"version": "2.0.0"
|
|
97
|
+
"version": "2.0.0",
|
|
98
|
+
"license": "MIT"
|
|
94
99
|
},
|
|
95
100
|
"node_modules/@sap/hdbext": {
|
|
96
|
-
"version": "8.0
|
|
101
|
+
"version": "8.1.0",
|
|
102
|
+
"license": "SEE LICENSE IN LICENSE file",
|
|
97
103
|
"dependencies": {
|
|
98
104
|
"@sap/e2e-trace": "^4.1.0",
|
|
99
|
-
"@sap/hana-client": "2.
|
|
105
|
+
"@sap/hana-client": "2.23.24",
|
|
100
106
|
"accept-language": "2.0.16",
|
|
101
107
|
"async": "3.2.6",
|
|
102
108
|
"debug": "4.3.1",
|
|
@@ -109,6 +115,7 @@
|
|
|
109
115
|
},
|
|
110
116
|
"node_modules/@sap/hdbext/node_modules/@sap/e2e-trace": {
|
|
111
117
|
"version": "4.1.0",
|
|
118
|
+
"license": "SEE LICENSE IN LICENSE file",
|
|
112
119
|
"dependencies": {
|
|
113
120
|
"request-stats": "3.0.0"
|
|
114
121
|
},
|
|
@@ -117,8 +124,9 @@
|
|
|
117
124
|
}
|
|
118
125
|
},
|
|
119
126
|
"node_modules/@sap/hdbext/node_modules/@sap/hana-client": {
|
|
120
|
-
"version": "2.
|
|
127
|
+
"version": "2.23.24",
|
|
121
128
|
"hasInstallScript": true,
|
|
129
|
+
"license": "SEE LICENSE IN developer-license-3_2.txt",
|
|
122
130
|
"dependencies": {
|
|
123
131
|
"debug": "3.1.0"
|
|
124
132
|
},
|
|
@@ -128,15 +136,18 @@
|
|
|
128
136
|
},
|
|
129
137
|
"node_modules/@sap/hdbext/node_modules/@sap/hana-client/node_modules/debug": {
|
|
130
138
|
"version": "3.1.0",
|
|
139
|
+
"license": "MIT",
|
|
131
140
|
"dependencies": {
|
|
132
141
|
"ms": "2.0.0"
|
|
133
142
|
}
|
|
134
143
|
},
|
|
135
144
|
"node_modules/@sap/hdbext/node_modules/@sap/hana-client/node_modules/ms": {
|
|
136
|
-
"version": "2.0.0"
|
|
145
|
+
"version": "2.0.0",
|
|
146
|
+
"license": "MIT"
|
|
137
147
|
},
|
|
138
148
|
"node_modules/@sap/hdbext/node_modules/debug": {
|
|
139
149
|
"version": "4.3.1",
|
|
150
|
+
"license": "MIT",
|
|
140
151
|
"dependencies": {
|
|
141
152
|
"ms": "2.1.2"
|
|
142
153
|
},
|
|
@@ -154,6 +165,7 @@
|
|
|
154
165
|
"engines": [
|
|
155
166
|
"node >=0.6.0"
|
|
156
167
|
],
|
|
168
|
+
"license": "MIT",
|
|
157
169
|
"dependencies": {
|
|
158
170
|
"assert-plus": "^1.0.0",
|
|
159
171
|
"core-util-is": "1.0.2",
|
|
@@ -162,6 +174,7 @@
|
|
|
162
174
|
},
|
|
163
175
|
"node_modules/@sap/instance-manager": {
|
|
164
176
|
"version": "5.2.2",
|
|
177
|
+
"license": "SEE LICENSE IN LICENSE file",
|
|
165
178
|
"dependencies": {
|
|
166
179
|
"@sap/xssec": "^3.6.1",
|
|
167
180
|
"clone": "2.1.2",
|
|
@@ -176,6 +189,7 @@
|
|
|
176
189
|
},
|
|
177
190
|
"node_modules/@sap/instance-manager/node_modules/debug": {
|
|
178
191
|
"version": "4.3.7",
|
|
192
|
+
"license": "MIT",
|
|
179
193
|
"dependencies": {
|
|
180
194
|
"ms": "^2.1.3"
|
|
181
195
|
},
|
|
@@ -189,10 +203,12 @@
|
|
|
189
203
|
}
|
|
190
204
|
},
|
|
191
205
|
"node_modules/@sap/instance-manager/node_modules/ms": {
|
|
192
|
-
"version": "2.1.3"
|
|
206
|
+
"version": "2.1.3",
|
|
207
|
+
"license": "MIT"
|
|
193
208
|
},
|
|
194
209
|
"node_modules/@sap/jobs-client": {
|
|
195
210
|
"version": "1.8.5",
|
|
211
|
+
"license": "SEE LICENSE IN LICENSE",
|
|
196
212
|
"dependencies": {
|
|
197
213
|
"@sap/xsenv": "4.2.0"
|
|
198
214
|
},
|
|
@@ -202,6 +218,7 @@
|
|
|
202
218
|
},
|
|
203
219
|
"node_modules/@sap/jobs-client/node_modules/@sap/xsenv": {
|
|
204
220
|
"version": "4.2.0",
|
|
221
|
+
"license": "SEE LICENSE IN LICENSE file",
|
|
205
222
|
"dependencies": {
|
|
206
223
|
"debug": "4.3.3",
|
|
207
224
|
"node-cache": "^5.1.0",
|
|
@@ -213,6 +230,7 @@
|
|
|
213
230
|
},
|
|
214
231
|
"node_modules/@sap/jobs-client/node_modules/debug": {
|
|
215
232
|
"version": "4.3.3",
|
|
233
|
+
"license": "MIT",
|
|
216
234
|
"dependencies": {
|
|
217
235
|
"ms": "2.1.2"
|
|
218
236
|
},
|
|
@@ -230,6 +248,7 @@
|
|
|
230
248
|
"engines": [
|
|
231
249
|
"node >=0.6.0"
|
|
232
250
|
],
|
|
251
|
+
"license": "MIT",
|
|
233
252
|
"dependencies": {
|
|
234
253
|
"assert-plus": "^1.0.0",
|
|
235
254
|
"core-util-is": "1.0.2",
|
|
@@ -238,6 +257,7 @@
|
|
|
238
257
|
},
|
|
239
258
|
"node_modules/@sap/logging": {
|
|
240
259
|
"version": "8.3.0",
|
|
260
|
+
"license": "SEE LICENSE IN LICENSE file",
|
|
241
261
|
"dependencies": {
|
|
242
262
|
"@sap/e2e-trace": "^5.3.0",
|
|
243
263
|
"lodash": "4.17.21",
|
|
@@ -249,6 +269,7 @@
|
|
|
249
269
|
},
|
|
250
270
|
"node_modules/@sap/logging/node_modules/moment": {
|
|
251
271
|
"version": "2.30.1",
|
|
272
|
+
"license": "MIT",
|
|
252
273
|
"engines": {
|
|
253
274
|
"node": "*"
|
|
254
275
|
}
|
|
@@ -256,6 +277,7 @@
|
|
|
256
277
|
"node_modules/@sap/node-jwt": {
|
|
257
278
|
"version": "1.6.26",
|
|
258
279
|
"hasInstallScript": true,
|
|
280
|
+
"license": "SAP DEVELOPER LICENSE AGREEMENT",
|
|
259
281
|
"engines": {
|
|
260
282
|
"node": "<23.0.0"
|
|
261
283
|
}
|
|
@@ -263,18 +285,21 @@
|
|
|
263
285
|
"node_modules/@sap/node-vsi": {
|
|
264
286
|
"version": "1.4.30",
|
|
265
287
|
"hasInstallScript": true,
|
|
288
|
+
"license": "SAP DEVELOPER LICENSE AGREEMENT",
|
|
266
289
|
"engines": {
|
|
267
290
|
"node": "<23.0.0"
|
|
268
291
|
}
|
|
269
292
|
},
|
|
270
293
|
"node_modules/@sap/textbundle": {
|
|
271
294
|
"version": "5.3.0",
|
|
295
|
+
"license": "SEE LICENSE IN LICENSE file",
|
|
272
296
|
"engines": {
|
|
273
297
|
"node": "^18.0.0 || ^20.0.0 || ^22.0.0"
|
|
274
298
|
}
|
|
275
299
|
},
|
|
276
300
|
"node_modules/@sap/xsenv": {
|
|
277
301
|
"version": "5.4.0",
|
|
302
|
+
"license": "SEE LICENSE IN LICENSE file",
|
|
278
303
|
"dependencies": {
|
|
279
304
|
"debug": "4.3.7",
|
|
280
305
|
"node-cache": "^5.1.2",
|
|
@@ -286,6 +311,7 @@
|
|
|
286
311
|
},
|
|
287
312
|
"node_modules/@sap/xsenv/node_modules/debug": {
|
|
288
313
|
"version": "4.3.7",
|
|
314
|
+
"license": "MIT",
|
|
289
315
|
"dependencies": {
|
|
290
316
|
"ms": "^2.1.3"
|
|
291
317
|
},
|
|
@@ -299,10 +325,12 @@
|
|
|
299
325
|
}
|
|
300
326
|
},
|
|
301
327
|
"node_modules/@sap/xsenv/node_modules/ms": {
|
|
302
|
-
"version": "2.1.3"
|
|
328
|
+
"version": "2.1.3",
|
|
329
|
+
"license": "MIT"
|
|
303
330
|
},
|
|
304
331
|
"node_modules/@sap/xsodata": {
|
|
305
332
|
"version": "8.2.0",
|
|
333
|
+
"license": "SEE LICENSE IN developer-license-3.1.txt",
|
|
306
334
|
"dependencies": {
|
|
307
335
|
"@sap/xsenv": "5.3.0",
|
|
308
336
|
"@sap/xssec": "3.6.0",
|
|
@@ -321,6 +349,7 @@
|
|
|
321
349
|
},
|
|
322
350
|
"node_modules/@sap/xsodata/node_modules/@sap/xsenv": {
|
|
323
351
|
"version": "5.3.0",
|
|
352
|
+
"license": "SEE LICENSE IN LICENSE file",
|
|
324
353
|
"dependencies": {
|
|
325
354
|
"debug": "4.3.7",
|
|
326
355
|
"node-cache": "^5.1.2",
|
|
@@ -332,6 +361,7 @@
|
|
|
332
361
|
},
|
|
333
362
|
"node_modules/@sap/xsodata/node_modules/@sap/xssec": {
|
|
334
363
|
"version": "3.6.0",
|
|
364
|
+
"license": "SAP DEVELOPER LICENSE AGREEMENT",
|
|
335
365
|
"dependencies": {
|
|
336
366
|
"axios": "^1.6",
|
|
337
367
|
"debug": "^4.3.4",
|
|
@@ -344,6 +374,7 @@
|
|
|
344
374
|
},
|
|
345
375
|
"node_modules/@sap/xsodata/node_modules/debug": {
|
|
346
376
|
"version": "4.3.7",
|
|
377
|
+
"license": "MIT",
|
|
347
378
|
"dependencies": {
|
|
348
379
|
"ms": "^2.1.3"
|
|
349
380
|
},
|
|
@@ -357,16 +388,19 @@
|
|
|
357
388
|
}
|
|
358
389
|
},
|
|
359
390
|
"node_modules/@sap/xsodata/node_modules/ms": {
|
|
360
|
-
"version": "2.1.3"
|
|
391
|
+
"version": "2.1.3",
|
|
392
|
+
"license": "MIT"
|
|
361
393
|
},
|
|
362
394
|
"node_modules/@sap/xss-secure": {
|
|
363
395
|
"version": "5.2.0",
|
|
396
|
+
"license": "SEE LICENSE IN LICENSE file",
|
|
364
397
|
"engines": {
|
|
365
398
|
"node": "^18.0.0 || ^20.0.0 || ^22.0.0"
|
|
366
399
|
}
|
|
367
400
|
},
|
|
368
401
|
"node_modules/@sap/xssec": {
|
|
369
402
|
"version": "3.6.1",
|
|
403
|
+
"license": "SAP DEVELOPER LICENSE AGREEMENT",
|
|
370
404
|
"dependencies": {
|
|
371
405
|
"axios": "^1.6",
|
|
372
406
|
"debug": "^4.3.4",
|
|
@@ -379,12 +413,14 @@
|
|
|
379
413
|
},
|
|
380
414
|
"node_modules/accept-language": {
|
|
381
415
|
"version": "2.0.16",
|
|
416
|
+
"license": "MIT",
|
|
382
417
|
"dependencies": {
|
|
383
418
|
"bcp47": "^1.1.2"
|
|
384
419
|
}
|
|
385
420
|
},
|
|
386
421
|
"node_modules/accepts": {
|
|
387
422
|
"version": "1.3.8",
|
|
423
|
+
"license": "MIT",
|
|
388
424
|
"dependencies": {
|
|
389
425
|
"mime-types": "~2.1.34",
|
|
390
426
|
"negotiator": "0.6.3"
|
|
@@ -394,28 +430,34 @@
|
|
|
394
430
|
}
|
|
395
431
|
},
|
|
396
432
|
"node_modules/array-flatten": {
|
|
397
|
-
"version": "1.1.1"
|
|
433
|
+
"version": "1.1.1",
|
|
434
|
+
"license": "MIT"
|
|
398
435
|
},
|
|
399
436
|
"node_modules/asn1": {
|
|
400
437
|
"version": "0.2.6",
|
|
438
|
+
"license": "MIT",
|
|
401
439
|
"dependencies": {
|
|
402
440
|
"safer-buffer": "~2.1.0"
|
|
403
441
|
}
|
|
404
442
|
},
|
|
405
443
|
"node_modules/assert-plus": {
|
|
406
444
|
"version": "1.0.0",
|
|
445
|
+
"license": "MIT",
|
|
407
446
|
"engines": {
|
|
408
447
|
"node": ">=0.8"
|
|
409
448
|
}
|
|
410
449
|
},
|
|
411
450
|
"node_modules/async": {
|
|
412
|
-
"version": "3.2.6"
|
|
451
|
+
"version": "3.2.6",
|
|
452
|
+
"license": "MIT"
|
|
413
453
|
},
|
|
414
454
|
"node_modules/asynckit": {
|
|
415
|
-
"version": "0.4.0"
|
|
455
|
+
"version": "0.4.0",
|
|
456
|
+
"license": "MIT"
|
|
416
457
|
},
|
|
417
458
|
"node_modules/axios": {
|
|
418
|
-
"version": "1.7.
|
|
459
|
+
"version": "1.7.9",
|
|
460
|
+
"license": "MIT",
|
|
419
461
|
"dependencies": {
|
|
420
462
|
"follow-redirects": "^1.15.6",
|
|
421
463
|
"form-data": "^4.0.0",
|
|
@@ -424,18 +466,25 @@
|
|
|
424
466
|
},
|
|
425
467
|
"node_modules/bcp47": {
|
|
426
468
|
"version": "1.1.2",
|
|
469
|
+
"license": "MIT",
|
|
427
470
|
"engines": {
|
|
428
471
|
"node": ">=0.10"
|
|
429
472
|
}
|
|
430
473
|
},
|
|
431
474
|
"node_modules/big.js": {
|
|
432
475
|
"version": "6.2.2",
|
|
476
|
+
"license": "MIT",
|
|
433
477
|
"engines": {
|
|
434
478
|
"node": "*"
|
|
479
|
+
},
|
|
480
|
+
"funding": {
|
|
481
|
+
"type": "opencollective",
|
|
482
|
+
"url": "https://opencollective.com/bigjs"
|
|
435
483
|
}
|
|
436
484
|
},
|
|
437
485
|
"node_modules/body-parser": {
|
|
438
486
|
"version": "1.20.3",
|
|
487
|
+
"license": "MIT",
|
|
439
488
|
"dependencies": {
|
|
440
489
|
"bytes": "3.1.2",
|
|
441
490
|
"content-type": "~1.0.5",
|
|
@@ -457,39 +506,56 @@
|
|
|
457
506
|
},
|
|
458
507
|
"node_modules/body-parser/node_modules/debug": {
|
|
459
508
|
"version": "2.6.9",
|
|
509
|
+
"license": "MIT",
|
|
460
510
|
"dependencies": {
|
|
461
511
|
"ms": "2.0.0"
|
|
462
512
|
}
|
|
463
513
|
},
|
|
464
514
|
"node_modules/body-parser/node_modules/ms": {
|
|
465
|
-
"version": "2.0.0"
|
|
515
|
+
"version": "2.0.0",
|
|
516
|
+
"license": "MIT"
|
|
466
517
|
},
|
|
467
518
|
"node_modules/buffer-crc32": {
|
|
468
519
|
"version": "0.2.13",
|
|
520
|
+
"license": "MIT",
|
|
469
521
|
"engines": {
|
|
470
522
|
"node": "*"
|
|
471
523
|
}
|
|
472
524
|
},
|
|
473
525
|
"node_modules/buffer-equal-constant-time": {
|
|
474
|
-
"version": "1.0.1"
|
|
526
|
+
"version": "1.0.1",
|
|
527
|
+
"license": "BSD-3-Clause"
|
|
475
528
|
},
|
|
476
529
|
"node_modules/bytes": {
|
|
477
530
|
"version": "3.1.2",
|
|
531
|
+
"license": "MIT",
|
|
478
532
|
"engines": {
|
|
479
533
|
"node": ">= 0.8"
|
|
480
534
|
}
|
|
481
535
|
},
|
|
482
|
-
"node_modules/call-bind": {
|
|
483
|
-
"version": "1.0.
|
|
536
|
+
"node_modules/call-bind-apply-helpers": {
|
|
537
|
+
"version": "1.0.1",
|
|
538
|
+
"license": "MIT",
|
|
484
539
|
"dependencies": {
|
|
485
|
-
"es-define-property": "^1.0.0",
|
|
486
540
|
"es-errors": "^1.3.0",
|
|
487
|
-
"function-bind": "^1.1.2"
|
|
488
|
-
|
|
489
|
-
|
|
541
|
+
"function-bind": "^1.1.2"
|
|
542
|
+
},
|
|
543
|
+
"engines": {
|
|
544
|
+
"node": ">= 0.4"
|
|
545
|
+
}
|
|
546
|
+
},
|
|
547
|
+
"node_modules/call-bound": {
|
|
548
|
+
"version": "1.0.3",
|
|
549
|
+
"license": "MIT",
|
|
550
|
+
"dependencies": {
|
|
551
|
+
"call-bind-apply-helpers": "^1.0.1",
|
|
552
|
+
"get-intrinsic": "^1.2.6"
|
|
490
553
|
},
|
|
491
554
|
"engines": {
|
|
492
555
|
"node": ">= 0.4"
|
|
556
|
+
},
|
|
557
|
+
"funding": {
|
|
558
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
493
559
|
}
|
|
494
560
|
},
|
|
495
561
|
"node_modules/callsite": {
|
|
@@ -500,12 +566,14 @@
|
|
|
500
566
|
},
|
|
501
567
|
"node_modules/clone": {
|
|
502
568
|
"version": "2.1.2",
|
|
569
|
+
"license": "MIT",
|
|
503
570
|
"engines": {
|
|
504
571
|
"node": ">=0.8"
|
|
505
572
|
}
|
|
506
573
|
},
|
|
507
574
|
"node_modules/combined-stream": {
|
|
508
575
|
"version": "1.0.8",
|
|
576
|
+
"license": "MIT",
|
|
509
577
|
"dependencies": {
|
|
510
578
|
"delayed-stream": "~1.0.0"
|
|
511
579
|
},
|
|
@@ -515,6 +583,7 @@
|
|
|
515
583
|
},
|
|
516
584
|
"node_modules/compressible": {
|
|
517
585
|
"version": "2.0.18",
|
|
586
|
+
"license": "MIT",
|
|
518
587
|
"dependencies": {
|
|
519
588
|
"mime-db": ">= 1.43.0 < 2"
|
|
520
589
|
},
|
|
@@ -524,6 +593,7 @@
|
|
|
524
593
|
},
|
|
525
594
|
"node_modules/compression": {
|
|
526
595
|
"version": "1.7.5",
|
|
596
|
+
"license": "MIT",
|
|
527
597
|
"dependencies": {
|
|
528
598
|
"bytes": "3.1.2",
|
|
529
599
|
"compressible": "~2.0.18",
|
|
@@ -539,21 +609,25 @@
|
|
|
539
609
|
},
|
|
540
610
|
"node_modules/compression/node_modules/debug": {
|
|
541
611
|
"version": "2.6.9",
|
|
612
|
+
"license": "MIT",
|
|
542
613
|
"dependencies": {
|
|
543
614
|
"ms": "2.0.0"
|
|
544
615
|
}
|
|
545
616
|
},
|
|
546
617
|
"node_modules/compression/node_modules/ms": {
|
|
547
|
-
"version": "2.0.0"
|
|
618
|
+
"version": "2.0.0",
|
|
619
|
+
"license": "MIT"
|
|
548
620
|
},
|
|
549
621
|
"node_modules/compression/node_modules/negotiator": {
|
|
550
622
|
"version": "0.6.4",
|
|
623
|
+
"license": "MIT",
|
|
551
624
|
"engines": {
|
|
552
625
|
"node": ">= 0.6"
|
|
553
626
|
}
|
|
554
627
|
},
|
|
555
628
|
"node_modules/content-disposition": {
|
|
556
629
|
"version": "0.5.4",
|
|
630
|
+
"license": "MIT",
|
|
557
631
|
"dependencies": {
|
|
558
632
|
"safe-buffer": "5.2.1"
|
|
559
633
|
},
|
|
@@ -563,18 +637,21 @@
|
|
|
563
637
|
},
|
|
564
638
|
"node_modules/content-type": {
|
|
565
639
|
"version": "1.0.5",
|
|
640
|
+
"license": "MIT",
|
|
566
641
|
"engines": {
|
|
567
642
|
"node": ">= 0.6"
|
|
568
643
|
}
|
|
569
644
|
},
|
|
570
645
|
"node_modules/cookie": {
|
|
571
646
|
"version": "1.0.2",
|
|
647
|
+
"license": "MIT",
|
|
572
648
|
"engines": {
|
|
573
649
|
"node": ">=18"
|
|
574
650
|
}
|
|
575
651
|
},
|
|
576
652
|
"node_modules/cookie-parser": {
|
|
577
653
|
"version": "1.4.7",
|
|
654
|
+
"license": "MIT",
|
|
578
655
|
"dependencies": {
|
|
579
656
|
"cookie": "0.7.2",
|
|
580
657
|
"cookie-signature": "1.0.6"
|
|
@@ -585,18 +662,22 @@
|
|
|
585
662
|
},
|
|
586
663
|
"node_modules/cookie-parser/node_modules/cookie": {
|
|
587
664
|
"version": "0.7.2",
|
|
665
|
+
"license": "MIT",
|
|
588
666
|
"engines": {
|
|
589
667
|
"node": ">= 0.6"
|
|
590
668
|
}
|
|
591
669
|
},
|
|
592
670
|
"node_modules/cookie-signature": {
|
|
593
|
-
"version": "1.0.6"
|
|
671
|
+
"version": "1.0.6",
|
|
672
|
+
"license": "MIT"
|
|
594
673
|
},
|
|
595
674
|
"node_modules/core-util-is": {
|
|
596
|
-
"version": "1.0.2"
|
|
675
|
+
"version": "1.0.2",
|
|
676
|
+
"license": "MIT"
|
|
597
677
|
},
|
|
598
678
|
"node_modules/debug": {
|
|
599
679
|
"version": "4.3.4",
|
|
680
|
+
"license": "MIT",
|
|
600
681
|
"dependencies": {
|
|
601
682
|
"ms": "2.1.2"
|
|
602
683
|
},
|
|
@@ -609,77 +690,96 @@
|
|
|
609
690
|
}
|
|
610
691
|
}
|
|
611
692
|
},
|
|
612
|
-
"node_modules/define-data-property": {
|
|
613
|
-
"version": "1.1.4",
|
|
614
|
-
"dependencies": {
|
|
615
|
-
"es-define-property": "^1.0.0",
|
|
616
|
-
"es-errors": "^1.3.0",
|
|
617
|
-
"gopd": "^1.0.1"
|
|
618
|
-
},
|
|
619
|
-
"engines": {
|
|
620
|
-
"node": ">= 0.4"
|
|
621
|
-
}
|
|
622
|
-
},
|
|
623
693
|
"node_modules/delayed-stream": {
|
|
624
694
|
"version": "1.0.0",
|
|
695
|
+
"license": "MIT",
|
|
625
696
|
"engines": {
|
|
626
697
|
"node": ">=0.4.0"
|
|
627
698
|
}
|
|
628
699
|
},
|
|
629
700
|
"node_modules/depd": {
|
|
630
701
|
"version": "2.0.0",
|
|
702
|
+
"license": "MIT",
|
|
631
703
|
"engines": {
|
|
632
704
|
"node": ">= 0.8"
|
|
633
705
|
}
|
|
634
706
|
},
|
|
635
707
|
"node_modules/destroy": {
|
|
636
708
|
"version": "1.2.0",
|
|
709
|
+
"license": "MIT",
|
|
637
710
|
"engines": {
|
|
638
711
|
"node": ">= 0.8",
|
|
639
712
|
"npm": "1.2.8000 || >= 1.4.16"
|
|
640
713
|
}
|
|
641
714
|
},
|
|
715
|
+
"node_modules/dunder-proto": {
|
|
716
|
+
"version": "1.0.1",
|
|
717
|
+
"license": "MIT",
|
|
718
|
+
"dependencies": {
|
|
719
|
+
"call-bind-apply-helpers": "^1.0.1",
|
|
720
|
+
"es-errors": "^1.3.0",
|
|
721
|
+
"gopd": "^1.2.0"
|
|
722
|
+
},
|
|
723
|
+
"engines": {
|
|
724
|
+
"node": ">= 0.4"
|
|
725
|
+
}
|
|
726
|
+
},
|
|
642
727
|
"node_modules/ecdsa-sig-formatter": {
|
|
643
728
|
"version": "1.0.11",
|
|
729
|
+
"license": "Apache-2.0",
|
|
644
730
|
"dependencies": {
|
|
645
731
|
"safe-buffer": "^5.0.1"
|
|
646
732
|
}
|
|
647
733
|
},
|
|
648
734
|
"node_modules/ee-first": {
|
|
649
|
-
"version": "1.1.1"
|
|
735
|
+
"version": "1.1.1",
|
|
736
|
+
"license": "MIT"
|
|
650
737
|
},
|
|
651
738
|
"node_modules/encodeurl": {
|
|
652
739
|
"version": "2.0.0",
|
|
740
|
+
"license": "MIT",
|
|
653
741
|
"engines": {
|
|
654
742
|
"node": ">= 0.8"
|
|
655
743
|
}
|
|
656
744
|
},
|
|
657
745
|
"node_modules/es-define-property": {
|
|
658
|
-
"version": "1.0.
|
|
659
|
-
"
|
|
660
|
-
"get-intrinsic": "^1.2.4"
|
|
661
|
-
},
|
|
746
|
+
"version": "1.0.1",
|
|
747
|
+
"license": "MIT",
|
|
662
748
|
"engines": {
|
|
663
749
|
"node": ">= 0.4"
|
|
664
750
|
}
|
|
665
751
|
},
|
|
666
752
|
"node_modules/es-errors": {
|
|
667
753
|
"version": "1.3.0",
|
|
754
|
+
"license": "MIT",
|
|
755
|
+
"engines": {
|
|
756
|
+
"node": ">= 0.4"
|
|
757
|
+
}
|
|
758
|
+
},
|
|
759
|
+
"node_modules/es-object-atoms": {
|
|
760
|
+
"version": "1.0.0",
|
|
761
|
+
"license": "MIT",
|
|
762
|
+
"dependencies": {
|
|
763
|
+
"es-errors": "^1.3.0"
|
|
764
|
+
},
|
|
668
765
|
"engines": {
|
|
669
766
|
"node": ">= 0.4"
|
|
670
767
|
}
|
|
671
768
|
},
|
|
672
769
|
"node_modules/escape-html": {
|
|
673
|
-
"version": "1.0.3"
|
|
770
|
+
"version": "1.0.3",
|
|
771
|
+
"license": "MIT"
|
|
674
772
|
},
|
|
675
773
|
"node_modules/etag": {
|
|
676
774
|
"version": "1.8.1",
|
|
775
|
+
"license": "MIT",
|
|
677
776
|
"engines": {
|
|
678
777
|
"node": ">= 0.6"
|
|
679
778
|
}
|
|
680
779
|
},
|
|
681
780
|
"node_modules/express": {
|
|
682
|
-
"version": "4.21.
|
|
781
|
+
"version": "4.21.2",
|
|
782
|
+
"license": "MIT",
|
|
683
783
|
"dependencies": {
|
|
684
784
|
"accepts": "~1.3.8",
|
|
685
785
|
"array-flatten": "1.1.1",
|
|
@@ -700,7 +800,7 @@
|
|
|
700
800
|
"methods": "~1.1.2",
|
|
701
801
|
"on-finished": "2.4.1",
|
|
702
802
|
"parseurl": "~1.3.3",
|
|
703
|
-
"path-to-regexp": "0.1.
|
|
803
|
+
"path-to-regexp": "0.1.12",
|
|
704
804
|
"proxy-addr": "~2.0.7",
|
|
705
805
|
"qs": "6.13.0",
|
|
706
806
|
"range-parser": "~1.2.1",
|
|
@@ -715,25 +815,33 @@
|
|
|
715
815
|
},
|
|
716
816
|
"engines": {
|
|
717
817
|
"node": ">= 0.10.0"
|
|
818
|
+
},
|
|
819
|
+
"funding": {
|
|
820
|
+
"type": "opencollective",
|
|
821
|
+
"url": "https://opencollective.com/express"
|
|
718
822
|
}
|
|
719
823
|
},
|
|
720
824
|
"node_modules/express/node_modules/cookie": {
|
|
721
825
|
"version": "0.7.1",
|
|
826
|
+
"license": "MIT",
|
|
722
827
|
"engines": {
|
|
723
828
|
"node": ">= 0.6"
|
|
724
829
|
}
|
|
725
830
|
},
|
|
726
831
|
"node_modules/express/node_modules/debug": {
|
|
727
832
|
"version": "2.6.9",
|
|
833
|
+
"license": "MIT",
|
|
728
834
|
"dependencies": {
|
|
729
835
|
"ms": "2.0.0"
|
|
730
836
|
}
|
|
731
837
|
},
|
|
732
838
|
"node_modules/express/node_modules/ms": {
|
|
733
|
-
"version": "2.0.0"
|
|
839
|
+
"version": "2.0.0",
|
|
840
|
+
"license": "MIT"
|
|
734
841
|
},
|
|
735
842
|
"node_modules/express/node_modules/statuses": {
|
|
736
843
|
"version": "2.0.1",
|
|
844
|
+
"license": "MIT",
|
|
737
845
|
"engines": {
|
|
738
846
|
"node": ">= 0.8"
|
|
739
847
|
}
|
|
@@ -742,13 +850,16 @@
|
|
|
742
850
|
"version": "1.4.1",
|
|
743
851
|
"engines": [
|
|
744
852
|
"node >=0.6.0"
|
|
745
|
-
]
|
|
853
|
+
],
|
|
854
|
+
"license": "MIT"
|
|
746
855
|
},
|
|
747
856
|
"node_modules/fetch-retry": {
|
|
748
|
-
"version": "4.1.0"
|
|
857
|
+
"version": "4.1.0",
|
|
858
|
+
"license": "MIT"
|
|
749
859
|
},
|
|
750
860
|
"node_modules/finalhandler": {
|
|
751
861
|
"version": "1.3.1",
|
|
862
|
+
"license": "MIT",
|
|
752
863
|
"dependencies": {
|
|
753
864
|
"debug": "2.6.9",
|
|
754
865
|
"encodeurl": "~2.0.0",
|
|
@@ -764,21 +875,31 @@
|
|
|
764
875
|
},
|
|
765
876
|
"node_modules/finalhandler/node_modules/debug": {
|
|
766
877
|
"version": "2.6.9",
|
|
878
|
+
"license": "MIT",
|
|
767
879
|
"dependencies": {
|
|
768
880
|
"ms": "2.0.0"
|
|
769
881
|
}
|
|
770
882
|
},
|
|
771
883
|
"node_modules/finalhandler/node_modules/ms": {
|
|
772
|
-
"version": "2.0.0"
|
|
884
|
+
"version": "2.0.0",
|
|
885
|
+
"license": "MIT"
|
|
773
886
|
},
|
|
774
887
|
"node_modules/finalhandler/node_modules/statuses": {
|
|
775
888
|
"version": "2.0.1",
|
|
889
|
+
"license": "MIT",
|
|
776
890
|
"engines": {
|
|
777
891
|
"node": ">= 0.8"
|
|
778
892
|
}
|
|
779
893
|
},
|
|
780
894
|
"node_modules/follow-redirects": {
|
|
781
895
|
"version": "1.15.9",
|
|
896
|
+
"funding": [
|
|
897
|
+
{
|
|
898
|
+
"type": "individual",
|
|
899
|
+
"url": "https://github.com/sponsors/RubenVerborgh"
|
|
900
|
+
}
|
|
901
|
+
],
|
|
902
|
+
"license": "MIT",
|
|
782
903
|
"engines": {
|
|
783
904
|
"node": ">=4.0"
|
|
784
905
|
},
|
|
@@ -790,6 +911,7 @@
|
|
|
790
911
|
},
|
|
791
912
|
"node_modules/form-data": {
|
|
792
913
|
"version": "4.0.1",
|
|
914
|
+
"license": "MIT",
|
|
793
915
|
"dependencies": {
|
|
794
916
|
"asynckit": "^0.4.0",
|
|
795
917
|
"combined-stream": "^1.0.8",
|
|
@@ -801,64 +923,70 @@
|
|
|
801
923
|
},
|
|
802
924
|
"node_modules/forwarded": {
|
|
803
925
|
"version": "0.2.0",
|
|
926
|
+
"license": "MIT",
|
|
804
927
|
"engines": {
|
|
805
928
|
"node": ">= 0.6"
|
|
806
929
|
}
|
|
807
930
|
},
|
|
808
931
|
"node_modules/fresh": {
|
|
809
932
|
"version": "0.5.2",
|
|
933
|
+
"license": "MIT",
|
|
810
934
|
"engines": {
|
|
811
935
|
"node": ">= 0.6"
|
|
812
936
|
}
|
|
813
937
|
},
|
|
814
938
|
"node_modules/function-bind": {
|
|
815
|
-
"version": "1.1.2"
|
|
939
|
+
"version": "1.1.2",
|
|
940
|
+
"license": "MIT",
|
|
941
|
+
"funding": {
|
|
942
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
943
|
+
}
|
|
816
944
|
},
|
|
817
945
|
"node_modules/get-intrinsic": {
|
|
818
|
-
"version": "1.2.
|
|
946
|
+
"version": "1.2.6",
|
|
947
|
+
"license": "MIT",
|
|
819
948
|
"dependencies": {
|
|
949
|
+
"call-bind-apply-helpers": "^1.0.1",
|
|
950
|
+
"dunder-proto": "^1.0.0",
|
|
951
|
+
"es-define-property": "^1.0.1",
|
|
820
952
|
"es-errors": "^1.3.0",
|
|
953
|
+
"es-object-atoms": "^1.0.0",
|
|
821
954
|
"function-bind": "^1.1.2",
|
|
822
|
-
"
|
|
823
|
-
"has-symbols": "^1.0
|
|
824
|
-
"hasown": "^2.0.
|
|
955
|
+
"gopd": "^1.2.0",
|
|
956
|
+
"has-symbols": "^1.1.0",
|
|
957
|
+
"hasown": "^2.0.2",
|
|
958
|
+
"math-intrinsics": "^1.0.0"
|
|
825
959
|
},
|
|
826
960
|
"engines": {
|
|
827
961
|
"node": ">= 0.4"
|
|
962
|
+
},
|
|
963
|
+
"funding": {
|
|
964
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
828
965
|
}
|
|
829
966
|
},
|
|
830
967
|
"node_modules/gopd": {
|
|
831
|
-
"version": "1.
|
|
832
|
-
"
|
|
833
|
-
"get-intrinsic": "^1.2.4"
|
|
834
|
-
},
|
|
968
|
+
"version": "1.2.0",
|
|
969
|
+
"license": "MIT",
|
|
835
970
|
"engines": {
|
|
836
971
|
"node": ">= 0.4"
|
|
837
|
-
}
|
|
838
|
-
},
|
|
839
|
-
"node_modules/has-property-descriptors": {
|
|
840
|
-
"version": "1.0.2",
|
|
841
|
-
"dependencies": {
|
|
842
|
-
"es-define-property": "^1.0.0"
|
|
843
|
-
}
|
|
844
|
-
},
|
|
845
|
-
"node_modules/has-proto": {
|
|
846
|
-
"version": "1.1.0",
|
|
847
|
-
"dependencies": {
|
|
848
|
-
"call-bind": "^1.0.7"
|
|
849
972
|
},
|
|
850
|
-
"
|
|
851
|
-
"
|
|
973
|
+
"funding": {
|
|
974
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
852
975
|
}
|
|
853
976
|
},
|
|
854
977
|
"node_modules/has-symbols": {
|
|
855
978
|
"version": "1.1.0",
|
|
979
|
+
"license": "MIT",
|
|
856
980
|
"engines": {
|
|
857
981
|
"node": ">= 0.4"
|
|
982
|
+
},
|
|
983
|
+
"funding": {
|
|
984
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
858
985
|
}
|
|
859
986
|
},
|
|
860
987
|
"node_modules/hasown": {
|
|
861
988
|
"version": "2.0.2",
|
|
989
|
+
"license": "MIT",
|
|
862
990
|
"dependencies": {
|
|
863
991
|
"function-bind": "^1.1.2"
|
|
864
992
|
},
|
|
@@ -868,6 +996,7 @@
|
|
|
868
996
|
},
|
|
869
997
|
"node_modules/hdb": {
|
|
870
998
|
"version": "0.19.10",
|
|
999
|
+
"license": "Apache-2.0",
|
|
871
1000
|
"dependencies": {
|
|
872
1001
|
"iconv-lite": "^0.4.18"
|
|
873
1002
|
},
|
|
@@ -877,6 +1006,7 @@
|
|
|
877
1006
|
},
|
|
878
1007
|
"node_modules/http-errors": {
|
|
879
1008
|
"version": "2.0.0",
|
|
1009
|
+
"license": "MIT",
|
|
880
1010
|
"dependencies": {
|
|
881
1011
|
"depd": "2.0.0",
|
|
882
1012
|
"inherits": "2.0.4",
|
|
@@ -890,18 +1020,21 @@
|
|
|
890
1020
|
},
|
|
891
1021
|
"node_modules/http-errors/node_modules/statuses": {
|
|
892
1022
|
"version": "2.0.1",
|
|
1023
|
+
"license": "MIT",
|
|
893
1024
|
"engines": {
|
|
894
1025
|
"node": ">= 0.8"
|
|
895
1026
|
}
|
|
896
1027
|
},
|
|
897
1028
|
"node_modules/http-headers": {
|
|
898
1029
|
"version": "3.0.2",
|
|
1030
|
+
"license": "MIT",
|
|
899
1031
|
"dependencies": {
|
|
900
1032
|
"next-line": "^1.1.0"
|
|
901
1033
|
}
|
|
902
1034
|
},
|
|
903
1035
|
"node_modules/iconv-lite": {
|
|
904
1036
|
"version": "0.4.24",
|
|
1037
|
+
"license": "MIT",
|
|
905
1038
|
"dependencies": {
|
|
906
1039
|
"safer-buffer": ">= 2.1.2 < 3"
|
|
907
1040
|
},
|
|
@@ -910,16 +1043,19 @@
|
|
|
910
1043
|
}
|
|
911
1044
|
},
|
|
912
1045
|
"node_modules/inherits": {
|
|
913
|
-
"version": "2.0.4"
|
|
1046
|
+
"version": "2.0.4",
|
|
1047
|
+
"license": "ISC"
|
|
914
1048
|
},
|
|
915
1049
|
"node_modules/ipaddr.js": {
|
|
916
1050
|
"version": "1.9.1",
|
|
1051
|
+
"license": "MIT",
|
|
917
1052
|
"engines": {
|
|
918
1053
|
"node": ">= 0.10"
|
|
919
1054
|
}
|
|
920
1055
|
},
|
|
921
1056
|
"node_modules/jsonwebtoken": {
|
|
922
1057
|
"version": "9.0.2",
|
|
1058
|
+
"license": "MIT",
|
|
923
1059
|
"dependencies": {
|
|
924
1060
|
"jws": "^3.2.2",
|
|
925
1061
|
"lodash.includes": "^4.3.0",
|
|
@@ -939,6 +1075,7 @@
|
|
|
939
1075
|
},
|
|
940
1076
|
"node_modules/jwa": {
|
|
941
1077
|
"version": "1.4.1",
|
|
1078
|
+
"license": "MIT",
|
|
942
1079
|
"dependencies": {
|
|
943
1080
|
"buffer-equal-constant-time": "1.0.1",
|
|
944
1081
|
"ecdsa-sig-formatter": "1.0.11",
|
|
@@ -947,59 +1084,83 @@
|
|
|
947
1084
|
},
|
|
948
1085
|
"node_modules/jws": {
|
|
949
1086
|
"version": "3.2.2",
|
|
1087
|
+
"license": "MIT",
|
|
950
1088
|
"dependencies": {
|
|
951
1089
|
"jwa": "^1.4.1",
|
|
952
1090
|
"safe-buffer": "^5.0.1"
|
|
953
1091
|
}
|
|
954
1092
|
},
|
|
955
1093
|
"node_modules/lodash": {
|
|
956
|
-
"version": "4.17.21"
|
|
1094
|
+
"version": "4.17.21",
|
|
1095
|
+
"license": "MIT"
|
|
957
1096
|
},
|
|
958
1097
|
"node_modules/lodash.includes": {
|
|
959
|
-
"version": "4.3.0"
|
|
1098
|
+
"version": "4.3.0",
|
|
1099
|
+
"license": "MIT"
|
|
960
1100
|
},
|
|
961
1101
|
"node_modules/lodash.isboolean": {
|
|
962
|
-
"version": "3.0.3"
|
|
1102
|
+
"version": "3.0.3",
|
|
1103
|
+
"license": "MIT"
|
|
963
1104
|
},
|
|
964
1105
|
"node_modules/lodash.isinteger": {
|
|
965
|
-
"version": "4.0.4"
|
|
1106
|
+
"version": "4.0.4",
|
|
1107
|
+
"license": "MIT"
|
|
966
1108
|
},
|
|
967
1109
|
"node_modules/lodash.isnumber": {
|
|
968
|
-
"version": "3.0.3"
|
|
1110
|
+
"version": "3.0.3",
|
|
1111
|
+
"license": "MIT"
|
|
969
1112
|
},
|
|
970
1113
|
"node_modules/lodash.isplainobject": {
|
|
971
|
-
"version": "4.0.6"
|
|
1114
|
+
"version": "4.0.6",
|
|
1115
|
+
"license": "MIT"
|
|
972
1116
|
},
|
|
973
1117
|
"node_modules/lodash.isstring": {
|
|
974
|
-
"version": "4.0.1"
|
|
1118
|
+
"version": "4.0.1",
|
|
1119
|
+
"license": "MIT"
|
|
975
1120
|
},
|
|
976
1121
|
"node_modules/lodash.once": {
|
|
977
|
-
"version": "4.1.1"
|
|
1122
|
+
"version": "4.1.1",
|
|
1123
|
+
"license": "MIT"
|
|
978
1124
|
},
|
|
979
1125
|
"node_modules/lru-cache": {
|
|
980
1126
|
"version": "4.1.5",
|
|
1127
|
+
"license": "ISC",
|
|
981
1128
|
"dependencies": {
|
|
982
1129
|
"pseudomap": "^1.0.2",
|
|
983
1130
|
"yallist": "^2.1.2"
|
|
984
1131
|
}
|
|
985
1132
|
},
|
|
1133
|
+
"node_modules/math-intrinsics": {
|
|
1134
|
+
"version": "1.0.0",
|
|
1135
|
+
"license": "MIT",
|
|
1136
|
+
"engines": {
|
|
1137
|
+
"node": ">= 0.4"
|
|
1138
|
+
}
|
|
1139
|
+
},
|
|
986
1140
|
"node_modules/media-typer": {
|
|
987
1141
|
"version": "0.3.0",
|
|
1142
|
+
"license": "MIT",
|
|
988
1143
|
"engines": {
|
|
989
1144
|
"node": ">= 0.6"
|
|
990
1145
|
}
|
|
991
1146
|
},
|
|
992
1147
|
"node_modules/merge-descriptors": {
|
|
993
|
-
"version": "1.0.3"
|
|
1148
|
+
"version": "1.0.3",
|
|
1149
|
+
"license": "MIT",
|
|
1150
|
+
"funding": {
|
|
1151
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1152
|
+
}
|
|
994
1153
|
},
|
|
995
1154
|
"node_modules/methods": {
|
|
996
1155
|
"version": "1.1.2",
|
|
1156
|
+
"license": "MIT",
|
|
997
1157
|
"engines": {
|
|
998
1158
|
"node": ">= 0.6"
|
|
999
1159
|
}
|
|
1000
1160
|
},
|
|
1001
1161
|
"node_modules/mime": {
|
|
1002
1162
|
"version": "1.6.0",
|
|
1163
|
+
"license": "MIT",
|
|
1003
1164
|
"bin": {
|
|
1004
1165
|
"mime": "cli.js"
|
|
1005
1166
|
},
|
|
@@ -1009,12 +1170,14 @@
|
|
|
1009
1170
|
},
|
|
1010
1171
|
"node_modules/mime-db": {
|
|
1011
1172
|
"version": "1.52.0",
|
|
1173
|
+
"license": "MIT",
|
|
1012
1174
|
"engines": {
|
|
1013
1175
|
"node": ">= 0.6"
|
|
1014
1176
|
}
|
|
1015
1177
|
},
|
|
1016
1178
|
"node_modules/mime-types": {
|
|
1017
1179
|
"version": "2.1.35",
|
|
1180
|
+
"license": "MIT",
|
|
1018
1181
|
"dependencies": {
|
|
1019
1182
|
"mime-db": "1.52.0"
|
|
1020
1183
|
},
|
|
@@ -1024,15 +1187,18 @@
|
|
|
1024
1187
|
},
|
|
1025
1188
|
"node_modules/moment": {
|
|
1026
1189
|
"version": "2.29.4",
|
|
1190
|
+
"license": "MIT",
|
|
1027
1191
|
"engines": {
|
|
1028
1192
|
"node": "*"
|
|
1029
1193
|
}
|
|
1030
1194
|
},
|
|
1031
1195
|
"node_modules/ms": {
|
|
1032
|
-
"version": "2.1.2"
|
|
1196
|
+
"version": "2.1.2",
|
|
1197
|
+
"license": "MIT"
|
|
1033
1198
|
},
|
|
1034
1199
|
"node_modules/multiparty": {
|
|
1035
1200
|
"version": "4.2.2",
|
|
1201
|
+
"license": "MIT",
|
|
1036
1202
|
"dependencies": {
|
|
1037
1203
|
"http-errors": "~1.8.0",
|
|
1038
1204
|
"safe-buffer": "5.2.1",
|
|
@@ -1044,12 +1210,14 @@
|
|
|
1044
1210
|
},
|
|
1045
1211
|
"node_modules/multiparty/node_modules/depd": {
|
|
1046
1212
|
"version": "1.1.2",
|
|
1213
|
+
"license": "MIT",
|
|
1047
1214
|
"engines": {
|
|
1048
1215
|
"node": ">= 0.6"
|
|
1049
1216
|
}
|
|
1050
1217
|
},
|
|
1051
1218
|
"node_modules/multiparty/node_modules/http-errors": {
|
|
1052
1219
|
"version": "1.8.1",
|
|
1220
|
+
"license": "MIT",
|
|
1053
1221
|
"dependencies": {
|
|
1054
1222
|
"depd": "~1.1.2",
|
|
1055
1223
|
"inherits": "2.0.4",
|
|
@@ -1063,21 +1231,25 @@
|
|
|
1063
1231
|
},
|
|
1064
1232
|
"node_modules/multiparty/node_modules/statuses": {
|
|
1065
1233
|
"version": "1.5.0",
|
|
1234
|
+
"license": "MIT",
|
|
1066
1235
|
"engines": {
|
|
1067
1236
|
"node": ">= 0.6"
|
|
1068
1237
|
}
|
|
1069
1238
|
},
|
|
1070
1239
|
"node_modules/negotiator": {
|
|
1071
1240
|
"version": "0.6.3",
|
|
1241
|
+
"license": "MIT",
|
|
1072
1242
|
"engines": {
|
|
1073
1243
|
"node": ">= 0.6"
|
|
1074
1244
|
}
|
|
1075
1245
|
},
|
|
1076
1246
|
"node_modules/next-line": {
|
|
1077
|
-
"version": "1.1.0"
|
|
1247
|
+
"version": "1.1.0",
|
|
1248
|
+
"license": "MIT"
|
|
1078
1249
|
},
|
|
1079
1250
|
"node_modules/node-cache": {
|
|
1080
1251
|
"version": "5.1.2",
|
|
1252
|
+
"license": "MIT",
|
|
1081
1253
|
"dependencies": {
|
|
1082
1254
|
"clone": "2.x"
|
|
1083
1255
|
},
|
|
@@ -1087,6 +1259,7 @@
|
|
|
1087
1259
|
},
|
|
1088
1260
|
"node_modules/node-fetch": {
|
|
1089
1261
|
"version": "2.7.0",
|
|
1262
|
+
"license": "MIT",
|
|
1090
1263
|
"dependencies": {
|
|
1091
1264
|
"whatwg-url": "^5.0.0"
|
|
1092
1265
|
},
|
|
@@ -1104,24 +1277,31 @@
|
|
|
1104
1277
|
},
|
|
1105
1278
|
"node_modules/node-rsa": {
|
|
1106
1279
|
"version": "1.1.1",
|
|
1280
|
+
"license": "MIT",
|
|
1107
1281
|
"dependencies": {
|
|
1108
1282
|
"asn1": "^0.2.4"
|
|
1109
1283
|
}
|
|
1110
1284
|
},
|
|
1111
1285
|
"node_modules/nodemailer": {
|
|
1112
1286
|
"version": "6.9.16",
|
|
1287
|
+
"license": "MIT-0",
|
|
1113
1288
|
"engines": {
|
|
1114
1289
|
"node": ">=6.0.0"
|
|
1115
1290
|
}
|
|
1116
1291
|
},
|
|
1117
1292
|
"node_modules/object-inspect": {
|
|
1118
1293
|
"version": "1.13.3",
|
|
1294
|
+
"license": "MIT",
|
|
1119
1295
|
"engines": {
|
|
1120
1296
|
"node": ">= 0.4"
|
|
1297
|
+
},
|
|
1298
|
+
"funding": {
|
|
1299
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
1121
1300
|
}
|
|
1122
1301
|
},
|
|
1123
1302
|
"node_modules/on-finished": {
|
|
1124
1303
|
"version": "2.4.1",
|
|
1304
|
+
"license": "MIT",
|
|
1125
1305
|
"dependencies": {
|
|
1126
1306
|
"ee-first": "1.1.1"
|
|
1127
1307
|
},
|
|
@@ -1131,24 +1311,28 @@
|
|
|
1131
1311
|
},
|
|
1132
1312
|
"node_modules/on-headers": {
|
|
1133
1313
|
"version": "1.0.2",
|
|
1314
|
+
"license": "MIT",
|
|
1134
1315
|
"engines": {
|
|
1135
1316
|
"node": ">= 0.8"
|
|
1136
1317
|
}
|
|
1137
1318
|
},
|
|
1138
1319
|
"node_modules/once": {
|
|
1139
1320
|
"version": "1.4.0",
|
|
1321
|
+
"license": "ISC",
|
|
1140
1322
|
"dependencies": {
|
|
1141
1323
|
"wrappy": "1"
|
|
1142
1324
|
}
|
|
1143
1325
|
},
|
|
1144
1326
|
"node_modules/parseurl": {
|
|
1145
1327
|
"version": "1.3.3",
|
|
1328
|
+
"license": "MIT",
|
|
1146
1329
|
"engines": {
|
|
1147
1330
|
"node": ">= 0.8"
|
|
1148
1331
|
}
|
|
1149
1332
|
},
|
|
1150
1333
|
"node_modules/passport": {
|
|
1151
1334
|
"version": "0.7.0",
|
|
1335
|
+
"license": "MIT",
|
|
1152
1336
|
"dependencies": {
|
|
1153
1337
|
"passport-strategy": "1.x.x",
|
|
1154
1338
|
"pause": "0.0.1",
|
|
@@ -1156,6 +1340,10 @@
|
|
|
1156
1340
|
},
|
|
1157
1341
|
"engines": {
|
|
1158
1342
|
"node": ">= 0.4.0"
|
|
1343
|
+
},
|
|
1344
|
+
"funding": {
|
|
1345
|
+
"type": "github",
|
|
1346
|
+
"url": "https://github.com/sponsors/jaredhanson"
|
|
1159
1347
|
}
|
|
1160
1348
|
},
|
|
1161
1349
|
"node_modules/passport-strategy": {
|
|
@@ -1165,16 +1353,19 @@
|
|
|
1165
1353
|
}
|
|
1166
1354
|
},
|
|
1167
1355
|
"node_modules/path-to-regexp": {
|
|
1168
|
-
"version": "0.1.
|
|
1356
|
+
"version": "0.1.12",
|
|
1357
|
+
"license": "MIT"
|
|
1169
1358
|
},
|
|
1170
1359
|
"node_modules/pause": {
|
|
1171
1360
|
"version": "0.0.1"
|
|
1172
1361
|
},
|
|
1173
1362
|
"node_modules/pend": {
|
|
1174
|
-
"version": "1.2.0"
|
|
1363
|
+
"version": "1.2.0",
|
|
1364
|
+
"license": "MIT"
|
|
1175
1365
|
},
|
|
1176
1366
|
"node_modules/proxy-addr": {
|
|
1177
1367
|
"version": "2.0.7",
|
|
1368
|
+
"license": "MIT",
|
|
1178
1369
|
"dependencies": {
|
|
1179
1370
|
"forwarded": "0.2.0",
|
|
1180
1371
|
"ipaddr.js": "1.9.1"
|
|
@@ -1184,34 +1375,43 @@
|
|
|
1184
1375
|
}
|
|
1185
1376
|
},
|
|
1186
1377
|
"node_modules/proxy-from-env": {
|
|
1187
|
-
"version": "1.1.0"
|
|
1378
|
+
"version": "1.1.0",
|
|
1379
|
+
"license": "MIT"
|
|
1188
1380
|
},
|
|
1189
1381
|
"node_modules/pseudomap": {
|
|
1190
|
-
"version": "1.0.2"
|
|
1382
|
+
"version": "1.0.2",
|
|
1383
|
+
"license": "ISC"
|
|
1191
1384
|
},
|
|
1192
1385
|
"node_modules/qs": {
|
|
1193
1386
|
"version": "6.13.0",
|
|
1387
|
+
"license": "BSD-3-Clause",
|
|
1194
1388
|
"dependencies": {
|
|
1195
1389
|
"side-channel": "^1.0.6"
|
|
1196
1390
|
},
|
|
1197
1391
|
"engines": {
|
|
1198
1392
|
"node": ">=0.6"
|
|
1393
|
+
},
|
|
1394
|
+
"funding": {
|
|
1395
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
1199
1396
|
}
|
|
1200
1397
|
},
|
|
1201
1398
|
"node_modules/random-bytes": {
|
|
1202
1399
|
"version": "1.0.0",
|
|
1400
|
+
"license": "MIT",
|
|
1203
1401
|
"engines": {
|
|
1204
1402
|
"node": ">= 0.8"
|
|
1205
1403
|
}
|
|
1206
1404
|
},
|
|
1207
1405
|
"node_modules/range-parser": {
|
|
1208
1406
|
"version": "1.2.1",
|
|
1407
|
+
"license": "MIT",
|
|
1209
1408
|
"engines": {
|
|
1210
1409
|
"node": ">= 0.6"
|
|
1211
1410
|
}
|
|
1212
1411
|
},
|
|
1213
1412
|
"node_modules/raw-body": {
|
|
1214
1413
|
"version": "2.5.2",
|
|
1414
|
+
"license": "MIT",
|
|
1215
1415
|
"dependencies": {
|
|
1216
1416
|
"bytes": "3.1.2",
|
|
1217
1417
|
"http-errors": "2.0.0",
|
|
@@ -1224,6 +1424,7 @@
|
|
|
1224
1424
|
},
|
|
1225
1425
|
"node_modules/request-stats": {
|
|
1226
1426
|
"version": "3.0.0",
|
|
1427
|
+
"license": "MIT",
|
|
1227
1428
|
"dependencies": {
|
|
1228
1429
|
"http-headers": "^3.0.1",
|
|
1229
1430
|
"once": "^1.4.0"
|
|
@@ -1233,19 +1434,38 @@
|
|
|
1233
1434
|
}
|
|
1234
1435
|
},
|
|
1235
1436
|
"node_modules/rwlock": {
|
|
1236
|
-
"version": "5.0.0"
|
|
1437
|
+
"version": "5.0.0",
|
|
1438
|
+
"license": "MIT"
|
|
1237
1439
|
},
|
|
1238
1440
|
"node_modules/safe-buffer": {
|
|
1239
|
-
"version": "5.2.1"
|
|
1441
|
+
"version": "5.2.1",
|
|
1442
|
+
"funding": [
|
|
1443
|
+
{
|
|
1444
|
+
"type": "github",
|
|
1445
|
+
"url": "https://github.com/sponsors/feross"
|
|
1446
|
+
},
|
|
1447
|
+
{
|
|
1448
|
+
"type": "patreon",
|
|
1449
|
+
"url": "https://www.patreon.com/feross"
|
|
1450
|
+
},
|
|
1451
|
+
{
|
|
1452
|
+
"type": "consulting",
|
|
1453
|
+
"url": "https://feross.org/support"
|
|
1454
|
+
}
|
|
1455
|
+
],
|
|
1456
|
+
"license": "MIT"
|
|
1240
1457
|
},
|
|
1241
1458
|
"node_modules/safer-buffer": {
|
|
1242
|
-
"version": "2.1.2"
|
|
1459
|
+
"version": "2.1.2",
|
|
1460
|
+
"license": "MIT"
|
|
1243
1461
|
},
|
|
1244
1462
|
"node_modules/sax": {
|
|
1245
|
-
"version": "1.4.1"
|
|
1463
|
+
"version": "1.4.1",
|
|
1464
|
+
"license": "ISC"
|
|
1246
1465
|
},
|
|
1247
1466
|
"node_modules/semver": {
|
|
1248
1467
|
"version": "7.6.3",
|
|
1468
|
+
"license": "ISC",
|
|
1249
1469
|
"bin": {
|
|
1250
1470
|
"semver": "bin/semver.js"
|
|
1251
1471
|
},
|
|
@@ -1255,6 +1475,7 @@
|
|
|
1255
1475
|
},
|
|
1256
1476
|
"node_modules/send": {
|
|
1257
1477
|
"version": "0.19.0",
|
|
1478
|
+
"license": "MIT",
|
|
1258
1479
|
"dependencies": {
|
|
1259
1480
|
"debug": "2.6.9",
|
|
1260
1481
|
"depd": "2.0.0",
|
|
@@ -1276,30 +1497,36 @@
|
|
|
1276
1497
|
},
|
|
1277
1498
|
"node_modules/send/node_modules/debug": {
|
|
1278
1499
|
"version": "2.6.9",
|
|
1500
|
+
"license": "MIT",
|
|
1279
1501
|
"dependencies": {
|
|
1280
1502
|
"ms": "2.0.0"
|
|
1281
1503
|
}
|
|
1282
1504
|
},
|
|
1283
1505
|
"node_modules/send/node_modules/debug/node_modules/ms": {
|
|
1284
|
-
"version": "2.0.0"
|
|
1506
|
+
"version": "2.0.0",
|
|
1507
|
+
"license": "MIT"
|
|
1285
1508
|
},
|
|
1286
1509
|
"node_modules/send/node_modules/encodeurl": {
|
|
1287
1510
|
"version": "1.0.2",
|
|
1511
|
+
"license": "MIT",
|
|
1288
1512
|
"engines": {
|
|
1289
1513
|
"node": ">= 0.8"
|
|
1290
1514
|
}
|
|
1291
1515
|
},
|
|
1292
1516
|
"node_modules/send/node_modules/ms": {
|
|
1293
|
-
"version": "2.1.3"
|
|
1517
|
+
"version": "2.1.3",
|
|
1518
|
+
"license": "MIT"
|
|
1294
1519
|
},
|
|
1295
1520
|
"node_modules/send/node_modules/statuses": {
|
|
1296
1521
|
"version": "2.0.1",
|
|
1522
|
+
"license": "MIT",
|
|
1297
1523
|
"engines": {
|
|
1298
1524
|
"node": ">= 0.8"
|
|
1299
1525
|
}
|
|
1300
1526
|
},
|
|
1301
1527
|
"node_modules/serve-static": {
|
|
1302
1528
|
"version": "1.16.2",
|
|
1529
|
+
"license": "MIT",
|
|
1303
1530
|
"dependencies": {
|
|
1304
1531
|
"encodeurl": "~2.0.0",
|
|
1305
1532
|
"escape-html": "~1.0.3",
|
|
@@ -1310,49 +1537,92 @@
|
|
|
1310
1537
|
"node": ">= 0.8.0"
|
|
1311
1538
|
}
|
|
1312
1539
|
},
|
|
1313
|
-
"node_modules/
|
|
1314
|
-
"version": "1.2.
|
|
1540
|
+
"node_modules/setprototypeof": {
|
|
1541
|
+
"version": "1.2.0",
|
|
1542
|
+
"license": "ISC"
|
|
1543
|
+
},
|
|
1544
|
+
"node_modules/side-channel": {
|
|
1545
|
+
"version": "1.1.0",
|
|
1546
|
+
"license": "MIT",
|
|
1315
1547
|
"dependencies": {
|
|
1316
|
-
"define-data-property": "^1.1.4",
|
|
1317
1548
|
"es-errors": "^1.3.0",
|
|
1318
|
-
"
|
|
1319
|
-
"
|
|
1320
|
-
"
|
|
1321
|
-
"
|
|
1549
|
+
"object-inspect": "^1.13.3",
|
|
1550
|
+
"side-channel-list": "^1.0.0",
|
|
1551
|
+
"side-channel-map": "^1.0.1",
|
|
1552
|
+
"side-channel-weakmap": "^1.0.2"
|
|
1322
1553
|
},
|
|
1323
1554
|
"engines": {
|
|
1324
1555
|
"node": ">= 0.4"
|
|
1556
|
+
},
|
|
1557
|
+
"funding": {
|
|
1558
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
1325
1559
|
}
|
|
1326
1560
|
},
|
|
1327
|
-
"node_modules/
|
|
1328
|
-
"version": "1.
|
|
1561
|
+
"node_modules/side-channel-list": {
|
|
1562
|
+
"version": "1.0.0",
|
|
1563
|
+
"license": "MIT",
|
|
1564
|
+
"dependencies": {
|
|
1565
|
+
"es-errors": "^1.3.0",
|
|
1566
|
+
"object-inspect": "^1.13.3"
|
|
1567
|
+
},
|
|
1568
|
+
"engines": {
|
|
1569
|
+
"node": ">= 0.4"
|
|
1570
|
+
},
|
|
1571
|
+
"funding": {
|
|
1572
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
1573
|
+
}
|
|
1329
1574
|
},
|
|
1330
|
-
"node_modules/side-channel": {
|
|
1331
|
-
"version": "1.0.
|
|
1575
|
+
"node_modules/side-channel-map": {
|
|
1576
|
+
"version": "1.0.1",
|
|
1577
|
+
"license": "MIT",
|
|
1578
|
+
"dependencies": {
|
|
1579
|
+
"call-bound": "^1.0.2",
|
|
1580
|
+
"es-errors": "^1.3.0",
|
|
1581
|
+
"get-intrinsic": "^1.2.5",
|
|
1582
|
+
"object-inspect": "^1.13.3"
|
|
1583
|
+
},
|
|
1584
|
+
"engines": {
|
|
1585
|
+
"node": ">= 0.4"
|
|
1586
|
+
},
|
|
1587
|
+
"funding": {
|
|
1588
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
1589
|
+
}
|
|
1590
|
+
},
|
|
1591
|
+
"node_modules/side-channel-weakmap": {
|
|
1592
|
+
"version": "1.0.2",
|
|
1593
|
+
"license": "MIT",
|
|
1332
1594
|
"dependencies": {
|
|
1333
|
-
"call-
|
|
1595
|
+
"call-bound": "^1.0.2",
|
|
1334
1596
|
"es-errors": "^1.3.0",
|
|
1335
|
-
"get-intrinsic": "^1.2.
|
|
1336
|
-
"object-inspect": "^1.13.
|
|
1597
|
+
"get-intrinsic": "^1.2.5",
|
|
1598
|
+
"object-inspect": "^1.13.3",
|
|
1599
|
+
"side-channel-map": "^1.0.1"
|
|
1337
1600
|
},
|
|
1338
1601
|
"engines": {
|
|
1339
1602
|
"node": ">= 0.4"
|
|
1603
|
+
},
|
|
1604
|
+
"funding": {
|
|
1605
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
1340
1606
|
}
|
|
1341
1607
|
},
|
|
1342
1608
|
"node_modules/statuses": {
|
|
1343
|
-
"version": "1.2.1"
|
|
1609
|
+
"version": "1.2.1",
|
|
1610
|
+
"license": "MIT"
|
|
1344
1611
|
},
|
|
1345
1612
|
"node_modules/toidentifier": {
|
|
1346
1613
|
"version": "1.0.1",
|
|
1614
|
+
"license": "MIT",
|
|
1347
1615
|
"engines": {
|
|
1348
1616
|
"node": ">=0.6"
|
|
1349
1617
|
}
|
|
1350
1618
|
},
|
|
1351
1619
|
"node_modules/tr46": {
|
|
1352
|
-
"version": "0.0.3"
|
|
1620
|
+
"version": "0.0.3",
|
|
1621
|
+
"license": "MIT"
|
|
1353
1622
|
},
|
|
1354
1623
|
"node_modules/type-is": {
|
|
1355
1624
|
"version": "1.6.18",
|
|
1625
|
+
"license": "MIT",
|
|
1356
1626
|
"dependencies": {
|
|
1357
1627
|
"media-typer": "0.3.0",
|
|
1358
1628
|
"mime-types": "~2.1.24"
|
|
@@ -1363,6 +1633,7 @@
|
|
|
1363
1633
|
},
|
|
1364
1634
|
"node_modules/uid-safe": {
|
|
1365
1635
|
"version": "2.1.5",
|
|
1636
|
+
"license": "MIT",
|
|
1366
1637
|
"dependencies": {
|
|
1367
1638
|
"random-bytes": "~1.0.0"
|
|
1368
1639
|
},
|
|
@@ -1372,30 +1643,39 @@
|
|
|
1372
1643
|
},
|
|
1373
1644
|
"node_modules/unpipe": {
|
|
1374
1645
|
"version": "1.0.0",
|
|
1646
|
+
"license": "MIT",
|
|
1375
1647
|
"engines": {
|
|
1376
1648
|
"node": ">= 0.8"
|
|
1377
1649
|
}
|
|
1378
1650
|
},
|
|
1379
1651
|
"node_modules/utils-merge": {
|
|
1380
1652
|
"version": "1.0.1",
|
|
1653
|
+
"license": "MIT",
|
|
1381
1654
|
"engines": {
|
|
1382
1655
|
"node": ">= 0.4.0"
|
|
1383
1656
|
}
|
|
1384
1657
|
},
|
|
1385
1658
|
"node_modules/uuid": {
|
|
1386
1659
|
"version": "10.0.0",
|
|
1660
|
+
"funding": [
|
|
1661
|
+
"https://github.com/sponsors/broofa",
|
|
1662
|
+
"https://github.com/sponsors/ctavan"
|
|
1663
|
+
],
|
|
1664
|
+
"license": "MIT",
|
|
1387
1665
|
"bin": {
|
|
1388
1666
|
"uuid": "dist/bin/uuid"
|
|
1389
1667
|
}
|
|
1390
1668
|
},
|
|
1391
1669
|
"node_modules/vary": {
|
|
1392
1670
|
"version": "1.1.2",
|
|
1671
|
+
"license": "MIT",
|
|
1393
1672
|
"engines": {
|
|
1394
1673
|
"node": ">= 0.8"
|
|
1395
1674
|
}
|
|
1396
1675
|
},
|
|
1397
1676
|
"node_modules/verror": {
|
|
1398
1677
|
"version": "1.10.1",
|
|
1678
|
+
"license": "MIT",
|
|
1399
1679
|
"dependencies": {
|
|
1400
1680
|
"assert-plus": "^1.0.0",
|
|
1401
1681
|
"core-util-is": "1.0.2",
|
|
@@ -1406,29 +1686,35 @@
|
|
|
1406
1686
|
}
|
|
1407
1687
|
},
|
|
1408
1688
|
"node_modules/webidl-conversions": {
|
|
1409
|
-
"version": "3.0.1"
|
|
1689
|
+
"version": "3.0.1",
|
|
1690
|
+
"license": "BSD-2-Clause"
|
|
1410
1691
|
},
|
|
1411
1692
|
"node_modules/whatwg-url": {
|
|
1412
1693
|
"version": "5.0.0",
|
|
1694
|
+
"license": "MIT",
|
|
1413
1695
|
"dependencies": {
|
|
1414
1696
|
"tr46": "~0.0.3",
|
|
1415
1697
|
"webidl-conversions": "^3.0.0"
|
|
1416
1698
|
}
|
|
1417
1699
|
},
|
|
1418
1700
|
"node_modules/wrappy": {
|
|
1419
|
-
"version": "1.0.2"
|
|
1701
|
+
"version": "1.0.2",
|
|
1702
|
+
"license": "ISC"
|
|
1420
1703
|
},
|
|
1421
1704
|
"node_modules/xml-writer": {
|
|
1422
1705
|
"version": "1.7.0",
|
|
1706
|
+
"license": "MIT",
|
|
1423
1707
|
"engines": {
|
|
1424
1708
|
"node": ">=0.4.0"
|
|
1425
1709
|
}
|
|
1426
1710
|
},
|
|
1427
1711
|
"node_modules/yallist": {
|
|
1428
|
-
"version": "2.1.2"
|
|
1712
|
+
"version": "2.1.2",
|
|
1713
|
+
"license": "ISC"
|
|
1429
1714
|
},
|
|
1430
1715
|
"node_modules/yauzl": {
|
|
1431
1716
|
"version": "3.2.0",
|
|
1717
|
+
"license": "MIT",
|
|
1432
1718
|
"dependencies": {
|
|
1433
1719
|
"buffer-crc32": "~0.2.3",
|
|
1434
1720
|
"pend": "~1.2.0"
|
|
@@ -1439,1025 +1725,10 @@
|
|
|
1439
1725
|
},
|
|
1440
1726
|
"node_modules/yazl": {
|
|
1441
1727
|
"version": "2.4.1",
|
|
1728
|
+
"license": "MIT",
|
|
1442
1729
|
"dependencies": {
|
|
1443
1730
|
"buffer-crc32": "~0.2.3"
|
|
1444
1731
|
}
|
|
1445
1732
|
}
|
|
1446
|
-
},
|
|
1447
|
-
"dependencies": {
|
|
1448
|
-
"@sap/audit-logging": {
|
|
1449
|
-
"version": "5.8.4",
|
|
1450
|
-
"requires": {
|
|
1451
|
-
"@sap/xssec": "^3.6.1",
|
|
1452
|
-
"debug": "4.3.4",
|
|
1453
|
-
"fetch-retry": "4.1.0",
|
|
1454
|
-
"lodash": "4.17.21",
|
|
1455
|
-
"node-cache": "5.1.2",
|
|
1456
|
-
"node-fetch": "2.7.0"
|
|
1457
|
-
}
|
|
1458
|
-
},
|
|
1459
|
-
"@sap/e2e-trace": {
|
|
1460
|
-
"version": "5.3.0",
|
|
1461
|
-
"requires": {
|
|
1462
|
-
"request-stats": "3.0.0"
|
|
1463
|
-
}
|
|
1464
|
-
},
|
|
1465
|
-
"@sap/hana-client": {
|
|
1466
|
-
"version": "2.22.32",
|
|
1467
|
-
"requires": {
|
|
1468
|
-
"debug": "3.1.0"
|
|
1469
|
-
},
|
|
1470
|
-
"dependencies": {
|
|
1471
|
-
"debug": {
|
|
1472
|
-
"version": "3.1.0",
|
|
1473
|
-
"requires": {
|
|
1474
|
-
"ms": "2.0.0"
|
|
1475
|
-
}
|
|
1476
|
-
},
|
|
1477
|
-
"ms": {
|
|
1478
|
-
"version": "2.0.0"
|
|
1479
|
-
}
|
|
1480
|
-
}
|
|
1481
|
-
},
|
|
1482
|
-
"@sap/hdbext": {
|
|
1483
|
-
"version": "8.0.8",
|
|
1484
|
-
"requires": {
|
|
1485
|
-
"@sap/e2e-trace": "^4.1.0",
|
|
1486
|
-
"@sap/hana-client": "2.22.29",
|
|
1487
|
-
"accept-language": "2.0.16",
|
|
1488
|
-
"async": "3.2.6",
|
|
1489
|
-
"debug": "4.3.1",
|
|
1490
|
-
"lodash": "4.17.21",
|
|
1491
|
-
"verror": "1.10.0"
|
|
1492
|
-
},
|
|
1493
|
-
"dependencies": {
|
|
1494
|
-
"@sap/e2e-trace": {
|
|
1495
|
-
"version": "4.1.0",
|
|
1496
|
-
"requires": {
|
|
1497
|
-
"request-stats": "3.0.0"
|
|
1498
|
-
}
|
|
1499
|
-
},
|
|
1500
|
-
"@sap/hana-client": {
|
|
1501
|
-
"version": "2.22.29",
|
|
1502
|
-
"requires": {
|
|
1503
|
-
"debug": "3.1.0"
|
|
1504
|
-
},
|
|
1505
|
-
"dependencies": {
|
|
1506
|
-
"debug": {
|
|
1507
|
-
"version": "3.1.0",
|
|
1508
|
-
"requires": {
|
|
1509
|
-
"ms": "2.0.0"
|
|
1510
|
-
}
|
|
1511
|
-
},
|
|
1512
|
-
"ms": {
|
|
1513
|
-
"version": "2.0.0"
|
|
1514
|
-
}
|
|
1515
|
-
}
|
|
1516
|
-
},
|
|
1517
|
-
"debug": {
|
|
1518
|
-
"version": "4.3.1",
|
|
1519
|
-
"requires": {
|
|
1520
|
-
"ms": "2.1.2"
|
|
1521
|
-
}
|
|
1522
|
-
},
|
|
1523
|
-
"verror": {
|
|
1524
|
-
"version": "1.10.0",
|
|
1525
|
-
"requires": {
|
|
1526
|
-
"assert-plus": "^1.0.0",
|
|
1527
|
-
"core-util-is": "1.0.2",
|
|
1528
|
-
"extsprintf": "^1.2.0"
|
|
1529
|
-
}
|
|
1530
|
-
}
|
|
1531
|
-
}
|
|
1532
|
-
},
|
|
1533
|
-
"@sap/instance-manager": {
|
|
1534
|
-
"version": "5.2.2",
|
|
1535
|
-
"requires": {
|
|
1536
|
-
"@sap/xssec": "^3.6.1",
|
|
1537
|
-
"clone": "2.1.2",
|
|
1538
|
-
"debug": "4.3.7",
|
|
1539
|
-
"lru-cache": "4.1.5",
|
|
1540
|
-
"node-fetch": "2.7.0",
|
|
1541
|
-
"uuid": "10.0.0"
|
|
1542
|
-
},
|
|
1543
|
-
"dependencies": {
|
|
1544
|
-
"debug": {
|
|
1545
|
-
"version": "4.3.7",
|
|
1546
|
-
"requires": {
|
|
1547
|
-
"ms": "^2.1.3"
|
|
1548
|
-
}
|
|
1549
|
-
},
|
|
1550
|
-
"ms": {
|
|
1551
|
-
"version": "2.1.3"
|
|
1552
|
-
}
|
|
1553
|
-
}
|
|
1554
|
-
},
|
|
1555
|
-
"@sap/jobs-client": {
|
|
1556
|
-
"version": "1.8.5",
|
|
1557
|
-
"requires": {
|
|
1558
|
-
"@sap/xsenv": "4.2.0"
|
|
1559
|
-
},
|
|
1560
|
-
"dependencies": {
|
|
1561
|
-
"@sap/xsenv": {
|
|
1562
|
-
"version": "4.2.0",
|
|
1563
|
-
"requires": {
|
|
1564
|
-
"debug": "4.3.3",
|
|
1565
|
-
"node-cache": "^5.1.0",
|
|
1566
|
-
"verror": "1.10.0"
|
|
1567
|
-
}
|
|
1568
|
-
},
|
|
1569
|
-
"debug": {
|
|
1570
|
-
"version": "4.3.3",
|
|
1571
|
-
"requires": {
|
|
1572
|
-
"ms": "2.1.2"
|
|
1573
|
-
}
|
|
1574
|
-
},
|
|
1575
|
-
"verror": {
|
|
1576
|
-
"version": "1.10.0",
|
|
1577
|
-
"requires": {
|
|
1578
|
-
"assert-plus": "^1.0.0",
|
|
1579
|
-
"core-util-is": "1.0.2",
|
|
1580
|
-
"extsprintf": "^1.2.0"
|
|
1581
|
-
}
|
|
1582
|
-
}
|
|
1583
|
-
}
|
|
1584
|
-
},
|
|
1585
|
-
"@sap/logging": {
|
|
1586
|
-
"version": "8.3.0",
|
|
1587
|
-
"requires": {
|
|
1588
|
-
"@sap/e2e-trace": "^5.3.0",
|
|
1589
|
-
"lodash": "4.17.21",
|
|
1590
|
-
"moment": "2.30.1"
|
|
1591
|
-
},
|
|
1592
|
-
"dependencies": {
|
|
1593
|
-
"moment": {
|
|
1594
|
-
"version": "2.30.1"
|
|
1595
|
-
}
|
|
1596
|
-
}
|
|
1597
|
-
},
|
|
1598
|
-
"@sap/node-jwt": {
|
|
1599
|
-
"version": "1.6.26"
|
|
1600
|
-
},
|
|
1601
|
-
"@sap/node-vsi": {
|
|
1602
|
-
"version": "1.4.30"
|
|
1603
|
-
},
|
|
1604
|
-
"@sap/textbundle": {
|
|
1605
|
-
"version": "5.3.0"
|
|
1606
|
-
},
|
|
1607
|
-
"@sap/xsenv": {
|
|
1608
|
-
"version": "5.4.0",
|
|
1609
|
-
"requires": {
|
|
1610
|
-
"debug": "4.3.7",
|
|
1611
|
-
"node-cache": "^5.1.2",
|
|
1612
|
-
"verror": "1.10.1"
|
|
1613
|
-
},
|
|
1614
|
-
"dependencies": {
|
|
1615
|
-
"debug": {
|
|
1616
|
-
"version": "4.3.7",
|
|
1617
|
-
"requires": {
|
|
1618
|
-
"ms": "^2.1.3"
|
|
1619
|
-
}
|
|
1620
|
-
},
|
|
1621
|
-
"ms": {
|
|
1622
|
-
"version": "2.1.3"
|
|
1623
|
-
}
|
|
1624
|
-
}
|
|
1625
|
-
},
|
|
1626
|
-
"@sap/xsodata": {
|
|
1627
|
-
"version": "8.2.0",
|
|
1628
|
-
"requires": {
|
|
1629
|
-
"@sap/xsenv": "5.3.0",
|
|
1630
|
-
"@sap/xssec": "3.6.0",
|
|
1631
|
-
"async": "3.2.6",
|
|
1632
|
-
"big.js": "6.2.2",
|
|
1633
|
-
"body-parser": "1.20.3",
|
|
1634
|
-
"hdb": "0.19.10",
|
|
1635
|
-
"lodash": "4.17.21",
|
|
1636
|
-
"negotiator": "0.6.3",
|
|
1637
|
-
"rwlock": "5.0.0",
|
|
1638
|
-
"xml-writer": "1.7.0"
|
|
1639
|
-
},
|
|
1640
|
-
"dependencies": {
|
|
1641
|
-
"@sap/xsenv": {
|
|
1642
|
-
"version": "5.3.0",
|
|
1643
|
-
"requires": {
|
|
1644
|
-
"debug": "4.3.7",
|
|
1645
|
-
"node-cache": "^5.1.2",
|
|
1646
|
-
"verror": "1.10.1"
|
|
1647
|
-
}
|
|
1648
|
-
},
|
|
1649
|
-
"@sap/xssec": {
|
|
1650
|
-
"version": "3.6.0",
|
|
1651
|
-
"requires": {
|
|
1652
|
-
"axios": "^1.6",
|
|
1653
|
-
"debug": "^4.3.4",
|
|
1654
|
-
"jsonwebtoken": "^9.0.2",
|
|
1655
|
-
"node-rsa": "^1.1.1"
|
|
1656
|
-
}
|
|
1657
|
-
},
|
|
1658
|
-
"debug": {
|
|
1659
|
-
"version": "4.3.7",
|
|
1660
|
-
"requires": {
|
|
1661
|
-
"ms": "^2.1.3"
|
|
1662
|
-
}
|
|
1663
|
-
},
|
|
1664
|
-
"ms": {
|
|
1665
|
-
"version": "2.1.3"
|
|
1666
|
-
}
|
|
1667
|
-
}
|
|
1668
|
-
},
|
|
1669
|
-
"@sap/xss-secure": {
|
|
1670
|
-
"version": "5.2.0"
|
|
1671
|
-
},
|
|
1672
|
-
"@sap/xssec": {
|
|
1673
|
-
"version": "3.6.1",
|
|
1674
|
-
"requires": {
|
|
1675
|
-
"axios": "^1.6",
|
|
1676
|
-
"debug": "^4.3.4",
|
|
1677
|
-
"jsonwebtoken": "^9.0.2",
|
|
1678
|
-
"node-rsa": "^1.1.1"
|
|
1679
|
-
}
|
|
1680
|
-
},
|
|
1681
|
-
"accept-language": {
|
|
1682
|
-
"version": "2.0.16",
|
|
1683
|
-
"requires": {
|
|
1684
|
-
"bcp47": "^1.1.2"
|
|
1685
|
-
}
|
|
1686
|
-
},
|
|
1687
|
-
"accepts": {
|
|
1688
|
-
"version": "1.3.8",
|
|
1689
|
-
"requires": {
|
|
1690
|
-
"mime-types": "~2.1.34",
|
|
1691
|
-
"negotiator": "0.6.3"
|
|
1692
|
-
}
|
|
1693
|
-
},
|
|
1694
|
-
"array-flatten": {
|
|
1695
|
-
"version": "1.1.1"
|
|
1696
|
-
},
|
|
1697
|
-
"asn1": {
|
|
1698
|
-
"version": "0.2.6",
|
|
1699
|
-
"requires": {
|
|
1700
|
-
"safer-buffer": "~2.1.0"
|
|
1701
|
-
}
|
|
1702
|
-
},
|
|
1703
|
-
"assert-plus": {
|
|
1704
|
-
"version": "1.0.0"
|
|
1705
|
-
},
|
|
1706
|
-
"async": {
|
|
1707
|
-
"version": "3.2.6"
|
|
1708
|
-
},
|
|
1709
|
-
"asynckit": {
|
|
1710
|
-
"version": "0.4.0"
|
|
1711
|
-
},
|
|
1712
|
-
"axios": {
|
|
1713
|
-
"version": "1.7.8",
|
|
1714
|
-
"requires": {
|
|
1715
|
-
"follow-redirects": "^1.15.6",
|
|
1716
|
-
"form-data": "^4.0.0",
|
|
1717
|
-
"proxy-from-env": "^1.1.0"
|
|
1718
|
-
}
|
|
1719
|
-
},
|
|
1720
|
-
"bcp47": {
|
|
1721
|
-
"version": "1.1.2"
|
|
1722
|
-
},
|
|
1723
|
-
"big.js": {
|
|
1724
|
-
"version": "6.2.2"
|
|
1725
|
-
},
|
|
1726
|
-
"body-parser": {
|
|
1727
|
-
"version": "1.20.3",
|
|
1728
|
-
"requires": {
|
|
1729
|
-
"bytes": "3.1.2",
|
|
1730
|
-
"content-type": "~1.0.5",
|
|
1731
|
-
"debug": "2.6.9",
|
|
1732
|
-
"depd": "2.0.0",
|
|
1733
|
-
"destroy": "1.2.0",
|
|
1734
|
-
"http-errors": "2.0.0",
|
|
1735
|
-
"iconv-lite": "0.4.24",
|
|
1736
|
-
"on-finished": "2.4.1",
|
|
1737
|
-
"qs": "6.13.0",
|
|
1738
|
-
"raw-body": "2.5.2",
|
|
1739
|
-
"type-is": "~1.6.18",
|
|
1740
|
-
"unpipe": "1.0.0"
|
|
1741
|
-
},
|
|
1742
|
-
"dependencies": {
|
|
1743
|
-
"debug": {
|
|
1744
|
-
"version": "2.6.9",
|
|
1745
|
-
"requires": {
|
|
1746
|
-
"ms": "2.0.0"
|
|
1747
|
-
}
|
|
1748
|
-
},
|
|
1749
|
-
"ms": {
|
|
1750
|
-
"version": "2.0.0"
|
|
1751
|
-
}
|
|
1752
|
-
}
|
|
1753
|
-
},
|
|
1754
|
-
"buffer-crc32": {
|
|
1755
|
-
"version": "0.2.13"
|
|
1756
|
-
},
|
|
1757
|
-
"buffer-equal-constant-time": {
|
|
1758
|
-
"version": "1.0.1"
|
|
1759
|
-
},
|
|
1760
|
-
"bytes": {
|
|
1761
|
-
"version": "3.1.2"
|
|
1762
|
-
},
|
|
1763
|
-
"call-bind": {
|
|
1764
|
-
"version": "1.0.7",
|
|
1765
|
-
"requires": {
|
|
1766
|
-
"es-define-property": "^1.0.0",
|
|
1767
|
-
"es-errors": "^1.3.0",
|
|
1768
|
-
"function-bind": "^1.1.2",
|
|
1769
|
-
"get-intrinsic": "^1.2.4",
|
|
1770
|
-
"set-function-length": "^1.2.1"
|
|
1771
|
-
}
|
|
1772
|
-
},
|
|
1773
|
-
"callsite": {
|
|
1774
|
-
"version": "1.0.0"
|
|
1775
|
-
},
|
|
1776
|
-
"clone": {
|
|
1777
|
-
"version": "2.1.2"
|
|
1778
|
-
},
|
|
1779
|
-
"combined-stream": {
|
|
1780
|
-
"version": "1.0.8",
|
|
1781
|
-
"requires": {
|
|
1782
|
-
"delayed-stream": "~1.0.0"
|
|
1783
|
-
}
|
|
1784
|
-
},
|
|
1785
|
-
"compressible": {
|
|
1786
|
-
"version": "2.0.18",
|
|
1787
|
-
"requires": {
|
|
1788
|
-
"mime-db": ">= 1.43.0 < 2"
|
|
1789
|
-
}
|
|
1790
|
-
},
|
|
1791
|
-
"compression": {
|
|
1792
|
-
"version": "1.7.5",
|
|
1793
|
-
"requires": {
|
|
1794
|
-
"bytes": "3.1.2",
|
|
1795
|
-
"compressible": "~2.0.18",
|
|
1796
|
-
"debug": "2.6.9",
|
|
1797
|
-
"negotiator": "~0.6.4",
|
|
1798
|
-
"on-headers": "~1.0.2",
|
|
1799
|
-
"safe-buffer": "5.2.1",
|
|
1800
|
-
"vary": "~1.1.2"
|
|
1801
|
-
},
|
|
1802
|
-
"dependencies": {
|
|
1803
|
-
"debug": {
|
|
1804
|
-
"version": "2.6.9",
|
|
1805
|
-
"requires": {
|
|
1806
|
-
"ms": "2.0.0"
|
|
1807
|
-
}
|
|
1808
|
-
},
|
|
1809
|
-
"ms": {
|
|
1810
|
-
"version": "2.0.0"
|
|
1811
|
-
},
|
|
1812
|
-
"negotiator": {
|
|
1813
|
-
"version": "0.6.4"
|
|
1814
|
-
}
|
|
1815
|
-
}
|
|
1816
|
-
},
|
|
1817
|
-
"content-disposition": {
|
|
1818
|
-
"version": "0.5.4",
|
|
1819
|
-
"requires": {
|
|
1820
|
-
"safe-buffer": "5.2.1"
|
|
1821
|
-
}
|
|
1822
|
-
},
|
|
1823
|
-
"content-type": {
|
|
1824
|
-
"version": "1.0.5"
|
|
1825
|
-
},
|
|
1826
|
-
"cookie": {
|
|
1827
|
-
"version": "1.0.2"
|
|
1828
|
-
},
|
|
1829
|
-
"cookie-parser": {
|
|
1830
|
-
"version": "1.4.7",
|
|
1831
|
-
"requires": {
|
|
1832
|
-
"cookie": "0.7.2",
|
|
1833
|
-
"cookie-signature": "1.0.6"
|
|
1834
|
-
},
|
|
1835
|
-
"dependencies": {
|
|
1836
|
-
"cookie": {
|
|
1837
|
-
"version": "0.7.2"
|
|
1838
|
-
}
|
|
1839
|
-
}
|
|
1840
|
-
},
|
|
1841
|
-
"cookie-signature": {
|
|
1842
|
-
"version": "1.0.6"
|
|
1843
|
-
},
|
|
1844
|
-
"core-util-is": {
|
|
1845
|
-
"version": "1.0.2"
|
|
1846
|
-
},
|
|
1847
|
-
"debug": {
|
|
1848
|
-
"version": "4.3.4",
|
|
1849
|
-
"requires": {
|
|
1850
|
-
"ms": "2.1.2"
|
|
1851
|
-
}
|
|
1852
|
-
},
|
|
1853
|
-
"define-data-property": {
|
|
1854
|
-
"version": "1.1.4",
|
|
1855
|
-
"requires": {
|
|
1856
|
-
"es-define-property": "^1.0.0",
|
|
1857
|
-
"es-errors": "^1.3.0",
|
|
1858
|
-
"gopd": "^1.0.1"
|
|
1859
|
-
}
|
|
1860
|
-
},
|
|
1861
|
-
"delayed-stream": {
|
|
1862
|
-
"version": "1.0.0"
|
|
1863
|
-
},
|
|
1864
|
-
"depd": {
|
|
1865
|
-
"version": "2.0.0"
|
|
1866
|
-
},
|
|
1867
|
-
"destroy": {
|
|
1868
|
-
"version": "1.2.0"
|
|
1869
|
-
},
|
|
1870
|
-
"ecdsa-sig-formatter": {
|
|
1871
|
-
"version": "1.0.11",
|
|
1872
|
-
"requires": {
|
|
1873
|
-
"safe-buffer": "^5.0.1"
|
|
1874
|
-
}
|
|
1875
|
-
},
|
|
1876
|
-
"ee-first": {
|
|
1877
|
-
"version": "1.1.1"
|
|
1878
|
-
},
|
|
1879
|
-
"encodeurl": {
|
|
1880
|
-
"version": "2.0.0"
|
|
1881
|
-
},
|
|
1882
|
-
"es-define-property": {
|
|
1883
|
-
"version": "1.0.0",
|
|
1884
|
-
"requires": {
|
|
1885
|
-
"get-intrinsic": "^1.2.4"
|
|
1886
|
-
}
|
|
1887
|
-
},
|
|
1888
|
-
"es-errors": {
|
|
1889
|
-
"version": "1.3.0"
|
|
1890
|
-
},
|
|
1891
|
-
"escape-html": {
|
|
1892
|
-
"version": "1.0.3"
|
|
1893
|
-
},
|
|
1894
|
-
"etag": {
|
|
1895
|
-
"version": "1.8.1"
|
|
1896
|
-
},
|
|
1897
|
-
"express": {
|
|
1898
|
-
"version": "4.21.1",
|
|
1899
|
-
"requires": {
|
|
1900
|
-
"accepts": "~1.3.8",
|
|
1901
|
-
"array-flatten": "1.1.1",
|
|
1902
|
-
"body-parser": "1.20.3",
|
|
1903
|
-
"content-disposition": "0.5.4",
|
|
1904
|
-
"content-type": "~1.0.4",
|
|
1905
|
-
"cookie": "0.7.1",
|
|
1906
|
-
"cookie-signature": "1.0.6",
|
|
1907
|
-
"debug": "2.6.9",
|
|
1908
|
-
"depd": "2.0.0",
|
|
1909
|
-
"encodeurl": "~2.0.0",
|
|
1910
|
-
"escape-html": "~1.0.3",
|
|
1911
|
-
"etag": "~1.8.1",
|
|
1912
|
-
"finalhandler": "1.3.1",
|
|
1913
|
-
"fresh": "0.5.2",
|
|
1914
|
-
"http-errors": "2.0.0",
|
|
1915
|
-
"merge-descriptors": "1.0.3",
|
|
1916
|
-
"methods": "~1.1.2",
|
|
1917
|
-
"on-finished": "2.4.1",
|
|
1918
|
-
"parseurl": "~1.3.3",
|
|
1919
|
-
"path-to-regexp": "0.1.10",
|
|
1920
|
-
"proxy-addr": "~2.0.7",
|
|
1921
|
-
"qs": "6.13.0",
|
|
1922
|
-
"range-parser": "~1.2.1",
|
|
1923
|
-
"safe-buffer": "5.2.1",
|
|
1924
|
-
"send": "0.19.0",
|
|
1925
|
-
"serve-static": "1.16.2",
|
|
1926
|
-
"setprototypeof": "1.2.0",
|
|
1927
|
-
"statuses": "2.0.1",
|
|
1928
|
-
"type-is": "~1.6.18",
|
|
1929
|
-
"utils-merge": "1.0.1",
|
|
1930
|
-
"vary": "~1.1.2"
|
|
1931
|
-
},
|
|
1932
|
-
"dependencies": {
|
|
1933
|
-
"cookie": {
|
|
1934
|
-
"version": "0.7.1"
|
|
1935
|
-
},
|
|
1936
|
-
"debug": {
|
|
1937
|
-
"version": "2.6.9",
|
|
1938
|
-
"requires": {
|
|
1939
|
-
"ms": "2.0.0"
|
|
1940
|
-
}
|
|
1941
|
-
},
|
|
1942
|
-
"ms": {
|
|
1943
|
-
"version": "2.0.0"
|
|
1944
|
-
},
|
|
1945
|
-
"statuses": {
|
|
1946
|
-
"version": "2.0.1"
|
|
1947
|
-
}
|
|
1948
|
-
}
|
|
1949
|
-
},
|
|
1950
|
-
"extsprintf": {
|
|
1951
|
-
"version": "1.4.1"
|
|
1952
|
-
},
|
|
1953
|
-
"fetch-retry": {
|
|
1954
|
-
"version": "4.1.0"
|
|
1955
|
-
},
|
|
1956
|
-
"finalhandler": {
|
|
1957
|
-
"version": "1.3.1",
|
|
1958
|
-
"requires": {
|
|
1959
|
-
"debug": "2.6.9",
|
|
1960
|
-
"encodeurl": "~2.0.0",
|
|
1961
|
-
"escape-html": "~1.0.3",
|
|
1962
|
-
"on-finished": "2.4.1",
|
|
1963
|
-
"parseurl": "~1.3.3",
|
|
1964
|
-
"statuses": "2.0.1",
|
|
1965
|
-
"unpipe": "~1.0.0"
|
|
1966
|
-
},
|
|
1967
|
-
"dependencies": {
|
|
1968
|
-
"debug": {
|
|
1969
|
-
"version": "2.6.9",
|
|
1970
|
-
"requires": {
|
|
1971
|
-
"ms": "2.0.0"
|
|
1972
|
-
}
|
|
1973
|
-
},
|
|
1974
|
-
"ms": {
|
|
1975
|
-
"version": "2.0.0"
|
|
1976
|
-
},
|
|
1977
|
-
"statuses": {
|
|
1978
|
-
"version": "2.0.1"
|
|
1979
|
-
}
|
|
1980
|
-
}
|
|
1981
|
-
},
|
|
1982
|
-
"follow-redirects": {
|
|
1983
|
-
"version": "1.15.9"
|
|
1984
|
-
},
|
|
1985
|
-
"form-data": {
|
|
1986
|
-
"version": "4.0.1",
|
|
1987
|
-
"requires": {
|
|
1988
|
-
"asynckit": "^0.4.0",
|
|
1989
|
-
"combined-stream": "^1.0.8",
|
|
1990
|
-
"mime-types": "^2.1.12"
|
|
1991
|
-
}
|
|
1992
|
-
},
|
|
1993
|
-
"forwarded": {
|
|
1994
|
-
"version": "0.2.0"
|
|
1995
|
-
},
|
|
1996
|
-
"fresh": {
|
|
1997
|
-
"version": "0.5.2"
|
|
1998
|
-
},
|
|
1999
|
-
"function-bind": {
|
|
2000
|
-
"version": "1.1.2"
|
|
2001
|
-
},
|
|
2002
|
-
"get-intrinsic": {
|
|
2003
|
-
"version": "1.2.4",
|
|
2004
|
-
"requires": {
|
|
2005
|
-
"es-errors": "^1.3.0",
|
|
2006
|
-
"function-bind": "^1.1.2",
|
|
2007
|
-
"has-proto": "^1.0.1",
|
|
2008
|
-
"has-symbols": "^1.0.3",
|
|
2009
|
-
"hasown": "^2.0.0"
|
|
2010
|
-
}
|
|
2011
|
-
},
|
|
2012
|
-
"gopd": {
|
|
2013
|
-
"version": "1.1.0",
|
|
2014
|
-
"requires": {
|
|
2015
|
-
"get-intrinsic": "^1.2.4"
|
|
2016
|
-
}
|
|
2017
|
-
},
|
|
2018
|
-
"has-property-descriptors": {
|
|
2019
|
-
"version": "1.0.2",
|
|
2020
|
-
"requires": {
|
|
2021
|
-
"es-define-property": "^1.0.0"
|
|
2022
|
-
}
|
|
2023
|
-
},
|
|
2024
|
-
"has-proto": {
|
|
2025
|
-
"version": "1.1.0",
|
|
2026
|
-
"requires": {
|
|
2027
|
-
"call-bind": "^1.0.7"
|
|
2028
|
-
}
|
|
2029
|
-
},
|
|
2030
|
-
"has-symbols": {
|
|
2031
|
-
"version": "1.1.0"
|
|
2032
|
-
},
|
|
2033
|
-
"hasown": {
|
|
2034
|
-
"version": "2.0.2",
|
|
2035
|
-
"requires": {
|
|
2036
|
-
"function-bind": "^1.1.2"
|
|
2037
|
-
}
|
|
2038
|
-
},
|
|
2039
|
-
"hdb": {
|
|
2040
|
-
"version": "0.19.10",
|
|
2041
|
-
"requires": {
|
|
2042
|
-
"iconv-lite": "^0.4.18"
|
|
2043
|
-
}
|
|
2044
|
-
},
|
|
2045
|
-
"http-errors": {
|
|
2046
|
-
"version": "2.0.0",
|
|
2047
|
-
"requires": {
|
|
2048
|
-
"depd": "2.0.0",
|
|
2049
|
-
"inherits": "2.0.4",
|
|
2050
|
-
"setprototypeof": "1.2.0",
|
|
2051
|
-
"statuses": "2.0.1",
|
|
2052
|
-
"toidentifier": "1.0.1"
|
|
2053
|
-
},
|
|
2054
|
-
"dependencies": {
|
|
2055
|
-
"statuses": {
|
|
2056
|
-
"version": "2.0.1"
|
|
2057
|
-
}
|
|
2058
|
-
}
|
|
2059
|
-
},
|
|
2060
|
-
"http-headers": {
|
|
2061
|
-
"version": "3.0.2",
|
|
2062
|
-
"requires": {
|
|
2063
|
-
"next-line": "^1.1.0"
|
|
2064
|
-
}
|
|
2065
|
-
},
|
|
2066
|
-
"iconv-lite": {
|
|
2067
|
-
"version": "0.4.24",
|
|
2068
|
-
"requires": {
|
|
2069
|
-
"safer-buffer": ">= 2.1.2 < 3"
|
|
2070
|
-
}
|
|
2071
|
-
},
|
|
2072
|
-
"inherits": {
|
|
2073
|
-
"version": "2.0.4"
|
|
2074
|
-
},
|
|
2075
|
-
"ipaddr.js": {
|
|
2076
|
-
"version": "1.9.1"
|
|
2077
|
-
},
|
|
2078
|
-
"jsonwebtoken": {
|
|
2079
|
-
"version": "9.0.2",
|
|
2080
|
-
"requires": {
|
|
2081
|
-
"jws": "^3.2.2",
|
|
2082
|
-
"lodash.includes": "^4.3.0",
|
|
2083
|
-
"lodash.isboolean": "^3.0.3",
|
|
2084
|
-
"lodash.isinteger": "^4.0.4",
|
|
2085
|
-
"lodash.isnumber": "^3.0.3",
|
|
2086
|
-
"lodash.isplainobject": "^4.0.6",
|
|
2087
|
-
"lodash.isstring": "^4.0.1",
|
|
2088
|
-
"lodash.once": "^4.0.0",
|
|
2089
|
-
"ms": "^2.1.1",
|
|
2090
|
-
"semver": "^7.5.4"
|
|
2091
|
-
}
|
|
2092
|
-
},
|
|
2093
|
-
"jwa": {
|
|
2094
|
-
"version": "1.4.1",
|
|
2095
|
-
"requires": {
|
|
2096
|
-
"buffer-equal-constant-time": "1.0.1",
|
|
2097
|
-
"ecdsa-sig-formatter": "1.0.11",
|
|
2098
|
-
"safe-buffer": "^5.0.1"
|
|
2099
|
-
}
|
|
2100
|
-
},
|
|
2101
|
-
"jws": {
|
|
2102
|
-
"version": "3.2.2",
|
|
2103
|
-
"requires": {
|
|
2104
|
-
"jwa": "^1.4.1",
|
|
2105
|
-
"safe-buffer": "^5.0.1"
|
|
2106
|
-
}
|
|
2107
|
-
},
|
|
2108
|
-
"lodash": {
|
|
2109
|
-
"version": "4.17.21"
|
|
2110
|
-
},
|
|
2111
|
-
"lodash.includes": {
|
|
2112
|
-
"version": "4.3.0"
|
|
2113
|
-
},
|
|
2114
|
-
"lodash.isboolean": {
|
|
2115
|
-
"version": "3.0.3"
|
|
2116
|
-
},
|
|
2117
|
-
"lodash.isinteger": {
|
|
2118
|
-
"version": "4.0.4"
|
|
2119
|
-
},
|
|
2120
|
-
"lodash.isnumber": {
|
|
2121
|
-
"version": "3.0.3"
|
|
2122
|
-
},
|
|
2123
|
-
"lodash.isplainobject": {
|
|
2124
|
-
"version": "4.0.6"
|
|
2125
|
-
},
|
|
2126
|
-
"lodash.isstring": {
|
|
2127
|
-
"version": "4.0.1"
|
|
2128
|
-
},
|
|
2129
|
-
"lodash.once": {
|
|
2130
|
-
"version": "4.1.1"
|
|
2131
|
-
},
|
|
2132
|
-
"lru-cache": {
|
|
2133
|
-
"version": "4.1.5",
|
|
2134
|
-
"requires": {
|
|
2135
|
-
"pseudomap": "^1.0.2",
|
|
2136
|
-
"yallist": "^2.1.2"
|
|
2137
|
-
}
|
|
2138
|
-
},
|
|
2139
|
-
"media-typer": {
|
|
2140
|
-
"version": "0.3.0"
|
|
2141
|
-
},
|
|
2142
|
-
"merge-descriptors": {
|
|
2143
|
-
"version": "1.0.3"
|
|
2144
|
-
},
|
|
2145
|
-
"methods": {
|
|
2146
|
-
"version": "1.1.2"
|
|
2147
|
-
},
|
|
2148
|
-
"mime": {
|
|
2149
|
-
"version": "1.6.0"
|
|
2150
|
-
},
|
|
2151
|
-
"mime-db": {
|
|
2152
|
-
"version": "1.52.0"
|
|
2153
|
-
},
|
|
2154
|
-
"mime-types": {
|
|
2155
|
-
"version": "2.1.35",
|
|
2156
|
-
"requires": {
|
|
2157
|
-
"mime-db": "1.52.0"
|
|
2158
|
-
}
|
|
2159
|
-
},
|
|
2160
|
-
"moment": {
|
|
2161
|
-
"version": "2.29.4"
|
|
2162
|
-
},
|
|
2163
|
-
"ms": {
|
|
2164
|
-
"version": "2.1.2"
|
|
2165
|
-
},
|
|
2166
|
-
"multiparty": {
|
|
2167
|
-
"version": "4.2.2",
|
|
2168
|
-
"requires": {
|
|
2169
|
-
"http-errors": "~1.8.0",
|
|
2170
|
-
"safe-buffer": "5.2.1",
|
|
2171
|
-
"uid-safe": "2.1.5"
|
|
2172
|
-
},
|
|
2173
|
-
"dependencies": {
|
|
2174
|
-
"depd": {
|
|
2175
|
-
"version": "1.1.2"
|
|
2176
|
-
},
|
|
2177
|
-
"http-errors": {
|
|
2178
|
-
"version": "1.8.1",
|
|
2179
|
-
"requires": {
|
|
2180
|
-
"depd": "~1.1.2",
|
|
2181
|
-
"inherits": "2.0.4",
|
|
2182
|
-
"setprototypeof": "1.2.0",
|
|
2183
|
-
"statuses": ">= 1.5.0 < 2",
|
|
2184
|
-
"toidentifier": "1.0.1"
|
|
2185
|
-
}
|
|
2186
|
-
},
|
|
2187
|
-
"statuses": {
|
|
2188
|
-
"version": "1.5.0"
|
|
2189
|
-
}
|
|
2190
|
-
}
|
|
2191
|
-
},
|
|
2192
|
-
"negotiator": {
|
|
2193
|
-
"version": "0.6.3"
|
|
2194
|
-
},
|
|
2195
|
-
"next-line": {
|
|
2196
|
-
"version": "1.1.0"
|
|
2197
|
-
},
|
|
2198
|
-
"node-cache": {
|
|
2199
|
-
"version": "5.1.2",
|
|
2200
|
-
"requires": {
|
|
2201
|
-
"clone": "2.x"
|
|
2202
|
-
}
|
|
2203
|
-
},
|
|
2204
|
-
"node-fetch": {
|
|
2205
|
-
"version": "2.7.0",
|
|
2206
|
-
"requires": {
|
|
2207
|
-
"whatwg-url": "^5.0.0"
|
|
2208
|
-
}
|
|
2209
|
-
},
|
|
2210
|
-
"node-rsa": {
|
|
2211
|
-
"version": "1.1.1",
|
|
2212
|
-
"requires": {
|
|
2213
|
-
"asn1": "^0.2.4"
|
|
2214
|
-
}
|
|
2215
|
-
},
|
|
2216
|
-
"nodemailer": {
|
|
2217
|
-
"version": "6.9.16"
|
|
2218
|
-
},
|
|
2219
|
-
"object-inspect": {
|
|
2220
|
-
"version": "1.13.3"
|
|
2221
|
-
},
|
|
2222
|
-
"on-finished": {
|
|
2223
|
-
"version": "2.4.1",
|
|
2224
|
-
"requires": {
|
|
2225
|
-
"ee-first": "1.1.1"
|
|
2226
|
-
}
|
|
2227
|
-
},
|
|
2228
|
-
"on-headers": {
|
|
2229
|
-
"version": "1.0.2"
|
|
2230
|
-
},
|
|
2231
|
-
"once": {
|
|
2232
|
-
"version": "1.4.0",
|
|
2233
|
-
"requires": {
|
|
2234
|
-
"wrappy": "1"
|
|
2235
|
-
}
|
|
2236
|
-
},
|
|
2237
|
-
"parseurl": {
|
|
2238
|
-
"version": "1.3.3"
|
|
2239
|
-
},
|
|
2240
|
-
"passport": {
|
|
2241
|
-
"version": "0.7.0",
|
|
2242
|
-
"requires": {
|
|
2243
|
-
"passport-strategy": "1.x.x",
|
|
2244
|
-
"pause": "0.0.1",
|
|
2245
|
-
"utils-merge": "^1.0.1"
|
|
2246
|
-
}
|
|
2247
|
-
},
|
|
2248
|
-
"passport-strategy": {
|
|
2249
|
-
"version": "1.0.0"
|
|
2250
|
-
},
|
|
2251
|
-
"path-to-regexp": {
|
|
2252
|
-
"version": "0.1.10"
|
|
2253
|
-
},
|
|
2254
|
-
"pause": {
|
|
2255
|
-
"version": "0.0.1"
|
|
2256
|
-
},
|
|
2257
|
-
"pend": {
|
|
2258
|
-
"version": "1.2.0"
|
|
2259
|
-
},
|
|
2260
|
-
"proxy-addr": {
|
|
2261
|
-
"version": "2.0.7",
|
|
2262
|
-
"requires": {
|
|
2263
|
-
"forwarded": "0.2.0",
|
|
2264
|
-
"ipaddr.js": "1.9.1"
|
|
2265
|
-
}
|
|
2266
|
-
},
|
|
2267
|
-
"proxy-from-env": {
|
|
2268
|
-
"version": "1.1.0"
|
|
2269
|
-
},
|
|
2270
|
-
"pseudomap": {
|
|
2271
|
-
"version": "1.0.2"
|
|
2272
|
-
},
|
|
2273
|
-
"qs": {
|
|
2274
|
-
"version": "6.13.0",
|
|
2275
|
-
"requires": {
|
|
2276
|
-
"side-channel": "^1.0.6"
|
|
2277
|
-
}
|
|
2278
|
-
},
|
|
2279
|
-
"random-bytes": {
|
|
2280
|
-
"version": "1.0.0"
|
|
2281
|
-
},
|
|
2282
|
-
"range-parser": {
|
|
2283
|
-
"version": "1.2.1"
|
|
2284
|
-
},
|
|
2285
|
-
"raw-body": {
|
|
2286
|
-
"version": "2.5.2",
|
|
2287
|
-
"requires": {
|
|
2288
|
-
"bytes": "3.1.2",
|
|
2289
|
-
"http-errors": "2.0.0",
|
|
2290
|
-
"iconv-lite": "0.4.24",
|
|
2291
|
-
"unpipe": "1.0.0"
|
|
2292
|
-
}
|
|
2293
|
-
},
|
|
2294
|
-
"request-stats": {
|
|
2295
|
-
"version": "3.0.0",
|
|
2296
|
-
"requires": {
|
|
2297
|
-
"http-headers": "^3.0.1",
|
|
2298
|
-
"once": "^1.4.0"
|
|
2299
|
-
}
|
|
2300
|
-
},
|
|
2301
|
-
"rwlock": {
|
|
2302
|
-
"version": "5.0.0"
|
|
2303
|
-
},
|
|
2304
|
-
"safe-buffer": {
|
|
2305
|
-
"version": "5.2.1"
|
|
2306
|
-
},
|
|
2307
|
-
"safer-buffer": {
|
|
2308
|
-
"version": "2.1.2"
|
|
2309
|
-
},
|
|
2310
|
-
"sax": {
|
|
2311
|
-
"version": "1.4.1"
|
|
2312
|
-
},
|
|
2313
|
-
"semver": {
|
|
2314
|
-
"version": "7.6.3"
|
|
2315
|
-
},
|
|
2316
|
-
"send": {
|
|
2317
|
-
"version": "0.19.0",
|
|
2318
|
-
"requires": {
|
|
2319
|
-
"debug": "2.6.9",
|
|
2320
|
-
"depd": "2.0.0",
|
|
2321
|
-
"destroy": "1.2.0",
|
|
2322
|
-
"encodeurl": "~1.0.2",
|
|
2323
|
-
"escape-html": "~1.0.3",
|
|
2324
|
-
"etag": "~1.8.1",
|
|
2325
|
-
"fresh": "0.5.2",
|
|
2326
|
-
"http-errors": "2.0.0",
|
|
2327
|
-
"mime": "1.6.0",
|
|
2328
|
-
"ms": "2.1.3",
|
|
2329
|
-
"on-finished": "2.4.1",
|
|
2330
|
-
"range-parser": "~1.2.1",
|
|
2331
|
-
"statuses": "2.0.1"
|
|
2332
|
-
},
|
|
2333
|
-
"dependencies": {
|
|
2334
|
-
"debug": {
|
|
2335
|
-
"version": "2.6.9",
|
|
2336
|
-
"requires": {
|
|
2337
|
-
"ms": "2.0.0"
|
|
2338
|
-
},
|
|
2339
|
-
"dependencies": {
|
|
2340
|
-
"ms": {
|
|
2341
|
-
"version": "2.0.0"
|
|
2342
|
-
}
|
|
2343
|
-
}
|
|
2344
|
-
},
|
|
2345
|
-
"encodeurl": {
|
|
2346
|
-
"version": "1.0.2"
|
|
2347
|
-
},
|
|
2348
|
-
"ms": {
|
|
2349
|
-
"version": "2.1.3"
|
|
2350
|
-
},
|
|
2351
|
-
"statuses": {
|
|
2352
|
-
"version": "2.0.1"
|
|
2353
|
-
}
|
|
2354
|
-
}
|
|
2355
|
-
},
|
|
2356
|
-
"serve-static": {
|
|
2357
|
-
"version": "1.16.2",
|
|
2358
|
-
"requires": {
|
|
2359
|
-
"encodeurl": "~2.0.0",
|
|
2360
|
-
"escape-html": "~1.0.3",
|
|
2361
|
-
"parseurl": "~1.3.3",
|
|
2362
|
-
"send": "0.19.0"
|
|
2363
|
-
}
|
|
2364
|
-
},
|
|
2365
|
-
"set-function-length": {
|
|
2366
|
-
"version": "1.2.2",
|
|
2367
|
-
"requires": {
|
|
2368
|
-
"define-data-property": "^1.1.4",
|
|
2369
|
-
"es-errors": "^1.3.0",
|
|
2370
|
-
"function-bind": "^1.1.2",
|
|
2371
|
-
"get-intrinsic": "^1.2.4",
|
|
2372
|
-
"gopd": "^1.0.1",
|
|
2373
|
-
"has-property-descriptors": "^1.0.2"
|
|
2374
|
-
}
|
|
2375
|
-
},
|
|
2376
|
-
"setprototypeof": {
|
|
2377
|
-
"version": "1.2.0"
|
|
2378
|
-
},
|
|
2379
|
-
"side-channel": {
|
|
2380
|
-
"version": "1.0.6",
|
|
2381
|
-
"requires": {
|
|
2382
|
-
"call-bind": "^1.0.7",
|
|
2383
|
-
"es-errors": "^1.3.0",
|
|
2384
|
-
"get-intrinsic": "^1.2.4",
|
|
2385
|
-
"object-inspect": "^1.13.1"
|
|
2386
|
-
}
|
|
2387
|
-
},
|
|
2388
|
-
"statuses": {
|
|
2389
|
-
"version": "1.2.1"
|
|
2390
|
-
},
|
|
2391
|
-
"toidentifier": {
|
|
2392
|
-
"version": "1.0.1"
|
|
2393
|
-
},
|
|
2394
|
-
"tr46": {
|
|
2395
|
-
"version": "0.0.3"
|
|
2396
|
-
},
|
|
2397
|
-
"type-is": {
|
|
2398
|
-
"version": "1.6.18",
|
|
2399
|
-
"requires": {
|
|
2400
|
-
"media-typer": "0.3.0",
|
|
2401
|
-
"mime-types": "~2.1.24"
|
|
2402
|
-
}
|
|
2403
|
-
},
|
|
2404
|
-
"uid-safe": {
|
|
2405
|
-
"version": "2.1.5",
|
|
2406
|
-
"requires": {
|
|
2407
|
-
"random-bytes": "~1.0.0"
|
|
2408
|
-
}
|
|
2409
|
-
},
|
|
2410
|
-
"unpipe": {
|
|
2411
|
-
"version": "1.0.0"
|
|
2412
|
-
},
|
|
2413
|
-
"utils-merge": {
|
|
2414
|
-
"version": "1.0.1"
|
|
2415
|
-
},
|
|
2416
|
-
"uuid": {
|
|
2417
|
-
"version": "10.0.0"
|
|
2418
|
-
},
|
|
2419
|
-
"vary": {
|
|
2420
|
-
"version": "1.1.2"
|
|
2421
|
-
},
|
|
2422
|
-
"verror": {
|
|
2423
|
-
"version": "1.10.1",
|
|
2424
|
-
"requires": {
|
|
2425
|
-
"assert-plus": "^1.0.0",
|
|
2426
|
-
"core-util-is": "1.0.2",
|
|
2427
|
-
"extsprintf": "^1.2.0"
|
|
2428
|
-
}
|
|
2429
|
-
},
|
|
2430
|
-
"webidl-conversions": {
|
|
2431
|
-
"version": "3.0.1"
|
|
2432
|
-
},
|
|
2433
|
-
"whatwg-url": {
|
|
2434
|
-
"version": "5.0.0",
|
|
2435
|
-
"requires": {
|
|
2436
|
-
"tr46": "~0.0.3",
|
|
2437
|
-
"webidl-conversions": "^3.0.0"
|
|
2438
|
-
}
|
|
2439
|
-
},
|
|
2440
|
-
"wrappy": {
|
|
2441
|
-
"version": "1.0.2"
|
|
2442
|
-
},
|
|
2443
|
-
"xml-writer": {
|
|
2444
|
-
"version": "1.7.0"
|
|
2445
|
-
},
|
|
2446
|
-
"yallist": {
|
|
2447
|
-
"version": "2.1.2"
|
|
2448
|
-
},
|
|
2449
|
-
"yauzl": {
|
|
2450
|
-
"version": "3.2.0",
|
|
2451
|
-
"requires": {
|
|
2452
|
-
"buffer-crc32": "~0.2.3",
|
|
2453
|
-
"pend": "~1.2.0"
|
|
2454
|
-
}
|
|
2455
|
-
},
|
|
2456
|
-
"yazl": {
|
|
2457
|
-
"version": "2.4.1",
|
|
2458
|
-
"requires": {
|
|
2459
|
-
"buffer-crc32": "~0.2.3"
|
|
2460
|
-
}
|
|
2461
|
-
}
|
|
2462
1733
|
}
|
|
2463
1734
|
}
|