c2cwsgiutils 6.1.0.dev105__py3-none-any.whl → 6.1.7.dev4__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/__init__.py +14 -11
- c2cwsgiutils/acceptance/__init__.py +2 -3
- c2cwsgiutils/acceptance/connection.py +1 -2
- c2cwsgiutils/acceptance/image.py +17 -11
- c2cwsgiutils/acceptance/package-lock.json +306 -213
- c2cwsgiutils/acceptance/package.json +2 -2
- c2cwsgiutils/acceptance/print.py +7 -3
- c2cwsgiutils/acceptance/utils.py +1 -3
- c2cwsgiutils/auth.py +27 -25
- c2cwsgiutils/broadcast/__init__.py +15 -16
- c2cwsgiutils/broadcast/interface.py +3 -3
- c2cwsgiutils/broadcast/local.py +1 -0
- c2cwsgiutils/broadcast/redis.py +13 -12
- c2cwsgiutils/client_info.py +19 -1
- c2cwsgiutils/coverage_setup.py +4 -3
- c2cwsgiutils/db.py +35 -41
- c2cwsgiutils/db_maintenance_view.py +13 -13
- c2cwsgiutils/debug/__init__.py +2 -2
- c2cwsgiutils/debug/_listeners.py +2 -7
- c2cwsgiutils/debug/_views.py +20 -12
- c2cwsgiutils/debug/utils.py +9 -9
- c2cwsgiutils/errors.py +13 -15
- c2cwsgiutils/health_check.py +24 -30
- c2cwsgiutils/index.py +34 -13
- c2cwsgiutils/loader.py +21 -2
- c2cwsgiutils/logging_view.py +12 -12
- c2cwsgiutils/models_graph.py +0 -1
- c2cwsgiutils/pretty_json.py +0 -1
- c2cwsgiutils/prometheus.py +1 -7
- c2cwsgiutils/pyramid.py +0 -1
- c2cwsgiutils/pyramid_logging.py +1 -1
- c2cwsgiutils/redis_stats.py +9 -9
- c2cwsgiutils/redis_utils.py +19 -18
- c2cwsgiutils/request_tracking/__init__.py +13 -13
- c2cwsgiutils/request_tracking/_sql.py +0 -1
- c2cwsgiutils/scripts/genversion.py +5 -5
- c2cwsgiutils/scripts/stats_db.py +19 -17
- c2cwsgiutils/scripts/test_print.py +5 -5
- c2cwsgiutils/sentry.py +55 -20
- c2cwsgiutils/services.py +2 -2
- c2cwsgiutils/setup_process.py +0 -1
- c2cwsgiutils/sql_profiler/__init__.py +5 -6
- c2cwsgiutils/sql_profiler/_impl.py +18 -17
- c2cwsgiutils/sqlalchemylogger/README.md +30 -13
- c2cwsgiutils/sqlalchemylogger/handlers.py +12 -11
- c2cwsgiutils/stats_pyramid/__init__.py +1 -5
- c2cwsgiutils/stats_pyramid/_db_spy.py +2 -2
- c2cwsgiutils/stats_pyramid/_pyramid_spy.py +12 -1
- c2cwsgiutils/templates/index.html.mako +4 -1
- c2cwsgiutils/version.py +11 -5
- {c2cwsgiutils-6.1.0.dev105.dist-info → c2cwsgiutils-6.1.7.dev4.dist-info}/LICENSE +1 -1
- {c2cwsgiutils-6.1.0.dev105.dist-info → c2cwsgiutils-6.1.7.dev4.dist-info}/METADATA +18 -6
- c2cwsgiutils-6.1.7.dev4.dist-info/RECORD +67 -0
- {c2cwsgiutils-6.1.0.dev105.dist-info → c2cwsgiutils-6.1.7.dev4.dist-info}/WHEEL +1 -1
- c2cwsgiutils-6.1.0.dev105.dist-info/RECORD +0 -67
- {c2cwsgiutils-6.1.0.dev105.dist-info → c2cwsgiutils-6.1.7.dev4.dist-info}/entry_points.txt +0 -0
@@ -5,56 +5,61 @@
|
|
5
5
|
"packages": {
|
6
6
|
"": {
|
7
7
|
"dependencies": {
|
8
|
-
"commander": "12.
|
9
|
-
"puppeteer": "
|
8
|
+
"commander": "12.1.0",
|
9
|
+
"puppeteer": "23.5.3"
|
10
10
|
}
|
11
11
|
},
|
12
12
|
"node_modules/@babel/code-frame": {
|
13
|
-
"version": "7.
|
14
|
-
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.
|
15
|
-
"integrity": "sha512-
|
13
|
+
"version": "7.25.7",
|
14
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.25.7.tgz",
|
15
|
+
"integrity": "sha512-0xZJFNE5XMpENsgfHYTw8FbX4kv53mFLn2i3XPoq69LyhYSCBJtitaHx9QnsVTrsogI4Z3+HtEfZ2/GFPOtf5g==",
|
16
|
+
"license": "MIT",
|
16
17
|
"dependencies": {
|
17
|
-
"@babel/highlight": "^7.
|
18
|
-
"
|
18
|
+
"@babel/highlight": "^7.25.7",
|
19
|
+
"picocolors": "^1.0.0"
|
19
20
|
},
|
20
21
|
"engines": {
|
21
22
|
"node": ">=6.9.0"
|
22
23
|
}
|
23
24
|
},
|
24
25
|
"node_modules/@babel/helper-validator-identifier": {
|
25
|
-
"version": "7.
|
26
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.
|
27
|
-
"integrity": "sha512-
|
26
|
+
"version": "7.25.7",
|
27
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.7.tgz",
|
28
|
+
"integrity": "sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==",
|
29
|
+
"license": "MIT",
|
28
30
|
"engines": {
|
29
31
|
"node": ">=6.9.0"
|
30
32
|
}
|
31
33
|
},
|
32
34
|
"node_modules/@babel/highlight": {
|
33
|
-
"version": "7.
|
34
|
-
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.
|
35
|
-
"integrity": "sha512-
|
35
|
+
"version": "7.25.7",
|
36
|
+
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.25.7.tgz",
|
37
|
+
"integrity": "sha512-iYyACpW3iW8Fw+ZybQK+drQre+ns/tKpXbNESfrhNnPLIklLbXr7MYJ6gPEd0iETGLOK+SxMjVvKb/ffmk+FEw==",
|
38
|
+
"license": "MIT",
|
36
39
|
"dependencies": {
|
37
|
-
"@babel/helper-validator-identifier": "^7.
|
40
|
+
"@babel/helper-validator-identifier": "^7.25.7",
|
38
41
|
"chalk": "^2.4.2",
|
39
|
-
"js-tokens": "^4.0.0"
|
42
|
+
"js-tokens": "^4.0.0",
|
43
|
+
"picocolors": "^1.0.0"
|
40
44
|
},
|
41
45
|
"engines": {
|
42
46
|
"node": ">=6.9.0"
|
43
47
|
}
|
44
48
|
},
|
45
49
|
"node_modules/@puppeteer/browsers": {
|
46
|
-
"version": "2.
|
47
|
-
"resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.
|
48
|
-
"integrity": "sha512-
|
50
|
+
"version": "2.4.0",
|
51
|
+
"resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.4.0.tgz",
|
52
|
+
"integrity": "sha512-x8J1csfIygOwf6D6qUAZ0ASk3z63zPb7wkNeHRerCMh82qWKUrOgkuP005AJC8lDL6/evtXETGEJVcwykKT4/g==",
|
53
|
+
"license": "Apache-2.0",
|
49
54
|
"dependencies": {
|
50
|
-
"debug": "4.3.
|
51
|
-
"extract-zip": "2.0.1",
|
52
|
-
"progress": "2.0.3",
|
53
|
-
"proxy-agent": "6.4.0",
|
54
|
-
"semver": "7.6.
|
55
|
-
"tar-fs": "3.0.
|
56
|
-
"unbzip2-stream": "1.4.3",
|
57
|
-
"yargs": "17.7.2"
|
55
|
+
"debug": "^4.3.6",
|
56
|
+
"extract-zip": "^2.0.1",
|
57
|
+
"progress": "^2.0.3",
|
58
|
+
"proxy-agent": "^6.4.0",
|
59
|
+
"semver": "^7.6.3",
|
60
|
+
"tar-fs": "^3.0.6",
|
61
|
+
"unbzip2-stream": "^1.4.3",
|
62
|
+
"yargs": "^17.7.2"
|
58
63
|
},
|
59
64
|
"bin": {
|
60
65
|
"browsers": "lib/cjs/main-cli.js"
|
@@ -66,30 +71,34 @@
|
|
66
71
|
"node_modules/@tootallnate/quickjs-emscripten": {
|
67
72
|
"version": "0.23.0",
|
68
73
|
"resolved": "https://registry.npmjs.org/@tootallnate/quickjs-emscripten/-/quickjs-emscripten-0.23.0.tgz",
|
69
|
-
"integrity": "sha512-C5Mc6rdnsaJDjO3UpGW/CQTHtCKaYlScZTly4JIu97Jxo/odCiH0ITnDXSJPTOrEKk/ycSZ0AOgTmkDtkOsvIA=="
|
74
|
+
"integrity": "sha512-C5Mc6rdnsaJDjO3UpGW/CQTHtCKaYlScZTly4JIu97Jxo/odCiH0ITnDXSJPTOrEKk/ycSZ0AOgTmkDtkOsvIA==",
|
75
|
+
"license": "MIT"
|
70
76
|
},
|
71
77
|
"node_modules/@types/node": {
|
72
|
-
"version": "
|
73
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-
|
74
|
-
"integrity": "sha512-
|
78
|
+
"version": "22.7.5",
|
79
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.5.tgz",
|
80
|
+
"integrity": "sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ==",
|
81
|
+
"license": "MIT",
|
75
82
|
"optional": true,
|
76
83
|
"dependencies": {
|
77
|
-
"undici-types": "~
|
84
|
+
"undici-types": "~6.19.2"
|
78
85
|
}
|
79
86
|
},
|
80
87
|
"node_modules/@types/yauzl": {
|
81
88
|
"version": "2.10.3",
|
82
89
|
"resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.3.tgz",
|
83
90
|
"integrity": "sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==",
|
91
|
+
"license": "MIT",
|
84
92
|
"optional": true,
|
85
93
|
"dependencies": {
|
86
94
|
"@types/node": "*"
|
87
95
|
}
|
88
96
|
},
|
89
97
|
"node_modules/agent-base": {
|
90
|
-
"version": "7.1.
|
91
|
-
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.
|
92
|
-
"integrity": "sha512-
|
98
|
+
"version": "7.1.1",
|
99
|
+
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz",
|
100
|
+
"integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==",
|
101
|
+
"license": "MIT",
|
93
102
|
"dependencies": {
|
94
103
|
"debug": "^4.3.4"
|
95
104
|
},
|
@@ -101,6 +110,7 @@
|
|
101
110
|
"version": "5.0.1",
|
102
111
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
103
112
|
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
113
|
+
"license": "MIT",
|
104
114
|
"engines": {
|
105
115
|
"node": ">=8"
|
106
116
|
}
|
@@ -109,6 +119,7 @@
|
|
109
119
|
"version": "3.2.1",
|
110
120
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
|
111
121
|
"integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
|
122
|
+
"license": "MIT",
|
112
123
|
"dependencies": {
|
113
124
|
"color-convert": "^1.9.0"
|
114
125
|
},
|
@@ -119,12 +130,14 @@
|
|
119
130
|
"node_modules/argparse": {
|
120
131
|
"version": "2.0.1",
|
121
132
|
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
122
|
-
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
|
133
|
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
134
|
+
"license": "Python-2.0"
|
123
135
|
},
|
124
136
|
"node_modules/ast-types": {
|
125
137
|
"version": "0.13.4",
|
126
138
|
"resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.13.4.tgz",
|
127
139
|
"integrity": "sha512-x1FCFnFifvYDDzTaLII71vG5uvDwgtmDTEVWAxrgeiR8VjMONcCXJx7E+USjDtHlwFmt9MysbqgF9b9Vjr6w+w==",
|
140
|
+
"license": "MIT",
|
128
141
|
"dependencies": {
|
129
142
|
"tslib": "^2.0.1"
|
130
143
|
},
|
@@ -133,43 +146,58 @@
|
|
133
146
|
}
|
134
147
|
},
|
135
148
|
"node_modules/b4a": {
|
136
|
-
"version": "1.6.
|
137
|
-
"resolved": "https://registry.npmjs.org/b4a/-/b4a-1.6.
|
138
|
-
"integrity": "sha512-
|
149
|
+
"version": "1.6.7",
|
150
|
+
"resolved": "https://registry.npmjs.org/b4a/-/b4a-1.6.7.tgz",
|
151
|
+
"integrity": "sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg==",
|
152
|
+
"license": "Apache-2.0"
|
139
153
|
},
|
140
154
|
"node_modules/bare-events": {
|
141
|
-
"version": "2.
|
142
|
-
"resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.
|
143
|
-
"integrity": "sha512
|
155
|
+
"version": "2.5.0",
|
156
|
+
"resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.5.0.tgz",
|
157
|
+
"integrity": "sha512-/E8dDe9dsbLyh2qrZ64PEPadOQ0F4gbl1sUJOrmph7xOiIxfY8vwab/4bFLh4Y88/Hk/ujKcrQKc+ps0mv873A==",
|
158
|
+
"license": "Apache-2.0",
|
144
159
|
"optional": true
|
145
160
|
},
|
146
161
|
"node_modules/bare-fs": {
|
147
|
-
"version": "2.
|
148
|
-
"resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-2.
|
149
|
-
"integrity": "sha512
|
162
|
+
"version": "2.3.5",
|
163
|
+
"resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-2.3.5.tgz",
|
164
|
+
"integrity": "sha512-SlE9eTxifPDJrT6YgemQ1WGFleevzwY+XAP1Xqgl56HtcrisC2CHCZ2tq6dBpcH2TnNxwUEUGhweo+lrQtYuiw==",
|
165
|
+
"license": "Apache-2.0",
|
150
166
|
"optional": true,
|
151
167
|
"dependencies": {
|
152
168
|
"bare-events": "^2.0.0",
|
153
|
-
"bare-os": "^2.0.0",
|
154
169
|
"bare-path": "^2.0.0",
|
155
|
-
"
|
170
|
+
"bare-stream": "^2.0.0"
|
156
171
|
}
|
157
172
|
},
|
158
173
|
"node_modules/bare-os": {
|
159
|
-
"version": "2.
|
160
|
-
"resolved": "https://registry.npmjs.org/bare-os/-/bare-os-2.
|
161
|
-
"integrity": "sha512-
|
174
|
+
"version": "2.4.4",
|
175
|
+
"resolved": "https://registry.npmjs.org/bare-os/-/bare-os-2.4.4.tgz",
|
176
|
+
"integrity": "sha512-z3UiI2yi1mK0sXeRdc4O1Kk8aOa/e+FNWZcTiPB/dfTWyLypuE99LibgRaQki914Jq//yAWylcAt+mknKdixRQ==",
|
177
|
+
"license": "Apache-2.0",
|
162
178
|
"optional": true
|
163
179
|
},
|
164
180
|
"node_modules/bare-path": {
|
165
|
-
"version": "2.1.
|
166
|
-
"resolved": "https://registry.npmjs.org/bare-path/-/bare-path-2.1.
|
167
|
-
"integrity": "sha512-
|
181
|
+
"version": "2.1.3",
|
182
|
+
"resolved": "https://registry.npmjs.org/bare-path/-/bare-path-2.1.3.tgz",
|
183
|
+
"integrity": "sha512-lh/eITfU8hrj9Ru5quUp0Io1kJWIk1bTjzo7JH1P5dWmQ2EL4hFUlfI8FonAhSlgIfhn63p84CDY/x+PisgcXA==",
|
184
|
+
"license": "Apache-2.0",
|
168
185
|
"optional": true,
|
169
186
|
"dependencies": {
|
170
187
|
"bare-os": "^2.1.0"
|
171
188
|
}
|
172
189
|
},
|
190
|
+
"node_modules/bare-stream": {
|
191
|
+
"version": "2.3.0",
|
192
|
+
"resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.3.0.tgz",
|
193
|
+
"integrity": "sha512-pVRWciewGUeCyKEuRxwv06M079r+fRjAQjBEK2P6OYGrO43O+Z0LrPZZEjlc4mB6C2RpZ9AxJ1s7NLEtOHO6eA==",
|
194
|
+
"license": "Apache-2.0",
|
195
|
+
"optional": true,
|
196
|
+
"dependencies": {
|
197
|
+
"b4a": "^1.6.6",
|
198
|
+
"streamx": "^2.20.0"
|
199
|
+
}
|
200
|
+
},
|
173
201
|
"node_modules/base64-js": {
|
174
202
|
"version": "1.5.1",
|
175
203
|
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
|
@@ -187,12 +215,14 @@
|
|
187
215
|
"type": "consulting",
|
188
216
|
"url": "https://feross.org/support"
|
189
217
|
}
|
190
|
-
]
|
218
|
+
],
|
219
|
+
"license": "MIT"
|
191
220
|
},
|
192
221
|
"node_modules/basic-ftp": {
|
193
222
|
"version": "5.0.5",
|
194
223
|
"resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.0.5.tgz",
|
195
224
|
"integrity": "sha512-4Bcg1P8xhUuqcii/S0Z9wiHIrQVPMermM1any+MX5GeGD7faD3/msQUDGLol9wOcz4/jbg/WJnGqoJF6LiBdtg==",
|
225
|
+
"license": "MIT",
|
196
226
|
"engines": {
|
197
227
|
"node": ">=10.0.0"
|
198
228
|
}
|
@@ -215,6 +245,7 @@
|
|
215
245
|
"url": "https://feross.org/support"
|
216
246
|
}
|
217
247
|
],
|
248
|
+
"license": "MIT",
|
218
249
|
"dependencies": {
|
219
250
|
"base64-js": "^1.3.1",
|
220
251
|
"ieee754": "^1.1.13"
|
@@ -224,6 +255,7 @@
|
|
224
255
|
"version": "0.2.13",
|
225
256
|
"resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
|
226
257
|
"integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==",
|
258
|
+
"license": "MIT",
|
227
259
|
"engines": {
|
228
260
|
"node": "*"
|
229
261
|
}
|
@@ -232,6 +264,7 @@
|
|
232
264
|
"version": "3.1.0",
|
233
265
|
"resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
|
234
266
|
"integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
|
267
|
+
"license": "MIT",
|
235
268
|
"engines": {
|
236
269
|
"node": ">=6"
|
237
270
|
}
|
@@ -240,6 +273,7 @@
|
|
240
273
|
"version": "2.4.2",
|
241
274
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
|
242
275
|
"integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
|
276
|
+
"license": "MIT",
|
243
277
|
"dependencies": {
|
244
278
|
"ansi-styles": "^3.2.1",
|
245
279
|
"escape-string-regexp": "^1.0.5",
|
@@ -250,12 +284,14 @@
|
|
250
284
|
}
|
251
285
|
},
|
252
286
|
"node_modules/chromium-bidi": {
|
253
|
-
"version": "0.
|
254
|
-
"resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.
|
255
|
-
"integrity": "sha512-
|
287
|
+
"version": "0.8.0",
|
288
|
+
"resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.8.0.tgz",
|
289
|
+
"integrity": "sha512-uJydbGdTw0DEUjhoogGveneJVWX/9YuqkWePzMmkBYwtdAqo5d3J/ovNKFr+/2hWXYmYCr6it8mSSTIj6SS6Ug==",
|
290
|
+
"license": "Apache-2.0",
|
256
291
|
"dependencies": {
|
257
292
|
"mitt": "3.0.1",
|
258
|
-
"urlpattern-polyfill": "10.0.0"
|
293
|
+
"urlpattern-polyfill": "10.0.0",
|
294
|
+
"zod": "3.23.8"
|
259
295
|
},
|
260
296
|
"peerDependencies": {
|
261
297
|
"devtools-protocol": "*"
|
@@ -265,6 +301,7 @@
|
|
265
301
|
"version": "8.0.1",
|
266
302
|
"resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
|
267
303
|
"integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
|
304
|
+
"license": "ISC",
|
268
305
|
"dependencies": {
|
269
306
|
"string-width": "^4.2.0",
|
270
307
|
"strip-ansi": "^6.0.1",
|
@@ -278,6 +315,7 @@
|
|
278
315
|
"version": "1.9.3",
|
279
316
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
|
280
317
|
"integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
|
318
|
+
"license": "MIT",
|
281
319
|
"dependencies": {
|
282
320
|
"color-name": "1.1.3"
|
283
321
|
}
|
@@ -285,12 +323,14 @@
|
|
285
323
|
"node_modules/color-name": {
|
286
324
|
"version": "1.1.3",
|
287
325
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
|
288
|
-
"integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
|
326
|
+
"integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
|
327
|
+
"license": "MIT"
|
289
328
|
},
|
290
329
|
"node_modules/commander": {
|
291
|
-
"version": "12.
|
292
|
-
"resolved": "https://registry.npmjs.org/commander/-/commander-12.
|
293
|
-
"integrity": "sha512-
|
330
|
+
"version": "12.1.0",
|
331
|
+
"resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz",
|
332
|
+
"integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==",
|
333
|
+
"license": "MIT",
|
294
334
|
"engines": {
|
295
335
|
"node": ">=18"
|
296
336
|
}
|
@@ -299,6 +339,7 @@
|
|
299
339
|
"version": "9.0.0",
|
300
340
|
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz",
|
301
341
|
"integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==",
|
342
|
+
"license": "MIT",
|
302
343
|
"dependencies": {
|
303
344
|
"env-paths": "^2.2.1",
|
304
345
|
"import-fresh": "^3.3.0",
|
@@ -320,28 +361,22 @@
|
|
320
361
|
}
|
321
362
|
}
|
322
363
|
},
|
323
|
-
"node_modules/cross-fetch": {
|
324
|
-
"version": "4.0.0",
|
325
|
-
"resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-4.0.0.tgz",
|
326
|
-
"integrity": "sha512-e4a5N8lVvuLgAWgnCrLr2PP0YyDOTHa9H/Rj54dirp61qXnNq46m82bRhNqIA5VccJtWBvPTFRV3TtvHUKPB1g==",
|
327
|
-
"dependencies": {
|
328
|
-
"node-fetch": "^2.6.12"
|
329
|
-
}
|
330
|
-
},
|
331
364
|
"node_modules/data-uri-to-buffer": {
|
332
365
|
"version": "6.0.2",
|
333
366
|
"resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-6.0.2.tgz",
|
334
367
|
"integrity": "sha512-7hvf7/GW8e86rW0ptuwS3OcBGDjIi6SZva7hCyWC0yYry2cOPmLIjXAUHI6DK2HsnwJd9ifmt57i8eV2n4YNpw==",
|
368
|
+
"license": "MIT",
|
335
369
|
"engines": {
|
336
370
|
"node": ">= 14"
|
337
371
|
}
|
338
372
|
},
|
339
373
|
"node_modules/debug": {
|
340
|
-
"version": "4.3.
|
341
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.
|
342
|
-
"integrity": "sha512-
|
374
|
+
"version": "4.3.7",
|
375
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
|
376
|
+
"integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
|
377
|
+
"license": "MIT",
|
343
378
|
"dependencies": {
|
344
|
-
"ms": "2.1.
|
379
|
+
"ms": "^2.1.3"
|
345
380
|
},
|
346
381
|
"engines": {
|
347
382
|
"node": ">=6.0"
|
@@ -356,6 +391,7 @@
|
|
356
391
|
"version": "5.0.1",
|
357
392
|
"resolved": "https://registry.npmjs.org/degenerator/-/degenerator-5.0.1.tgz",
|
358
393
|
"integrity": "sha512-TllpMR/t0M5sqCXfj85i4XaAzxmS5tVA16dqvdkMwGmzI+dXLXnw3J+3Vdv7VKw+ThlTMboK6i9rnZ6Nntj5CQ==",
|
394
|
+
"license": "MIT",
|
359
395
|
"dependencies": {
|
360
396
|
"ast-types": "^0.13.4",
|
361
397
|
"escodegen": "^2.1.0",
|
@@ -366,19 +402,22 @@
|
|
366
402
|
}
|
367
403
|
},
|
368
404
|
"node_modules/devtools-protocol": {
|
369
|
-
"version": "0.0.
|
370
|
-
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.
|
371
|
-
"integrity": "sha512-
|
405
|
+
"version": "0.0.1342118",
|
406
|
+
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1342118.tgz",
|
407
|
+
"integrity": "sha512-75fMas7PkYNDTmDyb6PRJCH7ILmHLp+BhrZGeMsa4bCh40DTxgCz2NRy5UDzII4C5KuD0oBMZ9vXKhEl6UD/3w==",
|
408
|
+
"license": "BSD-3-Clause"
|
372
409
|
},
|
373
410
|
"node_modules/emoji-regex": {
|
374
411
|
"version": "8.0.0",
|
375
412
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
376
|
-
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
|
413
|
+
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
414
|
+
"license": "MIT"
|
377
415
|
},
|
378
416
|
"node_modules/end-of-stream": {
|
379
417
|
"version": "1.4.4",
|
380
418
|
"resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",
|
381
419
|
"integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
|
420
|
+
"license": "MIT",
|
382
421
|
"dependencies": {
|
383
422
|
"once": "^1.4.0"
|
384
423
|
}
|
@@ -387,6 +426,7 @@
|
|
387
426
|
"version": "2.2.1",
|
388
427
|
"resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",
|
389
428
|
"integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==",
|
429
|
+
"license": "MIT",
|
390
430
|
"engines": {
|
391
431
|
"node": ">=6"
|
392
432
|
}
|
@@ -395,14 +435,16 @@
|
|
395
435
|
"version": "1.3.2",
|
396
436
|
"resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
|
397
437
|
"integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
|
438
|
+
"license": "MIT",
|
398
439
|
"dependencies": {
|
399
440
|
"is-arrayish": "^0.2.1"
|
400
441
|
}
|
401
442
|
},
|
402
443
|
"node_modules/escalade": {
|
403
|
-
"version": "3.
|
404
|
-
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.
|
405
|
-
"integrity": "sha512-
|
444
|
+
"version": "3.2.0",
|
445
|
+
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
|
446
|
+
"integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
|
447
|
+
"license": "MIT",
|
406
448
|
"engines": {
|
407
449
|
"node": ">=6"
|
408
450
|
}
|
@@ -411,6 +453,7 @@
|
|
411
453
|
"version": "1.0.5",
|
412
454
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
413
455
|
"integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
|
456
|
+
"license": "MIT",
|
414
457
|
"engines": {
|
415
458
|
"node": ">=0.8.0"
|
416
459
|
}
|
@@ -419,6 +462,7 @@
|
|
419
462
|
"version": "2.1.0",
|
420
463
|
"resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz",
|
421
464
|
"integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==",
|
465
|
+
"license": "BSD-2-Clause",
|
422
466
|
"dependencies": {
|
423
467
|
"esprima": "^4.0.1",
|
424
468
|
"estraverse": "^5.2.0",
|
@@ -439,6 +483,7 @@
|
|
439
483
|
"version": "4.0.1",
|
440
484
|
"resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
|
441
485
|
"integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
|
486
|
+
"license": "BSD-2-Clause",
|
442
487
|
"bin": {
|
443
488
|
"esparse": "bin/esparse.js",
|
444
489
|
"esvalidate": "bin/esvalidate.js"
|
@@ -451,6 +496,7 @@
|
|
451
496
|
"version": "5.3.0",
|
452
497
|
"resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
|
453
498
|
"integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
|
499
|
+
"license": "BSD-2-Clause",
|
454
500
|
"engines": {
|
455
501
|
"node": ">=4.0"
|
456
502
|
}
|
@@ -459,6 +505,7 @@
|
|
459
505
|
"version": "2.0.3",
|
460
506
|
"resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
|
461
507
|
"integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
|
508
|
+
"license": "BSD-2-Clause",
|
462
509
|
"engines": {
|
463
510
|
"node": ">=0.10.0"
|
464
511
|
}
|
@@ -467,6 +514,7 @@
|
|
467
514
|
"version": "2.0.1",
|
468
515
|
"resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz",
|
469
516
|
"integrity": "sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==",
|
517
|
+
"license": "BSD-2-Clause",
|
470
518
|
"dependencies": {
|
471
519
|
"debug": "^4.1.1",
|
472
520
|
"get-stream": "^5.1.0",
|
@@ -485,12 +533,14 @@
|
|
485
533
|
"node_modules/fast-fifo": {
|
486
534
|
"version": "1.3.2",
|
487
535
|
"resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz",
|
488
|
-
"integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ=="
|
536
|
+
"integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==",
|
537
|
+
"license": "MIT"
|
489
538
|
},
|
490
539
|
"node_modules/fd-slicer": {
|
491
540
|
"version": "1.1.0",
|
492
541
|
"resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz",
|
493
542
|
"integrity": "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==",
|
543
|
+
"license": "MIT",
|
494
544
|
"dependencies": {
|
495
545
|
"pend": "~1.2.0"
|
496
546
|
}
|
@@ -499,6 +549,7 @@
|
|
499
549
|
"version": "11.2.0",
|
500
550
|
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz",
|
501
551
|
"integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==",
|
552
|
+
"license": "MIT",
|
502
553
|
"dependencies": {
|
503
554
|
"graceful-fs": "^4.2.0",
|
504
555
|
"jsonfile": "^6.0.1",
|
@@ -512,6 +563,7 @@
|
|
512
563
|
"version": "2.0.5",
|
513
564
|
"resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
|
514
565
|
"integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
|
566
|
+
"license": "ISC",
|
515
567
|
"engines": {
|
516
568
|
"node": "6.* || 8.* || >= 10.*"
|
517
569
|
}
|
@@ -520,6 +572,7 @@
|
|
520
572
|
"version": "5.2.0",
|
521
573
|
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
|
522
574
|
"integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
|
575
|
+
"license": "MIT",
|
523
576
|
"dependencies": {
|
524
577
|
"pump": "^3.0.0"
|
525
578
|
},
|
@@ -534,6 +587,7 @@
|
|
534
587
|
"version": "6.0.3",
|
535
588
|
"resolved": "https://registry.npmjs.org/get-uri/-/get-uri-6.0.3.tgz",
|
536
589
|
"integrity": "sha512-BzUrJBS9EcUb4cFol8r4W3v1cPsSyajLSthNkz5BxbpDcHN5tIrM10E2eNvfnvBn3DaT3DUgx0OpsBKkaOpanw==",
|
590
|
+
"license": "MIT",
|
537
591
|
"dependencies": {
|
538
592
|
"basic-ftp": "^5.0.2",
|
539
593
|
"data-uri-to-buffer": "^6.0.2",
|
@@ -547,12 +601,14 @@
|
|
547
601
|
"node_modules/graceful-fs": {
|
548
602
|
"version": "4.2.11",
|
549
603
|
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
|
550
|
-
"integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="
|
604
|
+
"integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
|
605
|
+
"license": "ISC"
|
551
606
|
},
|
552
607
|
"node_modules/has-flag": {
|
553
608
|
"version": "3.0.0",
|
554
609
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
|
555
610
|
"integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
|
611
|
+
"license": "MIT",
|
556
612
|
"engines": {
|
557
613
|
"node": ">=4"
|
558
614
|
}
|
@@ -561,6 +617,7 @@
|
|
561
617
|
"version": "7.0.2",
|
562
618
|
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
|
563
619
|
"integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
|
620
|
+
"license": "MIT",
|
564
621
|
"dependencies": {
|
565
622
|
"agent-base": "^7.1.0",
|
566
623
|
"debug": "^4.3.4"
|
@@ -570,9 +627,10 @@
|
|
570
627
|
}
|
571
628
|
},
|
572
629
|
"node_modules/https-proxy-agent": {
|
573
|
-
"version": "7.0.
|
574
|
-
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.
|
575
|
-
"integrity": "sha512-
|
630
|
+
"version": "7.0.5",
|
631
|
+
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz",
|
632
|
+
"integrity": "sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==",
|
633
|
+
"license": "MIT",
|
576
634
|
"dependencies": {
|
577
635
|
"agent-base": "^7.0.2",
|
578
636
|
"debug": "4"
|
@@ -598,12 +656,14 @@
|
|
598
656
|
"type": "consulting",
|
599
657
|
"url": "https://feross.org/support"
|
600
658
|
}
|
601
|
-
]
|
659
|
+
],
|
660
|
+
"license": "BSD-3-Clause"
|
602
661
|
},
|
603
662
|
"node_modules/import-fresh": {
|
604
663
|
"version": "3.3.0",
|
605
664
|
"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
|
606
665
|
"integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
|
666
|
+
"license": "MIT",
|
607
667
|
"dependencies": {
|
608
668
|
"parent-module": "^1.0.0",
|
609
669
|
"resolve-from": "^4.0.0"
|
@@ -619,6 +679,7 @@
|
|
619
679
|
"version": "9.0.5",
|
620
680
|
"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz",
|
621
681
|
"integrity": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==",
|
682
|
+
"license": "MIT",
|
622
683
|
"dependencies": {
|
623
684
|
"jsbn": "1.1.0",
|
624
685
|
"sprintf-js": "^1.1.3"
|
@@ -630,12 +691,14 @@
|
|
630
691
|
"node_modules/is-arrayish": {
|
631
692
|
"version": "0.2.1",
|
632
693
|
"resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
|
633
|
-
"integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg=="
|
694
|
+
"integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
|
695
|
+
"license": "MIT"
|
634
696
|
},
|
635
697
|
"node_modules/is-fullwidth-code-point": {
|
636
698
|
"version": "3.0.0",
|
637
699
|
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
638
700
|
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
|
701
|
+
"license": "MIT",
|
639
702
|
"engines": {
|
640
703
|
"node": ">=8"
|
641
704
|
}
|
@@ -643,12 +706,14 @@
|
|
643
706
|
"node_modules/js-tokens": {
|
644
707
|
"version": "4.0.0",
|
645
708
|
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
|
646
|
-
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
|
709
|
+
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
|
710
|
+
"license": "MIT"
|
647
711
|
},
|
648
712
|
"node_modules/js-yaml": {
|
649
713
|
"version": "4.1.0",
|
650
714
|
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
651
715
|
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
716
|
+
"license": "MIT",
|
652
717
|
"dependencies": {
|
653
718
|
"argparse": "^2.0.1"
|
654
719
|
},
|
@@ -659,17 +724,20 @@
|
|
659
724
|
"node_modules/jsbn": {
|
660
725
|
"version": "1.1.0",
|
661
726
|
"resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz",
|
662
|
-
"integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A=="
|
727
|
+
"integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==",
|
728
|
+
"license": "MIT"
|
663
729
|
},
|
664
730
|
"node_modules/json-parse-even-better-errors": {
|
665
731
|
"version": "2.3.1",
|
666
732
|
"resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
|
667
|
-
"integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w=="
|
733
|
+
"integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
|
734
|
+
"license": "MIT"
|
668
735
|
},
|
669
736
|
"node_modules/jsonfile": {
|
670
737
|
"version": "6.1.0",
|
671
738
|
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
|
672
739
|
"integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
|
740
|
+
"license": "MIT",
|
673
741
|
"dependencies": {
|
674
742
|
"universalify": "^2.0.0"
|
675
743
|
},
|
@@ -680,12 +748,14 @@
|
|
680
748
|
"node_modules/lines-and-columns": {
|
681
749
|
"version": "1.2.4",
|
682
750
|
"resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
|
683
|
-
"integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg=="
|
751
|
+
"integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
|
752
|
+
"license": "MIT"
|
684
753
|
},
|
685
754
|
"node_modules/lru-cache": {
|
686
755
|
"version": "7.18.3",
|
687
756
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz",
|
688
757
|
"integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
|
758
|
+
"license": "ISC",
|
689
759
|
"engines": {
|
690
760
|
"node": ">=12"
|
691
761
|
}
|
@@ -693,61 +763,47 @@
|
|
693
763
|
"node_modules/mitt": {
|
694
764
|
"version": "3.0.1",
|
695
765
|
"resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz",
|
696
|
-
"integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw=="
|
766
|
+
"integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==",
|
767
|
+
"license": "MIT"
|
697
768
|
},
|
698
769
|
"node_modules/ms": {
|
699
|
-
"version": "2.1.
|
700
|
-
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.
|
701
|
-
"integrity": "sha512-
|
770
|
+
"version": "2.1.3",
|
771
|
+
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
772
|
+
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
773
|
+
"license": "MIT"
|
702
774
|
},
|
703
775
|
"node_modules/netmask": {
|
704
776
|
"version": "2.0.2",
|
705
777
|
"resolved": "https://registry.npmjs.org/netmask/-/netmask-2.0.2.tgz",
|
706
778
|
"integrity": "sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg==",
|
779
|
+
"license": "MIT",
|
707
780
|
"engines": {
|
708
781
|
"node": ">= 0.4.0"
|
709
782
|
}
|
710
783
|
},
|
711
|
-
"node_modules/node-fetch": {
|
712
|
-
"version": "2.7.0",
|
713
|
-
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
|
714
|
-
"integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
|
715
|
-
"dependencies": {
|
716
|
-
"whatwg-url": "^5.0.0"
|
717
|
-
},
|
718
|
-
"engines": {
|
719
|
-
"node": "4.x || >=6.0.0"
|
720
|
-
},
|
721
|
-
"peerDependencies": {
|
722
|
-
"encoding": "^0.1.0"
|
723
|
-
},
|
724
|
-
"peerDependenciesMeta": {
|
725
|
-
"encoding": {
|
726
|
-
"optional": true
|
727
|
-
}
|
728
|
-
}
|
729
|
-
},
|
730
784
|
"node_modules/once": {
|
731
785
|
"version": "1.4.0",
|
732
786
|
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
|
733
787
|
"integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
|
788
|
+
"license": "ISC",
|
734
789
|
"dependencies": {
|
735
790
|
"wrappy": "1"
|
736
791
|
}
|
737
792
|
},
|
738
793
|
"node_modules/pac-proxy-agent": {
|
739
|
-
"version": "7.0.
|
740
|
-
"resolved": "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-7.0.
|
741
|
-
"integrity": "sha512-
|
794
|
+
"version": "7.0.2",
|
795
|
+
"resolved": "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-7.0.2.tgz",
|
796
|
+
"integrity": "sha512-BFi3vZnO9X5Qt6NRz7ZOaPja3ic0PhlsmCRYLOpN11+mWBCR6XJDqW5RF3j8jm4WGGQZtBA+bTfxYzeKW73eHg==",
|
797
|
+
"license": "MIT",
|
742
798
|
"dependencies": {
|
743
799
|
"@tootallnate/quickjs-emscripten": "^0.23.0",
|
744
800
|
"agent-base": "^7.0.2",
|
745
801
|
"debug": "^4.3.4",
|
746
802
|
"get-uri": "^6.0.1",
|
747
803
|
"http-proxy-agent": "^7.0.0",
|
748
|
-
"https-proxy-agent": "^7.0.
|
749
|
-
"pac-resolver": "^7.0.
|
750
|
-
"socks-proxy-agent": "^8.0.
|
804
|
+
"https-proxy-agent": "^7.0.5",
|
805
|
+
"pac-resolver": "^7.0.1",
|
806
|
+
"socks-proxy-agent": "^8.0.4"
|
751
807
|
},
|
752
808
|
"engines": {
|
753
809
|
"node": ">= 14"
|
@@ -757,6 +813,7 @@
|
|
757
813
|
"version": "7.0.1",
|
758
814
|
"resolved": "https://registry.npmjs.org/pac-resolver/-/pac-resolver-7.0.1.tgz",
|
759
815
|
"integrity": "sha512-5NPgf87AT2STgwa2ntRMr45jTKrYBGkVU36yT0ig/n/GMAa3oPqhZfIQ2kMEimReg0+t9kZViDVZ83qfVUlckg==",
|
816
|
+
"license": "MIT",
|
760
817
|
"dependencies": {
|
761
818
|
"degenerator": "^5.0.0",
|
762
819
|
"netmask": "^2.0.2"
|
@@ -769,6 +826,7 @@
|
|
769
826
|
"version": "1.0.1",
|
770
827
|
"resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
|
771
828
|
"integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
|
829
|
+
"license": "MIT",
|
772
830
|
"dependencies": {
|
773
831
|
"callsites": "^3.0.0"
|
774
832
|
},
|
@@ -780,6 +838,7 @@
|
|
780
838
|
"version": "5.2.0",
|
781
839
|
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
|
782
840
|
"integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
|
841
|
+
"license": "MIT",
|
783
842
|
"dependencies": {
|
784
843
|
"@babel/code-frame": "^7.0.0",
|
785
844
|
"error-ex": "^1.3.1",
|
@@ -796,12 +855,20 @@
|
|
796
855
|
"node_modules/pend": {
|
797
856
|
"version": "1.2.0",
|
798
857
|
"resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
|
799
|
-
"integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg=="
|
858
|
+
"integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==",
|
859
|
+
"license": "MIT"
|
860
|
+
},
|
861
|
+
"node_modules/picocolors": {
|
862
|
+
"version": "1.1.0",
|
863
|
+
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz",
|
864
|
+
"integrity": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==",
|
865
|
+
"license": "ISC"
|
800
866
|
},
|
801
867
|
"node_modules/progress": {
|
802
868
|
"version": "2.0.3",
|
803
869
|
"resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz",
|
804
870
|
"integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==",
|
871
|
+
"license": "MIT",
|
805
872
|
"engines": {
|
806
873
|
"node": ">=0.4.0"
|
807
874
|
}
|
@@ -810,6 +877,7 @@
|
|
810
877
|
"version": "6.4.0",
|
811
878
|
"resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-6.4.0.tgz",
|
812
879
|
"integrity": "sha512-u0piLU+nCOHMgGjRbimiXmA9kM/L9EHh3zL81xCdp7m+Y2pHIsnmbdDoEDoAz5geaonNR6q6+yOPQs6n4T6sBQ==",
|
880
|
+
"license": "MIT",
|
813
881
|
"dependencies": {
|
814
882
|
"agent-base": "^7.0.2",
|
815
883
|
"debug": "^4.3.4",
|
@@ -827,45 +895,52 @@
|
|
827
895
|
"node_modules/proxy-from-env": {
|
828
896
|
"version": "1.1.0",
|
829
897
|
"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
|
830
|
-
"integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg=="
|
898
|
+
"integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
|
899
|
+
"license": "MIT"
|
831
900
|
},
|
832
901
|
"node_modules/pump": {
|
833
|
-
"version": "3.0.
|
834
|
-
"resolved": "https://registry.npmjs.org/pump/-/pump-3.0.
|
835
|
-
"integrity": "sha512-
|
902
|
+
"version": "3.0.2",
|
903
|
+
"resolved": "https://registry.npmjs.org/pump/-/pump-3.0.2.tgz",
|
904
|
+
"integrity": "sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==",
|
905
|
+
"license": "MIT",
|
836
906
|
"dependencies": {
|
837
907
|
"end-of-stream": "^1.1.0",
|
838
908
|
"once": "^1.3.1"
|
839
909
|
}
|
840
910
|
},
|
841
911
|
"node_modules/puppeteer": {
|
842
|
-
"version": "
|
843
|
-
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-
|
844
|
-
"integrity": "sha512-
|
912
|
+
"version": "23.5.3",
|
913
|
+
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-23.5.3.tgz",
|
914
|
+
"integrity": "sha512-FghmfBsr/UUpe48OiCg1gV3W4vVfQJKjQehbF07SjnQvEpWcvPTah1nykfGWdOQQ1ydJPIXcajzWN7fliCU3zw==",
|
845
915
|
"hasInstallScript": true,
|
916
|
+
"license": "Apache-2.0",
|
846
917
|
"dependencies": {
|
847
|
-
"@puppeteer/browsers": "2.
|
848
|
-
"
|
849
|
-
"
|
918
|
+
"@puppeteer/browsers": "2.4.0",
|
919
|
+
"chromium-bidi": "0.8.0",
|
920
|
+
"cosmiconfig": "^9.0.0",
|
921
|
+
"devtools-protocol": "0.0.1342118",
|
922
|
+
"puppeteer-core": "23.5.3",
|
923
|
+
"typed-query-selector": "^2.12.0"
|
850
924
|
},
|
851
925
|
"bin": {
|
852
|
-
"puppeteer": "lib/
|
926
|
+
"puppeteer": "lib/cjs/puppeteer/node/cli.js"
|
853
927
|
},
|
854
928
|
"engines": {
|
855
929
|
"node": ">=18"
|
856
930
|
}
|
857
931
|
},
|
858
932
|
"node_modules/puppeteer-core": {
|
859
|
-
"version": "
|
860
|
-
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-
|
861
|
-
"integrity": "sha512-
|
933
|
+
"version": "23.5.3",
|
934
|
+
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-23.5.3.tgz",
|
935
|
+
"integrity": "sha512-V58MZD/B3CwkYsqSEQlHKbavMJptF04fzhMdUpiCRCmUVhwZNwSGEPhaiZ1f8I3ABQUirg3VNhXVB6Z1ubHXtQ==",
|
936
|
+
"license": "Apache-2.0",
|
862
937
|
"dependencies": {
|
863
|
-
"@puppeteer/browsers": "2.
|
864
|
-
"chromium-bidi": "0.
|
865
|
-
"
|
866
|
-
"
|
867
|
-
"
|
868
|
-
"ws": "8.
|
938
|
+
"@puppeteer/browsers": "2.4.0",
|
939
|
+
"chromium-bidi": "0.8.0",
|
940
|
+
"debug": "^4.3.7",
|
941
|
+
"devtools-protocol": "0.0.1342118",
|
942
|
+
"typed-query-selector": "^2.12.0",
|
943
|
+
"ws": "^8.18.0"
|
869
944
|
},
|
870
945
|
"engines": {
|
871
946
|
"node": ">=18"
|
@@ -874,12 +949,14 @@
|
|
874
949
|
"node_modules/queue-tick": {
|
875
950
|
"version": "1.0.1",
|
876
951
|
"resolved": "https://registry.npmjs.org/queue-tick/-/queue-tick-1.0.1.tgz",
|
877
|
-
"integrity": "sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag=="
|
952
|
+
"integrity": "sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag==",
|
953
|
+
"license": "MIT"
|
878
954
|
},
|
879
955
|
"node_modules/require-directory": {
|
880
956
|
"version": "2.1.1",
|
881
957
|
"resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
|
882
958
|
"integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
|
959
|
+
"license": "MIT",
|
883
960
|
"engines": {
|
884
961
|
"node": ">=0.10.0"
|
885
962
|
}
|
@@ -888,17 +965,16 @@
|
|
888
965
|
"version": "4.0.0",
|
889
966
|
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
|
890
967
|
"integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
|
968
|
+
"license": "MIT",
|
891
969
|
"engines": {
|
892
970
|
"node": ">=4"
|
893
971
|
}
|
894
972
|
},
|
895
973
|
"node_modules/semver": {
|
896
|
-
"version": "7.6.
|
897
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.
|
898
|
-
"integrity": "sha512-
|
899
|
-
"
|
900
|
-
"lru-cache": "^6.0.0"
|
901
|
-
},
|
974
|
+
"version": "7.6.3",
|
975
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz",
|
976
|
+
"integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
|
977
|
+
"license": "ISC",
|
902
978
|
"bin": {
|
903
979
|
"semver": "bin/semver.js"
|
904
980
|
},
|
@@ -906,30 +982,21 @@
|
|
906
982
|
"node": ">=10"
|
907
983
|
}
|
908
984
|
},
|
909
|
-
"node_modules/semver/node_modules/lru-cache": {
|
910
|
-
"version": "6.0.0",
|
911
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
912
|
-
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
|
913
|
-
"dependencies": {
|
914
|
-
"yallist": "^4.0.0"
|
915
|
-
},
|
916
|
-
"engines": {
|
917
|
-
"node": ">=10"
|
918
|
-
}
|
919
|
-
},
|
920
985
|
"node_modules/smart-buffer": {
|
921
986
|
"version": "4.2.0",
|
922
987
|
"resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz",
|
923
988
|
"integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==",
|
989
|
+
"license": "MIT",
|
924
990
|
"engines": {
|
925
991
|
"node": ">= 6.0.0",
|
926
992
|
"npm": ">= 3.0.0"
|
927
993
|
}
|
928
994
|
},
|
929
995
|
"node_modules/socks": {
|
930
|
-
"version": "2.8.
|
931
|
-
"resolved": "https://registry.npmjs.org/socks/-/socks-2.8.
|
932
|
-
"integrity": "sha512-
|
996
|
+
"version": "2.8.3",
|
997
|
+
"resolved": "https://registry.npmjs.org/socks/-/socks-2.8.3.tgz",
|
998
|
+
"integrity": "sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==",
|
999
|
+
"license": "MIT",
|
933
1000
|
"dependencies": {
|
934
1001
|
"ip-address": "^9.0.5",
|
935
1002
|
"smart-buffer": "^4.2.0"
|
@@ -940,13 +1007,14 @@
|
|
940
1007
|
}
|
941
1008
|
},
|
942
1009
|
"node_modules/socks-proxy-agent": {
|
943
|
-
"version": "8.0.
|
944
|
-
"resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.
|
945
|
-
"integrity": "sha512-
|
1010
|
+
"version": "8.0.4",
|
1011
|
+
"resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.4.tgz",
|
1012
|
+
"integrity": "sha512-GNAq/eg8Udq2x0eNiFkr9gRg5bA7PXEWagQdeRX4cPSG+X/8V38v637gim9bjFptMk1QWsCTr0ttrJEiXbNnRw==",
|
1013
|
+
"license": "MIT",
|
946
1014
|
"dependencies": {
|
947
|
-
"agent-base": "^7.
|
1015
|
+
"agent-base": "^7.1.1",
|
948
1016
|
"debug": "^4.3.4",
|
949
|
-
"socks": "^2.
|
1017
|
+
"socks": "^2.8.3"
|
950
1018
|
},
|
951
1019
|
"engines": {
|
952
1020
|
"node": ">= 14"
|
@@ -956,6 +1024,7 @@
|
|
956
1024
|
"version": "0.6.1",
|
957
1025
|
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
|
958
1026
|
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
|
1027
|
+
"license": "BSD-3-Clause",
|
959
1028
|
"optional": true,
|
960
1029
|
"engines": {
|
961
1030
|
"node": ">=0.10.0"
|
@@ -964,15 +1033,18 @@
|
|
964
1033
|
"node_modules/sprintf-js": {
|
965
1034
|
"version": "1.1.3",
|
966
1035
|
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz",
|
967
|
-
"integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA=="
|
1036
|
+
"integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==",
|
1037
|
+
"license": "BSD-3-Clause"
|
968
1038
|
},
|
969
1039
|
"node_modules/streamx": {
|
970
|
-
"version": "2.
|
971
|
-
"resolved": "https://registry.npmjs.org/streamx/-/streamx-2.
|
972
|
-
"integrity": "sha512-
|
1040
|
+
"version": "2.20.1",
|
1041
|
+
"resolved": "https://registry.npmjs.org/streamx/-/streamx-2.20.1.tgz",
|
1042
|
+
"integrity": "sha512-uTa0mU6WUC65iUvzKH4X9hEdvSW7rbPxPtwfWiLMSj3qTdQbAiUboZTxauKfpFuGIGa1C2BYijZ7wgdUXICJhA==",
|
1043
|
+
"license": "MIT",
|
973
1044
|
"dependencies": {
|
974
|
-
"fast-fifo": "^1.
|
975
|
-
"queue-tick": "^1.0.1"
|
1045
|
+
"fast-fifo": "^1.3.2",
|
1046
|
+
"queue-tick": "^1.0.1",
|
1047
|
+
"text-decoder": "^1.1.0"
|
976
1048
|
},
|
977
1049
|
"optionalDependencies": {
|
978
1050
|
"bare-events": "^2.2.0"
|
@@ -982,6 +1054,7 @@
|
|
982
1054
|
"version": "4.2.3",
|
983
1055
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
984
1056
|
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
1057
|
+
"license": "MIT",
|
985
1058
|
"dependencies": {
|
986
1059
|
"emoji-regex": "^8.0.0",
|
987
1060
|
"is-fullwidth-code-point": "^3.0.0",
|
@@ -995,6 +1068,7 @@
|
|
995
1068
|
"version": "6.0.1",
|
996
1069
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
997
1070
|
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
1071
|
+
"license": "MIT",
|
998
1072
|
"dependencies": {
|
999
1073
|
"ansi-regex": "^5.0.1"
|
1000
1074
|
},
|
@@ -1006,6 +1080,7 @@
|
|
1006
1080
|
"version": "5.5.0",
|
1007
1081
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
|
1008
1082
|
"integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
|
1083
|
+
"license": "MIT",
|
1009
1084
|
"dependencies": {
|
1010
1085
|
"has-flag": "^3.0.0"
|
1011
1086
|
},
|
@@ -1014,9 +1089,10 @@
|
|
1014
1089
|
}
|
1015
1090
|
},
|
1016
1091
|
"node_modules/tar-fs": {
|
1017
|
-
"version": "3.0.
|
1018
|
-
"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.0.
|
1019
|
-
"integrity": "sha512-
|
1092
|
+
"version": "3.0.6",
|
1093
|
+
"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.0.6.tgz",
|
1094
|
+
"integrity": "sha512-iokBDQQkUyeXhgPYaZxmczGPhnhXZ0CmrqI+MOb/WFGS9DW5wnfrLgtjUJBvz50vQ3qfRwJ62QVoCFu8mPVu5w==",
|
1095
|
+
"license": "MIT",
|
1020
1096
|
"dependencies": {
|
1021
1097
|
"pump": "^3.0.0",
|
1022
1098
|
"tar-stream": "^3.1.5"
|
@@ -1030,46 +1106,62 @@
|
|
1030
1106
|
"version": "3.1.7",
|
1031
1107
|
"resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.7.tgz",
|
1032
1108
|
"integrity": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==",
|
1109
|
+
"license": "MIT",
|
1033
1110
|
"dependencies": {
|
1034
1111
|
"b4a": "^1.6.4",
|
1035
1112
|
"fast-fifo": "^1.2.0",
|
1036
1113
|
"streamx": "^2.15.0"
|
1037
1114
|
}
|
1038
1115
|
},
|
1116
|
+
"node_modules/text-decoder": {
|
1117
|
+
"version": "1.2.0",
|
1118
|
+
"resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.0.tgz",
|
1119
|
+
"integrity": "sha512-n1yg1mOj9DNpk3NeZOx7T6jchTbyJS3i3cucbNN6FcdPriMZx7NsgrGpWWdWZZGxD7ES1XB+3uoqHMgOKaN+fg==",
|
1120
|
+
"license": "Apache-2.0",
|
1121
|
+
"dependencies": {
|
1122
|
+
"b4a": "^1.6.4"
|
1123
|
+
}
|
1124
|
+
},
|
1039
1125
|
"node_modules/through": {
|
1040
1126
|
"version": "2.3.8",
|
1041
1127
|
"resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
|
1042
|
-
"integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg=="
|
1043
|
-
|
1044
|
-
"node_modules/tr46": {
|
1045
|
-
"version": "0.0.3",
|
1046
|
-
"resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
|
1047
|
-
"integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
|
1128
|
+
"integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==",
|
1129
|
+
"license": "MIT"
|
1048
1130
|
},
|
1049
1131
|
"node_modules/tslib": {
|
1050
|
-
"version": "2.
|
1051
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.
|
1052
|
-
"integrity": "sha512-
|
1132
|
+
"version": "2.7.0",
|
1133
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz",
|
1134
|
+
"integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==",
|
1135
|
+
"license": "0BSD"
|
1136
|
+
},
|
1137
|
+
"node_modules/typed-query-selector": {
|
1138
|
+
"version": "2.12.0",
|
1139
|
+
"resolved": "https://registry.npmjs.org/typed-query-selector/-/typed-query-selector-2.12.0.tgz",
|
1140
|
+
"integrity": "sha512-SbklCd1F0EiZOyPiW192rrHZzZ5sBijB6xM+cpmrwDqObvdtunOHHIk9fCGsoK5JVIYXoyEp4iEdE3upFH3PAg==",
|
1141
|
+
"license": "MIT"
|
1053
1142
|
},
|
1054
1143
|
"node_modules/unbzip2-stream": {
|
1055
1144
|
"version": "1.4.3",
|
1056
1145
|
"resolved": "https://registry.npmjs.org/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz",
|
1057
1146
|
"integrity": "sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg==",
|
1147
|
+
"license": "MIT",
|
1058
1148
|
"dependencies": {
|
1059
1149
|
"buffer": "^5.2.1",
|
1060
1150
|
"through": "^2.3.8"
|
1061
1151
|
}
|
1062
1152
|
},
|
1063
1153
|
"node_modules/undici-types": {
|
1064
|
-
"version": "
|
1065
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-
|
1066
|
-
"integrity": "sha512-
|
1154
|
+
"version": "6.19.8",
|
1155
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",
|
1156
|
+
"integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==",
|
1157
|
+
"license": "MIT",
|
1067
1158
|
"optional": true
|
1068
1159
|
},
|
1069
1160
|
"node_modules/universalify": {
|
1070
1161
|
"version": "2.0.1",
|
1071
1162
|
"resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
|
1072
1163
|
"integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
|
1164
|
+
"license": "MIT",
|
1073
1165
|
"engines": {
|
1074
1166
|
"node": ">= 10.0.0"
|
1075
1167
|
}
|
@@ -1077,26 +1169,14 @@
|
|
1077
1169
|
"node_modules/urlpattern-polyfill": {
|
1078
1170
|
"version": "10.0.0",
|
1079
1171
|
"resolved": "https://registry.npmjs.org/urlpattern-polyfill/-/urlpattern-polyfill-10.0.0.tgz",
|
1080
|
-
"integrity": "sha512-H/A06tKD7sS1O1X2SshBVeA5FLycRpjqiBeqGKmBwBDBy28EnRjORxTNe269KSSr5un5qyWi1iL61wLxpd+ZOg=="
|
1081
|
-
|
1082
|
-
"node_modules/webidl-conversions": {
|
1083
|
-
"version": "3.0.1",
|
1084
|
-
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
|
1085
|
-
"integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
|
1086
|
-
},
|
1087
|
-
"node_modules/whatwg-url": {
|
1088
|
-
"version": "5.0.0",
|
1089
|
-
"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
|
1090
|
-
"integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
|
1091
|
-
"dependencies": {
|
1092
|
-
"tr46": "~0.0.3",
|
1093
|
-
"webidl-conversions": "^3.0.0"
|
1094
|
-
}
|
1172
|
+
"integrity": "sha512-H/A06tKD7sS1O1X2SshBVeA5FLycRpjqiBeqGKmBwBDBy28EnRjORxTNe269KSSr5un5qyWi1iL61wLxpd+ZOg==",
|
1173
|
+
"license": "MIT"
|
1095
1174
|
},
|
1096
1175
|
"node_modules/wrap-ansi": {
|
1097
1176
|
"version": "7.0.0",
|
1098
1177
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
1099
1178
|
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
1179
|
+
"license": "MIT",
|
1100
1180
|
"dependencies": {
|
1101
1181
|
"ansi-styles": "^4.0.0",
|
1102
1182
|
"string-width": "^4.1.0",
|
@@ -1113,6 +1193,7 @@
|
|
1113
1193
|
"version": "4.3.0",
|
1114
1194
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
1115
1195
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
1196
|
+
"license": "MIT",
|
1116
1197
|
"dependencies": {
|
1117
1198
|
"color-convert": "^2.0.1"
|
1118
1199
|
},
|
@@ -1127,6 +1208,7 @@
|
|
1127
1208
|
"version": "2.0.1",
|
1128
1209
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
1129
1210
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
1211
|
+
"license": "MIT",
|
1130
1212
|
"dependencies": {
|
1131
1213
|
"color-name": "~1.1.4"
|
1132
1214
|
},
|
@@ -1137,17 +1219,20 @@
|
|
1137
1219
|
"node_modules/wrap-ansi/node_modules/color-name": {
|
1138
1220
|
"version": "1.1.4",
|
1139
1221
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
1140
|
-
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
|
1222
|
+
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
1223
|
+
"license": "MIT"
|
1141
1224
|
},
|
1142
1225
|
"node_modules/wrappy": {
|
1143
1226
|
"version": "1.0.2",
|
1144
1227
|
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
1145
|
-
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
|
1228
|
+
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
|
1229
|
+
"license": "ISC"
|
1146
1230
|
},
|
1147
1231
|
"node_modules/ws": {
|
1148
|
-
"version": "8.
|
1149
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-8.
|
1150
|
-
"integrity": "sha512-
|
1232
|
+
"version": "8.18.0",
|
1233
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz",
|
1234
|
+
"integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
|
1235
|
+
"license": "MIT",
|
1151
1236
|
"engines": {
|
1152
1237
|
"node": ">=10.0.0"
|
1153
1238
|
},
|
@@ -1168,19 +1253,16 @@
|
|
1168
1253
|
"version": "5.0.8",
|
1169
1254
|
"resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
|
1170
1255
|
"integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
|
1256
|
+
"license": "ISC",
|
1171
1257
|
"engines": {
|
1172
1258
|
"node": ">=10"
|
1173
1259
|
}
|
1174
1260
|
},
|
1175
|
-
"node_modules/yallist": {
|
1176
|
-
"version": "4.0.0",
|
1177
|
-
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
|
1178
|
-
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
|
1179
|
-
},
|
1180
1261
|
"node_modules/yargs": {
|
1181
1262
|
"version": "17.7.2",
|
1182
1263
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
|
1183
1264
|
"integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
|
1265
|
+
"license": "MIT",
|
1184
1266
|
"dependencies": {
|
1185
1267
|
"cliui": "^8.0.1",
|
1186
1268
|
"escalade": "^3.1.1",
|
@@ -1198,6 +1280,7 @@
|
|
1198
1280
|
"version": "21.1.1",
|
1199
1281
|
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
|
1200
1282
|
"integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
|
1283
|
+
"license": "ISC",
|
1201
1284
|
"engines": {
|
1202
1285
|
"node": ">=12"
|
1203
1286
|
}
|
@@ -1206,10 +1289,20 @@
|
|
1206
1289
|
"version": "2.10.0",
|
1207
1290
|
"resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz",
|
1208
1291
|
"integrity": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==",
|
1292
|
+
"license": "MIT",
|
1209
1293
|
"dependencies": {
|
1210
1294
|
"buffer-crc32": "~0.2.3",
|
1211
1295
|
"fd-slicer": "~1.1.0"
|
1212
1296
|
}
|
1297
|
+
},
|
1298
|
+
"node_modules/zod": {
|
1299
|
+
"version": "3.23.8",
|
1300
|
+
"resolved": "https://registry.npmjs.org/zod/-/zod-3.23.8.tgz",
|
1301
|
+
"integrity": "sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==",
|
1302
|
+
"license": "MIT",
|
1303
|
+
"funding": {
|
1304
|
+
"url": "https://github.com/sponsors/colinhacks"
|
1305
|
+
}
|
1213
1306
|
}
|
1214
1307
|
}
|
1215
1308
|
}
|