🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-10 07:02:17 | PHP 8.2.33
📂
/ (Root)
/
opt
/
alt
/
alt-nodejs12
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
gauge
📍 /opt/alt/alt-nodejs12/root/usr/lib/node_modules/npm/node_modules.bundled/gauge
🔄 Refresh
✏️
Editing: has-color.js
Read Only
'use strict' module.exports = isWin32() || isColorTerm() function isWin32 () { return process.platform === 'win32' } function isColorTerm () { var termHasColor = /^screen|^xterm|^vt100|color|ansi|cygwin|linux/i return !!process.env.COLORTERM || termHasColor.test(process.env.TERM) }
💾 Save Changes
❌ Cancel