Skip to content

Commit 50de978

Browse files
postcss-px-morph-1.0.2 (#2518)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 63dfa3c commit 50de978

File tree

1 file changed

+89
-0
lines changed

1 file changed

+89
-0
lines changed

directory/postcss-px-morph.json

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
{
2+
"name": "postcss-px-morph",
3+
"version": "1.0.2",
4+
"description": "A flexible PostCSS plugin to transform px to rem, vw, or a hybrid of both, with advanced configuration.",
5+
"main": "dist/index.js",
6+
"types": "dist/index.d.ts",
7+
"scripts": {
8+
"build": "tsc",
9+
"prepare": "npm run build",
10+
"test": "vitest",
11+
"test:run": "vitest run",
12+
"test:coverage": "vitest run --coverage",
13+
"prepublishOnly": "npm run build"
14+
},
15+
"keywords": [
16+
"postcss",
17+
"css",
18+
"postcss-plugin",
19+
"px",
20+
"rem",
21+
"pxtorem",
22+
"vw",
23+
"pxtovw",
24+
"responsive",
25+
"mobile",
26+
"h5"
27+
],
28+
"author": {
29+
"name": "fragrans-maotou"
30+
},
31+
"license": "MIT",
32+
"repository": {
33+
"type": "git",
34+
"url": "git+https://github.com/fragrans-maotou/postcss-px-morph.git"
35+
},
36+
"publishConfig": {
37+
"registry": "https://registry.npmjs.org/",
38+
"access": "public"
39+
},
40+
"bugs": {
41+
"url": "https://github.com/fragrans-maotou/postcss-px-morph/issues"
42+
},
43+
"homepage": "https://github.com/fragrans-maotou/postcss-px-morph",
44+
"devDependencies": {
45+
"@types/node": "^24.0.10",
46+
"minimatch": "^10.0.3",
47+
"postcss": "^8.5.6",
48+
"postcss-cli": "^11.0.1",
49+
"typescript": "^5.8.3",
50+
"vitest": "^3.2.4"
51+
},
52+
"peerDependencies": {
53+
"postcss": "^8.0.0"
54+
},
55+
56+
"gitHead": "622e417a7699c0e08c83ac3f2e218f600ad54561",
57+
"_nodeVersion": "22.19.0",
58+
"_npmVersion": "10.9.3",
59+
"dist": {
60+
"integrity": "sha512-sJZCkjScwzkT8lsr8Ip/eSjSAwxDBuXP/IZ0TpjA6vCbkkqwc9pmvnfSnjuSW9nzknDHnGkAQaF3wKJs7h/3QQ==",
61+
"shasum": "f575e0a84bb9a572be92889dcd0649c83c641550",
62+
"tarball": "https://registry.npmjs.org/postcss-px-morph/-/postcss-px-morph-1.0.2.tgz",
63+
"fileCount": 14,
64+
"unpackedSize": 30665,
65+
"signatures": [
66+
{
67+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
68+
"sig": "MEUCIQCBt2NiojFYuyyy4jrqTF/3l+aOoYtOjqDYLKPCfKr/dAIgBHzelBetPtK9JbPvSCi476PLT3BCElcK9xVkf2vl6H4="
69+
}
70+
]
71+
},
72+
"_npmUser": {
73+
"name": "fragrans-maotou",
74+
"email": "[email protected]"
75+
},
76+
"directories": {},
77+
"maintainers": [
78+
{
79+
"name": "fragrans-maotou",
80+
"email": "[email protected]"
81+
}
82+
],
83+
"_npmOperationalInternal": {
84+
"host": "s3://npm-registry-packages-npm-production",
85+
"tmp": "tmp/postcss-px-morph_1.0.2_1763821111544_0.7597110497780035"
86+
},
87+
"_hasShrinkwrap": false,
88+
"_time": "2025-11-22T14:18:31.730Z"
89+
}

0 commit comments

Comments
 (0)