UNPKG

postcss-focus-visible

Version:
84 lines (83 loc) 1.53 kB
{ "name": "postcss-focus-visible", "description": "Use the :focus-visible pseudo-selector in CSS", "version": "11.0.0", "contributors": [ { "name": "Antonio Laguna", "email": "antonio@laguna.es", "url": "https://antonio.laguna.es" }, { "name": "Romain Menke", "email": "romainmenke@gmail.com" } ], "license": "MIT-0", "funding": [ { "type": "github", "url": "https://github.com/sponsors/csstools" }, { "type": "opencollective", "url": "https://opencollective.com/csstools" } ], "engines": { "node": ">=20.19.0" }, "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.mjs" } }, "files": [ "CHANGELOG.md", "LICENSE.md", "README.md", "dist" ], "dependencies": { "postcss-selector-parser": "^7.1.1" }, "peerDependencies": { "postcss": "^8.4" }, "scripts": {}, "homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-focus-visible#readme", "repository": { "type": "git", "url": "git+https://github.com/csstools/postcss-plugins.git", "directory": "plugins/postcss-focus-visible" }, "bugs": "https://github.com/csstools/postcss-plugins/issues", "keywords": [ "a11y", "accessibility", "button", "contenteditable", "css", "cursor", "focus", "input", "javascript", "js", "keyboards", "mice", "mouse", "pen", "pointer", "postcss", "postcss-plugin", "pseudos", "ring", "select", "selectors", "textarea", "touch", "trackpad" ] }