HEX
Server: nginx/1.18.0
System: Linux test-ipsremont 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
User: ips (1000)
PHP: 8.0.30
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: /var/www/fintechfuel/node_modules/svelte-check/package.json
{
  "name": "svelte-check",
  "description": "Svelte Code Checker Terminal Interface",
  "version": "3.5.1",
  "main": "./dist/src/index.js",
  "bin": "./bin/svelte-check",
  "author": "The Svelte Community",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sveltejs/language-tools.git"
  },
  "keywords": [
    "svelte",
    "cli"
  ],
  "files": [
    "bin",
    "dist"
  ],
  "bugs": {
    "url": "https://github.com/sveltejs/language-tools/issues"
  },
  "homepage": "https://github.com/sveltejs/language-tools#readme",
  "dependencies": {
    "@jridgewell/trace-mapping": "^0.3.17",
    "chokidar": "^3.4.1",
    "fast-glob": "^3.2.7",
    "import-fresh": "^3.2.1",
    "picocolors": "^1.0.0",
    "sade": "^1.7.4",
    "svelte-preprocess": "^5.0.4",
    "typescript": "^5.0.3"
  },
  "peerDependencies": {
    "svelte": "^3.55.0 || ^4.0.0-next.0 || ^4.0.0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^24.0.0",
    "@rollup/plugin-json": "^6.0.0",
    "@rollup/plugin-node-resolve": "^15.0.0",
    "@rollup/plugin-replace": "5.0.2",
    "@rollup/plugin-typescript": "^10.0.0",
    "@tsconfig/node16": "^1.0.0",
    "@types/sade": "^1.7.2",
    "builtin-modules": "^3.3.0",
    "rollup": "3.7.5",
    "rollup-plugin-cleanup": "^3.2.0",
    "rollup-plugin-copy": "^3.4.0",
    "vscode-languageserver": "8.0.2",
    "vscode-languageserver-protocol": "3.17.2",
    "vscode-languageserver-types": "3.17.2",
    "vscode-uri": "~3.0.0",
    "svelte-language-server": "0.15.0"
  },
  "scripts": {
    "build": "rollup -c && node ./dist/src/index.js --workspace ./test --tsconfig ./tsconfig.json",
    "test": "echo 'NOOP'"
  }
}