module.exports = function getPluginList(cb) {
    let plugins = {};
    client
        .fetchPlugins()
        .then(function (remotePlugins) {