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

    Interface ResolvedDependency

    a decoded package dependency of one version (type is the compact DepType enum; map to a label via DepTypeNames)

    interface ResolvedDependency {
        constraint?: string;
        name: string;
        type: DepType;
    }
    Index

    Properties

    Properties

    constraint?: string

    version qualifier as declared in DESCRIPTION, e.g. >= 3.0.0 (absent = any version)

    name: string
    type: DepType