Skip to content

Commit e5e7b58

Browse files
csstools/postcss-logical-viewport-units-3.0.4 (#2483)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent aa2c8da commit e5e7b58

File tree

1 file changed

+114
-0
lines changed

1 file changed

+114
-0
lines changed
Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
{
2+
"name": "@csstools/postcss-logical-viewport-units",
3+
"description": "Use vb and vi length units in CSS",
4+
"version": "3.0.4",
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+
"@csstools/css-tokenizer": "^3.0.4",
46+
"@csstools/utilities": "^2.0.0"
47+
},
48+
"peerDependencies": {
49+
"postcss": "^8.4"
50+
},
51+
"scripts": {},
52+
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-viewport-units#readme",
53+
"repository": {
54+
"type": "git",
55+
"url": "git+https://github.com/csstools/postcss-plugins.git",
56+
"directory": "plugins/postcss-logical-viewport-units"
57+
},
58+
"bugs": {
59+
"url": "https://github.com/csstools/postcss-plugins/issues"
60+
},
61+
"keywords": [
62+
"block",
63+
"css",
64+
"inline",
65+
"logical",
66+
"padding",
67+
"postcss",
68+
"postcss-plugin",
69+
"viewport units"
70+
],
71+
"_id": "@csstools/[email protected]",
72+
"gitHead": "bea924a6678ed823d7f4d1309f38450a34f32263",
73+
"types": "./dist/index.d.ts",
74+
"_nodeVersion": "22.12.0",
75+
"_npmVersion": "10.9.0",
76+
"dist": {
77+
"integrity": "sha512-q+eHV1haXA4w9xBwZLKjVKAWn3W2CMqmpNpZUk5kRprvSiBEGMgrNH3/sJZ8UA3JgyHaOt3jwT9uFa4wLX4EqQ==",
78+
"shasum": "016d98a8b7b5f969e58eb8413447eb801add16fc",
79+
"tarball": "https://registry.npmjs.org/@csstools/postcss-logical-viewport-units/-/postcss-logical-viewport-units-3.0.4.tgz",
80+
"fileCount": 7,
81+
"unpackedSize": 9372,
82+
"signatures": [
83+
{
84+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
85+
"sig": "MEYCIQCzEZSb8G43/ka1REYfFnOIZQ6pb9avKznu0PuJUnwBhQIhANREq7+QMauCcc09JBSmT062b+KVfXV7H5oYkoWwjk2L"
86+
}
87+
]
88+
},
89+
"_npmUser": {
90+
"name": "romainmenke",
91+
"email": "[email protected]"
92+
},
93+
"directories": {},
94+
"maintainers": [
95+
{
96+
"name": "jonathantneal",
97+
"email": "[email protected]"
98+
},
99+
{
100+
"name": "alaguna",
101+
"email": "[email protected]"
102+
},
103+
{
104+
"name": "romainmenke",
105+
"email": "[email protected]"
106+
}
107+
],
108+
"_npmOperationalInternal": {
109+
"host": "s3://npm-registry-packages-npm-production",
110+
"tmp": "tmp/postcss-logical-viewport-units_3.0.4_1748342822103_0.4235761645237661"
111+
},
112+
"_hasShrinkwrap": false,
113+
"_time": "2025-05-27T10:47:02.359Z"
114+
}

0 commit comments

Comments
 (0)