Skip to content

Commit ce06ea4

Browse files
postcss-remove-font-face-format-4.1.1 (#2256)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 234a834 commit ce06ea4

File tree

1 file changed

+103
-0
lines changed

1 file changed

+103
-0
lines changed
Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
{
2+
"name": "postcss-remove-font-face-format",
3+
"version": "4.1.1",
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+
"scripts": {
12+
"test": "jest --coverage && eslint .",
13+
"prepack": "clean-package",
14+
"new:pack": "yarn pack && clean-package restore",
15+
"new:publish": "yarn publish && clean-package restore"
16+
},
17+
"author": {
18+
"name": "Swiss GRC AG",
19+
"email": "[email protected]"
20+
},
21+
"license": "MIT",
22+
"repository": {
23+
"type": "git",
24+
"url": "https://github.com/swissgrc/postcss-remove-font-face-format.git"
25+
},
26+
"engines": {
27+
"node": ">=18.0.0"
28+
},
29+
"peerDependencies": {
30+
"postcss": "8.5.4"
31+
},
32+
"devDependencies": {
33+
"clean-package": "2.2.0",
34+
"eslint": "9.28.0",
35+
"eslint-plugin-jest": "28.12.0",
36+
"jest": "29.7.0",
37+
"postcss": "8.5.4"
38+
},
39+
"jest": {
40+
"coverageThreshold": {
41+
"global": {
42+
"statements": 100
43+
}
44+
}
45+
},
46+
"clean-package": {
47+
"indent": 2,
48+
"remove": [
49+
"scripts",
50+
"devDependencies",
51+
"eslintConfig",
52+
"jest",
53+
"clean-package"
54+
]
55+
},
56+
"dependencies": {
57+
"postcss-value-parser": "4.2.0"
58+
},
59+
"licenseText": "The MIT License (MIT)\n\nCopyright 2022 Swiss GRC AG <[email protected]>\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n",
60+
61+
"dist": {
62+
"shasum": "2685cb671f08fbac537f455954c211d645349d17",
63+
"integrity": "sha512-np5Atw5M8JfJqQmbibyfpokgcTpE/QrU+p9kCE+1dB3qtEZSC+Q5okeCKS2UE9W6YUJ9VQWDqTos40oI5yfAIA==",
64+
"tarball": "https://registry.npmjs.org/postcss-remove-font-face-format/-/postcss-remove-font-face-format-4.1.1.tgz",
65+
"fileCount": 7,
66+
"unpackedSize": 4895,
67+
"signatures": [
68+
{
69+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
70+
"sig": "MEYCIQDN8PBZ29cxESVQVx/Ip8H7yJ+gx+MvVFsJ8rWdAv5vYQIhAM4kM48mmbnTeYHySETP1MT0KMtgz5LPjPly1LLu5xd7"
71+
}
72+
]
73+
},
74+
"_npmUser": {
75+
"name": "swissgrc-bot",
76+
"email": "[email protected]"
77+
},
78+
"directories": {},
79+
"maintainers": [
80+
{
81+
"name": "swissgrc-bot",
82+
"email": "[email protected]"
83+
},
84+
{
85+
"name": "pascalberger",
86+
"email": "[email protected]"
87+
},
88+
{
89+
"name": "soebbel",
90+
"email": "[email protected]"
91+
},
92+
{
93+
"name": "oxerror",
94+
"email": "[email protected]"
95+
}
96+
],
97+
"_npmOperationalInternal": {
98+
"host": "s3://npm-registry-packages-npm-production",
99+
"tmp": "tmp/postcss-remove-font-face-format_4.1.1_1748853118802_0.57276467275663"
100+
},
101+
"_hasShrinkwrap": false,
102+
"_time": "2025-06-02T08:31:58.987Z"
103+
}

0 commit comments

Comments
 (0)