{ "name": "updates", "version": "10.1.0", "description": "Flexible npm dependency update tool", "author": "silverwind", "repository": "silverwind/updates", "license": "BSD-2-Clause", "bin": "./updates.js", "engines": { "node": ">=10" }, "scripts": { "test": "make test" }, "keywords": [ "dependencies", "update", "updates", "check", "checker", "npm", "yarn", "packages" ], "files": [ "updates.js" ], "dependencies": { "colorette": "1.1.0", "hosted-git-info": "3.0.4", "make-fetch-happen": "8.0.3", "minimist": "1.2.0", "rc": "1.2.8", "registry-auth-token": "4.1.1", "semver": "7.1.3", "string-width": "4.2.0", "text-table": "0.2.0" }, "devDependencies": { "create-test-server": "3.0.1", "del": "5.1.0", "eslint": "6.8.0", "eslint-config-silverwind": "10.0.0", "execa": "4.0.0", "jest": "25.1.0", "tempy": "0.4.0", "versions": "8.2.4" }, "jest": { "verbose": false, "testTimeout": 30000 } }