{
  "_from": "postcss@^8.1.14",
  "_id": "postcss@8.2.10",
  "_inBundle": false,
  "_integrity": "sha512-b/h7CPV7QEdrqIxtAf2j31U5ef05uBDuvoXv6L51Q4rcS1jdlXAVKJv+atCFdUXYl9dyTHGyoMzIepwowRJjFw==",
  "_location": "/postcss",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "postcss@^8.1.14",
    "name": "postcss",
    "escapedName": "postcss",
    "rawSpec": "^8.1.14",
    "saveSpec": null,
    "fetchSpec": "^8.1.14"
  },
  "_requiredBy": [
    "#DEV:/",
    "/css-loader"
  ],
  "_resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.10.tgz",
  "_shasum": "ca7a042aa8aff494b334d0ff3e9e77079f6f702b",
  "_spec": "postcss@^8.1.14",
  "_where": "/Users/wyeqwen/Documents/BearHands/paymentgateway/projectpg/project-pg",
  "author": {
    "name": "Andrey Sitnik",
    "email": "andrey@sitnik.ru"
  },
  "browser": {
    "./lib/terminal-highlight": false,
    "colorette": false,
    "fs": false,
    "path": false,
    "url": false
  },
  "bugs": {
    "url": "https://github.com/postcss/postcss/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "colorette": "^1.2.2",
    "nanoid": "^3.1.22",
    "source-map": "^0.6.1"
  },
  "deprecated": false,
  "description": "Tool for transforming styles with JS plugins",
  "engines": {
    "node": "^10 || ^12 || >=14"
  },
  "exports": {
    ".": {
      "require": "./lib/postcss.js",
      "import": "./lib/postcss.mjs",
      "types": "./lib/postcss.d.ts"
    },
    "./": "./"
  },
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/postcss/"
  },
  "homepage": "https://postcss.org/",
  "keywords": [
    "css",
    "postcss",
    "rework",
    "preprocessor",
    "parser",
    "source map",
    "transform",
    "manipulation",
    "transpiler"
  ],
  "license": "MIT",
  "main": "./lib/postcss.js",
  "name": "postcss",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/postcss/postcss.git"
  },
  "types": "./lib/postcss.d.ts",
  "version": "8.2.10",
  "warnings": [
    {
      "code": "ENOTSUP",
      "required": {
        "node": "^10 || ^12 || >=14"
      },
      "pkgid": "postcss@8.2.10"
    }
  ]
}
