{
  "_from": "postcss-lab-function@^4.2.1",
  "_id": "postcss-lab-function@4.2.1",
  "_inBundle": false,
  "_integrity": "sha512-xuXll4isR03CrQsmxyz92LJB2xX9n+pZJ5jE9JgcnmsCammLyKdlzrBin+25dy6wIjfhJpKBAN80gsTlCgRk2w==",
  "_location": "/postcss-lab-function",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "postcss-lab-function@^4.2.1",
    "name": "postcss-lab-function",
    "escapedName": "postcss-lab-function",
    "rawSpec": "^4.2.1",
    "saveSpec": null,
    "fetchSpec": "^4.2.1"
  },
  "_requiredBy": [
    "/postcss-preset-env"
  ],
  "_resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-4.2.1.tgz",
  "_shasum": "6fe4c015102ff7cd27d1bd5385582f67ebdbdc98",
  "_spec": "postcss-lab-function@^4.2.1",
  "_where": "/home/smartsensero/public_html/research.smartsense.ro/node_modules/postcss-preset-env",
  "author": {
    "name": "Jonathan Neal",
    "email": "jonathantneal@hotmail.com"
  },
  "bugs": {
    "url": "https://github.com/csstools/postcss-plugins/issues"
  },
  "bundleDependencies": false,
  "csstools": {
    "cssdb": "lab-function",
    "exportName": "postcssLabFunction",
    "humanReadableName": "PostCSS Lab Function"
  },
  "dependencies": {
    "@csstools/postcss-progressive-custom-properties": "^1.1.0",
    "postcss-value-parser": "^4.2.0"
  },
  "deprecated": false,
  "description": "Use lab() and lch() color functions in CSS",
  "engines": {
    "node": "^12 || ^14 || >=16"
  },
  "exports": {
    ".": {
      "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/plugins/postcss-lab-function#readme",
  "keywords": [
    "color",
    "colors",
    "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.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/csstools/postcss-plugins.git",
    "directory": "plugins/postcss-lab-function"
  },
  "scripts": {
    "build": "rollup -c ../../rollup/default.js",
    "clean": "node -e \"fs.rmSync('./dist', { recursive: true, force: true });\"",
    "docs": "node ../../.github/bin/generate-docs/install.mjs",
    "lint": "npm run lint:eslint && npm run lint:package-json",
    "lint:eslint": "eslint ./src --ext .js --ext .ts --ext .mjs --no-error-on-unmatched-pattern",
    "lint:package-json": "node ../../.github/bin/format-package-json.mjs",
    "prepublishOnly": "npm run clean && npm run build && npm run test",
    "test": "node .tape.mjs && npm run test:exports",
    "test:exports": "node ./test/_import.mjs && node ./test/_require.cjs",
    "test:rewrite-expects": "REWRITE_EXPECTS=true node .tape.mjs"
  },
  "types": "./dist/index.d.ts",
  "version": "4.2.1",
  "volta": {
    "extends": "../../package.json"
  }
}
