Skip to content

Commit 68e3380

Browse files
postcss-unit-processor-1.2.0 (#2312)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 81f7b43 commit 68e3380

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+
"name": "postcss-unit-processor",
3+
"version": "1.2.0",
4+
"description": "PostCSS plugin to process css unit.",
5+
"main": "index.js",
6+
"types": "index.d.ts",
7+
"scripts": {
8+
"test": "jest",
9+
"test:coverage": "jest --coverage"
10+
},
11+
"repository": {
12+
"type": "git",
13+
"url": "git+https://github.com/hex-ci/postcss-unit-processor.git"
14+
},
15+
"keywords": [
16+
"postcss",
17+
"postcss-plugin",
18+
"unit"
19+
],
20+
"author": {
21+
"name": "Hex"
22+
},
23+
"license": "MIT",
24+
"bugs": {
25+
"url": "https://github.com/hex-ci/postcss-unit-processor/issues"
26+
},
27+
"homepage": "https://github.com/hex-ci/postcss-unit-processor#readme",
28+
"peerDependencies": {
29+
"postcss": "^8.0.0"
30+
},
31+
"devDependencies": {
32+
"@babel/preset-env": "^7.28.0",
33+
"babel-jest": "^30.0.4",
34+
"jest": "^30.0.4",
35+
"postcss": "^8.5.6"
36+
},
37+
38+
"gitHead": "2223c8ecaeaa003c08358b4a70b59b1f0384949d",
39+
"_nodeVersion": "22.15.0",
40+
"_npmVersion": "10.8.2",
41+
"dist": {
42+
"integrity": "sha512-Z+OIZY0P5QKoZnQyoS/zBAHGLV2dklik+MFK9KpTuZLulUVQrvQ4zWO67KX0Ud+g1WnSjZczmeYBwMcTVQ6HEQ==",
43+
"shasum": "596637fc09ba0e0153f316ffc12cbb7a0badd5b4",
44+
"tarball": "https://registry.npmjs.org/postcss-unit-processor/-/postcss-unit-processor-1.2.0.tgz",
45+
"fileCount": 5,
46+
"unpackedSize": 15165,
47+
"signatures": [
48+
{
49+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
50+
"sig": "MEQCIG1jGm1hkCeqC+HOsAsaydWnpNZl1xEkWA0aTRy7pyK2AiBaRUk40rRoocwmOSXVr0/6JIM4JU1M3AFLcW8m+Rn0ug=="
51+
}
52+
]
53+
},
54+
"_npmUser": {
55+
"name": "hex",
56+
"email": "[email protected]",
57+
"actor": {
58+
"name": "hex",
59+
"email": "[email protected]",
60+
"type": "user"
61+
}
62+
},
63+
"directories": {},
64+
"maintainers": [
65+
{
66+
"name": "hex",
67+
"email": "[email protected]"
68+
}
69+
],
70+
"_npmOperationalInternal": {
71+
"host": "s3://npm-registry-packages-npm-production",
72+
"tmp": "tmp/postcss-unit-processor_1.2.0_1751939164421_0.6492287724291834"
73+
},
74+
"_hasShrinkwrap": false,
75+
"_time": "2025-07-08T01:46:04.608Z"
76+
}

0 commit comments

Comments
 (0)