📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 18:39:34
📂
/ (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