{
  "_from": "@csstools/css-calc@^2.1.3",
  "_id": "@csstools/css-calc@2.1.4",
  "_inBundle": false,
  "_integrity": "sha512-3N8oaj+0juUw/1H3YwmDDJXCgTB1gKU6Hc/bB502u9zR0q2vd786XJH9QfrKIEgFlZmhZiq6epXl4rHqhzsIgQ==",
  "_location": "/@csstools/css-calc",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@csstools/css-calc@^2.1.3",
    "name": "@csstools/css-calc",
    "escapedName": "@csstools%2fcss-calc",
    "scope": "@csstools",
    "rawSpec": "^2.1.3",
    "saveSpec": null,
    "fetchSpec": "^2.1.3"
  },
  "_requiredBy": [
    "/@asamuzakjp/css-color",
    "/@csstools/css-color-parser"
  ],
  "_resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-2.1.4.tgz",
  "_shasum": "8473f63e2fcd6e459838dd412401d5948f224c65",
  "_spec": "@csstools/css-calc@^2.1.3",
  "_where": "/home/easypc6/backend/node_modules/@asamuzakjp/css-color",
  "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"
    }
  ],
  "deprecated": false,
  "description": "Solve CSS math expressions",
  "engines": {
    "node": ">=18"
  },
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "default": "./dist/index.cjs"
      }
    }
  },
  "files": [
    "CHANGELOG.md",
    "LICENSE.md",
    "README.md",
    "dist"
  ],
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/csstools"
    },
    {
      "type": "opencollective",
      "url": "https://opencollective.com/csstools"
    }
  ],
  "homepage": "https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc#readme",
  "keywords": [
    "calc",
    "css"
  ],
  "license": "MIT",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "name": "@csstools/css-calc",
  "peerDependencies": {
    "@csstools/css-tokenizer": "^3.0.4",
    "@csstools/css-parser-algorithms": "^3.0.5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/csstools/postcss-plugins.git",
    "directory": "packages/css-calc"
  },
  "scripts": {},
  "type": "module",
  "version": "2.1.4"
}
