⚝
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 :
~
/
usr
/
share
/
nodejs
/
supports-hyperlinks
/
Edit File: package.json
{ "name": "supports-hyperlinks", "version": "2.3.0", "description": "Detect if your terminal emulator supports hyperlinks", "license": "MIT", "repository": "jamestalmage/supports-hyperlinks", "author": { "name": "James Talmage", "email": "james@talmage.io", "url": "github.com/jamestalmage" }, "engines": { "node": ">=8" }, "scripts": { "prepublishOnly": "npm run create-types", "test": "xo && nyc ava", "create-types": "tsc index.js --allowJs --declaration --emitDeclarationOnly" }, "files": [ "index.js", "browser.js" ], "browser": "browser.js", "keywords": [ "link", "terminal", "hyperlink", "cli" ], "dependencies": { "has-flag": "^4.0.0", "supports-color": "^7.0.0" }, "devDependencies": { "ava": "^2.2.0", "codecov": "^3.5.0", "nyc": "^14.1.1", "typescript": "^3.7.2", "xo": "^0.24.0" }, "nyc": { "reporter": [ "lcov", "text" ] } }
Simpan