npms.io
    Preparing search index...

    Interface Result

    interface Result {
        flags?: Flags;
        package: Package;
        score: Score;
        searchScore: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    flags?: Flags

    The package flags (deprecated, unstable, insecure)

    package: Package

    The package data which contains the name, version and other useful information

    score: Score

    The package score

    searchScore: number

    The computed search score (from Elasticsearch)