{
  "name": "postcss-attribute-case-insensitive",
  "description": "Enable support for case insensitive attribute matching in selectors",
  "version": "5.0.2",
  "license": "MIT",
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/csstools"
  },
  "engines": {
    "node": "^12 || ^14 || >=16"
  },
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs",
      "default": "./dist/index.mjs"
    }
  },
  "files": [
    "CHANGELOG.md",
    "LICENSE",
    "README.md",
    "dist"
  ],
  "dependencies": {
    "postcss-selector-parser": "^6.0.10"
  },
  "peerDependencies": {
    "postcss": "^8.2"
  },
  "homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-attribute-case-insensitive#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/csstools/postcss-plugins.git",
    "directory": "plugins/postcss-attribute-case-insensitive"
  },
  "csstools": {
    "cssdbId": "case-insensitive-attributes",
    "exportName": "postcssAttributeCaseInsensitive",
    "humanReadableName": "PostCSS Attribute Case Insensitive",
    "specUrl": "https://www.w3.org/TR/selectors4/#attribute-case"
  },
  "volta": {
    "extends": "../../package.json"
  }
}