Skip to content

Commit 3cbb0c6

Browse files
collect plugins data
1 parent f5277c1 commit 3cbb0c6

200 files changed

Lines changed: 3560 additions & 2573 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.

docs/index.html

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5856,13 +5856,13 @@ <h3>merge-longhand </h3>
58565856
</dd>
58575857

58585858
<dt>Version</dt>
5859-
<dd><code>7.0.4</code></dd>
5859+
<dd><code>7.0.5</code></dd>
58605860

58615861
<dt>License</dt>
58625862
<dd><code>MIT</code></dd>
58635863

58645864
<dt>PostCSS version range</dt>
5865-
<dd><code>^8.4.31</code></dd>
5865+
<dd><code>^8.4.32</code></dd>
58665866

58675867

58685868
<dt>Node version range</dt>
@@ -5901,13 +5901,13 @@ <h3>merge-rules </h3>
59015901
</dd>
59025902

59035903
<dt>Version</dt>
5904-
<dd><code>7.0.4</code></dd>
5904+
<dd><code>7.0.5</code></dd>
59055905

59065906
<dt>License</dt>
59075907
<dd><code>MIT</code></dd>
59085908

59095909
<dt>PostCSS version range</dt>
5910-
<dd><code>^8.4.31</code></dd>
5910+
<dd><code>^8.4.32</code></dd>
59115911

59125912

59135913
<dt>Node version range</dt>
@@ -6078,13 +6078,13 @@ <h3>minify-font-values </h3>
60786078
</dd>
60796079

60806080
<dt>Version</dt>
6081-
<dd><code>7.0.0</code></dd>
6081+
<dd><code>7.0.1</code></dd>
60826082

60836083
<dt>License</dt>
60846084
<dd><code>MIT</code></dd>
60856085

60866086
<dt>PostCSS version range</dt>
6087-
<dd><code>^8.4.31</code></dd>
6087+
<dd><code>^8.4.32</code></dd>
60886088

60896089

60906090
<dt>Node version range</dt>
@@ -6123,13 +6123,13 @@ <h3>minify-gradients </h3>
61236123
</dd>
61246124

61256125
<dt>Version</dt>
6126-
<dd><code>7.0.0</code></dd>
6126+
<dd><code>7.0.1</code></dd>
61276127

61286128
<dt>License</dt>
61296129
<dd><code>MIT</code></dd>
61306130

61316131
<dt>PostCSS version range</dt>
6132-
<dd><code>^8.4.31</code></dd>
6132+
<dd><code>^8.4.32</code></dd>
61336133

61346134

61356135
<dt>Node version range</dt>
@@ -6168,13 +6168,13 @@ <h3>minify-params </h3>
61686168
</dd>
61696169

61706170
<dt>Version</dt>
6171-
<dd><code>7.0.2</code></dd>
6171+
<dd><code>7.0.3</code></dd>
61726172

61736173
<dt>License</dt>
61746174
<dd><code>MIT</code></dd>
61756175

61766176
<dt>PostCSS version range</dt>
6177-
<dd><code>^8.4.31</code></dd>
6177+
<dd><code>^8.4.32</code></dd>
61786178

61796179

61806180
<dt>Node version range</dt>
@@ -7809,7 +7809,7 @@ <h3>plugin <span style="font-size: 0.8em;">(eik)</span></h3>
78097809
</dd>
78107810

78117811
<dt>Version</dt>
7812-
<dd><code>4.0.6</code></dd>
7812+
<dd><code>5.0.0</code></dd>
78137813

78147814
<dt>License</dt>
78157815
<dd><code>MIT</code></dd>
@@ -7818,6 +7818,9 @@ <h3>plugin <span style="font-size: 0.8em;">(eik)</span></h3>
78187818
<dd><code>^8.0.0</code></dd>
78197819

78207820

7821+
<dt>Node version range</dt>
7822+
<dd><code>&#x3E;=20</code></dd>
7823+
78217824

78227825

78237826
</dl>
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
{
2+
"name": "@dreamjser/postcss-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+
7+
},
8+
"license": "MIT",
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/dreamjser/postcss-px-to-viewport.git"
12+
},
13+
"homepage": "https://github.com/dreamjser/postcss-px-to-viewport",
14+
"main": "index.js",
15+
"keywords": [
16+
"css",
17+
"units",
18+
"pixel",
19+
"px",
20+
"viewport",
21+
"vw",
22+
"vh",
23+
"vmin",
24+
"vmax",
25+
"postcss",
26+
"postcss-plugin"
27+
],
28+
"scripts": {
29+
"test": "jest spec/*.spec.js"
30+
},
31+
"dependencies": {
32+
"object-assign": ">=4.0.1"
33+
},
34+
"devDependencies": {
35+
"jest": "^25.4.0",
36+
"postcss": "^8.0.0"
37+
},
38+
"peerDependencies": {
39+
"postcss": "^8.0.0"
40+
},
41+
"_id": "@dreamjser/[email protected]",
42+
"gitHead": "5491bc205dd7f11cf6738a0f88c3088ac7fa34de",
43+
"bugs": {
44+
"url": "https://github.com/dreamjser/postcss-px-to-viewport/issues"
45+
},
46+
"_nodeVersion": "20.9.0",
47+
"_npmVersion": "10.1.0",
48+
"dist": {
49+
"integrity": "sha512-HhQYMC2ngvNIA6vza6EbDCtWiZlnerVkBuveOoT4WJJeMjGuIc5x3LpMwMW3UsZaOdkSh6VlA4yS/w8HcKFHjA==",
50+
"shasum": "cb519adce3c2637aee2d6f4f53248e2762a9296c",
51+
"tarball": "https://registry.npmjs.org/@dreamjser/postcss-px-to-viewport/-/postcss-px-to-viewport-1.1.2.tgz",
52+
"fileCount": 13,
53+
"unpackedSize": 35387,
54+
"signatures": [
55+
{
56+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
57+
"sig": "MEUCIQD6H0UnVDtO/d34mB1Pdnqo9s0kTTn0ChmBx5u2WA9dYAIgOqq4xyuxrjYRjskrqHDxBWv9txozL26QB7smXjYIf6w="
58+
}
59+
]
60+
},
61+
"_npmUser": {
62+
"name": "dreamjser",
63+
"email": "[email protected]"
64+
},
65+
"directories": {},
66+
"maintainers": [
67+
{
68+
"name": "dreamjser",
69+
"email": "[email protected]"
70+
}
71+
],
72+
"_npmOperationalInternal": {
73+
"host": "s3://npm-registry-packages-npm-production",
74+
"tmp": "tmp/postcss-px-to-viewport_1.1.2_1745485403971_0.7521183852123512"
75+
},
76+
"_hasShrinkwrap": false,
77+
"_time": "2025-04-24T09:03:24.192Z"
78+
}
Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
{
2+
"name": "postcss-any-hover",
3+
"version": "1.0.1",
4+
"description": "A PostCSS plugin that wraps `:hover` selectors with `@media (any-hover: hover) {}` to ensure hover effects only apply on hoverable devices",
5+
"keywords": [
6+
"postcss",
7+
"css",
8+
"postcss-plugin",
9+
"postcss-any-hover",
10+
"hover",
11+
"any-hover"
12+
],
13+
"license": "MIT",
14+
"author": {
15+
"name": "kondo0602"
16+
},
17+
"repository": {
18+
"type": "git",
19+
"url": "git+https://github.com/kondo0602/postcss-any-hover.git"
20+
},
21+
"scripts": {
22+
"lint": "eslint .",
23+
"test": "vitest",
24+
"test:watch": "vitest watch"
25+
},
26+
"devDependencies": {
27+
"eslint": "^8.47.0",
28+
"postcss": "^8.4.27",
29+
"postcss-selector-parser": "^7.1.0",
30+
"rollup": "^4.40.1",
31+
"vitest": "^3.1.2"
32+
},
33+
"peerDependencies": {
34+
"postcss": "^8.4.27"
35+
},
36+
"engines": {
37+
"node": ">=18.0.0"
38+
},
39+
"eslintConfig": {
40+
"extends": [
41+
"eslint:recommended"
42+
],
43+
"parserOptions": {
44+
"ecmaVersion": 2017,
45+
"sourceType": "module"
46+
},
47+
"env": {
48+
"node": true,
49+
"es6": true
50+
}
51+
},
52+
53+
"gitHead": "6db5e2a3ec8348267c5e241cfe43d319d403550c",
54+
"bugs": {
55+
"url": "https://github.com/kondo0602/postcss-any-hover/issues"
56+
},
57+
"homepage": "https://github.com/kondo0602/postcss-any-hover#readme",
58+
"_nodeVersion": "22.15.0",
59+
"_npmVersion": "10.9.2",
60+
"dist": {
61+
"integrity": "sha512-g7bLYWq8kDOzF8VdUZuA03hndCNUnksMkkZXkTQK+ETWBNH3alskNkdtLbtKe3hjGpl0GceGjNGKOpI5W0nArw==",
62+
"shasum": "59ba456e966515e8ac50a70ce04e6647f9ca4491",
63+
"tarball": "https://registry.npmjs.org/postcss-any-hover/-/postcss-any-hover-1.0.1.tgz",
64+
"fileCount": 4,
65+
"unpackedSize": 5217,
66+
"signatures": [
67+
{
68+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
69+
"sig": "MEYCIQDLffdabqmVnxHpdd2nazgcrzy1fuW8uBTuNJb2wk2YQAIhAIu2jQq1Sq7CnMt5nA7gJ+Mw93rgYXgqBfjKDuZpqhV5"
70+
}
71+
]
72+
},
73+
"_npmUser": {
74+
"name": "kondo0602",
75+
"email": "[email protected]"
76+
},
77+
"directories": {},
78+
"maintainers": [
79+
{
80+
"name": "kondo0602",
81+
"email": "[email protected]"
82+
}
83+
],
84+
"_npmOperationalInternal": {
85+
"host": "s3://npm-registry-packages-npm-production",
86+
"tmp": "tmp/postcss-any-hover_1.0.1_1746610097504_0.9633631680064207"
87+
},
88+
"_hasShrinkwrap": false,
89+
"_time": "2025-05-07T09:28:17.746Z"
90+
}

npm-data/last-version/postcss-nth-nested.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-nth-nested",
3-
"version": "1.0.1",
3+
"version": "1.0.3",
44
"description": "PostCSS plugin for :nth-nested(n) descendent depth selector to select elements by their depth in the DOM",
55
"main": "index.js",
66
"keywords": [
@@ -24,7 +24,7 @@
2424
"url": "git+https://github.com/georgeadamson/postcss-nth-nested.git"
2525
},
2626
"engines": {
27-
"node": ">=12.0.0"
27+
"node": ">=15.0.0"
2828
},
2929
"peerDependencies": {
3030
"postcss": "^8.3.0"
@@ -62,24 +62,24 @@
6262
"dependencies": {
6363
"postcss-selector-parser": "^6.0.13"
6464
},
65-
"_id": "[email protected].1",
66-
"gitHead": "22ff0a0c19433300443aaa6ef0a68f2622533828",
65+
"_id": "[email protected].3",
66+
"gitHead": "1c4c5aecb628b3244c676fd326d748c6ca6f203a",
6767
"bugs": {
6868
"url": "https://github.com/georgeadamson/postcss-nth-nested/issues"
6969
},
7070
"homepage": "https://github.com/georgeadamson/postcss-nth-nested#readme",
7171
"_nodeVersion": "20.10.0",
7272
"_npmVersion": "10.2.3",
7373
"dist": {
74-
"integrity": "sha512-8Erw6iKOeKv4Jm5Mj83ORixtb6YtzSMRkh8SKCka4kaNaeRaSlQ6jYBpWnF11hDWZBsJLgNfCz4tDM2rb89XAA==",
75-
"shasum": "a28e2f8521bd71f109fd74307d910c62b959d90b",
76-
"tarball": "https://registry.npmjs.org/postcss-nth-nested/-/postcss-nth-nested-1.0.1.tgz",
74+
"integrity": "sha512-Bo/lPra8C7zwW5+ddVVFF9zBJ4F4EhaM8c8lRA/wIgmK51hJFIlo0TGW37rItN2NQFwC4tLD4Gnt/ckTs3iXEA==",
75+
"shasum": "072af5dc40f4fa18c7cfff4abd755fd100f44138",
76+
"tarball": "https://registry.npmjs.org/postcss-nth-nested/-/postcss-nth-nested-1.0.3.tgz",
7777
"fileCount": 4,
78-
"unpackedSize": 7078,
78+
"unpackedSize": 7144,
7979
"signatures": [
8080
{
8181
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
82-
"sig": "MEQCICmuLuQZ6Tkw9CezirS4kd3rHFQV2yXviAgaItDSLIaOAiA2MW0r/Gq/gdHPC9DnB0ba3bHPV1cMmwHJHXRBrltFKQ=="
82+
"sig": "MEUCIQCKzkIg7mqdIfYBLMfHyjtCFZuQLOSK0nI1t+PEn5fmkgIgKKC/Bn+Wa4h971Em0AfrFXcuavq+bLdmpjm+dHda7os="
8383
}
8484
]
8585
},
@@ -96,8 +96,8 @@
9696
],
9797
"_npmOperationalInternal": {
9898
"host": "s3://npm-registry-packages-npm-production",
99-
"tmp": "tmp/postcss-nth-nested_1.0.1_1746652279094_0.19013434652415606"
99+
"tmp": "tmp/postcss-nth-nested_1.0.3_1746781066060_0.7591998342443176"
100100
},
101101
"_hasShrinkwrap": false,
102-
"_time": "2025-05-07T21:11:19.271Z"
102+
"_time": "2025-05-09T08:57:46.232Z"
103103
}

npm-data/last-version/postcss-pxtransform.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-pxtransform",
3-
"version": "4.0.12",
3+
"version": "4.0.13",
44
"keywords": [
55
"postcss",
66
"css",
@@ -11,7 +11,7 @@
1111
"name": "O2Team"
1212
},
1313
"license": "MIT",
14-
"_id": "[email protected].12",
14+
"_id": "[email protected].13",
1515
"maintainers": [
1616
{
1717
"name": "defaultlee",
@@ -27,13 +27,13 @@
2727
"url": "https://github.com/NervJS/taro/issues"
2828
},
2929
"dist": {
30-
"shasum": "ea51d3a1d9f8fba94664784a9ec1ae765a009c04",
31-
"tarball": "https://registry.npmjs.org/postcss-pxtransform/-/postcss-pxtransform-4.0.12.tgz",
30+
"shasum": "f0543f9aa12699fcf61ee28650f44bec860a5619",
31+
"tarball": "https://registry.npmjs.org/postcss-pxtransform/-/postcss-pxtransform-4.0.13.tgz",
3232
"fileCount": 7,
33-
"integrity": "sha512-I+n+ZPqoXyS6bYHK3mUZ6yMm3RlEOARYOdsWz0qOLfzjg15AWFQVQsAZFel+ZHwaUJ0oTBON7P5RwhF9sIWdmw==",
33+
"integrity": "sha512-4OL9AH2G3uOjBkUBArfAoLLPGXgvvkkcv7jz7PriOkY29CtxvBtAQaXM8BFb6J72AlXoumU79thm7BE9S3xpTQ==",
3434
"signatures": [
3535
{
36-
"sig": "MEYCIQDQX97FuwbTNUtufM17wzsKTB5+4NiSuOTyctTgZHjEeAIhALYMNYg1iq5E76fJy17r0pRMIUCdOgKJnrxn9TjMVE86",
36+
"sig": "MEUCIEl5gXG1zRZ113Btsxh8kSPtvoU1DEADNhabv0z3sIXUAiEA2So+M9HhE/1wumusIJg/mW0N/wZBe9b7jrTRW8/Fdp8=",
3737
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"
3838
}
3939
],
@@ -44,7 +44,7 @@
4444
"testEnvironmentOptions": {}
4545
},
4646
"main": "index.js",
47-
"_from": "file:postcss-pxtransform-4.0.12.tgz",
47+
"_from": "file:postcss-pxtransform-4.0.13.tgz",
4848
"engines": {
4949
"node": ">= 18"
5050
},
@@ -55,8 +55,8 @@
5555
"name": "defaultlee",
5656
"email": "[email protected]"
5757
},
58-
"_resolved": "/tmp/8255fc607ca5700cb71224aa21135fc5/postcss-pxtransform-4.0.12.tgz",
59-
"_integrity": "sha512-I+n+ZPqoXyS6bYHK3mUZ6yMm3RlEOARYOdsWz0qOLfzjg15AWFQVQsAZFel+ZHwaUJ0oTBON7P5RwhF9sIWdmw==",
58+
"_resolved": "/tmp/a7cbd52bdb74e4941489a844a4b6a8de/postcss-pxtransform-4.0.13.tgz",
59+
"_integrity": "sha512-4OL9AH2G3uOjBkUBArfAoLLPGXgvvkkcv7jz7PriOkY29CtxvBtAQaXM8BFb6J72AlXoumU79thm7BE9S3xpTQ==",
6060
"repository": {
6161
"url": "git+https://github.com/NervJS/taro.git",
6262
"type": "git"
@@ -70,8 +70,8 @@
7070
"postcss": "^8"
7171
},
7272
"_npmOperationalInternal": {
73-
"tmp": "tmp/postcss-pxtransform_4.0.12_1744685358726_0.16910467763641313",
73+
"tmp": "tmp/postcss-pxtransform_4.0.13_1746759385385_0.8934441939043505",
7474
"host": "s3://npm-registry-packages-npm-production"
7575
},
76-
"_time": "2025-04-15T02:49:18.941Z"
76+
"_time": "2025-05-09T02:56:25.586Z"
7777
}

0 commit comments

Comments
 (0)