📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 12:58:19
📂
/ (Root)
/
lib
/
node_modules
/
npm
/
node_modules
/
gauge
📍 /lib/node_modules/npm/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