@sourcey/mcp-server 1.0.0
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/CHANGELOG.md +7 -0
- package/LICENSE +21 -0
- package/README.md +70 -0
- package/SBOM.cdx.json +976 -0
- package/SECURITY.md +8 -0
- package/SUPPORT.md +5 -0
- package/assets/sourcey-mark.png +0 -0
- package/dist/bridge.d.ts +24 -0
- package/dist/bridge.d.ts.map +1 -0
- package/dist/bridge.js +105 -0
- package/dist/bridge.js.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +32 -0
- package/dist/index.js.map +1 -0
- package/dist/metadata.d.ts +77 -0
- package/dist/metadata.d.ts.map +1 -0
- package/dist/metadata.js +19 -0
- package/dist/metadata.js.map +1 -0
- package/distribution.json +24 -0
- package/package.json +72 -0
- package/server.json +31 -0
package/SBOM.cdx.json
ADDED
|
@@ -0,0 +1,976 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
|
|
3
|
+
"bomFormat": "CycloneDX",
|
|
4
|
+
"specVersion": "1.5",
|
|
5
|
+
"serialNumber": "urn:uuid:39d90c44-36e4-4904-97d0-3ba6a32fd1d3",
|
|
6
|
+
"version": 1,
|
|
7
|
+
"metadata": {
|
|
8
|
+
"timestamp": "2026-08-29T07:00:01.307Z",
|
|
9
|
+
"lifecycles": [
|
|
10
|
+
{
|
|
11
|
+
"phase": "pre-build"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"tools": [
|
|
15
|
+
{
|
|
16
|
+
"vendor": "npm",
|
|
17
|
+
"name": "cli",
|
|
18
|
+
"version": "11.17.0"
|
|
19
|
+
}
|
|
20
|
+
],
|
|
21
|
+
"component": {
|
|
22
|
+
"bom-ref": "@sourcey/mcp-server@1.0.0",
|
|
23
|
+
"type": "library",
|
|
24
|
+
"name": "mcp-server",
|
|
25
|
+
"version": "1.0.0",
|
|
26
|
+
"scope": "required",
|
|
27
|
+
"author": "Sourcey",
|
|
28
|
+
"description": "Installable stdio bridge to Sourcey's live startup offers and Agent Readiness MCP server.",
|
|
29
|
+
"purl": "pkg:npm/%40sourcey/mcp-server@1.0.0",
|
|
30
|
+
"properties": [],
|
|
31
|
+
"externalReferences": [
|
|
32
|
+
{
|
|
33
|
+
"type": "vcs",
|
|
34
|
+
"url": "git+https://github.com/sourcey/mcp-server.git"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"type": "website",
|
|
38
|
+
"url": "https://sourcey.com"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"type": "issue-tracker",
|
|
42
|
+
"url": "https://github.com/sourcey/mcp-server/issues"
|
|
43
|
+
}
|
|
44
|
+
],
|
|
45
|
+
"licenses": [
|
|
46
|
+
{
|
|
47
|
+
"license": {
|
|
48
|
+
"id": "MIT"
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
]
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
"components": [
|
|
55
|
+
{
|
|
56
|
+
"bom-ref": "@biomejs/biome@2.5.5",
|
|
57
|
+
"type": "library",
|
|
58
|
+
"name": "@biomejs/biome",
|
|
59
|
+
"version": "2.5.5",
|
|
60
|
+
"scope": "optional",
|
|
61
|
+
"purl": "pkg:npm/%40biomejs/biome@2.5.5",
|
|
62
|
+
"properties": [
|
|
63
|
+
{
|
|
64
|
+
"name": "cdx:npm:package:development",
|
|
65
|
+
"value": "true"
|
|
66
|
+
}
|
|
67
|
+
],
|
|
68
|
+
"externalReferences": [
|
|
69
|
+
{
|
|
70
|
+
"type": "distribution",
|
|
71
|
+
"url": "https://registry.npmjs.org/@biomejs/biome/-/biome-2.5.5.tgz"
|
|
72
|
+
}
|
|
73
|
+
],
|
|
74
|
+
"hashes": [
|
|
75
|
+
{
|
|
76
|
+
"alg": "SHA-512",
|
|
77
|
+
"content": "af54bc9c5b001b5318faf2456402f322fc17009bfa7a30d0d26c4fdb54e0afd60add916d8ebbdb0700dd361c75ad4aaf71c10878d836d1c60237397a0abebda5"
|
|
78
|
+
}
|
|
79
|
+
],
|
|
80
|
+
"licenses": [
|
|
81
|
+
{
|
|
82
|
+
"expression": "MIT OR Apache-2.0"
|
|
83
|
+
}
|
|
84
|
+
]
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"bom-ref": "@biomejs/cli-darwin-arm64@2.5.5",
|
|
88
|
+
"type": "library",
|
|
89
|
+
"name": "@biomejs/cli-darwin-arm64",
|
|
90
|
+
"version": "2.5.5",
|
|
91
|
+
"scope": "optional",
|
|
92
|
+
"purl": "pkg:npm/%40biomejs/cli-darwin-arm64@2.5.5",
|
|
93
|
+
"properties": [
|
|
94
|
+
{
|
|
95
|
+
"name": "cdx:npm:package:development",
|
|
96
|
+
"value": "true"
|
|
97
|
+
}
|
|
98
|
+
],
|
|
99
|
+
"externalReferences": [
|
|
100
|
+
{
|
|
101
|
+
"type": "distribution",
|
|
102
|
+
"url": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.5.5.tgz"
|
|
103
|
+
}
|
|
104
|
+
],
|
|
105
|
+
"hashes": [
|
|
106
|
+
{
|
|
107
|
+
"alg": "SHA-512",
|
|
108
|
+
"content": "914ac085755652bc260149d5da25d22bbba6c4a172b13c2fa8af93cbaa6d51c2d8ffb4f74a70808d4a30138bafc1a11e8fa9d767b86efdd4ed6e890a76c3de6a"
|
|
109
|
+
}
|
|
110
|
+
],
|
|
111
|
+
"licenses": [
|
|
112
|
+
{
|
|
113
|
+
"expression": "MIT OR Apache-2.0"
|
|
114
|
+
}
|
|
115
|
+
]
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"bom-ref": "@biomejs/cli-darwin-x64@2.5.5",
|
|
119
|
+
"type": "library",
|
|
120
|
+
"name": "@biomejs/cli-darwin-x64",
|
|
121
|
+
"version": "2.5.5",
|
|
122
|
+
"scope": "optional",
|
|
123
|
+
"purl": "pkg:npm/%40biomejs/cli-darwin-x64@2.5.5",
|
|
124
|
+
"properties": [
|
|
125
|
+
{
|
|
126
|
+
"name": "cdx:npm:package:development",
|
|
127
|
+
"value": "true"
|
|
128
|
+
}
|
|
129
|
+
],
|
|
130
|
+
"externalReferences": [
|
|
131
|
+
{
|
|
132
|
+
"type": "distribution",
|
|
133
|
+
"url": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.5.5.tgz"
|
|
134
|
+
}
|
|
135
|
+
],
|
|
136
|
+
"hashes": [
|
|
137
|
+
{
|
|
138
|
+
"alg": "SHA-512",
|
|
139
|
+
"content": "0da9a261ce5b518676bb195f73e44b10fb73d406dbe8f3b97936ce92e7cba521b077fec031001dc611588979b0c2424bf08b13f12ec6bdd8300c7a9a30502f2b"
|
|
140
|
+
}
|
|
141
|
+
],
|
|
142
|
+
"licenses": [
|
|
143
|
+
{
|
|
144
|
+
"expression": "MIT OR Apache-2.0"
|
|
145
|
+
}
|
|
146
|
+
]
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"bom-ref": "@biomejs/cli-linux-arm64@2.5.5",
|
|
150
|
+
"type": "library",
|
|
151
|
+
"name": "@biomejs/cli-linux-arm64",
|
|
152
|
+
"version": "2.5.5",
|
|
153
|
+
"scope": "optional",
|
|
154
|
+
"purl": "pkg:npm/%40biomejs/cli-linux-arm64@2.5.5",
|
|
155
|
+
"properties": [
|
|
156
|
+
{
|
|
157
|
+
"name": "cdx:npm:package:development",
|
|
158
|
+
"value": "true"
|
|
159
|
+
}
|
|
160
|
+
],
|
|
161
|
+
"externalReferences": [
|
|
162
|
+
{
|
|
163
|
+
"type": "distribution",
|
|
164
|
+
"url": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.5.5.tgz"
|
|
165
|
+
}
|
|
166
|
+
],
|
|
167
|
+
"hashes": [
|
|
168
|
+
{
|
|
169
|
+
"alg": "SHA-512",
|
|
170
|
+
"content": "951285fe91ffd51898881284c62dd3099540b6fcc49bbeda89faef70d88316b47d5b17809c35230e7b1e6facb65d5f399a38ad2ece9220b1a6d971bbedc1ed49"
|
|
171
|
+
}
|
|
172
|
+
],
|
|
173
|
+
"licenses": [
|
|
174
|
+
{
|
|
175
|
+
"expression": "MIT OR Apache-2.0"
|
|
176
|
+
}
|
|
177
|
+
]
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"bom-ref": "@biomejs/cli-linux-arm64-musl@2.5.5",
|
|
181
|
+
"type": "library",
|
|
182
|
+
"name": "@biomejs/cli-linux-arm64-musl",
|
|
183
|
+
"version": "2.5.5",
|
|
184
|
+
"scope": "optional",
|
|
185
|
+
"purl": "pkg:npm/%40biomejs/cli-linux-arm64-musl@2.5.5",
|
|
186
|
+
"properties": [
|
|
187
|
+
{
|
|
188
|
+
"name": "cdx:npm:package:development",
|
|
189
|
+
"value": "true"
|
|
190
|
+
}
|
|
191
|
+
],
|
|
192
|
+
"externalReferences": [
|
|
193
|
+
{
|
|
194
|
+
"type": "distribution",
|
|
195
|
+
"url": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.5.5.tgz"
|
|
196
|
+
}
|
|
197
|
+
],
|
|
198
|
+
"hashes": [
|
|
199
|
+
{
|
|
200
|
+
"alg": "SHA-512",
|
|
201
|
+
"content": "53858c97fb32fc4fd0ef7bdfd7956ca5a90b451b362c315c09e07126741f5f3b2c6fcf33a55e8f24f690ddece143b1fa1eddbff1bbee65e1e0256ce6a3196566"
|
|
202
|
+
}
|
|
203
|
+
],
|
|
204
|
+
"licenses": [
|
|
205
|
+
{
|
|
206
|
+
"expression": "MIT OR Apache-2.0"
|
|
207
|
+
}
|
|
208
|
+
]
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"bom-ref": "@biomejs/cli-linux-x64@2.5.5",
|
|
212
|
+
"type": "library",
|
|
213
|
+
"name": "@biomejs/cli-linux-x64",
|
|
214
|
+
"version": "2.5.5",
|
|
215
|
+
"scope": "optional",
|
|
216
|
+
"purl": "pkg:npm/%40biomejs/cli-linux-x64@2.5.5",
|
|
217
|
+
"properties": [
|
|
218
|
+
{
|
|
219
|
+
"name": "cdx:npm:package:development",
|
|
220
|
+
"value": "true"
|
|
221
|
+
}
|
|
222
|
+
],
|
|
223
|
+
"externalReferences": [
|
|
224
|
+
{
|
|
225
|
+
"type": "distribution",
|
|
226
|
+
"url": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-2.5.5.tgz"
|
|
227
|
+
}
|
|
228
|
+
],
|
|
229
|
+
"hashes": [
|
|
230
|
+
{
|
|
231
|
+
"alg": "SHA-512",
|
|
232
|
+
"content": "1ff3b7f67244c3fd999bf7e6ee1ae6c71a05f242bf694d6e0a83e9ef4aee5d56e899a01d2e92499c298bd75436268b53f105471f4e92a34e0eab9de5092c12c1"
|
|
233
|
+
}
|
|
234
|
+
],
|
|
235
|
+
"licenses": [
|
|
236
|
+
{
|
|
237
|
+
"expression": "MIT OR Apache-2.0"
|
|
238
|
+
}
|
|
239
|
+
]
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"bom-ref": "@biomejs/cli-linux-x64-musl@2.5.5",
|
|
243
|
+
"type": "library",
|
|
244
|
+
"name": "@biomejs/cli-linux-x64-musl",
|
|
245
|
+
"version": "2.5.5",
|
|
246
|
+
"scope": "optional",
|
|
247
|
+
"purl": "pkg:npm/%40biomejs/cli-linux-x64-musl@2.5.5",
|
|
248
|
+
"properties": [
|
|
249
|
+
{
|
|
250
|
+
"name": "cdx:npm:package:development",
|
|
251
|
+
"value": "true"
|
|
252
|
+
}
|
|
253
|
+
],
|
|
254
|
+
"externalReferences": [
|
|
255
|
+
{
|
|
256
|
+
"type": "distribution",
|
|
257
|
+
"url": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.5.5.tgz"
|
|
258
|
+
}
|
|
259
|
+
],
|
|
260
|
+
"hashes": [
|
|
261
|
+
{
|
|
262
|
+
"alg": "SHA-512",
|
|
263
|
+
"content": "9bbc02eed8d7e4bae6a3af5d73899df0578aa4f535353098d6fef1528410daf69d5b0367052d0a64e1bce3bd68b453c7ad31e28502408d03e030e6e92ef0dee8"
|
|
264
|
+
}
|
|
265
|
+
],
|
|
266
|
+
"licenses": [
|
|
267
|
+
{
|
|
268
|
+
"expression": "MIT OR Apache-2.0"
|
|
269
|
+
}
|
|
270
|
+
]
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"bom-ref": "@biomejs/cli-win32-arm64@2.5.5",
|
|
274
|
+
"type": "library",
|
|
275
|
+
"name": "@biomejs/cli-win32-arm64",
|
|
276
|
+
"version": "2.5.5",
|
|
277
|
+
"scope": "optional",
|
|
278
|
+
"purl": "pkg:npm/%40biomejs/cli-win32-arm64@2.5.5",
|
|
279
|
+
"properties": [
|
|
280
|
+
{
|
|
281
|
+
"name": "cdx:npm:package:development",
|
|
282
|
+
"value": "true"
|
|
283
|
+
}
|
|
284
|
+
],
|
|
285
|
+
"externalReferences": [
|
|
286
|
+
{
|
|
287
|
+
"type": "distribution",
|
|
288
|
+
"url": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.5.5.tgz"
|
|
289
|
+
}
|
|
290
|
+
],
|
|
291
|
+
"hashes": [
|
|
292
|
+
{
|
|
293
|
+
"alg": "SHA-512",
|
|
294
|
+
"content": "ec1af220d3ee632a4b5001f7a3fa3965d828989e339f71034740a1649b2dee7df64ba66129b8075ee63274bbbe6009f1e7d7a1185474cff306eaa9f3422dd8cb"
|
|
295
|
+
}
|
|
296
|
+
],
|
|
297
|
+
"licenses": [
|
|
298
|
+
{
|
|
299
|
+
"expression": "MIT OR Apache-2.0"
|
|
300
|
+
}
|
|
301
|
+
]
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"bom-ref": "@biomejs/cli-win32-x64@2.5.5",
|
|
305
|
+
"type": "library",
|
|
306
|
+
"name": "@biomejs/cli-win32-x64",
|
|
307
|
+
"version": "2.5.5",
|
|
308
|
+
"scope": "optional",
|
|
309
|
+
"purl": "pkg:npm/%40biomejs/cli-win32-x64@2.5.5",
|
|
310
|
+
"properties": [
|
|
311
|
+
{
|
|
312
|
+
"name": "cdx:npm:package:development",
|
|
313
|
+
"value": "true"
|
|
314
|
+
}
|
|
315
|
+
],
|
|
316
|
+
"externalReferences": [
|
|
317
|
+
{
|
|
318
|
+
"type": "distribution",
|
|
319
|
+
"url": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-2.5.5.tgz"
|
|
320
|
+
}
|
|
321
|
+
],
|
|
322
|
+
"hashes": [
|
|
323
|
+
{
|
|
324
|
+
"alg": "SHA-512",
|
|
325
|
+
"content": "6c8045a3e9fa308c5d35c545cb90abbab6ca89942251c88addbb7cf8ef48e308c564d4df5cba62fa08aae3be76d9e5ea5b934173dba5c7b751d529592a2d89e6"
|
|
326
|
+
}
|
|
327
|
+
],
|
|
328
|
+
"licenses": [
|
|
329
|
+
{
|
|
330
|
+
"expression": "MIT OR Apache-2.0"
|
|
331
|
+
}
|
|
332
|
+
]
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"bom-ref": "@modelcontextprotocol/client@2.0.0",
|
|
336
|
+
"type": "library",
|
|
337
|
+
"name": "@modelcontextprotocol/client",
|
|
338
|
+
"version": "2.0.0",
|
|
339
|
+
"scope": "required",
|
|
340
|
+
"purl": "pkg:npm/%40modelcontextprotocol/client@2.0.0",
|
|
341
|
+
"properties": [],
|
|
342
|
+
"externalReferences": [
|
|
343
|
+
{
|
|
344
|
+
"type": "distribution",
|
|
345
|
+
"url": "https://registry.npmjs.org/@modelcontextprotocol/client/-/client-2.0.0.tgz"
|
|
346
|
+
}
|
|
347
|
+
],
|
|
348
|
+
"hashes": [
|
|
349
|
+
{
|
|
350
|
+
"alg": "SHA-512",
|
|
351
|
+
"content": "f1fd4e821436ae3cc839faa05023fef068945aa46cf3d9e3a162cda807bc91698378fbf7b357d95ec79e8fe4177a6b2c12eb8ebcb2e62cefe4a8cdc8407b484b"
|
|
352
|
+
}
|
|
353
|
+
],
|
|
354
|
+
"licenses": [
|
|
355
|
+
{
|
|
356
|
+
"license": {
|
|
357
|
+
"id": "MIT"
|
|
358
|
+
}
|
|
359
|
+
}
|
|
360
|
+
]
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"bom-ref": "@modelcontextprotocol/core@2.0.0",
|
|
364
|
+
"type": "library",
|
|
365
|
+
"name": "@modelcontextprotocol/core",
|
|
366
|
+
"version": "2.0.0",
|
|
367
|
+
"scope": "required",
|
|
368
|
+
"purl": "pkg:npm/%40modelcontextprotocol/core@2.0.0",
|
|
369
|
+
"properties": [],
|
|
370
|
+
"externalReferences": [
|
|
371
|
+
{
|
|
372
|
+
"type": "distribution",
|
|
373
|
+
"url": "https://registry.npmjs.org/@modelcontextprotocol/core/-/core-2.0.0.tgz"
|
|
374
|
+
}
|
|
375
|
+
],
|
|
376
|
+
"hashes": [
|
|
377
|
+
{
|
|
378
|
+
"alg": "SHA-512",
|
|
379
|
+
"content": "a49084c061bb2dfafff8f429f594f029735e3b9c336df28bec7dcc6290a8acce28141a10add8e7060128a86f918e1b2f4b514aac36cabb1f8cd478659c65aa70"
|
|
380
|
+
}
|
|
381
|
+
],
|
|
382
|
+
"licenses": [
|
|
383
|
+
{
|
|
384
|
+
"license": {
|
|
385
|
+
"id": "MIT"
|
|
386
|
+
}
|
|
387
|
+
}
|
|
388
|
+
]
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"bom-ref": "@modelcontextprotocol/server@2.0.0",
|
|
392
|
+
"type": "library",
|
|
393
|
+
"name": "@modelcontextprotocol/server",
|
|
394
|
+
"version": "2.0.0",
|
|
395
|
+
"scope": "required",
|
|
396
|
+
"purl": "pkg:npm/%40modelcontextprotocol/server@2.0.0",
|
|
397
|
+
"properties": [],
|
|
398
|
+
"externalReferences": [
|
|
399
|
+
{
|
|
400
|
+
"type": "distribution",
|
|
401
|
+
"url": "https://registry.npmjs.org/@modelcontextprotocol/server/-/server-2.0.0.tgz"
|
|
402
|
+
}
|
|
403
|
+
],
|
|
404
|
+
"hashes": [
|
|
405
|
+
{
|
|
406
|
+
"alg": "SHA-512",
|
|
407
|
+
"content": "6211d67477e914c41f774a6bb049f129e4b7433df2b481a6b12d2cb61e0a0e39da7084fb87193a8571e427d2b2b31964bd333e59902d41b6dc5217683f81efb7"
|
|
408
|
+
}
|
|
409
|
+
],
|
|
410
|
+
"licenses": [
|
|
411
|
+
{
|
|
412
|
+
"license": {
|
|
413
|
+
"id": "MIT"
|
|
414
|
+
}
|
|
415
|
+
}
|
|
416
|
+
]
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"bom-ref": "@types/node@24.10.1",
|
|
420
|
+
"type": "library",
|
|
421
|
+
"name": "@types/node",
|
|
422
|
+
"version": "24.10.1",
|
|
423
|
+
"scope": "optional",
|
|
424
|
+
"purl": "pkg:npm/%40types/node@24.10.1",
|
|
425
|
+
"properties": [
|
|
426
|
+
{
|
|
427
|
+
"name": "cdx:npm:package:development",
|
|
428
|
+
"value": "true"
|
|
429
|
+
}
|
|
430
|
+
],
|
|
431
|
+
"externalReferences": [
|
|
432
|
+
{
|
|
433
|
+
"type": "distribution",
|
|
434
|
+
"url": "https://registry.npmjs.org/@types/node/-/node-24.10.1.tgz"
|
|
435
|
+
}
|
|
436
|
+
],
|
|
437
|
+
"hashes": [
|
|
438
|
+
{
|
|
439
|
+
"alg": "SHA-512",
|
|
440
|
+
"content": "18d59c5134418084490f9ce3f93ab47ca389e5765a8c8881ae8385d32be3d9b494d56bcd7584bf767f54c70b2e8c65b8257d3a7671f28d5db2f6b45ac9b1f489"
|
|
441
|
+
}
|
|
442
|
+
],
|
|
443
|
+
"licenses": [
|
|
444
|
+
{
|
|
445
|
+
"license": {
|
|
446
|
+
"id": "MIT"
|
|
447
|
+
}
|
|
448
|
+
}
|
|
449
|
+
]
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
"bom-ref": "cross-spawn@7.0.6",
|
|
453
|
+
"type": "library",
|
|
454
|
+
"name": "cross-spawn",
|
|
455
|
+
"version": "7.0.6",
|
|
456
|
+
"scope": "required",
|
|
457
|
+
"purl": "pkg:npm/cross-spawn@7.0.6",
|
|
458
|
+
"properties": [],
|
|
459
|
+
"externalReferences": [
|
|
460
|
+
{
|
|
461
|
+
"type": "distribution",
|
|
462
|
+
"url": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz"
|
|
463
|
+
}
|
|
464
|
+
],
|
|
465
|
+
"hashes": [
|
|
466
|
+
{
|
|
467
|
+
"alg": "SHA-512",
|
|
468
|
+
"content": "b95d903963f69d6ceccb668ca7c69189b862f5d9731791e0879487681f4e893184c834e2249cb1d2ecb9d505ddc966ed00736e6b85c9cd429c6b73b3294777bc"
|
|
469
|
+
}
|
|
470
|
+
],
|
|
471
|
+
"licenses": [
|
|
472
|
+
{
|
|
473
|
+
"license": {
|
|
474
|
+
"id": "MIT"
|
|
475
|
+
}
|
|
476
|
+
}
|
|
477
|
+
]
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"bom-ref": "eventsource@3.0.7",
|
|
481
|
+
"type": "library",
|
|
482
|
+
"name": "eventsource",
|
|
483
|
+
"version": "3.0.7",
|
|
484
|
+
"scope": "required",
|
|
485
|
+
"purl": "pkg:npm/eventsource@3.0.7",
|
|
486
|
+
"properties": [],
|
|
487
|
+
"externalReferences": [
|
|
488
|
+
{
|
|
489
|
+
"type": "distribution",
|
|
490
|
+
"url": "https://registry.npmjs.org/eventsource/-/eventsource-3.0.7.tgz"
|
|
491
|
+
}
|
|
492
|
+
],
|
|
493
|
+
"hashes": [
|
|
494
|
+
{
|
|
495
|
+
"alg": "SHA-512",
|
|
496
|
+
"content": "0914f5593cae4280fbef5196e7a5c464543f66849f5a27756a52860d832692ddb297c517ad5478a6ca6a58d11ca8abd523383a3c096d5a3c5c4923eb6e803888"
|
|
497
|
+
}
|
|
498
|
+
],
|
|
499
|
+
"licenses": [
|
|
500
|
+
{
|
|
501
|
+
"license": {
|
|
502
|
+
"id": "MIT"
|
|
503
|
+
}
|
|
504
|
+
}
|
|
505
|
+
]
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
"bom-ref": "eventsource-parser@3.1.1",
|
|
509
|
+
"type": "library",
|
|
510
|
+
"name": "eventsource-parser",
|
|
511
|
+
"version": "3.1.1",
|
|
512
|
+
"scope": "required",
|
|
513
|
+
"purl": "pkg:npm/eventsource-parser@3.1.1",
|
|
514
|
+
"properties": [],
|
|
515
|
+
"externalReferences": [
|
|
516
|
+
{
|
|
517
|
+
"type": "distribution",
|
|
518
|
+
"url": "https://registry.npmjs.org/eventsource-parser/-/eventsource-parser-3.1.1.tgz"
|
|
519
|
+
}
|
|
520
|
+
],
|
|
521
|
+
"hashes": [
|
|
522
|
+
{
|
|
523
|
+
"alg": "SHA-512",
|
|
524
|
+
"content": "10a375bca00c719f0c95832968dbb137a47dc9a9331fab9a8c7707553a96273beee695b0f43ca16cfdf91c7f0c54143e7598c07c3c64f80f0d891f4a59a5e2c9"
|
|
525
|
+
}
|
|
526
|
+
],
|
|
527
|
+
"licenses": [
|
|
528
|
+
{
|
|
529
|
+
"license": {
|
|
530
|
+
"id": "MIT"
|
|
531
|
+
}
|
|
532
|
+
}
|
|
533
|
+
]
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"bom-ref": "isexe@2.0.0",
|
|
537
|
+
"type": "library",
|
|
538
|
+
"name": "isexe",
|
|
539
|
+
"version": "2.0.0",
|
|
540
|
+
"scope": "required",
|
|
541
|
+
"purl": "pkg:npm/isexe@2.0.0",
|
|
542
|
+
"properties": [],
|
|
543
|
+
"externalReferences": [
|
|
544
|
+
{
|
|
545
|
+
"type": "distribution",
|
|
546
|
+
"url": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz"
|
|
547
|
+
}
|
|
548
|
+
],
|
|
549
|
+
"hashes": [
|
|
550
|
+
{
|
|
551
|
+
"alg": "SHA-512",
|
|
552
|
+
"content": "447c4c2e9f659ca1c61d19e0f5016144231b600715a67ebdb2648672addfdfac638155564e18f8aaa2db4cb96aed2b23f01f9f210d44b8210623694ab3241e23"
|
|
553
|
+
}
|
|
554
|
+
],
|
|
555
|
+
"licenses": [
|
|
556
|
+
{
|
|
557
|
+
"license": {
|
|
558
|
+
"id": "ISC"
|
|
559
|
+
}
|
|
560
|
+
}
|
|
561
|
+
]
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"bom-ref": "jose@6.2.10",
|
|
565
|
+
"type": "library",
|
|
566
|
+
"name": "jose",
|
|
567
|
+
"version": "6.2.10",
|
|
568
|
+
"scope": "required",
|
|
569
|
+
"purl": "pkg:npm/jose@6.2.10",
|
|
570
|
+
"properties": [],
|
|
571
|
+
"externalReferences": [
|
|
572
|
+
{
|
|
573
|
+
"type": "distribution",
|
|
574
|
+
"url": "https://registry.npmjs.org/jose/-/jose-6.2.10.tgz"
|
|
575
|
+
}
|
|
576
|
+
],
|
|
577
|
+
"hashes": [
|
|
578
|
+
{
|
|
579
|
+
"alg": "SHA-512",
|
|
580
|
+
"content": "8a25bb27da911651b1bc2388043043c4578f4129fb64c027ad81a1aeb3a8eac88efcc22ac1fca294b476ee991f0e0524fab68bbb30034bc0374bf28b062b1cd2"
|
|
581
|
+
}
|
|
582
|
+
],
|
|
583
|
+
"licenses": [
|
|
584
|
+
{
|
|
585
|
+
"license": {
|
|
586
|
+
"id": "MIT"
|
|
587
|
+
}
|
|
588
|
+
}
|
|
589
|
+
]
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
"bom-ref": "path-key@3.1.1",
|
|
593
|
+
"type": "library",
|
|
594
|
+
"name": "path-key",
|
|
595
|
+
"version": "3.1.1",
|
|
596
|
+
"scope": "required",
|
|
597
|
+
"purl": "pkg:npm/path-key@3.1.1",
|
|
598
|
+
"properties": [],
|
|
599
|
+
"externalReferences": [
|
|
600
|
+
{
|
|
601
|
+
"type": "distribution",
|
|
602
|
+
"url": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz"
|
|
603
|
+
}
|
|
604
|
+
],
|
|
605
|
+
"hashes": [
|
|
606
|
+
{
|
|
607
|
+
"alg": "SHA-512",
|
|
608
|
+
"content": "a2399e374a9dfb2d23b3312da18e3caf43deab97703049089423aee90e5fe3595f92cc17b8ab58ae18284e92e7c887079b6e1486ac7ee53aa6d889d2c0b844e9"
|
|
609
|
+
}
|
|
610
|
+
],
|
|
611
|
+
"licenses": [
|
|
612
|
+
{
|
|
613
|
+
"license": {
|
|
614
|
+
"id": "MIT"
|
|
615
|
+
}
|
|
616
|
+
}
|
|
617
|
+
]
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
"bom-ref": "pkce-challenge@5.0.1",
|
|
621
|
+
"type": "library",
|
|
622
|
+
"name": "pkce-challenge",
|
|
623
|
+
"version": "5.0.1",
|
|
624
|
+
"scope": "required",
|
|
625
|
+
"purl": "pkg:npm/pkce-challenge@5.0.1",
|
|
626
|
+
"properties": [],
|
|
627
|
+
"externalReferences": [
|
|
628
|
+
{
|
|
629
|
+
"type": "distribution",
|
|
630
|
+
"url": "https://registry.npmjs.org/pkce-challenge/-/pkce-challenge-5.0.1.tgz"
|
|
631
|
+
}
|
|
632
|
+
],
|
|
633
|
+
"hashes": [
|
|
634
|
+
{
|
|
635
|
+
"alg": "SHA-512",
|
|
636
|
+
"content": "c10d1bfd6e05af4d6ab691e5a92aaca5c8f712106f8a6b1d8742a51e11fc1d166732c11ad1e6b67d350b397392f5c710af7a26f86706464e1efa2b2b65657ca9"
|
|
637
|
+
}
|
|
638
|
+
],
|
|
639
|
+
"licenses": [
|
|
640
|
+
{
|
|
641
|
+
"license": {
|
|
642
|
+
"id": "MIT"
|
|
643
|
+
}
|
|
644
|
+
}
|
|
645
|
+
]
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
"bom-ref": "shebang-command@2.0.0",
|
|
649
|
+
"type": "library",
|
|
650
|
+
"name": "shebang-command",
|
|
651
|
+
"version": "2.0.0",
|
|
652
|
+
"scope": "required",
|
|
653
|
+
"purl": "pkg:npm/shebang-command@2.0.0",
|
|
654
|
+
"properties": [],
|
|
655
|
+
"externalReferences": [
|
|
656
|
+
{
|
|
657
|
+
"type": "distribution",
|
|
658
|
+
"url": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz"
|
|
659
|
+
}
|
|
660
|
+
],
|
|
661
|
+
"hashes": [
|
|
662
|
+
{
|
|
663
|
+
"alg": "SHA-512",
|
|
664
|
+
"content": "907c6bdb366962d766acdd6a0e3aeb5ff675ad1d641bc0f1fa09292b51b87979af5ecc26704d614d6056614ce5ada630d7fc99a7a62e0d8efb62dbdb3747660c"
|
|
665
|
+
}
|
|
666
|
+
],
|
|
667
|
+
"licenses": [
|
|
668
|
+
{
|
|
669
|
+
"license": {
|
|
670
|
+
"id": "MIT"
|
|
671
|
+
}
|
|
672
|
+
}
|
|
673
|
+
]
|
|
674
|
+
},
|
|
675
|
+
{
|
|
676
|
+
"bom-ref": "shebang-regex@3.0.0",
|
|
677
|
+
"type": "library",
|
|
678
|
+
"name": "shebang-regex",
|
|
679
|
+
"version": "3.0.0",
|
|
680
|
+
"scope": "required",
|
|
681
|
+
"purl": "pkg:npm/shebang-regex@3.0.0",
|
|
682
|
+
"properties": [],
|
|
683
|
+
"externalReferences": [
|
|
684
|
+
{
|
|
685
|
+
"type": "distribution",
|
|
686
|
+
"url": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz"
|
|
687
|
+
}
|
|
688
|
+
],
|
|
689
|
+
"hashes": [
|
|
690
|
+
{
|
|
691
|
+
"alg": "SHA-512",
|
|
692
|
+
"content": "efef9d161b5cc77df9dee05aabc0c347836ec417ad0730bb6503a19934089c711de9b4ab5dd884cb30af1b4ed9e3851874b4a1594c97b7933fca1cfc7a471bd4"
|
|
693
|
+
}
|
|
694
|
+
],
|
|
695
|
+
"licenses": [
|
|
696
|
+
{
|
|
697
|
+
"license": {
|
|
698
|
+
"id": "MIT"
|
|
699
|
+
}
|
|
700
|
+
}
|
|
701
|
+
]
|
|
702
|
+
},
|
|
703
|
+
{
|
|
704
|
+
"bom-ref": "typescript@6.0.3",
|
|
705
|
+
"type": "library",
|
|
706
|
+
"name": "typescript",
|
|
707
|
+
"version": "6.0.3",
|
|
708
|
+
"scope": "optional",
|
|
709
|
+
"purl": "pkg:npm/typescript@6.0.3",
|
|
710
|
+
"properties": [
|
|
711
|
+
{
|
|
712
|
+
"name": "cdx:npm:package:development",
|
|
713
|
+
"value": "true"
|
|
714
|
+
}
|
|
715
|
+
],
|
|
716
|
+
"externalReferences": [
|
|
717
|
+
{
|
|
718
|
+
"type": "distribution",
|
|
719
|
+
"url": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz"
|
|
720
|
+
}
|
|
721
|
+
],
|
|
722
|
+
"hashes": [
|
|
723
|
+
{
|
|
724
|
+
"alg": "SHA-512",
|
|
725
|
+
"content": "cb64efbb14993c3c906a490544f6472859be28a56a222b1d83dfc26709bd7edbca5cb3fc3515a3dfcfce0e335baf8dd2b285ea36e022b047f519d0b1a9671d07"
|
|
726
|
+
}
|
|
727
|
+
],
|
|
728
|
+
"licenses": [
|
|
729
|
+
{
|
|
730
|
+
"license": {
|
|
731
|
+
"id": "Apache-2.0"
|
|
732
|
+
}
|
|
733
|
+
}
|
|
734
|
+
]
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
"bom-ref": "undici-types@7.16.0",
|
|
738
|
+
"type": "library",
|
|
739
|
+
"name": "undici-types",
|
|
740
|
+
"version": "7.16.0",
|
|
741
|
+
"scope": "optional",
|
|
742
|
+
"purl": "pkg:npm/undici-types@7.16.0",
|
|
743
|
+
"properties": [
|
|
744
|
+
{
|
|
745
|
+
"name": "cdx:npm:package:development",
|
|
746
|
+
"value": "true"
|
|
747
|
+
}
|
|
748
|
+
],
|
|
749
|
+
"externalReferences": [
|
|
750
|
+
{
|
|
751
|
+
"type": "distribution",
|
|
752
|
+
"url": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz"
|
|
753
|
+
}
|
|
754
|
+
],
|
|
755
|
+
"hashes": [
|
|
756
|
+
{
|
|
757
|
+
"alg": "SHA-512",
|
|
758
|
+
"content": "673f9a6564a3f0b13ace8c43fb1ae387855f9081bc61ae8bbd8919aad5101893d98d8979df2a42694c16aa8ede234c7ae8a046791a3e9a504490c49e499dfc37"
|
|
759
|
+
}
|
|
760
|
+
],
|
|
761
|
+
"licenses": [
|
|
762
|
+
{
|
|
763
|
+
"license": {
|
|
764
|
+
"id": "MIT"
|
|
765
|
+
}
|
|
766
|
+
}
|
|
767
|
+
]
|
|
768
|
+
},
|
|
769
|
+
{
|
|
770
|
+
"bom-ref": "which@2.0.2",
|
|
771
|
+
"type": "library",
|
|
772
|
+
"name": "which",
|
|
773
|
+
"version": "2.0.2",
|
|
774
|
+
"scope": "required",
|
|
775
|
+
"purl": "pkg:npm/which@2.0.2",
|
|
776
|
+
"properties": [],
|
|
777
|
+
"externalReferences": [
|
|
778
|
+
{
|
|
779
|
+
"type": "distribution",
|
|
780
|
+
"url": "https://registry.npmjs.org/which/-/which-2.0.2.tgz"
|
|
781
|
+
}
|
|
782
|
+
],
|
|
783
|
+
"hashes": [
|
|
784
|
+
{
|
|
785
|
+
"alg": "SHA-512",
|
|
786
|
+
"content": "04b2374e5d535b73ef97bd25df2ab763ae22f9ac29c17aac181616924a8cb676d782b303fb28fbae15b492e103c7325a6171a3116e6881aa4a34c10a34c8e26c"
|
|
787
|
+
}
|
|
788
|
+
],
|
|
789
|
+
"licenses": [
|
|
790
|
+
{
|
|
791
|
+
"license": {
|
|
792
|
+
"id": "ISC"
|
|
793
|
+
}
|
|
794
|
+
}
|
|
795
|
+
]
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
"bom-ref": "zod@4.5.2",
|
|
799
|
+
"type": "library",
|
|
800
|
+
"name": "zod",
|
|
801
|
+
"version": "4.5.2",
|
|
802
|
+
"scope": "required",
|
|
803
|
+
"purl": "pkg:npm/zod@4.5.2",
|
|
804
|
+
"properties": [],
|
|
805
|
+
"externalReferences": [
|
|
806
|
+
{
|
|
807
|
+
"type": "distribution",
|
|
808
|
+
"url": "https://registry.npmjs.org/zod/-/zod-4.5.2.tgz"
|
|
809
|
+
}
|
|
810
|
+
],
|
|
811
|
+
"hashes": [
|
|
812
|
+
{
|
|
813
|
+
"alg": "SHA-512",
|
|
814
|
+
"content": "5e46170a8975d3e6daffa17f72e79657e4decd478ea975b485d789b7909d5e34d8780800420e4dd37450749f349a17c513bdbea5b96f60c5b8c32d90a7841bae"
|
|
815
|
+
}
|
|
816
|
+
],
|
|
817
|
+
"licenses": [
|
|
818
|
+
{
|
|
819
|
+
"license": {
|
|
820
|
+
"id": "MIT"
|
|
821
|
+
}
|
|
822
|
+
}
|
|
823
|
+
]
|
|
824
|
+
}
|
|
825
|
+
],
|
|
826
|
+
"dependencies": [
|
|
827
|
+
{
|
|
828
|
+
"ref": "@sourcey/mcp-server@1.0.0",
|
|
829
|
+
"dependsOn": [
|
|
830
|
+
"@modelcontextprotocol/client@2.0.0",
|
|
831
|
+
"@modelcontextprotocol/server@2.0.0",
|
|
832
|
+
"@biomejs/biome@2.5.5",
|
|
833
|
+
"@types/node@24.10.1",
|
|
834
|
+
"typescript@6.0.3"
|
|
835
|
+
]
|
|
836
|
+
},
|
|
837
|
+
{
|
|
838
|
+
"ref": "@biomejs/biome@2.5.5",
|
|
839
|
+
"dependsOn": [
|
|
840
|
+
"@biomejs/cli-darwin-arm64@2.5.5",
|
|
841
|
+
"@biomejs/cli-darwin-x64@2.5.5",
|
|
842
|
+
"@biomejs/cli-linux-arm64@2.5.5",
|
|
843
|
+
"@biomejs/cli-linux-arm64-musl@2.5.5",
|
|
844
|
+
"@biomejs/cli-linux-x64@2.5.5",
|
|
845
|
+
"@biomejs/cli-linux-x64-musl@2.5.5",
|
|
846
|
+
"@biomejs/cli-win32-arm64@2.5.5",
|
|
847
|
+
"@biomejs/cli-win32-x64@2.5.5"
|
|
848
|
+
]
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"ref": "@biomejs/cli-darwin-arm64@2.5.5",
|
|
852
|
+
"dependsOn": []
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
"ref": "@biomejs/cli-darwin-x64@2.5.5",
|
|
856
|
+
"dependsOn": []
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
"ref": "@biomejs/cli-linux-arm64@2.5.5",
|
|
860
|
+
"dependsOn": []
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
"ref": "@biomejs/cli-linux-arm64-musl@2.5.5",
|
|
864
|
+
"dependsOn": []
|
|
865
|
+
},
|
|
866
|
+
{
|
|
867
|
+
"ref": "@biomejs/cli-linux-x64@2.5.5",
|
|
868
|
+
"dependsOn": []
|
|
869
|
+
},
|
|
870
|
+
{
|
|
871
|
+
"ref": "@biomejs/cli-linux-x64-musl@2.5.5",
|
|
872
|
+
"dependsOn": []
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
"ref": "@biomejs/cli-win32-arm64@2.5.5",
|
|
876
|
+
"dependsOn": []
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
"ref": "@biomejs/cli-win32-x64@2.5.5",
|
|
880
|
+
"dependsOn": []
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
"ref": "@modelcontextprotocol/client@2.0.0",
|
|
884
|
+
"dependsOn": [
|
|
885
|
+
"@modelcontextprotocol/core@2.0.0",
|
|
886
|
+
"cross-spawn@7.0.6",
|
|
887
|
+
"eventsource@3.0.7",
|
|
888
|
+
"eventsource-parser@3.1.1",
|
|
889
|
+
"jose@6.2.10",
|
|
890
|
+
"pkce-challenge@5.0.1",
|
|
891
|
+
"zod@4.5.2"
|
|
892
|
+
]
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
"ref": "@modelcontextprotocol/core@2.0.0",
|
|
896
|
+
"dependsOn": [
|
|
897
|
+
"zod@4.5.2"
|
|
898
|
+
]
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
"ref": "@modelcontextprotocol/server@2.0.0",
|
|
902
|
+
"dependsOn": [
|
|
903
|
+
"@modelcontextprotocol/core@2.0.0",
|
|
904
|
+
"zod@4.5.2"
|
|
905
|
+
]
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
"ref": "@types/node@24.10.1",
|
|
909
|
+
"dependsOn": [
|
|
910
|
+
"undici-types@7.16.0"
|
|
911
|
+
]
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
"ref": "cross-spawn@7.0.6",
|
|
915
|
+
"dependsOn": [
|
|
916
|
+
"path-key@3.1.1",
|
|
917
|
+
"shebang-command@2.0.0",
|
|
918
|
+
"which@2.0.2"
|
|
919
|
+
]
|
|
920
|
+
},
|
|
921
|
+
{
|
|
922
|
+
"ref": "eventsource@3.0.7",
|
|
923
|
+
"dependsOn": [
|
|
924
|
+
"eventsource-parser@3.1.1"
|
|
925
|
+
]
|
|
926
|
+
},
|
|
927
|
+
{
|
|
928
|
+
"ref": "eventsource-parser@3.1.1",
|
|
929
|
+
"dependsOn": []
|
|
930
|
+
},
|
|
931
|
+
{
|
|
932
|
+
"ref": "isexe@2.0.0",
|
|
933
|
+
"dependsOn": []
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
"ref": "jose@6.2.10",
|
|
937
|
+
"dependsOn": []
|
|
938
|
+
},
|
|
939
|
+
{
|
|
940
|
+
"ref": "path-key@3.1.1",
|
|
941
|
+
"dependsOn": []
|
|
942
|
+
},
|
|
943
|
+
{
|
|
944
|
+
"ref": "pkce-challenge@5.0.1",
|
|
945
|
+
"dependsOn": []
|
|
946
|
+
},
|
|
947
|
+
{
|
|
948
|
+
"ref": "shebang-command@2.0.0",
|
|
949
|
+
"dependsOn": [
|
|
950
|
+
"shebang-regex@3.0.0"
|
|
951
|
+
]
|
|
952
|
+
},
|
|
953
|
+
{
|
|
954
|
+
"ref": "shebang-regex@3.0.0",
|
|
955
|
+
"dependsOn": []
|
|
956
|
+
},
|
|
957
|
+
{
|
|
958
|
+
"ref": "typescript@6.0.3",
|
|
959
|
+
"dependsOn": []
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
"ref": "undici-types@7.16.0",
|
|
963
|
+
"dependsOn": []
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
"ref": "which@2.0.2",
|
|
967
|
+
"dependsOn": [
|
|
968
|
+
"isexe@2.0.0"
|
|
969
|
+
]
|
|
970
|
+
},
|
|
971
|
+
{
|
|
972
|
+
"ref": "zod@4.5.2",
|
|
973
|
+
"dependsOn": []
|
|
974
|
+
}
|
|
975
|
+
]
|
|
976
|
+
}
|