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
85
86
87
88
89
90
91
92
93
94
95
|
{
"_args": [
[
"cosmiconfig@2.2.2",
"/home/dstaesse/git/website"
]
],
"_development": true,
"_from": "cosmiconfig@2.2.2",
"_id": "cosmiconfig@2.2.2",
"_inBundle": false,
"_integrity": "sha512-GiNXLwAFPYHy25XmTPpafYvn3CLAkJ8FLsscq78MQd1Kh0OU6Yzhn4eV2MVF4G9WEQZoWEGltatdR+ntGPMl5A==",
"_location": "/cosmiconfig",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "cosmiconfig@2.2.2",
"name": "cosmiconfig",
"escapedName": "cosmiconfig",
"rawSpec": "2.2.2",
"saveSpec": null,
"fetchSpec": "2.2.2"
},
"_requiredBy": [
"/postcss-load-config",
"/postcss-load-options",
"/postcss-load-plugins"
],
"_resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-2.2.2.tgz",
"_spec": "2.2.2",
"_where": "/home/dstaesse/git/website",
"author": {
"name": "David Clark",
"email": "david.dave.clark@gmail.com"
},
"bugs": {
"url": "https://github.com/davidtheclark/cosmiconfig/issues"
},
"contributors": [
{
"name": "Bogdan Chadkin",
"email": "trysound@yandex.ru"
}
],
"dependencies": {
"is-directory": "^0.3.1",
"js-yaml": "^3.4.3",
"minimist": "^1.2.0",
"object-assign": "^4.1.0",
"os-homedir": "^1.0.1",
"parse-json": "^2.2.0",
"require-from-string": "^1.1.0"
},
"description": "Find and load configuration from a package.json property, rc file, or CommonJS module",
"devDependencies": {
"eslint": "^3.13.0",
"eslint-config-davidtheclark-node": "^0.2.0",
"eslint-plugin-node": "^3.0.5",
"expect": "^1.20.2",
"lodash": "^4.17.4",
"node-version-check": "^2.1.1",
"nyc": "^10.0.0",
"sinon": "^1.17.7",
"tap-spec": "^4.1.1",
"tape": "^4.6.3"
},
"engines": {
"node": ">=0.12"
},
"files": [
"index.js",
"lib"
],
"homepage": "https://github.com/davidtheclark/cosmiconfig#readme",
"keywords": [
"load",
"configuration",
"config"
],
"license": "MIT",
"main": "index.js",
"name": "cosmiconfig",
"repository": {
"type": "git",
"url": "git+https://github.com/davidtheclark/cosmiconfig.git"
},
"scripts": {
"coverage": "nyc npm run tape && nyc report --reporter=html && open coverage/index.html",
"lint": "node-version-gte-4 && eslint . || echo \"ESLint not supported\"",
"tape": "tape test/*.test.js | tap-spec",
"test": "npm run tape && npm run lint"
},
"version": "2.2.2"
}
|