{
  "_from": "postcss-browser-comments@^2.0.0",
  "_id": "postcss-browser-comments@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-xGG0UvoxwBc4Yx4JX3gc0RuDl1kc4bVihCzzk6UC72YPfq5fu3c717Nu8Un3nvnq1BJ31gBnFXIG/OaUTnpHgA==",
  "_location": "/postcss-browser-comments",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "postcss-browser-comments@^2.0.0",
    "name": "postcss-browser-comments",
    "escapedName": "postcss-browser-comments",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/postcss-normalize"
  ],
  "_resolved": "https://registry.npmjs.org/postcss-browser-comments/-/postcss-browser-comments-2.0.0.tgz",
  "_shasum": "dc48d6a8ddbff188a80a000b7393436cb18aed88",
  "_spec": "postcss-browser-comments@^2.0.0",
  "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/sorting-algorithms/nbarrow1/bubble-sort-react/node_modules/postcss-normalize",
  "author": {
    "name": "Jonathan Neal",
    "email": "csstools@hotmail.com"
  },
  "bugs": {
    "url": "https://github.com/csstools/postcss-browser-comments/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "postcss": "^7.0.2"
  },
  "deprecated": false,
  "description": "Keep only the CSS you need based on comments and your browserslist",
  "devDependencies": {
    "@babel/core": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "babel-eslint": "^9.0.0",
    "browserslist": "^4.1.1",
    "eslint": "^5.5.0",
    "eslint-config-dev": "^2.0.0",
    "postcss-tape": "^2.2.0",
    "pre-commit": "^1.2.2",
    "rollup": "^0.65.2",
    "rollup-plugin-babel": "^4.0.3"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "eslintConfig": {
    "extends": "dev",
    "parser": "babel-eslint"
  },
  "files": [
    "index.cjs.js",
    "index.es.js"
  ],
  "homepage": "https://github.com/csstools/postcss-browser-comments#readme",
  "keywords": [
    "postcss",
    "css",
    "postcss-plugin",
    "browserslists",
    "browserlists",
    "browsers",
    "lists",
    "support",
    "caniuse",
    "target"
  ],
  "license": "CC0-1.0",
  "main": "index.cjs.js",
  "module": "index.es.js",
  "name": "postcss-browser-comments",
  "peerDependencies": {
    "browserslist": "^4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/csstools/postcss-browser-comments.git"
  },
  "scripts": {
    "prepublishOnly": "npm test",
    "pretest": "rollup -c .rollup.js --silent",
    "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
    "test:ec": "echint --ignore index.*.js test",
    "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
    "test:tape": "postcss-tape"
  },
  "version": "2.0.0"
}