Skip to content

Commit 8e42afa

Browse files
soyleninjs/postcss-flow-1.0.0 (#2441)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7fda104 commit 8e42afa

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": "@soyleninjs/postcss-flow",
3+
"version": "1.0.0",
4+
"description": "PostCSS plugin for creating fluid and responsive CSS values with granular breakpoint control using the flow() function",
5+
"main": "postcss-flow.min.js",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/soyleninjs/postcss-flow.git"
9+
},
10+
"bugs": {
11+
"url": "https://github.com/soyleninjs/postcss-flow/issues"
12+
},
13+
"homepage": "https://github.com/soyleninjs/postcss-flow#readme",
14+
"keywords": [
15+
"postcss",
16+
"postcss-plugin",
17+
"css",
18+
"responsive",
19+
"fluid",
20+
"clamp",
21+
"flow",
22+
"media-queries",
23+
"breakpoints",
24+
"fluid-typography",
25+
"responsive-design",
26+
"desktop-first",
27+
"css-variables",
28+
"interpolation"
29+
],
30+
"author": {
31+
"name": "Lenin",
32+
"url": "https://github.com/soyleninjs"
33+
},
34+
"license": "MIT",
35+
"engines": {
36+
"node": ">=12.0.0"
37+
},
38+
"peerDependencies": {
39+
"postcss": ">=8.0.0"
40+
},
41+
"_id": "@soyleninjs/[email protected]",
42+
"gitHead": "19dc5ca3f519185b92ab69399ee18200a18ac381",
43+
"_nodeVersion": "22.19.0",
44+
"_npmVersion": "10.9.3",
45+
"dist": {
46+
"integrity": "sha512-kSWWt+H99CNSeEjPvXLCc29/EaINq4KR2n8RYYy5uSMjvV+8GX/ywwak5fhN/TC0P9gd8fYiu8Lp+7XOdRDCkw==",
47+
"shasum": "3d8aceb8ba2205a1fe0cf90653563f6c6f768610",
48+
"tarball": "https://registry.npmjs.org/@soyleninjs/postcss-flow/-/postcss-flow-1.0.0.tgz",
49+
"fileCount": 5,
50+
"unpackedSize": 16034,
51+
"signatures": [
52+
{
53+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
54+
"sig": "MEQCIDd3tUmHpa2srpFty77xoz+s1i1jQQ3avncDltUG+NkeAiAznWAMbcXw9wmmrMkOifFD4GCObnv8iswRm9XXNkQaLg=="
55+
}
56+
]
57+
},
58+
"_npmUser": {
59+
"name": "soyleninjs",
60+
"email": "[email protected]"
61+
},
62+
"directories": {},
63+
"maintainers": [
64+
{
65+
"name": "soyleninjs",
66+
"email": "[email protected]"
67+
}
68+
],
69+
"_npmOperationalInternal": {
70+
"host": "s3://npm-registry-packages-npm-production",
71+
"tmp": "tmp/postcss-flow_1.0.0_1761582963111_0.9369903379310569"
72+
},
73+
"_hasShrinkwrap": false,
74+
"_time": "2025-10-27T16:36:03.290Z"
75+
}

0 commit comments

Comments
 (0)