Skip to content

Commit a76ed7c

Browse files
jgarber/postcss-easy-import-6.0.0 (#2313)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0c94ac8 commit a76ed7c

File tree

1 file changed

+100
-0
lines changed

1 file changed

+100
-0
lines changed
Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
{
2+
"name": "@jgarber/postcss-easy-import",
3+
"version": "6.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+
"enhanced-resolve": "^5.18.2",
45+
"postcss-import": "^16.1.1",
46+
"tinyglobby": "^0.2.14"
47+
},
48+
"devDependencies": {
49+
"@jgarber/eslint-config": "^8.1.0",
50+
"postcss": "^8.5.6"
51+
},
52+
"peerDependencies": {
53+
"postcss": "^8.5.6"
54+
},
55+
"engines": {
56+
"node": ">=18.7.0"
57+
},
58+
"publishConfig": {
59+
"access": "public"
60+
},
61+
"_id": "@jgarber/[email protected]",
62+
"gitHead": "f995241cd80c3b25721c278f4b78ed8acb1ced29",
63+
"_nodeVersion": "18.20.8",
64+
"_npmVersion": "10.8.2",
65+
"dist": {
66+
"integrity": "sha512-1hQyE2r6gl8BjR1CUVC0AdFckZXt+oGJ3U101eVg11o7ZC9DsWz7vzDDEerMCcHYy2+4PX1V0RcIdtPI3Qb9fQ==",
67+
"shasum": "1e5e348a3a9808dbcc23792ce7c954909a0d15f3",
68+
"tarball": "https://registry.npmjs.org/@jgarber/postcss-easy-import/-/postcss-easy-import-6.0.0.tgz",
69+
"fileCount": 7,
70+
"unpackedSize": 7931,
71+
"signatures": [
72+
{
73+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
74+
"sig": "MEUCIQDauRgR1Ddon+RvBreaOR29RXylsuSY5Z7+Pf94JL0WbQIgP8colIOhqQSzAtOaEq6GmiYRpwr67aqkfmPKZcthIGs="
75+
}
76+
]
77+
},
78+
"_npmUser": {
79+
"name": "jgarber",
80+
"email": "[email protected]",
81+
"actor": {
82+
"name": "jgarber",
83+
"email": "[email protected]",
84+
"type": "user"
85+
}
86+
},
87+
"directories": {},
88+
"maintainers": [
89+
{
90+
"name": "jgarber",
91+
"email": "[email protected]"
92+
}
93+
],
94+
"_npmOperationalInternal": {
95+
"host": "s3://npm-registry-packages-npm-production",
96+
"tmp": "tmp/postcss-easy-import_6.0.0_1752005194493_0.4452851884704585"
97+
},
98+
"_hasShrinkwrap": false,
99+
"_time": "2025-07-08T20:06:34.675Z"
100+
}

0 commit comments

Comments
 (0)