
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
{
  "_from": "ghost-cli",
  "_id": "ghost-cli@1.17.3",
  "_inBundle": false,
  "_integrity": "sha512-n5WaP8rPfqgCEaVEPlBxoVpGG9f7beg1pTcJM7E+L3sqHgoW8+COcMm+1O1/aIh2r0oSeJnqmyTjvIUM80ZX+A==",
  "_location": "/ghost-cli",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "ghost-cli",
    "name": "ghost-cli",
    "escapedName": "ghost-cli",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/ghost-cli/-/ghost-cli-1.17.3.tgz",
  "_shasum": "35d813a106f68be714ff1b6eaf7b6759150745d7",
  "_spec": "ghost-cli",
  "_where": "/usr/src/csf",
  "author": {
    "name": "Ghost Foundation"
  },
  "bin": {
    "ghost": "bin/ghost"
  },
  "bugs": {
    "url": "https://github.com/TryGhost/Ghost-CLI/issues"
  },
  "bundleDependencies": false,
  "contributors": "https://github.com/TryGhost/Ghost-CLI/graphs/contributors",
  "dependencies": {
    "abbrev": "1.1.1",
    "adm-zip": "0.5.5",
    "bluebird": "3.7.2",
    "boxen": "5.0.1",
    "chalk": "4.1.1",
    "cli-table3": "0.5.0",
    "debug": "4.3.1",
    "decompress": "4.2.1",
    "download": "8.0.0",
    "execa": "1.0.0",
    "find-plugins": "1.1.7",
    "fkill": "7.1.1",
    "form-data": "3.0.1",
    "fs-extra": "9.1.0",
    "generate-password": "1.6.0",
    "global-modules": "2.0.0",
    "got": "9.6.0",
    "https-proxy-agent": "5.0.0",
    "ini": "2.0.0",
    "inquirer": "7.3.3",
    "is-running": "2.1.0",
    "latest-version": "5.1.0",
    "listr": "0.14.3",
    "lodash": "4.17.21",
    "log-symbols": "4.1.0",
    "moment": "2.27.0",
    "mysql": "2.18.1",
    "ora": "3.4.0",
    "package-json": "6.5.0",
    "path-is-root": "0.1.0",
    "portfinder": "1.0.28",
    "prettyjson": "1.2.1",
    "proxy-from-env": "1.1.0",
    "read-last-lines": "1.8.0",
    "replace-in-file": "6.2.0",
    "rxjs": "7.0.0",
    "semver": "7.3.5",
    "shasum": "1.0.2",
    "stat-mode": "1.0.0",
    "strip-ansi": "6.0.0",
    "symlink-or-copy": "1.3.1",
    "systeminformation": "5.6.12",
    "tail": "2.2.2",
    "tough-cookie": "4.0.0",
    "validator": "7.2.0",
    "yargs": "16.2.0",
    "yarn": "1.22.10"
  },
  "deprecated": false,
  "description": "CLI Tool for installing & updating Ghost",
  "devDependencies": {
    "chai": "4.3.4",
    "chai-as-promised": "7.1.1",
    "coveralls": "3.1.0",
    "eslint": "7.25.0",
    "eslint-plugin-ghost": "2.1.0",
    "has-ansi": "4.0.1",
    "mocha": "8.3.2",
    "nock": "13.0.11",
    "nyc": "15.1.0",
    "proxyquire": "2.1.3",
    "sinon": "10.0.0",
    "standard-version": "4.3.0",
    "tmp": "0.2.1"
  },
  "engines": {
    "node": "^10.13.0 || ^12.10.0 || ^14.15.0"
  },
  "files": [
    "bin",
    "lib",
    "extensions",
    "yarn.lock"
  ],
  "homepage": "https://ghost.org",
  "keywords": [
    "ghost",
    "cli"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "ghost-cli",
  "nyc": {
    "exclude": [
      "**/*-spec.js",
      "test"
    ]
  },
  "preferGlobal": true,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TryGhost/Ghost-CLI.git"
  },
  "scripts": {
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "lint": "eslint bin/* lib test extensions",
    "posttest": "yarn lint",
    "ship": "f() { STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then standard-version $@ && git push --follow-tags;  fi; }; f",
    "test": "nyc --reporter=html --reporter=text mocha -t 5000 --recursive test/unit extensions/**/test"
  },
  "standard-version": {
    "skip": {
      "tag": true
    }
  },
  "version": "1.17.3"
}
