Skip to content

Commit 3e393f8

Browse files
collect plugins data
1 parent 787be6f commit 3e393f8

213 files changed

Lines changed: 4147 additions & 3074 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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ <h3>autoprefixer </h3>
394394
</dd>
395395

396396
<dt>Version</dt>
397-
<dd><code>10.4.27</code></dd>
397+
<dd><code>10.5.0</code></dd>
398398

399399
<dt>License</dt>
400400
<dd><code>MIT</code></dd>
@@ -1057,7 +1057,7 @@ <h3>color-functional-notation </h3>
10571057
</dd>
10581058

10591059
<dt>Version</dt>
1060-
<dd><code>8.0.2</code></dd>
1060+
<dd><code>8.0.3</code></dd>
10611061

10621062
<dt>License</dt>
10631063
<dd><code>MIT-0</code></dd>
@@ -1459,7 +1459,7 @@ <h3>colormin </h3>
14591459
</dd>
14601460

14611461
<dt>Version</dt>
1462-
<dd><code>7.0.7</code></dd>
1462+
<dd><code>7.0.8</code></dd>
14631463

14641464
<dt>License</dt>
14651465
<dd><code>MIT</code></dd>
@@ -1900,7 +1900,7 @@ <h3>cssnano </h3>
19001900
</dd>
19011901

19021902
<dt>Version</dt>
1903-
<dd><code>7.1.4</code></dd>
1903+
<dd><code>7.1.5</code></dd>
19041904

19051905
<dt>License</dt>
19061906
<dd><code>MIT</code></dd>
@@ -10735,7 +10735,7 @@ <h3>themes <span style="font-size: 0.8em;">(wordpress)</span></h3>
1073510735
</dd>
1073610736

1073710737
<dt>Version</dt>
10738-
<dd><code>6.43.0</code></dd>
10738+
<dd><code>6.44.0</code></dd>
1073910739

1074010740
<dt>License</dt>
1074110741
<dd><code>GPL-2.0-or-later</code></dd>

npm-data/last-version/postcss-pxtrans.json

Lines changed: 23 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-pxtrans",
3-
"version": "1.0.1",
3+
"version": "1.0.3",
44
"description": "PostCSS plugin that converts px units to rpx/rem/vw/px for multiple platforms.",
55
"author": {
66
"name": "ice breaker",
@@ -29,62 +29,55 @@
2929
".": {
3030
"types": {
3131
"import": "./dist/index.d.mts",
32-
"require": "./dist/index.d.ts"
32+
"require": "./dist/index.require.d.cts"
3333
},
3434
"import": "./dist/index.mjs",
35-
"require": "./dist/index.cjs"
36-
}
37-
},
38-
"typesVersions": {
39-
"<4.7": {
40-
"*": [
41-
"./dist/*",
42-
"./dist/index.d.ts"
43-
]
35+
"require": "./dist/index.require.cjs"
4436
}
4537
},
4638
"peerDependencies": {
4739
"postcss": "^8"
4840
},
4941
"dependencies": {
50-
"postcss-plugin-shared": "^1.1.0"
42+
"postcss-plugin-shared": "^1.1.3"
5143
},
5244
"scripts": {
53-
"dev": "tsup --watch --sourcemap",
54-
"build": "tsup",
45+
"dev": "tsdown -w",
46+
"build": "tsdown",
47+
"typecheck": "tsc --noEmit",
5548
"test": "vitest run",
5649
"test:dev": "vitest",
5750
"bench": "vitest bench",
5851
"release": "pnpm publish",
5952
"lint": "eslint .",
6053
"lint:fix": "eslint . --fix"
6154
},
62-
"main": "./dist/index.cjs",
55+
"main": "./dist/index.require.cjs",
6356
"module": "./dist/index.mjs",
64-
"types": "./dist/index.d.ts",
65-
"_id": "[email protected].1",
57+
"types": "./dist/index.d.mts",
58+
"_id": "[email protected].3",
6659
"homepage": "https://github.com/sonofmagic/postcss-plugins#readme",
67-
"_integrity": "sha512-oNxhcSbbhkfhgJP/E0JJHIuQs8asqAuD1FqFT4VFF7xhkBmKKTIM08T7WIRHo9rjod8E4PR/CuOxtcWjftufcg==",
68-
"_resolved": "/tmp/8c83bc1dc4a38aef81369ce30afd754b/postcss-pxtrans-1.0.1.tgz",
69-
"_from": "file:postcss-pxtrans-1.0.1.tgz",
70-
"_nodeVersion": "24.13.0",
71-
"_npmVersion": "11.6.2",
60+
"_integrity": "sha512-+TKvLaqlZKpKm99xb9LZer+vY73mKmORUAnUxnz1qYa31Gelz2sCMGslmNGNTfWDQz+BbYp+i4ejuZi2rh2sLA==",
61+
"_resolved": "/tmp/c49b2e1b575cb4fc94456369d6f56660/postcss-pxtrans-1.0.3.tgz",
62+
"_from": "file:postcss-pxtrans-1.0.3.tgz",
63+
"_nodeVersion": "24.14.1",
64+
"_npmVersion": "11.11.0",
7265
"dist": {
73-
"integrity": "sha512-oNxhcSbbhkfhgJP/E0JJHIuQs8asqAuD1FqFT4VFF7xhkBmKKTIM08T7WIRHo9rjod8E4PR/CuOxtcWjftufcg==",
74-
"shasum": "3f03faefe6bc5470283856bbc09553cd50dd506e",
75-
"tarball": "https://registry.npmjs.org/postcss-pxtrans/-/postcss-pxtrans-1.0.1.tgz",
66+
"integrity": "sha512-+TKvLaqlZKpKm99xb9LZer+vY73mKmORUAnUxnz1qYa31Gelz2sCMGslmNGNTfWDQz+BbYp+i4ejuZi2rh2sLA==",
67+
"shasum": "98ed098b1c9da9d5f8a7914053a5a544f6e0b44f",
68+
"tarball": "https://registry.npmjs.org/postcss-pxtrans/-/postcss-pxtrans-1.0.3.tgz",
7669
"fileCount": 8,
77-
"unpackedSize": 49718,
70+
"unpackedSize": 58736,
7871
"attestations": {
79-
"url": "https://registry.npmjs.org/-/npm/v1/attestations/[email protected].1",
72+
"url": "https://registry.npmjs.org/-/npm/v1/attestations/[email protected].3",
8073
"provenance": {
8174
"predicateType": "https://slsa.dev/provenance/v1"
8275
}
8376
},
8477
"signatures": [
8578
{
8679
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
87-
"sig": "MEUCIG6YVYYDeXKBPyN63z31HuPV19NcpgU3ejl+VEP7HxlJAiEArp7Du3rRVngiWNV3xxU2O8g9oqUMuAKEhap6sDdH7V4="
80+
"sig": "MEUCIG2ccBq/k5h6SacaU3zCPEgaeSTbqh9JUSlnQDin8q03AiEA0Cw3JxRMMudApRloiNA+DX1xkrugRHWgG5OCJzGlCu0="
8881
}
8982
]
9083
},
@@ -105,8 +98,8 @@
10598
],
10699
"_npmOperationalInternal": {
107100
"host": "s3://npm-registry-packages-npm-production",
108-
"tmp": "tmp/postcss-pxtrans_1.0.1_1770033306696_0.7610909369991994"
101+
"tmp": "tmp/postcss-pxtrans_1.0.3_1776516423343_0.5376493615567755"
109102
},
110103
"_hasShrinkwrap": false,
111-
"_time": "2026-02-02T11:55:06.840Z"
104+
"_time": "2026-04-18T12:47:03.488Z"
112105
}

npm-data/last-version/postcss-rem-to-responsive-pixel.json

Lines changed: 21 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-rem-to-responsive-pixel",
3-
"version": "7.0.1",
3+
"version": "7.0.3",
44
"description": "Convert rem units to px or rpx units using PostCSS. Based on postcss-pxtorem and postcss-rem-to-pixel, and rewrite with typescript, and support Postcss8",
55
"author": {
66
"name": "ice breaker",
@@ -44,7 +44,7 @@
4444
".": {
4545
"types": {
4646
"import": "./dist/index.d.mts",
47-
"require": "./dist/index.d.ts"
47+
"require": "./dist/index.d.cts"
4848
},
4949
"import": "./dist/index.mjs",
5050
"require": "./dist/index.cjs"
@@ -53,59 +53,52 @@
5353
},
5454
"main": "./dist/index.cjs",
5555
"module": "./dist/index.mjs",
56-
"types": "./dist/index.d.ts",
57-
"typesVersions": {
58-
"<4.7": {
59-
"*": [
60-
"./dist/*",
61-
"./dist/index.d.ts"
62-
]
63-
}
64-
},
56+
"types": "./dist/index.d.mts",
6557
"engines": {
6658
"node": ">=16.6.0"
6759
},
6860
"peerDependencies": {
6961
"postcss": "^8"
7062
},
7163
"dependencies": {
72-
"postcss-plugin-shared": "^1.1.0"
64+
"postcss-plugin-shared": "^1.1.3"
7365
},
7466
"publishConfig": {
7567
"access": "public",
7668
"registry": "https://registry.npmjs.org"
7769
},
7870
"scripts": {
79-
"dev": "tsup --watch --sourcemap",
80-
"build": "tsup",
71+
"dev": "tsdown -w",
72+
"build": "tsdown",
73+
"bench": "vitest bench",
8174
"test": "vitest run",
8275
"test:dev": "vitest",
8376
"release": "pnpm publish",
8477
"lint": "eslint .",
8578
"lint:fix": "eslint . --fix"
8679
},
87-
"_id": "[email protected].1",
88-
"_integrity": "sha512-enzOmpYK8RHTOL7Y9o3AsSRnYqigGu4OZbDmpP7dUsRRIpyqS1h3hKZHHH5B+WJRyw58DRSAFuicM0uc/2GRJQ==",
89-
"_resolved": "/tmp/1dbbacd6f6cb788782178054c55941e7/postcss-rem-to-responsive-pixel-7.0.1.tgz",
90-
"_from": "file:postcss-rem-to-responsive-pixel-7.0.1.tgz",
91-
"_nodeVersion": "24.13.0",
92-
"_npmVersion": "11.6.2",
80+
"_id": "[email protected].3",
81+
"_integrity": "sha512-iT4Eq3WX9nXTeAGPlW5AGTuTiJuBNZFWprOV84EER5Gm+SRsGOrdiSHV8JoKZrW+8tNEFkWEWFJR/D8Vck0Hyg==",
82+
"_resolved": "/tmp/b7296e0e68a5b795e08c41338e0ed371/postcss-rem-to-responsive-pixel-7.0.3.tgz",
83+
"_from": "file:postcss-rem-to-responsive-pixel-7.0.3.tgz",
84+
"_nodeVersion": "24.14.1",
85+
"_npmVersion": "11.11.0",
9386
"dist": {
94-
"integrity": "sha512-enzOmpYK8RHTOL7Y9o3AsSRnYqigGu4OZbDmpP7dUsRRIpyqS1h3hKZHHH5B+WJRyw58DRSAFuicM0uc/2GRJQ==",
95-
"shasum": "cfc9e7891a7f8b06fca4e0da49d582e3ba70be89",
96-
"tarball": "https://registry.npmjs.org/postcss-rem-to-responsive-pixel/-/postcss-rem-to-responsive-pixel-7.0.1.tgz",
87+
"integrity": "sha512-iT4Eq3WX9nXTeAGPlW5AGTuTiJuBNZFWprOV84EER5Gm+SRsGOrdiSHV8JoKZrW+8tNEFkWEWFJR/D8Vck0Hyg==",
88+
"shasum": "c1e93d0ab9f5dc95e2e835052d23ffd5b6343350",
89+
"tarball": "https://registry.npmjs.org/postcss-rem-to-responsive-pixel/-/postcss-rem-to-responsive-pixel-7.0.3.tgz",
9790
"fileCount": 8,
98-
"unpackedSize": 21024,
91+
"unpackedSize": 55497,
9992
"attestations": {
100-
"url": "https://registry.npmjs.org/-/npm/v1/attestations/[email protected].1",
93+
"url": "https://registry.npmjs.org/-/npm/v1/attestations/[email protected].3",
10194
"provenance": {
10295
"predicateType": "https://slsa.dev/provenance/v1"
10396
}
10497
},
10598
"signatures": [
10699
{
107100
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
108-
"sig": "MEUCIQDCfUKwWER6GUtSEVXGFZg+Y3xWPE7AIq6d44xsq8v1qQIgFixaK/qceahaJojrcN6a2izdVmPni3PP6vRTzTBGo7M="
101+
"sig": "MEQCICRs/8DeZwkoOCmy1uGSA4gn+pAICxDgnjOzYQVggU64AiAi63145JbpYkqtkpVwpe6WFg5p94BuuIJG23tMMU2VMg=="
109102
}
110103
]
111104
},
@@ -126,8 +119,8 @@
126119
],
127120
"_npmOperationalInternal": {
128121
"host": "s3://npm-registry-packages-npm-production",
129-
"tmp": "tmp/postcss-rem-to-responsive-pixel_7.0.1_1770033306383_0.6876254255982805"
122+
"tmp": "tmp/postcss-rem-to-responsive-pixel_7.0.3_1776516423344_0.6452235177751524"
130123
},
131124
"_hasShrinkwrap": false,
132-
"_time": "2026-02-02T11:55:06.553Z"
125+
"_time": "2026-04-18T12:47:03.498Z"
133126
}

npm-data/last-version/postcss-rem-to-viewport.json

Lines changed: 20 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-rem-to-viewport",
3-
"version": "2.0.1",
3+
"version": "2.0.3",
44
"description": "Convert rem units to viewport units using PostCSS.",
55
"author": {
66
"name": "ice breaker",
@@ -31,29 +31,21 @@
3131
".": {
3232
"types": {
3333
"import": "./dist/index.d.mts",
34-
"require": "./dist/index.d.ts"
34+
"require": "./dist/index.d.cts"
3535
},
3636
"import": "./dist/index.mjs",
3737
"require": "./dist/index.cjs"
3838
}
3939
},
40-
"typesVersions": {
41-
"<4.7": {
42-
"*": [
43-
"./dist/*",
44-
"./dist/index.d.ts"
45-
]
46-
}
47-
},
4840
"peerDependencies": {
4941
"postcss": "^8"
5042
},
5143
"dependencies": {
52-
"postcss-plugin-shared": "^1.1.0"
44+
"postcss-plugin-shared": "^1.1.3"
5345
},
5446
"scripts": {
55-
"dev": "tsup --watch --sourcemap",
56-
"build": "tsup",
47+
"dev": "tsdown -w",
48+
"build": "tsdown",
5749
"test": "vitest run",
5850
"test:dev": "vitest",
5951
"bench": "vitest bench",
@@ -63,30 +55,30 @@
6355
},
6456
"main": "./dist/index.cjs",
6557
"module": "./dist/index.mjs",
66-
"types": "./dist/index.d.ts",
67-
"_id": "[email protected].1",
58+
"types": "./dist/index.d.mts",
59+
"_id": "[email protected].3",
6860
"homepage": "https://github.com/sonofmagic/postcss-plugins#readme",
69-
"_integrity": "sha512-D1aFp/rlNYRvDEbnN3qs3FinohkWTu1n2oxTp3POfZDDLrPg2EYu4a+vBtb46a38D+yGbVrHIdJ5QfBJynejDw==",
70-
"_resolved": "/tmp/375b988558a4e9847e8a2217a3dc7fc9/postcss-rem-to-viewport-2.0.1.tgz",
71-
"_from": "file:postcss-rem-to-viewport-2.0.1.tgz",
72-
"_nodeVersion": "24.13.0",
73-
"_npmVersion": "11.6.2",
61+
"_integrity": "sha512-huQoeEmvRoDxn0oSLTr1v7ZZ4xB5AygN3hghnou+7NqA2P7v7W3ZrbYzcV77lc03BYYxLclTOvMTh61yyRhmVg==",
62+
"_resolved": "/tmp/5a8c5283ed11b4881098237232dc6066/postcss-rem-to-viewport-2.0.3.tgz",
63+
"_from": "file:postcss-rem-to-viewport-2.0.3.tgz",
64+
"_nodeVersion": "24.14.1",
65+
"_npmVersion": "11.11.0",
7466
"dist": {
75-
"integrity": "sha512-D1aFp/rlNYRvDEbnN3qs3FinohkWTu1n2oxTp3POfZDDLrPg2EYu4a+vBtb46a38D+yGbVrHIdJ5QfBJynejDw==",
76-
"shasum": "1cbb47f7d4a6dfd7fc727199f3e1c62d45cbe888",
77-
"tarball": "https://registry.npmjs.org/postcss-rem-to-viewport/-/postcss-rem-to-viewport-2.0.1.tgz",
67+
"integrity": "sha512-huQoeEmvRoDxn0oSLTr1v7ZZ4xB5AygN3hghnou+7NqA2P7v7W3ZrbYzcV77lc03BYYxLclTOvMTh61yyRhmVg==",
68+
"shasum": "7b02ae547029de1464e78fd6c6f3b9589461b715",
69+
"tarball": "https://registry.npmjs.org/postcss-rem-to-viewport/-/postcss-rem-to-viewport-2.0.3.tgz",
7870
"fileCount": 8,
79-
"unpackedSize": 17638,
71+
"unpackedSize": 52316,
8072
"attestations": {
81-
"url": "https://registry.npmjs.org/-/npm/v1/attestations/[email protected].1",
73+
"url": "https://registry.npmjs.org/-/npm/v1/attestations/[email protected].3",
8274
"provenance": {
8375
"predicateType": "https://slsa.dev/provenance/v1"
8476
}
8577
},
8678
"signatures": [
8779
{
8880
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
89-
"sig": "MEUCIEa9aCc31fa1MJehAhAEMOfF+Xr2cwsssZuNN9g/DyIBAiEAlxC4bQRGZmv9XZIJBo+O+IRzH9MK7WRjYORsg5ebdwU="
81+
"sig": "MEUCIAuK6YqtesHTEnu7PfCrlyBNNZAeTWmNyNkOpFSNlAUXAiEAvTrHme5bRPQXB7B5+NevwYRb49NTzyxXcGzEEKTXqJA="
9082
}
9183
]
9284
},
@@ -107,8 +99,8 @@
10799
],
108100
"_npmOperationalInternal": {
109101
"host": "s3://npm-registry-packages-npm-production",
110-
"tmp": "tmp/postcss-rem-to-viewport_2.0.1_1770033306493_0.38336359567678757"
102+
"tmp": "tmp/postcss-rem-to-viewport_2.0.3_1776516423621_0.6756087237559862"
111103
},
112104
"_hasShrinkwrap": false,
113-
"_time": "2026-02-02T11:55:06.638Z"
105+
"_time": "2026-04-18T12:47:03.768Z"
114106
}

0 commit comments

Comments
 (0)