Skip to content

Commit f3ab66d

Browse files
collect plugins data
1 parent c29fab8 commit f3ab66d

File tree

207 files changed

+3279
-2695
lines changed

Some content is hidden

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

207 files changed

+3279
-2695
lines changed
Lines changed: 39 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eik/postcss-plugin",
3-
"version": "5.0.6",
3+
"version": "5.0.7",
44
"keywords": [
55
"css",
66
"postcss",
@@ -12,7 +12,7 @@
1212
"name": "Finn.no"
1313
},
1414
"license": "MIT",
15-
"_id": "@eik/[email protected].6",
15+
"_id": "@eik/[email protected].7",
1616
"maintainers": [
1717
{
1818
"name": "trygve-lie",
@@ -25,32 +25,42 @@
2525
{
2626
"name": "trygve-bot",
2727
"email": "[email protected]"
28+
},
29+
{
30+
"name": "wllm",
31+
"email": "[email protected]"
2832
}
2933
],
3034
"homepage": "https://github.com/eik-lib/postcss-plugin#readme",
3135
"bugs": {
3236
"url": "https://github.com/eik-lib/postcss-plugin/issues"
3337
},
3438
"dist": {
35-
"shasum": "07eddc713f3a702421e1e22d0c68c2f2aec4bde8",
36-
"tarball": "https://registry.npmjs.org/@eik/postcss-plugin/-/postcss-plugin-5.0.6.tgz",
39+
"shasum": "d8cb726c8cc7f1b6adc12a1a73baff78225f1885",
40+
"tarball": "https://registry.npmjs.org/@eik/postcss-plugin/-/postcss-plugin-5.0.7.tgz",
3741
"fileCount": 6,
38-
"integrity": "sha512-qiQc/J1Knu/D38FeGza3qLmctnyWExmO6WJE5UH99OcdF8M1jdLnZnEPG1b3JieoVOGYYs3t+3hjTB/uvwsPeA==",
42+
"integrity": "sha512-GylqZVM/M4kbyq/TulIBR+owNXvKsb4BKN2i3pvBe71KWa8PhOlRPJP8rQz5xJGkKd4AbZXyamz9SEHrA0YWQA==",
3943
"signatures": [
4044
{
41-
"sig": "MEQCICMObnc2ZxoTslWuU2E0gtmkXUYaA3rrCLdVtwPlShRhAiAGwNtocfMNLxNRCCOZDQE9myTT6iXue+zycvWteBLSIA==",
45+
"sig": "MEYCIQDcjpzDYSJ8i9kKLkIruoSUE/7qgn2ddcWTX4eT4OjZDwIhAIoQcbxe201SZ8cMp4P0DrXjNoaL/REMmmFoFxONAKLb",
4246
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"
4347
}
4448
],
45-
"unpackedSize": 26149
49+
"attestations": {
50+
"url": "https://registry.npmjs.org/-/npm/v1/attestations/@eik%[email protected]",
51+
"provenance": {
52+
"predicateType": "https://slsa.dev/provenance/v1"
53+
}
54+
},
55+
"unpackedSize": 26383
4656
},
4757
"main": "src/plugin.js",
4858
"type": "module",
4959
"types": "./types/plugin.d.ts",
5060
"engines": {
5161
"node": ">=20"
5262
},
53-
"gitHead": "d20d008309704f401ccf756cb620998cd54ba05f",
63+
"gitHead": "a6fcba5f5f6911f6c874a819580cc4b8bd7ec99c",
5464
"scripts": {
5565
"lint": "eslint .",
5666
"test": "tap test/*.js --disable-coverage --allow-empty-coverage",
@@ -62,44 +72,48 @@
6272
"test:snapshot": "TAP_SNAPSHOT=1 tap test/*.js --disable-coverage --allow-empty-coverage"
6373
},
6474
"_npmUser": {
65-
"name": "trygve-bot",
66-
"email": "[email protected]"
75+
"name": "GitHub Actions",
76+
"email": "[email protected]",
77+
"trustedPublisher": {
78+
"id": "github",
79+
"oidcConfigId": "oidc:6d7ef4ad-3964-4125-a422-2ccf06c318b1"
80+
}
6781
},
6882
"repository": {
6983
"url": "git+https://github.com/eik-lib/postcss-plugin.git",
7084
"type": "git"
7185
},
72-
"_npmVersion": "10.9.3",
86+
"_npmVersion": "11.7.0",
7387
"description": "PostCSS plugin that uses Eik defined import map files to transform bare import specifiers to absolute URLs in @import rules",
7488
"directories": {},
75-
"_nodeVersion": "22.19.0",
89+
"_nodeVersion": "24.11.1",
7690
"dependencies": {
77-
"@eik/common": "5.1.7",
91+
"@eik/common": "5.1.11",
7892
"css-url-parser": "1.1.4"
7993
},
8094
"_hasShrinkwrap": false,
8195
"devDependencies": {
82-
"tap": "21.1.0",
83-
"eslint": "9.35.0",
84-
"rimraf": "6.0.1",
85-
"rollup": "4.50.1",
86-
"fastify": "5.6.0",
96+
"tap": "21.5.0",
97+
"eslint": "9.39.1",
98+
"rimraf": "6.1.2",
99+
"rollup": "4.53.3",
100+
"fastify": "5.6.2",
87101
"postcss": "8.5.6",
88-
"prettier": "3.6.2",
89-
"typescript": "5.9.2",
102+
"prettier": "3.7.4",
103+
"typescript": "5.9.3",
90104
"npm-run-all2": "8.0.4",
91-
"semantic-release": "24.2.7",
92-
"@eik/eslint-config": "1.0.21",
105+
"semantic-release": "25.0.2",
106+
"@eik/eslint-config": "1.0.23",
93107
"@eik/prettier-config": "1.0.1",
94108
"@eik/typescript-config": "1.0.0",
95-
"@eik/semantic-release-config": "1.0.8"
109+
"@eik/semantic-release-config": "1.0.10"
96110
},
97111
"peerDependencies": {
98112
"postcss": "^8.0.0"
99113
},
100114
"_npmOperationalInternal": {
101-
"tmp": "tmp/postcss-plugin_5.0.6_1757440475601_0.6621087745005803",
115+
"tmp": "tmp/postcss-plugin_5.0.7_1765543173121_0.13669879961053288",
102116
"host": "s3://npm-registry-packages-npm-production"
103117
},
104-
"_time": "2025-09-09T17:54:35.872Z"
118+
"_time": "2025-12-12T12:39:33.254Z"
105119
}

npm-data/links.json

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -255,12 +255,12 @@
255255
"valid": true
256256
},
257257
{
258-
"timestamp": 1765333957453,
258+
"timestamp": 1765506826301,
259259
"link": "https://gitee.com/webguide/postcss-windicss",
260260
"valid": false
261261
},
262262
{
263-
"timestamp": 1765506826301,
263+
"timestamp": 1765592809581,
264264
"link": "https://gitee.com/webguide/postcss-windicss.git",
265265
"valid": false
266266
},
@@ -2689,6 +2689,11 @@
26892689
"link": "https://github.com/eflexsystems/postcss-sass",
26902690
"valid": true
26912691
},
2692+
{
2693+
"timestamp": 1765592809581,
2694+
"link": "https://github.com/eik-lib/postcss-plugin",
2695+
"valid": true
2696+
},
26922697
{
26932698
"timestamp": 1764901815790,
26942699
"link": "https://github.com/elchininet/postcss-comments",
@@ -6625,12 +6630,12 @@
66256630
"valid": true
66266631
},
66276632
{
6628-
"timestamp": 1765333957453,
6633+
"timestamp": 1765506826301,
66296634
"link": "https://github.com/postcss/postcss-mixins",
66306635
"valid": true
66316636
},
66326637
{
6633-
"timestamp": 1765506826301,
6638+
"timestamp": 1765592809581,
66346639
"link": "https://github.com/postcss/postcss-mixins.git",
66356640
"valid": true
66366641
},
@@ -7075,12 +7080,12 @@
70757080
"valid": true
70767081
},
70777082
{
7078-
"timestamp": 1765333957453,
7083+
"timestamp": 1765506826301,
70797084
"link": "https://github.com/Robert-Ro/postcss-plugin-maple-theme",
70807085
"valid": true
70817086
},
70827087
{
7083-
"timestamp": 1765506826301,
7088+
"timestamp": 1765592809581,
70847089
"link": "https://github.com/Robert-Ro/postcss-plugin-maple-theme.git",
70857090
"valid": true
70867091
},
@@ -7795,12 +7800,12 @@
77957800
"valid": true
77967801
},
77977802
{
7798-
"timestamp": 1765333957453,
7803+
"timestamp": 1765506826301,
77997804
"link": "https://github.com/spaced-out/postcss-flexbugs-fixes",
78007805
"valid": true
78017806
},
78027807
{
7803-
"timestamp": 1765506826301,
7808+
"timestamp": 1765592809581,
78047809
"link": "https://github.com/spaced-out/postcss-flexbugs-fixes.git",
78057810
"valid": true
78067811
},

0 commit comments

Comments
 (0)