Skip to content

Commit fb3abf0

Browse files
postcss-token-utilities-1.3.0 (#2663)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8593cbd commit fb3abf0

1 file changed

Lines changed: 100 additions & 0 deletions

File tree

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
{
2+
"name": "postcss-token-utilities",
3+
"version": "1.3.0",
4+
"description": "Token-driven utility CSS generator for PostCSS with JIT-style injection.",
5+
"author": {
6+
"name": "Viraj Gamdha",
7+
"email": "[email protected]"
8+
},
9+
"license": "MIT",
10+
"type": "module",
11+
"main": "dist/index.cjs",
12+
"module": "dist/index.mjs",
13+
"types": "dist/index.d.ts",
14+
"exports": {
15+
".": {
16+
"import": "./dist/index.mjs",
17+
"require": "./dist/index.cjs",
18+
"types": "./dist/index.d.ts"
19+
}
20+
},
21+
"scripts": {
22+
"build": "rollup -c",
23+
"clean": "node -e \"fs.rmSync('./dist', {recursive: true, force: true})\" && mkdir dist",
24+
"clean-build": "npm run clean && npm run build",
25+
"clean-pack": "npm run clean-build && npm pack"
26+
},
27+
"keywords": [
28+
"postcss",
29+
"postcss-plugin",
30+
"css",
31+
"utilities",
32+
"jit",
33+
"design-tokens",
34+
"css-variables",
35+
"lightweight",
36+
"tailwind-alternative",
37+
"utility-first"
38+
],
39+
"repository": {
40+
"type": "git",
41+
"url": "git+https://github.com/viraj-gamdha/postcss-token-utilities.git"
42+
},
43+
"bugs": {
44+
"url": "https://github.com/viraj-gamdha/postcss-token-utilities/issues"
45+
},
46+
"homepage": "https://github.com/viraj-gamdha/postcss-token-utilities#readme",
47+
"engines": {
48+
"node": "^14 || ^16 || >=18"
49+
},
50+
"peerDependencies": {
51+
"postcss": "^8.4"
52+
},
53+
"dependencies": {
54+
"fast-glob": "^3.3.3"
55+
},
56+
"devDependencies": {
57+
"@rollup/plugin-commonjs": "^28.0.2",
58+
"@rollup/plugin-node-resolve": "^15.3.0",
59+
"@rollup/plugin-terser": "^0.4.4",
60+
"@rollup/plugin-typescript": "^12.1.2",
61+
"@types/node": "^24.10.1",
62+
"postcss": "^8.5.6",
63+
"rollup": "^4.30.1",
64+
"typescript": "~5.9.3"
65+
},
66+
67+
"gitHead": "b9d151ea495ce0bfa9c44774c9812014e7d87373",
68+
"_nodeVersion": "22.18.0",
69+
"_npmVersion": "11.1.0",
70+
"dist": {
71+
"integrity": "sha512-GATpJsRie/uU4Jj/NP+z1l00XKYQIvhGI88CUO1dqccMahN8FB/4z78+uqDuilBqdt9AsElT5U6LA7EB4UEcUw==",
72+
"shasum": "98437d49555f8e624cf4df4cc09cef655077e2ad",
73+
"tarball": "https://registry.npmjs.org/postcss-token-utilities/-/postcss-token-utilities-1.3.0.tgz",
74+
"fileCount": 7,
75+
"unpackedSize": 59880,
76+
"signatures": [
77+
{
78+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
79+
"sig": "MEUCIQCsJEXj18aYMVWJeZxZHmprMF6S8Qs0UuVkdq1dluybLwIgAyOKqC+5/J2+RNvjTm8/uLkPP29GM3/6VhLQ529/PHo="
80+
}
81+
]
82+
},
83+
"_npmUser": {
84+
"name": "viraj-gamdha",
85+
"email": "[email protected]"
86+
},
87+
"directories": {},
88+
"maintainers": [
89+
{
90+
"name": "viraj-gamdha",
91+
"email": "[email protected]"
92+
}
93+
],
94+
"_npmOperationalInternal": {
95+
"host": "s3://npm-registry-packages-npm-production",
96+
"tmp": "tmp/postcss-token-utilities_1.3.0_1769583970731_0.5158226464874966"
97+
},
98+
"_hasShrinkwrap": false,
99+
"_time": "2026-01-28T07:06:10.871Z"
100+
}

0 commit comments

Comments
 (0)