PHP 8.2.30
Preview: themes.js Size: 1.51 KB
/lib/node_modules/npm/node_modules/gauge/themes.js

'use strict'
var consoleControl = require('console-control-strings')
var ThemeSet = require('./theme-set.js')

var themes = module.exports = new ThemeSet()

themes.addTheme('ASCII', {
  preProgressbar: '[',
  postProgressbar: ']',
  progressbarTheme: {
    complete: '#',
    remaining: '.'
  },
  activityIndicatorTheme: '-\\|/',
  preSubsection: '>'
})

themes.addTheme('colorASCII', themes.getTheme('ASCII'), {
  progressbarTheme: {
    preComplete: consoleControl.color('inverse'),
    complete: ' ',
    postComplete: consoleControl.color('stopInverse'),
    preRemaining: consoleControl.color('brightBlack'),
    remaining: '.',
    postRemaining: consoleControl.color('reset')
  }
})

themes.addTheme('brailleSpinner', {
  preProgressbar: '⸨',
  postProgressbar: '⸩',
  progressbarTheme: {
    complete: '░',
    remaining: '⠂'
  },
  activityIndicatorTheme: '⠋⠙⠹⠸⠼⠴⠦⠧⠇⠏',
  preSubsection: '>'
})

themes.addTheme('colorBrailleSpinner', themes.getTheme('brailleSpinner'), {
  progressbarTheme: {
    preComplete: consoleControl.color('inverse'),
    complete: ' ',
    postComplete: consoleControl.color('stopInverse'),
    preRemaining: consoleControl.color('brightBlack'),
    remaining: '░',
    postRemaining: consoleControl.color('reset')
  }
})

themes.setDefault({}, 'ASCII')
themes.setDefault({hasColor: true}, 'colorASCII')
themes.setDefault({platform: 'darwin', hasUnicode: true}, 'brailleSpinner')
themes.setDefault({platform: 'darwin', hasUnicode: true, hasColor: true}, 'colorBrailleSpinner')

Directory Contents

Dirs: 1 × Files: 19

Name Size Perms Modified Actions
- drwxr-xr-x 2024-03-03 22:36:28
Edit Download
395 B lrw-r--r-- 2021-03-10 14:36:39
Edit Download
6.23 KB lrw-r--r-- 2021-03-10 14:36:39
Edit Download
616 B lrw-r--r-- 2021-03-10 14:36:39
Edit Download
292 B lrw-r--r-- 2021-03-10 14:36:39
Edit Download
6.83 KB lrw-r--r-- 2021-03-10 14:36:39
Edit Download
751 B lrw-r--r-- 2021-03-10 14:36:39
Edit Download
2.13 KB lrw-r--r-- 2021-03-10 14:36:39
Edit Download
1.24 KB lrw-r--r-- 2021-03-10 14:36:39
Edit Download
89 B lrw-r--r-- 2021-03-10 14:36:39
Edit Download
998 B lrw-r--r-- 2021-03-10 14:36:39
Edit Download
14.72 KB lrw-r--r-- 2021-03-10 14:36:39
Edit Download
5.60 KB lrw-r--r-- 2021-03-10 14:36:39
Edit Download
139 B lrw-r--r-- 2021-03-10 14:36:39
Edit Download
93 B lrw-r--r-- 2021-03-10 14:36:39
Edit Download
105 B lrw-r--r-- 2021-03-10 14:36:39
Edit Download
1.86 KB lrw-r--r-- 2021-03-10 14:36:39
Edit Download
3.61 KB lrw-r--r-- 2021-03-10 14:36:39
Edit Download
1.51 KB lrw-r--r-- 2021-03-10 14:36:39
Edit Download
828 B lrw-r--r-- 2021-03-10 14:36:39
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).