Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/update-notifier/package.json')
-rw-r--r--node_modules/update-notifier/package.json28
1 files changed, 14 insertions, 14 deletions
diff --git a/node_modules/update-notifier/package.json b/node_modules/update-notifier/package.json
index 836b3df25..73296cdb5 100644
--- a/node_modules/update-notifier/package.json
+++ b/node_modules/update-notifier/package.json
@@ -1,33 +1,31 @@
{
- "_args": [
- [
- "update-notifier@2.5.0",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "update-notifier@2.5.0",
+ "_from": "update-notifier@^2.5.0",
"_id": "update-notifier@2.5.0",
"_inBundle": false,
"_integrity": "sha512-gwMdhgJHGuj/+wHJJs9e6PcCszpxR1b236igrOkUofGhqJuG+amlIKwApH1IW1WWl7ovZxsX49lMBWLxSdm5Dw==",
"_location": "/update-notifier",
- "_phantomChildren": {},
+ "_phantomChildren": {
+ "escape-string-regexp": "1.0.5"
+ },
"_requested": {
- "type": "version",
+ "type": "range",
"registry": true,
- "raw": "update-notifier@2.5.0",
+ "raw": "update-notifier@^2.5.0",
"name": "update-notifier",
"escapedName": "update-notifier",
- "rawSpec": "2.5.0",
+ "rawSpec": "^2.5.0",
"saveSpec": null,
- "fetchSpec": "2.5.0"
+ "fetchSpec": "^2.5.0"
},
"_requiredBy": [
"/",
+ "/@iarna/cli",
"/libnpx"
],
"_resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-2.5.0.tgz",
- "_spec": "2.5.0",
- "_where": "/Users/rebecca/code/npm",
+ "_shasum": "d0744593e13f161e406acb1d9408b72cad08aff6",
+ "_spec": "update-notifier@^2.5.0",
+ "_where": "/Users/isaacs/dev/npm/cli",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -36,6 +34,7 @@
"bugs": {
"url": "https://github.com/yeoman/update-notifier/issues"
},
+ "bundleDependencies": false,
"dependencies": {
"boxen": "^1.2.1",
"chalk": "^2.0.1",
@@ -48,6 +47,7 @@
"semver-diff": "^2.0.0",
"xdg-basedir": "^3.0.0"
},
+ "deprecated": false,
"description": "Update notifications for your CLI app",
"devDependencies": {
"ava": "*",