芝麻web文件管理V1.00
编辑当前文件:/home/conskgoa/doughi.co.uk/output.js.tar
usr/lib/node_modules/npm/lib/utils/output.js 0000644 00000000322 15220056006 0015167 0 ustar 00 'use strict' var log = require('npmlog') // output to stdout in a progress bar compatible way module.exports = function () { log.clearProgress() console.log.apply(console, arguments) log.showProgress() }