tar-xz - v6.1.1
    Preparing search index...

    Interface PaxAttributes

    PAX extended header attributes

    interface PaxAttributes {
        atime?: number;
        ctime?: number;
        gid?: number;
        gname?: string;
        linkpath?: string;
        mtime?: number;
        path?: string;
        size?: number;
        uid?: number;
        uname?: string;
        [key: string]: string | number | undefined;
    }

    Indexable

    • [key: string]: string | number | undefined

      Additional custom attributes

    Index

    Properties

    atime?: number

    Access time

    ctime?: number

    Creation time

    gid?: number

    Group ID (for large GIDs)

    gname?: string

    Group name (longer than 32 chars)

    linkpath?: string

    Link path (overrides header linkname)

    mtime?: number

    Modification time with sub-second precision

    path?: string

    File path (overrides header name)

    size?: number

    File size (for large files > 8GB)

    uid?: number

    User ID (for large UIDs)

    uname?: string

    User name (longer than 32 chars)