Skip to content

Commit 36076b1

Browse files
collect plugins data
1 parent 3b9273b commit 36076b1

210 files changed

Lines changed: 9764 additions & 7917 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.

directory/@gebruederheitz/postcss-pkg-version-to-stylesheet.json

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

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.41.0",
3+
"version": "6.42.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": "c20787b1778ae64c2db65643b1c236309d68e6ba",
42+
"_nodeVersion": "20.20.1",
43+
"_npmVersion": "lerna/8.1.9/[email protected]+x64 (linux)",
44+
"_id": "@wordpress/[email protected]",
45+
"dist": {
46+
"integrity": "sha512-uYjeHPxay2Bt1Q3wE7NmmNp8YuzvK5iMQ16Jt3P5TGS6G+89AXfCEjEiwAlrLPTr0pm0c4hpbweWwdfAGriYDg==",
47+
"shasum": "c88e64e5c2b42749095baf3865d77039eaeab94a",
48+
"tarball": "https://registry.npmjs.org/@wordpress/postcss-themes/-/postcss-themes-6.42.0.tgz",
49+
"fileCount": 4,
50+
"unpackedSize": 40449,
51+
"signatures": [
52+
{
53+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
54+
"sig": "MEQCIHQ1xUKK4gjZxZQMgUobw89PJVBdglLxlA0wIMEJuJcUAiBrpI2zr3jmtsBo8vTyP/GDNTk5//aqGIkETnxRSgFSmw=="
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": "3b0921808e1e1c02438c7836ff76c0ca55b1788a",
117-
"tarball": "https://registry.npmjs.org/@wordpress/postcss-themes/-/postcss-themes-6.41.0.tgz",
118-
"fileCount": 4,
119-
"integrity": "sha512-h1btNkQzISvyfsYalvlxY9uumfKEzUcPh2+GYWiz05DPxMzRqhqE1xlSZ+rvHE1568chyRHVAmErSChvBjFHww==",
120-
"signatures": [
121-
{
122-
"sig": "MEUCIDx9/AFzIoRsMvRLCdLCFXLvM1Kbhdp/20fMAC0wRURZAiEAi4gsDBaXnmmTNtv7o73Lg5aEL59rq+pORXhXrbVyy1I=",
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": "8bfc179b9aed74c0a6dd6e8edf7a49e40e4f87cc",
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.20.0",
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.41.0_1772620995508_0.23637886751091552",
160-
"host": "s3://npm-registry-packages-npm-production"
158+
"host": "s3://npm-registry-packages-npm-production",
159+
"tmp": "tmp/postcss-themes_6.42.0_1773869173102_0.7808922542357224"
161160
},
162-
"_time": "2026-03-04T10:43:15.676Z"
161+
"_hasShrinkwrap": false,
162+
"_time": "2026-03-18T21:26:13.229Z"
163163
}
Lines changed: 24 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-mq-optimize",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "PostCSS plugin Removes invalid media queries or its expresions",
55
"keywords": [
66
"postcss",
@@ -12,10 +12,16 @@
1212
"name": "Maciej Panecki",
1313
"email": "[email protected]"
1414
},
15-
"contributors": {
16-
"name": "Kyo Nagashima",
17-
"email": "[email protected]",
18-
"url": "https://github.com/hail2u/node-css-mqpacker"
15+
"contributors": [
16+
{
17+
"name": "Kyo Nagashima",
18+
"email": "[email protected]",
19+
"url": "https://github.com/hail2u/node-css-mqpacker"
20+
}
21+
],
22+
"engines": {
23+
"node": "22.21.0",
24+
"npm": "10.9.4"
1925
},
2026
"license": "MIT",
2127
"repository": {
@@ -26,31 +32,23 @@
2632
"url": "https://github.com/panec/postcss-mq-optimize/issues"
2733
},
2834
"homepage": "https://github.com/panec/postcss-mq-optimize",
29-
"devDependencies": {
30-
"clean-publish": "^4.2.0",
31-
"nodeunit": "^0.9.0",
32-
"postcss": "^8.0.0"
33-
},
3435
"peerDependencies": {
35-
"postcss": "^8.0.0"
36-
},
37-
"scripts": {
38-
"test": "nodeunit test --reporter default"
36+
"postcss": "^8.5.8"
3937
},
40-
"_id": "postcss-mq-optimize@2.1.0",
41-
"gitHead": "cabfd1fde440beefc6a7bdbfe562df1c59d7facb",
42-
"_nodeVersion": "18.20.4",
43-
"_npmVersion": "10.7.0",
38+
"_id": "postcss-mq-optimize@2.2.0",
39+
"gitHead": "dbc8307f06af4ece79b1431845527165c61d04db",
40+
"_nodeVersion": "22.21.0",
41+
"_npmVersion": "10.9.4",
4442
"dist": {
45-
"integrity": "sha512-NtzydWRL+6+ziodbku3ckHYXEFIZjPbbg7C6l6yhXviaSsXoXgP66Q6gu/a3IreQM2b9UY9zzHOwym9Z72MOvQ==",
46-
"shasum": "707986248db8ecaa9e6b52b47e9856fa469f3c05",
47-
"tarball": "https://registry.npmjs.org/postcss-mq-optimize/-/postcss-mq-optimize-2.1.0.tgz",
48-
"fileCount": 8,
49-
"unpackedSize": 16877,
43+
"integrity": "sha512-qoyax6rcqlWynS+EjtVKJrMgpxrZIYbA5AwWElL+5f7HamYqS5CBItUiSYEE7kqx1SJ20mIo7brWx3RWmAxhJQ==",
44+
"shasum": "07b5a739452356c326066b83f5f8a87f7451d172",
45+
"tarball": "https://registry.npmjs.org/postcss-mq-optimize/-/postcss-mq-optimize-2.2.0.tgz",
46+
"fileCount": 5,
47+
"unpackedSize": 11293,
5048
"signatures": [
5149
{
5250
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
53-
"sig": "MEUCIQCrmaZP8yo7ZnJcr0dmdC8ooXCNvEUouOFI38RE3nuGjQIgV1TQkj9JqMtFqUncTb/rqVJF7KifAm//5GCo5Gwbqis="
51+
"sig": "MEYCIQC9fMWAdt6cKUm3xJCmfCHbVybX8+2+0KoYHJ/hpglZXgIhAIR7tf9QBmw+2vtLD+9SL3KagpP4hr2GKFFSOjPFKctp"
5452
}
5553
]
5654
},
@@ -67,8 +65,8 @@
6765
],
6866
"_npmOperationalInternal": {
6967
"host": "s3://npm-registry-packages-npm-production",
70-
"tmp": "tmp/postcss-mq-optimize_2.1.0_1760368429205_0.7112060264616009"
68+
"tmp": "tmp/postcss-mq-optimize_2.2.0_1773843057646_0.1702778543282777"
7169
},
7270
"_hasShrinkwrap": false,
73-
"_time": "2025-10-13T15:13:49.412Z"
71+
"_time": "2026-03-18T14:10:57.805Z"
7472
}

0 commit comments

Comments
 (0)