Skip to content

Commit 92744c7

Browse files
collect plugins data
1 parent 557a9c9 commit 92744c7

210 files changed

Lines changed: 3999 additions & 3092 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: 89 additions & 2 deletions
Large diffs are not rendered by default.

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eik/postcss-plugin",
3-
"version": "5.0.8",
3+
"version": "5.0.9",
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",
@@ -45,13 +45,13 @@
4545
"postcss": "8.5.6",
4646
"prettier": "3.7.4",
4747
"rimraf": "6.1.2",
48-
"rollup": "4.53.3",
48+
"rollup": "4.54.0",
4949
"semantic-release": "25.0.2",
5050
"tap": "21.5.0",
5151
"typescript": "5.9.3"
5252
},
5353
"dependencies": {
54-
"@eik/common": "5.1.12",
54+
"@eik/common": "5.1.13",
5555
"css-url-parser": "1.1.4"
5656
},
5757
"peerDependencies": {
@@ -60,26 +60,26 @@
6060
"engines": {
6161
"node": ">=20"
6262
},
63-
"gitHead": "f4f6c65aaa9fe9cab59bcdd75f7ca837aad33882",
64-
"_id": "@eik/[email protected].8",
63+
"gitHead": "e07ce4aa722baca52956dc313ce361152d847b13",
64+
"_id": "@eik/[email protected].9",
6565
"_nodeVersion": "24.12.0",
6666
"_npmVersion": "11.7.0",
6767
"dist": {
68-
"integrity": "sha512-utDOTwDM734tKpZy5PEybXV/gibFusUCY2AGpplughkJIJ92yZS8KgUidBn/g47q9iC2DZK/oUzLjTJsykeJOw==",
69-
"shasum": "f2afc796c836c2dffa96c8da1e6bf7eed9291797",
70-
"tarball": "https://registry.npmjs.org/@eik/postcss-plugin/-/postcss-plugin-5.0.8.tgz",
68+
"integrity": "sha512-8t1NVM1tEpf6TpE8B9iPRCCyO7tq0CLXKAtnhtU9SPLOVIvAlhXQSH9v8lXwMq7yIwfjjqM1aqs56q5ZzWHgCg==",
69+
"shasum": "3bcfcc5a6de0a01cbd676204669f3de958928a31",
70+
"tarball": "https://registry.npmjs.org/@eik/postcss-plugin/-/postcss-plugin-5.0.9.tgz",
7171
"fileCount": 6,
72-
"unpackedSize": 26711,
72+
"unpackedSize": 27039,
7373
"attestations": {
74-
"url": "https://registry.npmjs.org/-/npm/v1/attestations/@eik%[email protected].8",
74+
"url": "https://registry.npmjs.org/-/npm/v1/attestations/@eik%[email protected].9",
7575
"provenance": {
7676
"predicateType": "https://slsa.dev/provenance/v1"
7777
}
7878
},
7979
"signatures": [
8080
{
8181
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
82-
"sig": "MEYCIQD1p9Z8GV2Un4iT4vl+x8TXnDjbpUBOJSVQL73F4vImFgIhAPVRy+cZmX7rbBn2tD7RgulhjFk84flH7NFZRKxgEfOg"
82+
"sig": "MEUCIQCjWIoiiWY7h9lTBLyzU/cYBAspEuZ612DKaVBLRe0jVgIgbX+LbhVVSyxva35DtQoWA/66iIWh88RcFh/zz41RvXA="
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.8_1766224875543_0.2942407462228507"
119+
"tmp": "tmp/postcss-plugin_5.0.9_1767846804451_0.960770696111698"
120120
},
121121
"_hasShrinkwrap": false,
122-
"_time": "2025-12-20T10:01:15.741Z"
122+
"_time": "2026-01-08T04:33:24.595Z"
123123
}

npm-data/last-version/postcss-normalize-stylus-compatible-container-query-syntax.json

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-normalize-stylus-compatible-container-query-syntax",
3-
"version": "1.1.0",
3+
"version": "1.1.2",
44
"description": "PostCSS plugin changing the Stylus-compatible irregular container queries syntax to the regular one.",
55
"keywords": [
66
"postcss",
@@ -21,6 +21,10 @@
2121
"type": "git",
2222
"url": "git+https://github.com/TokugawaTakeshi/postcss-normalize-stylus-compatible-container-query-syntax.git"
2323
},
24+
"homepage": "https://github.com/TokugawaTakeshi/postcss-normalize-stylus-compatible-container-query-syntax",
25+
"bugs": {
26+
"url": "https://github.com/TokugawaTakeshi/postcss-normalize-stylus-compatible-container-query-syntax/issues"
27+
},
2428
"engines": {
2529
"node": ">=18.0.0"
2630
},
@@ -29,7 +33,8 @@
2933
},
3034
"devDependencies": {
3135
"eslint": "^8.47.0",
32-
"postcss": "^8.4.27"
36+
"postcss": "^8.4.27",
37+
"typescript": "5.9.3"
3338
},
3439
"eslintConfig": {
3540
"parserOptions": {
@@ -43,24 +48,21 @@
4348
"eslint:recommended"
4449
]
4550
},
46-
47-
"gitHead": "586d9ec50fd155c43c6b2135b828aeded66217e5",
48-
"bugs": {
49-
"url": "https://github.com/TokugawaTakeshi/postcss-normalize-stylus-compatible-container-query-syntax/issues"
50-
},
51-
"homepage": "https://github.com/TokugawaTakeshi/postcss-normalize-stylus-compatible-container-query-syntax#readme",
51+
52+
"gitHead": "6a637adad073d1bec1f72919cf2a708acc5e621e",
53+
"types": "./index.d.ts",
5254
"_nodeVersion": "22.15.0",
5355
"_npmVersion": "10.9.0",
5456
"dist": {
55-
"integrity": "sha512-7KSquap3Hpqu4qNXtrU+UwXGIkFPR7Y68FBs+ubLgB305fNGM6bFt9t25il6iHbKJKkB4zvQDNha//c9b6kXLw==",
56-
"shasum": "9e5fb821d87da67483f41cc580b0142517220dc9",
57-
"tarball": "https://registry.npmjs.org/postcss-normalize-stylus-compatible-container-query-syntax/-/postcss-normalize-stylus-compatible-container-query-syntax-1.1.0.tgz",
58-
"fileCount": 10,
59-
"unpackedSize": 6676,
57+
"integrity": "sha512-R7zLIDapUPxEik0YJrKq8NT/+Jbjg0LcVeKU/7gb4IM3t1hGcZ8TebQOWPqEY0ReOfvpqdR+mtnzd6c3D3ciSA==",
58+
"shasum": "44f65dd765a5d9fe90c8ab680616dae49cf8993f",
59+
"tarball": "https://registry.npmjs.org/postcss-normalize-stylus-compatible-container-query-syntax/-/postcss-normalize-stylus-compatible-container-query-syntax-1.1.2.tgz",
60+
"fileCount": 11,
61+
"unpackedSize": 7463,
6062
"signatures": [
6163
{
6264
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
63-
"sig": "MEUCIQCJ50F/+tiha7Fr44MxZ22g63zzgoOsO/9YfRq0p1RWCwIgX7Tqoln5g7cUaHoAqlOrTHlDLF+8DQxe0Fgh/+P2D+w="
65+
"sig": "MEUCIEWyilao7xu/XfnUyQEOhk8AI4qU+MgDiaVcrUZ/fq8dAiEAiNOeXSB0atPHG/WjuwaFH9lZlDcBbsdk+GakuHw5JPY="
6466
}
6567
]
6668
},
@@ -77,8 +79,8 @@
7779
],
7880
"_npmOperationalInternal": {
7981
"host": "s3://npm-registry-packages-npm-production",
80-
"tmp": "tmp/postcss-normalize-stylus-compatible-container-query-syntax_1.1.0_1761959403501_0.7987086022500576"
82+
"tmp": "tmp/postcss-normalize-stylus-compatible-container-query-syntax_1.1.2_1767071368828_0.6998708972841348"
8183
},
8284
"_hasShrinkwrap": false,
83-
"_time": "2025-11-01T01:10:03.698Z"
85+
"_time": "2025-12-30T05:09:28.982Z"
8486
}

0 commit comments

Comments
 (0)