Skip to content

Commit dbb564b

Browse files
db-ux/core-postcss-plugin-4.6.0 (#2759)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 10e3251 commit dbb564b

1 file changed

Lines changed: 100 additions & 0 deletions

File tree

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
{
2+
"name": "@db-ux/core-postcss-plugin",
3+
"version": "4.6.0",
4+
"type": "module",
5+
"description": "PostCSS plugins for DB UX Design System",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/db-ux-design-system/core-web.git"
9+
},
10+
"license": "Apache-2.0",
11+
"exports": {
12+
".": {
13+
"types": "./build/index.d.ts",
14+
"default": "./build/index.js"
15+
}
16+
},
17+
"keywords": [
18+
"postcss",
19+
"postcss-plugin",
20+
"db-ux",
21+
"css-variables",
22+
"light-dark"
23+
],
24+
"scripts": {
25+
"build": "tsc",
26+
"copy-output": "npm-run-all copy:*",
27+
"copy:changelog": "cpr CHANGELOG.md ../../build-outputs/postcss-plugin/CHANGELOG.md --overwrite",
28+
"copy:outputs": "cpr build ../../build-outputs/postcss-plugin/build -o",
29+
"copy:package.json": "cpr package.json ../../build-outputs/postcss-plugin/package.json -o",
30+
"copy:readme": "cpr README.md ../../build-outputs/postcss-plugin/README.md -o",
31+
"test": "vitest run --config vitest.config.ts",
32+
"test:update": "vitest run --config vitest.config.ts --update"
33+
},
34+
"peerDependencies": {
35+
"postcss": "^8.0.0"
36+
},
37+
"devDependencies": {
38+
"postcss": "8.5.8",
39+
"typescript": "5.9.3",
40+
"vitest": "3.2.4"
41+
},
42+
"publishConfig": {
43+
"registry": "https://registry.npmjs.org/",
44+
"access": "public"
45+
},
46+
"_id": "@db-ux/[email protected]",
47+
"bugs": {
48+
"url": "https://github.com/db-ux-design-system/core-web/issues"
49+
},
50+
"homepage": "https://github.com/db-ux-design-system/core-web#readme",
51+
"_integrity": "sha512-C/BbO90xxPb1tIDYAQvG9jBOTVEsIQUYHDWudrFUXq4XrZwE/mwE9x6jDPigyEwKU39MRdejH+HxLoU6EGWw6Q==",
52+
"_resolved": "/home/runner/work/core-web/core-web/build-outputs/db-ux-core-postcss-plugin-4.6.0.tgz",
53+
"_from": "file:db-ux-core-postcss-plugin-4.6.0.tgz",
54+
"_nodeVersion": "24.14.1",
55+
"_npmVersion": "11.11.0",
56+
"dist": {
57+
"integrity": "sha512-C/BbO90xxPb1tIDYAQvG9jBOTVEsIQUYHDWudrFUXq4XrZwE/mwE9x6jDPigyEwKU39MRdejH+HxLoU6EGWw6Q==",
58+
"shasum": "6af2bea45d7b47630f5db22f97215be1f141aa86",
59+
"tarball": "https://registry.npmjs.org/@db-ux/core-postcss-plugin/-/core-postcss-plugin-4.6.0.tgz",
60+
"fileCount": 17,
61+
"unpackedSize": 47630,
62+
"attestations": {
63+
"url": "https://registry.npmjs.org/-/npm/v1/attestations/@db-ux%[email protected]",
64+
"provenance": {
65+
"predicateType": "https://slsa.dev/provenance/v1"
66+
}
67+
},
68+
"signatures": [
69+
{
70+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
71+
"sig": "MEUCIQCWmuMIEBjOAdOUPK/lOqp8Y+yftXgQJerFH9tm6L9xQgIgR5FST1yd2mGODSTVMG0Abt+3S0TZXP6WhOkSFw9smGw="
72+
}
73+
]
74+
},
75+
"_npmUser": {
76+
"name": "GitHub Actions",
77+
"email": "[email protected]",
78+
"trustedPublisher": {
79+
"id": "github",
80+
"oidcConfigId": "oidc:f51fff61-f792-4255-bdaf-5a59a91288fa"
81+
}
82+
},
83+
"directories": {},
84+
"maintainers": [
85+
{
86+
"name": "mfranzke",
87+
"email": "[email protected]"
88+
},
89+
{
90+
"name": "nmerget",
91+
"email": "[email protected]"
92+
}
93+
],
94+
"_npmOperationalInternal": {
95+
"host": "s3://npm-registry-packages-npm-production",
96+
"tmp": "tmp/core-postcss-plugin_4.6.0_1775739557354_0.9419395323214703"
97+
},
98+
"_hasShrinkwrap": false,
99+
"_time": "2026-04-09T12:59:17.510Z"
100+
}

0 commit comments

Comments
 (0)