{
  "_args": [
    [
      "@stylelint/postcss-markdown@0.36.1",
      "/var/www/mediawiki/extensions/GioExtension"
    ]
  ],
  "_development": true,
  "_from": "@stylelint/postcss-markdown@0.36.1",
  "_id": "@stylelint/postcss-markdown@0.36.1",
  "_inBundle": false,
  "_integrity": "sha512-iDxMBWk9nB2BPi1VFQ+Dc5+XpvODBHw2n3tYpaBZuEAFQlbtF9If0Qh5LTTwSi/XwdbJ2jt+0dis3i8omyggpw==",
  "_location": "/@stylelint/postcss-markdown",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@stylelint/postcss-markdown@0.36.1",
    "name": "@stylelint/postcss-markdown",
    "escapedName": "@stylelint%2fpostcss-markdown",
    "scope": "@stylelint",
    "rawSpec": "0.36.1",
    "saveSpec": null,
    "fetchSpec": "0.36.1"
  },
  "_requiredBy": [
    "/stylelint"
  ],
  "_resolved": "https://registry.npmjs.org/@stylelint/postcss-markdown/-/postcss-markdown-0.36.1.tgz",
  "_spec": "0.36.1",
  "_where": "/var/www/mediawiki/extensions/GioExtension",
  "author": {
    "name": "gucong"
  },
  "bugs": {
    "url": "https://github.com/stylelint/postcss-markdown/issues"
  },
  "dependencies": {
    "remark": "^12.0.0",
    "unist-util-find-all-after": "^3.0.1"
  },
  "description": "PostCSS syntax for parsing Markdown",
  "devDependencies": {
    "chai": "^4.2.0",
    "codecov": "^3.6.5",
    "mocha": "^7.1.1",
    "np": "^6.2.0",
    "nyc": "^15.0.0",
    "postcss": ">=7.0.27",
    "postcss-html": ">=0.36.0",
    "postcss-less": "^3.1.4",
    "postcss-scss": "^2.0.0",
    "postcss-syntax": ">=0.36.2",
    "sugarss": "^2.0.0"
  },
  "files": [
    "*.js"
  ],
  "homepage": "https://github.com/stylelint/postcss-markdown#readme",
  "keywords": [
    "postcss",
    "syntax",
    "markdown",
    "html",
    "css",
    "less",
    "sass",
    "scss",
    "sss",
    "sugarss"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "@stylelint/postcss-markdown",
  "nyc": {
    "reporter": [
      "lcov",
      "text"
    ],
    "all": true,
    "cache": true,
    "check-coverage": true
  },
  "peerDependencies": {
    "postcss": ">=7.0.0",
    "postcss-syntax": ">=0.36.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stylelint/postcss-markdown.git"
  },
  "scripts": {
    "debug": "npm run mocha -- --inspect-brk",
    "mocha": "mocha --no-timeouts",
    "release": "np",
    "test": "nyc npm run mocha"
  },
  "version": "0.36.1"
}
