|
2 | 2 | { |
3 | 3 | "cmd": "help [command]", |
4 | 4 | "desc": "Print a help message.", |
5 | | - "path": "", |
| 5 | + "pkg": "", |
6 | 6 | "group": "" |
7 | 7 | }, |
8 | 8 | { |
9 | 9 | "cmd": "arch", |
10 | 10 | "desc": "Operating system CPU architecture.", |
11 | | - "path": "./lib/node_modules/@stdlib/os/arch/bin/cli", |
| 11 | + "pkg": "@stdlib/os/arch", |
12 | 12 | "group": "System" |
13 | 13 | }, |
14 | 14 | { |
15 | 15 | "cmd": "bundle-pkg-list", |
16 | 16 | "desc": "Bundle a list of stdlib packages.", |
17 | | - "path": "./lib/node_modules/@stdlib/_tools/bundle/pkg-list/bin/cli", |
| 17 | + "pkg": "@stdlib/_tools/bundle/pkg-list", |
18 | 18 | "group": "Tools" |
19 | 19 | }, |
20 | 20 | { |
21 | 21 | "cmd": "capitalize", |
22 | 22 | "desc": "Capitalize the first character in a string.", |
23 | | - "path": "./lib/node_modules/@stdlib/string/capitalize/bin/cli", |
| 23 | + "pkg": "@stdlib/string/capitalize", |
24 | 24 | "group": "Utils" |
25 | 25 | }, |
26 | 26 | { |
27 | 27 | "cmd": "configdir", |
28 | 28 | "desc": "Configuration directory path.", |
29 | | - "path": "./lib/node_modules/@stdlib/os/configdir/bin/cli", |
| 29 | + "pkg": "@stdlib/os/configdir", |
30 | 30 | "group": "System" |
31 | 31 | }, |
32 | 32 | { |
33 | 33 | "cmd": "cwd", |
34 | 34 | "desc": "Current working directory.", |
35 | | - "path": "./lib/node_modules/@stdlib/process/cwd/bin/cli", |
| 35 | + "pkg": "@stdlib/process/cwd", |
36 | 36 | "group": "System" |
37 | 37 | }, |
38 | 38 | { |
39 | 39 | "cmd": "datasets", |
40 | 40 | "desc": "Retrieve a dataset.", |
41 | | - "path": "./lib/node_modules/@stdlib/datasets/bin/cli", |
| 41 | + "pkg": "@stdlib/datasets", |
42 | 42 | "group": "" |
43 | 43 | }, |
44 | 44 | { |
45 | 45 | "cmd": "ends-with", |
46 | 46 | "desc": "Test if a string ends with another string.", |
47 | | - "path": "./lib/node_modules/@stdlib/string/ends-with/bin/cli", |
| 47 | + "pkg": "@stdlib/string/ends-with", |
48 | 48 | "group": "Utils" |
49 | 49 | }, |
50 | 50 | { |
51 | 51 | "cmd": "from-code-point", |
52 | 52 | "desc": "Create a string from a sequence of code points.", |
53 | | - "path": "./lib/node_modules/@stdlib/string/from-code-point/bin/cli", |
| 53 | + "pkg": "@stdlib/string/from-code-point", |
54 | 54 | "group": "Utils" |
55 | 55 | }, |
56 | 56 | { |
57 | 57 | "cmd": "homedir", |
58 | 58 | "desc": "Home directory path.", |
59 | | - "path": "./lib/node_modules/@stdlib/os/homedir/bin/cli", |
| 59 | + "pkg": "@stdlib/os/homedir", |
60 | 60 | "group": "System" |
61 | 61 | }, |
62 | 62 | { |
63 | 63 | "cmd": "lpad", |
64 | 64 | "desc": "Left pad a string.", |
65 | | - "path": "./lib/node_modules/@stdlib/string/left-pad/bin/cli", |
| 65 | + "pkg": "@stdlib/string/left-pad", |
66 | 66 | "group": "Utils" |
67 | 67 | }, |
68 | 68 | { |
69 | 69 | "cmd": "ltrim", |
70 | 70 | "desc": "Left trim a string.", |
71 | | - "path": "./lib/node_modules/@stdlib/string/left-trim/bin/cli", |
| 71 | + "pkg": "@stdlib/string/left-trim", |
72 | 72 | "group": "Utils" |
73 | 73 | }, |
74 | 74 | { |
75 | 75 | "cmd": "lowercase", |
76 | 76 | "desc": "Lowercase a string.", |
77 | | - "path": "./lib/node_modules/@stdlib/string/lowercase/bin/cli", |
| 77 | + "pkg": "@stdlib/string/lowercase", |
78 | 78 | "group": "Utils" |
79 | 79 | }, |
80 | 80 | { |
81 | 81 | "cmd": "ls", |
82 | 82 | "desc": "List stdlib package names.", |
83 | | - "path": "./lib/node_modules/@stdlib/_tools/pkgs/names/bin/cli", |
| 83 | + "pkg": "@stdlib/_tools/pkgs/names", |
84 | 84 | "group": "Meta" |
85 | 85 | }, |
86 | 86 | { |
87 | 87 | "cmd": "ls-tree", |
88 | 88 | "desc": "Show stdlib package tree.", |
89 | | - "path": "./lib/node_modules/@stdlib/_tools/pkgs/tree/bin/cli", |
| 89 | + "pkg": "@stdlib/_tools/pkgs/tree", |
90 | 90 | "group": "Meta" |
91 | 91 | }, |
92 | 92 | { |
93 | 93 | "cmd": "node-version", |
94 | 94 | "desc": "Node.js version.", |
95 | | - "path": "./lib/node_modules/@stdlib/process/node-version/bin/cli", |
| 95 | + "pkg": "@stdlib/process/node-version", |
96 | 96 | "group": "Meta" |
97 | 97 | }, |
98 | 98 | { |
99 | 99 | "cmd": "ns", |
100 | 100 | "desc": "Print stdlib namespace.", |
101 | | - "path": "./lib/node_modules/@stdlib/namespace/bin/cli", |
| 101 | + "pkg": "@stdlib/namespace", |
102 | 102 | "group": "Meta" |
103 | 103 | }, |
104 | 104 | { |
105 | 105 | "cmd": "num-cpus", |
106 | 106 | "desc": "Number of CPUs.", |
107 | | - "path": "./lib/node_modules/@stdlib/os/num-cpus/bin/cli", |
| 107 | + "pkg": "@stdlib/os/num-cpus", |
108 | 108 | "group": "System" |
109 | 109 | }, |
110 | 110 | { |
111 | 111 | "cmd": "padstr", |
112 | 112 | "desc": "Pad a string.", |
113 | | - "path": "./lib/node_modules/@stdlib/string/pad/bin/cli", |
| 113 | + "pkg": "@stdlib/string/pad", |
114 | 114 | "group": "Utils" |
115 | 115 | }, |
116 | 116 | { |
117 | 117 | "cmd": "percent-encode", |
118 | 118 | "desc": "Percent-encode a UTF-16 encoded string.", |
119 | | - "path": "./lib/node_modules/@stdlib/string/percent-encode/bin/cli", |
| 119 | + "pkg": "@stdlib/string/percent-encode", |
120 | 120 | "group": "Utils" |
121 | 121 | }, |
122 | 122 | { |
123 | 123 | "cmd": "platform", |
124 | 124 | "desc": "Platform.", |
125 | | - "path": "./lib/node_modules/@stdlib/os/platform/bin/cli", |
| 125 | + "pkg": "@stdlib/os/platform", |
126 | 126 | "group": "System" |
127 | 127 | }, |
128 | 128 | { |
129 | 129 | "cmd": "remove-first", |
130 | 130 | "desc": "Remove the first character in a string.", |
131 | | - "path": "./lib/node_modules/@stdlib/string/remove-first/bin/cli", |
| 131 | + "pkg": "@stdlib/string/remove-first", |
132 | 132 | "group": "Utils" |
133 | 133 | }, |
134 | 134 | { |
135 | 135 | "cmd": "remove-last", |
136 | 136 | "desc": "Remove the last character in a string.", |
137 | | - "path": "./lib/node_modules/@stdlib/string/remove-last/bin/cli", |
| 137 | + "pkg": "@stdlib/string/remove-last", |
138 | 138 | "group": "Utils" |
139 | 139 | }, |
140 | 140 | { |
141 | 141 | "cmd": "remove-punctuation", |
142 | 142 | "desc": "Remove punctuation characters from a string.", |
143 | | - "path": "./lib/node_modules/@stdlib/string/remove-punctuation/bin/cli", |
| 143 | + "pkg": "@stdlib/string/remove-punctuation", |
144 | 144 | "group": "Utils" |
145 | 145 | }, |
146 | 146 | { |
147 | 147 | "cmd": "remove-utf8-bom", |
148 | 148 | "desc": "Remove a UTF-8 byte order mark (BOM).", |
149 | | - "path": "./lib/node_modules/@stdlib/string/remove-first/bin/cli", |
| 149 | + "pkg": "@stdlib/string/remove-first", |
150 | 150 | "group": "Utils" |
151 | 151 | }, |
152 | 152 | { |
153 | 153 | "cmd": "remove-words", |
154 | 154 | "desc": "Remove a list of words from a string.", |
155 | | - "path": "./lib/node_modules/@stdlib/string/remove-words/bin/cli", |
| 155 | + "pkg": "@stdlib/string/remove-words", |
156 | 156 | "group": "Utils" |
157 | 157 | }, |
158 | 158 | { |
159 | 159 | "cmd": "repstr", |
160 | 160 | "desc": "Repeat a string.", |
161 | | - "path": "./lib/node_modules/@stdlib/string/repeat/bin/cli", |
| 161 | + "pkg": "@stdlib/string/repeat", |
162 | 162 | "group": "Utils" |
163 | 163 | }, |
164 | 164 | { |
165 | 165 | "cmd": "repl", |
166 | 166 | "desc": "Start a REPL.", |
167 | | - "path": "./lib/node_modules/@stdlib/repl/bin/cli", |
| 167 | + "pkg": "@stdlib/repl", |
168 | 168 | "group": "" |
169 | 169 | }, |
170 | 170 | { |
171 | 171 | "cmd": "replace", |
172 | 172 | "desc": "Replace search occurrences in a string.", |
173 | | - "path": "./lib/node_modules/@stdlib/string/replace/bin/cli", |
| 173 | + "pkg": "@stdlib/string/replace", |
174 | 174 | "group": "Utils" |
175 | 175 | }, |
176 | 176 | { |
177 | 177 | "cmd": "reverse", |
178 | 178 | "desc": "Reverse a string.", |
179 | | - "path": "./lib/node_modules/@stdlib/string/reverse/bin/cli", |
| 179 | + "pkg": "@stdlib/string/reverse", |
180 | 180 | "group": "Utils" |
181 | 181 | }, |
182 | 182 | { |
183 | 183 | "cmd": "rpad", |
184 | 184 | "desc": "Right pad a string.", |
185 | | - "path": "./lib/node_modules/@stdlib/string/right-pad/bin/cli", |
| 185 | + "pkg": "@stdlib/string/right-pad", |
186 | 186 | "group": "Utils" |
187 | 187 | }, |
188 | 188 | { |
189 | 189 | "cmd": "rtrim", |
190 | 190 | "desc": "Right trim a string.", |
191 | | - "path": "./lib/node_modules/@stdlib/string/right-trim/bin/cli", |
| 191 | + "pkg": "@stdlib/string/right-trim", |
192 | 192 | "group": "Utils" |
193 | 193 | }, |
194 | 194 | { |
195 | 195 | "cmd": "sparkline", |
196 | 196 | "desc": "Plot a sparkline.", |
197 | | - "path": "./lib/node_modules/@stdlib/plot/sparklines/unicode/bin/cli", |
| 197 | + "pkg": "@stdlib/plot/sparklines/unicode", |
198 | 198 | "group": "Plot" |
199 | 199 | }, |
200 | 200 | { |
201 | 201 | "cmd": "startcase", |
202 | 202 | "desc": "Capitalize each word in a string.", |
203 | | - "path": "./lib/node_modules/@stdlib/string/startcase/bin/cli", |
| 203 | + "pkg": "@stdlib/string/startcase", |
204 | 204 | "group": "Utils" |
205 | 205 | }, |
206 | 206 | { |
207 | 207 | "cmd": "starts-with", |
208 | 208 | "desc": "Test if a string starts with another string.", |
209 | | - "path": "./lib/node_modules/@stdlib/string/starts-with/bin/cli", |
| 209 | + "pkg": "@stdlib/string/starts-with", |
210 | 210 | "group": "Utils" |
211 | 211 | }, |
212 | 212 | { |
213 | 213 | "cmd": "tmpdir", |
214 | 214 | "desc": "Directory path for storing temporary files.", |
215 | | - "path": "./lib/node_modules/@stdlib/os/tmpdir/bin/cli", |
| 215 | + "pkg": "@stdlib/os/tmpdir", |
216 | 216 | "group": "System" |
217 | 217 | }, |
218 | 218 | { |
219 | 219 | "cmd": "trim", |
220 | 220 | "desc": "Trim a string.", |
221 | | - "path": "./lib/node_modules/@stdlib/string/trim/bin/cli", |
| 221 | + "pkg": "@stdlib/string/trim", |
222 | 222 | "group": "Utils" |
223 | 223 | }, |
224 | 224 | { |
225 | 225 | "cmd": "umask", |
226 | 226 | "desc": "Process mask.", |
227 | | - "path": "./lib/node_modules/@stdlib/process/umask/bin/cli", |
| 227 | + "pkg": "@stdlib/process/umask", |
228 | 228 | "group": "System" |
229 | 229 | }, |
230 | 230 | { |
231 | 231 | "cmd": "uncapitalize", |
232 | 232 | "desc": "Uncapitalize a string.", |
233 | | - "path": "./lib/node_modules/@stdlib/string/uncapitalize/bin/cli", |
| 233 | + "pkg": "@stdlib/string/uncapitalize", |
234 | 234 | "group": "Utils" |
235 | 235 | }, |
236 | 236 | { |
237 | 237 | "cmd": "uppercase", |
238 | 238 | "desc": "Uppercase a string.", |
239 | | - "path": "./lib/node_modules/@stdlib/string/uppercase/bin/cli", |
| 239 | + "pkg": "@stdlib/string/uppercase", |
240 | 240 | "group": "Utils" |
241 | 241 | } |
242 | 242 | ] |
0 commit comments