Skip to content

Commit 22c8925

Browse files
csstools/postcss-font-format-keywords-4.0.0 (#2457)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f7d1f6c commit 22c8925

1 file changed

Lines changed: 109 additions & 0 deletions

File tree

Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
{
2+
"name": "@csstools/postcss-font-format-keywords",
3+
"description": "Use unquoted format on @font-face CSS definitions.",
4+
"version": "4.0.0",
5+
"author": {
6+
"name": "Jonathan Neal",
7+
"email": "[email protected]"
8+
},
9+
"license": "MIT-0",
10+
"funding": [
11+
{
12+
"type": "github",
13+
"url": "https://github.com/sponsors/csstools"
14+
},
15+
{
16+
"type": "opencollective",
17+
"url": "https://opencollective.com/csstools"
18+
}
19+
],
20+
"engines": {
21+
"node": ">=18"
22+
},
23+
"type": "module",
24+
"main": "dist/index.cjs",
25+
"module": "dist/index.mjs",
26+
"exports": {
27+
".": {
28+
"import": {
29+
"types": "./dist/index.d.ts",
30+
"default": "./dist/index.mjs"
31+
},
32+
"require": {
33+
"default": "./dist/index.cjs"
34+
}
35+
}
36+
},
37+
"dependencies": {
38+
"@csstools/utilities": "^2.0.0",
39+
"postcss-value-parser": "^4.2.0"
40+
},
41+
"peerDependencies": {
42+
"postcss": "^8.4"
43+
},
44+
"scripts": {},
45+
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-font-format-keywords#readme",
46+
"repository": {
47+
"type": "git",
48+
"url": "git+https://github.com/csstools/postcss-plugins.git",
49+
"directory": "plugins/postcss-font-format-keywords"
50+
},
51+
"keywords": [
52+
"css",
53+
"embedded-opentype",
54+
"font",
55+
"font-format-keywords",
56+
"format",
57+
"opentype",
58+
"postcss-plugin",
59+
"truetype",
60+
"woff",
61+
"woff2"
62+
],
63+
"_id": "@csstools/[email protected]",
64+
"gitHead": "7230bf9118ef4b0049220000a0441695e2afc192",
65+
"types": "./dist/index.d.ts",
66+
"bugs": {
67+
"url": "https://github.com/csstools/postcss-plugins/issues"
68+
},
69+
"_nodeVersion": "22.1.0",
70+
"_npmVersion": "10.7.0",
71+
"dist": {
72+
"integrity": "sha512-usBzw9aCRDvchpok6C+4TXC57btc4bJtmKQWOHQxOVKen1ZfVqBUuCZ/wuqdX5GHsD0NRSr9XTP+5ID1ZZQBXw==",
73+
"shasum": "6730836eb0153ff4f3840416cc2322f129c086e6",
74+
"tarball": "https://registry.npmjs.org/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-4.0.0.tgz",
75+
"fileCount": 7,
76+
"unpackedSize": 7835,
77+
"signatures": [
78+
{
79+
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
80+
"sig": "MEYCIQCOek70j5E8YPKnVgCD9xyuvFblWTFFal6UOLSNeabeEQIhAJV0FK5/I9cQKN2eL1VD3Zq+1H5kEmzhEGeM1Af6uERm"
81+
}
82+
]
83+
},
84+
"_npmUser": {
85+
"name": "romainmenke",
86+
"email": "[email protected]"
87+
},
88+
"directories": {},
89+
"maintainers": [
90+
{
91+
"name": "romainmenke",
92+
"email": "[email protected]"
93+
},
94+
{
95+
"name": "alaguna",
96+
"email": "[email protected]"
97+
},
98+
{
99+
"name": "jonathantneal",
100+
"email": "[email protected]"
101+
}
102+
],
103+
"_npmOperationalInternal": {
104+
"host": "s3://npm-registry-packages",
105+
"tmp": "tmp/postcss-font-format-keywords_4.0.0_1722721016985_0.5290478027846781"
106+
},
107+
"_hasShrinkwrap": false,
108+
"_time": "2024-08-03T21:36:57.130Z"
109+
}

0 commit comments

Comments
 (0)