@eagleoutice/flowr - v2.15.8
    Preparing search index...

    One package as MemorySignatureSource carries it: the exports are what attaching it brings, the rest is what the answers below need to stay honest. Everything but the name and the exports is optional, so a caller may ship no more than it has.

    interface MemoryPackage {
        deprecated?: readonly string[];
        deps?: readonly ResolvedDependency[];
        downloads?: number;
        exported: readonly string[];
        released?: Date;
        s3Classes?: readonly string[];
        s4Classes?: readonly string[];
        version?: string;
    }
    Index
    deprecated?: readonly string[]
    deps?: readonly ResolvedDependency[]
    downloads?: number
    exported: readonly string[]
    released?: Date

    when that version was released, which is what makes it a release rather than a label

    s3Classes?: readonly string[]
    s4Classes?: readonly string[]
    version?: string