Skip to content

Commit b6bd22f

Browse files
collect plugins data
1 parent 5e55718 commit b6bd22f

207 files changed

Lines changed: 2920 additions & 2390 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8869,7 +8869,7 @@ <h3>pxtransform </h3>
88698869
</dd>
88708870

88718871
<dt>Version</dt>
8872-
<dd><code>4.1.8</code></dd>
8872+
<dd><code>4.1.9</code></dd>
88738873

88748874
<dt>License</dt>
88758875
<dd><code>MIT</code></dd>

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

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
22
"name": "@wordpress/postcss-themes",
33
"version": "6.36.0",
4-
"description": "PostCSS plugin to generate theme colors.",
5-
"author": "The WordPress Contributors",
6-
"license": "GPL-2.0-or-later",
74
"keywords": [
85
"wordpress",
96
"gutenberg",
@@ -14,52 +11,9 @@
1411
"colors",
1512
"themes"
1613
],
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": "b35cf1a2dce04665e99fd6b9c2891c0b336361b9",
42-
"_nodeVersion": "20.19.6",
43-
"_npmVersion": "lerna/8.1.9/[email protected]+x64 (linux)",
14+
"author": "The WordPress Contributors",
15+
"license": "GPL-2.0-or-later",
4416
"_id": "@wordpress/[email protected]",
45-
"dist": {
46-
"integrity": "sha512-H81tmGzPmFIQuvqtQ0VL1r2i9XvTdQPnpFWU0CcoxikoTc6ts3+mT6oRnMs0X+zpm5uFCNEMDI0WI0+nFUeRWg==",
47-
"shasum": "e64264129f7d0888a62d0900f7a1d92e2bf217b3",
48-
"tarball": "https://registry.npmjs.org/@wordpress/postcss-themes/-/postcss-themes-6.36.0.tgz",
49-
"fileCount": 4,
50-
"unpackedSize": 40449,
51-
"signatures": [
52-
{
53-
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
54-
"sig": "MEYCIQCgGNkeRfA8DWKKGIFTBuyhU6byWhXrIUoHvDS+uP1DSAIhAOdQK9B0nsbmVpNhubo4Elu5ZpsFVuCQbL4PjtL5gUG8"
55-
}
56-
]
57-
},
58-
"_npmUser": {
59-
"name": "gutenbergplugin",
60-
"email": "[email protected]"
61-
},
62-
"directories": {},
6317
"maintainers": [
6418
{
6519
"name": "garypendergast",
@@ -154,10 +108,56 @@
154108
"email": "[email protected]"
155109
}
156110
],
157-
"_npmOperationalInternal": {
158-
"host": "s3://npm-registry-packages-npm-production",
159-
"tmp": "tmp/postcss-themes_6.36.0_1764173928268_0.22759993469998485"
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": "e64264129f7d0888a62d0900f7a1d92e2bf217b3",
117+
"tarball": "https://registry.npmjs.org/@wordpress/postcss-themes/-/postcss-themes-6.36.0.tgz",
118+
"fileCount": 4,
119+
"integrity": "sha512-H81tmGzPmFIQuvqtQ0VL1r2i9XvTdQPnpFWU0CcoxikoTc6ts3+mT6oRnMs0X+zpm5uFCNEMDI0WI0+nFUeRWg==",
120+
"signatures": [
121+
{
122+
"sig": "MEYCIQCgGNkeRfA8DWKKGIFTBuyhU6byWhXrIUoHvDS+uP1DSAIhAOdQK9B0nsbmVpNhubo4Elu5ZpsFVuCQbL4PjtL5gUG8",
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": "b35cf1a2dce04665e99fd6b9c2891c0b336361b9",
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"
160153
},
161154
"_hasShrinkwrap": false,
155+
"peerDependencies": {
156+
"postcss": "^8.0.0"
157+
},
158+
"_npmOperationalInternal": {
159+
"tmp": "tmp/postcss-themes_6.36.0_1764173928268_0.22759993469998485",
160+
"host": "s3://npm-registry-packages-npm-production"
161+
},
162162
"_time": "2025-11-26T16:18:48.470Z"
163163
}
Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
{
2+
"name": "postcss-px-morph",
3+
"version": "1.0.2",
4+
"description": "A flexible PostCSS plugin to transform px to rem, vw, or a hybrid of both, with advanced configuration.",
5+
"main": "dist/index.js",
6+
"types": "dist/index.d.ts",
7+
"scripts": {
8+
"build": "tsc",
9+
"prepare": "npm run build",
10+
"test": "vitest",
11+
"test:run": "vitest run",
12+
"test:coverage": "vitest run --coverage",
13+
"prepublishOnly": "npm run build"
14+
},
15+
"keywords": [
16+
"postcss",
17+
"css",
18+
"postcss-plugin",
19+
"px",
20+
"rem",
21+
"pxtorem",
22+
"vw",
23+
"pxtovw",
24+
"responsive",
25+
"mobile",
26+
"h5"
27+
],
28+
"author": {
29+
"name": "fragrans-maotou"
30+
},
31+
"license": "MIT",
32+
"repository": {
33+
"type": "git",
34+
"url": "git+https://github.com/fragrans-maotou/postcss-px-morph.git"
35+
},
36+
"publishConfig": {
37+
"registry": "https://registry.npmjs.org/",
38+
"access": "public"
39+
},
40+
"bugs": {
41+
"url": "https://github.com/fragrans-maotou/postcss-px-morph/issues"
42+
},
43+
"homepage": "https://github.com/fragrans-maotou/postcss-px-morph",
44+
"devDependencies": {
45+
"@types/node": "^24.0.10",
46+
"minimatch": "^10.0.3",
47+
"postcss": "^8.5.6",
48+
"postcss-cli": "^11.0.1",
49+
"typescript": "^5.8.3",
50+
"vitest": "^3.2.4"
51+
},
52+
"peerDependencies": {
53+
"postcss": "^8.0.0"
54+
},
55+
56+
"gitHead": "622e417a7699c0e08c83ac3f2e218f600ad54561",
57+
"_nodeVersion": "22.19.0",
58+
"_npmVersion": "10.9.3",
59+
"dist": {
60+
"integrity": "sha512-sJZCkjScwzkT8lsr8Ip/eSjSAwxDBuXP/IZ0TpjA6vCbkkqwc9pmvnfSnjuSW9nzknDHnGkAQaF3wKJs7h/3QQ==",
61+
"shasum": "f575e0a84bb9a572be92889dcd0649c83c641550",
62+
"tarball": "https://registry.npmjs.org/postcss-px-morph/-/postcss-px-morph-1.0.2.tgz",
63+
"fileCount": 14,
64+
"unpackedSize": 30665,
65+
"signatures": [
66+
{
67+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
68+
"sig": "MEUCIQCBt2NiojFYuyyy4jrqTF/3l+aOoYtOjqDYLKPCfKr/dAIgBHzelBetPtK9JbPvSCi476PLT3BCElcK9xVkf2vl6H4="
69+
}
70+
]
71+
},
72+
"_npmUser": {
73+
"name": "fragrans-maotou",
74+
"email": "[email protected]"
75+
},
76+
"directories": {},
77+
"maintainers": [
78+
{
79+
"name": "fragrans-maotou",
80+
"email": "[email protected]"
81+
}
82+
],
83+
"_npmOperationalInternal": {
84+
"host": "s3://npm-registry-packages-npm-production",
85+
"tmp": "tmp/postcss-px-morph_1.0.2_1763821111544_0.7597110497780035"
86+
},
87+
"_hasShrinkwrap": false,
88+
"_time": "2025-11-22T14:18:31.730Z"
89+
}

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": 1764296607476,
258+
"timestamp": 1764383032394,
259259
"link": "https://gitee.com/webguide/postcss-windicss",
260260
"valid": false
261261
},
262262
{
263-
"timestamp": 1764383032394,
263+
"timestamp": 1764470349977,
264264
"link": "https://gitee.com/webguide/postcss-windicss.git",
265265
"valid": false
266266
},
@@ -6615,12 +6615,12 @@
66156615
"valid": true
66166616
},
66176617
{
6618-
"timestamp": 1764296607476,
6618+
"timestamp": 1764383032394,
66196619
"link": "https://github.com/postcss/postcss-mixins",
66206620
"valid": true
66216621
},
66226622
{
6623-
"timestamp": 1764383032394,
6623+
"timestamp": 1764470349977,
66246624
"link": "https://github.com/postcss/postcss-mixins.git",
66256625
"valid": true
66266626
},
@@ -7065,12 +7065,12 @@
70657065
"valid": true
70667066
},
70677067
{
7068-
"timestamp": 1764296607476,
7068+
"timestamp": 1764383032394,
70697069
"link": "https://github.com/Robert-Ro/postcss-plugin-maple-theme",
70707070
"valid": true
70717071
},
70727072
{
7073-
"timestamp": 1764383032394,
7073+
"timestamp": 1764470349977,
70747074
"link": "https://github.com/Robert-Ro/postcss-plugin-maple-theme.git",
70757075
"valid": true
70767076
},
@@ -7785,12 +7785,12 @@
77857785
"valid": true
77867786
},
77877787
{
7788-
"timestamp": 1764296607476,
7788+
"timestamp": 1764383032394,
77897789
"link": "https://github.com/spaced-out/postcss-flexbugs-fixes",
77907790
"valid": true
77917791
},
77927792
{
7793-
"timestamp": 1764383032394,
7793+
"timestamp": 1764470349977,
77947794
"link": "https://github.com/spaced-out/postcss-flexbugs-fixes.git",
77957795
"valid": true
77967796
},

0 commit comments

Comments
 (0)