Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / postcss-html / package.json
1 {
2   "_from": "postcss-html@^0.12.0",
3   "_id": "postcss-html@0.12.0",
4   "_inBundle": false,
5   "_integrity": "sha512-KxKUpj7AY7nlCbLcTOYxdfJnGE7QFAfU2n95ADj1Q90RM/pOLdz8k3n4avOyRFs7MDQHcRzJQWM1dehCwJxisQ==",
6   "_location": "/postcss-html",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "postcss-html@^0.12.0",
12     "name": "postcss-html",
13     "escapedName": "postcss-html",
14     "rawSpec": "^0.12.0",
15     "saveSpec": null,
16     "fetchSpec": "^0.12.0"
17   },
18   "_requiredBy": [
19     "/stylelint"
20   ],
21   "_resolved": "https://registry.npmjs.org/postcss-html/-/postcss-html-0.12.0.tgz",
22   "_shasum": "39b6adb4005dfc5464df7999c0f81c95bced7e50",
23   "_spec": "postcss-html@^0.12.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/stylelint",
25   "author": {
26     "name": "gucong"
27   },
28   "bugs": {
29     "url": "https://github.com/gucong3000/postcss-html/issues"
30   },
31   "bundleDependencies": false,
32   "dependencies": {
33     "htmlparser2": "^3.9.2",
34     "remark": "^8.0.0",
35     "unist-util-find-all-after": "^1.0.1"
36   },
37   "deprecated": false,
38   "description": "PostCSS Syntax for parsing HTML / Markdown / Vue Component",
39   "devDependencies": {
40     "autoprefixer": "^7.2.2",
41     "chai": "^4.1.2",
42     "codecov": "^3.0.0",
43     "eslint": "^4.13.1",
44     "eslint-config-standard": "^10.2.1",
45     "eslint-plugin-import": "^2.8.0",
46     "eslint-plugin-node": "^5.2.1",
47     "eslint-plugin-promise": "^3.6.0",
48     "eslint-plugin-standard": "^3.0.1",
49     "mocha": "^4.0.1",
50     "nyc": "^11.4.0",
51     "postcss": "^6.0.14",
52     "postcss-less": "^1.1.3",
53     "postcss-parser-tests": "^6.1.0",
54     "postcss-safe-parser": "^3.0.1",
55     "postcss-sass": "^0.2.0",
56     "postcss-scss": "^1.0.2",
57     "strip-bom": "^3.0.0",
58     "stylefmt": "^6.0.0",
59     "stylelint": "^8.3.1",
60     "sugarss": "^1.0.1"
61   },
62   "homepage": "https://github.com/gucong3000/postcss-html#readme",
63   "keywords": [
64     "postcss",
65     "syntax",
66     "html",
67     "markdown",
68     "vue",
69     "css",
70     "less",
71     "sass",
72     "scss",
73     "sss",
74     "sugarss"
75   ],
76   "license": "MIT",
77   "main": "lib/index.js",
78   "name": "postcss-html",
79   "nyc": {
80     "lines": 100,
81     "statements": 100,
82     "functions": 100,
83     "branches": 100,
84     "reporter": [
85       "lcov",
86       "text"
87     ],
88     "cache": true,
89     "all": true,
90     "check-coverage": true
91   },
92   "peerDependencies": {
93     "postcss": ">=5.0.0",
94     "postcss-less": ">=1.1.0",
95     "postcss-safe-parser": ">=3.0.0",
96     "postcss-sass": ">=0.2.0",
97     "postcss-scss": ">=1.0.0",
98     "sugarss": ">=1.0.0"
99   },
100   "repository": {
101     "type": "git",
102     "url": "git+https://github.com/gucong3000/postcss-html.git"
103   },
104   "scripts": {
105     "pretest": "eslint lib test",
106     "report-coverage": "codecov",
107     "test": "nyc mocha"
108   },
109   "version": "0.12.0"
110 }