Skip to content

Commit 237df90

Browse files
collect plugins data
1 parent 7d4ef2f commit 237df90

File tree

198 files changed

+3350
-2787
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

198 files changed

+3350
-2787
lines changed

docs/index.html

Lines changed: 46 additions & 4 deletions
Large diffs are not rendered by default.

docs/keywords.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"contrast",
4747
"contrast-color",
4848
"counter-style",
49+
"css font stack",
4950
"css minifier",
5051
"css nesting",
5152
"css post processing",
@@ -82,6 +83,7 @@
8283
"font-family",
8384
"fontpie",
8485
"fonts",
86+
"fontstack",
8587
"gamut mapping",
8688
"gap",
8789
"glob",
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
{
2+
"name": "postcs-plugin-px-to-viewport",
3+
"description": "A CSS post-processor that converts px to viewport units (vw, vh, vmin, vmax).",
4+
"version": "1.1.2",
5+
"author": {
6+
"name": "Dmitry Karpunin",
7+
"email": "[email protected]"
8+
},
9+
"license": "MIT",
10+
"repository": {
11+
"type": "git",
12+
"url": "git+ssh://[email protected]/Fi2zz/postcss-px-to-viewport.git"
13+
},
14+
"homepage": "https://github.com/Fi2zz/postcss-px-to-viewport",
15+
"main": "index.js",
16+
"type": "module",
17+
"keywords": [
18+
"css",
19+
"units",
20+
"pixel",
21+
"px",
22+
"viewport",
23+
"vw",
24+
"vh",
25+
"vmin",
26+
"vmax",
27+
"postcss",
28+
"postcss-plugin"
29+
],
30+
"scripts": {
31+
"test": "vitest"
32+
},
33+
"devDependencies": {
34+
"vitest": "^3.2.4"
35+
},
36+
"peerDependencies": {
37+
"postcss": "^8.5.6"
38+
},
39+
40+
"gitHead": "9d6c5cee5eea367fb4c7cf0c3bb1117979b5fbf4",
41+
"bugs": {
42+
"url": "https://github.com/Fi2zz/postcss-px-to-viewport/issues"
43+
},
44+
"_nodeVersion": "22.12.0",
45+
"_npmVersion": "11.4.2",
46+
"dist": {
47+
"integrity": "sha512-IJNeEOaAL6jLAnyi2TGalZ5ENhi193gUyz4gVTGK4+3wiW6Gr/SUC0e7pncLBDM06YTEUbpZRsCsej2QqJUImQ==",
48+
"shasum": "3ac78c3f0ffc9458ad8efa7766ff19a13cf9f84f",
49+
"tarball": "https://registry.npmjs.org/postcs-plugin-px-to-viewport/-/postcs-plugin-px-to-viewport-1.1.2.tgz",
50+
"fileCount": 11,
51+
"unpackedSize": 31725,
52+
"signatures": [
53+
{
54+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
55+
"sig": "MEUCIQC1MBy7SLcVWfg++CPko0bIzjZB5oS3i92wQ8+EB3Hj+gIgFhKw/eHv7DY/McbXaof6dw95hCGUBvFSTnxrfJNeaao="
56+
}
57+
]
58+
},
59+
"_npmUser": {
60+
"name": "a125ab9527cdfe",
61+
"email": "[email protected]"
62+
},
63+
"directories": {},
64+
"maintainers": [
65+
{
66+
"name": "a125ab9527cdfe",
67+
"email": "[email protected]"
68+
}
69+
],
70+
"_npmOperationalInternal": {
71+
"host": "s3://npm-registry-packages-npm-production",
72+
"tmp": "tmp/postcs-plugin-px-to-viewport_1.1.2_1752722638567_0.0845217790293693"
73+
},
74+
"_hasShrinkwrap": false,
75+
"_time": "2025-07-17T03:23:58.754Z"
76+
}
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
{
2+
"name": "postcss-plugin-px-to-viewport2",
3+
"description": "A CSS post-processor that converts px to viewport units (vw, vh, vmin, vmax).",
4+
"version": "2.0.0",
5+
"author": {
6+
"name": "Dmitry Karpunin",
7+
"email": "[email protected]"
8+
},
9+
"license": "MIT",
10+
"repository": {
11+
"type": "git",
12+
"url": "git+ssh://[email protected]/Fi2zz/postcss-px-to-viewport.git"
13+
},
14+
"homepage": "https://github.com/Fi2zz/postcss-px-to-viewport",
15+
"main": "index.js",
16+
"type": "module",
17+
"keywords": [
18+
"css",
19+
"units",
20+
"pixel",
21+
"px",
22+
"viewport",
23+
"vw",
24+
"vh",
25+
"vmin",
26+
"vmax",
27+
"postcss",
28+
"postcss-plugin"
29+
],
30+
"scripts": {
31+
"test": "vitest"
32+
},
33+
"devDependencies": {
34+
"vitest": "^3.2.4"
35+
},
36+
"peerDependencies": {
37+
"postcss": "^8.5.6"
38+
},
39+
40+
"gitHead": "9d6c5cee5eea367fb4c7cf0c3bb1117979b5fbf4",
41+
"bugs": {
42+
"url": "https://github.com/Fi2zz/postcss-px-to-viewport/issues"
43+
},
44+
"_nodeVersion": "22.12.0",
45+
"_npmVersion": "11.4.2",
46+
"dist": {
47+
"integrity": "sha512-0hdIY6OlSUG0ZZru9Z/JxexQtAh1xZljL6t/UHQNKlzJuUWWCkBoMSo01nu0Iwa0GlN1r3KfhlkiVZnDPeeytQ==",
48+
"shasum": "9e1ed6755e8705d43e1c96b428d61c7773f50053",
49+
"tarball": "https://registry.npmjs.org/postcss-plugin-px-to-viewport2/-/postcss-plugin-px-to-viewport2-2.0.0.tgz",
50+
"fileCount": 11,
51+
"unpackedSize": 31727,
52+
"signatures": [
53+
{
54+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
55+
"sig": "MEUCIEaAd862900gPPkUj+lwrnS/4VL6j1LqVGAFGNLW1kczAiEA+dH/a/BAnnMbVxDUZ4dnGwBs63df4EVkiqtBaQMZQwk="
56+
}
57+
]
58+
},
59+
"_npmUser": {
60+
"name": "a125ab9527cdfe",
61+
"email": "[email protected]"
62+
},
63+
"directories": {},
64+
"maintainers": [
65+
{
66+
"name": "a125ab9527cdfe",
67+
"email": "[email protected]"
68+
}
69+
],
70+
"_npmOperationalInternal": {
71+
"host": "s3://npm-registry-packages-npm-production",
72+
"tmp": "tmp/postcss-plugin-px-to-viewport2_2.0.0_1752723355549_0.8268019781731943"
73+
},
74+
"_hasShrinkwrap": false,
75+
"_time": "2025-07-17T03:35:55.733Z"
76+
}

0 commit comments

Comments
 (0)