{
  "_from": "tailwindcss@^3.0.2",
  "_id": "tailwindcss@3.0.18",
  "_inBundle": false,
  "_integrity": "sha512-ihPTpEyA5ANgZbwKlgrbfnzOp9R5vDHFWmqxB1PT8NwOGCOFVVMl+Ps1cQQ369acaqqf1BEF77roCwK0lvNmTw==",
  "_location": "/tailwindcss",
  "_phantomChildren": {
    "@babel/code-frame": "7.14.5",
    "@nodelib/fs.walk": "1.2.8",
    "@types/parse-json": "4.0.0",
    "cssesc": "3.0.0",
    "error-ex": "1.3.2",
    "has": "1.0.3",
    "is-glob": "4.0.3",
    "json-parse-even-better-errors": "2.3.1",
    "lilconfig": "2.0.4",
    "lines-and-columns": "1.2.4",
    "merge2": "1.4.1",
    "normalize-path": "3.0.0",
    "parent-module": "1.0.1",
    "path-parse": "1.0.7",
    "picomatch": "2.3.0",
    "supports-preserve-symlinks-flag": "1.0.0",
    "util-deprecate": "1.0.2",
    "yaml": "1.10.2"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "tailwindcss@^3.0.2",
    "name": "tailwindcss",
    "escapedName": "tailwindcss",
    "rawSpec": "^3.0.2",
    "saveSpec": null,
    "fetchSpec": "^3.0.2"
  },
  "_requiredBy": [
    "/react-scripts"
  ],
  "_resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.18.tgz",
  "_shasum": "ea4825e6496d77dc21877b6b61c7cc56cda3add5",
  "_spec": "tailwindcss@^3.0.2",
  "_where": "C:\\Users\\Others\\Desktop\\cms-api\\cms-aptitude-apis\\node_modules\\react-scripts",
  "bin": {
    "tailwind": "lib/cli.js",
    "tailwindcss": "lib/cli.js"
  },
  "browserslist": [
    "> 1%",
    "not edge <= 18",
    "not ie 11",
    "not op_mini all"
  ],
  "bugs": {
    "url": "https://github.com/tailwindlabs/tailwindcss/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Adam Wathan",
      "email": "adam.wathan@gmail.com"
    },
    {
      "name": "Jonathan Reinink",
      "email": "jonathan@reinink.ca"
    },
    {
      "name": "David Hemphill",
      "email": "davidlee.hemphill@gmail.com"
    }
  ],
  "dependencies": {
    "arg": "^5.0.1",
    "chalk": "^4.1.2",
    "chokidar": "^3.5.3",
    "color-name": "^1.1.4",
    "cosmiconfig": "^7.0.1",
    "detective": "^5.2.0",
    "didyoumean": "^1.2.2",
    "dlv": "^1.1.3",
    "fast-glob": "^3.2.11",
    "glob-parent": "^6.0.2",
    "is-glob": "^4.0.3",
    "normalize-path": "^3.0.0",
    "object-hash": "^2.2.0",
    "postcss-js": "^4.0.0",
    "postcss-load-config": "^3.1.0",
    "postcss-nested": "5.0.6",
    "postcss-selector-parser": "^6.0.9",
    "postcss-value-parser": "^4.2.0",
    "quick-lru": "^5.1.1",
    "resolve": "^1.21.0"
  },
  "deprecated": false,
  "description": "A utility-first CSS framework for rapidly building custom user interfaces.",
  "devDependencies": {
    "@swc/cli": "^0.1.55",
    "@swc/core": "^1.2.127",
    "@swc/jest": "^0.2.17",
    "@swc/register": "^0.1.7",
    "autoprefixer": "^10.4.2",
    "cssnano": "^5.0.15",
    "esbuild": "^0.14.10",
    "eslint": "^8.6.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^4.0.0",
    "jest": "^27.4.7",
    "jest-diff": "^27.4.6",
    "postcss": "^8.4.5",
    "prettier": "^2.5.1",
    "rimraf": "^3.0.0"
  },
  "engines": {
    "node": ">=12.13.0"
  },
  "files": [
    "src/*",
    "cli/*",
    "lib/*",
    "peers/*",
    "scripts/*.js",
    "stubs/*.stub.js",
    "nesting/*",
    "*.css",
    "*.js"
  ],
  "homepage": "https://tailwindcss.com",
  "jest": {
    "testTimeout": 30000,
    "setupFilesAfterEnv": [
      "<rootDir>/jest/customMatchers.js"
    ],
    "testPathIgnorePatterns": [
      "/node_modules/",
      "/integrations/",
      "/standalone-cli/"
    ],
    "transform": {
      "\\.js$": "@swc/jest"
    }
  },
  "license": "MIT",
  "main": "lib/index.js",
  "name": "tailwindcss",
  "peerDependencies": {
    "autoprefixer": "^10.0.2",
    "postcss": "^8.0.9"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tailwindlabs/tailwindcss.git"
  },
  "scripts": {
    "generate:plugin-list": "node -r @swc/register scripts/create-plugin-list.js",
    "install:integrations": "node scripts/install-integrations.js",
    "postswcify": "esbuild lib/cli-peer-dependencies.js --bundle --platform=node --outfile=peers/index.js",
    "posttest": "npm run style",
    "prepublishOnly": "npm install --force && npm run swcify",
    "preswcify": "npm run generate:plugin-list && rimraf lib",
    "pretest": "npm run generate:plugin-list",
    "rebuild-fixtures": "npm run swcify && node -r @swc/register scripts/rebuildFixtures.js",
    "style": "eslint .",
    "swcify": "swc src --out-dir lib --copy-files",
    "test": "jest",
    "test:integrations": "npm run test --prefix ./integrations"
  },
  "style": "dist/tailwind.css",
  "version": "3.0.18"
}
