{
  "_from": "postcss-calc@^10.1.1",
  "_id": "postcss-calc@10.1.1",
  "_inBundle": false,
  "_integrity": "sha512-NYEsLHh8DgG/PRH2+G9BTuUdtf9ViS+vdoQ0YA5OQdGsfN4ztiwtDWNtBl9EKeqNMFnIu8IKZ0cLxEQ5r5KVMw==",
  "_location": "/postcss-calc",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "postcss-calc@^10.1.1",
    "name": "postcss-calc",
    "escapedName": "postcss-calc",
    "rawSpec": "^10.1.1",
    "saveSpec": null,
    "fetchSpec": "^10.1.1"
  },
  "_requiredBy": [
    "/cssnano-preset-default"
  ],
  "_resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-10.1.1.tgz",
  "_shasum": "52b385f2e628239686eb6e3a16207a43f36064ca",
  "_spec": "postcss-calc@^10.1.1",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/cssnano-preset-default",
  "author": {
    "name": "Andy Jansson"
  },
  "bugs": {
    "url": "https://github.com/postcss/postcss-calc/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "postcss-selector-parser": "^7.0.0",
    "postcss-value-parser": "^4.2.0"
  },
  "deprecated": false,
  "description": "PostCSS plugin to reduce calc()",
  "devDependencies": {
    "@types/node": "^22.10.10",
    "eslint": "^9.19.0",
    "eslint-config-prettier": "^10.0.1",
    "jison-gho": "0.6.1-216",
    "postcss": "^8.5.1",
    "prettier": "^3.4.2",
    "typescript": "~5.7.3"
  },
  "engines": {
    "node": "^18.12 || ^20.9 || >=22.0"
  },
  "files": [
    "src",
    "types",
    "LICENSE"
  ],
  "homepage": "https://github.com/postcss/postcss-calc",
  "keywords": [
    "css",
    "postcss",
    "postcss-plugin",
    "calculation",
    "calc"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "name": "postcss-calc",
  "peerDependencies": {
    "postcss": "^8.4.38"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/postcss/postcss-calc.git"
  },
  "scripts": {
    "build": "jison ./parser.jison -o src/parser.js",
    "lint": "eslint . && tsc",
    "test": "node --test"
  },
  "types": "types/index.d.ts",
  "version": "10.1.1"
}
