libraries.io
    Preparing search index...

    Interface ProjectDependency

    interface ProjectDependency {
        deprecated: boolean;
        filepath: null | string;
        kind: "Development" | "runtime" | "Optional";
        latest: string;
        latest_stable: string;
        name: string;
        outdated: boolean;
        platform: PlatformType;
        project_name: string;
        requirements: string;
    }
    Index

    Properties

    deprecated: boolean
    filepath: null | string
    kind: "Development" | "runtime" | "Optional"
    latest: string
    latest_stable: string
    name: string
    outdated: boolean
    platform: PlatformType
    project_name: string
    requirements: string