Skip to content

Commit 26860ba

Browse files
tailwind-reference-injector-1.0.0 (#2664)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fb3abf0 commit 26860ba

1 file changed

Lines changed: 75 additions & 0 deletions

File tree

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
{
2+
"name": "tailwind-reference-injector",
3+
"version": "1.0.0",
4+
"description": "PostCSS plugin to automatically inject @reference directive in CSS modules for Tailwind CSS v4",
5+
"main": "index.mjs",
6+
"type": "module",
7+
"exports": {
8+
".": {
9+
"import": "./index.mjs",
10+
"require": "./index.cjs"
11+
}
12+
},
13+
"keywords": [
14+
"postcss",
15+
"postcss-plugin",
16+
"tailwindcss",
17+
"tailwind",
18+
"css-modules",
19+
"reference",
20+
"inject",
21+
"automatic"
22+
],
23+
"author": {
24+
"name": "Cecotec"
25+
},
26+
"license": "MIT",
27+
"repository": {
28+
"type": "git",
29+
"url": "git+https://gitlab.com/ribonuclecode/tailwind-reference-injector.git"
30+
},
31+
"homepage": "https://gitlab.com/ribonuclecode/tailwind-reference-injector#readme",
32+
"bugs": {
33+
"url": "https://gitlab.com/ribonuclecode/tailwind-reference-injector/issues"
34+
},
35+
"peerDependencies": {
36+
"postcss": "^8.0.0"
37+
},
38+
"engines": {
39+
"node": ">=18.0.0"
40+
},
41+
42+
"gitHead": "d76d20247faba71c92bcaa104bda868e0ab0b8ea",
43+
"_nodeVersion": "20.19.0",
44+
"_npmVersion": "10.8.2",
45+
"dist": {
46+
"integrity": "sha512-ZYsibJdmUsS8XAkv2qBUrILm4h4pZgZVO3V73cb3hBqSrUmPCwayuI9Z2apOwrlmZyqrqNpLBtaqceTBnWSe8w==",
47+
"shasum": "dec4f8d4221745d9b8037c427a91b6ab29f4499d",
48+
"tarball": "https://registry.npmjs.org/tailwind-reference-injector/-/tailwind-reference-injector-1.0.0.tgz",
49+
"fileCount": 5,
50+
"unpackedSize": 9538,
51+
"signatures": [
52+
{
53+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
54+
"sig": "MEUCIGZonq+zeqMTyR5xehgEi0D5aLoBgjapKUbKbi8O/EyiAiEA/8exQnHNp6uiTY8QhYGJRdur36Za/+2+JH7S1FQxHho="
55+
}
56+
]
57+
},
58+
"_npmUser": {
59+
"name": "ribonucleocode",
60+
"email": "[email protected]"
61+
},
62+
"directories": {},
63+
"maintainers": [
64+
{
65+
"name": "ribonucleocode",
66+
"email": "[email protected]"
67+
}
68+
],
69+
"_npmOperationalInternal": {
70+
"host": "s3://npm-registry-packages-npm-production",
71+
"tmp": "tmp/tailwind-reference-injector_1.0.0_1767591324758_0.7866331429897275"
72+
},
73+
"_hasShrinkwrap": false,
74+
"_time": "2026-01-05T05:35:24.896Z"
75+
}

0 commit comments

Comments
 (0)