Skip to content

Commit 2781e75

Browse files
spectrum-tools/postcss-add-theming-layer-1.0.2 (#2114)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3fbd6ae commit 2781e75

File tree

1 file changed

+90
-0
lines changed

1 file changed

+90
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
{
2+
"name": "@spectrum-tools/postcss-add-theming-layer",
3+
"version": "1.0.2",
4+
"description": "Leveraging style container queries to create an abstraction layer for supporting multiple theming systems",
5+
"license": "Apache-2.0",
6+
"author": {
7+
"name": "Adobe"
8+
},
9+
"contributors": [
10+
{
11+
"name": "Cassondra Roberts",
12+
"email": "[email protected]"
13+
}
14+
],
15+
"homepage": "https://opensource.adobe.com/spectrum-css/",
16+
"repository": {
17+
"type": "git",
18+
"url": "git+https://github.com/adobe/spectrum-css.git",
19+
"directory": "plugins/postcss-add-theming-layer"
20+
},
21+
"bugs": {
22+
"url": "https://github.com/adobe/spectrum-css/issues"
23+
},
24+
"main": "index.js",
25+
"dependencies": {
26+
"postcss-selector-parser": "^6.1.2",
27+
"postcss-values-parser": "^6.0.2"
28+
},
29+
"peerDependencies": {
30+
"postcss": ">=8"
31+
},
32+
"devDependencies": {
33+
"ava": "^6.2.0",
34+
"c8": "^10.1.3",
35+
"postcss": "^8.5.3"
36+
},
37+
"keywords": [
38+
"css",
39+
"theming",
40+
"custom properties",
41+
"postcss",
42+
"postcss-plugin"
43+
],
44+
"_id": "@spectrum-tools/[email protected]",
45+
"gitHead": "0ed8c4a7fd8c8d481fce9facb65c0025200dff8e",
46+
"_nodeVersion": "20.19.0",
47+
"_npmVersion": "10.8.2",
48+
"dist": {
49+
"integrity": "sha512-0HEx0KROV2Or5Ys1OzDU7859zwVnmVaPqV+6lmoTWFIgg4dgKS2y5QGdCk3F3jgh3ZDqax0ViNCZ1lx9jvnIKg==",
50+
"shasum": "e45f7fd20ba3587c7939e97347b86ea9092d89f8",
51+
"tarball": "https://registry.npmjs.org/@spectrum-tools/postcss-add-theming-layer/-/postcss-add-theming-layer-1.0.2.tgz",
52+
"fileCount": 4,
53+
"unpackedSize": 13231,
54+
"signatures": [
55+
{
56+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
57+
"sig": "MEYCIQDm0jLqBKyTk5mjeQ94U0gY7+Nsl4KFv1rIrvpVxXz/mQIhAJ3Bbod3eKCQ1D6wYugSiIfoT6iEytFngA8cWZ4BN3OY"
58+
}
59+
]
60+
},
61+
"_npmUser": {
62+
"name": "patrickfulton",
63+
"email": "[email protected]"
64+
},
65+
"directories": {},
66+
"maintainers": [
67+
{
68+
"name": "patrickfulton",
69+
"email": "[email protected]"
70+
},
71+
{
72+
"name": "aramos-adobe",
73+
"email": "[email protected]"
74+
},
75+
{
76+
"name": "cdransf",
77+
"email": "[email protected]"
78+
},
79+
{
80+
"name": "castastrophe",
81+
"email": "[email protected]"
82+
}
83+
],
84+
"_npmOperationalInternal": {
85+
"host": "s3://npm-registry-packages-npm-production",
86+
"tmp": "tmp/postcss-add-theming-layer_1.0.2_1742442752736_0.05218407960798421"
87+
},
88+
"_hasShrinkwrap": false,
89+
"_time": "2025-03-20T03:52:32.909Z"
90+
}

0 commit comments

Comments
 (0)