{
  "_args": [
    [
      "@csstools/postcss-hwb-function@1.0.0",
      "/home/smartsensero/public_html/frontend/front-end"
    ]
  ],
  "_from": "@csstools/postcss-hwb-function@1.0.0",
  "_id": "@csstools/postcss-hwb-function@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-VSTd7hGjmde4rTj1rR30sokY3ONJph1reCBTUXqeW1fKwETPy1x4t/XIeaaqbMbC5Xg4SM/lyXZ2S8NELT2TaA==",
  "_location": "/@csstools/postcss-hwb-function",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@csstools/postcss-hwb-function@1.0.0",
    "name": "@csstools/postcss-hwb-function",
    "escapedName": "@csstools%2fpostcss-hwb-function",
    "scope": "@csstools",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/postcss-preset-env"
  ],
  "_resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "/home/smartsensero/public_html/frontend/front-end",
  "author": {
    "name": "Jonathan Neal",
    "email": "jonathantneal@hotmail.com"
  },
  "bugs": {
    "url": "https://github.com/csstools/postcss-plugins/issues"
  },
  "dependencies": {
    "postcss-value-parser": "^4.2.0"
  },
  "description": "Use hwb() color functions in CSS",
  "engines": {
    "node": "^12 || ^14 || >=16"
  },
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs",
      "default": "./dist/index.mjs"
    }
  },
  "files": [
    "CHANGELOG.md",
    "INSTALL.md",
    "LICENSE.md",
    "README.md",
    "dist"
  ],
  "homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function#readme",
  "keywords": [
    "postcss",
    "css",
    "postcss-plugin",
    "color",
    "colors",
    "rgb",
    "rgba",
    "hsl",
    "hsla",
    "hwb",
    "functional",
    "notation",
    "design",
    "syntax",
    "space",
    "comma"
  ],
  "license": "CC0-1.0",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "name": "@csstools/postcss-hwb-function",
  "peerDependencies": {
    "postcss": "^8.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/csstools/postcss-plugins.git",
    "directory": "plugins/postcss-hwb-function"
  },
  "scripts": {
    "build": "rollup -c ../../rollup/default.js",
    "clean": "node -e \"fs.rmSync('./dist', { recursive: true, force: true });\"",
    "lint": "eslint ./src --ext .js --ext .ts --ext .mjs --no-error-on-unmatched-pattern",
    "prepublishOnly": "npm run clean && npm run build && npm run test",
    "stryker": "stryker run --logLevel error",
    "test": "node .tape.mjs && npm run test:exports",
    "test:exports": "node ./test/_import.mjs && node ./test/_require.cjs"
  },
  "types": "./dist/index.d.ts",
  "version": "1.0.0",
  "volta": {
    "extends": "../../package.json"
  }
}
