judges 0.42.0 → 0.43.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/package-lock.json CHANGED
@@ -1,18 +1,14 @@
1
1
  {
2
- "name": "judges",
3
2
  "lockfileVersion": 3,
4
- "requires": true,
3
+ "name": "judges",
5
4
  "packages": {
6
5
  "": {
7
6
  "dependencies": {
8
- "eslint": "^9.24.0"
7
+ "@eslint/js": "^9.27.0",
8
+ "eslint": "^9.27.0"
9
9
  }
10
10
  },
11
11
  "node_modules/@eslint-community/eslint-utils": {
12
- "version": "4.5.1",
13
- "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.5.1.tgz",
14
- "integrity": "sha512-soEIOALTfTK6EjmKMMoLugwaP0rzkad90iIWd1hMO9ARkSAyjfMfkRRhLvD5qH7vvM0Cg72pieUfR6yh6XxC4w==",
15
- "license": "MIT",
16
12
  "dependencies": {
17
13
  "eslint-visitor-keys": "^3.4.3"
18
14
  },
@@ -22,36 +18,36 @@
22
18
  "funding": {
23
19
  "url": "https://opencollective.com/eslint"
24
20
  },
21
+ "integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
22
+ "license": "MIT",
25
23
  "peerDependencies": {
26
24
  "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
27
- }
25
+ },
26
+ "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
27
+ "version": "4.7.0"
28
28
  },
29
29
  "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
30
- "version": "3.4.3",
31
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
32
- "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
33
- "license": "Apache-2.0",
34
30
  "engines": {
35
31
  "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
36
32
  },
37
33
  "funding": {
38
34
  "url": "https://opencollective.com/eslint"
39
- }
35
+ },
36
+ "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
37
+ "license": "Apache-2.0",
38
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
39
+ "version": "3.4.3"
40
40
  },
41
41
  "node_modules/@eslint-community/regexpp": {
42
- "version": "4.12.1",
43
- "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz",
44
- "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==",
45
- "license": "MIT",
46
42
  "engines": {
47
43
  "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
48
- }
44
+ },
45
+ "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==",
46
+ "license": "MIT",
47
+ "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz",
48
+ "version": "4.12.1"
49
49
  },
50
50
  "node_modules/@eslint/config-array": {
51
- "version": "0.20.0",
52
- "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.20.0.tgz",
53
- "integrity": "sha512-fxlS1kkIjx8+vy2SjuCB94q3htSNrufYTXubwiBFeaQHbH6Ipi43gFJq2zCMt6PHhImH3Xmr0NksKDvchWlpQQ==",
54
- "license": "Apache-2.0",
55
51
  "dependencies": {
56
52
  "@eslint/object-schema": "^2.1.6",
57
53
  "debug": "^4.3.1",
@@ -59,34 +55,34 @@
59
55
  },
60
56
  "engines": {
61
57
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
62
- }
58
+ },
59
+ "integrity": "sha512-fxlS1kkIjx8+vy2SjuCB94q3htSNrufYTXubwiBFeaQHbH6Ipi43gFJq2zCMt6PHhImH3Xmr0NksKDvchWlpQQ==",
60
+ "license": "Apache-2.0",
61
+ "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.20.0.tgz",
62
+ "version": "0.20.0"
63
63
  },
64
64
  "node_modules/@eslint/config-helpers": {
65
- "version": "0.2.1",
66
- "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.2.1.tgz",
67
- "integrity": "sha512-RI17tsD2frtDu/3dmI7QRrD4bedNKPM08ziRYaC5AhkGrzIAJelm9kJU1TznK+apx6V+cqRz8tfpEeG3oIyjxw==",
68
- "license": "Apache-2.0",
69
65
  "engines": {
70
66
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
71
- }
67
+ },
68
+ "integrity": "sha512-+GPzk8PlG0sPpzdU5ZvIRMPidzAnZDl/s9L+y13iodqvb8leL53bTannOrQ/Im7UkpsmFU5Ily5U60LWixnmLg==",
69
+ "license": "Apache-2.0",
70
+ "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.2.2.tgz",
71
+ "version": "0.2.2"
72
72
  },
73
73
  "node_modules/@eslint/core": {
74
- "version": "0.13.0",
75
- "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.13.0.tgz",
76
- "integrity": "sha512-yfkgDw1KR66rkT5A8ci4irzDysN7FRpq3ttJolR88OqQikAWqwA8j5VZyas+vjyBNFIJ7MfybJ9plMILI2UrCw==",
77
- "license": "Apache-2.0",
78
74
  "dependencies": {
79
75
  "@types/json-schema": "^7.0.15"
80
76
  },
81
77
  "engines": {
82
78
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
83
- }
79
+ },
80
+ "integrity": "sha512-qIbV0/JZr7iSDjqAc60IqbLdsj9GDt16xQtWD+B78d/HAlvysGdZZ6rpJHGAc2T0FQx1X6thsSPdnoiGKdNtdg==",
81
+ "license": "Apache-2.0",
82
+ "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.14.0.tgz",
83
+ "version": "0.14.0"
84
84
  },
85
85
  "node_modules/@eslint/eslintrc": {
86
- "version": "3.3.1",
87
- "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
88
- "integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==",
89
- "license": "MIT",
90
86
  "dependencies": {
91
87
  "ajv": "^6.12.4",
92
88
  "debug": "^4.3.2",
@@ -103,138 +99,141 @@
103
99
  },
104
100
  "funding": {
105
101
  "url": "https://opencollective.com/eslint"
106
- }
102
+ },
103
+ "integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==",
104
+ "license": "MIT",
105
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
106
+ "version": "3.3.1"
107
107
  },
108
108
  "node_modules/@eslint/js": {
109
- "version": "9.25.1",
110
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.25.1.tgz",
111
- "integrity": "sha512-dEIwmjntEx8u3Uvv+kr3PDeeArL8Hw07H9kyYxCjnM9pBjfEhk6uLXSchxxzgiwtRhhzVzqmUSDFBOi1TuZ7qg==",
112
- "license": "MIT",
113
109
  "engines": {
114
110
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
115
- }
111
+ },
112
+ "funding": {
113
+ "url": "https://eslint.org/donate"
114
+ },
115
+ "integrity": "sha512-G5JD9Tu5HJEu4z2Uo4aHY2sLV64B7CDMXxFzqzjl3NKd6RVzSXNoE80jk7Y0lJkTTkjiIhBAqmlYwjuBY3tvpA==",
116
+ "license": "MIT",
117
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.27.0.tgz",
118
+ "version": "9.27.0"
116
119
  },
117
120
  "node_modules/@eslint/object-schema": {
118
- "version": "2.1.6",
119
- "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.6.tgz",
120
- "integrity": "sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==",
121
- "license": "Apache-2.0",
122
121
  "engines": {
123
122
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
124
- }
123
+ },
124
+ "integrity": "sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==",
125
+ "license": "Apache-2.0",
126
+ "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.6.tgz",
127
+ "version": "2.1.6"
125
128
  },
126
129
  "node_modules/@eslint/plugin-kit": {
127
- "version": "0.2.8",
128
- "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.8.tgz",
129
- "integrity": "sha512-ZAoA40rNMPwSm+AeHpCq8STiNAwzWLJuP8Xv4CHIc9wv/PSuExjMrmjfYNj682vW0OOiZ1HKxzvjQr9XZIisQA==",
130
- "license": "Apache-2.0",
131
130
  "dependencies": {
132
- "@eslint/core": "^0.13.0",
131
+ "@eslint/core": "^0.14.0",
133
132
  "levn": "^0.4.1"
134
133
  },
135
134
  "engines": {
136
135
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
137
- }
136
+ },
137
+ "integrity": "sha512-0J+zgWxHN+xXONWIyPWKFMgVuJoZuGiIFu8yxk7RJjxkzpGmyja5wRFqZIVtjDVOQpV+Rw0iOAjYPE2eQyjr0w==",
138
+ "license": "Apache-2.0",
139
+ "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.3.1.tgz",
140
+ "version": "0.3.1"
138
141
  },
139
142
  "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
- "license": "Apache-2.0",
144
143
  "engines": {
145
144
  "node": ">=18.18.0"
146
- }
145
+ },
146
+ "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
147
+ "license": "Apache-2.0",
148
+ "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
149
+ "version": "0.19.1"
147
150
  },
148
151
  "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
- "license": "Apache-2.0",
153
152
  "dependencies": {
154
153
  "@humanfs/core": "^0.19.1",
155
154
  "@humanwhocodes/retry": "^0.3.0"
156
155
  },
157
156
  "engines": {
158
157
  "node": ">=18.18.0"
159
- }
158
+ },
159
+ "integrity": "sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==",
160
+ "license": "Apache-2.0",
161
+ "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.6.tgz",
162
+ "version": "0.16.6"
160
163
  },
161
164
  "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
- "license": "Apache-2.0",
166
165
  "engines": {
167
166
  "node": ">=18.18"
168
167
  },
169
168
  "funding": {
170
169
  "type": "github",
171
170
  "url": "https://github.com/sponsors/nzakas"
172
- }
171
+ },
172
+ "integrity": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==",
173
+ "license": "Apache-2.0",
174
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.1.tgz",
175
+ "version": "0.3.1"
173
176
  },
174
177
  "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
- "license": "Apache-2.0",
179
178
  "engines": {
180
179
  "node": ">=12.22"
181
180
  },
182
181
  "funding": {
183
182
  "type": "github",
184
183
  "url": "https://github.com/sponsors/nzakas"
185
- }
184
+ },
185
+ "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
186
+ "license": "Apache-2.0",
187
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
188
+ "version": "1.0.1"
186
189
  },
187
190
  "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
- "license": "Apache-2.0",
192
191
  "engines": {
193
192
  "node": ">=18.18"
194
193
  },
195
194
  "funding": {
196
195
  "type": "github",
197
196
  "url": "https://github.com/sponsors/nzakas"
198
- }
197
+ },
198
+ "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
199
+ "license": "Apache-2.0",
200
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",
201
+ "version": "0.4.3"
199
202
  },
200
203
  "node_modules/@types/estree": {
201
- "version": "1.0.7",
202
- "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.7.tgz",
203
204
  "integrity": "sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==",
204
- "license": "MIT"
205
+ "license": "MIT",
206
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.7.tgz",
207
+ "version": "1.0.7"
205
208
  },
206
209
  "node_modules/@types/json-schema": {
207
- "version": "7.0.15",
208
- "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
209
210
  "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
210
- "license": "MIT"
211
+ "license": "MIT",
212
+ "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
213
+ "version": "7.0.15"
211
214
  },
212
215
  "node_modules/acorn": {
213
- "version": "8.14.1",
214
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.1.tgz",
215
- "integrity": "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==",
216
- "license": "MIT",
217
216
  "bin": {
218
217
  "acorn": "bin/acorn"
219
218
  },
220
219
  "engines": {
221
220
  "node": ">=0.4.0"
222
- }
221
+ },
222
+ "integrity": "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==",
223
+ "license": "MIT",
224
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.1.tgz",
225
+ "version": "8.14.1"
223
226
  },
224
227
  "node_modules/acorn-jsx": {
225
- "version": "5.3.2",
226
- "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
227
228
  "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
228
229
  "license": "MIT",
229
230
  "peerDependencies": {
230
231
  "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
231
- }
232
+ },
233
+ "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
234
+ "version": "5.3.2"
232
235
  },
233
236
  "node_modules/ajv": {
234
- "version": "6.12.6",
235
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
236
- "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
237
- "license": "MIT",
238
237
  "dependencies": {
239
238
  "fast-deep-equal": "^3.1.1",
240
239
  "fast-json-stable-stringify": "^2.0.0",
@@ -244,13 +243,13 @@
244
243
  "funding": {
245
244
  "type": "github",
246
245
  "url": "https://github.com/sponsors/epoberezkin"
247
- }
246
+ },
247
+ "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
248
+ "license": "MIT",
249
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
250
+ "version": "6.12.6"
248
251
  },
249
252
  "node_modules/ansi-styles": {
250
- "version": "4.3.0",
251
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
252
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
253
- "license": "MIT",
254
253
  "dependencies": {
255
254
  "color-convert": "^2.0.1"
256
255
  },
@@ -259,44 +258,44 @@
259
258
  },
260
259
  "funding": {
261
260
  "url": "https://github.com/chalk/ansi-styles?sponsor=1"
262
- }
261
+ },
262
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
263
+ "license": "MIT",
264
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
265
+ "version": "4.3.0"
263
266
  },
264
267
  "node_modules/argparse": {
265
- "version": "2.0.1",
266
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
267
268
  "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
268
- "license": "Python-2.0"
269
+ "license": "Python-2.0",
270
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
271
+ "version": "2.0.1"
269
272
  },
270
273
  "node_modules/balanced-match": {
271
- "version": "1.0.2",
272
- "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
273
274
  "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
274
- "license": "MIT"
275
+ "license": "MIT",
276
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
277
+ "version": "1.0.2"
275
278
  },
276
279
  "node_modules/brace-expansion": {
277
- "version": "1.1.11",
278
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
279
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
280
- "license": "MIT",
281
280
  "dependencies": {
282
281
  "balanced-match": "^1.0.0",
283
282
  "concat-map": "0.0.1"
284
- }
283
+ },
284
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
285
+ "license": "MIT",
286
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
287
+ "version": "1.1.11"
285
288
  },
286
289
  "node_modules/callsites": {
287
- "version": "3.1.0",
288
- "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
289
- "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
290
- "license": "MIT",
291
290
  "engines": {
292
291
  "node": ">=6"
293
- }
292
+ },
293
+ "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
294
+ "license": "MIT",
295
+ "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
296
+ "version": "3.1.0"
294
297
  },
295
298
  "node_modules/chalk": {
296
- "version": "4.1.2",
297
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
298
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
299
- "license": "MIT",
300
299
  "dependencies": {
301
300
  "ansi-styles": "^4.1.0",
302
301
  "supports-color": "^7.1.0"
@@ -306,37 +305,37 @@
306
305
  },
307
306
  "funding": {
308
307
  "url": "https://github.com/chalk/chalk?sponsor=1"
309
- }
308
+ },
309
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
310
+ "license": "MIT",
311
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
312
+ "version": "4.1.2"
310
313
  },
311
314
  "node_modules/color-convert": {
312
- "version": "2.0.1",
313
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
314
- "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
315
- "license": "MIT",
316
315
  "dependencies": {
317
316
  "color-name": "~1.1.4"
318
317
  },
319
318
  "engines": {
320
319
  "node": ">=7.0.0"
321
- }
320
+ },
321
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
322
+ "license": "MIT",
323
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
324
+ "version": "2.0.1"
322
325
  },
323
326
  "node_modules/color-name": {
324
- "version": "1.1.4",
325
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
326
327
  "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
327
- "license": "MIT"
328
+ "license": "MIT",
329
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
330
+ "version": "1.1.4"
328
331
  },
329
332
  "node_modules/concat-map": {
330
- "version": "0.0.1",
331
- "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
332
333
  "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
333
- "license": "MIT"
334
+ "license": "MIT",
335
+ "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
336
+ "version": "0.0.1"
334
337
  },
335
338
  "node_modules/cross-spawn": {
336
- "version": "7.0.6",
337
- "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
338
- "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
339
- "license": "MIT",
340
339
  "dependencies": {
341
340
  "path-key": "^3.1.0",
342
341
  "shebang-command": "^2.0.0",
@@ -344,57 +343,60 @@
344
343
  },
345
344
  "engines": {
346
345
  "node": ">= 8"
347
- }
346
+ },
347
+ "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
348
+ "license": "MIT",
349
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
350
+ "version": "7.0.6"
348
351
  },
349
352
  "node_modules/debug": {
350
- "version": "4.4.0",
351
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
352
- "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
353
- "license": "MIT",
354
353
  "dependencies": {
355
354
  "ms": "^2.1.3"
356
355
  },
357
356
  "engines": {
358
357
  "node": ">=6.0"
359
358
  },
359
+ "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
360
+ "license": "MIT",
360
361
  "peerDependenciesMeta": {
361
362
  "supports-color": {
362
363
  "optional": true
363
364
  }
364
- }
365
+ },
366
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz",
367
+ "version": "4.4.1"
365
368
  },
366
369
  "node_modules/deep-is": {
367
- "version": "0.1.4",
368
- "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
369
370
  "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
370
- "license": "MIT"
371
+ "license": "MIT",
372
+ "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
373
+ "version": "0.1.4"
371
374
  },
372
375
  "node_modules/escape-string-regexp": {
373
- "version": "4.0.0",
374
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
375
- "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
376
- "license": "MIT",
377
376
  "engines": {
378
377
  "node": ">=10"
379
378
  },
380
379
  "funding": {
381
380
  "url": "https://github.com/sponsors/sindresorhus"
382
- }
381
+ },
382
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
383
+ "license": "MIT",
384
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
385
+ "version": "4.0.0"
383
386
  },
384
387
  "node_modules/eslint": {
385
- "version": "9.25.1",
386
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.25.1.tgz",
387
- "integrity": "sha512-E6Mtz9oGQWDCpV12319d59n4tx9zOTXSTmc8BLVxBx+G/0RdM5MvEEJLU9c0+aleoePYYgVTOsRblx433qmhWQ==",
388
- "license": "MIT",
388
+ "bin": {
389
+ "eslint": "bin/eslint.js"
390
+ },
389
391
  "dependencies": {
390
392
  "@eslint-community/eslint-utils": "^4.2.0",
391
393
  "@eslint-community/regexpp": "^4.12.1",
392
394
  "@eslint/config-array": "^0.20.0",
393
395
  "@eslint/config-helpers": "^0.2.1",
394
- "@eslint/core": "^0.13.0",
396
+ "@eslint/core": "^0.14.0",
395
397
  "@eslint/eslintrc": "^3.3.1",
396
- "@eslint/js": "9.25.1",
397
- "@eslint/plugin-kit": "^0.2.8",
398
+ "@eslint/js": "9.27.0",
399
+ "@eslint/plugin-kit": "^0.3.1",
398
400
  "@humanfs/node": "^0.16.6",
399
401
  "@humanwhocodes/module-importer": "^1.0.1",
400
402
  "@humanwhocodes/retry": "^0.4.2",
@@ -423,15 +425,14 @@
423
425
  "natural-compare": "^1.4.0",
424
426
  "optionator": "^0.9.3"
425
427
  },
426
- "bin": {
427
- "eslint": "bin/eslint.js"
428
- },
429
428
  "engines": {
430
429
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
431
430
  },
432
431
  "funding": {
433
432
  "url": "https://eslint.org/donate"
434
433
  },
434
+ "integrity": "sha512-ixRawFQuMB9DZ7fjU3iGGganFDp3+45bPOdaRurcFHSXO1e/sYwUX/FtQZpLZJR6SjMoJH8hR2pPEAfDyCoU2Q==",
435
+ "license": "MIT",
435
436
  "peerDependencies": {
436
437
  "jiti": "*"
437
438
  },
@@ -439,13 +440,11 @@
439
440
  "jiti": {
440
441
  "optional": true
441
442
  }
442
- }
443
+ },
444
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.27.0.tgz",
445
+ "version": "9.27.0"
443
446
  },
444
447
  "node_modules/eslint-scope": {
445
- "version": "8.3.0",
446
- "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.3.0.tgz",
447
- "integrity": "sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==",
448
- "license": "BSD-2-Clause",
449
448
  "dependencies": {
450
449
  "esrecurse": "^4.3.0",
451
450
  "estraverse": "^5.2.0"
@@ -455,25 +454,25 @@
455
454
  },
456
455
  "funding": {
457
456
  "url": "https://opencollective.com/eslint"
458
- }
457
+ },
458
+ "integrity": "sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==",
459
+ "license": "BSD-2-Clause",
460
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.3.0.tgz",
461
+ "version": "8.3.0"
459
462
  },
460
463
  "node_modules/eslint-visitor-keys": {
461
- "version": "4.2.0",
462
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
463
- "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
464
- "license": "Apache-2.0",
465
464
  "engines": {
466
465
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
467
466
  },
468
467
  "funding": {
469
468
  "url": "https://opencollective.com/eslint"
470
- }
469
+ },
470
+ "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
471
+ "license": "Apache-2.0",
472
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
473
+ "version": "4.2.0"
471
474
  },
472
475
  "node_modules/espree": {
473
- "version": "10.3.0",
474
- "resolved": "https://registry.npmjs.org/espree/-/espree-10.3.0.tgz",
475
- "integrity": "sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==",
476
- "license": "BSD-2-Clause",
477
476
  "dependencies": {
478
477
  "acorn": "^8.14.0",
479
478
  "acorn-jsx": "^5.3.2",
@@ -484,85 +483,85 @@
484
483
  },
485
484
  "funding": {
486
485
  "url": "https://opencollective.com/eslint"
487
- }
486
+ },
487
+ "integrity": "sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==",
488
+ "license": "BSD-2-Clause",
489
+ "resolved": "https://registry.npmjs.org/espree/-/espree-10.3.0.tgz",
490
+ "version": "10.3.0"
488
491
  },
489
492
  "node_modules/esquery": {
490
- "version": "1.6.0",
491
- "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz",
492
- "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
493
- "license": "BSD-3-Clause",
494
493
  "dependencies": {
495
494
  "estraverse": "^5.1.0"
496
495
  },
497
496
  "engines": {
498
497
  "node": ">=0.10"
499
- }
498
+ },
499
+ "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
500
+ "license": "BSD-3-Clause",
501
+ "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz",
502
+ "version": "1.6.0"
500
503
  },
501
504
  "node_modules/esrecurse": {
502
- "version": "4.3.0",
503
- "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
504
- "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
505
- "license": "BSD-2-Clause",
506
505
  "dependencies": {
507
506
  "estraverse": "^5.2.0"
508
507
  },
509
508
  "engines": {
510
509
  "node": ">=4.0"
511
- }
510
+ },
511
+ "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
512
+ "license": "BSD-2-Clause",
513
+ "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
514
+ "version": "4.3.0"
512
515
  },
513
516
  "node_modules/estraverse": {
514
- "version": "5.3.0",
515
- "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
516
- "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
517
- "license": "BSD-2-Clause",
518
517
  "engines": {
519
518
  "node": ">=4.0"
520
- }
521
- },
522
- "node_modules/esutils": {
523
- "version": "2.0.3",
524
- "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
525
- "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
519
+ },
520
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
526
521
  "license": "BSD-2-Clause",
522
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
523
+ "version": "5.3.0"
524
+ },
525
+ "node_modules/esutils": {
527
526
  "engines": {
528
527
  "node": ">=0.10.0"
529
- }
528
+ },
529
+ "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
530
+ "license": "BSD-2-Clause",
531
+ "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
532
+ "version": "2.0.3"
530
533
  },
531
534
  "node_modules/fast-deep-equal": {
532
- "version": "3.1.3",
533
- "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
534
535
  "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
535
- "license": "MIT"
536
+ "license": "MIT",
537
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
538
+ "version": "3.1.3"
536
539
  },
537
540
  "node_modules/fast-json-stable-stringify": {
538
- "version": "2.1.0",
539
- "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
540
541
  "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
541
- "license": "MIT"
542
+ "license": "MIT",
543
+ "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
544
+ "version": "2.1.0"
542
545
  },
543
546
  "node_modules/fast-levenshtein": {
544
- "version": "2.0.6",
545
- "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
546
547
  "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
547
- "license": "MIT"
548
+ "license": "MIT",
549
+ "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
550
+ "version": "2.0.6"
548
551
  },
549
552
  "node_modules/file-entry-cache": {
550
- "version": "8.0.0",
551
- "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
552
- "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
553
- "license": "MIT",
554
553
  "dependencies": {
555
554
  "flat-cache": "^4.0.0"
556
555
  },
557
556
  "engines": {
558
557
  "node": ">=16.0.0"
559
- }
558
+ },
559
+ "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
560
+ "license": "MIT",
561
+ "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
562
+ "version": "8.0.0"
560
563
  },
561
564
  "node_modules/find-up": {
562
- "version": "5.0.0",
563
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
564
- "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
565
- "license": "MIT",
566
565
  "dependencies": {
567
566
  "locate-path": "^6.0.0",
568
567
  "path-exists": "^4.0.0"
@@ -572,74 +571,74 @@
572
571
  },
573
572
  "funding": {
574
573
  "url": "https://github.com/sponsors/sindresorhus"
575
- }
574
+ },
575
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
576
+ "license": "MIT",
577
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
578
+ "version": "5.0.0"
576
579
  },
577
580
  "node_modules/flat-cache": {
578
- "version": "4.0.1",
579
- "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
580
- "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
581
- "license": "MIT",
582
581
  "dependencies": {
583
582
  "flatted": "^3.2.9",
584
583
  "keyv": "^4.5.4"
585
584
  },
586
585
  "engines": {
587
586
  "node": ">=16"
588
- }
587
+ },
588
+ "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
589
+ "license": "MIT",
590
+ "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
591
+ "version": "4.0.1"
589
592
  },
590
593
  "node_modules/flatted": {
591
- "version": "3.3.3",
592
- "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz",
593
594
  "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
594
- "license": "ISC"
595
+ "license": "ISC",
596
+ "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz",
597
+ "version": "3.3.3"
595
598
  },
596
599
  "node_modules/glob-parent": {
597
- "version": "6.0.2",
598
- "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
599
- "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
600
- "license": "ISC",
601
600
  "dependencies": {
602
601
  "is-glob": "^4.0.3"
603
602
  },
604
603
  "engines": {
605
604
  "node": ">=10.13.0"
606
- }
605
+ },
606
+ "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
607
+ "license": "ISC",
608
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
609
+ "version": "6.0.2"
607
610
  },
608
611
  "node_modules/globals": {
609
- "version": "14.0.0",
610
- "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
611
- "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
612
- "license": "MIT",
613
612
  "engines": {
614
613
  "node": ">=18"
615
614
  },
616
615
  "funding": {
617
616
  "url": "https://github.com/sponsors/sindresorhus"
618
- }
617
+ },
618
+ "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
619
+ "license": "MIT",
620
+ "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
621
+ "version": "14.0.0"
619
622
  },
620
623
  "node_modules/has-flag": {
621
- "version": "4.0.0",
622
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
623
- "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
624
- "license": "MIT",
625
624
  "engines": {
626
625
  "node": ">=8"
627
- }
626
+ },
627
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
628
+ "license": "MIT",
629
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
630
+ "version": "4.0.0"
628
631
  },
629
632
  "node_modules/ignore": {
630
- "version": "5.3.2",
631
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
632
- "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
633
- "license": "MIT",
634
633
  "engines": {
635
634
  "node": ">= 4"
636
- }
635
+ },
636
+ "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
637
+ "license": "MIT",
638
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
639
+ "version": "5.3.2"
637
640
  },
638
641
  "node_modules/import-fresh": {
639
- "version": "3.3.1",
640
- "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
641
- "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
642
- "license": "MIT",
643
642
  "dependencies": {
644
643
  "parent-module": "^1.0.0",
645
644
  "resolve-from": "^4.0.0"
@@ -649,101 +648,101 @@
649
648
  },
650
649
  "funding": {
651
650
  "url": "https://github.com/sponsors/sindresorhus"
652
- }
651
+ },
652
+ "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
653
+ "license": "MIT",
654
+ "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
655
+ "version": "3.3.1"
653
656
  },
654
657
  "node_modules/imurmurhash": {
655
- "version": "0.1.4",
656
- "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
657
- "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
658
- "license": "MIT",
659
658
  "engines": {
660
659
  "node": ">=0.8.19"
661
- }
660
+ },
661
+ "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
662
+ "license": "MIT",
663
+ "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
664
+ "version": "0.1.4"
662
665
  },
663
666
  "node_modules/is-extglob": {
664
- "version": "2.1.1",
665
- "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
666
- "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
667
- "license": "MIT",
668
667
  "engines": {
669
668
  "node": ">=0.10.0"
670
- }
669
+ },
670
+ "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
671
+ "license": "MIT",
672
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
673
+ "version": "2.1.1"
671
674
  },
672
675
  "node_modules/is-glob": {
673
- "version": "4.0.3",
674
- "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
675
- "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
676
- "license": "MIT",
677
676
  "dependencies": {
678
677
  "is-extglob": "^2.1.1"
679
678
  },
680
679
  "engines": {
681
680
  "node": ">=0.10.0"
682
- }
681
+ },
682
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
683
+ "license": "MIT",
684
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
685
+ "version": "4.0.3"
683
686
  },
684
687
  "node_modules/isexe": {
685
- "version": "2.0.0",
686
- "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
687
688
  "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
688
- "license": "ISC"
689
+ "license": "ISC",
690
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
691
+ "version": "2.0.0"
689
692
  },
690
693
  "node_modules/js-yaml": {
691
- "version": "4.1.0",
692
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
693
- "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
694
- "license": "MIT",
694
+ "bin": {
695
+ "js-yaml": "bin/js-yaml.js"
696
+ },
695
697
  "dependencies": {
696
698
  "argparse": "^2.0.1"
697
699
  },
698
- "bin": {
699
- "js-yaml": "bin/js-yaml.js"
700
- }
700
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
701
+ "license": "MIT",
702
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
703
+ "version": "4.1.0"
701
704
  },
702
705
  "node_modules/json-buffer": {
703
- "version": "3.0.1",
704
- "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
705
706
  "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
706
- "license": "MIT"
707
+ "license": "MIT",
708
+ "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
709
+ "version": "3.0.1"
707
710
  },
708
711
  "node_modules/json-schema-traverse": {
709
- "version": "0.4.1",
710
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
711
712
  "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
712
- "license": "MIT"
713
+ "license": "MIT",
714
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
715
+ "version": "0.4.1"
713
716
  },
714
717
  "node_modules/json-stable-stringify-without-jsonify": {
715
- "version": "1.0.1",
716
- "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
717
718
  "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
718
- "license": "MIT"
719
+ "license": "MIT",
720
+ "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
721
+ "version": "1.0.1"
719
722
  },
720
723
  "node_modules/keyv": {
721
- "version": "4.5.4",
722
- "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
723
- "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
724
- "license": "MIT",
725
724
  "dependencies": {
726
725
  "json-buffer": "3.0.1"
727
- }
726
+ },
727
+ "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
728
+ "license": "MIT",
729
+ "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
730
+ "version": "4.5.4"
728
731
  },
729
732
  "node_modules/levn": {
730
- "version": "0.4.1",
731
- "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
732
- "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
733
- "license": "MIT",
734
733
  "dependencies": {
735
734
  "prelude-ls": "^1.2.1",
736
735
  "type-check": "~0.4.0"
737
736
  },
738
737
  "engines": {
739
738
  "node": ">= 0.8.0"
740
- }
739
+ },
740
+ "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
741
+ "license": "MIT",
742
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
743
+ "version": "0.4.1"
741
744
  },
742
745
  "node_modules/locate-path": {
743
- "version": "6.0.0",
744
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
745
- "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
746
- "license": "MIT",
747
746
  "dependencies": {
748
747
  "p-locate": "^5.0.0"
749
748
  },
@@ -752,43 +751,43 @@
752
751
  },
753
752
  "funding": {
754
753
  "url": "https://github.com/sponsors/sindresorhus"
755
- }
754
+ },
755
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
756
+ "license": "MIT",
757
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
758
+ "version": "6.0.0"
756
759
  },
757
760
  "node_modules/lodash.merge": {
758
- "version": "4.6.2",
759
- "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
760
761
  "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
761
- "license": "MIT"
762
+ "license": "MIT",
763
+ "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
764
+ "version": "4.6.2"
762
765
  },
763
766
  "node_modules/minimatch": {
764
- "version": "3.1.2",
765
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
766
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
767
- "license": "ISC",
768
767
  "dependencies": {
769
768
  "brace-expansion": "^1.1.7"
770
769
  },
771
770
  "engines": {
772
771
  "node": "*"
773
- }
772
+ },
773
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
774
+ "license": "ISC",
775
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
776
+ "version": "3.1.2"
774
777
  },
775
778
  "node_modules/ms": {
776
- "version": "2.1.3",
777
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
778
779
  "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
779
- "license": "MIT"
780
+ "license": "MIT",
781
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
782
+ "version": "2.1.3"
780
783
  },
781
784
  "node_modules/natural-compare": {
782
- "version": "1.4.0",
783
- "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
784
785
  "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
785
- "license": "MIT"
786
+ "license": "MIT",
787
+ "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
788
+ "version": "1.4.0"
786
789
  },
787
790
  "node_modules/optionator": {
788
- "version": "0.9.4",
789
- "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
790
- "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
791
- "license": "MIT",
792
791
  "dependencies": {
793
792
  "deep-is": "^0.1.3",
794
793
  "fast-levenshtein": "^2.0.6",
@@ -799,13 +798,13 @@
799
798
  },
800
799
  "engines": {
801
800
  "node": ">= 0.8.0"
802
- }
801
+ },
802
+ "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
803
+ "license": "MIT",
804
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
805
+ "version": "0.9.4"
803
806
  },
804
807
  "node_modules/p-limit": {
805
- "version": "3.1.0",
806
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
807
- "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
808
- "license": "MIT",
809
808
  "dependencies": {
810
809
  "yocto-queue": "^0.1.0"
811
810
  },
@@ -814,13 +813,13 @@
814
813
  },
815
814
  "funding": {
816
815
  "url": "https://github.com/sponsors/sindresorhus"
817
- }
816
+ },
817
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
818
+ "license": "MIT",
819
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
820
+ "version": "3.1.0"
818
821
  },
819
822
  "node_modules/p-locate": {
820
- "version": "5.0.0",
821
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
822
- "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
823
- "license": "MIT",
824
823
  "dependencies": {
825
824
  "p-limit": "^3.0.2"
826
825
  },
@@ -829,166 +828,171 @@
829
828
  },
830
829
  "funding": {
831
830
  "url": "https://github.com/sponsors/sindresorhus"
832
- }
831
+ },
832
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
833
+ "license": "MIT",
834
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
835
+ "version": "5.0.0"
833
836
  },
834
837
  "node_modules/parent-module": {
835
- "version": "1.0.1",
836
- "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
837
- "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
838
- "license": "MIT",
839
838
  "dependencies": {
840
839
  "callsites": "^3.0.0"
841
840
  },
842
841
  "engines": {
843
842
  "node": ">=6"
844
- }
843
+ },
844
+ "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
845
+ "license": "MIT",
846
+ "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
847
+ "version": "1.0.1"
845
848
  },
846
849
  "node_modules/path-exists": {
847
- "version": "4.0.0",
848
- "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
849
- "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
850
- "license": "MIT",
851
850
  "engines": {
852
851
  "node": ">=8"
853
- }
852
+ },
853
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
854
+ "license": "MIT",
855
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
856
+ "version": "4.0.0"
854
857
  },
855
858
  "node_modules/path-key": {
856
- "version": "3.1.1",
857
- "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
858
- "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
859
- "license": "MIT",
860
859
  "engines": {
861
860
  "node": ">=8"
862
- }
861
+ },
862
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
863
+ "license": "MIT",
864
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
865
+ "version": "3.1.1"
863
866
  },
864
867
  "node_modules/prelude-ls": {
865
- "version": "1.2.1",
866
- "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
867
- "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
868
- "license": "MIT",
869
868
  "engines": {
870
869
  "node": ">= 0.8.0"
871
- }
870
+ },
871
+ "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
872
+ "license": "MIT",
873
+ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
874
+ "version": "1.2.1"
872
875
  },
873
876
  "node_modules/punycode": {
874
- "version": "2.3.1",
875
- "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
876
- "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
877
- "license": "MIT",
878
877
  "engines": {
879
878
  "node": ">=6"
880
- }
879
+ },
880
+ "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
881
+ "license": "MIT",
882
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
883
+ "version": "2.3.1"
881
884
  },
882
885
  "node_modules/resolve-from": {
883
- "version": "4.0.0",
884
- "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
885
- "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
886
- "license": "MIT",
887
886
  "engines": {
888
887
  "node": ">=4"
889
- }
888
+ },
889
+ "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
890
+ "license": "MIT",
891
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
892
+ "version": "4.0.0"
890
893
  },
891
894
  "node_modules/shebang-command": {
892
- "version": "2.0.0",
893
- "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
894
- "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
895
- "license": "MIT",
896
895
  "dependencies": {
897
896
  "shebang-regex": "^3.0.0"
898
897
  },
899
898
  "engines": {
900
899
  "node": ">=8"
901
- }
900
+ },
901
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
902
+ "license": "MIT",
903
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
904
+ "version": "2.0.0"
902
905
  },
903
906
  "node_modules/shebang-regex": {
904
- "version": "3.0.0",
905
- "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
906
- "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
907
- "license": "MIT",
908
907
  "engines": {
909
908
  "node": ">=8"
910
- }
909
+ },
910
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
911
+ "license": "MIT",
912
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
913
+ "version": "3.0.0"
911
914
  },
912
915
  "node_modules/strip-json-comments": {
913
- "version": "3.1.1",
914
- "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
915
- "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
916
- "license": "MIT",
917
916
  "engines": {
918
917
  "node": ">=8"
919
918
  },
920
919
  "funding": {
921
920
  "url": "https://github.com/sponsors/sindresorhus"
922
- }
921
+ },
922
+ "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
923
+ "license": "MIT",
924
+ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
925
+ "version": "3.1.1"
923
926
  },
924
927
  "node_modules/supports-color": {
925
- "version": "7.2.0",
926
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
927
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
928
- "license": "MIT",
929
928
  "dependencies": {
930
929
  "has-flag": "^4.0.0"
931
930
  },
932
931
  "engines": {
933
932
  "node": ">=8"
934
- }
933
+ },
934
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
935
+ "license": "MIT",
936
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
937
+ "version": "7.2.0"
935
938
  },
936
939
  "node_modules/type-check": {
937
- "version": "0.4.0",
938
- "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
939
- "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
940
- "license": "MIT",
941
940
  "dependencies": {
942
941
  "prelude-ls": "^1.2.1"
943
942
  },
944
943
  "engines": {
945
944
  "node": ">= 0.8.0"
946
- }
945
+ },
946
+ "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
947
+ "license": "MIT",
948
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
949
+ "version": "0.4.0"
947
950
  },
948
951
  "node_modules/uri-js": {
949
- "version": "4.4.1",
950
- "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
951
- "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
952
- "license": "BSD-2-Clause",
953
952
  "dependencies": {
954
953
  "punycode": "^2.1.0"
955
- }
954
+ },
955
+ "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
956
+ "license": "BSD-2-Clause",
957
+ "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
958
+ "version": "4.4.1"
956
959
  },
957
960
  "node_modules/which": {
958
- "version": "2.0.2",
959
- "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
960
- "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
961
- "license": "ISC",
962
- "dependencies": {
963
- "isexe": "^2.0.0"
964
- },
965
961
  "bin": {
966
962
  "node-which": "bin/node-which"
967
963
  },
964
+ "dependencies": {
965
+ "isexe": "^2.0.0"
966
+ },
968
967
  "engines": {
969
968
  "node": ">= 8"
970
- }
969
+ },
970
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
971
+ "license": "ISC",
972
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
973
+ "version": "2.0.2"
971
974
  },
972
975
  "node_modules/word-wrap": {
973
- "version": "1.2.5",
974
- "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
975
- "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
976
- "license": "MIT",
977
976
  "engines": {
978
977
  "node": ">=0.10.0"
979
- }
978
+ },
979
+ "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
980
+ "license": "MIT",
981
+ "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
982
+ "version": "1.2.5"
980
983
  },
981
984
  "node_modules/yocto-queue": {
982
- "version": "0.1.0",
983
- "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
984
- "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
985
- "license": "MIT",
986
985
  "engines": {
987
986
  "node": ">=10"
988
987
  },
989
988
  "funding": {
990
989
  "url": "https://github.com/sponsors/sindresorhus"
991
- }
990
+ },
991
+ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
992
+ "license": "MIT",
993
+ "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
994
+ "version": "0.1.0"
992
995
  }
993
- }
996
+ },
997
+ "requires": true
994
998
  }