{
  "_args": [
    [
      "grunt-stylelint@0.15.0",
      "/var/www/mediawiki/extensions/GioExtension"
    ]
  ],
  "_development": true,
  "_from": "grunt-stylelint@0.15.0",
  "_id": "grunt-stylelint@0.15.0",
  "_inBundle": false,
  "_integrity": "sha512-1G5kbT3Y6OtAqgIv/XErtI6ai1t1UdtQWXxUV5Gd900PQoEzu/WrBYhGNAXdb/9nAsNWNjFHQjtdXQtZcDmobA==",
  "_location": "/grunt-stylelint",
  "_phantomChildren": {
    "@types/color-name": "1.1.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "grunt-stylelint@0.15.0",
    "name": "grunt-stylelint",
    "escapedName": "grunt-stylelint",
    "rawSpec": "0.15.0",
    "saveSpec": null,
    "fetchSpec": "0.15.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/grunt-stylelint/-/grunt-stylelint-0.15.0.tgz",
  "_spec": "0.15.0",
  "_where": "/var/www/mediawiki/extensions/GioExtension",
  "bugs": {
    "url": "https://github.com/wikimedia/grunt-stylelint/issues"
  },
  "dependencies": {
    "chalk": "^3.0.0"
  },
  "description": "A Grunt checker for CSS files using Stylelint",
  "devDependencies": {
    "eslint-config-wikimedia": "0.15.2",
    "grunt": "1.1.0",
    "grunt-contrib-clean": "2.0.0",
    "grunt-contrib-nodeunit": "2.1.0",
    "grunt-eslint": "22.0.0",
    "lodash": "4.17.15",
    "stylelint": "13.3.2"
  },
  "homepage": "https://github.com/wikimedia/grunt-stylelint",
  "keywords": [
    "gruntplugin",
    "checker",
    "stylelint"
  ],
  "license": "MIT",
  "name": "grunt-stylelint",
  "peerDependencies": {
    "stylelint": "^13.3.2"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/wikimedia/grunt-stylelint.git"
  },
  "scripts": {
    "test": "env FORCE_COLOR=0 grunt test"
  },
  "version": "0.15.0"
}
