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-plugins/package.json
{
  "name": "@oclif/plugin-plugins",
  "description": "plugins plugin for oclif",
  "version": "2.4.7",
  "author": "Salesforce",
  "bugs": "https://github.com/oclif/plugin-plugins/issues",
  "dependencies": {
    "@oclif/color": "^1.0.4",
    "@oclif/core": "^2.8.2",
    "chalk": "^4.1.2",
    "debug": "^4.3.4",
    "fs-extra": "^9.0",
    "http-call": "^5.2.2",
    "load-json-file": "^5.3.0",
    "npm-run-path": "^4.0.1",
    "semver": "^7.5.0",
    "tslib": "^2.4.1",
    "yarn": "^1.22.18"
  },
  "devDependencies": {
    "@commitlint/config-conventional": "^12.1.4",
    "@oclif/plugin-help": "^5.2.9",
    "@oclif/test": "^2.3.14",
    "@types/chai": "^4.3.4",
    "@types/fs-extra": "^9.0",
    "@types/mocha": "^8.2.3",
    "@types/node": "^14.18.42",
    "@types/semver": "^7.3.13",
    "@types/supports-color": "^7.2.0",
    "chai": "^4.3.7",
    "commitlint": "^12.1.4",
    "eslint": "^7.31.0",
    "eslint-config-oclif": "^4",
    "eslint-config-oclif-typescript": "^1.0.3",
    "fancy-test": "^2.0.19",
    "globby": "^11.1.0",
    "husky": "6",
    "mocha": "^9.2.2",
    "nock": "^13.3.0",
    "oclif": "^3.8.1",
    "shx": "^0.3.4",
    "ts-node": "^10.7.0",
    "typescript": "4.9.5"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "files": [
    "oclif.manifest.json",
    "/lib"
  ],
  "homepage": "https://github.com/oclif/plugin-plugins",
  "keywords": [
    "oclif-plugin"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "oclif": {
    "commands": "./lib/commands",
    "scope": "heroku-cli",
    "hooks": {
      "update": "./lib/hooks/update.js"
    },
    "devPlugins": [
      "@oclif/plugin-help"
    ],
    "aliases": {
      "aliasme": "oclif-debug"
    },
    "bin": "mycli"
  },
  "repository": "oclif/plugin-plugins",
  "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 && tsc -p test --noEmit",
    "test": "mocha \"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"
}