lucid-package 0.0.133 → 0.0.134
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/package.json +1 -1
- package/src/index.js +109 -39
- package/templates/dataconnector/package-lock.json +146 -229
- package/templates/dataconnector/pnpm-lock.yaml +55 -175
|
@@ -60,9 +60,9 @@
|
|
|
60
60
|
}
|
|
61
61
|
},
|
|
62
62
|
"node_modules/@tsconfig/node10": {
|
|
63
|
-
"version": "1.0.
|
|
64
|
-
"resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.
|
|
65
|
-
"integrity": "sha512-
|
|
63
|
+
"version": "1.0.12",
|
|
64
|
+
"resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.12.tgz",
|
|
65
|
+
"integrity": "sha512-UCYBaeFvM11aU2y3YPZ//O5Rhj+xKyzy7mvcIoAjASbigy8mHMryP5cK7dgjlz2hWxh1g5pLw084E0a/wlUSFQ==",
|
|
66
66
|
"dev": true,
|
|
67
67
|
"license": "MIT"
|
|
68
68
|
},
|
|
@@ -109,22 +109,22 @@
|
|
|
109
109
|
}
|
|
110
110
|
},
|
|
111
111
|
"node_modules/@types/express": {
|
|
112
|
-
"version": "4.17.
|
|
113
|
-
"resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.
|
|
114
|
-
"integrity": "sha512-
|
|
112
|
+
"version": "4.17.25",
|
|
113
|
+
"resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.25.tgz",
|
|
114
|
+
"integrity": "sha512-dVd04UKsfpINUnK0yBoYHDF3xu7xVH4BuDotC/xGuycx4CgbP48X/KF/586bcObxT0HENHXEU8Nqtu6NR+eKhw==",
|
|
115
115
|
"dev": true,
|
|
116
116
|
"license": "MIT",
|
|
117
117
|
"dependencies": {
|
|
118
118
|
"@types/body-parser": "*",
|
|
119
119
|
"@types/express-serve-static-core": "^4.17.33",
|
|
120
120
|
"@types/qs": "*",
|
|
121
|
-
"@types/serve-static": "
|
|
121
|
+
"@types/serve-static": "^1"
|
|
122
122
|
}
|
|
123
123
|
},
|
|
124
124
|
"node_modules/@types/express-serve-static-core": {
|
|
125
|
-
"version": "4.19.
|
|
126
|
-
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.
|
|
127
|
-
"integrity": "sha512-
|
|
125
|
+
"version": "4.19.8",
|
|
126
|
+
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.8.tgz",
|
|
127
|
+
"integrity": "sha512-02S5fmqeoKzVZCHPZid4b8JH2eM5HzQLZWN2FohQEy/0eXTq8VXZfSN6Pcr3F6N9R/vNrj7cpgbhjie6m/1tCA==",
|
|
128
128
|
"dev": true,
|
|
129
129
|
"license": "MIT",
|
|
130
130
|
"dependencies": {
|
|
@@ -156,9 +156,9 @@
|
|
|
156
156
|
"license": "MIT"
|
|
157
157
|
},
|
|
158
158
|
"node_modules/@types/qs": {
|
|
159
|
-
"version": "6.
|
|
160
|
-
"resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.
|
|
161
|
-
"integrity": "sha512-
|
|
159
|
+
"version": "6.15.0",
|
|
160
|
+
"resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.15.0.tgz",
|
|
161
|
+
"integrity": "sha512-JawvT8iBVWpzTrz3EGw9BTQFg3BQNmwERdKE22vlTxawwtbyUSlMppvZYKLZzB5zgACXdXxbD3m1bXaMqP/9ow==",
|
|
162
162
|
"dev": true,
|
|
163
163
|
"license": "MIT"
|
|
164
164
|
},
|
|
@@ -170,26 +170,36 @@
|
|
|
170
170
|
"license": "MIT"
|
|
171
171
|
},
|
|
172
172
|
"node_modules/@types/send": {
|
|
173
|
-
"version": "
|
|
174
|
-
"resolved": "https://registry.npmjs.org/@types/send/-/send-
|
|
175
|
-
"integrity": "sha512-
|
|
173
|
+
"version": "1.2.1",
|
|
174
|
+
"resolved": "https://registry.npmjs.org/@types/send/-/send-1.2.1.tgz",
|
|
175
|
+
"integrity": "sha512-arsCikDvlU99zl1g69TcAB3mzZPpxgw0UQnaHeC1Nwb015xp8bknZv5rIfri9xTOcMuaVgvabfIRA7PSZVuZIQ==",
|
|
176
176
|
"dev": true,
|
|
177
177
|
"license": "MIT",
|
|
178
178
|
"dependencies": {
|
|
179
|
-
"@types/mime": "^1",
|
|
180
179
|
"@types/node": "*"
|
|
181
180
|
}
|
|
182
181
|
},
|
|
183
182
|
"node_modules/@types/serve-static": {
|
|
184
|
-
"version": "1.15.
|
|
185
|
-
"resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.
|
|
186
|
-
"integrity": "sha512-
|
|
183
|
+
"version": "1.15.10",
|
|
184
|
+
"resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.10.tgz",
|
|
185
|
+
"integrity": "sha512-tRs1dB+g8Itk72rlSI2ZrW6vZg0YrLI81iQSTkMmOqnqCaNr/8Ek4VwWcN5vZgCYWbg/JJSGBlUaYGAOP73qBw==",
|
|
187
186
|
"dev": true,
|
|
188
187
|
"license": "MIT",
|
|
189
188
|
"dependencies": {
|
|
190
189
|
"@types/http-errors": "*",
|
|
191
190
|
"@types/node": "*",
|
|
192
|
-
"@types/send": "
|
|
191
|
+
"@types/send": "<1"
|
|
192
|
+
}
|
|
193
|
+
},
|
|
194
|
+
"node_modules/@types/serve-static/node_modules/@types/send": {
|
|
195
|
+
"version": "0.17.6",
|
|
196
|
+
"resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.6.tgz",
|
|
197
|
+
"integrity": "sha512-Uqt8rPBE8SY0RK8JB1EzVOIZ32uqy8HwdxCnoCOsYrvnswqmFZ/k+9Ikidlk/ImhsdvBsloHbAlewb2IEBV/Og==",
|
|
198
|
+
"dev": true,
|
|
199
|
+
"license": "MIT",
|
|
200
|
+
"dependencies": {
|
|
201
|
+
"@types/mime": "^1",
|
|
202
|
+
"@types/node": "*"
|
|
193
203
|
}
|
|
194
204
|
},
|
|
195
205
|
"node_modules/accepts": {
|
|
@@ -206,9 +216,9 @@
|
|
|
206
216
|
}
|
|
207
217
|
},
|
|
208
218
|
"node_modules/acorn": {
|
|
209
|
-
"version": "8.
|
|
210
|
-
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.
|
|
211
|
-
"integrity": "sha512-
|
|
219
|
+
"version": "8.16.0",
|
|
220
|
+
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
|
|
221
|
+
"integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
|
|
212
222
|
"dev": true,
|
|
213
223
|
"license": "MIT",
|
|
214
224
|
"bin": {
|
|
@@ -219,9 +229,9 @@
|
|
|
219
229
|
}
|
|
220
230
|
},
|
|
221
231
|
"node_modules/acorn-walk": {
|
|
222
|
-
"version": "8.3.
|
|
223
|
-
"resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.
|
|
224
|
-
"integrity": "sha512-
|
|
232
|
+
"version": "8.3.5",
|
|
233
|
+
"resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.5.tgz",
|
|
234
|
+
"integrity": "sha512-HEHNfbars9v4pgpW6SO1KSPkfoS0xVOM/9UzkJltjlsHZmJasxg8aXkuZa7SMf8vKGIBhpUsPluQSqhJFCqebw==",
|
|
225
235
|
"dev": true,
|
|
226
236
|
"license": "MIT",
|
|
227
237
|
"dependencies": {
|
|
@@ -258,22 +268,6 @@
|
|
|
258
268
|
"integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==",
|
|
259
269
|
"license": "MIT"
|
|
260
270
|
},
|
|
261
|
-
"node_modules/asynckit": {
|
|
262
|
-
"version": "0.4.0",
|
|
263
|
-
"resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
|
|
264
|
-
"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
|
|
265
|
-
"license": "MIT"
|
|
266
|
-
},
|
|
267
|
-
"node_modules/axios": {
|
|
268
|
-
"version": "0.27.2",
|
|
269
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-0.27.2.tgz",
|
|
270
|
-
"integrity": "sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==",
|
|
271
|
-
"license": "MIT",
|
|
272
|
-
"dependencies": {
|
|
273
|
-
"follow-redirects": "^1.14.9",
|
|
274
|
-
"form-data": "^4.0.0"
|
|
275
|
-
}
|
|
276
|
-
},
|
|
277
271
|
"node_modules/balanced-match": {
|
|
278
272
|
"version": "1.0.2",
|
|
279
273
|
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
@@ -295,23 +289,23 @@
|
|
|
295
289
|
}
|
|
296
290
|
},
|
|
297
291
|
"node_modules/body-parser": {
|
|
298
|
-
"version": "1.20.
|
|
299
|
-
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.
|
|
300
|
-
"integrity": "sha512-
|
|
292
|
+
"version": "1.20.4",
|
|
293
|
+
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.4.tgz",
|
|
294
|
+
"integrity": "sha512-ZTgYYLMOXY9qKU/57FAo8F+HA2dGX7bqGc71txDRC1rS4frdFI5R7NhluHxH6M0YItAP0sHB4uqAOcYKxO6uGA==",
|
|
301
295
|
"license": "MIT",
|
|
302
296
|
"dependencies": {
|
|
303
|
-
"bytes": "3.1.2",
|
|
297
|
+
"bytes": "~3.1.2",
|
|
304
298
|
"content-type": "~1.0.5",
|
|
305
299
|
"debug": "2.6.9",
|
|
306
300
|
"depd": "2.0.0",
|
|
307
|
-
"destroy": "1.2.0",
|
|
308
|
-
"http-errors": "2.0.
|
|
309
|
-
"iconv-lite": "0.4.24",
|
|
310
|
-
"on-finished": "2.4.1",
|
|
311
|
-
"qs": "6.
|
|
312
|
-
"raw-body": "2.5.
|
|
301
|
+
"destroy": "~1.2.0",
|
|
302
|
+
"http-errors": "~2.0.1",
|
|
303
|
+
"iconv-lite": "~0.4.24",
|
|
304
|
+
"on-finished": "~2.4.1",
|
|
305
|
+
"qs": "~6.14.0",
|
|
306
|
+
"raw-body": "~2.5.3",
|
|
313
307
|
"type-is": "~1.6.18",
|
|
314
|
-
"unpipe": "1.0.0"
|
|
308
|
+
"unpipe": "~1.0.0"
|
|
315
309
|
},
|
|
316
310
|
"engines": {
|
|
317
311
|
"node": ">= 0.8",
|
|
@@ -319,9 +313,9 @@
|
|
|
319
313
|
}
|
|
320
314
|
},
|
|
321
315
|
"node_modules/brace-expansion": {
|
|
322
|
-
"version": "1.1.
|
|
323
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.
|
|
324
|
-
"integrity": "sha512-
|
|
316
|
+
"version": "1.1.13",
|
|
317
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.13.tgz",
|
|
318
|
+
"integrity": "sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w==",
|
|
325
319
|
"dev": true,
|
|
326
320
|
"license": "MIT",
|
|
327
321
|
"dependencies": {
|
|
@@ -405,18 +399,6 @@
|
|
|
405
399
|
"fsevents": "~2.3.2"
|
|
406
400
|
}
|
|
407
401
|
},
|
|
408
|
-
"node_modules/combined-stream": {
|
|
409
|
-
"version": "1.0.8",
|
|
410
|
-
"resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
|
|
411
|
-
"integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
|
|
412
|
-
"license": "MIT",
|
|
413
|
-
"dependencies": {
|
|
414
|
-
"delayed-stream": "~1.0.0"
|
|
415
|
-
},
|
|
416
|
-
"engines": {
|
|
417
|
-
"node": ">= 0.8"
|
|
418
|
-
}
|
|
419
|
-
},
|
|
420
402
|
"node_modules/concat-map": {
|
|
421
403
|
"version": "0.0.1",
|
|
422
404
|
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
|
|
@@ -446,18 +428,18 @@
|
|
|
446
428
|
}
|
|
447
429
|
},
|
|
448
430
|
"node_modules/cookie": {
|
|
449
|
-
"version": "0.7.
|
|
450
|
-
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.
|
|
451
|
-
"integrity": "sha512-
|
|
431
|
+
"version": "0.7.2",
|
|
432
|
+
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
|
|
433
|
+
"integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
|
|
452
434
|
"license": "MIT",
|
|
453
435
|
"engines": {
|
|
454
436
|
"node": ">= 0.6"
|
|
455
437
|
}
|
|
456
438
|
},
|
|
457
439
|
"node_modules/cookie-signature": {
|
|
458
|
-
"version": "1.0.
|
|
459
|
-
"resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.
|
|
460
|
-
"integrity": "sha512-
|
|
440
|
+
"version": "1.0.7",
|
|
441
|
+
"resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.7.tgz",
|
|
442
|
+
"integrity": "sha512-NXdYc3dLr47pBkpUCHtKSwIOQXLVn8dZEuywboCOJY/osA0wFSLlSawr3KN8qXJEyX66FcONTH8EIlVuK0yyFA==",
|
|
461
443
|
"license": "MIT"
|
|
462
444
|
},
|
|
463
445
|
"node_modules/create-require": {
|
|
@@ -476,15 +458,6 @@
|
|
|
476
458
|
"ms": "2.0.0"
|
|
477
459
|
}
|
|
478
460
|
},
|
|
479
|
-
"node_modules/delayed-stream": {
|
|
480
|
-
"version": "1.0.0",
|
|
481
|
-
"resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
|
|
482
|
-
"integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
|
|
483
|
-
"license": "MIT",
|
|
484
|
-
"engines": {
|
|
485
|
-
"node": ">=0.4.0"
|
|
486
|
-
}
|
|
487
|
-
},
|
|
488
461
|
"node_modules/depd": {
|
|
489
462
|
"version": "2.0.0",
|
|
490
463
|
"resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
|
|
@@ -505,9 +478,9 @@
|
|
|
505
478
|
}
|
|
506
479
|
},
|
|
507
480
|
"node_modules/diff": {
|
|
508
|
-
"version": "4.0.
|
|
509
|
-
"resolved": "https://registry.npmjs.org/diff/-/diff-4.0.
|
|
510
|
-
"integrity": "sha512-
|
|
481
|
+
"version": "4.0.4",
|
|
482
|
+
"resolved": "https://registry.npmjs.org/diff/-/diff-4.0.4.tgz",
|
|
483
|
+
"integrity": "sha512-X07nttJQkwkfKfvTPG/KSnE2OMdcUCao6+eXF3wmnIQRn2aPAHH3VxDbDOdegkd6JbPsXqShpvEOHfAT+nCNwQ==",
|
|
511
484
|
"dev": true,
|
|
512
485
|
"license": "BSD-3-Clause",
|
|
513
486
|
"engines": {
|
|
@@ -573,21 +546,6 @@
|
|
|
573
546
|
"node": ">= 0.4"
|
|
574
547
|
}
|
|
575
548
|
},
|
|
576
|
-
"node_modules/es-set-tostringtag": {
|
|
577
|
-
"version": "2.1.0",
|
|
578
|
-
"resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
|
|
579
|
-
"integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
|
|
580
|
-
"license": "MIT",
|
|
581
|
-
"dependencies": {
|
|
582
|
-
"es-errors": "^1.3.0",
|
|
583
|
-
"get-intrinsic": "^1.2.6",
|
|
584
|
-
"has-tostringtag": "^1.0.2",
|
|
585
|
-
"hasown": "^2.0.2"
|
|
586
|
-
},
|
|
587
|
-
"engines": {
|
|
588
|
-
"node": ">= 0.4"
|
|
589
|
-
}
|
|
590
|
-
},
|
|
591
549
|
"node_modules/escape-html": {
|
|
592
550
|
"version": "1.0.3",
|
|
593
551
|
"resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
|
|
@@ -604,39 +562,39 @@
|
|
|
604
562
|
}
|
|
605
563
|
},
|
|
606
564
|
"node_modules/express": {
|
|
607
|
-
"version": "4.
|
|
608
|
-
"resolved": "https://registry.npmjs.org/express/-/express-4.
|
|
609
|
-
"integrity": "sha512-
|
|
565
|
+
"version": "4.22.1",
|
|
566
|
+
"resolved": "https://registry.npmjs.org/express/-/express-4.22.1.tgz",
|
|
567
|
+
"integrity": "sha512-F2X8g9P1X7uCPZMA3MVf9wcTqlyNp7IhH5qPCI0izhaOIYXaW9L535tGA3qmjRzpH+bZczqq7hVKxTR4NWnu+g==",
|
|
610
568
|
"license": "MIT",
|
|
611
569
|
"dependencies": {
|
|
612
570
|
"accepts": "~1.3.8",
|
|
613
571
|
"array-flatten": "1.1.1",
|
|
614
|
-
"body-parser": "1.20.3",
|
|
615
|
-
"content-disposition": "0.5.4",
|
|
572
|
+
"body-parser": "~1.20.3",
|
|
573
|
+
"content-disposition": "~0.5.4",
|
|
616
574
|
"content-type": "~1.0.4",
|
|
617
|
-
"cookie": "0.7.1",
|
|
618
|
-
"cookie-signature": "1.0.6",
|
|
575
|
+
"cookie": "~0.7.1",
|
|
576
|
+
"cookie-signature": "~1.0.6",
|
|
619
577
|
"debug": "2.6.9",
|
|
620
578
|
"depd": "2.0.0",
|
|
621
579
|
"encodeurl": "~2.0.0",
|
|
622
580
|
"escape-html": "~1.0.3",
|
|
623
581
|
"etag": "~1.8.1",
|
|
624
|
-
"finalhandler": "1.3.1",
|
|
625
|
-
"fresh": "0.5.2",
|
|
626
|
-
"http-errors": "2.0.0",
|
|
582
|
+
"finalhandler": "~1.3.1",
|
|
583
|
+
"fresh": "~0.5.2",
|
|
584
|
+
"http-errors": "~2.0.0",
|
|
627
585
|
"merge-descriptors": "1.0.3",
|
|
628
586
|
"methods": "~1.1.2",
|
|
629
|
-
"on-finished": "2.4.1",
|
|
587
|
+
"on-finished": "~2.4.1",
|
|
630
588
|
"parseurl": "~1.3.3",
|
|
631
|
-
"path-to-regexp": "0.1.12",
|
|
589
|
+
"path-to-regexp": "~0.1.12",
|
|
632
590
|
"proxy-addr": "~2.0.7",
|
|
633
|
-
"qs": "6.
|
|
591
|
+
"qs": "~6.14.0",
|
|
634
592
|
"range-parser": "~1.2.1",
|
|
635
593
|
"safe-buffer": "5.2.1",
|
|
636
|
-
"send": "0.19.0",
|
|
637
|
-
"serve-static": "1.16.2",
|
|
594
|
+
"send": "~0.19.0",
|
|
595
|
+
"serve-static": "~1.16.2",
|
|
638
596
|
"setprototypeof": "1.2.0",
|
|
639
|
-
"statuses": "2.0.1",
|
|
597
|
+
"statuses": "~2.0.1",
|
|
640
598
|
"type-is": "~1.6.18",
|
|
641
599
|
"utils-merge": "1.0.1",
|
|
642
600
|
"vary": "~1.1.2"
|
|
@@ -663,59 +621,23 @@
|
|
|
663
621
|
}
|
|
664
622
|
},
|
|
665
623
|
"node_modules/finalhandler": {
|
|
666
|
-
"version": "1.3.
|
|
667
|
-
"resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.
|
|
668
|
-
"integrity": "sha512-
|
|
624
|
+
"version": "1.3.2",
|
|
625
|
+
"resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.2.tgz",
|
|
626
|
+
"integrity": "sha512-aA4RyPcd3badbdABGDuTXCMTtOneUCAYH/gxoYRTZlIJdF0YPWuGqiAsIrhNnnqdXGswYk6dGujem4w80UJFhg==",
|
|
669
627
|
"license": "MIT",
|
|
670
628
|
"dependencies": {
|
|
671
629
|
"debug": "2.6.9",
|
|
672
630
|
"encodeurl": "~2.0.0",
|
|
673
631
|
"escape-html": "~1.0.3",
|
|
674
|
-
"on-finished": "2.4.1",
|
|
632
|
+
"on-finished": "~2.4.1",
|
|
675
633
|
"parseurl": "~1.3.3",
|
|
676
|
-
"statuses": "2.0.
|
|
634
|
+
"statuses": "~2.0.2",
|
|
677
635
|
"unpipe": "~1.0.0"
|
|
678
636
|
},
|
|
679
637
|
"engines": {
|
|
680
638
|
"node": ">= 0.8"
|
|
681
639
|
}
|
|
682
640
|
},
|
|
683
|
-
"node_modules/follow-redirects": {
|
|
684
|
-
"version": "1.15.11",
|
|
685
|
-
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz",
|
|
686
|
-
"integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==",
|
|
687
|
-
"funding": [
|
|
688
|
-
{
|
|
689
|
-
"type": "individual",
|
|
690
|
-
"url": "https://github.com/sponsors/RubenVerborgh"
|
|
691
|
-
}
|
|
692
|
-
],
|
|
693
|
-
"license": "MIT",
|
|
694
|
-
"engines": {
|
|
695
|
-
"node": ">=4.0"
|
|
696
|
-
},
|
|
697
|
-
"peerDependenciesMeta": {
|
|
698
|
-
"debug": {
|
|
699
|
-
"optional": true
|
|
700
|
-
}
|
|
701
|
-
}
|
|
702
|
-
},
|
|
703
|
-
"node_modules/form-data": {
|
|
704
|
-
"version": "4.0.5",
|
|
705
|
-
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz",
|
|
706
|
-
"integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
|
|
707
|
-
"license": "MIT",
|
|
708
|
-
"dependencies": {
|
|
709
|
-
"asynckit": "^0.4.0",
|
|
710
|
-
"combined-stream": "^1.0.8",
|
|
711
|
-
"es-set-tostringtag": "^2.1.0",
|
|
712
|
-
"hasown": "^2.0.2",
|
|
713
|
-
"mime-types": "^2.1.12"
|
|
714
|
-
},
|
|
715
|
-
"engines": {
|
|
716
|
-
"node": ">= 6"
|
|
717
|
-
}
|
|
718
|
-
},
|
|
719
641
|
"node_modules/forwarded": {
|
|
720
642
|
"version": "0.2.0",
|
|
721
643
|
"resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
|
|
@@ -734,6 +656,21 @@
|
|
|
734
656
|
"node": ">= 0.6"
|
|
735
657
|
}
|
|
736
658
|
},
|
|
659
|
+
"node_modules/fsevents": {
|
|
660
|
+
"version": "2.3.3",
|
|
661
|
+
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
|
662
|
+
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
|
663
|
+
"dev": true,
|
|
664
|
+
"hasInstallScript": true,
|
|
665
|
+
"license": "MIT",
|
|
666
|
+
"optional": true,
|
|
667
|
+
"os": [
|
|
668
|
+
"darwin"
|
|
669
|
+
],
|
|
670
|
+
"engines": {
|
|
671
|
+
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
672
|
+
}
|
|
673
|
+
},
|
|
737
674
|
"node_modules/function-bind": {
|
|
738
675
|
"version": "1.1.2",
|
|
739
676
|
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
|
|
@@ -827,21 +764,6 @@
|
|
|
827
764
|
"url": "https://github.com/sponsors/ljharb"
|
|
828
765
|
}
|
|
829
766
|
},
|
|
830
|
-
"node_modules/has-tostringtag": {
|
|
831
|
-
"version": "1.0.2",
|
|
832
|
-
"resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
|
|
833
|
-
"integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
|
|
834
|
-
"license": "MIT",
|
|
835
|
-
"dependencies": {
|
|
836
|
-
"has-symbols": "^1.0.3"
|
|
837
|
-
},
|
|
838
|
-
"engines": {
|
|
839
|
-
"node": ">= 0.4"
|
|
840
|
-
},
|
|
841
|
-
"funding": {
|
|
842
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
843
|
-
}
|
|
844
|
-
},
|
|
845
767
|
"node_modules/hasown": {
|
|
846
768
|
"version": "2.0.2",
|
|
847
769
|
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
|
|
@@ -855,19 +777,23 @@
|
|
|
855
777
|
}
|
|
856
778
|
},
|
|
857
779
|
"node_modules/http-errors": {
|
|
858
|
-
"version": "2.0.
|
|
859
|
-
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.
|
|
860
|
-
"integrity": "sha512-
|
|
780
|
+
"version": "2.0.1",
|
|
781
|
+
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
|
|
782
|
+
"integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
|
|
861
783
|
"license": "MIT",
|
|
862
784
|
"dependencies": {
|
|
863
|
-
"depd": "2.0.0",
|
|
864
|
-
"inherits": "2.0.4",
|
|
865
|
-
"setprototypeof": "1.2.0",
|
|
866
|
-
"statuses": "2.0.
|
|
867
|
-
"toidentifier": "1.0.1"
|
|
785
|
+
"depd": "~2.0.0",
|
|
786
|
+
"inherits": "~2.0.4",
|
|
787
|
+
"setprototypeof": "~1.2.0",
|
|
788
|
+
"statuses": "~2.0.2",
|
|
789
|
+
"toidentifier": "~1.0.1"
|
|
868
790
|
},
|
|
869
791
|
"engines": {
|
|
870
792
|
"node": ">= 0.8"
|
|
793
|
+
},
|
|
794
|
+
"funding": {
|
|
795
|
+
"type": "opencollective",
|
|
796
|
+
"url": "https://opencollective.com/express"
|
|
871
797
|
}
|
|
872
798
|
},
|
|
873
799
|
"node_modules/iconv-lite": {
|
|
@@ -1027,9 +953,9 @@
|
|
|
1027
953
|
}
|
|
1028
954
|
},
|
|
1029
955
|
"node_modules/minimatch": {
|
|
1030
|
-
"version": "3.1.
|
|
1031
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.
|
|
1032
|
-
"integrity": "sha512-
|
|
956
|
+
"version": "3.1.5",
|
|
957
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
|
|
958
|
+
"integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
|
|
1033
959
|
"dev": true,
|
|
1034
960
|
"license": "ISC",
|
|
1035
961
|
"dependencies": {
|
|
@@ -1144,15 +1070,15 @@
|
|
|
1144
1070
|
}
|
|
1145
1071
|
},
|
|
1146
1072
|
"node_modules/path-to-regexp": {
|
|
1147
|
-
"version": "0.1.
|
|
1148
|
-
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.
|
|
1149
|
-
"integrity": "sha512-
|
|
1073
|
+
"version": "0.1.13",
|
|
1074
|
+
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.13.tgz",
|
|
1075
|
+
"integrity": "sha512-A/AGNMFN3c8bOlvV9RreMdrv7jsmF9XIfDeCd87+I8RNg6s78BhJxMu69NEMHBSJFxKidViTEdruRwEk/WIKqA==",
|
|
1150
1076
|
"license": "MIT"
|
|
1151
1077
|
},
|
|
1152
1078
|
"node_modules/picomatch": {
|
|
1153
|
-
"version": "2.3.
|
|
1154
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.
|
|
1155
|
-
"integrity": "sha512-
|
|
1079
|
+
"version": "2.3.2",
|
|
1080
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
|
|
1081
|
+
"integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
|
|
1156
1082
|
"dev": true,
|
|
1157
1083
|
"license": "MIT",
|
|
1158
1084
|
"engines": {
|
|
@@ -1183,12 +1109,12 @@
|
|
|
1183
1109
|
"license": "MIT"
|
|
1184
1110
|
},
|
|
1185
1111
|
"node_modules/qs": {
|
|
1186
|
-
"version": "6.
|
|
1187
|
-
"resolved": "https://registry.npmjs.org/qs/-/qs-6.
|
|
1188
|
-
"integrity": "sha512
|
|
1112
|
+
"version": "6.14.2",
|
|
1113
|
+
"resolved": "https://registry.npmjs.org/qs/-/qs-6.14.2.tgz",
|
|
1114
|
+
"integrity": "sha512-V/yCWTTF7VJ9hIh18Ugr2zhJMP01MY7c5kh4J870L7imm6/DIzBsNLTXzMwUA3yZ5b/KBqLx8Kp3uRvd7xSe3Q==",
|
|
1189
1115
|
"license": "BSD-3-Clause",
|
|
1190
1116
|
"dependencies": {
|
|
1191
|
-
"side-channel": "^1.0
|
|
1117
|
+
"side-channel": "^1.1.0"
|
|
1192
1118
|
},
|
|
1193
1119
|
"engines": {
|
|
1194
1120
|
"node": ">=0.6"
|
|
@@ -1207,15 +1133,15 @@
|
|
|
1207
1133
|
}
|
|
1208
1134
|
},
|
|
1209
1135
|
"node_modules/raw-body": {
|
|
1210
|
-
"version": "2.5.
|
|
1211
|
-
"resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.
|
|
1212
|
-
"integrity": "sha512-
|
|
1136
|
+
"version": "2.5.3",
|
|
1137
|
+
"resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.3.tgz",
|
|
1138
|
+
"integrity": "sha512-s4VSOf6yN0rvbRZGxs8Om5CWj6seneMwK3oDb4lWDH0UPhWcxwOWw5+qk24bxq87szX1ydrwylIOp2uG1ojUpA==",
|
|
1213
1139
|
"license": "MIT",
|
|
1214
1140
|
"dependencies": {
|
|
1215
|
-
"bytes": "3.1.2",
|
|
1216
|
-
"http-errors": "2.0.
|
|
1217
|
-
"iconv-lite": "0.4.24",
|
|
1218
|
-
"unpipe": "1.0.0"
|
|
1141
|
+
"bytes": "~3.1.2",
|
|
1142
|
+
"http-errors": "~2.0.1",
|
|
1143
|
+
"iconv-lite": "~0.4.24",
|
|
1144
|
+
"unpipe": "~1.0.0"
|
|
1219
1145
|
},
|
|
1220
1146
|
"engines": {
|
|
1221
1147
|
"node": ">= 0.8"
|
|
@@ -1271,38 +1197,29 @@
|
|
|
1271
1197
|
}
|
|
1272
1198
|
},
|
|
1273
1199
|
"node_modules/send": {
|
|
1274
|
-
"version": "0.19.
|
|
1275
|
-
"resolved": "https://registry.npmjs.org/send/-/send-0.19.
|
|
1276
|
-
"integrity": "sha512-
|
|
1200
|
+
"version": "0.19.2",
|
|
1201
|
+
"resolved": "https://registry.npmjs.org/send/-/send-0.19.2.tgz",
|
|
1202
|
+
"integrity": "sha512-VMbMxbDeehAxpOtWJXlcUS5E8iXh6QmN+BkRX1GARS3wRaXEEgzCcB10gTQazO42tpNIya8xIyNx8fll1OFPrg==",
|
|
1277
1203
|
"license": "MIT",
|
|
1278
1204
|
"dependencies": {
|
|
1279
1205
|
"debug": "2.6.9",
|
|
1280
1206
|
"depd": "2.0.0",
|
|
1281
1207
|
"destroy": "1.2.0",
|
|
1282
|
-
"encodeurl": "~
|
|
1208
|
+
"encodeurl": "~2.0.0",
|
|
1283
1209
|
"escape-html": "~1.0.3",
|
|
1284
1210
|
"etag": "~1.8.1",
|
|
1285
|
-
"fresh": "0.5.2",
|
|
1286
|
-
"http-errors": "2.0.
|
|
1211
|
+
"fresh": "~0.5.2",
|
|
1212
|
+
"http-errors": "~2.0.1",
|
|
1287
1213
|
"mime": "1.6.0",
|
|
1288
1214
|
"ms": "2.1.3",
|
|
1289
|
-
"on-finished": "2.4.1",
|
|
1215
|
+
"on-finished": "~2.4.1",
|
|
1290
1216
|
"range-parser": "~1.2.1",
|
|
1291
|
-
"statuses": "2.0.
|
|
1217
|
+
"statuses": "~2.0.2"
|
|
1292
1218
|
},
|
|
1293
1219
|
"engines": {
|
|
1294
1220
|
"node": ">= 0.8.0"
|
|
1295
1221
|
}
|
|
1296
1222
|
},
|
|
1297
|
-
"node_modules/send/node_modules/encodeurl": {
|
|
1298
|
-
"version": "1.0.2",
|
|
1299
|
-
"resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
|
|
1300
|
-
"integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
|
|
1301
|
-
"license": "MIT",
|
|
1302
|
-
"engines": {
|
|
1303
|
-
"node": ">= 0.8"
|
|
1304
|
-
}
|
|
1305
|
-
},
|
|
1306
1223
|
"node_modules/send/node_modules/ms": {
|
|
1307
1224
|
"version": "2.1.3",
|
|
1308
1225
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
@@ -1310,15 +1227,15 @@
|
|
|
1310
1227
|
"license": "MIT"
|
|
1311
1228
|
},
|
|
1312
1229
|
"node_modules/serve-static": {
|
|
1313
|
-
"version": "1.16.
|
|
1314
|
-
"resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.
|
|
1315
|
-
"integrity": "sha512-
|
|
1230
|
+
"version": "1.16.3",
|
|
1231
|
+
"resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.3.tgz",
|
|
1232
|
+
"integrity": "sha512-x0RTqQel6g5SY7Lg6ZreMmsOzncHFU7nhnRWkKgWuMTu5NN0DR5oruckMqRvacAN9d5w6ARnRBXl9xhDCgfMeA==",
|
|
1316
1233
|
"license": "MIT",
|
|
1317
1234
|
"dependencies": {
|
|
1318
1235
|
"encodeurl": "~2.0.0",
|
|
1319
1236
|
"escape-html": "~1.0.3",
|
|
1320
1237
|
"parseurl": "~1.3.3",
|
|
1321
|
-
"send": "0.19.
|
|
1238
|
+
"send": "~0.19.1"
|
|
1322
1239
|
},
|
|
1323
1240
|
"engines": {
|
|
1324
1241
|
"node": ">= 0.8.0"
|
|
@@ -1426,9 +1343,9 @@
|
|
|
1426
1343
|
}
|
|
1427
1344
|
},
|
|
1428
1345
|
"node_modules/statuses": {
|
|
1429
|
-
"version": "2.0.
|
|
1430
|
-
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.
|
|
1431
|
-
"integrity": "sha512-
|
|
1346
|
+
"version": "2.0.2",
|
|
1347
|
+
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
|
|
1348
|
+
"integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
|
|
1432
1349
|
"license": "MIT",
|
|
1433
1350
|
"engines": {
|
|
1434
1351
|
"node": ">= 0.8"
|
|
@@ -1537,9 +1454,9 @@
|
|
|
1537
1454
|
}
|
|
1538
1455
|
},
|
|
1539
1456
|
"node_modules/typescript": {
|
|
1540
|
-
"version": "5.9.
|
|
1541
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.
|
|
1542
|
-
"integrity": "sha512-
|
|
1457
|
+
"version": "5.9.3",
|
|
1458
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
|
|
1459
|
+
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
|
|
1543
1460
|
"dev": true,
|
|
1544
1461
|
"license": "Apache-2.0",
|
|
1545
1462
|
"bin": {
|