binary-collections 2.0.6 → 2.0.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/bin/dir-tree.cmd +7 -0
- package/bin/git-diff +4 -0
- package/bin/git-diff.cmd +7 -0
- package/bin/{git-fix-encoding → git-fix} +1 -4
- package/bin/git-fix.cmd +7 -0
- package/bin/nodekill +0 -0
- package/bin/nodekill.cmd +0 -0
- package/bin/{submodule-install → submodule-install.txt} +0 -0
- package/bin/{submodule → submodule.txt} +0 -0
- package/lib/binary-collections-config.cjs +14 -0
- package/lib/binary-collections-config.d.mts +18 -0
- package/lib/binary-collections-config.d.ts +16 -0
- package/lib/binary-collections-config.js +39 -0
- package/lib/binary-collections-config.mjs +6 -0
- package/lib/binary-collections.cjs +105 -0
- package/lib/binary-collections.d.cts +2 -0
- package/lib/binary-collections.d.mts +121 -0
- package/lib/binary-collections.d.ts +121 -0
- package/lib/binary-collections.mjs +108 -0
- package/lib/chunk-4BYBVEYC.mjs +30 -0
- package/lib/chunk-AASHBCRW.mjs +57 -0
- package/lib/chunk-APBWENF6.mjs +135 -0
- package/lib/{chunk-M4IBUK4H.mjs → chunk-DPKAJKFO.mjs} +2 -4
- package/lib/chunk-EGSSKVDH.mjs +66 -0
- package/lib/{chunk-GA4DDV65.mjs → chunk-G3THLIDT.mjs} +3 -5
- package/lib/chunk-JGR2NW6D.mjs +187 -0
- package/lib/chunk-ONIBBBQ3.mjs +108 -0
- package/lib/chunk-SH3L6HHV.mjs +27 -0
- package/lib/chunk-VVEZVNIV.mjs +81 -0
- package/lib/{chunk-E75HJFJO.mjs → chunk-W3ENOM53.mjs} +2 -4
- package/lib/chunk-YV7DO3YV.mjs +48 -0
- package/lib/chunk-YX5U7XDR.mjs +58 -0
- package/lib/chunk-ZYAQRPUL.mjs +28 -0
- package/lib/clean-github-actions-caches.cjs +162 -0
- package/lib/clean-github-actions-caches.d.cts +1 -0
- package/lib/clean-github-actions-caches.d.mts +169 -0
- package/lib/clean-github-actions-caches.d.ts +169 -0
- package/lib/clean-github-actions-caches.mjs +132 -0
- package/lib/del-gradle.cjs +99 -15
- package/lib/del-gradle.d.ts +1 -2
- package/lib/del-gradle.js +12 -69
- package/lib/del-gradle.mjs +4 -6
- package/lib/del-node-modules.cjs +98 -14
- package/lib/del-node-modules.d.ts +1 -2
- package/lib/del-node-modules.js +11 -68
- package/lib/del-node-modules.mjs +3 -5
- package/lib/del-ps.cjs +98 -627
- package/lib/del-ps.d.ts +1 -2
- package/lib/del-ps.js +27 -702
- package/lib/del-ps.mjs +7 -12
- package/lib/del-yarn-caches.cjs +98 -14
- package/lib/del-yarn-caches.d.ts +1 -2
- package/lib/del-yarn-caches.js +6 -63
- package/lib/del-yarn-caches.mjs +3 -5
- package/lib/find-node-modules-cli.cjs +67 -0
- package/lib/find-node-modules-cli.d.mts +1 -0
- package/lib/find-node-modules-cli.d.ts +2 -0
- package/lib/find-node-modules-cli.js +3 -0
- package/lib/find-node-modules-cli.mjs +13 -0
- package/lib/find-node-modules.cjs +39 -9
- package/lib/find-node-modules.d.mts +12 -1
- package/lib/find-node-modules.d.ts +12 -2
- package/lib/find-node-modules.js +53 -12
- package/lib/find-node-modules.mjs +4 -19
- package/lib/git/gitattributes.cjs +171 -0
- package/lib/git/gitattributes.d.mts +35 -0
- package/lib/git/gitattributes.d.ts +33 -0
- package/lib/git/gitattributes.js +223 -0
- package/lib/git/gitattributes.mjs +6 -0
- package/lib/git/line-endings.cjs +74 -0
- package/lib/git/line-endings.d.cts +7 -0
- package/lib/git/line-endings.d.mts +83 -0
- package/lib/git/line-endings.d.ts +83 -0
- package/lib/git/line-endings.mjs +8 -0
- package/lib/git/normalize.cjs +42 -0
- package/lib/git/normalize.d.cts +6 -0
- package/lib/git/normalize.d.mts +43 -0
- package/lib/git/normalize.d.ts +43 -0
- package/lib/git/normalize.mjs +6 -0
- package/lib/git/permissions.cjs +15 -0
- package/lib/git/permissions.d.cts +6 -0
- package/lib/git/permissions.d.mts +17 -0
- package/lib/git/permissions.d.ts +17 -0
- package/lib/git/permissions.mjs +7 -0
- package/lib/git/pull-strategy.cjs +13 -0
- package/lib/git/pull-strategy.d.cts +5 -0
- package/lib/git/pull-strategy.d.mts +15 -0
- package/lib/git/pull-strategy.d.ts +15 -0
- package/lib/git/pull-strategy.mjs +7 -0
- package/lib/git/user-config.cjs +100 -0
- package/lib/git/user-config.d.cts +10 -0
- package/lib/git/user-config.d.mts +105 -0
- package/lib/git/user-config.d.ts +105 -0
- package/lib/git/user-config.mjs +8 -0
- package/lib/git/utils.cjs +70 -0
- package/lib/git/utils.d.cts +20 -0
- package/lib/git/utils.d.mts +69 -0
- package/lib/git/utils.d.ts +69 -0
- package/lib/git/utils.mjs +6 -0
- package/lib/git-diff.cjs +73 -0
- package/lib/git-diff.d.cts +2 -0
- package/lib/git-diff.d.mts +84 -0
- package/lib/git-diff.d.ts +84 -0
- package/lib/git-diff.mjs +88 -0
- package/lib/git-fix.cjs +129 -0
- package/lib/git-fix.d.cts +2 -0
- package/lib/git-fix.d.mts +141 -0
- package/lib/git-fix.d.ts +141 -0
- package/lib/git-fix.mjs +151 -0
- package/lib/git-purge.cjs +92 -621
- package/lib/git-purge.d.ts +1 -2
- package/lib/git-purge.js +53 -698
- package/lib/git-purge.mjs +4 -9
- package/lib/index.cjs +99 -1
- package/lib/index.d.mts +1 -2
- package/lib/index.d.ts +2 -2
- package/lib/index.js +8 -2
- package/lib/index.mjs +10 -3
- package/lib/npm-run-series.cjs +140 -1
- package/lib/npm-run-series.d.ts +1 -0
- package/lib/npm-run-series.js +81 -56
- package/lib/npm-run-series.mjs +7 -5
- package/lib/package-resolutions-updater.cjs +274 -0
- package/lib/package-resolutions-updater.d.mts +1 -0
- package/lib/package-resolutions-updater.d.ts +326 -0
- package/lib/package-resolutions-updater.mjs +316 -0
- package/lib/print-directory-tree.cjs +241 -0
- package/lib/print-directory-tree.d.cts +1 -0
- package/lib/print-directory-tree.d.mts +234 -0
- package/lib/print-directory-tree.d.ts +234 -0
- package/lib/print-directory-tree.mjs +182 -0
- package/lib/ps/connected-domain.cjs +0 -0
- package/lib/ps/connected-domain.d.ts +1 -2
- package/lib/ps/connected-domain.js +196 -150
- package/lib/ps/connected-domain.mjs +2 -3
- package/lib/ps/index.cjs +3 -3
- package/lib/ps/index.d.mjs +1 -2
- package/lib/ps/index.d.ts +2 -26
- package/lib/ps/index.js +233 -535
- package/lib/ps/index.mjs +9 -11
- package/lib/ps/isWin.cjs +0 -0
- package/lib/ps/isWin.d.ts +1 -2
- package/lib/ps/isWin.js +1 -2
- package/lib/ps/isWin.mjs +2 -3
- package/lib/ps/table-parser.cjs +0 -0
- package/lib/ps/table-parser.d.ts +1 -3
- package/lib/ps/table-parser.js +254 -345
- package/lib/ps/table-parser.mjs +3 -4
- package/lib/submodule-install.cjs +100 -0
- package/lib/submodule-install.d.cts +2 -0
- package/lib/submodule-install.d.mts +121 -0
- package/lib/submodule-install.d.ts +121 -0
- package/lib/submodule-install.mjs +107 -0
- package/lib/utils.cjs +98 -14
- package/lib/utils.d.mts +29 -9
- package/lib/utils.d.ts +30 -14
- package/lib/utils.js +173 -27
- package/lib/utils.mjs +2 -3
- package/lib/yarn-reinstall.cjs +44 -0
- package/lib/yarn-reinstall.d.cts +1 -0
- package/lib/yarn-reinstall.d.mts +49 -0
- package/lib/yarn-reinstall.d.ts +49 -0
- package/lib/yarn-reinstall.mjs +54 -0
- package/package.json +126 -99
- package/readme.md +238 -50
- package/src/package-resolutions-updater.mjs +325 -0
- package/src/print-directory-tree.cjs +234 -0
- package/src/ps/index.js +4 -3
- package/src/yarn-reinstall.cjs +49 -0
- package/test-project/package.json +16 -0
- package/tmp/test-repo/package.json +7 -0
- package/bin/git-fix-encoding.cmd +0 -6
- package/eslint.config.cjs +0 -97
- package/lib/chunk-7MSZ52XC.mjs +0 -14
- package/lib/chunk-AVDT32AY.mjs +0 -20
- package/lib/chunk-LPLPQBYP.mjs +0 -53
- package/lib/chunk-S4SJ7SDW.mjs +0 -625
- package/lib/package-resolutions.cjs +0 -28
- package/lib/package-resolutions.d.mts +0 -25
- package/lib/package-resolutions.d.ts +0 -25
- package/lib/package-resolutions.js +0 -28
- package/lib/package-resolutions.mjs +0 -31
- package/lib/ps/index.d.js +0 -17
package/lib/chunk-S4SJ7SDW.mjs
DELETED
|
@@ -1,625 +0,0 @@
|
|
|
1
|
-
import { createRequire } from 'module'; const require = createRequire(import.meta.url);
|
|
2
|
-
import {
|
|
3
|
-
init_esm_shims
|
|
4
|
-
} from "./chunk-7MSZ52XC.mjs";
|
|
5
|
-
import {
|
|
6
|
-
__commonJS,
|
|
7
|
-
__require
|
|
8
|
-
} from "./chunk-AVDT32AY.mjs";
|
|
9
|
-
|
|
10
|
-
// node_modules/cross-spawn/dist/lib/enoent.js
|
|
11
|
-
var require_enoent = __commonJS({
|
|
12
|
-
"node_modules/cross-spawn/dist/lib/enoent.js"(exports, module) {
|
|
13
|
-
"use strict";
|
|
14
|
-
init_esm_shims();
|
|
15
|
-
var isWin = process.platform === "win32";
|
|
16
|
-
function notFoundError(original, syscall) {
|
|
17
|
-
return Object.assign(new Error("".concat(syscall, " ").concat(original.command, " ENOENT")), {
|
|
18
|
-
code: "ENOENT",
|
|
19
|
-
errno: "ENOENT",
|
|
20
|
-
syscall: "".concat(syscall, " ").concat(original.command),
|
|
21
|
-
path: original.command,
|
|
22
|
-
spawnargs: original.args
|
|
23
|
-
});
|
|
24
|
-
}
|
|
25
|
-
function hookChildProcess(cp, parsed) {
|
|
26
|
-
if (!isWin) {
|
|
27
|
-
return;
|
|
28
|
-
}
|
|
29
|
-
var originalEmit = cp.emit;
|
|
30
|
-
cp.emit = function(name, arg1) {
|
|
31
|
-
if (name === "exit") {
|
|
32
|
-
var err = verifyENOENT(arg1, parsed, "spawn");
|
|
33
|
-
if (err) {
|
|
34
|
-
return originalEmit.call(cp, "error", err);
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
return originalEmit.apply(cp, arguments);
|
|
38
|
-
};
|
|
39
|
-
}
|
|
40
|
-
function verifyENOENT(status, parsed) {
|
|
41
|
-
if (isWin && status === 1 && !parsed.file) {
|
|
42
|
-
return notFoundError(parsed.original, "spawn");
|
|
43
|
-
}
|
|
44
|
-
return null;
|
|
45
|
-
}
|
|
46
|
-
function verifyENOENTSync(status, parsed) {
|
|
47
|
-
if (isWin && status === 1 && !parsed.file) {
|
|
48
|
-
return notFoundError(parsed.original, "spawnSync");
|
|
49
|
-
}
|
|
50
|
-
return null;
|
|
51
|
-
}
|
|
52
|
-
module.exports = {
|
|
53
|
-
hookChildProcess,
|
|
54
|
-
verifyENOENT,
|
|
55
|
-
verifyENOENTSync,
|
|
56
|
-
notFoundError
|
|
57
|
-
};
|
|
58
|
-
}
|
|
59
|
-
});
|
|
60
|
-
|
|
61
|
-
// node_modules/isexe/windows.js
|
|
62
|
-
var require_windows = __commonJS({
|
|
63
|
-
"node_modules/isexe/windows.js"(exports, module) {
|
|
64
|
-
init_esm_shims();
|
|
65
|
-
module.exports = isexe;
|
|
66
|
-
isexe.sync = sync;
|
|
67
|
-
var fs = __require("fs");
|
|
68
|
-
function checkPathExt(path, options) {
|
|
69
|
-
var pathext = options.pathExt !== void 0 ? options.pathExt : process.env.PATHEXT;
|
|
70
|
-
if (!pathext) {
|
|
71
|
-
return true;
|
|
72
|
-
}
|
|
73
|
-
pathext = pathext.split(";");
|
|
74
|
-
if (pathext.indexOf("") !== -1) {
|
|
75
|
-
return true;
|
|
76
|
-
}
|
|
77
|
-
for (var i = 0; i < pathext.length; i++) {
|
|
78
|
-
var p = pathext[i].toLowerCase();
|
|
79
|
-
if (p && path.substr(-p.length).toLowerCase() === p) {
|
|
80
|
-
return true;
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
return false;
|
|
84
|
-
}
|
|
85
|
-
function checkStat(stat, path, options) {
|
|
86
|
-
if (!stat.isSymbolicLink() && !stat.isFile()) {
|
|
87
|
-
return false;
|
|
88
|
-
}
|
|
89
|
-
return checkPathExt(path, options);
|
|
90
|
-
}
|
|
91
|
-
function isexe(path, options, cb) {
|
|
92
|
-
fs.stat(path, function(er, stat) {
|
|
93
|
-
cb(er, er ? false : checkStat(stat, path, options));
|
|
94
|
-
});
|
|
95
|
-
}
|
|
96
|
-
function sync(path, options) {
|
|
97
|
-
return checkStat(fs.statSync(path), path, options);
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
});
|
|
101
|
-
|
|
102
|
-
// node_modules/isexe/mode.js
|
|
103
|
-
var require_mode = __commonJS({
|
|
104
|
-
"node_modules/isexe/mode.js"(exports, module) {
|
|
105
|
-
init_esm_shims();
|
|
106
|
-
module.exports = isexe;
|
|
107
|
-
isexe.sync = sync;
|
|
108
|
-
var fs = __require("fs");
|
|
109
|
-
function isexe(path, options, cb) {
|
|
110
|
-
fs.stat(path, function(er, stat) {
|
|
111
|
-
cb(er, er ? false : checkStat(stat, options));
|
|
112
|
-
});
|
|
113
|
-
}
|
|
114
|
-
function sync(path, options) {
|
|
115
|
-
return checkStat(fs.statSync(path), options);
|
|
116
|
-
}
|
|
117
|
-
function checkStat(stat, options) {
|
|
118
|
-
return stat.isFile() && checkMode(stat, options);
|
|
119
|
-
}
|
|
120
|
-
function checkMode(stat, options) {
|
|
121
|
-
var mod = stat.mode;
|
|
122
|
-
var uid = stat.uid;
|
|
123
|
-
var gid = stat.gid;
|
|
124
|
-
var myUid = options.uid !== void 0 ? options.uid : process.getuid && process.getuid();
|
|
125
|
-
var myGid = options.gid !== void 0 ? options.gid : process.getgid && process.getgid();
|
|
126
|
-
var u = parseInt("100", 8);
|
|
127
|
-
var g = parseInt("010", 8);
|
|
128
|
-
var o = parseInt("001", 8);
|
|
129
|
-
var ug = u | g;
|
|
130
|
-
var ret = mod & o || mod & g && gid === myGid || mod & u && uid === myUid || mod & ug && myUid === 0;
|
|
131
|
-
return ret;
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
});
|
|
135
|
-
|
|
136
|
-
// node_modules/isexe/index.js
|
|
137
|
-
var require_isexe = __commonJS({
|
|
138
|
-
"node_modules/isexe/index.js"(exports, module) {
|
|
139
|
-
init_esm_shims();
|
|
140
|
-
var fs = __require("fs");
|
|
141
|
-
var core;
|
|
142
|
-
if (process.platform === "win32" || global.TESTING_WINDOWS) {
|
|
143
|
-
core = require_windows();
|
|
144
|
-
} else {
|
|
145
|
-
core = require_mode();
|
|
146
|
-
}
|
|
147
|
-
module.exports = isexe;
|
|
148
|
-
isexe.sync = sync;
|
|
149
|
-
function isexe(path, options, cb) {
|
|
150
|
-
if (typeof options === "function") {
|
|
151
|
-
cb = options;
|
|
152
|
-
options = {};
|
|
153
|
-
}
|
|
154
|
-
if (!cb) {
|
|
155
|
-
if (typeof Promise !== "function") {
|
|
156
|
-
throw new TypeError("callback not provided");
|
|
157
|
-
}
|
|
158
|
-
return new Promise(function(resolve, reject) {
|
|
159
|
-
isexe(path, options || {}, function(er, is) {
|
|
160
|
-
if (er) {
|
|
161
|
-
reject(er);
|
|
162
|
-
} else {
|
|
163
|
-
resolve(is);
|
|
164
|
-
}
|
|
165
|
-
});
|
|
166
|
-
});
|
|
167
|
-
}
|
|
168
|
-
core(path, options || {}, function(er, is) {
|
|
169
|
-
if (er) {
|
|
170
|
-
if (er.code === "EACCES" || options && options.ignoreErrors) {
|
|
171
|
-
er = null;
|
|
172
|
-
is = false;
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
cb(er, is);
|
|
176
|
-
});
|
|
177
|
-
}
|
|
178
|
-
function sync(path, options) {
|
|
179
|
-
try {
|
|
180
|
-
return core.sync(path, options || {});
|
|
181
|
-
} catch (er) {
|
|
182
|
-
if (options && options.ignoreErrors || er.code === "EACCES") {
|
|
183
|
-
return false;
|
|
184
|
-
} else {
|
|
185
|
-
throw er;
|
|
186
|
-
}
|
|
187
|
-
}
|
|
188
|
-
}
|
|
189
|
-
}
|
|
190
|
-
});
|
|
191
|
-
|
|
192
|
-
// node_modules/cross-spawn/node_modules/which/lib/index.js
|
|
193
|
-
var require_lib = __commonJS({
|
|
194
|
-
"node_modules/cross-spawn/node_modules/which/lib/index.js"(exports, module) {
|
|
195
|
-
init_esm_shims();
|
|
196
|
-
var isexe = require_isexe();
|
|
197
|
-
var { join, delimiter, sep, posix } = __require("path");
|
|
198
|
-
var isWindows = process.platform === "win32";
|
|
199
|
-
var rSlash = new RegExp(`[${posix.sep}${sep === posix.sep ? "" : sep}]`.replace(/(\\)/g, "\\$1"));
|
|
200
|
-
var rRel = new RegExp(`^\\.${rSlash.source}`);
|
|
201
|
-
var getNotFoundError = (cmd) => Object.assign(new Error(`not found: ${cmd}`), { code: "ENOENT" });
|
|
202
|
-
var getPathInfo = (cmd, {
|
|
203
|
-
path: optPath = process.env.PATH,
|
|
204
|
-
pathExt: optPathExt = process.env.PATHEXT,
|
|
205
|
-
delimiter: optDelimiter = delimiter
|
|
206
|
-
}) => {
|
|
207
|
-
const pathEnv = cmd.match(rSlash) ? [""] : [
|
|
208
|
-
// windows always checks the cwd first
|
|
209
|
-
...isWindows ? [process.cwd()] : [],
|
|
210
|
-
...(optPath || /* istanbul ignore next: very unusual */
|
|
211
|
-
"").split(optDelimiter)
|
|
212
|
-
];
|
|
213
|
-
if (isWindows) {
|
|
214
|
-
const pathExtExe = optPathExt || [".EXE", ".CMD", ".BAT", ".COM"].join(optDelimiter);
|
|
215
|
-
const pathExt = pathExtExe.split(optDelimiter).reduce((acc, item) => {
|
|
216
|
-
acc.push(item);
|
|
217
|
-
acc.push(item.toLowerCase());
|
|
218
|
-
return acc;
|
|
219
|
-
}, []);
|
|
220
|
-
if (cmd.includes(".") && pathExt[0] !== "") {
|
|
221
|
-
pathExt.unshift("");
|
|
222
|
-
}
|
|
223
|
-
return { pathEnv, pathExt, pathExtExe };
|
|
224
|
-
}
|
|
225
|
-
return { pathEnv, pathExt: [""] };
|
|
226
|
-
};
|
|
227
|
-
var getPathPart = (raw, cmd) => {
|
|
228
|
-
const pathPart = /^".*"$/.test(raw) ? raw.slice(1, -1) : raw;
|
|
229
|
-
const prefix = !pathPart && rRel.test(cmd) ? cmd.slice(0, 2) : "";
|
|
230
|
-
return prefix + join(pathPart, cmd);
|
|
231
|
-
};
|
|
232
|
-
var which = async (cmd, opt = {}) => {
|
|
233
|
-
const { pathEnv, pathExt, pathExtExe } = getPathInfo(cmd, opt);
|
|
234
|
-
const found = [];
|
|
235
|
-
for (const envPart of pathEnv) {
|
|
236
|
-
const p = getPathPart(envPart, cmd);
|
|
237
|
-
for (const ext of pathExt) {
|
|
238
|
-
const withExt = p + ext;
|
|
239
|
-
const is = await isexe(withExt, { pathExt: pathExtExe, ignoreErrors: true });
|
|
240
|
-
if (is) {
|
|
241
|
-
if (!opt.all) {
|
|
242
|
-
return withExt;
|
|
243
|
-
}
|
|
244
|
-
found.push(withExt);
|
|
245
|
-
}
|
|
246
|
-
}
|
|
247
|
-
}
|
|
248
|
-
if (opt.all && found.length) {
|
|
249
|
-
return found;
|
|
250
|
-
}
|
|
251
|
-
if (opt.nothrow) {
|
|
252
|
-
return null;
|
|
253
|
-
}
|
|
254
|
-
throw getNotFoundError(cmd);
|
|
255
|
-
};
|
|
256
|
-
var whichSync = (cmd, opt = {}) => {
|
|
257
|
-
const { pathEnv, pathExt, pathExtExe } = getPathInfo(cmd, opt);
|
|
258
|
-
const found = [];
|
|
259
|
-
for (const pathEnvPart of pathEnv) {
|
|
260
|
-
const p = getPathPart(pathEnvPart, cmd);
|
|
261
|
-
for (const ext of pathExt) {
|
|
262
|
-
const withExt = p + ext;
|
|
263
|
-
const is = isexe.sync(withExt, { pathExt: pathExtExe, ignoreErrors: true });
|
|
264
|
-
if (is) {
|
|
265
|
-
if (!opt.all) {
|
|
266
|
-
return withExt;
|
|
267
|
-
}
|
|
268
|
-
found.push(withExt);
|
|
269
|
-
}
|
|
270
|
-
}
|
|
271
|
-
}
|
|
272
|
-
if (opt.all && found.length) {
|
|
273
|
-
return found;
|
|
274
|
-
}
|
|
275
|
-
if (opt.nothrow) {
|
|
276
|
-
return null;
|
|
277
|
-
}
|
|
278
|
-
throw getNotFoundError(cmd);
|
|
279
|
-
};
|
|
280
|
-
module.exports = which;
|
|
281
|
-
which.sync = whichSync;
|
|
282
|
-
}
|
|
283
|
-
});
|
|
284
|
-
|
|
285
|
-
// node_modules/cross-spawn/dist/lib/util/pathKey.js
|
|
286
|
-
var require_pathKey = __commonJS({
|
|
287
|
-
"node_modules/cross-spawn/dist/lib/util/pathKey.js"(exports, module) {
|
|
288
|
-
init_esm_shims();
|
|
289
|
-
function pathKey(options) {
|
|
290
|
-
if (options === void 0) {
|
|
291
|
-
options = {};
|
|
292
|
-
}
|
|
293
|
-
var _a = options.env, env = _a === void 0 ? process.env : _a, _b = options.platform, platform = _b === void 0 ? process.platform : _b;
|
|
294
|
-
if (platform !== "win32") {
|
|
295
|
-
return "PATH";
|
|
296
|
-
}
|
|
297
|
-
return Object.keys(env).reverse().find(function(key) {
|
|
298
|
-
return key.toUpperCase() === "PATH";
|
|
299
|
-
}) || "Path";
|
|
300
|
-
}
|
|
301
|
-
module.exports = pathKey;
|
|
302
|
-
}
|
|
303
|
-
});
|
|
304
|
-
|
|
305
|
-
// node_modules/cross-spawn/dist/lib/util/resolveCommand.js
|
|
306
|
-
var require_resolveCommand = __commonJS({
|
|
307
|
-
"node_modules/cross-spawn/dist/lib/util/resolveCommand.js"(exports, module) {
|
|
308
|
-
"use strict";
|
|
309
|
-
init_esm_shims();
|
|
310
|
-
var path = __require("path");
|
|
311
|
-
var which = require_lib();
|
|
312
|
-
var getPathKey = require_pathKey();
|
|
313
|
-
function resolveCommandAttempt(parsed, withoutPathExt) {
|
|
314
|
-
var env = parsed.options.env || process.env;
|
|
315
|
-
var cwd = process.cwd();
|
|
316
|
-
var hasCustomCwd = parsed.options.cwd != null;
|
|
317
|
-
var shouldSwitchCwd = hasCustomCwd && process.chdir !== void 0 && !process.chdir.disabled;
|
|
318
|
-
if (shouldSwitchCwd) {
|
|
319
|
-
try {
|
|
320
|
-
process.chdir(parsed.options.cwd);
|
|
321
|
-
} catch (err) {
|
|
322
|
-
}
|
|
323
|
-
}
|
|
324
|
-
var resolved;
|
|
325
|
-
try {
|
|
326
|
-
resolved = which.sync(parsed.command, {
|
|
327
|
-
path: env[getPathKey({ env })],
|
|
328
|
-
pathExt: withoutPathExt ? path.delimiter : void 0
|
|
329
|
-
});
|
|
330
|
-
} catch (e) {
|
|
331
|
-
} finally {
|
|
332
|
-
if (shouldSwitchCwd) {
|
|
333
|
-
process.chdir(cwd);
|
|
334
|
-
}
|
|
335
|
-
}
|
|
336
|
-
if (resolved) {
|
|
337
|
-
resolved = path.resolve(hasCustomCwd ? parsed.options.cwd : "", resolved);
|
|
338
|
-
}
|
|
339
|
-
return resolved;
|
|
340
|
-
}
|
|
341
|
-
function resolveCommand(parsed) {
|
|
342
|
-
return resolveCommandAttempt(parsed) || resolveCommandAttempt(parsed, true);
|
|
343
|
-
}
|
|
344
|
-
module.exports = resolveCommand;
|
|
345
|
-
}
|
|
346
|
-
});
|
|
347
|
-
|
|
348
|
-
// node_modules/cross-spawn/dist/lib/util/escape.js
|
|
349
|
-
var require_escape = __commonJS({
|
|
350
|
-
"node_modules/cross-spawn/dist/lib/util/escape.js"(exports, module) {
|
|
351
|
-
"use strict";
|
|
352
|
-
init_esm_shims();
|
|
353
|
-
var metaCharsRegExp = /([()\][%!^"`<>&|;, *?])/g;
|
|
354
|
-
function escapeCommand(arg) {
|
|
355
|
-
arg = arg.replace(metaCharsRegExp, "^$1");
|
|
356
|
-
return arg;
|
|
357
|
-
}
|
|
358
|
-
function escapeArgument(arg, doubleEscapeMetaChars) {
|
|
359
|
-
arg = "".concat(arg);
|
|
360
|
-
arg = arg.replace(/(\\*)"/g, '$1$1\\"');
|
|
361
|
-
arg = arg.replace(/(\\*)$/, "$1$1");
|
|
362
|
-
arg = '"'.concat(arg, '"');
|
|
363
|
-
arg = arg.replace(metaCharsRegExp, "^$1");
|
|
364
|
-
if (doubleEscapeMetaChars) {
|
|
365
|
-
arg = arg.replace(metaCharsRegExp, "^$1");
|
|
366
|
-
}
|
|
367
|
-
return arg;
|
|
368
|
-
}
|
|
369
|
-
module.exports.command = escapeCommand;
|
|
370
|
-
module.exports.argument = escapeArgument;
|
|
371
|
-
}
|
|
372
|
-
});
|
|
373
|
-
|
|
374
|
-
// node_modules/shebang-regex/index.js
|
|
375
|
-
var require_shebang_regex = __commonJS({
|
|
376
|
-
"node_modules/shebang-regex/index.js"(exports, module) {
|
|
377
|
-
"use strict";
|
|
378
|
-
init_esm_shims();
|
|
379
|
-
module.exports = /^#!(.*)/;
|
|
380
|
-
}
|
|
381
|
-
});
|
|
382
|
-
|
|
383
|
-
// node_modules/shebang-command/index.js
|
|
384
|
-
var require_shebang_command = __commonJS({
|
|
385
|
-
"node_modules/shebang-command/index.js"(exports, module) {
|
|
386
|
-
"use strict";
|
|
387
|
-
init_esm_shims();
|
|
388
|
-
var shebangRegex = require_shebang_regex();
|
|
389
|
-
module.exports = (string = "") => {
|
|
390
|
-
const match = string.match(shebangRegex);
|
|
391
|
-
if (!match) {
|
|
392
|
-
return null;
|
|
393
|
-
}
|
|
394
|
-
const [path, argument] = match[0].replace(/#! ?/, "").split(" ");
|
|
395
|
-
const binary = path.split("/").pop();
|
|
396
|
-
if (binary === "env") {
|
|
397
|
-
return argument;
|
|
398
|
-
}
|
|
399
|
-
return argument ? `${binary} ${argument}` : binary;
|
|
400
|
-
};
|
|
401
|
-
}
|
|
402
|
-
});
|
|
403
|
-
|
|
404
|
-
// node_modules/cross-spawn/dist/lib/util/readShebang.js
|
|
405
|
-
var require_readShebang = __commonJS({
|
|
406
|
-
"node_modules/cross-spawn/dist/lib/util/readShebang.js"(exports, module) {
|
|
407
|
-
"use strict";
|
|
408
|
-
init_esm_shims();
|
|
409
|
-
var fs = __require("fs");
|
|
410
|
-
var shebangCommand = require_shebang_command();
|
|
411
|
-
function readShebang(command) {
|
|
412
|
-
var size = 150;
|
|
413
|
-
var buffer = Buffer.alloc(size);
|
|
414
|
-
var fd;
|
|
415
|
-
try {
|
|
416
|
-
fd = fs.openSync(command, "r");
|
|
417
|
-
fs.readSync(fd, buffer, 0, size, 0);
|
|
418
|
-
fs.closeSync(fd);
|
|
419
|
-
} catch (e) {
|
|
420
|
-
}
|
|
421
|
-
return shebangCommand(buffer.toString());
|
|
422
|
-
}
|
|
423
|
-
module.exports = readShebang;
|
|
424
|
-
}
|
|
425
|
-
});
|
|
426
|
-
|
|
427
|
-
// node_modules/cross-spawn/dist/lib/parse.js
|
|
428
|
-
var require_parse = __commonJS({
|
|
429
|
-
"node_modules/cross-spawn/dist/lib/parse.js"(exports, module) {
|
|
430
|
-
"use strict";
|
|
431
|
-
init_esm_shims();
|
|
432
|
-
var path = __require("path");
|
|
433
|
-
var resolveCommand = require_resolveCommand();
|
|
434
|
-
var escape = require_escape();
|
|
435
|
-
var readShebang = require_readShebang();
|
|
436
|
-
var isWin = process.platform === "win32";
|
|
437
|
-
var isExecutableRegExp = /\.(?:com|exe)$/i;
|
|
438
|
-
var isCmdShimRegExp = /node_modules[\\/].bin[\\/][^\\/]+\.cmd$/i;
|
|
439
|
-
function detectShebang(parsed) {
|
|
440
|
-
parsed.file = resolveCommand(parsed);
|
|
441
|
-
var shebang = parsed.file && readShebang(parsed.file);
|
|
442
|
-
if (shebang) {
|
|
443
|
-
parsed.args.unshift(parsed.file);
|
|
444
|
-
parsed.command = shebang;
|
|
445
|
-
return resolveCommand(parsed);
|
|
446
|
-
}
|
|
447
|
-
return parsed.file;
|
|
448
|
-
}
|
|
449
|
-
function parseNonShell(parsed) {
|
|
450
|
-
if (!isWin) {
|
|
451
|
-
return parsed;
|
|
452
|
-
}
|
|
453
|
-
var commandFile = detectShebang(parsed);
|
|
454
|
-
var needsShell = !isExecutableRegExp.test(commandFile);
|
|
455
|
-
if (parsed.options.forceShell || needsShell) {
|
|
456
|
-
var needsDoubleEscapeMetaChars_1 = isCmdShimRegExp.test(commandFile);
|
|
457
|
-
parsed.command = path.normalize(parsed.command);
|
|
458
|
-
parsed.command = escape.command(parsed.command);
|
|
459
|
-
parsed.args = parsed.args.map(function(arg) {
|
|
460
|
-
return escape.argument(arg, needsDoubleEscapeMetaChars_1);
|
|
461
|
-
});
|
|
462
|
-
var shellCommand = [parsed.command].concat(parsed.args).join(" ");
|
|
463
|
-
parsed.args = ["/d", "/s", "/c", '"'.concat(shellCommand, '"')];
|
|
464
|
-
parsed.command = process.env.comspec || "cmd.exe";
|
|
465
|
-
parsed.options.windowsVerbatimArguments = true;
|
|
466
|
-
}
|
|
467
|
-
return parsed;
|
|
468
|
-
}
|
|
469
|
-
function parse(command, args, options) {
|
|
470
|
-
if (args && !Array.isArray(args)) {
|
|
471
|
-
options = args;
|
|
472
|
-
args = null;
|
|
473
|
-
}
|
|
474
|
-
args = args ? args.slice(0) : [];
|
|
475
|
-
options = Object.assign({}, options);
|
|
476
|
-
var parsed = {
|
|
477
|
-
command,
|
|
478
|
-
args,
|
|
479
|
-
options,
|
|
480
|
-
file: void 0,
|
|
481
|
-
original: {
|
|
482
|
-
command,
|
|
483
|
-
args
|
|
484
|
-
}
|
|
485
|
-
};
|
|
486
|
-
return options.shell ? parsed : parseNonShell(parsed);
|
|
487
|
-
}
|
|
488
|
-
module.exports = parse;
|
|
489
|
-
}
|
|
490
|
-
});
|
|
491
|
-
|
|
492
|
-
// node_modules/cross-spawn/dist/spawn.js
|
|
493
|
-
var require_spawn = __commonJS({
|
|
494
|
-
"node_modules/cross-spawn/dist/spawn.js"(exports) {
|
|
495
|
-
"use strict";
|
|
496
|
-
init_esm_shims();
|
|
497
|
-
var __spreadArray = exports && exports.__spreadArray || function(to, from, pack) {
|
|
498
|
-
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
499
|
-
if (ar || !(i in from)) {
|
|
500
|
-
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
501
|
-
ar[i] = from[i];
|
|
502
|
-
}
|
|
503
|
-
}
|
|
504
|
-
return to.concat(ar || Array.prototype.slice.call(from));
|
|
505
|
-
};
|
|
506
|
-
var __importDefault = exports && exports.__importDefault || function(mod) {
|
|
507
|
-
return mod && mod.__esModule ? mod : { "default": mod };
|
|
508
|
-
};
|
|
509
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
510
|
-
exports.sync = exports.async = exports._parse = exports._enoent = exports.spawnAsync = exports.spawnSync = exports.spawn = void 0;
|
|
511
|
-
var child_process_1 = __importDefault(__require("child_process"));
|
|
512
|
-
var enoent_1 = __importDefault(require_enoent());
|
|
513
|
-
var parse_1 = __importDefault(require_parse());
|
|
514
|
-
function spawn(command, args, options) {
|
|
515
|
-
var parsed = (0, parse_1.default)(command, args, options);
|
|
516
|
-
var spawned = child_process_1.default.spawn(parsed.command, parsed.args, parsed.options);
|
|
517
|
-
enoent_1.default.hookChildProcess(spawned, parsed);
|
|
518
|
-
return spawned;
|
|
519
|
-
}
|
|
520
|
-
exports.spawn = spawn;
|
|
521
|
-
function spawnSync(command, args, options) {
|
|
522
|
-
var parsed = (0, parse_1.default)(command, args, options);
|
|
523
|
-
var result = child_process_1.default.spawnSync(parsed.command, parsed.args, parsed.options);
|
|
524
|
-
result.error = result.error || enoent_1.default.verifyENOENTSync(result.status, parsed);
|
|
525
|
-
return result;
|
|
526
|
-
}
|
|
527
|
-
exports.spawnSync = spawnSync;
|
|
528
|
-
function spawnAsync(command, args, options) {
|
|
529
|
-
return new Promise(function(resolve) {
|
|
530
|
-
var stdout = "";
|
|
531
|
-
var stderr = "";
|
|
532
|
-
var child = spawn(command, args, options);
|
|
533
|
-
if (child.stdout && "on" in child.stdout) {
|
|
534
|
-
child.stdout.setEncoding("utf8");
|
|
535
|
-
child.stdout.on("data", function(data) {
|
|
536
|
-
stdout += data;
|
|
537
|
-
});
|
|
538
|
-
}
|
|
539
|
-
if (child.stderr && "on" in child.stdout) {
|
|
540
|
-
child.stderr.setEncoding("utf8");
|
|
541
|
-
child.stderr.on("data", function(data) {
|
|
542
|
-
stderr += data;
|
|
543
|
-
});
|
|
544
|
-
}
|
|
545
|
-
child.on("close", function(code, signal) {
|
|
546
|
-
resolve({
|
|
547
|
-
stdout,
|
|
548
|
-
stderr,
|
|
549
|
-
error: code !== 0 ? __spreadArray(__spreadArray([command], args, true), ["dies with code", code, "signal", signal], false).join(" ") : null,
|
|
550
|
-
output: "".concat(stdout, "\n\n").concat(stderr)
|
|
551
|
-
});
|
|
552
|
-
});
|
|
553
|
-
});
|
|
554
|
-
}
|
|
555
|
-
exports.spawnAsync = spawnAsync;
|
|
556
|
-
exports._enoent = enoent_1.default;
|
|
557
|
-
exports._parse = parse_1.default;
|
|
558
|
-
exports.async = spawnAsync;
|
|
559
|
-
exports.sync = spawnSync;
|
|
560
|
-
}
|
|
561
|
-
});
|
|
562
|
-
|
|
563
|
-
// node_modules/cross-spawn/dist/index.js
|
|
564
|
-
var require_dist = __commonJS({
|
|
565
|
-
"node_modules/cross-spawn/dist/index.js"(exports, module) {
|
|
566
|
-
"use strict";
|
|
567
|
-
init_esm_shims();
|
|
568
|
-
var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
569
|
-
if (k2 === void 0) k2 = k;
|
|
570
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
571
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
572
|
-
desc = { enumerable: true, get: function() {
|
|
573
|
-
return m[k];
|
|
574
|
-
} };
|
|
575
|
-
}
|
|
576
|
-
Object.defineProperty(o, k2, desc);
|
|
577
|
-
} : function(o, m, k, k2) {
|
|
578
|
-
if (k2 === void 0) k2 = k;
|
|
579
|
-
o[k2] = m[k];
|
|
580
|
-
});
|
|
581
|
-
var __setModuleDefault = exports && exports.__setModuleDefault || (Object.create ? function(o, v) {
|
|
582
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
583
|
-
} : function(o, v) {
|
|
584
|
-
o["default"] = v;
|
|
585
|
-
});
|
|
586
|
-
var __importStar = exports && exports.__importStar || function(mod) {
|
|
587
|
-
if (mod && mod.__esModule) return mod;
|
|
588
|
-
var result = {};
|
|
589
|
-
if (mod != null) {
|
|
590
|
-
for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
591
|
-
}
|
|
592
|
-
__setModuleDefault(result, mod);
|
|
593
|
-
return result;
|
|
594
|
-
};
|
|
595
|
-
var __exportStar = exports && exports.__exportStar || function(m, exports2) {
|
|
596
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports2, p)) __createBinding(exports2, m, p);
|
|
597
|
-
};
|
|
598
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
599
|
-
exports._enoent = exports._parse = exports.spawnAsync = exports.spawnSync = exports.async = exports.sync = exports.spawn = void 0;
|
|
600
|
-
var internalSpawn = __importStar(require_spawn());
|
|
601
|
-
if (typeof module !== "undefined" && "exports" in module) {
|
|
602
|
-
module.exports = internalSpawn.spawn;
|
|
603
|
-
module.exports.spawn = internalSpawn.spawn;
|
|
604
|
-
module.exports.sync = internalSpawn.spawnSync;
|
|
605
|
-
module.exports.async = internalSpawn.spawnAsync;
|
|
606
|
-
module.exports.spawnSync = internalSpawn.spawnSync;
|
|
607
|
-
module.exports.spawnAsync = internalSpawn.spawnAsync;
|
|
608
|
-
module.exports._parse = internalSpawn._parse;
|
|
609
|
-
module.exports._enoent = internalSpawn._enoent;
|
|
610
|
-
}
|
|
611
|
-
__exportStar(require_spawn(), exports);
|
|
612
|
-
exports.spawn = internalSpawn.spawn;
|
|
613
|
-
exports.sync = internalSpawn.spawnSync;
|
|
614
|
-
exports.async = internalSpawn.spawnAsync;
|
|
615
|
-
exports.spawnSync = internalSpawn.spawnSync;
|
|
616
|
-
exports.spawnAsync = internalSpawn.spawnAsync;
|
|
617
|
-
exports._parse = internalSpawn._parse;
|
|
618
|
-
exports._enoent = internalSpawn._enoent;
|
|
619
|
-
exports.default = internalSpawn;
|
|
620
|
-
}
|
|
621
|
-
});
|
|
622
|
-
|
|
623
|
-
export {
|
|
624
|
-
require_dist
|
|
625
|
-
};
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
// src/package-resolutions.json
|
|
2
|
-
var resolutions = {
|
|
3
|
-
"cross-spawn": "https://github.com/dimaslanjaka/node-cross-spawn/raw/private/release/cross-spawn.tgz",
|
|
4
|
-
safelinkify: "https://github.com/dimaslanjaka/safelink/raw/monorepo/release/safelinkify.tgz",
|
|
5
|
-
"sbg-api": "https://github.com/dimaslanjaka/static-blog-generator/raw/beta/packages/sbg-api/release/sbg-api.tgz",
|
|
6
|
-
"sbg-cli": "https://github.com/dimaslanjaka/static-blog-generator/raw/beta/packages/sbg-cli/release/sbg-cli.tgz",
|
|
7
|
-
"sbg-server": "https://github.com/dimaslanjaka/static-blog-generator/raw/beta/packages/sbg-server/release/sbg-server.tgz",
|
|
8
|
-
"sbg-utility": "https://github.com/dimaslanjaka/static-blog-generator/raw/beta/packages/sbg-utility/release/sbg-utility.tgz",
|
|
9
|
-
"sitemap-crawler": "https://github.com/dimaslanjaka/static-blog-generator/raw/beta/packages/sitemap-crawler/release/sitemap-crawler.tgz",
|
|
10
|
-
"static-blog-generator": "https://github.com/dimaslanjaka/static-blog-generator/raw/beta/packages/static-blog-generator/release/static-blog-generator.tgz",
|
|
11
|
-
"hexo-blogger-xml": "https://github.com/dimaslanjaka/hexo-blogger-xml/raw/monorepo/release/hexo-blogger-xml.tgz",
|
|
12
|
-
"hexo-post-parser": "https://github.com/dimaslanjaka/hexo-post-parser/raw/monorepo/release/hexo-post-parser.tgz",
|
|
13
|
-
"hexo-asset-link": "https://github.com/dimaslanjaka/hexo/raw/monorepo-v7/releases/hexo-asset-link.tgz",
|
|
14
|
-
"hexo-front-matter": "https://github.com/dimaslanjaka/hexo/raw/monorepo-v7/releases/hexo-front-matter.tgz",
|
|
15
|
-
hexo: "https://github.com/dimaslanjaka/hexo/raw/monorepo-v7/releases/hexo.tgz",
|
|
16
|
-
"hexo-log": "https://github.com/dimaslanjaka/hexo/raw/monorepo-v7/releases/hexo-log.tgz",
|
|
17
|
-
"hexo-util": "https://github.com/dimaslanjaka/hexo/raw/monorepo-v7/releases/hexo-util.tgz",
|
|
18
|
-
warehouse: "https://github.com/dimaslanjaka/hexo/raw/monorepo-v7/releases/warehouse.tgz",
|
|
19
|
-
"git-command-helper": "https://github.com/dimaslanjaka/git-command-helper/raw/monorepo/release/git-command-helper.tgz",
|
|
20
|
-
"instant-indexing": "https://github.com/dimaslanjaka/static-blog-generator/raw/beta/packages/instant-indexing/release/instant-indexing.tgz"
|
|
21
|
-
};
|
|
22
|
-
var package_resolutions_default = {
|
|
23
|
-
resolutions
|
|
24
|
-
};
|
|
25
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
26
|
-
0 && (module.exports = {
|
|
27
|
-
resolutions
|
|
28
|
-
});
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
var resolutions = {
|
|
2
|
-
"cross-spawn": "https://github.com/dimaslanjaka/node-cross-spawn/raw/private/release/cross-spawn.tgz",
|
|
3
|
-
safelinkify: "https://github.com/dimaslanjaka/safelink/raw/monorepo/release/safelinkify.tgz",
|
|
4
|
-
"sbg-api": "https://github.com/dimaslanjaka/static-blog-generator/raw/beta/packages/sbg-api/release/sbg-api.tgz",
|
|
5
|
-
"sbg-cli": "https://github.com/dimaslanjaka/static-blog-generator/raw/beta/packages/sbg-cli/release/sbg-cli.tgz",
|
|
6
|
-
"sbg-server": "https://github.com/dimaslanjaka/static-blog-generator/raw/beta/packages/sbg-server/release/sbg-server.tgz",
|
|
7
|
-
"sbg-utility": "https://github.com/dimaslanjaka/static-blog-generator/raw/beta/packages/sbg-utility/release/sbg-utility.tgz",
|
|
8
|
-
"sitemap-crawler": "https://github.com/dimaslanjaka/static-blog-generator/raw/beta/packages/sitemap-crawler/release/sitemap-crawler.tgz",
|
|
9
|
-
"static-blog-generator": "https://github.com/dimaslanjaka/static-blog-generator/raw/beta/packages/static-blog-generator/release/static-blog-generator.tgz",
|
|
10
|
-
"hexo-blogger-xml": "https://github.com/dimaslanjaka/hexo-blogger-xml/raw/monorepo/release/hexo-blogger-xml.tgz",
|
|
11
|
-
"hexo-post-parser": "https://github.com/dimaslanjaka/hexo-post-parser/raw/monorepo/release/hexo-post-parser.tgz",
|
|
12
|
-
"hexo-asset-link": "https://github.com/dimaslanjaka/hexo/raw/monorepo-v7/releases/hexo-asset-link.tgz",
|
|
13
|
-
"hexo-front-matter": "https://github.com/dimaslanjaka/hexo/raw/monorepo-v7/releases/hexo-front-matter.tgz",
|
|
14
|
-
hexo: "https://github.com/dimaslanjaka/hexo/raw/monorepo-v7/releases/hexo.tgz",
|
|
15
|
-
"hexo-log": "https://github.com/dimaslanjaka/hexo/raw/monorepo-v7/releases/hexo-log.tgz",
|
|
16
|
-
"hexo-util": "https://github.com/dimaslanjaka/hexo/raw/monorepo-v7/releases/hexo-util.tgz",
|
|
17
|
-
warehouse: "https://github.com/dimaslanjaka/hexo/raw/monorepo-v7/releases/warehouse.tgz",
|
|
18
|
-
"git-command-helper": "https://github.com/dimaslanjaka/git-command-helper/raw/monorepo/release/git-command-helper.tgz",
|
|
19
|
-
"instant-indexing": "https://github.com/dimaslanjaka/static-blog-generator/raw/beta/packages/instant-indexing/release/instant-indexing.tgz"
|
|
20
|
-
};
|
|
21
|
-
var packageResolutions = {
|
|
22
|
-
resolutions: resolutions
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
export { packageResolutions as default, resolutions };
|