Skip to content

Commit 87e0e8f

Browse files
collect plugins data
1 parent 7b684be commit 87e0e8f

209 files changed

Lines changed: 3138 additions & 2662 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.

docs/index.html

Lines changed: 93 additions & 3 deletions
Large diffs are not rendered by default.

docs/keywords.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"clamp",
3232
"class apply",
3333
"clip-path",
34+
"code quality",
3435
"color",
3536
"color space interpolation",
3637
"color-convert",

npm-data/last-version/@eik/postcss-plugin.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eik/postcss-plugin",
3-
"version": "5.0.13",
3+
"version": "5.0.14",
44
"description": "PostCSS plugin that uses Eik defined import map files to transform bare import specifiers to absolute URLs in @import rules",
55
"main": "src/plugin.js",
66
"types": "./types/plugin.d.ts",
@@ -51,7 +51,7 @@
5151
"typescript": "5.9.3"
5252
},
5353
"dependencies": {
54-
"@eik/common": "5.1.17",
54+
"@eik/common": "5.1.18",
5555
"css-url-parser": "1.1.4"
5656
},
5757
"peerDependencies": {
@@ -60,26 +60,26 @@
6060
"engines": {
6161
"node": ">=20"
6262
},
63-
"gitHead": "c320ee310e65a805344cf9bbd83d7228ab00fbf2",
64-
"_id": "@eik/[email protected].13",
63+
"gitHead": "9d50121be2ece602d51fd9cd211ea92e455922cc",
64+
"_id": "@eik/[email protected].14",
6565
"_nodeVersion": "24.13.0",
6666
"_npmVersion": "11.8.0",
6767
"dist": {
68-
"integrity": "sha512-BW9nKTNomfRL/e98Ar1aUGIx/io0S6RIvLMfkJVPn375Zo27iYl9pVyAP/O3O1drQwTtgilfUTi3tq2y3VQJcg==",
69-
"shasum": "895911cf8a28adf2de329f4f3fd511797668c25f",
70-
"tarball": "https://registry.npmjs.org/@eik/postcss-plugin/-/postcss-plugin-5.0.13.tgz",
68+
"integrity": "sha512-goE7fkLK+4kp4YuGK/+yf19/HJSCQm8Y4XIRu/pw+fUtbm5nw1se/xPyo2h0Jm4mm95uLvBHqg9fYBKrM2AKXA==",
69+
"shasum": "ba041afd3f3cf48ad9293ec0297baa78bc5a5490",
70+
"tarball": "https://registry.npmjs.org/@eik/postcss-plugin/-/postcss-plugin-5.0.14.tgz",
7171
"fileCount": 6,
72-
"unpackedSize": 28363,
72+
"unpackedSize": 28694,
7373
"attestations": {
74-
"url": "https://registry.npmjs.org/-/npm/v1/attestations/@eik%[email protected].13",
74+
"url": "https://registry.npmjs.org/-/npm/v1/attestations/@eik%[email protected].14",
7575
"provenance": {
7676
"predicateType": "https://slsa.dev/provenance/v1"
7777
}
7878
},
7979
"signatures": [
8080
{
8181
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
82-
"sig": "MEQCIDr7VLfh94od28FYM9umV0IESunVBVVRCBk0fdI6ZBuQAiBVRc5u7Qaif3V7t1RYXJ2Bj0uMjek+li4q2NacFXt/eQ=="
82+
"sig": "MEQCIEmJV6eA5ECvoBoUY1E2Cpsf09cEci7LlniCdhIv9/8LAiBzu9KfW/r62l3AX8+9Dmz7k/c6aQa6XkCviezCAwMgNA=="
8383
}
8484
]
8585
},
@@ -116,8 +116,8 @@
116116
],
117117
"_npmOperationalInternal": {
118118
"host": "s3://npm-registry-packages-npm-production",
119-
"tmp": "tmp/postcss-plugin_5.0.13_1770875452703_0.7324601322239594"
119+
"tmp": "tmp/postcss-plugin_5.0.14_1771047768414_0.02868300245420885"
120120
},
121121
"_hasShrinkwrap": false,
122-
"_time": "2026-02-12T05:50:52.856Z"
122+
"_time": "2026-02-14T05:42:48.553Z"
123123
}

npm-data/links.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -255,12 +255,12 @@
255255
"valid": true
256256
},
257257
{
258-
"timestamp": 1770953619308,
258+
"timestamp": 1771039157342,
259259
"link": "https://gitee.com/webguide/postcss-windicss",
260260
"valid": false
261261
},
262262
{
263-
"timestamp": 1771039157342,
263+
"timestamp": 1771126406379,
264264
"link": "https://gitee.com/webguide/postcss-windicss.git",
265265
"valid": false
266266
},
@@ -6650,12 +6650,12 @@
66506650
"valid": true
66516651
},
66526652
{
6653-
"timestamp": 1770953619308,
6653+
"timestamp": 1771039157342,
66546654
"link": "https://github.com/postcss/postcss-mixins",
66556655
"valid": true
66566656
},
66576657
{
6658-
"timestamp": 1771039157342,
6658+
"timestamp": 1771126406379,
66596659
"link": "https://github.com/postcss/postcss-mixins.git",
66606660
"valid": true
66616661
},
@@ -7105,12 +7105,12 @@
71057105
"valid": true
71067106
},
71077107
{
7108-
"timestamp": 1770953619308,
7108+
"timestamp": 1771039157342,
71097109
"link": "https://github.com/Robert-Ro/postcss-plugin-maple-theme",
71107110
"valid": true
71117111
},
71127112
{
7113-
"timestamp": 1771039157342,
7113+
"timestamp": 1771126406379,
71147114
"link": "https://github.com/Robert-Ro/postcss-plugin-maple-theme.git",
71157115
"valid": true
71167116
},
@@ -7815,12 +7815,12 @@
78157815
"valid": true
78167816
},
78177817
{
7818-
"timestamp": 1770953619308,
7818+
"timestamp": 1771039157342,
78197819
"link": "https://github.com/spaced-out/postcss-flexbugs-fixes",
78207820
"valid": true
78217821
},
78227822
{
7823-
"timestamp": 1771039157342,
7823+
"timestamp": 1771126406379,
78247824
"link": "https://github.com/spaced-out/postcss-flexbugs-fixes.git",
78257825
"valid": true
78267826
},

0 commit comments

Comments
 (0)