Skip to content

Commit e14a8c1

Browse files
collect plugins data
1 parent ccdc313 commit e14a8c1

208 files changed

Lines changed: 4491 additions & 3999 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
{
2+
"name": "postcss-mq-last",
3+
"version": "2.0.0",
4+
"description": "PostCSS plugin that gives media query rules precedence by moving them to the end of the file",
5+
"keywords": [
6+
"postcss",
7+
"css",
8+
"postcss-plugin",
9+
"media",
10+
"query",
11+
"last",
12+
"precedence"
13+
],
14+
"author": {
15+
"name": "J",
16+
"email": "[email protected]"
17+
},
18+
"license": "MIT",
19+
"repository": {
20+
"type": "git",
21+
"url": "git+https://github.com/jgjp/postcss-mq-last.git"
22+
},
23+
"bugs": {
24+
"url": "https://github.com/jgjp/postcss-mq-last/issues"
25+
},
26+
"homepage": "https://github.com/jgjp/postcss-mq-last",
27+
"peerDependencies": {
28+
"postcss": "^8.0.0"
29+
},
30+
"devDependencies": {
31+
"eslint": "^8.57.0",
32+
"jest": "^29.7.0",
33+
"postcss": "^8.5.6"
34+
},
35+
"scripts": {
36+
"test": "jest && eslint *.js"
37+
},
38+
"eslintConfig": {
39+
"env": {
40+
"node": true,
41+
"jest": true,
42+
"es6": true
43+
},
44+
"parserOptions": {
45+
"ecmaVersion": 2020
46+
},
47+
"rules": {
48+
"semi": [
49+
"error",
50+
"always"
51+
],
52+
"quotes": [
53+
"error",
54+
"single"
55+
]
56+
}
57+
},
58+
"gitHead": "bd6c11f1c4ea5ec4d0a98ff9f7a407df61430021",
59+
60+
"_nodeVersion": "24.12.0",
61+
"_npmVersion": "11.6.2",
62+
"dist": {
63+
"integrity": "sha512-9t82YreFhsfbDT7AWcx+urKySMOxGSGc1EoTf0c87PSTpdIyTt8R7cSJwxRTHHSsZtXNqvmiwZgwC964I+Py/w==",
64+
"shasum": "35e3970dbbe178875daf8c9762147a9efb146bfa",
65+
"tarball": "https://registry.npmjs.org/postcss-mq-last/-/postcss-mq-last-2.0.0.tgz",
66+
"fileCount": 5,
67+
"unpackedSize": 3894,
68+
"signatures": [
69+
{
70+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
71+
"sig": "MEUCIEDBtPozrcQk1ipZJFXIqrMlQ2m+Pr0jXOZQxCITbzG7AiEA7qznyll3pJ2kGjAXkAWPM6QZ4wWEdKEJydqEfNegH3I="
72+
}
73+
]
74+
},
75+
"_npmUser": {
76+
"name": "jgjp",
77+
"email": "[email protected]"
78+
},
79+
"directories": {},
80+
"maintainers": [
81+
{
82+
"name": "jgjp",
83+
"email": "[email protected]"
84+
}
85+
],
86+
"_npmOperationalInternal": {
87+
"host": "s3://npm-registry-packages-npm-production",
88+
"tmp": "tmp/postcss-mq-last_2.0.0_1767588126880_0.9777904239760087"
89+
},
90+
"_hasShrinkwrap": false,
91+
"_time": "2026-01-05T04:42:07.016Z"
92+
}

0 commit comments

Comments
 (0)