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

    the version qualifier a package imposes on one of its own dependencies (a transitive constraint)

    interface TransitiveConstraint {
        from: string;
        range: Range;
    }
    Index

    Properties

    Properties

    from: string

    the declaring package + version, e.g. dplyr 1.1.0

    range: Range