PATH:
opt
/
bitninja-threat-hunting
/
node_modules
/
logform
/
node_modules
/
@colors
/
colors
/
lib
/
maps
module['exports'] = function(colors) { return function(letter, i, exploded) { if (letter === ' ') return letter; switch (i%3) { case 0: return colors.red(letter); case 1: return colors.white(letter); case 2: return colors.blue(letter); } }; };
[-] rainbow.js
[edit]
[+]
..
[-] random.js
[edit]
[-] america.js
[edit]
[-] zebra.js
[edit]