HEX
Server: LiteSpeed
System: Linux houston.panomity.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
User: nudepix (1011)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //proc/self/root/lib/code-server/package.json
{
  "name": "code-server",
  "license": "MIT",
  "version": "4.107.0",
  "description": "Run VS Code on a remote server.",
  "homepage": "https://github.com/coder/code-server",
  "bugs": {
    "url": "https://github.com/coder/code-server/issues"
  },
  "repository": "https://github.com/coder/code-server",
  "main": "out/node/entry.js",
  "dependencies": {
    "@coder/logger": "^3.0.1",
    "argon2": "^0.31.1",
    "compression": "^1.7.4",
    "cookie-parser": "^1.4.6",
    "env-paths": "^2.2.1",
    "express": "^5.0.1",
    "http-proxy": "^1.18.1",
    "httpolyglot": "^0.1.2",
    "i18next": "^25.3.0",
    "js-yaml": "^4.1.0",
    "limiter": "^2.1.0",
    "pem": "^1.14.8",
    "proxy-agent": "^6.3.1",
    "qs": "6.14.0",
    "rotating-file-stream": "^3.1.1",
    "safe-compare": "^1.1.4",
    "semver": "^7.5.4",
    "ws": "^8.14.2",
    "xdg-basedir": "^4.0.0"
  },
  "resolutions": {
    "@types/node": "22.x"
  },
  "bin": {
    "code-server": "out/node/entry.js"
  },
  "keywords": [
    "vscode",
    "development",
    "ide",
    "coder",
    "vscode-remote",
    "browser-ide",
    "remote-development"
  ],
  "engines": {
    "node": "22"
  },
  "commit": "ac7322ce566a5dc99c60d92180375329f0bbd759",
  "scripts": {
    "postinstall": "sh ./postinstall.sh"
  }
}