{ "name": "updates", "version": "9.0.0", "description": "Flexible npm dependency update tool", "author": "silverwind", "repository": "silverwind/updates", "license": "BSD-2-Clause", "main": "updates.js", "bin": "./updates.js", "engines": { "node": ">=8" }, "scripts": { "test": "npx eslint --color --quiet *.js && node --trace-deprecation --throw-deprecation test.js" }, "keywords": [ "dependencies", "update", "updates", "check", "checker", "npm", "yarn", "packages" ], "files": [ "updates.js" ], "dependencies": { "chalk": "2.4.2", "find-up": "4.1.0", "hosted-git-info": "3.0.0", "make-fetch-happen": "5.0.0", "minimist": "1.2.0", "rc": "1.2.8", "registry-auth-token": "4.0.0", "semver": "6.3.0", "string-width": "4.1.0", "text-table": "0.2.0" }, "devDependencies": { "eslint": "6.3.0", "eslint-config-silverwind": "4.1.1", "execa": "2.0.4", "ver": "5.1.4" } }