Skip to content

Commit ccfc348

Browse files
collect plugins data
1 parent 81309b3 commit ccfc348

File tree

204 files changed

+9879
-8543
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

+9879
-8543
lines changed

directory/@csstools/postcss-todo-or-die.json

Lines changed: 0 additions & 110 deletions
This file was deleted.

docs/index.html

Lines changed: 6 additions & 51 deletions
Large diffs are not rendered by default.

docs/keywords.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
"cls",
3131
"cmyk",
3232
"code golf",
33-
"code quality",
3433
"color",
3534
"color names",
3635
"color space interpolation",

npm-data/last-version/postcss-color-golf.json

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-color-golf",
3-
"version": "1.1.0",
3+
"version": "2.0.1",
44
"description": "PostCSS plugin that aggressively minifies and optimizes CSS color values for maximum code golf and minimal output characters.",
55
"author": {
66
"name": "xero",
@@ -12,12 +12,13 @@
1212
"types": "dist/index.d.ts",
1313
"exports": {
1414
"import": "./dist/index.mjs",
15-
"require": "./dist/index.cjs"
15+
"require": "./dist/cjs-proxy.cjs",
16+
"default": "./dist/index.cjs"
1617
},
1718
"scripts": {
1819
"test": "vitest run",
1920
"test:watch": "vitest",
20-
"build": "tsup src/index.ts --format esm,cjs"
21+
"build": "tsup src/index.ts --format esm,cjs && printf '%s' \"module.exports=require('./index.cjs').default;\" > ./dist/cjs-proxy.cjs"
2122
},
2223
"repository": {
2324
"type": "git",
@@ -48,35 +49,30 @@
4849
"typescript": "^5.8.3",
4950
"vitest": "^3.2.4"
5051
},
51-
"_id": "postcss-color-golf@1.1.0",
52-
"gitHead": "57c5ec2768dfb816820855bdd4d461a3398b32f5",
52+
"_id": "postcss-color-golf@2.0.1",
53+
"gitHead": "91965cf77ffb346e9fc2df1384dbdc367b302809",
5354
"bugs": {
5455
"url": "https://github.com/xero/postcss-color-golf/issues"
5556
},
5657
"homepage": "https://github.com/xero/postcss-color-golf#readme",
5758
"_nodeVersion": "22.8.0",
5859
"_npmVersion": "10.8.2",
5960
"dist": {
60-
"integrity": "sha512-ba8bAQ7m+Dsfs2H2yA3b0k+poadC3h/UHEmgblJaoVdm5L2Zr5XD+3hogUldU0yFA7Sr/DItmmH4Z8LcaFvLuQ==",
61-
"shasum": "196d2de648325ac4a0ccc2a3aa24a286e6837f56",
62-
"tarball": "https://registry.npmjs.org/postcss-color-golf/-/postcss-color-golf-1.1.0.tgz",
63-
"fileCount": 7,
64-
"unpackedSize": 21795,
61+
"integrity": "sha512-njoXonNux39IERoFxHPH0owgzY+mNggn4le9fXA1LiwlnfaMK0pzIkeRCTdu+N3rMQbHrNrSc3h/1DoyM/hNOQ==",
62+
"shasum": "041b1d167b41ed0eac99469a5b52f09a9dc1a8a5",
63+
"tarball": "https://registry.npmjs.org/postcss-color-golf/-/postcss-color-golf-2.0.1.tgz",
64+
"fileCount": 8,
65+
"unpackedSize": 25175,
6566
"signatures": [
6667
{
6768
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
68-
"sig": "MEUCIQC7IGGMMMQ/vFZxCT4T4wuamjhagPJH9LTn2q1l1/S2nQIgMwkerqMjYoruHVz8gcQ0y6YP1tt9E62gJWB9a6Hz34g="
69+
"sig": "MEUCIQC/6kjowWkpSFIb6S5u5qh69xULnUY+sPV3i/EqnqTXigIgbt26WsGb+myOuFCERApRDbnX9emDxdcpaKjyrFFIIdU="
6970
}
7071
]
7172
},
7273
"_npmUser": {
7374
"name": "xero",
74-
"email": "[email protected]",
75-
"actor": {
76-
"name": "xero",
77-
"email": "[email protected]",
78-
"type": "user"
79-
}
75+
"email": "[email protected]"
8076
},
8177
"directories": {},
8278
"maintainers": [
@@ -87,8 +83,8 @@
8783
],
8884
"_npmOperationalInternal": {
8985
"host": "s3://npm-registry-packages-npm-production",
90-
"tmp": "tmp/postcss-color-golf_1.1.0_1750778703282_0.5282841414420578"
86+
"tmp": "tmp/postcss-color-golf_2.0.1_1752651873701_0.414022012047905"
9187
},
9288
"_hasShrinkwrap": false,
93-
"_time": "2025-06-24T15:25:03.453Z"
89+
"_time": "2025-07-16T07:44:33.876Z"
9490
}
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.4",
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": "a30336bb0e9f42453fa171a1e688a0292d3ab72c",
31+
"tarball": "https://registry.npmjs.org/postcss-pxtransform/-/postcss-pxtransform-4.1.4.tgz",
32+
"fileCount": 7,
33+
"integrity": "sha512-BueRdobyNyMPxAGSj67AD6lmTYYsDWOObJsODyqIbPwJF5WOSc8W0oG8g3/1sZ7+FAVEW66zacVqeIfMV6RvfA==",
34+
"signatures": [
35+
{
36+
"sig": "MEUCIQCgn1Xy/DcL2elLUsqDaR9uRAgMClrTEsss4blnJ6wVZgIgS46RrKaX/h8hYXEeKYZkRWcZZ5wB5dGe1/UuqHoAC7s=",
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.4.tgz",
2848
"engines": {
2949
"node": ">= 18"
3050
},
31-
"peerDependencies": {
32-
"postcss": "^8"
33-
},
3451
"scripts": {
3552
"test": "jest"
3653
},
37-
38-
"_integrity": "sha512-BueRdobyNyMPxAGSj67AD6lmTYYsDWOObJsODyqIbPwJF5WOSc8W0oG8g3/1sZ7+FAVEW66zacVqeIfMV6RvfA==",
39-
"_resolved": "/tmp/b35c0c188fae35ee4e51d76d09768456/postcss-pxtransform-4.1.4.tgz",
40-
"_from": "file:postcss-pxtransform-4.1.4.tgz",
41-
"_nodeVersion": "18.20.8",
42-
"_npmVersion": "10.8.2",
43-
"dist": {
44-
"integrity": "sha512-BueRdobyNyMPxAGSj67AD6lmTYYsDWOObJsODyqIbPwJF5WOSc8W0oG8g3/1sZ7+FAVEW66zacVqeIfMV6RvfA==",
45-
"shasum": "a30336bb0e9f42453fa171a1e688a0292d3ab72c",
46-
"tarball": "https://registry.npmjs.org/postcss-pxtransform/-/postcss-pxtransform-4.1.4.tgz",
47-
"fileCount": 7,
48-
"unpackedSize": 25034,
49-
"signatures": [
50-
{
51-
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
52-
"sig": "MEUCIQCgn1Xy/DcL2elLUsqDaR9uRAgMClrTEsss4blnJ6wVZgIgS46RrKaX/h8hYXEeKYZkRWcZZ5wB5dGe1/UuqHoAC7s="
53-
}
54-
]
55-
},
5654
"_npmUser": {
5755
"name": "defaultlee",
5856
"email": "[email protected]"
5957
},
58+
"_resolved": "/tmp/b35c0c188fae35ee4e51d76d09768456/postcss-pxtransform-4.1.4.tgz",
59+
"_integrity": "sha512-BueRdobyNyMPxAGSj67AD6lmTYYsDWOObJsODyqIbPwJF5WOSc8W0oG8g3/1sZ7+FAVEW66zacVqeIfMV6RvfA==",
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.4_1752240061590_0.5264003936715276"
73+
"tmp": "tmp/postcss-pxtransform_4.1.4_1752240061590_0.5264003936715276",
74+
"host": "s3://npm-registry-packages-npm-production"
7475
},
75-
"_hasShrinkwrap": false,
7676
"_time": "2025-07-11T13:21:01.772Z"
7777
}

0 commit comments

Comments
 (0)