{
  "manifest": {
    "name": "autoprefixer",
    "version": "10.4.19",
    "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
    "engines": {
      "node": "^10 || ^12 || >=14"
    },
    "keywords": [
      "autoprefixer",
      "css",
      "prefix",
      "postcss",
      "postcss-plugin"
    ],
    "main": "lib/autoprefixer.js",
    "bin": {
      "autoprefixer": "bin/autoprefixer"
    },
    "types": "lib/autoprefixer.d.ts",
    "funding": [
      {
        "type": "opencollective",
        "url": "https://opencollective.com/postcss/"
      },
      {
        "type": "tidelift",
        "url": "https://tidelift.com/funding/github/npm/autoprefixer"
      },
      {
        "type": "github",
        "url": "https://github.com/sponsors/ai"
      }
    ],
    "author": {
      "name": "Andrey Sitnik",
      "email": "andrey@sitnik.ru"
    },
    "license": "MIT",
    "repository": {
      "type": "git",
      "url": "https://github.com/postcss/autoprefixer.git"
    },
    "bugs": {
      "url": "https://github.com/postcss/autoprefixer/issues"
    },
    "peerDependencies": {
      "postcss": "^8.1.0"
    },
    "dependencies": {
      "browserslist": "^4.23.0",
      "caniuse-lite": "^1.0.30001599",
      "fraction.js": "^4.3.7",
      "normalize-range": "^0.1.2",
      "picocolors": "^1.0.0",
      "postcss-value-parser": "^4.2.0"
    },
    "_registry": "npm",
    "_loc": "/homez.1033/heliovt/.cache/yarn/v6/npm-autoprefixer-10.4.19-ad25a856e82ee9d7898c59583c1afeb3fa65f89f-integrity/node_modules/autoprefixer/package.json",
    "readmeFilename": "README.md",
    "readme": "# Autoprefixer [![Cult Of Martians][cult-img]][cult]\n\n<img align=\"right\" width=\"94\" height=\"71\"\n     src=\"https://postcss.github.io/autoprefixer/logo.svg\"\n     title=\"Autoprefixer logo by Anton Lovchikov\">\n\n[PostCSS] plugin to parse CSS and add vendor prefixes to CSS rules using values\nfrom [Can I Use]. It is recommended by Google and used in Twitter and Alibaba.\n\nWrite your CSS rules without vendor prefixes (in fact, forget about them\nentirely):\n\n```css\n::placeholder {\n  color: gray;\n}\n\n.image {\n  background-image: url(image@1x.png);\n}\n@media (min-resolution: 2dppx) {\n  .image {\n    background-image: url(image@2x.png);\n  }\n}\n```\n\nAutoprefixer will use the data based on current browser popularity and property\nsupport to apply prefixes for you. You can try the [interactive demo]\nof Autoprefixer.\n\n```css\n::-moz-placeholder {\n  color: gray;\n}\n::placeholder {\n  color: gray;\n}\n\n.image {\n  background-image: url(image@1x.png);\n}\n@media (-webkit-min-device-pixel-ratio: 2),\n       (min-resolution: 2dppx) {\n  .image {\n    background-image: url(image@2x.png);\n  }\n}\n```\n\nTwitter account for news and releases: [@autoprefixer].\n\n<a href=\"https://evilmartians.com/?utm_source=autoprefixer\">\n<img src=\"https://evilmartians.com/badges/sponsored-by-evil-martians.svg\" alt=\"Sponsored by Evil Martians\" width=\"236\" height=\"54\">\n</a>\n\n[interactive demo]: https://autoprefixer.github.io/\n[@autoprefixer]:    https://twitter.com/autoprefixer\n[Can I Use]:        https://caniuse.com/\n[cult-img]:         https://cultofmartians.com/assets/badges/badge.svg\n[PostCSS]:          https://github.com/postcss/postcss\n[cult]:             https://cultofmartians.com/tasks/autoprefixer-grid.html\n\n\n## Docs\nRead full docs **[here](https://github.com/postcss/autoprefixer#readme)**.\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/autoprefixer/-/autoprefixer-10.4.19.tgz#ad25a856e82ee9d7898c59583c1afeb3fa65f89f",
    "type": "tarball",
    "reference": "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.19.tgz",
    "hash": "ad25a856e82ee9d7898c59583c1afeb3fa65f89f",
    "integrity": "sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew==",
    "registry": "npm",
    "packageName": "autoprefixer",
    "cacheIntegrity": "sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew== sha1-rSWoVugu6deJjFlYPBr+s/pl+J8="
  },
  "registry": "npm",
  "hash": "ad25a856e82ee9d7898c59583c1afeb3fa65f89f"
}