Skip to content

Commit b5e9f3a

Browse files
postcss-plugin-shared-1.0.0 (#2536)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d55315f commit b5e9f3a

File tree

1 file changed

+94
-0
lines changed

1 file changed

+94
-0
lines changed
Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
{
2+
"name": "postcss-plugin-shared",
3+
"version": "1.0.0",
4+
"description": "Shared utilities for postcss-plugins monorepo packages.",
5+
"author": {
6+
"name": "ice breaker",
7+
"email": "[email protected]"
8+
},
9+
"license": "MIT",
10+
"repository": {
11+
"type": "git",
12+
"url": "git+https://github.com/sonofmagic/postcss-plugins.git",
13+
"directory": "packages/postcss-plugin-shared"
14+
},
15+
"bugs": {
16+
"url": "https://github.com/sonofmagic/postcss-plugins/issues"
17+
},
18+
"keywords": [
19+
"postcss",
20+
"postcss-plugin",
21+
"shared",
22+
"utils"
23+
],
24+
"sideEffects": false,
25+
"exports": {
26+
".": {
27+
"types": "./dist/index.d.ts",
28+
"import": "./dist/index.mjs",
29+
"require": "./dist/index.cjs"
30+
}
31+
},
32+
"peerDependencies": {
33+
"postcss": "^8"
34+
},
35+
"dependencies": {
36+
"defu": "^6.1.4"
37+
},
38+
"scripts": {
39+
"dev": "tsup --watch --sourcemap",
40+
"build": "tsup",
41+
"lint": "eslint .",
42+
"lint:fix": "eslint . --fix"
43+
},
44+
"main": "./dist/index.cjs",
45+
"module": "./dist/index.mjs",
46+
"types": "./dist/index.d.ts",
47+
48+
"homepage": "https://github.com/sonofmagic/postcss-plugins#readme",
49+
"_integrity": "sha512-3x83BXvFXlbtIaD/GC4C2uZQ+UmGwh1uYCm4DjQTEjDv8HrrBmZWZH968W+Shq/vxP+amsH08OafVt8aVzqL2w==",
50+
"_resolved": "/tmp/7963e38ebe5806825eb4543c689819df/postcss-plugin-shared-1.0.0.tgz",
51+
"_from": "file:postcss-plugin-shared-1.0.0.tgz",
52+
"_nodeVersion": "24.12.0",
53+
"_npmVersion": "11.6.2",
54+
"dist": {
55+
"integrity": "sha512-3x83BXvFXlbtIaD/GC4C2uZQ+UmGwh1uYCm4DjQTEjDv8HrrBmZWZH968W+Shq/vxP+amsH08OafVt8aVzqL2w==",
56+
"shasum": "ffc5c7b21cf1f50acc62c4d75a9aed65ce84ae9f",
57+
"tarball": "https://registry.npmjs.org/postcss-plugin-shared/-/postcss-plugin-shared-1.0.0.tgz",
58+
"fileCount": 8,
59+
"unpackedSize": 28162,
60+
"attestations": {
61+
"url": "https://registry.npmjs.org/-/npm/v1/attestations/[email protected]",
62+
"provenance": {
63+
"predicateType": "https://slsa.dev/provenance/v1"
64+
}
65+
},
66+
"signatures": [
67+
{
68+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
69+
"sig": "MEQCIHf0KrJwS2lI6EuLt34d1iERZUKc1u/lRi8DkRRFj4crAiAXbtZDfEgcDoa+0bX55oPFFplOiA1Ph7aIdT8yOS715w=="
70+
}
71+
]
72+
},
73+
"_npmUser": {
74+
"name": "GitHub Actions",
75+
"email": "[email protected]",
76+
"trustedPublisher": {
77+
"id": "github",
78+
"oidcConfigId": "oidc:06df814c-ba6b-4f93-abc1-f3ce8680d410"
79+
}
80+
},
81+
"directories": {},
82+
"maintainers": [
83+
{
84+
"name": "icebreaker",
85+
"email": "[email protected]"
86+
}
87+
],
88+
"_npmOperationalInternal": {
89+
"host": "s3://npm-registry-packages-npm-production",
90+
"tmp": "tmp/postcss-plugin-shared_1.0.0_1766047843723_0.3492887876252022"
91+
},
92+
"_hasShrinkwrap": false,
93+
"_time": "2025-12-18T08:50:43.877Z"
94+
}

0 commit comments

Comments
 (0)