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