{
"_from": "@tailwindcss/typography@^0.2.0",
"_id": "@tailwindcss/typography@0.2.0",
"_inBundle": false,
"_integrity": "sha512-aPgMH+CjQiScLZculoDNOQUrrK2ktkbl3D6uCLYp1jgYRlNDrMONu9nMu8LfwAeetYNpVNeIGx7WzHSu0kvECg==",
"_location": "/@tailwindcss/typography",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@tailwindcss/typography@^0.2.0",
"name": "@tailwindcss/typography",
"escapedName": "@tailwindcss%2ftypography",
"scope": "@tailwindcss",
"rawSpec": "^0.2.0",
"saveSpec": null,
"fetchSpec": "^0.2.0"
},
"_requiredBy": [
"/@tailwindcss/ui"
],
"_resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.2.0.tgz",
"_shasum": "b597c83502e3c3c6641a8aaabda223cd494ab349",
"_spec": "@tailwindcss/typography@^0.2.0",
"_where": "C:\\xampp\\htdocs\\cofo\\node_modules\\@tailwindcss\\ui",
"bugs": {
"url": "https://github.com/tailwindcss/typography/issues"
},
"bundleDependencies": false,
"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": "^9.6.1",
"clean-css": "^4.2.1",
"cssnano": "^4.1.10",
"dedent": "^0.7.0",
"highlight.js": "^9.15.6",
"next": "^9.4.4",
"postcss": "^7.0.17",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"tailwindcss": "^1.5"
},
"homepage": "https://github.com/tailwindcss/typography#readme",
"license": "MIT",
"main": "src/index.js",
"name": "@tailwindcss/typography",
"peerDependencies": {
"tailwindcss": "^1.5.0"
},
"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",
"prepare": "node scripts/build.js",
"start": "next start demo"
},
"version": "0.2.0"
}
|