PATH:
opt
/
alt
/
alt-nodejs16
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
columnify
var stripAnsi = require('strip-ansi') var wcwidth = require('wcwidth') module.exports = function(str) { return wcwidth(stripAnsi(str)) }
[-] LICENSE
[edit]
[-] columnify.js
[edit]
[-] width.js
[edit]
[-] package.json
[edit]
[+]
..
[-] index.js
[edit]
[-] utils.js
[edit]
[-] Makefile
[edit]