Skip to content

Commit d8a5ab0

Browse files
csstools/postcss-light-dark-function-2.0.11 (#2447)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3e33128 commit d8a5ab0

File tree

1 file changed

+109
-0
lines changed

1 file changed

+109
-0
lines changed
Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
{
2+
"name": "@csstools/postcss-light-dark-function",
3+
"description": "Use the light-dark() color function in CSS",
4+
"version": "2.0.11",
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-parser-algorithms": "^3.0.5",
46+
"@csstools/css-tokenizer": "^3.0.4",
47+
"@csstools/postcss-progressive-custom-properties": "^4.2.1",
48+
"@csstools/utilities": "^2.0.0"
49+
},
50+
"peerDependencies": {
51+
"postcss": "^8.4"
52+
},
53+
"scripts": {},
54+
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function#readme",
55+
"repository": {
56+
"type": "git",
57+
"url": "git+https://github.com/csstools/postcss-plugins.git",
58+
"directory": "plugins/postcss-light-dark-function"
59+
},
60+
"bugs": {
61+
"url": "https://github.com/csstools/postcss-plugins/issues"
62+
},
63+
"keywords": [
64+
"postcss-plugin"
65+
],
66+
"_id": "@csstools/[email protected]",
67+
"gitHead": "45be4300611fe1537007222d57d9c5b8cc3da344",
68+
"types": "./dist/index.d.ts",
69+
"_nodeVersion": "24.4.0",
70+
"_npmVersion": "11.4.2",
71+
"dist": {
72+
"integrity": "sha512-fNJcKXJdPM3Lyrbmgw2OBbaioU7yuKZtiXClf4sGdQttitijYlZMD5K7HrC/eF83VRWRrYq6OZ0Lx92leV2LFA==",
73+
"shasum": "0df448aab9a33cb9a085264ff1f396fb80c4437d",
74+
"tarball": "https://registry.npmjs.org/@csstools/postcss-light-dark-function/-/postcss-light-dark-function-2.0.11.tgz",
75+
"fileCount": 7,
76+
"unpackedSize": 15582,
77+
"signatures": [
78+
{
79+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
80+
"sig": "MEUCID20CvpvRWQGup2oDvXnsjC+m4GtnstYlGVyXeWDchEnAiEA0XfjH7UQEVFINGOnqbbLdn5jgkIErgzzWzSzzIOqL2o="
81+
}
82+
]
83+
},
84+
"_npmUser": {
85+
"name": "romainmenke",
86+
"email": "[email protected]"
87+
},
88+
"directories": {},
89+
"maintainers": [
90+
{
91+
"name": "jonathantneal",
92+
"email": "[email protected]"
93+
},
94+
{
95+
"name": "alaguna",
96+
"email": "[email protected]"
97+
},
98+
{
99+
"name": "romainmenke",
100+
"email": "[email protected]"
101+
}
102+
],
103+
"_npmOperationalInternal": {
104+
"host": "s3://npm-registry-packages-npm-production",
105+
"tmp": "tmp/postcss-light-dark-function_2.0.11_1758465478741_0.4993314579629422"
106+
},
107+
"_hasShrinkwrap": false,
108+
"_time": "2025-09-21T14:37:58.931Z"
109+
}

0 commit comments

Comments
 (0)