Skip to content

Commit 80757c2

Browse files
postcss-pxtransform-4.1.3 (#2305)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0cd301a commit 80757c2

1 file changed

Lines changed: 54 additions & 49 deletions

File tree

directory/postcss-pxtransform.json

Lines changed: 54 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,82 @@
11
{
22
"name": "postcss-pxtransform",
3-
"version": "4.1.2",
3+
"version": "4.1.3",
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": "a6af15866519d2aca6f180515cd30f86fd89eda0",
31-
"tarball": "https://registry.npmjs.org/postcss-pxtransform/-/postcss-pxtransform-4.1.2.tgz",
32-
"fileCount": 7,
33-
"integrity": "sha512-SyCWcMAH0GWrKH1YvepcQQZc5x2BdThxuEX1RPmP6Xxt1e5rXZ4KCSJMKBeqvuNfBKYzKdxSFG0n5cBx3GFwOQ==",
34-
"signatures": [
35-
{
36-
"sig": "MEQCICYxkTLuB/6N/PGATwkD4txUQvb0VczHRN4JiZ3D+xlkAiAzA1mNkiJ9cd5/AoNDb6Kx+BZKXLURzELNxgoCFDm41A==",
37-
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"
38-
}
39-
],
40-
"unpackedSize": 25034
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.2.tgz",
4828
"engines": {
49-
"node": ">= 18"
29+
"node": "^20 || ^22"
30+
},
31+
"peerDependencies": {
32+
"postcss": "^8"
5033
},
5134
"scripts": {
5235
"test": "jest"
5336
},
37+
38+
"_integrity": "sha512-xT9kNts8eYtV1ZOHUWL8xopGAkdkUlwaIQX8+mrtXfTatX9jEAqUD2ohn+2XlIsf6juReElOmtG622Lu/yJRBQ==",
39+
"_resolved": "/tmp/897b83f744638c3c5a8f049a3be0019c/postcss-pxtransform-4.1.3.tgz",
40+
"_from": "file:postcss-pxtransform-4.1.3.tgz",
41+
"_nodeVersion": "20.19.2",
42+
"_npmVersion": "10.8.2",
43+
"dist": {
44+
"integrity": "sha512-xT9kNts8eYtV1ZOHUWL8xopGAkdkUlwaIQX8+mrtXfTatX9jEAqUD2ohn+2XlIsf6juReElOmtG622Lu/yJRBQ==",
45+
"shasum": "1f891fc016c724522f219324c7e23b69841bdef3",
46+
"tarball": "https://registry.npmjs.org/postcss-pxtransform/-/postcss-pxtransform-4.1.3.tgz",
47+
"fileCount": 7,
48+
"unpackedSize": 25039,
49+
"signatures": [
50+
{
51+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
52+
"sig": "MEUCIDHBT4wYhBt0V9Tq0paciiyLpvOzwpuBxl1umR+JbBfdAiEA5Oj+rTbe28tulh21uAGL8hcMW8SalAmTNnoEkmK45xM="
53+
}
54+
]
55+
},
5456
"_npmUser": {
5557
"name": "defaultlee",
56-
"email": "[email protected]"
57-
},
58-
"_resolved": "/tmp/466635bd419e39fb21f6d62a21108c32/postcss-pxtransform-4.1.2.tgz",
59-
"_integrity": "sha512-SyCWcMAH0GWrKH1YvepcQQZc5x2BdThxuEX1RPmP6Xxt1e5rXZ4KCSJMKBeqvuNfBKYzKdxSFG0n5cBx3GFwOQ==",
60-
"repository": {
61-
"url": "git+https://github.com/NervJS/taro.git",
62-
"type": "git"
58+
"email": "[email protected]",
59+
"actor": {
60+
"name": "defaultlee",
61+
"email": "[email protected]",
62+
"type": "user"
63+
}
6364
},
64-
"_npmVersion": "10.8.2",
65-
"description": "PostCSS plugin px 转小程序 rpx及h5 rem 单位",
6665
"directories": {},
67-
"_nodeVersion": "18.20.8",
68-
"_hasShrinkwrap": false,
69-
"peerDependencies": {
70-
"postcss": "^8"
71-
},
66+
"maintainers": [
67+
{
68+
"name": "defaultlee",
69+
"email": "[email protected]"
70+
},
71+
{
72+
"name": "yuche",
73+
"email": "[email protected]"
74+
}
75+
],
7276
"_npmOperationalInternal": {
73-
"tmp": "tmp/postcss-pxtransform_4.1.2_1749129320775_0.17554082029581486",
74-
"host": "s3://npm-registry-packages-npm-production"
77+
"host": "s3://npm-registry-packages-npm-production",
78+
"tmp": "tmp/postcss-pxtransform_4.1.3_1751281904300_0.5025721018764397"
7579
},
76-
"_time": "2025-06-05T13:15:20.971Z"
80+
"_hasShrinkwrap": false,
81+
"_time": "2025-06-30T11:11:44.470Z"
7782
}

0 commit comments

Comments
 (0)