Skip to content

Commit 50be51f

Browse files
collect plugins data
1 parent 55e086d commit 50be51f

File tree

193 files changed

+2312
-2265
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

193 files changed

+2312
-2265
lines changed

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3384,7 +3384,7 @@ <h3>fluid-typography </h3>
33843384
</dd>
33853385

33863386
<dt>Version</dt>
3387-
<dd><code>2.1.0</code></dd>
3387+
<dd><code>2.1.1</code></dd>
33883388

33893389
<dt>License</dt>
33903390
<dd><code>MIT</code></dd>
@@ -6348,7 +6348,7 @@ <h3>mixins </h3>
63486348
</dd>
63496349

63506350
<dt>Version</dt>
6351-
<dd><code>11.0.3</code></dd>
6351+
<dd><code>12.0.0</code></dd>
63526352

63536353
<dt>License</dt>
63546354
<dd><code>MIT</code></dd>
@@ -6358,7 +6358,7 @@ <h3>mixins </h3>
63586358

63596359

63606360
<dt>Node version range</dt>
6361-
<dd><code>^18.0 || ^ 20.0 || &#x3E;= 22.0</code></dd>
6361+
<dd><code>^20.0 || ^22.0 || &#x3E;=24.0</code></dd>
63626362

63636363

63646364

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
{
2+
"name": "@jgarber/postcss-easy-import",
3+
"version": "5.0.0",
4+
"description": "A PostCSS plugin adding support for glob importing CSS files.",
5+
"keywords": [
6+
"css",
7+
"glob",
8+
"import",
9+
"postcss",
10+
"postcss-plugin"
11+
],
12+
"homepage": "https://codeberg.org/jgarber/postcss-easy-import",
13+
"bugs": {
14+
"url": "https://codeberg.org/jgarber/postcss-easy-import/issues"
15+
},
16+
"license": "MIT",
17+
"author": {
18+
"name": "Jason Garber",
19+
"email": "[email protected]",
20+
"url": "https://sixtwothree.org"
21+
},
22+
"contributors": [
23+
{
24+
"name": "Bogdan Chadkin",
25+
"email": "[email protected]"
26+
},
27+
{
28+
"name": "Simon Smith",
29+
"email": "[email protected]",
30+
"url": "https://simonsmith.io"
31+
}
32+
],
33+
"type": "module",
34+
"exports": "./index.js",
35+
"repository": {
36+
"type": "git",
37+
"url": "https://codeberg.org/jgarber/postcss-easy-import"
38+
},
39+
"scripts": {
40+
"lint": "npx eslint .",
41+
"test": "NODE_V8_COVERAGE=coverage node --experimental-test-coverage --test **/*.test.js"
42+
},
43+
"dependencies": {
44+
"is-glob": "^4.0.3",
45+
"postcss-import": "^16.1.1",
46+
"resolve": "^1.22.10",
47+
"tinyglobby": "^0.2.14"
48+
},
49+
"devDependencies": {
50+
"@jgarber/eslint-config": "^8.1.0",
51+
"postcss": "^8.5.6"
52+
},
53+
"peerDependencies": {
54+
"postcss": "^8.5.6"
55+
},
56+
"engines": {
57+
"node": ">=18.7.0"
58+
},
59+
"publishConfig": {
60+
"access": "public"
61+
},
62+
"_id": "@jgarber/[email protected]",
63+
"gitHead": "2211fe3c58f8ea79ceec1c3bdd7d1cf1e71a2ded",
64+
"_nodeVersion": "18.20.8",
65+
"_npmVersion": "10.8.2",
66+
"dist": {
67+
"integrity": "sha512-4v2GWu7s6TIkAFxkLiM+5L9E6VtwVC0ThRkRUyPw0e3NxNuI8nb3W5Jr6jJgfjEIVWxOYkwtqR6SXt4aw17tkg==",
68+
"shasum": "36ec7f5934f1cc725282b08be8a0a69006f0bb41",
69+
"tarball": "https://registry.npmjs.org/@jgarber/postcss-easy-import/-/postcss-easy-import-5.0.0.tgz",
70+
"fileCount": 7,
71+
"unpackedSize": 8127,
72+
"signatures": [
73+
{
74+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
75+
"sig": "MEQCIDLQzagD5SYhp8/C/MB8Jq6VcZH1nXdzUIDRkdWVfmiGAiBr558sTi5jgI/t69vbhh/+dSQ/5LkjKqgbf+bd8UT6OQ=="
76+
}
77+
]
78+
},
79+
"_npmUser": {
80+
"name": "jgarber",
81+
"email": "[email protected]",
82+
"actor": {
83+
"name": "jgarber",
84+
"email": "[email protected]",
85+
"type": "user"
86+
}
87+
},
88+
"directories": {},
89+
"maintainers": [
90+
{
91+
"name": "jgarber",
92+
"email": "[email protected]"
93+
}
94+
],
95+
"_npmOperationalInternal": {
96+
"host": "s3://npm-registry-packages-npm-production",
97+
"tmp": "tmp/postcss-easy-import_5.0.0_1751148905560_0.031733714795197265"
98+
},
99+
"_hasShrinkwrap": false,
100+
"_time": "2025-06-28T22:15:05.733Z"
101+
}

0 commit comments

Comments
 (0)