{
  "_from": "@csstools/postcss-color-function@^1.1.1",
  "_id": "@csstools/postcss-color-function@1.1.1",
  "_inBundle": false,
  "_integrity": "sha512-Bc0f62WmHdtRDjf5f3e2STwRAl89N2CLb+9iAwzrv4L2hncrbDwnQD9PCq0gtAt7pOI2leIV08HIBUd4jxD8cw==",
  "_location": "/@csstools/postcss-color-function",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@csstools/postcss-color-function@^1.1.1",
    "name": "@csstools/postcss-color-function",
    "escapedName": "@csstools%2fpostcss-color-function",
    "scope": "@csstools",
    "rawSpec": "^1.1.1",
    "saveSpec": null,
    "fetchSpec": "^1.1.1"
  },
  "_requiredBy": [
    "/postcss-preset-env"
  ],
  "_resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-1.1.1.tgz",
  "_shasum": "2bd36ab34f82d0497cfacdc9b18d34b5e6f64b6b",
  "_spec": "@csstools/postcss-color-function@^1.1.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": {
    "cssdbId": "color-function",
    "exportName": "postcssColorFunction",
    "humanReadableName": "PostCSS Color Function",
    "specUrl": "https://www.w3.org/TR/css-color-4/#funcdef-color"
  },
  "dependencies": {
    "@csstools/postcss-progressive-custom-properties": "^1.1.0",
    "postcss-value-parser": "^4.2.0"
  },
  "deprecated": false,
  "description": "Use the color() function in CSS",
  "devDependencies": {
    "postcss-lab-function": "^4.0.3"
  },
  "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-color-function#readme",
  "keywords": [
    "color",
    "color",
    "colors",
    "css",
    "design",
    "display-p3",
    "postcss",
    "postcss-plugin",
    "prophoto-rgb",
    "rec2020",
    "rgb",
    "rgba",
    "srgb-linear",
    "syntax",
    "xyz"
  ],
  "license": "CC0-1.0",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "name": "@csstools/postcss-color-function",
  "peerDependencies": {
    "postcss": "^8.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/csstools/postcss-plugins.git",
    "directory": "plugins/postcss-color-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 && node ../../.github/bin/generate-docs/readme.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": "1.1.1",
  "volta": {
    "extends": "../../package.json"
  }
}
