If it's a package, figure out what version we have, what version we want, and what the parsed name of the plugin is.

  • Parameters

    Returns Promise<{
        name: string;
        versionInstalled: string;
        versionWant: undefined | string;
    }>