Urara-Blog/node_modules/.pnpm-store/v3/files/25/87f622ba0f089d072ec32146daf7318586e19dd70dd768f4c29da47de1a31f182442649030f1dbd07d64fec9394f24afc4206ca458311e98c74b3f9ef0051e
2022-08-14 01:14:53 +08:00

44 lines
No EOL
1.1 KiB
Text

{
"name": "@unocss/transformer-compile-class",
"version": "0.45.6",
"description": "Compile group of classes into one class",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://github.com/unocss/unocss/tree/main/packages/transformer-compile-class#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/unocss/unocss.git",
"directory": "packages/transformer-compile-class"
},
"bugs": {
"url": "https://github.com/unocss/unocss/issues"
},
"keywords": [
"unocss",
"unocss-transformer"
],
"sideEffects": false,
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"dependencies": {
"@unocss/core": "0.45.6"
},
"devDependencies": {
"magic-string": "^0.26.2"
},
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub"
}
}