Skip to content

Commit 1419898

Browse files
collect plugins data
1 parent c2f6f85 commit 1419898

196 files changed

Lines changed: 7444 additions & 6331 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
{
2+
"name": "postcss-penguinui",
3+
"version": "1.0.5",
4+
"description": "PostCSS plugin + CLI utilities for PenguinUI-style package CSS -> JSON workflows",
5+
"license": "MIT",
6+
"author": {
7+
"name": "thesadzzad"
8+
},
9+
"type": "module",
10+
"main": "dist/src/index.js",
11+
"types": "dist/src/index.d.ts",
12+
"bin": {
13+
"penguinui-generate": "dist/cli/generate.js",
14+
"penguinui": "dist/cli/penguinui.js"
15+
},
16+
"repository": {
17+
"type": "git",
18+
"url": "git+https://github.com/thesadzzad/penguinui.git"
19+
},
20+
"bugs": {
21+
"url": "https://github.com/thesadzzad/penguinui/issues"
22+
},
23+
"homepage": "https://github.com/thesadzzad/penguinui#readme",
24+
"keywords": [
25+
"postcss",
26+
"postcss-plugin",
27+
"css",
28+
"utility",
29+
"penguinui",
30+
"cli"
31+
],
32+
"engines": {
33+
"node": ">=18"
34+
},
35+
"exports": {
36+
".": {
37+
"import": "./dist/src/index.js",
38+
"require": "./dist/src/index.js",
39+
"types": "./dist/src/index.d.ts"
40+
}
41+
},
42+
"scripts": {
43+
"build": "tsc -p tsconfig.json",
44+
"prepublishOnly": "npm test",
45+
"unit": "npm run build && node --test dist/test/index.test.js dist/test/plugin-extra.test.js",
46+
"test": "npm run unit && eslint .",
47+
"release": "semantic-release"
48+
},
49+
"peerDependencies": {
50+
"postcss": "^8.4.27"
51+
},
52+
"devDependencies": {
53+
"@types/node": "^20.5.0",
54+
"@typescript-eslint/eslint-plugin": "^7.0.0",
55+
"@typescript-eslint/parser": "^7.0.0",
56+
"eslint": "^8.47.0",
57+
"postcss": "^8.4.27",
58+
"typescript": "5.5.4",
59+
"semantic-release": "^22.0.0",
60+
"@semantic-release/changelog": "^6.0.0",
61+
"@semantic-release/git": "^10.0.0",
62+
"@semantic-release/npm": "^11.0.0",
63+
"@semantic-release/commit-analyzer": "^11.0.0",
64+
"@semantic-release/release-notes-generator": "^12.0.0",
65+
"conventional-changelog-conventionalcommits": "^7.0.0"
66+
},
67+
"publishConfig": {
68+
"access": "public"
69+
},
70+
71+
"gitHead": "f44c773b417dc65ee884b2772f0379c2e358e1dc",
72+
"_nodeVersion": "20.19.4",
73+
"_npmVersion": "10.9.3",
74+
"dist": {
75+
"integrity": "sha512-miYAL5WDUAr3WZgeV4/PKjchrfCFDYAXqixYlrCh+XvjPLvW1F4undS0AYCnxXIbZAWBeRqYt2G15IF9JCtucQ==",
76+
"shasum": "b7816aada7d75cabd8f86ee6fccf12082dc798a4",
77+
"tarball": "https://registry.npmjs.org/postcss-penguinui/-/postcss-penguinui-1.0.5.tgz",
78+
"fileCount": 19,
79+
"unpackedSize": 26328,
80+
"signatures": [
81+
{
82+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
83+
"sig": "MEUCIGkOyGOb+AySklvLjxQqbiFlUgzqEzJp3+cr2fe+isAsAiEAnsL3ZBjNu4aKfInlnqImiJ74aTlf1cFmI6GAb/kcknM="
84+
}
85+
]
86+
},
87+
"_npmUser": {
88+
"name": "thesadzzadofficial",
89+
"email": "[email protected]"
90+
},
91+
"directories": {},
92+
"maintainers": [
93+
{
94+
"name": "thesadzzadofficial",
95+
"email": "[email protected]"
96+
}
97+
],
98+
"_npmOperationalInternal": {
99+
"host": "s3://npm-registry-packages-npm-production",
100+
"tmp": "tmp/postcss-penguinui_1.0.5_1756059306034_0.09273916801050408"
101+
},
102+
"_hasShrinkwrap": false,
103+
"_time": "2025-08-24T18:15:06.230Z"
104+
}

0 commit comments

Comments
 (0)