astro-ghostcms/.pnpm-store/v3/files/1d/455e5c09e0735d4dd0d49d733f1...

43 lines
1008 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
{
"name": "@unocss/rule-utils",
"version": "0.57.7",
"description": "Utilities for UnoCSS",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://github.com/unocss/unocss/tree/main/packages/rule-utils#readme",
"repository": {
"type": "git",
"url": "https://github.com/unocss/unocss",
"directory": "packages/rule-utils"
},
"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"
},
"dependencies": {
"magic-string": "^0.30.5",
"@unocss/core": "^0.57.7"
},
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub"
}
}