UNPKG

@snyk/update-notifier

Version:

Update notifications for your CLI app

61 lines 1.33 kB
{ "name": "@snyk/update-notifier", "version": "2.5.1-rc2", "description": "Update notifications for your CLI app", "license": "BSD-2-Clause", "repository": { "type": "git", "url": "git+https://github.com/snyk/update-notifier.git" }, "author": "Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)", "engines": { "node": ">=6" }, "scripts": { "test": "ava --timeout=20s" }, "files": [ "index.js", "check.js" ], "keywords": [ "npm", "update", "updater", "notify", "notifier", "check", "checker", "cli", "module", "package", "version" ], "dependencies": { "boxen": "^1.3.0", "chalk": "^2.3.2", "@snyk/configstore": "3.2.0-rc1", "import-lazy": "^2.1.0", "is-ci": "^1.0.10", "is-installed-globally": "^0.1.0", "is-npm": "^1.0.0", "latest-version": "^3.1.0", "semver-diff": "^2.0.0", "xdg-basedir": "^3.0.0" }, "devDependencies": { "ava": "0.25.0", "clear-module": "^2.1.0", "fixture-stdout": "^0.2.1", "mock-require": "^2.0.2", "strip-ansi": "^4.0.0" }, "bugs": { "url": "https://github.com/snyk/update-notifier/issues" }, "homepage": "https://github.com/snyk/update-notifier#readme", "main": "index.js", "directories": { "test": "test" } }