Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rc / package.json
1 {
2   "_from": "rc@^1.1.6",
3   "_id": "rc@1.2.8",
4   "_inBundle": false,
5   "_integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==",
6   "_location": "/rc",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "rc@^1.1.6",
12     "name": "rc",
13     "escapedName": "rc",
14     "rawSpec": "^1.1.6",
15     "saveSpec": null,
16     "fetchSpec": "^1.1.6"
17   },
18   "_requiredBy": [
19     "/coc.nvim",
20     "/registry-auth-token",
21     "/registry-url"
22   ],
23   "_resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz",
24   "_shasum": "cd924bf5200a075b83c188cd6b9e211b7fc0d3ed",
25   "_spec": "rc@^1.1.6",
26   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/registry-auth-token",
27   "author": {
28     "name": "Dominic Tarr",
29     "email": "dominic.tarr@gmail.com",
30     "url": "dominictarr.com"
31   },
32   "bin": {
33     "rc": "cli.js"
34   },
35   "browser": "browser.js",
36   "bugs": {
37     "url": "https://github.com/dominictarr/rc/issues"
38   },
39   "bundleDependencies": false,
40   "dependencies": {
41     "deep-extend": "^0.6.0",
42     "ini": "~1.3.0",
43     "minimist": "^1.2.0",
44     "strip-json-comments": "~2.0.1"
45   },
46   "deprecated": false,
47   "description": "hardwired configuration loader",
48   "homepage": "https://github.com/dominictarr/rc#readme",
49   "keywords": [
50     "config",
51     "rc",
52     "unix",
53     "defaults"
54   ],
55   "license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
56   "main": "index.js",
57   "name": "rc",
58   "repository": {
59     "type": "git",
60     "url": "git+https://github.com/dominictarr/rc.git"
61   },
62   "scripts": {
63     "test": "set -e; node test/test.js; node test/ini.js; node test/nested-env-vars.js"
64   },
65   "version": "1.2.8"
66 }