Skip to content

Commit 8cf9348

Browse files
moohng/postcss-px2vw-1.2.0 (#2384)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d2345a4 commit 8cf9348

1 file changed

Lines changed: 69 additions & 0 deletions

File tree

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
{
2+
"name": "@moohng/postcss-px2vw",
3+
"version": "1.2.0",
4+
"description": "A CSS post-processor that converts px to vw and fallback rem.",
5+
"main": "index.js",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+ssh://[email protected]/moohng/postcss-px2vw.git"
9+
},
10+
"keywords": [
11+
"css",
12+
"rem",
13+
"pixel",
14+
"px",
15+
"vw",
16+
"viewport",
17+
"postcss",
18+
"postcss-plugin"
19+
],
20+
"funding": {
21+
"type": "open",
22+
"url": "https://github.com/moohng/postcss-px2vw"
23+
},
24+
"author": {
25+
"name": "Kevin"
26+
},
27+
"license": "MIT",
28+
"peerDependencies": {
29+
"postcss": "^8.3.6"
30+
},
31+
"bugs": {
32+
"url": "https://github.com/moohng/postcss-px2vw/issues"
33+
},
34+
"homepage": "https://github.com/moohng/postcss-px2vw#readme",
35+
"_id": "@moohng/[email protected]",
36+
"_nodeVersion": "14.20.1",
37+
"_npmVersion": "6.14.17",
38+
"dist": {
39+
"integrity": "sha512-UWT8ZsWsyY94zMvsgMEF1g8akVG69xqWFYF4qlKQtUvkxg12URfcJlhSDgE34vqU/U3mm7ZYcDLlpdCZn0jRXQ==",
40+
"shasum": "8ebb212803fb967ae45771b3209223930577458c",
41+
"tarball": "https://registry.npmjs.org/@moohng/postcss-px2vw/-/postcss-px2vw-1.2.0.tgz",
42+
"fileCount": 4,
43+
"unpackedSize": 5713,
44+
"signatures": [
45+
{
46+
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
47+
"sig": "MEUCIAO2tHxFfv3Nb2rfQiI50hqhhjQLvofQGF84TBJtmWiWAiEAlmUz5VCgv6DZJ+2IOAbB6XFXFro9piTRDMfG/PWH+rM="
48+
}
49+
],
50+
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjV7QwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp3tg//ZKcReA3YomnTFvhWvql5MCH8FjqpGf0vXhl1sOmQ4EpRPH+l\r\n0RqvZGb+Rmpbw3TbsKVkxWn+TbNIdTP8XIHDjLsv1EdBzS4FA6CKuiYFdhvq\r\nwvTHE4/GFXM7k3qhgmjCTuLUJlzuEy16dd7gPcmDUy1sdpDnELL4YaLvdzpD\r\ntSnErjByiPsEJm1SfofUubFYBcQFyxTuIwbzcepZagV95ecruAXm/3qERsIn\r\nSj5Dvj+rudcCV3IT0ht5vm2+Zm3+ACMP95eUAOygdS4aNiukH7cgWwAtQxqn\r\nhjC6Rnp6fk8DQMAuOOF8LJZGeNQDaTAetVf/SqiRRr/Q3C/f2G4X6h3P47k6\r\nZcJ8f9ufq4LZ9cQEObSD2PRBU+jRNHQcZtjE3IXcYfZufx8+6CWCcE2qwJnO\r\nuOohc/1141jiPDeRmM1ZOOCXT7LHthyMk+Bo/AR4aSM/8mlTOshRYKQMuFeR\r\naQGFhOF4emj2yWBkQkGa2yt4G6vWDQdC8b3yUGcyKBnEBQagwGv+qIiKgTwu\r\nYMEdvzIzXOPhWkBjPIO6DUcH0SBOO4yv04C472g5ULH1BojL7UfsHShLO7VL\r\n/en3xHw56PXxPgZnAc/VRw66Xxg/fvgho8ysYl/mrQcSnBxe4vXZCjE4v0ch\r\ndlvtGQ1x/ag+h7PYENpn9OQ4DPH/w3XH+Zg=\r\n=skb4\r\n-----END PGP SIGNATURE-----\r\n"
51+
},
52+
"_npmUser": {
53+
"name": "moohng",
54+
"email": "[email protected]"
55+
},
56+
"directories": {},
57+
"maintainers": [
58+
{
59+
"name": "moohng",
60+
"email": "[email protected]"
61+
}
62+
],
63+
"_npmOperationalInternal": {
64+
"host": "s3://npm-registry-packages",
65+
"tmp": "tmp/postcss-px2vw_1.2.0_1666692144065_0.4217728072410247"
66+
},
67+
"_hasShrinkwrap": false,
68+
"_time": "2022-10-25T10:02:24.220Z"
69+
}

0 commit comments

Comments
 (0)