c2cwsgiutils 6.2.0.dev304__py3-none-any.whl → 6.2.0.dev306__py3-none-any.whl
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.
- c2cwsgiutils/acceptance/package-lock.json +99 -533
- c2cwsgiutils/acceptance/package.json +1 -1
- {c2cwsgiutils-6.2.0.dev304.dist-info → c2cwsgiutils-6.2.0.dev306.dist-info}/METADATA +1 -1
- {c2cwsgiutils-6.2.0.dev304.dist-info → c2cwsgiutils-6.2.0.dev306.dist-info}/RECORD +7 -7
- {c2cwsgiutils-6.2.0.dev304.dist-info → c2cwsgiutils-6.2.0.dev306.dist-info}/WHEEL +0 -0
- {c2cwsgiutils-6.2.0.dev304.dist-info → c2cwsgiutils-6.2.0.dev306.dist-info}/entry_points.txt +0 -0
- {c2cwsgiutils-6.2.0.dev304.dist-info → c2cwsgiutils-6.2.0.dev306.dist-info}/licenses/LICENSE +0 -0
|
@@ -6,43 +6,17 @@
|
|
|
6
6
|
"": {
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"commander": "14.0.3",
|
|
9
|
-
"puppeteer": "25.0
|
|
10
|
-
}
|
|
11
|
-
},
|
|
12
|
-
"node_modules/@babel/code-frame": {
|
|
13
|
-
"version": "7.29.7",
|
|
14
|
-
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.7.tgz",
|
|
15
|
-
"integrity": "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==",
|
|
16
|
-
"license": "MIT",
|
|
17
|
-
"dependencies": {
|
|
18
|
-
"@babel/helper-validator-identifier": "^7.29.7",
|
|
19
|
-
"js-tokens": "^4.0.0",
|
|
20
|
-
"picocolors": "^1.1.1"
|
|
21
|
-
},
|
|
22
|
-
"engines": {
|
|
23
|
-
"node": ">=6.9.0"
|
|
24
|
-
}
|
|
25
|
-
},
|
|
26
|
-
"node_modules/@babel/helper-validator-identifier": {
|
|
27
|
-
"version": "7.29.7",
|
|
28
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
|
|
29
|
-
"integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
|
|
30
|
-
"license": "MIT",
|
|
31
|
-
"engines": {
|
|
32
|
-
"node": ">=6.9.0"
|
|
9
|
+
"puppeteer": "25.2.0"
|
|
33
10
|
}
|
|
34
11
|
},
|
|
35
12
|
"node_modules/@puppeteer/browsers": {
|
|
36
|
-
"version": "3.0.
|
|
37
|
-
"resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-3.0.
|
|
38
|
-
"integrity": "sha512-
|
|
13
|
+
"version": "3.0.5",
|
|
14
|
+
"resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-3.0.5.tgz",
|
|
15
|
+
"integrity": "sha512-xYXNuEQmHNIPWWcbL/skf2KF7seyp7c1xmKFRk3wmdFx7VwBsKVrtOLKs8ecaezsKPsWeF1YsgwIiElAscaryA==",
|
|
39
16
|
"license": "Apache-2.0",
|
|
40
17
|
"dependencies": {
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"semver": "^7.7.4",
|
|
44
|
-
"tar-fs": "^3.1.1",
|
|
45
|
-
"yargs": "^17.7.2"
|
|
18
|
+
"modern-tar": "^0.7.6",
|
|
19
|
+
"yargs": "^18.0.0"
|
|
46
20
|
},
|
|
47
21
|
"bin": {
|
|
48
22
|
"browsers": "lib/main-cli.js"
|
|
@@ -60,149 +34,29 @@
|
|
|
60
34
|
}
|
|
61
35
|
},
|
|
62
36
|
"node_modules/ansi-regex": {
|
|
63
|
-
"version": "
|
|
64
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-
|
|
65
|
-
"integrity": "sha512-
|
|
37
|
+
"version": "6.2.2",
|
|
38
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
|
|
39
|
+
"integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
|
|
66
40
|
"license": "MIT",
|
|
67
41
|
"engines": {
|
|
68
|
-
"node": ">=
|
|
42
|
+
"node": ">=12"
|
|
43
|
+
},
|
|
44
|
+
"funding": {
|
|
45
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
69
46
|
}
|
|
70
47
|
},
|
|
71
48
|
"node_modules/ansi-styles": {
|
|
72
|
-
"version": "
|
|
73
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-
|
|
74
|
-
"integrity": "sha512-
|
|
49
|
+
"version": "6.2.3",
|
|
50
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
|
|
51
|
+
"integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
|
|
75
52
|
"license": "MIT",
|
|
76
|
-
"dependencies": {
|
|
77
|
-
"color-convert": "^2.0.1"
|
|
78
|
-
},
|
|
79
53
|
"engines": {
|
|
80
|
-
"node": ">=
|
|
54
|
+
"node": ">=12"
|
|
81
55
|
},
|
|
82
56
|
"funding": {
|
|
83
57
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
84
58
|
}
|
|
85
59
|
},
|
|
86
|
-
"node_modules/argparse": {
|
|
87
|
-
"version": "2.0.1",
|
|
88
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
89
|
-
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
90
|
-
"license": "Python-2.0"
|
|
91
|
-
},
|
|
92
|
-
"node_modules/b4a": {
|
|
93
|
-
"version": "1.8.1",
|
|
94
|
-
"resolved": "https://registry.npmjs.org/b4a/-/b4a-1.8.1.tgz",
|
|
95
|
-
"integrity": "sha512-aiqre1Nr0B/6DgE2N5vwTc+2/oQZ4Wh1t4NznYY4E00y8LCt6NqdRv81so00oo27D8MVKTpUa/MwUUtBLXCoDw==",
|
|
96
|
-
"license": "Apache-2.0",
|
|
97
|
-
"peerDependencies": {
|
|
98
|
-
"react-native-b4a": "*"
|
|
99
|
-
},
|
|
100
|
-
"peerDependenciesMeta": {
|
|
101
|
-
"react-native-b4a": {
|
|
102
|
-
"optional": true
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
},
|
|
106
|
-
"node_modules/bare-events": {
|
|
107
|
-
"version": "2.8.3",
|
|
108
|
-
"resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.8.3.tgz",
|
|
109
|
-
"integrity": "sha512-HdUm8EMQBLaJvGUdidNNbqpA1kYkwNcb+MYxkxCLAPJGQzlv9J0C24h8V65Z4c5GLd/JEALDvpFCQgpLJqc0zw==",
|
|
110
|
-
"license": "Apache-2.0",
|
|
111
|
-
"peerDependencies": {
|
|
112
|
-
"bare-abort-controller": "*"
|
|
113
|
-
},
|
|
114
|
-
"peerDependenciesMeta": {
|
|
115
|
-
"bare-abort-controller": {
|
|
116
|
-
"optional": true
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
},
|
|
120
|
-
"node_modules/bare-fs": {
|
|
121
|
-
"version": "4.7.1",
|
|
122
|
-
"resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.7.1.tgz",
|
|
123
|
-
"integrity": "sha512-WDRsyVN52eAx/lBamKD6uyw8H4228h/x0sGGGegOamM2cd7Pag88GfMQalobXI+HaEUxpCkbKQUDOQqt9wawRw==",
|
|
124
|
-
"license": "Apache-2.0",
|
|
125
|
-
"dependencies": {
|
|
126
|
-
"bare-events": "^2.5.4",
|
|
127
|
-
"bare-path": "^3.0.0",
|
|
128
|
-
"bare-stream": "^2.6.4",
|
|
129
|
-
"bare-url": "^2.2.2",
|
|
130
|
-
"fast-fifo": "^1.3.2"
|
|
131
|
-
},
|
|
132
|
-
"engines": {
|
|
133
|
-
"bare": ">=1.16.0"
|
|
134
|
-
},
|
|
135
|
-
"peerDependencies": {
|
|
136
|
-
"bare-buffer": "*"
|
|
137
|
-
},
|
|
138
|
-
"peerDependenciesMeta": {
|
|
139
|
-
"bare-buffer": {
|
|
140
|
-
"optional": true
|
|
141
|
-
}
|
|
142
|
-
}
|
|
143
|
-
},
|
|
144
|
-
"node_modules/bare-os": {
|
|
145
|
-
"version": "3.9.1",
|
|
146
|
-
"resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.9.1.tgz",
|
|
147
|
-
"integrity": "sha512-6M5XjcnsygQNPMCMPXSK379xrJFiZ/AEMNBmFEmQW8d/789VQATvriyi5r0HYTL9TkQ26rn3kgdTG3aisbrXkQ==",
|
|
148
|
-
"license": "Apache-2.0",
|
|
149
|
-
"engines": {
|
|
150
|
-
"bare": ">=1.14.0"
|
|
151
|
-
}
|
|
152
|
-
},
|
|
153
|
-
"node_modules/bare-path": {
|
|
154
|
-
"version": "3.0.0",
|
|
155
|
-
"resolved": "https://registry.npmjs.org/bare-path/-/bare-path-3.0.0.tgz",
|
|
156
|
-
"integrity": "sha512-tyfW2cQcB5NN8Saijrhqn0Zh7AnFNsnczRcuWODH0eYAXBsJ5gVxAUuNr7tsHSC6IZ77cA0SitzT+s47kot8Mw==",
|
|
157
|
-
"license": "Apache-2.0",
|
|
158
|
-
"dependencies": {
|
|
159
|
-
"bare-os": "^3.0.1"
|
|
160
|
-
}
|
|
161
|
-
},
|
|
162
|
-
"node_modules/bare-stream": {
|
|
163
|
-
"version": "2.13.1",
|
|
164
|
-
"resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.13.1.tgz",
|
|
165
|
-
"integrity": "sha512-Vp0cnjYyrEC4whYTymQ+YZi6pBpfiICZO3cfRG8sy67ZNWe951urv1x4eW1BKNngw3U+3fPYb5JQvHbCtxH7Ow==",
|
|
166
|
-
"license": "Apache-2.0",
|
|
167
|
-
"dependencies": {
|
|
168
|
-
"streamx": "^2.25.0",
|
|
169
|
-
"teex": "^1.0.1"
|
|
170
|
-
},
|
|
171
|
-
"peerDependencies": {
|
|
172
|
-
"bare-abort-controller": "*",
|
|
173
|
-
"bare-buffer": "*",
|
|
174
|
-
"bare-events": "*"
|
|
175
|
-
},
|
|
176
|
-
"peerDependenciesMeta": {
|
|
177
|
-
"bare-abort-controller": {
|
|
178
|
-
"optional": true
|
|
179
|
-
},
|
|
180
|
-
"bare-buffer": {
|
|
181
|
-
"optional": true
|
|
182
|
-
},
|
|
183
|
-
"bare-events": {
|
|
184
|
-
"optional": true
|
|
185
|
-
}
|
|
186
|
-
}
|
|
187
|
-
},
|
|
188
|
-
"node_modules/bare-url": {
|
|
189
|
-
"version": "2.4.3",
|
|
190
|
-
"resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.4.3.tgz",
|
|
191
|
-
"integrity": "sha512-Kccpc7ACfXaxfeInfqKcZtW4pT5YBn1mesc4sCsun6sRwtbJ4h+sNOaksUpYEJUKfN65YWC6Bw2OJEFiKxq8nQ==",
|
|
192
|
-
"license": "Apache-2.0",
|
|
193
|
-
"dependencies": {
|
|
194
|
-
"bare-path": "^3.0.0"
|
|
195
|
-
}
|
|
196
|
-
},
|
|
197
|
-
"node_modules/callsites": {
|
|
198
|
-
"version": "3.1.0",
|
|
199
|
-
"resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
|
|
200
|
-
"integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
|
|
201
|
-
"license": "MIT",
|
|
202
|
-
"engines": {
|
|
203
|
-
"node": ">=6"
|
|
204
|
-
}
|
|
205
|
-
},
|
|
206
60
|
"node_modules/chromium-bidi": {
|
|
207
61
|
"version": "16.0.1",
|
|
208
62
|
"resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-16.0.1.tgz",
|
|
@@ -220,37 +74,19 @@
|
|
|
220
74
|
}
|
|
221
75
|
},
|
|
222
76
|
"node_modules/cliui": {
|
|
223
|
-
"version": "
|
|
224
|
-
"resolved": "https://registry.npmjs.org/cliui/-/cliui-
|
|
225
|
-
"integrity": "sha512-
|
|
77
|
+
"version": "9.0.1",
|
|
78
|
+
"resolved": "https://registry.npmjs.org/cliui/-/cliui-9.0.1.tgz",
|
|
79
|
+
"integrity": "sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w==",
|
|
226
80
|
"license": "ISC",
|
|
227
81
|
"dependencies": {
|
|
228
|
-
"string-width": "^
|
|
229
|
-
"strip-ansi": "^
|
|
230
|
-
"wrap-ansi": "^
|
|
231
|
-
},
|
|
232
|
-
"engines": {
|
|
233
|
-
"node": ">=12"
|
|
234
|
-
}
|
|
235
|
-
},
|
|
236
|
-
"node_modules/color-convert": {
|
|
237
|
-
"version": "2.0.1",
|
|
238
|
-
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
239
|
-
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
240
|
-
"license": "MIT",
|
|
241
|
-
"dependencies": {
|
|
242
|
-
"color-name": "~1.1.4"
|
|
82
|
+
"string-width": "^7.2.0",
|
|
83
|
+
"strip-ansi": "^7.1.0",
|
|
84
|
+
"wrap-ansi": "^9.0.0"
|
|
243
85
|
},
|
|
244
86
|
"engines": {
|
|
245
|
-
"node": ">=
|
|
87
|
+
"node": ">=20"
|
|
246
88
|
}
|
|
247
89
|
},
|
|
248
|
-
"node_modules/color-name": {
|
|
249
|
-
"version": "1.1.4",
|
|
250
|
-
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
251
|
-
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
252
|
-
"license": "MIT"
|
|
253
|
-
},
|
|
254
90
|
"node_modules/commander": {
|
|
255
91
|
"version": "14.0.3",
|
|
256
92
|
"resolved": "https://registry.npmjs.org/commander/-/commander-14.0.3.tgz",
|
|
@@ -260,88 +96,18 @@
|
|
|
260
96
|
"node": ">=20"
|
|
261
97
|
}
|
|
262
98
|
},
|
|
263
|
-
"node_modules/cosmiconfig": {
|
|
264
|
-
"version": "9.0.1",
|
|
265
|
-
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.1.tgz",
|
|
266
|
-
"integrity": "sha512-hr4ihw+DBqcvrsEDioRO31Z17x71pUYoNe/4h6Z0wB72p7MU7/9gH8Q3s12NFhHPfYBBOV3qyfUxmr/Yn3shnQ==",
|
|
267
|
-
"license": "MIT",
|
|
268
|
-
"dependencies": {
|
|
269
|
-
"env-paths": "^2.2.1",
|
|
270
|
-
"import-fresh": "^3.3.0",
|
|
271
|
-
"js-yaml": "^4.1.0",
|
|
272
|
-
"parse-json": "^5.2.0"
|
|
273
|
-
},
|
|
274
|
-
"engines": {
|
|
275
|
-
"node": ">=14"
|
|
276
|
-
},
|
|
277
|
-
"funding": {
|
|
278
|
-
"url": "https://github.com/sponsors/d-fischer"
|
|
279
|
-
},
|
|
280
|
-
"peerDependencies": {
|
|
281
|
-
"typescript": ">=4.9.5"
|
|
282
|
-
},
|
|
283
|
-
"peerDependenciesMeta": {
|
|
284
|
-
"typescript": {
|
|
285
|
-
"optional": true
|
|
286
|
-
}
|
|
287
|
-
}
|
|
288
|
-
},
|
|
289
|
-
"node_modules/debug": {
|
|
290
|
-
"version": "4.4.3",
|
|
291
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
|
|
292
|
-
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
|
|
293
|
-
"license": "MIT",
|
|
294
|
-
"dependencies": {
|
|
295
|
-
"ms": "^2.1.3"
|
|
296
|
-
},
|
|
297
|
-
"engines": {
|
|
298
|
-
"node": ">=6.0"
|
|
299
|
-
},
|
|
300
|
-
"peerDependenciesMeta": {
|
|
301
|
-
"supports-color": {
|
|
302
|
-
"optional": true
|
|
303
|
-
}
|
|
304
|
-
}
|
|
305
|
-
},
|
|
306
99
|
"node_modules/devtools-protocol": {
|
|
307
|
-
"version": "0.0.
|
|
308
|
-
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.
|
|
309
|
-
"integrity": "sha512-
|
|
100
|
+
"version": "0.0.1638949",
|
|
101
|
+
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1638949.tgz",
|
|
102
|
+
"integrity": "sha512-mXwg4Fqnv0WR4iuAT/gYUmctNkjILwXFHyZ+m7Ty1dfr0ezZt2U3gnrrJTfRobJTHoXf+IbuFvFITzLrLFjwJA==",
|
|
310
103
|
"license": "BSD-3-Clause"
|
|
311
104
|
},
|
|
312
105
|
"node_modules/emoji-regex": {
|
|
313
|
-
"version": "
|
|
314
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-
|
|
315
|
-
"integrity": "sha512-
|
|
106
|
+
"version": "10.6.0",
|
|
107
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
|
|
108
|
+
"integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
|
|
316
109
|
"license": "MIT"
|
|
317
110
|
},
|
|
318
|
-
"node_modules/end-of-stream": {
|
|
319
|
-
"version": "1.4.5",
|
|
320
|
-
"resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.5.tgz",
|
|
321
|
-
"integrity": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==",
|
|
322
|
-
"license": "MIT",
|
|
323
|
-
"dependencies": {
|
|
324
|
-
"once": "^1.4.0"
|
|
325
|
-
}
|
|
326
|
-
},
|
|
327
|
-
"node_modules/env-paths": {
|
|
328
|
-
"version": "2.2.1",
|
|
329
|
-
"resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",
|
|
330
|
-
"integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==",
|
|
331
|
-
"license": "MIT",
|
|
332
|
-
"engines": {
|
|
333
|
-
"node": ">=6"
|
|
334
|
-
}
|
|
335
|
-
},
|
|
336
|
-
"node_modules/error-ex": {
|
|
337
|
-
"version": "1.3.4",
|
|
338
|
-
"resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.4.tgz",
|
|
339
|
-
"integrity": "sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==",
|
|
340
|
-
"license": "MIT",
|
|
341
|
-
"dependencies": {
|
|
342
|
-
"is-arrayish": "^0.2.1"
|
|
343
|
-
}
|
|
344
|
-
},
|
|
345
111
|
"node_modules/escalade": {
|
|
346
112
|
"version": "3.2.0",
|
|
347
113
|
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
|
|
@@ -351,21 +117,6 @@
|
|
|
351
117
|
"node": ">=6"
|
|
352
118
|
}
|
|
353
119
|
},
|
|
354
|
-
"node_modules/events-universal": {
|
|
355
|
-
"version": "1.0.1",
|
|
356
|
-
"resolved": "https://registry.npmjs.org/events-universal/-/events-universal-1.0.1.tgz",
|
|
357
|
-
"integrity": "sha512-LUd5euvbMLpwOF8m6ivPCbhQeSiYVNb8Vs0fQ8QjXo0JTkEHpz8pxdQf0gStltaPpw0Cca8b39KxvK9cfKRiAw==",
|
|
358
|
-
"license": "Apache-2.0",
|
|
359
|
-
"dependencies": {
|
|
360
|
-
"bare-events": "^2.7.0"
|
|
361
|
-
}
|
|
362
|
-
},
|
|
363
|
-
"node_modules/fast-fifo": {
|
|
364
|
-
"version": "1.3.2",
|
|
365
|
-
"resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz",
|
|
366
|
-
"integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==",
|
|
367
|
-
"license": "MIT"
|
|
368
|
-
},
|
|
369
120
|
"node_modules/get-caller-file": {
|
|
370
121
|
"version": "2.0.5",
|
|
371
122
|
"resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
|
|
@@ -375,155 +126,57 @@
|
|
|
375
126
|
"node": "6.* || 8.* || >= 10.*"
|
|
376
127
|
}
|
|
377
128
|
},
|
|
378
|
-
"node_modules/
|
|
379
|
-
"version": "
|
|
380
|
-
"resolved": "https://registry.npmjs.org/
|
|
381
|
-
"integrity": "sha512-
|
|
129
|
+
"node_modules/get-east-asian-width": {
|
|
130
|
+
"version": "1.6.0",
|
|
131
|
+
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.6.0.tgz",
|
|
132
|
+
"integrity": "sha512-QRbvDIbx6YklUe6RxeTeleMR0yv3cYH6PsPZHcnVn7xv7zO1BHN8r0XETu8n6Ye3Q+ahtSarc3WgtNWmehIBfA==",
|
|
382
133
|
"license": "MIT",
|
|
383
|
-
"dependencies": {
|
|
384
|
-
"parent-module": "^1.0.0",
|
|
385
|
-
"resolve-from": "^4.0.0"
|
|
386
|
-
},
|
|
387
134
|
"engines": {
|
|
388
|
-
"node": ">=
|
|
135
|
+
"node": ">=18"
|
|
389
136
|
},
|
|
390
137
|
"funding": {
|
|
391
138
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
392
139
|
}
|
|
393
140
|
},
|
|
394
|
-
"node_modules/
|
|
395
|
-
"version": "
|
|
396
|
-
"resolved": "https://registry.npmjs.org/
|
|
397
|
-
"integrity": "sha512
|
|
398
|
-
"license": "MIT"
|
|
399
|
-
},
|
|
400
|
-
"node_modules/is-fullwidth-code-point": {
|
|
401
|
-
"version": "3.0.0",
|
|
402
|
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
403
|
-
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
|
|
141
|
+
"node_modules/lilconfig": {
|
|
142
|
+
"version": "3.1.3",
|
|
143
|
+
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
|
|
144
|
+
"integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
|
|
404
145
|
"license": "MIT",
|
|
405
146
|
"engines": {
|
|
406
|
-
"node": ">=
|
|
407
|
-
}
|
|
408
|
-
},
|
|
409
|
-
"node_modules/js-tokens": {
|
|
410
|
-
"version": "4.0.0",
|
|
411
|
-
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
|
|
412
|
-
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
|
|
413
|
-
"license": "MIT"
|
|
414
|
-
},
|
|
415
|
-
"node_modules/js-yaml": {
|
|
416
|
-
"version": "4.1.1",
|
|
417
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
|
|
418
|
-
"integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
|
|
419
|
-
"license": "MIT",
|
|
420
|
-
"dependencies": {
|
|
421
|
-
"argparse": "^2.0.1"
|
|
147
|
+
"node": ">=14"
|
|
422
148
|
},
|
|
423
|
-
"
|
|
424
|
-
"
|
|
149
|
+
"funding": {
|
|
150
|
+
"url": "https://github.com/sponsors/antonk52"
|
|
425
151
|
}
|
|
426
152
|
},
|
|
427
|
-
"node_modules/json-parse-even-better-errors": {
|
|
428
|
-
"version": "2.3.1",
|
|
429
|
-
"resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
|
|
430
|
-
"integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
|
|
431
|
-
"license": "MIT"
|
|
432
|
-
},
|
|
433
|
-
"node_modules/lines-and-columns": {
|
|
434
|
-
"version": "1.2.4",
|
|
435
|
-
"resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
|
|
436
|
-
"integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
|
|
437
|
-
"license": "MIT"
|
|
438
|
-
},
|
|
439
153
|
"node_modules/mitt": {
|
|
440
154
|
"version": "3.0.1",
|
|
441
155
|
"resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz",
|
|
442
156
|
"integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==",
|
|
443
157
|
"license": "MIT"
|
|
444
158
|
},
|
|
445
|
-
"node_modules/
|
|
446
|
-
"version": "
|
|
447
|
-
"resolved": "https://registry.npmjs.org/
|
|
448
|
-
"integrity": "sha512-
|
|
449
|
-
"license": "MIT"
|
|
450
|
-
},
|
|
451
|
-
"node_modules/once": {
|
|
452
|
-
"version": "1.4.0",
|
|
453
|
-
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
|
|
454
|
-
"integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
|
|
455
|
-
"license": "ISC",
|
|
456
|
-
"dependencies": {
|
|
457
|
-
"wrappy": "1"
|
|
458
|
-
}
|
|
459
|
-
},
|
|
460
|
-
"node_modules/parent-module": {
|
|
461
|
-
"version": "1.0.1",
|
|
462
|
-
"resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
|
|
463
|
-
"integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
|
|
159
|
+
"node_modules/modern-tar": {
|
|
160
|
+
"version": "0.7.6",
|
|
161
|
+
"resolved": "https://registry.npmjs.org/modern-tar/-/modern-tar-0.7.6.tgz",
|
|
162
|
+
"integrity": "sha512-sweCIVXzx1aIGTCdzcMlSZt1h8k5Tmk08VNAuRk3IU28XamGiOH5ypi11g6De2CH7PhYqSSnGy2A/EFhbWnVKg==",
|
|
464
163
|
"license": "MIT",
|
|
465
|
-
"dependencies": {
|
|
466
|
-
"callsites": "^3.0.0"
|
|
467
|
-
},
|
|
468
164
|
"engines": {
|
|
469
|
-
"node": ">=
|
|
470
|
-
}
|
|
471
|
-
},
|
|
472
|
-
"node_modules/parse-json": {
|
|
473
|
-
"version": "5.2.0",
|
|
474
|
-
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
|
|
475
|
-
"integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
|
|
476
|
-
"license": "MIT",
|
|
477
|
-
"dependencies": {
|
|
478
|
-
"@babel/code-frame": "^7.0.0",
|
|
479
|
-
"error-ex": "^1.3.1",
|
|
480
|
-
"json-parse-even-better-errors": "^2.3.0",
|
|
481
|
-
"lines-and-columns": "^1.1.6"
|
|
482
|
-
},
|
|
483
|
-
"engines": {
|
|
484
|
-
"node": ">=8"
|
|
485
|
-
},
|
|
486
|
-
"funding": {
|
|
487
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
488
|
-
}
|
|
489
|
-
},
|
|
490
|
-
"node_modules/picocolors": {
|
|
491
|
-
"version": "1.1.1",
|
|
492
|
-
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
493
|
-
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
|
494
|
-
"license": "ISC"
|
|
495
|
-
},
|
|
496
|
-
"node_modules/progress": {
|
|
497
|
-
"version": "2.0.3",
|
|
498
|
-
"resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz",
|
|
499
|
-
"integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==",
|
|
500
|
-
"license": "MIT",
|
|
501
|
-
"engines": {
|
|
502
|
-
"node": ">=0.4.0"
|
|
503
|
-
}
|
|
504
|
-
},
|
|
505
|
-
"node_modules/pump": {
|
|
506
|
-
"version": "3.0.4",
|
|
507
|
-
"resolved": "https://registry.npmjs.org/pump/-/pump-3.0.4.tgz",
|
|
508
|
-
"integrity": "sha512-VS7sjc6KR7e1ukRFhQSY5LM2uBWAUPiOPa/A3mkKmiMwSmRFUITt0xuj+/lesgnCv+dPIEYlkzrcyXgquIHMcA==",
|
|
509
|
-
"license": "MIT",
|
|
510
|
-
"dependencies": {
|
|
511
|
-
"end-of-stream": "^1.1.0",
|
|
512
|
-
"once": "^1.3.1"
|
|
165
|
+
"node": ">=18.0.0"
|
|
513
166
|
}
|
|
514
167
|
},
|
|
515
168
|
"node_modules/puppeteer": {
|
|
516
|
-
"version": "25.0
|
|
517
|
-
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-25.0.
|
|
518
|
-
"integrity": "sha512-
|
|
169
|
+
"version": "25.2.0",
|
|
170
|
+
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-25.2.0.tgz",
|
|
171
|
+
"integrity": "sha512-JPMPd/2+lgdkLhEyPqH895oR3ccMt1wSra6oewgjjTuLmo2s9zPZpKXQTFEIiA/fMKpiL01kjU3+2zPEReRWNg==",
|
|
519
172
|
"hasInstallScript": true,
|
|
520
173
|
"license": "Apache-2.0",
|
|
521
174
|
"dependencies": {
|
|
522
|
-
"@puppeteer/browsers": "3.0.
|
|
175
|
+
"@puppeteer/browsers": "3.0.5",
|
|
523
176
|
"chromium-bidi": "16.0.1",
|
|
524
|
-
"
|
|
525
|
-
"
|
|
526
|
-
"puppeteer-core": "25.0
|
|
177
|
+
"devtools-protocol": "0.0.1638949",
|
|
178
|
+
"lilconfig": "^3.1.3",
|
|
179
|
+
"puppeteer-core": "25.2.0",
|
|
527
180
|
"typed-query-selector": "^2.12.2"
|
|
528
181
|
},
|
|
529
182
|
"bin": {
|
|
@@ -534,132 +187,52 @@
|
|
|
534
187
|
}
|
|
535
188
|
},
|
|
536
189
|
"node_modules/puppeteer-core": {
|
|
537
|
-
"version": "25.0
|
|
538
|
-
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-25.0.
|
|
539
|
-
"integrity": "sha512-
|
|
190
|
+
"version": "25.2.0",
|
|
191
|
+
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-25.2.0.tgz",
|
|
192
|
+
"integrity": "sha512-jGhuGAlkgOcbyGRc0Cm9b/y4vvqoxhyAyl6a1diVe8F3sHsgTaQ60QQT5F3rGegTZV3prysgHVc+0LsvPZo3GA==",
|
|
540
193
|
"license": "Apache-2.0",
|
|
541
194
|
"dependencies": {
|
|
542
|
-
"@puppeteer/browsers": "3.0.
|
|
195
|
+
"@puppeteer/browsers": "3.0.5",
|
|
543
196
|
"chromium-bidi": "16.0.1",
|
|
544
|
-
"
|
|
545
|
-
"devtools-protocol": "0.0.1608973",
|
|
197
|
+
"devtools-protocol": "0.0.1638949",
|
|
546
198
|
"typed-query-selector": "^2.12.2",
|
|
547
|
-
"webdriver-bidi-protocol": "0.4.
|
|
548
|
-
"ws": "^8.
|
|
199
|
+
"webdriver-bidi-protocol": "0.4.2",
|
|
200
|
+
"ws": "^8.21.0"
|
|
549
201
|
},
|
|
550
202
|
"engines": {
|
|
551
203
|
"node": ">=22.12.0"
|
|
552
204
|
}
|
|
553
205
|
},
|
|
554
|
-
"node_modules/require-directory": {
|
|
555
|
-
"version": "2.1.1",
|
|
556
|
-
"resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
|
|
557
|
-
"integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
|
|
558
|
-
"license": "MIT",
|
|
559
|
-
"engines": {
|
|
560
|
-
"node": ">=0.10.0"
|
|
561
|
-
}
|
|
562
|
-
},
|
|
563
|
-
"node_modules/resolve-from": {
|
|
564
|
-
"version": "4.0.0",
|
|
565
|
-
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
|
|
566
|
-
"integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
|
|
567
|
-
"license": "MIT",
|
|
568
|
-
"engines": {
|
|
569
|
-
"node": ">=4"
|
|
570
|
-
}
|
|
571
|
-
},
|
|
572
|
-
"node_modules/semver": {
|
|
573
|
-
"version": "7.8.1",
|
|
574
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.1.tgz",
|
|
575
|
-
"integrity": "sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==",
|
|
576
|
-
"license": "ISC",
|
|
577
|
-
"bin": {
|
|
578
|
-
"semver": "bin/semver.js"
|
|
579
|
-
},
|
|
580
|
-
"engines": {
|
|
581
|
-
"node": ">=10"
|
|
582
|
-
}
|
|
583
|
-
},
|
|
584
|
-
"node_modules/streamx": {
|
|
585
|
-
"version": "2.25.0",
|
|
586
|
-
"resolved": "https://registry.npmjs.org/streamx/-/streamx-2.25.0.tgz",
|
|
587
|
-
"integrity": "sha512-0nQuG6jf1w+wddNEEXCF4nTg3LtufWINB5eFEN+5TNZW7KWJp6x87+JFL43vaAUPyCfH1wID+mNVyW6OHtFamg==",
|
|
588
|
-
"license": "MIT",
|
|
589
|
-
"dependencies": {
|
|
590
|
-
"events-universal": "^1.0.0",
|
|
591
|
-
"fast-fifo": "^1.3.2",
|
|
592
|
-
"text-decoder": "^1.1.0"
|
|
593
|
-
}
|
|
594
|
-
},
|
|
595
206
|
"node_modules/string-width": {
|
|
596
|
-
"version": "
|
|
597
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-
|
|
598
|
-
"integrity": "sha512-
|
|
207
|
+
"version": "7.2.0",
|
|
208
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
209
|
+
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
599
210
|
"license": "MIT",
|
|
600
211
|
"dependencies": {
|
|
601
|
-
"emoji-regex": "^
|
|
602
|
-
"
|
|
603
|
-
"strip-ansi": "^
|
|
212
|
+
"emoji-regex": "^10.3.0",
|
|
213
|
+
"get-east-asian-width": "^1.0.0",
|
|
214
|
+
"strip-ansi": "^7.1.0"
|
|
604
215
|
},
|
|
605
216
|
"engines": {
|
|
606
|
-
"node": ">=
|
|
217
|
+
"node": ">=18"
|
|
218
|
+
},
|
|
219
|
+
"funding": {
|
|
220
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
607
221
|
}
|
|
608
222
|
},
|
|
609
223
|
"node_modules/strip-ansi": {
|
|
610
|
-
"version": "
|
|
611
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-
|
|
612
|
-
"integrity": "sha512-
|
|
224
|
+
"version": "7.2.0",
|
|
225
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
|
|
226
|
+
"integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
|
|
613
227
|
"license": "MIT",
|
|
614
228
|
"dependencies": {
|
|
615
|
-
"ansi-regex": "^
|
|
229
|
+
"ansi-regex": "^6.2.2"
|
|
616
230
|
},
|
|
617
231
|
"engines": {
|
|
618
|
-
"node": ">=
|
|
619
|
-
}
|
|
620
|
-
},
|
|
621
|
-
"node_modules/tar-fs": {
|
|
622
|
-
"version": "3.1.2",
|
|
623
|
-
"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.1.2.tgz",
|
|
624
|
-
"integrity": "sha512-QGxxTxxyleAdyM3kpFs14ymbYmNFrfY+pHj7Z8FgtbZ7w2//VAgLMac7sT6nRpIHjppXO2AwwEOg0bPFVRcmXw==",
|
|
625
|
-
"license": "MIT",
|
|
626
|
-
"dependencies": {
|
|
627
|
-
"pump": "^3.0.0",
|
|
628
|
-
"tar-stream": "^3.1.5"
|
|
232
|
+
"node": ">=12"
|
|
629
233
|
},
|
|
630
|
-
"
|
|
631
|
-
"
|
|
632
|
-
"bare-path": "^3.0.0"
|
|
633
|
-
}
|
|
634
|
-
},
|
|
635
|
-
"node_modules/tar-stream": {
|
|
636
|
-
"version": "3.2.0",
|
|
637
|
-
"resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.2.0.tgz",
|
|
638
|
-
"integrity": "sha512-ojzvCvVaNp6aOTFmG7jaRD0meowIAuPc3cMMhSgKiVWws1GyHbGd/xvnyuRKcKlMpt3qvxx6r0hreCNITP9hIg==",
|
|
639
|
-
"license": "MIT",
|
|
640
|
-
"dependencies": {
|
|
641
|
-
"b4a": "^1.6.4",
|
|
642
|
-
"bare-fs": "^4.5.5",
|
|
643
|
-
"fast-fifo": "^1.2.0",
|
|
644
|
-
"streamx": "^2.15.0"
|
|
645
|
-
}
|
|
646
|
-
},
|
|
647
|
-
"node_modules/teex": {
|
|
648
|
-
"version": "1.0.1",
|
|
649
|
-
"resolved": "https://registry.npmjs.org/teex/-/teex-1.0.1.tgz",
|
|
650
|
-
"integrity": "sha512-eYE6iEI62Ni1H8oIa7KlDU6uQBtqr4Eajni3wX7rpfXD8ysFx8z0+dri+KWEPWpBsxXfxu58x/0jvTVT1ekOSg==",
|
|
651
|
-
"license": "MIT",
|
|
652
|
-
"dependencies": {
|
|
653
|
-
"streamx": "^2.12.5"
|
|
654
|
-
}
|
|
655
|
-
},
|
|
656
|
-
"node_modules/text-decoder": {
|
|
657
|
-
"version": "1.2.7",
|
|
658
|
-
"resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.7.tgz",
|
|
659
|
-
"integrity": "sha512-vlLytXkeP4xvEq2otHeJfSQIRyWxo/oZGEbXrtEEF9Hnmrdly59sUbzZ/QgyWuLYHctCHxFF4tRQZNQ9k60ExQ==",
|
|
660
|
-
"license": "Apache-2.0",
|
|
661
|
-
"dependencies": {
|
|
662
|
-
"b4a": "^1.6.4"
|
|
234
|
+
"funding": {
|
|
235
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
663
236
|
}
|
|
664
237
|
},
|
|
665
238
|
"node_modules/typed-query-selector": {
|
|
@@ -669,34 +242,28 @@
|
|
|
669
242
|
"license": "MIT"
|
|
670
243
|
},
|
|
671
244
|
"node_modules/webdriver-bidi-protocol": {
|
|
672
|
-
"version": "0.4.
|
|
673
|
-
"resolved": "https://registry.npmjs.org/webdriver-bidi-protocol/-/webdriver-bidi-protocol-0.4.
|
|
674
|
-
"integrity": "sha512-
|
|
245
|
+
"version": "0.4.2",
|
|
246
|
+
"resolved": "https://registry.npmjs.org/webdriver-bidi-protocol/-/webdriver-bidi-protocol-0.4.2.tgz",
|
|
247
|
+
"integrity": "sha512-VSV+fzfChirL3e7jay2yUC7B4HQCGtEWEg/MSSQbK+qWbqeGlRLlXTzPpYr3XGUvbpDHumWZBJxgesg4N7dbtA==",
|
|
675
248
|
"license": "Apache-2.0"
|
|
676
249
|
},
|
|
677
250
|
"node_modules/wrap-ansi": {
|
|
678
|
-
"version": "
|
|
679
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-
|
|
680
|
-
"integrity": "sha512-
|
|
251
|
+
"version": "9.0.2",
|
|
252
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
|
|
253
|
+
"integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
|
|
681
254
|
"license": "MIT",
|
|
682
255
|
"dependencies": {
|
|
683
|
-
"ansi-styles": "^
|
|
684
|
-
"string-width": "^
|
|
685
|
-
"strip-ansi": "^
|
|
256
|
+
"ansi-styles": "^6.2.1",
|
|
257
|
+
"string-width": "^7.0.0",
|
|
258
|
+
"strip-ansi": "^7.1.0"
|
|
686
259
|
},
|
|
687
260
|
"engines": {
|
|
688
|
-
"node": ">=
|
|
261
|
+
"node": ">=18"
|
|
689
262
|
},
|
|
690
263
|
"funding": {
|
|
691
264
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
692
265
|
}
|
|
693
266
|
},
|
|
694
|
-
"node_modules/wrappy": {
|
|
695
|
-
"version": "1.0.2",
|
|
696
|
-
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
|
697
|
-
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
|
|
698
|
-
"license": "ISC"
|
|
699
|
-
},
|
|
700
267
|
"node_modules/ws": {
|
|
701
268
|
"version": "8.21.0",
|
|
702
269
|
"resolved": "https://registry.npmjs.org/ws/-/ws-8.21.0.tgz",
|
|
@@ -728,30 +295,29 @@
|
|
|
728
295
|
}
|
|
729
296
|
},
|
|
730
297
|
"node_modules/yargs": {
|
|
731
|
-
"version": "
|
|
732
|
-
"resolved": "https://registry.npmjs.org/yargs/-/yargs-
|
|
733
|
-
"integrity": "sha512-
|
|
298
|
+
"version": "18.0.0",
|
|
299
|
+
"resolved": "https://registry.npmjs.org/yargs/-/yargs-18.0.0.tgz",
|
|
300
|
+
"integrity": "sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg==",
|
|
734
301
|
"license": "MIT",
|
|
735
302
|
"dependencies": {
|
|
736
|
-
"cliui": "^
|
|
303
|
+
"cliui": "^9.0.1",
|
|
737
304
|
"escalade": "^3.1.1",
|
|
738
305
|
"get-caller-file": "^2.0.5",
|
|
739
|
-
"
|
|
740
|
-
"string-width": "^4.2.3",
|
|
306
|
+
"string-width": "^7.2.0",
|
|
741
307
|
"y18n": "^5.0.5",
|
|
742
|
-
"yargs-parser": "^
|
|
308
|
+
"yargs-parser": "^22.0.0"
|
|
743
309
|
},
|
|
744
310
|
"engines": {
|
|
745
|
-
"node": ">=
|
|
311
|
+
"node": "^20.19.0 || ^22.12.0 || >=23"
|
|
746
312
|
}
|
|
747
313
|
},
|
|
748
314
|
"node_modules/yargs-parser": {
|
|
749
|
-
"version": "
|
|
750
|
-
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-
|
|
751
|
-
"integrity": "sha512-
|
|
315
|
+
"version": "22.0.0",
|
|
316
|
+
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-22.0.0.tgz",
|
|
317
|
+
"integrity": "sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==",
|
|
752
318
|
"license": "ISC",
|
|
753
319
|
"engines": {
|
|
754
|
-
"node": ">=
|
|
320
|
+
"node": "^20.19.0 || ^22.12.0 || >=23"
|
|
755
321
|
}
|
|
756
322
|
},
|
|
757
323
|
"node_modules/zod": {
|
|
@@ -2,8 +2,8 @@ c2cwsgiutils/__init__.py,sha256=DecyA-tMmcT1jt2Bd7zEO9Yse8WcOKEEppxS6omH-mY,4047
|
|
|
2
2
|
c2cwsgiutils/acceptance/__init__.py,sha256=mSv7pmy7fF6i3JfNX_Ws-8x6jHgT7W3AK4bZTnkoosI,1515
|
|
3
3
|
c2cwsgiutils/acceptance/connection.py,sha256=94nHiSMyjsBMxyGyhyjsDjOHSdza-_V8B1ZXVZejH0I,9927
|
|
4
4
|
c2cwsgiutils/acceptance/image.py,sha256=P74RKHGqnK4BI08jkOA_pkJ7xUvM6D1iPs5vOcY3bVo,9365
|
|
5
|
-
c2cwsgiutils/acceptance/package-lock.json,sha256=
|
|
6
|
-
c2cwsgiutils/acceptance/package.json,sha256=
|
|
5
|
+
c2cwsgiutils/acceptance/package-lock.json,sha256=GHMMyvLps_Xkvqguvx4IPpBZsFqRW9p3rbZGu2vyY3M,11757
|
|
6
|
+
c2cwsgiutils/acceptance/package.json,sha256=qiv4TeDlQNZNkL0C6TJZ0SE7E1izAmJ1sv_xlBxp664,101
|
|
7
7
|
c2cwsgiutils/acceptance/print.py,sha256=i6UxfSuZ8z9grC_P2qn0yU6RXLbNCcopPMOgjc8D1rI,2555
|
|
8
8
|
c2cwsgiutils/acceptance/screenshot.js,sha256=FAJYIWOLJFMm0MNggKzo3mIybtN-VtKLdMzPhQ9pO1g,2041
|
|
9
9
|
c2cwsgiutils/acceptance/utils.py,sha256=E6M_oYgFaaJ2ijszKze-W2Sc7PkYPPw8Y4swLTqHgjw,1894
|
|
@@ -61,8 +61,8 @@ c2cwsgiutils/stats_pyramid/_db_spy.py,sha256=wc1oEXnsKI31d4aoU8bvnbwqI-T-bOlVR03
|
|
|
61
61
|
c2cwsgiutils/stats_pyramid/_pyramid_spy.py,sha256=KFxxKdEKrmDeA1zpps-BPiB2c4hhR2GlgJvq6KOTyjU,3498
|
|
62
62
|
c2cwsgiutils/templates/index.html.mako,sha256=e54pfSL0nGRsnJkahFRLevNyUhvlCNb_2uVaO8rDhbg,1416
|
|
63
63
|
c2cwsgiutils/version.py,sha256=b8rwN7vATtBWvVKyvxW_-ixbmMJGQBZhW3gNvGdAyVg,3156
|
|
64
|
-
c2cwsgiutils-6.2.0.
|
|
65
|
-
c2cwsgiutils-6.2.0.
|
|
66
|
-
c2cwsgiutils-6.2.0.
|
|
67
|
-
c2cwsgiutils-6.2.0.
|
|
68
|
-
c2cwsgiutils-6.2.0.
|
|
64
|
+
c2cwsgiutils-6.2.0.dev306.dist-info/METADATA,sha256=8NcIlThFt1xF5A_m1Ke7TQZMFIycPfRwVWrgzYN8_WA,37533
|
|
65
|
+
c2cwsgiutils-6.2.0.dev306.dist-info/WHEEL,sha256=EGEvSphFYqXKs23-kQBeyNoJP1nrT8ZJKQoi5p5DYL8,88
|
|
66
|
+
c2cwsgiutils-6.2.0.dev306.dist-info/entry_points.txt,sha256=ujgqMTL1awN9qDg8WXmrF7m0fgR-hslUM6zKH86pvy0,703
|
|
67
|
+
c2cwsgiutils-6.2.0.dev306.dist-info/licenses/LICENSE,sha256=hCNci_ppSy6SKe_nTdgzjCsTIaNQgAKqDSghWn_G-1I,1304
|
|
68
|
+
c2cwsgiutils-6.2.0.dev306.dist-info/RECORD,,
|
|
File without changes
|
{c2cwsgiutils-6.2.0.dev304.dist-info → c2cwsgiutils-6.2.0.dev306.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{c2cwsgiutils-6.2.0.dev304.dist-info → c2cwsgiutils-6.2.0.dev306.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|