XylotrechusZ
XylotrechusZ Shell
: /opt/alt/alt-nodejs8/root/usr/lib/node_modules/npm/node_modules.bundled/widest-line/ [ drwxr-xr-x ]
'use strict';
const stringWidth = require('string-width');
module.exports = input => Math.max.apply(null, input.split('\n').map(x => stringWidth(x)));