{
  "_args": [
    [
      "npm-check-updates@4.0.1",
      "/home/dianasoft/public_html"
    ]
  ],
  "_development": true,
  "_from": "npm-check-updates@4.0.1",
  "_id": "npm-check-updates@4.0.1",
  "_inBundle": false,
  "_integrity": "sha512-rDrKAqhQuTYq2EkndroPMZGA9N6tpTotOVOIJoxRa3ZKnb/mOcq2TZv4A4LLSM8+9kZlP+sBwE+XAGh8wWZw/w==",
  "_location": "/npm-check-updates",
  "_phantomChildren": {
    "@types/color-name": "1.1.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "npm-check-updates@4.0.1",
    "name": "npm-check-updates",
    "escapedName": "npm-check-updates",
    "rawSpec": "4.0.1",
    "saveSpec": null,
    "fetchSpec": "4.0.1"
  },
  "_requiredBy": [
    "/@chenfengyuan/vue-countdown"
  ],
  "_resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-4.0.1.tgz",
  "_spec": "4.0.1",
  "_where": "/home/dianasoft/public_html",
  "author": {
    "name": "Tomas Junnonen",
    "email": "tomas1@gmail.com"
  },
  "bin": {
    "npm-check-updates": "bin/npm-check-updates",
    "ncu": "bin/ncu"
  },
  "bugs": {
    "url": "https://github.com/tjunnone/npm-check-updates/issues"
  },
  "contributors": [
    {
      "name": "Raine Revere",
      "url": "https://github.com/raineorshine"
    }
  ],
  "dependencies": {
    "chalk": "^3.0.0",
    "cint": "^8.2.1",
    "cli-table": "^0.3.1",
    "commander": "^4.0.1",
    "fast-diff": "^1.2.0",
    "find-up": "4.1.0",
    "get-stdin": "^7.0.0",
    "json-parse-helpfulerror": "^1.0.3",
    "libnpmconfig": "^1.2.1",
    "lodash": "^4.17.15",
    "node-alias": "^1.0.4",
    "pacote": "^10.2.0",
    "progress": "^2.0.3",
    "prompts": "^2.3.0",
    "rc-config-loader": "^3.0.0",
    "requireg": "^0.2.2",
    "semver": "^6.3.0",
    "semver-utils": "^1.1.4",
    "spawn-please": "^0.3.0",
    "update-notifier": "^3.0.1"
  },
  "description": "Find newer versions of dependencies than what your package.json or bower.json allows",
  "devDependencies": {
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "chai-string": "^1.5.0",
    "chokidar-cli": "^2.1.0",
    "eslint": "^6.7.1",
    "mocha": "^6.2.2",
    "should": "^13.2.3",
    "snyk": "^1.252.0",
    "tmp": "0.1.0"
  },
  "engines": {
    "node": ">=8"
  },
  "files": [
    "bin",
    "lib"
  ],
  "homepage": "https://github.com/tjunnone/npm-check-updates",
  "keywords": [
    "npm",
    "bower",
    "check",
    "find",
    "discover",
    "updates",
    "upgrades",
    "dependencies",
    "package.json",
    "bower.json",
    "updater",
    "version",
    "management",
    "ncu"
  ],
  "license": "Apache-2.0",
  "main": "./lib/npm-check-updates",
  "name": "npm-check-updates",
  "preferGlobal": true,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tjunnone/npm-check-updates.git"
  },
  "scripts": {
    "lint": "eslint bin/* lib test",
    "test": "npm run lint && mocha && mocha test/individual && if [ ! \"$TRAVIS\" ]; then snyk test; fi",
    "watch": "chokidar \"lib/**/*.js\" -c \"npm run test\""
  },
  "version": "4.0.1"
}
