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.216.250
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
nodejs /
slice-ansi /
Delete
Unzip
Name
Size
Permission
Date
Action
index.cjs
3.66
KB
-rw-r--r--
2022-12-02 14:05
index.js
2.63
KB
-rw-r--r--
2022-12-02 14:05
package.json
939
B
-rw-r--r--
2022-12-02 14:05
pkgjs-lock.json
594
B
-rw-r--r--
2022-12-02 14:05
Save
Rename
{ "name": "slice-ansi", "version": "5.0.0", "description": "Slice a string with ANSI escape codes", "license": "MIT", "repository": "chalk/slice-ansi", "funding": "https://github.com/chalk/slice-ansi?sponsor=1", "type": "module", "main": "./index.cjs", "exports": { "import": "./index.js", "require": "./index.cjs" }, "engines": { "node": ">=12" }, "scripts": { "test": "xo && ava" }, "files": [ "index.cjs", "index.js" ], "keywords": [ "slice", "string", "ansi", "styles", "color", "colour", "colors", "terminal", "console", "cli", "tty", "escape", "formatting", "rgb", "256", "shell", "xterm", "log", "logging", "command-line", "text" ], "dependencies": { "ansi-styles": "^6.0.0", "is-fullwidth-code-point": "^4.0.0" }, "devDependencies": { "ava": "^3.15.0", "chalk": "^4.1.0", "random-item": "^4.0.0", "strip-ansi": "^7.0.0", "xo": "^0.38.2" } }