Linux srv25.usacloudserver.us 5.14.0-570.39.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025 x86_64
LiteSpeed
Server IP : 23.137.84.82 & Your IP : 216.73.216.181
Domains :
Cant Read [ /etc/named.conf ]
User : epicgamerzoneco
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib /
node_modules /
npm /
node_modules /
cli-columns /
Delete
Unzip
Name
Size
Permission
Date
Action
LICENSE
1.1
KB
-rw-r--r--
2023-08-08 22:32
color.js
403
B
-rw-r--r--
2023-08-08 22:32
index.js
1.59
KB
-rw-r--r--
2023-08-08 22:32
package.json
1.03
KB
-rw-r--r--
2023-08-08 22:32
test.js
2.16
KB
-rw-r--r--
2023-08-08 22:32
Save
Rename
const chalk = require('chalk'); const columns = require('.'); // prettier-ignore const values = [ 'blue' + chalk.bgBlue('berry'), '笔菠萝' + chalk.yellow('苹果笔'), chalk.red('apple'), 'pomegranate', 'durian', chalk.green('star fruit'), 'パイナップル', 'apricot', 'banana', 'pineapple', chalk.bgRed.yellow('orange') ]; console.log(''); console.log(columns(values)); console.log('');