@delance/builder 0.2.11 → 0.2.12
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 +67 -67
- package/package.json +2 -3
package/dist/index.js
CHANGED
|
@@ -15,7 +15,7 @@ import {getQuickJS, shouldInterruptAfterDeadline} from "quickjs-emscripten";
|
|
|
15
15
|
// /home/mochaa/ghq/git.sr.ht/~self/delance-builder/node_modules/webcrack/src/deobfuscate/index.ts
|
|
16
16
|
import debug3 from "debug";
|
|
17
17
|
|
|
18
|
-
// node_modules/.pnpm
|
|
18
|
+
// node_modules/.pnpm/webcrack@https+++gitpkg.vercel.app+api+pkg.tgz+url=j4k0xb+webcrack+packages+webcrack&commit=4_jom4jr47eifu2o6dz4f7axe3da/node_modules/webcrack/src/ast-utils/ast.ts
|
|
19
19
|
import * as t from "@babel/types";
|
|
20
20
|
function getPropName(node) {
|
|
21
21
|
if (t.isIdentifier(node)) {
|
|
@@ -28,7 +28,7 @@ function getPropName(node) {
|
|
|
28
28
|
return node.value.toString();
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
|
-
// node_modules/.pnpm
|
|
31
|
+
// node_modules/.pnpm/webcrack@https+++gitpkg.vercel.app+api+pkg.tgz+url=j4k0xb+webcrack+packages+webcrack&commit=4_jom4jr47eifu2o6dz4f7axe3da/node_modules/webcrack/src/ast-utils/generator.ts
|
|
32
32
|
import babelGenerate from "@babel/generator";
|
|
33
33
|
function generate(ast, options = defaultOptions) {
|
|
34
34
|
return babelGenerate(ast, options).code;
|
|
@@ -45,14 +45,14 @@ function codePreview(node) {
|
|
|
45
45
|
return code;
|
|
46
46
|
}
|
|
47
47
|
var defaultOptions = { jsescOption: { minimal: true } };
|
|
48
|
-
// node_modules/.pnpm
|
|
48
|
+
// node_modules/.pnpm/webcrack@https+++gitpkg.vercel.app+api+pkg.tgz+url=j4k0xb+webcrack+packages+webcrack&commit=4_jom4jr47eifu2o6dz4f7axe3da/node_modules/webcrack/src/ast-utils/inline.ts
|
|
49
49
|
import traverse4 from "@babel/traverse";
|
|
50
50
|
import * as t13 from "@babel/types";
|
|
51
51
|
|
|
52
|
-
// node_modules/.pnpm/@gitpkg.vercel.app+api+pkg.tgz+url=codemod-js+codemod+packages
|
|
52
|
+
// node_modules/.pnpm/@codemod+matchers@https+++gitpkg.vercel.app+api+pkg.tgz+url=codemod-js+codemod+packages+match_3l2aawb6ukvrqui7q2q6hj3meu/node_modules/@codemod/matchers/src/matchers/anyExpression.ts
|
|
53
53
|
import * as t2 from "@babel/types";
|
|
54
54
|
|
|
55
|
-
// node_modules/.pnpm/@gitpkg.vercel.app+api+pkg.tgz+url=codemod-js+codemod+packages
|
|
55
|
+
// node_modules/.pnpm/@codemod+matchers@https+++gitpkg.vercel.app+api+pkg.tgz+url=codemod-js+codemod+packages+match_3l2aawb6ukvrqui7q2q6hj3meu/node_modules/@codemod/matchers/src/matchers/Matcher.ts
|
|
56
56
|
class Matcher {
|
|
57
57
|
match(value, keys = []) {
|
|
58
58
|
return this.matchValue(value, keys);
|
|
@@ -62,7 +62,7 @@ class Matcher {
|
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
-
// node_modules/.pnpm/@gitpkg.vercel.app+api+pkg.tgz+url=codemod-js+codemod+packages
|
|
65
|
+
// node_modules/.pnpm/@codemod+matchers@https+++gitpkg.vercel.app+api+pkg.tgz+url=codemod-js+codemod+packages+match_3l2aawb6ukvrqui7q2q6hj3meu/node_modules/@codemod/matchers/src/matchers/anyExpression.ts
|
|
66
66
|
function anyExpression() {
|
|
67
67
|
return new AnyExpressionMatcher;
|
|
68
68
|
}
|
|
@@ -75,7 +75,7 @@ class AnyExpressionMatcher extends Matcher {
|
|
|
75
75
|
return t2.isNode(value) && t2.isExpression(value);
|
|
76
76
|
}
|
|
77
77
|
}
|
|
78
|
-
// node_modules/.pnpm/@gitpkg.vercel.app+api+pkg.tgz+url=codemod-js+codemod+packages
|
|
78
|
+
// node_modules/.pnpm/@codemod+matchers@https+++gitpkg.vercel.app+api+pkg.tgz+url=codemod-js+codemod+packages+match_3l2aawb6ukvrqui7q2q6hj3meu/node_modules/@codemod/matchers/src/utils/distributeAcrossSlices.ts
|
|
79
79
|
function* distributeAcrossSlices(slices, available) {
|
|
80
80
|
if (slices.length === 0) {
|
|
81
81
|
yield [];
|
|
@@ -95,7 +95,7 @@ function* distributeAcrossSlices(slices, available) {
|
|
|
95
95
|
}
|
|
96
96
|
}
|
|
97
97
|
|
|
98
|
-
// node_modules/.pnpm/@gitpkg.vercel.app+api+pkg.tgz+url=codemod-js+codemod+packages
|
|
98
|
+
// node_modules/.pnpm/@codemod+matchers@https+++gitpkg.vercel.app+api+pkg.tgz+url=codemod-js+codemod+packages+match_3l2aawb6ukvrqui7q2q6hj3meu/node_modules/@codemod/matchers/src/matchers/anything.ts
|
|
99
99
|
function anything() {
|
|
100
100
|
return new AnythingMatcher;
|
|
101
101
|
}
|
|
@@ -109,7 +109,7 @@ class AnythingMatcher extends Matcher {
|
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
111
|
|
|
112
|
-
// node_modules/.pnpm/@gitpkg.vercel.app+api+pkg.tgz+url=codemod-js+codemod+packages
|
|
112
|
+
// node_modules/.pnpm/@codemod+matchers@https+++gitpkg.vercel.app+api+pkg.tgz+url=codemod-js+codemod+packages+match_3l2aawb6ukvrqui7q2q6hj3meu/node_modules/@codemod/matchers/src/matchers/slice.ts
|
|
113
113
|
function zeroOrMore(matcher = anything()) {
|
|
114
114
|
return new SliceMatcher(0, Infinity, matcher);
|
|
115
115
|
}
|
|
@@ -148,7 +148,7 @@ class SliceMatcher extends Matcher {
|
|
|
148
148
|
}
|
|
149
149
|
}
|
|
150
150
|
|
|
151
|
-
// node_modules/.pnpm/@gitpkg.vercel.app+api+pkg.tgz+url=codemod-js+codemod+packages
|
|
151
|
+
// node_modules/.pnpm/@codemod+matchers@https+++gitpkg.vercel.app+api+pkg.tgz+url=codemod-js+codemod+packages+match_3l2aawb6ukvrqui7q2q6hj3meu/node_modules/@codemod/matchers/src/matchers/anyList.ts
|
|
152
152
|
function anyList(...elements) {
|
|
153
153
|
return new AnyListMatcher(elements);
|
|
154
154
|
}
|
|
@@ -206,11 +206,11 @@ class AnyListMatcher extends Matcher {
|
|
|
206
206
|
return false;
|
|
207
207
|
}
|
|
208
208
|
}
|
|
209
|
-
// node_modules/.pnpm/@gitpkg.vercel.app+api+pkg.tgz+url=codemod-js+codemod+packages
|
|
209
|
+
// node_modules/.pnpm/@codemod+matchers@https+++gitpkg.vercel.app+api+pkg.tgz+url=codemod-js+codemod+packages+match_3l2aawb6ukvrqui7q2q6hj3meu/node_modules/@codemod/matchers/src/matchers/anyNode.ts
|
|
210
210
|
import * as t3 from "@babel/types";
|
|
211
|
-
// node_modules/.pnpm/@gitpkg.vercel.app+api+pkg.tgz+url=codemod-js+codemod+packages
|
|
211
|
+
// node_modules/.pnpm/@codemod+matchers@https+++gitpkg.vercel.app+api+pkg.tgz+url=codemod-js+codemod+packages+match_3l2aawb6ukvrqui7q2q6hj3meu/node_modules/@codemod/matchers/src/matchers/anyStatement.ts
|
|
212
212
|
import * as t4 from "@babel/types";
|
|
213
|
-
// node_modules/.pnpm/@gitpkg.vercel.app+api+pkg.tgz+url=codemod-js+codemod+packages
|
|
213
|
+
// node_modules/.pnpm/@codemod+matchers@https+++gitpkg.vercel.app+api+pkg.tgz+url=codemod-js+codemod+packages+match_3l2aawb6ukvrqui7q2q6hj3meu/node_modules/@codemod/matchers/src/matchers/anyString.ts
|
|
214
214
|
function anyString() {
|
|
215
215
|
return new StringMatcher;
|
|
216
216
|
}
|
|
@@ -223,7 +223,7 @@ class StringMatcher extends Matcher {
|
|
|
223
223
|
return typeof value === "string" || value instanceof String;
|
|
224
224
|
}
|
|
225
225
|
}
|
|
226
|
-
// node_modules/.pnpm/@gitpkg.vercel.app+api+pkg.tgz+url=codemod-js+codemod+packages
|
|
226
|
+
// node_modules/.pnpm/@codemod+matchers@https+++gitpkg.vercel.app+api+pkg.tgz+url=codemod-js+codemod+packages+match_3l2aawb6ukvrqui7q2q6hj3meu/node_modules/@codemod/matchers/src/matchers/arrayOf.ts
|
|
227
227
|
function arrayOf(elementMatcher) {
|
|
228
228
|
return new ArrayOfMatcher(elementMatcher);
|
|
229
229
|
}
|
|
@@ -246,7 +246,7 @@ class ArrayOfMatcher extends Matcher {
|
|
|
246
246
|
return true;
|
|
247
247
|
}
|
|
248
248
|
}
|
|
249
|
-
// node_modules/.pnpm/@gitpkg.vercel.app+api+pkg.tgz+url=codemod-js+codemod+packages
|
|
249
|
+
// node_modules/.pnpm/@codemod+matchers@https+++gitpkg.vercel.app+api+pkg.tgz+url=codemod-js+codemod+packages+match_3l2aawb6ukvrqui7q2q6hj3meu/node_modules/@codemod/matchers/src/matchers/capture.ts
|
|
250
250
|
function capture(matcher) {
|
|
251
251
|
return new CapturedMatcher(matcher);
|
|
252
252
|
}
|
|
@@ -278,7 +278,7 @@ class CapturedMatcher extends Matcher {
|
|
|
278
278
|
this._currentKeys = keys;
|
|
279
279
|
}
|
|
280
280
|
}
|
|
281
|
-
// node_modules/.pnpm/@gitpkg.vercel.app+api+pkg.tgz+url=codemod-js+codemod+packages
|
|
281
|
+
// node_modules/.pnpm/@codemod+matchers@https+++gitpkg.vercel.app+api+pkg.tgz+url=codemod-js+codemod+packages+match_3l2aawb6ukvrqui7q2q6hj3meu/node_modules/@codemod/matchers/src/matchers/containerOf.ts
|
|
282
282
|
import * as t5 from "@babel/types";
|
|
283
283
|
function containerOf(containedMatcher) {
|
|
284
284
|
return new ContainerOfMatcher(containedMatcher);
|
|
@@ -317,10 +317,10 @@ class ContainerOfMatcher extends CapturedMatcher {
|
|
|
317
317
|
import * as Babel from "@babel/core";
|
|
318
318
|
import * as t9 from "@babel/types";
|
|
319
319
|
|
|
320
|
-
// node_modules/.pnpm/@gitpkg.vercel.app+api+pkg.tgz+url=codemod-js+codemod+packages
|
|
320
|
+
// node_modules/.pnpm/@codemod+utils@https+++gitpkg.vercel.app+api+pkg.tgz+url=codemod-js+codemod+packages+utils&co_znh7smhwc47ernk2v3lf6wqp5q/node_modules/@codemod/utils/src/NodeTypes.ts
|
|
321
321
|
import * as t6 from "@babel/types";
|
|
322
322
|
var { BUILDER_KEYS, NODE_FIELDS } = t6;
|
|
323
|
-
// node_modules/.pnpm/@gitpkg.vercel.app+api+pkg.tgz+url=codemod-js+codemod+packages
|
|
323
|
+
// node_modules/.pnpm/@codemod+utils@https+++gitpkg.vercel.app+api+pkg.tgz+url=codemod-js+codemod+packages+utils&co_znh7smhwc47ernk2v3lf6wqp5q/node_modules/@codemod/utils/src/builders.ts
|
|
324
324
|
import traverse2 from "@babel/traverse";
|
|
325
325
|
import * as t7 from "@babel/types";
|
|
326
326
|
|
|
@@ -329,7 +329,7 @@ import {
|
|
|
329
329
|
parse as babelParse
|
|
330
330
|
} from "@babel/parser";
|
|
331
331
|
|
|
332
|
-
// node_modules/.pnpm/@gitpkg.vercel.app+api+pkg.tgz+url=codemod-js+codemod+packages
|
|
332
|
+
// node_modules/.pnpm/@codemod+parser@https+++gitpkg.vercel.app+api+pkg.tgz+url=codemod-js+codemod+packages+parser&_fs5hcqxjns2czzj7224g5avgze/node_modules/@codemod/parser/src/options.ts
|
|
333
333
|
var DefaultParserPlugins = new Set([
|
|
334
334
|
"asyncGenerators",
|
|
335
335
|
"bigInt",
|
|
@@ -359,7 +359,7 @@ var DefaultParserPlugins = new Set([
|
|
|
359
359
|
["pipelineOperator", { proposal: "minimal" }],
|
|
360
360
|
["recordAndTuple", { syntaxType: "hash" }]
|
|
361
361
|
]);
|
|
362
|
-
// node_modules/.pnpm/@gitpkg.vercel.app+api+pkg.tgz+url=codemod-js+codemod+packages
|
|
362
|
+
// node_modules/.pnpm/@codemod+utils@https+++gitpkg.vercel.app+api+pkg.tgz+url=codemod-js+codemod+packages+utils&co_znh7smhwc47ernk2v3lf6wqp5q/node_modules/@codemod/utils/src/nodesEquivalent.ts
|
|
363
363
|
import * as t8 from "@babel/types";
|
|
364
364
|
function nodesEquivalent(a, b) {
|
|
365
365
|
if (a === b) {
|
|
@@ -405,7 +405,7 @@ function nodesEquivalent(a, b) {
|
|
|
405
405
|
}
|
|
406
406
|
return true;
|
|
407
407
|
}
|
|
408
|
-
// node_modules/.pnpm/@gitpkg.vercel.app+api+pkg.tgz+url=codemod-js+codemod+packages
|
|
408
|
+
// node_modules/.pnpm/@codemod+matchers@https+++gitpkg.vercel.app+api+pkg.tgz+url=codemod-js+codemod+packages+match_3l2aawb6ukvrqui7q2q6hj3meu/node_modules/@codemod/matchers/src/matchers/fromCapture.ts
|
|
409
409
|
function fromCapture(capturedMatcher) {
|
|
410
410
|
return new FromCaptureMatcher(capturedMatcher);
|
|
411
411
|
}
|
|
@@ -423,10 +423,10 @@ class FromCaptureMatcher extends Matcher {
|
|
|
423
423
|
return this.capturedMatcher.current === value;
|
|
424
424
|
}
|
|
425
425
|
}
|
|
426
|
-
// node_modules/.pnpm/@gitpkg.vercel.app+api+pkg.tgz+url=codemod-js+codemod+packages
|
|
426
|
+
// node_modules/.pnpm/@codemod+matchers@https+++gitpkg.vercel.app+api+pkg.tgz+url=codemod-js+codemod+packages+match_3l2aawb6ukvrqui7q2q6hj3meu/node_modules/@codemod/matchers/src/matchers/function.ts
|
|
427
427
|
import * as t10 from "@babel/types";
|
|
428
428
|
|
|
429
|
-
// node_modules/.pnpm/@gitpkg.vercel.app+api+pkg.tgz+url=codemod-js+codemod+packages
|
|
429
|
+
// node_modules/.pnpm/@codemod+matchers@https+++gitpkg.vercel.app+api+pkg.tgz+url=codemod-js+codemod+packages+match_3l2aawb6ukvrqui7q2q6hj3meu/node_modules/@codemod/matchers/src/matchers/tupleOf.ts
|
|
430
430
|
function tupleOf(...matchers) {
|
|
431
431
|
return new TupleOfMatcher(...matchers);
|
|
432
432
|
}
|
|
@@ -454,7 +454,7 @@ class TupleOfMatcher extends Matcher {
|
|
|
454
454
|
return true;
|
|
455
455
|
}
|
|
456
456
|
}
|
|
457
|
-
// node_modules/.pnpm/@gitpkg.vercel.app+api+pkg.tgz+url=codemod-js+codemod+packages
|
|
457
|
+
// node_modules/.pnpm/@codemod+matchers@https+++gitpkg.vercel.app+api+pkg.tgz+url=codemod-js+codemod+packages+match_3l2aawb6ukvrqui7q2q6hj3meu/node_modules/@codemod/matchers/src/matchers/generated.ts
|
|
458
458
|
import * as t11 from "@babel/types";
|
|
459
459
|
function arrayExpression(elements) {
|
|
460
460
|
return new ArrayExpressionMatcher(elements);
|
|
@@ -2136,7 +2136,7 @@ class WhileStatementMatcher extends Matcher {
|
|
|
2136
2136
|
return true;
|
|
2137
2137
|
}
|
|
2138
2138
|
}
|
|
2139
|
-
// node_modules/.pnpm/@gitpkg.vercel.app+api+pkg.tgz+url=codemod-js+codemod+packages
|
|
2139
|
+
// node_modules/.pnpm/@codemod+matchers@https+++gitpkg.vercel.app+api+pkg.tgz+url=codemod-js+codemod+packages+match_3l2aawb6ukvrqui7q2q6hj3meu/node_modules/@codemod/matchers/src/matchers/or.ts
|
|
2140
2140
|
function or(...matchersOrValues) {
|
|
2141
2141
|
return new OrMatcher(...matchersOrValues);
|
|
2142
2142
|
}
|
|
@@ -2160,7 +2160,7 @@ class OrMatcher extends Matcher {
|
|
|
2160
2160
|
return false;
|
|
2161
2161
|
}
|
|
2162
2162
|
}
|
|
2163
|
-
// node_modules/.pnpm/@gitpkg.vercel.app+api+pkg.tgz+url=codemod-js+codemod+packages
|
|
2163
|
+
// node_modules/.pnpm/@codemod+matchers@https+++gitpkg.vercel.app+api+pkg.tgz+url=codemod-js+codemod+packages+match_3l2aawb6ukvrqui7q2q6hj3meu/node_modules/@codemod/matchers/src/matchers/predicate.ts
|
|
2164
2164
|
function predicate(predicate2) {
|
|
2165
2165
|
return new PredicateMatcher(predicate2);
|
|
2166
2166
|
}
|
|
@@ -2175,7 +2175,7 @@ class PredicateMatcher extends Matcher {
|
|
|
2175
2175
|
return this.predicate(value);
|
|
2176
2176
|
}
|
|
2177
2177
|
}
|
|
2178
|
-
// node_modules/.pnpm
|
|
2178
|
+
// node_modules/.pnpm/webcrack@https+++gitpkg.vercel.app+api+pkg.tgz+url=j4k0xb+webcrack+packages+webcrack&commit=4_jom4jr47eifu2o6dz4f7axe3da/node_modules/webcrack/src/ast-utils/matcher.ts
|
|
2179
2179
|
import * as t12 from "@babel/types";
|
|
2180
2180
|
function infiniteLoop(body) {
|
|
2181
2181
|
return or(forStatement(undefined, null, undefined, body), forStatement(undefined, truthyMatcher, undefined, body), whileStatement(truthyMatcher, body));
|
|
@@ -2227,7 +2227,7 @@ var trueMatcher = or(booleanLiteral(true), unaryExpression("!", numericLiteral(0
|
|
|
2227
2227
|
var falseMatcher = or(booleanLiteral(false), unaryExpression("!", arrayExpression([])));
|
|
2228
2228
|
var truthyMatcher = or(trueMatcher, arrayExpression([]));
|
|
2229
2229
|
|
|
2230
|
-
// node_modules/.pnpm
|
|
2230
|
+
// node_modules/.pnpm/webcrack@https+++gitpkg.vercel.app+api+pkg.tgz+url=j4k0xb+webcrack+packages+webcrack&commit=4_jom4jr47eifu2o6dz4f7axe3da/node_modules/webcrack/src/ast-utils/inline.ts
|
|
2231
2231
|
function inlineVariable(binding, value = anyExpression(), unsafeAssignments = false) {
|
|
2232
2232
|
const varDeclarator = binding.path.node;
|
|
2233
2233
|
const varMatcher = variableDeclarator(identifier(binding.identifier.name), value);
|
|
@@ -2359,7 +2359,7 @@ function inlineVariableAliases(binding, targetName = binding.identifier.name) {
|
|
|
2359
2359
|
}
|
|
2360
2360
|
return state;
|
|
2361
2361
|
}
|
|
2362
|
-
// node_modules/.pnpm
|
|
2362
|
+
// node_modules/.pnpm/webcrack@https+++gitpkg.vercel.app+api+pkg.tgz+url=j4k0xb+webcrack+packages+webcrack&commit=4_jom4jr47eifu2o6dz4f7axe3da/node_modules/webcrack/src/ast-utils/rename.ts
|
|
2363
2363
|
import traverse6 from "@babel/traverse";
|
|
2364
2364
|
import * as t14 from "@babel/types";
|
|
2365
2365
|
function renameFast(binding, newName) {
|
|
@@ -2402,7 +2402,7 @@ function renameFast(binding, newName) {
|
|
|
2402
2402
|
binding.scope.bindings[newName] = binding;
|
|
2403
2403
|
binding.identifier.name = newName;
|
|
2404
2404
|
}
|
|
2405
|
-
// node_modules/.pnpm
|
|
2405
|
+
// node_modules/.pnpm/webcrack@https+++gitpkg.vercel.app+api+pkg.tgz+url=j4k0xb+webcrack+packages+webcrack&commit=4_jom4jr47eifu2o6dz4f7axe3da/node_modules/webcrack/src/ast-utils/transform.ts
|
|
2406
2406
|
import traverse8, {visitors} from "@babel/traverse";
|
|
2407
2407
|
import debug from "debug";
|
|
2408
2408
|
async function applyTransformAsync(ast, transform, options2) {
|
|
@@ -2456,7 +2456,7 @@ function mergeTransforms(options2) {
|
|
|
2456
2456
|
};
|
|
2457
2457
|
}
|
|
2458
2458
|
var logger = debug("webcrack:transforms");
|
|
2459
|
-
// node_modules/.pnpm
|
|
2459
|
+
// node_modules/.pnpm/webcrack@https+++gitpkg.vercel.app+api+pkg.tgz+url=j4k0xb+webcrack+packages+webcrack&commit=4_jom4jr47eifu2o6dz4f7axe3da/node_modules/webcrack/src/unminify/transforms/merge-strings.ts
|
|
2460
2460
|
var merge_strings_default = {
|
|
2461
2461
|
name: "merge-strings",
|
|
2462
2462
|
tags: ["safe"],
|
|
@@ -2480,7 +2480,7 @@ var merge_strings_default = {
|
|
|
2480
2480
|
}
|
|
2481
2481
|
};
|
|
2482
2482
|
|
|
2483
|
-
// node_modules/.pnpm
|
|
2483
|
+
// node_modules/.pnpm/webcrack@https+++gitpkg.vercel.app+api+pkg.tgz+url=j4k0xb+webcrack+packages+webcrack&commit=4_jom4jr47eifu2o6dz4f7axe3da/node_modules/webcrack/src/deobfuscate/array-rotator.ts
|
|
2484
2484
|
function findArrayRotator(stringArray) {
|
|
2485
2485
|
const arrayIdentifier = capture(identifier());
|
|
2486
2486
|
const pushShift = callExpression(constMemberExpression(arrayIdentifier, "push"), [
|
|
@@ -2500,7 +2500,7 @@ function findArrayRotator(stringArray) {
|
|
|
2500
2500
|
}
|
|
2501
2501
|
}
|
|
2502
2502
|
|
|
2503
|
-
// node_modules/.pnpm
|
|
2503
|
+
// node_modules/.pnpm/webcrack@https+++gitpkg.vercel.app+api+pkg.tgz+url=j4k0xb+webcrack+packages+webcrack&commit=4_jom4jr47eifu2o6dz4f7axe3da/node_modules/webcrack/src/deobfuscate/control-flow-object.ts
|
|
2504
2504
|
import * as t15 from "@babel/types";
|
|
2505
2505
|
var control_flow_object_default = {
|
|
2506
2506
|
name: "control-flow-object",
|
|
@@ -2624,7 +2624,7 @@ var control_flow_object_default = {
|
|
|
2624
2624
|
}
|
|
2625
2625
|
};
|
|
2626
2626
|
|
|
2627
|
-
// node_modules/.pnpm
|
|
2627
|
+
// node_modules/.pnpm/webcrack@https+++gitpkg.vercel.app+api+pkg.tgz+url=j4k0xb+webcrack+packages+webcrack&commit=4_jom4jr47eifu2o6dz4f7axe3da/node_modules/webcrack/src/deobfuscate/control-flow-switch.ts
|
|
2628
2628
|
import * as t16 from "@babel/types";
|
|
2629
2629
|
var control_flow_switch_default = {
|
|
2630
2630
|
name: "control-flow-switch",
|
|
@@ -2659,7 +2659,7 @@ var control_flow_switch_default = {
|
|
|
2659
2659
|
}
|
|
2660
2660
|
};
|
|
2661
2661
|
|
|
2662
|
-
// node_modules/.pnpm
|
|
2662
|
+
// node_modules/.pnpm/webcrack@https+++gitpkg.vercel.app+api+pkg.tgz+url=j4k0xb+webcrack+packages+webcrack&commit=4_jom4jr47eifu2o6dz4f7axe3da/node_modules/webcrack/src/deobfuscate/dead-code.ts
|
|
2663
2663
|
import * as t17 from "@babel/types";
|
|
2664
2664
|
var replace = function(path, replacement) {
|
|
2665
2665
|
if (t17.isBlockStatement(replacement.node)) {
|
|
@@ -2704,7 +2704,7 @@ var dead_code_default = {
|
|
|
2704
2704
|
}
|
|
2705
2705
|
};
|
|
2706
2706
|
|
|
2707
|
-
// node_modules/.pnpm
|
|
2707
|
+
// node_modules/.pnpm/webcrack@https+++gitpkg.vercel.app+api+pkg.tgz+url=j4k0xb+webcrack+packages+webcrack&commit=4_jom4jr47eifu2o6dz4f7axe3da/node_modules/webcrack/src/deobfuscate/decoder.ts
|
|
2708
2708
|
import {expression} from "@babel/template";
|
|
2709
2709
|
function findDecoders(stringArray) {
|
|
2710
2710
|
const decoders = [];
|
|
@@ -2773,7 +2773,7 @@ class Decoder {
|
|
|
2773
2773
|
}
|
|
2774
2774
|
}
|
|
2775
2775
|
|
|
2776
|
-
// node_modules/.pnpm
|
|
2776
|
+
// node_modules/.pnpm/webcrack@https+++gitpkg.vercel.app+api+pkg.tgz+url=j4k0xb+webcrack+packages+webcrack&commit=4_jom4jr47eifu2o6dz4f7axe3da/node_modules/webcrack/src/deobfuscate/inline-decoded-strings.ts
|
|
2777
2777
|
import * as t18 from "@babel/types";
|
|
2778
2778
|
var inline_decoded_strings_default = {
|
|
2779
2779
|
name: "inline-decoded-strings",
|
|
@@ -2795,7 +2795,7 @@ var inline_decoded_strings_default = {
|
|
|
2795
2795
|
}
|
|
2796
2796
|
};
|
|
2797
2797
|
|
|
2798
|
-
// node_modules/.pnpm
|
|
2798
|
+
// node_modules/.pnpm/webcrack@https+++gitpkg.vercel.app+api+pkg.tgz+url=j4k0xb+webcrack+packages+webcrack&commit=4_jom4jr47eifu2o6dz4f7axe3da/node_modules/webcrack/src/deobfuscate/inline-decoder-wrappers.ts
|
|
2799
2799
|
var inline_decoder_wrappers_default = {
|
|
2800
2800
|
name: "inline-decoder-wrappers",
|
|
2801
2801
|
tags: ["unsafe"],
|
|
@@ -2812,7 +2812,7 @@ var inline_decoder_wrappers_default = {
|
|
|
2812
2812
|
}
|
|
2813
2813
|
};
|
|
2814
2814
|
|
|
2815
|
-
// node_modules/.pnpm
|
|
2815
|
+
// node_modules/.pnpm/webcrack@https+++gitpkg.vercel.app+api+pkg.tgz+url=j4k0xb+webcrack+packages+webcrack&commit=4_jom4jr47eifu2o6dz4f7axe3da/node_modules/webcrack/src/deobfuscate/inline-object-props.ts
|
|
2816
2816
|
var inline_object_props_default = {
|
|
2817
2817
|
name: "inline-object-props",
|
|
2818
2818
|
tags: ["safe"],
|
|
@@ -2850,7 +2850,7 @@ var inline_object_props_default = {
|
|
|
2850
2850
|
}
|
|
2851
2851
|
};
|
|
2852
2852
|
|
|
2853
|
-
// node_modules/.pnpm
|
|
2853
|
+
// node_modules/.pnpm/webcrack@https+++gitpkg.vercel.app+api+pkg.tgz+url=j4k0xb+webcrack+packages+webcrack&commit=4_jom4jr47eifu2o6dz4f7axe3da/node_modules/webcrack/src/deobfuscate/string-array.ts
|
|
2854
2854
|
import traverse10 from "@babel/traverse";
|
|
2855
2855
|
function findStringArray(ast2) {
|
|
2856
2856
|
let result;
|
|
@@ -2900,7 +2900,7 @@ function findStringArray(ast2) {
|
|
|
2900
2900
|
return result;
|
|
2901
2901
|
}
|
|
2902
2902
|
|
|
2903
|
-
// node_modules/.pnpm
|
|
2903
|
+
// node_modules/.pnpm/webcrack@https+++gitpkg.vercel.app+api+pkg.tgz+url=j4k0xb+webcrack+packages+webcrack&commit=4_jom4jr47eifu2o6dz4f7axe3da/node_modules/webcrack/src/deobfuscate/vm.ts
|
|
2904
2904
|
import debug2 from "debug";
|
|
2905
2905
|
class VMDecoder {
|
|
2906
2906
|
decoders;
|
|
@@ -3221,7 +3221,7 @@ __export(exports_transforms, {
|
|
|
3221
3221
|
}
|
|
3222
3222
|
});
|
|
3223
3223
|
|
|
3224
|
-
// node_modules/.pnpm
|
|
3224
|
+
// node_modules/.pnpm/webcrack@https+++gitpkg.vercel.app+api+pkg.tgz+url=j4k0xb+webcrack+packages+webcrack&commit=4_jom4jr47eifu2o6dz4f7axe3da/node_modules/webcrack/src/unminify/transforms/block-statements.ts
|
|
3225
3225
|
import * as t21 from "@babel/types";
|
|
3226
3226
|
var block_statements_default = {
|
|
3227
3227
|
name: "block-statements",
|
|
@@ -3259,7 +3259,7 @@ var block_statements_default = {
|
|
|
3259
3259
|
}
|
|
3260
3260
|
})
|
|
3261
3261
|
};
|
|
3262
|
-
// node_modules/.pnpm
|
|
3262
|
+
// node_modules/.pnpm/webcrack@https+++gitpkg.vercel.app+api+pkg.tgz+url=j4k0xb+webcrack+packages+webcrack&commit=4_jom4jr47eifu2o6dz4f7axe3da/node_modules/webcrack/src/unminify/transforms/computed-properties.ts
|
|
3263
3263
|
import {isIdentifierName} from "@babel/helper-validator-identifier";
|
|
3264
3264
|
import * as t22 from "@babel/types";
|
|
3265
3265
|
var computed_properties_default = {
|
|
@@ -3293,7 +3293,7 @@ var computed_properties_default = {
|
|
|
3293
3293
|
};
|
|
3294
3294
|
}
|
|
3295
3295
|
};
|
|
3296
|
-
// node_modules/.pnpm
|
|
3296
|
+
// node_modules/.pnpm/webcrack@https+++gitpkg.vercel.app+api+pkg.tgz+url=j4k0xb+webcrack+packages+webcrack&commit=4_jom4jr47eifu2o6dz4f7axe3da/node_modules/webcrack/src/unminify/transforms/for-to-while.ts
|
|
3297
3297
|
import * as t23 from "@babel/types";
|
|
3298
3298
|
var for_to_while_default = {
|
|
3299
3299
|
name: "for-to-while",
|
|
@@ -3312,7 +3312,7 @@ var for_to_while_default = {
|
|
|
3312
3312
|
};
|
|
3313
3313
|
}
|
|
3314
3314
|
};
|
|
3315
|
-
// node_modules/.pnpm
|
|
3315
|
+
// node_modules/.pnpm/webcrack@https+++gitpkg.vercel.app+api+pkg.tgz+url=j4k0xb+webcrack+packages+webcrack&commit=4_jom4jr47eifu2o6dz4f7axe3da/node_modules/webcrack/src/unminify/transforms/infinity.ts
|
|
3316
3316
|
import * as t24 from "@babel/types";
|
|
3317
3317
|
var infinity_default = {
|
|
3318
3318
|
name: "infinity",
|
|
@@ -3338,7 +3338,7 @@ var infinity_default = {
|
|
|
3338
3338
|
};
|
|
3339
3339
|
}
|
|
3340
3340
|
};
|
|
3341
|
-
// node_modules/.pnpm
|
|
3341
|
+
// node_modules/.pnpm/webcrack@https+++gitpkg.vercel.app+api+pkg.tgz+url=j4k0xb+webcrack+packages+webcrack&commit=4_jom4jr47eifu2o6dz4f7axe3da/node_modules/webcrack/src/unminify/transforms/invert-boolean-logic.ts
|
|
3342
3342
|
import * as t25 from "@babel/types";
|
|
3343
3343
|
var INVERTED_BINARY_OPERATORS = {
|
|
3344
3344
|
"==": "!=",
|
|
@@ -3388,7 +3388,7 @@ var invert_boolean_logic_default = {
|
|
|
3388
3388
|
};
|
|
3389
3389
|
}
|
|
3390
3390
|
};
|
|
3391
|
-
// node_modules/.pnpm
|
|
3391
|
+
// node_modules/.pnpm/webcrack@https+++gitpkg.vercel.app+api+pkg.tgz+url=j4k0xb+webcrack+packages+webcrack&commit=4_jom4jr47eifu2o6dz4f7axe3da/node_modules/webcrack/src/unminify/transforms/json-parse.ts
|
|
3392
3392
|
import {parseExpression} from "@babel/parser";
|
|
3393
3393
|
var json_parse_default = {
|
|
3394
3394
|
name: "json-parse",
|
|
@@ -3416,7 +3416,7 @@ var json_parse_default = {
|
|
|
3416
3416
|
};
|
|
3417
3417
|
}
|
|
3418
3418
|
};
|
|
3419
|
-
// node_modules/.pnpm
|
|
3419
|
+
// node_modules/.pnpm/webcrack@https+++gitpkg.vercel.app+api+pkg.tgz+url=j4k0xb+webcrack+packages+webcrack&commit=4_jom4jr47eifu2o6dz4f7axe3da/node_modules/webcrack/src/unminify/transforms/logical-to-if.ts
|
|
3420
3420
|
import {statement} from "@babel/template";
|
|
3421
3421
|
import * as t26 from "@babel/types";
|
|
3422
3422
|
var logical_to_if_default = {
|
|
@@ -3449,7 +3449,7 @@ var logical_to_if_default = {
|
|
|
3449
3449
|
};
|
|
3450
3450
|
}
|
|
3451
3451
|
};
|
|
3452
|
-
// node_modules/.pnpm
|
|
3452
|
+
// node_modules/.pnpm/webcrack@https+++gitpkg.vercel.app+api+pkg.tgz+url=j4k0xb+webcrack+packages+webcrack&commit=4_jom4jr47eifu2o6dz4f7axe3da/node_modules/webcrack/src/unminify/transforms/merge-else-if.ts
|
|
3453
3453
|
var merge_else_if_default = {
|
|
3454
3454
|
name: "merge-else-if",
|
|
3455
3455
|
tags: ["safe"],
|
|
@@ -3468,7 +3468,7 @@ var merge_else_if_default = {
|
|
|
3468
3468
|
};
|
|
3469
3469
|
}
|
|
3470
3470
|
};
|
|
3471
|
-
// node_modules/.pnpm
|
|
3471
|
+
// node_modules/.pnpm/webcrack@https+++gitpkg.vercel.app+api+pkg.tgz+url=j4k0xb+webcrack+packages+webcrack&commit=4_jom4jr47eifu2o6dz4f7axe3da/node_modules/webcrack/src/unminify/transforms/number-expressions.ts
|
|
3472
3472
|
import * as t27 from "@babel/types";
|
|
3473
3473
|
var number_expressions_default = {
|
|
3474
3474
|
name: "number-expressions",
|
|
@@ -3490,7 +3490,7 @@ var number_expressions_default = {
|
|
|
3490
3490
|
})
|
|
3491
3491
|
};
|
|
3492
3492
|
var matcher3 = or(unaryExpression("-", or(stringLiteral(), numericLiteral())), binaryExpression(or("+", "-", "/", "%", "*", "**", "&", "|", ">>", ">>>", "<<", "^"), or(stringLiteral(), numericLiteral(), unaryExpression("-", numericLiteral())), or(stringLiteral(), numericLiteral(), unaryExpression("-", numericLiteral()))));
|
|
3493
|
-
// node_modules/.pnpm
|
|
3493
|
+
// node_modules/.pnpm/webcrack@https+++gitpkg.vercel.app+api+pkg.tgz+url=j4k0xb+webcrack+packages+webcrack&commit=4_jom4jr47eifu2o6dz4f7axe3da/node_modules/webcrack/src/unminify/transforms/raw-literals.ts
|
|
3494
3494
|
var raw_literals_default = {
|
|
3495
3495
|
name: "raw-literals",
|
|
3496
3496
|
tags: ["safe"],
|
|
@@ -3509,7 +3509,7 @@ var raw_literals_default = {
|
|
|
3509
3509
|
}
|
|
3510
3510
|
})
|
|
3511
3511
|
};
|
|
3512
|
-
// node_modules/.pnpm
|
|
3512
|
+
// node_modules/.pnpm/webcrack@https+++gitpkg.vercel.app+api+pkg.tgz+url=j4k0xb+webcrack+packages+webcrack&commit=4_jom4jr47eifu2o6dz4f7axe3da/node_modules/webcrack/src/unminify/transforms/sequence.ts
|
|
3513
3513
|
import * as t28 from "@babel/types";
|
|
3514
3514
|
var sequence_default = {
|
|
3515
3515
|
name: "sequence",
|
|
@@ -3631,7 +3631,7 @@ var sequence_default = {
|
|
|
3631
3631
|
};
|
|
3632
3632
|
}
|
|
3633
3633
|
};
|
|
3634
|
-
// node_modules/.pnpm
|
|
3634
|
+
// node_modules/.pnpm/webcrack@https+++gitpkg.vercel.app+api+pkg.tgz+url=j4k0xb+webcrack+packages+webcrack&commit=4_jom4jr47eifu2o6dz4f7axe3da/node_modules/webcrack/src/unminify/transforms/split-for-loop-vars.ts
|
|
3635
3635
|
import * as t29 from "@babel/types";
|
|
3636
3636
|
var matcher4 = forStatement(variableDeclaration("var", arrayOf(variableDeclarator(identifier()))));
|
|
3637
3637
|
var split_for_loop_vars_default = {
|
|
@@ -3664,7 +3664,7 @@ var split_for_loop_vars_default = {
|
|
|
3664
3664
|
}
|
|
3665
3665
|
})
|
|
3666
3666
|
};
|
|
3667
|
-
// node_modules/.pnpm
|
|
3667
|
+
// node_modules/.pnpm/webcrack@https+++gitpkg.vercel.app+api+pkg.tgz+url=j4k0xb+webcrack+packages+webcrack&commit=4_jom4jr47eifu2o6dz4f7axe3da/node_modules/webcrack/src/unminify/transforms/split-variable-declarations.ts
|
|
3668
3668
|
import * as t30 from "@babel/types";
|
|
3669
3669
|
var split_variable_declarations_default = {
|
|
3670
3670
|
name: "split-variable-declarations",
|
|
@@ -3692,7 +3692,7 @@ var split_variable_declarations_default = {
|
|
|
3692
3692
|
}
|
|
3693
3693
|
})
|
|
3694
3694
|
};
|
|
3695
|
-
// node_modules/.pnpm
|
|
3695
|
+
// node_modules/.pnpm/webcrack@https+++gitpkg.vercel.app+api+pkg.tgz+url=j4k0xb+webcrack+packages+webcrack&commit=4_jom4jr47eifu2o6dz4f7axe3da/node_modules/webcrack/src/unminify/transforms/ternary-to-if.ts
|
|
3696
3696
|
import {statement as statement2} from "@babel/template";
|
|
3697
3697
|
var ternary_to_if_default = {
|
|
3698
3698
|
name: "ternary-to-if",
|
|
@@ -3732,7 +3732,7 @@ var ternary_to_if_default = {
|
|
|
3732
3732
|
};
|
|
3733
3733
|
}
|
|
3734
3734
|
};
|
|
3735
|
-
// node_modules/.pnpm
|
|
3735
|
+
// node_modules/.pnpm/webcrack@https+++gitpkg.vercel.app+api+pkg.tgz+url=j4k0xb+webcrack+packages+webcrack&commit=4_jom4jr47eifu2o6dz4f7axe3da/node_modules/webcrack/src/unminify/transforms/typeof-undefined.ts
|
|
3736
3736
|
import * as t31 from "@babel/types";
|
|
3737
3737
|
var OPERATOR_MAP = {
|
|
3738
3738
|
">": "===",
|
|
@@ -3757,7 +3757,7 @@ var typeof_undefined_default = {
|
|
|
3757
3757
|
};
|
|
3758
3758
|
}
|
|
3759
3759
|
};
|
|
3760
|
-
// node_modules/.pnpm
|
|
3760
|
+
// node_modules/.pnpm/webcrack@https+++gitpkg.vercel.app+api+pkg.tgz+url=j4k0xb+webcrack+packages+webcrack&commit=4_jom4jr47eifu2o6dz4f7axe3da/node_modules/webcrack/src/unminify/transforms/unary-expressions.ts
|
|
3761
3761
|
import * as t32 from "@babel/types";
|
|
3762
3762
|
var unary_expressions_default = {
|
|
3763
3763
|
name: "unary-expressions",
|
|
@@ -3787,7 +3787,7 @@ var unary_expressions_default = {
|
|
|
3787
3787
|
};
|
|
3788
3788
|
}
|
|
3789
3789
|
};
|
|
3790
|
-
// node_modules/.pnpm
|
|
3790
|
+
// node_modules/.pnpm/webcrack@https+++gitpkg.vercel.app+api+pkg.tgz+url=j4k0xb+webcrack+packages+webcrack&commit=4_jom4jr47eifu2o6dz4f7axe3da/node_modules/webcrack/src/unminify/transforms/unminify-booleans.ts
|
|
3791
3791
|
import * as t33 from "@babel/types";
|
|
3792
3792
|
var unminify_booleans_default = {
|
|
3793
3793
|
name: "unminify-booleans",
|
|
@@ -3806,7 +3806,7 @@ var unminify_booleans_default = {
|
|
|
3806
3806
|
};
|
|
3807
3807
|
var trueMatcher2 = or(unaryExpression("!", numericLiteral(0)), unaryExpression("!", unaryExpression("!", numericLiteral(1))), unaryExpression("!", unaryExpression("!", arrayExpression([]))));
|
|
3808
3808
|
var falseMatcher2 = or(unaryExpression("!", numericLiteral(1)), unaryExpression("!", arrayExpression([])));
|
|
3809
|
-
// node_modules/.pnpm
|
|
3809
|
+
// node_modules/.pnpm/webcrack@https+++gitpkg.vercel.app+api+pkg.tgz+url=j4k0xb+webcrack+packages+webcrack&commit=4_jom4jr47eifu2o6dz4f7axe3da/node_modules/webcrack/src/unminify/transforms/void-to-undefined.ts
|
|
3810
3810
|
import * as t34 from "@babel/types";
|
|
3811
3811
|
var void_to_undefined_default = {
|
|
3812
3812
|
name: "void-to-undefined",
|
|
@@ -3826,7 +3826,7 @@ var void_to_undefined_default = {
|
|
|
3826
3826
|
};
|
|
3827
3827
|
}
|
|
3828
3828
|
};
|
|
3829
|
-
// node_modules/.pnpm
|
|
3829
|
+
// node_modules/.pnpm/webcrack@https+++gitpkg.vercel.app+api+pkg.tgz+url=j4k0xb+webcrack+packages+webcrack&commit=4_jom4jr47eifu2o6dz4f7axe3da/node_modules/webcrack/src/unminify/transforms/yoda.ts
|
|
3830
3830
|
import * as t35 from "@babel/types";
|
|
3831
3831
|
var FLIPPED_OPERATORS = {
|
|
3832
3832
|
"==": "==",
|
|
@@ -4304,7 +4304,7 @@ function transform4(ast2) {
|
|
|
4304
4304
|
return ast2;
|
|
4305
4305
|
}
|
|
4306
4306
|
|
|
4307
|
-
// node_modules/.pnpm
|
|
4307
|
+
// node_modules/.pnpm/webcrack@https+++gitpkg.vercel.app+api+pkg.tgz+url=j4k0xb+webcrack+packages+webcrack&commit=4_jom4jr47eifu2o6dz4f7axe3da/node_modules/webcrack/src/transpile/transforms/index.ts
|
|
4308
4308
|
var exports_transforms2 = {};
|
|
4309
4309
|
__export(exports_transforms2, {
|
|
4310
4310
|
templateLiterals: () => {
|
|
@@ -4339,7 +4339,7 @@ __export(exports_transforms2, {
|
|
|
4339
4339
|
}
|
|
4340
4340
|
});
|
|
4341
4341
|
|
|
4342
|
-
// node_modules/.pnpm
|
|
4342
|
+
// node_modules/.pnpm/webcrack@https+++gitpkg.vercel.app+api+pkg.tgz+url=j4k0xb+webcrack+packages+webcrack&commit=4_jom4jr47eifu2o6dz4f7axe3da/node_modules/webcrack/src/transpile/transforms/default-parameters.ts
|
|
4343
4343
|
import * as t39 from "@babel/types";
|
|
4344
4344
|
var default_parameters_default = {
|
|
4345
4345
|
name: "default-parameters",
|
|
@@ -4405,7 +4405,7 @@ var default_parameters_default = {
|
|
|
4405
4405
|
};
|
|
4406
4406
|
}
|
|
4407
4407
|
};
|
|
4408
|
-
// node_modules/.pnpm
|
|
4408
|
+
// node_modules/.pnpm/webcrack@https+++gitpkg.vercel.app+api+pkg.tgz+url=j4k0xb+webcrack+packages+webcrack&commit=4_jom4jr47eifu2o6dz4f7axe3da/node_modules/webcrack/src/transpile/transforms/logical-assignments.ts
|
|
4409
4409
|
import * as t40 from "@babel/types";
|
|
4410
4410
|
var logical_assignments_default = {
|
|
4411
4411
|
name: "logical-assignments",
|
|
@@ -4460,7 +4460,7 @@ var logical_assignments_default = {
|
|
|
4460
4460
|
};
|
|
4461
4461
|
}
|
|
4462
4462
|
};
|
|
4463
|
-
// node_modules/.pnpm
|
|
4463
|
+
// node_modules/.pnpm/webcrack@https+++gitpkg.vercel.app+api+pkg.tgz+url=j4k0xb+webcrack+packages+webcrack&commit=4_jom4jr47eifu2o6dz4f7axe3da/node_modules/webcrack/src/transpile/transforms/nullish-coalescing.ts
|
|
4464
4464
|
import * as t41 from "@babel/types";
|
|
4465
4465
|
var nullish_coalescing_default = {
|
|
4466
4466
|
name: "nullish-coalescing",
|
|
@@ -4503,7 +4503,7 @@ var nullish_coalescing_default = {
|
|
|
4503
4503
|
};
|
|
4504
4504
|
}
|
|
4505
4505
|
};
|
|
4506
|
-
// node_modules/.pnpm
|
|
4506
|
+
// node_modules/.pnpm/webcrack@https+++gitpkg.vercel.app+api+pkg.tgz+url=j4k0xb+webcrack+packages+webcrack&commit=4_jom4jr47eifu2o6dz4f7axe3da/node_modules/webcrack/src/transpile/transforms/nullish-coalescing-assignment.ts
|
|
4507
4507
|
import * as t42 from "@babel/types";
|
|
4508
4508
|
var nullish_coalescing_assignment_default = {
|
|
4509
4509
|
name: "nullish-coalescing-assignment",
|
|
@@ -4537,7 +4537,7 @@ var nullish_coalescing_assignment_default = {
|
|
|
4537
4537
|
};
|
|
4538
4538
|
}
|
|
4539
4539
|
};
|
|
4540
|
-
// node_modules/.pnpm
|
|
4540
|
+
// node_modules/.pnpm/webcrack@https+++gitpkg.vercel.app+api+pkg.tgz+url=j4k0xb+webcrack+packages+webcrack&commit=4_jom4jr47eifu2o6dz4f7axe3da/node_modules/webcrack/src/transpile/transforms/optional-chaining.ts
|
|
4541
4541
|
import * as t43 from "@babel/types";
|
|
4542
4542
|
var optional_chaining_default = {
|
|
4543
4543
|
name: "optional-chaining",
|
|
@@ -4571,7 +4571,7 @@ var optional_chaining_default = {
|
|
|
4571
4571
|
};
|
|
4572
4572
|
}
|
|
4573
4573
|
};
|
|
4574
|
-
// node_modules/.pnpm
|
|
4574
|
+
// node_modules/.pnpm/webcrack@https+++gitpkg.vercel.app+api+pkg.tgz+url=j4k0xb+webcrack+packages+webcrack&commit=4_jom4jr47eifu2o6dz4f7axe3da/node_modules/webcrack/src/transpile/transforms/template-literals.ts
|
|
4575
4575
|
import * as t44 from "@babel/types";
|
|
4576
4576
|
var escape2 = function(str) {
|
|
4577
4577
|
return str.replaceAll("\\", "\\\\").replaceAll("`", "\\`").replaceAll("$", "\\$").replaceAll("\0", "\\0").replaceAll("\b", "\\b").replaceAll("\f", "\\f").replaceAll("\r", "\\r").replaceAll("\t", "\\t").replaceAll("\v", "\\v");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@delance/builder",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.12",
|
|
4
4
|
"description": "A spear to the Python language server built with black magic",
|
|
5
5
|
"license": "0BSD",
|
|
6
6
|
"author": "mochaaP <npm@mochaa.ws>",
|
|
@@ -83,13 +83,12 @@
|
|
|
83
83
|
"bun": "^1.0.35",
|
|
84
84
|
"rimraf": "^5.0.5",
|
|
85
85
|
"typescript": "^5.4.3",
|
|
86
|
-
"webcrack": "https://gitpkg.vercel.app/api/pkg.tgz?url=j4k0xb/webcrack/packages/webcrack&commit=
|
|
86
|
+
"webcrack": "https://gitpkg.vercel.app/api/pkg.tgz?url=j4k0xb/webcrack/packages/webcrack&commit=4b883a0872df282cdb33fe5adbc1b1225ec73391&scripts.postinstall=rimraf tsconfig.json",
|
|
87
87
|
"xo": "^0.58.0"
|
|
88
88
|
},
|
|
89
89
|
"peerDependencies": {
|
|
90
90
|
"debug": "^4"
|
|
91
91
|
},
|
|
92
|
-
"packageManager": "pnpm@8.15.4",
|
|
93
92
|
"engines": {
|
|
94
93
|
"node": ">=18"
|
|
95
94
|
},
|