PATH:
usr
/
local
/
lib
/
node_modules
/
npm
/
node_modules
/
gauge
'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) }
[-] progress-bar.js
[edit]
[-] theme-set.js
[edit]
[-] set-immediate.js
[edit]
[+]
..
[-] has-color.js
[edit]
[-] template-item.js
[edit]
[+]
node_modules
[-] base-theme.js
[edit]
[-] package.json
[edit]
[-] wide-truncate.js
[edit]
[-] themes.js
[edit]
[-] spin.js
[edit]
[-] index.js
[edit]
[-] plumbing.js
[edit]
[-] error.js
[edit]
[-] render-template.js
[edit]
[-] set-interval.js
[edit]
[-] README.md
[edit]
[-] process.js
[edit]
[-] LICENSE
[edit]
[-] CHANGELOG.md
[edit]