Initial commit
[yaffs-website] / node_modules / cosmiconfig / package.json
1 {
2   "_args": [
3     [
4       "cosmiconfig@^2.1.0",
5       "/var/www/yaffs/node_modules/postcss-load-config"
6     ]
7   ],
8   "_from": "cosmiconfig@>=2.1.0 <3.0.0",
9   "_id": "cosmiconfig@2.1.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/cosmiconfig",
13   "_nodeVersion": "4.6.1",
14   "_npmOperationalInternal": {
15     "host": "packages-18-east.internal.npmjs.com",
16     "tmp": "tmp/cosmiconfig-2.1.1.tgz_1480883998374_0.7163176657631993"
17   },
18   "_npmUser": {
19     "email": "david.dave.clark@gmail.com",
20     "name": "davidtheclark"
21   },
22   "_npmVersion": "4.0.2",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "cosmiconfig",
26     "raw": "cosmiconfig@^2.1.0",
27     "rawSpec": "^2.1.0",
28     "scope": null,
29     "spec": ">=2.1.0 <3.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/postcss-load-config",
34     "/postcss-load-options",
35     "/postcss-load-plugins"
36   ],
37   "_resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-2.1.1.tgz",
38   "_shasum": "817f2c2039347a1e9bf7d090c0923e53f749ca82",
39   "_shrinkwrap": null,
40   "_spec": "cosmiconfig@^2.1.0",
41   "_where": "/var/www/yaffs/node_modules/postcss-load-config",
42   "author": {
43     "email": "david.dave.clark@gmail.com",
44     "name": "David Clark"
45   },
46   "bugs": {
47     "url": "https://github.com/davidtheclark/cosmiconfig/issues"
48   },
49   "contributors": [
50     {
51       "name": "Bogdan Chadkin",
52       "email": "trysound@yandex.ru"
53     }
54   ],
55   "dependencies": {
56     "js-yaml": "^3.4.3",
57     "minimist": "^1.2.0",
58     "object-assign": "^4.1.0",
59     "os-homedir": "^1.0.1",
60     "parse-json": "^2.2.0",
61     "require-from-string": "^1.1.0"
62   },
63   "description": "Find and load configuration from a package.json property, rc file, or CommonJS module",
64   "devDependencies": {
65     "ava": "0.16.0",
66     "eslint": "3.5.0",
67     "eslint-config-davidtheclark-node": "^0.2.0",
68     "eslint-plugin-node": "^2.0.0",
69     "expect": "^1.20.2",
70     "lodash": "4.16.1",
71     "node-version-check": "^2.1.1",
72     "nyc": "^8.3.0",
73     "sinon": "1.17.6"
74   },
75   "directories": {},
76   "dist": {
77     "shasum": "817f2c2039347a1e9bf7d090c0923e53f749ca82",
78     "tarball": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-2.1.1.tgz"
79   },
80   "engines": {
81     "node": ">=0.12"
82   },
83   "files": [
84     "index.js",
85     "lib"
86   ],
87   "gitHead": "833385b0897c7d698e346442cc260a40f0e8eb9d",
88   "homepage": "https://github.com/davidtheclark/cosmiconfig#readme",
89   "keywords": [
90     "config",
91     "configuration",
92     "load"
93   ],
94   "license": "MIT",
95   "main": "index.js",
96   "maintainers": [
97     {
98       "name": "davidtheclark",
99       "email": "david.dave.clark@gmail.com"
100     }
101   ],
102   "name": "cosmiconfig",
103   "optionalDependencies": {},
104   "readme": "ERROR: No README data found!",
105   "repository": {
106     "type": "git",
107     "url": "git+https://github.com/davidtheclark/cosmiconfig.git"
108   },
109   "scripts": {
110     "ava": "ava test/*.test.js",
111     "coverage": "nyc npm run ava && nyc report --reporter=html && open coverage/index.html",
112     "lint": "node-version-gte-4 && eslint . || echo \"ESLint not supported\"",
113     "test": "npm run ava && npm run lint"
114   },
115   "version": "2.1.1"
116 }