Skip to content

Commit 3eec8d6

Browse files
collect plugins data
1 parent 9dc5030 commit 3eec8d6

File tree

208 files changed

+4194
-3064
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

208 files changed

+4194
-3064
lines changed

directory/@webgarden/postcss-high-contrast.json

Lines changed: 0 additions & 79 deletions
This file was deleted.

directory/postcss-single-spa-scoped.json

Lines changed: 0 additions & 66 deletions
This file was deleted.
Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
{
2+
"name": "@csstools/postcss-system-ui-font-family",
3+
"description": "Use the `system-ui` keyword",
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": ">=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/css-parser-algorithms": "^3.0.5",
46+
"@csstools/css-tokenizer": "^3.0.4"
47+
},
48+
"peerDependencies": {
49+
"postcss": "^8.4"
50+
},
51+
"scripts": {},
52+
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-system-ui-font-family#readme",
53+
"repository": {
54+
"type": "git",
55+
"url": "git+https://github.com/csstools/postcss-plugins.git",
56+
"directory": "plugins/postcss-system-ui-font-family"
57+
},
58+
"bugs": {
59+
"url": "https://github.com/csstools/postcss-plugins/issues"
60+
},
61+
"keywords": [
62+
"postcss-plugin"
63+
],
64+
"gitHead": "2833beb1da4317a3725c81527bbdb7e2374f8ed8",
65+
"types": "./dist/index.d.ts",
66+
"_id": "@csstools/[email protected]",
67+
"_nodeVersion": "25.1.0",
68+
"_npmVersion": "11.6.2",
69+
"dist": {
70+
"integrity": "sha512-s3xdBvfWYfoPSBsikDXbuorcMG1nN1M6GdU0qBsGfcmNR0A/qhloQZpTxjA3Xsyrk1VJvwb2pOfiOT3at/DuIQ==",
71+
"shasum": "bd65b79078debf6f67b318dc9b71a8f9fa16f8c8",
72+
"tarball": "https://registry.npmjs.org/@csstools/postcss-system-ui-font-family/-/postcss-system-ui-font-family-1.0.0.tgz",
73+
"fileCount": 7,
74+
"unpackedSize": 7372,
75+
"signatures": [
76+
{
77+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
78+
"sig": "MEQCIEyilkUP/zJLVTT4MdqE2lJiawSvzWmeT+dejFsPsCNcAiAdeAKPbyK/z0IYhz2lzng+taG/KxrkPN8Yvm6t7egblA=="
79+
}
80+
]
81+
},
82+
"_npmUser": {
83+
"name": "romainmenke",
84+
"email": "[email protected]"
85+
},
86+
"directories": {},
87+
"maintainers": [
88+
{
89+
"name": "jonathantneal",
90+
"email": "[email protected]"
91+
},
92+
{
93+
"name": "alaguna",
94+
"email": "[email protected]"
95+
},
96+
{
97+
"name": "romainmenke",
98+
"email": "[email protected]"
99+
}
100+
],
101+
"_npmOperationalInternal": {
102+
"host": "s3://npm-registry-packages-npm-production",
103+
"tmp": "tmp/postcss-system-ui-font-family_1.0.0_1764875090717_0.7968991359118558"
104+
},
105+
"_hasShrinkwrap": false,
106+
"_time": "2025-12-04T19:04:50.853Z"
107+
}

0 commit comments

Comments
 (0)