{
  "_from": "@adobe/css-tools@^4.0.1",
  "_id": "@adobe/css-tools@4.3.3",
  "_inBundle": false,
  "_integrity": "sha512-rE0Pygv0sEZ4vBWHlAgJLGDU7Pm8xoO6p3wsEceb7GYAjScrOHpEo8KK/eVkAcnSM+slAEtXjA2JpdjLp4fJQQ==",
  "_location": "/@adobe/css-tools",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@adobe/css-tools@^4.0.1",
    "name": "@adobe/css-tools",
    "escapedName": "@adobe%2fcss-tools",
    "scope": "@adobe",
    "rawSpec": "^4.0.1",
    "saveSpec": null,
    "fetchSpec": "^4.0.1"
  },
  "_requiredBy": [
    "/@testing-library/jest-dom"
  ],
  "_resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.3.3.tgz",
  "_shasum": "90749bde8b89cd41764224f5aac29cd4138f75ff",
  "_spec": "@adobe/css-tools@^4.0.1",
  "_where": "D:\\Projects\\ashkanTala\\theme\\node_modules\\@testing-library\\jest-dom",
  "author": {
    "name": "TJ Holowaychuk",
    "email": "tj@vision-media.ca"
  },
  "bugs": {
    "url": "https://github.com/adobe/css-tools/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Jean-Philippe Zolesio",
      "email": "holblin@gmail.com"
    }
  ],
  "deprecated": false,
  "description": "CSS parser / stringifier",
  "devDependencies": {
    "@parcel/packager-ts": "2.11.0",
    "@parcel/transformer-typescript-types": "2.11.0",
    "@types/benchmark": "^2.1.1",
    "@types/bytes": "^3.1.1",
    "@types/jest": "^29.5.3",
    "@types/node": "^20.4.5",
    "benchmark": "^2.1.4",
    "bytes": "^3.1.0",
    "gts": "^5.0.0",
    "jest": "^29.6.2",
    "parcel": "^2.11.0",
    "ts-jest": "^29.1.1",
    "typescript": "^5.0.2"
  },
  "exports": {
    "import": "./dist/index.mjs",
    "types": "./dist/types.d.ts",
    "require": "./dist/index.cjs"
  },
  "files": [
    "dist",
    "Readme.md"
  ],
  "homepage": "https://github.com/adobe/css-tools#readme",
  "keywords": [
    "css",
    "parser",
    "stringifier",
    "stylesheet"
  ],
  "license": "MIT",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "name": "@adobe/css-tools",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/adobe/css-tools.git"
  },
  "scripts": {
    "benchmark": "node benchmark/index.mjs",
    "build": "parcel build && node ./utils/fix-type-generation.cjs",
    "clean": "gts clean && rm -rf ./dist",
    "fix": "gts fix",
    "lint": "gts lint",
    "posttest": "npm run lint",
    "prepack": "npm run build",
    "prepare": "npm run build",
    "pretest": "npm run build",
    "test": "jest"
  },
  "source": "src/index.ts",
  "type": "module",
  "types": "./dist/types.d.ts",
  "version": "4.3.3"
}
