Skip to content

Commit 8a171d7

Browse files
csstools/postcss-font-width-property-1.0.0 (#2740)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4f1e5fd commit 8a171d7

1 file changed

Lines changed: 99 additions & 0 deletions

File tree

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
{
2+
"name": "@csstools/postcss-font-width-property",
3+
"description": "Use the font-width property in CSS",
4+
"version": "1.0.0",
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": ">=20.19.0"
29+
},
30+
"type": "module",
31+
"exports": {
32+
".": {
33+
"types": "./dist/index.d.ts",
34+
"default": "./dist/index.mjs"
35+
}
36+
},
37+
"dependencies": {
38+
"@csstools/utilities": "^3.0.0"
39+
},
40+
"peerDependencies": {
41+
"postcss": "^8.4"
42+
},
43+
"scripts": {},
44+
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-font-width-property#readme",
45+
"repository": {
46+
"type": "git",
47+
"url": "git+https://github.com/csstools/postcss-plugins.git",
48+
"directory": "plugins/postcss-font-width-property"
49+
},
50+
"bugs": {
51+
"url": "https://github.com/csstools/postcss-plugins/issues"
52+
},
53+
"keywords": [
54+
"font-width",
55+
"postcss-plugin"
56+
],
57+
"gitHead": "abcd069ad24e2394eb565e82eb45528d49bf620a",
58+
"_id": "@csstools/[email protected]",
59+
"_nodeVersion": "25.1.0",
60+
"_npmVersion": "11.6.2",
61+
"dist": {
62+
"integrity": "sha512-AvmySApdijbjYQuXXh95tb7iVnqZBbJrv3oajO927ksE/mDmJBiszm+psW8orL2lRGR8j6ZU5Uv9/ou2Z5KRKA==",
63+
"shasum": "a9d92752da085b454d1bde55060bcb8763f6538c",
64+
"tarball": "https://registry.npmjs.org/@csstools/postcss-font-width-property/-/postcss-font-width-property-1.0.0.tgz",
65+
"fileCount": 6,
66+
"unpackedSize": 5293,
67+
"signatures": [
68+
{
69+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
70+
"sig": "MEUCID/K54NLvZz0BUfAijtT4KwsJtHQmgv1IF9QjciSKB1hAiEApxq98dV+dVhwK3IO3VdC9YRJqznGIOHC2iw4G+mQ/Bw="
71+
}
72+
]
73+
},
74+
"_npmUser": {
75+
"name": "romainmenke",
76+
"email": "[email protected]"
77+
},
78+
"directories": {},
79+
"maintainers": [
80+
{
81+
"name": "jonathantneal",
82+
"email": "[email protected]"
83+
},
84+
{
85+
"name": "alaguna",
86+
"email": "[email protected]"
87+
},
88+
{
89+
"name": "romainmenke",
90+
"email": "[email protected]"
91+
}
92+
],
93+
"_npmOperationalInternal": {
94+
"host": "s3://npm-registry-packages-npm-production",
95+
"tmp": "tmp/postcss-font-width-property_1.0.0_1771686306584_0.8234740699029248"
96+
},
97+
"_hasShrinkwrap": false,
98+
"_time": "2026-02-21T15:05:06.744Z"
99+
}

0 commit comments

Comments
 (0)