astro-ghostcms/.pnpm-store/v3/files/55/bf268c1f5b72d208503ea046278...

46 lines
1.1 KiB
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
{
"name": "@unocss/transformer-directives",
"version": "0.57.7",
"description": "UnoCSS transformer for `@apply` directive",
"author": "hannoeru <me@hanlee.co>",
"license": "MIT",
"homepage": "https://github.com/unocss/unocss/tree/main/packages/transformer-directives#readme",
"repository": {
"type": "git",
"url": "https://github.com/unocss/unocss",
"directory": "packages/transformer-directives"
},
"bugs": {
"url": "https://github.com/unocss/unocss/issues"
},
"keywords": [
"unocss",
"unocss-transformer"
],
"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"
],
"dependencies": {
"css-tree": "^2.3.1",
"@unocss/core": "0.57.7",
"@unocss/rule-utils": "0.57.7"
},
"devDependencies": {
"magic-string": "^0.30.5"
},
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub"
}
}