{
  "_from": "@tailwindcss/typography@0.5.19",
  "_id": "@tailwindcss/typography@0.5.19",
  "_inBundle": false,
  "_integrity": "sha512-w31dd8HOx3k9vPtcQh5QHP9GwKcgbMp87j58qi6xgiBnFFtKEAgCWnDw4qUT8aHwkCp8bKvb/KGKWWHedP0AAg==",
  "_location": "/@tailwindcss/typography",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@tailwindcss/typography@0.5.19",
    "name": "@tailwindcss/typography",
    "escapedName": "@tailwindcss%2ftypography",
    "scope": "@tailwindcss",
    "rawSpec": "0.5.19",
    "saveSpec": null,
    "fetchSpec": "0.5.19"
  },
  "_requiredBy": [
    "#DEV:/",
    "#USER"
  ],
  "_resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.19.tgz",
  "_shasum": "ecb734af2569681eb40932f09f60c2848b909456",
  "_spec": "@tailwindcss/typography@0.5.19",
  "_where": "/var/www/laravelapp",
  "bugs": {
    "url": "https://github.com/tailwindlabs/tailwindcss-typography/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "postcss-selector-parser": "6.0.10"
  },
  "deprecated": false,
  "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": "^10.2.1",
    "highlight.js": "^10.4.1",
    "jest": "^29.7.0",
    "jest-diff": "^27.3.1",
    "next": "^12.0.1",
    "postcss": "^8.2.3",
    "prettier": "^2.1.2",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "tailwindcss": "^3.2.2"
  },
  "files": [
    "src/*.js",
    "src/*.d.ts",
    "dist/"
  ],
  "homepage": "https://github.com/tailwindlabs/tailwindcss-typography#readme",
  "jest": {
    "setupFilesAfterEnv": [
      "<rootDir>/jest/customMatchers.js"
    ]
  },
  "license": "MIT",
  "main": "src/index.js",
  "name": "@tailwindcss/typography",
  "peerDependencies": {
    "tailwindcss": ">=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1"
  },
  "prettier": {
    "printWidth": 100,
    "semi": false,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tailwindlabs/tailwindcss-typography.git"
  },
  "scripts": {
    "build": "next build demo",
    "dev": "next dev demo",
    "export": "next export demo",
    "release-channel": "node ./scripts/release-channel.js",
    "release-notes": "node ./scripts/release-notes.js",
    "start": "next start demo",
    "test": "jest"
  },
  "types": "src/index.d.ts",
  "version": "0.5.19"
}
