Lines 9-49javascript
9var __copyProps = (to, from, except, desc) => {
10 if (from && typeof from === "object" || typeof from === "function") {
11 for (let key of __getOwnPropNames(from))
12 if (!__hasOwnProp.call(to, key) && key !== except)
13 __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
18 // If the importer is in node compatibility mode or this is not an ESM
19 // file that has been converted to a CommonJS file using a Babel-
20 // compatible transform (i.e. "__esModule" has not been set), then set
21 // "default" to the CommonJS "module.exports" for node compatibility.
22 isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
27var import_commander = require("commander");
28var import_chalk26 = __toESM(require("chalk"));
31var version = "0.4.4";
HighSandbox Evasion Gated Capability
Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.
dist/index.jsView on unpkg · L29 34var ApiError = class extends Error {
35 constructor(status, message, body) {
39 this.name = "ApiError";
43// src/commands/login.ts
44var import_chalk2 = __toESM(require("chalk"));
45var import_ora = __toESM(require("ora"));
48var fs = __toESM(require("fs"));
49var os = __toESM(require("os"));