@flowscripter/dynamic-plugin-framework
    Preparing search index...

    Class NpmPluginRepository

    VersionedPluginRepository backed by a local node_modules directory.

    Discovers installed plugins by scanning nodeModulesPath for packages that contain a packageJsonNamespace key in their package.json. That key's value provides extension points, dependencies, and pluginData. Used as the local installation target by NpmPluginInstaller.

    Implements

    Index

    Constructors

    Properties

    nodeModulesPath: string
    packageJsonNamespace: string

    Methods