package.json
1.86 KB
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
{
"name": "config",
"version": "1.21.0",
"main": "./lib/config.js",
"description": "Configuration control for production node deployments",
"author": {
"name": "Loren West",
"email": "open_source@lorenwest.com"
},
"homepage": "http://lorenwest.github.com/node-config",
"keywords": [
"conf",
"config",
"configuration",
"node-config",
"config-node",
"env",
"environment"
],
"directories": {
"lib": "./lib"
},
"license": "MIT",
"dependencies": {
"json5": "0.4.0"
},
"devDependencies": {
"coffee-script": ">=1.7.0",
"cson": "^3.0.1",
"hjson": "^1.2.0",
"js-yaml": "^3.2.2",
"properties": "~1.2.1",
"toml": "^2.0.6",
"underscore": "^1.8.3",
"vows": ">=0.8.1",
"x2js": "^2.0.1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/lorenwest/node-config.git"
},
"engines": {
"node": ">0.4.x"
},
"scripts": {
"test": "./node_modules/vows/bin/vows test/*.js --spec"
},
"gitHead": "14c39cceac974533e36e5e2b95bcc4db501a2917",
"bugs": {
"url": "https://github.com/lorenwest/node-config/issues"
},
"_id": "config@1.21.0",
"_shasum": "83719c0263a669e4bc4cc9c9e5818cd996a32cb9",
"_from": "config@*",
"_npmVersion": "2.11.3",
"_nodeVersion": "0.12.7",
"_npmUser": {
"name": "lorenwest",
"email": "npm@lorenwest.com"
},
"maintainers": [
{
"name": "lorenwest",
"email": "npm@lorenwest.com"
}
],
"dist": {
"shasum": "83719c0263a669e4bc4cc9c9e5818cd996a32cb9",
"tarball": "https://registry.npmjs.org/config/-/config-1.21.0.tgz"
},
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/config-1.21.0.tgz_1464823602378_0.8276554537005723"
},
"_resolved": "https://registry.npmjs.org/config/-/config-1.21.0.tgz",
"readme": "ERROR: No README data found!"
}