{
  "_args": [
    [
      "stylelint@13.3.2",
      "/var/www/mediawiki/extensions/GioExtension"
    ]
  ],
  "_development": true,
  "_from": "stylelint@13.3.2",
  "_id": "stylelint@13.3.2",
  "_inBundle": false,
  "_integrity": "sha512-kpO3/Gz2ZY40EWUwFYYkgpzhf8ZDUyKpcui5+pS0XKJBj/EMYmZpOJoL8IFAz2yApYeg91NVy5yAjE39hDzWvQ==",
  "_location": "/stylelint",
  "_phantomChildren": {
    "@babel/code-frame": "7.5.5",
    "@types/color-name": "1.1.1",
    "@types/minimist": "1.2.0",
    "@types/normalize-package-data": "2.4.0",
    "ansi-regex": "5.0.0",
    "decamelize-keys": "1.1.0",
    "error-ex": "1.3.2",
    "hard-rejection": "2.1.0",
    "json-parse-better-errors": "1.0.2",
    "lines-and-columns": "1.1.6",
    "min-indent": "1.0.0",
    "minimist-options": "4.0.2",
    "normalize-package-data": "2.5.0",
    "quick-lru": "4.0.1",
    "type-fest": "0.8.1",
    "yargs-parser": "18.1.3"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "stylelint@13.3.2",
    "name": "stylelint",
    "escapedName": "stylelint",
    "rawSpec": "13.3.2",
    "saveSpec": null,
    "fetchSpec": "13.3.2"
  },
  "_requiredBy": [
    "/stylelint-config-wikimedia"
  ],
  "_resolved": "https://registry.npmjs.org/stylelint/-/stylelint-13.3.2.tgz",
  "_spec": "13.3.2",
  "_where": "/var/www/mediawiki/extensions/GioExtension",
  "author": {
    "name": "stylelint"
  },
  "bin": {
    "stylelint": "bin/stylelint.js"
  },
  "bugs": {
    "url": "https://github.com/stylelint/stylelint/issues"
  },
  "dependencies": {
    "@stylelint/postcss-css-in-js": "^0.37.1",
    "@stylelint/postcss-markdown": "^0.36.1",
    "autoprefixer": "^9.7.6",
    "balanced-match": "^1.0.0",
    "chalk": "^4.0.0",
    "cosmiconfig": "^6.0.0",
    "debug": "^4.1.1",
    "execall": "^2.0.0",
    "file-entry-cache": "^5.0.1",
    "get-stdin": "^7.0.0",
    "global-modules": "^2.0.0",
    "globby": "^11.0.0",
    "globjoin": "^0.1.4",
    "html-tags": "^3.1.0",
    "ignore": "^5.1.4",
    "import-lazy": "^4.0.0",
    "imurmurhash": "^0.1.4",
    "known-css-properties": "^0.18.0",
    "leven": "^3.1.0",
    "lodash": "^4.17.15",
    "log-symbols": "^3.0.0",
    "mathml-tag-names": "^2.1.3",
    "meow": "^6.1.0",
    "micromatch": "^4.0.2",
    "normalize-selector": "^0.2.0",
    "postcss": "^7.0.27",
    "postcss-html": "^0.36.0",
    "postcss-less": "^3.1.4",
    "postcss-media-query-parser": "^0.2.3",
    "postcss-reporter": "^6.0.1",
    "postcss-resolve-nested-selector": "^0.1.1",
    "postcss-safe-parser": "^4.0.2",
    "postcss-sass": "^0.4.4",
    "postcss-scss": "^2.0.0",
    "postcss-selector-parser": "^6.0.2",
    "postcss-syntax": "^0.36.2",
    "postcss-value-parser": "^4.0.3",
    "resolve-from": "^5.0.0",
    "slash": "^3.0.0",
    "specificity": "^0.4.1",
    "string-width": "^4.2.0",
    "strip-ansi": "^6.0.0",
    "style-search": "^0.1.0",
    "sugarss": "^2.0.0",
    "svg-tags": "^1.0.0",
    "table": "^5.4.6",
    "v8-compile-cache": "^2.1.0",
    "write-file-atomic": "^3.0.3"
  },
  "description": "A mighty, modern CSS linter.",
  "devDependencies": {
    "@stylelint/prettier-config": "^2.0.0",
    "@stylelint/remark-preset": "^1.0.0",
    "@types/browserslist": "^4.8.0",
    "@types/debug": "^4.1.5",
    "@types/global-modules": "^2.0.0",
    "@types/globjoin": "^0.1.0",
    "@types/lodash": "^4.14.149",
    "@types/micromatch": "^4.0.1",
    "benchmark": "^2.1.4",
    "common-tags": "^1.8.0",
    "del": "^5.1.0",
    "eslint": "^6.8.0",
    "eslint-config-stylelint": "^12.0.0",
    "got": "^10.7.0",
    "husky": "^4.2.5",
    "jest": "^25.3.0",
    "jest-watch-typeahead": "^0.5.0",
    "lint-staged": "^10.1.3",
    "np": "^6.2.0",
    "npm-run-all": "^4.1.5",
    "postcss-import": "^12.0.1",
    "prettier": "^2.0.4",
    "remark-cli": "^8.0.0",
    "typescript": "^3.8.3"
  },
  "eslintConfig": {
    "extends": [
      "stylelint"
    ],
    "globals": {
      "testRule": true
    }
  },
  "files": [
    "bin",
    "CONTRIBUTING.md",
    "SECURITY.md",
    "docs",
    "lib",
    "!**/__tests__",
    "!lib/testUtils"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/stylelint"
  },
  "homepage": "https://stylelint.io",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "jest": {
    "clearMocks": true,
    "collectCoverage": false,
    "collectCoverageFrom": [
      "lib/**/*.js",
      "!lib/vendor/**/*.js",
      "!lib/utils/parseCalcExpression/parser.js"
    ],
    "coverageDirectory": "./.coverage/",
    "coverageReporters": [
      "lcov",
      "text-summary"
    ],
    "coverageThreshold": {
      "global": {
        "branches": 75,
        "functions": 75,
        "lines": 75,
        "statements": 75
      }
    },
    "roots": [
      "lib",
      "system-tests"
    ],
    "setupFiles": [
      "./jest-setup.js"
    ],
    "testEnvironment": "node",
    "testRegex": ".*\\.test\\.js$|rules/.*/__tests__/.*\\.js$",
    "watchPlugins": [
      "jest-watch-typeahead/filename",
      "jest-watch-typeahead/testname"
    ]
  },
  "keywords": [
    "css-in-js",
    "css",
    "less",
    "lint",
    "linter",
    "markdown",
    "sass",
    "scss",
    "stylelint",
    "sugarss"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.js": "eslint --cache --fix",
    "*.{js,json,md,ts,yml}": "prettier --write"
  },
  "main": "lib/index.js",
  "name": "stylelint",
  "prettier": "@stylelint/prettier-config",
  "remarkConfig": {
    "plugins": [
      "@stylelint/remark-preset"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stylelint/stylelint.git"
  },
  "scripts": {
    "benchmark-rule": "node scripts/benchmark-rule.js",
    "format": "prettier . --write",
    "jest": "jest",
    "lint": "npm-run-all --parallel lint:*",
    "lint:formatting": "prettier . --check",
    "lint:js": "eslint . --cache --max-warnings=0",
    "lint:md": "remark . --quiet --frail",
    "lint:types": "tsc",
    "pretest": "npm run lint",
    "release": "np",
    "test": "jest --coverage",
    "watch": "jest --watch"
  },
  "version": "13.3.2"
}
