{
  "_from": "autoprefixer@^10.4.0",
  "_id": "autoprefixer@10.4.7",
  "_inBundle": false,
  "_integrity": "sha512-ypHju4Y2Oav95SipEcCcI5J7CGPuvz8oat7sUtYj3ClK44bldfvtvcxK6IEK++7rqB7YchDGzweZIBG+SD0ZAA==",
  "_location": "/autoprefixer",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "autoprefixer@^10.4.0",
    "name": "autoprefixer",
    "escapedName": "autoprefixer",
    "rawSpec": "^10.4.0",
    "saveSpec": null,
    "fetchSpec": "^10.4.0"
  },
  "_requiredBy": [
    "/laravel-mix"
  ],
  "_resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.7.tgz",
  "_shasum": "1db8d195f41a52ca5069b7593be167618edbbedf",
  "_spec": "autoprefixer@^10.4.0",
  "_where": "/home/juliaworld/public_html/node_modules/laravel-mix",
  "author": {
    "name": "Andrey Sitnik",
    "email": "andrey@sitnik.ru"
  },
  "bin": {
    "autoprefixer": "bin/autoprefixer"
  },
  "bugs": {
    "url": "https://github.com/postcss/autoprefixer/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "browserslist": "^4.20.3",
    "caniuse-lite": "^1.0.30001335",
    "fraction.js": "^4.2.0",
    "normalize-range": "^0.1.2",
    "picocolors": "^1.0.0",
    "postcss-value-parser": "^4.2.0"
  },
  "deprecated": false,
  "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
  "engines": {
    "node": "^10 || ^12 || >=14"
  },
  "funding": [
    {
      "type": "opencollective",
      "url": "https://opencollective.com/postcss/"
    },
    {
      "type": "tidelift",
      "url": "https://tidelift.com/funding/github/npm/autoprefixer"
    }
  ],
  "homepage": "https://github.com/postcss/autoprefixer#readme",
  "keywords": [
    "autoprefixer",
    "css",
    "prefix",
    "postcss",
    "postcss-plugin"
  ],
  "license": "MIT",
  "main": "lib/autoprefixer.js",
  "name": "autoprefixer",
  "peerDependencies": {
    "postcss": "^8.1.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/postcss/autoprefixer.git"
  },
  "types": "lib/autoprefixer.d.ts",
  "version": "10.4.7"
}
