@idlebox/node 1.2.7 → 1.2.8
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/fix_esm_loader.cjs +1 -0
- package/lib/index.generated.cjs +162 -0
- package/lib/index.generated.cjs.map +1 -0
- package/lib/index.generated.js +106 -0
- package/lib/index.generated.js.map +1 -0
- package/package.json +7 -7
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('@gongt/fix-esm').require(__dirname + '/lib/index.generated.cjs');
|
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// DO NOT EDIT THIS FILE
|
|
3
|
+
// @ts-ignore
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.drainStream = exports.disposableStream = exports.CollectingStream = exports.RawCollectingStream = exports.streamToBuffer = exports.streamHasEnd = exports.streamPromise = exports.BlackHoleStream = exports.nodeResolvePathArray = exports.lrelative = exports.getAllPathUpToRoot = exports.findPackageRoot = exports.findUpUntilSync = exports.findUpUntil = exports.WrappedTerminalConsole = exports.writeFileIfChange = exports.writeFileIfChangeSync = exports.createTempFolder = exports.commmandInPathSync = exports.commandInPath = exports.dumpEventEmitterEmit = exports.ERRNO_LINUX = exports.sha256 = exports.md5 = exports.respawnInScope = exports.trySpawnInScope = exports.spawnRecreateEventHandlers = exports.findBinary = exports.PathEnvironment = exports.PATH_SEPARATOR = exports.cleanupEnvironment = exports.deleteEnvironment = exports.getEnvironment = exports.exists = exports.existsSync = exports.execLazyError = exports.printLine = exports.spawnGetEverything = exports.spawnGetOutput = exports.spawnWithoutOutput = exports.checkChildProcessResult = exports.runMain = exports.ExitError = exports.prettyFormatError = exports.prettyPrintError = exports.setErrorLogRoot = exports.relativePath = exports.osTempDir = exports.normalizePath = exports.resolvePath = void 0;
|
|
7
|
+
exports.HexDumpLoggerStream = exports.LoggerStream = void 0;
|
|
8
|
+
var resolvePath_1 = require("./path-resolve/resolvePath.cjs");
|
|
9
|
+
Object.defineProperty(exports, "resolvePath", { enumerable: true, get: function () { return resolvePath_1.resolvePath; } });
|
|
10
|
+
var resolvePath_2 = require("./path-resolve/resolvePath.cjs");
|
|
11
|
+
Object.defineProperty(exports, "normalizePath", { enumerable: true, get: function () { return resolvePath_2.normalizePath; } });
|
|
12
|
+
var resolvePath_3 = require("./path-resolve/resolvePath.cjs");
|
|
13
|
+
Object.defineProperty(exports, "osTempDir", { enumerable: true, get: function () { return resolvePath_3.osTempDir; } });
|
|
14
|
+
var resolvePath_4 = require("./path-resolve/resolvePath.cjs");
|
|
15
|
+
Object.defineProperty(exports, "relativePath", { enumerable: true, get: function () { return resolvePath_4.relativePath; } });
|
|
16
|
+
/* error/pretty.ts */
|
|
17
|
+
// Identifiers
|
|
18
|
+
var pretty_1 = require("./error/pretty.cjs");
|
|
19
|
+
Object.defineProperty(exports, "setErrorLogRoot", { enumerable: true, get: function () { return pretty_1.setErrorLogRoot; } });
|
|
20
|
+
var pretty_2 = require("./error/pretty.cjs");
|
|
21
|
+
Object.defineProperty(exports, "prettyPrintError", { enumerable: true, get: function () { return pretty_2.prettyPrintError; } });
|
|
22
|
+
var pretty_3 = require("./error/pretty.cjs");
|
|
23
|
+
Object.defineProperty(exports, "prettyFormatError", { enumerable: true, get: function () { return pretty_3.prettyFormatError; } });
|
|
24
|
+
var asyncLoad_1 = require("./asyncLoad.cjs");
|
|
25
|
+
Object.defineProperty(exports, "ExitError", { enumerable: true, get: function () { return asyncLoad_1.ExitError; } });
|
|
26
|
+
var asyncLoad_2 = require("./asyncLoad.cjs");
|
|
27
|
+
Object.defineProperty(exports, "runMain", { enumerable: true, get: function () { return asyncLoad_2.runMain; } });
|
|
28
|
+
/* child_process/error.ts */
|
|
29
|
+
// Identifiers
|
|
30
|
+
var error_1 = require("./child_process/error.cjs");
|
|
31
|
+
Object.defineProperty(exports, "checkChildProcessResult", { enumerable: true, get: function () { return error_1.checkChildProcessResult; } });
|
|
32
|
+
var execa_1 = require("./child_process/execa.cjs");
|
|
33
|
+
Object.defineProperty(exports, "spawnWithoutOutput", { enumerable: true, get: function () { return execa_1.spawnWithoutOutput; } });
|
|
34
|
+
var execa_2 = require("./child_process/execa.cjs");
|
|
35
|
+
Object.defineProperty(exports, "spawnGetOutput", { enumerable: true, get: function () { return execa_2.spawnGetOutput; } });
|
|
36
|
+
var execa_3 = require("./child_process/execa.cjs");
|
|
37
|
+
Object.defineProperty(exports, "spawnGetEverything", { enumerable: true, get: function () { return execa_3.spawnGetEverything; } });
|
|
38
|
+
/* cli-io/output.ts */
|
|
39
|
+
// Identifiers
|
|
40
|
+
var output_1 = require("./cli-io/output.cjs");
|
|
41
|
+
Object.defineProperty(exports, "printLine", { enumerable: true, get: function () { return output_1.printLine; } });
|
|
42
|
+
var lateError_1 = require("./child_process/lateError.cjs");
|
|
43
|
+
Object.defineProperty(exports, "execLazyError", { enumerable: true, get: function () { return lateError_1.execLazyError; } });
|
|
44
|
+
/* fs/exists.ts */
|
|
45
|
+
// Identifiers
|
|
46
|
+
var exists_1 = require("./fs/exists.cjs");
|
|
47
|
+
Object.defineProperty(exports, "existsSync", { enumerable: true, get: function () { return exists_1.existsSync; } });
|
|
48
|
+
var exists_2 = require("./fs/exists.cjs");
|
|
49
|
+
Object.defineProperty(exports, "exists", { enumerable: true, get: function () { return exists_2.exists; } });
|
|
50
|
+
var getEnvironment_1 = require("./environment/getEnvironment.cjs");
|
|
51
|
+
Object.defineProperty(exports, "getEnvironment", { enumerable: true, get: function () { return getEnvironment_1.getEnvironment; } });
|
|
52
|
+
var getEnvironment_2 = require("./environment/getEnvironment.cjs");
|
|
53
|
+
Object.defineProperty(exports, "deleteEnvironment", { enumerable: true, get: function () { return getEnvironment_2.deleteEnvironment; } });
|
|
54
|
+
var getEnvironment_3 = require("./environment/getEnvironment.cjs");
|
|
55
|
+
Object.defineProperty(exports, "cleanupEnvironment", { enumerable: true, get: function () { return getEnvironment_3.cleanupEnvironment; } });
|
|
56
|
+
/* environment/pathEnvironment.ts */
|
|
57
|
+
// Identifiers
|
|
58
|
+
var pathEnvironment_1 = require("./environment/pathEnvironment.cjs");
|
|
59
|
+
Object.defineProperty(exports, "PATH_SEPARATOR", { enumerable: true, get: function () { return pathEnvironment_1.PATH_SEPARATOR; } });
|
|
60
|
+
var pathEnvironment_2 = require("./environment/pathEnvironment.cjs");
|
|
61
|
+
Object.defineProperty(exports, "PathEnvironment", { enumerable: true, get: function () { return pathEnvironment_2.PathEnvironment; } });
|
|
62
|
+
/* environment/findBinary.ts */
|
|
63
|
+
// Identifiers
|
|
64
|
+
var findBinary_1 = require("./environment/findBinary.cjs");
|
|
65
|
+
Object.defineProperty(exports, "findBinary", { enumerable: true, get: function () { return findBinary_1.findBinary; } });
|
|
66
|
+
/* child_process/respawn.ts */
|
|
67
|
+
// Identifiers
|
|
68
|
+
var respawn_1 = require("./child_process/respawn.cjs");
|
|
69
|
+
Object.defineProperty(exports, "spawnRecreateEventHandlers", { enumerable: true, get: function () { return respawn_1.spawnRecreateEventHandlers; } });
|
|
70
|
+
var respawn_2 = require("./child_process/respawn.cjs");
|
|
71
|
+
Object.defineProperty(exports, "trySpawnInScope", { enumerable: true, get: function () { return respawn_2.trySpawnInScope; } });
|
|
72
|
+
var respawn_3 = require("./child_process/respawn.cjs");
|
|
73
|
+
Object.defineProperty(exports, "respawnInScope", { enumerable: true, get: function () { return respawn_3.respawnInScope; } });
|
|
74
|
+
/* crypto/md5.ts */
|
|
75
|
+
// Identifiers
|
|
76
|
+
var md5_1 = require("./crypto/md5.cjs");
|
|
77
|
+
Object.defineProperty(exports, "md5", { enumerable: true, get: function () { return md5_1.md5; } });
|
|
78
|
+
/* crypto/sha256.ts */
|
|
79
|
+
// Identifiers
|
|
80
|
+
var sha256_1 = require("./crypto/sha256.cjs");
|
|
81
|
+
Object.defineProperty(exports, "sha256", { enumerable: true, get: function () { return sha256_1.sha256; } });
|
|
82
|
+
/* error/code.ts */
|
|
83
|
+
// Identifiers
|
|
84
|
+
var code_1 = require("./error/code.cjs");
|
|
85
|
+
Object.defineProperty(exports, "ERRNO_LINUX", { enumerable: true, get: function () { return code_1.ERRNO_LINUX; } });
|
|
86
|
+
/* events/dumpEventEmitter.ts */
|
|
87
|
+
// Identifiers
|
|
88
|
+
var dumpEventEmitter_1 = require("./events/dumpEventEmitter.cjs");
|
|
89
|
+
Object.defineProperty(exports, "dumpEventEmitterEmit", { enumerable: true, get: function () { return dumpEventEmitter_1.dumpEventEmitterEmit; } });
|
|
90
|
+
/* fs/commandExists.ts */
|
|
91
|
+
// Identifiers
|
|
92
|
+
var commandExists_1 = require("./fs/commandExists.cjs");
|
|
93
|
+
Object.defineProperty(exports, "commandInPath", { enumerable: true, get: function () { return commandExists_1.commandInPath; } });
|
|
94
|
+
var commandExists_2 = require("./fs/commandExists.cjs");
|
|
95
|
+
Object.defineProperty(exports, "commmandInPathSync", { enumerable: true, get: function () { return commandExists_2.commmandInPathSync; } });
|
|
96
|
+
/* fs/tempFolder.ts */
|
|
97
|
+
// Identifiers
|
|
98
|
+
var tempFolder_1 = require("./fs/tempFolder.cjs");
|
|
99
|
+
Object.defineProperty(exports, "createTempFolder", { enumerable: true, get: function () { return tempFolder_1.createTempFolder; } });
|
|
100
|
+
/* fs/weiteChanged.ts */
|
|
101
|
+
// Identifiers
|
|
102
|
+
var weiteChanged_1 = require("./fs/weiteChanged.cjs");
|
|
103
|
+
Object.defineProperty(exports, "writeFileIfChangeSync", { enumerable: true, get: function () { return weiteChanged_1.writeFileIfChangeSync; } });
|
|
104
|
+
var weiteChanged_2 = require("./fs/weiteChanged.cjs");
|
|
105
|
+
Object.defineProperty(exports, "writeFileIfChange", { enumerable: true, get: function () { return weiteChanged_2.writeFileIfChange; } });
|
|
106
|
+
/* log/terminal.ts */
|
|
107
|
+
// Identifiers
|
|
108
|
+
var terminal_1 = require("./log/terminal.cjs");
|
|
109
|
+
Object.defineProperty(exports, "WrappedTerminalConsole", { enumerable: true, get: function () { return terminal_1.WrappedTerminalConsole; } });
|
|
110
|
+
/* path-resolve/findUp.ts */
|
|
111
|
+
// Identifiers
|
|
112
|
+
var findUp_1 = require("./path-resolve/findUp.cjs");
|
|
113
|
+
Object.defineProperty(exports, "findUpUntil", { enumerable: true, get: function () { return findUp_1.findUpUntil; } });
|
|
114
|
+
var findUp_2 = require("./path-resolve/findUp.cjs");
|
|
115
|
+
Object.defineProperty(exports, "findUpUntilSync", { enumerable: true, get: function () { return findUp_2.findUpUntilSync; } });
|
|
116
|
+
/* path-resolve/findPackageRoot.ts */
|
|
117
|
+
// Identifiers
|
|
118
|
+
var findPackageRoot_1 = require("./path-resolve/findPackageRoot.cjs");
|
|
119
|
+
Object.defineProperty(exports, "findPackageRoot", { enumerable: true, get: function () { return findPackageRoot_1.findPackageRoot; } });
|
|
120
|
+
/* path-resolve/getAllUp.ts */
|
|
121
|
+
// Identifiers
|
|
122
|
+
var getAllUp_1 = require("./path-resolve/getAllUp.cjs");
|
|
123
|
+
Object.defineProperty(exports, "getAllPathUpToRoot", { enumerable: true, get: function () { return getAllUp_1.getAllPathUpToRoot; } });
|
|
124
|
+
/* path-resolve/lrelative.ts */
|
|
125
|
+
// Identifiers
|
|
126
|
+
var lrelative_1 = require("./path-resolve/lrelative.cjs");
|
|
127
|
+
Object.defineProperty(exports, "lrelative", { enumerable: true, get: function () { return lrelative_1.lrelative; } });
|
|
128
|
+
/* path-resolve/nodeResolvePathArray.ts */
|
|
129
|
+
// Identifiers
|
|
130
|
+
var nodeResolvePathArray_1 = require("./path-resolve/nodeResolvePathArray.cjs");
|
|
131
|
+
Object.defineProperty(exports, "nodeResolvePathArray", { enumerable: true, get: function () { return nodeResolvePathArray_1.nodeResolvePathArray; } });
|
|
132
|
+
/* stream/blackHoleStream.ts */
|
|
133
|
+
// Identifiers
|
|
134
|
+
var blackHoleStream_1 = require("./stream/blackHoleStream.cjs");
|
|
135
|
+
Object.defineProperty(exports, "BlackHoleStream", { enumerable: true, get: function () { return blackHoleStream_1.BlackHoleStream; } });
|
|
136
|
+
/* stream/streamPromise.ts */
|
|
137
|
+
// Identifiers
|
|
138
|
+
var streamPromise_1 = require("./stream/streamPromise.cjs");
|
|
139
|
+
Object.defineProperty(exports, "streamPromise", { enumerable: true, get: function () { return streamPromise_1.streamPromise; } });
|
|
140
|
+
var streamPromise_2 = require("./stream/streamPromise.cjs");
|
|
141
|
+
Object.defineProperty(exports, "streamHasEnd", { enumerable: true, get: function () { return streamPromise_2.streamHasEnd; } });
|
|
142
|
+
/* stream/collectingStream.ts */
|
|
143
|
+
// Identifiers
|
|
144
|
+
var collectingStream_1 = require("./stream/collectingStream.cjs");
|
|
145
|
+
Object.defineProperty(exports, "streamToBuffer", { enumerable: true, get: function () { return collectingStream_1.streamToBuffer; } });
|
|
146
|
+
var collectingStream_2 = require("./stream/collectingStream.cjs");
|
|
147
|
+
Object.defineProperty(exports, "RawCollectingStream", { enumerable: true, get: function () { return collectingStream_2.RawCollectingStream; } });
|
|
148
|
+
var collectingStream_3 = require("./stream/collectingStream.cjs");
|
|
149
|
+
Object.defineProperty(exports, "CollectingStream", { enumerable: true, get: function () { return collectingStream_3.CollectingStream; } });
|
|
150
|
+
/* stream/disposableStream.ts */
|
|
151
|
+
// Identifiers
|
|
152
|
+
var disposableStream_1 = require("./stream/disposableStream.cjs");
|
|
153
|
+
Object.defineProperty(exports, "disposableStream", { enumerable: true, get: function () { return disposableStream_1.disposableStream; } });
|
|
154
|
+
/* stream/drainStream.ts */
|
|
155
|
+
// Identifiers
|
|
156
|
+
var drainStream_1 = require("./stream/drainStream.cjs");
|
|
157
|
+
Object.defineProperty(exports, "drainStream", { enumerable: true, get: function () { return drainStream_1.drainStream; } });
|
|
158
|
+
var loggerStream_1 = require("./stream/loggerStream.cjs");
|
|
159
|
+
Object.defineProperty(exports, "LoggerStream", { enumerable: true, get: function () { return loggerStream_1.LoggerStream; } });
|
|
160
|
+
var loggerStream_2 = require("./stream/loggerStream.cjs");
|
|
161
|
+
Object.defineProperty(exports, "HexDumpLoggerStream", { enumerable: true, get: function () { return loggerStream_2.HexDumpLoggerStream; } });
|
|
162
|
+
//# sourceMappingURL=index.generated.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.generated.js","sourceRoot":"","sources":["../src/index.generated.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
// DO NOT EDIT THIS FILE
|
|
2
|
+
// @ts-ignore
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
export { resolvePath } from "./path-resolve/resolvePath.js";
|
|
5
|
+
export { normalizePath } from "./path-resolve/resolvePath.js";
|
|
6
|
+
export { osTempDir } from "./path-resolve/resolvePath.js";
|
|
7
|
+
export { relativePath } from "./path-resolve/resolvePath.js";
|
|
8
|
+
/* error/pretty.ts */
|
|
9
|
+
// Identifiers
|
|
10
|
+
export { setErrorLogRoot } from "./error/pretty.js";
|
|
11
|
+
export { prettyPrintError } from "./error/pretty.js";
|
|
12
|
+
export { prettyFormatError } from "./error/pretty.js";
|
|
13
|
+
export { ExitError } from "./asyncLoad.js";
|
|
14
|
+
export { runMain } from "./asyncLoad.js";
|
|
15
|
+
/* child_process/error.ts */
|
|
16
|
+
// Identifiers
|
|
17
|
+
export { checkChildProcessResult } from "./child_process/error.js";
|
|
18
|
+
export { spawnWithoutOutput } from "./child_process/execa.js";
|
|
19
|
+
export { spawnGetOutput } from "./child_process/execa.js";
|
|
20
|
+
export { spawnGetEverything } from "./child_process/execa.js";
|
|
21
|
+
/* cli-io/output.ts */
|
|
22
|
+
// Identifiers
|
|
23
|
+
export { printLine } from "./cli-io/output.js";
|
|
24
|
+
export { execLazyError } from "./child_process/lateError.js";
|
|
25
|
+
/* fs/exists.ts */
|
|
26
|
+
// Identifiers
|
|
27
|
+
export { existsSync } from "./fs/exists.js";
|
|
28
|
+
export { exists } from "./fs/exists.js";
|
|
29
|
+
export { getEnvironment } from "./environment/getEnvironment.js";
|
|
30
|
+
export { deleteEnvironment } from "./environment/getEnvironment.js";
|
|
31
|
+
export { cleanupEnvironment } from "./environment/getEnvironment.js";
|
|
32
|
+
/* environment/pathEnvironment.ts */
|
|
33
|
+
// Identifiers
|
|
34
|
+
export { PATH_SEPARATOR } from "./environment/pathEnvironment.js";
|
|
35
|
+
export { PathEnvironment } from "./environment/pathEnvironment.js";
|
|
36
|
+
/* environment/findBinary.ts */
|
|
37
|
+
// Identifiers
|
|
38
|
+
export { findBinary } from "./environment/findBinary.js";
|
|
39
|
+
/* child_process/respawn.ts */
|
|
40
|
+
// Identifiers
|
|
41
|
+
export { spawnRecreateEventHandlers } from "./child_process/respawn.js";
|
|
42
|
+
export { trySpawnInScope } from "./child_process/respawn.js";
|
|
43
|
+
export { respawnInScope } from "./child_process/respawn.js";
|
|
44
|
+
/* crypto/md5.ts */
|
|
45
|
+
// Identifiers
|
|
46
|
+
export { md5 } from "./crypto/md5.js";
|
|
47
|
+
/* crypto/sha256.ts */
|
|
48
|
+
// Identifiers
|
|
49
|
+
export { sha256 } from "./crypto/sha256.js";
|
|
50
|
+
/* error/code.ts */
|
|
51
|
+
// Identifiers
|
|
52
|
+
export { ERRNO_LINUX } from "./error/code.js";
|
|
53
|
+
/* events/dumpEventEmitter.ts */
|
|
54
|
+
// Identifiers
|
|
55
|
+
export { dumpEventEmitterEmit } from "./events/dumpEventEmitter.js";
|
|
56
|
+
/* fs/commandExists.ts */
|
|
57
|
+
// Identifiers
|
|
58
|
+
export { commandInPath } from "./fs/commandExists.js";
|
|
59
|
+
export { commmandInPathSync } from "./fs/commandExists.js";
|
|
60
|
+
/* fs/tempFolder.ts */
|
|
61
|
+
// Identifiers
|
|
62
|
+
export { createTempFolder } from "./fs/tempFolder.js";
|
|
63
|
+
/* fs/weiteChanged.ts */
|
|
64
|
+
// Identifiers
|
|
65
|
+
export { writeFileIfChangeSync } from "./fs/weiteChanged.js";
|
|
66
|
+
export { writeFileIfChange } from "./fs/weiteChanged.js";
|
|
67
|
+
/* log/terminal.ts */
|
|
68
|
+
// Identifiers
|
|
69
|
+
export { WrappedTerminalConsole } from "./log/terminal.js";
|
|
70
|
+
/* path-resolve/findUp.ts */
|
|
71
|
+
// Identifiers
|
|
72
|
+
export { findUpUntil } from "./path-resolve/findUp.js";
|
|
73
|
+
export { findUpUntilSync } from "./path-resolve/findUp.js";
|
|
74
|
+
/* path-resolve/findPackageRoot.ts */
|
|
75
|
+
// Identifiers
|
|
76
|
+
export { findPackageRoot } from "./path-resolve/findPackageRoot.js";
|
|
77
|
+
/* path-resolve/getAllUp.ts */
|
|
78
|
+
// Identifiers
|
|
79
|
+
export { getAllPathUpToRoot } from "./path-resolve/getAllUp.js";
|
|
80
|
+
/* path-resolve/lrelative.ts */
|
|
81
|
+
// Identifiers
|
|
82
|
+
export { lrelative } from "./path-resolve/lrelative.js";
|
|
83
|
+
/* path-resolve/nodeResolvePathArray.ts */
|
|
84
|
+
// Identifiers
|
|
85
|
+
export { nodeResolvePathArray } from "./path-resolve/nodeResolvePathArray.js";
|
|
86
|
+
/* stream/blackHoleStream.ts */
|
|
87
|
+
// Identifiers
|
|
88
|
+
export { BlackHoleStream } from "./stream/blackHoleStream.js";
|
|
89
|
+
/* stream/streamPromise.ts */
|
|
90
|
+
// Identifiers
|
|
91
|
+
export { streamPromise } from "./stream/streamPromise.js";
|
|
92
|
+
export { streamHasEnd } from "./stream/streamPromise.js";
|
|
93
|
+
/* stream/collectingStream.ts */
|
|
94
|
+
// Identifiers
|
|
95
|
+
export { streamToBuffer } from "./stream/collectingStream.js";
|
|
96
|
+
export { RawCollectingStream } from "./stream/collectingStream.js";
|
|
97
|
+
export { CollectingStream } from "./stream/collectingStream.js";
|
|
98
|
+
/* stream/disposableStream.ts */
|
|
99
|
+
// Identifiers
|
|
100
|
+
export { disposableStream } from "./stream/disposableStream.js";
|
|
101
|
+
/* stream/drainStream.ts */
|
|
102
|
+
// Identifiers
|
|
103
|
+
export { drainStream } from "./stream/drainStream.js";
|
|
104
|
+
export { LoggerStream } from "./stream/loggerStream.js";
|
|
105
|
+
export { HexDumpLoggerStream } from "./stream/loggerStream.js";
|
|
106
|
+
//# sourceMappingURL=index.generated.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.generated.js","sourceRoot":"","sources":["../src/index.generated.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@idlebox/node",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.8",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"main": "./
|
|
7
|
-
"module": "./lib/
|
|
6
|
+
"main": "./fix_esm_loader.cjs",
|
|
7
|
+
"module": "./lib/index.generated.js",
|
|
8
8
|
"exports": {
|
|
9
9
|
".": {
|
|
10
|
-
"import": "./lib/
|
|
11
|
-
"require": "./
|
|
10
|
+
"import": "./lib/index.generated.js",
|
|
11
|
+
"require": "./fix_esm_loader.cjs"
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"types": "dist/node-public.d.ts",
|
|
15
15
|
"repository": "https://github.com/GongT/baobao",
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@gongt/fix-esm": "^0.0.7",
|
|
18
|
-
"@idlebox/common": "^1.3.
|
|
18
|
+
"@idlebox/common": "^1.3.11",
|
|
19
19
|
"execa": "^6.1.0",
|
|
20
20
|
"source-map-support": "^0.5.21",
|
|
21
21
|
"tslib": "^2.4.0"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@build-script/heft-duel-stack": "^1.0.
|
|
24
|
+
"@build-script/heft-duel-stack": "^1.0.3",
|
|
25
25
|
"@build-script/single-dog-asset": "^1.0.22",
|
|
26
26
|
"@build-script/typescript-transformer-dual-package": "^2.0.1",
|
|
27
27
|
"@gongt/kexec": "latest",
|