Skip to content

Commit 2fedcac

Browse files
csstools/postcss-text-decoration-shorthand-4.0.3 (#2473)
1 parent f99fcf1 commit 2fedcac

File tree

1 file changed

+111
-0
lines changed

1 file changed

+111
-0
lines changed
Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
{
2+
"name": "@csstools/postcss-text-decoration-shorthand",
3+
"description": "Use text-decoration in it's shorthand form in CSS",
4+
"version": "4.0.3",
5+
"contributors": [
6+
{
7+
"name": "Antonio Laguna",
8+
"email": "[email protected]",
9+
"url": "https://antonio.laguna.es"
10+
},
11+
{
12+
"name": "Romain Menke",
13+
"email": "[email protected]"
14+
}
15+
],
16+
"license": "MIT-0",
17+
"funding": [
18+
{
19+
"type": "github",
20+
"url": "https://github.com/sponsors/csstools"
21+
},
22+
{
23+
"type": "opencollective",
24+
"url": "https://opencollective.com/csstools"
25+
}
26+
],
27+
"engines": {
28+
"node": ">=18"
29+
},
30+
"type": "module",
31+
"main": "dist/index.cjs",
32+
"module": "dist/index.mjs",
33+
"exports": {
34+
".": {
35+
"import": {
36+
"types": "./dist/index.d.ts",
37+
"default": "./dist/index.mjs"
38+
},
39+
"require": {
40+
"default": "./dist/index.cjs"
41+
}
42+
}
43+
},
44+
"dependencies": {
45+
"@csstools/color-helpers": "^5.1.0",
46+
"postcss-value-parser": "^4.2.0"
47+
},
48+
"peerDependencies": {
49+
"postcss": "^8.4"
50+
},
51+
"scripts": {},
52+
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand#readme",
53+
"repository": {
54+
"type": "git",
55+
"url": "git+https://github.com/csstools/postcss-plugins.git",
56+
"directory": "plugins/postcss-text-decoration-shorthand"
57+
},
58+
"bugs": {
59+
"url": "https://github.com/csstools/postcss-plugins/issues"
60+
},
61+
"keywords": [
62+
"css",
63+
"postcss-plugin",
64+
"shorthand",
65+
"text-decoration",
66+
"text-decoration-thickness"
67+
],
68+
"_id": "@csstools/[email protected]",
69+
"gitHead": "85f0fa2001cfa38ebbde1207bba311174f17a551",
70+
"types": "./dist/index.d.ts",
71+
"_nodeVersion": "24.4.0",
72+
"_npmVersion": "11.4.2",
73+
"dist": {
74+
"integrity": "sha512-KSkGgZfx0kQjRIYnpsD7X2Om9BUXX/Kii77VBifQW9Ih929hK0KNjVngHDH0bFB9GmfWcR9vJYJJRvw/NQjkrA==",
75+
"shasum": "fae1b70f07d1b7beb4c841c86d69e41ecc6f743c",
76+
"tarball": "https://registry.npmjs.org/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-4.0.3.tgz",
77+
"fileCount": 7,
78+
"unpackedSize": 12392,
79+
"signatures": [
80+
{
81+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
82+
"sig": "MEUCIQCXJRLKO2VlTaKnp3vHjnaXxgPitc+CNxY0wYWo7YiG+QIgZ7pZtXVtHmohtqetkQBRxRfiTwe1iCJ/doeCi9LMMYM="
83+
}
84+
]
85+
},
86+
"_npmUser": {
87+
"name": "romainmenke",
88+
"email": "[email protected]"
89+
},
90+
"directories": {},
91+
"maintainers": [
92+
{
93+
"name": "jonathantneal",
94+
"email": "[email protected]"
95+
},
96+
{
97+
"name": "alaguna",
98+
"email": "[email protected]"
99+
},
100+
{
101+
"name": "romainmenke",
102+
"email": "[email protected]"
103+
}
104+
],
105+
"_npmOperationalInternal": {
106+
"host": "s3://npm-registry-packages-npm-production",
107+
"tmp": "tmp/postcss-text-decoration-shorthand_4.0.3_1755891816516_0.5503677734328638"
108+
},
109+
"_hasShrinkwrap": false,
110+
"_time": "2025-08-22T19:43:36.701Z"
111+
}

0 commit comments

Comments
 (0)