Skip to content

Commit c6d085d

Browse files
postcss-combine-media-query-2.0.0 (#2164)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 424bb90 commit c6d085d

1 file changed

Lines changed: 80 additions & 0 deletions

File tree

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
{
2+
"name": "postcss-combine-media-query",
3+
"version": "2.0.0",
4+
"description": "PostCSS plugin to combine equal media query rules.",
5+
"author": {
6+
"name": "Kai Tran"
7+
},
8+
"license": "MIT",
9+
"main": "dist/index.js",
10+
"types": "dist/index.d.ts",
11+
"scripts": {
12+
"build": "tsc",
13+
"prepare": "npm run build",
14+
"test": "jest"
15+
},
16+
"keywords": [
17+
"postcss",
18+
"plugin",
19+
"postcss-plugin",
20+
"css",
21+
"mediaquery",
22+
"mq",
23+
"combine",
24+
"optimization"
25+
],
26+
"engines": {
27+
"node": ">=16.0.0"
28+
},
29+
"peerDependencies": {
30+
"postcss": "^8.0.0"
31+
},
32+
"devDependencies": {
33+
"@types/jest": "^29.5.14",
34+
"jest": "^29.7.0",
35+
"ts-jest": "^29.3.2",
36+
"typescript": "^5.8.3"
37+
},
38+
"repository": {
39+
"type": "git",
40+
"url": "git+https://github.com/SassNinja/postcss-combine-media-query.git"
41+
},
42+
43+
"gitHead": "6bd0dc866d3747872be674bde5618b8faa1f13c5",
44+
"bugs": {
45+
"url": "https://github.com/SassNinja/postcss-combine-media-query/issues"
46+
},
47+
"homepage": "https://github.com/SassNinja/postcss-combine-media-query#readme",
48+
"_nodeVersion": "22.4.1",
49+
"_npmVersion": "10.8.1",
50+
"dist": {
51+
"integrity": "sha512-LrztcKEbp/zR2TjLjkgK+Ji/37bY7vDKPjkdJ9L1Zb/pJtuovQlvxK0yeCJHeKUeyT9CwnnchJrZ8SMZ/s8Peg==",
52+
"shasum": "e6c6e162740d2500adfa16e237d62aa776b89b62",
53+
"tarball": "https://registry.npmjs.org/postcss-combine-media-query/-/postcss-combine-media-query-2.0.0.tgz",
54+
"fileCount": 5,
55+
"unpackedSize": 5273,
56+
"signatures": [
57+
{
58+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
59+
"sig": "MEUCIEuGU+Tv2muaXqeLmAo7WxFoEAIbXiIc0hxV8z4GG4jhAiEApcEGq/bw+7fW47Xh9DrZTa1ohU06xpsbtIJCUhvO/yU="
60+
}
61+
]
62+
},
63+
"_npmUser": {
64+
"name": "sassninja",
65+
"email": "[email protected]"
66+
},
67+
"directories": {},
68+
"maintainers": [
69+
{
70+
"name": "sassninja",
71+
"email": "[email protected]"
72+
}
73+
],
74+
"_npmOperationalInternal": {
75+
"host": "s3://npm-registry-packages-npm-production",
76+
"tmp": "tmp/postcss-combine-media-query_2.0.0_1745925850383_0.33348899520080755"
77+
},
78+
"_hasShrinkwrap": false,
79+
"_time": "2025-04-29T11:24:10.553Z"
80+
}

0 commit comments

Comments
 (0)