@lobehub/cli 0.0.1-canary.9 → 0.0.1

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.
@@ -0,0 +1,48 @@
1
+ #!/usr/bin/env node
2
+ import { a as __require, n as __commonJSMin } from "./index.js";
3
+ //#region node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits_browser.js
4
+ var require_inherits_browser = /* @__PURE__ */ __commonJSMin(((exports, module) => {
5
+ if (typeof Object.create === "function") module.exports = function inherits(ctor, superCtor) {
6
+ if (superCtor) {
7
+ ctor.super_ = superCtor;
8
+ ctor.prototype = Object.create(superCtor.prototype, { constructor: {
9
+ value: ctor,
10
+ enumerable: false,
11
+ writable: true,
12
+ configurable: true
13
+ } });
14
+ }
15
+ };
16
+ else module.exports = function inherits(ctor, superCtor) {
17
+ if (superCtor) {
18
+ ctor.super_ = superCtor;
19
+ var TempCtor = function() {};
20
+ TempCtor.prototype = superCtor.prototype;
21
+ ctor.prototype = new TempCtor();
22
+ ctor.prototype.constructor = ctor;
23
+ }
24
+ };
25
+ }));
26
+ //#endregion
27
+ //#region node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits.js
28
+ var require_inherits = /* @__PURE__ */ __commonJSMin(((exports, module) => {
29
+ try {
30
+ var util = __require("util");
31
+ /* istanbul ignore next */
32
+ if (typeof util.inherits !== "function") throw "";
33
+ module.exports = util.inherits;
34
+ } catch (e) {
35
+ /* istanbul ignore next */
36
+ module.exports = require_inherits_browser();
37
+ }
38
+ }));
39
+ //#endregion
40
+ //#region node_modules/.pnpm/util-deprecate@1.0.2/node_modules/util-deprecate/node.js
41
+ var require_node = /* @__PURE__ */ __commonJSMin(((exports, module) => {
42
+ /**
43
+ * For Node.js, simply re-export the core `util.deprecate` function.
44
+ */
45
+ module.exports = __require("util").deprecate;
46
+ }));
47
+ //#endregion
48
+ export { require_inherits as n, require_node as t };