aboutsummaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/update-notifier/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/update-notifier/package.json')
-rw-r--r--deps/npm/node_modules/update-notifier/package.json45
1 files changed, 21 insertions, 24 deletions
diff --git a/deps/npm/node_modules/update-notifier/package.json b/deps/npm/node_modules/update-notifier/package.json
index cbb64339bb..d01b75b929 100644
--- a/deps/npm/node_modules/update-notifier/package.json
+++ b/deps/npm/node_modules/update-notifier/package.json
@@ -1,43 +1,42 @@
{
- "_from": "update-notifier@~2.1.0",
- "_id": "update-notifier@2.1.0",
- "_integrity": "sha1-7AweU1NrdmR6JLd8uDlm2TFRI9k=",
+ "_from": "update-notifier@2.2.0",
+ "_id": "update-notifier@2.2.0",
+ "_inBundle": false,
+ "_integrity": "sha1-G1g3z5DAc22IYncytmHBOPht5y8=",
"_location": "/update-notifier",
"_phantomChildren": {
- "ansi-regex": "2.1.1",
"graceful-fs": "4.1.11",
"ini": "1.3.4",
- "lru-cache": "4.0.2",
- "mkdirp": "0.5.1",
+ "lru-cache": "4.1.1",
+ "safe-buffer": "5.1.1",
"semver": "5.3.0",
- "strip-ansi": "3.0.1",
+ "strip-ansi": "4.0.0",
"which": "1.2.14",
- "write-file-atomic": "1.3.4"
+ "write-file-atomic": "2.1.0"
},
"_requested": {
- "type": "range",
+ "type": "version",
"registry": true,
- "raw": "update-notifier@~2.1.0",
+ "raw": "update-notifier@2.2.0",
"name": "update-notifier",
"escapedName": "update-notifier",
- "rawSpec": "~2.1.0",
+ "rawSpec": "2.2.0",
"saveSpec": null,
- "fetchSpec": "~2.1.0"
+ "fetchSpec": "2.2.0"
},
"_requiredBy": [
+ "#USER",
"/"
],
- "_resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-2.1.0.tgz",
- "_shasum": "ec0c1e53536b76647a24b77cb83966d9315123d9",
- "_shrinkwrap": null,
- "_spec": "update-notifier@~2.1.0",
- "_where": "/Users/zkat/Documents/code/npm",
+ "_resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-2.2.0.tgz",
+ "_shasum": "1b5837cf90c0736d88627732b661c138f86de72f",
+ "_spec": "update-notifier@2.2.0",
+ "_where": "/Users/rebecca/code/npm",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
- "bin": null,
"bugs": {
"url": "https://github.com/yeoman/update-notifier/issues"
},
@@ -46,20 +45,20 @@
"boxen": "^1.0.0",
"chalk": "^1.0.0",
"configstore": "^3.0.0",
+ "import-lazy": "^2.1.0",
"is-npm": "^1.0.0",
"latest-version": "^3.0.0",
- "lazy-req": "^2.0.0",
"semver-diff": "^2.0.0",
"xdg-basedir": "^3.0.0"
},
"deprecated": false,
"description": "Update notifications for your CLI app",
"devDependencies": {
- "clear-require": "^2.0.0",
+ "clear-module": "^2.1.0",
"fixture-stdout": "^0.2.1",
"mocha": "*",
"strip-ansi": "^3.0.1",
- "xo": "^0.17.0"
+ "xo": "^0.18.2"
},
"engines": {
"node": ">=4"
@@ -84,8 +83,6 @@
],
"license": "BSD-2-Clause",
"name": "update-notifier",
- "optionalDependencies": {},
- "peerDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/yeoman/update-notifier.git"
@@ -93,5 +90,5 @@
"scripts": {
"test": "xo && mocha --timeout 20000"
},
- "version": "2.1.0"
+ "version": "2.2.0"
}