Skip to content

Commit eb2880f

Browse files
csstools/postcss-mixins-1.0.0 (#2592)
1 parent 3206b16 commit eb2880f

1 file changed

Lines changed: 99 additions & 0 deletions

File tree

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
{
2+
"name": "@csstools/postcss-mixins",
3+
"description": "Use mixins in CSS",
4+
"version": "1.0.0",
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": ">=20.19.0"
29+
},
30+
"type": "module",
31+
"exports": {
32+
".": {
33+
"types": "./dist/index.d.ts",
34+
"default": "./dist/index.mjs"
35+
}
36+
},
37+
"dependencies": {
38+
"@csstools/css-parser-algorithms": "^4.0.0",
39+
"@csstools/css-tokenizer": "^4.0.0"
40+
},
41+
"peerDependencies": {
42+
"postcss": "^8.4"
43+
},
44+
"scripts": {},
45+
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-mixins#readme",
46+
"repository": {
47+
"type": "git",
48+
"url": "git+https://github.com/csstools/postcss-plugins.git",
49+
"directory": "plugins/postcss-mixins"
50+
},
51+
"bugs": {
52+
"url": "https://github.com/csstools/postcss-plugins/issues"
53+
},
54+
"keywords": [
55+
"postcss-plugin"
56+
],
57+
"gitHead": "b67660b7a7af34cbfb48d2590d8b5cda5f3acf4c",
58+
"_id": "@csstools/[email protected]",
59+
"_nodeVersion": "25.1.0",
60+
"_npmVersion": "11.6.2",
61+
"dist": {
62+
"integrity": "sha512-rz6qjT2w9L3k65jGc2dX+3oGiSrYQ70EZPDrINSmSVoVys7lLBFH0tvEa8DW2sr9cbRVD/W+1sy8+7bfu0JUfg==",
63+
"shasum": "c4e1f8dd5f2fa41a7ef6979e95b1621dadb46903",
64+
"tarball": "https://registry.npmjs.org/@csstools/postcss-mixins/-/postcss-mixins-1.0.0.tgz",
65+
"fileCount": 6,
66+
"unpackedSize": 5974,
67+
"signatures": [
68+
{
69+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
70+
"sig": "MEYCIQDRpHYZ6XzRKnlkfVZUtOrYomfn4yVsMtMwpa67JXplFAIhAI6N1rec4SrZYdTOpHgQBy2vobG1OO5CwY6MjtCXANy9"
71+
}
72+
]
73+
},
74+
"_npmUser": {
75+
"name": "romainmenke",
76+
"email": "[email protected]"
77+
},
78+
"directories": {},
79+
"maintainers": [
80+
{
81+
"name": "jonathantneal",
82+
"email": "[email protected]"
83+
},
84+
{
85+
"name": "alaguna",
86+
"email": "[email protected]"
87+
},
88+
{
89+
"name": "romainmenke",
90+
"email": "[email protected]"
91+
}
92+
],
93+
"_npmOperationalInternal": {
94+
"host": "s3://npm-registry-packages-npm-production",
95+
"tmp": "tmp/postcss-mixins_1.0.0_1768414178963_0.538227254596126"
96+
},
97+
"_hasShrinkwrap": false,
98+
"_time": "2026-01-14T18:09:39.127Z"
99+
}

0 commit comments

Comments
 (0)