Lines Matching refs:yellow
337 versions: chalk.yellow(packu.versions.length + ''),
345 return `${chalk.yellow(dep)}: ${manifest.dependencies[dep]}`
348 name: chalk.yellow(manifest._npmUser.name),
352 : chalk.yellow(relativeDate(packu.time[manifest.version])),
354 name: chalk.yellow(u.name),
367 shasum: chalk.yellow(manifest.dist.shasum),
369 manifest.dist.integrity && chalk.yellow(manifest.dist.integrity),
371 manifest.dist.fileCount && chalk.yellow(manifest.dist.fileCount),
372 unpackedSize: unpackedSize && chalk.yellow(unpackedSize),
401 this.npm.output(`keywords: ${chalk.yellow(info.keywords.join(', '))}`)
406 this.npm.output(`bin: ${chalk.yellow(info.bins.join(', '))}`)