Skip to content

Commit 4e12c6a

Browse files
postcss-rem-to-viewport-2.0.0 (#2544)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 29223ef commit 4e12c6a

File tree

1 file changed

+103
-0
lines changed

1 file changed

+103
-0
lines changed
Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
{
2+
"name": "postcss-rem-to-viewport",
3+
"version": "2.0.0",
4+
"description": "Convert rem units to viewport units using PostCSS.",
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-rem-to-viewport"
14+
},
15+
"bugs": {
16+
"url": "https://github.com/sonofmagic/postcss-plugins/issues"
17+
},
18+
"keywords": [
19+
"viewport",
20+
"postcss",
21+
"postcss-plugin",
22+
"postcss-rem",
23+
"rem-to-viewport",
24+
"responsive",
25+
"css",
26+
"rem",
27+
"vw"
28+
],
29+
"sideEffects": false,
30+
"exports": {
31+
".": {
32+
"types": "./dist/index.d.ts",
33+
"import": "./dist/index.mjs",
34+
"require": "./dist/index.cjs"
35+
}
36+
},
37+
"peerDependencies": {
38+
"postcss": "^8"
39+
},
40+
"dependencies": {
41+
"postcss-plugin-shared": "^1.0.0"
42+
},
43+
"scripts": {
44+
"dev": "tsup --watch --sourcemap",
45+
"build": "tsup",
46+
"test": "vitest run",
47+
"test:dev": "vitest",
48+
"bench": "vitest bench",
49+
"release": "pnpm publish",
50+
"lint": "eslint .",
51+
"lint:fix": "eslint . --fix"
52+
},
53+
"main": "./dist/index.cjs",
54+
"module": "./dist/index.mjs",
55+
"types": "./dist/index.d.ts",
56+
57+
"homepage": "https://github.com/sonofmagic/postcss-plugins#readme",
58+
"_integrity": "sha512-kJ/w4ZC4R48B1y/LKFCrxHx6opxRd+xBNoAdj8OZibRPFbzJRV8W1mHEZbKfDxHQLewpVANItvT8Nt28D8jo1A==",
59+
"_resolved": "/tmp/da398070df69a719e9eee59cf8782188/postcss-rem-to-viewport-2.0.0.tgz",
60+
"_from": "file:postcss-rem-to-viewport-2.0.0.tgz",
61+
"_nodeVersion": "24.12.0",
62+
"_npmVersion": "11.6.2",
63+
"dist": {
64+
"integrity": "sha512-kJ/w4ZC4R48B1y/LKFCrxHx6opxRd+xBNoAdj8OZibRPFbzJRV8W1mHEZbKfDxHQLewpVANItvT8Nt28D8jo1A==",
65+
"shasum": "5d75b8a8fee78815a8ec0677c968d8182e7ffe16",
66+
"tarball": "https://registry.npmjs.org/postcss-rem-to-viewport/-/postcss-rem-to-viewport-2.0.0.tgz",
67+
"fileCount": 8,
68+
"unpackedSize": 17011,
69+
"attestations": {
70+
"url": "https://registry.npmjs.org/-/npm/v1/attestations/[email protected]",
71+
"provenance": {
72+
"predicateType": "https://slsa.dev/provenance/v1"
73+
}
74+
},
75+
"signatures": [
76+
{
77+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
78+
"sig": "MEUCIF7I1/IW2GMyNKuAGHHts8wvLI9awhoLt8OS+m+rba8lAiEA8pfHySmXf3TGOjfOGABURVScC2RfJWr5lmC+o217fWs="
79+
}
80+
]
81+
},
82+
"_npmUser": {
83+
"name": "GitHub Actions",
84+
"email": "[email protected]",
85+
"trustedPublisher": {
86+
"id": "github",
87+
"oidcConfigId": "oidc:0051dc2a-f55a-4177-9ecf-ef69b5017344"
88+
}
89+
},
90+
"directories": {},
91+
"maintainers": [
92+
{
93+
"name": "icebreaker",
94+
"email": "[email protected]"
95+
}
96+
],
97+
"_npmOperationalInternal": {
98+
"host": "s3://npm-registry-packages-npm-production",
99+
"tmp": "tmp/postcss-rem-to-viewport_2.0.0_1766047843743_0.5135268834531397"
100+
},
101+
"_hasShrinkwrap": false,
102+
"_time": "2025-12-18T08:50:43.886Z"
103+
}

0 commit comments

Comments
 (0)