Skip to content

Commit 557a9c9

Browse files
postcss-pxtrans-1.0.0 (#2553)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 848c39b commit 557a9c9

1 file changed

Lines changed: 101 additions & 0 deletions

File tree

directory/postcss-pxtrans.json

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
{
2+
"name": "postcss-pxtrans",
3+
"version": "1.0.0",
4+
"description": "PostCSS plugin that converts px units to rpx/rem/vw/px for multiple platforms.",
5+
"author": {
6+
"name": "ice breaker",
7+
"email": "[email protected]"
8+
},
9+
"license": "MIT",
10+
"repository": {
11+
"type": "git",
12+
"url": "git+https://github.com/sonofmagic/postcss-plugins.git",
13+
"directory": "packages/postcss-pxtrans"
14+
},
15+
"bugs": {
16+
"url": "https://github.com/sonofmagic/postcss-plugins/issues"
17+
},
18+
"keywords": [
19+
"postcss",
20+
"postcss-plugin",
21+
"px",
22+
"rpx",
23+
"rem",
24+
"vw",
25+
"pxtransform"
26+
],
27+
"sideEffects": false,
28+
"exports": {
29+
".": {
30+
"types": "./dist/index.d.ts",
31+
"import": "./dist/index.mjs",
32+
"require": "./dist/index.cjs"
33+
}
34+
},
35+
"peerDependencies": {
36+
"postcss": "^8"
37+
},
38+
"dependencies": {
39+
"postcss-plugin-shared": "^1.0.0"
40+
},
41+
"scripts": {
42+
"dev": "tsup --watch --sourcemap",
43+
"build": "tsup",
44+
"test": "vitest run",
45+
"test:dev": "vitest",
46+
"bench": "vitest bench",
47+
"release": "pnpm publish",
48+
"lint": "eslint .",
49+
"lint:fix": "eslint . --fix"
50+
},
51+
"main": "./dist/index.cjs",
52+
"module": "./dist/index.mjs",
53+
"types": "./dist/index.d.ts",
54+
55+
"homepage": "https://github.com/sonofmagic/postcss-plugins#readme",
56+
"_integrity": "sha512-1AKXs+w/hor0EAmxCAa2ATfYKgzqey/rHTgJ6LvvpNsRyeV9hyVNczF3N1hSXcB5ruM4E3ezg8cf3W+W/GY4GA==",
57+
"_resolved": "/tmp/2fc82afaa4312c86bf0cd446d36f768a/postcss-pxtrans-1.0.0.tgz",
58+
"_from": "file:postcss-pxtrans-1.0.0.tgz",
59+
"_nodeVersion": "24.12.0",
60+
"_npmVersion": "11.6.2",
61+
"dist": {
62+
"integrity": "sha512-1AKXs+w/hor0EAmxCAa2ATfYKgzqey/rHTgJ6LvvpNsRyeV9hyVNczF3N1hSXcB5ruM4E3ezg8cf3W+W/GY4GA==",
63+
"shasum": "7df6ba96d1e31ea4fc5977b118877de3fe917f55",
64+
"tarball": "https://registry.npmjs.org/postcss-pxtrans/-/postcss-pxtrans-1.0.0.tgz",
65+
"fileCount": 8,
66+
"unpackedSize": 41859,
67+
"attestations": {
68+
"url": "https://registry.npmjs.org/-/npm/v1/attestations/[email protected]",
69+
"provenance": {
70+
"predicateType": "https://slsa.dev/provenance/v1"
71+
}
72+
},
73+
"signatures": [
74+
{
75+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
76+
"sig": "MEQCIGs/hFRUuKLxSK7NYat7babeBFKFo6FqyUKnnzEHV/v9AiAylq+LBs4IhdwYGa8pO5qBXreUeonCR9P6AO+cDZWVSA=="
77+
}
78+
]
79+
},
80+
"_npmUser": {
81+
"name": "GitHub Actions",
82+
"email": "[email protected]",
83+
"trustedPublisher": {
84+
"id": "github",
85+
"oidcConfigId": "oidc:c2e14f60-c13d-489f-bbad-644b0f59175a"
86+
}
87+
},
88+
"directories": {},
89+
"maintainers": [
90+
{
91+
"name": "icebreaker",
92+
"email": "[email protected]"
93+
}
94+
],
95+
"_npmOperationalInternal": {
96+
"host": "s3://npm-registry-packages-npm-production",
97+
"tmp": "tmp/postcss-pxtrans_1.0.0_1766047843550_0.45521876663483174"
98+
},
99+
"_hasShrinkwrap": false,
100+
"_time": "2025-12-18T08:50:43.688Z"
101+
}

0 commit comments

Comments
 (0)