Skip to content

Commit e469e5b

Browse files
csstools/postcss-syntax-descriptor-syntax-production-2.0.0 (#2607)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8f69559 commit e469e5b

1 file changed

Lines changed: 98 additions & 0 deletions

File tree

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
{
2+
"name": "@csstools/postcss-syntax-descriptor-syntax-production",
3+
"description": "Use the syntax production in syntax descriptors",
4+
"version": "2.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-tokenizer": "^4.0.0"
39+
},
40+
"peerDependencies": {
41+
"postcss": "^8.4"
42+
},
43+
"scripts": {},
44+
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-syntax-descriptor-syntax-production#readme",
45+
"repository": {
46+
"type": "git",
47+
"url": "git+https://github.com/csstools/postcss-plugins.git",
48+
"directory": "plugins/postcss-syntax-descriptor-syntax-production"
49+
},
50+
"bugs": {
51+
"url": "https://github.com/csstools/postcss-plugins/issues"
52+
},
53+
"keywords": [
54+
"postcss-plugin"
55+
],
56+
"gitHead": "c82c637eba456e7ab5b9477241f5d4d24d6127c4",
57+
"_id": "@csstools/[email protected]",
58+
"_nodeVersion": "25.1.0",
59+
"_npmVersion": "11.6.2",
60+
"dist": {
61+
"integrity": "sha512-elYcbdiBXAkPqvojB9kIBRuHY6htUhjSITtFQ+XiXnt6SvZCbNGxQmaaw6uZ7SPHu/+i/XVjzIt09/1k3SIerQ==",
62+
"shasum": "1ad51808179db70b41e3489e64f3d82c367585cc",
63+
"tarball": "https://registry.npmjs.org/@csstools/postcss-syntax-descriptor-syntax-production/-/postcss-syntax-descriptor-syntax-production-2.0.0.tgz",
64+
"fileCount": 6,
65+
"unpackedSize": 6609,
66+
"signatures": [
67+
{
68+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
69+
"sig": "MEUCIFHVvTX2yqZX0ATsYHc7K2uy581tgMIe/gJ+sLj6vcuiAiEAqEP1DV1icP1Dg+Fuz0NR0agywzTv0JDya8zCDtgvm9g="
70+
}
71+
]
72+
},
73+
"_npmUser": {
74+
"name": "romainmenke",
75+
"email": "[email protected]"
76+
},
77+
"directories": {},
78+
"maintainers": [
79+
{
80+
"name": "jonathantneal",
81+
"email": "[email protected]"
82+
},
83+
{
84+
"name": "alaguna",
85+
"email": "[email protected]"
86+
},
87+
{
88+
"name": "romainmenke",
89+
"email": "[email protected]"
90+
}
91+
],
92+
"_npmOperationalInternal": {
93+
"host": "s3://npm-registry-packages-npm-production",
94+
"tmp": "tmp/postcss-syntax-descriptor-syntax-production_2.0.0_1768375539032_0.9159836823680447"
95+
},
96+
"_hasShrinkwrap": false,
97+
"_time": "2026-01-14T07:25:39.183Z"
98+
}

0 commit comments

Comments
 (0)