@elpapi42/pi-fleet 0.1.0-beta.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.
@@ -0,0 +1,843 @@
1
+ {
2
+ "inputs": {
3
+ "node_modules/commander/lib/error.js": {
4
+ "bytes": 1089,
5
+ "imports": [],
6
+ "format": "esm"
7
+ },
8
+ "node_modules/commander/lib/argument.js": {
9
+ "bytes": 3134,
10
+ "imports": [
11
+ {
12
+ "path": "node_modules/commander/lib/error.js",
13
+ "kind": "import-statement",
14
+ "original": "./error.js"
15
+ }
16
+ ],
17
+ "format": "esm"
18
+ },
19
+ "node_modules/commander/lib/help.js": {
20
+ "bytes": 20812,
21
+ "imports": [
22
+ {
23
+ "path": "node_modules/commander/lib/argument.js",
24
+ "kind": "import-statement",
25
+ "original": "./argument.js"
26
+ },
27
+ {
28
+ "path": "node:util",
29
+ "kind": "import-statement",
30
+ "external": true
31
+ }
32
+ ],
33
+ "format": "esm"
34
+ },
35
+ "node_modules/commander/lib/option.js": {
36
+ "bytes": 10237,
37
+ "imports": [
38
+ {
39
+ "path": "node_modules/commander/lib/error.js",
40
+ "kind": "import-statement",
41
+ "original": "./error.js"
42
+ }
43
+ ],
44
+ "format": "esm"
45
+ },
46
+ "node_modules/commander/lib/suggestSimilar.js": {
47
+ "bytes": 2735,
48
+ "imports": [],
49
+ "format": "esm"
50
+ },
51
+ "node_modules/commander/lib/command.js": {
52
+ "bytes": 87647,
53
+ "imports": [
54
+ {
55
+ "path": "node:events",
56
+ "kind": "import-statement",
57
+ "external": true
58
+ },
59
+ {
60
+ "path": "node:child_process",
61
+ "kind": "import-statement",
62
+ "external": true
63
+ },
64
+ {
65
+ "path": "node:path",
66
+ "kind": "import-statement",
67
+ "external": true
68
+ },
69
+ {
70
+ "path": "node:fs",
71
+ "kind": "import-statement",
72
+ "external": true
73
+ },
74
+ {
75
+ "path": "node:process",
76
+ "kind": "import-statement",
77
+ "external": true
78
+ },
79
+ {
80
+ "path": "node:util",
81
+ "kind": "import-statement",
82
+ "external": true
83
+ },
84
+ {
85
+ "path": "node_modules/commander/lib/argument.js",
86
+ "kind": "import-statement",
87
+ "original": "./argument.js"
88
+ },
89
+ {
90
+ "path": "node_modules/commander/lib/error.js",
91
+ "kind": "import-statement",
92
+ "original": "./error.js"
93
+ },
94
+ {
95
+ "path": "node_modules/commander/lib/help.js",
96
+ "kind": "import-statement",
97
+ "original": "./help.js"
98
+ },
99
+ {
100
+ "path": "node_modules/commander/lib/option.js",
101
+ "kind": "import-statement",
102
+ "original": "./option.js"
103
+ },
104
+ {
105
+ "path": "node_modules/commander/lib/suggestSimilar.js",
106
+ "kind": "import-statement",
107
+ "original": "./suggestSimilar.js"
108
+ }
109
+ ],
110
+ "format": "esm"
111
+ },
112
+ "node_modules/commander/index.js": {
113
+ "bytes": 711,
114
+ "imports": [
115
+ {
116
+ "path": "node_modules/commander/lib/argument.js",
117
+ "kind": "import-statement",
118
+ "original": "./lib/argument.js"
119
+ },
120
+ {
121
+ "path": "node_modules/commander/lib/command.js",
122
+ "kind": "import-statement",
123
+ "original": "./lib/command.js"
124
+ },
125
+ {
126
+ "path": "node_modules/commander/lib/error.js",
127
+ "kind": "import-statement",
128
+ "original": "./lib/error.js"
129
+ },
130
+ {
131
+ "path": "node_modules/commander/lib/help.js",
132
+ "kind": "import-statement",
133
+ "original": "./lib/help.js"
134
+ },
135
+ {
136
+ "path": "node_modules/commander/lib/option.js",
137
+ "kind": "import-statement",
138
+ "original": "./lib/option.js"
139
+ }
140
+ ],
141
+ "format": "esm"
142
+ },
143
+ "src/cli/argv.ts": {
144
+ "bytes": 468,
145
+ "imports": [],
146
+ "format": "esm"
147
+ },
148
+ "src/shared/product-identity.ts": {
149
+ "bytes": 128,
150
+ "imports": [],
151
+ "format": "esm"
152
+ },
153
+ "src/shared/identifiers.ts": {
154
+ "bytes": 247,
155
+ "imports": [],
156
+ "format": "esm"
157
+ },
158
+ "src/cli/input.ts": {
159
+ "bytes": 824,
160
+ "imports": [],
161
+ "format": "esm"
162
+ },
163
+ "src/cli/output.ts": {
164
+ "bytes": 1517,
165
+ "imports": [],
166
+ "format": "esm"
167
+ },
168
+ "src/cli/commands/common.ts": {
169
+ "bytes": 723,
170
+ "imports": [
171
+ {
172
+ "path": "src/cli/output.ts",
173
+ "kind": "import-statement",
174
+ "original": "../output.js"
175
+ }
176
+ ],
177
+ "format": "esm"
178
+ },
179
+ "src/cli/commands/create.ts": {
180
+ "bytes": 1081,
181
+ "imports": [
182
+ {
183
+ "path": "node:path",
184
+ "kind": "import-statement",
185
+ "external": true
186
+ },
187
+ {
188
+ "path": "src/shared/identifiers.ts",
189
+ "kind": "import-statement",
190
+ "original": "../../shared/identifiers.js"
191
+ },
192
+ {
193
+ "path": "src/cli/input.ts",
194
+ "kind": "import-statement",
195
+ "original": "../input.js"
196
+ },
197
+ {
198
+ "path": "src/cli/commands/common.ts",
199
+ "kind": "import-statement",
200
+ "original": "./common.js"
201
+ }
202
+ ],
203
+ "format": "esm"
204
+ },
205
+ "src/cli/commands/destroy.ts": {
206
+ "bytes": 571,
207
+ "imports": [
208
+ {
209
+ "path": "src/shared/identifiers.ts",
210
+ "kind": "import-statement",
211
+ "original": "../../shared/identifiers.js"
212
+ },
213
+ {
214
+ "path": "src/cli/commands/common.ts",
215
+ "kind": "import-statement",
216
+ "original": "./common.js"
217
+ }
218
+ ],
219
+ "format": "esm"
220
+ },
221
+ "src/cli/commands/list.ts": {
222
+ "bytes": 342,
223
+ "imports": [
224
+ {
225
+ "path": "src/cli/commands/common.ts",
226
+ "kind": "import-statement",
227
+ "original": "./common.js"
228
+ }
229
+ ],
230
+ "format": "esm"
231
+ },
232
+ "src/shared/result.ts": {
233
+ "bytes": 331,
234
+ "imports": [],
235
+ "format": "esm"
236
+ },
237
+ "src/shared/duration.ts": {
238
+ "bytes": 551,
239
+ "imports": [
240
+ {
241
+ "path": "src/shared/result.ts",
242
+ "kind": "import-statement",
243
+ "original": "./result.js"
244
+ }
245
+ ],
246
+ "format": "esm"
247
+ },
248
+ "src/cli/commands/receive.ts": {
249
+ "bytes": 1016,
250
+ "imports": [
251
+ {
252
+ "path": "src/shared/identifiers.ts",
253
+ "kind": "import-statement",
254
+ "original": "../../shared/identifiers.js"
255
+ },
256
+ {
257
+ "path": "src/shared/duration.ts",
258
+ "kind": "import-statement",
259
+ "original": "../../shared/duration.js"
260
+ },
261
+ {
262
+ "path": "src/cli/commands/common.ts",
263
+ "kind": "import-statement",
264
+ "original": "./common.js"
265
+ }
266
+ ],
267
+ "format": "esm"
268
+ },
269
+ "src/cli/commands/send.ts": {
270
+ "bytes": 778,
271
+ "imports": [
272
+ {
273
+ "path": "src/shared/identifiers.ts",
274
+ "kind": "import-statement",
275
+ "original": "../../shared/identifiers.js"
276
+ },
277
+ {
278
+ "path": "src/cli/input.ts",
279
+ "kind": "import-statement",
280
+ "original": "../input.js"
281
+ },
282
+ {
283
+ "path": "src/cli/commands/common.ts",
284
+ "kind": "import-statement",
285
+ "original": "./common.js"
286
+ }
287
+ ],
288
+ "format": "esm"
289
+ },
290
+ "src/cli/commands/status.ts": {
291
+ "bytes": 521,
292
+ "imports": [
293
+ {
294
+ "path": "src/shared/identifiers.ts",
295
+ "kind": "import-statement",
296
+ "original": "../../shared/identifiers.js"
297
+ },
298
+ {
299
+ "path": "src/cli/commands/common.ts",
300
+ "kind": "import-statement",
301
+ "original": "./common.js"
302
+ }
303
+ ],
304
+ "format": "esm"
305
+ },
306
+ "src/cli/commands/watch.ts": {
307
+ "bytes": 650,
308
+ "imports": [
309
+ {
310
+ "path": "node:events",
311
+ "kind": "import-statement",
312
+ "external": true
313
+ },
314
+ {
315
+ "path": "src/shared/identifiers.ts",
316
+ "kind": "import-statement",
317
+ "original": "../../shared/identifiers.js"
318
+ },
319
+ {
320
+ "path": "src/cli/output.ts",
321
+ "kind": "import-statement",
322
+ "original": "../output.js"
323
+ }
324
+ ],
325
+ "format": "esm"
326
+ },
327
+ "src/cli/program.ts": {
328
+ "bytes": 3713,
329
+ "imports": [
330
+ {
331
+ "path": "node_modules/commander/index.js",
332
+ "kind": "import-statement",
333
+ "original": "commander"
334
+ },
335
+ {
336
+ "path": "src/shared/product-identity.ts",
337
+ "kind": "import-statement",
338
+ "original": "../shared/product-identity.js"
339
+ },
340
+ {
341
+ "path": "src/cli/commands/create.ts",
342
+ "kind": "import-statement",
343
+ "original": "./commands/create.js"
344
+ },
345
+ {
346
+ "path": "src/cli/commands/destroy.ts",
347
+ "kind": "import-statement",
348
+ "original": "./commands/destroy.js"
349
+ },
350
+ {
351
+ "path": "src/cli/commands/list.ts",
352
+ "kind": "import-statement",
353
+ "original": "./commands/list.js"
354
+ },
355
+ {
356
+ "path": "src/cli/commands/receive.ts",
357
+ "kind": "import-statement",
358
+ "original": "./commands/receive.js"
359
+ },
360
+ {
361
+ "path": "src/cli/commands/send.ts",
362
+ "kind": "import-statement",
363
+ "original": "./commands/send.js"
364
+ },
365
+ {
366
+ "path": "src/cli/commands/status.ts",
367
+ "kind": "import-statement",
368
+ "original": "./commands/status.js"
369
+ },
370
+ {
371
+ "path": "src/cli/commands/watch.ts",
372
+ "kind": "import-statement",
373
+ "original": "./commands/watch.js"
374
+ }
375
+ ],
376
+ "format": "esm"
377
+ },
378
+ "src/protocol/version.ts": {
379
+ "bytes": 97,
380
+ "imports": [],
381
+ "format": "esm"
382
+ },
383
+ "src/protocol/jsonl.ts": {
384
+ "bytes": 1289,
385
+ "imports": [
386
+ {
387
+ "path": "src/protocol/version.ts",
388
+ "kind": "import-statement",
389
+ "original": "./version.js"
390
+ }
391
+ ],
392
+ "format": "esm"
393
+ },
394
+ "src/client/socket-fleet-client.ts": {
395
+ "bytes": 8696,
396
+ "imports": [
397
+ {
398
+ "path": "node:crypto",
399
+ "kind": "import-statement",
400
+ "external": true
401
+ },
402
+ {
403
+ "path": "node:net",
404
+ "kind": "import-statement",
405
+ "external": true
406
+ },
407
+ {
408
+ "path": "src/protocol/jsonl.ts",
409
+ "kind": "import-statement",
410
+ "original": "../protocol/jsonl.js"
411
+ },
412
+ {
413
+ "path": "src/protocol/version.ts",
414
+ "kind": "import-statement",
415
+ "original": "../protocol/version.js"
416
+ },
417
+ {
418
+ "path": "src/shared/result.ts",
419
+ "kind": "import-statement",
420
+ "original": "../shared/result.js"
421
+ }
422
+ ],
423
+ "format": "esm"
424
+ },
425
+ "src/platform/install/tree-integrity.ts": {
426
+ "bytes": 2225,
427
+ "imports": [
428
+ {
429
+ "path": "node:crypto",
430
+ "kind": "import-statement",
431
+ "external": true
432
+ },
433
+ {
434
+ "path": "node:fs/promises",
435
+ "kind": "import-statement",
436
+ "external": true
437
+ },
438
+ {
439
+ "path": "node:path",
440
+ "kind": "import-statement",
441
+ "external": true
442
+ }
443
+ ],
444
+ "format": "esm"
445
+ },
446
+ "src/platform/install/runtime-release.ts": {
447
+ "bytes": 4620,
448
+ "imports": [
449
+ {
450
+ "path": "node:crypto",
451
+ "kind": "import-statement",
452
+ "external": true
453
+ },
454
+ {
455
+ "path": "node:fs/promises",
456
+ "kind": "import-statement",
457
+ "external": true
458
+ },
459
+ {
460
+ "path": "node:path",
461
+ "kind": "import-statement",
462
+ "external": true
463
+ },
464
+ {
465
+ "path": "src/platform/install/tree-integrity.ts",
466
+ "kind": "import-statement",
467
+ "original": "./tree-integrity.js"
468
+ }
469
+ ],
470
+ "format": "esm"
471
+ },
472
+ "src/platform/shared/paths.ts": {
473
+ "bytes": 1440,
474
+ "imports": [
475
+ {
476
+ "path": "node:os",
477
+ "kind": "import-statement",
478
+ "external": true
479
+ },
480
+ {
481
+ "path": "node:path",
482
+ "kind": "import-statement",
483
+ "external": true
484
+ }
485
+ ],
486
+ "format": "esm"
487
+ },
488
+ "src/platform/client/start-runtime.ts": {
489
+ "bytes": 5366,
490
+ "imports": [
491
+ {
492
+ "path": "node:child_process",
493
+ "kind": "import-statement",
494
+ "external": true
495
+ },
496
+ {
497
+ "path": "node:fs/promises",
498
+ "kind": "import-statement",
499
+ "external": true
500
+ },
501
+ {
502
+ "path": "node:net",
503
+ "kind": "import-statement",
504
+ "external": true
505
+ },
506
+ {
507
+ "path": "node:os",
508
+ "kind": "import-statement",
509
+ "external": true
510
+ },
511
+ {
512
+ "path": "node:path",
513
+ "kind": "import-statement",
514
+ "external": true
515
+ },
516
+ {
517
+ "path": "node:url",
518
+ "kind": "import-statement",
519
+ "external": true
520
+ },
521
+ {
522
+ "path": "node:util",
523
+ "kind": "import-statement",
524
+ "external": true
525
+ },
526
+ {
527
+ "path": "src/platform/install/runtime-release.ts",
528
+ "kind": "import-statement",
529
+ "original": "../install/runtime-release.js"
530
+ },
531
+ {
532
+ "path": "src/platform/shared/paths.ts",
533
+ "kind": "import-statement",
534
+ "original": "../shared/paths.js"
535
+ }
536
+ ],
537
+ "format": "esm"
538
+ },
539
+ "src/entry/cli.ts": {
540
+ "bytes": 2686,
541
+ "imports": [
542
+ {
543
+ "path": "node:crypto",
544
+ "kind": "import-statement",
545
+ "external": true
546
+ },
547
+ {
548
+ "path": "node:url",
549
+ "kind": "import-statement",
550
+ "external": true
551
+ },
552
+ {
553
+ "path": "node_modules/commander/index.js",
554
+ "kind": "import-statement",
555
+ "original": "commander"
556
+ },
557
+ {
558
+ "path": "src/cli/argv.ts",
559
+ "kind": "import-statement",
560
+ "original": "../cli/argv.js"
561
+ },
562
+ {
563
+ "path": "src/cli/program.ts",
564
+ "kind": "import-statement",
565
+ "original": "../cli/program.js"
566
+ },
567
+ {
568
+ "path": "src/cli/output.ts",
569
+ "kind": "import-statement",
570
+ "original": "../cli/output.js"
571
+ },
572
+ {
573
+ "path": "src/client/socket-fleet-client.ts",
574
+ "kind": "import-statement",
575
+ "original": "../client/socket-fleet-client.js"
576
+ },
577
+ {
578
+ "path": "src/platform/client/start-runtime.ts",
579
+ "kind": "import-statement",
580
+ "original": "../platform/client/start-runtime.js"
581
+ },
582
+ {
583
+ "path": "src/platform/shared/paths.ts",
584
+ "kind": "import-statement",
585
+ "original": "../platform/shared/paths.js"
586
+ }
587
+ ],
588
+ "format": "esm"
589
+ }
590
+ },
591
+ "outputs": {
592
+ "dist/cli.mjs.map": {
593
+ "imports": [],
594
+ "exports": [],
595
+ "inputs": {},
596
+ "bytes": 251175
597
+ },
598
+ "dist/cli.mjs": {
599
+ "imports": [
600
+ {
601
+ "path": "node:crypto",
602
+ "kind": "import-statement",
603
+ "external": true
604
+ },
605
+ {
606
+ "path": "node:url",
607
+ "kind": "import-statement",
608
+ "external": true
609
+ },
610
+ {
611
+ "path": "node:events",
612
+ "kind": "import-statement",
613
+ "external": true
614
+ },
615
+ {
616
+ "path": "node:child_process",
617
+ "kind": "import-statement",
618
+ "external": true
619
+ },
620
+ {
621
+ "path": "node:path",
622
+ "kind": "import-statement",
623
+ "external": true
624
+ },
625
+ {
626
+ "path": "node:fs",
627
+ "kind": "import-statement",
628
+ "external": true
629
+ },
630
+ {
631
+ "path": "node:process",
632
+ "kind": "import-statement",
633
+ "external": true
634
+ },
635
+ {
636
+ "path": "node:util",
637
+ "kind": "import-statement",
638
+ "external": true
639
+ },
640
+ {
641
+ "path": "node:util",
642
+ "kind": "import-statement",
643
+ "external": true
644
+ },
645
+ {
646
+ "path": "node:path",
647
+ "kind": "import-statement",
648
+ "external": true
649
+ },
650
+ {
651
+ "path": "node:events",
652
+ "kind": "import-statement",
653
+ "external": true
654
+ },
655
+ {
656
+ "path": "node:crypto",
657
+ "kind": "import-statement",
658
+ "external": true
659
+ },
660
+ {
661
+ "path": "node:net",
662
+ "kind": "import-statement",
663
+ "external": true
664
+ },
665
+ {
666
+ "path": "node:child_process",
667
+ "kind": "import-statement",
668
+ "external": true
669
+ },
670
+ {
671
+ "path": "node:fs/promises",
672
+ "kind": "import-statement",
673
+ "external": true
674
+ },
675
+ {
676
+ "path": "node:net",
677
+ "kind": "import-statement",
678
+ "external": true
679
+ },
680
+ {
681
+ "path": "node:os",
682
+ "kind": "import-statement",
683
+ "external": true
684
+ },
685
+ {
686
+ "path": "node:path",
687
+ "kind": "import-statement",
688
+ "external": true
689
+ },
690
+ {
691
+ "path": "node:url",
692
+ "kind": "import-statement",
693
+ "external": true
694
+ },
695
+ {
696
+ "path": "node:util",
697
+ "kind": "import-statement",
698
+ "external": true
699
+ },
700
+ {
701
+ "path": "node:crypto",
702
+ "kind": "import-statement",
703
+ "external": true
704
+ },
705
+ {
706
+ "path": "node:fs/promises",
707
+ "kind": "import-statement",
708
+ "external": true
709
+ },
710
+ {
711
+ "path": "node:path",
712
+ "kind": "import-statement",
713
+ "external": true
714
+ },
715
+ {
716
+ "path": "node:crypto",
717
+ "kind": "import-statement",
718
+ "external": true
719
+ },
720
+ {
721
+ "path": "node:fs/promises",
722
+ "kind": "import-statement",
723
+ "external": true
724
+ },
725
+ {
726
+ "path": "node:path",
727
+ "kind": "import-statement",
728
+ "external": true
729
+ },
730
+ {
731
+ "path": "node:os",
732
+ "kind": "import-statement",
733
+ "external": true
734
+ },
735
+ {
736
+ "path": "node:path",
737
+ "kind": "import-statement",
738
+ "external": true
739
+ }
740
+ ],
741
+ "exports": [
742
+ "runCli"
743
+ ],
744
+ "entryPoint": "src/entry/cli.ts",
745
+ "inputs": {
746
+ "src/entry/cli.ts": {
747
+ "bytesInOutput": 2106
748
+ },
749
+ "node_modules/commander/lib/error.js": {
750
+ "bytesInOutput": 921
751
+ },
752
+ "node_modules/commander/lib/argument.js": {
753
+ "bytesInOutput": 2858
754
+ },
755
+ "node_modules/commander/lib/command.js": {
756
+ "bytesInOutput": 76297
757
+ },
758
+ "node_modules/commander/lib/help.js": {
759
+ "bytesInOutput": 17987
760
+ },
761
+ "node_modules/commander/lib/option.js": {
762
+ "bytesInOutput": 8492
763
+ },
764
+ "node_modules/commander/lib/suggestSimilar.js": {
765
+ "bytesInOutput": 2049
766
+ },
767
+ "node_modules/commander/index.js": {
768
+ "bytesInOutput": 29
769
+ },
770
+ "src/cli/argv.ts": {
771
+ "bytesInOutput": 285
772
+ },
773
+ "src/shared/product-identity.ts": {
774
+ "bytesInOutput": 70
775
+ },
776
+ "src/cli/commands/create.ts": {
777
+ "bytesInOutput": 624
778
+ },
779
+ "src/shared/identifiers.ts": {
780
+ "bytesInOutput": 140
781
+ },
782
+ "src/cli/input.ts": {
783
+ "bytesInOutput": 696
784
+ },
785
+ "src/cli/output.ts": {
786
+ "bytesInOutput": 1016
787
+ },
788
+ "src/cli/commands/common.ts": {
789
+ "bytesInOutput": 244
790
+ },
791
+ "src/cli/commands/destroy.ts": {
792
+ "bytesInOutput": 314
793
+ },
794
+ "src/cli/commands/list.ts": {
795
+ "bytesInOutput": 168
796
+ },
797
+ "src/shared/result.ts": {
798
+ "bytesInOutput": 108
799
+ },
800
+ "src/shared/duration.ts": {
801
+ "bytesInOutput": 337
802
+ },
803
+ "src/cli/commands/receive.ts": {
804
+ "bytesInOutput": 592
805
+ },
806
+ "src/cli/commands/send.ts": {
807
+ "bytesInOutput": 392
808
+ },
809
+ "src/cli/commands/status.ts": {
810
+ "bytesInOutput": 265
811
+ },
812
+ "src/cli/commands/watch.ts": {
813
+ "bytesInOutput": 445
814
+ },
815
+ "src/cli/program.ts": {
816
+ "bytesInOutput": 2440
817
+ },
818
+ "src/client/socket-fleet-client.ts": {
819
+ "bytesInOutput": 6835
820
+ },
821
+ "src/protocol/version.ts": {
822
+ "bytesInOutput": 70
823
+ },
824
+ "src/protocol/jsonl.ts": {
825
+ "bytesInOutput": 1057
826
+ },
827
+ "src/platform/client/start-runtime.ts": {
828
+ "bytesInOutput": 4658
829
+ },
830
+ "src/platform/install/runtime-release.ts": {
831
+ "bytesInOutput": 4008
832
+ },
833
+ "src/platform/install/tree-integrity.ts": {
834
+ "bytesInOutput": 1879
835
+ },
836
+ "src/platform/shared/paths.ts": {
837
+ "bytesInOutput": 1191
838
+ }
839
+ },
840
+ "bytes": 139855
841
+ }
842
+ }
843
+ }