@funish/basis 0.1.3 → 0.2.0
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.
- package/README.md +131 -427
- package/dist/THIRD-PARTY-LICENSES.md +276 -0
- package/dist/_chunks/config.mjs +1 -0
- package/dist/_chunks/libs/common.d.mts +6970 -0
- package/dist/_chunks/libs/common.mjs +1 -0
- package/dist/_chunks/types.d.mts +194 -0
- package/dist/cli.d.mts +1 -1
- package/dist/cli.mjs +8 -1
- package/dist/commands/add.d.mts +2 -0
- package/dist/commands/add.mjs +1 -0
- package/dist/commands/audit.d.mts +2 -0
- package/dist/commands/audit.mjs +1 -0
- package/dist/commands/build.d.mts +2 -0
- package/dist/commands/build.mjs +1 -0
- package/dist/commands/check.d.mts +2 -0
- package/dist/commands/check.mjs +1 -0
- package/dist/commands/dlx.d.mts +2 -0
- package/dist/commands/dlx.mjs +1 -0
- package/dist/commands/fmt.d.mts +2 -0
- package/dist/commands/fmt.mjs +1 -0
- package/dist/commands/git.d.mts +2 -0
- package/dist/commands/git.mjs +1 -0
- package/dist/commands/init.d.mts +2 -0
- package/dist/commands/init.mjs +1 -0
- package/dist/commands/lint.d.mts +2 -0
- package/dist/commands/lint.mjs +1 -0
- package/dist/commands/publish.d.mts +2 -0
- package/dist/commands/publish.mjs +1 -0
- package/dist/commands/remove.d.mts +2 -0
- package/dist/commands/remove.mjs +1 -0
- package/dist/commands/run.d.mts +2 -0
- package/dist/commands/run.mjs +1 -0
- package/dist/commands/version.d.mts +2 -0
- package/dist/commands/version.mjs +1 -0
- package/dist/config.d.mts +24 -1
- package/dist/config.mjs +1 -1
- package/dist/index.d.mts +2 -178
- package/dist/index.mjs +1 -1
- package/package.json +65 -53
- package/LICENSE +0 -21
- package/dist/chunks/add.cjs +0 -1
- package/dist/chunks/add.mjs +0 -1
- package/dist/chunks/config.cjs +0 -1
- package/dist/chunks/config.mjs +0 -1
- package/dist/chunks/git.cjs +0 -1
- package/dist/chunks/git.mjs +0 -1
- package/dist/chunks/init.cjs +0 -1
- package/dist/chunks/init.mjs +0 -1
- package/dist/chunks/install.cjs +0 -1
- package/dist/chunks/install.mjs +0 -1
- package/dist/chunks/lint.cjs +0 -1
- package/dist/chunks/lint.mjs +0 -1
- package/dist/chunks/publish.cjs +0 -1
- package/dist/chunks/publish.mjs +0 -1
- package/dist/chunks/remove.cjs +0 -1
- package/dist/chunks/remove.mjs +0 -1
- package/dist/chunks/run.cjs +0 -1
- package/dist/chunks/run.mjs +0 -1
- package/dist/chunks/version.cjs +0 -1
- package/dist/chunks/version.mjs +0 -1
- package/dist/cli.cjs +0 -2
- package/dist/cli.d.cts +0 -1
- package/dist/cli.d.ts +0 -1
- package/dist/config.cjs +0 -1
- package/dist/config.d.cts +0 -1
- package/dist/config.d.ts +0 -1
- package/dist/index.cjs +0 -1
- package/dist/index.d.cts +0 -178
- package/dist/index.d.ts +0 -178
- package/dist/shared/basis.4m3-erzm.mjs +0 -1
- package/dist/shared/basis.5if__eE1.mjs +0 -8
- package/dist/shared/basis.Bqr6BGbD.cjs +0 -1
- package/dist/shared/basis.BrlVPuDi.mjs +0 -1
- package/dist/shared/basis.Bz4YLlJG.cjs +0 -1
- package/dist/shared/basis.CGkMo_WB.cjs +0 -3
- package/dist/shared/basis.CYJFGkEy.mjs +0 -1
- package/dist/shared/basis.Cc1QkX4i.mjs +0 -3
- package/dist/shared/basis.CyWSd-ys.mjs +0 -10
- package/dist/shared/basis.D3fInv-P.cjs +0 -1
- package/dist/shared/basis.DoHZYvYm.d.cts +0 -275
- package/dist/shared/basis.DoHZYvYm.d.mts +0 -275
- package/dist/shared/basis.DoHZYvYm.d.ts +0 -275
- package/dist/shared/basis.GHY7v-ns.cjs +0 -10
- package/dist/shared/basis.iEUClefn.cjs +0 -8
|
@@ -0,0 +1,276 @@
|
|
|
1
|
+
# Licenses of Bundled Dependencies
|
|
2
|
+
|
|
3
|
+
The published artifact additionally contains code with the following licenses:
|
|
4
|
+
MIT
|
|
5
|
+
|
|
6
|
+
# Bundled Dependencies
|
|
7
|
+
|
|
8
|
+
## @oxc-project/types
|
|
9
|
+
|
|
10
|
+
License: MIT
|
|
11
|
+
By: Boshen and oxc contributors
|
|
12
|
+
Repository: https://github.com/oxc-project/oxc
|
|
13
|
+
|
|
14
|
+
> MIT License
|
|
15
|
+
>
|
|
16
|
+
> Copyright (c) 2024-present VoidZero Inc. & Contributors
|
|
17
|
+
> Copyright (c) 2023 Boshen
|
|
18
|
+
>
|
|
19
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
20
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
21
|
+
> in the Software without restriction, including without limitation the rights
|
|
22
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
23
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
24
|
+
> furnished to do so, subject to the following conditions:
|
|
25
|
+
>
|
|
26
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
27
|
+
> copies or substantial portions of the Software.
|
|
28
|
+
>
|
|
29
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
30
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
31
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
32
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
33
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
34
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
35
|
+
> SOFTWARE.
|
|
36
|
+
|
|
37
|
+
---------------------------------------
|
|
38
|
+
|
|
39
|
+
## @rolldown/pluginutils, rolldown
|
|
40
|
+
|
|
41
|
+
License: MIT
|
|
42
|
+
Repositories: https://github.com/rolldown/rolldown, https://github.com/rolldown/rolldown
|
|
43
|
+
|
|
44
|
+
> MIT License
|
|
45
|
+
>
|
|
46
|
+
> Copyright (c) 2024-present VoidZero Inc. & Contributors
|
|
47
|
+
>
|
|
48
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
49
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
50
|
+
> in the Software without restriction, including without limitation the rights
|
|
51
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
52
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
53
|
+
> furnished to do so, subject to the following conditions:
|
|
54
|
+
>
|
|
55
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
56
|
+
> copies or substantial portions of the Software.
|
|
57
|
+
>
|
|
58
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
59
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
60
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
61
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
62
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
63
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
64
|
+
> SOFTWARE.
|
|
65
|
+
>
|
|
66
|
+
> end of terms and conditions
|
|
67
|
+
>
|
|
68
|
+
> The licenses of externally maintained libraries from which parts of the Software is derived are listed [here](https://github.com/rolldown/rolldown/blob/main/THIRD-PARTY-LICENSE).
|
|
69
|
+
|
|
70
|
+
---------------------------------------
|
|
71
|
+
|
|
72
|
+
## exsolve
|
|
73
|
+
|
|
74
|
+
License: MIT
|
|
75
|
+
Repository: https://github.com/unjs/exsolve
|
|
76
|
+
|
|
77
|
+
> MIT License
|
|
78
|
+
>
|
|
79
|
+
> Copyright (c) Pooya Parsa <pooya@pi0.io>
|
|
80
|
+
>
|
|
81
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
82
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
83
|
+
> in the Software without restriction, including without limitation the rights
|
|
84
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
85
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
86
|
+
> furnished to do so, subject to the following conditions:
|
|
87
|
+
>
|
|
88
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
89
|
+
> copies or substantial portions of the Software.
|
|
90
|
+
>
|
|
91
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
92
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
93
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
94
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
95
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
96
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
97
|
+
> SOFTWARE.
|
|
98
|
+
>
|
|
99
|
+
> ---
|
|
100
|
+
>
|
|
101
|
+
> This is a derivative work based on:
|
|
102
|
+
> <https://github.com/unjs/mlly>.
|
|
103
|
+
>
|
|
104
|
+
> ---
|
|
105
|
+
>
|
|
106
|
+
> This is a derivative work based on:
|
|
107
|
+
> <https://github.com/wooorm/import-meta-resolve>.
|
|
108
|
+
>
|
|
109
|
+
> Which is licensed:
|
|
110
|
+
>
|
|
111
|
+
> """
|
|
112
|
+
> (The MIT License)
|
|
113
|
+
>
|
|
114
|
+
> Copyright (c) 2021 Titus Wormer <mailto:tituswormer@gmail.com>
|
|
115
|
+
>
|
|
116
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
117
|
+
> a copy of this software and associated documentation files (the
|
|
118
|
+
> 'Software'), to deal in the Software without restriction, including
|
|
119
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
120
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
121
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
122
|
+
> the following conditions:
|
|
123
|
+
>
|
|
124
|
+
> The above copyright notice and this permission notice shall be
|
|
125
|
+
> included in all copies or substantial portions of the Software.
|
|
126
|
+
>
|
|
127
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
128
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
129
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
130
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
131
|
+
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
132
|
+
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
133
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
134
|
+
> """
|
|
135
|
+
>
|
|
136
|
+
> ---
|
|
137
|
+
>
|
|
138
|
+
> This is a derivative work based on:
|
|
139
|
+
> <https://github.com/nodejs/node>.
|
|
140
|
+
>
|
|
141
|
+
> Which is licensed:
|
|
142
|
+
>
|
|
143
|
+
> """
|
|
144
|
+
> Copyright Node.js contributors. All rights reserved.
|
|
145
|
+
>
|
|
146
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
147
|
+
> of this software and associated documentation files (the "Software"), to
|
|
148
|
+
> deal in the Software without restriction, including without limitation the
|
|
149
|
+
> rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
150
|
+
> sell copies of the Software, and to permit persons to whom the Software is
|
|
151
|
+
> furnished to do so, subject to the following conditions:
|
|
152
|
+
>
|
|
153
|
+
> The above copyright notice and this permission notice shall be included in
|
|
154
|
+
> all copies or substantial portions of the Software.
|
|
155
|
+
>
|
|
156
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
157
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
158
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
159
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
160
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
161
|
+
> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
162
|
+
> IN THE SOFTWARE.
|
|
163
|
+
> """
|
|
164
|
+
>
|
|
165
|
+
> This license applies to parts of Node.js originating from the
|
|
166
|
+
> https://github.com/joyent/node repository:
|
|
167
|
+
>
|
|
168
|
+
> """
|
|
169
|
+
> Copyright Joyent, Inc. and other Node contributors. All rights reserved.
|
|
170
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
171
|
+
> of this software and associated documentation files (the "Software"), to
|
|
172
|
+
> deal in the Software without restriction, including without limitation the
|
|
173
|
+
> rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
174
|
+
> sell copies of the Software, and to permit persons to whom the Software is
|
|
175
|
+
> furnished to do so, subject to the following conditions:
|
|
176
|
+
>
|
|
177
|
+
> The above copyright notice and this permission notice shall be included in
|
|
178
|
+
> all copies or substantial portions of the Software.
|
|
179
|
+
>
|
|
180
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
181
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
182
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
183
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
184
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
185
|
+
> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
186
|
+
> IN THE SOFTWARE.
|
|
187
|
+
> """
|
|
188
|
+
|
|
189
|
+
---------------------------------------
|
|
190
|
+
|
|
191
|
+
## get-tsconfig
|
|
192
|
+
|
|
193
|
+
License: MIT
|
|
194
|
+
By: Hiroki Osame
|
|
195
|
+
Repository: https://github.com/privatenumber/get-tsconfig
|
|
196
|
+
|
|
197
|
+
> MIT License
|
|
198
|
+
>
|
|
199
|
+
> Copyright (c) Hiroki Osame <hiroki.osame@gmail.com>
|
|
200
|
+
>
|
|
201
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
202
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
203
|
+
> in the Software without restriction, including without limitation the rights
|
|
204
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
205
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
206
|
+
> furnished to do so, subject to the following conditions:
|
|
207
|
+
>
|
|
208
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
209
|
+
> copies or substantial portions of the Software.
|
|
210
|
+
>
|
|
211
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
212
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
213
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
214
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
215
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
216
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
217
|
+
> SOFTWARE.
|
|
218
|
+
|
|
219
|
+
---------------------------------------
|
|
220
|
+
|
|
221
|
+
## obuild
|
|
222
|
+
|
|
223
|
+
License: MIT
|
|
224
|
+
Repository: https://github.com/unjs/obuild
|
|
225
|
+
|
|
226
|
+
> MIT License
|
|
227
|
+
>
|
|
228
|
+
> Copyright (c) Pooya Parsa <pooya@pi0.io>
|
|
229
|
+
>
|
|
230
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
231
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
232
|
+
> in the Software without restriction, including without limitation the rights
|
|
233
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
234
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
235
|
+
> furnished to do so, subject to the following conditions:
|
|
236
|
+
>
|
|
237
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
238
|
+
> copies or substantial portions of the Software.
|
|
239
|
+
>
|
|
240
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
241
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
242
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
243
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
244
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
245
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
246
|
+
> SOFTWARE.
|
|
247
|
+
|
|
248
|
+
---------------------------------------
|
|
249
|
+
|
|
250
|
+
## rolldown-plugin-dts
|
|
251
|
+
|
|
252
|
+
License: MIT
|
|
253
|
+
By: Kevin Deng
|
|
254
|
+
Repository: https://github.com/sxzz/rolldown-plugin-dts
|
|
255
|
+
|
|
256
|
+
> The MIT License (MIT)
|
|
257
|
+
>
|
|
258
|
+
> Copyright © 2025-PRESENT Kevin Deng (https://github.com/sxzz)
|
|
259
|
+
>
|
|
260
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
261
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
262
|
+
> in the Software without restriction, including without limitation the rights
|
|
263
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
264
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
265
|
+
> furnished to do so, subject to the following conditions:
|
|
266
|
+
>
|
|
267
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
268
|
+
> copies or substantial portions of the Software.
|
|
269
|
+
>
|
|
270
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
271
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
272
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
273
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
274
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
275
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
276
|
+
> SOFTWARE.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{loadConfig as e}from"c12";function t(e){return e}async function n(t={}){return await e({name:`basis`,cwd:process.cwd(),...t,defaults:{...t.defaults}})}export{n,t};
|