{
  "_args": [
    [
      "@csstools/css-parser-algorithms@2.2.0",
      "/var/lib/jenkins/workspace/D4-OWA_SSO"
    ]
  ],
  "_development": true,
  "_from": "@csstools/css-parser-algorithms@2.2.0",
  "_id": "@csstools/css-parser-algorithms@2.2.0",
  "_inBundle": false,
  "_integrity": "sha512-9BoQ/jSrPq4vv3b9jjLW+PNNv56KlDH5JMx5yASSNrCtvq70FCNZUjXRvbCeR9hYj9ZyhURtqpU/RFIgg6kiOw==",
  "_location": "/@csstools/css-parser-algorithms",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@csstools/css-parser-algorithms@2.2.0",
    "name": "@csstools/css-parser-algorithms",
    "escapedName": "@csstools%2fcss-parser-algorithms",
    "scope": "@csstools",
    "rawSpec": "2.2.0",
    "saveSpec": null,
    "fetchSpec": "2.2.0"
  },
  "_requiredBy": [
    "/@csstools/postcss-color-function",
    "/@csstools/postcss-color-mix-function",
    "/@csstools/postcss-gradients-interpolation-method",
    "/@csstools/postcss-hwb-function",
    "/@csstools/postcss-media-minmax",
    "/@csstools/postcss-media-queries-aspect-ratio-number-values",
    "/@csstools/postcss-oklab-function",
    "/@csstools/postcss-relative-color-syntax",
    "/@csstools/postcss-stepped-value-functions",
    "/@csstools/postcss-trigonometric-functions",
    "/postcss-custom-media",
    "/postcss-custom-properties",
    "/postcss-custom-selectors",
    "/postcss-lab-function"
  ],
  "_resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-2.2.0.tgz",
  "_spec": "2.2.0",
  "_where": "/var/lib/jenkins/workspace/D4-OWA_SSO",
  "bugs": {
    "url": "https://github.com/csstools/postcss-plugins/issues"
  },
  "contributors": [
    {
      "name": "Antonio Laguna",
      "email": "antonio@laguna.es",
      "url": "https://antonio.laguna.es"
    },
    {
      "name": "Romain Menke",
      "email": "romainmenke@gmail.com"
    }
  ],
  "description": "Algorithms to help you parse CSS from an array of tokens.",
  "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": "github",
      "url": "https://github.com/sponsors/csstools"
    },
    {
      "type": "opencollective",
      "url": "https://opencollective.com/csstools"
    }
  ],
  "homepage": "https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms#readme",
  "keywords": [
    "css",
    "parser"
  ],
  "license": "MIT",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "name": "@csstools/css-parser-algorithms",
  "peerDependencies": {
    "@csstools/css-tokenizer": "^2.1.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/csstools/postcss-plugins.git",
    "directory": "packages/css-parser-algorithms"
  },
  "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/test.mjs && node ./test/_import.mjs && node ./test/_require.cjs",
    "test:rewrite-expects": "REWRITE_EXPECTS=true node ./test/test.mjs"
  },
  "types": "dist/index.d.ts",
  "version": "2.2.0",
  "volta": {
    "extends": "../../package.json"
  }
}
