UNPKG

1.22 kBJSONView Raw
1{
2 "name": "update-notifier",
3 "version": "4.0.0",
4 "description": "Update notifications for your CLI app",
5 "license": "BSD-2-Clause",
6 "repository": "yeoman/update-notifier",
7 "funding": "https://github.com/yeoman/update-notifier?sponsor=1",
8 "author": {
9 "name": "Sindre Sorhus",
10 "email": "sindresorhus@gmail.com",
11 "url": "https://sindresorhus.com"
12 },
13 "engines": {
14 "node": ">=8"
15 },
16 "scripts": {
17 "test": "xo && ava --timeout=20s -s"
18 },
19 "files": [
20 "index.js",
21 "check.js"
22 ],
23 "keywords": [
24 "npm",
25 "update",
26 "updater",
27 "notify",
28 "notifier",
29 "check",
30 "checker",
31 "cli",
32 "module",
33 "package",
34 "version"
35 ],
36 "dependencies": {
37 "boxen": "^4.2.0",
38 "chalk": "^3.0.0",
39 "configstore": "^5.0.0",
40 "has-yarn": "^2.1.0",
41 "import-lazy": "^2.1.0",
42 "is-ci": "^2.0.0",
43 "is-installed-globally": "^0.3.1",
44 "is-npm": "^4.0.0",
45 "is-yarn-global": "^0.3.0",
46 "latest-version": "^5.0.0",
47 "semver-diff": "^3.1.1",
48 "xdg-basedir": "^4.0.0"
49 },
50 "devDependencies": {
51 "ava": "^2.4.0",
52 "clear-module": "^4.0.0",
53 "fixture-stdout": "^0.2.1",
54 "mock-require": "^3.0.3",
55 "strip-ansi": "^6.0.0",
56 "xo": "^0.25.3"
57 },
58 "xo": {
59 "rules": {
60 "prefer-object-spread": 0
61 }
62 }
63}