{
  "_from": "postcss-custom-properties@^12.1.10",
  "_id": "postcss-custom-properties@12.1.11",
  "_inBundle": false,
  "_integrity": "sha512-0IDJYhgU8xDv1KY6+VgUwuQkVtmYzRwu+dMjnmdMafXYv86SWqfxkc7qdDvWS38vsjaEtv8e0vGOUQrAiMBLpQ==",
  "_location": "/postcss-custom-properties",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "postcss-custom-properties@^12.1.10",
    "name": "postcss-custom-properties",
    "escapedName": "postcss-custom-properties",
    "rawSpec": "^12.1.10",
    "saveSpec": null,
    "fetchSpec": "^12.1.10"
  },
  "_requiredBy": [
    "/postcss-preset-env"
  ],
  "_resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-12.1.11.tgz",
  "_shasum": "d14bb9b3989ac4d40aaa0e110b43be67ac7845cf",
  "_spec": "postcss-custom-properties@^12.1.10",
  "_where": "/home/smartsensero/public_html/alpha-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,
  "contributors": [
    {
      "name": "Maxime Thirouin"
    }
  ],
  "csstools": {
    "exportName": "postcssCustomProperties",
    "humanReadableName": "PostCSS Custom Properties"
  },
  "dependencies": {
    "postcss-value-parser": "^4.2.0"
  },
  "deprecated": false,
  "description": "Use Custom Properties Queries in CSS",
  "devDependencies": {
    "postcss-import": "^15.0.0"
  },
  "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",
    "index.d.ts"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/csstools"
  },
  "homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties#readme",
  "keywords": [
    "css",
    "csswg",
    "custom",
    "declarations",
    "postcss",
    "postcss-plugin",
    "properties",
    "specification",
    "variables",
    "vars",
    "w3c"
  ],
  "license": "MIT",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "name": "postcss-custom-properties",
  "peerDependencies": {
    "postcss": "^8.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/csstools/postcss-plugins.git",
    "directory": "plugins/postcss-custom-properties"
  },
  "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 && node .tape.cjs && 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": "12.1.11",
  "volta": {
    "extends": "../../package.json"
  }
}
