🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 19:27:52 | PHP 8.1.34
📂
/ (Root)
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
@colors
/
colors
/
lib
/
maps
📍 /usr/lib/node_modules/npm/node_modules/@colors/colors/lib/maps
🔄 Refresh
✏️
Editing: random.js
Read Only
module['exports'] = function(colors) { var available = ['underline', 'inverse', 'grey', 'yellow', 'red', 'green', 'blue', 'white', 'cyan', 'magenta', 'brightYellow', 'brightRed', 'brightGreen', 'brightBlue', 'brightWhite', 'brightCyan', 'brightMagenta']; return function(letter, i, exploded) { return letter === ' ' ? letter : colors[ available[Math.round(Math.random() * (available.length - 2))] ](letter); }; };
💾 Save Changes
❌ Cancel