X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=.config%2Fcoc%2Fextensions%2Fnode_modules%2Fcoc-prettier%2Fnode_modules%2Fpostcss-html%2Fpackage.json;fp=.config%2Fcoc%2Fextensions%2Fnode_modules%2Fcoc-prettier%2Fnode_modules%2Fpostcss-html%2Fpackage.json;h=a42da4f6b6ef427f143794cb806d0414f627bbe0;hb=3aba54c891969552833dbc350b3139e944e17a97;hp=0000000000000000000000000000000000000000;hpb=1def8ecce8e6f3aa32e6978d0ba7846a99b8de34;p=dotfiles%2F.git diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/postcss-html/package.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/postcss-html/package.json new file mode 100644 index 00000000..a42da4f6 --- /dev/null +++ b/.config/coc/extensions/node_modules/coc-prettier/node_modules/postcss-html/package.json @@ -0,0 +1,110 @@ +{ + "_from": "postcss-html@^0.12.0", + "_id": "postcss-html@0.12.0", + "_inBundle": false, + "_integrity": "sha512-KxKUpj7AY7nlCbLcTOYxdfJnGE7QFAfU2n95ADj1Q90RM/pOLdz8k3n4avOyRFs7MDQHcRzJQWM1dehCwJxisQ==", + "_location": "/postcss-html", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "postcss-html@^0.12.0", + "name": "postcss-html", + "escapedName": "postcss-html", + "rawSpec": "^0.12.0", + "saveSpec": null, + "fetchSpec": "^0.12.0" + }, + "_requiredBy": [ + "/stylelint" + ], + "_resolved": "https://registry.npmjs.org/postcss-html/-/postcss-html-0.12.0.tgz", + "_shasum": "39b6adb4005dfc5464df7999c0f81c95bced7e50", + "_spec": "postcss-html@^0.12.0", + "_where": "/tmp/coc-prettier-dzKjD7/node_modules/stylelint", + "author": { + "name": "gucong" + }, + "bugs": { + "url": "https://github.com/gucong3000/postcss-html/issues" + }, + "bundleDependencies": false, + "dependencies": { + "htmlparser2": "^3.9.2", + "remark": "^8.0.0", + "unist-util-find-all-after": "^1.0.1" + }, + "deprecated": false, + "description": "PostCSS Syntax for parsing HTML / Markdown / Vue Component", + "devDependencies": { + "autoprefixer": "^7.2.2", + "chai": "^4.1.2", + "codecov": "^3.0.0", + "eslint": "^4.13.1", + "eslint-config-standard": "^10.2.1", + "eslint-plugin-import": "^2.8.0", + "eslint-plugin-node": "^5.2.1", + "eslint-plugin-promise": "^3.6.0", + "eslint-plugin-standard": "^3.0.1", + "mocha": "^4.0.1", + "nyc": "^11.4.0", + "postcss": "^6.0.14", + "postcss-less": "^1.1.3", + "postcss-parser-tests": "^6.1.0", + "postcss-safe-parser": "^3.0.1", + "postcss-sass": "^0.2.0", + "postcss-scss": "^1.0.2", + "strip-bom": "^3.0.0", + "stylefmt": "^6.0.0", + "stylelint": "^8.3.1", + "sugarss": "^1.0.1" + }, + "homepage": "https://github.com/gucong3000/postcss-html#readme", + "keywords": [ + "postcss", + "syntax", + "html", + "markdown", + "vue", + "css", + "less", + "sass", + "scss", + "sss", + "sugarss" + ], + "license": "MIT", + "main": "lib/index.js", + "name": "postcss-html", + "nyc": { + "lines": 100, + "statements": 100, + "functions": 100, + "branches": 100, + "reporter": [ + "lcov", + "text" + ], + "cache": true, + "all": true, + "check-coverage": true + }, + "peerDependencies": { + "postcss": ">=5.0.0", + "postcss-less": ">=1.1.0", + "postcss-safe-parser": ">=3.0.0", + "postcss-sass": ">=0.2.0", + "postcss-scss": ">=1.0.0", + "sugarss": ">=1.0.0" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/gucong3000/postcss-html.git" + }, + "scripts": { + "pretest": "eslint lib test", + "report-coverage": "codecov", + "test": "nyc mocha" + }, + "version": "0.12.0" +}