One Hat Cyber Team
Your IP :
10.30.1.1
Server IP :
103.148.201.5
Server :
Linux web-olt 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64
Server Software :
Apache/2.4.52 (Ubuntu)
PHP Version :
8.1.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
3271118
/
root
/
usr
/
share
/
nodejs
/
resolve-alpn
/
View File Name :
package.json
{ "name": "resolve-alpn", "version": "1.2.1", "description": "Detects the ALPN protocol", "main": "index.js", "scripts": { "test": "xo && nyc --reporter=lcovonly --reporter=text --reporter=html ava" }, "files": [ "index.js" ], "repository": { "type": "git", "url": "git+https://github.com/szmarczak/resolve-alpn.git" }, "keywords": [ "alpn", "tls", "socket", "http2" ], "author": "Szymon Marczak", "license": "MIT", "bugs": { "url": "https://github.com/szmarczak/resolve-alpn/issues" }, "homepage": "https://github.com/szmarczak/resolve-alpn#readme", "devDependencies": { "ava": "^3.15.0", "nyc": "^15.1.0", "pem": "1.14.3", "xo": "^0.38.2" } }