Skip to content

Commit 01c0e0d

Browse files
csstools/postcss-normalize-display-values-4.0.0 (#2458)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fc23302 commit 01c0e0d

1 file changed

Lines changed: 119 additions & 0 deletions

File tree

Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
1+
{
2+
"name": "@csstools/postcss-normalize-display-values",
3+
"description": "Use two values display syntax for inner and outer display types.",
4+
"version": "4.0.0",
5+
"author": {
6+
"name": "Jonathan Neal",
7+
"email": "[email protected]"
8+
},
9+
"license": "MIT-0",
10+
"funding": [
11+
{
12+
"type": "github",
13+
"url": "https://github.com/sponsors/csstools"
14+
},
15+
{
16+
"type": "opencollective",
17+
"url": "https://opencollective.com/csstools"
18+
}
19+
],
20+
"engines": {
21+
"node": ">=18"
22+
},
23+
"type": "module",
24+
"main": "dist/index.cjs",
25+
"module": "dist/index.mjs",
26+
"exports": {
27+
".": {
28+
"import": {
29+
"types": "./dist/index.d.ts",
30+
"default": "./dist/index.mjs"
31+
},
32+
"require": {
33+
"default": "./dist/index.cjs"
34+
}
35+
}
36+
},
37+
"dependencies": {
38+
"postcss-value-parser": "^4.2.0"
39+
},
40+
"peerDependencies": {
41+
"postcss": "^8.4"
42+
},
43+
"scripts": {},
44+
"repository": {
45+
"type": "git",
46+
"url": "git+https://github.com/csstools/postcss-plugins.git",
47+
"directory": "plugins/postcss-normalize-display-values"
48+
},
49+
"keywords": [
50+
"block",
51+
"css",
52+
"display",
53+
"flex",
54+
"flow",
55+
"flow-root",
56+
"grid",
57+
"inline",
58+
"inline-block",
59+
"inline-flex",
60+
"inline-grid",
61+
"inline-table",
62+
"list-item",
63+
"postcss-plugin",
64+
"ruby",
65+
"ruby-base",
66+
"ruby-text",
67+
"run-in",
68+
"table",
69+
"table-caption",
70+
"table-cell"
71+
],
72+
"_id": "@csstools/[email protected]",
73+
"gitHead": "85aad1c18fe88ac1424ca9a4ef49060f163e1eea",
74+
"types": "./dist/index.d.ts",
75+
"bugs": {
76+
"url": "https://github.com/csstools/postcss-plugins/issues"
77+
},
78+
"homepage": "https://github.com/csstools/postcss-plugins#readme",
79+
"_nodeVersion": "22.1.0",
80+
"_npmVersion": "10.7.0",
81+
"dist": {
82+
"integrity": "sha512-HlEoG0IDRoHXzXnkV4in47dzsxdsjdz6+j7MLjaACABX2NfvjFS6XVAnpaDyGesz9gK2SC7MbNwdCHusObKJ9Q==",
83+
"shasum": "ecdde2daf4e192e5da0c6fd933b6d8aff32f2a36",
84+
"tarball": "https://registry.npmjs.org/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-4.0.0.tgz",
85+
"fileCount": 7,
86+
"unpackedSize": 8270,
87+
"signatures": [
88+
{
89+
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
90+
"sig": "MEUCIGKHV19GvqBfsR+BxPCbeX68KOomZt2wZoEfcDbcyk2sAiEA8C/24OhwIp1zEfRMnfFhezB35v6g+VQArdFddjDuHXA="
91+
}
92+
]
93+
},
94+
"_npmUser": {
95+
"name": "romainmenke",
96+
"email": "[email protected]"
97+
},
98+
"directories": {},
99+
"maintainers": [
100+
{
101+
"name": "romainmenke",
102+
"email": "[email protected]"
103+
},
104+
{
105+
"name": "alaguna",
106+
"email": "[email protected]"
107+
},
108+
{
109+
"name": "jonathantneal",
110+
"email": "[email protected]"
111+
}
112+
],
113+
"_npmOperationalInternal": {
114+
"host": "s3://npm-registry-packages",
115+
"tmp": "tmp/postcss-normalize-display-values_4.0.0_1722721095504_0.9090331809484522"
116+
},
117+
"_hasShrinkwrap": false,
118+
"_time": "2024-08-03T21:38:15.701Z"
119+
}

0 commit comments

Comments
 (0)