{ "_from": "npm-check-updates@3.1.23", "_id": "npm-check-updates@3.1.23", "_inBundle": false, "_integrity": "sha512-Z2dkMdNgue6OPkQDPcAK62Qrwv+G1PaEmKrDrrSAiSP7pRD3u30xOVy1nLukS1XrJ2/zF8XTVxFe9/ubcvlcPQ==", "_location": "/npm-check-updates", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "npm-check-updates@3.1.23", "name": "npm-check-updates", "escapedName": "npm-check-updates", "rawSpec": "3.1.23", "saveSpec": null, "fetchSpec": "3.1.23" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-3.1.23.tgz", "_shasum": "9f2885665b1c7327d909558bdc65913927a7de12", "_spec": "npm-check-updates@3.1.23", "_where": "/home/shimataro/projects/actions/ssh-key-action", "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" }, "bundleDependencies": false, "contributors": [ { "name": "Raine Revere", "url": "https://github.com/raineorshine" } ], "dependencies": { "chalk": "^2.4.2", "cint": "^8.2.1", "cli-table": "^0.3.1", "commander": "^3.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": "^9.5.8", "progress": "^2.0.3", "prompts": "^2.2.1", "rc-config-loader": "^2.0.4", "requireg": "^0.2.2", "semver": "^6.3.0", "semver-utils": "^1.1.4", "spawn-please": "^0.3.0", "update-notifier": "^3.0.1" }, "deprecated": false, "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.0.0", "eslint": "^6.3.0", "mocha": "^6.2.0", "should": "^13.2.3", "snyk": "^1.226.1", "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": "3.1.23" }