PATH:
usr
/
share
/
passenger
/
node
/
vendor-copy
/
winston
/
node_modules
/
colors
/
lib
/
maps
var colors = require('../colors'); module['exports'] = (function () { var available = ['underline', 'inverse', 'grey', 'yellow', 'red', 'green', 'blue', 'white', 'cyan', 'magenta']; return function(letter, i, exploded) { return letter === " " ? letter : colors[available[Math.round(Math.random() * (available.length - 1))]](letter); }; })();
[+]
..
[-] zebra.js
[open]
[-] america.js
[open]
[-] random.js
[open]
[-] rainbow.js
[open]