Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.217.80
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
nodejs /
npm /
node_modules /
cli-columns /
Delete
Unzip
Name
Size
Permission
Date
Action
color.js
403
B
-rw-r--r--
2023-11-23 07:39
index.js
1.59
KB
-rw-r--r--
2023-11-23 07:39
package.json
1.03
KB
-rw-r--r--
2023-11-23 07:39
test.js
2.16
KB
-rw-r--r--
2023-11-23 07:39
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('');