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

    a set of shard files (and shared dictionaries) plus the routing needed to read them as one database

    interface SigDbManifest {
        cranBase?: string;
        date: string;
        dicts?: SigDbDictRef[];
        format: string;
        generated: number;
        meta?: Record<string, SigDbPkgMeta>;
        schema: number;
        shards: SigDbShardRef[];
    }
    Index

    Properties

    cranBase?: string
    date: string
    dicts?: SigDbDictRef[]

    shared string dictionaries; a shard references one by id (they are stored once, not per shard)

    format: string
    generated: number
    meta?: Record<string, SigDbPkgMeta>

    package metadata, hoisted here once and shared by every shard (they hold overlapping package sets)

    schema: number
    shards: SigDbShardRef[]