Skip to content

Commit 93673b8

Browse files
postcss-normalize-stylus-compatible-container-query-syntax-1.0.0 (#2390)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fd35bf5 commit 93673b8

1 file changed

Lines changed: 84 additions & 0 deletions

File tree

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
{
2+
"name": "postcss-normalize-stylus-compatible-container-query-syntax",
3+
"version": "1.0.0",
4+
"description": "PostCSS plugin changing the Stylus-compatible irregular container queries syntax to the regular one.",
5+
"keywords": [
6+
"postcss",
7+
"css",
8+
"postcss-plugin",
9+
"container-query"
10+
],
11+
"scripts": {
12+
"unit": "node --test index.test.js",
13+
"test": "npm run unit && eslint ."
14+
},
15+
"author": {
16+
"name": "Takesi Tokugawa",
17+
"email": "[email protected]"
18+
},
19+
"license": "MIT",
20+
"repository": {
21+
"type": "git",
22+
"url": "git+https://github.com/TokugawaTakeshi/postcss-normalize-stylus-compatible-container-query-syntax.git"
23+
},
24+
"engines": {
25+
"node": ">=18.0.0"
26+
},
27+
"peerDependencies": {
28+
"postcss": "^8.4.27"
29+
},
30+
"devDependencies": {
31+
"eslint": "^8.47.0",
32+
"postcss": "^8.4.27"
33+
},
34+
"eslintConfig": {
35+
"parserOptions": {
36+
"ecmaVersion": 2017
37+
},
38+
"env": {
39+
"node": true,
40+
"es6": true
41+
},
42+
"extends": [
43+
"eslint:recommended"
44+
]
45+
},
46+
47+
"gitHead": "586d9ec50fd155c43c6b2135b828aeded66217e5",
48+
"bugs": {
49+
"url": "https://github.com/TokugawaTakeshi/postcss-normalize-stylus-compatible-container-query-syntax/issues"
50+
},
51+
"homepage": "https://github.com/TokugawaTakeshi/postcss-normalize-stylus-compatible-container-query-syntax#readme",
52+
"_nodeVersion": "22.15.0",
53+
"_npmVersion": "10.9.0",
54+
"dist": {
55+
"integrity": "sha512-yuabFrt/eycZAS1iAymMpa0N867XgTltxuyU5QENpm8TK6nw3fnbi/q/NZFY5qGki3+bSka+03amCZGsg/Oe6w==",
56+
"shasum": "3c369e191cae283dd116206a35705986bde24866",
57+
"tarball": "https://registry.npmjs.org/postcss-normalize-stylus-compatible-container-query-syntax/-/postcss-normalize-stylus-compatible-container-query-syntax-1.0.0.tgz",
58+
"fileCount": 10,
59+
"unpackedSize": 5385,
60+
"signatures": [
61+
{
62+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
63+
"sig": "MEUCIQCb562S73W7nQe9PnWjRzFj80L63pg+OWBwalVKGr5B9QIgKa7tqq3Tpn6Y6Cwm+PhQq0eM6ddEV2eY/ehHdChwyAI="
64+
}
65+
]
66+
},
67+
"_npmUser": {
68+
"name": "yd-tokugawa_t",
69+
"email": "[email protected]"
70+
},
71+
"directories": {},
72+
"maintainers": [
73+
{
74+
"name": "yd-tokugawa_t",
75+
"email": "[email protected]"
76+
}
77+
],
78+
"_npmOperationalInternal": {
79+
"host": "s3://npm-registry-packages-npm-production",
80+
"tmp": "tmp/postcss-normalize-stylus-compatible-container-query-syntax_1.0.0_1760526639096_0.18322576280340352"
81+
},
82+
"_hasShrinkwrap": false,
83+
"_time": "2025-10-15T11:10:39.273Z"
84+
}

0 commit comments

Comments
 (0)