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

    two packages whose version choices are not independent, and whether that holds for all of their versions

    interface VersionCoupling {
        a: string;
        always: boolean;
        b: string;
        counted: boolean;
    }
    Index
    a: string
    always: boolean

    false when only some versions of the two require each other, so the coupling does not always apply

    b: string
    counted: boolean

    whether the coupling was counted; a coupling closing a cycle in the graph is dropped from the count