Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / cosmiconfig / package.json
1 {
2   "_from": "cosmiconfig@^3.0.1",
3   "_id": "cosmiconfig@3.1.0",
4   "_inBundle": false,
5   "_integrity": "sha512-zedsBhLSbPBms+kE7AH4vHg6JsKDz6epSv2/+5XHs8ILHlgDciSJfSWf8sX9aQ52Jb7KI7VswUTsLpR/G0cr2Q==",
6   "_location": "/cosmiconfig",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "cosmiconfig@^3.0.1",
12     "name": "cosmiconfig",
13     "escapedName": "cosmiconfig",
14     "rawSpec": "^3.0.1",
15     "saveSpec": null,
16     "fetchSpec": "^3.0.1"
17   },
18   "_requiredBy": [
19     "/prettier-stylelint",
20     "/stylelint"
21   ],
22   "_resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-3.1.0.tgz",
23   "_shasum": "640a94bf9847f321800403cd273af60665c73397",
24   "_spec": "cosmiconfig@^3.0.1",
25   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/prettier-stylelint",
26   "author": {
27     "name": "David Clark",
28     "email": "david.dave.clark@gmail.com"
29   },
30   "babel": {
31     "plugins": [
32       "transform-flow-strip-types"
33     ]
34   },
35   "bugs": {
36     "url": "https://github.com/davidtheclark/cosmiconfig/issues"
37   },
38   "bundleDependencies": false,
39   "contributors": [
40     {
41       "name": "Bogdan Chadkin",
42       "email": "trysound@yandex.ru"
43     },
44     {
45       "name": "Suhas Karanth",
46       "email": "sudo.suhas@gmail.com"
47     }
48   ],
49   "dependencies": {
50     "is-directory": "^0.3.1",
51     "js-yaml": "^3.9.0",
52     "parse-json": "^3.0.0",
53     "require-from-string": "^2.0.1"
54   },
55   "deprecated": false,
56   "description": "Find and load configuration from a package.json property, rc file, or CommonJS module",
57   "devDependencies": {
58     "babel-eslint": "^8.0.0",
59     "babel-plugin-transform-flow-strip-types": "^6.22.0",
60     "eslint": "^4.7.0",
61     "eslint-config-davidtheclark-node": "^0.2.0",
62     "eslint-config-prettier": "^2.5.0",
63     "eslint-plugin-flowtype": "^2.35.1",
64     "eslint-plugin-node": "^3.0.5",
65     "flow-bin": "^0.54.1",
66     "flow-remove-types": "^1.2.1",
67     "husky": "^0.14.3",
68     "jest": "^21.1.0",
69     "lint-staged": "^4.2.1",
70     "prettier": "^1.7.0"
71   },
72   "engines": {
73     "node": ">=4"
74   },
75   "files": [
76     "dist"
77   ],
78   "homepage": "https://github.com/davidtheclark/cosmiconfig#readme",
79   "jest": {
80     "testEnvironment": "node",
81     "collectCoverageFrom": [
82       "src/*.js"
83     ],
84     "coverageThreshold": {
85       "global": {
86         "branches": 100,
87         "functions": 100,
88         "lines": 100,
89         "statements": 100
90       }
91     }
92   },
93   "keywords": [
94     "load",
95     "configuration",
96     "config"
97   ],
98   "license": "MIT",
99   "lint-staged": {
100     "*.js": [
101       "eslint --fix",
102       "prettier --write",
103       "git add"
104     ]
105   },
106   "main": "dist/index.js",
107   "name": "cosmiconfig",
108   "prettier": {
109     "trailingComma": "es5",
110     "singleQuote": true,
111     "printWidth": 80,
112     "tabWidth": 2
113   },
114   "repository": {
115     "type": "git",
116     "url": "git+https://github.com/davidtheclark/cosmiconfig.git"
117   },
118   "scripts": {
119     "build": "flow-remove-types src --out-dir dist --quiet",
120     "coverage": "jest --coverage --coverageReporters=html --coverageReporters=text",
121     "lint": "eslint .",
122     "lint:fix": "eslint . --fix",
123     "precommit": "lint-staged && jest && flow check",
124     "prepublishOnly": "npm run build",
125     "pretest": "npm run lint && flow check",
126     "test": "jest --coverage",
127     "test:watch": "jest --watch"
128   },
129   "version": "3.1.0"
130 }