astro-ghostcms/.pnpm-store/v3/files/25/17c521e13ac243f75d4e95623cc...

51 lines
1.2 KiB
Plaintext

{
"name": "@unocss/postcss",
"version": "0.58.5",
"description": "PostCSS plugin for UnoCSS",
"author": "sibbng <sibbngheid@gmail.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://github.com/unocss/unocss/tree/main/packages/postcss#readme",
"repository": {
"type": "git",
"url": "https://github.com/unocss/unocss",
"directory": "packages/postcss"
},
"bugs": {
"url": "https://github.com/unocss/unocss/issues"
},
"keywords": [],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"engines": {
"node": ">=14"
},
"peerDependencies": {
"postcss": "^8.4.21"
},
"dependencies": {
"css-tree": "^2.3.1",
"fast-glob": "^3.3.2",
"magic-string": "^0.30.6",
"postcss": "^8.4.33",
"@unocss/config": "0.58.5",
"@unocss/core": "0.58.5",
"@unocss/rule-utils": "0.58.5"
},
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub"
}
}