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

1.5 KiB

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

desktop-logan

desktop-1238peq

list disk
Disk ### Status Size Free Dyn Gpt
Disk 0 Online 1863 GB 3072 KB *
list volume
Volume ### Ltr Label Fs Type Size Status Info
Volume 0 System Rese NTFS Partition 50 MB Healthy
Volume 1 C NTFS Partition 1841 GB Healthy Boot
Volume 2 D ProgramData NTFS Partition 10 GB Healthy
Volume 3 L Code NTFS Partition 10 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()
}
[]
[]
[]