{
  "_from": "@csstools/selector-specificity@^2.0.2",
  "_id": "@csstools/selector-specificity@2.2.0",
  "_inBundle": false,
  "_integrity": "sha512-+OJ9konv95ClSTOJCmMZqpd5+YGsB2S+x6w3E1oaM8UuR5j8nTNHYSz8c9BEPGDOCMQYIEEGlVPj/VY64iTbGw==",
  "_location": "/@csstools/selector-specificity",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@csstools/selector-specificity@^2.0.2",
    "name": "@csstools/selector-specificity",
    "escapedName": "@csstools%2fselector-specificity",
    "scope": "@csstools",
    "rawSpec": "^2.0.2",
    "saveSpec": null,
    "fetchSpec": "^2.0.2"
  },
  "_requiredBy": [
    "/@csstools/postcss-cascade-layers",
    "/@csstools/postcss-is-pseudo-class",
    "/postcss-nesting"
  ],
  "_resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-2.2.0.tgz",
  "_shasum": "2cbcf822bf3764c9658c4d2e568bd0c0cb748016",
  "_spec": "@csstools/selector-specificity@^2.0.2",
  "_where": "/home/smartsensero/public_html/mvp-frontend/front-end/node_modules/@csstools/postcss-cascade-layers",
  "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"
    }
  ],
  "deprecated": false,
  "description": "Determine selector specificity with postcss-selector-parser",
  "devDependencies": {
    "postcss-selector-parser": "^6.0.10"
  },
  "engines": {
    "node": "^14 || ^16 || >=18"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs",
      "default": "./dist/index.mjs"
    }
  },
  "files": [
    "CHANGELOG.md",
    "LICENSE.md",
    "README.md",
    "dist"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/csstools"
  },
  "homepage": "https://github.com/csstools/postcss-plugins/tree/main/packages/selector-specificity#readme",
  "keywords": [
    "css",
    "postcss-selector-parser",
    "specificity"
  ],
  "license": "CC0-1.0",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "name": "@csstools/selector-specificity",
  "peerDependencies": {
    "postcss-selector-parser": "^6.0.10"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/csstools/postcss-plugins.git",
    "directory": "packages/selector-specificity"
  },
  "scripts": {
    "build": "rollup -c ../../rollup/default.mjs",
    "lint": "node ../../.github/bin/format-package-json.mjs",
    "prepublishOnly": "npm run build && npm run test",
    "stryker": "stryker run --logLevel error",
    "test": "node ./test/index.mjs && node ./test/_import.mjs && node ./test/_require.cjs"
  },
  "types": "dist/index.d.ts",
  "version": "2.2.0",
  "volta": {
    "extends": "../../package.json"
  }
}
