{
  "_args": [
    [
      "tailwindcss@0.7.4",
      "/var/www/html"
    ]
  ],
  "_development": true,
  "_from": "tailwindcss@0.7.4",
  "_id": "tailwindcss@0.7.4",
  "_inBundle": false,
  "_integrity": "sha512-+GeQjHRJ2VmeLkrNwMCbPDfm2cc5P8eoc7n+DtZfI8oQdlo5eSHqsIlPEuZOtoqQlIALsd2jAggWrUUBFGP2ow==",
  "_location": "/tailwindcss",
  "_phantomChildren": {
    "browserslist": "4.5.4",
    "caniuse-lite": "1.0.30000957",
    "graceful-fs": "4.1.15",
    "indexes-of": "1.0.1",
    "jsonfile": "4.0.0",
    "normalize-range": "0.1.2",
    "num2fraction": "1.2.2",
    "postcss": "7.0.14",
    "postcss-value-parser": "3.3.1",
    "uniq": "1.0.1",
    "universalify": "0.1.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "tailwindcss@0.7.4",
    "name": "tailwindcss",
    "escapedName": "tailwindcss",
    "rawSpec": "0.7.4",
    "saveSpec": null,
    "fetchSpec": "0.7.4"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-0.7.4.tgz",
  "_spec": "0.7.4",
  "_where": "/var/www/html",
  "babel": {
    "presets": [
      [
        "env",
        {
          "targets": {
            "node": "6.9.0"
          }
        }
      ],
      "stage-2",
      "stage-3",
      "react"
    ]
  },
  "bin": {
    "tailwind": "lib/cli.js"
  },
  "browserslist": [
    "> 1%"
  ],
  "bugs": {
    "url": "https://github.com/tailwindcss/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": {
    "autoprefixer": "^9.4.5",
    "bytes": "^3.0.0",
    "chalk": "^2.4.1",
    "css.escape": "^1.5.1",
    "fs-extra": "^4.0.2",
    "lodash": "^4.17.5",
    "node-emoji": "^1.8.1",
    "perfectionist": "^2.4.0",
    "postcss": "^7.0.11",
    "postcss-functions": "^3.0.0",
    "postcss-js": "^2.0.0",
    "postcss-nested": "^4.1.1",
    "postcss-selector-parser": "^5.0.0",
    "pretty-hrtime": "^1.0.3",
    "strip-comments": "^1.0.2"
  },
  "description": "A utility-first CSS framework for rapidly building custom user interfaces.",
  "devDependencies": {
    "babel-cli": "^6.6.5",
    "babel-core": "^6.7.2",
    "babel-jest": "^20.0.3",
    "babel-preset-env": "^1.0.0",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-2": "^6.24.1",
    "babel-preset-stage-3": "^6.24.1",
    "clean-css": "^4.1.9",
    "eslint": "^4.10.0",
    "eslint-config-postcss": "^2.0.2",
    "eslint-config-prettier": "^2.7.0",
    "eslint-plugin-prettier": "^2.3.1",
    "jest": "^23.6.0",
    "prettier": "^1.7.4",
    "rimraf": "^2.6.1"
  },
  "engines": {
    "node": ">=6.9.0"
  },
  "homepage": "https://tailwindcss.com",
  "jest": {
    "setupTestFrameworkScriptFile": "<rootDir>/jest/customMatchers.js",
    "testPathIgnorePatterns": [
      "<rootDir>/__tests__/fixtures/"
    ]
  },
  "license": "MIT",
  "main": "lib/index.js",
  "name": "tailwindcss",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tailwindcss/tailwindcss.git"
  },
  "scripts": {
    "babelify": "babel src --out-dir lib",
    "prebabelify": "rimraf lib",
    "prepare": "npm run babelify && babel-node src/build.js",
    "style": "eslint .",
    "test": "jest && eslint ."
  },
  "style": "dist/tailwind.css",
  "version": "0.7.4"
}
