Files
.network/.vscode/hosts/desktop-kristy.md
2024-12-03 16:24:40 -07:00

1.7 KiB

created, type, updated
created type updated
2024-06-24T20:55:46.000Z note 2024-06-24T20:55:46.000Z

desktop-kristy

desktop-0uj8dd5

list disk
Disk ### Status Size Free Dyn Gpt
Disk 0 Online 465 GB 3072 KB *
Disk 1 Online 238 GB 0 B *
list volume
Volume ### Ltr Label Fs Type Size Status Info
Volume 0 C NTFS Partition 301 GB Healthy Boot
Volume 1 V Videos NTFS Partition 159 GB Healthy
Volume 2 L Git NTFS Partition 4104 MB Healthy
Volume 3 SYSTEM FAT32 Partition 100 MB Healthy System
Volume 4 NTFS Partition 526 MB Healthy Hidden
Volume 5 D D NTFS Partition 238 GB Healthy
// https://jsoneditoronline.org/#left=local.moloto&right=local.rihama
function query (data) {
  return _.chain(data)
    .orderBy(['identifier.id'], ['asc'])
    .map(item => ({
        "id": item?.identifier?.id,
        "version": item?.version,
        "publisherDisplayName": item?.metadata?.publisherDisplayName,
        "installedTimestamp": item?.metadata?.installedTimestamp,
        "isPreReleaseVersion": item?.metadata?.isPreReleaseVersion,
    }))
    .value()
}
[]
[]
[]