🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-07 07:25:10 | PHP 8.2.32
📂
/ (Root)
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
colors
/
lib
/
maps
📍 /usr/lib/node_modules/npm/node_modules/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']; return function(letter, i, exploded) { return letter === ' ' ? letter : colors[ available[Math.round(Math.random() * (available.length - 2))] ](letter); }; };
💾 Save Changes
❌ Cancel