@claudeink/mcp-server 0.0.2 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +104 -76
- package/package.json +2 -1
- package/workflow/CLAUDE.md +167 -0
- package/workflow/accounts/_template.yaml +70 -0
- package/workflow/base-rules.md +235 -0
- package/workflow/platforms/blog.md +52 -0
- package/workflow/platforms/toutiao.md +51 -0
- package/workflow/platforms/wechat.md +94 -0
- package/workflow/platforms/x-twitter.md +48 -0
- package/workflow/platforms/xiaohongshu.md +50 -0
- package/workflow/tools/crawler/SOURCES.md +85 -0
- package/workflow/tools/crawler/config.json +173 -0
- package/workflow/tools/crawler/config.test.json +35 -0
- package/workflow/tools/crawler/crawl.mjs +398 -0
- package/workflow/tools/crawler/package-lock.json +817 -0
- package/workflow/tools/crawler/package.json +16 -0
- package/workflow/tools/crawler/test-robot-report.mjs +31 -0
- package/workflow/tools/pack.sh +35 -0
- package/workflow/tools/setup.sh +93 -0
|
@@ -0,0 +1,817 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "auston-blog-crawler",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"lockfileVersion": 3,
|
|
5
|
+
"requires": true,
|
|
6
|
+
"packages": {
|
|
7
|
+
"": {
|
|
8
|
+
"name": "auston-blog-crawler",
|
|
9
|
+
"version": "1.0.0",
|
|
10
|
+
"dependencies": {
|
|
11
|
+
"defuddle": "^0.6.6",
|
|
12
|
+
"jsdom": "^25.0.0"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
"node_modules/@asamuzakjp/css-color": {
|
|
16
|
+
"version": "3.2.0",
|
|
17
|
+
"resolved": "https://registry.npmjs.org/@asamuzakjp/css-color/-/css-color-3.2.0.tgz",
|
|
18
|
+
"integrity": "sha512-K1A6z8tS3XsmCMM86xoWdn7Fkdn9m6RSVtocUrJYIwZnFVkng/PvkEoWtOWmP+Scc6saYWHWZYbndEEXxl24jw==",
|
|
19
|
+
"license": "MIT",
|
|
20
|
+
"dependencies": {
|
|
21
|
+
"@csstools/css-calc": "^2.1.3",
|
|
22
|
+
"@csstools/css-color-parser": "^3.0.9",
|
|
23
|
+
"@csstools/css-parser-algorithms": "^3.0.4",
|
|
24
|
+
"@csstools/css-tokenizer": "^3.0.3",
|
|
25
|
+
"lru-cache": "^10.4.3"
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"node_modules/@csstools/color-helpers": {
|
|
29
|
+
"version": "5.1.0",
|
|
30
|
+
"resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-5.1.0.tgz",
|
|
31
|
+
"integrity": "sha512-S11EXWJyy0Mz5SYvRmY8nJYTFFd1LCNV+7cXyAgQtOOuzb4EsgfqDufL+9esx72/eLhsRdGZwaldu/h+E4t4BA==",
|
|
32
|
+
"funding": [
|
|
33
|
+
{
|
|
34
|
+
"type": "github",
|
|
35
|
+
"url": "https://github.com/sponsors/csstools"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"type": "opencollective",
|
|
39
|
+
"url": "https://opencollective.com/csstools"
|
|
40
|
+
}
|
|
41
|
+
],
|
|
42
|
+
"license": "MIT-0",
|
|
43
|
+
"engines": {
|
|
44
|
+
"node": ">=18"
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
"node_modules/@csstools/css-calc": {
|
|
48
|
+
"version": "2.1.4",
|
|
49
|
+
"resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-2.1.4.tgz",
|
|
50
|
+
"integrity": "sha512-3N8oaj+0juUw/1H3YwmDDJXCgTB1gKU6Hc/bB502u9zR0q2vd786XJH9QfrKIEgFlZmhZiq6epXl4rHqhzsIgQ==",
|
|
51
|
+
"funding": [
|
|
52
|
+
{
|
|
53
|
+
"type": "github",
|
|
54
|
+
"url": "https://github.com/sponsors/csstools"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"type": "opencollective",
|
|
58
|
+
"url": "https://opencollective.com/csstools"
|
|
59
|
+
}
|
|
60
|
+
],
|
|
61
|
+
"license": "MIT",
|
|
62
|
+
"engines": {
|
|
63
|
+
"node": ">=18"
|
|
64
|
+
},
|
|
65
|
+
"peerDependencies": {
|
|
66
|
+
"@csstools/css-parser-algorithms": "^3.0.5",
|
|
67
|
+
"@csstools/css-tokenizer": "^3.0.4"
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"node_modules/@csstools/css-color-parser": {
|
|
71
|
+
"version": "3.1.0",
|
|
72
|
+
"resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-3.1.0.tgz",
|
|
73
|
+
"integrity": "sha512-nbtKwh3a6xNVIp/VRuXV64yTKnb1IjTAEEh3irzS+HkKjAOYLTGNb9pmVNntZ8iVBHcWDA2Dof0QtPgFI1BaTA==",
|
|
74
|
+
"funding": [
|
|
75
|
+
{
|
|
76
|
+
"type": "github",
|
|
77
|
+
"url": "https://github.com/sponsors/csstools"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"type": "opencollective",
|
|
81
|
+
"url": "https://opencollective.com/csstools"
|
|
82
|
+
}
|
|
83
|
+
],
|
|
84
|
+
"license": "MIT",
|
|
85
|
+
"dependencies": {
|
|
86
|
+
"@csstools/color-helpers": "^5.1.0",
|
|
87
|
+
"@csstools/css-calc": "^2.1.4"
|
|
88
|
+
},
|
|
89
|
+
"engines": {
|
|
90
|
+
"node": ">=18"
|
|
91
|
+
},
|
|
92
|
+
"peerDependencies": {
|
|
93
|
+
"@csstools/css-parser-algorithms": "^3.0.5",
|
|
94
|
+
"@csstools/css-tokenizer": "^3.0.4"
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
"node_modules/@csstools/css-parser-algorithms": {
|
|
98
|
+
"version": "3.0.5",
|
|
99
|
+
"resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.5.tgz",
|
|
100
|
+
"integrity": "sha512-DaDeUkXZKjdGhgYaHNJTV9pV7Y9B3b644jCLs9Upc3VeNGg6LWARAT6O+Q+/COo+2gg/bM5rhpMAtf70WqfBdQ==",
|
|
101
|
+
"funding": [
|
|
102
|
+
{
|
|
103
|
+
"type": "github",
|
|
104
|
+
"url": "https://github.com/sponsors/csstools"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"type": "opencollective",
|
|
108
|
+
"url": "https://opencollective.com/csstools"
|
|
109
|
+
}
|
|
110
|
+
],
|
|
111
|
+
"license": "MIT",
|
|
112
|
+
"engines": {
|
|
113
|
+
"node": ">=18"
|
|
114
|
+
},
|
|
115
|
+
"peerDependencies": {
|
|
116
|
+
"@csstools/css-tokenizer": "^3.0.4"
|
|
117
|
+
}
|
|
118
|
+
},
|
|
119
|
+
"node_modules/@csstools/css-tokenizer": {
|
|
120
|
+
"version": "3.0.4",
|
|
121
|
+
"resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.4.tgz",
|
|
122
|
+
"integrity": "sha512-Vd/9EVDiu6PPJt9yAh6roZP6El1xHrdvIVGjyBsHR0RYwNHgL7FJPyIIW4fANJNG6FtyZfvlRPpFI4ZM/lubvw==",
|
|
123
|
+
"funding": [
|
|
124
|
+
{
|
|
125
|
+
"type": "github",
|
|
126
|
+
"url": "https://github.com/sponsors/csstools"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"type": "opencollective",
|
|
130
|
+
"url": "https://opencollective.com/csstools"
|
|
131
|
+
}
|
|
132
|
+
],
|
|
133
|
+
"license": "MIT",
|
|
134
|
+
"engines": {
|
|
135
|
+
"node": ">=18"
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
"node_modules/@mixmark-io/domino": {
|
|
139
|
+
"version": "2.2.0",
|
|
140
|
+
"resolved": "https://registry.npmjs.org/@mixmark-io/domino/-/domino-2.2.0.tgz",
|
|
141
|
+
"integrity": "sha512-Y28PR25bHXUg88kCV7nivXrP2Nj2RueZ3/l/jdx6J9f8J4nsEGcgX0Qe6lt7Pa+J79+kPiJU3LguR6O/6zrLOw==",
|
|
142
|
+
"license": "BSD-2-Clause",
|
|
143
|
+
"optional": true
|
|
144
|
+
},
|
|
145
|
+
"node_modules/@xmldom/xmldom": {
|
|
146
|
+
"version": "0.8.11",
|
|
147
|
+
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.11.tgz",
|
|
148
|
+
"integrity": "sha512-cQzWCtO6C8TQiYl1ruKNn2U6Ao4o4WBBcbL61yJl84x+j5sOWWFU9X7DpND8XZG3daDppSsigMdfAIl2upQBRw==",
|
|
149
|
+
"license": "MIT",
|
|
150
|
+
"optional": true,
|
|
151
|
+
"engines": {
|
|
152
|
+
"node": ">=10.0.0"
|
|
153
|
+
}
|
|
154
|
+
},
|
|
155
|
+
"node_modules/agent-base": {
|
|
156
|
+
"version": "7.1.4",
|
|
157
|
+
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
|
|
158
|
+
"integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
|
|
159
|
+
"license": "MIT",
|
|
160
|
+
"engines": {
|
|
161
|
+
"node": ">= 14"
|
|
162
|
+
}
|
|
163
|
+
},
|
|
164
|
+
"node_modules/asynckit": {
|
|
165
|
+
"version": "0.4.0",
|
|
166
|
+
"resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
|
|
167
|
+
"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
|
|
168
|
+
"license": "MIT"
|
|
169
|
+
},
|
|
170
|
+
"node_modules/call-bind-apply-helpers": {
|
|
171
|
+
"version": "1.0.2",
|
|
172
|
+
"resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
|
|
173
|
+
"integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
|
|
174
|
+
"license": "MIT",
|
|
175
|
+
"dependencies": {
|
|
176
|
+
"es-errors": "^1.3.0",
|
|
177
|
+
"function-bind": "^1.1.2"
|
|
178
|
+
},
|
|
179
|
+
"engines": {
|
|
180
|
+
"node": ">= 0.4"
|
|
181
|
+
}
|
|
182
|
+
},
|
|
183
|
+
"node_modules/combined-stream": {
|
|
184
|
+
"version": "1.0.8",
|
|
185
|
+
"resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
|
|
186
|
+
"integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
|
|
187
|
+
"license": "MIT",
|
|
188
|
+
"dependencies": {
|
|
189
|
+
"delayed-stream": "~1.0.0"
|
|
190
|
+
},
|
|
191
|
+
"engines": {
|
|
192
|
+
"node": ">= 0.8"
|
|
193
|
+
}
|
|
194
|
+
},
|
|
195
|
+
"node_modules/cssstyle": {
|
|
196
|
+
"version": "4.6.0",
|
|
197
|
+
"resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-4.6.0.tgz",
|
|
198
|
+
"integrity": "sha512-2z+rWdzbbSZv6/rhtvzvqeZQHrBaqgogqt85sqFNbabZOuFbCVFb8kPeEtZjiKkbrm395irpNKiYeFeLiQnFPg==",
|
|
199
|
+
"license": "MIT",
|
|
200
|
+
"dependencies": {
|
|
201
|
+
"@asamuzakjp/css-color": "^3.2.0",
|
|
202
|
+
"rrweb-cssom": "^0.8.0"
|
|
203
|
+
},
|
|
204
|
+
"engines": {
|
|
205
|
+
"node": ">=18"
|
|
206
|
+
}
|
|
207
|
+
},
|
|
208
|
+
"node_modules/cssstyle/node_modules/rrweb-cssom": {
|
|
209
|
+
"version": "0.8.0",
|
|
210
|
+
"resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.8.0.tgz",
|
|
211
|
+
"integrity": "sha512-guoltQEx+9aMf2gDZ0s62EcV8lsXR+0w8915TC3ITdn2YueuNjdAYh/levpU9nFaoChh9RUS5ZdQMrKfVEN9tw==",
|
|
212
|
+
"license": "MIT"
|
|
213
|
+
},
|
|
214
|
+
"node_modules/data-urls": {
|
|
215
|
+
"version": "5.0.0",
|
|
216
|
+
"resolved": "https://registry.npmjs.org/data-urls/-/data-urls-5.0.0.tgz",
|
|
217
|
+
"integrity": "sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==",
|
|
218
|
+
"license": "MIT",
|
|
219
|
+
"dependencies": {
|
|
220
|
+
"whatwg-mimetype": "^4.0.0",
|
|
221
|
+
"whatwg-url": "^14.0.0"
|
|
222
|
+
},
|
|
223
|
+
"engines": {
|
|
224
|
+
"node": ">=18"
|
|
225
|
+
}
|
|
226
|
+
},
|
|
227
|
+
"node_modules/debug": {
|
|
228
|
+
"version": "4.4.3",
|
|
229
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
|
|
230
|
+
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
|
|
231
|
+
"license": "MIT",
|
|
232
|
+
"dependencies": {
|
|
233
|
+
"ms": "^2.1.3"
|
|
234
|
+
},
|
|
235
|
+
"engines": {
|
|
236
|
+
"node": ">=6.0"
|
|
237
|
+
},
|
|
238
|
+
"peerDependenciesMeta": {
|
|
239
|
+
"supports-color": {
|
|
240
|
+
"optional": true
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
},
|
|
244
|
+
"node_modules/decimal.js": {
|
|
245
|
+
"version": "10.6.0",
|
|
246
|
+
"resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.6.0.tgz",
|
|
247
|
+
"integrity": "sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==",
|
|
248
|
+
"license": "MIT"
|
|
249
|
+
},
|
|
250
|
+
"node_modules/defuddle": {
|
|
251
|
+
"version": "0.6.6",
|
|
252
|
+
"resolved": "https://registry.npmjs.org/defuddle/-/defuddle-0.6.6.tgz",
|
|
253
|
+
"integrity": "sha512-cexePkdZCwg8g1DHCV3xfE6DGTBeldtJct4/fOumYE/kx+sgoDg8yxjCxlC/Pss0v11G5CUFSUmf7fGJg249AA==",
|
|
254
|
+
"license": "MIT",
|
|
255
|
+
"optionalDependencies": {
|
|
256
|
+
"mathml-to-latex": "^1.4.3",
|
|
257
|
+
"temml": "^0.11.2",
|
|
258
|
+
"turndown": "^7.2.0"
|
|
259
|
+
},
|
|
260
|
+
"peerDependencies": {
|
|
261
|
+
"jsdom": "^24.0.0"
|
|
262
|
+
}
|
|
263
|
+
},
|
|
264
|
+
"node_modules/delayed-stream": {
|
|
265
|
+
"version": "1.0.0",
|
|
266
|
+
"resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
|
|
267
|
+
"integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
|
|
268
|
+
"license": "MIT",
|
|
269
|
+
"engines": {
|
|
270
|
+
"node": ">=0.4.0"
|
|
271
|
+
}
|
|
272
|
+
},
|
|
273
|
+
"node_modules/dunder-proto": {
|
|
274
|
+
"version": "1.0.1",
|
|
275
|
+
"resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
|
|
276
|
+
"integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
|
|
277
|
+
"license": "MIT",
|
|
278
|
+
"dependencies": {
|
|
279
|
+
"call-bind-apply-helpers": "^1.0.1",
|
|
280
|
+
"es-errors": "^1.3.0",
|
|
281
|
+
"gopd": "^1.2.0"
|
|
282
|
+
},
|
|
283
|
+
"engines": {
|
|
284
|
+
"node": ">= 0.4"
|
|
285
|
+
}
|
|
286
|
+
},
|
|
287
|
+
"node_modules/entities": {
|
|
288
|
+
"version": "6.0.1",
|
|
289
|
+
"resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz",
|
|
290
|
+
"integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
|
|
291
|
+
"license": "BSD-2-Clause",
|
|
292
|
+
"engines": {
|
|
293
|
+
"node": ">=0.12"
|
|
294
|
+
},
|
|
295
|
+
"funding": {
|
|
296
|
+
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
297
|
+
}
|
|
298
|
+
},
|
|
299
|
+
"node_modules/es-define-property": {
|
|
300
|
+
"version": "1.0.1",
|
|
301
|
+
"resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
|
|
302
|
+
"integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
|
|
303
|
+
"license": "MIT",
|
|
304
|
+
"engines": {
|
|
305
|
+
"node": ">= 0.4"
|
|
306
|
+
}
|
|
307
|
+
},
|
|
308
|
+
"node_modules/es-errors": {
|
|
309
|
+
"version": "1.3.0",
|
|
310
|
+
"resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
|
|
311
|
+
"integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
|
|
312
|
+
"license": "MIT",
|
|
313
|
+
"engines": {
|
|
314
|
+
"node": ">= 0.4"
|
|
315
|
+
}
|
|
316
|
+
},
|
|
317
|
+
"node_modules/es-object-atoms": {
|
|
318
|
+
"version": "1.1.1",
|
|
319
|
+
"resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
|
|
320
|
+
"integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
|
|
321
|
+
"license": "MIT",
|
|
322
|
+
"dependencies": {
|
|
323
|
+
"es-errors": "^1.3.0"
|
|
324
|
+
},
|
|
325
|
+
"engines": {
|
|
326
|
+
"node": ">= 0.4"
|
|
327
|
+
}
|
|
328
|
+
},
|
|
329
|
+
"node_modules/es-set-tostringtag": {
|
|
330
|
+
"version": "2.1.0",
|
|
331
|
+
"resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
|
|
332
|
+
"integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
|
|
333
|
+
"license": "MIT",
|
|
334
|
+
"dependencies": {
|
|
335
|
+
"es-errors": "^1.3.0",
|
|
336
|
+
"get-intrinsic": "^1.2.6",
|
|
337
|
+
"has-tostringtag": "^1.0.2",
|
|
338
|
+
"hasown": "^2.0.2"
|
|
339
|
+
},
|
|
340
|
+
"engines": {
|
|
341
|
+
"node": ">= 0.4"
|
|
342
|
+
}
|
|
343
|
+
},
|
|
344
|
+
"node_modules/form-data": {
|
|
345
|
+
"version": "4.0.5",
|
|
346
|
+
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz",
|
|
347
|
+
"integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
|
|
348
|
+
"license": "MIT",
|
|
349
|
+
"dependencies": {
|
|
350
|
+
"asynckit": "^0.4.0",
|
|
351
|
+
"combined-stream": "^1.0.8",
|
|
352
|
+
"es-set-tostringtag": "^2.1.0",
|
|
353
|
+
"hasown": "^2.0.2",
|
|
354
|
+
"mime-types": "^2.1.12"
|
|
355
|
+
},
|
|
356
|
+
"engines": {
|
|
357
|
+
"node": ">= 6"
|
|
358
|
+
}
|
|
359
|
+
},
|
|
360
|
+
"node_modules/function-bind": {
|
|
361
|
+
"version": "1.1.2",
|
|
362
|
+
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
|
|
363
|
+
"integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
|
|
364
|
+
"license": "MIT",
|
|
365
|
+
"funding": {
|
|
366
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
367
|
+
}
|
|
368
|
+
},
|
|
369
|
+
"node_modules/get-intrinsic": {
|
|
370
|
+
"version": "1.3.0",
|
|
371
|
+
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
|
|
372
|
+
"integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
|
|
373
|
+
"license": "MIT",
|
|
374
|
+
"dependencies": {
|
|
375
|
+
"call-bind-apply-helpers": "^1.0.2",
|
|
376
|
+
"es-define-property": "^1.0.1",
|
|
377
|
+
"es-errors": "^1.3.0",
|
|
378
|
+
"es-object-atoms": "^1.1.1",
|
|
379
|
+
"function-bind": "^1.1.2",
|
|
380
|
+
"get-proto": "^1.0.1",
|
|
381
|
+
"gopd": "^1.2.0",
|
|
382
|
+
"has-symbols": "^1.1.0",
|
|
383
|
+
"hasown": "^2.0.2",
|
|
384
|
+
"math-intrinsics": "^1.1.0"
|
|
385
|
+
},
|
|
386
|
+
"engines": {
|
|
387
|
+
"node": ">= 0.4"
|
|
388
|
+
},
|
|
389
|
+
"funding": {
|
|
390
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
391
|
+
}
|
|
392
|
+
},
|
|
393
|
+
"node_modules/get-proto": {
|
|
394
|
+
"version": "1.0.1",
|
|
395
|
+
"resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
|
|
396
|
+
"integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
|
|
397
|
+
"license": "MIT",
|
|
398
|
+
"dependencies": {
|
|
399
|
+
"dunder-proto": "^1.0.1",
|
|
400
|
+
"es-object-atoms": "^1.0.0"
|
|
401
|
+
},
|
|
402
|
+
"engines": {
|
|
403
|
+
"node": ">= 0.4"
|
|
404
|
+
}
|
|
405
|
+
},
|
|
406
|
+
"node_modules/gopd": {
|
|
407
|
+
"version": "1.2.0",
|
|
408
|
+
"resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
|
|
409
|
+
"integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
|
|
410
|
+
"license": "MIT",
|
|
411
|
+
"engines": {
|
|
412
|
+
"node": ">= 0.4"
|
|
413
|
+
},
|
|
414
|
+
"funding": {
|
|
415
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
416
|
+
}
|
|
417
|
+
},
|
|
418
|
+
"node_modules/has-symbols": {
|
|
419
|
+
"version": "1.1.0",
|
|
420
|
+
"resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
|
|
421
|
+
"integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
|
|
422
|
+
"license": "MIT",
|
|
423
|
+
"engines": {
|
|
424
|
+
"node": ">= 0.4"
|
|
425
|
+
},
|
|
426
|
+
"funding": {
|
|
427
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
428
|
+
}
|
|
429
|
+
},
|
|
430
|
+
"node_modules/has-tostringtag": {
|
|
431
|
+
"version": "1.0.2",
|
|
432
|
+
"resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
|
|
433
|
+
"integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
|
|
434
|
+
"license": "MIT",
|
|
435
|
+
"dependencies": {
|
|
436
|
+
"has-symbols": "^1.0.3"
|
|
437
|
+
},
|
|
438
|
+
"engines": {
|
|
439
|
+
"node": ">= 0.4"
|
|
440
|
+
},
|
|
441
|
+
"funding": {
|
|
442
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
443
|
+
}
|
|
444
|
+
},
|
|
445
|
+
"node_modules/hasown": {
|
|
446
|
+
"version": "2.0.2",
|
|
447
|
+
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
|
|
448
|
+
"integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
|
|
449
|
+
"license": "MIT",
|
|
450
|
+
"dependencies": {
|
|
451
|
+
"function-bind": "^1.1.2"
|
|
452
|
+
},
|
|
453
|
+
"engines": {
|
|
454
|
+
"node": ">= 0.4"
|
|
455
|
+
}
|
|
456
|
+
},
|
|
457
|
+
"node_modules/html-encoding-sniffer": {
|
|
458
|
+
"version": "4.0.0",
|
|
459
|
+
"resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-4.0.0.tgz",
|
|
460
|
+
"integrity": "sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==",
|
|
461
|
+
"license": "MIT",
|
|
462
|
+
"dependencies": {
|
|
463
|
+
"whatwg-encoding": "^3.1.1"
|
|
464
|
+
},
|
|
465
|
+
"engines": {
|
|
466
|
+
"node": ">=18"
|
|
467
|
+
}
|
|
468
|
+
},
|
|
469
|
+
"node_modules/http-proxy-agent": {
|
|
470
|
+
"version": "7.0.2",
|
|
471
|
+
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
|
|
472
|
+
"integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
|
|
473
|
+
"license": "MIT",
|
|
474
|
+
"dependencies": {
|
|
475
|
+
"agent-base": "^7.1.0",
|
|
476
|
+
"debug": "^4.3.4"
|
|
477
|
+
},
|
|
478
|
+
"engines": {
|
|
479
|
+
"node": ">= 14"
|
|
480
|
+
}
|
|
481
|
+
},
|
|
482
|
+
"node_modules/https-proxy-agent": {
|
|
483
|
+
"version": "7.0.6",
|
|
484
|
+
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
|
|
485
|
+
"integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
|
|
486
|
+
"license": "MIT",
|
|
487
|
+
"dependencies": {
|
|
488
|
+
"agent-base": "^7.1.2",
|
|
489
|
+
"debug": "4"
|
|
490
|
+
},
|
|
491
|
+
"engines": {
|
|
492
|
+
"node": ">= 14"
|
|
493
|
+
}
|
|
494
|
+
},
|
|
495
|
+
"node_modules/iconv-lite": {
|
|
496
|
+
"version": "0.6.3",
|
|
497
|
+
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
|
|
498
|
+
"integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
|
|
499
|
+
"license": "MIT",
|
|
500
|
+
"dependencies": {
|
|
501
|
+
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
502
|
+
},
|
|
503
|
+
"engines": {
|
|
504
|
+
"node": ">=0.10.0"
|
|
505
|
+
}
|
|
506
|
+
},
|
|
507
|
+
"node_modules/is-potential-custom-element-name": {
|
|
508
|
+
"version": "1.0.1",
|
|
509
|
+
"resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
|
|
510
|
+
"integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==",
|
|
511
|
+
"license": "MIT"
|
|
512
|
+
},
|
|
513
|
+
"node_modules/jsdom": {
|
|
514
|
+
"version": "25.0.1",
|
|
515
|
+
"resolved": "https://registry.npmjs.org/jsdom/-/jsdom-25.0.1.tgz",
|
|
516
|
+
"integrity": "sha512-8i7LzZj7BF8uplX+ZyOlIz86V6TAsSs+np6m1kpW9u0JWi4z/1t+FzcK1aek+ybTnAC4KhBL4uXCNT0wcUIeCw==",
|
|
517
|
+
"license": "MIT",
|
|
518
|
+
"dependencies": {
|
|
519
|
+
"cssstyle": "^4.1.0",
|
|
520
|
+
"data-urls": "^5.0.0",
|
|
521
|
+
"decimal.js": "^10.4.3",
|
|
522
|
+
"form-data": "^4.0.0",
|
|
523
|
+
"html-encoding-sniffer": "^4.0.0",
|
|
524
|
+
"http-proxy-agent": "^7.0.2",
|
|
525
|
+
"https-proxy-agent": "^7.0.5",
|
|
526
|
+
"is-potential-custom-element-name": "^1.0.1",
|
|
527
|
+
"nwsapi": "^2.2.12",
|
|
528
|
+
"parse5": "^7.1.2",
|
|
529
|
+
"rrweb-cssom": "^0.7.1",
|
|
530
|
+
"saxes": "^6.0.0",
|
|
531
|
+
"symbol-tree": "^3.2.4",
|
|
532
|
+
"tough-cookie": "^5.0.0",
|
|
533
|
+
"w3c-xmlserializer": "^5.0.0",
|
|
534
|
+
"webidl-conversions": "^7.0.0",
|
|
535
|
+
"whatwg-encoding": "^3.1.1",
|
|
536
|
+
"whatwg-mimetype": "^4.0.0",
|
|
537
|
+
"whatwg-url": "^14.0.0",
|
|
538
|
+
"ws": "^8.18.0",
|
|
539
|
+
"xml-name-validator": "^5.0.0"
|
|
540
|
+
},
|
|
541
|
+
"engines": {
|
|
542
|
+
"node": ">=18"
|
|
543
|
+
},
|
|
544
|
+
"peerDependencies": {
|
|
545
|
+
"canvas": "^2.11.2"
|
|
546
|
+
},
|
|
547
|
+
"peerDependenciesMeta": {
|
|
548
|
+
"canvas": {
|
|
549
|
+
"optional": true
|
|
550
|
+
}
|
|
551
|
+
}
|
|
552
|
+
},
|
|
553
|
+
"node_modules/lru-cache": {
|
|
554
|
+
"version": "10.4.3",
|
|
555
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
|
|
556
|
+
"integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
|
|
557
|
+
"license": "ISC"
|
|
558
|
+
},
|
|
559
|
+
"node_modules/math-intrinsics": {
|
|
560
|
+
"version": "1.1.0",
|
|
561
|
+
"resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
|
|
562
|
+
"integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
|
|
563
|
+
"license": "MIT",
|
|
564
|
+
"engines": {
|
|
565
|
+
"node": ">= 0.4"
|
|
566
|
+
}
|
|
567
|
+
},
|
|
568
|
+
"node_modules/mathml-to-latex": {
|
|
569
|
+
"version": "1.5.0",
|
|
570
|
+
"resolved": "https://registry.npmjs.org/mathml-to-latex/-/mathml-to-latex-1.5.0.tgz",
|
|
571
|
+
"integrity": "sha512-rrWn0eEvcEcdMM4xfHcSGIy+i01DX9byOdXTLWg+w1iJ6O6ohP5UXY1dVzNUZLhzfl3EGcRekWLhY7JT5Omaew==",
|
|
572
|
+
"license": "MIT",
|
|
573
|
+
"optional": true,
|
|
574
|
+
"dependencies": {
|
|
575
|
+
"@xmldom/xmldom": "^0.8.10"
|
|
576
|
+
}
|
|
577
|
+
},
|
|
578
|
+
"node_modules/mime-db": {
|
|
579
|
+
"version": "1.52.0",
|
|
580
|
+
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
|
|
581
|
+
"integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
|
|
582
|
+
"license": "MIT",
|
|
583
|
+
"engines": {
|
|
584
|
+
"node": ">= 0.6"
|
|
585
|
+
}
|
|
586
|
+
},
|
|
587
|
+
"node_modules/mime-types": {
|
|
588
|
+
"version": "2.1.35",
|
|
589
|
+
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
|
|
590
|
+
"integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
|
|
591
|
+
"license": "MIT",
|
|
592
|
+
"dependencies": {
|
|
593
|
+
"mime-db": "1.52.0"
|
|
594
|
+
},
|
|
595
|
+
"engines": {
|
|
596
|
+
"node": ">= 0.6"
|
|
597
|
+
}
|
|
598
|
+
},
|
|
599
|
+
"node_modules/ms": {
|
|
600
|
+
"version": "2.1.3",
|
|
601
|
+
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
602
|
+
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
603
|
+
"license": "MIT"
|
|
604
|
+
},
|
|
605
|
+
"node_modules/nwsapi": {
|
|
606
|
+
"version": "2.2.23",
|
|
607
|
+
"resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.23.tgz",
|
|
608
|
+
"integrity": "sha512-7wfH4sLbt4M0gCDzGE6vzQBo0bfTKjU7Sfpqy/7gs1qBfYz2vEJH6vXcBKpO3+6Yu1telwd0t9HpyOoLEQQbIQ==",
|
|
609
|
+
"license": "MIT"
|
|
610
|
+
},
|
|
611
|
+
"node_modules/parse5": {
|
|
612
|
+
"version": "7.3.0",
|
|
613
|
+
"resolved": "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz",
|
|
614
|
+
"integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==",
|
|
615
|
+
"license": "MIT",
|
|
616
|
+
"dependencies": {
|
|
617
|
+
"entities": "^6.0.0"
|
|
618
|
+
},
|
|
619
|
+
"funding": {
|
|
620
|
+
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
|
621
|
+
}
|
|
622
|
+
},
|
|
623
|
+
"node_modules/punycode": {
|
|
624
|
+
"version": "2.3.1",
|
|
625
|
+
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
|
|
626
|
+
"integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
|
|
627
|
+
"license": "MIT",
|
|
628
|
+
"engines": {
|
|
629
|
+
"node": ">=6"
|
|
630
|
+
}
|
|
631
|
+
},
|
|
632
|
+
"node_modules/rrweb-cssom": {
|
|
633
|
+
"version": "0.7.1",
|
|
634
|
+
"resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.7.1.tgz",
|
|
635
|
+
"integrity": "sha512-TrEMa7JGdVm0UThDJSx7ddw5nVm3UJS9o9CCIZ72B1vSyEZoziDqBYP3XIoi/12lKrJR8rE3jeFHMok2F/Mnsg==",
|
|
636
|
+
"license": "MIT"
|
|
637
|
+
},
|
|
638
|
+
"node_modules/safer-buffer": {
|
|
639
|
+
"version": "2.1.2",
|
|
640
|
+
"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
|
641
|
+
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
|
|
642
|
+
"license": "MIT"
|
|
643
|
+
},
|
|
644
|
+
"node_modules/saxes": {
|
|
645
|
+
"version": "6.0.0",
|
|
646
|
+
"resolved": "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz",
|
|
647
|
+
"integrity": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==",
|
|
648
|
+
"license": "ISC",
|
|
649
|
+
"dependencies": {
|
|
650
|
+
"xmlchars": "^2.2.0"
|
|
651
|
+
},
|
|
652
|
+
"engines": {
|
|
653
|
+
"node": ">=v12.22.7"
|
|
654
|
+
}
|
|
655
|
+
},
|
|
656
|
+
"node_modules/symbol-tree": {
|
|
657
|
+
"version": "3.2.4",
|
|
658
|
+
"resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
|
|
659
|
+
"integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==",
|
|
660
|
+
"license": "MIT"
|
|
661
|
+
},
|
|
662
|
+
"node_modules/temml": {
|
|
663
|
+
"version": "0.11.11",
|
|
664
|
+
"resolved": "https://registry.npmjs.org/temml/-/temml-0.11.11.tgz",
|
|
665
|
+
"integrity": "sha512-Z/Ihgwad+ges0ez6+KmKWZ3o4BYbP6aZ/cU94cVtN+DwxwqxjHgcF4Z6cb9jLkKN+aU7uni165HsIxLHs5/TqA==",
|
|
666
|
+
"license": "MIT",
|
|
667
|
+
"optional": true,
|
|
668
|
+
"engines": {
|
|
669
|
+
"node": ">=18.13.0"
|
|
670
|
+
}
|
|
671
|
+
},
|
|
672
|
+
"node_modules/tldts": {
|
|
673
|
+
"version": "6.1.86",
|
|
674
|
+
"resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.86.tgz",
|
|
675
|
+
"integrity": "sha512-WMi/OQ2axVTf/ykqCQgXiIct+mSQDFdH2fkwhPwgEwvJ1kSzZRiinb0zF2Xb8u4+OqPChmyI6MEu4EezNJz+FQ==",
|
|
676
|
+
"license": "MIT",
|
|
677
|
+
"dependencies": {
|
|
678
|
+
"tldts-core": "^6.1.86"
|
|
679
|
+
},
|
|
680
|
+
"bin": {
|
|
681
|
+
"tldts": "bin/cli.js"
|
|
682
|
+
}
|
|
683
|
+
},
|
|
684
|
+
"node_modules/tldts-core": {
|
|
685
|
+
"version": "6.1.86",
|
|
686
|
+
"resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.86.tgz",
|
|
687
|
+
"integrity": "sha512-Je6p7pkk+KMzMv2XXKmAE3McmolOQFdxkKw0R8EYNr7sELW46JqnNeTX8ybPiQgvg1ymCoF8LXs5fzFaZvJPTA==",
|
|
688
|
+
"license": "MIT"
|
|
689
|
+
},
|
|
690
|
+
"node_modules/tough-cookie": {
|
|
691
|
+
"version": "5.1.2",
|
|
692
|
+
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-5.1.2.tgz",
|
|
693
|
+
"integrity": "sha512-FVDYdxtnj0G6Qm/DhNPSb8Ju59ULcup3tuJxkFb5K8Bv2pUXILbf0xZWU8PX8Ov19OXljbUyveOFwRMwkXzO+A==",
|
|
694
|
+
"license": "BSD-3-Clause",
|
|
695
|
+
"dependencies": {
|
|
696
|
+
"tldts": "^6.1.32"
|
|
697
|
+
},
|
|
698
|
+
"engines": {
|
|
699
|
+
"node": ">=16"
|
|
700
|
+
}
|
|
701
|
+
},
|
|
702
|
+
"node_modules/tr46": {
|
|
703
|
+
"version": "5.1.1",
|
|
704
|
+
"resolved": "https://registry.npmjs.org/tr46/-/tr46-5.1.1.tgz",
|
|
705
|
+
"integrity": "sha512-hdF5ZgjTqgAntKkklYw0R03MG2x/bSzTtkxmIRw/sTNV8YXsCJ1tfLAX23lhxhHJlEf3CRCOCGGWw3vI3GaSPw==",
|
|
706
|
+
"license": "MIT",
|
|
707
|
+
"dependencies": {
|
|
708
|
+
"punycode": "^2.3.1"
|
|
709
|
+
},
|
|
710
|
+
"engines": {
|
|
711
|
+
"node": ">=18"
|
|
712
|
+
}
|
|
713
|
+
},
|
|
714
|
+
"node_modules/turndown": {
|
|
715
|
+
"version": "7.2.2",
|
|
716
|
+
"resolved": "https://registry.npmjs.org/turndown/-/turndown-7.2.2.tgz",
|
|
717
|
+
"integrity": "sha512-1F7db8BiExOKxjSMU2b7if62D/XOyQyZbPKq/nUwopfgnHlqXHqQ0lvfUTeUIr1lZJzOPFn43dODyMSIfvWRKQ==",
|
|
718
|
+
"license": "MIT",
|
|
719
|
+
"optional": true,
|
|
720
|
+
"dependencies": {
|
|
721
|
+
"@mixmark-io/domino": "^2.2.0"
|
|
722
|
+
}
|
|
723
|
+
},
|
|
724
|
+
"node_modules/w3c-xmlserializer": {
|
|
725
|
+
"version": "5.0.0",
|
|
726
|
+
"resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz",
|
|
727
|
+
"integrity": "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==",
|
|
728
|
+
"license": "MIT",
|
|
729
|
+
"dependencies": {
|
|
730
|
+
"xml-name-validator": "^5.0.0"
|
|
731
|
+
},
|
|
732
|
+
"engines": {
|
|
733
|
+
"node": ">=18"
|
|
734
|
+
}
|
|
735
|
+
},
|
|
736
|
+
"node_modules/webidl-conversions": {
|
|
737
|
+
"version": "7.0.0",
|
|
738
|
+
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
|
|
739
|
+
"integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==",
|
|
740
|
+
"license": "BSD-2-Clause",
|
|
741
|
+
"engines": {
|
|
742
|
+
"node": ">=12"
|
|
743
|
+
}
|
|
744
|
+
},
|
|
745
|
+
"node_modules/whatwg-encoding": {
|
|
746
|
+
"version": "3.1.1",
|
|
747
|
+
"resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz",
|
|
748
|
+
"integrity": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==",
|
|
749
|
+
"deprecated": "Use @exodus/bytes instead for a more spec-conformant and faster implementation",
|
|
750
|
+
"license": "MIT",
|
|
751
|
+
"dependencies": {
|
|
752
|
+
"iconv-lite": "0.6.3"
|
|
753
|
+
},
|
|
754
|
+
"engines": {
|
|
755
|
+
"node": ">=18"
|
|
756
|
+
}
|
|
757
|
+
},
|
|
758
|
+
"node_modules/whatwg-mimetype": {
|
|
759
|
+
"version": "4.0.0",
|
|
760
|
+
"resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz",
|
|
761
|
+
"integrity": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==",
|
|
762
|
+
"license": "MIT",
|
|
763
|
+
"engines": {
|
|
764
|
+
"node": ">=18"
|
|
765
|
+
}
|
|
766
|
+
},
|
|
767
|
+
"node_modules/whatwg-url": {
|
|
768
|
+
"version": "14.2.0",
|
|
769
|
+
"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.2.0.tgz",
|
|
770
|
+
"integrity": "sha512-De72GdQZzNTUBBChsXueQUnPKDkg/5A5zp7pFDuQAj5UFoENpiACU0wlCvzpAGnTkj++ihpKwKyYewn/XNUbKw==",
|
|
771
|
+
"license": "MIT",
|
|
772
|
+
"dependencies": {
|
|
773
|
+
"tr46": "^5.1.0",
|
|
774
|
+
"webidl-conversions": "^7.0.0"
|
|
775
|
+
},
|
|
776
|
+
"engines": {
|
|
777
|
+
"node": ">=18"
|
|
778
|
+
}
|
|
779
|
+
},
|
|
780
|
+
"node_modules/ws": {
|
|
781
|
+
"version": "8.19.0",
|
|
782
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.19.0.tgz",
|
|
783
|
+
"integrity": "sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==",
|
|
784
|
+
"license": "MIT",
|
|
785
|
+
"engines": {
|
|
786
|
+
"node": ">=10.0.0"
|
|
787
|
+
},
|
|
788
|
+
"peerDependencies": {
|
|
789
|
+
"bufferutil": "^4.0.1",
|
|
790
|
+
"utf-8-validate": ">=5.0.2"
|
|
791
|
+
},
|
|
792
|
+
"peerDependenciesMeta": {
|
|
793
|
+
"bufferutil": {
|
|
794
|
+
"optional": true
|
|
795
|
+
},
|
|
796
|
+
"utf-8-validate": {
|
|
797
|
+
"optional": true
|
|
798
|
+
}
|
|
799
|
+
}
|
|
800
|
+
},
|
|
801
|
+
"node_modules/xml-name-validator": {
|
|
802
|
+
"version": "5.0.0",
|
|
803
|
+
"resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-5.0.0.tgz",
|
|
804
|
+
"integrity": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==",
|
|
805
|
+
"license": "Apache-2.0",
|
|
806
|
+
"engines": {
|
|
807
|
+
"node": ">=18"
|
|
808
|
+
}
|
|
809
|
+
},
|
|
810
|
+
"node_modules/xmlchars": {
|
|
811
|
+
"version": "2.2.0",
|
|
812
|
+
"resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
|
|
813
|
+
"integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",
|
|
814
|
+
"license": "MIT"
|
|
815
|
+
}
|
|
816
|
+
}
|
|
817
|
+
}
|