22 "name" : " @tailwindcss-mangle/core" ,
33 "version" : " 2.2.2" ,
44 "description" : " The core of tailwindcss-mangle" ,
5+ "author" :
" SonOfMagic <[email protected] >" ,
6+ "license" : " MIT" ,
7+ "homepage" : " https://github.com/sonofmagic/tailwindcss-mangle" ,
8+ "repository" : {
9+ "type" : " git" ,
10+ "url" : " git+https://github.com/sonofmagic/tailwindcss-mangle.git"
11+ },
12+ "bugs" : {
13+ "url" : " https://github.com/sonofmagic/tailwindcss-mangle/issues"
14+ },
15+ "keywords" : [
16+ " tailwindcss" ,
17+ " patch" ,
18+ " core" ,
19+ " mangle"
20+ ],
521 "exports" : {
622 "." : {
723 "types" : " ./dist/index.d.ts" ,
824 "import" : " ./dist/index.mjs" ,
925 "require" : " ./dist/index.cjs"
1026 }
1127 },
28+ "main" : " ./dist/index.cjs" ,
29+ "module" : " ./dist/index.mjs" ,
30+ "types" : " ./dist/index.d.ts" ,
1231 "typesVersions" : {
1332 "*" : {
1433 "*" : [
1736 ]
1837 }
1938 },
20- "main" : " ./dist/index.cjs" ,
21- "module" : " ./dist/index.mjs" ,
22- "types" : " ./dist/index.d.ts" ,
2339 "files" : [
2440 " dist"
2541 ],
3046 "test:dev" : " vitest" ,
3147 "coverage" : " vitest run --coverage"
3248 },
33- "keywords" : [
34- " tailwindcss" ,
35- " patch" ,
36- " core" ,
37- " mangle"
38- ],
39- "author" :
" SonOfMagic <[email protected] >" ,
40- "license" : " MIT" ,
4149 "publishConfig" : {
4250 "access" : " public" ,
4351 "registry" : " https://registry.npmjs.org/"
4452 },
4553 "dependencies" : {
4654 "@ast-core/escape" : " ^1.0.1" ,
47- "@babel/core" : " ^7.24.7" ,
48- "@babel/helper-plugin-utils" : " ^7.24.7" ,
4955 "@babel/parser" : " ^7.24.7" ,
50- "@babel/preset-typescript " : " ^7.24.7" ,
56+ "@babel/traverse " : " ^7.24.7" ,
5157 "@babel/types" : " ^7.24.7" ,
5258 "@tailwindcss-mangle/config" : " workspace:^" ,
5359 "@tailwindcss-mangle/shared" : " workspace:^" ,
5460 "@vue/compiler-sfc" : " ^3.4.29" ,
5561 "fast-sort" : " ^3.4.0" ,
62+ "htmlparser2" : " 9.1.0" ,
5663 "magic-string" : " ^0.30.10" ,
5764 "micromatch" : " ^4.0.7" ,
58- "parse5" : " ^7.1.2" ,
5965 "postcss" : " ^8.4.38" ,
6066 "postcss-selector-parser" : " ^6.1.0"
6167 },
6268 "devDependencies" : {
63- "@parse5/tools" : " ^0.5.0" ,
64- "@types/babel__core" : " ^7.20.5" ,
69+ "@types/babel__traverse" : " ^7.20.6" ,
6570 "@types/micromatch" : " ^4.0.7" ,
6671 "@vue/compiler-core" : " ^3.4.29" ,
6772 "@vue/compiler-sfc" : " ^3.4.27"
6873 },
69- "homepage" : " https://github.com/sonofmagic/tailwindcss-mangle" ,
70- "repository" : {
71- "type" : " git" ,
72- "url" : " git+https://github.com/sonofmagic/tailwindcss-mangle.git"
73- },
74- "bugs" : {
75- "url" : " https://github.com/sonofmagic/tailwindcss-mangle/issues"
76- },
7774 "directories" : {
7875 "test" : " test"
7976 }
80- }
77+ }
0 commit comments