Skip to content

Commit 6f3d613

Browse files
postcss-normalize-stylus-compatible-container-query-syntax-1.1.2 (#2555)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c81f84f commit 6f3d613

1 file changed

Lines changed: 86 additions & 0 deletions

File tree

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
{
2+
"name": "postcss-normalize-stylus-compatible-container-query-syntax",
3+
"version": "1.1.2",
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+
"homepage": "https://github.com/TokugawaTakeshi/postcss-normalize-stylus-compatible-container-query-syntax",
25+
"bugs": {
26+
"url": "https://github.com/TokugawaTakeshi/postcss-normalize-stylus-compatible-container-query-syntax/issues"
27+
},
28+
"engines": {
29+
"node": ">=18.0.0"
30+
},
31+
"peerDependencies": {
32+
"postcss": "^8.4.27"
33+
},
34+
"devDependencies": {
35+
"eslint": "^8.47.0",
36+
"postcss": "^8.4.27",
37+
"typescript": "5.9.3"
38+
},
39+
"eslintConfig": {
40+
"parserOptions": {
41+
"ecmaVersion": 2017
42+
},
43+
"env": {
44+
"node": true,
45+
"es6": true
46+
},
47+
"extends": [
48+
"eslint:recommended"
49+
]
50+
},
51+
52+
"gitHead": "6a637adad073d1bec1f72919cf2a708acc5e621e",
53+
"types": "./index.d.ts",
54+
"_nodeVersion": "22.15.0",
55+
"_npmVersion": "10.9.0",
56+
"dist": {
57+
"integrity": "sha512-R7zLIDapUPxEik0YJrKq8NT/+Jbjg0LcVeKU/7gb4IM3t1hGcZ8TebQOWPqEY0ReOfvpqdR+mtnzd6c3D3ciSA==",
58+
"shasum": "44f65dd765a5d9fe90c8ab680616dae49cf8993f",
59+
"tarball": "https://registry.npmjs.org/postcss-normalize-stylus-compatible-container-query-syntax/-/postcss-normalize-stylus-compatible-container-query-syntax-1.1.2.tgz",
60+
"fileCount": 11,
61+
"unpackedSize": 7463,
62+
"signatures": [
63+
{
64+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
65+
"sig": "MEUCIEWyilao7xu/XfnUyQEOhk8AI4qU+MgDiaVcrUZ/fq8dAiEAiNOeXSB0atPHG/WjuwaFH9lZlDcBbsdk+GakuHw5JPY="
66+
}
67+
]
68+
},
69+
"_npmUser": {
70+
"name": "yd-tokugawa_t",
71+
"email": "[email protected]"
72+
},
73+
"directories": {},
74+
"maintainers": [
75+
{
76+
"name": "yd-tokugawa_t",
77+
"email": "[email protected]"
78+
}
79+
],
80+
"_npmOperationalInternal": {
81+
"host": "s3://npm-registry-packages-npm-production",
82+
"tmp": "tmp/postcss-normalize-stylus-compatible-container-query-syntax_1.1.2_1767071368828_0.6998708972841348"
83+
},
84+
"_hasShrinkwrap": false,
85+
"_time": "2025-12-30T05:09:28.982Z"
86+
}

0 commit comments

Comments
 (0)