Skip to content

Commit dc6b022

Browse files
csstools/postcss-nested-calc-5.0.0 (#2593)
1 parent eb2880f commit dc6b022

1 file changed

Lines changed: 23 additions & 31 deletions

File tree

directory/@csstools/postcss-nested-calc.json

Lines changed: 23 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@csstools/postcss-nested-calc",
33
"description": "Use nested calc() expressions in CSS",
4-
"version": "4.0.0",
4+
"version": "5.0.0",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",
@@ -25,24 +25,17 @@
2525
}
2626
],
2727
"engines": {
28-
"node": ">=18"
28+
"node": ">=20.19.0"
2929
},
3030
"type": "module",
31-
"main": "dist/index.cjs",
32-
"module": "dist/index.mjs",
3331
"exports": {
3432
".": {
35-
"import": {
36-
"types": "./dist/index.d.ts",
37-
"default": "./dist/index.mjs"
38-
},
39-
"require": {
40-
"default": "./dist/index.cjs"
41-
}
33+
"types": "./dist/index.d.ts",
34+
"default": "./dist/index.mjs"
4235
}
4336
},
4437
"dependencies": {
45-
"@csstools/utilities": "^2.0.0",
38+
"@csstools/utilities": "^3.0.0",
4639
"postcss-value-parser": "^4.2.0"
4740
},
4841
"peerDependencies": {
@@ -65,21 +58,20 @@
6558
"nested",
6659
"postcss-plugin"
6760
],
68-
"_id": "@csstools/[email protected]",
69-
"gitHead": "2fd8064cee5e82520206f1d297f3231f5947bc07",
70-
"types": "./dist/index.d.ts",
71-
"_nodeVersion": "22.1.0",
72-
"_npmVersion": "10.7.0",
61+
"gitHead": "eaa7571373e243ffe38ba9f4181ec3a6e76243aa",
62+
"_id": "@csstools/[email protected]",
63+
"_nodeVersion": "25.1.0",
64+
"_npmVersion": "11.6.2",
7365
"dist": {
74-
"integrity": "sha512-jMYDdqrQQxE7k9+KjstC3NbsmC063n1FTPLCgCRS2/qHUbHM0mNy9pIn4QIiQGs9I/Bg98vMqw7mJXBxa0N88A==",
75-
"shasum": "754e10edc6958d664c11cde917f44ba144141c62",
76-
"tarball": "https://registry.npmjs.org/@csstools/postcss-nested-calc/-/postcss-nested-calc-4.0.0.tgz",
77-
"fileCount": 7,
78-
"unpackedSize": 6310,
66+
"integrity": "sha512-aPSw8P60e/i9BEfugauhikBqgjiwXcw3I9o4vXs+hktl4NSTgZRI0QHimxk9mst8N01A2TKDBxOln3mssRxiHQ==",
67+
"shasum": "173f25e00f73e8473e9f1545a036f975b8c827ca",
68+
"tarball": "https://registry.npmjs.org/@csstools/postcss-nested-calc/-/postcss-nested-calc-5.0.0.tgz",
69+
"fileCount": 6,
70+
"unpackedSize": 5589,
7971
"signatures": [
8072
{
81-
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
82-
"sig": "MEUCIQDa0K/hRyvC2s5qWDGzDsStVTGWIc9T+WwHUomRLb3zvwIgUscHGN/rAm4uxNUxCv7ZFEalULEhpQS0OMX2Dy9PIEk="
73+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
74+
"sig": "MEYCIQD1YP7SP5lN0Ko2Jl0q8vUv2M/wJb9tGxy8xNIB1Bi7gQIhAKFxbihQwoQ1hSS9mGHiWOzFLyeghFnaaOfoZeNwPVid"
8375
}
8476
]
8577
},
@@ -90,22 +82,22 @@
9082
"directories": {},
9183
"maintainers": [
9284
{
93-
"name": "romainmenke",
94-
"email": "romainmenke@gmail.com"
85+
"name": "jonathantneal",
86+
"email": "jonathantneal@hotmail.com"
9587
},
9688
{
9789
"name": "alaguna",
9890
"email": "[email protected]"
9991
},
10092
{
101-
"name": "jonathantneal",
102-
"email": "jonathantneal@hotmail.com"
93+
"name": "romainmenke",
94+
"email": "romainmenke@gmail.com"
10395
}
10496
],
10597
"_npmOperationalInternal": {
106-
"host": "s3://npm-registry-packages",
107-
"tmp": "tmp/postcss-nested-calc_4.0.0_1722721083582_0.5375448673149692"
98+
"host": "s3://npm-registry-packages-npm-production",
99+
"tmp": "tmp/postcss-nested-calc_5.0.0_1768375436991_0.43674220410356424"
108100
},
109101
"_hasShrinkwrap": false,
110-
"_time": "2024-08-03T21:38:03.732Z"
102+
"_time": "2026-01-14T07:23:57.153Z"
111103
}

0 commit comments

Comments
 (0)