{
  "_args": [
    [
      "postcss-lab-function@5.2.3",
      "/var/lib/jenkins/workspace/D4-OWA_SSO"
    ]
  ],
  "_development": true,
  "_from": "postcss-lab-function@5.2.3",
  "_id": "postcss-lab-function@5.2.3",
  "_inBundle": false,
  "_integrity": "sha512-fi32AYKzji5/rvgxo5zXHFvAYBw0u0OzELbeCNjEZVLUir18Oj+9RmNphtM8QdLUaUnrfx8zy8vVYLmFLkdmrQ==",
  "_location": "/postcss-lab-function",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "postcss-lab-function@5.2.3",
    "name": "postcss-lab-function",
    "escapedName": "postcss-lab-function",
    "rawSpec": "5.2.3",
    "saveSpec": null,
    "fetchSpec": "5.2.3"
  },
  "_requiredBy": [
    "/postcss-preset-env"
  ],
  "_resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-5.2.3.tgz",
  "_spec": "5.2.3",
  "_where": "/var/lib/jenkins/workspace/D4-OWA_SSO",
  "author": {
    "name": "Jonathan Neal",
    "email": "jonathantneal@hotmail.com"
  },
  "bugs": {
    "url": "https://github.com/csstools/postcss-plugins/issues"
  },
  "csstools": {
    "cssdb": "lab-function",
    "exportName": "postcssLabFunction",
    "humanReadableName": "PostCSS Lab Function"
  },
  "dependencies": {
    "@csstools/css-color-parser": "^1.2.0",
    "@csstools/css-parser-algorithms": "^2.1.1",
    "@csstools/css-tokenizer": "^2.1.1",
    "@csstools/postcss-progressive-custom-properties": "^2.3.0"
  },
  "description": "Use lab() and lch() color functions in CSS",
  "devDependencies": {
    "@csstools/postcss-tape": "*"
  },
  "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/plugins/postcss-lab-function#readme",
  "keywords": [
    "color",
    "comma",
    "css",
    "design",
    "functional",
    "lab",
    "lch",
    "notation",
    "postcss",
    "postcss-plugin",
    "rgb",
    "rgba",
    "space",
    "syntax"
  ],
  "license": "CC0-1.0",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "name": "postcss-lab-function",
  "peerDependencies": {
    "postcss": "^8.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/csstools/postcss-plugins.git",
    "directory": "plugins/postcss-lab-function"
  },
  "scripts": {
    "build": "rollup -c ../../rollup/default.mjs",
    "docs": "node ../../.github/bin/generate-docs/install.mjs",
    "lint": "node ../../.github/bin/format-package-json.mjs",
    "prepublishOnly": "npm run build && npm run test",
    "test": "node .tape.mjs && node ./test/_import.mjs && node ./test/_require.cjs",
    "test:rewrite-expects": "REWRITE_EXPECTS=true node .tape.mjs"
  },
  "types": "./dist/index.d.ts",
  "version": "5.2.3",
  "volta": {
    "extends": "../../package.json"
  }
}
