{
  "_from": "autoprefixer@^9.4.9",
  "_id": "autoprefixer@9.7.3",
  "_inBundle": false,
  "_integrity": "sha512-8T5Y1C5Iyj6PgkPSFd0ODvK9DIleuPKUPYniNxybS47g2k2wFgLZ46lGQHlBuGKIAEV8fbCDfKCCRS1tvOgc3Q==",
  "_location": "/autoprefixer",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "autoprefixer@^9.4.9",
    "name": "autoprefixer",
    "escapedName": "autoprefixer",
    "rawSpec": "^9.4.9",
    "saveSpec": null,
    "fetchSpec": "^9.4.9"
  },
  "_requiredBy": [
    "/postcss-preset-env"
  ],
  "_resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.7.3.tgz",
  "_shasum": "fd42ed03f53de9beb4ca0d61fb4f7268a9bb50b4",
  "_spec": "autoprefixer@^9.4.9",
  "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/sorting-algorithms/nbarrow1/bubble-sort-react/node_modules/postcss-preset-env",
  "author": {
    "name": "Andrey Sitnik",
    "email": "andrey@sitnik.ru"
  },
  "bin": {
    "autoprefixer": "./bin/autoprefixer"
  },
  "browser": {
    "chalk": false
  },
  "bugs": {
    "url": "https://github.com/postcss/autoprefixer/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "browserslist": "^4.8.0",
    "caniuse-lite": "^1.0.30001012",
    "chalk": "^2.4.2",
    "normalize-range": "^0.1.2",
    "num2fraction": "^1.2.2",
    "postcss": "^7.0.23",
    "postcss-value-parser": "^4.0.2"
  },
  "deprecated": false,
  "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
  "engines": {
    "node": ">=6.0.0"
  },
  "eslintIgnore": [
    "build/"
  ],
  "funding": {
    "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",
  "name": "autoprefixer",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/postcss/autoprefixer.git"
  },
  "version": "9.7.3"
}