Skip to content

Commit 0385992

Browse files
postcss-size-clamp-3.3.2 (#2285)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent abbe9d0 commit 0385992

1 file changed

Lines changed: 75 additions & 0 deletions

File tree

directory/postcss-size-clamp.json

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
{
2+
"name": "postcss-size-clamp",
3+
"version": "3.3.2",
4+
"description": "PostCSS plugin for fluid typography using modern CSS clamp()",
5+
"main": "index.js",
6+
"keywords": [
7+
"postcss",
8+
"postcss-plugin",
9+
"css",
10+
"fluid",
11+
"typography",
12+
"clamp"
13+
],
14+
"author": {
15+
"name": "Code Resolution"
16+
},
17+
"license": "MIT",
18+
"scripts": {
19+
"test": "jest",
20+
"postpublish": "git push --follow-tags"
21+
},
22+
"repository": {
23+
"type": "git",
24+
"url": "git+https://github.com/coderesolution/postcss-size-clamp.git"
25+
},
26+
"peerDependencies": {
27+
"postcss": "^8.0.0"
28+
},
29+
"devDependencies": {
30+
"@babel/core": "^7.27.4",
31+
"@babel/preset-env": "^7.27.2",
32+
"babel-jest": "^29.7.0",
33+
"jest": "^29.7.0",
34+
"jest-postcss": "^0.1.0",
35+
"postcss": "^8.5.5"
36+
},
37+
38+
"gitHead": "b74d2a9c90dc530bd9fb8f9755b79bdb8ee330f4",
39+
"bugs": {
40+
"url": "https://github.com/coderesolution/postcss-size-clamp/issues"
41+
},
42+
"homepage": "https://github.com/coderesolution/postcss-size-clamp#readme",
43+
"_nodeVersion": "20.18.0",
44+
"_npmVersion": "10.8.2",
45+
"dist": {
46+
"integrity": "sha512-GPSGp+ZrVbTPyJuvsG8jiboyjlIBZitozj1uZxSYvK0Z6Ndwvey1s952q+qpQ52avo8MJc/mtPkev4SnXpqmVw==",
47+
"shasum": "c6722a6033e0d808e1a0c3cf044d2fdab2f26ffc",
48+
"tarball": "https://registry.npmjs.org/postcss-size-clamp/-/postcss-size-clamp-3.3.2.tgz",
49+
"fileCount": 7,
50+
"unpackedSize": 18448,
51+
"signatures": [
52+
{
53+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
54+
"sig": "MEUCIFxu33YtpULpUKpP2+88rFY+M+XX8AcDNKhro+TTcFdHAiEApYFx6/YxlWYUBWUxi6CjEPQwOTG0wrXcVJapyYWR1q0="
55+
}
56+
]
57+
},
58+
"_npmUser": {
59+
"name": "elliottmangham",
60+
"email": "[email protected]"
61+
},
62+
"directories": {},
63+
"maintainers": [
64+
{
65+
"name": "elliottmangham",
66+
"email": "[email protected]"
67+
}
68+
],
69+
"_npmOperationalInternal": {
70+
"host": "s3://npm-registry-packages-npm-production",
71+
"tmp": "tmp/postcss-size-clamp_3.3.2_1750079359867_0.41887912501812696"
72+
},
73+
"_hasShrinkwrap": false,
74+
"_time": "2025-06-16T13:09:20.033Z"
75+
}

0 commit comments

Comments
 (0)