Skip to content

Commit 0b82b8d

Browse files
csstools/postcss-random-function-2.0.1 (#2468)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a0423f2 commit 0b82b8d

File tree

1 file changed

+110
-0
lines changed

1 file changed

+110
-0
lines changed
Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
{
2+
"name": "@csstools/postcss-random-function",
3+
"description": "Use the random function in CSS",
4+
"version": "2.0.1",
5+
"contributors": [
6+
{
7+
"name": "Antonio Laguna",
8+
"email": "[email protected]",
9+
"url": "https://antonio.laguna.es"
10+
},
11+
{
12+
"name": "Romain Menke",
13+
"email": "[email protected]"
14+
}
15+
],
16+
"license": "MIT-0",
17+
"funding": [
18+
{
19+
"type": "github",
20+
"url": "https://github.com/sponsors/csstools"
21+
},
22+
{
23+
"type": "opencollective",
24+
"url": "https://opencollective.com/csstools"
25+
}
26+
],
27+
"engines": {
28+
"node": ">=18"
29+
},
30+
"type": "module",
31+
"main": "dist/index.cjs",
32+
"module": "dist/index.mjs",
33+
"exports": {
34+
".": {
35+
"import": {
36+
"types": "./dist/index.d.ts",
37+
"default": "./dist/index.mjs"
38+
},
39+
"require": {
40+
"default": "./dist/index.cjs"
41+
}
42+
}
43+
},
44+
"dependencies": {
45+
"@csstools/css-calc": "^2.1.4",
46+
"@csstools/css-parser-algorithms": "^3.0.5",
47+
"@csstools/css-tokenizer": "^3.0.4"
48+
},
49+
"peerDependencies": {
50+
"postcss": "^8.4"
51+
},
52+
"scripts": {},
53+
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-random-function#readme",
54+
"repository": {
55+
"type": "git",
56+
"url": "git+https://github.com/csstools/postcss-plugins.git",
57+
"directory": "plugins/postcss-random-function"
58+
},
59+
"bugs": {
60+
"url": "https://github.com/csstools/postcss-plugins/issues"
61+
},
62+
"keywords": [
63+
"css",
64+
"postcss-plugin",
65+
"random"
66+
],
67+
"_id": "@csstools/[email protected]",
68+
"gitHead": "310668cb7d99e906f7ed786cea7e36f92a95b6e6",
69+
"types": "./dist/index.d.ts",
70+
"_nodeVersion": "22.12.0",
71+
"_npmVersion": "10.9.0",
72+
"dist": {
73+
"integrity": "sha512-q+FQaNiRBhnoSNo+GzqGOIBKoHQ43lYz0ICrV+UudfWnEF6ksS6DsBIJSISKQT2Bvu3g4k6r7t0zYrk5pDlo8w==",
74+
"shasum": "3191f32fe72936e361dadf7dbfb55a0209e2691e",
75+
"tarball": "https://registry.npmjs.org/@csstools/postcss-random-function/-/postcss-random-function-2.0.1.tgz",
76+
"fileCount": 7,
77+
"unpackedSize": 8130,
78+
"signatures": [
79+
{
80+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
81+
"sig": "MEYCIQCWnmo/ytL1/MhFtGGoadVCuqPBYBR6DyYKvGwgopixfAIhAOHBjBjm6kozvsQmMSAS4Te//+/3ACBlZyId6ktSsFWI"
82+
}
83+
]
84+
},
85+
"_npmUser": {
86+
"name": "romainmenke",
87+
"email": "[email protected]"
88+
},
89+
"directories": {},
90+
"maintainers": [
91+
{
92+
"name": "jonathantneal",
93+
"email": "[email protected]"
94+
},
95+
{
96+
"name": "alaguna",
97+
"email": "[email protected]"
98+
},
99+
{
100+
"name": "romainmenke",
101+
"email": "[email protected]"
102+
}
103+
],
104+
"_npmOperationalInternal": {
105+
"host": "s3://npm-registry-packages-npm-production",
106+
"tmp": "tmp/postcss-random-function_2.0.1_1748343091626_0.8327266026962967"
107+
},
108+
"_hasShrinkwrap": false,
109+
"_time": "2025-05-27T10:51:31.805Z"
110+
}

0 commit comments

Comments
 (0)