Skip to content

Commit 7b684be

Browse files
postcss-dir-tailwind-fix-1.0.2 (#2681)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f438a37 commit 7b684be

1 file changed

Lines changed: 81 additions & 0 deletions

File tree

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
{
2+
"name": "postcss-dir-tailwind-fix",
3+
"version": "1.0.2",
4+
"description": "PostCSS plugin postcss-dir-tailwind-fix",
5+
"keywords": [
6+
"postcss",
7+
"css",
8+
"postcss-plugin",
9+
"postcss-dir-tailwind-fix"
10+
],
11+
"author": {
12+
"name": "Ammar1999y",
13+
"email": "[email protected]"
14+
},
15+
"license": "MIT",
16+
"repository": {
17+
"type": "git",
18+
"url": "git+https://github.com/Ammar1999y/postcss-dir-tailwind-fix.git"
19+
},
20+
"main": "index.js",
21+
"engines": {
22+
"node": ">=18.0.0"
23+
},
24+
"peerDependencies": {
25+
"postcss": "^8.4.27"
26+
},
27+
"devDependencies": {
28+
"eslint": "^8.47.0",
29+
"postcss": "^8.4.27"
30+
},
31+
"eslintConfig": {
32+
"parserOptions": {
33+
"ecmaVersion": 2017
34+
},
35+
"env": {
36+
"node": true,
37+
"es6": true
38+
},
39+
"extends": [
40+
"eslint:recommended"
41+
]
42+
},
43+
44+
"gitHead": "05cbaf0ee50d4b87602f05c3a2b1797c045b3cfd",
45+
"bugs": {
46+
"url": "https://github.com/Ammar1999y/postcss-dir-tailwind-fix/issues"
47+
},
48+
"homepage": "https://github.com/Ammar1999y/postcss-dir-tailwind-fix#readme",
49+
"_nodeVersion": "22.16.0",
50+
"_npmVersion": "11.1.0",
51+
"dist": {
52+
"integrity": "sha512-fhU6FnFSgu9nifvI0JR4VSoNw+ZUp2fU9fsaogWQDkUPdHitc9BOu/JN7CT0A+r1trkP6eycR2wkXMR9qBb2+w==",
53+
"shasum": "010c6b6fa01ef92f3d6325a3dbf9d40a31d82365",
54+
"tarball": "https://registry.npmjs.org/postcss-dir-tailwind-fix/-/postcss-dir-tailwind-fix-1.0.2.tgz",
55+
"fileCount": 4,
56+
"unpackedSize": 2665,
57+
"signatures": [
58+
{
59+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
60+
"sig": "MEUCIQDsXNmrmiXgJuhOKbOSH72FxO3ng5z6g0jYGEFNjxh9swIgSgT4R7M0eVl+3lSoBSb3n3bQBv02U5g32J53VnG3U3w="
61+
}
62+
]
63+
},
64+
"_npmUser": {
65+
"name": "ammar1999y",
66+
"email": "[email protected]"
67+
},
68+
"directories": {},
69+
"maintainers": [
70+
{
71+
"name": "ammar1999y",
72+
"email": "[email protected]"
73+
}
74+
],
75+
"_npmOperationalInternal": {
76+
"host": "s3://npm-registry-packages-npm-production",
77+
"tmp": "tmp/postcss-dir-tailwind-fix_1.0.2_1763874069443_0.22157398819954244"
78+
},
79+
"_hasShrinkwrap": false,
80+
"_time": "2025-11-23T05:01:09.643Z"
81+
}

0 commit comments

Comments
 (0)