Skip to content

Commit 3da34d8

Browse files
postcss-every-unit-1.0.0 (#2495)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c9ce0b2 commit 3da34d8

1 file changed

Lines changed: 84 additions & 0 deletions

File tree

directory/postcss-every-unit.json

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
{
2+
"name": "postcss-every-unit",
3+
"version": "1.0.0",
4+
"description": "A PostCSS plugin that converts every recognized length and time unit to CSS-compatible units",
5+
"main": "dist/index.js",
6+
"types": "dist/index.d.ts",
7+
"scripts": {
8+
"build": "tsc",
9+
"prepublishOnly": "npm run build",
10+
"test": "node test/test.js",
11+
"demo": "node demo/watch.js"
12+
},
13+
"keywords": [
14+
"postcss",
15+
"postcss-plugin",
16+
"css",
17+
"units",
18+
"length",
19+
"time",
20+
"conversion"
21+
],
22+
"author": {
23+
"name": "marcus",
24+
"email": "[email protected]"
25+
},
26+
"license": "MIT",
27+
"repository": {
28+
"type": "git",
29+
"url": "git+https://github.com/vimona3ds/postcss-every-unit.git"
30+
},
31+
"bugs": {
32+
"url": "https://github.com/vimona3ds/postcss-every-unit/issues"
33+
},
34+
"homepage": "https://github.com/vimona3ds/postcss-every-unit",
35+
"peerDependencies": {
36+
"postcss": "^8.0.0"
37+
},
38+
"dependencies": {
39+
"postcss-value-parser": "^4.2.0"
40+
},
41+
"devDependencies": {
42+
"@types/node": "^20.0.0",
43+
"postcss": "^8.4.0",
44+
"typescript": "^5.0.0",
45+
"live-server": "^1.2.2"
46+
},
47+
"engines": {
48+
"node": ">=14.0.0"
49+
},
50+
"gitHead": "8b9e1e087e5931efe35577308ed020385a0e1024",
51+
52+
"_nodeVersion": "24.11.0",
53+
"_npmVersion": "11.6.1",
54+
"dist": {
55+
"integrity": "sha512-tN0cOSwziNUrCceJfYxoon+iYVG8XLY7+oJYNGJYN8jCKn1Srw3DAlnF/kV9OuYNHQtMSiS9yufJ/5bv6Iz7Jg==",
56+
"shasum": "bfa382061010a60a7682c2b60c63a0f7f18e6f50",
57+
"tarball": "https://registry.npmjs.org/postcss-every-unit/-/postcss-every-unit-1.0.0.tgz",
58+
"fileCount": 11,
59+
"unpackedSize": 25574,
60+
"signatures": [
61+
{
62+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
63+
"sig": "MEQCID0Jhw8YwmYHicD4BxfO3DFwLZizgCinUzKh8PH1UIkRAiAE6ok2y7bApIIKpiFTEpQlk+vnunG3PgWWZm7er+6iEA=="
64+
}
65+
]
66+
},
67+
"_npmUser": {
68+
"name": "vimona3ds",
69+
"email": "[email protected]"
70+
},
71+
"directories": {},
72+
"maintainers": [
73+
{
74+
"name": "vimona3ds",
75+
"email": "[email protected]"
76+
}
77+
],
78+
"_npmOperationalInternal": {
79+
"host": "s3://npm-registry-packages-npm-production",
80+
"tmp": "tmp/postcss-every-unit_1.0.0_1762751541784_0.5734413931432845"
81+
},
82+
"_hasShrinkwrap": false,
83+
"_time": "2025-11-10T05:12:21.975Z"
84+
}

0 commit comments

Comments
 (0)