Skip to content

Commit 164e366

Browse files
collect plugins data
1 parent 9156bcf commit 164e366

202 files changed

Lines changed: 8753 additions & 9747 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-colornorm.json

Lines changed: 0 additions & 111 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
@@ -31,7 +31,6 @@
3131
"clamp",
3232
"class apply",
3333
"clip-path",
34-
"cmyk",
3534
"code golf",
3635
"color",
3736
"color names",

npm-data/last-version/@lesjoursfr/postcss-extract-css-variables.json

Lines changed: 28 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lesjoursfr/postcss-extract-css-variables",
3-
"version": "2.0.7",
3+
"version": "3.0.0",
44
"description": "PostCSS plugin to extract rules with CSS variables",
55
"license": "MIT",
66
"repository": {
@@ -29,20 +29,25 @@
2929
"test": "jest --coverage"
3030
},
3131
"engines": {
32-
"node": "20.x || 22.x || 24.x"
32+
"node": "22.x || 24.x"
3333
},
3434
"peerDependencies": {
35-
"postcss": "^8.5.3"
35+
"postcss": "^8.5.6"
3636
},
3737
"devDependencies": {
38-
"@eslint/js": "^9.23.0",
39-
"eslint": "^9.23.0",
40-
"eslint-config-prettier": "^10.1.1",
41-
"eslint-plugin-jest": "^28.11.0",
42-
"globals": "^16.0.0",
43-
"jest": "^29.7.0",
44-
"postcss": "^8.5.3",
45-
"prettier": "^3.5.3"
38+
"@eslint/js": "^9.38.0",
39+
"eslint": "^9.38.0",
40+
"eslint-config-prettier": "^10.1.8",
41+
"eslint-plugin-jest": "^29.0.1",
42+
"globals": "^16.4.0",
43+
"jest": "^30.2.0",
44+
"postcss": "^8.5.6",
45+
"prettier": "^3.6.2"
46+
},
47+
"dependenciesMeta": {
48+
"unrs-resolver": {
49+
"built": true
50+
}
4651
},
4752
"jest": {
4853
"coverageThreshold": {
@@ -51,21 +56,21 @@
5156
}
5257
}
5358
},
54-
"packageManager": "yarn@4.8.1",
55-
"_id": "@lesjoursfr/[email protected]",
56-
"gitHead": "bea6c4b7a97198b49c8dad6eab14ab60d5dc3abf",
57-
"_nodeVersion": "22.14.0",
58-
"_npmVersion": "10.9.2",
59+
"packageManager": "yarn@4.10.3",
60+
"gitHead": "191f63d908634badf8beaceb95cc49105dbc4b1c",
61+
"_id": "@lesjoursfr/[email protected]",
62+
"_nodeVersion": "24.10.0",
63+
"_npmVersion": "11.6.1",
5964
"dist": {
60-
"integrity": "sha512-o4fYpgfgDCpGNnTyvdxZAVB3qGGkYHf0ZmEfWzkGGgHR25YWrAr7hoObaBgd94TwuysRqUTtGiCfJNOHLrbqHA==",
61-
"shasum": "ab3a9e7472c240765722d60b57ffec17dd6dfd07",
62-
"tarball": "https://registry.npmjs.org/@lesjoursfr/postcss-extract-css-variables/-/postcss-extract-css-variables-2.0.7.tgz",
65+
"integrity": "sha512-l2/3o1TdOYzUWYOkbsHg6zCzk3bmb2GBzaLMbTiVKiyy0puW2Qhevwy2luaevwOzAqlppVGm/6xsiEiArA98gA==",
66+
"shasum": "db443c2bbb35b7301562cb914edf0d275b794914",
67+
"tarball": "https://registry.npmjs.org/@lesjoursfr/postcss-extract-css-variables/-/postcss-extract-css-variables-3.0.0.tgz",
6368
"fileCount": 8,
64-
"unpackedSize": 9047,
69+
"unpackedSize": 9117,
6570
"signatures": [
6671
{
6772
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
68-
"sig": "MEUCIQCDf+jKIs6ho9k0ocqcVuMaSycc2WLFfTwrkt0eTaotvgIgedv16KVnkhFzmBdoaJ3QtV4zAXuK1Kh+UNpkU39aLtg="
73+
"sig": "MEYCIQCPcYj9/qSiEC9aTTiWN6dvvHyw7LNEKV/kmQoRfuHAJAIhAKHnSCvqE0uHEt9gVWJqddUncQBYHC6uVTIsB+aMkFL9"
6974
}
7075
]
7176
},
@@ -82,8 +87,8 @@
8287
],
8388
"_npmOperationalInternal": {
8489
"host": "s3://npm-registry-packages-npm-production",
85-
"tmp": "tmp/postcss-extract-css-variables_2.0.7_1743575879264_0.6892628278019031"
90+
"tmp": "tmp/postcss-extract-css-variables_3.0.0_1761670971218_0.08494760210928054"
8691
},
8792
"_hasShrinkwrap": false,
88-
"_time": "2025-04-02T06:37:59.471Z"
93+
"_time": "2025-10-28T17:02:51.405Z"
8994
}
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
{
2+
"name": "@soyleninjs/postcss-flow",
3+
"version": "1.0.0",
4+
"description": "PostCSS plugin for creating fluid and responsive CSS values with granular breakpoint control using the flow() function",
5+
"main": "postcss-flow.min.js",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/soyleninjs/postcss-flow.git"
9+
},
10+
"bugs": {
11+
"url": "https://github.com/soyleninjs/postcss-flow/issues"
12+
},
13+
"homepage": "https://github.com/soyleninjs/postcss-flow#readme",
14+
"keywords": [
15+
"postcss",
16+
"postcss-plugin",
17+
"css",
18+
"responsive",
19+
"fluid",
20+
"clamp",
21+
"flow",
22+
"media-queries",
23+
"breakpoints",
24+
"fluid-typography",
25+
"responsive-design",
26+
"desktop-first",
27+
"css-variables",
28+
"interpolation"
29+
],
30+
"author": {
31+
"name": "Lenin",
32+
"url": "https://github.com/soyleninjs"
33+
},
34+
"license": "MIT",
35+
"engines": {
36+
"node": ">=12.0.0"
37+
},
38+
"peerDependencies": {
39+
"postcss": ">=8.0.0"
40+
},
41+
"_id": "@soyleninjs/[email protected]",
42+
"gitHead": "19dc5ca3f519185b92ab69399ee18200a18ac381",
43+
"_nodeVersion": "22.19.0",
44+
"_npmVersion": "10.9.3",
45+
"dist": {
46+
"integrity": "sha512-kSWWt+H99CNSeEjPvXLCc29/EaINq4KR2n8RYYy5uSMjvV+8GX/ywwak5fhN/TC0P9gd8fYiu8Lp+7XOdRDCkw==",
47+
"shasum": "3d8aceb8ba2205a1fe0cf90653563f6c6f768610",
48+
"tarball": "https://registry.npmjs.org/@soyleninjs/postcss-flow/-/postcss-flow-1.0.0.tgz",
49+
"fileCount": 5,
50+
"unpackedSize": 16034,
51+
"signatures": [
52+
{
53+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
54+
"sig": "MEQCIDd3tUmHpa2srpFty77xoz+s1i1jQQ3avncDltUG+NkeAiAznWAMbcXw9wmmrMkOifFD4GCObnv8iswRm9XXNkQaLg=="
55+
}
56+
]
57+
},
58+
"_npmUser": {
59+
"name": "soyleninjs",
60+
"email": "[email protected]"
61+
},
62+
"directories": {},
63+
"maintainers": [
64+
{
65+
"name": "soyleninjs",
66+
"email": "[email protected]"
67+
}
68+
],
69+
"_npmOperationalInternal": {
70+
"host": "s3://npm-registry-packages-npm-production",
71+
"tmp": "tmp/postcss-flow_1.0.0_1761582963111_0.9369903379310569"
72+
},
73+
"_hasShrinkwrap": false,
74+
"_time": "2025-10-27T16:36:03.290Z"
75+
}

npm-data/last-version/postcss-pixrem.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "postcss-pixrem",
33
"description": "A CSS post-processor that generates pixel fallbacks for rem units.",
4-
"version": "6.0.4",
4+
"version": "6.0.5",
55
"homepage": "https://github.com/carlosjeurissen/postcss-pixrem",
66
"author": {
77
"name": "Rob Wierzbowski",
@@ -28,12 +28,12 @@
2828
"test": "mocha"
2929
},
3030
"dependencies": {
31-
"browserslist": "^4.25.0",
31+
"browserslist": "^4.25.4",
3232
"reduce-css-calc": "^2.1.8"
3333
},
3434
"devDependencies": {
35-
"mocha": "^11.6.0",
36-
"postcss": "^8.5.5"
35+
"mocha": "^11.7.2",
36+
"postcss": "^8.5.6"
3737
},
3838
"peerDependencies": {
3939
"postcss": ">=8.0.0"
@@ -49,17 +49,17 @@
4949
],
5050
"license": "BSD-3-Clause",
5151
"licenseText": "Copyright (c) 2013 Robert Wierzbowski, contributors\n\nPermission is hereby granted, free of charge, to any person\nobtaining a copy of this software and associated documentation\nfiles (the \"Software\"), to deal in the Software without\nrestriction, including without limitation the rights to use,\ncopy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the\nSoftware is furnished to do so, subject to the following\nconditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\nOF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\nHOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\nFROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n",
52-
"_id": "[email protected].4",
52+
"_id": "[email protected].5",
5353
"dist": {
54-
"shasum": "d2dd5be8710357c8a86e9230f78f28e7647af1ce",
55-
"integrity": "sha512-TUhDmoTq9O1Iz4qmBNe2I3g6fVQ1EW1S/Ca3yrQtekioJuwFW2s9pxpfMtcS0rezU+zCrfX+eklJMWKDWW9bSw==",
56-
"tarball": "https://registry.npmjs.org/postcss-pixrem/-/postcss-pixrem-6.0.4.tgz",
54+
"shasum": "be271869b1d21d6d66397d24f45dfcbd81879c38",
55+
"integrity": "sha512-AD+79kvH4lrwSw6wkBITfMZnE+Rq4UVcfK4lHZPXqI3ychfZtO5yCOQZt44V4saqL4MArwtiE8JQSQXhxr0Yag==",
56+
"tarball": "https://registry.npmjs.org/postcss-pixrem/-/postcss-pixrem-6.0.5.tgz",
5757
"fileCount": 14,
5858
"unpackedSize": 47755,
5959
"signatures": [
6060
{
6161
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
62-
"sig": "MEUCIQDRCYFVZk+5YptYbkpR3hhOYRSPfbXzn6djDiumV/NkpAIgTBrkyVCg/MZ1LWYr0AXRw3P914rhY0YRhakH4mcA+Mw="
62+
"sig": "MEQCID5jdN9fS6BplKsGjRHXxqtWNpvKNxDPsB/bWlEdUG2+AiAwKNnU3vi3c1mXRExUIUIzAvwlz4Lx6l57COI6bL9cFg=="
6363
}
6464
]
6565
},
@@ -76,8 +76,8 @@
7676
],
7777
"_npmOperationalInternal": {
7878
"host": "s3://npm-registry-packages-npm-production",
79-
"tmp": "tmp/postcss-pixrem_6.0.4_1749917849314_0.6652431452134175"
79+
"tmp": "tmp/postcss-pixrem_6.0.5_1757583701931_0.7467927065733977"
8080
},
8181
"_hasShrinkwrap": false,
82-
"_time": "2025-06-14T16:17:29.495Z"
82+
"_time": "2025-09-11T09:41:42.116Z"
8383
}

0 commit comments

Comments
 (0)