Skip to content

Commit 1e263ae

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

File tree

1 file changed

+45
-45
lines changed

1 file changed

+45
-45
lines changed

directory/postcss-pxtransform.json

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,77 @@
11
{
22
"name": "postcss-pxtransform",
33
"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",
104
"keywords": [
115
"postcss",
126
"css",
137
"postcss-plugin",
148
"pxtransform"
159
],
16-
"repository": {
17-
"type": "git",
18-
"url": "git+https://github.com/NervJS/taro.git"
10+
"author": {
11+
"name": "O2Team"
1912
},
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",
2026
"bugs": {
2127
"url": "https://github.com/NervJS/taro/issues"
2228
},
23-
"homepage": "https://github.com/NervJS/taro/tree/main/packages/postcss-pxtransform#readme",
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+
},
2442
"jest": {
2543
"testEnvironment": "node",
2644
"testEnvironmentOptions": {}
2745
},
46+
"main": "index.js",
47+
"_from": "file:postcss-pxtransform-4.1.2.tgz",
2848
"engines": {
2949
"node": ">= 18"
3050
},
31-
"peerDependencies": {
32-
"postcss": "^8"
33-
},
3451
"scripts": {
3552
"test": "jest"
3653
},
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-
},
5654
"_npmUser": {
5755
"name": "defaultlee",
5856
"email": "[email protected]"
5957
},
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"
63+
},
64+
"_npmVersion": "10.8.2",
65+
"description": "PostCSS plugin px 转小程序 rpx及h5 rem 单位",
6066
"directories": {},
61-
"maintainers": [
62-
{
63-
"name": "defaultlee",
64-
"email": "[email protected]"
65-
},
66-
{
67-
"name": "yuche",
68-
"email": "[email protected]"
69-
}
70-
],
67+
"_nodeVersion": "18.20.8",
68+
"_hasShrinkwrap": false,
69+
"peerDependencies": {
70+
"postcss": "^8"
71+
},
7172
"_npmOperationalInternal": {
72-
"host": "s3://npm-registry-packages-npm-production",
73-
"tmp": "tmp/postcss-pxtransform_4.1.2_1749129320775_0.17554082029581486"
73+
"tmp": "tmp/postcss-pxtransform_4.1.2_1749129320775_0.17554082029581486",
74+
"host": "s3://npm-registry-packages-npm-production"
7475
},
75-
"_hasShrinkwrap": false,
7676
"_time": "2025-06-05T13:15:20.971Z"
7777
}

0 commit comments

Comments
 (0)