@nodebb/nodebb-plugin-reactions 3.1.2 → 3.1.4

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,1330 @@
1
+ {
2
+ "name": "nodebb-plugin-reactions",
3
+ "version": "3.1.4",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "nodebb-plugin-reactions",
9
+ "version": "3.1.4",
10
+ "license": "MIT",
11
+ "devDependencies": {
12
+ "eslint": "10.6.0",
13
+ "eslint-config-nodebb": "^2.0.3"
14
+ },
15
+ "peerDependencies": {
16
+ "nodebb-plugin-emoji": "^5.0.0 || ^6.0.1"
17
+ }
18
+ },
19
+ "node_modules/@eslint-community/eslint-utils": {
20
+ "version": "4.10.1",
21
+ "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.10.1.tgz",
22
+ "integrity": "sha512-cuadcxVFE8sDK6iWJbs8Sn0av2Nrh2QSGQhVlBW9AaAHqHwjWsZHT8LJ4hFGPh7ASBV2deFdM7H/DPjulmh8rg==",
23
+ "dev": true,
24
+ "license": "MIT",
25
+ "dependencies": {
26
+ "eslint-visitor-keys": "^3.4.3"
27
+ },
28
+ "engines": {
29
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
30
+ },
31
+ "funding": {
32
+ "url": "https://opencollective.com/eslint"
33
+ },
34
+ "peerDependencies": {
35
+ "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
36
+ }
37
+ },
38
+ "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
39
+ "version": "3.4.3",
40
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
41
+ "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
42
+ "dev": true,
43
+ "license": "Apache-2.0",
44
+ "engines": {
45
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
46
+ },
47
+ "funding": {
48
+ "url": "https://opencollective.com/eslint"
49
+ }
50
+ },
51
+ "node_modules/@eslint-community/regexpp": {
52
+ "version": "4.12.2",
53
+ "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
54
+ "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
55
+ "dev": true,
56
+ "license": "MIT",
57
+ "engines": {
58
+ "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
59
+ }
60
+ },
61
+ "node_modules/@eslint/config-array": {
62
+ "version": "0.23.5",
63
+ "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.23.5.tgz",
64
+ "integrity": "sha512-Y3kKLvC1dvTOT+oGlqNQ1XLqK6D1HU2YXPc52NmAlJZbMMWDzGYXMiPRJ8TYD39muD/OTjlZmNJ4ib7dvSrMBA==",
65
+ "dev": true,
66
+ "license": "Apache-2.0",
67
+ "dependencies": {
68
+ "@eslint/object-schema": "^3.0.5",
69
+ "debug": "^4.3.1",
70
+ "minimatch": "^10.2.4"
71
+ },
72
+ "engines": {
73
+ "node": "^20.19.0 || ^22.13.0 || >=24"
74
+ }
75
+ },
76
+ "node_modules/@eslint/config-helpers": {
77
+ "version": "0.6.0",
78
+ "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.6.0.tgz",
79
+ "integrity": "sha512-ii6Bw9jJ2zi2cWA2Z+9/QZ/+3DX6kwaV5Q986D/CdP3Lap3w/pgQZ373FV7byY/i7L4IRH/G43I5dz1ClsCbpA==",
80
+ "dev": true,
81
+ "license": "Apache-2.0",
82
+ "dependencies": {
83
+ "@eslint/core": "^1.2.1"
84
+ },
85
+ "engines": {
86
+ "node": "^20.19.0 || ^22.13.0 || >=24"
87
+ }
88
+ },
89
+ "node_modules/@eslint/core": {
90
+ "version": "1.2.1",
91
+ "resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.2.1.tgz",
92
+ "integrity": "sha512-MwcE1P+AZ4C6DWlpin/OmOA54mmIZ/+xZuJiQd4SyB29oAJjN30UW9wkKNptW2ctp4cEsvhlLY/CsQ1uoHDloQ==",
93
+ "dev": true,
94
+ "license": "Apache-2.0",
95
+ "dependencies": {
96
+ "@types/json-schema": "^7.0.15"
97
+ },
98
+ "engines": {
99
+ "node": "^20.19.0 || ^22.13.0 || >=24"
100
+ }
101
+ },
102
+ "node_modules/@eslint/js": {
103
+ "version": "10.0.0",
104
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-10.0.0.tgz",
105
+ "integrity": "sha512-J2VKrn6YUBegZFzRQVOVA8jk7VViV/MXhQUvXuCUK1I2RGGT2E+bmNGOsgtdO9Wo25Kd3hfZFuCm8LcfsUFV7g==",
106
+ "deprecated": "This version should not be used.",
107
+ "dev": true,
108
+ "license": "MIT",
109
+ "peer": true,
110
+ "engines": {
111
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
112
+ }
113
+ },
114
+ "node_modules/@eslint/object-schema": {
115
+ "version": "3.0.5",
116
+ "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-3.0.5.tgz",
117
+ "integrity": "sha512-vqTaUEgxzm+YDSdElad6PiRoX4t8VGDjCtt05zn4nU810UIx/uNEV7/lZJ6KwFThKZOzOxzXy48da+No7HZaMw==",
118
+ "dev": true,
119
+ "license": "Apache-2.0",
120
+ "engines": {
121
+ "node": "^20.19.0 || ^22.13.0 || >=24"
122
+ }
123
+ },
124
+ "node_modules/@eslint/plugin-kit": {
125
+ "version": "0.7.2",
126
+ "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.7.2.tgz",
127
+ "integrity": "sha512-+CNAzxglkrpNf/kKywqQfk74QjtceuOE7Qm+AF8miRvPF/wmmK5+OJOgVh3AVTT3RP2mH3+FOaxlE5v72owk0A==",
128
+ "dev": true,
129
+ "license": "Apache-2.0",
130
+ "dependencies": {
131
+ "@eslint/core": "^1.2.1",
132
+ "levn": "^0.4.1"
133
+ },
134
+ "engines": {
135
+ "node": "^20.19.0 || ^22.13.0 || >=24"
136
+ }
137
+ },
138
+ "node_modules/@humanfs/core": {
139
+ "version": "0.19.2",
140
+ "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.2.tgz",
141
+ "integrity": "sha512-UhXNm+CFMWcbChXywFwkmhqjs3PRCmcSa/hfBgLIb7oQ5HNb1wS0icWsGtSAUNgefHeI+eBrA8I1fxmbHsGdvA==",
142
+ "dev": true,
143
+ "license": "Apache-2.0",
144
+ "dependencies": {
145
+ "@humanfs/types": "^0.15.0"
146
+ },
147
+ "engines": {
148
+ "node": ">=18.18.0"
149
+ }
150
+ },
151
+ "node_modules/@humanfs/node": {
152
+ "version": "0.16.8",
153
+ "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.8.tgz",
154
+ "integrity": "sha512-gE1eQNZ3R++kTzFUpdGlpmy8kDZD/MLyHqDwqjkVQI0JMdI1D51sy1H958PNXYkM2rAac7e5/CnIKZrHtPh3BQ==",
155
+ "dev": true,
156
+ "license": "Apache-2.0",
157
+ "dependencies": {
158
+ "@humanfs/core": "^0.19.2",
159
+ "@humanfs/types": "^0.15.0",
160
+ "@humanwhocodes/retry": "^0.4.0"
161
+ },
162
+ "engines": {
163
+ "node": ">=18.18.0"
164
+ }
165
+ },
166
+ "node_modules/@humanfs/types": {
167
+ "version": "0.15.0",
168
+ "resolved": "https://registry.npmjs.org/@humanfs/types/-/types-0.15.0.tgz",
169
+ "integrity": "sha512-ZZ1w0aoQkwuUuC7Yf+7sdeaNfqQiiLcSRbfI08oAxqLtpXQr9AIVX7Ay7HLDuiLYAaFPu8oBYNq/QIi9URHJ3Q==",
170
+ "dev": true,
171
+ "license": "Apache-2.0",
172
+ "engines": {
173
+ "node": ">=18.18.0"
174
+ }
175
+ },
176
+ "node_modules/@humanwhocodes/module-importer": {
177
+ "version": "1.0.1",
178
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
179
+ "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
180
+ "dev": true,
181
+ "license": "Apache-2.0",
182
+ "engines": {
183
+ "node": ">=12.22"
184
+ },
185
+ "funding": {
186
+ "type": "github",
187
+ "url": "https://github.com/sponsors/nzakas"
188
+ }
189
+ },
190
+ "node_modules/@humanwhocodes/retry": {
191
+ "version": "0.4.3",
192
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",
193
+ "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
194
+ "dev": true,
195
+ "license": "Apache-2.0",
196
+ "engines": {
197
+ "node": ">=18.18"
198
+ },
199
+ "funding": {
200
+ "type": "github",
201
+ "url": "https://github.com/sponsors/nzakas"
202
+ }
203
+ },
204
+ "node_modules/@stylistic/eslint-plugin": {
205
+ "version": "5.10.0",
206
+ "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-5.10.0.tgz",
207
+ "integrity": "sha512-nPK52ZHvot8Ju/0A4ucSX1dcPV2/1clx0kLcH5wDmrE4naKso7TUC/voUyU1O9OTKTrR6MYip6LP0ogEMQ9jPQ==",
208
+ "dev": true,
209
+ "license": "MIT",
210
+ "peer": true,
211
+ "dependencies": {
212
+ "@eslint-community/eslint-utils": "^4.9.1",
213
+ "@typescript-eslint/types": "^8.56.0",
214
+ "eslint-visitor-keys": "^4.2.1",
215
+ "espree": "^10.4.0",
216
+ "estraverse": "^5.3.0",
217
+ "picomatch": "^4.0.3"
218
+ },
219
+ "engines": {
220
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
221
+ },
222
+ "peerDependencies": {
223
+ "eslint": "^9.0.0 || ^10.0.0"
224
+ }
225
+ },
226
+ "node_modules/@textcomplete/core": {
227
+ "version": "0.1.13",
228
+ "resolved": "https://registry.npmjs.org/@textcomplete/core/-/core-0.1.13.tgz",
229
+ "integrity": "sha512-C4S+ihQU5HsKQ/TbsmS0e7hfPZtLZbEXj5NDUgRnhu/1Nezpu892bjNZGeErZm+R8iyDIT6wDu6EgIhng4M8eQ==",
230
+ "license": "MIT",
231
+ "peer": true,
232
+ "dependencies": {
233
+ "eventemitter3": "^5.0.1"
234
+ }
235
+ },
236
+ "node_modules/@textcomplete/textarea": {
237
+ "version": "0.1.13",
238
+ "resolved": "https://registry.npmjs.org/@textcomplete/textarea/-/textarea-0.1.13.tgz",
239
+ "integrity": "sha512-GNathnXpV361YuZrBVXvVqFYZ5NQZsjGC7Bt2sCUA/RTWlIgxHxC0ruDChYyRDx4siQZiZZOO5pWz+z1x8pZFQ==",
240
+ "license": "MIT",
241
+ "peer": true,
242
+ "dependencies": {
243
+ "@textcomplete/utils": "^0.1.13",
244
+ "textarea-caret": "^3.1.0",
245
+ "undate": "^0.3.0"
246
+ },
247
+ "peerDependencies": {
248
+ "@textcomplete/core": "^0.1.12"
249
+ }
250
+ },
251
+ "node_modules/@textcomplete/utils": {
252
+ "version": "0.1.13",
253
+ "resolved": "https://registry.npmjs.org/@textcomplete/utils/-/utils-0.1.13.tgz",
254
+ "integrity": "sha512-5UW9Ee0WEX1s9K8MFffo5sfUjYm3YVhtqRhAor/ih7p0tnnpaMB7AwMRDKwhSIQL6O+g1fmEkxCeO8WqjPzjUA==",
255
+ "license": "MIT",
256
+ "peer": true
257
+ },
258
+ "node_modules/@types/esrecurse": {
259
+ "version": "4.3.1",
260
+ "resolved": "https://registry.npmjs.org/@types/esrecurse/-/esrecurse-4.3.1.tgz",
261
+ "integrity": "sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==",
262
+ "dev": true,
263
+ "license": "MIT"
264
+ },
265
+ "node_modules/@types/estree": {
266
+ "version": "1.0.9",
267
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz",
268
+ "integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==",
269
+ "dev": true,
270
+ "license": "MIT"
271
+ },
272
+ "node_modules/@types/json-schema": {
273
+ "version": "7.0.15",
274
+ "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
275
+ "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
276
+ "dev": true,
277
+ "license": "MIT"
278
+ },
279
+ "node_modules/@typescript-eslint/types": {
280
+ "version": "8.69.0",
281
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.69.0.tgz",
282
+ "integrity": "sha512-K3VrubUPhlo9VDBS6QdI8YB5j7ClpqLRdefcz6PFrhnwicehBweqQ9Evhl4l+FYz0HdDmMqIiSX0aldGRYtDCA==",
283
+ "dev": true,
284
+ "license": "MIT",
285
+ "peer": true,
286
+ "engines": {
287
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
288
+ },
289
+ "funding": {
290
+ "type": "opencollective",
291
+ "url": "https://opencollective.com/typescript-eslint"
292
+ }
293
+ },
294
+ "node_modules/acorn": {
295
+ "version": "8.18.0",
296
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.18.0.tgz",
297
+ "integrity": "sha512-lGq+9yr1/GuAWaVYIHRjvvySG5/4VfKIvC8EWxStPdcDh/Ka7FG3twP6v4d5BkravUilhIAsG4Qj83t02LWUPQ==",
298
+ "dev": true,
299
+ "license": "MIT",
300
+ "bin": {
301
+ "acorn": "bin/acorn"
302
+ },
303
+ "engines": {
304
+ "node": ">=0.4.0"
305
+ }
306
+ },
307
+ "node_modules/acorn-jsx": {
308
+ "version": "5.3.2",
309
+ "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
310
+ "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
311
+ "dev": true,
312
+ "license": "MIT",
313
+ "peerDependencies": {
314
+ "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
315
+ }
316
+ },
317
+ "node_modules/ajv": {
318
+ "version": "6.15.0",
319
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.15.0.tgz",
320
+ "integrity": "sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==",
321
+ "dev": true,
322
+ "license": "MIT",
323
+ "dependencies": {
324
+ "fast-deep-equal": "^3.1.1",
325
+ "fast-json-stable-stringify": "^2.0.0",
326
+ "json-schema-traverse": "^0.4.1",
327
+ "uri-js": "^4.2.2"
328
+ },
329
+ "funding": {
330
+ "type": "github",
331
+ "url": "https://github.com/sponsors/epoberezkin"
332
+ }
333
+ },
334
+ "node_modules/append-field": {
335
+ "version": "1.0.0",
336
+ "resolved": "https://registry.npmjs.org/append-field/-/append-field-1.0.0.tgz",
337
+ "integrity": "sha512-klpgFSWLW1ZEs8svjfb7g4qWY0YS5imI82dTg+QahUvJ8YqAY0P10Uk8tTyh9ZGuYEZEMaeJYCF5BFuX552hsw==",
338
+ "license": "MIT",
339
+ "peer": true
340
+ },
341
+ "node_modules/balanced-match": {
342
+ "version": "4.0.4",
343
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
344
+ "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
345
+ "dev": true,
346
+ "license": "MIT",
347
+ "engines": {
348
+ "node": "18 || 20 || >=22"
349
+ }
350
+ },
351
+ "node_modules/brace-expansion": {
352
+ "version": "5.0.9",
353
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.9.tgz",
354
+ "integrity": "sha512-ScQ4IuvIEF1TMlP7Zt+vjJ//9zlPb2SDcxWxM3bk8s6t6GGdJ7KO1dCcTidOPJKePW30LE/2cT7wCyPho9/Wxg==",
355
+ "dev": true,
356
+ "license": "MIT",
357
+ "dependencies": {
358
+ "balanced-match": "^4.0.2"
359
+ },
360
+ "engines": {
361
+ "node": "20 || >=22"
362
+ }
363
+ },
364
+ "node_modules/buffer-from": {
365
+ "version": "1.1.2",
366
+ "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
367
+ "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
368
+ "license": "MIT",
369
+ "peer": true
370
+ },
371
+ "node_modules/busboy": {
372
+ "version": "1.6.0",
373
+ "resolved": "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz",
374
+ "integrity": "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==",
375
+ "peer": true,
376
+ "dependencies": {
377
+ "streamsearch": "^1.1.0"
378
+ },
379
+ "engines": {
380
+ "node": ">=10.16.0"
381
+ }
382
+ },
383
+ "node_modules/concat-stream": {
384
+ "version": "2.0.0",
385
+ "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-2.0.0.tgz",
386
+ "integrity": "sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==",
387
+ "engines": [
388
+ "node >= 6.0"
389
+ ],
390
+ "license": "MIT",
391
+ "peer": true,
392
+ "dependencies": {
393
+ "buffer-from": "^1.0.0",
394
+ "inherits": "^2.0.3",
395
+ "readable-stream": "^3.0.2",
396
+ "typedarray": "^0.0.6"
397
+ }
398
+ },
399
+ "node_modules/cross-spawn": {
400
+ "version": "7.0.6",
401
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
402
+ "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
403
+ "dev": true,
404
+ "license": "MIT",
405
+ "dependencies": {
406
+ "path-key": "^3.1.0",
407
+ "shebang-command": "^2.0.0",
408
+ "which": "^2.0.1"
409
+ },
410
+ "engines": {
411
+ "node": ">= 8"
412
+ }
413
+ },
414
+ "node_modules/debug": {
415
+ "version": "4.4.3",
416
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
417
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
418
+ "dev": true,
419
+ "license": "MIT",
420
+ "dependencies": {
421
+ "ms": "^2.1.3"
422
+ },
423
+ "engines": {
424
+ "node": ">=6.0"
425
+ },
426
+ "peerDependenciesMeta": {
427
+ "supports-color": {
428
+ "optional": true
429
+ }
430
+ }
431
+ },
432
+ "node_modules/deep-is": {
433
+ "version": "0.1.4",
434
+ "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
435
+ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
436
+ "dev": true,
437
+ "license": "MIT"
438
+ },
439
+ "node_modules/escape-string-regexp": {
440
+ "version": "4.0.0",
441
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
442
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
443
+ "dev": true,
444
+ "license": "MIT",
445
+ "engines": {
446
+ "node": ">=10"
447
+ },
448
+ "funding": {
449
+ "url": "https://github.com/sponsors/sindresorhus"
450
+ }
451
+ },
452
+ "node_modules/eslint": {
453
+ "version": "10.6.0",
454
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.6.0.tgz",
455
+ "integrity": "sha512-6lVbcqSodALYo+4ELD0heG6lFiFxnLMuLkiMi2qV8LMp54N8tE8FT1GMH+ev4Ti00nFjNze2+Su6DsV5OQW3Dg==",
456
+ "dev": true,
457
+ "license": "MIT",
458
+ "workspaces": [
459
+ "packages/*"
460
+ ],
461
+ "dependencies": {
462
+ "@eslint-community/eslint-utils": "^4.8.0",
463
+ "@eslint-community/regexpp": "^4.12.2",
464
+ "@eslint/config-array": "^0.23.5",
465
+ "@eslint/config-helpers": "^0.6.0",
466
+ "@eslint/core": "^1.2.1",
467
+ "@eslint/plugin-kit": "^0.7.2",
468
+ "@humanfs/node": "^0.16.6",
469
+ "@humanwhocodes/module-importer": "^1.0.1",
470
+ "@humanwhocodes/retry": "^0.4.2",
471
+ "@types/estree": "^1.0.6",
472
+ "ajv": "^6.14.0",
473
+ "cross-spawn": "^7.0.6",
474
+ "debug": "^4.3.2",
475
+ "escape-string-regexp": "^4.0.0",
476
+ "eslint-scope": "^9.1.2",
477
+ "eslint-visitor-keys": "^5.0.1",
478
+ "espree": "^11.2.0",
479
+ "esquery": "^1.7.0",
480
+ "esutils": "^2.0.2",
481
+ "fast-deep-equal": "^3.1.3",
482
+ "file-entry-cache": "^8.0.0",
483
+ "find-up": "^5.0.0",
484
+ "glob-parent": "^6.0.2",
485
+ "ignore": "^5.2.0",
486
+ "imurmurhash": "^0.1.4",
487
+ "is-glob": "^4.0.0",
488
+ "json-stable-stringify-without-jsonify": "^1.0.1",
489
+ "minimatch": "^10.2.4",
490
+ "natural-compare": "^1.4.0",
491
+ "optionator": "^0.9.3"
492
+ },
493
+ "bin": {
494
+ "eslint": "bin/eslint.js"
495
+ },
496
+ "engines": {
497
+ "node": "^20.19.0 || ^22.13.0 || >=24"
498
+ },
499
+ "funding": {
500
+ "url": "https://eslint.org/donate"
501
+ },
502
+ "peerDependencies": {
503
+ "jiti": "*"
504
+ },
505
+ "peerDependenciesMeta": {
506
+ "jiti": {
507
+ "optional": true
508
+ }
509
+ }
510
+ },
511
+ "node_modules/eslint-config-nodebb": {
512
+ "version": "2.0.3",
513
+ "resolved": "https://registry.npmjs.org/eslint-config-nodebb/-/eslint-config-nodebb-2.0.3.tgz",
514
+ "integrity": "sha512-dJJREiapn4zXEb0MidVIxS8+qoU5f+a+3cnk0pA4L7AFTd6xxL7hTDKuMmrjyqIB4Hb0Kz/rCyr0F3CVcCwIjg==",
515
+ "dev": true,
516
+ "license": "ISC",
517
+ "dependencies": {
518
+ "globals": "17.3.0"
519
+ },
520
+ "peerDependencies": {
521
+ "@eslint/js": "^10.0.0",
522
+ "@stylistic/eslint-plugin": "^5.x"
523
+ }
524
+ },
525
+ "node_modules/eslint-scope": {
526
+ "version": "9.1.2",
527
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-9.1.2.tgz",
528
+ "integrity": "sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ==",
529
+ "dev": true,
530
+ "license": "BSD-2-Clause",
531
+ "dependencies": {
532
+ "@types/esrecurse": "^4.3.1",
533
+ "@types/estree": "^1.0.8",
534
+ "esrecurse": "^4.3.0",
535
+ "estraverse": "^5.2.0"
536
+ },
537
+ "engines": {
538
+ "node": "^20.19.0 || ^22.13.0 || >=24"
539
+ },
540
+ "funding": {
541
+ "url": "https://opencollective.com/eslint"
542
+ }
543
+ },
544
+ "node_modules/eslint-visitor-keys": {
545
+ "version": "4.2.1",
546
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
547
+ "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
548
+ "dev": true,
549
+ "license": "Apache-2.0",
550
+ "peer": true,
551
+ "engines": {
552
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
553
+ },
554
+ "funding": {
555
+ "url": "https://opencollective.com/eslint"
556
+ }
557
+ },
558
+ "node_modules/eslint/node_modules/eslint-visitor-keys": {
559
+ "version": "5.0.1",
560
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
561
+ "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
562
+ "dev": true,
563
+ "license": "Apache-2.0",
564
+ "engines": {
565
+ "node": "^20.19.0 || ^22.13.0 || >=24"
566
+ },
567
+ "funding": {
568
+ "url": "https://opencollective.com/eslint"
569
+ }
570
+ },
571
+ "node_modules/eslint/node_modules/espree": {
572
+ "version": "11.2.0",
573
+ "resolved": "https://registry.npmjs.org/espree/-/espree-11.2.0.tgz",
574
+ "integrity": "sha512-7p3DrVEIopW1B1avAGLuCSh1jubc01H2JHc8B4qqGblmg5gI9yumBgACjWo4JlIc04ufug4xJ3SQI8HkS/Rgzw==",
575
+ "dev": true,
576
+ "license": "BSD-2-Clause",
577
+ "dependencies": {
578
+ "acorn": "^8.16.0",
579
+ "acorn-jsx": "^5.3.2",
580
+ "eslint-visitor-keys": "^5.0.1"
581
+ },
582
+ "engines": {
583
+ "node": "^20.19.0 || ^22.13.0 || >=24"
584
+ },
585
+ "funding": {
586
+ "url": "https://opencollective.com/eslint"
587
+ }
588
+ },
589
+ "node_modules/espree": {
590
+ "version": "10.4.0",
591
+ "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz",
592
+ "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
593
+ "dev": true,
594
+ "license": "BSD-2-Clause",
595
+ "peer": true,
596
+ "dependencies": {
597
+ "acorn": "^8.15.0",
598
+ "acorn-jsx": "^5.3.2",
599
+ "eslint-visitor-keys": "^4.2.1"
600
+ },
601
+ "engines": {
602
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
603
+ },
604
+ "funding": {
605
+ "url": "https://opencollective.com/eslint"
606
+ }
607
+ },
608
+ "node_modules/esquery": {
609
+ "version": "1.7.0",
610
+ "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.7.0.tgz",
611
+ "integrity": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==",
612
+ "dev": true,
613
+ "license": "BSD-3-Clause",
614
+ "dependencies": {
615
+ "estraverse": "^5.1.0"
616
+ },
617
+ "engines": {
618
+ "node": ">=0.10"
619
+ }
620
+ },
621
+ "node_modules/esrecurse": {
622
+ "version": "4.3.0",
623
+ "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
624
+ "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
625
+ "dev": true,
626
+ "license": "BSD-2-Clause",
627
+ "dependencies": {
628
+ "estraverse": "^5.2.0"
629
+ },
630
+ "engines": {
631
+ "node": ">=4.0"
632
+ }
633
+ },
634
+ "node_modules/estraverse": {
635
+ "version": "5.3.0",
636
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
637
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
638
+ "dev": true,
639
+ "license": "BSD-2-Clause",
640
+ "engines": {
641
+ "node": ">=4.0"
642
+ }
643
+ },
644
+ "node_modules/esutils": {
645
+ "version": "2.0.3",
646
+ "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
647
+ "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
648
+ "dev": true,
649
+ "license": "BSD-2-Clause",
650
+ "engines": {
651
+ "node": ">=0.10.0"
652
+ }
653
+ },
654
+ "node_modules/eventemitter3": {
655
+ "version": "5.0.4",
656
+ "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.4.tgz",
657
+ "integrity": "sha512-mlsTRyGaPBjPedk6Bvw+aqbsXDtoAyAzm5MO7JgU+yVRyMQ5O8bD4Kcci7BS85f93veegeCPkL8R4GLClnjLFw==",
658
+ "license": "MIT",
659
+ "peer": true
660
+ },
661
+ "node_modules/fast-deep-equal": {
662
+ "version": "3.1.3",
663
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
664
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
665
+ "dev": true,
666
+ "license": "MIT"
667
+ },
668
+ "node_modules/fast-json-stable-stringify": {
669
+ "version": "2.1.0",
670
+ "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
671
+ "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
672
+ "dev": true,
673
+ "license": "MIT"
674
+ },
675
+ "node_modules/fast-levenshtein": {
676
+ "version": "2.0.6",
677
+ "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
678
+ "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
679
+ "dev": true,
680
+ "license": "MIT"
681
+ },
682
+ "node_modules/file-entry-cache": {
683
+ "version": "8.0.0",
684
+ "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
685
+ "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
686
+ "dev": true,
687
+ "license": "MIT",
688
+ "dependencies": {
689
+ "flat-cache": "^4.0.0"
690
+ },
691
+ "engines": {
692
+ "node": ">=16.0.0"
693
+ }
694
+ },
695
+ "node_modules/find-up": {
696
+ "version": "5.0.0",
697
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
698
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
699
+ "dev": true,
700
+ "license": "MIT",
701
+ "dependencies": {
702
+ "locate-path": "^6.0.0",
703
+ "path-exists": "^4.0.0"
704
+ },
705
+ "engines": {
706
+ "node": ">=10"
707
+ },
708
+ "funding": {
709
+ "url": "https://github.com/sponsors/sindresorhus"
710
+ }
711
+ },
712
+ "node_modules/flat-cache": {
713
+ "version": "4.0.1",
714
+ "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
715
+ "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
716
+ "dev": true,
717
+ "license": "MIT",
718
+ "dependencies": {
719
+ "flatted": "^3.2.9",
720
+ "keyv": "^4.5.4"
721
+ },
722
+ "engines": {
723
+ "node": ">=16"
724
+ }
725
+ },
726
+ "node_modules/flatted": {
727
+ "version": "3.4.4",
728
+ "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.4.tgz",
729
+ "integrity": "sha512-5+ybhBZANEJxaH3X5evAFatUxLfEHSr7n6kYJ+1Qd0mUqr4eu9gIf6GDbWHf8RJijHrjjO8G+la14SlL2SeS1Q==",
730
+ "dev": true,
731
+ "license": "ISC"
732
+ },
733
+ "node_modules/fs-extra": {
734
+ "version": "11.4.0",
735
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.4.0.tgz",
736
+ "integrity": "sha512-EQsFzMUJkCKGr1ePqlYADkIUmHW1s3ZXr5Yqy6wbGrfUCphpl2maM/kyOIRA2HpP3AaFQTZXD4ldjek+nccddA==",
737
+ "license": "MIT",
738
+ "peer": true,
739
+ "dependencies": {
740
+ "graceful-fs": "^4.2.0",
741
+ "jsonfile": "^6.0.1",
742
+ "universalify": "^2.0.0"
743
+ },
744
+ "engines": {
745
+ "node": ">=14.14"
746
+ }
747
+ },
748
+ "node_modules/glob-parent": {
749
+ "version": "6.0.2",
750
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
751
+ "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
752
+ "dev": true,
753
+ "license": "ISC",
754
+ "dependencies": {
755
+ "is-glob": "^4.0.3"
756
+ },
757
+ "engines": {
758
+ "node": ">=10.13.0"
759
+ }
760
+ },
761
+ "node_modules/globals": {
762
+ "version": "17.3.0",
763
+ "resolved": "https://registry.npmjs.org/globals/-/globals-17.3.0.tgz",
764
+ "integrity": "sha512-yMqGUQVVCkD4tqjOJf3TnrvaaHDMYp4VlUSObbkIiuCPe/ofdMBFIAcBbCSRFWOnos6qRiTVStDwqPLUclaxIw==",
765
+ "dev": true,
766
+ "license": "MIT",
767
+ "engines": {
768
+ "node": ">=18"
769
+ },
770
+ "funding": {
771
+ "url": "https://github.com/sponsors/sindresorhus"
772
+ }
773
+ },
774
+ "node_modules/graceful-fs": {
775
+ "version": "4.2.11",
776
+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
777
+ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
778
+ "license": "ISC",
779
+ "peer": true
780
+ },
781
+ "node_modules/ignore": {
782
+ "version": "5.3.2",
783
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
784
+ "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
785
+ "dev": true,
786
+ "license": "MIT",
787
+ "engines": {
788
+ "node": ">= 4"
789
+ }
790
+ },
791
+ "node_modules/imurmurhash": {
792
+ "version": "0.1.4",
793
+ "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
794
+ "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
795
+ "dev": true,
796
+ "license": "MIT",
797
+ "engines": {
798
+ "node": ">=0.8.19"
799
+ }
800
+ },
801
+ "node_modules/inherits": {
802
+ "version": "2.0.4",
803
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
804
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
805
+ "license": "ISC",
806
+ "peer": true
807
+ },
808
+ "node_modules/is-extglob": {
809
+ "version": "2.1.1",
810
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
811
+ "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
812
+ "dev": true,
813
+ "license": "MIT",
814
+ "engines": {
815
+ "node": ">=0.10.0"
816
+ }
817
+ },
818
+ "node_modules/is-glob": {
819
+ "version": "4.0.3",
820
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
821
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
822
+ "dev": true,
823
+ "license": "MIT",
824
+ "dependencies": {
825
+ "is-extglob": "^2.1.1"
826
+ },
827
+ "engines": {
828
+ "node": ">=0.10.0"
829
+ }
830
+ },
831
+ "node_modules/isexe": {
832
+ "version": "2.0.0",
833
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
834
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
835
+ "dev": true,
836
+ "license": "ISC"
837
+ },
838
+ "node_modules/json-buffer": {
839
+ "version": "3.0.1",
840
+ "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
841
+ "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
842
+ "dev": true,
843
+ "license": "MIT"
844
+ },
845
+ "node_modules/json-schema-traverse": {
846
+ "version": "0.4.1",
847
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
848
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
849
+ "dev": true,
850
+ "license": "MIT"
851
+ },
852
+ "node_modules/json-stable-stringify-without-jsonify": {
853
+ "version": "1.0.1",
854
+ "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
855
+ "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
856
+ "dev": true,
857
+ "license": "MIT"
858
+ },
859
+ "node_modules/jsonfile": {
860
+ "version": "6.2.1",
861
+ "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.2.1.tgz",
862
+ "integrity": "sha512-zwOTdL3rFQ/lRdBnntKVOX6k5cKJwEc1HdilT71BWEu7J41gXIB2MRp+vxduPSwZJPWBxEzv4yH1wYLJGUHX4Q==",
863
+ "license": "MIT",
864
+ "peer": true,
865
+ "dependencies": {
866
+ "universalify": "^2.0.0"
867
+ },
868
+ "optionalDependencies": {
869
+ "graceful-fs": "^4.1.6"
870
+ }
871
+ },
872
+ "node_modules/keyv": {
873
+ "version": "4.5.4",
874
+ "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
875
+ "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
876
+ "dev": true,
877
+ "license": "MIT",
878
+ "dependencies": {
879
+ "json-buffer": "3.0.1"
880
+ }
881
+ },
882
+ "node_modules/levn": {
883
+ "version": "0.4.1",
884
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
885
+ "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
886
+ "dev": true,
887
+ "license": "MIT",
888
+ "dependencies": {
889
+ "prelude-ls": "^1.2.1",
890
+ "type-check": "~0.4.0"
891
+ },
892
+ "engines": {
893
+ "node": ">= 0.8.0"
894
+ }
895
+ },
896
+ "node_modules/locate-path": {
897
+ "version": "6.0.0",
898
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
899
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
900
+ "dev": true,
901
+ "license": "MIT",
902
+ "dependencies": {
903
+ "p-locate": "^5.0.0"
904
+ },
905
+ "engines": {
906
+ "node": ">=10"
907
+ },
908
+ "funding": {
909
+ "url": "https://github.com/sponsors/sindresorhus"
910
+ }
911
+ },
912
+ "node_modules/lodash": {
913
+ "version": "4.18.1",
914
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
915
+ "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
916
+ "license": "MIT",
917
+ "peer": true
918
+ },
919
+ "node_modules/media-typer": {
920
+ "version": "0.3.0",
921
+ "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
922
+ "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==",
923
+ "license": "MIT",
924
+ "peer": true,
925
+ "engines": {
926
+ "node": ">= 0.6"
927
+ }
928
+ },
929
+ "node_modules/mime": {
930
+ "version": "4.1.0",
931
+ "resolved": "https://registry.npmjs.org/mime/-/mime-4.1.0.tgz",
932
+ "integrity": "sha512-X5ju04+cAzsojXKes0B/S4tcYtFAJ6tTMuSPBEn9CPGlrWr8Fiw7qYeLT0XyH80HSoAoqWCaz+MWKh22P7G1cw==",
933
+ "funding": [
934
+ "https://github.com/sponsors/broofa"
935
+ ],
936
+ "license": "MIT",
937
+ "peer": true,
938
+ "bin": {
939
+ "mime": "bin/cli.js"
940
+ },
941
+ "engines": {
942
+ "node": ">=16"
943
+ }
944
+ },
945
+ "node_modules/mime-db": {
946
+ "version": "1.52.0",
947
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
948
+ "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
949
+ "license": "MIT",
950
+ "peer": true,
951
+ "engines": {
952
+ "node": ">= 0.6"
953
+ }
954
+ },
955
+ "node_modules/mime-types": {
956
+ "version": "2.1.35",
957
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
958
+ "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
959
+ "license": "MIT",
960
+ "peer": true,
961
+ "dependencies": {
962
+ "mime-db": "1.52.0"
963
+ },
964
+ "engines": {
965
+ "node": ">= 0.6"
966
+ }
967
+ },
968
+ "node_modules/minimatch": {
969
+ "version": "10.2.6",
970
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.6.tgz",
971
+ "integrity": "sha512-vpLQEs+VLCr1nU0BXS07maYoFwlDAH0gngQuuttxIwutDFEMHq2blX+8vpgxDdK3J1PwjCJiep77OitTZ4Ll1A==",
972
+ "dev": true,
973
+ "license": "BlueOak-1.0.0",
974
+ "dependencies": {
975
+ "brace-expansion": "^5.0.8"
976
+ },
977
+ "engines": {
978
+ "node": "18 || 20 || >=22"
979
+ },
980
+ "funding": {
981
+ "url": "https://github.com/sponsors/isaacs"
982
+ }
983
+ },
984
+ "node_modules/ms": {
985
+ "version": "2.1.3",
986
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
987
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
988
+ "dev": true,
989
+ "license": "MIT"
990
+ },
991
+ "node_modules/multer": {
992
+ "version": "2.3.0",
993
+ "resolved": "https://registry.npmjs.org/multer/-/multer-2.3.0.tgz",
994
+ "integrity": "sha512-cjNbm3sttszgZeGfJR124D+jFEfkXCVAsoPBmFn9X7UxmDSFHWqE2CoEj0vrmSpuAFnqWR1Szcm9QTsiHr60Xw==",
995
+ "license": "MIT",
996
+ "peer": true,
997
+ "dependencies": {
998
+ "append-field": "^1.0.0",
999
+ "busboy": "^1.6.0",
1000
+ "concat-stream": "^2.0.0",
1001
+ "type-is": "^1.6.18"
1002
+ },
1003
+ "engines": {
1004
+ "node": ">= 10.16.0"
1005
+ },
1006
+ "funding": {
1007
+ "type": "opencollective",
1008
+ "url": "https://opencollective.com/express"
1009
+ }
1010
+ },
1011
+ "node_modules/natural-compare": {
1012
+ "version": "1.4.0",
1013
+ "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
1014
+ "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
1015
+ "dev": true,
1016
+ "license": "MIT"
1017
+ },
1018
+ "node_modules/nodebb-plugin-emoji": {
1019
+ "version": "6.0.16",
1020
+ "resolved": "https://registry.npmjs.org/nodebb-plugin-emoji/-/nodebb-plugin-emoji-6.0.16.tgz",
1021
+ "integrity": "sha512-iVIpUW/bNuJmrKwFdzY5B1TpxopSE5v9gv7EpdryCCsCxpinBvXOq+MDRZH54JmJSgylkozqElnHzLBhYpOjIA==",
1022
+ "license": "MIT",
1023
+ "peer": true,
1024
+ "dependencies": {
1025
+ "@textcomplete/core": "^0.1.12",
1026
+ "@textcomplete/textarea": "^0.1.12",
1027
+ "fs-extra": "^11.1.1",
1028
+ "lodash": "^4.17.21",
1029
+ "mime": "^4.0.4",
1030
+ "multer": "^2.0.2"
1031
+ }
1032
+ },
1033
+ "node_modules/optionator": {
1034
+ "version": "0.9.4",
1035
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
1036
+ "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
1037
+ "dev": true,
1038
+ "license": "MIT",
1039
+ "dependencies": {
1040
+ "deep-is": "^0.1.3",
1041
+ "fast-levenshtein": "^2.0.6",
1042
+ "levn": "^0.4.1",
1043
+ "prelude-ls": "^1.2.1",
1044
+ "type-check": "^0.4.0",
1045
+ "word-wrap": "^1.2.5"
1046
+ },
1047
+ "engines": {
1048
+ "node": ">= 0.8.0"
1049
+ }
1050
+ },
1051
+ "node_modules/p-limit": {
1052
+ "version": "3.1.0",
1053
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
1054
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
1055
+ "dev": true,
1056
+ "license": "MIT",
1057
+ "dependencies": {
1058
+ "yocto-queue": "^0.1.0"
1059
+ },
1060
+ "engines": {
1061
+ "node": ">=10"
1062
+ },
1063
+ "funding": {
1064
+ "url": "https://github.com/sponsors/sindresorhus"
1065
+ }
1066
+ },
1067
+ "node_modules/p-locate": {
1068
+ "version": "5.0.0",
1069
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
1070
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
1071
+ "dev": true,
1072
+ "license": "MIT",
1073
+ "dependencies": {
1074
+ "p-limit": "^3.0.2"
1075
+ },
1076
+ "engines": {
1077
+ "node": ">=10"
1078
+ },
1079
+ "funding": {
1080
+ "url": "https://github.com/sponsors/sindresorhus"
1081
+ }
1082
+ },
1083
+ "node_modules/path-exists": {
1084
+ "version": "4.0.0",
1085
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
1086
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
1087
+ "dev": true,
1088
+ "license": "MIT",
1089
+ "engines": {
1090
+ "node": ">=8"
1091
+ }
1092
+ },
1093
+ "node_modules/path-key": {
1094
+ "version": "3.1.1",
1095
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
1096
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
1097
+ "dev": true,
1098
+ "license": "MIT",
1099
+ "engines": {
1100
+ "node": ">=8"
1101
+ }
1102
+ },
1103
+ "node_modules/picomatch": {
1104
+ "version": "4.0.7",
1105
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.7.tgz",
1106
+ "integrity": "sha512-qcJu88Q2IWqJsDD529JKMdwGm/dvInW4HvQnRwiH9JtihJvzGOscDtHE3x1pBKeUOTysQ8kVmLnJ2kJu7yhcGA==",
1107
+ "dev": true,
1108
+ "license": "MIT",
1109
+ "peer": true,
1110
+ "engines": {
1111
+ "node": ">=12"
1112
+ },
1113
+ "funding": {
1114
+ "url": "https://github.com/sponsors/jonschlinkert"
1115
+ }
1116
+ },
1117
+ "node_modules/prelude-ls": {
1118
+ "version": "1.2.1",
1119
+ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
1120
+ "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
1121
+ "dev": true,
1122
+ "license": "MIT",
1123
+ "engines": {
1124
+ "node": ">= 0.8.0"
1125
+ }
1126
+ },
1127
+ "node_modules/punycode": {
1128
+ "version": "2.3.1",
1129
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
1130
+ "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
1131
+ "dev": true,
1132
+ "license": "MIT",
1133
+ "engines": {
1134
+ "node": ">=6"
1135
+ }
1136
+ },
1137
+ "node_modules/readable-stream": {
1138
+ "version": "3.6.2",
1139
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
1140
+ "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
1141
+ "license": "MIT",
1142
+ "peer": true,
1143
+ "dependencies": {
1144
+ "inherits": "^2.0.3",
1145
+ "string_decoder": "^1.1.1",
1146
+ "util-deprecate": "^1.0.1"
1147
+ },
1148
+ "engines": {
1149
+ "node": ">= 6"
1150
+ }
1151
+ },
1152
+ "node_modules/safe-buffer": {
1153
+ "version": "5.2.1",
1154
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
1155
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
1156
+ "funding": [
1157
+ {
1158
+ "type": "github",
1159
+ "url": "https://github.com/sponsors/feross"
1160
+ },
1161
+ {
1162
+ "type": "patreon",
1163
+ "url": "https://www.patreon.com/feross"
1164
+ },
1165
+ {
1166
+ "type": "consulting",
1167
+ "url": "https://feross.org/support"
1168
+ }
1169
+ ],
1170
+ "license": "MIT",
1171
+ "peer": true
1172
+ },
1173
+ "node_modules/shebang-command": {
1174
+ "version": "2.0.0",
1175
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
1176
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
1177
+ "dev": true,
1178
+ "license": "MIT",
1179
+ "dependencies": {
1180
+ "shebang-regex": "^3.0.0"
1181
+ },
1182
+ "engines": {
1183
+ "node": ">=8"
1184
+ }
1185
+ },
1186
+ "node_modules/shebang-regex": {
1187
+ "version": "3.0.0",
1188
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
1189
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
1190
+ "dev": true,
1191
+ "license": "MIT",
1192
+ "engines": {
1193
+ "node": ">=8"
1194
+ }
1195
+ },
1196
+ "node_modules/streamsearch": {
1197
+ "version": "1.1.0",
1198
+ "resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz",
1199
+ "integrity": "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==",
1200
+ "peer": true,
1201
+ "engines": {
1202
+ "node": ">=10.0.0"
1203
+ }
1204
+ },
1205
+ "node_modules/string_decoder": {
1206
+ "version": "1.3.0",
1207
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
1208
+ "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
1209
+ "license": "MIT",
1210
+ "peer": true,
1211
+ "dependencies": {
1212
+ "safe-buffer": "~5.2.0"
1213
+ }
1214
+ },
1215
+ "node_modules/textarea-caret": {
1216
+ "version": "3.1.0",
1217
+ "resolved": "https://registry.npmjs.org/textarea-caret/-/textarea-caret-3.1.0.tgz",
1218
+ "integrity": "sha512-cXAvzO9pP5CGa6NKx0WYHl+8CHKZs8byMkt3PCJBCmq2a34YA9pO1NrQET5pzeqnBjBdToF5No4rrmkDUgQC2Q==",
1219
+ "license": "MIT",
1220
+ "peer": true
1221
+ },
1222
+ "node_modules/type-check": {
1223
+ "version": "0.4.0",
1224
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
1225
+ "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
1226
+ "dev": true,
1227
+ "license": "MIT",
1228
+ "dependencies": {
1229
+ "prelude-ls": "^1.2.1"
1230
+ },
1231
+ "engines": {
1232
+ "node": ">= 0.8.0"
1233
+ }
1234
+ },
1235
+ "node_modules/type-is": {
1236
+ "version": "1.6.18",
1237
+ "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
1238
+ "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
1239
+ "license": "MIT",
1240
+ "peer": true,
1241
+ "dependencies": {
1242
+ "media-typer": "0.3.0",
1243
+ "mime-types": "~2.1.24"
1244
+ },
1245
+ "engines": {
1246
+ "node": ">= 0.6"
1247
+ }
1248
+ },
1249
+ "node_modules/typedarray": {
1250
+ "version": "0.0.6",
1251
+ "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz",
1252
+ "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==",
1253
+ "license": "MIT",
1254
+ "peer": true
1255
+ },
1256
+ "node_modules/undate": {
1257
+ "version": "0.3.0",
1258
+ "resolved": "https://registry.npmjs.org/undate/-/undate-0.3.0.tgz",
1259
+ "integrity": "sha512-ssH8QTNBY6B+2fRr3stSQ+9m2NT8qTaun3ExTx5ibzYQvP7yX4+BnX0McNxFCvh6S5ia/DYu6bsCKQx/U4nb/Q==",
1260
+ "license": "MIT",
1261
+ "peer": true
1262
+ },
1263
+ "node_modules/universalify": {
1264
+ "version": "2.0.1",
1265
+ "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
1266
+ "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
1267
+ "license": "MIT",
1268
+ "peer": true,
1269
+ "engines": {
1270
+ "node": ">= 10.0.0"
1271
+ }
1272
+ },
1273
+ "node_modules/uri-js": {
1274
+ "version": "4.4.1",
1275
+ "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
1276
+ "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
1277
+ "dev": true,
1278
+ "license": "BSD-2-Clause",
1279
+ "dependencies": {
1280
+ "punycode": "^2.1.0"
1281
+ }
1282
+ },
1283
+ "node_modules/util-deprecate": {
1284
+ "version": "1.0.2",
1285
+ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
1286
+ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
1287
+ "license": "MIT",
1288
+ "peer": true
1289
+ },
1290
+ "node_modules/which": {
1291
+ "version": "2.0.2",
1292
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
1293
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
1294
+ "dev": true,
1295
+ "license": "ISC",
1296
+ "dependencies": {
1297
+ "isexe": "^2.0.0"
1298
+ },
1299
+ "bin": {
1300
+ "node-which": "bin/node-which"
1301
+ },
1302
+ "engines": {
1303
+ "node": ">= 8"
1304
+ }
1305
+ },
1306
+ "node_modules/word-wrap": {
1307
+ "version": "1.2.5",
1308
+ "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
1309
+ "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
1310
+ "dev": true,
1311
+ "license": "MIT",
1312
+ "engines": {
1313
+ "node": ">=0.10.0"
1314
+ }
1315
+ },
1316
+ "node_modules/yocto-queue": {
1317
+ "version": "0.1.0",
1318
+ "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
1319
+ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
1320
+ "dev": true,
1321
+ "license": "MIT",
1322
+ "engines": {
1323
+ "node": ">=10"
1324
+ },
1325
+ "funding": {
1326
+ "url": "https://github.com/sponsors/sindresorhus"
1327
+ }
1328
+ }
1329
+ }
1330
+ }