Linux vmi2545633.contaboserver.net 6.1.0-32-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.129-1 (2025-03-06) x86_64
Apache/2.4.62 (Debian)
Server IP : 127.0.0.1 & Your IP : 127.0.0.1
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
node_modules /
npm /
node_modules /
gauge /
lib /
Delete
Unzip
Name
Size
Permission
Date
Action
base-theme.js
424
B
-rw-r--r--
2022-10-11 10:59
error.js
616
B
-rw-r--r--
2022-10-11 10:59
has-color.js
99
B
-rw-r--r--
2022-10-11 10:59
index.js
7.12
KB
-rw-r--r--
2023-06-20 17:20
plumbing.js
1.25
KB
-rw-r--r--
2022-10-11 10:59
process.js
89
B
-rw-r--r--
2022-10-11 10:59
progress-bar.js
1.01
KB
-rw-r--r--
2022-10-11 10:59
render-template.js
5.81
KB
-rw-r--r--
2022-10-11 10:59
set-immediate.js
139
B
-rw-r--r--
2022-10-11 10:59
set-interval.js
93
B
-rw-r--r--
2022-10-11 10:59
spin.js
105
B
-rw-r--r--
2022-10-11 10:59
template-item.js
1.93
KB
-rw-r--r--
2022-10-11 10:59
theme-set.js
3.63
KB
-rw-r--r--
2022-10-11 10:59
themes.js
1.63
KB
-rw-r--r--
2022-10-11 10:59
wide-truncate.js
858
B
-rw-r--r--
2022-10-11 10:59
Save
Rename
'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')