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

    Extracts the project metadata and the declared dependencies from a project manifest. The name is contributed without a namespace: such a project is no package, so a::b must not resolve against it.

    Hierarchy (View Summary)

    Index
    description: string

    A short description of what the plugin does.

    name: string

    A unique, human-readable name of the plugin.

    reads: new (...args: never[]) => object

    the manifest flavor this plugin reads, the others are left to their own plugin

    Type Declaration

      • new (...args: never[]): object
      • the manifest flavor this plugin reads, the others are left to their own plugin

        Parameters

        • ...args: never[]

        Returns object

    type: DependencyIdentification = PluginType.DependencyIdentification

    The type of the plugin, determining when and for what purpose it is applied during the analysis.

    version: SemVer = ...

    The version of the plugin, ideally following semver.