Skip to content

Commit 2da4283

Browse files
postcss-remove-font-face-format-5.1.5 (#2745)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8aa47b5 commit 2da4283

1 file changed

Lines changed: 85 additions & 0 deletions

File tree

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
{
2+
"name": "postcss-remove-font-face-format",
3+
"version": "5.1.5",
4+
"description": "PostCSS plugin to remove font faces by format",
5+
"keywords": [
6+
"postcss",
7+
"css",
8+
"postcss-plugin",
9+
"postcss-remove-font-face-format"
10+
],
11+
"author": {
12+
"name": "Swiss GRC AG",
13+
"email": "[email protected]"
14+
},
15+
"license": "MIT",
16+
"repository": {
17+
"type": "git",
18+
"url": "git+https://github.com/swissgrc/postcss-remove-font-face-format.git"
19+
},
20+
"engines": {
21+
"node": ">=20.0.0"
22+
},
23+
"peerDependencies": {
24+
"postcss": "8.5.8"
25+
},
26+
"dependencies": {
27+
"postcss-value-parser": "4.2.0"
28+
},
29+
"gitHead": "f1a91cf1592f35ae63fedaf5c4b72602f639cfa4",
30+
31+
"bugs": {
32+
"url": "https://github.com/swissgrc/postcss-remove-font-face-format/issues"
33+
},
34+
"homepage": "https://github.com/swissgrc/postcss-remove-font-face-format#readme",
35+
"_nodeVersion": "24.14.0",
36+
"_npmVersion": "11.9.0",
37+
"dist": {
38+
"integrity": "sha512-VvRq24+fVp3hDW/0sDBUB+MakGmjG1gUZt5byuEZEiFdUOn9vcL8irhgE4g3Ir9vVOK8DgY4rceDFIejKLKGQg==",
39+
"shasum": "372dc6b05936fdcacb6d48711a6e216b6065aa43",
40+
"tarball": "https://registry.npmjs.org/postcss-remove-font-face-format/-/postcss-remove-font-face-format-5.1.5.tgz",
41+
"fileCount": 6,
42+
"unpackedSize": 4895,
43+
"attestations": {
44+
"url": "https://registry.npmjs.org/-/npm/v1/attestations/[email protected]",
45+
"provenance": {
46+
"predicateType": "https://slsa.dev/provenance/v1"
47+
}
48+
},
49+
"signatures": [
50+
{
51+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
52+
"sig": "MEUCIQCHyYxWSZwgjNeBpPWLCy4azYZ1Z7CW8CsBjf86iKLy2wIgf8TckWv5aiAvjSGmCb2jc39FMENerYKsAtNw4Zczjwo="
53+
}
54+
]
55+
},
56+
"_npmUser": {
57+
"name": "GitHub Actions",
58+
"email": "[email protected]",
59+
"trustedPublisher": {
60+
"id": "github",
61+
"oidcConfigId": "oidc:c9d655a3-2645-4ec0-84bb-8bb233fe8abe"
62+
}
63+
},
64+
"directories": {},
65+
"maintainers": [
66+
{
67+
"name": "swissgrc-bot",
68+
"email": "[email protected]"
69+
},
70+
{
71+
"name": "soebbel",
72+
"email": "[email protected]"
73+
},
74+
{
75+
"name": "oxerror",
76+
"email": "[email protected]"
77+
}
78+
],
79+
"_npmOperationalInternal": {
80+
"host": "s3://npm-registry-packages-npm-production",
81+
"tmp": "tmp/postcss-remove-font-face-format_5.1.5_1774014340592_0.5977429694623912"
82+
},
83+
"_hasShrinkwrap": false,
84+
"_time": "2026-03-20T13:45:40.740Z"
85+
}

0 commit comments

Comments
 (0)