@lobehub/cli 0.0.2 → 0.0.4
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/dist/index.js +486 -30573
- package/man/man1/lh.1 +4 -1
- package/package.json +16 -16
- package/dist/buffer-crc32-BlUV1nEz.js +0 -342
- package/dist/doc-CR0Zm5t8.js +0 -4144
- package/dist/docx-73xqMWN6.js +0 -33097
- package/dist/excel-3NB56vnT.js +0 -23451
- package/dist/node-BbXtxEF5.js +0 -48
- package/dist/pdf-B5Ukgxfs.js +0 -108386
- package/dist/pptx-DwZ8X2Hk.js +0 -9929
- package/dist/text-LU5pflEU.js +0 -59
package/dist/node-BbXtxEF5.js
DELETED
|
@@ -1,48 +0,0 @@
|
|
|
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 };
|