Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.119
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html_old /
iNetty /
node_modules /
colorette /
Delete
Unzip
Name
Size
Permission
Date
Action
LICENSE.md
1.05
KB
-rw-r--r--
2022-04-21 14:25
README.md
4.1
KB
-rw-r--r--
2022-04-21 14:25
index.cjs
5.09
KB
-rw-r--r--
2022-04-21 14:25
index.d.ts
2
KB
-rw-r--r--
2022-04-21 14:25
index.js
3.24
KB
-rw-r--r--
2022-04-21 14:25
package.json
991
B
-rw-r--r--
2022-04-21 14:25
Save
Rename
declare module "colorette" { type Color = (text: string | number) => string interface Colorette { reset: Color bold: Color dim: Color italic: Color underline: Color inverse: Color hidden: Color strikethrough: Color black: Color red: Color green: Color yellow: Color blue: Color magenta: Color cyan: Color white: Color gray: Color bgBlack: Color bgRed: Color bgGreen: Color bgYellow: Color bgBlue: Color bgMagenta: Color bgCyan: Color bgWhite: Color blackBright: Color redBright: Color greenBright: Color yellowBright: Color blueBright: Color magentaBright: Color cyanBright: Color whiteBright: Color bgBlackBright: Color bgRedBright: Color bgGreenBright: Color bgYellowBright: Color bgBlueBright: Color bgMagentaBright: Color bgCyanBright: Color bgWhiteBright: Color } const reset: Color const bold: Color const dim: Color const italic: Color const underline: Color const inverse: Color const hidden: Color const strikethrough: Color const black: Color const red: Color const green: Color const yellow: Color const blue: Color const magenta: Color const cyan: Color const white: Color const gray: Color const bgBlack: Color const bgRed: Color const bgGreen: Color const bgYellow: Color const bgBlue: Color const bgMagenta: Color const bgCyan: Color const bgWhite: Color const blackBright: Color const redBright: Color const greenBright: Color const yellowBright: Color const blueBright: Color const magentaBright: Color const cyanBright: Color const whiteBright: Color const bgBlackBright: Color const bgRedBright: Color const bgGreenBright: Color const bgYellowBright: Color const bgBlueBright: Color const bgMagentaBright: Color const bgCyanBright: Color const bgWhiteBright: Color const isColorSupported: boolean function createColors(options?: { useColor: boolean }): Colorette }