typescript-virtual-container 1.5.3 → 1.5.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +43 -23
- package/dist/.tsbuildinfo +1 -0
- package/dist/SSHMimic/executor.js +23 -5
- package/dist/VirtualPackageManager/index.js +10 -0
- package/dist/commands/basename.d.ts +13 -0
- package/dist/commands/basename.js +45 -0
- package/dist/commands/file.d.ts +8 -0
- package/dist/commands/file.js +57 -0
- package/dist/commands/fun.d.ts +32 -0
- package/dist/commands/fun.js +172 -0
- package/dist/commands/ifconfig.d.ts +7 -0
- package/dist/commands/ifconfig.js +52 -0
- package/dist/commands/last.d.ts +13 -0
- package/dist/commands/last.js +68 -0
- package/dist/commands/manuals-bundle.js +598 -6
- package/dist/commands/registry.js +24 -2
- package/dist/commands/runtime.js +22 -2
- package/dist/commands/sh.js +5 -0
- package/dist/commands/tput.d.ts +13 -0
- package/dist/commands/tput.js +76 -0
- package/dist/commands/w.d.ts +7 -0
- package/dist/commands/w.js +38 -0
- package/dist/utils/expand.d.ts +12 -0
- package/dist/utils/expand.js +84 -0
- package/package.json +9 -3
- package/.github/ISSUE_TEMPLATE/bug_report.yml +0 -50
- package/.github/ISSUE_TEMPLATE/feature_request.yml +0 -31
- package/.github/dependabot.yml +0 -27
- package/.github/pull_request_template.md +0 -21
- package/.github/workflows/create-pull-request.yml +0 -85
- package/.github/workflows/publish.yml +0 -25
- package/.github/workflows/test-battery.yml +0 -102
- package/.vscode/settings.json +0 -20
- package/CODE_OF_CONDUCT.md +0 -39
- package/CONTRIBUTING.md +0 -59
- package/HONEYPOT.md +0 -358
- package/SECURITY.md +0 -33
- package/benchmark-results.txt +0 -40
- package/benchmark-virtualshell.ts +0 -88
- package/biome.json +0 -37
- package/build.js +0 -22
- package/builds/fortune-nyx-v1.5.3-directbash-k6.1.0.mjs +0 -1764
- package/builds/fortune-nyx-v1.5.3-ssh-nosftp.js +0 -1764
- package/builds/fortune-nyx-v1.5.3-ssh.cjs +0 -1765
- package/builds/fortune-nyx-v1.5.3-web.min.js +0 -17036
- package/bun.lock +0 -244
- package/docs/.nojekyll +0 -1
- package/docs/app.js +0 -1751
- package/docs/assets/hierarchy.js +0 -1
- package/docs/assets/highlight.css +0 -162
- package/docs/assets/icons.js +0 -18
- package/docs/assets/icons.svg +0 -1
- package/docs/assets/main.js +0 -60
- package/docs/assets/navigation.js +0 -1
- package/docs/assets/search.js +0 -1
- package/docs/assets/style.css +0 -1633
- package/docs/classes/HoneyPot.html +0 -31
- package/docs/classes/IdleManager.html +0 -162
- package/docs/classes/SshClient.html +0 -66
- package/docs/classes/VirtualFileSystem.html +0 -279
- package/docs/classes/VirtualPackageManager.html +0 -63
- package/docs/classes/VirtualSftpServer.html +0 -169
- package/docs/classes/VirtualShell.html +0 -285
- package/docs/classes/VirtualSshServer.html +0 -182
- package/docs/classes/VirtualUserManager.html +0 -276
- package/docs/demo.html +0 -82
- package/docs/functions/assertDiff.html +0 -6
- package/docs/functions/diffSnapshots.html +0 -7
- package/docs/functions/formatDiff.html +0 -6
- package/docs/functions/getArg.html +0 -13
- package/docs/functions/getFlag.html +0 -15
- package/docs/functions/ifFlag.html +0 -11
- package/docs/hierarchy.html +0 -1
- package/docs/index.html +0 -1869
- package/docs/interfaces/AuditLogEntry.html +0 -6
- package/docs/interfaces/CommandContext.html +0 -22
- package/docs/interfaces/CommandResult.html +0 -26
- package/docs/interfaces/ExecStream.html +0 -11
- package/docs/interfaces/HoneyPotStats.html +0 -16
- package/docs/interfaces/IdleManagerOptions.html +0 -7
- package/docs/interfaces/InstalledPackage.html +0 -20
- package/docs/interfaces/NanoEditorSession.html +0 -8
- package/docs/interfaces/PackageDefinition.html +0 -30
- package/docs/interfaces/PackageFile.html +0 -8
- package/docs/interfaces/PasswordChallenge.html +0 -16
- package/docs/interfaces/RemoveOptions.html +0 -4
- package/docs/interfaces/ShellEnv.html +0 -6
- package/docs/interfaces/ShellModule.html +0 -14
- package/docs/interfaces/ShellProperties.html +0 -14
- package/docs/interfaces/ShellStream.html +0 -11
- package/docs/interfaces/SudoChallenge.html +0 -24
- package/docs/interfaces/VfsBaseNode.html +0 -12
- package/docs/interfaces/VfsDiff.html +0 -10
- package/docs/interfaces/VfsDiffEntry.html +0 -6
- package/docs/interfaces/VfsDiffModified.html +0 -10
- package/docs/interfaces/VfsDirectoryNode.html +0 -15
- package/docs/interfaces/VfsFileNode.html +0 -17
- package/docs/interfaces/VfsOptions.html +0 -26
- package/docs/interfaces/VfsSnapshot.html +0 -3
- package/docs/interfaces/VfsSnapshotBaseNode.html +0 -8
- package/docs/interfaces/VfsSnapshotDirectoryNode.html +0 -10
- package/docs/interfaces/VfsSnapshotFileNode.html +0 -12
- package/docs/interfaces/VirtualActiveSession.html +0 -12
- package/docs/interfaces/VirtualSftpServerOptions.html +0 -7
- package/docs/interfaces/VirtualShellVfsLike.html +0 -15
- package/docs/interfaces/VirtualShellVfsOptions.html +0 -3
- package/docs/interfaces/WriteFileOptions.html +0 -6
- package/docs/media/LICENSE +0 -21
- package/docs/modules.html +0 -1
- package/docs/types/ArgParseOptions.html +0 -4
- package/docs/types/CommandMode.html +0 -2
- package/docs/types/CommandOutcome.html +0 -2
- package/docs/types/IdleState.html +0 -1
- package/docs/types/VfsNodeStats.html +0 -2
- package/docs/types/VfsNodeType.html +0 -2
- package/docs/types/VfsPersistenceMode.html +0 -5
- package/docs/types/VfsSnapshotNode.html +0 -2
- package/examples/README.md +0 -288
- package/examples/app.js +0 -1751
- package/examples/app.ts +0 -299
- package/examples/build.js +0 -27
- package/examples/demo.html +0 -33
- package/examples/honeypot-audit.ts +0 -180
- package/examples/honeypot-export.ts +0 -253
- package/examples/honeypot-quickstart.ts +0 -110
- package/examples/index.html +0 -82
- package/examples/server.js +0 -55
- package/polyfills/buffer.js +0 -117
- package/polyfills/node_child_process/index.js +0 -2
- package/polyfills/node_crypto/index.js +0 -167
- package/polyfills/node_events/index.js +0 -9
- package/polyfills/node_fs/index.js +0 -202
- package/polyfills/node_fs/promises.js +0 -4
- package/polyfills/node_os/index.js +0 -9
- package/polyfills/node_path/index.js +0 -28
- package/polyfills/node_vm/index.js +0 -7
- package/polyfills/node_zlib/index.js +0 -3
- package/polyfills/process.js +0 -14
- package/polyfills/ssh2/index.js +0 -75
- package/scripts/build-all.mjs +0 -226
- package/scripts/build-names.mjs +0 -43
- package/scripts/generate-manuals-bundle.mjs +0 -49
- package/scripts/postinstall.js +0 -42
- package/scripts/publish-package.sh +0 -70
- package/src/Honeypot/index.ts +0 -457
- package/src/SSHClient/index.ts +0 -270
- package/src/SSHMimic/exec.ts +0 -49
- package/src/SSHMimic/executor.ts +0 -251
- package/src/SSHMimic/hostKey.ts +0 -21
- package/src/SSHMimic/index.ts +0 -337
- package/src/SSHMimic/loginBanner.ts +0 -36
- package/src/SSHMimic/loginFormat.ts +0 -10
- package/src/SSHMimic/prompt.ts +0 -14
- package/src/SSHMimic/sftp.ts +0 -883
- package/src/VirtualFileSystem/binaryPack.ts +0 -258
- package/src/VirtualFileSystem/index.ts +0 -1193
- package/src/VirtualFileSystem/internalTypes.ts +0 -43
- package/src/VirtualFileSystem/journal.ts +0 -171
- package/src/VirtualFileSystem/path.ts +0 -74
- package/src/VirtualPackageManager/index.ts +0 -996
- package/src/VirtualShell/idleManager.ts +0 -137
- package/src/VirtualShell/index.ts +0 -475
- package/src/VirtualShell/shell.ts +0 -700
- package/src/VirtualShell/shellParser.ts +0 -285
- package/src/VirtualUserManager/index.ts +0 -758
- package/src/bun.d.ts +0 -1
- package/src/commands/adduser.ts +0 -103
- package/src/commands/alias.ts +0 -69
- package/src/commands/apt.ts +0 -233
- package/src/commands/awk.ts +0 -168
- package/src/commands/base64.ts +0 -29
- package/src/commands/cat.ts +0 -52
- package/src/commands/cd.ts +0 -25
- package/src/commands/chmod.ts +0 -85
- package/src/commands/clear.ts +0 -15
- package/src/commands/command-helpers.ts +0 -286
- package/src/commands/cp.ts +0 -83
- package/src/commands/curl.ts +0 -147
- package/src/commands/cut.ts +0 -36
- package/src/commands/date.ts +0 -30
- package/src/commands/declare.ts +0 -49
- package/src/commands/deluser.ts +0 -98
- package/src/commands/df.ts +0 -23
- package/src/commands/diff.ts +0 -43
- package/src/commands/dpkg.ts +0 -180
- package/src/commands/du.ts +0 -56
- package/src/commands/echo.ts +0 -58
- package/src/commands/env.ts +0 -23
- package/src/commands/exit.ts +0 -18
- package/src/commands/export.ts +0 -34
- package/src/commands/find.ts +0 -68
- package/src/commands/free.ts +0 -47
- package/src/commands/grep.ts +0 -116
- package/src/commands/groups.ts +0 -19
- package/src/commands/gzip.ts +0 -88
- package/src/commands/head.ts +0 -52
- package/src/commands/help.ts +0 -152
- package/src/commands/helpers.ts +0 -234
- package/src/commands/history.ts +0 -34
- package/src/commands/hostname.ts +0 -14
- package/src/commands/htop.ts +0 -20
- package/src/commands/id.ts +0 -19
- package/src/commands/index.ts +0 -9
- package/src/commands/kill.ts +0 -19
- package/src/commands/ln.ts +0 -71
- package/src/commands/ls.ts +0 -243
- package/src/commands/lsb-release.ts +0 -63
- package/src/commands/man.ts +0 -31
- package/src/commands/manuals/adduser.txt +0 -11
- package/src/commands/manuals/apt-cache.txt +0 -12
- package/src/commands/manuals/apt.txt +0 -20
- package/src/commands/manuals/awk.txt +0 -13
- package/src/commands/manuals/cat.txt +0 -14
- package/src/commands/manuals/cd.txt +0 -16
- package/src/commands/manuals/chmod.txt +0 -16
- package/src/commands/manuals/clear.txt +0 -10
- package/src/commands/manuals/cp.txt +0 -10
- package/src/commands/manuals/curl.txt +0 -20
- package/src/commands/manuals/date.txt +0 -14
- package/src/commands/manuals/declare.txt +0 -12
- package/src/commands/manuals/deluser.txt +0 -10
- package/src/commands/manuals/df.txt +0 -10
- package/src/commands/manuals/dpkg-query.txt +0 -11
- package/src/commands/manuals/dpkg.txt +0 -14
- package/src/commands/manuals/du.txt +0 -11
- package/src/commands/manuals/echo.txt +0 -11
- package/src/commands/manuals/false.txt +0 -10
- package/src/commands/manuals/find.txt +0 -11
- package/src/commands/manuals/free.txt +0 -12
- package/src/commands/manuals/grep.txt +0 -13
- package/src/commands/manuals/groups.txt +0 -10
- package/src/commands/manuals/gzip.txt +0 -11
- package/src/commands/manuals/head.txt +0 -10
- package/src/commands/manuals/help.txt +0 -11
- package/src/commands/manuals/history.txt +0 -11
- package/src/commands/manuals/hostname.txt +0 -10
- package/src/commands/manuals/id.txt +0 -10
- package/src/commands/manuals/kill.txt +0 -13
- package/src/commands/manuals/ls.txt +0 -20
- package/src/commands/manuals/lsb_release.txt +0 -14
- package/src/commands/manuals/mkdir.txt +0 -10
- package/src/commands/manuals/mv.txt +0 -10
- package/src/commands/manuals/nano.txt +0 -11
- package/src/commands/manuals/neofetch.txt +0 -10
- package/src/commands/manuals/node.txt +0 -13
- package/src/commands/manuals/npm.txt +0 -13
- package/src/commands/manuals/npx.txt +0 -13
- package/src/commands/manuals/passwd.txt +0 -11
- package/src/commands/manuals/ping.txt +0 -10
- package/src/commands/manuals/printf.txt +0 -11
- package/src/commands/manuals/ps.txt +0 -10
- package/src/commands/manuals/pwd.txt +0 -10
- package/src/commands/manuals/python3.txt +0 -13
- package/src/commands/manuals/readlink.txt +0 -10
- package/src/commands/manuals/return.txt +0 -10
- package/src/commands/manuals/rm.txt +0 -10
- package/src/commands/manuals/sed.txt +0 -11
- package/src/commands/manuals/set.txt +0 -11
- package/src/commands/manuals/shift.txt +0 -10
- package/src/commands/manuals/sleep.txt +0 -10
- package/src/commands/manuals/sort.txt +0 -12
- package/src/commands/manuals/source.txt +0 -11
- package/src/commands/manuals/ssh.txt +0 -11
- package/src/commands/manuals/stat.txt +0 -10
- package/src/commands/manuals/su.txt +0 -13
- package/src/commands/manuals/sudo.txt +0 -11
- package/src/commands/manuals/tail.txt +0 -10
- package/src/commands/manuals/tar.txt +0 -19
- package/src/commands/manuals/tee.txt +0 -10
- package/src/commands/manuals/test.txt +0 -11
- package/src/commands/manuals/touch.txt +0 -11
- package/src/commands/manuals/tr.txt +0 -10
- package/src/commands/manuals/trap.txt +0 -10
- package/src/commands/manuals/true.txt +0 -10
- package/src/commands/manuals/type.txt +0 -10
- package/src/commands/manuals/uname.txt +0 -12
- package/src/commands/manuals/uniq.txt +0 -12
- package/src/commands/manuals/unset.txt +0 -10
- package/src/commands/manuals/uptime.txt +0 -11
- package/src/commands/manuals/wc.txt +0 -12
- package/src/commands/manuals/wget.txt +0 -12
- package/src/commands/manuals/which.txt +0 -10
- package/src/commands/manuals/whoami.txt +0 -10
- package/src/commands/manuals/xargs.txt +0 -10
- package/src/commands/manuals-bundle.ts +0 -898
- package/src/commands/mkdir.ts +0 -31
- package/src/commands/mv.ts +0 -50
- package/src/commands/nano.ts +0 -38
- package/src/commands/neofetch.ts +0 -53
- package/src/commands/node.ts +0 -341
- package/src/commands/npm.ts +0 -132
- package/src/commands/passwd.ts +0 -50
- package/src/commands/ping.ts +0 -32
- package/src/commands/printf.ts +0 -129
- package/src/commands/ps.ts +0 -58
- package/src/commands/pwd.ts +0 -9
- package/src/commands/python.ts +0 -2229
- package/src/commands/read.ts +0 -46
- package/src/commands/registry.ts +0 -249
- package/src/commands/rm.ts +0 -42
- package/src/commands/runtime.ts +0 -421
- package/src/commands/sed.ts +0 -68
- package/src/commands/seq.ts +0 -43
- package/src/commands/set.ts +0 -29
- package/src/commands/sh.ts +0 -467
- package/src/commands/shift.ts +0 -63
- package/src/commands/sleep.ts +0 -20
- package/src/commands/sort.ts +0 -46
- package/src/commands/source.ts +0 -52
- package/src/commands/stat.ts +0 -61
- package/src/commands/su.ts +0 -72
- package/src/commands/sudo.ts +0 -76
- package/src/commands/tail.ts +0 -53
- package/src/commands/tar.ts +0 -102
- package/src/commands/tee.ts +0 -36
- package/src/commands/test.ts +0 -137
- package/src/commands/touch.ts +0 -28
- package/src/commands/tr.ts +0 -70
- package/src/commands/tree.ts +0 -20
- package/src/commands/true.ts +0 -27
- package/src/commands/type.ts +0 -48
- package/src/commands/uname.ts +0 -29
- package/src/commands/uniq.ts +0 -39
- package/src/commands/unset.ts +0 -17
- package/src/commands/uptime.ts +0 -54
- package/src/commands/wc.ts +0 -55
- package/src/commands/wget.ts +0 -148
- package/src/commands/which.ts +0 -37
- package/src/commands/who.ts +0 -25
- package/src/commands/whoami.ts +0 -14
- package/src/commands/xargs.ts +0 -31
- package/src/index.ts +0 -67
- package/src/modules/linuxRootfs.ts +0 -1961
- package/src/modules/neofetch.ts +0 -358
- package/src/modules/shellInteractive.ts +0 -57
- package/src/modules/shellRuntime.ts +0 -76
- package/src/self-standalone.ts +0 -542
- package/src/standalone-wo-sftp.ts +0 -38
- package/src/standalone.ts +0 -72
- package/src/types/commands.ts +0 -146
- package/src/types/pipeline.ts +0 -52
- package/src/types/streams.ts +0 -32
- package/src/types/tar-stream.d.ts +0 -38
- package/src/types/vfs.ts +0 -98
- package/src/utils/expand.ts +0 -491
- package/src/utils/perfLogger.ts +0 -72
- package/src/utils/tokenize.ts +0 -98
- package/src/utils/vfsDiff.ts +0 -275
- package/tests/command-helpers.test.ts +0 -116
- package/tests/commands-admin-net.test.ts +0 -441
- package/tests/commands-advanced.test.ts +0 -456
- package/tests/commands-core.test.ts +0 -562
- package/tests/commands-missing.test.ts +0 -570
- package/tests/commands-specific-units.test.ts +0 -327
- package/tests/commands-text-sys.test.ts +0 -445
- package/tests/expand.test.ts +0 -170
- package/tests/helpers.test.ts +0 -97
- package/tests/new-features.test.ts +0 -1036
- package/tests/parser-executor.test.ts +0 -37
- package/tests/sftp.test.ts +0 -323
- package/tests/ssh-exec.test.ts +0 -45
- package/tests/test-helper.ts +0 -79
- package/tests/users.test.ts +0 -86
- package/tsconfig.json +0 -49
- package/typedoc.json +0 -47
package/README.md
CHANGED
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
- [Key Types](#key-types)
|
|
35
35
|
- [Command Helpers](#command-helpers)
|
|
36
36
|
- [Examples](#examples)
|
|
37
|
-
- [Built-in Commands (
|
|
37
|
+
- [Built-in Commands (106)](#built-in-commands-106)
|
|
38
38
|
- [Shell Scripting](#shell-scripting)
|
|
39
39
|
- [Linux Rootfs & VFS PATH Resolution](#linux-rootfs--vfs-path-resolution)
|
|
40
40
|
- [Configuration](#configuration)
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
| Mode | Entry point | Use case |
|
|
57
57
|
|------|-------------|----------|
|
|
58
58
|
| **SSH/SFTP server** | `VirtualSshServer` / `VirtualSftpServer` | Honeypots, remote testing, training environments |
|
|
59
|
-
| **Web shell** | `builds/fortune-nyx-v1.5.
|
|
60
|
-
| **Standalone CLI** | `builds/fortune-nyx-v1.5.
|
|
59
|
+
| **Web shell** | `builds/fortune-nyx-v1.5.4-web.min.js` (ESM) | Embedded terminals, interactive tutorials, browser demos |
|
|
60
|
+
| **Standalone CLI** | `builds/fortune-nyx-v1.5.4-directbash-k6.1.0.mjs` (single file) | Local shell, one-liner demos, no install required |
|
|
61
61
|
<!-- /BUILD:mode-table -->
|
|
62
62
|
|
|
63
63
|
All three modes share the same core: a pure in-memory VFS, a real shell interpreter, a virtual package manager, and a typed programmatic API.
|
|
@@ -78,17 +78,17 @@ npm install typescript-virtual-container
|
|
|
78
78
|
<!-- BUILD:curl-start -->
|
|
79
79
|
#### Interactivea local shell — persists VFS in .vfs/ in the current directory
|
|
80
80
|
```bash
|
|
81
|
-
curl -s https://raw.githubusercontent.com/itsrealfortune/typescript-virtual-container/refs/heads/main/builds/fortune-nyx-v1.5.
|
|
81
|
+
curl -s https://raw.githubusercontent.com/itsrealfortune/typescript-virtual-container/refs/heads/main/builds/fortune-nyx-v1.5.4-directbash-k6.1.0.mjs -o fortune-nyx-v1.5.4-directbash-k6.1.0.mjs && node fortune-nyx-v1.5.4-directbash-k6.1.0.mjs
|
|
82
82
|
```
|
|
83
83
|
|
|
84
84
|
#### SSH server (connect with any SSH client on port 2222)
|
|
85
85
|
```bash
|
|
86
|
-
curl -s https://raw.githubusercontent.com/itsrealfortune/typescript-virtual-container/refs/heads/main/builds/fortune-nyx-v1.5.
|
|
86
|
+
curl -s https://raw.githubusercontent.com/itsrealfortune/typescript-virtual-container/refs/heads/main/builds/fortune-nyx-v1.5.4-ssh.cjs -o fortune-nyx-v1.5.4-ssh.cjs && node fortune-nyx-v1.5.4-ssh.cjs
|
|
87
87
|
```
|
|
88
88
|
|
|
89
89
|
#### SSH server without SFTP (lighter build)
|
|
90
90
|
```bash
|
|
91
|
-
curl -s https://raw.githubusercontent.com/itsrealfortune/typescript-virtual-container/refs/heads/main/builds/fortune-nyx-v1.5.
|
|
91
|
+
curl -s https://raw.githubusercontent.com/itsrealfortune/typescript-virtual-container/refs/heads/main/builds/fortune-nyx-v1.5.4-ssh-nosftp.js -o fortune-nyx-v1.5.4-ssh-nosftp.js && node fortune-nyx-v1.5.4-ssh-nosftp.js
|
|
92
92
|
```
|
|
93
93
|
<!-- /BUILD:curl-start -->
|
|
94
94
|
|
|
@@ -96,13 +96,13 @@ curl -s https://raw.githubusercontent.com/itsrealfortune/typescript-virtual-cont
|
|
|
96
96
|
> The standalone builds are intended for quick demos and testing. For production use, it's recommended to install the package and import the relevant classes directly in your codebase for better performance, stability, and security.
|
|
97
97
|
|
|
98
98
|
<!-- BUILD:selfStandalone-options -->
|
|
99
|
-
**`fortune-nyx-v1.5.
|
|
99
|
+
**`fortune-nyx-v1.5.4-directbash-k6.1.0.mjs` options:**
|
|
100
100
|
|
|
101
101
|
```bash
|
|
102
|
-
node fortune-nyx-v1.5.
|
|
103
|
-
node fortune-nyx-v1.5.
|
|
104
|
-
node fortune-nyx-v1.5.
|
|
105
|
-
SSH_MIMIC_HOSTNAME=my-box node fortune-nyx-v1.5.
|
|
102
|
+
node fortune-nyx-v1.5.4-directbash-k6.1.0.mjs # boot as root
|
|
103
|
+
node fortune-nyx-v1.5.4-directbash-k6.1.0.mjs --user alice # boot as alice (prompts for password if set)
|
|
104
|
+
node fortune-nyx-v1.5.4-directbash-k6.1.0.mjs --user=alice # same, inline form
|
|
105
|
+
SSH_MIMIC_HOSTNAME=my-box node fortune-nyx-v1.5.4-directbash-k6.1.0.mjs # custom hostname
|
|
106
106
|
```
|
|
107
107
|
<!-- /BUILD:selfStandalone-options -->
|
|
108
108
|
|
|
@@ -129,7 +129,7 @@ Two browser bundles are available:
|
|
|
129
129
|
<!-- BUILD:web-table -->
|
|
130
130
|
| Bundle | Format | Entry point | Use case |
|
|
131
131
|
|--------|--------|-------------|----------|
|
|
132
|
-
| `builds/fortune-nyx-v1.5.
|
|
132
|
+
| `builds/fortune-nyx-v1.5.4-web.min.js` | ESM | `createWebShell()` | Embedded terminals, modern bundlers |
|
|
133
133
|
<!-- /BUILD:web-table -->
|
|
134
134
|
|
|
135
135
|
Both bundles persist the VFS in **IndexedDB** — state survives page reloads.
|
|
@@ -141,11 +141,11 @@ bun run build-all # rebuild everything
|
|
|
141
141
|
```
|
|
142
142
|
|
|
143
143
|
<!-- BUILD:web-options -->
|
|
144
|
-
**`fortune-nyx-v1.5.
|
|
144
|
+
**`fortune-nyx-v1.5.4-web.min.js`** — lightweight shell with IndexedDB VFS:
|
|
145
145
|
|
|
146
146
|
```html
|
|
147
147
|
<script type="module">
|
|
148
|
-
import { createWebShell } from "./builds/fortune-nyx-v1.5.
|
|
148
|
+
import { createWebShell } from "./builds/fortune-nyx-v1.5.4-web.min.js";
|
|
149
149
|
|
|
150
150
|
const shell = createWebShell("web-vm", {
|
|
151
151
|
vfs: { databaseName: "virtual-env-js", storeName: "vfs" },
|
|
@@ -157,11 +157,11 @@ bun run build-all # rebuild everything
|
|
|
157
157
|
</script>
|
|
158
158
|
```
|
|
159
159
|
|
|
160
|
-
**`fortune-nyx-v1.5.
|
|
160
|
+
**`fortune-nyx-v1.5.4-web.min.js`** — mirrors the `VirtualShell` programmatic API:
|
|
161
161
|
|
|
162
162
|
```html
|
|
163
163
|
<script type="module">
|
|
164
|
-
import { createVirtualShellShim } from "./builds/fortune-nyx-v1.5.
|
|
164
|
+
import { createVirtualShellShim } from "./builds/fortune-nyx-v1.5.4-web.min.js";
|
|
165
165
|
|
|
166
166
|
const shell = createVirtualShellShim("web-vm");
|
|
167
167
|
await shell.ensureInitialized();
|
|
@@ -983,9 +983,9 @@ echo "Welcome back, root!"
|
|
|
983
983
|
---
|
|
984
984
|
|
|
985
985
|
<details>
|
|
986
|
-
<summary><strong>Built-in Commands (
|
|
986
|
+
<summary><strong>Built-in Commands (106)</strong></summary>
|
|
987
987
|
|
|
988
|
-
Type `help` in the shell for a grouped, colorized listing. Type `help <command>` for detailed usage. Type `man <command>` for full manual pages — all
|
|
988
|
+
Type `help` in the shell for a grouped, colorized listing. Type `help <command>` for detailed usage. Type `man <command>` for full manual pages — all 106 commands are documented.
|
|
989
989
|
|
|
990
990
|
### Navigation
|
|
991
991
|
|
|
@@ -1029,6 +1029,9 @@ Type `help` in the shell for a grouped, colorized listing. Type `help <command>`
|
|
|
1029
1029
|
| `tee [files]` | `-a` | Read stdin, write to stdout and files |
|
|
1030
1030
|
| `tr <set1> [set2]` | `-d` | Translate or delete characters |
|
|
1031
1031
|
| `uniq` | `-c` `-d` `-u` | Filter repeated lines |
|
|
1032
|
+
| `basename <path> [suffix]` | `-a` `-s` | Strip directory and suffix from path |
|
|
1033
|
+
| `dirname <path>` | | Strip last component from path |
|
|
1034
|
+
| `file <path...>` | | Determine file type (magic bytes) |
|
|
1032
1035
|
| `wc [files]` | `-l` `-w` `-c` | Word/line/byte count |
|
|
1033
1036
|
| `xargs [cmd]` | | Build and execute commands from stdin |
|
|
1034
1037
|
|
|
@@ -1051,7 +1054,10 @@ Type `help` in the shell for a grouped, colorized listing. Type `help <command>`
|
|
|
1051
1054
|
| `hostname` | | Print hostname |
|
|
1052
1055
|
| `htop` | | System monitor (mock) |
|
|
1053
1056
|
| `id [user]` | | User identity (uid/gid/groups) |
|
|
1057
|
+
| `dmesg` | `-n` | Print kernel ring buffer messages |
|
|
1058
|
+
| `ip <object>` | `addr` `route` `link` `neigh` | Modern network interface/routing tool |
|
|
1054
1059
|
| `kill [-9] <pid>` | | Send signal (mock) |
|
|
1060
|
+
| `last [user]` | | Show login history |
|
|
1055
1061
|
| `lsb_release` | `-a` `-i` `-d` `-r` `-c` | Distribution info |
|
|
1056
1062
|
| `neofetch` | | System info (real package count and uptime) |
|
|
1057
1063
|
| `node` | `--version` `-e` `-p` | Virtual JS runtime; **requires `apt install nodejs`** |
|
|
@@ -1063,6 +1069,7 @@ Type `help` in the shell for a grouped, colorized listing. Type `help <command>`
|
|
|
1063
1069
|
| `sleep <seconds>` | | Delay execution |
|
|
1064
1070
|
| `uname` | `-a` `-r` `-m` | System information |
|
|
1065
1071
|
| `uptime` | `-p` `-s` | Running time |
|
|
1072
|
+
| `w` | | Who is logged on and what they are doing |
|
|
1066
1073
|
| `who` | | Active sessions |
|
|
1067
1074
|
| `whoami` | | Current user |
|
|
1068
1075
|
|
|
@@ -1097,12 +1104,25 @@ Type `help` in the shell for a grouped, colorized listing. Type `help <command>`
|
|
|
1097
1104
|
| `source <file>` | | Execute file in current env; alias `.` |
|
|
1098
1105
|
| `test <expr>` / `[ <expr> ]` | | POSIX conditional: `-f` `-d` `-e` `-z` `-n` `-x` `-s` `=` `!=` `-eq` `-lt` `-gt` `-le` `-ge` `!` `-a` `-o` |
|
|
1099
1106
|
| `trap [action] [signal]` | | Signal handlers; supports `EXIT` |
|
|
1107
|
+
| `stty` | `-a` `size` | Print/change terminal line settings |
|
|
1108
|
+
| `tput <cap>` | `cols` `lines` `setaf` `bold` `sgr0` | Query terminfo / output terminal escape sequences |
|
|
1100
1109
|
| `true` | | Return exit code 0 |
|
|
1101
1110
|
| `type <command>` | | Describe command interpretation |
|
|
1102
1111
|
| `unalias <name>` | `-a` | Remove aliases |
|
|
1103
1112
|
| `unset <VAR>` | | Remove shell variable |
|
|
1104
1113
|
| `which <command>` | | Locate command in `$PATH` |
|
|
1105
1114
|
|
|
1115
|
+
### Misc & Fun
|
|
1116
|
+
|
|
1117
|
+
| Command | Flags | Description |
|
|
1118
|
+
|---------|-------|-------------|
|
|
1119
|
+
| `cmatrix` | | Matrix-style falling characters |
|
|
1120
|
+
| `cowsay [msg]` | | ASCII cow saying something |
|
|
1121
|
+
| `cowthink [msg]` | | ASCII cow thinking |
|
|
1122
|
+
| `fortune` | | Print a random adage |
|
|
1123
|
+
| `sl` | | Steam locomotive (cure for mistyping `ls`) |
|
|
1124
|
+
| `yes [string]` | | Repeatedly output string until killed |
|
|
1125
|
+
|
|
1106
1126
|
### Package Management
|
|
1107
1127
|
|
|
1108
1128
|
| Command | Flags | Description |
|
|
@@ -1123,7 +1143,7 @@ Type `help` in the shell for a grouped, colorized listing. Type `help <command>`
|
|
|
1123
1143
|
| `su [user]` | | Switch user |
|
|
1124
1144
|
| `sudo <cmd>` | `-i` | Run as root |
|
|
1125
1145
|
|
|
1126
|
-
**ℹ️ All
|
|
1146
|
+
**ℹ️ All 106 built-in commands include complete JSDoc documentation** with `@category` and `@params` tags. See [src/commands/](https://github.com/itsrealfortune/typescript-virtual-container/tree/main/src/commands) for source code and inline documentation.
|
|
1127
1147
|
|
|
1128
1148
|
Custom commands: `shell.addCommand(name, params, callback)`.
|
|
1129
1149
|
|
|
@@ -1646,15 +1666,15 @@ Open:
|
|
|
1646
1666
|
- [x] Pure in-memory VFS · symlinks · binary snapshot format (VFSB, ~27% smaller than JSON+base64)
|
|
1647
1667
|
- [x] Linux rootfs on boot — `/etc`, `/proc`, `/sys`, `/dev`, `/usr`, `/var`
|
|
1648
1668
|
- [x] Virtual package manager — `apt`/`dpkg`, 25 packages, VFS file writes
|
|
1649
|
-
- [x]
|
|
1650
|
-
- [x] Real shell interpreter — `if`/`for`/`while`/`case`/functions, `$(cmd)`, `$((expr))`, `${#VAR}`, `{a,b,c}` brace expansion, `{1..N}` ranges, `2>/dev/null` stderr redirect, `2>&1`, `(( x++ ))`
|
|
1669
|
+
- [x] 106 built-in commands across 10 categories (added `w`, `ip`, `dmesg`, `last`, `basename`, `dirname`, `file`, `tput`, `stty`, `yes`, `fortune`, `cowsay`, `cowthink`, `cmatrix`, `sl`)
|
|
1670
|
+
- [x] Real shell interpreter — `if`/`for`/`while`/`case`/functions, `$(cmd)`, `$((expr))`, `${#VAR}`, `{a,b,c}` brace expansion, `{1..N}` ranges, `*.glob` expansion, `!!`/`!n` history expansion, `\` line continuation, `2>/dev/null` stderr redirect, `2>&1`, `(( x++ ))`
|
|
1651
1671
|
- [x] `curl`/`wget` as pure `fetch()` · VFS PATH resolution · `/sbin` root-only
|
|
1652
1672
|
- [x] `/proc/self` and `/proc/<pid>` per-session entries
|
|
1653
1673
|
- [x] Snapshot diff tooling — `diffSnapshots`, `formatDiff`, `assertDiff`
|
|
1654
1674
|
- [x] `node`/`python3`/`npm`/`npx` — package-gated virtual REPL stubs
|
|
1655
1675
|
<!-- BUILD:changelog -->
|
|
1656
|
-
- [x] Web shell bundles (`fortune-nyx-v1.5.
|
|
1657
|
-
- [x] Self-standalone CLI (`fortune-nyx-v1.5.
|
|
1676
|
+
- [x] Web shell bundles (`fortune-nyx-v1.5.4-web.min.js`) — fully browser-native with IndexedDB VFS
|
|
1677
|
+
- [x] Self-standalone CLI (`fortune-nyx-v1.5.4-directbash-k6.1.0.mjs`) — single-file interactive shell, per-user history, tab completion
|
|
1658
1678
|
<!-- /BUILD:changelog -->
|
|
1659
1679
|
- [x] 120+ `man` pages — all built-in commands documented via `man <cmd>`
|
|
1660
1680
|
- [x] Shared `tokenize.ts` — unified tokenizer for shell parser and runtime (eliminates duplication)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"fileNames":["../node_modules/typescript/lib/lib.es5.d.ts","../node_modules/typescript/lib/lib.es2015.d.ts","../node_modules/typescript/lib/lib.es2016.d.ts","../node_modules/typescript/lib/lib.es2017.d.ts","../node_modules/typescript/lib/lib.es2018.d.ts","../node_modules/typescript/lib/lib.es2019.d.ts","../node_modules/typescript/lib/lib.es2020.d.ts","../node_modules/typescript/lib/lib.es2021.d.ts","../node_modules/typescript/lib/lib.es2022.d.ts","../node_modules/typescript/lib/lib.es2023.d.ts","../node_modules/typescript/lib/lib.es2024.d.ts","../node_modules/typescript/lib/lib.es2025.d.ts","../node_modules/typescript/lib/lib.esnext.d.ts","../node_modules/typescript/lib/lib.dom.d.ts","../node_modules/typescript/lib/lib.dom.iterable.d.ts","../node_modules/typescript/lib/lib.es2015.core.d.ts","../node_modules/typescript/lib/lib.es2015.collection.d.ts","../node_modules/typescript/lib/lib.es2015.generator.d.ts","../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../node_modules/typescript/lib/lib.es2015.promise.d.ts","../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../node_modules/typescript/lib/lib.es2016.intl.d.ts","../node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../node_modules/typescript/lib/lib.es2017.date.d.ts","../node_modules/typescript/lib/lib.es2017.object.d.ts","../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2017.string.d.ts","../node_modules/typescript/lib/lib.es2017.intl.d.ts","../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../node_modules/typescript/lib/lib.es2018.intl.d.ts","../node_modules/typescript/lib/lib.es2018.promise.d.ts","../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../node_modules/typescript/lib/lib.es2019.array.d.ts","../node_modules/typescript/lib/lib.es2019.object.d.ts","../node_modules/typescript/lib/lib.es2019.string.d.ts","../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../node_modules/typescript/lib/lib.es2019.intl.d.ts","../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../node_modules/typescript/lib/lib.es2020.date.d.ts","../node_modules/typescript/lib/lib.es2020.promise.d.ts","../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2020.string.d.ts","../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2020.intl.d.ts","../node_modules/typescript/lib/lib.es2020.number.d.ts","../node_modules/typescript/lib/lib.es2021.promise.d.ts","../node_modules/typescript/lib/lib.es2021.string.d.ts","../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../node_modules/typescript/lib/lib.es2021.intl.d.ts","../node_modules/typescript/lib/lib.es2022.array.d.ts","../node_modules/typescript/lib/lib.es2022.error.d.ts","../node_modules/typescript/lib/lib.es2022.intl.d.ts","../node_modules/typescript/lib/lib.es2022.object.d.ts","../node_modules/typescript/lib/lib.es2022.string.d.ts","../node_modules/typescript/lib/lib.es2022.regexp.d.ts","../node_modules/typescript/lib/lib.es2023.array.d.ts","../node_modules/typescript/lib/lib.es2023.collection.d.ts","../node_modules/typescript/lib/lib.es2023.intl.d.ts","../node_modules/typescript/lib/lib.es2024.arraybuffer.d.ts","../node_modules/typescript/lib/lib.es2024.collection.d.ts","../node_modules/typescript/lib/lib.es2024.object.d.ts","../node_modules/typescript/lib/lib.es2024.promise.d.ts","../node_modules/typescript/lib/lib.es2024.regexp.d.ts","../node_modules/typescript/lib/lib.es2024.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2024.string.d.ts","../node_modules/typescript/lib/lib.es2025.collection.d.ts","../node_modules/typescript/lib/lib.es2025.float16.d.ts","../node_modules/typescript/lib/lib.es2025.intl.d.ts","../node_modules/typescript/lib/lib.es2025.iterator.d.ts","../node_modules/typescript/lib/lib.es2025.promise.d.ts","../node_modules/typescript/lib/lib.es2025.regexp.d.ts","../node_modules/typescript/lib/lib.esnext.array.d.ts","../node_modules/typescript/lib/lib.esnext.collection.d.ts","../node_modules/typescript/lib/lib.esnext.date.d.ts","../node_modules/typescript/lib/lib.esnext.decorators.d.ts","../node_modules/typescript/lib/lib.esnext.disposable.d.ts","../node_modules/typescript/lib/lib.esnext.error.d.ts","../node_modules/typescript/lib/lib.esnext.intl.d.ts","../node_modules/typescript/lib/lib.esnext.sharedmemory.d.ts","../node_modules/typescript/lib/lib.esnext.temporal.d.ts","../node_modules/typescript/lib/lib.esnext.typedarrays.d.ts","../node_modules/typescript/lib/lib.decorators.d.ts","../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../node_modules/undici-types/utility.d.ts","../node_modules/undici-types/header.d.ts","../node_modules/undici-types/readable.d.ts","../node_modules/@types/node/compatibility/iterators.d.ts","../node_modules/@types/node/globals.typedarray.d.ts","../node_modules/@types/node/buffer.buffer.d.ts","../node_modules/@types/node/globals.d.ts","../node_modules/@types/node/web-globals/abortcontroller.d.ts","../node_modules/@types/node/web-globals/blob.d.ts","../node_modules/@types/node/web-globals/console.d.ts","../node_modules/@types/node/web-globals/crypto.d.ts","../node_modules/@types/node/web-globals/domexception.d.ts","../node_modules/@types/node/web-globals/encoding.d.ts","../node_modules/@types/node/web-globals/events.d.ts","../node_modules/@types/node/web-globals/fetch.d.ts","../node_modules/@types/node/web-globals/importmeta.d.ts","../node_modules/@types/node/web-globals/messaging.d.ts","../node_modules/@types/node/web-globals/navigator.d.ts","../node_modules/@types/node/web-globals/performance.d.ts","../node_modules/@types/node/web-globals/storage.d.ts","../node_modules/@types/node/web-globals/streams.d.ts","../node_modules/@types/node/web-globals/timers.d.ts","../node_modules/@types/node/web-globals/url.d.ts","../node_modules/@types/node/assert.d.ts","../node_modules/@types/node/assert/strict.d.ts","../node_modules/@types/node/async_hooks.d.ts","../node_modules/@types/node/buffer.d.ts","../node_modules/@types/node/child_process.d.ts","../node_modules/@types/node/cluster.d.ts","../node_modules/@types/node/console.d.ts","../node_modules/@types/node/constants.d.ts","../node_modules/@types/node/crypto.d.ts","../node_modules/@types/node/dgram.d.ts","../node_modules/@types/node/diagnostics_channel.d.ts","../node_modules/@types/node/dns.d.ts","../node_modules/@types/node/dns/promises.d.ts","../node_modules/@types/node/domain.d.ts","../node_modules/@types/node/events.d.ts","../node_modules/@types/node/fs.d.ts","../node_modules/@types/node/fs/promises.d.ts","../node_modules/@types/node/http.d.ts","../node_modules/@types/node/http2.d.ts","../node_modules/@types/node/https.d.ts","../node_modules/@types/node/inspector.d.ts","../node_modules/@types/node/inspector.generated.d.ts","../node_modules/@types/node/inspector/promises.d.ts","../node_modules/@types/node/module.d.ts","../node_modules/@types/node/net.d.ts","../node_modules/@types/node/os.d.ts","../node_modules/@types/node/path.d.ts","../node_modules/@types/node/path/posix.d.ts","../node_modules/@types/node/path/win32.d.ts","../node_modules/@types/node/perf_hooks.d.ts","../node_modules/@types/node/process.d.ts","../node_modules/@types/node/punycode.d.ts","../node_modules/@types/node/querystring.d.ts","../node_modules/@types/node/quic.d.ts","../node_modules/@types/node/readline.d.ts","../node_modules/@types/node/readline/promises.d.ts","../node_modules/@types/node/repl.d.ts","../node_modules/@types/node/sea.d.ts","../node_modules/@types/node/sqlite.d.ts","../node_modules/@types/node/stream.d.ts","../node_modules/@types/node/stream/consumers.d.ts","../node_modules/@types/node/stream/promises.d.ts","../node_modules/@types/node/stream/web.d.ts","../node_modules/@types/node/string_decoder.d.ts","../node_modules/@types/node/test.d.ts","../node_modules/@types/node/test/reporters.d.ts","../node_modules/@types/node/timers.d.ts","../node_modules/@types/node/timers/promises.d.ts","../node_modules/@types/node/tls.d.ts","../node_modules/@types/node/trace_events.d.ts","../node_modules/@types/node/tty.d.ts","../node_modules/@types/node/url.d.ts","../node_modules/@types/node/util.d.ts","../node_modules/@types/node/util/types.d.ts","../node_modules/@types/node/v8.d.ts","../node_modules/@types/node/vm.d.ts","../node_modules/@types/node/wasi.d.ts","../node_modules/@types/node/worker_threads.d.ts","../node_modules/@types/node/zlib.d.ts","../node_modules/@types/node/index.d.ts","../node_modules/undici-types/fetch.d.ts","../node_modules/undici-types/formdata.d.ts","../node_modules/undici-types/connector.d.ts","../node_modules/undici-types/client-stats.d.ts","../node_modules/undici-types/client.d.ts","../node_modules/undici-types/errors.d.ts","../node_modules/undici-types/dispatcher.d.ts","../node_modules/undici-types/global-dispatcher.d.ts","../node_modules/undici-types/global-origin.d.ts","../node_modules/undici-types/pool-stats.d.ts","../node_modules/undici-types/pool.d.ts","../node_modules/undici-types/handlers.d.ts","../node_modules/undici-types/balanced-pool.d.ts","../node_modules/undici-types/round-robin-pool.d.ts","../node_modules/undici-types/h2c-client.d.ts","../node_modules/undici-types/agent.d.ts","../node_modules/undici-types/mock-interceptor.d.ts","../node_modules/undici-types/mock-call-history.d.ts","../node_modules/undici-types/mock-agent.d.ts","../node_modules/undici-types/mock-client.d.ts","../node_modules/undici-types/mock-pool.d.ts","../node_modules/undici-types/snapshot-agent.d.ts","../node_modules/undici-types/mock-errors.d.ts","../node_modules/undici-types/proxy-agent.d.ts","../node_modules/undici-types/env-http-proxy-agent.d.ts","../node_modules/undici-types/retry-handler.d.ts","../node_modules/undici-types/retry-agent.d.ts","../node_modules/undici-types/api.d.ts","../node_modules/undici-types/cache-interceptor.d.ts","../node_modules/undici-types/interceptors.d.ts","../node_modules/undici-types/util.d.ts","../node_modules/undici-types/cookies.d.ts","../node_modules/undici-types/patch.d.ts","../node_modules/undici-types/websocket.d.ts","../node_modules/undici-types/eventsource.d.ts","../node_modules/undici-types/diagnostics-channel.d.ts","../node_modules/undici-types/content-type.d.ts","../node_modules/undici-types/cache.d.ts","../node_modules/undici-types/index.d.ts","../node_modules/bun-types/globals.d.ts","../node_modules/bun-types/s3.d.ts","../node_modules/bun-types/fetch.d.ts","../node_modules/bun-types/jsx.d.ts","../node_modules/bun-types/bun.d.ts","../node_modules/bun-types/extensions.d.ts","../node_modules/bun-types/devserver.d.ts","../node_modules/bun-types/ffi.d.ts","../node_modules/bun-types/html-rewriter.d.ts","../node_modules/bun-types/jsc.d.ts","../node_modules/bun-types/sqlite.d.ts","../node_modules/bun-types/vendor/expect-type/utils.d.ts","../node_modules/bun-types/vendor/expect-type/overloads.d.ts","../node_modules/bun-types/vendor/expect-type/branding.d.ts","../node_modules/bun-types/vendor/expect-type/messages.d.ts","../node_modules/bun-types/vendor/expect-type/index.d.ts","../node_modules/bun-types/test.d.ts","../node_modules/bun-types/wasm.d.ts","../node_modules/bun-types/overrides.d.ts","../node_modules/bun-types/deprecated.d.ts","../node_modules/bun-types/redis.d.ts","../node_modules/bun-types/shell.d.ts","../node_modules/bun-types/serve.d.ts","../node_modules/bun-types/sql.d.ts","../node_modules/bun-types/security.d.ts","../node_modules/bun-types/bundle.d.ts","../node_modules/bun-types/bun.ns.d.ts","../node_modules/bun-types/index.d.ts","../node_modules/@types/bun/index.d.ts","../src/bun.d.ts","../node_modules/@types/ssh2/index.d.ts","../src/utils/perfLogger.ts","../src/types/vfs.ts","../src/VirtualFileSystem/internalTypes.ts","../src/VirtualFileSystem/binaryPack.ts","../src/VirtualFileSystem/journal.ts","../src/VirtualFileSystem/path.ts","../src/VirtualFileSystem/index.ts","../src/VirtualUserManager/index.ts","../src/types/commands.ts","../src/commands/adduser.ts","../src/commands/command-helpers.ts","../src/commands/alias.ts","../src/VirtualPackageManager/index.ts","../src/commands/helpers.ts","../src/commands/apt.ts","../src/commands/awk.ts","../src/commands/base64.ts","../src/commands/basename.ts","../src/commands/cat.ts","../src/commands/index.ts","../src/types/pipeline.ts","../src/SSHMimic/executor.ts","../src/utils/tokenize.ts","../src/VirtualShell/shellParser.ts","../src/utils/expand.ts","../src/commands/runtime.ts","../src/commands/cd.ts","../src/commands/chmod.ts","../src/commands/clear.ts","../src/commands/cp.ts","../src/commands/curl.ts","../src/commands/cut.ts","../src/commands/date.ts","../src/commands/declare.ts","../src/commands/deluser.ts","../src/commands/df.ts","../src/commands/diff.ts","../src/commands/dpkg.ts","../src/commands/du.ts","../src/commands/echo.ts","../src/commands/env.ts","../src/commands/exit.ts","../src/commands/export.ts","../src/commands/file.ts","../src/commands/find.ts","../src/commands/free.ts","../src/commands/fun.ts","../src/commands/grep.ts","../src/commands/groups.ts","../src/commands/gzip.ts","../src/commands/head.ts","../src/commands/help.ts","../src/commands/history.ts","../src/commands/hostname.ts","../src/commands/htop.ts","../src/commands/id.ts","../src/commands/ifconfig.ts","../src/commands/kill.ts","../src/commands/last.ts","../src/commands/ln.ts","../src/commands/ls.ts","../src/commands/lsb-release.ts","../src/commands/manuals-bundle.ts","../src/commands/man.ts","../src/commands/mkdir.ts","../src/commands/mv.ts","../src/commands/nano.ts","../src/modules/neofetch.ts","../src/commands/neofetch.ts","../src/commands/node.ts","../src/commands/npm.ts","../src/commands/passwd.ts","../src/commands/ping.ts","../src/commands/printf.ts","../src/commands/ps.ts","../src/commands/pwd.ts","../src/commands/python.ts","../src/commands/read.ts","../src/commands/rm.ts","../src/commands/sed.ts","../src/commands/seq.ts","../src/commands/set.ts","../src/commands/sh.ts","../src/commands/shift.ts","../src/commands/sleep.ts","../src/commands/sort.ts","../src/commands/source.ts","../src/commands/stat.ts","../src/commands/su.ts","../src/commands/sudo.ts","../src/commands/tail.ts","../src/commands/tar.ts","../src/commands/tee.ts","../src/commands/test.ts","../src/commands/touch.ts","../src/commands/tput.ts","../src/commands/tr.ts","../src/commands/tree.ts","../src/commands/true.ts","../src/commands/type.ts","../src/commands/uname.ts","../src/commands/uniq.ts","../src/commands/unset.ts","../src/commands/uptime.ts","../src/commands/wc.ts","../src/commands/wget.ts","../src/commands/which.ts","../src/SSHMimic/loginFormat.ts","../src/commands/who.ts","../src/commands/whoami.ts","../src/commands/xargs.ts","../src/commands/w.ts","../src/commands/registry.ts","../src/modules/linuxRootfs.ts","../src/types/streams.ts","../src/VirtualShell/idleManager.ts","../src/modules/shellRuntime.ts","../src/modules/shellInteractive.ts","../src/SSHMimic/loginBanner.ts","../src/SSHMimic/prompt.ts","../src/VirtualShell/shell.ts","../src/VirtualShell/index.ts","../src/SSHMimic/exec.ts","../src/SSHMimic/hostKey.ts","../src/SSHMimic/sftp.ts","../src/SSHMimic/index.ts","../src/Honeypot/index.ts","../src/SSHClient/index.ts","../src/utils/vfsDiff.ts","../src/index.ts","../src/self-standalone.ts","../src/standalone-wo-sftp.ts","../src/standalone.ts","../src/types/tar-stream.d.ts"],"fileIdsList":[[95,116,124,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236,239],[95,113,114,116,124,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236],[95,115,116,124,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236],[116,124,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,155,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,117,122,124,127,128,131,133,134,135,137,147,152,164,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,117,118,124,127,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,119,124,128,131,133,134,135,147,165,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,120,121,124,128,131,133,134,135,138,147,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,121,124,128,131,133,134,135,147,152,161,212,213,214,216,218,229,230,231,232,233,234,235,236],[95,116,122,124,127,128,131,133,134,135,137,147,212,213,214,216,218,229,231,232,233,234,235,236],[95,115,116,123,124,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,125,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,126,127,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236],[95,115,116,124,127,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,127,128,129,131,133,134,135,147,152,164,212,213,214,216,218,229,230,231,232,233,234,235,236],[95,116,124,127,128,129,131,133,134,135,147,152,155,212,213,214,216,218,229,230,231,232,233,234,235,236],[95,116,124,127,128,130,131,133,134,135,137,147,152,164,211,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,127,128,130,131,133,134,135,137,147,152,161,164,212,213,214,216,218,229,230,231,232,233,234,235,236],[95,116,124,128,130,131,132,133,134,135,147,152,161,164,212,213,214,216,218,229,230,231,232,233,234,235,236],[93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,127,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,135,147,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,136,147,164,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,127,128,131,133,134,135,137,147,152,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,138,147,212,213,214,216,218,229,230,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,139,147,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,127,128,131,133,134,135,142,147,212,213,214,216,218,229,231,232,233,234,235,236],[95,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,212,213,214,216,218,229,230,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,144,147,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,145,147,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,121,124,128,131,133,134,135,137,147,155,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,127,128,131,133,134,135,147,148,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,149,165,168,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,127,128,131,133,134,135,147,152,154,155,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,153,155,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,155,165,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,156,212,213,214,216,218,229,231,232,233,234,235,236],[95,113,116,124,128,131,133,134,135,147,152,158,164,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,152,157,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,127,128,131,133,134,135,147,159,160,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,159,160,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,121,124,128,131,133,134,135,137,147,152,161,212,213,214,216,218,229,230,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,162,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,137,147,163,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,130,131,133,134,135,145,147,164,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,165,166,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,121,124,128,131,133,134,135,147,166,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,152,167,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,136,147,168,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,169,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,119,124,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,121,124,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,165,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,211,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,164,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,170,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,142,147,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,155,212,213,214,216,218,229,230,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,160,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,127,128,129,131,133,134,135,142,147,152,155,164,167,168,170,211,212,213,214,216,218,229,230,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,152,171,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,127,128,130,131,132,133,134,135,137,147,152,172,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,121,124,128,130,131,133,134,135,147,161,165,170,211,212,213,214,215,218,219,229,230,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,212,213,214,216,218,229,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,212,213,214,216,229,231,232,233,234,235,236],[95,116,121,124,128,131,133,134,135,142,147,152,155,161,165,170,211,213,214,216,218,229,230,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,172,212,213,214,216,217,218,219,220,221,222,228,229,230,231,232,233,234,235,236,237,238],[95,116,119,121,124,128,129,131,133,134,135,138,147,155,161,164,171,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,212,213,214,216,218,229,231,233,234,235,236],[95,116,124,128,131,133,134,135,147,212,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235],[95,116,124,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,235,236],[95,116,124,128,131,133,134,135,147,212,213,214,216,218,229,231,232,234,235,236],[95,116,124,128,131,133,134,135,147,212,213,214,216,218,222,229,231,232,233,234,236],[95,116,124,128,131,133,134,135,147,212,213,214,216,218,227,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,212,213,214,216,218,223,224,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,212,213,214,216,218,223,224,225,226,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,212,213,214,216,218,223,225,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,212,213,214,216,218,223,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,212,213,214,216,218,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,164,176,179,182,183,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,152,164,179,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,164,179,183,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,152,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,173,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,177,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,164,175,176,179,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,137,147,161,212,213,214,216,218,229,230,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,172,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,172,173,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,137,147,164,175,179,212,213,214,216,218,229,231,232,233,234,235,236],[90,91,92,95,116,124,127,128,131,133,134,135,147,152,164,174,178,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,179,188,196,212,213,214,216,218,229,231,232,233,234,235,236],[91,95,116,124,128,131,133,134,135,147,177,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,179,205,206,212,213,214,216,218,229,231,232,233,234,235,236],[91,95,116,124,128,131,133,134,135,147,155,164,172,174,179,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,179,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,164,175,179,212,213,214,216,218,229,231,232,233,234,235,236],[90,95,116,124,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,173,174,175,177,178,179,180,181,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,206,207,208,209,210,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,179,198,201,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,179,188,189,190,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,177,179,189,191,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,178,212,213,214,216,218,229,231,232,233,234,235,236],[91,95,116,124,128,131,133,134,135,147,173,179,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,179,183,189,191,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,183,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,164,177,179,182,212,213,214,216,218,229,231,232,233,234,235,236],[91,95,116,124,128,131,133,134,135,147,175,179,188,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,179,198,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,191,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,128,131,133,134,135,147,155,170,172,173,179,205,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,127,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236,243,249,250,364,367,368],[95,116,124,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236,243,251,262,364],[95,116,124,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236,262,357,364],[95,116,124,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236,251,256,262,263,364],[95,116,121,124,128,131,133,134,135,139,147,212,213,214,216,218,229,231,232,233,234,235,236],[95,116,124,127,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236,242,243,262,364,365,366,367],[95,116,124,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236,350,364],[95,116,124,127,128,131,133,134,135,139,147,212,213,214,216,218,229,231,232,233,234,235,236,242,243,244,249,250,262,364,366],[95,116,124,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236,245],[95,116,124,127,128,131,133,134,135,139,147,171,212,213,214,216,218,229,231,232,233,234,235,236,244,245,246,247,248],[95,116,124,128,131,133,134,135,139,147,212,213,214,216,218,229,231,232,233,234,235,236,245],[95,116,124,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236,249,250],[95,116,124,127,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236,246,249],[95,116,124,127,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236,243,244,249,250,251,255,268,355,356,357,358,363],[95,116,117,124,128,129,131,133,134,135,139,147,212,213,214,216,218,229,230,231,232,233,234,235,236,249,251,262,357,359,360,361,362,364],[95,116,124,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236,263,265],[95,116,121,124,127,128,131,133,134,135,139,147,212,213,214,216,218,229,231,232,233,234,235,236,243,249],[95,116,124,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236,240],[95,116,124,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236,251,364],[95,116,124,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236,251,253],[95,116,124,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236,251,253,256],[95,116,124,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236,251],[95,116,124,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236,251,256,268],[95,116,124,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236,251,256],[95,116,124,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236,251,253,267],[95,116,124,128,131,133,134,135,138,147,212,213,214,216,218,229,231,232,233,234,235,236,251,253],[95,116,124,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236,251,355],[95,116,117,124,128,131,133,134,135,139,147,212,213,214,216,218,229,231,232,233,234,235,236,249,255,364],[95,116,124,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236,268,355],[95,116,124,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236,251,268],[95,116,124,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236,251,305],[95,116,124,128,131,133,134,135,139,147,212,213,214,216,218,229,231,232,233,234,235,236,251,256],[95,116,124,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236,251,253,310],[95,116,124,128,131,133,134,135,147,168,212,213,214,216,218,229,231,232,233,234,235,236,251,253,256],[95,116,124,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236,251,252,254,257,258,259,260,261,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,306,307,308,309,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,351,352,353,354],[95,116,124,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236,251,264,265,266,267,355,364],[95,116,124,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236,251,253,256,267,268],[95,116,124,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236,251,253,268],[95,116,124,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236,244,251,364],[95,116,124,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236,251,350],[95,116,124,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236,244,249,250,251,253,255,357,358,364,367,368,369,370,371],[95,116,124,128,131,133,134,135,138,147,212,213,214,216,218,229,231,232,233,234,235,236,246,249,250,364],[95,116,124,128,131,133,134,135,138,139,147,212,213,214,216,218,229,231,232,233,234,235,236,364],[95,116,117,124,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236,357,359],[95,116,124,128,129,131,133,134,135,139,147,212,213,214,216,218,229,230,231,232,233,234,235,236],[95,116,124,128,129,131,133,134,135,139,143,147,212,213,214,216,218,229,230,231,232,233,234,235,236,249,251,268,355,359,360,361,362,364],[95,116,124,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236,364,368],[95,116,124,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236,372],[95,116,124,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236,250,364],[95,116,124,128,131,133,134,135,147,212,213,214,216,218,229,231,232,233,234,235,236,244]],"fileInfos":[{"version":"bcd24271a113971ba9eb71ff8cb01bc6b0f872a85c23fdbe5d93065b375933cd","affectsGlobalScope":true,"impliedFormat":1},{"version":"3f88bedbeb09c6f5a6645cb24c7c55f1aa22d19ae96c8e6959cbd8b85a707bc6","impliedFormat":1},{"version":"7fe93b39b810eadd916be8db880dd7f0f7012a5cc6ffb62de8f62a2117fa6f1f","impliedFormat":1},{"version":"bb0074cc08b84a2374af33d8bf044b80851ccc9e719a5e202eacf40db2c31600","impliedFormat":1},{"version":"1a7daebe4f45fb03d9ec53d60008fbf9ac45a697fdc89e4ce218bc94b94f94d6","impliedFormat":1},{"version":"f94b133a3cb14a288803be545ac2683e0d0ff6661bcd37e31aaaec54fc382aed","impliedFormat":1},{"version":"f59d0650799f8782fd74cf73c19223730c6d1b9198671b1c5b3a38e1188b5953","impliedFormat":1},{"version":"8a15b4607d9a499e2dbeed9ec0d3c0d7372c850b2d5f1fb259e8f6d41d468a84","impliedFormat":1},{"version":"26e0fe14baee4e127f4365d1ae0b276f400562e45e19e35fd2d4c296684715e6","impliedFormat":1},{"version":"1e9332c23e9a907175e0ffc6a49e236f97b48838cc8aec9ce7e4cec21e544b65","impliedFormat":1},{"version":"3753fbc1113dc511214802a2342280a8b284ab9094f6420e7aa171e868679f91","impliedFormat":1},{"version":"999ca32883495a866aa5737fe1babc764a469e4cde6ee6b136a4b9ae68853e4b","impliedFormat":1},{"version":"17f13ecb98cbc39243f2eee1f16d45cd8ec4706b03ee314f1915f1a8b42f6984","impliedFormat":1},{"version":"d6b1eba8496bdd0eed6fc8a685768fe01b2da4a0388b5fe7df558290bffcf32f","affectsGlobalScope":true,"impliedFormat":1},{"version":"7f57fc4404ff020bc45b9c620aff2b40f700b95fe31164024c453a5e3c163c54","impliedFormat":1},{"version":"eadcffda2aa84802c73938e589b9e58248d74c59cb7fcbca6474e3435ac15504","affectsGlobalScope":true,"impliedFormat":1},{"version":"105ba8ff7ba746404fe1a2e189d1d3d2e0eb29a08c18dded791af02f29fb4711","affectsGlobalScope":true,"impliedFormat":1},{"version":"00343ca5b2e3d48fa5df1db6e32ea2a59afab09590274a6cccb1dbae82e60c7c","affectsGlobalScope":true,"impliedFormat":1},{"version":"ebd9f816d4002697cb2864bea1f0b70a103124e18a8cd9645eeccc09bdf80ab4","affectsGlobalScope":true,"impliedFormat":1},{"version":"2c1afac30a01772cd2a9a298a7ce7706b5892e447bb46bdbeef720f7b5da77ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"7b0225f483e4fa685625ebe43dd584bb7973bbd84e66a6ba7bbe175ee1048b4f","affectsGlobalScope":true,"impliedFormat":1},{"version":"c0a4b8ac6ce74679c1da2b3795296f5896e31c38e888469a8e0f99dc3305de60","affectsGlobalScope":true,"impliedFormat":1},{"version":"3084a7b5f569088e0146533a00830e206565de65cae2239509168b11434cd84f","affectsGlobalScope":true,"impliedFormat":1},{"version":"c5079c53f0f141a0698faa903e76cb41cd664e3efb01cc17a5c46ec2eb0bef42","affectsGlobalScope":true,"impliedFormat":1},{"version":"32cafbc484dea6b0ab62cf8473182bbcb23020d70845b406f80b7526f38ae862","affectsGlobalScope":true,"impliedFormat":1},{"version":"fca4cdcb6d6c5ef18a869003d02c9f0fd95df8cfaf6eb431cd3376bc034cad36","affectsGlobalScope":true,"impliedFormat":1},{"version":"b93ec88115de9a9dc1b602291b85baf825c85666bf25985cc5f698073892b467","affectsGlobalScope":true,"impliedFormat":1},{"version":"f5c06dcc3fe849fcb297c247865a161f995cc29de7aa823afdd75aaaddc1419b","affectsGlobalScope":true,"impliedFormat":1},{"version":"b77e16112127a4b169ef0b8c3a4d730edf459c5f25fe52d5e436a6919206c4d7","affectsGlobalScope":true,"impliedFormat":1},{"version":"fbffd9337146eff822c7c00acbb78b01ea7ea23987f6c961eba689349e744f8c","affectsGlobalScope":true,"impliedFormat":1},{"version":"a995c0e49b721312f74fdfb89e4ba29bd9824c770bbb4021d74d2bf560e4c6bd","affectsGlobalScope":true,"impliedFormat":1},{"version":"c7b3542146734342e440a84b213384bfa188835537ddbda50d30766f0593aff9","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce6180fa19b1cccd07ee7f7dbb9a367ac19c0ed160573e4686425060b6df7f57","affectsGlobalScope":true,"impliedFormat":1},{"version":"3f02e2476bccb9dbe21280d6090f0df17d2f66b74711489415a8aa4df73c9675","affectsGlobalScope":true,"impliedFormat":1},{"version":"45e3ab34c1c013c8ab2dc1ba4c80c780744b13b5676800ae2e3be27ae862c40c","affectsGlobalScope":true,"impliedFormat":1},{"version":"805c86f6cca8d7702a62a844856dbaa2a3fd2abef0536e65d48732441dde5b5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"e42e397f1a5a77994f0185fd1466520691456c772d06bf843e5084ceb879a0ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"f4c2b41f90c95b1c532ecc874bd3c111865793b23aebcc1c3cbbabcd5d76ffb0","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab26191cfad5b66afa11b8bf935ef1cd88fabfcb28d30b2dfa6fad877d050332","affectsGlobalScope":true,"impliedFormat":1},{"version":"2088bc26531e38fb05eedac2951480db5309f6be3fa4a08d2221abb0f5b4200d","affectsGlobalScope":true,"impliedFormat":1},{"version":"cb9d366c425fea79716a8fb3af0d78e6b22ebbab3bd64d25063b42dc9f531c1e","affectsGlobalScope":true,"impliedFormat":1},{"version":"500934a8089c26d57ebdb688fc9757389bb6207a3c8f0674d68efa900d2abb34","affectsGlobalScope":true,"impliedFormat":1},{"version":"689da16f46e647cef0d64b0def88910e818a5877ca5379ede156ca3afb780ac3","affectsGlobalScope":true,"impliedFormat":1},{"version":"bc21cc8b6fee4f4c2440d08035b7ea3c06b3511314c8bab6bef7a92de58a2593","affectsGlobalScope":true,"impliedFormat":1},{"version":"7ca53d13d2957003abb47922a71866ba7cb2068f8d154877c596d63c359fed25","affectsGlobalScope":true,"impliedFormat":1},{"version":"54725f8c4df3d900cb4dac84b64689ce29548da0b4e9b7c2de61d41c79293611","affectsGlobalScope":true,"impliedFormat":1},{"version":"e5594bc3076ac29e6c1ebda77939bc4c8833de72f654b6e376862c0473199323","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f3eb332c2d73e729f3364fcc0c2b375e72a121e8157d25a82d67a138c83a95c","affectsGlobalScope":true,"impliedFormat":1},{"version":"6f4427f9642ce8d500970e4e69d1397f64072ab73b97e476b4002a646ac743b1","affectsGlobalScope":true,"impliedFormat":1},{"version":"48915f327cd1dea4d7bd358d9dc7732f58f9e1626a29cc0c05c8c692419d9bb7","affectsGlobalScope":true,"impliedFormat":1},{"version":"b7bf9377723203b5a6a4b920164df22d56a43f593269ba6ae1fdc97774b68855","affectsGlobalScope":true,"impliedFormat":1},{"version":"db9709688f82c9e5f65a119c64d835f906efe5f559d08b11642d56eb85b79357","affectsGlobalScope":true,"impliedFormat":1},{"version":"4b25b8c874acd1a4cf8444c3617e037d444d19080ac9f634b405583fd10ce1f7","affectsGlobalScope":true,"impliedFormat":1},{"version":"37be57d7c90cf1f8112ee2636a068d8fd181289f82b744160ec56a7dc158a9f5","affectsGlobalScope":true,"impliedFormat":1},{"version":"a917a49ac94cd26b754ab84e113369a75d1a47a710661d7cd25e961cc797065f","affectsGlobalScope":true,"impliedFormat":1},{"version":"6d3261badeb7843d157ef3e6f5d1427d0eeb0af0cf9df84a62cfd29fd47ac86e","affectsGlobalScope":true,"impliedFormat":1},{"version":"195daca651dde22f2167ac0d0a05e215308119a3100f5e6268e8317d05a92526","affectsGlobalScope":true,"impliedFormat":1},{"version":"8b11e4285cd2bb164a4dc09248bdec69e9842517db4ca47c1ba913011e44ff2f","affectsGlobalScope":true,"impliedFormat":1},{"version":"0508571a52475e245b02bc50fa1394065a0a3d05277fbf5120c3784b85651799","affectsGlobalScope":true,"impliedFormat":1},{"version":"8f9af488f510c3015af3cc8c267a9e9d96c4dd38a1fdff0e11dc5a544711415b","affectsGlobalScope":true,"impliedFormat":1},{"version":"fc611fea8d30ea72c6bbfb599c9b4d393ce22e2f5bfef2172534781e7d138104","affectsGlobalScope":true,"impliedFormat":1},{"version":"0bd714129fca875f7d4c477a1a392200b0bcd13fb2e80928cd334b63830ea047","affectsGlobalScope":true,"impliedFormat":1},{"version":"e2c9037ae6cd2c52d80ceef0b3c5ffdb488627d71529cf4f63776daf11161c9a","affectsGlobalScope":true,"impliedFormat":1},{"version":"135d5cf4d345f59f1a9caadfafcd858d3d9cc68290db616cc85797224448cccc","affectsGlobalScope":true,"impliedFormat":1},{"version":"bc238c3f81c2984751932b6aab223cd5b830e0ac6cad76389e5e9d2ffc03287d","affectsGlobalScope":true,"impliedFormat":1},{"version":"4a07f9b76d361f572620927e5735b77d6d2101c23cdd94383eb5b706e7b36357","affectsGlobalScope":true,"impliedFormat":1},{"version":"7c4e8dc6ab834cc6baa0227e030606d29e3e8449a9f67cdf5605ea5493c4db29","affectsGlobalScope":true,"impliedFormat":1},{"version":"de7ba0fd02e06cd9a5bd4ab441ed0e122735786e67dde1e849cced1cd8b46b78","affectsGlobalScope":true,"impliedFormat":1},{"version":"6148e4e88d720a06855071c3db02069434142a8332cf9c182cda551adedf3156","affectsGlobalScope":true,"impliedFormat":1},{"version":"d63dba625b108316a40c95a4425f8d4294e0deeccfd6c7e59d819efa19e23409","affectsGlobalScope":true,"impliedFormat":1},{"version":"0568d6befee03dd435bed4fc25c4e46865b24bdcb8c563fdc21f580a2c301904","affectsGlobalScope":true,"impliedFormat":1},{"version":"30d62269b05b584741f19a5369852d5d34895aa2ac4fd948956f886d15f9cc0d","affectsGlobalScope":true,"impliedFormat":1},{"version":"f128dae7c44d8f35ee42e0a437000a57c9f06cc04f8b4fb42eebf44954d53dc8","affectsGlobalScope":true,"impliedFormat":1},{"version":"ffbe6d7b295306b2ba88030f65b74c107d8d99bdcf596ea99c62a02f606108b0","affectsGlobalScope":true,"impliedFormat":1},{"version":"996fb27b15277369c68a4ba46ed138b4e9e839a02fb4ec756f7997629242fd9f","affectsGlobalScope":true,"impliedFormat":1},{"version":"79b712591b270d4778c89706ca2cfc56ddb8c3f895840e477388f1710dc5eda9","affectsGlobalScope":true,"impliedFormat":1},{"version":"20884846cef428b992b9bd032e70a4ef88e349263f63aeddf04dda837a7dba26","affectsGlobalScope":true,"impliedFormat":1},{"version":"5fcab789c73a97cd43828ee3cc94a61264cf24d4c44472ce64ced0e0f148bdb2","affectsGlobalScope":true,"impliedFormat":1},{"version":"db59a81f070c1880ad645b2c0275022baa6a0c4f0acdc58d29d349c6efcf0903","affectsGlobalScope":true,"impliedFormat":1},{"version":"673294292640f5722b700e7d814e17aaf7d93f83a48a2c9b38f33cbc940ad8b0","affectsGlobalScope":true,"impliedFormat":1},{"version":"d786b48f934cbca483b3c6d0a798cb43bbb4ada283e76fb22c28e53ae05b9e69","affectsGlobalScope":true,"impliedFormat":1},{"version":"1ecb8e347cb6b2a8927c09b86263663289418df375f5e68e11a0ae683776978f","affectsGlobalScope":true,"impliedFormat":1},{"version":"142efd4ce210576f777dc34df121777be89eda476942d6d6663b03dcb53be3ff","affectsGlobalScope":true,"impliedFormat":1},{"version":"379bc41580c2d774f82e828c70308f24a005b490c25ba34d679d84bcf05c3d9d","affectsGlobalScope":true,"impliedFormat":1},{"version":"ed484fb2aa8a1a23d0277056ec3336e0a0b52f9b8d6a961f338a642faf43235d","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ffedae1d1c2d53fdbca1c96d3c7dda544281f7d262f99b6880634f8fd8d9820","affectsGlobalScope":true,"impliedFormat":1},{"version":"83a730b125d477dd264df8ba479afab27a3dae7152b005c214ab94dc7ee44fd3","affectsGlobalScope":true,"impliedFormat":1},{"version":"1ce14b81c5cc821994aa8ec1d42b220dd41b27fcc06373bce3958af7421b77d4","affectsGlobalScope":true,"impliedFormat":1},{"version":"b3a048b3e9302ef9a34ef4ebb9aecfb28b66abb3bce577206a79fee559c230da","affectsGlobalScope":true,"impliedFormat":1},{"version":"cdcf9ea426ad970f96ac930cd176d5c69c6c24eebd9fc580e1572d6c6a88f62c","impliedFormat":1},{"version":"23cd712e2ce083d68afe69224587438e5914b457b8acf87073c22494d706a3d0","impliedFormat":1},{"version":"156a859e21ef3244d13afeeba4e49760a6afa035c149dda52f0c45ea8903b338","impliedFormat":1},{"version":"d153a11543fd884b596587ccd97aebbeed950b26933ee000f94009f1ab142848","affectsGlobalScope":true,"impliedFormat":1},{"version":"0ccdaa19852d25ecd84eec365c3bfa16e7859cadecf6e9ca6d0dbbbee439743f","affectsGlobalScope":true,"impliedFormat":1},{"version":"cc2110f7decca6bfb9392e30421cfa1436479e4a6756e8fec6cbc22625d4f881","affectsGlobalScope":true,"impliedFormat":1},{"version":"096116f8fedc1765d5bd6ef360c257b4a9048e5415054b3bf3c41b07f8951b0b","affectsGlobalScope":true,"impliedFormat":1},{"version":"e5e01375c9e124a83b52ee4b3244ed1a4d214a6cfb54ac73e164a823a4a7860a","affectsGlobalScope":true,"impliedFormat":1},{"version":"f90ae2bbce1505e67f2f6502392e318f5714bae82d2d969185c4a6cecc8af2fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"4b58e207b93a8f1c88bbf2a95ddc686ac83962b13830fe8ad3f404ffc7051fb4","affectsGlobalScope":true,"impliedFormat":1},{"version":"1fefabcb2b06736a66d2904074d56268753654805e829989a46a0161cd8412c5","affectsGlobalScope":true,"impliedFormat":1},{"version":"9798340ffb0d067d69b1ae5b32faa17ab31b82466a3fc00d8f2f2df0c8554aaa","affectsGlobalScope":true,"impliedFormat":1},{"version":"c18a99f01eb788d849ad032b31cafd49de0b19e083fe775370834c5675d7df8e","affectsGlobalScope":true,"impliedFormat":1},{"version":"5247874c2a23b9a62d178ae84f2db6a1d54e6c9a2e7e057e178cc5eea13757fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"c3f5289820990ab66b70c7fb5b63cb674001009ff84b13de40619619a9c8175f","affectsGlobalScope":true,"impliedFormat":1},{"version":"b3275d55fac10b799c9546804126239baf020d220136163f763b55a74e50e750","affectsGlobalScope":true,"impliedFormat":1},{"version":"fa68a0a3b7cb32c00e39ee3cd31f8f15b80cac97dce51b6ee7fc14a1e8deb30b","affectsGlobalScope":true,"impliedFormat":1},{"version":"1cf059eaf468efcc649f8cf6075d3cb98e9a35a0fe9c44419ec3d2f5428d7123","affectsGlobalScope":true,"impliedFormat":1},{"version":"6c36e755bced82df7fb6ce8169265d0a7bb046ab4e2cb6d0da0cb72b22033e89","affectsGlobalScope":true,"impliedFormat":1},{"version":"e7721c4f69f93c91360c26a0a84ee885997d748237ef78ef665b153e622b36c1","affectsGlobalScope":true,"impliedFormat":1},{"version":"7a93de4ff8a63bafe62ba86b89af1df0ccb5e40bb85b0c67d6bbcfdcf96bf3d4","affectsGlobalScope":true,"impliedFormat":1},{"version":"90e85f9bc549dfe2b5749b45fe734144e96cd5d04b38eae244028794e142a77e","affectsGlobalScope":true,"impliedFormat":1},{"version":"e0a5deeb610b2a50a6350bd23df6490036a1773a8a71d70f2f9549ab009e67ee","affectsGlobalScope":true,"impliedFormat":1},{"version":"d2ae155afe8a01cc0ae612d99117cf8ef16692ba7c4366590156fdec1bcf2d8c","impliedFormat":1},{"version":"3f5e5d9be35913db9fea42a63f3df0b7e3c8703b97670a2125587b4dbbd56d7c","impliedFormat":1},{"version":"8caeb65fdc3bfe0d13f86f67324fcb2d858ed1c55f1f0cce892eb1acfb9f3239","impliedFormat":1},{"version":"57c23df0b5f7a8e26363a3849b0bc7763f6b241207157c8e40089d1df4116f35","affectsGlobalScope":true,"impliedFormat":1},{"version":"3b8bc0c17b54081b0878673989216229e575d67a10874e84566a21025a2461ee","impliedFormat":1},{"version":"5b0db5a58b73498792a29bfebc333438e61906fef75da898b410e24e52229e6f","impliedFormat":1},{"version":"dbe055b2b29a7bab2c1ca8f259436306adb43f469dca7e639a02cd3695d3f621","impliedFormat":1},{"version":"1678b04557dca52feab73cc67610918a7f5e25bfdba3e7fa081acd625d93106d","impliedFormat":1},{"version":"e3905f6902f0b69e5eefc230daa69fdd4ab707a973ec2d086d65af1b3ea47ef0","impliedFormat":1},{"version":"2ea729503db9793f2691162fec3dd1118cab62e96d025f8eeb376d43ec293395","impliedFormat":1},{"version":"9ec87fea42b92894b0f209931a880789d43c3397d09dd99c631ae40a2f7071d1","impliedFormat":1},{"version":"c68e88cdfadfb6c8ba5fc38e58a3a166b0beae77b1f05b7d921150a32a5ffb8d","impliedFormat":1},{"version":"2bc7aa4fba46df0bd495425a7c8201437a7d465f83854fac859df2d67f664df3","impliedFormat":1},{"version":"41d17e1ad9a002feb11c8cdd2777e5bbc0cdb1e3f595d237e4dded0b6949983b","impliedFormat":1},{"version":"1fede9296beac11ce8e6b425396a1791f64341f2be85deebb6286faf6e16306e","affectsGlobalScope":true,"impliedFormat":1},{"version":"80219a97fd3ce5f91af5c355a264844027a899b3d9a3cd41cf6f3bc5947edc95","impliedFormat":1},{"version":"89444c76f16bf7994e230d98e1bc3f01d654de04ef02f60430d9a98d5b450a8b","impliedFormat":1},{"version":"0eb5d0cbf09de5d34542b977fd6a933bb2e0817bffe8e1a541b2f1ad1b9af1ff","impliedFormat":1},{"version":"fac3e88881b35d3a757ed891ac912b2674792c25e2a1a74e1f5fbc72d19a9792","impliedFormat":1},{"version":"2c2bdaa1d8ead9f68628d6d9d250e46ee8e81aa4898b4769a36956ae15e060fe","impliedFormat":1},{"version":"c32c840c62d8bd7aeb3147aa6754cd2d922b990a6b6634530cb2ebdce5adc8e9","impliedFormat":1},{"version":"e1c1a0b4d1ead0de9eca52203aeb1f771f21e6238d6fcd15aa56ac2a02f1b7bf","impliedFormat":1},{"version":"82b91e4e42e6c41bc7fc1b6c2dc5eba6a2ba98375eb1f210e6ff6bba2d54177e","impliedFormat":1},{"version":"6fe28249ac0c7bc19a79aa9264baf00efbd080e868dbe1d3052033ad1c64f206","affectsGlobalScope":true,"impliedFormat":1},{"version":"cbed824fec91efefc7bbdcb8b43d1a531fdbebd0e2ef19481501ff365a93cb70","impliedFormat":1},{"version":"d0716593b3f2b0451bcf0c24cfa86dec2235c325c89f201934248b7c742715fc","impliedFormat":1},{"version":"ec501101c2a96133a6c695f934c8f6642149cc728571b29cbb7b770984c1088e","impliedFormat":1},{"version":"b214ebcf76c51b115453f69729ee8aa7b7f8eccdae2a922b568a45c2d7ff52f7","impliedFormat":1},{"version":"429c9cdfa7d126255779efd7e6d9057ced2d69c81859bbab32073bad52e9ba76","impliedFormat":1},{"version":"2991bca2cc0f0628a278df2a2ccdb8d6cbcb700f3761abbed62bba137d5b1790","impliedFormat":1},{"version":"c51b3c3f6c5aa5b121124f4b593996826aab90667f95de88c1ff13c1736e11ba","affectsGlobalScope":true,"impliedFormat":1},{"version":"230763250f20449fa7b3c9273e1967adb0023dc890d4be1553faca658ee65971","impliedFormat":1},{"version":"c3e9078b60cb329d1221f5878e88cecfa3e74460550e605a58fcfb41a66029ff","impliedFormat":1},{"version":"a74edb3bab7394a9dbde529d60632be590def2f5f01024dbd85441587fbfbbe0","impliedFormat":1},{"version":"0ea59f7d3e51440baa64f429253759b106cfcbaf51e474cae606e02265b37cf8","impliedFormat":1},{"version":"bc18a1991ba681f03e13285fa1d7b99b03b67ee671b7bc936254467177543890","impliedFormat":1},{"version":"00049ccc87f3f37726db03c01ca68fe74fd9c0109b68c29eb9923ebec2c76b13","impliedFormat":1},{"version":"fa94bbf532b7af8f394b95fa310980d6e20bd2d4c871c6a6cb9f70f03750a44b","impliedFormat":1},{"version":"68d3f35108e2608b1f2f28b36d19d7055f31c4465cc5692cbd06c716a9fe7973","impliedFormat":1},{"version":"e284328553df5f425a5d33d36a0c3fa66b46af9d097cad6f4d2e8696dfdeb0f1","affectsGlobalScope":true,"impliedFormat":1},{"version":"7fa2214bb0d64701bc6f9ce8cde2fd2ff8c571e0b23065fa04a8a5a6beb91511","impliedFormat":1},{"version":"f1c93e046fb3d9b7f8249629f4b63dc068dd839b824dd0aa39a5e68476dc9420","impliedFormat":1},{"version":"016b29bf4926b80255a108c53a1451717350059da04fcae64d1075f5e93bbb39","impliedFormat":1},{"version":"841983e39bd4cbb463be385e92fda11057cab368bf27100a801c492f1d86cbaa","impliedFormat":1},{"version":"6573b3d3ab741fb54f498b784a536b8ce29759b621941599466e0726c4397e1f","impliedFormat":1},{"version":"e16b319e5aca1031168de823c4946ff8e29629c4c8cc0ec0fcfe2a8ab2155043","impliedFormat":1},{"version":"e4156ddb25aa0e3b5303d372f26957b36778f0f6bbd4326359269873295e3058","affectsGlobalScope":true,"impliedFormat":1},{"version":"cc1b433a84cae05ddc5672d4823170af78606ad21ecef60dbc4570190cbf1357","impliedFormat":1},{"version":"9d3821bc75c59577e52643324cec92fc2145642e8d17cf7ee07a3181f21d985d","impliedFormat":1},{"version":"7f78cfb2b343838612c192cb251746e3a7c62ac7675726a47e130d9b213f6580","impliedFormat":1},{"version":"201db9cf1687fab1adf5282fcba861f382b32303dc4f67c89d59655e78a25461","impliedFormat":1},{"version":"c3b54e30b61e4f27fd0f9358c3927b24d1d635c12ace90d7416c3f1836681a35","impliedFormat":1},{"version":"0a20eaf2e4b1e3c1e1f87f7bccb0c936375b23b022baeea750519b7c9bc6ce83","impliedFormat":1},{"version":"b484ec11ba00e3a2235562a41898d55372ccabe607986c6fa4f4aba72093749f","impliedFormat":1},{"version":"a16b91b27bd6b706c687c88cbc8a7d4ee98e5ed6043026d6b84bda923c0aed67","impliedFormat":1},{"version":"4ebf086fa2e5ef2b65133a944cb3f8ab518a22087727dfbfc802a3654c396f2f","impliedFormat":1},{"version":"99ab6d0d660ce4d21efb52288a39fd35bb3f556980ec5463b1ae8f304a3bbc85","impliedFormat":1},{"version":"6eeded8c7e352be6e0efb83f4935ec752513c4d22043b52522b90849a49a3a11","impliedFormat":1},{"version":"6c1ad90050ffbb151cacc68e2d06ea1a26a945659391e32651f5d42b86fd7f2c","impliedFormat":1},{"version":"55cdbeebe76a1fa18bbd7e7bf73350a2173926bd3085bb050cf5a5397025ee4e","impliedFormat":1},{"version":"10ec5e82144dfac6f04fa5d1d6c11763b3e4dbbac6d99101427219ab3e2ae887","impliedFormat":1},{"version":"615754924717c0b1e293e083b83503c0a872717ad5aa60ed7f1a699eb1b4ea5c","impliedFormat":1},{"version":"074de5b2fdead0165a2757e3aaef20f27a6347b1c36adea27d51456795b37682","impliedFormat":1},{"version":"68834d631c8838c715f225509cfc3927913b9cc7a4870460b5b60c8dbdb99baf","impliedFormat":1},{"version":"21adf13435b9b748529c8cedf80f884e5130b9684188120a686cd2b26a2059c7","impliedFormat":1},{"version":"ccab02f3920fc75c01174c47fcf67882a11daf16baf9e81701d0a94636e94556","impliedFormat":1},{"version":"170431a9a3180034439e806b68e192e35d58ce104b42d19ee67217d3729c96e0","impliedFormat":1},{"version":"ea6bc8de8b59f90a7a3960005fd01988f98fd0784e14bc6922dde2e93305ec7d","impliedFormat":1},{"version":"36107995674b29284a115e21a0618c4c2751b32a8766dd4cb3ba740308b16d59","impliedFormat":1},{"version":"914a0ae30d96d71915fc519ccb4efbf2b62c0ddfb3a3fc6129151076bc01dc60","impliedFormat":1},{"version":"9c32412007b5662fd34a8eb04292fb5314ec370d7016d1c2fb8aa193c807fe22","impliedFormat":1},{"version":"7fd1b31fd35876b0aa650811c25ec2c97a3c6387e5473eb18004bed86cdd76b6","impliedFormat":1},{"version":"4d327f7d72ad0918275cea3eee49a6a8dc8114ae1d5b7f3f5d0774de75f7439a","impliedFormat":1},{"version":"6ebe8ebb8659aaa9d1acbf3710d7dae3e923e97610238b9511c25dc39023a166","impliedFormat":1},{"version":"e85d7f8068f6a26710bff0cc8c0fc5e47f71089c3780fbede05857331d2ddec9","impliedFormat":1},{"version":"7befaf0e76b5671be1d47b77fcc65f2b0aad91cc26529df1904f4a7c46d216e9","impliedFormat":1},{"version":"0a60a292b89ca7218b8616f78e5bbd1c96b87e048849469cccb4355e98af959a","impliedFormat":1},{"version":"0b6e25234b4eec6ed96ab138d96eb70b135690d7dd01f3dd8a8ab291c35a683a","impliedFormat":1},{"version":"9666f2f84b985b62400d2e5ab0adae9ff44de9b2a34803c2c5bd3c8325b17dc0","impliedFormat":1},{"version":"40cd35c95e9cf22cfa5bd84e96408b6fcbca55295f4ff822390abb11afbc3dca","impliedFormat":1},{"version":"b1616b8959bf557feb16369c6124a97a0e74ed6f49d1df73bb4b9ddf68acf3f3","impliedFormat":1},{"version":"5b03a034c72146b61573aab280f295b015b9168470f2df05f6080a2122f9b4df","impliedFormat":1},{"version":"40b463c6766ca1b689bfcc46d26b5e295954f32ad43e37ee6953c0a677e4ae2b","impliedFormat":1},{"version":"249b9cab7f5d628b71308c7d9bb0a808b50b091e640ba3ed6e2d0516f4a8d91d","impliedFormat":1},{"version":"80aae6afc67faa5ac0b32b5b8bc8cc9f7fa299cff15cf09cc2e11fd28c6ae29e","impliedFormat":1},{"version":"f473cd2288991ff3221165dcf73cd5d24da30391f87e85b3dd4d0450c787a391","impliedFormat":1},{"version":"499e5b055a5aba1e1998f7311a6c441a369831c70905cc565ceac93c28083d53","impliedFormat":1},{"version":"8aee8b6d4f9f62cf3776cda1305fb18763e2aade7e13cea5bbe699112df85214","impliedFormat":1},{"version":"98498b101803bb3dde9f76a56e65c14b75db1cc8bec5f4db72be541570f74fc5","impliedFormat":1},{"version":"1cc2a09e1a61a5222d4174ab358a9f9de5e906afe79dbf7363d871a7edda3955","impliedFormat":1},{"version":"5d0375ca7310efb77e3ef18d068d53784faf62705e0ad04569597ae0e755c401","impliedFormat":1},{"version":"59af37caec41ecf7b2e76059c9672a49e682c1a2aa6f9d7dc78878f53aa284d6","impliedFormat":1},{"version":"addf417b9eb3f938fddf8d81e96393a165e4be0d4a8b6402292f9c634b1cb00d","impliedFormat":1},{"version":"436d7b4543b340b0f3eef4310d524242e41369b9652aa9c70428767c4dcac455","impliedFormat":1},{"version":"adf27937dba6af9f08a68c5b1d3fce0ca7d4b960c57e6d6c844e7d1a8e53adae","impliedFormat":1},{"version":"12950411eeab8563b349cb7959543d92d8d02c289ed893d78499a19becb5a8cc","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"c9381908473a1c92cb8c516b184e75f4d226dad95c3a85a5af35f670064d9a2f","impliedFormat":1},{"version":"9d4a4290a3c4e3a270f0a71562ad4eb4660d570e28ce642b6bd9429844860d38","affectsGlobalScope":true,"impliedFormat":1},{"version":"0d759cc99e081cacd0352467a0c24e979a6ef748329aa6ddea2d789664580201","impliedFormat":1},{"version":"bd85f4135b68382ac505805ba1f527818e3930a61d78614c8c78d050b7287d6a","impliedFormat":1},{"version":"314607151cc203975193d5f44765f38597be3b0a43f466d3c1bfb17176dd3bd3","impliedFormat":1},{"version":"4e7a48d96c485eaafa9250f1e64d875f04eaec933b754728cd8bdd86103c171a","impliedFormat":1},{"version":"f40aad6c91017f20fc542f5701ec41e0f6aeba63c61bbf7aa13266ec29a50a3b","impliedFormat":1},{"version":"fc9e630f9302d0414ccd6c8ed2706659cff5ae454a56560c6122fa4a3fac5bbd","affectsGlobalScope":true,"impliedFormat":1},{"version":"4b150df3a383765413ab569181f5f907d75da6d7df22062567722e4031e066ba","impliedFormat":1},{"version":"0ac74c7586880e26b6a599c710b59284a284e084a2bbc82cd40fb3fbfdea71ae","affectsGlobalScope":true,"impliedFormat":1},{"version":"2ce12357dadbb8efc4e4ec4dab709c8071bf992722fc9adfea2fe0bd5b50923f","impliedFormat":1},{"version":"b5a907deaba678e5083ccdd7cc063a3a8c3413c688098f6de29d6e4cefabc85f","impliedFormat":1},{"version":"ffd344731abee98a0a85a735b19052817afd2156d97d1410819cd9bcd1bd575e","impliedFormat":1},{"version":"475e07c959f4766f90678425b45cf58ac9b95e50de78367759c1e5118e85d5c3","impliedFormat":1},{"version":"a524ae401b30a1b0814f1bbcdae459da97fa30ae6e22476e506bb3f82e3d9456","impliedFormat":1},{"version":"7375e803c033425e27cb33bae21917c106cb37b508fd242cccd978ef2ee244c7","impliedFormat":1},{"version":"eeb890c7e9218afdad2f30ad8a76b0b0b5161d11ce13b6723879de408e6bc47a","impliedFormat":1},{"version":"998da6b85ebace9ebea67040dd1a640f0156064e3d28dbe9bd9c0229b6f72347","impliedFormat":1},{"version":"00a196792eed6e9b7f988db0d3ced11a94ecd1e258fd19124ce89fe7642df35a","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc6ce3e0a0bcd06ea3788fdc3475cedb048ea2e06282ae21b8ccd54a6a7062f8","affectsGlobalScope":true,"impliedFormat":1},{"version":"6b386c7b6ce6f369d18246904fa5eac73566167c88fb6508feba74fa7501a384","affectsGlobalScope":true,"impliedFormat":1},{"version":"592a109e67b907ffd2078cd6f727d5c326e06eaada169eef8fb18546d96f6797","impliedFormat":1},{"version":"f2eb1e35cae499d57e34b4ac3650248776fe7dbd9a3ec34b23754cfd8c22fceb","impliedFormat":1},{"version":"cbbd9a45e9ac79f13a0135b82dc5698f3fb601c22b7246e05d407cd11b2e10c7","impliedFormat":1},{"version":"9e98bd421e71f70c75dae7029e316745c89fa7b8bc8b43a91adf9b82c206099c","impliedFormat":1},{"version":"fc803e6b01f4365f71f51f9ce13f71396766848204d4f7a1b2b6154434b84b15","impliedFormat":1},{"version":"f3afcc0d6f77a9ca2d2c5c92eb4b89cd38d6fa4bdc1410d626bd701760a977ec","impliedFormat":1},{"version":"c8109fe76467db6e801d0edfbc50e6826934686467c9418ce6b246232ce7f109","affectsGlobalScope":true,"impliedFormat":1},{"version":"e6f803e4e45915d58e721c04ec17830c6e6678d1e3e00e28edf3d52720909cea","affectsGlobalScope":true,"impliedFormat":1},{"version":"37be812b06e518320ba82e2aff3ac2ca37370a9df917db708f081b9043fa3315","impliedFormat":1},"2124a66b66c0b6c8e002a91c1055aca069a7ad1c7162b44bd8b10a3767bb4785",{"version":"4371055bb001f40596e2e236b27583e13bf11e75d937962f8947d56519237fb8","impliedFormat":1},{"version":"4b986e1061d0b484ac168527ad892cad0ee71b9604a06acf08bee7a875ac5cfa","signature":"5dfe61a1df0799ac7d8366a170872ae3467c9192c4d9a7f5b3634ecd82bcee75"},{"version":"9f3a8719251f0a1b9912538f02696aecc9e802cbc587ce05b040520078acd72a","signature":"0e0836e004f480066f55418bf5e4144681d105c5d696491ae306e47316c088b3"},{"version":"62ca007d57d30fe080e16201e0d6bf9159e2b079ad7798157290e247cfa6f855","signature":"583c2b5e3b68e54051e60a93905be0e99b68ffbd02b75fae33f76e67d0cb9415"},{"version":"487d52d2c9acda2b54756a7242dc2d54520a616f808d088fd9f52401f6c12d68","signature":"1aa9aeac23be366db16284ff6dddeb45e6971d8f100dd6ee7556f8d005dfdb5d"},{"version":"24271e1315c5f834a7cbfcdf4b8ac8ce6291c3e1480e8e0d9f3fbcbb2b830dbc","signature":"0c0c96ed1e4809c8f2c5d4b196651a1c3d16de51cf0af0ea702bbf283f621ed2"},{"version":"32bc205a04bdbc7a95ebf156065c217992eb41e00be65880ca995ea50c14a849","signature":"33b81d932c08c4017acf7e30b1e213877191d8430b9ea6b12599da2223cdf588"},{"version":"26e076fc621822f5c05bfd0bdf5c39b7824c51f138991a7ea5e08e520421834f","signature":"cf22256be8c194f96bfb40ba8bc47de291bafa36ce59ea40cd7f7351b8a7d491"},{"version":"9516c7d5bd7835b292f799fbc76ef630ede1caf3e68bd4dd331fe94980a13c90","signature":"2457ebf657149dcf9e54f666d581653fe58e8fffaf77514fd85500ce552125b5"},{"version":"9a4bca0ff872cc7fd4ea561c2fcadce1e381a6bcd664809ddafe324e6ca567fc","signature":"a06e32706a9acd4d63980047f4c3d3a0315665c19936fb7c613d59f22c8e0548"},{"version":"4ac8d382b17d54a12669a69cbc5ab6ac3f5723b2d00d1bb8011c3d71e9b6c82d","signature":"7e88e913050083cd85c6eed88f23926f481d480f6abf895676c48fcfbe5d9638"},{"version":"fab13236432aff3228c3a3b4386a020931f477d1112a64fc722571b4ec68f41b","signature":"f5c66c6090747c79a867b089de3e13171056dfebbad3dfc9f2d8b90ec1e8a803"},{"version":"f7339ffbde07db1f9bca0bf6da8b4aac556feacaad68d00b3934e4ecc77a2792","signature":"40bf5f4e45c2c2de0d1b87935aec90bf7492a43d85dd03007dce842369eca588"},{"version":"01afdc569979a974efd99437f04ab15bcf236c7750f3845f6fbd26138004fa18","signature":"9ea99e4a0a22b7e40a6f7174f97866f13080aeeba5e4112c9204cd7e2b8d89f5"},{"version":"e7fe84154fb9367ea59e647e92a2d232c4196b13ed4604adba2a56bfea207829","signature":"e586ec65250356c2a5acccd723112cd4a101ad0221aa7b494e9c3dbac4f14dbc"},{"version":"f2fe56110429328e5d9075037086392b43a1059c353882d2c34732e18d20789c","signature":"acc1655e3fddfe7e7d916532df1d89674bf4f321539422f5fc9118cb4287b47f"},{"version":"913d44e28951434f91d4cce779d7124c53b3bf3d90b9d6941547c90ea9e172cc","signature":"699eaa17c85beecedf3e6a6812ec69f467e6421296e6d1fe65c479eddfc6c9ec"},{"version":"96cda730cb5441b68a2f562d333e7a7cbe5f3ebbd5e5d56312bc3fc78d4d74ed","signature":"5167d5d8d3560a4b03fd41fa7ebaccaa1f48dfe7264b759cd51c42a3f976b5a7"},{"version":"27d47576edec65c5025eb910838571ba643f3dd98f8656202fe4e4a56eacf4cc","signature":"1f28010aa21bff47701bb651dc61d16758b7175e44b0dd0a6c8c58bd07caacf7"},{"version":"4789dbb2d44acbf650917b1dd4dcd932a81029c07c984272024652aea45e94c2","signature":"4ce518d062a0d7f303c960fd09018cd8404474ff01c0cdde00fa145655ab01c7"},{"version":"945dc8c0661bc6de0f00f82249bcb87d91b3c076c4abc21db3b671d23f1a88d5","signature":"64586c1a481d8a71d5507a20959091a54e4e662cb3fa3aa3028b110df3c42fe3"},{"version":"da3e32ad77c822d0e98f9fcc3ea4c3f4c9f2a9128fbbebeb3c92e5b7c5b3f3f2","signature":"fdf6dcfbcc24ad21debc659a855b65a1750fb450a88ba2a4522ee6fbe8b5e00e"},{"version":"e23599fde1817f8583223663f9c55993a4c69126b9370be449969ac82b143faa","signature":"dd8ccdc0df2ab3a72491eea682ef607ee92af30da14a7c538f716f24ca82a3f6"},{"version":"d8966db55ec59e6c41bc9dc3f422db977109c02fde172203f0483b3f00725467","signature":"91246efcf0eec773226739167613ad43693795bb267fe2f25d6b7d0cea794c96"},{"version":"305d514894a8a394afdd1adcc6ecf88d7b27745f2a197721aa19ab1963e0e776","signature":"f9f902441d883d19f5b109a22c8a67ac60ce0a16dace1ff555222aaf9296e36f"},{"version":"4ec775b507e673b453ec4e92b13348536856e729a82e791aa7f6fe169f9d17b8","signature":"cd0d7e881c032b4dbe78b8d028a31056ddf7e553dd2a9e8b6a0dcdaa2f6ddad7"},{"version":"33104c1388862168b0f42f18cc5a1275bbeba8a7c13373344b6e6c7640420573","signature":"e560d3bc4e3de8af15d21422cc8b8851a486156faf2f5dc7d184db54ac16c247"},{"version":"0db12ddf4fc6ad17f85cd669c48a0e7fc1ce1505f26891b07e44b6eda627724c","signature":"3cbfbc2907bb76b316474afeff2a4993d7c46384a02f9d373e7f1f0272c1bc66"},{"version":"f9ae81d8501f20379d2ccf182972c3021b661d4ab5c477190d04dfc41ca6e29f","signature":"d64984014297b461cda9d28933671f7ec1b74da368bc3ede0089e4f580c5a5a3"},{"version":"f0745cff51c6d8858416e8f2e77397e0ff924d892f15d61390e8c5ca620eed4d","signature":"ae1ab1017890656dea6781a7174b01fe5478f47c379ee954f76a569edfc69aa8"},{"version":"40a6129f34ebc2e768d6ac7483a5417327dcaef6b8d9c0aaac4b8889f0deaf85","signature":"17959702d2fb341cb36958cefe5426a67a928e3a771864038e2dd4a708380e06"},{"version":"2bb8bba85997d1c4ae29a63d79e1247a5263192aed4ae267854cb2e363b6c045","signature":"15496a9426b4a29ee8109e7a87bffd41bd6a1875cce242f7e28ed2c58ace6e83"},{"version":"2a00b5efd9fc99ee8092e47c39f8191e854ee01d43320368db4c0bbd643dfd0c","signature":"ee43277560483b9971a4960ccd87e8f7a2d7c59444e2f00779b27df527ceef61"},{"version":"26b7146d1b7e9d3103a82ce4bc4e2b8c1b3e61f71f77c832f761373f87238e13","signature":"120622c6353e470cc5fdf16ec71761c947ea781d4452e7018b8aa4ffe9e2e931"},{"version":"6c01741f8306d9e0326ea6867e0ff9108d8b1a8a2606369d7306f3afe4974d95","signature":"8bf44e6ed5b0b924ef5ed058ef0fc7a663c3bd871845401d3a16107da5b85512"},{"version":"de6bcfd72c7f390ea48076e667376cb9631b4e4146d3f416abb78164daffd9ca","signature":"2b82ad0fe0e69cbb9ca95eb7dab11b55faa26f4ffeedd1a65d009c460b6ca5d3"},{"version":"a38f70f94464694c55760192f84878c29741abfd75e7385e10cb771d35220946","signature":"ef34127bf1fbce3175afc9d01e226333925a04bc3ac844ebcaa73af16c7f5444"},{"version":"fca6fdfe3976b3d3ddf0461f6f4424e217bc29c40683442dbd5a4200026bd89b","signature":"4f6b0085d19ac401ec90d3cdb987e41f7ed10d83c07f88610ebc7e635c3c13c4"},{"version":"3866fc83778aa664dc5599e6ca88f4b216d47dda89e0d1412503dcd15b60968c","signature":"4fd13a3b9e7daea793fb14c519dc7451cf1ab11d1760444fa0c2335fbfbcb11c"},{"version":"08f2399dc08edbac31a591a4f7bece2e68164807cf2cc013384456b2a099c5c2","signature":"e1fd02bc595e96c79f3bd4768af35b7bf689916ba924e1d57d125deed168ef00"},{"version":"6f29ce1dad04093a851e86a49aa421385a97670a8d8812aa829dcd99ac3d3a21","signature":"08caf6cd8a227403fdc6d7ef2014823d0117619f6789bce4e7b4fbdeea13f3c8"},{"version":"9b7a4c2f63d1cef8a4374fe8695012c0dab26ca33ff59243e77d6db9f26bf437","signature":"0b3c903bfbce50d2ea448f4466addd8381bda78332c3190f86eba138df4aed76"},{"version":"48425d84157632b45f386881ebe3fa273c8ba7cd5663dbf6c10735020cc62c70","signature":"514642a1a59032433d86bb2f8fbc18dbd04333560242c436fa3574df94542c22"},{"version":"5eebf4e41553db04b229a17bf0916126c5f32f742c90447931a97a95c801e01b","signature":"db45bb2d8f0dfe43d462f1a78a112dbd97472be0d78abe4614c2b8b5d2fc4d9e"},{"version":"c405d0e30f55de39c2e77c0a2b96d636094ccb61449df5d49d7db51a91068020","signature":"ed86213d55e597a61f8a2c1091f64b623dbd1bb5b9601799a563fc44f376c597"},{"version":"23394963671845cc9711f72d887ab4ceb887864d3f879b6f3d7e44a8401cd70f","signature":"348d80cd746d25ccd5f035ba716e138c78c3ef2da4a8865353fe6d9f266d6000"},{"version":"3f60a4f34e787d01d51f5606f476a1404a1a797b228e5693b89b679ca2c8bb8a","signature":"30a326beb9292df570b5d51a33884170959acb9c8c78ac6059f5ed18c753b59c"},{"version":"59db1667cb0ed05e0309c8ac429d2f80b2bba0cadd960580f44413354769c0b4","signature":"323d95261bc0c0b8c8737356e0ab51018534d68b96cf93f62b0bcce0cdbf73bb"},{"version":"fd50c91b7cc687761ab97a8c93796615086e50fca27557a8bc6a27a696994343","signature":"24a8fdda6da3eba22634718362e2df5e0cebf8e5c4c472469d12081c98874680"},{"version":"5fd31c372165ab3318dcf44ac8b18626d5a74b924696b979d8173f391eafe301","signature":"934586136c896d76580d6f6d393fa8561563ddf09d9e93ef2897137400f716fe"},{"version":"2c3cf74ec2e50ce215083500f99d4fd2abe0846379856eea2b792edf028a5905","signature":"a520b089aa4e537b9104a5fc77391c17adb02874bbcf26adce739e2fc94a3bbe"},{"version":"462665b0a7ed13cf1d3642a3389bcb0103952250a66a22418a067af3b89b39d5","signature":"998cbacaaef0788da71f9068e58e61e64d645e6d7770a9ffcdaf2b2bc3a4d2e5"},{"version":"39af0f72763668a0f64b8a9d50b63b265c74b5ab3acbfd911ad3473e9fce552b","signature":"c3d9dcf44ee1876e511206b2ddbf2ae7bea15d1d0dc73c1b13911bd0e201ee51"},{"version":"b9623f2ecacc410aa520581eba361af166d6a2c61a689f9f474c77a3a3f319cd","signature":"5535b2a4fd5af1d214e92356e4d63a32d2140b4c11d8f82326a08e496feb32f0"},{"version":"f293f1a39ee554972e5c03d8bf8eb4e432b3e441dc23a64bf6ae762d121f5b4a","signature":"accb67d146335e4bd4908000887dd1fa2befe3227d68cff2750061c60f763690"},{"version":"9c48dedad6205ed11b31ef147bac9ab28275f5acfeb487cb84d9d2f66bb1b3b5","signature":"a5416015a164c4692b9a252ac5740a256923da4a6ab670190709155ae8486ab8"},{"version":"a223b2bfe2f13798bea4c0408f7b5df6d29b616782acb632d0fd79fd6975a5ae","signature":"d7c1abf369f7fbfc20d5730f9f9fdb830add4dc791039ebf7a78ab90aa8e3b88"},{"version":"fb2b94bf00a59535edfe3b78375cdb15e095b387d08e3fbd2bc3d4b89273575b","signature":"13dedf7baabc5819a1530dbe9244366e1f4b689e83d875d318d39fb34eb078ea"},{"version":"86a1adfbccb2b3f8806a0acc73e63055e30d8622fce56e9f80510f04911fff52","signature":"b66889e9c55838654dc2ea97aa25be45f0d5809c90df6a3d5825667e14a503cc"},{"version":"2dc090c9342e4f27092803e7a16a50ef431879751b109357d7f3bf0315b1526a","signature":"cdbc056096a3dfc6f90c4e57c736c02aa775d903613f1fb67a6da3f96682f066"},{"version":"a9392c6c7b6f1069ad20250d5f8310004eff073b1a4136bb94c89d93acc3d83f","signature":"7c2748dc95fd53a744d4ed443feb10468d5bce842a35a2ec5c06f4ea858a925e"},{"version":"3075b187bc02238ddfc9459b0660d67408df27a4eac621e08f34912e50a59498","signature":"0d5ef98259ba644b4d05eeab59e5b7c724e43602f2168ec10893be81b29cfe5a"},{"version":"6ae3c3140e7ba70600d0da72b0f64df7d423cdaf3a466a487caa3e697d000eba","signature":"95bd44c302cb0d65decc718fb9da015ad1bb2bc3063fba335f16aed17b1c7aaa"},{"version":"b8368308f10ee987e38f11d5df9eb45ed58b8914f2151014f6cea460ae7988e3","signature":"1cf87d9af4dd27f365baf60e18b371d3a05e01ef85beb269c64c9f4ddc8b6881"},{"version":"a8b45ae10a76b07b3cd6b2078a3a1bb25f2a614e9e6e110bb679702289d82186","signature":"17829afde721807fa704b7787246f7785d3015c738162f5de167e7b9e1ab74cf"},{"version":"f50eca25533cc2f1a99bea9f2c8d4c974214d35e113c47e2dbbdc4c3d27dd137","signature":"43c19d36db2cc57223050414b3f633e4a8b56d390cd1f324fee085ac9123bc64"},{"version":"9490b074067fb43eca03b73f4fe0e9862e6b4090a5fc4f17a8fe56572a3d6752","signature":"3fdcaf870251a700c4b84803b343aa43c377c384e980e6dbcc2d5cd501163091"},{"version":"5a4316000b0bf98925604673e22a2d6b411f201e76ca699a3d95e0c959f4ca25","signature":"2a62049841d43ba30cc49807cdb4beeabcdf7169bdf276c32810f33846a51b3f"},{"version":"9cd1ee0a5cb7deb1ff0595bac223d89d604329634085a3dba0f1070df694c4b1","signature":"436a1b0c8357c4a116a82424299e8b6bf9817e0abe129b002113d015eef156fc"},{"version":"285ff25e4ce4fb0bf1b294139f621630416e2b7e8bac5fd9ed69a231d3fa9d85","signature":"3e7759d706de2403eb17e9c9674cb1ad9d1be491df69777237658989bb8af45d"},{"version":"b37e708b3e824bd7c76d6355ac3b707f5834e7c454a8e262701c8ca4f0fba8ce","signature":"515aee77704e97fff42d61895107e3edf9061d0ec68c39965e1254be3f030d2f"},{"version":"7bca894b537dfbe392e03d95f81673741bcf28b4477d8bcb38d0cc876a18ed52","signature":"b33d5c207a9aaebea36b444db3f8ec9801b77113bb7dab116745ffa2c4c2c247"},{"version":"e10d37b85c1753cd40d83456ebdc30151dcd83948181f14a622e0b3af22c4c82","signature":"ea054b34b7b9170605f25d5365de45fb210ff6a0013224f1e5c8c1c15f887f9e"},{"version":"ae6c20d81024bbe3d30909dd1a1d486aa5d324b92ea45d4540b8348c871ec7e2","signature":"d0a0557c84897a72d8ac86c41925d961a55a5953f592dceb3352370638bad0d1"},{"version":"be86d387b4caa999ff1891777c9a5d3ebfc2720a84cfa0d0195fd63b23379cce","signature":"c31e2f03233f9840cc039011d8ab67091bc1cdeed40e56516900cb098a2f1651"},{"version":"d2bf54d0a1ca629f1d5405a83df4fcbe20e7dd66842278e5ee06769fadd07b34","signature":"f09a6d75b084196d1eaa45a082a5c572aab672ee2b8eedae894f8965d0244ee2"},{"version":"aa05608632db0b9d0f6ec1c3cc6bc668ca2fb99d404b2d4438dadd0119865cc5","signature":"cc73f4fc6dbbaa47db7b72171675e1c587fda68b7cae1267fc27511d0a8dc66b"},{"version":"3313f974de87f6aa5cc9193e503dae1f5d08446dc72efe356d1de1b7a38a1a43","signature":"174901a365bfbe8123a1e7838bdaeae1ec1290cf80edaed4f607614eec2129c6","affectsGlobalScope":true},{"version":"bb69f294bcfa86df626798386ae2f71424ac30e23c1a050689cf7e59f06c3ba6","signature":"a7195b8aeda6d717272fa0629d2145903ff848d0484dc7ac31cdc4c1abd13c97"},{"version":"67d9ea91f777d65192772dfb91e998a7b4579321dc531105022c1e346369cbfb","signature":"8baf54fd2d4884d0d25ab1ff616bce9fbf9c55eaf1a0d334d90d9c89b7eb90a6"},{"version":"b04851f3e9ef7b9abf12f675b5195735cb8656eca8554da0a6621538a35babe2","signature":"ef6a5929589310085e0b11f19fb487700d2559f2381204f15f84f77f97685519"},{"version":"dda360685a4a0591e6c4bd32832473df103962833e1367cd6846d8a98cd0d5d2","signature":"e75ded1320662d753c985b37772bda6665c9408cc3e73052a7ee7d83f7dc46cb"},{"version":"9de76bdfa4327b67e4d5d44fd5dc51bded0924c67de7fdf9298153d38427eea5","signature":"a0309ba9844f95a12992a897cf42bc58b64ad8a195c523c86e19c19b6e0d71d0"},{"version":"b8987c21a5945f8b04b8143acebbae9c543a06df84244d9c43c6bc01a217b68c","signature":"f7bc0a79a45c8478a38e5644e90490b1d90978dcc4135a383c3e9641505ed3a0"},{"version":"8c1491fcbf7374e3729d3399a341b401833b3be71f67b7d30c7ea84e237167c8","signature":"c8e2018c1540f8596432ab2ea1ce1a21477b61734fed846f19ee330a3a7fa39b"},{"version":"766214b8c134a9cb93cc218b0c4a3c19f291584945f30810aaf9ffe864098fef","signature":"fce17371c09a2f3a4642a6ea16eee49b0ad7b123544a1747a3e70d7079cccc43"},{"version":"c9e327f2e5206a451568950cd2ff664497cd163ef69a99fbdf694734d038c5d1","signature":"b912688e0e14a7e901289f30c713e0bbdd44b4f893107260578fbf8855b673f9"},{"version":"83e9f281e8969da3dedb80a074645f21f79425f7a5c4de4abdeeb24bcc3242ec","signature":"818a351b601b48ffe4e5545368f154c3e8515016d9bb0c96f457afec8862c024"},{"version":"df28106b43851479c1d4b60aa5c30ff092c5be4b4c904ebc041952731ddc2563","signature":"9d6932934b9a8176240488e5c9ddf6f1241505c363f64c9416d734308fd4b964"},{"version":"e87553fbe18c2542d833c864880c9927ccc5e4b501cc74a4836dcfb741b80fc6","signature":"db5b0ff478615ee2f9c2bbbd91d0040f51269f50c83e901f338801781afc9f97"},{"version":"52f05ad04fd17e15f8b8b03f2bd199796fd539801f3cb938086b66b353901c2c","signature":"42f47550b72bc61a8b7cfd352cce09b2dfc52401ced2e5e72fd68e841c00512f"},{"version":"6ef35c124d1b9f2fd4688bdb964f434d1efb5e09b015e429e47c616f313af803","signature":"0a27eda8e9f7ee2fde3c7daf95490db8f0723044dcb17364337265780341eecd"},{"version":"1d4f1f9c12d8c49be4217f8186851f4015112fb17c5d67a6c0ccb2febd70719e","signature":"9acdf74bd4ec7703b58dd5d2d0d7b9fd001d1ae6113ea17a8ff146db16b8a817"},{"version":"16dc5fe7f8b397ea513a7e68174c2dd53ca6dede6c3430873f724b907fc3db00","signature":"ef4b86a2727484acdaef58bc656cfa09bd3d5390ac41c479e46e782c62e6cb6d"},{"version":"27f6761a340ed784916e287f1ffc4398af3ec2b74e4e02f457a3409806461af3","signature":"fac8ac60ba001dc4b73d8094a0595c941d467b1c88ec8b97681c5cc2c2d58f22"},{"version":"f5dcc59babd49f4d68716e572ae383baec0f7ae986bed0660bf1964c79f9d0cb","signature":"a5ae7f664e476e51f06ec7200341d80d614881eea900ac3114399ddcd0e2eb1e"},{"version":"cd91ffd4f5b4362510f4750c1a325e2ea441ccd80d2d20602522a2ec1abcab39","signature":"c19c5acfaa53f97e6a221e312b8498a85aeb525a7eb6347ef515ef00df8603b6"},{"version":"b3c690eb7d48954a6a1c2bb324f26c0da1ea174c6c79048d6c28eb3a12a33571","signature":"47261b680fc907e4352b614a3b6376d48f821cb4bd1508c057df42cd7def0384"},{"version":"7ef8e0d63a8d619222656a8984c6c44732f9ea0489023b8c7d9947a6e78759c3","signature":"f48ade7142689b99a7aa0b47b2beb0ad00e1c282b6a666ee94abc251040f4678"},{"version":"4dd836457d23d1242836f6a8d60f2517e11dc1e98dbbfe4e291bd32a48076725","signature":"5167a0a4016dce2accd82f6e07615913be8ae9712c35ec46f8160c988267bdbe"},{"version":"43aa9bb872a9c22688315825fad59529560e500f02abb349a5da96135e0843f5","signature":"9a7dd470e15dfd29dd69e5754477adba4ac5d358e9527886fa7ef8e941c45538"},{"version":"a43f2144870f455e648141ee7747b4a39d2b2a3b3b76b3bb02ebc4d7be05412f","signature":"93c8da7d4202551e618078dd00b723fbde5f93794adad95c59fda09245518aee"},{"version":"a8e2962ffe6f7fb958701e3e075fbdd86997706c64de25be87a9fde6a448eaf8","signature":"d2c3f958a42679700bfeebfc226bd08f2e56d2aa6193a3665d4d0968139967af"},{"version":"c6eee536ac835bda54c237e108150e734f1614706ec71c328b7822e4106e2556","signature":"2939c9432cec5247829b918ad12981b9d483210582845ac4993086b2bb6ae2ac"},{"version":"7051695de7dbbb6c12dc5870237283e3df4462e9aa7a0fbfdbb097dc9ad329f5","signature":"12d9874934e414c7dbec84c4540240ea59a9c67500d22e22d3734a47aa3856e4"},{"version":"6a60f89a33044a65a76545022affd33825c959801df1d5076dc1449242dace52","signature":"4f34bb7f5f43d635a510fa73ffd1a892433d3122b0ea9bb9f812067eebb286bb"},{"version":"34b827311ee3c364986cb2be2fbfd418dac7341eb3cbb5362a2e261472b6b36c","signature":"234863205ddd8f5f2fec61dfbbae10fbae7a921f0ebaa52b9ef39713748d5f23"},{"version":"c78b5b9c8ab3c6202b1fd969f9e2288d1b8a0204c4890f7830d2589a31a61ce7","signature":"ff8cb111f91767702a69c55ff199aacc40aeaedc0a97dd6edfc6cbca92daa7c8"},{"version":"bc926d7aada2e65a5d3040eb93c2c51c176b60765b03618bf9615874235247c3","signature":"8ec325b701b7c08f0efc7aa2c1fcc2d9169b08aaac1c4165420f51811c30a9e6"},{"version":"aa821a1dd5324d423147beef14a62d075e949e4cb2a711715027a62d7b73c8cc","signature":"cd5d7ab4cf87a66c9d713e53ca4ca3210a722c7b7af6e2ed5b084d75f9fddd8c"},{"version":"de7cf42e61af3e394f63a36b7e58c78ed9a392e77bade4f70bf6732e573a91fe","signature":"c821edb4c28b4b0fa77c945e4426129d587c62be9f46337ca5f1a12eab512bb7"},{"version":"f062e02dd51dfbec7d7090cf21023399a2f5676c57c3205537e8ad705519e155","signature":"a734096d99ddb7e8b5ada33b31ea0cf69c43aa76cb55f05e167f2f186ecf1b0b"},{"version":"33bdb8cf904e7b11aac9ae712a27d27b112081339453e22df51e9cf006e4e8a5","signature":"7df04b5368927a6f4ad6890891e6d6f995536068b246ad7e4337e9637db2147d"},{"version":"01941acad048c46e3fcb3979b184ad974e6d8d01b7826a3e4dec2eb12168bc4b","signature":"a8e981facc7c1deecc9d55bc99a28688ef1f1e8c62144dbb1fc10a0b874a1b54"},{"version":"8df882e0e9f447c8aeb861b973c6241700ccb96dc2be6280e09a1117068bd905","signature":"22a8677320ccea87b30e90f45b82abcde63449dd13764fed009eeb9f5dffd98e"},{"version":"b1d8dba139fdc943abc1bb094d720e3f0f52418af16112cf3b0508dc38e271ea","signature":"0540d85c1900803768ebe176402e8a5fe263f73339a760723e032b0dfdb7056f"},{"version":"675bbab8bf8529a06e4e11204f386c4b871e6595000f8af044a19bedb3b444d5","signature":"3ff29162983aa7e635a49079ee5ebd1180227765b608e62e5574038e53f69d52"},{"version":"10f86027ed59012ffd18e8177cfb29360ad409d8f37c169f48f6336f428bc68e","signature":"e5dedebcaf434d1e5a79a40c2b03b935977c78a4f8f6c8c158747ef2bd581f77"},{"version":"57fedd618158bda2c45e441b300496e5ca84baa223413fc0d6c0a17de95d1a74","signature":"6847422268c405d4cb89f5f61c85552c1dd16fd767e892237cef01c273b0ff9f"},{"version":"614a0541363118971abd8808342ae06efa99609f44b7cb10fbe44d1f86590dc1","signature":"acfb51fe8801d42c2cb5fdfafd068a6aa8569caf575859a671630fe2c04dd78f"},{"version":"c84d1a7234c7923b1ea81f1c7dc2a3ec07cb435c0bf25ee4dd5b34121970b499","signature":"4f0697f18be687ca9d9a588807c904100381788b439bf3ab4b19fafd95d09d71"},{"version":"9c399430950fb8b5910db9c811dfc7eaea80024f8c2ba888e87e48dbc3327a7a","signature":"3dbef351c9212bc6fe51d0aa09af4b0ade05123d4e19d0ac4b6c98d0177045ff"},{"version":"dc6a212f6c9fe587e666b4e0d65b3b93e95f30cdad8182ffe3bb9ee6a24f5ad1","signature":"38cc6bff515a00f6fd513cbfd117c6410d7c2bde44d0062b02d4e2da51bcf57a"},{"version":"293d0551be9a867eac9b6a806bfc9f5ee0ac13375b2653c455b1218f46a8415e","signature":"7ef29731606556021d55862453011570da58bafd448b780cbdf8d03fcb7bae3b"},{"version":"a301a19fe1344ab469029ae7447cd631795df66132a2a48116362f5f00e5850e","signature":"6a08ecbc1bcad32d8e4702c485bb0db456b9e4ad10ea6ac129d3902fe2d0fa2b"},{"version":"44bf8ac7bd04807bf2400b30401ec195c3e6a1f6a4e3316cd61e2a57e87382e1","signature":"e40bcd2008a687c841ddebec5efb6b756ffc6594ea7d2ce002372372f8d7583d"},{"version":"143a0ad20c408f464ec520c7bc3f96afdc06d2e56f75621e4f8d1fb483614c36","signature":"6fc874144070be5bf0e20d910ef18fa1c3ed0cee3c8c3b7a29cab90cec2a9e9a"},{"version":"1d9e717ba4b1a2b5a622970a8db6a19d5908f0302bc9470abceb106db4c46505","signature":"a8370d787981817dc8e86791a63f4c58ed9065ceef4a908b20102b22d41362b6"},{"version":"109dedac41d7b6fcf435f07fb9c392d79684b0dd96b4e58e4a769982f8868dca","signature":"a10af20aa1517e8b2a5507d05fb6fdf34d19c3e7970fb6ed8e6cae852cae004b"},{"version":"efa3e551be2d0cdd7f22dcead78a9c5b549f196cfa65aebda3c24473a5ec949d","signature":"04115792ecf6c932c7441186475367332f1dc38cc8932d2157d2cd790bfa6c5c"},{"version":"d024aa378822153899c7d2692436131284ee16d93ebc23820e24664ade5974e3","signature":"2910fcb16211c9284857631f6483747f7179bbc612d29fd5e5f2106f273bfd7a"},{"version":"363182a08fbe7c715009dfc6dc52d53f68b73ec71a5e5a9da16bd97c9028b38a","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"b962a263d0f40f1220433446e1627b020b7bb99a49c214332008ed0d0c408602","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"b6ce1e7d0b94b5fa2c87797465759244012dd9de533cac6dee01f8983a9c83f3","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},"3617d13793e1e8656eb50c114c57ff82045fb34cc0824968d4aeb12e2d0103db"],"root":[241,[243,376]],"options":{"allowJs":true,"composite":true,"declaration":true,"declarationMap":false,"esModuleInterop":true,"jsx":4,"module":200,"noFallthroughCasesInSwitch":true,"noImplicitOverride":true,"noPropertyAccessFromIndexSignature":false,"noUncheckedIndexedAccess":true,"noUnusedLocals":false,"noUnusedParameters":false,"outDir":"./","rewriteRelativeImportExtensions":true,"rootDir":"../src","skipLibCheck":true,"sourceMap":false,"strict":true,"target":99,"tsBuildInfoFile":"./.tsbuildinfo","verbatimModuleSyntax":true},"referencedMap":[[240,1],[113,2],[114,2],[115,3],[95,4],[116,5],[117,6],[118,7],[93,8],[119,9],[120,10],[121,11],[122,12],[123,13],[124,14],[125,14],[126,15],[127,16],[128,17],[129,18],[96,8],[94,8],[130,19],[131,20],[132,21],[172,22],[133,23],[134,24],[135,23],[136,25],[137,26],[138,27],[139,28],[140,28],[141,28],[142,29],[143,30],[144,31],[145,32],[146,33],[147,34],[148,34],[149,35],[150,8],[151,8],[152,36],[153,37],[154,36],[155,38],[156,39],[157,40],[158,41],[159,42],[160,43],[161,44],[162,45],[163,46],[164,47],[165,48],[166,49],[167,50],[168,51],[169,52],[97,23],[98,8],[99,53],[100,54],[101,8],[102,55],[103,8],[104,56],[105,57],[106,58],[107,58],[108,59],[109,8],[110,60],[111,61],[112,57],[170,62],[171,63],[242,64],[216,65],[238,8],[237,8],[231,66],[218,67],[217,8],[214,56],[219,8],[212,68],[220,8],[239,69],[221,8],[215,8],[230,70],[232,71],[213,72],[236,73],[234,74],[233,75],[235,76],[222,8],[228,77],[225,78],[227,79],[226,80],[224,81],[223,8],[229,82],[88,8],[89,8],[14,8],[15,8],[17,8],[16,8],[2,8],[18,8],[19,8],[20,8],[21,8],[22,8],[23,8],[24,8],[25,8],[3,8],[26,8],[27,8],[4,8],[28,8],[32,8],[29,8],[30,8],[31,8],[33,8],[34,8],[35,8],[5,8],[36,8],[37,8],[38,8],[39,8],[6,8],[43,8],[40,8],[41,8],[42,8],[44,8],[7,8],[45,8],[50,8],[51,8],[46,8],[47,8],[48,8],[49,8],[8,8],[55,8],[52,8],[53,8],[54,8],[56,8],[9,8],[57,8],[58,8],[59,8],[61,8],[60,8],[62,8],[63,8],[10,8],[64,8],[65,8],[66,8],[11,8],[67,8],[68,8],[69,8],[70,8],[71,8],[72,8],[12,8],[73,8],[74,8],[75,8],[76,8],[77,8],[1,8],[78,8],[79,8],[13,8],[80,8],[81,8],[82,8],[83,8],[84,8],[85,8],[86,8],[87,8],[188,83],[200,84],[185,85],[201,86],[210,87],[176,88],[177,89],[175,90],[209,91],[204,92],[208,93],[179,94],[197,95],[178,96],[207,97],[173,98],[174,92],[180,99],[181,8],[187,100],[184,99],[91,101],[211,102],[202,103],[191,104],[190,99],[192,105],[195,106],[189,107],[193,108],[205,91],[182,109],[183,110],[196,111],[92,86],[199,112],[198,99],[186,110],[194,113],[203,8],[90,8],[206,114],[369,115],[370,116],[365,117],[264,118],[366,119],[368,120],[361,121],[350,8],[362,8],[367,122],[246,123],[249,124],[245,8],[247,8],[248,125],[255,126],[358,127],[364,128],[363,129],[266,130],[250,131],[241,132],[252,133],[254,134],[257,135],[258,135],[259,134],[260,136],[261,135],[269,137],[270,138],[271,136],[253,8],[272,135],[273,135],[274,134],[275,136],[276,134],[277,133],[278,136],[279,138],[280,135],[281,135],[282,139],[283,136],[284,136],[285,136],[286,138],[287,135],[288,140],[289,136],[290,135],[291,136],[292,138],[293,135],[294,141],[256,142],[295,136],[296,136],[297,136],[298,136],[299,136],[262,143],[300,136],[301,144],[302,135],[303,135],[304,134],[306,145],[305,8],[307,135],[308,138],[309,146],[311,147],[312,148],[313,134],[314,136],[315,134],[316,136],[317,134],[318,136],[319,135],[320,134],[355,149],[321,135],[268,150],[322,135],[323,136],[324,136],[325,151],[326,136],[327,136],[328,135],[329,137],[330,138],[331,144],[332,152],[333,135],[334,138],[335,135],[336,153],[337,138],[338,136],[339,134],[340,135],[341,136],[342,141],[343,134],[344,134],[345,136],[346,134],[354,144],[347,135],[348,135],[349,136],[351,154],[352,136],[353,144],[372,155],[356,156],[310,157],[360,158],[359,159],[373,160],[374,161],[375,162],[251,163],[263,8],[357,8],[376,8],[244,8],[267,8],[243,8],[265,8],[371,164]],"latestChangedDtsFile":"./standalone.d.ts","version":"6.0.3"}
|
|
@@ -124,6 +124,24 @@ async function executePipelineChain(commands, authUser, hostname, mode, cwd, she
|
|
|
124
124
|
}
|
|
125
125
|
const result = await runCommandDirect(cmd.name, cmd.args, authUser, hostname, mode, cwd, shell, currentOutput, env);
|
|
126
126
|
exitCode = result.exitCode ?? 0;
|
|
127
|
+
// 2>&1 — merge stderr into stdout
|
|
128
|
+
const effectiveResult = cmd.stderrToStdout
|
|
129
|
+
? { ...result, stdout: (result.stdout ?? '') + (result.stderr ?? ''), stderr: undefined }
|
|
130
|
+
: result;
|
|
131
|
+
// 2>file — redirect stderr to file
|
|
132
|
+
if (cmd.stderrFile && effectiveResult.stderr) {
|
|
133
|
+
const sp = resolvePath(cwd, cmd.stderrFile);
|
|
134
|
+
try {
|
|
135
|
+
const ex = (() => { try {
|
|
136
|
+
return shell.vfs.readFile(sp);
|
|
137
|
+
}
|
|
138
|
+
catch {
|
|
139
|
+
return '';
|
|
140
|
+
} })();
|
|
141
|
+
shell.writeFileAsUser(authUser, sp, cmd.stderrAppend ? ex + effectiveResult.stderr : effectiveResult.stderr);
|
|
142
|
+
}
|
|
143
|
+
catch { }
|
|
144
|
+
}
|
|
127
145
|
if (i === commands.length - 1 && cmd.outputFile) {
|
|
128
146
|
const outputPath = resolvePath(cwd, cmd.outputFile);
|
|
129
147
|
const output = result.stdout || "";
|
|
@@ -149,12 +167,12 @@ async function executePipelineChain(commands, authUser, hostname, mode, cwd, she
|
|
|
149
167
|
}
|
|
150
168
|
}
|
|
151
169
|
else {
|
|
152
|
-
currentOutput =
|
|
170
|
+
currentOutput = effectiveResult.stdout || "";
|
|
153
171
|
}
|
|
154
|
-
if (
|
|
155
|
-
return { stderr:
|
|
156
|
-
if (
|
|
157
|
-
return
|
|
172
|
+
if (effectiveResult.stderr && exitCode !== 0)
|
|
173
|
+
return { stderr: effectiveResult.stderr, exitCode };
|
|
174
|
+
if (effectiveResult.closeSession || effectiveResult.switchUser)
|
|
175
|
+
return effectiveResult;
|
|
158
176
|
}
|
|
159
177
|
return { stdout: currentOutput, exitCode };
|
|
160
178
|
}
|
|
@@ -8,6 +8,16 @@ const PACKAGE_REGISTRY = [
|
|
|
8
8
|
shortDesc: "Vi IMproved",
|
|
9
9
|
installedSizeKb: 3812,
|
|
10
10
|
files: [
|
|
11
|
+
{
|
|
12
|
+
path: "/usr/bin/vim",
|
|
13
|
+
content: "#!/bin/sh\nexec builtin nano \"$@\"\n",
|
|
14
|
+
mode: 0o755,
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
path: "/usr/bin/vi",
|
|
18
|
+
content: "#!/bin/sh\nexec builtin nano \"$@\"\n",
|
|
19
|
+
mode: 0o755,
|
|
20
|
+
},
|
|
11
21
|
{
|
|
12
22
|
path: "/usr/share/doc/vim/README",
|
|
13
23
|
content: "Vim editor — virtual package.\n",
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { ShellModule } from "../types/commands";
|
|
2
|
+
/**
|
|
3
|
+
* Return filename or directory portion of pathname.
|
|
4
|
+
* @category text
|
|
5
|
+
* @params ["<path> [suffix]"]
|
|
6
|
+
*/
|
|
7
|
+
export declare const basenameCommand: ShellModule;
|
|
8
|
+
/**
|
|
9
|
+
* Return directory portion of pathname.
|
|
10
|
+
* @category text
|
|
11
|
+
* @params ["<path>"]
|
|
12
|
+
*/
|
|
13
|
+
export declare const dirnameCommand: ShellModule;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Return filename or directory portion of pathname.
|
|
3
|
+
* @category text
|
|
4
|
+
* @params ["<path> [suffix]"]
|
|
5
|
+
*/
|
|
6
|
+
export const basenameCommand = {
|
|
7
|
+
name: "basename",
|
|
8
|
+
description: "Strip directory and suffix from filenames",
|
|
9
|
+
category: "text",
|
|
10
|
+
params: ["<path> [suffix]"],
|
|
11
|
+
run: ({ args }) => {
|
|
12
|
+
if (!args[0])
|
|
13
|
+
return { stderr: "basename: missing operand", exitCode: 1 };
|
|
14
|
+
const results = [];
|
|
15
|
+
// basename can take multiple paths with -a
|
|
16
|
+
const paths = args[0] === "-a" ? args.slice(1) : [args[0]];
|
|
17
|
+
const suffix = args[0] === "-a" ? undefined : args[1];
|
|
18
|
+
for (const p of paths) {
|
|
19
|
+
let base = p.replace(/\/+$/, "").split("/").at(-1) ?? p;
|
|
20
|
+
if (suffix && base.endsWith(suffix))
|
|
21
|
+
base = base.slice(0, -suffix.length);
|
|
22
|
+
results.push(base);
|
|
23
|
+
}
|
|
24
|
+
return { stdout: results.join("\n"), exitCode: 0 };
|
|
25
|
+
},
|
|
26
|
+
};
|
|
27
|
+
/**
|
|
28
|
+
* Return directory portion of pathname.
|
|
29
|
+
* @category text
|
|
30
|
+
* @params ["<path>"]
|
|
31
|
+
*/
|
|
32
|
+
export const dirnameCommand = {
|
|
33
|
+
name: "dirname",
|
|
34
|
+
description: "Strip last component from file name",
|
|
35
|
+
category: "text",
|
|
36
|
+
params: ["<path>"],
|
|
37
|
+
run: ({ args }) => {
|
|
38
|
+
if (!args[0])
|
|
39
|
+
return { stderr: "dirname: missing operand", exitCode: 1 };
|
|
40
|
+
const p = args[0].replace(/\/+$/, "");
|
|
41
|
+
const idx = p.lastIndexOf("/");
|
|
42
|
+
const dir = idx <= 0 ? (idx === 0 ? "/" : ".") : p.slice(0, idx);
|
|
43
|
+
return { stdout: dir, exitCode: 0 };
|
|
44
|
+
},
|
|
45
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/** biome-ignore-all lint/suspicious/noControlCharactersInRegex: binary magic bytes detection */
|
|
2
|
+
import type { ShellModule } from "../types/commands";
|
|
3
|
+
/**
|
|
4
|
+
* Determine file type.
|
|
5
|
+
* @category files
|
|
6
|
+
* @params ["<file>..."]
|
|
7
|
+
*/
|
|
8
|
+
export declare const fileCommand: ShellModule;
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { resolvePath } from "./helpers";
|
|
2
|
+
const MAGIC = [
|
|
3
|
+
[s => s.startsWith('\x7fELF'), "ELF 64-bit LSB executable, x86-64"],
|
|
4
|
+
[/^#!\/bin\/sh/, "POSIX shell script, ASCII text executable"],
|
|
5
|
+
[/^#!\/bin\/bash/, "Bourne-Again shell script, ASCII text executable"],
|
|
6
|
+
[/^#!\/usr\/bin\/env (node|bun)/, "Node.js script, ASCII text executable"],
|
|
7
|
+
[/^#!\/usr\/bin\/env python/, "Python script, ASCII text executable"],
|
|
8
|
+
[/^\x89PNG/, "PNG image data"],
|
|
9
|
+
[/^GIF8/, "GIF image data"],
|
|
10
|
+
[/^\xff\xd8\xff/, "JPEG image data"],
|
|
11
|
+
[/^PK\x03\x04/, "Zip archive data"],
|
|
12
|
+
[/^\x1f\x8b/, "gzip compressed data"],
|
|
13
|
+
[s => s.trimStart().startsWith('{') || s.trimStart().startsWith('['), "JSON data"],
|
|
14
|
+
[/^<\?xml/, "XML document, ASCII text"],
|
|
15
|
+
[/^<!DOCTYPE html/i, "HTML document, ASCII text"],
|
|
16
|
+
[/^[^\x00-\x08\x0e-\x1f\x7f-\x9f]*$/, "ASCII text"],
|
|
17
|
+
];
|
|
18
|
+
/**
|
|
19
|
+
* Determine file type.
|
|
20
|
+
* @category files
|
|
21
|
+
* @params ["<file>..."]
|
|
22
|
+
*/
|
|
23
|
+
export const fileCommand = {
|
|
24
|
+
name: "file",
|
|
25
|
+
description: "Determine file type",
|
|
26
|
+
category: "files",
|
|
27
|
+
params: ["<file>..."],
|
|
28
|
+
run: ({ args, cwd, shell }) => {
|
|
29
|
+
if (!args.length)
|
|
30
|
+
return { stderr: "file: missing operand", exitCode: 1 };
|
|
31
|
+
const lines = [];
|
|
32
|
+
let exitCode = 0;
|
|
33
|
+
for (const arg of args) {
|
|
34
|
+
const p = resolvePath(cwd, arg);
|
|
35
|
+
if (!shell.vfs.exists(p)) {
|
|
36
|
+
lines.push(`${arg}: ERROR: No such file or directory`);
|
|
37
|
+
exitCode = 1;
|
|
38
|
+
continue;
|
|
39
|
+
}
|
|
40
|
+
const st = shell.vfs.stat(p);
|
|
41
|
+
if (st.type === "directory") {
|
|
42
|
+
lines.push(`${arg}: directory`);
|
|
43
|
+
continue;
|
|
44
|
+
}
|
|
45
|
+
const content = shell.vfs.readFile(p);
|
|
46
|
+
let type = "data";
|
|
47
|
+
for (const [matcher, label] of MAGIC) {
|
|
48
|
+
if (typeof matcher === "function" ? matcher(content) : matcher.test(content)) {
|
|
49
|
+
type = label;
|
|
50
|
+
break;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
lines.push(`${arg}: ${type}`);
|
|
54
|
+
}
|
|
55
|
+
return { stdout: lines.join("\n"), exitCode };
|
|
56
|
+
},
|
|
57
|
+
};
|