@docubook/create 1.13.0 → 1.13.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/package.json +1 -1
  2. package/src/dist/app/page.tsx +1 -1
  3. package/src/dist/components/context-popover.tsx +4 -4
  4. package/src/dist/components/footer.tsx +4 -2
  5. package/src/dist/components/leftbar.tsx +2 -2
  6. package/src/dist/components/markdown/CardGroupMdx.tsx +1 -1
  7. package/src/dist/components/markdown/CardMdx.tsx +5 -4
  8. package/src/dist/components/markdown/FileTreeMdx.tsx +52 -33
  9. package/src/dist/components/markdown/KeyboardMdx.tsx +1 -1
  10. package/src/dist/components/markdown/NoteMdx.tsx +1 -1
  11. package/src/dist/components/markdown/StepperMdx.tsx +2 -2
  12. package/src/dist/components/markdown/TooltipsMdx.tsx +6 -3
  13. package/src/dist/components/navbar.tsx +3 -3
  14. package/src/dist/components/search.tsx +2 -2
  15. package/src/dist/components/sublink.tsx +7 -6
  16. package/src/dist/components/theme-toggle.tsx +10 -10
  17. package/src/dist/components/toc-observer.tsx +9 -9
  18. package/src/dist/contents/docs/changelog/version-1/index.mdx +38 -3
  19. package/src/dist/contents/docs/components/accordion/index.mdx +36 -22
  20. package/src/dist/contents/docs/components/button/index.mdx +11 -13
  21. package/src/dist/contents/docs/components/card/index.mdx +6 -8
  22. package/src/dist/contents/docs/components/card-group/index.mdx +2 -4
  23. package/src/dist/contents/docs/components/code-block/index.mdx +2 -4
  24. package/src/dist/contents/docs/components/file-tree/index.mdx +3 -3
  25. package/src/dist/contents/docs/components/index.mdx +9 -0
  26. package/src/dist/contents/docs/components/keyboard/index.mdx +3 -3
  27. package/src/dist/contents/docs/components/note/index.mdx +4 -6
  28. package/src/dist/contents/docs/components/release-note/index.mdx +2 -2
  29. package/src/dist/contents/docs/components/stepper/index.mdx +2 -4
  30. package/src/dist/contents/docs/components/tabs/index.mdx +4 -4
  31. package/src/dist/contents/docs/components/tooltips/index.mdx +1 -1
  32. package/src/dist/contents/docs/components/youtube/index.mdx +7 -5
  33. package/src/dist/contents/docs/getting-started/index.mdx +9 -0
  34. package/src/dist/contents/docs/getting-started/project-structure/index.mdx +1 -1
  35. package/src/dist/contents/docs/getting-started/theme-colors/coffee/index.mdx +165 -0
  36. package/src/dist/contents/docs/getting-started/theme-colors/default/index.mdx +160 -0
  37. package/src/dist/contents/docs/getting-started/theme-colors/freshlime/index.mdx +161 -0
  38. package/src/dist/contents/docs/getting-started/theme-colors/index.mdx +9 -0
  39. package/src/dist/contents/docs/getting-started/theme-colors/llms/index.mdx +77 -0
  40. package/src/dist/docu.json +12 -2
  41. package/src/dist/package.json +1 -1
  42. package/src/dist/styles/globals.css +50 -50
  43. package/src/dist/styles/syntax.css +24 -29
  44. package/bun.lock +0 -102
@@ -0,0 +1,161 @@
1
+ ---
2
+ title: Fresh Lime
3
+ description: A fresh and vibrant freshlime-themed color scheme that's easy on the eyes while maintaining excellent readability.
4
+ date: 2025-05-30
5
+ ---
6
+
7
+ ## Styles
8
+ <Note type="note" title="note">
9
+ You can override the default styles by adding your own CSS variables in the `globals.css` and `syntax.css` files.
10
+ </Note>
11
+
12
+ <Tabs defaultValue="globals" className="pt-5 pb-1">
13
+ <TabsList>
14
+ <TabsTrigger value="globals">globals.css</TabsTrigger>
15
+ <TabsTrigger value="syntax">syntax.css</TabsTrigger>
16
+ </TabsList>
17
+ <TabsContent value="globals">
18
+ ```css:globals.css
19
+ /* Fresh Lime Theme */
20
+ @layer base {
21
+ :root {
22
+ --background: 85 45% 98%;
23
+ --foreground: 85 30% 10%;
24
+ --card: 0 0% 100%;
25
+ --card-foreground: 85 30% 10%;
26
+ --popover: 0 0% 100%;
27
+ --popover-foreground: 85 30% 10%;
28
+ --primary: 85 70% 45%;
29
+ --primary-foreground: 0 0% 100%;
30
+ --secondary: 85 40% 90%;
31
+ --secondary-foreground: 85 30% 10%;
32
+ --muted: 85 30% 92%;
33
+ --muted-foreground: 85 15% 45%;
34
+ --accent: 85 60% 40%;
35
+ --accent-foreground: 0 0% 100%;
36
+ --destructive: 0 85% 60%;
37
+ --destructive-foreground: 0 0% 100%;
38
+ --border: 85 25% 88%;
39
+ --input: 85 25% 88%;
40
+ --ring: 85 70% 45%;
41
+ --radius: 0.5rem;
42
+ --chart-1: 85 70% 45%;
43
+ --chart-2: 85 60% 40%;
44
+ --chart-3: 85 80% 40%;
45
+ --chart-4: 85 85% 35%;
46
+ --chart-5: 85 90% 30%;
47
+ --line-number-color: rgba(0, 0, 0, 0.05);
48
+ }
49
+
50
+ .dark {
51
+ --background: 85 20% 8%;
52
+ --foreground: 85 30% 96%;
53
+ --card: 85 20% 10%;
54
+ --card-foreground: 85 30% 96%;
55
+ --popover: 85 20% 10%;
56
+ --popover-foreground: 85 30% 96%;
57
+ --primary: 85 75% 55%;
58
+ --primary-foreground: 85 20% 8%;
59
+ --secondary: 85 25% 18%;
60
+ --secondary-foreground: 85 30% 96%;
61
+ --muted: 85 20% 20%;
62
+ --muted-foreground: 85 20% 70%;
63
+ --accent: 85 70% 50%;
64
+ --accent-foreground: 0 0% 100%;
65
+ --destructive: 0 85% 65%;
66
+ --destructive-foreground: 0 0% 100%;
67
+ --border: 85 25% 22%;
68
+ --input: 85 25% 22%;
69
+ --ring: 85 75% 55%;
70
+ --chart-1: 85 75% 55%;
71
+ --chart-2: 85 70% 50%;
72
+ --chart-3: 85 80% 45%;
73
+ --chart-4: 85 85% 40%;
74
+ --chart-5: 85 90% 35%;
75
+ --line-number-color: rgba(255, 255, 255, 0.1);
76
+ }
77
+ }
78
+ ```
79
+ </TabsContent>
80
+
81
+ <TabsContent value="syntax">
82
+ ```css:syntax.css
83
+ /* Fresh Lime Theme - Syntax Highlighting */
84
+
85
+ /* Light Mode */
86
+ .keyword {
87
+ color: hsl(85 70% 30%); /* Dark lime green */
88
+ }
89
+
90
+ .function {
91
+ color: hsl(85 65% 35%); /* Slightly lighter lime */
92
+ }
93
+
94
+ .punctuation {
95
+ color: hsl(85 15% 50%); /* Muted green-gray */
96
+ }
97
+
98
+ .comment {
99
+ color: hsl(85 15% 50%); /* Muted green-gray */
100
+ font-style: italic;
101
+ }
102
+
103
+ .string,
104
+ .constant,
105
+ .annotation,
106
+ .boolean,
107
+ .number {
108
+ color: hsl(85 50% 35%); /* Medium lime green */
109
+ }
110
+
111
+ .tag {
112
+ color: hsl(85 70% 25%); /* Darker lime */
113
+ }
114
+
115
+ .attr-name {
116
+ color: hsl(85 60% 35%); /* Lime green */
117
+ }
118
+
119
+ .attr-value {
120
+ color: hsl(85 70% 30%); /* Dark lime green */
121
+ }
122
+
123
+ /* Dark Mode */
124
+ .dark .keyword {
125
+ color: hsl(85 75% 65%); /* Bright lime */
126
+ }
127
+
128
+ .dark .function {
129
+ color: hsl(85 75% 60%); /* Slightly less bright lime */
130
+ }
131
+
132
+ .dark .string,
133
+ .dark .constant,
134
+ .dark .annotation,
135
+ .dark .boolean,
136
+ .dark .number {
137
+ color: hsl(85 60% 70%); /* Light lime */
138
+ }
139
+
140
+ .dark .tag {
141
+ color: hsl(85 70% 70%); /* Bright lime */
142
+ }
143
+
144
+ .dark .attr-name {
145
+ color: hsl(85 65% 70%); /* Light lime */
146
+ }
147
+
148
+ .dark .attr-value {
149
+ color: hsl(85 75% 65%); /* Bright lime */
150
+ }
151
+
152
+ .dark .comment {
153
+ color: hsl(85 15% 60%); /* Light gray-green */
154
+ }
155
+
156
+ .dark .punctuation {
157
+ color: hsl(85 20% 70%); /* Light gray-green */
158
+ }
159
+ ```
160
+ </TabsContent>
161
+ </Tabs>
@@ -0,0 +1,9 @@
1
+ ---
2
+ title : Theme Colors
3
+ description : Color system used in DocuBook for styling UI elements
4
+ date : 2025-05-20
5
+ ---
6
+
7
+ DocuBook comes with a carefully designed color system that ensures consistency and accessibility across your documentation. The theme includes both light and dark modes, automatically adapting to the user's system preferences.
8
+
9
+ <Outlet path="getting-started/theme-colors" />
@@ -0,0 +1,77 @@
1
+ ---
2
+ title: Llms.txt - Generate Custom Theme
3
+ description: Complete guide for creating and using AI-generated custom themes based on LLMS context.
4
+ date: 2025-05-31
5
+ ---
6
+
7
+ ## Introduction
8
+ This document explains how to create and implement custom color themes using AI with LLMS context. The context includes a consistent color palette for both light and dark modes, along with syntax highlighting colors for code.
9
+
10
+ ## File Structure
11
+ <Files>
12
+ <Folder name="styles">
13
+ <File name="globals.css" />
14
+ <File name="syntax.css" />
15
+ </Folder>
16
+ </Files>
17
+
18
+ ## Generate New Theme
19
+
20
+ <Stepper>
21
+ <StepperItem title="Step 1: Access LLM for Color Generation">
22
+ Ensure you have access to a language model (LLM) that supports color palette generation
23
+ </StepperItem>
24
+ <StepperItem title="Step 2: Prepare Color Context">
25
+ Share the content of the [llms.txt](/llms.txt) file with the AI to provide the current color scheme context.
26
+ </StepperItem>
27
+ <StepperItem title="Step 3: Define Color Requirements">
28
+ Determine your preferred color scheme or theme requirements
29
+ </StepperItem>
30
+ <StepperItem title="Step 4: Generate New Theme">
31
+ Use the following prompt to request a new theme from the AI:
32
+
33
+ ```markdown
34
+ Create a new color theme based on the provided context with the following requirements:
35
+ 1. Different primary color #2281E3
36
+ 2. Maintain good contrast for accessibility
37
+ 3. Include variants for both light and dark modes
38
+ 4. Keep the same structure as the provided context
39
+ ```
40
+ <Note type="danger" title="Colors example">
41
+ changes the value of Hex color `#2281E3` into your brand colors.
42
+ </Note>
43
+ </StepperItem>
44
+ </Stepper>
45
+
46
+ ## Implementation
47
+ After receiving the new color palette:
48
+
49
+ 1. Copy the generated CSS code to your theme file
50
+ 2. Update CSS variables in `globals.css`
51
+ 3. Adjust syntax colors in `syntax.css` if needed
52
+ 4. Test the theme across different devices and display modes
53
+
54
+ ## Example Implementation
55
+ ```css
56
+ :root {
57
+ --primary: 210 81% 56%; /* Primary color */
58
+ --secondary: 210 30% 90%; /* Secondary color */
59
+ /* ... and so on */
60
+ }
61
+
62
+ .dark {
63
+ --primary: 210 100% 65%; /* Dark mode primary color */
64
+ /* ... and so on */
65
+ }
66
+ ```
67
+
68
+ ## Tips and Recommendations
69
+ - Always test color contrast to ensure accessibility
70
+ - Maintain consistency with existing themes
71
+ - Use tools like [WebAIM Contrast Checker](https://webaim.org/resources/contrastchecker/) to verify contrast ratios
72
+ - Keep backups of previous theme versions before making major changes
73
+
74
+ ## Troubleshooting
75
+ - If colors don't change, ensure CSS variables are properly imported
76
+ - Check CSS selector specificity if styles conflict
77
+ - Verify dark/light mode toggling is working correctly
@@ -71,7 +71,17 @@
71
71
  { "title": "Installation", "href": "/installation" },
72
72
  { "title": "Quick Start Guide", "href": "/quick-start-guide" },
73
73
  { "title": "Project Structure", "href": "/project-structure" },
74
- { "title": "Customize", "href": "/customize" }
74
+ { "title": "Customize", "href": "/customize" },
75
+ {
76
+ "title": "Theme Colors",
77
+ "href": "/theme-colors",
78
+ "items": [
79
+ { "title": "Default", "href": "/default" },
80
+ { "title": "Fresh Lime", "href": "/freshlime" },
81
+ { "title": "Coffee", "href": "/coffee" },
82
+ { "title": "llms.txt", "href": "/llms" }
83
+ ]
84
+ }
75
85
  ]
76
86
  },
77
87
  {
@@ -103,7 +113,7 @@
103
113
  ]
104
114
  },
105
115
  {
106
- "title": "Changelog",
116
+ "title": "Release",
107
117
  "href": "/changelog",
108
118
  "noLink": true,
109
119
  "context": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "docubook",
3
- "version": "1.13.0",
3
+ "version": "1.13.6",
4
4
  "private": true,
5
5
  "scripts": {
6
6
  "dev": "next dev",
@@ -4,63 +4,63 @@
4
4
 
5
5
  @import url("../styles/syntax.css");
6
6
 
7
- /* ocean */
7
+ /* Modern Blue Theme */
8
8
  @layer base {
9
9
  :root {
10
- --background: 210 60% 97%; /* Lighter sky blue */
11
- --foreground: 220 30% 10%; /* Deep navy */
12
- --card: 210 50% 99%; /* Almost white blue */
13
- --card-foreground: 220 30% 10%;
14
- --popover: 210 50% 99%;
15
- --popover-foreground: 220 30% 10%;
16
- --primary: 220 85% 55%; /* Vibrant azure blue */
17
- --primary-foreground: 210 60% 97%;
18
- --secondary: 220 40% 80%; /* Softer sky blue */
19
- --secondary-foreground: 220 30% 10%;
20
- --muted: 220 40% 80%;
21
- --muted-foreground: 220 30% 30%; /* Deeper steel blue */
22
- --accent: 200 75% 38%; /* Stronger ocean blue */
23
- --accent-foreground: 0 0% 100%; /* Pure white */
24
- --destructive: 0 70% 50%; /* More vivid red */
25
- --destructive-foreground: 220 30% 95%; /* Lightened foreground */
26
- --border: 220 20% 85%; /* Slightly darker grey-blue */
27
- --input: 220 20% 85%;
28
- --ring: 220 50% 50%; /* More noticeable blue ring */
10
+ --background: 210 40% 98%;
11
+ --foreground: 220 30% 15%;
12
+ --card: 0 0% 100%;
13
+ --card-foreground: 220 30% 15%;
14
+ --popover: 0 0% 100%;
15
+ --popover-foreground: 220 30% 15%;
16
+ --primary: 210 81% 56%; /* #2281E3 */
17
+ --primary-foreground: 0 0% 100%;
18
+ --secondary: 210 30% 90%;
19
+ --secondary-foreground: 220 30% 15%;
20
+ --muted: 210 20% 92%;
21
+ --muted-foreground: 220 15% 50%;
22
+ --accent: 200 100% 40%;
23
+ --accent-foreground: 0 0% 100%;
24
+ --destructive: 0 85% 60%;
25
+ --destructive-foreground: 0 0% 100%;
26
+ --border: 210 20% 85%;
27
+ --input: 210 20% 85%;
28
+ --ring: 210 81% 56%;
29
29
  --radius: 0.5rem;
30
- --chart-1: 210 65% 45%; /* Classic blue */
31
- --chart-2: 220 45% 60%; /* Softer sky */
32
- --chart-3: 220 75% 45%; /* Azure blue */
33
- --chart-4: 200 65% 50%; /* Ocean blue */
34
- --chart-5: 240 35% 35%; /* Deeper teal */
30
+ --chart-1: 210 81% 56%;
31
+ --chart-2: 200 100% 40%;
32
+ --chart-3: 220 76% 60%;
33
+ --chart-4: 190 90% 50%;
34
+ --chart-5: 230 86% 45%;
35
35
  --line-number-color: rgba(0, 0, 0, 0.05);
36
36
  }
37
37
 
38
38
  .dark {
39
- --background: 220 20% 8%; /* Deeper midnight navy */
40
- --foreground: 220 85% 92%; /* Brighter sky blue */
41
- --card: 220 20% 10%; /* Slightly darker midnight */
42
- --card-foreground: 220 85% 92%;
43
- --popover: 220 20% 10%;
44
- --popover-foreground: 220 85% 92%;
45
- --primary: 210 75% 65%; /* Softer but bright blue */
46
- --primary-foreground: 220 20% 8%;
47
- --secondary: 220 35% 12%; /* Darker steel blue */
48
- --secondary-foreground: 220 85% 92%;
49
- --muted: 220 35% 12%;
50
- --muted-foreground: 210 25% 80%; /* Pale navy */
51
- --accent: 220 85% 55%; /* Vibrant azure blue */
52
- --accent-foreground: 220 85% 92%;
53
- --destructive: 0 75% 50%; /* More noticeable red */
54
- --destructive-foreground: 220 85% 92%;
55
- --border: 220 35% 12%; /* Darker steel blue */
56
- --input: 220 35% 12%;
57
- --ring: 220 65% 55%; /* Vivid blue ring */
58
- --chart-1: 210 65% 45%; /* Classic blue */
59
- --chart-2: 220 45% 60%; /* Softer sky */
60
- --chart-3: 220 75% 45%; /* Azure blue */
61
- --chart-4: 200 65% 50%; /* Ocean blue */
62
- --chart-5: 240 35% 35%; /* Deeper teal */
63
- --line-number-color: rgba(255, 255, 255, 0.05);
39
+ --background: 220 25% 10%;
40
+ --foreground: 210 30% 96%;
41
+ --card: 220 25% 15%;
42
+ --card-foreground: 210 30% 96%;
43
+ --popover: 220 25% 15%;
44
+ --popover-foreground: 210 30% 96%;
45
+ --primary: 210 100% 65%;
46
+ --primary-foreground: 220 25% 10%;
47
+ --secondary: 215 25% 20%;
48
+ --secondary-foreground: 210 30% 96%;
49
+ --muted: 215 20% 25%;
50
+ --muted-foreground: 215 20% 65%;
51
+ --accent: 200 100% 60%;
52
+ --accent-foreground: 0 0% 100%;
53
+ --destructive: 0 85% 70%;
54
+ --destructive-foreground: 0 0% 100%;
55
+ --border: 215 20% 25%;
56
+ --input: 215 20% 25%;
57
+ --ring: 210 100% 65%;
58
+ --chart-1: 210 100% 65%;
59
+ --chart-2: 200 100% 60%;
60
+ --chart-3: 220 90% 70%;
61
+ --chart-4: 190 100% 65%;
62
+ --chart-5: 230 90% 60%;
63
+ --line-number-color: rgba(255, 255, 255, 0.1);
64
64
  }
65
65
  }
66
66
 
@@ -1,23 +1,20 @@
1
- /* ocean */
1
+ /* Modern Blue Theme */
2
2
  /* Light Mode */
3
3
  .keyword {
4
- color: #2563eb;
5
- /* Vibrant Blue */
4
+ color: #1d4ed8; /* Darker blue for better contrast */
6
5
  }
7
6
 
8
7
  .function {
9
- color: #0284c7;
10
- /* Deep Sky Blue */
8
+ color: #0369a1; /* Deep blue */
11
9
  }
12
10
 
13
11
  .punctuation {
14
- color: #475569;
15
- /* Cool Slate Gray */
12
+ color: #4b5563; /* Slate gray */
16
13
  }
17
14
 
18
15
  .comment {
19
- color: #64748b;
20
- /* Muted Slate */
16
+ color: #6b7280; /* Muted gray */
17
+ font-style: italic;
21
18
  }
22
19
 
23
20
  .string,
@@ -25,34 +22,28 @@
25
22
  .annotation,
26
23
  .boolean,
27
24
  .number {
28
- color: #0369a1;
29
- /* Dark Cyan */
25
+ color: #0d9488; /* Teal for better distinction */
30
26
  }
31
27
 
32
28
  .tag {
33
- color: #1e40af;
34
- /* Indigo */
29
+ color: #1d4ed8; /* Matching keyword color */
35
30
  }
36
31
 
37
32
  .attr-name {
38
- color: #0ea5e9;
39
- /* Light Sky Blue */
33
+ color: #0284c7; /* Sky blue */
40
34
  }
41
35
 
42
36
  .attr-value {
43
- color: #2563eb;
44
- /* Bright Blue */
37
+ color: #2563eb; /* Primary blue */
45
38
  }
46
39
 
47
40
  /* Dark Mode */
48
41
  .dark .keyword {
49
- color: #93c5fd;
50
- /* Soft Blue */
42
+ color: #60a5fa; /* Soft blue */
51
43
  }
52
44
 
53
45
  .dark .function {
54
- color: #38bdf8;
55
- /* Sky Blue */
46
+ color: #38bdf8; /* Sky blue */
56
47
  }
57
48
 
58
49
  .dark .string,
@@ -60,23 +51,27 @@
60
51
  .dark .annotation,
61
52
  .dark .boolean,
62
53
  .dark .number {
63
- color: #60a5fa;
64
- /* Light Blue */
54
+ color: #2dd4bf; /* Teal */
65
55
  }
66
56
 
67
57
  .dark .tag {
68
- color: #3b82f6;
69
- /* Bold Blue */
58
+ color: #60a5fa; /* Matching keyword color */
70
59
  }
71
60
 
72
61
  .dark .attr-name {
73
- color: #67e8f9;
74
- /* Aqua */
62
+ color: #7dd3fc; /* Lighter blue */
75
63
  }
76
64
 
77
65
  .dark .attr-value {
78
- color: #93c5fd;
79
- /* Frosty Blue */
66
+ color: #3b82f6; /* Brighter blue */
67
+ }
68
+
69
+ .dark .comment {
70
+ color: #9ca3af; /* Lighter gray for dark mode */
71
+ }
72
+
73
+ .dark .punctuation {
74
+ color: #9ca3af; /* Lighter gray for dark mode */
80
75
  }
81
76
 
82
77
  .youtube {
package/bun.lock DELETED
@@ -1,102 +0,0 @@
1
- {
2
- "lockfileVersion": 1,
3
- "workspaces": {
4
- "": {
5
- "name": "@docubook/create",
6
- "dependencies": {
7
- "boxen": "^8.0.1",
8
- "chalk": "^5.3.0",
9
- "cli-progress": "^3.12.0",
10
- "commander": "^12.1.0",
11
- "enquirer": "^2.4.1",
12
- "figlet": "^1.8.0",
13
- "ora": "^8.1.0",
14
- },
15
- },
16
- },
17
- "packages": {
18
- "ansi-align": ["ansi-align@3.0.1", "", { "dependencies": { "string-width": "^4.1.0" } }, "sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w=="],
19
-
20
- "ansi-colors": ["ansi-colors@4.1.3", "", {}, "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw=="],
21
-
22
- "ansi-regex": ["ansi-regex@5.0.1", "", {}, "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="],
23
-
24
- "ansi-styles": ["ansi-styles@6.2.1", "", {}, "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug=="],
25
-
26
- "boxen": ["boxen@8.0.1", "", { "dependencies": { "ansi-align": "^3.0.1", "camelcase": "^8.0.0", "chalk": "^5.3.0", "cli-boxes": "^3.0.0", "string-width": "^7.2.0", "type-fest": "^4.21.0", "widest-line": "^5.0.0", "wrap-ansi": "^9.0.0" } }, "sha512-F3PH5k5juxom4xktynS7MoFY+NUWH5LC4CnH11YB8NPew+HLpmBLCybSAEyb2F+4pRXhuhWqFesoQd6DAyc2hw=="],
27
-
28
- "camelcase": ["camelcase@8.0.0", "", {}, "sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA=="],
29
-
30
- "chalk": ["chalk@5.4.1", "", {}, "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w=="],
31
-
32
- "cli-boxes": ["cli-boxes@3.0.0", "", {}, "sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g=="],
33
-
34
- "cli-cursor": ["cli-cursor@5.0.0", "", { "dependencies": { "restore-cursor": "^5.0.0" } }, "sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw=="],
35
-
36
- "cli-progress": ["cli-progress@3.12.0", "", { "dependencies": { "string-width": "^4.2.3" } }, "sha512-tRkV3HJ1ASwm19THiiLIXLO7Im7wlTuKnvkYaTkyoAPefqjNg7W7DHKUlGRxy9vxDvbyCYQkQozvptuMkGCg8A=="],
37
-
38
- "cli-spinners": ["cli-spinners@2.9.2", "", {}, "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg=="],
39
-
40
- "commander": ["commander@12.1.0", "", {}, "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA=="],
41
-
42
- "emoji-regex": ["emoji-regex@10.4.0", "", {}, "sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw=="],
43
-
44
- "enquirer": ["enquirer@2.4.1", "", { "dependencies": { "ansi-colors": "^4.1.1", "strip-ansi": "^6.0.1" } }, "sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ=="],
45
-
46
- "figlet": ["figlet@1.8.1", "", { "bin": { "figlet": "bin/index.js" } }, "sha512-kEC3Sme+YvA8Hkibv0NR1oClGcWia0VB2fC1SlMy027cwe795Xx40Xiv/nw/iFAwQLupymWh+uhAAErn/7hwPg=="],
47
-
48
- "get-east-asian-width": ["get-east-asian-width@1.3.0", "", {}, "sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ=="],
49
-
50
- "is-fullwidth-code-point": ["is-fullwidth-code-point@3.0.0", "", {}, "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg=="],
51
-
52
- "is-interactive": ["is-interactive@2.0.0", "", {}, "sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ=="],
53
-
54
- "is-unicode-supported": ["is-unicode-supported@2.1.0", "", {}, "sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ=="],
55
-
56
- "log-symbols": ["log-symbols@6.0.0", "", { "dependencies": { "chalk": "^5.3.0", "is-unicode-supported": "^1.3.0" } }, "sha512-i24m8rpwhmPIS4zscNzK6MSEhk0DUWa/8iYQWxhffV8jkI4Phvs3F+quL5xvS0gdQR0FyTCMMH33Y78dDTzzIw=="],
57
-
58
- "mimic-function": ["mimic-function@5.0.1", "", {}, "sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA=="],
59
-
60
- "onetime": ["onetime@7.0.0", "", { "dependencies": { "mimic-function": "^5.0.0" } }, "sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ=="],
61
-
62
- "ora": ["ora@8.2.0", "", { "dependencies": { "chalk": "^5.3.0", "cli-cursor": "^5.0.0", "cli-spinners": "^2.9.2", "is-interactive": "^2.0.0", "is-unicode-supported": "^2.0.0", "log-symbols": "^6.0.0", "stdin-discarder": "^0.2.2", "string-width": "^7.2.0", "strip-ansi": "^7.1.0" } }, "sha512-weP+BZ8MVNnlCm8c0Qdc1WSWq4Qn7I+9CJGm7Qali6g44e/PUzbjNqJX5NJ9ljlNMosfJvg1fKEGILklK9cwnw=="],
63
-
64
- "restore-cursor": ["restore-cursor@5.1.0", "", { "dependencies": { "onetime": "^7.0.0", "signal-exit": "^4.1.0" } }, "sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA=="],
65
-
66
- "signal-exit": ["signal-exit@4.1.0", "", {}, "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw=="],
67
-
68
- "stdin-discarder": ["stdin-discarder@0.2.2", "", {}, "sha512-UhDfHmA92YAlNnCfhmq0VeNL5bDbiZGg7sZ2IvPsXubGkiNa9EC+tUTsjBRsYUAz87btI6/1wf4XoVvQ3uRnmQ=="],
69
-
70
- "string-width": ["string-width@7.2.0", "", { "dependencies": { "emoji-regex": "^10.3.0", "get-east-asian-width": "^1.0.0", "strip-ansi": "^7.1.0" } }, "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ=="],
71
-
72
- "strip-ansi": ["strip-ansi@6.0.1", "", { "dependencies": { "ansi-regex": "^5.0.1" } }, "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A=="],
73
-
74
- "type-fest": ["type-fest@4.41.0", "", {}, "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA=="],
75
-
76
- "widest-line": ["widest-line@5.0.0", "", { "dependencies": { "string-width": "^7.0.0" } }, "sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA=="],
77
-
78
- "wrap-ansi": ["wrap-ansi@9.0.0", "", { "dependencies": { "ansi-styles": "^6.2.1", "string-width": "^7.0.0", "strip-ansi": "^7.1.0" } }, "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q=="],
79
-
80
- "ansi-align/string-width": ["string-width@4.2.3", "", { "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", "strip-ansi": "^6.0.1" } }, "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g=="],
81
-
82
- "cli-progress/string-width": ["string-width@4.2.3", "", { "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", "strip-ansi": "^6.0.1" } }, "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g=="],
83
-
84
- "log-symbols/is-unicode-supported": ["is-unicode-supported@1.3.0", "", {}, "sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ=="],
85
-
86
- "ora/strip-ansi": ["strip-ansi@7.1.0", "", { "dependencies": { "ansi-regex": "^6.0.1" } }, "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ=="],
87
-
88
- "string-width/strip-ansi": ["strip-ansi@7.1.0", "", { "dependencies": { "ansi-regex": "^6.0.1" } }, "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ=="],
89
-
90
- "wrap-ansi/strip-ansi": ["strip-ansi@7.1.0", "", { "dependencies": { "ansi-regex": "^6.0.1" } }, "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ=="],
91
-
92
- "ansi-align/string-width/emoji-regex": ["emoji-regex@8.0.0", "", {}, "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="],
93
-
94
- "cli-progress/string-width/emoji-regex": ["emoji-regex@8.0.0", "", {}, "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="],
95
-
96
- "ora/strip-ansi/ansi-regex": ["ansi-regex@6.1.0", "", {}, "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA=="],
97
-
98
- "string-width/strip-ansi/ansi-regex": ["ansi-regex@6.1.0", "", {}, "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA=="],
99
-
100
- "wrap-ansi/strip-ansi/ansi-regex": ["ansi-regex@6.1.0", "", {}, "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA=="],
101
- }
102
- }