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