Skip to content

Commit 779ca1f

Browse files
tpw/webster-postcss-1.0.0 (#2111)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9aba640 commit 779ca1f

1 file changed

Lines changed: 80 additions & 0 deletions

File tree

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
{
2+
"name": "@tpw/webster-postcss",
3+
"version": "1.0.0",
4+
"license": "MIT",
5+
"description": "A shared PostCSS preset for the Webster framework that can be extended.",
6+
"keywords": [
7+
"postcss",
8+
"postcss-plugin",
9+
"css",
10+
"webster",
11+
"tpw"
12+
],
13+
"main": "index.js",
14+
"publishConfig": {
15+
"access": "public",
16+
"@tpw:registry": "https://registry.npmjs.org"
17+
},
18+
"author": {
19+
"name": "Temple & Webster"
20+
},
21+
"repository": {
22+
"type": "git",
23+
"url": "git+https://github.com/templeandwebster/webster-internal.git",
24+
"directory": "packages/webster-postcss"
25+
},
26+
"bugs": {
27+
"url": "https://github.com/templeandwebster/webster-internal/issues"
28+
},
29+
"homepage": "https://github.com/templeandwebster/webster-internal/blob/main/packages/webster-postcss/README.md",
30+
"dependencies": {
31+
"autoprefixer": "^10.2.5",
32+
"postcss-calc": "^8.0.0",
33+
"postcss-flexbugs-fixes": "^5.0.2",
34+
"postcss-will-change": "^4.0.1"
35+
},
36+
"devDependencies": {
37+
"postcss": "^8.2.8"
38+
},
39+
"peerDependencies": {
40+
"postcss": "^8.2.8"
41+
},
42+
"_id": "@tpw/[email protected]",
43+
"gitHead": "6c9d9c7d32c4c8d8e11a31ea1fe58f6b56d34179",
44+
"_nodeVersion": "22.14.0",
45+
"_npmVersion": "10.9.2",
46+
"dist": {
47+
"integrity": "sha512-GYfm90lxmOYWrdS86pKpKSoQhHk6Wawi8pZ2tw9ntY0TEMgl2qj5JCGta0xSqpFQr1BtbT3VaLguJVfo09MAWA==",
48+
"shasum": "b253383e5a722d505797d726d14b6075f66294bb",
49+
"tarball": "https://registry.npmjs.org/@tpw/webster-postcss/-/webster-postcss-1.0.0.tgz",
50+
"fileCount": 4,
51+
"unpackedSize": 2840,
52+
"signatures": [
53+
{
54+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
55+
"sig": "MEUCIQD4+ELRbeV4SHljeSEqd/Z9MXc1GJ4YnIHjkrqIeYnJ7gIgP9Y3A9e5lLIyQeqzrshaPJOgfh7ORX0MLCauec7BTig="
56+
}
57+
]
58+
},
59+
"_npmUser": {
60+
"name": "daddia",
61+
"email": "[email protected]"
62+
},
63+
"directories": {},
64+
"maintainers": [
65+
{
66+
"name": "zoescheinberg",
67+
"email": "[email protected]"
68+
},
69+
{
70+
"name": "daddia",
71+
"email": "[email protected]"
72+
}
73+
],
74+
"_npmOperationalInternal": {
75+
"host": "s3://npm-registry-packages-npm-production",
76+
"tmp": "tmp/webster-postcss_1.0.0_1742966956653_0.07377492509562589"
77+
},
78+
"_hasShrinkwrap": false,
79+
"_time": "2025-03-26T05:29:16.891Z"
80+
}

0 commit comments

Comments
 (0)