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+ 9+ "url" : " https://antonio.laguna.es"
10+ },
11+ {
12+ "name" : " Romain Menke" ,
13+ 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+ 85+ },
86+ "directories" : {},
87+ "maintainers" : [
88+ {
89+ "name" : " jonathantneal" ,
90+ 91+ },
92+ {
93+ "name" : " alaguna" ,
94+ 95+ },
96+ {
97+ "name" : " romainmenke" ,
98+ 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