{
  "_from": "css-select@^6.0.0",
  "_id": "css-select@6.0.0",
  "_inBundle": false,
  "_integrity": "sha512-rZZVSLle8v0+EY8QAkDWrKhpgt6SA5OtHsgBnsj6ZaLb5dmDVOWUDtQitd9ydxxvEjhewNudS6eTVU7uOyzvXw==",
  "_location": "/css-select",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "css-select@^6.0.0",
    "name": "css-select",
    "escapedName": "css-select",
    "rawSpec": "^6.0.0",
    "saveSpec": null,
    "fetchSpec": "^6.0.0"
  },
  "_requiredBy": [
    "/svgo"
  ],
  "_resolved": "https://registry.npmjs.org/css-select/-/css-select-6.0.0.tgz",
  "_shasum": "7e63f09881ad118084091048ed543786dad96644",
  "_spec": "css-select@^6.0.0",
  "_where": "/var/www/web-lab/node_modules/svgo",
  "author": {
    "name": "Felix Boehm",
    "email": "me@feedic.com"
  },
  "bugs": {
    "url": "https://github.com/fb55/css-select/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "boolbase": "^1.0.0",
    "css-what": "^7.0.0",
    "domhandler": "^5.0.3",
    "domutils": "^3.2.2",
    "nth-check": "^2.1.1"
  },
  "deprecated": false,
  "description": "a CSS selector compiler/engine",
  "devDependencies": {
    "@biomejs/biome": "^2.0.6",
    "@types/boolbase": "^1.0.3",
    "@types/node": "^24.0.4",
    "@vitest/coverage-v8": "^3.2.4",
    "cheerio-soupselect": "^0.1.1",
    "htmlparser2": "^10.0.0",
    "tshy": "^3.0.2",
    "typescript": "^5.8.3",
    "vitest": "^3.2.4"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "import": {
        "types": "./dist/esm/index.d.ts",
        "default": "./dist/esm/index.js"
      },
      "require": {
        "types": "./dist/commonjs/index.d.ts",
        "default": "./dist/commonjs/index.js"
      }
    }
  },
  "files": [
    "dist",
    "src"
  ],
  "funding": {
    "url": "https://github.com/sponsors/fb55"
  },
  "homepage": "https://github.com/fb55/css-select#readme",
  "keywords": [
    "css",
    "selector",
    "sizzle"
  ],
  "license": "BSD-2-Clause",
  "main": "./dist/commonjs/index.js",
  "module": "./dist/esm/index.js",
  "name": "css-select",
  "repository": {
    "type": "git",
    "url": "git://github.com/fb55/css-select.git"
  },
  "scripts": {
    "build": "tshy",
    "format": "biome check --fix .",
    "lint": "npm run lint:biome && npm run lint:tsc",
    "lint:biome": "biome check .",
    "lint:tsc": "tsc --noEmit",
    "prepare": "npm run build",
    "test": "vitest run && npm run lint",
    "test:vi": "vitest run"
  },
  "tshy": {
    "exclude": [
      "**/*.spec.ts",
      "**/__fixtures__/*",
      "**/__tests__/*",
      "**/__snapshots__/*",
      "test"
    ],
    "exports": {
      "./package.json": "./package.json",
      ".": "./src/index.ts"
    }
  },
  "type": "module",
  "types": "./dist/commonjs/index.d.ts",
  "version": "6.0.0"
}
