{
  "_from": "postcss-focus-visible@^6.0.4",
  "_id": "postcss-focus-visible@6.0.4",
  "_inBundle": false,
  "_integrity": "sha512-QcKuUU/dgNsstIK6HELFRT5Y3lbrMLEOwG+A4s5cA+fx3A3y/JTq3X9LaOj3OC3ALH0XqyrgQIgey/MIZ8Wczw==",
  "_location": "/postcss-focus-visible",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "postcss-focus-visible@^6.0.4",
    "name": "postcss-focus-visible",
    "escapedName": "postcss-focus-visible",
    "rawSpec": "^6.0.4",
    "saveSpec": null,
    "fetchSpec": "^6.0.4"
  },
  "_requiredBy": [
    "/postcss-preset-env"
  ],
  "_resolved": "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-6.0.4.tgz",
  "_shasum": "50c9ea9afa0ee657fb75635fabad25e18d76bf9e",
  "_spec": "postcss-focus-visible@^6.0.4",
  "_where": "/home/smartsensero/public_html/mvp-frontend/front-end/node_modules/postcss-preset-env",
  "author": {
    "name": "Jonathan Neal",
    "email": "jonathantneal@hotmail.com"
  },
  "bugs": {
    "url": "https://github.com/csstools/postcss-plugins/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "postcss-selector-parser": "^6.0.9"
  },
  "deprecated": false,
  "description": "Use the :focus-visible pseudo-selector in CSS",
  "devDependencies": {
    "postcss": "^8.3.6",
    "postcss-tape": "^6.0.1"
  },
  "engines": {
    "node": "^12 || ^14 || >=16"
  },
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs",
      "default": "./dist/index.mjs"
    }
  },
  "files": [
    "CHANGELOG.md",
    "LICENSE.md",
    "README.md",
    "dist"
  ],
  "homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-focus-visible#readme",
  "keywords": [
    "postcss",
    "css",
    "postcss-plugin",
    "focus",
    "ring",
    "css",
    "pseudos",
    "selectors",
    "accessibility",
    "a11y",
    "keyboards",
    "pointer",
    "cursor",
    "mice",
    "mouse",
    "pen",
    "touch",
    "trackpad",
    "button",
    "input",
    "select",
    "textarea",
    "contenteditable",
    "javascript",
    "js"
  ],
  "license": "CC0-1.0",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "name": "postcss-focus-visible",
  "peerDependencies": {
    "postcss": "^8.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/csstools/postcss-plugins.git",
    "directory": "plugins/postcss-focus-visible"
  },
  "scripts": {
    "build": "rollup -c ../../rollup/default.js",
    "clean": "node -e \"fs.rmSync('./dist', { recursive: true, force: true });\"",
    "lint": "eslint ./src --ext .js --ext .ts --ext .mjs --no-error-on-unmatched-pattern",
    "prepublishOnly": "npm run clean && npm run build && npm run test",
    "stryker": "stryker run --logLevel error",
    "test": "postcss-tape --ci && npm run test:exports",
    "test:exports": "node ./test/_import.mjs && node ./test/_require.cjs"
  },
  "types": "dist/index.d.ts",
  "version": "6.0.4",
  "volta": {
    "extends": "../../package.json"
  }
}
