{
  "_args": [
    [
      "@tailwindcss/typography@0.5.0",
      "/home/cdeschamps/web/anarchytect.space/public_html/releases/20220821091538"
    ]
  ],
  "_development": true,
  "_from": "@tailwindcss/typography@0.5.0",
  "_id": "@tailwindcss/typography@0.5.0",
  "_inBundle": false,
  "_integrity": "sha512-1p/3C6C+JJziS/ghtG8ACYalbA2SyLJY27Pm33cVTlAoY6VQ7zfm2H64cPxUMBkVIlWXTtWHhZcZJPobMRmQAA==",
  "_location": "/@tailwindcss/typography",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@tailwindcss/typography@0.5.0",
    "name": "@tailwindcss/typography",
    "escapedName": "@tailwindcss%2ftypography",
    "scope": "@tailwindcss",
    "rawSpec": "0.5.0",
    "saveSpec": null,
    "fetchSpec": "0.5.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.0.tgz",
  "_spec": "0.5.0",
  "_where": "/home/cdeschamps/web/anarchytect.space/public_html/releases/20220821091538",
  "bugs": {
    "url": "https://github.com/tailwindcss/typography/issues"
  },
  "dependencies": {
    "lodash.castarray": "^4.4.0",
    "lodash.isplainobject": "^4.0.6",
    "lodash.merge": "^4.6.2",
    "lodash.uniq": "^4.5.0"
  },
  "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",
    "clean-css": "^4.2.1",
    "cssnano": "^4.1.10",
    "dedent": "^0.7.0",
    "highlight.js": "^10.4.1",
    "jest": "^26.6.1",
    "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",
    "snapshot-diff": "^0.8.1",
    "tailwindcss": "^3.0.0-alpha.2"
  },
  "files": [
    "src/*.js",
    "dist/"
  ],
  "homepage": "https://github.com/tailwindcss/typography#readme",
  "jest": {
    "setupFilesAfterEnv": [
      "<rootDir>/jest/customMatchers.js"
    ]
  },
  "license": "MIT",
  "main": "src/index.js",
  "name": "@tailwindcss/typography",
  "peerDependencies": {
    "tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1 || insiders"
  },
  "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",
    "dev": "next dev demo",
    "export": "next export demo",
    "start": "next start demo",
    "test": "jest"
  },
  "version": "0.5.0"
}
