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

    one package an orphan call could have meant instead, with the versions of it that fit those calls

    interface OrphanAlternativeView {
        candidateCount: number;
        maxVersion?: string;
        minVersion?: string;
        package: string;
        range: string;
        totalVersions: number;
    }
    Index
    candidateCount: number
    maxVersion?: string
    minVersion?: string
    package: string
    range: string

    the version range of this package that would accept the orphan calls, in the notation GuessedDependency.range uses

    totalVersions: number