Skip to content

Commit 4cc2067

Browse files
spectrum-tools/postcss-add-theming-layer-1.0.2 (#2456)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 01c0e0d commit 4cc2067

1 file changed

Lines changed: 90 additions & 0 deletions

File tree

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

0 commit comments

Comments
 (0)