{
  "_from": "@csstools/postcss-progressive-custom-properties@^1.3.0",
  "_id": "@csstools/postcss-progressive-custom-properties@1.3.0",
  "_inBundle": false,
  "_integrity": "sha512-ASA9W1aIy5ygskZYuWams4BzafD12ULvSypmaLJT2jvQ8G0M3I8PRQhC0h7mG0Z3LI05+agZjqSR9+K9yaQQjA==",
  "_location": "/@csstools/postcss-progressive-custom-properties",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@csstools/postcss-progressive-custom-properties@^1.3.0",
    "name": "@csstools/postcss-progressive-custom-properties",
    "escapedName": "@csstools%2fpostcss-progressive-custom-properties",
    "scope": "@csstools",
    "rawSpec": "^1.3.0",
    "saveSpec": null,
    "fetchSpec": "^1.3.0"
  },
  "_requiredBy": [
    "/@csstools/postcss-color-function",
    "/@csstools/postcss-ic-unit",
    "/@csstools/postcss-oklab-function",
    "/postcss-double-position-gradients",
    "/postcss-lab-function",
    "/postcss-preset-env"
  ],
  "_resolved": "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-1.3.0.tgz",
  "_shasum": "542292558384361776b45c85226b9a3a34f276fa",
  "_spec": "@csstools/postcss-progressive-custom-properties@^1.3.0",
  "_where": "/home/smartsensero/public_html/mvp-frontend/front-end/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": {
    "exportName": "postcssProgressiveCustomProperties",
    "humanReadableName": "PostCSS Progressive Custom Properties"
  },
  "dependencies": {
    "postcss-value-parser": "^4.2.0"
  },
  "deprecated": false,
  "description": "Correctly declare progressive enhancements for CSS Custom Properties.",
  "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"
  ],
  "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.3"
  },
  "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.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:cli": "bash ./test/cli/test.sh",
    "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.3.0",
  "volta": {
    "extends": "../../package.json"
  }
}
