{
  "_args": [
    [
      "tailwindcss@3.0.15",
      "/home/cdeschamps/web/anarchytect.space/public_html/releases/20220821091538"
    ]
  ],
  "_development": true,
  "_from": "tailwindcss@3.0.15",
  "_id": "tailwindcss@3.0.15",
  "_inBundle": false,
  "_integrity": "sha512-bT2iy7FtjwgsXik4ZoJnHXR+SRCiGR1W95fVqpLZebr64m4ahwUwRbIAc5w5+2fzr1YF4Ct2eI7dojMRRl8sVQ==",
  "_location": "/tailwindcss",
  "_phantomChildren": {
    "is-glob": "4.0.3"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "tailwindcss@3.0.15",
    "name": "tailwindcss",
    "escapedName": "tailwindcss",
    "rawSpec": "3.0.15",
    "saveSpec": null,
    "fetchSpec": "3.0.15"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.15.tgz",
  "_spec": "3.0.15",
  "_where": "/home/cdeschamps/web/anarchytect.space/public_html/releases/20220821091538",
  "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"
  },
  "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.2",
    "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.7",
    "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.8",
    "postcss-value-parser": "^4.2.0",
    "quick-lru": "^5.1.1",
    "resolve": "^1.21.0"
  },
  "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.15",
    "@swc/register": "^0.1.7",
    "autoprefixer": "^10.4.1",
    "cssnano": "^5.0.14",
    "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.15"
}
