{
  "_from": "css-has-pseudo@^3.0.4",
  "_id": "css-has-pseudo@3.0.4",
  "_inBundle": false,
  "_integrity": "sha512-Vse0xpR1K9MNlp2j5w1pgWIJtm1a8qS0JwS9goFYcImjlHEmywP9VUF05aGBXzGpDJF86QXk4L0ypBmwPhGArw==",
  "_location": "/css-has-pseudo",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "css-has-pseudo@^3.0.4",
    "name": "css-has-pseudo",
    "escapedName": "css-has-pseudo",
    "rawSpec": "^3.0.4",
    "saveSpec": null,
    "fetchSpec": "^3.0.4"
  },
  "_requiredBy": [
    "/postcss-preset-env"
  ],
  "_resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-3.0.4.tgz",
  "_shasum": "57f6be91ca242d5c9020ee3e51bbb5b89fc7af73",
  "_spec": "css-has-pseudo@^3.0.4",
  "_where": "/home/smartsensero/public_html/research.smartsense.ro/node_modules/postcss-preset-env",
  "author": {
    "name": "Jonathan Neal",
    "email": "jonathantneal@hotmail.com"
  },
  "bin": {
    "css-has-pseudo": "dist/cli.cjs"
  },
  "bugs": {
    "url": "https://github.com/csstools/postcss-plugins/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "postcss-selector-parser": "^6.0.9"
  },
  "deprecated": false,
  "description": "Style elements relative to other elements 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"
    },
    "./browser": {
      "import": "./dist/browser.mjs",
      "require": "./dist/browser.cjs",
      "default": "./dist/browser.mjs"
    },
    "./browser-global": {
      "default": "./dist/browser-global.js"
    }
  },
  "files": [
    "CHANGELOG.md",
    "LICENSE.md",
    "README.md",
    "dist",
    "browser.js"
  ],
  "homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo#readme",
  "keywords": [
    "postcss",
    "css",
    "postcss-plugin",
    "javascript",
    "js",
    "polyfill",
    "has",
    "contains",
    "descendant",
    "pseudo",
    "selector"
  ],
  "license": "CC0-1.0",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "name": "css-has-pseudo",
  "peerDependencies": {
    "postcss": "^8.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/csstools/postcss-plugins.git",
    "directory": "plugins/css-has-pseudo"
  },
  "scripts": {
    "build": "rollup -c ../../rollup/default.js && npm run copy-browser-scripts-to-old-location",
    "clean": "node -e \"fs.rmSync('./dist', { recursive: true, force: true });\"",
    "copy-browser-scripts-to-old-location": "node -e \"fs.copyFileSync('./dist/browser-global.js', './browser.js')\"",
    "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"
  },
  "version": "3.0.4",
  "volta": {
    "extends": "../../package.json"
  }
}
