summaryrefslogtreecommitdiff
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.json86
1 files changed, 17 insertions, 69 deletions
diff --git a/deps/npm/node_modules/update-notifier/package.json b/deps/npm/node_modules/update-notifier/package.json
index 5c478ca058..cbb64339bb 100644
--- a/deps/npm/node_modules/update-notifier/package.json
+++ b/deps/npm/node_modules/update-notifier/package.json
@@ -1,68 +1,47 @@
{
- "_args": [
- [
- {
- "raw": "update-notifier@latest",
- "scope": null,
- "escapedName": "update-notifier",
- "name": "update-notifier",
- "rawSpec": "latest",
- "spec": "latest",
- "type": "tag"
- },
- "/Users/zkat/Documents/code/npm"
- ]
- ],
- "_from": "update-notifier@latest",
+ "_from": "update-notifier@~2.1.0",
"_id": "update-notifier@2.1.0",
- "_inCache": true,
+ "_integrity": "sha1-7AweU1NrdmR6JLd8uDlm2TFRI9k=",
"_location": "/update-notifier",
- "_nodeVersion": "7.5.0",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/update-notifier-2.1.0.tgz_1487399187832_0.08143048011697829"
- },
- "_npmUser": {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- },
- "_npmVersion": "4.1.2",
"_phantomChildren": {
"ansi-regex": "2.1.1",
"graceful-fs": "4.1.11",
"ini": "1.3.4",
+ "lru-cache": "4.0.2",
"mkdirp": "0.5.1",
"semver": "5.3.0",
"strip-ansi": "3.0.1",
- "which": "1.2.12",
- "write-file-atomic": "1.3.1"
+ "which": "1.2.14",
+ "write-file-atomic": "1.3.4"
},
"_requested": {
- "raw": "update-notifier@latest",
- "scope": null,
- "escapedName": "update-notifier",
+ "type": "range",
+ "registry": true,
+ "raw": "update-notifier@~2.1.0",
"name": "update-notifier",
- "rawSpec": "latest",
- "spec": "latest",
- "type": "tag"
+ "escapedName": "update-notifier",
+ "rawSpec": "~2.1.0",
+ "saveSpec": null,
+ "fetchSpec": "~2.1.0"
},
"_requiredBy": [
- "#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-2.1.0.tgz",
"_shasum": "ec0c1e53536b76647a24b77cb83966d9315123d9",
"_shrinkwrap": null,
- "_spec": "update-notifier@latest",
+ "_spec": "update-notifier@~2.1.0",
"_where": "/Users/zkat/Documents/code/npm",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
+ "bin": null,
"bugs": {
"url": "https://github.com/yeoman/update-notifier/issues"
},
+ "bundleDependencies": false,
"dependencies": {
"boxen": "^1.0.0",
"chalk": "^1.0.0",
@@ -73,6 +52,7 @@
"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",
@@ -81,11 +61,6 @@
"strip-ansi": "^3.0.1",
"xo": "^0.17.0"
},
- "directories": {},
- "dist": {
- "shasum": "ec0c1e53536b76647a24b77cb83966d9315123d9",
- "tarball": "https://registry.npmjs.org/update-notifier/-/update-notifier-2.1.0.tgz"
- },
"engines": {
"node": ">=4"
},
@@ -93,7 +68,6 @@
"index.js",
"check.js"
],
- "gitHead": "86ca238959d8176929499f69a31cb0ddb0c74e96",
"homepage": "https://github.com/yeoman/update-notifier#readme",
"keywords": [
"npm",
@@ -109,35 +83,9 @@
"version"
],
"license": "BSD-2-Clause",
- "maintainers": [
- {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- },
- {
- "name": "addyosmani",
- "email": "addyosmani@gmail.com"
- },
- {
- "name": "passy",
- "email": "phartig@rdrei.net"
- },
- {
- "name": "sboudrias",
- "email": "admin@simonboudrias.com"
- },
- {
- "name": "eddiemonge",
- "email": "eddie+npm@eddiemonge.com"
- },
- {
- "name": "arthurvr",
- "email": "contact@arthurverschaeve.be"
- }
- ],
"name": "update-notifier",
"optionalDependencies": {},
- "readme": "ERROR: No README data found!",
+ "peerDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/yeoman/update-notifier.git"