Skip to content

Commit ae3412b

Browse files
csstools/postcss-logical-overscroll-behavior-2.0.0 (#2471)
1 parent 7a7ddb3 commit ae3412b

1 file changed

Lines changed: 106 additions & 0 deletions

File tree

Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
{
2+
"name": "@csstools/postcss-logical-overscroll-behavior",
3+
"description": "Use logical overscroll behavior properties and values in CSS",
4+
"version": "2.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-overscroll-behavior#readme",
49+
"repository": {
50+
"type": "git",
51+
"url": "git+https://github.com/csstools/postcss-plugins.git",
52+
"directory": "plugins/postcss-logical-overscroll-behavior"
53+
},
54+
"bugs": {
55+
"url": "https://github.com/csstools/postcss-plugins/issues"
56+
},
57+
"keywords": [
58+
"css",
59+
"logical",
60+
"overscroll-behavior",
61+
"postcss-plugin"
62+
],
63+
"_id": "@csstools/[email protected]",
64+
"gitHead": "14463b11705a619d272b970d4551a580f67e4a90",
65+
"types": "./dist/index.d.ts",
66+
"_nodeVersion": "22.1.0",
67+
"_npmVersion": "10.7.0",
68+
"dist": {
69+
"integrity": "sha512-e/webMjoGOSYfqLunyzByZj5KKe5oyVg/YSbie99VEaSDE2kimFm0q1f6t/6Jo+VVCQ/jbe2Xy+uX+C4xzWs4w==",
70+
"shasum": "43c03eaecdf34055ef53bfab691db6dc97a53d37",
71+
"tarball": "https://registry.npmjs.org/@csstools/postcss-logical-overscroll-behavior/-/postcss-logical-overscroll-behavior-2.0.0.tgz",
72+
"fileCount": 7,
73+
"unpackedSize": 7453,
74+
"signatures": [
75+
{
76+
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
77+
"sig": "MEUCIQDOJqKNm5+04P4CtFG4JG2yAw8mAtQRxLjcDzeUz0ThIwIgJ51eUoEuPFhlTIB6QDdQul0/QlHU87vFqqgLIEvRCYM="
78+
}
79+
]
80+
},
81+
"_npmUser": {
82+
"name": "romainmenke",
83+
"email": "[email protected]"
84+
},
85+
"directories": {},
86+
"maintainers": [
87+
{
88+
"name": "romainmenke",
89+
"email": "[email protected]"
90+
},
91+
{
92+
"name": "alaguna",
93+
"email": "[email protected]"
94+
},
95+
{
96+
"name": "jonathantneal",
97+
"email": "[email protected]"
98+
}
99+
],
100+
"_npmOperationalInternal": {
101+
"host": "s3://npm-registry-packages",
102+
"tmp": "tmp/postcss-logical-overscroll-behavior_2.0.0_1722721061944_0.6134334622605946"
103+
},
104+
"_hasShrinkwrap": false,
105+
"_time": "2024-08-03T21:37:42.186Z"
106+
}

0 commit comments

Comments
 (0)