Skip to content

Commit 80d5a88

Browse files
collect plugins data
1 parent 948a451 commit 80d5a88

File tree

204 files changed

+3605
-2881
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

204 files changed

+3605
-2881
lines changed
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.7",
3+
"version": "4.1.8",
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": "4380db31e0e771332879b145f3f70292fb2c8f24",
31-
"tarball": "https://registry.npmjs.org/postcss-pxtransform/-/postcss-pxtransform-4.1.7.tgz",
32-
"fileCount": 7,
33-
"integrity": "sha512-B8eDqqN3yXvkFJKxQf4xbc+MaWptYHkOrFBaK4VSO2Lidx+bINHFcPdHrKBVizDlj0q/jYO4a3QBzhfXvSaRHw==",
34-
"signatures": [
35-
{
36-
"sig": "MEUCIFf0yIGl5YfAGknXSFsEW1iQ95zWjl0zarvYJlcrusZoAiEAygYu8IwEBvUh5nbhOUde7Doz2e0WP4ubm0NjwL6jSWM=",
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.7.tgz",
4828
"engines": {
4929
"node": ">= 18"
5030
},
31+
"peerDependencies": {
32+
"postcss": "^8"
33+
},
5134
"scripts": {
5235
"test": "jest"
5336
},
37+
38+
"_integrity": "sha512-45h1xNAz7sdNfDRT3ob4btv/ugk7Cl4o+SUgI0DcYliaX+IxUgYfl/fVTK/TGeZm5Y8KVzhKiAJTb4K5rnQTlQ==",
39+
"_resolved": "/tmp/69286130baa0a7b071b895880e156688/postcss-pxtransform-4.1.8.tgz",
40+
"_from": "file:postcss-pxtransform-4.1.8.tgz",
41+
"_nodeVersion": "18.20.8",
42+
"_npmVersion": "10.8.2",
43+
"dist": {
44+
"integrity": "sha512-45h1xNAz7sdNfDRT3ob4btv/ugk7Cl4o+SUgI0DcYliaX+IxUgYfl/fVTK/TGeZm5Y8KVzhKiAJTb4K5rnQTlQ==",
45+
"shasum": "88fe344ebefc46779579a2ebc167658e8fd3077c",
46+
"tarball": "https://registry.npmjs.org/postcss-pxtransform/-/postcss-pxtransform-4.1.8.tgz",
47+
"fileCount": 7,
48+
"unpackedSize": 25034,
49+
"signatures": [
50+
{
51+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
52+
"sig": "MEUCICuNNOhKyYIQqXR1Ihv5b9Lzf1YS0ZlyEbwBz8wTUS+hAiEA1EdqQLk+cMd23zV3/QWRcYWbRr8TEL+MeNoLRuFPro8="
53+
}
54+
]
55+
},
5456
"_npmUser": {
5557
"name": "defaultlee",
5658
"email": "[email protected]"
5759
},
58-
"_resolved": "/tmp/c1462e26fbfcc3c5778a6d82fbc1ee75/postcss-pxtransform-4.1.7.tgz",
59-
"_integrity": "sha512-B8eDqqN3yXvkFJKxQf4xbc+MaWptYHkOrFBaK4VSO2Lidx+bINHFcPdHrKBVizDlj0q/jYO4a3QBzhfXvSaRHw==",
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.7_1758544744139_0.0424536435694145",
74-
"host": "s3://npm-registry-packages-npm-production"
72+
"host": "s3://npm-registry-packages-npm-production",
73+
"tmp": "tmp/postcss-pxtransform_4.1.8_1762420460098_0.896457177744223"
7574
},
76-
"_time": "2025-09-22T12:39:04.351Z"
75+
"_hasShrinkwrap": false,
76+
"_time": "2025-11-06T09:14:20.304Z"
7777
}

npm-data/links.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -255,12 +255,12 @@
255255
"valid": true
256256
},
257257
{
258-
"timestamp": 1762309370176,
258+
"timestamp": 1762395809795,
259259
"link": "https://gitee.com/webguide/postcss-windicss",
260260
"valid": false
261261
},
262262
{
263-
"timestamp": 1762395809795,
263+
"timestamp": 1762482007712,
264264
"link": "https://gitee.com/webguide/postcss-windicss.git",
265265
"valid": false
266266
},
@@ -6615,12 +6615,12 @@
66156615
"valid": true
66166616
},
66176617
{
6618-
"timestamp": 1762309370176,
6618+
"timestamp": 1762395809795,
66196619
"link": "https://github.com/postcss/postcss-mixins",
66206620
"valid": true
66216621
},
66226622
{
6623-
"timestamp": 1762395809795,
6623+
"timestamp": 1762482007712,
66246624
"link": "https://github.com/postcss/postcss-mixins.git",
66256625
"valid": true
66266626
},
@@ -7065,12 +7065,12 @@
70657065
"valid": true
70667066
},
70677067
{
7068-
"timestamp": 1762309370176,
7068+
"timestamp": 1762395809795,
70697069
"link": "https://github.com/Robert-Ro/postcss-plugin-maple-theme",
70707070
"valid": true
70717071
},
70727072
{
7073-
"timestamp": 1762395809795,
7073+
"timestamp": 1762482007712,
70747074
"link": "https://github.com/Robert-Ro/postcss-plugin-maple-theme.git",
70757075
"valid": true
70767076
},
@@ -7785,12 +7785,12 @@
77857785
"valid": true
77867786
},
77877787
{
7788-
"timestamp": 1762309370176,
7788+
"timestamp": 1762395809795,
77897789
"link": "https://github.com/spaced-out/postcss-flexbugs-fixes",
77907790
"valid": true
77917791
},
77927792
{
7793-
"timestamp": 1762395809795,
7793+
"timestamp": 1762482007712,
77947794
"link": "https://github.com/spaced-out/postcss-flexbugs-fixes.git",
77957795
"valid": true
77967796
},

0 commit comments

Comments
 (0)