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