Skip to content

Commit f31d3ac

Browse files
postcss-pxrem-6.1.1 (#2092)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2c74e8b commit f31d3ac

File tree

1 file changed

+99
-0
lines changed

1 file changed

+99
-0
lines changed

directory/postcss-pxrem.json

+99
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
{
2+
"name": "postcss-pxrem",
3+
"description": "A CSS post-processor that converts px to rem.",
4+
"version": "6.1.1",
5+
"author": {
6+
"name": "postcss-pxrem"
7+
},
8+
"license": "MIT",
9+
"repository": {
10+
"type": "git",
11+
"url": "git+ssh://[email protected]/Forzoom/postcss-pxrem.git"
12+
},
13+
"bugs": {
14+
"url": "https://github.com/Forzoom/postcss-pxrem/issues"
15+
},
16+
"main": "./dist/lib/index.js",
17+
"module": "./dist/es/index.js",
18+
"types": "./dist/types/index.d.ts",
19+
"scripts": {
20+
"build": "modern build",
21+
"lint": "eslint .",
22+
"publish": "npm publish",
23+
"test": "jest"
24+
},
25+
"husky": {
26+
"hooks": {
27+
"pre-commit": "lint-staged"
28+
}
29+
},
30+
"lint-staged": {
31+
"*.js": [
32+
"eslint --fix",
33+
"prettier --write"
34+
]
35+
},
36+
"devDependencies": {
37+
"@modern-js/module-tools": "2.63.0",
38+
"@babel/core": "7.26.9",
39+
"@babel/cli": "7.26.4",
40+
"@babel/preset-env": "7.26.9",
41+
"@babel/preset-typescript": "7.26.0",
42+
"@jest/globals": "29.7.0",
43+
"babel-jest": "29.7.0",
44+
"eslint": "^6.8.0",
45+
"husky": "^4.2.3",
46+
"jest": "29.7.0",
47+
"lint-staged": "^10.0.8",
48+
"postcss": "^8.0.0",
49+
"prettier": "^1.19.1",
50+
"typescript": "5.7.3"
51+
},
52+
"keywords": [
53+
"css",
54+
"rem",
55+
"pixel",
56+
"px",
57+
"postcss",
58+
"postcss-plugin"
59+
],
60+
"peerDependencies": {
61+
"postcss": "^8.0.0"
62+
},
63+
"packageManager": "[email protected]+sha512.786922e3fd8620c162bdf6ca1c80e8d663f5bc5bcc8b7f4c87d4f17011d97055a3d3dcc6cc2603d387b4e63ffad2c524275cb2cd202cce4721071a7d3d22fb13",
64+
65+
"gitHead": "670bef7b2971992074cc0957d2ec748ddbb5ae40",
66+
"homepage": "https://github.com/Forzoom/postcss-pxrem#readme",
67+
"_nodeVersion": "20.14.0",
68+
"_npmVersion": "10.7.0",
69+
"dist": {
70+
"integrity": "sha512-E85TXarNmyX2Tf1aZZLvGkYL24NBtHnukt6yBFpaKrph4ejgWaZl2+3hw2kIT7Ykqiv4iADDHRW8Oh2FSi5gvg==",
71+
"shasum": "4d7ebb29a0a98d1d59909560e5313f6be982643e",
72+
"tarball": "https://registry.npmjs.org/postcss-pxrem/-/postcss-pxrem-6.1.1.tgz",
73+
"fileCount": 15,
74+
"unpackedSize": 24489,
75+
"signatures": [
76+
{
77+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
78+
"sig": "MEUCIQD2F3XqKgj7J2jD+MBxIHWGxzsIjySaM5cxDlPaWl0x4AIgMGOo6JoKcbQ7dhM6QVt/X4J4b2Oc7ObijuE0J3xUGyU="
79+
}
80+
]
81+
},
82+
"_npmUser": {
83+
"name": "forzoom",
84+
"email": "[email protected]"
85+
},
86+
"directories": {},
87+
"maintainers": [
88+
{
89+
"name": "forzoom",
90+
"email": "[email protected]"
91+
}
92+
],
93+
"_npmOperationalInternal": {
94+
"host": "s3://npm-registry-packages-npm-production",
95+
"tmp": "tmp/postcss-pxrem_6.1.1_1740916188908_0.7508123067807602"
96+
},
97+
"_hasShrinkwrap": false,
98+
"_time": "2025-03-02T11:49:49.101Z"
99+
}

0 commit comments

Comments
 (0)