Skip to content

Commit 16221ad

Browse files
collect plugins data
1 parent 6c5b6a5 commit 16221ad

211 files changed

Lines changed: 4220 additions & 3654 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: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ <h3>alpha-function <span style="font-size: 0.8em;">(csstools)</span></h3>
124124
</dd>
125125

126126
<dt>Version</dt>
127-
<dd><code>2.0.0</code></dd>
127+
<dd><code>2.0.1</code></dd>
128128

129129
<dt>License</dt>
130130
<dd><code>MIT-0</code></dd>
@@ -1237,7 +1237,7 @@ <h3>color-mix-variadic-function-arguments <span style="font-size: 0.8em;">(cssto
12371237
</dd>
12381238

12391239
<dt>Version</dt>
1240-
<dd><code>1.0.2</code></dd>
1240+
<dd><code>2.0.0</code></dd>
12411241

12421242
<dt>License</dt>
12431243
<dd><code>MIT-0</code></dd>
@@ -1247,7 +1247,7 @@ <h3>color-mix-variadic-function-arguments <span style="font-size: 0.8em;">(cssto
12471247

12481248

12491249
<dt>Node version range</dt>
1250-
<dd><code>&#x3E;=18</code></dd>
1250+
<dd><code>&#x3E;=20.19.0</code></dd>
12511251

12521252

12531253

@@ -1678,7 +1678,7 @@ <h3>content-alt-text <span style="font-size: 0.8em;">(csstools)</span></h3>
16781678
</dd>
16791679

16801680
<dt>Version</dt>
1681-
<dd><code>2.0.8</code></dd>
1681+
<dd><code>3.0.0</code></dd>
16821682

16831683
<dt>License</dt>
16841684
<dd><code>MIT-0</code></dd>
@@ -1688,7 +1688,7 @@ <h3>content-alt-text <span style="font-size: 0.8em;">(csstools)</span></h3>
16881688

16891689

16901690
<dt>Node version range</dt>
1691-
<dd><code>&#x3E;=18</code></dd>
1691+
<dd><code>&#x3E;=20.19.0</code></dd>
16921692

16931693

16941694

@@ -1723,7 +1723,7 @@ <h3>contrast-color-function <span style="font-size: 0.8em;">(csstools)</span></h
17231723
</dd>
17241724

17251725
<dt>Version</dt>
1726-
<dd><code>2.0.12</code></dd>
1726+
<dd><code>3.0.0</code></dd>
17271727

17281728
<dt>License</dt>
17291729
<dd><code>MIT-0</code></dd>
@@ -1733,7 +1733,7 @@ <h3>contrast-color-function <span style="font-size: 0.8em;">(csstools)</span></h
17331733

17341734

17351735
<dt>Node version range</dt>
1736-
<dd><code>&#x3E;=18</code></dd>
1736+
<dd><code>&#x3E;=20.19.0</code></dd>
17371737

17381738

17391739

@@ -2173,7 +2173,7 @@ <h3>debug-logger <span style="font-size: 0.8em;">(csstools)</span></h3>
21732173
</dd>
21742174

21752175
<dt>Version</dt>
2176-
<dd><code>3.0.0</code></dd>
2176+
<dd><code>4.0.0</code></dd>
21772177

21782178
<dt>License</dt>
21792179
<dd><code>MIT-0</code></dd>
@@ -2183,7 +2183,7 @@ <h3>debug-logger <span style="font-size: 0.8em;">(csstools)</span></h3>
21832183

21842184

21852185
<dt>Node version range</dt>
2186-
<dd><code>&#x3E;=18</code></dd>
2186+
<dd><code>&#x3E;=20.19.0</code></dd>
21872187

21882188

21892189

@@ -2395,7 +2395,7 @@ <h3>design-tokens <span style="font-size: 0.8em;">(csstools)</span></h3>
23952395
</dd>
23962396

23972397
<dt>Version</dt>
2398-
<dd><code>4.0.5</code></dd>
2398+
<dd><code>5.0.0</code></dd>
23992399

24002400
<dt>License</dt>
24012401
<dd><code>MIT-0</code></dd>
@@ -2405,7 +2405,7 @@ <h3>design-tokens <span style="font-size: 0.8em;">(csstools)</span></h3>
24052405

24062406

24072407
<dt>Node version range</dt>
2408-
<dd><code>&#x3E;=18</code></dd>
2408+
<dd><code>&#x3E;=20.19.0</code></dd>
24092409

24102410

24112411

npm-data/last-version/@wordpress/postcss-themes.json

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "@wordpress/postcss-themes",
3-
"version": "6.37.0",
3+
"version": "6.38.0",
4+
"description": "PostCSS plugin to generate theme colors.",
5+
"author": "The WordPress Contributors",
6+
"license": "GPL-2.0-or-later",
47
"keywords": [
58
"wordpress",
69
"gutenberg",
@@ -11,9 +14,52 @@
1114
"colors",
1215
"themes"
1316
],
14-
"author": "The WordPress Contributors",
15-
"license": "GPL-2.0-or-later",
16-
"_id": "@wordpress/[email protected]",
17+
"homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/postcss-themes/README.md",
18+
"repository": {
19+
"type": "git",
20+
"url": "https://github.com/WordPress/gutenberg.git",
21+
"directory": "packages/postcss-themes"
22+
},
23+
"bugs": {
24+
"url": "https://github.com/WordPress/gutenberg/issues"
25+
},
26+
"engines": {
27+
"node": ">=18.12.0",
28+
"npm": ">=8.19.2"
29+
},
30+
"main": "index.js",
31+
"exports": {
32+
".": "./index.js",
33+
"./package.json": "./package.json"
34+
},
35+
"peerDependencies": {
36+
"postcss": "^8.0.0"
37+
},
38+
"publishConfig": {
39+
"access": "public"
40+
},
41+
"gitHead": "50c4c0f51e4797c217946ce42adfaa5eb026f33f",
42+
"_nodeVersion": "20.20.0",
43+
"_npmVersion": "lerna/8.1.9/[email protected]+x64 (linux)",
44+
"_id": "@wordpress/[email protected]",
45+
"dist": {
46+
"integrity": "sha512-oA7uEAr/tgPy99W6ubhM7y4leOCVe1xoE7tPPGr2jy4ewo1jCKdSMNkuUbPDINbTOS/5hhHE2+0sIbHy3oeg6A==",
47+
"shasum": "13ab0d324fb0c4bb7b52296d66fb54dd4749d451",
48+
"tarball": "https://registry.npmjs.org/@wordpress/postcss-themes/-/postcss-themes-6.38.0.tgz",
49+
"fileCount": 4,
50+
"unpackedSize": 40449,
51+
"signatures": [
52+
{
53+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
54+
"sig": "MEUCIQCOMZDinIRuN2qE4bvRyN+qnXvmC5opMf54XY2cKGdrSQIgGGRl1DVMDUSzf9DIOPSVifAUw/bhjzk+7cu+JgzvBwE="
55+
}
56+
]
57+
},
58+
"_npmUser": {
59+
"name": "gutenbergplugin",
60+
"email": "[email protected]"
61+
},
62+
"directories": {},
1763
"maintainers": [
1864
{
1965
"name": "garypendergast",
@@ -108,56 +154,10 @@
108154
"email": "[email protected]"
109155
}
110156
],
111-
"homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/postcss-themes/README.md",
112-
"bugs": {
113-
"url": "https://github.com/WordPress/gutenberg/issues"
114-
},
115-
"dist": {
116-
"shasum": "65ef1c714945ea8da0ba3533f2d8c8db8f548cae",
117-
"tarball": "https://registry.npmjs.org/@wordpress/postcss-themes/-/postcss-themes-6.37.0.tgz",
118-
"fileCount": 4,
119-
"integrity": "sha512-0DH5u9xHmDw3kL6g6k9sBwa5lan5F8A3Ph7qyjDkwaa7zQlhV7xE4CbxIhWCs9sBrFe5qBFL4BPo3wgdsAcJbQ==",
120-
"signatures": [
121-
{
122-
"sig": "MEUCIQCcmLuTQqgZxL7p3VLYnoWLSKmHrnGcptJCC0y/42pAbgIgLaHEZL20Vvw6Jus71fMZZ1pRYVAEqpbvw1143bzl9fE=",
123-
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"
124-
}
125-
],
126-
"unpackedSize": 40449
127-
},
128-
"main": "index.js",
129-
"engines": {
130-
"npm": ">=8.19.2",
131-
"node": ">=18.12.0"
132-
},
133-
"exports": {
134-
".": "./index.js",
135-
"./package.json": "./package.json"
136-
},
137-
"gitHead": "2cf13ec6cf86153c9b3cf369bf5c59046f5cd950",
138-
"_npmUser": {
139-
"name": "gutenbergplugin",
140-
"email": "[email protected]"
141-
},
142-
"repository": {
143-
"url": "https://github.com/WordPress/gutenberg.git",
144-
"type": "git",
145-
"directory": "packages/postcss-themes"
146-
},
147-
"_npmVersion": "lerna/8.1.9/[email protected]+x64 (linux)",
148-
"description": "PostCSS plugin to generate theme colors.",
149-
"directories": {},
150-
"_nodeVersion": "20.19.6",
151-
"publishConfig": {
152-
"access": "public"
153-
},
154-
"_hasShrinkwrap": false,
155-
"peerDependencies": {
156-
"postcss": "^8.0.0"
157-
},
158157
"_npmOperationalInternal": {
159-
"tmp": "tmp/postcss-themes_6.37.0_1766503341813_0.9246250714900135",
160-
"host": "s3://npm-registry-packages-npm-production"
158+
"host": "s3://npm-registry-packages-npm-production",
159+
"tmp": "tmp/postcss-themes_6.38.0_1768562762551_0.3046866892089066"
161160
},
162-
"_time": "2025-12-23T15:22:21.965Z"
161+
"_hasShrinkwrap": false,
162+
"_time": "2026-01-16T11:26:02.685Z"
163163
}
Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,77 @@
11
{
22
"name": "postcss-pxtransform",
3-
"version": "4.1.9",
3+
"version": "4.1.10",
4+
"description": "PostCSS plugin px 转小程序 rpx及h5 rem 单位",
5+
"author": {
6+
"name": "O2Team"
7+
},
8+
"license": "MIT",
9+
"main": "index.js",
410
"keywords": [
511
"postcss",
612
"css",
713
"postcss-plugin",
814
"pxtransform"
915
],
10-
"author": {
11-
"name": "O2Team"
16+
"repository": {
17+
"type": "git",
18+
"url": "git+https://github.com/NervJS/taro.git"
1219
},
13-
"license": "MIT",
14-
15-
"maintainers": [
16-
{
17-
"name": "defaultlee",
18-
"email": "[email protected]"
19-
},
20-
{
21-
"name": "yuche",
22-
"email": "[email protected]"
23-
}
24-
],
25-
"homepage": "https://github.com/NervJS/taro/tree/main/packages/postcss-pxtransform#readme",
2620
"bugs": {
2721
"url": "https://github.com/NervJS/taro/issues"
2822
},
29-
"dist": {
30-
"shasum": "60d1ef41e0ad9e8cea4d57a2a210cdffe5abf5b4",
31-
"tarball": "https://registry.npmjs.org/postcss-pxtransform/-/postcss-pxtransform-4.1.9.tgz",
32-
"fileCount": 7,
33-
"integrity": "sha512-GYMUk34NuqDsFvvuEEgiZGirxkn2tXmrjlM72SusAQVqRSIuXR6zJmqxL+l8i+ap1Ybp83dqWB8B9xONju9kug==",
34-
"signatures": [
35-
{
36-
"sig": "MEYCIQDHqq+nh80qmsxfHUzyXSEr/HJl0Nc5aBVT1RdKxyLnFwIhAN7wb8ytSIAC/zXqhxgTk8Na2CfXizqv4EZLej7x5rIC",
37-
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"
38-
}
39-
],
40-
"unpackedSize": 25034
41-
},
23+
"homepage": "https://github.com/NervJS/taro/tree/main/packages/postcss-pxtransform#readme",
4224
"jest": {
4325
"testEnvironment": "node",
4426
"testEnvironmentOptions": {}
4527
},
46-
"main": "index.js",
47-
"_from": "file:postcss-pxtransform-4.1.9.tgz",
4828
"engines": {
4929
"node": ">= 18"
5030
},
31+
"peerDependencies": {
32+
"postcss": "^8"
33+
},
5134
"scripts": {
5235
"test": "jest"
5336
},
37+
38+
"_integrity": "sha512-pxz66GVUbP2i4Bc5Gnai4CJM1u15PeSWp+/lU/s4YR4V9Ksto1Q0w6bP2jtCB2IN4bAAggM2+7zChoDoZiicIA==",
39+
"_resolved": "/tmp/cb819884f2ad23e50283f3a199b65eb2/postcss-pxtransform-4.1.10.tgz",
40+
"_from": "file:postcss-pxtransform-4.1.10.tgz",
41+
"_nodeVersion": "18.20.8",
42+
"_npmVersion": "10.8.2",
43+
"dist": {
44+
"integrity": "sha512-pxz66GVUbP2i4Bc5Gnai4CJM1u15PeSWp+/lU/s4YR4V9Ksto1Q0w6bP2jtCB2IN4bAAggM2+7zChoDoZiicIA==",
45+
"shasum": "e5e7e9608e063c1740e40c99d7bb8e27212c8aa9",
46+
"tarball": "https://registry.npmjs.org/postcss-pxtransform/-/postcss-pxtransform-4.1.10.tgz",
47+
"fileCount": 7,
48+
"unpackedSize": 25035,
49+
"signatures": [
50+
{
51+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
52+
"sig": "MEYCIQCKJ9MNQ4zili+9Dme7KT9RExkkg6hR2tn1DqLGCftLNQIhAPKWw1gw77KKUbd+7cCP1bW8UgWuVwFC/FxtitHXDhAb"
53+
}
54+
]
55+
},
5456
"_npmUser": {
5557
"name": "defaultlee",
5658
"email": "[email protected]"
5759
},
58-
"_resolved": "/tmp/93c40e4ec3a4fd5f3e11a8166e204160/postcss-pxtransform-4.1.9.tgz",
59-
"_integrity": "sha512-GYMUk34NuqDsFvvuEEgiZGirxkn2tXmrjlM72SusAQVqRSIuXR6zJmqxL+l8i+ap1Ybp83dqWB8B9xONju9kug==",
60-
"repository": {
61-
"url": "git+https://github.com/NervJS/taro.git",
62-
"type": "git"
63-
},
64-
"_npmVersion": "10.8.2",
65-
"description": "PostCSS plugin px 转小程序 rpx及h5 rem 单位",
6660
"directories": {},
67-
"_nodeVersion": "18.20.8",
68-
"_hasShrinkwrap": false,
69-
"peerDependencies": {
70-
"postcss": "^8"
71-
},
61+
"maintainers": [
62+
{
63+
"name": "defaultlee",
64+
"email": "[email protected]"
65+
},
66+
{
67+
"name": "yuche",
68+
"email": "[email protected]"
69+
}
70+
],
7271
"_npmOperationalInternal": {
73-
"tmp": "tmp/postcss-pxtransform_4.1.9_1764334456539_0.9796227494615257",
74-
"host": "s3://npm-registry-packages-npm-production"
72+
"host": "s3://npm-registry-packages-npm-production",
73+
"tmp": "tmp/postcss-pxtransform_4.1.10_1768559908536_0.2850851376551571"
7574
},
76-
"_time": "2025-11-28T12:54:16.730Z"
75+
"_hasShrinkwrap": false,
76+
"_time": "2026-01-16T10:38:28.698Z"
7777
}

0 commit comments

Comments
 (0)