Skip to content

Commit ca85c3d

Browse files
csstools/postcss-alpha-function-1.0.1 (#2463)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f45d84b commit ca85c3d

1 file changed

Lines changed: 110 additions & 0 deletions

File tree

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
{
2+
"name": "@csstools/postcss-alpha-function",
3+
"description": "Use the alpha() function in CSS",
4+
"version": "1.0.1",
5+
"contributors": [
6+
{
7+
"name": "Romain Menke",
8+
"email": "[email protected]"
9+
}
10+
],
11+
"license": "MIT-0",
12+
"funding": [
13+
{
14+
"type": "github",
15+
"url": "https://github.com/sponsors/csstools"
16+
},
17+
{
18+
"type": "opencollective",
19+
"url": "https://opencollective.com/csstools"
20+
}
21+
],
22+
"engines": {
23+
"node": ">=18"
24+
},
25+
"type": "module",
26+
"main": "dist/index.cjs",
27+
"module": "dist/index.mjs",
28+
"exports": {
29+
".": {
30+
"import": {
31+
"types": "./dist/index.d.ts",
32+
"default": "./dist/index.mjs"
33+
},
34+
"require": {
35+
"default": "./dist/index.cjs"
36+
}
37+
}
38+
},
39+
"dependencies": {
40+
"@csstools/css-color-parser": "^3.1.0",
41+
"@csstools/css-parser-algorithms": "^3.0.5",
42+
"@csstools/css-tokenizer": "^3.0.4",
43+
"@csstools/postcss-progressive-custom-properties": "^4.2.1",
44+
"@csstools/utilities": "^2.0.0"
45+
},
46+
"peerDependencies": {
47+
"postcss": "^8.4"
48+
},
49+
"scripts": {},
50+
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-alpha-function#readme",
51+
"repository": {
52+
"type": "git",
53+
"url": "git+https://github.com/csstools/postcss-plugins.git",
54+
"directory": "plugins/postcss-alpha-function"
55+
},
56+
"bugs": {
57+
"url": "https://github.com/csstools/postcss-plugins/issues"
58+
},
59+
"keywords": [
60+
"alpha",
61+
"color",
62+
"css",
63+
"design",
64+
"postcss",
65+
"postcss-plugin"
66+
],
67+
"_id": "@csstools/[email protected]",
68+
"gitHead": "fc8c96d47a9c96dea921c90d786bde7f261e8fad",
69+
"types": "./dist/index.d.ts",
70+
"_nodeVersion": "24.4.0",
71+
"_npmVersion": "11.4.2",
72+
"dist": {
73+
"integrity": "sha512-isfLLwksH3yHkFXfCI2Gcaqg7wGGHZZwunoJzEZk0yKYIokgre6hYVFibKL3SYAoR1kBXova8LB+JoO5vZzi9w==",
74+
"shasum": "7989605711de7831bc7cd75b94c9b5bac9c3728e",
75+
"tarball": "https://registry.npmjs.org/@csstools/postcss-alpha-function/-/postcss-alpha-function-1.0.1.tgz",
76+
"fileCount": 7,
77+
"unpackedSize": 13774,
78+
"signatures": [
79+
{
80+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
81+
"sig": "MEUCIHZv2PdhhI7RCRMd8LFfB22aYNUg/z6+yEsuIIn5jcYDAiEAiLTJisFko7IFP5I528I/XMEd7hVFtyAv4cqeEhZ064M="
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-alpha-function_1.0.1_1758465386959_0.35048730906107917"
107+
},
108+
"_hasShrinkwrap": false,
109+
"_time": "2025-09-21T14:36:27.224Z"
110+
}

0 commit comments

Comments
 (0)