summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/update-notifier/package.json
blob: 5c478ca0580aef6010f1274feafe35c09041b19b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
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"
}