Skip to content

Commit c1307e4

Browse files
collect plugins data
1 parent d2f640a commit c1307e4

213 files changed

Lines changed: 15618 additions & 14961 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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4045,7 +4045,7 @@ <h3>gamut-mapping <span style="font-size: 0.8em;">(csstools)</span></h3>
40454045
</dd>
40464046

40474047
<dt>Version</dt>
4048-
<dd><code>3.0.0</code></dd>
4048+
<dd><code>3.0.1</code></dd>
40494049

40504050
<dt>License</dt>
40514051
<dd><code>MIT-0</code></dd>
@@ -4225,7 +4225,7 @@ <h3>gradients-interpolation-method <span style="font-size: 0.8em;">(csstools)</s
42254225
</dd>
42264226

42274227
<dt>Version</dt>
4228-
<dd><code>6.0.0</code></dd>
4228+
<dd><code>6.0.1</code></dd>
42294229

42304230
<dt>License</dt>
42314231
<dd><code>MIT-0</code></dd>
@@ -4534,7 +4534,7 @@ <h3>hwb-function <span style="font-size: 0.8em;">(csstools)</span></h3>
45344534
</dd>
45354535

45364536
<dt>Version</dt>
4537-
<dd><code>5.0.0</code></dd>
4537+
<dd><code>5.0.1</code></dd>
45384538

45394539
<dt>License</dt>
45404540
<dd><code>MIT-0</code></dd>
@@ -7411,7 +7411,7 @@ <h3>normalize-display-values <span style="font-size: 0.8em;">(csstools)</span></
74117411
</dd>
74127412

74137413
<dt>Version</dt>
7414-
<dd><code>5.0.0</code></dd>
7414+
<dd><code>5.0.1</code></dd>
74157415

74167416
<dt>License</dt>
74177417
<dd><code>MIT-0</code></dd>
@@ -7726,7 +7726,7 @@ <h3>oklab-function <span style="font-size: 0.8em;">(csstools)</span></h3>
77267726
</dd>
77277727

77287728
<dt>Version</dt>
7729-
<dd><code>5.0.0</code></dd>
7729+
<dd><code>5.0.1</code></dd>
77307730

77317731
<dt>License</dt>
77327732
<dd><code>MIT-0</code></dd>
@@ -9358,7 +9358,7 @@ <h3>relative-color-syntax <span style="font-size: 0.8em;">(csstools)</span></h3>
93589358
</dd>
93599359

93609360
<dt>Version</dt>
9361-
<dd><code>4.0.0</code></dd>
9361+
<dd><code>4.0.1</code></dd>
93629362

93639363
<dt>License</dt>
93649364
<dd><code>MIT-0</code></dd>
Lines changed: 83 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
{
22
"name": "postcss-glitch",
3-
"version": "3.2.38",
3+
"version": "5.0.1",
44
"description": "PostCSS plugin for glitch effect",
55
"main": "dist/index.js",
6-
"repository": "https://github.com/crftd/postcss-glitch.git",
7-
"author": "Crash <[email protected]>",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/hex22a/postcss-glitch.git"
9+
},
10+
"author": {
11+
"name": "Albert Fazullin",
12+
"email": "[email protected]"
13+
},
814
"license": "MIT",
915
"keywords": [
1016
"css",
@@ -14,25 +20,13 @@
1420
"effect",
1521
"animation"
1622
],
17-
"scripts": {
18-
"start": "yarn build:ci",
19-
"check-types": "tsc",
20-
"cypress": "cypress open",
21-
"size": "NODE_ENV=production npx size-limit --why",
22-
"lint": "CI=true NODE_ENV=production npx size-limit && eslint ./src --ext .js,.jsx,.ts,.tsx",
23-
"test": "jest --ci",
24-
"jest": "jest",
25-
"build:ci": "CI=true yarn build",
26-
"build:dev": "NODE_ENV=development webpack-cli --mode=development",
27-
"build": "NODE_ENV=production webpack-cli --mode=production"
28-
},
2923
"engines": {
30-
"node": ">=12"
24+
"node": ">=18"
3125
},
3226
"husky": {
3327
"hooks": {
3428
"pre-commit": "pretty-quick --staged",
35-
"post-merge": "yarn outdated"
29+
"post-merge": "pnpm outdated"
3630
}
3731
},
3832
"size-limit": [
@@ -43,44 +37,30 @@
4337
}
4438
],
4539
"devDependencies": {
46-
"@babel/cli": "^7.11.6",
47-
"@babel/core": "^7.11.6",
48-
"@babel/plugin-proposal-class-properties": "^7.10.4",
49-
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
50-
"@babel/preset-env": "^7.11.5",
51-
"@babel/preset-typescript": "^7.10.4",
52-
"@size-limit/preset-big-lib": "^4.6.0",
53-
"@types/jest": "^26.0.14",
54-
"@types/node": "^14.11.2",
55-
"@typescript-eslint/eslint-plugin": "^4.3.0",
56-
"@typescript-eslint/parser": "^4.3.0",
57-
"babel-eslint": "^10.1.0",
58-
"babel-jest": "^26.3.0",
59-
"babel-loader": "^8.1.0",
60-
"babel-polyfill": "^6.26.0",
61-
"cypress": "^5.3.0",
62-
"cypress-image-snapshot": "^3.1.1",
63-
"eslint": "^7.10.0",
64-
"eslint-config-airbnb-base": "^14.2.0",
65-
"eslint-config-airbnb-typescript": "^11.0.0",
66-
"eslint-config-prettier": "^6.12.0",
67-
"eslint-plugin-import": "^2.22.1",
68-
"husky": "^4.3.0",
69-
"jest": "^26.4.2",
70-
"jest-ts-auto-mock": "^1.0.11",
71-
"pnp-webpack-plugin": "^1.6.4",
72-
"postcss": "^8.1.1",
73-
"prettier": "2.1.2",
74-
"pretty-quick": "^3.0.2",
75-
"size-limit": "^4.6.0",
76-
"ts-auto-mock": "^2.6.4",
77-
"ts-jest": "^26.4.0",
78-
"ts-loader": "^8.0.4",
79-
"ttypescript": "^1.5.12",
80-
"typescript": "^4.0.3",
81-
"webpack": "^4.44.2",
82-
"webpack-bundle-analyzer": "^3.9.0",
83-
"webpack-cli": "^3.3.12"
40+
"@size-limit/preset-big-lib": "^12.0.0",
41+
"@types/jest": "^30.0.0",
42+
"@types/node": "^25.0.10",
43+
"@typescript-eslint/eslint-plugin": "^8.54.0",
44+
"@typescript-eslint/parser": "^8.54.0",
45+
"cypress": "^15.9.0",
46+
"cypress-image-snapshot": "^4.0.1",
47+
"eslint": "^9.39.2",
48+
"eslint-config-prettier": "^10.1.8",
49+
"husky": "^9.1.7",
50+
"jest": "^30.2.0",
51+
"jest-mock-extended": "^4.0.0",
52+
"jest-ts-auto-mock": "^2.1.0",
53+
"postcss": "^8.5.6",
54+
"prettier": "3.8.1",
55+
"pretty-quick": "^4.2.2",
56+
"size-limit": "^12.0.0",
57+
"ts-jest": "^29.4.6",
58+
"ts-loader": "^9.5.4",
59+
"typescript": "^5.9.3",
60+
"typescript-eslint": "^8.54.0",
61+
"webpack": "^5.104.1",
62+
"webpack-bundle-analyzer": "^5.2.0",
63+
"webpack-cli": "^6.0.1"
8464
},
8565
"browserslist": [
8666
"last 1 version",
@@ -89,36 +69,67 @@
8969
"peerDependencies": {
9070
"postcss": "^8.1.1"
9171
},
92-
72+
"scripts": {
73+
"start": "pnpm build:ci",
74+
"check-types": "tsc",
75+
"cypress": "cypress open",
76+
"size": "NODE_ENV=production npx size-limit --why",
77+
"size:ci": "CI=true NODE_ENV=production npx size-limit",
78+
"lint": "eslint ./src --ext .js,.jsx,.ts,.tsx",
79+
"test": "jest --ci",
80+
"jest": "jest",
81+
"build:ci": "CI=true pnpm build",
82+
"build:dev": "NODE_ENV=development webpack-cli --mode=development",
83+
"build": "NODE_ENV=production webpack-cli --mode=production"
84+
},
85+
86+
"bugs": {
87+
"url": "https://github.com/hex22a/postcss-glitch/issues"
88+
},
89+
"homepage": "https://github.com/hex22a/postcss-glitch#readme",
90+
"_integrity": "sha512-SqiCt6HcUpmaPkUi0Deo2thYLt/Te3Z+x1flWV+p22+dr8e3m5qoLEFdU8ypuc4t5toTfPcgQ3Txn4fMZeM45A==",
91+
"_resolved": "/tmp/36b16b286ade89b90e11e4f72b1b85ed/postcss-glitch-5.0.1.tgz",
92+
"_from": "file:postcss-glitch-5.0.1.tgz",
93+
"_nodeVersion": "24.13.0",
94+
"_npmVersion": "11.6.2",
9395
"dist": {
94-
"shasum": "490bb145ed29e636aab6c83e12e26b71e2e1f9fe",
95-
"integrity": "sha512-uFGeBTUMJ0LlULRAKKKNSkJztUfHlgTIo5ptStpqOt9G8Q0j5FzvaZTT37QXtaet+snpftn6EqJycq+7a9e1xw==",
96-
"tarball": "https://registry.npmjs.org/postcss-glitch/-/postcss-glitch-3.2.38.tgz",
97-
"fileCount": 8,
98-
"unpackedSize": 96621,
99-
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfdHCBCRA9TVsSAnZWagAAJQUP+wQ6K7XwlfSXluxOMcOV\n+17/567LRoE8yFxcMFombjhMcaM4xxsBWsveHqdCGYCVvIFMuWmB32kmiQjw\nb2D765y0NeWcBGVw1IE/wo8iY6tLh1M8jWySqtOl22Nnsvu60GAsAeMf46i9\nCU0WgLcoTTWJ5mi3aaUw5dEsnX7S1DJh12Ln34EqnLM73KrVcx26is8PYFPW\n6VgDB3SRaxJZCIMkgzzeLn4Jx2jkn4wdMy10E1znm/3wF9shFFWHkCHL/rN+\n+mxGyLwbdjI+UUAxRTMPM1o5Awdk/PQ0MvBNY1ME0MI40UBh+ANdX+Q6P/TA\nyk46ndZkinWKV9GCPcygehVtGCRXKBCmGCKr2jEKAIqTzGPDV3dK1CKJcieV\nP0LAPdQWFx0m+zSYrlakaqX9A12KTcsqPLbO59+RdDlvf37iLB111FBbdKjT\n80aj6vZvjq16Go2uVanJ+8HdZUluuUvbJECX/usMieIBU5GfPtPg+cSAil5Y\n0i4NZiJ0YdKy08LgZ0DYLxVaXjnXUtkIF1CIC4d7KMaqdPlbj9WZDVIiUJI5\n56hDpJzKEXuWa0JboTD7+3Kyggla2GcWvLy2BSHsOKAXFjU6or364Tp+DH4s\nsIHi7PFk+S0jgxMM/foHsQxNOjtSwKchFe+lGnuQ/OiF6pb4fVDUgqQMs4Ug\nA15i\r\n=rrXW\r\n-----END PGP SIGNATURE-----\r\n",
96+
"integrity": "sha512-SqiCt6HcUpmaPkUi0Deo2thYLt/Te3Z+x1flWV+p22+dr8e3m5qoLEFdU8ypuc4t5toTfPcgQ3Txn4fMZeM45A==",
97+
"shasum": "b64c6a126e19ee52e586e3dba32eca48754b9df7",
98+
"tarball": "https://registry.npmjs.org/postcss-glitch/-/postcss-glitch-5.0.1.tgz",
99+
"fileCount": 6,
100+
"unpackedSize": 93302,
101+
"attestations": {
102+
"url": "https://registry.npmjs.org/-/npm/v1/attestations/[email protected]",
103+
"provenance": {
104+
"predicateType": "https://slsa.dev/provenance/v1"
105+
}
106+
},
100107
"signatures": [
101108
{
102-
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
103-
"sig": "MEYCIQCIToGANeDn/32lFGu5rJ4S5tmRyu5V2LiiEsLRguM5vQIhAMwnN4jYgyCX/V+UfANaWwcKD+q85mtWQcqq36DIo8KW"
109+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
110+
"sig": "MEUCIA+eEI8SZ8kxpb9jSHk2zEyhhufKyPgXRi4o6PkqOCzsAiEAncrYylII/uCGSa9Nxw8/R991uLuqYP+TPa1+WQhG9Ro="
104111
}
105112
]
106113
},
114+
"_npmUser": {
115+
"name": "GitHub Actions",
116+
"email": "[email protected]",
117+
"trustedPublisher": {
118+
"id": "github",
119+
"oidcConfigId": "oidc:78811e7e-85a6-4c4d-a8d7-fd6b56f4c7c6"
120+
}
121+
},
122+
"directories": {},
107123
"maintainers": [
108124
{
109125
"name": "hex22a",
110126
"email": "[email protected]"
111127
}
112128
],
113-
"_npmUser": {
114-
"name": "hex22a",
115-
"email": "[email protected]"
116-
},
117-
"directories": {},
118129
"_npmOperationalInternal": {
119-
"host": "s3://npm-registry-packages",
120-
"tmp": "tmp/postcss-glitch_3.2.38_1601466475328_0.43926859343167957"
130+
"host": "s3://npm-registry-packages-npm-production",
131+
"tmp": "tmp/postcss-glitch_5.0.1_1769548358025_0.3897036903493696"
121132
},
122133
"_hasShrinkwrap": false,
123-
"_time": "2020-09-30T11:48:16.809Z"
134+
"_time": "2026-01-27T21:12:38.197Z"
124135
}
Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,77 @@
11
{
22
"name": "postcss-pxtransform",
3-
"version": "4.1.10",
3+
"version": "4.1.11",
4+
"description": "PostCSS plugin px 转小程序 rpx及h5 rem 单位",
5+
"author": {
6+
"name": "O2Team"
7+
},
8+
"license": "MIT",
9+
"main": "index.js",
410
"keywords": [
511
"postcss",
612
"css",
713
"postcss-plugin",
814
"pxtransform"
915
],
10-
"author": {
11-
"name": "O2Team"
16+
"repository": {
17+
"type": "git",
18+
"url": "git+https://github.com/NervJS/taro.git"
1219
},
13-
"license": "MIT",
14-
15-
"maintainers": [
16-
{
17-
"name": "defaultlee",
18-
"email": "[email protected]"
19-
},
20-
{
21-
"name": "yuche",
22-
"email": "[email protected]"
23-
}
24-
],
25-
"homepage": "https://github.com/NervJS/taro/tree/main/packages/postcss-pxtransform#readme",
2620
"bugs": {
2721
"url": "https://github.com/NervJS/taro/issues"
2822
},
29-
"dist": {
30-
"shasum": "e5e7e9608e063c1740e40c99d7bb8e27212c8aa9",
31-
"tarball": "https://registry.npmjs.org/postcss-pxtransform/-/postcss-pxtransform-4.1.10.tgz",
32-
"fileCount": 7,
33-
"integrity": "sha512-pxz66GVUbP2i4Bc5Gnai4CJM1u15PeSWp+/lU/s4YR4V9Ksto1Q0w6bP2jtCB2IN4bAAggM2+7zChoDoZiicIA==",
34-
"signatures": [
35-
{
36-
"sig": "MEYCIQCKJ9MNQ4zili+9Dme7KT9RExkkg6hR2tn1DqLGCftLNQIhAPKWw1gw77KKUbd+7cCP1bW8UgWuVwFC/FxtitHXDhAb",
37-
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"
38-
}
39-
],
40-
"unpackedSize": 25035
41-
},
23+
"homepage": "https://github.com/NervJS/taro/tree/main/packages/postcss-pxtransform#readme",
4224
"jest": {
4325
"testEnvironment": "node",
4426
"testEnvironmentOptions": {}
4527
},
46-
"main": "index.js",
47-
"_from": "file:postcss-pxtransform-4.1.10.tgz",
4828
"engines": {
4929
"node": ">= 18"
5030
},
31+
"peerDependencies": {
32+
"postcss": "^8"
33+
},
5134
"scripts": {
5235
"test": "jest"
5336
},
37+
38+
"_integrity": "sha512-ldGq7+blsWyKqOP+hFAWZ2adgvTliZPsEtRth9WwvS0RgPK/SIehQoj+IvXVOk1oDg7oP408gDZLNQ52FpRHKA==",
39+
"_resolved": "/tmp/cb6ab6c5888ffe435e3d9417dd7b00c5/postcss-pxtransform-4.1.11.tgz",
40+
"_from": "file:postcss-pxtransform-4.1.11.tgz",
41+
"_nodeVersion": "18.20.8",
42+
"_npmVersion": "10.8.2",
43+
"dist": {
44+
"integrity": "sha512-ldGq7+blsWyKqOP+hFAWZ2adgvTliZPsEtRth9WwvS0RgPK/SIehQoj+IvXVOk1oDg7oP408gDZLNQ52FpRHKA==",
45+
"shasum": "492ff2e584de943da8f5222e3e83637863bcbb39",
46+
"tarball": "https://registry.npmjs.org/postcss-pxtransform/-/postcss-pxtransform-4.1.11.tgz",
47+
"fileCount": 7,
48+
"unpackedSize": 25035,
49+
"signatures": [
50+
{
51+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
52+
"sig": "MEYCIQCCEghIv6Arvi63OynUzoQo3MNsEI5nB/62L2WYlvJBMQIhAPNv4d2MZpBawZiL1nmQ7jfmQOrAtF67g+VPaIs4Z8/D"
53+
}
54+
]
55+
},
5456
"_npmUser": {
5557
"name": "defaultlee",
5658
"email": "[email protected]"
5759
},
58-
"_resolved": "/tmp/cb819884f2ad23e50283f3a199b65eb2/postcss-pxtransform-4.1.10.tgz",
59-
"_integrity": "sha512-pxz66GVUbP2i4Bc5Gnai4CJM1u15PeSWp+/lU/s4YR4V9Ksto1Q0w6bP2jtCB2IN4bAAggM2+7zChoDoZiicIA==",
60-
"repository": {
61-
"url": "git+https://github.com/NervJS/taro.git",
62-
"type": "git"
63-
},
64-
"_npmVersion": "10.8.2",
65-
"description": "PostCSS plugin px 转小程序 rpx及h5 rem 单位",
6660
"directories": {},
67-
"_nodeVersion": "18.20.8",
68-
"_hasShrinkwrap": false,
69-
"peerDependencies": {
70-
"postcss": "^8"
71-
},
61+
"maintainers": [
62+
{
63+
"name": "defaultlee",
64+
"email": "[email protected]"
65+
},
66+
{
67+
"name": "yuche",
68+
"email": "[email protected]"
69+
}
70+
],
7271
"_npmOperationalInternal": {
73-
"tmp": "tmp/postcss-pxtransform_4.1.10_1768559908536_0.2850851376551571",
74-
"host": "s3://npm-registry-packages-npm-production"
72+
"host": "s3://npm-registry-packages-npm-production",
73+
"tmp": "tmp/postcss-pxtransform_4.1.11_1769523401933_0.291410334915736"
7574
},
76-
"_time": "2026-01-16T10:38:28.698Z"
75+
"_hasShrinkwrap": false,
76+
"_time": "2026-01-27T14:16:42.082Z"
7777
}

0 commit comments

Comments
 (0)