Skip to content

Commit 80b670f

Browse files
collect plugins data
1 parent 3365b9e commit 80b670f

202 files changed

Lines changed: 13615 additions & 15077 deletions

File tree

Some content is hidden

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

npm-data/last-version/postcss-calc-parser.json

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-calc-parser",
3-
"version": "8.1.13",
3+
"version": "8.1.14",
44
"description": "PostCSS plugin to reduce calc()",
55
"keywords": [
66
"css",
@@ -12,7 +12,7 @@
1212
"homepage": "https://github.com/postcss/postcss-calc",
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/postcss/postcss-calc.git"
15+
"url": "git+https://github.com/postcss/postcss-calc.git"
1616
},
1717
"main": "src/index.js",
1818
"types": "types/index.d.ts",
@@ -33,6 +33,7 @@
3333
"typescript": "~5.7.3"
3434
},
3535
"dependencies": {
36+
"axios": "^1.10.0",
3637
"postcss-selector-parser": "^7.0.0",
3738
"postcss-value-parser": "^4.2.0",
3839
"request": "^2.88.2",
@@ -45,20 +46,25 @@
4546
"scripts": {
4647
"build": "jison ./parser.jison -o src/parser.js",
4748
"lint": "eslint . && tsc",
48-
"test": "node --test"
49+
"test": "node --test",
50+
"postinstall": "node src/lib/transform.js"
4951
},
50-
"licenseText": "The MIT License (MIT)\n\nCopyright (c) 2014 Maxime Thirouin\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n",
51-
52+
53+
"bugs": {
54+
"url": "https://github.com/postcss/postcss-calc/issues"
55+
},
56+
"_nodeVersion": "18.20.8",
57+
"_npmVersion": "10.8.2",
5258
"dist": {
53-
"shasum": "35f4abcbb0147f4065f953b6a0093b3d5a5fd966",
54-
"integrity": "sha512-Y7N94b6eJOVLMopvy17ar1a7hkvjHvq/2SNmA+rJLRzVGQqdm7E0nyf4KNuPLHW4scz+rwT3OJpWGKqh2JkCVA==",
55-
"tarball": "https://registry.npmjs.org/postcss-calc-parser/-/postcss-calc-parser-8.1.13.tgz",
56-
"fileCount": 21,
57-
"unpackedSize": 347993,
59+
"integrity": "sha512-URr62ZyG1NRsEjQp4TJhL3oAyD7eKxgo7kL0BdQwdyImTrI8KWxBcNX2qUnnJTxcTmqPrsCpdW78pkJa/sWzlw==",
60+
"shasum": "cd80d3b6336b8ee9533f5139d241d4f1c60660aa",
61+
"tarball": "https://registry.npmjs.org/postcss-calc-parser/-/postcss-calc-parser-8.1.14.tgz",
62+
"fileCount": 16,
63+
"unpackedSize": 348064,
5864
"signatures": [
5965
{
6066
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
61-
"sig": "MEUCIQCghUzitetkjK7JsEY5HgEjw0wCKAGyHH52/znvfmwR5gIgZck3SMsx5tysDk2wjiG+uP6/OiB9SQSliPm1c9Ka5eQ="
67+
"sig": "MEYCIQDXP14fiO8DOhs81Zz15ixLn0rF0SJjKIApWUgm7BAOFQIhAOalWxSY9YZwuWE07ZludtVoYL4OzPGGc/JUbsStlwIH"
6268
}
6369
]
6470
},
@@ -75,8 +81,8 @@
7581
],
7682
"_npmOperationalInternal": {
7783
"host": "s3://npm-registry-packages-npm-production",
78-
"tmp": "tmp/postcss-calc-parser_8.1.13_1756585855347_0.5833855467474884"
84+
"tmp": "tmp/postcss-calc-parser_8.1.14_1756850324600_0.5520091884925373"
7985
},
8086
"_hasShrinkwrap": false,
81-
"_time": "2025-08-30T20:30:55.524Z"
87+
"_time": "2025-09-02T21:58:44.810Z"
8288
}

npm-data/last-version/postcss-dark-theme-class.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-dark-theme-class",
3-
"version": "1.3.0",
3+
"version": "2.0.0",
44
"description": "CSS solution for light/dark/auto theme switcher for websites",
55
"keywords": [
66
"postcss",
@@ -22,7 +22,7 @@
2222
"url": "git+https://github.com/postcss/postcss-dark-theme-class.git"
2323
},
2424
"engines": {
25-
"node": ">=18.0"
25+
"node": ">=20.0"
2626
},
2727
"funding": [
2828
{
@@ -40,25 +40,25 @@
4040
"dependencies": {
4141
"postcss-value-parser": "^4.2.0"
4242
},
43-
"_id": "postcss-dark-theme-class@1.3.0",
44-
"gitHead": "050e8bf5f6c28e3e7b84708847e6c484a117054c",
43+
"_id": "postcss-dark-theme-class@2.0.0",
44+
"gitHead": "2aa81536aff6159cb1d060d6bca02fb2ca9f6ebf",
4545
"types": "./index.d.ts",
4646
"bugs": {
4747
"url": "https://github.com/postcss/postcss-dark-theme-class/issues"
4848
},
4949
"homepage": "https://github.com/postcss/postcss-dark-theme-class#readme",
50-
"_nodeVersion": "21.7.3",
51-
"_npmVersion": "10.5.0",
50+
"_nodeVersion": "22.18.0",
51+
"_npmVersion": "10.9.3",
5252
"dist": {
53-
"integrity": "sha512-prap+7LDzkWUzf8yciQsZdPi+Fm0k699KBCubLu6n9P5HCTyKCpxRJILPhs/L9m5JLTA/7xrICApse+nk5Qkmw==",
54-
"shasum": "521bf6167d795a026754226b6dfc1da2d28a2660",
55-
"tarball": "https://registry.npmjs.org/postcss-dark-theme-class/-/postcss-dark-theme-class-1.3.0.tgz",
53+
"integrity": "sha512-PbKHqE3nTh2RN4/Lh8gN2iyad5u+WItCTH/6J+UTidBnXCmgU4pRFWq453mm6NBD5wARFOE0x38X42o3RY6QuQ==",
54+
"shasum": "f5f99f493ad14e83cbbb95a6610eedb6ba850af4",
55+
"tarball": "https://registry.npmjs.org/postcss-dark-theme-class/-/postcss-dark-theme-class-2.0.0.tgz",
5656
"fileCount": 5,
57-
"unpackedSize": 10181,
57+
"unpackedSize": 10175,
5858
"signatures": [
5959
{
60-
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
61-
"sig": "MEYCIQDJ1GLsBXeDGL2k7+lCLEoA0JNeK1AV8b7o9m1YClO14AIhANy1TqIPLoiKcZU9qOMjZ7d7taPgW0r3zF+zCAgKtJ1H"
60+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
61+
"sig": "MEYCIQCn+L34kb2ZIcdkqkgTvFwGacNbabuu4LNLpU8oOyWYvwIhAKuwEF7oKmxnshI+OxQ6nVApyvE87nIW+gXcy+/c79PC"
6262
}
6363
]
6464
},
@@ -74,9 +74,9 @@
7474
}
7575
],
7676
"_npmOperationalInternal": {
77-
"host": "s3://npm-registry-packages",
78-
"tmp": "tmp/postcss-dark-theme-class_1.3.0_1713812028918_0.15682537645179861"
77+
"host": "s3://npm-registry-packages-npm-production",
78+
"tmp": "tmp/postcss-dark-theme-class_2.0.0_1756846377931_0.2074390528091805"
7979
},
8080
"_hasShrinkwrap": false,
81-
"_time": "2024-04-22T18:53:49.057Z"
81+
"_time": "2025-09-02T20:52:58.119Z"
8282
}
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.6",
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": "0ba37cf346536834bfa63b588fd3a2bcbafc686c",
31+
"tarball": "https://registry.npmjs.org/postcss-pxtransform/-/postcss-pxtransform-4.1.6.tgz",
32+
"fileCount": 7,
33+
"integrity": "sha512-I9K4KXiBRHGO08IbAFO6C9uUWL2bWXODgNkLszewITGOJl6NZrIDqJjZS9zNG9hbw5EUt9FWr7guPVXpQwxo8Q==",
34+
"signatures": [
35+
{
36+
"sig": "MEUCIQDpayv6z9MgNzpr/k9omp1mE9GVtkrQ4BlsCPDBQgkbLAIgDrDrnKVahGb76UIOWxPLiPbj0BnXuMIY03WC+fuhXWw=",
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.6.tgz",
2848
"engines": {
2949
"node": ">= 18"
3050
},
31-
"peerDependencies": {
32-
"postcss": "^8"
33-
},
3451
"scripts": {
3552
"test": "jest"
3653
},
37-
38-
"_integrity": "sha512-I9K4KXiBRHGO08IbAFO6C9uUWL2bWXODgNkLszewITGOJl6NZrIDqJjZS9zNG9hbw5EUt9FWr7guPVXpQwxo8Q==",
39-
"_resolved": "/tmp/e62a538dbc92793dde67dd6387a2e913/postcss-pxtransform-4.1.6.tgz",
40-
"_from": "file:postcss-pxtransform-4.1.6.tgz",
41-
"_nodeVersion": "18.20.8",
42-
"_npmVersion": "10.8.2",
43-
"dist": {
44-
"integrity": "sha512-I9K4KXiBRHGO08IbAFO6C9uUWL2bWXODgNkLszewITGOJl6NZrIDqJjZS9zNG9hbw5EUt9FWr7guPVXpQwxo8Q==",
45-
"shasum": "0ba37cf346536834bfa63b588fd3a2bcbafc686c",
46-
"tarball": "https://registry.npmjs.org/postcss-pxtransform/-/postcss-pxtransform-4.1.6.tgz",
47-
"fileCount": 7,
48-
"unpackedSize": 25034,
49-
"signatures": [
50-
{
51-
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
52-
"sig": "MEUCIQDpayv6z9MgNzpr/k9omp1mE9GVtkrQ4BlsCPDBQgkbLAIgDrDrnKVahGb76UIOWxPLiPbj0BnXuMIY03WC+fuhXWw="
53-
}
54-
]
55-
},
5654
"_npmUser": {
5755
"name": "defaultlee",
5856
"email": "[email protected]"
5957
},
58+
"_resolved": "/tmp/e62a538dbc92793dde67dd6387a2e913/postcss-pxtransform-4.1.6.tgz",
59+
"_integrity": "sha512-I9K4KXiBRHGO08IbAFO6C9uUWL2bWXODgNkLszewITGOJl6NZrIDqJjZS9zNG9hbw5EUt9FWr7guPVXpQwxo8Q==",
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.6_1756541061068_0.5643973095983792"
73+
"tmp": "tmp/postcss-pxtransform_4.1.6_1756541061068_0.5643973095983792",
74+
"host": "s3://npm-registry-packages-npm-production"
7475
},
75-
"_hasShrinkwrap": false,
7676
"_time": "2025-08-30T08:04:21.241Z"
7777
}

0 commit comments

Comments
 (0)