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

    What the orphan calls of one analyzed program implicated, as collectOrphanUsage reports it.

    interface OrphanUsage {
        alternatives: Map<string, string[]>;
        alternativeUsage: Map<string, PackageUsage>;
        attributed: Map<string, Map<string, OrphanCall>>;
    }
    Index
    alternatives: Map<string, string[]>

    per such package: the other exporters of those names that lost the pick, most downloaded first

    alternativeUsage: Map<string, PackageUsage>

    the same calls recorded against every alternative, so a caller can ask which of its versions would fit

    attributed: Map<string, Map<string, OrphanCall>>

    per package the project does not already know: the orphan calls that pointed at it, by function name