{
  "_from": "@csstools/selector-specificity@^3.0.1",
  "_id": "@csstools/selector-specificity@3.0.1",
  "_inBundle": false,
  "_integrity": "sha512-NPljRHkq4a14YzZ3YD406uaxh7s0g6eAq3L9aLOWywoqe8PkYamAvtsh7KNX6c++ihDrJ0RiU+/z7rGnhlZ5ww==",
  "_location": "/@csstools/selector-specificity",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@csstools/selector-specificity@^3.0.1",
    "name": "@csstools/selector-specificity",
    "escapedName": "@csstools%2fselector-specificity",
    "scope": "@csstools",
    "rawSpec": "^3.0.1",
    "saveSpec": null,
    "fetchSpec": "^3.0.1"
  },
  "_requiredBy": [
    "/postcss-nesting"
  ],
  "_resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-3.0.1.tgz",
  "_shasum": "d84597fbc0f897240c12fc0a31e492b036c70e40",
  "_spec": "@csstools/selector-specificity@^3.0.1",
  "_where": "/home/sagremc/chronos-v2/node_modules/postcss-nesting",
  "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",
  "engines": {
    "node": "^14 || ^16 || >=18"
  },
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "default": "./dist/index.cjs"
      }
    }
  },
  "files": [
    "CHANGELOG.md",
    "LICENSE.md",
    "README.md",
    "dist"
  ],
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/csstools"
    },
    {
      "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": "MIT-0",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "name": "@csstools/selector-specificity",
  "peerDependencies": {
    "postcss-selector-parser": "^6.0.13"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/csstools/postcss-plugins.git",
    "directory": "packages/selector-specificity"
  },
  "type": "module",
  "version": "3.0.1"
}
