📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 14:23:22
📂
/ (Root)
/
opt
/
alt
/
alt-nodejs9
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
npmlog
/
node_modules
/
gauge
📍 /opt/alt/alt-nodejs9/root/usr/lib/node_modules/npm/node_modules.bundled/npmlog/node_modules/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