Skip to content

Commit 042ac6c

Browse files
csstools/postcss-logical-float-and-clear-3.0.0 (#2453)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3d1b01b commit 042ac6c

1 file changed

Lines changed: 110 additions & 0 deletions

File tree

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
{
2+
"name": "@csstools/postcss-logical-float-and-clear",
3+
"description": "Use flow-relative (inline-start and inline-end) values for float and clear",
4+
"version": "3.0.0",
5+
"contributors": [
6+
{
7+
"name": "Antonio Laguna",
8+
"email": "[email protected]",
9+
"url": "https://antonio.laguna.es"
10+
},
11+
{
12+
"name": "Romain Menke",
13+
"email": "[email protected]"
14+
}
15+
],
16+
"license": "MIT-0",
17+
"funding": [
18+
{
19+
"type": "github",
20+
"url": "https://github.com/sponsors/csstools"
21+
},
22+
{
23+
"type": "opencollective",
24+
"url": "https://opencollective.com/csstools"
25+
}
26+
],
27+
"engines": {
28+
"node": ">=18"
29+
},
30+
"type": "module",
31+
"main": "dist/index.cjs",
32+
"module": "dist/index.mjs",
33+
"exports": {
34+
".": {
35+
"import": {
36+
"types": "./dist/index.d.ts",
37+
"default": "./dist/index.mjs"
38+
},
39+
"require": {
40+
"default": "./dist/index.cjs"
41+
}
42+
}
43+
},
44+
"peerDependencies": {
45+
"postcss": "^8.4"
46+
},
47+
"scripts": {},
48+
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-float-and-clear#readme",
49+
"repository": {
50+
"type": "git",
51+
"url": "git+https://github.com/csstools/postcss-plugins.git",
52+
"directory": "plugins/postcss-logical-float-and-clear"
53+
},
54+
"bugs": {
55+
"url": "https://github.com/csstools/postcss-plugins/issues"
56+
},
57+
"keywords": [
58+
"block",
59+
"clear",
60+
"css",
61+
"float",
62+
"inline",
63+
"logical",
64+
"postcss",
65+
"postcss-plugin"
66+
],
67+
"_id": "@csstools/[email protected]",
68+
"gitHead": "7a6eb3af799a9019c39621e37eee02fd2df736be",
69+
"types": "./dist/index.d.ts",
70+
"_nodeVersion": "22.1.0",
71+
"_npmVersion": "10.7.0",
72+
"dist": {
73+
"integrity": "sha512-SEmaHMszwakI2rqKRJgE+8rpotFfne1ZS6bZqBoQIicFyV+xT1UF42eORPxJkVJVrH9C0ctUgwMSn3BLOIZldQ==",
74+
"shasum": "62617564182cf86ab5d4e7485433ad91e4c58571",
75+
"tarball": "https://registry.npmjs.org/@csstools/postcss-logical-float-and-clear/-/postcss-logical-float-and-clear-3.0.0.tgz",
76+
"fileCount": 7,
77+
"unpackedSize": 7979,
78+
"signatures": [
79+
{
80+
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
81+
"sig": "MEUCIQD3MfsAvDqOQnQMDI6V+RsQ7UVFipALuLsMHtzDahvU/gIgNH8OeDB+1GbSMKNfqhnmZUDKA96iVshX+4EYCul5VyY="
82+
}
83+
]
84+
},
85+
"_npmUser": {
86+
"name": "romainmenke",
87+
"email": "[email protected]"
88+
},
89+
"directories": {},
90+
"maintainers": [
91+
{
92+
"name": "romainmenke",
93+
"email": "[email protected]"
94+
},
95+
{
96+
"name": "alaguna",
97+
"email": "[email protected]"
98+
},
99+
{
100+
"name": "jonathantneal",
101+
"email": "[email protected]"
102+
}
103+
],
104+
"_npmOperationalInternal": {
105+
"host": "s3://npm-registry-packages",
106+
"tmp": "tmp/postcss-logical-float-and-clear_3.0.0_1722721051135_0.9199048348440588"
107+
},
108+
"_hasShrinkwrap": false,
109+
"_time": "2024-08-03T21:37:31.280Z"
110+
}

0 commit comments

Comments
 (0)