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

    one declared package dependency, e.g. { name: 'testthat', type: Suggests, constraint: '>= 2.1.0' }

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

    Properties

    Properties

    constraint?: string

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

    name: string
    type: DepType