{
  "_from": "postcss@^6.0.6",
  "_id": "postcss@6.0.9",
  "_inBundle": false,
  "_integrity": "sha512-bBE2AHNEBhF23TfET6AA/lFP8ah+qHOZoFJEflFG+HgvVLdTmMOrocx/4LVVDIn3w6jUssw1q2Exk1cc9UOI8w==",
  "_location": "/postcss",
  "_phantomChildren": {
    "color-convert": "1.9.0",
    "escape-string-regexp": "1.0.5",
    "has-flag": "2.0.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "postcss@^6.0.6",
    "name": "postcss",
    "escapedName": "postcss",
    "rawSpec": "^6.0.6",
    "saveSpec": null,
    "fetchSpec": "^6.0.6"
  },
  "_requiredBy": [
    "/autoprefixer",
    "/postcss-js"
  ],
  "_resolved": "https://registry.npmjs.org/postcss/-/postcss-6.0.9.tgz",
  "_shasum": "54819766784a51c65b1ec4d54c2f93765438c35a",
  "_spec": "postcss@^6.0.6",
  "_where": "/Users/jxnblk/repos/cxs/benchmarks/node_modules/autoprefixer",
  "author": {
    "name": "Andrey Sitnik",
    "email": "andrey@sitnik.ru"
  },
  "browser": {
    "fs": false
  },
  "bugs": {
    "url": "https://github.com/postcss/postcss/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "chalk": "^2.1.0",
    "source-map": "^0.5.6",
    "supports-color": "^4.2.1"
  },
  "deprecated": false,
  "description": "Tool for transforming styles with JS plugins",
  "devDependencies": {
    "babel-core": "^6.25.0",
    "babel-eslint": "^7.2.3",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-precompile-charcodes": "^1.1.0",
    "babel-preset-env": "^1.6.0",
    "concat-with-sourcemaps": "^1.0.4",
    "del": "^3.0.0",
    "docdash": "^0.4.0",
    "eslint": "^4.4.1",
    "eslint-config-postcss": "^2.0.2",
    "fs-extra": "^4.0.1",
    "gulp": "^3.9.1",
    "gulp-babel": "^7.0.0",
    "gulp-changed": "^3.1.0",
    "gulp-eslint": "^4.0.0",
    "gulp-jest": "^2.0.0",
    "gulp-run": "^1.7.1",
    "gulp-sourcemaps": "^2.6.0",
    "jest": "^20.0.4",
    "jsdoc": "^3.5.4",
    "lint-staged": "^4.0.3",
    "postcss-parser-tests": "^6.0.2",
    "pre-commit": "^1.2.2",
    "run-sequence": "^2.1.0",
    "size-limit": "^0.8.4",
    "strip-ansi": "^4.0.0",
    "yaspeller-ci": "^0.6.0"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "eslintConfig": {
    "parser": "babel-eslint",
    "extends": "eslint-config-postcss",
    "rules": {
      "consistent-return": "off",
      "valid-jsdoc": "error",
      "complexity": "off",
      "no-new": "off"
    },
    "env": {
      "browser": true,
      "jest": true
    }
  },
  "homepage": "http://postcss.org/",
  "keywords": [
    "css",
    "postcss",
    "rework",
    "preprocessor",
    "parser",
    "source map",
    "transform",
    "manipulation",
    "transpiler"
  ],
  "license": "MIT",
  "lint-staged": {
    "test/*.js": "eslint",
    "lib/*.es6": "eslint",
    "*.md": "yaspeller-ci"
  },
  "main": "lib/postcss",
  "name": "postcss",
  "pre-commit": [
    "lint-staged"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/postcss/postcss.git"
  },
  "scripts": {
    "lint-staged": "lint-staged",
    "test": "gulp"
  },
  "size-limit": [
    {
      "path": "build/lib/postcss.js",
      "babili": true,
      "limit": "36 KB"
    }
  ],
  "types": "lib/postcss.d.ts",
  "version": "6.0.9"
}
