718cb619150d15912dd1bdd3eaca6f6101e7cc55
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / configstore / package.json
1 {
2   "_from": "configstore@^3.0.0",
3   "_id": "configstore@3.1.2",
4   "_inBundle": false,
5   "_integrity": "sha512-vtv5HtGjcYUgFrXc6Kx747B83MRRVS5R1VTEQoXvuP+kMI+if6uywV0nDGoiydJRy4yk7h9od5Og0kxx4zUXmw==",
6   "_location": "/configstore",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "configstore@^3.0.0",
12     "name": "configstore",
13     "escapedName": "configstore",
14     "rawSpec": "^3.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^3.0.0"
17   },
18   "_requiredBy": [
19     "/update-notifier"
20   ],
21   "_resolved": "https://registry.npmjs.org/configstore/-/configstore-3.1.2.tgz",
22   "_shasum": "c6f25defaeef26df12dd33414b001fe81a543f8f",
23   "_spec": "configstore@^3.0.0",
24   "_where": "/tmp/coc-prettier-dzKjD7/node_modules/update-notifier",
25   "author": {
26     "name": "Sindre Sorhus",
27     "email": "sindresorhus@gmail.com",
28     "url": "sindresorhus.com"
29   },
30   "bugs": {
31     "url": "https://github.com/yeoman/configstore/issues"
32   },
33   "bundleDependencies": false,
34   "dependencies": {
35     "dot-prop": "^4.1.0",
36     "graceful-fs": "^4.1.2",
37     "make-dir": "^1.0.0",
38     "unique-string": "^1.0.0",
39     "write-file-atomic": "^2.0.0",
40     "xdg-basedir": "^3.0.0"
41   },
42   "deprecated": false,
43   "description": "Easily load and save config without having to think about where and how",
44   "devDependencies": {
45     "ava": "*",
46     "xo": "*"
47   },
48   "engines": {
49     "node": ">=4"
50   },
51   "files": [
52     "index.js"
53   ],
54   "homepage": "https://github.com/yeoman/configstore#readme",
55   "keywords": [
56     "config",
57     "store",
58     "storage",
59     "conf",
60     "configuration",
61     "settings",
62     "preferences",
63     "json",
64     "data",
65     "persist",
66     "persistent",
67     "save"
68   ],
69   "license": "BSD-2-Clause",
70   "name": "configstore",
71   "repository": {
72     "type": "git",
73     "url": "git+https://github.com/yeoman/configstore.git"
74   },
75   "scripts": {
76     "test": "xo && ava"
77   },
78   "version": "3.1.2"
79 }