Skip to content

Commit 30f4937

Browse files
collect plugins data
1 parent c0ff4d3 commit 30f4937

210 files changed

Lines changed: 10799 additions & 10454 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.

npm-data/last-version/@eik/postcss-plugin.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eik/postcss-plugin",
3-
"version": "5.0.15",
3+
"version": "5.0.16",
44
"description": "PostCSS plugin that uses Eik defined import map files to transform bare import specifiers to absolute URLs in @import rules",
55
"main": "src/plugin.js",
66
"types": "./types/plugin.d.ts",
@@ -51,7 +51,7 @@
5151
"typescript": "5.9.3"
5252
},
5353
"dependencies": {
54-
"@eik/common": "5.1.19",
54+
"@eik/common": "5.1.20",
5555
"css-url-parser": "1.1.4"
5656
},
5757
"peerDependencies": {
@@ -60,26 +60,26 @@
6060
"engines": {
6161
"node": ">=20"
6262
},
63-
"gitHead": "17cbc6ed6692b10855dcd59632ae3e7d20c4bd7b",
64-
"_id": "@eik/[email protected].15",
63+
"gitHead": "99701dc58b7b438c4a5562e4cb429fd54ca23852",
64+
"_id": "@eik/[email protected].16",
6565
"_nodeVersion": "24.13.0",
6666
"_npmVersion": "11.8.0",
6767
"dist": {
68-
"integrity": "sha512-pfw7cpwgEA18ABNXOcjjgw7QuwwofllhcU6SsWL7P8bXju20ln53OD1Sw8/tRTK9N3ypSFJFDeC+dF9/Df9XlQ==",
69-
"shasum": "9015b4b2314190970f791728995a3ac8a17529cc",
70-
"tarball": "https://registry.npmjs.org/@eik/postcss-plugin/-/postcss-plugin-5.0.15.tgz",
68+
"integrity": "sha512-kpnRw6zgFkTeGUlgWAIQHDv7bskC12fpdLXvmz+UpcA7EmxiF5W6hr/42PN6+0VUlWO3e1Yc73ykkO4Z95bOXg==",
69+
"shasum": "d01206c492a9d1c1fc8a24148da0f6a60fafedac",
70+
"tarball": "https://registry.npmjs.org/@eik/postcss-plugin/-/postcss-plugin-5.0.16.tgz",
7171
"fileCount": 6,
72-
"unpackedSize": 29025,
72+
"unpackedSize": 29356,
7373
"attestations": {
74-
"url": "https://registry.npmjs.org/-/npm/v1/attestations/@eik%[email protected].15",
74+
"url": "https://registry.npmjs.org/-/npm/v1/attestations/@eik%[email protected].16",
7575
"provenance": {
7676
"predicateType": "https://slsa.dev/provenance/v1"
7777
}
7878
},
7979
"signatures": [
8080
{
8181
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
82-
"sig": "MEQCIEta8RmK4nUFcXW+5iKwD/uuNDFQ9GMlGS4Z9Lr4Boi+AiBlHDcpjXmIaDAfg+79feyeo6ueg3lEV7PloXTide9fHg=="
82+
"sig": "MEQCIDsK4wMnsfw/NvDb+gS5ASR2xTv/juffZ+UiV/VaeWjDAiAELr9/WAlM/h1yBReTNAn1WoYsg/SNzeMTezB0gTY48w=="
8383
}
8484
]
8585
},
@@ -116,8 +116,8 @@
116116
],
117117
"_npmOperationalInternal": {
118118
"host": "s3://npm-registry-packages-npm-production",
119-
"tmp": "tmp/postcss-plugin_5.0.15_1771201996936_0.632006690793123"
119+
"tmp": "tmp/postcss-plugin_5.0.16_1771438505000_0.08459958223756825"
120120
},
121121
"_hasShrinkwrap": false,
122-
"_time": "2026-02-16T00:33:17.131Z"
122+
"_time": "2026-02-18T18:15:05.136Z"
123123
}

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.39.0",
3+
"version": "6.40.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": "376124aa10dbc2cc0c81c964ec00b99fcfee5382",
42+
"_nodeVersion": "20.20.0",
43+
"_npmVersion": "lerna/8.1.9/[email protected]+x64 (linux)",
44+
"_id": "@wordpress/[email protected]",
45+
"dist": {
46+
"integrity": "sha512-j0A/hGs0Im32/o2NGzXkYII594PI1kxoow59iNvdAryhWp6maeGAWKxnt90Dq3T/bjbLnWumo7K8p8/BejjSug==",
47+
"shasum": "0b9a9884734028588130c4dc5ed179a68177f326",
48+
"tarball": "https://registry.npmjs.org/@wordpress/postcss-themes/-/postcss-themes-6.40.0.tgz",
49+
"fileCount": 4,
50+
"unpackedSize": 40449,
51+
"signatures": [
52+
{
53+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
54+
"sig": "MEQCID4KRZQvhZIwjWJoK60r1jfK8rVESar9hdTnQ3m1YB9BAiB7LVot7+0yyA0Iu+m1f+4g1x5KRvziJW4MKgXwGoI9hA=="
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": "b6f71d0a323372535bbd842b47be673ab65575e5",
117-
"tarball": "https://registry.npmjs.org/@wordpress/postcss-themes/-/postcss-themes-6.39.0.tgz",
118-
"fileCount": 4,
119-
"integrity": "sha512-HNmjuMjT9ottiXltDlpZ+NMK3BssrhX/R9wmoQ7pUC1L8+gQLpZLPF593wmRx1sU07ie7/R+0SwUqXyvmW0cBw==",
120-
"signatures": [
121-
{
122-
"sig": "MEYCIQCatxtsEGT5fMyDWLB5gOVyA+5mmpPxR/pXr/cBaakmoAIhAJkJ4iaTJJkpT5/NXLq7/G9nH0GLzuVfCEctqxUm+kJ2",
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": "eee1cfb1472f11183e40fb77465a5f13145df7ad",
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.39.0_1769679118628_0.021945807926397887",
160-
"host": "s3://npm-registry-packages-npm-production"
158+
"host": "s3://npm-registry-packages-npm-production",
159+
"tmp": "tmp/postcss-themes_6.40.0_1771431891135_0.25520660920324745"
161160
},
162-
"_time": "2026-01-29T09:31:58.789Z"
161+
"_hasShrinkwrap": false,
162+
"_time": "2026-02-18T16:24:51.258Z"
163163
}

0 commit comments

Comments
 (0)