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