{
  "_from": "grunt-postcss@^0.9.0",
  "_id": "grunt-postcss@0.9.0",
  "_inBundle": false,
  "_integrity": "sha512-lglLcVaoOIqH0sFv7RqwUKkEFGQwnlqyAKbatxZderwZGV1nDyKHN7gZS9LUiTx1t5GOvRBx0BEalHMyVwFAIA==",
  "_location": "/grunt-postcss",
  "_phantomChildren": {
    "chalk": "2.4.2",
    "has-flag": "3.0.0",
    "source-map": "0.6.1"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "grunt-postcss@^0.9.0",
    "name": "grunt-postcss",
    "escapedName": "grunt-postcss",
    "rawSpec": "^0.9.0",
    "saveSpec": null,
    "fetchSpec": "^0.9.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/grunt-postcss/-/grunt-postcss-0.9.0.tgz",
  "_shasum": "fbe5934a6be9eac893af6d057e2318c97fae9da3",
  "_spec": "grunt-postcss@^0.9.0",
  "_where": "/var/www/html-staging/grunt",
  "author": {
    "name": "Dmitry Nikitenko",
    "email": "dima.nikitenko@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/nDmitry/grunt-postcss/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "chalk": "^2.1.0",
    "diff": "^3.0.0",
    "postcss": "^6.0.11"
  },
  "deprecated": false,
  "description": "Apply several post-processors to your CSS using PostCSS",
  "devDependencies": {
    "cssnano": "^3.3.1",
    "grunt": "^1.0.1",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-contrib-nodeunit": "^1.0.0",
    "load-grunt-tasks": "^3.1.0",
    "postcss-scss": "^1.0.2",
    "time-grunt": "^1.1.0"
  },
  "engines": {
    "node": ">= 0.12.0"
  },
  "files": [
    "tasks",
    "LICENSE"
  ],
  "homepage": "https://github.com/nDmitry/grunt-postcss#readme",
  "keywords": [
    "gruntplugin",
    "postcss-runner",
    "css",
    "postprocessor",
    "postcss"
  ],
  "license": "MIT",
  "name": "grunt-postcss",
  "peerDependencies": {
    "grunt": ">=0.4.5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nDmitry/grunt-postcss.git"
  },
  "scripts": {
    "test": "grunt test"
  },
  "version": "0.9.0"
}
