Skip to content

Commit 893e103

Browse files
csstools/postcss-position-area-property-2.0.0 (#2596)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a187a51 commit 893e103

1 file changed

Lines changed: 95 additions & 0 deletions

File tree

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
{
2+
"name": "@csstools/postcss-position-area-property",
3+
"description": "Fallback `position-area` to the alternate name `inset-area`",
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": ">=20.19.0"
29+
},
30+
"type": "module",
31+
"exports": {
32+
".": {
33+
"types": "./dist/index.d.ts",
34+
"default": "./dist/index.mjs"
35+
}
36+
},
37+
"peerDependencies": {
38+
"postcss": "^8.4"
39+
},
40+
"scripts": {},
41+
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-position-area-property#readme",
42+
"repository": {
43+
"type": "git",
44+
"url": "git+https://github.com/csstools/postcss-plugins.git",
45+
"directory": "plugins/postcss-position-area-property"
46+
},
47+
"bugs": {
48+
"url": "https://github.com/csstools/postcss-plugins/issues"
49+
},
50+
"keywords": [
51+
"postcss-plugin"
52+
],
53+
"gitHead": "9648a709d267d2a212b8112d16dae9c0e35e23d5",
54+
"_id": "@csstools/[email protected]",
55+
"_nodeVersion": "25.1.0",
56+
"_npmVersion": "11.6.2",
57+
"dist": {
58+
"integrity": "sha512-TeEfzsJGB23Syv7yCm8AHCD2XTFujdjr9YYu9ebH64vnfCEvY4BG319jXAYSlNlf3Yc9PNJ6WnkDkUF5XVgSKQ==",
59+
"shasum": "3eb4cdc133584c5f413456099fa370a6ccf20140",
60+
"tarball": "https://registry.npmjs.org/@csstools/postcss-position-area-property/-/postcss-position-area-property-2.0.0.tgz",
61+
"fileCount": 6,
62+
"unpackedSize": 4481,
63+
"signatures": [
64+
{
65+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
66+
"sig": "MEYCIQDTc79eSH2MTn6QH9/Orr/YoDWsdCydCyHiWyOzLszHdgIhAJSTL+tPyN3HhzCWTwOjLhaz1w8j3wrNJ52cCHbfIWCd"
67+
}
68+
]
69+
},
70+
"_npmUser": {
71+
"name": "romainmenke",
72+
"email": "[email protected]"
73+
},
74+
"directories": {},
75+
"maintainers": [
76+
{
77+
"name": "jonathantneal",
78+
"email": "[email protected]"
79+
},
80+
{
81+
"name": "alaguna",
82+
"email": "[email protected]"
83+
},
84+
{
85+
"name": "romainmenke",
86+
"email": "[email protected]"
87+
}
88+
],
89+
"_npmOperationalInternal": {
90+
"host": "s3://npm-registry-packages-npm-production",
91+
"tmp": "tmp/postcss-position-area-property_2.0.0_1768375468672_0.2530460285771552"
92+
},
93+
"_hasShrinkwrap": false,
94+
"_time": "2026-01-14T07:24:28.805Z"
95+
}

0 commit comments

Comments
 (0)