Skip to content

Commit 7fda104

Browse files
lihaochen/postcss-pxtovw-1.0.6 (#2440)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 27d5ad6 commit 7fda104

1 file changed

Lines changed: 76 additions & 0 deletions

File tree

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
{
2+
"packageManager": "[email protected]",
3+
"name": "@lihaochen/postcss-pxtovw",
4+
"description": "A CSS post-processor that converts px to vw.",
5+
"version": "1.0.6",
6+
"license": "MIT",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+ssh://[email protected]/lihaochen202/postcss-pxtovw.git"
10+
},
11+
"homepage": "https://github.com/lihaochen202/postcss-pxtovw",
12+
"main": "dist/index.js",
13+
"keywords": [
14+
"css",
15+
"pixel",
16+
"px",
17+
"viewport",
18+
"vw",
19+
"postcss",
20+
"postcss-plugin"
21+
],
22+
"devDependencies": {
23+
"@lihaochen/kite": "^0.2.0",
24+
"bumpp": "^9.1.1",
25+
"postcss": "^8.0.0",
26+
"vite": "^3.1.3",
27+
"vitest": "^0.23.4"
28+
},
29+
"peerDependencies": {
30+
"postcss": "^8.0.0"
31+
},
32+
"scripts": {
33+
"dev": "vitest",
34+
"build": "vite build",
35+
"release": "bumpp --commit 'release: v'"
36+
},
37+
"bugs": {
38+
"url": "https://github.com/lihaochen202/postcss-pxtovw/issues"
39+
},
40+
"_id": "@lihaochen/[email protected]",
41+
"_integrity": "sha512-4U7DnVvmlGBH+dM4OSUt2GvHZu5fpQ/glMC2dE0FfuCS/4y0R6hICdHyXmz2LyoJp0r+XkIt00seawryYsJQNw==",
42+
"_resolved": "/tmp/0380d360fde3efc0f75dc313eab3a741/lihaochen-postcss-pxtovw-1.0.6.tgz",
43+
"_from": "file:lihaochen-postcss-pxtovw-1.0.6.tgz",
44+
"_nodeVersion": "18.17.0",
45+
"_npmVersion": "9.6.7",
46+
"dist": {
47+
"integrity": "sha512-4U7DnVvmlGBH+dM4OSUt2GvHZu5fpQ/glMC2dE0FfuCS/4y0R6hICdHyXmz2LyoJp0r+XkIt00seawryYsJQNw==",
48+
"shasum": "dc35d933197414085242f45f6ceb46593725146f",
49+
"tarball": "https://registry.npmjs.org/@lihaochen/postcss-pxtovw/-/postcss-pxtovw-1.0.6.tgz",
50+
"fileCount": 5,
51+
"unpackedSize": 8157,
52+
"signatures": [
53+
{
54+
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
55+
"sig": "MEQCIDjjiw48pwq26BN3HJA+TrGHpvJb6JXgCUfvHtT5TPQoAiBZcUQAb4I8gUg3zpl6DVLIM8dGWPFPby9/fBRO6RCHxQ=="
56+
}
57+
]
58+
},
59+
"_npmUser": {
60+
"name": "lihaochen",
61+
"email": "[email protected]"
62+
},
63+
"directories": {},
64+
"maintainers": [
65+
{
66+
"name": "lihaochen",
67+
"email": "[email protected]"
68+
}
69+
],
70+
"_npmOperationalInternal": {
71+
"host": "s3://npm-registry-packages",
72+
"tmp": "tmp/postcss-pxtovw_1.0.6_1691047986433_0.013535002044521738"
73+
},
74+
"_hasShrinkwrap": false,
75+
"_time": "2023-08-03T07:33:06.615Z"
76+
}

0 commit comments

Comments
 (0)