{
  "_args": [
    [
      "postcss-color-functional-notation@5.1.0",
      "/var/lib/jenkins/workspace/D4-OWA_SSO"
    ]
  ],
  "_development": true,
  "_from": "postcss-color-functional-notation@5.1.0",
  "_id": "postcss-color-functional-notation@5.1.0",
  "_inBundle": false,
  "_integrity": "sha512-w2R4py6zrVE1U7FwNaAc76tNQlG9GLkrBbcFw+VhUjyDDiV28vfZG+l4LyPmpoQpeSJVtu8VgNjE8Jv5SpC7dQ==",
  "_location": "/postcss-color-functional-notation",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "postcss-color-functional-notation@5.1.0",
    "name": "postcss-color-functional-notation",
    "escapedName": "postcss-color-functional-notation",
    "rawSpec": "5.1.0",
    "saveSpec": null,
    "fetchSpec": "5.1.0"
  },
  "_requiredBy": [
    "/postcss-preset-env"
  ],
  "_resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-5.1.0.tgz",
  "_spec": "5.1.0",
  "_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": {
    "exportName": "postcssColorFunctionalNotation",
    "humanReadableName": "PostCSS Color Functional Notation"
  },
  "dependencies": {
    "@csstools/postcss-progressive-custom-properties": "^2.3.0",
    "postcss-value-parser": "^4.2.0"
  },
  "description": "Use space and slash separated color notation 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-color-functional-notation#readme",
  "keywords": [
    "color",
    "comma",
    "css",
    "design",
    "functional",
    "hsl",
    "hsla",
    "hwb",
    "notation",
    "postcss",
    "postcss-plugin",
    "rgb",
    "rgba",
    "space",
    "syntax"
  ],
  "license": "CC0-1.0",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "name": "postcss-color-functional-notation",
  "peerDependencies": {
    "postcss": "^8.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/csstools/postcss-plugins.git",
    "directory": "plugins/postcss-color-functional-notation"
  },
  "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.1.0",
  "volta": {
    "extends": "../../package.json"
  }
}
