Skip to content

Commit 5efa9ff

Browse files
cnjm-postcss-px-to-viewport-1.0.1 (#2476)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c718423 commit 5efa9ff

File tree

1 file changed

+79
-0
lines changed

1 file changed

+79
-0
lines changed
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
{
2+
"name": "cnjm-postcss-px-to-viewport",
3+
"description": "A CSS post-processor that converts px to viewport units (vw, vh, vmin, vmax).",
4+
"version": "1.0.1",
5+
"author": {
6+
"name": "cnjm"
7+
},
8+
"license": "MIT",
9+
"scripts": {
10+
"test": "jasmine-node spec"
11+
},
12+
"repository": {
13+
"type": "git",
14+
"url": "git+https://github.com/cnjm/postcss-px-to-viewport.git"
15+
},
16+
"bugs": {
17+
"url": "https://github.com/cnjm/postcss-px-to-viewport/issues"
18+
},
19+
"homepage": "https://github.com/cnjm/postcss-px-to-viewport",
20+
"devDependencies": {
21+
"jasmine-node": "~1.11.0",
22+
"postcss": "^8.4.14"
23+
},
24+
"peerDependencies": {
25+
"postcss": "^8.4.14"
26+
},
27+
"keywords": [
28+
"css",
29+
"units",
30+
"pixel",
31+
"px",
32+
"viewport",
33+
"vw",
34+
"vh",
35+
"vmin",
36+
"vmax",
37+
"postcss",
38+
"postcss-plugin"
39+
],
40+
"dependencies": {
41+
"object-assign": ">=4.0.1"
42+
},
43+
"directories": {
44+
"example": "example"
45+
},
46+
"gitHead": "9c9f4b487218fec2cd32d594615076f80e66bd52",
47+
"_id": "cnjm-postcss-px-to-viewport@1.0.1",
48+
"_nodeVersion": "16.20.1",
49+
"_npmVersion": "8.19.4",
50+
"dist": {
51+
"integrity": "sha512-0Gi8ECxoHZygnC9IS3J3IbNwP16CdZiS1Sj6JT6Di2qnduz3eNIfZ/zXVSqia5Kw85a4PAUXmOqTQmQY0UYYMQ==",
52+
"shasum": "a67741100bf6be40912b21255799be49de75dc54",
53+
"tarball": "https://registry.npmjs.org/cnjm-postcss-px-to-viewport/-/cnjm-postcss-px-to-viewport-1.0.1.tgz",
54+
"fileCount": 6,
55+
"unpackedSize": 16251,
56+
"signatures": [
57+
{
58+
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
59+
"sig": "MEUCIA5lpd2GFJMgzn7Z5liTrZswMZ90Emc29bsOHfG1/iCJAiEAobOIdCpnviJmHMty9/Yr+e/lZRo9GkgMq3P3wIrpQxo="
60+
}
61+
]
62+
},
63+
"_npmUser": {
64+
"name": "chenjm",
65+
"email": "1837847333@qq.com"
66+
},
67+
"maintainers": [
68+
{
69+
"name": "chenjm",
70+
"email": "1837847333@qq.com"
71+
}
72+
],
73+
"_npmOperationalInternal": {
74+
"host": "s3://npm-registry-packages",
75+
"tmp": "tmp/cnjm-postcss-px-to-viewport_1.0.1_1702542559352_0.846762710967496"
76+
},
77+
"_hasShrinkwrap": false,
78+
"_time": "2023-12-14T08:29:19.631Z"
79+
}

0 commit comments

Comments
 (0)