ragent-cli 1.10.0 → 1.11.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.
Files changed (3) hide show
  1. package/dist/index.js +646 -231
  2. package/dist/sbom.json +1370 -2
  3. package/package.json +3 -2
package/dist/sbom.json CHANGED
@@ -100,10 +100,1378 @@
100
100
  }
101
101
  ]
102
102
  },
103
- "components": [],
103
+ "components": [
104
+ {
105
+ "type": "library",
106
+ "name": "abort-controller",
107
+ "group": "@azure",
108
+ "version": "2.1.2",
109
+ "bom-ref": "ragent-live|@azure/abort-controller@2.1.2",
110
+ "author": "Microsoft Corporation",
111
+ "description": "Microsoft Azure SDK for JavaScript - Aborter",
112
+ "licenses": [
113
+ {
114
+ "license": {
115
+ "id": "MIT",
116
+ "acknowledgement": "declared"
117
+ }
118
+ }
119
+ ],
120
+ "purl": "pkg:npm/%40azure/abort-controller@2.1.2",
121
+ "externalReferences": [
122
+ {
123
+ "url": "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-2.1.2.tgz",
124
+ "type": "distribution",
125
+ "comment": "as detected from npm-ls property \"resolved\""
126
+ },
127
+ {
128
+ "url": "https://github.com/Azure/azure-sdk-for-js/issues",
129
+ "type": "issue-tracker",
130
+ "comment": "as detected from PackageJson property \"bugs.url\""
131
+ },
132
+ {
133
+ "url": "git+https://github.com/Azure/azure-sdk-for-js.git",
134
+ "type": "vcs",
135
+ "comment": "as detected from PackageJson property \"repository.url\""
136
+ },
137
+ {
138
+ "url": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/core/abort-controller/README.md",
139
+ "type": "website",
140
+ "comment": "as detected from PackageJson property \"homepage\""
141
+ }
142
+ ],
143
+ "properties": [
144
+ {
145
+ "name": "cdx:npm:package:path",
146
+ "value": "node_modules/@azure/abort-controller"
147
+ }
148
+ ]
149
+ },
150
+ {
151
+ "type": "library",
152
+ "name": "core-util",
153
+ "group": "@azure",
154
+ "version": "1.13.1",
155
+ "bom-ref": "ragent-live|@azure/core-util@1.13.1",
156
+ "author": "Microsoft Corporation",
157
+ "description": "Core library for shared utility methods",
158
+ "licenses": [
159
+ {
160
+ "license": {
161
+ "id": "MIT",
162
+ "acknowledgement": "declared"
163
+ }
164
+ }
165
+ ],
166
+ "purl": "pkg:npm/%40azure/core-util@1.13.1",
167
+ "externalReferences": [
168
+ {
169
+ "url": "https://registry.npmjs.org/@azure/core-util/-/core-util-1.13.1.tgz",
170
+ "type": "distribution",
171
+ "comment": "as detected from npm-ls property \"resolved\""
172
+ },
173
+ {
174
+ "url": "https://github.com/Azure/azure-sdk-for-js/issues",
175
+ "type": "issue-tracker",
176
+ "comment": "as detected from PackageJson property \"bugs.url\""
177
+ },
178
+ {
179
+ "url": "git+https://github.com/Azure/azure-sdk-for-js.git",
180
+ "type": "vcs",
181
+ "comment": "as detected from PackageJson property \"repository.url\""
182
+ },
183
+ {
184
+ "url": "https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-util/",
185
+ "type": "website",
186
+ "comment": "as detected from PackageJson property \"homepage\""
187
+ }
188
+ ],
189
+ "properties": [
190
+ {
191
+ "name": "cdx:npm:package:path",
192
+ "value": "node_modules/@azure/core-util"
193
+ }
194
+ ]
195
+ },
196
+ {
197
+ "type": "library",
198
+ "name": "logger",
199
+ "group": "@azure",
200
+ "version": "1.3.0",
201
+ "bom-ref": "ragent-live|@azure/logger@1.3.0",
202
+ "author": "Microsoft Corporation",
203
+ "description": "Microsoft Azure SDK for JavaScript - Logger",
204
+ "licenses": [
205
+ {
206
+ "license": {
207
+ "id": "MIT",
208
+ "acknowledgement": "declared"
209
+ }
210
+ }
211
+ ],
212
+ "purl": "pkg:npm/%40azure/logger@1.3.0",
213
+ "externalReferences": [
214
+ {
215
+ "url": "https://registry.npmjs.org/@azure/logger/-/logger-1.3.0.tgz",
216
+ "type": "distribution",
217
+ "comment": "as detected from npm-ls property \"resolved\""
218
+ },
219
+ {
220
+ "url": "https://github.com/Azure/azure-sdk-for-js/issues",
221
+ "type": "issue-tracker",
222
+ "comment": "as detected from PackageJson property \"bugs.url\""
223
+ },
224
+ {
225
+ "url": "git+https://github.com/Azure/azure-sdk-for-js.git",
226
+ "type": "vcs",
227
+ "comment": "as detected from PackageJson property \"repository.url\""
228
+ },
229
+ {
230
+ "url": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/core/logger/README.md",
231
+ "type": "website",
232
+ "comment": "as detected from PackageJson property \"homepage\""
233
+ }
234
+ ],
235
+ "properties": [
236
+ {
237
+ "name": "cdx:npm:package:path",
238
+ "value": "node_modules/@azure/logger"
239
+ }
240
+ ]
241
+ },
242
+ {
243
+ "type": "library",
244
+ "name": "web-pubsub-client",
245
+ "group": "@azure",
246
+ "version": "1.0.4",
247
+ "bom-ref": "ragent-live|@azure/web-pubsub-client@1.0.4",
248
+ "author": "Microsoft Corporation",
249
+ "description": "Azure Web PubSub Client",
250
+ "licenses": [
251
+ {
252
+ "license": {
253
+ "id": "MIT",
254
+ "acknowledgement": "declared"
255
+ }
256
+ }
257
+ ],
258
+ "purl": "pkg:npm/%40azure/web-pubsub-client@1.0.4",
259
+ "externalReferences": [
260
+ {
261
+ "url": "https://registry.npmjs.org/@azure/web-pubsub-client/-/web-pubsub-client-1.0.4.tgz",
262
+ "type": "distribution",
263
+ "comment": "as detected from npm-ls property \"resolved\""
264
+ },
265
+ {
266
+ "url": "https://github.com/Azure/azure-sdk-for-js/issues",
267
+ "type": "issue-tracker",
268
+ "comment": "as detected from PackageJson property \"bugs.url\""
269
+ },
270
+ {
271
+ "url": "git+https://github.com/Azure/azure-sdk-for-js.git",
272
+ "type": "vcs",
273
+ "comment": "as detected from PackageJson property \"repository.url\""
274
+ },
275
+ {
276
+ "url": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/web-pubsub/web-pubsub-client/README.md",
277
+ "type": "website",
278
+ "comment": "as detected from PackageJson property \"homepage\""
279
+ }
280
+ ],
281
+ "properties": [
282
+ {
283
+ "name": "cdx:npm:package:path",
284
+ "value": "node_modules/@azure/web-pubsub-client"
285
+ }
286
+ ]
287
+ },
288
+ {
289
+ "type": "library",
290
+ "name": "core",
291
+ "group": "@emnapi",
292
+ "version": "1.9.2",
293
+ "bom-ref": "ragent-live|@emnapi/core@1.9.2",
294
+ "author": "toyobayashi",
295
+ "description": "emnapi core",
296
+ "licenses": [
297
+ {
298
+ "license": {
299
+ "id": "MIT",
300
+ "acknowledgement": "declared"
301
+ }
302
+ }
303
+ ],
304
+ "purl": "pkg:npm/%40emnapi/core@1.9.2",
305
+ "externalReferences": [
306
+ {
307
+ "url": "https://registry.npmjs.org/@emnapi/core/-/core-1.9.2.tgz",
308
+ "type": "distribution",
309
+ "comment": "as detected from npm-ls property \"resolved\""
310
+ },
311
+ {
312
+ "url": "https://github.com/toyobayashi/emnapi/issues",
313
+ "type": "issue-tracker",
314
+ "comment": "as detected from PackageJson property \"bugs.url\""
315
+ },
316
+ {
317
+ "url": "git+https://github.com/toyobayashi/emnapi.git",
318
+ "type": "vcs",
319
+ "comment": "as detected from PackageJson property \"repository.url\""
320
+ },
321
+ {
322
+ "url": "https://github.com/toyobayashi/emnapi#readme",
323
+ "type": "website",
324
+ "comment": "as detected from PackageJson property \"homepage\""
325
+ }
326
+ ],
327
+ "properties": [
328
+ {
329
+ "name": "cdx:npm:package:extraneous",
330
+ "value": "true"
331
+ },
332
+ {
333
+ "name": "cdx:npm:package:path",
334
+ "value": "node_modules/@emnapi/core"
335
+ }
336
+ ]
337
+ },
338
+ {
339
+ "type": "library",
340
+ "name": "runtime",
341
+ "group": "@emnapi",
342
+ "version": "1.9.2",
343
+ "bom-ref": "ragent-live|@emnapi/runtime@1.9.2",
344
+ "author": "toyobayashi",
345
+ "description": "emnapi runtime",
346
+ "licenses": [
347
+ {
348
+ "license": {
349
+ "id": "MIT",
350
+ "acknowledgement": "declared"
351
+ }
352
+ }
353
+ ],
354
+ "purl": "pkg:npm/%40emnapi/runtime@1.9.2",
355
+ "externalReferences": [
356
+ {
357
+ "url": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.9.2.tgz",
358
+ "type": "distribution",
359
+ "comment": "as detected from npm-ls property \"resolved\""
360
+ },
361
+ {
362
+ "url": "https://github.com/toyobayashi/emnapi/issues",
363
+ "type": "issue-tracker",
364
+ "comment": "as detected from PackageJson property \"bugs.url\""
365
+ },
366
+ {
367
+ "url": "git+https://github.com/toyobayashi/emnapi.git",
368
+ "type": "vcs",
369
+ "comment": "as detected from PackageJson property \"repository.url\""
370
+ },
371
+ {
372
+ "url": "https://github.com/toyobayashi/emnapi#readme",
373
+ "type": "website",
374
+ "comment": "as detected from PackageJson property \"homepage\""
375
+ }
376
+ ],
377
+ "properties": [
378
+ {
379
+ "name": "cdx:npm:package:extraneous",
380
+ "value": "true"
381
+ },
382
+ {
383
+ "name": "cdx:npm:package:path",
384
+ "value": "node_modules/@emnapi/runtime"
385
+ }
386
+ ]
387
+ },
388
+ {
389
+ "type": "library",
390
+ "name": "wasi-threads",
391
+ "group": "@emnapi",
392
+ "version": "1.2.1",
393
+ "bom-ref": "ragent-live|@emnapi/wasi-threads@1.2.1",
394
+ "author": "toyobayashi",
395
+ "description": "WASI threads proposal implementation in JavaScript",
396
+ "licenses": [
397
+ {
398
+ "license": {
399
+ "id": "MIT",
400
+ "acknowledgement": "declared"
401
+ }
402
+ }
403
+ ],
404
+ "purl": "pkg:npm/%40emnapi/wasi-threads@1.2.1",
405
+ "externalReferences": [
406
+ {
407
+ "url": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz",
408
+ "type": "distribution",
409
+ "comment": "as detected from npm-ls property \"resolved\""
410
+ },
411
+ {
412
+ "url": "https://github.com/toyobayashi/emnapi/issues",
413
+ "type": "issue-tracker",
414
+ "comment": "as detected from PackageJson property \"bugs.url\""
415
+ },
416
+ {
417
+ "url": "git+https://github.com/toyobayashi/emnapi.git",
418
+ "type": "vcs",
419
+ "comment": "as detected from PackageJson property \"repository.url\""
420
+ },
421
+ {
422
+ "url": "https://github.com/toyobayashi/emnapi#readme",
423
+ "type": "website",
424
+ "comment": "as detected from PackageJson property \"homepage\""
425
+ }
426
+ ],
427
+ "properties": [
428
+ {
429
+ "name": "cdx:npm:package:extraneous",
430
+ "value": "true"
431
+ },
432
+ {
433
+ "name": "cdx:npm:package:path",
434
+ "value": "node_modules/@emnapi/wasi-threads"
435
+ }
436
+ ]
437
+ },
438
+ {
439
+ "type": "library",
440
+ "name": "parseargs",
441
+ "group": "@pkgjs",
442
+ "version": "0.11.0",
443
+ "bom-ref": "ragent-live|@pkgjs/parseargs@0.11.0",
444
+ "description": "Polyfill of future proposal for `util.parseArgs()`",
445
+ "licenses": [
446
+ {
447
+ "license": {
448
+ "id": "MIT",
449
+ "acknowledgement": "declared"
450
+ }
451
+ }
452
+ ],
453
+ "purl": "pkg:npm/%40pkgjs/parseargs@0.11.0",
454
+ "externalReferences": [
455
+ {
456
+ "url": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
457
+ "type": "distribution",
458
+ "comment": "as detected from npm-ls property \"resolved\""
459
+ },
460
+ {
461
+ "url": "https://github.com/pkgjs/parseargs/issues",
462
+ "type": "issue-tracker",
463
+ "comment": "as detected from PackageJson property \"bugs.url\""
464
+ },
465
+ {
466
+ "url": "git+ssh://git@github.com/pkgjs/parseargs.git",
467
+ "type": "vcs",
468
+ "comment": "as detected from PackageJson property \"repository.url\""
469
+ },
470
+ {
471
+ "url": "https://github.com/pkgjs/parseargs#readme",
472
+ "type": "website",
473
+ "comment": "as detected from PackageJson property \"homepage\""
474
+ }
475
+ ],
476
+ "properties": [
477
+ {
478
+ "name": "cdx:npm:package:extraneous",
479
+ "value": "true"
480
+ },
481
+ {
482
+ "name": "cdx:npm:package:path",
483
+ "value": "node_modules/@pkgjs/parseargs"
484
+ }
485
+ ]
486
+ },
487
+ {
488
+ "type": "library",
489
+ "name": "transcript-protocol",
490
+ "group": "@ragent",
491
+ "version": "0.1.0",
492
+ "bom-ref": "ragent-live|@ragent/transcript-protocol@0.1.0",
493
+ "purl": "pkg:npm/%40ragent/transcript-protocol@0.1.0",
494
+ "properties": [
495
+ {
496
+ "name": "cdx:npm:package:path",
497
+ "value": "node_modules/@ragent/transcript-protocol"
498
+ },
499
+ {
500
+ "name": "cdx:npm:package:private",
501
+ "value": "true"
502
+ }
503
+ ]
504
+ },
505
+ {
506
+ "type": "library",
507
+ "name": "wasm-util",
508
+ "group": "@tybys",
509
+ "version": "0.10.1",
510
+ "bom-ref": "ragent-live|@tybys/wasm-util@0.10.1",
511
+ "author": "toyobayashi",
512
+ "description": "WASI polyfill for browser and some wasm util",
513
+ "licenses": [
514
+ {
515
+ "license": {
516
+ "id": "MIT",
517
+ "acknowledgement": "declared"
518
+ }
519
+ }
520
+ ],
521
+ "purl": "pkg:npm/%40tybys/wasm-util@0.10.1",
522
+ "externalReferences": [
523
+ {
524
+ "url": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz",
525
+ "type": "distribution",
526
+ "comment": "as detected from npm-ls property \"resolved\""
527
+ },
528
+ {
529
+ "url": "https://github.com/toyobayashi/wasm-util/issues",
530
+ "type": "issue-tracker",
531
+ "comment": "as detected from PackageJson property \"bugs.url\""
532
+ },
533
+ {
534
+ "url": "git+https://github.com/toyobayashi/wasm-util.git",
535
+ "type": "vcs",
536
+ "comment": "as detected from PackageJson property \"repository.url\""
537
+ },
538
+ {
539
+ "url": "https://github.com/toyobayashi/wasm-util#readme",
540
+ "type": "website",
541
+ "comment": "as detected from PackageJson property \"homepage\""
542
+ }
543
+ ],
544
+ "properties": [
545
+ {
546
+ "name": "cdx:npm:package:extraneous",
547
+ "value": "true"
548
+ },
549
+ {
550
+ "name": "cdx:npm:package:path",
551
+ "value": "node_modules/@tybys/wasm-util"
552
+ }
553
+ ]
554
+ },
555
+ {
556
+ "type": "library",
557
+ "name": "ts-http-runtime",
558
+ "group": "@typespec",
559
+ "version": "0.3.4",
560
+ "bom-ref": "ragent-live|@typespec/ts-http-runtime@0.3.4",
561
+ "author": "Microsoft Corporation",
562
+ "description": "Isomorphic client library for making HTTP requests in node.js and browser.",
563
+ "licenses": [
564
+ {
565
+ "license": {
566
+ "id": "MIT",
567
+ "acknowledgement": "declared"
568
+ }
569
+ }
570
+ ],
571
+ "purl": "pkg:npm/%40typespec/ts-http-runtime@0.3.4",
572
+ "externalReferences": [
573
+ {
574
+ "url": "https://registry.npmjs.org/@typespec/ts-http-runtime/-/ts-http-runtime-0.3.4.tgz",
575
+ "type": "distribution",
576
+ "comment": "as detected from npm-ls property \"resolved\""
577
+ },
578
+ {
579
+ "url": "https://github.com/Azure/azure-sdk-for-js/issues",
580
+ "type": "issue-tracker",
581
+ "comment": "as detected from PackageJson property \"bugs.url\""
582
+ },
583
+ {
584
+ "url": "git+https://github.com/Azure/azure-sdk-for-js.git",
585
+ "type": "vcs",
586
+ "comment": "as detected from PackageJson property \"repository.url\""
587
+ },
588
+ {
589
+ "url": "https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/ts-http-runtime/",
590
+ "type": "website",
591
+ "comment": "as detected from PackageJson property \"homepage\""
592
+ }
593
+ ],
594
+ "properties": [
595
+ {
596
+ "name": "cdx:npm:package:path",
597
+ "value": "node_modules/@typespec/ts-http-runtime"
598
+ }
599
+ ]
600
+ },
601
+ {
602
+ "type": "library",
603
+ "name": "agent-base",
604
+ "version": "7.1.4",
605
+ "bom-ref": "ragent-live|agent-base@7.1.4",
606
+ "author": "Nathan Rajlich",
607
+ "description": "Turn a function into an `http.Agent` instance",
608
+ "licenses": [
609
+ {
610
+ "license": {
611
+ "id": "MIT",
612
+ "acknowledgement": "declared"
613
+ }
614
+ }
615
+ ],
616
+ "purl": "pkg:npm/agent-base@7.1.4",
617
+ "externalReferences": [
618
+ {
619
+ "url": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
620
+ "type": "distribution",
621
+ "comment": "as detected from npm-ls property \"resolved\""
622
+ },
623
+ {
624
+ "url": "https://github.com/TooTallNate/proxy-agents/issues",
625
+ "type": "issue-tracker",
626
+ "comment": "as detected from PackageJson property \"bugs.url\""
627
+ },
628
+ {
629
+ "url": "git+https://github.com/TooTallNate/proxy-agents.git#packages/agent-base",
630
+ "type": "vcs",
631
+ "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
632
+ },
633
+ {
634
+ "url": "https://github.com/TooTallNate/proxy-agents#readme",
635
+ "type": "website",
636
+ "comment": "as detected from PackageJson property \"homepage\""
637
+ }
638
+ ],
639
+ "properties": [
640
+ {
641
+ "name": "cdx:npm:package:path",
642
+ "value": "node_modules/agent-base"
643
+ }
644
+ ]
645
+ },
646
+ {
647
+ "type": "library",
648
+ "name": "base64-js",
649
+ "version": "1.5.1",
650
+ "bom-ref": "ragent-live|base64-js@1.5.1",
651
+ "author": "T. Jameson Little",
652
+ "description": "Base64 encoding/decoding in pure JS",
653
+ "licenses": [
654
+ {
655
+ "license": {
656
+ "id": "MIT",
657
+ "acknowledgement": "declared"
658
+ }
659
+ }
660
+ ],
661
+ "purl": "pkg:npm/base64-js@1.5.1",
662
+ "externalReferences": [
663
+ {
664
+ "url": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
665
+ "type": "distribution",
666
+ "comment": "as detected from npm-ls property \"resolved\""
667
+ },
668
+ {
669
+ "url": "https://github.com/beatgammit/base64-js/issues",
670
+ "type": "issue-tracker",
671
+ "comment": "as detected from PackageJson property \"bugs.url\""
672
+ },
673
+ {
674
+ "url": "git://github.com/beatgammit/base64-js.git",
675
+ "type": "vcs",
676
+ "comment": "as detected from PackageJson property \"repository.url\""
677
+ },
678
+ {
679
+ "url": "https://github.com/beatgammit/base64-js",
680
+ "type": "website",
681
+ "comment": "as detected from PackageJson property \"homepage\""
682
+ }
683
+ ],
684
+ "properties": [
685
+ {
686
+ "name": "cdx:npm:package:path",
687
+ "value": "node_modules/base64-js"
688
+ }
689
+ ]
690
+ },
691
+ {
692
+ "type": "library",
693
+ "name": "buffer",
694
+ "version": "6.0.3",
695
+ "bom-ref": "ragent-live|buffer@6.0.3",
696
+ "author": "Feross Aboukhadijeh",
697
+ "description": "Node.js Buffer API, for the browser",
698
+ "licenses": [
699
+ {
700
+ "license": {
701
+ "id": "MIT",
702
+ "acknowledgement": "declared"
703
+ }
704
+ }
705
+ ],
706
+ "purl": "pkg:npm/buffer@6.0.3",
707
+ "externalReferences": [
708
+ {
709
+ "url": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
710
+ "type": "distribution",
711
+ "comment": "as detected from npm-ls property \"resolved\""
712
+ },
713
+ {
714
+ "url": "https://github.com/feross/buffer/issues",
715
+ "type": "issue-tracker",
716
+ "comment": "as detected from PackageJson property \"bugs.url\""
717
+ },
718
+ {
719
+ "url": "git://github.com/feross/buffer.git",
720
+ "type": "vcs",
721
+ "comment": "as detected from PackageJson property \"repository.url\""
722
+ },
723
+ {
724
+ "url": "https://github.com/feross/buffer",
725
+ "type": "website",
726
+ "comment": "as detected from PackageJson property \"homepage\""
727
+ }
728
+ ],
729
+ "properties": [
730
+ {
731
+ "name": "cdx:npm:package:path",
732
+ "value": "node_modules/buffer"
733
+ }
734
+ ]
735
+ },
736
+ {
737
+ "type": "library",
738
+ "name": "commander",
739
+ "version": "14.0.3",
740
+ "bom-ref": "ragent-live|commander@14.0.3",
741
+ "author": "TJ Holowaychuk",
742
+ "description": "the complete solution for node.js command-line programs",
743
+ "licenses": [
744
+ {
745
+ "license": {
746
+ "id": "MIT",
747
+ "acknowledgement": "declared"
748
+ }
749
+ }
750
+ ],
751
+ "purl": "pkg:npm/commander@14.0.3",
752
+ "externalReferences": [
753
+ {
754
+ "url": "https://registry.npmjs.org/commander/-/commander-14.0.3.tgz",
755
+ "type": "distribution",
756
+ "comment": "as detected from npm-ls property \"resolved\""
757
+ },
758
+ {
759
+ "url": "https://github.com/tj/commander.js/issues",
760
+ "type": "issue-tracker",
761
+ "comment": "as detected from PackageJson property \"bugs.url\""
762
+ },
763
+ {
764
+ "url": "git+https://github.com/tj/commander.js.git",
765
+ "type": "vcs",
766
+ "comment": "as detected from PackageJson property \"repository.url\""
767
+ },
768
+ {
769
+ "url": "https://github.com/tj/commander.js#readme",
770
+ "type": "website",
771
+ "comment": "as detected from PackageJson property \"homepage\""
772
+ }
773
+ ],
774
+ "properties": [
775
+ {
776
+ "name": "cdx:npm:package:path",
777
+ "value": "node_modules/commander"
778
+ }
779
+ ]
780
+ },
781
+ {
782
+ "type": "library",
783
+ "name": "debug",
784
+ "version": "4.4.3",
785
+ "bom-ref": "ragent-live|debug@4.4.3",
786
+ "author": "Josh Junon",
787
+ "description": "Lightweight debugging utility for Node.js and the browser",
788
+ "licenses": [
789
+ {
790
+ "license": {
791
+ "id": "MIT",
792
+ "acknowledgement": "declared"
793
+ }
794
+ }
795
+ ],
796
+ "purl": "pkg:npm/debug@4.4.3",
797
+ "externalReferences": [
798
+ {
799
+ "url": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
800
+ "type": "distribution",
801
+ "comment": "as detected from npm-ls property \"resolved\""
802
+ },
803
+ {
804
+ "url": "https://github.com/debug-js/debug/issues",
805
+ "type": "issue-tracker",
806
+ "comment": "as detected from PackageJson property \"bugs.url\""
807
+ },
808
+ {
809
+ "url": "git://github.com/debug-js/debug.git",
810
+ "type": "vcs",
811
+ "comment": "as detected from PackageJson property \"repository.url\""
812
+ },
813
+ {
814
+ "url": "https://github.com/debug-js/debug#readme",
815
+ "type": "website",
816
+ "comment": "as detected from PackageJson property \"homepage\""
817
+ }
818
+ ],
819
+ "properties": [
820
+ {
821
+ "name": "cdx:npm:package:path",
822
+ "value": "node_modules/debug"
823
+ }
824
+ ]
825
+ },
826
+ {
827
+ "type": "library",
828
+ "name": "events",
829
+ "version": "3.3.0",
830
+ "bom-ref": "ragent-live|events@3.3.0",
831
+ "author": "Irakli Gozalishvili",
832
+ "description": "Node's event emitter for all engines.",
833
+ "licenses": [
834
+ {
835
+ "license": {
836
+ "id": "MIT",
837
+ "acknowledgement": "declared"
838
+ }
839
+ }
840
+ ],
841
+ "purl": "pkg:npm/events@3.3.0",
842
+ "externalReferences": [
843
+ {
844
+ "url": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
845
+ "type": "distribution",
846
+ "comment": "as detected from npm-ls property \"resolved\""
847
+ },
848
+ {
849
+ "url": "http://github.com/Gozala/events/issues/",
850
+ "type": "issue-tracker",
851
+ "comment": "as detected from PackageJson property \"bugs.url\""
852
+ },
853
+ {
854
+ "url": "git://github.com/Gozala/events.git",
855
+ "type": "vcs",
856
+ "comment": "as detected from PackageJson property \"repository.url\""
857
+ },
858
+ {
859
+ "url": "https://github.com/Gozala/events#readme",
860
+ "type": "website",
861
+ "comment": "as detected from PackageJson property \"homepage\""
862
+ }
863
+ ],
864
+ "properties": [
865
+ {
866
+ "name": "cdx:npm:package:path",
867
+ "value": "node_modules/events"
868
+ }
869
+ ]
870
+ },
871
+ {
872
+ "type": "library",
873
+ "name": "figlet",
874
+ "version": "1.11.0",
875
+ "bom-ref": "ragent-live|figlet@1.11.0",
876
+ "author": "Patrick Gillespie",
877
+ "description": "Creates ASCII Art from text. A full implementation of the FIGfont spec.",
878
+ "licenses": [
879
+ {
880
+ "license": {
881
+ "id": "MIT",
882
+ "acknowledgement": "declared"
883
+ }
884
+ }
885
+ ],
886
+ "purl": "pkg:npm/figlet@1.11.0",
887
+ "externalReferences": [
888
+ {
889
+ "url": "https://registry.npmjs.org/figlet/-/figlet-1.11.0.tgz",
890
+ "type": "distribution",
891
+ "comment": "as detected from npm-ls property \"resolved\""
892
+ },
893
+ {
894
+ "url": "https://github.com/patorjk/figlet.js/issues",
895
+ "type": "issue-tracker",
896
+ "comment": "as detected from PackageJson property \"bugs.url\""
897
+ },
898
+ {
899
+ "url": "git+https://github.com/patorjk/figlet.js.git",
900
+ "type": "vcs",
901
+ "comment": "as detected from PackageJson property \"repository.url\""
902
+ },
903
+ {
904
+ "url": "https://github.com/patorjk/figlet.js#readme",
905
+ "type": "website",
906
+ "comment": "as detected from PackageJson property \"homepage\""
907
+ }
908
+ ],
909
+ "properties": [
910
+ {
911
+ "name": "cdx:npm:package:path",
912
+ "value": "node_modules/figlet"
913
+ }
914
+ ]
915
+ },
916
+ {
917
+ "type": "library",
918
+ "name": "http-proxy-agent",
919
+ "version": "7.0.2",
920
+ "bom-ref": "ragent-live|http-proxy-agent@7.0.2",
921
+ "author": "Nathan Rajlich",
922
+ "description": "An HTTP(s) proxy `http.Agent` implementation for HTTP",
923
+ "licenses": [
924
+ {
925
+ "license": {
926
+ "id": "MIT",
927
+ "acknowledgement": "declared"
928
+ }
929
+ }
930
+ ],
931
+ "purl": "pkg:npm/http-proxy-agent@7.0.2",
932
+ "externalReferences": [
933
+ {
934
+ "url": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
935
+ "type": "distribution",
936
+ "comment": "as detected from npm-ls property \"resolved\""
937
+ },
938
+ {
939
+ "url": "https://github.com/TooTallNate/proxy-agents/issues",
940
+ "type": "issue-tracker",
941
+ "comment": "as detected from PackageJson property \"bugs.url\""
942
+ },
943
+ {
944
+ "url": "git+https://github.com/TooTallNate/proxy-agents.git#packages/http-proxy-agent",
945
+ "type": "vcs",
946
+ "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
947
+ },
948
+ {
949
+ "url": "https://github.com/TooTallNate/proxy-agents#readme",
950
+ "type": "website",
951
+ "comment": "as detected from PackageJson property \"homepage\""
952
+ }
953
+ ],
954
+ "properties": [
955
+ {
956
+ "name": "cdx:npm:package:path",
957
+ "value": "node_modules/http-proxy-agent"
958
+ }
959
+ ]
960
+ },
961
+ {
962
+ "type": "library",
963
+ "name": "https-proxy-agent",
964
+ "version": "7.0.6",
965
+ "bom-ref": "ragent-live|https-proxy-agent@7.0.6",
966
+ "author": "Nathan Rajlich",
967
+ "description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS",
968
+ "licenses": [
969
+ {
970
+ "license": {
971
+ "id": "MIT",
972
+ "acknowledgement": "declared"
973
+ }
974
+ }
975
+ ],
976
+ "purl": "pkg:npm/https-proxy-agent@7.0.6",
977
+ "externalReferences": [
978
+ {
979
+ "url": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
980
+ "type": "distribution",
981
+ "comment": "as detected from npm-ls property \"resolved\""
982
+ },
983
+ {
984
+ "url": "https://github.com/TooTallNate/proxy-agents/issues",
985
+ "type": "issue-tracker",
986
+ "comment": "as detected from PackageJson property \"bugs.url\""
987
+ },
988
+ {
989
+ "url": "git+https://github.com/TooTallNate/proxy-agents.git#packages/https-proxy-agent",
990
+ "type": "vcs",
991
+ "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
992
+ },
993
+ {
994
+ "url": "https://github.com/TooTallNate/proxy-agents#readme",
995
+ "type": "website",
996
+ "comment": "as detected from PackageJson property \"homepage\""
997
+ }
998
+ ],
999
+ "properties": [
1000
+ {
1001
+ "name": "cdx:npm:package:path",
1002
+ "value": "node_modules/https-proxy-agent"
1003
+ }
1004
+ ]
1005
+ },
1006
+ {
1007
+ "type": "library",
1008
+ "name": "ieee754",
1009
+ "version": "1.2.1",
1010
+ "bom-ref": "ragent-live|ieee754@1.2.1",
1011
+ "author": "Feross Aboukhadijeh",
1012
+ "description": "Read/write IEEE754 floating point numbers from/to a Buffer or array-like object",
1013
+ "licenses": [
1014
+ {
1015
+ "license": {
1016
+ "id": "BSD-3-Clause",
1017
+ "acknowledgement": "declared"
1018
+ }
1019
+ }
1020
+ ],
1021
+ "purl": "pkg:npm/ieee754@1.2.1",
1022
+ "externalReferences": [
1023
+ {
1024
+ "url": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
1025
+ "type": "distribution",
1026
+ "comment": "as detected from npm-ls property \"resolved\""
1027
+ },
1028
+ {
1029
+ "url": "https://github.com/feross/ieee754/issues",
1030
+ "type": "issue-tracker",
1031
+ "comment": "as detected from PackageJson property \"bugs.url\""
1032
+ },
1033
+ {
1034
+ "url": "git://github.com/feross/ieee754.git",
1035
+ "type": "vcs",
1036
+ "comment": "as detected from PackageJson property \"repository.url\""
1037
+ },
1038
+ {
1039
+ "url": "https://github.com/feross/ieee754#readme",
1040
+ "type": "website",
1041
+ "comment": "as detected from PackageJson property \"homepage\""
1042
+ }
1043
+ ],
1044
+ "properties": [
1045
+ {
1046
+ "name": "cdx:npm:package:path",
1047
+ "value": "node_modules/ieee754"
1048
+ }
1049
+ ]
1050
+ },
1051
+ {
1052
+ "type": "library",
1053
+ "name": "ms",
1054
+ "version": "2.1.3",
1055
+ "bom-ref": "ragent-live|ms@2.1.3",
1056
+ "description": "Tiny millisecond conversion utility",
1057
+ "licenses": [
1058
+ {
1059
+ "license": {
1060
+ "id": "MIT",
1061
+ "acknowledgement": "declared"
1062
+ }
1063
+ }
1064
+ ],
1065
+ "purl": "pkg:npm/ms@2.1.3",
1066
+ "externalReferences": [
1067
+ {
1068
+ "url": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
1069
+ "type": "distribution",
1070
+ "comment": "as detected from npm-ls property \"resolved\""
1071
+ },
1072
+ {
1073
+ "url": "https://github.com/vercel/ms/issues",
1074
+ "type": "issue-tracker",
1075
+ "comment": "as detected from PackageJson property \"bugs.url\""
1076
+ },
1077
+ {
1078
+ "url": "git+https://github.com/vercel/ms.git",
1079
+ "type": "vcs",
1080
+ "comment": "as detected from PackageJson property \"repository.url\""
1081
+ },
1082
+ {
1083
+ "url": "https://github.com/vercel/ms#readme",
1084
+ "type": "website",
1085
+ "comment": "as detected from PackageJson property \"homepage\""
1086
+ }
1087
+ ],
1088
+ "properties": [
1089
+ {
1090
+ "name": "cdx:npm:package:path",
1091
+ "value": "node_modules/ms"
1092
+ }
1093
+ ]
1094
+ },
1095
+ {
1096
+ "type": "library",
1097
+ "name": "node-addon-api",
1098
+ "version": "7.1.1",
1099
+ "bom-ref": "ragent-live|node-addon-api@7.1.1",
1100
+ "description": "Node.js API (Node-API)",
1101
+ "licenses": [
1102
+ {
1103
+ "license": {
1104
+ "id": "MIT",
1105
+ "acknowledgement": "declared"
1106
+ }
1107
+ }
1108
+ ],
1109
+ "purl": "pkg:npm/node-addon-api@7.1.1",
1110
+ "externalReferences": [
1111
+ {
1112
+ "url": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz",
1113
+ "type": "distribution",
1114
+ "comment": "as detected from npm-ls property \"resolved\""
1115
+ },
1116
+ {
1117
+ "url": "https://github.com/nodejs/node-addon-api/issues",
1118
+ "type": "issue-tracker",
1119
+ "comment": "as detected from PackageJson property \"bugs.url\""
1120
+ },
1121
+ {
1122
+ "url": "git://github.com/nodejs/node-addon-api.git",
1123
+ "type": "vcs",
1124
+ "comment": "as detected from PackageJson property \"repository.url\""
1125
+ },
1126
+ {
1127
+ "url": "https://github.com/nodejs/node-addon-api",
1128
+ "type": "website",
1129
+ "comment": "as detected from PackageJson property \"homepage\""
1130
+ }
1131
+ ],
1132
+ "properties": [
1133
+ {
1134
+ "name": "cdx:npm:package:path",
1135
+ "value": "node_modules/node-addon-api"
1136
+ }
1137
+ ]
1138
+ },
1139
+ {
1140
+ "type": "library",
1141
+ "name": "node-pty",
1142
+ "version": "1.1.0",
1143
+ "bom-ref": "ragent-live|node-pty@1.1.0",
1144
+ "author": "Microsoft Corporation",
1145
+ "description": "Fork pseudoterminals in Node.JS",
1146
+ "licenses": [
1147
+ {
1148
+ "license": {
1149
+ "id": "MIT",
1150
+ "acknowledgement": "declared"
1151
+ }
1152
+ }
1153
+ ],
1154
+ "purl": "pkg:npm/node-pty@1.1.0",
1155
+ "externalReferences": [
1156
+ {
1157
+ "url": "https://registry.npmjs.org/node-pty/-/node-pty-1.1.0.tgz",
1158
+ "type": "distribution",
1159
+ "comment": "as detected from npm-ls property \"resolved\""
1160
+ },
1161
+ {
1162
+ "url": "https://github.com/microsoft/node-pty/issues",
1163
+ "type": "issue-tracker",
1164
+ "comment": "as detected from PackageJson property \"bugs.url\""
1165
+ },
1166
+ {
1167
+ "url": "git://github.com/microsoft/node-pty.git",
1168
+ "type": "vcs",
1169
+ "comment": "as detected from PackageJson property \"repository.url\""
1170
+ },
1171
+ {
1172
+ "url": "https://github.com/microsoft/node-pty",
1173
+ "type": "website",
1174
+ "comment": "as detected from PackageJson property \"homepage\""
1175
+ }
1176
+ ],
1177
+ "properties": [
1178
+ {
1179
+ "name": "cdx:npm:package:path",
1180
+ "value": "node_modules/node-pty"
1181
+ }
1182
+ ]
1183
+ },
1184
+ {
1185
+ "type": "library",
1186
+ "name": "ragent-cli",
1187
+ "version": "1.11.0",
1188
+ "bom-ref": "ragent-live|ragent-cli@1.11.0",
1189
+ "author": "Intellimetrics",
1190
+ "description": "CLI agent for rAgent Live — browser-first terminal control plane for AI coding agents",
1191
+ "licenses": [
1192
+ {
1193
+ "license": {
1194
+ "id": "MIT",
1195
+ "acknowledgement": "declared"
1196
+ }
1197
+ }
1198
+ ],
1199
+ "purl": "pkg:npm/ragent-cli@1.11.0",
1200
+ "externalReferences": [
1201
+ {
1202
+ "url": "https://github.com/chadlindell/ragent-live/issues",
1203
+ "type": "issue-tracker",
1204
+ "comment": "as detected from PackageJson property \"bugs.url\""
1205
+ },
1206
+ {
1207
+ "url": "git+https://github.com/chadlindell/ragent-live.git#cli",
1208
+ "type": "vcs",
1209
+ "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
1210
+ },
1211
+ {
1212
+ "url": "https://ragent.live",
1213
+ "type": "website",
1214
+ "comment": "as detected from PackageJson property \"homepage\""
1215
+ }
1216
+ ],
1217
+ "properties": [
1218
+ {
1219
+ "name": "cdx:npm:package:path",
1220
+ "value": "node_modules/ragent-cli"
1221
+ }
1222
+ ]
1223
+ },
1224
+ {
1225
+ "type": "library",
1226
+ "name": "tslib",
1227
+ "version": "2.8.1",
1228
+ "bom-ref": "ragent-live|tslib@2.8.1",
1229
+ "author": "Microsoft Corp.",
1230
+ "description": "Runtime library for TypeScript helper functions",
1231
+ "licenses": [
1232
+ {
1233
+ "license": {
1234
+ "id": "0BSD",
1235
+ "acknowledgement": "declared"
1236
+ }
1237
+ }
1238
+ ],
1239
+ "purl": "pkg:npm/tslib@2.8.1",
1240
+ "externalReferences": [
1241
+ {
1242
+ "url": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
1243
+ "type": "distribution",
1244
+ "comment": "as detected from npm-ls property \"resolved\""
1245
+ },
1246
+ {
1247
+ "url": "https://github.com/Microsoft/TypeScript/issues",
1248
+ "type": "issue-tracker",
1249
+ "comment": "as detected from PackageJson property \"bugs.url\""
1250
+ },
1251
+ {
1252
+ "url": "git+https://github.com/Microsoft/tslib.git",
1253
+ "type": "vcs",
1254
+ "comment": "as detected from PackageJson property \"repository.url\""
1255
+ },
1256
+ {
1257
+ "url": "https://www.typescriptlang.org/",
1258
+ "type": "website",
1259
+ "comment": "as detected from PackageJson property \"homepage\""
1260
+ }
1261
+ ],
1262
+ "properties": [
1263
+ {
1264
+ "name": "cdx:npm:package:path",
1265
+ "value": "node_modules/tslib"
1266
+ }
1267
+ ]
1268
+ },
1269
+ {
1270
+ "type": "library",
1271
+ "name": "ws",
1272
+ "version": "8.20.0",
1273
+ "bom-ref": "ragent-live|ws@8.20.0",
1274
+ "author": "Einar Otto Stangvik",
1275
+ "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
1276
+ "licenses": [
1277
+ {
1278
+ "license": {
1279
+ "id": "MIT",
1280
+ "acknowledgement": "declared"
1281
+ }
1282
+ }
1283
+ ],
1284
+ "purl": "pkg:npm/ws@8.20.0",
1285
+ "externalReferences": [
1286
+ {
1287
+ "url": "https://registry.npmjs.org/ws/-/ws-8.20.0.tgz",
1288
+ "type": "distribution",
1289
+ "comment": "as detected from npm-ls property \"resolved\""
1290
+ },
1291
+ {
1292
+ "url": "https://github.com/websockets/ws/issues",
1293
+ "type": "issue-tracker",
1294
+ "comment": "as detected from PackageJson property \"bugs.url\""
1295
+ },
1296
+ {
1297
+ "url": "git+https://github.com/websockets/ws.git",
1298
+ "type": "vcs",
1299
+ "comment": "as detected from PackageJson property \"repository.url\""
1300
+ },
1301
+ {
1302
+ "url": "https://github.com/websockets/ws",
1303
+ "type": "website",
1304
+ "comment": "as detected from PackageJson property \"homepage\""
1305
+ }
1306
+ ],
1307
+ "properties": [
1308
+ {
1309
+ "name": "cdx:npm:package:path",
1310
+ "value": "node_modules/ws"
1311
+ }
1312
+ ]
1313
+ }
1314
+ ],
104
1315
  "dependencies": [
105
1316
  {
106
- "ref": "ragent-live"
1317
+ "ref": "ragent-live",
1318
+ "dependsOn": [
1319
+ "ragent-live|@emnapi/core@1.9.2",
1320
+ "ragent-live|@emnapi/runtime@1.9.2",
1321
+ "ragent-live|@emnapi/wasi-threads@1.2.1",
1322
+ "ragent-live|@pkgjs/parseargs@0.11.0",
1323
+ "ragent-live|@tybys/wasm-util@0.10.1",
1324
+ "ragent-live|ragent-cli@1.11.0"
1325
+ ]
1326
+ },
1327
+ {
1328
+ "ref": "ragent-live|@azure/abort-controller@2.1.2",
1329
+ "dependsOn": [
1330
+ "ragent-live|tslib@2.8.1"
1331
+ ]
1332
+ },
1333
+ {
1334
+ "ref": "ragent-live|@azure/core-util@1.13.1",
1335
+ "dependsOn": [
1336
+ "ragent-live|@azure/abort-controller@2.1.2",
1337
+ "ragent-live|@typespec/ts-http-runtime@0.3.4",
1338
+ "ragent-live|tslib@2.8.1"
1339
+ ]
1340
+ },
1341
+ {
1342
+ "ref": "ragent-live|@azure/logger@1.3.0",
1343
+ "dependsOn": [
1344
+ "ragent-live|@typespec/ts-http-runtime@0.3.4",
1345
+ "ragent-live|tslib@2.8.1"
1346
+ ]
1347
+ },
1348
+ {
1349
+ "ref": "ragent-live|@azure/web-pubsub-client@1.0.4",
1350
+ "dependsOn": [
1351
+ "ragent-live|@azure/abort-controller@2.1.2",
1352
+ "ragent-live|@azure/core-util@1.13.1",
1353
+ "ragent-live|@azure/logger@1.3.0",
1354
+ "ragent-live|buffer@6.0.3",
1355
+ "ragent-live|events@3.3.0",
1356
+ "ragent-live|tslib@2.8.1",
1357
+ "ragent-live|ws@8.20.0"
1358
+ ]
1359
+ },
1360
+ {
1361
+ "ref": "ragent-live|@emnapi/core@1.9.2",
1362
+ "dependsOn": [
1363
+ "ragent-live|@emnapi/wasi-threads@1.2.1",
1364
+ "ragent-live|tslib@2.8.1"
1365
+ ]
1366
+ },
1367
+ {
1368
+ "ref": "ragent-live|@emnapi/runtime@1.9.2",
1369
+ "dependsOn": [
1370
+ "ragent-live|tslib@2.8.1"
1371
+ ]
1372
+ },
1373
+ {
1374
+ "ref": "ragent-live|@emnapi/wasi-threads@1.2.1",
1375
+ "dependsOn": [
1376
+ "ragent-live|tslib@2.8.1"
1377
+ ]
1378
+ },
1379
+ {
1380
+ "ref": "ragent-live|@pkgjs/parseargs@0.11.0"
1381
+ },
1382
+ {
1383
+ "ref": "ragent-live|@ragent/transcript-protocol@0.1.0"
1384
+ },
1385
+ {
1386
+ "ref": "ragent-live|@tybys/wasm-util@0.10.1",
1387
+ "dependsOn": [
1388
+ "ragent-live|tslib@2.8.1"
1389
+ ]
1390
+ },
1391
+ {
1392
+ "ref": "ragent-live|@typespec/ts-http-runtime@0.3.4",
1393
+ "dependsOn": [
1394
+ "ragent-live|http-proxy-agent@7.0.2",
1395
+ "ragent-live|https-proxy-agent@7.0.6",
1396
+ "ragent-live|tslib@2.8.1"
1397
+ ]
1398
+ },
1399
+ {
1400
+ "ref": "ragent-live|agent-base@7.1.4"
1401
+ },
1402
+ {
1403
+ "ref": "ragent-live|base64-js@1.5.1"
1404
+ },
1405
+ {
1406
+ "ref": "ragent-live|buffer@6.0.3",
1407
+ "dependsOn": [
1408
+ "ragent-live|base64-js@1.5.1",
1409
+ "ragent-live|ieee754@1.2.1"
1410
+ ]
1411
+ },
1412
+ {
1413
+ "ref": "ragent-live|commander@14.0.3"
1414
+ },
1415
+ {
1416
+ "ref": "ragent-live|debug@4.4.3",
1417
+ "dependsOn": [
1418
+ "ragent-live|ms@2.1.3"
1419
+ ]
1420
+ },
1421
+ {
1422
+ "ref": "ragent-live|events@3.3.0"
1423
+ },
1424
+ {
1425
+ "ref": "ragent-live|figlet@1.11.0",
1426
+ "dependsOn": [
1427
+ "ragent-live|commander@14.0.3"
1428
+ ]
1429
+ },
1430
+ {
1431
+ "ref": "ragent-live|http-proxy-agent@7.0.2",
1432
+ "dependsOn": [
1433
+ "ragent-live|agent-base@7.1.4",
1434
+ "ragent-live|debug@4.4.3"
1435
+ ]
1436
+ },
1437
+ {
1438
+ "ref": "ragent-live|https-proxy-agent@7.0.6",
1439
+ "dependsOn": [
1440
+ "ragent-live|agent-base@7.1.4",
1441
+ "ragent-live|debug@4.4.3"
1442
+ ]
1443
+ },
1444
+ {
1445
+ "ref": "ragent-live|ieee754@1.2.1"
1446
+ },
1447
+ {
1448
+ "ref": "ragent-live|ms@2.1.3"
1449
+ },
1450
+ {
1451
+ "ref": "ragent-live|node-addon-api@7.1.1"
1452
+ },
1453
+ {
1454
+ "ref": "ragent-live|node-pty@1.1.0",
1455
+ "dependsOn": [
1456
+ "ragent-live|node-addon-api@7.1.1"
1457
+ ]
1458
+ },
1459
+ {
1460
+ "ref": "ragent-live|ragent-cli@1.11.0",
1461
+ "dependsOn": [
1462
+ "ragent-live|@azure/web-pubsub-client@1.0.4",
1463
+ "ragent-live|@ragent/transcript-protocol@0.1.0",
1464
+ "ragent-live|commander@14.0.3",
1465
+ "ragent-live|figlet@1.11.0",
1466
+ "ragent-live|node-pty@1.1.0",
1467
+ "ragent-live|ws@8.20.0"
1468
+ ]
1469
+ },
1470
+ {
1471
+ "ref": "ragent-live|tslib@2.8.1"
1472
+ },
1473
+ {
1474
+ "ref": "ragent-live|ws@8.20.0"
107
1475
  }
108
1476
  ]
109
1477
  }