PATH:
opt
/
alt
/
alt-nodejs8
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
widest-line
'use strict'; const stringWidth = require('string-width'); module.exports = input => Math.max.apply(null, input.split('\n').map(x => stringWidth(x)));
[-] license
[edit]
[-] package.json
[edit]
[+]
..
[-] index.js
[edit]
[-] readme.md
[edit]