Skip to content

Commit 36b5a4c

Browse files
postcss-rem-to-responsive-pixel-7.0.0 (#2534)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e0723cc commit 36b5a4c

File tree

1 file changed

+130
-0
lines changed

1 file changed

+130
-0
lines changed
Lines changed: 130 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,130 @@
1+
{
2+
"name": "postcss-rem-to-responsive-pixel",
3+
"version": "7.0.0",
4+
"description": "Convert rem units to px or rpx units using PostCSS. Based on postcss-pxtorem and postcss-rem-to-pixel, and rewrite with typescript, and support Postcss8",
5+
"author": {
6+
"name": "ice breaker",
7+
"email": "[email protected]"
8+
},
9+
"license": "MIT",
10+
"homepage": "https://github.com/sonofmagic/postcss-rem-to-responsive-pixel#readme",
11+
"repository": {
12+
"type": "git",
13+
"url": "git+https://github.com/sonofmagic/postcss-plugins.git",
14+
"directory": "packages/postcss-rem-to-responsive-pixel"
15+
},
16+
"bugs": {
17+
"url": "https://github.com/sonofmagic/postcss-plugins/issues"
18+
},
19+
"keywords": [
20+
"postcss",
21+
"postcss-plugin",
22+
"postcss-rem",
23+
"postcss-pxtorem",
24+
"postcss7",
25+
"postcss8",
26+
"responsive",
27+
"css",
28+
"rem",
29+
"pixel",
30+
"px",
31+
"rpx",
32+
"uni-app",
33+
"uni",
34+
"wechat",
35+
"mp",
36+
"miniprogram",
37+
"小程序",
38+
"微信",
39+
"tailwindcss",
40+
"preset"
41+
],
42+
"sideEffects": false,
43+
"exports": {
44+
".": {
45+
"types": "./dist/index.d.ts",
46+
"import": "./dist/index.mjs",
47+
"require": "./dist/index.cjs"
48+
},
49+
"./*": "./*"
50+
},
51+
"main": "./dist/index.cjs",
52+
"module": "./dist/index.mjs",
53+
"types": "./dist/index.d.ts",
54+
"typesVersions": {
55+
"*": {
56+
"*": [
57+
"./dist/*",
58+
"./dist/index.d.ts"
59+
]
60+
}
61+
},
62+
"engines": {
63+
"node": ">=16.6.0"
64+
},
65+
"peerDependencies": {
66+
"postcss": "^8"
67+
},
68+
"dependencies": {
69+
"postcss-plugin-shared": "^1.0.0"
70+
},
71+
"publishConfig": {
72+
"access": "public",
73+
"registry": "https://registry.npmjs.org"
74+
},
75+
"scripts": {
76+
"dev": "tsup --watch --sourcemap",
77+
"build": "tsup",
78+
"test": "vitest run",
79+
"test:dev": "vitest",
80+
"release": "pnpm publish",
81+
"lint": "eslint .",
82+
"lint:fix": "eslint . --fix"
83+
},
84+
85+
"_integrity": "sha512-m22VCg246RpyFDTByp0cR0KwK4MhnRgrX5yHTTkFeQddFqhCviE13P5c8Dwi2ISBB4DVeJnEYBxEKjUNyrigdQ==",
86+
"_resolved": "/tmp/fe96ef1fad77bd76a2b758662c467195/postcss-rem-to-responsive-pixel-7.0.0.tgz",
87+
"_from": "file:postcss-rem-to-responsive-pixel-7.0.0.tgz",
88+
"_nodeVersion": "24.12.0",
89+
"_npmVersion": "11.6.2",
90+
"dist": {
91+
"integrity": "sha512-m22VCg246RpyFDTByp0cR0KwK4MhnRgrX5yHTTkFeQddFqhCviE13P5c8Dwi2ISBB4DVeJnEYBxEKjUNyrigdQ==",
92+
"shasum": "d2c3c848ffccb3bdf9c7e881d411cb1107512aad",
93+
"tarball": "https://registry.npmjs.org/postcss-rem-to-responsive-pixel/-/postcss-rem-to-responsive-pixel-7.0.0.tgz",
94+
"fileCount": 8,
95+
"unpackedSize": 19009,
96+
"attestations": {
97+
"url": "https://registry.npmjs.org/-/npm/v1/attestations/[email protected]",
98+
"provenance": {
99+
"predicateType": "https://slsa.dev/provenance/v1"
100+
}
101+
},
102+
"signatures": [
103+
{
104+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
105+
"sig": "MEUCIQCqF806DGtK7ABYeGAWhs7+Wk2z7zGofbTF32en+/jlwgIgT+YpshUZrbX75SwCr7dkUtETSlbTvRUYx5LuPOM9sw8="
106+
}
107+
]
108+
},
109+
"_npmUser": {
110+
"name": "GitHub Actions",
111+
"email": "[email protected]",
112+
"trustedPublisher": {
113+
"id": "github",
114+
"oidcConfigId": "oidc:e7e0bcbd-3948-46ce-aa63-51dadb63fe29"
115+
}
116+
},
117+
"directories": {},
118+
"maintainers": [
119+
{
120+
"name": "icebreaker",
121+
"email": "[email protected]"
122+
}
123+
],
124+
"_npmOperationalInternal": {
125+
"host": "s3://npm-registry-packages-npm-production",
126+
"tmp": "tmp/postcss-rem-to-responsive-pixel_7.0.0_1766047843492_0.901155515192235"
127+
},
128+
"_hasShrinkwrap": false,
129+
"_time": "2025-12-18T08:50:43.627Z"
130+
}

0 commit comments

Comments
 (0)