nodebb-theme-persona 15.3.2 → 15.3.3

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,950 @@
1
+ {
2
+ "name": "nodebb-theme-persona",
3
+ "version": "15.3.3",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "nodebb-theme-persona",
9
+ "version": "15.3.3",
10
+ "license": "BSD-2-Clause",
11
+ "dependencies": {
12
+ "pulling": "^2.0.0"
13
+ },
14
+ "devDependencies": {
15
+ "eslint": "10.5.0",
16
+ "eslint-config-nodebb": "^2.0.3"
17
+ }
18
+ },
19
+ "node_modules/@eslint-community/eslint-utils": {
20
+ "version": "4.9.1",
21
+ "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz",
22
+ "integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==",
23
+ "dev": true,
24
+ "dependencies": {
25
+ "eslint-visitor-keys": "^3.4.3"
26
+ },
27
+ "engines": {
28
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
29
+ },
30
+ "funding": {
31
+ "url": "https://opencollective.com/eslint"
32
+ },
33
+ "peerDependencies": {
34
+ "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
35
+ }
36
+ },
37
+ "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
38
+ "version": "3.4.3",
39
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
40
+ "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
41
+ "dev": true,
42
+ "engines": {
43
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
44
+ },
45
+ "funding": {
46
+ "url": "https://opencollective.com/eslint"
47
+ }
48
+ },
49
+ "node_modules/@eslint-community/regexpp": {
50
+ "version": "4.12.2",
51
+ "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
52
+ "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
53
+ "dev": true,
54
+ "engines": {
55
+ "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
56
+ }
57
+ },
58
+ "node_modules/@eslint/config-array": {
59
+ "version": "0.23.5",
60
+ "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.23.5.tgz",
61
+ "integrity": "sha512-Y3kKLvC1dvTOT+oGlqNQ1XLqK6D1HU2YXPc52NmAlJZbMMWDzGYXMiPRJ8TYD39muD/OTjlZmNJ4ib7dvSrMBA==",
62
+ "dev": true,
63
+ "dependencies": {
64
+ "@eslint/object-schema": "^3.0.5",
65
+ "debug": "^4.3.1",
66
+ "minimatch": "^10.2.4"
67
+ },
68
+ "engines": {
69
+ "node": "^20.19.0 || ^22.13.0 || >=24"
70
+ }
71
+ },
72
+ "node_modules/@eslint/config-helpers": {
73
+ "version": "0.6.0",
74
+ "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.6.0.tgz",
75
+ "integrity": "sha512-ii6Bw9jJ2zi2cWA2Z+9/QZ/+3DX6kwaV5Q986D/CdP3Lap3w/pgQZ373FV7byY/i7L4IRH/G43I5dz1ClsCbpA==",
76
+ "dev": true,
77
+ "dependencies": {
78
+ "@eslint/core": "^1.2.1"
79
+ },
80
+ "engines": {
81
+ "node": "^20.19.0 || ^22.13.0 || >=24"
82
+ }
83
+ },
84
+ "node_modules/@eslint/core": {
85
+ "version": "1.2.1",
86
+ "resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.2.1.tgz",
87
+ "integrity": "sha512-MwcE1P+AZ4C6DWlpin/OmOA54mmIZ/+xZuJiQd4SyB29oAJjN30UW9wkKNptW2ctp4cEsvhlLY/CsQ1uoHDloQ==",
88
+ "dev": true,
89
+ "dependencies": {
90
+ "@types/json-schema": "^7.0.15"
91
+ },
92
+ "engines": {
93
+ "node": "^20.19.0 || ^22.13.0 || >=24"
94
+ }
95
+ },
96
+ "node_modules/@eslint/js": {
97
+ "version": "10.0.1",
98
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-10.0.1.tgz",
99
+ "integrity": "sha512-zeR9k5pd4gxjZ0abRoIaxdc7I3nDktoXZk2qOv9gCNWx3mVwEn32VRhyLaRsDiJjTs0xq/T8mfPtyuXu7GWBcA==",
100
+ "dev": true,
101
+ "peer": true,
102
+ "engines": {
103
+ "node": "^20.19.0 || ^22.13.0 || >=24"
104
+ },
105
+ "funding": {
106
+ "url": "https://eslint.org/donate"
107
+ },
108
+ "peerDependencies": {
109
+ "eslint": "^10.0.0"
110
+ },
111
+ "peerDependenciesMeta": {
112
+ "eslint": {
113
+ "optional": true
114
+ }
115
+ }
116
+ },
117
+ "node_modules/@eslint/object-schema": {
118
+ "version": "3.0.5",
119
+ "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-3.0.5.tgz",
120
+ "integrity": "sha512-vqTaUEgxzm+YDSdElad6PiRoX4t8VGDjCtt05zn4nU810UIx/uNEV7/lZJ6KwFThKZOzOxzXy48da+No7HZaMw==",
121
+ "dev": true,
122
+ "engines": {
123
+ "node": "^20.19.0 || ^22.13.0 || >=24"
124
+ }
125
+ },
126
+ "node_modules/@eslint/plugin-kit": {
127
+ "version": "0.7.2",
128
+ "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.7.2.tgz",
129
+ "integrity": "sha512-+CNAzxglkrpNf/kKywqQfk74QjtceuOE7Qm+AF8miRvPF/wmmK5+OJOgVh3AVTT3RP2mH3+FOaxlE5v72owk0A==",
130
+ "dev": true,
131
+ "dependencies": {
132
+ "@eslint/core": "^1.2.1",
133
+ "levn": "^0.4.1"
134
+ },
135
+ "engines": {
136
+ "node": "^20.19.0 || ^22.13.0 || >=24"
137
+ }
138
+ },
139
+ "node_modules/@humanfs/core": {
140
+ "version": "0.19.1",
141
+ "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
142
+ "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
143
+ "dev": true,
144
+ "engines": {
145
+ "node": ">=18.18.0"
146
+ }
147
+ },
148
+ "node_modules/@humanfs/node": {
149
+ "version": "0.16.6",
150
+ "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.6.tgz",
151
+ "integrity": "sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==",
152
+ "dev": true,
153
+ "dependencies": {
154
+ "@humanfs/core": "^0.19.1",
155
+ "@humanwhocodes/retry": "^0.3.0"
156
+ },
157
+ "engines": {
158
+ "node": ">=18.18.0"
159
+ }
160
+ },
161
+ "node_modules/@humanfs/node/node_modules/@humanwhocodes/retry": {
162
+ "version": "0.3.1",
163
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.1.tgz",
164
+ "integrity": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==",
165
+ "dev": true,
166
+ "engines": {
167
+ "node": ">=18.18"
168
+ },
169
+ "funding": {
170
+ "type": "github",
171
+ "url": "https://github.com/sponsors/nzakas"
172
+ }
173
+ },
174
+ "node_modules/@humanwhocodes/module-importer": {
175
+ "version": "1.0.1",
176
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
177
+ "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
178
+ "dev": true,
179
+ "engines": {
180
+ "node": ">=12.22"
181
+ },
182
+ "funding": {
183
+ "type": "github",
184
+ "url": "https://github.com/sponsors/nzakas"
185
+ }
186
+ },
187
+ "node_modules/@humanwhocodes/retry": {
188
+ "version": "0.4.2",
189
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.2.tgz",
190
+ "integrity": "sha512-xeO57FpIu4p1Ri3Jq/EXq4ClRm86dVF2z/+kvFnyqVYRavTZmaFaUBbWCOuuTh0o/g7DSsk6kc2vrS4Vl5oPOQ==",
191
+ "dev": true,
192
+ "engines": {
193
+ "node": ">=18.18"
194
+ },
195
+ "funding": {
196
+ "type": "github",
197
+ "url": "https://github.com/sponsors/nzakas"
198
+ }
199
+ },
200
+ "node_modules/@stylistic/eslint-plugin": {
201
+ "version": "5.10.0",
202
+ "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-5.10.0.tgz",
203
+ "integrity": "sha512-nPK52ZHvot8Ju/0A4ucSX1dcPV2/1clx0kLcH5wDmrE4naKso7TUC/voUyU1O9OTKTrR6MYip6LP0ogEMQ9jPQ==",
204
+ "dev": true,
205
+ "peer": true,
206
+ "dependencies": {
207
+ "@eslint-community/eslint-utils": "^4.9.1",
208
+ "@typescript-eslint/types": "^8.56.0",
209
+ "eslint-visitor-keys": "^4.2.1",
210
+ "espree": "^10.4.0",
211
+ "estraverse": "^5.3.0",
212
+ "picomatch": "^4.0.3"
213
+ },
214
+ "engines": {
215
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
216
+ },
217
+ "peerDependencies": {
218
+ "eslint": "^9.0.0 || ^10.0.0"
219
+ }
220
+ },
221
+ "node_modules/@types/esrecurse": {
222
+ "version": "4.3.1",
223
+ "resolved": "https://registry.npmjs.org/@types/esrecurse/-/esrecurse-4.3.1.tgz",
224
+ "integrity": "sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==",
225
+ "dev": true
226
+ },
227
+ "node_modules/@types/estree": {
228
+ "version": "1.0.9",
229
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz",
230
+ "integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==",
231
+ "dev": true
232
+ },
233
+ "node_modules/@types/json-schema": {
234
+ "version": "7.0.15",
235
+ "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
236
+ "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
237
+ "dev": true
238
+ },
239
+ "node_modules/@typescript-eslint/types": {
240
+ "version": "8.61.1",
241
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.61.1.tgz",
242
+ "integrity": "sha512-G+CRlPqLv7Bz1IZVs03x5K59F1veqL0EJUROAdGhKsEq8qOiRiZbI+HUojPq5l0fEGOKModD9br6lObhB8zkoA==",
243
+ "dev": true,
244
+ "peer": true,
245
+ "engines": {
246
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
247
+ },
248
+ "funding": {
249
+ "type": "opencollective",
250
+ "url": "https://opencollective.com/typescript-eslint"
251
+ }
252
+ },
253
+ "node_modules/acorn": {
254
+ "version": "8.17.0",
255
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.17.0.tgz",
256
+ "integrity": "sha512-xRQbDb9BnwDafYNn6Vwl839DYVjqXYb1XVGtWAZ1kcDc6iwAL4hg3B1dZlRiuENFeO2H53gFG3in621AdERVAg==",
257
+ "dev": true,
258
+ "bin": {
259
+ "acorn": "bin/acorn"
260
+ },
261
+ "engines": {
262
+ "node": ">=0.4.0"
263
+ }
264
+ },
265
+ "node_modules/acorn-jsx": {
266
+ "version": "5.3.2",
267
+ "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
268
+ "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
269
+ "dev": true,
270
+ "peerDependencies": {
271
+ "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
272
+ }
273
+ },
274
+ "node_modules/ajv": {
275
+ "version": "6.15.0",
276
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.15.0.tgz",
277
+ "integrity": "sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==",
278
+ "dev": true,
279
+ "dependencies": {
280
+ "fast-deep-equal": "^3.1.1",
281
+ "fast-json-stable-stringify": "^2.0.0",
282
+ "json-schema-traverse": "^0.4.1",
283
+ "uri-js": "^4.2.2"
284
+ },
285
+ "funding": {
286
+ "type": "github",
287
+ "url": "https://github.com/sponsors/epoberezkin"
288
+ }
289
+ },
290
+ "node_modules/balanced-match": {
291
+ "version": "4.0.4",
292
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
293
+ "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
294
+ "dev": true,
295
+ "engines": {
296
+ "node": "18 || 20 || >=22"
297
+ }
298
+ },
299
+ "node_modules/brace-expansion": {
300
+ "version": "5.0.6",
301
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz",
302
+ "integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==",
303
+ "dev": true,
304
+ "dependencies": {
305
+ "balanced-match": "^4.0.2"
306
+ },
307
+ "engines": {
308
+ "node": "18 || 20 || >=22"
309
+ }
310
+ },
311
+ "node_modules/cross-spawn": {
312
+ "version": "7.0.6",
313
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
314
+ "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
315
+ "dev": true,
316
+ "dependencies": {
317
+ "path-key": "^3.1.0",
318
+ "shebang-command": "^2.0.0",
319
+ "which": "^2.0.1"
320
+ },
321
+ "engines": {
322
+ "node": ">= 8"
323
+ }
324
+ },
325
+ "node_modules/debug": {
326
+ "version": "4.4.3",
327
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
328
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
329
+ "dev": true,
330
+ "dependencies": {
331
+ "ms": "^2.1.3"
332
+ },
333
+ "engines": {
334
+ "node": ">=6.0"
335
+ },
336
+ "peerDependenciesMeta": {
337
+ "supports-color": {
338
+ "optional": true
339
+ }
340
+ }
341
+ },
342
+ "node_modules/deep-is": {
343
+ "version": "0.1.4",
344
+ "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
345
+ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
346
+ "dev": true
347
+ },
348
+ "node_modules/escape-string-regexp": {
349
+ "version": "4.0.0",
350
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
351
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
352
+ "dev": true,
353
+ "license": "MIT",
354
+ "engines": {
355
+ "node": ">=10"
356
+ },
357
+ "funding": {
358
+ "url": "https://github.com/sponsors/sindresorhus"
359
+ }
360
+ },
361
+ "node_modules/eslint": {
362
+ "version": "10.5.0",
363
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.5.0.tgz",
364
+ "integrity": "sha512-1y+7C+vi12bUK1IpZeaV3gsH9fHLBmPvYmPx42pvT/E9yG0IC8g3PUZZgp0+JLJl7ZDK0flc2gc+Aw9dpCvIsQ==",
365
+ "dev": true,
366
+ "dependencies": {
367
+ "@eslint-community/eslint-utils": "^4.8.0",
368
+ "@eslint-community/regexpp": "^4.12.2",
369
+ "@eslint/config-array": "^0.23.5",
370
+ "@eslint/config-helpers": "^0.6.0",
371
+ "@eslint/core": "^1.2.1",
372
+ "@eslint/plugin-kit": "^0.7.2",
373
+ "@humanfs/node": "^0.16.6",
374
+ "@humanwhocodes/module-importer": "^1.0.1",
375
+ "@humanwhocodes/retry": "^0.4.2",
376
+ "@types/estree": "^1.0.6",
377
+ "ajv": "^6.14.0",
378
+ "cross-spawn": "^7.0.6",
379
+ "debug": "^4.3.2",
380
+ "escape-string-regexp": "^4.0.0",
381
+ "eslint-scope": "^9.1.2",
382
+ "eslint-visitor-keys": "^5.0.1",
383
+ "espree": "^11.2.0",
384
+ "esquery": "^1.7.0",
385
+ "esutils": "^2.0.2",
386
+ "fast-deep-equal": "^3.1.3",
387
+ "file-entry-cache": "^8.0.0",
388
+ "find-up": "^5.0.0",
389
+ "glob-parent": "^6.0.2",
390
+ "ignore": "^5.2.0",
391
+ "imurmurhash": "^0.1.4",
392
+ "is-glob": "^4.0.0",
393
+ "json-stable-stringify-without-jsonify": "^1.0.1",
394
+ "minimatch": "^10.2.4",
395
+ "natural-compare": "^1.4.0",
396
+ "optionator": "^0.9.3"
397
+ },
398
+ "bin": {
399
+ "eslint": "bin/eslint.js"
400
+ },
401
+ "engines": {
402
+ "node": "^20.19.0 || ^22.13.0 || >=24"
403
+ },
404
+ "funding": {
405
+ "url": "https://eslint.org/donate"
406
+ },
407
+ "peerDependencies": {
408
+ "jiti": "*"
409
+ },
410
+ "peerDependenciesMeta": {
411
+ "jiti": {
412
+ "optional": true
413
+ }
414
+ }
415
+ },
416
+ "node_modules/eslint-config-nodebb": {
417
+ "version": "2.0.3",
418
+ "resolved": "https://registry.npmjs.org/eslint-config-nodebb/-/eslint-config-nodebb-2.0.3.tgz",
419
+ "integrity": "sha512-dJJREiapn4zXEb0MidVIxS8+qoU5f+a+3cnk0pA4L7AFTd6xxL7hTDKuMmrjyqIB4Hb0Kz/rCyr0F3CVcCwIjg==",
420
+ "dev": true,
421
+ "dependencies": {
422
+ "globals": "17.3.0"
423
+ },
424
+ "peerDependencies": {
425
+ "@eslint/js": "^10.0.0",
426
+ "@stylistic/eslint-plugin": "^5.x"
427
+ }
428
+ },
429
+ "node_modules/eslint-scope": {
430
+ "version": "9.1.2",
431
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-9.1.2.tgz",
432
+ "integrity": "sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ==",
433
+ "dev": true,
434
+ "dependencies": {
435
+ "@types/esrecurse": "^4.3.1",
436
+ "@types/estree": "^1.0.8",
437
+ "esrecurse": "^4.3.0",
438
+ "estraverse": "^5.2.0"
439
+ },
440
+ "engines": {
441
+ "node": "^20.19.0 || ^22.13.0 || >=24"
442
+ },
443
+ "funding": {
444
+ "url": "https://opencollective.com/eslint"
445
+ }
446
+ },
447
+ "node_modules/eslint-visitor-keys": {
448
+ "version": "4.2.1",
449
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
450
+ "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
451
+ "dev": true,
452
+ "peer": true,
453
+ "engines": {
454
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
455
+ },
456
+ "funding": {
457
+ "url": "https://opencollective.com/eslint"
458
+ }
459
+ },
460
+ "node_modules/eslint/node_modules/eslint-visitor-keys": {
461
+ "version": "5.0.1",
462
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
463
+ "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
464
+ "dev": true,
465
+ "engines": {
466
+ "node": "^20.19.0 || ^22.13.0 || >=24"
467
+ },
468
+ "funding": {
469
+ "url": "https://opencollective.com/eslint"
470
+ }
471
+ },
472
+ "node_modules/eslint/node_modules/espree": {
473
+ "version": "11.2.0",
474
+ "resolved": "https://registry.npmjs.org/espree/-/espree-11.2.0.tgz",
475
+ "integrity": "sha512-7p3DrVEIopW1B1avAGLuCSh1jubc01H2JHc8B4qqGblmg5gI9yumBgACjWo4JlIc04ufug4xJ3SQI8HkS/Rgzw==",
476
+ "dev": true,
477
+ "dependencies": {
478
+ "acorn": "^8.16.0",
479
+ "acorn-jsx": "^5.3.2",
480
+ "eslint-visitor-keys": "^5.0.1"
481
+ },
482
+ "engines": {
483
+ "node": "^20.19.0 || ^22.13.0 || >=24"
484
+ },
485
+ "funding": {
486
+ "url": "https://opencollective.com/eslint"
487
+ }
488
+ },
489
+ "node_modules/espree": {
490
+ "version": "10.4.0",
491
+ "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz",
492
+ "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
493
+ "dev": true,
494
+ "peer": true,
495
+ "dependencies": {
496
+ "acorn": "^8.15.0",
497
+ "acorn-jsx": "^5.3.2",
498
+ "eslint-visitor-keys": "^4.2.1"
499
+ },
500
+ "engines": {
501
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
502
+ },
503
+ "funding": {
504
+ "url": "https://opencollective.com/eslint"
505
+ }
506
+ },
507
+ "node_modules/esquery": {
508
+ "version": "1.7.0",
509
+ "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.7.0.tgz",
510
+ "integrity": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==",
511
+ "dev": true,
512
+ "dependencies": {
513
+ "estraverse": "^5.1.0"
514
+ },
515
+ "engines": {
516
+ "node": ">=0.10"
517
+ }
518
+ },
519
+ "node_modules/esrecurse": {
520
+ "version": "4.3.0",
521
+ "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
522
+ "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
523
+ "dev": true,
524
+ "dependencies": {
525
+ "estraverse": "^5.2.0"
526
+ },
527
+ "engines": {
528
+ "node": ">=4.0"
529
+ }
530
+ },
531
+ "node_modules/estraverse": {
532
+ "version": "5.3.0",
533
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
534
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
535
+ "dev": true,
536
+ "engines": {
537
+ "node": ">=4.0"
538
+ }
539
+ },
540
+ "node_modules/esutils": {
541
+ "version": "2.0.3",
542
+ "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
543
+ "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
544
+ "dev": true,
545
+ "license": "BSD-2-Clause",
546
+ "engines": {
547
+ "node": ">=0.10.0"
548
+ }
549
+ },
550
+ "node_modules/fast-deep-equal": {
551
+ "version": "3.1.3",
552
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
553
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
554
+ "dev": true
555
+ },
556
+ "node_modules/fast-json-stable-stringify": {
557
+ "version": "2.1.0",
558
+ "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
559
+ "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
560
+ "dev": true
561
+ },
562
+ "node_modules/fast-levenshtein": {
563
+ "version": "2.0.6",
564
+ "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
565
+ "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
566
+ "dev": true
567
+ },
568
+ "node_modules/file-entry-cache": {
569
+ "version": "8.0.0",
570
+ "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
571
+ "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
572
+ "dev": true,
573
+ "dependencies": {
574
+ "flat-cache": "^4.0.0"
575
+ },
576
+ "engines": {
577
+ "node": ">=16.0.0"
578
+ }
579
+ },
580
+ "node_modules/find-up": {
581
+ "version": "5.0.0",
582
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
583
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
584
+ "dev": true,
585
+ "dependencies": {
586
+ "locate-path": "^6.0.0",
587
+ "path-exists": "^4.0.0"
588
+ },
589
+ "engines": {
590
+ "node": ">=10"
591
+ },
592
+ "funding": {
593
+ "url": "https://github.com/sponsors/sindresorhus"
594
+ }
595
+ },
596
+ "node_modules/flat-cache": {
597
+ "version": "4.0.1",
598
+ "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
599
+ "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
600
+ "dev": true,
601
+ "dependencies": {
602
+ "flatted": "^3.2.9",
603
+ "keyv": "^4.5.4"
604
+ },
605
+ "engines": {
606
+ "node": ">=16"
607
+ }
608
+ },
609
+ "node_modules/flatted": {
610
+ "version": "3.3.3",
611
+ "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz",
612
+ "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
613
+ "dev": true
614
+ },
615
+ "node_modules/glob-parent": {
616
+ "version": "6.0.2",
617
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
618
+ "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
619
+ "dev": true,
620
+ "dependencies": {
621
+ "is-glob": "^4.0.3"
622
+ },
623
+ "engines": {
624
+ "node": ">=10.13.0"
625
+ }
626
+ },
627
+ "node_modules/globals": {
628
+ "version": "17.3.0",
629
+ "resolved": "https://registry.npmjs.org/globals/-/globals-17.3.0.tgz",
630
+ "integrity": "sha512-yMqGUQVVCkD4tqjOJf3TnrvaaHDMYp4VlUSObbkIiuCPe/ofdMBFIAcBbCSRFWOnos6qRiTVStDwqPLUclaxIw==",
631
+ "dev": true,
632
+ "engines": {
633
+ "node": ">=18"
634
+ },
635
+ "funding": {
636
+ "url": "https://github.com/sponsors/sindresorhus"
637
+ }
638
+ },
639
+ "node_modules/ignore": {
640
+ "version": "5.3.2",
641
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
642
+ "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
643
+ "dev": true,
644
+ "engines": {
645
+ "node": ">= 4"
646
+ }
647
+ },
648
+ "node_modules/imurmurhash": {
649
+ "version": "0.1.4",
650
+ "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
651
+ "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=",
652
+ "dev": true,
653
+ "license": "MIT",
654
+ "engines": {
655
+ "node": ">=0.8.19"
656
+ }
657
+ },
658
+ "node_modules/is-extglob": {
659
+ "version": "2.1.1",
660
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
661
+ "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
662
+ "dev": true,
663
+ "engines": {
664
+ "node": ">=0.10.0"
665
+ }
666
+ },
667
+ "node_modules/is-glob": {
668
+ "version": "4.0.3",
669
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
670
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
671
+ "dev": true,
672
+ "dependencies": {
673
+ "is-extglob": "^2.1.1"
674
+ },
675
+ "engines": {
676
+ "node": ">=0.10.0"
677
+ }
678
+ },
679
+ "node_modules/isexe": {
680
+ "version": "2.0.0",
681
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
682
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
683
+ "dev": true
684
+ },
685
+ "node_modules/json-buffer": {
686
+ "version": "3.0.1",
687
+ "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
688
+ "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
689
+ "dev": true
690
+ },
691
+ "node_modules/json-schema-traverse": {
692
+ "version": "0.4.1",
693
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
694
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
695
+ "dev": true
696
+ },
697
+ "node_modules/json-stable-stringify-without-jsonify": {
698
+ "version": "1.0.1",
699
+ "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
700
+ "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=",
701
+ "dev": true,
702
+ "license": "MIT"
703
+ },
704
+ "node_modules/keyv": {
705
+ "version": "4.5.4",
706
+ "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
707
+ "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
708
+ "dev": true,
709
+ "dependencies": {
710
+ "json-buffer": "3.0.1"
711
+ }
712
+ },
713
+ "node_modules/levn": {
714
+ "version": "0.4.1",
715
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
716
+ "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
717
+ "dev": true,
718
+ "dependencies": {
719
+ "prelude-ls": "^1.2.1",
720
+ "type-check": "~0.4.0"
721
+ },
722
+ "engines": {
723
+ "node": ">= 0.8.0"
724
+ }
725
+ },
726
+ "node_modules/locate-path": {
727
+ "version": "6.0.0",
728
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
729
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
730
+ "dev": true,
731
+ "dependencies": {
732
+ "p-locate": "^5.0.0"
733
+ },
734
+ "engines": {
735
+ "node": ">=10"
736
+ },
737
+ "funding": {
738
+ "url": "https://github.com/sponsors/sindresorhus"
739
+ }
740
+ },
741
+ "node_modules/minimatch": {
742
+ "version": "10.2.5",
743
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
744
+ "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
745
+ "dev": true,
746
+ "dependencies": {
747
+ "brace-expansion": "^5.0.5"
748
+ },
749
+ "engines": {
750
+ "node": "18 || 20 || >=22"
751
+ },
752
+ "funding": {
753
+ "url": "https://github.com/sponsors/isaacs"
754
+ }
755
+ },
756
+ "node_modules/ms": {
757
+ "version": "2.1.3",
758
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
759
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
760
+ "dev": true
761
+ },
762
+ "node_modules/natural-compare": {
763
+ "version": "1.4.0",
764
+ "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
765
+ "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=",
766
+ "dev": true,
767
+ "license": "MIT"
768
+ },
769
+ "node_modules/optionator": {
770
+ "version": "0.9.4",
771
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
772
+ "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
773
+ "dev": true,
774
+ "dependencies": {
775
+ "deep-is": "^0.1.3",
776
+ "fast-levenshtein": "^2.0.6",
777
+ "levn": "^0.4.1",
778
+ "prelude-ls": "^1.2.1",
779
+ "type-check": "^0.4.0",
780
+ "word-wrap": "^1.2.5"
781
+ },
782
+ "engines": {
783
+ "node": ">= 0.8.0"
784
+ }
785
+ },
786
+ "node_modules/p-limit": {
787
+ "version": "3.1.0",
788
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
789
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
790
+ "dev": true,
791
+ "dependencies": {
792
+ "yocto-queue": "^0.1.0"
793
+ },
794
+ "engines": {
795
+ "node": ">=10"
796
+ },
797
+ "funding": {
798
+ "url": "https://github.com/sponsors/sindresorhus"
799
+ }
800
+ },
801
+ "node_modules/p-locate": {
802
+ "version": "5.0.0",
803
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
804
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
805
+ "dev": true,
806
+ "dependencies": {
807
+ "p-limit": "^3.0.2"
808
+ },
809
+ "engines": {
810
+ "node": ">=10"
811
+ },
812
+ "funding": {
813
+ "url": "https://github.com/sponsors/sindresorhus"
814
+ }
815
+ },
816
+ "node_modules/path-exists": {
817
+ "version": "4.0.0",
818
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
819
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
820
+ "dev": true,
821
+ "engines": {
822
+ "node": ">=8"
823
+ }
824
+ },
825
+ "node_modules/path-key": {
826
+ "version": "3.1.1",
827
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
828
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
829
+ "dev": true,
830
+ "engines": {
831
+ "node": ">=8"
832
+ }
833
+ },
834
+ "node_modules/picomatch": {
835
+ "version": "4.0.4",
836
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
837
+ "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
838
+ "dev": true,
839
+ "peer": true,
840
+ "engines": {
841
+ "node": ">=12"
842
+ },
843
+ "funding": {
844
+ "url": "https://github.com/sponsors/jonschlinkert"
845
+ }
846
+ },
847
+ "node_modules/prelude-ls": {
848
+ "version": "1.2.1",
849
+ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
850
+ "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
851
+ "dev": true,
852
+ "engines": {
853
+ "node": ">= 0.8.0"
854
+ }
855
+ },
856
+ "node_modules/pulling": {
857
+ "version": "2.0.0",
858
+ "resolved": "https://registry.npmjs.org/pulling/-/pulling-2.0.0.tgz",
859
+ "integrity": "sha512-FTbrWBDFPZBP75bbeB3+5gXBFO3SCp+LKcUS7wE9Nn3x/RZoIjYzgH5RXT1vSBuyW+5sdguXqBsQjQeRYIKn1A==",
860
+ "license": "MIT"
861
+ },
862
+ "node_modules/punycode": {
863
+ "version": "2.3.1",
864
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
865
+ "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
866
+ "dev": true,
867
+ "engines": {
868
+ "node": ">=6"
869
+ }
870
+ },
871
+ "node_modules/shebang-command": {
872
+ "version": "2.0.0",
873
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
874
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
875
+ "dev": true,
876
+ "dependencies": {
877
+ "shebang-regex": "^3.0.0"
878
+ },
879
+ "engines": {
880
+ "node": ">=8"
881
+ }
882
+ },
883
+ "node_modules/shebang-regex": {
884
+ "version": "3.0.0",
885
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
886
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
887
+ "dev": true,
888
+ "engines": {
889
+ "node": ">=8"
890
+ }
891
+ },
892
+ "node_modules/type-check": {
893
+ "version": "0.4.0",
894
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
895
+ "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
896
+ "dev": true,
897
+ "dependencies": {
898
+ "prelude-ls": "^1.2.1"
899
+ },
900
+ "engines": {
901
+ "node": ">= 0.8.0"
902
+ }
903
+ },
904
+ "node_modules/uri-js": {
905
+ "version": "4.4.1",
906
+ "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
907
+ "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
908
+ "dev": true,
909
+ "dependencies": {
910
+ "punycode": "^2.1.0"
911
+ }
912
+ },
913
+ "node_modules/which": {
914
+ "version": "2.0.2",
915
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
916
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
917
+ "dev": true,
918
+ "dependencies": {
919
+ "isexe": "^2.0.0"
920
+ },
921
+ "bin": {
922
+ "node-which": "bin/node-which"
923
+ },
924
+ "engines": {
925
+ "node": ">= 8"
926
+ }
927
+ },
928
+ "node_modules/word-wrap": {
929
+ "version": "1.2.5",
930
+ "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
931
+ "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
932
+ "dev": true,
933
+ "engines": {
934
+ "node": ">=0.10.0"
935
+ }
936
+ },
937
+ "node_modules/yocto-queue": {
938
+ "version": "0.1.0",
939
+ "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
940
+ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
941
+ "dev": true,
942
+ "engines": {
943
+ "node": ">=10"
944
+ },
945
+ "funding": {
946
+ "url": "https://github.com/sponsors/sindresorhus"
947
+ }
948
+ }
949
+ }
950
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-theme-persona",
3
- "version": "15.3.2",
3
+ "version": "15.3.3",
4
4
  "nbbpm": {
5
5
  "compatibility": "^4.16.0"
6
6
  },
@@ -5,7 +5,14 @@
5
5
  </a>
6
6
 
7
7
  <div component="post/content" class="content mb-3 text-break">
8
+ {{{ if ./contentWarning }}}
9
+ <details class="content-warning">
10
+ <summary>{./contentWarning}</summary>
8
11
  {{{ if ./txContent }}}{{tx(./content)}}{{{ else }}}{{./content}}{{{ end }}}
12
+ </details>
13
+ {{{ else }}}
14
+ {{{ if ./txContent }}}{{tx(./content)}}{{{ else }}}{{./content}}{{{ end }}}
15
+ {{{ end }}}
9
16
  </div>
10
17
 
11
18
  <div class="mb-3">
@@ -9,4 +9,13 @@
9
9
  </small>
10
10
  </div>
11
11
 
12
- <div>{{{ if post.txContent }}}{{tx(post.content)}}{{{ else }}}{{post.content}}{{{ end }}}</div>
12
+ <div>
13
+ {{{ if post.contentWarning }}}
14
+ <details class="content-warning">
15
+ <summary>{post.contentWarning}</summary>
16
+ {{{ if post.txContent }}}{{tx(post.content)}}{{{ else }}}{{post.content}}{{{ end }}}
17
+ </details>
18
+ {{{ else }}}
19
+ {{{ if post.txContent }}}{{tx(post.content)}}{{{ else }}}{{post.content}}{{{ end }}}
20
+ {{{ end }}}
21
+ </div>
@@ -65,7 +65,14 @@
65
65
  <br />
66
66
 
67
67
  <div class="content" component="post/content" itemprop="text">
68
+ {{{ if posts.contentWarning }}}
69
+ <details class="content-warning">
70
+ <summary>{posts.contentWarning}</summary>
68
71
  {{{ if posts.txContent }}}{{tx(posts.content)}}{{{ else }}}{{posts.content}}{{{ end }}}
72
+ </details>
73
+ {{{ else }}}
74
+ {{{ if posts.txContent }}}{{tx(posts.content)}}{{{ else }}}{{posts.content}}{{{ end }}}
75
+ {{{ end }}}
69
76
  </div>
70
77
 
71
78
  <div class="post-footer">
@@ -121,7 +121,14 @@
121
121
  </div>
122
122
  <div class="post-content text-xs ps-2 line-clamp-sm-2 lh-sm text-break position-relative flex-fill">
123
123
  <a class="stretched-link" tabindex="-1" href="{config.relative_path}/topic/{./slug}/{./teaser.index}" aria-label="{{tx("global:lastpost")}}"></a>
124
+ {{{ if ./teaser.contentWarning }}}
125
+ <details class="content-warning">
126
+ <summary>{./teaser.contentWarning}</summary>
124
127
  {{./teaser.content}}
128
+ </details>
129
+ {{{ else }}}
130
+ {{./teaser.content}}
131
+ {{{ end }}}
125
132
  </div>
126
133
  {{{ end }}}
127
134
  {{{ end }}}