{
"_from": "postcss-html@^0.12.0",
"_id": "postcss-html@0.12.0",
"_inBundle": false,
"_integrity": "sha512-KxKUpj7AY7nlCbLcTOYxdfJnGE7QFAfU2n95ADj1Q90RM/pOLdz8k3n4avOyRFs7MDQHcRzJQWM1dehCwJxisQ==",
"_location": "/postcss-html",
"_phantomChildren": {
"domelementtype": "1.3.1",
"domutils": "1.7.0",
"inherits": "2.0.4",
"safe-buffer": "5.2.1",
"util-deprecate": "1.0.2"
},
"_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.npmmirror.com/postcss-html/-/postcss-html-0.12.0.tgz",
"_shasum": "39b6adb4005dfc5464df7999c0f81c95bced7e50",
"_spec": "postcss-html@^0.12.0",
"_where": "/data/jenkins/workspace/front-v5-web/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"
}