Skip to content

Commit 5506075

Browse files
minko-fe/postcss-pxtorem-1.5.0 (#2450)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 25235c2 commit 5506075

1 file changed

Lines changed: 123 additions & 0 deletions

File tree

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
{
2+
"name": "@minko-fe/postcss-pxtorem",
3+
"version": "1.5.0",
4+
"description": "A postcss plugin that converts px to rem.",
5+
"type": "module",
6+
"keywords": [
7+
"px2rem",
8+
"pxtorem",
9+
"postcss",
10+
"css",
11+
"rem",
12+
"pixel",
13+
"px",
14+
"postcss-plugin",
15+
"postcss-pxtorem"
16+
],
17+
"license": "MIT",
18+
"repository": {
19+
"type": "git",
20+
"url": "git+https://github.com/hemengke1997/postcss-pxtorem.git"
21+
},
22+
"author": {
23+
"name": "hemengke1997",
24+
"email": "https://github.com/hemengke1997"
25+
},
26+
"main": "./dist/index.cjs",
27+
"module": "./dist/index.js",
28+
"types": "./dist/index.d.ts",
29+
"exports": {
30+
".": {
31+
"types": "./dist/index.d.ts",
32+
"require": "./dist/index.cjs",
33+
"import": "./dist/index.js"
34+
}
35+
},
36+
"peerDependencies": {
37+
"postcss": ">=8.0.0"
38+
},
39+
"dependencies": {
40+
"@minko-fe/lodash-pro": "^0.3.0",
41+
"decode-uri-component": "^0.4.1",
42+
"split-on-first": "^3.0.0"
43+
},
44+
"devDependencies": {
45+
"@ant-design/cssinjs": "^1.20.0",
46+
"@commitlint/cli": "^18.6.1",
47+
"@minko-fe/commitlint-config": "^2.0.7",
48+
"@minko-fe/eslint-config": "^2.2.2",
49+
"@minko-fe/tsconfig": "^2.0.8",
50+
"@types/decode-uri-component": "^0.2.2",
51+
"bumpp": "^9.4.1",
52+
"conventional-changelog-cli": "^4.1.0",
53+
"cross-env": "^7.0.3",
54+
"eslint": "^8.57.0",
55+
"npm-run-all": "^4.1.5",
56+
"postcss": "^8.4.38",
57+
"postcss-nested": "^6.0.1",
58+
"simple-git-hooks": "^2.11.1",
59+
"tsup": "^8.0.2",
60+
"typescript": "^5.4.5",
61+
"vite": "^5.2.10",
62+
"vitest": "^1.5.2",
63+
"vitest-e2e": "^0.0.10"
64+
},
65+
"simple-git-hooks": {
66+
"commit-msg": "pnpm exec commitlint -e"
67+
},
68+
"scripts": {
69+
"dev": "simple-git-hooks && tsup --watch",
70+
"build": "tsup",
71+
"build:pages": "pnpm run build && cd playground/spa && pnpm run build",
72+
"dev:test": "vitest",
73+
"test": "run-s test:unit test:serve test:build",
74+
"test:unit": "vitest run",
75+
"test:serve": "vitest run -c vitest.config.e2e.ts",
76+
"test:build": "cross-env VITE_TEST_BUILD=1 vitest run -c vitest.config.e2e.ts",
77+
"lint": "eslint .",
78+
"fix": "eslint --fix .",
79+
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
80+
"up": "pnpm update --i --L",
81+
"bump": "bumpp package.json -c --no-push -t --all -x \"pnpm run changelog\""
82+
},
83+
"bugs": {
84+
"url": "https://github.com/hemengke1997/postcss-pxtorem/issues"
85+
},
86+
"homepage": "https://github.com/hemengke1997/postcss-pxtorem#readme",
87+
"_id": "@minko-fe/[email protected]",
88+
"_integrity": "sha512-k15YtAv1K0YwtwbRdhJ+KQoqfSzks821IzlFnOlR/cCRdEbcZzoUoyE2+iXvrGvsvXiyBbg2TsJidvDSvr2nFA==",
89+
"_resolved": "/tmp/f678b4727e05303b6f69435d065ab148/minko-fe-postcss-pxtorem-1.5.0.tgz",
90+
"_from": "file:minko-fe-postcss-pxtorem-1.5.0.tgz",
91+
"_nodeVersion": "18.20.2",
92+
"_npmVersion": "10.5.0",
93+
"dist": {
94+
"integrity": "sha512-k15YtAv1K0YwtwbRdhJ+KQoqfSzks821IzlFnOlR/cCRdEbcZzoUoyE2+iXvrGvsvXiyBbg2TsJidvDSvr2nFA==",
95+
"shasum": "770f5c47c37d219dc47564768151307912af815f",
96+
"tarball": "https://registry.npmjs.org/@minko-fe/postcss-pxtorem/-/postcss-pxtorem-1.5.0.tgz",
97+
"fileCount": 9,
98+
"unpackedSize": 87374,
99+
"signatures": [
100+
{
101+
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
102+
"sig": "MEUCIGMe2pytuPVdO1/FNuKma63Myvu/tsBJvhcFcayvhAhiAiEA7U8EkJCRkqnyfGULVzX4JlIwCZKqvpSF1GNyyBYnLpI="
103+
}
104+
]
105+
},
106+
"_npmUser": {
107+
"name": "hemengke-",
108+
"email": "[email protected]"
109+
},
110+
"directories": {},
111+
"maintainers": [
112+
{
113+
"name": "hemengke-",
114+
"email": "[email protected]"
115+
}
116+
],
117+
"_npmOperationalInternal": {
118+
"host": "s3://npm-registry-packages",
119+
"tmp": "tmp/postcss-pxtorem_1.5.0_1714465710260_0.4954564962469745"
120+
},
121+
"_hasShrinkwrap": false,
122+
"_time": "2024-04-30T08:28:30.458Z"
123+
}

0 commit comments

Comments
 (0)