Skip to content

Commit a8770d8

Browse files
collect plugins data
1 parent a32d990 commit a8770d8

File tree

208 files changed

+17477
-13068
lines changed

Some content is hidden

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

208 files changed

+17477
-13068
lines changed

directory/postcss-colornorm.json

Lines changed: 0 additions & 111 deletions
This file was deleted.

docs/index.html

Lines changed: 3 additions & 48 deletions
Large diffs are not rendered by default.

docs/keywords.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"clamp",
2929
"class apply",
3030
"clip-path",
31-
"cmyk",
3231
"code golf",
3332
"color",
3433
"color names",

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

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "@wordpress/postcss-themes",
3-
"version": "6.28.0",
3+
"version": "6.29.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,48 @@
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+
"peerDependencies": {
32+
"postcss": "^8.0.0"
33+
},
34+
"publishConfig": {
35+
"access": "public"
36+
},
37+
"gitHead": "445ede01e8abc8e49a1101b21a3651adbe852120",
38+
"_nodeVersion": "20.19.4",
39+
"_npmVersion": "lerna/8.1.9/[email protected]+x64 (linux)",
40+
"_id": "@wordpress/[email protected]",
41+
"dist": {
42+
"integrity": "sha512-Ztl0RCCZ7S4hKqgji5PUE1hg/Y9yFVa8UgunKamPnhIBmvdoOz2Y+FEEl0XqbNUAu50TiagolHgP4tQvGJXJ8w==",
43+
"shasum": "5e58ae8630523d83bd87e7abe97c56ffd6e38892",
44+
"tarball": "https://registry.npmjs.org/@wordpress/postcss-themes/-/postcss-themes-6.29.0.tgz",
45+
"fileCount": 4,
46+
"unpackedSize": 40373,
47+
"signatures": [
48+
{
49+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
50+
"sig": "MEUCIQCdF9geVYJLFL9RWvyOP2V0/qF1nIR9aQXMVylnywEWWQIgJrV/Q4kvHlCCU95ooaX4hvYrLTBLbfi1pcFYy0cp6j0="
51+
}
52+
]
53+
},
54+
"_npmUser": {
55+
"name": "gutenbergplugin",
56+
"email": "[email protected]"
57+
},
58+
"directories": {},
1759
"maintainers": [
1860
{
1961
"name": "garypendergast",
@@ -108,52 +150,10 @@
108150
"email": "[email protected]"
109151
}
110152
],
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": "75607cbe0f6e605315e3d0835b362cddcc189d5a",
117-
"tarball": "https://registry.npmjs.org/@wordpress/postcss-themes/-/postcss-themes-6.28.0.tgz",
118-
"fileCount": 4,
119-
"integrity": "sha512-vReKIz0K3qptHqNUPLqJ1FMqX2Kg0166SXAuVa+o6Htowfk0shVmMlZtpqMHbI2AiZ9bm0wTG/r9fgMqdcxe2A==",
120-
"signatures": [
121-
{
122-
"sig": "MEUCIBJGJUT8FQ3JCk13RAx/fNKqWdE9ssVq6oKoxedBKD7IAiEA9mpYm0iLrephHp0dPGQw8HTEopvgZEAbAW17YolPJL4=",
123-
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"
124-
}
125-
],
126-
"unpackedSize": 40373
127-
},
128-
"main": "index.js",
129-
"engines": {
130-
"npm": ">=8.19.2",
131-
"node": ">=18.12.0"
132-
},
133-
"gitHead": "28cc2098f5ee28f89096b638533796538f495f72",
134-
"_npmUser": {
135-
"name": "gutenbergplugin",
136-
"email": "[email protected]"
137-
},
138-
"repository": {
139-
"url": "https://github.com/WordPress/gutenberg.git",
140-
"type": "git",
141-
"directory": "packages/postcss-themes"
142-
},
143-
"_npmVersion": "lerna/8.1.9/[email protected]+x64 (linux)",
144-
"description": "PostCSS plugin to generate theme colors.",
145-
"directories": {},
146-
"_nodeVersion": "20.19.4",
147-
"publishConfig": {
148-
"access": "public"
149-
},
150-
"_hasShrinkwrap": false,
151-
"peerDependencies": {
152-
"postcss": "^8.0.0"
153-
},
154153
"_npmOperationalInternal": {
155-
"tmp": "tmp/postcss-themes_6.28.0_1754558698413_0.3703475917275474",
156-
"host": "s3://npm-registry-packages-npm-production"
154+
"host": "s3://npm-registry-packages-npm-production",
155+
"tmp": "tmp/postcss-themes_6.29.0_1755715860618_0.10343058999935661"
157156
},
158-
"_time": "2025-08-07T09:24:58.689Z"
157+
"_hasShrinkwrap": false,
158+
"_time": "2025-08-20T18:51:00.811Z"
159159
}

0 commit comments

Comments
 (0)