Skip to content

Commit cc4fcb1

Browse files
collect plugins data
1 parent 95676bf commit cc4fcb1

208 files changed

Lines changed: 10763 additions & 10865 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/postcss-nth-nested.json

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

docs/index.html

Lines changed: 2 additions & 47 deletions
Large diffs are not rendered by default.

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

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wordpress/postcss-themes",
3-
"version": "6.25.0",
3+
"version": "6.26.0",
44
"description": "PostCSS plugin to generate theme colors.",
55
"author": "The WordPress Contributors",
66
"license": "GPL-2.0-or-later",
@@ -34,26 +34,31 @@
3434
"publishConfig": {
3535
"access": "public"
3636
},
37-
"gitHead": "d1acd76ffff33ab01f0a948d2f51e5e45c95158d",
38-
"_nodeVersion": "20.19.2",
39-
"_npmVersion": "lerna/8.1.9/[email protected].2+x64 (linux)",
40-
"_id": "@wordpress/postcss-themes@6.25.0",
37+
"gitHead": "35e26942820d8237771af0c58e45b4303f0497f1",
38+
"_nodeVersion": "20.19.3",
39+
"_npmVersion": "lerna/8.1.9/[email protected].3+x64 (linux)",
40+
"_id": "@wordpress/postcss-themes@6.26.0",
4141
"dist": {
42-
"integrity": "sha512-oxCyglNoBdCfylZRzJj7pDi43Kyk4uxmjRocUvshutwfhV8L34zsTMPZYR490mVVLyqDGyMh+had1XYH0hE7sQ==",
43-
"shasum": "fb5b7eca3c5ea9e9a6178f908c8cba586e525add",
44-
"tarball": "https://registry.npmjs.org/@wordpress/postcss-themes/-/postcss-themes-6.25.0.tgz",
42+
"integrity": "sha512-3BOvGsQzCVsENfSBRFuPeZRk9w0QAREAxTVCFwy0Ry2bMWGVOz0uMTax4Wk7uVRn/kBFqkL/3iqnDmZV0eSozQ==",
43+
"shasum": "d7d180b8875991f168c48e717190f26da8154856",
44+
"tarball": "https://registry.npmjs.org/@wordpress/postcss-themes/-/postcss-themes-6.26.0.tgz",
4545
"fileCount": 4,
4646
"unpackedSize": 40373,
4747
"signatures": [
4848
{
4949
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
50-
"sig": "MEQCICWzSWE2tmZn02YVijP8bR1pFvE9owX3OvN/QXGC3Y1JAiAvxl4bvMKPXyaw4Sz20IcYubfTNbCxvvEOKlAsWnAaCA=="
50+
"sig": "MEUCIAVCKHX+id2RDsJMiaWAo+BNjbxujHnzoSzlfnkgKPF3AiEAoFyTiTiu58wxu4TMjAiFLG7qus7YMEDAJAYXA+SLiHw="
5151
}
5252
]
5353
},
5454
"_npmUser": {
5555
"name": "gutenbergplugin",
56-
"email": "[email protected]"
56+
"email": "[email protected]",
57+
"actor": {
58+
"name": "gutenbergplugin",
59+
"email": "[email protected]",
60+
"type": "user"
61+
}
5762
},
5863
"directories": {},
5964
"maintainers": [
@@ -152,8 +157,8 @@
152157
],
153158
"_npmOperationalInternal": {
154159
"host": "s3://npm-registry-packages-npm-production",
155-
"tmp": "tmp/postcss-themes_6.25.0_1749028382038_0.01753172781313217"
160+
"tmp": "tmp/postcss-themes_6.26.0_1750845352671_0.6849234230337486"
156161
},
157162
"_hasShrinkwrap": false,
158-
"_time": "2025-06-04T09:13:02.225Z"
163+
"_time": "2025-06-25T09:55:52.859Z"
159164
}
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
{
2+
"name": "@xero/postcss-nest",
3+
"version": "1.0.3",
4+
"description": "PostCss plugin for Property-level factoring, block-level merging, and nesting of pseudo-classes/elements producing beautiful, modern, minimal, maintainable, DRY CSS",
5+
"author": {
6+
"name": "xero"
7+
},
8+
"license": "CC0-1.0",
9+
"main": "postcss-nest.js",
10+
"type": "module",
11+
"types": "postcss-nest.d.ts",
12+
"exports": {
13+
"import": "./postcss-nest.js",
14+
"require": "./postcss-nest.js"
15+
},
16+
"keywords": [
17+
"postcss",
18+
"postcss-plugin",
19+
"css",
20+
"nesting",
21+
"css nesting",
22+
"plugin",
23+
"css transpiler"
24+
],
25+
"peerDependencies": {
26+
"postcss": "^8.0.0"
27+
},
28+
"devDependencies": {
29+
"vitest": "^3.2.4"
30+
},
31+
"scripts": {
32+
"test": "vitest run",
33+
"test:watch": "vitest"
34+
},
35+
"repository": {
36+
"type": "git",
37+
"url": "git+https://github.com/xero/postcss-nest.git"
38+
},
39+
"_id": "@xero/[email protected]",
40+
"gitHead": "432cb5cf2f8fcd8f65bbbdce88a305be0fb5d279",
41+
"bugs": {
42+
"url": "https://github.com/xero/postcss-nest/issues"
43+
},
44+
"homepage": "https://github.com/xero/postcss-nest#readme",
45+
"_nodeVersion": "22.8.0",
46+
"_npmVersion": "10.8.2",
47+
"dist": {
48+
"integrity": "sha512-YAZkumZe9GiH/FlxLE/L6oaRano2DhYbYBvRf697oW557bd9NyiNZNoZsuxG8g7TQPiV6SY8i32GA8ZVfBnjUA==",
49+
"shasum": "d1a7026457f8f951889222597ab7529a7b95a761",
50+
"tarball": "https://registry.npmjs.org/@xero/postcss-nest/-/postcss-nest-1.0.3.tgz",
51+
"fileCount": 6,
52+
"unpackedSize": 56585,
53+
"signatures": [
54+
{
55+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
56+
"sig": "MEYCIQDoy16VmzBXvzcTZYXI9t2uP926Ofhptpm4ww3iknuZuAIhAO3FGpNZ/VcjzHlqYPNA+CDR2FJgTd2g0GqC+Tgogv+Q"
57+
}
58+
]
59+
},
60+
"_npmUser": {
61+
"name": "xero",
62+
"email": "[email protected]",
63+
"actor": {
64+
"name": "xero",
65+
"email": "[email protected]",
66+
"type": "user"
67+
}
68+
},
69+
"directories": {},
70+
"maintainers": [
71+
{
72+
"name": "xero",
73+
"email": "[email protected]"
74+
}
75+
],
76+
"_npmOperationalInternal": {
77+
"host": "s3://npm-registry-packages-npm-production",
78+
"tmp": "tmp/postcss-nest_1.0.3_1750751280811_0.6475983833950338"
79+
},
80+
"_hasShrinkwrap": false,
81+
"_time": "2025-06-24T07:48:00.990Z"
82+
}

npm-data/last-version/postcss-color-converter.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-color-converter",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Post CSS plugin for color conversion.",
55
"keywords": [
66
"postcss-plugin",
@@ -22,7 +22,6 @@
2222
"url": "https://github.com/EdMSL/postcss-color-converter/issues"
2323
},
2424
"dependencies": {
25-
"color-convert": "^2.0.1",
2625
"colorizr": "^3.0.8",
2726
"postcss-values-parser": "^6.0.2"
2827
},
@@ -32,20 +31,20 @@
3231
"engines": {
3332
"node": ">=8.3.0"
3433
},
35-
"_id": "[email protected].0",
36-
"gitHead": "2f4bb0d9770ca5d477fdb3eb8807716e8e1fef3a",
34+
"_id": "[email protected].1",
35+
"gitHead": "0268754d01f9e98ddcc30657e47bcc02f9684b54",
3736
"_nodeVersion": "22.13.1",
3837
"_npmVersion": "10.9.2",
3938
"dist": {
40-
"integrity": "sha512-K0hZf+EJ4RbWneKj9Js1Q7ssnTn4/FX/vclO+2V6BHy0uGFepBrYPoRmwQADlzkDq6W9Y39ZuTy8vguTyZ+mpw==",
41-
"shasum": "57f0e9b2b3ad08897222da73de5be93368daad06",
42-
"tarball": "https://registry.npmjs.org/postcss-color-converter/-/postcss-color-converter-1.2.0.tgz",
39+
"integrity": "sha512-LWn4xKqqdwECyJJbIHcTyawbhTmcOzn+cWNE2d5ChnyNgbdLhsvu9qDNKic+QBbCnl0LMWRh7uNeni0OD2tazg==",
40+
"shasum": "35da38bb89e01e08ea77d06122b7d6c251e8c835",
41+
"tarball": "https://registry.npmjs.org/postcss-color-converter/-/postcss-color-converter-1.2.1.tgz",
4342
"fileCount": 6,
44-
"unpackedSize": 14111,
43+
"unpackedSize": 14080,
4544
"signatures": [
4645
{
4746
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
48-
"sig": "MEYCIQD8cUDErMJHZaP1OueR2ywsDwoxFe53cH4OpVes2XfJkAIhAO69VJJ+j8Kr83YSWLt24v1aSY6MyWtjQPHuAsbJqvbA"
47+
"sig": "MEQCIHK7NuD6LXxeEByGmXGlJsrHukcBWOYPlNt28wyl4bF6AiBVPBbi1l5saSY02hoSPWd7rauxVErN12BR+ep0QzAinQ=="
4948
}
5049
]
5150
},
@@ -67,8 +66,8 @@
6766
],
6867
"_npmOperationalInternal": {
6968
"host": "s3://npm-registry-packages-npm-production",
70-
"tmp": "tmp/postcss-color-converter_1.2.0_1750749099460_0.7854410831845828"
69+
"tmp": "tmp/postcss-color-converter_1.2.1_1750822060580_0.29408956547736476"
7170
},
7271
"_hasShrinkwrap": false,
73-
"_time": "2025-06-24T07:11:39.630Z"
72+
"_time": "2025-06-25T03:27:40.775Z"
7473
}

0 commit comments

Comments
 (0)