{
  "_args": [
    [
      "tailwindcss@2.0.4",
      "/var/www/apache_htdocs/aprenter.com/production"
    ]
  ],
  "_development": true,
  "_from": "tailwindcss@2.0.4",
  "_id": "tailwindcss@2.0.4",
  "_inBundle": false,
  "_integrity": "sha512-WhgR0oiBxGOZ9jY0yVfaJCHnckR7U74Fs/BMsYxGdwGJQ5Hd/HlaKD26bEJFZOvYScJo0QcUj2ImldzedsG7Bw==",
  "_location": "/tailwindcss",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "tailwindcss@2.0.4",
    "name": "tailwindcss",
    "escapedName": "tailwindcss",
    "rawSpec": "2.0.4",
    "saveSpec": null,
    "fetchSpec": "2.0.4"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.0.4.tgz",
  "_spec": "2.0.4",
  "_where": "/var/www/apache_htdocs/aprenter.com/production",
  "babel": {
    "presets": [
      [
        "@babel/preset-env",
        {
          "targets": {
            "node": "12.13.0"
          }
        }
      ]
    ]
  },
  "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": {
    "@fullhuman/postcss-purgecss": "^3.1.3",
    "bytes": "^3.0.0",
    "chalk": "^4.1.0",
    "color": "^3.1.3",
    "detective": "^5.2.0",
    "didyoumean": "^1.2.1",
    "fs-extra": "^9.1.0",
    "html-tags": "^3.1.0",
    "lodash": "^4.17.21",
    "modern-normalize": "^1.0.0",
    "node-emoji": "^1.8.1",
    "object-hash": "^2.1.1",
    "postcss-functions": "^3",
    "postcss-js": "^3.0.3",
    "postcss-nested": "^5.0.5",
    "postcss-selector-parser": "^6.0.4",
    "postcss-value-parser": "^4.1.0",
    "pretty-hrtime": "^1.0.3",
    "reduce-css-calc": "^2.1.8",
    "resolve": "^1.20.0"
  },
  "description": "A utility-first CSS framework for rapidly building custom user interfaces.",
  "devDependencies": {
    "@babel/cli": "^7.12.13",
    "@babel/core": "^7.13.8",
    "@babel/node": "^7.12.13",
    "@babel/preset-env": "^7.13.8",
    "autoprefixer": "^10.2.4",
    "babel-jest": "^26.6.3",
    "clean-css": "^4.1.9",
    "eslint": "^7.20.0",
    "eslint-config-prettier": "^7.2.0",
    "eslint-plugin-prettier": "^3.3.1",
    "jest": "^26.6.3",
    "postcss": "^8.2.6",
    "prettier": "^2.2.1",
    "rimraf": "^3.0.0"
  },
  "engines": {
    "node": ">=12.13.0"
  },
  "files": [
    "dist/*.css",
    "lib/*",
    "scripts/*.js",
    "stubs/*.stub.js",
    "*.css",
    "*.js"
  ],
  "homepage": "https://tailwindcss.com",
  "jest": {
    "testTimeout": 30000,
    "setupFilesAfterEnv": [
      "<rootDir>/jest/customMatchers.js"
    ],
    "testPathIgnorePatterns": [
      "<rootDir>/__tests__/fixtures/",
      "<rootDir>/__tests__/util/"
    ]
  },
  "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": {
    "babelify": "babel src --out-dir lib --copy-files",
    "compat": "node scripts/compat.js --prepare",
    "compat:restore": "node scripts/compat.js --restore",
    "posttest": "npm run style",
    "prebabelify": "rimraf lib",
    "prepublishOnly": "npm run babelify && babel-node scripts/build.js",
    "rebuild-fixtures": "npm run babelify && babel-node scripts/rebuildFixtures.js",
    "style": "eslint .",
    "test": "jest"
  },
  "style": "dist/tailwind.css",
  "version": "2.0.4"
}
