Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / prettier-stylelint / package.json
1 {
2   "_from": "prettier-stylelint@^0.4.2",
3   "_id": "prettier-stylelint@0.4.2",
4   "_inBundle": false,
5   "_integrity": "sha512-CmatjDsW8xKMtWg/Tc6/W02wC59p50kkItrXmkgbhR4b2EKMU5Pm55x1WuCahkkZeZoNVReWRxA8VL/s69mkBg==",
6   "_location": "/prettier-stylelint",
7   "_phantomChildren": {
8     "ms": "2.1.2"
9   },
10   "_requested": {
11     "type": "range",
12     "registry": true,
13     "raw": "prettier-stylelint@^0.4.2",
14     "name": "prettier-stylelint",
15     "escapedName": "prettier-stylelint",
16     "rawSpec": "^0.4.2",
17     "saveSpec": null,
18     "fetchSpec": "^0.4.2"
19   },
20   "_requiredBy": [
21     "/"
22   ],
23   "_resolved": "https://registry.npmjs.org/prettier-stylelint/-/prettier-stylelint-0.4.2.tgz",
24   "_shasum": "62845e342f786218b008da69eef14f0a5c05bcfb",
25   "_spec": "prettier-stylelint@^0.4.2",
26   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR",
27   "author": {
28     "name": "Hugo Dias",
29     "email": "mail@hugodias.me",
30     "url": "http://hugodias.me/"
31   },
32   "bin": {
33     "prettier-stylelint": "cli.js"
34   },
35   "bugs": {
36     "url": "https://github.com/hugomrdias/prettier-stylelint/issues"
37   },
38   "bundleDependencies": false,
39   "dependencies": {
40     "cosmiconfig": "^3.0.1",
41     "debug": "^3.0.1",
42     "get-stdin": "^5.0.1",
43     "globby": "^6.1.0",
44     "ignore": "^3.3.5",
45     "import-local": "^0.1.1",
46     "meow": "^3.7.0",
47     "pify": "^3.0.0",
48     "prettier": "^1.7.0",
49     "resolve-from": "^4.0.0",
50     "stylelint": "^8.1.1",
51     "temp-write": "^3.3.0",
52     "tempy": "^0.2.1",
53     "update-notifier": "^2.2.0"
54   },
55   "deprecated": false,
56   "description": "code > prettier > stylelint > formatted code",
57   "devDependencies": {
58     "ava": "^0.22.0",
59     "codecov": "^2.3.0",
60     "conventional-changelog-cli": "^1.3.3",
61     "eslint": "^4.7.1",
62     "eslint-config-halo": "^2.4.1",
63     "http-serve": "^1.0.1",
64     "husky": "^0.14.3",
65     "np": "^2.16.0",
66     "npm-run-all": "^4.1.1",
67     "nyc": "^11.2.1",
68     "stylelint-config-recommended": "^1.0.0"
69   },
70   "eslintConfig": {
71     "extends": "halo/node"
72   },
73   "homepage": "https://github.com/hugomrdias/prettier-stylelint#readme",
74   "keywords": [
75     "stylelint",
76     "prettier",
77     "style",
78     "lint",
79     "linter",
80     "validate",
81     "code style",
82     "strict",
83     "check"
84   ],
85   "license": "MIT",
86   "main": "index.js",
87   "name": "prettier-stylelint",
88   "prettier": {
89     "printWidth": 80,
90     "tabWidth": 4,
91     "useTabs": false,
92     "semi": false,
93     "singleQuote": true,
94     "trailingComma": "none",
95     "bracketSpacing": true,
96     "jsxBracketSameLine": false
97   },
98   "repository": {
99     "type": "git",
100     "url": "git+https://github.com/hugomrdias/prettier-stylelint.git"
101   },
102   "scripts": {
103     "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
104     "cov": "yarn test && nyc report --reporter=html && hs coverage -s -o -c-1",
105     "cov:report": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
106     "lint": "eslint --cache *.js src/*.js",
107     "precommit": "yarn validate",
108     "test": "nyc ava",
109     "validate": "run-p lint test",
110     "version": "yarn changelog && git add CHANGELOG.md"
111   },
112   "stylelint": {
113     "extends": [
114       "stylelint-config-recommended",
115       "./config"
116     ],
117     "rules": {
118       "string-quotes": [
119         "single"
120       ],
121       "indentation": [
122         4,
123         {
124           "except": [
125             "value"
126           ]
127         }
128       ],
129       "color-hex-case": [
130         "upper"
131       ],
132       "color-hex-length": [
133         "short"
134       ]
135     }
136   },
137   "version": "0.4.2"
138 }