{
  "_args": [
    [
      "@tailwindcss/typography@0.3.1",
      "/var/www/apache_htdocs/aprenter.com/production"
    ]
  ],
  "_development": true,
  "_from": "@tailwindcss/typography@0.3.1",
  "_id": "@tailwindcss/typography@0.3.1",
  "_inBundle": false,
  "_integrity": "sha512-HyZ+3Eay8SGaPq7kcFoANZLr4EjeXQ19yjjb9fp6B0PHHpvZoe00jdsnpnooMEbx9J5rQ93nxPUG3MQmXVxGMQ==",
  "_location": "/@tailwindcss/typography",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@tailwindcss/typography@0.3.1",
    "name": "@tailwindcss/typography",
    "escapedName": "@tailwindcss%2ftypography",
    "scope": "@tailwindcss",
    "rawSpec": "0.3.1",
    "saveSpec": null,
    "fetchSpec": "0.3.1"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.3.1.tgz",
  "_spec": "0.3.1",
  "_where": "/var/www/apache_htdocs/aprenter.com/production",
  "bugs": {
    "url": "https://github.com/tailwindcss/typography/issues"
  },
  "description": "A Tailwind CSS plugin for automatically styling plain HTML content with beautiful typographic defaults.",
  "devDependencies": {
    "@mdx-js/loader": "^1.0.19",
    "@mdx-js/mdx": "^1.6.6",
    "@next/mdx": "^8.1.0",
    "autoprefixer": "^9.6.1",
    "clean-css": "^4.2.1",
    "cssnano": "^4.1.10",
    "dedent": "^0.7.0",
    "highlight.js": "^9.15.6",
    "jest": "^26.6.1",
    "next": "^9.4.4",
    "postcss": "^7.0.17",
    "prettier": "^2.1.2",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "snapshot-diff": "^0.8.1",
    "tailwindcss": "^2.0.0-alpha.16"
  },
  "homepage": "https://github.com/tailwindcss/typography#readme",
  "license": "MIT",
  "main": "src/index.js",
  "name": "@tailwindcss/typography",
  "peerDependencies": {
    "tailwindcss": "2.0.0-alpha.24 || ^2.0.0"
  },
  "prettier": {
    "printWidth": 100,
    "semi": false,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tailwindcss/typography.git"
  },
  "scripts": {
    "build": "next build demo",
    "deploy": "npm run build && npm run export",
    "dev": "next dev demo",
    "export": "next export demo",
    "prepublishOnly": "node scripts/build.js",
    "start": "next start demo",
    "test": "jest"
  },
  "version": "0.3.1"
}
