Skip to content

Commit cd1fca1

Browse files
collect plugins data
1 parent 83cee85 commit cd1fca1

File tree

186 files changed

+3268
-2857
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

186 files changed

+3268
-2857
lines changed
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
{
2+
"name": "@weapp-tailwindcss/postcss-calc",
3+
"version": "1.0.0",
4+
"description": "PostCSS plugin to reduce calc()",
5+
"keywords": [
6+
"css",
7+
"postcss",
8+
"postcss-plugin",
9+
"calculation",
10+
"calc"
11+
],
12+
"homepage": "https://github.com/postcss/postcss-calc",
13+
"repository": {
14+
"type": "git",
15+
"url": "git+https://github.com/postcss/postcss-calc.git"
16+
},
17+
"main": "src/index.js",
18+
"types": "types/index.d.ts",
19+
"author": {
20+
"name": "Andy Jansson"
21+
},
22+
"license": "MIT",
23+
"engines": {
24+
"node": "^18.12 || ^20.9 || >=22.0"
25+
},
26+
"devDependencies": {
27+
"@types/node": "^22.15.17",
28+
"eslint": "^9.25.1",
29+
"eslint-config-prettier": "^10.1.5",
30+
"jison-gho": "0.6.1-216",
31+
"postcss": "^8.5.3",
32+
"prettier": "^3.5.3",
33+
"typescript": "~5.8.3"
34+
},
35+
"dependencies": {
36+
"postcss-selector-parser": "^7.1.0",
37+
"postcss-value-parser": "^4.2.0"
38+
},
39+
"peerDependencies": {
40+
"postcss": "^8.4.38"
41+
},
42+
"publishConfig": {
43+
"access": "public",
44+
"registry": "https://registry.npmjs.org"
45+
},
46+
"scripts": {
47+
"build": "jison ./parser.jison -o src/parser.js",
48+
"lint": "eslint . && tsc",
49+
"test": "node --test",
50+
"publish-packages": "pnpm publish --no-git-checks"
51+
},
52+
"_id": "@weapp-tailwindcss/[email protected]",
53+
"bugs": {
54+
"url": "https://github.com/postcss/postcss-calc/issues"
55+
},
56+
"_integrity": "sha512-dPqVfhVsj48ii0AGhkIDh9ox1KusYx4UBGe82TNxUJYc3uIJXziOZt2RWw0VeYB29+GmHOb5WwJX2dVLNoab6A==",
57+
"_resolved": "/private/var/folders/nr/32wg8vz116s2xv58c3b_frx80000gn/T/163407604cf560178d6aa38c63e64b4d/weapp-tailwindcss-postcss-calc-1.0.0.tgz",
58+
"_from": "file:weapp-tailwindcss-postcss-calc-1.0.0.tgz",
59+
"_nodeVersion": "22.17.1",
60+
"_npmVersion": "10.9.2",
61+
"dist": {
62+
"integrity": "sha512-dPqVfhVsj48ii0AGhkIDh9ox1KusYx4UBGe82TNxUJYc3uIJXziOZt2RWw0VeYB29+GmHOb5WwJX2dVLNoab6A==",
63+
"shasum": "8386ea653316580f7b35187601a415004968d144",
64+
"tarball": "https://registry.npmjs.org/@weapp-tailwindcss/postcss-calc/-/postcss-calc-1.0.0.tgz",
65+
"fileCount": 15,
66+
"unpackedSize": 163612,
67+
"signatures": [
68+
{
69+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
70+
"sig": "MEUCIQC28kx/+TaW5rc2Ntusnzsv/57YrpMzD+zZGY/+9YIuiAIgGXH+DnuI5nW3548yTxv7TJPme2AbRP/7ZHOVfiF+wTI="
71+
}
72+
]
73+
},
74+
"_npmUser": {
75+
"name": "icebreaker",
76+
"email": "[email protected]"
77+
},
78+
"directories": {},
79+
"maintainers": [
80+
{
81+
"name": "icebreaker",
82+
"email": "[email protected]"
83+
}
84+
],
85+
"_npmOperationalInternal": {
86+
"host": "s3://npm-registry-packages-npm-production",
87+
"tmp": "tmp/postcss-calc_1.0.0_1757604812734_0.9106002214569389"
88+
},
89+
"_hasShrinkwrap": false,
90+
"_time": "2025-09-11T15:33:32.960Z"
91+
}
Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
{
2+
"name": "postcss-dir-tailwind-fix",
3+
"version": "1.0.0",
4+
"description": "PostCSS plugin postcss-dir-tailwind-fix",
5+
"keywords": [
6+
"postcss",
7+
"css",
8+
"postcss-plugin",
9+
"postcss-dir-tailwind-fix"
10+
],
11+
"author": {
12+
"name": "Ammar1999y",
13+
"email": "[email protected]"
14+
},
15+
"license": "MIT",
16+
"repository": {
17+
"type": "git",
18+
"url": "git+https://github.com/Ammar1999y/postcss-dir-tailwind-fix.git"
19+
},
20+
"main": "index.js",
21+
"engines": {
22+
"node": ">=18.0.0"
23+
},
24+
"peerDependencies": {
25+
"postcss": "^8.4.27"
26+
},
27+
"devDependencies": {
28+
"eslint": "^8.47.0",
29+
"postcss": "^8.4.27"
30+
},
31+
"eslintConfig": {
32+
"parserOptions": {
33+
"ecmaVersion": 2017
34+
},
35+
"env": {
36+
"node": true,
37+
"es6": true
38+
},
39+
"extends": [
40+
"eslint:recommended"
41+
]
42+
},
43+
44+
"gitHead": "4704b081c87b3f8960ee9fdd2307432f4ac86f6f",
45+
"bugs": {
46+
"url": "https://github.com/Ammar1999y/postcss-dir-tailwind-fix/issues"
47+
},
48+
"homepage": "https://github.com/Ammar1999y/postcss-dir-tailwind-fix#readme",
49+
"_nodeVersion": "22.13.1",
50+
"_npmVersion": "11.1.0",
51+
"dist": {
52+
"integrity": "sha512-Kwah8C+p8tpeMBVoNLlxOMT1KZMlntJnPwoFLu6yqcp+LVstnQU6q61GcX7Hbtgr9XlGw7iRZFps8tKQVYq+hw==",
53+
"shasum": "1fed40c55a0fade011ae40cd975bf9b0606bc061",
54+
"tarball": "https://registry.npmjs.org/postcss-dir-tailwind-fix/-/postcss-dir-tailwind-fix-1.0.0.tgz",
55+
"fileCount": 4,
56+
"unpackedSize": 2679,
57+
"signatures": [
58+
{
59+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
60+
"sig": "MEYCIQDIJDgEnwSIZVxszPyctKP7ijC85NAqDrqefy0ecerDuwIhAOtfTbHsF4kZFfBeOp4UuaHgTZv2rBUi0aYbS2CLgVxa"
61+
}
62+
]
63+
},
64+
"_npmUser": {
65+
"name": "ammar1999y",
66+
"email": "[email protected]"
67+
},
68+
"directories": {},
69+
"maintainers": [
70+
{
71+
"name": "ammar1999y",
72+
"email": "[email protected]"
73+
}
74+
],
75+
"_npmOperationalInternal": {
76+
"host": "s3://npm-registry-packages-npm-production",
77+
"tmp": "tmp/postcss-dir-tailwind-fix_1.0.0_1746612547409_0.9450572355269558"
78+
},
79+
"_hasShrinkwrap": false,
80+
"_time": "2025-05-07T10:09:07.586Z"
81+
}

0 commit comments

Comments
 (0)