{
  "_args": [
    [
      "gulp-stylelint@7.0.0",
      "/var/www/brandplatform.be/nibc-lot"
    ]
  ],
  "_from": "gulp-stylelint@7.0.0",
  "_id": "gulp-stylelint@7.0.0",
  "_inBundle": false,
  "_integrity": "sha512-0PI+tNTzaJz5+qO3i9Jyd04ZPSb+NCN7bZ2GaIArvbQpuyJha9p3lpWxPG+XJtrVT42bIiyLeYKPnLe7uW4dQQ==",
  "_location": "/gulp-stylelint",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "gulp-stylelint@7.0.0",
    "name": "gulp-stylelint",
    "escapedName": "gulp-stylelint",
    "rawSpec": "7.0.0",
    "saveSpec": null,
    "fetchSpec": "7.0.0"
  },
  "_requiredBy": [
    "/lmr-brandplatform"
  ],
  "_resolved": "https://registry.npmjs.org/gulp-stylelint/-/gulp-stylelint-7.0.0.tgz",
  "_spec": "7.0.0",
  "_where": "/var/www/brandplatform.be/nibc-lot",
  "author": {
    "name": "Oleg Sklyanchuk",
    "email": "sklyanchuk@gmail.com",
    "url": "http://olegskl.com"
  },
  "bugs": {
    "url": "https://github.com/olegskl/gulp-stylelint/issues"
  },
  "dependencies": {
    "chalk": "^2.3.0",
    "deep-extend": "^0.5.0",
    "fancy-log": "^1.3.2",
    "mkdirp": "^0.5.1",
    "plugin-error": "^1.0.1",
    "promise": "^8.0.1",
    "source-map": "^0.5.6",
    "strip-ansi": "^4.0.0",
    "through2": "^2.0.3"
  },
  "description": "Gulp plugin for running Stylelint results through various reporters.",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-register": "^6.26.0",
    "eslint": "^4.12.1",
    "eslint-config-meetic": "^5.0.1",
    "gulp": "^3.9.1",
    "gulp-clean-css": "^3.9.0",
    "gulp-concat": "^2.6.1",
    "gulp-rename": "^1.2.2",
    "gulp-sourcemaps": "^2.6.1",
    "sinon": "^4.1.2",
    "stylelint": "^9.1.1",
    "tape": "^4.8.0"
  },
  "homepage": "https://github.com/olegskl/gulp-stylelint",
  "keywords": [
    "gulpplugin",
    "stylelint",
    "postcss",
    "css"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "gulp-stylelint",
  "peerDependencies": {
    "stylelint": "^9.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 && npm run transpile",
    "test": "tape -r babel-register test/*.spec.js",
    "transpile": "babel src --out-dir dist"
  },
  "version": "7.0.0"
}
