{
  "_from": "postcss-attribute-case-insensitive@^5.0.2",
  "_id": "postcss-attribute-case-insensitive@5.0.2",
  "_inBundle": false,
  "_integrity": "sha512-XIidXV8fDr0kKt28vqki84fRK8VW8eTuIa4PChv2MqKuT6C9UjmSKzen6KaWhWEoYvwxFCa7n/tC1SZ3tyq4SQ==",
  "_location": "/postcss-attribute-case-insensitive",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "postcss-attribute-case-insensitive@^5.0.2",
    "name": "postcss-attribute-case-insensitive",
    "escapedName": "postcss-attribute-case-insensitive",
    "rawSpec": "^5.0.2",
    "saveSpec": null,
    "fetchSpec": "^5.0.2"
  },
  "_requiredBy": [
    "/postcss-preset-env"
  ],
  "_resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-5.0.2.tgz",
  "_shasum": "03d761b24afc04c09e757e92ff53716ae8ea2741",
  "_spec": "postcss-attribute-case-insensitive@^5.0.2",
  "_where": "/home/smartsensero/public_html/research.smartsense.ro/node_modules/postcss-preset-env",
  "bugs": {
    "url": "https://github.com/csstools/postcss-plugins/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Antonio Laguna",
      "email": "antonio@laguna.es",
      "url": "https://antonio.laguna.es"
    },
    {
      "name": "Romain Menke",
      "email": "romainmenke@gmail.com"
    },
    {
      "name": "Dmitry Semigradsky"
    }
  ],
  "csstools": {
    "cssdbId": "case-insensitive-attributes",
    "exportName": "postcssAttributeCaseInsensitive",
    "humanReadableName": "PostCSS Attribute Case Insensitive",
    "specUrl": "https://www.w3.org/TR/selectors4/#attribute-case"
  },
  "dependencies": {
    "postcss-selector-parser": "^6.0.10"
  },
  "deprecated": false,
  "description": "Enable support for case insensitive attribute matching in selectors",
  "engines": {
    "node": "^12 || ^14 || >=16"
  },
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs",
      "default": "./dist/index.mjs"
    }
  },
  "files": [
    "CHANGELOG.md",
    "LICENSE",
    "README.md",
    "dist"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/csstools"
  },
  "homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-attribute-case-insensitive#readme",
  "keywords": [
    "CSS4",
    "attribute",
    "css",
    "insensitive",
    "postcss",
    "postcss-plugin",
    "sensitive"
  ],
  "license": "MIT",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "name": "postcss-attribute-case-insensitive",
  "peerDependencies": {
    "postcss": "^8.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/csstools/postcss-plugins.git",
    "directory": "plugins/postcss-attribute-case-insensitive"
  },
  "scripts": {
    "build": "rollup -c ../../rollup/default.js",
    "clean": "node -e \"fs.rmSync('./dist', { recursive: true, force: true });\"",
    "docs": "node ../../.github/bin/generate-docs/install.mjs && node ../../.github/bin/generate-docs/readme.mjs",
    "lint": "npm run lint:eslint && npm run lint:package-json",
    "lint:eslint": "eslint ./src --ext .js --ext .ts --ext .mjs --no-error-on-unmatched-pattern",
    "lint:package-json": "node ../../.github/bin/format-package-json.mjs",
    "prepublishOnly": "npm run clean && npm run build && npm run test",
    "test": "node .tape.mjs && npm run test:exports",
    "test:exports": "node ./test/_import.mjs && node ./test/_require.cjs",
    "test:rewrite-expects": "REWRITE_EXPECTS=true node .tape.mjs"
  },
  "types": "dist/index.d.ts",
  "version": "5.0.2",
  "volta": {
    "extends": "../../package.json"
  }
}
