Skip to content

Commit c84cdef

Browse files
postcss-normalize-stylus-compatable-container-query-syntax-1.0.0 (#2380)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 27730f5 commit c84cdef

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
{
2+
"name": "postcss-normalize-stylus-compatable-container-query-syntax",
3+
"version": "1.0.0",
4+
"description": "PostCSS plugin changing the Stylus-compatable irregular container queries syntax to normal",
5+
"keywords": [
6+
"postcss",
7+
"css",
8+
"postcss-plugin",
9+
"container-query"
10+
],
11+
"author": {
12+
"name": "Takesi Tokugawa",
13+
"email": "[email protected]"
14+
},
15+
"license": "MIT",
16+
"repository": {
17+
"type": "git",
18+
"url": "git+https://github.com/TokugawaTakeshi/postcss-normalize-stylus-compatable-container-query-syntax.git"
19+
},
20+
"engines": {
21+
"node": ">=18.0.0"
22+
},
23+
"peerDependencies": {
24+
"postcss": "^8.4.27"
25+
},
26+
27+
"gitHead": "fb6918bb8f769b333f6a42fa6cdc7490ece1b088",
28+
"bugs": {
29+
"url": "https://github.com/TokugawaTakeshi/postcss-normalize-stylus-compatable-container-query-syntax/issues"
30+
},
31+
"homepage": "https://github.com/TokugawaTakeshi/postcss-normalize-stylus-compatable-container-query-syntax#readme",
32+
"_nodeVersion": "22.15.0",
33+
"_npmVersion": "10.9.0",
34+
"dist": {
35+
"integrity": "sha512-Rm6xKH44bBkwKBOYFBQJLpja+wfrWfWXsjfhqUpI7sAnbhFQ9dLLS7XU624OU3IKUmk9rfQIYvs9FQ9Aprc31Q==",
36+
"shasum": "aecbd19198557404d9171f6dd2506c6e466779b7",
37+
"tarball": "https://registry.npmjs.org/postcss-normalize-stylus-compatable-container-query-syntax/-/postcss-normalize-stylus-compatable-container-query-syntax-1.0.0.tgz",
38+
"fileCount": 9,
39+
"unpackedSize": 4966,
40+
"signatures": [
41+
{
42+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
43+
"sig": "MEUCIQCN32F+RKorEIJlAzYoJt7CfSVThYLIJNQv7IEk8JZpLgIgP2xzy6TKKNm7nyB46EdnlS7tG4xEgf1EL0eEfts0IPo="
44+
}
45+
]
46+
},
47+
"_npmUser": {
48+
"name": "yd-tokugawa_t",
49+
"email": "[email protected]"
50+
},
51+
"directories": {},
52+
"maintainers": [
53+
{
54+
"name": "yd-tokugawa_t",
55+
"email": "[email protected]"
56+
}
57+
],
58+
"_npmOperationalInternal": {
59+
"host": "s3://npm-registry-packages-npm-production",
60+
"tmp": "tmp/postcss-normalize-stylus-compatable-container-query-syntax_1.0.0_1759541796206_0.7477479255042838"
61+
},
62+
"_hasShrinkwrap": false,
63+
"_time": "2025-10-04T01:36:36.391Z"
64+
}

0 commit comments

Comments
 (0)