Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / registry-auth-token / package.json
1 {
2   "_from": "registry-auth-token@^3.0.1",
3   "_id": "registry-auth-token@3.4.0",
4   "_inBundle": false,
5   "_integrity": "sha512-4LM6Fw8eBQdwMYcES4yTnn2TqIasbXuwDx3um+QRs7S55aMKCBKBxvPXl2RiUjHwuJLTyYfxSpmfSAjQpcuP+A==",
6   "_location": "/registry-auth-token",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "registry-auth-token@^3.0.1",
12     "name": "registry-auth-token",
13     "escapedName": "registry-auth-token",
14     "rawSpec": "^3.0.1",
15     "saveSpec": null,
16     "fetchSpec": "^3.0.1"
17   },
18   "_requiredBy": [
19     "/package-json"
20   ],
21   "_resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-3.4.0.tgz",
22   "_shasum": "d7446815433f5d5ed6431cd5dca21048f66b397e",
23   "_spec": "registry-auth-token@^3.0.1",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/package-json",
25   "author": {
26     "name": "Espen Hovlandsdal",
27     "email": "espen@hovlandsdal.com"
28   },
29   "bugs": {
30     "url": "https://github.com/rexxars/registry-auth-token/issues"
31   },
32   "bundleDependencies": false,
33   "dependencies": {
34     "rc": "^1.1.6",
35     "safe-buffer": "^5.0.1"
36   },
37   "deprecated": false,
38   "description": "Get the auth token set for an npm registry (if any)",
39   "devDependencies": {
40     "istanbul": "^0.4.2",
41     "mocha": "^3.3.0",
42     "require-uncached": "^1.0.2",
43     "standard": "^10.0.2"
44   },
45   "homepage": "https://github.com/rexxars/registry-auth-token#readme",
46   "keywords": [
47     "npm",
48     "conf",
49     "config",
50     "npmconf",
51     "registry",
52     "auth",
53     "token",
54     "authtoken"
55   ],
56   "license": "MIT",
57   "main": "index.js",
58   "name": "registry-auth-token",
59   "repository": {
60     "type": "git",
61     "url": "git+ssh://git@github.com/rexxars/registry-auth-token.git"
62   },
63   "scripts": {
64     "coverage": "istanbul cover _mocha",
65     "posttest": "standard",
66     "test": "mocha"
67   },
68   "standard": {
69     "ignore": [
70       "coverage/**"
71     ]
72   },
73   "version": "3.4.0"
74 }