UNPKG

2.19 kBJSONView Raw
1{
2 "_from": "update-notifier@2.5.0",
3 "_id": "update-notifier@2.5.0",
4 "_inBundle": false,
5 "_integrity": "sha512-gwMdhgJHGuj/+wHJJs9e6PcCszpxR1b236igrOkUofGhqJuG+amlIKwApH1IW1WWl7ovZxsX49lMBWLxSdm5Dw==",
6 "_location": "/update-notifier",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "version",
10 "registry": true,
11 "raw": "update-notifier@2.5.0",
12 "name": "update-notifier",
13 "escapedName": "update-notifier",
14 "rawSpec": "2.5.0",
15 "saveSpec": null,
16 "fetchSpec": "2.5.0"
17 },
18 "_requiredBy": [
19 "#USER",
20 "/",
21 "/libnpx"
22 ],
23 "_resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-2.5.0.tgz",
24 "_shasum": "d0744593e13f161e406acb1d9408b72cad08aff6",
25 "_spec": "update-notifier@2.5.0",
26 "_where": "/Users/ruyadorno/Documents/workspace/cli/latest",
27 "author": {
28 "name": "Sindre Sorhus",
29 "email": "sindresorhus@gmail.com",
30 "url": "https://sindresorhus.com"
31 },
32 "bugs": {
33 "url": "https://github.com/yeoman/update-notifier/issues"
34 },
35 "bundleDependencies": false,
36 "dependencies": {
37 "boxen": "^1.2.1",
38 "chalk": "^2.0.1",
39 "configstore": "^3.0.0",
40 "import-lazy": "^2.1.0",
41 "is-ci": "^1.0.10",
42 "is-installed-globally": "^0.1.0",
43 "is-npm": "^1.0.0",
44 "latest-version": "^3.0.0",
45 "semver-diff": "^2.0.0",
46 "xdg-basedir": "^3.0.0"
47 },
48 "deprecated": false,
49 "description": "Update notifications for your CLI app",
50 "devDependencies": {
51 "ava": "*",
52 "clear-module": "^2.1.0",
53 "fixture-stdout": "^0.2.1",
54 "mock-require": "^2.0.2",
55 "strip-ansi": "^4.0.0",
56 "xo": "^0.18.2"
57 },
58 "engines": {
59 "node": ">=4"
60 },
61 "files": [
62 "index.js",
63 "check.js"
64 ],
65 "homepage": "https://github.com/yeoman/update-notifier#readme",
66 "keywords": [
67 "npm",
68 "update",
69 "updater",
70 "notify",
71 "notifier",
72 "check",
73 "checker",
74 "cli",
75 "module",
76 "package",
77 "version"
78 ],
79 "license": "BSD-2-Clause",
80 "name": "update-notifier",
81 "repository": {
82 "type": "git",
83 "url": "git+https://github.com/yeoman/update-notifier.git"
84 },
85 "scripts": {
86 "test": "xo && ava --timeout=20s"
87 },
88 "version": "2.5.0"
89}