{
  "_args": [
    [
      "gulp-stylelint@9.0.0",
      "/var/www/brandplatform.be/bebat"
    ]
  ],
  "_from": "gulp-stylelint@9.0.0",
  "_id": "gulp-stylelint@9.0.0",
  "_inBundle": false,
  "_integrity": "sha512-JoYzy68jc26Z53ZtCJq9teZ81u3QS5DUwoRKHkPbs6k0xpafOVYnRIoOCDGc59vRWTvMDahxyaTlNvolCzr+sA==",
  "_location": "/gulp-stylelint",
  "_phantomChildren": {
    "readable-stream": "2.3.6"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "gulp-stylelint@9.0.0",
    "name": "gulp-stylelint",
    "escapedName": "gulp-stylelint",
    "rawSpec": "9.0.0",
    "saveSpec": null,
    "fetchSpec": "9.0.0"
  },
  "_requiredBy": [
    "/lmr-brandplatform"
  ],
  "_resolved": "https://registry.npmjs.org/gulp-stylelint/-/gulp-stylelint-9.0.0.tgz",
  "_spec": "9.0.0",
  "_where": "/var/www/brandplatform.be/bebat",
  "author": {
    "name": "Oleg Sklyanchuk",
    "email": "sklyanchuk@gmail.com",
    "url": "http://olegskl.com"
  },
  "bugs": {
    "url": "https://github.com/olegskl/gulp-stylelint/issues"
  },
  "dependencies": {
    "chalk": "^2.4.2",
    "fancy-log": "^1.3.3",
    "mkdirp": "^0.5.1",
    "plugin-error": "^1.0.1",
    "source-map": "^0.7.3",
    "strip-ansi": "^5.2.0",
    "through2": "^3.0.1"
  },
  "description": "Gulp plugin for running Stylelint results through various reporters.",
  "devDependencies": {
    "eslint": "^5.16.0",
    "eslint-config-stylelint": "^11.0.0",
    "gulp": "^4.0.0",
    "gulp-clean-css": "^4.0.0",
    "gulp-concat": "^2.6.1",
    "gulp-rename": "^1.4.0",
    "gulp-sourcemaps": "^2.6.5",
    "sinon": "^7.3.1",
    "stylelint": "^10.0.0",
    "tape": "^4.10.1"
  },
  "engines": {
    "node": ">=8.15.1"
  },
  "eslintConfig": {
    "extends": [
      "stylelint"
    ],
    "parserOptions": {
      "ecmaVersion": 2017
    }
  },
  "files": [
    "/src"
  ],
  "homepage": "https://github.com/olegskl/gulp-stylelint",
  "keywords": [
    "gulpplugin",
    "stylelint",
    "postcss",
    "css"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "name": "gulp-stylelint",
  "peerDependencies": {
    "stylelint": "^10.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/olegskl/gulp-stylelint.git"
  },
  "scripts": {
    "lint": "eslint {src,test}/**/*.js",
    "prepublishOnly": "npm run lint && npm test",
    "test": "tape test/*.spec.js"
  },
  "version": "9.0.0"
}
