Skip to content

Commit e497339

Browse files
postcss-pxtransform-4.1.2 (#2264)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a9e8ccb commit e497339

File tree

1 file changed

+47
-47
lines changed

1 file changed

+47
-47
lines changed

directory/postcss-pxtransform.json

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.1",
3+
"version": "4.1.2",
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": "1bffad3d0670afe5d39eaf2b70772fd467a1c720",
31-
"tarball": "https://registry.npmjs.org/postcss-pxtransform/-/postcss-pxtransform-4.1.1.tgz",
32-
"fileCount": 7,
33-
"integrity": "sha512-gCS7407bVWObXymAYJworVVbQzeq/bZM/TlIcrhYN7KDtcNg9xZF2C1FgOYVMiM2EQnlo1qfRqxh+HRVoKcXMQ==",
34-
"signatures": [
35-
{
36-
"sig": "MEUCIHt8rV9Ly5qcOoM+ia+lsYgtwSldKgeFtto/uKNMsnxOAiEAuq0k3LNY15opHfv57IvgJ5hzipMnznXek9+z1UcUojU=",
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.1.tgz",
4828
"engines": {
4929
"node": ">= 18"
5030
},
31+
"peerDependencies": {
32+
"postcss": "^8"
33+
},
5134
"scripts": {
5235
"test": "jest"
5336
},
37+
38+
"_integrity": "sha512-SyCWcMAH0GWrKH1YvepcQQZc5x2BdThxuEX1RPmP6Xxt1e5rXZ4KCSJMKBeqvuNfBKYzKdxSFG0n5cBx3GFwOQ==",
39+
"_resolved": "/tmp/466635bd419e39fb21f6d62a21108c32/postcss-pxtransform-4.1.2.tgz",
40+
"_from": "file:postcss-pxtransform-4.1.2.tgz",
41+
"_nodeVersion": "18.20.8",
42+
"_npmVersion": "10.8.2",
43+
"dist": {
44+
"integrity": "sha512-SyCWcMAH0GWrKH1YvepcQQZc5x2BdThxuEX1RPmP6Xxt1e5rXZ4KCSJMKBeqvuNfBKYzKdxSFG0n5cBx3GFwOQ==",
45+
"shasum": "a6af15866519d2aca6f180515cd30f86fd89eda0",
46+
"tarball": "https://registry.npmjs.org/postcss-pxtransform/-/postcss-pxtransform-4.1.2.tgz",
47+
"fileCount": 7,
48+
"unpackedSize": 25034,
49+
"signatures": [
50+
{
51+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
52+
"sig": "MEQCICYxkTLuB/6N/PGATwkD4txUQvb0VczHRN4JiZ3D+xlkAiAzA1mNkiJ9cd5/AoNDb6Kx+BZKXLURzELNxgoCFDm41A=="
53+
}
54+
]
55+
},
5456
"_npmUser": {
5557
"name": "defaultlee",
5658
"email": "[email protected]"
5759
},
58-
"_resolved": "/tmp/f717be57f08b753b1dd7a81d16ec46cd/postcss-pxtransform-4.1.1.tgz",
59-
"_integrity": "sha512-gCS7407bVWObXymAYJworVVbQzeq/bZM/TlIcrhYN7KDtcNg9xZF2C1FgOYVMiM2EQnlo1qfRqxh+HRVoKcXMQ==",
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.1_1747560729880_0.6233803725316815",
74-
"host": "s3://npm-registry-packages-npm-production"
72+
"host": "s3://npm-registry-packages-npm-production",
73+
"tmp": "tmp/postcss-pxtransform_4.1.2_1749129320775_0.17554082029581486"
7574
},
76-
"_time": "2025-05-18T09:32:10.080Z"
75+
"_hasShrinkwrap": false,
76+
"_time": "2025-06-05T13:15:20.971Z"
7777
}

0 commit comments

Comments
 (0)