{
  "_args": [
    [
      "gulp-postcss@8.0.0",
      "/opt/lampp/htdocs/clarion/wp-content/themes/clarion/gulp"
    ]
  ],
  "_development": true,
  "_from": "gulp-postcss@8.0.0",
  "_id": "gulp-postcss@8.0.0",
  "_inBundle": false,
  "_integrity": "sha512-Wtl6vH7a+8IS/fU5W9IbOpcaLqKxd5L1DUOzaPmlnCbX1CrG0aWdwVnC3Spn8th0m8D59YbysV5zPUe1n/GJYg==",
  "_location": "/gulp-postcss",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "gulp-postcss@8.0.0",
    "name": "gulp-postcss",
    "escapedName": "gulp-postcss",
    "rawSpec": "8.0.0",
    "saveSpec": null,
    "fetchSpec": "8.0.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/gulp-postcss/-/gulp-postcss-8.0.0.tgz",
  "_spec": "8.0.0",
  "_where": "/opt/lampp/htdocs/clarion/wp-content/themes/clarion/gulp",
  "author": {
    "name": "Andrey Kuzmin",
    "email": "unsoundscapes@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/postcss/gulp-postcss/issues"
  },
  "dependencies": {
    "fancy-log": "^1.3.2",
    "plugin-error": "^1.0.1",
    "postcss": "^7.0.2",
    "postcss-load-config": "^2.0.0",
    "vinyl-sourcemaps-apply": "^0.2.1"
  },
  "description": "PostCSS gulp plugin",
  "devDependencies": {
    "coveralls": "^3.0.2",
    "eslint": "^5.3.0",
    "gulp-sourcemaps": "^2.6.0",
    "mocha": "^5.2.0",
    "nyc": "^12.0.2",
    "proxyquire": "^2.0.1",
    "sinon": "^6.1.4",
    "vinyl": "^2.2.0"
  },
  "homepage": "https://github.com/postcss/gulp-postcss",
  "keywords": [
    "gulpplugin",
    "postcss",
    "postcss-runner",
    "css"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "gulp-postcss",
  "nyc": {
    "lines": 100,
    "statements": 100,
    "functions": 100,
    "branches": 100,
    "reporter": [
      "lcov",
      "text"
    ],
    "cache": true,
    "all": true,
    "check-coverage": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/postcss/gulp-postcss.git"
  },
  "scripts": {
    "coveralls": "coveralls < coverage/lcov.info",
    "pretest": "eslint *.js",
    "test": "nyc mocha test.js"
  },
  "version": "8.0.0"
}
