⚝
One Hat Cyber Team
⚝
Your IP:
172.22.0.1
Server IP:
151.80.20.34
Server:
Linux 794f04d97d5e 5.15.0-143-generic #153-Ubuntu SMP Fri Jun 13 19:10:45 UTC 2025 x86_64
Server Software:
Apache/2.4.62 (Debian)
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
thread-self
/
root
/
usr
/
share
/
nodejs
/
colors
/
View File Name :
package.json
{ "name": "colors", "description": "get colors in your node.js console", "version": "1.4.0", "author": "Marak Squires", "contributors": [ { "name": "DABH", "url": "https://github.com/DABH" } ], "homepage": "https://github.com/Marak/colors.js", "bugs": "https://github.com/Marak/colors.js/issues", "keywords": [ "ansi", "terminal", "colors" ], "repository": { "type": "git", "url": "http://github.com/Marak/colors.js.git" }, "license": "MIT", "scripts": { "lint": "eslint . --fix", "test": "node tests/basic-test.js && node tests/safe-test.js" }, "engines": { "node": ">=0.1.90" }, "main": "lib/index.js", "files": [ "examples", "lib", "LICENSE", "safe.js", "themes", "index.d.ts", "safe.d.ts" ], "devDependencies": { "eslint": "^5.2.0", "eslint-config-google": "^0.11.0" } }