{
  "manifest": {
    "name": "postcss",
    "version": "7.0.39",
    "description": "Tool for transforming styles with JS plugins",
    "engines": {
      "node": ">=6.0.0"
    },
    "keywords": [
      "css",
      "postcss",
      "rework",
      "preprocessor",
      "parser",
      "source map",
      "transform",
      "manipulation",
      "transpiler"
    ],
    "funding": {
      "type": "opencollective",
      "url": "https://opencollective.com/postcss/"
    },
    "author": {
      "name": "Andrey Sitnik",
      "email": "andrey@sitnik.ru"
    },
    "license": "MIT",
    "homepage": "https://postcss.org/",
    "repository": {
      "type": "git",
      "url": "https://github.com/postcss/postcss.git"
    },
    "dependencies": {
      "picocolors": "^0.2.1",
      "source-map": "^0.6.1"
    },
    "main": "lib/postcss",
    "types": "lib/postcss.d.ts",
    "browser": {
      "./lib/terminal-highlight": false,
      "fs": false
    },
    "_registry": "npm",
    "_loc": "/homez.1033/heliovt/.cache/yarn/v6/npm-postcss-7.0.39-9624375d965630e2e1f2c02a935c82a59cb48309-integrity/node_modules/postcss/package.json",
    "readmeFilename": "README.md",
    "readme": "# PostCSS [![Gitter][chat-img]][chat]\n\n<img align=\"right\" width=\"95\" height=\"95\"\n     alt=\"Philosopher’s stone, logo of PostCSS\"\n     src=\"http://postcss.github.io/postcss/logo.svg\">\n\n[chat-img]: https://img.shields.io/badge/Gitter-Join_the_PostCSS_chat-brightgreen.svg\n[chat]:     https://gitter.im/postcss/postcss\n\nPostCSS is a tool for transforming styles with JS plugins.\nThese plugins can lint your CSS, support variables and mixins,\ntranspile future CSS syntax, inline images, and more.\n\nPostCSS is used by industry leaders including Wikipedia, Twitter, Alibaba,\nand JetBrains. The [Autoprefixer] PostCSS plugin is one of the most popular\nCSS processors.\n\nPostCSS takes a CSS file and provides an API to analyze and modify its rules\n(by transforming them into an [Abstract Syntax Tree]).\nThis API can then be used by [plugins] to do a lot of useful things,\ne.g. to find errors automatically insert vendor prefixes.\n\n**Support / Discussion:** [Gitter](https://gitter.im/postcss/postcss)<br>\n**Twitter account:**      [@postcss](https://twitter.com/postcss)<br>\n**VK.com page:**          [postcss](https://vk.com/postcss)<br>\n**中文翻译**:              [`README-cn.md`](./README-cn.md)\n\nFor PostCSS commercial support (consulting, improving the front-end culture\nof your company, PostCSS plugins), contact [Evil Martians]\nat <surrender@evilmartians.com>.\n\n[Abstract Syntax Tree]: https://en.wikipedia.org/wiki/Abstract_syntax_tree\n[Evil Martians]:        https://evilmartians.com/?utm_source=postcss\n[Autoprefixer]:         https://github.com/postcss/autoprefixer\n[plugins]:              https://github.com/postcss/postcss#plugins\n\n<a href=\"https://evilmartians.com/?utm_source=postcss\">\n  <img src=\"https://evilmartians.com/badges/sponsored-by-evil-martians.svg\"\n       alt=\"Sponsored by Evil Martians\" width=\"236\" height=\"54\">\n</a>\n\n## Docs\nRead **[full docs](https://github.com/postcss/postcss#readme)** on GitHub.\n",
    "licenseText": "The MIT License (MIT)\n\nCopyright 2013 Andrey Sitnik <andrey@sitnik.ru>\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n"
  },
  "artifacts": [],
  "remote": {
    "resolved": "https://registry.yarnpkg.com/postcss/-/postcss-7.0.39.tgz#9624375d965630e2e1f2c02a935c82a59cb48309",
    "type": "tarball",
    "reference": "https://registry.yarnpkg.com/postcss/-/postcss-7.0.39.tgz",
    "hash": "9624375d965630e2e1f2c02a935c82a59cb48309",
    "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
    "registry": "npm",
    "packageName": "postcss",
    "cacheIntegrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA== sha1-liQ3XZZWMOLh8sAqk1yCpZy0gwk="
  },
  "registry": "npm",
  "hash": "9624375d965630e2e1f2c02a935c82a59cb48309"
}