constreplacement=deprecation.hasOwnProperty('new')?`Please use ${chalk.yellow(deprecation.new)} instead.`:'There is no alternative.';
winston.warn(`[plugins/load] ${chalk.white.bgRed.bold('DEPRECATION')} The hook ${chalk.yellow(hook)} has been deprecated as of ${deprecation.since}, and slated for removal in ${deprecation.until}. ${replacement} The following plugins are still listening for this hook:`);