HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux ip-172-31-42-149 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 07:00:04 UTC 2025 aarch64
User: ubuntu (1000)
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: /var/www/vhost/disk-apps/pwa.sports-crowd.com/node_modules/@oclif/plugin-version/package.json
{
  "name": "@oclif/plugin-version",
  "description": "A command that shows the CLI version",
  "version": "1.3.10",
  "author": "Salesforce",
  "bugs": "https://github.com/oclif/plugin-version/issues",
  "dependencies": {
    "@oclif/core": "^2.15.0"
  },
  "devDependencies": {
    "@commitlint/config-conventional": "^12.1.4",
    "@oclif/plugin-help": "5.2.17",
    "@oclif/test": "^2.5.1",
    "@types/chai": "^4.3.5",
    "@types/mocha": "^8.0.0",
    "@types/node": "^16",
    "chai": "^4.3.8",
    "commitlint": "^12.1.4",
    "eslint": "^7.3.1",
    "eslint-config-oclif": "^4",
    "eslint-config-oclif-typescript": "^1.0.2",
    "fancy-test": "^2.0.37",
    "husky": "6",
    "mocha": "^8.2.1",
    "oclif": "^3.14.0",
    "shx": "^0.3.4",
    "ts-node": "^10.9.1",
    "typescript": "^4.9.5"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "files": [
    "oclif.manifest.json",
    "/lib"
  ],
  "homepage": "https://github.com/oclif/plugin-version",
  "keywords": [
    "oclif-plugin"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "oclif": {
    "commands": "./lib/commands",
    "devPlugins": [
      "@oclif/plugin-help"
    ]
  },
  "repository": "oclif/plugin-version",
  "scripts": {
    "build": "shx rm -rf lib && tsc",
    "commitlint": "commitlint",
    "clean": "shx rm -f oclif.manifest.json",
    "lint": "eslint . --ext .ts --config .eslintrc",
    "pretest": "yarn build",
    "test": "mocha --forbid-only \"test/**/*.test.ts\"",
    "posttest": "yarn lint",
    "prepublishOnly": "yarn run build && oclif manifest . && oclif readme",
    "postpublish": "yarn run clean",
    "preversion": "yarn run clean",
    "version": "oclif readme && git add README.md"
  },
  "types": "lib/index.d.ts"
}