nodebb-theme-harmony 2.2.53 → 2.2.54

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-theme-harmony",
3
- "version": "2.2.53",
3
+ "version": "2.2.54",
4
4
  "nbbpm": {
5
5
  "compatibility": "^4.0.0"
6
6
  },
@@ -70,7 +70,13 @@
70
70
  </div>
71
71
 
72
72
  <div class="tab-pane fade" id="groups-admin" role="tabpanel">
73
- <h3 class="fw-semibold fs-5 mb-3">[[groups:details.owner-options]]</h3>
73
+ <div class="d-flex align-items-center gap-1 justify-content-between mb-3 flex-wrap">
74
+ <h3 class="fw-semibold fs-5">[[groups:details.owner-options]]</h3>
75
+ <div class="d-flex justify-content-end gap-2">
76
+ <button class="btn btn-link btn-sm text-danger border-danger" type="button" data-action="delete">[[groups:details.delete-group]]</button>
77
+ <button class="btn btn-primary btn-sm" type="button" data-action="update">[[global:save-changes]]</button>
78
+ </div>
79
+ </div>
74
80
  <!-- IMPORT partials/groups/admin.tpl -->
75
81
  </div>
76
82
  {{{ end }}}
@@ -1,4 +1,4 @@
1
- <div class="options">
1
+ <div class="options mb-5">
2
2
  <form component="groups/settings" role="form">
3
3
  <div class="row">
4
4
  <div class="col-12 col-lg-6">
@@ -8,10 +8,10 @@
8
8
  </div>
9
9
  <div class="mb-3">
10
10
  <label class="form-label" for="description">[[groups:details.description]]</label>
11
- <textarea class="form-control" name="description" id="description" type="text" maxlength="255">{group.description}</textarea>
11
+ <textarea class="form-control" name="description" id="description" type="text" maxlength="255" rows="5">{group.description}</textarea>
12
12
  </div>
13
13
 
14
- <div class="form-check">
14
+ <div class="form-check mb-3">
15
15
  <label class="form-check-label" for="private">[[groups:details.private]]</label>
16
16
  <input class="form-check-input" name="private" id="private" type="checkbox"{{{ if group.private }}} checked{{{ end }}}>
17
17
  {{{ if !allowPrivateGroups }}}
@@ -23,7 +23,7 @@
23
23
  [[groups:details.private-help]]
24
24
  </p>
25
25
  </div>
26
- <div class="form-check">
26
+ <div class="form-check mb-3">
27
27
  <label class="form-check-label" for="hidden">[[groups:details.hidden]]</label>
28
28
  <input class="form-check-input" name="hidden" id="hidden" type="checkbox"{{{ if group.hidden }}} checked{{{ end }}}>
29
29
  <p class="form-text text-xs m-0">
@@ -31,17 +31,27 @@
31
31
  </p>
32
32
  </div>
33
33
 
34
- <div class="form-check">
34
+ <div class="form-check mb-3">
35
35
  <label class="form-check-label" for="disableJoinRequests">[[groups:details.disableJoinRequests]]</label>
36
36
  <input class="form-check-input" name="disableJoinRequests" id="disableJoinRequests" type="checkbox"{{{ if group.disableJoinRequests }}} checked{{{ end }}}>
37
37
  </div>
38
- <div class="form-check">
38
+ <div class="form-check mb-3">
39
39
  <label class="form-check-label" for="disableLeave">[[groups:details.disableLeave]]</label>
40
40
  <input class="form-check-input" name="disableLeave" id="disableLeave" type="checkbox"{{{if group.disableLeave}}} checked{{{end}}}>
41
41
  </div>
42
+
43
+ <div class="mb-3">
44
+ <label class="form-label" for="memberPostCids">[[groups:details.member-post-cids]]</label>
45
+ <div class="d-flex gap-1">
46
+ <div class="member-post-cids-selector">
47
+ <!-- IMPORT partials/category/selector-dropdown-left.tpl -->
48
+ </div>
49
+ <input id="memberPostCids" type="text" class="form-control form-control-sm" value="{group.memberPostCids}">
50
+ </div>
51
+ </div>
42
52
  </div>
43
53
  <div class="col-12 col-lg-6">
44
- <div class="d-flex gap-2 align-items-center">
54
+ <div class="d-flex gap-2 align-items-center mb-3">
45
55
  <div class="form-check">
46
56
  <label class="form-check-label" for="userTitleEnabled">[[groups:details.userTitleEnabled]]</label>
47
57
  <input class="form-check-input" name="userTitleEnabled" id="userTitleEnabled" type="checkbox"{{{ if group.userTitleEnabled }}} checked{{{ end }}}>
@@ -50,8 +60,8 @@
50
60
  </div>
51
61
 
52
62
 
53
- <div class="mb-2">
54
- <label class="form-label text-xs text-muted" for="userTitle">[[groups:details.badge-text]]</label>
63
+ <div class="mb-3">
64
+ <label class="form-label" for="userTitle">[[groups:details.badge-text]]</label>
55
65
  <div class="d-flex gap-1">
56
66
  <input component="groups/userTitleOption" class="form-control" name="userTitle" id="userTitle" type="text" maxlength="40" value="{group.userTitleEscaped}"{{{ if !group.userTitleEnabled }}} disabled{{{ end }}} />
57
67
  <button component="groups/userTitleOption" type="button" class="btn btn-outline-secondary text-nowrap" data-action="icon-select"{{{ if !group.userTitleEnabled }}} disabled{{{ end }}}>[[groups:details.change-icon]]</button>
@@ -65,31 +75,16 @@
65
75
  </div>
66
76
  </div>
67
77
  </div>
68
- <div class="mb-2">
69
- <label class="form-label text-xs text-muted" for="labelColor" class="badge-color-label">[[groups:details.change-label-colour]]</label>
70
- <input class="form-control" component="groups/userTitleOption" type="color" name="labelColor" id="labelColor" value="{{{ if group.labelColor }}}{group.labelColor}{{{ end }}}" />
78
+ <div class="mb-3 d-flex align-items-center justify-content-between gap-5">
79
+ <label class="form-label mb-0 text-nowrap" for="labelColor" class="badge-color-label">[[groups:details.change-label-colour]]</label>
80
+ <input class="form-control p-1" component="groups/userTitleOption" type="color" name="labelColor" id="labelColor" value="{{{ if group.labelColor }}}{group.labelColor}{{{ end }}}" style="width: 128px;" />
71
81
  </div>
72
- <div class="mb-2">
73
- <label class="form-label text-xs text-muted" for="textColor" class="badge-color-label">[[groups:details.change-text-colour]]</label>
74
- <input class="form-control" component="groups/userTitleOption" type="color" name="textColor" id="textColor" value="{{{ if group.textColor }}}{group.textColor}{{{ end }}}" />
82
+ <div class="d-flex align-items-center justify-content-between gap-5">
83
+ <label class="form-label mb-0 text-nowrap" for="textColor" class="badge-color-label">[[groups:details.change-text-colour]]</label>
84
+ <input class="form-control p-1" component="groups/userTitleOption" type="color" name="textColor" id="textColor" value="{{{ if group.textColor }}}{group.textColor}{{{ end }}}" style="width: 128px;"/>
75
85
  </div>
76
86
  </div>
77
87
  </div>
78
88
 
79
- <hr />
80
-
81
- <div class="mb-3">
82
- <label class="form-label" for="memberPostCids">[[groups:details.member-post-cids]]</label>
83
- <div class="d-flex gap-1">
84
- <div class="member-post-cids-selector">
85
- <!-- IMPORT partials/category/selector-dropdown-left.tpl -->
86
- </div>
87
- <input id="memberPostCids" type="text" class="form-control form-control-sm" value="{group.memberPostCids}">
88
- </div>
89
- </div>
90
- <div class="d-flex justify-content-end gap-2">
91
- <button class="btn btn-link text-danger" type="button" data-action="delete">[[groups:details.delete-group]]</button>
92
- <button class="btn btn-primary" type="button" data-action="update">[[global:save-changes]]</button>
93
- </div>
94
89
  </form>
95
90
  </div>
package/package-lock.json DELETED
@@ -1,1020 +0,0 @@
1
- {
2
- "name": "nodebb-theme-harmony",
3
- "version": "2.2.53",
4
- "lockfileVersion": 3,
5
- "requires": true,
6
- "packages": {
7
- "": {
8
- "name": "nodebb-theme-harmony",
9
- "version": "2.2.53",
10
- "license": "MIT",
11
- "dependencies": {
12
- "@fontsource/inter": "5.2.8",
13
- "@fontsource/poppins": "5.2.7"
14
- },
15
- "devDependencies": {
16
- "eslint": "10.0.3",
17
- "eslint-config-nodebb": "^2.0.0"
18
- }
19
- },
20
- "node_modules/@aashutoshrathi/word-wrap": {
21
- "version": "1.2.6",
22
- "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz",
23
- "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==",
24
- "dev": true,
25
- "engines": {
26
- "node": ">=0.10.0"
27
- }
28
- },
29
- "node_modules/@eslint-community/eslint-utils": {
30
- "version": "4.8.0",
31
- "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.8.0.tgz",
32
- "integrity": "sha512-MJQFqrZgcW0UNYLGOuQpey/oTN59vyWwplvCGZztn1cKz9agZPPYpJB7h2OMmuu7VLqkvEjN8feFZJmxNF9D+Q==",
33
- "dev": true,
34
- "license": "MIT",
35
- "dependencies": {
36
- "eslint-visitor-keys": "^3.4.3"
37
- },
38
- "engines": {
39
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
40
- },
41
- "funding": {
42
- "url": "https://opencollective.com/eslint"
43
- },
44
- "peerDependencies": {
45
- "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
46
- }
47
- },
48
- "node_modules/@eslint-community/regexpp": {
49
- "version": "4.12.2",
50
- "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
51
- "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
52
- "dev": true,
53
- "license": "MIT",
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.3",
60
- "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.23.3.tgz",
61
- "integrity": "sha512-j+eEWmB6YYLwcNOdlwQ6L2OsptI/LO6lNBuLIqe5R7RetD658HLoF+Mn7LzYmAWWNNzdC6cqP+L6r8ujeYXWLw==",
62
- "dev": true,
63
- "license": "Apache-2.0",
64
- "dependencies": {
65
- "@eslint/object-schema": "^3.0.3",
66
- "debug": "^4.3.1",
67
- "minimatch": "^10.2.4"
68
- },
69
- "engines": {
70
- "node": "^20.19.0 || ^22.13.0 || >=24"
71
- }
72
- },
73
- "node_modules/@eslint/config-helpers": {
74
- "version": "0.5.2",
75
- "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.5.2.tgz",
76
- "integrity": "sha512-a5MxrdDXEvqnIq+LisyCX6tQMPF/dSJpCfBgBauY+pNZ28yCtSsTvyTYrMhaI+LK26bVyCJfJkT0u8KIj2i1dQ==",
77
- "dev": true,
78
- "license": "Apache-2.0",
79
- "dependencies": {
80
- "@eslint/core": "^1.1.0"
81
- },
82
- "engines": {
83
- "node": "^20.19.0 || ^22.13.0 || >=24"
84
- }
85
- },
86
- "node_modules/@eslint/core": {
87
- "version": "1.1.1",
88
- "resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.1.1.tgz",
89
- "integrity": "sha512-QUPblTtE51/7/Zhfv8BDwO0qkkzQL7P/aWWbqcf4xWLEYn1oKjdO0gglQBB4GAsu7u6wjijbCmzsUTy6mnk6oQ==",
90
- "dev": true,
91
- "license": "Apache-2.0",
92
- "dependencies": {
93
- "@types/json-schema": "^7.0.15"
94
- },
95
- "engines": {
96
- "node": "^20.19.0 || ^22.13.0 || >=24"
97
- }
98
- },
99
- "node_modules/@eslint/js": {
100
- "version": "10.0.1",
101
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-10.0.1.tgz",
102
- "integrity": "sha512-zeR9k5pd4gxjZ0abRoIaxdc7I3nDktoXZk2qOv9gCNWx3mVwEn32VRhyLaRsDiJjTs0xq/T8mfPtyuXu7GWBcA==",
103
- "dev": true,
104
- "license": "MIT",
105
- "peer": true,
106
- "engines": {
107
- "node": "^20.19.0 || ^22.13.0 || >=24"
108
- },
109
- "funding": {
110
- "url": "https://eslint.org/donate"
111
- },
112
- "peerDependencies": {
113
- "eslint": "^10.0.0"
114
- },
115
- "peerDependenciesMeta": {
116
- "eslint": {
117
- "optional": true
118
- }
119
- }
120
- },
121
- "node_modules/@eslint/object-schema": {
122
- "version": "3.0.3",
123
- "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-3.0.3.tgz",
124
- "integrity": "sha512-iM869Pugn9Nsxbh/YHRqYiqd23AmIbxJOcpUMOuWCVNdoQJ5ZtwL6h3t0bcZzJUlC3Dq9jCFCESBZnX0GTv7iQ==",
125
- "dev": true,
126
- "license": "Apache-2.0",
127
- "engines": {
128
- "node": "^20.19.0 || ^22.13.0 || >=24"
129
- }
130
- },
131
- "node_modules/@eslint/plugin-kit": {
132
- "version": "0.6.1",
133
- "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.6.1.tgz",
134
- "integrity": "sha512-iH1B076HoAshH1mLpHMgwdGeTs0CYwL0SPMkGuSebZrwBp16v415e9NZXg2jtrqPVQjf6IANe2Vtlr5KswtcZQ==",
135
- "dev": true,
136
- "license": "Apache-2.0",
137
- "dependencies": {
138
- "@eslint/core": "^1.1.1",
139
- "levn": "^0.4.1"
140
- },
141
- "engines": {
142
- "node": "^20.19.0 || ^22.13.0 || >=24"
143
- }
144
- },
145
- "node_modules/@fontsource/inter": {
146
- "version": "5.2.8",
147
- "resolved": "https://registry.npmjs.org/@fontsource/inter/-/inter-5.2.8.tgz",
148
- "integrity": "sha512-P6r5WnJoKiNVV+zvW2xM13gNdFhAEpQ9dQJHt3naLvfg+LkF2ldgSLiF4T41lf1SQCM9QmkqPTn4TH568IRagg==",
149
- "license": "OFL-1.1",
150
- "funding": {
151
- "url": "https://github.com/sponsors/ayuhito"
152
- }
153
- },
154
- "node_modules/@fontsource/poppins": {
155
- "version": "5.2.7",
156
- "resolved": "https://registry.npmjs.org/@fontsource/poppins/-/poppins-5.2.7.tgz",
157
- "integrity": "sha512-6uQyPmseo4FgI97WIhA4yWRlNaoLk4vSDK/PyRwdqqZb5zAEuc+Kunt8JTMcsHYUEGYBtN15SNkMajMdqUSUmg==",
158
- "license": "OFL-1.1",
159
- "funding": {
160
- "url": "https://github.com/sponsors/ayuhito"
161
- }
162
- },
163
- "node_modules/@humanfs/core": {
164
- "version": "0.19.1",
165
- "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
166
- "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
167
- "dev": true,
168
- "license": "Apache-2.0",
169
- "engines": {
170
- "node": ">=18.18.0"
171
- }
172
- },
173
- "node_modules/@humanfs/node": {
174
- "version": "0.16.6",
175
- "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.6.tgz",
176
- "integrity": "sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==",
177
- "dev": true,
178
- "license": "Apache-2.0",
179
- "dependencies": {
180
- "@humanfs/core": "^0.19.1",
181
- "@humanwhocodes/retry": "^0.3.0"
182
- },
183
- "engines": {
184
- "node": ">=18.18.0"
185
- }
186
- },
187
- "node_modules/@humanfs/node/node_modules/@humanwhocodes/retry": {
188
- "version": "0.3.1",
189
- "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.1.tgz",
190
- "integrity": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==",
191
- "dev": true,
192
- "license": "Apache-2.0",
193
- "engines": {
194
- "node": ">=18.18"
195
- },
196
- "funding": {
197
- "type": "github",
198
- "url": "https://github.com/sponsors/nzakas"
199
- }
200
- },
201
- "node_modules/@humanwhocodes/module-importer": {
202
- "version": "1.0.1",
203
- "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
204
- "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
205
- "dev": true,
206
- "engines": {
207
- "node": ">=12.22"
208
- },
209
- "funding": {
210
- "type": "github",
211
- "url": "https://github.com/sponsors/nzakas"
212
- }
213
- },
214
- "node_modules/@humanwhocodes/retry": {
215
- "version": "0.4.2",
216
- "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.2.tgz",
217
- "integrity": "sha512-xeO57FpIu4p1Ri3Jq/EXq4ClRm86dVF2z/+kvFnyqVYRavTZmaFaUBbWCOuuTh0o/g7DSsk6kc2vrS4Vl5oPOQ==",
218
- "dev": true,
219
- "license": "Apache-2.0",
220
- "engines": {
221
- "node": ">=18.18"
222
- },
223
- "funding": {
224
- "type": "github",
225
- "url": "https://github.com/sponsors/nzakas"
226
- }
227
- },
228
- "node_modules/@stylistic/eslint-plugin": {
229
- "version": "5.2.2",
230
- "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-5.2.2.tgz",
231
- "integrity": "sha512-bE2DUjruqXlHYP3Q2Gpqiuj2bHq7/88FnuaS0FjeGGLCy+X6a07bGVuwtiOYnPSLHR6jmx5Bwdv+j7l8H+G97A==",
232
- "dev": true,
233
- "license": "MIT",
234
- "peer": true,
235
- "dependencies": {
236
- "@eslint-community/eslint-utils": "^4.7.0",
237
- "@typescript-eslint/types": "^8.37.0",
238
- "eslint-visitor-keys": "^4.2.1",
239
- "espree": "^10.4.0",
240
- "estraverse": "^5.3.0",
241
- "picomatch": "^4.0.3"
242
- },
243
- "engines": {
244
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
245
- },
246
- "peerDependencies": {
247
- "eslint": ">=9.0.0"
248
- }
249
- },
250
- "node_modules/@stylistic/eslint-plugin/node_modules/eslint-visitor-keys": {
251
- "version": "4.2.1",
252
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
253
- "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
254
- "dev": true,
255
- "license": "Apache-2.0",
256
- "peer": true,
257
- "engines": {
258
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
259
- },
260
- "funding": {
261
- "url": "https://opencollective.com/eslint"
262
- }
263
- },
264
- "node_modules/@types/esrecurse": {
265
- "version": "4.3.1",
266
- "resolved": "https://registry.npmjs.org/@types/esrecurse/-/esrecurse-4.3.1.tgz",
267
- "integrity": "sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==",
268
- "dev": true,
269
- "license": "MIT"
270
- },
271
- "node_modules/@types/estree": {
272
- "version": "1.0.8",
273
- "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
274
- "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
275
- "dev": true,
276
- "license": "MIT"
277
- },
278
- "node_modules/@types/json-schema": {
279
- "version": "7.0.15",
280
- "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
281
- "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
282
- "dev": true,
283
- "license": "MIT"
284
- },
285
- "node_modules/@typescript-eslint/types": {
286
- "version": "8.38.0",
287
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.38.0.tgz",
288
- "integrity": "sha512-wzkUfX3plUqij4YwWaJyqhiPE5UCRVlFpKn1oCRn2O1bJ592XxWJj8ROQ3JD5MYXLORW84063z3tZTb/cs4Tyw==",
289
- "dev": true,
290
- "license": "MIT",
291
- "peer": true,
292
- "engines": {
293
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
294
- },
295
- "funding": {
296
- "type": "opencollective",
297
- "url": "https://opencollective.com/typescript-eslint"
298
- }
299
- },
300
- "node_modules/acorn": {
301
- "version": "8.16.0",
302
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
303
- "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
304
- "dev": true,
305
- "license": "MIT",
306
- "bin": {
307
- "acorn": "bin/acorn"
308
- },
309
- "engines": {
310
- "node": ">=0.4.0"
311
- }
312
- },
313
- "node_modules/acorn-jsx": {
314
- "version": "5.3.2",
315
- "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
316
- "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
317
- "dev": true,
318
- "license": "MIT",
319
- "peerDependencies": {
320
- "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
321
- }
322
- },
323
- "node_modules/ajv": {
324
- "version": "6.14.0",
325
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.14.0.tgz",
326
- "integrity": "sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==",
327
- "dev": true,
328
- "license": "MIT",
329
- "dependencies": {
330
- "fast-deep-equal": "^3.1.1",
331
- "fast-json-stable-stringify": "^2.0.0",
332
- "json-schema-traverse": "^0.4.1",
333
- "uri-js": "^4.2.2"
334
- },
335
- "funding": {
336
- "type": "github",
337
- "url": "https://github.com/sponsors/epoberezkin"
338
- }
339
- },
340
- "node_modules/balanced-match": {
341
- "version": "4.0.4",
342
- "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
343
- "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
344
- "dev": true,
345
- "license": "MIT",
346
- "engines": {
347
- "node": "18 || 20 || >=22"
348
- }
349
- },
350
- "node_modules/brace-expansion": {
351
- "version": "5.0.4",
352
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz",
353
- "integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==",
354
- "dev": true,
355
- "license": "MIT",
356
- "dependencies": {
357
- "balanced-match": "^4.0.2"
358
- },
359
- "engines": {
360
- "node": "18 || 20 || >=22"
361
- }
362
- },
363
- "node_modules/cross-spawn": {
364
- "version": "7.0.6",
365
- "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
366
- "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
367
- "dev": true,
368
- "license": "MIT",
369
- "dependencies": {
370
- "path-key": "^3.1.0",
371
- "shebang-command": "^2.0.0",
372
- "which": "^2.0.1"
373
- },
374
- "engines": {
375
- "node": ">= 8"
376
- }
377
- },
378
- "node_modules/debug": {
379
- "version": "4.4.3",
380
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
381
- "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
382
- "dev": true,
383
- "license": "MIT",
384
- "dependencies": {
385
- "ms": "^2.1.3"
386
- },
387
- "engines": {
388
- "node": ">=6.0"
389
- },
390
- "peerDependenciesMeta": {
391
- "supports-color": {
392
- "optional": true
393
- }
394
- }
395
- },
396
- "node_modules/deep-is": {
397
- "version": "0.1.4",
398
- "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
399
- "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
400
- "dev": true
401
- },
402
- "node_modules/escape-string-regexp": {
403
- "version": "4.0.0",
404
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
405
- "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
406
- "dev": true,
407
- "engines": {
408
- "node": ">=10"
409
- },
410
- "funding": {
411
- "url": "https://github.com/sponsors/sindresorhus"
412
- }
413
- },
414
- "node_modules/eslint": {
415
- "version": "10.0.3",
416
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.0.3.tgz",
417
- "integrity": "sha512-COV33RzXZkqhG9P2rZCFl9ZmJ7WL+gQSCRzE7RhkbclbQPtLAWReL7ysA0Sh4c8Im2U9ynybdR56PV0XcKvqaQ==",
418
- "dev": true,
419
- "license": "MIT",
420
- "dependencies": {
421
- "@eslint-community/eslint-utils": "^4.8.0",
422
- "@eslint-community/regexpp": "^4.12.2",
423
- "@eslint/config-array": "^0.23.3",
424
- "@eslint/config-helpers": "^0.5.2",
425
- "@eslint/core": "^1.1.1",
426
- "@eslint/plugin-kit": "^0.6.1",
427
- "@humanfs/node": "^0.16.6",
428
- "@humanwhocodes/module-importer": "^1.0.1",
429
- "@humanwhocodes/retry": "^0.4.2",
430
- "@types/estree": "^1.0.6",
431
- "ajv": "^6.14.0",
432
- "cross-spawn": "^7.0.6",
433
- "debug": "^4.3.2",
434
- "escape-string-regexp": "^4.0.0",
435
- "eslint-scope": "^9.1.2",
436
- "eslint-visitor-keys": "^5.0.1",
437
- "espree": "^11.1.1",
438
- "esquery": "^1.7.0",
439
- "esutils": "^2.0.2",
440
- "fast-deep-equal": "^3.1.3",
441
- "file-entry-cache": "^8.0.0",
442
- "find-up": "^5.0.0",
443
- "glob-parent": "^6.0.2",
444
- "ignore": "^5.2.0",
445
- "imurmurhash": "^0.1.4",
446
- "is-glob": "^4.0.0",
447
- "json-stable-stringify-without-jsonify": "^1.0.1",
448
- "minimatch": "^10.2.4",
449
- "natural-compare": "^1.4.0",
450
- "optionator": "^0.9.3"
451
- },
452
- "bin": {
453
- "eslint": "bin/eslint.js"
454
- },
455
- "engines": {
456
- "node": "^20.19.0 || ^22.13.0 || >=24"
457
- },
458
- "funding": {
459
- "url": "https://eslint.org/donate"
460
- },
461
- "peerDependencies": {
462
- "jiti": "*"
463
- },
464
- "peerDependenciesMeta": {
465
- "jiti": {
466
- "optional": true
467
- }
468
- }
469
- },
470
- "node_modules/eslint-config-nodebb": {
471
- "version": "2.0.1",
472
- "resolved": "https://registry.npmjs.org/eslint-config-nodebb/-/eslint-config-nodebb-2.0.1.tgz",
473
- "integrity": "sha512-06QoLSEtjcUOstURvS4T2GyTFQOUdD/dCvJkrNi+CQ+9uJPpM41uZQAKJi94gv9OFTeLSdoqxESUXLbw2czqjw==",
474
- "dev": true,
475
- "license": "ISC",
476
- "dependencies": {
477
- "globals": "17.3.0"
478
- },
479
- "peerDependencies": {
480
- "@eslint/js": "^10.0.0",
481
- "@stylistic/eslint-plugin": "^5.x"
482
- }
483
- },
484
- "node_modules/eslint-scope": {
485
- "version": "9.1.2",
486
- "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-9.1.2.tgz",
487
- "integrity": "sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ==",
488
- "dev": true,
489
- "license": "BSD-2-Clause",
490
- "dependencies": {
491
- "@types/esrecurse": "^4.3.1",
492
- "@types/estree": "^1.0.8",
493
- "esrecurse": "^4.3.0",
494
- "estraverse": "^5.2.0"
495
- },
496
- "engines": {
497
- "node": "^20.19.0 || ^22.13.0 || >=24"
498
- },
499
- "funding": {
500
- "url": "https://opencollective.com/eslint"
501
- }
502
- },
503
- "node_modules/eslint-visitor-keys": {
504
- "version": "3.4.3",
505
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
506
- "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
507
- "dev": true,
508
- "engines": {
509
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
510
- },
511
- "funding": {
512
- "url": "https://opencollective.com/eslint"
513
- }
514
- },
515
- "node_modules/eslint/node_modules/eslint-visitor-keys": {
516
- "version": "5.0.1",
517
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
518
- "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
519
- "dev": true,
520
- "license": "Apache-2.0",
521
- "engines": {
522
- "node": "^20.19.0 || ^22.13.0 || >=24"
523
- },
524
- "funding": {
525
- "url": "https://opencollective.com/eslint"
526
- }
527
- },
528
- "node_modules/eslint/node_modules/espree": {
529
- "version": "11.1.1",
530
- "resolved": "https://registry.npmjs.org/espree/-/espree-11.1.1.tgz",
531
- "integrity": "sha512-AVHPqQoZYc+RUM4/3Ly5udlZY/U4LS8pIG05jEjWM2lQMU/oaZ7qshzAl2YP1tfNmXfftH3ohurfwNAug+MnsQ==",
532
- "dev": true,
533
- "license": "BSD-2-Clause",
534
- "dependencies": {
535
- "acorn": "^8.16.0",
536
- "acorn-jsx": "^5.3.2",
537
- "eslint-visitor-keys": "^5.0.1"
538
- },
539
- "engines": {
540
- "node": "^20.19.0 || ^22.13.0 || >=24"
541
- },
542
- "funding": {
543
- "url": "https://opencollective.com/eslint"
544
- }
545
- },
546
- "node_modules/espree": {
547
- "version": "10.4.0",
548
- "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz",
549
- "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
550
- "dev": true,
551
- "license": "BSD-2-Clause",
552
- "peer": true,
553
- "dependencies": {
554
- "acorn": "^8.15.0",
555
- "acorn-jsx": "^5.3.2",
556
- "eslint-visitor-keys": "^4.2.1"
557
- },
558
- "engines": {
559
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
560
- },
561
- "funding": {
562
- "url": "https://opencollective.com/eslint"
563
- }
564
- },
565
- "node_modules/espree/node_modules/eslint-visitor-keys": {
566
- "version": "4.2.1",
567
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
568
- "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
569
- "dev": true,
570
- "license": "Apache-2.0",
571
- "peer": true,
572
- "engines": {
573
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
574
- },
575
- "funding": {
576
- "url": "https://opencollective.com/eslint"
577
- }
578
- },
579
- "node_modules/esquery": {
580
- "version": "1.7.0",
581
- "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.7.0.tgz",
582
- "integrity": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==",
583
- "dev": true,
584
- "license": "BSD-3-Clause",
585
- "dependencies": {
586
- "estraverse": "^5.1.0"
587
- },
588
- "engines": {
589
- "node": ">=0.10"
590
- }
591
- },
592
- "node_modules/esrecurse": {
593
- "version": "4.3.0",
594
- "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
595
- "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
596
- "dev": true,
597
- "license": "BSD-2-Clause",
598
- "dependencies": {
599
- "estraverse": "^5.2.0"
600
- },
601
- "engines": {
602
- "node": ">=4.0"
603
- }
604
- },
605
- "node_modules/estraverse": {
606
- "version": "5.3.0",
607
- "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
608
- "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
609
- "dev": true,
610
- "engines": {
611
- "node": ">=4.0"
612
- }
613
- },
614
- "node_modules/esutils": {
615
- "version": "2.0.3",
616
- "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
617
- "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
618
- "dev": true,
619
- "engines": {
620
- "node": ">=0.10.0"
621
- }
622
- },
623
- "node_modules/fast-deep-equal": {
624
- "version": "3.1.3",
625
- "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
626
- "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
627
- "dev": true,
628
- "license": "MIT"
629
- },
630
- "node_modules/fast-json-stable-stringify": {
631
- "version": "2.1.0",
632
- "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
633
- "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
634
- "dev": true,
635
- "license": "MIT"
636
- },
637
- "node_modules/fast-levenshtein": {
638
- "version": "2.0.6",
639
- "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
640
- "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
641
- "dev": true
642
- },
643
- "node_modules/file-entry-cache": {
644
- "version": "8.0.0",
645
- "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
646
- "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
647
- "dev": true,
648
- "dependencies": {
649
- "flat-cache": "^4.0.0"
650
- },
651
- "engines": {
652
- "node": ">=16.0.0"
653
- }
654
- },
655
- "node_modules/find-up": {
656
- "version": "5.0.0",
657
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
658
- "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
659
- "dev": true,
660
- "dependencies": {
661
- "locate-path": "^6.0.0",
662
- "path-exists": "^4.0.0"
663
- },
664
- "engines": {
665
- "node": ">=10"
666
- },
667
- "funding": {
668
- "url": "https://github.com/sponsors/sindresorhus"
669
- }
670
- },
671
- "node_modules/flat-cache": {
672
- "version": "4.0.1",
673
- "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
674
- "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
675
- "dev": true,
676
- "dependencies": {
677
- "flatted": "^3.2.9",
678
- "keyv": "^4.5.4"
679
- },
680
- "engines": {
681
- "node": ">=16"
682
- }
683
- },
684
- "node_modules/flatted": {
685
- "version": "3.3.1",
686
- "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz",
687
- "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==",
688
- "dev": true
689
- },
690
- "node_modules/glob-parent": {
691
- "version": "6.0.2",
692
- "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
693
- "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
694
- "dev": true,
695
- "dependencies": {
696
- "is-glob": "^4.0.3"
697
- },
698
- "engines": {
699
- "node": ">=10.13.0"
700
- }
701
- },
702
- "node_modules/globals": {
703
- "version": "17.3.0",
704
- "resolved": "https://registry.npmjs.org/globals/-/globals-17.3.0.tgz",
705
- "integrity": "sha512-yMqGUQVVCkD4tqjOJf3TnrvaaHDMYp4VlUSObbkIiuCPe/ofdMBFIAcBbCSRFWOnos6qRiTVStDwqPLUclaxIw==",
706
- "dev": true,
707
- "license": "MIT",
708
- "engines": {
709
- "node": ">=18"
710
- },
711
- "funding": {
712
- "url": "https://github.com/sponsors/sindresorhus"
713
- }
714
- },
715
- "node_modules/ignore": {
716
- "version": "5.3.2",
717
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
718
- "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
719
- "dev": true,
720
- "license": "MIT",
721
- "engines": {
722
- "node": ">= 4"
723
- }
724
- },
725
- "node_modules/imurmurhash": {
726
- "version": "0.1.4",
727
- "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
728
- "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
729
- "dev": true,
730
- "engines": {
731
- "node": ">=0.8.19"
732
- }
733
- },
734
- "node_modules/is-extglob": {
735
- "version": "2.1.1",
736
- "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
737
- "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
738
- "dev": true,
739
- "engines": {
740
- "node": ">=0.10.0"
741
- }
742
- },
743
- "node_modules/is-glob": {
744
- "version": "4.0.3",
745
- "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
746
- "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
747
- "dev": true,
748
- "dependencies": {
749
- "is-extglob": "^2.1.1"
750
- },
751
- "engines": {
752
- "node": ">=0.10.0"
753
- }
754
- },
755
- "node_modules/isexe": {
756
- "version": "2.0.0",
757
- "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
758
- "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
759
- "dev": true,
760
- "license": "ISC"
761
- },
762
- "node_modules/json-buffer": {
763
- "version": "3.0.1",
764
- "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
765
- "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
766
- "dev": true
767
- },
768
- "node_modules/json-schema-traverse": {
769
- "version": "0.4.1",
770
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
771
- "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
772
- "dev": true,
773
- "license": "MIT"
774
- },
775
- "node_modules/json-stable-stringify-without-jsonify": {
776
- "version": "1.0.1",
777
- "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
778
- "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
779
- "dev": true
780
- },
781
- "node_modules/keyv": {
782
- "version": "4.5.4",
783
- "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
784
- "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
785
- "dev": true,
786
- "dependencies": {
787
- "json-buffer": "3.0.1"
788
- }
789
- },
790
- "node_modules/levn": {
791
- "version": "0.4.1",
792
- "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
793
- "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
794
- "dev": true,
795
- "dependencies": {
796
- "prelude-ls": "^1.2.1",
797
- "type-check": "~0.4.0"
798
- },
799
- "engines": {
800
- "node": ">= 0.8.0"
801
- }
802
- },
803
- "node_modules/locate-path": {
804
- "version": "6.0.0",
805
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
806
- "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
807
- "dev": true,
808
- "dependencies": {
809
- "p-locate": "^5.0.0"
810
- },
811
- "engines": {
812
- "node": ">=10"
813
- },
814
- "funding": {
815
- "url": "https://github.com/sponsors/sindresorhus"
816
- }
817
- },
818
- "node_modules/minimatch": {
819
- "version": "10.2.4",
820
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
821
- "integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
822
- "dev": true,
823
- "license": "BlueOak-1.0.0",
824
- "dependencies": {
825
- "brace-expansion": "^5.0.2"
826
- },
827
- "engines": {
828
- "node": "18 || 20 || >=22"
829
- },
830
- "funding": {
831
- "url": "https://github.com/sponsors/isaacs"
832
- }
833
- },
834
- "node_modules/ms": {
835
- "version": "2.1.3",
836
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
837
- "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
838
- "dev": true,
839
- "license": "MIT"
840
- },
841
- "node_modules/natural-compare": {
842
- "version": "1.4.0",
843
- "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
844
- "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
845
- "dev": true
846
- },
847
- "node_modules/optionator": {
848
- "version": "0.9.3",
849
- "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz",
850
- "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==",
851
- "dev": true,
852
- "dependencies": {
853
- "@aashutoshrathi/word-wrap": "^1.2.3",
854
- "deep-is": "^0.1.3",
855
- "fast-levenshtein": "^2.0.6",
856
- "levn": "^0.4.1",
857
- "prelude-ls": "^1.2.1",
858
- "type-check": "^0.4.0"
859
- },
860
- "engines": {
861
- "node": ">= 0.8.0"
862
- }
863
- },
864
- "node_modules/p-limit": {
865
- "version": "3.1.0",
866
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
867
- "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
868
- "dev": true,
869
- "dependencies": {
870
- "yocto-queue": "^0.1.0"
871
- },
872
- "engines": {
873
- "node": ">=10"
874
- },
875
- "funding": {
876
- "url": "https://github.com/sponsors/sindresorhus"
877
- }
878
- },
879
- "node_modules/p-locate": {
880
- "version": "5.0.0",
881
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
882
- "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
883
- "dev": true,
884
- "dependencies": {
885
- "p-limit": "^3.0.2"
886
- },
887
- "engines": {
888
- "node": ">=10"
889
- },
890
- "funding": {
891
- "url": "https://github.com/sponsors/sindresorhus"
892
- }
893
- },
894
- "node_modules/path-exists": {
895
- "version": "4.0.0",
896
- "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
897
- "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
898
- "dev": true,
899
- "engines": {
900
- "node": ">=8"
901
- }
902
- },
903
- "node_modules/path-key": {
904
- "version": "3.1.1",
905
- "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
906
- "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
907
- "dev": true,
908
- "license": "MIT",
909
- "engines": {
910
- "node": ">=8"
911
- }
912
- },
913
- "node_modules/picomatch": {
914
- "version": "4.0.3",
915
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
916
- "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
917
- "dev": true,
918
- "license": "MIT",
919
- "peer": true,
920
- "engines": {
921
- "node": ">=12"
922
- },
923
- "funding": {
924
- "url": "https://github.com/sponsors/jonschlinkert"
925
- }
926
- },
927
- "node_modules/prelude-ls": {
928
- "version": "1.2.1",
929
- "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
930
- "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
931
- "dev": true,
932
- "engines": {
933
- "node": ">= 0.8.0"
934
- }
935
- },
936
- "node_modules/punycode": {
937
- "version": "2.3.1",
938
- "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
939
- "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
940
- "dev": true,
941
- "license": "MIT",
942
- "engines": {
943
- "node": ">=6"
944
- }
945
- },
946
- "node_modules/shebang-command": {
947
- "version": "2.0.0",
948
- "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
949
- "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
950
- "dev": true,
951
- "license": "MIT",
952
- "dependencies": {
953
- "shebang-regex": "^3.0.0"
954
- },
955
- "engines": {
956
- "node": ">=8"
957
- }
958
- },
959
- "node_modules/shebang-regex": {
960
- "version": "3.0.0",
961
- "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
962
- "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
963
- "dev": true,
964
- "license": "MIT",
965
- "engines": {
966
- "node": ">=8"
967
- }
968
- },
969
- "node_modules/type-check": {
970
- "version": "0.4.0",
971
- "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
972
- "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
973
- "dev": true,
974
- "dependencies": {
975
- "prelude-ls": "^1.2.1"
976
- },
977
- "engines": {
978
- "node": ">= 0.8.0"
979
- }
980
- },
981
- "node_modules/uri-js": {
982
- "version": "4.4.1",
983
- "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
984
- "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
985
- "dev": true,
986
- "license": "BSD-2-Clause",
987
- "dependencies": {
988
- "punycode": "^2.1.0"
989
- }
990
- },
991
- "node_modules/which": {
992
- "version": "2.0.2",
993
- "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
994
- "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
995
- "dev": true,
996
- "license": "ISC",
997
- "dependencies": {
998
- "isexe": "^2.0.0"
999
- },
1000
- "bin": {
1001
- "node-which": "bin/node-which"
1002
- },
1003
- "engines": {
1004
- "node": ">= 8"
1005
- }
1006
- },
1007
- "node_modules/yocto-queue": {
1008
- "version": "0.1.0",
1009
- "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
1010
- "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
1011
- "dev": true,
1012
- "engines": {
1013
- "node": ">=10"
1014
- },
1015
- "funding": {
1016
- "url": "https://github.com/sponsors/sindresorhus"
1017
- }
1018
- }
1019
- }
1020
- }