Skip to content

Commit 8dc59f4

Browse files
collect plugins data
1 parent f5b5d6e commit 8dc59f4

File tree

194 files changed

+8678
-20576
lines changed

Some content is hidden

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

194 files changed

+8678
-20576
lines changed

directory/postcss-hover-fallback.json

Lines changed: 0 additions & 71 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
@@ -66,7 +66,6 @@
6666
"easings",
6767
"else",
6868
"em",
69-
"es5",
7069
"exp",
7170
"exponential",
7271
"extend",

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.27.0",
3+
"version": "6.28.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": "28cc2098f5ee28f89096b638533796538f495f72",
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-vReKIz0K3qptHqNUPLqJ1FMqX2Kg0166SXAuVa+o6Htowfk0shVmMlZtpqMHbI2AiZ9bm0wTG/r9fgMqdcxe2A==",
43+
"shasum": "75607cbe0f6e605315e3d0835b362cddcc189d5a",
44+
"tarball": "https://registry.npmjs.org/@wordpress/postcss-themes/-/postcss-themes-6.28.0.tgz",
45+
"fileCount": 4,
46+
"unpackedSize": 40373,
47+
"signatures": [
48+
{
49+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
50+
"sig": "MEUCIBJGJUT8FQ3JCk13RAx/fNKqWdE9ssVq6oKoxedBKD7IAiEA9mpYm0iLrephHp0dPGQw8HTEopvgZEAbAW17YolPJL4="
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": "9e2bc09720fad37b547d21072fc9eb7766e38edc",
117-
"tarball": "https://registry.npmjs.org/@wordpress/postcss-themes/-/postcss-themes-6.27.0.tgz",
118-
"fileCount": 4,
119-
"integrity": "sha512-/3fBku0FuovorIe9tG78xRDv+5UTE2VD86OjWFZRsXYtiWaovmnkrVSOAgMw9+Preplc2jSQ5g8h14Qgzc2+pQ==",
120-
"signatures": [
121-
{
122-
"sig": "MEQCID7kzrVLf+eFMr6hKmNzgNHwPrFacKWTMhoa5/KLwMxIAiBLWtFrdR3GbJfxVsDUBcjFQzhzveu2AkQamqDiWEjXLQ==",
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": "abe06a6f2aef8d03c30ea9d5b3e133f041e523b1",
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.27.0_1753252833230_0.8566975950653075",
156-
"host": "s3://npm-registry-packages-npm-production"
154+
"host": "s3://npm-registry-packages-npm-production",
155+
"tmp": "tmp/postcss-themes_6.28.0_1754558698413_0.3703475917275474"
157156
},
158-
"_time": "2025-07-23T06:40:33.418Z"
157+
"_hasShrinkwrap": false,
158+
"_time": "2025-08-07T09:24:58.689Z"
159159
}

0 commit comments

Comments
 (0)