PHP 8.2.30
Preview: themes.js Size: 1.63 KB
/opt/alt/alt-nodejs19/root/lib/node_modules/npm/node_modules/node-gyp/node_modules/gauge/lib/themes.js

'use strict'
var color = require('console-control-strings').color
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: color('bgBrightWhite', 'brightWhite'),
    complete: '#',
    postComplete: color('reset'),
    preRemaining: color('bgBrightBlack', 'brightBlack'),
    remaining: '.',
    postRemaining: color('reset'),
  },
})

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

themes.addTheme('colorBrailleSpinner', themes.getTheme('brailleSpinner'), {
  progressbarTheme: {
    preComplete: color('bgBrightWhite', 'brightWhite'),
    complete: '#',
    postComplete: color('reset'),
    preRemaining: color('bgBrightBlack', 'brightBlack'),
    remaining: '⠂',
    postRemaining: 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')
themes.setDefault({ platform: 'linux', hasUnicode: true }, 'brailleSpinner')
themes.setDefault({ platform: 'linux', hasUnicode: true, hasColor: true }, 'colorBrailleSpinner')

Directory Contents

Dirs: 0 × Files: 15

Name Size Perms Modified Actions
424 B lrw-r--r-- 2023-12-06 18:07:51
Edit Download
616 B lrw-r--r-- 2023-12-06 18:07:51
Edit Download
99 B lrw-r--r-- 2023-12-06 18:07:51
Edit Download
7.12 KB lrw-r--r-- 2023-12-06 18:07:51
Edit Download
1.25 KB lrw-r--r-- 2023-12-06 18:07:51
Edit Download
89 B lrw-r--r-- 2023-12-06 18:07:51
Edit Download
1.01 KB lrw-r--r-- 2023-12-06 18:07:51
Edit Download
5.81 KB lrw-r--r-- 2023-12-06 18:07:51
Edit Download
139 B lrw-r--r-- 2023-12-06 18:07:51
Edit Download
93 B lrw-r--r-- 2023-12-06 18:07:51
Edit Download
105 B lrw-r--r-- 2023-12-06 18:07:51
Edit Download
1.93 KB lrw-r--r-- 2023-12-06 18:07:51
Edit Download
3.63 KB lrw-r--r-- 2023-12-06 18:07:51
Edit Download
1.63 KB lrw-r--r-- 2023-12-06 18:07:51
Edit Download
858 B lrw-r--r-- 2023-12-06 18:07:51
Edit Download

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