UNPKG

update-notifier-cjs

Version:

Update notifications for your CLI app, maintained in CommonJS (CJS)

62 lines (61 loc) 1.23 kB
{ "name": "update-notifier-cjs", "version": "5.1.7", "description": "Update notifications for your CLI app, maintained in CommonJS (CJS)", "license": "BSD-2-Clause", "repository": "ryanblock/update-notifier-cjs", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "engines": { "node": ">=14" }, "scripts": { "test": "ava --timeout=20s --serial" }, "files": [ "index.js", "check.js", "vendor/*" ], "keywords": [ "npm", "update", "updater", "notify", "notifier", "check", "checker", "cli", "module", "package", "version" ], "dependencies": { "boxen": "^5.0.0", "chalk": "^4.1.0", "configstore": "^5.0.1", "has-yarn": "^2.1.0", "import-lazy": "^2.1.0", "is-ci": "^2.0.0", "is-installed-globally": "^0.4.0", "is-npm": "^5.0.0", "is-yarn-global": "^0.3.0", "isomorphic-fetch": "^3.0.0", "pupa": "^2.1.1", "registry-auth-token": "^5.0.1", "registry-url": "^5.1.0", "semver": "^7.3.7", "semver-diff": "^3.1.1", "xdg-basedir": "^4.0.0" }, "devDependencies": { "ava": "^2.4.0", "clear-module": "^4.1.1", "fixture-stdout": "^0.2.1", "mock-require": "^3.0.3", "strip-ansi": "^6.0.0" } }