{ "_from": "postcss-focus-within@^5.0.4", "_id": "postcss-focus-within@5.0.4", "_inBundle": false, "_integrity": "sha512-vvjDN++C0mu8jz4af5d52CB184ogg/sSxAFS+oUJQq2SuCe7T5U2iIsVJtsCp2d6R4j0jr5+q3rPkBVZkXD9fQ==", "_location": "/postcss-focus-within", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "postcss-focus-within@^5.0.4", "name": "postcss-focus-within", "escapedName": "postcss-focus-within", "rawSpec": "^5.0.4", "saveSpec": null, "fetchSpec": "^5.0.4" }, "_requiredBy": [ "/postcss-preset-env" ], "_resolved": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-5.0.4.tgz", "_shasum": "5b1d2ec603195f3344b716c0b75f61e44e8d2e20", "_spec": "postcss-focus-within@^5.0.4", "_where": "/home/josie/development/hdlines/hdlines-react/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-within 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-within#readme", "keywords": [ "postcss", "css", "postcss-plugin", "focus", "within", "polyfill", "pseudos", "selectors", "accessibility", "a11y", "descendants", "ancestors" ], "license": "CC0-1.0", "main": "dist/index.cjs", "module": "dist/index.mjs", "name": "postcss-focus-within", "peerDependencies": { "postcss": "^8.4" }, "repository": { "type": "git", "url": "git+https://github.com/csstools/postcss-plugins.git", "directory": "plugins/postcss-focus-within" }, "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": "5.0.4", "volta": { "extends": "../../package.json" } }