Skip to content

Commit d2059fe

Browse files
postcss-pxtransform-4.0.12 (#2132)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 627b92b commit d2059fe

1 file changed

Lines changed: 47 additions & 47 deletions

File tree

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.0.10",
3+
"version": "4.0.12",
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": "47dc0288d86006cd24709e83dd3adcdc387f9ec2",
31-
"tarball": "https://registry.npmjs.org/postcss-pxtransform/-/postcss-pxtransform-4.0.10.tgz",
32-
"fileCount": 7,
33-
"integrity": "sha512-Z692cD8FiM7t291u42vmn/hjJpLQkugLmOpVDToNu9ED653iAc+2jGS8efRiHnfsFygO1/H4yestUXTIAWjbTQ==",
34-
"signatures": [
35-
{
36-
"sig": "MEYCIQCkfHB22S36nsnUAuJS1w1WA/lo64VgT5woPlIn1pNKXQIhAKYUCUkpZmkhun7B3GVl5qvSPNbq8v+wfcr0Q5Q3VnY2",
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.0.10.tgz",
4828
"engines": {
4929
"node": ">= 18"
5030
},
31+
"peerDependencies": {
32+
"postcss": "^8"
33+
},
5134
"scripts": {
5235
"test": "jest"
5336
},
37+
38+
"_integrity": "sha512-I+n+ZPqoXyS6bYHK3mUZ6yMm3RlEOARYOdsWz0qOLfzjg15AWFQVQsAZFel+ZHwaUJ0oTBON7P5RwhF9sIWdmw==",
39+
"_resolved": "/tmp/8255fc607ca5700cb71224aa21135fc5/postcss-pxtransform-4.0.12.tgz",
40+
"_from": "file:postcss-pxtransform-4.0.12.tgz",
41+
"_nodeVersion": "18.20.8",
42+
"_npmVersion": "10.8.2",
43+
"dist": {
44+
"integrity": "sha512-I+n+ZPqoXyS6bYHK3mUZ6yMm3RlEOARYOdsWz0qOLfzjg15AWFQVQsAZFel+ZHwaUJ0oTBON7P5RwhF9sIWdmw==",
45+
"shasum": "ea51d3a1d9f8fba94664784a9ec1ae765a009c04",
46+
"tarball": "https://registry.npmjs.org/postcss-pxtransform/-/postcss-pxtransform-4.0.12.tgz",
47+
"fileCount": 7,
48+
"unpackedSize": 25035,
49+
"signatures": [
50+
{
51+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
52+
"sig": "MEYCIQDQX97FuwbTNUtufM17wzsKTB5+4NiSuOTyctTgZHjEeAIhALYMNYg1iq5E76fJy17r0pRMIUCdOgKJnrxn9TjMVE86"
53+
}
54+
]
55+
},
5456
"_npmUser": {
5557
"name": "defaultlee",
5658
"email": "[email protected]"
5759
},
58-
"_resolved": "/tmp/ea4f34a4f1dd4344683b739388becd70/postcss-pxtransform-4.0.10.tgz",
59-
"_integrity": "sha512-Z692cD8FiM7t291u42vmn/hjJpLQkugLmOpVDToNu9ED653iAc+2jGS8efRiHnfsFygO1/H4yestUXTIAWjbTQ==",
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.0.10_1744202829926_0.7604575677069685",
74-
"host": "s3://npm-registry-packages-npm-production"
72+
"host": "s3://npm-registry-packages-npm-production",
73+
"tmp": "tmp/postcss-pxtransform_4.0.12_1744685358726_0.16910467763641313"
7574
},
76-
"_time": "2025-04-09T12:47:10.120Z"
75+
"_hasShrinkwrap": false,
76+
"_time": "2025-04-15T02:49:18.941Z"
7777
}

0 commit comments

Comments
 (0)