Skip to content

Commit 7050871

Browse files
wordpress/postcss-themes-6.13.0 (#1980)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 26956d8 commit 7050871

File tree

1 file changed

+48
-48
lines changed

1 file changed

+48
-48
lines changed

directory/@wordpress/postcss-themes.json

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
{
22
"name": "@wordpress/postcss-themes",
33
"version": "6.13.0",
4-
"description": "PostCSS plugin to generate theme colors.",
5-
"author": {
6-
"name": "The WordPress Contributors"
7-
},
8-
"license": "GPL-2.0-or-later",
94
"keywords": [
105
"wordpress",
116
"gutenberg",
@@ -16,48 +11,11 @@
1611
"colors",
1712
"themes"
1813
],
19-
"homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/postcss-themes/README.md",
20-
"repository": {
21-
"type": "git",
22-
"url": "git+https://github.com/WordPress/gutenberg.git",
23-
"directory": "packages/postcss-themes"
24-
},
25-
"bugs": {
26-
"url": "https://github.com/WordPress/gutenberg/issues"
27-
},
28-
"engines": {
29-
"node": ">=18.12.0",
30-
"npm": ">=8.19.2"
31-
},
32-
"main": "index.js",
33-
"peerDependencies": {
34-
"postcss": "^8.0.0"
35-
},
36-
"publishConfig": {
37-
"access": "public"
14+
"author": {
15+
"name": "The WordPress Contributors"
3816
},
39-
"gitHead": "cce81c13739c2a8b53d91df90c4f037cb68c2665",
17+
"license": "GPL-2.0-or-later",
4018
"_id": "@wordpress/postcss-themes@6.13.0",
41-
"_nodeVersion": "20.18.1",
42-
"_npmVersion": "lerna/7.1.4/node@v20.18.1+x64 (linux)",
43-
"dist": {
44-
"integrity": "sha512-Rgho0VkCH9zlHQhYFAGoekhcLhSYOAEJStiUPH1os5Pk6XMIxIoNVF3vKXs+PUVHZNMYfp7+QTWSwrxbkar7Fw==",
45-
"shasum": "023797d174353146e0493d271ea2ff46fae838ee",
46-
"tarball": "https://registry.npmjs.org/@wordpress/postcss-themes/-/postcss-themes-6.13.0.tgz",
47-
"fileCount": 4,
48-
"unpackedSize": 40373,
49-
"signatures": [
50-
{
51-
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
52-
"sig": "MEYCIQCTO3okz8nqJigXVqQpBDU30ZcFjWvAxa5bQyxe/+b00gIhANgX/bwMHVMaJMWqTMtHIr6Pzl3ENcP15/WWaANT1hLb"
53-
}
54-
]
55-
},
56-
"_npmUser": {
57-
"name": "gutenbergplugin",
58-
"email": "gutenberg@wordpress.org"
59-
},
60-
"directories": {},
6119
"maintainers": [
6220
{
6321
"name": "garypendergast",
@@ -152,10 +110,52 @@
152110
"email": "georgemamadashvili@gmail.com"
153111
}
154112
],
155-
"_npmOperationalInternal": {
156-
"host": "s3://npm-registry-packages",
157-
"tmp": "tmp/postcss-themes_6.13.0_1732704646959_0.684634275582392"
113+
"homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/postcss-themes/README.md",
114+
"bugs": {
115+
"url": "https://github.com/WordPress/gutenberg/issues"
116+
},
117+
"dist": {
118+
"shasum": "023797d174353146e0493d271ea2ff46fae838ee",
119+
"tarball": "https://registry.npmjs.org/@wordpress/postcss-themes/-/postcss-themes-6.13.0.tgz",
120+
"fileCount": 4,
121+
"integrity": "sha512-Rgho0VkCH9zlHQhYFAGoekhcLhSYOAEJStiUPH1os5Pk6XMIxIoNVF3vKXs+PUVHZNMYfp7+QTWSwrxbkar7Fw==",
122+
"signatures": [
123+
{
124+
"sig": "MEYCIQCTO3okz8nqJigXVqQpBDU30ZcFjWvAxa5bQyxe/+b00gIhANgX/bwMHVMaJMWqTMtHIr6Pzl3ENcP15/WWaANT1hLb",
125+
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
126+
}
127+
],
128+
"unpackedSize": 40373
129+
},
130+
"main": "index.js",
131+
"engines": {
132+
"npm": ">=8.19.2",
133+
"node": ">=18.12.0"
134+
},
135+
"gitHead": "cce81c13739c2a8b53d91df90c4f037cb68c2665",
136+
"_npmUser": {
137+
"name": "gutenbergplugin",
138+
"email": "gutenberg@wordpress.org"
139+
},
140+
"repository": {
141+
"url": "git+https://github.com/WordPress/gutenberg.git",
142+
"type": "git",
143+
"directory": "packages/postcss-themes"
144+
},
145+
"_npmVersion": "lerna/7.1.4/node@v20.18.1+x64 (linux)",
146+
"description": "PostCSS plugin to generate theme colors.",
147+
"directories": {},
148+
"_nodeVersion": "20.18.1",
149+
"publishConfig": {
150+
"access": "public"
158151
},
159152
"_hasShrinkwrap": false,
153+
"peerDependencies": {
154+
"postcss": "^8.0.0"
155+
},
156+
"_npmOperationalInternal": {
157+
"tmp": "tmp/postcss-themes_6.13.0_1732704646959_0.684634275582392",
158+
"host": "s3://npm-registry-packages"
159+
},
160160
"_time": "2024-11-27T10:50:47.131Z"
161161
}

0 commit comments

Comments
 (0)