thepopebot 1.2.74 → 1.2.75-beta.2
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/README.md +11 -0
- package/api/CLAUDE.md +2 -0
- package/api/index.js +95 -3
- package/bin/cli.js +1 -1
- package/bin/managed-paths.js +1 -1
- package/bin/sync.js +7 -2
- package/config/instrumentation.js +4 -0
- package/lib/chat/actions.js +4 -4
- package/lib/chat/components/chat-input.js +2 -2
- package/lib/chat/components/chat-input.jsx +2 -2
- package/lib/chat/components/settings-chat-page.js +41 -37
- package/lib/chat/components/settings-chat-page.jsx +39 -37
- package/lib/chat/components/settings-jobs-page.js +68 -10
- package/lib/chat/components/settings-jobs-page.jsx +99 -34
- package/lib/code/code-page.js +2 -1
- package/lib/code/code-page.jsx +2 -1
- package/lib/code/terminal-view.js +6 -3
- package/lib/code/terminal-view.jsx +6 -3
- package/lib/db/api-keys.js +35 -2
- package/lib/db/config.js +40 -4
- package/lib/maintenance.js +35 -0
- package/lib/oauth/helper.js +34 -0
- package/lib/tools/create-agent-job.js +3 -0
- package/lib/tools/docker.js +12 -5
- package/package.json +3 -2
- package/templates/docker-compose.custom.yml +1 -0
- package/templates/docker-compose.litellm.yml +1 -0
- package/templates/docker-compose.yml +2 -0
- package/templates/skills/agent-job-secrets/SKILL.md +25 -0
- package/templates/skills/agent-job-secrets/agent-job-secrets.js +66 -0
- package/templates/skills/playwright-cli/SKILL.md +294 -0
- package/templates/skills/brave-search/SKILL.md +0 -79
- package/templates/skills/brave-search/content.js +0 -86
- package/templates/skills/brave-search/package-lock.json +0 -621
- package/templates/skills/brave-search/package.json +0 -14
- package/templates/skills/brave-search/search.js +0 -199
- package/templates/skills/browser-tools/SKILL.md +0 -196
- package/templates/skills/browser-tools/browser-content.js +0 -103
- package/templates/skills/browser-tools/browser-cookies.js +0 -35
- package/templates/skills/browser-tools/browser-eval.js +0 -53
- package/templates/skills/browser-tools/browser-hn-scraper.js +0 -108
- package/templates/skills/browser-tools/browser-nav.js +0 -44
- package/templates/skills/browser-tools/browser-pick.js +0 -162
- package/templates/skills/browser-tools/browser-screenshot.js +0 -34
- package/templates/skills/browser-tools/browser-start.js +0 -87
- package/templates/skills/browser-tools/package-lock.json +0 -2556
- package/templates/skills/browser-tools/package.json +0 -19
- package/templates/skills/get-secret/SKILL.md +0 -34
- package/templates/skills/get-secret/get-secret.js +0 -33
- package/templates/skills/google-docs/SKILL.md +0 -23
- package/templates/skills/google-docs/create.sh +0 -69
- package/templates/skills/google-drive/SKILL.md +0 -47
- package/templates/skills/google-drive/delete.sh +0 -47
- package/templates/skills/google-drive/download.sh +0 -50
- package/templates/skills/google-drive/list.sh +0 -41
- package/templates/skills/google-drive/upload.sh +0 -76
- package/templates/skills/kie-ai/SKILL.md +0 -38
- package/templates/skills/kie-ai/generate-image.sh +0 -77
- package/templates/skills/kie-ai/generate-video.sh +0 -69
- package/templates/skills/youtube-transcript/SKILL.md +0 -41
- package/templates/skills/youtube-transcript/package-lock.json +0 -24
- package/templates/skills/youtube-transcript/package.json +0 -8
- package/templates/skills/youtube-transcript/transcript.js +0 -84
|
@@ -1,621 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "brave-search",
|
|
3
|
-
"version": "1.0.0",
|
|
4
|
-
"lockfileVersion": 3,
|
|
5
|
-
"requires": true,
|
|
6
|
-
"packages": {
|
|
7
|
-
"": {
|
|
8
|
-
"name": "brave-search",
|
|
9
|
-
"version": "1.0.0",
|
|
10
|
-
"license": "MIT",
|
|
11
|
-
"dependencies": {
|
|
12
|
-
"@mozilla/readability": "^0.6.0",
|
|
13
|
-
"jsdom": "^27.0.1",
|
|
14
|
-
"turndown": "^7.2.2",
|
|
15
|
-
"turndown-plugin-gfm": "^1.0.2"
|
|
16
|
-
}
|
|
17
|
-
},
|
|
18
|
-
"node_modules/@asamuzakjp/css-color": {
|
|
19
|
-
"version": "4.1.0",
|
|
20
|
-
"resolved": "https://registry.npmjs.org/@asamuzakjp/css-color/-/css-color-4.1.0.tgz",
|
|
21
|
-
"integrity": "sha512-9xiBAtLn4aNsa4mDnpovJvBn72tNEIACyvlqaNJ+ADemR+yeMJWnBudOi2qGDviJa7SwcDOU/TRh5dnET7qk0w==",
|
|
22
|
-
"license": "MIT",
|
|
23
|
-
"dependencies": {
|
|
24
|
-
"@csstools/css-calc": "^2.1.4",
|
|
25
|
-
"@csstools/css-color-parser": "^3.1.0",
|
|
26
|
-
"@csstools/css-parser-algorithms": "^3.0.5",
|
|
27
|
-
"@csstools/css-tokenizer": "^3.0.4",
|
|
28
|
-
"lru-cache": "^11.2.2"
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
"node_modules/@asamuzakjp/dom-selector": {
|
|
32
|
-
"version": "6.7.5",
|
|
33
|
-
"resolved": "https://registry.npmjs.org/@asamuzakjp/dom-selector/-/dom-selector-6.7.5.tgz",
|
|
34
|
-
"integrity": "sha512-Eks6dY8zau4m4wNRQjRVaKQRTalNcPcBvU1ZQ35w5kKRk1gUeNCkVLsRiATurjASTp3TKM4H10wsI50nx3NZdw==",
|
|
35
|
-
"license": "MIT",
|
|
36
|
-
"dependencies": {
|
|
37
|
-
"@asamuzakjp/nwsapi": "^2.3.9",
|
|
38
|
-
"bidi-js": "^1.0.3",
|
|
39
|
-
"css-tree": "^3.1.0",
|
|
40
|
-
"is-potential-custom-element-name": "^1.0.1",
|
|
41
|
-
"lru-cache": "^11.2.2"
|
|
42
|
-
}
|
|
43
|
-
},
|
|
44
|
-
"node_modules/@asamuzakjp/nwsapi": {
|
|
45
|
-
"version": "2.3.9",
|
|
46
|
-
"resolved": "https://registry.npmjs.org/@asamuzakjp/nwsapi/-/nwsapi-2.3.9.tgz",
|
|
47
|
-
"integrity": "sha512-n8GuYSrI9bF7FFZ/SjhwevlHc8xaVlb/7HmHelnc/PZXBD2ZR49NnN9sMMuDdEGPeeRQ5d0hqlSlEpgCX3Wl0Q==",
|
|
48
|
-
"license": "MIT"
|
|
49
|
-
},
|
|
50
|
-
"node_modules/@csstools/color-helpers": {
|
|
51
|
-
"version": "5.1.0",
|
|
52
|
-
"resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-5.1.0.tgz",
|
|
53
|
-
"integrity": "sha512-S11EXWJyy0Mz5SYvRmY8nJYTFFd1LCNV+7cXyAgQtOOuzb4EsgfqDufL+9esx72/eLhsRdGZwaldu/h+E4t4BA==",
|
|
54
|
-
"funding": [
|
|
55
|
-
{
|
|
56
|
-
"type": "github",
|
|
57
|
-
"url": "https://github.com/sponsors/csstools"
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"type": "opencollective",
|
|
61
|
-
"url": "https://opencollective.com/csstools"
|
|
62
|
-
}
|
|
63
|
-
],
|
|
64
|
-
"license": "MIT-0",
|
|
65
|
-
"engines": {
|
|
66
|
-
"node": ">=18"
|
|
67
|
-
}
|
|
68
|
-
},
|
|
69
|
-
"node_modules/@csstools/css-calc": {
|
|
70
|
-
"version": "2.1.4",
|
|
71
|
-
"resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-2.1.4.tgz",
|
|
72
|
-
"integrity": "sha512-3N8oaj+0juUw/1H3YwmDDJXCgTB1gKU6Hc/bB502u9zR0q2vd786XJH9QfrKIEgFlZmhZiq6epXl4rHqhzsIgQ==",
|
|
73
|
-
"funding": [
|
|
74
|
-
{
|
|
75
|
-
"type": "github",
|
|
76
|
-
"url": "https://github.com/sponsors/csstools"
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
"type": "opencollective",
|
|
80
|
-
"url": "https://opencollective.com/csstools"
|
|
81
|
-
}
|
|
82
|
-
],
|
|
83
|
-
"license": "MIT",
|
|
84
|
-
"engines": {
|
|
85
|
-
"node": ">=18"
|
|
86
|
-
},
|
|
87
|
-
"peerDependencies": {
|
|
88
|
-
"@csstools/css-parser-algorithms": "^3.0.5",
|
|
89
|
-
"@csstools/css-tokenizer": "^3.0.4"
|
|
90
|
-
}
|
|
91
|
-
},
|
|
92
|
-
"node_modules/@csstools/css-color-parser": {
|
|
93
|
-
"version": "3.1.0",
|
|
94
|
-
"resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-3.1.0.tgz",
|
|
95
|
-
"integrity": "sha512-nbtKwh3a6xNVIp/VRuXV64yTKnb1IjTAEEh3irzS+HkKjAOYLTGNb9pmVNntZ8iVBHcWDA2Dof0QtPgFI1BaTA==",
|
|
96
|
-
"funding": [
|
|
97
|
-
{
|
|
98
|
-
"type": "github",
|
|
99
|
-
"url": "https://github.com/sponsors/csstools"
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
"type": "opencollective",
|
|
103
|
-
"url": "https://opencollective.com/csstools"
|
|
104
|
-
}
|
|
105
|
-
],
|
|
106
|
-
"license": "MIT",
|
|
107
|
-
"dependencies": {
|
|
108
|
-
"@csstools/color-helpers": "^5.1.0",
|
|
109
|
-
"@csstools/css-calc": "^2.1.4"
|
|
110
|
-
},
|
|
111
|
-
"engines": {
|
|
112
|
-
"node": ">=18"
|
|
113
|
-
},
|
|
114
|
-
"peerDependencies": {
|
|
115
|
-
"@csstools/css-parser-algorithms": "^3.0.5",
|
|
116
|
-
"@csstools/css-tokenizer": "^3.0.4"
|
|
117
|
-
}
|
|
118
|
-
},
|
|
119
|
-
"node_modules/@csstools/css-parser-algorithms": {
|
|
120
|
-
"version": "3.0.5",
|
|
121
|
-
"resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.5.tgz",
|
|
122
|
-
"integrity": "sha512-DaDeUkXZKjdGhgYaHNJTV9pV7Y9B3b644jCLs9Upc3VeNGg6LWARAT6O+Q+/COo+2gg/bM5rhpMAtf70WqfBdQ==",
|
|
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
|
-
"peerDependencies": {
|
|
138
|
-
"@csstools/css-tokenizer": "^3.0.4"
|
|
139
|
-
}
|
|
140
|
-
},
|
|
141
|
-
"node_modules/@csstools/css-syntax-patches-for-csstree": {
|
|
142
|
-
"version": "1.0.20",
|
|
143
|
-
"resolved": "https://registry.npmjs.org/@csstools/css-syntax-patches-for-csstree/-/css-syntax-patches-for-csstree-1.0.20.tgz",
|
|
144
|
-
"integrity": "sha512-8BHsjXfSciZxjmHQOuVdW2b8WLUPts9a+mfL13/PzEviufUEW2xnvQuOlKs9dRBHgRqJ53SF/DUoK9+MZk72oQ==",
|
|
145
|
-
"funding": [
|
|
146
|
-
{
|
|
147
|
-
"type": "github",
|
|
148
|
-
"url": "https://github.com/sponsors/csstools"
|
|
149
|
-
},
|
|
150
|
-
{
|
|
151
|
-
"type": "opencollective",
|
|
152
|
-
"url": "https://opencollective.com/csstools"
|
|
153
|
-
}
|
|
154
|
-
],
|
|
155
|
-
"license": "MIT-0",
|
|
156
|
-
"engines": {
|
|
157
|
-
"node": ">=18"
|
|
158
|
-
}
|
|
159
|
-
},
|
|
160
|
-
"node_modules/@csstools/css-tokenizer": {
|
|
161
|
-
"version": "3.0.4",
|
|
162
|
-
"resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.4.tgz",
|
|
163
|
-
"integrity": "sha512-Vd/9EVDiu6PPJt9yAh6roZP6El1xHrdvIVGjyBsHR0RYwNHgL7FJPyIIW4fANJNG6FtyZfvlRPpFI4ZM/lubvw==",
|
|
164
|
-
"funding": [
|
|
165
|
-
{
|
|
166
|
-
"type": "github",
|
|
167
|
-
"url": "https://github.com/sponsors/csstools"
|
|
168
|
-
},
|
|
169
|
-
{
|
|
170
|
-
"type": "opencollective",
|
|
171
|
-
"url": "https://opencollective.com/csstools"
|
|
172
|
-
}
|
|
173
|
-
],
|
|
174
|
-
"license": "MIT",
|
|
175
|
-
"engines": {
|
|
176
|
-
"node": ">=18"
|
|
177
|
-
}
|
|
178
|
-
},
|
|
179
|
-
"node_modules/@mixmark-io/domino": {
|
|
180
|
-
"version": "2.2.0",
|
|
181
|
-
"resolved": "https://registry.npmjs.org/@mixmark-io/domino/-/domino-2.2.0.tgz",
|
|
182
|
-
"integrity": "sha512-Y28PR25bHXUg88kCV7nivXrP2Nj2RueZ3/l/jdx6J9f8J4nsEGcgX0Qe6lt7Pa+J79+kPiJU3LguR6O/6zrLOw==",
|
|
183
|
-
"license": "BSD-2-Clause"
|
|
184
|
-
},
|
|
185
|
-
"node_modules/@mozilla/readability": {
|
|
186
|
-
"version": "0.6.0",
|
|
187
|
-
"resolved": "https://registry.npmjs.org/@mozilla/readability/-/readability-0.6.0.tgz",
|
|
188
|
-
"integrity": "sha512-juG5VWh4qAivzTAeMzvY9xs9HY5rAcr2E4I7tiSSCokRFi7XIZCAu92ZkSTsIj1OPceCifL3cpfteP3pDT9/QQ==",
|
|
189
|
-
"license": "Apache-2.0",
|
|
190
|
-
"engines": {
|
|
191
|
-
"node": ">=14.0.0"
|
|
192
|
-
}
|
|
193
|
-
},
|
|
194
|
-
"node_modules/agent-base": {
|
|
195
|
-
"version": "7.1.4",
|
|
196
|
-
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
|
|
197
|
-
"integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
|
|
198
|
-
"license": "MIT",
|
|
199
|
-
"engines": {
|
|
200
|
-
"node": ">= 14"
|
|
201
|
-
}
|
|
202
|
-
},
|
|
203
|
-
"node_modules/bidi-js": {
|
|
204
|
-
"version": "1.0.3",
|
|
205
|
-
"resolved": "https://registry.npmjs.org/bidi-js/-/bidi-js-1.0.3.tgz",
|
|
206
|
-
"integrity": "sha512-RKshQI1R3YQ+n9YJz2QQ147P66ELpa1FQEg20Dk8oW9t2KgLbpDLLp9aGZ7y8WHSshDknG0bknqGw5/tyCs5tw==",
|
|
207
|
-
"license": "MIT",
|
|
208
|
-
"dependencies": {
|
|
209
|
-
"require-from-string": "^2.0.2"
|
|
210
|
-
}
|
|
211
|
-
},
|
|
212
|
-
"node_modules/css-tree": {
|
|
213
|
-
"version": "3.1.0",
|
|
214
|
-
"resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.1.0.tgz",
|
|
215
|
-
"integrity": "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==",
|
|
216
|
-
"license": "MIT",
|
|
217
|
-
"dependencies": {
|
|
218
|
-
"mdn-data": "2.12.2",
|
|
219
|
-
"source-map-js": "^1.0.1"
|
|
220
|
-
},
|
|
221
|
-
"engines": {
|
|
222
|
-
"node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
|
|
223
|
-
}
|
|
224
|
-
},
|
|
225
|
-
"node_modules/cssstyle": {
|
|
226
|
-
"version": "5.3.3",
|
|
227
|
-
"resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-5.3.3.tgz",
|
|
228
|
-
"integrity": "sha512-OytmFH+13/QXONJcC75QNdMtKpceNk3u8ThBjyyYjkEcy/ekBwR1mMAuNvi3gdBPW3N5TlCzQ0WZw8H0lN/bDw==",
|
|
229
|
-
"license": "MIT",
|
|
230
|
-
"dependencies": {
|
|
231
|
-
"@asamuzakjp/css-color": "^4.0.3",
|
|
232
|
-
"@csstools/css-syntax-patches-for-csstree": "^1.0.14",
|
|
233
|
-
"css-tree": "^3.1.0"
|
|
234
|
-
},
|
|
235
|
-
"engines": {
|
|
236
|
-
"node": ">=20"
|
|
237
|
-
}
|
|
238
|
-
},
|
|
239
|
-
"node_modules/data-urls": {
|
|
240
|
-
"version": "6.0.0",
|
|
241
|
-
"resolved": "https://registry.npmjs.org/data-urls/-/data-urls-6.0.0.tgz",
|
|
242
|
-
"integrity": "sha512-BnBS08aLUM+DKamupXs3w2tJJoqU+AkaE/+6vQxi/G/DPmIZFJJp9Dkb1kM03AZx8ADehDUZgsNxju3mPXZYIA==",
|
|
243
|
-
"license": "MIT",
|
|
244
|
-
"dependencies": {
|
|
245
|
-
"whatwg-mimetype": "^4.0.0",
|
|
246
|
-
"whatwg-url": "^15.0.0"
|
|
247
|
-
},
|
|
248
|
-
"engines": {
|
|
249
|
-
"node": ">=20"
|
|
250
|
-
}
|
|
251
|
-
},
|
|
252
|
-
"node_modules/debug": {
|
|
253
|
-
"version": "4.4.3",
|
|
254
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
|
|
255
|
-
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
|
|
256
|
-
"license": "MIT",
|
|
257
|
-
"dependencies": {
|
|
258
|
-
"ms": "^2.1.3"
|
|
259
|
-
},
|
|
260
|
-
"engines": {
|
|
261
|
-
"node": ">=6.0"
|
|
262
|
-
},
|
|
263
|
-
"peerDependenciesMeta": {
|
|
264
|
-
"supports-color": {
|
|
265
|
-
"optional": true
|
|
266
|
-
}
|
|
267
|
-
}
|
|
268
|
-
},
|
|
269
|
-
"node_modules/decimal.js": {
|
|
270
|
-
"version": "10.6.0",
|
|
271
|
-
"resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.6.0.tgz",
|
|
272
|
-
"integrity": "sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==",
|
|
273
|
-
"license": "MIT"
|
|
274
|
-
},
|
|
275
|
-
"node_modules/entities": {
|
|
276
|
-
"version": "6.0.1",
|
|
277
|
-
"resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz",
|
|
278
|
-
"integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
|
|
279
|
-
"license": "BSD-2-Clause",
|
|
280
|
-
"engines": {
|
|
281
|
-
"node": ">=0.12"
|
|
282
|
-
},
|
|
283
|
-
"funding": {
|
|
284
|
-
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
285
|
-
}
|
|
286
|
-
},
|
|
287
|
-
"node_modules/html-encoding-sniffer": {
|
|
288
|
-
"version": "4.0.0",
|
|
289
|
-
"resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-4.0.0.tgz",
|
|
290
|
-
"integrity": "sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==",
|
|
291
|
-
"license": "MIT",
|
|
292
|
-
"dependencies": {
|
|
293
|
-
"whatwg-encoding": "^3.1.1"
|
|
294
|
-
},
|
|
295
|
-
"engines": {
|
|
296
|
-
"node": ">=18"
|
|
297
|
-
}
|
|
298
|
-
},
|
|
299
|
-
"node_modules/http-proxy-agent": {
|
|
300
|
-
"version": "7.0.2",
|
|
301
|
-
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
|
|
302
|
-
"integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
|
|
303
|
-
"license": "MIT",
|
|
304
|
-
"dependencies": {
|
|
305
|
-
"agent-base": "^7.1.0",
|
|
306
|
-
"debug": "^4.3.4"
|
|
307
|
-
},
|
|
308
|
-
"engines": {
|
|
309
|
-
"node": ">= 14"
|
|
310
|
-
}
|
|
311
|
-
},
|
|
312
|
-
"node_modules/https-proxy-agent": {
|
|
313
|
-
"version": "7.0.6",
|
|
314
|
-
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
|
|
315
|
-
"integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
|
|
316
|
-
"license": "MIT",
|
|
317
|
-
"dependencies": {
|
|
318
|
-
"agent-base": "^7.1.2",
|
|
319
|
-
"debug": "4"
|
|
320
|
-
},
|
|
321
|
-
"engines": {
|
|
322
|
-
"node": ">= 14"
|
|
323
|
-
}
|
|
324
|
-
},
|
|
325
|
-
"node_modules/iconv-lite": {
|
|
326
|
-
"version": "0.6.3",
|
|
327
|
-
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
|
|
328
|
-
"integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
|
|
329
|
-
"license": "MIT",
|
|
330
|
-
"dependencies": {
|
|
331
|
-
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
332
|
-
},
|
|
333
|
-
"engines": {
|
|
334
|
-
"node": ">=0.10.0"
|
|
335
|
-
}
|
|
336
|
-
},
|
|
337
|
-
"node_modules/is-potential-custom-element-name": {
|
|
338
|
-
"version": "1.0.1",
|
|
339
|
-
"resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
|
|
340
|
-
"integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==",
|
|
341
|
-
"license": "MIT"
|
|
342
|
-
},
|
|
343
|
-
"node_modules/jsdom": {
|
|
344
|
-
"version": "27.0.1",
|
|
345
|
-
"resolved": "https://registry.npmjs.org/jsdom/-/jsdom-27.0.1.tgz",
|
|
346
|
-
"integrity": "sha512-SNSQteBL1IlV2zqhwwolaG9CwhIhTvVHWg3kTss/cLE7H/X4644mtPQqYvCfsSrGQWt9hSZcgOXX8bOZaMN+kA==",
|
|
347
|
-
"license": "MIT",
|
|
348
|
-
"dependencies": {
|
|
349
|
-
"@asamuzakjp/dom-selector": "^6.7.2",
|
|
350
|
-
"cssstyle": "^5.3.1",
|
|
351
|
-
"data-urls": "^6.0.0",
|
|
352
|
-
"decimal.js": "^10.6.0",
|
|
353
|
-
"html-encoding-sniffer": "^4.0.0",
|
|
354
|
-
"http-proxy-agent": "^7.0.2",
|
|
355
|
-
"https-proxy-agent": "^7.0.6",
|
|
356
|
-
"is-potential-custom-element-name": "^1.0.1",
|
|
357
|
-
"parse5": "^8.0.0",
|
|
358
|
-
"rrweb-cssom": "^0.8.0",
|
|
359
|
-
"saxes": "^6.0.0",
|
|
360
|
-
"symbol-tree": "^3.2.4",
|
|
361
|
-
"tough-cookie": "^6.0.0",
|
|
362
|
-
"w3c-xmlserializer": "^5.0.0",
|
|
363
|
-
"webidl-conversions": "^8.0.0",
|
|
364
|
-
"whatwg-encoding": "^3.1.1",
|
|
365
|
-
"whatwg-mimetype": "^4.0.0",
|
|
366
|
-
"whatwg-url": "^15.1.0",
|
|
367
|
-
"ws": "^8.18.3",
|
|
368
|
-
"xml-name-validator": "^5.0.0"
|
|
369
|
-
},
|
|
370
|
-
"engines": {
|
|
371
|
-
"node": ">=20"
|
|
372
|
-
},
|
|
373
|
-
"peerDependencies": {
|
|
374
|
-
"canvas": "^3.0.0"
|
|
375
|
-
},
|
|
376
|
-
"peerDependenciesMeta": {
|
|
377
|
-
"canvas": {
|
|
378
|
-
"optional": true
|
|
379
|
-
}
|
|
380
|
-
}
|
|
381
|
-
},
|
|
382
|
-
"node_modules/lru-cache": {
|
|
383
|
-
"version": "11.2.4",
|
|
384
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.4.tgz",
|
|
385
|
-
"integrity": "sha512-B5Y16Jr9LB9dHVkh6ZevG+vAbOsNOYCX+sXvFWFu7B3Iz5mijW3zdbMyhsh8ANd2mSWBYdJgnqi+mL7/LrOPYg==",
|
|
386
|
-
"license": "BlueOak-1.0.0",
|
|
387
|
-
"engines": {
|
|
388
|
-
"node": "20 || >=22"
|
|
389
|
-
}
|
|
390
|
-
},
|
|
391
|
-
"node_modules/mdn-data": {
|
|
392
|
-
"version": "2.12.2",
|
|
393
|
-
"resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.12.2.tgz",
|
|
394
|
-
"integrity": "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==",
|
|
395
|
-
"license": "CC0-1.0"
|
|
396
|
-
},
|
|
397
|
-
"node_modules/ms": {
|
|
398
|
-
"version": "2.1.3",
|
|
399
|
-
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
400
|
-
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
401
|
-
"license": "MIT"
|
|
402
|
-
},
|
|
403
|
-
"node_modules/parse5": {
|
|
404
|
-
"version": "8.0.0",
|
|
405
|
-
"resolved": "https://registry.npmjs.org/parse5/-/parse5-8.0.0.tgz",
|
|
406
|
-
"integrity": "sha512-9m4m5GSgXjL4AjumKzq1Fgfp3Z8rsvjRNbnkVwfu2ImRqE5D0LnY2QfDen18FSY9C573YU5XxSapdHZTZ2WolA==",
|
|
407
|
-
"license": "MIT",
|
|
408
|
-
"dependencies": {
|
|
409
|
-
"entities": "^6.0.0"
|
|
410
|
-
},
|
|
411
|
-
"funding": {
|
|
412
|
-
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
|
413
|
-
}
|
|
414
|
-
},
|
|
415
|
-
"node_modules/punycode": {
|
|
416
|
-
"version": "2.3.1",
|
|
417
|
-
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
|
|
418
|
-
"integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
|
|
419
|
-
"license": "MIT",
|
|
420
|
-
"engines": {
|
|
421
|
-
"node": ">=6"
|
|
422
|
-
}
|
|
423
|
-
},
|
|
424
|
-
"node_modules/require-from-string": {
|
|
425
|
-
"version": "2.0.2",
|
|
426
|
-
"resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
|
|
427
|
-
"integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
|
|
428
|
-
"license": "MIT",
|
|
429
|
-
"engines": {
|
|
430
|
-
"node": ">=0.10.0"
|
|
431
|
-
}
|
|
432
|
-
},
|
|
433
|
-
"node_modules/rrweb-cssom": {
|
|
434
|
-
"version": "0.8.0",
|
|
435
|
-
"resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.8.0.tgz",
|
|
436
|
-
"integrity": "sha512-guoltQEx+9aMf2gDZ0s62EcV8lsXR+0w8915TC3ITdn2YueuNjdAYh/levpU9nFaoChh9RUS5ZdQMrKfVEN9tw==",
|
|
437
|
-
"license": "MIT"
|
|
438
|
-
},
|
|
439
|
-
"node_modules/safer-buffer": {
|
|
440
|
-
"version": "2.1.2",
|
|
441
|
-
"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
|
442
|
-
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
|
|
443
|
-
"license": "MIT"
|
|
444
|
-
},
|
|
445
|
-
"node_modules/saxes": {
|
|
446
|
-
"version": "6.0.0",
|
|
447
|
-
"resolved": "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz",
|
|
448
|
-
"integrity": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==",
|
|
449
|
-
"license": "ISC",
|
|
450
|
-
"dependencies": {
|
|
451
|
-
"xmlchars": "^2.2.0"
|
|
452
|
-
},
|
|
453
|
-
"engines": {
|
|
454
|
-
"node": ">=v12.22.7"
|
|
455
|
-
}
|
|
456
|
-
},
|
|
457
|
-
"node_modules/source-map-js": {
|
|
458
|
-
"version": "1.2.1",
|
|
459
|
-
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
|
|
460
|
-
"integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
|
|
461
|
-
"license": "BSD-3-Clause",
|
|
462
|
-
"engines": {
|
|
463
|
-
"node": ">=0.10.0"
|
|
464
|
-
}
|
|
465
|
-
},
|
|
466
|
-
"node_modules/symbol-tree": {
|
|
467
|
-
"version": "3.2.4",
|
|
468
|
-
"resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
|
|
469
|
-
"integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==",
|
|
470
|
-
"license": "MIT"
|
|
471
|
-
},
|
|
472
|
-
"node_modules/tldts": {
|
|
473
|
-
"version": "7.0.19",
|
|
474
|
-
"resolved": "https://registry.npmjs.org/tldts/-/tldts-7.0.19.tgz",
|
|
475
|
-
"integrity": "sha512-8PWx8tvC4jDB39BQw1m4x8y5MH1BcQ5xHeL2n7UVFulMPH/3Q0uiamahFJ3lXA0zO2SUyRXuVVbWSDmstlt9YA==",
|
|
476
|
-
"license": "MIT",
|
|
477
|
-
"dependencies": {
|
|
478
|
-
"tldts-core": "^7.0.19"
|
|
479
|
-
},
|
|
480
|
-
"bin": {
|
|
481
|
-
"tldts": "bin/cli.js"
|
|
482
|
-
}
|
|
483
|
-
},
|
|
484
|
-
"node_modules/tldts-core": {
|
|
485
|
-
"version": "7.0.19",
|
|
486
|
-
"resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-7.0.19.tgz",
|
|
487
|
-
"integrity": "sha512-lJX2dEWx0SGH4O6p+7FPwYmJ/bu1JbcGJ8RLaG9b7liIgZ85itUVEPbMtWRVrde/0fnDPEPHW10ZsKW3kVsE9A==",
|
|
488
|
-
"license": "MIT"
|
|
489
|
-
},
|
|
490
|
-
"node_modules/tough-cookie": {
|
|
491
|
-
"version": "6.0.0",
|
|
492
|
-
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-6.0.0.tgz",
|
|
493
|
-
"integrity": "sha512-kXuRi1mtaKMrsLUxz3sQYvVl37B0Ns6MzfrtV5DvJceE9bPyspOqk9xxv7XbZWcfLWbFmm997vl83qUWVJA64w==",
|
|
494
|
-
"license": "BSD-3-Clause",
|
|
495
|
-
"dependencies": {
|
|
496
|
-
"tldts": "^7.0.5"
|
|
497
|
-
},
|
|
498
|
-
"engines": {
|
|
499
|
-
"node": ">=16"
|
|
500
|
-
}
|
|
501
|
-
},
|
|
502
|
-
"node_modules/tr46": {
|
|
503
|
-
"version": "6.0.0",
|
|
504
|
-
"resolved": "https://registry.npmjs.org/tr46/-/tr46-6.0.0.tgz",
|
|
505
|
-
"integrity": "sha512-bLVMLPtstlZ4iMQHpFHTR7GAGj2jxi8Dg0s2h2MafAE4uSWF98FC/3MomU51iQAMf8/qDUbKWf5GxuvvVcXEhw==",
|
|
506
|
-
"license": "MIT",
|
|
507
|
-
"dependencies": {
|
|
508
|
-
"punycode": "^2.3.1"
|
|
509
|
-
},
|
|
510
|
-
"engines": {
|
|
511
|
-
"node": ">=20"
|
|
512
|
-
}
|
|
513
|
-
},
|
|
514
|
-
"node_modules/turndown": {
|
|
515
|
-
"version": "7.2.2",
|
|
516
|
-
"resolved": "https://registry.npmjs.org/turndown/-/turndown-7.2.2.tgz",
|
|
517
|
-
"integrity": "sha512-1F7db8BiExOKxjSMU2b7if62D/XOyQyZbPKq/nUwopfgnHlqXHqQ0lvfUTeUIr1lZJzOPFn43dODyMSIfvWRKQ==",
|
|
518
|
-
"license": "MIT",
|
|
519
|
-
"dependencies": {
|
|
520
|
-
"@mixmark-io/domino": "^2.2.0"
|
|
521
|
-
}
|
|
522
|
-
},
|
|
523
|
-
"node_modules/turndown-plugin-gfm": {
|
|
524
|
-
"version": "1.0.2",
|
|
525
|
-
"resolved": "https://registry.npmjs.org/turndown-plugin-gfm/-/turndown-plugin-gfm-1.0.2.tgz",
|
|
526
|
-
"integrity": "sha512-vwz9tfvF7XN/jE0dGoBei3FXWuvll78ohzCZQuOb+ZjWrs3a0XhQVomJEb2Qh4VHTPNRO4GPZh0V7VRbiWwkRg==",
|
|
527
|
-
"license": "MIT"
|
|
528
|
-
},
|
|
529
|
-
"node_modules/w3c-xmlserializer": {
|
|
530
|
-
"version": "5.0.0",
|
|
531
|
-
"resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz",
|
|
532
|
-
"integrity": "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==",
|
|
533
|
-
"license": "MIT",
|
|
534
|
-
"dependencies": {
|
|
535
|
-
"xml-name-validator": "^5.0.0"
|
|
536
|
-
},
|
|
537
|
-
"engines": {
|
|
538
|
-
"node": ">=18"
|
|
539
|
-
}
|
|
540
|
-
},
|
|
541
|
-
"node_modules/webidl-conversions": {
|
|
542
|
-
"version": "8.0.0",
|
|
543
|
-
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-8.0.0.tgz",
|
|
544
|
-
"integrity": "sha512-n4W4YFyz5JzOfQeA8oN7dUYpR+MBP3PIUsn2jLjWXwK5ASUzt0Jc/A5sAUZoCYFJRGF0FBKJ+1JjN43rNdsQzA==",
|
|
545
|
-
"license": "BSD-2-Clause",
|
|
546
|
-
"engines": {
|
|
547
|
-
"node": ">=20"
|
|
548
|
-
}
|
|
549
|
-
},
|
|
550
|
-
"node_modules/whatwg-encoding": {
|
|
551
|
-
"version": "3.1.1",
|
|
552
|
-
"resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz",
|
|
553
|
-
"integrity": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==",
|
|
554
|
-
"license": "MIT",
|
|
555
|
-
"dependencies": {
|
|
556
|
-
"iconv-lite": "0.6.3"
|
|
557
|
-
},
|
|
558
|
-
"engines": {
|
|
559
|
-
"node": ">=18"
|
|
560
|
-
}
|
|
561
|
-
},
|
|
562
|
-
"node_modules/whatwg-mimetype": {
|
|
563
|
-
"version": "4.0.0",
|
|
564
|
-
"resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz",
|
|
565
|
-
"integrity": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==",
|
|
566
|
-
"license": "MIT",
|
|
567
|
-
"engines": {
|
|
568
|
-
"node": ">=18"
|
|
569
|
-
}
|
|
570
|
-
},
|
|
571
|
-
"node_modules/whatwg-url": {
|
|
572
|
-
"version": "15.1.0",
|
|
573
|
-
"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-15.1.0.tgz",
|
|
574
|
-
"integrity": "sha512-2ytDk0kiEj/yu90JOAp44PVPUkO9+jVhyf+SybKlRHSDlvOOZhdPIrr7xTH64l4WixO2cP+wQIcgujkGBPPz6g==",
|
|
575
|
-
"license": "MIT",
|
|
576
|
-
"dependencies": {
|
|
577
|
-
"tr46": "^6.0.0",
|
|
578
|
-
"webidl-conversions": "^8.0.0"
|
|
579
|
-
},
|
|
580
|
-
"engines": {
|
|
581
|
-
"node": ">=20"
|
|
582
|
-
}
|
|
583
|
-
},
|
|
584
|
-
"node_modules/ws": {
|
|
585
|
-
"version": "8.18.3",
|
|
586
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz",
|
|
587
|
-
"integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
|
|
588
|
-
"license": "MIT",
|
|
589
|
-
"engines": {
|
|
590
|
-
"node": ">=10.0.0"
|
|
591
|
-
},
|
|
592
|
-
"peerDependencies": {
|
|
593
|
-
"bufferutil": "^4.0.1",
|
|
594
|
-
"utf-8-validate": ">=5.0.2"
|
|
595
|
-
},
|
|
596
|
-
"peerDependenciesMeta": {
|
|
597
|
-
"bufferutil": {
|
|
598
|
-
"optional": true
|
|
599
|
-
},
|
|
600
|
-
"utf-8-validate": {
|
|
601
|
-
"optional": true
|
|
602
|
-
}
|
|
603
|
-
}
|
|
604
|
-
},
|
|
605
|
-
"node_modules/xml-name-validator": {
|
|
606
|
-
"version": "5.0.0",
|
|
607
|
-
"resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-5.0.0.tgz",
|
|
608
|
-
"integrity": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==",
|
|
609
|
-
"license": "Apache-2.0",
|
|
610
|
-
"engines": {
|
|
611
|
-
"node": ">=18"
|
|
612
|
-
}
|
|
613
|
-
},
|
|
614
|
-
"node_modules/xmlchars": {
|
|
615
|
-
"version": "2.2.0",
|
|
616
|
-
"resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
|
|
617
|
-
"integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",
|
|
618
|
-
"license": "MIT"
|
|
619
|
-
}
|
|
620
|
-
}
|
|
621
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "brave-search",
|
|
3
|
-
"version": "1.0.0",
|
|
4
|
-
"type": "module",
|
|
5
|
-
"description": "Headless web search via Brave Search - no browser required",
|
|
6
|
-
"author": "Mario Zechner",
|
|
7
|
-
"license": "MIT",
|
|
8
|
-
"dependencies": {
|
|
9
|
-
"@mozilla/readability": "^0.6.0",
|
|
10
|
-
"jsdom": "^27.0.1",
|
|
11
|
-
"turndown": "^7.2.2",
|
|
12
|
-
"turndown-plugin-gfm": "^1.0.2"
|
|
13
|
-
}
|
|
14
|
-
}
|