{
  "name": "postcss-parser-tests",
  "version": "8.10.0",
  "description": "Base tests for every PostCSS CSS parser",
  "keywords": [
    "css",
    "parser",
    "postcss",
    "tests"
  ],
  "license": "MIT",
  "author": "Andrey Sitnik <andrey@sitnik.es>",
  "repository": "postcss/postcss-parser-tests",
  "funding": [
    {
      "type": "opencollective",
      "url": "https://opencollective.com/postcss/"
    },
    {
      "type": "github",
      "url": "https://github.com/sponsors/ai"
    }
  ],
  "exports": {
    ".": {
      "require": "./index.js",
      "import": "./index.mjs"
    },
    "./package.json": "./package.json"
  },
  "dependencies": {
    "picocolors": "^1.1.1"
  }
}
