Skip to content

Commit aa2c8da

Browse files
csstools/postcss-stepped-value-functions-4.0.9 (#2484)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a565734 commit aa2c8da

File tree

1 file changed

+113
-0
lines changed

1 file changed

+113
-0
lines changed
Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
{
2+
"name": "@csstools/postcss-stepped-value-functions",
3+
"description": "Use round, rem and mod functions in CSS",
4+
"version": "4.0.9",
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-stepped-value-functions#readme",
54+
"repository": {
55+
"type": "git",
56+
"url": "git+https://github.com/csstools/postcss-plugins.git",
57+
"directory": "plugins/postcss-stepped-value-functions"
58+
},
59+
"bugs": {
60+
"url": "https://github.com/csstools/postcss-plugins/issues"
61+
},
62+
"keywords": [
63+
"css",
64+
"modulus",
65+
"postcss-plugin",
66+
"remainder",
67+
"round",
68+
"stepped"
69+
],
70+
"_id": "@csstools/[email protected]",
71+
"gitHead": "ac89bdb11284ee08886477b284c66f7ae900f778",
72+
"types": "./dist/index.d.ts",
73+
"_nodeVersion": "22.12.0",
74+
"_npmVersion": "10.9.0",
75+
"dist": {
76+
"integrity": "sha512-h9btycWrsex4dNLeQfyU3y3w40LMQooJWFMm/SK9lrKguHDcFl4VMkncKKoXi2z5rM9YGWbUQABI8BT2UydIcA==",
77+
"shasum": "36036f1a0e5e5ee2308e72f3c9cb433567c387b9",
78+
"tarball": "https://registry.npmjs.org/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-4.0.9.tgz",
79+
"fileCount": 7,
80+
"unpackedSize": 7458,
81+
"signatures": [
82+
{
83+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
84+
"sig": "MEUCIEkF09/iBYFoQs5MdoJrKfCE8lpbcYeP9stK2m88JK14AiEAgeY73PjDYquSxWhCgHSs4ecxX+MNqrcCE+W/XvE4QeQ="
85+
}
86+
]
87+
},
88+
"_npmUser": {
89+
"name": "romainmenke",
90+
"email": "[email protected]"
91+
},
92+
"directories": {},
93+
"maintainers": [
94+
{
95+
"name": "jonathantneal",
96+
"email": "[email protected]"
97+
},
98+
{
99+
"name": "alaguna",
100+
"email": "[email protected]"
101+
},
102+
{
103+
"name": "romainmenke",
104+
"email": "[email protected]"
105+
}
106+
],
107+
"_npmOperationalInternal": {
108+
"host": "s3://npm-registry-packages-npm-production",
109+
"tmp": "tmp/postcss-stepped-value-functions_4.0.9_1748343102488_0.05852264553250297"
110+
},
111+
"_hasShrinkwrap": false,
112+
"_time": "2025-05-27T10:51:42.670Z"
113+
}

0 commit comments

Comments
 (0)