{
  "_from": "postcss-color-hex-alpha@^8.0.4",
  "_id": "postcss-color-hex-alpha@8.0.4",
  "_inBundle": false,
  "_integrity": "sha512-nLo2DCRC9eE4w2JmuKgVA3fGL3d01kGq752pVALF68qpGLmx2Qrk91QTKkdUqqp45T1K1XV8IhQpcu1hoAQflQ==",
  "_location": "/postcss-color-hex-alpha",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "postcss-color-hex-alpha@^8.0.4",
    "name": "postcss-color-hex-alpha",
    "escapedName": "postcss-color-hex-alpha",
    "rawSpec": "^8.0.4",
    "saveSpec": null,
    "fetchSpec": "^8.0.4"
  },
  "_requiredBy": [
    "/postcss-preset-env"
  ],
  "_resolved": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-8.0.4.tgz",
  "_shasum": "c66e2980f2fbc1a63f5b079663340ce8b55f25a5",
  "_spec": "postcss-color-hex-alpha@^8.0.4",
  "_where": "/home/smartsensero/public_html/research.smartsense.ro/node_modules/postcss-preset-env",
  "bugs": {
    "url": "https://github.com/csstools/postcss-plugins/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Antonio Laguna",
      "email": "antonio@laguna.es",
      "url": "https://antonio.laguna.es"
    },
    {
      "name": "Romain Menke",
      "email": "romainmenke@gmail.com"
    },
    {
      "name": "Jonathan Neal",
      "email": "jonathantneal@hotmail.com"
    },
    {
      "name": "Maxime Thirouin"
    }
  ],
  "csstools": {
    "cssdbId": "hexadecimal-alpha-notation",
    "exportName": "postcssColorHexAlpha",
    "humanReadableName": "PostCSS Color Hex Alpha",
    "specUrl": "https://www.w3.org/TR/css-color-4/#hex-notation"
  },
  "dependencies": {
    "postcss-value-parser": "^4.2.0"
  },
  "deprecated": false,
  "description": "Use 4 & 8 character hex color notation in CSS",
  "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-hex-alpha#readme",
  "keywords": [
    "4-digit",
    "8-digit",
    "alpha",
    "color",
    "css",
    "csswg",
    "hex",
    "postcss",
    "postcss-plugin",
    "spec",
    "specification",
    "transparency",
    "transparent",
    "w3c"
  ],
  "license": "MIT",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "name": "postcss-color-hex-alpha",
  "peerDependencies": {
    "postcss": "^8.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/csstools/postcss-plugins.git",
    "directory": "plugins/postcss-color-hex-alpha"
  },
  "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": "8.0.4",
  "volta": {
    "extends": "../../package.json"
  }
}
