{
  "_args": [
    [
      "@csstools/postcss-progressive-custom-properties@2.3.0",
      "/var/lib/jenkins/workspace/D4-OWA_SSO"
    ]
  ],
  "_development": true,
  "_from": "@csstools/postcss-progressive-custom-properties@2.3.0",
  "_id": "@csstools/postcss-progressive-custom-properties@2.3.0",
  "_inBundle": false,
  "_integrity": "sha512-Zd8ojyMlsL919TBExQ1I0CTpBDdyCpH/yOdqatZpuC3sd22K4SwC7+Yez3Q/vmXMWSAl+shjNeFZ7JMyxMjK+Q==",
  "_location": "/@csstools/postcss-progressive-custom-properties",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@csstools/postcss-progressive-custom-properties@2.3.0",
    "name": "@csstools/postcss-progressive-custom-properties",
    "escapedName": "@csstools%2fpostcss-progressive-custom-properties",
    "scope": "@csstools",
    "rawSpec": "2.3.0",
    "saveSpec": null,
    "fetchSpec": "2.3.0"
  },
  "_requiredBy": [
    "/@csstools/postcss-color-function",
    "/@csstools/postcss-color-mix-function",
    "/@csstools/postcss-gradients-interpolation-method",
    "/@csstools/postcss-ic-unit",
    "/@csstools/postcss-oklab-function",
    "/@csstools/postcss-relative-color-syntax",
    "/postcss-color-functional-notation",
    "/postcss-double-position-gradients",
    "/postcss-lab-function",
    "/postcss-preset-env"
  ],
  "_resolved": "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-2.3.0.tgz",
  "_spec": "2.3.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": "postcssProgressiveCustomProperties",
    "humanReadableName": "PostCSS Progressive Custom Properties"
  },
  "dependencies": {
    "postcss-value-parser": "^4.2.0"
  },
  "description": "Correctly declare progressive enhancements for CSS Custom Properties.",
  "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#readme",
  "keywords": [
    "css",
    "custom",
    "declarations",
    "postcss",
    "postcss-plugin",
    "progressive",
    "properties",
    "utility",
    "variables",
    "vars"
  ],
  "license": "CC0-1.0",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "name": "@csstools/postcss-progressive-custom-properties",
  "peerDependencies": {
    "postcss": "^8.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/csstools/postcss-plugins.git",
    "directory": "plugins/postcss-progressive-custom-properties"
  },
  "scripts": {
    "build": "node ./generate/matchers.mjs && eslint --fix ./src/matchers.ts && 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": "2.3.0",
  "volta": {
    "extends": "../../package.json"
  }
}
