Files
.infineon/_-Review/desktop-logan.md
2024-11-06 12:39:13 -07:00

1.4 KiB

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()
}
[]
[]
[]