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