{
  "_args": [
    [
      "@oclif/plugin-warn-if-update-available@1.7.0",
      "/root/project/processmaker/vendor/colosa/taskscheduler"
    ]
  ],
  "_from": "@oclif/plugin-warn-if-update-available@1.7.0",
  "_id": "@oclif/plugin-warn-if-update-available@1.7.0",
  "_inBundle": false,
  "_integrity": "sha512-Nwyz3BJ8RhsfQ+OmFSsJSPIfn5YJqMrCzPh72Zgo2jqIjKIBWD8N9vTTe4kZlpeUUn77SyXFfwlBQbNCL5OEuQ==",
  "_location": "/@oclif/plugin-warn-if-update-available",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@oclif/plugin-warn-if-update-available@1.7.0",
    "name": "@oclif/plugin-warn-if-update-available",
    "escapedName": "@oclif%2fplugin-warn-if-update-available",
    "scope": "@oclif",
    "rawSpec": "1.7.0",
    "saveSpec": null,
    "fetchSpec": "1.7.0"
  },
  "_requiredBy": [
    "/apollo"
  ],
  "_resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-1.7.0.tgz",
  "_spec": "1.7.0",
  "_where": "/root/project/processmaker/vendor/colosa/taskscheduler",
  "author": {
    "name": "Jeff Dickey @jdxcode"
  },
  "bugs": {
    "url": "https://github.com/oclif/plugin-warn-if-update-available/issues"
  },
  "dependencies": {
    "@oclif/command": "^1.5.10",
    "@oclif/config": "^1.12.8",
    "@oclif/errors": "^1.2.2",
    "chalk": "^2.4.1",
    "debug": "^4.1.0",
    "fs-extra": "^7.0.0",
    "http-call": "^5.2.2",
    "lodash.template": "^4.4.0",
    "semver": "^5.6.0"
  },
  "description": "warns if there is a newer version of CLI released",
  "devDependencies": {
    "@oclif/dev-cli": "^1.19.1",
    "@oclif/test": "^1.2.4",
    "@oclif/tslint": "^3.1.0",
    "@types/chai": "^4.1.6",
    "@types/fs-extra": "^5.0.5",
    "@types/lodash.template": "^4.4.5",
    "@types/mocha": "^5.2.6",
    "@types/node": "^11.9.4",
    "@types/semver": "^5.5.0",
    "chai": "^4.2.0",
    "globby": "^9.0.0",
    "mocha": "^6.0.0",
    "ts-node": "^8.0.2",
    "tslib": "^1.9.3",
    "tslint": "^5.11.0",
    "typescript": "^3.3.3"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "oclif.manifest.json",
    "/lib"
  ],
  "homepage": "https://github.com/oclif/plugin-warn-if-update-available",
  "keywords": [
    "oclif-plugin"
  ],
  "license": "MIT",
  "name": "@oclif/plugin-warn-if-update-available",
  "oclif": {
    "bin": "oclif-example",
    "hooks": {
      "init": [
        "./lib/hooks/init/check-update"
      ]
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oclif/plugin-warn-if-update-available.git"
  },
  "scripts": {
    "build": "rm -rf lib && tsc",
    "clean": "rm -f oclif.manifest.json",
    "lint": "tsc -p test --noEmit && tslint -p test -t stylish",
    "postpublish": "yarn run clean",
    "posttest": "yarn run lint",
    "prepublishOnly": "yarn run build && oclif-dev manifest && oclif-dev readme",
    "preversion": "yarn run clean",
    "test": "mocha --forbid-only \"test/**/*.test.ts\"",
    "version": "oclif-dev readme && git add README.md"
  },
  "version": "1.7.0"
}
