miki-template 1.3.6 → 2.0.0

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.
@@ -0,0 +1,915 @@
1
+ {
2
+ "name": "live-test",
3
+ "version": "1.0.0",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "live-test",
9
+ "version": "1.0.0",
10
+ "dependencies": {
11
+ "express": "^5.2.1",
12
+ "miki-template": "file:../miki-template-2.0.0.tgz"
13
+ }
14
+ },
15
+ "node_modules/accepts": {
16
+ "version": "2.0.0",
17
+ "resolved": "https://registry.npmjs.org/accepts/-/accepts-2.0.0.tgz",
18
+ "integrity": "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==",
19
+ "license": "MIT",
20
+ "dependencies": {
21
+ "mime-types": "^3.0.0",
22
+ "negotiator": "^1.0.0"
23
+ },
24
+ "engines": {
25
+ "node": ">= 0.6"
26
+ }
27
+ },
28
+ "node_modules/body-parser": {
29
+ "version": "2.3.0",
30
+ "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.3.0.tgz",
31
+ "integrity": "sha512-2cGmJupaNgg+QUwVLAucDuWuoMZ6EX9iHDRswZ5lsNYEmwPaRknMPCLZz07yTzVq/83p4o/wzbDZbBrTvGGTIw==",
32
+ "license": "MIT",
33
+ "dependencies": {
34
+ "bytes": "^3.1.2",
35
+ "content-type": "^2.0.0",
36
+ "debug": "^4.4.3",
37
+ "http-errors": "^2.0.1",
38
+ "iconv-lite": "^0.7.2",
39
+ "on-finished": "^2.4.1",
40
+ "qs": "^6.15.2",
41
+ "raw-body": "^3.0.2",
42
+ "type-is": "^2.1.0"
43
+ },
44
+ "engines": {
45
+ "node": ">=18"
46
+ },
47
+ "funding": {
48
+ "type": "opencollective",
49
+ "url": "https://opencollective.com/express"
50
+ }
51
+ },
52
+ "node_modules/body-parser/node_modules/content-type": {
53
+ "version": "2.1.0",
54
+ "resolved": "https://registry.npmjs.org/content-type/-/content-type-2.1.0.tgz",
55
+ "integrity": "sha512-mj7UPXE0jaqaOsukNZRUEfEi2AcL7C/vwmwcHV0O97eO1E1pxBZuyjlZrx5seTaNBg1U6+o35wpa35Qfcc+7ag==",
56
+ "license": "MIT",
57
+ "engines": {
58
+ "node": ">=18"
59
+ },
60
+ "funding": {
61
+ "type": "opencollective",
62
+ "url": "https://opencollective.com/express"
63
+ }
64
+ },
65
+ "node_modules/bytes": {
66
+ "version": "3.1.2",
67
+ "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
68
+ "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
69
+ "license": "MIT",
70
+ "engines": {
71
+ "node": ">= 0.8"
72
+ }
73
+ },
74
+ "node_modules/call-bind-apply-helpers": {
75
+ "version": "1.0.2",
76
+ "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
77
+ "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
78
+ "license": "MIT",
79
+ "dependencies": {
80
+ "es-errors": "^1.3.0",
81
+ "function-bind": "^1.1.2"
82
+ },
83
+ "engines": {
84
+ "node": ">= 0.4"
85
+ }
86
+ },
87
+ "node_modules/call-bound": {
88
+ "version": "1.0.4",
89
+ "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
90
+ "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
91
+ "license": "MIT",
92
+ "dependencies": {
93
+ "call-bind-apply-helpers": "^1.0.2",
94
+ "get-intrinsic": "^1.3.0"
95
+ },
96
+ "engines": {
97
+ "node": ">= 0.4"
98
+ },
99
+ "funding": {
100
+ "url": "https://github.com/sponsors/ljharb"
101
+ }
102
+ },
103
+ "node_modules/content-disposition": {
104
+ "version": "1.1.0",
105
+ "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.1.0.tgz",
106
+ "integrity": "sha512-5jRCH9Z/+DRP7rkvY83B+yGIGX96OYdJmzngqnw2SBSxqCFPd0w2km3s5iawpGX8krnwSGmF0FW5Nhr0Hfai3g==",
107
+ "license": "MIT",
108
+ "engines": {
109
+ "node": ">=18"
110
+ },
111
+ "funding": {
112
+ "type": "opencollective",
113
+ "url": "https://opencollective.com/express"
114
+ }
115
+ },
116
+ "node_modules/content-type": {
117
+ "version": "1.0.5",
118
+ "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
119
+ "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
120
+ "license": "MIT",
121
+ "engines": {
122
+ "node": ">= 0.6"
123
+ }
124
+ },
125
+ "node_modules/cookie": {
126
+ "version": "0.7.2",
127
+ "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
128
+ "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
129
+ "license": "MIT",
130
+ "engines": {
131
+ "node": ">= 0.6"
132
+ }
133
+ },
134
+ "node_modules/cookie-signature": {
135
+ "version": "1.2.2",
136
+ "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.2.2.tgz",
137
+ "integrity": "sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==",
138
+ "license": "MIT",
139
+ "engines": {
140
+ "node": ">=6.6.0"
141
+ }
142
+ },
143
+ "node_modules/date-fns": {
144
+ "version": "3.6.0",
145
+ "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.6.0.tgz",
146
+ "integrity": "sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==",
147
+ "license": "MIT",
148
+ "funding": {
149
+ "type": "github",
150
+ "url": "https://github.com/sponsors/kossnocorp"
151
+ }
152
+ },
153
+ "node_modules/debug": {
154
+ "version": "4.4.3",
155
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
156
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
157
+ "license": "MIT",
158
+ "dependencies": {
159
+ "ms": "^2.1.3"
160
+ },
161
+ "engines": {
162
+ "node": ">=6.0"
163
+ },
164
+ "peerDependenciesMeta": {
165
+ "supports-color": {
166
+ "optional": true
167
+ }
168
+ }
169
+ },
170
+ "node_modules/depd": {
171
+ "version": "2.0.0",
172
+ "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
173
+ "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
174
+ "license": "MIT",
175
+ "engines": {
176
+ "node": ">= 0.8"
177
+ }
178
+ },
179
+ "node_modules/dunder-proto": {
180
+ "version": "1.0.1",
181
+ "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
182
+ "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
183
+ "license": "MIT",
184
+ "dependencies": {
185
+ "call-bind-apply-helpers": "^1.0.1",
186
+ "es-errors": "^1.3.0",
187
+ "gopd": "^1.2.0"
188
+ },
189
+ "engines": {
190
+ "node": ">= 0.4"
191
+ }
192
+ },
193
+ "node_modules/ee-first": {
194
+ "version": "1.1.1",
195
+ "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
196
+ "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
197
+ "license": "MIT"
198
+ },
199
+ "node_modules/encodeurl": {
200
+ "version": "2.0.0",
201
+ "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
202
+ "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
203
+ "license": "MIT",
204
+ "engines": {
205
+ "node": ">= 0.8"
206
+ }
207
+ },
208
+ "node_modules/es-define-property": {
209
+ "version": "1.0.1",
210
+ "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
211
+ "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
212
+ "license": "MIT",
213
+ "engines": {
214
+ "node": ">= 0.4"
215
+ }
216
+ },
217
+ "node_modules/es-errors": {
218
+ "version": "1.3.0",
219
+ "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
220
+ "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
221
+ "license": "MIT",
222
+ "engines": {
223
+ "node": ">= 0.4"
224
+ }
225
+ },
226
+ "node_modules/es-object-atoms": {
227
+ "version": "1.1.2",
228
+ "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.2.tgz",
229
+ "integrity": "sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==",
230
+ "license": "MIT",
231
+ "dependencies": {
232
+ "es-errors": "^1.3.0"
233
+ },
234
+ "engines": {
235
+ "node": ">= 0.4"
236
+ }
237
+ },
238
+ "node_modules/escape-html": {
239
+ "version": "1.0.3",
240
+ "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
241
+ "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
242
+ "license": "MIT"
243
+ },
244
+ "node_modules/etag": {
245
+ "version": "1.8.1",
246
+ "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
247
+ "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
248
+ "license": "MIT",
249
+ "engines": {
250
+ "node": ">= 0.6"
251
+ }
252
+ },
253
+ "node_modules/express": {
254
+ "version": "5.2.1",
255
+ "resolved": "https://registry.npmjs.org/express/-/express-5.2.1.tgz",
256
+ "integrity": "sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==",
257
+ "license": "MIT",
258
+ "dependencies": {
259
+ "accepts": "^2.0.0",
260
+ "body-parser": "^2.2.1",
261
+ "content-disposition": "^1.0.0",
262
+ "content-type": "^1.0.5",
263
+ "cookie": "^0.7.1",
264
+ "cookie-signature": "^1.2.1",
265
+ "debug": "^4.4.0",
266
+ "depd": "^2.0.0",
267
+ "encodeurl": "^2.0.0",
268
+ "escape-html": "^1.0.3",
269
+ "etag": "^1.8.1",
270
+ "finalhandler": "^2.1.0",
271
+ "fresh": "^2.0.0",
272
+ "http-errors": "^2.0.0",
273
+ "merge-descriptors": "^2.0.0",
274
+ "mime-types": "^3.0.0",
275
+ "on-finished": "^2.4.1",
276
+ "once": "^1.4.0",
277
+ "parseurl": "^1.3.3",
278
+ "proxy-addr": "^2.0.7",
279
+ "qs": "^6.14.0",
280
+ "range-parser": "^1.2.1",
281
+ "router": "^2.2.0",
282
+ "send": "^1.1.0",
283
+ "serve-static": "^2.2.0",
284
+ "statuses": "^2.0.1",
285
+ "type-is": "^2.0.1",
286
+ "vary": "^1.1.2"
287
+ },
288
+ "engines": {
289
+ "node": ">= 18"
290
+ },
291
+ "funding": {
292
+ "type": "opencollective",
293
+ "url": "https://opencollective.com/express"
294
+ }
295
+ },
296
+ "node_modules/finalhandler": {
297
+ "version": "2.1.1",
298
+ "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-2.1.1.tgz",
299
+ "integrity": "sha512-S8KoZgRZN+a5rNwqTxlZZePjT/4cnm0ROV70LedRHZ0p8u9fRID0hJUZQpkKLzro8LfmC8sx23bY6tVNxv8pQA==",
300
+ "license": "MIT",
301
+ "dependencies": {
302
+ "debug": "^4.4.0",
303
+ "encodeurl": "^2.0.0",
304
+ "escape-html": "^1.0.3",
305
+ "on-finished": "^2.4.1",
306
+ "parseurl": "^1.3.3",
307
+ "statuses": "^2.0.1"
308
+ },
309
+ "engines": {
310
+ "node": ">= 18.0.0"
311
+ },
312
+ "funding": {
313
+ "type": "opencollective",
314
+ "url": "https://opencollective.com/express"
315
+ }
316
+ },
317
+ "node_modules/forwarded": {
318
+ "version": "0.2.0",
319
+ "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
320
+ "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
321
+ "license": "MIT",
322
+ "engines": {
323
+ "node": ">= 0.6"
324
+ }
325
+ },
326
+ "node_modules/fresh": {
327
+ "version": "2.0.0",
328
+ "resolved": "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz",
329
+ "integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==",
330
+ "license": "MIT",
331
+ "engines": {
332
+ "node": ">= 0.8"
333
+ }
334
+ },
335
+ "node_modules/function-bind": {
336
+ "version": "1.1.2",
337
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
338
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
339
+ "license": "MIT",
340
+ "funding": {
341
+ "url": "https://github.com/sponsors/ljharb"
342
+ }
343
+ },
344
+ "node_modules/get-intrinsic": {
345
+ "version": "1.3.0",
346
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
347
+ "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
348
+ "license": "MIT",
349
+ "dependencies": {
350
+ "call-bind-apply-helpers": "^1.0.2",
351
+ "es-define-property": "^1.0.1",
352
+ "es-errors": "^1.3.0",
353
+ "es-object-atoms": "^1.1.1",
354
+ "function-bind": "^1.1.2",
355
+ "get-proto": "^1.0.1",
356
+ "gopd": "^1.2.0",
357
+ "has-symbols": "^1.1.0",
358
+ "hasown": "^2.0.2",
359
+ "math-intrinsics": "^1.1.0"
360
+ },
361
+ "engines": {
362
+ "node": ">= 0.4"
363
+ },
364
+ "funding": {
365
+ "url": "https://github.com/sponsors/ljharb"
366
+ }
367
+ },
368
+ "node_modules/get-proto": {
369
+ "version": "1.0.1",
370
+ "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
371
+ "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
372
+ "license": "MIT",
373
+ "dependencies": {
374
+ "dunder-proto": "^1.0.1",
375
+ "es-object-atoms": "^1.0.0"
376
+ },
377
+ "engines": {
378
+ "node": ">= 0.4"
379
+ }
380
+ },
381
+ "node_modules/gopd": {
382
+ "version": "1.2.0",
383
+ "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
384
+ "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
385
+ "license": "MIT",
386
+ "engines": {
387
+ "node": ">= 0.4"
388
+ },
389
+ "funding": {
390
+ "url": "https://github.com/sponsors/ljharb"
391
+ }
392
+ },
393
+ "node_modules/has-symbols": {
394
+ "version": "1.1.0",
395
+ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
396
+ "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
397
+ "license": "MIT",
398
+ "engines": {
399
+ "node": ">= 0.4"
400
+ },
401
+ "funding": {
402
+ "url": "https://github.com/sponsors/ljharb"
403
+ }
404
+ },
405
+ "node_modules/hasown": {
406
+ "version": "2.0.4",
407
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.4.tgz",
408
+ "integrity": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==",
409
+ "license": "MIT",
410
+ "dependencies": {
411
+ "function-bind": "^1.1.2"
412
+ },
413
+ "engines": {
414
+ "node": ">= 0.4"
415
+ }
416
+ },
417
+ "node_modules/he": {
418
+ "version": "1.2.0",
419
+ "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
420
+ "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
421
+ "license": "MIT",
422
+ "bin": {
423
+ "he": "bin/he"
424
+ }
425
+ },
426
+ "node_modules/http-errors": {
427
+ "version": "2.0.1",
428
+ "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
429
+ "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
430
+ "license": "MIT",
431
+ "dependencies": {
432
+ "depd": "~2.0.0",
433
+ "inherits": "~2.0.4",
434
+ "setprototypeof": "~1.2.0",
435
+ "statuses": "~2.0.2",
436
+ "toidentifier": "~1.0.1"
437
+ },
438
+ "engines": {
439
+ "node": ">= 0.8"
440
+ },
441
+ "funding": {
442
+ "type": "opencollective",
443
+ "url": "https://opencollective.com/express"
444
+ }
445
+ },
446
+ "node_modules/iconv-lite": {
447
+ "version": "0.7.3",
448
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.3.tgz",
449
+ "integrity": "sha512-IKXpvIzjnC9XTAUbVBcMfGS0EPaIXtW6v+zr+RRp+hqULEpo0owZax6wyRwPOJbWbzjYspQwusTsfVr0ifh4uQ==",
450
+ "license": "MIT",
451
+ "dependencies": {
452
+ "safer-buffer": ">= 2.1.2 < 3.0.0"
453
+ },
454
+ "engines": {
455
+ "node": ">=0.10.0"
456
+ },
457
+ "funding": {
458
+ "type": "opencollective",
459
+ "url": "https://opencollective.com/express"
460
+ }
461
+ },
462
+ "node_modules/inherits": {
463
+ "version": "2.0.4",
464
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
465
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
466
+ "license": "ISC"
467
+ },
468
+ "node_modules/ipaddr.js": {
469
+ "version": "1.9.1",
470
+ "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
471
+ "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
472
+ "license": "MIT",
473
+ "engines": {
474
+ "node": ">= 0.10"
475
+ }
476
+ },
477
+ "node_modules/is-promise": {
478
+ "version": "4.0.0",
479
+ "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz",
480
+ "integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==",
481
+ "license": "MIT"
482
+ },
483
+ "node_modules/math-intrinsics": {
484
+ "version": "1.1.0",
485
+ "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
486
+ "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
487
+ "license": "MIT",
488
+ "engines": {
489
+ "node": ">= 0.4"
490
+ }
491
+ },
492
+ "node_modules/media-typer": {
493
+ "version": "1.1.1",
494
+ "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-1.1.1.tgz",
495
+ "integrity": "sha512-yz3xRaG20c6/BOzvYoDaGtPmGscs7YivItZEEqe6GbwNfHuxu9YNmvnEkMzKldAGY4/80pRcQRZSEnhquk9XuQ==",
496
+ "license": "MIT",
497
+ "engines": {
498
+ "node": ">= 0.8"
499
+ },
500
+ "funding": {
501
+ "type": "opencollective",
502
+ "url": "https://opencollective.com/express"
503
+ }
504
+ },
505
+ "node_modules/merge-descriptors": {
506
+ "version": "2.0.0",
507
+ "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-2.0.0.tgz",
508
+ "integrity": "sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==",
509
+ "license": "MIT",
510
+ "engines": {
511
+ "node": ">=18"
512
+ },
513
+ "funding": {
514
+ "url": "https://github.com/sponsors/sindresorhus"
515
+ }
516
+ },
517
+ "node_modules/miki-template": {
518
+ "version": "1.3.7",
519
+ "resolved": "file:../miki-template-2.0.0.tgz",
520
+ "integrity": "sha512-FGTWjPS3CTm3X4+dnRKqHwqQUKgqtz/0VNTjN1BQjBcgwhXnEbVYg06VZmBtZ8SYr6z12JIX3LGj2pQog3h84Q==",
521
+ "license": "MIT",
522
+ "dependencies": {
523
+ "date-fns": "^3.6.0",
524
+ "he": "^1.2.0"
525
+ }
526
+ },
527
+ "node_modules/mime-db": {
528
+ "version": "1.54.0",
529
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
530
+ "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
531
+ "license": "MIT",
532
+ "engines": {
533
+ "node": ">= 0.6"
534
+ }
535
+ },
536
+ "node_modules/mime-types": {
537
+ "version": "3.0.2",
538
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz",
539
+ "integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==",
540
+ "license": "MIT",
541
+ "dependencies": {
542
+ "mime-db": "^1.54.0"
543
+ },
544
+ "engines": {
545
+ "node": ">=18"
546
+ },
547
+ "funding": {
548
+ "type": "opencollective",
549
+ "url": "https://opencollective.com/express"
550
+ }
551
+ },
552
+ "node_modules/ms": {
553
+ "version": "2.1.3",
554
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
555
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
556
+ "license": "MIT"
557
+ },
558
+ "node_modules/negotiator": {
559
+ "version": "1.1.0",
560
+ "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.1.0.tgz",
561
+ "integrity": "sha512-NMPBRMJgiQHjbd8phG3Vebdx4kZ1H121rbl5IkMqeOsahptB9BKo/d7oJ3zTXqTgagn2bWlNSXkh0QUGM31RYg==",
562
+ "license": "MIT",
563
+ "dependencies": {
564
+ "content-type": "^2.1.0"
565
+ },
566
+ "engines": {
567
+ "node": ">=18"
568
+ },
569
+ "funding": {
570
+ "type": "opencollective",
571
+ "url": "https://opencollective.com/express"
572
+ }
573
+ },
574
+ "node_modules/negotiator/node_modules/content-type": {
575
+ "version": "2.1.0",
576
+ "resolved": "https://registry.npmjs.org/content-type/-/content-type-2.1.0.tgz",
577
+ "integrity": "sha512-mj7UPXE0jaqaOsukNZRUEfEi2AcL7C/vwmwcHV0O97eO1E1pxBZuyjlZrx5seTaNBg1U6+o35wpa35Qfcc+7ag==",
578
+ "license": "MIT",
579
+ "engines": {
580
+ "node": ">=18"
581
+ },
582
+ "funding": {
583
+ "type": "opencollective",
584
+ "url": "https://opencollective.com/express"
585
+ }
586
+ },
587
+ "node_modules/object-inspect": {
588
+ "version": "1.13.4",
589
+ "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
590
+ "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
591
+ "license": "MIT",
592
+ "engines": {
593
+ "node": ">= 0.4"
594
+ },
595
+ "funding": {
596
+ "url": "https://github.com/sponsors/ljharb"
597
+ }
598
+ },
599
+ "node_modules/on-finished": {
600
+ "version": "2.4.1",
601
+ "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
602
+ "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
603
+ "license": "MIT",
604
+ "dependencies": {
605
+ "ee-first": "1.1.1"
606
+ },
607
+ "engines": {
608
+ "node": ">= 0.8"
609
+ }
610
+ },
611
+ "node_modules/once": {
612
+ "version": "1.4.0",
613
+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
614
+ "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
615
+ "license": "ISC",
616
+ "dependencies": {
617
+ "wrappy": "1"
618
+ }
619
+ },
620
+ "node_modules/parseurl": {
621
+ "version": "1.3.3",
622
+ "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
623
+ "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
624
+ "license": "MIT",
625
+ "engines": {
626
+ "node": ">= 0.8"
627
+ }
628
+ },
629
+ "node_modules/path-to-regexp": {
630
+ "version": "8.4.2",
631
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.4.2.tgz",
632
+ "integrity": "sha512-qRcuIdP69NPm4qbACK+aDogI5CBDMi1jKe0ry5rSQJz8JVLsC7jV8XpiJjGRLLol3N+R5ihGYcrPLTno6pAdBA==",
633
+ "license": "MIT",
634
+ "funding": {
635
+ "type": "opencollective",
636
+ "url": "https://opencollective.com/express"
637
+ }
638
+ },
639
+ "node_modules/proxy-addr": {
640
+ "version": "2.0.7",
641
+ "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
642
+ "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
643
+ "license": "MIT",
644
+ "dependencies": {
645
+ "forwarded": "0.2.0",
646
+ "ipaddr.js": "1.9.1"
647
+ },
648
+ "engines": {
649
+ "node": ">= 0.10"
650
+ }
651
+ },
652
+ "node_modules/qs": {
653
+ "version": "6.16.0",
654
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.16.0.tgz",
655
+ "integrity": "sha512-h6fhOIaRrID2CbEY2fqs+7t+UXZo+MLAnU5gRIq85uFtdiUPCdsApMlHhXogKVM4HM2DVbIjGNTTYH2OcmP1vA==",
656
+ "license": "BSD-3-Clause",
657
+ "dependencies": {
658
+ "es-define-property": "^1.0.1",
659
+ "side-channel": "^1.1.1"
660
+ },
661
+ "engines": {
662
+ "node": ">=0.6"
663
+ },
664
+ "funding": {
665
+ "url": "https://github.com/sponsors/ljharb"
666
+ }
667
+ },
668
+ "node_modules/range-parser": {
669
+ "version": "1.3.0",
670
+ "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.3.0.tgz",
671
+ "integrity": "sha512-hek2mFQpPuI4E1BBKrSto+BU3e3x4xuarsbiwr3+lf7p44juvFMV0XFWQAP3xUyqXA4RrXLIoaSUGbSt056ZMw==",
672
+ "license": "MIT",
673
+ "engines": {
674
+ "node": ">= 0.6"
675
+ },
676
+ "funding": {
677
+ "type": "opencollective",
678
+ "url": "https://opencollective.com/express"
679
+ }
680
+ },
681
+ "node_modules/raw-body": {
682
+ "version": "3.0.2",
683
+ "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.2.tgz",
684
+ "integrity": "sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==",
685
+ "license": "MIT",
686
+ "dependencies": {
687
+ "bytes": "~3.1.2",
688
+ "http-errors": "~2.0.1",
689
+ "iconv-lite": "~0.7.0",
690
+ "unpipe": "~1.0.0"
691
+ },
692
+ "engines": {
693
+ "node": ">= 0.10"
694
+ }
695
+ },
696
+ "node_modules/router": {
697
+ "version": "2.2.0",
698
+ "resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz",
699
+ "integrity": "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==",
700
+ "license": "MIT",
701
+ "dependencies": {
702
+ "debug": "^4.4.0",
703
+ "depd": "^2.0.0",
704
+ "is-promise": "^4.0.0",
705
+ "parseurl": "^1.3.3",
706
+ "path-to-regexp": "^8.0.0"
707
+ },
708
+ "engines": {
709
+ "node": ">= 18"
710
+ }
711
+ },
712
+ "node_modules/safer-buffer": {
713
+ "version": "2.1.2",
714
+ "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
715
+ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
716
+ "license": "MIT"
717
+ },
718
+ "node_modules/send": {
719
+ "version": "1.2.1",
720
+ "resolved": "https://registry.npmjs.org/send/-/send-1.2.1.tgz",
721
+ "integrity": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==",
722
+ "license": "MIT",
723
+ "dependencies": {
724
+ "debug": "^4.4.3",
725
+ "encodeurl": "^2.0.0",
726
+ "escape-html": "^1.0.3",
727
+ "etag": "^1.8.1",
728
+ "fresh": "^2.0.0",
729
+ "http-errors": "^2.0.1",
730
+ "mime-types": "^3.0.2",
731
+ "ms": "^2.1.3",
732
+ "on-finished": "^2.4.1",
733
+ "range-parser": "^1.2.1",
734
+ "statuses": "^2.0.2"
735
+ },
736
+ "engines": {
737
+ "node": ">= 18"
738
+ },
739
+ "funding": {
740
+ "type": "opencollective",
741
+ "url": "https://opencollective.com/express"
742
+ }
743
+ },
744
+ "node_modules/serve-static": {
745
+ "version": "2.2.1",
746
+ "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz",
747
+ "integrity": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==",
748
+ "license": "MIT",
749
+ "dependencies": {
750
+ "encodeurl": "^2.0.0",
751
+ "escape-html": "^1.0.3",
752
+ "parseurl": "^1.3.3",
753
+ "send": "^1.2.0"
754
+ },
755
+ "engines": {
756
+ "node": ">= 18"
757
+ },
758
+ "funding": {
759
+ "type": "opencollective",
760
+ "url": "https://opencollective.com/express"
761
+ }
762
+ },
763
+ "node_modules/setprototypeof": {
764
+ "version": "1.2.0",
765
+ "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
766
+ "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
767
+ "license": "ISC"
768
+ },
769
+ "node_modules/side-channel": {
770
+ "version": "1.1.1",
771
+ "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.1.tgz",
772
+ "integrity": "sha512-6x6dK6zJdpTzF4sQeNYxwtvBzf6Eg4GtlesS94HOvTudUeyK2WXAaIfmDgsyslYrRBeFIlsi54AYsFGUuhmvrQ==",
773
+ "license": "MIT",
774
+ "dependencies": {
775
+ "es-errors": "^1.3.0",
776
+ "object-inspect": "^1.13.4",
777
+ "side-channel-list": "^1.0.1",
778
+ "side-channel-map": "^1.0.1",
779
+ "side-channel-weakmap": "^1.0.2"
780
+ },
781
+ "engines": {
782
+ "node": ">= 0.4"
783
+ },
784
+ "funding": {
785
+ "url": "https://github.com/sponsors/ljharb"
786
+ }
787
+ },
788
+ "node_modules/side-channel-list": {
789
+ "version": "1.0.1",
790
+ "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.1.tgz",
791
+ "integrity": "sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==",
792
+ "license": "MIT",
793
+ "dependencies": {
794
+ "es-errors": "^1.3.0",
795
+ "object-inspect": "^1.13.4"
796
+ },
797
+ "engines": {
798
+ "node": ">= 0.4"
799
+ },
800
+ "funding": {
801
+ "url": "https://github.com/sponsors/ljharb"
802
+ }
803
+ },
804
+ "node_modules/side-channel-map": {
805
+ "version": "1.0.1",
806
+ "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
807
+ "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
808
+ "license": "MIT",
809
+ "dependencies": {
810
+ "call-bound": "^1.0.2",
811
+ "es-errors": "^1.3.0",
812
+ "get-intrinsic": "^1.2.5",
813
+ "object-inspect": "^1.13.3"
814
+ },
815
+ "engines": {
816
+ "node": ">= 0.4"
817
+ },
818
+ "funding": {
819
+ "url": "https://github.com/sponsors/ljharb"
820
+ }
821
+ },
822
+ "node_modules/side-channel-weakmap": {
823
+ "version": "1.0.2",
824
+ "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
825
+ "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
826
+ "license": "MIT",
827
+ "dependencies": {
828
+ "call-bound": "^1.0.2",
829
+ "es-errors": "^1.3.0",
830
+ "get-intrinsic": "^1.2.5",
831
+ "object-inspect": "^1.13.3",
832
+ "side-channel-map": "^1.0.1"
833
+ },
834
+ "engines": {
835
+ "node": ">= 0.4"
836
+ },
837
+ "funding": {
838
+ "url": "https://github.com/sponsors/ljharb"
839
+ }
840
+ },
841
+ "node_modules/statuses": {
842
+ "version": "2.0.2",
843
+ "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
844
+ "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
845
+ "license": "MIT",
846
+ "engines": {
847
+ "node": ">= 0.8"
848
+ }
849
+ },
850
+ "node_modules/toidentifier": {
851
+ "version": "1.0.1",
852
+ "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
853
+ "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
854
+ "license": "MIT",
855
+ "engines": {
856
+ "node": ">=0.6"
857
+ }
858
+ },
859
+ "node_modules/type-is": {
860
+ "version": "2.1.0",
861
+ "resolved": "https://registry.npmjs.org/type-is/-/type-is-2.1.0.tgz",
862
+ "integrity": "sha512-faYHw0anBbc/kWF3zFTEnxSFOAGUX9GFbOBthvDdLsIlEoWOFOtS0zgCiQYwIskL9iGXZL3kAXD8OoZ4GmMATA==",
863
+ "license": "MIT",
864
+ "dependencies": {
865
+ "content-type": "^2.0.0",
866
+ "media-typer": "^1.1.0",
867
+ "mime-types": "^3.0.0"
868
+ },
869
+ "engines": {
870
+ "node": ">= 18"
871
+ },
872
+ "funding": {
873
+ "type": "opencollective",
874
+ "url": "https://opencollective.com/express"
875
+ }
876
+ },
877
+ "node_modules/type-is/node_modules/content-type": {
878
+ "version": "2.1.0",
879
+ "resolved": "https://registry.npmjs.org/content-type/-/content-type-2.1.0.tgz",
880
+ "integrity": "sha512-mj7UPXE0jaqaOsukNZRUEfEi2AcL7C/vwmwcHV0O97eO1E1pxBZuyjlZrx5seTaNBg1U6+o35wpa35Qfcc+7ag==",
881
+ "license": "MIT",
882
+ "engines": {
883
+ "node": ">=18"
884
+ },
885
+ "funding": {
886
+ "type": "opencollective",
887
+ "url": "https://opencollective.com/express"
888
+ }
889
+ },
890
+ "node_modules/unpipe": {
891
+ "version": "1.0.0",
892
+ "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
893
+ "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
894
+ "license": "MIT",
895
+ "engines": {
896
+ "node": ">= 0.8"
897
+ }
898
+ },
899
+ "node_modules/vary": {
900
+ "version": "1.1.2",
901
+ "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
902
+ "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
903
+ "license": "MIT",
904
+ "engines": {
905
+ "node": ">= 0.8"
906
+ }
907
+ },
908
+ "node_modules/wrappy": {
909
+ "version": "1.0.2",
910
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
911
+ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
912
+ "license": "ISC"
913
+ }
914
+ }
915
+ }