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

    what a source can contribute about a package; everything else a Package exposes is derived from these

    type PackageOptions = {
        dependencies?: Package[];
        namespaceInfo?: NamespaceInfo;
        resolvedVersion?: string;
        type?: PackageType;
        versionConstraints?: Range[];
    }
    Index
    dependencies?: Package[]
    namespaceInfo?: NamespaceInfo
    resolvedVersion?: string

    the concrete version the exports were resolved from (e.g. the package database entry), for information only

    versionConstraints?: Range[]

    what this source declared for the package (a DESCRIPTION range, a lockfile pin, ...)