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.json149
1 files changed, 149 insertions, 0 deletions
diff --git a/deps/npm/node_modules/update-notifier/package.json b/deps/npm/node_modules/update-notifier/package.json
new file mode 100644
index 0000000000..5c478ca058
--- /dev/null
+++ b/deps/npm/node_modules/update-notifier/package.json
@@ -0,0 +1,149 @@
+{
+ "_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",
+ "_id": "update-notifier@2.1.0",
+ "_inCache": true,
+ "_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",
+ "mkdirp": "0.5.1",
+ "semver": "5.3.0",
+ "strip-ansi": "3.0.1",
+ "which": "1.2.12",
+ "write-file-atomic": "1.3.1"
+ },
+ "_requested": {
+ "raw": "update-notifier@latest",
+ "scope": null,
+ "escapedName": "update-notifier",
+ "name": "update-notifier",
+ "rawSpec": "latest",
+ "spec": "latest",
+ "type": "tag"
+ },
+ "_requiredBy": [
+ "#USER",
+ "/"
+ ],
+ "_resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-2.1.0.tgz",
+ "_shasum": "ec0c1e53536b76647a24b77cb83966d9315123d9",
+ "_shrinkwrap": null,
+ "_spec": "update-notifier@latest",
+ "_where": "/Users/zkat/Documents/code/npm",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus@gmail.com",
+ "url": "sindresorhus.com"
+ },
+ "bugs": {
+ "url": "https://github.com/yeoman/update-notifier/issues"
+ },
+ "dependencies": {
+ "boxen": "^1.0.0",
+ "chalk": "^1.0.0",
+ "configstore": "^3.0.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"
+ },
+ "description": "Update notifications for your CLI app",
+ "devDependencies": {
+ "clear-require": "^2.0.0",
+ "fixture-stdout": "^0.2.1",
+ "mocha": "*",
+ "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"
+ },
+ "files": [
+ "index.js",
+ "check.js"
+ ],
+ "gitHead": "86ca238959d8176929499f69a31cb0ddb0c74e96",
+ "homepage": "https://github.com/yeoman/update-notifier#readme",
+ "keywords": [
+ "npm",
+ "update",
+ "updater",
+ "notify",
+ "notifier",
+ "check",
+ "checker",
+ "cli",
+ "module",
+ "package",
+ "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!",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/yeoman/update-notifier.git"
+ },
+ "scripts": {
+ "test": "xo && mocha --timeout 20000"
+ },
+ "version": "2.1.0"
+}