{
  "_args": [
    [
      "@csstools/postcss-ic-unit@1.0.0",
      "/home/smartsensero/public_html/frontend/front-end"
    ]
  ],
  "_from": "@csstools/postcss-ic-unit@1.0.0",
  "_id": "@csstools/postcss-ic-unit@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-i4yps1mBp2ijrx7E96RXrQXQQHm6F4ym1TOD0D69/sjDjZvQ22tqiEvaNw7pFZTUO5b9vWRHzbHzP9+UKuw+bA==",
  "_location": "/@csstools/postcss-ic-unit",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@csstools/postcss-ic-unit@1.0.0",
    "name": "@csstools/postcss-ic-unit",
    "escapedName": "@csstools%2fpostcss-ic-unit",
    "scope": "@csstools",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/postcss-preset-env"
  ],
  "_resolved": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-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": {
    "@csstools/postcss-progressive-custom-properties": "^1.1.0",
    "postcss-value-parser": "^4.2.0"
  },
  "description": "Use the ic length unit",
  "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/tree/main/plugins/postcss-ic-unit#readme",
  "keywords": [
    "postcss-plugin",
    "ic",
    "css",
    "values",
    "length",
    "glyph",
    "CJK water ideograph"
  ],
  "license": "CC0-1.0",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "name": "@csstools/postcss-ic-unit",
  "peerDependencies": {
    "postcss": "^8.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/csstools/postcss-plugins.git",
    "directory": "plugins/postcss-ic-unit"
  },
  "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",
    "test:rewrite-expects": "REWRITE_EXPECTS=true node .tape.mjs"
  },
  "types": "dist/index.d.ts",
  "version": "1.0.0",
  "volta": {
    "extends": "../../package.json"
  }
}
