Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

13,493

Downloads of v 8.1.6:

3

Last Update:

22 Feb 2025

Published Date:

22 Feb 2025

Package Maintainer(s):

Software Author(s):

  • Samuel Imolorhe

Tags:

altair-graphql graphql graphql-client altair opensource graphql-editor graphql-ide graphiql graphql-subscriptions

Altair GraphQL Client

(Waiting for Maintainer to take corrective action)

  • 1
  • 2
  • 3

8.1.6 | Updated: 22 Feb 2025

Downloads:

13,493

Downloads of v 8.1.6:

3

Published:

22 Feb 2025

Software Author(s):

  • Samuel Imolorhe

Altair GraphQL Client 8.1.6

(Waiting for Maintainer to take corrective action)

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Samuel Imolorhe. The inclusion of Samuel Imolorhe trademark(s), if any, upon this webpage is solely to identify Samuel Imolorhe goods or services and not for commercial purposes.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Failed

Details

Scan Testing Pending

IMPORTANT

This version is in moderation and has not yet been approved. This means it doesn't show up under normal search.

  • Until approved, you should consider this package version unsafe - it could do very bad things to your system (it probably doesn't but you have been warned, that's why we have moderation).
  • This package version can change wildly over the course of moderation until it is approved. If you install it and it later has changes to this version, you will be out of sync with any changes that have been made to the package. Until approved, you should consider that this package version doesn't even exist.
  • You cannot install this package under normal scenarios. See How to install package version under moderation for more information.
  • There are also no guarantees that it will be approved.
WARNING

There are versions of this package awaiting moderation (possibly just this one). See the Version History section below.

imolorhe (maintainer) on 22 Feb 2025 10:58:43 +00:00:

User 'imolorhe' (maintainer) submitted package.

chocolatey-ops (reviewer) on 22 Feb 2025 11:30:45 +00:00:

altair-graphql has passed automated validation. It may have or may still fail other checks like testing (verification).
Congratulations! This package passed automatic validation review without flagging on any issues the validator currently checks. A human review could still turn up issues a computer may not easily find.

chocolatey-ops (reviewer) on 22 Feb 2025 11:32:52 +00:00:

altair-graphql has failed automated package testing (verification).
Please visit https://gist.github.com/choco-bot/3a34b447904c7140aa00fc589e64202a for details.
The package status will be changed and will be waiting on your next actions.

  • NEW! We have a test environment for you to replicate the testing we do. This can be used at any time to test packages! See https://github.com/chocolatey-community/chocolatey-test-environment
  • Please log in and leave a review comment if you have questions and/or comments.
  • If you see the verifier needs to rerun testing against the package without resubmitting (a issue in the test results), you can do that on the package page in the review section.
  • If the verifier is incompatible with the package, please log in and leave a review comment if the package needs to bypass testing (e.g. package installs specific drivers).
  • Automated testing can also fail when a package is not completely silent or has pop ups (AutoHotKey can assist - a great example is the VeraCrypt package).
  • A package that cannot be made completely unattended should have the notSilent tag. Note that this must be approved by moderators.
Description

✨⚡️ A beautiful feature-rich GraphQL Client for all platforms. https://altairgraphql.dev/


bins\elx-files\node_modules\.bin\acorn
 
bins\elx-files\node_modules\.bin\acorn.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\acorn\bin\acorn" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\acorn\bin\acorn" %*
)
bins\elx-files\node_modules\.bin\acorn.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/acorn/bin/acorn" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/acorn/bin/acorn" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/acorn/bin/acorn" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/acorn/bin/acorn" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\adbkit
 
bins\elx-files\node_modules\.bin\adbkit.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\@devicefarmer\adbkit\bin\adbkit" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\@devicefarmer\adbkit\bin\adbkit" %*
)
bins\elx-files\node_modules\.bin\adbkit.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/@devicefarmer/adbkit/bin/adbkit" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/@devicefarmer/adbkit/bin/adbkit" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/@devicefarmer/adbkit/bin/adbkit" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/@devicefarmer/adbkit/bin/adbkit" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\addons-linter
 
bins\elx-files\node_modules\.bin\addons-linter.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\addons-linter\bin\addons-linter" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\addons-linter\bin\addons-linter" %*
)
bins\elx-files\node_modules\.bin\addons-linter.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/addons-linter/bin/addons-linter" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/addons-linter/bin/addons-linter" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/addons-linter/bin/addons-linter" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/addons-linter/bin/addons-linter" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\asar
 
bins\elx-files\node_modules\.bin\asar.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\asar\bin\asar.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\asar\bin\asar.js" %*
)
bins\elx-files\node_modules\.bin\asar.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/asar/bin/asar.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/asar/bin/asar.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/asar/bin/asar.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/asar/bin/asar.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\atob
 
bins\elx-files\node_modules\.bin\atob.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\atob\bin\atob.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\atob\bin\atob.js" %*
)
bins\elx-files\node_modules\.bin\atob.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/atob/bin/atob.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/atob/bin/atob.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/atob/bin/atob.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/atob/bin/atob.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\autoprefixer
 
bins\elx-files\node_modules\.bin\autoprefixer.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\autoprefixer\bin\autoprefixer" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\autoprefixer\bin\autoprefixer" %*
)
bins\elx-files\node_modules\.bin\autoprefixer.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/autoprefixer/bin/autoprefixer" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/autoprefixer/bin/autoprefixer" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/autoprefixer/bin/autoprefixer" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/autoprefixer/bin/autoprefixer" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\browsers
 
bins\elx-files\node_modules\.bin\browsers.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\@puppeteer\browsers\lib\cjs\main-cli.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\@puppeteer\browsers\lib\cjs\main-cli.js" %*
)
bins\elx-files\node_modules\.bin\browsers.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/@puppeteer/browsers/lib/cjs/main-cli.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/@puppeteer/browsers/lib/cjs/main-cli.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/@puppeteer/browsers/lib/cjs/main-cli.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/@puppeteer/browsers/lib/cjs/main-cli.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\browserslist
 
bins\elx-files\node_modules\.bin\browserslist.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\browserslist\cli.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\browserslist\cli.js" %*
)
bins\elx-files\node_modules\.bin\browserslist.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/browserslist/cli.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/browserslist/cli.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/browserslist/cli.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/browserslist/cli.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\bunyan
 
bins\elx-files\node_modules\.bin\bunyan.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\bunyan\bin\bunyan" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\bunyan\bin\bunyan" %*
)
bins\elx-files\node_modules\.bin\bunyan.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/bunyan/bin/bunyan" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/bunyan/bin/bunyan" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/bunyan/bin/bunyan" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/bunyan/bin/bunyan" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\changeset
 
bins\elx-files\node_modules\.bin\changeset.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\@changesets\cli\bin.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\@changesets\cli\bin.js" %*
)
bins\elx-files\node_modules\.bin\changeset.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/@changesets/cli/bin.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/@changesets/cli/bin.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/@changesets/cli/bin.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/@changesets/cli/bin.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\chromedriver
 
bins\elx-files\node_modules\.bin\chromedriver.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\electron-chromedriver\chromedriver.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\electron-chromedriver\chromedriver.js" %*
)
bins\elx-files\node_modules\.bin\chromedriver.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/electron-chromedriver/chromedriver.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/electron-chromedriver/chromedriver.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/electron-chromedriver/chromedriver.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/electron-chromedriver/chromedriver.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\crc32
 
bins\elx-files\node_modules\.bin\crc32.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\crc-32\bin\crc32.njs" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\crc-32\bin\crc32.njs" %*
)
bins\elx-files\node_modules\.bin\crc32.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/crc-32/bin/crc32.njs" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/crc-32/bin/crc32.njs" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/crc-32/bin/crc32.njs" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/crc-32/bin/crc32.njs" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\create-jest
 
bins\elx-files\node_modules\.bin\create-jest.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\create-jest\bin\create-jest.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\create-jest\bin\create-jest.js" %*
)
bins\elx-files\node_modules\.bin\create-jest.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/create-jest/bin/create-jest.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/create-jest/bin/create-jest.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/create-jest/bin/create-jest.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/create-jest/bin/create-jest.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\cross-env
 
bins\elx-files\node_modules\.bin\cross-env-shell
 
bins\elx-files\node_modules\.bin\cross-env-shell.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\cross-env\src\bin\cross-env-shell.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\cross-env\src\bin\cross-env-shell.js" %*
)
bins\elx-files\node_modules\.bin\cross-env-shell.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/cross-env/src/bin/cross-env-shell.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/cross-env/src/bin/cross-env-shell.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/cross-env/src/bin/cross-env-shell.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/cross-env/src/bin/cross-env-shell.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\cross-env.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\cross-env\src\bin\cross-env.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\cross-env\src\bin\cross-env.js" %*
)
bins\elx-files\node_modules\.bin\cross-env.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/cross-env/src/bin/cross-env.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/cross-env/src/bin/cross-env.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/cross-env/src/bin/cross-env.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/cross-env/src/bin/cross-env.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\css-blank-pseudo
 
bins\elx-files\node_modules\.bin\css-blank-pseudo.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\css-blank-pseudo\dist\cli.cjs" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\css-blank-pseudo\dist\cli.cjs" %*
)
bins\elx-files\node_modules\.bin\css-blank-pseudo.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/css-blank-pseudo/dist/cli.cjs" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/css-blank-pseudo/dist/cli.cjs" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/css-blank-pseudo/dist/cli.cjs" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/css-blank-pseudo/dist/cli.cjs" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\css-has-pseudo
 
bins\elx-files\node_modules\.bin\css-has-pseudo.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\css-has-pseudo\dist\cli.cjs" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\css-has-pseudo\dist\cli.cjs" %*
)
bins\elx-files\node_modules\.bin\css-has-pseudo.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/css-has-pseudo/dist/cli.cjs" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/css-has-pseudo/dist/cli.cjs" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/css-has-pseudo/dist/cli.cjs" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/css-has-pseudo/dist/cli.cjs" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\css-prefers-color-scheme
 
bins\elx-files\node_modules\.bin\css-prefers-color-scheme.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\css-prefers-color-scheme\dist\cli.cjs" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\css-prefers-color-scheme\dist\cli.cjs" %*
)
bins\elx-files\node_modules\.bin\css-prefers-color-scheme.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/css-prefers-color-scheme/dist/cli.cjs" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/css-prefers-color-scheme/dist/cli.cjs" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/css-prefers-color-scheme/dist/cli.cjs" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/css-prefers-color-scheme/dist/cli.cjs" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\cssesc
 
bins\elx-files\node_modules\.bin\cssesc.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\cssesc\bin\cssesc" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\cssesc\bin\cssesc" %*
)
bins\elx-files\node_modules\.bin\cssesc.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/cssesc/bin/cssesc" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/cssesc/bin/cssesc" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/cssesc/bin/cssesc" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/cssesc/bin/cssesc" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\cwex
 
bins\elx-files\node_modules\.bin\cwex.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\cwex\dist\cli.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\cwex\dist\cli.js" %*
)
bins\elx-files\node_modules\.bin\cwex.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/cwex/dist/cli.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/cwex/dist/cli.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/cwex/dist/cli.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/cwex/dist/cli.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\detect-libc
 
bins\elx-files\node_modules\.bin\detect-libc.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\detect-libc\bin\detect-libc.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\detect-libc\bin\detect-libc.js" %*
)
bins\elx-files\node_modules\.bin\detect-libc.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/detect-libc/bin/detect-libc.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/detect-libc/bin/detect-libc.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/detect-libc/bin/detect-libc.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/detect-libc/bin/detect-libc.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\dircompare
 
bins\elx-files\node_modules\.bin\dircompare.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\dir-compare\src\cli\dircompare.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\dir-compare\src\cli\dircompare.js" %*
)
bins\elx-files\node_modules\.bin\dircompare.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/dir-compare/src/cli/dircompare.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/dir-compare/src/cli/dircompare.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/dir-compare/src/cli/dircompare.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/dir-compare/src/cli/dircompare.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\dotenv
 
bins\elx-files\node_modules\.bin\dotenv.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\dotenv-cli\cli.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\dotenv-cli\cli.js" %*
)
bins\elx-files\node_modules\.bin\dotenv.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/dotenv-cli/cli.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/dotenv-cli/cli.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/dotenv-cli/cli.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/dotenv-cli/cli.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\edgedriver
 
bins\elx-files\node_modules\.bin\edgedriver.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\edgedriver\bin\edgedriver.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\edgedriver\bin\edgedriver.js" %*
)
bins\elx-files\node_modules\.bin\edgedriver.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/edgedriver/bin/edgedriver.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/edgedriver/bin/edgedriver.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/edgedriver/bin/edgedriver.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/edgedriver/bin/edgedriver.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\ejs
 
bins\elx-files\node_modules\.bin\ejs.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\ejs\bin\cli.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\ejs\bin\cli.js" %*
)
bins\elx-files\node_modules\.bin\ejs.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/ejs/bin/cli.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/ejs/bin/cli.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/ejs/bin/cli.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/ejs/bin/cli.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\electron
 
bins\elx-files\node_modules\.bin\electron-builder
 
bins\elx-files\node_modules\.bin\electron-builder.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\electron-builder\cli.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\electron-builder\cli.js" %*
)
bins\elx-files\node_modules\.bin\electron-builder.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/electron-builder/cli.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/electron-builder/cli.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/electron-builder/cli.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/electron-builder/cli.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\electron-osx-flat
 
bins\elx-files\node_modules\.bin\electron-osx-flat.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\electron-osx-sign\bin\electron-osx-flat.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\electron-osx-sign\bin\electron-osx-flat.js" %*
)
bins\elx-files\node_modules\.bin\electron-osx-flat.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/electron-osx-sign/bin/electron-osx-flat.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/electron-osx-sign/bin/electron-osx-flat.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/electron-osx-sign/bin/electron-osx-flat.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/electron-osx-sign/bin/electron-osx-flat.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\electron-osx-sign
 
bins\elx-files\node_modules\.bin\electron-osx-sign.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\electron-osx-sign\bin\electron-osx-sign.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\electron-osx-sign\bin\electron-osx-sign.js" %*
)
bins\elx-files\node_modules\.bin\electron-osx-sign.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/electron-osx-sign/bin/electron-osx-sign.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/electron-osx-sign/bin/electron-osx-sign.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/electron-osx-sign/bin/electron-osx-sign.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/electron-osx-sign/bin/electron-osx-sign.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\electron.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\electron\cli.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\electron\cli.js" %*
)
bins\elx-files\node_modules\.bin\electron.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/electron/cli.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/electron/cli.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/electron/cli.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/electron/cli.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\errno
 
bins\elx-files\node_modules\.bin\errno.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\errno\cli.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\errno\cli.js" %*
)
bins\elx-files\node_modules\.bin\errno.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/errno/cli.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/errno/cli.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/errno/cli.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/errno/cli.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\esbuild
 
bins\elx-files\node_modules\.bin\esbuild.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\esbuild\bin\esbuild" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\esbuild\bin\esbuild" %*
)
bins\elx-files\node_modules\.bin\esbuild.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/esbuild/bin/esbuild" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/esbuild/bin/esbuild" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/esbuild/bin/esbuild" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/esbuild/bin/esbuild" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\escodegen
 
bins\elx-files\node_modules\.bin\escodegen.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\escodegen\bin\escodegen.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\escodegen\bin\escodegen.js" %*
)
bins\elx-files\node_modules\.bin\escodegen.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/escodegen/bin/escodegen.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/escodegen/bin/escodegen.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/escodegen/bin/escodegen.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/escodegen/bin/escodegen.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\esgenerate
 
bins\elx-files\node_modules\.bin\esgenerate.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\escodegen\bin\esgenerate.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\escodegen\bin\esgenerate.js" %*
)
bins\elx-files\node_modules\.bin\esgenerate.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/escodegen/bin/esgenerate.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/escodegen/bin/esgenerate.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/escodegen/bin/esgenerate.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/escodegen/bin/esgenerate.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\eslint
 
bins\elx-files\node_modules\.bin\eslint-config-prettier
 
bins\elx-files\node_modules\.bin\eslint-config-prettier.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\eslint-config-prettier\bin\cli.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\eslint-config-prettier\bin\cli.js" %*
)
bins\elx-files\node_modules\.bin\eslint-config-prettier.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/eslint-config-prettier/bin/cli.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/eslint-config-prettier/bin/cli.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/eslint-config-prettier/bin/cli.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/eslint-config-prettier/bin/cli.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\eslint.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\eslint\bin\eslint.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\eslint\bin\eslint.js" %*
)
bins\elx-files\node_modules\.bin\eslint.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/eslint/bin/eslint.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/eslint/bin/eslint.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/eslint/bin/eslint.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/eslint/bin/eslint.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\esparse
 
bins\elx-files\node_modules\.bin\esparse.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\esprima\bin\esparse.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\esprima\bin\esparse.js" %*
)
bins\elx-files\node_modules\.bin\esparse.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/esprima/bin/esparse.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/esprima/bin/esparse.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/esprima/bin/esparse.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/esprima/bin/esparse.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\esvalidate
 
bins\elx-files\node_modules\.bin\esvalidate.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\esprima\bin\esvalidate.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\esprima\bin\esvalidate.js" %*
)
bins\elx-files\node_modules\.bin\esvalidate.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/esprima/bin/esvalidate.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/esprima/bin/esvalidate.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/esprima/bin/esvalidate.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/esprima/bin/esvalidate.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\extract-zip
 
bins\elx-files\node_modules\.bin\extract-zip.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\extract-zip\cli.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\extract-zip\cli.js" %*
)
bins\elx-files\node_modules\.bin\extract-zip.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/extract-zip/cli.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/extract-zip/cli.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/extract-zip/cli.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/extract-zip/cli.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\firefox-profile
 
bins\elx-files\node_modules\.bin\firefox-profile.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\firefox-profile\lib\cli.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\firefox-profile\lib\cli.js" %*
)
bins\elx-files\node_modules\.bin\firefox-profile.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/firefox-profile/lib/cli.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/firefox-profile/lib/cli.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/firefox-profile/lib/cli.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/firefox-profile/lib/cli.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\fx-runner
 
bins\elx-files\node_modules\.bin\fx-runner.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\fx-runner\bin\fx-runner" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\fx-runner\bin\fx-runner" %*
)
bins\elx-files\node_modules\.bin\fx-runner.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/fx-runner/bin/fx-runner" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/fx-runner/bin/fx-runner" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/fx-runner/bin/fx-runner" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/fx-runner/bin/fx-runner" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\fxparser
 
bins\elx-files\node_modules\.bin\fxparser.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\fast-xml-parser\src\cli\cli.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\fast-xml-parser\src\cli\cli.js" %*
)
bins\elx-files\node_modules\.bin\fxparser.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/fast-xml-parser/src/cli/cli.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/fast-xml-parser/src/cli/cli.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/fast-xml-parser/src/cli/cli.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/fast-xml-parser/src/cli/cli.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\geckodriver
 
bins\elx-files\node_modules\.bin\geckodriver.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\geckodriver\bin\geckodriver.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\geckodriver\bin\geckodriver.js" %*
)
bins\elx-files\node_modules\.bin\geckodriver.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/geckodriver/bin/geckodriver.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/geckodriver/bin/geckodriver.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/geckodriver/bin/geckodriver.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/geckodriver/bin/geckodriver.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\human-id
 
bins\elx-files\node_modules\.bin\human-id.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\human-id\dist\cli.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\human-id\dist\cli.js" %*
)
bins\elx-files\node_modules\.bin\human-id.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/human-id/dist/cli.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/human-id/dist/cli.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/human-id/dist/cli.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/human-id/dist/cli.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\image-size
 
bins\elx-files\node_modules\.bin\image-size.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\image-size\bin\image-size.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\image-size\bin\image-size.js" %*
)
bins\elx-files\node_modules\.bin\image-size.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/image-size/bin/image-size.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/image-size/bin/image-size.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/image-size/bin/image-size.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/image-size/bin/image-size.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\import-local-fixture
 
bins\elx-files\node_modules\.bin\import-local-fixture.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\import-local\fixtures\cli.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\import-local\fixtures\cli.js" %*
)
bins\elx-files\node_modules\.bin\import-local-fixture.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/import-local/fixtures/cli.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/import-local/fixtures/cli.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/import-local/fixtures/cli.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/import-local/fixtures/cli.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\install-app-deps
 
bins\elx-files\node_modules\.bin\install-app-deps.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\electron-builder\install-app-deps.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\electron-builder\install-app-deps.js" %*
)
bins\elx-files\node_modules\.bin\install-app-deps.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/electron-builder/install-app-deps.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/electron-builder/install-app-deps.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/electron-builder/install-app-deps.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/electron-builder/install-app-deps.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\is-ci
 
bins\elx-files\node_modules\.bin\is-ci.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\is-ci\bin.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\is-ci\bin.js" %*
)
bins\elx-files\node_modules\.bin\is-ci.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/is-ci/bin.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/is-ci/bin.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/is-ci/bin.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/is-ci/bin.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\is-docker
 
bins\elx-files\node_modules\.bin\is-docker.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\is-docker\cli.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\is-docker\cli.js" %*
)
bins\elx-files\node_modules\.bin\is-docker.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/is-docker/cli.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/is-docker/cli.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/is-docker/cli.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/is-docker/cli.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\jake
 
bins\elx-files\node_modules\.bin\jake.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\jake\bin\cli.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\jake\bin\cli.js" %*
)
bins\elx-files\node_modules\.bin\jake.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/jake/bin/cli.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/jake/bin/cli.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/jake/bin/cli.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/jake/bin/cli.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\jest
 
bins\elx-files\node_modules\.bin\jest.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\jest\bin\jest.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\jest\bin\jest.js" %*
)
bins\elx-files\node_modules\.bin\jest.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/jest/bin/jest.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/jest/bin/jest.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/jest/bin/jest.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/jest/bin/jest.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\js-yaml
 
bins\elx-files\node_modules\.bin\js-yaml.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\js-yaml\bin\js-yaml.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\js-yaml\bin\js-yaml.js" %*
)
bins\elx-files\node_modules\.bin\js-yaml.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/js-yaml/bin/js-yaml.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/js-yaml/bin/js-yaml.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/js-yaml/bin/js-yaml.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/js-yaml/bin/js-yaml.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\jsesc
 
bins\elx-files\node_modules\.bin\jsesc.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\jsesc\bin\jsesc" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\jsesc\bin\jsesc" %*
)
bins\elx-files\node_modules\.bin\jsesc.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/jsesc/bin/jsesc" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/jsesc/bin/jsesc" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/jsesc/bin/jsesc" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/jsesc/bin/jsesc" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\json5
 
bins\elx-files\node_modules\.bin\json5.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\json5\lib\cli.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\json5\lib\cli.js" %*
)
bins\elx-files\node_modules\.bin\json5.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/json5/lib/cli.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/json5/lib/cli.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/json5/lib/cli.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/json5/lib/cli.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\lessc
 
bins\elx-files\node_modules\.bin\lessc.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\less\bin\lessc" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\less\bin\lessc" %*
)
bins\elx-files\node_modules\.bin\lessc.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/less/bin/lessc" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/less/bin/lessc" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/less/bin/lessc" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/less/bin/lessc" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\loose-envify
 
bins\elx-files\node_modules\.bin\loose-envify.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\loose-envify\cli.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\loose-envify\cli.js" %*
)
bins\elx-files\node_modules\.bin\loose-envify.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/loose-envify/cli.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/loose-envify/cli.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/loose-envify/cli.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/loose-envify/cli.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\marked
 
bins\elx-files\node_modules\.bin\marked.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\marked\bin\marked.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\marked\bin\marked.js" %*
)
bins\elx-files\node_modules\.bin\marked.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/marked/bin/marked.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/marked/bin/marked.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/marked/bin/marked.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/marked/bin/marked.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\mime
 
bins\elx-files\node_modules\.bin\mime.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\mime\cli.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\mime\cli.js" %*
)
bins\elx-files\node_modules\.bin\mime.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/mime/cli.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/mime/cli.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/mime/cli.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/mime/cli.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\miniflare
 
bins\elx-files\node_modules\.bin\miniflare.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\miniflare\bootstrap.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\miniflare\bootstrap.js" %*
)
bins\elx-files\node_modules\.bin\miniflare.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/miniflare/bootstrap.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/miniflare/bootstrap.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/miniflare/bootstrap.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/miniflare/bootstrap.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\mkdirp
 
bins\elx-files\node_modules\.bin\mkdirp.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\mkdirp\bin\cmd.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\mkdirp\bin\cmd.js" %*
)
bins\elx-files\node_modules\.bin\mkdirp.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/mkdirp/bin/cmd.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/mkdirp/bin/cmd.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/mkdirp/bin/cmd.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/mkdirp/bin/cmd.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\mustache
 
bins\elx-files\node_modules\.bin\mustache.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\mustache\bin\mustache" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\mustache\bin\mustache" %*
)
bins\elx-files\node_modules\.bin\mustache.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/mustache/bin/mustache" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/mustache/bin/mustache" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/mustache/bin/mustache" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/mustache/bin/mustache" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\nanoid
 
bins\elx-files\node_modules\.bin\nanoid.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\nanoid\bin\nanoid.cjs" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\nanoid\bin\nanoid.cjs" %*
)
bins\elx-files\node_modules\.bin\nanoid.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/nanoid/bin/nanoid.cjs" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/nanoid/bin/nanoid.cjs" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/nanoid/bin/nanoid.cjs" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/nanoid/bin/nanoid.cjs" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\ncp
 
bins\elx-files\node_modules\.bin\ncp.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\ncp\bin\ncp" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\ncp\bin\ncp" %*
)
bins\elx-files\node_modules\.bin\ncp.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/ncp/bin/ncp" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/ncp/bin/ncp" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/ncp/bin/ncp" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/ncp/bin/ncp" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\needle
 
bins\elx-files\node_modules\.bin\needle.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\needle\bin\needle" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\needle\bin\needle" %*
)
bins\elx-files\node_modules\.bin\needle.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/needle/bin/needle" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/needle/bin/needle" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/needle/bin/needle" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/needle/bin/needle" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\ng-packagr
 
bins\elx-files\node_modules\.bin\ng-packagr.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\ng-packagr\cli\main.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\ng-packagr\cli\main.js" %*
)
bins\elx-files\node_modules\.bin\ng-packagr.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/ng-packagr/cli/main.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/ng-packagr/cli/main.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/ng-packagr/cli/main.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/ng-packagr/cli/main.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\ng-xi18n
 
bins\elx-files\node_modules\.bin\ng-xi18n.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\@angular\compiler-cli\bundles\src\bin\ng_xi18n.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\@angular\compiler-cli\bundles\src\bin\ng_xi18n.js" %*
)
bins\elx-files\node_modules\.bin\ng-xi18n.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/@angular/compiler-cli/bundles/src/bin/ng_xi18n.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/@angular/compiler-cli/bundles/src/bin/ng_xi18n.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/@angular/compiler-cli/bundles/src/bin/ng_xi18n.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/@angular/compiler-cli/bundles/src/bin/ng_xi18n.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\ngc
 
bins\elx-files\node_modules\.bin\ngc.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\@angular\compiler-cli\bundles\src\bin\ngc.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\@angular\compiler-cli\bundles\src\bin\ngc.js" %*
)
bins\elx-files\node_modules\.bin\ngc.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/@angular/compiler-cli/bundles/src/bin/ngc.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/@angular/compiler-cli/bundles/src/bin/ngc.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/@angular/compiler-cli/bundles/src/bin/ngc.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/@angular/compiler-cli/bundles/src/bin/ngc.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\ngcc
 
bins\elx-files\node_modules\.bin\ngcc.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\@angular\compiler-cli\bundles\ngcc\main-ngcc.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\@angular\compiler-cli\bundles\ngcc\main-ngcc.js" %*
)
bins\elx-files\node_modules\.bin\ngcc.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/@angular/compiler-cli/bundles/ngcc/main-ngcc.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/@angular/compiler-cli/bundles/ngcc/main-ngcc.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/@angular/compiler-cli/bundles/ngcc/main-ngcc.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/@angular/compiler-cli/bundles/ngcc/main-ngcc.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\node-which
 
bins\elx-files\node_modules\.bin\node-which.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\which\bin\node-which" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\which\bin\node-which" %*
)
bins\elx-files\node_modules\.bin\node-which.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/which/bin/node-which" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/which/bin/node-which" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/which/bin/node-which" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/which/bin/node-which" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\oc
 
bins\elx-files\node_modules\.bin\oc.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\opencollective\dist\bin\opencollective.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\opencollective\dist\bin\opencollective.js" %*
)
bins\elx-files\node_modules\.bin\oc.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/opencollective/dist/bin/opencollective.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/opencollective/dist/bin/opencollective.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/opencollective/dist/bin/opencollective.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/opencollective/dist/bin/opencollective.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\opencollective
 
bins\elx-files\node_modules\.bin\opencollective.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\opencollective\dist\bin\opencollective.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\opencollective\dist\bin\opencollective.js" %*
)
bins\elx-files\node_modules\.bin\opencollective.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/opencollective/dist/bin/opencollective.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/opencollective/dist/bin/opencollective.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/opencollective/dist/bin/opencollective.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/opencollective/dist/bin/opencollective.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\parser
 
bins\elx-files\node_modules\.bin\parser.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\@babel\parser\bin\babel-parser.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\@babel\parser\bin\babel-parser.js" %*
)
bins\elx-files\node_modules\.bin\parser.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/@babel/parser/bin/babel-parser.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/@babel/parser/bin/babel-parser.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/@babel/parser/bin/babel-parser.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/@babel/parser/bin/babel-parser.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\pino
 
bins\elx-files\node_modules\.bin\pino.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\pino\bin.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\pino\bin.js" %*
)
bins\elx-files\node_modules\.bin\pino.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/pino/bin.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/pino/bin.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/pino/bin.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/pino/bin.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\playwright
 
bins\elx-files\node_modules\.bin\playwright.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\playwright\cli.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\playwright\cli.js" %*
)
bins\elx-files\node_modules\.bin\playwright.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/playwright/cli.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/playwright/cli.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/playwright/cli.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/playwright/cli.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\prettier
 
bins\elx-files\node_modules\.bin\prettier.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\prettier\bin\prettier.cjs" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\prettier\bin\prettier.cjs" %*
)
bins\elx-files\node_modules\.bin\prettier.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/prettier/bin/prettier.cjs" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/prettier/bin/prettier.cjs" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/prettier/bin/prettier.cjs" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/prettier/bin/prettier.cjs" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\print-chrome-path
 
bins\elx-files\node_modules\.bin\print-chrome-path.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\chrome-launcher\bin\print-chrome-path.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\chrome-launcher\bin\print-chrome-path.js" %*
)
bins\elx-files\node_modules\.bin\print-chrome-path.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/chrome-launcher/bin/print-chrome-path.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/chrome-launcher/bin/print-chrome-path.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/chrome-launcher/bin/print-chrome-path.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/chrome-launcher/bin/print-chrome-path.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\prisma
 
bins\elx-files\node_modules\.bin\prisma.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\prisma\build\index.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\prisma\build\index.js" %*
)
bins\elx-files\node_modules\.bin\prisma.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/prisma/build/index.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/prisma/build/index.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/prisma/build/index.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/prisma/build/index.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\ps-tree
 
bins\elx-files\node_modules\.bin\ps-tree.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\ps-tree\bin\ps-tree.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\ps-tree\bin\ps-tree.js" %*
)
bins\elx-files\node_modules\.bin\ps-tree.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/ps-tree/bin/ps-tree.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/ps-tree/bin/ps-tree.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/ps-tree/bin/ps-tree.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/ps-tree/bin/ps-tree.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\puppeteer
 
bins\elx-files\node_modules\.bin\puppeteer.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\puppeteer\lib\cjs\puppeteer\node\cli.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\puppeteer\lib\cjs\puppeteer\node\cli.js" %*
)
bins\elx-files\node_modules\.bin\puppeteer.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/puppeteer/lib/cjs/puppeteer/node/cli.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/puppeteer/lib/cjs/puppeteer/node/cli.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/puppeteer/lib/cjs/puppeteer/node/cli.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/puppeteer/lib/cjs/puppeteer/node/cli.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\rc
 
bins\elx-files\node_modules\.bin\rc.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\rc\cli.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\rc\cli.js" %*
)
bins\elx-files\node_modules\.bin\rc.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/rc/cli.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/rc/cli.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/rc/cli.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/rc/cli.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\resolve
 
bins\elx-files\node_modules\.bin\resolve.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\resolve\bin\resolve" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\resolve\bin\resolve" %*
)
bins\elx-files\node_modules\.bin\resolve.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/resolve/bin/resolve" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/resolve/bin/resolve" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/resolve/bin/resolve" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/resolve/bin/resolve" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\rimraf
 
bins\elx-files\node_modules\.bin\rimraf.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\rimraf\bin.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\rimraf\bin.js" %*
)
bins\elx-files\node_modules\.bin\rimraf.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/rimraf/bin.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/rimraf/bin.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/rimraf/bin.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/rimraf/bin.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\rjson
 
bins\elx-files\node_modules\.bin\rjson.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\relaxed-json\bin\rjson.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\relaxed-json\bin\rjson.js" %*
)
bins\elx-files\node_modules\.bin\rjson.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/relaxed-json/bin/rjson.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/relaxed-json/bin/rjson.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/relaxed-json/bin/rjson.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/relaxed-json/bin/rjson.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\rollup
 
bins\elx-files\node_modules\.bin\rollup.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\rollup\dist\bin\rollup" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\rollup\dist\bin\rollup" %*
)
bins\elx-files\node_modules\.bin\rollup.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/rollup/dist/bin/rollup" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/rollup/dist/bin/rollup" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/rollup/dist/bin/rollup" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/rollup/dist/bin/rollup" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\sass
 
bins\elx-files\node_modules\.bin\sass.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\sass\sass.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\sass\sass.js" %*
)
bins\elx-files\node_modules\.bin\sass.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/sass/sass.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/sass/sass.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/sass/sass.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/sass/sass.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\seek-bunzip
 
bins\elx-files\node_modules\.bin\seek-bunzip.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\seek-bzip\bin\seek-bunzip" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\seek-bzip\bin\seek-bunzip" %*
)
bins\elx-files\node_modules\.bin\seek-bunzip.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/seek-bzip/bin/seek-bunzip" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/seek-bzip/bin/seek-bunzip" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/seek-bzip/bin/seek-bunzip" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/seek-bzip/bin/seek-bunzip" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\seek-table
 
bins\elx-files\node_modules\.bin\seek-table.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\seek-bzip\bin\seek-bzip-table" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\seek-bzip\bin\seek-bzip-table" %*
)
bins\elx-files\node_modules\.bin\seek-table.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/seek-bzip/bin/seek-bzip-table" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/seek-bzip/bin/seek-bzip-table" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/seek-bzip/bin/seek-bzip-table" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/seek-bzip/bin/seek-bzip-table" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\semver
 
bins\elx-files\node_modules\.bin\semver.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\semver\bin\semver.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\semver\bin\semver.js" %*
)
bins\elx-files\node_modules\.bin\semver.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/semver/bin/semver.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/semver/bin/semver.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/semver/bin/semver.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/semver/bin/semver.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\sentry-cli
 
bins\elx-files\node_modules\.bin\sentry-cli.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\@sentry\cli\bin\sentry-cli" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\@sentry\cli\bin\sentry-cli" %*
)
bins\elx-files\node_modules\.bin\sentry-cli.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/@sentry/cli/bin/sentry-cli" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/@sentry/cli/bin/sentry-cli" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/@sentry/cli/bin/sentry-cli" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/@sentry/cli/bin/sentry-cli" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\sentry-wizard
 
bins\elx-files\node_modules\.bin\sentry-wizard.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\@sentry\wizard\dist\bin.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\@sentry\wizard\dist\bin.js" %*
)
bins\elx-files\node_modules\.bin\sentry-wizard.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/@sentry/wizard/dist/bin.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/@sentry/wizard/dist/bin.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/@sentry/wizard/dist/bin.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/@sentry/wizard/dist/bin.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\server-test
 
bins\elx-files\node_modules\.bin\server-test.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\start-server-and-test\src\bin\start.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\start-server-and-test\src\bin\start.js" %*
)
bins\elx-files\node_modules\.bin\server-test.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/start-server-and-test/src/bin/start.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/start-server-and-test/src/bin/start.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/start-server-and-test/src/bin/start.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/start-server-and-test/src/bin/start.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\sha.js
#!/bin/sh
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")

case `uname` in
    *CYGWIN*) basedir=`cygpath -w "$basedir"`;;
esac

if [ -x "$basedir/node" ]; then
  exec "$basedir/node"  "$basedir/../../../../../../out/elx-files/node_modules/sha.js/bin.js" "$@"
else
  exec node  "$basedir/../../../../../../out/elx-files/node_modules/sha.js/bin.js" "$@"
fi
bins\elx-files\node_modules\.bin\sha.js.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\sha.js\bin.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\sha.js\bin.js" %*
)
bins\elx-files\node_modules\.bin\sha.js.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/sha.js/bin.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/sha.js/bin.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/sha.js/bin.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/sha.js/bin.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\snyk
 
bins\elx-files\node_modules\.bin\snyk.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\snyk\bin\snyk" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\snyk\bin\snyk" %*
)
bins\elx-files\node_modules\.bin\snyk.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/snyk/bin/snyk" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/snyk/bin/snyk" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/snyk/bin/snyk" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/snyk/bin/snyk" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\sshpk-conv
 
bins\elx-files\node_modules\.bin\sshpk-conv.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\sshpk\bin\sshpk-conv" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\sshpk\bin\sshpk-conv" %*
)
bins\elx-files\node_modules\.bin\sshpk-conv.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/sshpk/bin/sshpk-conv" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/sshpk/bin/sshpk-conv" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/sshpk/bin/sshpk-conv" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/sshpk/bin/sshpk-conv" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\sshpk-sign
 
bins\elx-files\node_modules\.bin\sshpk-sign.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\sshpk\bin\sshpk-sign" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\sshpk\bin\sshpk-sign" %*
)
bins\elx-files\node_modules\.bin\sshpk-sign.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/sshpk/bin/sshpk-sign" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/sshpk/bin/sshpk-sign" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/sshpk/bin/sshpk-sign" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/sshpk/bin/sshpk-sign" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\sshpk-verify
 
bins\elx-files\node_modules\.bin\sshpk-verify.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\sshpk\bin\sshpk-verify" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\sshpk\bin\sshpk-verify" %*
)
bins\elx-files\node_modules\.bin\sshpk-verify.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/sshpk/bin/sshpk-verify" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/sshpk/bin/sshpk-verify" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/sshpk/bin/sshpk-verify" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/sshpk/bin/sshpk-verify" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\start-server-and-test
 
bins\elx-files\node_modules\.bin\start-server-and-test.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\start-server-and-test\src\bin\start.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\start-server-and-test\src\bin\start.js" %*
)
bins\elx-files\node_modules\.bin\start-server-and-test.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/start-server-and-test/src/bin/start.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/start-server-and-test/src/bin/start.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/start-server-and-test/src/bin/start.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/start-server-and-test/src/bin/start.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\start-test
 
bins\elx-files\node_modules\.bin\start-test.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\start-server-and-test\src\bin\start.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\start-server-and-test\src\bin\start.js" %*
)
bins\elx-files\node_modules\.bin\start-test.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/start-server-and-test/src/bin/start.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/start-server-and-test/src/bin/start.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/start-server-and-test/src/bin/start.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/start-server-and-test/src/bin/start.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\stylus
 
bins\elx-files\node_modules\.bin\stylus.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\stylus\bin\stylus" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\stylus\bin\stylus" %*
)
bins\elx-files\node_modules\.bin\stylus.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/stylus/bin/stylus" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/stylus/bin/stylus" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/stylus/bin/stylus" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/stylus/bin/stylus" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\syncpack
 
bins\elx-files\node_modules\.bin\syncpack-fix-mismatches
 
bins\elx-files\node_modules\.bin\syncpack-fix-mismatches.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\syncpack\dist\bin-fix-mismatches\index.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\syncpack\dist\bin-fix-mismatches\index.js" %*
)
bins\elx-files\node_modules\.bin\syncpack-fix-mismatches.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/syncpack/dist/bin-fix-mismatches/index.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/syncpack/dist/bin-fix-mismatches/index.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/syncpack/dist/bin-fix-mismatches/index.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/syncpack/dist/bin-fix-mismatches/index.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\syncpack-format
 
bins\elx-files\node_modules\.bin\syncpack-format.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\syncpack\dist\bin-format\index.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\syncpack\dist\bin-format\index.js" %*
)
bins\elx-files\node_modules\.bin\syncpack-format.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/syncpack/dist/bin-format/index.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/syncpack/dist/bin-format/index.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/syncpack/dist/bin-format/index.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/syncpack/dist/bin-format/index.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\syncpack-lint-semver-ranges
 
bins\elx-files\node_modules\.bin\syncpack-lint-semver-ranges.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\syncpack\dist\bin-lint-semver-ranges\index.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\syncpack\dist\bin-lint-semver-ranges\index.js" %*
)
bins\elx-files\node_modules\.bin\syncpack-lint-semver-ranges.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/syncpack/dist/bin-lint-semver-ranges/index.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/syncpack/dist/bin-lint-semver-ranges/index.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/syncpack/dist/bin-lint-semver-ranges/index.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/syncpack/dist/bin-lint-semver-ranges/index.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\syncpack-list
 
bins\elx-files\node_modules\.bin\syncpack-list-mismatches
 
bins\elx-files\node_modules\.bin\syncpack-list-mismatches.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\syncpack\dist\bin-list-mismatches\index.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\syncpack\dist\bin-list-mismatches\index.js" %*
)
bins\elx-files\node_modules\.bin\syncpack-list-mismatches.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/syncpack/dist/bin-list-mismatches/index.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/syncpack/dist/bin-list-mismatches/index.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/syncpack/dist/bin-list-mismatches/index.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/syncpack/dist/bin-list-mismatches/index.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\syncpack-list.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\syncpack\dist\bin-list\index.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\syncpack\dist\bin-list\index.js" %*
)
bins\elx-files\node_modules\.bin\syncpack-list.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/syncpack/dist/bin-list/index.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/syncpack/dist/bin-list/index.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/syncpack/dist/bin-list/index.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/syncpack/dist/bin-list/index.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\syncpack-set-semver-ranges
 
bins\elx-files\node_modules\.bin\syncpack-set-semver-ranges.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\syncpack\dist\bin-set-semver-ranges\index.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\syncpack\dist\bin-set-semver-ranges\index.js" %*
)
bins\elx-files\node_modules\.bin\syncpack-set-semver-ranges.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/syncpack/dist/bin-set-semver-ranges/index.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/syncpack/dist/bin-set-semver-ranges/index.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/syncpack/dist/bin-set-semver-ranges/index.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/syncpack/dist/bin-set-semver-ranges/index.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\syncpack.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\syncpack\dist\bin.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\syncpack\dist\bin.js" %*
)
bins\elx-files\node_modules\.bin\syncpack.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/syncpack/dist/bin.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/syncpack/dist/bin.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/syncpack/dist/bin.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/syncpack/dist/bin.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\ts-jest
 
bins\elx-files\node_modules\.bin\ts-jest.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\ts-jest\cli.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\ts-jest\cli.js" %*
)
bins\elx-files\node_modules\.bin\ts-jest.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/ts-jest/cli.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/ts-jest/cli.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/ts-jest/cli.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/ts-jest/cli.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\tsc
 
bins\elx-files\node_modules\.bin\tsc.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\typescript\bin\tsc" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\typescript\bin\tsc" %*
)
bins\elx-files\node_modules\.bin\tsc.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/typescript/bin/tsc" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/typescript/bin/tsc" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/typescript/bin/tsc" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/typescript/bin/tsc" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\tsserver
 
bins\elx-files\node_modules\.bin\tsserver.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\typescript\bin\tsserver" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\typescript\bin\tsserver" %*
)
bins\elx-files\node_modules\.bin\tsserver.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/typescript/bin/tsserver" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/typescript/bin/tsserver" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/typescript/bin/tsserver" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/typescript/bin/tsserver" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\turbo
 
bins\elx-files\node_modules\.bin\turbo.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\turbo\bin\turbo" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\turbo\bin\turbo" %*
)
bins\elx-files\node_modules\.bin\turbo.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/turbo/bin/turbo" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/turbo/bin/turbo" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/turbo/bin/turbo" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/turbo/bin/turbo" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\typedoc
 
bins\elx-files\node_modules\.bin\typedoc.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\typedoc\bin\typedoc" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\typedoc\bin\typedoc" %*
)
bins\elx-files\node_modules\.bin\typedoc.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/typedoc/bin/typedoc" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/typedoc/bin/typedoc" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/typedoc/bin/typedoc" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/typedoc/bin/typedoc" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\ua-parser-js
 
bins\elx-files\node_modules\.bin\ua-parser-js.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\ua-parser-js\script\cli.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\ua-parser-js\script\cli.js" %*
)
bins\elx-files\node_modules\.bin\ua-parser-js.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/ua-parser-js/script/cli.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/ua-parser-js/script/cli.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/ua-parser-js/script/cli.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/ua-parser-js/script/cli.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\update-browserslist-db
 
bins\elx-files\node_modules\.bin\update-browserslist-db.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\update-browserslist-db\cli.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\update-browserslist-db\cli.js" %*
)
bins\elx-files\node_modules\.bin\update-browserslist-db.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/update-browserslist-db/cli.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/update-browserslist-db/cli.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/update-browserslist-db/cli.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/update-browserslist-db/cli.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\uuid
 
bins\elx-files\node_modules\.bin\uuid.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\uuid\dist\bin\uuid" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\uuid\dist\bin\uuid" %*
)
bins\elx-files\node_modules\.bin\uuid.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/uuid/dist/bin/uuid" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/uuid/dist/bin/uuid" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/uuid/dist/bin/uuid" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/uuid/dist/bin/uuid" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\wait-on
 
bins\elx-files\node_modules\.bin\wait-on.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\wait-on\bin\wait-on" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\wait-on\bin\wait-on" %*
)
bins\elx-files\node_modules\.bin\wait-on.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/wait-on/bin/wait-on" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/wait-on/bin/wait-on" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/wait-on/bin/wait-on" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/wait-on/bin/wait-on" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\wait-port
 
bins\elx-files\node_modules\.bin\wait-port.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\wait-port\bin\wait-port.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\wait-port\bin\wait-port.js" %*
)
bins\elx-files\node_modules\.bin\wait-port.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/wait-port/bin/wait-port.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/wait-port/bin/wait-port.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/wait-port/bin/wait-port.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/wait-port/bin/wait-port.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\web-ext
 
bins\elx-files\node_modules\.bin\web-ext.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\web-ext\bin\web-ext" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\web-ext\bin\web-ext" %*
)
bins\elx-files\node_modules\.bin\web-ext.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/web-ext/bin/web-ext" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/web-ext/bin/web-ext" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/web-ext/bin/web-ext" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/web-ext/bin/web-ext" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\wrangler
 
bins\elx-files\node_modules\.bin\wrangler.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\wrangler\bin\wrangler.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\wrangler\bin\wrangler.js" %*
)
bins\elx-files\node_modules\.bin\wrangler.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/wrangler/bin/wrangler.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/wrangler/bin/wrangler.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/wrangler/bin/wrangler.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/wrangler/bin/wrangler.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\wrangler2
 
bins\elx-files\node_modules\.bin\wrangler2.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\wrangler\bin\wrangler.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\wrangler\bin\wrangler.js" %*
)
bins\elx-files\node_modules\.bin\wrangler2.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/wrangler/bin/wrangler.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/wrangler/bin/wrangler.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/wrangler/bin/wrangler.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/wrangler/bin/wrangler.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
bins\elx-files\node_modules\.bin\xml-js
 
bins\elx-files\node_modules\.bin\xml-js.CMD
@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\xml-js\bin\cli.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\..\..\..\..\..\out\elx-files\node_modules\xml-js\bin\cli.js" %*
)
bins\elx-files\node_modules\.bin\xml-js.ps1
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent

$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
  # Fix case when both the Windows and Linux builds of Node
  # are installed in the same directory
  $exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/xml-js/bin/cli.js" $args
  } else {
    & "$basedir/node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/xml-js/bin/cli.js" $args
  }
  $ret=$LASTEXITCODE
} else {
  # Support pipeline input
  if ($MyInvocation.ExpectingInput) {
    $input | & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/xml-js/bin/cli.js" $args
  } else {
    & "node$exe"  "$basedir/../../../../../../out/elx-files/node_modules/xml-js/bin/cli.js" $args
  }
  $ret=$LASTEXITCODE
}
exit $ret
legal\LICENSE
 
legal\VERIFICATION.txt
VERIFICATION

Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

This package is published by the Altair GraphQL Project author himself (Samuel Imolorhe). Any binaries will be 
identical to other package types published by the project.
tools\chocolateyInstall.ps1
$ErrorActionPreference = 'Stop'; # stop on all errors

$toolsDir   = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$fileLocation = Join-Path $toolsDir '..\bins\altair_8.1.6_x64_win.exe'
$fileHash = Get-FileHash $fileLocation

$packageArgs = @{
  packageName   = $env:ChocolateyPackageName
  unzipLocation = $toolsDir
  fileType      = 'EXE'
  file64        = $fileLocation
  softwareName  = 'altair-graphql*'
  checksum64    = $fileHash.Hash
  checksumType64= 'sha256'
  silentArgs    = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
  validExitCodes= @(0, 3010, 1641)
}

Install-ChocolateyPackage @packageArgs

# Remove the installer
Remove-Item $fileLocation -Force -ErrorAction 'SilentlyContinue'

No results available for this package. We are building up results for older packages over time so expect to see results. If this is a new package, it should have results within a day or two.

Add to Builder Version Downloads Last Updated Status
Altair GraphQL Client 8.1.6 3 Saturday, February 22, 2025
Waiting for Maintainer
Altair GraphQL Client 8.1.5 4 Saturday, February 15, 2025
Waiting for Maintainer
Altair GraphQL Client 8.1.4 5 Monday, February 3, 2025
Waiting for Maintainer
Altair GraphQL Client 8.1.3 22 Wednesday, January 29, 2025
Waiting for Maintainer
Altair GraphQL Client 7.2.3 77 Saturday, July 6, 2024 Approved
Altair GraphQL Client 7.2.2 60 Thursday, July 4, 2024 Approved
Altair GraphQL Client 7.2.1 23 Thursday, June 27, 2024 Approved
Altair GraphQL Client 7.2.0 96 Sunday, June 23, 2024 Approved
Altair GraphQL Client 7.1.0 87 Saturday, June 15, 2024 Approved
Altair GraphQL Client 7.0.1 195 Sunday, April 28, 2024 Approved
Altair GraphQL Client 6.4.2 105 Saturday, April 13, 2024 Approved
Altair GraphQL Client 6.4.1 87 Sunday, April 7, 2024 Approved
Altair GraphQL Client 6.4.0 85 Monday, April 1, 2024 Approved
Altair GraphQL Client 6.3.1 161 Saturday, March 2, 2024 Approved
Altair GraphQL Client 6.3.0 141 Saturday, February 10, 2024 Approved
Altair GraphQL Client 6.2.0 113 Saturday, January 27, 2024 Approved
Altair GraphQL Client 6.1.0 173 Tuesday, December 26, 2023 Approved
Altair GraphQL Client 6.0.2 143 Friday, December 8, 2023 Approved
Altair GraphQL Client 6.0.1 48 Thursday, December 7, 2023 Approved
Altair GraphQL Client 6.0.0 68 Wednesday, December 6, 2023 Approved
Altair GraphQL Client 5.2.14 60 Wednesday, December 6, 2023 Approved
Altair GraphQL Client 5.2.13 71 Monday, December 4, 2023 Approved
Altair GraphQL Client 5.2.12 62 Saturday, December 2, 2023 Approved
Altair GraphQL Client 5.2.11 112 Tuesday, November 21, 2023 Approved
Altair GraphQL Client 5.2.10 84 Thursday, November 16, 2023 Approved
Altair GraphQL Client 5.2.9 48 Thursday, November 16, 2023 Approved
Altair GraphQL Client 5.2.8 70 Wednesday, November 15, 2023 Approved
Altair GraphQL Client 5.2.7 70 Tuesday, November 14, 2023 Approved
Altair GraphQL Client 5.2.6 87 Friday, November 10, 2023 Approved
Altair GraphQL Client 5.2.5 405 Friday, September 29, 2023 Approved
Altair GraphQL Client 5.2.4 845 Wednesday, September 27, 2023 Approved
Altair GraphQL Client 5.2.3 264 Sunday, September 24, 2023 Approved
Altair GraphQL Client 5.2.2 249 Wednesday, August 23, 2023 Approved
Altair GraphQL Client 5.2.1 115 Wednesday, August 16, 2023 Approved
Altair GraphQL Client 5.2.0 113 Sunday, August 13, 2023 Approved
Altair GraphQL Client 5.1.0 133 Saturday, August 5, 2023 Approved
Altair GraphQL Client 5.0.28 264 Sunday, June 18, 2023 Approved
Altair GraphQL Client 5.0.27 43 Saturday, June 17, 2023 Approved
Altair GraphQL Client 5.0.25 332 Monday, May 22, 2023 Approved
Altair GraphQL Client 5.0.24 221 Sunday, April 30, 2023 Approved
Altair GraphQL Client 5.0.23 139 Sunday, April 23, 2023 Approved
Altair GraphQL Client 5.0.22 179 Monday, April 10, 2023 Approved
Altair GraphQL Client 5.0.21 150 Monday, April 3, 2023 Approved
Altair GraphQL Client 5.0.20 88 Saturday, April 1, 2023 Approved
Altair GraphQL Client 5.0.19 139 Saturday, March 25, 2023 Approved
Altair GraphQL Client 5.0.18 125 Sunday, March 12, 2023 Approved
Altair GraphQL Client 5.0.17 158 Friday, March 3, 2023 Approved
Altair GraphQL Client 5.0.16 166 Friday, February 17, 2023 Approved
Altair GraphQL Client 5.0.15 122 Sunday, February 12, 2023 Approved
Altair GraphQL Client 5.0.14 186 Tuesday, January 31, 2023 Approved
Altair GraphQL Client 5.0.13 161 Sunday, January 22, 2023 Approved
Altair GraphQL Client 5.0.12 120 Wednesday, January 18, 2023 Approved
Altair GraphQL Client 5.0.10 188 Friday, December 30, 2022 Approved
Altair GraphQL Client 5.0.9 233 Tuesday, December 6, 2022 Approved
Altair GraphQL Client 5.0.8 89 Sunday, December 4, 2022 Approved
Altair GraphQL Client 5.0.7 103 Saturday, December 3, 2022 Approved
Altair GraphQL Client 5.0.6 107 Tuesday, November 29, 2022 Approved
Altair GraphQL Client 5.0.5 146 Monday, November 21, 2022 Approved
Altair GraphQL Client 5.0.4 161 Sunday, November 6, 2022 Approved
Altair GraphQL Client 4.6.4 351 Saturday, August 27, 2022 Approved
Altair GraphQL Client 4.6.2 187 Saturday, August 13, 2022 Approved
Altair GraphQL Client 4.6.1 88 Saturday, August 13, 2022 Approved
Altair GraphQL Client 4.6.0 72 Friday, August 12, 2022 Approved
Altair GraphQL Client 4.5.3 249 Friday, July 15, 2022 Approved
Altair GraphQL Client 4.4.1 507 Sunday, March 6, 2022 Approved
Altair GraphQL Client 4.4.0 251 Wednesday, February 2, 2022 Approved
Altair GraphQL Client 4.3.1 302 Thursday, December 23, 2021 Approved
Altair GraphQL Client 4.3.0 124 Tuesday, December 21, 2021 Approved
Altair GraphQL Client 4.2.1 308 Sunday, November 21, 2021 Approved
Altair GraphQL Client 4.2.0 112 Sunday, November 21, 2021 Approved
Altair GraphQL Client 4.1.0 197 Wednesday, October 20, 2021 Approved
Altair GraphQL Client 4.0.11 121 Saturday, October 16, 2021 Approved
Altair GraphQL Client 2.4.3 1537 Thursday, January 23, 2020 Approved
Altair GraphQL Client 2.4.2 230 Friday, January 3, 2020 Approved

This package has no dependencies.

Discussion for the Altair GraphQL Client Package

Ground Rules:

  • This discussion is only about Altair GraphQL Client and the Altair GraphQL Client package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or Altair GraphQL Client, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus