Skip to content

Commit e631d6e

Browse files
postcss-design-token-utils-3.0.1 (#2128)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1855df6 commit e631d6e

File tree

1 file changed

+83
-0
lines changed

1 file changed

+83
-0
lines changed
+83
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
{
2+
"name": "postcss-design-token-utils",
3+
"version": "3.0.1",
4+
"description": "PostCSS plugin to convert design tokens to CSS custom properties and utility classes.",
5+
"main": "index.js",
6+
"funding": "https://github.com/sponsors/saneef/",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/saneef/postcss-design-token-utils.git"
10+
},
11+
"scripts": {
12+
"test": "ava"
13+
},
14+
"keywords": [
15+
"postcss-plugin",
16+
"design-tokens",
17+
"utility-class",
18+
"atomic-css",
19+
"postcss"
20+
],
21+
"author": {
22+
"name": "Saneef Ansari",
23+
"email": "[email protected]",
24+
"url": "https://saneef.com/"
25+
},
26+
"license": "MIT",
27+
"dependencies": {
28+
"just-kebab-case": "^4.2.0"
29+
},
30+
"devDependencies": {
31+
"ava": "^6.1.2",
32+
"cssnano": "^7.0.0",
33+
"cssnano-preset-lite": "^4.0.0",
34+
"postcss": "^8.4.38"
35+
},
36+
"peerDependencies": {
37+
"postcss": "^8.0.0"
38+
},
39+
"ava": {
40+
"files": [
41+
"test/**/*",
42+
"!test/runner.mjs"
43+
]
44+
},
45+
46+
"gitHead": "f440cd24200499247642438447d5d50d281ee8ff",
47+
"bugs": {
48+
"url": "https://github.com/saneef/postcss-design-token-utils/issues"
49+
},
50+
"homepage": "https://github.com/saneef/postcss-design-token-utils#readme",
51+
"_nodeVersion": "20.11.0",
52+
"_npmVersion": "10.2.4",
53+
"dist": {
54+
"integrity": "sha512-IhFqqw2q4+oEnWuGCjByaNj1KlekA1G/2SOosZVJ0OPc0B8R/ElBavDUahQkhSgAeMRgMOEehryd0yy4GGhn4Q==",
55+
"shasum": "d88f761cf2c1136ebdb03ba9404ddfa026b0e9f1",
56+
"tarball": "https://registry.npmjs.org/postcss-design-token-utils/-/postcss-design-token-utils-3.0.1.tgz",
57+
"fileCount": 6,
58+
"unpackedSize": 19070,
59+
"signatures": [
60+
{
61+
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
62+
"sig": "MEQCICiPr8gcQHdJlg2j5v/IyQDHuP3/FSFLO7zUCCJGTgkrAiAhiu3zyUOkLuL/PxvWDXcDV81D9qtf2QuraOYF3UWVQg=="
63+
}
64+
]
65+
},
66+
"_npmUser": {
67+
"name": "saneef",
68+
"email": "[email protected]"
69+
},
70+
"directories": {},
71+
"maintainers": [
72+
{
73+
"name": "saneef",
74+
"email": "[email protected]"
75+
}
76+
],
77+
"_npmOperationalInternal": {
78+
"host": "s3://npm-registry-packages",
79+
"tmp": "tmp/postcss-design-token-utils_3.0.1_1716561592285_0.5504785882820566"
80+
},
81+
"_hasShrinkwrap": false,
82+
"_time": "2024-05-24T14:39:52.428Z"
83+
}

0 commit comments

Comments
 (0)