Skip to content

Commit 3300c3b

Browse files
csstools/postcss-font-format-keywords-5.0.0 (#2572)
1 parent c8ce1ea commit 3300c3b

1 file changed

Lines changed: 23 additions & 31 deletions

File tree

Lines changed: 23 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@csstools/postcss-font-format-keywords",
33
"description": "Use unquoted format on @font-face CSS definitions.",
4-
"version": "4.0.0",
4+
"version": "5.0.0",
55
"author": {
66
"name": "Jonathan Neal",
77
"email": "[email protected]"
@@ -18,24 +18,17 @@
1818
}
1919
],
2020
"engines": {
21-
"node": ">=18"
21+
"node": ">=20.19.0"
2222
},
2323
"type": "module",
24-
"main": "dist/index.cjs",
25-
"module": "dist/index.mjs",
2624
"exports": {
2725
".": {
28-
"import": {
29-
"types": "./dist/index.d.ts",
30-
"default": "./dist/index.mjs"
31-
},
32-
"require": {
33-
"default": "./dist/index.cjs"
34-
}
26+
"types": "./dist/index.d.ts",
27+
"default": "./dist/index.mjs"
3528
}
3629
},
3730
"dependencies": {
38-
"@csstools/utilities": "^2.0.0",
31+
"@csstools/utilities": "^3.0.0",
3932
"postcss-value-parser": "^4.2.0"
4033
},
4134
"peerDependencies": {
@@ -60,24 +53,23 @@
6053
"woff",
6154
"woff2"
6255
],
63-
"_id": "@csstools/[email protected]",
64-
"gitHead": "7230bf9118ef4b0049220000a0441695e2afc192",
65-
"types": "./dist/index.d.ts",
56+
"gitHead": "bc988a6febd9fbdf70cbff1867575c24b820965f",
57+
"_id": "@csstools/[email protected]",
6658
"bugs": {
6759
"url": "https://github.com/csstools/postcss-plugins/issues"
6860
},
69-
"_nodeVersion": "22.1.0",
70-
"_npmVersion": "10.7.0",
61+
"_nodeVersion": "25.1.0",
62+
"_npmVersion": "11.6.2",
7163
"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,
64+
"integrity": "sha512-M1EjCe/J3u8fFhOZgRci74cQhJ7R0UFBX6T+WqoEvjrr8hVfMiV+HTYrzxLY5OW8YllvXYr5Q5t5OvJbsUSeDg==",
65+
"shasum": "c73345cc6c827ba2d9031f56d4403e079c449a0b",
66+
"tarball": "https://registry.npmjs.org/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-5.0.0.tgz",
67+
"fileCount": 6,
68+
"unpackedSize": 7058,
7769
"signatures": [
7870
{
79-
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
80-
"sig": "MEYCIQCOek70j5E8YPKnVgCD9xyuvFblWTFFal6UOLSNeabeEQIhAJV0FK5/I9cQKN2eL1VD3Zq+1H5kEmzhEGeM1Af6uERm"
71+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
72+
"sig": "MEUCIF1KB4Rb0aOxot8IsUJvY3zckBSuPyq89shhnzy0coKtAiEA7HJ4V4OhxOy8HiqZCNzrEPW3IntEqYOoBnWBqYFVZVw="
8173
}
8274
]
8375
},
@@ -88,22 +80,22 @@
8880
"directories": {},
8981
"maintainers": [
9082
{
91-
"name": "romainmenke",
92-
"email": "romainmenke@gmail.com"
83+
"name": "jonathantneal",
84+
"email": "jonathantneal@hotmail.com"
9385
},
9486
{
9587
"name": "alaguna",
9688
"email": "[email protected]"
9789
},
9890
{
99-
"name": "jonathantneal",
100-
"email": "jonathantneal@hotmail.com"
91+
"name": "romainmenke",
92+
"email": "romainmenke@gmail.com"
10193
}
10294
],
10395
"_npmOperationalInternal": {
104-
"host": "s3://npm-registry-packages",
105-
"tmp": "tmp/postcss-font-format-keywords_4.0.0_1722721016985_0.5290478027846781"
96+
"host": "s3://npm-registry-packages-npm-production",
97+
"tmp": "tmp/postcss-font-format-keywords_5.0.0_1768375360834_0.04457539751531492"
10698
},
10799
"_hasShrinkwrap": false,
108-
"_time": "2024-08-03T21:36:57.130Z"
100+
"_time": "2026-01-14T07:22:40.979Z"
109101
}

0 commit comments

Comments
 (0)