Skip to content

Commit 3365b9e

Browse files
collect plugins data
1 parent bdc604c commit 3365b9e

189 files changed

Lines changed: 7480 additions & 8393 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

npm-data/last-version/postcss-remove-font-face-format.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-remove-font-face-format",
3-
"version": "4.1.1",
3+
"version": "5.0.0",
44
"description": "PostCSS plugin to remove font faces by format",
55
"keywords": [
66
"postcss",
@@ -24,17 +24,17 @@
2424
"url": "https://github.com/swissgrc/postcss-remove-font-face-format.git"
2525
},
2626
"engines": {
27-
"node": ">=18.0.0"
27+
"node": ">=20.0.0"
2828
},
2929
"peerDependencies": {
30-
"postcss": "8.5.4"
30+
"postcss": "8.5.6"
3131
},
3232
"devDependencies": {
3333
"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"
34+
"eslint": "9.34.0",
35+
"eslint-plugin-jest": "29.0.1",
36+
"jest": "30.1.2",
37+
"postcss": "8.5.6"
3838
},
3939
"jest": {
4040
"coverageThreshold": {
@@ -57,17 +57,17 @@
5757
"postcss-value-parser": "4.2.0"
5858
},
5959
"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-
"_id": "postcss-remove-font-face-format@4.1.1",
60+
"_id": "postcss-remove-font-face-format@5.0.0",
6161
"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",
62+
"shasum": "34262ce175133a8b9fb9a931215ee600eeb44fc7",
63+
"integrity": "sha512-EnhgT+kqQhGF0wRUeygTbCsVRZyRuwP9eMhadkoiZMofp6i44Ck9llqQRsXjjgb05XHzW/NdZNUJ3Kts8JFn1A==",
64+
"tarball": "https://registry.npmjs.org/postcss-remove-font-face-format/-/postcss-remove-font-face-format-5.0.0.tgz",
6565
"fileCount": 7,
6666
"unpackedSize": 4895,
6767
"signatures": [
6868
{
6969
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
70-
"sig": "MEYCIQDN8PBZ29cxESVQVx/Ip8H7yJ+gx+MvVFsJ8rWdAv5vYQIhAM4kM48mmbnTeYHySETP1MT0KMtgz5LPjPly1LLu5xd7"
70+
"sig": "MEYCIQCowqoTyq/ps+Y78aCPaq73SH3wnBwKeTkTf1EFvrJe+gIhAKJ0/MtsEzlCN3k5MQkVCWK+p95Qq4dAkMryMQnVk6dA"
7171
}
7272
]
7373
},
@@ -96,8 +96,8 @@
9696
],
9797
"_npmOperationalInternal": {
9898
"host": "s3://npm-registry-packages-npm-production",
99-
"tmp": "tmp/postcss-remove-font-face-format_4.1.1_1748853118802_0.57276467275663"
99+
"tmp": "tmp/postcss-remove-font-face-format_5.0.0_1756712643336_0.41468420975833054"
100100
},
101101
"_hasShrinkwrap": false,
102-
"_time": "2025-06-02T08:31:58.987Z"
102+
"_time": "2025-09-01T07:44:03.504Z"
103103
}

0 commit comments

Comments
 (0)