{ "_from": "update-notifier@^3.0.1", "_id": "update-notifier@3.0.1", "_inBundle": false, "_integrity": "sha512-grrmrB6Zb8DUiyDIaeRTBCkgISYUgETNe7NglEbVsrLWXeESnlCSP50WfRSj/GmzMPl6Uchj24S/p80nP/ZQrQ==", "_location": "/update-notifier", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "update-notifier@^3.0.1", "name": "update-notifier", "escapedName": "update-notifier", "rawSpec": "^3.0.1", "saveSpec": null, "fetchSpec": "^3.0.1" }, "_requiredBy": [ "/electron-builder" ], "_resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-3.0.1.tgz", "_shasum": "78ecb68b915e2fd1be9f767f6e298ce87b736250", "_spec": "update-notifier@^3.0.1", "_where": "C:\\Users\\ryuki\\TheDesk\\app\\node_modules\\electron-builder", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "bugs": { "url": "https://github.com/yeoman/update-notifier/issues" }, "bundleDependencies": false, "dependencies": { "boxen": "^3.0.0", "chalk": "^2.0.1", "configstore": "^4.0.0", "has-yarn": "^2.1.0", "import-lazy": "^2.1.0", "is-ci": "^2.0.0", "is-installed-globally": "^0.1.0", "is-npm": "^3.0.0", "is-yarn-global": "^0.3.0", "latest-version": "^5.0.0", "semver-diff": "^2.0.0", "xdg-basedir": "^3.0.0" }, "deprecated": false, "description": "Update notifications for your CLI app", "devDependencies": { "ava": "^1.3.1", "clear-module": "^3.1.0", "fixture-stdout": "^0.2.1", "mock-require": "^3.0.3", "strip-ansi": "^5.2.0", "xo": "^0.24.0" }, "engines": { "node": ">=8" }, "files": [ "index.js", "check.js" ], "homepage": "https://github.com/yeoman/update-notifier#readme", "keywords": [ "npm", "update", "updater", "notify", "notifier", "check", "checker", "cli", "module", "package", "version" ], "license": "BSD-2-Clause", "name": "update-notifier", "repository": { "type": "git", "url": "git+https://github.com/yeoman/update-notifier.git" }, "scripts": { "test": "xo && ava --timeout=20s -s" }, "version": "3.0.1", "xo": { "rules": { "prefer-object-spread": 0 } } }