{ "name": "updates", "version": "6.2.0", "description": "Fast npm dependency updating tool", "author": "silverwind", "repository": "silverwind/updates", "license": "BSD-2-Clause", "main": "updates.js", "bin": "./updates.js", "engines": { "node": ">=6" }, "scripts": { "test": "make test" }, "keywords": [ "dependencies", "update", "updates", "check", "checker", "npm", "yarn", "packages" ], "files": [ "updates.js" ], "dependencies": { "chalk": "2.4.2", "escape-string-regexp": "1.0.5", "find-up": "3.0.0", "hosted-git-info": "^2.7.1", "make-fetch-happen": "4.0.1", "minimist": "1.2.0", "semver": "5.6.0", "string-width": "3.0.0", "text-table": "0.2.0" }, "devDependencies": { "eslint": "5.12.1", "eslint-config-silverwind": "2.0.14", "execa": "^1.0.0", "ver": "3.0.1" } }