Skip to content

Commit 03db49e

Browse files
csstools/postcss-logical-resize-3.0.0 (#2466)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 98446d9 commit 03db49e

File tree

1 file changed

+112
-0
lines changed

1 file changed

+112
-0
lines changed
Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
{
2+
"name": "@csstools/postcss-logical-resize",
3+
"description": "Use logical values in the resize property",
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+
"dependencies": {
45+
"postcss-value-parser": "^4.2.0"
46+
},
47+
"peerDependencies": {
48+
"postcss": "^8.4"
49+
},
50+
"scripts": {},
51+
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-resize#readme",
52+
"repository": {
53+
"type": "git",
54+
"url": "git+https://github.com/csstools/postcss-plugins.git",
55+
"directory": "plugins/postcss-logical-resize"
56+
},
57+
"bugs": {
58+
"url": "https://github.com/csstools/postcss-plugins/issues"
59+
},
60+
"keywords": [
61+
"block",
62+
"css",
63+
"inline",
64+
"logical",
65+
"postcss",
66+
"postcss-plugin",
67+
"resize"
68+
],
69+
"_id": "@csstools/[email protected]",
70+
"gitHead": "b25122cff283dfded891ee2ac883d9f092c27b07",
71+
"types": "./dist/index.d.ts",
72+
"_nodeVersion": "22.1.0",
73+
"_npmVersion": "10.7.0",
74+
"dist": {
75+
"integrity": "sha512-DFbHQOFW/+I+MY4Ycd/QN6Dg4Hcbb50elIJCfnwkRTCX05G11SwViI5BbBlg9iHRl4ytB7pmY5ieAFk3ws7yyg==",
76+
"shasum": "4df0eeb1a61d7bd85395e56a5cce350b5dbfdca6",
77+
"tarball": "https://registry.npmjs.org/@csstools/postcss-logical-resize/-/postcss-logical-resize-3.0.0.tgz",
78+
"fileCount": 7,
79+
"unpackedSize": 9730,
80+
"signatures": [
81+
{
82+
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
83+
"sig": "MEUCIQCjI0kLfGZ6gNzH5OJldNjQVE7jr6R4uxSAOPhR58e5ygIgC0UIMa8L3c16zsru4+FOYxLitYTOoDFTNzwRMbOmtbg="
84+
}
85+
]
86+
},
87+
"_npmUser": {
88+
"name": "romainmenke",
89+
"email": "[email protected]"
90+
},
91+
"directories": {},
92+
"maintainers": [
93+
{
94+
"name": "romainmenke",
95+
"email": "[email protected]"
96+
},
97+
{
98+
"name": "alaguna",
99+
"email": "[email protected]"
100+
},
101+
{
102+
"name": "jonathantneal",
103+
"email": "[email protected]"
104+
}
105+
],
106+
"_npmOperationalInternal": {
107+
"host": "s3://npm-registry-packages",
108+
"tmp": "tmp/postcss-logical-resize_3.0.0_1722721067424_0.7132108266576873"
109+
},
110+
"_hasShrinkwrap": false,
111+
"_time": "2024-08-03T21:37:47.720Z"
112+
}

0 commit comments

Comments
 (0)