Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « config-chain « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b9ab7365b72804d35fea0031599e712e45cc3ed6 (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
80
81
82
83
84
{
  "_args": [
    [
      "config-chain@~1.1.9",
      "/Users/rebecca/code/npm"
    ]
  ],
  "_from": "config-chain@>=1.1.9 <1.2.0",
  "_id": "config-chain@1.1.9",
  "_inCache": true,
  "_location": "/config-chain",
  "_nodeVersion": "0.12.4",
  "_npmUser": {
    "email": "dominic.tarr@gmail.com",
    "name": "dominictarr"
  },
  "_npmVersion": "2.11.0",
  "_phantomChildren": {},
  "_requested": {
    "name": "config-chain",
    "raw": "config-chain@~1.1.9",
    "rawSpec": "~1.1.9",
    "scope": null,
    "spec": ">=1.1.9 <1.2.0",
    "type": "range"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.9.tgz",
  "_shasum": "39ac7d4dca84faad926124c54cff25a53aa8bf6e",
  "_shrinkwrap": null,
  "_spec": "config-chain@~1.1.9",
  "_where": "/Users/rebecca/code/npm",
  "author": {
    "email": "dominic.tarr@gmail.com",
    "name": "Dominic Tarr",
    "url": "http://dominictarr.com"
  },
  "bugs": {
    "url": "https://github.com/dominictarr/config-chain/issues"
  },
  "dependencies": {
    "ini": "1",
    "proto-list": "~1.2.1"
  },
  "description": "HANDLE CONFIGURATION ONCE AND FOR ALL",
  "devDependencies": {
    "tap": "0.3.0"
  },
  "directories": {},
  "dist": {
    "shasum": "39ac7d4dca84faad926124c54cff25a53aa8bf6e",
    "tarball": "http://registry.npmjs.org/config-chain/-/config-chain-1.1.9.tgz"
  },
  "gitHead": "832609897082a0a887c59dadb105f4db6de1ab4c",
  "homepage": "http://github.com/dominictarr/config-chain",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://raw.githubusercontent.com/dominictarr/config-chain/master/LICENCE"
    }
  ],
  "maintainers": [
    {
      "name": "dominictarr",
      "email": "dominic.tarr@gmail.com"
    },
    {
      "name": "isaacs",
      "email": "i@izs.me"
    }
  ],
  "name": "config-chain",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "https://github.com/dominictarr/config-chain.git"
  },
  "scripts": {
    "test": "tap test/"
  },
  "version": "1.1.9"
}